From 0e44cb9796cdcec477de154386b2403411a0de70 Mon Sep 17 00:00:00 2001 From: Chenjie Shi Date: Mon, 30 Jan 2023 16:59:25 +0800 Subject: [PATCH] fix autorest pipeline issue for test generator after go generator upgrade (#911) * fix autorest pipeline issue after go generator upgrade * release @autorest/gotest_v4.5.2 --- packages/autorest.gotest/CHANGELOG.json | 12 + packages/autorest.gotest/CHANGELOG.md | 9 +- packages/autorest.gotest/README.md | 30 +- packages/autorest.gotest/package.json | 2 +- .../armagrifood/__debug/go-tester-pre.yaml | 3357 +- .../armagrifood/__debug/go-tester.yaml | 3385 +- .../armagrifood/__debug/test-modeler-pre.yaml | 3652 +- .../armagrifood/__debug/test-modeler.yaml | 5832 +- .../armappplatform/__debug/go-tester-pre.yaml | 15056 ++- .../armappplatform/__debug/go-tester.yaml | 15116 ++- .../__debug/test-modeler-pre.yaml | 8423 +- .../armappplatform/__debug/test-modeler.yaml | 20233 ++-- .../armcompute/__debug/go-tester-pre.yaml | 60 - .../compute/armcompute/__debug/go-tester.yaml | 60 - .../armcompute/__debug/test-modeler-pre.yaml | 44474 +------ .../armcompute/__debug/test-modeler.yaml | 95622 +++++----------- .../__debug/go-tester-pre.yaml | 46339 ++++---- .../__debug/go-tester.yaml | 46453 ++++---- .../__debug/test-modeler-pre.yaml | 44835 ++------ .../__debug/test-modeler.yaml | 77815 +++++-------- .../armsignalr/__debug/go-tester-pre.yaml | 12 - .../signalr/armsignalr/__debug/go-tester.yaml | 12 - .../armsignalr/__debug/test-modeler-pre.yaml | 3498 +- .../armsignalr/__debug/test-modeler.yaml | 7550 +- .../test/integrationtest/testAutorest.ts | 4 +- 25 files changed, 151097 insertions(+), 290744 deletions(-) diff --git a/packages/autorest.gotest/CHANGELOG.json b/packages/autorest.gotest/CHANGELOG.json index b306e2c26..d0ed8c9d9 100644 --- a/packages/autorest.gotest/CHANGELOG.json +++ b/packages/autorest.gotest/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@autorest/gotest", "entries": [ + { + "version": "4.5.2", + "tag": "@autorest/gotest_v4.5.2", + "date": "Mon, 30 Jan 2023 08:26:19 GMT", + "comments": { + "patch": [ + { + "comment": "Fix autorest pipeline issue after go generator upgrade." + } + ] + } + }, { "version": "4.5.1", "tag": "@autorest/gotest_v4.5.1", diff --git a/packages/autorest.gotest/CHANGELOG.md b/packages/autorest.gotest/CHANGELOG.md index 0144efdcb..08b650b8c 100644 --- a/packages/autorest.gotest/CHANGELOG.md +++ b/packages/autorest.gotest/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @autorest/gotest -This log was last generated on Tue, 17 Jan 2023 05:21:21 GMT and should not be manually modified. +This log was last generated on Mon, 30 Jan 2023 08:26:19 GMT and should not be manually modified. + +## 4.5.2 +Mon, 30 Jan 2023 08:26:19 GMT + +### Patches + +- Fix autorest pipeline issue after go generator upgrade. ## 4.5.1 Tue, 17 Jan 2023 05:21:21 GMT diff --git a/packages/autorest.gotest/README.md b/packages/autorest.gotest/README.md index 6421f1422..0734d3e9a 100644 --- a/packages/autorest.gotest/README.md +++ b/packages/autorest.gotest/README.md @@ -7,7 +7,7 @@ https://github.com/Azure/azure-rest-api-specs ## How to Generate GO Test Code ``` -autorest --version=3.7.3 --use=@autorest/go@latest --use=@autorest/gotest@latest --go --track2 --output-folder= --file-prefix="zz_generated_" --clear-output-folder=false --go.clear-output-folder=false --testmodeler.generate-mock-test --testmodeler.generate-sdk-example --testmodeler.generate-scenario-test --testmodeler.generate-sdk-sample +autorest --version=3.8.2 --use=@autorest/go@latest --use=@autorest/gotest@latest --go --track2 --output-folder= --file-prefix="zz_generated_" --clear-output-folder=false --go.clear-output-folder=false --testmodeler.generate-mock-test --testmodeler.generate-sdk-example --testmodeler.generate-scenario-test --testmodeler.generate-sdk-sample ``` ## Configurations @@ -59,33 +59,43 @@ testmodeler: scenario: codemodel-restcall-only: false -version: 3.7.3 +version: 3.8.2 use-extension: - '@autorest/go': '4.0.0-preview.43' + '@autorest/go': '4.0.0-preview.45' '@autorest/testmodeler': '2.3.2' pipeline: test-modeler: input: - - go-transform + - go output-artifact: source-file-test-modeler - go-tester: - input: test-modeler - output-artifact: source-file-go-tester testmodeler/emitter: input: - test-modeler - - go-tester scope: scope-testmodeler/emitter + go-transform: + input: + - test-modeler + go-tester: + input: go-transform + output-artifact: source-file-go-tester + gotest/emitter: + input: + - go-tester + scope: scope-gotest/emitter go-linter: input: - go-tester - - testmodeler/emitter + - gotest/emitter scope-testmodeler/emitter: input-artifact: - source-file-test-modeler + output-uri-expr: $key + +scope-gotest/emitter: + input-artifact: - source-file-go-tester output-uri-expr: $key ``` @@ -93,7 +103,7 @@ scope-testmodeler/emitter: ```yaml $(go) && !$(generate-sdk) pipeline: go/emitter: - scope: scope-testmodeler/emitter + scope: scope-gotest/emitter ``` ```yaml $(debug) diff --git a/packages/autorest.gotest/package.json b/packages/autorest.gotest/package.json index 9c23a3792..d07ce8ed0 100644 --- a/packages/autorest.gotest/package.json +++ b/packages/autorest.gotest/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/gotest", - "version": "4.5.1", + "version": "4.5.2", "description": "Autorest extension for go test generation", "main": "dist/index.js", "scripts": { diff --git a/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/go-tester-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/go-tester-pre.yaml index 9367d1e7f..26504a3a4 100644 --- a/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/go-tester-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/go-tester-pre.yaml @@ -24,7 +24,7 @@ schemas: description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. protocol: {} numbers: - - &ref_164 + - &ref_163 type: integer apiVersions: - version: 2021-09-01-preview @@ -51,7 +51,7 @@ schemas: name: string description: simple string protocol: {} - - &ref_122 + - &ref_121 type: string apiVersions: - version: '3.0' @@ -64,7 +64,7 @@ schemas: name: string description: '' protocol: {} - - &ref_126 + - &ref_125 type: string apiVersions: - version: '3.0' @@ -274,7 +274,7 @@ schemas: name: string description: The additional info type. protocol: {} - - &ref_103 + - &ref_102 type: string apiVersions: - version: 2021-09-01-preview @@ -286,7 +286,7 @@ schemas: name: string description: '' protocol: {} - - &ref_104 + - &ref_103 type: string apiVersions: - version: 2021-09-01-preview @@ -310,7 +310,7 @@ schemas: name: string description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_106 + - &ref_105 type: string apiVersions: - version: 2021-09-01-preview @@ -322,7 +322,7 @@ schemas: name: string description: '' protocol: {} - - &ref_107 + - &ref_106 type: string apiVersions: - version: 2021-09-01-preview @@ -334,7 +334,7 @@ schemas: name: string description: '' protocol: {} - - &ref_108 + - &ref_107 type: string apiVersions: - version: 2021-09-01-preview @@ -346,7 +346,7 @@ schemas: name: string description: '' protocol: {} - - &ref_109 + - &ref_108 type: string apiVersions: - version: 2021-09-01-preview @@ -566,7 +566,7 @@ schemas: name: string description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_191 + - &ref_190 type: string apiVersions: - version: 2021-09-01-preview @@ -703,7 +703,7 @@ schemas: name: string description: Geo-location where the resource lives. protocol: {} - - &ref_233 + - &ref_232 type: string apiVersions: - version: 2021-09-01-preview @@ -729,7 +729,7 @@ schemas: name: string description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_250 + - &ref_249 type: string apiVersions: - version: 2021-09-01-preview @@ -850,7 +850,7 @@ schemas: name: string description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. protocol: {} - - &ref_97 + - &ref_96 type: string apiVersions: - version: '3.0' @@ -898,7 +898,7 @@ schemas: name: string description: '' protocol: {} - - &ref_317 + - &ref_316 type: string apiVersions: - version: 2021-09-01-preview @@ -1161,7 +1161,7 @@ schemas: description: The reason why the given name is not available. possibleValuesFunc: PossibleCheckNameAvailabilityReasonValues protocol: {} - - &ref_95 + - &ref_94 choices: - value: user language: @@ -1200,7 +1200,7 @@ schemas: description: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" possibleValuesFunc: PossibleOriginValues protocol: {} - - &ref_96 + - &ref_95 choices: - value: Internal language: @@ -1224,7 +1224,7 @@ schemas: possibleValuesFunc: PossibleActionTypeValues protocol: {} constants: - - &ref_123 + - &ref_122 type: constant value: value: 2021-09-01-preview @@ -1237,7 +1237,7 @@ schemas: name: string description: Api Version (2021-09-01-preview) protocol: {} - - &ref_128 + - &ref_127 type: constant value: value: application/json @@ -1385,7 +1385,7 @@ schemas: - schema: *ref_7 readOnly: true serializedName: id - language: &ref_480 + language: &ref_479 default: name: id description: The ARM identifier for Private Endpoint @@ -1411,7 +1411,7 @@ schemas: protocol: {} required: false serializedName: privateEndpoint - language: &ref_481 + language: &ref_480 default: name: privateEndpoint description: The resource of private end point. @@ -1426,7 +1426,7 @@ schemas: properties: - schema: *ref_8 serializedName: status - language: &ref_474 + language: &ref_473 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. @@ -1436,7 +1436,7 @@ schemas: protocol: {} - schema: *ref_9 serializedName: description - language: &ref_473 + language: &ref_472 default: name: description description: The reason for approval/rejection of the connection. @@ -1446,7 +1446,7 @@ schemas: protocol: {} - schema: *ref_10 serializedName: actionsRequired - language: &ref_482 + language: &ref_481 default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. @@ -1472,7 +1472,7 @@ schemas: protocol: {} required: true serializedName: privateLinkServiceConnectionState - language: &ref_475 + language: &ref_474 default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. @@ -1484,7 +1484,7 @@ schemas: readOnly: true required: false serializedName: provisioningState - language: &ref_483 + language: &ref_482 default: name: provisioningState description: The provisioning state of the private endpoint connection resource. @@ -1511,7 +1511,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_476 + language: &ref_475 default: name: properties description: Resource properties. @@ -1571,7 +1571,7 @@ schemas: - schema: *ref_14 readOnly: true serializedName: tenantId - language: &ref_427 + language: &ref_426 default: name: tenantId description: The tenant ID of resource. @@ -1581,7 +1581,7 @@ schemas: protocol: {} - schema: *ref_15 serializedName: type - language: &ref_422 + language: &ref_421 default: name: type description: The identity type. @@ -1606,7 +1606,7 @@ schemas: namespace: '' protocol: {} serializedName: identity - language: &ref_428 + language: &ref_427 default: name: identity description: Identity for the resource. @@ -1622,7 +1622,7 @@ schemas: - schema: *ref_16 readOnly: true serializedName: instanceUri - language: &ref_405 + language: &ref_404 default: name: instanceUri description: Uri of the FarmBeats instance. @@ -1633,7 +1633,7 @@ schemas: - schema: *ref_17 readOnly: true serializedName: provisioningState - language: &ref_406 + language: &ref_405 default: name: provisioningState description: FarmBeats instance provisioning state. @@ -1648,7 +1648,7 @@ schemas: properties: - schema: *ref_18 serializedName: enabled - language: &ref_424 + language: &ref_423 default: name: enabled description: Sensor integration enable state. Allowed values are True, None @@ -1659,7 +1659,7 @@ schemas: - schema: *ref_17 readOnly: true serializedName: provisioningState - language: &ref_429 + language: &ref_428 default: name: provisioningState description: Sensor integration instance provisioning state. @@ -1710,7 +1710,7 @@ schemas: name: Target description: READ-ONLY; The error target. protocol: {} - - schema: &ref_101 + - schema: &ref_100 type: array apiVersions: - version: '3.0' @@ -1744,7 +1744,7 @@ schemas: description: READ-ONLY; The error details. byValue: true protocol: {} - - schema: &ref_102 + - schema: &ref_101 type: array apiVersions: - version: '3.0' @@ -1767,9 +1767,6 @@ schemas: - schema: *ref_24 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info @@ -1894,7 +1891,7 @@ schemas: namespace: '' protocol: {} serializedName: sensorIntegration - language: &ref_430 + language: &ref_429 default: name: sensorIntegration description: Sensor integration request model. @@ -1942,7 +1939,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_407 + language: &ref_406 default: name: properties description: FarmBeats ARM Resource properties. @@ -1980,13 +1977,11 @@ schemas: required: false serializedName: tags extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - create - update - language: &ref_403 + language: &ref_402 default: name: tags description: Resource tags. @@ -2002,7 +1997,7 @@ schemas: x-ms-mutability: - read - create - language: &ref_402 + language: &ref_401 default: name: location description: The geo-location where the resource lives @@ -2016,7 +2011,7 @@ schemas: usage: - output - input - language: &ref_404 + language: &ref_403 default: name: TrackedResource description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' @@ -2041,7 +2036,7 @@ schemas: immediate: - *ref_6 properties: - - schema: &ref_100 + - schema: &ref_99 type: object apiVersions: - version: '3.0' @@ -2049,7 +2044,7 @@ schemas: - schema: *ref_30 readOnly: true serializedName: groupId - language: &ref_503 + language: &ref_502 default: name: groupId description: The private link resource group id. @@ -2057,7 +2052,7 @@ schemas: name: GroupID description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_119 + - schema: &ref_118 type: array apiVersions: - version: '3.0' @@ -2074,7 +2069,7 @@ schemas: protocol: {} readOnly: true serializedName: requiredMembers - language: &ref_504 + language: &ref_503 default: name: requiredMembers description: The private link resource required member names. @@ -2083,7 +2078,7 @@ schemas: description: READ-ONLY; The private link resource required member names. byValue: true protocol: {} - - schema: &ref_120 + - schema: &ref_119 type: array apiVersions: - version: '3.0' @@ -2099,7 +2094,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: requiredZoneNames - language: &ref_505 + language: &ref_504 default: name: requiredZoneNames description: The private link resource Private link DNS zone name. @@ -2128,7 +2123,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_506 + language: &ref_505 default: name: properties description: Resource properties. @@ -2161,7 +2156,7 @@ schemas: - schema: *ref_34 readOnly: true serializedName: id - language: &ref_335 + language: &ref_334 default: name: id description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -2172,7 +2167,7 @@ schemas: - schema: *ref_35 readOnly: true serializedName: name - language: &ref_333 + language: &ref_332 default: name: name description: The name of the resource @@ -2183,7 +2178,7 @@ schemas: - schema: *ref_36 readOnly: true serializedName: type - language: &ref_334 + language: &ref_333 default: name: type description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" @@ -2198,7 +2193,7 @@ schemas: properties: - schema: *ref_37 serializedName: createdBy - language: &ref_337 + language: &ref_336 default: name: createdBy description: The identity that created the resource. @@ -2208,7 +2203,7 @@ schemas: protocol: {} - schema: *ref_38 serializedName: createdByType - language: &ref_338 + language: &ref_337 default: name: createdByType description: The type of identity that created the resource. @@ -2218,7 +2213,7 @@ schemas: protocol: {} - schema: *ref_39 serializedName: createdAt - language: &ref_336 + language: &ref_335 default: name: createdAt description: The timestamp of resource creation (UTC). @@ -2228,7 +2223,7 @@ schemas: protocol: {} - schema: *ref_40 serializedName: lastModifiedBy - language: &ref_340 + language: &ref_339 default: name: lastModifiedBy description: The identity that last modified the resource. @@ -2238,7 +2233,7 @@ schemas: protocol: {} - schema: *ref_38 serializedName: lastModifiedByType - language: &ref_341 + language: &ref_340 default: name: lastModifiedByType description: The type of identity that last modified the resource. @@ -2248,7 +2243,7 @@ schemas: protocol: {} - schema: *ref_41 serializedName: lastModifiedAt - language: &ref_339 + language: &ref_338 default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) @@ -2275,7 +2270,7 @@ schemas: protocol: {} readOnly: true serializedName: systemData - language: &ref_342 + language: &ref_341 default: name: systemData description: Azure Resource Manager metadata containing createdBy and modifiedBy information. @@ -2291,7 +2286,7 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_343 + language: &ref_342 default: name: Resource description: Common fields that are returned in the response for all Azure Resource Manager resources @@ -2315,7 +2310,7 @@ schemas: - schema: *ref_42 readOnly: true serializedName: targetResourceType - language: &ref_390 + language: &ref_389 default: name: targetResourceType description: Target ResourceType of the farmBeatsExtension. @@ -2326,7 +2321,7 @@ schemas: - schema: *ref_43 readOnly: true serializedName: farmBeatsExtensionId - language: &ref_386 + language: &ref_385 default: name: farmBeatsExtensionId description: FarmBeatsExtension ID. @@ -2337,7 +2332,7 @@ schemas: - schema: *ref_44 readOnly: true serializedName: farmBeatsExtensionName - language: &ref_387 + language: &ref_386 default: name: farmBeatsExtensionName description: FarmBeatsExtension name. @@ -2348,7 +2343,7 @@ schemas: - schema: *ref_45 readOnly: true serializedName: farmBeatsExtensionVersion - language: &ref_388 + language: &ref_387 default: name: farmBeatsExtensionVersion description: FarmBeatsExtension version. @@ -2359,7 +2354,7 @@ schemas: - schema: *ref_46 readOnly: true serializedName: publisherId - language: &ref_389 + language: &ref_388 default: name: publisherId description: Publisher ID. @@ -2381,7 +2376,7 @@ schemas: - schema: *ref_48 readOnly: true serializedName: extensionCategory - language: &ref_385 + language: &ref_384 default: name: extensionCategory description: Category of the extension. e.g. weather/sensor/satellite. @@ -2392,7 +2387,7 @@ schemas: - schema: *ref_49 readOnly: true serializedName: extensionAuthLink - language: &ref_384 + language: &ref_383 default: name: extensionAuthLink description: FarmBeatsExtension auth link. @@ -2403,7 +2398,7 @@ schemas: - schema: *ref_50 readOnly: true serializedName: extensionApiDocsLink - language: &ref_383 + language: &ref_382 default: name: extensionApiDocsLink description: FarmBeatsExtension api docs link. @@ -2411,7 +2406,7 @@ schemas: name: ExtensionAPIDocsLink description: READ-ONLY; FarmBeatsExtension api docs link. protocol: {} - - schema: &ref_114 + - schema: &ref_113 type: array apiVersions: - version: 2021-09-01-preview @@ -2422,7 +2417,7 @@ schemas: properties: - schema: *ref_51 serializedName: apiName - language: &ref_376 + language: &ref_375 default: name: apiName description: ApiName available for the farmBeatsExtension. @@ -2430,7 +2425,7 @@ schemas: name: APIName description: ApiName available for the farmBeatsExtension. protocol: {} - - schema: &ref_110 + - schema: &ref_109 type: array apiVersions: - version: 2021-09-01-preview @@ -2446,7 +2441,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: customParameters - language: &ref_377 + language: &ref_376 default: name: customParameters description: List of customParameters. @@ -2455,7 +2450,7 @@ schemas: description: List of customParameters. byValue: true protocol: {} - - schema: &ref_111 + - schema: &ref_110 type: array apiVersions: - version: 2021-09-01-preview @@ -2471,7 +2466,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: platformParameters - language: &ref_378 + language: &ref_377 default: name: platformParameters description: List of platformParameters. @@ -2488,7 +2483,7 @@ schemas: - schema: *ref_54 required: true serializedName: key - language: &ref_379 + language: &ref_378 default: name: key description: UnitSystem key sent as part of ProviderInput. @@ -2496,7 +2491,7 @@ schemas: name: Key description: REQUIRED; UnitSystem key sent as part of ProviderInput. protocol: {} - - schema: &ref_112 + - schema: &ref_111 type: array apiVersions: - version: 2021-09-01-preview @@ -2513,7 +2508,7 @@ schemas: protocol: {} required: true serializedName: values - language: &ref_380 + language: &ref_379 default: name: values description: List of unit systems supported by this data provider. @@ -2540,7 +2535,7 @@ schemas: namespace: '' protocol: {} serializedName: unitsSupported - language: &ref_381 + language: &ref_380 default: name: unitsSupported description: Unit systems info for the data provider. @@ -2548,7 +2543,7 @@ schemas: name: UnitsSupported description: Unit systems info for the data provider. protocol: {} - - schema: &ref_113 + - schema: &ref_112 type: array apiVersions: - version: 2021-09-01-preview @@ -2564,7 +2559,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: apiInputParameters - language: &ref_375 + language: &ref_374 default: name: apiInputParameters description: List of apiInputParameters. @@ -2606,7 +2601,7 @@ schemas: serializedName: detailedInformation extensions: x-ms-identifiers: [] - language: &ref_382 + language: &ref_381 default: name: detailedInformation description: "Detailed information which shows summary of requested data.\r\nUsed in descriptive get extension metadata call.\r\nInformation for weather category per api included are apisSupported,\r\ncustomParameters, PlatformParameters and Units supported." @@ -2637,7 +2632,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_391 + language: &ref_390 default: name: properties description: FarmBeatsExtension properties. @@ -2677,7 +2672,7 @@ schemas: usage: - output - input - language: &ref_344 + language: &ref_343 default: name: ProxyResource description: The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location @@ -2713,7 +2708,7 @@ schemas: - schema: *ref_58 readOnly: true serializedName: extensionCategory - language: &ref_348 + language: &ref_347 default: name: extensionCategory description: Extension category. e.g. weather/sensor/satellite. @@ -2724,7 +2719,7 @@ schemas: - schema: *ref_59 readOnly: true serializedName: installedExtensionVersion - language: &ref_349 + language: &ref_348 default: name: installedExtensionVersion description: Installed extension version. @@ -2735,7 +2730,7 @@ schemas: - schema: *ref_60 readOnly: true serializedName: extensionAuthLink - language: &ref_347 + language: &ref_346 default: name: extensionAuthLink description: Extension auth link. @@ -2746,7 +2741,7 @@ schemas: - schema: *ref_61 readOnly: true serializedName: extensionApiDocsLink - language: &ref_346 + language: &ref_345 default: name: extensionApiDocsLink description: Extension api docs link. @@ -2773,7 +2768,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_350 + language: &ref_349 default: name: properties description: Extension resource properties. @@ -2784,7 +2779,7 @@ schemas: - schema: *ref_62 readOnly: true serializedName: eTag - language: &ref_345 + language: &ref_344 default: name: eTag description: The ETag value to implement optimistic concurrency. @@ -2817,12 +2812,12 @@ schemas: - *ref_65 - *ref_22 - *ref_66 - - &ref_171 + - &ref_170 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_105 + - schema: &ref_104 type: array apiVersions: - version: 2021-09-01-preview @@ -2838,7 +2833,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_369 + language: &ref_368 default: name: value description: List of requested objects. @@ -2874,12 +2869,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_187 + - &ref_186 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_115 + - schema: &ref_114 type: array apiVersions: - version: 2021-09-01-preview @@ -2895,7 +2890,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_392 + language: &ref_391 default: name: value description: List of requested objects. @@ -2907,7 +2902,7 @@ schemas: - schema: *ref_68 readOnly: true serializedName: nextLink - language: &ref_374 + language: &ref_373 default: name: nextLink description: Continuation link (absolute URI) to the next page of results in the list. @@ -2944,7 +2939,7 @@ schemas: - *ref_76 - *ref_77 - *ref_12 - - &ref_214 + - &ref_213 type: object apiVersions: - version: 2021-09-01-preview @@ -2961,7 +2956,7 @@ schemas: protocol: {} - schema: *ref_72 serializedName: identity - language: &ref_423 + language: &ref_422 default: name: identity description: Identity for the resource. @@ -2976,7 +2971,7 @@ schemas: properties: - schema: *ref_74 serializedName: sensorIntegration - language: &ref_425 + language: &ref_424 default: name: sensorIntegration description: Sensor integration request model. @@ -3010,7 +3005,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_426 + language: &ref_425 default: name: properties description: FarmBeats ARM Resource properties. @@ -3020,10 +3015,7 @@ schemas: protocol: {} - schema: *ref_79 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_417 + language: &ref_416 default: name: tags description: Resource tags. @@ -3050,12 +3042,12 @@ schemas: needsPatchMarshaller: true protocol: {} - *ref_80 - - &ref_237 + - &ref_236 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_116 + - schema: &ref_115 type: array apiVersions: - version: 2021-09-01-preview @@ -3071,7 +3063,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_436 + language: &ref_435 default: name: value description: List of requested objects. @@ -3107,14 +3099,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_254 + - &ref_253 type: object apiVersions: - version: 2021-09-01-preview properties: - schema: *ref_82 serializedName: status - language: &ref_447 + language: &ref_446 default: name: status description: Status of the async operation. @@ -3137,14 +3129,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_260 + - &ref_259 type: object apiVersions: - version: '3.0' properties: - schema: *ref_83 serializedName: name - language: &ref_449 + language: &ref_448 default: name: name description: The name of the resource for which availability needs to be checked. @@ -3154,7 +3146,7 @@ schemas: protocol: {} - schema: *ref_84 serializedName: type - language: &ref_450 + language: &ref_449 default: name: type description: The resource type. @@ -3177,14 +3169,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_263 + - &ref_262 type: object apiVersions: - version: '3.0' properties: - schema: *ref_85 serializedName: nameAvailable - language: &ref_455 + language: &ref_454 default: name: nameAvailable description: Indicates if the resource name is available. @@ -3194,7 +3186,7 @@ schemas: protocol: {} - schema: *ref_86 serializedName: reason - language: &ref_456 + language: &ref_455 default: name: reason description: The reason why the given name is not available. @@ -3204,7 +3196,7 @@ schemas: protocol: {} - schema: *ref_87 serializedName: message - language: &ref_454 + language: &ref_453 default: name: message description: Detailed reason why the given name is available. @@ -3227,16 +3219,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_269 + - &ref_268 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_117 + - schema: &ref_116 type: array apiVersions: - version: '3.0' - elementType: &ref_98 + elementType: &ref_97 type: object apiVersions: - version: '3.0' @@ -3244,7 +3236,7 @@ schemas: - schema: *ref_88 readOnly: true serializedName: name - language: &ref_461 + language: &ref_460 default: name: name description: 'The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' @@ -3255,7 +3247,7 @@ schemas: - schema: *ref_89 readOnly: true serializedName: isDataAction - language: &ref_467 + language: &ref_466 default: name: isDataAction description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. @@ -3263,7 +3255,7 @@ schemas: name: IsDataAction description: READ-ONLY; Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. protocol: {} - - schema: &ref_99 + - schema: &ref_98 type: object apiVersions: - version: '3.0' @@ -3271,7 +3263,7 @@ schemas: - schema: *ref_90 readOnly: true serializedName: provider - language: &ref_464 + language: &ref_463 default: name: provider description: The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". @@ -3282,7 +3274,7 @@ schemas: - schema: *ref_91 readOnly: true serializedName: resource - language: &ref_465 + language: &ref_464 default: name: resource description: The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". @@ -3293,7 +3285,7 @@ schemas: - schema: *ref_92 readOnly: true serializedName: operation - language: &ref_463 + language: &ref_462 default: name: operation description: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". @@ -3304,7 +3296,7 @@ schemas: - schema: *ref_93 readOnly: true serializedName: description - language: &ref_462 + language: &ref_461 default: name: description description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. @@ -3316,9 +3308,6 @@ schemas: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_94 - anonymous: true language: default: name: OperationDisplay @@ -3331,9 +3320,7 @@ schemas: namespace: '' protocol: {} serializedName: display - extensions: - x-internal-autorest-anonymous-schema: *ref_94 - language: &ref_466 + language: &ref_465 default: name: display description: Localized display information for this particular operation. @@ -3341,7 +3328,7 @@ schemas: name: Display description: Localized display information for this particular operation. protocol: {} - - schema: *ref_95 + - schema: *ref_94 readOnly: true serializedName: origin language: @@ -3352,7 +3339,7 @@ schemas: name: Origin description: READ-ONLY; The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" protocol: {} - - schema: *ref_96 + - schema: *ref_95 readOnly: true serializedName: actionType language: @@ -3399,7 +3386,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_468 + language: &ref_467 default: name: value description: List of operations supported by the resource provider @@ -3408,10 +3395,10 @@ schemas: description: READ-ONLY; List of operations supported by the resource provider byValue: true protocol: {} - - schema: *ref_97 + - schema: *ref_96 readOnly: true serializedName: nextLink - language: &ref_460 + language: &ref_459 default: name: nextLink description: URL to get the next set of operation list results (if there are any). @@ -3435,14 +3422,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_97 - *ref_98 - - *ref_99 - - &ref_303 + - &ref_302 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_118 + - schema: &ref_117 type: array apiVersions: - version: '3.0' @@ -3458,7 +3445,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_497 + language: &ref_496 default: name: value description: Array of private endpoint connections @@ -3483,12 +3470,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_311 + - &ref_310 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_121 + - schema: &ref_120 type: array apiVersions: - version: '3.0' @@ -3504,7 +3491,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_507 + language: &ref_506 default: name: value description: Array of private link resources @@ -3530,15 +3517,15 @@ schemas: namespace: '' protocol: {} - *ref_33 - - *ref_100 + - *ref_99 arrays: + - *ref_100 - *ref_101 - - *ref_102 - - &ref_159 + - &ref_158 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_103 + elementType: *ref_102 language: default: name: ArrayOfGet4ItemsItem @@ -3548,11 +3535,11 @@ schemas: description: Array of Get4ItemsItem elementIsPtr: true protocol: {} - - &ref_162 + - &ref_161 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_104 + elementType: *ref_103 language: default: name: ArrayOfGet5ItemsItem @@ -3562,12 +3549,12 @@ schemas: description: Array of Get5ItemsItem elementIsPtr: true protocol: {} - - *ref_105 - - &ref_175 + - *ref_104 + - &ref_174 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_106 + elementType: *ref_105 language: default: name: ArrayOfGet0ItemsItem @@ -3577,11 +3564,11 @@ schemas: description: Array of Get0ItemsItem elementIsPtr: true protocol: {} - - &ref_178 + - &ref_177 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_107 + elementType: *ref_106 language: default: name: ArrayOfGet1ItemsItem @@ -3591,11 +3578,11 @@ schemas: description: Array of Get1ItemsItem elementIsPtr: true protocol: {} - - &ref_180 + - &ref_179 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_108 + elementType: *ref_107 language: default: name: ArrayOfGet2ItemsItem @@ -3605,11 +3592,11 @@ schemas: description: Array of Get2ItemsItem elementIsPtr: true protocol: {} - - &ref_181 + - &ref_180 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_109 + elementType: *ref_108 language: default: name: ArrayOfGet3ItemsItem @@ -3619,6 +3606,7 @@ schemas: description: Array of Get3ItemsItem elementIsPtr: true protocol: {} + - *ref_109 - *ref_110 - *ref_111 - *ref_112 @@ -3630,15 +3618,14 @@ schemas: - *ref_118 - *ref_119 - *ref_120 - - *ref_121 globalParameters: - - &ref_125 - schema: *ref_122 + - &ref_124 + schema: *ref_121 implementation: Client required: true extensions: x-ms-priority: 0 - language: &ref_326 + language: &ref_325 default: name: SubscriptionId description: The ID of the target subscription. @@ -3650,7 +3637,7 @@ globalParameters: protocol: http: in: path - - &ref_124 + - &ref_123 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -3670,12 +3657,12 @@ globalParameters: protocol: http: in: uri - - &ref_127 - schema: *ref_123 + - &ref_126 + schema: *ref_122 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_327 + language: &ref_326 default: name: apiVersion description: Api Version @@ -3688,21 +3675,21 @@ globalParameters: http: in: query operationGroups: - - &ref_332 + - &ref_331 $key: Extensions operations: - - &ref_331 + - &ref_330 operationId: Extensions_Create apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_129 - schema: *ref_126 + - &ref_128 + schema: *ref_125 implementation: Method required: true - language: &ref_328 + language: &ref_327 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -3714,11 +3701,11 @@ operationGroups: protocol: http: in: path - - &ref_130 + - &ref_129 schema: *ref_2 implementation: Method required: true - language: &ref_329 + language: &ref_328 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -3730,11 +3717,11 @@ operationGroups: protocol: http: in: path - - &ref_131 + - &ref_130 schema: *ref_2 implementation: Method required: true - language: &ref_330 + language: &ref_329 default: name: extensionId description: Id of extension resource. @@ -3746,10 +3733,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -3779,12 +3766,12 @@ operationGroups: method: put uri: '{$host}' signatureParameters: + - *ref_128 - *ref_129 - *ref_130 - - *ref_131 responses: - schema: *ref_3 - language: &ref_351 + language: &ref_350 default: name: '' description: Success @@ -3855,64 +3842,64 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: &ref_514 + optionalParamGroup: &ref_513 schema: type: object language: - default: &ref_132 + default: &ref_131 name: ExtensionsClientCreateOptions description: ExtensionsClientCreateOptions contains the optional parameters for the ExtensionsClient.Create method. - go: *ref_132 + go: *ref_131 protocol: {} originalParameter: [] required: false serializedName: ExtensionsClientCreateOptions language: - default: &ref_133 + default: &ref_132 name: options description: ExtensionsClientCreateOptions contains the optional parameters for the ExtensionsClient.Create method. - go: *ref_133 + go: *ref_132 protocol: {} protocolNaming: internalMethod: create requestMethod: createCreateRequest responseMethod: createHandleResponse - responseEnv: &ref_532 + responseEnv: &ref_531 type: object properties: - - &ref_135 + - &ref_134 schema: *ref_3 serializedName: Extension language: - default: &ref_134 + default: &ref_133 name: Extension description: Extension resource. byValue: true embeddedType: true - go: *ref_134 + go: *ref_133 protocol: {} language: - default: &ref_136 + default: &ref_135 name: ExtensionsClientCreateResponse description: ExtensionsClientCreateResponse contains the response from method ExtensionsClient.Create. marshallingFormat: json responseType: true - resultProp: *ref_135 - go: *ref_136 + resultProp: *ref_134 + go: *ref_135 protocol: {} protocol: {} - - &ref_355 + - &ref_354 operationId: Extensions_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_137 - schema: *ref_126 + - &ref_136 + schema: *ref_125 implementation: Method required: true - language: &ref_352 + language: &ref_351 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -3924,11 +3911,11 @@ operationGroups: protocol: http: in: path - - &ref_138 + - &ref_137 schema: *ref_2 implementation: Method required: true - language: &ref_353 + language: &ref_352 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -3940,11 +3927,11 @@ operationGroups: protocol: http: in: path - - &ref_139 + - &ref_138 schema: *ref_2 implementation: Method required: true - language: &ref_354 + language: &ref_353 default: name: extensionId description: Id of extension resource. @@ -3956,10 +3943,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -3989,12 +3976,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_136 - *ref_137 - *ref_138 - - *ref_139 responses: - schema: *ref_3 - language: &ref_356 + language: &ref_355 default: name: '' description: Success @@ -4065,64 +4052,64 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: &ref_515 + optionalParamGroup: &ref_514 schema: type: object language: - default: &ref_140 + default: &ref_139 name: ExtensionsClientGetOptions description: ExtensionsClientGetOptions contains the optional parameters for the ExtensionsClient.Get method. - go: *ref_140 + go: *ref_139 protocol: {} originalParameter: [] required: false serializedName: ExtensionsClientGetOptions language: - default: &ref_141 + default: &ref_140 name: options description: ExtensionsClientGetOptions contains the optional parameters for the ExtensionsClient.Get method. - go: *ref_141 + go: *ref_140 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_533 + responseEnv: &ref_532 type: object properties: - - &ref_143 + - &ref_142 schema: *ref_3 serializedName: Extension language: - default: &ref_142 + default: &ref_141 name: Extension description: Extension resource. byValue: true embeddedType: true - go: *ref_142 + go: *ref_141 protocol: {} language: - default: &ref_144 + default: &ref_143 name: ExtensionsClientGetResponse description: ExtensionsClientGetResponse contains the response from method ExtensionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_143 - go: *ref_144 + resultProp: *ref_142 + go: *ref_143 protocol: {} protocol: {} - - &ref_360 + - &ref_359 operationId: Extensions_Update apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_145 - schema: *ref_126 + - &ref_144 + schema: *ref_125 implementation: Method required: true - language: &ref_357 + language: &ref_356 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -4134,11 +4121,11 @@ operationGroups: protocol: http: in: path - - &ref_146 + - &ref_145 schema: *ref_2 implementation: Method required: true - language: &ref_358 + language: &ref_357 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -4150,11 +4137,11 @@ operationGroups: protocol: http: in: path - - &ref_147 + - &ref_146 schema: *ref_2 implementation: Method required: true - language: &ref_359 + language: &ref_358 default: name: extensionId description: Id of extension resource. @@ -4166,10 +4153,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4199,12 +4186,12 @@ operationGroups: method: patch uri: '{$host}' signatureParameters: + - *ref_144 - *ref_145 - *ref_146 - - *ref_147 responses: - schema: *ref_3 - language: &ref_361 + language: &ref_360 default: name: '' description: Success @@ -4275,64 +4262,64 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: &ref_516 + optionalParamGroup: &ref_515 schema: type: object language: - default: &ref_148 + default: &ref_147 name: ExtensionsClientUpdateOptions description: ExtensionsClientUpdateOptions contains the optional parameters for the ExtensionsClient.Update method. - go: *ref_148 + go: *ref_147 protocol: {} originalParameter: [] required: false serializedName: ExtensionsClientUpdateOptions language: - default: &ref_149 + default: &ref_148 name: options description: ExtensionsClientUpdateOptions contains the optional parameters for the ExtensionsClient.Update method. - go: *ref_149 + go: *ref_148 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_534 + responseEnv: &ref_533 type: object properties: - - &ref_151 + - &ref_150 schema: *ref_3 serializedName: Extension language: - default: &ref_150 + default: &ref_149 name: Extension description: Extension resource. byValue: true embeddedType: true - go: *ref_150 + go: *ref_149 protocol: {} language: - default: &ref_152 + default: &ref_151 name: ExtensionsClientUpdateResponse description: ExtensionsClientUpdateResponse contains the response from method ExtensionsClient.Update. marshallingFormat: json responseType: true - resultProp: *ref_151 - go: *ref_152 + resultProp: *ref_150 + go: *ref_151 protocol: {} protocol: {} - - &ref_365 + - &ref_364 operationId: Extensions_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_153 - schema: *ref_126 + - &ref_152 + schema: *ref_125 implementation: Method required: true - language: &ref_362 + language: &ref_361 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -4344,11 +4331,11 @@ operationGroups: protocol: http: in: path - - &ref_154 + - &ref_153 schema: *ref_2 implementation: Method required: true - language: &ref_363 + language: &ref_362 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -4360,11 +4347,11 @@ operationGroups: protocol: http: in: path - - &ref_155 + - &ref_154 schema: *ref_2 implementation: Method required: true - language: &ref_364 + language: &ref_363 default: name: extensionId description: Id of extension resource. @@ -4376,10 +4363,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4409,9 +4396,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_152 - *ref_153 - *ref_154 - - *ref_155 responses: - language: default: @@ -4476,50 +4463,50 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: &ref_517 + optionalParamGroup: &ref_516 schema: type: object language: - default: &ref_156 + default: &ref_155 name: ExtensionsClientDeleteOptions description: ExtensionsClientDeleteOptions contains the optional parameters for the ExtensionsClient.Delete method. - go: *ref_156 + go: *ref_155 protocol: {} originalParameter: [] required: false serializedName: ExtensionsClientDeleteOptions language: - default: &ref_157 + default: &ref_156 name: options description: ExtensionsClientDeleteOptions contains the optional parameters for the ExtensionsClient.Delete method. - go: *ref_157 + go: *ref_156 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_535 + responseEnv: &ref_534 type: object language: - default: &ref_158 + default: &ref_157 name: ExtensionsClientDeleteResponse description: ExtensionsClientDeleteResponse contains the response from method ExtensionsClient.Delete. responseType: true - go: *ref_158 + go: *ref_157 protocol: {} protocol: {} - - &ref_368 + - &ref_367 operationId: Extensions_ListByFarmBeats apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_169 - schema: *ref_126 + - &ref_168 + schema: *ref_125 implementation: Method required: true - language: &ref_366 + language: &ref_365 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -4531,11 +4518,11 @@ operationGroups: protocol: http: in: path - - &ref_170 + - &ref_169 schema: *ref_2 implementation: Method required: true - language: &ref_367 + language: &ref_366 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -4547,9 +4534,9 @@ operationGroups: protocol: http: in: path - - *ref_127 - - &ref_161 - schema: *ref_159 + - *ref_126 + - &ref_160 + schema: *ref_158 implementation: Method language: default: @@ -4560,19 +4547,19 @@ operationGroups: name: ExtensionIDs description: Installed extension ids. byValue: true - paramGroup: &ref_163 + paramGroup: &ref_162 schema: type: object language: - default: &ref_160 + default: &ref_159 name: ExtensionsClientListByFarmBeatsOptions description: ExtensionsClientListByFarmBeatsOptions contains the optional parameters for the ExtensionsClient.NewListByFarmBeatsPager method. - go: *ref_160 + go: *ref_159 protocol: {} originalParameter: - - *ref_161 - - &ref_166 - schema: *ref_162 + - *ref_160 + - &ref_165 + schema: *ref_161 implementation: Method language: default: @@ -4583,15 +4570,15 @@ operationGroups: name: ExtensionCategories description: Installed extension categories. byValue: true - paramGroup: *ref_163 + paramGroup: *ref_162 serializedName: extensionCategories protocol: http: explode: true in: query style: form - - &ref_167 - schema: *ref_164 + - &ref_166 + schema: *ref_163 implementation: Method language: default: @@ -4601,12 +4588,12 @@ operationGroups: go: name: MaxPageSize description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: *ref_163 + paramGroup: *ref_162 serializedName: $maxPageSize protocol: http: in: query - - &ref_168 + - &ref_167 schema: *ref_2 implementation: Method language: @@ -4617,7 +4604,7 @@ operationGroups: go: name: SkipToken description: Skip token for getting next set of results. - paramGroup: *ref_163 + paramGroup: *ref_162 serializedName: $skipToken protocol: http: @@ -4625,10 +4612,10 @@ operationGroups: required: false serializedName: ExtensionsClientListByFarmBeatsOptions language: - default: &ref_165 + default: &ref_164 name: options description: ExtensionsClientListByFarmBeatsOptions contains the optional parameters for the ExtensionsClient.NewListByFarmBeatsPager method. - go: *ref_165 + go: *ref_164 protocol: {} serializedName: extensionIds protocol: @@ -4636,12 +4623,12 @@ operationGroups: explode: true in: query style: form + - *ref_165 - *ref_166 - *ref_167 - - *ref_168 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4671,15 +4658,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_168 - *ref_169 - - *ref_170 - - *ref_161 + - *ref_160 + - *ref_165 - *ref_166 - *ref_167 - - *ref_168 responses: - - schema: *ref_171 - language: &ref_370 + - schema: *ref_170 + language: &ref_369 default: name: '' description: Success @@ -4738,7 +4725,7 @@ operationGroups: lastModifiedAt: '2020-02-01T01:01:01.1075056Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_371 {} + headers: &ref_370 {} x-ms-pageable: nextLinkName: nextLink language: @@ -4753,35 +4740,35 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: *ref_163 + optionalParamGroup: *ref_162 paging: nextLinkName: NextLink protocolNaming: internalMethod: listByFarmBeats requestMethod: listByFarmBeatsCreateRequest responseMethod: listByFarmBeatsHandleResponse - responseEnv: &ref_536 + responseEnv: &ref_535 type: object properties: - - &ref_173 - schema: *ref_171 + - &ref_172 + schema: *ref_170 serializedName: ExtensionListResponse language: - default: &ref_172 + default: &ref_171 name: ExtensionListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_172 + go: *ref_171 protocol: {} language: - default: &ref_174 + default: &ref_173 name: ExtensionsClientListByFarmBeatsResponse description: ExtensionsClientListByFarmBeatsResponse contains the response from method ExtensionsClient.NewListByFarmBeatsPager. marshallingFormat: json responseType: true - resultProp: *ref_173 - go: *ref_174 + resultProp: *ref_172 + go: *ref_173 protocol: {} protocol: {} language: @@ -4794,19 +4781,19 @@ operationGroups: clientCtorName: NewExtensionsClient clientName: ExtensionsClient clientParams: - - *ref_125 + - *ref_124 protocol: {} - - &ref_373 + - &ref_372 $key: FarmBeatsExtensions operations: - - &ref_372 + - &ref_371 operationId: FarmBeatsExtensions_List apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_177 - schema: *ref_175 + - *ref_123 + - &ref_176 + schema: *ref_174 implementation: Method language: default: @@ -4817,19 +4804,19 @@ operationGroups: name: FarmBeatsExtensionIDs description: FarmBeatsExtension ids. byValue: true - paramGroup: &ref_179 + paramGroup: &ref_178 schema: type: object language: - default: &ref_176 + default: &ref_175 name: FarmBeatsExtensionsClientListOptions description: FarmBeatsExtensionsClientListOptions contains the optional parameters for the FarmBeatsExtensionsClient.NewListPager method. - go: *ref_176 + go: *ref_175 protocol: {} originalParameter: - - *ref_177 - - &ref_183 - schema: *ref_178 + - *ref_176 + - &ref_182 + schema: *ref_177 implementation: Method language: default: @@ -4840,15 +4827,15 @@ operationGroups: name: FarmBeatsExtensionNames description: FarmBeats extension names. byValue: true - paramGroup: *ref_179 + paramGroup: *ref_178 serializedName: farmBeatsExtensionNames protocol: http: explode: true in: query style: form - - &ref_184 - schema: *ref_180 + - &ref_183 + schema: *ref_179 implementation: Method language: default: @@ -4859,15 +4846,15 @@ operationGroups: name: ExtensionCategories description: Extension categories. byValue: true - paramGroup: *ref_179 + paramGroup: *ref_178 serializedName: extensionCategories protocol: http: explode: true in: query style: form - - &ref_185 - schema: *ref_181 + - &ref_184 + schema: *ref_180 implementation: Method language: default: @@ -4878,15 +4865,15 @@ operationGroups: name: PublisherIDs description: Publisher ids. byValue: true - paramGroup: *ref_179 + paramGroup: *ref_178 serializedName: publisherIds protocol: http: explode: true in: query style: form - - &ref_186 - schema: *ref_164 + - &ref_185 + schema: *ref_163 implementation: Method language: default: @@ -4896,7 +4883,7 @@ operationGroups: go: name: MaxPageSize description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: *ref_179 + paramGroup: *ref_178 serializedName: $maxPageSize protocol: http: @@ -4904,10 +4891,10 @@ operationGroups: required: false serializedName: FarmBeatsExtensionsClientListOptions language: - default: &ref_182 + default: &ref_181 name: options description: FarmBeatsExtensionsClientListOptions contains the optional parameters for the FarmBeatsExtensionsClient.NewListPager method. - go: *ref_182 + go: *ref_181 protocol: {} serializedName: farmBeatsExtensionIds protocol: @@ -4915,14 +4902,14 @@ operationGroups: explode: true in: query style: form + - *ref_182 - *ref_183 - *ref_184 - *ref_185 - - *ref_186 - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4952,14 +4939,14 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_177 + - *ref_176 + - *ref_182 - *ref_183 - *ref_184 - *ref_185 - - *ref_186 responses: - - schema: *ref_187 - language: &ref_393 + - schema: *ref_186 + language: &ref_392 default: name: '' description: Success @@ -5200,7 +5187,7 @@ operationGroups: systemData: createdAt: '2021-04-12T15:28:06Z' lastModifiedAt: '2021-04-12T15:30:01Z' - headers: &ref_394 {} + headers: &ref_393 {} x-ms-pageable: nextLinkName: nextLink language: @@ -5215,48 +5202,48 @@ operationGroups: azureARM: true clientName: FarmBeatsExtensionsClient openApiType: arm - optionalParamGroup: *ref_179 + optionalParamGroup: *ref_178 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_537 + responseEnv: &ref_536 type: object properties: - - &ref_189 - schema: *ref_187 + - &ref_188 + schema: *ref_186 serializedName: FarmBeatsExtensionListResponse language: - default: &ref_188 + default: &ref_187 name: FarmBeatsExtensionListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_188 + go: *ref_187 protocol: {} language: - default: &ref_190 + default: &ref_189 name: FarmBeatsExtensionsClientListResponse description: FarmBeatsExtensionsClientListResponse contains the response from method FarmBeatsExtensionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_189 - go: *ref_190 + resultProp: *ref_188 + go: *ref_189 protocol: {} protocol: {} - - &ref_396 + - &ref_395 operationId: FarmBeatsExtensions_Get apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_192 - schema: *ref_191 + - *ref_123 + - &ref_191 + schema: *ref_190 implementation: Method required: true - language: &ref_395 + language: &ref_394 default: name: farmBeatsExtensionId description: farmBeatsExtensionId to be queried. @@ -5268,10 +5255,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5301,10 +5288,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_192 + - *ref_191 responses: - schema: *ref_5 - language: &ref_397 + language: &ref_396 default: name: '' description: Success @@ -5556,50 +5543,50 @@ operationGroups: azureARM: true clientName: FarmBeatsExtensionsClient openApiType: arm - optionalParamGroup: &ref_518 + optionalParamGroup: &ref_517 schema: type: object language: - default: &ref_193 + default: &ref_192 name: FarmBeatsExtensionsClientGetOptions description: FarmBeatsExtensionsClientGetOptions contains the optional parameters for the FarmBeatsExtensionsClient.Get method. - go: *ref_193 + go: *ref_192 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsExtensionsClientGetOptions language: - default: &ref_194 + default: &ref_193 name: options description: FarmBeatsExtensionsClientGetOptions contains the optional parameters for the FarmBeatsExtensionsClient.Get method. - go: *ref_194 + go: *ref_193 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_538 + responseEnv: &ref_537 type: object properties: - - &ref_196 + - &ref_195 schema: *ref_5 serializedName: FarmBeatsExtension language: - default: &ref_195 + default: &ref_194 name: FarmBeatsExtension description: FarmBeats extension resource. byValue: true embeddedType: true - go: *ref_195 + go: *ref_194 protocol: {} language: - default: &ref_197 + default: &ref_196 name: FarmBeatsExtensionsClientGetResponse description: FarmBeatsExtensionsClientGetResponse contains the response from method FarmBeatsExtensionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_196 - go: *ref_197 + resultProp: *ref_195 + go: *ref_196 protocol: {} protocol: {} language: @@ -5612,21 +5599,21 @@ operationGroups: clientCtorName: NewFarmBeatsExtensionsClient clientName: FarmBeatsExtensionsClient protocol: {} - - &ref_401 + - &ref_400 $key: FarmBeatsModels operations: - - &ref_400 + - &ref_399 operationId: FarmBeatsModels_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_198 - schema: *ref_126 + - &ref_197 + schema: *ref_125 implementation: Method required: true - language: &ref_398 + language: &ref_397 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -5638,11 +5625,11 @@ operationGroups: protocol: http: in: path - - &ref_199 + - &ref_198 schema: *ref_2 implementation: Method required: true - language: &ref_399 + language: &ref_398 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -5654,10 +5641,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5687,11 +5674,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_197 - *ref_198 - - *ref_199 responses: - schema: *ref_27 - language: &ref_408 + language: &ref_407 default: name: '' description: Success @@ -5762,64 +5749,64 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_519 + optionalParamGroup: &ref_518 schema: type: object language: - default: &ref_200 + default: &ref_199 name: FarmBeatsModelsClientGetOptions description: FarmBeatsModelsClientGetOptions contains the optional parameters for the FarmBeatsModelsClient.Get method. - go: *ref_200 + go: *ref_199 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsModelsClientGetOptions language: - default: &ref_201 + default: &ref_200 name: options description: FarmBeatsModelsClientGetOptions contains the optional parameters for the FarmBeatsModelsClient.Get method. - go: *ref_201 + go: *ref_200 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_539 + responseEnv: &ref_538 type: object properties: - - &ref_203 + - &ref_202 schema: *ref_27 serializedName: FarmBeats language: - default: &ref_202 + default: &ref_201 name: FarmBeats description: FarmBeats ARM Resource. byValue: true embeddedType: true - go: *ref_202 + go: *ref_201 protocol: {} language: - default: &ref_204 + default: &ref_203 name: FarmBeatsModelsClientGetResponse description: FarmBeatsModelsClientGetResponse contains the response from method FarmBeatsModelsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_203 - go: *ref_204 + resultProp: *ref_202 + go: *ref_203 protocol: {} protocol: {} - - &ref_412 + - &ref_411 operationId: FarmBeatsModels_CreateOrUpdate apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_207 - schema: *ref_126 + - &ref_206 + schema: *ref_125 implementation: Method required: true - language: &ref_409 + language: &ref_408 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -5831,11 +5818,11 @@ operationGroups: protocol: http: in: path - - &ref_208 + - &ref_207 schema: *ref_2 implementation: Method required: true - language: &ref_410 + language: &ref_409 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -5847,15 +5834,15 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_206 + application/json: &ref_205 parameters: - - &ref_205 + - &ref_204 schema: *ref_27 implementation: Method required: true - language: &ref_411 + language: &ref_410 default: name: body description: FarmBeats resource create or update request object. @@ -5866,7 +5853,7 @@ operationGroups: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5883,7 +5870,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_205 + - *ref_204 language: default: name: '' @@ -5900,13 +5887,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_206 + - *ref_205 signatureParameters: + - *ref_206 - *ref_207 - - *ref_208 responses: - schema: *ref_27 - language: &ref_413 + language: &ref_412 default: name: '' description: Success @@ -5921,7 +5908,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_27 - language: &ref_414 + language: &ref_413 default: name: '' description: Success @@ -6017,64 +6004,64 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_520 + optionalParamGroup: &ref_519 schema: type: object language: - default: &ref_209 + default: &ref_208 name: FarmBeatsModelsClientCreateOrUpdateOptions description: FarmBeatsModelsClientCreateOrUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.CreateOrUpdate method. - go: *ref_209 + go: *ref_208 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsModelsClientCreateOrUpdateOptions language: - default: &ref_210 + default: &ref_209 name: options description: FarmBeatsModelsClientCreateOrUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.CreateOrUpdate method. - go: *ref_210 + go: *ref_209 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_540 + responseEnv: &ref_539 type: object properties: - - &ref_212 + - &ref_211 schema: *ref_27 serializedName: FarmBeats language: - default: &ref_211 + default: &ref_210 name: FarmBeats description: FarmBeats ARM Resource. byValue: true embeddedType: true - go: *ref_211 + go: *ref_210 protocol: {} language: - default: &ref_213 + default: &ref_212 name: FarmBeatsModelsClientCreateOrUpdateResponse description: FarmBeatsModelsClientCreateOrUpdateResponse contains the response from method FarmBeatsModelsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_212 - go: *ref_213 + resultProp: *ref_211 + go: *ref_212 protocol: {} protocol: {} - - &ref_419 + - &ref_418 operationId: FarmBeatsModels_Update apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_217 - schema: *ref_126 + - &ref_216 + schema: *ref_125 implementation: Method required: true - language: &ref_415 + language: &ref_414 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -6086,11 +6073,11 @@ operationGroups: protocol: http: in: path - - &ref_218 + - &ref_217 schema: *ref_2 implementation: Method required: true - language: &ref_416 + language: &ref_415 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -6102,15 +6089,15 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_216 + application/json: &ref_215 parameters: - - &ref_215 - schema: *ref_214 + - &ref_214 + schema: *ref_213 implementation: Method required: true - language: &ref_418 + language: &ref_417 default: name: body description: Request object. @@ -6121,7 +6108,7 @@ operationGroups: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6138,7 +6125,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_215 + - *ref_214 language: default: name: '' @@ -6155,13 +6142,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_216 + - *ref_215 signatureParameters: + - *ref_216 - *ref_217 - - *ref_218 responses: - schema: *ref_27 - language: &ref_420 + language: &ref_419 default: name: '' description: Success @@ -6246,7 +6233,7 @@ operationGroups: key1: value1 key2: value2 '202': - headers: &ref_421 + headers: &ref_420 location: http://azure.async.operation/status FarmBeatsModels_UpdateWithSensor: parameters: @@ -6292,7 +6279,7 @@ operationGroups: key1: value1 key2: value2 '202': - headers: &ref_431 + headers: &ref_430 location: http://azure.async.operation/status x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -6309,80 +6296,80 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_521 + optionalParamGroup: &ref_520 schema: type: object language: - default: &ref_219 + default: &ref_218 name: FarmBeatsModelsClientBeginUpdateOptions description: FarmBeatsModelsClientBeginUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.BeginUpdate method. - go: *ref_219 + go: *ref_218 protocol: {} originalParameter: - schema: type: string language: - default: &ref_220 + default: &ref_219 name: string description: '' - go: *ref_220 + go: *ref_219 protocol: {} language: - default: &ref_221 + default: &ref_220 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_221 + go: *ref_220 protocol: {} required: false serializedName: FarmBeatsModelsClientBeginUpdateOptions language: - default: &ref_222 + default: &ref_221 name: options description: FarmBeatsModelsClientBeginUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.BeginUpdate method. - go: *ref_222 + go: *ref_221 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_541 + responseEnv: &ref_540 type: object properties: - - &ref_224 + - &ref_223 schema: *ref_27 serializedName: FarmBeats language: - default: &ref_223 + default: &ref_222 name: FarmBeats description: FarmBeats ARM Resource. byValue: true embeddedType: true - go: *ref_223 + go: *ref_222 protocol: {} language: - default: &ref_225 + default: &ref_224 name: FarmBeatsModelsClientUpdateResponse description: FarmBeatsModelsClientUpdateResponse contains the response from method FarmBeatsModelsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_224 - go: *ref_225 + resultProp: *ref_223 + go: *ref_224 protocol: {} protocol: {} - - &ref_434 + - &ref_433 operationId: FarmBeatsModels_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_226 - schema: *ref_126 + - &ref_225 + schema: *ref_125 implementation: Method required: true - language: &ref_432 + language: &ref_431 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -6394,11 +6381,11 @@ operationGroups: protocol: http: in: path - - &ref_227 + - &ref_226 schema: *ref_2 implementation: Method required: true - language: &ref_433 + language: &ref_432 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -6410,10 +6397,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6443,8 +6430,8 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_225 - *ref_226 - - *ref_227 responses: - language: default: @@ -6508,46 +6495,46 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_522 + optionalParamGroup: &ref_521 schema: type: object language: - default: &ref_228 + default: &ref_227 name: FarmBeatsModelsClientDeleteOptions description: FarmBeatsModelsClientDeleteOptions contains the optional parameters for the FarmBeatsModelsClient.Delete method. - go: *ref_228 + go: *ref_227 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsModelsClientDeleteOptions language: - default: &ref_229 + default: &ref_228 name: options description: FarmBeatsModelsClientDeleteOptions contains the optional parameters for the FarmBeatsModelsClient.Delete method. - go: *ref_229 + go: *ref_228 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_542 + responseEnv: &ref_541 type: object language: - default: &ref_230 + default: &ref_229 name: FarmBeatsModelsClientDeleteResponse description: FarmBeatsModelsClientDeleteResponse contains the response from method FarmBeatsModelsClient.Delete. responseType: true - go: *ref_230 + go: *ref_229 protocol: {} protocol: {} - - &ref_435 + - &ref_434 operationId: FarmBeatsModels_ListBySubscription apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_232 - schema: *ref_164 + - *ref_123 + - &ref_231 + schema: *ref_163 implementation: Method language: default: @@ -6557,19 +6544,19 @@ operationGroups: go: name: MaxPageSize description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: &ref_234 + paramGroup: &ref_233 schema: type: object language: - default: &ref_231 + default: &ref_230 name: FarmBeatsModelsClientListBySubscriptionOptions description: FarmBeatsModelsClientListBySubscriptionOptions contains the optional parameters for the FarmBeatsModelsClient.NewListBySubscriptionPager method. - go: *ref_231 + go: *ref_230 protocol: {} originalParameter: - - *ref_232 - - &ref_236 - schema: *ref_233 + - *ref_231 + - &ref_235 + schema: *ref_232 implementation: Method language: default: @@ -6579,7 +6566,7 @@ operationGroups: go: name: SkipToken description: Skip token for getting next set of results. - paramGroup: *ref_234 + paramGroup: *ref_233 serializedName: $skipToken protocol: http: @@ -6587,21 +6574,21 @@ operationGroups: required: false serializedName: FarmBeatsModelsClientListBySubscriptionOptions language: - default: &ref_235 + default: &ref_234 name: options description: FarmBeatsModelsClientListBySubscriptionOptions contains the optional parameters for the FarmBeatsModelsClient.NewListBySubscriptionPager method. - go: *ref_235 + go: *ref_234 protocol: {} serializedName: $maxPageSize protocol: http: in: query - - *ref_236 - - *ref_125 - - *ref_127 + - *ref_235 + - *ref_124 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6631,11 +6618,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_232 - - *ref_236 + - *ref_231 + - *ref_235 responses: - - schema: *ref_237 - language: &ref_437 + - schema: *ref_236 + language: &ref_436 default: name: '' description: Success @@ -6694,7 +6681,7 @@ operationGroups: tags: key1: value1 key2: value2 - headers: &ref_438 {} + headers: &ref_437 {} x-ms-pageable: nextLinkName: nextLink language: @@ -6709,45 +6696,45 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: *ref_234 + optionalParamGroup: *ref_233 paging: nextLinkName: NextLink protocolNaming: internalMethod: listBySubscription requestMethod: listBySubscriptionCreateRequest responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_543 + responseEnv: &ref_542 type: object properties: - - &ref_239 - schema: *ref_237 + - &ref_238 + schema: *ref_236 serializedName: FarmBeatsListResponse language: - default: &ref_238 + default: &ref_237 name: FarmBeatsListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_238 + go: *ref_237 protocol: {} language: - default: &ref_240 + default: &ref_239 name: FarmBeatsModelsClientListBySubscriptionResponse description: FarmBeatsModelsClientListBySubscriptionResponse contains the response from method FarmBeatsModelsClient.NewListBySubscriptionPager. marshallingFormat: json responseType: true - resultProp: *ref_239 - go: *ref_240 + resultProp: *ref_238 + go: *ref_239 protocol: {} protocol: {} - - &ref_440 + - &ref_439 operationId: FarmBeatsModels_ListByResourceGroup apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_242 - schema: *ref_164 + - *ref_123 + - &ref_241 + schema: *ref_163 implementation: Method language: default: @@ -6757,19 +6744,19 @@ operationGroups: go: name: MaxPageSize description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: &ref_243 + paramGroup: &ref_242 schema: type: object language: - default: &ref_241 + default: &ref_240 name: FarmBeatsModelsClientListByResourceGroupOptions description: FarmBeatsModelsClientListByResourceGroupOptions contains the optional parameters for the FarmBeatsModelsClient.NewListByResourceGroupPager method. - go: *ref_241 + go: *ref_240 protocol: {} originalParameter: - - *ref_242 - - &ref_245 - schema: *ref_233 + - *ref_241 + - &ref_244 + schema: *ref_232 implementation: Method language: default: @@ -6779,7 +6766,7 @@ operationGroups: go: name: SkipToken description: Continuation token for getting next set of results. - paramGroup: *ref_243 + paramGroup: *ref_242 serializedName: $skipToken protocol: http: @@ -6787,21 +6774,21 @@ operationGroups: required: false serializedName: FarmBeatsModelsClientListByResourceGroupOptions language: - default: &ref_244 + default: &ref_243 name: options description: FarmBeatsModelsClientListByResourceGroupOptions contains the optional parameters for the FarmBeatsModelsClient.NewListByResourceGroupPager method. - go: *ref_244 + go: *ref_243 protocol: {} serializedName: $maxPageSize protocol: http: in: query - - *ref_245 - - &ref_246 - schema: *ref_126 + - *ref_244 + - &ref_245 + schema: *ref_125 implementation: Method required: true - language: &ref_439 + language: &ref_438 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -6813,11 +6800,11 @@ operationGroups: protocol: http: in: path - - *ref_125 - - *ref_127 + - *ref_124 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6847,12 +6834,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_242 + - *ref_241 + - *ref_244 - *ref_245 - - *ref_246 responses: - - schema: *ref_237 - language: &ref_441 + - schema: *ref_236 + language: &ref_440 default: name: '' description: Success @@ -6912,7 +6899,7 @@ operationGroups: tags: key1: value1 key2: value2 - headers: &ref_442 {} + headers: &ref_441 {} x-ms-pageable: nextLinkName: nextLink language: @@ -6927,49 +6914,49 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: *ref_243 + optionalParamGroup: *ref_242 paging: nextLinkName: NextLink protocolNaming: internalMethod: listByResourceGroup requestMethod: listByResourceGroupCreateRequest responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_544 + responseEnv: &ref_543 type: object properties: - - &ref_248 - schema: *ref_237 + - &ref_247 + schema: *ref_236 serializedName: FarmBeatsListResponse language: - default: &ref_247 + default: &ref_246 name: FarmBeatsListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_247 + go: *ref_246 protocol: {} language: - default: &ref_249 + default: &ref_248 name: FarmBeatsModelsClientListByResourceGroupResponse description: FarmBeatsModelsClientListByResourceGroupResponse contains the response from method FarmBeatsModelsClient.NewListByResourceGroupPager. marshallingFormat: json responseType: true - resultProp: *ref_248 - go: *ref_249 + resultProp: *ref_247 + go: *ref_248 protocol: {} protocol: {} - - &ref_446 + - &ref_445 operationId: FarmBeatsModels_GetOperationResult apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_251 - schema: *ref_126 + - &ref_250 + schema: *ref_125 implementation: Method required: true - language: &ref_443 + language: &ref_442 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -6981,11 +6968,11 @@ operationGroups: protocol: http: in: path - - &ref_252 + - &ref_251 schema: *ref_2 implementation: Method required: true - language: &ref_444 + language: &ref_443 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -6997,12 +6984,12 @@ operationGroups: protocol: http: in: path - - *ref_127 - - &ref_253 - schema: *ref_250 + - *ref_126 + - &ref_252 + schema: *ref_249 implementation: Method required: true - language: &ref_445 + language: &ref_444 default: name: operationResultsId description: The operation results id. @@ -7016,7 +7003,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7046,12 +7033,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_250 - *ref_251 - *ref_252 - - *ref_253 responses: - - schema: *ref_254 - language: &ref_448 + - schema: *ref_253 + language: &ref_447 default: name: '' description: Success @@ -7108,50 +7095,50 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_523 + optionalParamGroup: &ref_522 schema: type: object language: - default: &ref_255 + default: &ref_254 name: FarmBeatsModelsClientGetOperationResultOptions description: FarmBeatsModelsClientGetOperationResultOptions contains the optional parameters for the FarmBeatsModelsClient.GetOperationResult method. - go: *ref_255 + go: *ref_254 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsModelsClientGetOperationResultOptions language: - default: &ref_256 + default: &ref_255 name: options description: FarmBeatsModelsClientGetOperationResultOptions contains the optional parameters for the FarmBeatsModelsClient.GetOperationResult method. - go: *ref_256 + go: *ref_255 protocol: {} protocolNaming: internalMethod: getOperationResult requestMethod: getOperationResultCreateRequest responseMethod: getOperationResultHandleResponse - responseEnv: &ref_545 + responseEnv: &ref_544 type: object properties: - - &ref_258 - schema: *ref_254 + - &ref_257 + schema: *ref_253 serializedName: ArmAsyncOperation language: - default: &ref_257 + default: &ref_256 name: ArmAsyncOperation description: "Arm async operation class.\r\nRef: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations." byValue: true embeddedType: true - go: *ref_257 + go: *ref_256 protocol: {} language: - default: &ref_259 + default: &ref_258 name: FarmBeatsModelsClientGetOperationResultResponse description: FarmBeatsModelsClientGetOperationResultResponse contains the response from method FarmBeatsModelsClient.GetOperationResult. marshallingFormat: json responseType: true - resultProp: *ref_258 - go: *ref_259 + resultProp: *ref_257 + go: *ref_258 protocol: {} protocol: {} language: @@ -7164,27 +7151,27 @@ operationGroups: clientCtorName: NewFarmBeatsModelsClient clientName: FarmBeatsModelsClient clientParams: - - *ref_125 + - *ref_124 protocol: {} - - &ref_453 + - &ref_452 $key: Locations operations: - - &ref_452 + - &ref_451 operationId: Locations_CheckNameAvailability apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_262 + application/json: &ref_261 parameters: - - &ref_261 - schema: *ref_260 + - &ref_260 + schema: *ref_259 implementation: Method required: true - language: &ref_451 + language: &ref_450 default: name: body description: NameAvailabilityRequest object. @@ -7195,7 +7182,7 @@ operationGroups: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7212,7 +7199,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_261 + - *ref_260 language: default: name: '' @@ -7229,11 +7216,11 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_262 + - *ref_261 signatureParameters: [] responses: - - schema: *ref_263 - language: &ref_457 + - schema: *ref_262 + language: &ref_456 default: name: '' description: Success @@ -7305,50 +7292,50 @@ operationGroups: azureARM: true clientName: LocationsClient openApiType: arm - optionalParamGroup: &ref_524 + optionalParamGroup: &ref_523 schema: type: object language: - default: &ref_264 + default: &ref_263 name: LocationsClientCheckNameAvailabilityOptions description: LocationsClientCheckNameAvailabilityOptions contains the optional parameters for the LocationsClient.CheckNameAvailability method. - go: *ref_264 + go: *ref_263 protocol: {} originalParameter: [] required: false serializedName: LocationsClientCheckNameAvailabilityOptions language: - default: &ref_265 + default: &ref_264 name: options description: LocationsClientCheckNameAvailabilityOptions contains the optional parameters for the LocationsClient.CheckNameAvailability method. - go: *ref_265 + go: *ref_264 protocol: {} protocolNaming: internalMethod: checkNameAvailability requestMethod: checkNameAvailabilityCreateRequest responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_546 + responseEnv: &ref_545 type: object properties: - - &ref_267 - schema: *ref_263 + - &ref_266 + schema: *ref_262 serializedName: CheckNameAvailabilityResponse language: - default: &ref_266 + default: &ref_265 name: CheckNameAvailabilityResponse description: The check availability result. byValue: true embeddedType: true - go: *ref_266 + go: *ref_265 protocol: {} language: - default: &ref_268 + default: &ref_267 name: LocationsClientCheckNameAvailabilityResponse description: LocationsClientCheckNameAvailabilityResponse contains the response from method LocationsClient.CheckNameAvailability. marshallingFormat: json responseType: true - resultProp: *ref_267 - go: *ref_268 + resultProp: *ref_266 + go: *ref_267 protocol: {} protocol: {} language: @@ -7361,21 +7348,21 @@ operationGroups: clientCtorName: NewLocationsClient clientName: LocationsClient clientParams: - - *ref_125 + - *ref_124 protocol: {} - - &ref_459 + - &ref_458 $key: Operations operations: - - &ref_458 + - &ref_457 operationId: Operations_List apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - *ref_127 + - *ref_123 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7406,8 +7393,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_269 - language: &ref_469 + - schema: *ref_268 + language: &ref_468 default: name: '' description: Success @@ -7518,23 +7505,23 @@ operationGroups: azureARM: true clientName: OperationsClient openApiType: arm - optionalParamGroup: &ref_525 + optionalParamGroup: &ref_524 schema: type: object language: - default: &ref_270 + default: &ref_269 name: OperationsClientListOptions description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_270 + go: *ref_269 protocol: {} originalParameter: [] required: false serializedName: OperationsClientListOptions language: - default: &ref_271 + default: &ref_270 name: options description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_271 + go: *ref_270 protocol: {} paging: nextLinkName: NextLink @@ -7542,28 +7529,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_547 + responseEnv: &ref_546 type: object properties: - - &ref_273 - schema: *ref_269 + - &ref_272 + schema: *ref_268 serializedName: OperationListResult language: - default: &ref_272 + default: &ref_271 name: OperationListResult description: A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_272 + go: *ref_271 protocol: {} language: - default: &ref_274 + default: &ref_273 name: OperationsClientListResponse description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_273 - go: *ref_274 + resultProp: *ref_272 + go: *ref_273 protocol: {} protocol: {} language: @@ -7576,21 +7563,21 @@ operationGroups: clientCtorName: NewOperationsClient clientName: OperationsClient protocol: {} - - &ref_479 + - &ref_478 $key: PrivateEndpointConnections operations: - - &ref_478 + - &ref_477 operationId: PrivateEndpointConnections_CreateOrUpdate apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_277 - schema: *ref_126 + - &ref_276 + schema: *ref_125 implementation: Method required: true - language: &ref_470 + language: &ref_469 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -7602,11 +7589,11 @@ operationGroups: protocol: http: in: path - - &ref_278 + - &ref_277 schema: *ref_2 implementation: Method required: true - language: &ref_471 + language: &ref_470 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -7618,11 +7605,11 @@ operationGroups: protocol: http: in: path - - &ref_279 - schema: *ref_233 + - &ref_278 + schema: *ref_232 implementation: Method required: true - language: &ref_472 + language: &ref_471 default: name: privateEndpointConnectionName description: Private endpoint connection name. @@ -7634,15 +7621,15 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_276 + application/json: &ref_275 parameters: - - &ref_275 + - &ref_274 schema: *ref_26 implementation: Method required: true - language: &ref_477 + language: &ref_476 default: name: body description: Request object. @@ -7653,7 +7640,7 @@ operationGroups: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7670,7 +7657,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_275 + - *ref_274 language: default: name: '' @@ -7687,14 +7674,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_276 + - *ref_275 signatureParameters: + - *ref_276 - *ref_277 - *ref_278 - - *ref_279 responses: - schema: *ref_26 - language: &ref_484 + language: &ref_483 default: name: '' description: Success @@ -7766,64 +7753,64 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_526 + optionalParamGroup: &ref_525 schema: type: object language: - default: &ref_280 + default: &ref_279 name: PrivateEndpointConnectionsClientCreateOrUpdateOptions description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_280 + go: *ref_279 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientCreateOrUpdateOptions language: - default: &ref_281 + default: &ref_280 name: options description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_281 + go: *ref_280 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_548 + responseEnv: &ref_547 type: object properties: - - &ref_283 + - &ref_282 schema: *ref_26 serializedName: PrivateEndpointConnection language: - default: &ref_282 + default: &ref_281 name: PrivateEndpointConnection description: The Private Endpoint Connection resource. byValue: true embeddedType: true - go: *ref_282 + go: *ref_281 protocol: {} language: - default: &ref_284 + default: &ref_283 name: PrivateEndpointConnectionsClientCreateOrUpdateResponse description: PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_283 - go: *ref_284 + resultProp: *ref_282 + go: *ref_283 protocol: {} protocol: {} - - &ref_488 + - &ref_487 operationId: PrivateEndpointConnections_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_285 - schema: *ref_126 + - &ref_284 + schema: *ref_125 implementation: Method required: true - language: &ref_485 + language: &ref_484 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -7835,11 +7822,11 @@ operationGroups: protocol: http: in: path - - &ref_286 + - &ref_285 schema: *ref_2 implementation: Method required: true - language: &ref_486 + language: &ref_485 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -7851,11 +7838,11 @@ operationGroups: protocol: http: in: path - - &ref_287 - schema: *ref_233 + - &ref_286 + schema: *ref_232 implementation: Method required: true - language: &ref_487 + language: &ref_486 default: name: privateEndpointConnectionName description: Private endpoint connection name. @@ -7867,10 +7854,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7900,12 +7887,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_284 - *ref_285 - *ref_286 - - *ref_287 responses: - schema: *ref_26 - language: &ref_489 + language: &ref_488 default: name: '' description: Success @@ -7996,64 +7983,64 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_527 + optionalParamGroup: &ref_526 schema: type: object language: - default: &ref_288 + default: &ref_287 name: PrivateEndpointConnectionsClientGetOptions description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_288 + go: *ref_287 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientGetOptions language: - default: &ref_289 + default: &ref_288 name: options description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_289 + go: *ref_288 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_549 + responseEnv: &ref_548 type: object properties: - - &ref_291 + - &ref_290 schema: *ref_26 serializedName: PrivateEndpointConnection language: - default: &ref_290 + default: &ref_289 name: PrivateEndpointConnection description: The Private Endpoint Connection resource. byValue: true embeddedType: true - go: *ref_290 + go: *ref_289 protocol: {} language: - default: &ref_292 + default: &ref_291 name: PrivateEndpointConnectionsClientGetResponse description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_291 - go: *ref_292 + resultProp: *ref_290 + go: *ref_291 protocol: {} protocol: {} - - &ref_493 + - &ref_492 operationId: PrivateEndpointConnections_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_293 - schema: *ref_126 + - &ref_292 + schema: *ref_125 implementation: Method required: true - language: &ref_490 + language: &ref_489 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -8065,11 +8052,11 @@ operationGroups: protocol: http: in: path - - &ref_294 + - &ref_293 schema: *ref_2 implementation: Method required: true - language: &ref_491 + language: &ref_490 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -8081,11 +8068,11 @@ operationGroups: protocol: http: in: path - - &ref_295 - schema: *ref_233 + - &ref_294 + schema: *ref_232 implementation: Method required: true - language: &ref_492 + language: &ref_491 default: name: privateEndpointConnectionName description: Private endpoint connection name. @@ -8097,10 +8084,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8130,9 +8117,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_292 - *ref_293 - *ref_294 - - *ref_295 responses: - language: default: @@ -8155,7 +8142,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_233 + - schema: *ref_232 header: Location language: default: @@ -8223,66 +8210,66 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_528 + optionalParamGroup: &ref_527 schema: type: object language: - default: &ref_296 + default: &ref_295 name: PrivateEndpointConnectionsClientBeginDeleteOptions description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_296 + go: *ref_295 protocol: {} originalParameter: - schema: type: string language: - default: &ref_297 + default: &ref_296 name: string description: '' - go: *ref_297 + go: *ref_296 protocol: {} language: - default: &ref_298 + default: &ref_297 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_298 + go: *ref_297 protocol: {} required: false serializedName: PrivateEndpointConnectionsClientBeginDeleteOptions language: - default: &ref_299 + default: &ref_298 name: options description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_299 + go: *ref_298 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_550 + responseEnv: &ref_549 type: object language: - default: &ref_300 + default: &ref_299 name: PrivateEndpointConnectionsClientDeleteResponse description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.BeginDelete. forLRO: true responseType: true - go: *ref_300 + go: *ref_299 protocol: {} protocol: {} - - &ref_496 + - &ref_495 operationId: PrivateEndpointConnections_ListByResource apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_301 - schema: *ref_126 + - &ref_300 + schema: *ref_125 implementation: Method required: true - language: &ref_494 + language: &ref_493 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -8294,11 +8281,11 @@ operationGroups: protocol: http: in: path - - &ref_302 + - &ref_301 schema: *ref_2 implementation: Method required: true - language: &ref_495 + language: &ref_494 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -8310,10 +8297,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8343,11 +8330,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_300 - *ref_301 - - *ref_302 responses: - - schema: *ref_303 - language: &ref_498 + - schema: *ref_302 + language: &ref_497 default: name: '' description: Success @@ -8427,23 +8414,23 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_529 + optionalParamGroup: &ref_528 schema: type: object language: - default: &ref_304 + default: &ref_303 name: PrivateEndpointConnectionsClientListByResourceOptions description: PrivateEndpointConnectionsClientListByResourceOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListByResourcePager method. - go: *ref_304 + go: *ref_303 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientListByResourceOptions language: - default: &ref_305 + default: &ref_304 name: options description: PrivateEndpointConnectionsClientListByResourceOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListByResourcePager method. - go: *ref_305 + go: *ref_304 protocol: {} paging: nextLinkName: null @@ -8451,28 +8438,28 @@ operationGroups: internalMethod: listByResource requestMethod: listByResourceCreateRequest responseMethod: listByResourceHandleResponse - responseEnv: &ref_551 + responseEnv: &ref_550 type: object properties: - - &ref_307 - schema: *ref_303 + - &ref_306 + schema: *ref_302 serializedName: PrivateEndpointConnectionListResult language: - default: &ref_306 + default: &ref_305 name: PrivateEndpointConnectionListResult description: List of private endpoint connection associated with the specified storage account byValue: true embeddedType: true - go: *ref_306 + go: *ref_305 protocol: {} language: - default: &ref_308 + default: &ref_307 name: PrivateEndpointConnectionsClientListByResourceResponse description: PrivateEndpointConnectionsClientListByResourceResponse contains the response from method PrivateEndpointConnectionsClient.NewListByResourcePager. marshallingFormat: json responseType: true - resultProp: *ref_307 - go: *ref_308 + resultProp: *ref_306 + go: *ref_307 protocol: {} protocol: {} language: @@ -8485,23 +8472,23 @@ operationGroups: clientCtorName: NewPrivateEndpointConnectionsClient clientName: PrivateEndpointConnectionsClient clientParams: - - *ref_125 + - *ref_124 protocol: {} - - &ref_502 + - &ref_501 $key: PrivateLinkResources operations: - - &ref_501 + - &ref_500 operationId: PrivateLinkResources_ListByResource apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_309 - schema: *ref_126 + - &ref_308 + schema: *ref_125 implementation: Method required: true - language: &ref_499 + language: &ref_498 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -8513,11 +8500,11 @@ operationGroups: protocol: http: in: path - - &ref_310 + - &ref_309 schema: *ref_2 implementation: Method required: true - language: &ref_500 + language: &ref_499 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -8529,10 +8516,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8562,11 +8549,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_308 - *ref_309 - - *ref_310 responses: - - schema: *ref_311 - language: &ref_508 + - schema: *ref_310 + language: &ref_507 default: name: '' description: Success @@ -8633,23 +8620,23 @@ operationGroups: azureARM: true clientName: PrivateLinkResourcesClient openApiType: arm - optionalParamGroup: &ref_530 + optionalParamGroup: &ref_529 schema: type: object language: - default: &ref_312 + default: &ref_311 name: PrivateLinkResourcesClientListByResourceOptions description: PrivateLinkResourcesClientListByResourceOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListByResourcePager method. - go: *ref_312 + go: *ref_311 protocol: {} originalParameter: [] required: false serializedName: PrivateLinkResourcesClientListByResourceOptions language: - default: &ref_313 + default: &ref_312 name: options description: PrivateLinkResourcesClientListByResourceOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListByResourcePager method. - go: *ref_313 + go: *ref_312 protocol: {} paging: nextLinkName: null @@ -8657,42 +8644,42 @@ operationGroups: internalMethod: listByResource requestMethod: listByResourceCreateRequest responseMethod: listByResourceHandleResponse - responseEnv: &ref_552 + responseEnv: &ref_551 type: object properties: - - &ref_315 - schema: *ref_311 + - &ref_314 + schema: *ref_310 serializedName: PrivateLinkResourceListResult language: - default: &ref_314 + default: &ref_313 name: PrivateLinkResourceListResult description: A list of private link resources byValue: true embeddedType: true - go: *ref_314 + go: *ref_313 protocol: {} language: - default: &ref_316 + default: &ref_315 name: PrivateLinkResourcesClientListByResourceResponse description: PrivateLinkResourcesClientListByResourceResponse contains the response from method PrivateLinkResourcesClient.NewListByResourcePager. marshallingFormat: json responseType: true - resultProp: *ref_315 - go: *ref_316 + resultProp: *ref_314 + go: *ref_315 protocol: {} protocol: {} - - &ref_512 + - &ref_511 operationId: PrivateLinkResources_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_318 - schema: *ref_126 + - &ref_317 + schema: *ref_125 implementation: Method required: true - language: &ref_509 + language: &ref_508 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -8704,11 +8691,11 @@ operationGroups: protocol: http: in: path - - &ref_319 + - &ref_318 schema: *ref_2 implementation: Method required: true - language: &ref_510 + language: &ref_509 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -8720,11 +8707,11 @@ operationGroups: protocol: http: in: path - - &ref_320 - schema: *ref_317 + - &ref_319 + schema: *ref_316 implementation: Method required: true - language: &ref_511 + language: &ref_510 default: name: subResourceName description: Sub resource name. @@ -8736,10 +8723,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8769,12 +8756,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_317 - *ref_318 - *ref_319 - - *ref_320 responses: - schema: *ref_33 - language: &ref_513 + language: &ref_512 default: name: '' description: Success @@ -8860,50 +8847,50 @@ operationGroups: azureARM: true clientName: PrivateLinkResourcesClient openApiType: arm - optionalParamGroup: &ref_531 + optionalParamGroup: &ref_530 schema: type: object language: - default: &ref_321 + default: &ref_320 name: PrivateLinkResourcesClientGetOptions description: PrivateLinkResourcesClientGetOptions contains the optional parameters for the PrivateLinkResourcesClient.Get method. - go: *ref_321 + go: *ref_320 protocol: {} originalParameter: [] required: false serializedName: PrivateLinkResourcesClientGetOptions language: - default: &ref_322 + default: &ref_321 name: options description: PrivateLinkResourcesClientGetOptions contains the optional parameters for the PrivateLinkResourcesClient.Get method. - go: *ref_322 + go: *ref_321 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_553 + responseEnv: &ref_552 type: object properties: - - &ref_324 + - &ref_323 schema: *ref_33 serializedName: PrivateLinkResource language: - default: &ref_323 + default: &ref_322 name: PrivateLinkResource description: A private link resource byValue: true embeddedType: true - go: *ref_323 + go: *ref_322 protocol: {} language: - default: &ref_325 + default: &ref_324 name: PrivateLinkResourcesClientGetResponse description: PrivateLinkResourcesClientGetResponse contains the response from method PrivateLinkResourcesClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_324 - go: *ref_325 + resultProp: *ref_323 + go: *ref_324 protocol: {} protocol: {} language: @@ -8916,7 +8903,7 @@ operationGroups: clientCtorName: NewPrivateLinkResourcesClient clientName: PrivateLinkResourcesClient clientParams: - - *ref_125 + - *ref_124 protocol: {} security: authenticationRequired: true @@ -8932,33 +8919,33 @@ testModel: - name: Extensions_Create clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_328 - parameter: *ref_129 + language: *ref_327 + parameter: *ref_128 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_329 - parameter: *ref_130 + language: *ref_328 + parameter: *ref_129 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_330 - parameter: *ref_131 - operation: *ref_331 - operationGroup: *ref_332 + language: *ref_329 + parameter: *ref_130 + operation: *ref_330 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Create.json responses: '201': @@ -8975,15 +8962,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -8991,36 +8978,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_345 + language: *ref_344 properties: schema: *ref_63 parentsValue: {} @@ -9028,55 +9015,55 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_346 + language: *ref_345 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_347 + language: *ref_346 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_348 + language: *ref_347 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_349 - language: *ref_350 - language: *ref_351 - operation: *ref_331 - operationGroup: *ref_332 + language: *ref_348 + language: *ref_349 + language: *ref_350 + operation: *ref_330 + operationGroup: *ref_331 - operationId: Extensions_Get examples: - name: Extensions_Get clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_352 - parameter: *ref_137 + language: *ref_351 + parameter: *ref_136 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_353 - parameter: *ref_138 + language: *ref_352 + parameter: *ref_137 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_354 - parameter: *ref_139 - operation: *ref_355 - operationGroup: *ref_332 + language: *ref_353 + parameter: *ref_138 + operation: *ref_354 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Get.json responses: '200': @@ -9093,15 +9080,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9109,36 +9096,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_345 + language: *ref_344 properties: schema: *ref_63 parentsValue: {} @@ -9146,55 +9133,55 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_346 + language: *ref_345 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_347 + language: *ref_346 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_348 + language: *ref_347 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_349 - language: *ref_350 - language: *ref_356 - operation: *ref_355 - operationGroup: *ref_332 + language: *ref_348 + language: *ref_349 + language: *ref_355 + operation: *ref_354 + operationGroup: *ref_331 - operationId: Extensions_Update examples: - name: Extensions_Update clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_357 - parameter: *ref_145 + language: *ref_356 + parameter: *ref_144 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_358 - parameter: *ref_146 + language: *ref_357 + parameter: *ref_145 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_359 - parameter: *ref_147 - operation: *ref_360 - operationGroup: *ref_332 + language: *ref_358 + parameter: *ref_146 + operation: *ref_359 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Update.json responses: '200': @@ -9211,15 +9198,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9227,36 +9214,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_345 + language: *ref_344 properties: schema: *ref_63 parentsValue: {} @@ -9264,97 +9251,97 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_346 + language: *ref_345 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_347 + language: *ref_346 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_348 + language: *ref_347 installedExtensionVersion: schema: *ref_59 rawValue: '2.0' - language: *ref_349 - language: *ref_350 - language: *ref_361 - operation: *ref_360 - operationGroup: *ref_332 + language: *ref_348 + language: *ref_349 + language: *ref_360 + operation: *ref_359 + operationGroup: *ref_331 - operationId: Extensions_Delete examples: - name: Extensions_Delete clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_362 - parameter: *ref_153 + language: *ref_361 + parameter: *ref_152 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_363 - parameter: *ref_154 + language: *ref_362 + parameter: *ref_153 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_364 - parameter: *ref_155 - operation: *ref_365 - operationGroup: *ref_332 + language: *ref_363 + parameter: *ref_154 + operation: *ref_364 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Delete.json responses: '200': {} '204': {} - operation: *ref_365 - operationGroup: *ref_332 + operation: *ref_364 + operationGroup: *ref_331 - operationId: Extensions_ListByFarmBeats examples: - name: Extensions_ListByFarmBeats clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_366 - parameter: *ref_169 + language: *ref_365 + parameter: *ref_168 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_367 - parameter: *ref_170 - operation: *ref_368 - operationGroup: *ref_332 + language: *ref_366 + parameter: *ref_169 + operation: *ref_367 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_ListByFarmBeats.json responses: '200': body: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: value: - schema: *ref_105 + schema: *ref_104 elements: - schema: *ref_3 parentsValue: @@ -9368,15 +9355,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9384,36 +9371,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_345 + language: *ref_344 properties: schema: *ref_63 parentsValue: {} @@ -9421,50 +9408,50 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_346 + language: *ref_345 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_347 + language: *ref_346 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_348 + language: *ref_347 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_349 - language: *ref_350 - language: *ref_369 - language: *ref_370 - headers: *ref_371 - operation: *ref_368 - operationGroup: *ref_332 + language: *ref_348 + language: *ref_349 + language: *ref_368 + language: *ref_369 + headers: *ref_370 + operation: *ref_367 + operationGroup: *ref_331 - operationId: FarmBeatsExtensions_List examples: - name: FarmBeatsExtensions_List clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: [] - operation: *ref_372 - operationGroup: *ref_373 + operation: *ref_371 + operationGroup: *ref_372 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsExtensions_List.json responses: '200': body: - schema: *ref_187 + schema: *ref_186 parentsValue: {} properties: nextLink: schema: *ref_68 rawValue: string - language: *ref_374 + language: *ref_373 value: - schema: *ref_115 + schema: *ref_114 elements: - schema: *ref_5 parentsValue: @@ -9478,15 +9465,15 @@ testModel: name: schema: *ref_35 rawValue: DTN.ContentServices - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/DTN.ContentServices - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9494,28 +9481,28 @@ testModel: createdAt: schema: *ref_39 rawValue: '2021-04-12T15:28:06Z' - language: *ref_336 + language: *ref_335 lastModifiedAt: schema: *ref_41 rawValue: '2021-04-12T15:30:01Z' - language: *ref_339 - language: *ref_342 - language: *ref_343 + language: *ref_338 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: properties: schema: *ref_69 parentsValue: {} properties: detailedInformation: - schema: *ref_114 + schema: *ref_113 elements: - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9531,13 +9518,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_375 + language: *ref_374 apiName: schema: *ref_51 rawValue: GetDailyObservations - language: *ref_376 + language: *ref_375 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -9589,9 +9576,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_377 + language: *ref_376 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -9617,7 +9604,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_378 + language: *ref_377 unitsSupported: schema: *ref_71 parentsValue: {} @@ -9625,21 +9612,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_379 + language: *ref_378 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_380 - language: *ref_381 + language: *ref_379 + language: *ref_380 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9655,13 +9642,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_375 + language: *ref_374 apiName: schema: *ref_51 rawValue: GetHourlyObservations - language: *ref_376 + language: *ref_375 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -9683,9 +9670,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_377 + language: *ref_376 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -9713,7 +9700,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_378 + language: *ref_377 unitsSupported: schema: *ref_71 parentsValue: {} @@ -9721,21 +9708,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_379 + language: *ref_378 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_380 - language: *ref_381 + language: *ref_379 + language: *ref_380 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9751,13 +9738,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_375 + language: *ref_374 apiName: schema: *ref_51 rawValue: GetHourlyForecasts - language: *ref_376 + language: *ref_375 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -9779,9 +9766,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_377 + language: *ref_376 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -9809,7 +9796,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_378 + language: *ref_377 unitsSupported: schema: *ref_71 parentsValue: {} @@ -9817,21 +9804,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_379 + language: *ref_378 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_380 - language: *ref_381 + language: *ref_379 + language: *ref_380 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9847,13 +9834,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_375 + language: *ref_374 apiName: schema: *ref_51 rawValue: GetDailyForecasts - language: *ref_376 + language: *ref_375 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -9905,9 +9892,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_377 + language: *ref_376 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -9933,7 +9920,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_378 + language: *ref_377 unitsSupported: schema: *ref_71 parentsValue: {} @@ -9941,72 +9928,72 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_379 + language: *ref_378 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_380 - language: *ref_381 - language: *ref_382 + language: *ref_379 + language: *ref_380 + language: *ref_381 extensionApiDocsLink: schema: *ref_50 rawValue: https://cs-docs.dtn.com/api/weather-observations-and-forecasts-rest-api/ - language: *ref_383 + language: *ref_382 extensionAuthLink: schema: *ref_49 rawValue: https://www.dtn.com/dtn-content-integration/ - language: *ref_384 + language: *ref_383 extensionCategory: schema: *ref_48 rawValue: Weather - language: *ref_385 + language: *ref_384 farmBeatsExtensionId: schema: *ref_43 rawValue: DTN.ContentServices - language: *ref_386 + language: *ref_385 farmBeatsExtensionName: schema: *ref_44 rawValue: DTN - language: *ref_387 + language: *ref_386 farmBeatsExtensionVersion: schema: *ref_45 rawValue: '1.0' - language: *ref_388 + language: *ref_387 publisherId: schema: *ref_46 rawValue: dtn - language: *ref_389 + language: *ref_388 targetResourceType: schema: *ref_42 rawValue: FarmBeats - language: *ref_390 - language: *ref_391 - language: *ref_392 - language: *ref_393 - headers: *ref_394 - operation: *ref_372 - operationGroup: *ref_373 + language: *ref_389 + language: *ref_390 + language: *ref_391 + language: *ref_392 + headers: *ref_393 + operation: *ref_371 + operationGroup: *ref_372 - operationId: FarmBeatsExtensions_Get examples: - name: FarmBeatsExtensions_Get clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_191 + schema: *ref_190 rawValue: DTN.ContentServices - language: *ref_395 - parameter: *ref_192 - operation: *ref_396 - operationGroup: *ref_373 + language: *ref_394 + parameter: *ref_191 + operation: *ref_395 + operationGroup: *ref_372 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsExtensions_Get.json responses: '200': @@ -10023,15 +10010,15 @@ testModel: name: schema: *ref_35 rawValue: DTN.ContentServices - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/DTN.ContentServices - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -10039,28 +10026,28 @@ testModel: createdAt: schema: *ref_39 rawValue: '2021-04-12T15:28:06Z' - language: *ref_336 + language: *ref_335 lastModifiedAt: schema: *ref_41 rawValue: '2021-04-12T15:30:01Z' - language: *ref_339 - language: *ref_342 - language: *ref_343 + language: *ref_338 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: properties: schema: *ref_69 parentsValue: {} properties: detailedInformation: - schema: *ref_114 + schema: *ref_113 elements: - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10076,13 +10063,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_375 + language: *ref_374 apiName: schema: *ref_51 rawValue: GetDailyObservations - language: *ref_376 + language: *ref_375 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10134,9 +10121,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_377 + language: *ref_376 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10162,7 +10149,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_378 + language: *ref_377 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10170,21 +10157,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_379 + language: *ref_378 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_380 - language: *ref_381 + language: *ref_379 + language: *ref_380 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10200,13 +10187,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_375 + language: *ref_374 apiName: schema: *ref_51 rawValue: GetHourlyObservations - language: *ref_376 + language: *ref_375 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10228,9 +10215,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_377 + language: *ref_376 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10258,7 +10245,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_378 + language: *ref_377 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10266,21 +10253,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_379 + language: *ref_378 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_380 - language: *ref_381 + language: *ref_379 + language: *ref_380 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10296,13 +10283,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_375 + language: *ref_374 apiName: schema: *ref_51 rawValue: GetHourlyForecasts - language: *ref_376 + language: *ref_375 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10324,9 +10311,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_377 + language: *ref_376 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10354,7 +10341,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_378 + language: *ref_377 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10362,21 +10349,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_379 + language: *ref_378 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_380 - language: *ref_381 + language: *ref_379 + language: *ref_380 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10392,13 +10379,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_375 + language: *ref_374 apiName: schema: *ref_51 rawValue: GetDailyForecasts - language: *ref_376 + language: *ref_375 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10450,9 +10437,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_377 + language: *ref_376 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10478,7 +10465,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_378 + language: *ref_377 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10486,80 +10473,80 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_379 + language: *ref_378 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_380 - language: *ref_381 - language: *ref_382 + language: *ref_379 + language: *ref_380 + language: *ref_381 extensionApiDocsLink: schema: *ref_50 rawValue: https://cs-docs.dtn.com/api/weather-observations-and-forecasts-rest-api/ - language: *ref_383 + language: *ref_382 extensionAuthLink: schema: *ref_49 rawValue: https://www.dtn.com/dtn-content-integration/ - language: *ref_384 + language: *ref_383 extensionCategory: schema: *ref_48 rawValue: Weather - language: *ref_385 + language: *ref_384 farmBeatsExtensionId: schema: *ref_43 rawValue: DTN.ContentServices - language: *ref_386 + language: *ref_385 farmBeatsExtensionName: schema: *ref_44 rawValue: DTN - language: *ref_387 + language: *ref_386 farmBeatsExtensionVersion: schema: *ref_45 rawValue: '1.0' - language: *ref_388 + language: *ref_387 publisherId: schema: *ref_46 rawValue: dtn - language: *ref_389 + language: *ref_388 targetResourceType: schema: *ref_42 rawValue: FarmBeats - language: *ref_390 - language: *ref_391 - language: *ref_397 - operation: *ref_396 - operationGroup: *ref_373 + language: *ref_389 + language: *ref_390 + language: *ref_396 + operation: *ref_395 + operationGroup: *ref_372 - operationId: FarmBeatsModels_Get examples: - name: FarmBeatsModels_Get clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_398 - parameter: *ref_198 + language: *ref_397 + parameter: *ref_197 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_399 - parameter: *ref_199 - operation: *ref_400 - operationGroup: *ref_401 + language: *ref_398 + parameter: *ref_198 + operation: *ref_399 + operationGroup: *ref_400 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Get.json responses: '200': @@ -10576,15 +10563,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -10592,34 +10579,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_402 + language: *ref_401 tags: schema: *ref_28 properties: @@ -10629,8 +10616,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_403 - language: *ref_404 + language: *ref_402 + language: *ref_403 properties: properties: schema: *ref_73 @@ -10639,40 +10626,40 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_405 + language: *ref_404 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_406 - language: *ref_407 - language: *ref_408 - operation: *ref_400 - operationGroup: *ref_401 + language: *ref_405 + language: *ref_406 + language: *ref_407 + operation: *ref_399 + operationGroup: *ref_400 - operationId: FarmBeatsModels_CreateOrUpdate examples: - name: FarmBeatsModels_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_409 - parameter: *ref_207 + language: *ref_408 + parameter: *ref_206 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_410 - parameter: *ref_208 + language: *ref_409 + parameter: *ref_207 - exampleValue: schema: *ref_27 parentsValue: @@ -10683,7 +10670,7 @@ testModel: location: schema: *ref_29 rawValue: eastus2 - language: *ref_402 + language: *ref_401 tags: schema: *ref_28 properties: @@ -10693,13 +10680,13 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_403 - language: *ref_404 + language: *ref_402 + language: *ref_403 properties: {} - language: *ref_411 - parameter: *ref_205 - operation: *ref_412 - operationGroup: *ref_401 + language: *ref_410 + parameter: *ref_204 + operation: *ref_411 + operationGroup: *ref_400 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_CreateOrUpdate.json responses: '200': @@ -10716,15 +10703,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmbeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -10732,34 +10719,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_402 + language: *ref_401 tags: schema: *ref_28 properties: @@ -10769,8 +10756,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_403 - language: *ref_404 + language: *ref_402 + language: *ref_403 properties: properties: schema: *ref_73 @@ -10779,13 +10766,13 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_405 + language: *ref_404 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_406 - language: *ref_407 - language: *ref_413 + language: *ref_405 + language: *ref_406 + language: *ref_412 '201': body: schema: *ref_27 @@ -10800,15 +10787,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmbeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -10816,34 +10803,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_402 + language: *ref_401 tags: schema: *ref_28 properties: @@ -10853,8 +10840,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_403 - language: *ref_404 + language: *ref_402 + language: *ref_403 properties: properties: schema: *ref_73 @@ -10863,42 +10850,42 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_405 + language: *ref_404 provisioningState: schema: *ref_17 rawValue: Failed - language: *ref_406 - language: *ref_407 - language: *ref_414 - operation: *ref_412 - operationGroup: *ref_401 + language: *ref_405 + language: *ref_406 + language: *ref_413 + operation: *ref_411 + operationGroup: *ref_400 - operationId: FarmBeatsModels_Update examples: - name: FarmBeatsModels_Update clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_415 - parameter: *ref_217 + language: *ref_414 + parameter: *ref_216 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_416 - parameter: *ref_218 + language: *ref_415 + parameter: *ref_217 - exampleValue: - schema: *ref_214 + schema: *ref_213 parentsValue: {} properties: tags: @@ -10910,11 +10897,11 @@ testModel: key2: schema: *ref_2 rawValue: value2 - language: *ref_417 - language: *ref_418 - parameter: *ref_215 - operation: *ref_419 - operationGroup: *ref_401 + language: *ref_416 + language: *ref_417 + parameter: *ref_214 + operation: *ref_418 + operationGroup: *ref_400 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Update.json responses: '200': @@ -10931,15 +10918,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -10947,34 +10934,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_402 + language: *ref_401 tags: schema: *ref_28 properties: @@ -10984,8 +10971,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_403 - language: *ref_404 + language: *ref_402 + language: *ref_403 properties: properties: schema: *ref_73 @@ -10994,40 +10981,40 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_405 + language: *ref_404 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_406 - language: *ref_407 - language: *ref_420 + language: *ref_405 + language: *ref_406 + language: *ref_419 '202': - headers: *ref_421 + headers: *ref_420 - name: FarmBeatsModels_UpdateWithSensor clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_415 - parameter: *ref_217 + language: *ref_414 + parameter: *ref_216 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_416 - parameter: *ref_218 + language: *ref_415 + parameter: *ref_217 - exampleValue: - schema: *ref_214 + schema: *ref_213 parentsValue: {} properties: identity: @@ -11037,8 +11024,8 @@ testModel: type: schema: *ref_15 rawValue: SystemAssigned - language: *ref_422 - language: *ref_423 + language: *ref_421 + language: *ref_422 properties: schema: *ref_80 parentsValue: {} @@ -11050,9 +11037,9 @@ testModel: enabled: schema: *ref_18 rawValue: 'True' - language: *ref_424 - language: *ref_425 - language: *ref_426 + language: *ref_423 + language: *ref_424 + language: *ref_425 tags: schema: *ref_79 properties: @@ -11062,11 +11049,11 @@ testModel: key2: schema: *ref_2 rawValue: value2 - language: *ref_417 - language: *ref_418 - parameter: *ref_215 - operation: *ref_419 - operationGroup: *ref_401 + language: *ref_416 + language: *ref_417 + parameter: *ref_214 + operation: *ref_418 + operationGroup: *ref_400 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_UpdateWithSensor.json responses: '200': @@ -11083,15 +11070,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -11099,34 +11086,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_402 + language: *ref_401 tags: schema: *ref_28 properties: @@ -11136,8 +11123,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_403 - language: *ref_404 + language: *ref_402 + language: *ref_403 properties: identity: schema: *ref_72 @@ -11146,12 +11133,12 @@ testModel: type: schema: *ref_15 rawValue: SystemAssigned - language: *ref_422 + language: *ref_421 tenantId: schema: *ref_14 rawValue: abcdefgh-86f1-41af-91ab-2d7cd011db47 - language: *ref_427 - language: *ref_428 + language: *ref_426 + language: *ref_427 properties: schema: *ref_73 parentsValue: {} @@ -11159,11 +11146,11 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_405 + language: *ref_404 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_406 + language: *ref_405 sensorIntegration: schema: *ref_74 parentsValue: {} @@ -11171,77 +11158,77 @@ testModel: enabled: schema: *ref_18 rawValue: 'True' - language: *ref_424 + language: *ref_423 provisioningState: schema: *ref_17 rawValue: Creating - language: *ref_429 - language: *ref_430 - language: *ref_407 - language: *ref_420 + language: *ref_428 + language: *ref_429 + language: *ref_406 + language: *ref_419 '202': - headers: *ref_431 - operation: *ref_419 - operationGroup: *ref_401 + headers: *ref_430 + operation: *ref_418 + operationGroup: *ref_400 - operationId: FarmBeatsModels_Delete examples: - name: FarmBeatsModels_Delete clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_432 - parameter: *ref_226 + language: *ref_431 + parameter: *ref_225 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_433 - parameter: *ref_227 - operation: *ref_434 - operationGroup: *ref_401 + language: *ref_432 + parameter: *ref_226 + operation: *ref_433 + operationGroup: *ref_400 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Delete.json responses: '200': {} '204': {} - operation: *ref_434 - operationGroup: *ref_401 + operation: *ref_433 + operationGroup: *ref_400 - operationId: FarmBeatsModels_ListBySubscription examples: - name: FarmBeatsModels_ListBySubscription clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: [] - operation: *ref_435 - operationGroup: *ref_401 + operation: *ref_434 + operationGroup: *ref_400 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_ListBySubscription.json responses: '200': body: - schema: *ref_237 + schema: *ref_236 parentsValue: {} properties: value: - schema: *ref_116 + schema: *ref_115 elements: - schema: *ref_27 parentsValue: @@ -11255,15 +11242,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -11271,34 +11258,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_402 + language: *ref_401 tags: schema: *ref_28 properties: @@ -11308,8 +11295,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_403 - language: *ref_404 + language: *ref_402 + language: *ref_403 properties: properties: schema: *ref_73 @@ -11318,48 +11305,48 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_405 + language: *ref_404 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_406 - language: *ref_407 - language: *ref_436 - language: *ref_437 - headers: *ref_438 - operation: *ref_435 - operationGroup: *ref_401 + language: *ref_405 + language: *ref_406 + language: *ref_435 + language: *ref_436 + headers: *ref_437 + operation: *ref_434 + operationGroup: *ref_400 - operationId: FarmBeatsModels_ListByResourceGroup examples: - name: FarmBeatsModels_ListByResourceGroup clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_439 - parameter: *ref_246 - operation: *ref_440 - operationGroup: *ref_401 + language: *ref_438 + parameter: *ref_245 + operation: *ref_439 + operationGroup: *ref_400 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_ListByResourceGroup.json responses: '200': body: - schema: *ref_237 + schema: *ref_236 parentsValue: {} properties: value: - schema: *ref_116 + schema: *ref_115 elements: - schema: *ref_27 parentsValue: @@ -11373,15 +11360,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -11389,34 +11376,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_402 + language: *ref_401 tags: schema: *ref_28 properties: @@ -11426,8 +11413,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_403 - language: *ref_404 + language: *ref_402 + language: *ref_403 properties: properties: schema: *ref_73 @@ -11436,473 +11423,473 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_405 + language: *ref_404 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_406 - language: *ref_407 - language: *ref_436 - language: *ref_441 - headers: *ref_442 - operation: *ref_440 - operationGroup: *ref_401 + language: *ref_405 + language: *ref_406 + language: *ref_435 + language: *ref_440 + headers: *ref_441 + operation: *ref_439 + operationGroup: *ref_400 - operationId: FarmBeatsModels_GetOperationResult examples: - name: FarmBeatsModels_GetOperationResult clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_443 - parameter: *ref_251 + language: *ref_442 + parameter: *ref_250 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_444 - parameter: *ref_252 + language: *ref_443 + parameter: *ref_251 - exampleValue: - schema: *ref_250 + schema: *ref_249 rawValue: resource-provisioning-id-farmBeatsResourceName - language: *ref_445 - parameter: *ref_253 - operation: *ref_446 - operationGroup: *ref_401 + language: *ref_444 + parameter: *ref_252 + operation: *ref_445 + operationGroup: *ref_400 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_GetOperationResult.json responses: '200': body: - schema: *ref_254 + schema: *ref_253 parentsValue: {} properties: status: schema: *ref_82 rawValue: Succeeded - language: *ref_447 - language: *ref_448 - operation: *ref_446 - operationGroup: *ref_401 + language: *ref_446 + language: *ref_447 + operation: *ref_445 + operationGroup: *ref_400 - operationId: Locations_CheckNameAvailability examples: - name: Locations_CheckNameAvailability_AlreadyExists clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_260 + schema: *ref_259 parentsValue: {} properties: name: schema: *ref_83 rawValue: existingaccountname - language: *ref_449 + language: *ref_448 type: schema: *ref_84 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_450 - language: *ref_451 - parameter: *ref_261 - operation: *ref_452 - operationGroup: *ref_453 + language: *ref_449 + language: *ref_450 + parameter: *ref_260 + operation: *ref_451 + operationGroup: *ref_452 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Locations_CheckNameAvailability_AlreadyExists.json responses: '200': body: - schema: *ref_263 + schema: *ref_262 parentsValue: {} properties: message: schema: *ref_87 rawValue: An account named 'existingaccountname' is already in use. - language: *ref_454 + language: *ref_453 nameAvailable: schema: *ref_85 rawValue: false - language: *ref_455 + language: *ref_454 reason: schema: *ref_86 rawValue: AlreadyExists - language: *ref_456 - language: *ref_457 + language: *ref_455 + language: *ref_456 - name: Locations_CheckNameAvailability_Available clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_260 + schema: *ref_259 parentsValue: {} properties: name: schema: *ref_83 rawValue: newaccountname - language: *ref_449 + language: *ref_448 type: schema: *ref_84 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_450 - language: *ref_451 - parameter: *ref_261 - operation: *ref_452 - operationGroup: *ref_453 + language: *ref_449 + language: *ref_450 + parameter: *ref_260 + operation: *ref_451 + operationGroup: *ref_452 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Locations_CheckNameAvailability_Available.json responses: '200': body: - schema: *ref_263 + schema: *ref_262 parentsValue: {} properties: nameAvailable: schema: *ref_85 rawValue: true - language: *ref_455 - language: *ref_457 - operation: *ref_452 - operationGroup: *ref_453 + language: *ref_454 + language: *ref_456 + operation: *ref_451 + operationGroup: *ref_452 - operationId: Operations_List examples: - name: Operations_List clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: [] - operation: *ref_458 - operationGroup: *ref_459 + operation: *ref_457 + operationGroup: *ref_458 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Operations_List.json responses: '200': body: - schema: *ref_269 + schema: *ref_268 parentsValue: {} properties: nextLink: - schema: *ref_97 + schema: *ref_96 rawValue: https://management.azure.com/providers/Microsoft.AgFoodPlatform/operations?$skiptoken={token} - language: *ref_460 + language: *ref_459 value: - schema: *ref_117 + schema: *ref_116 elements: - - schema: *ref_98 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/read - language: *ref_461 + language: *ref_460 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Gets or Lists existing AgFoodPlatform FarmBeats resource(s). - language: *ref_462 + language: *ref_461 operation: schema: *ref_92 rawValue: Get or List AgFoodPlatform FarmBeats resource(s). - language: *ref_463 + language: *ref_462 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_464 + language: *ref_463 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_465 - language: *ref_466 + language: *ref_464 + language: *ref_465 isDataAction: schema: *ref_89 rawValue: false - language: *ref_467 - - schema: *ref_98 + language: *ref_466 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/write - language: *ref_461 + language: *ref_460 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Creates or Updates AgFoodPlatform FarmBeats. - language: *ref_462 + language: *ref_461 operation: schema: *ref_92 rawValue: Create or Update AgFoodPlatform FarmBeats. - language: *ref_463 + language: *ref_462 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_464 + language: *ref_463 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_465 - language: *ref_466 + language: *ref_464 + language: *ref_465 isDataAction: schema: *ref_89 rawValue: false - language: *ref_467 - - schema: *ref_98 + language: *ref_466 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/delete - language: *ref_461 + language: *ref_460 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Deletes an existing AgFoodPlatform FarmBeats resource. - language: *ref_462 + language: *ref_461 operation: schema: *ref_92 rawValue: Delete AgFoodPlatform FarmBeats resource. - language: *ref_463 + language: *ref_462 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_464 + language: *ref_463 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_465 - language: *ref_466 + language: *ref_464 + language: *ref_465 isDataAction: schema: *ref_89 rawValue: false - language: *ref_467 - - schema: *ref_98 + language: *ref_466 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/locations/checkNameAvailability/action - language: *ref_461 + language: *ref_460 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Checks that resource name is valid and is not in use. - language: *ref_462 + language: *ref_461 operation: schema: *ref_92 rawValue: Check Name Availability - language: *ref_463 + language: *ref_462 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_464 + language: *ref_463 resource: schema: *ref_91 rawValue: Locations - language: *ref_465 - language: *ref_466 + language: *ref_464 + language: *ref_465 isDataAction: schema: *ref_89 rawValue: false - language: *ref_467 - - schema: *ref_98 + language: *ref_466 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/operations/read - language: *ref_461 + language: *ref_460 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: List all operations in Microsoft AgFoodPlatform resource provider. - language: *ref_462 + language: *ref_461 operation: schema: *ref_92 rawValue: List all operations. - language: *ref_463 + language: *ref_462 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_464 + language: *ref_463 resource: schema: *ref_91 rawValue: List all operations in Microsoft AgFoodPlatform resource provider. - language: *ref_465 - language: *ref_466 + language: *ref_464 + language: *ref_465 isDataAction: schema: *ref_89 rawValue: false - language: *ref_467 - - schema: *ref_98 + language: *ref_466 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/read - language: *ref_461 + language: *ref_460 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Gets or Lists existing AgFoodPlatform Extensions resource(s). - language: *ref_462 + language: *ref_461 operation: schema: *ref_92 rawValue: Get or List AgFoodPlatform Extensions resource(s). - language: *ref_463 + language: *ref_462 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_464 + language: *ref_463 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_465 - language: *ref_466 + language: *ref_464 + language: *ref_465 isDataAction: schema: *ref_89 rawValue: false - language: *ref_467 - - schema: *ref_98 + language: *ref_466 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/write - language: *ref_461 + language: *ref_460 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Creates or Updates AgFoodPlatform Extensions. - language: *ref_462 + language: *ref_461 operation: schema: *ref_92 rawValue: Create or Update AgFoodPlatform Extensions. - language: *ref_463 + language: *ref_462 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_464 + language: *ref_463 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_465 - language: *ref_466 + language: *ref_464 + language: *ref_465 isDataAction: schema: *ref_89 rawValue: false - language: *ref_467 - - schema: *ref_98 + language: *ref_466 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/delete - language: *ref_461 + language: *ref_460 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Deletes an existing AgFoodPlatform Extensions resource. - language: *ref_462 + language: *ref_461 operation: schema: *ref_92 rawValue: Delete AgFoodPlatform Extensions resource. - language: *ref_463 + language: *ref_462 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_464 + language: *ref_463 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_465 - language: *ref_466 + language: *ref_464 + language: *ref_465 isDataAction: schema: *ref_89 rawValue: false - language: *ref_467 - language: *ref_468 - language: *ref_469 - operation: *ref_458 - operationGroup: *ref_459 + language: *ref_466 + language: *ref_467 + language: *ref_468 + operation: *ref_457 + operationGroup: *ref_458 - operationId: PrivateEndpointConnections_CreateOrUpdate examples: - name: PrivateEndpointConnections_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_470 - parameter: *ref_277 + language: *ref_469 + parameter: *ref_276 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_471 - parameter: *ref_278 + language: *ref_470 + parameter: *ref_277 - exampleValue: - schema: *ref_233 + schema: *ref_232 rawValue: privateEndpointConnectionName - language: *ref_472 - parameter: *ref_279 + language: *ref_471 + parameter: *ref_278 - exampleValue: schema: *ref_26 parentsValue: {} @@ -11918,17 +11905,17 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_473 + language: *ref_472 status: schema: *ref_8 rawValue: Approved - language: *ref_474 - language: *ref_475 - language: *ref_476 - language: *ref_477 - parameter: *ref_275 - operation: *ref_478 - operationGroup: *ref_479 + language: *ref_473 + language: *ref_474 + language: *ref_475 + language: *ref_476 + parameter: *ref_274 + operation: *ref_477 + operationGroup: *ref_478 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_CreateOrUpdate.json responses: '200': @@ -11942,16 +11929,16 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: schema: *ref_75 @@ -11964,8 +11951,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_480 - language: *ref_481 + language: *ref_479 + language: *ref_480 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -11973,56 +11960,56 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_473 + language: *ref_472 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_482 + language: *ref_481 status: schema: *ref_8 rawValue: Approved - language: *ref_474 - language: *ref_475 + language: *ref_473 + language: *ref_474 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_483 - language: *ref_476 - language: *ref_484 - operation: *ref_478 - operationGroup: *ref_479 + language: *ref_482 + language: *ref_475 + language: *ref_483 + operation: *ref_477 + operationGroup: *ref_478 - operationId: PrivateEndpointConnections_Get examples: - name: PrivateEndpointConnections_Get clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_485 - parameter: *ref_285 + language: *ref_484 + parameter: *ref_284 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_486 - parameter: *ref_286 + language: *ref_485 + parameter: *ref_285 - exampleValue: - schema: *ref_233 + schema: *ref_232 rawValue: privateEndpointConnectionName - language: *ref_487 - parameter: *ref_287 - operation: *ref_488 - operationGroup: *ref_479 + language: *ref_486 + parameter: *ref_286 + operation: *ref_487 + operationGroup: *ref_478 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_Get.json responses: '200': @@ -12036,16 +12023,16 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: schema: *ref_75 @@ -12058,8 +12045,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_480 - language: *ref_481 + language: *ref_479 + language: *ref_480 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -12067,99 +12054,99 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_473 + language: *ref_472 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_482 + language: *ref_481 status: schema: *ref_8 rawValue: Approved - language: *ref_474 - language: *ref_475 + language: *ref_473 + language: *ref_474 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_483 - language: *ref_476 - language: *ref_489 - operation: *ref_488 - operationGroup: *ref_479 + language: *ref_482 + language: *ref_475 + language: *ref_488 + operation: *ref_487 + operationGroup: *ref_478 - operationId: PrivateEndpointConnections_Delete examples: - name: PrivateEndpointConnections_Delete clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_490 - parameter: *ref_293 + language: *ref_489 + parameter: *ref_292 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_491 - parameter: *ref_294 + language: *ref_490 + parameter: *ref_293 - exampleValue: - schema: *ref_233 + schema: *ref_232 rawValue: privateEndpointConnectionName - language: *ref_492 - parameter: *ref_295 - operation: *ref_493 - operationGroup: *ref_479 + language: *ref_491 + parameter: *ref_294 + operation: *ref_492 + operationGroup: *ref_478 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_493 - operationGroup: *ref_479 + operation: *ref_492 + operationGroup: *ref_478 - operationId: PrivateEndpointConnections_ListByResource examples: - name: PrivateEndpointConnections_ListByResource clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_494 - parameter: *ref_301 + language: *ref_493 + parameter: *ref_300 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_495 - parameter: *ref_302 - operation: *ref_496 - operationGroup: *ref_479 + language: *ref_494 + parameter: *ref_301 + operation: *ref_495 + operationGroup: *ref_478 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_ListByResource.json responses: '200': body: - schema: *ref_303 + schema: *ref_302 parentsValue: {} properties: value: - schema: *ref_118 + schema: *ref_117 elements: - schema: *ref_26 parentsValue: @@ -12170,17 +12157,17 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: >- /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: schema: *ref_75 @@ -12193,8 +12180,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_480 - language: *ref_481 + language: *ref_479 + language: *ref_480 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -12202,21 +12189,21 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_473 + language: *ref_472 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_482 + language: *ref_481 status: schema: *ref_8 rawValue: Approved - language: *ref_474 - language: *ref_475 + language: *ref_473 + language: *ref_474 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_483 - language: *ref_476 + language: *ref_482 + language: *ref_475 - schema: *ref_26 parentsValue: Resource: @@ -12226,17 +12213,17 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName2 - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: >- /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName2 - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: schema: *ref_75 @@ -12249,8 +12236,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName2 - language: *ref_480 - language: *ref_481 + language: *ref_479 + language: *ref_480 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -12258,61 +12245,61 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_473 + language: *ref_472 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_482 + language: *ref_481 status: schema: *ref_8 rawValue: Approved - language: *ref_474 - language: *ref_475 + language: *ref_473 + language: *ref_474 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_483 - language: *ref_476 - language: *ref_497 - language: *ref_498 - operation: *ref_496 - operationGroup: *ref_479 + language: *ref_482 + language: *ref_475 + language: *ref_496 + language: *ref_497 + operation: *ref_495 + operationGroup: *ref_478 - operationId: PrivateLinkResources_ListByResource examples: - name: PrivateLinkResources_ListByResource clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_499 - parameter: *ref_309 + language: *ref_498 + parameter: *ref_308 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_500 - parameter: *ref_310 - operation: *ref_501 - operationGroup: *ref_502 + language: *ref_499 + parameter: *ref_309 + operation: *ref_500 + operationGroup: *ref_501 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateLinkResources_ListByResource.json responses: '200': body: - schema: *ref_311 + schema: *ref_310 parentsValue: {} properties: value: - schema: *ref_121 + schema: *ref_120 elements: - schema: *ref_33 parentsValue: @@ -12323,74 +12310,74 @@ testModel: name: schema: *ref_35 rawValue: farmbeats - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateLinkResources - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateLinkResources/farmbeats - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: - schema: *ref_100 + schema: *ref_99 parentsValue: {} properties: groupId: schema: *ref_30 rawValue: farmbeats - language: *ref_503 + language: *ref_502 requiredMembers: - schema: *ref_119 + schema: *ref_118 elements: - schema: *ref_31 rawValue: farmbeats - language: *ref_504 + language: *ref_503 requiredZoneNames: - schema: *ref_120 + schema: *ref_119 elements: - schema: *ref_32 rawValue: privatelink.farmbeats.azure.net - language: *ref_505 - language: *ref_506 - language: *ref_507 - language: *ref_508 - operation: *ref_501 - operationGroup: *ref_502 + language: *ref_504 + language: *ref_505 + language: *ref_506 + language: *ref_507 + operation: *ref_500 + operationGroup: *ref_501 - operationId: PrivateLinkResources_Get examples: - name: PrivateLinkResources_Get clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_509 - parameter: *ref_318 + language: *ref_508 + parameter: *ref_317 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_510 - parameter: *ref_319 + language: *ref_509 + parameter: *ref_318 - exampleValue: - schema: *ref_317 + schema: *ref_316 rawValue: farmbeats - language: *ref_511 - parameter: *ref_320 - operation: *ref_512 - operationGroup: *ref_502 + language: *ref_510 + parameter: *ref_319 + operation: *ref_511 + operationGroup: *ref_501 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateLinkResources_Get.json responses: '200': @@ -12404,41 +12391,41 @@ testModel: name: schema: *ref_35 rawValue: farmbeats - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateLinkResources - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateLinkResources/farmbeats - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: - schema: *ref_100 + schema: *ref_99 parentsValue: {} properties: groupId: schema: *ref_30 rawValue: farmbeats - language: *ref_503 + language: *ref_502 requiredMembers: - schema: *ref_119 + schema: *ref_118 elements: - schema: *ref_31 rawValue: farmbeats - language: *ref_504 + language: *ref_503 requiredZoneNames: - schema: *ref_120 + schema: *ref_119 elements: - schema: *ref_32 rawValue: privatelink.farmbeats.azure.net - language: *ref_505 - language: *ref_506 - language: *ref_513 - operation: *ref_512 - operationGroup: *ref_502 + language: *ref_504 + language: *ref_505 + language: *ref_512 + operation: *ref_511 + operationGroup: *ref_501 scenarioTests: [] language: default: @@ -12455,19 +12442,20 @@ language: openApiType: arm packageName: armagrifood parameterGroups: + - *ref_513 - *ref_514 - *ref_515 - *ref_516 + - *ref_162 + - *ref_178 - *ref_517 - - *ref_163 - - *ref_179 - *ref_518 - *ref_519 - *ref_520 - *ref_521 + - *ref_233 + - *ref_242 - *ref_522 - - *ref_234 - - *ref_243 - *ref_523 - *ref_524 - *ref_525 @@ -12476,9 +12464,9 @@ language: - *ref_528 - *ref_529 - *ref_530 - - *ref_531 rawJSONAsBytes: false responseEnvelopes: + - *ref_531 - *ref_532 - *ref_533 - *ref_534 @@ -12500,6 +12488,5 @@ language: - *ref_550 - *ref_551 - *ref_552 - - *ref_553 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/go-tester.yaml b/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/go-tester.yaml index 327f88d04..f2ed16c89 100644 --- a/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/go-tester.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/go-tester.yaml @@ -24,7 +24,7 @@ schemas: description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. protocol: {} numbers: - - &ref_164 + - &ref_163 type: integer apiVersions: - version: 2021-09-01-preview @@ -51,7 +51,7 @@ schemas: name: string description: simple string protocol: {} - - &ref_122 + - &ref_121 type: string apiVersions: - version: '3.0' @@ -64,7 +64,7 @@ schemas: name: string description: '' protocol: {} - - &ref_126 + - &ref_125 type: string apiVersions: - version: '3.0' @@ -274,7 +274,7 @@ schemas: name: string description: The additional info type. protocol: {} - - &ref_103 + - &ref_102 type: string apiVersions: - version: 2021-09-01-preview @@ -286,7 +286,7 @@ schemas: name: string description: '' protocol: {} - - &ref_104 + - &ref_103 type: string apiVersions: - version: 2021-09-01-preview @@ -310,7 +310,7 @@ schemas: name: string description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_106 + - &ref_105 type: string apiVersions: - version: 2021-09-01-preview @@ -322,7 +322,7 @@ schemas: name: string description: '' protocol: {} - - &ref_107 + - &ref_106 type: string apiVersions: - version: 2021-09-01-preview @@ -334,7 +334,7 @@ schemas: name: string description: '' protocol: {} - - &ref_108 + - &ref_107 type: string apiVersions: - version: 2021-09-01-preview @@ -346,7 +346,7 @@ schemas: name: string description: '' protocol: {} - - &ref_109 + - &ref_108 type: string apiVersions: - version: 2021-09-01-preview @@ -566,7 +566,7 @@ schemas: name: string description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_191 + - &ref_190 type: string apiVersions: - version: 2021-09-01-preview @@ -703,7 +703,7 @@ schemas: name: string description: Geo-location where the resource lives. protocol: {} - - &ref_233 + - &ref_232 type: string apiVersions: - version: 2021-09-01-preview @@ -729,7 +729,7 @@ schemas: name: string description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_250 + - &ref_249 type: string apiVersions: - version: 2021-09-01-preview @@ -850,7 +850,7 @@ schemas: name: string description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. protocol: {} - - &ref_97 + - &ref_96 type: string apiVersions: - version: '3.0' @@ -898,7 +898,7 @@ schemas: name: string description: '' protocol: {} - - &ref_317 + - &ref_316 type: string apiVersions: - version: 2021-09-01-preview @@ -1161,7 +1161,7 @@ schemas: description: The reason why the given name is not available. possibleValuesFunc: PossibleCheckNameAvailabilityReasonValues protocol: {} - - &ref_95 + - &ref_94 choices: - value: user language: @@ -1200,7 +1200,7 @@ schemas: description: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" possibleValuesFunc: PossibleOriginValues protocol: {} - - &ref_96 + - &ref_95 choices: - value: Internal language: @@ -1224,7 +1224,7 @@ schemas: possibleValuesFunc: PossibleActionTypeValues protocol: {} constants: - - &ref_123 + - &ref_122 type: constant value: value: 2021-09-01-preview @@ -1237,7 +1237,7 @@ schemas: name: string description: Api Version (2021-09-01-preview) protocol: {} - - &ref_128 + - &ref_127 type: constant value: value: application/json @@ -1385,7 +1385,7 @@ schemas: - schema: *ref_7 readOnly: true serializedName: id - language: &ref_485 + language: &ref_484 default: name: id description: The ARM identifier for Private Endpoint @@ -1411,7 +1411,7 @@ schemas: protocol: {} required: false serializedName: privateEndpoint - language: &ref_486 + language: &ref_485 default: name: privateEndpoint description: The resource of private end point. @@ -1426,7 +1426,7 @@ schemas: properties: - schema: *ref_8 serializedName: status - language: &ref_479 + language: &ref_478 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. @@ -1436,7 +1436,7 @@ schemas: protocol: {} - schema: *ref_9 serializedName: description - language: &ref_478 + language: &ref_477 default: name: description description: The reason for approval/rejection of the connection. @@ -1446,7 +1446,7 @@ schemas: protocol: {} - schema: *ref_10 serializedName: actionsRequired - language: &ref_487 + language: &ref_486 default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. @@ -1472,7 +1472,7 @@ schemas: protocol: {} required: true serializedName: privateLinkServiceConnectionState - language: &ref_480 + language: &ref_479 default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. @@ -1484,7 +1484,7 @@ schemas: readOnly: true required: false serializedName: provisioningState - language: &ref_488 + language: &ref_487 default: name: provisioningState description: The provisioning state of the private endpoint connection resource. @@ -1511,7 +1511,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_481 + language: &ref_480 default: name: properties description: Resource properties. @@ -1571,7 +1571,7 @@ schemas: - schema: *ref_14 readOnly: true serializedName: tenantId - language: &ref_429 + language: &ref_428 default: name: tenantId description: The tenant ID of resource. @@ -1581,7 +1581,7 @@ schemas: protocol: {} - schema: *ref_15 serializedName: type - language: &ref_424 + language: &ref_423 default: name: type description: The identity type. @@ -1606,7 +1606,7 @@ schemas: namespace: '' protocol: {} serializedName: identity - language: &ref_430 + language: &ref_429 default: name: identity description: Identity for the resource. @@ -1622,7 +1622,7 @@ schemas: - schema: *ref_16 readOnly: true serializedName: instanceUri - language: &ref_407 + language: &ref_406 default: name: instanceUri description: Uri of the FarmBeats instance. @@ -1633,7 +1633,7 @@ schemas: - schema: *ref_17 readOnly: true serializedName: provisioningState - language: &ref_408 + language: &ref_407 default: name: provisioningState description: FarmBeats instance provisioning state. @@ -1648,7 +1648,7 @@ schemas: properties: - schema: *ref_18 serializedName: enabled - language: &ref_426 + language: &ref_425 default: name: enabled description: Sensor integration enable state. Allowed values are True, None @@ -1659,7 +1659,7 @@ schemas: - schema: *ref_17 readOnly: true serializedName: provisioningState - language: &ref_431 + language: &ref_430 default: name: provisioningState description: Sensor integration instance provisioning state. @@ -1710,7 +1710,7 @@ schemas: name: Target description: READ-ONLY; The error target. protocol: {} - - schema: &ref_101 + - schema: &ref_100 type: array apiVersions: - version: '3.0' @@ -1744,7 +1744,7 @@ schemas: description: READ-ONLY; The error details. byValue: true protocol: {} - - schema: &ref_102 + - schema: &ref_101 type: array apiVersions: - version: '3.0' @@ -1767,9 +1767,6 @@ schemas: - schema: *ref_24 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info @@ -1894,7 +1891,7 @@ schemas: namespace: '' protocol: {} serializedName: sensorIntegration - language: &ref_432 + language: &ref_431 default: name: sensorIntegration description: Sensor integration request model. @@ -1942,7 +1939,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_409 + language: &ref_408 default: name: properties description: FarmBeats ARM Resource properties. @@ -1980,13 +1977,11 @@ schemas: required: false serializedName: tags extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - create - update - language: &ref_405 + language: &ref_404 default: name: tags description: Resource tags. @@ -2002,7 +1997,7 @@ schemas: x-ms-mutability: - read - create - language: &ref_404 + language: &ref_403 default: name: location description: The geo-location where the resource lives @@ -2016,7 +2011,7 @@ schemas: usage: - output - input - language: &ref_406 + language: &ref_405 default: name: TrackedResource description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' @@ -2041,7 +2036,7 @@ schemas: immediate: - *ref_6 properties: - - schema: &ref_100 + - schema: &ref_99 type: object apiVersions: - version: '3.0' @@ -2049,7 +2044,7 @@ schemas: - schema: *ref_30 readOnly: true serializedName: groupId - language: &ref_509 + language: &ref_508 default: name: groupId description: The private link resource group id. @@ -2057,7 +2052,7 @@ schemas: name: GroupID description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_119 + - schema: &ref_118 type: array apiVersions: - version: '3.0' @@ -2074,7 +2069,7 @@ schemas: protocol: {} readOnly: true serializedName: requiredMembers - language: &ref_510 + language: &ref_509 default: name: requiredMembers description: The private link resource required member names. @@ -2083,7 +2078,7 @@ schemas: description: READ-ONLY; The private link resource required member names. byValue: true protocol: {} - - schema: &ref_120 + - schema: &ref_119 type: array apiVersions: - version: '3.0' @@ -2099,7 +2094,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: requiredZoneNames - language: &ref_511 + language: &ref_510 default: name: requiredZoneNames description: The private link resource Private link DNS zone name. @@ -2128,7 +2123,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_512 + language: &ref_511 default: name: properties description: Resource properties. @@ -2161,7 +2156,7 @@ schemas: - schema: *ref_34 readOnly: true serializedName: id - language: &ref_335 + language: &ref_334 default: name: id description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -2172,7 +2167,7 @@ schemas: - schema: *ref_35 readOnly: true serializedName: name - language: &ref_333 + language: &ref_332 default: name: name description: The name of the resource @@ -2183,7 +2178,7 @@ schemas: - schema: *ref_36 readOnly: true serializedName: type - language: &ref_334 + language: &ref_333 default: name: type description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" @@ -2198,7 +2193,7 @@ schemas: properties: - schema: *ref_37 serializedName: createdBy - language: &ref_337 + language: &ref_336 default: name: createdBy description: The identity that created the resource. @@ -2208,7 +2203,7 @@ schemas: protocol: {} - schema: *ref_38 serializedName: createdByType - language: &ref_338 + language: &ref_337 default: name: createdByType description: The type of identity that created the resource. @@ -2218,7 +2213,7 @@ schemas: protocol: {} - schema: *ref_39 serializedName: createdAt - language: &ref_336 + language: &ref_335 default: name: createdAt description: The timestamp of resource creation (UTC). @@ -2228,7 +2223,7 @@ schemas: protocol: {} - schema: *ref_40 serializedName: lastModifiedBy - language: &ref_340 + language: &ref_339 default: name: lastModifiedBy description: The identity that last modified the resource. @@ -2238,7 +2233,7 @@ schemas: protocol: {} - schema: *ref_38 serializedName: lastModifiedByType - language: &ref_341 + language: &ref_340 default: name: lastModifiedByType description: The type of identity that last modified the resource. @@ -2248,7 +2243,7 @@ schemas: protocol: {} - schema: *ref_41 serializedName: lastModifiedAt - language: &ref_339 + language: &ref_338 default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) @@ -2275,7 +2270,7 @@ schemas: protocol: {} readOnly: true serializedName: systemData - language: &ref_342 + language: &ref_341 default: name: systemData description: Azure Resource Manager metadata containing createdBy and modifiedBy information. @@ -2291,7 +2286,7 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_343 + language: &ref_342 default: name: Resource description: Common fields that are returned in the response for all Azure Resource Manager resources @@ -2315,7 +2310,7 @@ schemas: - schema: *ref_42 readOnly: true serializedName: targetResourceType - language: &ref_391 + language: &ref_390 default: name: targetResourceType description: Target ResourceType of the farmBeatsExtension. @@ -2326,7 +2321,7 @@ schemas: - schema: *ref_43 readOnly: true serializedName: farmBeatsExtensionId - language: &ref_387 + language: &ref_386 default: name: farmBeatsExtensionId description: FarmBeatsExtension ID. @@ -2337,7 +2332,7 @@ schemas: - schema: *ref_44 readOnly: true serializedName: farmBeatsExtensionName - language: &ref_388 + language: &ref_387 default: name: farmBeatsExtensionName description: FarmBeatsExtension name. @@ -2348,7 +2343,7 @@ schemas: - schema: *ref_45 readOnly: true serializedName: farmBeatsExtensionVersion - language: &ref_389 + language: &ref_388 default: name: farmBeatsExtensionVersion description: FarmBeatsExtension version. @@ -2359,7 +2354,7 @@ schemas: - schema: *ref_46 readOnly: true serializedName: publisherId - language: &ref_390 + language: &ref_389 default: name: publisherId description: Publisher ID. @@ -2381,7 +2376,7 @@ schemas: - schema: *ref_48 readOnly: true serializedName: extensionCategory - language: &ref_386 + language: &ref_385 default: name: extensionCategory description: Category of the extension. e.g. weather/sensor/satellite. @@ -2392,7 +2387,7 @@ schemas: - schema: *ref_49 readOnly: true serializedName: extensionAuthLink - language: &ref_385 + language: &ref_384 default: name: extensionAuthLink description: FarmBeatsExtension auth link. @@ -2403,7 +2398,7 @@ schemas: - schema: *ref_50 readOnly: true serializedName: extensionApiDocsLink - language: &ref_384 + language: &ref_383 default: name: extensionApiDocsLink description: FarmBeatsExtension api docs link. @@ -2411,7 +2406,7 @@ schemas: name: ExtensionAPIDocsLink description: READ-ONLY; FarmBeatsExtension api docs link. protocol: {} - - schema: &ref_114 + - schema: &ref_113 type: array apiVersions: - version: 2021-09-01-preview @@ -2422,7 +2417,7 @@ schemas: properties: - schema: *ref_51 serializedName: apiName - language: &ref_377 + language: &ref_376 default: name: apiName description: ApiName available for the farmBeatsExtension. @@ -2430,7 +2425,7 @@ schemas: name: APIName description: ApiName available for the farmBeatsExtension. protocol: {} - - schema: &ref_110 + - schema: &ref_109 type: array apiVersions: - version: 2021-09-01-preview @@ -2446,7 +2441,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: customParameters - language: &ref_378 + language: &ref_377 default: name: customParameters description: List of customParameters. @@ -2455,7 +2450,7 @@ schemas: description: List of customParameters. byValue: true protocol: {} - - schema: &ref_111 + - schema: &ref_110 type: array apiVersions: - version: 2021-09-01-preview @@ -2471,7 +2466,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: platformParameters - language: &ref_379 + language: &ref_378 default: name: platformParameters description: List of platformParameters. @@ -2488,7 +2483,7 @@ schemas: - schema: *ref_54 required: true serializedName: key - language: &ref_380 + language: &ref_379 default: name: key description: UnitSystem key sent as part of ProviderInput. @@ -2496,7 +2491,7 @@ schemas: name: Key description: REQUIRED; UnitSystem key sent as part of ProviderInput. protocol: {} - - schema: &ref_112 + - schema: &ref_111 type: array apiVersions: - version: 2021-09-01-preview @@ -2513,7 +2508,7 @@ schemas: protocol: {} required: true serializedName: values - language: &ref_381 + language: &ref_380 default: name: values description: List of unit systems supported by this data provider. @@ -2540,7 +2535,7 @@ schemas: namespace: '' protocol: {} serializedName: unitsSupported - language: &ref_382 + language: &ref_381 default: name: unitsSupported description: Unit systems info for the data provider. @@ -2548,7 +2543,7 @@ schemas: name: UnitsSupported description: Unit systems info for the data provider. protocol: {} - - schema: &ref_113 + - schema: &ref_112 type: array apiVersions: - version: 2021-09-01-preview @@ -2564,7 +2559,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: apiInputParameters - language: &ref_376 + language: &ref_375 default: name: apiInputParameters description: List of apiInputParameters. @@ -2606,7 +2601,7 @@ schemas: serializedName: detailedInformation extensions: x-ms-identifiers: [] - language: &ref_383 + language: &ref_382 default: name: detailedInformation description: "Detailed information which shows summary of requested data.\r\nUsed in descriptive get extension metadata call.\r\nInformation for weather category per api included are apisSupported,\r\ncustomParameters, PlatformParameters and Units supported." @@ -2637,7 +2632,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_392 + language: &ref_391 default: name: properties description: FarmBeatsExtension properties. @@ -2677,7 +2672,7 @@ schemas: usage: - output - input - language: &ref_344 + language: &ref_343 default: name: ProxyResource description: The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location @@ -2713,7 +2708,7 @@ schemas: - schema: *ref_58 readOnly: true serializedName: extensionCategory - language: &ref_348 + language: &ref_347 default: name: extensionCategory description: Extension category. e.g. weather/sensor/satellite. @@ -2724,7 +2719,7 @@ schemas: - schema: *ref_59 readOnly: true serializedName: installedExtensionVersion - language: &ref_349 + language: &ref_348 default: name: installedExtensionVersion description: Installed extension version. @@ -2735,7 +2730,7 @@ schemas: - schema: *ref_60 readOnly: true serializedName: extensionAuthLink - language: &ref_347 + language: &ref_346 default: name: extensionAuthLink description: Extension auth link. @@ -2746,7 +2741,7 @@ schemas: - schema: *ref_61 readOnly: true serializedName: extensionApiDocsLink - language: &ref_346 + language: &ref_345 default: name: extensionApiDocsLink description: Extension api docs link. @@ -2773,7 +2768,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_350 + language: &ref_349 default: name: properties description: Extension resource properties. @@ -2784,7 +2779,7 @@ schemas: - schema: *ref_62 readOnly: true serializedName: eTag - language: &ref_345 + language: &ref_344 default: name: eTag description: The ETag value to implement optimistic concurrency. @@ -2817,12 +2812,12 @@ schemas: - *ref_65 - *ref_22 - *ref_66 - - &ref_171 + - &ref_170 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_105 + - schema: &ref_104 type: array apiVersions: - version: 2021-09-01-preview @@ -2838,7 +2833,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_369 + language: &ref_368 default: name: value description: List of requested objects. @@ -2874,12 +2869,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_187 + - &ref_186 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_115 + - schema: &ref_114 type: array apiVersions: - version: 2021-09-01-preview @@ -2895,7 +2890,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_393 + language: &ref_392 default: name: value description: List of requested objects. @@ -2907,7 +2902,7 @@ schemas: - schema: *ref_68 readOnly: true serializedName: nextLink - language: &ref_375 + language: &ref_374 default: name: nextLink description: Continuation link (absolute URI) to the next page of results in the list. @@ -2944,7 +2939,7 @@ schemas: - *ref_76 - *ref_77 - *ref_12 - - &ref_214 + - &ref_213 type: object apiVersions: - version: 2021-09-01-preview @@ -2961,7 +2956,7 @@ schemas: protocol: {} - schema: *ref_72 serializedName: identity - language: &ref_425 + language: &ref_424 default: name: identity description: Identity for the resource. @@ -2976,7 +2971,7 @@ schemas: properties: - schema: *ref_74 serializedName: sensorIntegration - language: &ref_427 + language: &ref_426 default: name: sensorIntegration description: Sensor integration request model. @@ -3010,7 +3005,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_428 + language: &ref_427 default: name: properties description: FarmBeats ARM Resource properties. @@ -3020,10 +3015,7 @@ schemas: protocol: {} - schema: *ref_79 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_419 + language: &ref_418 default: name: tags description: Resource tags. @@ -3050,12 +3042,12 @@ schemas: needsPatchMarshaller: true protocol: {} - *ref_80 - - &ref_237 + - &ref_236 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_116 + - schema: &ref_115 type: array apiVersions: - version: 2021-09-01-preview @@ -3071,7 +3063,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_438 + language: &ref_437 default: name: value description: List of requested objects. @@ -3107,14 +3099,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_254 + - &ref_253 type: object apiVersions: - version: 2021-09-01-preview properties: - schema: *ref_82 serializedName: status - language: &ref_451 + language: &ref_450 default: name: status description: Status of the async operation. @@ -3137,14 +3129,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_260 + - &ref_259 type: object apiVersions: - version: '3.0' properties: - schema: *ref_83 serializedName: name - language: &ref_453 + language: &ref_452 default: name: name description: The name of the resource for which availability needs to be checked. @@ -3154,7 +3146,7 @@ schemas: protocol: {} - schema: *ref_84 serializedName: type - language: &ref_454 + language: &ref_453 default: name: type description: The resource type. @@ -3177,14 +3169,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_263 + - &ref_262 type: object apiVersions: - version: '3.0' properties: - schema: *ref_85 serializedName: nameAvailable - language: &ref_459 + language: &ref_458 default: name: nameAvailable description: Indicates if the resource name is available. @@ -3194,7 +3186,7 @@ schemas: protocol: {} - schema: *ref_86 serializedName: reason - language: &ref_460 + language: &ref_459 default: name: reason description: The reason why the given name is not available. @@ -3204,7 +3196,7 @@ schemas: protocol: {} - schema: *ref_87 serializedName: message - language: &ref_458 + language: &ref_457 default: name: message description: Detailed reason why the given name is available. @@ -3227,16 +3219,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_269 + - &ref_268 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_117 + - schema: &ref_116 type: array apiVersions: - version: '3.0' - elementType: &ref_98 + elementType: &ref_97 type: object apiVersions: - version: '3.0' @@ -3244,7 +3236,7 @@ schemas: - schema: *ref_88 readOnly: true serializedName: name - language: &ref_465 + language: &ref_464 default: name: name description: 'The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' @@ -3255,7 +3247,7 @@ schemas: - schema: *ref_89 readOnly: true serializedName: isDataAction - language: &ref_471 + language: &ref_470 default: name: isDataAction description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. @@ -3263,7 +3255,7 @@ schemas: name: IsDataAction description: READ-ONLY; Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. protocol: {} - - schema: &ref_99 + - schema: &ref_98 type: object apiVersions: - version: '3.0' @@ -3271,7 +3263,7 @@ schemas: - schema: *ref_90 readOnly: true serializedName: provider - language: &ref_468 + language: &ref_467 default: name: provider description: The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". @@ -3282,7 +3274,7 @@ schemas: - schema: *ref_91 readOnly: true serializedName: resource - language: &ref_469 + language: &ref_468 default: name: resource description: The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". @@ -3293,7 +3285,7 @@ schemas: - schema: *ref_92 readOnly: true serializedName: operation - language: &ref_467 + language: &ref_466 default: name: operation description: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". @@ -3304,7 +3296,7 @@ schemas: - schema: *ref_93 readOnly: true serializedName: description - language: &ref_466 + language: &ref_465 default: name: description description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. @@ -3316,9 +3308,6 @@ schemas: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_94 - anonymous: true language: default: name: OperationDisplay @@ -3331,9 +3320,7 @@ schemas: namespace: '' protocol: {} serializedName: display - extensions: - x-internal-autorest-anonymous-schema: *ref_94 - language: &ref_470 + language: &ref_469 default: name: display description: Localized display information for this particular operation. @@ -3341,7 +3328,7 @@ schemas: name: Display description: Localized display information for this particular operation. protocol: {} - - schema: *ref_95 + - schema: *ref_94 readOnly: true serializedName: origin language: @@ -3352,7 +3339,7 @@ schemas: name: Origin description: READ-ONLY; The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" protocol: {} - - schema: *ref_96 + - schema: *ref_95 readOnly: true serializedName: actionType language: @@ -3399,7 +3386,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_472 + language: &ref_471 default: name: value description: List of operations supported by the resource provider @@ -3408,10 +3395,10 @@ schemas: description: READ-ONLY; List of operations supported by the resource provider byValue: true protocol: {} - - schema: *ref_97 + - schema: *ref_96 readOnly: true serializedName: nextLink - language: &ref_464 + language: &ref_463 default: name: nextLink description: URL to get the next set of operation list results (if there are any). @@ -3435,14 +3422,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_97 - *ref_98 - - *ref_99 - - &ref_303 + - &ref_302 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_118 + - schema: &ref_117 type: array apiVersions: - version: '3.0' @@ -3458,7 +3445,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_502 + language: &ref_501 default: name: value description: Array of private endpoint connections @@ -3483,12 +3470,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_311 + - &ref_310 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_121 + - schema: &ref_120 type: array apiVersions: - version: '3.0' @@ -3504,7 +3491,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_513 + language: &ref_512 default: name: value description: Array of private link resources @@ -3530,15 +3517,15 @@ schemas: namespace: '' protocol: {} - *ref_33 - - *ref_100 + - *ref_99 arrays: + - *ref_100 - *ref_101 - - *ref_102 - - &ref_159 + - &ref_158 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_103 + elementType: *ref_102 language: default: name: ArrayOfGet4ItemsItem @@ -3548,11 +3535,11 @@ schemas: description: Array of Get4ItemsItem elementIsPtr: true protocol: {} - - &ref_162 + - &ref_161 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_104 + elementType: *ref_103 language: default: name: ArrayOfGet5ItemsItem @@ -3562,12 +3549,12 @@ schemas: description: Array of Get5ItemsItem elementIsPtr: true protocol: {} - - *ref_105 - - &ref_175 + - *ref_104 + - &ref_174 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_106 + elementType: *ref_105 language: default: name: ArrayOfGet0ItemsItem @@ -3577,11 +3564,11 @@ schemas: description: Array of Get0ItemsItem elementIsPtr: true protocol: {} - - &ref_178 + - &ref_177 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_107 + elementType: *ref_106 language: default: name: ArrayOfGet1ItemsItem @@ -3591,11 +3578,11 @@ schemas: description: Array of Get1ItemsItem elementIsPtr: true protocol: {} - - &ref_180 + - &ref_179 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_108 + elementType: *ref_107 language: default: name: ArrayOfGet2ItemsItem @@ -3605,11 +3592,11 @@ schemas: description: Array of Get2ItemsItem elementIsPtr: true protocol: {} - - &ref_181 + - &ref_180 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_109 + elementType: *ref_108 language: default: name: ArrayOfGet3ItemsItem @@ -3619,6 +3606,7 @@ schemas: description: Array of Get3ItemsItem elementIsPtr: true protocol: {} + - *ref_109 - *ref_110 - *ref_111 - *ref_112 @@ -3630,15 +3618,14 @@ schemas: - *ref_118 - *ref_119 - *ref_120 - - *ref_121 globalParameters: - - &ref_125 - schema: *ref_122 + - &ref_124 + schema: *ref_121 implementation: Client required: true extensions: x-ms-priority: 0 - language: &ref_326 + language: &ref_325 default: name: SubscriptionId description: The ID of the target subscription. @@ -3650,7 +3637,7 @@ globalParameters: protocol: http: in: path - - &ref_124 + - &ref_123 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -3670,12 +3657,12 @@ globalParameters: protocol: http: in: uri - - &ref_127 - schema: *ref_123 + - &ref_126 + schema: *ref_122 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_327 + language: &ref_326 default: name: apiVersion description: Api Version @@ -3688,21 +3675,21 @@ globalParameters: http: in: query operationGroups: - - &ref_332 + - &ref_331 $key: Extensions operations: - - &ref_331 + - &ref_330 operationId: Extensions_Create apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_129 - schema: *ref_126 + - &ref_128 + schema: *ref_125 implementation: Method required: true - language: &ref_328 + language: &ref_327 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -3714,11 +3701,11 @@ operationGroups: protocol: http: in: path - - &ref_130 + - &ref_129 schema: *ref_2 implementation: Method required: true - language: &ref_329 + language: &ref_328 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -3730,11 +3717,11 @@ operationGroups: protocol: http: in: path - - &ref_131 + - &ref_130 schema: *ref_2 implementation: Method required: true - language: &ref_330 + language: &ref_329 default: name: extensionId description: Id of extension resource. @@ -3746,10 +3733,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -3779,12 +3766,12 @@ operationGroups: method: put uri: '{$host}' signatureParameters: + - *ref_128 - *ref_129 - *ref_130 - - *ref_131 responses: - schema: *ref_3 - language: &ref_351 + language: &ref_350 default: name: '' description: Success @@ -3855,64 +3842,64 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: &ref_521 + optionalParamGroup: &ref_520 schema: type: object language: - default: &ref_132 + default: &ref_131 name: ExtensionsClientCreateOptions description: ExtensionsClientCreateOptions contains the optional parameters for the ExtensionsClient.Create method. - go: *ref_132 + go: *ref_131 protocol: {} originalParameter: [] required: false serializedName: ExtensionsClientCreateOptions language: - default: &ref_133 + default: &ref_132 name: options description: ExtensionsClientCreateOptions contains the optional parameters for the ExtensionsClient.Create method. - go: *ref_133 + go: *ref_132 protocol: {} protocolNaming: internalMethod: create requestMethod: createCreateRequest responseMethod: createHandleResponse - responseEnv: &ref_539 + responseEnv: &ref_538 type: object properties: - - &ref_135 + - &ref_134 schema: *ref_3 serializedName: Extension language: - default: &ref_134 + default: &ref_133 name: Extension description: Extension resource. byValue: true embeddedType: true - go: *ref_134 + go: *ref_133 protocol: {} language: - default: &ref_136 + default: &ref_135 name: ExtensionsClientCreateResponse description: ExtensionsClientCreateResponse contains the response from method ExtensionsClient.Create. marshallingFormat: json responseType: true - resultProp: *ref_135 - go: *ref_136 + resultProp: *ref_134 + go: *ref_135 protocol: {} protocol: {} - - &ref_355 + - &ref_354 operationId: Extensions_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_137 - schema: *ref_126 + - &ref_136 + schema: *ref_125 implementation: Method required: true - language: &ref_352 + language: &ref_351 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -3924,11 +3911,11 @@ operationGroups: protocol: http: in: path - - &ref_138 + - &ref_137 schema: *ref_2 implementation: Method required: true - language: &ref_353 + language: &ref_352 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -3940,11 +3927,11 @@ operationGroups: protocol: http: in: path - - &ref_139 + - &ref_138 schema: *ref_2 implementation: Method required: true - language: &ref_354 + language: &ref_353 default: name: extensionId description: Id of extension resource. @@ -3956,10 +3943,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -3989,12 +3976,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_136 - *ref_137 - *ref_138 - - *ref_139 responses: - schema: *ref_3 - language: &ref_356 + language: &ref_355 default: name: '' description: Success @@ -4065,64 +4052,64 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: &ref_522 + optionalParamGroup: &ref_521 schema: type: object language: - default: &ref_140 + default: &ref_139 name: ExtensionsClientGetOptions description: ExtensionsClientGetOptions contains the optional parameters for the ExtensionsClient.Get method. - go: *ref_140 + go: *ref_139 protocol: {} originalParameter: [] required: false serializedName: ExtensionsClientGetOptions language: - default: &ref_141 + default: &ref_140 name: options description: ExtensionsClientGetOptions contains the optional parameters for the ExtensionsClient.Get method. - go: *ref_141 + go: *ref_140 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_540 + responseEnv: &ref_539 type: object properties: - - &ref_143 + - &ref_142 schema: *ref_3 serializedName: Extension language: - default: &ref_142 + default: &ref_141 name: Extension description: Extension resource. byValue: true embeddedType: true - go: *ref_142 + go: *ref_141 protocol: {} language: - default: &ref_144 + default: &ref_143 name: ExtensionsClientGetResponse description: ExtensionsClientGetResponse contains the response from method ExtensionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_143 - go: *ref_144 + resultProp: *ref_142 + go: *ref_143 protocol: {} protocol: {} - - &ref_360 + - &ref_359 operationId: Extensions_Update apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_145 - schema: *ref_126 + - &ref_144 + schema: *ref_125 implementation: Method required: true - language: &ref_357 + language: &ref_356 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -4134,11 +4121,11 @@ operationGroups: protocol: http: in: path - - &ref_146 + - &ref_145 schema: *ref_2 implementation: Method required: true - language: &ref_358 + language: &ref_357 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -4150,11 +4137,11 @@ operationGroups: protocol: http: in: path - - &ref_147 + - &ref_146 schema: *ref_2 implementation: Method required: true - language: &ref_359 + language: &ref_358 default: name: extensionId description: Id of extension resource. @@ -4166,10 +4153,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4199,12 +4186,12 @@ operationGroups: method: patch uri: '{$host}' signatureParameters: + - *ref_144 - *ref_145 - *ref_146 - - *ref_147 responses: - schema: *ref_3 - language: &ref_361 + language: &ref_360 default: name: '' description: Success @@ -4275,64 +4262,64 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: &ref_523 + optionalParamGroup: &ref_522 schema: type: object language: - default: &ref_148 + default: &ref_147 name: ExtensionsClientUpdateOptions description: ExtensionsClientUpdateOptions contains the optional parameters for the ExtensionsClient.Update method. - go: *ref_148 + go: *ref_147 protocol: {} originalParameter: [] required: false serializedName: ExtensionsClientUpdateOptions language: - default: &ref_149 + default: &ref_148 name: options description: ExtensionsClientUpdateOptions contains the optional parameters for the ExtensionsClient.Update method. - go: *ref_149 + go: *ref_148 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_541 + responseEnv: &ref_540 type: object properties: - - &ref_151 + - &ref_150 schema: *ref_3 serializedName: Extension language: - default: &ref_150 + default: &ref_149 name: Extension description: Extension resource. byValue: true embeddedType: true - go: *ref_150 + go: *ref_149 protocol: {} language: - default: &ref_152 + default: &ref_151 name: ExtensionsClientUpdateResponse description: ExtensionsClientUpdateResponse contains the response from method ExtensionsClient.Update. marshallingFormat: json responseType: true - resultProp: *ref_151 - go: *ref_152 + resultProp: *ref_150 + go: *ref_151 protocol: {} protocol: {} - - &ref_365 + - &ref_364 operationId: Extensions_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_153 - schema: *ref_126 + - &ref_152 + schema: *ref_125 implementation: Method required: true - language: &ref_362 + language: &ref_361 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -4344,11 +4331,11 @@ operationGroups: protocol: http: in: path - - &ref_154 + - &ref_153 schema: *ref_2 implementation: Method required: true - language: &ref_363 + language: &ref_362 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -4360,11 +4347,11 @@ operationGroups: protocol: http: in: path - - &ref_155 + - &ref_154 schema: *ref_2 implementation: Method required: true - language: &ref_364 + language: &ref_363 default: name: extensionId description: Id of extension resource. @@ -4376,10 +4363,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4409,9 +4396,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_152 - *ref_153 - *ref_154 - - *ref_155 responses: - language: default: @@ -4476,50 +4463,50 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: &ref_524 + optionalParamGroup: &ref_523 schema: type: object language: - default: &ref_156 + default: &ref_155 name: ExtensionsClientDeleteOptions description: ExtensionsClientDeleteOptions contains the optional parameters for the ExtensionsClient.Delete method. - go: *ref_156 + go: *ref_155 protocol: {} originalParameter: [] required: false serializedName: ExtensionsClientDeleteOptions language: - default: &ref_157 + default: &ref_156 name: options description: ExtensionsClientDeleteOptions contains the optional parameters for the ExtensionsClient.Delete method. - go: *ref_157 + go: *ref_156 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_542 + responseEnv: &ref_541 type: object language: - default: &ref_158 + default: &ref_157 name: ExtensionsClientDeleteResponse description: ExtensionsClientDeleteResponse contains the response from method ExtensionsClient.Delete. responseType: true - go: *ref_158 + go: *ref_157 protocol: {} protocol: {} - - &ref_368 + - &ref_367 operationId: Extensions_ListByFarmBeats apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_169 - schema: *ref_126 + - &ref_168 + schema: *ref_125 implementation: Method required: true - language: &ref_366 + language: &ref_365 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -4531,11 +4518,11 @@ operationGroups: protocol: http: in: path - - &ref_170 + - &ref_169 schema: *ref_2 implementation: Method required: true - language: &ref_367 + language: &ref_366 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -4547,9 +4534,9 @@ operationGroups: protocol: http: in: path - - *ref_127 - - &ref_161 - schema: *ref_159 + - *ref_126 + - &ref_160 + schema: *ref_158 implementation: Method language: default: @@ -4560,19 +4547,19 @@ operationGroups: name: ExtensionIDs description: Installed extension ids. byValue: true - paramGroup: &ref_163 + paramGroup: &ref_162 schema: type: object language: - default: &ref_160 + default: &ref_159 name: ExtensionsClientListByFarmBeatsOptions description: ExtensionsClientListByFarmBeatsOptions contains the optional parameters for the ExtensionsClient.NewListByFarmBeatsPager method. - go: *ref_160 + go: *ref_159 protocol: {} originalParameter: - - *ref_161 - - &ref_166 - schema: *ref_162 + - *ref_160 + - &ref_165 + schema: *ref_161 implementation: Method language: default: @@ -4583,15 +4570,15 @@ operationGroups: name: ExtensionCategories description: Installed extension categories. byValue: true - paramGroup: *ref_163 + paramGroup: *ref_162 serializedName: extensionCategories protocol: http: explode: true in: query style: form - - &ref_167 - schema: *ref_164 + - &ref_166 + schema: *ref_163 implementation: Method language: default: @@ -4601,12 +4588,12 @@ operationGroups: go: name: MaxPageSize description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: *ref_163 + paramGroup: *ref_162 serializedName: $maxPageSize protocol: http: in: query - - &ref_168 + - &ref_167 schema: *ref_2 implementation: Method language: @@ -4617,7 +4604,7 @@ operationGroups: go: name: SkipToken description: Skip token for getting next set of results. - paramGroup: *ref_163 + paramGroup: *ref_162 serializedName: $skipToken protocol: http: @@ -4625,10 +4612,10 @@ operationGroups: required: false serializedName: ExtensionsClientListByFarmBeatsOptions language: - default: &ref_165 + default: &ref_164 name: options description: ExtensionsClientListByFarmBeatsOptions contains the optional parameters for the ExtensionsClient.NewListByFarmBeatsPager method. - go: *ref_165 + go: *ref_164 protocol: {} serializedName: extensionIds protocol: @@ -4636,12 +4623,12 @@ operationGroups: explode: true in: query style: form + - *ref_165 - *ref_166 - *ref_167 - - *ref_168 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4671,15 +4658,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_168 - *ref_169 - - *ref_170 - - *ref_161 + - *ref_160 + - *ref_165 - *ref_166 - *ref_167 - - *ref_168 responses: - - schema: *ref_171 - language: &ref_370 + - schema: *ref_170 + language: &ref_369 default: name: '' description: Success @@ -4738,7 +4725,7 @@ operationGroups: lastModifiedAt: '2020-02-01T01:01:01.1075056Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_371 {} + headers: &ref_370 {} x-ms-pageable: nextLinkName: nextLink language: @@ -4753,35 +4740,35 @@ operationGroups: azureARM: true clientName: ExtensionsClient openApiType: arm - optionalParamGroup: *ref_163 - paging: &ref_372 + optionalParamGroup: *ref_162 + paging: &ref_371 nextLinkName: NextLink protocolNaming: internalMethod: listByFarmBeats requestMethod: listByFarmBeatsCreateRequest responseMethod: listByFarmBeatsHandleResponse - responseEnv: &ref_543 + responseEnv: &ref_542 type: object properties: - - &ref_173 - schema: *ref_171 + - &ref_172 + schema: *ref_170 serializedName: ExtensionListResponse language: - default: &ref_172 + default: &ref_171 name: ExtensionListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_172 + go: *ref_171 protocol: {} language: - default: &ref_174 + default: &ref_173 name: ExtensionsClientListByFarmBeatsResponse description: ExtensionsClientListByFarmBeatsResponse contains the response from method ExtensionsClient.NewListByFarmBeatsPager. marshallingFormat: json responseType: true - resultProp: *ref_173 - go: *ref_174 + resultProp: *ref_172 + go: *ref_173 protocol: {} protocol: {} language: @@ -4794,19 +4781,19 @@ operationGroups: clientCtorName: NewExtensionsClient clientName: ExtensionsClient clientParams: - - *ref_125 + - *ref_124 protocol: {} - - &ref_374 + - &ref_373 $key: FarmBeatsExtensions operations: - - &ref_373 + - &ref_372 operationId: FarmBeatsExtensions_List apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_177 - schema: *ref_175 + - *ref_123 + - &ref_176 + schema: *ref_174 implementation: Method language: default: @@ -4817,19 +4804,19 @@ operationGroups: name: FarmBeatsExtensionIDs description: FarmBeatsExtension ids. byValue: true - paramGroup: &ref_179 + paramGroup: &ref_178 schema: type: object language: - default: &ref_176 + default: &ref_175 name: FarmBeatsExtensionsClientListOptions description: FarmBeatsExtensionsClientListOptions contains the optional parameters for the FarmBeatsExtensionsClient.NewListPager method. - go: *ref_176 + go: *ref_175 protocol: {} originalParameter: - - *ref_177 - - &ref_183 - schema: *ref_178 + - *ref_176 + - &ref_182 + schema: *ref_177 implementation: Method language: default: @@ -4840,15 +4827,15 @@ operationGroups: name: FarmBeatsExtensionNames description: FarmBeats extension names. byValue: true - paramGroup: *ref_179 + paramGroup: *ref_178 serializedName: farmBeatsExtensionNames protocol: http: explode: true in: query style: form - - &ref_184 - schema: *ref_180 + - &ref_183 + schema: *ref_179 implementation: Method language: default: @@ -4859,15 +4846,15 @@ operationGroups: name: ExtensionCategories description: Extension categories. byValue: true - paramGroup: *ref_179 + paramGroup: *ref_178 serializedName: extensionCategories protocol: http: explode: true in: query style: form - - &ref_185 - schema: *ref_181 + - &ref_184 + schema: *ref_180 implementation: Method language: default: @@ -4878,15 +4865,15 @@ operationGroups: name: PublisherIDs description: Publisher ids. byValue: true - paramGroup: *ref_179 + paramGroup: *ref_178 serializedName: publisherIds protocol: http: explode: true in: query style: form - - &ref_186 - schema: *ref_164 + - &ref_185 + schema: *ref_163 implementation: Method language: default: @@ -4896,7 +4883,7 @@ operationGroups: go: name: MaxPageSize description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: *ref_179 + paramGroup: *ref_178 serializedName: $maxPageSize protocol: http: @@ -4904,10 +4891,10 @@ operationGroups: required: false serializedName: FarmBeatsExtensionsClientListOptions language: - default: &ref_182 + default: &ref_181 name: options description: FarmBeatsExtensionsClientListOptions contains the optional parameters for the FarmBeatsExtensionsClient.NewListPager method. - go: *ref_182 + go: *ref_181 protocol: {} serializedName: farmBeatsExtensionIds protocol: @@ -4915,14 +4902,14 @@ operationGroups: explode: true in: query style: form + - *ref_182 - *ref_183 - *ref_184 - *ref_185 - - *ref_186 - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4952,14 +4939,14 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_177 + - *ref_176 + - *ref_182 - *ref_183 - *ref_184 - *ref_185 - - *ref_186 responses: - - schema: *ref_187 - language: &ref_394 + - schema: *ref_186 + language: &ref_393 default: name: '' description: Success @@ -5200,7 +5187,7 @@ operationGroups: systemData: createdAt: '2021-04-12T15:28:06Z' lastModifiedAt: '2021-04-12T15:30:01Z' - headers: &ref_395 {} + headers: &ref_394 {} x-ms-pageable: nextLinkName: nextLink language: @@ -5215,48 +5202,48 @@ operationGroups: azureARM: true clientName: FarmBeatsExtensionsClient openApiType: arm - optionalParamGroup: *ref_179 - paging: &ref_396 + optionalParamGroup: *ref_178 + paging: &ref_395 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_544 + responseEnv: &ref_543 type: object properties: - - &ref_189 - schema: *ref_187 + - &ref_188 + schema: *ref_186 serializedName: FarmBeatsExtensionListResponse language: - default: &ref_188 + default: &ref_187 name: FarmBeatsExtensionListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_188 + go: *ref_187 protocol: {} language: - default: &ref_190 + default: &ref_189 name: FarmBeatsExtensionsClientListResponse description: FarmBeatsExtensionsClientListResponse contains the response from method FarmBeatsExtensionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_189 - go: *ref_190 + resultProp: *ref_188 + go: *ref_189 protocol: {} protocol: {} - - &ref_398 + - &ref_397 operationId: FarmBeatsExtensions_Get apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_192 - schema: *ref_191 + - *ref_123 + - &ref_191 + schema: *ref_190 implementation: Method required: true - language: &ref_397 + language: &ref_396 default: name: farmBeatsExtensionId description: farmBeatsExtensionId to be queried. @@ -5268,10 +5255,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5301,10 +5288,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_192 + - *ref_191 responses: - schema: *ref_5 - language: &ref_399 + language: &ref_398 default: name: '' description: Success @@ -5556,50 +5543,50 @@ operationGroups: azureARM: true clientName: FarmBeatsExtensionsClient openApiType: arm - optionalParamGroup: &ref_525 + optionalParamGroup: &ref_524 schema: type: object language: - default: &ref_193 + default: &ref_192 name: FarmBeatsExtensionsClientGetOptions description: FarmBeatsExtensionsClientGetOptions contains the optional parameters for the FarmBeatsExtensionsClient.Get method. - go: *ref_193 + go: *ref_192 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsExtensionsClientGetOptions language: - default: &ref_194 + default: &ref_193 name: options description: FarmBeatsExtensionsClientGetOptions contains the optional parameters for the FarmBeatsExtensionsClient.Get method. - go: *ref_194 + go: *ref_193 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_545 + responseEnv: &ref_544 type: object properties: - - &ref_196 + - &ref_195 schema: *ref_5 serializedName: FarmBeatsExtension language: - default: &ref_195 + default: &ref_194 name: FarmBeatsExtension description: FarmBeats extension resource. byValue: true embeddedType: true - go: *ref_195 + go: *ref_194 protocol: {} language: - default: &ref_197 + default: &ref_196 name: FarmBeatsExtensionsClientGetResponse description: FarmBeatsExtensionsClientGetResponse contains the response from method FarmBeatsExtensionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_196 - go: *ref_197 + resultProp: *ref_195 + go: *ref_196 protocol: {} protocol: {} language: @@ -5612,21 +5599,21 @@ operationGroups: clientCtorName: NewFarmBeatsExtensionsClient clientName: FarmBeatsExtensionsClient protocol: {} - - &ref_403 + - &ref_402 $key: FarmBeatsModels operations: - - &ref_402 + - &ref_401 operationId: FarmBeatsModels_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_198 - schema: *ref_126 + - &ref_197 + schema: *ref_125 implementation: Method required: true - language: &ref_400 + language: &ref_399 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -5638,11 +5625,11 @@ operationGroups: protocol: http: in: path - - &ref_199 + - &ref_198 schema: *ref_2 implementation: Method required: true - language: &ref_401 + language: &ref_400 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -5654,10 +5641,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5687,11 +5674,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_197 - *ref_198 - - *ref_199 responses: - schema: *ref_27 - language: &ref_410 + language: &ref_409 default: name: '' description: Success @@ -5762,64 +5749,64 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_526 + optionalParamGroup: &ref_525 schema: type: object language: - default: &ref_200 + default: &ref_199 name: FarmBeatsModelsClientGetOptions description: FarmBeatsModelsClientGetOptions contains the optional parameters for the FarmBeatsModelsClient.Get method. - go: *ref_200 + go: *ref_199 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsModelsClientGetOptions language: - default: &ref_201 + default: &ref_200 name: options description: FarmBeatsModelsClientGetOptions contains the optional parameters for the FarmBeatsModelsClient.Get method. - go: *ref_201 + go: *ref_200 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_546 + responseEnv: &ref_545 type: object properties: - - &ref_203 + - &ref_202 schema: *ref_27 serializedName: FarmBeats language: - default: &ref_202 + default: &ref_201 name: FarmBeats description: FarmBeats ARM Resource. byValue: true embeddedType: true - go: *ref_202 + go: *ref_201 protocol: {} language: - default: &ref_204 + default: &ref_203 name: FarmBeatsModelsClientGetResponse description: FarmBeatsModelsClientGetResponse contains the response from method FarmBeatsModelsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_203 - go: *ref_204 + resultProp: *ref_202 + go: *ref_203 protocol: {} protocol: {} - - &ref_414 + - &ref_413 operationId: FarmBeatsModels_CreateOrUpdate apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_207 - schema: *ref_126 + - &ref_206 + schema: *ref_125 implementation: Method required: true - language: &ref_411 + language: &ref_410 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -5831,11 +5818,11 @@ operationGroups: protocol: http: in: path - - &ref_208 + - &ref_207 schema: *ref_2 implementation: Method required: true - language: &ref_412 + language: &ref_411 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -5847,15 +5834,15 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_206 + application/json: &ref_205 parameters: - - &ref_205 + - &ref_204 schema: *ref_27 implementation: Method required: true - language: &ref_413 + language: &ref_412 default: name: body description: FarmBeats resource create or update request object. @@ -5866,7 +5853,7 @@ operationGroups: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5883,7 +5870,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_205 + - *ref_204 language: default: name: '' @@ -5900,13 +5887,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_206 + - *ref_205 signatureParameters: + - *ref_206 - *ref_207 - - *ref_208 responses: - schema: *ref_27 - language: &ref_415 + language: &ref_414 default: name: '' description: Success @@ -5921,7 +5908,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_27 - language: &ref_416 + language: &ref_415 default: name: '' description: Success @@ -6017,64 +6004,64 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_527 + optionalParamGroup: &ref_526 schema: type: object language: - default: &ref_209 + default: &ref_208 name: FarmBeatsModelsClientCreateOrUpdateOptions description: FarmBeatsModelsClientCreateOrUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.CreateOrUpdate method. - go: *ref_209 + go: *ref_208 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsModelsClientCreateOrUpdateOptions language: - default: &ref_210 + default: &ref_209 name: options description: FarmBeatsModelsClientCreateOrUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.CreateOrUpdate method. - go: *ref_210 + go: *ref_209 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_547 + responseEnv: &ref_546 type: object properties: - - &ref_212 + - &ref_211 schema: *ref_27 serializedName: FarmBeats language: - default: &ref_211 + default: &ref_210 name: FarmBeats description: FarmBeats ARM Resource. byValue: true embeddedType: true - go: *ref_211 + go: *ref_210 protocol: {} language: - default: &ref_213 + default: &ref_212 name: FarmBeatsModelsClientCreateOrUpdateResponse description: FarmBeatsModelsClientCreateOrUpdateResponse contains the response from method FarmBeatsModelsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_212 - go: *ref_213 + resultProp: *ref_211 + go: *ref_212 protocol: {} protocol: {} - - &ref_421 + - &ref_420 operationId: FarmBeatsModels_Update apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_217 - schema: *ref_126 + - &ref_216 + schema: *ref_125 implementation: Method required: true - language: &ref_417 + language: &ref_416 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -6086,11 +6073,11 @@ operationGroups: protocol: http: in: path - - &ref_218 + - &ref_217 schema: *ref_2 implementation: Method required: true - language: &ref_418 + language: &ref_417 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -6102,15 +6089,15 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_216 + application/json: &ref_215 parameters: - - &ref_215 - schema: *ref_214 + - &ref_214 + schema: *ref_213 implementation: Method required: true - language: &ref_420 + language: &ref_419 default: name: body description: Request object. @@ -6121,7 +6108,7 @@ operationGroups: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6138,7 +6125,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_215 + - *ref_214 language: default: name: '' @@ -6155,13 +6142,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_216 + - *ref_215 signatureParameters: + - *ref_216 - *ref_217 - - *ref_218 responses: - schema: *ref_27 - language: &ref_422 + language: &ref_421 default: name: '' description: Success @@ -6246,7 +6233,7 @@ operationGroups: key1: value1 key2: value2 '202': - headers: &ref_423 + headers: &ref_422 location: http://azure.async.operation/status FarmBeatsModels_UpdateWithSensor: parameters: @@ -6292,7 +6279,7 @@ operationGroups: key1: value1 key2: value2 '202': - headers: &ref_433 + headers: &ref_432 location: http://azure.async.operation/status x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -6309,80 +6296,80 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_528 + optionalParamGroup: &ref_527 schema: type: object language: - default: &ref_219 + default: &ref_218 name: FarmBeatsModelsClientBeginUpdateOptions description: FarmBeatsModelsClientBeginUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.BeginUpdate method. - go: *ref_219 + go: *ref_218 protocol: {} originalParameter: - schema: type: string language: - default: &ref_220 + default: &ref_219 name: string description: '' - go: *ref_220 + go: *ref_219 protocol: {} language: - default: &ref_221 + default: &ref_220 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_221 + go: *ref_220 protocol: {} required: false serializedName: FarmBeatsModelsClientBeginUpdateOptions language: - default: &ref_222 + default: &ref_221 name: options description: FarmBeatsModelsClientBeginUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.BeginUpdate method. - go: *ref_222 + go: *ref_221 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_548 + responseEnv: &ref_547 type: object properties: - - &ref_224 + - &ref_223 schema: *ref_27 serializedName: FarmBeats language: - default: &ref_223 + default: &ref_222 name: FarmBeats description: FarmBeats ARM Resource. byValue: true embeddedType: true - go: *ref_223 + go: *ref_222 protocol: {} language: - default: &ref_225 + default: &ref_224 name: FarmBeatsModelsClientUpdateResponse description: FarmBeatsModelsClientUpdateResponse contains the response from method FarmBeatsModelsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_224 - go: *ref_225 + resultProp: *ref_223 + go: *ref_224 protocol: {} protocol: {} - - &ref_436 + - &ref_435 operationId: FarmBeatsModels_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_226 - schema: *ref_126 + - &ref_225 + schema: *ref_125 implementation: Method required: true - language: &ref_434 + language: &ref_433 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -6394,11 +6381,11 @@ operationGroups: protocol: http: in: path - - &ref_227 + - &ref_226 schema: *ref_2 implementation: Method required: true - language: &ref_435 + language: &ref_434 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -6410,10 +6397,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6443,8 +6430,8 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_225 - *ref_226 - - *ref_227 responses: - language: default: @@ -6508,46 +6495,46 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_529 + optionalParamGroup: &ref_528 schema: type: object language: - default: &ref_228 + default: &ref_227 name: FarmBeatsModelsClientDeleteOptions description: FarmBeatsModelsClientDeleteOptions contains the optional parameters for the FarmBeatsModelsClient.Delete method. - go: *ref_228 + go: *ref_227 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsModelsClientDeleteOptions language: - default: &ref_229 + default: &ref_228 name: options description: FarmBeatsModelsClientDeleteOptions contains the optional parameters for the FarmBeatsModelsClient.Delete method. - go: *ref_229 + go: *ref_228 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_549 + responseEnv: &ref_548 type: object language: - default: &ref_230 + default: &ref_229 name: FarmBeatsModelsClientDeleteResponse description: FarmBeatsModelsClientDeleteResponse contains the response from method FarmBeatsModelsClient.Delete. responseType: true - go: *ref_230 + go: *ref_229 protocol: {} protocol: {} - - &ref_437 + - &ref_436 operationId: FarmBeatsModels_ListBySubscription apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_232 - schema: *ref_164 + - *ref_123 + - &ref_231 + schema: *ref_163 implementation: Method language: default: @@ -6557,19 +6544,19 @@ operationGroups: go: name: MaxPageSize description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: &ref_234 + paramGroup: &ref_233 schema: type: object language: - default: &ref_231 + default: &ref_230 name: FarmBeatsModelsClientListBySubscriptionOptions description: FarmBeatsModelsClientListBySubscriptionOptions contains the optional parameters for the FarmBeatsModelsClient.NewListBySubscriptionPager method. - go: *ref_231 + go: *ref_230 protocol: {} originalParameter: - - *ref_232 - - &ref_236 - schema: *ref_233 + - *ref_231 + - &ref_235 + schema: *ref_232 implementation: Method language: default: @@ -6579,7 +6566,7 @@ operationGroups: go: name: SkipToken description: Skip token for getting next set of results. - paramGroup: *ref_234 + paramGroup: *ref_233 serializedName: $skipToken protocol: http: @@ -6587,21 +6574,21 @@ operationGroups: required: false serializedName: FarmBeatsModelsClientListBySubscriptionOptions language: - default: &ref_235 + default: &ref_234 name: options description: FarmBeatsModelsClientListBySubscriptionOptions contains the optional parameters for the FarmBeatsModelsClient.NewListBySubscriptionPager method. - go: *ref_235 + go: *ref_234 protocol: {} serializedName: $maxPageSize protocol: http: in: query - - *ref_236 - - *ref_125 - - *ref_127 + - *ref_235 + - *ref_124 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6631,11 +6618,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_232 - - *ref_236 + - *ref_231 + - *ref_235 responses: - - schema: *ref_237 - language: &ref_439 + - schema: *ref_236 + language: &ref_438 default: name: '' description: Success @@ -6694,7 +6681,7 @@ operationGroups: tags: key1: value1 key2: value2 - headers: &ref_440 {} + headers: &ref_439 {} x-ms-pageable: nextLinkName: nextLink language: @@ -6709,45 +6696,45 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: *ref_234 - paging: &ref_441 + optionalParamGroup: *ref_233 + paging: &ref_440 nextLinkName: NextLink protocolNaming: internalMethod: listBySubscription requestMethod: listBySubscriptionCreateRequest responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_550 + responseEnv: &ref_549 type: object properties: - - &ref_239 - schema: *ref_237 + - &ref_238 + schema: *ref_236 serializedName: FarmBeatsListResponse language: - default: &ref_238 + default: &ref_237 name: FarmBeatsListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_238 + go: *ref_237 protocol: {} language: - default: &ref_240 + default: &ref_239 name: FarmBeatsModelsClientListBySubscriptionResponse description: FarmBeatsModelsClientListBySubscriptionResponse contains the response from method FarmBeatsModelsClient.NewListBySubscriptionPager. marshallingFormat: json responseType: true - resultProp: *ref_239 - go: *ref_240 + resultProp: *ref_238 + go: *ref_239 protocol: {} protocol: {} - - &ref_443 + - &ref_442 operationId: FarmBeatsModels_ListByResourceGroup apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_242 - schema: *ref_164 + - *ref_123 + - &ref_241 + schema: *ref_163 implementation: Method language: default: @@ -6757,19 +6744,19 @@ operationGroups: go: name: MaxPageSize description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: &ref_243 + paramGroup: &ref_242 schema: type: object language: - default: &ref_241 + default: &ref_240 name: FarmBeatsModelsClientListByResourceGroupOptions description: FarmBeatsModelsClientListByResourceGroupOptions contains the optional parameters for the FarmBeatsModelsClient.NewListByResourceGroupPager method. - go: *ref_241 + go: *ref_240 protocol: {} originalParameter: - - *ref_242 - - &ref_245 - schema: *ref_233 + - *ref_241 + - &ref_244 + schema: *ref_232 implementation: Method language: default: @@ -6779,7 +6766,7 @@ operationGroups: go: name: SkipToken description: Continuation token for getting next set of results. - paramGroup: *ref_243 + paramGroup: *ref_242 serializedName: $skipToken protocol: http: @@ -6787,21 +6774,21 @@ operationGroups: required: false serializedName: FarmBeatsModelsClientListByResourceGroupOptions language: - default: &ref_244 + default: &ref_243 name: options description: FarmBeatsModelsClientListByResourceGroupOptions contains the optional parameters for the FarmBeatsModelsClient.NewListByResourceGroupPager method. - go: *ref_244 + go: *ref_243 protocol: {} serializedName: $maxPageSize protocol: http: in: query - - *ref_245 - - &ref_246 - schema: *ref_126 + - *ref_244 + - &ref_245 + schema: *ref_125 implementation: Method required: true - language: &ref_442 + language: &ref_441 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -6813,11 +6800,11 @@ operationGroups: protocol: http: in: path - - *ref_125 - - *ref_127 + - *ref_124 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6847,12 +6834,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_242 + - *ref_241 + - *ref_244 - *ref_245 - - *ref_246 responses: - - schema: *ref_237 - language: &ref_444 + - schema: *ref_236 + language: &ref_443 default: name: '' description: Success @@ -6912,7 +6899,7 @@ operationGroups: tags: key1: value1 key2: value2 - headers: &ref_445 {} + headers: &ref_444 {} x-ms-pageable: nextLinkName: nextLink language: @@ -6927,49 +6914,49 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: *ref_243 - paging: &ref_446 + optionalParamGroup: *ref_242 + paging: &ref_445 nextLinkName: NextLink protocolNaming: internalMethod: listByResourceGroup requestMethod: listByResourceGroupCreateRequest responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_551 + responseEnv: &ref_550 type: object properties: - - &ref_248 - schema: *ref_237 + - &ref_247 + schema: *ref_236 serializedName: FarmBeatsListResponse language: - default: &ref_247 + default: &ref_246 name: FarmBeatsListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_247 + go: *ref_246 protocol: {} language: - default: &ref_249 + default: &ref_248 name: FarmBeatsModelsClientListByResourceGroupResponse description: FarmBeatsModelsClientListByResourceGroupResponse contains the response from method FarmBeatsModelsClient.NewListByResourceGroupPager. marshallingFormat: json responseType: true - resultProp: *ref_248 - go: *ref_249 + resultProp: *ref_247 + go: *ref_248 protocol: {} protocol: {} - - &ref_450 + - &ref_449 operationId: FarmBeatsModels_GetOperationResult apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_251 - schema: *ref_126 + - &ref_250 + schema: *ref_125 implementation: Method required: true - language: &ref_447 + language: &ref_446 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -6981,11 +6968,11 @@ operationGroups: protocol: http: in: path - - &ref_252 + - &ref_251 schema: *ref_2 implementation: Method required: true - language: &ref_448 + language: &ref_447 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -6997,12 +6984,12 @@ operationGroups: protocol: http: in: path - - *ref_127 - - &ref_253 - schema: *ref_250 + - *ref_126 + - &ref_252 + schema: *ref_249 implementation: Method required: true - language: &ref_449 + language: &ref_448 default: name: operationResultsId description: The operation results id. @@ -7016,7 +7003,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7046,12 +7033,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_250 - *ref_251 - *ref_252 - - *ref_253 responses: - - schema: *ref_254 - language: &ref_452 + - schema: *ref_253 + language: &ref_451 default: name: '' description: Success @@ -7108,50 +7095,50 @@ operationGroups: azureARM: true clientName: FarmBeatsModelsClient openApiType: arm - optionalParamGroup: &ref_530 + optionalParamGroup: &ref_529 schema: type: object language: - default: &ref_255 + default: &ref_254 name: FarmBeatsModelsClientGetOperationResultOptions description: FarmBeatsModelsClientGetOperationResultOptions contains the optional parameters for the FarmBeatsModelsClient.GetOperationResult method. - go: *ref_255 + go: *ref_254 protocol: {} originalParameter: [] required: false serializedName: FarmBeatsModelsClientGetOperationResultOptions language: - default: &ref_256 + default: &ref_255 name: options description: FarmBeatsModelsClientGetOperationResultOptions contains the optional parameters for the FarmBeatsModelsClient.GetOperationResult method. - go: *ref_256 + go: *ref_255 protocol: {} protocolNaming: internalMethod: getOperationResult requestMethod: getOperationResultCreateRequest responseMethod: getOperationResultHandleResponse - responseEnv: &ref_552 + responseEnv: &ref_551 type: object properties: - - &ref_258 - schema: *ref_254 + - &ref_257 + schema: *ref_253 serializedName: ArmAsyncOperation language: - default: &ref_257 + default: &ref_256 name: ArmAsyncOperation description: "Arm async operation class.\r\nRef: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations." byValue: true embeddedType: true - go: *ref_257 + go: *ref_256 protocol: {} language: - default: &ref_259 + default: &ref_258 name: FarmBeatsModelsClientGetOperationResultResponse description: FarmBeatsModelsClientGetOperationResultResponse contains the response from method FarmBeatsModelsClient.GetOperationResult. marshallingFormat: json responseType: true - resultProp: *ref_258 - go: *ref_259 + resultProp: *ref_257 + go: *ref_258 protocol: {} protocol: {} language: @@ -7164,27 +7151,27 @@ operationGroups: clientCtorName: NewFarmBeatsModelsClient clientName: FarmBeatsModelsClient clientParams: - - *ref_125 + - *ref_124 protocol: {} - - &ref_457 + - &ref_456 $key: Locations operations: - - &ref_456 + - &ref_455 operationId: Locations_CheckNameAvailability apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_262 + application/json: &ref_261 parameters: - - &ref_261 - schema: *ref_260 + - &ref_260 + schema: *ref_259 implementation: Method required: true - language: &ref_455 + language: &ref_454 default: name: body description: NameAvailabilityRequest object. @@ -7195,7 +7182,7 @@ operationGroups: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7212,7 +7199,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_261 + - *ref_260 language: default: name: '' @@ -7229,11 +7216,11 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_262 + - *ref_261 signatureParameters: [] responses: - - schema: *ref_263 - language: &ref_461 + - schema: *ref_262 + language: &ref_460 default: name: '' description: Success @@ -7305,50 +7292,50 @@ operationGroups: azureARM: true clientName: LocationsClient openApiType: arm - optionalParamGroup: &ref_531 + optionalParamGroup: &ref_530 schema: type: object language: - default: &ref_264 + default: &ref_263 name: LocationsClientCheckNameAvailabilityOptions description: LocationsClientCheckNameAvailabilityOptions contains the optional parameters for the LocationsClient.CheckNameAvailability method. - go: *ref_264 + go: *ref_263 protocol: {} originalParameter: [] required: false serializedName: LocationsClientCheckNameAvailabilityOptions language: - default: &ref_265 + default: &ref_264 name: options description: LocationsClientCheckNameAvailabilityOptions contains the optional parameters for the LocationsClient.CheckNameAvailability method. - go: *ref_265 + go: *ref_264 protocol: {} protocolNaming: internalMethod: checkNameAvailability requestMethod: checkNameAvailabilityCreateRequest responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_553 + responseEnv: &ref_552 type: object properties: - - &ref_267 - schema: *ref_263 + - &ref_266 + schema: *ref_262 serializedName: CheckNameAvailabilityResponse language: - default: &ref_266 + default: &ref_265 name: CheckNameAvailabilityResponse description: The check availability result. byValue: true embeddedType: true - go: *ref_266 + go: *ref_265 protocol: {} language: - default: &ref_268 + default: &ref_267 name: LocationsClientCheckNameAvailabilityResponse description: LocationsClientCheckNameAvailabilityResponse contains the response from method LocationsClient.CheckNameAvailability. marshallingFormat: json responseType: true - resultProp: *ref_267 - go: *ref_268 + resultProp: *ref_266 + go: *ref_267 protocol: {} protocol: {} language: @@ -7361,21 +7348,21 @@ operationGroups: clientCtorName: NewLocationsClient clientName: LocationsClient clientParams: - - *ref_125 + - *ref_124 protocol: {} - - &ref_463 + - &ref_462 $key: Operations operations: - - &ref_462 + - &ref_461 operationId: Operations_List apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - *ref_127 + - *ref_123 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7406,8 +7393,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_269 - language: &ref_473 + - schema: *ref_268 + language: &ref_472 default: name: '' description: Success @@ -7518,52 +7505,52 @@ operationGroups: azureARM: true clientName: OperationsClient openApiType: arm - optionalParamGroup: &ref_532 + optionalParamGroup: &ref_531 schema: type: object language: - default: &ref_270 + default: &ref_269 name: OperationsClientListOptions description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_270 + go: *ref_269 protocol: {} originalParameter: [] required: false serializedName: OperationsClientListOptions language: - default: &ref_271 + default: &ref_270 name: options description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_271 + go: *ref_270 protocol: {} - paging: &ref_474 + paging: &ref_473 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_554 + responseEnv: &ref_553 type: object properties: - - &ref_273 - schema: *ref_269 + - &ref_272 + schema: *ref_268 serializedName: OperationListResult language: - default: &ref_272 + default: &ref_271 name: OperationListResult description: A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. byValue: true embeddedType: true - go: *ref_272 + go: *ref_271 protocol: {} language: - default: &ref_274 + default: &ref_273 name: OperationsClientListResponse description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_273 - go: *ref_274 + resultProp: *ref_272 + go: *ref_273 protocol: {} protocol: {} language: @@ -7576,21 +7563,21 @@ operationGroups: clientCtorName: NewOperationsClient clientName: OperationsClient protocol: {} - - &ref_484 + - &ref_483 $key: PrivateEndpointConnections operations: - - &ref_483 + - &ref_482 operationId: PrivateEndpointConnections_CreateOrUpdate apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_277 - schema: *ref_126 + - &ref_276 + schema: *ref_125 implementation: Method required: true - language: &ref_475 + language: &ref_474 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -7602,11 +7589,11 @@ operationGroups: protocol: http: in: path - - &ref_278 + - &ref_277 schema: *ref_2 implementation: Method required: true - language: &ref_476 + language: &ref_475 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -7618,11 +7605,11 @@ operationGroups: protocol: http: in: path - - &ref_279 - schema: *ref_233 + - &ref_278 + schema: *ref_232 implementation: Method required: true - language: &ref_477 + language: &ref_476 default: name: privateEndpointConnectionName description: Private endpoint connection name. @@ -7634,15 +7621,15 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_276 + application/json: &ref_275 parameters: - - &ref_275 + - &ref_274 schema: *ref_26 implementation: Method required: true - language: &ref_482 + language: &ref_481 default: name: body description: Request object. @@ -7653,7 +7640,7 @@ operationGroups: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7670,7 +7657,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_275 + - *ref_274 language: default: name: '' @@ -7687,14 +7674,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_276 + - *ref_275 signatureParameters: + - *ref_276 - *ref_277 - *ref_278 - - *ref_279 responses: - schema: *ref_26 - language: &ref_489 + language: &ref_488 default: name: '' description: Success @@ -7766,64 +7753,64 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_533 + optionalParamGroup: &ref_532 schema: type: object language: - default: &ref_280 + default: &ref_279 name: PrivateEndpointConnectionsClientCreateOrUpdateOptions description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_280 + go: *ref_279 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientCreateOrUpdateOptions language: - default: &ref_281 + default: &ref_280 name: options description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_281 + go: *ref_280 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_555 + responseEnv: &ref_554 type: object properties: - - &ref_283 + - &ref_282 schema: *ref_26 serializedName: PrivateEndpointConnection language: - default: &ref_282 + default: &ref_281 name: PrivateEndpointConnection description: The Private Endpoint Connection resource. byValue: true embeddedType: true - go: *ref_282 + go: *ref_281 protocol: {} language: - default: &ref_284 + default: &ref_283 name: PrivateEndpointConnectionsClientCreateOrUpdateResponse description: PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_283 - go: *ref_284 + resultProp: *ref_282 + go: *ref_283 protocol: {} protocol: {} - - &ref_493 + - &ref_492 operationId: PrivateEndpointConnections_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_285 - schema: *ref_126 + - &ref_284 + schema: *ref_125 implementation: Method required: true - language: &ref_490 + language: &ref_489 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -7835,11 +7822,11 @@ operationGroups: protocol: http: in: path - - &ref_286 + - &ref_285 schema: *ref_2 implementation: Method required: true - language: &ref_491 + language: &ref_490 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -7851,11 +7838,11 @@ operationGroups: protocol: http: in: path - - &ref_287 - schema: *ref_233 + - &ref_286 + schema: *ref_232 implementation: Method required: true - language: &ref_492 + language: &ref_491 default: name: privateEndpointConnectionName description: Private endpoint connection name. @@ -7867,10 +7854,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7900,12 +7887,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_284 - *ref_285 - *ref_286 - - *ref_287 responses: - schema: *ref_26 - language: &ref_494 + language: &ref_493 default: name: '' description: Success @@ -7996,64 +7983,64 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_534 + optionalParamGroup: &ref_533 schema: type: object language: - default: &ref_288 + default: &ref_287 name: PrivateEndpointConnectionsClientGetOptions description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_288 + go: *ref_287 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientGetOptions language: - default: &ref_289 + default: &ref_288 name: options description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_289 + go: *ref_288 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_556 + responseEnv: &ref_555 type: object properties: - - &ref_291 + - &ref_290 schema: *ref_26 serializedName: PrivateEndpointConnection language: - default: &ref_290 + default: &ref_289 name: PrivateEndpointConnection description: The Private Endpoint Connection resource. byValue: true embeddedType: true - go: *ref_290 + go: *ref_289 protocol: {} language: - default: &ref_292 + default: &ref_291 name: PrivateEndpointConnectionsClientGetResponse description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_291 - go: *ref_292 + resultProp: *ref_290 + go: *ref_291 protocol: {} protocol: {} - - &ref_498 + - &ref_497 operationId: PrivateEndpointConnections_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_293 - schema: *ref_126 + - &ref_292 + schema: *ref_125 implementation: Method required: true - language: &ref_495 + language: &ref_494 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -8065,11 +8052,11 @@ operationGroups: protocol: http: in: path - - &ref_294 + - &ref_293 schema: *ref_2 implementation: Method required: true - language: &ref_496 + language: &ref_495 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -8081,11 +8068,11 @@ operationGroups: protocol: http: in: path - - &ref_295 - schema: *ref_233 + - &ref_294 + schema: *ref_232 implementation: Method required: true - language: &ref_497 + language: &ref_496 default: name: privateEndpointConnectionName description: Private endpoint connection name. @@ -8097,10 +8084,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8130,9 +8117,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_292 - *ref_293 - *ref_294 - - *ref_295 responses: - language: default: @@ -8155,7 +8142,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_233 + - schema: *ref_232 header: Location language: default: @@ -8223,66 +8210,66 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_535 + optionalParamGroup: &ref_534 schema: type: object language: - default: &ref_296 + default: &ref_295 name: PrivateEndpointConnectionsClientBeginDeleteOptions description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_296 + go: *ref_295 protocol: {} originalParameter: - schema: type: string language: - default: &ref_297 + default: &ref_296 name: string description: '' - go: *ref_297 + go: *ref_296 protocol: {} language: - default: &ref_298 + default: &ref_297 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_298 + go: *ref_297 protocol: {} required: false serializedName: PrivateEndpointConnectionsClientBeginDeleteOptions language: - default: &ref_299 + default: &ref_298 name: options description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_299 + go: *ref_298 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_557 + responseEnv: &ref_556 type: object language: - default: &ref_300 + default: &ref_299 name: PrivateEndpointConnectionsClientDeleteResponse description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.BeginDelete. forLRO: true responseType: true - go: *ref_300 + go: *ref_299 protocol: {} protocol: {} - - &ref_501 + - &ref_500 operationId: PrivateEndpointConnections_ListByResource apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_301 - schema: *ref_126 + - &ref_300 + schema: *ref_125 implementation: Method required: true - language: &ref_499 + language: &ref_498 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -8294,11 +8281,11 @@ operationGroups: protocol: http: in: path - - &ref_302 + - &ref_301 schema: *ref_2 implementation: Method required: true - language: &ref_500 + language: &ref_499 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -8310,10 +8297,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8343,11 +8330,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_300 - *ref_301 - - *ref_302 responses: - - schema: *ref_303 - language: &ref_503 + - schema: *ref_302 + language: &ref_502 default: name: '' description: Success @@ -8427,52 +8414,52 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_536 + optionalParamGroup: &ref_535 schema: type: object language: - default: &ref_304 + default: &ref_303 name: PrivateEndpointConnectionsClientListByResourceOptions description: PrivateEndpointConnectionsClientListByResourceOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListByResourcePager method. - go: *ref_304 + go: *ref_303 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientListByResourceOptions language: - default: &ref_305 + default: &ref_304 name: options description: PrivateEndpointConnectionsClientListByResourceOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListByResourcePager method. - go: *ref_305 + go: *ref_304 protocol: {} - paging: &ref_504 + paging: &ref_503 nextLinkName: null protocolNaming: internalMethod: listByResource requestMethod: listByResourceCreateRequest responseMethod: listByResourceHandleResponse - responseEnv: &ref_558 + responseEnv: &ref_557 type: object properties: - - &ref_307 - schema: *ref_303 + - &ref_306 + schema: *ref_302 serializedName: PrivateEndpointConnectionListResult language: - default: &ref_306 + default: &ref_305 name: PrivateEndpointConnectionListResult description: List of private endpoint connection associated with the specified storage account byValue: true embeddedType: true - go: *ref_306 + go: *ref_305 protocol: {} language: - default: &ref_308 + default: &ref_307 name: PrivateEndpointConnectionsClientListByResourceResponse description: PrivateEndpointConnectionsClientListByResourceResponse contains the response from method PrivateEndpointConnectionsClient.NewListByResourcePager. marshallingFormat: json responseType: true - resultProp: *ref_307 - go: *ref_308 + resultProp: *ref_306 + go: *ref_307 protocol: {} protocol: {} language: @@ -8485,23 +8472,23 @@ operationGroups: clientCtorName: NewPrivateEndpointConnectionsClient clientName: PrivateEndpointConnectionsClient clientParams: - - *ref_125 + - *ref_124 protocol: {} - - &ref_508 + - &ref_507 $key: PrivateLinkResources operations: - - &ref_507 + - &ref_506 operationId: PrivateLinkResources_ListByResource apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_309 - schema: *ref_126 + - &ref_308 + schema: *ref_125 implementation: Method required: true - language: &ref_505 + language: &ref_504 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -8513,11 +8500,11 @@ operationGroups: protocol: http: in: path - - &ref_310 + - &ref_309 schema: *ref_2 implementation: Method required: true - language: &ref_506 + language: &ref_505 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -8529,10 +8516,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8562,11 +8549,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_308 - *ref_309 - - *ref_310 responses: - - schema: *ref_311 - language: &ref_514 + - schema: *ref_310 + language: &ref_513 default: name: '' description: Success @@ -8633,66 +8620,66 @@ operationGroups: azureARM: true clientName: PrivateLinkResourcesClient openApiType: arm - optionalParamGroup: &ref_537 + optionalParamGroup: &ref_536 schema: type: object language: - default: &ref_312 + default: &ref_311 name: PrivateLinkResourcesClientListByResourceOptions description: PrivateLinkResourcesClientListByResourceOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListByResourcePager method. - go: *ref_312 + go: *ref_311 protocol: {} originalParameter: [] required: false serializedName: PrivateLinkResourcesClientListByResourceOptions language: - default: &ref_313 + default: &ref_312 name: options description: PrivateLinkResourcesClientListByResourceOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListByResourcePager method. - go: *ref_313 + go: *ref_312 protocol: {} - paging: &ref_515 + paging: &ref_514 nextLinkName: null protocolNaming: internalMethod: listByResource requestMethod: listByResourceCreateRequest responseMethod: listByResourceHandleResponse - responseEnv: &ref_559 + responseEnv: &ref_558 type: object properties: - - &ref_315 - schema: *ref_311 + - &ref_314 + schema: *ref_310 serializedName: PrivateLinkResourceListResult language: - default: &ref_314 + default: &ref_313 name: PrivateLinkResourceListResult description: A list of private link resources byValue: true embeddedType: true - go: *ref_314 + go: *ref_313 protocol: {} language: - default: &ref_316 + default: &ref_315 name: PrivateLinkResourcesClientListByResourceResponse description: PrivateLinkResourcesClientListByResourceResponse contains the response from method PrivateLinkResourcesClient.NewListByResourcePager. marshallingFormat: json responseType: true - resultProp: *ref_315 - go: *ref_316 + resultProp: *ref_314 + go: *ref_315 protocol: {} protocol: {} - - &ref_519 + - &ref_518 operationId: PrivateLinkResources_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_318 - schema: *ref_126 + - &ref_317 + schema: *ref_125 implementation: Method required: true - language: &ref_516 + language: &ref_515 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -8704,11 +8691,11 @@ operationGroups: protocol: http: in: path - - &ref_319 + - &ref_318 schema: *ref_2 implementation: Method required: true - language: &ref_517 + language: &ref_516 default: name: farmBeatsResourceName description: FarmBeats resource name. @@ -8720,11 +8707,11 @@ operationGroups: protocol: http: in: path - - &ref_320 - schema: *ref_317 + - &ref_319 + schema: *ref_316 implementation: Method required: true - language: &ref_518 + language: &ref_517 default: name: subResourceName description: Sub resource name. @@ -8736,10 +8723,10 @@ operationGroups: protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8769,12 +8756,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_317 - *ref_318 - *ref_319 - - *ref_320 responses: - schema: *ref_33 - language: &ref_520 + language: &ref_519 default: name: '' description: Success @@ -8860,50 +8847,50 @@ operationGroups: azureARM: true clientName: PrivateLinkResourcesClient openApiType: arm - optionalParamGroup: &ref_538 + optionalParamGroup: &ref_537 schema: type: object language: - default: &ref_321 + default: &ref_320 name: PrivateLinkResourcesClientGetOptions description: PrivateLinkResourcesClientGetOptions contains the optional parameters for the PrivateLinkResourcesClient.Get method. - go: *ref_321 + go: *ref_320 protocol: {} originalParameter: [] required: false serializedName: PrivateLinkResourcesClientGetOptions language: - default: &ref_322 + default: &ref_321 name: options description: PrivateLinkResourcesClientGetOptions contains the optional parameters for the PrivateLinkResourcesClient.Get method. - go: *ref_322 + go: *ref_321 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_560 + responseEnv: &ref_559 type: object properties: - - &ref_324 + - &ref_323 schema: *ref_33 serializedName: PrivateLinkResource language: - default: &ref_323 + default: &ref_322 name: PrivateLinkResource description: A private link resource byValue: true embeddedType: true - go: *ref_323 + go: *ref_322 protocol: {} language: - default: &ref_325 + default: &ref_324 name: PrivateLinkResourcesClientGetResponse description: PrivateLinkResourcesClientGetResponse contains the response from method PrivateLinkResourcesClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_324 - go: *ref_325 + resultProp: *ref_323 + go: *ref_324 protocol: {} protocol: {} language: @@ -8916,7 +8903,7 @@ operationGroups: clientCtorName: NewPrivateLinkResourcesClient clientName: PrivateLinkResourcesClient clientParams: - - *ref_125 + - *ref_124 protocol: {} security: authenticationRequired: true @@ -8933,15 +8920,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -8949,20 +8936,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_328 - parameter: *ref_129 + language: *ref_327 + parameter: *ref_128 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_329 - parameter: *ref_130 + language: *ref_328 + parameter: *ref_129 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_330 - parameter: *ref_131 + language: *ref_329 + parameter: *ref_130 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -8975,8 +8962,8 @@ testModel: - paramName: options paramOutput: nil opName: Create - operation: *ref_331 - operationGroup: *ref_332 + operation: *ref_330 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Create.json returnInfo: - ExtensionsClientCreateResponse @@ -8996,15 +8983,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9012,36 +8999,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_345 + language: *ref_344 properties: schema: *ref_63 parentsValue: {} @@ -9049,38 +9036,38 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_346 + language: *ref_345 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_347 + language: *ref_346 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_348 + language: *ref_347 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_349 - language: *ref_350 - language: *ref_351 - operation: *ref_331 - operationGroup: *ref_332 + language: *ref_348 + language: *ref_349 + language: *ref_350 + operation: *ref_330 + operationGroup: *ref_331 - operationId: Extensions_Get examples: - name: Extensions_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -9088,20 +9075,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_352 - parameter: *ref_137 + language: *ref_351 + parameter: *ref_136 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_353 - parameter: *ref_138 + language: *ref_352 + parameter: *ref_137 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_354 - parameter: *ref_139 + language: *ref_353 + parameter: *ref_138 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -9114,8 +9101,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_355 - operationGroup: *ref_332 + operation: *ref_354 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Get.json responseOutput: |- armagrifood.Extension{ @@ -9158,15 +9145,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9174,36 +9161,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_345 + language: *ref_344 properties: schema: *ref_63 parentsValue: {} @@ -9211,38 +9198,38 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_346 + language: *ref_345 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_347 + language: *ref_346 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_348 + language: *ref_347 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_349 - language: *ref_350 - language: *ref_356 - operation: *ref_355 - operationGroup: *ref_332 + language: *ref_348 + language: *ref_349 + language: *ref_355 + operation: *ref_354 + operationGroup: *ref_331 - operationId: Extensions_Update examples: - name: Extensions_Update checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -9250,20 +9237,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_357 - parameter: *ref_145 + language: *ref_356 + parameter: *ref_144 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_358 - parameter: *ref_146 + language: *ref_357 + parameter: *ref_145 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_359 - parameter: *ref_147 + language: *ref_358 + parameter: *ref_146 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -9276,8 +9263,8 @@ testModel: - paramName: options paramOutput: nil opName: Update - operation: *ref_360 - operationGroup: *ref_332 + operation: *ref_359 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Update.json responseOutput: |- armagrifood.Extension{ @@ -9320,15 +9307,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9336,36 +9323,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_345 + language: *ref_344 properties: schema: *ref_63 parentsValue: {} @@ -9373,38 +9360,38 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_346 + language: *ref_345 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_347 + language: *ref_346 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_348 + language: *ref_347 installedExtensionVersion: schema: *ref_59 rawValue: '2.0' - language: *ref_349 - language: *ref_350 - language: *ref_361 - operation: *ref_360 - operationGroup: *ref_332 + language: *ref_348 + language: *ref_349 + language: *ref_360 + operation: *ref_359 + operationGroup: *ref_331 - operationId: Extensions_Delete examples: - name: Extensions_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -9412,20 +9399,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_362 - parameter: *ref_153 + language: *ref_361 + parameter: *ref_152 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_363 - parameter: *ref_154 + language: *ref_362 + parameter: *ref_153 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_364 - parameter: *ref_155 + language: *ref_363 + parameter: *ref_154 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -9438,8 +9425,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_365 - operationGroup: *ref_332 + operation: *ref_364 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Delete.json returnInfo: - ExtensionsClientDeleteResponse @@ -9447,40 +9434,40 @@ testModel: responses: '200': {} '204': {} - operation: *ref_365 - operationGroup: *ref_332 + operation: *ref_364 + operationGroup: *ref_331 - operationId: Extensions_ListByFarmBeats examples: - name: Extensions_ListByFarmBeats checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' isLRO: false isMultiRespOperation: false - isPageable: *ref_372 + isPageable: *ref_371 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_366 - parameter: *ref_169 + language: *ref_365 + parameter: *ref_168 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_367 - parameter: *ref_170 + language: *ref_366 + parameter: *ref_169 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"examples-rg"' @@ -9494,8 +9481,8 @@ testModel: SkipToken: nil, } opName: NewListByFarmBeatsPager - operation: *ref_368 - operationGroup: *ref_332 + operation: *ref_367 + operationGroup: *ref_331 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_ListByFarmBeats.json pageableItemName: Value responseOutput: |- @@ -9529,11 +9516,11 @@ testModel: responses: '200': body: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: value: - schema: *ref_105 + schema: *ref_104 elements: - schema: *ref_3 parentsValue: @@ -9547,15 +9534,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9563,36 +9550,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_345 + language: *ref_344 properties: schema: *ref_63 parentsValue: {} @@ -9600,39 +9587,39 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_346 + language: *ref_345 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_347 + language: *ref_346 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_348 + language: *ref_347 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_349 - language: *ref_350 - language: *ref_369 - language: *ref_370 - headers: *ref_371 - operation: *ref_368 - operationGroup: *ref_332 + language: *ref_348 + language: *ref_349 + language: *ref_368 + language: *ref_369 + headers: *ref_370 + operation: *ref_367 + operationGroup: *ref_331 - operationId: FarmBeatsExtensions_List examples: - name: FarmBeatsExtensions_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: [] isLRO: false isMultiRespOperation: false - isPageable: *ref_396 + isPageable: *ref_395 methodParameters: [] methodParametersOutput: - paramName: options @@ -9644,8 +9631,8 @@ testModel: MaxPageSize: nil, } opName: NewListPager - operation: *ref_373 - operationGroup: *ref_374 + operation: *ref_372 + operationGroup: *ref_373 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsExtensions_List.json pageableItemName: Value responseOutput: |- @@ -9875,15 +9862,15 @@ testModel: responses: '200': body: - schema: *ref_187 + schema: *ref_186 parentsValue: {} properties: nextLink: schema: *ref_68 rawValue: string - language: *ref_375 + language: *ref_374 value: - schema: *ref_115 + schema: *ref_114 elements: - schema: *ref_5 parentsValue: @@ -9897,15 +9884,15 @@ testModel: name: schema: *ref_35 rawValue: DTN.ContentServices - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/DTN.ContentServices - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -9913,28 +9900,28 @@ testModel: createdAt: schema: *ref_39 rawValue: '2021-04-12T15:28:06Z' - language: *ref_336 + language: *ref_335 lastModifiedAt: schema: *ref_41 rawValue: '2021-04-12T15:30:01Z' - language: *ref_339 - language: *ref_342 - language: *ref_343 + language: *ref_338 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: properties: schema: *ref_69 parentsValue: {} properties: detailedInformation: - schema: *ref_114 + schema: *ref_113 elements: - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9950,13 +9937,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_376 + language: *ref_375 apiName: schema: *ref_51 rawValue: GetDailyObservations - language: *ref_377 + language: *ref_376 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10008,9 +9995,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_378 + language: *ref_377 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10036,7 +10023,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_379 + language: *ref_378 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10044,21 +10031,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_380 + language: *ref_379 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_381 - language: *ref_382 + language: *ref_380 + language: *ref_381 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10074,13 +10061,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_376 + language: *ref_375 apiName: schema: *ref_51 rawValue: GetHourlyObservations - language: *ref_377 + language: *ref_376 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10102,9 +10089,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_378 + language: *ref_377 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10132,7 +10119,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_379 + language: *ref_378 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10140,21 +10127,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_380 + language: *ref_379 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_381 - language: *ref_382 + language: *ref_380 + language: *ref_381 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10170,13 +10157,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_376 + language: *ref_375 apiName: schema: *ref_51 rawValue: GetHourlyForecasts - language: *ref_377 + language: *ref_376 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10198,9 +10185,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_378 + language: *ref_377 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10228,7 +10215,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_379 + language: *ref_378 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10236,21 +10223,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_380 + language: *ref_379 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_381 - language: *ref_382 + language: *ref_380 + language: *ref_381 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10266,13 +10253,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_376 + language: *ref_375 apiName: schema: *ref_51 rawValue: GetDailyForecasts - language: *ref_377 + language: *ref_376 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10324,9 +10311,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_378 + language: *ref_377 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10352,7 +10339,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_379 + language: *ref_378 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10360,74 +10347,74 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_380 + language: *ref_379 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_381 - language: *ref_382 - language: *ref_383 + language: *ref_380 + language: *ref_381 + language: *ref_382 extensionApiDocsLink: schema: *ref_50 rawValue: https://cs-docs.dtn.com/api/weather-observations-and-forecasts-rest-api/ - language: *ref_384 + language: *ref_383 extensionAuthLink: schema: *ref_49 rawValue: https://www.dtn.com/dtn-content-integration/ - language: *ref_385 + language: *ref_384 extensionCategory: schema: *ref_48 rawValue: Weather - language: *ref_386 + language: *ref_385 farmBeatsExtensionId: schema: *ref_43 rawValue: DTN.ContentServices - language: *ref_387 + language: *ref_386 farmBeatsExtensionName: schema: *ref_44 rawValue: DTN - language: *ref_388 + language: *ref_387 farmBeatsExtensionVersion: schema: *ref_45 rawValue: '1.0' - language: *ref_389 + language: *ref_388 publisherId: schema: *ref_46 rawValue: dtn - language: *ref_390 + language: *ref_389 targetResourceType: schema: *ref_42 rawValue: FarmBeats - language: *ref_391 - language: *ref_392 - language: *ref_393 - language: *ref_394 - headers: *ref_395 - operation: *ref_373 - operationGroup: *ref_374 + language: *ref_390 + language: *ref_391 + language: *ref_392 + language: *ref_393 + headers: *ref_394 + operation: *ref_372 + operationGroup: *ref_373 - operationId: FarmBeatsExtensions_Get examples: - name: FarmBeatsExtensions_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: [] isLRO: false isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_191 + schema: *ref_190 rawValue: DTN.ContentServices - language: *ref_397 - parameter: *ref_192 + language: *ref_396 + parameter: *ref_191 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -10436,8 +10423,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_398 - operationGroup: *ref_374 + operation: *ref_397 + operationGroup: *ref_373 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsExtensions_Get.json responseOutput: |- armagrifood.FarmBeatsExtension{ @@ -10676,15 +10663,15 @@ testModel: name: schema: *ref_35 rawValue: DTN.ContentServices - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/DTN.ContentServices - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -10692,28 +10679,28 @@ testModel: createdAt: schema: *ref_39 rawValue: '2021-04-12T15:28:06Z' - language: *ref_336 + language: *ref_335 lastModifiedAt: schema: *ref_41 rawValue: '2021-04-12T15:30:01Z' - language: *ref_339 - language: *ref_342 - language: *ref_343 + language: *ref_338 + language: *ref_341 + language: *ref_342 properties: {} - language: *ref_344 + language: *ref_343 properties: properties: schema: *ref_69 parentsValue: {} properties: detailedInformation: - schema: *ref_114 + schema: *ref_113 elements: - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10729,13 +10716,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_376 + language: *ref_375 apiName: schema: *ref_51 rawValue: GetDailyObservations - language: *ref_377 + language: *ref_376 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10787,9 +10774,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_378 + language: *ref_377 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10815,7 +10802,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_379 + language: *ref_378 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10823,21 +10810,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_380 + language: *ref_379 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_381 - language: *ref_382 + language: *ref_380 + language: *ref_381 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10853,13 +10840,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_376 + language: *ref_375 apiName: schema: *ref_51 rawValue: GetHourlyObservations - language: *ref_377 + language: *ref_376 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10881,9 +10868,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_378 + language: *ref_377 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10911,7 +10898,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_379 + language: *ref_378 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10919,21 +10906,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_380 + language: *ref_379 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_381 - language: *ref_382 + language: *ref_380 + language: *ref_381 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10949,13 +10936,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_376 + language: *ref_375 apiName: schema: *ref_51 rawValue: GetHourlyForecasts - language: *ref_377 + language: *ref_376 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10977,9 +10964,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_378 + language: *ref_377 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -11007,7 +10994,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_379 + language: *ref_378 unitsSupported: schema: *ref_71 parentsValue: {} @@ -11015,21 +11002,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_380 + language: *ref_379 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_381 - language: *ref_382 + language: *ref_380 + language: *ref_381 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -11045,13 +11032,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_376 + language: *ref_375 apiName: schema: *ref_51 rawValue: GetDailyForecasts - language: *ref_377 + language: *ref_376 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -11103,9 +11090,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_378 + language: *ref_377 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -11131,7 +11118,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_379 + language: *ref_378 unitsSupported: schema: *ref_71 parentsValue: {} @@ -11139,68 +11126,68 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_380 + language: *ref_379 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_381 - language: *ref_382 - language: *ref_383 + language: *ref_380 + language: *ref_381 + language: *ref_382 extensionApiDocsLink: schema: *ref_50 rawValue: https://cs-docs.dtn.com/api/weather-observations-and-forecasts-rest-api/ - language: *ref_384 + language: *ref_383 extensionAuthLink: schema: *ref_49 rawValue: https://www.dtn.com/dtn-content-integration/ - language: *ref_385 + language: *ref_384 extensionCategory: schema: *ref_48 rawValue: Weather - language: *ref_386 + language: *ref_385 farmBeatsExtensionId: schema: *ref_43 rawValue: DTN.ContentServices - language: *ref_387 + language: *ref_386 farmBeatsExtensionName: schema: *ref_44 rawValue: DTN - language: *ref_388 + language: *ref_387 farmBeatsExtensionVersion: schema: *ref_45 rawValue: '1.0' - language: *ref_389 + language: *ref_388 publisherId: schema: *ref_46 rawValue: dtn - language: *ref_390 + language: *ref_389 targetResourceType: schema: *ref_42 rawValue: FarmBeats - language: *ref_391 - language: *ref_392 - language: *ref_399 - operation: *ref_398 - operationGroup: *ref_374 + language: *ref_390 + language: *ref_391 + language: *ref_398 + operation: *ref_397 + operationGroup: *ref_373 - operationId: FarmBeatsModels_Get examples: - name: FarmBeatsModels_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -11208,15 +11195,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_400 - parameter: *ref_198 + language: *ref_399 + parameter: *ref_197 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_401 - parameter: *ref_199 + language: *ref_400 + parameter: *ref_198 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -11227,8 +11214,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_402 - operationGroup: *ref_403 + operation: *ref_401 + operationGroup: *ref_402 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Get.json responseOutput: |- armagrifood.FarmBeats{ @@ -11273,15 +11260,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -11289,34 +11276,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_404 + language: *ref_403 tags: schema: *ref_28 properties: @@ -11326,8 +11313,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_405 - language: *ref_406 + language: *ref_404 + language: *ref_405 properties: properties: schema: *ref_73 @@ -11336,30 +11323,30 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_407 + language: *ref_406 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_408 - language: *ref_409 - language: *ref_410 - operation: *ref_402 - operationGroup: *ref_403 + language: *ref_407 + language: *ref_408 + language: *ref_409 + operation: *ref_401 + operationGroup: *ref_402 - operationId: FarmBeatsModels_CreateOrUpdate examples: - name: FarmBeatsModels_CreateOrUpdate checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -11367,15 +11354,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_411 - parameter: *ref_207 + language: *ref_410 + parameter: *ref_206 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_412 - parameter: *ref_208 + language: *ref_411 + parameter: *ref_207 - exampleValue: schema: *ref_27 parentsValue: @@ -11386,7 +11373,7 @@ testModel: location: schema: *ref_29 rawValue: eastus2 - language: *ref_404 + language: *ref_403 tags: schema: *ref_28 properties: @@ -11396,11 +11383,11 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_405 - language: *ref_406 + language: *ref_404 + language: *ref_405 properties: {} - language: *ref_413 - parameter: *ref_205 + language: *ref_412 + parameter: *ref_204 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -11420,8 +11407,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_414 - operationGroup: *ref_403 + operation: *ref_413 + operationGroup: *ref_402 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_CreateOrUpdate.json responseOutput: |- armagrifood.FarmBeats{ @@ -11466,15 +11453,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmbeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -11482,34 +11469,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_404 + language: *ref_403 tags: schema: *ref_28 properties: @@ -11519,8 +11506,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_405 - language: *ref_406 + language: *ref_404 + language: *ref_405 properties: properties: schema: *ref_73 @@ -11529,13 +11516,13 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_407 + language: *ref_406 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_408 - language: *ref_409 - language: *ref_415 + language: *ref_407 + language: *ref_408 + language: *ref_414 '201': body: schema: *ref_27 @@ -11550,15 +11537,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmbeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -11566,34 +11553,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_404 + language: *ref_403 tags: schema: *ref_28 properties: @@ -11603,8 +11590,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_405 - language: *ref_406 + language: *ref_404 + language: *ref_405 properties: properties: schema: *ref_73 @@ -11613,30 +11600,30 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_407 + language: *ref_406 provisioningState: schema: *ref_17 rawValue: Failed - language: *ref_408 - language: *ref_409 - language: *ref_416 - operation: *ref_414 - operationGroup: *ref_403 + language: *ref_407 + language: *ref_408 + language: *ref_415 + operation: *ref_413 + operationGroup: *ref_402 - operationId: FarmBeatsModels_Update examples: - name: FarmBeatsModels_Update checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -11644,17 +11631,17 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_417 - parameter: *ref_217 + language: *ref_416 + parameter: *ref_216 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_418 - parameter: *ref_218 + language: *ref_417 + parameter: *ref_217 - exampleValue: - schema: *ref_214 + schema: *ref_213 parentsValue: {} properties: tags: @@ -11666,9 +11653,9 @@ testModel: key2: schema: *ref_2 rawValue: value2 - language: *ref_419 - language: *ref_420 - parameter: *ref_215 + language: *ref_418 + language: *ref_419 + parameter: *ref_214 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -11687,8 +11674,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_421 - operationGroup: *ref_403 + operation: *ref_420 + operationGroup: *ref_402 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Update.json pollerType: FarmBeatsModelsClientUpdateResponse responseOutput: |- @@ -11734,15 +11721,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -11750,34 +11737,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_404 + language: *ref_403 tags: schema: *ref_28 properties: @@ -11787,8 +11774,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_405 - language: *ref_406 + language: *ref_404 + language: *ref_405 properties: properties: schema: *ref_73 @@ -11797,28 +11784,28 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_407 + language: *ref_406 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_408 - language: *ref_409 - language: *ref_422 + language: *ref_407 + language: *ref_408 + language: *ref_421 '202': - headers: *ref_423 + headers: *ref_422 - name: FarmBeatsModels_UpdateWithSensor checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -11826,17 +11813,17 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_417 - parameter: *ref_217 + language: *ref_416 + parameter: *ref_216 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_418 - parameter: *ref_218 + language: *ref_417 + parameter: *ref_217 - exampleValue: - schema: *ref_214 + schema: *ref_213 parentsValue: {} properties: identity: @@ -11846,8 +11833,8 @@ testModel: type: schema: *ref_15 rawValue: SystemAssigned - language: *ref_424 - language: *ref_425 + language: *ref_423 + language: *ref_424 properties: schema: *ref_80 parentsValue: {} @@ -11859,9 +11846,9 @@ testModel: enabled: schema: *ref_18 rawValue: 'True' - language: *ref_426 - language: *ref_427 - language: *ref_428 + language: *ref_425 + language: *ref_426 + language: *ref_427 tags: schema: *ref_79 properties: @@ -11871,9 +11858,9 @@ testModel: key2: schema: *ref_2 rawValue: value2 - language: *ref_419 - language: *ref_420 - parameter: *ref_215 + language: *ref_418 + language: *ref_419 + parameter: *ref_214 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -11900,8 +11887,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_421 - operationGroup: *ref_403 + operation: *ref_420 + operationGroup: *ref_402 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_UpdateWithSensor.json pollerType: FarmBeatsModelsClientUpdateResponse responseOutput: |- @@ -11955,15 +11942,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -11971,34 +11958,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_404 + language: *ref_403 tags: schema: *ref_28 properties: @@ -12008,8 +11995,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_405 - language: *ref_406 + language: *ref_404 + language: *ref_405 properties: identity: schema: *ref_72 @@ -12018,12 +12005,12 @@ testModel: type: schema: *ref_15 rawValue: SystemAssigned - language: *ref_424 + language: *ref_423 tenantId: schema: *ref_14 rawValue: abcdefgh-86f1-41af-91ab-2d7cd011db47 - language: *ref_429 - language: *ref_430 + language: *ref_428 + language: *ref_429 properties: schema: *ref_73 parentsValue: {} @@ -12031,11 +12018,11 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_407 + language: *ref_406 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_408 + language: *ref_407 sensorIntegration: schema: *ref_74 parentsValue: {} @@ -12043,33 +12030,33 @@ testModel: enabled: schema: *ref_18 rawValue: 'True' - language: *ref_426 + language: *ref_425 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_431 - language: *ref_432 - language: *ref_409 - language: *ref_422 + language: *ref_430 + language: *ref_431 + language: *ref_408 + language: *ref_421 '202': - headers: *ref_433 - operation: *ref_421 - operationGroup: *ref_403 + headers: *ref_432 + operation: *ref_420 + operationGroup: *ref_402 - operationId: FarmBeatsModels_Delete examples: - name: FarmBeatsModels_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -12077,15 +12064,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_434 - parameter: *ref_226 + language: *ref_433 + parameter: *ref_225 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_435 - parameter: *ref_227 + language: *ref_434 + parameter: *ref_226 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -12096,8 +12083,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_436 - operationGroup: *ref_403 + operation: *ref_435 + operationGroup: *ref_402 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Delete.json returnInfo: - FarmBeatsModelsClientDeleteResponse @@ -12105,29 +12092,29 @@ testModel: responses: '200': {} '204': {} - operation: *ref_436 - operationGroup: *ref_403 + operation: *ref_435 + operationGroup: *ref_402 - operationId: FarmBeatsModels_ListBySubscription examples: - name: FarmBeatsModels_ListBySubscription checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' isLRO: false isMultiRespOperation: false - isPageable: *ref_441 + isPageable: *ref_440 methodParameters: [] methodParametersOutput: - paramName: options @@ -12136,8 +12123,8 @@ testModel: SkipToken: nil, } opName: NewListBySubscriptionPager - operation: *ref_437 - operationGroup: *ref_403 + operation: *ref_436 + operationGroup: *ref_402 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_ListBySubscription.json pageableItemName: Value responseOutput: |- @@ -12173,11 +12160,11 @@ testModel: responses: '200': body: - schema: *ref_237 + schema: *ref_236 parentsValue: {} properties: value: - schema: *ref_116 + schema: *ref_115 elements: - schema: *ref_27 parentsValue: @@ -12191,15 +12178,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -12207,34 +12194,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_404 + language: *ref_403 tags: schema: *ref_28 properties: @@ -12244,8 +12231,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_405 - language: *ref_406 + language: *ref_404 + language: *ref_405 properties: properties: schema: *ref_73 @@ -12254,44 +12241,44 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_407 + language: *ref_406 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_408 - language: *ref_409 - language: *ref_438 - language: *ref_439 - headers: *ref_440 - operation: *ref_437 - operationGroup: *ref_403 + language: *ref_407 + language: *ref_408 + language: *ref_437 + language: *ref_438 + headers: *ref_439 + operation: *ref_436 + operationGroup: *ref_402 - operationId: FarmBeatsModels_ListByResourceGroup examples: - name: FarmBeatsModels_ListByResourceGroup checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' isLRO: false isMultiRespOperation: false - isPageable: *ref_446 + isPageable: *ref_445 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_442 - parameter: *ref_246 + language: *ref_441 + parameter: *ref_245 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"examples-rg"' @@ -12301,8 +12288,8 @@ testModel: SkipToken: nil, } opName: NewListByResourceGroupPager - operation: *ref_443 - operationGroup: *ref_403 + operation: *ref_442 + operationGroup: *ref_402 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_ListByResourceGroup.json pageableItemName: Value responseOutput: |- @@ -12338,11 +12325,11 @@ testModel: responses: '200': body: - schema: *ref_237 + schema: *ref_236 parentsValue: {} properties: value: - schema: *ref_116 + schema: *ref_115 elements: - schema: *ref_27 parentsValue: @@ -12356,15 +12343,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_335 + language: *ref_334 systemData: schema: *ref_64 parentsValue: {} @@ -12372,34 +12359,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_336 + language: *ref_335 createdBy: schema: *ref_37 rawValue: string - language: *ref_337 + language: *ref_336 createdByType: schema: *ref_38 rawValue: User - language: *ref_338 + language: *ref_337 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_339 + language: *ref_338 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_340 + language: *ref_339 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_341 - language: *ref_342 - language: *ref_343 + language: *ref_340 + language: *ref_341 + language: *ref_342 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_404 + language: *ref_403 tags: schema: *ref_28 properties: @@ -12409,8 +12396,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_405 - language: *ref_406 + language: *ref_404 + language: *ref_405 properties: properties: schema: *ref_73 @@ -12419,32 +12406,32 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_407 + language: *ref_406 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_408 - language: *ref_409 - language: *ref_438 - language: *ref_444 - headers: *ref_445 - operation: *ref_443 - operationGroup: *ref_403 + language: *ref_407 + language: *ref_408 + language: *ref_437 + language: *ref_443 + headers: *ref_444 + operation: *ref_442 + operationGroup: *ref_402 - operationId: FarmBeatsModels_GetOperationResult examples: - name: FarmBeatsModels_GetOperationResult checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -12452,20 +12439,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_447 - parameter: *ref_251 + language: *ref_446 + parameter: *ref_250 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_448 - parameter: *ref_252 + language: *ref_447 + parameter: *ref_251 - exampleValue: - schema: *ref_250 + schema: *ref_249 rawValue: resource-provisioning-id-farmBeatsResourceName - language: *ref_449 - parameter: *ref_253 + language: *ref_448 + parameter: *ref_252 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -12478,8 +12465,8 @@ testModel: - paramName: options paramOutput: nil opName: GetOperationResult - operation: *ref_450 - operationGroup: *ref_403 + operation: *ref_449 + operationGroup: *ref_402 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_GetOperationResult.json responseOutput: |- armagrifood.ArmAsyncOperation{ @@ -12493,31 +12480,31 @@ testModel: responses: '200': body: - schema: *ref_254 + schema: *ref_253 parentsValue: {} properties: status: schema: *ref_82 rawValue: Succeeded - language: *ref_451 - language: *ref_452 - operation: *ref_450 - operationGroup: *ref_403 + language: *ref_450 + language: *ref_451 + operation: *ref_449 + operationGroup: *ref_402 - operationId: Locations_CheckNameAvailability examples: - name: Locations_CheckNameAvailability_AlreadyExists checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -12525,19 +12512,19 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_260 + schema: *ref_259 parentsValue: {} properties: name: schema: *ref_83 rawValue: existingaccountname - language: *ref_453 + language: *ref_452 type: schema: *ref_84 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_454 - language: *ref_455 - parameter: *ref_261 + language: *ref_453 + language: *ref_454 + parameter: *ref_260 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -12550,8 +12537,8 @@ testModel: - paramName: options paramOutput: nil opName: CheckNameAvailability - operation: *ref_456 - operationGroup: *ref_457 + operation: *ref_455 + operationGroup: *ref_456 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Locations_CheckNameAvailability_AlreadyExists.json responseOutput: |- armagrifood.CheckNameAvailabilityResponse{ @@ -12567,35 +12554,35 @@ testModel: responses: '200': body: - schema: *ref_263 + schema: *ref_262 parentsValue: {} properties: message: schema: *ref_87 rawValue: An account named 'existingaccountname' is already in use. - language: *ref_458 + language: *ref_457 nameAvailable: schema: *ref_85 rawValue: false - language: *ref_459 + language: *ref_458 reason: schema: *ref_86 rawValue: AlreadyExists - language: *ref_460 - language: *ref_461 + language: *ref_459 + language: *ref_460 - name: Locations_CheckNameAvailability_Available checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -12603,19 +12590,19 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_260 + schema: *ref_259 parentsValue: {} properties: name: schema: *ref_83 rawValue: newaccountname - language: *ref_453 + language: *ref_452 type: schema: *ref_84 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_454 - language: *ref_455 - parameter: *ref_261 + language: *ref_453 + language: *ref_454 + parameter: *ref_260 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -12628,8 +12615,8 @@ testModel: - paramName: options paramOutput: nil opName: CheckNameAvailability - operation: *ref_456 - operationGroup: *ref_457 + operation: *ref_455 + operationGroup: *ref_456 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Locations_CheckNameAvailability_Available.json responseOutput: |- armagrifood.CheckNameAvailabilityResponse{ @@ -12643,37 +12630,37 @@ testModel: responses: '200': body: - schema: *ref_263 + schema: *ref_262 parentsValue: {} properties: nameAvailable: schema: *ref_85 rawValue: true - language: *ref_459 - language: *ref_461 - operation: *ref_456 - operationGroup: *ref_457 + language: *ref_458 + language: *ref_460 + operation: *ref_455 + operationGroup: *ref_456 - operationId: Operations_List examples: - name: Operations_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: [] isLRO: false isMultiRespOperation: false - isPageable: *ref_474 + isPageable: *ref_473 methodParameters: [] methodParametersOutput: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_462 - operationGroup: *ref_463 + operation: *ref_461 + operationGroup: *ref_462 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Operations_List.json pageableItemName: Value responseOutput: |- @@ -12767,291 +12754,291 @@ testModel: responses: '200': body: - schema: *ref_269 + schema: *ref_268 parentsValue: {} properties: nextLink: - schema: *ref_97 + schema: *ref_96 rawValue: https://management.azure.com/providers/Microsoft.AgFoodPlatform/operations?$skiptoken={token} - language: *ref_464 + language: *ref_463 value: - schema: *ref_117 + schema: *ref_116 elements: - - schema: *ref_98 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/read - language: *ref_465 + language: *ref_464 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Gets or Lists existing AgFoodPlatform FarmBeats resource(s). - language: *ref_466 + language: *ref_465 operation: schema: *ref_92 rawValue: Get or List AgFoodPlatform FarmBeats resource(s). - language: *ref_467 + language: *ref_466 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_468 + language: *ref_467 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_469 - language: *ref_470 + language: *ref_468 + language: *ref_469 isDataAction: schema: *ref_89 rawValue: false - language: *ref_471 - - schema: *ref_98 + language: *ref_470 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/write - language: *ref_465 + language: *ref_464 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Creates or Updates AgFoodPlatform FarmBeats. - language: *ref_466 + language: *ref_465 operation: schema: *ref_92 rawValue: Create or Update AgFoodPlatform FarmBeats. - language: *ref_467 + language: *ref_466 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_468 + language: *ref_467 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_469 - language: *ref_470 + language: *ref_468 + language: *ref_469 isDataAction: schema: *ref_89 rawValue: false - language: *ref_471 - - schema: *ref_98 + language: *ref_470 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/delete - language: *ref_465 + language: *ref_464 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Deletes an existing AgFoodPlatform FarmBeats resource. - language: *ref_466 + language: *ref_465 operation: schema: *ref_92 rawValue: Delete AgFoodPlatform FarmBeats resource. - language: *ref_467 + language: *ref_466 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_468 + language: *ref_467 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_469 - language: *ref_470 + language: *ref_468 + language: *ref_469 isDataAction: schema: *ref_89 rawValue: false - language: *ref_471 - - schema: *ref_98 + language: *ref_470 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/locations/checkNameAvailability/action - language: *ref_465 + language: *ref_464 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Checks that resource name is valid and is not in use. - language: *ref_466 + language: *ref_465 operation: schema: *ref_92 rawValue: Check Name Availability - language: *ref_467 + language: *ref_466 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_468 + language: *ref_467 resource: schema: *ref_91 rawValue: Locations - language: *ref_469 - language: *ref_470 + language: *ref_468 + language: *ref_469 isDataAction: schema: *ref_89 rawValue: false - language: *ref_471 - - schema: *ref_98 + language: *ref_470 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/operations/read - language: *ref_465 + language: *ref_464 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: List all operations in Microsoft AgFoodPlatform resource provider. - language: *ref_466 + language: *ref_465 operation: schema: *ref_92 rawValue: List all operations. - language: *ref_467 + language: *ref_466 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_468 + language: *ref_467 resource: schema: *ref_91 rawValue: List all operations in Microsoft AgFoodPlatform resource provider. - language: *ref_469 - language: *ref_470 + language: *ref_468 + language: *ref_469 isDataAction: schema: *ref_89 rawValue: false - language: *ref_471 - - schema: *ref_98 + language: *ref_470 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/read - language: *ref_465 + language: *ref_464 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Gets or Lists existing AgFoodPlatform Extensions resource(s). - language: *ref_466 + language: *ref_465 operation: schema: *ref_92 rawValue: Get or List AgFoodPlatform Extensions resource(s). - language: *ref_467 + language: *ref_466 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_468 + language: *ref_467 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_469 - language: *ref_470 + language: *ref_468 + language: *ref_469 isDataAction: schema: *ref_89 rawValue: false - language: *ref_471 - - schema: *ref_98 + language: *ref_470 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/write - language: *ref_465 + language: *ref_464 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Creates or Updates AgFoodPlatform Extensions. - language: *ref_466 + language: *ref_465 operation: schema: *ref_92 rawValue: Create or Update AgFoodPlatform Extensions. - language: *ref_467 + language: *ref_466 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_468 + language: *ref_467 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_469 - language: *ref_470 + language: *ref_468 + language: *ref_469 isDataAction: schema: *ref_89 rawValue: false - language: *ref_471 - - schema: *ref_98 + language: *ref_470 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/delete - language: *ref_465 + language: *ref_464 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Deletes an existing AgFoodPlatform Extensions resource. - language: *ref_466 + language: *ref_465 operation: schema: *ref_92 rawValue: Delete AgFoodPlatform Extensions resource. - language: *ref_467 + language: *ref_466 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_468 + language: *ref_467 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_469 - language: *ref_470 + language: *ref_468 + language: *ref_469 isDataAction: schema: *ref_89 rawValue: false - language: *ref_471 - language: *ref_472 - language: *ref_473 - operation: *ref_462 - operationGroup: *ref_463 + language: *ref_470 + language: *ref_471 + language: *ref_472 + operation: *ref_461 + operationGroup: *ref_462 - operationId: PrivateEndpointConnections_CreateOrUpdate examples: - name: PrivateEndpointConnections_CreateOrUpdate checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -13059,20 +13046,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_475 - parameter: *ref_277 + language: *ref_474 + parameter: *ref_276 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_476 - parameter: *ref_278 + language: *ref_475 + parameter: *ref_277 - exampleValue: - schema: *ref_233 + schema: *ref_232 rawValue: privateEndpointConnectionName - language: *ref_477 - parameter: *ref_279 + language: *ref_476 + parameter: *ref_278 - exampleValue: schema: *ref_26 parentsValue: {} @@ -13088,15 +13075,15 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_478 + language: *ref_477 status: schema: *ref_8 rawValue: Approved - language: *ref_479 - language: *ref_480 - language: *ref_481 - language: *ref_482 - parameter: *ref_275 + language: *ref_478 + language: *ref_479 + language: *ref_480 + language: *ref_481 + parameter: *ref_274 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -13119,8 +13106,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_483 - operationGroup: *ref_484 + operation: *ref_482 + operationGroup: *ref_483 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_CreateOrUpdate.json responseOutput: |- armagrifood.PrivateEndpointConnection{ @@ -13156,16 +13143,16 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: schema: *ref_75 @@ -13178,8 +13165,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_485 - language: *ref_486 + language: *ref_484 + language: *ref_485 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -13187,39 +13174,39 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_478 + language: *ref_477 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_487 + language: *ref_486 status: schema: *ref_8 rawValue: Approved - language: *ref_479 - language: *ref_480 + language: *ref_478 + language: *ref_479 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_488 - language: *ref_481 - language: *ref_489 - operation: *ref_483 - operationGroup: *ref_484 + language: *ref_487 + language: *ref_480 + language: *ref_488 + operation: *ref_482 + operationGroup: *ref_483 - operationId: PrivateEndpointConnections_Get examples: - name: PrivateEndpointConnections_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -13227,20 +13214,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_490 - parameter: *ref_285 + language: *ref_489 + parameter: *ref_284 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_491 - parameter: *ref_286 + language: *ref_490 + parameter: *ref_285 - exampleValue: - schema: *ref_233 + schema: *ref_232 rawValue: privateEndpointConnectionName - language: *ref_492 - parameter: *ref_287 + language: *ref_491 + parameter: *ref_286 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -13253,8 +13240,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_493 - operationGroup: *ref_484 + operation: *ref_492 + operationGroup: *ref_483 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_Get.json responseOutput: |- armagrifood.PrivateEndpointConnection{ @@ -13290,16 +13277,16 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: schema: *ref_75 @@ -13312,8 +13299,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_485 - language: *ref_486 + language: *ref_484 + language: *ref_485 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -13321,39 +13308,39 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_478 + language: *ref_477 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_487 + language: *ref_486 status: schema: *ref_8 rawValue: Approved - language: *ref_479 - language: *ref_480 + language: *ref_478 + language: *ref_479 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_488 - language: *ref_481 - language: *ref_494 - operation: *ref_493 - operationGroup: *ref_484 + language: *ref_487 + language: *ref_480 + language: *ref_493 + operation: *ref_492 + operationGroup: *ref_483 - operationId: PrivateEndpointConnections_Delete examples: - name: PrivateEndpointConnections_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -13361,20 +13348,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_495 - parameter: *ref_293 + language: *ref_494 + parameter: *ref_292 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_496 - parameter: *ref_294 + language: *ref_495 + parameter: *ref_293 - exampleValue: - schema: *ref_233 + schema: *ref_232 rawValue: privateEndpointConnectionName - language: *ref_497 - parameter: *ref_295 + language: *ref_496 + parameter: *ref_294 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -13387,8 +13374,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_498 - operationGroup: *ref_484 + operation: *ref_497 + operationGroup: *ref_483 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_Delete.json pollerType: PrivateEndpointConnectionsClientDeleteResponse returnInfo: @@ -13398,40 +13385,40 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_498 - operationGroup: *ref_484 + operation: *ref_497 + operationGroup: *ref_483 - operationId: PrivateEndpointConnections_ListByResource examples: - name: PrivateEndpointConnections_ListByResource checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' isLRO: false isMultiRespOperation: false - isPageable: *ref_504 + isPageable: *ref_503 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_499 - parameter: *ref_301 + language: *ref_498 + parameter: *ref_300 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_500 - parameter: *ref_302 + language: *ref_499 + parameter: *ref_301 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"examples-rg"' @@ -13440,8 +13427,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListByResourcePager - operation: *ref_501 - operationGroup: *ref_484 + operation: *ref_500 + operationGroup: *ref_483 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_ListByResource.json pageableItemName: Value responseOutput: >- @@ -13522,11 +13509,11 @@ testModel: responses: '200': body: - schema: *ref_303 + schema: *ref_302 parentsValue: {} properties: value: - schema: *ref_118 + schema: *ref_117 elements: - schema: *ref_26 parentsValue: @@ -13537,17 +13524,17 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: >- /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: schema: *ref_75 @@ -13560,8 +13547,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_485 - language: *ref_486 + language: *ref_484 + language: *ref_485 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -13569,21 +13556,21 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_478 + language: *ref_477 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_487 + language: *ref_486 status: schema: *ref_8 rawValue: Approved - language: *ref_479 - language: *ref_480 + language: *ref_478 + language: *ref_479 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_488 - language: *ref_481 + language: *ref_487 + language: *ref_480 - schema: *ref_26 parentsValue: Resource: @@ -13593,17 +13580,17 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName2 - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: >- /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName2 - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: schema: *ref_75 @@ -13616,8 +13603,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName2 - language: *ref_485 - language: *ref_486 + language: *ref_484 + language: *ref_485 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -13625,57 +13612,57 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_478 + language: *ref_477 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_487 + language: *ref_486 status: schema: *ref_8 rawValue: Approved - language: *ref_479 - language: *ref_480 + language: *ref_478 + language: *ref_479 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_488 - language: *ref_481 - language: *ref_502 - language: *ref_503 - operation: *ref_501 - operationGroup: *ref_484 + language: *ref_487 + language: *ref_480 + language: *ref_501 + language: *ref_502 + operation: *ref_500 + operationGroup: *ref_483 - operationId: PrivateLinkResources_ListByResource examples: - name: PrivateLinkResources_ListByResource checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' isLRO: false isMultiRespOperation: false - isPageable: *ref_515 + isPageable: *ref_514 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_505 - parameter: *ref_309 + language: *ref_504 + parameter: *ref_308 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_506 - parameter: *ref_310 + language: *ref_505 + parameter: *ref_309 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"examples-rg"' @@ -13684,8 +13671,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListByResourcePager - operation: *ref_507 - operationGroup: *ref_508 + operation: *ref_506 + operationGroup: *ref_507 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateLinkResources_ListByResource.json pageableItemName: Value responseOutput: |- @@ -13711,11 +13698,11 @@ testModel: responses: '200': body: - schema: *ref_311 + schema: *ref_310 parentsValue: {} properties: value: - schema: *ref_121 + schema: *ref_120 elements: - schema: *ref_33 parentsValue: @@ -13726,57 +13713,57 @@ testModel: name: schema: *ref_35 rawValue: farmbeats - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateLinkResources - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateLinkResources/farmbeats - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: - schema: *ref_100 + schema: *ref_99 parentsValue: {} properties: groupId: schema: *ref_30 rawValue: farmbeats - language: *ref_509 + language: *ref_508 requiredMembers: - schema: *ref_119 + schema: *ref_118 elements: - schema: *ref_31 rawValue: farmbeats - language: *ref_510 + language: *ref_509 requiredZoneNames: - schema: *ref_120 + schema: *ref_119 elements: - schema: *ref_32 rawValue: privatelink.farmbeats.azure.net - language: *ref_511 - language: *ref_512 - language: *ref_513 - language: *ref_514 - operation: *ref_507 - operationGroup: *ref_508 + language: *ref_510 + language: *ref_511 + language: *ref_512 + language: *ref_513 + operation: *ref_506 + operationGroup: *ref_507 - operationId: PrivateLinkResources_Get examples: - name: PrivateLinkResources_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_326 - parameter: *ref_125 + language: *ref_325 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_327 - parameter: *ref_127 + language: *ref_326 + parameter: *ref_126 clientParametersOutput: - paramName: subscriptionID paramOutput: '"11111111-2222-3333-4444-555555555555"' @@ -13784,20 +13771,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_516 - parameter: *ref_318 + language: *ref_515 + parameter: *ref_317 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_517 - parameter: *ref_319 + language: *ref_516 + parameter: *ref_318 - exampleValue: - schema: *ref_317 + schema: *ref_316 rawValue: farmbeats - language: *ref_518 - parameter: *ref_320 + language: *ref_517 + parameter: *ref_319 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -13810,8 +13797,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_519 - operationGroup: *ref_508 + operation: *ref_518 + operationGroup: *ref_507 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateLinkResources_Get.json responseOutput: |- armagrifood.PrivateLinkResource{ @@ -13843,41 +13830,41 @@ testModel: name: schema: *ref_35 rawValue: farmbeats - language: *ref_333 + language: *ref_332 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateLinkResources - language: *ref_334 + language: *ref_333 id: schema: *ref_34 rawValue: subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateLinkResources/farmbeats - language: *ref_335 - language: *ref_343 + language: *ref_334 + language: *ref_342 properties: properties: - schema: *ref_100 + schema: *ref_99 parentsValue: {} properties: groupId: schema: *ref_30 rawValue: farmbeats - language: *ref_509 + language: *ref_508 requiredMembers: - schema: *ref_119 + schema: *ref_118 elements: - schema: *ref_31 rawValue: farmbeats - language: *ref_510 + language: *ref_509 requiredZoneNames: - schema: *ref_120 + schema: *ref_119 elements: - schema: *ref_32 rawValue: privatelink.farmbeats.azure.net - language: *ref_511 - language: *ref_512 - language: *ref_520 - operation: *ref_519 - operationGroup: *ref_508 + language: *ref_510 + language: *ref_511 + language: *ref_519 + operation: *ref_518 + operationGroup: *ref_507 scenarioTests: [] language: default: @@ -13894,19 +13881,20 @@ language: openApiType: arm packageName: armagrifood parameterGroups: + - *ref_520 - *ref_521 - *ref_522 - *ref_523 + - *ref_162 + - *ref_178 - *ref_524 - - *ref_163 - - *ref_179 - *ref_525 - *ref_526 - *ref_527 - *ref_528 + - *ref_233 + - *ref_242 - *ref_529 - - *ref_234 - - *ref_243 - *ref_530 - *ref_531 - *ref_532 @@ -13915,9 +13903,9 @@ language: - *ref_535 - *ref_536 - *ref_537 - - *ref_538 rawJSONAsBytes: false responseEnvelopes: + - *ref_538 - *ref_539 - *ref_540 - *ref_541 @@ -13939,6 +13927,5 @@ language: - *ref_557 - *ref_558 - *ref_559 - - *ref_560 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/test-modeler-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/test-modeler-pre.yaml index cca1e9254..bccee44cb 100644 --- a/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/test-modeler-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/test-modeler-pre.yaml @@ -9,9 +9,6 @@ schemas: default: name: Boolean description: Indicates if the resource name is available. - go: - name: bool - description: Indicates if the resource name is available. protocol: {} - &ref_89 type: boolean @@ -19,12 +16,9 @@ schemas: default: name: Boolean description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. - go: - name: bool - description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. protocol: {} numbers: - - &ref_164 + - &ref_142 type: integer apiVersions: - version: 2021-09-01-preview @@ -36,9 +30,6 @@ schemas: default: name: Integer description: '' - go: - name: int32 - description: '' protocol: {} strings: - &ref_0 @@ -47,11 +38,8 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - - &ref_122 + - &ref_121 type: string apiVersions: - version: '3.0' @@ -60,11 +48,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_126 + - &ref_125 type: string apiVersions: - version: '3.0' @@ -74,9 +59,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_2 type: string @@ -87,10 +69,6 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - &ref_57 type: string @@ -101,9 +79,6 @@ schemas: default: name: ExtensionPropertiesExtensionId description: Extension Id. - go: - name: string - description: Extension Id. protocol: {} - &ref_58 type: string @@ -113,9 +88,6 @@ schemas: default: name: ExtensionPropertiesExtensionCategory description: Extension category. e.g. weather/sensor/satellite. - go: - name: string - description: Extension category. e.g. weather/sensor/satellite. protocol: {} - &ref_59 type: string @@ -126,9 +98,6 @@ schemas: default: name: ExtensionPropertiesInstalledExtensionVersion description: Installed extension version. - go: - name: string - description: Installed extension version. protocol: {} - &ref_60 type: string @@ -138,9 +107,6 @@ schemas: default: name: ExtensionPropertiesExtensionAuthLink description: Extension auth link. - go: - name: string - description: Extension auth link. protocol: {} - &ref_61 type: string @@ -150,9 +116,6 @@ schemas: default: name: ExtensionPropertiesExtensionApiDocsLink description: Extension api docs link. - go: - name: string - description: Extension api docs link. protocol: {} - &ref_62 type: string @@ -162,9 +125,6 @@ schemas: default: name: ExtensionETag description: The ETag value to implement optimistic concurrency. - go: - name: string - description: The ETag value to implement optimistic concurrency. protocol: {} - &ref_34 type: string @@ -174,9 +134,6 @@ schemas: default: name: ResourceId description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - go: - name: string - description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - &ref_35 type: string @@ -186,9 +143,6 @@ schemas: default: name: ResourceName description: The name of the resource - go: - name: string - description: The name of the resource protocol: {} - &ref_36 type: string @@ -198,9 +152,6 @@ schemas: default: name: ResourceType description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" - go: - name: string - description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - &ref_37 type: string @@ -210,9 +161,6 @@ schemas: default: name: SystemDataCreatedBy description: The identity that created the resource. - go: - name: string - description: The identity that created the resource. protocol: {} - &ref_40 type: string @@ -222,9 +170,6 @@ schemas: default: name: SystemDataLastModifiedBy description: The identity that last modified the resource. - go: - name: string - description: The identity that last modified the resource. protocol: {} - &ref_19 type: string @@ -234,9 +179,6 @@ schemas: default: name: ErrorDetailCode description: The error code. - go: - name: string - description: The error code. protocol: {} - &ref_20 type: string @@ -246,9 +188,6 @@ schemas: default: name: ErrorDetailMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - &ref_21 type: string @@ -258,9 +197,6 @@ schemas: default: name: ErrorDetailTarget description: The error target. - go: - name: string - description: The error target. protocol: {} - &ref_23 type: string @@ -270,11 +206,8 @@ schemas: default: name: ErrorAdditionalInfoType description: The additional info type. - go: - name: string - description: The additional info type. protocol: {} - - &ref_103 + - &ref_102 type: string apiVersions: - version: 2021-09-01-preview @@ -282,11 +215,8 @@ schemas: default: name: Get4ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_104 + - &ref_103 type: string apiVersions: - version: 2021-09-01-preview @@ -294,9 +224,6 @@ schemas: default: name: Get5ItemsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_67 type: string @@ -306,11 +233,8 @@ schemas: default: name: ExtensionListResponseNextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_106 + - &ref_105 type: string apiVersions: - version: 2021-09-01-preview @@ -318,11 +242,8 @@ schemas: default: name: Get0ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_107 + - &ref_106 type: string apiVersions: - version: 2021-09-01-preview @@ -330,11 +251,8 @@ schemas: default: name: Get1ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_108 + - &ref_107 type: string apiVersions: - version: 2021-09-01-preview @@ -342,11 +260,8 @@ schemas: default: name: Get2ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_109 + - &ref_108 type: string apiVersions: - version: 2021-09-01-preview @@ -354,9 +269,6 @@ schemas: default: name: Get3ItemsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_42 type: string @@ -366,9 +278,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesTargetResourceType description: Target ResourceType of the farmBeatsExtension. - go: - name: string - description: Target ResourceType of the farmBeatsExtension. protocol: {} - &ref_43 type: string @@ -381,9 +290,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesFarmBeatsExtensionId description: FarmBeatsExtension ID. - go: - name: string - description: FarmBeatsExtension ID. protocol: {} - &ref_44 type: string @@ -395,9 +301,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesFarmBeatsExtensionName description: FarmBeatsExtension name. - go: - name: string - description: FarmBeatsExtension name. protocol: {} - &ref_45 type: string @@ -410,9 +313,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesFarmBeatsExtensionVersion description: FarmBeatsExtension version. - go: - name: string - description: FarmBeatsExtension version. protocol: {} - &ref_46 type: string @@ -424,9 +324,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesPublisherId description: Publisher ID. - go: - name: string - description: Publisher ID. protocol: {} - &ref_47 type: string @@ -438,9 +335,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesDescription description: Textual description. - go: - name: string - description: Textual description. protocol: {} - &ref_48 type: string @@ -452,9 +346,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesExtensionCategory description: Category of the extension. e.g. weather/sensor/satellite. - go: - name: string - description: Category of the extension. e.g. weather/sensor/satellite. protocol: {} - &ref_49 type: string @@ -464,9 +355,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesExtensionAuthLink description: FarmBeatsExtension auth link. - go: - name: string - description: FarmBeatsExtension auth link. protocol: {} - &ref_50 type: string @@ -476,9 +364,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesExtensionApiDocsLink description: FarmBeatsExtension api docs link. - go: - name: string - description: FarmBeatsExtension api docs link. protocol: {} - &ref_51 type: string @@ -488,9 +373,6 @@ schemas: default: name: DetailedInformationApiName description: ApiName available for the farmBeatsExtension. - go: - name: string - description: ApiName available for the farmBeatsExtension. protocol: {} - &ref_52 type: string @@ -500,9 +382,6 @@ schemas: default: name: DetailedInformationCustomParametersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_53 type: string @@ -512,9 +391,6 @@ schemas: default: name: DetailedInformationPlatformParametersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_54 type: string @@ -526,9 +402,6 @@ schemas: default: name: UnitSystemsInfoKey description: UnitSystem key sent as part of ProviderInput. - go: - name: string - description: UnitSystem key sent as part of ProviderInput. protocol: {} - &ref_55 type: string @@ -538,9 +411,6 @@ schemas: default: name: UnitSystemsInfoValuesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_56 type: string @@ -550,9 +420,6 @@ schemas: default: name: DetailedInformationApiInputParametersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_68 type: string @@ -562,11 +429,8 @@ schemas: default: name: FarmBeatsExtensionListResponseNextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_191 + - &ref_160 type: string apiVersions: - version: 2021-09-01-preview @@ -575,9 +439,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_13 type: string @@ -587,9 +448,6 @@ schemas: default: name: IdentityPrincipalId description: The principal ID of resource identity. - go: - name: string - description: The principal ID of resource identity. protocol: {} - &ref_14 type: string @@ -599,9 +457,6 @@ schemas: default: name: IdentityTenantId description: The tenant ID of resource. - go: - name: string - description: The tenant ID of resource. protocol: {} - &ref_16 type: string @@ -611,9 +466,6 @@ schemas: default: name: FarmBeatsPropertiesInstanceUri description: Uri of the FarmBeats instance. - go: - name: string - description: Uri of the FarmBeats instance. protocol: {} - &ref_18 type: string @@ -623,9 +475,6 @@ schemas: default: name: SensorIntegrationEnabled description: Sensor integration enable state. Allowed values are True, None - go: - name: string - description: Sensor integration enable state. Allowed values are True, None protocol: {} - &ref_7 type: string @@ -635,9 +484,6 @@ schemas: default: name: PrivateEndpointId description: The ARM identifier for Private Endpoint - go: - name: string - description: The ARM identifier for Private Endpoint protocol: {} - &ref_9 type: string @@ -647,9 +493,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateDescription description: The reason for approval/rejection of the connection. - go: - name: string - description: The reason for approval/rejection of the connection. protocol: {} - &ref_10 type: string @@ -659,9 +502,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateActionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: string - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - &ref_1 type: string @@ -671,9 +511,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_29 type: string @@ -687,9 +524,6 @@ schemas: default: name: TrackedResourceLocation description: The geo-location where the resource lives - go: - name: string - description: The geo-location where the resource lives protocol: {} - &ref_78 type: string @@ -699,11 +533,8 @@ schemas: default: name: FarmBeatsUpdateRequestModelLocation description: Geo-location where the resource lives. - go: - name: string - description: Geo-location where the resource lives. protocol: {} - - &ref_233 + - &ref_175 type: string apiVersions: - version: 2021-09-01-preview @@ -712,10 +543,6 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - &ref_81 type: string @@ -725,11 +552,8 @@ schemas: default: name: FarmBeatsListResponseNextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_250 + - &ref_182 type: string apiVersions: - version: 2021-09-01-preview @@ -738,9 +562,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_82 type: string @@ -750,9 +571,6 @@ schemas: default: name: ArmAsyncOperationStatus description: Status of the async operation. - go: - name: string - description: Status of the async operation. protocol: {} - &ref_83 type: string @@ -762,9 +580,6 @@ schemas: default: name: CheckNameAvailabilityRequestName description: The name of the resource for which availability needs to be checked. - go: - name: string - description: The name of the resource for which availability needs to be checked. protocol: {} - &ref_84 type: string @@ -774,9 +589,6 @@ schemas: default: name: CheckNameAvailabilityRequestType description: The resource type. - go: - name: string - description: The resource type. protocol: {} - &ref_87 type: string @@ -786,9 +598,6 @@ schemas: default: name: CheckNameAvailabilityResponseMessage description: Detailed reason why the given name is available. - go: - name: string - description: Detailed reason why the given name is available. protocol: {} - &ref_88 type: string @@ -798,9 +607,6 @@ schemas: default: name: OperationName description: 'The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' - go: - name: string - description: 'The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' protocol: {} - &ref_90 type: string @@ -810,9 +616,6 @@ schemas: default: name: OperationDisplayProvider description: The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". - go: - name: string - description: The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". protocol: {} - &ref_91 type: string @@ -822,9 +625,6 @@ schemas: default: name: OperationDisplayResource description: The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". - go: - name: string - description: The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". protocol: {} - &ref_92 type: string @@ -834,9 +634,6 @@ schemas: default: name: OperationDisplayOperation description: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". - go: - name: string - description: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". protocol: {} - &ref_93 type: string @@ -846,11 +643,8 @@ schemas: default: name: OperationDisplayDescription description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. - go: - name: string - description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. protocol: {} - - &ref_97 + - &ref_96 type: string apiVersions: - version: '3.0' @@ -858,9 +652,6 @@ schemas: default: name: OperationListResultNextLink description: URL to get the next set of operation list results (if there are any). - go: - name: string - description: URL to get the next set of operation list results (if there are any). protocol: {} - &ref_30 type: string @@ -870,9 +661,6 @@ schemas: default: name: PrivateLinkResourcePropertiesGroupId description: The private link resource group id. - go: - name: string - description: The private link resource group id. protocol: {} - &ref_31 type: string @@ -882,9 +670,6 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_32 type: string @@ -894,11 +679,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_317 + - &ref_209 type: string apiVersions: - version: 2021-09-01-preview @@ -906,9 +688,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} choices: - &ref_38 @@ -918,33 +697,21 @@ schemas: default: name: User description: '' - go: - name: CreatedByTypeUser - description: '' - value: Application language: default: name: Application description: '' - go: - name: CreatedByTypeApplication - description: '' - value: ManagedIdentity language: default: name: ManagedIdentity description: '' - go: - name: CreatedByTypeManagedIdentity - description: '' - value: Key language: default: name: Key description: '' - go: - name: CreatedByTypeKey - description: '' type: choice apiVersions: - version: '3.0' @@ -953,10 +720,6 @@ schemas: default: name: CreatedByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. - possibleValuesFunc: PossibleCreatedByTypeValues protocol: {} - &ref_17 choices: @@ -965,41 +728,26 @@ schemas: default: name: Creating description: '' - go: - name: ProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ProvisioningStateUpdating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ProvisioningStateDeleting - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStateFailed - description: '' type: choice apiVersions: - version: 2021-09-01-preview @@ -1008,10 +756,6 @@ schemas: default: name: ProvisioningState description: Sensor integration instance provisioning state. - go: - name: ProvisioningState - description: Sensor integration instance provisioning state. - possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - &ref_25 choices: @@ -1020,17 +764,11 @@ schemas: default: name: Enabled description: '' - go: - name: PublicNetworkAccessEnabled - description: '' - value: Hybrid language: default: name: Hybrid description: '' - go: - name: PublicNetworkAccessHybrid - description: '' type: choice apiVersions: - version: 2021-09-01-preview @@ -1039,10 +777,6 @@ schemas: default: name: PublicNetworkAccess description: Property to allow or block public traffic for an Azure FarmBeats resource. - go: - name: PublicNetworkAccess - description: Property to allow or block public traffic for an Azure FarmBeats resource. - possibleValuesFunc: PossiblePublicNetworkAccessValues protocol: {} - &ref_8 choices: @@ -1051,25 +785,16 @@ schemas: default: name: Pending description: '' - go: - name: PrivateEndpointServiceConnectionStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: PrivateEndpointServiceConnectionStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: PrivateEndpointServiceConnectionStatusRejected - description: '' type: choice apiVersions: - version: '3.0' @@ -1078,10 +803,6 @@ schemas: default: name: PrivateEndpointServiceConnectionStatus description: The private endpoint connection status. - go: - name: PrivateEndpointServiceConnectionStatus - description: The private endpoint connection status. - possibleValuesFunc: PossiblePrivateEndpointServiceConnectionStatusValues protocol: {} - &ref_11 choices: @@ -1090,33 +811,21 @@ schemas: default: name: Succeeded description: '' - go: - name: PrivateEndpointConnectionProvisioningStateSucceeded - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: PrivateEndpointConnectionProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: PrivateEndpointConnectionProvisioningStateDeleting - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PrivateEndpointConnectionProvisioningStateFailed - description: '' type: choice apiVersions: - version: '3.0' @@ -1125,10 +834,6 @@ schemas: default: name: PrivateEndpointConnectionProvisioningState description: The current provisioning state. - go: - name: PrivateEndpointConnectionProvisioningState - description: The current provisioning state. - possibleValuesFunc: PossiblePrivateEndpointConnectionProvisioningStateValues protocol: {} - &ref_86 choices: @@ -1137,17 +842,11 @@ schemas: default: name: Invalid description: '' - go: - name: CheckNameAvailabilityReasonInvalid - description: '' - value: AlreadyExists language: default: name: AlreadyExists description: '' - go: - name: CheckNameAvailabilityReasonAlreadyExists - description: '' type: choice apiVersions: - version: '3.0' @@ -1156,37 +855,24 @@ schemas: default: name: CheckNameAvailabilityReason description: The reason why the given name is not available. - go: - name: CheckNameAvailabilityReason - description: The reason why the given name is not available. - possibleValuesFunc: PossibleCheckNameAvailabilityReasonValues protocol: {} - - &ref_95 + - &ref_94 choices: - value: user language: default: name: User description: '' - go: - name: OriginUser - description: '' - value: system language: default: name: System description: '' - go: - name: OriginSystem - description: '' - value: user,system language: default: name: UserSystem description: '' - go: - name: OriginUserSystem - description: '' type: choice apiVersions: - version: '3.0' @@ -1195,21 +881,14 @@ schemas: default: name: Origin description: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" - go: - name: Origin - description: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" - possibleValuesFunc: PossibleOriginValues protocol: {} - - &ref_96 + - &ref_95 choices: - value: Internal language: default: name: Internal description: '' - go: - name: ActionTypeInternal - description: '' type: choice apiVersions: - version: '3.0' @@ -1218,13 +897,9 @@ schemas: default: name: ActionType description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - go: - name: ActionType - description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - possibleValuesFunc: PossibleActionTypeValues protocol: {} constants: - - &ref_123 + - &ref_122 type: constant value: value: 2021-09-01-preview @@ -1233,11 +908,8 @@ schemas: default: name: ApiVersion20210901Preview description: Api Version (2021-09-01-preview) - go: - name: string - description: Api Version (2021-09-01-preview) protocol: {} - - &ref_128 + - &ref_127 type: constant value: value: application/json @@ -1246,9 +918,6 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} - &ref_15 type: constant @@ -1261,9 +930,6 @@ schemas: default: name: ResourceIdentityType description: The identity type. - go: - name: string - description: The identity type. protocol: {} dictionaries: - &ref_28 @@ -1273,11 +939,6 @@ schemas: default: name: TrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_79 type: dictionary @@ -1286,11 +947,6 @@ schemas: default: name: FarmBeatsUpdateRequestModelTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} any: - &ref_24 @@ -1299,9 +955,6 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} dateTimes: - &ref_39 @@ -1313,10 +966,6 @@ schemas: default: name: SystemDataCreatedAt description: The timestamp of resource creation (UTC). - go: - name: time.Time - description: The timestamp of resource creation (UTC). - internalTimeType: timeRFC3339 protocol: {} - &ref_41 type: date-time @@ -1327,10 +976,6 @@ schemas: default: name: SystemDataLastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: time.Time - description: The timestamp of resource last modification (UTC) - internalTimeType: timeRFC3339 protocol: {} objects: - &ref_3 @@ -1389,9 +1034,6 @@ schemas: default: name: id description: The ARM identifier for Private Endpoint - go: - name: ID - description: READ-ONLY; The ARM identifier for Private Endpoint protocol: {} serializationFormats: - json @@ -1403,11 +1045,6 @@ schemas: name: PrivateEndpoint description: The Private Endpoint resource. namespace: '' - go: - name: PrivateEndpoint - description: PrivateEndpoint - The Private Endpoint resource. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: privateEndpoint @@ -1415,9 +1052,6 @@ schemas: default: name: privateEndpoint description: The resource of private end point. - go: - name: PrivateEndpoint - description: The resource of private end point. protocol: {} - schema: &ref_77 type: object @@ -1430,9 +1064,6 @@ schemas: default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - schema: *ref_9 serializedName: description @@ -1440,9 +1071,6 @@ schemas: default: name: description description: The reason for approval/rejection of the connection. - go: - name: Description - description: The reason for approval/rejection of the connection. protocol: {} - schema: *ref_10 serializedName: actionsRequired @@ -1450,9 +1078,6 @@ schemas: default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: ActionsRequired - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} serializationFormats: - json @@ -1464,11 +1089,6 @@ schemas: name: PrivateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. namespace: '' - go: - name: PrivateLinkServiceConnectionState - description: PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: privateLinkServiceConnectionState @@ -1476,9 +1096,6 @@ schemas: default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. - go: - name: PrivateLinkServiceConnectionState - description: REQUIRED; A collection of information about the state of the connection between service consumer and provider. protocol: {} - schema: *ref_11 readOnly: true @@ -1488,9 +1105,6 @@ schemas: default: name: provisioningState description: The provisioning state of the private endpoint connection resource. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state of the private endpoint connection resource. protocol: {} serializationFormats: - json @@ -1502,11 +1116,6 @@ schemas: name: PrivateEndpointConnectionProperties description: Properties of the PrivateEndpointConnectProperties. namespace: '' - go: - name: PrivateEndpointConnectionProperties - description: PrivateEndpointConnectionProperties - Properties of the PrivateEndpointConnectProperties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -1515,9 +1124,6 @@ schemas: default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} serializationFormats: - json @@ -1529,11 +1135,6 @@ schemas: name: PrivateEndpointConnection description: The Private Endpoint Connection resource. namespace: '' - go: - name: PrivateEndpointConnection - description: PrivateEndpointConnection - The Private Endpoint Connection resource. - marshallingFormat: json - namespace: '' protocol: {} - &ref_12 type: object @@ -1564,9 +1165,6 @@ schemas: default: name: principalId description: The principal ID of resource identity. - go: - name: PrincipalID - description: READ-ONLY; The principal ID of resource identity. protocol: {} - schema: *ref_14 readOnly: true @@ -1575,9 +1173,6 @@ schemas: default: name: tenantId description: The tenant ID of resource. - go: - name: TenantID - description: READ-ONLY; The tenant ID of resource. protocol: {} - schema: *ref_15 serializedName: type @@ -1585,9 +1180,6 @@ schemas: default: name: type description: The identity type. - go: - name: Type - description: The identity type. protocol: {} serializationFormats: - json @@ -1599,20 +1191,12 @@ schemas: name: Identity description: Identity for the resource. namespace: '' - go: - name: Identity - description: Identity for the resource. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: Identity for the resource. - go: - name: Identity - description: Identity for the resource. protocol: {} - schema: &ref_73 type: object @@ -1626,9 +1210,6 @@ schemas: default: name: instanceUri description: Uri of the FarmBeats instance. - go: - name: InstanceURI - description: READ-ONLY; Uri of the FarmBeats instance. protocol: {} - schema: *ref_17 readOnly: true @@ -1637,9 +1218,6 @@ schemas: default: name: provisioningState description: FarmBeats instance provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; FarmBeats instance provisioning state. protocol: {} - schema: &ref_74 type: object @@ -1652,9 +1230,6 @@ schemas: default: name: enabled description: Sensor integration enable state. Allowed values are True, None - go: - name: Enabled - description: Sensor integration enable state. Allowed values are True, None protocol: {} - schema: *ref_17 readOnly: true @@ -1663,9 +1238,6 @@ schemas: default: name: provisioningState description: Sensor integration instance provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; Sensor integration instance provisioning state. protocol: {} - schema: &ref_65 type: object @@ -1684,9 +1256,6 @@ schemas: default: name: code description: The error code. - go: - name: Code - description: READ-ONLY; The error code. protocol: {} - schema: *ref_20 readOnly: true @@ -1695,9 +1264,6 @@ schemas: default: name: message description: The error message. - go: - name: Message - description: READ-ONLY; The error message. protocol: {} - schema: *ref_21 readOnly: true @@ -1706,11 +1272,8 @@ schemas: default: name: target description: The error target. - go: - name: Target - description: READ-ONLY; The error target. protocol: {} - - schema: &ref_101 + - schema: &ref_100 type: array apiVersions: - version: '3.0' @@ -1723,11 +1286,6 @@ schemas: default: name: ErrorDetailDetails description: The error details. - go: - name: '[]*ErrorDetail' - description: The error details. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: details @@ -1739,12 +1297,8 @@ schemas: default: name: details description: The error details. - go: - name: Details - description: READ-ONLY; The error details. - byValue: true protocol: {} - - schema: &ref_102 + - schema: &ref_101 type: array apiVersions: - version: '3.0' @@ -1760,24 +1314,14 @@ schemas: default: name: type description: The additional info type. - go: - name: Type - description: READ-ONLY; The additional info type. protocol: {} - schema: *ref_24 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info description: The additional info. - go: - name: Info - description: READ-ONLY; The additional info. - byValue: true protocol: {} serializationFormats: - json @@ -1790,11 +1334,6 @@ schemas: name: ErrorAdditionalInfo description: The resource management error additional info. namespace: '' - go: - name: ErrorAdditionalInfo - description: ErrorAdditionalInfo - The resource management error additional info. - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: [] @@ -1802,11 +1341,6 @@ schemas: default: name: ErrorDetailAdditionalInfo description: The error additional info. - go: - name: '[]*ErrorAdditionalInfo' - description: The error additional info. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: additionalInfo @@ -1816,10 +1350,6 @@ schemas: default: name: additionalInfo description: The error additional info. - go: - name: AdditionalInfo - description: READ-ONLY; The error additional info. - byValue: true protocol: {} serializationFormats: - json @@ -1832,21 +1362,12 @@ schemas: name: ErrorDetail description: The error detail. namespace: '' - go: - name: ErrorDetail - description: ErrorDetail - The error detail. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: error language: default: name: error description: The error object. - go: - name: Error - description: The error object. protocol: {} serializationFormats: - json @@ -1861,21 +1382,12 @@ schemas: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). namespace: '' summary: Error response - go: - name: ErrorResponse - description: ErrorResponse - Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). - marshallingFormat: json - namespace: '' - summary: Error response protocol: {} serializedName: provisioningInfo language: default: name: provisioningInfo description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). - go: - name: ProvisioningInfo - description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). protocol: {} serializationFormats: - json @@ -1887,20 +1399,12 @@ schemas: name: SensorIntegration description: Sensor integration request model. namespace: '' - go: - name: SensorIntegration - description: SensorIntegration - Sensor integration request model. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sensorIntegration language: default: name: sensorIntegration description: Sensor integration request model. - go: - name: SensorIntegration - description: Sensor integration request model. protocol: {} - schema: *ref_25 serializedName: publicNetworkAccess @@ -1908,9 +1412,6 @@ schemas: default: name: publicNetworkAccess description: Property to allow or block public traffic for an Azure FarmBeats resource. - go: - name: PublicNetworkAccess - description: Property to allow or block public traffic for an Azure FarmBeats resource. protocol: {} - schema: *ref_26 readOnly: true @@ -1919,9 +1420,6 @@ schemas: default: name: privateEndpointConnections description: The Private Endpoint Connection resource. - go: - name: PrivateEndpointConnections - description: READ-ONLY; The Private Endpoint Connection resource. protocol: {} serializationFormats: - json @@ -1933,11 +1431,6 @@ schemas: name: FarmBeatsProperties description: FarmBeats ARM Resource properties. namespace: '' - go: - name: FarmBeatsProperties - description: FarmBeatsProperties - FarmBeats ARM Resource properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -1946,9 +1439,6 @@ schemas: default: name: properties description: FarmBeats ARM Resource properties. - go: - name: Properties - description: FarmBeats ARM Resource properties. protocol: {} serializationFormats: - json @@ -1962,11 +1452,6 @@ schemas: name: FarmBeats description: FarmBeats ARM Resource. namespace: '' - go: - name: FarmBeats - description: FarmBeats ARM Resource. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_27 @@ -1980,8 +1465,6 @@ schemas: required: false serializedName: tags extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - create @@ -1990,10 +1473,6 @@ schemas: default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} - schema: *ref_29 required: true @@ -2006,9 +1485,6 @@ schemas: default: name: location description: The geo-location where the resource lives - go: - name: Location - description: REQUIRED; The geo-location where the resource lives protocol: {} serializationFormats: - json @@ -2022,13 +1498,6 @@ schemas: description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' namespace: '' summary: Tracked Resource - go: - name: TrackedResource - description: TrackedResource - The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' - hasArrayMap: true - marshallingFormat: json - namespace: '' - summary: Tracked Resource protocol: {} - *ref_27 - &ref_33 @@ -2041,7 +1510,7 @@ schemas: immediate: - *ref_6 properties: - - schema: &ref_100 + - schema: &ref_99 type: object apiVersions: - version: '3.0' @@ -2053,11 +1522,8 @@ schemas: default: name: groupId description: The private link resource group id. - go: - name: GroupID - description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_119 + - schema: &ref_118 type: array apiVersions: - version: '3.0' @@ -2066,11 +1532,6 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembers description: The private link resource required member names. - go: - name: '[]*string' - description: The private link resource required member names. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: requiredMembers @@ -2078,12 +1539,8 @@ schemas: default: name: requiredMembers description: The private link resource required member names. - go: - name: RequiredMembers - description: READ-ONLY; The private link resource required member names. - byValue: true protocol: {} - - schema: &ref_120 + - schema: &ref_119 type: array apiVersions: - version: '3.0' @@ -2092,21 +1549,12 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNames description: The private link resource Private link DNS zone name. - go: - name: '[]*string' - description: The private link resource Private link DNS zone name. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredZoneNames language: default: name: requiredZoneNames description: The private link resource Private link DNS zone name. - go: - name: RequiredZoneNames - description: The private link resource Private link DNS zone name. - byValue: true protocol: {} serializationFormats: - json @@ -2118,12 +1566,6 @@ schemas: name: PrivateLinkResourceProperties description: Properties of a private link resource. namespace: '' - go: - name: PrivateLinkResourceProperties - description: PrivateLinkResourceProperties - Properties of a private link resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -2132,9 +1574,6 @@ schemas: default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} serializationFormats: - json @@ -2146,11 +1585,6 @@ schemas: name: PrivateLinkResource description: A private link resource namespace: '' - go: - name: PrivateLinkResource - description: PrivateLinkResource - A private link resource - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_4 @@ -2165,9 +1599,6 @@ schemas: default: name: id description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - go: - name: ID - description: READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - schema: *ref_35 readOnly: true @@ -2176,9 +1607,6 @@ schemas: default: name: name description: The name of the resource - go: - name: Name - description: READ-ONLY; The name of the resource protocol: {} - schema: *ref_36 readOnly: true @@ -2187,9 +1615,6 @@ schemas: default: name: type description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" - go: - name: Type - description: READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - schema: &ref_64 type: object @@ -2202,9 +1627,6 @@ schemas: default: name: createdBy description: The identity that created the resource. - go: - name: CreatedBy - description: The identity that created the resource. protocol: {} - schema: *ref_38 serializedName: createdByType @@ -2212,9 +1634,6 @@ schemas: default: name: createdByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. protocol: {} - schema: *ref_39 serializedName: createdAt @@ -2222,9 +1641,6 @@ schemas: default: name: createdAt description: The timestamp of resource creation (UTC). - go: - name: CreatedAt - description: The timestamp of resource creation (UTC). protocol: {} - schema: *ref_40 serializedName: lastModifiedBy @@ -2232,9 +1648,6 @@ schemas: default: name: lastModifiedBy description: The identity that last modified the resource. - go: - name: LastModifiedBy - description: The identity that last modified the resource. protocol: {} - schema: *ref_38 serializedName: lastModifiedByType @@ -2242,9 +1655,6 @@ schemas: default: name: lastModifiedByType description: The type of identity that last modified the resource. - go: - name: LastModifiedByType - description: The type of identity that last modified the resource. protocol: {} - schema: *ref_41 serializedName: lastModifiedAt @@ -2252,9 +1662,6 @@ schemas: default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: LastModifiedAt - description: The timestamp of resource last modification (UTC) protocol: {} serializationFormats: - json @@ -2266,12 +1673,6 @@ schemas: name: SystemData description: Metadata pertaining to creation and last modification of the resource. namespace: '' - go: - name: SystemData - description: SystemData - Metadata pertaining to creation and last modification of the resource. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: systemData @@ -2279,9 +1680,6 @@ schemas: default: name: systemData description: Azure Resource Manager metadata containing createdBy and modifiedBy information. - go: - name: SystemData - description: READ-ONLY; Azure Resource Manager metadata containing createdBy and modifiedBy information. protocol: {} serializationFormats: - json @@ -2297,12 +1695,6 @@ schemas: description: Common fields that are returned in the response for all Azure Resource Manager resources namespace: '' summary: Resource - go: - name: Resource - description: Resource - Common fields that are returned in the response for all Azure Resource Manager resources - marshallingFormat: json - namespace: '' - summary: Resource protocol: {} immediate: - *ref_4 @@ -2319,9 +1711,6 @@ schemas: default: name: targetResourceType description: Target ResourceType of the farmBeatsExtension. - go: - name: TargetResourceType - description: READ-ONLY; Target ResourceType of the farmBeatsExtension. protocol: {} - schema: *ref_43 readOnly: true @@ -2330,9 +1719,6 @@ schemas: default: name: farmBeatsExtensionId description: FarmBeatsExtension ID. - go: - name: FarmBeatsExtensionID - description: READ-ONLY; FarmBeatsExtension ID. protocol: {} - schema: *ref_44 readOnly: true @@ -2341,9 +1727,6 @@ schemas: default: name: farmBeatsExtensionName description: FarmBeatsExtension name. - go: - name: FarmBeatsExtensionName - description: READ-ONLY; FarmBeatsExtension name. protocol: {} - schema: *ref_45 readOnly: true @@ -2352,9 +1735,6 @@ schemas: default: name: farmBeatsExtensionVersion description: FarmBeatsExtension version. - go: - name: FarmBeatsExtensionVersion - description: READ-ONLY; FarmBeatsExtension version. protocol: {} - schema: *ref_46 readOnly: true @@ -2363,9 +1743,6 @@ schemas: default: name: publisherId description: Publisher ID. - go: - name: PublisherID - description: READ-ONLY; Publisher ID. protocol: {} - schema: *ref_47 readOnly: true @@ -2374,9 +1751,6 @@ schemas: default: name: description description: Textual description. - go: - name: Description - description: READ-ONLY; Textual description. protocol: {} - schema: *ref_48 readOnly: true @@ -2385,9 +1759,6 @@ schemas: default: name: extensionCategory description: Category of the extension. e.g. weather/sensor/satellite. - go: - name: ExtensionCategory - description: READ-ONLY; Category of the extension. e.g. weather/sensor/satellite. protocol: {} - schema: *ref_49 readOnly: true @@ -2396,9 +1767,6 @@ schemas: default: name: extensionAuthLink description: FarmBeatsExtension auth link. - go: - name: ExtensionAuthLink - description: READ-ONLY; FarmBeatsExtension auth link. protocol: {} - schema: *ref_50 readOnly: true @@ -2407,11 +1775,8 @@ schemas: default: name: extensionApiDocsLink description: FarmBeatsExtension api docs link. - go: - name: ExtensionAPIDocsLink - description: READ-ONLY; FarmBeatsExtension api docs link. protocol: {} - - schema: &ref_114 + - schema: &ref_113 type: array apiVersions: - version: 2021-09-01-preview @@ -2426,11 +1791,8 @@ schemas: default: name: apiName description: ApiName available for the farmBeatsExtension. - go: - name: APIName - description: ApiName available for the farmBeatsExtension. protocol: {} - - schema: &ref_110 + - schema: &ref_109 type: array apiVersions: - version: 2021-09-01-preview @@ -2439,23 +1801,14 @@ schemas: default: name: DetailedInformationCustomParameters description: List of customParameters. - go: - name: '[]*string' - description: List of customParameters. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: customParameters language: default: name: customParameters description: List of customParameters. - go: - name: CustomParameters - description: List of customParameters. - byValue: true protocol: {} - - schema: &ref_111 + - schema: &ref_110 type: array apiVersions: - version: 2021-09-01-preview @@ -2464,21 +1817,12 @@ schemas: default: name: DetailedInformationPlatformParameters description: List of platformParameters. - go: - name: '[]*string' - description: List of platformParameters. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: platformParameters language: default: name: platformParameters description: List of platformParameters. - go: - name: PlatformParameters - description: List of platformParameters. - byValue: true protocol: {} - schema: &ref_71 type: object @@ -2492,11 +1836,8 @@ schemas: default: name: key description: UnitSystem key sent as part of ProviderInput. - go: - name: Key - description: REQUIRED; UnitSystem key sent as part of ProviderInput. protocol: {} - - schema: &ref_112 + - schema: &ref_111 type: array apiVersions: - version: 2021-09-01-preview @@ -2505,11 +1846,6 @@ schemas: default: name: UnitSystemsInfoValues description: List of unit systems supported by this data provider. - go: - name: '[]*string' - description: List of unit systems supported by this data provider. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: values @@ -2517,10 +1853,6 @@ schemas: default: name: values description: List of unit systems supported by this data provider. - go: - name: Values - description: REQUIRED; List of unit systems supported by this data provider. - byValue: true protocol: {} serializationFormats: - json @@ -2532,23 +1864,14 @@ schemas: name: UnitSystemsInfo description: Unit systems info for the data provider. namespace: '' - go: - name: UnitSystemsInfo - description: UnitSystemsInfo - Unit systems info for the data provider. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: unitsSupported language: default: name: unitsSupported description: Unit systems info for the data provider. - go: - name: UnitsSupported - description: Unit systems info for the data provider. protocol: {} - - schema: &ref_113 + - schema: &ref_112 type: array apiVersions: - version: 2021-09-01-preview @@ -2557,21 +1880,12 @@ schemas: default: name: DetailedInformationApiInputParameters description: List of apiInputParameters. - go: - name: '[]*string' - description: List of apiInputParameters. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: apiInputParameters language: default: name: apiInputParameters description: List of apiInputParameters. - go: - name: APIInputParameters - description: List of apiInputParameters. - byValue: true protocol: {} serializationFormats: - json @@ -2583,12 +1897,6 @@ schemas: name: DetailedInformation description: Model to capture detailed information for farmBeatsExtensions. namespace: '' - go: - name: DetailedInformation - description: DetailedInformation - Model to capture detailed information for farmBeatsExtensions. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: [] @@ -2596,11 +1904,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesDetailedInformation description: "Detailed information which shows summary of requested data.\r\nUsed in descriptive get extension metadata call.\r\nInformation for weather category per api included are apisSupported,\r\ncustomParameters, PlatformParameters and Units supported." - go: - name: '[]*DetailedInformation' - description: "Detailed information which shows summary of requested data.\r\nUsed in descriptive get extension metadata call.\r\nInformation for weather category per api included are apisSupported,\r\ncustomParameters, PlatformParameters and Units supported." - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: detailedInformation @@ -2610,12 +1913,6 @@ schemas: default: name: detailedInformation description: "Detailed information which shows summary of requested data.\r\nUsed in descriptive get extension metadata call.\r\nInformation for weather category per api included are apisSupported,\r\ncustomParameters, PlatformParameters and Units supported." - go: - name: DetailedInformation - description: |- - READ-ONLY; Detailed information which shows summary of requested data. Used in descriptive get extension metadata call. Information for weather category per api included are apisSupported, customParameters, - PlatformParameters and Units supported. - byValue: true protocol: {} serializationFormats: - json @@ -2627,12 +1924,6 @@ schemas: name: FarmBeatsExtensionProperties description: FarmBeatsExtension properties. namespace: '' - go: - name: FarmBeatsExtensionProperties - description: FarmBeatsExtensionProperties - FarmBeatsExtension properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -2641,9 +1932,6 @@ schemas: default: name: properties description: FarmBeatsExtension properties. - go: - name: Properties - description: FarmBeatsExtension properties. protocol: {} serializationFormats: - json @@ -2657,11 +1945,6 @@ schemas: name: FarmBeatsExtension description: FarmBeats extension resource. namespace: '' - go: - name: FarmBeatsExtension - description: FarmBeatsExtension - FarmBeats extension resource. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_3 @@ -2683,12 +1966,6 @@ schemas: description: The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location namespace: '' summary: Proxy Resource - go: - name: ProxyResource - description: ProxyResource - The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location - marshallingFormat: json - namespace: '' - summary: Proxy Resource protocol: {} - *ref_6 immediate: @@ -2706,9 +1983,6 @@ schemas: default: name: extensionId description: Extension Id. - go: - name: ExtensionID - description: READ-ONLY; Extension Id. protocol: {} - schema: *ref_58 readOnly: true @@ -2717,9 +1991,6 @@ schemas: default: name: extensionCategory description: Extension category. e.g. weather/sensor/satellite. - go: - name: ExtensionCategory - description: READ-ONLY; Extension category. e.g. weather/sensor/satellite. protocol: {} - schema: *ref_59 readOnly: true @@ -2728,9 +1999,6 @@ schemas: default: name: installedExtensionVersion description: Installed extension version. - go: - name: InstalledExtensionVersion - description: READ-ONLY; Installed extension version. protocol: {} - schema: *ref_60 readOnly: true @@ -2739,9 +2007,6 @@ schemas: default: name: extensionAuthLink description: Extension auth link. - go: - name: ExtensionAuthLink - description: READ-ONLY; Extension auth link. protocol: {} - schema: *ref_61 readOnly: true @@ -2750,9 +2015,6 @@ schemas: default: name: extensionApiDocsLink description: Extension api docs link. - go: - name: ExtensionAPIDocsLink - description: READ-ONLY; Extension api docs link. protocol: {} serializationFormats: - json @@ -2764,11 +2026,6 @@ schemas: name: ExtensionProperties description: Extension resource properties. namespace: '' - go: - name: ExtensionProperties - description: ExtensionProperties - Extension resource properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -2777,9 +2034,6 @@ schemas: default: name: properties description: Extension resource properties. - go: - name: Properties - description: Extension resource properties. protocol: {} - schema: *ref_62 readOnly: true @@ -2788,9 +2042,6 @@ schemas: default: name: eTag description: The ETag value to implement optimistic concurrency. - go: - name: ETag - description: READ-ONLY; The ETag value to implement optimistic concurrency. protocol: {} serializationFormats: - json @@ -2804,11 +2055,6 @@ schemas: name: Extension description: Extension resource. namespace: '' - go: - name: Extension - description: Extension resource. - marshallingFormat: json - namespace: '' protocol: {} - *ref_63 - *ref_4 @@ -2817,12 +2063,12 @@ schemas: - *ref_65 - *ref_22 - *ref_66 - - &ref_171 + - &ref_149 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_105 + - schema: &ref_104 type: array apiVersions: - version: 2021-09-01-preview @@ -2831,21 +2077,12 @@ schemas: default: name: ExtensionListResponseValue description: List of requested objects. - go: - name: '[]*Extension' - description: List of requested objects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: List of requested objects. - go: - name: Value - description: List of requested objects. - byValue: true protocol: {} - schema: *ref_67 readOnly: true @@ -2854,9 +2091,6 @@ schemas: default: name: nextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: READ-ONLY; Continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -2867,19 +2101,13 @@ schemas: name: ExtensionListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. namespace: '' - go: - name: ExtensionListResponse - description: ExtensionListResponse - Paged response contains list of requested objects and a URL link to get the next set of results. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_187 + - &ref_159 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_115 + - schema: &ref_114 type: array apiVersions: - version: 2021-09-01-preview @@ -2888,21 +2116,12 @@ schemas: default: name: FarmBeatsExtensionListResponseValue description: List of requested objects. - go: - name: '[]*FarmBeatsExtension' - description: List of requested objects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: List of requested objects. - go: - name: Value - description: List of requested objects. - byValue: true protocol: {} - schema: *ref_68 readOnly: true @@ -2911,9 +2130,6 @@ schemas: default: name: nextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: READ-ONLY; Continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -2924,12 +2140,6 @@ schemas: name: FarmBeatsExtensionListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. namespace: '' - go: - name: FarmBeatsExtensionListResponse - description: FarmBeatsExtensionListResponse - Paged response contains list of requested objects and a URL link to get the next set of results. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_5 - *ref_69 @@ -2944,7 +2154,7 @@ schemas: - *ref_76 - *ref_77 - *ref_12 - - &ref_214 + - &ref_168 type: object apiVersions: - version: 2021-09-01-preview @@ -2955,9 +2165,6 @@ schemas: default: name: location description: Geo-location where the resource lives. - go: - name: Location - description: Geo-location where the resource lives. protocol: {} - schema: *ref_72 serializedName: identity @@ -2965,9 +2172,6 @@ schemas: default: name: identity description: Identity for the resource. - go: - name: Identity - description: Identity for the resource. protocol: {} - schema: &ref_80 type: object @@ -2980,9 +2184,6 @@ schemas: default: name: sensorIntegration description: Sensor integration request model. - go: - name: SensorIntegration - description: Sensor integration request model. protocol: {} - schema: *ref_25 serializedName: publicNetworkAccess @@ -2990,9 +2191,6 @@ schemas: default: name: publicNetworkAccess description: Property to allow or block public traffic for an Azure FarmBeats resource. - go: - name: PublicNetworkAccess - description: Property to allow or block public traffic for an Azure FarmBeats resource. protocol: {} serializationFormats: - json @@ -3003,34 +2201,19 @@ schemas: name: FarmBeatsUpdateProperties description: FarmBeats ARM Resource properties. namespace: '' - go: - name: FarmBeatsUpdateProperties - description: FarmBeatsUpdateProperties - FarmBeats ARM Resource properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: FarmBeats ARM Resource properties. - go: - name: Properties - description: FarmBeats ARM Resource properties. protocol: {} - schema: *ref_79 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -3041,21 +2224,14 @@ schemas: name: FarmBeatsUpdateRequestModel description: FarmBeats update request. namespace: '' - go: - name: FarmBeatsUpdateRequestModel - description: FarmBeatsUpdateRequestModel - FarmBeats update request. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - *ref_80 - - &ref_237 + - &ref_178 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_116 + - schema: &ref_115 type: array apiVersions: - version: 2021-09-01-preview @@ -3064,21 +2240,12 @@ schemas: default: name: FarmBeatsListResponseValue description: List of requested objects. - go: - name: '[]*FarmBeats' - description: List of requested objects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: List of requested objects. - go: - name: Value - description: List of requested objects. - byValue: true protocol: {} - schema: *ref_81 readOnly: true @@ -3087,9 +2254,6 @@ schemas: default: name: nextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: READ-ONLY; Continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -3100,14 +2264,8 @@ schemas: name: FarmBeatsListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. namespace: '' - go: - name: FarmBeatsListResponse - description: FarmBeatsListResponse - Paged response contains list of requested objects and a URL link to get the next set of results. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_254 + - &ref_186 type: object apiVersions: - version: 2021-09-01-preview @@ -3118,9 +2276,6 @@ schemas: default: name: status description: Status of the async operation. - go: - name: Status - description: Status of the async operation. protocol: {} serializationFormats: - json @@ -3131,13 +2286,8 @@ schemas: name: ArmAsyncOperation description: "Arm async operation class.\r\nRef: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations." namespace: '' - go: - name: ArmAsyncOperation - description: 'ArmAsyncOperation - Arm async operation class. Ref: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations.' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_260 + - &ref_187 type: object apiVersions: - version: '3.0' @@ -3148,9 +2298,6 @@ schemas: default: name: name description: The name of the resource for which availability needs to be checked. - go: - name: Name - description: The name of the resource for which availability needs to be checked. protocol: {} - schema: *ref_84 serializedName: type @@ -3158,9 +2305,6 @@ schemas: default: name: type description: The resource type. - go: - name: Type - description: The resource type. protocol: {} serializationFormats: - json @@ -3171,13 +2315,8 @@ schemas: name: CheckNameAvailabilityRequest description: The check availability request body. namespace: '' - go: - name: CheckNameAvailabilityRequest - description: CheckNameAvailabilityRequest - The check availability request body. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_263 + - &ref_190 type: object apiVersions: - version: '3.0' @@ -3188,9 +2327,6 @@ schemas: default: name: nameAvailable description: Indicates if the resource name is available. - go: - name: NameAvailable - description: Indicates if the resource name is available. protocol: {} - schema: *ref_86 serializedName: reason @@ -3198,9 +2334,6 @@ schemas: default: name: reason description: The reason why the given name is not available. - go: - name: Reason - description: The reason why the given name is not available. protocol: {} - schema: *ref_87 serializedName: message @@ -3208,9 +2341,6 @@ schemas: default: name: message description: Detailed reason why the given name is available. - go: - name: Message - description: Detailed reason why the given name is available. protocol: {} serializationFormats: - json @@ -3221,22 +2351,17 @@ schemas: name: CheckNameAvailabilityResponse description: The check availability result. namespace: '' - go: - name: CheckNameAvailabilityResponse - description: CheckNameAvailabilityResponse - The check availability result. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_269 + - &ref_191 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_117 + - schema: &ref_116 type: array apiVersions: - version: '3.0' - elementType: &ref_98 + elementType: &ref_97 type: object apiVersions: - version: '3.0' @@ -3248,9 +2373,6 @@ schemas: default: name: name description: 'The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' - go: - name: Name - description: 'READ-ONLY; The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' protocol: {} - schema: *ref_89 readOnly: true @@ -3259,11 +2381,8 @@ schemas: default: name: isDataAction description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. - go: - name: IsDataAction - description: READ-ONLY; Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. protocol: {} - - schema: &ref_99 + - schema: &ref_98 type: object apiVersions: - version: '3.0' @@ -3275,9 +2394,6 @@ schemas: default: name: provider description: The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". - go: - name: Provider - description: READ-ONLY; The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". protocol: {} - schema: *ref_91 readOnly: true @@ -3286,9 +2402,6 @@ schemas: default: name: resource description: The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". - go: - name: Resource - description: READ-ONLY; The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". protocol: {} - schema: *ref_92 readOnly: true @@ -3297,9 +2410,6 @@ schemas: default: name: operation description: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". - go: - name: Operation - description: READ-ONLY; The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". protocol: {} - schema: *ref_93 readOnly: true @@ -3308,60 +2418,38 @@ schemas: default: name: description description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. - go: - name: Description - description: READ-ONLY; The short, localized friendly description of the operation; suitable for tool tips and detailed views. protocol: {} serializationFormats: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_94 - anonymous: true language: default: name: OperationDisplay description: Localized display information for this particular operation. namespace: '' - go: - name: OperationDisplay - description: OperationDisplay - Localized display information for this particular operation. - marshallingFormat: json - namespace: '' protocol: {} serializedName: display - extensions: - x-internal-autorest-anonymous-schema: *ref_94 language: default: name: display description: Localized display information for this particular operation. - go: - name: Display - description: Localized display information for this particular operation. protocol: {} - - schema: *ref_95 + - schema: *ref_94 readOnly: true serializedName: origin language: default: name: origin description: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" - go: - name: Origin - description: READ-ONLY; The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" protocol: {} - - schema: *ref_96 + - schema: *ref_95 readOnly: true serializedName: actionType language: default: name: actionType description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - go: - name: ActionType - description: READ-ONLY; Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. protocol: {} serializationFormats: - json @@ -3374,12 +2462,6 @@ schemas: description: Details of a REST API operation, returned from the Resource Provider Operations API namespace: '' summary: REST API Operation - go: - name: Operation - description: Operation - Details of a REST API operation, returned from the Resource Provider Operations API - marshallingFormat: json - namespace: '' - summary: REST API Operation protocol: {} extensions: x-ms-identifiers: @@ -3388,11 +2470,6 @@ schemas: default: name: OperationListResultValue description: List of operations supported by the resource provider - go: - name: '[]*Operation' - description: List of operations supported by the resource provider - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value @@ -3403,21 +2480,14 @@ schemas: default: name: value description: List of operations supported by the resource provider - go: - name: Value - description: READ-ONLY; List of operations supported by the resource provider - byValue: true protocol: {} - - schema: *ref_97 + - schema: *ref_96 readOnly: true serializedName: nextLink language: default: name: nextLink description: URL to get the next set of operation list results (if there are any). - go: - name: NextLink - description: READ-ONLY; URL to get the next set of operation list results (if there are any). protocol: {} serializationFormats: - json @@ -3428,21 +2498,15 @@ schemas: name: OperationListResult description: A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. namespace: '' - go: - name: OperationListResult - description: OperationListResult - A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_97 - *ref_98 - - *ref_99 - - &ref_303 + - &ref_205 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_118 + - schema: &ref_117 type: array apiVersions: - version: '3.0' @@ -3451,21 +2515,12 @@ schemas: default: name: PrivateEndpointConnectionListResultValue description: Array of private endpoint connections - go: - name: '[]*PrivateEndpointConnection' - description: Array of private endpoint connections - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Array of private endpoint connections - go: - name: Value - description: Array of private endpoint connections - byValue: true protocol: {} serializationFormats: - json @@ -3476,19 +2531,13 @@ schemas: name: PrivateEndpointConnectionListResult description: List of private endpoint connection associated with the specified storage account namespace: '' - go: - name: PrivateEndpointConnectionListResult - description: PrivateEndpointConnectionListResult - List of private endpoint connection associated with the specified storage account - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_311 + - &ref_208 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_121 + - schema: &ref_120 type: array apiVersions: - version: '3.0' @@ -3497,21 +2546,12 @@ schemas: default: name: PrivateLinkResourceListResultValue description: Array of private link resources - go: - name: '[]*PrivateLinkResource' - description: Array of private link resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Array of private link resources - go: - name: Value - description: Array of private link resources - byValue: true protocol: {} serializationFormats: - json @@ -3522,103 +2562,74 @@ schemas: name: PrivateLinkResourceListResult description: A list of private link resources namespace: '' - go: - name: PrivateLinkResourceListResult - description: PrivateLinkResourceListResult - A list of private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_33 - - *ref_100 + - *ref_99 arrays: + - *ref_100 - *ref_101 - - *ref_102 - - &ref_159 + - &ref_140 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_103 + elementType: *ref_102 language: default: name: ArrayOfGet4ItemsItem description: Array of Get4ItemsItem - go: - name: '[]string' - description: Array of Get4ItemsItem - elementIsPtr: true protocol: {} - - &ref_162 + - &ref_141 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_104 + elementType: *ref_103 language: default: name: ArrayOfGet5ItemsItem description: Array of Get5ItemsItem - go: - name: '[]string' - description: Array of Get5ItemsItem - elementIsPtr: true protocol: {} - - *ref_105 - - &ref_175 + - *ref_104 + - &ref_150 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_106 + elementType: *ref_105 language: default: name: ArrayOfGet0ItemsItem description: Array of Get0ItemsItem - go: - name: '[]string' - description: Array of Get0ItemsItem - elementIsPtr: true protocol: {} - - &ref_178 + - &ref_151 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_107 + elementType: *ref_106 language: default: name: ArrayOfGet1ItemsItem description: Array of Get1ItemsItem - go: - name: '[]string' - description: Array of Get1ItemsItem - elementIsPtr: true protocol: {} - - &ref_180 + - &ref_152 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_108 + elementType: *ref_107 language: default: name: ArrayOfGet2ItemsItem description: Array of Get2ItemsItem - go: - name: '[]string' - description: Array of Get2ItemsItem - elementIsPtr: true protocol: {} - - &ref_181 + - &ref_153 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_109 + elementType: *ref_108 language: default: name: ArrayOfGet3ItemsItem description: Array of Get3ItemsItem - go: - name: '[]string' - description: Array of Get3ItemsItem - elementIsPtr: true protocol: {} + - *ref_109 - *ref_110 - *ref_111 - *ref_112 @@ -3630,10 +2641,9 @@ schemas: - *ref_118 - *ref_119 - *ref_120 - - *ref_121 globalParameters: - - &ref_125 - schema: *ref_122 + - &ref_124 + schema: *ref_121 implementation: Client required: true extensions: @@ -3643,14 +2653,10 @@ globalParameters: name: SubscriptionId description: The ID of the target subscription. serializedName: subscriptionId - go: - name: subscriptionID - description: The ID of the target subscription. - serializedName: subscriptionId protocol: http: in: path - - &ref_124 + - &ref_123 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -3663,15 +2669,11 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri - - &ref_127 - schema: *ref_123 + - &ref_126 + schema: *ref_122 implementation: Client origin: modelerfour:synthesized/api-version required: true @@ -3680,10 +2682,6 @@ globalParameters: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -3694,10 +2692,10 @@ operationGroups: apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_129 - schema: *ref_126 + - &ref_128 + schema: *ref_125 implementation: Method required: true language: @@ -3705,14 +2703,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_130 + - &ref_129 schema: *ref_2 implementation: Method required: true @@ -3721,14 +2715,10 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_131 + - &ref_130 schema: *ref_2 implementation: Method required: true @@ -3737,17 +2727,13 @@ operationGroups: name: extensionId description: Id of extension resource. serializedName: extensionId - go: - name: extensionID - description: Id of extension resource. - serializedName: extensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -3756,10 +2742,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -3768,27 +2750,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId} method: put uri: '{$host}' signatureParameters: + - *ref_128 - *ref_129 - *ref_130 - - *ref_131 responses: - schema: *ref_3 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -3802,9 +2778,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -3845,68 +2818,15 @@ operationGroups: default: name: Create description: Install extension. - go: - name: Create - description: |- - Install extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: &ref_326 - schema: - type: object - language: - default: &ref_132 - name: ExtensionsClientCreateOptions - description: ExtensionsClientCreateOptions contains the optional parameters for the ExtensionsClient.Create method. - go: *ref_132 - protocol: {} - originalParameter: [] - required: false - serializedName: ExtensionsClientCreateOptions - language: - default: &ref_133 - name: options - description: ExtensionsClientCreateOptions contains the optional parameters for the ExtensionsClient.Create method. - go: *ref_133 - protocol: {} - protocolNaming: - internalMethod: create - requestMethod: createCreateRequest - responseMethod: createHandleResponse - responseEnv: &ref_344 - type: object - properties: - - &ref_135 - schema: *ref_3 - serializedName: Extension - language: - default: &ref_134 - name: Extension - description: Extension resource. - byValue: true - embeddedType: true - go: *ref_134 - protocol: {} - language: - default: &ref_136 - name: ExtensionsClientCreateResponse - description: ExtensionsClientCreateResponse contains the response from method ExtensionsClient.Create. - marshallingFormat: json - responseType: true - resultProp: *ref_135 - go: *ref_136 - protocol: {} protocol: {} - operationId: Extensions_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_137 - schema: *ref_126 + - &ref_131 + schema: *ref_125 implementation: Method required: true language: @@ -3914,14 +2834,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_138 + - &ref_132 schema: *ref_2 implementation: Method required: true @@ -3930,14 +2846,10 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_139 + - &ref_133 schema: *ref_2 implementation: Method required: true @@ -3946,17 +2858,13 @@ operationGroups: name: extensionId description: Id of extension resource. serializedName: extensionId - go: - name: extensionID - description: Id of extension resource. - serializedName: extensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -3965,10 +2873,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -3977,27 +2881,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId} method: get uri: '{$host}' signatureParameters: - - *ref_137 - - *ref_138 - - *ref_139 + - *ref_131 + - *ref_132 + - *ref_133 responses: - schema: *ref_3 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -4011,9 +2909,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -4054,68 +2949,15 @@ operationGroups: default: name: Get description: Get installed extension details by extension id. - go: - name: Get - description: |- - Get installed extension details by extension id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: &ref_327 - schema: - type: object - language: - default: &ref_140 - name: ExtensionsClientGetOptions - description: ExtensionsClientGetOptions contains the optional parameters for the ExtensionsClient.Get method. - go: *ref_140 - protocol: {} - originalParameter: [] - required: false - serializedName: ExtensionsClientGetOptions - language: - default: &ref_141 - name: options - description: ExtensionsClientGetOptions contains the optional parameters for the ExtensionsClient.Get method. - go: *ref_141 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_345 - type: object - properties: - - &ref_143 - schema: *ref_3 - serializedName: Extension - language: - default: &ref_142 - name: Extension - description: Extension resource. - byValue: true - embeddedType: true - go: *ref_142 - protocol: {} - language: - default: &ref_144 - name: ExtensionsClientGetResponse - description: ExtensionsClientGetResponse contains the response from method ExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_143 - go: *ref_144 - protocol: {} protocol: {} - operationId: Extensions_Update apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_145 - schema: *ref_126 + - &ref_134 + schema: *ref_125 implementation: Method required: true language: @@ -4123,14 +2965,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_146 + - &ref_135 schema: *ref_2 implementation: Method required: true @@ -4139,14 +2977,10 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_147 + - &ref_136 schema: *ref_2 implementation: Method required: true @@ -4155,17 +2989,13 @@ operationGroups: name: extensionId description: Id of extension resource. serializedName: extensionId - go: - name: extensionID - description: Id of extension resource. - serializedName: extensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4174,10 +3004,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -4186,27 +3012,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId} method: patch uri: '{$host}' signatureParameters: - - *ref_145 - - *ref_146 - - *ref_147 + - *ref_134 + - *ref_135 + - *ref_136 responses: - schema: *ref_3 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -4220,9 +3040,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -4263,68 +3080,15 @@ operationGroups: default: name: Update description: Upgrade to latest extension. - go: - name: Update - description: |- - Upgrade to latest extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: &ref_328 - schema: - type: object - language: - default: &ref_148 - name: ExtensionsClientUpdateOptions - description: ExtensionsClientUpdateOptions contains the optional parameters for the ExtensionsClient.Update method. - go: *ref_148 - protocol: {} - originalParameter: [] - required: false - serializedName: ExtensionsClientUpdateOptions - language: - default: &ref_149 - name: options - description: ExtensionsClientUpdateOptions contains the optional parameters for the ExtensionsClient.Update method. - go: *ref_149 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_346 - type: object - properties: - - &ref_151 - schema: *ref_3 - serializedName: Extension - language: - default: &ref_150 - name: Extension - description: Extension resource. - byValue: true - embeddedType: true - go: *ref_150 - protocol: {} - language: - default: &ref_152 - name: ExtensionsClientUpdateResponse - description: ExtensionsClientUpdateResponse contains the response from method ExtensionsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_151 - go: *ref_152 - protocol: {} protocol: {} - operationId: Extensions_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_153 - schema: *ref_126 + - &ref_137 + schema: *ref_125 implementation: Method required: true language: @@ -4332,14 +3096,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_154 + - &ref_138 schema: *ref_2 implementation: Method required: true @@ -4348,14 +3108,10 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_155 + - &ref_139 schema: *ref_2 implementation: Method required: true @@ -4364,17 +3120,13 @@ operationGroups: name: extensionId description: Id of extension resource. serializedName: extensionId - go: - name: extensionID - description: Id of extension resource. - serializedName: extensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4383,10 +3135,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -4395,26 +3143,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId} method: delete uri: '{$host}' signatureParameters: - - *ref_153 - - *ref_154 - - *ref_155 + - *ref_137 + - *ref_138 + - *ref_139 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -4423,9 +3165,6 @@ operationGroups: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -4436,9 +3175,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -4463,54 +3199,15 @@ operationGroups: default: name: Delete description: Uninstall extension. - go: - name: Delete - description: |- - Uninstall extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: &ref_329 - schema: - type: object - language: - default: &ref_156 - name: ExtensionsClientDeleteOptions - description: ExtensionsClientDeleteOptions contains the optional parameters for the ExtensionsClient.Delete method. - go: *ref_156 - protocol: {} - originalParameter: [] - required: false - serializedName: ExtensionsClientDeleteOptions - language: - default: &ref_157 - name: options - description: ExtensionsClientDeleteOptions contains the optional parameters for the ExtensionsClient.Delete method. - go: *ref_157 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_347 - type: object - language: - default: &ref_158 - name: ExtensionsClientDeleteResponse - description: ExtensionsClientDeleteResponse contains the response from method ExtensionsClient.Delete. - responseType: true - go: *ref_158 - protocol: {} protocol: {} - operationId: Extensions_ListByFarmBeats apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_169 - schema: *ref_126 + - &ref_143 + schema: *ref_125 implementation: Method required: true language: @@ -4518,14 +3215,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_170 + - &ref_144 schema: *ref_2 implementation: Method required: true @@ -4534,108 +3227,61 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 - - &ref_161 - schema: *ref_159 + - *ref_126 + - &ref_145 + schema: *ref_140 implementation: Method language: default: name: extensionIds description: Installed extension ids. serializedName: extensionIds - go: - name: ExtensionIDs - description: Installed extension ids. - byValue: true - paramGroup: &ref_163 - schema: - type: object - language: - default: &ref_160 - name: ExtensionsClientListByFarmBeatsOptions - description: ExtensionsClientListByFarmBeatsOptions contains the optional parameters for the ExtensionsClient.NewListByFarmBeatsPager method. - go: *ref_160 - protocol: {} - originalParameter: - - *ref_161 - - &ref_166 - schema: *ref_162 - implementation: Method - language: - default: - name: extensionCategories - description: Installed extension categories. - serializedName: extensionCategories - go: - name: ExtensionCategories - description: Installed extension categories. - byValue: true - paramGroup: *ref_163 - serializedName: extensionCategories - protocol: - http: - explode: true - in: query - style: form - - &ref_167 - schema: *ref_164 - implementation: Method - language: - default: - name: maxPageSize - description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." - serializedName: $maxPageSize - go: - name: MaxPageSize - description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: *ref_163 - serializedName: $maxPageSize - protocol: - http: - in: query - - &ref_168 - schema: *ref_2 - implementation: Method - language: - default: - name: skipToken - description: Skip token for getting next set of results. - serializedName: $skipToken - go: - name: SkipToken - description: Skip token for getting next set of results. - paramGroup: *ref_163 - serializedName: $skipToken - protocol: - http: - in: query - required: false - serializedName: ExtensionsClientListByFarmBeatsOptions - language: - default: &ref_165 - name: options - description: ExtensionsClientListByFarmBeatsOptions contains the optional parameters for the ExtensionsClient.NewListByFarmBeatsPager method. - go: *ref_165 - protocol: {} - serializedName: extensionIds protocol: http: explode: true in: query style: form - - *ref_166 - - *ref_167 - - *ref_168 + - &ref_146 + schema: *ref_141 + implementation: Method + language: + default: + name: extensionCategories + description: Installed extension categories. + serializedName: extensionCategories + protocol: + http: + explode: true + in: query + style: form + - &ref_147 + schema: *ref_142 + implementation: Method + language: + default: + name: maxPageSize + description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." + serializedName: $maxPageSize + protocol: + http: + in: query + - &ref_148 + schema: *ref_2 + implementation: Method + language: + default: + name: skipToken + description: Skip token for getting next set of results. + serializedName: $skipToken + protocol: + http: + in: query requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4644,10 +3290,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -4656,30 +3298,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions method: get uri: '{$host}' signatureParameters: - - *ref_169 - - *ref_170 - - *ref_161 - - *ref_166 - - *ref_167 - - *ref_168 + - *ref_143 + - *ref_144 + - *ref_145 + - *ref_146 + - *ref_147 + - *ref_148 responses: - - schema: *ref_171 + - schema: *ref_149 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -4693,9 +3329,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -4741,54 +3374,11 @@ operationGroups: description: Get installed extensions details. paging: nextLinkName: nextLink - go: - name: ListByFarmBeats - description: Get installed extensions details. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: *ref_163 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByFarmBeats - requestMethod: listByFarmBeatsCreateRequest - responseMethod: listByFarmBeatsHandleResponse - responseEnv: &ref_348 - type: object - properties: - - &ref_173 - schema: *ref_171 - serializedName: ExtensionListResponse - language: - default: &ref_172 - name: ExtensionListResponse - description: Paged response contains list of requested objects and a URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_172 - protocol: {} - language: - default: &ref_174 - name: ExtensionsClientListByFarmBeatsResponse - description: ExtensionsClientListByFarmBeatsResponse contains the response from method ExtensionsClient.NewListByFarmBeatsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_173 - go: *ref_174 - protocol: {} protocol: {} language: default: name: Extensions description: '' - go: - name: Extensions - description: '' - clientCtorName: NewExtensionsClient - clientName: ExtensionsClient - clientParams: - - *ref_125 protocol: {} - $key: FarmBeatsExtensions operations: @@ -4796,125 +3386,74 @@ operationGroups: apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_177 - schema: *ref_175 + - *ref_123 + - &ref_154 + schema: *ref_150 implementation: Method language: default: name: farmBeatsExtensionIds description: FarmBeatsExtension ids. serializedName: farmBeatsExtensionIds - go: - name: FarmBeatsExtensionIDs - description: FarmBeatsExtension ids. - byValue: true - paramGroup: &ref_179 - schema: - type: object - language: - default: &ref_176 - name: FarmBeatsExtensionsClientListOptions - description: FarmBeatsExtensionsClientListOptions contains the optional parameters for the FarmBeatsExtensionsClient.NewListPager method. - go: *ref_176 - protocol: {} - originalParameter: - - *ref_177 - - &ref_183 - schema: *ref_178 - implementation: Method - language: - default: - name: farmBeatsExtensionNames - description: FarmBeats extension names. - serializedName: farmBeatsExtensionNames - go: - name: FarmBeatsExtensionNames - description: FarmBeats extension names. - byValue: true - paramGroup: *ref_179 - serializedName: farmBeatsExtensionNames - protocol: - http: - explode: true - in: query - style: form - - &ref_184 - schema: *ref_180 - implementation: Method - language: - default: - name: extensionCategories - description: Extension categories. - serializedName: extensionCategories - go: - name: ExtensionCategories - description: Extension categories. - byValue: true - paramGroup: *ref_179 - serializedName: extensionCategories - protocol: - http: - explode: true - in: query - style: form - - &ref_185 - schema: *ref_181 - implementation: Method - language: - default: - name: publisherIds - description: Publisher ids. - serializedName: publisherIds - go: - name: PublisherIDs - description: Publisher ids. - byValue: true - paramGroup: *ref_179 - serializedName: publisherIds - protocol: - http: - explode: true - in: query - style: form - - &ref_186 - schema: *ref_164 - implementation: Method - language: - default: - name: maxPageSize - description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." - serializedName: $maxPageSize - go: - name: MaxPageSize - description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: *ref_179 - serializedName: $maxPageSize - protocol: - http: - in: query - required: false - serializedName: FarmBeatsExtensionsClientListOptions - language: - default: &ref_182 - name: options - description: FarmBeatsExtensionsClientListOptions contains the optional parameters for the FarmBeatsExtensionsClient.NewListPager method. - go: *ref_182 - protocol: {} - serializedName: farmBeatsExtensionIds protocol: http: explode: true in: query style: form - - *ref_183 - - *ref_184 - - *ref_185 - - *ref_186 - - *ref_127 + - &ref_155 + schema: *ref_151 + implementation: Method + language: + default: + name: farmBeatsExtensionNames + description: FarmBeats extension names. + serializedName: farmBeatsExtensionNames + protocol: + http: + explode: true + in: query + style: form + - &ref_156 + schema: *ref_152 + implementation: Method + language: + default: + name: extensionCategories + description: Extension categories. + serializedName: extensionCategories + protocol: + http: + explode: true + in: query + style: form + - &ref_157 + schema: *ref_153 + implementation: Method + language: + default: + name: publisherIds + description: Publisher ids. + serializedName: publisherIds + protocol: + http: + explode: true + in: query + style: form + - &ref_158 + schema: *ref_142 + implementation: Method + language: + default: + name: maxPageSize + description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." + serializedName: $maxPageSize + protocol: + http: + in: query + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4923,10 +3462,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -4935,29 +3470,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions method: get uri: '{$host}' signatureParameters: - - *ref_177 - - *ref_183 - - *ref_184 - - *ref_185 - - *ref_186 + - *ref_154 + - *ref_155 + - *ref_156 + - *ref_157 + - *ref_158 responses: - - schema: *ref_187 + - schema: *ref_159 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -4971,9 +3500,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -5201,50 +3727,14 @@ operationGroups: description: Get list of farmBeats extension. paging: nextLinkName: nextLink - go: - name: List - description: Get list of farmBeats extension. - azureARM: true - clientName: FarmBeatsExtensionsClient - openApiType: arm - optionalParamGroup: *ref_179 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_349 - type: object - properties: - - &ref_189 - schema: *ref_187 - serializedName: FarmBeatsExtensionListResponse - language: - default: &ref_188 - name: FarmBeatsExtensionListResponse - description: Paged response contains list of requested objects and a URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_188 - protocol: {} - language: - default: &ref_190 - name: FarmBeatsExtensionsClientListResponse - description: FarmBeatsExtensionsClientListResponse contains the response from method FarmBeatsExtensionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_189 - go: *ref_190 - protocol: {} protocol: {} - operationId: FarmBeatsExtensions_Get apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_192 - schema: *ref_191 + - *ref_123 + - &ref_161 + schema: *ref_160 implementation: Method required: true language: @@ -5252,17 +3742,13 @@ operationGroups: name: farmBeatsExtensionId description: farmBeatsExtensionId to be queried. serializedName: farmBeatsExtensionId - go: - name: farmBeatsExtensionID - description: farmBeatsExtensionId to be queried. - serializedName: farmBeatsExtensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5271,19 +3757,12 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: [] language: - default: - name: '' - description: '' - go: + default: name: '' description: '' protocol: @@ -5292,16 +3771,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_192 + - *ref_161 responses: - schema: *ref_5 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -5315,9 +3791,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -5539,69 +4012,11 @@ operationGroups: default: name: Get description: Get farmBeats extension. - go: - name: Get - description: |- - Get farmBeats extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsExtensionsClient - openApiType: arm - optionalParamGroup: &ref_330 - schema: - type: object - language: - default: &ref_193 - name: FarmBeatsExtensionsClientGetOptions - description: FarmBeatsExtensionsClientGetOptions contains the optional parameters for the FarmBeatsExtensionsClient.Get method. - go: *ref_193 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsExtensionsClientGetOptions - language: - default: &ref_194 - name: options - description: FarmBeatsExtensionsClientGetOptions contains the optional parameters for the FarmBeatsExtensionsClient.Get method. - go: *ref_194 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_350 - type: object - properties: - - &ref_196 - schema: *ref_5 - serializedName: FarmBeatsExtension - language: - default: &ref_195 - name: FarmBeatsExtension - description: FarmBeats extension resource. - byValue: true - embeddedType: true - go: *ref_195 - protocol: {} - language: - default: &ref_197 - name: FarmBeatsExtensionsClientGetResponse - description: FarmBeatsExtensionsClientGetResponse contains the response from method FarmBeatsExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_196 - go: *ref_197 - protocol: {} protocol: {} language: default: name: FarmBeatsExtensions description: '' - go: - name: FarmBeatsExtensions - description: '' - clientCtorName: NewFarmBeatsExtensionsClient - clientName: FarmBeatsExtensionsClient protocol: {} - $key: FarmBeatsModels operations: @@ -5609,10 +4024,10 @@ operationGroups: apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_198 - schema: *ref_126 + - &ref_162 + schema: *ref_125 implementation: Method required: true language: @@ -5620,14 +4035,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_199 + - &ref_163 schema: *ref_2 implementation: Method required: true @@ -5636,17 +4047,13 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5655,10 +4062,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5667,26 +4070,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName} method: get uri: '{$host}' signatureParameters: - - *ref_198 - - *ref_199 + - *ref_162 + - *ref_163 responses: - schema: *ref_27 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -5700,9 +4097,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -5743,68 +4137,15 @@ operationGroups: default: name: Get description: Get FarmBeats resource. - go: - name: Get - description: |- - Get FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_331 - schema: - type: object - language: - default: &ref_200 - name: FarmBeatsModelsClientGetOptions - description: FarmBeatsModelsClientGetOptions contains the optional parameters for the FarmBeatsModelsClient.Get method. - go: *ref_200 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsModelsClientGetOptions - language: - default: &ref_201 - name: options - description: FarmBeatsModelsClientGetOptions contains the optional parameters for the FarmBeatsModelsClient.Get method. - go: *ref_201 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_351 - type: object - properties: - - &ref_203 - schema: *ref_27 - serializedName: FarmBeats - language: - default: &ref_202 - name: FarmBeats - description: FarmBeats ARM Resource. - byValue: true - embeddedType: true - go: *ref_202 - protocol: {} - language: - default: &ref_204 - name: FarmBeatsModelsClientGetResponse - description: FarmBeatsModelsClientGetResponse contains the response from method FarmBeatsModelsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_203 - go: *ref_204 - protocol: {} protocol: {} - operationId: FarmBeatsModels_CreateOrUpdate apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_207 - schema: *ref_126 + - &ref_166 + schema: *ref_125 implementation: Method required: true language: @@ -5812,14 +4153,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_208 + - &ref_167 schema: *ref_2 implementation: Method required: true @@ -5828,18 +4165,14 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_206 + application/json: &ref_165 parameters: - - &ref_205 + - &ref_164 schema: *ref_27 implementation: Method required: true @@ -5847,14 +4180,11 @@ operationGroups: default: name: body description: FarmBeats resource create or update request object. - go: - name: body - description: FarmBeats resource create or update request object. protocol: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5863,22 +4193,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_205 + - *ref_164 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName} @@ -5888,19 +4211,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_206 + - *ref_165 signatureParameters: - - *ref_207 - - *ref_208 + - *ref_166 + - *ref_167 responses: - schema: *ref_27 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -5913,9 +4233,6 @@ operationGroups: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -5929,9 +4246,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -5997,68 +4311,15 @@ operationGroups: default: name: CreateOrUpdate description: Create or update FarmBeats resource. - go: - name: CreateOrUpdate - description: |- - Create or update FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_332 - schema: - type: object - language: - default: &ref_209 - name: FarmBeatsModelsClientCreateOrUpdateOptions - description: FarmBeatsModelsClientCreateOrUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.CreateOrUpdate method. - go: *ref_209 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsModelsClientCreateOrUpdateOptions - language: - default: &ref_210 - name: options - description: FarmBeatsModelsClientCreateOrUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.CreateOrUpdate method. - go: *ref_210 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_352 - type: object - properties: - - &ref_212 - schema: *ref_27 - serializedName: FarmBeats - language: - default: &ref_211 - name: FarmBeats - description: FarmBeats ARM Resource. - byValue: true - embeddedType: true - go: *ref_211 - protocol: {} - language: - default: &ref_213 - name: FarmBeatsModelsClientCreateOrUpdateResponse - description: FarmBeatsModelsClientCreateOrUpdateResponse contains the response from method FarmBeatsModelsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_212 - go: *ref_213 - protocol: {} protocol: {} - operationId: FarmBeatsModels_Update apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_217 - schema: *ref_126 + - &ref_171 + schema: *ref_125 implementation: Method required: true language: @@ -6066,14 +4327,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_218 + - &ref_172 schema: *ref_2 implementation: Method required: true @@ -6082,33 +4339,26 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_216 + application/json: &ref_170 parameters: - - &ref_215 - schema: *ref_214 + - &ref_169 + schema: *ref_168 implementation: Method required: true language: default: name: body description: Request object. - go: - name: body - description: Request object. protocol: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6117,22 +4367,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_215 + - *ref_169 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName} @@ -6142,19 +4385,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_216 + - *ref_170 signatureParameters: - - *ref_217 - - *ref_218 + - *ref_171 + - *ref_172 responses: - schema: *ref_27 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -6166,9 +4406,6 @@ operationGroups: default: name: '' description: accepted - go: - name: '' - description: accepted protocol: http: headers: @@ -6178,9 +4415,6 @@ operationGroups: default: name: Location description: '' - go: - name: Location - description: '' statusCodes: - '202' exceptions: @@ -6189,9 +4423,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6288,84 +4519,15 @@ operationGroups: default: name: Update description: Update a FarmBeats resource. - go: - name: Update - description: |- - Update a FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_333 - schema: - type: object - language: - default: &ref_219 - name: FarmBeatsModelsClientBeginUpdateOptions - description: FarmBeatsModelsClientBeginUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.BeginUpdate method. - go: *ref_219 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_220 - name: string - description: '' - go: *ref_220 - protocol: {} - language: - default: &ref_221 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_221 - protocol: {} - required: false - serializedName: FarmBeatsModelsClientBeginUpdateOptions - language: - default: &ref_222 - name: options - description: FarmBeatsModelsClientBeginUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.BeginUpdate method. - go: *ref_222 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_353 - type: object - properties: - - &ref_224 - schema: *ref_27 - serializedName: FarmBeats - language: - default: &ref_223 - name: FarmBeats - description: FarmBeats ARM Resource. - byValue: true - embeddedType: true - go: *ref_223 - protocol: {} - language: - default: &ref_225 - name: FarmBeatsModelsClientUpdateResponse - description: FarmBeatsModelsClientUpdateResponse contains the response from method FarmBeatsModelsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_224 - go: *ref_225 - protocol: {} protocol: {} - operationId: FarmBeatsModels_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_226 - schema: *ref_126 + - &ref_173 + schema: *ref_125 implementation: Method required: true language: @@ -6373,14 +4535,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_227 + - &ref_174 schema: *ref_2 implementation: Method required: true @@ -6389,17 +4547,13 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6408,10 +4562,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -6420,25 +4570,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName} method: delete uri: '{$host}' signatureParameters: - - *ref_226 - - *ref_227 + - *ref_173 + - *ref_174 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -6447,9 +4591,6 @@ operationGroups: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -6460,9 +4601,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6486,107 +4624,39 @@ operationGroups: default: name: Delete description: Delete a FarmBeats resource. - go: - name: Delete - description: |- - Delete a FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_334 - schema: - type: object - language: - default: &ref_228 - name: FarmBeatsModelsClientDeleteOptions - description: FarmBeatsModelsClientDeleteOptions contains the optional parameters for the FarmBeatsModelsClient.Delete method. - go: *ref_228 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsModelsClientDeleteOptions - language: - default: &ref_229 - name: options - description: FarmBeatsModelsClientDeleteOptions contains the optional parameters for the FarmBeatsModelsClient.Delete method. - go: *ref_229 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_354 - type: object - language: - default: &ref_230 - name: FarmBeatsModelsClientDeleteResponse - description: FarmBeatsModelsClientDeleteResponse contains the response from method FarmBeatsModelsClient.Delete. - responseType: true - go: *ref_230 - protocol: {} protocol: {} - operationId: FarmBeatsModels_ListBySubscription apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_232 - schema: *ref_164 + - *ref_123 + - &ref_176 + schema: *ref_142 implementation: Method language: default: name: maxPageSize description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." serializedName: $maxPageSize - go: - name: MaxPageSize - description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: &ref_234 - schema: - type: object - language: - default: &ref_231 - name: FarmBeatsModelsClientListBySubscriptionOptions - description: FarmBeatsModelsClientListBySubscriptionOptions contains the optional parameters for the FarmBeatsModelsClient.NewListBySubscriptionPager method. - go: *ref_231 - protocol: {} - originalParameter: - - *ref_232 - - &ref_236 - schema: *ref_233 - implementation: Method - language: - default: - name: skipToken - description: Skip token for getting next set of results. - serializedName: $skipToken - go: - name: SkipToken - description: Skip token for getting next set of results. - paramGroup: *ref_234 - serializedName: $skipToken - protocol: - http: - in: query - required: false - serializedName: FarmBeatsModelsClientListBySubscriptionOptions - language: - default: &ref_235 - name: options - description: FarmBeatsModelsClientListBySubscriptionOptions contains the optional parameters for the FarmBeatsModelsClient.NewListBySubscriptionPager method. - go: *ref_235 - protocol: {} - serializedName: $maxPageSize protocol: http: in: query - - *ref_236 - - *ref_125 - - *ref_127 + - &ref_177 + schema: *ref_175 + implementation: Method + language: + default: + name: skipToken + description: Skip token for getting next set of results. + serializedName: $skipToken + protocol: + http: + in: query + - *ref_124 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6595,10 +4665,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -6607,26 +4673,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats method: get uri: '{$host}' signatureParameters: - - *ref_232 - - *ref_236 + - *ref_176 + - *ref_177 responses: - - schema: *ref_237 + - schema: *ref_178 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -6640,9 +4700,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6688,101 +4745,36 @@ operationGroups: description: Lists the FarmBeats instances for a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists the FarmBeats instances for a subscription. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: *ref_234 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_355 - type: object - properties: - - &ref_239 - schema: *ref_237 - serializedName: FarmBeatsListResponse - language: - default: &ref_238 - name: FarmBeatsListResponse - description: Paged response contains list of requested objects and a URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_238 - protocol: {} - language: - default: &ref_240 - name: FarmBeatsModelsClientListBySubscriptionResponse - description: FarmBeatsModelsClientListBySubscriptionResponse contains the response from method FarmBeatsModelsClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_239 - go: *ref_240 - protocol: {} protocol: {} - operationId: FarmBeatsModels_ListByResourceGroup apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_242 - schema: *ref_164 + - *ref_123 + - &ref_179 + schema: *ref_142 implementation: Method language: default: name: maxPageSize description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." serializedName: $maxPageSize - go: - name: MaxPageSize - description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: &ref_243 - schema: - type: object - language: - default: &ref_241 - name: FarmBeatsModelsClientListByResourceGroupOptions - description: FarmBeatsModelsClientListByResourceGroupOptions contains the optional parameters for the FarmBeatsModelsClient.NewListByResourceGroupPager method. - go: *ref_241 - protocol: {} - originalParameter: - - *ref_242 - - &ref_245 - schema: *ref_233 - implementation: Method - language: - default: - name: skipToken - description: Continuation token for getting next set of results. - serializedName: $skipToken - go: - name: SkipToken - description: Continuation token for getting next set of results. - paramGroup: *ref_243 - serializedName: $skipToken - protocol: - http: - in: query - required: false - serializedName: FarmBeatsModelsClientListByResourceGroupOptions - language: - default: &ref_244 - name: options - description: FarmBeatsModelsClientListByResourceGroupOptions contains the optional parameters for the FarmBeatsModelsClient.NewListByResourceGroupPager method. - go: *ref_244 - protocol: {} - serializedName: $maxPageSize protocol: http: in: query - - *ref_245 - - &ref_246 - schema: *ref_126 + - &ref_180 + schema: *ref_175 + implementation: Method + language: + default: + name: skipToken + description: Continuation token for getting next set of results. + serializedName: $skipToken + protocol: + http: + in: query + - &ref_181 + schema: *ref_125 implementation: Method required: true language: @@ -6790,18 +4782,14 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - *ref_125 - - *ref_127 + - *ref_124 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6810,10 +4798,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -6822,27 +4806,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats method: get uri: '{$host}' signatureParameters: - - *ref_242 - - *ref_245 - - *ref_246 + - *ref_179 + - *ref_180 + - *ref_181 responses: - - schema: *ref_237 + - schema: *ref_178 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -6856,9 +4834,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6905,51 +4880,15 @@ operationGroups: description: Lists the FarmBeats instances for a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists the FarmBeats instances for a resource group. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: *ref_243 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_356 - type: object - properties: - - &ref_248 - schema: *ref_237 - serializedName: FarmBeatsListResponse - language: - default: &ref_247 - name: FarmBeatsListResponse - description: Paged response contains list of requested objects and a URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_247 - protocol: {} - language: - default: &ref_249 - name: FarmBeatsModelsClientListByResourceGroupResponse - description: FarmBeatsModelsClientListByResourceGroupResponse contains the response from method FarmBeatsModelsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_248 - go: *ref_249 - protocol: {} protocol: {} - operationId: FarmBeatsModels_GetOperationResult apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_251 - schema: *ref_126 + - &ref_183 + schema: *ref_125 implementation: Method required: true language: @@ -6957,14 +4896,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_252 + - &ref_184 schema: *ref_2 implementation: Method required: true @@ -6973,16 +4908,12 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 - - &ref_253 - schema: *ref_250 + - *ref_126 + - &ref_185 + schema: *ref_182 implementation: Method required: true language: @@ -6990,16 +4921,12 @@ operationGroups: name: operationResultsId description: The operation results id. serializedName: operationResultsId - go: - name: operationResultsID - description: The operation results id. - serializedName: operationResultsId protocol: http: in: path requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7008,10 +4935,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7020,27 +4943,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/operationResults/{operationResultsId} method: get uri: '{$host}' signatureParameters: - - *ref_251 - - *ref_252 - - *ref_253 + - *ref_183 + - *ref_184 + - *ref_185 responses: - - schema: *ref_254 + - schema: *ref_186 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7054,9 +4971,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7082,72 +4996,12 @@ operationGroups: language: default: name: GetOperationResult - description: Get operationResults for a FarmBeats resource. - go: - name: GetOperationResult - description: |- - Get operationResults for a FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_335 - schema: - type: object - language: - default: &ref_255 - name: FarmBeatsModelsClientGetOperationResultOptions - description: FarmBeatsModelsClientGetOperationResultOptions contains the optional parameters for the FarmBeatsModelsClient.GetOperationResult method. - go: *ref_255 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsModelsClientGetOperationResultOptions - language: - default: &ref_256 - name: options - description: FarmBeatsModelsClientGetOperationResultOptions contains the optional parameters for the FarmBeatsModelsClient.GetOperationResult method. - go: *ref_256 - protocol: {} - protocolNaming: - internalMethod: getOperationResult - requestMethod: getOperationResultCreateRequest - responseMethod: getOperationResultHandleResponse - responseEnv: &ref_357 - type: object - properties: - - &ref_258 - schema: *ref_254 - serializedName: ArmAsyncOperation - language: - default: &ref_257 - name: ArmAsyncOperation - description: "Arm async operation class.\r\nRef: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations." - byValue: true - embeddedType: true - go: *ref_257 - protocol: {} - language: - default: &ref_259 - name: FarmBeatsModelsClientGetOperationResultResponse - description: FarmBeatsModelsClientGetOperationResultResponse contains the response from method FarmBeatsModelsClient.GetOperationResult. - marshallingFormat: json - responseType: true - resultProp: *ref_258 - go: *ref_259 - protocol: {} + description: Get operationResults for a FarmBeats resource. protocol: {} language: default: name: FarmBeatsModels description: '' - go: - name: FarmBeatsModels - description: '' - clientCtorName: NewFarmBeatsModelsClient - clientName: FarmBeatsModelsClient - clientParams: - - *ref_125 protocol: {} - $key: Locations operations: @@ -7155,28 +5009,25 @@ operationGroups: apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_262 + application/json: &ref_189 parameters: - - &ref_261 - schema: *ref_260 + - &ref_188 + schema: *ref_187 implementation: Method required: true language: default: name: body description: NameAvailabilityRequest object. - go: - name: body - description: NameAvailabilityRequest object. protocol: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7185,22 +5036,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_261 + - *ref_188 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability @@ -7210,17 +5054,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_262 + - *ref_189 signatureParameters: [] responses: - - schema: *ref_263 + - schema: *ref_190 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7234,9 +5075,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7278,71 +5116,11 @@ operationGroups: default: name: CheckNameAvailability description: Checks the name availability of the resource with requested resource name. - go: - name: CheckNameAvailability - description: |- - Checks the name availability of the resource with requested resource name. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: LocationsClient - openApiType: arm - optionalParamGroup: &ref_336 - schema: - type: object - language: - default: &ref_264 - name: LocationsClientCheckNameAvailabilityOptions - description: LocationsClientCheckNameAvailabilityOptions contains the optional parameters for the LocationsClient.CheckNameAvailability method. - go: *ref_264 - protocol: {} - originalParameter: [] - required: false - serializedName: LocationsClientCheckNameAvailabilityOptions - language: - default: &ref_265 - name: options - description: LocationsClientCheckNameAvailabilityOptions contains the optional parameters for the LocationsClient.CheckNameAvailability method. - go: *ref_265 - protocol: {} - protocolNaming: - internalMethod: checkNameAvailability - requestMethod: checkNameAvailabilityCreateRequest - responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_358 - type: object - properties: - - &ref_267 - schema: *ref_263 - serializedName: CheckNameAvailabilityResponse - language: - default: &ref_266 - name: CheckNameAvailabilityResponse - description: The check availability result. - byValue: true - embeddedType: true - go: *ref_266 - protocol: {} - language: - default: &ref_268 - name: LocationsClientCheckNameAvailabilityResponse - description: LocationsClientCheckNameAvailabilityResponse contains the response from method LocationsClient.CheckNameAvailability. - marshallingFormat: json - responseType: true - resultProp: *ref_267 - go: *ref_268 - protocol: {} protocol: {} language: default: name: Locations description: '' - go: - name: Locations - description: '' - clientCtorName: NewLocationsClient - clientName: LocationsClient - clientParams: - - *ref_125 protocol: {} - $key: Operations operations: @@ -7350,11 +5128,11 @@ operationGroups: apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - *ref_127 + - *ref_123 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7363,10 +5141,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7375,9 +5149,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AgFoodPlatform/operations @@ -7385,14 +5156,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_269 + - schema: *ref_191 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7406,9 +5174,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7491,69 +5256,11 @@ operationGroups: description: Lists the available operations of Microsoft.AgFoodPlatform resource provider. paging: nextLinkName: nextLink - go: - name: List - description: Lists the available operations of Microsoft.AgFoodPlatform resource provider. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_337 - schema: - type: object - language: - default: &ref_270 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_270 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_271 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_271 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_359 - type: object - properties: - - &ref_273 - schema: *ref_269 - serializedName: OperationListResult - language: - default: &ref_272 - name: OperationListResult - description: A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_272 - protocol: {} - language: - default: &ref_274 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_273 - go: *ref_274 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - $key: PrivateEndpointConnections operations: @@ -7561,10 +5268,10 @@ operationGroups: apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_277 - schema: *ref_126 + - &ref_194 + schema: *ref_125 implementation: Method required: true language: @@ -7572,14 +5279,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_278 + - &ref_195 schema: *ref_2 implementation: Method required: true @@ -7588,15 +5291,11 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_279 - schema: *ref_233 + - &ref_196 + schema: *ref_175 implementation: Method required: true language: @@ -7604,18 +5303,14 @@ operationGroups: name: privateEndpointConnectionName description: Private endpoint connection name. serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: Private endpoint connection name. - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_276 + application/json: &ref_193 parameters: - - &ref_275 + - &ref_192 schema: *ref_26 implementation: Method required: true @@ -7623,14 +5318,11 @@ operationGroups: default: name: body description: Request object. - go: - name: body - description: Request object. protocol: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7639,22 +5331,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_275 + - *ref_192 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName} @@ -7664,20 +5349,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_276 + - *ref_193 signatureParameters: - - *ref_277 - - *ref_278 - - *ref_279 + - *ref_194 + - *ref_195 + - *ref_196 responses: - schema: *ref_26 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7691,9 +5373,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7735,68 +5414,15 @@ operationGroups: default: name: CreateOrUpdate description: Approves or Rejects a Private endpoint connection request. - go: - name: CreateOrUpdate - description: |- - Approves or Rejects a Private endpoint connection request. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_338 - schema: - type: object - language: - default: &ref_280 - name: PrivateEndpointConnectionsClientCreateOrUpdateOptions - description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_280 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientCreateOrUpdateOptions - language: - default: &ref_281 - name: options - description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_281 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_360 - type: object - properties: - - &ref_283 - schema: *ref_26 - serializedName: PrivateEndpointConnection - language: - default: &ref_282 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_282 - protocol: {} - language: - default: &ref_284 - name: PrivateEndpointConnectionsClientCreateOrUpdateResponse - description: PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_283 - go: *ref_284 - protocol: {} protocol: {} - operationId: PrivateEndpointConnections_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_285 - schema: *ref_126 + - &ref_197 + schema: *ref_125 implementation: Method required: true language: @@ -7804,14 +5430,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_286 + - &ref_198 schema: *ref_2 implementation: Method required: true @@ -7820,15 +5442,11 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_287 - schema: *ref_233 + - &ref_199 + schema: *ref_175 implementation: Method required: true language: @@ -7836,17 +5454,13 @@ operationGroups: name: privateEndpointConnectionName description: Private endpoint connection name. serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: Private endpoint connection name. - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7855,10 +5469,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7867,27 +5477,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName} method: get uri: '{$host}' signatureParameters: - - *ref_285 - - *ref_286 - - *ref_287 + - *ref_197 + - *ref_198 + - *ref_199 responses: - schema: *ref_26 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7903,9 +5507,6 @@ operationGroups: default: name: '' description: Not Found - go: - name: '' - description: Not Found protocol: http: knownMediaType: json @@ -7918,9 +5519,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7964,68 +5562,15 @@ operationGroups: default: name: Get description: Get Private endpoint connection object. - go: - name: Get - description: |- - Get Private endpoint connection object. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_339 - schema: - type: object - language: - default: &ref_288 - name: PrivateEndpointConnectionsClientGetOptions - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_288 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientGetOptions - language: - default: &ref_289 - name: options - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_289 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_361 - type: object - properties: - - &ref_291 - schema: *ref_26 - serializedName: PrivateEndpointConnection - language: - default: &ref_290 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_290 - protocol: {} - language: - default: &ref_292 - name: PrivateEndpointConnectionsClientGetResponse - description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_291 - go: *ref_292 - protocol: {} protocol: {} - operationId: PrivateEndpointConnections_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_293 - schema: *ref_126 + - &ref_200 + schema: *ref_125 implementation: Method required: true language: @@ -8033,14 +5578,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_294 + - &ref_201 schema: *ref_2 implementation: Method required: true @@ -8049,15 +5590,11 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_295 - schema: *ref_233 + - &ref_202 + schema: *ref_175 implementation: Method required: true language: @@ -8065,17 +5602,13 @@ operationGroups: name: privateEndpointConnectionName description: Private endpoint connection name. serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: Private endpoint connection name. - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8084,10 +5617,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8096,26 +5625,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_293 - - *ref_294 - - *ref_295 + - *ref_200 + - *ref_201 + - *ref_202 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -8124,30 +5647,21 @@ operationGroups: default: name: '' description: accepted - go: - name: '' - description: accepted protocol: http: headers: - - schema: *ref_233 + - schema: *ref_175 header: Location language: default: name: Location description: '' - go: - name: Location - description: '' statusCodes: - '202' - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -8158,9 +5672,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -8190,70 +5701,15 @@ operationGroups: default: name: Delete description: Delete Private endpoint connection request. - go: - name: Delete - description: |- - Delete Private endpoint connection request. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_340 - schema: - type: object - language: - default: &ref_296 - name: PrivateEndpointConnectionsClientBeginDeleteOptions - description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_296 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_297 - name: string - description: '' - go: *ref_297 - protocol: {} - language: - default: &ref_298 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_298 - protocol: {} - required: false - serializedName: PrivateEndpointConnectionsClientBeginDeleteOptions - language: - default: &ref_299 - name: options - description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_299 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_362 - type: object - language: - default: &ref_300 - name: PrivateEndpointConnectionsClientDeleteResponse - description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_300 - protocol: {} protocol: {} - operationId: PrivateEndpointConnections_ListByResource apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_301 - schema: *ref_126 + - &ref_203 + schema: *ref_125 implementation: Method required: true language: @@ -8261,14 +5717,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_302 + - &ref_204 schema: *ref_2 implementation: Method required: true @@ -8277,17 +5729,13 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8296,10 +5744,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8308,26 +5752,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections method: get uri: '{$host}' signatureParameters: - - *ref_301 - - *ref_302 + - *ref_203 + - *ref_204 responses: - - schema: *ref_303 + - schema: *ref_205 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -8341,9 +5779,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -8395,71 +5830,11 @@ operationGroups: description: Get list of Private endpoint connections. paging: nextLinkName: null - go: - name: ListByResource - description: Get list of Private endpoint connections. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_341 - schema: - type: object - language: - default: &ref_304 - name: PrivateEndpointConnectionsClientListByResourceOptions - description: PrivateEndpointConnectionsClientListByResourceOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListByResourcePager method. - go: *ref_304 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientListByResourceOptions - language: - default: &ref_305 - name: options - description: PrivateEndpointConnectionsClientListByResourceOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListByResourcePager method. - go: *ref_305 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listByResource - requestMethod: listByResourceCreateRequest - responseMethod: listByResourceHandleResponse - responseEnv: &ref_363 - type: object - properties: - - &ref_307 - schema: *ref_303 - serializedName: PrivateEndpointConnectionListResult - language: - default: &ref_306 - name: PrivateEndpointConnectionListResult - description: List of private endpoint connection associated with the specified storage account - byValue: true - embeddedType: true - go: *ref_306 - protocol: {} - language: - default: &ref_308 - name: PrivateEndpointConnectionsClientListByResourceResponse - description: PrivateEndpointConnectionsClientListByResourceResponse contains the response from method PrivateEndpointConnectionsClient.NewListByResourcePager. - marshallingFormat: json - responseType: true - resultProp: *ref_307 - go: *ref_308 - protocol: {} protocol: {} language: default: name: PrivateEndpointConnections description: '' - go: - name: PrivateEndpointConnections - description: '' - clientCtorName: NewPrivateEndpointConnectionsClient - clientName: PrivateEndpointConnectionsClient - clientParams: - - *ref_125 protocol: {} - $key: PrivateLinkResources operations: @@ -8467,10 +5842,10 @@ operationGroups: apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_309 - schema: *ref_126 + - &ref_206 + schema: *ref_125 implementation: Method required: true language: @@ -8478,14 +5853,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_310 + - &ref_207 schema: *ref_2 implementation: Method required: true @@ -8494,17 +5865,13 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8513,10 +5880,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8525,26 +5888,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_309 - - *ref_310 + - *ref_206 + - *ref_207 responses: - - schema: *ref_311 + - schema: *ref_208 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -8558,9 +5915,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -8599,68 +5953,15 @@ operationGroups: description: Get list of Private link resources. paging: nextLinkName: null - go: - name: ListByResource - description: Get list of Private link resources. - azureARM: true - clientName: PrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_342 - schema: - type: object - language: - default: &ref_312 - name: PrivateLinkResourcesClientListByResourceOptions - description: PrivateLinkResourcesClientListByResourceOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListByResourcePager method. - go: *ref_312 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateLinkResourcesClientListByResourceOptions - language: - default: &ref_313 - name: options - description: PrivateLinkResourcesClientListByResourceOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListByResourcePager method. - go: *ref_313 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listByResource - requestMethod: listByResourceCreateRequest - responseMethod: listByResourceHandleResponse - responseEnv: &ref_364 - type: object - properties: - - &ref_315 - schema: *ref_311 - serializedName: PrivateLinkResourceListResult - language: - default: &ref_314 - name: PrivateLinkResourceListResult - description: A list of private link resources - byValue: true - embeddedType: true - go: *ref_314 - protocol: {} - language: - default: &ref_316 - name: PrivateLinkResourcesClientListByResourceResponse - description: PrivateLinkResourcesClientListByResourceResponse contains the response from method PrivateLinkResourcesClient.NewListByResourcePager. - marshallingFormat: json - responseType: true - resultProp: *ref_315 - go: *ref_316 - protocol: {} protocol: {} - operationId: PrivateLinkResources_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_318 - schema: *ref_126 + - &ref_210 + schema: *ref_125 implementation: Method required: true language: @@ -8668,14 +5969,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_319 + - &ref_211 schema: *ref_2 implementation: Method required: true @@ -8684,15 +5981,11 @@ operationGroups: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_320 - schema: *ref_317 + - &ref_212 + schema: *ref_209 implementation: Method required: true language: @@ -8700,17 +5993,13 @@ operationGroups: name: subResourceName description: Sub resource name. serializedName: subResourceName - go: - name: subResourceName - description: Sub resource name. - serializedName: subResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8719,10 +6008,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8731,27 +6016,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateLinkResources/{subResourceName} method: get uri: '{$host}' signatureParameters: - - *ref_318 - - *ref_319 - - *ref_320 + - *ref_210 + - *ref_211 + - *ref_212 responses: - schema: *ref_33 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -8767,9 +6046,6 @@ operationGroups: default: name: '' description: Not Found - go: - name: '' - description: Not Found protocol: http: knownMediaType: json @@ -8782,9 +6058,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -8823,71 +6096,11 @@ operationGroups: default: name: Get description: Get Private link resource object. - go: - name: Get - description: |- - Get Private link resource object. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_343 - schema: - type: object - language: - default: &ref_321 - name: PrivateLinkResourcesClientGetOptions - description: PrivateLinkResourcesClientGetOptions contains the optional parameters for the PrivateLinkResourcesClient.Get method. - go: *ref_321 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateLinkResourcesClientGetOptions - language: - default: &ref_322 - name: options - description: PrivateLinkResourcesClientGetOptions contains the optional parameters for the PrivateLinkResourcesClient.Get method. - go: *ref_322 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_365 - type: object - properties: - - &ref_324 - schema: *ref_33 - serializedName: PrivateLinkResource - language: - default: &ref_323 - name: PrivateLinkResource - description: A private link resource - byValue: true - embeddedType: true - go: *ref_323 - protocol: {} - language: - default: &ref_325 - name: PrivateLinkResourcesClientGetResponse - description: PrivateLinkResourcesClientGetResponse contains the response from method PrivateLinkResourcesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_324 - go: *ref_325 - protocol: {} protocol: {} language: default: name: PrivateLinkResources description: '' - go: - name: PrivateLinkResources - description: '' - clientCtorName: NewPrivateLinkResourcesClient - clientName: PrivateLinkResourcesClient - clientParams: - - *ref_125 protocol: {} security: authenticationRequired: true @@ -8899,62 +6112,5 @@ language: default: name: AzureAgFoodPlatformRPService description: '' - go: - name: AzureAgFoodPlatformRPService - description: '' - azureARM: true - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armagrifood - parameterGroups: - - *ref_326 - - *ref_327 - - *ref_328 - - *ref_329 - - *ref_163 - - *ref_179 - - *ref_330 - - *ref_331 - - *ref_332 - - *ref_333 - - *ref_334 - - *ref_234 - - *ref_243 - - *ref_335 - - *ref_336 - - *ref_337 - - *ref_338 - - *ref_339 - - *ref_340 - - *ref_341 - - *ref_342 - - *ref_343 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_344 - - *ref_345 - - *ref_346 - - *ref_347 - - *ref_348 - - *ref_349 - - *ref_350 - - *ref_351 - - *ref_352 - - *ref_353 - - *ref_354 - - *ref_355 - - *ref_356 - - *ref_357 - - *ref_358 - - *ref_359 - - *ref_360 - - *ref_361 - - *ref_362 - - *ref_363 - - *ref_364 - - *ref_365 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/test-modeler.yaml b/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/test-modeler.yaml index 647d35732..5543c63c2 100644 --- a/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/test-modeler.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/agrifood/armagrifood/__debug/test-modeler.yaml @@ -9,9 +9,6 @@ schemas: default: name: Boolean description: Indicates if the resource name is available. - go: - name: bool - description: Indicates if the resource name is available. protocol: {} - &ref_89 type: boolean @@ -19,12 +16,9 @@ schemas: default: name: Boolean description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. - go: - name: bool - description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. protocol: {} numbers: - - &ref_164 + - &ref_142 type: integer apiVersions: - version: 2021-09-01-preview @@ -36,9 +30,6 @@ schemas: default: name: Integer description: '' - go: - name: int32 - description: '' protocol: {} strings: - &ref_0 @@ -47,11 +38,8 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - - &ref_122 + - &ref_121 type: string apiVersions: - version: '3.0' @@ -60,11 +48,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_126 + - &ref_125 type: string apiVersions: - version: '3.0' @@ -74,9 +59,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_2 type: string @@ -87,10 +69,6 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - &ref_57 type: string @@ -101,9 +79,6 @@ schemas: default: name: ExtensionPropertiesExtensionId description: Extension Id. - go: - name: string - description: Extension Id. protocol: {} - &ref_58 type: string @@ -113,9 +88,6 @@ schemas: default: name: ExtensionPropertiesExtensionCategory description: Extension category. e.g. weather/sensor/satellite. - go: - name: string - description: Extension category. e.g. weather/sensor/satellite. protocol: {} - &ref_59 type: string @@ -126,9 +98,6 @@ schemas: default: name: ExtensionPropertiesInstalledExtensionVersion description: Installed extension version. - go: - name: string - description: Installed extension version. protocol: {} - &ref_60 type: string @@ -138,9 +107,6 @@ schemas: default: name: ExtensionPropertiesExtensionAuthLink description: Extension auth link. - go: - name: string - description: Extension auth link. protocol: {} - &ref_61 type: string @@ -150,9 +116,6 @@ schemas: default: name: ExtensionPropertiesExtensionApiDocsLink description: Extension api docs link. - go: - name: string - description: Extension api docs link. protocol: {} - &ref_62 type: string @@ -162,9 +125,6 @@ schemas: default: name: ExtensionETag description: The ETag value to implement optimistic concurrency. - go: - name: string - description: The ETag value to implement optimistic concurrency. protocol: {} - &ref_34 type: string @@ -174,9 +134,6 @@ schemas: default: name: ResourceId description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - go: - name: string - description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - &ref_35 type: string @@ -186,9 +143,6 @@ schemas: default: name: ResourceName description: The name of the resource - go: - name: string - description: The name of the resource protocol: {} - &ref_36 type: string @@ -198,9 +152,6 @@ schemas: default: name: ResourceType description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" - go: - name: string - description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - &ref_37 type: string @@ -210,9 +161,6 @@ schemas: default: name: SystemDataCreatedBy description: The identity that created the resource. - go: - name: string - description: The identity that created the resource. protocol: {} - &ref_40 type: string @@ -222,9 +170,6 @@ schemas: default: name: SystemDataLastModifiedBy description: The identity that last modified the resource. - go: - name: string - description: The identity that last modified the resource. protocol: {} - &ref_19 type: string @@ -234,9 +179,6 @@ schemas: default: name: ErrorDetailCode description: The error code. - go: - name: string - description: The error code. protocol: {} - &ref_20 type: string @@ -246,9 +188,6 @@ schemas: default: name: ErrorDetailMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - &ref_21 type: string @@ -258,9 +197,6 @@ schemas: default: name: ErrorDetailTarget description: The error target. - go: - name: string - description: The error target. protocol: {} - &ref_23 type: string @@ -270,11 +206,8 @@ schemas: default: name: ErrorAdditionalInfoType description: The additional info type. - go: - name: string - description: The additional info type. protocol: {} - - &ref_103 + - &ref_102 type: string apiVersions: - version: 2021-09-01-preview @@ -282,11 +215,8 @@ schemas: default: name: Get4ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_104 + - &ref_103 type: string apiVersions: - version: 2021-09-01-preview @@ -294,9 +224,6 @@ schemas: default: name: Get5ItemsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_67 type: string @@ -306,11 +233,8 @@ schemas: default: name: ExtensionListResponseNextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_106 + - &ref_105 type: string apiVersions: - version: 2021-09-01-preview @@ -318,11 +242,8 @@ schemas: default: name: Get0ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_107 + - &ref_106 type: string apiVersions: - version: 2021-09-01-preview @@ -330,11 +251,8 @@ schemas: default: name: Get1ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_108 + - &ref_107 type: string apiVersions: - version: 2021-09-01-preview @@ -342,11 +260,8 @@ schemas: default: name: Get2ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_109 + - &ref_108 type: string apiVersions: - version: 2021-09-01-preview @@ -354,9 +269,6 @@ schemas: default: name: Get3ItemsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_42 type: string @@ -366,9 +278,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesTargetResourceType description: Target ResourceType of the farmBeatsExtension. - go: - name: string - description: Target ResourceType of the farmBeatsExtension. protocol: {} - &ref_43 type: string @@ -381,9 +290,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesFarmBeatsExtensionId description: FarmBeatsExtension ID. - go: - name: string - description: FarmBeatsExtension ID. protocol: {} - &ref_44 type: string @@ -395,9 +301,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesFarmBeatsExtensionName description: FarmBeatsExtension name. - go: - name: string - description: FarmBeatsExtension name. protocol: {} - &ref_45 type: string @@ -410,9 +313,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesFarmBeatsExtensionVersion description: FarmBeatsExtension version. - go: - name: string - description: FarmBeatsExtension version. protocol: {} - &ref_46 type: string @@ -424,9 +324,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesPublisherId description: Publisher ID. - go: - name: string - description: Publisher ID. protocol: {} - &ref_47 type: string @@ -438,9 +335,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesDescription description: Textual description. - go: - name: string - description: Textual description. protocol: {} - &ref_48 type: string @@ -452,9 +346,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesExtensionCategory description: Category of the extension. e.g. weather/sensor/satellite. - go: - name: string - description: Category of the extension. e.g. weather/sensor/satellite. protocol: {} - &ref_49 type: string @@ -464,9 +355,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesExtensionAuthLink description: FarmBeatsExtension auth link. - go: - name: string - description: FarmBeatsExtension auth link. protocol: {} - &ref_50 type: string @@ -476,9 +364,6 @@ schemas: default: name: FarmBeatsExtensionPropertiesExtensionApiDocsLink description: FarmBeatsExtension api docs link. - go: - name: string - description: FarmBeatsExtension api docs link. protocol: {} - &ref_51 type: string @@ -488,9 +373,6 @@ schemas: default: name: DetailedInformationApiName description: ApiName available for the farmBeatsExtension. - go: - name: string - description: ApiName available for the farmBeatsExtension. protocol: {} - &ref_52 type: string @@ -500,9 +382,6 @@ schemas: default: name: DetailedInformationCustomParametersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_53 type: string @@ -512,9 +391,6 @@ schemas: default: name: DetailedInformationPlatformParametersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_54 type: string @@ -526,9 +402,6 @@ schemas: default: name: UnitSystemsInfoKey description: UnitSystem key sent as part of ProviderInput. - go: - name: string - description: UnitSystem key sent as part of ProviderInput. protocol: {} - &ref_55 type: string @@ -538,9 +411,6 @@ schemas: default: name: UnitSystemsInfoValuesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_56 type: string @@ -550,9 +420,6 @@ schemas: default: name: DetailedInformationApiInputParametersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_68 type: string @@ -562,11 +429,8 @@ schemas: default: name: FarmBeatsExtensionListResponseNextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_191 + - &ref_160 type: string apiVersions: - version: 2021-09-01-preview @@ -575,9 +439,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_13 type: string @@ -587,9 +448,6 @@ schemas: default: name: IdentityPrincipalId description: The principal ID of resource identity. - go: - name: string - description: The principal ID of resource identity. protocol: {} - &ref_14 type: string @@ -599,9 +457,6 @@ schemas: default: name: IdentityTenantId description: The tenant ID of resource. - go: - name: string - description: The tenant ID of resource. protocol: {} - &ref_16 type: string @@ -611,9 +466,6 @@ schemas: default: name: FarmBeatsPropertiesInstanceUri description: Uri of the FarmBeats instance. - go: - name: string - description: Uri of the FarmBeats instance. protocol: {} - &ref_18 type: string @@ -623,9 +475,6 @@ schemas: default: name: SensorIntegrationEnabled description: Sensor integration enable state. Allowed values are True, None - go: - name: string - description: Sensor integration enable state. Allowed values are True, None protocol: {} - &ref_7 type: string @@ -635,9 +484,6 @@ schemas: default: name: PrivateEndpointId description: The ARM identifier for Private Endpoint - go: - name: string - description: The ARM identifier for Private Endpoint protocol: {} - &ref_9 type: string @@ -647,9 +493,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateDescription description: The reason for approval/rejection of the connection. - go: - name: string - description: The reason for approval/rejection of the connection. protocol: {} - &ref_10 type: string @@ -659,9 +502,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateActionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: string - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - &ref_1 type: string @@ -671,9 +511,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_29 type: string @@ -687,9 +524,6 @@ schemas: default: name: TrackedResourceLocation description: The geo-location where the resource lives - go: - name: string - description: The geo-location where the resource lives protocol: {} - &ref_78 type: string @@ -699,11 +533,8 @@ schemas: default: name: FarmBeatsUpdateRequestModelLocation description: Geo-location where the resource lives. - go: - name: string - description: Geo-location where the resource lives. protocol: {} - - &ref_233 + - &ref_175 type: string apiVersions: - version: 2021-09-01-preview @@ -712,10 +543,6 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - &ref_81 type: string @@ -725,11 +552,8 @@ schemas: default: name: FarmBeatsListResponseNextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: Continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_250 + - &ref_182 type: string apiVersions: - version: 2021-09-01-preview @@ -738,9 +562,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_82 type: string @@ -750,9 +571,6 @@ schemas: default: name: ArmAsyncOperationStatus description: Status of the async operation. - go: - name: string - description: Status of the async operation. protocol: {} - &ref_83 type: string @@ -762,9 +580,6 @@ schemas: default: name: CheckNameAvailabilityRequestName description: The name of the resource for which availability needs to be checked. - go: - name: string - description: The name of the resource for which availability needs to be checked. protocol: {} - &ref_84 type: string @@ -774,9 +589,6 @@ schemas: default: name: CheckNameAvailabilityRequestType description: The resource type. - go: - name: string - description: The resource type. protocol: {} - &ref_87 type: string @@ -786,9 +598,6 @@ schemas: default: name: CheckNameAvailabilityResponseMessage description: Detailed reason why the given name is available. - go: - name: string - description: Detailed reason why the given name is available. protocol: {} - &ref_88 type: string @@ -798,9 +607,6 @@ schemas: default: name: OperationName description: 'The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' - go: - name: string - description: 'The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' protocol: {} - &ref_90 type: string @@ -810,9 +616,6 @@ schemas: default: name: OperationDisplayProvider description: The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". - go: - name: string - description: The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". protocol: {} - &ref_91 type: string @@ -822,9 +625,6 @@ schemas: default: name: OperationDisplayResource description: The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". - go: - name: string - description: The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". protocol: {} - &ref_92 type: string @@ -834,9 +634,6 @@ schemas: default: name: OperationDisplayOperation description: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". - go: - name: string - description: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". protocol: {} - &ref_93 type: string @@ -846,11 +643,8 @@ schemas: default: name: OperationDisplayDescription description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. - go: - name: string - description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. protocol: {} - - &ref_97 + - &ref_96 type: string apiVersions: - version: '3.0' @@ -858,9 +652,6 @@ schemas: default: name: OperationListResultNextLink description: URL to get the next set of operation list results (if there are any). - go: - name: string - description: URL to get the next set of operation list results (if there are any). protocol: {} - &ref_30 type: string @@ -870,9 +661,6 @@ schemas: default: name: PrivateLinkResourcePropertiesGroupId description: The private link resource group id. - go: - name: string - description: The private link resource group id. protocol: {} - &ref_31 type: string @@ -882,9 +670,6 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_32 type: string @@ -894,11 +679,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_317 + - &ref_209 type: string apiVersions: - version: 2021-09-01-preview @@ -906,9 +688,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} choices: - &ref_38 @@ -918,33 +697,21 @@ schemas: default: name: User description: '' - go: - name: CreatedByTypeUser - description: '' - value: Application language: default: name: Application description: '' - go: - name: CreatedByTypeApplication - description: '' - value: ManagedIdentity language: default: name: ManagedIdentity description: '' - go: - name: CreatedByTypeManagedIdentity - description: '' - value: Key language: default: name: Key description: '' - go: - name: CreatedByTypeKey - description: '' type: choice apiVersions: - version: '3.0' @@ -953,10 +720,6 @@ schemas: default: name: CreatedByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. - possibleValuesFunc: PossibleCreatedByTypeValues protocol: {} - &ref_17 choices: @@ -965,41 +728,26 @@ schemas: default: name: Creating description: '' - go: - name: ProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ProvisioningStateUpdating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ProvisioningStateDeleting - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStateFailed - description: '' type: choice apiVersions: - version: 2021-09-01-preview @@ -1008,10 +756,6 @@ schemas: default: name: ProvisioningState description: Sensor integration instance provisioning state. - go: - name: ProvisioningState - description: Sensor integration instance provisioning state. - possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - &ref_25 choices: @@ -1020,17 +764,11 @@ schemas: default: name: Enabled description: '' - go: - name: PublicNetworkAccessEnabled - description: '' - value: Hybrid language: default: name: Hybrid description: '' - go: - name: PublicNetworkAccessHybrid - description: '' type: choice apiVersions: - version: 2021-09-01-preview @@ -1039,10 +777,6 @@ schemas: default: name: PublicNetworkAccess description: Property to allow or block public traffic for an Azure FarmBeats resource. - go: - name: PublicNetworkAccess - description: Property to allow or block public traffic for an Azure FarmBeats resource. - possibleValuesFunc: PossiblePublicNetworkAccessValues protocol: {} - &ref_8 choices: @@ -1051,25 +785,16 @@ schemas: default: name: Pending description: '' - go: - name: PrivateEndpointServiceConnectionStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: PrivateEndpointServiceConnectionStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: PrivateEndpointServiceConnectionStatusRejected - description: '' type: choice apiVersions: - version: '3.0' @@ -1078,10 +803,6 @@ schemas: default: name: PrivateEndpointServiceConnectionStatus description: The private endpoint connection status. - go: - name: PrivateEndpointServiceConnectionStatus - description: The private endpoint connection status. - possibleValuesFunc: PossiblePrivateEndpointServiceConnectionStatusValues protocol: {} - &ref_11 choices: @@ -1090,33 +811,21 @@ schemas: default: name: Succeeded description: '' - go: - name: PrivateEndpointConnectionProvisioningStateSucceeded - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: PrivateEndpointConnectionProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: PrivateEndpointConnectionProvisioningStateDeleting - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PrivateEndpointConnectionProvisioningStateFailed - description: '' type: choice apiVersions: - version: '3.0' @@ -1125,10 +834,6 @@ schemas: default: name: PrivateEndpointConnectionProvisioningState description: The current provisioning state. - go: - name: PrivateEndpointConnectionProvisioningState - description: The current provisioning state. - possibleValuesFunc: PossiblePrivateEndpointConnectionProvisioningStateValues protocol: {} - &ref_86 choices: @@ -1137,17 +842,11 @@ schemas: default: name: Invalid description: '' - go: - name: CheckNameAvailabilityReasonInvalid - description: '' - value: AlreadyExists language: default: name: AlreadyExists description: '' - go: - name: CheckNameAvailabilityReasonAlreadyExists - description: '' type: choice apiVersions: - version: '3.0' @@ -1156,37 +855,24 @@ schemas: default: name: CheckNameAvailabilityReason description: The reason why the given name is not available. - go: - name: CheckNameAvailabilityReason - description: The reason why the given name is not available. - possibleValuesFunc: PossibleCheckNameAvailabilityReasonValues protocol: {} - - &ref_95 + - &ref_94 choices: - value: user language: default: name: User description: '' - go: - name: OriginUser - description: '' - value: system language: default: name: System description: '' - go: - name: OriginSystem - description: '' - value: user,system language: default: name: UserSystem description: '' - go: - name: OriginUserSystem - description: '' type: choice apiVersions: - version: '3.0' @@ -1195,21 +881,14 @@ schemas: default: name: Origin description: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" - go: - name: Origin - description: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" - possibleValuesFunc: PossibleOriginValues protocol: {} - - &ref_96 + - &ref_95 choices: - value: Internal language: default: name: Internal description: '' - go: - name: ActionTypeInternal - description: '' type: choice apiVersions: - version: '3.0' @@ -1218,13 +897,9 @@ schemas: default: name: ActionType description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - go: - name: ActionType - description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - possibleValuesFunc: PossibleActionTypeValues protocol: {} constants: - - &ref_123 + - &ref_122 type: constant value: value: 2021-09-01-preview @@ -1233,11 +908,8 @@ schemas: default: name: ApiVersion20210901Preview description: Api Version (2021-09-01-preview) - go: - name: string - description: Api Version (2021-09-01-preview) protocol: {} - - &ref_128 + - &ref_127 type: constant value: value: application/json @@ -1246,9 +918,6 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} - &ref_15 type: constant @@ -1261,9 +930,6 @@ schemas: default: name: ResourceIdentityType description: The identity type. - go: - name: string - description: The identity type. protocol: {} dictionaries: - &ref_28 @@ -1273,11 +939,6 @@ schemas: default: name: TrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_79 type: dictionary @@ -1286,11 +947,6 @@ schemas: default: name: FarmBeatsUpdateRequestModelTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} any: - &ref_24 @@ -1299,9 +955,6 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} dateTimes: - &ref_39 @@ -1313,10 +966,6 @@ schemas: default: name: SystemDataCreatedAt description: The timestamp of resource creation (UTC). - go: - name: time.Time - description: The timestamp of resource creation (UTC). - internalTimeType: timeRFC3339 protocol: {} - &ref_41 type: date-time @@ -1327,10 +976,6 @@ schemas: default: name: SystemDataLastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: time.Time - description: The timestamp of resource last modification (UTC) - internalTimeType: timeRFC3339 protocol: {} objects: - &ref_3 @@ -1385,13 +1030,10 @@ schemas: - schema: *ref_7 readOnly: true serializedName: id - language: &ref_520 + language: &ref_367 default: name: id description: The ARM identifier for Private Endpoint - go: - name: ID - description: READ-ONLY; The ARM identifier for Private Endpoint protocol: {} serializationFormats: - json @@ -1403,21 +1045,13 @@ schemas: name: PrivateEndpoint description: The Private Endpoint resource. namespace: '' - go: - name: PrivateEndpoint - description: PrivateEndpoint - The Private Endpoint resource. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: privateEndpoint - language: &ref_519 + language: &ref_366 default: name: privateEndpoint description: The resource of private end point. - go: - name: PrivateEndpoint - description: The resource of private end point. protocol: {} - schema: &ref_77 type: object @@ -1426,33 +1060,24 @@ schemas: properties: - schema: *ref_8 serializedName: status - language: &ref_516 + language: &ref_363 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - schema: *ref_9 serializedName: description - language: &ref_517 + language: &ref_364 default: name: description description: The reason for approval/rejection of the connection. - go: - name: Description - description: The reason for approval/rejection of the connection. protocol: {} - schema: *ref_10 serializedName: actionsRequired - language: &ref_521 + language: &ref_368 default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: ActionsRequired - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} serializationFormats: - json @@ -1464,33 +1089,22 @@ schemas: name: PrivateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. namespace: '' - go: - name: PrivateLinkServiceConnectionState - description: PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: privateLinkServiceConnectionState - language: &ref_515 + language: &ref_362 default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. - go: - name: PrivateLinkServiceConnectionState - description: REQUIRED; A collection of information about the state of the connection between service consumer and provider. protocol: {} - schema: *ref_11 readOnly: true required: false serializedName: provisioningState - language: &ref_522 + language: &ref_369 default: name: provisioningState description: The provisioning state of the private endpoint connection resource. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state of the private endpoint connection resource. protocol: {} serializationFormats: - json @@ -1502,22 +1116,14 @@ schemas: name: PrivateEndpointConnectionProperties description: Properties of the PrivateEndpointConnectProperties. namespace: '' - go: - name: PrivateEndpointConnectionProperties - description: PrivateEndpointConnectionProperties - Properties of the PrivateEndpointConnectProperties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_514 + language: &ref_361 default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} serializationFormats: - json @@ -1529,11 +1135,6 @@ schemas: name: PrivateEndpointConnection description: The Private Endpoint Connection resource. namespace: '' - go: - name: PrivateEndpointConnection - description: PrivateEndpointConnection - The Private Endpoint Connection resource. - marshallingFormat: json - namespace: '' protocol: {} - &ref_12 type: object @@ -1564,30 +1165,21 @@ schemas: default: name: principalId description: The principal ID of resource identity. - go: - name: PrincipalID - description: READ-ONLY; The principal ID of resource identity. protocol: {} - schema: *ref_14 readOnly: true serializedName: tenantId - language: &ref_468 + language: &ref_315 default: name: tenantId description: The tenant ID of resource. - go: - name: TenantID - description: READ-ONLY; The tenant ID of resource. protocol: {} - schema: *ref_15 serializedName: type - language: &ref_463 + language: &ref_310 default: name: type description: The identity type. - go: - name: Type - description: The identity type. protocol: {} serializationFormats: - json @@ -1599,20 +1191,12 @@ schemas: name: Identity description: Identity for the resource. namespace: '' - go: - name: Identity - description: Identity for the resource. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity - language: &ref_467 + language: &ref_314 default: name: identity description: Identity for the resource. - go: - name: Identity - description: Identity for the resource. protocol: {} - schema: &ref_73 type: object @@ -1622,24 +1206,18 @@ schemas: - schema: *ref_16 readOnly: true serializedName: instanceUri - language: &ref_442 + language: &ref_289 default: name: instanceUri description: Uri of the FarmBeats instance. - go: - name: InstanceURI - description: READ-ONLY; Uri of the FarmBeats instance. protocol: {} - schema: *ref_17 readOnly: true serializedName: provisioningState - language: &ref_443 + language: &ref_290 default: name: provisioningState description: FarmBeats instance provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; FarmBeats instance provisioning state. protocol: {} - schema: &ref_74 type: object @@ -1648,24 +1226,18 @@ schemas: properties: - schema: *ref_18 serializedName: enabled - language: &ref_466 + language: &ref_313 default: name: enabled description: Sensor integration enable state. Allowed values are True, None - go: - name: Enabled - description: Sensor integration enable state. Allowed values are True, None protocol: {} - schema: *ref_17 readOnly: true serializedName: provisioningState - language: &ref_470 + language: &ref_317 default: name: provisioningState description: Sensor integration instance provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; Sensor integration instance provisioning state. protocol: {} - schema: &ref_65 type: object @@ -1684,9 +1256,6 @@ schemas: default: name: code description: The error code. - go: - name: Code - description: READ-ONLY; The error code. protocol: {} - schema: *ref_20 readOnly: true @@ -1695,9 +1264,6 @@ schemas: default: name: message description: The error message. - go: - name: Message - description: READ-ONLY; The error message. protocol: {} - schema: *ref_21 readOnly: true @@ -1706,11 +1272,8 @@ schemas: default: name: target description: The error target. - go: - name: Target - description: READ-ONLY; The error target. protocol: {} - - schema: &ref_101 + - schema: &ref_100 type: array apiVersions: - version: '3.0' @@ -1723,11 +1286,6 @@ schemas: default: name: ErrorDetailDetails description: The error details. - go: - name: '[]*ErrorDetail' - description: The error details. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: details @@ -1739,12 +1297,8 @@ schemas: default: name: details description: The error details. - go: - name: Details - description: READ-ONLY; The error details. - byValue: true protocol: {} - - schema: &ref_102 + - schema: &ref_101 type: array apiVersions: - version: '3.0' @@ -1760,24 +1314,14 @@ schemas: default: name: type description: The additional info type. - go: - name: Type - description: READ-ONLY; The additional info type. protocol: {} - schema: *ref_24 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info description: The additional info. - go: - name: Info - description: READ-ONLY; The additional info. - byValue: true protocol: {} serializationFormats: - json @@ -1790,11 +1334,6 @@ schemas: name: ErrorAdditionalInfo description: The resource management error additional info. namespace: '' - go: - name: ErrorAdditionalInfo - description: ErrorAdditionalInfo - The resource management error additional info. - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: [] @@ -1802,11 +1341,6 @@ schemas: default: name: ErrorDetailAdditionalInfo description: The error additional info. - go: - name: '[]*ErrorAdditionalInfo' - description: The error additional info. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: additionalInfo @@ -1816,10 +1350,6 @@ schemas: default: name: additionalInfo description: The error additional info. - go: - name: AdditionalInfo - description: READ-ONLY; The error additional info. - byValue: true protocol: {} serializationFormats: - json @@ -1832,21 +1362,12 @@ schemas: name: ErrorDetail description: The error detail. namespace: '' - go: - name: ErrorDetail - description: ErrorDetail - The error detail. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: error language: default: name: error description: The error object. - go: - name: Error - description: The error object. protocol: {} serializationFormats: - json @@ -1861,21 +1382,12 @@ schemas: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). namespace: '' summary: Error response - go: - name: ErrorResponse - description: ErrorResponse - Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). - marshallingFormat: json - namespace: '' - summary: Error response protocol: {} serializedName: provisioningInfo language: default: name: provisioningInfo description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). - go: - name: ProvisioningInfo - description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). protocol: {} serializationFormats: - json @@ -1887,20 +1399,12 @@ schemas: name: SensorIntegration description: Sensor integration request model. namespace: '' - go: - name: SensorIntegration - description: SensorIntegration - Sensor integration request model. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sensorIntegration - language: &ref_469 + language: &ref_316 default: name: sensorIntegration description: Sensor integration request model. - go: - name: SensorIntegration - description: Sensor integration request model. protocol: {} - schema: *ref_25 serializedName: publicNetworkAccess @@ -1908,9 +1412,6 @@ schemas: default: name: publicNetworkAccess description: Property to allow or block public traffic for an Azure FarmBeats resource. - go: - name: PublicNetworkAccess - description: Property to allow or block public traffic for an Azure FarmBeats resource. protocol: {} - schema: *ref_26 readOnly: true @@ -1919,9 +1420,6 @@ schemas: default: name: privateEndpointConnections description: The Private Endpoint Connection resource. - go: - name: PrivateEndpointConnections - description: READ-ONLY; The Private Endpoint Connection resource. protocol: {} serializationFormats: - json @@ -1933,22 +1431,14 @@ schemas: name: FarmBeatsProperties description: FarmBeats ARM Resource properties. namespace: '' - go: - name: FarmBeatsProperties - description: FarmBeatsProperties - FarmBeats ARM Resource properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_441 + language: &ref_288 default: name: properties description: FarmBeats ARM Resource properties. - go: - name: Properties - description: FarmBeats ARM Resource properties. protocol: {} serializationFormats: - json @@ -1962,11 +1452,6 @@ schemas: name: FarmBeats description: FarmBeats ARM Resource. namespace: '' - go: - name: FarmBeats - description: FarmBeats ARM Resource. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_27 @@ -1980,20 +1465,14 @@ schemas: required: false serializedName: tags extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - create - update - language: &ref_445 + language: &ref_292 default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} - schema: *ref_29 required: true @@ -2002,13 +1481,10 @@ schemas: x-ms-mutability: - read - create - language: &ref_446 + language: &ref_293 default: name: location description: The geo-location where the resource lives - go: - name: Location - description: REQUIRED; The geo-location where the resource lives protocol: {} serializationFormats: - json @@ -2016,19 +1492,12 @@ schemas: usage: - output - input - language: &ref_444 + language: &ref_291 default: name: TrackedResource description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' namespace: '' summary: Tracked Resource - go: - name: TrackedResource - description: TrackedResource - The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' - hasArrayMap: true - marshallingFormat: json - namespace: '' - summary: Tracked Resource protocol: {} - *ref_27 - &ref_33 @@ -2041,7 +1510,7 @@ schemas: immediate: - *ref_6 properties: - - schema: &ref_100 + - schema: &ref_99 type: object apiVersions: - version: '3.0' @@ -2049,15 +1518,12 @@ schemas: - schema: *ref_30 readOnly: true serializedName: groupId - language: &ref_544 + language: &ref_391 default: name: groupId description: The private link resource group id. - go: - name: GroupID - description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_119 + - schema: &ref_118 type: array apiVersions: - version: '3.0' @@ -2066,24 +1532,15 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembers description: The private link resource required member names. - go: - name: '[]*string' - description: The private link resource required member names. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: requiredMembers - language: &ref_545 + language: &ref_392 default: name: requiredMembers description: The private link resource required member names. - go: - name: RequiredMembers - description: READ-ONLY; The private link resource required member names. - byValue: true protocol: {} - - schema: &ref_120 + - schema: &ref_119 type: array apiVersions: - version: '3.0' @@ -2092,21 +1549,12 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNames description: The private link resource Private link DNS zone name. - go: - name: '[]*string' - description: The private link resource Private link DNS zone name. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredZoneNames - language: &ref_546 + language: &ref_393 default: name: requiredZoneNames description: The private link resource Private link DNS zone name. - go: - name: RequiredZoneNames - description: The private link resource Private link DNS zone name. - byValue: true protocol: {} serializationFormats: - json @@ -2118,23 +1566,14 @@ schemas: name: PrivateLinkResourceProperties description: Properties of a private link resource. namespace: '' - go: - name: PrivateLinkResourceProperties - description: PrivateLinkResourceProperties - Properties of a private link resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_543 + language: &ref_390 default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} serializationFormats: - json @@ -2146,11 +1585,6 @@ schemas: name: PrivateLinkResource description: A private link resource namespace: '' - go: - name: PrivateLinkResource - description: PrivateLinkResource - A private link resource - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_4 @@ -2161,35 +1595,26 @@ schemas: - schema: *ref_34 readOnly: true serializedName: id - language: &ref_380 + language: &ref_227 default: name: id description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - go: - name: ID - description: READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - schema: *ref_35 readOnly: true serializedName: name - language: &ref_381 + language: &ref_228 default: name: name description: The name of the resource - go: - name: Name - description: READ-ONLY; The name of the resource protocol: {} - schema: *ref_36 readOnly: true serializedName: type - language: &ref_382 + language: &ref_229 default: name: type description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" - go: - name: Type - description: READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - schema: &ref_64 type: object @@ -2198,63 +1623,45 @@ schemas: properties: - schema: *ref_37 serializedName: createdBy - language: &ref_384 + language: &ref_231 default: name: createdBy description: The identity that created the resource. - go: - name: CreatedBy - description: The identity that created the resource. protocol: {} - schema: *ref_38 serializedName: createdByType - language: &ref_385 + language: &ref_232 default: name: createdByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. protocol: {} - schema: *ref_39 serializedName: createdAt - language: &ref_386 + language: &ref_233 default: name: createdAt description: The timestamp of resource creation (UTC). - go: - name: CreatedAt - description: The timestamp of resource creation (UTC). protocol: {} - schema: *ref_40 serializedName: lastModifiedBy - language: &ref_387 + language: &ref_234 default: name: lastModifiedBy description: The identity that last modified the resource. - go: - name: LastModifiedBy - description: The identity that last modified the resource. protocol: {} - schema: *ref_38 serializedName: lastModifiedByType - language: &ref_388 + language: &ref_235 default: name: lastModifiedByType description: The type of identity that last modified the resource. - go: - name: LastModifiedByType - description: The type of identity that last modified the resource. protocol: {} - schema: *ref_41 serializedName: lastModifiedAt - language: &ref_389 + language: &ref_236 default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: LastModifiedAt - description: The timestamp of resource last modification (UTC) protocol: {} serializationFormats: - json @@ -2266,22 +1673,13 @@ schemas: name: SystemData description: Metadata pertaining to creation and last modification of the resource. namespace: '' - go: - name: SystemData - description: SystemData - Metadata pertaining to creation and last modification of the resource. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: systemData - language: &ref_383 + language: &ref_230 default: name: systemData description: Azure Resource Manager metadata containing createdBy and modifiedBy information. - go: - name: SystemData - description: READ-ONLY; Azure Resource Manager metadata containing createdBy and modifiedBy information. protocol: {} serializationFormats: - json @@ -2291,18 +1689,12 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_379 + language: &ref_226 default: name: Resource description: Common fields that are returned in the response for all Azure Resource Manager resources namespace: '' summary: Resource - go: - name: Resource - description: Resource - Common fields that are returned in the response for all Azure Resource Manager resources - marshallingFormat: json - namespace: '' - summary: Resource protocol: {} immediate: - *ref_4 @@ -2315,57 +1707,42 @@ schemas: - schema: *ref_42 readOnly: true serializedName: targetResourceType - language: &ref_415 + language: &ref_262 default: name: targetResourceType description: Target ResourceType of the farmBeatsExtension. - go: - name: TargetResourceType - description: READ-ONLY; Target ResourceType of the farmBeatsExtension. protocol: {} - schema: *ref_43 readOnly: true serializedName: farmBeatsExtensionId - language: &ref_416 + language: &ref_263 default: name: farmBeatsExtensionId description: FarmBeatsExtension ID. - go: - name: FarmBeatsExtensionID - description: READ-ONLY; FarmBeatsExtension ID. protocol: {} - schema: *ref_44 readOnly: true serializedName: farmBeatsExtensionName - language: &ref_417 + language: &ref_264 default: name: farmBeatsExtensionName description: FarmBeatsExtension name. - go: - name: FarmBeatsExtensionName - description: READ-ONLY; FarmBeatsExtension name. protocol: {} - schema: *ref_45 readOnly: true serializedName: farmBeatsExtensionVersion - language: &ref_418 + language: &ref_265 default: name: farmBeatsExtensionVersion description: FarmBeatsExtension version. - go: - name: FarmBeatsExtensionVersion - description: READ-ONLY; FarmBeatsExtension version. protocol: {} - schema: *ref_46 readOnly: true serializedName: publisherId - language: &ref_419 + language: &ref_266 default: name: publisherId description: Publisher ID. - go: - name: PublisherID - description: READ-ONLY; Publisher ID. protocol: {} - schema: *ref_47 readOnly: true @@ -2374,44 +1751,32 @@ schemas: default: name: description description: Textual description. - go: - name: Description - description: READ-ONLY; Textual description. protocol: {} - schema: *ref_48 readOnly: true serializedName: extensionCategory - language: &ref_420 + language: &ref_267 default: name: extensionCategory description: Category of the extension. e.g. weather/sensor/satellite. - go: - name: ExtensionCategory - description: READ-ONLY; Category of the extension. e.g. weather/sensor/satellite. protocol: {} - schema: *ref_49 readOnly: true serializedName: extensionAuthLink - language: &ref_421 + language: &ref_268 default: name: extensionAuthLink description: FarmBeatsExtension auth link. - go: - name: ExtensionAuthLink - description: READ-ONLY; FarmBeatsExtension auth link. protocol: {} - schema: *ref_50 readOnly: true serializedName: extensionApiDocsLink - language: &ref_422 + language: &ref_269 default: name: extensionApiDocsLink description: FarmBeatsExtension api docs link. - go: - name: ExtensionAPIDocsLink - description: READ-ONLY; FarmBeatsExtension api docs link. protocol: {} - - schema: &ref_114 + - schema: &ref_113 type: array apiVersions: - version: 2021-09-01-preview @@ -2422,15 +1787,12 @@ schemas: properties: - schema: *ref_51 serializedName: apiName - language: &ref_424 + language: &ref_271 default: name: apiName description: ApiName available for the farmBeatsExtension. - go: - name: APIName - description: ApiName available for the farmBeatsExtension. protocol: {} - - schema: &ref_110 + - schema: &ref_109 type: array apiVersions: - version: 2021-09-01-preview @@ -2439,23 +1801,14 @@ schemas: default: name: DetailedInformationCustomParameters description: List of customParameters. - go: - name: '[]*string' - description: List of customParameters. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: customParameters - language: &ref_425 + language: &ref_272 default: name: customParameters description: List of customParameters. - go: - name: CustomParameters - description: List of customParameters. - byValue: true protocol: {} - - schema: &ref_111 + - schema: &ref_110 type: array apiVersions: - version: 2021-09-01-preview @@ -2464,21 +1817,12 @@ schemas: default: name: DetailedInformationPlatformParameters description: List of platformParameters. - go: - name: '[]*string' - description: List of platformParameters. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: platformParameters - language: &ref_426 + language: &ref_273 default: name: platformParameters description: List of platformParameters. - go: - name: PlatformParameters - description: List of platformParameters. - byValue: true protocol: {} - schema: &ref_71 type: object @@ -2488,15 +1832,12 @@ schemas: - schema: *ref_54 required: true serializedName: key - language: &ref_428 + language: &ref_275 default: name: key description: UnitSystem key sent as part of ProviderInput. - go: - name: Key - description: REQUIRED; UnitSystem key sent as part of ProviderInput. protocol: {} - - schema: &ref_112 + - schema: &ref_111 type: array apiVersions: - version: 2021-09-01-preview @@ -2505,22 +1846,13 @@ schemas: default: name: UnitSystemsInfoValues description: List of unit systems supported by this data provider. - go: - name: '[]*string' - description: List of unit systems supported by this data provider. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: values - language: &ref_429 + language: &ref_276 default: name: values description: List of unit systems supported by this data provider. - go: - name: Values - description: REQUIRED; List of unit systems supported by this data provider. - byValue: true protocol: {} serializationFormats: - json @@ -2532,23 +1864,14 @@ schemas: name: UnitSystemsInfo description: Unit systems info for the data provider. namespace: '' - go: - name: UnitSystemsInfo - description: UnitSystemsInfo - Unit systems info for the data provider. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: unitsSupported - language: &ref_427 + language: &ref_274 default: name: unitsSupported description: Unit systems info for the data provider. - go: - name: UnitsSupported - description: Unit systems info for the data provider. protocol: {} - - schema: &ref_113 + - schema: &ref_112 type: array apiVersions: - version: 2021-09-01-preview @@ -2557,21 +1880,12 @@ schemas: default: name: DetailedInformationApiInputParameters description: List of apiInputParameters. - go: - name: '[]*string' - description: List of apiInputParameters. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: apiInputParameters - language: &ref_430 + language: &ref_277 default: name: apiInputParameters description: List of apiInputParameters. - go: - name: APIInputParameters - description: List of apiInputParameters. - byValue: true protocol: {} serializationFormats: - json @@ -2583,12 +1897,6 @@ schemas: name: DetailedInformation description: Model to capture detailed information for farmBeatsExtensions. namespace: '' - go: - name: DetailedInformation - description: DetailedInformation - Model to capture detailed information for farmBeatsExtensions. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: [] @@ -2596,26 +1904,15 @@ schemas: default: name: FarmBeatsExtensionPropertiesDetailedInformation description: "Detailed information which shows summary of requested data.\r\nUsed in descriptive get extension metadata call.\r\nInformation for weather category per api included are apisSupported,\r\ncustomParameters, PlatformParameters and Units supported." - go: - name: '[]*DetailedInformation' - description: "Detailed information which shows summary of requested data.\r\nUsed in descriptive get extension metadata call.\r\nInformation for weather category per api included are apisSupported,\r\ncustomParameters, PlatformParameters and Units supported." - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: detailedInformation extensions: x-ms-identifiers: [] - language: &ref_423 + language: &ref_270 default: name: detailedInformation description: "Detailed information which shows summary of requested data.\r\nUsed in descriptive get extension metadata call.\r\nInformation for weather category per api included are apisSupported,\r\ncustomParameters, PlatformParameters and Units supported." - go: - name: DetailedInformation - description: |- - READ-ONLY; Detailed information which shows summary of requested data. Used in descriptive get extension metadata call. Information for weather category per api included are apisSupported, customParameters, - PlatformParameters and Units supported. - byValue: true protocol: {} serializationFormats: - json @@ -2627,23 +1924,14 @@ schemas: name: FarmBeatsExtensionProperties description: FarmBeatsExtension properties. namespace: '' - go: - name: FarmBeatsExtensionProperties - description: FarmBeatsExtensionProperties - FarmBeatsExtension properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_414 + language: &ref_261 default: name: properties description: FarmBeatsExtension properties. - go: - name: Properties - description: FarmBeatsExtension properties. protocol: {} serializationFormats: - json @@ -2657,11 +1945,6 @@ schemas: name: FarmBeatsExtension description: FarmBeats extension resource. namespace: '' - go: - name: FarmBeatsExtension - description: FarmBeatsExtension - FarmBeats extension resource. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_3 @@ -2677,18 +1960,12 @@ schemas: usage: - output - input - language: &ref_378 + language: &ref_225 default: name: ProxyResource description: The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location namespace: '' summary: Proxy Resource - go: - name: ProxyResource - description: ProxyResource - The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location - marshallingFormat: json - namespace: '' - summary: Proxy Resource protocol: {} - *ref_6 immediate: @@ -2706,53 +1983,38 @@ schemas: default: name: extensionId description: Extension Id. - go: - name: ExtensionID - description: READ-ONLY; Extension Id. protocol: {} - schema: *ref_58 readOnly: true serializedName: extensionCategory - language: &ref_373 + language: &ref_220 default: name: extensionCategory description: Extension category. e.g. weather/sensor/satellite. - go: - name: ExtensionCategory - description: READ-ONLY; Extension category. e.g. weather/sensor/satellite. protocol: {} - schema: *ref_59 readOnly: true serializedName: installedExtensionVersion - language: &ref_374 + language: &ref_221 default: name: installedExtensionVersion description: Installed extension version. - go: - name: InstalledExtensionVersion - description: READ-ONLY; Installed extension version. protocol: {} - schema: *ref_60 readOnly: true serializedName: extensionAuthLink - language: &ref_375 + language: &ref_222 default: name: extensionAuthLink description: Extension auth link. - go: - name: ExtensionAuthLink - description: READ-ONLY; Extension auth link. protocol: {} - schema: *ref_61 readOnly: true serializedName: extensionApiDocsLink - language: &ref_376 + language: &ref_223 default: name: extensionApiDocsLink description: Extension api docs link. - go: - name: ExtensionAPIDocsLink - description: READ-ONLY; Extension api docs link. protocol: {} serializationFormats: - json @@ -2764,33 +2026,22 @@ schemas: name: ExtensionProperties description: Extension resource properties. namespace: '' - go: - name: ExtensionProperties - description: ExtensionProperties - Extension resource properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_372 + language: &ref_219 default: name: properties description: Extension resource properties. - go: - name: Properties - description: Extension resource properties. protocol: {} - schema: *ref_62 readOnly: true serializedName: eTag - language: &ref_377 + language: &ref_224 default: name: eTag description: The ETag value to implement optimistic concurrency. - go: - name: ETag - description: READ-ONLY; The ETag value to implement optimistic concurrency. protocol: {} serializationFormats: - json @@ -2804,11 +2055,6 @@ schemas: name: Extension description: Extension resource. namespace: '' - go: - name: Extension - description: Extension resource. - marshallingFormat: json - namespace: '' protocol: {} - *ref_63 - *ref_4 @@ -2817,12 +2063,12 @@ schemas: - *ref_65 - *ref_22 - *ref_66 - - &ref_171 + - &ref_149 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_105 + - schema: &ref_104 type: array apiVersions: - version: 2021-09-01-preview @@ -2831,21 +2077,12 @@ schemas: default: name: ExtensionListResponseValue description: List of requested objects. - go: - name: '[]*Extension' - description: List of requested objects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_409 + language: &ref_256 default: name: value description: List of requested objects. - go: - name: Value - description: List of requested objects. - byValue: true protocol: {} - schema: *ref_67 readOnly: true @@ -2854,9 +2091,6 @@ schemas: default: name: nextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: READ-ONLY; Continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -2867,19 +2101,13 @@ schemas: name: ExtensionListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. namespace: '' - go: - name: ExtensionListResponse - description: ExtensionListResponse - Paged response contains list of requested objects and a URL link to get the next set of results. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_187 + - &ref_159 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_115 + - schema: &ref_114 type: array apiVersions: - version: 2021-09-01-preview @@ -2888,32 +2116,20 @@ schemas: default: name: FarmBeatsExtensionListResponseValue description: List of requested objects. - go: - name: '[]*FarmBeatsExtension' - description: List of requested objects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_413 + language: &ref_260 default: name: value description: List of requested objects. - go: - name: Value - description: List of requested objects. - byValue: true protocol: {} - schema: *ref_68 readOnly: true serializedName: nextLink - language: &ref_431 + language: &ref_278 default: name: nextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: READ-ONLY; Continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -2924,12 +2140,6 @@ schemas: name: FarmBeatsExtensionListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. namespace: '' - go: - name: FarmBeatsExtensionListResponse - description: FarmBeatsExtensionListResponse - Paged response contains list of requested objects and a URL link to get the next set of results. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_5 - *ref_69 @@ -2944,7 +2154,7 @@ schemas: - *ref_76 - *ref_77 - *ref_12 - - &ref_214 + - &ref_168 type: object apiVersions: - version: 2021-09-01-preview @@ -2955,19 +2165,13 @@ schemas: default: name: location description: Geo-location where the resource lives. - go: - name: Location - description: Geo-location where the resource lives. protocol: {} - schema: *ref_72 serializedName: identity - language: &ref_462 + language: &ref_309 default: name: identity description: Identity for the resource. - go: - name: Identity - description: Identity for the resource. protocol: {} - schema: &ref_80 type: object @@ -2976,13 +2180,10 @@ schemas: properties: - schema: *ref_74 serializedName: sensorIntegration - language: &ref_465 + language: &ref_312 default: name: sensorIntegration description: Sensor integration request model. - go: - name: SensorIntegration - description: Sensor integration request model. protocol: {} - schema: *ref_25 serializedName: publicNetworkAccess @@ -2990,9 +2191,6 @@ schemas: default: name: publicNetworkAccess description: Property to allow or block public traffic for an Azure FarmBeats resource. - go: - name: PublicNetworkAccess - description: Property to allow or block public traffic for an Azure FarmBeats resource. protocol: {} serializationFormats: - json @@ -3003,34 +2201,19 @@ schemas: name: FarmBeatsUpdateProperties description: FarmBeats ARM Resource properties. namespace: '' - go: - name: FarmBeatsUpdateProperties - description: FarmBeatsUpdateProperties - FarmBeats ARM Resource properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_464 + language: &ref_311 default: name: properties description: FarmBeats ARM Resource properties. - go: - name: Properties - description: FarmBeats ARM Resource properties. protocol: {} - schema: *ref_79 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_458 + language: &ref_305 default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -3041,21 +2224,14 @@ schemas: name: FarmBeatsUpdateRequestModel description: FarmBeats update request. namespace: '' - go: - name: FarmBeatsUpdateRequestModel - description: FarmBeatsUpdateRequestModel - FarmBeats update request. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - *ref_80 - - &ref_237 + - &ref_178 type: object apiVersions: - version: 2021-09-01-preview properties: - - schema: &ref_116 + - schema: &ref_115 type: array apiVersions: - version: 2021-09-01-preview @@ -3064,21 +2240,12 @@ schemas: default: name: FarmBeatsListResponseValue description: List of requested objects. - go: - name: '[]*FarmBeats' - description: List of requested objects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_476 + language: &ref_323 default: name: value description: List of requested objects. - go: - name: Value - description: List of requested objects. - byValue: true protocol: {} - schema: *ref_81 readOnly: true @@ -3087,9 +2254,6 @@ schemas: default: name: nextLink description: Continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: READ-ONLY; Continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -3100,27 +2264,18 @@ schemas: name: FarmBeatsListResponse description: Paged response contains list of requested objects and a URL link to get the next set of results. namespace: '' - go: - name: FarmBeatsListResponse - description: FarmBeatsListResponse - Paged response contains list of requested objects and a URL link to get the next set of results. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_254 + - &ref_186 type: object apiVersions: - version: 2021-09-01-preview properties: - schema: *ref_82 serializedName: status - language: &ref_487 + language: &ref_334 default: name: status description: Status of the async operation. - go: - name: Status - description: Status of the async operation. protocol: {} serializationFormats: - json @@ -3131,36 +2286,25 @@ schemas: name: ArmAsyncOperation description: "Arm async operation class.\r\nRef: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations." namespace: '' - go: - name: ArmAsyncOperation - description: 'ArmAsyncOperation - Arm async operation class. Ref: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations.' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_260 + - &ref_187 type: object apiVersions: - version: '3.0' properties: - schema: *ref_83 serializedName: name - language: &ref_490 + language: &ref_337 default: name: name description: The name of the resource for which availability needs to be checked. - go: - name: Name - description: The name of the resource for which availability needs to be checked. protocol: {} - schema: *ref_84 serializedName: type - language: &ref_491 + language: &ref_338 default: name: type description: The resource type. - go: - name: Type - description: The resource type. protocol: {} serializationFormats: - json @@ -3171,46 +2315,32 @@ schemas: name: CheckNameAvailabilityRequest description: The check availability request body. namespace: '' - go: - name: CheckNameAvailabilityRequest - description: CheckNameAvailabilityRequest - The check availability request body. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_263 + - &ref_190 type: object apiVersions: - version: '3.0' properties: - schema: *ref_85 serializedName: nameAvailable - language: &ref_493 + language: &ref_340 default: name: nameAvailable description: Indicates if the resource name is available. - go: - name: NameAvailable - description: Indicates if the resource name is available. protocol: {} - schema: *ref_86 serializedName: reason - language: &ref_494 + language: &ref_341 default: name: reason description: The reason why the given name is not available. - go: - name: Reason - description: The reason why the given name is not available. protocol: {} - schema: *ref_87 serializedName: message - language: &ref_495 + language: &ref_342 default: name: message description: Detailed reason why the given name is available. - go: - name: Message - description: Detailed reason why the given name is available. protocol: {} serializationFormats: - json @@ -3221,22 +2351,17 @@ schemas: name: CheckNameAvailabilityResponse description: The check availability result. namespace: '' - go: - name: CheckNameAvailabilityResponse - description: CheckNameAvailabilityResponse - The check availability result. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_269 + - &ref_191 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_117 + - schema: &ref_116 type: array apiVersions: - version: '3.0' - elementType: &ref_98 + elementType: &ref_97 type: object apiVersions: - version: '3.0' @@ -3244,26 +2369,20 @@ schemas: - schema: *ref_88 readOnly: true serializedName: name - language: &ref_500 + language: &ref_347 default: name: name description: 'The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' - go: - name: Name - description: 'READ-ONLY; The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"' protocol: {} - schema: *ref_89 readOnly: true serializedName: isDataAction - language: &ref_501 + language: &ref_348 default: name: isDataAction description: Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. - go: - name: IsDataAction - description: READ-ONLY; Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations. protocol: {} - - schema: &ref_99 + - schema: &ref_98 type: object apiVersions: - version: '3.0' @@ -3271,97 +2390,66 @@ schemas: - schema: *ref_90 readOnly: true serializedName: provider - language: &ref_503 + language: &ref_350 default: name: provider description: The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". - go: - name: Provider - description: READ-ONLY; The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". protocol: {} - schema: *ref_91 readOnly: true serializedName: resource - language: &ref_504 + language: &ref_351 default: name: resource description: The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". - go: - name: Resource - description: READ-ONLY; The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". protocol: {} - schema: *ref_92 readOnly: true serializedName: operation - language: &ref_505 + language: &ref_352 default: name: operation description: The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". - go: - name: Operation - description: READ-ONLY; The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". protocol: {} - schema: *ref_93 readOnly: true serializedName: description - language: &ref_506 + language: &ref_353 default: name: description description: The short, localized friendly description of the operation; suitable for tool tips and detailed views. - go: - name: Description - description: READ-ONLY; The short, localized friendly description of the operation; suitable for tool tips and detailed views. protocol: {} serializationFormats: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_94 - anonymous: true language: default: name: OperationDisplay description: Localized display information for this particular operation. namespace: '' - go: - name: OperationDisplay - description: OperationDisplay - Localized display information for this particular operation. - marshallingFormat: json - namespace: '' protocol: {} serializedName: display - extensions: - x-internal-autorest-anonymous-schema: *ref_94 - language: &ref_502 + language: &ref_349 default: name: display description: Localized display information for this particular operation. - go: - name: Display - description: Localized display information for this particular operation. protocol: {} - - schema: *ref_95 + - schema: *ref_94 readOnly: true serializedName: origin language: default: name: origin description: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" - go: - name: Origin - description: READ-ONLY; The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" protocol: {} - - schema: *ref_96 + - schema: *ref_95 readOnly: true serializedName: actionType language: default: name: actionType description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - go: - name: ActionType - description: READ-ONLY; Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. protocol: {} serializationFormats: - json @@ -3374,12 +2462,6 @@ schemas: description: Details of a REST API operation, returned from the Resource Provider Operations API namespace: '' summary: REST API Operation - go: - name: Operation - description: Operation - Details of a REST API operation, returned from the Resource Provider Operations API - marshallingFormat: json - namespace: '' - summary: REST API Operation protocol: {} extensions: x-ms-identifiers: @@ -3388,36 +2470,24 @@ schemas: default: name: OperationListResultValue description: List of operations supported by the resource provider - go: - name: '[]*Operation' - description: List of operations supported by the resource provider - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value extensions: x-ms-identifiers: - name - language: &ref_499 + language: &ref_346 default: name: value description: List of operations supported by the resource provider - go: - name: Value - description: READ-ONLY; List of operations supported by the resource provider - byValue: true protocol: {} - - schema: *ref_97 + - schema: *ref_96 readOnly: true serializedName: nextLink - language: &ref_507 + language: &ref_354 default: name: nextLink description: URL to get the next set of operation list results (if there are any). - go: - name: NextLink - description: READ-ONLY; URL to get the next set of operation list results (if there are any). protocol: {} serializationFormats: - json @@ -3428,21 +2498,15 @@ schemas: name: OperationListResult description: A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. namespace: '' - go: - name: OperationListResult - description: OperationListResult - A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_97 - *ref_98 - - *ref_99 - - &ref_303 + - &ref_205 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_118 + - schema: &ref_117 type: array apiVersions: - version: '3.0' @@ -3451,21 +2515,12 @@ schemas: default: name: PrivateEndpointConnectionListResultValue description: Array of private endpoint connections - go: - name: '[]*PrivateEndpointConnection' - description: Array of private endpoint connections - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_537 + language: &ref_384 default: name: value description: Array of private endpoint connections - go: - name: Value - description: Array of private endpoint connections - byValue: true protocol: {} serializationFormats: - json @@ -3476,19 +2531,13 @@ schemas: name: PrivateEndpointConnectionListResult description: List of private endpoint connection associated with the specified storage account namespace: '' - go: - name: PrivateEndpointConnectionListResult - description: PrivateEndpointConnectionListResult - List of private endpoint connection associated with the specified storage account - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_311 + - &ref_208 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_121 + - schema: &ref_120 type: array apiVersions: - version: '3.0' @@ -3497,21 +2546,12 @@ schemas: default: name: PrivateLinkResourceListResultValue description: Array of private link resources - go: - name: '[]*PrivateLinkResource' - description: Array of private link resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_542 + language: &ref_389 default: name: value description: Array of private link resources - go: - name: Value - description: Array of private link resources - byValue: true protocol: {} serializationFormats: - json @@ -3522,103 +2562,74 @@ schemas: name: PrivateLinkResourceListResult description: A list of private link resources namespace: '' - go: - name: PrivateLinkResourceListResult - description: PrivateLinkResourceListResult - A list of private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_33 - - *ref_100 + - *ref_99 arrays: + - *ref_100 - *ref_101 - - *ref_102 - - &ref_159 + - &ref_140 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_103 + elementType: *ref_102 language: default: name: ArrayOfGet4ItemsItem description: Array of Get4ItemsItem - go: - name: '[]string' - description: Array of Get4ItemsItem - elementIsPtr: true protocol: {} - - &ref_162 + - &ref_141 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_104 + elementType: *ref_103 language: default: name: ArrayOfGet5ItemsItem description: Array of Get5ItemsItem - go: - name: '[]string' - description: Array of Get5ItemsItem - elementIsPtr: true protocol: {} - - *ref_105 - - &ref_175 + - *ref_104 + - &ref_150 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_106 + elementType: *ref_105 language: default: name: ArrayOfGet0ItemsItem description: Array of Get0ItemsItem - go: - name: '[]string' - description: Array of Get0ItemsItem - elementIsPtr: true protocol: {} - - &ref_178 + - &ref_151 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_107 + elementType: *ref_106 language: default: name: ArrayOfGet1ItemsItem description: Array of Get1ItemsItem - go: - name: '[]string' - description: Array of Get1ItemsItem - elementIsPtr: true protocol: {} - - &ref_180 + - &ref_152 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_108 + elementType: *ref_107 language: default: name: ArrayOfGet2ItemsItem description: Array of Get2ItemsItem - go: - name: '[]string' - description: Array of Get2ItemsItem - elementIsPtr: true protocol: {} - - &ref_181 + - &ref_153 type: array apiVersions: - version: 2021-09-01-preview - elementType: *ref_109 + elementType: *ref_108 language: default: name: ArrayOfGet3ItemsItem description: Array of Get3ItemsItem - go: - name: '[]string' - description: Array of Get3ItemsItem - elementIsPtr: true protocol: {} + - *ref_109 - *ref_110 - *ref_111 - *ref_112 @@ -3630,27 +2641,22 @@ schemas: - *ref_118 - *ref_119 - *ref_120 - - *ref_121 globalParameters: - - &ref_125 - schema: *ref_122 + - &ref_124 + schema: *ref_121 implementation: Client required: true extensions: x-ms-priority: 0 - language: &ref_366 + language: &ref_213 default: name: SubscriptionId description: The ID of the target subscription. serializedName: subscriptionId - go: - name: subscriptionID - description: The ID of the target subscription. - serializedName: subscriptionId protocol: http: in: path - - &ref_124 + - &ref_123 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -3663,93 +2669,73 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri - - &ref_127 - schema: *ref_123 + - &ref_126 + schema: *ref_122 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_367 + language: &ref_214 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query operationGroups: - - &ref_391 + - &ref_238 $key: Extensions operations: - - &ref_390 + - &ref_237 operationId: Extensions_Create apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_129 - schema: *ref_126 + - &ref_128 + schema: *ref_125 implementation: Method required: true - language: &ref_368 + language: &ref_215 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_130 + - &ref_129 schema: *ref_2 implementation: Method required: true - language: &ref_369 + language: &ref_216 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_131 + - &ref_130 schema: *ref_2 implementation: Method required: true - language: &ref_370 + language: &ref_217 default: name: extensionId description: Id of extension resource. serializedName: extensionId - go: - name: extensionID - description: Id of extension resource. - serializedName: extensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -3758,10 +2744,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -3770,27 +2752,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId} method: put uri: '{$host}' signatureParameters: + - *ref_128 - *ref_129 - *ref_130 - - *ref_131 responses: - schema: *ref_3 - language: &ref_371 + language: &ref_218 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -3804,9 +2780,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -3847,119 +2820,54 @@ operationGroups: default: name: Create description: Install extension. - go: - name: Create - description: |- - Install extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: &ref_326 - schema: - type: object - language: - default: &ref_132 - name: ExtensionsClientCreateOptions - description: ExtensionsClientCreateOptions contains the optional parameters for the ExtensionsClient.Create method. - go: *ref_132 - protocol: {} - originalParameter: [] - required: false - serializedName: ExtensionsClientCreateOptions - language: - default: &ref_133 - name: options - description: ExtensionsClientCreateOptions contains the optional parameters for the ExtensionsClient.Create method. - go: *ref_133 - protocol: {} - protocolNaming: - internalMethod: create - requestMethod: createCreateRequest - responseMethod: createHandleResponse - responseEnv: &ref_344 - type: object - properties: - - &ref_135 - schema: *ref_3 - serializedName: Extension - language: - default: &ref_134 - name: Extension - description: Extension resource. - byValue: true - embeddedType: true - go: *ref_134 - protocol: {} - language: - default: &ref_136 - name: ExtensionsClientCreateResponse - description: ExtensionsClientCreateResponse contains the response from method ExtensionsClient.Create. - marshallingFormat: json - responseType: true - resultProp: *ref_135 - go: *ref_136 - protocol: {} protocol: {} - - &ref_396 + - &ref_243 operationId: Extensions_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_137 - schema: *ref_126 + - &ref_131 + schema: *ref_125 implementation: Method required: true - language: &ref_392 + language: &ref_239 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_138 + - &ref_132 schema: *ref_2 implementation: Method required: true - language: &ref_393 + language: &ref_240 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_139 + - &ref_133 schema: *ref_2 implementation: Method required: true - language: &ref_394 + language: &ref_241 default: name: extensionId description: Id of extension resource. serializedName: extensionId - go: - name: extensionID - description: Id of extension resource. - serializedName: extensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -3968,10 +2876,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -3980,27 +2884,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId} method: get uri: '{$host}' signatureParameters: - - *ref_137 - - *ref_138 - - *ref_139 + - *ref_131 + - *ref_132 + - *ref_133 responses: - schema: *ref_3 - language: &ref_395 + language: &ref_242 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -4014,9 +2912,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -4057,119 +2952,54 @@ operationGroups: default: name: Get description: Get installed extension details by extension id. - go: - name: Get - description: |- - Get installed extension details by extension id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: &ref_327 - schema: - type: object - language: - default: &ref_140 - name: ExtensionsClientGetOptions - description: ExtensionsClientGetOptions contains the optional parameters for the ExtensionsClient.Get method. - go: *ref_140 - protocol: {} - originalParameter: [] - required: false - serializedName: ExtensionsClientGetOptions - language: - default: &ref_141 - name: options - description: ExtensionsClientGetOptions contains the optional parameters for the ExtensionsClient.Get method. - go: *ref_141 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_345 - type: object - properties: - - &ref_143 - schema: *ref_3 - serializedName: Extension - language: - default: &ref_142 - name: Extension - description: Extension resource. - byValue: true - embeddedType: true - go: *ref_142 - protocol: {} - language: - default: &ref_144 - name: ExtensionsClientGetResponse - description: ExtensionsClientGetResponse contains the response from method ExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_143 - go: *ref_144 - protocol: {} protocol: {} - - &ref_401 + - &ref_248 operationId: Extensions_Update apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_145 - schema: *ref_126 + - &ref_134 + schema: *ref_125 implementation: Method required: true - language: &ref_397 + language: &ref_244 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_146 + - &ref_135 schema: *ref_2 implementation: Method required: true - language: &ref_398 + language: &ref_245 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_147 + - &ref_136 schema: *ref_2 implementation: Method required: true - language: &ref_399 + language: &ref_246 default: name: extensionId description: Id of extension resource. serializedName: extensionId - go: - name: extensionID - description: Id of extension resource. - serializedName: extensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4178,10 +3008,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -4190,27 +3016,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId} method: patch uri: '{$host}' signatureParameters: - - *ref_145 - - *ref_146 - - *ref_147 + - *ref_134 + - *ref_135 + - *ref_136 responses: - schema: *ref_3 - language: &ref_400 + language: &ref_247 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -4224,9 +3044,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -4267,119 +3084,54 @@ operationGroups: default: name: Update description: Upgrade to latest extension. - go: - name: Update - description: |- - Upgrade to latest extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: &ref_328 - schema: - type: object - language: - default: &ref_148 - name: ExtensionsClientUpdateOptions - description: ExtensionsClientUpdateOptions contains the optional parameters for the ExtensionsClient.Update method. - go: *ref_148 - protocol: {} - originalParameter: [] - required: false - serializedName: ExtensionsClientUpdateOptions - language: - default: &ref_149 - name: options - description: ExtensionsClientUpdateOptions contains the optional parameters for the ExtensionsClient.Update method. - go: *ref_149 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_346 - type: object - properties: - - &ref_151 - schema: *ref_3 - serializedName: Extension - language: - default: &ref_150 - name: Extension - description: Extension resource. - byValue: true - embeddedType: true - go: *ref_150 - protocol: {} - language: - default: &ref_152 - name: ExtensionsClientUpdateResponse - description: ExtensionsClientUpdateResponse contains the response from method ExtensionsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_151 - go: *ref_152 - protocol: {} protocol: {} - - &ref_405 + - &ref_252 operationId: Extensions_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_153 - schema: *ref_126 + - &ref_137 + schema: *ref_125 implementation: Method required: true - language: &ref_402 + language: &ref_249 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_154 + - &ref_138 schema: *ref_2 implementation: Method required: true - language: &ref_403 + language: &ref_250 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_155 + - &ref_139 schema: *ref_2 implementation: Method required: true - language: &ref_404 + language: &ref_251 default: name: extensionId description: Id of extension resource. serializedName: extensionId - go: - name: extensionID - description: Id of extension resource. - serializedName: extensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4388,10 +3140,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -4400,26 +3148,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId} method: delete uri: '{$host}' signatureParameters: - - *ref_153 - - *ref_154 - - *ref_155 + - *ref_137 + - *ref_138 + - *ref_139 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -4428,9 +3170,6 @@ operationGroups: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -4441,9 +3180,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -4468,180 +3204,90 @@ operationGroups: default: name: Delete description: Uninstall extension. - go: - name: Delete - description: |- - Uninstall extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: &ref_329 - schema: - type: object - language: - default: &ref_156 - name: ExtensionsClientDeleteOptions - description: ExtensionsClientDeleteOptions contains the optional parameters for the ExtensionsClient.Delete method. - go: *ref_156 - protocol: {} - originalParameter: [] - required: false - serializedName: ExtensionsClientDeleteOptions - language: - default: &ref_157 - name: options - description: ExtensionsClientDeleteOptions contains the optional parameters for the ExtensionsClient.Delete method. - go: *ref_157 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_347 - type: object - language: - default: &ref_158 - name: ExtensionsClientDeleteResponse - description: ExtensionsClientDeleteResponse contains the response from method ExtensionsClient.Delete. - responseType: true - go: *ref_158 - protocol: {} protocol: {} - - &ref_411 + - &ref_258 operationId: Extensions_ListByFarmBeats apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_169 - schema: *ref_126 + - &ref_143 + schema: *ref_125 implementation: Method required: true - language: &ref_406 + language: &ref_253 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_170 + - &ref_144 schema: *ref_2 implementation: Method required: true - language: &ref_407 + language: &ref_254 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 - - &ref_161 - schema: *ref_159 + - *ref_126 + - &ref_145 + schema: *ref_140 implementation: Method language: default: name: extensionIds description: Installed extension ids. serializedName: extensionIds - go: - name: ExtensionIDs - description: Installed extension ids. - byValue: true - paramGroup: &ref_163 - schema: - type: object - language: - default: &ref_160 - name: ExtensionsClientListByFarmBeatsOptions - description: ExtensionsClientListByFarmBeatsOptions contains the optional parameters for the ExtensionsClient.NewListByFarmBeatsPager method. - go: *ref_160 - protocol: {} - originalParameter: - - *ref_161 - - &ref_166 - schema: *ref_162 - implementation: Method - language: - default: - name: extensionCategories - description: Installed extension categories. - serializedName: extensionCategories - go: - name: ExtensionCategories - description: Installed extension categories. - byValue: true - paramGroup: *ref_163 - serializedName: extensionCategories - protocol: - http: - explode: true - in: query - style: form - - &ref_167 - schema: *ref_164 - implementation: Method - language: - default: - name: maxPageSize - description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." - serializedName: $maxPageSize - go: - name: MaxPageSize - description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: *ref_163 - serializedName: $maxPageSize - protocol: - http: - in: query - - &ref_168 - schema: *ref_2 - implementation: Method - language: - default: - name: skipToken - description: Skip token for getting next set of results. - serializedName: $skipToken - go: - name: SkipToken - description: Skip token for getting next set of results. - paramGroup: *ref_163 - serializedName: $skipToken - protocol: - http: - in: query - required: false - serializedName: ExtensionsClientListByFarmBeatsOptions - language: - default: &ref_165 - name: options - description: ExtensionsClientListByFarmBeatsOptions contains the optional parameters for the ExtensionsClient.NewListByFarmBeatsPager method. - go: *ref_165 - protocol: {} - serializedName: extensionIds protocol: http: - explode: true + explode: true + in: query + style: form + - &ref_146 + schema: *ref_141 + implementation: Method + language: + default: + name: extensionCategories + description: Installed extension categories. + serializedName: extensionCategories + protocol: + http: + explode: true + in: query + style: form + - &ref_147 + schema: *ref_142 + implementation: Method + language: + default: + name: maxPageSize + description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." + serializedName: $maxPageSize + protocol: + http: + in: query + - &ref_148 + schema: *ref_2 + implementation: Method + language: + default: + name: skipToken + description: Skip token for getting next set of results. + serializedName: $skipToken + protocol: + http: in: query - style: form - - *ref_166 - - *ref_167 - - *ref_168 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4650,10 +3296,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -4662,30 +3304,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions method: get uri: '{$host}' signatureParameters: - - *ref_169 - - *ref_170 - - *ref_161 - - *ref_166 - - *ref_167 - - *ref_168 + - *ref_143 + - *ref_144 + - *ref_145 + - *ref_146 + - *ref_147 + - *ref_148 responses: - - schema: *ref_171 - language: &ref_408 + - schema: *ref_149 + language: &ref_255 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -4699,9 +3335,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -4738,7 +3371,7 @@ operationGroups: lastModifiedAt: '2020-02-01T01:01:01.1075056Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_410 {} + headers: &ref_257 {} x-ms-pageable: nextLinkName: nextLink language: @@ -4747,182 +3380,88 @@ operationGroups: description: Get installed extensions details. paging: nextLinkName: nextLink - go: - name: ListByFarmBeats - description: Get installed extensions details. - azureARM: true - clientName: ExtensionsClient - openApiType: arm - optionalParamGroup: *ref_163 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByFarmBeats - requestMethod: listByFarmBeatsCreateRequest - responseMethod: listByFarmBeatsHandleResponse - responseEnv: &ref_348 - type: object - properties: - - &ref_173 - schema: *ref_171 - serializedName: ExtensionListResponse - language: - default: &ref_172 - name: ExtensionListResponse - description: Paged response contains list of requested objects and a URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_172 - protocol: {} - language: - default: &ref_174 - name: ExtensionsClientListByFarmBeatsResponse - description: ExtensionsClientListByFarmBeatsResponse contains the response from method ExtensionsClient.NewListByFarmBeatsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_173 - go: *ref_174 - protocol: {} protocol: {} language: default: name: Extensions description: '' - go: - name: Extensions - description: '' - clientCtorName: NewExtensionsClient - clientName: ExtensionsClient - clientParams: - - *ref_125 protocol: {} - - &ref_434 + - &ref_281 $key: FarmBeatsExtensions operations: - - &ref_433 + - &ref_280 operationId: FarmBeatsExtensions_List apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_177 - schema: *ref_175 + - *ref_123 + - &ref_154 + schema: *ref_150 implementation: Method language: default: name: farmBeatsExtensionIds description: FarmBeatsExtension ids. serializedName: farmBeatsExtensionIds - go: - name: FarmBeatsExtensionIDs - description: FarmBeatsExtension ids. - byValue: true - paramGroup: &ref_179 - schema: - type: object - language: - default: &ref_176 - name: FarmBeatsExtensionsClientListOptions - description: FarmBeatsExtensionsClientListOptions contains the optional parameters for the FarmBeatsExtensionsClient.NewListPager method. - go: *ref_176 - protocol: {} - originalParameter: - - *ref_177 - - &ref_183 - schema: *ref_178 - implementation: Method - language: - default: - name: farmBeatsExtensionNames - description: FarmBeats extension names. - serializedName: farmBeatsExtensionNames - go: - name: FarmBeatsExtensionNames - description: FarmBeats extension names. - byValue: true - paramGroup: *ref_179 - serializedName: farmBeatsExtensionNames - protocol: - http: - explode: true - in: query - style: form - - &ref_184 - schema: *ref_180 - implementation: Method - language: - default: - name: extensionCategories - description: Extension categories. - serializedName: extensionCategories - go: - name: ExtensionCategories - description: Extension categories. - byValue: true - paramGroup: *ref_179 - serializedName: extensionCategories - protocol: - http: - explode: true - in: query - style: form - - &ref_185 - schema: *ref_181 - implementation: Method - language: - default: - name: publisherIds - description: Publisher ids. - serializedName: publisherIds - go: - name: PublisherIDs - description: Publisher ids. - byValue: true - paramGroup: *ref_179 - serializedName: publisherIds - protocol: - http: - explode: true - in: query - style: form - - &ref_186 - schema: *ref_164 - implementation: Method - language: - default: - name: maxPageSize - description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." - serializedName: $maxPageSize - go: - name: MaxPageSize - description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: *ref_179 - serializedName: $maxPageSize - protocol: - http: - in: query - required: false - serializedName: FarmBeatsExtensionsClientListOptions - language: - default: &ref_182 - name: options - description: FarmBeatsExtensionsClientListOptions contains the optional parameters for the FarmBeatsExtensionsClient.NewListPager method. - go: *ref_182 - protocol: {} - serializedName: farmBeatsExtensionIds protocol: http: explode: true in: query style: form - - *ref_183 - - *ref_184 - - *ref_185 - - *ref_186 - - *ref_127 + - &ref_155 + schema: *ref_151 + implementation: Method + language: + default: + name: farmBeatsExtensionNames + description: FarmBeats extension names. + serializedName: farmBeatsExtensionNames + protocol: + http: + explode: true + in: query + style: form + - &ref_156 + schema: *ref_152 + implementation: Method + language: + default: + name: extensionCategories + description: Extension categories. + serializedName: extensionCategories + protocol: + http: + explode: true + in: query + style: form + - &ref_157 + schema: *ref_153 + implementation: Method + language: + default: + name: publisherIds + description: Publisher ids. + serializedName: publisherIds + protocol: + http: + explode: true + in: query + style: form + - &ref_158 + schema: *ref_142 + implementation: Method + language: + default: + name: maxPageSize + description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." + serializedName: $maxPageSize + protocol: + http: + in: query + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -4931,10 +3470,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -4943,29 +3478,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions method: get uri: '{$host}' signatureParameters: - - *ref_177 - - *ref_183 - - *ref_184 - - *ref_185 - - *ref_186 + - *ref_154 + - *ref_155 + - *ref_156 + - *ref_157 + - *ref_158 responses: - - schema: *ref_187 - language: &ref_412 + - schema: *ref_159 + language: &ref_259 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -4979,9 +3508,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -5200,7 +3726,7 @@ operationGroups: systemData: createdAt: '2021-04-12T15:28:06Z' lastModifiedAt: '2021-04-12T15:30:01Z' - headers: &ref_432 {} + headers: &ref_279 {} x-ms-pageable: nextLinkName: nextLink language: @@ -5209,69 +3735,29 @@ operationGroups: description: Get list of farmBeats extension. paging: nextLinkName: nextLink - go: - name: List - description: Get list of farmBeats extension. - azureARM: true - clientName: FarmBeatsExtensionsClient - openApiType: arm - optionalParamGroup: *ref_179 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_349 - type: object - properties: - - &ref_189 - schema: *ref_187 - serializedName: FarmBeatsExtensionListResponse - language: - default: &ref_188 - name: FarmBeatsExtensionListResponse - description: Paged response contains list of requested objects and a URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_188 - protocol: {} - language: - default: &ref_190 - name: FarmBeatsExtensionsClientListResponse - description: FarmBeatsExtensionsClientListResponse contains the response from method FarmBeatsExtensionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_189 - go: *ref_190 - protocol: {} protocol: {} - - &ref_437 + - &ref_284 operationId: FarmBeatsExtensions_Get apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_192 - schema: *ref_191 + - *ref_123 + - &ref_161 + schema: *ref_160 implementation: Method required: true - language: &ref_435 + language: &ref_282 default: name: farmBeatsExtensionId description: farmBeatsExtensionId to be queried. serializedName: farmBeatsExtensionId - go: - name: farmBeatsExtensionID - description: farmBeatsExtensionId to be queried. - serializedName: farmBeatsExtensionId protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5280,10 +3766,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5292,25 +3774,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/{farmBeatsExtensionId} method: get uri: '{$host}' signatureParameters: - - *ref_192 + - *ref_161 responses: - schema: *ref_5 - language: &ref_436 + language: &ref_283 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -5324,9 +3800,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -5548,116 +4021,50 @@ operationGroups: default: name: Get description: Get farmBeats extension. - go: - name: Get - description: |- - Get farmBeats extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsExtensionsClient - openApiType: arm - optionalParamGroup: &ref_330 - schema: - type: object - language: - default: &ref_193 - name: FarmBeatsExtensionsClientGetOptions - description: FarmBeatsExtensionsClientGetOptions contains the optional parameters for the FarmBeatsExtensionsClient.Get method. - go: *ref_193 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsExtensionsClientGetOptions - language: - default: &ref_194 - name: options - description: FarmBeatsExtensionsClientGetOptions contains the optional parameters for the FarmBeatsExtensionsClient.Get method. - go: *ref_194 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_350 - type: object - properties: - - &ref_196 - schema: *ref_5 - serializedName: FarmBeatsExtension - language: - default: &ref_195 - name: FarmBeatsExtension - description: FarmBeats extension resource. - byValue: true - embeddedType: true - go: *ref_195 - protocol: {} - language: - default: &ref_197 - name: FarmBeatsExtensionsClientGetResponse - description: FarmBeatsExtensionsClientGetResponse contains the response from method FarmBeatsExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_196 - go: *ref_197 - protocol: {} protocol: {} language: default: name: FarmBeatsExtensions description: '' - go: - name: FarmBeatsExtensions - description: '' - clientCtorName: NewFarmBeatsExtensionsClient - clientName: FarmBeatsExtensionsClient protocol: {} - - &ref_448 + - &ref_295 $key: FarmBeatsModels operations: - - &ref_447 + - &ref_294 operationId: FarmBeatsModels_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_198 - schema: *ref_126 + - &ref_162 + schema: *ref_125 implementation: Method required: true - language: &ref_438 + language: &ref_285 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_199 + - &ref_163 schema: *ref_2 implementation: Method required: true - language: &ref_439 + language: &ref_286 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5666,10 +4073,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5678,26 +4081,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName} method: get uri: '{$host}' signatureParameters: - - *ref_198 - - *ref_199 + - *ref_162 + - *ref_163 responses: - schema: *ref_27 - language: &ref_440 + language: &ref_287 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -5711,9 +4108,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -5754,119 +4148,55 @@ operationGroups: default: name: Get description: Get FarmBeats resource. - go: - name: Get - description: |- - Get FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_331 - schema: - type: object - language: - default: &ref_200 - name: FarmBeatsModelsClientGetOptions - description: FarmBeatsModelsClientGetOptions contains the optional parameters for the FarmBeatsModelsClient.Get method. - go: *ref_200 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsModelsClientGetOptions - language: - default: &ref_201 - name: options - description: FarmBeatsModelsClientGetOptions contains the optional parameters for the FarmBeatsModelsClient.Get method. - go: *ref_201 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_351 - type: object - properties: - - &ref_203 - schema: *ref_27 - serializedName: FarmBeats - language: - default: &ref_202 - name: FarmBeats - description: FarmBeats ARM Resource. - byValue: true - embeddedType: true - go: *ref_202 - protocol: {} - language: - default: &ref_204 - name: FarmBeatsModelsClientGetResponse - description: FarmBeatsModelsClientGetResponse contains the response from method FarmBeatsModelsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_203 - go: *ref_204 - protocol: {} protocol: {} - - &ref_454 + - &ref_301 operationId: FarmBeatsModels_CreateOrUpdate apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_207 - schema: *ref_126 + - &ref_166 + schema: *ref_125 implementation: Method required: true - language: &ref_449 + language: &ref_296 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_208 + - &ref_167 schema: *ref_2 implementation: Method required: true - language: &ref_450 + language: &ref_297 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_206 + application/json: &ref_165 parameters: - - &ref_205 + - &ref_164 schema: *ref_27 implementation: Method required: true - language: &ref_451 + language: &ref_298 default: name: body description: FarmBeats resource create or update request object. - go: - name: body - description: FarmBeats resource create or update request object. protocol: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -5875,22 +4205,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_205 + - *ref_164 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName} @@ -5900,19 +4223,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_206 + - *ref_165 signatureParameters: - - *ref_207 - - *ref_208 + - *ref_166 + - *ref_167 responses: - schema: *ref_27 - language: &ref_452 + language: &ref_299 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -5921,13 +4241,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_27 - language: &ref_453 + language: &ref_300 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -5941,9 +4258,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6009,119 +4323,55 @@ operationGroups: default: name: CreateOrUpdate description: Create or update FarmBeats resource. - go: - name: CreateOrUpdate - description: |- - Create or update FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_332 - schema: - type: object - language: - default: &ref_209 - name: FarmBeatsModelsClientCreateOrUpdateOptions - description: FarmBeatsModelsClientCreateOrUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.CreateOrUpdate method. - go: *ref_209 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsModelsClientCreateOrUpdateOptions - language: - default: &ref_210 - name: options - description: FarmBeatsModelsClientCreateOrUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.CreateOrUpdate method. - go: *ref_210 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_352 - type: object - properties: - - &ref_212 - schema: *ref_27 - serializedName: FarmBeats - language: - default: &ref_211 - name: FarmBeats - description: FarmBeats ARM Resource. - byValue: true - embeddedType: true - go: *ref_211 - protocol: {} - language: - default: &ref_213 - name: FarmBeatsModelsClientCreateOrUpdateResponse - description: FarmBeatsModelsClientCreateOrUpdateResponse contains the response from method FarmBeatsModelsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_212 - go: *ref_213 - protocol: {} protocol: {} - - &ref_461 + - &ref_308 operationId: FarmBeatsModels_Update apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_217 - schema: *ref_126 + - &ref_171 + schema: *ref_125 implementation: Method required: true - language: &ref_455 + language: &ref_302 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_218 + - &ref_172 schema: *ref_2 implementation: Method required: true - language: &ref_456 + language: &ref_303 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_216 + application/json: &ref_170 parameters: - - &ref_215 - schema: *ref_214 + - &ref_169 + schema: *ref_168 implementation: Method required: true - language: &ref_457 + language: &ref_304 default: name: body description: Request object. - go: - name: body - description: Request object. protocol: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6130,22 +4380,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_215 + - *ref_169 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName} @@ -6155,19 +4398,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_216 + - *ref_170 signatureParameters: - - *ref_217 - - *ref_218 + - *ref_171 + - *ref_172 responses: - schema: *ref_27 - language: &ref_459 + language: &ref_306 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -6179,9 +4419,6 @@ operationGroups: default: name: '' description: accepted - go: - name: '' - description: accepted protocol: http: headers: @@ -6191,9 +4428,6 @@ operationGroups: default: name: Location description: '' - go: - name: Location - description: '' statusCodes: - '202' exceptions: @@ -6202,9 +4436,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6246,7 +4477,7 @@ operationGroups: key1: value1 key2: value2 '202': - headers: &ref_460 + headers: &ref_307 location: http://azure.async.operation/status FarmBeatsModels_UpdateWithSensor: parameters: @@ -6292,7 +4523,7 @@ operationGroups: key1: value1 key2: value2 '202': - headers: &ref_471 + headers: &ref_318 location: http://azure.async.operation/status x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -6301,119 +4532,42 @@ operationGroups: default: name: Update description: Update a FarmBeats resource. - go: - name: Update - description: |- - Update a FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_333 - schema: - type: object - language: - default: &ref_219 - name: FarmBeatsModelsClientBeginUpdateOptions - description: FarmBeatsModelsClientBeginUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.BeginUpdate method. - go: *ref_219 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_220 - name: string - description: '' - go: *ref_220 - protocol: {} - language: - default: &ref_221 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_221 - protocol: {} - required: false - serializedName: FarmBeatsModelsClientBeginUpdateOptions - language: - default: &ref_222 - name: options - description: FarmBeatsModelsClientBeginUpdateOptions contains the optional parameters for the FarmBeatsModelsClient.BeginUpdate method. - go: *ref_222 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_353 - type: object - properties: - - &ref_224 - schema: *ref_27 - serializedName: FarmBeats - language: - default: &ref_223 - name: FarmBeats - description: FarmBeats ARM Resource. - byValue: true - embeddedType: true - go: *ref_223 - protocol: {} - language: - default: &ref_225 - name: FarmBeatsModelsClientUpdateResponse - description: FarmBeatsModelsClientUpdateResponse contains the response from method FarmBeatsModelsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_224 - go: *ref_225 - protocol: {} protocol: {} - - &ref_474 + - &ref_321 operationId: FarmBeatsModels_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_226 - schema: *ref_126 + - &ref_173 + schema: *ref_125 implementation: Method required: true - language: &ref_472 - default: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName - go: + language: &ref_319 + default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName protocol: http: in: path - - &ref_227 + - &ref_174 schema: *ref_2 implementation: Method required: true - language: &ref_473 + language: &ref_320 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6422,10 +4576,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -6434,25 +4584,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName} method: delete uri: '{$host}' signatureParameters: - - *ref_226 - - *ref_227 + - *ref_173 + - *ref_174 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -6461,9 +4605,6 @@ operationGroups: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -6474,9 +4615,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6500,108 +4638,40 @@ operationGroups: default: name: Delete description: Delete a FarmBeats resource. - go: - name: Delete - description: |- - Delete a FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_334 - schema: - type: object - language: - default: &ref_228 - name: FarmBeatsModelsClientDeleteOptions - description: FarmBeatsModelsClientDeleteOptions contains the optional parameters for the FarmBeatsModelsClient.Delete method. - go: *ref_228 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsModelsClientDeleteOptions - language: - default: &ref_229 - name: options - description: FarmBeatsModelsClientDeleteOptions contains the optional parameters for the FarmBeatsModelsClient.Delete method. - go: *ref_229 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_354 - type: object - language: - default: &ref_230 - name: FarmBeatsModelsClientDeleteResponse - description: FarmBeatsModelsClientDeleteResponse contains the response from method FarmBeatsModelsClient.Delete. - responseType: true - go: *ref_230 - protocol: {} protocol: {} - - &ref_478 + - &ref_325 operationId: FarmBeatsModels_ListBySubscription apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_232 - schema: *ref_164 + - *ref_123 + - &ref_176 + schema: *ref_142 implementation: Method language: default: name: maxPageSize description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." serializedName: $maxPageSize - go: - name: MaxPageSize - description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: &ref_234 - schema: - type: object - language: - default: &ref_231 - name: FarmBeatsModelsClientListBySubscriptionOptions - description: FarmBeatsModelsClientListBySubscriptionOptions contains the optional parameters for the FarmBeatsModelsClient.NewListBySubscriptionPager method. - go: *ref_231 - protocol: {} - originalParameter: - - *ref_232 - - &ref_236 - schema: *ref_233 - implementation: Method - language: - default: - name: skipToken - description: Skip token for getting next set of results. - serializedName: $skipToken - go: - name: SkipToken - description: Skip token for getting next set of results. - paramGroup: *ref_234 - serializedName: $skipToken - protocol: - http: - in: query - required: false - serializedName: FarmBeatsModelsClientListBySubscriptionOptions - language: - default: &ref_235 - name: options - description: FarmBeatsModelsClientListBySubscriptionOptions contains the optional parameters for the FarmBeatsModelsClient.NewListBySubscriptionPager method. - go: *ref_235 - protocol: {} - serializedName: $maxPageSize protocol: http: in: query - - *ref_236 - - *ref_125 - - *ref_127 + - &ref_177 + schema: *ref_175 + implementation: Method + language: + default: + name: skipToken + description: Skip token for getting next set of results. + serializedName: $skipToken + protocol: + http: + in: query + - *ref_124 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6610,10 +4680,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -6622,26 +4688,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/farmBeats method: get uri: '{$host}' signatureParameters: - - *ref_232 - - *ref_236 + - *ref_176 + - *ref_177 responses: - - schema: *ref_237 - language: &ref_475 + - schema: *ref_178 + language: &ref_322 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -6655,9 +4715,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6694,7 +4751,7 @@ operationGroups: tags: key1: value1 key2: value2 - headers: &ref_477 {} + headers: &ref_324 {} x-ms-pageable: nextLinkName: nextLink language: @@ -6703,121 +4760,52 @@ operationGroups: description: Lists the FarmBeats instances for a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists the FarmBeats instances for a subscription. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: *ref_234 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_355 - type: object - properties: - - &ref_239 - schema: *ref_237 - serializedName: FarmBeatsListResponse - language: - default: &ref_238 - name: FarmBeatsListResponse - description: Paged response contains list of requested objects and a URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_238 - protocol: {} - language: - default: &ref_240 - name: FarmBeatsModelsClientListBySubscriptionResponse - description: FarmBeatsModelsClientListBySubscriptionResponse contains the response from method FarmBeatsModelsClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_239 - go: *ref_240 - protocol: {} protocol: {} - - &ref_482 + - &ref_329 operationId: FarmBeatsModels_ListByResourceGroup apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - &ref_242 - schema: *ref_164 + - *ref_123 + - &ref_179 + schema: *ref_142 implementation: Method language: default: name: maxPageSize description: "Maximum number of items needed (inclusive).\r\nMinimum = 10, Maximum = 1000, Default value = 50." serializedName: $maxPageSize - go: - name: MaxPageSize - description: Maximum number of items needed (inclusive). Minimum = 10, Maximum = 1000, Default value = 50. - paramGroup: &ref_243 - schema: - type: object - language: - default: &ref_241 - name: FarmBeatsModelsClientListByResourceGroupOptions - description: FarmBeatsModelsClientListByResourceGroupOptions contains the optional parameters for the FarmBeatsModelsClient.NewListByResourceGroupPager method. - go: *ref_241 - protocol: {} - originalParameter: - - *ref_242 - - &ref_245 - schema: *ref_233 - implementation: Method - language: - default: - name: skipToken - description: Continuation token for getting next set of results. - serializedName: $skipToken - go: - name: SkipToken - description: Continuation token for getting next set of results. - paramGroup: *ref_243 - serializedName: $skipToken - protocol: - http: - in: query - required: false - serializedName: FarmBeatsModelsClientListByResourceGroupOptions - language: - default: &ref_244 - name: options - description: FarmBeatsModelsClientListByResourceGroupOptions contains the optional parameters for the FarmBeatsModelsClient.NewListByResourceGroupPager method. - go: *ref_244 - protocol: {} - serializedName: $maxPageSize protocol: http: in: query - - *ref_245 - - &ref_246 - schema: *ref_126 + - &ref_180 + schema: *ref_175 + implementation: Method + language: + default: + name: skipToken + description: Continuation token for getting next set of results. + serializedName: $skipToken + protocol: + http: + in: query + - &ref_181 + schema: *ref_125 implementation: Method required: true - language: &ref_479 + language: &ref_326 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - *ref_125 - - *ref_127 + - *ref_124 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -6826,10 +4814,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -6838,27 +4822,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats method: get uri: '{$host}' signatureParameters: - - *ref_242 - - *ref_245 - - *ref_246 + - *ref_179 + - *ref_180 + - *ref_181 responses: - - schema: *ref_237 - language: &ref_480 + - schema: *ref_178 + language: &ref_327 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -6872,9 +4850,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -6912,7 +4887,7 @@ operationGroups: tags: key1: value1 key2: value2 - headers: &ref_481 {} + headers: &ref_328 {} x-ms-pageable: nextLinkName: nextLink language: @@ -6921,102 +4896,54 @@ operationGroups: description: Lists the FarmBeats instances for a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists the FarmBeats instances for a resource group. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: *ref_243 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_356 - type: object - properties: - - &ref_248 - schema: *ref_237 - serializedName: FarmBeatsListResponse - language: - default: &ref_247 - name: FarmBeatsListResponse - description: Paged response contains list of requested objects and a URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_247 - protocol: {} - language: - default: &ref_249 - name: FarmBeatsModelsClientListByResourceGroupResponse - description: FarmBeatsModelsClientListByResourceGroupResponse contains the response from method FarmBeatsModelsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_248 - go: *ref_249 - protocol: {} protocol: {} - - &ref_488 + - &ref_335 operationId: FarmBeatsModels_GetOperationResult apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_251 - schema: *ref_126 + - &ref_183 + schema: *ref_125 implementation: Method required: true - language: &ref_483 + language: &ref_330 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_252 + - &ref_184 schema: *ref_2 implementation: Method required: true - language: &ref_484 + language: &ref_331 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 - - &ref_253 - schema: *ref_250 + - *ref_126 + - &ref_185 + schema: *ref_182 implementation: Method required: true - language: &ref_485 + language: &ref_332 default: name: operationResultsId description: The operation results id. serializedName: operationResultsId - go: - name: operationResultsID - description: The operation results id. - serializedName: operationResultsId protocol: http: in: path requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7025,10 +4952,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7037,27 +4960,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/operationResults/{operationResultsId} method: get uri: '{$host}' signatureParameters: - - *ref_251 - - *ref_252 - - *ref_253 + - *ref_183 + - *ref_184 + - *ref_185 responses: - - schema: *ref_254 - language: &ref_486 + - schema: *ref_186 + language: &ref_333 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7071,9 +4988,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7100,102 +5014,39 @@ operationGroups: default: name: GetOperationResult description: Get operationResults for a FarmBeats resource. - go: - name: GetOperationResult - description: |- - Get operationResults for a FarmBeats resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: FarmBeatsModelsClient - openApiType: arm - optionalParamGroup: &ref_335 - schema: - type: object - language: - default: &ref_255 - name: FarmBeatsModelsClientGetOperationResultOptions - description: FarmBeatsModelsClientGetOperationResultOptions contains the optional parameters for the FarmBeatsModelsClient.GetOperationResult method. - go: *ref_255 - protocol: {} - originalParameter: [] - required: false - serializedName: FarmBeatsModelsClientGetOperationResultOptions - language: - default: &ref_256 - name: options - description: FarmBeatsModelsClientGetOperationResultOptions contains the optional parameters for the FarmBeatsModelsClient.GetOperationResult method. - go: *ref_256 - protocol: {} - protocolNaming: - internalMethod: getOperationResult - requestMethod: getOperationResultCreateRequest - responseMethod: getOperationResultHandleResponse - responseEnv: &ref_357 - type: object - properties: - - &ref_258 - schema: *ref_254 - serializedName: ArmAsyncOperation - language: - default: &ref_257 - name: ArmAsyncOperation - description: "Arm async operation class.\r\nRef: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/async-operations." - byValue: true - embeddedType: true - go: *ref_257 - protocol: {} - language: - default: &ref_259 - name: FarmBeatsModelsClientGetOperationResultResponse - description: FarmBeatsModelsClientGetOperationResultResponse contains the response from method FarmBeatsModelsClient.GetOperationResult. - marshallingFormat: json - responseType: true - resultProp: *ref_258 - go: *ref_259 - protocol: {} protocol: {} language: default: name: FarmBeatsModels description: '' - go: - name: FarmBeatsModels - description: '' - clientCtorName: NewFarmBeatsModelsClient - clientName: FarmBeatsModelsClient - clientParams: - - *ref_125 protocol: {} - - &ref_497 + - &ref_344 $key: Locations operations: - - &ref_496 + - &ref_343 operationId: Locations_CheckNameAvailability apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_262 + application/json: &ref_189 parameters: - - &ref_261 - schema: *ref_260 + - &ref_188 + schema: *ref_187 implementation: Method required: true - language: &ref_489 + language: &ref_336 default: name: body description: NameAvailabilityRequest object. - go: - name: body - description: NameAvailabilityRequest object. protocol: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7204,22 +5055,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_261 + - *ref_188 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability @@ -7229,17 +5073,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_262 + - *ref_189 signatureParameters: [] responses: - - schema: *ref_263 - language: &ref_492 + - schema: *ref_190 + language: &ref_339 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7253,9 +5094,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7297,85 +5135,25 @@ operationGroups: default: name: CheckNameAvailability description: Checks the name availability of the resource with requested resource name. - go: - name: CheckNameAvailability - description: |- - Checks the name availability of the resource with requested resource name. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: LocationsClient - openApiType: arm - optionalParamGroup: &ref_336 - schema: - type: object - language: - default: &ref_264 - name: LocationsClientCheckNameAvailabilityOptions - description: LocationsClientCheckNameAvailabilityOptions contains the optional parameters for the LocationsClient.CheckNameAvailability method. - go: *ref_264 - protocol: {} - originalParameter: [] - required: false - serializedName: LocationsClientCheckNameAvailabilityOptions - language: - default: &ref_265 - name: options - description: LocationsClientCheckNameAvailabilityOptions contains the optional parameters for the LocationsClient.CheckNameAvailability method. - go: *ref_265 - protocol: {} - protocolNaming: - internalMethod: checkNameAvailability - requestMethod: checkNameAvailabilityCreateRequest - responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_358 - type: object - properties: - - &ref_267 - schema: *ref_263 - serializedName: CheckNameAvailabilityResponse - language: - default: &ref_266 - name: CheckNameAvailabilityResponse - description: The check availability result. - byValue: true - embeddedType: true - go: *ref_266 - protocol: {} - language: - default: &ref_268 - name: LocationsClientCheckNameAvailabilityResponse - description: LocationsClientCheckNameAvailabilityResponse contains the response from method LocationsClient.CheckNameAvailability. - marshallingFormat: json - responseType: true - resultProp: *ref_267 - go: *ref_268 - protocol: {} protocol: {} language: default: name: Locations description: '' - go: - name: Locations - description: '' - clientCtorName: NewLocationsClient - clientName: LocationsClient - clientParams: - - *ref_125 protocol: {} - - &ref_509 + - &ref_356 $key: Operations operations: - - &ref_508 + - &ref_355 operationId: Operations_List apiVersions: - version: 2021-09-01-preview parameters: - - *ref_124 - - *ref_127 + - *ref_123 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7384,10 +5162,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7396,9 +5170,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AgFoodPlatform/operations @@ -7406,14 +5177,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_269 - language: &ref_498 + - schema: *ref_191 + language: &ref_345 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7427,9 +5195,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7512,148 +5277,75 @@ operationGroups: description: Lists the available operations of Microsoft.AgFoodPlatform resource provider. paging: nextLinkName: nextLink - go: - name: List - description: Lists the available operations of Microsoft.AgFoodPlatform resource provider. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_337 - schema: - type: object - language: - default: &ref_270 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_270 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_271 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_271 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_359 - type: object - properties: - - &ref_273 - schema: *ref_269 - serializedName: OperationListResult - language: - default: &ref_272 - name: OperationListResult - description: A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. - byValue: true - embeddedType: true - go: *ref_272 - protocol: {} - language: - default: &ref_274 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_273 - go: *ref_274 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - - &ref_524 + - &ref_371 $key: PrivateEndpointConnections operations: - - &ref_523 + - &ref_370 operationId: PrivateEndpointConnections_CreateOrUpdate apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_277 - schema: *ref_126 + - &ref_194 + schema: *ref_125 implementation: Method required: true - language: &ref_510 + language: &ref_357 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_278 + - &ref_195 schema: *ref_2 implementation: Method required: true - language: &ref_511 + language: &ref_358 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_279 - schema: *ref_233 + - &ref_196 + schema: *ref_175 implementation: Method required: true - language: &ref_512 + language: &ref_359 default: name: privateEndpointConnectionName description: Private endpoint connection name. serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: Private endpoint connection name. - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_127 + - *ref_126 requestMediaTypes: - application/json: &ref_276 + application/json: &ref_193 parameters: - - &ref_275 + - &ref_192 schema: *ref_26 implementation: Method required: true - language: &ref_513 + language: &ref_360 default: name: body description: Request object. - go: - name: body - description: Request object. protocol: http: in: body style: json - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7662,22 +5354,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_275 + - *ref_192 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName} @@ -7687,20 +5372,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_276 + - *ref_193 signatureParameters: - - *ref_277 - - *ref_278 - - *ref_279 + - *ref_194 + - *ref_195 + - *ref_196 responses: - schema: *ref_26 - language: &ref_518 + language: &ref_365 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7714,9 +5396,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7758,119 +5437,54 @@ operationGroups: default: name: CreateOrUpdate description: Approves or Rejects a Private endpoint connection request. - go: - name: CreateOrUpdate - description: |- - Approves or Rejects a Private endpoint connection request. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_338 - schema: - type: object - language: - default: &ref_280 - name: PrivateEndpointConnectionsClientCreateOrUpdateOptions - description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_280 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientCreateOrUpdateOptions - language: - default: &ref_281 - name: options - description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_281 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_360 - type: object - properties: - - &ref_283 - schema: *ref_26 - serializedName: PrivateEndpointConnection - language: - default: &ref_282 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_282 - protocol: {} - language: - default: &ref_284 - name: PrivateEndpointConnectionsClientCreateOrUpdateResponse - description: PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_283 - go: *ref_284 - protocol: {} protocol: {} - - &ref_529 + - &ref_376 operationId: PrivateEndpointConnections_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_285 - schema: *ref_126 + - &ref_197 + schema: *ref_125 implementation: Method required: true - language: &ref_525 + language: &ref_372 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_286 + - &ref_198 schema: *ref_2 implementation: Method required: true - language: &ref_526 + language: &ref_373 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_287 - schema: *ref_233 + - &ref_199 + schema: *ref_175 implementation: Method required: true - language: &ref_527 + language: &ref_374 default: name: privateEndpointConnectionName description: Private endpoint connection name. serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: Private endpoint connection name. - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7879,10 +5493,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7891,27 +5501,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName} method: get uri: '{$host}' signatureParameters: - - *ref_285 - - *ref_286 - - *ref_287 + - *ref_197 + - *ref_198 + - *ref_199 responses: - schema: *ref_26 - language: &ref_528 + language: &ref_375 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -7927,9 +5531,6 @@ operationGroups: default: name: '' description: Not Found - go: - name: '' - description: Not Found protocol: http: knownMediaType: json @@ -7942,9 +5543,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -7988,119 +5586,54 @@ operationGroups: default: name: Get description: Get Private endpoint connection object. - go: - name: Get - description: |- - Get Private endpoint connection object. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_339 - schema: - type: object - language: - default: &ref_288 - name: PrivateEndpointConnectionsClientGetOptions - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_288 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientGetOptions - language: - default: &ref_289 - name: options - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_289 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_361 - type: object - properties: - - &ref_291 - schema: *ref_26 - serializedName: PrivateEndpointConnection - language: - default: &ref_290 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_290 - protocol: {} - language: - default: &ref_292 - name: PrivateEndpointConnectionsClientGetResponse - description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_291 - go: *ref_292 - protocol: {} protocol: {} - - &ref_533 + - &ref_380 operationId: PrivateEndpointConnections_Delete apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_293 - schema: *ref_126 + - &ref_200 + schema: *ref_125 implementation: Method required: true - language: &ref_530 + language: &ref_377 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_294 + - &ref_201 schema: *ref_2 implementation: Method required: true - language: &ref_531 - default: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName - go: + language: &ref_378 + default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_295 - schema: *ref_233 + - &ref_202 + schema: *ref_175 implementation: Method required: true - language: &ref_532 + language: &ref_379 default: name: privateEndpointConnectionName description: Private endpoint connection name. serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: Private endpoint connection name. - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8109,10 +5642,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8121,26 +5650,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections/{privateEndpointConnectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_293 - - *ref_294 - - *ref_295 + - *ref_200 + - *ref_201 + - *ref_202 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -8149,30 +5672,21 @@ operationGroups: default: name: '' description: accepted - go: - name: '' - description: accepted protocol: http: headers: - - schema: *ref_233 + - schema: *ref_175 header: Location language: default: name: Location description: '' - go: - name: Location - description: '' statusCodes: - '202' - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -8183,9 +5697,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -8215,105 +5726,42 @@ operationGroups: default: name: Delete description: Delete Private endpoint connection request. - go: - name: Delete - description: |- - Delete Private endpoint connection request. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_340 - schema: - type: object - language: - default: &ref_296 - name: PrivateEndpointConnectionsClientBeginDeleteOptions - description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_296 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_297 - name: string - description: '' - go: *ref_297 - protocol: {} - language: - default: &ref_298 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_298 - protocol: {} - required: false - serializedName: PrivateEndpointConnectionsClientBeginDeleteOptions - language: - default: &ref_299 - name: options - description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_299 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_362 - type: object - language: - default: &ref_300 - name: PrivateEndpointConnectionsClientDeleteResponse - description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_300 - protocol: {} protocol: {} - - &ref_538 + - &ref_385 operationId: PrivateEndpointConnections_ListByResource apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_301 - schema: *ref_126 + - &ref_203 + schema: *ref_125 implementation: Method required: true - language: &ref_534 + language: &ref_381 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_302 + - &ref_204 schema: *ref_2 implementation: Method required: true - language: &ref_535 + language: &ref_382 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8322,10 +5770,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8334,26 +5778,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateEndpointConnections method: get uri: '{$host}' signatureParameters: - - *ref_301 - - *ref_302 + - *ref_203 + - *ref_204 responses: - - schema: *ref_303 - language: &ref_536 + - schema: *ref_205 + language: &ref_383 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -8367,9 +5805,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -8421,118 +5856,50 @@ operationGroups: description: Get list of Private endpoint connections. paging: nextLinkName: null - go: - name: ListByResource - description: Get list of Private endpoint connections. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_341 - schema: - type: object - language: - default: &ref_304 - name: PrivateEndpointConnectionsClientListByResourceOptions - description: PrivateEndpointConnectionsClientListByResourceOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListByResourcePager method. - go: *ref_304 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientListByResourceOptions - language: - default: &ref_305 - name: options - description: PrivateEndpointConnectionsClientListByResourceOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListByResourcePager method. - go: *ref_305 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listByResource - requestMethod: listByResourceCreateRequest - responseMethod: listByResourceHandleResponse - responseEnv: &ref_363 - type: object - properties: - - &ref_307 - schema: *ref_303 - serializedName: PrivateEndpointConnectionListResult - language: - default: &ref_306 - name: PrivateEndpointConnectionListResult - description: List of private endpoint connection associated with the specified storage account - byValue: true - embeddedType: true - go: *ref_306 - protocol: {} - language: - default: &ref_308 - name: PrivateEndpointConnectionsClientListByResourceResponse - description: PrivateEndpointConnectionsClientListByResourceResponse contains the response from method PrivateEndpointConnectionsClient.NewListByResourcePager. - marshallingFormat: json - responseType: true - resultProp: *ref_307 - go: *ref_308 - protocol: {} protocol: {} language: default: name: PrivateEndpointConnections description: '' - go: - name: PrivateEndpointConnections - description: '' - clientCtorName: NewPrivateEndpointConnectionsClient - clientName: PrivateEndpointConnectionsClient - clientParams: - - *ref_125 protocol: {} - - &ref_548 + - &ref_395 $key: PrivateLinkResources operations: - - &ref_547 + - &ref_394 operationId: PrivateLinkResources_ListByResource apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_309 - schema: *ref_126 + - &ref_206 + schema: *ref_125 implementation: Method required: true - language: &ref_539 + language: &ref_386 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_310 + - &ref_207 schema: *ref_2 implementation: Method required: true - language: &ref_540 + language: &ref_387 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8541,10 +5908,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8553,26 +5916,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_309 - - *ref_310 + - *ref_206 + - *ref_207 responses: - - schema: *ref_311 - language: &ref_541 + - schema: *ref_208 + language: &ref_388 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -8586,9 +5943,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -8627,119 +5981,54 @@ operationGroups: description: Get list of Private link resources. paging: nextLinkName: null - go: - name: ListByResource - description: Get list of Private link resources. - azureARM: true - clientName: PrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_342 - schema: - type: object - language: - default: &ref_312 - name: PrivateLinkResourcesClientListByResourceOptions - description: PrivateLinkResourcesClientListByResourceOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListByResourcePager method. - go: *ref_312 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateLinkResourcesClientListByResourceOptions - language: - default: &ref_313 - name: options - description: PrivateLinkResourcesClientListByResourceOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListByResourcePager method. - go: *ref_313 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listByResource - requestMethod: listByResourceCreateRequest - responseMethod: listByResourceHandleResponse - responseEnv: &ref_364 - type: object - properties: - - &ref_315 - schema: *ref_311 - serializedName: PrivateLinkResourceListResult - language: - default: &ref_314 - name: PrivateLinkResourceListResult - description: A list of private link resources - byValue: true - embeddedType: true - go: *ref_314 - protocol: {} - language: - default: &ref_316 - name: PrivateLinkResourcesClientListByResourceResponse - description: PrivateLinkResourcesClientListByResourceResponse contains the response from method PrivateLinkResourcesClient.NewListByResourcePager. - marshallingFormat: json - responseType: true - resultProp: *ref_315 - go: *ref_316 - protocol: {} protocol: {} - - &ref_553 + - &ref_400 operationId: PrivateLinkResources_Get apiVersions: - version: 2021-09-01-preview parameters: + - *ref_123 - *ref_124 - - *ref_125 - - &ref_318 - schema: *ref_126 + - &ref_210 + schema: *ref_125 implementation: Method required: true - language: &ref_549 + language: &ref_396 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_319 + - &ref_211 schema: *ref_2 implementation: Method required: true - language: &ref_550 + language: &ref_397 default: name: farmBeatsResourceName description: FarmBeats resource name. serializedName: farmBeatsResourceName - go: - name: farmBeatsResourceName - description: FarmBeats resource name. - serializedName: farmBeatsResourceName protocol: http: in: path - - &ref_320 - schema: *ref_317 + - &ref_212 + schema: *ref_209 implementation: Method required: true - language: &ref_551 + language: &ref_398 default: name: subResourceName description: Sub resource name. serializedName: subResourceName - go: - name: subResourceName - description: Sub resource name. - serializedName: subResourceName protocol: http: in: path - - *ref_127 + - *ref_126 requests: - parameters: - - schema: *ref_128 + - schema: *ref_127 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8748,10 +6037,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8760,27 +6045,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/privateLinkResources/{subResourceName} method: get uri: '{$host}' signatureParameters: - - *ref_318 - - *ref_319 - - *ref_320 + - *ref_210 + - *ref_211 + - *ref_212 responses: - schema: *ref_33 - language: &ref_552 + language: &ref_399 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -8796,9 +6075,6 @@ operationGroups: default: name: '' description: Not Found - go: - name: '' - description: Not Found protocol: http: knownMediaType: json @@ -8811,9 +6087,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -8852,71 +6125,11 @@ operationGroups: default: name: Get description: Get Private link resource object. - go: - name: Get - description: |- - Get Private link resource object. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_343 - schema: - type: object - language: - default: &ref_321 - name: PrivateLinkResourcesClientGetOptions - description: PrivateLinkResourcesClientGetOptions contains the optional parameters for the PrivateLinkResourcesClient.Get method. - go: *ref_321 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateLinkResourcesClientGetOptions - language: - default: &ref_322 - name: options - description: PrivateLinkResourcesClientGetOptions contains the optional parameters for the PrivateLinkResourcesClient.Get method. - go: *ref_322 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_365 - type: object - properties: - - &ref_324 - schema: *ref_33 - serializedName: PrivateLinkResource - language: - default: &ref_323 - name: PrivateLinkResource - description: A private link resource - byValue: true - embeddedType: true - go: *ref_323 - protocol: {} - language: - default: &ref_325 - name: PrivateLinkResourcesClientGetResponse - description: PrivateLinkResourcesClientGetResponse contains the response from method PrivateLinkResourcesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_324 - go: *ref_325 - protocol: {} protocol: {} language: default: name: PrivateLinkResources description: '' - go: - name: PrivateLinkResources - description: '' - clientCtorName: NewPrivateLinkResourcesClient - clientName: PrivateLinkResourcesClient - clientParams: - - *ref_125 protocol: {} security: authenticationRequired: true @@ -8932,33 +6145,33 @@ testModel: - name: Extensions_Create clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_368 - parameter: *ref_129 + language: *ref_215 + parameter: *ref_128 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_369 - parameter: *ref_130 + language: *ref_216 + parameter: *ref_129 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_370 - parameter: *ref_131 - operation: *ref_390 - operationGroup: *ref_391 + language: *ref_217 + parameter: *ref_130 + operation: *ref_237 + operationGroup: *ref_238 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Create.json responses: '201': @@ -8975,15 +6188,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -8991,36 +6204,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: {} - language: *ref_378 + language: *ref_225 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_377 + language: *ref_224 properties: schema: *ref_63 parentsValue: {} @@ -9028,55 +6241,55 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_376 + language: *ref_223 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_375 + language: *ref_222 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_373 + language: *ref_220 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_374 - language: *ref_372 - language: *ref_371 - operation: *ref_390 - operationGroup: *ref_391 + language: *ref_221 + language: *ref_219 + language: *ref_218 + operation: *ref_237 + operationGroup: *ref_238 - operationId: Extensions_Get examples: - name: Extensions_Get clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_392 - parameter: *ref_137 + language: *ref_239 + parameter: *ref_131 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_393 - parameter: *ref_138 + language: *ref_240 + parameter: *ref_132 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_394 - parameter: *ref_139 - operation: *ref_396 - operationGroup: *ref_391 + language: *ref_241 + parameter: *ref_133 + operation: *ref_243 + operationGroup: *ref_238 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Get.json responses: '200': @@ -9093,15 +6306,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -9109,36 +6322,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: {} - language: *ref_378 + language: *ref_225 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_377 + language: *ref_224 properties: schema: *ref_63 parentsValue: {} @@ -9146,55 +6359,55 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_376 + language: *ref_223 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_375 + language: *ref_222 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_373 + language: *ref_220 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_374 - language: *ref_372 - language: *ref_395 - operation: *ref_396 - operationGroup: *ref_391 + language: *ref_221 + language: *ref_219 + language: *ref_242 + operation: *ref_243 + operationGroup: *ref_238 - operationId: Extensions_Update examples: - name: Extensions_Update clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_397 - parameter: *ref_145 + language: *ref_244 + parameter: *ref_134 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_398 - parameter: *ref_146 + language: *ref_245 + parameter: *ref_135 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_399 - parameter: *ref_147 - operation: *ref_401 - operationGroup: *ref_391 + language: *ref_246 + parameter: *ref_136 + operation: *ref_248 + operationGroup: *ref_238 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Update.json responses: '200': @@ -9211,15 +6424,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -9227,36 +6440,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: {} - language: *ref_378 + language: *ref_225 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_377 + language: *ref_224 properties: schema: *ref_63 parentsValue: {} @@ -9264,97 +6477,97 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_376 + language: *ref_223 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_375 + language: *ref_222 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_373 + language: *ref_220 installedExtensionVersion: schema: *ref_59 rawValue: '2.0' - language: *ref_374 - language: *ref_372 - language: *ref_400 - operation: *ref_401 - operationGroup: *ref_391 + language: *ref_221 + language: *ref_219 + language: *ref_247 + operation: *ref_248 + operationGroup: *ref_238 - operationId: Extensions_Delete examples: - name: Extensions_Delete clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_402 - parameter: *ref_153 + language: *ref_249 + parameter: *ref_137 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_403 - parameter: *ref_154 + language: *ref_250 + parameter: *ref_138 - exampleValue: schema: *ref_2 rawValue: provider.extension - language: *ref_404 - parameter: *ref_155 - operation: *ref_405 - operationGroup: *ref_391 + language: *ref_251 + parameter: *ref_139 + operation: *ref_252 + operationGroup: *ref_238 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_Delete.json responses: '200': {} '204': {} - operation: *ref_405 - operationGroup: *ref_391 + operation: *ref_252 + operationGroup: *ref_238 - operationId: Extensions_ListByFarmBeats examples: - name: Extensions_ListByFarmBeats clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_406 - parameter: *ref_169 + language: *ref_253 + parameter: *ref_143 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_407 - parameter: *ref_170 - operation: *ref_411 - operationGroup: *ref_391 + language: *ref_254 + parameter: *ref_144 + operation: *ref_258 + operationGroup: *ref_238 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Extensions_ListByFarmBeats.json responses: '200': body: - schema: *ref_171 + schema: *ref_149 parentsValue: {} properties: value: - schema: *ref_105 + schema: *ref_104 elements: - schema: *ref_3 parentsValue: @@ -9368,15 +6581,15 @@ testModel: name: schema: *ref_35 rawValue: provider.extension - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/extensions/provider.extension - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -9384,36 +6597,36 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: {} - language: *ref_378 + language: *ref_225 properties: eTag: schema: *ref_62 rawValue: 7200b954-0000-0700-0000-603cbbc40000 - language: *ref_377 + language: *ref_224 properties: schema: *ref_63 parentsValue: {} @@ -9421,50 +6634,50 @@ testModel: extensionApiDocsLink: schema: *ref_61 rawValue: https://docs.provider.com/documentation/extension - language: *ref_376 + language: *ref_223 extensionAuthLink: schema: *ref_60 rawValue: https://www.provider.com/extension/ - language: *ref_375 + language: *ref_222 extensionCategory: schema: *ref_58 rawValue: Weather - language: *ref_373 + language: *ref_220 installedExtensionVersion: schema: *ref_59 rawValue: '1.0' - language: *ref_374 - language: *ref_372 - language: *ref_409 - language: *ref_408 - headers: *ref_410 - operation: *ref_411 - operationGroup: *ref_391 + language: *ref_221 + language: *ref_219 + language: *ref_256 + language: *ref_255 + headers: *ref_257 + operation: *ref_258 + operationGroup: *ref_238 - operationId: FarmBeatsExtensions_List examples: - name: FarmBeatsExtensions_List clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: [] - operation: *ref_433 - operationGroup: *ref_434 + operation: *ref_280 + operationGroup: *ref_281 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsExtensions_List.json responses: '200': body: - schema: *ref_187 + schema: *ref_159 parentsValue: {} properties: nextLink: schema: *ref_68 rawValue: string - language: *ref_431 + language: *ref_278 value: - schema: *ref_115 + schema: *ref_114 elements: - schema: *ref_5 parentsValue: @@ -9478,15 +6691,15 @@ testModel: name: schema: *ref_35 rawValue: DTN.ContentServices - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/DTN.ContentServices - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -9494,28 +6707,28 @@ testModel: createdAt: schema: *ref_39 rawValue: '2021-04-12T15:28:06Z' - language: *ref_386 + language: *ref_233 lastModifiedAt: schema: *ref_41 rawValue: '2021-04-12T15:30:01Z' - language: *ref_389 - language: *ref_383 - language: *ref_379 + language: *ref_236 + language: *ref_230 + language: *ref_226 properties: {} - language: *ref_378 + language: *ref_225 properties: properties: schema: *ref_69 parentsValue: {} properties: detailedInformation: - schema: *ref_114 + schema: *ref_113 elements: - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9531,13 +6744,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_430 + language: *ref_277 apiName: schema: *ref_51 rawValue: GetDailyObservations - language: *ref_424 + language: *ref_271 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -9589,9 +6802,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_425 + language: *ref_272 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -9617,7 +6830,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_426 + language: *ref_273 unitsSupported: schema: *ref_71 parentsValue: {} @@ -9625,21 +6838,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_428 + language: *ref_275 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_429 - language: *ref_427 + language: *ref_276 + language: *ref_274 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9655,13 +6868,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_430 + language: *ref_277 apiName: schema: *ref_51 rawValue: GetHourlyObservations - language: *ref_424 + language: *ref_271 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -9683,9 +6896,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_425 + language: *ref_272 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -9713,7 +6926,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_426 + language: *ref_273 unitsSupported: schema: *ref_71 parentsValue: {} @@ -9721,21 +6934,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_428 + language: *ref_275 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_429 - language: *ref_427 + language: *ref_276 + language: *ref_274 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9751,13 +6964,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_430 + language: *ref_277 apiName: schema: *ref_51 rawValue: GetHourlyForecasts - language: *ref_424 + language: *ref_271 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -9779,9 +6992,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_425 + language: *ref_272 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -9809,7 +7022,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_426 + language: *ref_273 unitsSupported: schema: *ref_71 parentsValue: {} @@ -9817,21 +7030,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_428 + language: *ref_275 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_429 - language: *ref_427 + language: *ref_276 + language: *ref_274 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -9847,13 +7060,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_430 + language: *ref_277 apiName: schema: *ref_51 rawValue: GetDailyForecasts - language: *ref_424 + language: *ref_271 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -9905,9 +7118,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_425 + language: *ref_272 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -9933,7 +7146,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_426 + language: *ref_273 unitsSupported: schema: *ref_71 parentsValue: {} @@ -9941,72 +7154,72 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_428 + language: *ref_275 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_429 - language: *ref_427 - language: *ref_423 + language: *ref_276 + language: *ref_274 + language: *ref_270 extensionApiDocsLink: schema: *ref_50 rawValue: https://cs-docs.dtn.com/api/weather-observations-and-forecasts-rest-api/ - language: *ref_422 + language: *ref_269 extensionAuthLink: schema: *ref_49 rawValue: https://www.dtn.com/dtn-content-integration/ - language: *ref_421 + language: *ref_268 extensionCategory: schema: *ref_48 rawValue: Weather - language: *ref_420 + language: *ref_267 farmBeatsExtensionId: schema: *ref_43 rawValue: DTN.ContentServices - language: *ref_416 + language: *ref_263 farmBeatsExtensionName: schema: *ref_44 rawValue: DTN - language: *ref_417 + language: *ref_264 farmBeatsExtensionVersion: schema: *ref_45 rawValue: '1.0' - language: *ref_418 + language: *ref_265 publisherId: schema: *ref_46 rawValue: dtn - language: *ref_419 + language: *ref_266 targetResourceType: schema: *ref_42 rawValue: FarmBeats - language: *ref_415 - language: *ref_414 - language: *ref_413 - language: *ref_412 - headers: *ref_432 - operation: *ref_433 - operationGroup: *ref_434 + language: *ref_262 + language: *ref_261 + language: *ref_260 + language: *ref_259 + headers: *ref_279 + operation: *ref_280 + operationGroup: *ref_281 - operationId: FarmBeatsExtensions_Get examples: - name: FarmBeatsExtensions_Get clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_191 + schema: *ref_160 rawValue: DTN.ContentServices - language: *ref_435 - parameter: *ref_192 - operation: *ref_437 - operationGroup: *ref_434 + language: *ref_282 + parameter: *ref_161 + operation: *ref_284 + operationGroup: *ref_281 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsExtensions_Get.json responses: '200': @@ -10023,15 +7236,15 @@ testModel: name: schema: *ref_35 rawValue: DTN.ContentServices - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: Microsoft.AgFoodPlatform/farmBeatsExtensionDefinitions/DTN.ContentServices - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -10039,28 +7252,28 @@ testModel: createdAt: schema: *ref_39 rawValue: '2021-04-12T15:28:06Z' - language: *ref_386 + language: *ref_233 lastModifiedAt: schema: *ref_41 rawValue: '2021-04-12T15:30:01Z' - language: *ref_389 - language: *ref_383 - language: *ref_379 + language: *ref_236 + language: *ref_230 + language: *ref_226 properties: {} - language: *ref_378 + language: *ref_225 properties: properties: schema: *ref_69 parentsValue: {} properties: detailedInformation: - schema: *ref_114 + schema: *ref_113 elements: - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10076,13 +7289,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_430 + language: *ref_277 apiName: schema: *ref_51 rawValue: GetDailyObservations - language: *ref_424 + language: *ref_271 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10134,9 +7347,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_425 + language: *ref_272 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10162,7 +7375,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_426 + language: *ref_273 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10170,21 +7383,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_428 + language: *ref_275 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_429 - language: *ref_427 + language: *ref_276 + language: *ref_274 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10200,13 +7413,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_430 + language: *ref_277 apiName: schema: *ref_51 rawValue: GetHourlyObservations - language: *ref_424 + language: *ref_271 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10228,9 +7441,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_425 + language: *ref_272 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10258,7 +7471,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_426 + language: *ref_273 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10266,21 +7479,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_428 + language: *ref_275 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_429 - language: *ref_427 + language: *ref_276 + language: *ref_274 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10296,13 +7509,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_430 + language: *ref_277 apiName: schema: *ref_51 rawValue: GetHourlyForecasts - language: *ref_424 + language: *ref_271 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10324,9 +7537,9 @@ testModel: rawValue: visibilityWeatherDescription - schema: *ref_52 rawValue: minutesOfSunshine - language: *ref_425 + language: *ref_272 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10354,7 +7567,7 @@ testModel: rawValue: windDirection - schema: *ref_53 rawValue: windGust - language: *ref_426 + language: *ref_273 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10362,21 +7575,21 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_428 + language: *ref_275 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_429 - language: *ref_427 + language: *ref_276 + language: *ref_274 - schema: *ref_70 parentsValue: {} properties: apiInputParameters: - schema: *ref_113 + schema: *ref_112 elements: - schema: *ref_56 rawValue: stationId @@ -10392,13 +7605,13 @@ testModel: rawValue: precision - schema: *ref_56 rawValue: sector - language: *ref_430 + language: *ref_277 apiName: schema: *ref_51 rawValue: GetDailyForecasts - language: *ref_424 + language: *ref_271 customParameters: - schema: *ref_110 + schema: *ref_109 elements: - schema: *ref_52 rawValue: stationId @@ -10450,9 +7663,9 @@ testModel: rawValue: cornHeatUnit - schema: *ref_52 rawValue: evapotranspiration - language: *ref_425 + language: *ref_272 platformParameters: - schema: *ref_111 + schema: *ref_110 elements: - schema: *ref_53 rawValue: cloudCover @@ -10478,7 +7691,7 @@ testModel: rawValue: windSpeed - schema: *ref_53 rawValue: windDirection - language: *ref_426 + language: *ref_273 unitsSupported: schema: *ref_71 parentsValue: {} @@ -10486,80 +7699,80 @@ testModel: key: schema: *ref_54 rawValue: units - language: *ref_428 + language: *ref_275 values: - schema: *ref_112 + schema: *ref_111 elements: - schema: *ref_55 rawValue: us - schema: *ref_55 rawValue: si - language: *ref_429 - language: *ref_427 - language: *ref_423 + language: *ref_276 + language: *ref_274 + language: *ref_270 extensionApiDocsLink: schema: *ref_50 rawValue: https://cs-docs.dtn.com/api/weather-observations-and-forecasts-rest-api/ - language: *ref_422 + language: *ref_269 extensionAuthLink: schema: *ref_49 rawValue: https://www.dtn.com/dtn-content-integration/ - language: *ref_421 + language: *ref_268 extensionCategory: schema: *ref_48 rawValue: Weather - language: *ref_420 + language: *ref_267 farmBeatsExtensionId: schema: *ref_43 rawValue: DTN.ContentServices - language: *ref_416 + language: *ref_263 farmBeatsExtensionName: schema: *ref_44 rawValue: DTN - language: *ref_417 + language: *ref_264 farmBeatsExtensionVersion: schema: *ref_45 rawValue: '1.0' - language: *ref_418 + language: *ref_265 publisherId: schema: *ref_46 rawValue: dtn - language: *ref_419 + language: *ref_266 targetResourceType: schema: *ref_42 rawValue: FarmBeats - language: *ref_415 - language: *ref_414 - language: *ref_436 - operation: *ref_437 - operationGroup: *ref_434 + language: *ref_262 + language: *ref_261 + language: *ref_283 + operation: *ref_284 + operationGroup: *ref_281 - operationId: FarmBeatsModels_Get examples: - name: FarmBeatsModels_Get clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_438 - parameter: *ref_198 + language: *ref_285 + parameter: *ref_162 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_439 - parameter: *ref_199 - operation: *ref_447 - operationGroup: *ref_448 + language: *ref_286 + parameter: *ref_163 + operation: *ref_294 + operationGroup: *ref_295 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Get.json responses: '200': @@ -10576,15 +7789,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -10592,34 +7805,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_446 + language: *ref_293 tags: schema: *ref_28 properties: @@ -10629,8 +7842,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_445 - language: *ref_444 + language: *ref_292 + language: *ref_291 properties: properties: schema: *ref_73 @@ -10639,40 +7852,40 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_442 + language: *ref_289 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_443 - language: *ref_441 - language: *ref_440 - operation: *ref_447 - operationGroup: *ref_448 + language: *ref_290 + language: *ref_288 + language: *ref_287 + operation: *ref_294 + operationGroup: *ref_295 - operationId: FarmBeatsModels_CreateOrUpdate examples: - name: FarmBeatsModels_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_449 - parameter: *ref_207 + language: *ref_296 + parameter: *ref_166 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_450 - parameter: *ref_208 + language: *ref_297 + parameter: *ref_167 - exampleValue: schema: *ref_27 parentsValue: @@ -10683,7 +7896,7 @@ testModel: location: schema: *ref_29 rawValue: eastus2 - language: *ref_446 + language: *ref_293 tags: schema: *ref_28 properties: @@ -10693,13 +7906,13 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_445 - language: *ref_444 + language: *ref_292 + language: *ref_291 properties: {} - language: *ref_451 - parameter: *ref_205 - operation: *ref_454 - operationGroup: *ref_448 + language: *ref_298 + parameter: *ref_164 + operation: *ref_301 + operationGroup: *ref_295 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_CreateOrUpdate.json responses: '200': @@ -10716,15 +7929,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmbeatsResourceName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -10732,34 +7945,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_446 + language: *ref_293 tags: schema: *ref_28 properties: @@ -10769,8 +7982,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_445 - language: *ref_444 + language: *ref_292 + language: *ref_291 properties: properties: schema: *ref_73 @@ -10779,13 +7992,13 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_442 + language: *ref_289 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_443 - language: *ref_441 - language: *ref_452 + language: *ref_290 + language: *ref_288 + language: *ref_299 '201': body: schema: *ref_27 @@ -10800,15 +8013,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmbeatsResourceName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -10816,34 +8029,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_446 + language: *ref_293 tags: schema: *ref_28 properties: @@ -10853,8 +8066,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_445 - language: *ref_444 + language: *ref_292 + language: *ref_291 properties: properties: schema: *ref_73 @@ -10863,42 +8076,42 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_442 + language: *ref_289 provisioningState: schema: *ref_17 rawValue: Failed - language: *ref_443 - language: *ref_441 - language: *ref_453 - operation: *ref_454 - operationGroup: *ref_448 + language: *ref_290 + language: *ref_288 + language: *ref_300 + operation: *ref_301 + operationGroup: *ref_295 - operationId: FarmBeatsModels_Update examples: - name: FarmBeatsModels_Update clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_455 - parameter: *ref_217 + language: *ref_302 + parameter: *ref_171 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_456 - parameter: *ref_218 + language: *ref_303 + parameter: *ref_172 - exampleValue: - schema: *ref_214 + schema: *ref_168 parentsValue: {} properties: tags: @@ -10910,11 +8123,11 @@ testModel: key2: schema: *ref_2 rawValue: value2 - language: *ref_458 - language: *ref_457 - parameter: *ref_215 - operation: *ref_461 - operationGroup: *ref_448 + language: *ref_305 + language: *ref_304 + parameter: *ref_169 + operation: *ref_308 + operationGroup: *ref_295 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Update.json responses: '200': @@ -10931,15 +8144,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -10947,34 +8160,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_446 + language: *ref_293 tags: schema: *ref_28 properties: @@ -10984,8 +8197,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_445 - language: *ref_444 + language: *ref_292 + language: *ref_291 properties: properties: schema: *ref_73 @@ -10994,40 +8207,40 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_442 + language: *ref_289 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_443 - language: *ref_441 - language: *ref_459 + language: *ref_290 + language: *ref_288 + language: *ref_306 '202': - headers: *ref_460 + headers: *ref_307 - name: FarmBeatsModels_UpdateWithSensor clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_455 - parameter: *ref_217 + language: *ref_302 + parameter: *ref_171 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_456 - parameter: *ref_218 + language: *ref_303 + parameter: *ref_172 - exampleValue: - schema: *ref_214 + schema: *ref_168 parentsValue: {} properties: identity: @@ -11037,8 +8250,8 @@ testModel: type: schema: *ref_15 rawValue: SystemAssigned - language: *ref_463 - language: *ref_462 + language: *ref_310 + language: *ref_309 properties: schema: *ref_80 parentsValue: {} @@ -11050,9 +8263,9 @@ testModel: enabled: schema: *ref_18 rawValue: 'True' - language: *ref_466 - language: *ref_465 - language: *ref_464 + language: *ref_313 + language: *ref_312 + language: *ref_311 tags: schema: *ref_79 properties: @@ -11062,11 +8275,11 @@ testModel: key2: schema: *ref_2 rawValue: value2 - language: *ref_458 - language: *ref_457 - parameter: *ref_215 - operation: *ref_461 - operationGroup: *ref_448 + language: *ref_305 + language: *ref_304 + parameter: *ref_169 + operation: *ref_308 + operationGroup: *ref_295 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_UpdateWithSensor.json responses: '200': @@ -11083,15 +8296,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -11099,34 +8312,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_446 + language: *ref_293 tags: schema: *ref_28 properties: @@ -11136,8 +8349,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_445 - language: *ref_444 + language: *ref_292 + language: *ref_291 properties: identity: schema: *ref_72 @@ -11146,12 +8359,12 @@ testModel: type: schema: *ref_15 rawValue: SystemAssigned - language: *ref_463 + language: *ref_310 tenantId: schema: *ref_14 rawValue: abcdefgh-86f1-41af-91ab-2d7cd011db47 - language: *ref_468 - language: *ref_467 + language: *ref_315 + language: *ref_314 properties: schema: *ref_73 parentsValue: {} @@ -11159,11 +8372,11 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_442 + language: *ref_289 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_443 + language: *ref_290 sensorIntegration: schema: *ref_74 parentsValue: {} @@ -11171,77 +8384,77 @@ testModel: enabled: schema: *ref_18 rawValue: 'True' - language: *ref_466 + language: *ref_313 provisioningState: schema: *ref_17 rawValue: Creating - language: *ref_470 - language: *ref_469 - language: *ref_441 - language: *ref_459 + language: *ref_317 + language: *ref_316 + language: *ref_288 + language: *ref_306 '202': - headers: *ref_471 - operation: *ref_461 - operationGroup: *ref_448 + headers: *ref_318 + operation: *ref_308 + operationGroup: *ref_295 - operationId: FarmBeatsModels_Delete examples: - name: FarmBeatsModels_Delete clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_472 - parameter: *ref_226 + language: *ref_319 + parameter: *ref_173 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_473 - parameter: *ref_227 - operation: *ref_474 - operationGroup: *ref_448 + language: *ref_320 + parameter: *ref_174 + operation: *ref_321 + operationGroup: *ref_295 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_Delete.json responses: '200': {} '204': {} - operation: *ref_474 - operationGroup: *ref_448 + operation: *ref_321 + operationGroup: *ref_295 - operationId: FarmBeatsModels_ListBySubscription examples: - name: FarmBeatsModels_ListBySubscription clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: [] - operation: *ref_478 - operationGroup: *ref_448 + operation: *ref_325 + operationGroup: *ref_295 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_ListBySubscription.json responses: '200': body: - schema: *ref_237 + schema: *ref_178 parentsValue: {} properties: value: - schema: *ref_116 + schema: *ref_115 elements: - schema: *ref_27 parentsValue: @@ -11255,15 +8468,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -11271,34 +8484,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_446 + language: *ref_293 tags: schema: *ref_28 properties: @@ -11308,8 +8521,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_445 - language: *ref_444 + language: *ref_292 + language: *ref_291 properties: properties: schema: *ref_73 @@ -11318,48 +8531,48 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_442 + language: *ref_289 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_443 - language: *ref_441 - language: *ref_476 - language: *ref_475 - headers: *ref_477 - operation: *ref_478 - operationGroup: *ref_448 + language: *ref_290 + language: *ref_288 + language: *ref_323 + language: *ref_322 + headers: *ref_324 + operation: *ref_325 + operationGroup: *ref_295 - operationId: FarmBeatsModels_ListByResourceGroup examples: - name: FarmBeatsModels_ListByResourceGroup clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_479 - parameter: *ref_246 - operation: *ref_482 - operationGroup: *ref_448 + language: *ref_326 + parameter: *ref_181 + operation: *ref_329 + operationGroup: *ref_295 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_ListByResourceGroup.json responses: '200': body: - schema: *ref_237 + schema: *ref_178 parentsValue: {} properties: value: - schema: *ref_116 + schema: *ref_115 elements: - schema: *ref_27 parentsValue: @@ -11373,15 +8586,15 @@ testModel: name: schema: *ref_35 rawValue: examples-farmBeatsResourceName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName - language: *ref_380 + language: *ref_227 systemData: schema: *ref_64 parentsValue: {} @@ -11389,34 +8602,34 @@ testModel: createdAt: schema: *ref_39 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_386 + language: *ref_233 createdBy: schema: *ref_37 rawValue: string - language: *ref_384 + language: *ref_231 createdByType: schema: *ref_38 rawValue: User - language: *ref_385 + language: *ref_232 lastModifiedAt: schema: *ref_41 rawValue: '2020-02-01T01:01:01.1075056Z' - language: *ref_389 + language: *ref_236 lastModifiedBy: schema: *ref_40 rawValue: string - language: *ref_387 + language: *ref_234 lastModifiedByType: schema: *ref_38 rawValue: User - language: *ref_388 - language: *ref_383 - language: *ref_379 + language: *ref_235 + language: *ref_230 + language: *ref_226 properties: location: schema: *ref_29 rawValue: eastus2 - language: *ref_446 + language: *ref_293 tags: schema: *ref_28 properties: @@ -11426,8 +8639,8 @@ testModel: key2: schema: *ref_1 rawValue: value2 - language: *ref_445 - language: *ref_444 + language: *ref_292 + language: *ref_291 properties: properties: schema: *ref_73 @@ -11436,473 +8649,473 @@ testModel: instanceUri: schema: *ref_16 rawValue: https://examples-farmbeatsResourceName.eastus2.farmbeats.azure.net - language: *ref_442 + language: *ref_289 provisioningState: schema: *ref_17 rawValue: Succeeded - language: *ref_443 - language: *ref_441 - language: *ref_476 - language: *ref_480 - headers: *ref_481 - operation: *ref_482 - operationGroup: *ref_448 + language: *ref_290 + language: *ref_288 + language: *ref_323 + language: *ref_327 + headers: *ref_328 + operation: *ref_329 + operationGroup: *ref_295 - operationId: FarmBeatsModels_GetOperationResult examples: - name: FarmBeatsModels_GetOperationResult clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_483 - parameter: *ref_251 + language: *ref_330 + parameter: *ref_183 - exampleValue: schema: *ref_2 rawValue: examples-farmBeatsResourceName - language: *ref_484 - parameter: *ref_252 + language: *ref_331 + parameter: *ref_184 - exampleValue: - schema: *ref_250 + schema: *ref_182 rawValue: resource-provisioning-id-farmBeatsResourceName - language: *ref_485 - parameter: *ref_253 - operation: *ref_488 - operationGroup: *ref_448 + language: *ref_332 + parameter: *ref_185 + operation: *ref_335 + operationGroup: *ref_295 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/FarmBeatsModels_GetOperationResult.json responses: '200': body: - schema: *ref_254 + schema: *ref_186 parentsValue: {} properties: status: schema: *ref_82 rawValue: Succeeded - language: *ref_487 - language: *ref_486 - operation: *ref_488 - operationGroup: *ref_448 + language: *ref_334 + language: *ref_333 + operation: *ref_335 + operationGroup: *ref_295 - operationId: Locations_CheckNameAvailability examples: - name: Locations_CheckNameAvailability_AlreadyExists clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_260 + schema: *ref_187 parentsValue: {} properties: name: schema: *ref_83 rawValue: existingaccountname - language: *ref_490 + language: *ref_337 type: schema: *ref_84 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_491 - language: *ref_489 - parameter: *ref_261 - operation: *ref_496 - operationGroup: *ref_497 + language: *ref_338 + language: *ref_336 + parameter: *ref_188 + operation: *ref_343 + operationGroup: *ref_344 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Locations_CheckNameAvailability_AlreadyExists.json responses: '200': body: - schema: *ref_263 + schema: *ref_190 parentsValue: {} properties: message: schema: *ref_87 rawValue: An account named 'existingaccountname' is already in use. - language: *ref_495 + language: *ref_342 nameAvailable: schema: *ref_85 rawValue: false - language: *ref_493 + language: *ref_340 reason: schema: *ref_86 rawValue: AlreadyExists - language: *ref_494 - language: *ref_492 + language: *ref_341 + language: *ref_339 - name: Locations_CheckNameAvailability_Available clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_260 + schema: *ref_187 parentsValue: {} properties: name: schema: *ref_83 rawValue: newaccountname - language: *ref_490 + language: *ref_337 type: schema: *ref_84 rawValue: Microsoft.AgFoodPlatform/farmBeats - language: *ref_491 - language: *ref_489 - parameter: *ref_261 - operation: *ref_496 - operationGroup: *ref_497 + language: *ref_338 + language: *ref_336 + parameter: *ref_188 + operation: *ref_343 + operationGroup: *ref_344 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Locations_CheckNameAvailability_Available.json responses: '200': body: - schema: *ref_263 + schema: *ref_190 parentsValue: {} properties: nameAvailable: schema: *ref_85 rawValue: true - language: *ref_493 - language: *ref_492 - operation: *ref_496 - operationGroup: *ref_497 + language: *ref_340 + language: *ref_339 + operation: *ref_343 + operationGroup: *ref_344 - operationId: Operations_List examples: - name: Operations_List clientParameters: - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: [] - operation: *ref_508 - operationGroup: *ref_509 + operation: *ref_355 + operationGroup: *ref_356 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/Operations_List.json responses: '200': body: - schema: *ref_269 + schema: *ref_191 parentsValue: {} properties: nextLink: - schema: *ref_97 + schema: *ref_96 rawValue: https://management.azure.com/providers/Microsoft.AgFoodPlatform/operations?$skiptoken={token} - language: *ref_507 + language: *ref_354 value: - schema: *ref_117 + schema: *ref_116 elements: - - schema: *ref_98 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/read - language: *ref_500 + language: *ref_347 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Gets or Lists existing AgFoodPlatform FarmBeats resource(s). - language: *ref_506 + language: *ref_353 operation: schema: *ref_92 rawValue: Get or List AgFoodPlatform FarmBeats resource(s). - language: *ref_505 + language: *ref_352 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_503 + language: *ref_350 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_504 - language: *ref_502 + language: *ref_351 + language: *ref_349 isDataAction: schema: *ref_89 rawValue: false - language: *ref_501 - - schema: *ref_98 + language: *ref_348 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/write - language: *ref_500 + language: *ref_347 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Creates or Updates AgFoodPlatform FarmBeats. - language: *ref_506 + language: *ref_353 operation: schema: *ref_92 rawValue: Create or Update AgFoodPlatform FarmBeats. - language: *ref_505 + language: *ref_352 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_503 + language: *ref_350 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_504 - language: *ref_502 + language: *ref_351 + language: *ref_349 isDataAction: schema: *ref_89 rawValue: false - language: *ref_501 - - schema: *ref_98 + language: *ref_348 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/delete - language: *ref_500 + language: *ref_347 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Deletes an existing AgFoodPlatform FarmBeats resource. - language: *ref_506 + language: *ref_353 operation: schema: *ref_92 rawValue: Delete AgFoodPlatform FarmBeats resource. - language: *ref_505 + language: *ref_352 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_503 + language: *ref_350 resource: schema: *ref_91 rawValue: AgFoodPlatform FarmBeats - language: *ref_504 - language: *ref_502 + language: *ref_351 + language: *ref_349 isDataAction: schema: *ref_89 rawValue: false - language: *ref_501 - - schema: *ref_98 + language: *ref_348 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/locations/checkNameAvailability/action - language: *ref_500 + language: *ref_347 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Checks that resource name is valid and is not in use. - language: *ref_506 + language: *ref_353 operation: schema: *ref_92 rawValue: Check Name Availability - language: *ref_505 + language: *ref_352 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_503 + language: *ref_350 resource: schema: *ref_91 rawValue: Locations - language: *ref_504 - language: *ref_502 + language: *ref_351 + language: *ref_349 isDataAction: schema: *ref_89 rawValue: false - language: *ref_501 - - schema: *ref_98 + language: *ref_348 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/operations/read - language: *ref_500 + language: *ref_347 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: List all operations in Microsoft AgFoodPlatform resource provider. - language: *ref_506 + language: *ref_353 operation: schema: *ref_92 rawValue: List all operations. - language: *ref_505 + language: *ref_352 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_503 + language: *ref_350 resource: schema: *ref_91 rawValue: List all operations in Microsoft AgFoodPlatform resource provider. - language: *ref_504 - language: *ref_502 + language: *ref_351 + language: *ref_349 isDataAction: schema: *ref_89 rawValue: false - language: *ref_501 - - schema: *ref_98 + language: *ref_348 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/read - language: *ref_500 + language: *ref_347 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Gets or Lists existing AgFoodPlatform Extensions resource(s). - language: *ref_506 + language: *ref_353 operation: schema: *ref_92 rawValue: Get or List AgFoodPlatform Extensions resource(s). - language: *ref_505 + language: *ref_352 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_503 + language: *ref_350 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_504 - language: *ref_502 + language: *ref_351 + language: *ref_349 isDataAction: schema: *ref_89 rawValue: false - language: *ref_501 - - schema: *ref_98 + language: *ref_348 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/write - language: *ref_500 + language: *ref_347 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Creates or Updates AgFoodPlatform Extensions. - language: *ref_506 + language: *ref_353 operation: schema: *ref_92 rawValue: Create or Update AgFoodPlatform Extensions. - language: *ref_505 + language: *ref_352 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_503 + language: *ref_350 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_504 - language: *ref_502 + language: *ref_351 + language: *ref_349 isDataAction: schema: *ref_89 rawValue: false - language: *ref_501 - - schema: *ref_98 + language: *ref_348 + - schema: *ref_97 parentsValue: {} properties: name: schema: *ref_88 rawValue: Microsoft.AgFoodPlatform/farmBeats/extensions/delete - language: *ref_500 + language: *ref_347 display: - schema: *ref_99 + schema: *ref_98 parentsValue: {} properties: description: schema: *ref_93 rawValue: Deletes an existing AgFoodPlatform Extensions resource. - language: *ref_506 + language: *ref_353 operation: schema: *ref_92 rawValue: Delete AgFoodPlatform Extensions resource. - language: *ref_505 + language: *ref_352 provider: schema: *ref_90 rawValue: Microsoft AgFoodPlatform - language: *ref_503 + language: *ref_350 resource: schema: *ref_91 rawValue: AgFoodPlatform Extensions - language: *ref_504 - language: *ref_502 + language: *ref_351 + language: *ref_349 isDataAction: schema: *ref_89 rawValue: false - language: *ref_501 - language: *ref_499 - language: *ref_498 - operation: *ref_508 - operationGroup: *ref_509 + language: *ref_348 + language: *ref_346 + language: *ref_345 + operation: *ref_355 + operationGroup: *ref_356 - operationId: PrivateEndpointConnections_CreateOrUpdate examples: - name: PrivateEndpointConnections_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_510 - parameter: *ref_277 + language: *ref_357 + parameter: *ref_194 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_511 - parameter: *ref_278 + language: *ref_358 + parameter: *ref_195 - exampleValue: - schema: *ref_233 + schema: *ref_175 rawValue: privateEndpointConnectionName - language: *ref_512 - parameter: *ref_279 + language: *ref_359 + parameter: *ref_196 - exampleValue: schema: *ref_26 parentsValue: {} @@ -11918,17 +9131,17 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_517 + language: *ref_364 status: schema: *ref_8 rawValue: Approved - language: *ref_516 - language: *ref_515 - language: *ref_514 - language: *ref_513 - parameter: *ref_275 - operation: *ref_523 - operationGroup: *ref_524 + language: *ref_363 + language: *ref_362 + language: *ref_361 + language: *ref_360 + parameter: *ref_192 + operation: *ref_370 + operationGroup: *ref_371 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_CreateOrUpdate.json responses: '200': @@ -11942,16 +9155,16 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_380 - language: *ref_379 + language: *ref_227 + language: *ref_226 properties: properties: schema: *ref_75 @@ -11964,8 +9177,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_520 - language: *ref_519 + language: *ref_367 + language: *ref_366 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -11973,56 +9186,56 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_517 + language: *ref_364 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_521 + language: *ref_368 status: schema: *ref_8 rawValue: Approved - language: *ref_516 - language: *ref_515 + language: *ref_363 + language: *ref_362 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_522 - language: *ref_514 - language: *ref_518 - operation: *ref_523 - operationGroup: *ref_524 + language: *ref_369 + language: *ref_361 + language: *ref_365 + operation: *ref_370 + operationGroup: *ref_371 - operationId: PrivateEndpointConnections_Get examples: - name: PrivateEndpointConnections_Get clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_525 - parameter: *ref_285 + language: *ref_372 + parameter: *ref_197 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_526 - parameter: *ref_286 + language: *ref_373 + parameter: *ref_198 - exampleValue: - schema: *ref_233 + schema: *ref_175 rawValue: privateEndpointConnectionName - language: *ref_527 - parameter: *ref_287 - operation: *ref_529 - operationGroup: *ref_524 + language: *ref_374 + parameter: *ref_199 + operation: *ref_376 + operationGroup: *ref_371 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_Get.json responses: '200': @@ -12036,16 +9249,16 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_380 - language: *ref_379 + language: *ref_227 + language: *ref_226 properties: properties: schema: *ref_75 @@ -12058,8 +9271,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_520 - language: *ref_519 + language: *ref_367 + language: *ref_366 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -12067,99 +9280,99 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_517 + language: *ref_364 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_521 + language: *ref_368 status: schema: *ref_8 rawValue: Approved - language: *ref_516 - language: *ref_515 + language: *ref_363 + language: *ref_362 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_522 - language: *ref_514 - language: *ref_528 - operation: *ref_529 - operationGroup: *ref_524 + language: *ref_369 + language: *ref_361 + language: *ref_375 + operation: *ref_376 + operationGroup: *ref_371 - operationId: PrivateEndpointConnections_Delete examples: - name: PrivateEndpointConnections_Delete clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_530 - parameter: *ref_293 + language: *ref_377 + parameter: *ref_200 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_531 - parameter: *ref_294 + language: *ref_378 + parameter: *ref_201 - exampleValue: - schema: *ref_233 + schema: *ref_175 rawValue: privateEndpointConnectionName - language: *ref_532 - parameter: *ref_295 - operation: *ref_533 - operationGroup: *ref_524 + language: *ref_379 + parameter: *ref_202 + operation: *ref_380 + operationGroup: *ref_371 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_533 - operationGroup: *ref_524 + operation: *ref_380 + operationGroup: *ref_371 - operationId: PrivateEndpointConnections_ListByResource examples: - name: PrivateEndpointConnections_ListByResource clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_534 - parameter: *ref_301 + language: *ref_381 + parameter: *ref_203 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_535 - parameter: *ref_302 - operation: *ref_538 - operationGroup: *ref_524 + language: *ref_382 + parameter: *ref_204 + operation: *ref_385 + operationGroup: *ref_371 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateEndpointConnections_ListByResource.json responses: '200': body: - schema: *ref_303 + schema: *ref_205 parentsValue: {} properties: value: - schema: *ref_118 + schema: *ref_117 elements: - schema: *ref_26 parentsValue: @@ -12170,17 +9383,17 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: >- /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName - language: *ref_380 - language: *ref_379 + language: *ref_227 + language: *ref_226 properties: properties: schema: *ref_75 @@ -12193,8 +9406,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName - language: *ref_520 - language: *ref_519 + language: *ref_367 + language: *ref_366 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -12202,21 +9415,21 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_517 + language: *ref_364 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_521 + language: *ref_368 status: schema: *ref_8 rawValue: Approved - language: *ref_516 - language: *ref_515 + language: *ref_363 + language: *ref_362 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_522 - language: *ref_514 + language: *ref_369 + language: *ref_361 - schema: *ref_26 parentsValue: Resource: @@ -12226,17 +9439,17 @@ testModel: name: schema: *ref_35 rawValue: privateEndpointConnectionName2 - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateEndpointConnections - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: >- /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateEndpointConnections/privateEndpointConnectionName2 - language: *ref_380 - language: *ref_379 + language: *ref_227 + language: *ref_226 properties: properties: schema: *ref_75 @@ -12249,8 +9462,8 @@ testModel: id: schema: *ref_7 rawValue: /subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/rg1Network/providers/Microsoft.Network/privateEndpoints/privateEndpointName2 - language: *ref_520 - language: *ref_519 + language: *ref_367 + language: *ref_366 privateLinkServiceConnectionState: schema: *ref_77 parentsValue: {} @@ -12258,61 +9471,61 @@ testModel: description: schema: *ref_9 rawValue: Approved by johndoe@contoso.com - language: *ref_517 + language: *ref_364 actionsRequired: schema: *ref_10 rawValue: None - language: *ref_521 + language: *ref_368 status: schema: *ref_8 rawValue: Approved - language: *ref_516 - language: *ref_515 + language: *ref_363 + language: *ref_362 provisioningState: schema: *ref_11 rawValue: Succeeded - language: *ref_522 - language: *ref_514 - language: *ref_537 - language: *ref_536 - operation: *ref_538 - operationGroup: *ref_524 + language: *ref_369 + language: *ref_361 + language: *ref_384 + language: *ref_383 + operation: *ref_385 + operationGroup: *ref_371 - operationId: PrivateLinkResources_ListByResource examples: - name: PrivateLinkResources_ListByResource clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_539 - parameter: *ref_309 + language: *ref_386 + parameter: *ref_206 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_540 - parameter: *ref_310 - operation: *ref_547 - operationGroup: *ref_548 + language: *ref_387 + parameter: *ref_207 + operation: *ref_394 + operationGroup: *ref_395 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateLinkResources_ListByResource.json responses: '200': body: - schema: *ref_311 + schema: *ref_208 parentsValue: {} properties: value: - schema: *ref_121 + schema: *ref_120 elements: - schema: *ref_33 parentsValue: @@ -12323,74 +9536,74 @@ testModel: name: schema: *ref_35 rawValue: farmbeats - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateLinkResources - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateLinkResources/farmbeats - language: *ref_380 - language: *ref_379 + language: *ref_227 + language: *ref_226 properties: properties: - schema: *ref_100 + schema: *ref_99 parentsValue: {} properties: groupId: schema: *ref_30 rawValue: farmbeats - language: *ref_544 + language: *ref_391 requiredMembers: - schema: *ref_119 + schema: *ref_118 elements: - schema: *ref_31 rawValue: farmbeats - language: *ref_545 + language: *ref_392 requiredZoneNames: - schema: *ref_120 + schema: *ref_119 elements: - schema: *ref_32 rawValue: privatelink.farmbeats.azure.net - language: *ref_546 - language: *ref_543 - language: *ref_542 - language: *ref_541 - operation: *ref_547 - operationGroup: *ref_548 + language: *ref_393 + language: *ref_390 + language: *ref_389 + language: *ref_388 + operation: *ref_394 + operationGroup: *ref_395 - operationId: PrivateLinkResources_Get examples: - name: PrivateLinkResources_Get clientParameters: - exampleValue: - schema: *ref_122 + schema: *ref_121 rawValue: 11111111-2222-3333-4444-555555555555 - language: *ref_366 - parameter: *ref_125 + language: *ref_213 + parameter: *ref_124 - exampleValue: - schema: *ref_123 + schema: *ref_122 rawValue: 2021-09-01-preview - language: *ref_367 - parameter: *ref_127 + language: *ref_214 + parameter: *ref_126 methodParameters: - exampleValue: - schema: *ref_126 + schema: *ref_125 rawValue: examples-rg - language: *ref_549 - parameter: *ref_318 + language: *ref_396 + parameter: *ref_210 - exampleValue: schema: *ref_2 rawValue: examples-farmbeatsResourceName - language: *ref_550 - parameter: *ref_319 + language: *ref_397 + parameter: *ref_211 - exampleValue: - schema: *ref_317 + schema: *ref_209 rawValue: farmbeats - language: *ref_551 - parameter: *ref_320 - operation: *ref_553 - operationGroup: *ref_548 + language: *ref_398 + parameter: *ref_212 + operation: *ref_400 + operationGroup: *ref_395 originalFile: specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2021-09-01-preview/examples/PrivateLinkResources_Get.json responses: '200': @@ -12404,102 +9617,45 @@ testModel: name: schema: *ref_35 rawValue: farmbeats - language: *ref_381 + language: *ref_228 type: schema: *ref_36 rawValue: Microsoft.AgFoodPlatform/farmBeats/privateLinkResources - language: *ref_382 + language: *ref_229 id: schema: *ref_34 rawValue: subscriptions/11111111-2222-3333-4444-555555555555/resourceGroups/examples-rg/providers/Microsoft.AgFoodPlatform/farmBeats/examples-farmbeatsResourceName/privateLinkResources/farmbeats - language: *ref_380 - language: *ref_379 + language: *ref_227 + language: *ref_226 properties: properties: - schema: *ref_100 + schema: *ref_99 parentsValue: {} properties: groupId: schema: *ref_30 rawValue: farmbeats - language: *ref_544 + language: *ref_391 requiredMembers: - schema: *ref_119 + schema: *ref_118 elements: - schema: *ref_31 rawValue: farmbeats - language: *ref_545 + language: *ref_392 requiredZoneNames: - schema: *ref_120 + schema: *ref_119 elements: - schema: *ref_32 rawValue: privatelink.farmbeats.azure.net - language: *ref_546 - language: *ref_543 - language: *ref_552 - operation: *ref_553 - operationGroup: *ref_548 + language: *ref_393 + language: *ref_390 + language: *ref_399 + operation: *ref_400 + operationGroup: *ref_395 scenarioTests: [] language: default: name: AzureAgFoodPlatformRPService description: '' - go: - name: AzureAgFoodPlatformRPService - description: '' - azureARM: true - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armagrifood - parameterGroups: - - *ref_326 - - *ref_327 - - *ref_328 - - *ref_329 - - *ref_163 - - *ref_179 - - *ref_330 - - *ref_331 - - *ref_332 - - *ref_333 - - *ref_334 - - *ref_234 - - *ref_243 - - *ref_335 - - *ref_336 - - *ref_337 - - *ref_338 - - *ref_339 - - *ref_340 - - *ref_341 - - *ref_342 - - *ref_343 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_344 - - *ref_345 - - *ref_346 - - *ref_347 - - *ref_348 - - *ref_349 - - *ref_350 - - *ref_351 - - *ref_352 - - *ref_353 - - *ref_354 - - *ref_355 - - *ref_356 - - *ref_357 - - *ref_358 - - *ref_359 - - *ref_360 - - *ref_361 - - *ref_362 - - *ref_363 - - *ref_364 - - *ref_365 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/go-tester-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/go-tester-pre.yaml index 75ccb5535..123fbf8aa 100644 --- a/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/go-tester-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/go-tester-pre.yaml @@ -3,7 +3,7 @@ info: title: AppPlatformManagementClient schemas: booleans: - - &ref_136 + - &ref_135 type: boolean language: default: @@ -23,7 +23,7 @@ schemas: name: bool description: Strict host key checking or not. protocol: {} - - &ref_142 + - &ref_141 type: boolean language: default: @@ -75,7 +75,7 @@ schemas: name: bool description: Indicate if end to end TLS is enabled. protocol: {} - - &ref_162 + - &ref_161 type: boolean language: default: @@ -85,7 +85,7 @@ schemas: name: bool description: Indicates whether the name is available protocol: {} - - &ref_168 + - &ref_167 type: boolean language: default: @@ -105,7 +105,7 @@ schemas: name: bool description: Indicates whether the Deployment is active protocol: {} - - &ref_178 + - &ref_177 type: boolean language: default: @@ -115,7 +115,7 @@ schemas: name: bool description: Indicates whether the operation is a data action protocol: {} - - &ref_196 + - &ref_195 type: boolean language: default: @@ -125,7 +125,7 @@ schemas: name: bool description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. protocol: {} - - &ref_199 + - &ref_198 type: boolean language: default: @@ -136,7 +136,7 @@ schemas: description: Whether this dimension should be included for the Shoebox export scenario protocol: {} numbers: - - &ref_117 + - &ref_116 type: integer apiVersions: - version: 2020-11-01-preview @@ -149,7 +149,7 @@ schemas: name: int32 description: The port of required traffic protocol: {} - - &ref_121 + - &ref_120 type: integer apiVersions: - version: 2020-11-01-preview @@ -263,7 +263,7 @@ schemas: name: int32 description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) protocol: {} - - &ref_216 + - &ref_215 type: integer apiVersions: - version: 2020-11-01-preview @@ -276,7 +276,7 @@ schemas: name: int32 description: Gets or sets the minimum. protocol: {} - - &ref_217 + - &ref_216 type: integer apiVersions: - version: 2020-11-01-preview @@ -289,7 +289,7 @@ schemas: name: int32 description: Gets or sets the maximum. protocol: {} - - &ref_218 + - &ref_217 type: integer apiVersions: - version: 2020-11-01-preview @@ -417,7 +417,7 @@ schemas: name: string description: '' protocol: {} - - &ref_116 + - &ref_115 type: string apiVersions: - version: 2020-11-01-preview @@ -429,7 +429,7 @@ schemas: name: string description: The protocol of required traffic protocol: {} - - &ref_118 + - &ref_117 type: string apiVersions: - version: 2020-11-01-preview @@ -441,7 +441,7 @@ schemas: name: string description: '' protocol: {} - - &ref_119 + - &ref_118 type: string apiVersions: - version: 2020-11-01-preview @@ -453,7 +453,7 @@ schemas: name: string description: '' protocol: {} - - &ref_122 + - &ref_121 type: string apiVersions: - version: 2020-11-01-preview @@ -539,7 +539,7 @@ schemas: name: string description: The type of the resource. protocol: {} - - &ref_128 + - &ref_127 type: string apiVersions: - version: 2020-11-01-preview @@ -551,7 +551,7 @@ schemas: name: string description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. protocol: {} - - &ref_129 + - &ref_128 type: string apiVersions: - version: 2020-11-01-preview @@ -563,7 +563,7 @@ schemas: name: string description: A message describing the error, intended to be suitable for display in a user interface. protocol: {} - - &ref_130 + - &ref_129 type: string apiVersions: - version: 2020-11-01-preview @@ -575,7 +575,7 @@ schemas: name: string description: The target of the particular error. For example, the name of the property in error. protocol: {} - - &ref_132 + - &ref_131 type: string apiVersions: - version: 2020-11-01-preview @@ -587,7 +587,7 @@ schemas: name: string description: Primary key protocol: {} - - &ref_133 + - &ref_132 type: string apiVersions: - version: 2020-11-01-preview @@ -599,7 +599,7 @@ schemas: name: string description: Secondary key protocol: {} - - &ref_134 + - &ref_133 type: string apiVersions: - version: 2020-11-01-preview @@ -611,7 +611,7 @@ schemas: name: string description: Primary test endpoint protocol: {} - - &ref_135 + - &ref_134 type: string apiVersions: - version: 2020-11-01-preview @@ -863,7 +863,7 @@ schemas: name: string description: Private sshKey algorithm of git repository. protocol: {} - - &ref_143 + - &ref_142 type: string apiVersions: - version: 2020-11-01-preview @@ -875,7 +875,7 @@ schemas: name: string description: The name of the config server settings error record protocol: {} - - &ref_144 + - &ref_143 type: string apiVersions: - version: 2020-11-01-preview @@ -887,7 +887,7 @@ schemas: name: string description: The uri of the config server settings error record protocol: {} - - &ref_145 + - &ref_144 type: string apiVersions: - version: 2020-11-01-preview @@ -1024,7 +1024,7 @@ schemas: name: string description: The GEO location of the application, always the same with its parent resource protocol: {} - - &ref_153 + - &ref_152 type: string apiVersions: - version: 2020-11-01-preview @@ -1036,7 +1036,7 @@ schemas: name: string description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_154 + - &ref_153 type: string apiVersions: - version: 2020-11-01-preview @@ -1048,7 +1048,7 @@ schemas: name: string description: Source relative path protocol: {} - - &ref_155 + - &ref_154 type: string apiVersions: - version: 2020-11-01-preview @@ -1144,7 +1144,7 @@ schemas: name: string description: Update time of the Binding resource protocol: {} - - &ref_157 + - &ref_156 type: string apiVersions: - version: 2020-11-01-preview @@ -1276,7 +1276,7 @@ schemas: name: string description: '' protocol: {} - - &ref_159 + - &ref_158 type: string apiVersions: - version: 2020-11-01-preview @@ -1288,7 +1288,7 @@ schemas: name: string description: The link to next page of certificate list. protocol: {} - - &ref_160 + - &ref_159 type: string apiVersions: - version: 2020-11-01-preview @@ -1300,7 +1300,7 @@ schemas: name: string description: Type of the resource to check name availability protocol: {} - - &ref_161 + - &ref_160 type: string apiVersions: - version: 2020-11-01-preview @@ -1312,7 +1312,7 @@ schemas: name: string description: Name to be checked protocol: {} - - &ref_163 + - &ref_162 type: string apiVersions: - version: 2020-11-01-preview @@ -1324,7 +1324,7 @@ schemas: name: string description: Reason why the name is not available protocol: {} - - &ref_164 + - &ref_163 type: string apiVersions: - version: 2020-11-01-preview @@ -1372,7 +1372,7 @@ schemas: name: string description: The bound certificate name of domain. protocol: {} - - &ref_166 + - &ref_165 type: string apiVersions: - version: 2020-11-01-preview @@ -1384,7 +1384,7 @@ schemas: name: string description: The link to next page of custom domain list. protocol: {} - - &ref_167 + - &ref_166 type: string apiVersions: - version: 2020-11-01-preview @@ -1396,7 +1396,7 @@ schemas: name: string description: Name to be validated protocol: {} - - &ref_169 + - &ref_168 type: string apiVersions: - version: 2020-11-01-preview @@ -1540,7 +1540,7 @@ schemas: name: string description: Start time of the deployment instance protocol: {} - - &ref_256 + - &ref_255 type: string apiVersions: - version: 2020-11-01-preview @@ -1552,7 +1552,7 @@ schemas: name: string description: '' protocol: {} - - &ref_174 + - &ref_173 type: string apiVersions: - version: 2020-11-01-preview @@ -1564,7 +1564,7 @@ schemas: name: string description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_258 + - &ref_257 type: string apiVersions: - version: 2020-11-01-preview @@ -1576,7 +1576,7 @@ schemas: name: string description: '' protocol: {} - - &ref_175 + - &ref_174 type: string apiVersions: - version: 2020-11-01-preview @@ -1588,7 +1588,7 @@ schemas: name: string description: URL of the log file protocol: {} - - &ref_176 + - &ref_175 type: string apiVersions: - version: 2020-11-01-preview @@ -1600,7 +1600,7 @@ schemas: name: string description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_177 + - &ref_176 type: string apiVersions: - version: 2020-11-01-preview @@ -1612,7 +1612,7 @@ schemas: name: string description: Name of the operation protocol: {} - - &ref_179 + - &ref_178 type: string apiVersions: - version: 2020-11-01-preview @@ -1624,7 +1624,7 @@ schemas: name: string description: Resource provider of the operation protocol: {} - - &ref_180 + - &ref_179 type: string apiVersions: - version: 2020-11-01-preview @@ -1636,7 +1636,7 @@ schemas: name: string description: Resource of the operation protocol: {} - - &ref_181 + - &ref_180 type: string apiVersions: - version: 2020-11-01-preview @@ -1648,7 +1648,7 @@ schemas: name: string description: Localized friendly name for the operation protocol: {} - - &ref_182 + - &ref_181 type: string apiVersions: - version: 2020-11-01-preview @@ -1660,7 +1660,7 @@ schemas: name: string description: Localized friendly description for the operation protocol: {} - - &ref_184 + - &ref_183 type: string apiVersions: - version: 2020-11-01-preview @@ -1672,7 +1672,7 @@ schemas: name: string description: Origin of the operation protocol: {} - - &ref_185 + - &ref_184 type: string apiVersions: - version: 2020-11-01-preview @@ -1684,7 +1684,7 @@ schemas: name: string description: Name of the log protocol: {} - - &ref_186 + - &ref_185 type: string apiVersions: - version: 2020-11-01-preview @@ -1696,7 +1696,7 @@ schemas: name: string description: Localized friendly display name of the log protocol: {} - - &ref_187 + - &ref_186 type: string apiVersions: - version: 2020-11-01-preview @@ -1708,7 +1708,7 @@ schemas: name: string description: Blob duration of the log protocol: {} - - &ref_188 + - &ref_187 type: string apiVersions: - version: 2020-11-01-preview @@ -1720,7 +1720,7 @@ schemas: name: string description: Name of the metric protocol: {} - - &ref_189 + - &ref_188 type: string apiVersions: - version: 2020-11-01-preview @@ -1732,7 +1732,7 @@ schemas: name: string description: Localized friendly display name of the metric protocol: {} - - &ref_190 + - &ref_189 type: string apiVersions: - version: 2020-11-01-preview @@ -1744,7 +1744,7 @@ schemas: name: string description: Localized friendly description of the metric protocol: {} - - &ref_191 + - &ref_190 type: string apiVersions: - version: 2020-11-01-preview @@ -1756,7 +1756,7 @@ schemas: name: string description: Unit that makes sense for the metric protocol: {} - - &ref_192 + - &ref_191 type: string apiVersions: - version: 2020-11-01-preview @@ -1768,7 +1768,7 @@ schemas: name: string description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - - &ref_193 + - &ref_192 type: string apiVersions: - version: 2020-11-01-preview @@ -1780,7 +1780,7 @@ schemas: name: string description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - - &ref_194 + - &ref_193 type: string apiVersions: - version: 2020-11-01-preview @@ -1792,7 +1792,7 @@ schemas: name: string description: '' protocol: {} - - &ref_195 + - &ref_194 type: string apiVersions: - version: 2020-11-01-preview @@ -1804,7 +1804,7 @@ schemas: name: string description: '' protocol: {} - - &ref_197 + - &ref_196 type: string apiVersions: - version: 2020-11-01-preview @@ -1816,7 +1816,7 @@ schemas: name: string description: Name of the dimension protocol: {} - - &ref_198 + - &ref_197 type: string apiVersions: - version: 2020-11-01-preview @@ -1828,7 +1828,7 @@ schemas: name: string description: Localized friendly display name of the dimension protocol: {} - - &ref_200 + - &ref_199 type: string apiVersions: - version: 2020-11-01-preview @@ -1840,7 +1840,7 @@ schemas: name: string description: Name of the MDM namespace. Optional. protocol: {} - - &ref_201 + - &ref_200 type: string apiVersions: - version: 2020-11-01-preview @@ -1852,7 +1852,7 @@ schemas: name: string description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_211 + - &ref_210 type: string apiVersions: - version: 2020-11-01-preview @@ -1864,7 +1864,7 @@ schemas: name: string description: The detailed version (major.minor) of the platform. protocol: {} - - &ref_213 + - &ref_212 type: string apiVersions: - version: 2020-11-01-preview @@ -1876,7 +1876,7 @@ schemas: name: string description: Gets the type of resource the SKU applies to. protocol: {} - - &ref_214 + - &ref_213 type: string apiVersions: - version: 2020-11-01-preview @@ -1888,7 +1888,7 @@ schemas: name: string description: Gets the name of SKU. protocol: {} - - &ref_215 + - &ref_214 type: string apiVersions: - version: 2020-11-01-preview @@ -1900,7 +1900,7 @@ schemas: name: string description: Gets the tier of SKU. protocol: {} - - &ref_220 + - &ref_219 type: string apiVersions: - version: 2020-11-01-preview @@ -1912,7 +1912,7 @@ schemas: name: string description: '' protocol: {} - - &ref_221 + - &ref_220 type: string apiVersions: - version: 2020-11-01-preview @@ -1924,7 +1924,7 @@ schemas: name: string description: Gets location of the SKU protocol: {} - - &ref_222 + - &ref_221 type: string apiVersions: - version: 2020-11-01-preview @@ -1936,7 +1936,7 @@ schemas: name: string description: '' protocol: {} - - &ref_223 + - &ref_222 type: string apiVersions: - version: 2020-11-01-preview @@ -1948,7 +1948,7 @@ schemas: name: string description: '' protocol: {} - - &ref_224 + - &ref_223 type: string apiVersions: - version: 2020-11-01-preview @@ -1960,7 +1960,7 @@ schemas: name: string description: Gets an invariant to describe the feature. protocol: {} - - &ref_225 + - &ref_224 type: string apiVersions: - version: 2020-11-01-preview @@ -1972,7 +1972,7 @@ schemas: name: string description: Gets an invariant if the feature is measured by quantity. protocol: {} - - &ref_227 + - &ref_226 type: string apiVersions: - version: 2020-11-01-preview @@ -1984,7 +1984,7 @@ schemas: name: string description: '' protocol: {} - - &ref_228 + - &ref_227 type: string apiVersions: - version: 2020-11-01-preview @@ -1996,7 +1996,7 @@ schemas: name: string description: '' protocol: {} - - &ref_229 + - &ref_228 type: string apiVersions: - version: 2020-11-01-preview @@ -2008,7 +2008,7 @@ schemas: name: string description: '' protocol: {} - - &ref_231 + - &ref_230 type: string apiVersions: - version: 2020-11-01-preview @@ -2120,7 +2120,7 @@ schemas: description: Provisioning state of the Service possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - - &ref_120 + - &ref_119 choices: - value: Inbound language: @@ -2151,7 +2151,7 @@ schemas: description: The direction of required traffic possibleValuesFunc: PossibleTrafficDirectionValues protocol: {} - - &ref_137 + - &ref_136 choices: - value: Primary language: @@ -2575,7 +2575,7 @@ schemas: description: Status of the Deployment possibleValuesFunc: PossibleDeploymentResourceStatusValues protocol: {} - - &ref_183 + - &ref_182 choices: - value: Internal language: @@ -2598,7 +2598,7 @@ schemas: description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. possibleValuesFunc: PossibleActionTypeValues protocol: {} - - &ref_209 + - &ref_208 choices: - value: Java_8 language: @@ -2637,7 +2637,7 @@ schemas: description: The raw value which could be passed to deployment CRUD operations. possibleValuesFunc: PossibleSupportedRuntimeValueValues protocol: {} - - &ref_210 + - &ref_209 choices: - value: Java language: @@ -2668,7 +2668,7 @@ schemas: description: 'The platform of this runtime version (possible values: "Java" or ".NET").' possibleValuesFunc: PossibleSupportedRuntimePlatformValues protocol: {} - - &ref_219 + - &ref_218 choices: - value: None language: @@ -2707,7 +2707,7 @@ schemas: description: Gets or sets the type of the scale. possibleValuesFunc: PossibleSKUScaleTypeValues protocol: {} - - &ref_226 + - &ref_225 choices: - value: Location language: @@ -2738,7 +2738,7 @@ schemas: description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' possibleValuesFunc: PossibleResourceSKURestrictionsTypeValues protocol: {} - - &ref_230 + - &ref_229 choices: - value: QuotaId language: @@ -2770,7 +2770,7 @@ schemas: possibleValuesFunc: PossibleResourceSKURestrictionsReasonCodeValues protocol: {} constants: - - &ref_278 + - &ref_277 type: constant value: value: 2020-11-01-preview @@ -2783,7 +2783,7 @@ schemas: name: string description: Api Version (2020-11-01-preview) protocol: {} - - &ref_282 + - &ref_281 type: constant value: value: application/json @@ -2919,7 +2919,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_138 + - schema: &ref_137 type: object apiVersions: - version: 2020-11-01-preview @@ -2927,7 +2927,7 @@ schemas: - schema: *ref_7 readOnly: true serializedName: provisioningState - language: &ref_874 + language: &ref_873 default: name: provisioningState description: State of the config server. @@ -2985,21 +2985,21 @@ schemas: name: Error description: Error when apply config server settings. protocol: {} - - schema: &ref_139 + - schema: &ref_138 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_140 + - schema: &ref_139 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_246 + - schema: &ref_245 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_141 + elementType: &ref_140 type: object apiVersions: - version: 2020-11-01-preview @@ -3015,7 +3015,7 @@ schemas: name: Name description: REQUIRED; Name of the repository protocol: {} - - schema: &ref_244 + - schema: &ref_243 type: array apiVersions: - version: 2020-11-01-preview @@ -3063,7 +3063,7 @@ schemas: name: Label description: Label of the repository protocol: {} - - schema: &ref_245 + - schema: &ref_244 type: array apiVersions: - version: 2020-11-01-preview @@ -3196,7 +3196,7 @@ schemas: - schema: *ref_21 required: true serializedName: uri - language: &ref_871 + language: &ref_870 default: name: uri description: URI of the repository @@ -3207,7 +3207,7 @@ schemas: - schema: *ref_22 required: false serializedName: label - language: &ref_869 + language: &ref_868 default: name: label description: Label of the repository @@ -3215,7 +3215,7 @@ schemas: name: Label description: Label of the repository protocol: {} - - schema: &ref_247 + - schema: &ref_246 type: array apiVersions: - version: 2020-11-01-preview @@ -3232,7 +3232,7 @@ schemas: protocol: {} required: false serializedName: searchPaths - language: &ref_870 + language: &ref_869 default: name: searchPaths description: Searching path of the repository @@ -3325,7 +3325,7 @@ schemas: namespace: '' protocol: {} serializedName: gitProperty - language: &ref_872 + language: &ref_871 default: name: gitProperty description: Property of git environment. @@ -3350,7 +3350,7 @@ schemas: namespace: '' protocol: {} serializedName: configServer - language: &ref_873 + language: &ref_872 default: name: configServer description: Settings of config server. @@ -3377,7 +3377,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_875 + language: &ref_874 default: name: properties description: Properties of the Config Server resource @@ -3413,7 +3413,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_147 + - schema: &ref_146 type: object apiVersions: - version: 2020-11-01-preview @@ -3421,7 +3421,7 @@ schemas: - schema: *ref_29 readOnly: true serializedName: provisioningState - language: &ref_906 + language: &ref_905 default: name: provisioningState description: State of the Monitoring Setting. @@ -3441,7 +3441,7 @@ schemas: protocol: {} - schema: *ref_31 serializedName: traceEnabled - language: &ref_907 + language: &ref_906 default: name: traceEnabled description: >- @@ -3457,7 +3457,7 @@ schemas: protocol: {} - schema: *ref_32 serializedName: appInsightsInstrumentationKey - language: &ref_904 + language: &ref_903 default: name: appInsightsInstrumentationKey description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings @@ -3467,7 +3467,7 @@ schemas: protocol: {} - schema: *ref_33 serializedName: appInsightsSamplingRate - language: &ref_905 + language: &ref_904 default: name: appInsightsSamplingRate description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] @@ -3475,7 +3475,7 @@ schemas: name: AppInsightsSamplingRate description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] protocol: {} - - schema: &ref_148 + - schema: &ref_147 type: object apiVersions: - version: 2020-11-01-preview @@ -3483,7 +3483,7 @@ schemas: - schema: *ref_34 readOnly: true serializedName: java - language: &ref_902 + language: &ref_901 default: name: java description: Indicates the version of application insight java agent @@ -3508,7 +3508,7 @@ schemas: namespace: '' protocol: {} serializedName: appInsightsAgentVersions - language: &ref_903 + language: &ref_902 default: name: appInsightsAgentVersions description: Indicates the versions of application insight agent @@ -3535,7 +3535,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_908 + language: &ref_907 default: name: properties description: Properties of the Monitoring Setting resource @@ -3571,14 +3571,14 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_149 + - schema: &ref_148 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_35 serializedName: public - language: &ref_942 + language: &ref_941 default: name: public description: Indicates whether the App exposes public endpoint @@ -3589,7 +3589,7 @@ schemas: - schema: *ref_36 readOnly: true serializedName: url - language: &ref_946 + language: &ref_945 default: name: url description: URL of the App @@ -3600,7 +3600,7 @@ schemas: - schema: *ref_37 readOnly: true serializedName: provisioningState - language: &ref_941 + language: &ref_940 default: name: provisioningState description: Provisioning state of the App @@ -3610,7 +3610,7 @@ schemas: protocol: {} - schema: *ref_38 serializedName: activeDeploymentName - language: &ref_933 + language: &ref_932 default: name: activeDeploymentName description: Name of the active deployment of the App @@ -3624,7 +3624,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_935 + language: &ref_934 default: name: fqdn description: Fully qualified dns Name. @@ -3634,7 +3634,7 @@ schemas: protocol: {} - schema: *ref_40 serializedName: httpsOnly - language: &ref_936 + language: &ref_935 default: name: httpsOnly description: Indicate if only https is allowed. @@ -3653,14 +3653,14 @@ schemas: name: CreatedTime description: READ-ONLY; Date time when the resource is created protocol: {} - - schema: &ref_150 + - schema: &ref_149 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_42 serializedName: sizeInGB - language: &ref_944 + language: &ref_943 default: name: sizeInGB description: Size of the temporary disk in GB @@ -3670,7 +3670,7 @@ schemas: protocol: {} - schema: *ref_43 serializedName: mountPath - language: &ref_943 + language: &ref_942 default: name: mountPath description: Mount path of the temporary disk @@ -3695,7 +3695,7 @@ schemas: namespace: '' protocol: {} serializedName: temporaryDisk - language: &ref_945 + language: &ref_944 default: name: temporaryDisk description: Temporary disk settings @@ -3703,14 +3703,14 @@ schemas: name: TemporaryDisk description: Temporary disk settings protocol: {} - - schema: &ref_151 + - schema: &ref_150 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_44 serializedName: sizeInGB - language: &ref_938 + language: &ref_937 default: name: sizeInGB description: Size of the persistent disk in GB @@ -3721,7 +3721,7 @@ schemas: - schema: *ref_45 readOnly: true serializedName: usedInGB - language: &ref_939 + language: &ref_938 default: name: usedInGB description: Size of the used persistent disk in GB @@ -3731,7 +3731,7 @@ schemas: protocol: {} - schema: *ref_46 serializedName: mountPath - language: &ref_937 + language: &ref_936 default: name: mountPath description: Mount path of the persistent disk @@ -3756,7 +3756,7 @@ schemas: namespace: '' protocol: {} serializedName: persistentDisk - language: &ref_940 + language: &ref_939 default: name: persistentDisk description: Persistent disk settings @@ -3766,7 +3766,7 @@ schemas: protocol: {} - schema: *ref_47 serializedName: enableEndToEndTLS - language: &ref_934 + language: &ref_933 default: name: enableEndToEndTLS description: Indicate if end to end TLS is enabled. @@ -3794,7 +3794,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_947 + language: &ref_946 default: name: properties description: Properties of the App resource @@ -3802,14 +3802,14 @@ schemas: name: Properties description: Properties of the App resource protocol: {} - - schema: &ref_152 + - schema: &ref_151 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_48 serializedName: type - language: &ref_928 + language: &ref_927 default: name: type description: Type of the managed identity @@ -3819,7 +3819,7 @@ schemas: protocol: {} - schema: *ref_49 serializedName: principalId - language: &ref_929 + language: &ref_928 default: name: principalId description: Principal Id @@ -3829,7 +3829,7 @@ schemas: protocol: {} - schema: *ref_50 serializedName: tenantId - language: &ref_930 + language: &ref_929 default: name: tenantId description: Tenant Id @@ -3854,7 +3854,7 @@ schemas: namespace: '' protocol: {} serializedName: identity - language: &ref_931 + language: &ref_930 default: name: identity description: The Managed Identity type of the app resource @@ -3864,7 +3864,7 @@ schemas: protocol: {} - schema: *ref_51 serializedName: location - language: &ref_932 + language: &ref_931 default: name: location description: The GEO location of the application, always the same with its parent resource @@ -3900,7 +3900,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_156 + - schema: &ref_155 type: object apiVersions: - version: 2020-11-01-preview @@ -3908,7 +3908,7 @@ schemas: - schema: *ref_52 readOnly: true serializedName: resourceName - language: &ref_1000 + language: &ref_999 default: name: resourceName description: The name of the bound resource @@ -3919,7 +3919,7 @@ schemas: - schema: *ref_53 readOnly: true serializedName: resourceType - language: &ref_1001 + language: &ref_1000 default: name: resourceType description: The standard Azure resource type of the bound resource @@ -3929,7 +3929,7 @@ schemas: protocol: {} - schema: *ref_54 serializedName: resourceId - language: &ref_999 + language: &ref_998 default: name: resourceId description: The Azure resource id of the bound resource @@ -3939,7 +3939,7 @@ schemas: protocol: {} - schema: *ref_55 serializedName: key - language: &ref_1009 + language: &ref_1008 default: name: key description: The key of the bound resource @@ -3949,10 +3949,7 @@ schemas: protocol: {} - schema: *ref_56 serializedName: bindingParameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_996 + language: &ref_995 default: name: bindingParameters description: Binding parameters of the Binding resource @@ -3964,7 +3961,7 @@ schemas: - schema: *ref_57 readOnly: true serializedName: generatedProperties - language: &ref_998 + language: &ref_997 default: name: generatedProperties description: The generated Spring Boot property file for this binding. The secret will be deducted. @@ -3975,7 +3972,7 @@ schemas: - schema: *ref_58 readOnly: true serializedName: createdAt - language: &ref_997 + language: &ref_996 default: name: createdAt description: Creation time of the Binding resource @@ -3986,7 +3983,7 @@ schemas: - schema: *ref_59 readOnly: true serializedName: updatedAt - language: &ref_1002 + language: &ref_1001 default: name: updatedAt description: Update time of the Binding resource @@ -4014,7 +4011,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1003 + language: &ref_1002 default: name: properties description: Properties of the Binding resource @@ -4050,7 +4047,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_158 + - schema: &ref_157 type: object apiVersions: - version: 2020-11-01-preview @@ -4059,7 +4056,7 @@ schemas: readOnly: true required: false serializedName: thumbprint - language: &ref_1048 + language: &ref_1047 default: name: thumbprint description: The thumbprint of certificate. @@ -4070,7 +4067,7 @@ schemas: - schema: *ref_61 required: true serializedName: vaultUri - language: &ref_1049 + language: &ref_1048 default: name: vaultUri description: The vault uri of user key vault. @@ -4081,7 +4078,7 @@ schemas: - schema: *ref_62 required: true serializedName: keyVaultCertName - language: &ref_1046 + language: &ref_1045 default: name: keyVaultCertName description: The certificate name of key vault. @@ -4092,7 +4089,7 @@ schemas: - schema: *ref_63 required: false serializedName: certVersion - language: &ref_1041 + language: &ref_1040 default: name: certVersion description: The certificate version of key vault. @@ -4104,7 +4101,7 @@ schemas: readOnly: true required: false serializedName: issuer - language: &ref_1045 + language: &ref_1044 default: name: issuer description: The issuer of certificate. @@ -4116,7 +4113,7 @@ schemas: readOnly: true required: false serializedName: issuedDate - language: &ref_1044 + language: &ref_1043 default: name: issuedDate description: The issue date of certificate. @@ -4128,7 +4125,7 @@ schemas: readOnly: true required: false serializedName: expirationDate - language: &ref_1043 + language: &ref_1042 default: name: expirationDate description: The expiration date of certificate. @@ -4140,7 +4137,7 @@ schemas: readOnly: true required: false serializedName: activateDate - language: &ref_1040 + language: &ref_1039 default: name: activateDate description: The activate date of certificate. @@ -4152,7 +4149,7 @@ schemas: readOnly: true required: false serializedName: subjectName - language: &ref_1047 + language: &ref_1046 default: name: subjectName description: The subject name of certificate. @@ -4160,7 +4157,7 @@ schemas: name: SubjectName description: READ-ONLY; The subject name of certificate. protocol: {} - - schema: &ref_252 + - schema: &ref_251 type: array apiVersions: - version: 2020-11-01-preview @@ -4178,7 +4175,7 @@ schemas: readOnly: true required: false serializedName: dnsNames - language: &ref_1042 + language: &ref_1041 default: name: dnsNames description: The domain list of certificate. @@ -4207,7 +4204,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1050 + language: &ref_1049 default: name: properties description: Properties of the certificate resource payload. @@ -4242,14 +4239,14 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_165 + - schema: &ref_164 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_70 serializedName: thumbprint - language: &ref_1078 + language: &ref_1077 default: name: thumbprint description: The thumbprint of bound certificate. @@ -4260,7 +4257,7 @@ schemas: - schema: *ref_71 readOnly: true serializedName: appName - language: &ref_1076 + language: &ref_1075 default: name: appName description: The app name of domain. @@ -4270,7 +4267,7 @@ schemas: protocol: {} - schema: *ref_72 serializedName: certName - language: &ref_1077 + language: &ref_1076 default: name: certName description: The bound certificate name of domain. @@ -4297,7 +4294,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1079 + language: &ref_1078 default: name: properties description: Properties of the custom domain resource. @@ -4333,19 +4330,19 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_170 + - schema: &ref_169 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_171 + - schema: &ref_170 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_73 serializedName: type - language: &ref_1131 + language: &ref_1130 default: name: type description: Type of the source uploaded @@ -4355,7 +4352,7 @@ schemas: protocol: {} - schema: *ref_74 serializedName: relativePath - language: &ref_1133 + language: &ref_1132 default: name: relativePath description: Relative path of the storage which stores the source @@ -4365,7 +4362,7 @@ schemas: protocol: {} - schema: *ref_75 serializedName: version - language: &ref_1134 + language: &ref_1133 default: name: version description: Version of the source @@ -4375,7 +4372,7 @@ schemas: protocol: {} - schema: *ref_76 serializedName: artifactSelector - language: &ref_1132 + language: &ref_1131 default: name: artifactSelector description: "Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project." @@ -4400,7 +4397,7 @@ schemas: namespace: '' protocol: {} serializedName: source - language: &ref_1135 + language: &ref_1134 default: name: source description: Uploaded source information of the deployment. @@ -4411,7 +4408,7 @@ schemas: - schema: *ref_77 readOnly: true serializedName: appName - language: &ref_1118 + language: &ref_1117 default: name: appName description: App name of the deployment @@ -4419,14 +4416,14 @@ schemas: name: AppName description: READ-ONLY; App name of the deployment protocol: {} - - schema: &ref_172 + - schema: &ref_171 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_78 serializedName: cpu - language: &ref_1119 + language: &ref_1118 default: name: cpu description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) @@ -4436,7 +4433,7 @@ schemas: protocol: {} - schema: *ref_79 serializedName: memoryInGB - language: &ref_1122 + language: &ref_1121 default: name: memoryInGB description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) @@ -4446,7 +4443,7 @@ schemas: protocol: {} - schema: *ref_80 serializedName: jvmOptions - language: &ref_1121 + language: &ref_1120 default: name: jvmOptions description: JVM parameter @@ -4466,10 +4463,7 @@ schemas: protocol: {} - schema: *ref_82 serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_1120 + language: &ref_1119 default: name: environmentVariables description: Collection of environment variables @@ -4480,7 +4474,7 @@ schemas: protocol: {} - schema: *ref_83 serializedName: runtimeVersion - language: &ref_1123 + language: &ref_1122 default: name: runtimeVersion description: Runtime version @@ -4506,7 +4500,7 @@ schemas: namespace: '' protocol: {} serializedName: deploymentSettings - language: &ref_1124 + language: &ref_1123 default: name: deploymentSettings description: Deployment settings of the Deployment @@ -4517,7 +4511,7 @@ schemas: - schema: *ref_84 readOnly: true serializedName: provisioningState - language: &ref_1130 + language: &ref_1129 default: name: provisioningState description: Provisioning state of the Deployment @@ -4528,7 +4522,7 @@ schemas: - schema: *ref_85 readOnly: true serializedName: status - language: &ref_1136 + language: &ref_1135 default: name: status description: Status of the Deployment @@ -4539,7 +4533,7 @@ schemas: - schema: *ref_86 readOnly: true serializedName: active - language: &ref_1117 + language: &ref_1116 default: name: active description: Indicates whether the Deployment is active @@ -4558,11 +4552,11 @@ schemas: name: CreatedTime description: READ-ONLY; Date time when the resource is created protocol: {} - - schema: &ref_255 + - schema: &ref_254 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_173 + elementType: &ref_172 type: object apiVersions: - version: 2020-11-01-preview @@ -4570,7 +4564,7 @@ schemas: - schema: *ref_88 readOnly: true serializedName: name - language: &ref_1125 + language: &ref_1124 default: name: name description: Name of the deployment instance @@ -4581,7 +4575,7 @@ schemas: - schema: *ref_89 readOnly: true serializedName: status - language: &ref_1128 + language: &ref_1127 default: name: status description: Status of the deployment instance @@ -4603,7 +4597,7 @@ schemas: - schema: *ref_91 readOnly: true serializedName: discoveryStatus - language: &ref_1126 + language: &ref_1125 default: name: discoveryStatus description: Discovery status of the deployment instance @@ -4614,7 +4608,7 @@ schemas: - schema: *ref_92 readOnly: true serializedName: startTime - language: &ref_1127 + language: &ref_1126 default: name: startTime description: Start time of the deployment instance @@ -4650,7 +4644,7 @@ schemas: protocol: {} readOnly: true serializedName: instances - language: &ref_1129 + language: &ref_1128 default: name: instances description: Collection of instances belong to the Deployment @@ -4680,7 +4674,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1137 + language: &ref_1136 default: name: properties description: Properties of the Deployment resource @@ -4688,14 +4682,14 @@ schemas: name: Properties description: Properties of the Deployment resource protocol: {} - - schema: &ref_123 + - schema: &ref_122 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_93 serializedName: name - language: &ref_800 + language: &ref_799 default: name: name description: Name of the Sku @@ -4705,7 +4699,7 @@ schemas: protocol: {} - schema: *ref_94 serializedName: tier - language: &ref_801 + language: &ref_800 default: name: tier description: Tier of the Sku @@ -4715,7 +4709,7 @@ schemas: protocol: {} - schema: *ref_95 serializedName: capacity - language: &ref_1138 + language: &ref_1137 default: name: capacity description: Current capacity of the target resource @@ -4740,7 +4734,7 @@ schemas: namespace: '' protocol: {} serializedName: sku - language: &ref_1139 + language: &ref_1138 default: name: sku description: Sku of the Deployment resource @@ -4783,7 +4777,7 @@ schemas: usage: - output - input - language: &ref_868 + language: &ref_867 default: name: ProxyResource description: The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. @@ -4808,7 +4802,7 @@ schemas: - schema: *ref_103 readOnly: true serializedName: id - language: &ref_784 + language: &ref_783 default: name: id description: Fully qualified resource Id for the resource. @@ -4819,7 +4813,7 @@ schemas: - schema: *ref_104 readOnly: true serializedName: name - language: &ref_782 + language: &ref_781 default: name: name description: The name of the resource. @@ -4830,7 +4824,7 @@ schemas: - schema: *ref_105 readOnly: true serializedName: type - language: &ref_783 + language: &ref_782 default: name: type description: The type of the resource. @@ -4845,7 +4839,7 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_785 + language: &ref_784 default: name: Resource description: The core properties of ARM resources. @@ -4861,7 +4855,7 @@ schemas: properties: - schema: *ref_106 serializedName: location - language: &ref_786 + language: &ref_785 default: name: location description: The GEO location of the resource. @@ -4871,10 +4865,7 @@ schemas: protocol: {} - schema: *ref_107 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_787 + language: &ref_786 default: name: tags description: Tags of the service which is a list of key value pairs that describe the resource. @@ -4888,7 +4879,7 @@ schemas: usage: - output - input - language: &ref_788 + language: &ref_787 default: name: TrackedResource description: The resource model definition for a ARM tracked top level resource. @@ -4904,7 +4895,7 @@ schemas: immediate: - *ref_4 properties: - - schema: &ref_124 + - schema: &ref_123 type: object apiVersions: - version: 2020-11-01-preview @@ -4912,7 +4903,7 @@ schemas: - schema: *ref_108 readOnly: true serializedName: provisioningState - language: &ref_797 + language: &ref_796 default: name: provisioningState description: Provisioning state of the Service @@ -4920,7 +4911,7 @@ schemas: name: ProvisioningState description: READ-ONLY; Provisioning state of the Service protocol: {} - - schema: &ref_125 + - schema: &ref_124 type: object apiVersions: - version: 2020-11-01-preview @@ -4931,7 +4922,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_815 + language: &ref_814 default: name: serviceRuntimeSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime @@ -4945,7 +4936,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_812 + language: &ref_811 default: name: appSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps @@ -4959,7 +4950,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_813 + language: &ref_812 default: name: serviceCidr description: Azure Spring Cloud service reserved CIDR @@ -4973,7 +4964,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_814 + language: &ref_813 default: name: serviceRuntimeNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime @@ -4987,7 +4978,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_811 + language: &ref_810 default: name: appNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Apps @@ -4995,12 +4986,12 @@ schemas: name: AppNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Apps protocol: {} - - schema: &ref_126 + - schema: &ref_125 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_239 + - schema: &ref_238 type: array apiVersions: - version: 2020-11-01-preview @@ -5017,7 +5008,7 @@ schemas: protocol: {} readOnly: true serializedName: publicIPs - language: &ref_789 + language: &ref_788 default: name: publicIPs description: A list of public IP addresses. @@ -5031,9 +5022,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_115 - anonymous: true language: default: name: NetworkProfileOutboundIPs @@ -5048,9 +5036,7 @@ schemas: protocol: {} readOnly: true serializedName: outboundIPs - extensions: - x-internal-autorest-anonymous-schema: *ref_115 - language: &ref_790 + language: &ref_789 default: name: outboundIPs description: Desired outbound IP resources for Azure Spring Cloud instance. @@ -5058,19 +5044,19 @@ schemas: name: OutboundIPs description: READ-ONLY; Desired outbound IP resources for Azure Spring Cloud instance. protocol: {} - - schema: &ref_242 + - schema: &ref_241 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_127 + elementType: &ref_126 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_116 + - schema: *ref_115 readOnly: true serializedName: protocol - language: &ref_794 + language: &ref_793 default: name: protocol description: The protocol of required traffic @@ -5078,10 +5064,10 @@ schemas: name: Protocol description: READ-ONLY; The protocol of required traffic protocol: {} - - schema: *ref_117 + - schema: *ref_116 readOnly: true serializedName: port - language: &ref_793 + language: &ref_792 default: name: port description: The port of required traffic @@ -5089,11 +5075,11 @@ schemas: name: Port description: READ-ONLY; The port of required traffic protocol: {} - - schema: &ref_240 + - schema: &ref_239 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_118 + elementType: *ref_117 language: default: name: RequiredTrafficIps @@ -5106,7 +5092,7 @@ schemas: protocol: {} readOnly: true serializedName: ips - language: &ref_792 + language: &ref_791 default: name: ips description: The ip list of required traffic @@ -5115,11 +5101,11 @@ schemas: description: READ-ONLY; The ip list of required traffic byValue: true protocol: {} - - schema: &ref_241 + - schema: &ref_240 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_119 + elementType: *ref_118 language: default: name: RequiredTrafficFqdns @@ -5141,10 +5127,10 @@ schemas: description: READ-ONLY; The FQDN list of required traffic byValue: true protocol: {} - - schema: *ref_120 + - schema: *ref_119 readOnly: true serializedName: direction - language: &ref_791 + language: &ref_790 default: name: direction description: The direction of required traffic @@ -5181,7 +5167,7 @@ schemas: protocol: {} readOnly: true serializedName: requiredTraffics - language: &ref_795 + language: &ref_794 default: name: requiredTraffics description: Required inbound or outbound traffics for Azure Spring Cloud instance. @@ -5208,7 +5194,7 @@ schemas: namespace: '' protocol: {} serializedName: networkProfile - language: &ref_796 + language: &ref_795 default: name: networkProfile description: Network profile of the Service @@ -5216,7 +5202,7 @@ schemas: name: NetworkProfile description: Network profile of the Service protocol: {} - - schema: *ref_121 + - schema: *ref_120 readOnly: true serializedName: version language: @@ -5227,10 +5213,10 @@ schemas: name: Version description: READ-ONLY; Version of the Service protocol: {} - - schema: *ref_122 + - schema: *ref_121 readOnly: true serializedName: serviceId - language: &ref_798 + language: &ref_797 default: name: serviceId description: ServiceInstanceEntity GUID which uniquely identifies a created resource @@ -5257,7 +5243,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_799 + language: &ref_798 default: name: properties description: Properties of the Service resource @@ -5265,9 +5251,9 @@ schemas: name: Properties description: Properties of the Service resource protocol: {} - - schema: *ref_123 + - schema: *ref_122 serializedName: sku - language: &ref_802 + language: &ref_801 default: name: sku description: Sku of the Service resource @@ -5292,24 +5278,24 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} + - *ref_123 - *ref_124 - *ref_125 - *ref_126 - - *ref_127 - - *ref_123 + - *ref_122 - *ref_4 - *ref_6 - - &ref_285 + - &ref_284 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_131 + - schema: &ref_130 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_128 + - schema: *ref_127 serializedName: code language: default: @@ -5319,7 +5305,7 @@ schemas: name: Code description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. protocol: {} - - schema: *ref_129 + - schema: *ref_128 serializedName: message language: default: @@ -5329,7 +5315,7 @@ schemas: name: Message description: A message describing the error, intended to be suitable for display in a user interface. protocol: {} - - schema: *ref_130 + - schema: *ref_129 serializedName: target language: default: @@ -5339,11 +5325,11 @@ schemas: name: Target description: The target of the particular error. For example, the name of the property in error. protocol: {} - - schema: &ref_243 + - schema: &ref_242 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_131 + elementType: *ref_130 language: default: name: CloudErrorBodyDetails @@ -5409,15 +5395,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_131 - - &ref_322 + - *ref_130 + - &ref_321 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_132 + - schema: *ref_131 serializedName: primaryKey - language: &ref_831 + language: &ref_830 default: name: primaryKey description: Primary key @@ -5425,9 +5411,9 @@ schemas: name: PrimaryKey description: Primary key protocol: {} - - schema: *ref_133 + - schema: *ref_132 serializedName: secondaryKey - language: &ref_833 + language: &ref_832 default: name: secondaryKey description: Secondary key @@ -5435,9 +5421,9 @@ schemas: name: SecondaryKey description: Secondary key protocol: {} - - schema: *ref_134 + - schema: *ref_133 serializedName: primaryTestEndpoint - language: &ref_832 + language: &ref_831 default: name: primaryTestEndpoint description: Primary test endpoint @@ -5445,9 +5431,9 @@ schemas: name: PrimaryTestEndpoint description: Primary test endpoint protocol: {} - - schema: *ref_135 + - schema: *ref_134 serializedName: secondaryTestEndpoint - language: &ref_834 + language: &ref_833 default: name: secondaryTestEndpoint description: Secondary test endpoint @@ -5455,9 +5441,9 @@ schemas: name: SecondaryTestEndpoint description: Secondary test endpoint protocol: {} - - schema: *ref_136 + - schema: *ref_135 serializedName: enabled - language: &ref_830 + language: &ref_829 default: name: enabled description: Indicates whether the test endpoint feature enabled or not @@ -5480,15 +5466,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_328 + - &ref_327 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_137 + - schema: *ref_136 required: true serializedName: keyType - language: &ref_838 + language: &ref_837 default: name: keyType description: Type of the test key @@ -5512,20 +5498,20 @@ schemas: namespace: '' protocol: {} - *ref_96 - - *ref_138 + - *ref_137 - *ref_30 + - *ref_138 - *ref_139 - *ref_140 - - *ref_141 - *ref_5 - - &ref_405 + - &ref_404 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_142 + - schema: *ref_141 serializedName: isValid - language: &ref_894 + language: &ref_893 default: name: isValid description: Indicate if the config server settings are valid @@ -5533,16 +5519,16 @@ schemas: name: IsValid description: Indicate if the config server settings are valid protocol: {} - - schema: &ref_249 + - schema: &ref_248 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_146 + elementType: &ref_145 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_143 + - schema: *ref_142 serializedName: name language: default: @@ -5552,7 +5538,7 @@ schemas: name: Name description: The name of the config server settings error record protocol: {} - - schema: *ref_144 + - schema: *ref_143 serializedName: uri language: default: @@ -5562,11 +5548,11 @@ schemas: name: URI description: The uri of the config server settings error record protocol: {} - - schema: &ref_248 + - schema: &ref_247 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_145 + elementType: *ref_144 language: default: name: ConfigServerSettingsErrorRecordMessages @@ -5639,21 +5625,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_146 + - *ref_145 - *ref_97 + - *ref_146 - *ref_147 - - *ref_148 - *ref_98 + - *ref_148 - *ref_149 - *ref_150 - *ref_151 - - *ref_152 - - &ref_486 + - &ref_485 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_250 + - schema: &ref_249 type: array apiVersions: - version: 2020-11-01-preview @@ -5669,7 +5655,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_972 + language: &ref_971 default: name: value description: Collection of App resources @@ -5678,7 +5664,7 @@ schemas: description: Collection of App resources byValue: true protocol: {} - - schema: *ref_153 + - schema: *ref_152 serializedName: nextLink language: default: @@ -5704,14 +5690,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_495 + - &ref_494 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_154 + - schema: *ref_153 serializedName: relativePath - language: &ref_978 + language: &ref_977 default: name: relativePath description: Source relative path @@ -5719,9 +5705,9 @@ schemas: name: RelativePath description: Source relative path protocol: {} - - schema: *ref_155 + - schema: *ref_154 serializedName: uploadUrl - language: &ref_979 + language: &ref_978 default: name: uploadUrl description: Upload URL @@ -5745,13 +5731,13 @@ schemas: namespace: '' protocol: {} - *ref_99 - - *ref_156 - - &ref_560 + - *ref_155 + - &ref_559 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_251 + - schema: &ref_250 type: array apiVersions: - version: 2020-11-01-preview @@ -5767,7 +5753,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1033 + language: &ref_1032 default: name: value description: Collection of Binding resources @@ -5776,7 +5762,7 @@ schemas: description: Collection of Binding resources byValue: true protocol: {} - - schema: *ref_157 + - schema: *ref_156 serializedName: nextLink language: default: @@ -5803,13 +5789,13 @@ schemas: namespace: '' protocol: {} - *ref_100 - - *ref_158 - - &ref_596 + - *ref_157 + - &ref_595 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_253 + - schema: &ref_252 type: array apiVersions: - version: 2020-11-01-preview @@ -5825,7 +5811,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1068 + language: &ref_1067 default: name: value description: The certificate resources list. @@ -5834,9 +5820,9 @@ schemas: description: The certificate resources list. byValue: true protocol: {} - - schema: *ref_159 + - schema: *ref_158 serializedName: nextLink - language: &ref_1067 + language: &ref_1066 default: name: nextLink description: The link to next page of certificate list. @@ -5860,15 +5846,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_350 + - &ref_349 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_160 + - schema: *ref_159 required: true serializedName: type - language: &ref_851 + language: &ref_850 default: name: type description: Type of the resource to check name availability @@ -5876,10 +5862,10 @@ schemas: name: Type description: REQUIRED; Type of the resource to check name availability protocol: {} - - schema: *ref_161 + - schema: *ref_160 required: true serializedName: name - language: &ref_850 + language: &ref_849 default: name: name description: Name to be checked @@ -5902,14 +5888,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_354 + - &ref_353 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_162 + - schema: *ref_161 serializedName: nameAvailable - language: &ref_855 + language: &ref_854 default: name: nameAvailable description: Indicates whether the name is available @@ -5917,9 +5903,9 @@ schemas: name: NameAvailable description: Indicates whether the name is available protocol: {} - - schema: *ref_163 + - schema: *ref_162 serializedName: reason - language: &ref_856 + language: &ref_855 default: name: reason description: Reason why the name is not available @@ -5927,9 +5913,9 @@ schemas: name: Reason description: Reason why the name is not available protocol: {} - - schema: *ref_164 + - schema: *ref_163 serializedName: message - language: &ref_854 + language: &ref_853 default: name: message description: Message why the name is not available @@ -5953,13 +5939,13 @@ schemas: namespace: '' protocol: {} - *ref_101 - - *ref_165 - - &ref_649 + - *ref_164 + - &ref_648 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_254 + - schema: &ref_253 type: array apiVersions: - version: 2020-11-01-preview @@ -5975,7 +5961,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1109 + language: &ref_1108 default: name: value description: The custom domain resources list. @@ -5984,9 +5970,9 @@ schemas: description: The custom domain resources list. byValue: true protocol: {} - - schema: *ref_166 + - schema: *ref_165 serializedName: nextLink - language: &ref_1108 + language: &ref_1107 default: name: nextLink description: The link to next page of custom domain list. @@ -6010,15 +5996,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_501 + - &ref_500 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_167 + - schema: *ref_166 required: true serializedName: name - language: &ref_984 + language: &ref_983 default: name: name description: Name to be validated @@ -6041,14 +6027,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_507 + - &ref_506 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_168 + - schema: *ref_167 serializedName: isValid - language: &ref_987 + language: &ref_986 default: name: isValid description: Indicates if domain name is valid. @@ -6056,9 +6042,9 @@ schemas: name: IsValid description: Indicates if domain name is valid. protocol: {} - - schema: *ref_169 + - schema: *ref_168 serializedName: message - language: &ref_988 + language: &ref_987 default: name: message description: Message of why domain name is invalid. @@ -6082,16 +6068,16 @@ schemas: namespace: '' protocol: {} - *ref_102 + - *ref_169 - *ref_170 - *ref_171 - *ref_172 - - *ref_173 - - &ref_706 + - &ref_705 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_257 + - schema: &ref_256 type: array apiVersions: - version: 2020-11-01-preview @@ -6107,7 +6093,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1168 + language: &ref_1167 default: name: value description: Collection of Deployment resources @@ -6116,7 +6102,7 @@ schemas: description: Collection of Deployment resources byValue: true protocol: {} - - schema: *ref_174 + - schema: *ref_173 serializedName: nextLink language: default: @@ -6142,15 +6128,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_752 + - &ref_751 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_175 + - schema: *ref_174 required: true serializedName: url - language: &ref_1197 + language: &ref_1196 default: name: url description: URL of the log file @@ -6173,12 +6159,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_360 + - &ref_359 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_259 + - schema: &ref_258 type: array apiVersions: - version: 2020-11-01-preview @@ -6194,7 +6180,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_859 + language: &ref_858 default: name: value description: Collection of Service resources @@ -6203,7 +6189,7 @@ schemas: description: Collection of Service resources byValue: true protocol: {} - - schema: *ref_176 + - schema: *ref_175 serializedName: nextLink language: default: @@ -6229,23 +6215,23 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_758 + - &ref_757 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_265 + - schema: &ref_264 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_202 + elementType: &ref_201 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_177 + - schema: *ref_176 serializedName: name - language: &ref_1202 + language: &ref_1201 default: name: name description: Name of the operation @@ -6253,9 +6239,9 @@ schemas: name: Name description: Name of the operation protocol: {} - - schema: *ref_178 + - schema: *ref_177 serializedName: isDataAction - language: &ref_1208 + language: &ref_1207 default: name: isDataAction description: Indicates whether the operation is a data action @@ -6263,14 +6249,14 @@ schemas: name: IsDataAction description: Indicates whether the operation is a data action protocol: {} - - schema: &ref_203 + - schema: &ref_202 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_179 + - schema: *ref_178 serializedName: provider - language: &ref_1205 + language: &ref_1204 default: name: provider description: Resource provider of the operation @@ -6278,9 +6264,9 @@ schemas: name: Provider description: Resource provider of the operation protocol: {} - - schema: *ref_180 + - schema: *ref_179 serializedName: resource - language: &ref_1206 + language: &ref_1205 default: name: resource description: Resource of the operation @@ -6288,9 +6274,9 @@ schemas: name: Resource description: Resource of the operation protocol: {} - - schema: *ref_181 + - schema: *ref_180 serializedName: operation - language: &ref_1204 + language: &ref_1203 default: name: operation description: Localized friendly name for the operation @@ -6298,9 +6284,9 @@ schemas: name: Operation description: Localized friendly name for the operation protocol: {} - - schema: *ref_182 + - schema: *ref_181 serializedName: description - language: &ref_1203 + language: &ref_1202 default: name: description description: Localized friendly description for the operation @@ -6324,7 +6310,7 @@ schemas: namespace: '' protocol: {} serializedName: display - language: &ref_1207 + language: &ref_1206 default: name: display description: Display of the operation @@ -6332,7 +6318,7 @@ schemas: name: Display description: Display of the operation protocol: {} - - schema: *ref_183 + - schema: *ref_182 readOnly: true serializedName: actionType language: @@ -6343,9 +6329,9 @@ schemas: name: ActionType description: READ-ONLY; Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. protocol: {} - - schema: *ref_184 + - schema: *ref_183 serializedName: origin - language: &ref_1209 + language: &ref_1208 default: name: origin description: Origin of the operation @@ -6353,26 +6339,26 @@ schemas: name: Origin description: Origin of the operation protocol: {} - - schema: &ref_204 + - schema: &ref_203 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_205 + - schema: &ref_204 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_260 + - schema: &ref_259 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_206 + elementType: &ref_205 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_185 + - schema: *ref_184 serializedName: name language: default: @@ -6382,7 +6368,7 @@ schemas: name: Name description: Name of the log protocol: {} - - schema: *ref_186 + - schema: *ref_185 serializedName: displayName language: default: @@ -6392,7 +6378,7 @@ schemas: name: DisplayName description: Localized friendly display name of the log protocol: {} - - schema: *ref_187 + - schema: *ref_186 serializedName: blobDuration language: default: @@ -6437,16 +6423,16 @@ schemas: description: Specifications of the Log for Azure Monitoring byValue: true protocol: {} - - schema: &ref_264 + - schema: &ref_263 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_207 + elementType: &ref_206 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_188 + - schema: *ref_187 serializedName: name language: default: @@ -6456,7 +6442,7 @@ schemas: name: Name description: Name of the metric protocol: {} - - schema: *ref_189 + - schema: *ref_188 serializedName: displayName language: default: @@ -6466,7 +6452,7 @@ schemas: name: DisplayName description: Localized friendly display name of the metric protocol: {} - - schema: *ref_190 + - schema: *ref_189 serializedName: displayDescription language: default: @@ -6476,7 +6462,7 @@ schemas: name: DisplayDescription description: Localized friendly description of the metric protocol: {} - - schema: *ref_191 + - schema: *ref_190 serializedName: unit language: default: @@ -6486,7 +6472,7 @@ schemas: name: Unit description: Unit that makes sense for the metric protocol: {} - - schema: *ref_192 + - schema: *ref_191 serializedName: category language: default: @@ -6496,7 +6482,7 @@ schemas: name: Category description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - - schema: *ref_193 + - schema: *ref_192 serializedName: aggregationType language: default: @@ -6506,11 +6492,11 @@ schemas: name: AggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - - schema: &ref_261 + - schema: &ref_260 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_194 + elementType: *ref_193 language: default: name: MetricSpecificationSupportedAggregationTypes @@ -6531,11 +6517,11 @@ schemas: description: Supported aggregation types byValue: true protocol: {} - - schema: &ref_262 + - schema: &ref_261 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_195 + elementType: *ref_194 language: default: name: MetricSpecificationSupportedTimeGrainTypes @@ -6556,7 +6542,7 @@ schemas: description: Supported time grain types byValue: true protocol: {} - - schema: *ref_196 + - schema: *ref_195 serializedName: fillGapWithZero language: default: @@ -6566,16 +6552,16 @@ schemas: name: FillGapWithZero description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. protocol: {} - - schema: &ref_263 + - schema: &ref_262 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_208 + elementType: &ref_207 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_197 + - schema: *ref_196 serializedName: name language: default: @@ -6585,7 +6571,7 @@ schemas: name: Name description: Name of the dimension protocol: {} - - schema: *ref_198 + - schema: *ref_197 serializedName: displayName language: default: @@ -6595,7 +6581,7 @@ schemas: name: DisplayName description: Localized friendly display name of the dimension protocol: {} - - schema: *ref_199 + - schema: *ref_198 serializedName: toBeExportedForShoebox language: default: @@ -6640,7 +6626,7 @@ schemas: description: Dimensions of the metric byValue: true protocol: {} - - schema: *ref_200 + - schema: *ref_199 serializedName: sourceMdmNamespace language: default: @@ -6703,7 +6689,7 @@ schemas: namespace: '' protocol: {} serializedName: serviceSpecification - language: &ref_1210 + language: &ref_1209 default: name: serviceSpecification description: Service specifications of the operation @@ -6727,7 +6713,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_1211 + language: &ref_1210 default: name: properties description: Properties of the operation @@ -6761,7 +6747,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1212 + language: &ref_1211 default: name: value description: Collection of available operation details @@ -6770,9 +6756,9 @@ schemas: description: Collection of available operation details byValue: true protocol: {} - - schema: *ref_201 + - schema: *ref_200 serializedName: nextLink - language: &ref_1201 + language: &ref_1200 default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." @@ -6796,30 +6782,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_201 - *ref_202 - *ref_203 - *ref_204 - *ref_205 - *ref_206 - *ref_207 - - *ref_208 - - &ref_764 + - &ref_763 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_266 + - schema: &ref_265 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_212 + elementType: &ref_211 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_209 + - schema: *ref_208 serializedName: value - language: &ref_1217 + language: &ref_1216 default: name: value description: The raw value which could be passed to deployment CRUD operations. @@ -6827,9 +6813,9 @@ schemas: name: Value description: The raw value which could be passed to deployment CRUD operations. protocol: {} - - schema: *ref_210 + - schema: *ref_209 serializedName: platform - language: &ref_1216 + language: &ref_1215 default: name: platform description: 'The platform of this runtime version (possible values: "Java" or ".NET").' @@ -6837,9 +6823,9 @@ schemas: name: Platform description: 'The platform of this runtime version (possible values: "Java" or ".NET").' protocol: {} - - schema: *ref_211 + - schema: *ref_210 serializedName: version - language: &ref_1218 + language: &ref_1217 default: name: version description: The detailed version (major.minor) of the platform. @@ -6874,7 +6860,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_1219 + language: &ref_1218 default: name: value description: A list of all supported runtime versions. @@ -6899,24 +6885,24 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_212 - - &ref_770 + - *ref_211 + - &ref_769 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_277 + - schema: &ref_276 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_232 + elementType: &ref_231 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_213 + - schema: *ref_212 serializedName: resourceType - language: &ref_1234 + language: &ref_1233 default: name: resourceType description: Gets the type of resource the SKU applies to. @@ -6924,9 +6910,9 @@ schemas: name: ResourceType description: Gets the type of resource the SKU applies to. protocol: {} - - schema: *ref_214 + - schema: *ref_213 serializedName: name - language: &ref_1223 + language: &ref_1222 default: name: name description: Gets the name of SKU. @@ -6934,9 +6920,9 @@ schemas: name: Name description: Gets the name of SKU. protocol: {} - - schema: *ref_215 + - schema: *ref_214 serializedName: tier - language: &ref_1236 + language: &ref_1235 default: name: tier description: Gets the tier of SKU. @@ -6944,15 +6930,15 @@ schemas: name: Tier description: Gets the tier of SKU. protocol: {} - - schema: &ref_233 + - schema: &ref_232 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_216 + - schema: *ref_215 required: true serializedName: minimum - language: &ref_1226 + language: &ref_1225 default: name: minimum description: Gets or sets the minimum. @@ -6960,10 +6946,10 @@ schemas: name: Minimum description: REQUIRED; Gets or sets the minimum. protocol: {} - - schema: *ref_217 + - schema: *ref_216 required: false serializedName: maximum - language: &ref_1225 + language: &ref_1224 default: name: maximum description: Gets or sets the maximum. @@ -6971,10 +6957,10 @@ schemas: name: Maximum description: Gets or sets the maximum. protocol: {} - - schema: *ref_218 + - schema: *ref_217 required: false serializedName: default - language: &ref_1224 + language: &ref_1223 default: name: default description: Gets or sets the default. @@ -6982,10 +6968,10 @@ schemas: name: Default description: Gets or sets the default. protocol: {} - - schema: *ref_219 + - schema: *ref_218 required: false serializedName: scaleType - language: &ref_1227 + language: &ref_1226 default: name: scaleType description: Gets or sets the type of the scale. @@ -7009,7 +6995,7 @@ schemas: namespace: '' protocol: {} serializedName: capacity - language: &ref_1228 + language: &ref_1227 default: name: capacity description: Gets the capacity of SKU. @@ -7017,11 +7003,11 @@ schemas: name: Capacity description: Gets the capacity of SKU. protocol: {} - - schema: &ref_267 + - schema: &ref_266 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_220 + elementType: *ref_219 language: default: name: ResourceSkuLocations @@ -7033,7 +7019,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: locations - language: &ref_1233 + language: &ref_1232 default: name: locations description: Gets the set of locations that the SKU is available. @@ -7042,18 +7028,18 @@ schemas: description: Gets the set of locations that the SKU is available. byValue: true protocol: {} - - schema: &ref_272 + - schema: &ref_271 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_234 + elementType: &ref_233 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_221 + - schema: *ref_220 serializedName: location - language: &ref_1229 + language: &ref_1228 default: name: location description: Gets location of the SKU @@ -7061,11 +7047,11 @@ schemas: name: Location description: Gets location of the SKU protocol: {} - - schema: &ref_268 + - schema: &ref_267 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_222 + elementType: *ref_221 language: default: name: ResourceSkuLocationInfoZones @@ -7077,7 +7063,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: zones - language: &ref_1231 + language: &ref_1230 default: name: zones description: Gets list of availability zones where the SKU is supported. @@ -7086,20 +7072,20 @@ schemas: description: Gets list of availability zones where the SKU is supported. byValue: true protocol: {} - - schema: &ref_271 + - schema: &ref_270 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_235 + elementType: &ref_234 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_269 + - schema: &ref_268 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_223 + elementType: *ref_222 language: default: name: ResourceSkuZoneDetailsName @@ -7120,16 +7106,16 @@ schemas: description: Gets the set of zones that the SKU is available in with the specified capabilities. byValue: true protocol: {} - - schema: &ref_270 + - schema: &ref_269 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_236 + elementType: &ref_235 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_224 + - schema: *ref_223 serializedName: name language: default: @@ -7139,7 +7125,7 @@ schemas: name: Name description: Gets an invariant to describe the feature. protocol: {} - - schema: *ref_225 + - schema: *ref_224 serializedName: value language: default: @@ -7211,7 +7197,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: zoneDetails - language: &ref_1230 + language: &ref_1229 default: name: zoneDetails description: Gets details of capabilities available to a SKU in specific zones. @@ -7247,7 +7233,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: locationInfo - language: &ref_1232 + language: &ref_1231 default: name: locationInfo description: Gets a list of locations and availability zones in those locations where the SKU is available. @@ -7256,16 +7242,16 @@ schemas: description: Gets a list of locations and availability zones in those locations where the SKU is available. byValue: true protocol: {} - - schema: &ref_276 + - schema: &ref_275 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_237 + elementType: &ref_236 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_226 + - schema: *ref_225 serializedName: type language: default: @@ -7275,11 +7261,11 @@ schemas: name: Type description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' protocol: {} - - schema: &ref_273 + - schema: &ref_272 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_227 + elementType: *ref_226 language: default: name: ResourceSkuRestrictionsValues @@ -7300,16 +7286,16 @@ schemas: description: Gets the value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. byValue: true protocol: {} - - schema: &ref_238 + - schema: &ref_237 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_274 + - schema: &ref_273 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_228 + elementType: *ref_227 language: default: name: ResourceSkuRestrictionInfoLocations @@ -7330,11 +7316,11 @@ schemas: description: Gets locations where the SKU is restricted byValue: true protocol: {} - - schema: &ref_275 + - schema: &ref_274 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_229 + elementType: *ref_228 language: default: name: ResourceSkuRestrictionInfoZones @@ -7380,7 +7366,7 @@ schemas: name: RestrictionInfo description: Gets the information about the restriction where the SKU cannot be used. protocol: {} - - schema: *ref_230 + - schema: *ref_229 serializedName: reasonCode language: default: @@ -7417,7 +7403,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: restrictions - language: &ref_1235 + language: &ref_1234 default: name: restrictions description: "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions." @@ -7453,7 +7439,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1237 + language: &ref_1236 default: name: value description: Collection of resource SKU @@ -7462,7 +7448,7 @@ schemas: description: Collection of resource SKU byValue: true protocol: {} - - schema: *ref_231 + - schema: *ref_230 serializedName: nextLink language: default: @@ -7488,14 +7474,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_231 - *ref_232 - *ref_233 - *ref_234 - *ref_235 - *ref_236 - *ref_237 - - *ref_238 arrays: + - *ref_238 - *ref_239 - *ref_240 - *ref_241 @@ -7512,12 +7499,11 @@ schemas: - *ref_252 - *ref_253 - *ref_254 - - *ref_255 - - &ref_699 + - &ref_698 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_256 + elementType: *ref_255 language: default: name: ArrayOfGet5ItemsItem @@ -7527,12 +7513,12 @@ schemas: description: Array of Get5ItemsItem elementIsPtr: true protocol: {} - - *ref_257 - - &ref_711 + - *ref_256 + - &ref_710 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_258 + elementType: *ref_257 language: default: name: ArrayOfGet4ItemsItem @@ -7542,6 +7528,7 @@ schemas: description: Array of Get4ItemsItem elementIsPtr: true protocol: {} + - *ref_258 - *ref_259 - *ref_260 - *ref_261 @@ -7560,15 +7547,14 @@ schemas: - *ref_274 - *ref_275 - *ref_276 - - *ref_277 globalParameters: - - &ref_281 + - &ref_280 schema: *ref_1 implementation: Client required: true extensions: x-ms-priority: 1 - language: &ref_777 + language: &ref_776 default: name: SubscriptionId description: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. @@ -7580,7 +7566,7 @@ globalParameters: protocol: http: in: path - - &ref_279 + - &ref_278 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -7600,12 +7586,12 @@ globalParameters: protocol: http: in: uri - - &ref_280 - schema: *ref_278 + - &ref_279 + schema: *ref_277 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_776 + language: &ref_775 default: name: apiVersion description: Api Version @@ -7618,22 +7604,22 @@ globalParameters: http: in: query operationGroups: - - &ref_781 + - &ref_780 $key: Services operations: - - &ref_780 + - &ref_779 operationId: Services_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_283 + - &ref_282 schema: *ref_1 implementation: Method required: true - language: &ref_778 + language: &ref_777 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -7645,11 +7631,11 @@ operationGroups: protocol: http: in: path - - &ref_284 + - &ref_283 schema: *ref_1 implementation: Method required: true - language: &ref_779 + language: &ref_778 default: name: serviceName description: The name of the Service resource. @@ -7663,7 +7649,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7693,11 +7679,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_282 - *ref_283 - - *ref_284 responses: - schema: *ref_3 - language: &ref_803 + language: &ref_802 default: name: '' description: Success. The response describes the corresponding Service. @@ -7712,7 +7698,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -7787,65 +7773,65 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1276 + optionalParamGroup: &ref_1275 schema: type: object language: - default: &ref_286 + default: &ref_285 name: ServicesClientGetOptions description: ServicesClientGetOptions contains the optional parameters for the ServicesClient.Get method. - go: *ref_286 + go: *ref_285 protocol: {} originalParameter: [] required: false serializedName: ServicesClientGetOptions language: - default: &ref_287 + default: &ref_286 name: options description: ServicesClientGetOptions contains the optional parameters for the ServicesClient.Get method. - go: *ref_287 + go: *ref_286 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1325 + responseEnv: &ref_1324 type: object properties: - - &ref_289 + - &ref_288 schema: *ref_3 serializedName: ServiceResource language: - default: &ref_288 + default: &ref_287 name: ServiceResource description: Service resource byValue: true embeddedType: true - go: *ref_288 + go: *ref_287 protocol: {} language: - default: &ref_290 + default: &ref_289 name: ServicesClientGetResponse description: ServicesClientGetResponse contains the response from method ServicesClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_289 - go: *ref_290 + resultProp: *ref_288 + go: *ref_289 protocol: {} protocol: {} - - &ref_807 + - &ref_806 operationId: Services_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_293 + - &ref_292 schema: *ref_1 implementation: Method required: true - language: &ref_804 + language: &ref_803 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -7857,11 +7843,11 @@ operationGroups: protocol: http: in: path - - &ref_294 + - &ref_293 schema: *ref_1 implementation: Method required: true - language: &ref_805 + language: &ref_804 default: name: serviceName description: The name of the Service resource. @@ -7874,13 +7860,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_292 + application/json: &ref_291 parameters: - - &ref_291 + - &ref_290 schema: *ref_3 implementation: Method required: true - language: &ref_806 + language: &ref_805 default: name: resource description: Parameters for the create or update operation @@ -7891,7 +7877,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7908,7 +7894,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_291 + - *ref_290 language: default: name: '' @@ -7925,13 +7911,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_292 + - *ref_291 signatureParameters: + - *ref_292 - *ref_293 - - *ref_294 responses: - schema: *ref_3 - language: &ref_808 + language: &ref_807 default: name: '' description: Success. The response describes the updated Service. @@ -7946,7 +7932,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_3 - language: &ref_809 + language: &ref_808 default: name: '' description: "Created. The response describes the new Service and contains a Location header to query the\r\noperation result." @@ -7961,7 +7947,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_3 - language: &ref_810 + language: &ref_809 default: name: '' description: "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result." @@ -7976,7 +7962,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -8286,81 +8272,81 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1277 + optionalParamGroup: &ref_1276 schema: type: object language: - default: &ref_295 + default: &ref_294 name: ServicesClientBeginCreateOrUpdateOptions description: ServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServicesClient.BeginCreateOrUpdate method. - go: *ref_295 + go: *ref_294 protocol: {} originalParameter: - schema: type: string language: - default: &ref_296 + default: &ref_295 name: string description: '' - go: *ref_296 + go: *ref_295 protocol: {} language: - default: &ref_297 + default: &ref_296 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_297 + go: *ref_296 protocol: {} required: false serializedName: ServicesClientBeginCreateOrUpdateOptions language: - default: &ref_298 + default: &ref_297 name: options description: ServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServicesClient.BeginCreateOrUpdate method. - go: *ref_298 + go: *ref_297 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1326 + responseEnv: &ref_1325 type: object properties: - - &ref_300 + - &ref_299 schema: *ref_3 serializedName: ServiceResource language: - default: &ref_299 + default: &ref_298 name: ServiceResource description: Service resource byValue: true embeddedType: true - go: *ref_299 + go: *ref_298 protocol: {} language: - default: &ref_301 + default: &ref_300 name: ServicesClientCreateOrUpdateResponse description: ServicesClientCreateOrUpdateResponse contains the response from method ServicesClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_300 - go: *ref_301 + resultProp: *ref_299 + go: *ref_300 protocol: {} protocol: {} - - &ref_818 + - &ref_817 operationId: Services_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_302 + - &ref_301 schema: *ref_1 implementation: Method required: true - language: &ref_816 + language: &ref_815 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -8372,11 +8358,11 @@ operationGroups: protocol: http: in: path - - &ref_303 + - &ref_302 schema: *ref_1 implementation: Method required: true - language: &ref_817 + language: &ref_816 default: name: serviceName description: The name of the Service resource. @@ -8390,7 +8376,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8420,10 +8406,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_301 - *ref_302 - - *ref_303 responses: - - language: &ref_1273 + - language: &ref_1272 default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. @@ -8446,7 +8432,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -8472,7 +8458,7 @@ operationGroups: x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Delete.json responses: '202': - headers: &ref_819 + headers: &ref_818 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... '204': {} x-ms-long-running-operation: true @@ -8490,67 +8476,67 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1278 + optionalParamGroup: &ref_1277 schema: type: object language: - default: &ref_304 + default: &ref_303 name: ServicesClientBeginDeleteOptions description: ServicesClientBeginDeleteOptions contains the optional parameters for the ServicesClient.BeginDelete method. - go: *ref_304 + go: *ref_303 protocol: {} originalParameter: - schema: type: string language: - default: &ref_305 + default: &ref_304 name: string description: '' - go: *ref_305 + go: *ref_304 protocol: {} language: - default: &ref_306 + default: &ref_305 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_306 + go: *ref_305 protocol: {} required: false serializedName: ServicesClientBeginDeleteOptions language: - default: &ref_307 + default: &ref_306 name: options description: ServicesClientBeginDeleteOptions contains the optional parameters for the ServicesClient.BeginDelete method. - go: *ref_307 + go: *ref_306 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1327 + responseEnv: &ref_1326 type: object language: - default: &ref_308 + default: &ref_307 name: ServicesClientDeleteResponse description: ServicesClientDeleteResponse contains the response from method ServicesClient.BeginDelete. forLRO: true responseType: true - go: *ref_308 + go: *ref_307 protocol: {} protocol: {} - - &ref_823 + - &ref_822 operationId: Services_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_311 + - &ref_310 schema: *ref_1 implementation: Method required: true - language: &ref_820 + language: &ref_819 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -8562,11 +8548,11 @@ operationGroups: protocol: http: in: path - - &ref_312 + - &ref_311 schema: *ref_1 implementation: Method required: true - language: &ref_821 + language: &ref_820 default: name: serviceName description: The name of the Service resource. @@ -8579,13 +8565,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_310 + application/json: &ref_309 parameters: - - &ref_309 + - &ref_308 schema: *ref_3 implementation: Method required: true - language: &ref_822 + language: &ref_821 default: name: resource description: Parameters for the update operation @@ -8596,7 +8582,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8613,7 +8599,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_309 + - *ref_308 language: default: name: '' @@ -8630,13 +8616,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_310 + - *ref_309 signatureParameters: + - *ref_310 - *ref_311 - - *ref_312 responses: - schema: *ref_3 - language: &ref_824 + language: &ref_823 default: name: '' description: Success. The response describes the updated Service. @@ -8651,7 +8637,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_3 - language: &ref_825 + language: &ref_824 default: name: '' description: "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result." @@ -8666,7 +8652,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -8775,7 +8761,7 @@ operationGroups: tier: Standard tags: key1: value1 - headers: &ref_826 + headers: &ref_825 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -8795,81 +8781,81 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1279 + optionalParamGroup: &ref_1278 schema: type: object language: - default: &ref_313 + default: &ref_312 name: ServicesClientBeginUpdateOptions description: ServicesClientBeginUpdateOptions contains the optional parameters for the ServicesClient.BeginUpdate method. - go: *ref_313 + go: *ref_312 protocol: {} originalParameter: - schema: type: string language: - default: &ref_314 + default: &ref_313 name: string description: '' - go: *ref_314 + go: *ref_313 protocol: {} language: - default: &ref_315 + default: &ref_314 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_315 + go: *ref_314 protocol: {} required: false serializedName: ServicesClientBeginUpdateOptions language: - default: &ref_316 + default: &ref_315 name: options description: ServicesClientBeginUpdateOptions contains the optional parameters for the ServicesClient.BeginUpdate method. - go: *ref_316 + go: *ref_315 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1328 + responseEnv: &ref_1327 type: object properties: - - &ref_318 + - &ref_317 schema: *ref_3 serializedName: ServiceResource language: - default: &ref_317 + default: &ref_316 name: ServiceResource description: Service resource byValue: true embeddedType: true - go: *ref_317 + go: *ref_316 protocol: {} language: - default: &ref_319 + default: &ref_318 name: ServicesClientUpdateResponse description: ServicesClientUpdateResponse contains the response from method ServicesClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_318 - go: *ref_319 + resultProp: *ref_317 + go: *ref_318 protocol: {} protocol: {} - - &ref_829 + - &ref_828 operationId: Services_ListTestKeys apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_320 + - &ref_319 schema: *ref_1 implementation: Method required: true - language: &ref_827 + language: &ref_826 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -8881,11 +8867,11 @@ operationGroups: protocol: http: in: path - - &ref_321 + - &ref_320 schema: *ref_1 implementation: Method required: true - language: &ref_828 + language: &ref_827 default: name: serviceName description: The name of the Service resource. @@ -8899,7 +8885,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8929,11 +8915,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_319 - *ref_320 - - *ref_321 responses: - - schema: *ref_322 - language: &ref_835 + - schema: *ref_321 + language: &ref_834 default: name: '' description: Success. The response describes the test keys. @@ -8948,7 +8934,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -8992,65 +8978,65 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1280 + optionalParamGroup: &ref_1279 schema: type: object language: - default: &ref_323 + default: &ref_322 name: ServicesClientListTestKeysOptions description: ServicesClientListTestKeysOptions contains the optional parameters for the ServicesClient.ListTestKeys method. - go: *ref_323 + go: *ref_322 protocol: {} originalParameter: [] required: false serializedName: ServicesClientListTestKeysOptions language: - default: &ref_324 + default: &ref_323 name: options description: ServicesClientListTestKeysOptions contains the optional parameters for the ServicesClient.ListTestKeys method. - go: *ref_324 + go: *ref_323 protocol: {} protocolNaming: internalMethod: listTestKeys requestMethod: listTestKeysCreateRequest responseMethod: listTestKeysHandleResponse - responseEnv: &ref_1329 + responseEnv: &ref_1328 type: object properties: - - &ref_326 - schema: *ref_322 + - &ref_325 + schema: *ref_321 serializedName: TestKeys language: - default: &ref_325 + default: &ref_324 name: TestKeys description: Test keys payload byValue: true embeddedType: true - go: *ref_325 + go: *ref_324 protocol: {} language: - default: &ref_327 + default: &ref_326 name: ServicesClientListTestKeysResponse description: ServicesClientListTestKeysResponse contains the response from method ServicesClient.ListTestKeys. marshallingFormat: json responseType: true - resultProp: *ref_326 - go: *ref_327 + resultProp: *ref_325 + go: *ref_326 protocol: {} protocol: {} - - &ref_840 + - &ref_839 operationId: Services_RegenerateTestKey apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_331 + - &ref_330 schema: *ref_1 implementation: Method required: true - language: &ref_836 + language: &ref_835 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -9062,11 +9048,11 @@ operationGroups: protocol: http: in: path - - &ref_332 + - &ref_331 schema: *ref_1 implementation: Method required: true - language: &ref_837 + language: &ref_836 default: name: serviceName description: The name of the Service resource. @@ -9079,13 +9065,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_330 + application/json: &ref_329 parameters: - - &ref_329 - schema: *ref_328 + - &ref_328 + schema: *ref_327 implementation: Method required: true - language: &ref_839 + language: &ref_838 default: name: regenerateTestKeyRequest description: Parameters for the operation @@ -9096,7 +9082,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9113,7 +9099,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_329 + - *ref_328 language: default: name: '' @@ -9130,13 +9116,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_330 + - *ref_329 signatureParameters: + - *ref_330 - *ref_331 - - *ref_332 responses: - - schema: *ref_322 - language: &ref_841 + - schema: *ref_321 + language: &ref_840 default: name: '' description: Success. @@ -9151,7 +9137,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9197,65 +9183,65 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1281 + optionalParamGroup: &ref_1280 schema: type: object language: - default: &ref_333 + default: &ref_332 name: ServicesClientRegenerateTestKeyOptions description: ServicesClientRegenerateTestKeyOptions contains the optional parameters for the ServicesClient.RegenerateTestKey method. - go: *ref_333 + go: *ref_332 protocol: {} originalParameter: [] required: false serializedName: ServicesClientRegenerateTestKeyOptions language: - default: &ref_334 + default: &ref_333 name: options description: ServicesClientRegenerateTestKeyOptions contains the optional parameters for the ServicesClient.RegenerateTestKey method. - go: *ref_334 + go: *ref_333 protocol: {} protocolNaming: internalMethod: regenerateTestKey requestMethod: regenerateTestKeyCreateRequest responseMethod: regenerateTestKeyHandleResponse - responseEnv: &ref_1330 + responseEnv: &ref_1329 type: object properties: - - &ref_336 - schema: *ref_322 + - &ref_335 + schema: *ref_321 serializedName: TestKeys language: - default: &ref_335 + default: &ref_334 name: TestKeys description: Test keys payload byValue: true embeddedType: true - go: *ref_335 + go: *ref_334 protocol: {} language: - default: &ref_337 + default: &ref_336 name: ServicesClientRegenerateTestKeyResponse description: ServicesClientRegenerateTestKeyResponse contains the response from method ServicesClient.RegenerateTestKey. marshallingFormat: json responseType: true - resultProp: *ref_336 - go: *ref_337 + resultProp: *ref_335 + go: *ref_336 protocol: {} protocol: {} - - &ref_844 + - &ref_843 operationId: Services_DisableTestEndpoint apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_338 + - &ref_337 schema: *ref_1 implementation: Method required: true - language: &ref_842 + language: &ref_841 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -9267,11 +9253,11 @@ operationGroups: protocol: http: in: path - - &ref_339 + - &ref_338 schema: *ref_1 implementation: Method required: true - language: &ref_843 + language: &ref_842 default: name: serviceName description: The name of the Service resource. @@ -9285,7 +9271,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9315,10 +9301,10 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_337 - *ref_338 - - *ref_339 responses: - - language: &ref_1241 + - language: &ref_1240 default: name: '' description: Success @@ -9330,7 +9316,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9368,51 +9354,51 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1282 + optionalParamGroup: &ref_1281 schema: type: object language: - default: &ref_340 + default: &ref_339 name: ServicesClientDisableTestEndpointOptions description: ServicesClientDisableTestEndpointOptions contains the optional parameters for the ServicesClient.DisableTestEndpoint method. - go: *ref_340 + go: *ref_339 protocol: {} originalParameter: [] required: false serializedName: ServicesClientDisableTestEndpointOptions language: - default: &ref_341 + default: &ref_340 name: options description: ServicesClientDisableTestEndpointOptions contains the optional parameters for the ServicesClient.DisableTestEndpoint method. - go: *ref_341 + go: *ref_340 protocol: {} protocolNaming: internalMethod: disableTestEndpoint requestMethod: disableTestEndpointCreateRequest responseMethod: disableTestEndpointHandleResponse - responseEnv: &ref_1331 + responseEnv: &ref_1330 type: object language: - default: &ref_342 + default: &ref_341 name: ServicesClientDisableTestEndpointResponse description: ServicesClientDisableTestEndpointResponse contains the response from method ServicesClient.DisableTestEndpoint. responseType: true - go: *ref_342 + go: *ref_341 protocol: {} protocol: {} - - &ref_847 + - &ref_846 operationId: Services_EnableTestEndpoint apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_343 + - &ref_342 schema: *ref_1 implementation: Method required: true - language: &ref_845 + language: &ref_844 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -9424,11 +9410,11 @@ operationGroups: protocol: http: in: path - - &ref_344 + - &ref_343 schema: *ref_1 implementation: Method required: true - language: &ref_846 + language: &ref_845 default: name: serviceName description: The name of the Service resource. @@ -9442,7 +9428,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9472,11 +9458,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_342 - *ref_343 - - *ref_344 responses: - - schema: *ref_322 - language: &ref_848 + - schema: *ref_321 + language: &ref_847 default: name: '' description: Success @@ -9491,7 +9477,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9535,65 +9521,65 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1283 + optionalParamGroup: &ref_1282 schema: type: object language: - default: &ref_345 + default: &ref_344 name: ServicesClientEnableTestEndpointOptions description: ServicesClientEnableTestEndpointOptions contains the optional parameters for the ServicesClient.EnableTestEndpoint method. - go: *ref_345 + go: *ref_344 protocol: {} originalParameter: [] required: false serializedName: ServicesClientEnableTestEndpointOptions language: - default: &ref_346 + default: &ref_345 name: options description: ServicesClientEnableTestEndpointOptions contains the optional parameters for the ServicesClient.EnableTestEndpoint method. - go: *ref_346 + go: *ref_345 protocol: {} protocolNaming: internalMethod: enableTestEndpoint requestMethod: enableTestEndpointCreateRequest responseMethod: enableTestEndpointHandleResponse - responseEnv: &ref_1332 + responseEnv: &ref_1331 type: object properties: - - &ref_348 - schema: *ref_322 + - &ref_347 + schema: *ref_321 serializedName: TestKeys language: - default: &ref_347 + default: &ref_346 name: TestKeys description: Test keys payload byValue: true embeddedType: true - go: *ref_347 + go: *ref_346 protocol: {} language: - default: &ref_349 + default: &ref_348 name: ServicesClientEnableTestEndpointResponse description: ServicesClientEnableTestEndpointResponse contains the response from method ServicesClient.EnableTestEndpoint. marshallingFormat: json responseType: true - resultProp: *ref_348 - go: *ref_349 + resultProp: *ref_347 + go: *ref_348 protocol: {} protocol: {} - - &ref_853 + - &ref_852 operationId: Services_CheckNameAvailability apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_353 + - &ref_352 schema: *ref_1 implementation: Method required: true - language: &ref_849 + language: &ref_848 default: name: location description: the region @@ -9606,13 +9592,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_352 + application/json: &ref_351 parameters: - - &ref_351 - schema: *ref_350 + - &ref_350 + schema: *ref_349 implementation: Method required: true - language: &ref_852 + language: &ref_851 default: name: availabilityParameters description: Parameters supplied to the operation. @@ -9623,7 +9609,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9640,7 +9626,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_351 + - *ref_350 language: default: name: '' @@ -9657,12 +9643,12 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_352 + - *ref_351 signatureParameters: - - *ref_353 + - *ref_352 responses: - - schema: *ref_354 - language: &ref_857 + - schema: *ref_353 + language: &ref_856 default: name: '' description: Success. The response describes the name availability. @@ -9677,7 +9663,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9721,63 +9707,63 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1284 + optionalParamGroup: &ref_1283 schema: type: object language: - default: &ref_355 + default: &ref_354 name: ServicesClientCheckNameAvailabilityOptions description: ServicesClientCheckNameAvailabilityOptions contains the optional parameters for the ServicesClient.CheckNameAvailability method. - go: *ref_355 + go: *ref_354 protocol: {} originalParameter: [] required: false serializedName: ServicesClientCheckNameAvailabilityOptions language: - default: &ref_356 + default: &ref_355 name: options description: ServicesClientCheckNameAvailabilityOptions contains the optional parameters for the ServicesClient.CheckNameAvailability method. - go: *ref_356 + go: *ref_355 protocol: {} protocolNaming: internalMethod: checkNameAvailability requestMethod: checkNameAvailabilityCreateRequest responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_1333 + responseEnv: &ref_1332 type: object properties: - - &ref_358 - schema: *ref_354 + - &ref_357 + schema: *ref_353 serializedName: NameAvailability language: - default: &ref_357 + default: &ref_356 name: NameAvailability description: Name availability result payload byValue: true embeddedType: true - go: *ref_357 + go: *ref_356 protocol: {} language: - default: &ref_359 + default: &ref_358 name: ServicesClientCheckNameAvailabilityResponse description: ServicesClientCheckNameAvailabilityResponse contains the response from method ServicesClient.CheckNameAvailability. marshallingFormat: json responseType: true - resultProp: *ref_358 - go: *ref_359 + resultProp: *ref_357 + go: *ref_358 protocol: {} protocol: {} - - &ref_858 + - &ref_857 operationId: Services_ListBySubscription apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9808,8 +9794,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_360 - language: &ref_860 + - schema: *ref_359 + language: &ref_859 default: name: '' description: Success. The response describes the list of Services in the subscription. @@ -9824,7 +9810,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9900,23 +9886,23 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1285 + optionalParamGroup: &ref_1284 schema: type: object language: - default: &ref_361 + default: &ref_360 name: ServicesClientListBySubscriptionOptions description: ServicesClientListBySubscriptionOptions contains the optional parameters for the ServicesClient.NewListBySubscriptionPager method. - go: *ref_361 + go: *ref_360 protocol: {} originalParameter: [] required: false serializedName: ServicesClientListBySubscriptionOptions language: - default: &ref_362 + default: &ref_361 name: options description: ServicesClientListBySubscriptionOptions contains the optional parameters for the ServicesClient.NewListBySubscriptionPager method. - go: *ref_362 + go: *ref_361 protocol: {} paging: nextLinkName: NextLink @@ -9924,43 +9910,43 @@ operationGroups: internalMethod: listBySubscription requestMethod: listBySubscriptionCreateRequest responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_1334 + responseEnv: &ref_1333 type: object properties: - - &ref_364 - schema: *ref_360 + - &ref_363 + schema: *ref_359 serializedName: ServiceResourceList language: - default: &ref_363 + default: &ref_362 name: ServiceResourceList description: Object that includes an array of Service resources and a possible link for next set byValue: true embeddedType: true - go: *ref_363 + go: *ref_362 protocol: {} language: - default: &ref_365 + default: &ref_364 name: ServicesClientListBySubscriptionResponse description: ServicesClientListBySubscriptionResponse contains the response from method ServicesClient.NewListBySubscriptionPager. marshallingFormat: json responseType: true - resultProp: *ref_364 - go: *ref_365 + resultProp: *ref_363 + go: *ref_364 protocol: {} protocol: {} - - &ref_862 + - &ref_861 operationId: Services_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_366 + - &ref_365 schema: *ref_1 implementation: Method required: true - language: &ref_861 + language: &ref_860 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -9974,7 +9960,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10004,10 +9990,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_366 + - *ref_365 responses: - - schema: *ref_360 - language: &ref_863 + - schema: *ref_359 + language: &ref_862 default: name: '' description: Success. The response describes the list of Services in the resource group. @@ -10022,7 +10008,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -10099,23 +10085,23 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1286 + optionalParamGroup: &ref_1285 schema: type: object language: - default: &ref_367 + default: &ref_366 name: ServicesClientListOptions description: ServicesClientListOptions contains the optional parameters for the ServicesClient.NewListPager method. - go: *ref_367 + go: *ref_366 protocol: {} originalParameter: [] required: false serializedName: ServicesClientListOptions language: - default: &ref_368 + default: &ref_367 name: options description: ServicesClientListOptions contains the optional parameters for the ServicesClient.NewListPager method. - go: *ref_368 + go: *ref_367 protocol: {} paging: nextLinkName: NextLink @@ -10123,28 +10109,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1335 + responseEnv: &ref_1334 type: object properties: - - &ref_370 - schema: *ref_360 + - &ref_369 + schema: *ref_359 serializedName: ServiceResourceList language: - default: &ref_369 + default: &ref_368 name: ServiceResourceList description: Object that includes an array of Service resources and a possible link for next set byValue: true embeddedType: true - go: *ref_369 + go: *ref_368 protocol: {} language: - default: &ref_371 + default: &ref_370 name: ServicesClientListResponse description: ServicesClientListResponse contains the response from method ServicesClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_370 - go: *ref_371 + resultProp: *ref_369 + go: *ref_370 protocol: {} protocol: {} language: @@ -10157,24 +10143,24 @@ operationGroups: clientCtorName: NewServicesClient clientName: ServicesClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_867 + - &ref_866 $key: ConfigServers operations: - - &ref_866 + - &ref_865 operationId: ConfigServers_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_372 + - &ref_371 schema: *ref_1 implementation: Method required: true - language: &ref_864 + language: &ref_863 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -10186,11 +10172,11 @@ operationGroups: protocol: http: in: path - - &ref_373 + - &ref_372 schema: *ref_1 implementation: Method required: true - language: &ref_865 + language: &ref_864 default: name: serviceName description: The name of the Service resource. @@ -10204,7 +10190,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10234,11 +10220,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_371 - *ref_372 - - *ref_373 responses: - schema: *ref_96 - language: &ref_876 + language: &ref_875 default: name: '' description: Success. The response describes the corresponding Config Server. @@ -10253,7 +10239,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -10303,65 +10289,65 @@ operationGroups: azureARM: true clientName: ConfigServersClient openApiType: arm - optionalParamGroup: &ref_1287 + optionalParamGroup: &ref_1286 schema: type: object language: - default: &ref_374 + default: &ref_373 name: ConfigServersClientGetOptions description: ConfigServersClientGetOptions contains the optional parameters for the ConfigServersClient.Get method. - go: *ref_374 + go: *ref_373 protocol: {} originalParameter: [] required: false serializedName: ConfigServersClientGetOptions language: - default: &ref_375 + default: &ref_374 name: options description: ConfigServersClientGetOptions contains the optional parameters for the ConfigServersClient.Get method. - go: *ref_375 + go: *ref_374 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1336 + responseEnv: &ref_1335 type: object properties: - - &ref_377 + - &ref_376 schema: *ref_96 serializedName: ConfigServerResource language: - default: &ref_376 + default: &ref_375 name: ConfigServerResource description: Config Server resource byValue: true embeddedType: true - go: *ref_376 + go: *ref_375 protocol: {} language: - default: &ref_378 + default: &ref_377 name: ConfigServersClientGetResponse description: ConfigServersClientGetResponse contains the response from method ConfigServersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_377 - go: *ref_378 + resultProp: *ref_376 + go: *ref_377 protocol: {} protocol: {} - - &ref_880 + - &ref_879 operationId: ConfigServers_UpdatePut apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_381 + - &ref_380 schema: *ref_1 implementation: Method required: true - language: &ref_877 + language: &ref_876 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -10373,11 +10359,11 @@ operationGroups: protocol: http: in: path - - &ref_382 + - &ref_381 schema: *ref_1 implementation: Method required: true - language: &ref_878 + language: &ref_877 default: name: serviceName description: The name of the Service resource. @@ -10390,13 +10376,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_380 + application/json: &ref_379 parameters: - - &ref_379 + - &ref_378 schema: *ref_96 implementation: Method required: true - language: &ref_879 + language: &ref_878 default: name: configServerResource description: Parameters for the update operation @@ -10407,7 +10393,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10424,7 +10410,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_379 + - *ref_378 language: default: name: '' @@ -10441,13 +10427,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_380 + - *ref_379 signatureParameters: + - *ref_380 - *ref_381 - - *ref_382 responses: - schema: *ref_96 - language: &ref_881 + language: &ref_880 default: name: '' description: Success. The response describes the updated Config Server. @@ -10462,7 +10448,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_96 - language: &ref_882 + language: &ref_881 default: name: '' description: "Accepted. The response indicates the exiting Config Server is now updating and contains a Location\r\nheader to query the operation result." @@ -10477,7 +10463,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -10551,81 +10537,81 @@ operationGroups: azureARM: true clientName: ConfigServersClient openApiType: arm - optionalParamGroup: &ref_1288 + optionalParamGroup: &ref_1287 schema: type: object language: - default: &ref_383 + default: &ref_382 name: ConfigServersClientBeginUpdatePutOptions description: ConfigServersClientBeginUpdatePutOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePut method. - go: *ref_383 + go: *ref_382 protocol: {} originalParameter: - schema: type: string language: - default: &ref_384 + default: &ref_383 name: string description: '' - go: *ref_384 + go: *ref_383 protocol: {} language: - default: &ref_385 + default: &ref_384 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_385 + go: *ref_384 protocol: {} required: false serializedName: ConfigServersClientBeginUpdatePutOptions language: - default: &ref_386 + default: &ref_385 name: options description: ConfigServersClientBeginUpdatePutOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePut method. - go: *ref_386 + go: *ref_385 protocol: {} protocolNaming: internalMethod: updatePut requestMethod: updatePutCreateRequest responseMethod: updatePutHandleResponse - responseEnv: &ref_1337 + responseEnv: &ref_1336 type: object properties: - - &ref_388 + - &ref_387 schema: *ref_96 serializedName: ConfigServerResource language: - default: &ref_387 + default: &ref_386 name: ConfigServerResource description: Config Server resource byValue: true embeddedType: true - go: *ref_387 + go: *ref_386 protocol: {} language: - default: &ref_389 + default: &ref_388 name: ConfigServersClientUpdatePutResponse description: ConfigServersClientUpdatePutResponse contains the response from method ConfigServersClient.BeginUpdatePut. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_388 - go: *ref_389 + resultProp: *ref_387 + go: *ref_388 protocol: {} protocol: {} - - &ref_886 + - &ref_885 operationId: ConfigServers_UpdatePatch apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_392 + - &ref_391 schema: *ref_1 implementation: Method required: true - language: &ref_883 + language: &ref_882 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -10637,11 +10623,11 @@ operationGroups: protocol: http: in: path - - &ref_393 + - &ref_392 schema: *ref_1 implementation: Method required: true - language: &ref_884 + language: &ref_883 default: name: serviceName description: The name of the Service resource. @@ -10654,13 +10640,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_391 + application/json: &ref_390 parameters: - - &ref_390 + - &ref_389 schema: *ref_96 implementation: Method required: true - language: &ref_885 + language: &ref_884 default: name: configServerResource description: Parameters for the update operation @@ -10671,7 +10657,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10688,7 +10674,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_390 + - *ref_389 language: default: name: '' @@ -10705,13 +10691,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_391 + - *ref_390 signatureParameters: + - *ref_391 - *ref_392 - - *ref_393 responses: - schema: *ref_96 - language: &ref_887 + language: &ref_886 default: name: '' description: Success. The response describes the updated Config Server. @@ -10726,7 +10712,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_96 - language: &ref_888 + language: &ref_887 default: name: '' description: "Accepted. The response indicates the exiting Config Server is now updating and contains a Location\r\nheader to query the operation result." @@ -10741,7 +10727,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -10800,7 +10786,7 @@ operationGroups: - / uri: https://github.com/fake-user/fake-repository.git provisioningState: Updating - headers: &ref_889 + headers: &ref_888 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -10820,81 +10806,81 @@ operationGroups: azureARM: true clientName: ConfigServersClient openApiType: arm - optionalParamGroup: &ref_1289 + optionalParamGroup: &ref_1288 schema: type: object language: - default: &ref_394 + default: &ref_393 name: ConfigServersClientBeginUpdatePatchOptions description: ConfigServersClientBeginUpdatePatchOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePatch method. - go: *ref_394 + go: *ref_393 protocol: {} originalParameter: - schema: type: string language: - default: &ref_395 + default: &ref_394 name: string description: '' - go: *ref_395 + go: *ref_394 protocol: {} language: - default: &ref_396 + default: &ref_395 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_396 + go: *ref_395 protocol: {} required: false serializedName: ConfigServersClientBeginUpdatePatchOptions language: - default: &ref_397 + default: &ref_396 name: options description: ConfigServersClientBeginUpdatePatchOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePatch method. - go: *ref_397 + go: *ref_396 protocol: {} protocolNaming: internalMethod: updatePatch requestMethod: updatePatchCreateRequest responseMethod: updatePatchHandleResponse - responseEnv: &ref_1338 + responseEnv: &ref_1337 type: object properties: - - &ref_399 + - &ref_398 schema: *ref_96 serializedName: ConfigServerResource language: - default: &ref_398 + default: &ref_397 name: ConfigServerResource description: Config Server resource byValue: true embeddedType: true - go: *ref_398 + go: *ref_397 protocol: {} language: - default: &ref_400 + default: &ref_399 name: ConfigServersClientUpdatePatchResponse description: ConfigServersClientUpdatePatchResponse contains the response from method ConfigServersClient.BeginUpdatePatch. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_399 - go: *ref_400 + resultProp: *ref_398 + go: *ref_399 protocol: {} protocol: {} - - &ref_893 + - &ref_892 operationId: ConfigServers_Validate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_403 + - &ref_402 schema: *ref_1 implementation: Method required: true - language: &ref_890 + language: &ref_889 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -10906,11 +10892,11 @@ operationGroups: protocol: http: in: path - - &ref_404 + - &ref_403 schema: *ref_1 implementation: Method required: true - language: &ref_891 + language: &ref_890 default: name: serviceName description: The name of the Service resource. @@ -10923,13 +10909,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_402 + application/json: &ref_401 parameters: - - &ref_401 - schema: *ref_139 + - &ref_400 + schema: *ref_138 implementation: Method required: true - language: &ref_892 + language: &ref_891 default: name: configServerSettings description: Config server settings to be validated @@ -10940,7 +10926,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10957,7 +10943,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_401 + - *ref_400 language: default: name: '' @@ -10974,13 +10960,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_402 + - *ref_401 signatureParameters: + - *ref_402 - *ref_403 - - *ref_404 responses: - - schema: *ref_405 - language: &ref_895 + - schema: *ref_404 + language: &ref_894 default: name: '' description: Success. The response describes the validation result of Config Server. @@ -10994,8 +10980,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_405 - language: &ref_896 + - schema: *ref_404 + language: &ref_895 default: name: '' description: Accepted. The response indicates the ConfigServerSetting is validating. @@ -11010,7 +10996,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -11046,7 +11032,7 @@ operationGroups: isValid: true '202': body: {} - headers: &ref_897 + headers: &ref_896 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -11066,66 +11052,66 @@ operationGroups: azureARM: true clientName: ConfigServersClient openApiType: arm - optionalParamGroup: &ref_1290 + optionalParamGroup: &ref_1289 schema: type: object language: - default: &ref_406 + default: &ref_405 name: ConfigServersClientBeginValidateOptions description: ConfigServersClientBeginValidateOptions contains the optional parameters for the ConfigServersClient.BeginValidate method. - go: *ref_406 + go: *ref_405 protocol: {} originalParameter: - schema: type: string language: - default: &ref_407 + default: &ref_406 name: string description: '' - go: *ref_407 + go: *ref_406 protocol: {} language: - default: &ref_408 + default: &ref_407 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_408 + go: *ref_407 protocol: {} required: false serializedName: ConfigServersClientBeginValidateOptions language: - default: &ref_409 + default: &ref_408 name: options description: ConfigServersClientBeginValidateOptions contains the optional parameters for the ConfigServersClient.BeginValidate method. - go: *ref_409 + go: *ref_408 protocol: {} protocolNaming: internalMethod: validate requestMethod: validateCreateRequest responseMethod: validateHandleResponse - responseEnv: &ref_1339 + responseEnv: &ref_1338 type: object properties: - - &ref_411 - schema: *ref_405 + - &ref_410 + schema: *ref_404 serializedName: ConfigServerSettingsValidateResult language: - default: &ref_410 + default: &ref_409 name: ConfigServerSettingsValidateResult description: Validation result for config server settings byValue: true embeddedType: true - go: *ref_410 + go: *ref_409 protocol: {} language: - default: &ref_412 + default: &ref_411 name: ConfigServersClientValidateResponse description: ConfigServersClientValidateResponse contains the response from method ConfigServersClient.BeginValidate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_411 - go: *ref_412 + resultProp: *ref_410 + go: *ref_411 protocol: {} protocol: {} language: @@ -11138,24 +11124,24 @@ operationGroups: clientCtorName: NewConfigServersClient clientName: ConfigServersClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_901 + - &ref_900 $key: MonitoringSettings operations: - - &ref_900 + - &ref_899 operationId: MonitoringSettings_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_413 + - &ref_412 schema: *ref_1 implementation: Method required: true - language: &ref_898 + language: &ref_897 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -11167,11 +11153,11 @@ operationGroups: protocol: http: in: path - - &ref_414 + - &ref_413 schema: *ref_1 implementation: Method required: true - language: &ref_899 + language: &ref_898 default: name: serviceName description: The name of the Service resource. @@ -11185,7 +11171,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11215,11 +11201,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_412 - *ref_413 - - *ref_414 responses: - schema: *ref_97 - language: &ref_909 + language: &ref_908 default: name: '' description: Success. The response describes the corresponding Monitoring Setting. @@ -11234,7 +11220,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -11283,65 +11269,65 @@ operationGroups: azureARM: true clientName: MonitoringSettingsClient openApiType: arm - optionalParamGroup: &ref_1291 + optionalParamGroup: &ref_1290 schema: type: object language: - default: &ref_415 + default: &ref_414 name: MonitoringSettingsClientGetOptions description: MonitoringSettingsClientGetOptions contains the optional parameters for the MonitoringSettingsClient.Get method. - go: *ref_415 + go: *ref_414 protocol: {} originalParameter: [] required: false serializedName: MonitoringSettingsClientGetOptions language: - default: &ref_416 + default: &ref_415 name: options description: MonitoringSettingsClientGetOptions contains the optional parameters for the MonitoringSettingsClient.Get method. - go: *ref_416 + go: *ref_415 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1340 + responseEnv: &ref_1339 type: object properties: - - &ref_418 + - &ref_417 schema: *ref_97 serializedName: MonitoringSettingResource language: - default: &ref_417 + default: &ref_416 name: MonitoringSettingResource description: Monitoring Setting resource byValue: true embeddedType: true - go: *ref_417 + go: *ref_416 protocol: {} language: - default: &ref_419 + default: &ref_418 name: MonitoringSettingsClientGetResponse description: MonitoringSettingsClientGetResponse contains the response from method MonitoringSettingsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_418 - go: *ref_419 + resultProp: *ref_417 + go: *ref_418 protocol: {} protocol: {} - - &ref_913 + - &ref_912 operationId: MonitoringSettings_UpdatePut apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_422 + - &ref_421 schema: *ref_1 implementation: Method required: true - language: &ref_910 + language: &ref_909 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -11353,11 +11339,11 @@ operationGroups: protocol: http: in: path - - &ref_423 + - &ref_422 schema: *ref_1 implementation: Method required: true - language: &ref_911 + language: &ref_910 default: name: serviceName description: The name of the Service resource. @@ -11370,13 +11356,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_421 + application/json: &ref_420 parameters: - - &ref_420 + - &ref_419 schema: *ref_97 implementation: Method required: true - language: &ref_912 + language: &ref_911 default: name: monitoringSettingResource description: Parameters for the update operation @@ -11387,7 +11373,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11404,7 +11390,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_420 + - *ref_419 language: default: name: '' @@ -11421,13 +11407,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_421 + - *ref_420 signatureParameters: + - *ref_421 - *ref_422 - - *ref_423 responses: - schema: *ref_97 - language: &ref_914 + language: &ref_913 default: name: '' description: Success. The response describes the updated Monitoring Setting. @@ -11442,7 +11428,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_97 - language: &ref_915 + language: &ref_914 default: name: '' description: "Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location\r\nheader to query the operation result." @@ -11457,7 +11443,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -11526,81 +11512,81 @@ operationGroups: azureARM: true clientName: MonitoringSettingsClient openApiType: arm - optionalParamGroup: &ref_1292 + optionalParamGroup: &ref_1291 schema: type: object language: - default: &ref_424 + default: &ref_423 name: MonitoringSettingsClientBeginUpdatePutOptions description: MonitoringSettingsClientBeginUpdatePutOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePut method. - go: *ref_424 + go: *ref_423 protocol: {} originalParameter: - schema: type: string language: - default: &ref_425 + default: &ref_424 name: string description: '' - go: *ref_425 + go: *ref_424 protocol: {} language: - default: &ref_426 + default: &ref_425 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_426 + go: *ref_425 protocol: {} required: false serializedName: MonitoringSettingsClientBeginUpdatePutOptions language: - default: &ref_427 + default: &ref_426 name: options description: MonitoringSettingsClientBeginUpdatePutOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePut method. - go: *ref_427 + go: *ref_426 protocol: {} protocolNaming: internalMethod: updatePut requestMethod: updatePutCreateRequest responseMethod: updatePutHandleResponse - responseEnv: &ref_1341 + responseEnv: &ref_1340 type: object properties: - - &ref_429 + - &ref_428 schema: *ref_97 serializedName: MonitoringSettingResource language: - default: &ref_428 + default: &ref_427 name: MonitoringSettingResource description: Monitoring Setting resource byValue: true embeddedType: true - go: *ref_428 + go: *ref_427 protocol: {} language: - default: &ref_430 + default: &ref_429 name: MonitoringSettingsClientUpdatePutResponse description: MonitoringSettingsClientUpdatePutResponse contains the response from method MonitoringSettingsClient.BeginUpdatePut. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_429 - go: *ref_430 + resultProp: *ref_428 + go: *ref_429 protocol: {} protocol: {} - - &ref_919 + - &ref_918 operationId: MonitoringSettings_UpdatePatch apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_433 + - &ref_432 schema: *ref_1 implementation: Method required: true - language: &ref_916 + language: &ref_915 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -11612,11 +11598,11 @@ operationGroups: protocol: http: in: path - - &ref_434 + - &ref_433 schema: *ref_1 implementation: Method required: true - language: &ref_917 + language: &ref_916 default: name: serviceName description: The name of the Service resource. @@ -11629,13 +11615,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_432 + application/json: &ref_431 parameters: - - &ref_431 + - &ref_430 schema: *ref_97 implementation: Method required: true - language: &ref_918 + language: &ref_917 default: name: monitoringSettingResource description: Parameters for the update operation @@ -11646,7 +11632,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11663,7 +11649,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_431 + - *ref_430 language: default: name: '' @@ -11680,13 +11666,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_432 + - *ref_431 signatureParameters: + - *ref_432 - *ref_433 - - *ref_434 responses: - schema: *ref_97 - language: &ref_920 + language: &ref_919 default: name: '' description: Success. The response describes the updated Monitoring Setting. @@ -11701,7 +11687,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_97 - language: &ref_921 + language: &ref_920 default: name: '' description: "Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location\r\nheader to query the operation result." @@ -11716,7 +11702,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -11770,7 +11756,7 @@ operationGroups: appInsightsSamplingRate: 10 provisioningState: Updating traceEnabled: true - headers: &ref_922 + headers: &ref_921 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -11790,66 +11776,66 @@ operationGroups: azureARM: true clientName: MonitoringSettingsClient openApiType: arm - optionalParamGroup: &ref_1293 + optionalParamGroup: &ref_1292 schema: type: object language: - default: &ref_435 + default: &ref_434 name: MonitoringSettingsClientBeginUpdatePatchOptions description: MonitoringSettingsClientBeginUpdatePatchOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePatch method. - go: *ref_435 + go: *ref_434 protocol: {} originalParameter: - schema: type: string language: - default: &ref_436 + default: &ref_435 name: string description: '' - go: *ref_436 + go: *ref_435 protocol: {} language: - default: &ref_437 + default: &ref_436 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_437 + go: *ref_436 protocol: {} required: false serializedName: MonitoringSettingsClientBeginUpdatePatchOptions language: - default: &ref_438 + default: &ref_437 name: options description: MonitoringSettingsClientBeginUpdatePatchOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePatch method. - go: *ref_438 + go: *ref_437 protocol: {} protocolNaming: internalMethod: updatePatch requestMethod: updatePatchCreateRequest responseMethod: updatePatchHandleResponse - responseEnv: &ref_1342 + responseEnv: &ref_1341 type: object properties: - - &ref_440 + - &ref_439 schema: *ref_97 serializedName: MonitoringSettingResource language: - default: &ref_439 + default: &ref_438 name: MonitoringSettingResource description: Monitoring Setting resource byValue: true embeddedType: true - go: *ref_439 + go: *ref_438 protocol: {} language: - default: &ref_441 + default: &ref_440 name: MonitoringSettingsClientUpdatePatchResponse description: MonitoringSettingsClientUpdatePatchResponse contains the response from method MonitoringSettingsClient.BeginUpdatePatch. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_440 - go: *ref_441 + resultProp: *ref_439 + go: *ref_440 protocol: {} protocol: {} language: @@ -11862,24 +11848,24 @@ operationGroups: clientCtorName: NewMonitoringSettingsClient clientName: MonitoringSettingsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_927 + - &ref_926 $key: Apps operations: - - &ref_926 + - &ref_925 operationId: Apps_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_445 + - &ref_444 schema: *ref_1 implementation: Method required: true - language: &ref_923 + language: &ref_922 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -11891,11 +11877,11 @@ operationGroups: protocol: http: in: path - - &ref_446 + - &ref_445 schema: *ref_1 implementation: Method required: true - language: &ref_924 + language: &ref_923 default: name: serviceName description: The name of the Service resource. @@ -11907,11 +11893,11 @@ operationGroups: protocol: http: in: path - - &ref_447 + - &ref_446 schema: *ref_1 implementation: Method required: true - language: &ref_925 + language: &ref_924 default: name: appName description: The name of the App resource. @@ -11923,7 +11909,7 @@ operationGroups: protocol: http: in: path - - &ref_443 + - &ref_442 schema: *ref_1 implementation: Method language: @@ -11934,24 +11920,24 @@ operationGroups: go: name: SyncStatus description: Indicates whether sync status - paramGroup: &ref_448 + paramGroup: &ref_447 schema: type: object language: - default: &ref_442 + default: &ref_441 name: AppsClientGetOptions description: AppsClientGetOptions contains the optional parameters for the AppsClient.Get method. - go: *ref_442 + go: *ref_441 protocol: {} originalParameter: - - *ref_443 + - *ref_442 required: false serializedName: AppsClientGetOptions language: - default: &ref_444 + default: &ref_443 name: options description: AppsClientGetOptions contains the optional parameters for the AppsClient.Get method. - go: *ref_444 + go: *ref_443 protocol: {} serializedName: syncStatus protocol: @@ -11959,7 +11945,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11989,13 +11975,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_444 - *ref_445 - *ref_446 - - *ref_447 - - *ref_443 + - *ref_442 responses: - schema: *ref_98 - language: &ref_948 + language: &ref_947 default: name: '' description: Success. The response describes the corresponding App. @@ -12010,7 +11996,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -12073,48 +12059,48 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: *ref_448 + optionalParamGroup: *ref_447 protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1343 + responseEnv: &ref_1342 type: object properties: - - &ref_450 + - &ref_449 schema: *ref_98 serializedName: AppResource language: - default: &ref_449 + default: &ref_448 name: AppResource description: App resource payload byValue: true embeddedType: true - go: *ref_449 + go: *ref_448 protocol: {} language: - default: &ref_451 + default: &ref_450 name: AppsClientGetResponse description: AppsClientGetResponse contains the response from method AppsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_450 - go: *ref_451 + resultProp: *ref_449 + go: *ref_450 protocol: {} protocol: {} - - &ref_953 + - &ref_952 operationId: Apps_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_454 + - &ref_453 schema: *ref_1 implementation: Method required: true - language: &ref_949 + language: &ref_948 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -12126,11 +12112,11 @@ operationGroups: protocol: http: in: path - - &ref_455 + - &ref_454 schema: *ref_1 implementation: Method required: true - language: &ref_950 + language: &ref_949 default: name: serviceName description: The name of the Service resource. @@ -12142,11 +12128,11 @@ operationGroups: protocol: http: in: path - - &ref_456 + - &ref_455 schema: *ref_1 implementation: Method required: true - language: &ref_951 + language: &ref_950 default: name: appName description: The name of the App resource. @@ -12159,13 +12145,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_453 + application/json: &ref_452 parameters: - - &ref_452 + - &ref_451 schema: *ref_98 implementation: Method required: true - language: &ref_952 + language: &ref_951 default: name: appResource description: Parameters for the create or update operation @@ -12176,7 +12162,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12193,7 +12179,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_452 + - *ref_451 language: default: name: '' @@ -12210,14 +12196,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_453 + - *ref_452 signatureParameters: + - *ref_453 - *ref_454 - *ref_455 - - *ref_456 responses: - schema: *ref_98 - language: &ref_954 + language: &ref_953 default: name: '' description: Success. The response describes the updated App. @@ -12232,7 +12218,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_98 - language: &ref_955 + language: &ref_954 default: name: '' description: Created. The response describes the new App and contains a Location header to query the operation result. @@ -12247,7 +12233,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_98 - language: &ref_956 + language: &ref_955 default: name: '' description: "Accepted. The response indicates the exiting App is now updating and contains a Location\r\nheader to query the operation result." @@ -12262,7 +12248,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -12393,81 +12379,81 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1294 + optionalParamGroup: &ref_1293 schema: type: object language: - default: &ref_457 + default: &ref_456 name: AppsClientBeginCreateOrUpdateOptions description: AppsClientBeginCreateOrUpdateOptions contains the optional parameters for the AppsClient.BeginCreateOrUpdate method. - go: *ref_457 + go: *ref_456 protocol: {} originalParameter: - schema: type: string language: - default: &ref_458 + default: &ref_457 name: string description: '' - go: *ref_458 + go: *ref_457 protocol: {} language: - default: &ref_459 + default: &ref_458 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_459 + go: *ref_458 protocol: {} required: false serializedName: AppsClientBeginCreateOrUpdateOptions language: - default: &ref_460 + default: &ref_459 name: options description: AppsClientBeginCreateOrUpdateOptions contains the optional parameters for the AppsClient.BeginCreateOrUpdate method. - go: *ref_460 + go: *ref_459 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1344 + responseEnv: &ref_1343 type: object properties: - - &ref_462 + - &ref_461 schema: *ref_98 serializedName: AppResource language: - default: &ref_461 + default: &ref_460 name: AppResource description: App resource payload byValue: true embeddedType: true - go: *ref_461 + go: *ref_460 protocol: {} language: - default: &ref_463 + default: &ref_462 name: AppsClientCreateOrUpdateResponse description: AppsClientCreateOrUpdateResponse contains the response from method AppsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_462 - go: *ref_463 + resultProp: *ref_461 + go: *ref_462 protocol: {} protocol: {} - - &ref_960 + - &ref_959 operationId: Apps_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_464 + - &ref_463 schema: *ref_1 implementation: Method required: true - language: &ref_957 + language: &ref_956 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -12479,11 +12465,11 @@ operationGroups: protocol: http: in: path - - &ref_465 + - &ref_464 schema: *ref_1 implementation: Method required: true - language: &ref_958 + language: &ref_957 default: name: serviceName description: The name of the Service resource. @@ -12495,11 +12481,11 @@ operationGroups: protocol: http: in: path - - &ref_466 + - &ref_465 schema: *ref_1 implementation: Method required: true - language: &ref_959 + language: &ref_958 default: name: appName description: The name of the App resource. @@ -12513,7 +12499,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12543,11 +12529,11 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_463 - *ref_464 - *ref_465 - - *ref_466 responses: - - language: &ref_1269 + - language: &ref_1268 default: name: '' description: Success. The response indicates the resource is deleted. @@ -12581,7 +12567,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -12625,67 +12611,67 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1295 + optionalParamGroup: &ref_1294 schema: type: object language: - default: &ref_467 + default: &ref_466 name: AppsClientBeginDeleteOptions description: AppsClientBeginDeleteOptions contains the optional parameters for the AppsClient.BeginDelete method. - go: *ref_467 + go: *ref_466 protocol: {} originalParameter: - schema: type: string language: - default: &ref_468 + default: &ref_467 name: string description: '' - go: *ref_468 + go: *ref_467 protocol: {} language: - default: &ref_469 + default: &ref_468 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_469 + go: *ref_468 protocol: {} required: false serializedName: AppsClientBeginDeleteOptions language: - default: &ref_470 + default: &ref_469 name: options description: AppsClientBeginDeleteOptions contains the optional parameters for the AppsClient.BeginDelete method. - go: *ref_470 + go: *ref_469 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1345 + responseEnv: &ref_1344 type: object language: - default: &ref_471 + default: &ref_470 name: AppsClientDeleteResponse description: AppsClientDeleteResponse contains the response from method AppsClient.BeginDelete. forLRO: true responseType: true - go: *ref_471 + go: *ref_470 protocol: {} protocol: {} - - &ref_965 + - &ref_964 operationId: Apps_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_474 + - &ref_473 schema: *ref_1 implementation: Method required: true - language: &ref_961 + language: &ref_960 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -12697,11 +12683,11 @@ operationGroups: protocol: http: in: path - - &ref_475 + - &ref_474 schema: *ref_1 implementation: Method required: true - language: &ref_962 + language: &ref_961 default: name: serviceName description: The name of the Service resource. @@ -12713,11 +12699,11 @@ operationGroups: protocol: http: in: path - - &ref_476 + - &ref_475 schema: *ref_1 implementation: Method required: true - language: &ref_963 + language: &ref_962 default: name: appName description: The name of the App resource. @@ -12730,13 +12716,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_473 + application/json: &ref_472 parameters: - - &ref_472 + - &ref_471 schema: *ref_98 implementation: Method required: true - language: &ref_964 + language: &ref_963 default: name: appResource description: Parameters for the update operation @@ -12747,7 +12733,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12764,7 +12750,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_472 + - *ref_471 language: default: name: '' @@ -12781,14 +12767,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_473 + - *ref_472 signatureParameters: + - *ref_473 - *ref_474 - *ref_475 - - *ref_476 responses: - schema: *ref_98 - language: &ref_966 + language: &ref_965 default: name: '' description: Success. The response describes the updated App. @@ -12803,7 +12789,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_98 - language: &ref_967 + language: &ref_966 default: name: '' description: Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result. @@ -12818,7 +12804,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -12912,7 +12898,7 @@ operationGroups: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: &ref_968 + headers: &ref_967 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -12932,81 +12918,81 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1296 + optionalParamGroup: &ref_1295 schema: type: object language: - default: &ref_477 + default: &ref_476 name: AppsClientBeginUpdateOptions description: AppsClientBeginUpdateOptions contains the optional parameters for the AppsClient.BeginUpdate method. - go: *ref_477 + go: *ref_476 protocol: {} originalParameter: - schema: type: string language: - default: &ref_478 + default: &ref_477 name: string description: '' - go: *ref_478 + go: *ref_477 protocol: {} language: - default: &ref_479 + default: &ref_478 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_479 + go: *ref_478 protocol: {} required: false serializedName: AppsClientBeginUpdateOptions language: - default: &ref_480 + default: &ref_479 name: options description: AppsClientBeginUpdateOptions contains the optional parameters for the AppsClient.BeginUpdate method. - go: *ref_480 + go: *ref_479 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1346 + responseEnv: &ref_1345 type: object properties: - - &ref_482 + - &ref_481 schema: *ref_98 serializedName: AppResource language: - default: &ref_481 + default: &ref_480 name: AppResource description: App resource payload byValue: true embeddedType: true - go: *ref_481 + go: *ref_480 protocol: {} language: - default: &ref_483 + default: &ref_482 name: AppsClientUpdateResponse description: AppsClientUpdateResponse contains the response from method AppsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_482 - go: *ref_483 + resultProp: *ref_481 + go: *ref_482 protocol: {} protocol: {} - - &ref_971 + - &ref_970 operationId: Apps_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_484 + - &ref_483 schema: *ref_1 implementation: Method required: true - language: &ref_969 + language: &ref_968 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13018,11 +13004,11 @@ operationGroups: protocol: http: in: path - - &ref_485 + - &ref_484 schema: *ref_1 implementation: Method required: true - language: &ref_970 + language: &ref_969 default: name: serviceName description: The name of the Service resource. @@ -13036,7 +13022,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13066,11 +13052,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_483 - *ref_484 - - *ref_485 responses: - - schema: *ref_486 - language: &ref_973 + - schema: *ref_485 + language: &ref_972 default: name: '' description: Success. The response describes the list of Apps in the Service. @@ -13085,7 +13071,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -13150,23 +13136,23 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1297 + optionalParamGroup: &ref_1296 schema: type: object language: - default: &ref_487 + default: &ref_486 name: AppsClientListOptions description: AppsClientListOptions contains the optional parameters for the AppsClient.NewListPager method. - go: *ref_487 + go: *ref_486 protocol: {} originalParameter: [] required: false serializedName: AppsClientListOptions language: - default: &ref_488 + default: &ref_487 name: options description: AppsClientListOptions contains the optional parameters for the AppsClient.NewListPager method. - go: *ref_488 + go: *ref_487 protocol: {} paging: nextLinkName: NextLink @@ -13174,43 +13160,43 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1347 + responseEnv: &ref_1346 type: object properties: - - &ref_490 - schema: *ref_486 + - &ref_489 + schema: *ref_485 serializedName: AppResourceCollection language: - default: &ref_489 + default: &ref_488 name: AppResourceCollection description: Object that includes an array of App resources and a possible link for next set byValue: true embeddedType: true - go: *ref_489 + go: *ref_488 protocol: {} language: - default: &ref_491 + default: &ref_490 name: AppsClientListResponse description: AppsClientListResponse contains the response from method AppsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_490 - go: *ref_491 + resultProp: *ref_489 + go: *ref_490 protocol: {} protocol: {} - - &ref_977 + - &ref_976 operationId: Apps_GetResourceUploadUrl apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_492 + - &ref_491 schema: *ref_1 implementation: Method required: true - language: &ref_974 + language: &ref_973 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13222,11 +13208,11 @@ operationGroups: protocol: http: in: path - - &ref_493 + - &ref_492 schema: *ref_1 implementation: Method required: true - language: &ref_975 + language: &ref_974 default: name: serviceName description: The name of the Service resource. @@ -13238,11 +13224,11 @@ operationGroups: protocol: http: in: path - - &ref_494 + - &ref_493 schema: *ref_1 implementation: Method required: true - language: &ref_976 + language: &ref_975 default: name: appName description: The name of the App resource. @@ -13256,7 +13242,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13286,12 +13272,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_491 - *ref_492 - *ref_493 - - *ref_494 responses: - - schema: *ref_495 - language: &ref_980 + - schema: *ref_494 + language: &ref_979 default: name: '' description: Success. The response describes the resource upload URL. @@ -13306,7 +13292,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -13349,65 +13335,65 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1298 + optionalParamGroup: &ref_1297 schema: type: object language: - default: &ref_496 + default: &ref_495 name: AppsClientGetResourceUploadURLOptions description: AppsClientGetResourceUploadURLOptions contains the optional parameters for the AppsClient.GetResourceUploadURL method. - go: *ref_496 + go: *ref_495 protocol: {} originalParameter: [] required: false serializedName: AppsClientGetResourceUploadURLOptions language: - default: &ref_497 + default: &ref_496 name: options description: AppsClientGetResourceUploadURLOptions contains the optional parameters for the AppsClient.GetResourceUploadURL method. - go: *ref_497 + go: *ref_496 protocol: {} protocolNaming: internalMethod: getResourceUploadURL requestMethod: getResourceUploadURLCreateRequest responseMethod: getResourceUploadURLHandleResponse - responseEnv: &ref_1348 + responseEnv: &ref_1347 type: object properties: - - &ref_499 - schema: *ref_495 + - &ref_498 + schema: *ref_494 serializedName: ResourceUploadDefinition language: - default: &ref_498 + default: &ref_497 name: ResourceUploadDefinition description: Resource upload definition payload byValue: true embeddedType: true - go: *ref_498 + go: *ref_497 protocol: {} language: - default: &ref_500 + default: &ref_499 name: AppsClientGetResourceUploadURLResponse description: AppsClientGetResourceUploadURLResponse contains the response from method AppsClient.GetResourceUploadURL. marshallingFormat: json responseType: true - resultProp: *ref_499 - go: *ref_500 + resultProp: *ref_498 + go: *ref_499 protocol: {} protocol: {} - - &ref_986 + - &ref_985 operationId: Apps_ValidateDomain apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_504 + - &ref_503 schema: *ref_1 implementation: Method required: true - language: &ref_981 + language: &ref_980 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13419,11 +13405,11 @@ operationGroups: protocol: http: in: path - - &ref_505 + - &ref_504 schema: *ref_1 implementation: Method required: true - language: &ref_982 + language: &ref_981 default: name: serviceName description: The name of the Service resource. @@ -13435,11 +13421,11 @@ operationGroups: protocol: http: in: path - - &ref_506 + - &ref_505 schema: *ref_1 implementation: Method required: true - language: &ref_983 + language: &ref_982 default: name: appName description: The name of the App resource. @@ -13452,13 +13438,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_503 + application/json: &ref_502 parameters: - - &ref_502 - schema: *ref_501 + - &ref_501 + schema: *ref_500 implementation: Method required: true - language: &ref_985 + language: &ref_984 default: name: validatePayload description: Custom domain payload to be validated @@ -13469,7 +13455,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13486,7 +13472,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_502 + - *ref_501 language: default: name: '' @@ -13503,14 +13489,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_503 + - *ref_502 signatureParameters: + - *ref_503 - *ref_504 - *ref_505 - - *ref_506 responses: - - schema: *ref_507 - language: &ref_989 + - schema: *ref_506 + language: &ref_988 default: name: '' description: Success. The response describe the name is available. @@ -13525,7 +13511,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -13569,50 +13555,50 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1299 + optionalParamGroup: &ref_1298 schema: type: object language: - default: &ref_508 + default: &ref_507 name: AppsClientValidateDomainOptions description: AppsClientValidateDomainOptions contains the optional parameters for the AppsClient.ValidateDomain method. - go: *ref_508 + go: *ref_507 protocol: {} originalParameter: [] required: false serializedName: AppsClientValidateDomainOptions language: - default: &ref_509 + default: &ref_508 name: options description: AppsClientValidateDomainOptions contains the optional parameters for the AppsClient.ValidateDomain method. - go: *ref_509 + go: *ref_508 protocol: {} protocolNaming: internalMethod: validateDomain requestMethod: validateDomainCreateRequest responseMethod: validateDomainHandleResponse - responseEnv: &ref_1349 + responseEnv: &ref_1348 type: object properties: - - &ref_511 - schema: *ref_507 + - &ref_510 + schema: *ref_506 serializedName: CustomDomainValidateResult language: - default: &ref_510 + default: &ref_509 name: CustomDomainValidateResult description: Validation result for custom domain. byValue: true embeddedType: true - go: *ref_510 + go: *ref_509 protocol: {} language: - default: &ref_512 + default: &ref_511 name: AppsClientValidateDomainResponse description: AppsClientValidateDomainResponse contains the response from method AppsClient.ValidateDomain. marshallingFormat: json responseType: true - resultProp: *ref_511 - go: *ref_512 + resultProp: *ref_510 + go: *ref_511 protocol: {} protocol: {} language: @@ -13625,24 +13611,24 @@ operationGroups: clientCtorName: NewAppsClient clientName: AppsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_995 + - &ref_994 $key: Bindings operations: - - &ref_994 + - &ref_993 operationId: Bindings_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_513 + - &ref_512 schema: *ref_1 implementation: Method required: true - language: &ref_990 + language: &ref_989 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13654,11 +13640,11 @@ operationGroups: protocol: http: in: path - - &ref_514 + - &ref_513 schema: *ref_1 implementation: Method required: true - language: &ref_991 + language: &ref_990 default: name: serviceName description: The name of the Service resource. @@ -13670,11 +13656,11 @@ operationGroups: protocol: http: in: path - - &ref_515 + - &ref_514 schema: *ref_1 implementation: Method required: true - language: &ref_992 + language: &ref_991 default: name: appName description: The name of the App resource. @@ -13686,11 +13672,11 @@ operationGroups: protocol: http: in: path - - &ref_516 + - &ref_515 schema: *ref_1 implementation: Method required: true - language: &ref_993 + language: &ref_992 default: name: bindingName description: The name of the Binding resource. @@ -13704,7 +13690,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13734,13 +13720,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_512 - *ref_513 - *ref_514 - *ref_515 - - *ref_516 responses: - schema: *ref_99 - language: &ref_1004 + language: &ref_1003 default: name: '' description: Success. The response describes the corresponding Binding. @@ -13755,7 +13741,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -13812,65 +13798,65 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1300 + optionalParamGroup: &ref_1299 schema: type: object language: - default: &ref_517 + default: &ref_516 name: BindingsClientGetOptions description: BindingsClientGetOptions contains the optional parameters for the BindingsClient.Get method. - go: *ref_517 + go: *ref_516 protocol: {} originalParameter: [] required: false serializedName: BindingsClientGetOptions language: - default: &ref_518 + default: &ref_517 name: options description: BindingsClientGetOptions contains the optional parameters for the BindingsClient.Get method. - go: *ref_518 + go: *ref_517 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1350 + responseEnv: &ref_1349 type: object properties: - - &ref_520 + - &ref_519 schema: *ref_99 serializedName: BindingResource language: - default: &ref_519 + default: &ref_518 name: BindingResource description: Binding resource payload byValue: true embeddedType: true - go: *ref_519 + go: *ref_518 protocol: {} language: - default: &ref_521 + default: &ref_520 name: BindingsClientGetResponse description: BindingsClientGetResponse contains the response from method BindingsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_520 - go: *ref_521 + resultProp: *ref_519 + go: *ref_520 protocol: {} protocol: {} - - &ref_1011 + - &ref_1010 operationId: Bindings_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_524 + - &ref_523 schema: *ref_1 implementation: Method required: true - language: &ref_1005 + language: &ref_1004 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13882,11 +13868,11 @@ operationGroups: protocol: http: in: path - - &ref_525 + - &ref_524 schema: *ref_1 implementation: Method required: true - language: &ref_1006 + language: &ref_1005 default: name: serviceName description: The name of the Service resource. @@ -13898,11 +13884,11 @@ operationGroups: protocol: http: in: path - - &ref_526 + - &ref_525 schema: *ref_1 implementation: Method required: true - language: &ref_1007 + language: &ref_1006 default: name: appName description: The name of the App resource. @@ -13914,11 +13900,11 @@ operationGroups: protocol: http: in: path - - &ref_527 + - &ref_526 schema: *ref_1 implementation: Method required: true - language: &ref_1008 + language: &ref_1007 default: name: bindingName description: The name of the Binding resource. @@ -13931,13 +13917,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_523 + application/json: &ref_522 parameters: - - &ref_522 + - &ref_521 schema: *ref_99 implementation: Method required: true - language: &ref_1010 + language: &ref_1009 default: name: bindingResource description: Parameters for the create or update operation @@ -13948,7 +13934,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13965,7 +13951,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_522 + - *ref_521 language: default: name: '' @@ -13982,15 +13968,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_523 + - *ref_522 signatureParameters: + - *ref_523 - *ref_524 - *ref_525 - *ref_526 - - *ref_527 responses: - schema: *ref_99 - language: &ref_1012 + language: &ref_1011 default: name: '' description: Success. The response describes the created or updated Binding. @@ -14005,7 +13991,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_99 - language: &ref_1013 + language: &ref_1012 default: name: '' description: "Created. The response describes the new Binding and contains a Location header to query the\r\noperation result." @@ -14020,7 +14006,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_99 - language: &ref_1014 + language: &ref_1013 default: name: '' description: "Accepted. The response indicates the exiting Binding is now updating and contains a Location\r\nheader to query the operation result." @@ -14035,7 +14021,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -14141,81 +14127,81 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1301 + optionalParamGroup: &ref_1300 schema: type: object language: - default: &ref_528 + default: &ref_527 name: BindingsClientBeginCreateOrUpdateOptions description: BindingsClientBeginCreateOrUpdateOptions contains the optional parameters for the BindingsClient.BeginCreateOrUpdate method. - go: *ref_528 + go: *ref_527 protocol: {} originalParameter: - schema: type: string language: - default: &ref_529 + default: &ref_528 name: string description: '' - go: *ref_529 + go: *ref_528 protocol: {} language: - default: &ref_530 + default: &ref_529 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_530 + go: *ref_529 protocol: {} required: false serializedName: BindingsClientBeginCreateOrUpdateOptions language: - default: &ref_531 + default: &ref_530 name: options description: BindingsClientBeginCreateOrUpdateOptions contains the optional parameters for the BindingsClient.BeginCreateOrUpdate method. - go: *ref_531 + go: *ref_530 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1351 + responseEnv: &ref_1350 type: object properties: - - &ref_533 + - &ref_532 schema: *ref_99 serializedName: BindingResource language: - default: &ref_532 + default: &ref_531 name: BindingResource description: Binding resource payload byValue: true embeddedType: true - go: *ref_532 + go: *ref_531 protocol: {} language: - default: &ref_534 + default: &ref_533 name: BindingsClientCreateOrUpdateResponse description: BindingsClientCreateOrUpdateResponse contains the response from method BindingsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_533 - go: *ref_534 + resultProp: *ref_532 + go: *ref_533 protocol: {} protocol: {} - - &ref_1019 + - &ref_1018 operationId: Bindings_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_535 + - &ref_534 schema: *ref_1 implementation: Method required: true - language: &ref_1015 + language: &ref_1014 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -14227,11 +14213,11 @@ operationGroups: protocol: http: in: path - - &ref_536 + - &ref_535 schema: *ref_1 implementation: Method required: true - language: &ref_1016 + language: &ref_1015 default: name: serviceName description: The name of the Service resource. @@ -14243,11 +14229,11 @@ operationGroups: protocol: http: in: path - - &ref_537 + - &ref_536 schema: *ref_1 implementation: Method required: true - language: &ref_1017 + language: &ref_1016 default: name: appName description: The name of the App resource. @@ -14259,11 +14245,11 @@ operationGroups: protocol: http: in: path - - &ref_538 + - &ref_537 schema: *ref_1 implementation: Method required: true - language: &ref_1018 + language: &ref_1017 default: name: bindingName description: The name of the Binding resource. @@ -14277,7 +14263,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14307,12 +14293,12 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_534 - *ref_535 - *ref_536 - *ref_537 - - *ref_538 responses: - - language: &ref_1252 + - language: &ref_1251 default: name: '' description: Success. The response indicates the resource is deleted. @@ -14346,7 +14332,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -14391,67 +14377,67 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1302 + optionalParamGroup: &ref_1301 schema: type: object language: - default: &ref_539 + default: &ref_538 name: BindingsClientBeginDeleteOptions description: BindingsClientBeginDeleteOptions contains the optional parameters for the BindingsClient.BeginDelete method. - go: *ref_539 + go: *ref_538 protocol: {} originalParameter: - schema: type: string language: - default: &ref_540 + default: &ref_539 name: string description: '' - go: *ref_540 + go: *ref_539 protocol: {} language: - default: &ref_541 + default: &ref_540 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_541 + go: *ref_540 protocol: {} required: false serializedName: BindingsClientBeginDeleteOptions language: - default: &ref_542 + default: &ref_541 name: options description: BindingsClientBeginDeleteOptions contains the optional parameters for the BindingsClient.BeginDelete method. - go: *ref_542 + go: *ref_541 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1352 + responseEnv: &ref_1351 type: object language: - default: &ref_543 + default: &ref_542 name: BindingsClientDeleteResponse description: BindingsClientDeleteResponse contains the response from method BindingsClient.BeginDelete. forLRO: true responseType: true - go: *ref_543 + go: *ref_542 protocol: {} protocol: {} - - &ref_1025 + - &ref_1024 operationId: Bindings_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_546 + - &ref_545 schema: *ref_1 implementation: Method required: true - language: &ref_1020 + language: &ref_1019 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -14463,11 +14449,11 @@ operationGroups: protocol: http: in: path - - &ref_547 + - &ref_546 schema: *ref_1 implementation: Method required: true - language: &ref_1021 + language: &ref_1020 default: name: serviceName description: The name of the Service resource. @@ -14479,11 +14465,11 @@ operationGroups: protocol: http: in: path - - &ref_548 + - &ref_547 schema: *ref_1 implementation: Method required: true - language: &ref_1022 + language: &ref_1021 default: name: appName description: The name of the App resource. @@ -14495,11 +14481,11 @@ operationGroups: protocol: http: in: path - - &ref_549 + - &ref_548 schema: *ref_1 implementation: Method required: true - language: &ref_1023 + language: &ref_1022 default: name: bindingName description: The name of the Binding resource. @@ -14512,13 +14498,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_545 + application/json: &ref_544 parameters: - - &ref_544 + - &ref_543 schema: *ref_99 implementation: Method required: true - language: &ref_1024 + language: &ref_1023 default: name: bindingResource description: Parameters for the update operation @@ -14529,7 +14515,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14546,7 +14532,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_544 + - *ref_543 language: default: name: '' @@ -14563,15 +14549,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_545 + - *ref_544 signatureParameters: + - *ref_545 - *ref_546 - *ref_547 - *ref_548 - - *ref_549 responses: - schema: *ref_99 - language: &ref_1026 + language: &ref_1025 default: name: '' description: Success. The response describes the updated Binding. @@ -14586,7 +14572,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_99 - language: &ref_1027 + language: &ref_1026 default: name: '' description: "Accepted. The response indicates the exiting Binding is now updating and contains a Location\r\nheader to query the operation result." @@ -14601,7 +14587,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -14673,7 +14659,7 @@ operationGroups: resourceName: my-cosmosdb-1 resourceType: Microsoft.DocumentDB updatedAt: '2019-01-01T12:34:56.000Z' - headers: &ref_1028 + headers: &ref_1027 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -14693,81 +14679,81 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1303 + optionalParamGroup: &ref_1302 schema: type: object language: - default: &ref_550 + default: &ref_549 name: BindingsClientBeginUpdateOptions description: BindingsClientBeginUpdateOptions contains the optional parameters for the BindingsClient.BeginUpdate method. - go: *ref_550 + go: *ref_549 protocol: {} originalParameter: - schema: type: string language: - default: &ref_551 + default: &ref_550 name: string description: '' - go: *ref_551 + go: *ref_550 protocol: {} language: - default: &ref_552 + default: &ref_551 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_552 + go: *ref_551 protocol: {} required: false serializedName: BindingsClientBeginUpdateOptions language: - default: &ref_553 + default: &ref_552 name: options description: BindingsClientBeginUpdateOptions contains the optional parameters for the BindingsClient.BeginUpdate method. - go: *ref_553 + go: *ref_552 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1353 + responseEnv: &ref_1352 type: object properties: - - &ref_555 + - &ref_554 schema: *ref_99 serializedName: BindingResource language: - default: &ref_554 + default: &ref_553 name: BindingResource description: Binding resource payload byValue: true embeddedType: true - go: *ref_554 + go: *ref_553 protocol: {} language: - default: &ref_556 + default: &ref_555 name: BindingsClientUpdateResponse description: BindingsClientUpdateResponse contains the response from method BindingsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_555 - go: *ref_556 + resultProp: *ref_554 + go: *ref_555 protocol: {} protocol: {} - - &ref_1032 + - &ref_1031 operationId: Bindings_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_557 + - &ref_556 schema: *ref_1 implementation: Method required: true - language: &ref_1029 + language: &ref_1028 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -14779,11 +14765,11 @@ operationGroups: protocol: http: in: path - - &ref_558 + - &ref_557 schema: *ref_1 implementation: Method required: true - language: &ref_1030 + language: &ref_1029 default: name: serviceName description: The name of the Service resource. @@ -14795,11 +14781,11 @@ operationGroups: protocol: http: in: path - - &ref_559 + - &ref_558 schema: *ref_1 implementation: Method required: true - language: &ref_1031 + language: &ref_1030 default: name: appName description: The name of the App resource. @@ -14813,7 +14799,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14843,12 +14829,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_556 - *ref_557 - *ref_558 - - *ref_559 responses: - - schema: *ref_560 - language: &ref_1034 + - schema: *ref_559 + language: &ref_1033 default: name: '' description: Success. The response describes the list of Bindings in the App. @@ -14863,7 +14849,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -14922,23 +14908,23 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1304 + optionalParamGroup: &ref_1303 schema: type: object language: - default: &ref_561 + default: &ref_560 name: BindingsClientListOptions description: BindingsClientListOptions contains the optional parameters for the BindingsClient.NewListPager method. - go: *ref_561 + go: *ref_560 protocol: {} originalParameter: [] required: false serializedName: BindingsClientListOptions language: - default: &ref_562 + default: &ref_561 name: options description: BindingsClientListOptions contains the optional parameters for the BindingsClient.NewListPager method. - go: *ref_562 + go: *ref_561 protocol: {} paging: nextLinkName: NextLink @@ -14946,28 +14932,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1354 + responseEnv: &ref_1353 type: object properties: - - &ref_564 - schema: *ref_560 + - &ref_563 + schema: *ref_559 serializedName: BindingResourceCollection language: - default: &ref_563 + default: &ref_562 name: BindingResourceCollection description: Object that includes an array of Binding resources and a possible link for next set byValue: true embeddedType: true - go: *ref_563 + go: *ref_562 protocol: {} language: - default: &ref_565 + default: &ref_564 name: BindingsClientListResponse description: BindingsClientListResponse contains the response from method BindingsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_564 - go: *ref_565 + resultProp: *ref_563 + go: *ref_564 protocol: {} protocol: {} language: @@ -14980,24 +14966,24 @@ operationGroups: clientCtorName: NewBindingsClient clientName: BindingsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_1039 + - &ref_1038 $key: Certificates operations: - - &ref_1038 + - &ref_1037 operationId: Certificates_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_566 + - &ref_565 schema: *ref_1 implementation: Method required: true - language: &ref_1035 + language: &ref_1034 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15009,11 +14995,11 @@ operationGroups: protocol: http: in: path - - &ref_567 + - &ref_566 schema: *ref_1 implementation: Method required: true - language: &ref_1036 + language: &ref_1035 default: name: serviceName description: The name of the Service resource. @@ -15025,11 +15011,11 @@ operationGroups: protocol: http: in: path - - &ref_568 + - &ref_567 schema: *ref_1 implementation: Method required: true - language: &ref_1037 + language: &ref_1036 default: name: certificateName description: The name of the certificate resource. @@ -15043,7 +15029,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15073,12 +15059,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_565 - *ref_566 - *ref_567 - - *ref_568 responses: - schema: *ref_100 - language: &ref_1051 + language: &ref_1050 default: name: '' description: Success. The response describe the certificate. @@ -15093,7 +15079,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -15150,65 +15136,65 @@ operationGroups: azureARM: true clientName: CertificatesClient openApiType: arm - optionalParamGroup: &ref_1305 + optionalParamGroup: &ref_1304 schema: type: object language: - default: &ref_569 + default: &ref_568 name: CertificatesClientGetOptions description: CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method. - go: *ref_569 + go: *ref_568 protocol: {} originalParameter: [] required: false serializedName: CertificatesClientGetOptions language: - default: &ref_570 + default: &ref_569 name: options description: CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method. - go: *ref_570 + go: *ref_569 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1355 + responseEnv: &ref_1354 type: object properties: - - &ref_572 + - &ref_571 schema: *ref_100 serializedName: CertificateResource language: - default: &ref_571 + default: &ref_570 name: CertificateResource description: Certificate resource payload. byValue: true embeddedType: true - go: *ref_571 + go: *ref_570 protocol: {} language: - default: &ref_573 + default: &ref_572 name: CertificatesClientGetResponse description: CertificatesClientGetResponse contains the response from method CertificatesClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_572 - go: *ref_573 + resultProp: *ref_571 + go: *ref_572 protocol: {} protocol: {} - - &ref_1056 + - &ref_1055 operationId: Certificates_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_576 + - &ref_575 schema: *ref_1 implementation: Method required: true - language: &ref_1052 + language: &ref_1051 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15220,11 +15206,11 @@ operationGroups: protocol: http: in: path - - &ref_577 + - &ref_576 schema: *ref_1 implementation: Method required: true - language: &ref_1053 + language: &ref_1052 default: name: serviceName description: The name of the Service resource. @@ -15236,11 +15222,11 @@ operationGroups: protocol: http: in: path - - &ref_578 + - &ref_577 schema: *ref_1 implementation: Method required: true - language: &ref_1054 + language: &ref_1053 default: name: certificateName description: The name of the certificate resource. @@ -15253,13 +15239,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_575 + application/json: &ref_574 parameters: - - &ref_574 + - &ref_573 schema: *ref_100 implementation: Method required: true - language: &ref_1055 + language: &ref_1054 default: name: certificateResource description: Parameters for the create or update operation @@ -15270,7 +15256,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15287,7 +15273,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_574 + - *ref_573 language: default: name: '' @@ -15304,14 +15290,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_575 + - *ref_574 signatureParameters: + - *ref_575 - *ref_576 - *ref_577 - - *ref_578 responses: - schema: *ref_100 - language: &ref_1057 + language: &ref_1056 default: name: '' description: Success. The response describe the existed certificate updated. @@ -15326,7 +15312,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_100 - language: &ref_1058 + language: &ref_1057 default: name: '' description: "Created. The response describes the new certificate and contains a Location header to query the\r\noperation result." @@ -15341,7 +15327,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_100 - language: &ref_1059 + language: &ref_1058 default: name: '' description: "Accepted. The response indicates the exiting certificate is now updating and contains a Location\r\nheader to query the operation result." @@ -15356,7 +15342,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -15459,81 +15445,81 @@ operationGroups: azureARM: true clientName: CertificatesClient openApiType: arm - optionalParamGroup: &ref_1306 + optionalParamGroup: &ref_1305 schema: type: object language: - default: &ref_579 + default: &ref_578 name: CertificatesClientBeginCreateOrUpdateOptions description: CertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.BeginCreateOrUpdate method. - go: *ref_579 + go: *ref_578 protocol: {} originalParameter: - schema: type: string language: - default: &ref_580 + default: &ref_579 name: string description: '' - go: *ref_580 + go: *ref_579 protocol: {} language: - default: &ref_581 + default: &ref_580 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_581 + go: *ref_580 protocol: {} required: false serializedName: CertificatesClientBeginCreateOrUpdateOptions language: - default: &ref_582 + default: &ref_581 name: options description: CertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.BeginCreateOrUpdate method. - go: *ref_582 + go: *ref_581 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1356 + responseEnv: &ref_1355 type: object properties: - - &ref_584 + - &ref_583 schema: *ref_100 serializedName: CertificateResource language: - default: &ref_583 + default: &ref_582 name: CertificateResource description: Certificate resource payload. byValue: true embeddedType: true - go: *ref_583 + go: *ref_582 protocol: {} language: - default: &ref_585 + default: &ref_584 name: CertificatesClientCreateOrUpdateResponse description: CertificatesClientCreateOrUpdateResponse contains the response from method CertificatesClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_584 - go: *ref_585 + resultProp: *ref_583 + go: *ref_584 protocol: {} protocol: {} - - &ref_1063 + - &ref_1062 operationId: Certificates_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_586 + - &ref_585 schema: *ref_1 implementation: Method required: true - language: &ref_1060 + language: &ref_1059 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15545,11 +15531,11 @@ operationGroups: protocol: http: in: path - - &ref_587 + - &ref_586 schema: *ref_1 implementation: Method required: true - language: &ref_1061 + language: &ref_1060 default: name: serviceName description: The name of the Service resource. @@ -15561,11 +15547,11 @@ operationGroups: protocol: http: in: path - - &ref_588 + - &ref_587 schema: *ref_1 implementation: Method required: true - language: &ref_1062 + language: &ref_1061 default: name: certificateName description: The name of the certificate resource. @@ -15579,7 +15565,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15609,11 +15595,11 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_585 - *ref_586 - *ref_587 - - *ref_588 responses: - - language: &ref_1271 + - language: &ref_1270 default: name: '' description: Success. The response indicates the certificate deleted. @@ -15647,7 +15633,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -15691,67 +15677,67 @@ operationGroups: azureARM: true clientName: CertificatesClient openApiType: arm - optionalParamGroup: &ref_1307 + optionalParamGroup: &ref_1306 schema: type: object language: - default: &ref_589 + default: &ref_588 name: CertificatesClientBeginDeleteOptions description: CertificatesClientBeginDeleteOptions contains the optional parameters for the CertificatesClient.BeginDelete method. - go: *ref_589 + go: *ref_588 protocol: {} originalParameter: - schema: type: string language: - default: &ref_590 + default: &ref_589 name: string description: '' - go: *ref_590 + go: *ref_589 protocol: {} language: - default: &ref_591 + default: &ref_590 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_591 + go: *ref_590 protocol: {} required: false serializedName: CertificatesClientBeginDeleteOptions language: - default: &ref_592 + default: &ref_591 name: options description: CertificatesClientBeginDeleteOptions contains the optional parameters for the CertificatesClient.BeginDelete method. - go: *ref_592 + go: *ref_591 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1357 + responseEnv: &ref_1356 type: object language: - default: &ref_593 + default: &ref_592 name: CertificatesClientDeleteResponse description: CertificatesClientDeleteResponse contains the response from method CertificatesClient.BeginDelete. forLRO: true responseType: true - go: *ref_593 + go: *ref_592 protocol: {} protocol: {} - - &ref_1066 + - &ref_1065 operationId: Certificates_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_594 + - &ref_593 schema: *ref_1 implementation: Method required: true - language: &ref_1064 + language: &ref_1063 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15763,11 +15749,11 @@ operationGroups: protocol: http: in: path - - &ref_595 + - &ref_594 schema: *ref_1 implementation: Method required: true - language: &ref_1065 + language: &ref_1064 default: name: serviceName description: The name of the Service resource. @@ -15781,7 +15767,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15811,11 +15797,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_593 - *ref_594 - - *ref_595 responses: - - schema: *ref_596 - language: &ref_1069 + - schema: *ref_595 + language: &ref_1068 default: name: '' description: Success. The response describe the custom domain resource list of one application. @@ -15830,7 +15816,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -15890,23 +15876,23 @@ operationGroups: azureARM: true clientName: CertificatesClient openApiType: arm - optionalParamGroup: &ref_1308 + optionalParamGroup: &ref_1307 schema: type: object language: - default: &ref_597 + default: &ref_596 name: CertificatesClientListOptions description: CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method. - go: *ref_597 + go: *ref_596 protocol: {} originalParameter: [] required: false serializedName: CertificatesClientListOptions language: - default: &ref_598 + default: &ref_597 name: options description: CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method. - go: *ref_598 + go: *ref_597 protocol: {} paging: nextLinkName: NextLink @@ -15914,28 +15900,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1358 + responseEnv: &ref_1357 type: object properties: - - &ref_600 - schema: *ref_596 + - &ref_599 + schema: *ref_595 serializedName: CertificateResourceCollection language: - default: &ref_599 + default: &ref_598 name: CertificateResourceCollection description: Collection compose of certificate resources list and a possible link for next page. byValue: true embeddedType: true - go: *ref_599 + go: *ref_598 protocol: {} language: - default: &ref_601 + default: &ref_600 name: CertificatesClientListResponse description: CertificatesClientListResponse contains the response from method CertificatesClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_600 - go: *ref_601 + resultProp: *ref_599 + go: *ref_600 protocol: {} protocol: {} language: @@ -15948,24 +15934,24 @@ operationGroups: clientCtorName: NewCertificatesClient clientName: CertificatesClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_1075 + - &ref_1074 $key: CustomDomains operations: - - &ref_1074 + - &ref_1073 operationId: CustomDomains_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_602 + - &ref_601 schema: *ref_1 implementation: Method required: true - language: &ref_1070 + language: &ref_1069 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15977,11 +15963,11 @@ operationGroups: protocol: http: in: path - - &ref_603 + - &ref_602 schema: *ref_1 implementation: Method required: true - language: &ref_1071 + language: &ref_1070 default: name: serviceName description: The name of the Service resource. @@ -15993,11 +15979,11 @@ operationGroups: protocol: http: in: path - - &ref_604 + - &ref_603 schema: *ref_1 implementation: Method required: true - language: &ref_1072 + language: &ref_1071 default: name: appName description: The name of the App resource. @@ -16009,11 +15995,11 @@ operationGroups: protocol: http: in: path - - &ref_605 + - &ref_604 schema: *ref_1 implementation: Method required: true - language: &ref_1073 + language: &ref_1072 default: name: domainName description: The name of the custom domain resource. @@ -16027,7 +16013,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16057,13 +16043,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_601 - *ref_602 - *ref_603 - *ref_604 - - *ref_605 responses: - schema: *ref_101 - language: &ref_1080 + language: &ref_1079 default: name: '' description: Success. The response describe the custom domain. @@ -16078,7 +16064,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -16126,65 +16112,65 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1309 + optionalParamGroup: &ref_1308 schema: type: object language: - default: &ref_606 + default: &ref_605 name: CustomDomainsClientGetOptions description: CustomDomainsClientGetOptions contains the optional parameters for the CustomDomainsClient.Get method. - go: *ref_606 + go: *ref_605 protocol: {} originalParameter: [] required: false serializedName: CustomDomainsClientGetOptions language: - default: &ref_607 + default: &ref_606 name: options description: CustomDomainsClientGetOptions contains the optional parameters for the CustomDomainsClient.Get method. - go: *ref_607 + go: *ref_606 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1359 + responseEnv: &ref_1358 type: object properties: - - &ref_609 + - &ref_608 schema: *ref_101 serializedName: CustomDomainResource language: - default: &ref_608 + default: &ref_607 name: CustomDomainResource description: Custom domain resource payload. byValue: true embeddedType: true - go: *ref_608 + go: *ref_607 protocol: {} language: - default: &ref_610 + default: &ref_609 name: CustomDomainsClientGetResponse description: CustomDomainsClientGetResponse contains the response from method CustomDomainsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_609 - go: *ref_610 + resultProp: *ref_608 + go: *ref_609 protocol: {} protocol: {} - - &ref_1086 + - &ref_1085 operationId: CustomDomains_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_613 + - &ref_612 schema: *ref_1 implementation: Method required: true - language: &ref_1081 + language: &ref_1080 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -16196,11 +16182,11 @@ operationGroups: protocol: http: in: path - - &ref_614 + - &ref_613 schema: *ref_1 implementation: Method required: true - language: &ref_1082 + language: &ref_1081 default: name: serviceName description: The name of the Service resource. @@ -16212,11 +16198,11 @@ operationGroups: protocol: http: in: path - - &ref_615 + - &ref_614 schema: *ref_1 implementation: Method required: true - language: &ref_1083 + language: &ref_1082 default: name: appName description: The name of the App resource. @@ -16228,11 +16214,11 @@ operationGroups: protocol: http: in: path - - &ref_616 + - &ref_615 schema: *ref_1 implementation: Method required: true - language: &ref_1084 + language: &ref_1083 default: name: domainName description: The name of the custom domain resource. @@ -16245,13 +16231,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_612 + application/json: &ref_611 parameters: - - &ref_611 + - &ref_610 schema: *ref_101 implementation: Method required: true - language: &ref_1085 + language: &ref_1084 default: name: domainResource description: Parameters for the create or update operation @@ -16262,7 +16248,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16279,7 +16265,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_611 + - *ref_610 language: default: name: '' @@ -16296,15 +16282,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_612 + - *ref_611 signatureParameters: + - *ref_612 - *ref_613 - *ref_614 - *ref_615 - - *ref_616 responses: - schema: *ref_101 - language: &ref_1087 + language: &ref_1086 default: name: '' description: Success. The response describe the existed custom domain updated. @@ -16319,7 +16305,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_101 - language: &ref_1088 + language: &ref_1087 default: name: '' description: "Created. The response describes the new custom domain and contains a Location header to query the\r\noperation result." @@ -16334,7 +16320,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_101 - language: &ref_1089 + language: &ref_1088 default: name: '' description: "Accepted. The response indicates the exiting custom domain is now updating and contains a Location\r\nheader to query the operation result." @@ -16349,7 +16335,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -16422,81 +16408,81 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1310 + optionalParamGroup: &ref_1309 schema: type: object language: - default: &ref_617 + default: &ref_616 name: CustomDomainsClientBeginCreateOrUpdateOptions description: CustomDomainsClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginCreateOrUpdate method. - go: *ref_617 + go: *ref_616 protocol: {} originalParameter: - schema: type: string language: - default: &ref_618 + default: &ref_617 name: string description: '' - go: *ref_618 + go: *ref_617 protocol: {} language: - default: &ref_619 + default: &ref_618 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_619 + go: *ref_618 protocol: {} required: false serializedName: CustomDomainsClientBeginCreateOrUpdateOptions language: - default: &ref_620 + default: &ref_619 name: options description: CustomDomainsClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginCreateOrUpdate method. - go: *ref_620 + go: *ref_619 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1360 + responseEnv: &ref_1359 type: object properties: - - &ref_622 + - &ref_621 schema: *ref_101 serializedName: CustomDomainResource language: - default: &ref_621 + default: &ref_620 name: CustomDomainResource description: Custom domain resource payload. byValue: true embeddedType: true - go: *ref_621 + go: *ref_620 protocol: {} language: - default: &ref_623 + default: &ref_622 name: CustomDomainsClientCreateOrUpdateResponse description: CustomDomainsClientCreateOrUpdateResponse contains the response from method CustomDomainsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_622 - go: *ref_623 + resultProp: *ref_621 + go: *ref_622 protocol: {} protocol: {} - - &ref_1094 + - &ref_1093 operationId: CustomDomains_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_624 + - &ref_623 schema: *ref_1 implementation: Method required: true - language: &ref_1090 + language: &ref_1089 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -16508,11 +16494,11 @@ operationGroups: protocol: http: in: path - - &ref_625 + - &ref_624 schema: *ref_1 implementation: Method required: true - language: &ref_1091 + language: &ref_1090 default: name: serviceName description: The name of the Service resource. @@ -16524,11 +16510,11 @@ operationGroups: protocol: http: in: path - - &ref_626 + - &ref_625 schema: *ref_1 implementation: Method required: true - language: &ref_1092 + language: &ref_1091 default: name: appName description: The name of the App resource. @@ -16540,11 +16526,11 @@ operationGroups: protocol: http: in: path - - &ref_627 + - &ref_626 schema: *ref_1 implementation: Method required: true - language: &ref_1093 + language: &ref_1092 default: name: domainName description: The name of the custom domain resource. @@ -16558,7 +16544,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16588,12 +16574,12 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_623 - *ref_624 - *ref_625 - *ref_626 - - *ref_627 responses: - - language: &ref_1267 + - language: &ref_1266 default: name: '' description: Success. The response indicates the custom domain deleted. @@ -16627,7 +16613,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -16672,67 +16658,67 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1311 + optionalParamGroup: &ref_1310 schema: type: object language: - default: &ref_628 + default: &ref_627 name: CustomDomainsClientBeginDeleteOptions description: CustomDomainsClientBeginDeleteOptions contains the optional parameters for the CustomDomainsClient.BeginDelete method. - go: *ref_628 + go: *ref_627 protocol: {} originalParameter: - schema: type: string language: - default: &ref_629 + default: &ref_628 name: string description: '' - go: *ref_629 + go: *ref_628 protocol: {} language: - default: &ref_630 + default: &ref_629 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_630 + go: *ref_629 protocol: {} required: false serializedName: CustomDomainsClientBeginDeleteOptions language: - default: &ref_631 + default: &ref_630 name: options description: CustomDomainsClientBeginDeleteOptions contains the optional parameters for the CustomDomainsClient.BeginDelete method. - go: *ref_631 + go: *ref_630 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1361 + responseEnv: &ref_1360 type: object language: - default: &ref_632 + default: &ref_631 name: CustomDomainsClientDeleteResponse description: CustomDomainsClientDeleteResponse contains the response from method CustomDomainsClient.BeginDelete. forLRO: true responseType: true - go: *ref_632 + go: *ref_631 protocol: {} protocol: {} - - &ref_1100 + - &ref_1099 operationId: CustomDomains_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_635 + - &ref_634 schema: *ref_1 implementation: Method required: true - language: &ref_1095 + language: &ref_1094 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -16744,11 +16730,11 @@ operationGroups: protocol: http: in: path - - &ref_636 + - &ref_635 schema: *ref_1 implementation: Method required: true - language: &ref_1096 + language: &ref_1095 default: name: serviceName description: The name of the Service resource. @@ -16760,11 +16746,11 @@ operationGroups: protocol: http: in: path - - &ref_637 + - &ref_636 schema: *ref_1 implementation: Method required: true - language: &ref_1097 + language: &ref_1096 default: name: appName description: The name of the App resource. @@ -16776,11 +16762,11 @@ operationGroups: protocol: http: in: path - - &ref_638 + - &ref_637 schema: *ref_1 implementation: Method required: true - language: &ref_1098 + language: &ref_1097 default: name: domainName description: The name of the custom domain resource. @@ -16793,13 +16779,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_634 + application/json: &ref_633 parameters: - - &ref_633 + - &ref_632 schema: *ref_101 implementation: Method required: true - language: &ref_1099 + language: &ref_1098 default: name: domainResource description: Parameters for the create or update operation @@ -16810,7 +16796,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16827,7 +16813,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_633 + - *ref_632 language: default: name: '' @@ -16844,15 +16830,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_634 + - *ref_633 signatureParameters: + - *ref_634 - *ref_635 - *ref_636 - *ref_637 - - *ref_638 responses: - schema: *ref_101 - language: &ref_1101 + language: &ref_1100 default: name: '' description: Success. The response describe the existed custom domain updated. @@ -16867,7 +16853,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_101 - language: &ref_1102 + language: &ref_1101 default: name: '' description: "Accepted. The response indicates the exiting custom domain is now updating and contains a Location\r\nheader to query the operation result." @@ -16882,7 +16868,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -16931,7 +16917,7 @@ operationGroups: appName: myapp certName: mycert thumbprint: 934367bf1c97033f877db0f15cb1b586957d3133 - headers: &ref_1103 + headers: &ref_1102 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -16951,81 +16937,81 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1312 + optionalParamGroup: &ref_1311 schema: type: object language: - default: &ref_639 + default: &ref_638 name: CustomDomainsClientBeginUpdateOptions description: CustomDomainsClientBeginUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginUpdate method. - go: *ref_639 + go: *ref_638 protocol: {} originalParameter: - schema: type: string language: - default: &ref_640 + default: &ref_639 name: string description: '' - go: *ref_640 + go: *ref_639 protocol: {} language: - default: &ref_641 + default: &ref_640 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_641 + go: *ref_640 protocol: {} required: false serializedName: CustomDomainsClientBeginUpdateOptions language: - default: &ref_642 + default: &ref_641 name: options description: CustomDomainsClientBeginUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginUpdate method. - go: *ref_642 + go: *ref_641 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1362 + responseEnv: &ref_1361 type: object properties: - - &ref_644 + - &ref_643 schema: *ref_101 serializedName: CustomDomainResource language: - default: &ref_643 + default: &ref_642 name: CustomDomainResource description: Custom domain resource payload. byValue: true embeddedType: true - go: *ref_643 + go: *ref_642 protocol: {} language: - default: &ref_645 + default: &ref_644 name: CustomDomainsClientUpdateResponse description: CustomDomainsClientUpdateResponse contains the response from method CustomDomainsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_644 - go: *ref_645 + resultProp: *ref_643 + go: *ref_644 protocol: {} protocol: {} - - &ref_1107 + - &ref_1106 operationId: CustomDomains_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_646 + - &ref_645 schema: *ref_1 implementation: Method required: true - language: &ref_1104 + language: &ref_1103 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -17037,11 +17023,11 @@ operationGroups: protocol: http: in: path - - &ref_647 + - &ref_646 schema: *ref_1 implementation: Method required: true - language: &ref_1105 + language: &ref_1104 default: name: serviceName description: The name of the Service resource. @@ -17053,11 +17039,11 @@ operationGroups: protocol: http: in: path - - &ref_648 + - &ref_647 schema: *ref_1 implementation: Method required: true - language: &ref_1106 + language: &ref_1105 default: name: appName description: The name of the App resource. @@ -17071,7 +17057,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17101,12 +17087,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_645 - *ref_646 - *ref_647 - - *ref_648 responses: - - schema: *ref_649 - language: &ref_1110 + - schema: *ref_648 + language: &ref_1109 default: name: '' description: Success. The response describe the custom domain resource list of one application. @@ -17121,7 +17107,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -17172,23 +17158,23 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1313 + optionalParamGroup: &ref_1312 schema: type: object language: - default: &ref_650 + default: &ref_649 name: CustomDomainsClientListOptions description: CustomDomainsClientListOptions contains the optional parameters for the CustomDomainsClient.NewListPager method. - go: *ref_650 + go: *ref_649 protocol: {} originalParameter: [] required: false serializedName: CustomDomainsClientListOptions language: - default: &ref_651 + default: &ref_650 name: options description: CustomDomainsClientListOptions contains the optional parameters for the CustomDomainsClient.NewListPager method. - go: *ref_651 + go: *ref_650 protocol: {} paging: nextLinkName: NextLink @@ -17196,28 +17182,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1363 + responseEnv: &ref_1362 type: object properties: - - &ref_653 - schema: *ref_649 + - &ref_652 + schema: *ref_648 serializedName: CustomDomainResourceCollection language: - default: &ref_652 + default: &ref_651 name: CustomDomainResourceCollection description: Collection compose of a custom domain resources list and a possible link for next page. byValue: true embeddedType: true - go: *ref_652 + go: *ref_651 protocol: {} language: - default: &ref_654 + default: &ref_653 name: CustomDomainsClientListResponse description: CustomDomainsClientListResponse contains the response from method CustomDomainsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_653 - go: *ref_654 + resultProp: *ref_652 + go: *ref_653 protocol: {} protocol: {} language: @@ -17230,24 +17216,24 @@ operationGroups: clientCtorName: NewCustomDomainsClient clientName: CustomDomainsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_1116 + - &ref_1115 $key: Deployments operations: - - &ref_1115 + - &ref_1114 operationId: Deployments_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_655 + - &ref_654 schema: *ref_1 implementation: Method required: true - language: &ref_1111 + language: &ref_1110 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -17259,11 +17245,11 @@ operationGroups: protocol: http: in: path - - &ref_656 + - &ref_655 schema: *ref_1 implementation: Method required: true - language: &ref_1112 + language: &ref_1111 default: name: serviceName description: The name of the Service resource. @@ -17275,11 +17261,11 @@ operationGroups: protocol: http: in: path - - &ref_657 + - &ref_656 schema: *ref_1 implementation: Method required: true - language: &ref_1113 + language: &ref_1112 default: name: appName description: The name of the App resource. @@ -17291,11 +17277,11 @@ operationGroups: protocol: http: in: path - - &ref_658 + - &ref_657 schema: *ref_1 implementation: Method required: true - language: &ref_1114 + language: &ref_1113 default: name: deploymentName description: The name of the Deployment resource. @@ -17309,7 +17295,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17339,13 +17325,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_654 - *ref_655 - *ref_656 - *ref_657 - - *ref_658 responses: - schema: *ref_102 - language: &ref_1140 + language: &ref_1139 default: name: '' description: Success. The response describes the corresponding Deployment. @@ -17360,7 +17346,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -17430,65 +17416,65 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1314 + optionalParamGroup: &ref_1313 schema: type: object language: - default: &ref_659 + default: &ref_658 name: DeploymentsClientGetOptions description: DeploymentsClientGetOptions contains the optional parameters for the DeploymentsClient.Get method. - go: *ref_659 + go: *ref_658 protocol: {} originalParameter: [] required: false serializedName: DeploymentsClientGetOptions language: - default: &ref_660 + default: &ref_659 name: options description: DeploymentsClientGetOptions contains the optional parameters for the DeploymentsClient.Get method. - go: *ref_660 + go: *ref_659 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1364 + responseEnv: &ref_1363 type: object properties: - - &ref_662 + - &ref_661 schema: *ref_102 serializedName: DeploymentResource language: - default: &ref_661 + default: &ref_660 name: DeploymentResource description: Deployment resource payload byValue: true embeddedType: true - go: *ref_661 + go: *ref_660 protocol: {} language: - default: &ref_663 + default: &ref_662 name: DeploymentsClientGetResponse description: DeploymentsClientGetResponse contains the response from method DeploymentsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_662 - go: *ref_663 + resultProp: *ref_661 + go: *ref_662 protocol: {} protocol: {} - - &ref_1146 + - &ref_1145 operationId: Deployments_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_666 + - &ref_665 schema: *ref_1 implementation: Method required: true - language: &ref_1141 + language: &ref_1140 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -17500,11 +17486,11 @@ operationGroups: protocol: http: in: path - - &ref_667 + - &ref_666 schema: *ref_1 implementation: Method required: true - language: &ref_1142 + language: &ref_1141 default: name: serviceName description: The name of the Service resource. @@ -17516,11 +17502,11 @@ operationGroups: protocol: http: in: path - - &ref_668 + - &ref_667 schema: *ref_1 implementation: Method required: true - language: &ref_1143 + language: &ref_1142 default: name: appName description: The name of the App resource. @@ -17532,11 +17518,11 @@ operationGroups: protocol: http: in: path - - &ref_669 + - &ref_668 schema: *ref_1 implementation: Method required: true - language: &ref_1144 + language: &ref_1143 default: name: deploymentName description: The name of the Deployment resource. @@ -17549,13 +17535,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_665 + application/json: &ref_664 parameters: - - &ref_664 + - &ref_663 schema: *ref_102 implementation: Method required: true - language: &ref_1145 + language: &ref_1144 default: name: deploymentResource description: Parameters for the create or update operation @@ -17566,7 +17552,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17583,7 +17569,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_664 + - *ref_663 language: default: name: '' @@ -17600,15 +17586,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_665 + - *ref_664 signatureParameters: + - *ref_665 - *ref_666 - *ref_667 - *ref_668 - - *ref_669 responses: - schema: *ref_102 - language: &ref_1147 + language: &ref_1146 default: name: '' description: Success. The response describes the updated Deployment. @@ -17623,7 +17609,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_102 - language: &ref_1148 + language: &ref_1147 default: name: '' description: "Created. The response describes the new Deployment and contains a Location header to query the\r\noperation result." @@ -17638,7 +17624,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_102 - language: &ref_1149 + language: &ref_1148 default: name: '' description: "Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result." @@ -17653,7 +17639,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -17807,81 +17793,81 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1315 + optionalParamGroup: &ref_1314 schema: type: object language: - default: &ref_670 + default: &ref_669 name: DeploymentsClientBeginCreateOrUpdateOptions description: DeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DeploymentsClient.BeginCreateOrUpdate method. - go: *ref_670 + go: *ref_669 protocol: {} originalParameter: - schema: type: string language: - default: &ref_671 + default: &ref_670 name: string description: '' - go: *ref_671 + go: *ref_670 protocol: {} language: - default: &ref_672 + default: &ref_671 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_672 + go: *ref_671 protocol: {} required: false serializedName: DeploymentsClientBeginCreateOrUpdateOptions language: - default: &ref_673 + default: &ref_672 name: options description: DeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DeploymentsClient.BeginCreateOrUpdate method. - go: *ref_673 + go: *ref_672 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1365 + responseEnv: &ref_1364 type: object properties: - - &ref_675 + - &ref_674 schema: *ref_102 serializedName: DeploymentResource language: - default: &ref_674 + default: &ref_673 name: DeploymentResource description: Deployment resource payload byValue: true embeddedType: true - go: *ref_674 + go: *ref_673 protocol: {} language: - default: &ref_676 + default: &ref_675 name: DeploymentsClientCreateOrUpdateResponse description: DeploymentsClientCreateOrUpdateResponse contains the response from method DeploymentsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_675 - go: *ref_676 + resultProp: *ref_674 + go: *ref_675 protocol: {} protocol: {} - - &ref_1154 + - &ref_1153 operationId: Deployments_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_677 + - &ref_676 schema: *ref_1 implementation: Method required: true - language: &ref_1150 + language: &ref_1149 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -17893,11 +17879,11 @@ operationGroups: protocol: http: in: path - - &ref_678 + - &ref_677 schema: *ref_1 implementation: Method required: true - language: &ref_1151 + language: &ref_1150 default: name: serviceName description: The name of the Service resource. @@ -17909,11 +17895,11 @@ operationGroups: protocol: http: in: path - - &ref_679 + - &ref_678 schema: *ref_1 implementation: Method required: true - language: &ref_1152 + language: &ref_1151 default: name: appName description: The name of the App resource. @@ -17925,11 +17911,11 @@ operationGroups: protocol: http: in: path - - &ref_680 + - &ref_679 schema: *ref_1 implementation: Method required: true - language: &ref_1153 + language: &ref_1152 default: name: deploymentName description: The name of the Deployment resource. @@ -17943,7 +17929,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17973,12 +17959,12 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_676 - *ref_677 - *ref_678 - *ref_679 - - *ref_680 responses: - - language: &ref_1265 + - language: &ref_1264 default: name: '' description: Success. The response indicates the resource is deleted. @@ -18012,7 +17998,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -18057,67 +18043,67 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1316 + optionalParamGroup: &ref_1315 schema: type: object language: - default: &ref_681 + default: &ref_680 name: DeploymentsClientBeginDeleteOptions description: DeploymentsClientBeginDeleteOptions contains the optional parameters for the DeploymentsClient.BeginDelete method. - go: *ref_681 + go: *ref_680 protocol: {} originalParameter: - schema: type: string language: - default: &ref_682 + default: &ref_681 name: string description: '' - go: *ref_682 + go: *ref_681 protocol: {} language: - default: &ref_683 + default: &ref_682 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_683 + go: *ref_682 protocol: {} required: false serializedName: DeploymentsClientBeginDeleteOptions language: - default: &ref_684 + default: &ref_683 name: options description: DeploymentsClientBeginDeleteOptions contains the optional parameters for the DeploymentsClient.BeginDelete method. - go: *ref_684 + go: *ref_683 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1366 + responseEnv: &ref_1365 type: object language: - default: &ref_685 + default: &ref_684 name: DeploymentsClientDeleteResponse description: DeploymentsClientDeleteResponse contains the response from method DeploymentsClient.BeginDelete. forLRO: true responseType: true - go: *ref_685 + go: *ref_684 protocol: {} protocol: {} - - &ref_1160 + - &ref_1159 operationId: Deployments_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_688 + - &ref_687 schema: *ref_1 implementation: Method required: true - language: &ref_1155 + language: &ref_1154 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -18129,11 +18115,11 @@ operationGroups: protocol: http: in: path - - &ref_689 + - &ref_688 schema: *ref_1 implementation: Method required: true - language: &ref_1156 + language: &ref_1155 default: name: serviceName description: The name of the Service resource. @@ -18145,11 +18131,11 @@ operationGroups: protocol: http: in: path - - &ref_690 + - &ref_689 schema: *ref_1 implementation: Method required: true - language: &ref_1157 + language: &ref_1156 default: name: appName description: The name of the App resource. @@ -18161,11 +18147,11 @@ operationGroups: protocol: http: in: path - - &ref_691 + - &ref_690 schema: *ref_1 implementation: Method required: true - language: &ref_1158 + language: &ref_1157 default: name: deploymentName description: The name of the Deployment resource. @@ -18178,13 +18164,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_687 + application/json: &ref_686 parameters: - - &ref_686 + - &ref_685 schema: *ref_102 implementation: Method required: true - language: &ref_1159 + language: &ref_1158 default: name: deploymentResource description: Parameters for the update operation @@ -18195,7 +18181,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18212,7 +18198,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_686 + - *ref_685 language: default: name: '' @@ -18229,15 +18215,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_687 + - *ref_686 signatureParameters: + - *ref_687 - *ref_688 - *ref_689 - *ref_690 - - *ref_691 responses: - schema: *ref_102 - language: &ref_1161 + language: &ref_1160 default: name: '' description: Success. The response describes the updated Deployment. @@ -18252,7 +18238,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_102 - language: &ref_1162 + language: &ref_1161 default: name: '' description: "Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result." @@ -18267,7 +18253,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -18364,7 +18350,7 @@ operationGroups: name: S0 capacity: 1 tier: Standard - headers: &ref_1163 + headers: &ref_1162 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -18384,81 +18370,81 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1317 + optionalParamGroup: &ref_1316 schema: type: object language: - default: &ref_692 + default: &ref_691 name: DeploymentsClientBeginUpdateOptions description: DeploymentsClientBeginUpdateOptions contains the optional parameters for the DeploymentsClient.BeginUpdate method. - go: *ref_692 + go: *ref_691 protocol: {} originalParameter: - schema: type: string language: - default: &ref_693 + default: &ref_692 name: string description: '' - go: *ref_693 + go: *ref_692 protocol: {} language: - default: &ref_694 + default: &ref_693 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_694 + go: *ref_693 protocol: {} required: false serializedName: DeploymentsClientBeginUpdateOptions language: - default: &ref_695 + default: &ref_694 name: options description: DeploymentsClientBeginUpdateOptions contains the optional parameters for the DeploymentsClient.BeginUpdate method. - go: *ref_695 + go: *ref_694 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1367 + responseEnv: &ref_1366 type: object properties: - - &ref_697 + - &ref_696 schema: *ref_102 serializedName: DeploymentResource language: - default: &ref_696 + default: &ref_695 name: DeploymentResource description: Deployment resource payload byValue: true embeddedType: true - go: *ref_696 + go: *ref_695 protocol: {} language: - default: &ref_698 + default: &ref_697 name: DeploymentsClientUpdateResponse description: DeploymentsClientUpdateResponse contains the response from method DeploymentsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_697 - go: *ref_698 + resultProp: *ref_696 + go: *ref_697 protocol: {} protocol: {} - - &ref_1167 + - &ref_1166 operationId: Deployments_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_703 + - &ref_702 schema: *ref_1 implementation: Method required: true - language: &ref_1164 + language: &ref_1163 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -18470,11 +18456,11 @@ operationGroups: protocol: http: in: path - - &ref_704 + - &ref_703 schema: *ref_1 implementation: Method required: true - language: &ref_1165 + language: &ref_1164 default: name: serviceName description: The name of the Service resource. @@ -18486,11 +18472,11 @@ operationGroups: protocol: http: in: path - - &ref_705 + - &ref_704 schema: *ref_1 implementation: Method required: true - language: &ref_1166 + language: &ref_1165 default: name: appName description: The name of the App resource. @@ -18502,8 +18488,8 @@ operationGroups: protocol: http: in: path - - &ref_701 - schema: *ref_699 + - &ref_700 + schema: *ref_698 implementation: Method language: default: @@ -18514,24 +18500,24 @@ operationGroups: name: Version description: Version of the deployments to be listed byValue: true - paramGroup: &ref_707 + paramGroup: &ref_706 schema: type: object language: - default: &ref_700 + default: &ref_699 name: DeploymentsClientListOptions description: DeploymentsClientListOptions contains the optional parameters for the DeploymentsClient.NewListPager method. - go: *ref_700 + go: *ref_699 protocol: {} originalParameter: - - *ref_701 + - *ref_700 required: false serializedName: DeploymentsClientListOptions language: - default: &ref_702 + default: &ref_701 name: options description: DeploymentsClientListOptions contains the optional parameters for the DeploymentsClient.NewListPager method. - go: *ref_702 + go: *ref_701 protocol: {} serializedName: version protocol: @@ -18541,7 +18527,7 @@ operationGroups: style: form requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18571,13 +18557,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_702 - *ref_703 - *ref_704 - - *ref_705 - - *ref_701 + - *ref_700 responses: - - schema: *ref_706 - language: &ref_1169 + - schema: *ref_705 + language: &ref_1168 default: name: '' description: Success. The response describes the list of Deployments in the App. @@ -18592,7 +18578,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -18664,50 +18650,50 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: *ref_707 + optionalParamGroup: *ref_706 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1368 + responseEnv: &ref_1367 type: object properties: - - &ref_709 - schema: *ref_706 + - &ref_708 + schema: *ref_705 serializedName: DeploymentResourceCollection language: - default: &ref_708 + default: &ref_707 name: DeploymentResourceCollection description: Object that includes an array of App resources and a possible link for next set byValue: true embeddedType: true - go: *ref_708 + go: *ref_707 protocol: {} language: - default: &ref_710 + default: &ref_709 name: DeploymentsClientListResponse description: DeploymentsClientListResponse contains the response from method DeploymentsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_709 - go: *ref_710 + resultProp: *ref_708 + go: *ref_709 protocol: {} protocol: {} - - &ref_1172 + - &ref_1171 operationId: Deployments_ListForCluster apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_715 + - &ref_714 schema: *ref_1 implementation: Method required: true - language: &ref_1170 + language: &ref_1169 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -18719,11 +18705,11 @@ operationGroups: protocol: http: in: path - - &ref_716 + - &ref_715 schema: *ref_1 implementation: Method required: true - language: &ref_1171 + language: &ref_1170 default: name: serviceName description: The name of the Service resource. @@ -18735,8 +18721,8 @@ operationGroups: protocol: http: in: path - - &ref_713 - schema: *ref_711 + - &ref_712 + schema: *ref_710 implementation: Method language: default: @@ -18747,24 +18733,24 @@ operationGroups: name: Version description: Version of the deployments to be listed byValue: true - paramGroup: &ref_717 + paramGroup: &ref_716 schema: type: object language: - default: &ref_712 + default: &ref_711 name: DeploymentsClientListForClusterOptions description: DeploymentsClientListForClusterOptions contains the optional parameters for the DeploymentsClient.NewListForClusterPager method. - go: *ref_712 + go: *ref_711 protocol: {} originalParameter: - - *ref_713 + - *ref_712 required: false serializedName: DeploymentsClientListForClusterOptions language: - default: &ref_714 + default: &ref_713 name: options description: DeploymentsClientListForClusterOptions contains the optional parameters for the DeploymentsClient.NewListForClusterPager method. - go: *ref_714 + go: *ref_713 protocol: {} serializedName: version protocol: @@ -18774,7 +18760,7 @@ operationGroups: style: form requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18804,12 +18790,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_714 - *ref_715 - - *ref_716 - - *ref_713 + - *ref_712 responses: - - schema: *ref_706 - language: &ref_1173 + - schema: *ref_705 + language: &ref_1172 default: name: '' description: Success @@ -18824,7 +18810,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -18896,50 +18882,50 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: *ref_717 + optionalParamGroup: *ref_716 paging: nextLinkName: NextLink protocolNaming: internalMethod: listForCluster requestMethod: listForClusterCreateRequest responseMethod: listForClusterHandleResponse - responseEnv: &ref_1369 + responseEnv: &ref_1368 type: object properties: - - &ref_719 - schema: *ref_706 + - &ref_718 + schema: *ref_705 serializedName: DeploymentResourceCollection language: - default: &ref_718 + default: &ref_717 name: DeploymentResourceCollection description: Object that includes an array of App resources and a possible link for next set byValue: true embeddedType: true - go: *ref_718 + go: *ref_717 protocol: {} language: - default: &ref_720 + default: &ref_719 name: DeploymentsClientListForClusterResponse description: DeploymentsClientListForClusterResponse contains the response from method DeploymentsClient.NewListForClusterPager. marshallingFormat: json responseType: true - resultProp: *ref_719 - go: *ref_720 + resultProp: *ref_718 + go: *ref_719 protocol: {} protocol: {} - - &ref_1178 + - &ref_1177 operationId: Deployments_Start apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_721 + - &ref_720 schema: *ref_1 implementation: Method required: true - language: &ref_1174 + language: &ref_1173 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -18951,11 +18937,11 @@ operationGroups: protocol: http: in: path - - &ref_722 + - &ref_721 schema: *ref_1 implementation: Method required: true - language: &ref_1175 + language: &ref_1174 default: name: serviceName description: The name of the Service resource. @@ -18967,11 +18953,237 @@ operationGroups: protocol: http: in: path + - &ref_722 + schema: *ref_1 + implementation: Method + required: true + language: &ref_1175 + default: + name: appName + description: The name of the App resource. + serializedName: appName + go: + name: appName + description: The name of the App resource. + serializedName: appName + protocol: + http: + in: path - &ref_723 schema: *ref_1 implementation: Method required: true language: &ref_1176 + default: + name: deploymentName + description: The name of the Deployment resource. + serializedName: deploymentName + go: + name: deploymentName + description: The name of the Deployment resource. + serializedName: deploymentName + protocol: + http: + in: path + requests: + - parameters: + - schema: *ref_281 + implementation: Method + origin: modelerfour:synthesized/accept + required: true + language: + default: + name: accept + description: Accept header + serializedName: Accept + go: + name: accept + description: Accept header + serializedName: Accept + protocol: + http: + in: header + signatureParameters: [] + language: + default: + name: '' + description: '' + go: + name: '' + description: '' + protocol: + http: + path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start + method: post + uri: '{$host}' + signatureParameters: + - *ref_720 + - *ref_721 + - *ref_722 + - *ref_723 + responses: + - language: &ref_1261 + default: + name: '' + description: Success. + go: + name: '' + description: Success. + protocol: + http: + statusCodes: + - '200' + - language: + default: + name: '' + description: "Accepted. The response indicates the Deployment is now starting and contains a Location header to\r\nquery the operation result." + go: + name: '' + description: Accepted. The response indicates the Deployment is now starting and contains a Location header to query the operation result. + protocol: + http: + statusCodes: + - '202' + exceptions: + - schema: *ref_284 + language: + default: + name: '' + description: Error response describing why the operation failed. + go: + name: '' + description: Error response describing why the operation failed. + protocol: + http: + knownMediaType: json + mediaTypes: + - application/json + statusCodes: + - default + extensions: + x-ms-examples: + Deployments_Start: + parameters: + api-version: 2020-11-01-preview + appName: myapp + deploymentName: mydeployment + resourceGroupName: myResourceGroup + serviceName: myservice + subscriptionId: 00000000-0000-0000-0000-000000000000 + x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Start.json + responses: + '200': {} + '202': + headers: &ref_1178 + location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... + x-ms-long-running-operation: true + x-ms-long-running-operation-options: + final-state-via: azure-async-operation + language: + default: + name: Start + description: Start the deployment. + go: + name: Start + description: |- + Start the deployment. + If the operation fails it returns an *azcore.ResponseError type. + azureARM: true + clientName: DeploymentsClient + openApiType: arm + optionalParamGroup: &ref_1317 + schema: + type: object + language: + default: &ref_724 + name: DeploymentsClientBeginStartOptions + description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. + go: *ref_724 + protocol: {} + originalParameter: + - schema: + type: string + language: + default: &ref_725 + name: string + description: '' + go: *ref_725 + protocol: {} + language: + default: &ref_726 + name: ResumeToken + description: Resumes the LRO from the provided token. + byValue: true + go: *ref_726 + protocol: {} + required: false + serializedName: DeploymentsClientBeginStartOptions + language: + default: &ref_727 + name: options + description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. + go: *ref_727 + protocol: {} + protocolNaming: + internalMethod: start + requestMethod: startCreateRequest + responseMethod: startHandleResponse + responseEnv: &ref_1369 + type: object + language: + default: &ref_728 + name: DeploymentsClientStartResponse + description: DeploymentsClientStartResponse contains the response from method DeploymentsClient.BeginStart. + forLRO: true + responseType: true + go: *ref_728 + protocol: {} + protocol: {} + - &ref_1183 + operationId: Deployments_Stop + apiVersions: + - version: 2020-11-01-preview + parameters: + - *ref_278 + - *ref_279 + - *ref_280 + - &ref_729 + schema: *ref_1 + implementation: Method + required: true + language: &ref_1179 + default: + name: resourceGroupName + description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. + serializedName: resourceGroupName + go: + name: resourceGroupName + description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. + serializedName: resourceGroupName + protocol: + http: + in: path + - &ref_730 + schema: *ref_1 + implementation: Method + required: true + language: &ref_1180 + default: + name: serviceName + description: The name of the Service resource. + serializedName: serviceName + go: + name: serviceName + description: The name of the Service resource. + serializedName: serviceName + protocol: + http: + in: path + - &ref_731 + schema: *ref_1 + implementation: Method + required: true + language: &ref_1181 default: name: appName description: The name of the App resource. @@ -18983,11 +19195,11 @@ operationGroups: protocol: http: in: path - - &ref_724 + - &ref_732 schema: *ref_1 implementation: Method required: true - language: &ref_1177 + language: &ref_1182 default: name: deploymentName description: The name of the Deployment resource. @@ -19001,233 +19213,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 - implementation: Method - origin: modelerfour:synthesized/accept - required: true - language: - default: - name: accept - description: Accept header - serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept - protocol: - http: - in: header - signatureParameters: [] - language: - default: - name: '' - description: '' - go: - name: '' - description: '' - protocol: - http: - path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start - method: post - uri: '{$host}' - signatureParameters: - - *ref_721 - - *ref_722 - - *ref_723 - - *ref_724 - responses: - - language: &ref_1262 - default: - name: '' - description: Success. - go: - name: '' - description: Success. - protocol: - http: - statusCodes: - - '200' - - language: - default: - name: '' - description: "Accepted. The response indicates the Deployment is now starting and contains a Location header to\r\nquery the operation result." - go: - name: '' - description: Accepted. The response indicates the Deployment is now starting and contains a Location header to query the operation result. - protocol: - http: - statusCodes: - - '202' - exceptions: - - schema: *ref_285 - language: - default: - name: '' - description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. - protocol: - http: - knownMediaType: json - mediaTypes: - - application/json - statusCodes: - - default - extensions: - x-ms-examples: - Deployments_Start: - parameters: - api-version: 2020-11-01-preview - appName: myapp - deploymentName: mydeployment - resourceGroupName: myResourceGroup - serviceName: myservice - subscriptionId: 00000000-0000-0000-0000-000000000000 - x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Start.json - responses: - '200': {} - '202': - headers: &ref_1179 - location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... - x-ms-long-running-operation: true - x-ms-long-running-operation-options: - final-state-via: azure-async-operation - language: - default: - name: Start - description: Start the deployment. - go: - name: Start - description: |- - Start the deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_1318 - schema: - type: object - language: - default: &ref_725 - name: DeploymentsClientBeginStartOptions - description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. - go: *ref_725 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_726 - name: string - description: '' - go: *ref_726 - protocol: {} - language: - default: &ref_727 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_727 - protocol: {} - required: false - serializedName: DeploymentsClientBeginStartOptions - language: - default: &ref_728 - name: options - description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. - go: *ref_728 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_1370 - type: object - language: - default: &ref_729 - name: DeploymentsClientStartResponse - description: DeploymentsClientStartResponse contains the response from method DeploymentsClient.BeginStart. - forLRO: true - responseType: true - go: *ref_729 - protocol: {} - protocol: {} - - &ref_1184 - operationId: Deployments_Stop - apiVersions: - - version: 2020-11-01-preview - parameters: - - *ref_279 - - *ref_280 - - *ref_281 - - &ref_730 - schema: *ref_1 - implementation: Method - required: true - language: &ref_1180 - default: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName - protocol: - http: - in: path - - &ref_731 - schema: *ref_1 - implementation: Method - required: true - language: &ref_1181 - default: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName - protocol: - http: - in: path - - &ref_732 - schema: *ref_1 - implementation: Method - required: true - language: &ref_1182 - default: - name: appName - description: The name of the App resource. - serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName - protocol: - http: - in: path - - &ref_733 - schema: *ref_1 - implementation: Method - required: true - language: &ref_1183 - default: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName - protocol: - http: - in: path - requests: - - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19257,12 +19243,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_729 - *ref_730 - *ref_731 - *ref_732 - - *ref_733 responses: - - language: &ref_1259 + - language: &ref_1258 default: name: '' description: Success. @@ -19285,7 +19271,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -19314,7 +19300,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_1185 + headers: &ref_1184 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -19331,67 +19317,67 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1319 + optionalParamGroup: &ref_1318 schema: type: object language: - default: &ref_734 + default: &ref_733 name: DeploymentsClientBeginStopOptions description: DeploymentsClientBeginStopOptions contains the optional parameters for the DeploymentsClient.BeginStop method. - go: *ref_734 + go: *ref_733 protocol: {} originalParameter: - schema: type: string language: - default: &ref_735 + default: &ref_734 name: string description: '' - go: *ref_735 + go: *ref_734 protocol: {} language: - default: &ref_736 + default: &ref_735 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_736 + go: *ref_735 protocol: {} required: false serializedName: DeploymentsClientBeginStopOptions language: - default: &ref_737 + default: &ref_736 name: options description: DeploymentsClientBeginStopOptions contains the optional parameters for the DeploymentsClient.BeginStop method. - go: *ref_737 + go: *ref_736 protocol: {} protocolNaming: internalMethod: stop requestMethod: stopCreateRequest responseMethod: stopHandleResponse - responseEnv: &ref_1371 + responseEnv: &ref_1370 type: object language: - default: &ref_738 + default: &ref_737 name: DeploymentsClientStopResponse description: DeploymentsClientStopResponse contains the response from method DeploymentsClient.BeginStop. forLRO: true responseType: true - go: *ref_738 + go: *ref_737 protocol: {} protocol: {} - - &ref_1190 + - &ref_1189 operationId: Deployments_Restart apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_739 + - &ref_738 schema: *ref_1 implementation: Method required: true - language: &ref_1186 + language: &ref_1185 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -19403,11 +19389,11 @@ operationGroups: protocol: http: in: path - - &ref_740 + - &ref_739 schema: *ref_1 implementation: Method required: true - language: &ref_1187 + language: &ref_1186 default: name: serviceName description: The name of the Service resource. @@ -19419,11 +19405,11 @@ operationGroups: protocol: http: in: path - - &ref_741 + - &ref_740 schema: *ref_1 implementation: Method required: true - language: &ref_1188 + language: &ref_1187 default: name: appName description: The name of the App resource. @@ -19435,11 +19421,11 @@ operationGroups: protocol: http: in: path - - &ref_742 + - &ref_741 schema: *ref_1 implementation: Method required: true - language: &ref_1189 + language: &ref_1188 default: name: deploymentName description: The name of the Deployment resource. @@ -19453,7 +19439,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19483,12 +19469,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_738 - *ref_739 - *ref_740 - *ref_741 - - *ref_742 responses: - - language: &ref_1256 + - language: &ref_1255 default: name: '' description: Success. @@ -19511,7 +19497,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -19540,7 +19526,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_1191 + headers: &ref_1190 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -19557,67 +19543,67 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1320 + optionalParamGroup: &ref_1319 schema: type: object language: - default: &ref_743 + default: &ref_742 name: DeploymentsClientBeginRestartOptions description: DeploymentsClientBeginRestartOptions contains the optional parameters for the DeploymentsClient.BeginRestart method. - go: *ref_743 + go: *ref_742 protocol: {} originalParameter: - schema: type: string language: - default: &ref_744 + default: &ref_743 name: string description: '' - go: *ref_744 + go: *ref_743 protocol: {} language: - default: &ref_745 + default: &ref_744 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_745 + go: *ref_744 protocol: {} required: false serializedName: DeploymentsClientBeginRestartOptions language: - default: &ref_746 + default: &ref_745 name: options description: DeploymentsClientBeginRestartOptions contains the optional parameters for the DeploymentsClient.BeginRestart method. - go: *ref_746 + go: *ref_745 protocol: {} protocolNaming: internalMethod: restart requestMethod: restartCreateRequest responseMethod: restartHandleResponse - responseEnv: &ref_1372 + responseEnv: &ref_1371 type: object language: - default: &ref_747 + default: &ref_746 name: DeploymentsClientRestartResponse description: DeploymentsClientRestartResponse contains the response from method DeploymentsClient.BeginRestart. forLRO: true responseType: true - go: *ref_747 + go: *ref_746 protocol: {} protocol: {} - - &ref_1196 + - &ref_1195 operationId: Deployments_GetLogFileUrl apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_748 + - &ref_747 schema: *ref_1 implementation: Method required: true - language: &ref_1192 + language: &ref_1191 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -19629,11 +19615,11 @@ operationGroups: protocol: http: in: path - - &ref_749 + - &ref_748 schema: *ref_1 implementation: Method required: true - language: &ref_1193 + language: &ref_1192 default: name: serviceName description: The name of the Service resource. @@ -19645,11 +19631,11 @@ operationGroups: protocol: http: in: path - - &ref_750 + - &ref_749 schema: *ref_1 implementation: Method required: true - language: &ref_1194 + language: &ref_1193 default: name: appName description: The name of the App resource. @@ -19661,11 +19647,11 @@ operationGroups: protocol: http: in: path - - &ref_751 + - &ref_750 schema: *ref_1 implementation: Method required: true - language: &ref_1195 + language: &ref_1194 default: name: deploymentName description: The name of the Deployment resource. @@ -19679,7 +19665,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19709,13 +19695,13 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_747 - *ref_748 - *ref_749 - *ref_750 - - *ref_751 responses: - - schema: *ref_752 - language: &ref_1198 + - schema: *ref_751 + language: &ref_1197 default: name: '' description: Success. The response contains the log file URL. @@ -19741,7 +19727,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -19785,50 +19771,50 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1321 + optionalParamGroup: &ref_1320 schema: type: object language: - default: &ref_753 + default: &ref_752 name: DeploymentsClientGetLogFileURLOptions description: DeploymentsClientGetLogFileURLOptions contains the optional parameters for the DeploymentsClient.GetLogFileURL method. - go: *ref_753 + go: *ref_752 protocol: {} originalParameter: [] required: false serializedName: DeploymentsClientGetLogFileURLOptions language: - default: &ref_754 + default: &ref_753 name: options description: DeploymentsClientGetLogFileURLOptions contains the optional parameters for the DeploymentsClient.GetLogFileURL method. - go: *ref_754 + go: *ref_753 protocol: {} protocolNaming: internalMethod: getLogFileURL requestMethod: getLogFileURLCreateRequest responseMethod: getLogFileURLHandleResponse - responseEnv: &ref_1373 + responseEnv: &ref_1372 type: object properties: - - &ref_756 - schema: *ref_752 + - &ref_755 + schema: *ref_751 serializedName: LogFileURLResponse language: - default: &ref_755 + default: &ref_754 name: LogFileURLResponse description: Log file URL payload byValue: true embeddedType: true - go: *ref_755 + go: *ref_754 protocol: {} language: - default: &ref_757 + default: &ref_756 name: DeploymentsClientGetLogFileURLResponse description: DeploymentsClientGetLogFileURLResponse contains the response from method DeploymentsClient.GetLogFileURL. marshallingFormat: json responseType: true - resultProp: *ref_756 - go: *ref_757 + resultProp: *ref_755 + go: *ref_756 protocol: {} protocol: {} language: @@ -19841,21 +19827,21 @@ operationGroups: clientCtorName: NewDeploymentsClient clientName: DeploymentsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_1200 + - &ref_1199 $key: Operations operations: - - &ref_1199 + - &ref_1198 operationId: Operations_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - - *ref_280 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19886,8 +19872,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_758 - language: &ref_1213 + - schema: *ref_757 + language: &ref_1212 default: name: '' description: Success. The response describes the list of operations. @@ -19902,7 +19888,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -19952,23 +19938,23 @@ operationGroups: azureARM: true clientName: OperationsClient openApiType: arm - optionalParamGroup: &ref_1322 + optionalParamGroup: &ref_1321 schema: type: object language: - default: &ref_759 + default: &ref_758 name: OperationsClientListOptions description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_759 + go: *ref_758 protocol: {} originalParameter: [] required: false serializedName: OperationsClientListOptions language: - default: &ref_760 + default: &ref_759 name: options description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_760 + go: *ref_759 protocol: {} paging: nextLinkName: NextLink @@ -19976,28 +19962,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1374 + responseEnv: &ref_1373 type: object properties: - - &ref_762 - schema: *ref_758 + - &ref_761 + schema: *ref_757 serializedName: AvailableOperations language: - default: &ref_761 + default: &ref_760 name: AvailableOperations description: Available operations of the service byValue: true embeddedType: true - go: *ref_761 + go: *ref_760 protocol: {} language: - default: &ref_763 + default: &ref_762 name: OperationsClientListResponse description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_762 - go: *ref_763 + resultProp: *ref_761 + go: *ref_762 protocol: {} protocol: {} language: @@ -20010,19 +19996,19 @@ operationGroups: clientCtorName: NewOperationsClient clientName: OperationsClient protocol: {} - - &ref_1215 + - &ref_1214 $key: RuntimeVersions operations: - - &ref_1214 + - &ref_1213 operationId: RuntimeVersions_ListRuntimeVersions apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - - *ref_280 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -20053,8 +20039,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_764 - language: &ref_1220 + - schema: *ref_763 + language: &ref_1219 default: name: '' description: Success. The response describes the details of all supported deployment runtime versions. @@ -20069,7 +20055,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -20115,50 +20101,50 @@ operationGroups: azureARM: true clientName: RuntimeVersionsClient openApiType: arm - optionalParamGroup: &ref_1323 + optionalParamGroup: &ref_1322 schema: type: object language: - default: &ref_765 + default: &ref_764 name: RuntimeVersionsClientListRuntimeVersionsOptions description: RuntimeVersionsClientListRuntimeVersionsOptions contains the optional parameters for the RuntimeVersionsClient.ListRuntimeVersions method. - go: *ref_765 + go: *ref_764 protocol: {} originalParameter: [] required: false serializedName: RuntimeVersionsClientListRuntimeVersionsOptions language: - default: &ref_766 + default: &ref_765 name: options description: RuntimeVersionsClientListRuntimeVersionsOptions contains the optional parameters for the RuntimeVersionsClient.ListRuntimeVersions method. - go: *ref_766 + go: *ref_765 protocol: {} protocolNaming: internalMethod: listRuntimeVersions requestMethod: listRuntimeVersionsCreateRequest responseMethod: listRuntimeVersionsHandleResponse - responseEnv: &ref_1375 + responseEnv: &ref_1374 type: object properties: - - &ref_768 - schema: *ref_764 + - &ref_767 + schema: *ref_763 serializedName: AvailableRuntimeVersions language: - default: &ref_767 + default: &ref_766 name: AvailableRuntimeVersions description: '' byValue: true embeddedType: true - go: *ref_767 + go: *ref_766 protocol: {} language: - default: &ref_769 + default: &ref_768 name: RuntimeVersionsClientListRuntimeVersionsResponse description: RuntimeVersionsClientListRuntimeVersionsResponse contains the response from method RuntimeVersionsClient.ListRuntimeVersions. marshallingFormat: json responseType: true - resultProp: *ref_768 - go: *ref_769 + resultProp: *ref_767 + go: *ref_768 protocol: {} protocol: {} language: @@ -20171,20 +20157,20 @@ operationGroups: clientCtorName: NewRuntimeVersionsClient clientName: RuntimeVersionsClient protocol: {} - - &ref_1222 + - &ref_1221 $key: Skus operations: - - &ref_1221 + - &ref_1220 operationId: Skus_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -20215,8 +20201,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_770 - language: &ref_1238 + - schema: *ref_769 + language: &ref_1237 default: name: '' description: Success @@ -20231,7 +20217,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -20286,23 +20272,23 @@ operationGroups: azureARM: true clientName: SKUsClient openApiType: arm - optionalParamGroup: &ref_1324 + optionalParamGroup: &ref_1323 schema: type: object language: - default: &ref_771 + default: &ref_770 name: SKUsClientListOptions description: SKUsClientListOptions contains the optional parameters for the SKUsClient.NewListPager method. - go: *ref_771 + go: *ref_770 protocol: {} originalParameter: [] required: false serializedName: SKUsClientListOptions language: - default: &ref_772 + default: &ref_771 name: options description: SKUsClientListOptions contains the optional parameters for the SKUsClient.NewListPager method. - go: *ref_772 + go: *ref_771 protocol: {} paging: nextLinkName: NextLink @@ -20310,28 +20296,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1376 + responseEnv: &ref_1375 type: object properties: - - &ref_774 - schema: *ref_770 + - &ref_773 + schema: *ref_769 serializedName: ResourceSKUCollection language: - default: &ref_773 + default: &ref_772 name: ResourceSKUCollection description: Object that includes an array of Azure Spring Cloud SKU and a possible link for next set byValue: true embeddedType: true - go: *ref_773 + go: *ref_772 protocol: {} language: - default: &ref_775 + default: &ref_774 name: SKUsClientListResponse description: SKUsClientListResponse contains the response from method SKUsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_774 - go: *ref_775 + resultProp: *ref_773 + go: *ref_774 protocol: {} protocol: {} language: @@ -20344,7 +20330,7 @@ operationGroups: clientCtorName: NewSKUsClient clientName: SKUsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} security: authenticationRequired: true @@ -20360,28 +20346,28 @@ testModel: - name: Services_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_778 - parameter: *ref_283 + language: *ref_777 + parameter: *ref_282 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_779 - parameter: *ref_284 - operation: *ref_780 - operationGroup: *ref_781 + language: *ref_778 + parameter: *ref_283 + operation: *ref_779 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Get.json responses: '200': @@ -20398,175 +20384,175 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_803 - operation: *ref_780 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_802 + operation: *ref_779 + operationGroup: *ref_780 - operationId: Services_CreateOrUpdate examples: - name: Services_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_804 - parameter: *ref_293 + language: *ref_803 + parameter: *ref_292 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_805 - parameter: *ref_294 + language: *ref_804 + parameter: *ref_293 - exampleValue: schema: *ref_3 parentsValue: @@ -20577,38 +20563,38 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_799 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_806 - parameter: *ref_291 - operation: *ref_807 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_805 + parameter: *ref_290 + operation: *ref_806 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CreateOrUpdate.json responses: '200': @@ -20625,148 +20611,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_808 + language: *ref_800 + language: *ref_801 + language: *ref_807 '201': body: schema: *ref_3 @@ -20781,148 +20767,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_809 + language: *ref_800 + language: *ref_801 + language: *ref_808 '202': body: schema: *ref_3 @@ -20937,171 +20923,171 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_810 + language: *ref_800 + language: *ref_801 + language: *ref_809 - name: Services_CreateOrUpdate_VNetInjection clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_804 - parameter: *ref_293 + language: *ref_803 + parameter: *ref_292 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_805 - parameter: *ref_294 + language: *ref_804 + parameter: *ref_293 - exampleValue: schema: *ref_3 parentsValue: @@ -21112,63 +21098,63 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_811 + language: *ref_810 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_812 + language: *ref_811 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_813 + language: *ref_812 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_814 + language: *ref_813 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_815 - language: *ref_796 - language: *ref_799 + language: *ref_814 + language: *ref_795 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_806 - parameter: *ref_291 - operation: *ref_807 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_805 + parameter: *ref_290 + operation: *ref_806 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CreateOrUpdate_VNetInjection.json responses: '200': @@ -21185,166 +21171,166 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_811 + language: *ref_810 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_812 + language: *ref_811 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 + language: *ref_793 + language: *ref_794 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_813 + language: *ref_812 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_814 + language: *ref_813 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_815 - language: *ref_796 + language: *ref_814 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_808 + language: *ref_800 + language: *ref_801 + language: *ref_807 '201': body: schema: *ref_3 @@ -21359,166 +21345,166 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_811 + language: *ref_810 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_812 + language: *ref_811 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 + language: *ref_793 + language: *ref_794 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_813 + language: *ref_812 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_814 + language: *ref_813 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_815 - language: *ref_796 + language: *ref_814 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_809 + language: *ref_800 + language: *ref_801 + language: *ref_808 '202': body: schema: *ref_3 @@ -21533,227 +21519,227 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_811 + language: *ref_810 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_812 + language: *ref_811 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 + language: *ref_793 + language: *ref_794 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_813 + language: *ref_812 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_814 + language: *ref_813 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_815 - language: *ref_796 + language: *ref_814 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_810 - operation: *ref_807 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_809 + operation: *ref_806 + operationGroup: *ref_780 - operationId: Services_Delete examples: - name: Services_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_816 - parameter: *ref_302 + language: *ref_815 + parameter: *ref_301 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_817 - parameter: *ref_303 - operation: *ref_818 - operationGroup: *ref_781 + language: *ref_816 + parameter: *ref_302 + operation: *ref_817 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Delete.json responses: '202': - headers: *ref_819 + headers: *ref_818 '204': {} - operation: *ref_818 - operationGroup: *ref_781 + operation: *ref_817 + operationGroup: *ref_780 - operationId: Services_Update examples: - name: Services_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_820 - parameter: *ref_311 + language: *ref_819 + parameter: *ref_310 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_821 - parameter: *ref_312 + language: *ref_820 + parameter: *ref_311 - exampleValue: schema: *ref_3 parentsValue: @@ -21764,38 +21750,38 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_799 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_822 - parameter: *ref_309 - operation: *ref_823 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_821 + parameter: *ref_308 + operation: *ref_822 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Update.json responses: '200': @@ -21812,148 +21798,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_824 + language: *ref_800 + language: *ref_801 + language: *ref_823 '202': body: schema: *ref_3 @@ -21968,448 +21954,448 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_825 - headers: *ref_826 - operation: *ref_823 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_824 + headers: *ref_825 + operation: *ref_822 + operationGroup: *ref_780 - operationId: Services_ListTestKeys examples: - name: Services_ListTestKeys clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_827 - parameter: *ref_320 + language: *ref_826 + parameter: *ref_319 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_828 - parameter: *ref_321 - operation: *ref_829 - operationGroup: *ref_781 + language: *ref_827 + parameter: *ref_320 + operation: *ref_828 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_ListTestKeys.json responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_835 - operation: *ref_829 - operationGroup: *ref_781 + language: *ref_833 + language: *ref_834 + operation: *ref_828 + operationGroup: *ref_780 - operationId: Services_RegenerateTestKey examples: - name: Services_RegenerateTestKey clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_836 - parameter: *ref_331 + language: *ref_835 + parameter: *ref_330 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_837 - parameter: *ref_332 + language: *ref_836 + parameter: *ref_331 - exampleValue: - schema: *ref_328 + schema: *ref_327 parentsValue: {} properties: keyType: - schema: *ref_137 + schema: *ref_136 rawValue: Primary - language: *ref_838 - language: *ref_839 - parameter: *ref_329 - operation: *ref_840 - operationGroup: *ref_781 + language: *ref_837 + language: *ref_838 + parameter: *ref_328 + operation: *ref_839 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_RegenerateTestKey.json responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_841 - operation: *ref_840 - operationGroup: *ref_781 + language: *ref_833 + language: *ref_840 + operation: *ref_839 + operationGroup: *ref_780 - operationId: Services_DisableTestEndpoint examples: - name: Services_DisableTestEndpoint clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_842 - parameter: *ref_338 + language: *ref_841 + parameter: *ref_337 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_843 - parameter: *ref_339 - operation: *ref_844 - operationGroup: *ref_781 + language: *ref_842 + parameter: *ref_338 + operation: *ref_843 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_DisableTestEndpoint.json responses: '200': {} - operation: *ref_844 - operationGroup: *ref_781 + operation: *ref_843 + operationGroup: *ref_780 - operationId: Services_EnableTestEndpoint examples: - name: Services_EnableTestEndpoint clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_845 - parameter: *ref_343 + language: *ref_844 + parameter: *ref_342 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_846 - parameter: *ref_344 - operation: *ref_847 - operationGroup: *ref_781 + language: *ref_845 + parameter: *ref_343 + operation: *ref_846 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_EnableTestEndpoint.json responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_848 - operation: *ref_847 - operationGroup: *ref_781 + language: *ref_833 + language: *ref_847 + operation: *ref_846 + operationGroup: *ref_780 - operationId: Services_CheckNameAvailability examples: - name: Services_CheckNameAvailability clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: eastus - language: *ref_849 - parameter: *ref_353 + language: *ref_848 + parameter: *ref_352 - exampleValue: - schema: *ref_350 + schema: *ref_349 parentsValue: {} properties: name: - schema: *ref_161 + schema: *ref_160 rawValue: myservice - language: *ref_850 + language: *ref_849 type: - schema: *ref_160 + schema: *ref_159 rawValue: Microsoft.AppPlatform/Spring - language: *ref_851 - language: *ref_852 - parameter: *ref_351 - operation: *ref_853 - operationGroup: *ref_781 + language: *ref_850 + language: *ref_851 + parameter: *ref_350 + operation: *ref_852 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CheckNameAvailability.json responses: '200': body: - schema: *ref_354 + schema: *ref_353 parentsValue: {} properties: message: - schema: *ref_164 + schema: *ref_163 rawValue: The name is already used. - language: *ref_854 + language: *ref_853 nameAvailable: - schema: *ref_162 + schema: *ref_161 rawValue: false - language: *ref_855 + language: *ref_854 reason: - schema: *ref_163 + schema: *ref_162 rawValue: AlreadyExists - language: *ref_856 - language: *ref_857 - operation: *ref_853 - operationGroup: *ref_781 + language: *ref_855 + language: *ref_856 + operation: *ref_852 + operationGroup: *ref_780 - operationId: Services_ListBySubscription examples: - name: Services_ListBySubscription clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: [] - operation: *ref_858 - operationGroup: *ref_781 + operation: *ref_857 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_ListBySubscription.json responses: '200': body: - schema: *ref_360 + schema: *ref_359 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -22423,182 +22409,182 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_859 - language: *ref_860 - operation: *ref_858 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_858 + language: *ref_859 + operation: *ref_857 + operationGroup: *ref_780 - operationId: Services_List examples: - name: Services_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_861 - parameter: *ref_366 - operation: *ref_862 - operationGroup: *ref_781 + language: *ref_860 + parameter: *ref_365 + operation: *ref_861 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_List.json responses: '200': body: - schema: *ref_360 + schema: *ref_359 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -22612,178 +22598,178 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_859 - language: *ref_863 - operation: *ref_862 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_858 + language: *ref_862 + operation: *ref_861 + operationGroup: *ref_780 - operationId: ConfigServers_Get examples: - name: ConfigServers_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_864 - parameter: *ref_372 + language: *ref_863 + parameter: *ref_371 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_865 - parameter: *ref_373 - operation: *ref_866 - operationGroup: *ref_867 + language: *ref_864 + parameter: *ref_372 + operation: *ref_865 + operationGroup: *ref_866 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_Get.json responses: '200': @@ -22800,117 +22786,117 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_874 - language: *ref_875 - language: *ref_876 - operation: *ref_866 - operationGroup: *ref_867 + language: *ref_873 + language: *ref_874 + language: *ref_875 + operation: *ref_865 + operationGroup: *ref_866 - operationId: ConfigServers_UpdatePut examples: - name: ConfigServers_UpdatePut clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_877 - parameter: *ref_381 + language: *ref_876 + parameter: *ref_380 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_878 - parameter: *ref_382 + language: *ref_877 + parameter: *ref_381 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_873 - language: *ref_875 - language: *ref_879 - parameter: *ref_379 - operation: *ref_880 - operationGroup: *ref_867 + language: *ref_870 + language: *ref_871 + language: *ref_872 + language: *ref_874 + language: *ref_878 + parameter: *ref_378 + operation: *ref_879 + operationGroup: *ref_866 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_UpdatePut.json responses: '200': @@ -22927,53 +22913,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_874 - language: *ref_875 - language: *ref_881 + language: *ref_873 + language: *ref_874 + language: *ref_880 '202': body: schema: *ref_96 @@ -22988,117 +22974,117 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_874 - language: *ref_875 - language: *ref_882 - operation: *ref_880 - operationGroup: *ref_867 + language: *ref_873 + language: *ref_874 + language: *ref_881 + operation: *ref_879 + operationGroup: *ref_866 - operationId: ConfigServers_UpdatePatch examples: - name: ConfigServers_UpdatePatch clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_883 - parameter: *ref_392 + language: *ref_882 + parameter: *ref_391 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_884 - parameter: *ref_393 + language: *ref_883 + parameter: *ref_392 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_873 - language: *ref_875 - language: *ref_885 - parameter: *ref_390 - operation: *ref_886 - operationGroup: *ref_867 + language: *ref_870 + language: *ref_871 + language: *ref_872 + language: *ref_874 + language: *ref_884 + parameter: *ref_389 + operation: *ref_885 + operationGroup: *ref_866 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_UpdatePatch.json responses: '200': @@ -23115,53 +23101,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_874 - language: *ref_875 - language: *ref_887 + language: *ref_873 + language: *ref_874 + language: *ref_886 '202': body: schema: *ref_96 @@ -23176,156 +23162,156 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_874 - language: *ref_875 - language: *ref_888 - headers: *ref_889 - operation: *ref_886 - operationGroup: *ref_867 + language: *ref_873 + language: *ref_874 + language: *ref_887 + headers: *ref_888 + operation: *ref_885 + operationGroup: *ref_866 - operationId: ConfigServers_Validate examples: - name: ConfigServers_Validate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_890 - parameter: *ref_403 + language: *ref_889 + parameter: *ref_402 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_891 - parameter: *ref_404 + language: *ref_890 + parameter: *ref_403 - exampleValue: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_892 - parameter: *ref_401 - operation: *ref_893 - operationGroup: *ref_867 + language: *ref_870 + language: *ref_871 + language: *ref_891 + parameter: *ref_400 + operation: *ref_892 + operationGroup: *ref_866 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_Validate.json responses: '200': body: - schema: *ref_405 + schema: *ref_404 parentsValue: {} properties: isValid: - schema: *ref_142 + schema: *ref_141 rawValue: true - language: *ref_894 - language: *ref_895 + language: *ref_893 + language: *ref_894 '202': body: - schema: *ref_405 + schema: *ref_404 parentsValue: {} properties: {} - language: *ref_896 - headers: *ref_897 - operation: *ref_893 - operationGroup: *ref_867 + language: *ref_895 + headers: *ref_896 + operation: *ref_892 + operationGroup: *ref_866 - operationId: MonitoringSettings_Get examples: - name: MonitoringSettings_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_898 - parameter: *ref_413 + language: *ref_897 + parameter: *ref_412 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_899 - parameter: *ref_414 - operation: *ref_900 - operationGroup: *ref_901 + language: *ref_898 + parameter: *ref_413 + operation: *ref_899 + operationGroup: *ref_900 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_Get.json responses: '200': @@ -23342,102 +23328,102 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_909 - operation: *ref_900 - operationGroup: *ref_901 + language: *ref_906 + language: *ref_907 + language: *ref_908 + operation: *ref_899 + operationGroup: *ref_900 - operationId: MonitoringSettings_UpdatePut examples: - name: MonitoringSettings_UpdatePut clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_910 - parameter: *ref_422 + language: *ref_909 + parameter: *ref_421 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_911 - parameter: *ref_423 + language: *ref_910 + parameter: *ref_422 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_905 + language: *ref_904 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_912 - parameter: *ref_420 - operation: *ref_913 - operationGroup: *ref_901 + language: *ref_906 + language: *ref_907 + language: *ref_911 + parameter: *ref_419 + operation: *ref_912 + operationGroup: *ref_900 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_UpdatePut.json responses: '200': @@ -23454,50 +23440,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_914 + language: *ref_906 + language: *ref_907 + language: *ref_913 '202': body: schema: *ref_97 @@ -23512,102 +23498,102 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_915 - operation: *ref_913 - operationGroup: *ref_901 + language: *ref_906 + language: *ref_907 + language: *ref_914 + operation: *ref_912 + operationGroup: *ref_900 - operationId: MonitoringSettings_UpdatePatch examples: - name: MonitoringSettings_UpdatePatch clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_916 - parameter: *ref_433 + language: *ref_915 + parameter: *ref_432 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_917 - parameter: *ref_434 + language: *ref_916 + parameter: *ref_433 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_905 + language: *ref_904 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_918 - parameter: *ref_431 - operation: *ref_919 - operationGroup: *ref_901 + language: *ref_906 + language: *ref_907 + language: *ref_917 + parameter: *ref_430 + operation: *ref_918 + operationGroup: *ref_900 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_UpdatePatch.json responses: '200': @@ -23624,50 +23610,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_920 + language: *ref_906 + language: *ref_907 + language: *ref_919 '202': body: schema: *ref_97 @@ -23682,85 +23668,85 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_921 - headers: *ref_922 - operation: *ref_919 - operationGroup: *ref_901 + language: *ref_906 + language: *ref_907 + language: *ref_920 + headers: *ref_921 + operation: *ref_918 + operationGroup: *ref_900 - operationId: Apps_Get examples: - name: Apps_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_923 - parameter: *ref_445 + language: *ref_922 + parameter: *ref_444 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_924 - parameter: *ref_446 + language: *ref_923 + parameter: *ref_445 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_925 - parameter: *ref_447 - operation: *ref_926 - operationGroup: *ref_927 + language: *ref_924 + parameter: *ref_446 + operation: *ref_925 + operationGroup: *ref_926 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Get.json responses: '200': @@ -23777,203 +23763,203 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_948 - operation: *ref_926 - operationGroup: *ref_927 + language: *ref_945 + language: *ref_946 + language: *ref_947 + operation: *ref_925 + operationGroup: *ref_926 - operationId: Apps_CreateOrUpdate examples: - name: Apps_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_949 - parameter: *ref_454 + language: *ref_948 + parameter: *ref_453 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_950 - parameter: *ref_455 + language: *ref_949 + parameter: *ref_454 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_951 - parameter: *ref_456 + language: *ref_950 + parameter: *ref_455 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 rawValue: null - language: *ref_931 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 - language: *ref_940 + language: *ref_937 + language: *ref_939 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 - language: *ref_947 - language: *ref_952 - parameter: *ref_452 - operation: *ref_953 - operationGroup: *ref_927 + language: *ref_943 + language: *ref_944 + language: *ref_946 + language: *ref_951 + parameter: *ref_451 + operation: *ref_952 + operationGroup: *ref_926 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_CreateOrUpdate.json responses: '200': @@ -23990,104 +23976,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_954 + language: *ref_945 + language: *ref_946 + language: *ref_953 '201': body: schema: *ref_98 @@ -24102,104 +24088,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Creating - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_955 + language: *ref_945 + language: *ref_946 + language: *ref_954 '202': body: schema: *ref_98 @@ -24214,255 +24200,255 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_956 - operation: *ref_953 - operationGroup: *ref_927 + language: *ref_945 + language: *ref_946 + language: *ref_955 + operation: *ref_952 + operationGroup: *ref_926 - operationId: Apps_Delete examples: - name: Apps_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_957 - parameter: *ref_464 + language: *ref_956 + parameter: *ref_463 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_958 - parameter: *ref_465 + language: *ref_957 + parameter: *ref_464 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_959 - parameter: *ref_466 - operation: *ref_960 - operationGroup: *ref_927 + language: *ref_958 + parameter: *ref_465 + operation: *ref_959 + operationGroup: *ref_926 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_960 - operationGroup: *ref_927 + operation: *ref_959 + operationGroup: *ref_926 - operationId: Apps_Update examples: - name: Apps_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_961 - parameter: *ref_474 + language: *ref_960 + parameter: *ref_473 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_962 - parameter: *ref_475 + language: *ref_961 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_963 - parameter: *ref_476 + language: *ref_962 + parameter: *ref_475 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: null - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: null - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 - language: *ref_940 + language: *ref_937 + language: *ref_939 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 - language: *ref_947 - language: *ref_964 - parameter: *ref_472 - operation: *ref_965 - operationGroup: *ref_927 + language: *ref_943 + language: *ref_944 + language: *ref_946 + language: *ref_963 + parameter: *ref_471 + operation: *ref_964 + operationGroup: *ref_926 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Update.json responses: '200': @@ -24479,104 +24465,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_966 + language: *ref_945 + language: *ref_946 + language: *ref_965 '202': body: schema: *ref_98 @@ -24591,143 +24577,143 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_967 - headers: *ref_968 - operation: *ref_965 - operationGroup: *ref_927 + language: *ref_945 + language: *ref_946 + language: *ref_966 + headers: *ref_967 + operation: *ref_964 + operationGroup: *ref_926 - operationId: Apps_List examples: - name: Apps_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_969 - parameter: *ref_484 + language: *ref_968 + parameter: *ref_483 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_970 - parameter: *ref_485 - operation: *ref_971 - operationGroup: *ref_927 + language: *ref_969 + parameter: *ref_484 + operation: *ref_970 + operationGroup: *ref_926 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_List.json responses: '200': body: - schema: *ref_486 + schema: *ref_485 parentsValue: {} properties: value: - schema: *ref_250 + schema: *ref_249 elements: - schema: *ref_98 parentsValue: @@ -24741,255 +24727,255 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_972 - language: *ref_973 - operation: *ref_971 - operationGroup: *ref_927 + language: *ref_945 + language: *ref_946 + language: *ref_971 + language: *ref_972 + operation: *ref_970 + operationGroup: *ref_926 - operationId: Apps_GetResourceUploadUrl examples: - name: Apps_GetResourceUploadUrl clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_974 - parameter: *ref_492 + language: *ref_973 + parameter: *ref_491 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_975 - parameter: *ref_493 + language: *ref_974 + parameter: *ref_492 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_976 - parameter: *ref_494 - operation: *ref_977 - operationGroup: *ref_927 + language: *ref_975 + parameter: *ref_493 + operation: *ref_976 + operationGroup: *ref_926 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_GetResourceUploadUrl.json responses: '200': body: - schema: *ref_495 + schema: *ref_494 parentsValue: {} properties: relativePath: - schema: *ref_154 + schema: *ref_153 rawValue: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777 - language: *ref_978 + language: *ref_977 uploadUrl: - schema: *ref_155 + schema: *ref_154 rawValue: >- https://springcloudstorageaccount.file.core.windows.net/bd172614181f42e2853f6fd90029cda8/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777?sv=2018-03-28&sr=f&sig=SampleSignature&se=2019-08-01T10%3A42%3A21Z&sp=w - language: *ref_979 - language: *ref_980 - operation: *ref_977 - operationGroup: *ref_927 + language: *ref_978 + language: *ref_979 + operation: *ref_976 + operationGroup: *ref_926 - operationId: Apps_ValidateDomain examples: - name: Apps_ValidateDomain clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_981 - parameter: *ref_504 + language: *ref_980 + parameter: *ref_503 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_982 - parameter: *ref_505 + language: *ref_981 + parameter: *ref_504 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_983 - parameter: *ref_506 + language: *ref_982 + parameter: *ref_505 - exampleValue: - schema: *ref_501 + schema: *ref_500 parentsValue: {} properties: name: - schema: *ref_167 + schema: *ref_166 rawValue: mydomain.io - language: *ref_984 - language: *ref_985 - parameter: *ref_502 - operation: *ref_986 - operationGroup: *ref_927 + language: *ref_983 + language: *ref_984 + parameter: *ref_501 + operation: *ref_985 + operationGroup: *ref_926 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_ValidateDomain.json responses: '200': body: - schema: *ref_507 + schema: *ref_506 parentsValue: {} properties: isValid: - schema: *ref_168 + schema: *ref_167 rawValue: false - language: *ref_987 + language: *ref_986 message: - schema: *ref_169 + schema: *ref_168 rawValue: Certificate is invalid, please check if it is a self signed cert or if it contains a suitable dns name - language: *ref_988 - language: *ref_989 - operation: *ref_986 - operationGroup: *ref_927 + language: *ref_987 + language: *ref_988 + operation: *ref_985 + operationGroup: *ref_926 - operationId: Bindings_Get examples: - name: Bindings_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_989 + parameter: *ref_512 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_990 parameter: *ref_513 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_991 parameter: *ref_514 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mybinding language: *ref_992 parameter: *ref_515 - - exampleValue: - schema: *ref_1 - rawValue: mybinding - language: *ref_993 - parameter: *ref_516 - operation: *ref_994 - operationGroup: *ref_995 + operation: *ref_993 + operationGroup: *ref_994 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Get.json responses: '200': @@ -25006,21 +24992,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25032,79 +25018,79 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1004 - operation: *ref_994 - operationGroup: *ref_995 + language: *ref_1001 + language: *ref_1002 + language: *ref_1003 + operation: *ref_993 + operationGroup: *ref_994 - operationId: Bindings_CreateOrUpdate examples: - name: Bindings_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1004 + parameter: *ref_523 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1005 parameter: *ref_524 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1006 parameter: *ref_525 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mybinding language: *ref_1007 parameter: *ref_526 - - exampleValue: - schema: *ref_1 - rawValue: mybinding - language: *ref_1008 - parameter: *ref_527 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25116,32 +25102,32 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: null - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: xxxx - language: *ref_1009 + language: *ref_1008 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1002 - language: *ref_1003 - language: *ref_1010 - parameter: *ref_522 - operation: *ref_1011 - operationGroup: *ref_995 + language: *ref_1001 + language: *ref_1002 + language: *ref_1009 + parameter: *ref_521 + operation: *ref_1010 + operationGroup: *ref_994 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_CreateOrUpdate.json responses: '200': @@ -25158,21 +25144,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25184,36 +25170,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1012 + language: *ref_1001 + language: *ref_1002 + language: *ref_1011 '201': body: schema: *ref_99 @@ -25228,21 +25214,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25254,36 +25240,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1013 + language: *ref_1001 + language: *ref_1002 + language: *ref_1012 '202': body: schema: *ref_99 @@ -25298,21 +25284,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25324,123 +25310,123 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1014 - operation: *ref_1011 - operationGroup: *ref_995 + language: *ref_1001 + language: *ref_1002 + language: *ref_1013 + operation: *ref_1010 + operationGroup: *ref_994 - operationId: Bindings_Delete examples: - name: Bindings_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1014 + parameter: *ref_534 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1015 parameter: *ref_535 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1016 parameter: *ref_536 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mybinding language: *ref_1017 parameter: *ref_537 - - exampleValue: - schema: *ref_1 - rawValue: mybinding - language: *ref_1018 - parameter: *ref_538 - operation: *ref_1019 - operationGroup: *ref_995 + operation: *ref_1018 + operationGroup: *ref_994 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1019 - operationGroup: *ref_995 + operation: *ref_1018 + operationGroup: *ref_994 - operationId: Bindings_Update examples: - name: Bindings_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1019 + parameter: *ref_545 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1020 parameter: *ref_546 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1021 parameter: *ref_547 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mybinding language: *ref_1022 parameter: *ref_548 - - exampleValue: - schema: *ref_1 - rawValue: mybinding - language: *ref_1023 - parameter: *ref_549 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25452,28 +25438,28 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: null - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: xxxx - language: *ref_1009 + language: *ref_1008 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1002 - language: *ref_1003 - language: *ref_1024 - parameter: *ref_544 - operation: *ref_1025 - operationGroup: *ref_995 + language: *ref_1001 + language: *ref_1002 + language: *ref_1023 + parameter: *ref_543 + operation: *ref_1024 + operationGroup: *ref_994 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Update.json responses: '200': @@ -25490,21 +25476,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25516,36 +25502,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1026 + language: *ref_1001 + language: *ref_1002 + language: *ref_1025 '202': body: schema: *ref_99 @@ -25560,21 +25546,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25586,80 +25572,80 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1027 - headers: *ref_1028 - operation: *ref_1025 - operationGroup: *ref_995 + language: *ref_1001 + language: *ref_1002 + language: *ref_1026 + headers: *ref_1027 + operation: *ref_1024 + operationGroup: *ref_994 - operationId: Bindings_List examples: - name: Bindings_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1029 - parameter: *ref_557 + language: *ref_1028 + parameter: *ref_556 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1030 - parameter: *ref_558 + language: *ref_1029 + parameter: *ref_557 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1031 - parameter: *ref_559 - operation: *ref_1032 - operationGroup: *ref_995 + language: *ref_1030 + parameter: *ref_558 + operation: *ref_1031 + operationGroup: *ref_994 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_List.json responses: '200': body: - schema: *ref_560 + schema: *ref_559 parentsValue: {} properties: value: - schema: *ref_251 + schema: *ref_250 elements: - schema: *ref_99 parentsValue: @@ -25673,21 +25659,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25699,71 +25685,71 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1033 - language: *ref_1034 - operation: *ref_1032 - operationGroup: *ref_995 + language: *ref_1001 + language: *ref_1002 + language: *ref_1032 + language: *ref_1033 + operation: *ref_1031 + operationGroup: *ref_994 - operationId: Certificates_Get examples: - name: Certificates_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1035 - parameter: *ref_566 + language: *ref_1034 + parameter: *ref_565 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1036 - parameter: *ref_567 + language: *ref_1035 + parameter: *ref_566 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1037 - parameter: *ref_568 - operation: *ref_1038 - operationGroup: *ref_1039 + language: *ref_1036 + parameter: *ref_567 + operation: *ref_1037 + operationGroup: *ref_1038 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_Get.json responses: '200': @@ -25780,33 +25766,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1041 + language: *ref_1040 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -25814,94 +25800,94 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1049 - language: *ref_1050 - language: *ref_1051 - operation: *ref_1038 - operationGroup: *ref_1039 + language: *ref_1048 + language: *ref_1049 + language: *ref_1050 + operation: *ref_1037 + operationGroup: *ref_1038 - operationId: Certificates_CreateOrUpdate examples: - name: Certificates_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1052 - parameter: *ref_576 + language: *ref_1051 + parameter: *ref_575 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1053 - parameter: *ref_577 + language: *ref_1052 + parameter: *ref_576 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1054 - parameter: *ref_578 + language: *ref_1053 + parameter: *ref_577 - exampleValue: schema: *ref_100 parentsValue: {} properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1041 + language: *ref_1040 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1046 + language: *ref_1045 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1049 - language: *ref_1050 - language: *ref_1055 - parameter: *ref_574 - operation: *ref_1056 - operationGroup: *ref_1039 + language: *ref_1048 + language: *ref_1049 + language: *ref_1054 + parameter: *ref_573 + operation: *ref_1055 + operationGroup: *ref_1038 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_CreateOrUpdate.json responses: '200': @@ -25918,33 +25904,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1041 + language: *ref_1040 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -25952,37 +25938,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1049 - language: *ref_1050 - language: *ref_1057 + language: *ref_1048 + language: *ref_1049 + language: *ref_1056 '201': body: schema: *ref_100 @@ -25997,33 +25983,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1041 + language: *ref_1040 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -26031,37 +26017,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1049 - language: *ref_1050 - language: *ref_1058 + language: *ref_1048 + language: *ref_1049 + language: *ref_1057 '202': body: schema: *ref_100 @@ -26076,33 +26062,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1041 + language: *ref_1040 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -26110,118 +26096,118 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1049 - language: *ref_1050 - language: *ref_1059 - operation: *ref_1056 - operationGroup: *ref_1039 + language: *ref_1048 + language: *ref_1049 + language: *ref_1058 + operation: *ref_1055 + operationGroup: *ref_1038 - operationId: Certificates_Delete examples: - name: Certificates_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1060 - parameter: *ref_586 + language: *ref_1059 + parameter: *ref_585 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1061 - parameter: *ref_587 + language: *ref_1060 + parameter: *ref_586 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1062 - parameter: *ref_588 - operation: *ref_1063 - operationGroup: *ref_1039 + language: *ref_1061 + parameter: *ref_587 + operation: *ref_1062 + operationGroup: *ref_1038 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1063 - operationGroup: *ref_1039 + operation: *ref_1062 + operationGroup: *ref_1038 - operationId: Certificates_List examples: - name: Certificates_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1064 - parameter: *ref_594 + language: *ref_1063 + parameter: *ref_593 - exampleValue: schema: *ref_1 rawValue: myService - language: *ref_1065 - parameter: *ref_595 - operation: *ref_1066 - operationGroup: *ref_1039 + language: *ref_1064 + parameter: *ref_594 + operation: *ref_1065 + operationGroup: *ref_1038 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_List.json responses: '200': body: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: nextLink: - schema: *ref_159 + schema: *ref_158 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates?$page=2 - language: *ref_1067 + language: *ref_1066 value: - schema: *ref_253 + schema: *ref_252 elements: - schema: *ref_100 parentsValue: @@ -26235,33 +26221,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1041 + language: *ref_1040 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -26269,77 +26255,77 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1049 - language: *ref_1050 - language: *ref_1068 - language: *ref_1069 - operation: *ref_1066 - operationGroup: *ref_1039 + language: *ref_1048 + language: *ref_1049 + language: *ref_1067 + language: *ref_1068 + operation: *ref_1065 + operationGroup: *ref_1038 - operationId: CustomDomains_Get examples: - name: CustomDomains_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1069 + parameter: *ref_601 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1070 parameter: *ref_602 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1071 parameter: *ref_603 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydomain.com language: *ref_1072 parameter: *ref_604 - - exampleValue: - schema: *ref_1 - rawValue: mydomain.com - language: *ref_1073 - parameter: *ref_605 - operation: *ref_1074 - operationGroup: *ref_1075 + operation: *ref_1073 + operationGroup: *ref_1074 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Get.json responses: '200': @@ -26356,95 +26342,95 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1080 - operation: *ref_1074 - operationGroup: *ref_1075 + language: *ref_1077 + language: *ref_1078 + language: *ref_1079 + operation: *ref_1073 + operationGroup: *ref_1074 - operationId: CustomDomains_CreateOrUpdate examples: - name: CustomDomains_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1080 + parameter: *ref_612 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1081 parameter: *ref_613 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1082 parameter: *ref_614 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydomain.com language: *ref_1083 parameter: *ref_615 - - exampleValue: - schema: *ref_1 - rawValue: mydomain.com - language: *ref_1084 - parameter: *ref_616 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1085 - parameter: *ref_611 - operation: *ref_1086 - operationGroup: *ref_1075 + language: *ref_1077 + language: *ref_1078 + language: *ref_1084 + parameter: *ref_610 + operation: *ref_1085 + operationGroup: *ref_1074 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_CreateOrUpdate.json responses: '200': @@ -26461,37 +26447,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1087 + language: *ref_1077 + language: *ref_1078 + language: *ref_1086 '201': body: schema: *ref_101 @@ -26506,37 +26492,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1088 + language: *ref_1077 + language: *ref_1078 + language: *ref_1087 '202': body: schema: *ref_101 @@ -26551,139 +26537,139 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1089 - operation: *ref_1086 - operationGroup: *ref_1075 + language: *ref_1077 + language: *ref_1078 + language: *ref_1088 + operation: *ref_1085 + operationGroup: *ref_1074 - operationId: CustomDomains_Delete examples: - name: CustomDomains_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1089 + parameter: *ref_623 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1090 parameter: *ref_624 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1091 parameter: *ref_625 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydomain.com language: *ref_1092 parameter: *ref_626 - - exampleValue: - schema: *ref_1 - rawValue: mydomain.com - language: *ref_1093 - parameter: *ref_627 - operation: *ref_1094 - operationGroup: *ref_1075 + operation: *ref_1093 + operationGroup: *ref_1074 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1094 - operationGroup: *ref_1075 + operation: *ref_1093 + operationGroup: *ref_1074 - operationId: CustomDomains_Update examples: - name: CustomDomains_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1094 + parameter: *ref_634 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1095 parameter: *ref_635 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1096 parameter: *ref_636 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydomain.com language: *ref_1097 parameter: *ref_637 - - exampleValue: - schema: *ref_1 - rawValue: mydomain.com - language: *ref_1098 - parameter: *ref_638 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1099 - parameter: *ref_633 - operation: *ref_1100 - operationGroup: *ref_1075 + language: *ref_1077 + language: *ref_1078 + language: *ref_1098 + parameter: *ref_632 + operation: *ref_1099 + operationGroup: *ref_1074 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Update.json responses: '200': @@ -26700,37 +26686,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1101 + language: *ref_1077 + language: *ref_1078 + language: *ref_1100 '202': body: schema: *ref_101 @@ -26745,85 +26731,85 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1102 - headers: *ref_1103 - operation: *ref_1100 - operationGroup: *ref_1075 + language: *ref_1077 + language: *ref_1078 + language: *ref_1101 + headers: *ref_1102 + operation: *ref_1099 + operationGroup: *ref_1074 - operationId: CustomDomains_List examples: - name: CustomDomains_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1104 - parameter: *ref_646 + language: *ref_1103 + parameter: *ref_645 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1105 - parameter: *ref_647 + language: *ref_1104 + parameter: *ref_646 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1106 - parameter: *ref_648 - operation: *ref_1107 - operationGroup: *ref_1075 + language: *ref_1105 + parameter: *ref_647 + operation: *ref_1106 + operationGroup: *ref_1074 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_List.json responses: '200': body: - schema: *ref_649 + schema: *ref_648 parentsValue: {} properties: nextLink: - schema: *ref_166 + schema: *ref_165 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains?$page=2 - language: *ref_1108 + language: *ref_1107 value: - schema: *ref_254 + schema: *ref_253 elements: - schema: *ref_101 parentsValue: @@ -26837,77 +26823,77 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1109 - language: *ref_1110 - operation: *ref_1107 - operationGroup: *ref_1075 + language: *ref_1077 + language: *ref_1078 + language: *ref_1108 + language: *ref_1109 + operation: *ref_1106 + operationGroup: *ref_1074 - operationId: Deployments_Get examples: - name: Deployments_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1110 + parameter: *ref_654 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1111 parameter: *ref_655 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1112 parameter: *ref_656 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1113 parameter: *ref_657 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1114 - parameter: *ref_658 - operation: *ref_1115 - operationGroup: *ref_1116 + operation: *ref_1114 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Get.json responses: '200': @@ -26924,250 +26910,250 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1140 - operation: *ref_1115 - operationGroup: *ref_1116 + language: *ref_800 + language: *ref_1138 + language: *ref_1139 + operation: *ref_1114 + operationGroup: *ref_1115 - operationId: Deployments_CreateOrUpdate examples: - name: Deployments_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1140 + parameter: *ref_665 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1141 parameter: *ref_666 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1142 parameter: *ref_667 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1143 parameter: *ref_668 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1144 - parameter: *ref_669 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1129 + language: *ref_1128 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 - language: *ref_1137 + language: *ref_1133 + language: *ref_1134 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1145 - parameter: *ref_664 - operation: *ref_1146 - operationGroup: *ref_1116 + language: *ref_800 + language: *ref_1138 + language: *ref_1144 + parameter: *ref_663 + operation: *ref_1145 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_CreateOrUpdate.json responses: '200': @@ -27184,130 +27170,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1147 + language: *ref_800 + language: *ref_1138 + language: *ref_1146 '201': body: schema: *ref_102 @@ -27322,130 +27308,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1148 + language: *ref_800 + language: *ref_1138 + language: *ref_1147 '202': body: schema: *ref_102 @@ -27460,249 +27446,249 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1149 - operation: *ref_1146 - operationGroup: *ref_1116 + language: *ref_800 + language: *ref_1138 + language: *ref_1148 + operation: *ref_1145 + operationGroup: *ref_1115 - operationId: Deployments_Delete examples: - name: Deployments_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1149 + parameter: *ref_676 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1150 parameter: *ref_677 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1151 parameter: *ref_678 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1152 parameter: *ref_679 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1153 - parameter: *ref_680 - operation: *ref_1154 - operationGroup: *ref_1116 + operation: *ref_1153 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1154 - operationGroup: *ref_1116 + operation: *ref_1153 + operationGroup: *ref_1115 - operationId: Deployments_Update examples: - name: Deployments_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1154 + parameter: *ref_687 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1155 parameter: *ref_688 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1156 parameter: *ref_689 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1157 parameter: *ref_690 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1158 - parameter: *ref_691 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1129 + language: *ref_1128 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 - language: *ref_1137 - language: *ref_1159 - parameter: *ref_686 - operation: *ref_1160 - operationGroup: *ref_1116 + language: *ref_1133 + language: *ref_1134 + language: *ref_1136 + language: *ref_1158 + parameter: *ref_685 + operation: *ref_1159 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Update.json responses: '200': @@ -27719,130 +27705,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1161 + language: *ref_800 + language: *ref_1138 + language: *ref_1160 '202': body: schema: *ref_102 @@ -27857,174 +27843,174 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1162 - headers: *ref_1163 - operation: *ref_1160 - operationGroup: *ref_1116 + language: *ref_800 + language: *ref_1138 + language: *ref_1161 + headers: *ref_1162 + operation: *ref_1159 + operationGroup: *ref_1115 - operationId: Deployments_List examples: - name: Deployments_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1164 - parameter: *ref_703 + language: *ref_1163 + parameter: *ref_702 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1165 - parameter: *ref_704 + language: *ref_1164 + parameter: *ref_703 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1166 - parameter: *ref_705 - operation: *ref_1167 - operationGroup: *ref_1116 + language: *ref_1165 + parameter: *ref_704 + operation: *ref_1166 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_List.json responses: '200': body: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -28038,169 +28024,169 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1168 - language: *ref_1169 - operation: *ref_1167 - operationGroup: *ref_1116 + language: *ref_800 + language: *ref_1138 + language: *ref_1167 + language: *ref_1168 + operation: *ref_1166 + operationGroup: *ref_1115 - operationId: Deployments_ListForCluster examples: - name: Deployments_ListForCluster clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1170 - parameter: *ref_715 + language: *ref_1169 + parameter: *ref_714 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1171 - parameter: *ref_716 - operation: *ref_1172 - operationGroup: *ref_1116 + language: *ref_1170 + parameter: *ref_715 + operation: *ref_1171 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_ListForCluster.json responses: '200': body: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -28214,562 +28200,562 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1168 - language: *ref_1173 - operation: *ref_1172 - operationGroup: *ref_1116 + language: *ref_800 + language: *ref_1138 + language: *ref_1167 + language: *ref_1172 + operation: *ref_1171 + operationGroup: *ref_1115 - operationId: Deployments_Start examples: - name: Deployments_Start clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1173 + parameter: *ref_720 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1174 parameter: *ref_721 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1175 parameter: *ref_722 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1176 parameter: *ref_723 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1177 - parameter: *ref_724 - operation: *ref_1178 - operationGroup: *ref_1116 + operation: *ref_1177 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Start.json responses: '200': {} '202': - headers: *ref_1179 - operation: *ref_1178 - operationGroup: *ref_1116 + headers: *ref_1178 + operation: *ref_1177 + operationGroup: *ref_1115 - operationId: Deployments_Stop examples: - name: Deployments_Stop clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1179 + parameter: *ref_729 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1180 parameter: *ref_730 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1181 parameter: *ref_731 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1182 parameter: *ref_732 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1183 - parameter: *ref_733 - operation: *ref_1184 - operationGroup: *ref_1116 + operation: *ref_1183 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Stop.json responses: '200': {} '202': - headers: *ref_1185 - operation: *ref_1184 - operationGroup: *ref_1116 + headers: *ref_1184 + operation: *ref_1183 + operationGroup: *ref_1115 - operationId: Deployments_Restart examples: - name: Deployments_Restart clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1185 + parameter: *ref_738 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1186 parameter: *ref_739 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1187 parameter: *ref_740 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1188 parameter: *ref_741 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1189 - parameter: *ref_742 - operation: *ref_1190 - operationGroup: *ref_1116 + operation: *ref_1189 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Restart.json responses: '200': {} '202': - headers: *ref_1191 - operation: *ref_1190 - operationGroup: *ref_1116 + headers: *ref_1190 + operation: *ref_1189 + operationGroup: *ref_1115 - operationId: Deployments_GetLogFileUrl examples: - name: Deployments_GetLogFileUrl clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1191 + parameter: *ref_747 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1192 parameter: *ref_748 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1193 parameter: *ref_749 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1194 parameter: *ref_750 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1195 - parameter: *ref_751 - operation: *ref_1196 - operationGroup: *ref_1116 + operation: *ref_1195 + operationGroup: *ref_1115 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_GetLogFileUrl.json responses: '200': body: - schema: *ref_752 + schema: *ref_751 parentsValue: {} properties: url: - schema: *ref_175 + schema: *ref_174 rawValue: >- https://spring.blob.core.windows.net/logs/110ec0c337154d45b1f01daf2196c0bf/b58b0cb4ecdea3c65311b4ca8833fe47b6ae0a7500f87a8eb31e8379d3fe48f1-2019081312-42b7b90c-f108-4c09-b33d-1ea134f57f23?sv=2018-03-28&sr=b&sig=example-signature&se=2019-08-14T09%3A43%3A52Z&sp=r - language: *ref_1197 - language: *ref_1198 + language: *ref_1196 + language: *ref_1197 '204': {} - operation: *ref_1196 - operationGroup: *ref_1116 + operation: *ref_1195 + operationGroup: *ref_1115 - operationId: Operations_List examples: - name: Operations_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 methodParameters: [] - operation: *ref_1199 - operationGroup: *ref_1200 + operation: *ref_1198 + operationGroup: *ref_1199 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Operations_List.json responses: '200': body: - schema: *ref_758 + schema: *ref_757 parentsValue: {} properties: nextLink: - schema: *ref_201 + schema: *ref_200 rawValue: providers/Microsoft.AppPlatform?$skipToken={opaqueString} - language: *ref_1201 + language: *ref_1200 value: - schema: *ref_265 + schema: *ref_264 elements: - - schema: *ref_202 + - schema: *ref_201 parentsValue: {} properties: name: - schema: *ref_177 + schema: *ref_176 rawValue: Microsoft.AppPlatform/Spring/read - language: *ref_1202 + language: *ref_1201 display: - schema: *ref_203 + schema: *ref_202 parentsValue: {} properties: description: - schema: *ref_182 + schema: *ref_181 rawValue: Create or Update Managed Applications - language: *ref_1203 + language: *ref_1202 operation: - schema: *ref_181 + schema: *ref_180 rawValue: Create or Update Managed Applications - language: *ref_1204 + language: *ref_1203 provider: - schema: *ref_179 + schema: *ref_178 rawValue: Microsoft Azure Distributed Managed Service for Spring - language: *ref_1205 + language: *ref_1204 resource: - schema: *ref_180 + schema: *ref_179 rawValue: Managed Applications - language: *ref_1206 - language: *ref_1207 + language: *ref_1205 + language: *ref_1206 isDataAction: - schema: *ref_178 + schema: *ref_177 rawValue: false - language: *ref_1208 + language: *ref_1207 origin: - schema: *ref_184 + schema: *ref_183 rawValue: user,system - language: *ref_1209 + language: *ref_1208 properties: - schema: *ref_204 + schema: *ref_203 parentsValue: {} properties: serviceSpecification: - schema: *ref_205 + schema: *ref_204 rawValue: null - language: *ref_1210 - language: *ref_1211 - language: *ref_1212 - language: *ref_1213 - operation: *ref_1199 - operationGroup: *ref_1200 + language: *ref_1209 + language: *ref_1210 + language: *ref_1211 + language: *ref_1212 + operation: *ref_1198 + operationGroup: *ref_1199 - operationId: RuntimeVersions_ListRuntimeVersions examples: - name: RuntimeVersions_ListRuntimeVersions clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 methodParameters: [] - operation: *ref_1214 - operationGroup: *ref_1215 + operation: *ref_1213 + operationGroup: *ref_1214 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/RuntimeVersions_ListRuntimeVersions.json responses: '200': body: - schema: *ref_764 + schema: *ref_763 parentsValue: {} properties: value: - schema: *ref_266 + schema: *ref_265 elements: - - schema: *ref_212 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: Java - language: *ref_1216 + language: *ref_1215 value: - schema: *ref_209 + schema: *ref_208 rawValue: Java_8 - language: *ref_1217 + language: *ref_1216 version: - schema: *ref_211 + schema: *ref_210 rawValue: '8' - language: *ref_1218 - - schema: *ref_212 + language: *ref_1217 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: Java - language: *ref_1216 + language: *ref_1215 value: - schema: *ref_209 + schema: *ref_208 rawValue: Java_11 - language: *ref_1217 + language: *ref_1216 version: - schema: *ref_211 + schema: *ref_210 rawValue: '11' - language: *ref_1218 - - schema: *ref_212 + language: *ref_1217 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: .NET Core - language: *ref_1216 + language: *ref_1215 value: - schema: *ref_209 + schema: *ref_208 rawValue: NetCore_31 - language: *ref_1217 + language: *ref_1216 version: - schema: *ref_211 + schema: *ref_210 rawValue: '3.1' - language: *ref_1218 - language: *ref_1219 - language: *ref_1220 - operation: *ref_1214 - operationGroup: *ref_1215 + language: *ref_1217 + language: *ref_1218 + language: *ref_1219 + operation: *ref_1213 + operationGroup: *ref_1214 - operationId: Skus_List examples: - name: Skus_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: [] - operation: *ref_1221 - operationGroup: *ref_1222 + operation: *ref_1220 + operationGroup: *ref_1221 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Skus_List.json responses: '200': body: - schema: *ref_770 + schema: *ref_769 parentsValue: {} properties: value: - schema: *ref_277 + schema: *ref_276 elements: - - schema: *ref_232 + - schema: *ref_231 parentsValue: {} properties: name: - schema: *ref_214 + schema: *ref_213 rawValue: B0 - language: *ref_1223 + language: *ref_1222 capacity: - schema: *ref_233 + schema: *ref_232 parentsValue: {} properties: default: - schema: *ref_218 + schema: *ref_217 rawValue: 1 - language: *ref_1224 + language: *ref_1223 maximum: - schema: *ref_217 + schema: *ref_216 rawValue: 20 - language: *ref_1225 + language: *ref_1224 minimum: - schema: *ref_216 + schema: *ref_215 rawValue: 1 - language: *ref_1226 + language: *ref_1225 scaleType: - schema: *ref_219 + schema: *ref_218 rawValue: Automatic - language: *ref_1227 - language: *ref_1228 + language: *ref_1226 + language: *ref_1227 locationInfo: - schema: *ref_272 + schema: *ref_271 elements: - - schema: *ref_234 + - schema: *ref_233 parentsValue: {} properties: location: - schema: *ref_221 + schema: *ref_220 rawValue: eastus - language: *ref_1229 + language: *ref_1228 zoneDetails: - schema: *ref_271 + schema: *ref_270 elements: [] - language: *ref_1230 + language: *ref_1229 zones: - schema: *ref_268 + schema: *ref_267 elements: [] - language: *ref_1231 - language: *ref_1232 + language: *ref_1230 + language: *ref_1231 locations: - schema: *ref_267 + schema: *ref_266 elements: - - schema: *ref_220 + - schema: *ref_219 rawValue: eastus - language: *ref_1233 + language: *ref_1232 resourceType: - schema: *ref_213 + schema: *ref_212 rawValue: Spring - language: *ref_1234 + language: *ref_1233 restrictions: - schema: *ref_276 + schema: *ref_275 elements: [] - language: *ref_1235 + language: *ref_1234 tier: - schema: *ref_215 + schema: *ref_214 rawValue: Basic - language: *ref_1236 - language: *ref_1237 - language: *ref_1238 - operation: *ref_1221 - operationGroup: *ref_1222 + language: *ref_1235 + language: *ref_1236 + language: *ref_1237 + operation: *ref_1220 + operationGroup: *ref_1221 scenarioTests: - - &ref_1239 + - &ref_1238 _filePath: Microsoft.AppPlatform\preview\2020-11-01-preview\scenarios\Spring.yaml _swaggerFilePaths: - Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json @@ -28973,7 +28959,7 @@ testModel: userAssignedIdentity: '' scenarios: - description: Microsoft.AppPlatform/Spring - _scenarioDef: *ref_1239 + _scenarioDef: *ref_1238 requiredVariables: - customDomainName - mysqlKey @@ -29005,57 +28991,57 @@ testModel: name: ../examples/Services_CheckNameAvailability.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(location) - language: *ref_849 - parameter: *ref_353 + language: *ref_848 + parameter: *ref_352 - exampleValue: - schema: *ref_350 + schema: *ref_349 parentsValue: {} properties: name: - schema: *ref_161 + schema: *ref_160 rawValue: $(serviceName) - language: *ref_850 + language: *ref_849 type: - schema: *ref_160 + schema: *ref_159 rawValue: Microsoft.AppPlatform/Spring - language: *ref_851 - language: *ref_852 - parameter: *ref_351 - operation: *ref_853 - operationGroup: *ref_781 + language: *ref_850 + language: *ref_851 + parameter: *ref_350 + operation: *ref_852 + operationGroup: *ref_780 originalFile: '' responses: '200': body: - schema: *ref_354 + schema: *ref_353 parentsValue: {} properties: message: - schema: *ref_164 + schema: *ref_163 rawValue: The name is already used. - language: *ref_854 + language: *ref_853 nameAvailable: - schema: *ref_162 + schema: *ref_161 rawValue: false - language: *ref_855 + language: *ref_854 reason: - schema: *ref_163 + schema: *ref_162 rawValue: AlreadyExists - language: *ref_856 - language: *ref_857 + language: *ref_855 + language: *ref_856 outputVariables: {} outputVariablesModel: {} parameters: @@ -29084,26 +29070,26 @@ testModel: name: ../examples/Services_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_804 - parameter: *ref_293 + language: *ref_803 + parameter: *ref_292 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_805 - parameter: *ref_294 + language: *ref_804 + parameter: *ref_293 - exampleValue: schema: *ref_3 parentsValue: @@ -29114,38 +29100,38 @@ testModel: location: schema: *ref_106 rawValue: $(location) - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_799 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_806 - parameter: *ref_291 - operation: *ref_807 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_805 + parameter: *ref_290 + operation: *ref_806 + operationGroup: *ref_780 originalFile: '' responses: '200': @@ -29162,148 +29148,148 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_808 + language: *ref_800 + language: *ref_801 + language: *ref_807 '201': body: schema: *ref_3 @@ -29318,148 +29304,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_809 + language: *ref_800 + language: *ref_801 + language: *ref_808 '202': body: schema: *ref_3 @@ -29474,148 +29460,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_810 + language: *ref_800 + language: *ref_801 + language: *ref_809 outputVariables: {} outputVariablesModel: {} parameters: @@ -29759,28 +29745,28 @@ testModel: name: ../examples/Services_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_778 - parameter: *ref_283 + language: *ref_777 + parameter: *ref_282 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_779 - parameter: *ref_284 - operation: *ref_780 - operationGroup: *ref_781 + language: *ref_778 + parameter: *ref_283 + operation: *ref_779 + operationGroup: *ref_780 originalFile: '' responses: '200': @@ -29797,148 +29783,148 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_803 + language: *ref_800 + language: *ref_801 + language: *ref_802 outputVariables: {} outputVariablesModel: {} parameters: @@ -29998,26 +29984,26 @@ testModel: name: ../examples/Services_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_820 - parameter: *ref_311 + language: *ref_819 + parameter: *ref_310 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_821 - parameter: *ref_312 + language: *ref_820 + parameter: *ref_311 - exampleValue: schema: *ref_3 parentsValue: @@ -30028,7 +30014,7 @@ testModel: location: schema: *ref_106 rawValue: $(location) - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: @@ -30038,31 +30024,31 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_799 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_822 - parameter: *ref_309 - operation: *ref_823 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_821 + parameter: *ref_308 + operation: *ref_822 + operationGroup: *ref_780 originalFile: '' responses: '200': @@ -30079,21 +30065,21 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: @@ -30103,127 +30089,127 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_824 + language: *ref_800 + language: *ref_801 + language: *ref_823 '202': body: schema: *ref_3 @@ -30238,21 +30224,21 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: @@ -30262,128 +30248,128 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_825 - headers: &ref_1240 + language: *ref_800 + language: *ref_801 + language: *ref_824 + headers: &ref_1239 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -30488,7 +30474,7 @@ testModel: tags: created-by: api-test hello: world - headers: *ref_1240 + headers: *ref_1239 - type: restCall operationId: Services_DisableTestEndpoint description: Services_DisableTestEndpoint @@ -30497,34 +30483,34 @@ testModel: name: ../examples/Services_DisableTestEndpoint.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_842 - parameter: *ref_338 + language: *ref_841 + parameter: *ref_337 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_843 - parameter: *ref_339 - operation: *ref_844 - operationGroup: *ref_781 + language: *ref_842 + parameter: *ref_338 + operation: *ref_843 + operationGroup: *ref_780 originalFile: '' responses: '200': body: - rawValue: &ref_1242 {} - language: *ref_1241 + rawValue: &ref_1241 {} + language: *ref_1240 outputVariables: {} outputVariablesModel: {} parameters: @@ -30539,7 +30525,7 @@ testModel: variables: {} responses: '200': - body: *ref_1242 + body: *ref_1241 - type: restCall operationId: Services_EnableTestEndpoint description: Services_EnableTestEndpoint @@ -30548,56 +30534,56 @@ testModel: name: ../examples/Services_EnableTestEndpoint.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_845 - parameter: *ref_343 + language: *ref_844 + parameter: *ref_342 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_846 - parameter: *ref_344 - operation: *ref_847 - operationGroup: *ref_781 + language: *ref_845 + parameter: *ref_343 + operation: *ref_846 + operationGroup: *ref_780 originalFile: '' responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_848 + language: *ref_833 + language: *ref_847 outputVariables: {} outputVariablesModel: {} parameters: @@ -30626,66 +30612,66 @@ testModel: name: ../examples/Services_RegenerateTestKey.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_836 - parameter: *ref_331 + language: *ref_835 + parameter: *ref_330 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_837 - parameter: *ref_332 + language: *ref_836 + parameter: *ref_331 - exampleValue: - schema: *ref_328 + schema: *ref_327 parentsValue: {} properties: keyType: - schema: *ref_137 + schema: *ref_136 rawValue: Primary - language: *ref_838 - language: *ref_839 - parameter: *ref_329 - operation: *ref_840 - operationGroup: *ref_781 + language: *ref_837 + language: *ref_838 + parameter: *ref_328 + operation: *ref_839 + operationGroup: *ref_780 originalFile: '' responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_841 + language: *ref_833 + language: *ref_840 outputVariables: {} outputVariablesModel: {} parameters: @@ -30716,56 +30702,56 @@ testModel: name: ../examples/Services_ListTestKeys.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_827 - parameter: *ref_320 + language: *ref_826 + parameter: *ref_319 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_828 - parameter: *ref_321 - operation: *ref_829 - operationGroup: *ref_781 + language: *ref_827 + parameter: *ref_320 + operation: *ref_828 + operationGroup: *ref_780 originalFile: '' responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_835 + language: *ref_833 + language: *ref_834 outputVariables: {} outputVariablesModel: {} parameters: @@ -30794,52 +30780,52 @@ testModel: name: ../examples/Certificates_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1052 - parameter: *ref_576 + language: *ref_1051 + parameter: *ref_575 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1053 - parameter: *ref_577 + language: *ref_1052 + parameter: *ref_576 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1054 - parameter: *ref_578 + language: *ref_1053 + parameter: *ref_577 - exampleValue: schema: *ref_100 parentsValue: {} properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1046 + language: *ref_1045 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1049 - language: *ref_1050 - language: *ref_1055 - parameter: *ref_574 - operation: *ref_1056 - operationGroup: *ref_1039 + language: *ref_1048 + language: *ref_1049 + language: *ref_1054 + parameter: *ref_573 + operation: *ref_1055 + operationGroup: *ref_1038 originalFile: '' responses: '200': @@ -30856,29 +30842,29 @@ testModel: name: schema: *ref_104 rawValue: $(certificateName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/$(certificateName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -30886,37 +30872,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1049 - language: *ref_1050 - language: *ref_1057 + language: *ref_1048 + language: *ref_1049 + language: *ref_1056 '201': body: schema: *ref_100 @@ -30931,29 +30917,29 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -30961,37 +30947,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1049 - language: *ref_1050 - language: *ref_1058 + language: *ref_1048 + language: *ref_1049 + language: *ref_1057 '202': body: schema: *ref_100 @@ -31006,29 +30992,29 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -31036,37 +31022,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1049 - language: *ref_1050 - language: *ref_1059 + language: *ref_1048 + language: *ref_1049 + language: *ref_1058 outputVariables: {} outputVariablesModel: {} parameters: @@ -31150,33 +31136,33 @@ testModel: name: ../examples/Certificates_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1035 - parameter: *ref_566 + language: *ref_1034 + parameter: *ref_565 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1036 - parameter: *ref_567 + language: *ref_1035 + parameter: *ref_566 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1037 - parameter: *ref_568 - operation: *ref_1038 - operationGroup: *ref_1039 + language: *ref_1036 + parameter: *ref_567 + operation: *ref_1037 + operationGroup: *ref_1038 originalFile: '' responses: '200': @@ -31193,33 +31179,33 @@ testModel: name: schema: *ref_104 rawValue: $(certificateName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/$(certificateName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1041 + language: *ref_1040 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -31227,37 +31213,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1049 - language: *ref_1050 - language: *ref_1051 + language: *ref_1048 + language: *ref_1049 + language: *ref_1050 outputVariables: {} outputVariablesModel: {} parameters: @@ -31302,41 +31288,41 @@ testModel: name: ../examples/Certificates_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1064 - parameter: *ref_594 + language: *ref_1063 + parameter: *ref_593 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1065 - parameter: *ref_595 - operation: *ref_1066 - operationGroup: *ref_1039 + language: *ref_1064 + parameter: *ref_594 + operation: *ref_1065 + operationGroup: *ref_1038 originalFile: '' responses: '200': body: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: nextLink: - schema: *ref_159 + schema: *ref_158 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates?$page=2 - language: *ref_1067 + language: *ref_1066 value: - schema: *ref_253 + schema: *ref_252 elements: - schema: *ref_100 parentsValue: @@ -31350,33 +31336,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1040 + language: *ref_1039 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1041 + language: *ref_1040 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -31384,38 +31370,38 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1042 + language: *ref_1041 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1043 + language: *ref_1042 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1044 + language: *ref_1043 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1046 + language: *ref_1045 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1047 + language: *ref_1046 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1048 + language: *ref_1047 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1049 - language: *ref_1050 - language: *ref_1068 - language: *ref_1069 + language: *ref_1048 + language: *ref_1049 + language: *ref_1067 + language: *ref_1068 outputVariables: {} outputVariablesModel: {} parameters: @@ -31458,72 +31444,72 @@ testModel: name: ../examples/ConfigServers_Validate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_890 - parameter: *ref_403 + language: *ref_889 + parameter: *ref_402 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_891 - parameter: *ref_404 + language: *ref_890 + parameter: *ref_403 - exampleValue: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_871 - language: *ref_872 - language: *ref_892 - parameter: *ref_401 - operation: *ref_893 - operationGroup: *ref_867 + language: *ref_870 + language: *ref_871 + language: *ref_891 + parameter: *ref_400 + operation: *ref_892 + operationGroup: *ref_866 originalFile: '' responses: '200': body: - schema: *ref_405 + schema: *ref_404 parentsValue: {} properties: isValid: - schema: *ref_142 + schema: *ref_141 rawValue: true - language: *ref_894 - language: *ref_895 + language: *ref_893 + language: *ref_894 '202': body: - schema: *ref_405 + schema: *ref_404 parentsValue: {} properties: {} - language: *ref_896 - headers: &ref_1243 + language: *ref_895 + headers: &ref_1242 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -31552,7 +31538,7 @@ testModel: isValid: true '202': body: {} - headers: *ref_1243 + headers: *ref_1242 - type: restCall operationId: ConfigServers_UpdatePut description: ConfigServers_UpdatePut @@ -31561,63 +31547,63 @@ testModel: name: ../examples/ConfigServers_UpdatePut.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_877 - parameter: *ref_381 + language: *ref_876 + parameter: *ref_380 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_878 - parameter: *ref_382 + language: *ref_877 + parameter: *ref_381 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_871 - language: *ref_872 - language: *ref_873 - language: *ref_875 - language: *ref_879 - parameter: *ref_379 - operation: *ref_880 - operationGroup: *ref_867 + language: *ref_870 + language: *ref_871 + language: *ref_872 + language: *ref_874 + language: *ref_878 + parameter: *ref_378 + operation: *ref_879 + operationGroup: *ref_866 originalFile: '' responses: '200': @@ -31634,53 +31620,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_874 - language: *ref_875 - language: *ref_881 + language: *ref_873 + language: *ref_874 + language: *ref_880 '202': body: schema: *ref_96 @@ -31695,53 +31681,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_874 - language: *ref_875 - language: *ref_882 + language: *ref_873 + language: *ref_874 + language: *ref_881 outputVariables: {} outputVariablesModel: {} parameters: @@ -31797,53 +31783,53 @@ testModel: name: ../examples/ConfigServers_UpdatePatch.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_883 - parameter: *ref_392 + language: *ref_882 + parameter: *ref_391 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_884 - parameter: *ref_393 + language: *ref_883 + parameter: *ref_392 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_871 - language: *ref_872 - language: *ref_873 - language: *ref_875 - language: *ref_885 - parameter: *ref_390 - operation: *ref_886 - operationGroup: *ref_867 + language: *ref_870 + language: *ref_871 + language: *ref_872 + language: *ref_874 + language: *ref_884 + parameter: *ref_389 + operation: *ref_885 + operationGroup: *ref_866 originalFile: '' responses: '200': @@ -31860,43 +31846,43 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_874 - language: *ref_875 - language: *ref_887 + language: *ref_873 + language: *ref_874 + language: *ref_886 '202': body: schema: *ref_96 @@ -31911,44 +31897,44 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_874 - language: *ref_875 - language: *ref_888 - headers: &ref_1244 + language: *ref_873 + language: *ref_874 + language: *ref_887 + headers: &ref_1243 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -31991,7 +31977,7 @@ testModel: gitProperty: uri: https://github.com/azure-samples/spring-petclinic-microservices-config provisioningState: Updating - headers: *ref_1244 + headers: *ref_1243 - type: restCall operationId: ConfigServers_Get description: ConfigServers_Get @@ -32000,28 +31986,28 @@ testModel: name: ../examples/ConfigServers_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_864 - parameter: *ref_372 + language: *ref_863 + parameter: *ref_371 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_865 - parameter: *ref_373 - operation: *ref_866 - operationGroup: *ref_867 + language: *ref_864 + parameter: *ref_372 + operation: *ref_865 + operationGroup: *ref_866 originalFile: '' responses: '200': @@ -32038,53 +32024,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_869 + language: *ref_868 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_870 + language: *ref_869 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_871 - language: *ref_872 - language: *ref_873 + language: *ref_870 + language: *ref_871 + language: *ref_872 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_874 - language: *ref_875 - language: *ref_876 + language: *ref_873 + language: *ref_874 + language: *ref_875 outputVariables: {} outputVariablesModel: {} parameters: @@ -32119,51 +32105,51 @@ testModel: name: ../examples/MonitoringSettings_UpdatePut.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_910 - parameter: *ref_422 + language: *ref_909 + parameter: *ref_421 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_911 - parameter: *ref_423 + language: *ref_910 + parameter: *ref_422 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_905 + language: *ref_904 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_912 - parameter: *ref_420 - operation: *ref_913 - operationGroup: *ref_901 + language: *ref_906 + language: *ref_907 + language: *ref_911 + parameter: *ref_419 + operation: *ref_912 + operationGroup: *ref_900 originalFile: '' responses: '200': @@ -32180,50 +32166,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_914 + language: *ref_906 + language: *ref_907 + language: *ref_913 '202': body: schema: *ref_97 @@ -32238,50 +32224,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_915 + language: *ref_906 + language: *ref_907 + language: *ref_914 outputVariables: {} outputVariablesModel: {} parameters: @@ -32332,28 +32318,28 @@ testModel: name: ../examples/MonitoringSettings_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_898 - parameter: *ref_413 + language: *ref_897 + parameter: *ref_412 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_899 - parameter: *ref_414 - operation: *ref_900 - operationGroup: *ref_901 + language: *ref_898 + parameter: *ref_413 + operation: *ref_899 + operationGroup: *ref_900 originalFile: '' responses: '200': @@ -32370,50 +32356,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_909 + language: *ref_906 + language: *ref_907 + language: *ref_908 outputVariables: {} outputVariablesModel: {} parameters: @@ -32447,51 +32433,51 @@ testModel: name: ../examples/MonitoringSettings_UpdatePatch.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_916 - parameter: *ref_433 + language: *ref_915 + parameter: *ref_432 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_917 - parameter: *ref_434 + language: *ref_916 + parameter: *ref_433 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_905 + language: *ref_904 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_918 - parameter: *ref_431 - operation: *ref_919 - operationGroup: *ref_901 + language: *ref_906 + language: *ref_907 + language: *ref_917 + parameter: *ref_430 + operation: *ref_918 + operationGroup: *ref_900 originalFile: '' responses: '200': @@ -32508,50 +32494,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_920 + language: *ref_906 + language: *ref_907 + language: *ref_919 '202': body: schema: *ref_97 @@ -32566,51 +32552,51 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_902 - language: *ref_903 + language: *ref_901 + language: *ref_902 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_904 + language: *ref_903 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_905 + language: *ref_904 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_906 + language: *ref_905 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_907 - language: *ref_908 - language: *ref_921 - headers: &ref_1245 + language: *ref_906 + language: *ref_907 + language: *ref_920 + headers: &ref_1244 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -32657,7 +32643,7 @@ testModel: appInsightsSamplingRate: 100 provisioningState: Updating traceEnabled: true - headers: *ref_1245 + headers: *ref_1244 - type: restCall operationId: Apps_CreateOrUpdate description: Apps_CreateOrUpdate @@ -32666,72 +32652,72 @@ testModel: name: ../examples/Apps_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_949 - parameter: *ref_454 + language: *ref_948 + parameter: *ref_453 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_950 - parameter: *ref_455 + language: *ref_949 + parameter: *ref_454 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_951 - parameter: *ref_456 + language: *ref_950 + parameter: *ref_455 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 rawValue: null - language: *ref_931 + language: *ref_930 location: schema: *ref_51 rawValue: $(location) - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 public: schema: *ref_35 rawValue: false - language: *ref_942 - language: *ref_947 - language: *ref_952 - parameter: *ref_452 - operation: *ref_953 - operationGroup: *ref_927 + language: *ref_941 + language: *ref_946 + language: *ref_951 + parameter: *ref_451 + operation: *ref_952 + operationGroup: *ref_926 originalFile: '' responses: '200': @@ -32748,74 +32734,74 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: false - language: *ref_942 + language: *ref_941 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_954 + language: *ref_945 + language: *ref_946 + language: *ref_953 '201': body: schema: *ref_98 @@ -32830,74 +32816,74 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 provisioningState: schema: *ref_37 rawValue: Creating - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: false - language: *ref_942 + language: *ref_941 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_955 + language: *ref_945 + language: *ref_946 + language: *ref_954 '202': body: schema: *ref_98 @@ -32912,74 +32898,74 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: false - language: *ref_942 + language: *ref_941 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_956 + language: *ref_945 + language: *ref_946 + language: *ref_955 outputVariables: {} outputVariablesModel: {} parameters: @@ -33065,33 +33051,33 @@ testModel: name: ../examples/Apps_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_923 - parameter: *ref_445 + language: *ref_922 + parameter: *ref_444 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_924 - parameter: *ref_446 + language: *ref_923 + parameter: *ref_445 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_925 - parameter: *ref_447 - operation: *ref_926 - operationGroup: *ref_927 + language: *ref_924 + parameter: *ref_446 + operation: *ref_925 + operationGroup: *ref_926 originalFile: '' responses: '200': @@ -33108,104 +33094,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_948 + language: *ref_945 + language: *ref_946 + language: *ref_947 outputVariables: {} outputVariablesModel: {} parameters: @@ -33253,119 +33239,119 @@ testModel: name: ../examples/Deployments_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1140 + parameter: *ref_665 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1141 parameter: *ref_666 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1142 parameter: *ref_667 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1143 parameter: *ref_668 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1144 - parameter: *ref_669 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1129 + language: *ref_1128 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 - language: *ref_1137 + language: *ref_1133 + language: *ref_1134 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1145 - parameter: *ref_664 - operation: *ref_1146 - operationGroup: *ref_1116 + language: *ref_800 + language: *ref_1138 + language: *ref_1144 + parameter: *ref_663 + operation: *ref_1145 + operationGroup: *ref_1115 originalFile: '' responses: '200': @@ -33382,130 +33368,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1147 + language: *ref_800 + language: *ref_1138 + language: *ref_1146 '201': body: schema: *ref_102 @@ -33520,130 +33506,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1148 + language: *ref_800 + language: *ref_1138 + language: *ref_1147 '202': body: schema: *ref_102 @@ -33658,130 +33644,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1149 + language: *ref_800 + language: *ref_1138 + language: *ref_1148 outputVariables: {} outputVariablesModel: {} parameters: @@ -33920,38 +33906,38 @@ testModel: name: ../examples/Deployments_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1110 + parameter: *ref_654 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1111 parameter: *ref_655 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1112 parameter: *ref_656 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1113 parameter: *ref_657 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1114 - parameter: *ref_658 - operation: *ref_1115 - operationGroup: *ref_1116 + operation: *ref_1114 + operationGroup: *ref_1115 originalFile: '' responses: '200': @@ -33968,130 +33954,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1140 + language: *ref_800 + language: *ref_1138 + language: *ref_1139 outputVariables: {} outputVariablesModel: {} parameters: @@ -34149,111 +34135,111 @@ testModel: name: ../examples/Apps_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_961 - parameter: *ref_474 + language: *ref_960 + parameter: *ref_473 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_962 - parameter: *ref_475 + language: *ref_961 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_963 - parameter: *ref_476 + language: *ref_962 + parameter: *ref_475 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: null - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: null - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: $(location) - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 - language: *ref_940 + language: *ref_937 + language: *ref_939 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 - language: *ref_947 - language: *ref_964 - parameter: *ref_472 - operation: *ref_965 - operationGroup: *ref_927 + language: *ref_943 + language: *ref_944 + language: *ref_946 + language: *ref_963 + parameter: *ref_471 + operation: *ref_964 + operationGroup: *ref_926 originalFile: '' responses: '200': @@ -34270,104 +34256,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_966 + language: *ref_945 + language: *ref_946 + language: *ref_965 '202': body: schema: *ref_98 @@ -34382,105 +34368,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_967 - headers: &ref_1246 + language: *ref_945 + language: *ref_946 + language: *ref_966 + headers: &ref_1245 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -34567,7 +34553,7 @@ testModel: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: *ref_1246 + headers: *ref_1245 - type: restCall operationId: Apps_Update description: Apps_Update @@ -34576,111 +34562,111 @@ testModel: name: ../examples/Apps_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_961 - parameter: *ref_474 + language: *ref_960 + parameter: *ref_473 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_962 - parameter: *ref_475 + language: *ref_961 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_963 - parameter: *ref_476 + language: *ref_962 + parameter: *ref_475 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: null - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: null - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: $(location) - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_938 - language: *ref_940 + language: *ref_937 + language: *ref_939 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_944 - language: *ref_945 - language: *ref_947 - language: *ref_964 - parameter: *ref_472 - operation: *ref_965 - operationGroup: *ref_927 + language: *ref_943 + language: *ref_944 + language: *ref_946 + language: *ref_963 + parameter: *ref_471 + operation: *ref_964 + operationGroup: *ref_926 originalFile: '' responses: '200': @@ -34697,104 +34683,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_966 + language: *ref_945 + language: *ref_946 + language: *ref_965 '202': body: schema: *ref_98 @@ -34809,105 +34795,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_967 - headers: &ref_1247 + language: *ref_945 + language: *ref_946 + language: *ref_966 + headers: &ref_1246 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -34994,7 +34980,7 @@ testModel: mountPath: /tmpdisk sizeInGB: 3 url: myapp.myservice.azuremicroservices.io - headers: *ref_1247 + headers: *ref_1246 - type: restCall operationId: Apps_List description: Apps_List @@ -35003,37 +34989,37 @@ testModel: name: ../examples/Apps_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_969 - parameter: *ref_484 + language: *ref_968 + parameter: *ref_483 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_970 - parameter: *ref_485 - operation: *ref_971 - operationGroup: *ref_927 + language: *ref_969 + parameter: *ref_484 + operation: *ref_970 + operationGroup: *ref_926 originalFile: '' responses: '200': body: - schema: *ref_486 + schema: *ref_485 parentsValue: {} properties: value: - schema: *ref_250 + schema: *ref_249 elements: - schema: *ref_98 parentsValue: @@ -35047,105 +35033,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.$(serviceName).azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_972 - language: *ref_973 + language: *ref_945 + language: *ref_946 + language: *ref_971 + language: *ref_972 outputVariables: {} outputVariablesModel: {} parameters: @@ -35193,42 +35179,42 @@ testModel: name: ../examples/Bindings_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1004 + parameter: *ref_523 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1005 parameter: *ref_524 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1006 parameter: *ref_525 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(bindingName) language: *ref_1007 parameter: *ref_526 - - exampleValue: - schema: *ref_1 - rawValue: $(bindingName) - language: *ref_1008 - parameter: *ref_527 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35240,32 +35226,32 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: null - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1009 + language: *ref_1008 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_999 + language: *ref_998 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1002 - language: *ref_1003 - language: *ref_1010 - parameter: *ref_522 - operation: *ref_1011 - operationGroup: *ref_995 + language: *ref_1001 + language: *ref_1002 + language: *ref_1009 + parameter: *ref_521 + operation: *ref_1010 + operationGroup: *ref_994 originalFile: '' responses: '200': @@ -35282,21 +35268,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35308,40 +35294,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1009 + language: *ref_1008 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1012 + language: *ref_1001 + language: *ref_1002 + language: *ref_1011 '201': body: schema: *ref_99 @@ -35356,21 +35342,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35382,40 +35368,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1009 + language: *ref_1008 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1013 + language: *ref_1001 + language: *ref_1002 + language: *ref_1012 '202': body: schema: *ref_99 @@ -35430,21 +35416,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35456,40 +35442,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1009 + language: *ref_1008 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1014 + language: *ref_1001 + language: *ref_1002 + language: *ref_1013 outputVariables: {} outputVariablesModel: {} parameters: @@ -35583,42 +35569,42 @@ testModel: name: ../examples/Bindings_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1019 + parameter: *ref_545 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1020 parameter: *ref_546 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1021 parameter: *ref_547 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(bindingName) language: *ref_1022 parameter: *ref_548 - - exampleValue: - schema: *ref_1 - rawValue: $(bindingName) - language: *ref_1023 - parameter: *ref_549 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35626,31 +35612,31 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1248 + rawValue: &ref_1247 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: null - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1009 + language: *ref_1008 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1002 - language: *ref_1003 - language: *ref_1024 - parameter: *ref_544 - operation: *ref_1025 - operationGroup: *ref_995 + language: *ref_1001 + language: *ref_1002 + language: *ref_1023 + parameter: *ref_543 + operation: *ref_1024 + operationGroup: *ref_994 originalFile: '' responses: '200': @@ -35667,21 +35653,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35689,43 +35675,43 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1249 + rawValue: &ref_1248 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1009 + language: *ref_1008 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1026 + language: *ref_1001 + language: *ref_1002 + language: *ref_1025 '202': body: schema: *ref_99 @@ -35740,21 +35726,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35762,44 +35748,44 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1250 + rawValue: &ref_1249 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1009 + language: *ref_1008 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1027 - headers: &ref_1251 + language: *ref_1001 + language: *ref_1002 + language: *ref_1026 + headers: &ref_1250 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -35813,7 +35799,7 @@ testModel: bindingResource: properties: bindingParameters: - anotherLayer: *ref_1248 + anotherLayer: *ref_1247 createdAt: null generatedProperties: null key: $(mysqlKey) @@ -35837,7 +35823,7 @@ testModel: id: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) properties: bindingParameters: - anotherLayer: *ref_1249 + anotherLayer: *ref_1248 createdAt: '2019-01-01T12:34:56.000Z' generatedProperties: |- spring.datasource.url=jdbc:mysql://localhost:3306/test @@ -35855,7 +35841,7 @@ testModel: id: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding properties: bindingParameters: - anotherLayer: *ref_1250 + anotherLayer: *ref_1249 createdAt: '2019-01-01T12:34:56.000Z' generatedProperties: |- spring.datasource.url=jdbc:mysql://localhost:3306/test @@ -35866,7 +35852,7 @@ testModel: resourceName: my-cosmosdb-1 resourceType: Microsoft.DocumentDB updatedAt: '2019-01-01T12:34:56.000Z' - headers: *ref_1251 + headers: *ref_1250 - type: restCall operationId: Bindings_Get description: Bindings_Get @@ -35875,38 +35861,38 @@ testModel: name: ../examples/Bindings_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_989 + parameter: *ref_512 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_990 parameter: *ref_513 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_991 parameter: *ref_514 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(bindingName) language: *ref_992 parameter: *ref_515 - - exampleValue: - schema: *ref_1 - rawValue: $(bindingName) - language: *ref_993 - parameter: *ref_516 - operation: *ref_994 - operationGroup: *ref_995 + operation: *ref_993 + operationGroup: *ref_994 originalFile: '' responses: '200': @@ -35923,21 +35909,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35949,36 +35935,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1004 + language: *ref_1001 + language: *ref_1002 + language: *ref_1003 outputVariables: {} outputVariablesModel: {} parameters: @@ -36023,42 +36009,42 @@ testModel: name: ../examples/Bindings_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1029 - parameter: *ref_557 + language: *ref_1028 + parameter: *ref_556 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1030 - parameter: *ref_558 + language: *ref_1029 + parameter: *ref_557 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1031 - parameter: *ref_559 - operation: *ref_1032 - operationGroup: *ref_995 + language: *ref_1030 + parameter: *ref_558 + operation: *ref_1031 + operationGroup: *ref_994 originalFile: '' responses: '200': body: - schema: *ref_560 + schema: *ref_559 parentsValue: {} properties: value: - schema: *ref_251 + schema: *ref_250 elements: - schema: *ref_99 parentsValue: @@ -36072,21 +36058,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -36098,37 +36084,37 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_996 + language: *ref_995 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_997 + language: *ref_996 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_998 + language: *ref_997 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_999 + language: *ref_998 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1000 + language: *ref_999 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1001 + language: *ref_1000 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1002 - language: *ref_1003 - language: *ref_1033 - language: *ref_1034 + language: *ref_1001 + language: *ref_1002 + language: *ref_1032 + language: *ref_1033 outputVariables: {} outputVariablesModel: {} parameters: @@ -36170,44 +36156,44 @@ testModel: name: ../examples/Bindings_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1014 + parameter: *ref_534 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1015 parameter: *ref_535 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1016 parameter: *ref_536 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(bindingName) language: *ref_1017 parameter: *ref_537 - - exampleValue: - schema: *ref_1 - rawValue: $(bindingName) - language: *ref_1018 - parameter: *ref_538 - operation: *ref_1019 - operationGroup: *ref_995 + operation: *ref_1018 + operationGroup: *ref_994 originalFile: '' responses: '200': body: - rawValue: &ref_1253 {} - language: *ref_1252 + rawValue: &ref_1252 {} + language: *ref_1251 '202': {} '204': {} outputVariables: {} @@ -36229,7 +36215,7 @@ testModel: value: mysql-binding responses: '200': - body: *ref_1253 + body: *ref_1252 '202': {} '204': {} - type: restCall @@ -36240,59 +36226,59 @@ testModel: name: ../examples/Apps_ValidateDomain.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_981 - parameter: *ref_504 + language: *ref_980 + parameter: *ref_503 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_982 - parameter: *ref_505 + language: *ref_981 + parameter: *ref_504 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_983 - parameter: *ref_506 + language: *ref_982 + parameter: *ref_505 - exampleValue: - schema: *ref_501 + schema: *ref_500 parentsValue: {} properties: name: - schema: *ref_167 + schema: *ref_166 rawValue: $(customDomainName) - language: *ref_984 - language: *ref_985 - parameter: *ref_502 - operation: *ref_986 - operationGroup: *ref_927 + language: *ref_983 + language: *ref_984 + parameter: *ref_501 + operation: *ref_985 + operationGroup: *ref_926 originalFile: '' responses: '200': body: - schema: *ref_507 + schema: *ref_506 parentsValue: {} properties: isValid: - schema: *ref_168 + schema: *ref_167 rawValue: false - language: *ref_987 + language: *ref_986 message: - schema: *ref_169 + schema: *ref_168 rawValue: Certificate is invalid, please check if it is a self signed cert or if it contains a suitable dns name - language: *ref_988 - language: *ref_989 + language: *ref_987 + language: *ref_988 outputVariables: {} outputVariablesModel: {} parameters: @@ -36321,53 +36307,53 @@ testModel: name: ../examples/CustomDomains_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1080 + parameter: *ref_612 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1081 parameter: *ref_613 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1082 parameter: *ref_614 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(domainName) language: *ref_1083 parameter: *ref_615 - - exampleValue: - schema: *ref_1 - rawValue: $(domainName) - language: *ref_1084 - parameter: *ref_616 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1077 - language: *ref_1079 - language: *ref_1085 - parameter: *ref_611 - operation: *ref_1086 - operationGroup: *ref_1075 + language: *ref_1076 + language: *ref_1078 + language: *ref_1084 + parameter: *ref_610 + operation: *ref_1085 + operationGroup: *ref_1074 originalFile: '' responses: '200': @@ -36384,33 +36370,33 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1077 - language: *ref_1079 - language: *ref_1087 + language: *ref_1076 + language: *ref_1078 + language: *ref_1086 '201': body: schema: *ref_101 @@ -36425,33 +36411,33 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1077 - language: *ref_1079 - language: *ref_1088 + language: *ref_1076 + language: *ref_1078 + language: *ref_1087 '202': body: schema: *ref_101 @@ -36466,33 +36452,33 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1077 - language: *ref_1079 - language: *ref_1089 + language: *ref_1076 + language: *ref_1078 + language: *ref_1088 outputVariables: {} outputVariablesModel: {} parameters: @@ -36546,53 +36532,53 @@ testModel: name: ../examples/CustomDomains_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1094 + parameter: *ref_634 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1095 parameter: *ref_635 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1096 parameter: *ref_636 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(domainName) language: *ref_1097 parameter: *ref_637 - - exampleValue: - schema: *ref_1 - rawValue: $(domainName) - language: *ref_1098 - parameter: *ref_638 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1077 - language: *ref_1079 - language: *ref_1099 - parameter: *ref_633 - operation: *ref_1100 - operationGroup: *ref_1075 + language: *ref_1076 + language: *ref_1078 + language: *ref_1098 + parameter: *ref_632 + operation: *ref_1099 + operationGroup: *ref_1074 originalFile: '' responses: '200': @@ -36609,33 +36595,33 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1077 - language: *ref_1079 - language: *ref_1101 + language: *ref_1076 + language: *ref_1078 + language: *ref_1100 '202': body: schema: *ref_101 @@ -36650,34 +36636,34 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1077 - language: *ref_1079 - language: *ref_1102 - headers: &ref_1254 + language: *ref_1076 + language: *ref_1078 + language: *ref_1101 + headers: &ref_1253 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -36719,7 +36705,7 @@ testModel: properties: appName: myapp certName: asc-certificate - headers: *ref_1254 + headers: *ref_1253 - type: restCall operationId: CustomDomains_Get description: CustomDomains_Get @@ -36728,38 +36714,38 @@ testModel: name: ../examples/CustomDomains_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1069 + parameter: *ref_601 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1070 parameter: *ref_602 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1071 parameter: *ref_603 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(domainName) language: *ref_1072 parameter: *ref_604 - - exampleValue: - schema: *ref_1 - rawValue: $(domainName) - language: *ref_1073 - parameter: *ref_605 - operation: *ref_1074 - operationGroup: *ref_1075 + operation: *ref_1073 + operationGroup: *ref_1074 originalFile: '' responses: '200': @@ -36776,37 +36762,37 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1080 + language: *ref_1077 + language: *ref_1078 + language: *ref_1079 outputVariables: {} outputVariablesModel: {} parameters: @@ -36842,46 +36828,46 @@ testModel: name: ../examples/CustomDomains_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1104 - parameter: *ref_646 + language: *ref_1103 + parameter: *ref_645 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1105 - parameter: *ref_647 + language: *ref_1104 + parameter: *ref_646 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1106 - parameter: *ref_648 - operation: *ref_1107 - operationGroup: *ref_1075 + language: *ref_1105 + parameter: *ref_647 + operation: *ref_1106 + operationGroup: *ref_1074 originalFile: '' responses: '200': body: - schema: *ref_649 + schema: *ref_648 parentsValue: {} properties: nextLink: - schema: *ref_166 + schema: *ref_165 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains?$page=2 - language: *ref_1108 + language: *ref_1107 value: - schema: *ref_254 + schema: *ref_253 elements: - schema: *ref_101 parentsValue: @@ -36895,38 +36881,38 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1076 + language: *ref_1075 certName: schema: *ref_72 rawValue: mycert - language: *ref_1077 + language: *ref_1076 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1078 - language: *ref_1079 - language: *ref_1109 - language: *ref_1110 + language: *ref_1077 + language: *ref_1078 + language: *ref_1108 + language: *ref_1109 outputVariables: {} outputVariablesModel: {} parameters: @@ -36960,50 +36946,50 @@ testModel: name: ../examples/Apps_GetResourceUploadUrl.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_974 - parameter: *ref_492 + language: *ref_973 + parameter: *ref_491 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_975 - parameter: *ref_493 + language: *ref_974 + parameter: *ref_492 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_976 - parameter: *ref_494 - operation: *ref_977 - operationGroup: *ref_927 + language: *ref_975 + parameter: *ref_493 + operation: *ref_976 + operationGroup: *ref_926 originalFile: '' responses: '200': body: - schema: *ref_495 + schema: *ref_494 parentsValue: {} properties: relativePath: - schema: *ref_154 + schema: *ref_153 rawValue: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777 - language: *ref_978 + language: *ref_977 uploadUrl: - schema: *ref_155 + schema: *ref_154 rawValue: >- https://springcloudstorageaccount.file.core.windows.net/bd172614181f42e2853f6fd90029cda8/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777?sv=2018-03-28&sr=f&sig=SampleSignature&se=2019-08-01T10%3A42%3A21Z&sp=w - language: *ref_979 - language: *ref_980 + language: *ref_978 + language: *ref_979 outputVariables: relativePath: fromResponse: /relativePath @@ -37013,10 +36999,10 @@ testModel: outputVariablesModel: relativePath: - type: object - languages: *ref_978 + languages: *ref_977 uploadUrl: - type: object - languages: *ref_979 + languages: *ref_978 parameters: api-version: 2020-11-01-preview appName: $(appName) @@ -37082,119 +37068,119 @@ testModel: name: ../examples/Deployments_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1140 + parameter: *ref_665 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1141 parameter: *ref_666 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1142 parameter: *ref_667 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1143 parameter: *ref_668 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1144 - parameter: *ref_669 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1129 + language: *ref_1128 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 - language: *ref_1137 + language: *ref_1133 + language: *ref_1134 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1145 - parameter: *ref_664 - operation: *ref_1146 - operationGroup: *ref_1116 + language: *ref_800 + language: *ref_1138 + language: *ref_1144 + parameter: *ref_663 + operation: *ref_1145 + operationGroup: *ref_1115 originalFile: '' responses: '200': @@ -37211,130 +37197,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1147 + language: *ref_800 + language: *ref_1138 + language: *ref_1146 '201': body: schema: *ref_102 @@ -37349,130 +37335,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1148 + language: *ref_800 + language: *ref_1138 + language: *ref_1147 '202': body: schema: *ref_102 @@ -37487,130 +37473,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: myapp - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1149 + language: *ref_800 + language: *ref_1138 + language: *ref_1148 outputVariables: {} outputVariablesModel: {} parameters: @@ -37749,111 +37735,111 @@ testModel: name: ../examples/Apps_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_961 - parameter: *ref_474 + language: *ref_960 + parameter: *ref_473 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_962 - parameter: *ref_475 + language: *ref_961 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_963 - parameter: *ref_476 + language: *ref_962 + parameter: *ref_475 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: null - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: null - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: $(location) - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 - language: *ref_940 + language: *ref_937 + language: *ref_939 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 - language: *ref_947 - language: *ref_964 - parameter: *ref_472 - operation: *ref_965 - operationGroup: *ref_927 + language: *ref_943 + language: *ref_944 + language: *ref_946 + language: *ref_963 + parameter: *ref_471 + operation: *ref_964 + operationGroup: *ref_926 originalFile: '' responses: '200': @@ -37870,104 +37856,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_966 + language: *ref_945 + language: *ref_946 + language: *ref_965 '202': body: schema: *ref_98 @@ -37982,105 +37968,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_928 + language: *ref_927 principalId: schema: *ref_49 rawValue: principalid - language: *ref_929 + language: *ref_928 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_930 - language: *ref_931 + language: *ref_929 + language: *ref_930 location: schema: *ref_51 rawValue: eastus - language: *ref_932 + language: *ref_931 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_933 + language: *ref_932 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_934 + language: *ref_933 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_935 + language: *ref_934 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_936 + language: *ref_935 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_937 + language: *ref_936 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_938 + language: *ref_937 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_939 - language: *ref_940 + language: *ref_938 + language: *ref_939 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_941 + language: *ref_940 public: schema: *ref_35 rawValue: true - language: *ref_942 + language: *ref_941 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_943 + language: *ref_942 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_944 - language: *ref_945 + language: *ref_943 + language: *ref_944 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_946 - language: *ref_947 - language: *ref_967 - headers: &ref_1255 + language: *ref_945 + language: *ref_946 + language: *ref_966 + headers: &ref_1254 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -38167,7 +38153,7 @@ testModel: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: *ref_1255 + headers: *ref_1254 - type: restCall operationId: Deployments_Restart description: Deployments_Restart @@ -38176,46 +38162,46 @@ testModel: name: ../examples/Deployments_Restart.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1185 + parameter: *ref_738 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1186 parameter: *ref_739 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1187 parameter: *ref_740 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1188 parameter: *ref_741 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1189 - parameter: *ref_742 - operation: *ref_1190 - operationGroup: *ref_1116 + operation: *ref_1189 + operationGroup: *ref_1115 originalFile: '' responses: '200': body: - rawValue: &ref_1257 {} - language: *ref_1256 + rawValue: &ref_1256 {} + language: *ref_1255 '202': - headers: &ref_1258 + headers: &ref_1257 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -38236,9 +38222,9 @@ testModel: value: blue responses: '200': - body: *ref_1257 + body: *ref_1256 '202': - headers: *ref_1258 + headers: *ref_1257 - type: restCall operationId: Deployments_Stop description: Deployments_Stop @@ -38247,46 +38233,46 @@ testModel: name: ../examples/Deployments_Stop.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1179 + parameter: *ref_729 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1180 parameter: *ref_730 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1181 parameter: *ref_731 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1182 parameter: *ref_732 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1183 - parameter: *ref_733 - operation: *ref_1184 - operationGroup: *ref_1116 + operation: *ref_1183 + operationGroup: *ref_1115 originalFile: '' responses: '200': body: - rawValue: &ref_1260 {} - language: *ref_1259 + rawValue: &ref_1259 {} + language: *ref_1258 '202': - headers: &ref_1261 + headers: &ref_1260 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -38307,9 +38293,9 @@ testModel: value: blue responses: '200': - body: *ref_1260 + body: *ref_1259 '202': - headers: *ref_1261 + headers: *ref_1260 - type: restCall operationId: Deployments_Start description: Deployments_Start @@ -38318,46 +38304,46 @@ testModel: name: ../examples/Deployments_Start.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1173 + parameter: *ref_720 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1174 parameter: *ref_721 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1175 parameter: *ref_722 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1176 parameter: *ref_723 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1177 - parameter: *ref_724 - operation: *ref_1178 - operationGroup: *ref_1116 + operation: *ref_1177 + operationGroup: *ref_1115 originalFile: '' responses: '200': body: - rawValue: &ref_1263 {} - language: *ref_1262 + rawValue: &ref_1262 {} + language: *ref_1261 '202': - headers: &ref_1264 + headers: &ref_1263 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -38378,9 +38364,9 @@ testModel: value: blue responses: '200': - body: *ref_1263 + body: *ref_1262 '202': - headers: *ref_1264 + headers: *ref_1263 - type: restCall operationId: Deployments_GetLogFileUrl description: Deployments_GetLogFileUrl @@ -38389,51 +38375,51 @@ testModel: name: ../examples/Deployments_GetLogFileUrl.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1191 + parameter: *ref_747 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1192 parameter: *ref_748 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1193 parameter: *ref_749 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1194 parameter: *ref_750 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1195 - parameter: *ref_751 - operation: *ref_1196 - operationGroup: *ref_1116 + operation: *ref_1195 + operationGroup: *ref_1115 originalFile: '' responses: '200': body: - schema: *ref_752 + schema: *ref_751 parentsValue: {} properties: url: - schema: *ref_175 + schema: *ref_174 rawValue: >- https://spring.blob.core.windows.net/logs/110ec0c337154d45b1f01daf2196c0bf/b58b0cb4ecdea3c65311b4ca8833fe47b6ae0a7500f87a8eb31e8379d3fe48f1-2019081312-42b7b90c-f108-4c09-b33d-1ea134f57f23?sv=2018-03-28&sr=b&sig=example-signature&se=2019-08-14T09%3A43%3A52Z&sp=r - language: *ref_1197 - language: *ref_1198 + language: *ref_1196 + language: *ref_1197 '204': {} outputVariables: {} outputVariablesModel: {} @@ -38466,42 +38452,42 @@ testModel: name: ../examples/Deployments_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1164 - parameter: *ref_703 + language: *ref_1163 + parameter: *ref_702 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1165 - parameter: *ref_704 + language: *ref_1164 + parameter: *ref_703 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1166 - parameter: *ref_705 - operation: *ref_1167 - operationGroup: *ref_1116 + language: *ref_1165 + parameter: *ref_704 + operation: *ref_1166 + operationGroup: *ref_1115 originalFile: '' responses: '200': body: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -38515,131 +38501,131 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1168 - language: *ref_1169 + language: *ref_800 + language: *ref_1138 + language: *ref_1167 + language: *ref_1168 outputVariables: {} outputVariablesModel: {} parameters: @@ -38694,37 +38680,37 @@ testModel: name: ../examples/Deployments_ListForCluster.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1170 - parameter: *ref_715 + language: *ref_1169 + parameter: *ref_714 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1171 - parameter: *ref_716 - operation: *ref_1172 - operationGroup: *ref_1116 + language: *ref_1170 + parameter: *ref_715 + operation: *ref_1171 + operationGroup: *ref_1115 originalFile: '' responses: '200': body: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -38738,131 +38724,131 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_868 + language: *ref_867 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1117 + language: *ref_1116 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1118 + language: *ref_1117 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1119 + language: *ref_1118 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1120 + language: *ref_1119 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1121 + language: *ref_1120 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1122 + language: *ref_1121 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1123 - language: *ref_1124 + language: *ref_1122 + language: *ref_1123 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1125 + language: *ref_1124 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1126 + language: *ref_1125 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1127 + language: *ref_1126 status: schema: *ref_89 rawValue: Running - language: *ref_1128 - language: *ref_1129 + language: *ref_1127 + language: *ref_1128 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1130 + language: *ref_1129 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1131 + language: *ref_1130 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1132 + language: *ref_1131 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1133 + language: *ref_1132 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 status: schema: *ref_85 rawValue: Running - language: *ref_1136 - language: *ref_1137 + language: *ref_1135 + language: *ref_1136 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1138 + language: *ref_1137 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1139 - language: *ref_1168 - language: *ref_1173 + language: *ref_800 + language: *ref_1138 + language: *ref_1167 + language: *ref_1172 outputVariables: {} outputVariablesModel: {} parameters: @@ -38917,32 +38903,32 @@ testModel: name: ../examples/Services_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_861 - parameter: *ref_366 - operation: *ref_862 - operationGroup: *ref_781 + language: *ref_860 + parameter: *ref_365 + operation: *ref_861 + operationGroup: *ref_780 originalFile: '' responses: '200': body: - schema: *ref_360 + schema: *ref_359 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -38956,149 +38942,149 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_859 - language: *ref_863 + language: *ref_800 + language: *ref_801 + language: *ref_858 + language: *ref_862 outputVariables: {} outputVariablesModel: {} parameters: @@ -39158,27 +39144,27 @@ testModel: name: ../examples/Services_ListBySubscription.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: [] - operation: *ref_858 - operationGroup: *ref_781 + operation: *ref_857 + operationGroup: *ref_780 originalFile: '' responses: '200': body: - schema: *ref_360 + schema: *ref_359 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -39192,149 +39178,149 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_859 - language: *ref_860 + language: *ref_800 + language: *ref_801 + language: *ref_858 + language: *ref_859 outputVariables: {} outputVariablesModel: {} parameters: @@ -39393,44 +39379,44 @@ testModel: name: ../examples/Deployments_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1149 + parameter: *ref_676 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1150 parameter: *ref_677 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1151 parameter: *ref_678 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1152 parameter: *ref_679 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1153 - parameter: *ref_680 - operation: *ref_1154 - operationGroup: *ref_1116 + operation: *ref_1153 + operationGroup: *ref_1115 originalFile: '' responses: '200': body: - rawValue: &ref_1266 {} - language: *ref_1265 + rawValue: &ref_1265 {} + language: *ref_1264 '202': {} '204': {} outputVariables: {} @@ -39452,7 +39438,7 @@ testModel: value: blue responses: '200': - body: *ref_1266 + body: *ref_1265 '202': {} '204': {} - type: restCall @@ -39463,44 +39449,44 @@ testModel: name: ../examples/CustomDomains_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1089 + parameter: *ref_623 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1090 parameter: *ref_624 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1091 parameter: *ref_625 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(domainName) language: *ref_1092 parameter: *ref_626 - - exampleValue: - schema: *ref_1 - rawValue: $(domainName) - language: *ref_1093 - parameter: *ref_627 - operation: *ref_1094 - operationGroup: *ref_1075 + operation: *ref_1093 + operationGroup: *ref_1074 originalFile: '' responses: '200': body: - rawValue: &ref_1268 {} - language: *ref_1267 + rawValue: &ref_1267 {} + language: *ref_1266 '202': {} '204': {} outputVariables: {} @@ -39522,7 +39508,7 @@ testModel: value: $(dnsCname).$(customDomainName) responses: '200': - body: *ref_1268 + body: *ref_1267 '202': {} '204': {} - type: restCall @@ -39533,39 +39519,39 @@ testModel: name: ../examples/Apps_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_957 - parameter: *ref_464 + language: *ref_956 + parameter: *ref_463 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_958 - parameter: *ref_465 + language: *ref_957 + parameter: *ref_464 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_959 - parameter: *ref_466 - operation: *ref_960 - operationGroup: *ref_927 + language: *ref_958 + parameter: *ref_465 + operation: *ref_959 + operationGroup: *ref_926 originalFile: '' responses: '200': body: - rawValue: &ref_1270 {} - language: *ref_1269 + rawValue: &ref_1269 {} + language: *ref_1268 '202': {} '204': {} outputVariables: {} @@ -39586,7 +39572,7 @@ testModel: value: app01 responses: '200': - body: *ref_1270 + body: *ref_1269 '202': {} '204': {} - type: restCall @@ -39597,39 +39583,39 @@ testModel: name: ../examples/Certificates_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1060 - parameter: *ref_586 + language: *ref_1059 + parameter: *ref_585 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1061 - parameter: *ref_587 + language: *ref_1060 + parameter: *ref_586 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1062 - parameter: *ref_588 - operation: *ref_1063 - operationGroup: *ref_1039 + language: *ref_1061 + parameter: *ref_587 + operation: *ref_1062 + operationGroup: *ref_1038 originalFile: '' responses: '200': body: - rawValue: &ref_1272 {} - language: *ref_1271 + rawValue: &ref_1271 {} + language: *ref_1270 '202': {} '204': {} outputVariables: {} @@ -39650,7 +39636,7 @@ testModel: value: asc-certificate responses: '200': - body: *ref_1272 + body: *ref_1271 '202': {} '204': {} - type: restCall @@ -39661,35 +39647,35 @@ testModel: name: ../examples/Services_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_816 - parameter: *ref_302 + language: *ref_815 + parameter: *ref_301 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_817 - parameter: *ref_303 - operation: *ref_818 - operationGroup: *ref_781 + language: *ref_816 + parameter: *ref_302 + operation: *ref_817 + operationGroup: *ref_780 originalFile: '' responses: '202': body: - rawValue: &ref_1274 {} - language: *ref_1273 - headers: &ref_1275 + rawValue: &ref_1273 {} + language: *ref_1272 + headers: &ref_1274 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... '204': {} outputVariables: {} @@ -39706,8 +39692,8 @@ testModel: variables: {} responses: '202': - body: *ref_1274 - headers: *ref_1275 + body: *ref_1273 + headers: *ref_1274 '204': {} - type: restCall operationId: Skus_List @@ -39717,95 +39703,95 @@ testModel: name: ../examples/Skus_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 methodParameters: [] - operation: *ref_1221 - operationGroup: *ref_1222 + operation: *ref_1220 + operationGroup: *ref_1221 originalFile: '' responses: '200': body: - schema: *ref_770 + schema: *ref_769 parentsValue: {} properties: value: - schema: *ref_277 + schema: *ref_276 elements: - - schema: *ref_232 + - schema: *ref_231 parentsValue: {} properties: name: - schema: *ref_214 + schema: *ref_213 rawValue: B0 - language: *ref_1223 + language: *ref_1222 capacity: - schema: *ref_233 + schema: *ref_232 parentsValue: {} properties: default: - schema: *ref_218 + schema: *ref_217 rawValue: 1 - language: *ref_1224 + language: *ref_1223 maximum: - schema: *ref_217 + schema: *ref_216 rawValue: 20 - language: *ref_1225 + language: *ref_1224 minimum: - schema: *ref_216 + schema: *ref_215 rawValue: 1 - language: *ref_1226 + language: *ref_1225 scaleType: - schema: *ref_219 + schema: *ref_218 rawValue: Automatic - language: *ref_1227 - language: *ref_1228 + language: *ref_1226 + language: *ref_1227 locationInfo: - schema: *ref_272 + schema: *ref_271 elements: - - schema: *ref_234 + - schema: *ref_233 parentsValue: {} properties: location: - schema: *ref_221 + schema: *ref_220 rawValue: eastus - language: *ref_1229 + language: *ref_1228 zoneDetails: - schema: *ref_271 + schema: *ref_270 elements: [] - language: *ref_1230 + language: *ref_1229 zones: - schema: *ref_268 + schema: *ref_267 elements: [] - language: *ref_1231 - language: *ref_1232 + language: *ref_1230 + language: *ref_1231 locations: - schema: *ref_267 + schema: *ref_266 elements: - - schema: *ref_220 + - schema: *ref_219 rawValue: eastus - language: *ref_1233 + language: *ref_1232 resourceType: - schema: *ref_213 + schema: *ref_212 rawValue: Spring - language: *ref_1234 + language: *ref_1233 restrictions: - schema: *ref_276 + schema: *ref_275 elements: [] - language: *ref_1235 + language: *ref_1234 tier: - schema: *ref_215 + schema: *ref_214 rawValue: Basic - language: *ref_1236 - language: *ref_1237 - language: *ref_1238 + language: *ref_1235 + language: *ref_1236 + language: *ref_1237 outputVariables: {} outputVariablesModel: {} parameters: @@ -39843,74 +39829,74 @@ testModel: name: ../examples/Operations_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 methodParameters: [] - operation: *ref_1199 - operationGroup: *ref_1200 + operation: *ref_1198 + operationGroup: *ref_1199 originalFile: '' responses: '200': body: - schema: *ref_758 + schema: *ref_757 parentsValue: {} properties: nextLink: - schema: *ref_201 + schema: *ref_200 rawValue: providers/Microsoft.AppPlatform?$skipToken={opaqueString} - language: *ref_1201 + language: *ref_1200 value: - schema: *ref_265 + schema: *ref_264 elements: - - schema: *ref_202 + - schema: *ref_201 parentsValue: {} properties: name: - schema: *ref_177 + schema: *ref_176 rawValue: Microsoft.AppPlatform/Spring/read - language: *ref_1202 + language: *ref_1201 display: - schema: *ref_203 + schema: *ref_202 parentsValue: {} properties: description: - schema: *ref_182 + schema: *ref_181 rawValue: Create or Update Managed Applications - language: *ref_1203 + language: *ref_1202 operation: - schema: *ref_181 + schema: *ref_180 rawValue: Create or Update Managed Applications - language: *ref_1204 + language: *ref_1203 provider: - schema: *ref_179 + schema: *ref_178 rawValue: Microsoft Azure Distributed Managed Service for Spring - language: *ref_1205 + language: *ref_1204 resource: - schema: *ref_180 + schema: *ref_179 rawValue: Managed Applications - language: *ref_1206 - language: *ref_1207 + language: *ref_1205 + language: *ref_1206 isDataAction: - schema: *ref_178 + schema: *ref_177 rawValue: false - language: *ref_1208 + language: *ref_1207 origin: - schema: *ref_184 + schema: *ref_183 rawValue: user,system - language: *ref_1209 + language: *ref_1208 properties: - schema: *ref_204 + schema: *ref_203 parentsValue: {} properties: serviceSpecification: - schema: *ref_205 + schema: *ref_204 rawValue: null - language: *ref_1210 - language: *ref_1211 - language: *ref_1212 - language: *ref_1213 + language: *ref_1209 + language: *ref_1210 + language: *ref_1211 + language: *ref_1212 outputVariables: {} outputVariablesModel: {} parameters: @@ -39987,6 +39973,7 @@ language: openApiType: arm packageName: armappplatform parameterGroups: + - *ref_1275 - *ref_1276 - *ref_1277 - *ref_1278 @@ -40004,8 +39991,8 @@ language: - *ref_1290 - *ref_1291 - *ref_1292 + - *ref_447 - *ref_1293 - - *ref_448 - *ref_1294 - *ref_1295 - *ref_1296 @@ -40029,18 +40016,18 @@ language: - *ref_1314 - *ref_1315 - *ref_1316 + - *ref_706 + - *ref_716 - *ref_1317 - - *ref_707 - - *ref_717 - *ref_1318 - *ref_1319 - *ref_1320 - *ref_1321 - *ref_1322 - *ref_1323 - - *ref_1324 rawJSONAsBytes: false responseEnvelopes: + - *ref_1324 - *ref_1325 - *ref_1326 - *ref_1327 @@ -40092,6 +40079,5 @@ language: - *ref_1373 - *ref_1374 - *ref_1375 - - *ref_1376 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/go-tester.yaml b/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/go-tester.yaml index b53ec6ff6..54c372a3e 100644 --- a/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/go-tester.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/go-tester.yaml @@ -3,7 +3,7 @@ info: title: AppPlatformManagementClient schemas: booleans: - - &ref_136 + - &ref_135 type: boolean language: default: @@ -23,7 +23,7 @@ schemas: name: bool description: Strict host key checking or not. protocol: {} - - &ref_142 + - &ref_141 type: boolean language: default: @@ -75,7 +75,7 @@ schemas: name: bool description: Indicate if end to end TLS is enabled. protocol: {} - - &ref_162 + - &ref_161 type: boolean language: default: @@ -85,7 +85,7 @@ schemas: name: bool description: Indicates whether the name is available protocol: {} - - &ref_168 + - &ref_167 type: boolean language: default: @@ -105,7 +105,7 @@ schemas: name: bool description: Indicates whether the Deployment is active protocol: {} - - &ref_178 + - &ref_177 type: boolean language: default: @@ -115,7 +115,7 @@ schemas: name: bool description: Indicates whether the operation is a data action protocol: {} - - &ref_196 + - &ref_195 type: boolean language: default: @@ -125,7 +125,7 @@ schemas: name: bool description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. protocol: {} - - &ref_199 + - &ref_198 type: boolean language: default: @@ -136,7 +136,7 @@ schemas: description: Whether this dimension should be included for the Shoebox export scenario protocol: {} numbers: - - &ref_117 + - &ref_116 type: integer apiVersions: - version: 2020-11-01-preview @@ -149,7 +149,7 @@ schemas: name: int32 description: The port of required traffic protocol: {} - - &ref_121 + - &ref_120 type: integer apiVersions: - version: 2020-11-01-preview @@ -263,7 +263,7 @@ schemas: name: int32 description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) protocol: {} - - &ref_216 + - &ref_215 type: integer apiVersions: - version: 2020-11-01-preview @@ -276,7 +276,7 @@ schemas: name: int32 description: Gets or sets the minimum. protocol: {} - - &ref_217 + - &ref_216 type: integer apiVersions: - version: 2020-11-01-preview @@ -289,7 +289,7 @@ schemas: name: int32 description: Gets or sets the maximum. protocol: {} - - &ref_218 + - &ref_217 type: integer apiVersions: - version: 2020-11-01-preview @@ -417,7 +417,7 @@ schemas: name: string description: '' protocol: {} - - &ref_116 + - &ref_115 type: string apiVersions: - version: 2020-11-01-preview @@ -429,7 +429,7 @@ schemas: name: string description: The protocol of required traffic protocol: {} - - &ref_118 + - &ref_117 type: string apiVersions: - version: 2020-11-01-preview @@ -441,7 +441,7 @@ schemas: name: string description: '' protocol: {} - - &ref_119 + - &ref_118 type: string apiVersions: - version: 2020-11-01-preview @@ -453,7 +453,7 @@ schemas: name: string description: '' protocol: {} - - &ref_122 + - &ref_121 type: string apiVersions: - version: 2020-11-01-preview @@ -539,7 +539,7 @@ schemas: name: string description: The type of the resource. protocol: {} - - &ref_128 + - &ref_127 type: string apiVersions: - version: 2020-11-01-preview @@ -551,7 +551,7 @@ schemas: name: string description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. protocol: {} - - &ref_129 + - &ref_128 type: string apiVersions: - version: 2020-11-01-preview @@ -563,7 +563,7 @@ schemas: name: string description: A message describing the error, intended to be suitable for display in a user interface. protocol: {} - - &ref_130 + - &ref_129 type: string apiVersions: - version: 2020-11-01-preview @@ -575,7 +575,7 @@ schemas: name: string description: The target of the particular error. For example, the name of the property in error. protocol: {} - - &ref_132 + - &ref_131 type: string apiVersions: - version: 2020-11-01-preview @@ -587,7 +587,7 @@ schemas: name: string description: Primary key protocol: {} - - &ref_133 + - &ref_132 type: string apiVersions: - version: 2020-11-01-preview @@ -599,7 +599,7 @@ schemas: name: string description: Secondary key protocol: {} - - &ref_134 + - &ref_133 type: string apiVersions: - version: 2020-11-01-preview @@ -611,7 +611,7 @@ schemas: name: string description: Primary test endpoint protocol: {} - - &ref_135 + - &ref_134 type: string apiVersions: - version: 2020-11-01-preview @@ -863,7 +863,7 @@ schemas: name: string description: Private sshKey algorithm of git repository. protocol: {} - - &ref_143 + - &ref_142 type: string apiVersions: - version: 2020-11-01-preview @@ -875,7 +875,7 @@ schemas: name: string description: The name of the config server settings error record protocol: {} - - &ref_144 + - &ref_143 type: string apiVersions: - version: 2020-11-01-preview @@ -887,7 +887,7 @@ schemas: name: string description: The uri of the config server settings error record protocol: {} - - &ref_145 + - &ref_144 type: string apiVersions: - version: 2020-11-01-preview @@ -1024,7 +1024,7 @@ schemas: name: string description: The GEO location of the application, always the same with its parent resource protocol: {} - - &ref_153 + - &ref_152 type: string apiVersions: - version: 2020-11-01-preview @@ -1036,7 +1036,7 @@ schemas: name: string description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_154 + - &ref_153 type: string apiVersions: - version: 2020-11-01-preview @@ -1048,7 +1048,7 @@ schemas: name: string description: Source relative path protocol: {} - - &ref_155 + - &ref_154 type: string apiVersions: - version: 2020-11-01-preview @@ -1144,7 +1144,7 @@ schemas: name: string description: Update time of the Binding resource protocol: {} - - &ref_157 + - &ref_156 type: string apiVersions: - version: 2020-11-01-preview @@ -1276,7 +1276,7 @@ schemas: name: string description: '' protocol: {} - - &ref_159 + - &ref_158 type: string apiVersions: - version: 2020-11-01-preview @@ -1288,7 +1288,7 @@ schemas: name: string description: The link to next page of certificate list. protocol: {} - - &ref_160 + - &ref_159 type: string apiVersions: - version: 2020-11-01-preview @@ -1300,7 +1300,7 @@ schemas: name: string description: Type of the resource to check name availability protocol: {} - - &ref_161 + - &ref_160 type: string apiVersions: - version: 2020-11-01-preview @@ -1312,7 +1312,7 @@ schemas: name: string description: Name to be checked protocol: {} - - &ref_163 + - &ref_162 type: string apiVersions: - version: 2020-11-01-preview @@ -1324,7 +1324,7 @@ schemas: name: string description: Reason why the name is not available protocol: {} - - &ref_164 + - &ref_163 type: string apiVersions: - version: 2020-11-01-preview @@ -1372,7 +1372,7 @@ schemas: name: string description: The bound certificate name of domain. protocol: {} - - &ref_166 + - &ref_165 type: string apiVersions: - version: 2020-11-01-preview @@ -1384,7 +1384,7 @@ schemas: name: string description: The link to next page of custom domain list. protocol: {} - - &ref_167 + - &ref_166 type: string apiVersions: - version: 2020-11-01-preview @@ -1396,7 +1396,7 @@ schemas: name: string description: Name to be validated protocol: {} - - &ref_169 + - &ref_168 type: string apiVersions: - version: 2020-11-01-preview @@ -1540,7 +1540,7 @@ schemas: name: string description: Start time of the deployment instance protocol: {} - - &ref_256 + - &ref_255 type: string apiVersions: - version: 2020-11-01-preview @@ -1552,7 +1552,7 @@ schemas: name: string description: '' protocol: {} - - &ref_174 + - &ref_173 type: string apiVersions: - version: 2020-11-01-preview @@ -1564,7 +1564,7 @@ schemas: name: string description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_258 + - &ref_257 type: string apiVersions: - version: 2020-11-01-preview @@ -1576,7 +1576,7 @@ schemas: name: string description: '' protocol: {} - - &ref_175 + - &ref_174 type: string apiVersions: - version: 2020-11-01-preview @@ -1588,7 +1588,7 @@ schemas: name: string description: URL of the log file protocol: {} - - &ref_176 + - &ref_175 type: string apiVersions: - version: 2020-11-01-preview @@ -1600,7 +1600,7 @@ schemas: name: string description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_177 + - &ref_176 type: string apiVersions: - version: 2020-11-01-preview @@ -1612,7 +1612,7 @@ schemas: name: string description: Name of the operation protocol: {} - - &ref_179 + - &ref_178 type: string apiVersions: - version: 2020-11-01-preview @@ -1624,7 +1624,7 @@ schemas: name: string description: Resource provider of the operation protocol: {} - - &ref_180 + - &ref_179 type: string apiVersions: - version: 2020-11-01-preview @@ -1636,7 +1636,7 @@ schemas: name: string description: Resource of the operation protocol: {} - - &ref_181 + - &ref_180 type: string apiVersions: - version: 2020-11-01-preview @@ -1648,7 +1648,7 @@ schemas: name: string description: Localized friendly name for the operation protocol: {} - - &ref_182 + - &ref_181 type: string apiVersions: - version: 2020-11-01-preview @@ -1660,7 +1660,7 @@ schemas: name: string description: Localized friendly description for the operation protocol: {} - - &ref_184 + - &ref_183 type: string apiVersions: - version: 2020-11-01-preview @@ -1672,7 +1672,7 @@ schemas: name: string description: Origin of the operation protocol: {} - - &ref_185 + - &ref_184 type: string apiVersions: - version: 2020-11-01-preview @@ -1684,7 +1684,7 @@ schemas: name: string description: Name of the log protocol: {} - - &ref_186 + - &ref_185 type: string apiVersions: - version: 2020-11-01-preview @@ -1696,7 +1696,7 @@ schemas: name: string description: Localized friendly display name of the log protocol: {} - - &ref_187 + - &ref_186 type: string apiVersions: - version: 2020-11-01-preview @@ -1708,7 +1708,7 @@ schemas: name: string description: Blob duration of the log protocol: {} - - &ref_188 + - &ref_187 type: string apiVersions: - version: 2020-11-01-preview @@ -1720,7 +1720,7 @@ schemas: name: string description: Name of the metric protocol: {} - - &ref_189 + - &ref_188 type: string apiVersions: - version: 2020-11-01-preview @@ -1732,7 +1732,7 @@ schemas: name: string description: Localized friendly display name of the metric protocol: {} - - &ref_190 + - &ref_189 type: string apiVersions: - version: 2020-11-01-preview @@ -1744,7 +1744,7 @@ schemas: name: string description: Localized friendly description of the metric protocol: {} - - &ref_191 + - &ref_190 type: string apiVersions: - version: 2020-11-01-preview @@ -1756,7 +1756,7 @@ schemas: name: string description: Unit that makes sense for the metric protocol: {} - - &ref_192 + - &ref_191 type: string apiVersions: - version: 2020-11-01-preview @@ -1768,7 +1768,7 @@ schemas: name: string description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - - &ref_193 + - &ref_192 type: string apiVersions: - version: 2020-11-01-preview @@ -1780,7 +1780,7 @@ schemas: name: string description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - - &ref_194 + - &ref_193 type: string apiVersions: - version: 2020-11-01-preview @@ -1792,7 +1792,7 @@ schemas: name: string description: '' protocol: {} - - &ref_195 + - &ref_194 type: string apiVersions: - version: 2020-11-01-preview @@ -1804,7 +1804,7 @@ schemas: name: string description: '' protocol: {} - - &ref_197 + - &ref_196 type: string apiVersions: - version: 2020-11-01-preview @@ -1816,7 +1816,7 @@ schemas: name: string description: Name of the dimension protocol: {} - - &ref_198 + - &ref_197 type: string apiVersions: - version: 2020-11-01-preview @@ -1828,7 +1828,7 @@ schemas: name: string description: Localized friendly display name of the dimension protocol: {} - - &ref_200 + - &ref_199 type: string apiVersions: - version: 2020-11-01-preview @@ -1840,7 +1840,7 @@ schemas: name: string description: Name of the MDM namespace. Optional. protocol: {} - - &ref_201 + - &ref_200 type: string apiVersions: - version: 2020-11-01-preview @@ -1852,7 +1852,7 @@ schemas: name: string description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_211 + - &ref_210 type: string apiVersions: - version: 2020-11-01-preview @@ -1864,7 +1864,7 @@ schemas: name: string description: The detailed version (major.minor) of the platform. protocol: {} - - &ref_213 + - &ref_212 type: string apiVersions: - version: 2020-11-01-preview @@ -1876,7 +1876,7 @@ schemas: name: string description: Gets the type of resource the SKU applies to. protocol: {} - - &ref_214 + - &ref_213 type: string apiVersions: - version: 2020-11-01-preview @@ -1888,7 +1888,7 @@ schemas: name: string description: Gets the name of SKU. protocol: {} - - &ref_215 + - &ref_214 type: string apiVersions: - version: 2020-11-01-preview @@ -1900,7 +1900,7 @@ schemas: name: string description: Gets the tier of SKU. protocol: {} - - &ref_220 + - &ref_219 type: string apiVersions: - version: 2020-11-01-preview @@ -1912,7 +1912,7 @@ schemas: name: string description: '' protocol: {} - - &ref_221 + - &ref_220 type: string apiVersions: - version: 2020-11-01-preview @@ -1924,7 +1924,7 @@ schemas: name: string description: Gets location of the SKU protocol: {} - - &ref_222 + - &ref_221 type: string apiVersions: - version: 2020-11-01-preview @@ -1936,7 +1936,7 @@ schemas: name: string description: '' protocol: {} - - &ref_223 + - &ref_222 type: string apiVersions: - version: 2020-11-01-preview @@ -1948,7 +1948,7 @@ schemas: name: string description: '' protocol: {} - - &ref_224 + - &ref_223 type: string apiVersions: - version: 2020-11-01-preview @@ -1960,7 +1960,7 @@ schemas: name: string description: Gets an invariant to describe the feature. protocol: {} - - &ref_225 + - &ref_224 type: string apiVersions: - version: 2020-11-01-preview @@ -1972,7 +1972,7 @@ schemas: name: string description: Gets an invariant if the feature is measured by quantity. protocol: {} - - &ref_227 + - &ref_226 type: string apiVersions: - version: 2020-11-01-preview @@ -1984,7 +1984,7 @@ schemas: name: string description: '' protocol: {} - - &ref_228 + - &ref_227 type: string apiVersions: - version: 2020-11-01-preview @@ -1996,7 +1996,7 @@ schemas: name: string description: '' protocol: {} - - &ref_229 + - &ref_228 type: string apiVersions: - version: 2020-11-01-preview @@ -2008,7 +2008,7 @@ schemas: name: string description: '' protocol: {} - - &ref_231 + - &ref_230 type: string apiVersions: - version: 2020-11-01-preview @@ -2120,7 +2120,7 @@ schemas: description: Provisioning state of the Service possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - - &ref_120 + - &ref_119 choices: - value: Inbound language: @@ -2151,7 +2151,7 @@ schemas: description: The direction of required traffic possibleValuesFunc: PossibleTrafficDirectionValues protocol: {} - - &ref_137 + - &ref_136 choices: - value: Primary language: @@ -2575,7 +2575,7 @@ schemas: description: Status of the Deployment possibleValuesFunc: PossibleDeploymentResourceStatusValues protocol: {} - - &ref_183 + - &ref_182 choices: - value: Internal language: @@ -2598,7 +2598,7 @@ schemas: description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. possibleValuesFunc: PossibleActionTypeValues protocol: {} - - &ref_209 + - &ref_208 choices: - value: Java_8 language: @@ -2637,7 +2637,7 @@ schemas: description: The raw value which could be passed to deployment CRUD operations. possibleValuesFunc: PossibleSupportedRuntimeValueValues protocol: {} - - &ref_210 + - &ref_209 choices: - value: Java language: @@ -2668,7 +2668,7 @@ schemas: description: 'The platform of this runtime version (possible values: "Java" or ".NET").' possibleValuesFunc: PossibleSupportedRuntimePlatformValues protocol: {} - - &ref_219 + - &ref_218 choices: - value: None language: @@ -2707,7 +2707,7 @@ schemas: description: Gets or sets the type of the scale. possibleValuesFunc: PossibleSKUScaleTypeValues protocol: {} - - &ref_226 + - &ref_225 choices: - value: Location language: @@ -2738,7 +2738,7 @@ schemas: description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' possibleValuesFunc: PossibleResourceSKURestrictionsTypeValues protocol: {} - - &ref_230 + - &ref_229 choices: - value: QuotaId language: @@ -2770,7 +2770,7 @@ schemas: possibleValuesFunc: PossibleResourceSKURestrictionsReasonCodeValues protocol: {} constants: - - &ref_278 + - &ref_277 type: constant value: value: 2020-11-01-preview @@ -2783,7 +2783,7 @@ schemas: name: string description: Api Version (2020-11-01-preview) protocol: {} - - &ref_282 + - &ref_281 type: constant value: value: application/json @@ -2919,7 +2919,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_138 + - schema: &ref_137 type: object apiVersions: - version: 2020-11-01-preview @@ -2927,7 +2927,7 @@ schemas: - schema: *ref_7 readOnly: true serializedName: provisioningState - language: &ref_876 + language: &ref_875 default: name: provisioningState description: State of the config server. @@ -2985,21 +2985,21 @@ schemas: name: Error description: Error when apply config server settings. protocol: {} - - schema: &ref_139 + - schema: &ref_138 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_140 + - schema: &ref_139 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_246 + - schema: &ref_245 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_141 + elementType: &ref_140 type: object apiVersions: - version: 2020-11-01-preview @@ -3015,7 +3015,7 @@ schemas: name: Name description: REQUIRED; Name of the repository protocol: {} - - schema: &ref_244 + - schema: &ref_243 type: array apiVersions: - version: 2020-11-01-preview @@ -3063,7 +3063,7 @@ schemas: name: Label description: Label of the repository protocol: {} - - schema: &ref_245 + - schema: &ref_244 type: array apiVersions: - version: 2020-11-01-preview @@ -3196,7 +3196,7 @@ schemas: - schema: *ref_21 required: true serializedName: uri - language: &ref_873 + language: &ref_872 default: name: uri description: URI of the repository @@ -3207,7 +3207,7 @@ schemas: - schema: *ref_22 required: false serializedName: label - language: &ref_871 + language: &ref_870 default: name: label description: Label of the repository @@ -3215,7 +3215,7 @@ schemas: name: Label description: Label of the repository protocol: {} - - schema: &ref_247 + - schema: &ref_246 type: array apiVersions: - version: 2020-11-01-preview @@ -3232,7 +3232,7 @@ schemas: protocol: {} required: false serializedName: searchPaths - language: &ref_872 + language: &ref_871 default: name: searchPaths description: Searching path of the repository @@ -3325,7 +3325,7 @@ schemas: namespace: '' protocol: {} serializedName: gitProperty - language: &ref_874 + language: &ref_873 default: name: gitProperty description: Property of git environment. @@ -3350,7 +3350,7 @@ schemas: namespace: '' protocol: {} serializedName: configServer - language: &ref_875 + language: &ref_874 default: name: configServer description: Settings of config server. @@ -3377,7 +3377,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_877 + language: &ref_876 default: name: properties description: Properties of the Config Server resource @@ -3413,7 +3413,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_147 + - schema: &ref_146 type: object apiVersions: - version: 2020-11-01-preview @@ -3421,7 +3421,7 @@ schemas: - schema: *ref_29 readOnly: true serializedName: provisioningState - language: &ref_908 + language: &ref_907 default: name: provisioningState description: State of the Monitoring Setting. @@ -3441,7 +3441,7 @@ schemas: protocol: {} - schema: *ref_31 serializedName: traceEnabled - language: &ref_909 + language: &ref_908 default: name: traceEnabled description: >- @@ -3457,7 +3457,7 @@ schemas: protocol: {} - schema: *ref_32 serializedName: appInsightsInstrumentationKey - language: &ref_906 + language: &ref_905 default: name: appInsightsInstrumentationKey description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings @@ -3467,7 +3467,7 @@ schemas: protocol: {} - schema: *ref_33 serializedName: appInsightsSamplingRate - language: &ref_907 + language: &ref_906 default: name: appInsightsSamplingRate description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] @@ -3475,7 +3475,7 @@ schemas: name: AppInsightsSamplingRate description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] protocol: {} - - schema: &ref_148 + - schema: &ref_147 type: object apiVersions: - version: 2020-11-01-preview @@ -3483,7 +3483,7 @@ schemas: - schema: *ref_34 readOnly: true serializedName: java - language: &ref_904 + language: &ref_903 default: name: java description: Indicates the version of application insight java agent @@ -3508,7 +3508,7 @@ schemas: namespace: '' protocol: {} serializedName: appInsightsAgentVersions - language: &ref_905 + language: &ref_904 default: name: appInsightsAgentVersions description: Indicates the versions of application insight agent @@ -3535,7 +3535,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_910 + language: &ref_909 default: name: properties description: Properties of the Monitoring Setting resource @@ -3571,14 +3571,14 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_149 + - schema: &ref_148 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_35 serializedName: public - language: &ref_944 + language: &ref_943 default: name: public description: Indicates whether the App exposes public endpoint @@ -3589,7 +3589,7 @@ schemas: - schema: *ref_36 readOnly: true serializedName: url - language: &ref_948 + language: &ref_947 default: name: url description: URL of the App @@ -3600,7 +3600,7 @@ schemas: - schema: *ref_37 readOnly: true serializedName: provisioningState - language: &ref_943 + language: &ref_942 default: name: provisioningState description: Provisioning state of the App @@ -3610,7 +3610,7 @@ schemas: protocol: {} - schema: *ref_38 serializedName: activeDeploymentName - language: &ref_935 + language: &ref_934 default: name: activeDeploymentName description: Name of the active deployment of the App @@ -3624,7 +3624,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_937 + language: &ref_936 default: name: fqdn description: Fully qualified dns Name. @@ -3634,7 +3634,7 @@ schemas: protocol: {} - schema: *ref_40 serializedName: httpsOnly - language: &ref_938 + language: &ref_937 default: name: httpsOnly description: Indicate if only https is allowed. @@ -3653,14 +3653,14 @@ schemas: name: CreatedTime description: READ-ONLY; Date time when the resource is created protocol: {} - - schema: &ref_150 + - schema: &ref_149 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_42 serializedName: sizeInGB - language: &ref_946 + language: &ref_945 default: name: sizeInGB description: Size of the temporary disk in GB @@ -3670,7 +3670,7 @@ schemas: protocol: {} - schema: *ref_43 serializedName: mountPath - language: &ref_945 + language: &ref_944 default: name: mountPath description: Mount path of the temporary disk @@ -3695,7 +3695,7 @@ schemas: namespace: '' protocol: {} serializedName: temporaryDisk - language: &ref_947 + language: &ref_946 default: name: temporaryDisk description: Temporary disk settings @@ -3703,14 +3703,14 @@ schemas: name: TemporaryDisk description: Temporary disk settings protocol: {} - - schema: &ref_151 + - schema: &ref_150 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_44 serializedName: sizeInGB - language: &ref_940 + language: &ref_939 default: name: sizeInGB description: Size of the persistent disk in GB @@ -3721,7 +3721,7 @@ schemas: - schema: *ref_45 readOnly: true serializedName: usedInGB - language: &ref_941 + language: &ref_940 default: name: usedInGB description: Size of the used persistent disk in GB @@ -3731,7 +3731,7 @@ schemas: protocol: {} - schema: *ref_46 serializedName: mountPath - language: &ref_939 + language: &ref_938 default: name: mountPath description: Mount path of the persistent disk @@ -3756,7 +3756,7 @@ schemas: namespace: '' protocol: {} serializedName: persistentDisk - language: &ref_942 + language: &ref_941 default: name: persistentDisk description: Persistent disk settings @@ -3766,7 +3766,7 @@ schemas: protocol: {} - schema: *ref_47 serializedName: enableEndToEndTLS - language: &ref_936 + language: &ref_935 default: name: enableEndToEndTLS description: Indicate if end to end TLS is enabled. @@ -3794,7 +3794,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_949 + language: &ref_948 default: name: properties description: Properties of the App resource @@ -3802,14 +3802,14 @@ schemas: name: Properties description: Properties of the App resource protocol: {} - - schema: &ref_152 + - schema: &ref_151 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_48 serializedName: type - language: &ref_930 + language: &ref_929 default: name: type description: Type of the managed identity @@ -3819,7 +3819,7 @@ schemas: protocol: {} - schema: *ref_49 serializedName: principalId - language: &ref_931 + language: &ref_930 default: name: principalId description: Principal Id @@ -3829,7 +3829,7 @@ schemas: protocol: {} - schema: *ref_50 serializedName: tenantId - language: &ref_932 + language: &ref_931 default: name: tenantId description: Tenant Id @@ -3854,7 +3854,7 @@ schemas: namespace: '' protocol: {} serializedName: identity - language: &ref_933 + language: &ref_932 default: name: identity description: The Managed Identity type of the app resource @@ -3864,7 +3864,7 @@ schemas: protocol: {} - schema: *ref_51 serializedName: location - language: &ref_934 + language: &ref_933 default: name: location description: The GEO location of the application, always the same with its parent resource @@ -3900,7 +3900,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_156 + - schema: &ref_155 type: object apiVersions: - version: 2020-11-01-preview @@ -3908,7 +3908,7 @@ schemas: - schema: *ref_52 readOnly: true serializedName: resourceName - language: &ref_1003 + language: &ref_1002 default: name: resourceName description: The name of the bound resource @@ -3919,7 +3919,7 @@ schemas: - schema: *ref_53 readOnly: true serializedName: resourceType - language: &ref_1004 + language: &ref_1003 default: name: resourceType description: The standard Azure resource type of the bound resource @@ -3929,7 +3929,7 @@ schemas: protocol: {} - schema: *ref_54 serializedName: resourceId - language: &ref_1002 + language: &ref_1001 default: name: resourceId description: The Azure resource id of the bound resource @@ -3939,7 +3939,7 @@ schemas: protocol: {} - schema: *ref_55 serializedName: key - language: &ref_1012 + language: &ref_1011 default: name: key description: The key of the bound resource @@ -3949,10 +3949,7 @@ schemas: protocol: {} - schema: *ref_56 serializedName: bindingParameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_999 + language: &ref_998 default: name: bindingParameters description: Binding parameters of the Binding resource @@ -3964,7 +3961,7 @@ schemas: - schema: *ref_57 readOnly: true serializedName: generatedProperties - language: &ref_1001 + language: &ref_1000 default: name: generatedProperties description: The generated Spring Boot property file for this binding. The secret will be deducted. @@ -3975,7 +3972,7 @@ schemas: - schema: *ref_58 readOnly: true serializedName: createdAt - language: &ref_1000 + language: &ref_999 default: name: createdAt description: Creation time of the Binding resource @@ -3986,7 +3983,7 @@ schemas: - schema: *ref_59 readOnly: true serializedName: updatedAt - language: &ref_1005 + language: &ref_1004 default: name: updatedAt description: Update time of the Binding resource @@ -4014,7 +4011,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1006 + language: &ref_1005 default: name: properties description: Properties of the Binding resource @@ -4050,7 +4047,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_158 + - schema: &ref_157 type: object apiVersions: - version: 2020-11-01-preview @@ -4059,7 +4056,7 @@ schemas: readOnly: true required: false serializedName: thumbprint - language: &ref_1052 + language: &ref_1051 default: name: thumbprint description: The thumbprint of certificate. @@ -4070,7 +4067,7 @@ schemas: - schema: *ref_61 required: true serializedName: vaultUri - language: &ref_1053 + language: &ref_1052 default: name: vaultUri description: The vault uri of user key vault. @@ -4081,7 +4078,7 @@ schemas: - schema: *ref_62 required: true serializedName: keyVaultCertName - language: &ref_1050 + language: &ref_1049 default: name: keyVaultCertName description: The certificate name of key vault. @@ -4092,7 +4089,7 @@ schemas: - schema: *ref_63 required: false serializedName: certVersion - language: &ref_1045 + language: &ref_1044 default: name: certVersion description: The certificate version of key vault. @@ -4104,7 +4101,7 @@ schemas: readOnly: true required: false serializedName: issuer - language: &ref_1049 + language: &ref_1048 default: name: issuer description: The issuer of certificate. @@ -4116,7 +4113,7 @@ schemas: readOnly: true required: false serializedName: issuedDate - language: &ref_1048 + language: &ref_1047 default: name: issuedDate description: The issue date of certificate. @@ -4128,7 +4125,7 @@ schemas: readOnly: true required: false serializedName: expirationDate - language: &ref_1047 + language: &ref_1046 default: name: expirationDate description: The expiration date of certificate. @@ -4140,7 +4137,7 @@ schemas: readOnly: true required: false serializedName: activateDate - language: &ref_1044 + language: &ref_1043 default: name: activateDate description: The activate date of certificate. @@ -4152,7 +4149,7 @@ schemas: readOnly: true required: false serializedName: subjectName - language: &ref_1051 + language: &ref_1050 default: name: subjectName description: The subject name of certificate. @@ -4160,7 +4157,7 @@ schemas: name: SubjectName description: READ-ONLY; The subject name of certificate. protocol: {} - - schema: &ref_252 + - schema: &ref_251 type: array apiVersions: - version: 2020-11-01-preview @@ -4178,7 +4175,7 @@ schemas: readOnly: true required: false serializedName: dnsNames - language: &ref_1046 + language: &ref_1045 default: name: dnsNames description: The domain list of certificate. @@ -4207,7 +4204,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1054 + language: &ref_1053 default: name: properties description: Properties of the certificate resource payload. @@ -4242,14 +4239,14 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_165 + - schema: &ref_164 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_70 serializedName: thumbprint - language: &ref_1083 + language: &ref_1082 default: name: thumbprint description: The thumbprint of bound certificate. @@ -4260,7 +4257,7 @@ schemas: - schema: *ref_71 readOnly: true serializedName: appName - language: &ref_1081 + language: &ref_1080 default: name: appName description: The app name of domain. @@ -4270,7 +4267,7 @@ schemas: protocol: {} - schema: *ref_72 serializedName: certName - language: &ref_1082 + language: &ref_1081 default: name: certName description: The bound certificate name of domain. @@ -4297,7 +4294,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1084 + language: &ref_1083 default: name: properties description: Properties of the custom domain resource. @@ -4333,19 +4330,19 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_170 + - schema: &ref_169 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_171 + - schema: &ref_170 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_73 serializedName: type - language: &ref_1137 + language: &ref_1136 default: name: type description: Type of the source uploaded @@ -4355,7 +4352,7 @@ schemas: protocol: {} - schema: *ref_74 serializedName: relativePath - language: &ref_1139 + language: &ref_1138 default: name: relativePath description: Relative path of the storage which stores the source @@ -4365,7 +4362,7 @@ schemas: protocol: {} - schema: *ref_75 serializedName: version - language: &ref_1140 + language: &ref_1139 default: name: version description: Version of the source @@ -4375,7 +4372,7 @@ schemas: protocol: {} - schema: *ref_76 serializedName: artifactSelector - language: &ref_1138 + language: &ref_1137 default: name: artifactSelector description: "Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project." @@ -4400,7 +4397,7 @@ schemas: namespace: '' protocol: {} serializedName: source - language: &ref_1141 + language: &ref_1140 default: name: source description: Uploaded source information of the deployment. @@ -4411,7 +4408,7 @@ schemas: - schema: *ref_77 readOnly: true serializedName: appName - language: &ref_1124 + language: &ref_1123 default: name: appName description: App name of the deployment @@ -4419,14 +4416,14 @@ schemas: name: AppName description: READ-ONLY; App name of the deployment protocol: {} - - schema: &ref_172 + - schema: &ref_171 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_78 serializedName: cpu - language: &ref_1125 + language: &ref_1124 default: name: cpu description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) @@ -4436,7 +4433,7 @@ schemas: protocol: {} - schema: *ref_79 serializedName: memoryInGB - language: &ref_1128 + language: &ref_1127 default: name: memoryInGB description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) @@ -4446,7 +4443,7 @@ schemas: protocol: {} - schema: *ref_80 serializedName: jvmOptions - language: &ref_1127 + language: &ref_1126 default: name: jvmOptions description: JVM parameter @@ -4466,10 +4463,7 @@ schemas: protocol: {} - schema: *ref_82 serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_1126 + language: &ref_1125 default: name: environmentVariables description: Collection of environment variables @@ -4480,7 +4474,7 @@ schemas: protocol: {} - schema: *ref_83 serializedName: runtimeVersion - language: &ref_1129 + language: &ref_1128 default: name: runtimeVersion description: Runtime version @@ -4506,7 +4500,7 @@ schemas: namespace: '' protocol: {} serializedName: deploymentSettings - language: &ref_1130 + language: &ref_1129 default: name: deploymentSettings description: Deployment settings of the Deployment @@ -4517,7 +4511,7 @@ schemas: - schema: *ref_84 readOnly: true serializedName: provisioningState - language: &ref_1136 + language: &ref_1135 default: name: provisioningState description: Provisioning state of the Deployment @@ -4528,7 +4522,7 @@ schemas: - schema: *ref_85 readOnly: true serializedName: status - language: &ref_1142 + language: &ref_1141 default: name: status description: Status of the Deployment @@ -4539,7 +4533,7 @@ schemas: - schema: *ref_86 readOnly: true serializedName: active - language: &ref_1123 + language: &ref_1122 default: name: active description: Indicates whether the Deployment is active @@ -4558,11 +4552,11 @@ schemas: name: CreatedTime description: READ-ONLY; Date time when the resource is created protocol: {} - - schema: &ref_255 + - schema: &ref_254 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_173 + elementType: &ref_172 type: object apiVersions: - version: 2020-11-01-preview @@ -4570,7 +4564,7 @@ schemas: - schema: *ref_88 readOnly: true serializedName: name - language: &ref_1131 + language: &ref_1130 default: name: name description: Name of the deployment instance @@ -4581,7 +4575,7 @@ schemas: - schema: *ref_89 readOnly: true serializedName: status - language: &ref_1134 + language: &ref_1133 default: name: status description: Status of the deployment instance @@ -4603,7 +4597,7 @@ schemas: - schema: *ref_91 readOnly: true serializedName: discoveryStatus - language: &ref_1132 + language: &ref_1131 default: name: discoveryStatus description: Discovery status of the deployment instance @@ -4614,7 +4608,7 @@ schemas: - schema: *ref_92 readOnly: true serializedName: startTime - language: &ref_1133 + language: &ref_1132 default: name: startTime description: Start time of the deployment instance @@ -4650,7 +4644,7 @@ schemas: protocol: {} readOnly: true serializedName: instances - language: &ref_1135 + language: &ref_1134 default: name: instances description: Collection of instances belong to the Deployment @@ -4680,7 +4674,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1143 + language: &ref_1142 default: name: properties description: Properties of the Deployment resource @@ -4688,14 +4682,14 @@ schemas: name: Properties description: Properties of the Deployment resource protocol: {} - - schema: &ref_123 + - schema: &ref_122 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_93 serializedName: name - language: &ref_800 + language: &ref_799 default: name: name description: Name of the Sku @@ -4705,7 +4699,7 @@ schemas: protocol: {} - schema: *ref_94 serializedName: tier - language: &ref_801 + language: &ref_800 default: name: tier description: Tier of the Sku @@ -4715,7 +4709,7 @@ schemas: protocol: {} - schema: *ref_95 serializedName: capacity - language: &ref_1144 + language: &ref_1143 default: name: capacity description: Current capacity of the target resource @@ -4740,7 +4734,7 @@ schemas: namespace: '' protocol: {} serializedName: sku - language: &ref_1145 + language: &ref_1144 default: name: sku description: Sku of the Deployment resource @@ -4783,7 +4777,7 @@ schemas: usage: - output - input - language: &ref_870 + language: &ref_869 default: name: ProxyResource description: The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. @@ -4808,7 +4802,7 @@ schemas: - schema: *ref_103 readOnly: true serializedName: id - language: &ref_784 + language: &ref_783 default: name: id description: Fully qualified resource Id for the resource. @@ -4819,7 +4813,7 @@ schemas: - schema: *ref_104 readOnly: true serializedName: name - language: &ref_782 + language: &ref_781 default: name: name description: The name of the resource. @@ -4830,7 +4824,7 @@ schemas: - schema: *ref_105 readOnly: true serializedName: type - language: &ref_783 + language: &ref_782 default: name: type description: The type of the resource. @@ -4845,7 +4839,7 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_785 + language: &ref_784 default: name: Resource description: The core properties of ARM resources. @@ -4861,7 +4855,7 @@ schemas: properties: - schema: *ref_106 serializedName: location - language: &ref_786 + language: &ref_785 default: name: location description: The GEO location of the resource. @@ -4871,10 +4865,7 @@ schemas: protocol: {} - schema: *ref_107 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_787 + language: &ref_786 default: name: tags description: Tags of the service which is a list of key value pairs that describe the resource. @@ -4888,7 +4879,7 @@ schemas: usage: - output - input - language: &ref_788 + language: &ref_787 default: name: TrackedResource description: The resource model definition for a ARM tracked top level resource. @@ -4904,7 +4895,7 @@ schemas: immediate: - *ref_4 properties: - - schema: &ref_124 + - schema: &ref_123 type: object apiVersions: - version: 2020-11-01-preview @@ -4912,7 +4903,7 @@ schemas: - schema: *ref_108 readOnly: true serializedName: provisioningState - language: &ref_797 + language: &ref_796 default: name: provisioningState description: Provisioning state of the Service @@ -4920,7 +4911,7 @@ schemas: name: ProvisioningState description: READ-ONLY; Provisioning state of the Service protocol: {} - - schema: &ref_125 + - schema: &ref_124 type: object apiVersions: - version: 2020-11-01-preview @@ -4931,7 +4922,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_815 + language: &ref_814 default: name: serviceRuntimeSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime @@ -4945,7 +4936,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_812 + language: &ref_811 default: name: appSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps @@ -4959,7 +4950,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_813 + language: &ref_812 default: name: serviceCidr description: Azure Spring Cloud service reserved CIDR @@ -4973,7 +4964,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_814 + language: &ref_813 default: name: serviceRuntimeNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime @@ -4987,7 +4978,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_811 + language: &ref_810 default: name: appNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Apps @@ -4995,12 +4986,12 @@ schemas: name: AppNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Apps protocol: {} - - schema: &ref_126 + - schema: &ref_125 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_239 + - schema: &ref_238 type: array apiVersions: - version: 2020-11-01-preview @@ -5017,7 +5008,7 @@ schemas: protocol: {} readOnly: true serializedName: publicIPs - language: &ref_789 + language: &ref_788 default: name: publicIPs description: A list of public IP addresses. @@ -5031,9 +5022,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_115 - anonymous: true language: default: name: NetworkProfileOutboundIPs @@ -5048,9 +5036,7 @@ schemas: protocol: {} readOnly: true serializedName: outboundIPs - extensions: - x-internal-autorest-anonymous-schema: *ref_115 - language: &ref_790 + language: &ref_789 default: name: outboundIPs description: Desired outbound IP resources for Azure Spring Cloud instance. @@ -5058,19 +5044,19 @@ schemas: name: OutboundIPs description: READ-ONLY; Desired outbound IP resources for Azure Spring Cloud instance. protocol: {} - - schema: &ref_242 + - schema: &ref_241 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_127 + elementType: &ref_126 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_116 + - schema: *ref_115 readOnly: true serializedName: protocol - language: &ref_794 + language: &ref_793 default: name: protocol description: The protocol of required traffic @@ -5078,10 +5064,10 @@ schemas: name: Protocol description: READ-ONLY; The protocol of required traffic protocol: {} - - schema: *ref_117 + - schema: *ref_116 readOnly: true serializedName: port - language: &ref_793 + language: &ref_792 default: name: port description: The port of required traffic @@ -5089,11 +5075,11 @@ schemas: name: Port description: READ-ONLY; The port of required traffic protocol: {} - - schema: &ref_240 + - schema: &ref_239 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_118 + elementType: *ref_117 language: default: name: RequiredTrafficIps @@ -5106,7 +5092,7 @@ schemas: protocol: {} readOnly: true serializedName: ips - language: &ref_792 + language: &ref_791 default: name: ips description: The ip list of required traffic @@ -5115,11 +5101,11 @@ schemas: description: READ-ONLY; The ip list of required traffic byValue: true protocol: {} - - schema: &ref_241 + - schema: &ref_240 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_119 + elementType: *ref_118 language: default: name: RequiredTrafficFqdns @@ -5141,10 +5127,10 @@ schemas: description: READ-ONLY; The FQDN list of required traffic byValue: true protocol: {} - - schema: *ref_120 + - schema: *ref_119 readOnly: true serializedName: direction - language: &ref_791 + language: &ref_790 default: name: direction description: The direction of required traffic @@ -5181,7 +5167,7 @@ schemas: protocol: {} readOnly: true serializedName: requiredTraffics - language: &ref_795 + language: &ref_794 default: name: requiredTraffics description: Required inbound or outbound traffics for Azure Spring Cloud instance. @@ -5208,7 +5194,7 @@ schemas: namespace: '' protocol: {} serializedName: networkProfile - language: &ref_796 + language: &ref_795 default: name: networkProfile description: Network profile of the Service @@ -5216,7 +5202,7 @@ schemas: name: NetworkProfile description: Network profile of the Service protocol: {} - - schema: *ref_121 + - schema: *ref_120 readOnly: true serializedName: version language: @@ -5227,10 +5213,10 @@ schemas: name: Version description: READ-ONLY; Version of the Service protocol: {} - - schema: *ref_122 + - schema: *ref_121 readOnly: true serializedName: serviceId - language: &ref_798 + language: &ref_797 default: name: serviceId description: ServiceInstanceEntity GUID which uniquely identifies a created resource @@ -5257,7 +5243,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_799 + language: &ref_798 default: name: properties description: Properties of the Service resource @@ -5265,9 +5251,9 @@ schemas: name: Properties description: Properties of the Service resource protocol: {} - - schema: *ref_123 + - schema: *ref_122 serializedName: sku - language: &ref_802 + language: &ref_801 default: name: sku description: Sku of the Service resource @@ -5292,24 +5278,24 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} + - *ref_123 - *ref_124 - *ref_125 - *ref_126 - - *ref_127 - - *ref_123 + - *ref_122 - *ref_4 - *ref_6 - - &ref_285 + - &ref_284 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_131 + - schema: &ref_130 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_128 + - schema: *ref_127 serializedName: code language: default: @@ -5319,7 +5305,7 @@ schemas: name: Code description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. protocol: {} - - schema: *ref_129 + - schema: *ref_128 serializedName: message language: default: @@ -5329,7 +5315,7 @@ schemas: name: Message description: A message describing the error, intended to be suitable for display in a user interface. protocol: {} - - schema: *ref_130 + - schema: *ref_129 serializedName: target language: default: @@ -5339,11 +5325,11 @@ schemas: name: Target description: The target of the particular error. For example, the name of the property in error. protocol: {} - - schema: &ref_243 + - schema: &ref_242 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_131 + elementType: *ref_130 language: default: name: CloudErrorBodyDetails @@ -5409,15 +5395,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_131 - - &ref_322 + - *ref_130 + - &ref_321 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_132 + - schema: *ref_131 serializedName: primaryKey - language: &ref_831 + language: &ref_830 default: name: primaryKey description: Primary key @@ -5425,9 +5411,9 @@ schemas: name: PrimaryKey description: Primary key protocol: {} - - schema: *ref_133 + - schema: *ref_132 serializedName: secondaryKey - language: &ref_833 + language: &ref_832 default: name: secondaryKey description: Secondary key @@ -5435,9 +5421,9 @@ schemas: name: SecondaryKey description: Secondary key protocol: {} - - schema: *ref_134 + - schema: *ref_133 serializedName: primaryTestEndpoint - language: &ref_832 + language: &ref_831 default: name: primaryTestEndpoint description: Primary test endpoint @@ -5445,9 +5431,9 @@ schemas: name: PrimaryTestEndpoint description: Primary test endpoint protocol: {} - - schema: *ref_135 + - schema: *ref_134 serializedName: secondaryTestEndpoint - language: &ref_834 + language: &ref_833 default: name: secondaryTestEndpoint description: Secondary test endpoint @@ -5455,9 +5441,9 @@ schemas: name: SecondaryTestEndpoint description: Secondary test endpoint protocol: {} - - schema: *ref_136 + - schema: *ref_135 serializedName: enabled - language: &ref_830 + language: &ref_829 default: name: enabled description: Indicates whether the test endpoint feature enabled or not @@ -5480,15 +5466,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_328 + - &ref_327 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_137 + - schema: *ref_136 required: true serializedName: keyType - language: &ref_838 + language: &ref_837 default: name: keyType description: Type of the test key @@ -5512,20 +5498,20 @@ schemas: namespace: '' protocol: {} - *ref_96 - - *ref_138 + - *ref_137 - *ref_30 + - *ref_138 - *ref_139 - *ref_140 - - *ref_141 - *ref_5 - - &ref_405 + - &ref_404 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_142 + - schema: *ref_141 serializedName: isValid - language: &ref_896 + language: &ref_895 default: name: isValid description: Indicate if the config server settings are valid @@ -5533,16 +5519,16 @@ schemas: name: IsValid description: Indicate if the config server settings are valid protocol: {} - - schema: &ref_249 + - schema: &ref_248 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_146 + elementType: &ref_145 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_143 + - schema: *ref_142 serializedName: name language: default: @@ -5552,7 +5538,7 @@ schemas: name: Name description: The name of the config server settings error record protocol: {} - - schema: *ref_144 + - schema: *ref_143 serializedName: uri language: default: @@ -5562,11 +5548,11 @@ schemas: name: URI description: The uri of the config server settings error record protocol: {} - - schema: &ref_248 + - schema: &ref_247 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_145 + elementType: *ref_144 language: default: name: ConfigServerSettingsErrorRecordMessages @@ -5639,21 +5625,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_146 + - *ref_145 - *ref_97 + - *ref_146 - *ref_147 - - *ref_148 - *ref_98 + - *ref_148 - *ref_149 - *ref_150 - *ref_151 - - *ref_152 - - &ref_486 + - &ref_485 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_250 + - schema: &ref_249 type: array apiVersions: - version: 2020-11-01-preview @@ -5669,7 +5655,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_974 + language: &ref_973 default: name: value description: Collection of App resources @@ -5678,7 +5664,7 @@ schemas: description: Collection of App resources byValue: true protocol: {} - - schema: *ref_153 + - schema: *ref_152 serializedName: nextLink language: default: @@ -5704,14 +5690,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_495 + - &ref_494 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_154 + - schema: *ref_153 serializedName: relativePath - language: &ref_981 + language: &ref_980 default: name: relativePath description: Source relative path @@ -5719,9 +5705,9 @@ schemas: name: RelativePath description: Source relative path protocol: {} - - schema: *ref_155 + - schema: *ref_154 serializedName: uploadUrl - language: &ref_982 + language: &ref_981 default: name: uploadUrl description: Upload URL @@ -5745,13 +5731,13 @@ schemas: namespace: '' protocol: {} - *ref_99 - - *ref_156 - - &ref_560 + - *ref_155 + - &ref_559 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_251 + - schema: &ref_250 type: array apiVersions: - version: 2020-11-01-preview @@ -5767,7 +5753,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1036 + language: &ref_1035 default: name: value description: Collection of Binding resources @@ -5776,7 +5762,7 @@ schemas: description: Collection of Binding resources byValue: true protocol: {} - - schema: *ref_157 + - schema: *ref_156 serializedName: nextLink language: default: @@ -5803,13 +5789,13 @@ schemas: namespace: '' protocol: {} - *ref_100 - - *ref_158 - - &ref_596 + - *ref_157 + - &ref_595 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_253 + - schema: &ref_252 type: array apiVersions: - version: 2020-11-01-preview @@ -5825,7 +5811,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1072 + language: &ref_1071 default: name: value description: The certificate resources list. @@ -5834,9 +5820,9 @@ schemas: description: The certificate resources list. byValue: true protocol: {} - - schema: *ref_159 + - schema: *ref_158 serializedName: nextLink - language: &ref_1071 + language: &ref_1070 default: name: nextLink description: The link to next page of certificate list. @@ -5860,15 +5846,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_350 + - &ref_349 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_160 + - schema: *ref_159 required: true serializedName: type - language: &ref_851 + language: &ref_850 default: name: type description: Type of the resource to check name availability @@ -5876,10 +5862,10 @@ schemas: name: Type description: REQUIRED; Type of the resource to check name availability protocol: {} - - schema: *ref_161 + - schema: *ref_160 required: true serializedName: name - language: &ref_850 + language: &ref_849 default: name: name description: Name to be checked @@ -5902,14 +5888,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_354 + - &ref_353 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_162 + - schema: *ref_161 serializedName: nameAvailable - language: &ref_855 + language: &ref_854 default: name: nameAvailable description: Indicates whether the name is available @@ -5917,9 +5903,9 @@ schemas: name: NameAvailable description: Indicates whether the name is available protocol: {} - - schema: *ref_163 + - schema: *ref_162 serializedName: reason - language: &ref_856 + language: &ref_855 default: name: reason description: Reason why the name is not available @@ -5927,9 +5913,9 @@ schemas: name: Reason description: Reason why the name is not available protocol: {} - - schema: *ref_164 + - schema: *ref_163 serializedName: message - language: &ref_854 + language: &ref_853 default: name: message description: Message why the name is not available @@ -5953,13 +5939,13 @@ schemas: namespace: '' protocol: {} - *ref_101 - - *ref_165 - - &ref_649 + - *ref_164 + - &ref_648 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_254 + - schema: &ref_253 type: array apiVersions: - version: 2020-11-01-preview @@ -5975,7 +5961,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1114 + language: &ref_1113 default: name: value description: The custom domain resources list. @@ -5984,9 +5970,9 @@ schemas: description: The custom domain resources list. byValue: true protocol: {} - - schema: *ref_166 + - schema: *ref_165 serializedName: nextLink - language: &ref_1113 + language: &ref_1112 default: name: nextLink description: The link to next page of custom domain list. @@ -6010,15 +5996,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_501 + - &ref_500 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_167 + - schema: *ref_166 required: true serializedName: name - language: &ref_987 + language: &ref_986 default: name: name description: Name to be validated @@ -6041,14 +6027,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_507 + - &ref_506 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_168 + - schema: *ref_167 serializedName: isValid - language: &ref_990 + language: &ref_989 default: name: isValid description: Indicates if domain name is valid. @@ -6056,9 +6042,9 @@ schemas: name: IsValid description: Indicates if domain name is valid. protocol: {} - - schema: *ref_169 + - schema: *ref_168 serializedName: message - language: &ref_991 + language: &ref_990 default: name: message description: Message of why domain name is invalid. @@ -6082,16 +6068,16 @@ schemas: namespace: '' protocol: {} - *ref_102 + - *ref_169 - *ref_170 - *ref_171 - *ref_172 - - *ref_173 - - &ref_706 + - &ref_705 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_257 + - schema: &ref_256 type: array apiVersions: - version: 2020-11-01-preview @@ -6107,7 +6093,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1174 + language: &ref_1173 default: name: value description: Collection of Deployment resources @@ -6116,7 +6102,7 @@ schemas: description: Collection of Deployment resources byValue: true protocol: {} - - schema: *ref_174 + - schema: *ref_173 serializedName: nextLink language: default: @@ -6142,15 +6128,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_752 + - &ref_751 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_175 + - schema: *ref_174 required: true serializedName: url - language: &ref_1205 + language: &ref_1204 default: name: url description: URL of the log file @@ -6173,12 +6159,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_360 + - &ref_359 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_259 + - schema: &ref_258 type: array apiVersions: - version: 2020-11-01-preview @@ -6194,7 +6180,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_859 + language: &ref_858 default: name: value description: Collection of Service resources @@ -6203,7 +6189,7 @@ schemas: description: Collection of Service resources byValue: true protocol: {} - - schema: *ref_176 + - schema: *ref_175 serializedName: nextLink language: default: @@ -6229,23 +6215,23 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_758 + - &ref_757 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_265 + - schema: &ref_264 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_202 + elementType: &ref_201 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_177 + - schema: *ref_176 serializedName: name - language: &ref_1210 + language: &ref_1209 default: name: name description: Name of the operation @@ -6253,9 +6239,9 @@ schemas: name: Name description: Name of the operation protocol: {} - - schema: *ref_178 + - schema: *ref_177 serializedName: isDataAction - language: &ref_1216 + language: &ref_1215 default: name: isDataAction description: Indicates whether the operation is a data action @@ -6263,14 +6249,14 @@ schemas: name: IsDataAction description: Indicates whether the operation is a data action protocol: {} - - schema: &ref_203 + - schema: &ref_202 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_179 + - schema: *ref_178 serializedName: provider - language: &ref_1213 + language: &ref_1212 default: name: provider description: Resource provider of the operation @@ -6278,9 +6264,9 @@ schemas: name: Provider description: Resource provider of the operation protocol: {} - - schema: *ref_180 + - schema: *ref_179 serializedName: resource - language: &ref_1214 + language: &ref_1213 default: name: resource description: Resource of the operation @@ -6288,9 +6274,9 @@ schemas: name: Resource description: Resource of the operation protocol: {} - - schema: *ref_181 + - schema: *ref_180 serializedName: operation - language: &ref_1212 + language: &ref_1211 default: name: operation description: Localized friendly name for the operation @@ -6298,9 +6284,9 @@ schemas: name: Operation description: Localized friendly name for the operation protocol: {} - - schema: *ref_182 + - schema: *ref_181 serializedName: description - language: &ref_1211 + language: &ref_1210 default: name: description description: Localized friendly description for the operation @@ -6324,7 +6310,7 @@ schemas: namespace: '' protocol: {} serializedName: display - language: &ref_1215 + language: &ref_1214 default: name: display description: Display of the operation @@ -6332,7 +6318,7 @@ schemas: name: Display description: Display of the operation protocol: {} - - schema: *ref_183 + - schema: *ref_182 readOnly: true serializedName: actionType language: @@ -6343,9 +6329,9 @@ schemas: name: ActionType description: READ-ONLY; Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. protocol: {} - - schema: *ref_184 + - schema: *ref_183 serializedName: origin - language: &ref_1217 + language: &ref_1216 default: name: origin description: Origin of the operation @@ -6353,26 +6339,26 @@ schemas: name: Origin description: Origin of the operation protocol: {} - - schema: &ref_204 + - schema: &ref_203 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_205 + - schema: &ref_204 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_260 + - schema: &ref_259 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_206 + elementType: &ref_205 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_185 + - schema: *ref_184 serializedName: name language: default: @@ -6382,7 +6368,7 @@ schemas: name: Name description: Name of the log protocol: {} - - schema: *ref_186 + - schema: *ref_185 serializedName: displayName language: default: @@ -6392,7 +6378,7 @@ schemas: name: DisplayName description: Localized friendly display name of the log protocol: {} - - schema: *ref_187 + - schema: *ref_186 serializedName: blobDuration language: default: @@ -6437,16 +6423,16 @@ schemas: description: Specifications of the Log for Azure Monitoring byValue: true protocol: {} - - schema: &ref_264 + - schema: &ref_263 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_207 + elementType: &ref_206 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_188 + - schema: *ref_187 serializedName: name language: default: @@ -6456,7 +6442,7 @@ schemas: name: Name description: Name of the metric protocol: {} - - schema: *ref_189 + - schema: *ref_188 serializedName: displayName language: default: @@ -6466,7 +6452,7 @@ schemas: name: DisplayName description: Localized friendly display name of the metric protocol: {} - - schema: *ref_190 + - schema: *ref_189 serializedName: displayDescription language: default: @@ -6476,7 +6462,7 @@ schemas: name: DisplayDescription description: Localized friendly description of the metric protocol: {} - - schema: *ref_191 + - schema: *ref_190 serializedName: unit language: default: @@ -6486,7 +6472,7 @@ schemas: name: Unit description: Unit that makes sense for the metric protocol: {} - - schema: *ref_192 + - schema: *ref_191 serializedName: category language: default: @@ -6496,7 +6482,7 @@ schemas: name: Category description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - - schema: *ref_193 + - schema: *ref_192 serializedName: aggregationType language: default: @@ -6506,11 +6492,11 @@ schemas: name: AggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - - schema: &ref_261 + - schema: &ref_260 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_194 + elementType: *ref_193 language: default: name: MetricSpecificationSupportedAggregationTypes @@ -6531,11 +6517,11 @@ schemas: description: Supported aggregation types byValue: true protocol: {} - - schema: &ref_262 + - schema: &ref_261 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_195 + elementType: *ref_194 language: default: name: MetricSpecificationSupportedTimeGrainTypes @@ -6556,7 +6542,7 @@ schemas: description: Supported time grain types byValue: true protocol: {} - - schema: *ref_196 + - schema: *ref_195 serializedName: fillGapWithZero language: default: @@ -6566,16 +6552,16 @@ schemas: name: FillGapWithZero description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. protocol: {} - - schema: &ref_263 + - schema: &ref_262 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_208 + elementType: &ref_207 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_197 + - schema: *ref_196 serializedName: name language: default: @@ -6585,7 +6571,7 @@ schemas: name: Name description: Name of the dimension protocol: {} - - schema: *ref_198 + - schema: *ref_197 serializedName: displayName language: default: @@ -6595,7 +6581,7 @@ schemas: name: DisplayName description: Localized friendly display name of the dimension protocol: {} - - schema: *ref_199 + - schema: *ref_198 serializedName: toBeExportedForShoebox language: default: @@ -6640,7 +6626,7 @@ schemas: description: Dimensions of the metric byValue: true protocol: {} - - schema: *ref_200 + - schema: *ref_199 serializedName: sourceMdmNamespace language: default: @@ -6703,7 +6689,7 @@ schemas: namespace: '' protocol: {} serializedName: serviceSpecification - language: &ref_1218 + language: &ref_1217 default: name: serviceSpecification description: Service specifications of the operation @@ -6727,7 +6713,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_1219 + language: &ref_1218 default: name: properties description: Properties of the operation @@ -6761,7 +6747,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1220 + language: &ref_1219 default: name: value description: Collection of available operation details @@ -6770,9 +6756,9 @@ schemas: description: Collection of available operation details byValue: true protocol: {} - - schema: *ref_201 + - schema: *ref_200 serializedName: nextLink - language: &ref_1209 + language: &ref_1208 default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." @@ -6796,30 +6782,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_201 - *ref_202 - *ref_203 - *ref_204 - *ref_205 - *ref_206 - *ref_207 - - *ref_208 - - &ref_764 + - &ref_763 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_266 + - schema: &ref_265 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_212 + elementType: &ref_211 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_209 + - schema: *ref_208 serializedName: value - language: &ref_1226 + language: &ref_1225 default: name: value description: The raw value which could be passed to deployment CRUD operations. @@ -6827,9 +6813,9 @@ schemas: name: Value description: The raw value which could be passed to deployment CRUD operations. protocol: {} - - schema: *ref_210 + - schema: *ref_209 serializedName: platform - language: &ref_1225 + language: &ref_1224 default: name: platform description: 'The platform of this runtime version (possible values: "Java" or ".NET").' @@ -6837,9 +6823,9 @@ schemas: name: Platform description: 'The platform of this runtime version (possible values: "Java" or ".NET").' protocol: {} - - schema: *ref_211 + - schema: *ref_210 serializedName: version - language: &ref_1227 + language: &ref_1226 default: name: version description: The detailed version (major.minor) of the platform. @@ -6874,7 +6860,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_1228 + language: &ref_1227 default: name: value description: A list of all supported runtime versions. @@ -6899,24 +6885,24 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_212 - - &ref_770 + - *ref_211 + - &ref_769 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_277 + - schema: &ref_276 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_232 + elementType: &ref_231 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_213 + - schema: *ref_212 serializedName: resourceType - language: &ref_1243 + language: &ref_1242 default: name: resourceType description: Gets the type of resource the SKU applies to. @@ -6924,9 +6910,9 @@ schemas: name: ResourceType description: Gets the type of resource the SKU applies to. protocol: {} - - schema: *ref_214 + - schema: *ref_213 serializedName: name - language: &ref_1232 + language: &ref_1231 default: name: name description: Gets the name of SKU. @@ -6934,9 +6920,9 @@ schemas: name: Name description: Gets the name of SKU. protocol: {} - - schema: *ref_215 + - schema: *ref_214 serializedName: tier - language: &ref_1245 + language: &ref_1244 default: name: tier description: Gets the tier of SKU. @@ -6944,15 +6930,15 @@ schemas: name: Tier description: Gets the tier of SKU. protocol: {} - - schema: &ref_233 + - schema: &ref_232 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_216 + - schema: *ref_215 required: true serializedName: minimum - language: &ref_1235 + language: &ref_1234 default: name: minimum description: Gets or sets the minimum. @@ -6960,10 +6946,10 @@ schemas: name: Minimum description: REQUIRED; Gets or sets the minimum. protocol: {} - - schema: *ref_217 + - schema: *ref_216 required: false serializedName: maximum - language: &ref_1234 + language: &ref_1233 default: name: maximum description: Gets or sets the maximum. @@ -6971,10 +6957,10 @@ schemas: name: Maximum description: Gets or sets the maximum. protocol: {} - - schema: *ref_218 + - schema: *ref_217 required: false serializedName: default - language: &ref_1233 + language: &ref_1232 default: name: default description: Gets or sets the default. @@ -6982,10 +6968,10 @@ schemas: name: Default description: Gets or sets the default. protocol: {} - - schema: *ref_219 + - schema: *ref_218 required: false serializedName: scaleType - language: &ref_1236 + language: &ref_1235 default: name: scaleType description: Gets or sets the type of the scale. @@ -7009,7 +6995,7 @@ schemas: namespace: '' protocol: {} serializedName: capacity - language: &ref_1237 + language: &ref_1236 default: name: capacity description: Gets the capacity of SKU. @@ -7017,11 +7003,11 @@ schemas: name: Capacity description: Gets the capacity of SKU. protocol: {} - - schema: &ref_267 + - schema: &ref_266 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_220 + elementType: *ref_219 language: default: name: ResourceSkuLocations @@ -7033,7 +7019,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: locations - language: &ref_1242 + language: &ref_1241 default: name: locations description: Gets the set of locations that the SKU is available. @@ -7042,18 +7028,18 @@ schemas: description: Gets the set of locations that the SKU is available. byValue: true protocol: {} - - schema: &ref_272 + - schema: &ref_271 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_234 + elementType: &ref_233 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_221 + - schema: *ref_220 serializedName: location - language: &ref_1238 + language: &ref_1237 default: name: location description: Gets location of the SKU @@ -7061,11 +7047,11 @@ schemas: name: Location description: Gets location of the SKU protocol: {} - - schema: &ref_268 + - schema: &ref_267 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_222 + elementType: *ref_221 language: default: name: ResourceSkuLocationInfoZones @@ -7077,7 +7063,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: zones - language: &ref_1240 + language: &ref_1239 default: name: zones description: Gets list of availability zones where the SKU is supported. @@ -7086,20 +7072,20 @@ schemas: description: Gets list of availability zones where the SKU is supported. byValue: true protocol: {} - - schema: &ref_271 + - schema: &ref_270 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_235 + elementType: &ref_234 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_269 + - schema: &ref_268 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_223 + elementType: *ref_222 language: default: name: ResourceSkuZoneDetailsName @@ -7120,16 +7106,16 @@ schemas: description: Gets the set of zones that the SKU is available in with the specified capabilities. byValue: true protocol: {} - - schema: &ref_270 + - schema: &ref_269 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_236 + elementType: &ref_235 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_224 + - schema: *ref_223 serializedName: name language: default: @@ -7139,7 +7125,7 @@ schemas: name: Name description: Gets an invariant to describe the feature. protocol: {} - - schema: *ref_225 + - schema: *ref_224 serializedName: value language: default: @@ -7211,7 +7197,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: zoneDetails - language: &ref_1239 + language: &ref_1238 default: name: zoneDetails description: Gets details of capabilities available to a SKU in specific zones. @@ -7247,7 +7233,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: locationInfo - language: &ref_1241 + language: &ref_1240 default: name: locationInfo description: Gets a list of locations and availability zones in those locations where the SKU is available. @@ -7256,16 +7242,16 @@ schemas: description: Gets a list of locations and availability zones in those locations where the SKU is available. byValue: true protocol: {} - - schema: &ref_276 + - schema: &ref_275 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_237 + elementType: &ref_236 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_226 + - schema: *ref_225 serializedName: type language: default: @@ -7275,11 +7261,11 @@ schemas: name: Type description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' protocol: {} - - schema: &ref_273 + - schema: &ref_272 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_227 + elementType: *ref_226 language: default: name: ResourceSkuRestrictionsValues @@ -7300,16 +7286,16 @@ schemas: description: Gets the value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. byValue: true protocol: {} - - schema: &ref_238 + - schema: &ref_237 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_274 + - schema: &ref_273 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_228 + elementType: *ref_227 language: default: name: ResourceSkuRestrictionInfoLocations @@ -7330,11 +7316,11 @@ schemas: description: Gets locations where the SKU is restricted byValue: true protocol: {} - - schema: &ref_275 + - schema: &ref_274 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_229 + elementType: *ref_228 language: default: name: ResourceSkuRestrictionInfoZones @@ -7380,7 +7366,7 @@ schemas: name: RestrictionInfo description: Gets the information about the restriction where the SKU cannot be used. protocol: {} - - schema: *ref_230 + - schema: *ref_229 serializedName: reasonCode language: default: @@ -7417,7 +7403,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: restrictions - language: &ref_1244 + language: &ref_1243 default: name: restrictions description: "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions." @@ -7453,7 +7439,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_1246 + language: &ref_1245 default: name: value description: Collection of resource SKU @@ -7462,7 +7448,7 @@ schemas: description: Collection of resource SKU byValue: true protocol: {} - - schema: *ref_231 + - schema: *ref_230 serializedName: nextLink language: default: @@ -7488,14 +7474,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_231 - *ref_232 - *ref_233 - *ref_234 - *ref_235 - *ref_236 - *ref_237 - - *ref_238 arrays: + - *ref_238 - *ref_239 - *ref_240 - *ref_241 @@ -7512,12 +7499,11 @@ schemas: - *ref_252 - *ref_253 - *ref_254 - - *ref_255 - - &ref_699 + - &ref_698 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_256 + elementType: *ref_255 language: default: name: ArrayOfGet5ItemsItem @@ -7527,12 +7513,12 @@ schemas: description: Array of Get5ItemsItem elementIsPtr: true protocol: {} - - *ref_257 - - &ref_711 + - *ref_256 + - &ref_710 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_258 + elementType: *ref_257 language: default: name: ArrayOfGet4ItemsItem @@ -7542,6 +7528,7 @@ schemas: description: Array of Get4ItemsItem elementIsPtr: true protocol: {} + - *ref_258 - *ref_259 - *ref_260 - *ref_261 @@ -7560,15 +7547,14 @@ schemas: - *ref_274 - *ref_275 - *ref_276 - - *ref_277 globalParameters: - - &ref_281 + - &ref_280 schema: *ref_1 implementation: Client required: true extensions: x-ms-priority: 1 - language: &ref_777 + language: &ref_776 default: name: SubscriptionId description: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. @@ -7580,7 +7566,7 @@ globalParameters: protocol: http: in: path - - &ref_279 + - &ref_278 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -7600,12 +7586,12 @@ globalParameters: protocol: http: in: uri - - &ref_280 - schema: *ref_278 + - &ref_279 + schema: *ref_277 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_776 + language: &ref_775 default: name: apiVersion description: Api Version @@ -7618,22 +7604,22 @@ globalParameters: http: in: query operationGroups: - - &ref_781 + - &ref_780 $key: Services operations: - - &ref_780 + - &ref_779 operationId: Services_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_283 + - &ref_282 schema: *ref_1 implementation: Method required: true - language: &ref_778 + language: &ref_777 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -7645,11 +7631,11 @@ operationGroups: protocol: http: in: path - - &ref_284 + - &ref_283 schema: *ref_1 implementation: Method required: true - language: &ref_779 + language: &ref_778 default: name: serviceName description: The name of the Service resource. @@ -7663,7 +7649,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7693,11 +7679,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_282 - *ref_283 - - *ref_284 responses: - schema: *ref_3 - language: &ref_803 + language: &ref_802 default: name: '' description: Success. The response describes the corresponding Service. @@ -7712,7 +7698,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -7787,65 +7773,65 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1286 + optionalParamGroup: &ref_1285 schema: type: object language: - default: &ref_286 + default: &ref_285 name: ServicesClientGetOptions description: ServicesClientGetOptions contains the optional parameters for the ServicesClient.Get method. - go: *ref_286 + go: *ref_285 protocol: {} originalParameter: [] required: false serializedName: ServicesClientGetOptions language: - default: &ref_287 + default: &ref_286 name: options description: ServicesClientGetOptions contains the optional parameters for the ServicesClient.Get method. - go: *ref_287 + go: *ref_286 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1335 + responseEnv: &ref_1334 type: object properties: - - &ref_289 + - &ref_288 schema: *ref_3 serializedName: ServiceResource language: - default: &ref_288 + default: &ref_287 name: ServiceResource description: Service resource byValue: true embeddedType: true - go: *ref_288 + go: *ref_287 protocol: {} language: - default: &ref_290 + default: &ref_289 name: ServicesClientGetResponse description: ServicesClientGetResponse contains the response from method ServicesClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_289 - go: *ref_290 + resultProp: *ref_288 + go: *ref_289 protocol: {} protocol: {} - - &ref_807 + - &ref_806 operationId: Services_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_293 + - &ref_292 schema: *ref_1 implementation: Method required: true - language: &ref_804 + language: &ref_803 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -7857,11 +7843,11 @@ operationGroups: protocol: http: in: path - - &ref_294 + - &ref_293 schema: *ref_1 implementation: Method required: true - language: &ref_805 + language: &ref_804 default: name: serviceName description: The name of the Service resource. @@ -7874,13 +7860,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_292 + application/json: &ref_291 parameters: - - &ref_291 + - &ref_290 schema: *ref_3 implementation: Method required: true - language: &ref_806 + language: &ref_805 default: name: resource description: Parameters for the create or update operation @@ -7891,7 +7877,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7908,7 +7894,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_291 + - *ref_290 language: default: name: '' @@ -7925,13 +7911,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_292 + - *ref_291 signatureParameters: + - *ref_292 - *ref_293 - - *ref_294 responses: - schema: *ref_3 - language: &ref_808 + language: &ref_807 default: name: '' description: Success. The response describes the updated Service. @@ -7946,7 +7932,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_3 - language: &ref_809 + language: &ref_808 default: name: '' description: "Created. The response describes the new Service and contains a Location header to query the\r\noperation result." @@ -7961,7 +7947,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_3 - language: &ref_810 + language: &ref_809 default: name: '' description: "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result." @@ -7976,7 +7962,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -8286,81 +8272,81 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1287 + optionalParamGroup: &ref_1286 schema: type: object language: - default: &ref_295 + default: &ref_294 name: ServicesClientBeginCreateOrUpdateOptions description: ServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServicesClient.BeginCreateOrUpdate method. - go: *ref_295 + go: *ref_294 protocol: {} originalParameter: - schema: type: string language: - default: &ref_296 + default: &ref_295 name: string description: '' - go: *ref_296 + go: *ref_295 protocol: {} language: - default: &ref_297 + default: &ref_296 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_297 + go: *ref_296 protocol: {} required: false serializedName: ServicesClientBeginCreateOrUpdateOptions language: - default: &ref_298 + default: &ref_297 name: options description: ServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServicesClient.BeginCreateOrUpdate method. - go: *ref_298 + go: *ref_297 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1336 + responseEnv: &ref_1335 type: object properties: - - &ref_300 + - &ref_299 schema: *ref_3 serializedName: ServiceResource language: - default: &ref_299 + default: &ref_298 name: ServiceResource description: Service resource byValue: true embeddedType: true - go: *ref_299 + go: *ref_298 protocol: {} language: - default: &ref_301 + default: &ref_300 name: ServicesClientCreateOrUpdateResponse description: ServicesClientCreateOrUpdateResponse contains the response from method ServicesClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_300 - go: *ref_301 + resultProp: *ref_299 + go: *ref_300 protocol: {} protocol: {} - - &ref_818 + - &ref_817 operationId: Services_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_302 + - &ref_301 schema: *ref_1 implementation: Method required: true - language: &ref_816 + language: &ref_815 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -8372,11 +8358,11 @@ operationGroups: protocol: http: in: path - - &ref_303 + - &ref_302 schema: *ref_1 implementation: Method required: true - language: &ref_817 + language: &ref_816 default: name: serviceName description: The name of the Service resource. @@ -8390,7 +8376,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8420,10 +8406,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_301 - *ref_302 - - *ref_303 responses: - - language: &ref_1283 + - language: &ref_1282 default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. @@ -8446,7 +8432,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -8472,7 +8458,7 @@ operationGroups: x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Delete.json responses: '202': - headers: &ref_819 + headers: &ref_818 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... '204': {} x-ms-long-running-operation: true @@ -8490,67 +8476,67 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1288 + optionalParamGroup: &ref_1287 schema: type: object language: - default: &ref_304 + default: &ref_303 name: ServicesClientBeginDeleteOptions description: ServicesClientBeginDeleteOptions contains the optional parameters for the ServicesClient.BeginDelete method. - go: *ref_304 + go: *ref_303 protocol: {} originalParameter: - schema: type: string language: - default: &ref_305 + default: &ref_304 name: string description: '' - go: *ref_305 + go: *ref_304 protocol: {} language: - default: &ref_306 + default: &ref_305 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_306 + go: *ref_305 protocol: {} required: false serializedName: ServicesClientBeginDeleteOptions language: - default: &ref_307 + default: &ref_306 name: options description: ServicesClientBeginDeleteOptions contains the optional parameters for the ServicesClient.BeginDelete method. - go: *ref_307 + go: *ref_306 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1337 + responseEnv: &ref_1336 type: object language: - default: &ref_308 + default: &ref_307 name: ServicesClientDeleteResponse description: ServicesClientDeleteResponse contains the response from method ServicesClient.BeginDelete. forLRO: true responseType: true - go: *ref_308 + go: *ref_307 protocol: {} protocol: {} - - &ref_823 + - &ref_822 operationId: Services_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_311 + - &ref_310 schema: *ref_1 implementation: Method required: true - language: &ref_820 + language: &ref_819 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -8562,11 +8548,11 @@ operationGroups: protocol: http: in: path - - &ref_312 + - &ref_311 schema: *ref_1 implementation: Method required: true - language: &ref_821 + language: &ref_820 default: name: serviceName description: The name of the Service resource. @@ -8579,13 +8565,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_310 + application/json: &ref_309 parameters: - - &ref_309 + - &ref_308 schema: *ref_3 implementation: Method required: true - language: &ref_822 + language: &ref_821 default: name: resource description: Parameters for the update operation @@ -8596,7 +8582,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8613,7 +8599,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_309 + - *ref_308 language: default: name: '' @@ -8630,13 +8616,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_310 + - *ref_309 signatureParameters: + - *ref_310 - *ref_311 - - *ref_312 responses: - schema: *ref_3 - language: &ref_824 + language: &ref_823 default: name: '' description: Success. The response describes the updated Service. @@ -8651,7 +8637,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_3 - language: &ref_825 + language: &ref_824 default: name: '' description: "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result." @@ -8666,7 +8652,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -8775,7 +8761,7 @@ operationGroups: tier: Standard tags: key1: value1 - headers: &ref_826 + headers: &ref_825 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -8795,81 +8781,81 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1289 + optionalParamGroup: &ref_1288 schema: type: object language: - default: &ref_313 + default: &ref_312 name: ServicesClientBeginUpdateOptions description: ServicesClientBeginUpdateOptions contains the optional parameters for the ServicesClient.BeginUpdate method. - go: *ref_313 + go: *ref_312 protocol: {} originalParameter: - schema: type: string language: - default: &ref_314 + default: &ref_313 name: string description: '' - go: *ref_314 + go: *ref_313 protocol: {} language: - default: &ref_315 + default: &ref_314 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_315 + go: *ref_314 protocol: {} required: false serializedName: ServicesClientBeginUpdateOptions language: - default: &ref_316 + default: &ref_315 name: options description: ServicesClientBeginUpdateOptions contains the optional parameters for the ServicesClient.BeginUpdate method. - go: *ref_316 + go: *ref_315 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1338 + responseEnv: &ref_1337 type: object properties: - - &ref_318 + - &ref_317 schema: *ref_3 serializedName: ServiceResource language: - default: &ref_317 + default: &ref_316 name: ServiceResource description: Service resource byValue: true embeddedType: true - go: *ref_317 + go: *ref_316 protocol: {} language: - default: &ref_319 + default: &ref_318 name: ServicesClientUpdateResponse description: ServicesClientUpdateResponse contains the response from method ServicesClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_318 - go: *ref_319 + resultProp: *ref_317 + go: *ref_318 protocol: {} protocol: {} - - &ref_829 + - &ref_828 operationId: Services_ListTestKeys apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_320 + - &ref_319 schema: *ref_1 implementation: Method required: true - language: &ref_827 + language: &ref_826 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -8881,11 +8867,11 @@ operationGroups: protocol: http: in: path - - &ref_321 + - &ref_320 schema: *ref_1 implementation: Method required: true - language: &ref_828 + language: &ref_827 default: name: serviceName description: The name of the Service resource. @@ -8899,7 +8885,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8929,11 +8915,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_319 - *ref_320 - - *ref_321 responses: - - schema: *ref_322 - language: &ref_835 + - schema: *ref_321 + language: &ref_834 default: name: '' description: Success. The response describes the test keys. @@ -8948,7 +8934,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -8992,65 +8978,65 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1290 + optionalParamGroup: &ref_1289 schema: type: object language: - default: &ref_323 + default: &ref_322 name: ServicesClientListTestKeysOptions description: ServicesClientListTestKeysOptions contains the optional parameters for the ServicesClient.ListTestKeys method. - go: *ref_323 + go: *ref_322 protocol: {} originalParameter: [] required: false serializedName: ServicesClientListTestKeysOptions language: - default: &ref_324 + default: &ref_323 name: options description: ServicesClientListTestKeysOptions contains the optional parameters for the ServicesClient.ListTestKeys method. - go: *ref_324 + go: *ref_323 protocol: {} protocolNaming: internalMethod: listTestKeys requestMethod: listTestKeysCreateRequest responseMethod: listTestKeysHandleResponse - responseEnv: &ref_1339 + responseEnv: &ref_1338 type: object properties: - - &ref_326 - schema: *ref_322 + - &ref_325 + schema: *ref_321 serializedName: TestKeys language: - default: &ref_325 + default: &ref_324 name: TestKeys description: Test keys payload byValue: true embeddedType: true - go: *ref_325 + go: *ref_324 protocol: {} language: - default: &ref_327 + default: &ref_326 name: ServicesClientListTestKeysResponse description: ServicesClientListTestKeysResponse contains the response from method ServicesClient.ListTestKeys. marshallingFormat: json responseType: true - resultProp: *ref_326 - go: *ref_327 + resultProp: *ref_325 + go: *ref_326 protocol: {} protocol: {} - - &ref_840 + - &ref_839 operationId: Services_RegenerateTestKey apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_331 + - &ref_330 schema: *ref_1 implementation: Method required: true - language: &ref_836 + language: &ref_835 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -9062,11 +9048,11 @@ operationGroups: protocol: http: in: path - - &ref_332 + - &ref_331 schema: *ref_1 implementation: Method required: true - language: &ref_837 + language: &ref_836 default: name: serviceName description: The name of the Service resource. @@ -9079,13 +9065,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_330 + application/json: &ref_329 parameters: - - &ref_329 - schema: *ref_328 + - &ref_328 + schema: *ref_327 implementation: Method required: true - language: &ref_839 + language: &ref_838 default: name: regenerateTestKeyRequest description: Parameters for the operation @@ -9096,7 +9082,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9113,7 +9099,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_329 + - *ref_328 language: default: name: '' @@ -9130,13 +9116,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_330 + - *ref_329 signatureParameters: + - *ref_330 - *ref_331 - - *ref_332 responses: - - schema: *ref_322 - language: &ref_841 + - schema: *ref_321 + language: &ref_840 default: name: '' description: Success. @@ -9151,7 +9137,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9197,65 +9183,65 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1291 + optionalParamGroup: &ref_1290 schema: type: object language: - default: &ref_333 + default: &ref_332 name: ServicesClientRegenerateTestKeyOptions description: ServicesClientRegenerateTestKeyOptions contains the optional parameters for the ServicesClient.RegenerateTestKey method. - go: *ref_333 + go: *ref_332 protocol: {} originalParameter: [] required: false serializedName: ServicesClientRegenerateTestKeyOptions language: - default: &ref_334 + default: &ref_333 name: options description: ServicesClientRegenerateTestKeyOptions contains the optional parameters for the ServicesClient.RegenerateTestKey method. - go: *ref_334 + go: *ref_333 protocol: {} protocolNaming: internalMethod: regenerateTestKey requestMethod: regenerateTestKeyCreateRequest responseMethod: regenerateTestKeyHandleResponse - responseEnv: &ref_1340 + responseEnv: &ref_1339 type: object properties: - - &ref_336 - schema: *ref_322 + - &ref_335 + schema: *ref_321 serializedName: TestKeys language: - default: &ref_335 + default: &ref_334 name: TestKeys description: Test keys payload byValue: true embeddedType: true - go: *ref_335 + go: *ref_334 protocol: {} language: - default: &ref_337 + default: &ref_336 name: ServicesClientRegenerateTestKeyResponse description: ServicesClientRegenerateTestKeyResponse contains the response from method ServicesClient.RegenerateTestKey. marshallingFormat: json responseType: true - resultProp: *ref_336 - go: *ref_337 + resultProp: *ref_335 + go: *ref_336 protocol: {} protocol: {} - - &ref_844 + - &ref_843 operationId: Services_DisableTestEndpoint apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_338 + - &ref_337 schema: *ref_1 implementation: Method required: true - language: &ref_842 + language: &ref_841 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -9267,11 +9253,11 @@ operationGroups: protocol: http: in: path - - &ref_339 + - &ref_338 schema: *ref_1 implementation: Method required: true - language: &ref_843 + language: &ref_842 default: name: serviceName description: The name of the Service resource. @@ -9285,7 +9271,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9315,10 +9301,10 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_337 - *ref_338 - - *ref_339 responses: - - language: &ref_1251 + - language: &ref_1250 default: name: '' description: Success @@ -9330,7 +9316,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9368,51 +9354,51 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1292 + optionalParamGroup: &ref_1291 schema: type: object language: - default: &ref_340 + default: &ref_339 name: ServicesClientDisableTestEndpointOptions description: ServicesClientDisableTestEndpointOptions contains the optional parameters for the ServicesClient.DisableTestEndpoint method. - go: *ref_340 + go: *ref_339 protocol: {} originalParameter: [] required: false serializedName: ServicesClientDisableTestEndpointOptions language: - default: &ref_341 + default: &ref_340 name: options description: ServicesClientDisableTestEndpointOptions contains the optional parameters for the ServicesClient.DisableTestEndpoint method. - go: *ref_341 + go: *ref_340 protocol: {} protocolNaming: internalMethod: disableTestEndpoint requestMethod: disableTestEndpointCreateRequest responseMethod: disableTestEndpointHandleResponse - responseEnv: &ref_1341 + responseEnv: &ref_1340 type: object language: - default: &ref_342 + default: &ref_341 name: ServicesClientDisableTestEndpointResponse description: ServicesClientDisableTestEndpointResponse contains the response from method ServicesClient.DisableTestEndpoint. responseType: true - go: *ref_342 + go: *ref_341 protocol: {} protocol: {} - - &ref_847 + - &ref_846 operationId: Services_EnableTestEndpoint apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_343 + - &ref_342 schema: *ref_1 implementation: Method required: true - language: &ref_845 + language: &ref_844 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -9424,11 +9410,11 @@ operationGroups: protocol: http: in: path - - &ref_344 + - &ref_343 schema: *ref_1 implementation: Method required: true - language: &ref_846 + language: &ref_845 default: name: serviceName description: The name of the Service resource. @@ -9442,7 +9428,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9472,11 +9458,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_342 - *ref_343 - - *ref_344 responses: - - schema: *ref_322 - language: &ref_848 + - schema: *ref_321 + language: &ref_847 default: name: '' description: Success @@ -9491,7 +9477,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9535,65 +9521,65 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1293 + optionalParamGroup: &ref_1292 schema: type: object language: - default: &ref_345 + default: &ref_344 name: ServicesClientEnableTestEndpointOptions description: ServicesClientEnableTestEndpointOptions contains the optional parameters for the ServicesClient.EnableTestEndpoint method. - go: *ref_345 + go: *ref_344 protocol: {} originalParameter: [] required: false serializedName: ServicesClientEnableTestEndpointOptions language: - default: &ref_346 + default: &ref_345 name: options description: ServicesClientEnableTestEndpointOptions contains the optional parameters for the ServicesClient.EnableTestEndpoint method. - go: *ref_346 + go: *ref_345 protocol: {} protocolNaming: internalMethod: enableTestEndpoint requestMethod: enableTestEndpointCreateRequest responseMethod: enableTestEndpointHandleResponse - responseEnv: &ref_1342 + responseEnv: &ref_1341 type: object properties: - - &ref_348 - schema: *ref_322 + - &ref_347 + schema: *ref_321 serializedName: TestKeys language: - default: &ref_347 + default: &ref_346 name: TestKeys description: Test keys payload byValue: true embeddedType: true - go: *ref_347 + go: *ref_346 protocol: {} language: - default: &ref_349 + default: &ref_348 name: ServicesClientEnableTestEndpointResponse description: ServicesClientEnableTestEndpointResponse contains the response from method ServicesClient.EnableTestEndpoint. marshallingFormat: json responseType: true - resultProp: *ref_348 - go: *ref_349 + resultProp: *ref_347 + go: *ref_348 protocol: {} protocol: {} - - &ref_853 + - &ref_852 operationId: Services_CheckNameAvailability apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_353 + - &ref_352 schema: *ref_1 implementation: Method required: true - language: &ref_849 + language: &ref_848 default: name: location description: the region @@ -9606,13 +9592,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_352 + application/json: &ref_351 parameters: - - &ref_351 - schema: *ref_350 + - &ref_350 + schema: *ref_349 implementation: Method required: true - language: &ref_852 + language: &ref_851 default: name: availabilityParameters description: Parameters supplied to the operation. @@ -9623,7 +9609,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9640,7 +9626,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_351 + - *ref_350 language: default: name: '' @@ -9657,12 +9643,12 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_352 + - *ref_351 signatureParameters: - - *ref_353 + - *ref_352 responses: - - schema: *ref_354 - language: &ref_857 + - schema: *ref_353 + language: &ref_856 default: name: '' description: Success. The response describes the name availability. @@ -9677,7 +9663,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9721,63 +9707,63 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1294 + optionalParamGroup: &ref_1293 schema: type: object language: - default: &ref_355 + default: &ref_354 name: ServicesClientCheckNameAvailabilityOptions description: ServicesClientCheckNameAvailabilityOptions contains the optional parameters for the ServicesClient.CheckNameAvailability method. - go: *ref_355 + go: *ref_354 protocol: {} originalParameter: [] required: false serializedName: ServicesClientCheckNameAvailabilityOptions language: - default: &ref_356 + default: &ref_355 name: options description: ServicesClientCheckNameAvailabilityOptions contains the optional parameters for the ServicesClient.CheckNameAvailability method. - go: *ref_356 + go: *ref_355 protocol: {} protocolNaming: internalMethod: checkNameAvailability requestMethod: checkNameAvailabilityCreateRequest responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_1343 + responseEnv: &ref_1342 type: object properties: - - &ref_358 - schema: *ref_354 + - &ref_357 + schema: *ref_353 serializedName: NameAvailability language: - default: &ref_357 + default: &ref_356 name: NameAvailability description: Name availability result payload byValue: true embeddedType: true - go: *ref_357 + go: *ref_356 protocol: {} language: - default: &ref_359 + default: &ref_358 name: ServicesClientCheckNameAvailabilityResponse description: ServicesClientCheckNameAvailabilityResponse contains the response from method ServicesClient.CheckNameAvailability. marshallingFormat: json responseType: true - resultProp: *ref_358 - go: *ref_359 + resultProp: *ref_357 + go: *ref_358 protocol: {} protocol: {} - - &ref_858 + - &ref_857 operationId: Services_ListBySubscription apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9808,8 +9794,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_360 - language: &ref_860 + - schema: *ref_359 + language: &ref_859 default: name: '' description: Success. The response describes the list of Services in the subscription. @@ -9824,7 +9810,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -9900,67 +9886,67 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1295 + optionalParamGroup: &ref_1294 schema: type: object language: - default: &ref_361 + default: &ref_360 name: ServicesClientListBySubscriptionOptions description: ServicesClientListBySubscriptionOptions contains the optional parameters for the ServicesClient.NewListBySubscriptionPager method. - go: *ref_361 + go: *ref_360 protocol: {} originalParameter: [] required: false serializedName: ServicesClientListBySubscriptionOptions language: - default: &ref_362 + default: &ref_361 name: options description: ServicesClientListBySubscriptionOptions contains the optional parameters for the ServicesClient.NewListBySubscriptionPager method. - go: *ref_362 + go: *ref_361 protocol: {} - paging: &ref_861 + paging: &ref_860 nextLinkName: NextLink protocolNaming: internalMethod: listBySubscription requestMethod: listBySubscriptionCreateRequest responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_1344 + responseEnv: &ref_1343 type: object properties: - - &ref_364 - schema: *ref_360 + - &ref_363 + schema: *ref_359 serializedName: ServiceResourceList language: - default: &ref_363 + default: &ref_362 name: ServiceResourceList description: Object that includes an array of Service resources and a possible link for next set byValue: true embeddedType: true - go: *ref_363 + go: *ref_362 protocol: {} language: - default: &ref_365 + default: &ref_364 name: ServicesClientListBySubscriptionResponse description: ServicesClientListBySubscriptionResponse contains the response from method ServicesClient.NewListBySubscriptionPager. marshallingFormat: json responseType: true - resultProp: *ref_364 - go: *ref_365 + resultProp: *ref_363 + go: *ref_364 protocol: {} protocol: {} - - &ref_863 + - &ref_862 operationId: Services_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_366 + - &ref_365 schema: *ref_1 implementation: Method required: true - language: &ref_862 + language: &ref_861 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -9974,7 +9960,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10004,10 +9990,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_366 + - *ref_365 responses: - - schema: *ref_360 - language: &ref_864 + - schema: *ref_359 + language: &ref_863 default: name: '' description: Success. The response describes the list of Services in the resource group. @@ -10022,7 +10008,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -10099,52 +10085,52 @@ operationGroups: azureARM: true clientName: ServicesClient openApiType: arm - optionalParamGroup: &ref_1296 + optionalParamGroup: &ref_1295 schema: type: object language: - default: &ref_367 + default: &ref_366 name: ServicesClientListOptions description: ServicesClientListOptions contains the optional parameters for the ServicesClient.NewListPager method. - go: *ref_367 + go: *ref_366 protocol: {} originalParameter: [] required: false serializedName: ServicesClientListOptions language: - default: &ref_368 + default: &ref_367 name: options description: ServicesClientListOptions contains the optional parameters for the ServicesClient.NewListPager method. - go: *ref_368 + go: *ref_367 protocol: {} - paging: &ref_865 + paging: &ref_864 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1345 + responseEnv: &ref_1344 type: object properties: - - &ref_370 - schema: *ref_360 + - &ref_369 + schema: *ref_359 serializedName: ServiceResourceList language: - default: &ref_369 + default: &ref_368 name: ServiceResourceList description: Object that includes an array of Service resources and a possible link for next set byValue: true embeddedType: true - go: *ref_369 + go: *ref_368 protocol: {} language: - default: &ref_371 + default: &ref_370 name: ServicesClientListResponse description: ServicesClientListResponse contains the response from method ServicesClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_370 - go: *ref_371 + resultProp: *ref_369 + go: *ref_370 protocol: {} protocol: {} language: @@ -10157,24 +10143,24 @@ operationGroups: clientCtorName: NewServicesClient clientName: ServicesClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_869 + - &ref_868 $key: ConfigServers operations: - - &ref_868 + - &ref_867 operationId: ConfigServers_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_372 + - &ref_371 schema: *ref_1 implementation: Method required: true - language: &ref_866 + language: &ref_865 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -10186,11 +10172,11 @@ operationGroups: protocol: http: in: path - - &ref_373 + - &ref_372 schema: *ref_1 implementation: Method required: true - language: &ref_867 + language: &ref_866 default: name: serviceName description: The name of the Service resource. @@ -10204,7 +10190,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10234,11 +10220,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_371 - *ref_372 - - *ref_373 responses: - schema: *ref_96 - language: &ref_878 + language: &ref_877 default: name: '' description: Success. The response describes the corresponding Config Server. @@ -10253,7 +10239,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -10303,65 +10289,65 @@ operationGroups: azureARM: true clientName: ConfigServersClient openApiType: arm - optionalParamGroup: &ref_1297 + optionalParamGroup: &ref_1296 schema: type: object language: - default: &ref_374 + default: &ref_373 name: ConfigServersClientGetOptions description: ConfigServersClientGetOptions contains the optional parameters for the ConfigServersClient.Get method. - go: *ref_374 + go: *ref_373 protocol: {} originalParameter: [] required: false serializedName: ConfigServersClientGetOptions language: - default: &ref_375 + default: &ref_374 name: options description: ConfigServersClientGetOptions contains the optional parameters for the ConfigServersClient.Get method. - go: *ref_375 + go: *ref_374 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1346 + responseEnv: &ref_1345 type: object properties: - - &ref_377 + - &ref_376 schema: *ref_96 serializedName: ConfigServerResource language: - default: &ref_376 + default: &ref_375 name: ConfigServerResource description: Config Server resource byValue: true embeddedType: true - go: *ref_376 + go: *ref_375 protocol: {} language: - default: &ref_378 + default: &ref_377 name: ConfigServersClientGetResponse description: ConfigServersClientGetResponse contains the response from method ConfigServersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_377 - go: *ref_378 + resultProp: *ref_376 + go: *ref_377 protocol: {} protocol: {} - - &ref_882 + - &ref_881 operationId: ConfigServers_UpdatePut apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_381 + - &ref_380 schema: *ref_1 implementation: Method required: true - language: &ref_879 + language: &ref_878 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -10373,11 +10359,11 @@ operationGroups: protocol: http: in: path - - &ref_382 + - &ref_381 schema: *ref_1 implementation: Method required: true - language: &ref_880 + language: &ref_879 default: name: serviceName description: The name of the Service resource. @@ -10390,13 +10376,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_380 + application/json: &ref_379 parameters: - - &ref_379 + - &ref_378 schema: *ref_96 implementation: Method required: true - language: &ref_881 + language: &ref_880 default: name: configServerResource description: Parameters for the update operation @@ -10407,7 +10393,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10424,7 +10410,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_379 + - *ref_378 language: default: name: '' @@ -10441,13 +10427,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_380 + - *ref_379 signatureParameters: + - *ref_380 - *ref_381 - - *ref_382 responses: - schema: *ref_96 - language: &ref_883 + language: &ref_882 default: name: '' description: Success. The response describes the updated Config Server. @@ -10462,7 +10448,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_96 - language: &ref_884 + language: &ref_883 default: name: '' description: "Accepted. The response indicates the exiting Config Server is now updating and contains a Location\r\nheader to query the operation result." @@ -10477,7 +10463,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -10551,81 +10537,81 @@ operationGroups: azureARM: true clientName: ConfigServersClient openApiType: arm - optionalParamGroup: &ref_1298 + optionalParamGroup: &ref_1297 schema: type: object language: - default: &ref_383 + default: &ref_382 name: ConfigServersClientBeginUpdatePutOptions description: ConfigServersClientBeginUpdatePutOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePut method. - go: *ref_383 + go: *ref_382 protocol: {} originalParameter: - schema: type: string language: - default: &ref_384 + default: &ref_383 name: string description: '' - go: *ref_384 + go: *ref_383 protocol: {} language: - default: &ref_385 + default: &ref_384 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_385 + go: *ref_384 protocol: {} required: false serializedName: ConfigServersClientBeginUpdatePutOptions language: - default: &ref_386 + default: &ref_385 name: options description: ConfigServersClientBeginUpdatePutOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePut method. - go: *ref_386 + go: *ref_385 protocol: {} protocolNaming: internalMethod: updatePut requestMethod: updatePutCreateRequest responseMethod: updatePutHandleResponse - responseEnv: &ref_1347 + responseEnv: &ref_1346 type: object properties: - - &ref_388 + - &ref_387 schema: *ref_96 serializedName: ConfigServerResource language: - default: &ref_387 + default: &ref_386 name: ConfigServerResource description: Config Server resource byValue: true embeddedType: true - go: *ref_387 + go: *ref_386 protocol: {} language: - default: &ref_389 + default: &ref_388 name: ConfigServersClientUpdatePutResponse description: ConfigServersClientUpdatePutResponse contains the response from method ConfigServersClient.BeginUpdatePut. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_388 - go: *ref_389 + resultProp: *ref_387 + go: *ref_388 protocol: {} protocol: {} - - &ref_888 + - &ref_887 operationId: ConfigServers_UpdatePatch apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_392 + - &ref_391 schema: *ref_1 implementation: Method required: true - language: &ref_885 + language: &ref_884 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -10637,11 +10623,11 @@ operationGroups: protocol: http: in: path - - &ref_393 + - &ref_392 schema: *ref_1 implementation: Method required: true - language: &ref_886 + language: &ref_885 default: name: serviceName description: The name of the Service resource. @@ -10654,13 +10640,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_391 + application/json: &ref_390 parameters: - - &ref_390 + - &ref_389 schema: *ref_96 implementation: Method required: true - language: &ref_887 + language: &ref_886 default: name: configServerResource description: Parameters for the update operation @@ -10671,7 +10657,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10688,7 +10674,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_390 + - *ref_389 language: default: name: '' @@ -10705,13 +10691,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_391 + - *ref_390 signatureParameters: + - *ref_391 - *ref_392 - - *ref_393 responses: - schema: *ref_96 - language: &ref_889 + language: &ref_888 default: name: '' description: Success. The response describes the updated Config Server. @@ -10726,7 +10712,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_96 - language: &ref_890 + language: &ref_889 default: name: '' description: "Accepted. The response indicates the exiting Config Server is now updating and contains a Location\r\nheader to query the operation result." @@ -10741,7 +10727,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -10800,7 +10786,7 @@ operationGroups: - / uri: https://github.com/fake-user/fake-repository.git provisioningState: Updating - headers: &ref_891 + headers: &ref_890 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -10820,81 +10806,81 @@ operationGroups: azureARM: true clientName: ConfigServersClient openApiType: arm - optionalParamGroup: &ref_1299 + optionalParamGroup: &ref_1298 schema: type: object language: - default: &ref_394 + default: &ref_393 name: ConfigServersClientBeginUpdatePatchOptions description: ConfigServersClientBeginUpdatePatchOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePatch method. - go: *ref_394 + go: *ref_393 protocol: {} originalParameter: - schema: type: string language: - default: &ref_395 + default: &ref_394 name: string description: '' - go: *ref_395 + go: *ref_394 protocol: {} language: - default: &ref_396 + default: &ref_395 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_396 + go: *ref_395 protocol: {} required: false serializedName: ConfigServersClientBeginUpdatePatchOptions language: - default: &ref_397 + default: &ref_396 name: options description: ConfigServersClientBeginUpdatePatchOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePatch method. - go: *ref_397 + go: *ref_396 protocol: {} protocolNaming: internalMethod: updatePatch requestMethod: updatePatchCreateRequest responseMethod: updatePatchHandleResponse - responseEnv: &ref_1348 + responseEnv: &ref_1347 type: object properties: - - &ref_399 + - &ref_398 schema: *ref_96 serializedName: ConfigServerResource language: - default: &ref_398 + default: &ref_397 name: ConfigServerResource description: Config Server resource byValue: true embeddedType: true - go: *ref_398 + go: *ref_397 protocol: {} language: - default: &ref_400 + default: &ref_399 name: ConfigServersClientUpdatePatchResponse description: ConfigServersClientUpdatePatchResponse contains the response from method ConfigServersClient.BeginUpdatePatch. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_399 - go: *ref_400 + resultProp: *ref_398 + go: *ref_399 protocol: {} protocol: {} - - &ref_895 + - &ref_894 operationId: ConfigServers_Validate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_403 + - &ref_402 schema: *ref_1 implementation: Method required: true - language: &ref_892 + language: &ref_891 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -10906,11 +10892,11 @@ operationGroups: protocol: http: in: path - - &ref_404 + - &ref_403 schema: *ref_1 implementation: Method required: true - language: &ref_893 + language: &ref_892 default: name: serviceName description: The name of the Service resource. @@ -10923,13 +10909,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_402 + application/json: &ref_401 parameters: - - &ref_401 - schema: *ref_139 + - &ref_400 + schema: *ref_138 implementation: Method required: true - language: &ref_894 + language: &ref_893 default: name: configServerSettings description: Config server settings to be validated @@ -10940,7 +10926,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10957,7 +10943,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_401 + - *ref_400 language: default: name: '' @@ -10974,13 +10960,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_402 + - *ref_401 signatureParameters: + - *ref_402 - *ref_403 - - *ref_404 responses: - - schema: *ref_405 - language: &ref_897 + - schema: *ref_404 + language: &ref_896 default: name: '' description: Success. The response describes the validation result of Config Server. @@ -10994,8 +10980,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_405 - language: &ref_898 + - schema: *ref_404 + language: &ref_897 default: name: '' description: Accepted. The response indicates the ConfigServerSetting is validating. @@ -11010,7 +10996,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -11046,7 +11032,7 @@ operationGroups: isValid: true '202': body: {} - headers: &ref_899 + headers: &ref_898 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -11066,66 +11052,66 @@ operationGroups: azureARM: true clientName: ConfigServersClient openApiType: arm - optionalParamGroup: &ref_1300 + optionalParamGroup: &ref_1299 schema: type: object language: - default: &ref_406 + default: &ref_405 name: ConfigServersClientBeginValidateOptions description: ConfigServersClientBeginValidateOptions contains the optional parameters for the ConfigServersClient.BeginValidate method. - go: *ref_406 + go: *ref_405 protocol: {} originalParameter: - schema: type: string language: - default: &ref_407 + default: &ref_406 name: string description: '' - go: *ref_407 + go: *ref_406 protocol: {} language: - default: &ref_408 + default: &ref_407 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_408 + go: *ref_407 protocol: {} required: false serializedName: ConfigServersClientBeginValidateOptions language: - default: &ref_409 + default: &ref_408 name: options description: ConfigServersClientBeginValidateOptions contains the optional parameters for the ConfigServersClient.BeginValidate method. - go: *ref_409 + go: *ref_408 protocol: {} protocolNaming: internalMethod: validate requestMethod: validateCreateRequest responseMethod: validateHandleResponse - responseEnv: &ref_1349 + responseEnv: &ref_1348 type: object properties: - - &ref_411 - schema: *ref_405 + - &ref_410 + schema: *ref_404 serializedName: ConfigServerSettingsValidateResult language: - default: &ref_410 + default: &ref_409 name: ConfigServerSettingsValidateResult description: Validation result for config server settings byValue: true embeddedType: true - go: *ref_410 + go: *ref_409 protocol: {} language: - default: &ref_412 + default: &ref_411 name: ConfigServersClientValidateResponse description: ConfigServersClientValidateResponse contains the response from method ConfigServersClient.BeginValidate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_411 - go: *ref_412 + resultProp: *ref_410 + go: *ref_411 protocol: {} protocol: {} language: @@ -11138,24 +11124,24 @@ operationGroups: clientCtorName: NewConfigServersClient clientName: ConfigServersClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_903 + - &ref_902 $key: MonitoringSettings operations: - - &ref_902 + - &ref_901 operationId: MonitoringSettings_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_413 + - &ref_412 schema: *ref_1 implementation: Method required: true - language: &ref_900 + language: &ref_899 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -11167,11 +11153,11 @@ operationGroups: protocol: http: in: path - - &ref_414 + - &ref_413 schema: *ref_1 implementation: Method required: true - language: &ref_901 + language: &ref_900 default: name: serviceName description: The name of the Service resource. @@ -11185,7 +11171,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11215,11 +11201,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_412 - *ref_413 - - *ref_414 responses: - schema: *ref_97 - language: &ref_911 + language: &ref_910 default: name: '' description: Success. The response describes the corresponding Monitoring Setting. @@ -11234,7 +11220,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -11283,65 +11269,65 @@ operationGroups: azureARM: true clientName: MonitoringSettingsClient openApiType: arm - optionalParamGroup: &ref_1301 + optionalParamGroup: &ref_1300 schema: type: object language: - default: &ref_415 + default: &ref_414 name: MonitoringSettingsClientGetOptions description: MonitoringSettingsClientGetOptions contains the optional parameters for the MonitoringSettingsClient.Get method. - go: *ref_415 + go: *ref_414 protocol: {} originalParameter: [] required: false serializedName: MonitoringSettingsClientGetOptions language: - default: &ref_416 + default: &ref_415 name: options description: MonitoringSettingsClientGetOptions contains the optional parameters for the MonitoringSettingsClient.Get method. - go: *ref_416 + go: *ref_415 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1350 + responseEnv: &ref_1349 type: object properties: - - &ref_418 + - &ref_417 schema: *ref_97 serializedName: MonitoringSettingResource language: - default: &ref_417 + default: &ref_416 name: MonitoringSettingResource description: Monitoring Setting resource byValue: true embeddedType: true - go: *ref_417 + go: *ref_416 protocol: {} language: - default: &ref_419 + default: &ref_418 name: MonitoringSettingsClientGetResponse description: MonitoringSettingsClientGetResponse contains the response from method MonitoringSettingsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_418 - go: *ref_419 + resultProp: *ref_417 + go: *ref_418 protocol: {} protocol: {} - - &ref_915 + - &ref_914 operationId: MonitoringSettings_UpdatePut apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_422 + - &ref_421 schema: *ref_1 implementation: Method required: true - language: &ref_912 + language: &ref_911 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -11353,11 +11339,11 @@ operationGroups: protocol: http: in: path - - &ref_423 + - &ref_422 schema: *ref_1 implementation: Method required: true - language: &ref_913 + language: &ref_912 default: name: serviceName description: The name of the Service resource. @@ -11370,13 +11356,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_421 + application/json: &ref_420 parameters: - - &ref_420 + - &ref_419 schema: *ref_97 implementation: Method required: true - language: &ref_914 + language: &ref_913 default: name: monitoringSettingResource description: Parameters for the update operation @@ -11387,7 +11373,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11404,7 +11390,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_420 + - *ref_419 language: default: name: '' @@ -11421,13 +11407,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_421 + - *ref_420 signatureParameters: + - *ref_421 - *ref_422 - - *ref_423 responses: - schema: *ref_97 - language: &ref_916 + language: &ref_915 default: name: '' description: Success. The response describes the updated Monitoring Setting. @@ -11442,7 +11428,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_97 - language: &ref_917 + language: &ref_916 default: name: '' description: "Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location\r\nheader to query the operation result." @@ -11457,7 +11443,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -11526,81 +11512,81 @@ operationGroups: azureARM: true clientName: MonitoringSettingsClient openApiType: arm - optionalParamGroup: &ref_1302 + optionalParamGroup: &ref_1301 schema: type: object language: - default: &ref_424 + default: &ref_423 name: MonitoringSettingsClientBeginUpdatePutOptions description: MonitoringSettingsClientBeginUpdatePutOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePut method. - go: *ref_424 + go: *ref_423 protocol: {} originalParameter: - schema: type: string language: - default: &ref_425 + default: &ref_424 name: string description: '' - go: *ref_425 + go: *ref_424 protocol: {} language: - default: &ref_426 + default: &ref_425 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_426 + go: *ref_425 protocol: {} required: false serializedName: MonitoringSettingsClientBeginUpdatePutOptions language: - default: &ref_427 + default: &ref_426 name: options description: MonitoringSettingsClientBeginUpdatePutOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePut method. - go: *ref_427 + go: *ref_426 protocol: {} protocolNaming: internalMethod: updatePut requestMethod: updatePutCreateRequest responseMethod: updatePutHandleResponse - responseEnv: &ref_1351 + responseEnv: &ref_1350 type: object properties: - - &ref_429 + - &ref_428 schema: *ref_97 serializedName: MonitoringSettingResource language: - default: &ref_428 + default: &ref_427 name: MonitoringSettingResource description: Monitoring Setting resource byValue: true embeddedType: true - go: *ref_428 + go: *ref_427 protocol: {} language: - default: &ref_430 + default: &ref_429 name: MonitoringSettingsClientUpdatePutResponse description: MonitoringSettingsClientUpdatePutResponse contains the response from method MonitoringSettingsClient.BeginUpdatePut. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_429 - go: *ref_430 + resultProp: *ref_428 + go: *ref_429 protocol: {} protocol: {} - - &ref_921 + - &ref_920 operationId: MonitoringSettings_UpdatePatch apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_433 + - &ref_432 schema: *ref_1 implementation: Method required: true - language: &ref_918 + language: &ref_917 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -11612,11 +11598,11 @@ operationGroups: protocol: http: in: path - - &ref_434 + - &ref_433 schema: *ref_1 implementation: Method required: true - language: &ref_919 + language: &ref_918 default: name: serviceName description: The name of the Service resource. @@ -11629,13 +11615,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_432 + application/json: &ref_431 parameters: - - &ref_431 + - &ref_430 schema: *ref_97 implementation: Method required: true - language: &ref_920 + language: &ref_919 default: name: monitoringSettingResource description: Parameters for the update operation @@ -11646,7 +11632,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11663,7 +11649,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_431 + - *ref_430 language: default: name: '' @@ -11680,13 +11666,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_432 + - *ref_431 signatureParameters: + - *ref_432 - *ref_433 - - *ref_434 responses: - schema: *ref_97 - language: &ref_922 + language: &ref_921 default: name: '' description: Success. The response describes the updated Monitoring Setting. @@ -11701,7 +11687,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_97 - language: &ref_923 + language: &ref_922 default: name: '' description: "Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location\r\nheader to query the operation result." @@ -11716,7 +11702,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -11770,7 +11756,7 @@ operationGroups: appInsightsSamplingRate: 10 provisioningState: Updating traceEnabled: true - headers: &ref_924 + headers: &ref_923 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -11790,66 +11776,66 @@ operationGroups: azureARM: true clientName: MonitoringSettingsClient openApiType: arm - optionalParamGroup: &ref_1303 + optionalParamGroup: &ref_1302 schema: type: object language: - default: &ref_435 + default: &ref_434 name: MonitoringSettingsClientBeginUpdatePatchOptions description: MonitoringSettingsClientBeginUpdatePatchOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePatch method. - go: *ref_435 + go: *ref_434 protocol: {} originalParameter: - schema: type: string language: - default: &ref_436 + default: &ref_435 name: string description: '' - go: *ref_436 + go: *ref_435 protocol: {} language: - default: &ref_437 + default: &ref_436 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_437 + go: *ref_436 protocol: {} required: false serializedName: MonitoringSettingsClientBeginUpdatePatchOptions language: - default: &ref_438 + default: &ref_437 name: options description: MonitoringSettingsClientBeginUpdatePatchOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePatch method. - go: *ref_438 + go: *ref_437 protocol: {} protocolNaming: internalMethod: updatePatch requestMethod: updatePatchCreateRequest responseMethod: updatePatchHandleResponse - responseEnv: &ref_1352 + responseEnv: &ref_1351 type: object properties: - - &ref_440 + - &ref_439 schema: *ref_97 serializedName: MonitoringSettingResource language: - default: &ref_439 + default: &ref_438 name: MonitoringSettingResource description: Monitoring Setting resource byValue: true embeddedType: true - go: *ref_439 + go: *ref_438 protocol: {} language: - default: &ref_441 + default: &ref_440 name: MonitoringSettingsClientUpdatePatchResponse description: MonitoringSettingsClientUpdatePatchResponse contains the response from method MonitoringSettingsClient.BeginUpdatePatch. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_440 - go: *ref_441 + resultProp: *ref_439 + go: *ref_440 protocol: {} protocol: {} language: @@ -11862,24 +11848,24 @@ operationGroups: clientCtorName: NewMonitoringSettingsClient clientName: MonitoringSettingsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_929 + - &ref_928 $key: Apps operations: - - &ref_928 + - &ref_927 operationId: Apps_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_445 + - &ref_444 schema: *ref_1 implementation: Method required: true - language: &ref_925 + language: &ref_924 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -11891,11 +11877,11 @@ operationGroups: protocol: http: in: path - - &ref_446 + - &ref_445 schema: *ref_1 implementation: Method required: true - language: &ref_926 + language: &ref_925 default: name: serviceName description: The name of the Service resource. @@ -11907,11 +11893,11 @@ operationGroups: protocol: http: in: path - - &ref_447 + - &ref_446 schema: *ref_1 implementation: Method required: true - language: &ref_927 + language: &ref_926 default: name: appName description: The name of the App resource. @@ -11923,7 +11909,7 @@ operationGroups: protocol: http: in: path - - &ref_443 + - &ref_442 schema: *ref_1 implementation: Method language: @@ -11934,24 +11920,24 @@ operationGroups: go: name: SyncStatus description: Indicates whether sync status - paramGroup: &ref_448 + paramGroup: &ref_447 schema: type: object language: - default: &ref_442 + default: &ref_441 name: AppsClientGetOptions description: AppsClientGetOptions contains the optional parameters for the AppsClient.Get method. - go: *ref_442 + go: *ref_441 protocol: {} originalParameter: - - *ref_443 + - *ref_442 required: false serializedName: AppsClientGetOptions language: - default: &ref_444 + default: &ref_443 name: options description: AppsClientGetOptions contains the optional parameters for the AppsClient.Get method. - go: *ref_444 + go: *ref_443 protocol: {} serializedName: syncStatus protocol: @@ -11959,7 +11945,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11989,13 +11975,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_444 - *ref_445 - *ref_446 - - *ref_447 - - *ref_443 + - *ref_442 responses: - schema: *ref_98 - language: &ref_950 + language: &ref_949 default: name: '' description: Success. The response describes the corresponding App. @@ -12010,7 +11996,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -12073,48 +12059,48 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: *ref_448 + optionalParamGroup: *ref_447 protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1353 + responseEnv: &ref_1352 type: object properties: - - &ref_450 + - &ref_449 schema: *ref_98 serializedName: AppResource language: - default: &ref_449 + default: &ref_448 name: AppResource description: App resource payload byValue: true embeddedType: true - go: *ref_449 + go: *ref_448 protocol: {} language: - default: &ref_451 + default: &ref_450 name: AppsClientGetResponse description: AppsClientGetResponse contains the response from method AppsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_450 - go: *ref_451 + resultProp: *ref_449 + go: *ref_450 protocol: {} protocol: {} - - &ref_955 + - &ref_954 operationId: Apps_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_454 + - &ref_453 schema: *ref_1 implementation: Method required: true - language: &ref_951 + language: &ref_950 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -12126,11 +12112,11 @@ operationGroups: protocol: http: in: path - - &ref_455 + - &ref_454 schema: *ref_1 implementation: Method required: true - language: &ref_952 + language: &ref_951 default: name: serviceName description: The name of the Service resource. @@ -12142,11 +12128,11 @@ operationGroups: protocol: http: in: path - - &ref_456 + - &ref_455 schema: *ref_1 implementation: Method required: true - language: &ref_953 + language: &ref_952 default: name: appName description: The name of the App resource. @@ -12159,13 +12145,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_453 + application/json: &ref_452 parameters: - - &ref_452 + - &ref_451 schema: *ref_98 implementation: Method required: true - language: &ref_954 + language: &ref_953 default: name: appResource description: Parameters for the create or update operation @@ -12176,7 +12162,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12193,7 +12179,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_452 + - *ref_451 language: default: name: '' @@ -12210,14 +12196,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_453 + - *ref_452 signatureParameters: + - *ref_453 - *ref_454 - *ref_455 - - *ref_456 responses: - schema: *ref_98 - language: &ref_956 + language: &ref_955 default: name: '' description: Success. The response describes the updated App. @@ -12232,7 +12218,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_98 - language: &ref_957 + language: &ref_956 default: name: '' description: Created. The response describes the new App and contains a Location header to query the operation result. @@ -12247,7 +12233,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_98 - language: &ref_958 + language: &ref_957 default: name: '' description: "Accepted. The response indicates the exiting App is now updating and contains a Location\r\nheader to query the operation result." @@ -12262,7 +12248,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -12393,81 +12379,81 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1304 + optionalParamGroup: &ref_1303 schema: type: object language: - default: &ref_457 + default: &ref_456 name: AppsClientBeginCreateOrUpdateOptions description: AppsClientBeginCreateOrUpdateOptions contains the optional parameters for the AppsClient.BeginCreateOrUpdate method. - go: *ref_457 + go: *ref_456 protocol: {} originalParameter: - schema: type: string language: - default: &ref_458 + default: &ref_457 name: string description: '' - go: *ref_458 + go: *ref_457 protocol: {} language: - default: &ref_459 + default: &ref_458 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_459 + go: *ref_458 protocol: {} required: false serializedName: AppsClientBeginCreateOrUpdateOptions language: - default: &ref_460 + default: &ref_459 name: options description: AppsClientBeginCreateOrUpdateOptions contains the optional parameters for the AppsClient.BeginCreateOrUpdate method. - go: *ref_460 + go: *ref_459 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1354 + responseEnv: &ref_1353 type: object properties: - - &ref_462 + - &ref_461 schema: *ref_98 serializedName: AppResource language: - default: &ref_461 + default: &ref_460 name: AppResource description: App resource payload byValue: true embeddedType: true - go: *ref_461 + go: *ref_460 protocol: {} language: - default: &ref_463 + default: &ref_462 name: AppsClientCreateOrUpdateResponse description: AppsClientCreateOrUpdateResponse contains the response from method AppsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_462 - go: *ref_463 + resultProp: *ref_461 + go: *ref_462 protocol: {} protocol: {} - - &ref_962 + - &ref_961 operationId: Apps_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_464 + - &ref_463 schema: *ref_1 implementation: Method required: true - language: &ref_959 + language: &ref_958 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -12479,11 +12465,11 @@ operationGroups: protocol: http: in: path - - &ref_465 + - &ref_464 schema: *ref_1 implementation: Method required: true - language: &ref_960 + language: &ref_959 default: name: serviceName description: The name of the Service resource. @@ -12495,11 +12481,11 @@ operationGroups: protocol: http: in: path - - &ref_466 + - &ref_465 schema: *ref_1 implementation: Method required: true - language: &ref_961 + language: &ref_960 default: name: appName description: The name of the App resource. @@ -12513,7 +12499,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12543,11 +12529,11 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_463 - *ref_464 - *ref_465 - - *ref_466 responses: - - language: &ref_1279 + - language: &ref_1278 default: name: '' description: Success. The response indicates the resource is deleted. @@ -12581,7 +12567,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -12625,67 +12611,67 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1305 + optionalParamGroup: &ref_1304 schema: type: object language: - default: &ref_467 + default: &ref_466 name: AppsClientBeginDeleteOptions description: AppsClientBeginDeleteOptions contains the optional parameters for the AppsClient.BeginDelete method. - go: *ref_467 + go: *ref_466 protocol: {} originalParameter: - schema: type: string language: - default: &ref_468 + default: &ref_467 name: string description: '' - go: *ref_468 + go: *ref_467 protocol: {} language: - default: &ref_469 + default: &ref_468 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_469 + go: *ref_468 protocol: {} required: false serializedName: AppsClientBeginDeleteOptions language: - default: &ref_470 + default: &ref_469 name: options description: AppsClientBeginDeleteOptions contains the optional parameters for the AppsClient.BeginDelete method. - go: *ref_470 + go: *ref_469 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1355 + responseEnv: &ref_1354 type: object language: - default: &ref_471 + default: &ref_470 name: AppsClientDeleteResponse description: AppsClientDeleteResponse contains the response from method AppsClient.BeginDelete. forLRO: true responseType: true - go: *ref_471 + go: *ref_470 protocol: {} protocol: {} - - &ref_967 + - &ref_966 operationId: Apps_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_474 + - &ref_473 schema: *ref_1 implementation: Method required: true - language: &ref_963 + language: &ref_962 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -12697,11 +12683,11 @@ operationGroups: protocol: http: in: path - - &ref_475 + - &ref_474 schema: *ref_1 implementation: Method required: true - language: &ref_964 + language: &ref_963 default: name: serviceName description: The name of the Service resource. @@ -12713,11 +12699,11 @@ operationGroups: protocol: http: in: path - - &ref_476 + - &ref_475 schema: *ref_1 implementation: Method required: true - language: &ref_965 + language: &ref_964 default: name: appName description: The name of the App resource. @@ -12730,13 +12716,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_473 + application/json: &ref_472 parameters: - - &ref_472 + - &ref_471 schema: *ref_98 implementation: Method required: true - language: &ref_966 + language: &ref_965 default: name: appResource description: Parameters for the update operation @@ -12747,7 +12733,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12764,7 +12750,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_472 + - *ref_471 language: default: name: '' @@ -12781,14 +12767,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_473 + - *ref_472 signatureParameters: + - *ref_473 - *ref_474 - *ref_475 - - *ref_476 responses: - schema: *ref_98 - language: &ref_968 + language: &ref_967 default: name: '' description: Success. The response describes the updated App. @@ -12803,7 +12789,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_98 - language: &ref_969 + language: &ref_968 default: name: '' description: Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result. @@ -12818,7 +12804,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -12912,7 +12898,7 @@ operationGroups: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: &ref_970 + headers: &ref_969 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -12932,81 +12918,81 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1306 + optionalParamGroup: &ref_1305 schema: type: object language: - default: &ref_477 + default: &ref_476 name: AppsClientBeginUpdateOptions description: AppsClientBeginUpdateOptions contains the optional parameters for the AppsClient.BeginUpdate method. - go: *ref_477 + go: *ref_476 protocol: {} originalParameter: - schema: type: string language: - default: &ref_478 + default: &ref_477 name: string description: '' - go: *ref_478 + go: *ref_477 protocol: {} language: - default: &ref_479 + default: &ref_478 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_479 + go: *ref_478 protocol: {} required: false serializedName: AppsClientBeginUpdateOptions language: - default: &ref_480 + default: &ref_479 name: options description: AppsClientBeginUpdateOptions contains the optional parameters for the AppsClient.BeginUpdate method. - go: *ref_480 + go: *ref_479 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1356 + responseEnv: &ref_1355 type: object properties: - - &ref_482 + - &ref_481 schema: *ref_98 serializedName: AppResource language: - default: &ref_481 + default: &ref_480 name: AppResource description: App resource payload byValue: true embeddedType: true - go: *ref_481 + go: *ref_480 protocol: {} language: - default: &ref_483 + default: &ref_482 name: AppsClientUpdateResponse description: AppsClientUpdateResponse contains the response from method AppsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_482 - go: *ref_483 + resultProp: *ref_481 + go: *ref_482 protocol: {} protocol: {} - - &ref_973 + - &ref_972 operationId: Apps_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_484 + - &ref_483 schema: *ref_1 implementation: Method required: true - language: &ref_971 + language: &ref_970 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13018,11 +13004,11 @@ operationGroups: protocol: http: in: path - - &ref_485 + - &ref_484 schema: *ref_1 implementation: Method required: true - language: &ref_972 + language: &ref_971 default: name: serviceName description: The name of the Service resource. @@ -13036,7 +13022,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13066,11 +13052,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_483 - *ref_484 - - *ref_485 responses: - - schema: *ref_486 - language: &ref_975 + - schema: *ref_485 + language: &ref_974 default: name: '' description: Success. The response describes the list of Apps in the Service. @@ -13085,7 +13071,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -13150,67 +13136,67 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1307 + optionalParamGroup: &ref_1306 schema: type: object language: - default: &ref_487 + default: &ref_486 name: AppsClientListOptions description: AppsClientListOptions contains the optional parameters for the AppsClient.NewListPager method. - go: *ref_487 + go: *ref_486 protocol: {} originalParameter: [] required: false serializedName: AppsClientListOptions language: - default: &ref_488 + default: &ref_487 name: options description: AppsClientListOptions contains the optional parameters for the AppsClient.NewListPager method. - go: *ref_488 + go: *ref_487 protocol: {} - paging: &ref_976 + paging: &ref_975 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1357 + responseEnv: &ref_1356 type: object properties: - - &ref_490 - schema: *ref_486 + - &ref_489 + schema: *ref_485 serializedName: AppResourceCollection language: - default: &ref_489 + default: &ref_488 name: AppResourceCollection description: Object that includes an array of App resources and a possible link for next set byValue: true embeddedType: true - go: *ref_489 + go: *ref_488 protocol: {} language: - default: &ref_491 + default: &ref_490 name: AppsClientListResponse description: AppsClientListResponse contains the response from method AppsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_490 - go: *ref_491 + resultProp: *ref_489 + go: *ref_490 protocol: {} protocol: {} - - &ref_980 + - &ref_979 operationId: Apps_GetResourceUploadUrl apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_492 + - &ref_491 schema: *ref_1 implementation: Method required: true - language: &ref_977 + language: &ref_976 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13222,11 +13208,11 @@ operationGroups: protocol: http: in: path - - &ref_493 + - &ref_492 schema: *ref_1 implementation: Method required: true - language: &ref_978 + language: &ref_977 default: name: serviceName description: The name of the Service resource. @@ -13238,11 +13224,11 @@ operationGroups: protocol: http: in: path - - &ref_494 + - &ref_493 schema: *ref_1 implementation: Method required: true - language: &ref_979 + language: &ref_978 default: name: appName description: The name of the App resource. @@ -13256,7 +13242,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13286,12 +13272,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_491 - *ref_492 - *ref_493 - - *ref_494 responses: - - schema: *ref_495 - language: &ref_983 + - schema: *ref_494 + language: &ref_982 default: name: '' description: Success. The response describes the resource upload URL. @@ -13306,7 +13292,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -13349,65 +13335,65 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1308 + optionalParamGroup: &ref_1307 schema: type: object language: - default: &ref_496 + default: &ref_495 name: AppsClientGetResourceUploadURLOptions description: AppsClientGetResourceUploadURLOptions contains the optional parameters for the AppsClient.GetResourceUploadURL method. - go: *ref_496 + go: *ref_495 protocol: {} originalParameter: [] required: false serializedName: AppsClientGetResourceUploadURLOptions language: - default: &ref_497 + default: &ref_496 name: options description: AppsClientGetResourceUploadURLOptions contains the optional parameters for the AppsClient.GetResourceUploadURL method. - go: *ref_497 + go: *ref_496 protocol: {} protocolNaming: internalMethod: getResourceUploadURL requestMethod: getResourceUploadURLCreateRequest responseMethod: getResourceUploadURLHandleResponse - responseEnv: &ref_1358 + responseEnv: &ref_1357 type: object properties: - - &ref_499 - schema: *ref_495 + - &ref_498 + schema: *ref_494 serializedName: ResourceUploadDefinition language: - default: &ref_498 + default: &ref_497 name: ResourceUploadDefinition description: Resource upload definition payload byValue: true embeddedType: true - go: *ref_498 + go: *ref_497 protocol: {} language: - default: &ref_500 + default: &ref_499 name: AppsClientGetResourceUploadURLResponse description: AppsClientGetResourceUploadURLResponse contains the response from method AppsClient.GetResourceUploadURL. marshallingFormat: json responseType: true - resultProp: *ref_499 - go: *ref_500 + resultProp: *ref_498 + go: *ref_499 protocol: {} protocol: {} - - &ref_989 + - &ref_988 operationId: Apps_ValidateDomain apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_504 + - &ref_503 schema: *ref_1 implementation: Method required: true - language: &ref_984 + language: &ref_983 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13419,11 +13405,11 @@ operationGroups: protocol: http: in: path - - &ref_505 + - &ref_504 schema: *ref_1 implementation: Method required: true - language: &ref_985 + language: &ref_984 default: name: serviceName description: The name of the Service resource. @@ -13435,11 +13421,11 @@ operationGroups: protocol: http: in: path - - &ref_506 + - &ref_505 schema: *ref_1 implementation: Method required: true - language: &ref_986 + language: &ref_985 default: name: appName description: The name of the App resource. @@ -13452,13 +13438,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_503 + application/json: &ref_502 parameters: - - &ref_502 - schema: *ref_501 + - &ref_501 + schema: *ref_500 implementation: Method required: true - language: &ref_988 + language: &ref_987 default: name: validatePayload description: Custom domain payload to be validated @@ -13469,7 +13455,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13486,7 +13472,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_502 + - *ref_501 language: default: name: '' @@ -13503,14 +13489,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_503 + - *ref_502 signatureParameters: + - *ref_503 - *ref_504 - *ref_505 - - *ref_506 responses: - - schema: *ref_507 - language: &ref_992 + - schema: *ref_506 + language: &ref_991 default: name: '' description: Success. The response describe the name is available. @@ -13525,7 +13511,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -13569,50 +13555,50 @@ operationGroups: azureARM: true clientName: AppsClient openApiType: arm - optionalParamGroup: &ref_1309 + optionalParamGroup: &ref_1308 schema: type: object language: - default: &ref_508 + default: &ref_507 name: AppsClientValidateDomainOptions description: AppsClientValidateDomainOptions contains the optional parameters for the AppsClient.ValidateDomain method. - go: *ref_508 + go: *ref_507 protocol: {} originalParameter: [] required: false serializedName: AppsClientValidateDomainOptions language: - default: &ref_509 + default: &ref_508 name: options description: AppsClientValidateDomainOptions contains the optional parameters for the AppsClient.ValidateDomain method. - go: *ref_509 + go: *ref_508 protocol: {} protocolNaming: internalMethod: validateDomain requestMethod: validateDomainCreateRequest responseMethod: validateDomainHandleResponse - responseEnv: &ref_1359 + responseEnv: &ref_1358 type: object properties: - - &ref_511 - schema: *ref_507 + - &ref_510 + schema: *ref_506 serializedName: CustomDomainValidateResult language: - default: &ref_510 + default: &ref_509 name: CustomDomainValidateResult description: Validation result for custom domain. byValue: true embeddedType: true - go: *ref_510 + go: *ref_509 protocol: {} language: - default: &ref_512 + default: &ref_511 name: AppsClientValidateDomainResponse description: AppsClientValidateDomainResponse contains the response from method AppsClient.ValidateDomain. marshallingFormat: json responseType: true - resultProp: *ref_511 - go: *ref_512 + resultProp: *ref_510 + go: *ref_511 protocol: {} protocol: {} language: @@ -13625,24 +13611,24 @@ operationGroups: clientCtorName: NewAppsClient clientName: AppsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_998 + - &ref_997 $key: Bindings operations: - - &ref_997 + - &ref_996 operationId: Bindings_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_513 + - &ref_512 schema: *ref_1 implementation: Method required: true - language: &ref_993 + language: &ref_992 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13654,11 +13640,11 @@ operationGroups: protocol: http: in: path - - &ref_514 + - &ref_513 schema: *ref_1 implementation: Method required: true - language: &ref_994 + language: &ref_993 default: name: serviceName description: The name of the Service resource. @@ -13670,11 +13656,11 @@ operationGroups: protocol: http: in: path - - &ref_515 + - &ref_514 schema: *ref_1 implementation: Method required: true - language: &ref_995 + language: &ref_994 default: name: appName description: The name of the App resource. @@ -13686,11 +13672,11 @@ operationGroups: protocol: http: in: path - - &ref_516 + - &ref_515 schema: *ref_1 implementation: Method required: true - language: &ref_996 + language: &ref_995 default: name: bindingName description: The name of the Binding resource. @@ -13704,7 +13690,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13734,13 +13720,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_512 - *ref_513 - *ref_514 - *ref_515 - - *ref_516 responses: - schema: *ref_99 - language: &ref_1007 + language: &ref_1006 default: name: '' description: Success. The response describes the corresponding Binding. @@ -13755,7 +13741,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -13812,65 +13798,65 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1310 + optionalParamGroup: &ref_1309 schema: type: object language: - default: &ref_517 + default: &ref_516 name: BindingsClientGetOptions description: BindingsClientGetOptions contains the optional parameters for the BindingsClient.Get method. - go: *ref_517 + go: *ref_516 protocol: {} originalParameter: [] required: false serializedName: BindingsClientGetOptions language: - default: &ref_518 + default: &ref_517 name: options description: BindingsClientGetOptions contains the optional parameters for the BindingsClient.Get method. - go: *ref_518 + go: *ref_517 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1360 + responseEnv: &ref_1359 type: object properties: - - &ref_520 + - &ref_519 schema: *ref_99 serializedName: BindingResource language: - default: &ref_519 + default: &ref_518 name: BindingResource description: Binding resource payload byValue: true embeddedType: true - go: *ref_519 + go: *ref_518 protocol: {} language: - default: &ref_521 + default: &ref_520 name: BindingsClientGetResponse description: BindingsClientGetResponse contains the response from method BindingsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_520 - go: *ref_521 + resultProp: *ref_519 + go: *ref_520 protocol: {} protocol: {} - - &ref_1014 + - &ref_1013 operationId: Bindings_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_524 + - &ref_523 schema: *ref_1 implementation: Method required: true - language: &ref_1008 + language: &ref_1007 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -13882,11 +13868,11 @@ operationGroups: protocol: http: in: path - - &ref_525 + - &ref_524 schema: *ref_1 implementation: Method required: true - language: &ref_1009 + language: &ref_1008 default: name: serviceName description: The name of the Service resource. @@ -13898,11 +13884,11 @@ operationGroups: protocol: http: in: path - - &ref_526 + - &ref_525 schema: *ref_1 implementation: Method required: true - language: &ref_1010 + language: &ref_1009 default: name: appName description: The name of the App resource. @@ -13914,11 +13900,11 @@ operationGroups: protocol: http: in: path - - &ref_527 + - &ref_526 schema: *ref_1 implementation: Method required: true - language: &ref_1011 + language: &ref_1010 default: name: bindingName description: The name of the Binding resource. @@ -13931,13 +13917,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_523 + application/json: &ref_522 parameters: - - &ref_522 + - &ref_521 schema: *ref_99 implementation: Method required: true - language: &ref_1013 + language: &ref_1012 default: name: bindingResource description: Parameters for the create or update operation @@ -13948,7 +13934,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13965,7 +13951,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_522 + - *ref_521 language: default: name: '' @@ -13982,15 +13968,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_523 + - *ref_522 signatureParameters: + - *ref_523 - *ref_524 - *ref_525 - *ref_526 - - *ref_527 responses: - schema: *ref_99 - language: &ref_1015 + language: &ref_1014 default: name: '' description: Success. The response describes the created or updated Binding. @@ -14005,7 +13991,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_99 - language: &ref_1016 + language: &ref_1015 default: name: '' description: "Created. The response describes the new Binding and contains a Location header to query the\r\noperation result." @@ -14020,7 +14006,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_99 - language: &ref_1017 + language: &ref_1016 default: name: '' description: "Accepted. The response indicates the exiting Binding is now updating and contains a Location\r\nheader to query the operation result." @@ -14035,7 +14021,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -14141,81 +14127,81 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1311 + optionalParamGroup: &ref_1310 schema: type: object language: - default: &ref_528 + default: &ref_527 name: BindingsClientBeginCreateOrUpdateOptions description: BindingsClientBeginCreateOrUpdateOptions contains the optional parameters for the BindingsClient.BeginCreateOrUpdate method. - go: *ref_528 + go: *ref_527 protocol: {} originalParameter: - schema: type: string language: - default: &ref_529 + default: &ref_528 name: string description: '' - go: *ref_529 + go: *ref_528 protocol: {} language: - default: &ref_530 + default: &ref_529 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_530 + go: *ref_529 protocol: {} required: false serializedName: BindingsClientBeginCreateOrUpdateOptions language: - default: &ref_531 + default: &ref_530 name: options description: BindingsClientBeginCreateOrUpdateOptions contains the optional parameters for the BindingsClient.BeginCreateOrUpdate method. - go: *ref_531 + go: *ref_530 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1361 + responseEnv: &ref_1360 type: object properties: - - &ref_533 + - &ref_532 schema: *ref_99 serializedName: BindingResource language: - default: &ref_532 + default: &ref_531 name: BindingResource description: Binding resource payload byValue: true embeddedType: true - go: *ref_532 + go: *ref_531 protocol: {} language: - default: &ref_534 + default: &ref_533 name: BindingsClientCreateOrUpdateResponse description: BindingsClientCreateOrUpdateResponse contains the response from method BindingsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_533 - go: *ref_534 + resultProp: *ref_532 + go: *ref_533 protocol: {} protocol: {} - - &ref_1022 + - &ref_1021 operationId: Bindings_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_535 + - &ref_534 schema: *ref_1 implementation: Method required: true - language: &ref_1018 + language: &ref_1017 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -14227,11 +14213,11 @@ operationGroups: protocol: http: in: path - - &ref_536 + - &ref_535 schema: *ref_1 implementation: Method required: true - language: &ref_1019 + language: &ref_1018 default: name: serviceName description: The name of the Service resource. @@ -14243,11 +14229,11 @@ operationGroups: protocol: http: in: path - - &ref_537 + - &ref_536 schema: *ref_1 implementation: Method required: true - language: &ref_1020 + language: &ref_1019 default: name: appName description: The name of the App resource. @@ -14259,11 +14245,11 @@ operationGroups: protocol: http: in: path - - &ref_538 + - &ref_537 schema: *ref_1 implementation: Method required: true - language: &ref_1021 + language: &ref_1020 default: name: bindingName description: The name of the Binding resource. @@ -14277,7 +14263,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14307,12 +14293,12 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_534 - *ref_535 - *ref_536 - *ref_537 - - *ref_538 responses: - - language: &ref_1262 + - language: &ref_1261 default: name: '' description: Success. The response indicates the resource is deleted. @@ -14346,7 +14332,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -14391,67 +14377,67 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1312 + optionalParamGroup: &ref_1311 schema: type: object language: - default: &ref_539 + default: &ref_538 name: BindingsClientBeginDeleteOptions description: BindingsClientBeginDeleteOptions contains the optional parameters for the BindingsClient.BeginDelete method. - go: *ref_539 + go: *ref_538 protocol: {} originalParameter: - schema: type: string language: - default: &ref_540 + default: &ref_539 name: string description: '' - go: *ref_540 + go: *ref_539 protocol: {} language: - default: &ref_541 + default: &ref_540 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_541 + go: *ref_540 protocol: {} required: false serializedName: BindingsClientBeginDeleteOptions language: - default: &ref_542 + default: &ref_541 name: options description: BindingsClientBeginDeleteOptions contains the optional parameters for the BindingsClient.BeginDelete method. - go: *ref_542 + go: *ref_541 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1362 + responseEnv: &ref_1361 type: object language: - default: &ref_543 + default: &ref_542 name: BindingsClientDeleteResponse description: BindingsClientDeleteResponse contains the response from method BindingsClient.BeginDelete. forLRO: true responseType: true - go: *ref_543 + go: *ref_542 protocol: {} protocol: {} - - &ref_1028 + - &ref_1027 operationId: Bindings_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_546 + - &ref_545 schema: *ref_1 implementation: Method required: true - language: &ref_1023 + language: &ref_1022 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -14463,11 +14449,11 @@ operationGroups: protocol: http: in: path - - &ref_547 + - &ref_546 schema: *ref_1 implementation: Method required: true - language: &ref_1024 + language: &ref_1023 default: name: serviceName description: The name of the Service resource. @@ -14479,11 +14465,11 @@ operationGroups: protocol: http: in: path - - &ref_548 + - &ref_547 schema: *ref_1 implementation: Method required: true - language: &ref_1025 + language: &ref_1024 default: name: appName description: The name of the App resource. @@ -14495,11 +14481,11 @@ operationGroups: protocol: http: in: path - - &ref_549 + - &ref_548 schema: *ref_1 implementation: Method required: true - language: &ref_1026 + language: &ref_1025 default: name: bindingName description: The name of the Binding resource. @@ -14512,13 +14498,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_545 + application/json: &ref_544 parameters: - - &ref_544 + - &ref_543 schema: *ref_99 implementation: Method required: true - language: &ref_1027 + language: &ref_1026 default: name: bindingResource description: Parameters for the update operation @@ -14529,7 +14515,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14546,7 +14532,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_544 + - *ref_543 language: default: name: '' @@ -14563,15 +14549,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_545 + - *ref_544 signatureParameters: + - *ref_545 - *ref_546 - *ref_547 - *ref_548 - - *ref_549 responses: - schema: *ref_99 - language: &ref_1029 + language: &ref_1028 default: name: '' description: Success. The response describes the updated Binding. @@ -14586,7 +14572,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_99 - language: &ref_1030 + language: &ref_1029 default: name: '' description: "Accepted. The response indicates the exiting Binding is now updating and contains a Location\r\nheader to query the operation result." @@ -14601,7 +14587,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -14673,7 +14659,7 @@ operationGroups: resourceName: my-cosmosdb-1 resourceType: Microsoft.DocumentDB updatedAt: '2019-01-01T12:34:56.000Z' - headers: &ref_1031 + headers: &ref_1030 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -14693,81 +14679,81 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1313 + optionalParamGroup: &ref_1312 schema: type: object language: - default: &ref_550 + default: &ref_549 name: BindingsClientBeginUpdateOptions description: BindingsClientBeginUpdateOptions contains the optional parameters for the BindingsClient.BeginUpdate method. - go: *ref_550 + go: *ref_549 protocol: {} originalParameter: - schema: type: string language: - default: &ref_551 + default: &ref_550 name: string description: '' - go: *ref_551 + go: *ref_550 protocol: {} language: - default: &ref_552 + default: &ref_551 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_552 + go: *ref_551 protocol: {} required: false serializedName: BindingsClientBeginUpdateOptions language: - default: &ref_553 + default: &ref_552 name: options description: BindingsClientBeginUpdateOptions contains the optional parameters for the BindingsClient.BeginUpdate method. - go: *ref_553 + go: *ref_552 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1363 + responseEnv: &ref_1362 type: object properties: - - &ref_555 + - &ref_554 schema: *ref_99 serializedName: BindingResource language: - default: &ref_554 + default: &ref_553 name: BindingResource description: Binding resource payload byValue: true embeddedType: true - go: *ref_554 + go: *ref_553 protocol: {} language: - default: &ref_556 + default: &ref_555 name: BindingsClientUpdateResponse description: BindingsClientUpdateResponse contains the response from method BindingsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_555 - go: *ref_556 + resultProp: *ref_554 + go: *ref_555 protocol: {} protocol: {} - - &ref_1035 + - &ref_1034 operationId: Bindings_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_557 + - &ref_556 schema: *ref_1 implementation: Method required: true - language: &ref_1032 + language: &ref_1031 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -14779,11 +14765,11 @@ operationGroups: protocol: http: in: path - - &ref_558 + - &ref_557 schema: *ref_1 implementation: Method required: true - language: &ref_1033 + language: &ref_1032 default: name: serviceName description: The name of the Service resource. @@ -14795,11 +14781,11 @@ operationGroups: protocol: http: in: path - - &ref_559 + - &ref_558 schema: *ref_1 implementation: Method required: true - language: &ref_1034 + language: &ref_1033 default: name: appName description: The name of the App resource. @@ -14813,7 +14799,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14843,12 +14829,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_556 - *ref_557 - *ref_558 - - *ref_559 responses: - - schema: *ref_560 - language: &ref_1037 + - schema: *ref_559 + language: &ref_1036 default: name: '' description: Success. The response describes the list of Bindings in the App. @@ -14863,7 +14849,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -14922,52 +14908,52 @@ operationGroups: azureARM: true clientName: BindingsClient openApiType: arm - optionalParamGroup: &ref_1314 + optionalParamGroup: &ref_1313 schema: type: object language: - default: &ref_561 + default: &ref_560 name: BindingsClientListOptions description: BindingsClientListOptions contains the optional parameters for the BindingsClient.NewListPager method. - go: *ref_561 + go: *ref_560 protocol: {} originalParameter: [] required: false serializedName: BindingsClientListOptions language: - default: &ref_562 + default: &ref_561 name: options description: BindingsClientListOptions contains the optional parameters for the BindingsClient.NewListPager method. - go: *ref_562 + go: *ref_561 protocol: {} - paging: &ref_1038 + paging: &ref_1037 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1364 + responseEnv: &ref_1363 type: object properties: - - &ref_564 - schema: *ref_560 + - &ref_563 + schema: *ref_559 serializedName: BindingResourceCollection language: - default: &ref_563 + default: &ref_562 name: BindingResourceCollection description: Object that includes an array of Binding resources and a possible link for next set byValue: true embeddedType: true - go: *ref_563 + go: *ref_562 protocol: {} language: - default: &ref_565 + default: &ref_564 name: BindingsClientListResponse description: BindingsClientListResponse contains the response from method BindingsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_564 - go: *ref_565 + resultProp: *ref_563 + go: *ref_564 protocol: {} protocol: {} language: @@ -14980,24 +14966,24 @@ operationGroups: clientCtorName: NewBindingsClient clientName: BindingsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_1043 + - &ref_1042 $key: Certificates operations: - - &ref_1042 + - &ref_1041 operationId: Certificates_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_566 + - &ref_565 schema: *ref_1 implementation: Method required: true - language: &ref_1039 + language: &ref_1038 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15009,11 +14995,11 @@ operationGroups: protocol: http: in: path - - &ref_567 + - &ref_566 schema: *ref_1 implementation: Method required: true - language: &ref_1040 + language: &ref_1039 default: name: serviceName description: The name of the Service resource. @@ -15025,11 +15011,11 @@ operationGroups: protocol: http: in: path - - &ref_568 + - &ref_567 schema: *ref_1 implementation: Method required: true - language: &ref_1041 + language: &ref_1040 default: name: certificateName description: The name of the certificate resource. @@ -15043,7 +15029,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15073,12 +15059,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_565 - *ref_566 - *ref_567 - - *ref_568 responses: - schema: *ref_100 - language: &ref_1055 + language: &ref_1054 default: name: '' description: Success. The response describe the certificate. @@ -15093,7 +15079,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -15150,65 +15136,65 @@ operationGroups: azureARM: true clientName: CertificatesClient openApiType: arm - optionalParamGroup: &ref_1315 + optionalParamGroup: &ref_1314 schema: type: object language: - default: &ref_569 + default: &ref_568 name: CertificatesClientGetOptions description: CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method. - go: *ref_569 + go: *ref_568 protocol: {} originalParameter: [] required: false serializedName: CertificatesClientGetOptions language: - default: &ref_570 + default: &ref_569 name: options description: CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method. - go: *ref_570 + go: *ref_569 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1365 + responseEnv: &ref_1364 type: object properties: - - &ref_572 + - &ref_571 schema: *ref_100 serializedName: CertificateResource language: - default: &ref_571 + default: &ref_570 name: CertificateResource description: Certificate resource payload. byValue: true embeddedType: true - go: *ref_571 + go: *ref_570 protocol: {} language: - default: &ref_573 + default: &ref_572 name: CertificatesClientGetResponse description: CertificatesClientGetResponse contains the response from method CertificatesClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_572 - go: *ref_573 + resultProp: *ref_571 + go: *ref_572 protocol: {} protocol: {} - - &ref_1060 + - &ref_1059 operationId: Certificates_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_576 + - &ref_575 schema: *ref_1 implementation: Method required: true - language: &ref_1056 + language: &ref_1055 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15220,11 +15206,11 @@ operationGroups: protocol: http: in: path - - &ref_577 + - &ref_576 schema: *ref_1 implementation: Method required: true - language: &ref_1057 + language: &ref_1056 default: name: serviceName description: The name of the Service resource. @@ -15236,11 +15222,11 @@ operationGroups: protocol: http: in: path - - &ref_578 + - &ref_577 schema: *ref_1 implementation: Method required: true - language: &ref_1058 + language: &ref_1057 default: name: certificateName description: The name of the certificate resource. @@ -15253,13 +15239,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_575 + application/json: &ref_574 parameters: - - &ref_574 + - &ref_573 schema: *ref_100 implementation: Method required: true - language: &ref_1059 + language: &ref_1058 default: name: certificateResource description: Parameters for the create or update operation @@ -15270,7 +15256,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15287,7 +15273,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_574 + - *ref_573 language: default: name: '' @@ -15304,14 +15290,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_575 + - *ref_574 signatureParameters: + - *ref_575 - *ref_576 - *ref_577 - - *ref_578 responses: - schema: *ref_100 - language: &ref_1061 + language: &ref_1060 default: name: '' description: Success. The response describe the existed certificate updated. @@ -15326,7 +15312,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_100 - language: &ref_1062 + language: &ref_1061 default: name: '' description: "Created. The response describes the new certificate and contains a Location header to query the\r\noperation result." @@ -15341,7 +15327,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_100 - language: &ref_1063 + language: &ref_1062 default: name: '' description: "Accepted. The response indicates the exiting certificate is now updating and contains a Location\r\nheader to query the operation result." @@ -15356,7 +15342,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -15459,81 +15445,81 @@ operationGroups: azureARM: true clientName: CertificatesClient openApiType: arm - optionalParamGroup: &ref_1316 + optionalParamGroup: &ref_1315 schema: type: object language: - default: &ref_579 + default: &ref_578 name: CertificatesClientBeginCreateOrUpdateOptions description: CertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.BeginCreateOrUpdate method. - go: *ref_579 + go: *ref_578 protocol: {} originalParameter: - schema: type: string language: - default: &ref_580 + default: &ref_579 name: string description: '' - go: *ref_580 + go: *ref_579 protocol: {} language: - default: &ref_581 + default: &ref_580 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_581 + go: *ref_580 protocol: {} required: false serializedName: CertificatesClientBeginCreateOrUpdateOptions language: - default: &ref_582 + default: &ref_581 name: options description: CertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.BeginCreateOrUpdate method. - go: *ref_582 + go: *ref_581 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1366 + responseEnv: &ref_1365 type: object properties: - - &ref_584 + - &ref_583 schema: *ref_100 serializedName: CertificateResource language: - default: &ref_583 + default: &ref_582 name: CertificateResource description: Certificate resource payload. byValue: true embeddedType: true - go: *ref_583 + go: *ref_582 protocol: {} language: - default: &ref_585 + default: &ref_584 name: CertificatesClientCreateOrUpdateResponse description: CertificatesClientCreateOrUpdateResponse contains the response from method CertificatesClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_584 - go: *ref_585 + resultProp: *ref_583 + go: *ref_584 protocol: {} protocol: {} - - &ref_1067 + - &ref_1066 operationId: Certificates_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_586 + - &ref_585 schema: *ref_1 implementation: Method required: true - language: &ref_1064 + language: &ref_1063 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15545,11 +15531,11 @@ operationGroups: protocol: http: in: path - - &ref_587 + - &ref_586 schema: *ref_1 implementation: Method required: true - language: &ref_1065 + language: &ref_1064 default: name: serviceName description: The name of the Service resource. @@ -15561,11 +15547,11 @@ operationGroups: protocol: http: in: path - - &ref_588 + - &ref_587 schema: *ref_1 implementation: Method required: true - language: &ref_1066 + language: &ref_1065 default: name: certificateName description: The name of the certificate resource. @@ -15579,7 +15565,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15609,11 +15595,11 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_585 - *ref_586 - *ref_587 - - *ref_588 responses: - - language: &ref_1281 + - language: &ref_1280 default: name: '' description: Success. The response indicates the certificate deleted. @@ -15647,7 +15633,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -15691,67 +15677,67 @@ operationGroups: azureARM: true clientName: CertificatesClient openApiType: arm - optionalParamGroup: &ref_1317 + optionalParamGroup: &ref_1316 schema: type: object language: - default: &ref_589 + default: &ref_588 name: CertificatesClientBeginDeleteOptions description: CertificatesClientBeginDeleteOptions contains the optional parameters for the CertificatesClient.BeginDelete method. - go: *ref_589 + go: *ref_588 protocol: {} originalParameter: - schema: type: string language: - default: &ref_590 + default: &ref_589 name: string description: '' - go: *ref_590 + go: *ref_589 protocol: {} language: - default: &ref_591 + default: &ref_590 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_591 + go: *ref_590 protocol: {} required: false serializedName: CertificatesClientBeginDeleteOptions language: - default: &ref_592 + default: &ref_591 name: options description: CertificatesClientBeginDeleteOptions contains the optional parameters for the CertificatesClient.BeginDelete method. - go: *ref_592 + go: *ref_591 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1367 + responseEnv: &ref_1366 type: object language: - default: &ref_593 + default: &ref_592 name: CertificatesClientDeleteResponse description: CertificatesClientDeleteResponse contains the response from method CertificatesClient.BeginDelete. forLRO: true responseType: true - go: *ref_593 + go: *ref_592 protocol: {} protocol: {} - - &ref_1070 + - &ref_1069 operationId: Certificates_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_594 + - &ref_593 schema: *ref_1 implementation: Method required: true - language: &ref_1068 + language: &ref_1067 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15763,11 +15749,11 @@ operationGroups: protocol: http: in: path - - &ref_595 + - &ref_594 schema: *ref_1 implementation: Method required: true - language: &ref_1069 + language: &ref_1068 default: name: serviceName description: The name of the Service resource. @@ -15781,7 +15767,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15811,11 +15797,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_593 - *ref_594 - - *ref_595 responses: - - schema: *ref_596 - language: &ref_1073 + - schema: *ref_595 + language: &ref_1072 default: name: '' description: Success. The response describe the custom domain resource list of one application. @@ -15830,7 +15816,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -15890,52 +15876,52 @@ operationGroups: azureARM: true clientName: CertificatesClient openApiType: arm - optionalParamGroup: &ref_1318 + optionalParamGroup: &ref_1317 schema: type: object language: - default: &ref_597 + default: &ref_596 name: CertificatesClientListOptions description: CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method. - go: *ref_597 + go: *ref_596 protocol: {} originalParameter: [] required: false serializedName: CertificatesClientListOptions language: - default: &ref_598 + default: &ref_597 name: options description: CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method. - go: *ref_598 + go: *ref_597 protocol: {} - paging: &ref_1074 + paging: &ref_1073 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1368 + responseEnv: &ref_1367 type: object properties: - - &ref_600 - schema: *ref_596 + - &ref_599 + schema: *ref_595 serializedName: CertificateResourceCollection language: - default: &ref_599 + default: &ref_598 name: CertificateResourceCollection description: Collection compose of certificate resources list and a possible link for next page. byValue: true embeddedType: true - go: *ref_599 + go: *ref_598 protocol: {} language: - default: &ref_601 + default: &ref_600 name: CertificatesClientListResponse description: CertificatesClientListResponse contains the response from method CertificatesClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_600 - go: *ref_601 + resultProp: *ref_599 + go: *ref_600 protocol: {} protocol: {} language: @@ -15948,24 +15934,24 @@ operationGroups: clientCtorName: NewCertificatesClient clientName: CertificatesClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_1080 + - &ref_1079 $key: CustomDomains operations: - - &ref_1079 + - &ref_1078 operationId: CustomDomains_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_602 + - &ref_601 schema: *ref_1 implementation: Method required: true - language: &ref_1075 + language: &ref_1074 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -15977,11 +15963,11 @@ operationGroups: protocol: http: in: path - - &ref_603 + - &ref_602 schema: *ref_1 implementation: Method required: true - language: &ref_1076 + language: &ref_1075 default: name: serviceName description: The name of the Service resource. @@ -15993,11 +15979,11 @@ operationGroups: protocol: http: in: path - - &ref_604 + - &ref_603 schema: *ref_1 implementation: Method required: true - language: &ref_1077 + language: &ref_1076 default: name: appName description: The name of the App resource. @@ -16009,11 +15995,11 @@ operationGroups: protocol: http: in: path - - &ref_605 + - &ref_604 schema: *ref_1 implementation: Method required: true - language: &ref_1078 + language: &ref_1077 default: name: domainName description: The name of the custom domain resource. @@ -16027,7 +16013,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16057,13 +16043,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_601 - *ref_602 - *ref_603 - *ref_604 - - *ref_605 responses: - schema: *ref_101 - language: &ref_1085 + language: &ref_1084 default: name: '' description: Success. The response describe the custom domain. @@ -16078,7 +16064,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -16126,65 +16112,65 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1319 + optionalParamGroup: &ref_1318 schema: type: object language: - default: &ref_606 + default: &ref_605 name: CustomDomainsClientGetOptions description: CustomDomainsClientGetOptions contains the optional parameters for the CustomDomainsClient.Get method. - go: *ref_606 + go: *ref_605 protocol: {} originalParameter: [] required: false serializedName: CustomDomainsClientGetOptions language: - default: &ref_607 + default: &ref_606 name: options description: CustomDomainsClientGetOptions contains the optional parameters for the CustomDomainsClient.Get method. - go: *ref_607 + go: *ref_606 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1369 + responseEnv: &ref_1368 type: object properties: - - &ref_609 + - &ref_608 schema: *ref_101 serializedName: CustomDomainResource language: - default: &ref_608 + default: &ref_607 name: CustomDomainResource description: Custom domain resource payload. byValue: true embeddedType: true - go: *ref_608 + go: *ref_607 protocol: {} language: - default: &ref_610 + default: &ref_609 name: CustomDomainsClientGetResponse description: CustomDomainsClientGetResponse contains the response from method CustomDomainsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_609 - go: *ref_610 + resultProp: *ref_608 + go: *ref_609 protocol: {} protocol: {} - - &ref_1091 + - &ref_1090 operationId: CustomDomains_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_613 + - &ref_612 schema: *ref_1 implementation: Method required: true - language: &ref_1086 + language: &ref_1085 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -16196,11 +16182,11 @@ operationGroups: protocol: http: in: path - - &ref_614 + - &ref_613 schema: *ref_1 implementation: Method required: true - language: &ref_1087 + language: &ref_1086 default: name: serviceName description: The name of the Service resource. @@ -16212,11 +16198,11 @@ operationGroups: protocol: http: in: path - - &ref_615 + - &ref_614 schema: *ref_1 implementation: Method required: true - language: &ref_1088 + language: &ref_1087 default: name: appName description: The name of the App resource. @@ -16228,11 +16214,11 @@ operationGroups: protocol: http: in: path - - &ref_616 + - &ref_615 schema: *ref_1 implementation: Method required: true - language: &ref_1089 + language: &ref_1088 default: name: domainName description: The name of the custom domain resource. @@ -16245,13 +16231,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_612 + application/json: &ref_611 parameters: - - &ref_611 + - &ref_610 schema: *ref_101 implementation: Method required: true - language: &ref_1090 + language: &ref_1089 default: name: domainResource description: Parameters for the create or update operation @@ -16262,7 +16248,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16279,7 +16265,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_611 + - *ref_610 language: default: name: '' @@ -16296,15 +16282,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_612 + - *ref_611 signatureParameters: + - *ref_612 - *ref_613 - *ref_614 - *ref_615 - - *ref_616 responses: - schema: *ref_101 - language: &ref_1092 + language: &ref_1091 default: name: '' description: Success. The response describe the existed custom domain updated. @@ -16319,7 +16305,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_101 - language: &ref_1093 + language: &ref_1092 default: name: '' description: "Created. The response describes the new custom domain and contains a Location header to query the\r\noperation result." @@ -16334,7 +16320,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_101 - language: &ref_1094 + language: &ref_1093 default: name: '' description: "Accepted. The response indicates the exiting custom domain is now updating and contains a Location\r\nheader to query the operation result." @@ -16349,7 +16335,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -16422,81 +16408,81 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1320 + optionalParamGroup: &ref_1319 schema: type: object language: - default: &ref_617 + default: &ref_616 name: CustomDomainsClientBeginCreateOrUpdateOptions description: CustomDomainsClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginCreateOrUpdate method. - go: *ref_617 + go: *ref_616 protocol: {} originalParameter: - schema: type: string language: - default: &ref_618 + default: &ref_617 name: string description: '' - go: *ref_618 + go: *ref_617 protocol: {} language: - default: &ref_619 + default: &ref_618 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_619 + go: *ref_618 protocol: {} required: false serializedName: CustomDomainsClientBeginCreateOrUpdateOptions language: - default: &ref_620 + default: &ref_619 name: options description: CustomDomainsClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginCreateOrUpdate method. - go: *ref_620 + go: *ref_619 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1370 + responseEnv: &ref_1369 type: object properties: - - &ref_622 + - &ref_621 schema: *ref_101 serializedName: CustomDomainResource language: - default: &ref_621 + default: &ref_620 name: CustomDomainResource description: Custom domain resource payload. byValue: true embeddedType: true - go: *ref_621 + go: *ref_620 protocol: {} language: - default: &ref_623 + default: &ref_622 name: CustomDomainsClientCreateOrUpdateResponse description: CustomDomainsClientCreateOrUpdateResponse contains the response from method CustomDomainsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_622 - go: *ref_623 + resultProp: *ref_621 + go: *ref_622 protocol: {} protocol: {} - - &ref_1099 + - &ref_1098 operationId: CustomDomains_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_624 + - &ref_623 schema: *ref_1 implementation: Method required: true - language: &ref_1095 + language: &ref_1094 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -16508,11 +16494,11 @@ operationGroups: protocol: http: in: path - - &ref_625 + - &ref_624 schema: *ref_1 implementation: Method required: true - language: &ref_1096 + language: &ref_1095 default: name: serviceName description: The name of the Service resource. @@ -16524,11 +16510,11 @@ operationGroups: protocol: http: in: path - - &ref_626 + - &ref_625 schema: *ref_1 implementation: Method required: true - language: &ref_1097 + language: &ref_1096 default: name: appName description: The name of the App resource. @@ -16540,11 +16526,11 @@ operationGroups: protocol: http: in: path - - &ref_627 + - &ref_626 schema: *ref_1 implementation: Method required: true - language: &ref_1098 + language: &ref_1097 default: name: domainName description: The name of the custom domain resource. @@ -16558,7 +16544,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16588,12 +16574,12 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_623 - *ref_624 - *ref_625 - *ref_626 - - *ref_627 responses: - - language: &ref_1277 + - language: &ref_1276 default: name: '' description: Success. The response indicates the custom domain deleted. @@ -16627,7 +16613,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -16672,67 +16658,67 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1321 + optionalParamGroup: &ref_1320 schema: type: object language: - default: &ref_628 + default: &ref_627 name: CustomDomainsClientBeginDeleteOptions description: CustomDomainsClientBeginDeleteOptions contains the optional parameters for the CustomDomainsClient.BeginDelete method. - go: *ref_628 + go: *ref_627 protocol: {} originalParameter: - schema: type: string language: - default: &ref_629 + default: &ref_628 name: string description: '' - go: *ref_629 + go: *ref_628 protocol: {} language: - default: &ref_630 + default: &ref_629 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_630 + go: *ref_629 protocol: {} required: false serializedName: CustomDomainsClientBeginDeleteOptions language: - default: &ref_631 + default: &ref_630 name: options description: CustomDomainsClientBeginDeleteOptions contains the optional parameters for the CustomDomainsClient.BeginDelete method. - go: *ref_631 + go: *ref_630 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1371 + responseEnv: &ref_1370 type: object language: - default: &ref_632 + default: &ref_631 name: CustomDomainsClientDeleteResponse description: CustomDomainsClientDeleteResponse contains the response from method CustomDomainsClient.BeginDelete. forLRO: true responseType: true - go: *ref_632 + go: *ref_631 protocol: {} protocol: {} - - &ref_1105 + - &ref_1104 operationId: CustomDomains_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_635 + - &ref_634 schema: *ref_1 implementation: Method required: true - language: &ref_1100 + language: &ref_1099 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -16744,11 +16730,11 @@ operationGroups: protocol: http: in: path - - &ref_636 + - &ref_635 schema: *ref_1 implementation: Method required: true - language: &ref_1101 + language: &ref_1100 default: name: serviceName description: The name of the Service resource. @@ -16760,11 +16746,11 @@ operationGroups: protocol: http: in: path - - &ref_637 + - &ref_636 schema: *ref_1 implementation: Method required: true - language: &ref_1102 + language: &ref_1101 default: name: appName description: The name of the App resource. @@ -16776,11 +16762,11 @@ operationGroups: protocol: http: in: path - - &ref_638 + - &ref_637 schema: *ref_1 implementation: Method required: true - language: &ref_1103 + language: &ref_1102 default: name: domainName description: The name of the custom domain resource. @@ -16793,13 +16779,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_634 + application/json: &ref_633 parameters: - - &ref_633 + - &ref_632 schema: *ref_101 implementation: Method required: true - language: &ref_1104 + language: &ref_1103 default: name: domainResource description: Parameters for the create or update operation @@ -16810,7 +16796,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16827,7 +16813,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_633 + - *ref_632 language: default: name: '' @@ -16844,15 +16830,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_634 + - *ref_633 signatureParameters: + - *ref_634 - *ref_635 - *ref_636 - *ref_637 - - *ref_638 responses: - schema: *ref_101 - language: &ref_1106 + language: &ref_1105 default: name: '' description: Success. The response describe the existed custom domain updated. @@ -16867,7 +16853,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_101 - language: &ref_1107 + language: &ref_1106 default: name: '' description: "Accepted. The response indicates the exiting custom domain is now updating and contains a Location\r\nheader to query the operation result." @@ -16882,7 +16868,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -16931,7 +16917,7 @@ operationGroups: appName: myapp certName: mycert thumbprint: 934367bf1c97033f877db0f15cb1b586957d3133 - headers: &ref_1108 + headers: &ref_1107 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -16951,81 +16937,81 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1322 + optionalParamGroup: &ref_1321 schema: type: object language: - default: &ref_639 + default: &ref_638 name: CustomDomainsClientBeginUpdateOptions description: CustomDomainsClientBeginUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginUpdate method. - go: *ref_639 + go: *ref_638 protocol: {} originalParameter: - schema: type: string language: - default: &ref_640 + default: &ref_639 name: string description: '' - go: *ref_640 + go: *ref_639 protocol: {} language: - default: &ref_641 + default: &ref_640 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_641 + go: *ref_640 protocol: {} required: false serializedName: CustomDomainsClientBeginUpdateOptions language: - default: &ref_642 + default: &ref_641 name: options description: CustomDomainsClientBeginUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginUpdate method. - go: *ref_642 + go: *ref_641 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1372 + responseEnv: &ref_1371 type: object properties: - - &ref_644 + - &ref_643 schema: *ref_101 serializedName: CustomDomainResource language: - default: &ref_643 + default: &ref_642 name: CustomDomainResource description: Custom domain resource payload. byValue: true embeddedType: true - go: *ref_643 + go: *ref_642 protocol: {} language: - default: &ref_645 + default: &ref_644 name: CustomDomainsClientUpdateResponse description: CustomDomainsClientUpdateResponse contains the response from method CustomDomainsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_644 - go: *ref_645 + resultProp: *ref_643 + go: *ref_644 protocol: {} protocol: {} - - &ref_1112 + - &ref_1111 operationId: CustomDomains_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_646 + - &ref_645 schema: *ref_1 implementation: Method required: true - language: &ref_1109 + language: &ref_1108 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -17037,11 +17023,11 @@ operationGroups: protocol: http: in: path - - &ref_647 + - &ref_646 schema: *ref_1 implementation: Method required: true - language: &ref_1110 + language: &ref_1109 default: name: serviceName description: The name of the Service resource. @@ -17053,11 +17039,11 @@ operationGroups: protocol: http: in: path - - &ref_648 + - &ref_647 schema: *ref_1 implementation: Method required: true - language: &ref_1111 + language: &ref_1110 default: name: appName description: The name of the App resource. @@ -17071,7 +17057,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17101,12 +17087,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_645 - *ref_646 - *ref_647 - - *ref_648 responses: - - schema: *ref_649 - language: &ref_1115 + - schema: *ref_648 + language: &ref_1114 default: name: '' description: Success. The response describe the custom domain resource list of one application. @@ -17121,7 +17107,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -17172,52 +17158,52 @@ operationGroups: azureARM: true clientName: CustomDomainsClient openApiType: arm - optionalParamGroup: &ref_1323 + optionalParamGroup: &ref_1322 schema: type: object language: - default: &ref_650 + default: &ref_649 name: CustomDomainsClientListOptions description: CustomDomainsClientListOptions contains the optional parameters for the CustomDomainsClient.NewListPager method. - go: *ref_650 + go: *ref_649 protocol: {} originalParameter: [] required: false serializedName: CustomDomainsClientListOptions language: - default: &ref_651 + default: &ref_650 name: options description: CustomDomainsClientListOptions contains the optional parameters for the CustomDomainsClient.NewListPager method. - go: *ref_651 + go: *ref_650 protocol: {} - paging: &ref_1116 + paging: &ref_1115 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1373 + responseEnv: &ref_1372 type: object properties: - - &ref_653 - schema: *ref_649 + - &ref_652 + schema: *ref_648 serializedName: CustomDomainResourceCollection language: - default: &ref_652 + default: &ref_651 name: CustomDomainResourceCollection description: Collection compose of a custom domain resources list and a possible link for next page. byValue: true embeddedType: true - go: *ref_652 + go: *ref_651 protocol: {} language: - default: &ref_654 + default: &ref_653 name: CustomDomainsClientListResponse description: CustomDomainsClientListResponse contains the response from method CustomDomainsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_653 - go: *ref_654 + resultProp: *ref_652 + go: *ref_653 protocol: {} protocol: {} language: @@ -17230,24 +17216,24 @@ operationGroups: clientCtorName: NewCustomDomainsClient clientName: CustomDomainsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_1122 + - &ref_1121 $key: Deployments operations: - - &ref_1121 + - &ref_1120 operationId: Deployments_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_655 + - &ref_654 schema: *ref_1 implementation: Method required: true - language: &ref_1117 + language: &ref_1116 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -17259,11 +17245,11 @@ operationGroups: protocol: http: in: path - - &ref_656 + - &ref_655 schema: *ref_1 implementation: Method required: true - language: &ref_1118 + language: &ref_1117 default: name: serviceName description: The name of the Service resource. @@ -17275,11 +17261,11 @@ operationGroups: protocol: http: in: path - - &ref_657 + - &ref_656 schema: *ref_1 implementation: Method required: true - language: &ref_1119 + language: &ref_1118 default: name: appName description: The name of the App resource. @@ -17291,11 +17277,11 @@ operationGroups: protocol: http: in: path - - &ref_658 + - &ref_657 schema: *ref_1 implementation: Method required: true - language: &ref_1120 + language: &ref_1119 default: name: deploymentName description: The name of the Deployment resource. @@ -17309,7 +17295,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17339,13 +17325,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_654 - *ref_655 - *ref_656 - *ref_657 - - *ref_658 responses: - schema: *ref_102 - language: &ref_1146 + language: &ref_1145 default: name: '' description: Success. The response describes the corresponding Deployment. @@ -17360,7 +17346,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -17430,65 +17416,65 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1324 + optionalParamGroup: &ref_1323 schema: type: object language: - default: &ref_659 + default: &ref_658 name: DeploymentsClientGetOptions description: DeploymentsClientGetOptions contains the optional parameters for the DeploymentsClient.Get method. - go: *ref_659 + go: *ref_658 protocol: {} originalParameter: [] required: false serializedName: DeploymentsClientGetOptions language: - default: &ref_660 + default: &ref_659 name: options description: DeploymentsClientGetOptions contains the optional parameters for the DeploymentsClient.Get method. - go: *ref_660 + go: *ref_659 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_1374 + responseEnv: &ref_1373 type: object properties: - - &ref_662 + - &ref_661 schema: *ref_102 serializedName: DeploymentResource language: - default: &ref_661 + default: &ref_660 name: DeploymentResource description: Deployment resource payload byValue: true embeddedType: true - go: *ref_661 + go: *ref_660 protocol: {} language: - default: &ref_663 + default: &ref_662 name: DeploymentsClientGetResponse description: DeploymentsClientGetResponse contains the response from method DeploymentsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_662 - go: *ref_663 + resultProp: *ref_661 + go: *ref_662 protocol: {} protocol: {} - - &ref_1152 + - &ref_1151 operationId: Deployments_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_666 + - &ref_665 schema: *ref_1 implementation: Method required: true - language: &ref_1147 + language: &ref_1146 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -17500,11 +17486,11 @@ operationGroups: protocol: http: in: path - - &ref_667 + - &ref_666 schema: *ref_1 implementation: Method required: true - language: &ref_1148 + language: &ref_1147 default: name: serviceName description: The name of the Service resource. @@ -17516,11 +17502,11 @@ operationGroups: protocol: http: in: path - - &ref_668 + - &ref_667 schema: *ref_1 implementation: Method required: true - language: &ref_1149 + language: &ref_1148 default: name: appName description: The name of the App resource. @@ -17532,11 +17518,11 @@ operationGroups: protocol: http: in: path - - &ref_669 + - &ref_668 schema: *ref_1 implementation: Method required: true - language: &ref_1150 + language: &ref_1149 default: name: deploymentName description: The name of the Deployment resource. @@ -17549,13 +17535,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_665 + application/json: &ref_664 parameters: - - &ref_664 + - &ref_663 schema: *ref_102 implementation: Method required: true - language: &ref_1151 + language: &ref_1150 default: name: deploymentResource description: Parameters for the create or update operation @@ -17566,7 +17552,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17583,7 +17569,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_664 + - *ref_663 language: default: name: '' @@ -17600,15 +17586,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_665 + - *ref_664 signatureParameters: + - *ref_665 - *ref_666 - *ref_667 - *ref_668 - - *ref_669 responses: - schema: *ref_102 - language: &ref_1153 + language: &ref_1152 default: name: '' description: Success. The response describes the updated Deployment. @@ -17623,7 +17609,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_102 - language: &ref_1154 + language: &ref_1153 default: name: '' description: "Created. The response describes the new Deployment and contains a Location header to query the\r\noperation result." @@ -17638,7 +17624,7 @@ operationGroups: statusCodes: - '201' - schema: *ref_102 - language: &ref_1155 + language: &ref_1154 default: name: '' description: "Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result." @@ -17653,7 +17639,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -17807,81 +17793,81 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1325 + optionalParamGroup: &ref_1324 schema: type: object language: - default: &ref_670 + default: &ref_669 name: DeploymentsClientBeginCreateOrUpdateOptions description: DeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DeploymentsClient.BeginCreateOrUpdate method. - go: *ref_670 + go: *ref_669 protocol: {} originalParameter: - schema: type: string language: - default: &ref_671 + default: &ref_670 name: string description: '' - go: *ref_671 + go: *ref_670 protocol: {} language: - default: &ref_672 + default: &ref_671 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_672 + go: *ref_671 protocol: {} required: false serializedName: DeploymentsClientBeginCreateOrUpdateOptions language: - default: &ref_673 + default: &ref_672 name: options description: DeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DeploymentsClient.BeginCreateOrUpdate method. - go: *ref_673 + go: *ref_672 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_1375 + responseEnv: &ref_1374 type: object properties: - - &ref_675 + - &ref_674 schema: *ref_102 serializedName: DeploymentResource language: - default: &ref_674 + default: &ref_673 name: DeploymentResource description: Deployment resource payload byValue: true embeddedType: true - go: *ref_674 + go: *ref_673 protocol: {} language: - default: &ref_676 + default: &ref_675 name: DeploymentsClientCreateOrUpdateResponse description: DeploymentsClientCreateOrUpdateResponse contains the response from method DeploymentsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_675 - go: *ref_676 + resultProp: *ref_674 + go: *ref_675 protocol: {} protocol: {} - - &ref_1160 + - &ref_1159 operationId: Deployments_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_677 + - &ref_676 schema: *ref_1 implementation: Method required: true - language: &ref_1156 + language: &ref_1155 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -17893,11 +17879,11 @@ operationGroups: protocol: http: in: path - - &ref_678 + - &ref_677 schema: *ref_1 implementation: Method required: true - language: &ref_1157 + language: &ref_1156 default: name: serviceName description: The name of the Service resource. @@ -17909,11 +17895,11 @@ operationGroups: protocol: http: in: path - - &ref_679 + - &ref_678 schema: *ref_1 implementation: Method required: true - language: &ref_1158 + language: &ref_1157 default: name: appName description: The name of the App resource. @@ -17925,11 +17911,11 @@ operationGroups: protocol: http: in: path - - &ref_680 + - &ref_679 schema: *ref_1 implementation: Method required: true - language: &ref_1159 + language: &ref_1158 default: name: deploymentName description: The name of the Deployment resource. @@ -17943,7 +17929,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17973,12 +17959,12 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: + - *ref_676 - *ref_677 - *ref_678 - *ref_679 - - *ref_680 responses: - - language: &ref_1275 + - language: &ref_1274 default: name: '' description: Success. The response indicates the resource is deleted. @@ -18012,7 +17998,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -18057,67 +18043,67 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1326 + optionalParamGroup: &ref_1325 schema: type: object language: - default: &ref_681 + default: &ref_680 name: DeploymentsClientBeginDeleteOptions description: DeploymentsClientBeginDeleteOptions contains the optional parameters for the DeploymentsClient.BeginDelete method. - go: *ref_681 + go: *ref_680 protocol: {} originalParameter: - schema: type: string language: - default: &ref_682 + default: &ref_681 name: string description: '' - go: *ref_682 + go: *ref_681 protocol: {} language: - default: &ref_683 + default: &ref_682 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_683 + go: *ref_682 protocol: {} required: false serializedName: DeploymentsClientBeginDeleteOptions language: - default: &ref_684 + default: &ref_683 name: options description: DeploymentsClientBeginDeleteOptions contains the optional parameters for the DeploymentsClient.BeginDelete method. - go: *ref_684 + go: *ref_683 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_1376 + responseEnv: &ref_1375 type: object language: - default: &ref_685 + default: &ref_684 name: DeploymentsClientDeleteResponse description: DeploymentsClientDeleteResponse contains the response from method DeploymentsClient.BeginDelete. forLRO: true responseType: true - go: *ref_685 + go: *ref_684 protocol: {} protocol: {} - - &ref_1166 + - &ref_1165 operationId: Deployments_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_688 + - &ref_687 schema: *ref_1 implementation: Method required: true - language: &ref_1161 + language: &ref_1160 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -18129,11 +18115,11 @@ operationGroups: protocol: http: in: path - - &ref_689 + - &ref_688 schema: *ref_1 implementation: Method required: true - language: &ref_1162 + language: &ref_1161 default: name: serviceName description: The name of the Service resource. @@ -18145,11 +18131,11 @@ operationGroups: protocol: http: in: path - - &ref_690 + - &ref_689 schema: *ref_1 implementation: Method required: true - language: &ref_1163 + language: &ref_1162 default: name: appName description: The name of the App resource. @@ -18161,11 +18147,11 @@ operationGroups: protocol: http: in: path - - &ref_691 + - &ref_690 schema: *ref_1 implementation: Method required: true - language: &ref_1164 + language: &ref_1163 default: name: deploymentName description: The name of the Deployment resource. @@ -18178,13 +18164,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_687 + application/json: &ref_686 parameters: - - &ref_686 + - &ref_685 schema: *ref_102 implementation: Method required: true - language: &ref_1165 + language: &ref_1164 default: name: deploymentResource description: Parameters for the update operation @@ -18195,7 +18181,7 @@ operationGroups: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18212,7 +18198,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_686 + - *ref_685 language: default: name: '' @@ -18229,15 +18215,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_687 + - *ref_686 signatureParameters: + - *ref_687 - *ref_688 - *ref_689 - *ref_690 - - *ref_691 responses: - schema: *ref_102 - language: &ref_1167 + language: &ref_1166 default: name: '' description: Success. The response describes the updated Deployment. @@ -18252,7 +18238,7 @@ operationGroups: statusCodes: - '200' - schema: *ref_102 - language: &ref_1168 + language: &ref_1167 default: name: '' description: "Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result." @@ -18267,7 +18253,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -18364,7 +18350,7 @@ operationGroups: name: S0 capacity: 1 tier: Standard - headers: &ref_1169 + headers: &ref_1168 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -18384,81 +18370,81 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1327 + optionalParamGroup: &ref_1326 schema: type: object language: - default: &ref_692 + default: &ref_691 name: DeploymentsClientBeginUpdateOptions description: DeploymentsClientBeginUpdateOptions contains the optional parameters for the DeploymentsClient.BeginUpdate method. - go: *ref_692 + go: *ref_691 protocol: {} originalParameter: - schema: type: string language: - default: &ref_693 + default: &ref_692 name: string description: '' - go: *ref_693 + go: *ref_692 protocol: {} language: - default: &ref_694 + default: &ref_693 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_694 + go: *ref_693 protocol: {} required: false serializedName: DeploymentsClientBeginUpdateOptions language: - default: &ref_695 + default: &ref_694 name: options description: DeploymentsClientBeginUpdateOptions contains the optional parameters for the DeploymentsClient.BeginUpdate method. - go: *ref_695 + go: *ref_694 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_1377 + responseEnv: &ref_1376 type: object properties: - - &ref_697 + - &ref_696 schema: *ref_102 serializedName: DeploymentResource language: - default: &ref_696 + default: &ref_695 name: DeploymentResource description: Deployment resource payload byValue: true embeddedType: true - go: *ref_696 + go: *ref_695 protocol: {} language: - default: &ref_698 + default: &ref_697 name: DeploymentsClientUpdateResponse description: DeploymentsClientUpdateResponse contains the response from method DeploymentsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_697 - go: *ref_698 + resultProp: *ref_696 + go: *ref_697 protocol: {} protocol: {} - - &ref_1173 + - &ref_1172 operationId: Deployments_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_703 + - &ref_702 schema: *ref_1 implementation: Method required: true - language: &ref_1170 + language: &ref_1169 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -18470,11 +18456,11 @@ operationGroups: protocol: http: in: path - - &ref_704 + - &ref_703 schema: *ref_1 implementation: Method required: true - language: &ref_1171 + language: &ref_1170 default: name: serviceName description: The name of the Service resource. @@ -18486,11 +18472,11 @@ operationGroups: protocol: http: in: path - - &ref_705 + - &ref_704 schema: *ref_1 implementation: Method required: true - language: &ref_1172 + language: &ref_1171 default: name: appName description: The name of the App resource. @@ -18502,8 +18488,8 @@ operationGroups: protocol: http: in: path - - &ref_701 - schema: *ref_699 + - &ref_700 + schema: *ref_698 implementation: Method language: default: @@ -18514,24 +18500,24 @@ operationGroups: name: Version description: Version of the deployments to be listed byValue: true - paramGroup: &ref_707 + paramGroup: &ref_706 schema: type: object language: - default: &ref_700 + default: &ref_699 name: DeploymentsClientListOptions description: DeploymentsClientListOptions contains the optional parameters for the DeploymentsClient.NewListPager method. - go: *ref_700 + go: *ref_699 protocol: {} originalParameter: - - *ref_701 + - *ref_700 required: false serializedName: DeploymentsClientListOptions language: - default: &ref_702 + default: &ref_701 name: options description: DeploymentsClientListOptions contains the optional parameters for the DeploymentsClient.NewListPager method. - go: *ref_702 + go: *ref_701 protocol: {} serializedName: version protocol: @@ -18541,7 +18527,7 @@ operationGroups: style: form requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18571,13 +18557,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_702 - *ref_703 - *ref_704 - - *ref_705 - - *ref_701 + - *ref_700 responses: - - schema: *ref_706 - language: &ref_1175 + - schema: *ref_705 + language: &ref_1174 default: name: '' description: Success. The response describes the list of Deployments in the App. @@ -18592,7 +18578,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -18664,50 +18650,50 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: *ref_707 - paging: &ref_1176 + optionalParamGroup: *ref_706 + paging: &ref_1175 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1378 + responseEnv: &ref_1377 type: object properties: - - &ref_709 - schema: *ref_706 + - &ref_708 + schema: *ref_705 serializedName: DeploymentResourceCollection language: - default: &ref_708 + default: &ref_707 name: DeploymentResourceCollection description: Object that includes an array of App resources and a possible link for next set byValue: true embeddedType: true - go: *ref_708 + go: *ref_707 protocol: {} language: - default: &ref_710 + default: &ref_709 name: DeploymentsClientListResponse description: DeploymentsClientListResponse contains the response from method DeploymentsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_709 - go: *ref_710 + resultProp: *ref_708 + go: *ref_709 protocol: {} protocol: {} - - &ref_1179 + - &ref_1178 operationId: Deployments_ListForCluster apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_715 + - &ref_714 schema: *ref_1 implementation: Method required: true - language: &ref_1177 + language: &ref_1176 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -18719,11 +18705,11 @@ operationGroups: protocol: http: in: path - - &ref_716 + - &ref_715 schema: *ref_1 implementation: Method required: true - language: &ref_1178 + language: &ref_1177 default: name: serviceName description: The name of the Service resource. @@ -18735,8 +18721,8 @@ operationGroups: protocol: http: in: path - - &ref_713 - schema: *ref_711 + - &ref_712 + schema: *ref_710 implementation: Method language: default: @@ -18747,24 +18733,24 @@ operationGroups: name: Version description: Version of the deployments to be listed byValue: true - paramGroup: &ref_717 + paramGroup: &ref_716 schema: type: object language: - default: &ref_712 + default: &ref_711 name: DeploymentsClientListForClusterOptions description: DeploymentsClientListForClusterOptions contains the optional parameters for the DeploymentsClient.NewListForClusterPager method. - go: *ref_712 + go: *ref_711 protocol: {} originalParameter: - - *ref_713 + - *ref_712 required: false serializedName: DeploymentsClientListForClusterOptions language: - default: &ref_714 + default: &ref_713 name: options description: DeploymentsClientListForClusterOptions contains the optional parameters for the DeploymentsClient.NewListForClusterPager method. - go: *ref_714 + go: *ref_713 protocol: {} serializedName: version protocol: @@ -18774,7 +18760,7 @@ operationGroups: style: form requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18804,12 +18790,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: + - *ref_714 - *ref_715 - - *ref_716 - - *ref_713 + - *ref_712 responses: - - schema: *ref_706 - language: &ref_1180 + - schema: *ref_705 + language: &ref_1179 default: name: '' description: Success @@ -18824,7 +18810,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -18896,50 +18882,50 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: *ref_717 - paging: &ref_1181 + optionalParamGroup: *ref_716 + paging: &ref_1180 nextLinkName: NextLink protocolNaming: internalMethod: listForCluster requestMethod: listForClusterCreateRequest responseMethod: listForClusterHandleResponse - responseEnv: &ref_1379 + responseEnv: &ref_1378 type: object properties: - - &ref_719 - schema: *ref_706 + - &ref_718 + schema: *ref_705 serializedName: DeploymentResourceCollection language: - default: &ref_718 + default: &ref_717 name: DeploymentResourceCollection description: Object that includes an array of App resources and a possible link for next set byValue: true embeddedType: true - go: *ref_718 + go: *ref_717 protocol: {} language: - default: &ref_720 + default: &ref_719 name: DeploymentsClientListForClusterResponse description: DeploymentsClientListForClusterResponse contains the response from method DeploymentsClient.NewListForClusterPager. marshallingFormat: json responseType: true - resultProp: *ref_719 - go: *ref_720 + resultProp: *ref_718 + go: *ref_719 protocol: {} protocol: {} - - &ref_1186 + - &ref_1185 operationId: Deployments_Start apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_721 + - &ref_720 schema: *ref_1 implementation: Method required: true - language: &ref_1182 + language: &ref_1181 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -18951,11 +18937,11 @@ operationGroups: protocol: http: in: path - - &ref_722 + - &ref_721 schema: *ref_1 implementation: Method required: true - language: &ref_1183 + language: &ref_1182 default: name: serviceName description: The name of the Service resource. @@ -18967,11 +18953,237 @@ operationGroups: protocol: http: in: path + - &ref_722 + schema: *ref_1 + implementation: Method + required: true + language: &ref_1183 + default: + name: appName + description: The name of the App resource. + serializedName: appName + go: + name: appName + description: The name of the App resource. + serializedName: appName + protocol: + http: + in: path - &ref_723 schema: *ref_1 implementation: Method required: true language: &ref_1184 + default: + name: deploymentName + description: The name of the Deployment resource. + serializedName: deploymentName + go: + name: deploymentName + description: The name of the Deployment resource. + serializedName: deploymentName + protocol: + http: + in: path + requests: + - parameters: + - schema: *ref_281 + implementation: Method + origin: modelerfour:synthesized/accept + required: true + language: + default: + name: accept + description: Accept header + serializedName: Accept + go: + name: accept + description: Accept header + serializedName: Accept + protocol: + http: + in: header + signatureParameters: [] + language: + default: + name: '' + description: '' + go: + name: '' + description: '' + protocol: + http: + path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start + method: post + uri: '{$host}' + signatureParameters: + - *ref_720 + - *ref_721 + - *ref_722 + - *ref_723 + responses: + - language: &ref_1271 + default: + name: '' + description: Success. + go: + name: '' + description: Success. + protocol: + http: + statusCodes: + - '200' + - language: + default: + name: '' + description: "Accepted. The response indicates the Deployment is now starting and contains a Location header to\r\nquery the operation result." + go: + name: '' + description: Accepted. The response indicates the Deployment is now starting and contains a Location header to query the operation result. + protocol: + http: + statusCodes: + - '202' + exceptions: + - schema: *ref_284 + language: + default: + name: '' + description: Error response describing why the operation failed. + go: + name: '' + description: Error response describing why the operation failed. + protocol: + http: + knownMediaType: json + mediaTypes: + - application/json + statusCodes: + - default + extensions: + x-ms-examples: + Deployments_Start: + parameters: + api-version: 2020-11-01-preview + appName: myapp + deploymentName: mydeployment + resourceGroupName: myResourceGroup + serviceName: myservice + subscriptionId: 00000000-0000-0000-0000-000000000000 + x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Start.json + responses: + '200': {} + '202': + headers: &ref_1186 + location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... + x-ms-long-running-operation: true + x-ms-long-running-operation-options: + final-state-via: azure-async-operation + language: + default: + name: Start + description: Start the deployment. + go: + name: Start + description: |- + Start the deployment. + If the operation fails it returns an *azcore.ResponseError type. + azureARM: true + clientName: DeploymentsClient + openApiType: arm + optionalParamGroup: &ref_1327 + schema: + type: object + language: + default: &ref_724 + name: DeploymentsClientBeginStartOptions + description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. + go: *ref_724 + protocol: {} + originalParameter: + - schema: + type: string + language: + default: &ref_725 + name: string + description: '' + go: *ref_725 + protocol: {} + language: + default: &ref_726 + name: ResumeToken + description: Resumes the LRO from the provided token. + byValue: true + go: *ref_726 + protocol: {} + required: false + serializedName: DeploymentsClientBeginStartOptions + language: + default: &ref_727 + name: options + description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. + go: *ref_727 + protocol: {} + protocolNaming: + internalMethod: start + requestMethod: startCreateRequest + responseMethod: startHandleResponse + responseEnv: &ref_1379 + type: object + language: + default: &ref_728 + name: DeploymentsClientStartResponse + description: DeploymentsClientStartResponse contains the response from method DeploymentsClient.BeginStart. + forLRO: true + responseType: true + go: *ref_728 + protocol: {} + protocol: {} + - &ref_1191 + operationId: Deployments_Stop + apiVersions: + - version: 2020-11-01-preview + parameters: + - *ref_278 + - *ref_279 + - *ref_280 + - &ref_729 + schema: *ref_1 + implementation: Method + required: true + language: &ref_1187 + default: + name: resourceGroupName + description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. + serializedName: resourceGroupName + go: + name: resourceGroupName + description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. + serializedName: resourceGroupName + protocol: + http: + in: path + - &ref_730 + schema: *ref_1 + implementation: Method + required: true + language: &ref_1188 + default: + name: serviceName + description: The name of the Service resource. + serializedName: serviceName + go: + name: serviceName + description: The name of the Service resource. + serializedName: serviceName + protocol: + http: + in: path + - &ref_731 + schema: *ref_1 + implementation: Method + required: true + language: &ref_1189 default: name: appName description: The name of the App resource. @@ -18983,11 +19195,11 @@ operationGroups: protocol: http: in: path - - &ref_724 + - &ref_732 schema: *ref_1 implementation: Method required: true - language: &ref_1185 + language: &ref_1190 default: name: deploymentName description: The name of the Deployment resource. @@ -19001,233 +19213,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 - implementation: Method - origin: modelerfour:synthesized/accept - required: true - language: - default: - name: accept - description: Accept header - serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept - protocol: - http: - in: header - signatureParameters: [] - language: - default: - name: '' - description: '' - go: - name: '' - description: '' - protocol: - http: - path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start - method: post - uri: '{$host}' - signatureParameters: - - *ref_721 - - *ref_722 - - *ref_723 - - *ref_724 - responses: - - language: &ref_1272 - default: - name: '' - description: Success. - go: - name: '' - description: Success. - protocol: - http: - statusCodes: - - '200' - - language: - default: - name: '' - description: "Accepted. The response indicates the Deployment is now starting and contains a Location header to\r\nquery the operation result." - go: - name: '' - description: Accepted. The response indicates the Deployment is now starting and contains a Location header to query the operation result. - protocol: - http: - statusCodes: - - '202' - exceptions: - - schema: *ref_285 - language: - default: - name: '' - description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. - protocol: - http: - knownMediaType: json - mediaTypes: - - application/json - statusCodes: - - default - extensions: - x-ms-examples: - Deployments_Start: - parameters: - api-version: 2020-11-01-preview - appName: myapp - deploymentName: mydeployment - resourceGroupName: myResourceGroup - serviceName: myservice - subscriptionId: 00000000-0000-0000-0000-000000000000 - x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Start.json - responses: - '200': {} - '202': - headers: &ref_1187 - location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... - x-ms-long-running-operation: true - x-ms-long-running-operation-options: - final-state-via: azure-async-operation - language: - default: - name: Start - description: Start the deployment. - go: - name: Start - description: |- - Start the deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_1328 - schema: - type: object - language: - default: &ref_725 - name: DeploymentsClientBeginStartOptions - description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. - go: *ref_725 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_726 - name: string - description: '' - go: *ref_726 - protocol: {} - language: - default: &ref_727 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_727 - protocol: {} - required: false - serializedName: DeploymentsClientBeginStartOptions - language: - default: &ref_728 - name: options - description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. - go: *ref_728 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_1380 - type: object - language: - default: &ref_729 - name: DeploymentsClientStartResponse - description: DeploymentsClientStartResponse contains the response from method DeploymentsClient.BeginStart. - forLRO: true - responseType: true - go: *ref_729 - protocol: {} - protocol: {} - - &ref_1192 - operationId: Deployments_Stop - apiVersions: - - version: 2020-11-01-preview - parameters: - - *ref_279 - - *ref_280 - - *ref_281 - - &ref_730 - schema: *ref_1 - implementation: Method - required: true - language: &ref_1188 - default: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName - protocol: - http: - in: path - - &ref_731 - schema: *ref_1 - implementation: Method - required: true - language: &ref_1189 - default: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName - protocol: - http: - in: path - - &ref_732 - schema: *ref_1 - implementation: Method - required: true - language: &ref_1190 - default: - name: appName - description: The name of the App resource. - serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName - protocol: - http: - in: path - - &ref_733 - schema: *ref_1 - implementation: Method - required: true - language: &ref_1191 - default: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName - protocol: - http: - in: path - requests: - - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19257,12 +19243,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_729 - *ref_730 - *ref_731 - *ref_732 - - *ref_733 responses: - - language: &ref_1269 + - language: &ref_1268 default: name: '' description: Success. @@ -19285,7 +19271,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -19314,7 +19300,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_1193 + headers: &ref_1192 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -19331,67 +19317,67 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1329 + optionalParamGroup: &ref_1328 schema: type: object language: - default: &ref_734 + default: &ref_733 name: DeploymentsClientBeginStopOptions description: DeploymentsClientBeginStopOptions contains the optional parameters for the DeploymentsClient.BeginStop method. - go: *ref_734 + go: *ref_733 protocol: {} originalParameter: - schema: type: string language: - default: &ref_735 + default: &ref_734 name: string description: '' - go: *ref_735 + go: *ref_734 protocol: {} language: - default: &ref_736 + default: &ref_735 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_736 + go: *ref_735 protocol: {} required: false serializedName: DeploymentsClientBeginStopOptions language: - default: &ref_737 + default: &ref_736 name: options description: DeploymentsClientBeginStopOptions contains the optional parameters for the DeploymentsClient.BeginStop method. - go: *ref_737 + go: *ref_736 protocol: {} protocolNaming: internalMethod: stop requestMethod: stopCreateRequest responseMethod: stopHandleResponse - responseEnv: &ref_1381 + responseEnv: &ref_1380 type: object language: - default: &ref_738 + default: &ref_737 name: DeploymentsClientStopResponse description: DeploymentsClientStopResponse contains the response from method DeploymentsClient.BeginStop. forLRO: true responseType: true - go: *ref_738 + go: *ref_737 protocol: {} protocol: {} - - &ref_1198 + - &ref_1197 operationId: Deployments_Restart apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_739 + - &ref_738 schema: *ref_1 implementation: Method required: true - language: &ref_1194 + language: &ref_1193 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -19403,11 +19389,11 @@ operationGroups: protocol: http: in: path - - &ref_740 + - &ref_739 schema: *ref_1 implementation: Method required: true - language: &ref_1195 + language: &ref_1194 default: name: serviceName description: The name of the Service resource. @@ -19419,11 +19405,11 @@ operationGroups: protocol: http: in: path - - &ref_741 + - &ref_740 schema: *ref_1 implementation: Method required: true - language: &ref_1196 + language: &ref_1195 default: name: appName description: The name of the App resource. @@ -19435,11 +19421,11 @@ operationGroups: protocol: http: in: path - - &ref_742 + - &ref_741 schema: *ref_1 implementation: Method required: true - language: &ref_1197 + language: &ref_1196 default: name: deploymentName description: The name of the Deployment resource. @@ -19453,7 +19439,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19483,12 +19469,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_738 - *ref_739 - *ref_740 - *ref_741 - - *ref_742 responses: - - language: &ref_1266 + - language: &ref_1265 default: name: '' description: Success. @@ -19511,7 +19497,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -19540,7 +19526,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_1199 + headers: &ref_1198 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -19557,67 +19543,67 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1330 + optionalParamGroup: &ref_1329 schema: type: object language: - default: &ref_743 + default: &ref_742 name: DeploymentsClientBeginRestartOptions description: DeploymentsClientBeginRestartOptions contains the optional parameters for the DeploymentsClient.BeginRestart method. - go: *ref_743 + go: *ref_742 protocol: {} originalParameter: - schema: type: string language: - default: &ref_744 + default: &ref_743 name: string description: '' - go: *ref_744 + go: *ref_743 protocol: {} language: - default: &ref_745 + default: &ref_744 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_745 + go: *ref_744 protocol: {} required: false serializedName: DeploymentsClientBeginRestartOptions language: - default: &ref_746 + default: &ref_745 name: options description: DeploymentsClientBeginRestartOptions contains the optional parameters for the DeploymentsClient.BeginRestart method. - go: *ref_746 + go: *ref_745 protocol: {} protocolNaming: internalMethod: restart requestMethod: restartCreateRequest responseMethod: restartHandleResponse - responseEnv: &ref_1382 + responseEnv: &ref_1381 type: object language: - default: &ref_747 + default: &ref_746 name: DeploymentsClientRestartResponse description: DeploymentsClientRestartResponse contains the response from method DeploymentsClient.BeginRestart. forLRO: true responseType: true - go: *ref_747 + go: *ref_746 protocol: {} protocol: {} - - &ref_1204 + - &ref_1203 operationId: Deployments_GetLogFileUrl apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_748 + - &ref_747 schema: *ref_1 implementation: Method required: true - language: &ref_1200 + language: &ref_1199 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @@ -19629,11 +19615,11 @@ operationGroups: protocol: http: in: path - - &ref_749 + - &ref_748 schema: *ref_1 implementation: Method required: true - language: &ref_1201 + language: &ref_1200 default: name: serviceName description: The name of the Service resource. @@ -19645,11 +19631,11 @@ operationGroups: protocol: http: in: path - - &ref_750 + - &ref_749 schema: *ref_1 implementation: Method required: true - language: &ref_1202 + language: &ref_1201 default: name: appName description: The name of the App resource. @@ -19661,11 +19647,11 @@ operationGroups: protocol: http: in: path - - &ref_751 + - &ref_750 schema: *ref_1 implementation: Method required: true - language: &ref_1203 + language: &ref_1202 default: name: deploymentName description: The name of the Deployment resource. @@ -19679,7 +19665,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19709,13 +19695,13 @@ operationGroups: method: post uri: '{$host}' signatureParameters: + - *ref_747 - *ref_748 - *ref_749 - *ref_750 - - *ref_751 responses: - - schema: *ref_752 - language: &ref_1206 + - schema: *ref_751 + language: &ref_1205 default: name: '' description: Success. The response contains the log file URL. @@ -19741,7 +19727,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -19785,50 +19771,50 @@ operationGroups: azureARM: true clientName: DeploymentsClient openApiType: arm - optionalParamGroup: &ref_1331 + optionalParamGroup: &ref_1330 schema: type: object language: - default: &ref_753 + default: &ref_752 name: DeploymentsClientGetLogFileURLOptions description: DeploymentsClientGetLogFileURLOptions contains the optional parameters for the DeploymentsClient.GetLogFileURL method. - go: *ref_753 + go: *ref_752 protocol: {} originalParameter: [] required: false serializedName: DeploymentsClientGetLogFileURLOptions language: - default: &ref_754 + default: &ref_753 name: options description: DeploymentsClientGetLogFileURLOptions contains the optional parameters for the DeploymentsClient.GetLogFileURL method. - go: *ref_754 + go: *ref_753 protocol: {} protocolNaming: internalMethod: getLogFileURL requestMethod: getLogFileURLCreateRequest responseMethod: getLogFileURLHandleResponse - responseEnv: &ref_1383 + responseEnv: &ref_1382 type: object properties: - - &ref_756 - schema: *ref_752 + - &ref_755 + schema: *ref_751 serializedName: LogFileURLResponse language: - default: &ref_755 + default: &ref_754 name: LogFileURLResponse description: Log file URL payload byValue: true embeddedType: true - go: *ref_755 + go: *ref_754 protocol: {} language: - default: &ref_757 + default: &ref_756 name: DeploymentsClientGetLogFileURLResponse description: DeploymentsClientGetLogFileURLResponse contains the response from method DeploymentsClient.GetLogFileURL. marshallingFormat: json responseType: true - resultProp: *ref_756 - go: *ref_757 + resultProp: *ref_755 + go: *ref_756 protocol: {} protocol: {} language: @@ -19841,21 +19827,21 @@ operationGroups: clientCtorName: NewDeploymentsClient clientName: DeploymentsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} - - &ref_1208 + - &ref_1207 $key: Operations operations: - - &ref_1207 + - &ref_1206 operationId: Operations_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - - *ref_280 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19886,8 +19872,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_758 - language: &ref_1221 + - schema: *ref_757 + language: &ref_1220 default: name: '' description: Success. The response describes the list of operations. @@ -19902,7 +19888,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -19952,52 +19938,52 @@ operationGroups: azureARM: true clientName: OperationsClient openApiType: arm - optionalParamGroup: &ref_1332 + optionalParamGroup: &ref_1331 schema: type: object language: - default: &ref_759 + default: &ref_758 name: OperationsClientListOptions description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_759 + go: *ref_758 protocol: {} originalParameter: [] required: false serializedName: OperationsClientListOptions language: - default: &ref_760 + default: &ref_759 name: options description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_760 + go: *ref_759 protocol: {} - paging: &ref_1222 + paging: &ref_1221 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1384 + responseEnv: &ref_1383 type: object properties: - - &ref_762 - schema: *ref_758 + - &ref_761 + schema: *ref_757 serializedName: AvailableOperations language: - default: &ref_761 + default: &ref_760 name: AvailableOperations description: Available operations of the service byValue: true embeddedType: true - go: *ref_761 + go: *ref_760 protocol: {} language: - default: &ref_763 + default: &ref_762 name: OperationsClientListResponse description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_762 - go: *ref_763 + resultProp: *ref_761 + go: *ref_762 protocol: {} protocol: {} language: @@ -20010,19 +19996,19 @@ operationGroups: clientCtorName: NewOperationsClient clientName: OperationsClient protocol: {} - - &ref_1224 + - &ref_1223 $key: RuntimeVersions operations: - - &ref_1223 + - &ref_1222 operationId: RuntimeVersions_ListRuntimeVersions apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - - *ref_280 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -20053,8 +20039,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_764 - language: &ref_1229 + - schema: *ref_763 + language: &ref_1228 default: name: '' description: Success. The response describes the details of all supported deployment runtime versions. @@ -20069,7 +20055,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -20115,50 +20101,50 @@ operationGroups: azureARM: true clientName: RuntimeVersionsClient openApiType: arm - optionalParamGroup: &ref_1333 + optionalParamGroup: &ref_1332 schema: type: object language: - default: &ref_765 + default: &ref_764 name: RuntimeVersionsClientListRuntimeVersionsOptions description: RuntimeVersionsClientListRuntimeVersionsOptions contains the optional parameters for the RuntimeVersionsClient.ListRuntimeVersions method. - go: *ref_765 + go: *ref_764 protocol: {} originalParameter: [] required: false serializedName: RuntimeVersionsClientListRuntimeVersionsOptions language: - default: &ref_766 + default: &ref_765 name: options description: RuntimeVersionsClientListRuntimeVersionsOptions contains the optional parameters for the RuntimeVersionsClient.ListRuntimeVersions method. - go: *ref_766 + go: *ref_765 protocol: {} protocolNaming: internalMethod: listRuntimeVersions requestMethod: listRuntimeVersionsCreateRequest responseMethod: listRuntimeVersionsHandleResponse - responseEnv: &ref_1385 + responseEnv: &ref_1384 type: object properties: - - &ref_768 - schema: *ref_764 + - &ref_767 + schema: *ref_763 serializedName: AvailableRuntimeVersions language: - default: &ref_767 + default: &ref_766 name: AvailableRuntimeVersions description: '' byValue: true embeddedType: true - go: *ref_767 + go: *ref_766 protocol: {} language: - default: &ref_769 + default: &ref_768 name: RuntimeVersionsClientListRuntimeVersionsResponse description: RuntimeVersionsClientListRuntimeVersionsResponse contains the response from method RuntimeVersionsClient.ListRuntimeVersions. marshallingFormat: json responseType: true - resultProp: *ref_768 - go: *ref_769 + resultProp: *ref_767 + go: *ref_768 protocol: {} protocol: {} language: @@ -20171,20 +20157,20 @@ operationGroups: clientCtorName: NewRuntimeVersionsClient clientName: RuntimeVersionsClient protocol: {} - - &ref_1231 + - &ref_1230 $key: Skus operations: - - &ref_1230 + - &ref_1229 operationId: Skus_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -20215,8 +20201,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_770 - language: &ref_1247 + - schema: *ref_769 + language: &ref_1246 default: name: '' description: Success @@ -20231,7 +20217,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' @@ -20286,52 +20272,52 @@ operationGroups: azureARM: true clientName: SKUsClient openApiType: arm - optionalParamGroup: &ref_1334 + optionalParamGroup: &ref_1333 schema: type: object language: - default: &ref_771 + default: &ref_770 name: SKUsClientListOptions description: SKUsClientListOptions contains the optional parameters for the SKUsClient.NewListPager method. - go: *ref_771 + go: *ref_770 protocol: {} originalParameter: [] required: false serializedName: SKUsClientListOptions language: - default: &ref_772 + default: &ref_771 name: options description: SKUsClientListOptions contains the optional parameters for the SKUsClient.NewListPager method. - go: *ref_772 + go: *ref_771 protocol: {} - paging: &ref_1248 + paging: &ref_1247 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_1386 + responseEnv: &ref_1385 type: object properties: - - &ref_774 - schema: *ref_770 + - &ref_773 + schema: *ref_769 serializedName: ResourceSKUCollection language: - default: &ref_773 + default: &ref_772 name: ResourceSKUCollection description: Object that includes an array of Azure Spring Cloud SKU and a possible link for next set byValue: true embeddedType: true - go: *ref_773 + go: *ref_772 protocol: {} language: - default: &ref_775 + default: &ref_774 name: SKUsClientListResponse description: SKUsClientListResponse contains the response from method SKUsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_774 - go: *ref_775 + resultProp: *ref_773 + go: *ref_774 protocol: {} protocol: {} language: @@ -20344,7 +20330,7 @@ operationGroups: clientCtorName: NewSKUsClient clientName: SKUsClient clientParams: - - *ref_281 + - *ref_280 protocol: {} security: authenticationRequired: true @@ -20361,15 +20347,15 @@ testModel: checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -20379,13 +20365,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_778 - parameter: *ref_283 + language: *ref_777 + parameter: *ref_282 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_779 - parameter: *ref_284 + language: *ref_778 + parameter: *ref_283 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -20396,8 +20382,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_780 - operationGroup: *ref_781 + operation: *ref_779 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Get.json responseOutput: |- armappplatform.ServiceResource{ @@ -20469,165 +20455,165 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_803 - operation: *ref_780 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_802 + operation: *ref_779 + operationGroup: *ref_780 - operationId: Services_CreateOrUpdate examples: - name: Services_CreateOrUpdate checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -20637,13 +20623,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_804 - parameter: *ref_293 + language: *ref_803 + parameter: *ref_292 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_805 - parameter: *ref_294 + language: *ref_804 + parameter: *ref_293 - exampleValue: schema: *ref_3 parentsValue: @@ -20654,36 +20640,36 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_799 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_806 - parameter: *ref_291 + language: *ref_800 + language: *ref_801 + language: *ref_805 + parameter: *ref_290 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -20708,8 +20694,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_807 - operationGroup: *ref_781 + operation: *ref_806 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CreateOrUpdate.json pollerType: ServicesClientCreateOrUpdateResponse responseOutput: |- @@ -20782,148 +20768,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_808 + language: *ref_800 + language: *ref_801 + language: *ref_807 '201': body: schema: *ref_3 @@ -20938,148 +20924,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_809 + language: *ref_800 + language: *ref_801 + language: *ref_808 '202': body: schema: *ref_3 @@ -21094,161 +21080,161 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_810 + language: *ref_800 + language: *ref_801 + language: *ref_809 - name: Services_CreateOrUpdate_VNetInjection checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -21258,13 +21244,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_804 - parameter: *ref_293 + language: *ref_803 + parameter: *ref_292 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_805 - parameter: *ref_294 + language: *ref_804 + parameter: *ref_293 - exampleValue: schema: *ref_3 parentsValue: @@ -21275,61 +21261,61 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_811 + language: *ref_810 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_812 + language: *ref_811 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_813 + language: *ref_812 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_814 + language: *ref_813 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_815 - language: *ref_796 - language: *ref_799 + language: *ref_814 + language: *ref_795 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_806 - parameter: *ref_291 + language: *ref_800 + language: *ref_801 + language: *ref_805 + parameter: *ref_290 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -21361,8 +21347,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_807 - operationGroup: *ref_781 + operation: *ref_806 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CreateOrUpdate_VNetInjection.json pollerType: ServicesClientCreateOrUpdateResponse responseOutput: |- @@ -21439,166 +21425,166 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_811 + language: *ref_810 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_812 + language: *ref_811 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 + language: *ref_793 + language: *ref_794 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_813 + language: *ref_812 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_814 + language: *ref_813 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_815 - language: *ref_796 + language: *ref_814 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_808 + language: *ref_800 + language: *ref_801 + language: *ref_807 '201': body: schema: *ref_3 @@ -21613,166 +21599,166 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_811 + language: *ref_810 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_812 + language: *ref_811 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 + language: *ref_793 + language: *ref_794 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_813 + language: *ref_812 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_814 + language: *ref_813 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_815 - language: *ref_796 + language: *ref_814 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_809 + language: *ref_800 + language: *ref_801 + language: *ref_808 '202': body: schema: *ref_3 @@ -21787,183 +21773,183 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_811 + language: *ref_810 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_812 + language: *ref_811 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 + language: *ref_793 + language: *ref_794 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_813 + language: *ref_812 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_814 + language: *ref_813 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_815 - language: *ref_796 + language: *ref_814 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_810 - operation: *ref_807 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_809 + operation: *ref_806 + operationGroup: *ref_780 - operationId: Services_Delete examples: - name: Services_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -21973,13 +21959,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_816 - parameter: *ref_302 + language: *ref_815 + parameter: *ref_301 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_817 - parameter: *ref_303 + language: *ref_816 + parameter: *ref_302 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -21990,8 +21976,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_818 - operationGroup: *ref_781 + operation: *ref_817 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Delete.json pollerType: ServicesClientDeleteResponse returnInfo: @@ -21999,25 +21985,25 @@ testModel: - error responses: '202': - headers: *ref_819 + headers: *ref_818 '204': {} - operation: *ref_818 - operationGroup: *ref_781 + operation: *ref_817 + operationGroup: *ref_780 - operationId: Services_Update examples: - name: Services_Update checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -22027,13 +22013,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_820 - parameter: *ref_311 + language: *ref_819 + parameter: *ref_310 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_821 - parameter: *ref_312 + language: *ref_820 + parameter: *ref_311 - exampleValue: schema: *ref_3 parentsValue: @@ -22044,36 +22030,36 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_799 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_822 - parameter: *ref_309 + language: *ref_800 + language: *ref_801 + language: *ref_821 + parameter: *ref_308 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -22098,8 +22084,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_823 - operationGroup: *ref_781 + operation: *ref_822 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Update.json pollerType: ServicesClientUpdateResponse responseOutput: |- @@ -22172,148 +22158,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_824 + language: *ref_800 + language: *ref_801 + language: *ref_823 '202': body: schema: *ref_3 @@ -22328,166 +22314,166 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_825 - headers: *ref_826 - operation: *ref_823 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_824 + headers: *ref_825 + operation: *ref_822 + operationGroup: *ref_780 - operationId: Services_ListTestKeys examples: - name: Services_ListTestKeys checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -22497,13 +22483,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_827 - parameter: *ref_320 + language: *ref_826 + parameter: *ref_319 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_828 - parameter: *ref_321 + language: *ref_827 + parameter: *ref_320 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -22514,8 +22500,8 @@ testModel: - paramName: options paramOutput: nil opName: ListTestKeys - operation: *ref_829 - operationGroup: *ref_781 + operation: *ref_828 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_ListTestKeys.json responseOutput: |- armappplatform.TestKeys{ @@ -22533,47 +22519,47 @@ testModel: responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_835 - operation: *ref_829 - operationGroup: *ref_781 + language: *ref_833 + language: *ref_834 + operation: *ref_828 + operationGroup: *ref_780 - operationId: Services_RegenerateTestKey examples: - name: Services_RegenerateTestKey checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -22583,23 +22569,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_836 - parameter: *ref_331 + language: *ref_835 + parameter: *ref_330 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_837 - parameter: *ref_332 + language: *ref_836 + parameter: *ref_331 - exampleValue: - schema: *ref_328 + schema: *ref_327 parentsValue: {} properties: keyType: - schema: *ref_137 + schema: *ref_136 rawValue: Primary - language: *ref_838 - language: *ref_839 - parameter: *ref_329 + language: *ref_837 + language: *ref_838 + parameter: *ref_328 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -22615,8 +22601,8 @@ testModel: - paramName: options paramOutput: nil opName: RegenerateTestKey - operation: *ref_840 - operationGroup: *ref_781 + operation: *ref_839 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_RegenerateTestKey.json responseOutput: |- armappplatform.TestKeys{ @@ -22634,47 +22620,47 @@ testModel: responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_841 - operation: *ref_840 - operationGroup: *ref_781 + language: *ref_833 + language: *ref_840 + operation: *ref_839 + operationGroup: *ref_780 - operationId: Services_DisableTestEndpoint examples: - name: Services_DisableTestEndpoint checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -22684,13 +22670,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_842 - parameter: *ref_338 + language: *ref_841 + parameter: *ref_337 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_843 - parameter: *ref_339 + language: *ref_842 + parameter: *ref_338 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -22701,31 +22687,31 @@ testModel: - paramName: options paramOutput: nil opName: DisableTestEndpoint - operation: *ref_844 - operationGroup: *ref_781 + operation: *ref_843 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_DisableTestEndpoint.json returnInfo: - ServicesClientDisableTestEndpointResponse - error responses: '200': {} - operation: *ref_844 - operationGroup: *ref_781 + operation: *ref_843 + operationGroup: *ref_780 - operationId: Services_EnableTestEndpoint examples: - name: Services_EnableTestEndpoint checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -22735,13 +22721,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_845 - parameter: *ref_343 + language: *ref_844 + parameter: *ref_342 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_846 - parameter: *ref_344 + language: *ref_845 + parameter: *ref_343 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -22752,8 +22738,8 @@ testModel: - paramName: options paramOutput: nil opName: EnableTestEndpoint - operation: *ref_847 - operationGroup: *ref_781 + operation: *ref_846 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_EnableTestEndpoint.json responseOutput: |- armappplatform.TestKeys{ @@ -22771,47 +22757,47 @@ testModel: responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_848 - operation: *ref_847 - operationGroup: *ref_781 + language: *ref_833 + language: *ref_847 + operation: *ref_846 + operationGroup: *ref_780 - operationId: Services_CheckNameAvailability examples: - name: Services_CheckNameAvailability checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -22821,22 +22807,22 @@ testModel: - exampleValue: schema: *ref_1 rawValue: eastus - language: *ref_849 - parameter: *ref_353 + language: *ref_848 + parameter: *ref_352 - exampleValue: - schema: *ref_350 + schema: *ref_349 parentsValue: {} properties: name: - schema: *ref_161 + schema: *ref_160 rawValue: myservice - language: *ref_850 + language: *ref_849 type: - schema: *ref_160 + schema: *ref_159 rawValue: Microsoft.AppPlatform/Spring - language: *ref_851 - language: *ref_852 - parameter: *ref_351 + language: *ref_850 + language: *ref_851 + parameter: *ref_350 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -22851,8 +22837,8 @@ testModel: - paramName: options paramOutput: nil opName: CheckNameAvailability - operation: *ref_853 - operationGroup: *ref_781 + operation: *ref_852 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CheckNameAvailability.json responseOutput: |- armappplatform.NameAvailability{ @@ -22868,52 +22854,52 @@ testModel: responses: '200': body: - schema: *ref_354 + schema: *ref_353 parentsValue: {} properties: message: - schema: *ref_164 + schema: *ref_163 rawValue: The name is already used. - language: *ref_854 + language: *ref_853 nameAvailable: - schema: *ref_162 + schema: *ref_161 rawValue: false - language: *ref_855 + language: *ref_854 reason: - schema: *ref_163 + schema: *ref_162 rawValue: AlreadyExists - language: *ref_856 - language: *ref_857 - operation: *ref_853 - operationGroup: *ref_781 + language: *ref_855 + language: *ref_856 + operation: *ref_852 + operationGroup: *ref_780 - operationId: Services_ListBySubscription examples: - name: Services_ListBySubscription checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_861 + isPageable: *ref_860 methodParameters: [] methodParametersOutput: - paramName: options paramOutput: nil opName: NewListBySubscriptionPager - operation: *ref_858 - operationGroup: *ref_781 + operation: *ref_857 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_ListBySubscription.json pageableItemName: Value responseOutput: |- @@ -22976,11 +22962,11 @@ testModel: responses: '200': body: - schema: *ref_360 + schema: *ref_359 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -22994,186 +22980,186 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_859 - language: *ref_860 - operation: *ref_858 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_858 + language: *ref_859 + operation: *ref_857 + operationGroup: *ref_780 - operationId: Services_List examples: - name: Services_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_865 + isPageable: *ref_864 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_862 - parameter: *ref_366 + language: *ref_861 + parameter: *ref_365 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"myResourceGroup"' - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_863 - operationGroup: *ref_781 + operation: *ref_862 + operationGroup: *ref_780 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_List.json pageableItemName: Value responseOutput: |- @@ -23236,11 +23222,11 @@ testModel: responses: '200': body: - schema: *ref_360 + schema: *ref_359 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -23254,166 +23240,166 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_859 - language: *ref_864 - operation: *ref_863 - operationGroup: *ref_781 + language: *ref_800 + language: *ref_801 + language: *ref_858 + language: *ref_863 + operation: *ref_862 + operationGroup: *ref_780 - operationId: ConfigServers_Get examples: - name: ConfigServers_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -23423,13 +23409,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_866 - parameter: *ref_372 + language: *ref_865 + parameter: *ref_371 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_867 - parameter: *ref_373 + language: *ref_866 + parameter: *ref_372 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -23440,8 +23426,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_868 - operationGroup: *ref_869 + operation: *ref_867 + operationGroup: *ref_868 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_Get.json responseOutput: |- armappplatform.ConfigServerResource{ @@ -23480,70 +23466,70 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_876 - language: *ref_877 - language: *ref_878 - operation: *ref_868 - operationGroup: *ref_869 + language: *ref_875 + language: *ref_876 + language: *ref_877 + operation: *ref_867 + operationGroup: *ref_868 - operationId: ConfigServers_UpdatePut examples: - name: ConfigServers_UpdatePut checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -23553,48 +23539,48 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_879 - parameter: *ref_381 + language: *ref_878 + parameter: *ref_380 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_880 - parameter: *ref_382 + language: *ref_879 + parameter: *ref_381 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_875 - language: *ref_877 - language: *ref_881 - parameter: *ref_379 + language: *ref_872 + language: *ref_873 + language: *ref_874 + language: *ref_876 + language: *ref_880 + parameter: *ref_378 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -23619,8 +23605,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdatePut - operation: *ref_882 - operationGroup: *ref_869 + operation: *ref_881 + operationGroup: *ref_868 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_UpdatePut.json pollerType: ConfigServersClientUpdatePutResponse responseOutput: |- @@ -23660,53 +23646,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_876 - language: *ref_877 - language: *ref_883 + language: *ref_875 + language: *ref_876 + language: *ref_882 '202': body: schema: *ref_96 @@ -23721,70 +23707,70 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_876 - language: *ref_877 - language: *ref_884 - operation: *ref_882 - operationGroup: *ref_869 + language: *ref_875 + language: *ref_876 + language: *ref_883 + operation: *ref_881 + operationGroup: *ref_868 - operationId: ConfigServers_UpdatePatch examples: - name: ConfigServers_UpdatePatch checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -23794,48 +23780,48 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_885 - parameter: *ref_392 + language: *ref_884 + parameter: *ref_391 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_886 - parameter: *ref_393 + language: *ref_885 + parameter: *ref_392 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_875 - language: *ref_877 - language: *ref_887 - parameter: *ref_390 + language: *ref_872 + language: *ref_873 + language: *ref_874 + language: *ref_876 + language: *ref_886 + parameter: *ref_389 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -23860,8 +23846,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdatePatch - operation: *ref_888 - operationGroup: *ref_869 + operation: *ref_887 + operationGroup: *ref_868 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_UpdatePatch.json pollerType: ConfigServersClientUpdatePatchResponse responseOutput: |- @@ -23901,53 +23887,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_876 - language: *ref_877 - language: *ref_889 + language: *ref_875 + language: *ref_876 + language: *ref_888 '202': body: schema: *ref_96 @@ -23962,71 +23948,71 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_876 - language: *ref_877 - language: *ref_890 - headers: *ref_891 - operation: *ref_888 - operationGroup: *ref_869 + language: *ref_875 + language: *ref_876 + language: *ref_889 + headers: *ref_890 + operation: *ref_887 + operationGroup: *ref_868 - operationId: ConfigServers_Validate examples: - name: ConfigServers_Validate checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -24036,38 +24022,38 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_892 - parameter: *ref_403 + language: *ref_891 + parameter: *ref_402 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_893 - parameter: *ref_404 + language: *ref_892 + parameter: *ref_403 - exampleValue: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_894 - parameter: *ref_401 + language: *ref_872 + language: *ref_873 + language: *ref_893 + parameter: *ref_400 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -24088,8 +24074,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginValidate - operation: *ref_895 - operationGroup: *ref_869 + operation: *ref_894 + operationGroup: *ref_868 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_Validate.json pollerType: ConfigServersClientValidateResponse responseOutput: |- @@ -24104,38 +24090,38 @@ testModel: responses: '200': body: - schema: *ref_405 + schema: *ref_404 parentsValue: {} properties: isValid: - schema: *ref_142 + schema: *ref_141 rawValue: true - language: *ref_896 - language: *ref_897 + language: *ref_895 + language: *ref_896 '202': body: - schema: *ref_405 + schema: *ref_404 parentsValue: {} properties: {} - language: *ref_898 - headers: *ref_899 - operation: *ref_895 - operationGroup: *ref_869 + language: *ref_897 + headers: *ref_898 + operation: *ref_894 + operationGroup: *ref_868 - operationId: MonitoringSettings_Get examples: - name: MonitoringSettings_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -24145,13 +24131,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_900 - parameter: *ref_413 + language: *ref_899 + parameter: *ref_412 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_901 - parameter: *ref_414 + language: *ref_900 + parameter: *ref_413 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -24162,8 +24148,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_902 - operationGroup: *ref_903 + operation: *ref_901 + operationGroup: *ref_902 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_Get.json responseOutput: |- armappplatform.MonitoringSettingResource{ @@ -24200,67 +24186,67 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_911 - operation: *ref_902 - operationGroup: *ref_903 + language: *ref_908 + language: *ref_909 + language: *ref_910 + operation: *ref_901 + operationGroup: *ref_902 - operationId: MonitoringSettings_UpdatePut examples: - name: MonitoringSettings_UpdatePut checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -24270,36 +24256,36 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_912 - parameter: *ref_422 + language: *ref_911 + parameter: *ref_421 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_913 - parameter: *ref_423 + language: *ref_912 + parameter: *ref_422 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_907 + language: *ref_906 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_914 - parameter: *ref_420 + language: *ref_908 + language: *ref_909 + language: *ref_913 + parameter: *ref_419 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -24319,8 +24305,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdatePut - operation: *ref_915 - operationGroup: *ref_903 + operation: *ref_914 + operationGroup: *ref_902 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_UpdatePut.json pollerType: MonitoringSettingsClientUpdatePutResponse responseOutput: |- @@ -24358,50 +24344,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_916 + language: *ref_908 + language: *ref_909 + language: *ref_915 '202': body: schema: *ref_97 @@ -24416,67 +24402,67 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_917 - operation: *ref_915 - operationGroup: *ref_903 + language: *ref_908 + language: *ref_909 + language: *ref_916 + operation: *ref_914 + operationGroup: *ref_902 - operationId: MonitoringSettings_UpdatePatch examples: - name: MonitoringSettings_UpdatePatch checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -24486,36 +24472,36 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_918 - parameter: *ref_433 + language: *ref_917 + parameter: *ref_432 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_919 - parameter: *ref_434 + language: *ref_918 + parameter: *ref_433 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_907 + language: *ref_906 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_920 - parameter: *ref_431 + language: *ref_908 + language: *ref_909 + language: *ref_919 + parameter: *ref_430 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -24535,8 +24521,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdatePatch - operation: *ref_921 - operationGroup: *ref_903 + operation: *ref_920 + operationGroup: *ref_902 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_UpdatePatch.json pollerType: MonitoringSettingsClientUpdatePatchResponse responseOutput: |- @@ -24574,50 +24560,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_922 + language: *ref_908 + language: *ref_909 + language: *ref_921 '202': body: schema: *ref_97 @@ -24632,68 +24618,68 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_923 - headers: *ref_924 - operation: *ref_921 - operationGroup: *ref_903 + language: *ref_908 + language: *ref_909 + language: *ref_922 + headers: *ref_923 + operation: *ref_920 + operationGroup: *ref_902 - operationId: Apps_Get examples: - name: Apps_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -24703,18 +24689,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_925 - parameter: *ref_445 + language: *ref_924 + parameter: *ref_444 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_926 - parameter: *ref_446 + language: *ref_925 + parameter: *ref_445 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_927 - parameter: *ref_447 + language: *ref_926 + parameter: *ref_446 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -24729,8 +24715,8 @@ testModel: &armappplatform.AppsClientGetOptions{SyncStatus: nil, } opName: Get - operation: *ref_928 - operationGroup: *ref_929 + operation: *ref_927 + operationGroup: *ref_928 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Get.json responseOutput: |- armappplatform.AppResource{ @@ -24782,121 +24768,121 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_950 - operation: *ref_928 - operationGroup: *ref_929 + language: *ref_947 + language: *ref_948 + language: *ref_949 + operation: *ref_927 + operationGroup: *ref_928 - operationId: Apps_CreateOrUpdate examples: - name: Apps_CreateOrUpdate checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -24906,83 +24892,83 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_951 - parameter: *ref_454 + language: *ref_950 + parameter: *ref_453 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_952 - parameter: *ref_455 + language: *ref_951 + parameter: *ref_454 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_953 - parameter: *ref_456 + language: *ref_952 + parameter: *ref_455 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 rawValue: null - language: *ref_933 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 - language: *ref_942 + language: *ref_939 + language: *ref_941 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 - language: *ref_949 - language: *ref_954 - parameter: *ref_452 + language: *ref_945 + language: *ref_946 + language: *ref_948 + language: *ref_953 + parameter: *ref_451 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -25015,8 +25001,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_955 - operationGroup: *ref_929 + operation: *ref_954 + operationGroup: *ref_928 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_CreateOrUpdate.json pollerType: AppsClientCreateOrUpdateResponse responseOutput: |- @@ -25069,104 +25055,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_956 + language: *ref_947 + language: *ref_948 + language: *ref_955 '201': body: schema: *ref_98 @@ -25181,104 +25167,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Creating - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_957 + language: *ref_947 + language: *ref_948 + language: *ref_956 '202': body: schema: *ref_98 @@ -25293,121 +25279,121 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_958 - operation: *ref_955 - operationGroup: *ref_929 + language: *ref_947 + language: *ref_948 + language: *ref_957 + operation: *ref_954 + operationGroup: *ref_928 - operationId: Apps_Delete examples: - name: Apps_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -25417,18 +25403,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_959 - parameter: *ref_464 + language: *ref_958 + parameter: *ref_463 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_960 - parameter: *ref_465 + language: *ref_959 + parameter: *ref_464 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_961 - parameter: *ref_466 + language: *ref_960 + parameter: *ref_465 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -25441,8 +25427,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_962 - operationGroup: *ref_929 + operation: *ref_961 + operationGroup: *ref_928 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Delete.json pollerType: AppsClientDeleteResponse returnInfo: @@ -25452,23 +25438,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_962 - operationGroup: *ref_929 + operation: *ref_961 + operationGroup: *ref_928 - operationId: Apps_Update examples: - name: Apps_Update checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -25478,96 +25464,96 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_963 - parameter: *ref_474 + language: *ref_962 + parameter: *ref_473 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_964 - parameter: *ref_475 + language: *ref_963 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_965 - parameter: *ref_476 + language: *ref_964 + parameter: *ref_475 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: null - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: null - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 - language: *ref_942 + language: *ref_939 + language: *ref_941 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 - language: *ref_949 - language: *ref_966 - parameter: *ref_472 + language: *ref_945 + language: *ref_946 + language: *ref_948 + language: *ref_965 + parameter: *ref_471 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -25603,8 +25589,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_967 - operationGroup: *ref_929 + operation: *ref_966 + operationGroup: *ref_928 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Update.json pollerType: AppsClientUpdateResponse responseOutput: |- @@ -25657,104 +25643,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_968 + language: *ref_947 + language: *ref_948 + language: *ref_967 '202': body: schema: *ref_98 @@ -25769,139 +25755,139 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_969 - headers: *ref_970 - operation: *ref_967 - operationGroup: *ref_929 + language: *ref_947 + language: *ref_948 + language: *ref_968 + headers: *ref_969 + operation: *ref_966 + operationGroup: *ref_928 - operationId: Apps_List examples: - name: Apps_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_976 + isPageable: *ref_975 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_971 - parameter: *ref_484 + language: *ref_970 + parameter: *ref_483 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_972 - parameter: *ref_485 + language: *ref_971 + parameter: *ref_484 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"myResourceGroup"' @@ -25910,8 +25896,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_973 - operationGroup: *ref_929 + operation: *ref_972 + operationGroup: *ref_928 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_List.json pageableItemName: Value responseOutput: |- @@ -25954,11 +25940,11 @@ testModel: responses: '200': body: - schema: *ref_486 + schema: *ref_485 parentsValue: {} properties: value: - schema: *ref_250 + schema: *ref_249 elements: - schema: *ref_98 parentsValue: @@ -25972,122 +25958,122 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_974 - language: *ref_975 - operation: *ref_973 - operationGroup: *ref_929 + language: *ref_947 + language: *ref_948 + language: *ref_973 + language: *ref_974 + operation: *ref_972 + operationGroup: *ref_928 - operationId: Apps_GetResourceUploadUrl examples: - name: Apps_GetResourceUploadUrl checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -26097,18 +26083,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_977 - parameter: *ref_492 + language: *ref_976 + parameter: *ref_491 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_978 - parameter: *ref_493 + language: *ref_977 + parameter: *ref_492 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_979 - parameter: *ref_494 + language: *ref_978 + parameter: *ref_493 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -26121,8 +26107,8 @@ testModel: - paramName: options paramOutput: nil opName: GetResourceUploadURL - operation: *ref_980 - operationGroup: *ref_929 + operation: *ref_979 + operationGroup: *ref_928 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_GetResourceUploadUrl.json responseOutput: >- armappplatform.ResourceUploadDefinition{ @@ -26141,36 +26127,36 @@ testModel: responses: '200': body: - schema: *ref_495 + schema: *ref_494 parentsValue: {} properties: relativePath: - schema: *ref_154 + schema: *ref_153 rawValue: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777 - language: *ref_981 + language: *ref_980 uploadUrl: - schema: *ref_155 + schema: *ref_154 rawValue: >- https://springcloudstorageaccount.file.core.windows.net/bd172614181f42e2853f6fd90029cda8/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777?sv=2018-03-28&sr=f&sig=SampleSignature&se=2019-08-01T10%3A42%3A21Z&sp=w - language: *ref_982 - language: *ref_983 - operation: *ref_980 - operationGroup: *ref_929 + language: *ref_981 + language: *ref_982 + operation: *ref_979 + operationGroup: *ref_928 - operationId: Apps_ValidateDomain examples: - name: Apps_ValidateDomain checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -26180,28 +26166,28 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_984 - parameter: *ref_504 + language: *ref_983 + parameter: *ref_503 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_985 - parameter: *ref_505 + language: *ref_984 + parameter: *ref_504 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_986 - parameter: *ref_506 + language: *ref_985 + parameter: *ref_505 - exampleValue: - schema: *ref_501 + schema: *ref_500 parentsValue: {} properties: name: - schema: *ref_167 + schema: *ref_166 rawValue: mydomain.io - language: *ref_987 - language: *ref_988 - parameter: *ref_502 + language: *ref_986 + language: *ref_987 + parameter: *ref_501 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -26219,8 +26205,8 @@ testModel: - paramName: options paramOutput: nil opName: ValidateDomain - operation: *ref_989 - operationGroup: *ref_929 + operation: *ref_988 + operationGroup: *ref_928 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_ValidateDomain.json responseOutput: |- armappplatform.CustomDomainValidateResult{ @@ -26235,35 +26221,35 @@ testModel: responses: '200': body: - schema: *ref_507 + schema: *ref_506 parentsValue: {} properties: isValid: - schema: *ref_168 + schema: *ref_167 rawValue: false - language: *ref_990 + language: *ref_989 message: - schema: *ref_169 + schema: *ref_168 rawValue: Certificate is invalid, please check if it is a self signed cert or if it contains a suitable dns name - language: *ref_991 - language: *ref_992 - operation: *ref_989 - operationGroup: *ref_929 + language: *ref_990 + language: *ref_991 + operation: *ref_988 + operationGroup: *ref_928 - operationId: Bindings_Get examples: - name: Bindings_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -26273,23 +26259,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_992 + parameter: *ref_512 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_993 parameter: *ref_513 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_994 parameter: *ref_514 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mybinding language: *ref_995 parameter: *ref_515 - - exampleValue: - schema: *ref_1 - rawValue: mybinding - language: *ref_996 - parameter: *ref_516 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -26304,8 +26290,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_997 - operationGroup: *ref_998 + operation: *ref_996 + operationGroup: *ref_997 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Get.json responseOutput: |- armappplatform.BindingResource{ @@ -26345,21 +26331,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -26371,53 +26357,53 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1007 - operation: *ref_997 - operationGroup: *ref_998 + language: *ref_1004 + language: *ref_1005 + language: *ref_1006 + operation: *ref_996 + operationGroup: *ref_997 - operationId: Bindings_CreateOrUpdate examples: - name: Bindings_CreateOrUpdate checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -26427,29 +26413,29 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1007 + parameter: *ref_523 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1008 parameter: *ref_524 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1009 parameter: *ref_525 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mybinding language: *ref_1010 parameter: *ref_526 - - exampleValue: - schema: *ref_1 - rawValue: mybinding - language: *ref_1011 - parameter: *ref_527 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -26461,30 +26447,30 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: null - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: xxxx - language: *ref_1012 + language: *ref_1011 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1005 - language: *ref_1006 - language: *ref_1013 - parameter: *ref_522 + language: *ref_1004 + language: *ref_1005 + language: *ref_1012 + parameter: *ref_521 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -26511,8 +26497,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1014 - operationGroup: *ref_998 + operation: *ref_1013 + operationGroup: *ref_997 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_CreateOrUpdate.json pollerType: BindingsClientCreateOrUpdateResponse responseOutput: |- @@ -26553,21 +26539,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -26579,36 +26565,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1015 + language: *ref_1004 + language: *ref_1005 + language: *ref_1014 '201': body: schema: *ref_99 @@ -26623,21 +26609,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -26649,36 +26635,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1016 + language: *ref_1004 + language: *ref_1005 + language: *ref_1015 '202': body: schema: *ref_99 @@ -26693,21 +26679,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -26719,53 +26705,53 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1017 - operation: *ref_1014 - operationGroup: *ref_998 + language: *ref_1004 + language: *ref_1005 + language: *ref_1016 + operation: *ref_1013 + operationGroup: *ref_997 - operationId: Bindings_Delete examples: - name: Bindings_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -26775,23 +26761,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1017 + parameter: *ref_534 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1018 parameter: *ref_535 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1019 parameter: *ref_536 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mybinding language: *ref_1020 parameter: *ref_537 - - exampleValue: - schema: *ref_1 - rawValue: mybinding - language: *ref_1021 - parameter: *ref_538 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -26806,8 +26792,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_1022 - operationGroup: *ref_998 + operation: *ref_1021 + operationGroup: *ref_997 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Delete.json pollerType: BindingsClientDeleteResponse returnInfo: @@ -26817,23 +26803,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_1022 - operationGroup: *ref_998 + operation: *ref_1021 + operationGroup: *ref_997 - operationId: Bindings_Update examples: - name: Bindings_Update checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -26843,29 +26829,29 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1022 + parameter: *ref_545 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1023 parameter: *ref_546 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1024 parameter: *ref_547 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mybinding language: *ref_1025 parameter: *ref_548 - - exampleValue: - schema: *ref_1 - rawValue: mybinding - language: *ref_1026 - parameter: *ref_549 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -26877,26 +26863,26 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: null - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: xxxx - language: *ref_1012 + language: *ref_1011 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1005 - language: *ref_1006 - language: *ref_1027 - parameter: *ref_544 + language: *ref_1004 + language: *ref_1005 + language: *ref_1026 + parameter: *ref_543 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -26922,8 +26908,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_1028 - operationGroup: *ref_998 + operation: *ref_1027 + operationGroup: *ref_997 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Update.json pollerType: BindingsClientUpdateResponse responseOutput: |- @@ -26964,21 +26950,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -26990,36 +26976,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1029 + language: *ref_1004 + language: *ref_1005 + language: *ref_1028 '202': body: schema: *ref_99 @@ -27034,21 +27020,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -27060,76 +27046,76 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1030 - headers: *ref_1031 - operation: *ref_1028 - operationGroup: *ref_998 + language: *ref_1004 + language: *ref_1005 + language: *ref_1029 + headers: *ref_1030 + operation: *ref_1027 + operationGroup: *ref_997 - operationId: Bindings_List examples: - name: Bindings_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_1038 + isPageable: *ref_1037 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1032 - parameter: *ref_557 + language: *ref_1031 + parameter: *ref_556 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1033 - parameter: *ref_558 + language: *ref_1032 + parameter: *ref_557 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1034 - parameter: *ref_559 + language: *ref_1033 + parameter: *ref_558 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"myResourceGroup"' @@ -27140,8 +27126,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1035 - operationGroup: *ref_998 + operation: *ref_1034 + operationGroup: *ref_997 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_List.json pageableItemName: Value responseOutput: |- @@ -27172,11 +27158,11 @@ testModel: responses: '200': body: - schema: *ref_560 + schema: *ref_559 parentsValue: {} properties: value: - schema: *ref_251 + schema: *ref_250 elements: - schema: *ref_99 parentsValue: @@ -27190,21 +27176,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -27216,54 +27202,54 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1036 - language: *ref_1037 - operation: *ref_1035 - operationGroup: *ref_998 + language: *ref_1004 + language: *ref_1005 + language: *ref_1035 + language: *ref_1036 + operation: *ref_1034 + operationGroup: *ref_997 - operationId: Certificates_Get examples: - name: Certificates_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -27273,18 +27259,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1039 - parameter: *ref_566 + language: *ref_1038 + parameter: *ref_565 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1040 - parameter: *ref_567 + language: *ref_1039 + parameter: *ref_566 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1041 - parameter: *ref_568 + language: *ref_1040 + parameter: *ref_567 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -27297,8 +27283,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_1042 - operationGroup: *ref_1043 + operation: *ref_1041 + operationGroup: *ref_1042 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_Get.json responseOutput: |- armappplatform.CertificateResource{ @@ -27341,33 +27327,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1045 + language: *ref_1044 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -27375,54 +27361,54 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1053 - language: *ref_1054 - language: *ref_1055 - operation: *ref_1042 - operationGroup: *ref_1043 + language: *ref_1052 + language: *ref_1053 + language: *ref_1054 + operation: *ref_1041 + operationGroup: *ref_1042 - operationId: Certificates_CreateOrUpdate examples: - name: Certificates_CreateOrUpdate checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -27432,41 +27418,41 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1056 - parameter: *ref_576 + language: *ref_1055 + parameter: *ref_575 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1057 - parameter: *ref_577 + language: *ref_1056 + parameter: *ref_576 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1058 - parameter: *ref_578 + language: *ref_1057 + parameter: *ref_577 - exampleValue: schema: *ref_100 parentsValue: {} properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1045 + language: *ref_1044 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1050 + language: *ref_1049 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1053 - language: *ref_1054 - language: *ref_1059 - parameter: *ref_574 + language: *ref_1052 + language: *ref_1053 + language: *ref_1058 + parameter: *ref_573 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -27488,8 +27474,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1060 - operationGroup: *ref_1043 + operation: *ref_1059 + operationGroup: *ref_1042 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_CreateOrUpdate.json pollerType: CertificatesClientCreateOrUpdateResponse responseOutput: |- @@ -27533,33 +27519,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1045 + language: *ref_1044 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -27567,37 +27553,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1053 - language: *ref_1054 - language: *ref_1061 + language: *ref_1052 + language: *ref_1053 + language: *ref_1060 '201': body: schema: *ref_100 @@ -27612,33 +27598,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1045 + language: *ref_1044 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -27646,37 +27632,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1053 - language: *ref_1054 - language: *ref_1062 + language: *ref_1052 + language: *ref_1053 + language: *ref_1061 '202': body: schema: *ref_100 @@ -27691,33 +27677,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1045 + language: *ref_1044 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -27725,54 +27711,54 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1053 - language: *ref_1054 - language: *ref_1063 - operation: *ref_1060 - operationGroup: *ref_1043 + language: *ref_1052 + language: *ref_1053 + language: *ref_1062 + operation: *ref_1059 + operationGroup: *ref_1042 - operationId: Certificates_Delete examples: - name: Certificates_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -27782,18 +27768,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1064 - parameter: *ref_586 + language: *ref_1063 + parameter: *ref_585 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1065 - parameter: *ref_587 + language: *ref_1064 + parameter: *ref_586 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1066 - parameter: *ref_588 + language: *ref_1065 + parameter: *ref_587 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -27806,8 +27792,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_1067 - operationGroup: *ref_1043 + operation: *ref_1066 + operationGroup: *ref_1042 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_Delete.json pollerType: CertificatesClientDeleteResponse returnInfo: @@ -27817,40 +27803,40 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_1067 - operationGroup: *ref_1043 + operation: *ref_1066 + operationGroup: *ref_1042 - operationId: Certificates_List examples: - name: Certificates_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_1074 + isPageable: *ref_1073 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1068 - parameter: *ref_594 + language: *ref_1067 + parameter: *ref_593 - exampleValue: schema: *ref_1 rawValue: myService - language: *ref_1069 - parameter: *ref_595 + language: *ref_1068 + parameter: *ref_594 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"myResourceGroup"' @@ -27859,8 +27845,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1070 - operationGroup: *ref_1043 + operation: *ref_1069 + operationGroup: *ref_1042 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_List.json pageableItemName: Value responseOutput: |- @@ -27894,15 +27880,15 @@ testModel: responses: '200': body: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: nextLink: - schema: *ref_159 + schema: *ref_158 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates?$page=2 - language: *ref_1071 + language: *ref_1070 value: - schema: *ref_253 + schema: *ref_252 elements: - schema: *ref_100 parentsValue: @@ -27916,33 +27902,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1045 + language: *ref_1044 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -27950,55 +27936,55 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1053 - language: *ref_1054 - language: *ref_1072 - language: *ref_1073 - operation: *ref_1070 - operationGroup: *ref_1043 + language: *ref_1052 + language: *ref_1053 + language: *ref_1071 + language: *ref_1072 + operation: *ref_1069 + operationGroup: *ref_1042 - operationId: CustomDomains_Get examples: - name: CustomDomains_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -28008,23 +27994,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1074 + parameter: *ref_601 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1075 parameter: *ref_602 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1076 parameter: *ref_603 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydomain.com language: *ref_1077 parameter: *ref_604 - - exampleValue: - schema: *ref_1 - rawValue: mydomain.com - language: *ref_1078 - parameter: *ref_605 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -28039,8 +28025,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_1079 - operationGroup: *ref_1080 + operation: *ref_1078 + operationGroup: *ref_1079 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Get.json responseOutput: |- armappplatform.CustomDomainResource{ @@ -28073,54 +28059,54 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1085 - operation: *ref_1079 - operationGroup: *ref_1080 + language: *ref_1082 + language: *ref_1083 + language: *ref_1084 + operation: *ref_1078 + operationGroup: *ref_1079 - operationId: CustomDomains_CreateOrUpdate examples: - name: CustomDomains_CreateOrUpdate checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -28130,42 +28116,42 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1085 + parameter: *ref_612 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1086 parameter: *ref_613 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1087 parameter: *ref_614 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydomain.com language: *ref_1088 parameter: *ref_615 - - exampleValue: - schema: *ref_1 - rawValue: mydomain.com - language: *ref_1089 - parameter: *ref_616 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1090 - parameter: *ref_611 + language: *ref_1082 + language: *ref_1083 + language: *ref_1089 + parameter: *ref_610 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -28188,8 +28174,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1091 - operationGroup: *ref_1080 + operation: *ref_1090 + operationGroup: *ref_1079 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_CreateOrUpdate.json pollerType: CustomDomainsClientCreateOrUpdateResponse responseOutput: |- @@ -28223,37 +28209,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1092 + language: *ref_1082 + language: *ref_1083 + language: *ref_1091 '201': body: schema: *ref_101 @@ -28268,37 +28254,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1093 + language: *ref_1082 + language: *ref_1083 + language: *ref_1092 '202': body: schema: *ref_101 @@ -28313,54 +28299,54 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1094 - operation: *ref_1091 - operationGroup: *ref_1080 + language: *ref_1082 + language: *ref_1083 + language: *ref_1093 + operation: *ref_1090 + operationGroup: *ref_1079 - operationId: CustomDomains_Delete examples: - name: CustomDomains_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -28370,23 +28356,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1094 + parameter: *ref_623 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1095 parameter: *ref_624 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1096 parameter: *ref_625 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydomain.com language: *ref_1097 parameter: *ref_626 - - exampleValue: - schema: *ref_1 - rawValue: mydomain.com - language: *ref_1098 - parameter: *ref_627 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -28401,8 +28387,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_1099 - operationGroup: *ref_1080 + operation: *ref_1098 + operationGroup: *ref_1079 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Delete.json pollerType: CustomDomainsClientDeleteResponse returnInfo: @@ -28412,23 +28398,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_1099 - operationGroup: *ref_1080 + operation: *ref_1098 + operationGroup: *ref_1079 - operationId: CustomDomains_Update examples: - name: CustomDomains_Update checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -28438,42 +28424,42 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1099 + parameter: *ref_634 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1100 parameter: *ref_635 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1101 parameter: *ref_636 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydomain.com language: *ref_1102 parameter: *ref_637 - - exampleValue: - schema: *ref_1 - rawValue: mydomain.com - language: *ref_1103 - parameter: *ref_638 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1104 - parameter: *ref_633 + language: *ref_1082 + language: *ref_1083 + language: *ref_1103 + parameter: *ref_632 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -28496,8 +28482,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_1105 - operationGroup: *ref_1080 + operation: *ref_1104 + operationGroup: *ref_1079 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Update.json pollerType: CustomDomainsClientUpdateResponse responseOutput: |- @@ -28531,37 +28517,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1106 + language: *ref_1082 + language: *ref_1083 + language: *ref_1105 '202': body: schema: *ref_101 @@ -28576,77 +28562,77 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1107 - headers: *ref_1108 - operation: *ref_1105 - operationGroup: *ref_1080 + language: *ref_1082 + language: *ref_1083 + language: *ref_1106 + headers: *ref_1107 + operation: *ref_1104 + operationGroup: *ref_1079 - operationId: CustomDomains_List examples: - name: CustomDomains_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_1116 + isPageable: *ref_1115 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1109 - parameter: *ref_646 + language: *ref_1108 + parameter: *ref_645 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1110 - parameter: *ref_647 + language: *ref_1109 + parameter: *ref_646 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1111 - parameter: *ref_648 + language: *ref_1110 + parameter: *ref_647 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"myResourceGroup"' @@ -28657,8 +28643,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1112 - operationGroup: *ref_1080 + operation: *ref_1111 + operationGroup: *ref_1079 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_List.json pageableItemName: Value responseOutput: |- @@ -28682,15 +28668,15 @@ testModel: responses: '200': body: - schema: *ref_649 + schema: *ref_648 parentsValue: {} properties: nextLink: - schema: *ref_166 + schema: *ref_165 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains?$page=2 - language: *ref_1113 + language: *ref_1112 value: - schema: *ref_254 + schema: *ref_253 elements: - schema: *ref_101 parentsValue: @@ -28704,55 +28690,55 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1114 - language: *ref_1115 - operation: *ref_1112 - operationGroup: *ref_1080 + language: *ref_1082 + language: *ref_1083 + language: *ref_1113 + language: *ref_1114 + operation: *ref_1111 + operationGroup: *ref_1079 - operationId: Deployments_Get examples: - name: Deployments_Get checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -28762,23 +28748,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1116 + parameter: *ref_654 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1117 parameter: *ref_655 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1118 parameter: *ref_656 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1119 parameter: *ref_657 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1120 - parameter: *ref_658 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -28793,8 +28779,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_1121 - operationGroup: *ref_1122 + operation: *ref_1120 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Get.json responseOutput: |- armappplatform.DeploymentResource{ @@ -28855,147 +28841,147 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1146 - operation: *ref_1121 - operationGroup: *ref_1122 + language: *ref_800 + language: *ref_1144 + language: *ref_1145 + operation: *ref_1120 + operationGroup: *ref_1121 - operationId: Deployments_CreateOrUpdate examples: - name: Deployments_CreateOrUpdate checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -29005,104 +28991,104 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1146 + parameter: *ref_665 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1147 parameter: *ref_666 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1148 parameter: *ref_667 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1149 parameter: *ref_668 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1150 - parameter: *ref_669 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1135 + language: *ref_1134 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 - language: *ref_1143 + language: *ref_1139 + language: *ref_1140 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1151 - parameter: *ref_664 + language: *ref_800 + language: *ref_1144 + language: *ref_1150 + parameter: *ref_663 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -29143,8 +29129,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1152 - operationGroup: *ref_1122 + operation: *ref_1151 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_CreateOrUpdate.json pollerType: DeploymentsClientCreateOrUpdateResponse responseOutput: |- @@ -29206,130 +29192,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1153 + language: *ref_800 + language: *ref_1144 + language: *ref_1152 '201': body: schema: *ref_102 @@ -29344,130 +29330,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1154 + language: *ref_800 + language: *ref_1144 + language: *ref_1153 '202': body: schema: *ref_102 @@ -29482,147 +29468,147 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1155 - operation: *ref_1152 - operationGroup: *ref_1122 + language: *ref_800 + language: *ref_1144 + language: *ref_1154 + operation: *ref_1151 + operationGroup: *ref_1121 - operationId: Deployments_Delete examples: - name: Deployments_Delete checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -29632,23 +29618,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1155 + parameter: *ref_676 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1156 parameter: *ref_677 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1157 parameter: *ref_678 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1158 parameter: *ref_679 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1159 - parameter: *ref_680 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -29663,8 +29649,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_1160 - operationGroup: *ref_1122 + operation: *ref_1159 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Delete.json pollerType: DeploymentsClientDeleteResponse returnInfo: @@ -29674,23 +29660,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_1160 - operationGroup: *ref_1122 + operation: *ref_1159 + operationGroup: *ref_1121 - operationId: Deployments_Update examples: - name: Deployments_Update checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -29700,59 +29686,59 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1160 + parameter: *ref_687 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1161 parameter: *ref_688 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1162 parameter: *ref_689 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1163 parameter: *ref_690 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1164 - parameter: *ref_691 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1135 + language: *ref_1134 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 - language: *ref_1143 - language: *ref_1165 - parameter: *ref_686 + language: *ref_1139 + language: *ref_1140 + language: *ref_1142 + language: *ref_1164 + parameter: *ref_685 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -29779,8 +29765,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_1166 - operationGroup: *ref_1122 + operation: *ref_1165 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Update.json pollerType: DeploymentsClientUpdateResponse responseOutput: |- @@ -29842,130 +29828,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1167 + language: *ref_800 + language: *ref_1144 + language: *ref_1166 '202': body: schema: *ref_102 @@ -29980,170 +29966,170 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1168 - headers: *ref_1169 - operation: *ref_1166 - operationGroup: *ref_1122 + language: *ref_800 + language: *ref_1144 + language: *ref_1167 + headers: *ref_1168 + operation: *ref_1165 + operationGroup: *ref_1121 - operationId: Deployments_List examples: - name: Deployments_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_1176 + isPageable: *ref_1175 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1170 - parameter: *ref_703 + language: *ref_1169 + parameter: *ref_702 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1171 - parameter: *ref_704 + language: *ref_1170 + parameter: *ref_703 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1172 - parameter: *ref_705 + language: *ref_1171 + parameter: *ref_704 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"myResourceGroup"' @@ -30156,8 +30142,8 @@ testModel: &armappplatform.DeploymentsClientListOptions{Version: []string{}, } opName: NewListPager - operation: *ref_1173 - operationGroup: *ref_1122 + operation: *ref_1172 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_List.json pageableItemName: Value responseOutput: |- @@ -30209,11 +30195,11 @@ testModel: responses: '200': body: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -30227,165 +30213,165 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1174 - language: *ref_1175 - operation: *ref_1173 - operationGroup: *ref_1122 + language: *ref_800 + language: *ref_1144 + language: *ref_1173 + language: *ref_1174 + operation: *ref_1172 + operationGroup: *ref_1121 - operationId: Deployments_ListForCluster examples: - name: Deployments_ListForCluster checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_1181 + isPageable: *ref_1180 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1177 - parameter: *ref_715 + language: *ref_1176 + parameter: *ref_714 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1178 - parameter: *ref_716 + language: *ref_1177 + parameter: *ref_715 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"myResourceGroup"' @@ -30396,8 +30382,8 @@ testModel: &armappplatform.DeploymentsClientListForClusterOptions{Version: []string{}, } opName: NewListForClusterPager - operation: *ref_1179 - operationGroup: *ref_1122 + operation: *ref_1178 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_ListForCluster.json pageableItemName: Value responseOutput: |- @@ -30449,11 +30435,11 @@ testModel: responses: '200': body: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -30467,148 +30453,148 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1174 - language: *ref_1180 - operation: *ref_1179 - operationGroup: *ref_1122 + language: *ref_800 + language: *ref_1144 + language: *ref_1173 + language: *ref_1179 + operation: *ref_1178 + operationGroup: *ref_1121 - operationId: Deployments_Start examples: - name: Deployments_Start checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -30618,23 +30604,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1181 + parameter: *ref_720 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1182 parameter: *ref_721 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1183 parameter: *ref_722 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1184 parameter: *ref_723 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1185 - parameter: *ref_724 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -30649,8 +30635,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginStart - operation: *ref_1186 - operationGroup: *ref_1122 + operation: *ref_1185 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Start.json pollerType: DeploymentsClientStartResponse returnInfo: @@ -30659,24 +30645,24 @@ testModel: responses: '200': {} '202': - headers: *ref_1187 - operation: *ref_1186 - operationGroup: *ref_1122 + headers: *ref_1186 + operation: *ref_1185 + operationGroup: *ref_1121 - operationId: Deployments_Stop examples: - name: Deployments_Stop checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -30686,23 +30672,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1187 + parameter: *ref_729 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1188 parameter: *ref_730 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1189 parameter: *ref_731 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1190 parameter: *ref_732 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1191 - parameter: *ref_733 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -30717,8 +30703,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginStop - operation: *ref_1192 - operationGroup: *ref_1122 + operation: *ref_1191 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Stop.json pollerType: DeploymentsClientStopResponse returnInfo: @@ -30727,24 +30713,24 @@ testModel: responses: '200': {} '202': - headers: *ref_1193 - operation: *ref_1192 - operationGroup: *ref_1122 + headers: *ref_1192 + operation: *ref_1191 + operationGroup: *ref_1121 - operationId: Deployments_Restart examples: - name: Deployments_Restart checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -30754,23 +30740,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1193 + parameter: *ref_738 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1194 parameter: *ref_739 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1195 parameter: *ref_740 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1196 parameter: *ref_741 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1197 - parameter: *ref_742 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -30785,8 +30771,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginRestart - operation: *ref_1198 - operationGroup: *ref_1122 + operation: *ref_1197 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Restart.json pollerType: DeploymentsClientRestartResponse returnInfo: @@ -30795,24 +30781,24 @@ testModel: responses: '200': {} '202': - headers: *ref_1199 - operation: *ref_1198 - operationGroup: *ref_1122 + headers: *ref_1198 + operation: *ref_1197 + operationGroup: *ref_1121 - operationId: Deployments_GetLogFileUrl examples: - name: Deployments_GetLogFileUrl checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -30822,23 +30808,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: myResourceGroup + language: *ref_1199 + parameter: *ref_747 + - exampleValue: + schema: *ref_1 + rawValue: myservice language: *ref_1200 parameter: *ref_748 - exampleValue: schema: *ref_1 - rawValue: myservice + rawValue: myapp language: *ref_1201 parameter: *ref_749 - exampleValue: schema: *ref_1 - rawValue: myapp + rawValue: mydeployment language: *ref_1202 parameter: *ref_750 - - exampleValue: - schema: *ref_1 - rawValue: mydeployment - language: *ref_1203 - parameter: *ref_751 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -30853,8 +30839,8 @@ testModel: - paramName: options paramOutput: nil opName: GetLogFileURL - operation: *ref_1204 - operationGroup: *ref_1122 + operation: *ref_1203 + operationGroup: *ref_1121 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_GetLogFileUrl.json responseOutput: >- armappplatform.LogFileURLResponse{ @@ -30871,39 +30857,39 @@ testModel: responses: '200': body: - schema: *ref_752 + schema: *ref_751 parentsValue: {} properties: url: - schema: *ref_175 + schema: *ref_174 rawValue: >- https://spring.blob.core.windows.net/logs/110ec0c337154d45b1f01daf2196c0bf/b58b0cb4ecdea3c65311b4ca8833fe47b6ae0a7500f87a8eb31e8379d3fe48f1-2019081312-42b7b90c-f108-4c09-b33d-1ea134f57f23?sv=2018-03-28&sr=b&sig=example-signature&se=2019-08-14T09%3A43%3A52Z&sp=r - language: *ref_1205 - language: *ref_1206 + language: *ref_1204 + language: *ref_1205 '204': {} - operation: *ref_1204 - operationGroup: *ref_1122 + operation: *ref_1203 + operationGroup: *ref_1121 - operationId: Operations_List examples: - name: Operations_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 clientParametersOutput: [] isLRO: false isMultiRespOperation: false - isPageable: *ref_1222 + isPageable: *ref_1221 methodParameters: [] methodParametersOutput: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1207 - operationGroup: *ref_1208 + operation: *ref_1206 + operationGroup: *ref_1207 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Operations_List.json pageableItemName: Value responseOutput: |- @@ -30930,75 +30916,75 @@ testModel: responses: '200': body: - schema: *ref_758 + schema: *ref_757 parentsValue: {} properties: nextLink: - schema: *ref_201 + schema: *ref_200 rawValue: providers/Microsoft.AppPlatform?$skipToken={opaqueString} - language: *ref_1209 + language: *ref_1208 value: - schema: *ref_265 + schema: *ref_264 elements: - - schema: *ref_202 + - schema: *ref_201 parentsValue: {} properties: name: - schema: *ref_177 + schema: *ref_176 rawValue: Microsoft.AppPlatform/Spring/read - language: *ref_1210 + language: *ref_1209 display: - schema: *ref_203 + schema: *ref_202 parentsValue: {} properties: description: - schema: *ref_182 + schema: *ref_181 rawValue: Create or Update Managed Applications - language: *ref_1211 + language: *ref_1210 operation: - schema: *ref_181 + schema: *ref_180 rawValue: Create or Update Managed Applications - language: *ref_1212 + language: *ref_1211 provider: - schema: *ref_179 + schema: *ref_178 rawValue: Microsoft Azure Distributed Managed Service for Spring - language: *ref_1213 + language: *ref_1212 resource: - schema: *ref_180 + schema: *ref_179 rawValue: Managed Applications - language: *ref_1214 - language: *ref_1215 + language: *ref_1213 + language: *ref_1214 isDataAction: - schema: *ref_178 + schema: *ref_177 rawValue: false - language: *ref_1216 + language: *ref_1215 origin: - schema: *ref_184 + schema: *ref_183 rawValue: user,system - language: *ref_1217 + language: *ref_1216 properties: - schema: *ref_204 + schema: *ref_203 parentsValue: {} properties: serviceSpecification: - schema: *ref_205 + schema: *ref_204 rawValue: null - language: *ref_1218 - language: *ref_1219 - language: *ref_1220 - language: *ref_1221 - operation: *ref_1207 - operationGroup: *ref_1208 + language: *ref_1217 + language: *ref_1218 + language: *ref_1219 + language: *ref_1220 + operation: *ref_1206 + operationGroup: *ref_1207 - operationId: RuntimeVersions_ListRuntimeVersions examples: - name: RuntimeVersions_ListRuntimeVersions checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 clientParametersOutput: [] isLRO: false isMultiRespOperation: false @@ -31009,8 +30995,8 @@ testModel: - paramName: options paramOutput: nil opName: ListRuntimeVersions - operation: *ref_1223 - operationGroup: *ref_1224 + operation: *ref_1222 + operationGroup: *ref_1223 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/RuntimeVersions_ListRuntimeVersions.json responseOutput: |- armappplatform.AvailableRuntimeVersions{ @@ -31039,89 +31025,89 @@ testModel: responses: '200': body: - schema: *ref_764 + schema: *ref_763 parentsValue: {} properties: value: - schema: *ref_266 + schema: *ref_265 elements: - - schema: *ref_212 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: Java - language: *ref_1225 + language: *ref_1224 value: - schema: *ref_209 + schema: *ref_208 rawValue: Java_8 - language: *ref_1226 + language: *ref_1225 version: - schema: *ref_211 + schema: *ref_210 rawValue: '8' - language: *ref_1227 - - schema: *ref_212 + language: *ref_1226 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: Java - language: *ref_1225 + language: *ref_1224 value: - schema: *ref_209 + schema: *ref_208 rawValue: Java_11 - language: *ref_1226 + language: *ref_1225 version: - schema: *ref_211 + schema: *ref_210 rawValue: '11' - language: *ref_1227 - - schema: *ref_212 + language: *ref_1226 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: .NET Core - language: *ref_1225 + language: *ref_1224 value: - schema: *ref_209 + schema: *ref_208 rawValue: NetCore_31 - language: *ref_1226 + language: *ref_1225 version: - schema: *ref_211 + schema: *ref_210 rawValue: '3.1' - language: *ref_1227 - language: *ref_1228 - language: *ref_1229 - operation: *ref_1223 - operationGroup: *ref_1224 + language: *ref_1226 + language: *ref_1227 + language: *ref_1228 + operation: *ref_1222 + operationGroup: *ref_1223 - operationId: Skus_List examples: - name: Skus_List checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_1248 + isPageable: *ref_1247 methodParameters: [] methodParametersOutput: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1230 - operationGroup: *ref_1231 + operation: *ref_1229 + operationGroup: *ref_1230 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Skus_List.json pageableItemName: Value responseOutput: |- @@ -31158,83 +31144,83 @@ testModel: responses: '200': body: - schema: *ref_770 + schema: *ref_769 parentsValue: {} properties: value: - schema: *ref_277 + schema: *ref_276 elements: - - schema: *ref_232 + - schema: *ref_231 parentsValue: {} properties: name: - schema: *ref_214 + schema: *ref_213 rawValue: B0 - language: *ref_1232 + language: *ref_1231 capacity: - schema: *ref_233 + schema: *ref_232 parentsValue: {} properties: default: - schema: *ref_218 + schema: *ref_217 rawValue: 1 - language: *ref_1233 + language: *ref_1232 maximum: - schema: *ref_217 + schema: *ref_216 rawValue: 20 - language: *ref_1234 + language: *ref_1233 minimum: - schema: *ref_216 + schema: *ref_215 rawValue: 1 - language: *ref_1235 + language: *ref_1234 scaleType: - schema: *ref_219 + schema: *ref_218 rawValue: Automatic - language: *ref_1236 - language: *ref_1237 + language: *ref_1235 + language: *ref_1236 locationInfo: - schema: *ref_272 + schema: *ref_271 elements: - - schema: *ref_234 + - schema: *ref_233 parentsValue: {} properties: location: - schema: *ref_221 + schema: *ref_220 rawValue: eastus - language: *ref_1238 + language: *ref_1237 zoneDetails: - schema: *ref_271 + schema: *ref_270 elements: [] - language: *ref_1239 + language: *ref_1238 zones: - schema: *ref_268 + schema: *ref_267 elements: [] - language: *ref_1240 - language: *ref_1241 + language: *ref_1239 + language: *ref_1240 locations: - schema: *ref_267 + schema: *ref_266 elements: - - schema: *ref_220 + - schema: *ref_219 rawValue: eastus - language: *ref_1242 + language: *ref_1241 resourceType: - schema: *ref_213 + schema: *ref_212 rawValue: Spring - language: *ref_1243 + language: *ref_1242 restrictions: - schema: *ref_276 + schema: *ref_275 elements: [] - language: *ref_1244 + language: *ref_1243 tier: - schema: *ref_215 + schema: *ref_214 rawValue: Basic - language: *ref_1245 - language: *ref_1246 - language: *ref_1247 - operation: *ref_1230 - operationGroup: *ref_1231 + language: *ref_1244 + language: *ref_1245 + language: *ref_1246 + operation: *ref_1229 + operationGroup: *ref_1230 scenarioTests: - - &ref_1249 + - &ref_1248 _filePath: Microsoft.AppPlatform\preview\2020-11-01-preview\scenarios\Spring.yaml _swaggerFilePaths: - Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json @@ -31716,7 +31702,7 @@ testModel: userAssignedIdentity: '' scenarios: - description: Microsoft.AppPlatform/Spring - _scenarioDef: *ref_1249 + _scenarioDef: *ref_1248 requiredVariables: - customDomainName - mysqlKey @@ -31749,15 +31735,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -31767,22 +31753,22 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(location) - language: *ref_849 - parameter: *ref_353 + language: *ref_848 + parameter: *ref_352 - exampleValue: - schema: *ref_350 + schema: *ref_349 parentsValue: {} properties: name: - schema: *ref_161 + schema: *ref_160 rawValue: $(serviceName) - language: *ref_850 + language: *ref_849 type: - schema: *ref_160 + schema: *ref_159 rawValue: Microsoft.AppPlatform/Spring - language: *ref_851 - language: *ref_852 - parameter: *ref_351 + language: *ref_850 + language: *ref_851 + parameter: *ref_350 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -31797,8 +31783,8 @@ testModel: - paramName: options paramOutput: nil opName: CheckNameAvailability - operation: *ref_853 - operationGroup: *ref_781 + operation: *ref_852 + operationGroup: *ref_780 originalFile: '' responseOutput: |- armappplatform.NameAvailability{ @@ -31814,22 +31800,22 @@ testModel: responses: '200': body: - schema: *ref_354 + schema: *ref_353 parentsValue: {} properties: message: - schema: *ref_164 + schema: *ref_163 rawValue: The name is already used. - language: *ref_854 + language: *ref_853 nameAvailable: - schema: *ref_162 + schema: *ref_161 rawValue: false - language: *ref_855 + language: *ref_854 reason: - schema: *ref_163 + schema: *ref_162 rawValue: AlreadyExists - language: *ref_856 - language: *ref_857 + language: *ref_855 + language: *ref_856 outputVariables: {} outputVariablesModel: {} parameters: @@ -31859,15 +31845,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -31877,13 +31863,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_804 - parameter: *ref_293 + language: *ref_803 + parameter: *ref_292 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_805 - parameter: *ref_294 + language: *ref_804 + parameter: *ref_293 - exampleValue: schema: *ref_3 parentsValue: @@ -31894,36 +31880,36 @@ testModel: location: schema: *ref_106 rawValue: $(location) - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_799 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_806 - parameter: *ref_291 + language: *ref_800 + language: *ref_801 + language: *ref_805 + parameter: *ref_290 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -31948,8 +31934,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_807 - operationGroup: *ref_781 + operation: *ref_806 + operationGroup: *ref_780 originalFile: '' pollerType: ServicesClientCreateOrUpdateResponse responseOutput: |- @@ -32022,148 +32008,148 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_808 + language: *ref_800 + language: *ref_801 + language: *ref_807 '201': body: schema: *ref_3 @@ -32178,148 +32164,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_809 + language: *ref_800 + language: *ref_801 + language: *ref_808 '202': body: schema: *ref_3 @@ -32334,148 +32320,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_810 + language: *ref_800 + language: *ref_801 + language: *ref_809 outputVariables: {} outputVariablesModel: {} parameters: @@ -32620,15 +32606,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -32638,13 +32624,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_778 - parameter: *ref_283 + language: *ref_777 + parameter: *ref_282 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_779 - parameter: *ref_284 + language: *ref_778 + parameter: *ref_283 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -32655,8 +32641,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_780 - operationGroup: *ref_781 + operation: *ref_779 + operationGroup: *ref_780 originalFile: '' responseOutput: |- armappplatform.ServiceResource{ @@ -32728,148 +32714,148 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_803 + language: *ref_800 + language: *ref_801 + language: *ref_802 outputVariables: {} outputVariablesModel: {} parameters: @@ -32930,15 +32916,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -32948,13 +32934,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_820 - parameter: *ref_311 + language: *ref_819 + parameter: *ref_310 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_821 - parameter: *ref_312 + language: *ref_820 + parameter: *ref_311 - exampleValue: schema: *ref_3 parentsValue: @@ -32965,7 +32951,7 @@ testModel: location: schema: *ref_106 rawValue: $(location) - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: @@ -32975,29 +32961,29 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_799 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_822 - parameter: *ref_309 + language: *ref_800 + language: *ref_801 + language: *ref_821 + parameter: *ref_308 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -33023,8 +33009,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_823 - operationGroup: *ref_781 + operation: *ref_822 + operationGroup: *ref_780 originalFile: '' pollerType: ServicesClientUpdateResponse responseOutput: |- @@ -33098,21 +33084,21 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: @@ -33122,127 +33108,127 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_824 + language: *ref_800 + language: *ref_801 + language: *ref_823 '202': body: schema: *ref_3 @@ -33257,21 +33243,21 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: @@ -33281,128 +33267,128 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_825 - headers: &ref_1250 + language: *ref_800 + language: *ref_801 + language: *ref_824 + headers: &ref_1249 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -33507,7 +33493,7 @@ testModel: tags: created-by: api-test hello: world - headers: *ref_1250 + headers: *ref_1249 - type: restCall operationId: Services_DisableTestEndpoint description: Services_DisableTestEndpoint @@ -33517,15 +33503,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -33535,13 +33521,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_842 - parameter: *ref_338 + language: *ref_841 + parameter: *ref_337 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_843 - parameter: *ref_339 + language: *ref_842 + parameter: *ref_338 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -33552,8 +33538,8 @@ testModel: - paramName: options paramOutput: nil opName: DisableTestEndpoint - operation: *ref_844 - operationGroup: *ref_781 + operation: *ref_843 + operationGroup: *ref_780 originalFile: '' returnInfo: - ServicesClientDisableTestEndpointResponse @@ -33561,8 +33547,8 @@ testModel: responses: '200': body: - rawValue: &ref_1252 {} - language: *ref_1251 + rawValue: &ref_1251 {} + language: *ref_1250 outputVariables: {} outputVariablesModel: {} parameters: @@ -33577,7 +33563,7 @@ testModel: variables: {} responses: '200': - body: *ref_1252 + body: *ref_1251 - type: restCall operationId: Services_EnableTestEndpoint description: Services_EnableTestEndpoint @@ -33587,15 +33573,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -33605,13 +33591,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_845 - parameter: *ref_343 + language: *ref_844 + parameter: *ref_342 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_846 - parameter: *ref_344 + language: *ref_845 + parameter: *ref_343 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -33622,8 +33608,8 @@ testModel: - paramName: options paramOutput: nil opName: EnableTestEndpoint - operation: *ref_847 - operationGroup: *ref_781 + operation: *ref_846 + operationGroup: *ref_780 originalFile: '' responseOutput: |- armappplatform.TestKeys{ @@ -33641,30 +33627,30 @@ testModel: responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_848 + language: *ref_833 + language: *ref_847 outputVariables: {} outputVariablesModel: {} parameters: @@ -33694,15 +33680,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -33712,23 +33698,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_836 - parameter: *ref_331 + language: *ref_835 + parameter: *ref_330 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_837 - parameter: *ref_332 + language: *ref_836 + parameter: *ref_331 - exampleValue: - schema: *ref_328 + schema: *ref_327 parentsValue: {} properties: keyType: - schema: *ref_137 + schema: *ref_136 rawValue: Primary - language: *ref_838 - language: *ref_839 - parameter: *ref_329 + language: *ref_837 + language: *ref_838 + parameter: *ref_328 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -33744,8 +33730,8 @@ testModel: - paramName: options paramOutput: nil opName: RegenerateTestKey - operation: *ref_840 - operationGroup: *ref_781 + operation: *ref_839 + operationGroup: *ref_780 originalFile: '' responseOutput: |- armappplatform.TestKeys{ @@ -33763,30 +33749,30 @@ testModel: responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_841 + language: *ref_833 + language: *ref_840 outputVariables: {} outputVariablesModel: {} parameters: @@ -33818,15 +33804,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -33836,13 +33822,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_827 - parameter: *ref_320 + language: *ref_826 + parameter: *ref_319 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_828 - parameter: *ref_321 + language: *ref_827 + parameter: *ref_320 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -33853,8 +33839,8 @@ testModel: - paramName: options paramOutput: nil opName: ListTestKeys - operation: *ref_829 - operationGroup: *ref_781 + operation: *ref_828 + operationGroup: *ref_780 originalFile: '' responseOutput: |- armappplatform.TestKeys{ @@ -33872,30 +33858,30 @@ testModel: responses: '200': body: - schema: *ref_322 + schema: *ref_321 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_830 + language: *ref_829 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_831 + language: *ref_830 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_832 + language: *ref_831 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_833 + language: *ref_832 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_834 - language: *ref_835 + language: *ref_833 + language: *ref_834 outputVariables: {} outputVariablesModel: {} parameters: @@ -33925,15 +33911,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -33943,37 +33929,37 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1056 - parameter: *ref_576 + language: *ref_1055 + parameter: *ref_575 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1057 - parameter: *ref_577 + language: *ref_1056 + parameter: *ref_576 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1058 - parameter: *ref_578 + language: *ref_1057 + parameter: *ref_577 - exampleValue: schema: *ref_100 parentsValue: {} properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1050 + language: *ref_1049 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1053 - language: *ref_1054 - language: *ref_1059 - parameter: *ref_574 + language: *ref_1052 + language: *ref_1053 + language: *ref_1058 + parameter: *ref_573 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -33994,8 +33980,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1060 - operationGroup: *ref_1043 + operation: *ref_1059 + operationGroup: *ref_1042 originalFile: '' pollerType: CertificatesClientCreateOrUpdateResponse responseOutput: |- @@ -34038,29 +34024,29 @@ testModel: name: schema: *ref_104 rawValue: $(certificateName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/$(certificateName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -34068,37 +34054,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1053 - language: *ref_1054 - language: *ref_1061 + language: *ref_1052 + language: *ref_1053 + language: *ref_1060 '201': body: schema: *ref_100 @@ -34113,29 +34099,29 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -34143,37 +34129,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1053 - language: *ref_1054 - language: *ref_1062 + language: *ref_1052 + language: *ref_1053 + language: *ref_1061 '202': body: schema: *ref_100 @@ -34188,29 +34174,29 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -34218,37 +34204,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1053 - language: *ref_1054 - language: *ref_1063 + language: *ref_1052 + language: *ref_1053 + language: *ref_1062 outputVariables: {} outputVariablesModel: {} parameters: @@ -34333,15 +34319,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -34351,18 +34337,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1039 - parameter: *ref_566 + language: *ref_1038 + parameter: *ref_565 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1040 - parameter: *ref_567 + language: *ref_1039 + parameter: *ref_566 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1041 - parameter: *ref_568 + language: *ref_1040 + parameter: *ref_567 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -34375,8 +34361,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_1042 - operationGroup: *ref_1043 + operation: *ref_1041 + operationGroup: *ref_1042 originalFile: '' responseOutput: |- armappplatform.CertificateResource{ @@ -34419,33 +34405,33 @@ testModel: name: schema: *ref_104 rawValue: $(certificateName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/$(certificateName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1045 + language: *ref_1044 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -34453,37 +34439,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1053 - language: *ref_1054 - language: *ref_1055 + language: *ref_1052 + language: *ref_1053 + language: *ref_1054 outputVariables: {} outputVariablesModel: {} parameters: @@ -34529,32 +34515,32 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_1074 + isPageable: *ref_1073 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1068 - parameter: *ref_594 + language: *ref_1067 + parameter: *ref_593 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1069 - parameter: *ref_595 + language: *ref_1068 + parameter: *ref_594 methodParametersOutput: - paramName: resourceGroupName paramOutput: resourceGroupName @@ -34563,8 +34549,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1070 - operationGroup: *ref_1043 + operation: *ref_1069 + operationGroup: *ref_1042 originalFile: '' pageableItemName: Value responseOutput: |- @@ -34598,15 +34584,15 @@ testModel: responses: '200': body: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: nextLink: - schema: *ref_159 + schema: *ref_158 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates?$page=2 - language: *ref_1071 + language: *ref_1070 value: - schema: *ref_253 + schema: *ref_252 elements: - schema: *ref_100 parentsValue: @@ -34620,33 +34606,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/mycertificate - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1044 + language: *ref_1043 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1045 + language: *ref_1044 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -34654,38 +34640,38 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1046 + language: *ref_1045 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1047 + language: *ref_1046 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1048 + language: *ref_1047 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1049 + language: *ref_1048 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1050 + language: *ref_1049 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1051 + language: *ref_1050 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1052 + language: *ref_1051 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1053 - language: *ref_1054 - language: *ref_1072 - language: *ref_1073 + language: *ref_1052 + language: *ref_1053 + language: *ref_1071 + language: *ref_1072 outputVariables: {} outputVariablesModel: {} parameters: @@ -34729,15 +34715,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -34747,38 +34733,38 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_892 - parameter: *ref_403 + language: *ref_891 + parameter: *ref_402 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_893 - parameter: *ref_404 + language: *ref_892 + parameter: *ref_403 - exampleValue: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_873 - language: *ref_874 - language: *ref_894 - parameter: *ref_401 + language: *ref_872 + language: *ref_873 + language: *ref_893 + parameter: *ref_400 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -34799,8 +34785,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginValidate - operation: *ref_895 - operationGroup: *ref_869 + operation: *ref_894 + operationGroup: *ref_868 originalFile: '' pollerType: ConfigServersClientValidateResponse responseOutput: |- @@ -34815,21 +34801,21 @@ testModel: responses: '200': body: - schema: *ref_405 + schema: *ref_404 parentsValue: {} properties: isValid: - schema: *ref_142 + schema: *ref_141 rawValue: true - language: *ref_896 - language: *ref_897 + language: *ref_895 + language: *ref_896 '202': body: - schema: *ref_405 + schema: *ref_404 parentsValue: {} properties: {} - language: *ref_898 - headers: &ref_1253 + language: *ref_897 + headers: &ref_1252 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -34858,7 +34844,7 @@ testModel: isValid: true '202': body: {} - headers: *ref_1253 + headers: *ref_1252 - type: restCall operationId: ConfigServers_UpdatePut description: ConfigServers_UpdatePut @@ -34868,15 +34854,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -34886,48 +34872,48 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_879 - parameter: *ref_381 + language: *ref_878 + parameter: *ref_380 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_880 - parameter: *ref_382 + language: *ref_879 + parameter: *ref_381 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_873 - language: *ref_874 - language: *ref_875 - language: *ref_877 - language: *ref_881 - parameter: *ref_379 + language: *ref_872 + language: *ref_873 + language: *ref_874 + language: *ref_876 + language: *ref_880 + parameter: *ref_378 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -34952,8 +34938,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdatePut - operation: *ref_882 - operationGroup: *ref_869 + operation: *ref_881 + operationGroup: *ref_868 originalFile: '' pollerType: ConfigServersClientUpdatePutResponse responseOutput: |- @@ -34993,53 +34979,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_876 - language: *ref_877 - language: *ref_883 + language: *ref_875 + language: *ref_876 + language: *ref_882 '202': body: schema: *ref_96 @@ -35054,53 +35040,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_876 - language: *ref_877 - language: *ref_884 + language: *ref_875 + language: *ref_876 + language: *ref_883 outputVariables: {} outputVariablesModel: {} parameters: @@ -35157,15 +35143,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -35175,38 +35161,38 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_885 - parameter: *ref_392 + language: *ref_884 + parameter: *ref_391 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_886 - parameter: *ref_393 + language: *ref_885 + parameter: *ref_392 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_873 - language: *ref_874 - language: *ref_875 - language: *ref_877 - language: *ref_887 - parameter: *ref_390 + language: *ref_872 + language: *ref_873 + language: *ref_874 + language: *ref_876 + language: *ref_886 + parameter: *ref_389 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -35228,8 +35214,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdatePatch - operation: *ref_888 - operationGroup: *ref_869 + operation: *ref_887 + operationGroup: *ref_868 originalFile: '' pollerType: ConfigServersClientUpdatePatchResponse responseOutput: |- @@ -35266,43 +35252,43 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_876 - language: *ref_877 - language: *ref_889 + language: *ref_875 + language: *ref_876 + language: *ref_888 '202': body: schema: *ref_96 @@ -35317,44 +35303,44 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_876 - language: *ref_877 - language: *ref_890 - headers: &ref_1254 + language: *ref_875 + language: *ref_876 + language: *ref_889 + headers: &ref_1253 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -35397,7 +35383,7 @@ testModel: gitProperty: uri: https://github.com/azure-samples/spring-petclinic-microservices-config provisioningState: Updating - headers: *ref_1254 + headers: *ref_1253 - type: restCall operationId: ConfigServers_Get description: ConfigServers_Get @@ -35407,15 +35393,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -35425,13 +35411,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_866 - parameter: *ref_372 + language: *ref_865 + parameter: *ref_371 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_867 - parameter: *ref_373 + language: *ref_866 + parameter: *ref_372 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -35442,8 +35428,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_868 - operationGroup: *ref_869 + operation: *ref_867 + operationGroup: *ref_868 originalFile: '' responseOutput: |- armappplatform.ConfigServerResource{ @@ -35482,53 +35468,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_871 + language: *ref_870 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_872 + language: *ref_871 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_873 - language: *ref_874 - language: *ref_875 + language: *ref_872 + language: *ref_873 + language: *ref_874 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_876 - language: *ref_877 - language: *ref_878 + language: *ref_875 + language: *ref_876 + language: *ref_877 outputVariables: {} outputVariablesModel: {} parameters: @@ -35564,15 +35550,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -35582,36 +35568,36 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_912 - parameter: *ref_422 + language: *ref_911 + parameter: *ref_421 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_913 - parameter: *ref_423 + language: *ref_912 + parameter: *ref_422 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_907 + language: *ref_906 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_914 - parameter: *ref_420 + language: *ref_908 + language: *ref_909 + language: *ref_913 + parameter: *ref_419 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -35631,8 +35617,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdatePut - operation: *ref_915 - operationGroup: *ref_903 + operation: *ref_914 + operationGroup: *ref_902 originalFile: '' pollerType: MonitoringSettingsClientUpdatePutResponse responseOutput: |- @@ -35670,50 +35656,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_916 + language: *ref_908 + language: *ref_909 + language: *ref_915 '202': body: schema: *ref_97 @@ -35728,50 +35714,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_917 + language: *ref_908 + language: *ref_909 + language: *ref_916 outputVariables: {} outputVariablesModel: {} parameters: @@ -35823,15 +35809,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -35841,13 +35827,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_900 - parameter: *ref_413 + language: *ref_899 + parameter: *ref_412 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_901 - parameter: *ref_414 + language: *ref_900 + parameter: *ref_413 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -35858,8 +35844,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_902 - operationGroup: *ref_903 + operation: *ref_901 + operationGroup: *ref_902 originalFile: '' responseOutput: |- armappplatform.MonitoringSettingResource{ @@ -35896,50 +35882,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_911 + language: *ref_908 + language: *ref_909 + language: *ref_910 outputVariables: {} outputVariablesModel: {} parameters: @@ -35974,15 +35960,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -35992,36 +35978,36 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_918 - parameter: *ref_433 + language: *ref_917 + parameter: *ref_432 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_919 - parameter: *ref_434 + language: *ref_918 + parameter: *ref_433 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_907 + language: *ref_906 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_920 - parameter: *ref_431 + language: *ref_908 + language: *ref_909 + language: *ref_919 + parameter: *ref_430 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -36041,8 +36027,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdatePatch - operation: *ref_921 - operationGroup: *ref_903 + operation: *ref_920 + operationGroup: *ref_902 originalFile: '' pollerType: MonitoringSettingsClientUpdatePatchResponse responseOutput: |- @@ -36080,50 +36066,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_922 + language: *ref_908 + language: *ref_909 + language: *ref_921 '202': body: schema: *ref_97 @@ -36138,51 +36124,51 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_904 - language: *ref_905 + language: *ref_903 + language: *ref_904 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_906 + language: *ref_905 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_907 + language: *ref_906 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_908 + language: *ref_907 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_909 - language: *ref_910 - language: *ref_923 - headers: &ref_1255 + language: *ref_908 + language: *ref_909 + language: *ref_922 + headers: &ref_1254 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -36229,7 +36215,7 @@ testModel: appInsightsSamplingRate: 100 provisioningState: Updating traceEnabled: true - headers: *ref_1255 + headers: *ref_1254 - type: restCall operationId: Apps_CreateOrUpdate description: Apps_CreateOrUpdate @@ -36239,15 +36225,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -36257,57 +36243,57 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_951 - parameter: *ref_454 + language: *ref_950 + parameter: *ref_453 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_952 - parameter: *ref_455 + language: *ref_951 + parameter: *ref_454 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_953 - parameter: *ref_456 + language: *ref_952 + parameter: *ref_455 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 rawValue: null - language: *ref_933 + language: *ref_932 location: schema: *ref_51 rawValue: $(location) - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 public: schema: *ref_35 rawValue: false - language: *ref_944 - language: *ref_949 - language: *ref_954 - parameter: *ref_452 + language: *ref_943 + language: *ref_948 + language: *ref_953 + parameter: *ref_451 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -36332,8 +36318,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_955 - operationGroup: *ref_929 + operation: *ref_954 + operationGroup: *ref_928 originalFile: '' pollerType: AppsClientCreateOrUpdateResponse responseOutput: |- @@ -36377,74 +36363,74 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: false - language: *ref_944 + language: *ref_943 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_956 + language: *ref_947 + language: *ref_948 + language: *ref_955 '201': body: schema: *ref_98 @@ -36459,74 +36445,74 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 provisioningState: schema: *ref_37 rawValue: Creating - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: false - language: *ref_944 + language: *ref_943 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_957 + language: *ref_947 + language: *ref_948 + language: *ref_956 '202': body: schema: *ref_98 @@ -36541,74 +36527,74 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: false - language: *ref_944 + language: *ref_943 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_958 + language: *ref_947 + language: *ref_948 + language: *ref_957 outputVariables: {} outputVariablesModel: {} parameters: @@ -36695,15 +36681,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -36713,18 +36699,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_925 - parameter: *ref_445 + language: *ref_924 + parameter: *ref_444 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_926 - parameter: *ref_446 + language: *ref_925 + parameter: *ref_445 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_927 - parameter: *ref_447 + language: *ref_926 + parameter: *ref_446 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -36739,8 +36725,8 @@ testModel: &armappplatform.AppsClientGetOptions{SyncStatus: nil, } opName: Get - operation: *ref_928 - operationGroup: *ref_929 + operation: *ref_927 + operationGroup: *ref_928 originalFile: '' responseOutput: |- armappplatform.AppResource{ @@ -36792,104 +36778,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_950 + language: *ref_947 + language: *ref_948 + language: *ref_949 outputVariables: {} outputVariablesModel: {} parameters: @@ -36938,15 +36924,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -36956,104 +36942,104 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1146 + parameter: *ref_665 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1147 parameter: *ref_666 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1148 parameter: *ref_667 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1149 parameter: *ref_668 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1150 - parameter: *ref_669 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1135 + language: *ref_1134 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 - language: *ref_1143 + language: *ref_1139 + language: *ref_1140 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1151 - parameter: *ref_664 + language: *ref_800 + language: *ref_1144 + language: *ref_1150 + parameter: *ref_663 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -37094,8 +37080,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1152 - operationGroup: *ref_1122 + operation: *ref_1151 + operationGroup: *ref_1121 originalFile: '' pollerType: DeploymentsClientCreateOrUpdateResponse responseOutput: |- @@ -37157,130 +37143,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1153 + language: *ref_800 + language: *ref_1144 + language: *ref_1152 '201': body: schema: *ref_102 @@ -37295,130 +37281,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1154 + language: *ref_800 + language: *ref_1144 + language: *ref_1153 '202': body: schema: *ref_102 @@ -37433,130 +37419,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1155 + language: *ref_800 + language: *ref_1144 + language: *ref_1154 outputVariables: {} outputVariablesModel: {} parameters: @@ -37696,15 +37682,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -37714,23 +37700,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1116 + parameter: *ref_654 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1117 parameter: *ref_655 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1118 parameter: *ref_656 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1119 parameter: *ref_657 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1120 - parameter: *ref_658 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -37745,8 +37731,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_1121 - operationGroup: *ref_1122 + operation: *ref_1120 + operationGroup: *ref_1121 originalFile: '' responseOutput: |- armappplatform.DeploymentResource{ @@ -37807,130 +37793,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1146 + language: *ref_800 + language: *ref_1144 + language: *ref_1145 outputVariables: {} outputVariablesModel: {} parameters: @@ -37989,15 +37975,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -38007,96 +37993,96 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_963 - parameter: *ref_474 + language: *ref_962 + parameter: *ref_473 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_964 - parameter: *ref_475 + language: *ref_963 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_965 - parameter: *ref_476 + language: *ref_964 + parameter: *ref_475 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: null - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: null - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: $(location) - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 - language: *ref_942 + language: *ref_939 + language: *ref_941 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 - language: *ref_949 - language: *ref_966 - parameter: *ref_472 + language: *ref_945 + language: *ref_946 + language: *ref_948 + language: *ref_965 + parameter: *ref_471 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -38132,8 +38118,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_967 - operationGroup: *ref_929 + operation: *ref_966 + operationGroup: *ref_928 originalFile: '' pollerType: AppsClientUpdateResponse responseOutput: |- @@ -38186,104 +38172,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_968 + language: *ref_947 + language: *ref_948 + language: *ref_967 '202': body: schema: *ref_98 @@ -38298,105 +38284,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_969 - headers: &ref_1256 + language: *ref_947 + language: *ref_948 + language: *ref_968 + headers: &ref_1255 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -38483,7 +38469,7 @@ testModel: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: *ref_1256 + headers: *ref_1255 - type: restCall operationId: Apps_Update description: Apps_Update @@ -38493,15 +38479,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -38511,96 +38497,96 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_963 - parameter: *ref_474 + language: *ref_962 + parameter: *ref_473 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_964 - parameter: *ref_475 + language: *ref_963 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_965 - parameter: *ref_476 + language: *ref_964 + parameter: *ref_475 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: null - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: null - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: $(location) - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_940 - language: *ref_942 + language: *ref_939 + language: *ref_941 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_946 - language: *ref_947 - language: *ref_949 - language: *ref_966 - parameter: *ref_472 + language: *ref_945 + language: *ref_946 + language: *ref_948 + language: *ref_965 + parameter: *ref_471 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -38636,8 +38622,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_967 - operationGroup: *ref_929 + operation: *ref_966 + operationGroup: *ref_928 originalFile: '' pollerType: AppsClientUpdateResponse responseOutput: |- @@ -38690,104 +38676,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_968 + language: *ref_947 + language: *ref_948 + language: *ref_967 '202': body: schema: *ref_98 @@ -38802,105 +38788,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_969 - headers: &ref_1257 + language: *ref_947 + language: *ref_948 + language: *ref_968 + headers: &ref_1256 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -38987,7 +38973,7 @@ testModel: mountPath: /tmpdisk sizeInGB: 3 url: myapp.myservice.azuremicroservices.io - headers: *ref_1257 + headers: *ref_1256 - type: restCall operationId: Apps_List description: Apps_List @@ -38997,32 +38983,32 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_976 + isPageable: *ref_975 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_971 - parameter: *ref_484 + language: *ref_970 + parameter: *ref_483 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_972 - parameter: *ref_485 + language: *ref_971 + parameter: *ref_484 methodParametersOutput: - paramName: resourceGroupName paramOutput: resourceGroupName @@ -39031,8 +39017,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_973 - operationGroup: *ref_929 + operation: *ref_972 + operationGroup: *ref_928 originalFile: '' pageableItemName: Value responseOutput: |- @@ -39075,11 +39061,11 @@ testModel: responses: '200': body: - schema: *ref_486 + schema: *ref_485 parentsValue: {} properties: value: - schema: *ref_250 + schema: *ref_249 elements: - schema: *ref_98 parentsValue: @@ -39093,105 +39079,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.$(serviceName).azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_974 - language: *ref_975 + language: *ref_947 + language: *ref_948 + language: *ref_973 + language: *ref_974 outputVariables: {} outputVariablesModel: {} parameters: @@ -39240,15 +39226,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -39258,29 +39244,29 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1007 + parameter: *ref_523 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1008 parameter: *ref_524 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1009 parameter: *ref_525 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(bindingName) language: *ref_1010 parameter: *ref_526 - - exampleValue: - schema: *ref_1 - rawValue: $(bindingName) - language: *ref_1011 - parameter: *ref_527 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -39292,30 +39278,30 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: null - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1012 + language: *ref_1011 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_1002 + language: *ref_1001 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1005 - language: *ref_1006 - language: *ref_1013 - parameter: *ref_522 + language: *ref_1004 + language: *ref_1005 + language: *ref_1012 + parameter: *ref_521 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -39342,8 +39328,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1014 - operationGroup: *ref_998 + operation: *ref_1013 + operationGroup: *ref_997 originalFile: '' pollerType: BindingsClientCreateOrUpdateResponse responseOutput: |- @@ -39385,21 +39371,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -39411,40 +39397,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1012 + language: *ref_1011 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1015 + language: *ref_1004 + language: *ref_1005 + language: *ref_1014 '201': body: schema: *ref_99 @@ -39459,21 +39445,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -39485,40 +39471,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1012 + language: *ref_1011 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1016 + language: *ref_1004 + language: *ref_1005 + language: *ref_1015 '202': body: schema: *ref_99 @@ -39533,21 +39519,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -39559,40 +39545,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1012 + language: *ref_1011 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1017 + language: *ref_1004 + language: *ref_1005 + language: *ref_1016 outputVariables: {} outputVariablesModel: {} parameters: @@ -39687,15 +39673,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -39705,29 +39691,29 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1022 + parameter: *ref_545 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1023 parameter: *ref_546 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1024 parameter: *ref_547 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(bindingName) language: *ref_1025 parameter: *ref_548 - - exampleValue: - schema: *ref_1 - rawValue: $(bindingName) - language: *ref_1026 - parameter: *ref_549 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -39735,29 +39721,29 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1258 + rawValue: &ref_1257 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: null - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1012 + language: *ref_1011 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1005 - language: *ref_1006 - language: *ref_1027 - parameter: *ref_544 + language: *ref_1004 + language: *ref_1005 + language: *ref_1026 + parameter: *ref_543 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -39785,8 +39771,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_1028 - operationGroup: *ref_998 + operation: *ref_1027 + operationGroup: *ref_997 originalFile: '' pollerType: BindingsClientUpdateResponse responseOutput: |- @@ -39830,21 +39816,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -39852,43 +39838,43 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1259 + rawValue: &ref_1258 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1012 + language: *ref_1011 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1029 + language: *ref_1004 + language: *ref_1005 + language: *ref_1028 '202': body: schema: *ref_99 @@ -39903,21 +39889,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -39925,44 +39911,44 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1260 + rawValue: &ref_1259 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1012 + language: *ref_1011 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1030 - headers: &ref_1261 + language: *ref_1004 + language: *ref_1005 + language: *ref_1029 + headers: &ref_1260 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -39976,7 +39962,7 @@ testModel: bindingResource: properties: bindingParameters: - anotherLayer: *ref_1258 + anotherLayer: *ref_1257 createdAt: null generatedProperties: null key: $(mysqlKey) @@ -40000,7 +39986,7 @@ testModel: id: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) properties: bindingParameters: - anotherLayer: *ref_1259 + anotherLayer: *ref_1258 createdAt: '2019-01-01T12:34:56.000Z' generatedProperties: |- spring.datasource.url=jdbc:mysql://localhost:3306/test @@ -40018,7 +40004,7 @@ testModel: id: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding properties: bindingParameters: - anotherLayer: *ref_1260 + anotherLayer: *ref_1259 createdAt: '2019-01-01T12:34:56.000Z' generatedProperties: |- spring.datasource.url=jdbc:mysql://localhost:3306/test @@ -40029,7 +40015,7 @@ testModel: resourceName: my-cosmosdb-1 resourceType: Microsoft.DocumentDB updatedAt: '2019-01-01T12:34:56.000Z' - headers: *ref_1261 + headers: *ref_1260 - type: restCall operationId: Bindings_Get description: Bindings_Get @@ -40039,15 +40025,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -40057,23 +40043,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_992 + parameter: *ref_512 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_993 parameter: *ref_513 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_994 parameter: *ref_514 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(bindingName) language: *ref_995 parameter: *ref_515 - - exampleValue: - schema: *ref_1 - rawValue: $(bindingName) - language: *ref_996 - parameter: *ref_516 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -40088,8 +40074,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_997 - operationGroup: *ref_998 + operation: *ref_996 + operationGroup: *ref_997 originalFile: '' responseOutput: |- armappplatform.BindingResource{ @@ -40129,21 +40115,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -40155,36 +40141,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1007 + language: *ref_1004 + language: *ref_1005 + language: *ref_1006 outputVariables: {} outputVariablesModel: {} parameters: @@ -40230,37 +40216,37 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_1038 + isPageable: *ref_1037 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1032 - parameter: *ref_557 + language: *ref_1031 + parameter: *ref_556 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1033 - parameter: *ref_558 + language: *ref_1032 + parameter: *ref_557 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1034 - parameter: *ref_559 + language: *ref_1033 + parameter: *ref_558 methodParametersOutput: - paramName: resourceGroupName paramOutput: resourceGroupName @@ -40271,8 +40257,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1035 - operationGroup: *ref_998 + operation: *ref_1034 + operationGroup: *ref_997 originalFile: '' pageableItemName: Value responseOutput: |- @@ -40303,11 +40289,11 @@ testModel: responses: '200': body: - schema: *ref_560 + schema: *ref_559 parentsValue: {} properties: value: - schema: *ref_251 + schema: *ref_250 elements: - schema: *ref_99 parentsValue: @@ -40321,21 +40307,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/mybinding - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -40347,37 +40333,37 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_999 + language: *ref_998 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1000 + language: *ref_999 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1001 + language: *ref_1000 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1002 + language: *ref_1001 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1003 + language: *ref_1002 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1004 + language: *ref_1003 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1005 - language: *ref_1006 - language: *ref_1036 - language: *ref_1037 + language: *ref_1004 + language: *ref_1005 + language: *ref_1035 + language: *ref_1036 outputVariables: {} outputVariablesModel: {} parameters: @@ -40420,15 +40406,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -40438,23 +40424,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1017 + parameter: *ref_534 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1018 parameter: *ref_535 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1019 parameter: *ref_536 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(bindingName) language: *ref_1020 parameter: *ref_537 - - exampleValue: - schema: *ref_1 - rawValue: $(bindingName) - language: *ref_1021 - parameter: *ref_538 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -40469,8 +40455,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_1022 - operationGroup: *ref_998 + operation: *ref_1021 + operationGroup: *ref_997 originalFile: '' pollerType: BindingsClientDeleteResponse returnInfo: @@ -40479,8 +40465,8 @@ testModel: responses: '200': body: - rawValue: &ref_1263 {} - language: *ref_1262 + rawValue: &ref_1262 {} + language: *ref_1261 '202': {} '204': {} outputVariables: {} @@ -40502,7 +40488,7 @@ testModel: value: mysql-binding responses: '200': - body: *ref_1263 + body: *ref_1262 '202': {} '204': {} - type: restCall @@ -40514,15 +40500,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -40532,28 +40518,28 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_984 - parameter: *ref_504 + language: *ref_983 + parameter: *ref_503 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_985 - parameter: *ref_505 + language: *ref_984 + parameter: *ref_504 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_986 - parameter: *ref_506 + language: *ref_985 + parameter: *ref_505 - exampleValue: - schema: *ref_501 + schema: *ref_500 parentsValue: {} properties: name: - schema: *ref_167 + schema: *ref_166 rawValue: $(customDomainName) - language: *ref_987 - language: *ref_988 - parameter: *ref_502 + language: *ref_986 + language: *ref_987 + parameter: *ref_501 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -40571,8 +40557,8 @@ testModel: - paramName: options paramOutput: nil opName: ValidateDomain - operation: *ref_989 - operationGroup: *ref_929 + operation: *ref_988 + operationGroup: *ref_928 originalFile: '' responseOutput: |- armappplatform.CustomDomainValidateResult{ @@ -40587,18 +40573,18 @@ testModel: responses: '200': body: - schema: *ref_507 + schema: *ref_506 parentsValue: {} properties: isValid: - schema: *ref_168 + schema: *ref_167 rawValue: false - language: *ref_990 + language: *ref_989 message: - schema: *ref_169 + schema: *ref_168 rawValue: Certificate is invalid, please check if it is a self signed cert or if it contains a suitable dns name - language: *ref_991 - language: *ref_992 + language: *ref_990 + language: *ref_991 outputVariables: {} outputVariablesModel: {} parameters: @@ -40628,15 +40614,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -40646,38 +40632,38 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1085 + parameter: *ref_612 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1086 parameter: *ref_613 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1087 parameter: *ref_614 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(domainName) language: *ref_1088 parameter: *ref_615 - - exampleValue: - schema: *ref_1 - rawValue: $(domainName) - language: *ref_1089 - parameter: *ref_616 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1082 - language: *ref_1084 - language: *ref_1090 - parameter: *ref_611 + language: *ref_1081 + language: *ref_1083 + language: *ref_1089 + parameter: *ref_610 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -40699,8 +40685,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1091 - operationGroup: *ref_1080 + operation: *ref_1090 + operationGroup: *ref_1079 originalFile: '' pollerType: CustomDomainsClientCreateOrUpdateResponse responseOutput: |- @@ -40733,33 +40719,33 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1082 - language: *ref_1084 - language: *ref_1092 + language: *ref_1081 + language: *ref_1083 + language: *ref_1091 '201': body: schema: *ref_101 @@ -40774,33 +40760,33 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1082 - language: *ref_1084 - language: *ref_1093 + language: *ref_1081 + language: *ref_1083 + language: *ref_1092 '202': body: schema: *ref_101 @@ -40815,33 +40801,33 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1082 - language: *ref_1084 - language: *ref_1094 + language: *ref_1081 + language: *ref_1083 + language: *ref_1093 outputVariables: {} outputVariablesModel: {} parameters: @@ -40896,15 +40882,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -40914,38 +40900,38 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1099 + parameter: *ref_634 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1100 parameter: *ref_635 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1101 parameter: *ref_636 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(domainName) language: *ref_1102 parameter: *ref_637 - - exampleValue: - schema: *ref_1 - rawValue: $(domainName) - language: *ref_1103 - parameter: *ref_638 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1082 - language: *ref_1084 - language: *ref_1104 - parameter: *ref_633 + language: *ref_1081 + language: *ref_1083 + language: *ref_1103 + parameter: *ref_632 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -40967,8 +40953,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_1105 - operationGroup: *ref_1080 + operation: *ref_1104 + operationGroup: *ref_1079 originalFile: '' pollerType: CustomDomainsClientUpdateResponse responseOutput: |- @@ -41001,33 +40987,33 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1082 - language: *ref_1084 - language: *ref_1106 + language: *ref_1081 + language: *ref_1083 + language: *ref_1105 '202': body: schema: *ref_101 @@ -41042,34 +41028,34 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1082 - language: *ref_1084 - language: *ref_1107 - headers: &ref_1264 + language: *ref_1081 + language: *ref_1083 + language: *ref_1106 + headers: &ref_1263 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -41111,7 +41097,7 @@ testModel: properties: appName: myapp certName: asc-certificate - headers: *ref_1264 + headers: *ref_1263 - type: restCall operationId: CustomDomains_Get description: CustomDomains_Get @@ -41121,15 +41107,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -41139,23 +41125,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1074 + parameter: *ref_601 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1075 parameter: *ref_602 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1076 parameter: *ref_603 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(domainName) language: *ref_1077 parameter: *ref_604 - - exampleValue: - schema: *ref_1 - rawValue: $(domainName) - language: *ref_1078 - parameter: *ref_605 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -41170,8 +41156,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_1079 - operationGroup: *ref_1080 + operation: *ref_1078 + operationGroup: *ref_1079 originalFile: '' responseOutput: |- armappplatform.CustomDomainResource{ @@ -41204,37 +41190,37 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1085 + language: *ref_1082 + language: *ref_1083 + language: *ref_1084 outputVariables: {} outputVariablesModel: {} parameters: @@ -41271,37 +41257,37 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_1116 + isPageable: *ref_1115 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1109 - parameter: *ref_646 + language: *ref_1108 + parameter: *ref_645 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1110 - parameter: *ref_647 + language: *ref_1109 + parameter: *ref_646 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1111 - parameter: *ref_648 + language: *ref_1110 + parameter: *ref_647 methodParametersOutput: - paramName: resourceGroupName paramOutput: resourceGroupName @@ -41312,8 +41298,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1112 - operationGroup: *ref_1080 + operation: *ref_1111 + operationGroup: *ref_1079 originalFile: '' pageableItemName: Value responseOutput: |- @@ -41337,15 +41323,15 @@ testModel: responses: '200': body: - schema: *ref_649 + schema: *ref_648 parentsValue: {} properties: nextLink: - schema: *ref_166 + schema: *ref_165 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains?$page=2 - language: *ref_1113 + language: *ref_1112 value: - schema: *ref_254 + schema: *ref_253 elements: - schema: *ref_101 parentsValue: @@ -41359,38 +41345,38 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/mydomain.com - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1081 + language: *ref_1080 certName: schema: *ref_72 rawValue: mycert - language: *ref_1082 + language: *ref_1081 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1083 - language: *ref_1084 - language: *ref_1114 - language: *ref_1115 + language: *ref_1082 + language: *ref_1083 + language: *ref_1113 + language: *ref_1114 outputVariables: {} outputVariablesModel: {} parameters: @@ -41425,15 +41411,15 @@ testModel: checkResponse: true clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -41443,18 +41429,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_977 - parameter: *ref_492 + language: *ref_976 + parameter: *ref_491 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_978 - parameter: *ref_493 + language: *ref_977 + parameter: *ref_492 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_979 - parameter: *ref_494 + language: *ref_978 + parameter: *ref_493 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -41467,8 +41453,8 @@ testModel: - paramName: options paramOutput: nil opName: GetResourceUploadURL - operation: *ref_980 - operationGroup: *ref_929 + operation: *ref_979 + operationGroup: *ref_928 originalFile: '' responseOutput: >- armappplatform.ResourceUploadDefinition{ @@ -41487,19 +41473,19 @@ testModel: responses: '200': body: - schema: *ref_495 + schema: *ref_494 parentsValue: {} properties: relativePath: - schema: *ref_154 + schema: *ref_153 rawValue: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777 - language: *ref_981 + language: *ref_980 uploadUrl: - schema: *ref_155 + schema: *ref_154 rawValue: >- https://springcloudstorageaccount.file.core.windows.net/bd172614181f42e2853f6fd90029cda8/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777?sv=2018-03-28&sr=f&sig=SampleSignature&se=2019-08-01T10%3A42%3A21Z&sp=w - language: *ref_982 - language: *ref_983 + language: *ref_981 + language: *ref_982 outputVariables: relativePath: fromResponse: /relativePath @@ -41512,11 +41498,11 @@ testModel: relativePath: - type: object languageName: .RelativePath - languages: *ref_981 + languages: *ref_980 uploadUrl: - type: object languageName: .UploadURL - languages: *ref_982 + languages: *ref_981 parameters: api-version: 2020-11-01-preview appName: $(appName) @@ -41584,15 +41570,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -41602,104 +41588,104 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1146 + parameter: *ref_665 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1147 parameter: *ref_666 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1148 parameter: *ref_667 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1149 parameter: *ref_668 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1150 - parameter: *ref_669 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1135 + language: *ref_1134 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 - language: *ref_1143 + language: *ref_1139 + language: *ref_1140 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1151 - parameter: *ref_664 + language: *ref_800 + language: *ref_1144 + language: *ref_1150 + parameter: *ref_663 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -41740,8 +41726,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_1152 - operationGroup: *ref_1122 + operation: *ref_1151 + operationGroup: *ref_1121 originalFile: '' pollerType: DeploymentsClientCreateOrUpdateResponse responseOutput: |- @@ -41803,130 +41789,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1153 + language: *ref_800 + language: *ref_1144 + language: *ref_1152 '201': body: schema: *ref_102 @@ -41941,130 +41927,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1154 + language: *ref_800 + language: *ref_1144 + language: *ref_1153 '202': body: schema: *ref_102 @@ -42079,130 +42065,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: myapp - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1155 + language: *ref_800 + language: *ref_1144 + language: *ref_1154 outputVariables: {} outputVariablesModel: {} parameters: @@ -42342,15 +42328,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -42360,96 +42346,96 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_963 - parameter: *ref_474 + language: *ref_962 + parameter: *ref_473 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_964 - parameter: *ref_475 + language: *ref_963 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_965 - parameter: *ref_476 + language: *ref_964 + parameter: *ref_475 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: null - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: null - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: $(location) - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 - language: *ref_942 + language: *ref_939 + language: *ref_941 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 - language: *ref_949 - language: *ref_966 - parameter: *ref_472 + language: *ref_945 + language: *ref_946 + language: *ref_948 + language: *ref_965 + parameter: *ref_471 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -42485,8 +42471,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_967 - operationGroup: *ref_929 + operation: *ref_966 + operationGroup: *ref_928 originalFile: '' pollerType: AppsClientUpdateResponse responseOutput: |- @@ -42539,104 +42525,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_968 + language: *ref_947 + language: *ref_948 + language: *ref_967 '202': body: schema: *ref_98 @@ -42651,105 +42637,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_930 + language: *ref_929 principalId: schema: *ref_49 rawValue: principalid - language: *ref_931 + language: *ref_930 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_932 - language: *ref_933 + language: *ref_931 + language: *ref_932 location: schema: *ref_51 rawValue: eastus - language: *ref_934 + language: *ref_933 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_935 + language: *ref_934 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_936 + language: *ref_935 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_937 + language: *ref_936 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_938 + language: *ref_937 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_939 + language: *ref_938 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_940 + language: *ref_939 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_941 - language: *ref_942 + language: *ref_940 + language: *ref_941 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_943 + language: *ref_942 public: schema: *ref_35 rawValue: true - language: *ref_944 + language: *ref_943 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_945 + language: *ref_944 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_946 - language: *ref_947 + language: *ref_945 + language: *ref_946 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_948 - language: *ref_949 - language: *ref_969 - headers: &ref_1265 + language: *ref_947 + language: *ref_948 + language: *ref_968 + headers: &ref_1264 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -42836,7 +42822,7 @@ testModel: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: *ref_1265 + headers: *ref_1264 - type: restCall operationId: Deployments_Restart description: Deployments_Restart @@ -42846,15 +42832,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -42864,23 +42850,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1193 + parameter: *ref_738 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1194 parameter: *ref_739 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1195 parameter: *ref_740 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1196 parameter: *ref_741 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1197 - parameter: *ref_742 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -42895,8 +42881,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginRestart - operation: *ref_1198 - operationGroup: *ref_1122 + operation: *ref_1197 + operationGroup: *ref_1121 originalFile: '' pollerType: DeploymentsClientRestartResponse returnInfo: @@ -42905,10 +42891,10 @@ testModel: responses: '200': body: - rawValue: &ref_1267 {} - language: *ref_1266 + rawValue: &ref_1266 {} + language: *ref_1265 '202': - headers: &ref_1268 + headers: &ref_1267 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -42929,9 +42915,9 @@ testModel: value: blue responses: '200': - body: *ref_1267 + body: *ref_1266 '202': - headers: *ref_1268 + headers: *ref_1267 - type: restCall operationId: Deployments_Stop description: Deployments_Stop @@ -42941,15 +42927,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -42959,23 +42945,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1187 + parameter: *ref_729 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1188 parameter: *ref_730 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1189 parameter: *ref_731 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1190 parameter: *ref_732 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1191 - parameter: *ref_733 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -42990,8 +42976,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginStop - operation: *ref_1192 - operationGroup: *ref_1122 + operation: *ref_1191 + operationGroup: *ref_1121 originalFile: '' pollerType: DeploymentsClientStopResponse returnInfo: @@ -43000,10 +42986,10 @@ testModel: responses: '200': body: - rawValue: &ref_1270 {} - language: *ref_1269 + rawValue: &ref_1269 {} + language: *ref_1268 '202': - headers: &ref_1271 + headers: &ref_1270 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -43024,9 +43010,9 @@ testModel: value: blue responses: '200': - body: *ref_1270 + body: *ref_1269 '202': - headers: *ref_1271 + headers: *ref_1270 - type: restCall operationId: Deployments_Start description: Deployments_Start @@ -43036,15 +43022,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -43054,23 +43040,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1181 + parameter: *ref_720 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1182 parameter: *ref_721 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1183 parameter: *ref_722 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1184 parameter: *ref_723 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1185 - parameter: *ref_724 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -43085,8 +43071,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginStart - operation: *ref_1186 - operationGroup: *ref_1122 + operation: *ref_1185 + operationGroup: *ref_1121 originalFile: '' pollerType: DeploymentsClientStartResponse returnInfo: @@ -43095,10 +43081,10 @@ testModel: responses: '200': body: - rawValue: &ref_1273 {} - language: *ref_1272 + rawValue: &ref_1272 {} + language: *ref_1271 '202': - headers: &ref_1274 + headers: &ref_1273 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -43119,9 +43105,9 @@ testModel: value: blue responses: '200': - body: *ref_1273 + body: *ref_1272 '202': - headers: *ref_1274 + headers: *ref_1273 - type: restCall operationId: Deployments_GetLogFileUrl description: Deployments_GetLogFileUrl @@ -43131,15 +43117,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -43149,23 +43135,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1199 + parameter: *ref_747 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1200 parameter: *ref_748 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1201 parameter: *ref_749 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1202 parameter: *ref_750 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1203 - parameter: *ref_751 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -43180,8 +43166,8 @@ testModel: - paramName: options paramOutput: nil opName: GetLogFileURL - operation: *ref_1204 - operationGroup: *ref_1122 + operation: *ref_1203 + operationGroup: *ref_1121 originalFile: '' responseOutput: >- armappplatform.LogFileURLResponse{ @@ -43198,15 +43184,15 @@ testModel: responses: '200': body: - schema: *ref_752 + schema: *ref_751 parentsValue: {} properties: url: - schema: *ref_175 + schema: *ref_174 rawValue: >- https://spring.blob.core.windows.net/logs/110ec0c337154d45b1f01daf2196c0bf/b58b0cb4ecdea3c65311b4ca8833fe47b6ae0a7500f87a8eb31e8379d3fe48f1-2019081312-42b7b90c-f108-4c09-b33d-1ea134f57f23?sv=2018-03-28&sr=b&sig=example-signature&se=2019-08-14T09%3A43%3A52Z&sp=r - language: *ref_1205 - language: *ref_1206 + language: *ref_1204 + language: *ref_1205 '204': {} outputVariables: {} outputVariablesModel: {} @@ -43240,37 +43226,37 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_1176 + isPageable: *ref_1175 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1170 - parameter: *ref_703 + language: *ref_1169 + parameter: *ref_702 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1171 - parameter: *ref_704 + language: *ref_1170 + parameter: *ref_703 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1172 - parameter: *ref_705 + language: *ref_1171 + parameter: *ref_704 methodParametersOutput: - paramName: resourceGroupName paramOutput: resourceGroupName @@ -43283,8 +43269,8 @@ testModel: &armappplatform.DeploymentsClientListOptions{Version: []string{}, } opName: NewListPager - operation: *ref_1173 - operationGroup: *ref_1122 + operation: *ref_1172 + operationGroup: *ref_1121 originalFile: '' pageableItemName: Value responseOutput: |- @@ -43336,11 +43322,11 @@ testModel: responses: '200': body: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -43354,131 +43340,131 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1174 - language: *ref_1175 + language: *ref_800 + language: *ref_1144 + language: *ref_1173 + language: *ref_1174 outputVariables: {} outputVariablesModel: {} parameters: @@ -43534,32 +43520,32 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_1181 + isPageable: *ref_1180 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1177 - parameter: *ref_715 + language: *ref_1176 + parameter: *ref_714 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1178 - parameter: *ref_716 + language: *ref_1177 + parameter: *ref_715 methodParametersOutput: - paramName: resourceGroupName paramOutput: resourceGroupName @@ -43570,8 +43556,8 @@ testModel: &armappplatform.DeploymentsClientListForClusterOptions{Version: []string{}, } opName: NewListForClusterPager - operation: *ref_1179 - operationGroup: *ref_1122 + operation: *ref_1178 + operationGroup: *ref_1121 originalFile: '' pageableItemName: Value responseOutput: |- @@ -43623,11 +43609,11 @@ testModel: responses: '200': body: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -43641,131 +43627,131 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/mydeployment - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: {} - language: *ref_870 + language: *ref_869 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1123 + language: *ref_1122 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1124 + language: *ref_1123 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1125 + language: *ref_1124 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1126 + language: *ref_1125 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1127 + language: *ref_1126 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1128 + language: *ref_1127 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1129 - language: *ref_1130 + language: *ref_1128 + language: *ref_1129 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1131 + language: *ref_1130 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1132 + language: *ref_1131 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1133 + language: *ref_1132 status: schema: *ref_89 rawValue: Running - language: *ref_1134 - language: *ref_1135 + language: *ref_1133 + language: *ref_1134 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1136 + language: *ref_1135 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1137 + language: *ref_1136 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1138 + language: *ref_1137 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1139 + language: *ref_1138 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1140 - language: *ref_1141 + language: *ref_1139 + language: *ref_1140 status: schema: *ref_85 rawValue: Running - language: *ref_1142 - language: *ref_1143 + language: *ref_1141 + language: *ref_1142 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1144 + language: *ref_1143 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_1145 - language: *ref_1174 - language: *ref_1180 + language: *ref_800 + language: *ref_1144 + language: *ref_1173 + language: *ref_1179 outputVariables: {} outputVariablesModel: {} parameters: @@ -43821,35 +43807,35 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_865 + isPageable: *ref_864 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_862 - parameter: *ref_366 + language: *ref_861 + parameter: *ref_365 methodParametersOutput: - paramName: resourceGroupName paramOutput: resourceGroupName - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_863 - operationGroup: *ref_781 + operation: *ref_862 + operationGroup: *ref_780 originalFile: '' pageableItemName: Value responseOutput: |- @@ -43912,11 +43898,11 @@ testModel: responses: '200': body: - schema: *ref_360 + schema: *ref_359 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -43930,149 +43916,149 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_859 - language: *ref_864 + language: *ref_800 + language: *ref_801 + language: *ref_858 + language: *ref_863 outputVariables: {} outputVariablesModel: {} parameters: @@ -44133,28 +44119,28 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_861 + isPageable: *ref_860 methodParameters: [] methodParametersOutput: - paramName: options paramOutput: nil opName: NewListBySubscriptionPager - operation: *ref_858 - operationGroup: *ref_781 + operation: *ref_857 + operationGroup: *ref_780 originalFile: '' pageableItemName: Value responseOutput: |- @@ -44217,11 +44203,11 @@ testModel: responses: '200': body: - schema: *ref_360 + schema: *ref_359 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -44235,149 +44221,149 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_782 + language: *ref_781 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_783 + language: *ref_782 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_784 - language: *ref_785 + language: *ref_783 + language: *ref_784 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_786 + language: *ref_785 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_787 - language: *ref_788 + language: *ref_786 + language: *ref_787 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_789 - language: *ref_790 + language: *ref_788 + language: *ref_789 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_794 - - schema: *ref_127 + language: *ref_793 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_791 + language: *ref_790 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_792 + language: *ref_791 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_793 + language: *ref_792 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_794 - language: *ref_795 - language: *ref_796 + language: *ref_793 + language: *ref_794 + language: *ref_795 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_797 + language: *ref_796 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_798 - language: *ref_799 + language: *ref_797 + language: *ref_798 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_800 + language: *ref_799 tier: schema: *ref_94 rawValue: Standard - language: *ref_801 - language: *ref_802 - language: *ref_859 - language: *ref_860 + language: *ref_800 + language: *ref_801 + language: *ref_858 + language: *ref_859 outputVariables: {} outputVariablesModel: {} parameters: @@ -44437,15 +44423,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -44455,23 +44441,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1155 + parameter: *ref_676 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1156 parameter: *ref_677 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1157 parameter: *ref_678 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(deploymentName) language: *ref_1158 parameter: *ref_679 - - exampleValue: - schema: *ref_1 - rawValue: $(deploymentName) - language: *ref_1159 - parameter: *ref_680 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -44486,8 +44472,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_1160 - operationGroup: *ref_1122 + operation: *ref_1159 + operationGroup: *ref_1121 originalFile: '' pollerType: DeploymentsClientDeleteResponse returnInfo: @@ -44496,8 +44482,8 @@ testModel: responses: '200': body: - rawValue: &ref_1276 {} - language: *ref_1275 + rawValue: &ref_1275 {} + language: *ref_1274 '202': {} '204': {} outputVariables: {} @@ -44519,7 +44505,7 @@ testModel: value: blue responses: '200': - body: *ref_1276 + body: *ref_1275 '202': {} '204': {} - type: restCall @@ -44531,15 +44517,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -44549,23 +44535,23 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) + language: *ref_1094 + parameter: *ref_623 + - exampleValue: + schema: *ref_1 + rawValue: $(serviceName) language: *ref_1095 parameter: *ref_624 - exampleValue: schema: *ref_1 - rawValue: $(serviceName) + rawValue: $(appName) language: *ref_1096 parameter: *ref_625 - exampleValue: schema: *ref_1 - rawValue: $(appName) + rawValue: $(domainName) language: *ref_1097 parameter: *ref_626 - - exampleValue: - schema: *ref_1 - rawValue: $(domainName) - language: *ref_1098 - parameter: *ref_627 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -44580,8 +44566,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_1099 - operationGroup: *ref_1080 + operation: *ref_1098 + operationGroup: *ref_1079 originalFile: '' pollerType: CustomDomainsClientDeleteResponse returnInfo: @@ -44590,8 +44576,8 @@ testModel: responses: '200': body: - rawValue: &ref_1278 {} - language: *ref_1277 + rawValue: &ref_1277 {} + language: *ref_1276 '202': {} '204': {} outputVariables: {} @@ -44613,7 +44599,7 @@ testModel: value: $(dnsCname).$(customDomainName) responses: '200': - body: *ref_1278 + body: *ref_1277 '202': {} '204': {} - type: restCall @@ -44625,15 +44611,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -44643,18 +44629,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_959 - parameter: *ref_464 + language: *ref_958 + parameter: *ref_463 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_960 - parameter: *ref_465 + language: *ref_959 + parameter: *ref_464 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_961 - parameter: *ref_466 + language: *ref_960 + parameter: *ref_465 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -44667,8 +44653,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_962 - operationGroup: *ref_929 + operation: *ref_961 + operationGroup: *ref_928 originalFile: '' pollerType: AppsClientDeleteResponse returnInfo: @@ -44677,8 +44663,8 @@ testModel: responses: '200': body: - rawValue: &ref_1280 {} - language: *ref_1279 + rawValue: &ref_1279 {} + language: *ref_1278 '202': {} '204': {} outputVariables: {} @@ -44699,7 +44685,7 @@ testModel: value: app01 responses: '200': - body: *ref_1280 + body: *ref_1279 '202': {} '204': {} - type: restCall @@ -44711,15 +44697,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -44729,18 +44715,18 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1064 - parameter: *ref_586 + language: *ref_1063 + parameter: *ref_585 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1065 - parameter: *ref_587 + language: *ref_1064 + parameter: *ref_586 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1066 - parameter: *ref_588 + language: *ref_1065 + parameter: *ref_587 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -44753,8 +44739,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_1067 - operationGroup: *ref_1043 + operation: *ref_1066 + operationGroup: *ref_1042 originalFile: '' pollerType: CertificatesClientDeleteResponse returnInfo: @@ -44763,8 +44749,8 @@ testModel: responses: '200': body: - rawValue: &ref_1282 {} - language: *ref_1281 + rawValue: &ref_1281 {} + language: *ref_1280 '202': {} '204': {} outputVariables: {} @@ -44785,7 +44771,7 @@ testModel: value: asc-certificate responses: '200': - body: *ref_1282 + body: *ref_1281 '202': {} '204': {} - type: restCall @@ -44797,15 +44783,15 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId @@ -44815,13 +44801,13 @@ testModel: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_816 - parameter: *ref_302 + language: *ref_815 + parameter: *ref_301 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_817 - parameter: *ref_303 + language: *ref_816 + parameter: *ref_302 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -44832,8 +44818,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_818 - operationGroup: *ref_781 + operation: *ref_817 + operationGroup: *ref_780 originalFile: '' pollerType: ServicesClientDeleteResponse returnInfo: @@ -44842,9 +44828,9 @@ testModel: responses: '202': body: - rawValue: &ref_1284 {} - language: *ref_1283 - headers: &ref_1285 + rawValue: &ref_1283 {} + language: *ref_1282 + headers: &ref_1284 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... '204': {} outputVariables: {} @@ -44861,8 +44847,8 @@ testModel: variables: {} responses: '202': - body: *ref_1284 - headers: *ref_1285 + body: *ref_1283 + headers: *ref_1284 '204': {} - type: restCall operationId: Skus_List @@ -44873,28 +44859,28 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_777 - parameter: *ref_281 + language: *ref_776 + parameter: *ref_280 clientParametersOutput: - paramName: subscriptionID paramOutput: subscriptionId isLRO: false isMultiRespOperation: false - isPageable: *ref_1248 + isPageable: *ref_1247 methodParameters: [] methodParametersOutput: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1230 - operationGroup: *ref_1231 + operation: *ref_1229 + operationGroup: *ref_1230 originalFile: '' pageableItemName: Value responseOutput: |- @@ -44931,79 +44917,79 @@ testModel: responses: '200': body: - schema: *ref_770 + schema: *ref_769 parentsValue: {} properties: value: - schema: *ref_277 + schema: *ref_276 elements: - - schema: *ref_232 + - schema: *ref_231 parentsValue: {} properties: name: - schema: *ref_214 + schema: *ref_213 rawValue: B0 - language: *ref_1232 + language: *ref_1231 capacity: - schema: *ref_233 + schema: *ref_232 parentsValue: {} properties: default: - schema: *ref_218 + schema: *ref_217 rawValue: 1 - language: *ref_1233 + language: *ref_1232 maximum: - schema: *ref_217 + schema: *ref_216 rawValue: 20 - language: *ref_1234 + language: *ref_1233 minimum: - schema: *ref_216 + schema: *ref_215 rawValue: 1 - language: *ref_1235 + language: *ref_1234 scaleType: - schema: *ref_219 + schema: *ref_218 rawValue: Automatic - language: *ref_1236 - language: *ref_1237 + language: *ref_1235 + language: *ref_1236 locationInfo: - schema: *ref_272 + schema: *ref_271 elements: - - schema: *ref_234 + - schema: *ref_233 parentsValue: {} properties: location: - schema: *ref_221 + schema: *ref_220 rawValue: eastus - language: *ref_1238 + language: *ref_1237 zoneDetails: - schema: *ref_271 + schema: *ref_270 elements: [] - language: *ref_1239 + language: *ref_1238 zones: - schema: *ref_268 + schema: *ref_267 elements: [] - language: *ref_1240 - language: *ref_1241 + language: *ref_1239 + language: *ref_1240 locations: - schema: *ref_267 + schema: *ref_266 elements: - - schema: *ref_220 + - schema: *ref_219 rawValue: eastus - language: *ref_1242 + language: *ref_1241 resourceType: - schema: *ref_213 + schema: *ref_212 rawValue: Spring - language: *ref_1243 + language: *ref_1242 restrictions: - schema: *ref_276 + schema: *ref_275 elements: [] - language: *ref_1244 + language: *ref_1243 tier: - schema: *ref_215 + schema: *ref_214 rawValue: Basic - language: *ref_1245 - language: *ref_1246 - language: *ref_1247 + language: *ref_1244 + language: *ref_1245 + language: *ref_1246 outputVariables: {} outputVariablesModel: {} parameters: @@ -45042,21 +45028,21 @@ testModel: checkResponse: false clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_776 - parameter: *ref_280 + language: *ref_775 + parameter: *ref_279 clientParametersOutput: [] isLRO: false isMultiRespOperation: false - isPageable: *ref_1222 + isPageable: *ref_1221 methodParameters: [] methodParametersOutput: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_1207 - operationGroup: *ref_1208 + operation: *ref_1206 + operationGroup: *ref_1207 originalFile: '' pageableItemName: Value responseOutput: |- @@ -45083,63 +45069,63 @@ testModel: responses: '200': body: - schema: *ref_758 + schema: *ref_757 parentsValue: {} properties: nextLink: - schema: *ref_201 + schema: *ref_200 rawValue: providers/Microsoft.AppPlatform?$skipToken={opaqueString} - language: *ref_1209 + language: *ref_1208 value: - schema: *ref_265 + schema: *ref_264 elements: - - schema: *ref_202 + - schema: *ref_201 parentsValue: {} properties: name: - schema: *ref_177 + schema: *ref_176 rawValue: Microsoft.AppPlatform/Spring/read - language: *ref_1210 + language: *ref_1209 display: - schema: *ref_203 + schema: *ref_202 parentsValue: {} properties: description: - schema: *ref_182 + schema: *ref_181 rawValue: Create or Update Managed Applications - language: *ref_1211 + language: *ref_1210 operation: - schema: *ref_181 + schema: *ref_180 rawValue: Create or Update Managed Applications - language: *ref_1212 + language: *ref_1211 provider: - schema: *ref_179 + schema: *ref_178 rawValue: Microsoft Azure Distributed Managed Service for Spring - language: *ref_1213 + language: *ref_1212 resource: - schema: *ref_180 + schema: *ref_179 rawValue: Managed Applications - language: *ref_1214 - language: *ref_1215 + language: *ref_1213 + language: *ref_1214 isDataAction: - schema: *ref_178 + schema: *ref_177 rawValue: false - language: *ref_1216 + language: *ref_1215 origin: - schema: *ref_184 + schema: *ref_183 rawValue: user,system - language: *ref_1217 + language: *ref_1216 properties: - schema: *ref_204 + schema: *ref_203 parentsValue: {} properties: serviceSpecification: - schema: *ref_205 + schema: *ref_204 rawValue: null - language: *ref_1218 - language: *ref_1219 - language: *ref_1220 - language: *ref_1221 + language: *ref_1217 + language: *ref_1218 + language: *ref_1219 + language: *ref_1220 outputVariables: {} outputVariablesModel: {} parameters: @@ -45248,6 +45234,7 @@ language: openApiType: arm packageName: armappplatform parameterGroups: + - *ref_1285 - *ref_1286 - *ref_1287 - *ref_1288 @@ -45265,8 +45252,8 @@ language: - *ref_1300 - *ref_1301 - *ref_1302 + - *ref_447 - *ref_1303 - - *ref_448 - *ref_1304 - *ref_1305 - *ref_1306 @@ -45290,18 +45277,18 @@ language: - *ref_1324 - *ref_1325 - *ref_1326 + - *ref_706 + - *ref_716 - *ref_1327 - - *ref_707 - - *ref_717 - *ref_1328 - *ref_1329 - *ref_1330 - *ref_1331 - *ref_1332 - *ref_1333 - - *ref_1334 rawJSONAsBytes: false responseEnvelopes: + - *ref_1334 - *ref_1335 - *ref_1336 - *ref_1337 @@ -45353,6 +45340,5 @@ language: - *ref_1383 - *ref_1384 - *ref_1385 - - *ref_1386 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/test-modeler-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/test-modeler-pre.yaml index 9867305ca..a5e6c52e5 100644 --- a/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/test-modeler-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/test-modeler-pre.yaml @@ -3,15 +3,12 @@ info: title: AppPlatformManagementClient schemas: booleans: - - &ref_136 + - &ref_135 type: boolean language: default: name: Boolean description: Indicates whether the test endpoint feature enabled or not - go: - name: bool - description: Indicates whether the test endpoint feature enabled or not protocol: {} - &ref_20 type: boolean @@ -19,19 +16,13 @@ schemas: default: name: Boolean description: Strict host key checking or not. - go: - name: bool - description: Strict host key checking or not. protocol: {} - - &ref_142 + - &ref_141 type: boolean language: default: name: Boolean description: Indicate if the config server settings are valid - go: - name: bool - description: Indicate if the config server settings are valid protocol: {} - &ref_31 type: boolean @@ -39,9 +30,6 @@ schemas: default: name: Boolean description: Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not - go: - name: bool - description: Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not protocol: {} - &ref_35 type: boolean @@ -49,9 +37,6 @@ schemas: default: name: Boolean description: Indicates whether the App exposes public endpoint - go: - name: bool - description: Indicates whether the App exposes public endpoint protocol: {} - &ref_40 type: boolean @@ -60,9 +45,6 @@ schemas: default: name: Boolean description: Indicate if only https is allowed. - go: - name: bool - description: Indicate if only https is allowed. protocol: {} - &ref_47 type: boolean @@ -71,29 +53,20 @@ schemas: default: name: Boolean description: Indicate if end to end TLS is enabled. - go: - name: bool - description: Indicate if end to end TLS is enabled. protocol: {} - - &ref_162 + - &ref_161 type: boolean language: default: name: Boolean description: Indicates whether the name is available - go: - name: bool - description: Indicates whether the name is available protocol: {} - - &ref_168 + - &ref_167 type: boolean language: default: name: Boolean description: Indicates if domain name is valid. - go: - name: bool - description: Indicates if domain name is valid. protocol: {} - &ref_86 type: boolean @@ -101,42 +74,30 @@ schemas: default: name: Boolean description: Indicates whether the Deployment is active - go: - name: bool - description: Indicates whether the Deployment is active protocol: {} - - &ref_178 + - &ref_177 type: boolean language: default: name: Boolean description: Indicates whether the operation is a data action - go: - name: bool - description: Indicates whether the operation is a data action protocol: {} - - &ref_196 + - &ref_195 type: boolean language: default: name: Boolean description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. - go: - name: bool - description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. protocol: {} - - &ref_199 + - &ref_198 type: boolean language: default: name: Boolean description: Whether this dimension should be included for the Shoebox export scenario - go: - name: bool - description: Whether this dimension should be included for the Shoebox export scenario protocol: {} numbers: - - &ref_117 + - &ref_116 type: integer apiVersions: - version: 2020-11-01-preview @@ -145,11 +106,8 @@ schemas: default: name: RequiredTrafficPort description: The port of required traffic - go: - name: int32 - description: The port of required traffic protocol: {} - - &ref_121 + - &ref_120 type: integer apiVersions: - version: 2020-11-01-preview @@ -158,9 +116,6 @@ schemas: default: name: ClusterResourcePropertiesVersion description: Version of the Service - go: - name: int32 - description: Version of the Service protocol: {} - &ref_95 type: integer @@ -171,9 +126,6 @@ schemas: default: name: SkuCapacity description: Current capacity of the target resource - go: - name: int32 - description: Current capacity of the target resource protocol: {} - &ref_33 type: number @@ -186,9 +138,6 @@ schemas: default: name: MonitoringSettingPropertiesAppInsightsSamplingRate description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] - go: - name: float64 - description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] protocol: {} - &ref_42 type: integer @@ -201,9 +150,6 @@ schemas: default: name: TemporaryDiskSizeInGB description: Size of the temporary disk in GB - go: - name: int32 - description: Size of the temporary disk in GB protocol: {} - &ref_44 type: integer @@ -216,9 +162,6 @@ schemas: default: name: PersistentDiskSizeInGB description: Size of the persistent disk in GB - go: - name: int32 - description: Size of the persistent disk in GB protocol: {} - &ref_45 type: integer @@ -231,9 +174,6 @@ schemas: default: name: PersistentDiskUsedInGB description: Size of the used persistent disk in GB - go: - name: int32 - description: Size of the used persistent disk in GB protocol: {} - &ref_78 type: integer @@ -245,9 +185,6 @@ schemas: default: name: DeploymentSettingsCpu description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) - go: - name: int32 - description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) protocol: {} - &ref_79 type: integer @@ -259,11 +196,8 @@ schemas: default: name: DeploymentSettingsMemoryInGB description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) - go: - name: int32 - description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) protocol: {} - - &ref_216 + - &ref_215 type: integer apiVersions: - version: 2020-11-01-preview @@ -272,11 +206,8 @@ schemas: default: name: SkuCapacityMinimum description: Gets or sets the minimum. - go: - name: int32 - description: Gets or sets the minimum. protocol: {} - - &ref_217 + - &ref_216 type: integer apiVersions: - version: 2020-11-01-preview @@ -285,11 +216,8 @@ schemas: default: name: SkuCapacityMaximum description: Gets or sets the maximum. - go: - name: int32 - description: Gets or sets the maximum. protocol: {} - - &ref_218 + - &ref_217 type: integer apiVersions: - version: 2020-11-01-preview @@ -298,9 +226,6 @@ schemas: default: name: SkuCapacityDefault description: Gets or sets the default. - go: - name: int32 - description: Gets or sets the default. protocol: {} strings: - &ref_0 @@ -309,9 +234,6 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - &ref_1 type: string @@ -321,9 +243,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_109 type: string @@ -337,9 +256,6 @@ schemas: default: name: NetworkProfileServiceRuntimeSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime - go: - name: string - description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime protocol: {} - &ref_110 type: string @@ -353,9 +269,6 @@ schemas: default: name: NetworkProfileAppSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps - go: - name: string - description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps protocol: {} - &ref_111 type: string @@ -369,9 +282,6 @@ schemas: default: name: NetworkProfileServiceCidr description: Azure Spring Cloud service reserved CIDR - go: - name: string - description: Azure Spring Cloud service reserved CIDR protocol: {} - &ref_112 type: string @@ -385,9 +295,6 @@ schemas: default: name: NetworkProfileServiceRuntimeNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime - go: - name: string - description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime protocol: {} - &ref_113 type: string @@ -401,9 +308,6 @@ schemas: default: name: NetworkProfileAppNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Apps - go: - name: string - description: Name of the resource group containing network resources of Azure Spring Cloud Apps protocol: {} - &ref_114 type: string @@ -413,11 +317,8 @@ schemas: default: name: NetworkProfileOutboundIPsPublicIPsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_116 + - &ref_115 type: string apiVersions: - version: 2020-11-01-preview @@ -425,11 +326,8 @@ schemas: default: name: RequiredTrafficProtocol description: The protocol of required traffic - go: - name: string - description: The protocol of required traffic protocol: {} - - &ref_118 + - &ref_117 type: string apiVersions: - version: 2020-11-01-preview @@ -437,11 +335,8 @@ schemas: default: name: RequiredTrafficIpsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_119 + - &ref_118 type: string apiVersions: - version: 2020-11-01-preview @@ -449,11 +344,8 @@ schemas: default: name: RequiredTrafficFqdnsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_122 + - &ref_121 type: string apiVersions: - version: 2020-11-01-preview @@ -461,9 +353,6 @@ schemas: default: name: ClusterResourcePropertiesServiceId description: ServiceInstanceEntity GUID which uniquely identifies a created resource - go: - name: string - description: ServiceInstanceEntity GUID which uniquely identifies a created resource protocol: {} - &ref_93 type: string @@ -474,9 +363,6 @@ schemas: default: name: SkuName description: Name of the Sku - go: - name: string - description: Name of the Sku protocol: {} - &ref_94 type: string @@ -487,9 +373,6 @@ schemas: default: name: SkuTier description: Tier of the Sku - go: - name: string - description: Tier of the Sku protocol: {} - &ref_106 type: string @@ -499,9 +382,6 @@ schemas: default: name: TrackedResourceLocation description: The GEO location of the resource. - go: - name: string - description: The GEO location of the resource. protocol: {} - &ref_103 type: string @@ -511,9 +391,6 @@ schemas: default: name: ResourceId description: Fully qualified resource Id for the resource. - go: - name: string - description: Fully qualified resource Id for the resource. protocol: {} - &ref_104 type: string @@ -523,9 +400,6 @@ schemas: default: name: ResourceName description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - &ref_105 type: string @@ -535,11 +409,8 @@ schemas: default: name: ResourceType description: The type of the resource. - go: - name: string - description: The type of the resource. protocol: {} - - &ref_128 + - &ref_127 type: string apiVersions: - version: 2020-11-01-preview @@ -547,11 +418,8 @@ schemas: default: name: CloudErrorBodyCode description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - go: - name: string - description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. protocol: {} - - &ref_129 + - &ref_128 type: string apiVersions: - version: 2020-11-01-preview @@ -559,11 +427,8 @@ schemas: default: name: CloudErrorBodyMessage description: A message describing the error, intended to be suitable for display in a user interface. - go: - name: string - description: A message describing the error, intended to be suitable for display in a user interface. protocol: {} - - &ref_130 + - &ref_129 type: string apiVersions: - version: 2020-11-01-preview @@ -571,11 +436,8 @@ schemas: default: name: CloudErrorBodyTarget description: The target of the particular error. For example, the name of the property in error. - go: - name: string - description: The target of the particular error. For example, the name of the property in error. protocol: {} - - &ref_132 + - &ref_131 type: string apiVersions: - version: 2020-11-01-preview @@ -583,11 +445,8 @@ schemas: default: name: TestKeysPrimaryKey description: Primary key - go: - name: string - description: Primary key protocol: {} - - &ref_133 + - &ref_132 type: string apiVersions: - version: 2020-11-01-preview @@ -595,11 +454,8 @@ schemas: default: name: TestKeysSecondaryKey description: Secondary key - go: - name: string - description: Secondary key protocol: {} - - &ref_134 + - &ref_133 type: string apiVersions: - version: 2020-11-01-preview @@ -607,11 +463,8 @@ schemas: default: name: TestKeysPrimaryTestEndpoint description: Primary test endpoint - go: - name: string - description: Primary test endpoint protocol: {} - - &ref_135 + - &ref_134 type: string apiVersions: - version: 2020-11-01-preview @@ -619,9 +472,6 @@ schemas: default: name: TestKeysSecondaryTestEndpoint description: Secondary test endpoint - go: - name: string - description: Secondary test endpoint protocol: {} - &ref_8 type: string @@ -631,9 +481,6 @@ schemas: default: name: ErrorCode description: The code of error. - go: - name: string - description: The code of error. protocol: {} - &ref_9 type: string @@ -643,9 +490,6 @@ schemas: default: name: ErrorMessage description: The message of error. - go: - name: string - description: The message of error. protocol: {} - &ref_10 type: string @@ -655,9 +499,6 @@ schemas: default: name: GitPatternRepositoryName description: Name of the repository - go: - name: string - description: Name of the repository protocol: {} - &ref_11 type: string @@ -667,9 +508,6 @@ schemas: default: name: GitPatternRepositoryPatternItem description: '' - go: - name: string - description: '' protocol: {} - &ref_12 type: string @@ -679,9 +517,6 @@ schemas: default: name: GitPatternRepositoryUri description: URI of the repository - go: - name: string - description: URI of the repository protocol: {} - &ref_13 type: string @@ -691,9 +526,6 @@ schemas: default: name: GitPatternRepositoryLabel description: Label of the repository - go: - name: string - description: Label of the repository protocol: {} - &ref_14 type: string @@ -703,9 +535,6 @@ schemas: default: name: GitPatternRepositorySearchPathsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_15 type: string @@ -715,9 +544,6 @@ schemas: default: name: GitPatternRepositoryUsername description: Username of git repository basic auth. - go: - name: string - description: Username of git repository basic auth. protocol: {} - &ref_16 type: string @@ -727,9 +553,6 @@ schemas: default: name: GitPatternRepositoryPassword description: Password of git repository basic auth. - go: - name: string - description: Password of git repository basic auth. protocol: {} - &ref_17 type: string @@ -739,9 +562,6 @@ schemas: default: name: GitPatternRepositoryHostKey description: Public sshKey of git repository. - go: - name: string - description: Public sshKey of git repository. protocol: {} - &ref_18 type: string @@ -751,9 +571,6 @@ schemas: default: name: GitPatternRepositoryHostKeyAlgorithm description: SshKey algorithm of git repository. - go: - name: string - description: SshKey algorithm of git repository. protocol: {} - &ref_19 type: string @@ -763,9 +580,6 @@ schemas: default: name: GitPatternRepositoryPrivateKey description: Private sshKey algorithm of git repository. - go: - name: string - description: Private sshKey algorithm of git repository. protocol: {} - &ref_21 type: string @@ -775,9 +589,6 @@ schemas: default: name: ConfigServerGitPropertyUri description: URI of the repository - go: - name: string - description: URI of the repository protocol: {} - &ref_22 type: string @@ -787,9 +598,6 @@ schemas: default: name: ConfigServerGitPropertyLabel description: Label of the repository - go: - name: string - description: Label of the repository protocol: {} - &ref_23 type: string @@ -799,9 +607,6 @@ schemas: default: name: ConfigServerGitPropertySearchPathsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_24 type: string @@ -811,9 +616,6 @@ schemas: default: name: ConfigServerGitPropertyUsername description: Username of git repository basic auth. - go: - name: string - description: Username of git repository basic auth. protocol: {} - &ref_25 type: string @@ -823,9 +625,6 @@ schemas: default: name: ConfigServerGitPropertyPassword description: Password of git repository basic auth. - go: - name: string - description: Password of git repository basic auth. protocol: {} - &ref_26 type: string @@ -835,9 +634,6 @@ schemas: default: name: ConfigServerGitPropertyHostKey description: Public sshKey of git repository. - go: - name: string - description: Public sshKey of git repository. protocol: {} - &ref_27 type: string @@ -847,9 +643,6 @@ schemas: default: name: ConfigServerGitPropertyHostKeyAlgorithm description: SshKey algorithm of git repository. - go: - name: string - description: SshKey algorithm of git repository. protocol: {} - &ref_28 type: string @@ -859,11 +652,8 @@ schemas: default: name: ConfigServerGitPropertyPrivateKey description: Private sshKey algorithm of git repository. - go: - name: string - description: Private sshKey algorithm of git repository. protocol: {} - - &ref_143 + - &ref_142 type: string apiVersions: - version: 2020-11-01-preview @@ -871,11 +661,8 @@ schemas: default: name: ConfigServerSettingsErrorRecordName description: The name of the config server settings error record - go: - name: string - description: The name of the config server settings error record protocol: {} - - &ref_144 + - &ref_143 type: string apiVersions: - version: 2020-11-01-preview @@ -883,11 +670,8 @@ schemas: default: name: ConfigServerSettingsErrorRecordUri description: The uri of the config server settings error record - go: - name: string - description: The uri of the config server settings error record protocol: {} - - &ref_145 + - &ref_144 type: string apiVersions: - version: 2020-11-01-preview @@ -895,9 +679,6 @@ schemas: default: name: ConfigServerSettingsErrorRecordMessagesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_32 type: string @@ -907,9 +688,6 @@ schemas: default: name: MonitoringSettingPropertiesAppInsightsInstrumentationKey description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings - go: - name: string - description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings protocol: {} - &ref_34 type: string @@ -919,9 +697,6 @@ schemas: default: name: ApplicationInsightsAgentVersionsJava description: Indicates the version of application insight java agent - go: - name: string - description: Indicates the version of application insight java agent protocol: {} - &ref_36 type: string @@ -931,9 +706,6 @@ schemas: default: name: AppResourcePropertiesUrl description: URL of the App - go: - name: string - description: URL of the App protocol: {} - &ref_38 type: string @@ -943,9 +715,6 @@ schemas: default: name: AppResourcePropertiesActiveDeploymentName description: Name of the active deployment of the App - go: - name: string - description: Name of the active deployment of the App protocol: {} - &ref_39 type: string @@ -959,9 +728,6 @@ schemas: default: name: AppResourcePropertiesFqdn description: Fully qualified dns Name. - go: - name: string - description: Fully qualified dns Name. protocol: {} - &ref_43 type: string @@ -972,9 +738,6 @@ schemas: default: name: TemporaryDiskMountPath description: Mount path of the temporary disk - go: - name: string - description: Mount path of the temporary disk protocol: {} - &ref_46 type: string @@ -984,9 +747,6 @@ schemas: default: name: PersistentDiskMountPath description: Mount path of the persistent disk - go: - name: string - description: Mount path of the persistent disk protocol: {} - &ref_49 type: string @@ -996,9 +756,6 @@ schemas: default: name: ManagedIdentityPropertiesPrincipalId description: Principal Id - go: - name: string - description: Principal Id protocol: {} - &ref_50 type: string @@ -1008,9 +765,6 @@ schemas: default: name: ManagedIdentityPropertiesTenantId description: Tenant Id - go: - name: string - description: Tenant Id protocol: {} - &ref_51 type: string @@ -1020,11 +774,8 @@ schemas: default: name: AppResourceLocation description: The GEO location of the application, always the same with its parent resource - go: - name: string - description: The GEO location of the application, always the same with its parent resource protocol: {} - - &ref_153 + - &ref_152 type: string apiVersions: - version: 2020-11-01-preview @@ -1032,11 +783,8 @@ schemas: default: name: AppResourceCollectionNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_154 + - &ref_153 type: string apiVersions: - version: 2020-11-01-preview @@ -1044,11 +792,8 @@ schemas: default: name: ResourceUploadDefinitionRelativePath description: Source relative path - go: - name: string - description: Source relative path protocol: {} - - &ref_155 + - &ref_154 type: string apiVersions: - version: 2020-11-01-preview @@ -1056,9 +801,6 @@ schemas: default: name: ResourceUploadDefinitionUploadUrl description: Upload URL - go: - name: string - description: Upload URL protocol: {} - &ref_52 type: string @@ -1068,9 +810,6 @@ schemas: default: name: BindingResourcePropertiesResourceName description: The name of the bound resource - go: - name: string - description: The name of the bound resource protocol: {} - &ref_53 type: string @@ -1080,9 +819,6 @@ schemas: default: name: BindingResourcePropertiesResourceType description: The standard Azure resource type of the bound resource - go: - name: string - description: The standard Azure resource type of the bound resource protocol: {} - &ref_54 type: string @@ -1092,9 +828,6 @@ schemas: default: name: BindingResourcePropertiesResourceId description: The Azure resource id of the bound resource - go: - name: string - description: The Azure resource id of the bound resource protocol: {} - &ref_55 type: string @@ -1104,9 +837,6 @@ schemas: default: name: BindingResourcePropertiesKey description: The key of the bound resource - go: - name: string - description: The key of the bound resource protocol: {} - &ref_57 type: string @@ -1116,9 +846,6 @@ schemas: default: name: BindingResourcePropertiesGeneratedProperties description: The generated Spring Boot property file for this binding. The secret will be deducted. - go: - name: string - description: The generated Spring Boot property file for this binding. The secret will be deducted. protocol: {} - &ref_58 type: string @@ -1128,9 +855,6 @@ schemas: default: name: BindingResourcePropertiesCreatedAt description: Creation time of the Binding resource - go: - name: string - description: Creation time of the Binding resource protocol: {} - &ref_59 type: string @@ -1140,11 +864,8 @@ schemas: default: name: BindingResourcePropertiesUpdatedAt description: Update time of the Binding resource - go: - name: string - description: Update time of the Binding resource protocol: {} - - &ref_157 + - &ref_156 type: string apiVersions: - version: 2020-11-01-preview @@ -1152,9 +873,6 @@ schemas: default: name: BindingResourceCollectionNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_60 type: string @@ -1164,9 +882,6 @@ schemas: default: name: CertificatePropertiesThumbprint description: The thumbprint of certificate. - go: - name: string - description: The thumbprint of certificate. protocol: {} - &ref_61 type: string @@ -1176,9 +891,6 @@ schemas: default: name: CertificatePropertiesVaultUri description: The vault uri of user key vault. - go: - name: string - description: The vault uri of user key vault. protocol: {} - &ref_62 type: string @@ -1188,9 +900,6 @@ schemas: default: name: CertificatePropertiesKeyVaultCertName description: The certificate name of key vault. - go: - name: string - description: The certificate name of key vault. protocol: {} - &ref_63 type: string @@ -1200,9 +909,6 @@ schemas: default: name: CertificatePropertiesCertVersion description: The certificate version of key vault. - go: - name: string - description: The certificate version of key vault. protocol: {} - &ref_64 type: string @@ -1212,9 +918,6 @@ schemas: default: name: CertificatePropertiesIssuer description: The issuer of certificate. - go: - name: string - description: The issuer of certificate. protocol: {} - &ref_65 type: string @@ -1224,9 +927,6 @@ schemas: default: name: CertificatePropertiesIssuedDate description: The issue date of certificate. - go: - name: string - description: The issue date of certificate. protocol: {} - &ref_66 type: string @@ -1236,9 +936,6 @@ schemas: default: name: CertificatePropertiesExpirationDate description: The expiration date of certificate. - go: - name: string - description: The expiration date of certificate. protocol: {} - &ref_67 type: string @@ -1248,9 +945,6 @@ schemas: default: name: CertificatePropertiesActivateDate description: The activate date of certificate. - go: - name: string - description: The activate date of certificate. protocol: {} - &ref_68 type: string @@ -1260,9 +954,6 @@ schemas: default: name: CertificatePropertiesSubjectName description: The subject name of certificate. - go: - name: string - description: The subject name of certificate. protocol: {} - &ref_69 type: string @@ -1272,11 +963,8 @@ schemas: default: name: CertificatePropertiesDnsNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_159 + - &ref_158 type: string apiVersions: - version: 2020-11-01-preview @@ -1284,11 +972,8 @@ schemas: default: name: CertificateResourceCollectionNextLink description: The link to next page of certificate list. - go: - name: string - description: The link to next page of certificate list. protocol: {} - - &ref_160 + - &ref_159 type: string apiVersions: - version: 2020-11-01-preview @@ -1296,11 +981,8 @@ schemas: default: name: NameAvailabilityParametersType description: Type of the resource to check name availability - go: - name: string - description: Type of the resource to check name availability protocol: {} - - &ref_161 + - &ref_160 type: string apiVersions: - version: 2020-11-01-preview @@ -1308,11 +990,8 @@ schemas: default: name: NameAvailabilityParametersName description: Name to be checked - go: - name: string - description: Name to be checked protocol: {} - - &ref_163 + - &ref_162 type: string apiVersions: - version: 2020-11-01-preview @@ -1320,11 +999,8 @@ schemas: default: name: NameAvailabilityReason description: Reason why the name is not available - go: - name: string - description: Reason why the name is not available protocol: {} - - &ref_164 + - &ref_163 type: string apiVersions: - version: 2020-11-01-preview @@ -1332,9 +1008,6 @@ schemas: default: name: NameAvailabilityMessage description: Message why the name is not available - go: - name: string - description: Message why the name is not available protocol: {} - &ref_70 type: string @@ -1344,9 +1017,6 @@ schemas: default: name: CustomDomainPropertiesThumbprint description: The thumbprint of bound certificate. - go: - name: string - description: The thumbprint of bound certificate. protocol: {} - &ref_71 type: string @@ -1356,9 +1026,6 @@ schemas: default: name: CustomDomainPropertiesAppName description: The app name of domain. - go: - name: string - description: The app name of domain. protocol: {} - &ref_72 type: string @@ -1368,11 +1035,8 @@ schemas: default: name: CustomDomainPropertiesCertName description: The bound certificate name of domain. - go: - name: string - description: The bound certificate name of domain. protocol: {} - - &ref_166 + - &ref_165 type: string apiVersions: - version: 2020-11-01-preview @@ -1380,11 +1044,8 @@ schemas: default: name: CustomDomainResourceCollectionNextLink description: The link to next page of custom domain list. - go: - name: string - description: The link to next page of custom domain list. protocol: {} - - &ref_167 + - &ref_166 type: string apiVersions: - version: 2020-11-01-preview @@ -1392,11 +1053,8 @@ schemas: default: name: CustomDomainValidatePayloadName description: Name to be validated - go: - name: string - description: Name to be validated protocol: {} - - &ref_169 + - &ref_168 type: string apiVersions: - version: 2020-11-01-preview @@ -1404,9 +1062,6 @@ schemas: default: name: CustomDomainValidateResultMessage description: Message of why domain name is invalid. - go: - name: string - description: Message of why domain name is invalid. protocol: {} - &ref_74 type: string @@ -1416,9 +1071,6 @@ schemas: default: name: UserSourceInfoRelativePath description: Relative path of the storage which stores the source - go: - name: string - description: Relative path of the storage which stores the source protocol: {} - &ref_75 type: string @@ -1428,9 +1080,6 @@ schemas: default: name: UserSourceInfoVersion description: Version of the source - go: - name: string - description: Version of the source protocol: {} - &ref_76 type: string @@ -1440,9 +1089,6 @@ schemas: default: name: UserSourceInfoArtifactSelector description: "Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project." - go: - name: string - description: "Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project." protocol: {} - &ref_77 type: string @@ -1452,9 +1098,6 @@ schemas: default: name: DeploymentResourcePropertiesAppName description: App name of the deployment - go: - name: string - description: App name of the deployment protocol: {} - &ref_80 type: string @@ -1464,9 +1107,6 @@ schemas: default: name: DeploymentSettingsJvmOptions description: JVM parameter - go: - name: string - description: JVM parameter protocol: {} - &ref_81 type: string @@ -1476,9 +1116,6 @@ schemas: default: name: DeploymentSettingsNetCoreMainEntryPath description: The path to the .NET executable relative to zip root - go: - name: string - description: The path to the .NET executable relative to zip root protocol: {} - &ref_88 type: string @@ -1488,9 +1125,6 @@ schemas: default: name: DeploymentInstanceName description: Name of the deployment instance - go: - name: string - description: Name of the deployment instance protocol: {} - &ref_89 type: string @@ -1500,9 +1134,6 @@ schemas: default: name: DeploymentInstanceStatus description: Status of the deployment instance - go: - name: string - description: Status of the deployment instance protocol: {} - &ref_90 type: string @@ -1512,9 +1143,6 @@ schemas: default: name: DeploymentInstanceReason description: Failed reason of the deployment instance - go: - name: string - description: Failed reason of the deployment instance protocol: {} - &ref_91 type: string @@ -1524,9 +1152,6 @@ schemas: default: name: DeploymentInstanceDiscoveryStatus description: Discovery status of the deployment instance - go: - name: string - description: Discovery status of the deployment instance protocol: {} - &ref_92 type: string @@ -1536,11 +1161,8 @@ schemas: default: name: DeploymentInstanceStartTime description: Start time of the deployment instance - go: - name: string - description: Start time of the deployment instance protocol: {} - - &ref_256 + - &ref_255 type: string apiVersions: - version: 2020-11-01-preview @@ -1548,11 +1170,8 @@ schemas: default: name: Get5ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_174 + - &ref_173 type: string apiVersions: - version: 2020-11-01-preview @@ -1560,11 +1179,8 @@ schemas: default: name: DeploymentResourceCollectionNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_258 + - &ref_257 type: string apiVersions: - version: 2020-11-01-preview @@ -1572,11 +1188,8 @@ schemas: default: name: Get4ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_175 + - &ref_174 type: string apiVersions: - version: 2020-11-01-preview @@ -1584,11 +1197,8 @@ schemas: default: name: LogFileUrlResponseUrl description: URL of the log file - go: - name: string - description: URL of the log file protocol: {} - - &ref_176 + - &ref_175 type: string apiVersions: - version: 2020-11-01-preview @@ -1596,11 +1206,8 @@ schemas: default: name: ServiceResourceListNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_177 + - &ref_176 type: string apiVersions: - version: 2020-11-01-preview @@ -1608,11 +1215,8 @@ schemas: default: name: OperationDetailName description: Name of the operation - go: - name: string - description: Name of the operation protocol: {} - - &ref_179 + - &ref_178 type: string apiVersions: - version: 2020-11-01-preview @@ -1620,11 +1224,8 @@ schemas: default: name: OperationDisplayProvider description: Resource provider of the operation - go: - name: string - description: Resource provider of the operation protocol: {} - - &ref_180 + - &ref_179 type: string apiVersions: - version: 2020-11-01-preview @@ -1632,11 +1233,8 @@ schemas: default: name: OperationDisplayResource description: Resource of the operation - go: - name: string - description: Resource of the operation protocol: {} - - &ref_181 + - &ref_180 type: string apiVersions: - version: 2020-11-01-preview @@ -1644,11 +1242,8 @@ schemas: default: name: OperationDisplayOperation description: Localized friendly name for the operation - go: - name: string - description: Localized friendly name for the operation protocol: {} - - &ref_182 + - &ref_181 type: string apiVersions: - version: 2020-11-01-preview @@ -1656,11 +1251,8 @@ schemas: default: name: OperationDisplayDescription description: Localized friendly description for the operation - go: - name: string - description: Localized friendly description for the operation protocol: {} - - &ref_184 + - &ref_183 type: string apiVersions: - version: 2020-11-01-preview @@ -1668,11 +1260,8 @@ schemas: default: name: OperationDetailOrigin description: Origin of the operation - go: - name: string - description: Origin of the operation protocol: {} - - &ref_185 + - &ref_184 type: string apiVersions: - version: 2020-11-01-preview @@ -1680,11 +1269,8 @@ schemas: default: name: LogSpecificationName description: Name of the log - go: - name: string - description: Name of the log protocol: {} - - &ref_186 + - &ref_185 type: string apiVersions: - version: 2020-11-01-preview @@ -1692,11 +1278,8 @@ schemas: default: name: LogSpecificationDisplayName description: Localized friendly display name of the log - go: - name: string - description: Localized friendly display name of the log protocol: {} - - &ref_187 + - &ref_186 type: string apiVersions: - version: 2020-11-01-preview @@ -1704,11 +1287,8 @@ schemas: default: name: LogSpecificationBlobDuration description: Blob duration of the log - go: - name: string - description: Blob duration of the log protocol: {} - - &ref_188 + - &ref_187 type: string apiVersions: - version: 2020-11-01-preview @@ -1716,11 +1296,8 @@ schemas: default: name: MetricSpecificationName description: Name of the metric - go: - name: string - description: Name of the metric protocol: {} - - &ref_189 + - &ref_188 type: string apiVersions: - version: 2020-11-01-preview @@ -1728,11 +1305,8 @@ schemas: default: name: MetricSpecificationDisplayName description: Localized friendly display name of the metric - go: - name: string - description: Localized friendly display name of the metric protocol: {} - - &ref_190 + - &ref_189 type: string apiVersions: - version: 2020-11-01-preview @@ -1740,11 +1314,8 @@ schemas: default: name: MetricSpecificationDisplayDescription description: Localized friendly description of the metric - go: - name: string - description: Localized friendly description of the metric protocol: {} - - &ref_191 + - &ref_190 type: string apiVersions: - version: 2020-11-01-preview @@ -1752,11 +1323,8 @@ schemas: default: name: MetricSpecificationUnit description: Unit that makes sense for the metric - go: - name: string - description: Unit that makes sense for the metric protocol: {} - - &ref_192 + - &ref_191 type: string apiVersions: - version: 2020-11-01-preview @@ -1764,11 +1332,8 @@ schemas: default: name: MetricSpecificationCategory description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. - go: - name: string - description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - - &ref_193 + - &ref_192 type: string apiVersions: - version: 2020-11-01-preview @@ -1776,11 +1341,8 @@ schemas: default: name: MetricSpecificationAggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' - go: - name: string - description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - - &ref_194 + - &ref_193 type: string apiVersions: - version: 2020-11-01-preview @@ -1788,11 +1350,8 @@ schemas: default: name: MetricSpecificationSupportedAggregationTypesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_195 + - &ref_194 type: string apiVersions: - version: 2020-11-01-preview @@ -1800,11 +1359,8 @@ schemas: default: name: MetricSpecificationSupportedTimeGrainTypesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_197 + - &ref_196 type: string apiVersions: - version: 2020-11-01-preview @@ -1812,11 +1368,8 @@ schemas: default: name: MetricDimensionName description: Name of the dimension - go: - name: string - description: Name of the dimension protocol: {} - - &ref_198 + - &ref_197 type: string apiVersions: - version: 2020-11-01-preview @@ -1824,11 +1377,8 @@ schemas: default: name: MetricDimensionDisplayName description: Localized friendly display name of the dimension - go: - name: string - description: Localized friendly display name of the dimension protocol: {} - - &ref_200 + - &ref_199 type: string apiVersions: - version: 2020-11-01-preview @@ -1836,11 +1386,8 @@ schemas: default: name: MetricSpecificationSourceMdmNamespace description: Name of the MDM namespace. Optional. - go: - name: string - description: Name of the MDM namespace. Optional. protocol: {} - - &ref_201 + - &ref_200 type: string apiVersions: - version: 2020-11-01-preview @@ -1848,11 +1395,8 @@ schemas: default: name: AvailableOperationsNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_211 + - &ref_210 type: string apiVersions: - version: 2020-11-01-preview @@ -1860,11 +1404,8 @@ schemas: default: name: SupportedRuntimeVersion description: The detailed version (major.minor) of the platform. - go: - name: string - description: The detailed version (major.minor) of the platform. protocol: {} - - &ref_213 + - &ref_212 type: string apiVersions: - version: 2020-11-01-preview @@ -1872,11 +1413,8 @@ schemas: default: name: ResourceSkuResourceType description: Gets the type of resource the SKU applies to. - go: - name: string - description: Gets the type of resource the SKU applies to. protocol: {} - - &ref_214 + - &ref_213 type: string apiVersions: - version: 2020-11-01-preview @@ -1884,11 +1422,8 @@ schemas: default: name: ResourceSkuName description: Gets the name of SKU. - go: - name: string - description: Gets the name of SKU. protocol: {} - - &ref_215 + - &ref_214 type: string apiVersions: - version: 2020-11-01-preview @@ -1896,11 +1431,8 @@ schemas: default: name: ResourceSkuTier description: Gets the tier of SKU. - go: - name: string - description: Gets the tier of SKU. protocol: {} - - &ref_220 + - &ref_219 type: string apiVersions: - version: 2020-11-01-preview @@ -1908,11 +1440,8 @@ schemas: default: name: ResourceSkuLocationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_221 + - &ref_220 type: string apiVersions: - version: 2020-11-01-preview @@ -1920,11 +1449,8 @@ schemas: default: name: ResourceSkuLocationInfoLocation description: Gets location of the SKU - go: - name: string - description: Gets location of the SKU protocol: {} - - &ref_222 + - &ref_221 type: string apiVersions: - version: 2020-11-01-preview @@ -1932,11 +1458,8 @@ schemas: default: name: ResourceSkuLocationInfoZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_223 + - &ref_222 type: string apiVersions: - version: 2020-11-01-preview @@ -1944,11 +1467,8 @@ schemas: default: name: ResourceSkuZoneDetailsNameItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_224 + - &ref_223 type: string apiVersions: - version: 2020-11-01-preview @@ -1956,11 +1476,8 @@ schemas: default: name: ResourceSkuCapabilitiesName description: Gets an invariant to describe the feature. - go: - name: string - description: Gets an invariant to describe the feature. protocol: {} - - &ref_225 + - &ref_224 type: string apiVersions: - version: 2020-11-01-preview @@ -1968,11 +1485,8 @@ schemas: default: name: ResourceSkuCapabilitiesValue description: Gets an invariant if the feature is measured by quantity. - go: - name: string - description: Gets an invariant if the feature is measured by quantity. protocol: {} - - &ref_227 + - &ref_226 type: string apiVersions: - version: 2020-11-01-preview @@ -1980,11 +1494,8 @@ schemas: default: name: ResourceSkuRestrictionsValuesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_228 + - &ref_227 type: string apiVersions: - version: 2020-11-01-preview @@ -1992,11 +1503,8 @@ schemas: default: name: ResourceSkuRestrictionInfoLocationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_229 + - &ref_228 type: string apiVersions: - version: 2020-11-01-preview @@ -2004,11 +1512,8 @@ schemas: default: name: ResourceSkuRestrictionInfoZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_231 + - &ref_230 type: string apiVersions: - version: 2020-11-01-preview @@ -2016,9 +1521,6 @@ schemas: default: name: ResourceSkuCollectionNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - type: string apiVersions: @@ -2028,9 +1530,6 @@ schemas: default: name: String description: '' - go: - name: String - description: '' protocol: {} choices: - &ref_108 @@ -2040,73 +1539,46 @@ schemas: default: name: Creating description: '' - go: - name: ProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ProvisioningStateUpdating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ProvisioningStateDeleting - description: '' - value: Deleted language: default: name: Deleted description: '' - go: - name: ProvisioningStateDeleted - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStateFailed - description: '' - value: Moving language: default: name: Moving description: '' - go: - name: ProvisioningStateMoving - description: '' - value: Moved language: default: name: Moved description: '' - go: - name: ProvisioningStateMoved - description: '' - value: MoveFailed language: default: name: MoveFailed description: '' - go: - name: ProvisioningStateMoveFailed - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2115,29 +1587,19 @@ schemas: default: name: ProvisioningState description: Provisioning state of the Service - go: - name: ProvisioningState - description: Provisioning state of the Service - possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - - &ref_120 + - &ref_119 choices: - value: Inbound language: default: name: Inbound description: '' - go: - name: TrafficDirectionInbound - description: '' - value: Outbound language: default: name: Outbound description: '' - go: - name: TrafficDirectionOutbound - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2146,29 +1608,19 @@ schemas: default: name: TrafficDirection description: The direction of required traffic - go: - name: TrafficDirection - description: The direction of required traffic - possibleValuesFunc: PossibleTrafficDirectionValues protocol: {} - - &ref_137 + - &ref_136 choices: - value: Primary language: default: name: Primary description: '' - go: - name: TestKeyTypePrimary - description: '' - value: Secondary language: default: name: Secondary description: '' - go: - name: TestKeyTypeSecondary - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2177,10 +1629,6 @@ schemas: default: name: TestKeyType description: Type of the test key - go: - name: TestKeyType - description: Type of the test key - possibleValuesFunc: PossibleTestKeyTypeValues protocol: {} - &ref_7 choices: @@ -2189,41 +1637,26 @@ schemas: default: name: NotAvailable description: '' - go: - name: ConfigServerStateNotAvailable - description: '' - value: Deleted language: default: name: Deleted description: '' - go: - name: ConfigServerStateDeleted - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ConfigServerStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ConfigServerStateSucceeded - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ConfigServerStateUpdating - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2232,10 +1665,6 @@ schemas: default: name: ConfigServerState description: State of the config server. - go: - name: ConfigServerState - description: State of the config server. - possibleValuesFunc: PossibleConfigServerStateValues protocol: {} - &ref_29 choices: @@ -2244,33 +1673,21 @@ schemas: default: name: NotAvailable description: '' - go: - name: MonitoringSettingStateNotAvailable - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: MonitoringSettingStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: MonitoringSettingStateSucceeded - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: MonitoringSettingStateUpdating - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2279,10 +1696,6 @@ schemas: default: name: MonitoringSettingState description: State of the Monitoring Setting. - go: - name: MonitoringSettingState - description: State of the Monitoring Setting. - possibleValuesFunc: PossibleMonitoringSettingStateValues protocol: {} - &ref_37 choices: @@ -2291,33 +1704,21 @@ schemas: default: name: Succeeded description: '' - go: - name: AppResourceProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: AppResourceProvisioningStateFailed - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: AppResourceProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: AppResourceProvisioningStateUpdating - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2326,10 +1727,6 @@ schemas: default: name: AppResourceProvisioningState description: Provisioning state of the App - go: - name: AppResourceProvisioningState - description: Provisioning state of the App - possibleValuesFunc: PossibleAppResourceProvisioningStateValues protocol: {} - &ref_48 choices: @@ -2338,33 +1735,21 @@ schemas: default: name: None description: '' - go: - name: ManagedIdentityTypeNone - description: '' - value: SystemAssigned language: default: name: SystemAssigned description: '' - go: - name: ManagedIdentityTypeSystemAssigned - description: '' - value: UserAssigned language: default: name: UserAssigned description: '' - go: - name: ManagedIdentityTypeUserAssigned - description: '' - value: SystemAssigned,UserAssigned language: default: name: SystemAssignedUserAssigned description: '' - go: - name: ManagedIdentityTypeSystemAssignedUserAssigned - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2373,10 +1758,6 @@ schemas: default: name: ManagedIdentityType description: Type of the managed identity - go: - name: ManagedIdentityType - description: Type of the managed identity - possibleValuesFunc: PossibleManagedIdentityTypeValues protocol: {} - &ref_73 choices: @@ -2385,25 +1766,16 @@ schemas: default: name: Jar description: '' - go: - name: UserSourceTypeJar - description: '' - value: NetCoreZip language: default: name: NetCoreZip description: '' - go: - name: UserSourceTypeNetCoreZip - description: '' - value: Source language: default: name: Source description: '' - go: - name: UserSourceTypeSource - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2412,10 +1784,6 @@ schemas: default: name: UserSourceType description: Type of the source uploaded - go: - name: UserSourceType - description: Type of the source uploaded - possibleValuesFunc: PossibleUserSourceTypeValues protocol: {} - &ref_83 choices: @@ -2424,25 +1792,16 @@ schemas: default: name: Java8 description: '' - go: - name: RuntimeVersionJava8 - description: '' - value: Java_11 language: default: name: Java11 description: '' - go: - name: RuntimeVersionJava11 - description: '' - value: NetCore_31 language: default: name: NetCore31 description: '' - go: - name: RuntimeVersionNetCore31 - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2452,10 +1811,6 @@ schemas: default: name: RuntimeVersion description: Runtime version - go: - name: RuntimeVersion - description: Runtime version - possibleValuesFunc: PossibleRuntimeVersionValues protocol: {} - &ref_84 choices: @@ -2464,33 +1819,21 @@ schemas: default: name: Creating description: '' - go: - name: DeploymentResourceProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: DeploymentResourceProvisioningStateUpdating - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: DeploymentResourceProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: DeploymentResourceProvisioningStateFailed - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2499,10 +1842,6 @@ schemas: default: name: DeploymentResourceProvisioningState description: Provisioning state of the Deployment - go: - name: DeploymentResourceProvisioningState - description: Provisioning state of the Deployment - possibleValuesFunc: PossibleDeploymentResourceProvisioningStateValues protocol: {} - &ref_85 choices: @@ -2511,57 +1850,36 @@ schemas: default: name: Unknown description: '' - go: - name: DeploymentResourceStatusUnknown - description: '' - value: Stopped language: default: name: Stopped description: '' - go: - name: DeploymentResourceStatusStopped - description: '' - value: Running language: default: name: Running description: '' - go: - name: DeploymentResourceStatusRunning - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: DeploymentResourceStatusFailed - description: '' - value: Allocating language: default: name: Allocating description: '' - go: - name: DeploymentResourceStatusAllocating - description: '' - value: Upgrading language: default: name: Upgrading description: '' - go: - name: DeploymentResourceStatusUpgrading - description: '' - value: Compiling language: default: name: Compiling description: '' - go: - name: DeploymentResourceStatusCompiling - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2570,21 +1888,14 @@ schemas: default: name: DeploymentResourceStatus description: Status of the Deployment - go: - name: DeploymentResourceStatus - description: Status of the Deployment - possibleValuesFunc: PossibleDeploymentResourceStatusValues protocol: {} - - &ref_183 + - &ref_182 choices: - value: Internal language: default: name: Internal description: '' - go: - name: ActionTypeInternal - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2593,37 +1904,24 @@ schemas: default: name: ActionType description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - go: - name: ActionType - description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - possibleValuesFunc: PossibleActionTypeValues protocol: {} - - &ref_209 + - &ref_208 choices: - value: Java_8 language: default: name: Java8 description: '' - go: - name: SupportedRuntimeValueJava8 - description: '' - value: Java_11 language: default: name: Java11 description: '' - go: - name: SupportedRuntimeValueJava11 - description: '' - value: NetCore_31 language: default: name: NetCore31 description: '' - go: - name: SupportedRuntimeValueNetCore31 - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2632,29 +1930,19 @@ schemas: default: name: SupportedRuntimeValue description: The raw value which could be passed to deployment CRUD operations. - go: - name: SupportedRuntimeValue - description: The raw value which could be passed to deployment CRUD operations. - possibleValuesFunc: PossibleSupportedRuntimeValueValues protocol: {} - - &ref_210 + - &ref_209 choices: - value: Java language: default: name: Java description: '' - go: - name: SupportedRuntimePlatformJava - description: '' - value: .NET Core language: default: name: NETCore description: '' - go: - name: SupportedRuntimePlatformNETCore - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2663,37 +1951,24 @@ schemas: default: name: SupportedRuntimePlatform description: 'The platform of this runtime version (possible values: "Java" or ".NET").' - go: - name: SupportedRuntimePlatform - description: 'The platform of this runtime version (possible values: "Java" or ".NET").' - possibleValuesFunc: PossibleSupportedRuntimePlatformValues protocol: {} - - &ref_219 + - &ref_218 choices: - value: None language: default: name: None description: '' - go: - name: SKUScaleTypeNone - description: '' - value: Manual language: default: name: Manual description: '' - go: - name: SKUScaleTypeManual - description: '' - value: Automatic language: default: name: Automatic description: '' - go: - name: SKUScaleTypeAutomatic - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2702,29 +1977,19 @@ schemas: default: name: SkuScaleType description: Gets or sets the type of the scale. - go: - name: SKUScaleType - description: Gets or sets the type of the scale. - possibleValuesFunc: PossibleSKUScaleTypeValues protocol: {} - - &ref_226 + - &ref_225 choices: - value: Location language: default: name: Location description: '' - go: - name: ResourceSKURestrictionsTypeLocation - description: '' - value: Zone language: default: name: Zone description: '' - go: - name: ResourceSKURestrictionsTypeZone - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2733,29 +1998,19 @@ schemas: default: name: ResourceSkuRestrictionsType description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' - go: - name: ResourceSKURestrictionsType - description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' - possibleValuesFunc: PossibleResourceSKURestrictionsTypeValues protocol: {} - - &ref_230 + - &ref_229 choices: - value: QuotaId language: default: name: QuotaId description: '' - go: - name: ResourceSKURestrictionsReasonCodeQuotaID - description: '' - value: NotAvailableForSubscription language: default: name: NotAvailableForSubscription description: '' - go: - name: ResourceSKURestrictionsReasonCodeNotAvailableForSubscription - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2764,13 +2019,9 @@ schemas: default: name: ResourceSkuRestrictionsReasonCode description: 'Gets the reason for restriction. Possible values include: ''QuotaId'', ''NotAvailableForSubscription''' - go: - name: ResourceSKURestrictionsReasonCode - description: 'Gets the reason for restriction. Possible values include: ''QuotaId'', ''NotAvailableForSubscription''' - possibleValuesFunc: PossibleResourceSKURestrictionsReasonCodeValues protocol: {} constants: - - &ref_278 + - &ref_277 type: constant value: value: 2020-11-01-preview @@ -2779,11 +2030,8 @@ schemas: default: name: ApiVersion20201101Preview description: Api Version (2020-11-01-preview) - go: - name: string - description: Api Version (2020-11-01-preview) protocol: {} - - &ref_282 + - &ref_281 type: constant value: value: application/json @@ -2792,9 +2040,6 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} dictionaries: - &ref_107 @@ -2804,11 +2049,6 @@ schemas: default: name: TrackedResourceTags description: Tags of the service which is a list of key value pairs that describe the resource. - go: - name: map[string]*string - description: Tags of the service which is a list of key value pairs that describe the resource. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_56 type: dictionary @@ -2818,19 +2058,11 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} language: default: name: BindingResourcePropertiesBindingParameters description: Binding parameters of the Binding resource - go: - name: map[string]any - description: Binding parameters of the Binding resource - elementIsPtr: false - marshallingFormat: json protocol: {} - &ref_82 type: dictionary @@ -2839,11 +2071,6 @@ schemas: default: name: DeploymentSettingsEnvironmentVariables description: Collection of environment variables - go: - name: map[string]*string - description: Collection of environment variables - elementIsPtr: true - marshallingFormat: json protocol: {} any: - *ref_2 @@ -2857,10 +2084,6 @@ schemas: default: name: AppResourcePropertiesCreatedTime description: Date time when the resource is created - go: - name: time.Time - description: Date time when the resource is created - internalTimeType: timeRFC3339 protocol: {} - &ref_87 type: date-time @@ -2871,10 +2094,6 @@ schemas: default: name: DeploymentResourcePropertiesCreatedTime description: Date time when the resource is created - go: - name: time.Time - description: Date time when the resource is created - internalTimeType: timeRFC3339 protocol: {} objects: - &ref_3 @@ -2919,7 +2138,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_138 + - schema: &ref_137 type: object apiVersions: - version: 2020-11-01-preview @@ -2931,9 +2150,6 @@ schemas: default: name: provisioningState description: State of the config server. - go: - name: ProvisioningState - description: READ-ONLY; State of the config server. protocol: {} - schema: &ref_30 type: object @@ -2946,9 +2162,6 @@ schemas: default: name: code description: The code of error. - go: - name: Code - description: The code of error. protocol: {} - schema: *ref_9 serializedName: message @@ -2956,9 +2169,6 @@ schemas: default: name: message description: The message of error. - go: - name: Message - description: The message of error. protocol: {} serializationFormats: - json @@ -2970,36 +2180,28 @@ schemas: name: Error description: The error code compose of code and message. namespace: '' - go: - name: Error - description: Error - The error code compose of code and message. - marshallingFormat: json - namespace: '' protocol: {} serializedName: error language: default: name: error description: Error when apply config server settings. - go: - name: Error - description: Error when apply config server settings. protocol: {} - - schema: &ref_139 + - schema: &ref_138 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_140 + - schema: &ref_139 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_246 + - schema: &ref_245 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_141 + elementType: &ref_140 type: object apiVersions: - version: 2020-11-01-preview @@ -3011,11 +2213,8 @@ schemas: default: name: name description: Name of the repository - go: - name: Name - description: REQUIRED; Name of the repository protocol: {} - - schema: &ref_244 + - schema: &ref_243 type: array apiVersions: - version: 2020-11-01-preview @@ -3024,11 +2223,6 @@ schemas: default: name: GitPatternRepositoryPattern description: Collection of pattern of the repository - go: - name: '[]*string' - description: Collection of pattern of the repository - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: pattern @@ -3036,10 +2230,6 @@ schemas: default: name: pattern description: Collection of pattern of the repository - go: - name: Pattern - description: Collection of pattern of the repository - byValue: true protocol: {} - schema: *ref_12 required: true @@ -3048,9 +2238,6 @@ schemas: default: name: uri description: URI of the repository - go: - name: URI - description: REQUIRED; URI of the repository protocol: {} - schema: *ref_13 required: false @@ -3059,11 +2246,8 @@ schemas: default: name: label description: Label of the repository - go: - name: Label - description: Label of the repository protocol: {} - - schema: &ref_245 + - schema: &ref_244 type: array apiVersions: - version: 2020-11-01-preview @@ -3072,11 +2256,6 @@ schemas: default: name: GitPatternRepositorySearchPaths description: Searching path of the repository - go: - name: '[]*string' - description: Searching path of the repository - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: searchPaths @@ -3084,10 +2263,6 @@ schemas: default: name: searchPaths description: Searching path of the repository - go: - name: SearchPaths - description: Searching path of the repository - byValue: true protocol: {} - schema: *ref_15 required: false @@ -3096,9 +2271,6 @@ schemas: default: name: username description: Username of git repository basic auth. - go: - name: Username - description: Username of git repository basic auth. protocol: {} - schema: *ref_16 required: false @@ -3107,9 +2279,6 @@ schemas: default: name: password description: Password of git repository basic auth. - go: - name: Password - description: Password of git repository basic auth. protocol: {} - schema: *ref_17 required: false @@ -3118,9 +2287,6 @@ schemas: default: name: hostKey description: Public sshKey of git repository. - go: - name: HostKey - description: Public sshKey of git repository. protocol: {} - schema: *ref_18 required: false @@ -3129,9 +2295,6 @@ schemas: default: name: hostKeyAlgorithm description: SshKey algorithm of git repository. - go: - name: HostKeyAlgorithm - description: SshKey algorithm of git repository. protocol: {} - schema: *ref_19 required: false @@ -3140,9 +2303,6 @@ schemas: default: name: privateKey description: Private sshKey algorithm of git repository. - go: - name: PrivateKey - description: Private sshKey algorithm of git repository. protocol: {} - schema: *ref_20 required: false @@ -3151,9 +2311,6 @@ schemas: default: name: strictHostKeyChecking description: Strict host key checking or not. - go: - name: StrictHostKeyChecking - description: Strict host key checking or not. protocol: {} serializationFormats: - json @@ -3165,22 +2322,11 @@ schemas: name: GitPatternRepository description: Git repository property payload namespace: '' - go: - name: GitPatternRepository - description: GitPatternRepository - Git repository property payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ConfigServerGitPropertyRepositories description: Repositories of git. - go: - name: '[]*GitPatternRepository' - description: Repositories of git. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: repositories @@ -3188,10 +2334,6 @@ schemas: default: name: repositories description: Repositories of git. - go: - name: Repositories - description: Repositories of git. - byValue: true protocol: {} - schema: *ref_21 required: true @@ -3200,9 +2342,6 @@ schemas: default: name: uri description: URI of the repository - go: - name: URI - description: REQUIRED; URI of the repository protocol: {} - schema: *ref_22 required: false @@ -3211,11 +2350,8 @@ schemas: default: name: label description: Label of the repository - go: - name: Label - description: Label of the repository protocol: {} - - schema: &ref_247 + - schema: &ref_246 type: array apiVersions: - version: 2020-11-01-preview @@ -3224,11 +2360,6 @@ schemas: default: name: ConfigServerGitPropertySearchPaths description: Searching path of the repository - go: - name: '[]*string' - description: Searching path of the repository - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: searchPaths @@ -3236,10 +2367,6 @@ schemas: default: name: searchPaths description: Searching path of the repository - go: - name: SearchPaths - description: Searching path of the repository - byValue: true protocol: {} - schema: *ref_24 required: false @@ -3248,9 +2375,6 @@ schemas: default: name: username description: Username of git repository basic auth. - go: - name: Username - description: Username of git repository basic auth. protocol: {} - schema: *ref_25 required: false @@ -3259,9 +2383,6 @@ schemas: default: name: password description: Password of git repository basic auth. - go: - name: Password - description: Password of git repository basic auth. protocol: {} - schema: *ref_26 required: false @@ -3270,9 +2391,6 @@ schemas: default: name: hostKey description: Public sshKey of git repository. - go: - name: HostKey - description: Public sshKey of git repository. protocol: {} - schema: *ref_27 required: false @@ -3281,9 +2399,6 @@ schemas: default: name: hostKeyAlgorithm description: SshKey algorithm of git repository. - go: - name: HostKeyAlgorithm - description: SshKey algorithm of git repository. protocol: {} - schema: *ref_28 required: false @@ -3292,9 +2407,6 @@ schemas: default: name: privateKey description: Private sshKey algorithm of git repository. - go: - name: PrivateKey - description: Private sshKey algorithm of git repository. protocol: {} - schema: *ref_20 required: false @@ -3303,9 +2415,6 @@ schemas: default: name: strictHostKeyChecking description: Strict host key checking or not. - go: - name: StrictHostKeyChecking - description: Strict host key checking or not. protocol: {} serializationFormats: - json @@ -3317,21 +2426,12 @@ schemas: name: ConfigServerGitProperty description: Property of git. namespace: '' - go: - name: ConfigServerGitProperty - description: ConfigServerGitProperty - Property of git. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: gitProperty language: default: name: gitProperty description: Property of git environment. - go: - name: GitProperty - description: Property of git environment. protocol: {} serializationFormats: - json @@ -3343,20 +2443,12 @@ schemas: name: ConfigServerSettings description: The settings of config server. namespace: '' - go: - name: ConfigServerSettings - description: ConfigServerSettings - The settings of config server. - marshallingFormat: json - namespace: '' protocol: {} serializedName: configServer language: default: name: configServer description: Settings of config server. - go: - name: ConfigServer - description: Settings of config server. protocol: {} serializationFormats: - json @@ -3368,11 +2460,6 @@ schemas: name: ConfigServerProperties description: Config server git properties payload namespace: '' - go: - name: ConfigServerProperties - description: ConfigServerProperties - Config server git properties payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -3381,9 +2468,6 @@ schemas: default: name: properties description: Properties of the Config Server resource - go: - name: Properties - description: Properties of the Config Server resource protocol: {} serializationFormats: - json @@ -3395,12 +2479,6 @@ schemas: name: ConfigServerResource description: Config Server resource namespace: '' - go: - name: ConfigServerResource - description: ConfigServerResource - Config Server resource - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_97 type: object @@ -3413,7 +2491,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_147 + - schema: &ref_146 type: object apiVersions: - version: 2020-11-01-preview @@ -3425,9 +2503,6 @@ schemas: default: name: provisioningState description: State of the Monitoring Setting. - go: - name: ProvisioningState - description: READ-ONLY; State of the Monitoring Setting. protocol: {} - schema: *ref_30 serializedName: error @@ -3435,9 +2510,6 @@ schemas: default: name: error description: Error when apply Monitoring Setting changes. - go: - name: Error - description: Error when apply Monitoring Setting changes. protocol: {} - schema: *ref_31 serializedName: traceEnabled @@ -3447,13 +2519,6 @@ schemas: description: >- Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not - go: - name: TraceEnabled - description: >- - Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings - enabled - - or not protocol: {} - schema: *ref_32 serializedName: appInsightsInstrumentationKey @@ -3461,9 +2526,6 @@ schemas: default: name: appInsightsInstrumentationKey description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings - go: - name: AppInsightsInstrumentationKey - description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings protocol: {} - schema: *ref_33 serializedName: appInsightsSamplingRate @@ -3471,11 +2533,8 @@ schemas: default: name: appInsightsSamplingRate description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] - go: - name: AppInsightsSamplingRate - description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] protocol: {} - - schema: &ref_148 + - schema: &ref_147 type: object apiVersions: - version: 2020-11-01-preview @@ -3487,9 +2546,6 @@ schemas: default: name: java description: Indicates the version of application insight java agent - go: - name: Java - description: READ-ONLY; Indicates the version of application insight java agent protocol: {} serializationFormats: - json @@ -3501,20 +2557,12 @@ schemas: name: ApplicationInsightsAgentVersions description: Application Insights agent versions properties payload namespace: '' - go: - name: ApplicationInsightsAgentVersions - description: ApplicationInsightsAgentVersions - Application Insights agent versions properties payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: appInsightsAgentVersions language: default: name: appInsightsAgentVersions description: Indicates the versions of application insight agent - go: - name: AppInsightsAgentVersions - description: Indicates the versions of application insight agent protocol: {} serializationFormats: - json @@ -3526,11 +2574,6 @@ schemas: name: MonitoringSettingProperties description: Monitoring Setting properties payload namespace: '' - go: - name: MonitoringSettingProperties - description: MonitoringSettingProperties - Monitoring Setting properties payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -3539,9 +2582,6 @@ schemas: default: name: properties description: Properties of the Monitoring Setting resource - go: - name: Properties - description: Properties of the Monitoring Setting resource protocol: {} serializationFormats: - json @@ -3553,12 +2593,6 @@ schemas: name: MonitoringSettingResource description: Monitoring Setting resource namespace: '' - go: - name: MonitoringSettingResource - description: MonitoringSettingResource - Monitoring Setting resource - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_98 type: object @@ -3571,7 +2605,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_149 + - schema: &ref_148 type: object apiVersions: - version: 2020-11-01-preview @@ -3582,9 +2616,6 @@ schemas: default: name: public description: Indicates whether the App exposes public endpoint - go: - name: Public - description: Indicates whether the App exposes public endpoint protocol: {} - schema: *ref_36 readOnly: true @@ -3593,9 +2624,6 @@ schemas: default: name: url description: URL of the App - go: - name: URL - description: READ-ONLY; URL of the App protocol: {} - schema: *ref_37 readOnly: true @@ -3604,9 +2632,6 @@ schemas: default: name: provisioningState description: Provisioning state of the App - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the App protocol: {} - schema: *ref_38 serializedName: activeDeploymentName @@ -3614,9 +2639,6 @@ schemas: default: name: activeDeploymentName description: Name of the active deployment of the App - go: - name: ActiveDeploymentName - description: Name of the active deployment of the App protocol: {} - schema: *ref_39 serializedName: fqdn @@ -3628,9 +2650,6 @@ schemas: default: name: fqdn description: Fully qualified dns Name. - go: - name: Fqdn - description: Fully qualified dns Name. protocol: {} - schema: *ref_40 serializedName: httpsOnly @@ -3638,9 +2657,6 @@ schemas: default: name: httpsOnly description: Indicate if only https is allowed. - go: - name: HTTPSOnly - description: Indicate if only https is allowed. protocol: {} - schema: *ref_41 readOnly: true @@ -3649,11 +2665,8 @@ schemas: default: name: createdTime description: Date time when the resource is created - go: - name: CreatedTime - description: READ-ONLY; Date time when the resource is created protocol: {} - - schema: &ref_150 + - schema: &ref_149 type: object apiVersions: - version: 2020-11-01-preview @@ -3664,9 +2677,6 @@ schemas: default: name: sizeInGB description: Size of the temporary disk in GB - go: - name: SizeInGB - description: Size of the temporary disk in GB protocol: {} - schema: *ref_43 serializedName: mountPath @@ -3674,9 +2684,6 @@ schemas: default: name: mountPath description: Mount path of the temporary disk - go: - name: MountPath - description: Mount path of the temporary disk protocol: {} serializationFormats: - json @@ -3688,22 +2695,14 @@ schemas: name: TemporaryDisk description: Temporary disk payload namespace: '' - go: - name: TemporaryDisk - description: TemporaryDisk - Temporary disk payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: temporaryDisk language: default: name: temporaryDisk description: Temporary disk settings - go: - name: TemporaryDisk - description: Temporary disk settings protocol: {} - - schema: &ref_151 + - schema: &ref_150 type: object apiVersions: - version: 2020-11-01-preview @@ -3714,9 +2713,6 @@ schemas: default: name: sizeInGB description: Size of the persistent disk in GB - go: - name: SizeInGB - description: Size of the persistent disk in GB protocol: {} - schema: *ref_45 readOnly: true @@ -3725,9 +2721,6 @@ schemas: default: name: usedInGB description: Size of the used persistent disk in GB - go: - name: UsedInGB - description: READ-ONLY; Size of the used persistent disk in GB protocol: {} - schema: *ref_46 serializedName: mountPath @@ -3735,9 +2728,6 @@ schemas: default: name: mountPath description: Mount path of the persistent disk - go: - name: MountPath - description: Mount path of the persistent disk protocol: {} serializationFormats: - json @@ -3749,20 +2739,12 @@ schemas: name: PersistentDisk description: Persistent disk payload namespace: '' - go: - name: PersistentDisk - description: PersistentDisk - Persistent disk payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: persistentDisk language: default: name: persistentDisk description: Persistent disk settings - go: - name: PersistentDisk - description: Persistent disk settings protocol: {} - schema: *ref_47 serializedName: enableEndToEndTLS @@ -3770,9 +2752,6 @@ schemas: default: name: enableEndToEndTLS description: Indicate if end to end TLS is enabled. - go: - name: EnableEndToEndTLS - description: Indicate if end to end TLS is enabled. protocol: {} serializationFormats: - json @@ -3784,12 +2763,6 @@ schemas: name: AppResourceProperties description: App resource properties payload namespace: '' - go: - name: AppResourceProperties - description: AppResourceProperties - App resource properties payload - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -3798,11 +2771,8 @@ schemas: default: name: properties description: Properties of the App resource - go: - name: Properties - description: Properties of the App resource protocol: {} - - schema: &ref_152 + - schema: &ref_151 type: object apiVersions: - version: 2020-11-01-preview @@ -3813,9 +2783,6 @@ schemas: default: name: type description: Type of the managed identity - go: - name: Type - description: Type of the managed identity protocol: {} - schema: *ref_49 serializedName: principalId @@ -3823,9 +2790,6 @@ schemas: default: name: principalId description: Principal Id - go: - name: PrincipalID - description: Principal Id protocol: {} - schema: *ref_50 serializedName: tenantId @@ -3833,9 +2797,6 @@ schemas: default: name: tenantId description: Tenant Id - go: - name: TenantID - description: Tenant Id protocol: {} serializationFormats: - json @@ -3847,20 +2808,12 @@ schemas: name: ManagedIdentityProperties description: Managed identity properties retrieved from ARM request headers. namespace: '' - go: - name: ManagedIdentityProperties - description: ManagedIdentityProperties - Managed identity properties retrieved from ARM request headers. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The Managed Identity type of the app resource - go: - name: Identity - description: The Managed Identity type of the app resource protocol: {} - schema: *ref_51 serializedName: location @@ -3868,9 +2821,6 @@ schemas: default: name: location description: The GEO location of the application, always the same with its parent resource - go: - name: Location - description: The GEO location of the application, always the same with its parent resource protocol: {} serializationFormats: - json @@ -3882,12 +2832,6 @@ schemas: name: AppResource description: App resource payload namespace: '' - go: - name: AppResource - description: AppResource - App resource payload - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_99 type: object @@ -3900,7 +2844,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_156 + - schema: &ref_155 type: object apiVersions: - version: 2020-11-01-preview @@ -3912,9 +2856,6 @@ schemas: default: name: resourceName description: The name of the bound resource - go: - name: ResourceName - description: READ-ONLY; The name of the bound resource protocol: {} - schema: *ref_53 readOnly: true @@ -3923,9 +2864,6 @@ schemas: default: name: resourceType description: The standard Azure resource type of the bound resource - go: - name: ResourceType - description: READ-ONLY; The standard Azure resource type of the bound resource protocol: {} - schema: *ref_54 serializedName: resourceId @@ -3933,9 +2871,6 @@ schemas: default: name: resourceId description: The Azure resource id of the bound resource - go: - name: ResourceID - description: The Azure resource id of the bound resource protocol: {} - schema: *ref_55 serializedName: key @@ -3943,23 +2878,13 @@ schemas: default: name: key description: The key of the bound resource - go: - name: Key - description: The key of the bound resource protocol: {} - schema: *ref_56 serializedName: bindingParameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: bindingParameters description: Binding parameters of the Binding resource - go: - name: BindingParameters - description: Binding parameters of the Binding resource - byValue: true protocol: {} - schema: *ref_57 readOnly: true @@ -3968,9 +2893,6 @@ schemas: default: name: generatedProperties description: The generated Spring Boot property file for this binding. The secret will be deducted. - go: - name: GeneratedProperties - description: READ-ONLY; The generated Spring Boot property file for this binding. The secret will be deducted. protocol: {} - schema: *ref_58 readOnly: true @@ -3979,9 +2901,6 @@ schemas: default: name: createdAt description: Creation time of the Binding resource - go: - name: CreatedAt - description: READ-ONLY; Creation time of the Binding resource protocol: {} - schema: *ref_59 readOnly: true @@ -3990,9 +2909,6 @@ schemas: default: name: updatedAt description: Update time of the Binding resource - go: - name: UpdatedAt - description: READ-ONLY; Update time of the Binding resource protocol: {} serializationFormats: - json @@ -4004,12 +2920,6 @@ schemas: name: BindingResourceProperties description: Binding resource properties payload namespace: '' - go: - name: BindingResourceProperties - description: BindingResourceProperties - Binding resource properties payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -4018,9 +2928,6 @@ schemas: default: name: properties description: Properties of the Binding resource - go: - name: Properties - description: Properties of the Binding resource protocol: {} serializationFormats: - json @@ -4032,12 +2939,6 @@ schemas: name: BindingResource description: Binding resource payload namespace: '' - go: - name: BindingResource - description: BindingResource - Binding resource payload - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_100 type: object @@ -4050,7 +2951,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_158 + - schema: &ref_157 type: object apiVersions: - version: 2020-11-01-preview @@ -4063,9 +2964,6 @@ schemas: default: name: thumbprint description: The thumbprint of certificate. - go: - name: Thumbprint - description: READ-ONLY; The thumbprint of certificate. protocol: {} - schema: *ref_61 required: true @@ -4074,9 +2972,6 @@ schemas: default: name: vaultUri description: The vault uri of user key vault. - go: - name: VaultURI - description: REQUIRED; The vault uri of user key vault. protocol: {} - schema: *ref_62 required: true @@ -4085,9 +2980,6 @@ schemas: default: name: keyVaultCertName description: The certificate name of key vault. - go: - name: KeyVaultCertName - description: REQUIRED; The certificate name of key vault. protocol: {} - schema: *ref_63 required: false @@ -4096,9 +2988,6 @@ schemas: default: name: certVersion description: The certificate version of key vault. - go: - name: CertVersion - description: The certificate version of key vault. protocol: {} - schema: *ref_64 readOnly: true @@ -4108,9 +2997,6 @@ schemas: default: name: issuer description: The issuer of certificate. - go: - name: Issuer - description: READ-ONLY; The issuer of certificate. protocol: {} - schema: *ref_65 readOnly: true @@ -4120,9 +3006,6 @@ schemas: default: name: issuedDate description: The issue date of certificate. - go: - name: IssuedDate - description: READ-ONLY; The issue date of certificate. protocol: {} - schema: *ref_66 readOnly: true @@ -4132,9 +3015,6 @@ schemas: default: name: expirationDate description: The expiration date of certificate. - go: - name: ExpirationDate - description: READ-ONLY; The expiration date of certificate. protocol: {} - schema: *ref_67 readOnly: true @@ -4144,9 +3024,6 @@ schemas: default: name: activateDate description: The activate date of certificate. - go: - name: ActivateDate - description: READ-ONLY; The activate date of certificate. protocol: {} - schema: *ref_68 readOnly: true @@ -4156,11 +3033,8 @@ schemas: default: name: subjectName description: The subject name of certificate. - go: - name: SubjectName - description: READ-ONLY; The subject name of certificate. protocol: {} - - schema: &ref_252 + - schema: &ref_251 type: array apiVersions: - version: 2020-11-01-preview @@ -4169,11 +3043,6 @@ schemas: default: name: CertificatePropertiesDnsNames description: The domain list of certificate. - go: - name: '[]*string' - description: The domain list of certificate. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true required: false @@ -4182,10 +3051,6 @@ schemas: default: name: dnsNames description: The domain list of certificate. - go: - name: DNSNames - description: READ-ONLY; The domain list of certificate. - byValue: true protocol: {} serializationFormats: - json @@ -4197,12 +3062,6 @@ schemas: name: CertificateProperties description: Certificate resource payload. namespace: '' - go: - name: CertificateProperties - description: CertificateProperties - Certificate resource payload. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -4211,9 +3070,6 @@ schemas: default: name: properties description: Properties of the certificate resource payload. - go: - name: Properties - description: Properties of the certificate resource payload. protocol: {} serializationFormats: - json @@ -4225,11 +3081,6 @@ schemas: name: CertificateResource description: Certificate resource payload. namespace: '' - go: - name: CertificateResource - description: CertificateResource - Certificate resource payload. - marshallingFormat: json - namespace: '' protocol: {} - &ref_101 type: object @@ -4242,7 +3093,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_165 + - schema: &ref_164 type: object apiVersions: - version: 2020-11-01-preview @@ -4253,9 +3104,6 @@ schemas: default: name: thumbprint description: The thumbprint of bound certificate. - go: - name: Thumbprint - description: The thumbprint of bound certificate. protocol: {} - schema: *ref_71 readOnly: true @@ -4264,9 +3112,6 @@ schemas: default: name: appName description: The app name of domain. - go: - name: AppName - description: READ-ONLY; The app name of domain. protocol: {} - schema: *ref_72 serializedName: certName @@ -4274,9 +3119,6 @@ schemas: default: name: certName description: The bound certificate name of domain. - go: - name: CertName - description: The bound certificate name of domain. protocol: {} serializationFormats: - json @@ -4288,11 +3130,6 @@ schemas: name: CustomDomainProperties description: Custom domain of app resource payload. namespace: '' - go: - name: CustomDomainProperties - description: CustomDomainProperties - Custom domain of app resource payload. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -4301,9 +3138,6 @@ schemas: default: name: properties description: Properties of the custom domain resource. - go: - name: Properties - description: Properties of the custom domain resource. protocol: {} serializationFormats: - json @@ -4315,12 +3149,6 @@ schemas: name: CustomDomainResource description: Custom domain resource payload. namespace: '' - go: - name: CustomDomainResource - description: CustomDomainResource - Custom domain resource payload. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_102 type: object @@ -4333,12 +3161,12 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_170 + - schema: &ref_169 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_171 + - schema: &ref_170 type: object apiVersions: - version: 2020-11-01-preview @@ -4349,9 +3177,6 @@ schemas: default: name: type description: Type of the source uploaded - go: - name: Type - description: Type of the source uploaded protocol: {} - schema: *ref_74 serializedName: relativePath @@ -4359,9 +3184,6 @@ schemas: default: name: relativePath description: Relative path of the storage which stores the source - go: - name: RelativePath - description: Relative path of the storage which stores the source protocol: {} - schema: *ref_75 serializedName: version @@ -4369,9 +3191,6 @@ schemas: default: name: version description: Version of the source - go: - name: Version - description: Version of the source protocol: {} - schema: *ref_76 serializedName: artifactSelector @@ -4379,9 +3198,6 @@ schemas: default: name: artifactSelector description: "Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project." - go: - name: ArtifactSelector - description: Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project. protocol: {} serializationFormats: - json @@ -4393,20 +3209,12 @@ schemas: name: UserSourceInfo description: Source information for a deployment namespace: '' - go: - name: UserSourceInfo - description: UserSourceInfo - Source information for a deployment - marshallingFormat: json - namespace: '' protocol: {} serializedName: source language: default: name: source description: Uploaded source information of the deployment. - go: - name: Source - description: Uploaded source information of the deployment. protocol: {} - schema: *ref_77 readOnly: true @@ -4415,11 +3223,8 @@ schemas: default: name: appName description: App name of the deployment - go: - name: AppName - description: READ-ONLY; App name of the deployment protocol: {} - - schema: &ref_172 + - schema: &ref_171 type: object apiVersions: - version: 2020-11-01-preview @@ -4430,9 +3235,6 @@ schemas: default: name: cpu description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) - go: - name: CPU - description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) protocol: {} - schema: *ref_79 serializedName: memoryInGB @@ -4440,9 +3242,6 @@ schemas: default: name: memoryInGB description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) - go: - name: MemoryInGB - description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) protocol: {} - schema: *ref_80 serializedName: jvmOptions @@ -4450,9 +3249,6 @@ schemas: default: name: jvmOptions description: JVM parameter - go: - name: JvmOptions - description: JVM parameter protocol: {} - schema: *ref_81 serializedName: netCoreMainEntryPath @@ -4460,23 +3256,13 @@ schemas: default: name: netCoreMainEntryPath description: The path to the .NET executable relative to zip root - go: - name: NetCoreMainEntryPath - description: The path to the .NET executable relative to zip root protocol: {} - schema: *ref_82 serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: environmentVariables description: Collection of environment variables - go: - name: EnvironmentVariables - description: Collection of environment variables - byValue: true protocol: {} - schema: *ref_83 serializedName: runtimeVersion @@ -4484,9 +3270,6 @@ schemas: default: name: runtimeVersion description: Runtime version - go: - name: RuntimeVersion - description: Runtime version protocol: {} serializationFormats: - json @@ -4498,21 +3281,12 @@ schemas: name: DeploymentSettings description: Deployment settings payload namespace: '' - go: - name: DeploymentSettings - description: DeploymentSettings - Deployment settings payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: deploymentSettings language: default: name: deploymentSettings description: Deployment settings of the Deployment - go: - name: DeploymentSettings - description: Deployment settings of the Deployment protocol: {} - schema: *ref_84 readOnly: true @@ -4521,9 +3295,6 @@ schemas: default: name: provisioningState description: Provisioning state of the Deployment - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the Deployment protocol: {} - schema: *ref_85 readOnly: true @@ -4532,9 +3303,6 @@ schemas: default: name: status description: Status of the Deployment - go: - name: Status - description: READ-ONLY; Status of the Deployment protocol: {} - schema: *ref_86 readOnly: true @@ -4543,9 +3311,6 @@ schemas: default: name: active description: Indicates whether the Deployment is active - go: - name: Active - description: READ-ONLY; Indicates whether the Deployment is active protocol: {} - schema: *ref_87 readOnly: true @@ -4554,15 +3319,12 @@ schemas: default: name: createdTime description: Date time when the resource is created - go: - name: CreatedTime - description: READ-ONLY; Date time when the resource is created protocol: {} - - schema: &ref_255 + - schema: &ref_254 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_173 + elementType: &ref_172 type: object apiVersions: - version: 2020-11-01-preview @@ -4574,9 +3336,6 @@ schemas: default: name: name description: Name of the deployment instance - go: - name: Name - description: READ-ONLY; Name of the deployment instance protocol: {} - schema: *ref_89 readOnly: true @@ -4585,9 +3344,6 @@ schemas: default: name: status description: Status of the deployment instance - go: - name: Status - description: READ-ONLY; Status of the deployment instance protocol: {} - schema: *ref_90 readOnly: true @@ -4596,9 +3352,6 @@ schemas: default: name: reason description: Failed reason of the deployment instance - go: - name: Reason - description: READ-ONLY; Failed reason of the deployment instance protocol: {} - schema: *ref_91 readOnly: true @@ -4607,9 +3360,6 @@ schemas: default: name: discoveryStatus description: Discovery status of the deployment instance - go: - name: DiscoveryStatus - description: READ-ONLY; Discovery status of the deployment instance protocol: {} - schema: *ref_92 readOnly: true @@ -4618,9 +3368,6 @@ schemas: default: name: startTime description: Start time of the deployment instance - go: - name: StartTime - description: READ-ONLY; Start time of the deployment instance protocol: {} serializationFormats: - json @@ -4632,21 +3379,11 @@ schemas: name: DeploymentInstance description: Deployment instance payload namespace: '' - go: - name: DeploymentInstance - description: DeploymentInstance - Deployment instance payload - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DeploymentResourcePropertiesInstances description: Collection of instances belong to the Deployment - go: - name: '[]*DeploymentInstance' - description: Collection of instances belong to the Deployment - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: instances @@ -4654,10 +3391,6 @@ schemas: default: name: instances description: Collection of instances belong to the Deployment - go: - name: Instances - description: READ-ONLY; Collection of instances belong to the Deployment - byValue: true protocol: {} serializationFormats: - json @@ -4669,13 +3402,6 @@ schemas: name: DeploymentResourceProperties description: Deployment resource properties payload namespace: '' - go: - name: DeploymentResourceProperties - description: DeploymentResourceProperties - Deployment resource properties payload - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -4684,11 +3410,8 @@ schemas: default: name: properties description: Properties of the Deployment resource - go: - name: Properties - description: Properties of the Deployment resource protocol: {} - - schema: &ref_123 + - schema: &ref_122 type: object apiVersions: - version: 2020-11-01-preview @@ -4699,9 +3422,6 @@ schemas: default: name: name description: Name of the Sku - go: - name: Name - description: Name of the Sku protocol: {} - schema: *ref_94 serializedName: tier @@ -4709,9 +3429,6 @@ schemas: default: name: tier description: Tier of the Sku - go: - name: Tier - description: Tier of the Sku protocol: {} - schema: *ref_95 serializedName: capacity @@ -4719,9 +3436,6 @@ schemas: default: name: capacity description: Current capacity of the target resource - go: - name: Capacity - description: Current capacity of the target resource protocol: {} serializationFormats: - json @@ -4733,20 +3447,12 @@ schemas: name: Sku description: Sku of Azure Spring Cloud namespace: '' - go: - name: SKU - description: SKU - Sku of Azure Spring Cloud - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: default: name: sku description: Sku of the Deployment resource - go: - name: SKU - description: Sku of the Deployment resource protocol: {} serializationFormats: - json @@ -4758,12 +3464,6 @@ schemas: name: DeploymentResource description: Deployment resource payload namespace: '' - go: - name: DeploymentResource - description: DeploymentResource - Deployment resource payload - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} immediate: - *ref_96 @@ -4788,11 +3488,6 @@ schemas: name: ProxyResource description: The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. namespace: '' - go: - name: ProxyResource - description: ProxyResource - The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. - marshallingFormat: json - namespace: '' protocol: {} - *ref_96 - *ref_97 @@ -4812,9 +3507,6 @@ schemas: default: name: id description: Fully qualified resource Id for the resource. - go: - name: ID - description: READ-ONLY; Fully qualified resource Id for the resource. protocol: {} - schema: *ref_104 readOnly: true @@ -4823,9 +3515,6 @@ schemas: default: name: name description: The name of the resource. - go: - name: Name - description: READ-ONLY; The name of the resource. protocol: {} - schema: *ref_105 readOnly: true @@ -4834,9 +3523,6 @@ schemas: default: name: type description: The type of the resource. - go: - name: Type - description: READ-ONLY; The type of the resource. protocol: {} serializationFormats: - json @@ -4850,11 +3536,6 @@ schemas: name: Resource description: The core properties of ARM resources. namespace: '' - go: - name: Resource - description: Resource - The core properties of ARM resources. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_6 @@ -4865,23 +3546,13 @@ schemas: default: name: location description: The GEO location of the resource. - go: - name: Location - description: The GEO location of the resource. protocol: {} - schema: *ref_107 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Tags of the service which is a list of key value pairs that describe the resource. - go: - name: Tags - description: Tags of the service which is a list of key value pairs that describe the resource. - byValue: true protocol: {} serializationFormats: - json @@ -4893,18 +3564,12 @@ schemas: name: TrackedResource description: The resource model definition for a ARM tracked top level resource. namespace: '' - go: - name: TrackedResource - description: TrackedResource - The resource model definition for a ARM tracked top level resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_6 immediate: - *ref_4 properties: - - schema: &ref_124 + - schema: &ref_123 type: object apiVersions: - version: 2020-11-01-preview @@ -4916,11 +3581,8 @@ schemas: default: name: provisioningState description: Provisioning state of the Service - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the Service protocol: {} - - schema: &ref_125 + - schema: &ref_124 type: object apiVersions: - version: 2020-11-01-preview @@ -4935,9 +3597,6 @@ schemas: default: name: serviceRuntimeSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime - go: - name: ServiceRuntimeSubnetID - description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime protocol: {} - schema: *ref_110 serializedName: appSubnetId @@ -4949,9 +3608,6 @@ schemas: default: name: appSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps - go: - name: AppSubnetID - description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps protocol: {} - schema: *ref_111 serializedName: serviceCidr @@ -4963,9 +3619,6 @@ schemas: default: name: serviceCidr description: Azure Spring Cloud service reserved CIDR - go: - name: ServiceCidr - description: Azure Spring Cloud service reserved CIDR protocol: {} - schema: *ref_112 serializedName: serviceRuntimeNetworkResourceGroup @@ -4977,9 +3630,6 @@ schemas: default: name: serviceRuntimeNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime - go: - name: ServiceRuntimeNetworkResourceGroup - description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime protocol: {} - schema: *ref_113 serializedName: appNetworkResourceGroup @@ -4991,16 +3641,13 @@ schemas: default: name: appNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Apps - go: - name: AppNetworkResourceGroup - description: Name of the resource group containing network resources of Azure Spring Cloud Apps protocol: {} - - schema: &ref_126 + - schema: &ref_125 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_239 + - schema: &ref_238 type: array apiVersions: - version: 2020-11-01-preview @@ -5009,11 +3656,6 @@ schemas: default: name: NetworkProfileOutboundIPsPublicIPs description: A list of public IP addresses. - go: - name: '[]*string' - description: A list of public IP addresses. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: publicIPs @@ -5021,88 +3663,59 @@ schemas: default: name: publicIPs description: A list of public IP addresses. - go: - name: PublicIPs - description: READ-ONLY; A list of public IP addresses. - byValue: true protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_115 - anonymous: true language: default: name: NetworkProfileOutboundIPs description: Desired outbound IP resources for Azure Spring Cloud instance. namespace: '' - go: - name: NetworkProfileOutboundIPs - description: NetworkProfileOutboundIPs - Desired outbound IP resources for Azure Spring Cloud instance. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: outboundIPs - extensions: - x-internal-autorest-anonymous-schema: *ref_115 language: default: name: outboundIPs description: Desired outbound IP resources for Azure Spring Cloud instance. - go: - name: OutboundIPs - description: READ-ONLY; Desired outbound IP resources for Azure Spring Cloud instance. protocol: {} - - schema: &ref_242 + - schema: &ref_241 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_127 + elementType: &ref_126 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_116 + - schema: *ref_115 readOnly: true serializedName: protocol language: default: name: protocol description: The protocol of required traffic - go: - name: Protocol - description: READ-ONLY; The protocol of required traffic protocol: {} - - schema: *ref_117 + - schema: *ref_116 readOnly: true serializedName: port language: default: name: port description: The port of required traffic - go: - name: Port - description: READ-ONLY; The port of required traffic protocol: {} - - schema: &ref_240 + - schema: &ref_239 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_118 + elementType: *ref_117 language: default: name: RequiredTrafficIps description: The ip list of required traffic - go: - name: '[]*string' - description: The ip list of required traffic - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: ips @@ -5110,25 +3723,16 @@ schemas: default: name: ips description: The ip list of required traffic - go: - name: IPs - description: READ-ONLY; The ip list of required traffic - byValue: true protocol: {} - - schema: &ref_241 + - schema: &ref_240 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_119 + elementType: *ref_118 language: default: name: RequiredTrafficFqdns description: The FQDN list of required traffic - go: - name: '[]*string' - description: The FQDN list of required traffic - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: fqdns @@ -5136,21 +3740,14 @@ schemas: default: name: fqdns description: The FQDN list of required traffic - go: - name: Fqdns - description: READ-ONLY; The FQDN list of required traffic - byValue: true protocol: {} - - schema: *ref_120 + - schema: *ref_119 readOnly: true serializedName: direction language: default: name: direction description: The direction of required traffic - go: - name: Direction - description: READ-ONLY; The direction of required traffic protocol: {} serializationFormats: - json @@ -5162,22 +3759,11 @@ schemas: name: RequiredTraffic description: Required inbound or outbound traffic for Azure Spring Cloud instance. namespace: '' - go: - name: RequiredTraffic - description: RequiredTraffic - Required inbound or outbound traffic for Azure Spring Cloud instance. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: NetworkProfileRequiredTraffics description: Required inbound or outbound traffics for Azure Spring Cloud instance. - go: - name: '[]*RequiredTraffic' - description: Required inbound or outbound traffics for Azure Spring Cloud instance. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: requiredTraffics @@ -5185,10 +3771,6 @@ schemas: default: name: requiredTraffics description: Required inbound or outbound traffics for Azure Spring Cloud instance. - go: - name: RequiredTraffics - description: READ-ONLY; Required inbound or outbound traffics for Azure Spring Cloud instance. - byValue: true protocol: {} serializationFormats: - json @@ -5200,43 +3782,28 @@ schemas: name: NetworkProfile description: Service network profile payload namespace: '' - go: - name: NetworkProfile - description: NetworkProfile - Service network profile payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile language: default: name: networkProfile description: Network profile of the Service - go: - name: NetworkProfile - description: Network profile of the Service protocol: {} - - schema: *ref_121 + - schema: *ref_120 readOnly: true serializedName: version language: default: name: version description: Version of the Service - go: - name: Version - description: READ-ONLY; Version of the Service protocol: {} - - schema: *ref_122 + - schema: *ref_121 readOnly: true serializedName: serviceId language: default: name: serviceId description: ServiceInstanceEntity GUID which uniquely identifies a created resource - go: - name: ServiceID - description: READ-ONLY; ServiceInstanceEntity GUID which uniquely identifies a created resource protocol: {} serializationFormats: - json @@ -5248,11 +3815,6 @@ schemas: name: ClusterResourceProperties description: Service properties payload namespace: '' - go: - name: ClusterResourceProperties - description: ClusterResourceProperties - Service properties payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -5261,19 +3823,13 @@ schemas: default: name: properties description: Properties of the Service resource - go: - name: Properties - description: Properties of the Service resource protocol: {} - - schema: *ref_123 + - schema: *ref_122 serializedName: sku language: default: name: sku description: Sku of the Service resource - go: - name: SKU - description: Sku of the Service resource protocol: {} serializationFormats: - json @@ -5285,83 +3841,60 @@ schemas: name: ServiceResource description: Service resource namespace: '' - go: - name: ServiceResource - description: ServiceResource - Service resource - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} + - *ref_123 - *ref_124 - *ref_125 - *ref_126 - - *ref_127 - - *ref_123 + - *ref_122 - *ref_4 - *ref_6 - - &ref_285 + - &ref_284 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_131 + - schema: &ref_130 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_128 + - schema: *ref_127 serializedName: code language: default: name: code description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - go: - name: Code - description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. protocol: {} - - schema: *ref_129 + - schema: *ref_128 serializedName: message language: default: name: message description: A message describing the error, intended to be suitable for display in a user interface. - go: - name: Message - description: A message describing the error, intended to be suitable for display in a user interface. protocol: {} - - schema: *ref_130 + - schema: *ref_129 serializedName: target language: default: name: target description: The target of the particular error. For example, the name of the property in error. - go: - name: Target - description: The target of the particular error. For example, the name of the property in error. protocol: {} - - schema: &ref_243 + - schema: &ref_242 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_131 + elementType: *ref_130 language: default: name: CloudErrorBodyDetails description: A list of additional details about the error. - go: - name: '[]*CloudErrorBody' - description: A list of additional details about the error. - elementIsPtr: true protocol: {} serializedName: details language: default: name: details description: A list of additional details about the error. - go: - name: Details - description: A list of additional details about the error. - byValue: true protocol: {} serializationFormats: - json @@ -5374,12 +3907,6 @@ schemas: name: CloudErrorBody description: An error response from the service. namespace: '' - go: - name: CloudErrorBody - description: CloudErrorBody - An error response from the service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: error extensions: @@ -5388,9 +3915,6 @@ schemas: default: name: error description: An error response from the service. - go: - name: Error - description: An error response from the service. protocol: {} serializationFormats: - json @@ -5403,67 +3927,47 @@ schemas: name: CloudError description: An error response from the service. namespace: '' - go: - name: CloudError - description: CloudError - An error response from the service. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_131 - - &ref_322 + - *ref_130 + - &ref_297 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_132 + - schema: *ref_131 serializedName: primaryKey language: default: name: primaryKey description: Primary key - go: - name: PrimaryKey - description: Primary key protocol: {} - - schema: *ref_133 + - schema: *ref_132 serializedName: secondaryKey language: default: name: secondaryKey description: Secondary key - go: - name: SecondaryKey - description: Secondary key protocol: {} - - schema: *ref_134 + - schema: *ref_133 serializedName: primaryTestEndpoint language: default: name: primaryTestEndpoint description: Primary test endpoint - go: - name: PrimaryTestEndpoint - description: Primary test endpoint protocol: {} - - schema: *ref_135 + - schema: *ref_134 serializedName: secondaryTestEndpoint language: default: name: secondaryTestEndpoint description: Secondary test endpoint - go: - name: SecondaryTestEndpoint - description: Secondary test endpoint protocol: {} - - schema: *ref_136 + - schema: *ref_135 serializedName: enabled language: default: name: enabled description: Indicates whether the test endpoint feature enabled or not - go: - name: Enabled - description: Indicates whether the test endpoint feature enabled or not protocol: {} serializationFormats: - json @@ -5474,27 +3978,19 @@ schemas: name: TestKeys description: Test keys payload namespace: '' - go: - name: TestKeys - description: TestKeys - Test keys payload - marshallingFormat: json - namespace: '' protocol: {} - - &ref_328 + - &ref_298 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_137 + - schema: *ref_136 required: true serializedName: keyType language: default: name: keyType description: Type of the test key - go: - name: KeyType - description: REQUIRED; Type of the test key protocol: {} serializationFormats: - json @@ -5505,87 +4001,64 @@ schemas: name: RegenerateTestKeyRequestPayload description: Regenerate test key request payload namespace: '' - go: - name: RegenerateTestKeyRequestPayload - description: RegenerateTestKeyRequestPayload - Regenerate test key request payload - marshallingFormat: json - namespace: '' protocol: {} - *ref_96 - - *ref_138 + - *ref_137 - *ref_30 + - *ref_138 - *ref_139 - *ref_140 - - *ref_141 - *ref_5 - - &ref_405 + - &ref_328 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_142 + - schema: *ref_141 serializedName: isValid language: default: name: isValid description: Indicate if the config server settings are valid - go: - name: IsValid - description: Indicate if the config server settings are valid protocol: {} - - schema: &ref_249 + - schema: &ref_248 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_146 + elementType: &ref_145 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_143 + - schema: *ref_142 serializedName: name language: default: name: name description: The name of the config server settings error record - go: - name: Name - description: The name of the config server settings error record protocol: {} - - schema: *ref_144 + - schema: *ref_143 serializedName: uri language: default: name: uri description: The uri of the config server settings error record - go: - name: URI - description: The uri of the config server settings error record protocol: {} - - schema: &ref_248 + - schema: &ref_247 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_145 + elementType: *ref_144 language: default: name: ConfigServerSettingsErrorRecordMessages description: The detail error messages of the record - go: - name: '[]*string' - description: The detail error messages of the record - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: messages language: default: name: messages description: The detail error messages of the record - go: - name: Messages - description: The detail error messages of the record - byValue: true protocol: {} serializationFormats: - json @@ -5596,32 +4069,17 @@ schemas: name: ConfigServerSettingsErrorRecord description: Error record of the config server settings namespace: '' - go: - name: ConfigServerSettingsErrorRecord - description: ConfigServerSettingsErrorRecord - Error record of the config server settings - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ConfigServerSettingsValidateResultDetails description: The detail validation results - go: - name: '[]*ConfigServerSettingsErrorRecord' - description: The detail validation results - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: details language: default: name: details description: The detail validation results - go: - name: Details - description: The detail validation results - byValue: true protocol: {} serializationFormats: - json @@ -5632,28 +4090,22 @@ schemas: name: ConfigServerSettingsValidateResult description: Validation result for config server settings namespace: '' - go: - name: ConfigServerSettingsValidateResult - description: ConfigServerSettingsValidateResult - Validation result for config server settings - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_146 + - *ref_145 - *ref_97 + - *ref_146 - *ref_147 - - *ref_148 - *ref_98 + - *ref_148 - *ref_149 - *ref_150 - *ref_151 - - *ref_152 - - &ref_486 + - &ref_358 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_250 + - schema: &ref_249 type: array apiVersions: - version: 2020-11-01-preview @@ -5662,31 +4114,19 @@ schemas: default: name: AppResourceCollectionValue description: Collection of App resources - go: - name: '[]*AppResource' - description: Collection of App resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Collection of App resources - go: - name: Value - description: Collection of App resources - byValue: true protocol: {} - - schema: *ref_153 + - schema: *ref_152 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -5697,37 +4137,25 @@ schemas: name: AppResourceCollection description: Object that includes an array of App resources and a possible link for next set namespace: '' - go: - name: AppResourceCollection - description: AppResourceCollection - Object that includes an array of App resources and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_495 + - &ref_362 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_154 + - schema: *ref_153 serializedName: relativePath language: default: name: relativePath description: Source relative path - go: - name: RelativePath - description: Source relative path protocol: {} - - schema: *ref_155 + - schema: *ref_154 serializedName: uploadUrl language: default: name: uploadUrl description: Upload URL - go: - name: UploadURL - description: Upload URL protocol: {} serializationFormats: - json @@ -5738,20 +4166,15 @@ schemas: name: ResourceUploadDefinition description: Resource upload definition payload namespace: '' - go: - name: ResourceUploadDefinition - description: ResourceUploadDefinition - Resource upload definition payload - marshallingFormat: json - namespace: '' protocol: {} - *ref_99 - - *ref_156 - - &ref_560 + - *ref_155 + - &ref_393 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_251 + - schema: &ref_250 type: array apiVersions: - version: 2020-11-01-preview @@ -5760,31 +4183,19 @@ schemas: default: name: BindingResourceCollectionValue description: Collection of Binding resources - go: - name: '[]*BindingResource' - description: Collection of Binding resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Collection of Binding resources - go: - name: Value - description: Collection of Binding resources - byValue: true protocol: {} - - schema: *ref_157 + - schema: *ref_156 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -5795,21 +4206,15 @@ schemas: name: BindingResourceCollection description: Object that includes an array of Binding resources and a possible link for next set namespace: '' - go: - name: BindingResourceCollection - description: BindingResourceCollection - Object that includes an array of Binding resources and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_100 - - *ref_158 - - &ref_596 + - *ref_157 + - &ref_407 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_253 + - schema: &ref_252 type: array apiVersions: - version: 2020-11-01-preview @@ -5818,31 +4223,19 @@ schemas: default: name: CertificateResourceCollectionValue description: The certificate resources list. - go: - name: '[]*CertificateResource' - description: The certificate resources list. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The certificate resources list. - go: - name: Value - description: The certificate resources list. - byValue: true protocol: {} - - schema: *ref_159 + - schema: *ref_158 serializedName: nextLink language: default: name: nextLink description: The link to next page of certificate list. - go: - name: NextLink - description: The link to next page of certificate list. protocol: {} serializationFormats: - json @@ -5853,39 +4246,27 @@ schemas: name: CertificateResourceCollection description: Collection compose of certificate resources list and a possible link for next page. namespace: '' - go: - name: CertificateResourceCollection - description: CertificateResourceCollection - Collection compose of certificate resources list and a possible link for next page. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_350 + - &ref_307 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_160 + - schema: *ref_159 required: true serializedName: type language: default: name: type description: Type of the resource to check name availability - go: - name: Type - description: REQUIRED; Type of the resource to check name availability protocol: {} - - schema: *ref_161 + - schema: *ref_160 required: true serializedName: name language: default: name: name description: Name to be checked - go: - name: Name - description: REQUIRED; Name to be checked protocol: {} serializationFormats: - json @@ -5896,46 +4277,32 @@ schemas: name: NameAvailabilityParameters description: Name availability parameters payload namespace: '' - go: - name: NameAvailabilityParameters - description: NameAvailabilityParameters - Name availability parameters payload - marshallingFormat: json - namespace: '' protocol: {} - - &ref_354 + - &ref_311 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_162 + - schema: *ref_161 serializedName: nameAvailable language: default: name: nameAvailable description: Indicates whether the name is available - go: - name: NameAvailable - description: Indicates whether the name is available protocol: {} - - schema: *ref_163 + - schema: *ref_162 serializedName: reason language: default: name: reason description: Reason why the name is not available - go: - name: Reason - description: Reason why the name is not available protocol: {} - - schema: *ref_164 + - schema: *ref_163 serializedName: message language: default: name: message description: Message why the name is not available - go: - name: Message - description: Message why the name is not available protocol: {} serializationFormats: - json @@ -5946,20 +4313,15 @@ schemas: name: NameAvailability description: Name availability result payload namespace: '' - go: - name: NameAvailability - description: NameAvailability - Name availability result payload - marshallingFormat: json - namespace: '' protocol: {} - *ref_101 - - *ref_165 - - &ref_649 + - *ref_164 + - &ref_431 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_254 + - schema: &ref_253 type: array apiVersions: - version: 2020-11-01-preview @@ -5968,31 +4330,19 @@ schemas: default: name: CustomDomainResourceCollectionValue description: The custom domain resources list. - go: - name: '[]*CustomDomainResource' - description: The custom domain resources list. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The custom domain resources list. - go: - name: Value - description: The custom domain resources list. - byValue: true protocol: {} - - schema: *ref_166 + - schema: *ref_165 serializedName: nextLink language: default: name: nextLink description: The link to next page of custom domain list. - go: - name: NextLink - description: The link to next page of custom domain list. protocol: {} serializationFormats: - json @@ -6003,28 +4353,19 @@ schemas: name: CustomDomainResourceCollection description: Collection compose of a custom domain resources list and a possible link for next page. namespace: '' - go: - name: CustomDomainResourceCollection - description: CustomDomainResourceCollection - Collection compose of a custom domain resources list and a possible link for next page. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_501 + - &ref_363 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_167 + - schema: *ref_166 required: true serializedName: name language: default: name: name description: Name to be validated - go: - name: Name - description: REQUIRED; Name to be validated protocol: {} serializationFormats: - json @@ -6035,36 +4376,25 @@ schemas: name: CustomDomainValidatePayload description: Custom domain validate payload. namespace: '' - go: - name: CustomDomainValidatePayload - description: CustomDomainValidatePayload - Custom domain validate payload. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_507 + - &ref_369 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_168 + - schema: *ref_167 serializedName: isValid language: default: name: isValid description: Indicates if domain name is valid. - go: - name: IsValid - description: Indicates if domain name is valid. protocol: {} - - schema: *ref_169 + - schema: *ref_168 serializedName: message language: default: name: message description: Message of why domain name is invalid. - go: - name: Message - description: Message of why domain name is invalid. protocol: {} serializationFormats: - json @@ -6075,23 +4405,18 @@ schemas: name: CustomDomainValidateResult description: Validation result for custom domain. namespace: '' - go: - name: CustomDomainValidateResult - description: CustomDomainValidateResult - Validation result for custom domain. - marshallingFormat: json - namespace: '' protocol: {} - *ref_102 + - *ref_169 - *ref_170 - *ref_171 - *ref_172 - - *ref_173 - - &ref_706 + - &ref_457 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_257 + - schema: &ref_256 type: array apiVersions: - version: 2020-11-01-preview @@ -6100,31 +4425,19 @@ schemas: default: name: DeploymentResourceCollectionValue description: Collection of Deployment resources - go: - name: '[]*DeploymentResource' - description: Collection of Deployment resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Collection of Deployment resources - go: - name: Value - description: Collection of Deployment resources - byValue: true protocol: {} - - schema: *ref_174 + - schema: *ref_173 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -6135,28 +4448,19 @@ schemas: name: DeploymentResourceCollection description: Object that includes an array of App resources and a possible link for next set namespace: '' - go: - name: DeploymentResourceCollection - description: DeploymentResourceCollection - Object that includes an array of App resources and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_752 + - &ref_478 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_175 + - schema: *ref_174 required: true serializedName: url language: default: name: url description: URL of the log file - go: - name: URL - description: REQUIRED; URL of the log file protocol: {} serializationFormats: - json @@ -6167,18 +4471,13 @@ schemas: name: LogFileUrlResponse description: Log file URL payload namespace: '' - go: - name: LogFileURLResponse - description: LogFileURLResponse - Log file URL payload - marshallingFormat: json - namespace: '' protocol: {} - - &ref_360 + - &ref_312 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_259 + - schema: &ref_258 type: array apiVersions: - version: 2020-11-01-preview @@ -6187,31 +4486,19 @@ schemas: default: name: ServiceResourceListValue description: Collection of Service resources - go: - name: '[]*ServiceResource' - description: Collection of Service resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Collection of Service resources - go: - name: Value - description: Collection of Service resources - byValue: true protocol: {} - - schema: *ref_176 + - schema: *ref_175 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -6222,91 +4509,67 @@ schemas: name: ServiceResourceList description: Object that includes an array of Service resources and a possible link for next set namespace: '' - go: - name: ServiceResourceList - description: ServiceResourceList - Object that includes an array of Service resources and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_758 + - &ref_479 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_265 + - schema: &ref_264 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_202 + elementType: &ref_201 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_177 + - schema: *ref_176 serializedName: name language: default: name: name description: Name of the operation - go: - name: Name - description: Name of the operation protocol: {} - - schema: *ref_178 + - schema: *ref_177 serializedName: isDataAction language: default: name: isDataAction description: Indicates whether the operation is a data action - go: - name: IsDataAction - description: Indicates whether the operation is a data action protocol: {} - - schema: &ref_203 + - schema: &ref_202 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_179 + - schema: *ref_178 serializedName: provider language: default: name: provider description: Resource provider of the operation - go: - name: Provider - description: Resource provider of the operation protocol: {} - - schema: *ref_180 + - schema: *ref_179 serializedName: resource language: default: name: resource description: Resource of the operation - go: - name: Resource - description: Resource of the operation protocol: {} - - schema: *ref_181 + - schema: *ref_180 serializedName: operation language: default: name: operation description: Localized friendly name for the operation - go: - name: Operation - description: Localized friendly name for the operation protocol: {} - - schema: *ref_182 + - schema: *ref_181 serializedName: description language: default: name: description description: Localized friendly description for the operation - go: - name: Description - description: Localized friendly description for the operation protocol: {} serializationFormats: - json @@ -6317,90 +4580,67 @@ schemas: name: OperationDisplay description: Operation display payload namespace: '' - go: - name: OperationDisplay - description: OperationDisplay - Operation display payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: display language: default: name: display description: Display of the operation - go: - name: Display - description: Display of the operation protocol: {} - - schema: *ref_183 + - schema: *ref_182 readOnly: true serializedName: actionType language: default: name: actionType description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - go: - name: ActionType - description: READ-ONLY; Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. protocol: {} - - schema: *ref_184 + - schema: *ref_183 serializedName: origin language: default: name: origin description: Origin of the operation - go: - name: Origin - description: Origin of the operation protocol: {} - - schema: &ref_204 + - schema: &ref_203 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_205 + - schema: &ref_204 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_260 + - schema: &ref_259 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_206 + elementType: &ref_205 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_185 + - schema: *ref_184 serializedName: name language: default: name: name description: Name of the log - go: - name: Name - description: Name of the log protocol: {} - - schema: *ref_186 + - schema: *ref_185 serializedName: displayName language: default: name: displayName description: Localized friendly display name of the log - go: - name: DisplayName - description: Localized friendly display name of the log protocol: {} - - schema: *ref_187 + - schema: *ref_186 serializedName: blobDuration language: default: name: blobDuration description: Blob duration of the log - go: - name: BlobDuration - description: Blob duration of the log protocol: {} serializationFormats: - json @@ -6411,199 +4651,137 @@ schemas: name: LogSpecification description: Specifications of the Log for Azure Monitoring namespace: '' - go: - name: LogSpecification - description: LogSpecification - Specifications of the Log for Azure Monitoring - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServiceSpecificationLogSpecifications description: Specifications of the Log for Azure Monitoring - go: - name: '[]*LogSpecification' - description: Specifications of the Log for Azure Monitoring - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: logSpecifications language: default: name: logSpecifications description: Specifications of the Log for Azure Monitoring - go: - name: LogSpecifications - description: Specifications of the Log for Azure Monitoring - byValue: true protocol: {} - - schema: &ref_264 + - schema: &ref_263 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_207 + elementType: &ref_206 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_188 + - schema: *ref_187 serializedName: name language: default: name: name description: Name of the metric - go: - name: Name - description: Name of the metric protocol: {} - - schema: *ref_189 + - schema: *ref_188 serializedName: displayName language: default: name: displayName description: Localized friendly display name of the metric - go: - name: DisplayName - description: Localized friendly display name of the metric protocol: {} - - schema: *ref_190 + - schema: *ref_189 serializedName: displayDescription language: default: name: displayDescription description: Localized friendly description of the metric - go: - name: DisplayDescription - description: Localized friendly description of the metric protocol: {} - - schema: *ref_191 + - schema: *ref_190 serializedName: unit language: default: name: unit description: Unit that makes sense for the metric - go: - name: Unit - description: Unit that makes sense for the metric protocol: {} - - schema: *ref_192 + - schema: *ref_191 serializedName: category language: default: name: category description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. - go: - name: Category - description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - - schema: *ref_193 + - schema: *ref_192 serializedName: aggregationType language: default: name: aggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' - go: - name: AggregationType - description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - - schema: &ref_261 + - schema: &ref_260 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_194 + elementType: *ref_193 language: default: name: MetricSpecificationSupportedAggregationTypes description: Supported aggregation types - go: - name: '[]*string' - description: Supported aggregation types - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: supportedAggregationTypes language: default: name: supportedAggregationTypes description: Supported aggregation types - go: - name: SupportedAggregationTypes - description: Supported aggregation types - byValue: true protocol: {} - - schema: &ref_262 + - schema: &ref_261 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_195 + elementType: *ref_194 language: default: name: MetricSpecificationSupportedTimeGrainTypes description: Supported time grain types - go: - name: '[]*string' - description: Supported time grain types - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: supportedTimeGrainTypes language: default: name: supportedTimeGrainTypes description: Supported time grain types - go: - name: SupportedTimeGrainTypes - description: Supported time grain types - byValue: true protocol: {} - - schema: *ref_196 + - schema: *ref_195 serializedName: fillGapWithZero language: default: name: fillGapWithZero description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. - go: - name: FillGapWithZero - description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. protocol: {} - - schema: &ref_263 + - schema: &ref_262 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_208 + elementType: &ref_207 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_197 + - schema: *ref_196 serializedName: name language: default: name: name description: Name of the dimension - go: - name: Name - description: Name of the dimension protocol: {} - - schema: *ref_198 + - schema: *ref_197 serializedName: displayName language: default: name: displayName description: Localized friendly display name of the dimension - go: - name: DisplayName - description: Localized friendly display name of the dimension protocol: {} - - schema: *ref_199 + - schema: *ref_198 serializedName: toBeExportedForShoebox language: default: name: toBeExportedForShoebox description: Whether this dimension should be included for the Shoebox export scenario - go: - name: ToBeExportedForShoebox - description: Whether this dimension should be included for the Shoebox export scenario protocol: {} serializationFormats: - json @@ -6614,41 +4792,24 @@ schemas: name: MetricDimension description: Specifications of the Dimension of metrics namespace: '' - go: - name: MetricDimension - description: MetricDimension - Specifications of the Dimension of metrics - marshallingFormat: json - namespace: '' protocol: {} language: default: name: MetricSpecificationDimensions description: Dimensions of the metric - go: - name: '[]*MetricDimension' - description: Dimensions of the metric - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dimensions language: default: name: dimensions description: Dimensions of the metric - go: - name: Dimensions - description: Dimensions of the metric - byValue: true protocol: {} - - schema: *ref_200 + - schema: *ref_199 serializedName: sourceMdmNamespace language: default: name: sourceMdmNamespace description: Name of the MDM namespace. Optional. - go: - name: SourceMdmNamespace - description: Name of the MDM namespace. Optional. protocol: {} serializationFormats: - json @@ -6659,32 +4820,17 @@ schemas: name: MetricSpecification description: Specifications of the Metrics for Azure Monitoring namespace: '' - go: - name: MetricSpecification - description: MetricSpecification - Specifications of the Metrics for Azure Monitoring - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServiceSpecificationMetricSpecifications description: Specifications of the Metrics for Azure Monitoring - go: - name: '[]*MetricSpecification' - description: Specifications of the Metrics for Azure Monitoring - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: metricSpecifications language: default: name: metricSpecifications description: Specifications of the Metrics for Azure Monitoring - go: - name: MetricSpecifications - description: Specifications of the Metrics for Azure Monitoring - byValue: true protocol: {} serializationFormats: - json @@ -6695,21 +4841,12 @@ schemas: name: ServiceSpecification description: Service specification payload namespace: '' - go: - name: ServiceSpecification - description: ServiceSpecification - Service specification payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: serviceSpecification language: default: name: serviceSpecification description: Service specifications of the operation - go: - name: ServiceSpecification - description: Service specifications of the operation protocol: {} serializationFormats: - json @@ -6720,20 +4857,12 @@ schemas: name: OperationProperties description: Extra Operation properties namespace: '' - go: - name: OperationProperties - description: OperationProperties - Extra Operation properties - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Properties of the operation - go: - name: Properties - description: Properties of the operation protocol: {} serializationFormats: - json @@ -6744,41 +4873,24 @@ schemas: name: OperationDetail description: Operation detail payload namespace: '' - go: - name: OperationDetail - description: OperationDetail - Operation detail payload - marshallingFormat: json - namespace: '' protocol: {} language: default: name: AvailableOperationsValue description: Collection of available operation details - go: - name: '[]*OperationDetail' - description: Collection of available operation details - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Collection of available operation details - go: - name: Value - description: Collection of available operation details - byValue: true protocol: {} - - schema: *ref_201 + - schema: *ref_200 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -6789,63 +4901,48 @@ schemas: name: AvailableOperations description: Available operations of the service namespace: '' - go: - name: AvailableOperations - description: AvailableOperations - Available operations of the service - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_201 - *ref_202 - *ref_203 - *ref_204 - *ref_205 - *ref_206 - *ref_207 - - *ref_208 - - &ref_764 + - &ref_480 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_266 + - schema: &ref_265 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_212 + elementType: &ref_211 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_209 + - schema: *ref_208 serializedName: value language: default: name: value description: The raw value which could be passed to deployment CRUD operations. - go: - name: Value - description: The raw value which could be passed to deployment CRUD operations. protocol: {} - - schema: *ref_210 + - schema: *ref_209 serializedName: platform language: default: name: platform description: 'The platform of this runtime version (possible values: "Java" or ".NET").' - go: - name: Platform - description: 'The platform of this runtime version (possible values: "Java" or ".NET").' protocol: {} - - schema: *ref_211 + - schema: *ref_210 serializedName: version language: default: name: version description: The detailed version (major.minor) of the platform. - go: - name: Version - description: The detailed version (major.minor) of the platform. protocol: {} serializationFormats: - json @@ -6856,21 +4953,11 @@ schemas: name: SupportedRuntimeVersion description: Supported deployment runtime version descriptor. namespace: '' - go: - name: SupportedRuntimeVersion - description: SupportedRuntimeVersion - Supported deployment runtime version descriptor. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: AvailableRuntimeVersionsValue description: A list of all supported runtime versions. - go: - name: '[]*SupportedRuntimeVersion' - description: A list of all supported runtime versions. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value @@ -6878,10 +4965,6 @@ schemas: default: name: value description: A list of all supported runtime versions. - go: - name: Value - description: READ-ONLY; A list of all supported runtime versions. - byValue: true protocol: {} serializationFormats: - json @@ -6892,106 +4975,79 @@ schemas: name: AvailableRuntimeVersions description: '' namespace: '' - go: - name: AvailableRuntimeVersions - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_212 - - &ref_770 + - *ref_211 + - &ref_481 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_277 + - schema: &ref_276 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_232 + elementType: &ref_231 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_213 + - schema: *ref_212 serializedName: resourceType language: default: name: resourceType description: Gets the type of resource the SKU applies to. - go: - name: ResourceType - description: Gets the type of resource the SKU applies to. protocol: {} - - schema: *ref_214 + - schema: *ref_213 serializedName: name language: default: name: name description: Gets the name of SKU. - go: - name: Name - description: Gets the name of SKU. protocol: {} - - schema: *ref_215 + - schema: *ref_214 serializedName: tier language: default: name: tier description: Gets the tier of SKU. - go: - name: Tier - description: Gets the tier of SKU. protocol: {} - - schema: &ref_233 + - schema: &ref_232 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_216 + - schema: *ref_215 required: true serializedName: minimum language: default: name: minimum description: Gets or sets the minimum. - go: - name: Minimum - description: REQUIRED; Gets or sets the minimum. protocol: {} - - schema: *ref_217 + - schema: *ref_216 required: false serializedName: maximum language: default: name: maximum description: Gets or sets the maximum. - go: - name: Maximum - description: Gets or sets the maximum. protocol: {} - - schema: *ref_218 + - schema: *ref_217 required: false serializedName: default language: default: name: default description: Gets or sets the default. - go: - name: Default - description: Gets or sets the default. protocol: {} - - schema: *ref_219 + - schema: *ref_218 required: false serializedName: scaleType language: default: name: scaleType description: Gets or sets the type of the scale. - go: - name: ScaleType - description: Gets or sets the type of the scale. protocol: {} serializationFormats: - json @@ -7002,152 +5058,108 @@ schemas: name: SkuCapacity description: The SKU capacity namespace: '' - go: - name: SKUCapacity - description: SKUCapacity - The SKU capacity - marshallingFormat: json - namespace: '' protocol: {} serializedName: capacity language: default: name: capacity description: Gets the capacity of SKU. - go: - name: Capacity - description: Gets the capacity of SKU. protocol: {} - - schema: &ref_267 + - schema: &ref_266 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_220 + elementType: *ref_219 language: default: name: ResourceSkuLocations description: Gets the set of locations that the SKU is available. - go: - name: '[]*string' - description: Gets the set of locations that the SKU is available. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: locations language: default: name: locations description: Gets the set of locations that the SKU is available. - go: - name: Locations - description: Gets the set of locations that the SKU is available. - byValue: true protocol: {} - - schema: &ref_272 + - schema: &ref_271 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_234 + elementType: &ref_233 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_221 + - schema: *ref_220 serializedName: location language: default: name: location description: Gets location of the SKU - go: - name: Location - description: Gets location of the SKU protocol: {} - - schema: &ref_268 + - schema: &ref_267 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_222 + elementType: *ref_221 language: default: name: ResourceSkuLocationInfoZones description: Gets list of availability zones where the SKU is supported. - go: - name: '[]*string' - description: Gets list of availability zones where the SKU is supported. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: Gets list of availability zones where the SKU is supported. - go: - name: Zones - description: Gets list of availability zones where the SKU is supported. - byValue: true protocol: {} - - schema: &ref_271 + - schema: &ref_270 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_235 + elementType: &ref_234 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_269 + - schema: &ref_268 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_223 + elementType: *ref_222 language: default: name: ResourceSkuZoneDetailsName description: "Gets the set of zones that the SKU is available in with the\r\nspecified capabilities." - go: - name: '[]*string' - description: "Gets the set of zones that the SKU is available in with the\r\nspecified capabilities." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: name language: default: name: name description: "Gets the set of zones that the SKU is available in with the\r\nspecified capabilities." - go: - name: Name - description: Gets the set of zones that the SKU is available in with the specified capabilities. - byValue: true protocol: {} - - schema: &ref_270 + - schema: &ref_269 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_236 + elementType: &ref_235 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_224 + - schema: *ref_223 serializedName: name language: default: name: name description: Gets an invariant to describe the feature. - go: - name: Name - description: Gets an invariant to describe the feature. protocol: {} - - schema: *ref_225 + - schema: *ref_224 serializedName: value language: default: name: value description: Gets an invariant if the feature is measured by quantity. - go: - name: Value - description: Gets an invariant if the feature is measured by quantity. protocol: {} serializationFormats: - json @@ -7158,31 +5170,17 @@ schemas: name: ResourceSkuCapabilities description: '' namespace: '' - go: - name: ResourceSKUCapabilities - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuZoneDetailsCapabilities description: "Gets a list of capabilities that are available for the SKU in the\r\nspecified list of zones." - go: - name: '[]*ResourceSKUCapabilities' - description: "Gets a list of capabilities that are available for the SKU in the\r\nspecified list of zones." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: capabilities language: default: name: capabilities description: "Gets a list of capabilities that are available for the SKU in the\r\nspecified list of zones." - go: - name: Capabilities - description: Gets a list of capabilities that are available for the SKU in the specified list of zones. - byValue: true protocol: {} serializationFormats: - json @@ -7193,32 +5191,17 @@ schemas: name: ResourceSkuZoneDetails description: Details of capabilities available to a SKU in specific zones namespace: '' - go: - name: ResourceSKUZoneDetails - description: ResourceSKUZoneDetails - Details of capabilities available to a SKU in specific zones - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuLocationInfoZoneDetails description: Gets details of capabilities available to a SKU in specific zones. - go: - name: '[]*ResourceSKUZoneDetails' - description: Gets details of capabilities available to a SKU in specific zones. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zoneDetails language: default: name: zoneDetails description: Gets details of capabilities available to a SKU in specific zones. - go: - name: ZoneDetails - description: Gets details of capabilities available to a SKU in specific zones. - byValue: true protocol: {} serializationFormats: - json @@ -7229,131 +5212,86 @@ schemas: name: ResourceSkuLocationInfo description: Locations and availability zones where the SKU is available namespace: '' - go: - name: ResourceSKULocationInfo - description: ResourceSKULocationInfo - Locations and availability zones where the SKU is available - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuLocationInfo description: Gets a list of locations and availability zones in those locations where the SKU is available. - go: - name: '[]*ResourceSKULocationInfo' - description: Gets a list of locations and availability zones in those locations where the SKU is available. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: locationInfo language: default: name: locationInfo description: Gets a list of locations and availability zones in those locations where the SKU is available. - go: - name: LocationInfo - description: Gets a list of locations and availability zones in those locations where the SKU is available. - byValue: true protocol: {} - - schema: &ref_276 + - schema: &ref_275 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_237 + elementType: &ref_236 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_226 + - schema: *ref_225 serializedName: type language: default: name: type description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' - go: - name: Type - description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' protocol: {} - - schema: &ref_273 + - schema: &ref_272 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_227 + elementType: *ref_226 language: default: name: ResourceSkuRestrictionsValues description: "Gets the value of restrictions. If the restriction type is set to\r\nlocation. This would be different locations where the SKU is restricted." - go: - name: '[]*string' - description: "Gets the value of restrictions. If the restriction type is set to\r\nlocation. This would be different locations where the SKU is restricted." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: values language: default: name: values description: "Gets the value of restrictions. If the restriction type is set to\r\nlocation. This would be different locations where the SKU is restricted." - go: - name: Values - description: Gets the value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - byValue: true protocol: {} - - schema: &ref_238 + - schema: &ref_237 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_274 + - schema: &ref_273 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_228 + elementType: *ref_227 language: default: name: ResourceSkuRestrictionInfoLocations description: Gets locations where the SKU is restricted - go: - name: '[]*string' - description: Gets locations where the SKU is restricted - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: locations language: default: name: locations description: Gets locations where the SKU is restricted - go: - name: Locations - description: Gets locations where the SKU is restricted - byValue: true protocol: {} - - schema: &ref_275 + - schema: &ref_274 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_229 + elementType: *ref_228 language: default: name: ResourceSkuRestrictionInfoZones description: Gets list of availability zones where the SKU is restricted. - go: - name: '[]*string' - description: Gets list of availability zones where the SKU is restricted. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: Gets list of availability zones where the SKU is restricted. - go: - name: Zones - description: Gets list of availability zones where the SKU is restricted. - byValue: true protocol: {} serializationFormats: - json @@ -7364,31 +5302,19 @@ schemas: name: ResourceSkuRestrictionInfo description: Information about the restriction where the SKU cannot be used namespace: '' - go: - name: ResourceSKURestrictionInfo - description: ResourceSKURestrictionInfo - Information about the restriction where the SKU cannot be used - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: restrictionInfo language: default: name: restrictionInfo description: Gets the information about the restriction where the SKU cannot be used. - go: - name: RestrictionInfo - description: Gets the information about the restriction where the SKU cannot be used. protocol: {} - - schema: *ref_230 + - schema: *ref_229 serializedName: reasonCode language: default: name: reasonCode description: 'Gets the reason for restriction. Possible values include: ''QuotaId'', ''NotAvailableForSubscription''' - go: - name: ReasonCode - description: 'Gets the reason for restriction. Possible values include: ''QuotaId'', ''NotAvailableForSubscription''' protocol: {} serializationFormats: - json @@ -7399,32 +5325,17 @@ schemas: name: ResourceSkuRestrictions description: Restrictions where the SKU cannot be used namespace: '' - go: - name: ResourceSKURestrictions - description: ResourceSKURestrictions - Restrictions where the SKU cannot be used - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuRestrictions description: "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions." - go: - name: '[]*ResourceSKURestrictions' - description: "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: restrictions language: default: name: restrictions description: "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions." - go: - name: Restrictions - description: Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - byValue: true protocol: {} serializationFormats: - json @@ -7435,42 +5346,24 @@ schemas: name: ResourceSku description: Describes an available Azure Spring Cloud SKU. namespace: '' - go: - name: ResourceSKU - description: ResourceSKU - Describes an available Azure Spring Cloud SKU. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuCollectionValue description: Collection of resource SKU - go: - name: '[]*ResourceSKU' - description: Collection of resource SKU - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Collection of resource SKU - go: - name: Value - description: Collection of resource SKU - byValue: true protocol: {} - - schema: *ref_231 + - schema: *ref_230 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -7481,21 +5374,16 @@ schemas: name: ResourceSkuCollection description: Object that includes an array of Azure Spring Cloud SKU and a possible link for next set namespace: '' - go: - name: ResourceSKUCollection - description: ResourceSKUCollection - Object that includes an array of Azure Spring Cloud SKU and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_231 - *ref_232 - *ref_233 - *ref_234 - *ref_235 - *ref_236 - *ref_237 - - *ref_238 arrays: + - *ref_238 - *ref_239 - *ref_240 - *ref_241 @@ -7512,36 +5400,28 @@ schemas: - *ref_252 - *ref_253 - *ref_254 - - *ref_255 - - &ref_699 + - &ref_452 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_256 + elementType: *ref_255 language: default: name: ArrayOfGet5ItemsItem description: Array of Get5ItemsItem - go: - name: '[]string' - description: Array of Get5ItemsItem - elementIsPtr: true protocol: {} - - *ref_257 - - &ref_711 + - *ref_256 + - &ref_458 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_258 + elementType: *ref_257 language: default: name: ArrayOfGet4ItemsItem description: Array of Get4ItemsItem - go: - name: '[]string' - description: Array of Get4ItemsItem - elementIsPtr: true protocol: {} + - *ref_258 - *ref_259 - *ref_260 - *ref_261 @@ -7560,9 +5440,8 @@ schemas: - *ref_274 - *ref_275 - *ref_276 - - *ref_277 globalParameters: - - &ref_281 + - &ref_280 schema: *ref_1 implementation: Client required: true @@ -7573,14 +5452,10 @@ globalParameters: name: SubscriptionId description: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. serializedName: subscriptionId - go: - name: subscriptionID - description: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - serializedName: subscriptionId protocol: http: in: path - - &ref_279 + - &ref_278 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -7593,15 +5468,11 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri - - &ref_280 - schema: *ref_278 + - &ref_279 + schema: *ref_277 implementation: Client origin: modelerfour:synthesized/api-version required: true @@ -7610,10 +5481,6 @@ globalParameters: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -7624,10 +5491,10 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_283 + - &ref_282 schema: *ref_1 implementation: Method required: true @@ -7636,14 +5503,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_284 + - &ref_283 schema: *ref_1 implementation: Method required: true @@ -7652,16 +5515,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7670,10 +5529,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7682,26 +5537,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName} method: get uri: '{$host}' signatureParameters: + - *ref_282 - *ref_283 - - *ref_284 responses: - schema: *ref_3 language: default: name: '' description: Success. The response describes the corresponding Service. - go: - name: '' - description: Success. The response describes the corresponding Service. protocol: http: knownMediaType: json @@ -7710,14 +5559,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7777,68 +5623,15 @@ operationGroups: default: name: Get description: Get a Service and its properties. - go: - name: Get - description: |- - Get a Service and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_776 - schema: - type: object - language: - default: &ref_286 - name: ServicesClientGetOptions - description: ServicesClientGetOptions contains the optional parameters for the ServicesClient.Get method. - go: *ref_286 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientGetOptions - language: - default: &ref_287 - name: options - description: ServicesClientGetOptions contains the optional parameters for the ServicesClient.Get method. - go: *ref_287 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_825 - type: object - properties: - - &ref_289 - schema: *ref_3 - serializedName: ServiceResource - language: - default: &ref_288 - name: ServiceResource - description: Service resource - byValue: true - embeddedType: true - go: *ref_288 - protocol: {} - language: - default: &ref_290 - name: ServicesClientGetResponse - description: ServicesClientGetResponse contains the response from method ServicesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_289 - go: *ref_290 - protocol: {} protocol: {} - operationId: Services_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_293 + - &ref_287 schema: *ref_1 implementation: Method required: true @@ -7847,14 +5640,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_294 + - &ref_288 schema: *ref_1 implementation: Method required: true @@ -7863,17 +5652,13 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_292 + application/json: &ref_286 parameters: - - &ref_291 + - &ref_285 schema: *ref_3 implementation: Method required: true @@ -7881,14 +5666,11 @@ operationGroups: default: name: resource description: Parameters for the create or update operation - go: - name: resource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7897,22 +5679,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_291 + - *ref_285 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName} @@ -7922,19 +5697,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_292 + - *ref_286 signatureParameters: - - *ref_293 - - *ref_294 + - *ref_287 + - *ref_288 responses: - schema: *ref_3 language: default: name: '' description: Success. The response describes the updated Service. - go: - name: '' - description: Success. The response describes the updated Service. protocol: http: knownMediaType: json @@ -7947,9 +5719,6 @@ operationGroups: default: name: '' description: "Created. The response describes the new Service and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new Service and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -7962,9 +5731,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Service is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -7973,14 +5739,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8275,84 +6038,15 @@ operationGroups: default: name: CreateOrUpdate description: Create a new Service or update an exiting Service. - go: - name: CreateOrUpdate - description: |- - Create a new Service or update an exiting Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_777 - schema: - type: object - language: - default: &ref_295 - name: ServicesClientBeginCreateOrUpdateOptions - description: ServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServicesClient.BeginCreateOrUpdate method. - go: *ref_295 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_296 - name: string - description: '' - go: *ref_296 - protocol: {} - language: - default: &ref_297 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_297 - protocol: {} - required: false - serializedName: ServicesClientBeginCreateOrUpdateOptions - language: - default: &ref_298 - name: options - description: ServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServicesClient.BeginCreateOrUpdate method. - go: *ref_298 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_826 - type: object - properties: - - &ref_300 - schema: *ref_3 - serializedName: ServiceResource - language: - default: &ref_299 - name: ServiceResource - description: Service resource - byValue: true - embeddedType: true - go: *ref_299 - protocol: {} - language: - default: &ref_301 - name: ServicesClientCreateOrUpdateResponse - description: ServicesClientCreateOrUpdateResponse contains the response from method ServicesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_300 - go: *ref_301 - protocol: {} protocol: {} - operationId: Services_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_302 + - &ref_289 schema: *ref_1 implementation: Method required: true @@ -8361,14 +6055,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_303 + - &ref_290 schema: *ref_1 implementation: Method required: true @@ -8377,16 +6067,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8395,10 +6081,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8407,25 +6089,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName} method: delete uri: '{$host}' signatureParameters: - - *ref_302 - - *ref_303 + - *ref_289 + - *ref_290 responses: - language: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -8434,22 +6110,16 @@ operationGroups: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8478,70 +6148,15 @@ operationGroups: default: name: Delete description: Operation to delete a Service. - go: - name: Delete - description: |- - Operation to delete a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_778 - schema: - type: object - language: - default: &ref_304 - name: ServicesClientBeginDeleteOptions - description: ServicesClientBeginDeleteOptions contains the optional parameters for the ServicesClient.BeginDelete method. - go: *ref_304 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_305 - name: string - description: '' - go: *ref_305 - protocol: {} - language: - default: &ref_306 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_306 - protocol: {} - required: false - serializedName: ServicesClientBeginDeleteOptions - language: - default: &ref_307 - name: options - description: ServicesClientBeginDeleteOptions contains the optional parameters for the ServicesClient.BeginDelete method. - go: *ref_307 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_827 - type: object - language: - default: &ref_308 - name: ServicesClientDeleteResponse - description: ServicesClientDeleteResponse contains the response from method ServicesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_308 - protocol: {} protocol: {} - operationId: Services_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_311 + - &ref_293 schema: *ref_1 implementation: Method required: true @@ -8550,14 +6165,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_312 + - &ref_294 schema: *ref_1 implementation: Method required: true @@ -8566,17 +6177,13 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_310 + application/json: &ref_292 parameters: - - &ref_309 + - &ref_291 schema: *ref_3 implementation: Method required: true @@ -8584,14 +6191,11 @@ operationGroups: default: name: resource description: Parameters for the update operation - go: - name: resource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8600,22 +6204,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_309 + - *ref_291 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName} @@ -8625,19 +6222,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_310 + - *ref_292 signatureParameters: - - *ref_311 - - *ref_312 + - *ref_293 + - *ref_294 responses: - schema: *ref_3 language: default: name: '' description: Success. The response describes the updated Service. - go: - name: '' - description: Success. The response describes the updated Service. protocol: http: knownMediaType: json @@ -8650,9 +6244,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Service is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -8661,14 +6252,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8782,84 +6370,15 @@ operationGroups: default: name: Update description: Operation to update an exiting Service. - go: - name: Update - description: |- - Operation to update an exiting Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_779 - schema: - type: object - language: - default: &ref_313 - name: ServicesClientBeginUpdateOptions - description: ServicesClientBeginUpdateOptions contains the optional parameters for the ServicesClient.BeginUpdate method. - go: *ref_313 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_314 - name: string - description: '' - go: *ref_314 - protocol: {} - language: - default: &ref_315 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_315 - protocol: {} - required: false - serializedName: ServicesClientBeginUpdateOptions - language: - default: &ref_316 - name: options - description: ServicesClientBeginUpdateOptions contains the optional parameters for the ServicesClient.BeginUpdate method. - go: *ref_316 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_828 - type: object - properties: - - &ref_318 - schema: *ref_3 - serializedName: ServiceResource - language: - default: &ref_317 - name: ServiceResource - description: Service resource - byValue: true - embeddedType: true - go: *ref_317 - protocol: {} - language: - default: &ref_319 - name: ServicesClientUpdateResponse - description: ServicesClientUpdateResponse contains the response from method ServicesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_318 - go: *ref_319 - protocol: {} protocol: {} - operationId: Services_ListTestKeys apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_320 + - &ref_295 schema: *ref_1 implementation: Method required: true @@ -8868,14 +6387,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_321 + - &ref_296 schema: *ref_1 implementation: Method required: true @@ -8884,16 +6399,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8902,10 +6413,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8914,26 +6421,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/listTestKeys method: post uri: '{$host}' signatureParameters: - - *ref_320 - - *ref_321 + - *ref_295 + - *ref_296 responses: - - schema: *ref_322 + - schema: *ref_297 language: default: name: '' description: Success. The response describes the test keys. - go: - name: '' - description: Success. The response describes the test keys. protocol: http: knownMediaType: json @@ -8942,14 +6443,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8978,68 +6476,15 @@ operationGroups: default: name: ListTestKeys description: List test keys for a Service. - go: - name: ListTestKeys - description: |- - List test keys for a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_780 - schema: - type: object - language: - default: &ref_323 - name: ServicesClientListTestKeysOptions - description: ServicesClientListTestKeysOptions contains the optional parameters for the ServicesClient.ListTestKeys method. - go: *ref_323 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientListTestKeysOptions - language: - default: &ref_324 - name: options - description: ServicesClientListTestKeysOptions contains the optional parameters for the ServicesClient.ListTestKeys method. - go: *ref_324 - protocol: {} - protocolNaming: - internalMethod: listTestKeys - requestMethod: listTestKeysCreateRequest - responseMethod: listTestKeysHandleResponse - responseEnv: &ref_829 - type: object - properties: - - &ref_326 - schema: *ref_322 - serializedName: TestKeys - language: - default: &ref_325 - name: TestKeys - description: Test keys payload - byValue: true - embeddedType: true - go: *ref_325 - protocol: {} - language: - default: &ref_327 - name: ServicesClientListTestKeysResponse - description: ServicesClientListTestKeysResponse contains the response from method ServicesClient.ListTestKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_326 - go: *ref_327 - protocol: {} protocol: {} - operationId: Services_RegenerateTestKey apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_331 + - &ref_301 schema: *ref_1 implementation: Method required: true @@ -9048,14 +6493,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_332 + - &ref_302 schema: *ref_1 implementation: Method required: true @@ -9064,32 +6505,25 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_330 + application/json: &ref_300 parameters: - - &ref_329 - schema: *ref_328 + - &ref_299 + schema: *ref_298 implementation: Method required: true language: default: name: regenerateTestKeyRequest description: Parameters for the operation - go: - name: regenerateTestKeyRequest - description: Parameters for the operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9098,22 +6532,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_329 + - *ref_299 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/regenerateTestKey @@ -9123,19 +6550,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_330 + - *ref_300 signatureParameters: - - *ref_331 - - *ref_332 + - *ref_301 + - *ref_302 responses: - - schema: *ref_322 + - schema: *ref_297 language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: knownMediaType: json @@ -9144,14 +6568,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9182,68 +6603,15 @@ operationGroups: default: name: RegenerateTestKey description: Regenerate a test key for a Service. - go: - name: RegenerateTestKey - description: |- - Regenerate a test key for a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_781 - schema: - type: object - language: - default: &ref_333 - name: ServicesClientRegenerateTestKeyOptions - description: ServicesClientRegenerateTestKeyOptions contains the optional parameters for the ServicesClient.RegenerateTestKey method. - go: *ref_333 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientRegenerateTestKeyOptions - language: - default: &ref_334 - name: options - description: ServicesClientRegenerateTestKeyOptions contains the optional parameters for the ServicesClient.RegenerateTestKey method. - go: *ref_334 - protocol: {} - protocolNaming: - internalMethod: regenerateTestKey - requestMethod: regenerateTestKeyCreateRequest - responseMethod: regenerateTestKeyHandleResponse - responseEnv: &ref_830 - type: object - properties: - - &ref_336 - schema: *ref_322 - serializedName: TestKeys - language: - default: &ref_335 - name: TestKeys - description: Test keys payload - byValue: true - embeddedType: true - go: *ref_335 - protocol: {} - language: - default: &ref_337 - name: ServicesClientRegenerateTestKeyResponse - description: ServicesClientRegenerateTestKeyResponse contains the response from method ServicesClient.RegenerateTestKey. - marshallingFormat: json - responseType: true - resultProp: *ref_336 - go: *ref_337 - protocol: {} protocol: {} - operationId: Services_DisableTestEndpoint apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_338 + - &ref_303 schema: *ref_1 implementation: Method required: true @@ -9252,14 +6620,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_339 + - &ref_304 schema: *ref_1 implementation: Method required: true @@ -9268,16 +6632,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9286,10 +6646,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9298,38 +6654,29 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/disableTestEndpoint method: post uri: '{$host}' signatureParameters: - - *ref_338 - - *ref_339 + - *ref_303 + - *ref_304 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9352,54 +6699,15 @@ operationGroups: default: name: DisableTestEndpoint description: Disable test endpoint functionality for a Service. - go: - name: DisableTestEndpoint - description: |- - Disable test endpoint functionality for a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_782 - schema: - type: object - language: - default: &ref_340 - name: ServicesClientDisableTestEndpointOptions - description: ServicesClientDisableTestEndpointOptions contains the optional parameters for the ServicesClient.DisableTestEndpoint method. - go: *ref_340 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientDisableTestEndpointOptions - language: - default: &ref_341 - name: options - description: ServicesClientDisableTestEndpointOptions contains the optional parameters for the ServicesClient.DisableTestEndpoint method. - go: *ref_341 - protocol: {} - protocolNaming: - internalMethod: disableTestEndpoint - requestMethod: disableTestEndpointCreateRequest - responseMethod: disableTestEndpointHandleResponse - responseEnv: &ref_831 - type: object - language: - default: &ref_342 - name: ServicesClientDisableTestEndpointResponse - description: ServicesClientDisableTestEndpointResponse contains the response from method ServicesClient.DisableTestEndpoint. - responseType: true - go: *ref_342 - protocol: {} protocol: {} - operationId: Services_EnableTestEndpoint apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_343 + - &ref_305 schema: *ref_1 implementation: Method required: true @@ -9408,14 +6716,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_344 + - &ref_306 schema: *ref_1 implementation: Method required: true @@ -9424,16 +6728,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9442,10 +6742,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9454,26 +6750,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/enableTestEndpoint method: post uri: '{$host}' signatureParameters: - - *ref_343 - - *ref_344 + - *ref_305 + - *ref_306 responses: - - schema: *ref_322 + - schema: *ref_297 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -9482,14 +6772,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9518,68 +6805,15 @@ operationGroups: default: name: EnableTestEndpoint description: Enable test endpoint functionality for a Service. - go: - name: EnableTestEndpoint - description: |- - Enable test endpoint functionality for a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_783 - schema: - type: object - language: - default: &ref_345 - name: ServicesClientEnableTestEndpointOptions - description: ServicesClientEnableTestEndpointOptions contains the optional parameters for the ServicesClient.EnableTestEndpoint method. - go: *ref_345 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientEnableTestEndpointOptions - language: - default: &ref_346 - name: options - description: ServicesClientEnableTestEndpointOptions contains the optional parameters for the ServicesClient.EnableTestEndpoint method. - go: *ref_346 - protocol: {} - protocolNaming: - internalMethod: enableTestEndpoint - requestMethod: enableTestEndpointCreateRequest - responseMethod: enableTestEndpointHandleResponse - responseEnv: &ref_832 - type: object - properties: - - &ref_348 - schema: *ref_322 - serializedName: TestKeys - language: - default: &ref_347 - name: TestKeys - description: Test keys payload - byValue: true - embeddedType: true - go: *ref_347 - protocol: {} - language: - default: &ref_349 - name: ServicesClientEnableTestEndpointResponse - description: ServicesClientEnableTestEndpointResponse contains the response from method ServicesClient.EnableTestEndpoint. - marshallingFormat: json - responseType: true - resultProp: *ref_348 - go: *ref_349 - protocol: {} protocol: {} - operationId: Services_CheckNameAvailability apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_353 + - &ref_310 schema: *ref_1 implementation: Method required: true @@ -9588,32 +6822,25 @@ operationGroups: name: location description: the region serializedName: location - go: - name: location - description: the region - serializedName: location protocol: http: in: path requestMediaTypes: - application/json: &ref_352 + application/json: &ref_309 parameters: - - &ref_351 - schema: *ref_350 + - &ref_308 + schema: *ref_307 implementation: Method required: true language: default: name: availabilityParameters description: Parameters supplied to the operation. - go: - name: availabilityParameters - description: Parameters supplied to the operation. protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9622,22 +6849,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_351 + - *ref_308 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability @@ -9647,18 +6867,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_352 + - *ref_309 signatureParameters: - - *ref_353 + - *ref_310 responses: - - schema: *ref_354 + - schema: *ref_311 language: default: name: '' description: Success. The response describes the name availability. - go: - name: '' - description: Success. The response describes the name availability. protocol: http: knownMediaType: json @@ -9667,14 +6884,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9703,70 +6917,17 @@ operationGroups: default: name: CheckNameAvailability description: Checks that the resource name is valid and is not already in use. - go: - name: CheckNameAvailability - description: |- - Checks that the resource name is valid and is not already in use. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_784 - schema: - type: object - language: - default: &ref_355 - name: ServicesClientCheckNameAvailabilityOptions - description: ServicesClientCheckNameAvailabilityOptions contains the optional parameters for the ServicesClient.CheckNameAvailability method. - go: *ref_355 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientCheckNameAvailabilityOptions - language: - default: &ref_356 - name: options - description: ServicesClientCheckNameAvailabilityOptions contains the optional parameters for the ServicesClient.CheckNameAvailability method. - go: *ref_356 - protocol: {} - protocolNaming: - internalMethod: checkNameAvailability - requestMethod: checkNameAvailabilityCreateRequest - responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_833 - type: object - properties: - - &ref_358 - schema: *ref_354 - serializedName: NameAvailability - language: - default: &ref_357 - name: NameAvailability - description: Name availability result payload - byValue: true - embeddedType: true - go: *ref_357 - protocol: {} - language: - default: &ref_359 - name: ServicesClientCheckNameAvailabilityResponse - description: ServicesClientCheckNameAvailabilityResponse contains the response from method ServicesClient.CheckNameAvailability. - marshallingFormat: json - responseType: true - resultProp: *ref_358 - go: *ref_359 - protocol: {} protocol: {} - operationId: Services_ListBySubscription apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9775,10 +6936,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9787,9 +6944,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/Spring @@ -9797,14 +6951,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_360 + - schema: *ref_312 language: default: name: '' description: Success. The response describes the list of Services in the subscription. - go: - name: '' - description: Success. The response describes the list of Services in the subscription. protocol: http: knownMediaType: json @@ -9813,14 +6964,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9883,68 +7031,15 @@ operationGroups: description: Handles requests to list all resources in a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Handles requests to list all resources in a subscription. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_785 - schema: - type: object - language: - default: &ref_361 - name: ServicesClientListBySubscriptionOptions - description: ServicesClientListBySubscriptionOptions contains the optional parameters for the ServicesClient.NewListBySubscriptionPager method. - go: *ref_361 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientListBySubscriptionOptions - language: - default: &ref_362 - name: options - description: ServicesClientListBySubscriptionOptions contains the optional parameters for the ServicesClient.NewListBySubscriptionPager method. - go: *ref_362 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_834 - type: object - properties: - - &ref_364 - schema: *ref_360 - serializedName: ServiceResourceList - language: - default: &ref_363 - name: ServiceResourceList - description: Object that includes an array of Service resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_363 - protocol: {} - language: - default: &ref_365 - name: ServicesClientListBySubscriptionResponse - description: ServicesClientListBySubscriptionResponse contains the response from method ServicesClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_364 - go: *ref_365 - protocol: {} protocol: {} - operationId: Services_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_366 + - &ref_313 schema: *ref_1 implementation: Method required: true @@ -9953,16 +7048,12 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9971,10 +7062,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9983,25 +7070,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring method: get uri: '{$host}' signatureParameters: - - *ref_366 + - *ref_313 responses: - - schema: *ref_360 + - schema: *ref_312 language: default: name: '' description: Success. The response describes the list of Services in the resource group. - go: - name: '' - description: Success. The response describes the list of Services in the resource group. protocol: http: knownMediaType: json @@ -10010,14 +7091,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -10081,71 +7159,11 @@ operationGroups: description: Handles requests to list all resources in a resource group. paging: nextLinkName: nextLink - go: - name: List - description: Handles requests to list all resources in a resource group. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_786 - schema: - type: object - language: - default: &ref_367 - name: ServicesClientListOptions - description: ServicesClientListOptions contains the optional parameters for the ServicesClient.NewListPager method. - go: *ref_367 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientListOptions - language: - default: &ref_368 - name: options - description: ServicesClientListOptions contains the optional parameters for the ServicesClient.NewListPager method. - go: *ref_368 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_835 - type: object - properties: - - &ref_370 - schema: *ref_360 - serializedName: ServiceResourceList - language: - default: &ref_369 - name: ServiceResourceList - description: Object that includes an array of Service resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_369 - protocol: {} - language: - default: &ref_371 - name: ServicesClientListResponse - description: ServicesClientListResponse contains the response from method ServicesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_370 - go: *ref_371 - protocol: {} protocol: {} language: default: name: Services description: '' - go: - name: Services - description: '' - clientCtorName: NewServicesClient - clientName: ServicesClient - clientParams: - - *ref_281 protocol: {} - $key: ConfigServers operations: @@ -10153,10 +7171,10 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_372 + - &ref_314 schema: *ref_1 implementation: Method required: true @@ -10165,14 +7183,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_373 + - &ref_315 schema: *ref_1 implementation: Method required: true @@ -10181,16 +7195,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10199,10 +7209,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -10211,26 +7217,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default method: get uri: '{$host}' signatureParameters: - - *ref_372 - - *ref_373 + - *ref_314 + - *ref_315 responses: - schema: *ref_96 language: default: name: '' description: Success. The response describes the corresponding Config Server. - go: - name: '' - description: Success. The response describes the corresponding Config Server. protocol: http: knownMediaType: json @@ -10239,14 +7239,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -10281,68 +7278,15 @@ operationGroups: default: name: Get description: Get the config server and its properties. - go: - name: Get - description: |- - Get the config server and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ConfigServersClient - openApiType: arm - optionalParamGroup: &ref_787 - schema: - type: object - language: - default: &ref_374 - name: ConfigServersClientGetOptions - description: ConfigServersClientGetOptions contains the optional parameters for the ConfigServersClient.Get method. - go: *ref_374 - protocol: {} - originalParameter: [] - required: false - serializedName: ConfigServersClientGetOptions - language: - default: &ref_375 - name: options - description: ConfigServersClientGetOptions contains the optional parameters for the ConfigServersClient.Get method. - go: *ref_375 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_836 - type: object - properties: - - &ref_377 - schema: *ref_96 - serializedName: ConfigServerResource - language: - default: &ref_376 - name: ConfigServerResource - description: Config Server resource - byValue: true - embeddedType: true - go: *ref_376 - protocol: {} - language: - default: &ref_378 - name: ConfigServersClientGetResponse - description: ConfigServersClientGetResponse contains the response from method ConfigServersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_377 - go: *ref_378 - protocol: {} protocol: {} - operationId: ConfigServers_UpdatePut apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_381 + - &ref_318 schema: *ref_1 implementation: Method required: true @@ -10351,14 +7295,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_382 + - &ref_319 schema: *ref_1 implementation: Method required: true @@ -10367,17 +7307,13 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_380 + application/json: &ref_317 parameters: - - &ref_379 + - &ref_316 schema: *ref_96 implementation: Method required: true @@ -10385,14 +7321,11 @@ operationGroups: default: name: configServerResource description: Parameters for the update operation - go: - name: configServerResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10401,22 +7334,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_379 + - *ref_316 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default @@ -10426,19 +7352,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_380 + - *ref_317 signatureParameters: - - *ref_381 - - *ref_382 + - *ref_318 + - *ref_319 responses: - schema: *ref_96 language: default: name: '' description: Success. The response describes the updated Config Server. - go: - name: '' - description: Success. The response describes the updated Config Server. protocol: http: knownMediaType: json @@ -10451,9 +7374,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Config Server is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Config Server is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -10462,14 +7382,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -10528,84 +7445,15 @@ operationGroups: default: name: UpdatePut description: Update the config server. - go: - name: UpdatePut - description: |- - Update the config server. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ConfigServersClient - openApiType: arm - optionalParamGroup: &ref_788 - schema: - type: object - language: - default: &ref_383 - name: ConfigServersClientBeginUpdatePutOptions - description: ConfigServersClientBeginUpdatePutOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePut method. - go: *ref_383 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_384 - name: string - description: '' - go: *ref_384 - protocol: {} - language: - default: &ref_385 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_385 - protocol: {} - required: false - serializedName: ConfigServersClientBeginUpdatePutOptions - language: - default: &ref_386 - name: options - description: ConfigServersClientBeginUpdatePutOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePut method. - go: *ref_386 - protocol: {} - protocolNaming: - internalMethod: updatePut - requestMethod: updatePutCreateRequest - responseMethod: updatePutHandleResponse - responseEnv: &ref_837 - type: object - properties: - - &ref_388 - schema: *ref_96 - serializedName: ConfigServerResource - language: - default: &ref_387 - name: ConfigServerResource - description: Config Server resource - byValue: true - embeddedType: true - go: *ref_387 - protocol: {} - language: - default: &ref_389 - name: ConfigServersClientUpdatePutResponse - description: ConfigServersClientUpdatePutResponse contains the response from method ConfigServersClient.BeginUpdatePut. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_388 - go: *ref_389 - protocol: {} protocol: {} - operationId: ConfigServers_UpdatePatch apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_392 + - &ref_322 schema: *ref_1 implementation: Method required: true @@ -10614,14 +7462,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_393 + - &ref_323 schema: *ref_1 implementation: Method required: true @@ -10630,17 +7474,13 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_391 + application/json: &ref_321 parameters: - - &ref_390 + - &ref_320 schema: *ref_96 implementation: Method required: true @@ -10648,14 +7488,11 @@ operationGroups: default: name: configServerResource description: Parameters for the update operation - go: - name: configServerResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10664,22 +7501,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_390 + - *ref_320 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default @@ -10689,19 +7519,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_391 + - *ref_321 signatureParameters: - - *ref_392 - - *ref_393 + - *ref_322 + - *ref_323 responses: - schema: *ref_96 language: default: name: '' description: Success. The response describes the updated Config Server. - go: - name: '' - description: Success. The response describes the updated Config Server. protocol: http: knownMediaType: json @@ -10714,9 +7541,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Config Server is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Config Server is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -10725,14 +7549,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -10796,84 +7617,15 @@ operationGroups: default: name: UpdatePatch description: Update the config server. - go: - name: UpdatePatch - description: |- - Update the config server. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ConfigServersClient - openApiType: arm - optionalParamGroup: &ref_789 - schema: - type: object - language: - default: &ref_394 - name: ConfigServersClientBeginUpdatePatchOptions - description: ConfigServersClientBeginUpdatePatchOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePatch method. - go: *ref_394 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_395 - name: string - description: '' - go: *ref_395 - protocol: {} - language: - default: &ref_396 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_396 - protocol: {} - required: false - serializedName: ConfigServersClientBeginUpdatePatchOptions - language: - default: &ref_397 - name: options - description: ConfigServersClientBeginUpdatePatchOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePatch method. - go: *ref_397 - protocol: {} - protocolNaming: - internalMethod: updatePatch - requestMethod: updatePatchCreateRequest - responseMethod: updatePatchHandleResponse - responseEnv: &ref_838 - type: object - properties: - - &ref_399 - schema: *ref_96 - serializedName: ConfigServerResource - language: - default: &ref_398 - name: ConfigServerResource - description: Config Server resource - byValue: true - embeddedType: true - go: *ref_398 - protocol: {} - language: - default: &ref_400 - name: ConfigServersClientUpdatePatchResponse - description: ConfigServersClientUpdatePatchResponse contains the response from method ConfigServersClient.BeginUpdatePatch. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_399 - go: *ref_400 - protocol: {} protocol: {} - operationId: ConfigServers_Validate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_403 + - &ref_326 schema: *ref_1 implementation: Method required: true @@ -10882,14 +7634,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_404 + - &ref_327 schema: *ref_1 implementation: Method required: true @@ -10898,32 +7646,25 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_402 + application/json: &ref_325 parameters: - - &ref_401 - schema: *ref_139 + - &ref_324 + schema: *ref_138 implementation: Method required: true language: default: name: configServerSettings description: Config server settings to be validated - go: - name: configServerSettings - description: Config server settings to be validated protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10932,22 +7673,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_401 + - *ref_324 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/validate @@ -10957,19 +7691,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_402 + - *ref_325 signatureParameters: - - *ref_403 - - *ref_404 + - *ref_326 + - *ref_327 responses: - - schema: *ref_405 + - schema: *ref_328 language: default: name: '' description: Success. The response describes the validation result of Config Server. - go: - name: '' - description: Success. The response describes the validation result of Config Server. protocol: http: knownMediaType: json @@ -10977,14 +7708,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_405 + - schema: *ref_328 language: default: name: '' description: Accepted. The response indicates the ConfigServerSetting is validating. - go: - name: '' - description: Accepted. The response indicates the ConfigServerSetting is validating. protocol: http: knownMediaType: json @@ -10993,14 +7721,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -11041,87 +7766,11 @@ operationGroups: default: name: Validate description: Check if the config server settings are valid. - go: - name: Validate - description: |- - Check if the config server settings are valid. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ConfigServersClient - openApiType: arm - optionalParamGroup: &ref_790 - schema: - type: object - language: - default: &ref_406 - name: ConfigServersClientBeginValidateOptions - description: ConfigServersClientBeginValidateOptions contains the optional parameters for the ConfigServersClient.BeginValidate method. - go: *ref_406 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_407 - name: string - description: '' - go: *ref_407 - protocol: {} - language: - default: &ref_408 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_408 - protocol: {} - required: false - serializedName: ConfigServersClientBeginValidateOptions - language: - default: &ref_409 - name: options - description: ConfigServersClientBeginValidateOptions contains the optional parameters for the ConfigServersClient.BeginValidate method. - go: *ref_409 - protocol: {} - protocolNaming: - internalMethod: validate - requestMethod: validateCreateRequest - responseMethod: validateHandleResponse - responseEnv: &ref_839 - type: object - properties: - - &ref_411 - schema: *ref_405 - serializedName: ConfigServerSettingsValidateResult - language: - default: &ref_410 - name: ConfigServerSettingsValidateResult - description: Validation result for config server settings - byValue: true - embeddedType: true - go: *ref_410 - protocol: {} - language: - default: &ref_412 - name: ConfigServersClientValidateResponse - description: ConfigServersClientValidateResponse contains the response from method ConfigServersClient.BeginValidate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_411 - go: *ref_412 - protocol: {} protocol: {} language: default: name: ConfigServers description: '' - go: - name: ConfigServers - description: '' - clientCtorName: NewConfigServersClient - clientName: ConfigServersClient - clientParams: - - *ref_281 protocol: {} - $key: MonitoringSettings operations: @@ -11129,10 +7778,10 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_413 + - &ref_329 schema: *ref_1 implementation: Method required: true @@ -11141,14 +7790,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_414 + - &ref_330 schema: *ref_1 implementation: Method required: true @@ -11157,16 +7802,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11175,10 +7816,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -11187,26 +7824,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default method: get uri: '{$host}' signatureParameters: - - *ref_413 - - *ref_414 + - *ref_329 + - *ref_330 responses: - schema: *ref_97 language: default: name: '' description: Success. The response describes the corresponding Monitoring Setting. - go: - name: '' - description: Success. The response describes the corresponding Monitoring Setting. protocol: http: knownMediaType: json @@ -11215,14 +7846,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -11256,68 +7884,15 @@ operationGroups: default: name: Get description: Get the Monitoring Setting and its properties. - go: - name: Get - description: |- - Get the Monitoring Setting and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: MonitoringSettingsClient - openApiType: arm - optionalParamGroup: &ref_791 - schema: - type: object - language: - default: &ref_415 - name: MonitoringSettingsClientGetOptions - description: MonitoringSettingsClientGetOptions contains the optional parameters for the MonitoringSettingsClient.Get method. - go: *ref_415 - protocol: {} - originalParameter: [] - required: false - serializedName: MonitoringSettingsClientGetOptions - language: - default: &ref_416 - name: options - description: MonitoringSettingsClientGetOptions contains the optional parameters for the MonitoringSettingsClient.Get method. - go: *ref_416 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_840 - type: object - properties: - - &ref_418 - schema: *ref_97 - serializedName: MonitoringSettingResource - language: - default: &ref_417 - name: MonitoringSettingResource - description: Monitoring Setting resource - byValue: true - embeddedType: true - go: *ref_417 - protocol: {} - language: - default: &ref_419 - name: MonitoringSettingsClientGetResponse - description: MonitoringSettingsClientGetResponse contains the response from method MonitoringSettingsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_418 - go: *ref_419 - protocol: {} protocol: {} - operationId: MonitoringSettings_UpdatePut apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_422 + - &ref_333 schema: *ref_1 implementation: Method required: true @@ -11326,14 +7901,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_423 + - &ref_334 schema: *ref_1 implementation: Method required: true @@ -11342,17 +7913,13 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_421 + application/json: &ref_332 parameters: - - &ref_420 + - &ref_331 schema: *ref_97 implementation: Method required: true @@ -11360,14 +7927,11 @@ operationGroups: default: name: monitoringSettingResource description: Parameters for the update operation - go: - name: monitoringSettingResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11376,22 +7940,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_420 + - *ref_331 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default @@ -11401,19 +7958,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_421 + - *ref_332 signatureParameters: - - *ref_422 - - *ref_423 + - *ref_333 + - *ref_334 responses: - schema: *ref_97 language: default: name: '' description: Success. The response describes the updated Monitoring Setting. - go: - name: '' - description: Success. The response describes the updated Monitoring Setting. protocol: http: knownMediaType: json @@ -11426,9 +7980,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -11437,14 +7988,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -11498,84 +8046,15 @@ operationGroups: default: name: UpdatePut description: Update the Monitoring Setting. - go: - name: UpdatePut - description: |- - Update the Monitoring Setting. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: MonitoringSettingsClient - openApiType: arm - optionalParamGroup: &ref_792 - schema: - type: object - language: - default: &ref_424 - name: MonitoringSettingsClientBeginUpdatePutOptions - description: MonitoringSettingsClientBeginUpdatePutOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePut method. - go: *ref_424 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_425 - name: string - description: '' - go: *ref_425 - protocol: {} - language: - default: &ref_426 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_426 - protocol: {} - required: false - serializedName: MonitoringSettingsClientBeginUpdatePutOptions - language: - default: &ref_427 - name: options - description: MonitoringSettingsClientBeginUpdatePutOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePut method. - go: *ref_427 - protocol: {} - protocolNaming: - internalMethod: updatePut - requestMethod: updatePutCreateRequest - responseMethod: updatePutHandleResponse - responseEnv: &ref_841 - type: object - properties: - - &ref_429 - schema: *ref_97 - serializedName: MonitoringSettingResource - language: - default: &ref_428 - name: MonitoringSettingResource - description: Monitoring Setting resource - byValue: true - embeddedType: true - go: *ref_428 - protocol: {} - language: - default: &ref_430 - name: MonitoringSettingsClientUpdatePutResponse - description: MonitoringSettingsClientUpdatePutResponse contains the response from method MonitoringSettingsClient.BeginUpdatePut. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_429 - go: *ref_430 - protocol: {} protocol: {} - operationId: MonitoringSettings_UpdatePatch apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_433 + - &ref_337 schema: *ref_1 implementation: Method required: true @@ -11584,14 +8063,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_434 + - &ref_338 schema: *ref_1 implementation: Method required: true @@ -11600,17 +8075,13 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_432 + application/json: &ref_336 parameters: - - &ref_431 + - &ref_335 schema: *ref_97 implementation: Method required: true @@ -11618,14 +8089,11 @@ operationGroups: default: name: monitoringSettingResource description: Parameters for the update operation - go: - name: monitoringSettingResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11634,22 +8102,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_431 + - *ref_335 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default @@ -11659,19 +8120,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_432 + - *ref_336 signatureParameters: - - *ref_433 - - *ref_434 + - *ref_337 + - *ref_338 responses: - schema: *ref_97 language: default: name: '' description: Success. The response describes the updated Monitoring Setting. - go: - name: '' - description: Success. The response describes the updated Monitoring Setting. protocol: http: knownMediaType: json @@ -11684,9 +8142,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -11695,14 +8150,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -11761,87 +8213,11 @@ operationGroups: default: name: UpdatePatch description: Update the Monitoring Setting. - go: - name: UpdatePatch - description: |- - Update the Monitoring Setting. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: MonitoringSettingsClient - openApiType: arm - optionalParamGroup: &ref_793 - schema: - type: object - language: - default: &ref_435 - name: MonitoringSettingsClientBeginUpdatePatchOptions - description: MonitoringSettingsClientBeginUpdatePatchOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePatch method. - go: *ref_435 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_436 - name: string - description: '' - go: *ref_436 - protocol: {} - language: - default: &ref_437 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_437 - protocol: {} - required: false - serializedName: MonitoringSettingsClientBeginUpdatePatchOptions - language: - default: &ref_438 - name: options - description: MonitoringSettingsClientBeginUpdatePatchOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePatch method. - go: *ref_438 - protocol: {} - protocolNaming: - internalMethod: updatePatch - requestMethod: updatePatchCreateRequest - responseMethod: updatePatchHandleResponse - responseEnv: &ref_842 - type: object - properties: - - &ref_440 - schema: *ref_97 - serializedName: MonitoringSettingResource - language: - default: &ref_439 - name: MonitoringSettingResource - description: Monitoring Setting resource - byValue: true - embeddedType: true - go: *ref_439 - protocol: {} - language: - default: &ref_441 - name: MonitoringSettingsClientUpdatePatchResponse - description: MonitoringSettingsClientUpdatePatchResponse contains the response from method MonitoringSettingsClient.BeginUpdatePatch. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_440 - go: *ref_441 - protocol: {} protocol: {} language: default: name: MonitoringSettings description: '' - go: - name: MonitoringSettings - description: '' - clientCtorName: NewMonitoringSettingsClient - clientName: MonitoringSettingsClient - clientParams: - - *ref_281 protocol: {} - $key: Apps operations: @@ -11849,10 +8225,10 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_445 + - &ref_339 schema: *ref_1 implementation: Method required: true @@ -11861,14 +8237,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_446 + - &ref_340 schema: *ref_1 implementation: Method required: true @@ -11877,14 +8249,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_447 + - &ref_341 schema: *ref_1 implementation: Method required: true @@ -11893,14 +8261,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_443 + - &ref_342 schema: *ref_1 implementation: Method language: @@ -11908,35 +8272,12 @@ operationGroups: name: syncStatus description: Indicates whether sync status serializedName: syncStatus - go: - name: SyncStatus - description: Indicates whether sync status - paramGroup: &ref_448 - schema: - type: object - language: - default: &ref_442 - name: AppsClientGetOptions - description: AppsClientGetOptions contains the optional parameters for the AppsClient.Get method. - go: *ref_442 - protocol: {} - originalParameter: - - *ref_443 - required: false - serializedName: AppsClientGetOptions - language: - default: &ref_444 - name: options - description: AppsClientGetOptions contains the optional parameters for the AppsClient.Get method. - go: *ref_444 - protocol: {} - serializedName: syncStatus protocol: http: in: query requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11945,10 +8286,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -11957,28 +8294,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName} method: get uri: '{$host}' signatureParameters: - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_443 + - *ref_339 + - *ref_340 + - *ref_341 + - *ref_342 responses: - schema: *ref_98 language: default: name: '' description: Success. The response describes the corresponding App. - go: - name: '' - description: Success. The response describes the corresponding App. protocol: http: knownMediaType: json @@ -11987,14 +8318,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -12042,51 +8370,15 @@ operationGroups: default: name: Get description: Get an App and its properties. - go: - name: Get - description: |- - Get an App and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: *ref_448 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_843 - type: object - properties: - - &ref_450 - schema: *ref_98 - serializedName: AppResource - language: - default: &ref_449 - name: AppResource - description: App resource payload - byValue: true - embeddedType: true - go: *ref_449 - protocol: {} - language: - default: &ref_451 - name: AppsClientGetResponse - description: AppsClientGetResponse contains the response from method AppsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_450 - go: *ref_451 - protocol: {} protocol: {} - operationId: Apps_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_454 + - &ref_345 schema: *ref_1 implementation: Method required: true @@ -12095,14 +8387,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_455 + - &ref_346 schema: *ref_1 implementation: Method required: true @@ -12111,14 +8399,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_456 + - &ref_347 schema: *ref_1 implementation: Method required: true @@ -12127,17 +8411,13 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requestMediaTypes: - application/json: &ref_453 + application/json: &ref_344 parameters: - - &ref_452 + - &ref_343 schema: *ref_98 implementation: Method required: true @@ -12145,14 +8425,11 @@ operationGroups: default: name: appResource description: Parameters for the create or update operation - go: - name: appResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12161,22 +8438,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_452 + - *ref_343 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName} @@ -12186,20 +8456,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_453 + - *ref_344 signatureParameters: - - *ref_454 - - *ref_455 - - *ref_456 + - *ref_345 + - *ref_346 + - *ref_347 responses: - schema: *ref_98 language: default: name: '' description: Success. The response describes the updated App. - go: - name: '' - description: Success. The response describes the updated App. protocol: http: knownMediaType: json @@ -12212,9 +8479,6 @@ operationGroups: default: name: '' description: Created. The response describes the new App and contains a Location header to query the operation result. - go: - name: '' - description: Created. The response describes the new App and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -12227,9 +8491,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting App is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -12238,14 +8499,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -12361,84 +8619,15 @@ operationGroups: default: name: CreateOrUpdate description: Create a new App or update an exiting App. - go: - name: CreateOrUpdate - description: |- - Create a new App or update an exiting App. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_794 - schema: - type: object - language: - default: &ref_457 - name: AppsClientBeginCreateOrUpdateOptions - description: AppsClientBeginCreateOrUpdateOptions contains the optional parameters for the AppsClient.BeginCreateOrUpdate method. - go: *ref_457 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_458 - name: string - description: '' - go: *ref_458 - protocol: {} - language: - default: &ref_459 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_459 - protocol: {} - required: false - serializedName: AppsClientBeginCreateOrUpdateOptions - language: - default: &ref_460 - name: options - description: AppsClientBeginCreateOrUpdateOptions contains the optional parameters for the AppsClient.BeginCreateOrUpdate method. - go: *ref_460 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_844 - type: object - properties: - - &ref_462 - schema: *ref_98 - serializedName: AppResource - language: - default: &ref_461 - name: AppResource - description: App resource payload - byValue: true - embeddedType: true - go: *ref_461 - protocol: {} - language: - default: &ref_463 - name: AppsClientCreateOrUpdateResponse - description: AppsClientCreateOrUpdateResponse contains the response from method AppsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_462 - go: *ref_463 - protocol: {} protocol: {} - operationId: Apps_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_464 + - &ref_348 schema: *ref_1 implementation: Method required: true @@ -12447,14 +8636,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_465 + - &ref_349 schema: *ref_1 implementation: Method required: true @@ -12463,14 +8648,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_466 + - &ref_350 schema: *ref_1 implementation: Method required: true @@ -12479,16 +8660,12 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12497,10 +8674,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -12509,26 +8682,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName} method: delete uri: '{$host}' signatureParameters: - - *ref_464 - - *ref_465 - - *ref_466 + - *ref_348 + - *ref_349 + - *ref_350 responses: - language: default: name: '' description: Success. The response indicates the resource is deleted. - go: - name: '' - description: Success. The response indicates the resource is deleted. protocol: http: statusCodes: @@ -12537,9 +8704,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -12548,22 +8712,16 @@ operationGroups: default: name: '' description: Success. The response indicates the resource doesn't exist. - go: - name: '' - description: Success. The response indicates the resource doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -12592,70 +8750,15 @@ operationGroups: default: name: Delete description: Operation to delete an App. - go: - name: Delete - description: |- - Operation to delete an App. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_795 - schema: - type: object - language: - default: &ref_467 - name: AppsClientBeginDeleteOptions - description: AppsClientBeginDeleteOptions contains the optional parameters for the AppsClient.BeginDelete method. - go: *ref_467 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_468 - name: string - description: '' - go: *ref_468 - protocol: {} - language: - default: &ref_469 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_469 - protocol: {} - required: false - serializedName: AppsClientBeginDeleteOptions - language: - default: &ref_470 - name: options - description: AppsClientBeginDeleteOptions contains the optional parameters for the AppsClient.BeginDelete method. - go: *ref_470 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_845 - type: object - language: - default: &ref_471 - name: AppsClientDeleteResponse - description: AppsClientDeleteResponse contains the response from method AppsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_471 - protocol: {} protocol: {} - operationId: Apps_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_474 + - &ref_353 schema: *ref_1 implementation: Method required: true @@ -12664,14 +8767,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_475 + - &ref_354 schema: *ref_1 implementation: Method required: true @@ -12680,14 +8779,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_476 + - &ref_355 schema: *ref_1 implementation: Method required: true @@ -12696,17 +8791,13 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requestMediaTypes: - application/json: &ref_473 + application/json: &ref_352 parameters: - - &ref_472 + - &ref_351 schema: *ref_98 implementation: Method required: true @@ -12714,14 +8805,11 @@ operationGroups: default: name: appResource description: Parameters for the update operation - go: - name: appResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12730,22 +8818,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_472 + - *ref_351 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName} @@ -12755,20 +8836,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_473 + - *ref_352 signatureParameters: - - *ref_474 - - *ref_475 - - *ref_476 + - *ref_353 + - *ref_354 + - *ref_355 responses: - schema: *ref_98 language: default: name: '' description: Success. The response describes the updated App. - go: - name: '' - description: Success. The response describes the updated App. protocol: http: knownMediaType: json @@ -12781,9 +8859,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result. - go: - name: '' - description: Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -12792,14 +8867,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -12898,84 +8970,15 @@ operationGroups: default: name: Update description: Operation to update an exiting App. - go: - name: Update - description: |- - Operation to update an exiting App. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_796 - schema: - type: object - language: - default: &ref_477 - name: AppsClientBeginUpdateOptions - description: AppsClientBeginUpdateOptions contains the optional parameters for the AppsClient.BeginUpdate method. - go: *ref_477 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_478 - name: string - description: '' - go: *ref_478 - protocol: {} - language: - default: &ref_479 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_479 - protocol: {} - required: false - serializedName: AppsClientBeginUpdateOptions - language: - default: &ref_480 - name: options - description: AppsClientBeginUpdateOptions contains the optional parameters for the AppsClient.BeginUpdate method. - go: *ref_480 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_846 - type: object - properties: - - &ref_482 - schema: *ref_98 - serializedName: AppResource - language: - default: &ref_481 - name: AppResource - description: App resource payload - byValue: true - embeddedType: true - go: *ref_481 - protocol: {} - language: - default: &ref_483 - name: AppsClientUpdateResponse - description: AppsClientUpdateResponse contains the response from method AppsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_482 - go: *ref_483 - protocol: {} protocol: {} - operationId: Apps_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_484 + - &ref_356 schema: *ref_1 implementation: Method required: true @@ -12984,14 +8987,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_485 + - &ref_357 schema: *ref_1 implementation: Method required: true @@ -13000,16 +8999,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13018,10 +9013,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -13030,26 +9021,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps method: get uri: '{$host}' signatureParameters: - - *ref_484 - - *ref_485 + - *ref_356 + - *ref_357 responses: - - schema: *ref_486 + - schema: *ref_358 language: default: name: '' description: Success. The response describes the list of Apps in the Service. - go: - name: '' - description: Success. The response describes the list of Apps in the Service. protocol: http: knownMediaType: json @@ -13058,14 +9043,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -13117,68 +9099,15 @@ operationGroups: description: Handles requests to list all resources in a Service. paging: nextLinkName: nextLink - go: - name: List - description: Handles requests to list all resources in a Service. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_797 - schema: - type: object - language: - default: &ref_487 - name: AppsClientListOptions - description: AppsClientListOptions contains the optional parameters for the AppsClient.NewListPager method. - go: *ref_487 - protocol: {} - originalParameter: [] - required: false - serializedName: AppsClientListOptions - language: - default: &ref_488 - name: options - description: AppsClientListOptions contains the optional parameters for the AppsClient.NewListPager method. - go: *ref_488 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_847 - type: object - properties: - - &ref_490 - schema: *ref_486 - serializedName: AppResourceCollection - language: - default: &ref_489 - name: AppResourceCollection - description: Object that includes an array of App resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_489 - protocol: {} - language: - default: &ref_491 - name: AppsClientListResponse - description: AppsClientListResponse contains the response from method AppsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_490 - go: *ref_491 - protocol: {} protocol: {} - operationId: Apps_GetResourceUploadUrl apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_492 + - &ref_359 schema: *ref_1 implementation: Method required: true @@ -13187,14 +9116,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_493 + - &ref_360 schema: *ref_1 implementation: Method required: true @@ -13203,14 +9128,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_494 + - &ref_361 schema: *ref_1 implementation: Method required: true @@ -13219,16 +9140,12 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13237,10 +9154,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -13249,27 +9162,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/getResourceUploadUrl method: post uri: '{$host}' signatureParameters: - - *ref_492 - - *ref_493 - - *ref_494 + - *ref_359 + - *ref_360 + - *ref_361 responses: - - schema: *ref_495 + - schema: *ref_362 language: default: name: '' description: Success. The response describes the resource upload URL. - go: - name: '' - description: Success. The response describes the resource upload URL. protocol: http: knownMediaType: json @@ -13278,14 +9185,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -13313,68 +9217,15 @@ operationGroups: default: name: GetResourceUploadUrl description: Get an resource upload URL for an App, which may be artifacts or source archive. - go: - name: GetResourceUploadURL - description: |- - Get an resource upload URL for an App, which may be artifacts or source archive. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_798 - schema: - type: object - language: - default: &ref_496 - name: AppsClientGetResourceUploadURLOptions - description: AppsClientGetResourceUploadURLOptions contains the optional parameters for the AppsClient.GetResourceUploadURL method. - go: *ref_496 - protocol: {} - originalParameter: [] - required: false - serializedName: AppsClientGetResourceUploadURLOptions - language: - default: &ref_497 - name: options - description: AppsClientGetResourceUploadURLOptions contains the optional parameters for the AppsClient.GetResourceUploadURL method. - go: *ref_497 - protocol: {} - protocolNaming: - internalMethod: getResourceUploadURL - requestMethod: getResourceUploadURLCreateRequest - responseMethod: getResourceUploadURLHandleResponse - responseEnv: &ref_848 - type: object - properties: - - &ref_499 - schema: *ref_495 - serializedName: ResourceUploadDefinition - language: - default: &ref_498 - name: ResourceUploadDefinition - description: Resource upload definition payload - byValue: true - embeddedType: true - go: *ref_498 - protocol: {} - language: - default: &ref_500 - name: AppsClientGetResourceUploadURLResponse - description: AppsClientGetResourceUploadURLResponse contains the response from method AppsClient.GetResourceUploadURL. - marshallingFormat: json - responseType: true - resultProp: *ref_499 - go: *ref_500 - protocol: {} protocol: {} - operationId: Apps_ValidateDomain apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_504 + - &ref_366 schema: *ref_1 implementation: Method required: true @@ -13383,14 +9234,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_505 + - &ref_367 schema: *ref_1 implementation: Method required: true @@ -13399,14 +9246,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_506 + - &ref_368 schema: *ref_1 implementation: Method required: true @@ -13415,32 +9258,25 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requestMediaTypes: - application/json: &ref_503 + application/json: &ref_365 parameters: - - &ref_502 - schema: *ref_501 + - &ref_364 + schema: *ref_363 implementation: Method required: true language: default: name: validatePayload description: Custom domain payload to be validated - go: - name: validatePayload - description: Custom domain payload to be validated protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13449,22 +9285,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_502 + - *ref_364 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/validateDomain @@ -13474,20 +9303,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_503 + - *ref_365 signatureParameters: - - *ref_504 - - *ref_505 - - *ref_506 + - *ref_366 + - *ref_367 + - *ref_368 responses: - - schema: *ref_507 + - schema: *ref_369 language: default: name: '' description: Success. The response describe the name is available. - go: - name: '' - description: Success. The response describe the name is available. protocol: http: knownMediaType: json @@ -13496,14 +9322,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -13532,71 +9355,11 @@ operationGroups: default: name: ValidateDomain description: Check the resource name is valid as well as not in use. - go: - name: ValidateDomain - description: |- - Check the resource name is valid as well as not in use. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_799 - schema: - type: object - language: - default: &ref_508 - name: AppsClientValidateDomainOptions - description: AppsClientValidateDomainOptions contains the optional parameters for the AppsClient.ValidateDomain method. - go: *ref_508 - protocol: {} - originalParameter: [] - required: false - serializedName: AppsClientValidateDomainOptions - language: - default: &ref_509 - name: options - description: AppsClientValidateDomainOptions contains the optional parameters for the AppsClient.ValidateDomain method. - go: *ref_509 - protocol: {} - protocolNaming: - internalMethod: validateDomain - requestMethod: validateDomainCreateRequest - responseMethod: validateDomainHandleResponse - responseEnv: &ref_849 - type: object - properties: - - &ref_511 - schema: *ref_507 - serializedName: CustomDomainValidateResult - language: - default: &ref_510 - name: CustomDomainValidateResult - description: Validation result for custom domain. - byValue: true - embeddedType: true - go: *ref_510 - protocol: {} - language: - default: &ref_512 - name: AppsClientValidateDomainResponse - description: AppsClientValidateDomainResponse contains the response from method AppsClient.ValidateDomain. - marshallingFormat: json - responseType: true - resultProp: *ref_511 - go: *ref_512 - protocol: {} protocol: {} language: default: name: Apps description: '' - go: - name: Apps - description: '' - clientCtorName: NewAppsClient - clientName: AppsClient - clientParams: - - *ref_281 protocol: {} - $key: Bindings operations: @@ -13604,10 +9367,10 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_513 + - &ref_370 schema: *ref_1 implementation: Method required: true @@ -13616,14 +9379,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_514 + - &ref_371 schema: *ref_1 implementation: Method required: true @@ -13632,14 +9391,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_515 + - &ref_372 schema: *ref_1 implementation: Method required: true @@ -13648,14 +9403,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_516 + - &ref_373 schema: *ref_1 implementation: Method required: true @@ -13664,16 +9415,12 @@ operationGroups: name: bindingName description: The name of the Binding resource. serializedName: bindingName - go: - name: bindingName - description: The name of the Binding resource. - serializedName: bindingName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13682,10 +9429,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -13694,28 +9437,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName} method: get uri: '{$host}' signatureParameters: - - *ref_513 - - *ref_514 - - *ref_515 - - *ref_516 + - *ref_370 + - *ref_371 + - *ref_372 + - *ref_373 responses: - schema: *ref_99 language: default: name: '' description: Success. The response describes the corresponding Binding. - go: - name: '' - description: Success. The response describes the corresponding Binding. protocol: http: knownMediaType: json @@ -13724,14 +9461,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -13773,68 +9507,15 @@ operationGroups: default: name: Get description: Get a Binding and its properties. - go: - name: Get - description: |- - Get a Binding and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_800 - schema: - type: object - language: - default: &ref_517 - name: BindingsClientGetOptions - description: BindingsClientGetOptions contains the optional parameters for the BindingsClient.Get method. - go: *ref_517 - protocol: {} - originalParameter: [] - required: false - serializedName: BindingsClientGetOptions - language: - default: &ref_518 - name: options - description: BindingsClientGetOptions contains the optional parameters for the BindingsClient.Get method. - go: *ref_518 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_850 - type: object - properties: - - &ref_520 - schema: *ref_99 - serializedName: BindingResource - language: - default: &ref_519 - name: BindingResource - description: Binding resource payload - byValue: true - embeddedType: true - go: *ref_519 - protocol: {} - language: - default: &ref_521 - name: BindingsClientGetResponse - description: BindingsClientGetResponse contains the response from method BindingsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_520 - go: *ref_521 - protocol: {} protocol: {} - operationId: Bindings_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_524 + - &ref_376 schema: *ref_1 implementation: Method required: true @@ -13843,14 +9524,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_525 + - &ref_377 schema: *ref_1 implementation: Method required: true @@ -13859,14 +9536,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_526 + - &ref_378 schema: *ref_1 implementation: Method required: true @@ -13875,14 +9548,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_527 + - &ref_379 schema: *ref_1 implementation: Method required: true @@ -13891,17 +9560,13 @@ operationGroups: name: bindingName description: The name of the Binding resource. serializedName: bindingName - go: - name: bindingName - description: The name of the Binding resource. - serializedName: bindingName protocol: http: in: path requestMediaTypes: - application/json: &ref_523 + application/json: &ref_375 parameters: - - &ref_522 + - &ref_374 schema: *ref_99 implementation: Method required: true @@ -13909,14 +9574,11 @@ operationGroups: default: name: bindingResource description: Parameters for the create or update operation - go: - name: bindingResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13925,22 +9587,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_522 + - *ref_374 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName} @@ -13950,21 +9605,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_523 + - *ref_375 signatureParameters: - - *ref_524 - - *ref_525 - - *ref_526 - - *ref_527 + - *ref_376 + - *ref_377 + - *ref_378 + - *ref_379 responses: - schema: *ref_99 language: default: name: '' description: Success. The response describes the created or updated Binding. - go: - name: '' - description: Success. The response describes the created or updated Binding. protocol: http: knownMediaType: json @@ -13977,9 +9629,6 @@ operationGroups: default: name: '' description: "Created. The response describes the new Binding and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new Binding and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -13992,9 +9641,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Binding is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Binding is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -14003,14 +9649,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -14101,84 +9744,15 @@ operationGroups: default: name: CreateOrUpdate description: Create a new Binding or update an exiting Binding. - go: - name: CreateOrUpdate - description: |- - Create a new Binding or update an exiting Binding. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_801 - schema: - type: object - language: - default: &ref_528 - name: BindingsClientBeginCreateOrUpdateOptions - description: BindingsClientBeginCreateOrUpdateOptions contains the optional parameters for the BindingsClient.BeginCreateOrUpdate method. - go: *ref_528 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_529 - name: string - description: '' - go: *ref_529 - protocol: {} - language: - default: &ref_530 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_530 - protocol: {} - required: false - serializedName: BindingsClientBeginCreateOrUpdateOptions - language: - default: &ref_531 - name: options - description: BindingsClientBeginCreateOrUpdateOptions contains the optional parameters for the BindingsClient.BeginCreateOrUpdate method. - go: *ref_531 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_851 - type: object - properties: - - &ref_533 - schema: *ref_99 - serializedName: BindingResource - language: - default: &ref_532 - name: BindingResource - description: Binding resource payload - byValue: true - embeddedType: true - go: *ref_532 - protocol: {} - language: - default: &ref_534 - name: BindingsClientCreateOrUpdateResponse - description: BindingsClientCreateOrUpdateResponse contains the response from method BindingsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_533 - go: *ref_534 - protocol: {} protocol: {} - operationId: Bindings_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_535 + - &ref_380 schema: *ref_1 implementation: Method required: true @@ -14187,14 +9761,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_536 + - &ref_381 schema: *ref_1 implementation: Method required: true @@ -14203,14 +9773,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_537 + - &ref_382 schema: *ref_1 implementation: Method required: true @@ -14219,14 +9785,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_538 + - &ref_383 schema: *ref_1 implementation: Method required: true @@ -14235,16 +9797,12 @@ operationGroups: name: bindingName description: The name of the Binding resource. serializedName: bindingName - go: - name: bindingName - description: The name of the Binding resource. - serializedName: bindingName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14253,10 +9811,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -14265,27 +9819,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName} method: delete uri: '{$host}' signatureParameters: - - *ref_535 - - *ref_536 - - *ref_537 - - *ref_538 + - *ref_380 + - *ref_381 + - *ref_382 + - *ref_383 responses: - language: default: name: '' description: Success. The response indicates the resource is deleted. - go: - name: '' - description: Success. The response indicates the resource is deleted. protocol: http: statusCodes: @@ -14294,9 +9842,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -14305,22 +9850,16 @@ operationGroups: default: name: '' description: Success. The response indicates the resource doesn't exist. - go: - name: '' - description: Success. The response indicates the resource doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -14350,70 +9889,15 @@ operationGroups: default: name: Delete description: Operation to delete a Binding. - go: - name: Delete - description: |- - Operation to delete a Binding. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_802 - schema: - type: object - language: - default: &ref_539 - name: BindingsClientBeginDeleteOptions - description: BindingsClientBeginDeleteOptions contains the optional parameters for the BindingsClient.BeginDelete method. - go: *ref_539 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_540 - name: string - description: '' - go: *ref_540 - protocol: {} - language: - default: &ref_541 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_541 - protocol: {} - required: false - serializedName: BindingsClientBeginDeleteOptions - language: - default: &ref_542 - name: options - description: BindingsClientBeginDeleteOptions contains the optional parameters for the BindingsClient.BeginDelete method. - go: *ref_542 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_852 - type: object - language: - default: &ref_543 - name: BindingsClientDeleteResponse - description: BindingsClientDeleteResponse contains the response from method BindingsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_543 - protocol: {} protocol: {} - operationId: Bindings_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_546 + - &ref_386 schema: *ref_1 implementation: Method required: true @@ -14422,14 +9906,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_547 + - &ref_387 schema: *ref_1 implementation: Method required: true @@ -14438,14 +9918,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_548 + - &ref_388 schema: *ref_1 implementation: Method required: true @@ -14454,14 +9930,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_549 + - &ref_389 schema: *ref_1 implementation: Method required: true @@ -14470,17 +9942,13 @@ operationGroups: name: bindingName description: The name of the Binding resource. serializedName: bindingName - go: - name: bindingName - description: The name of the Binding resource. - serializedName: bindingName protocol: http: in: path requestMediaTypes: - application/json: &ref_545 + application/json: &ref_385 parameters: - - &ref_544 + - &ref_384 schema: *ref_99 implementation: Method required: true @@ -14488,14 +9956,11 @@ operationGroups: default: name: bindingResource description: Parameters for the update operation - go: - name: bindingResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14504,22 +9969,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_544 + - *ref_384 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName} @@ -14529,21 +9987,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_545 + - *ref_385 signatureParameters: - - *ref_546 - - *ref_547 - - *ref_548 - - *ref_549 + - *ref_386 + - *ref_387 + - *ref_388 + - *ref_389 responses: - schema: *ref_99 language: default: name: '' description: Success. The response describes the updated Binding. - go: - name: '' - description: Success. The response describes the updated Binding. protocol: http: knownMediaType: json @@ -14556,9 +10011,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Binding is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Binding is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -14567,14 +10019,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -14651,84 +10100,15 @@ operationGroups: default: name: Update description: Operation to update an exiting Binding. - go: - name: Update - description: |- - Operation to update an exiting Binding. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_803 - schema: - type: object - language: - default: &ref_550 - name: BindingsClientBeginUpdateOptions - description: BindingsClientBeginUpdateOptions contains the optional parameters for the BindingsClient.BeginUpdate method. - go: *ref_550 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_551 - name: string - description: '' - go: *ref_551 - protocol: {} - language: - default: &ref_552 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_552 - protocol: {} - required: false - serializedName: BindingsClientBeginUpdateOptions - language: - default: &ref_553 - name: options - description: BindingsClientBeginUpdateOptions contains the optional parameters for the BindingsClient.BeginUpdate method. - go: *ref_553 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_853 - type: object - properties: - - &ref_555 - schema: *ref_99 - serializedName: BindingResource - language: - default: &ref_554 - name: BindingResource - description: Binding resource payload - byValue: true - embeddedType: true - go: *ref_554 - protocol: {} - language: - default: &ref_556 - name: BindingsClientUpdateResponse - description: BindingsClientUpdateResponse contains the response from method BindingsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_555 - go: *ref_556 - protocol: {} protocol: {} - operationId: Bindings_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_557 + - &ref_390 schema: *ref_1 implementation: Method required: true @@ -14737,14 +10117,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_558 + - &ref_391 schema: *ref_1 implementation: Method required: true @@ -14753,14 +10129,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_559 + - &ref_392 schema: *ref_1 implementation: Method required: true @@ -14769,16 +10141,12 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14787,10 +10155,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -14799,27 +10163,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings method: get uri: '{$host}' signatureParameters: - - *ref_557 - - *ref_558 - - *ref_559 + - *ref_390 + - *ref_391 + - *ref_392 responses: - - schema: *ref_560 + - schema: *ref_393 language: default: name: '' description: Success. The response describes the list of Bindings in the App. - go: - name: '' - description: Success. The response describes the list of Bindings in the App. protocol: http: knownMediaType: json @@ -14828,14 +10186,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -14881,71 +10236,11 @@ operationGroups: description: Handles requests to list all resources in an App. paging: nextLinkName: nextLink - go: - name: List - description: Handles requests to list all resources in an App. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_804 - schema: - type: object - language: - default: &ref_561 - name: BindingsClientListOptions - description: BindingsClientListOptions contains the optional parameters for the BindingsClient.NewListPager method. - go: *ref_561 - protocol: {} - originalParameter: [] - required: false - serializedName: BindingsClientListOptions - language: - default: &ref_562 - name: options - description: BindingsClientListOptions contains the optional parameters for the BindingsClient.NewListPager method. - go: *ref_562 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_854 - type: object - properties: - - &ref_564 - schema: *ref_560 - serializedName: BindingResourceCollection - language: - default: &ref_563 - name: BindingResourceCollection - description: Object that includes an array of Binding resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_563 - protocol: {} - language: - default: &ref_565 - name: BindingsClientListResponse - description: BindingsClientListResponse contains the response from method BindingsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_564 - go: *ref_565 - protocol: {} protocol: {} language: default: name: Bindings description: '' - go: - name: Bindings - description: '' - clientCtorName: NewBindingsClient - clientName: BindingsClient - clientParams: - - *ref_281 protocol: {} - $key: Certificates operations: @@ -14953,10 +10248,10 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_566 + - &ref_394 schema: *ref_1 implementation: Method required: true @@ -14965,14 +10260,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_567 + - &ref_395 schema: *ref_1 implementation: Method required: true @@ -14981,14 +10272,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_568 + - &ref_396 schema: *ref_1 implementation: Method required: true @@ -14997,16 +10284,12 @@ operationGroups: name: certificateName description: The name of the certificate resource. serializedName: certificateName - go: - name: certificateName - description: The name of the certificate resource. - serializedName: certificateName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15015,10 +10298,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -15027,27 +10306,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName} method: get uri: '{$host}' signatureParameters: - - *ref_566 - - *ref_567 - - *ref_568 + - *ref_394 + - *ref_395 + - *ref_396 responses: - schema: *ref_100 language: default: name: '' description: Success. The response describe the certificate. - go: - name: '' - description: Success. The response describe the certificate. protocol: http: knownMediaType: json @@ -15056,14 +10329,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -15105,68 +10375,15 @@ operationGroups: default: name: Get description: Get the certificate resource. - go: - name: Get - description: |- - Get the certificate resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CertificatesClient - openApiType: arm - optionalParamGroup: &ref_805 - schema: - type: object - language: - default: &ref_569 - name: CertificatesClientGetOptions - description: CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method. - go: *ref_569 - protocol: {} - originalParameter: [] - required: false - serializedName: CertificatesClientGetOptions - language: - default: &ref_570 - name: options - description: CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method. - go: *ref_570 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_855 - type: object - properties: - - &ref_572 - schema: *ref_100 - serializedName: CertificateResource - language: - default: &ref_571 - name: CertificateResource - description: Certificate resource payload. - byValue: true - embeddedType: true - go: *ref_571 - protocol: {} - language: - default: &ref_573 - name: CertificatesClientGetResponse - description: CertificatesClientGetResponse contains the response from method CertificatesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_572 - go: *ref_573 - protocol: {} protocol: {} - operationId: Certificates_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_576 + - &ref_399 schema: *ref_1 implementation: Method required: true @@ -15175,14 +10392,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_577 + - &ref_400 schema: *ref_1 implementation: Method required: true @@ -15191,14 +10404,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_578 + - &ref_401 schema: *ref_1 implementation: Method required: true @@ -15207,17 +10416,13 @@ operationGroups: name: certificateName description: The name of the certificate resource. serializedName: certificateName - go: - name: certificateName - description: The name of the certificate resource. - serializedName: certificateName protocol: http: in: path requestMediaTypes: - application/json: &ref_575 + application/json: &ref_398 parameters: - - &ref_574 + - &ref_397 schema: *ref_100 implementation: Method required: true @@ -15225,14 +10430,11 @@ operationGroups: default: name: certificateResource description: Parameters for the create or update operation - go: - name: certificateResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15241,22 +10443,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_574 + - *ref_397 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName} @@ -15266,20 +10461,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_575 + - *ref_398 signatureParameters: - - *ref_576 - - *ref_577 - - *ref_578 + - *ref_399 + - *ref_400 + - *ref_401 responses: - schema: *ref_100 language: default: name: '' description: Success. The response describe the existed certificate updated. - go: - name: '' - description: Success. The response describe the existed certificate updated. protocol: http: knownMediaType: json @@ -15292,9 +10484,6 @@ operationGroups: default: name: '' description: "Created. The response describes the new certificate and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new certificate and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -15307,9 +10496,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting certificate is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting certificate is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -15318,14 +10504,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -15413,84 +10596,15 @@ operationGroups: default: name: CreateOrUpdate description: Create or update certificate resource. - go: - name: CreateOrUpdate - description: |- - Create or update certificate resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CertificatesClient - openApiType: arm - optionalParamGroup: &ref_806 - schema: - type: object - language: - default: &ref_579 - name: CertificatesClientBeginCreateOrUpdateOptions - description: CertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.BeginCreateOrUpdate method. - go: *ref_579 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_580 - name: string - description: '' - go: *ref_580 - protocol: {} - language: - default: &ref_581 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_581 - protocol: {} - required: false - serializedName: CertificatesClientBeginCreateOrUpdateOptions - language: - default: &ref_582 - name: options - description: CertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.BeginCreateOrUpdate method. - go: *ref_582 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_856 - type: object - properties: - - &ref_584 - schema: *ref_100 - serializedName: CertificateResource - language: - default: &ref_583 - name: CertificateResource - description: Certificate resource payload. - byValue: true - embeddedType: true - go: *ref_583 - protocol: {} - language: - default: &ref_585 - name: CertificatesClientCreateOrUpdateResponse - description: CertificatesClientCreateOrUpdateResponse contains the response from method CertificatesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_584 - go: *ref_585 - protocol: {} protocol: {} - operationId: Certificates_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_586 + - &ref_402 schema: *ref_1 implementation: Method required: true @@ -15499,14 +10613,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_587 + - &ref_403 schema: *ref_1 implementation: Method required: true @@ -15515,14 +10625,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_588 + - &ref_404 schema: *ref_1 implementation: Method required: true @@ -15531,16 +10637,12 @@ operationGroups: name: certificateName description: The name of the certificate resource. serializedName: certificateName - go: - name: certificateName - description: The name of the certificate resource. - serializedName: certificateName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15549,10 +10651,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -15561,26 +10659,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName} method: delete uri: '{$host}' signatureParameters: - - *ref_586 - - *ref_587 - - *ref_588 + - *ref_402 + - *ref_403 + - *ref_404 responses: - language: default: name: '' description: Success. The response indicates the certificate deleted. - go: - name: '' - description: Success. The response indicates the certificate deleted. protocol: http: statusCodes: @@ -15589,9 +10681,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -15600,22 +10689,16 @@ operationGroups: default: name: '' description: No content. The response indicates the certificate doesn't exist. - go: - name: '' - description: No content. The response indicates the certificate doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -15644,70 +10727,15 @@ operationGroups: default: name: Delete description: Delete the certificate resource. - go: - name: Delete - description: |- - Delete the certificate resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CertificatesClient - openApiType: arm - optionalParamGroup: &ref_807 - schema: - type: object - language: - default: &ref_589 - name: CertificatesClientBeginDeleteOptions - description: CertificatesClientBeginDeleteOptions contains the optional parameters for the CertificatesClient.BeginDelete method. - go: *ref_589 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_590 - name: string - description: '' - go: *ref_590 - protocol: {} - language: - default: &ref_591 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_591 - protocol: {} - required: false - serializedName: CertificatesClientBeginDeleteOptions - language: - default: &ref_592 - name: options - description: CertificatesClientBeginDeleteOptions contains the optional parameters for the CertificatesClient.BeginDelete method. - go: *ref_592 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_857 - type: object - language: - default: &ref_593 - name: CertificatesClientDeleteResponse - description: CertificatesClientDeleteResponse contains the response from method CertificatesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_593 - protocol: {} protocol: {} - operationId: Certificates_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_594 + - &ref_405 schema: *ref_1 implementation: Method required: true @@ -15716,14 +10744,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_595 + - &ref_406 schema: *ref_1 implementation: Method required: true @@ -15732,16 +10756,12 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15750,10 +10770,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -15762,26 +10778,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates method: get uri: '{$host}' signatureParameters: - - *ref_594 - - *ref_595 + - *ref_405 + - *ref_406 responses: - - schema: *ref_596 + - schema: *ref_407 language: default: name: '' description: Success. The response describe the custom domain resource list of one application. - go: - name: '' - description: Success. The response describe the custom domain resource list of one application. protocol: http: knownMediaType: json @@ -15790,14 +10800,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -15844,71 +10851,11 @@ operationGroups: description: List all the certificates of one user. paging: nextLinkName: nextLink - go: - name: List - description: List all the certificates of one user. - azureARM: true - clientName: CertificatesClient - openApiType: arm - optionalParamGroup: &ref_808 - schema: - type: object - language: - default: &ref_597 - name: CertificatesClientListOptions - description: CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method. - go: *ref_597 - protocol: {} - originalParameter: [] - required: false - serializedName: CertificatesClientListOptions - language: - default: &ref_598 - name: options - description: CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method. - go: *ref_598 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_858 - type: object - properties: - - &ref_600 - schema: *ref_596 - serializedName: CertificateResourceCollection - language: - default: &ref_599 - name: CertificateResourceCollection - description: Collection compose of certificate resources list and a possible link for next page. - byValue: true - embeddedType: true - go: *ref_599 - protocol: {} - language: - default: &ref_601 - name: CertificatesClientListResponse - description: CertificatesClientListResponse contains the response from method CertificatesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_600 - go: *ref_601 - protocol: {} protocol: {} language: default: name: Certificates description: '' - go: - name: Certificates - description: '' - clientCtorName: NewCertificatesClient - clientName: CertificatesClient - clientParams: - - *ref_281 protocol: {} - $key: CustomDomains operations: @@ -15916,10 +10863,10 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_602 + - &ref_408 schema: *ref_1 implementation: Method required: true @@ -15928,14 +10875,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_603 + - &ref_409 schema: *ref_1 implementation: Method required: true @@ -15944,14 +10887,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_604 + - &ref_410 schema: *ref_1 implementation: Method required: true @@ -15960,14 +10899,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_605 + - &ref_411 schema: *ref_1 implementation: Method required: true @@ -15976,16 +10911,12 @@ operationGroups: name: domainName description: The name of the custom domain resource. serializedName: domainName - go: - name: domainName - description: The name of the custom domain resource. - serializedName: domainName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15994,10 +10925,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -16006,28 +10933,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName} method: get uri: '{$host}' signatureParameters: - - *ref_602 - - *ref_603 - - *ref_604 - - *ref_605 + - *ref_408 + - *ref_409 + - *ref_410 + - *ref_411 responses: - schema: *ref_101 language: default: name: '' description: Success. The response describe the custom domain. - go: - name: '' - description: Success. The response describe the custom domain. protocol: http: knownMediaType: json @@ -16036,14 +10957,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -16076,68 +10994,15 @@ operationGroups: default: name: Get description: Get the custom domain of one lifecycle application. - go: - name: Get - description: |- - Get the custom domain of one lifecycle application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_809 - schema: - type: object - language: - default: &ref_606 - name: CustomDomainsClientGetOptions - description: CustomDomainsClientGetOptions contains the optional parameters for the CustomDomainsClient.Get method. - go: *ref_606 - protocol: {} - originalParameter: [] - required: false - serializedName: CustomDomainsClientGetOptions - language: - default: &ref_607 - name: options - description: CustomDomainsClientGetOptions contains the optional parameters for the CustomDomainsClient.Get method. - go: *ref_607 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_859 - type: object - properties: - - &ref_609 - schema: *ref_101 - serializedName: CustomDomainResource - language: - default: &ref_608 - name: CustomDomainResource - description: Custom domain resource payload. - byValue: true - embeddedType: true - go: *ref_608 - protocol: {} - language: - default: &ref_610 - name: CustomDomainsClientGetResponse - description: CustomDomainsClientGetResponse contains the response from method CustomDomainsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_609 - go: *ref_610 - protocol: {} protocol: {} - operationId: CustomDomains_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_613 + - &ref_414 schema: *ref_1 implementation: Method required: true @@ -16146,14 +11011,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_614 + - &ref_415 schema: *ref_1 implementation: Method required: true @@ -16162,14 +11023,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_615 + - &ref_416 schema: *ref_1 implementation: Method required: true @@ -16178,14 +11035,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_616 + - &ref_417 schema: *ref_1 implementation: Method required: true @@ -16194,17 +11047,13 @@ operationGroups: name: domainName description: The name of the custom domain resource. serializedName: domainName - go: - name: domainName - description: The name of the custom domain resource. - serializedName: domainName protocol: http: in: path requestMediaTypes: - application/json: &ref_612 + application/json: &ref_413 parameters: - - &ref_611 + - &ref_412 schema: *ref_101 implementation: Method required: true @@ -16212,14 +11061,11 @@ operationGroups: default: name: domainResource description: Parameters for the create or update operation - go: - name: domainResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16228,22 +11074,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_611 + - *ref_412 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName} @@ -16253,21 +11092,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_612 + - *ref_413 signatureParameters: - - *ref_613 - - *ref_614 - - *ref_615 - - *ref_616 + - *ref_414 + - *ref_415 + - *ref_416 + - *ref_417 responses: - schema: *ref_101 language: default: name: '' description: Success. The response describe the existed custom domain updated. - go: - name: '' - description: Success. The response describe the existed custom domain updated. protocol: http: knownMediaType: json @@ -16280,9 +11116,6 @@ operationGroups: default: name: '' description: "Created. The response describes the new custom domain and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new custom domain and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -16295,9 +11128,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting custom domain is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting custom domain is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -16306,14 +11136,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -16371,84 +11198,15 @@ operationGroups: default: name: CreateOrUpdate description: Create or update custom domain of one lifecycle application. - go: - name: CreateOrUpdate - description: |- - Create or update custom domain of one lifecycle application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_810 - schema: - type: object - language: - default: &ref_617 - name: CustomDomainsClientBeginCreateOrUpdateOptions - description: CustomDomainsClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginCreateOrUpdate method. - go: *ref_617 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_618 - name: string - description: '' - go: *ref_618 - protocol: {} - language: - default: &ref_619 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_619 - protocol: {} - required: false - serializedName: CustomDomainsClientBeginCreateOrUpdateOptions - language: - default: &ref_620 - name: options - description: CustomDomainsClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginCreateOrUpdate method. - go: *ref_620 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_860 - type: object - properties: - - &ref_622 - schema: *ref_101 - serializedName: CustomDomainResource - language: - default: &ref_621 - name: CustomDomainResource - description: Custom domain resource payload. - byValue: true - embeddedType: true - go: *ref_621 - protocol: {} - language: - default: &ref_623 - name: CustomDomainsClientCreateOrUpdateResponse - description: CustomDomainsClientCreateOrUpdateResponse contains the response from method CustomDomainsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_622 - go: *ref_623 - protocol: {} protocol: {} - operationId: CustomDomains_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_624 + - &ref_418 schema: *ref_1 implementation: Method required: true @@ -16457,14 +11215,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_625 + - &ref_419 schema: *ref_1 implementation: Method required: true @@ -16473,14 +11227,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_626 + - &ref_420 schema: *ref_1 implementation: Method required: true @@ -16489,14 +11239,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_627 + - &ref_421 schema: *ref_1 implementation: Method required: true @@ -16505,16 +11251,12 @@ operationGroups: name: domainName description: The name of the custom domain resource. serializedName: domainName - go: - name: domainName - description: The name of the custom domain resource. - serializedName: domainName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16523,10 +11265,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -16535,27 +11273,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName} method: delete uri: '{$host}' signatureParameters: - - *ref_624 - - *ref_625 - - *ref_626 - - *ref_627 + - *ref_418 + - *ref_419 + - *ref_420 + - *ref_421 responses: - language: default: name: '' description: Success. The response indicates the custom domain deleted. - go: - name: '' - description: Success. The response indicates the custom domain deleted. protocol: http: statusCodes: @@ -16564,9 +11296,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -16575,22 +11304,16 @@ operationGroups: default: name: '' description: No content. The response indicates the custom domain doesn't exist. - go: - name: '' - description: No content. The response indicates the custom domain doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -16620,70 +11343,15 @@ operationGroups: default: name: Delete description: Delete the custom domain of one lifecycle application. - go: - name: Delete - description: |- - Delete the custom domain of one lifecycle application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_811 - schema: - type: object - language: - default: &ref_628 - name: CustomDomainsClientBeginDeleteOptions - description: CustomDomainsClientBeginDeleteOptions contains the optional parameters for the CustomDomainsClient.BeginDelete method. - go: *ref_628 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_629 - name: string - description: '' - go: *ref_629 - protocol: {} - language: - default: &ref_630 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_630 - protocol: {} - required: false - serializedName: CustomDomainsClientBeginDeleteOptions - language: - default: &ref_631 - name: options - description: CustomDomainsClientBeginDeleteOptions contains the optional parameters for the CustomDomainsClient.BeginDelete method. - go: *ref_631 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_861 - type: object - language: - default: &ref_632 - name: CustomDomainsClientDeleteResponse - description: CustomDomainsClientDeleteResponse contains the response from method CustomDomainsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_632 - protocol: {} protocol: {} - operationId: CustomDomains_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_635 + - &ref_424 schema: *ref_1 implementation: Method required: true @@ -16692,14 +11360,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_636 + - &ref_425 schema: *ref_1 implementation: Method required: true @@ -16708,14 +11372,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_637 + - &ref_426 schema: *ref_1 implementation: Method required: true @@ -16724,14 +11384,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_638 + - &ref_427 schema: *ref_1 implementation: Method required: true @@ -16740,17 +11396,13 @@ operationGroups: name: domainName description: The name of the custom domain resource. serializedName: domainName - go: - name: domainName - description: The name of the custom domain resource. - serializedName: domainName protocol: http: in: path requestMediaTypes: - application/json: &ref_634 + application/json: &ref_423 parameters: - - &ref_633 + - &ref_422 schema: *ref_101 implementation: Method required: true @@ -16758,14 +11410,11 @@ operationGroups: default: name: domainResource description: Parameters for the create or update operation - go: - name: domainResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16774,22 +11423,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_633 + - *ref_422 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName} @@ -16799,21 +11441,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_634 + - *ref_423 signatureParameters: - - *ref_635 - - *ref_636 - - *ref_637 - - *ref_638 + - *ref_424 + - *ref_425 + - *ref_426 + - *ref_427 responses: - schema: *ref_101 language: default: name: '' description: Success. The response describe the existed custom domain updated. - go: - name: '' - description: Success. The response describe the existed custom domain updated. protocol: http: knownMediaType: json @@ -16826,9 +11465,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting custom domain is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting custom domain is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -16837,14 +11473,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -16898,84 +11531,15 @@ operationGroups: default: name: Update description: Update custom domain of one lifecycle application. - go: - name: Update - description: |- - Update custom domain of one lifecycle application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_812 - schema: - type: object - language: - default: &ref_639 - name: CustomDomainsClientBeginUpdateOptions - description: CustomDomainsClientBeginUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginUpdate method. - go: *ref_639 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_640 - name: string - description: '' - go: *ref_640 - protocol: {} - language: - default: &ref_641 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_641 - protocol: {} - required: false - serializedName: CustomDomainsClientBeginUpdateOptions - language: - default: &ref_642 - name: options - description: CustomDomainsClientBeginUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginUpdate method. - go: *ref_642 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_862 - type: object - properties: - - &ref_644 - schema: *ref_101 - serializedName: CustomDomainResource - language: - default: &ref_643 - name: CustomDomainResource - description: Custom domain resource payload. - byValue: true - embeddedType: true - go: *ref_643 - protocol: {} - language: - default: &ref_645 - name: CustomDomainsClientUpdateResponse - description: CustomDomainsClientUpdateResponse contains the response from method CustomDomainsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_644 - go: *ref_645 - protocol: {} protocol: {} - operationId: CustomDomains_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_646 + - &ref_428 schema: *ref_1 implementation: Method required: true @@ -16984,14 +11548,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_647 + - &ref_429 schema: *ref_1 implementation: Method required: true @@ -17000,14 +11560,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_648 + - &ref_430 schema: *ref_1 implementation: Method required: true @@ -17016,16 +11572,12 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17034,10 +11586,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -17046,27 +11594,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains method: get uri: '{$host}' signatureParameters: - - *ref_646 - - *ref_647 - - *ref_648 + - *ref_428 + - *ref_429 + - *ref_430 responses: - - schema: *ref_649 + - schema: *ref_431 language: default: name: '' description: Success. The response describe the custom domain resource list of one application. - go: - name: '' - description: Success. The response describe the custom domain resource list of one application. protocol: http: knownMediaType: json @@ -17075,14 +11617,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -17120,71 +11659,11 @@ operationGroups: description: List the custom domains of one lifecycle application. paging: nextLinkName: nextLink - go: - name: List - description: List the custom domains of one lifecycle application. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_813 - schema: - type: object - language: - default: &ref_650 - name: CustomDomainsClientListOptions - description: CustomDomainsClientListOptions contains the optional parameters for the CustomDomainsClient.NewListPager method. - go: *ref_650 - protocol: {} - originalParameter: [] - required: false - serializedName: CustomDomainsClientListOptions - language: - default: &ref_651 - name: options - description: CustomDomainsClientListOptions contains the optional parameters for the CustomDomainsClient.NewListPager method. - go: *ref_651 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_863 - type: object - properties: - - &ref_653 - schema: *ref_649 - serializedName: CustomDomainResourceCollection - language: - default: &ref_652 - name: CustomDomainResourceCollection - description: Collection compose of a custom domain resources list and a possible link for next page. - byValue: true - embeddedType: true - go: *ref_652 - protocol: {} - language: - default: &ref_654 - name: CustomDomainsClientListResponse - description: CustomDomainsClientListResponse contains the response from method CustomDomainsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_653 - go: *ref_654 - protocol: {} protocol: {} language: default: name: CustomDomains description: '' - go: - name: CustomDomains - description: '' - clientCtorName: NewCustomDomainsClient - clientName: CustomDomainsClient - clientParams: - - *ref_281 protocol: {} - $key: Deployments operations: @@ -17192,10 +11671,10 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_655 + - &ref_432 schema: *ref_1 implementation: Method required: true @@ -17204,14 +11683,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_656 + - &ref_433 schema: *ref_1 implementation: Method required: true @@ -17220,14 +11695,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_657 + - &ref_434 schema: *ref_1 implementation: Method required: true @@ -17236,14 +11707,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_658 + - &ref_435 schema: *ref_1 implementation: Method required: true @@ -17252,16 +11719,12 @@ operationGroups: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17270,10 +11733,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -17282,28 +11741,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName} method: get uri: '{$host}' signatureParameters: - - *ref_655 - - *ref_656 - - *ref_657 - - *ref_658 + - *ref_432 + - *ref_433 + - *ref_434 + - *ref_435 responses: - schema: *ref_102 language: default: name: '' description: Success. The response describes the corresponding Deployment. - go: - name: '' - description: Success. The response describes the corresponding Deployment. protocol: http: knownMediaType: json @@ -17312,14 +11765,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -17374,68 +11824,15 @@ operationGroups: default: name: Get description: Get a Deployment and its properties. - go: - name: Get - description: |- - Get a Deployment and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_814 - schema: - type: object - language: - default: &ref_659 - name: DeploymentsClientGetOptions - description: DeploymentsClientGetOptions contains the optional parameters for the DeploymentsClient.Get method. - go: *ref_659 - protocol: {} - originalParameter: [] - required: false - serializedName: DeploymentsClientGetOptions - language: - default: &ref_660 - name: options - description: DeploymentsClientGetOptions contains the optional parameters for the DeploymentsClient.Get method. - go: *ref_660 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_864 - type: object - properties: - - &ref_662 - schema: *ref_102 - serializedName: DeploymentResource - language: - default: &ref_661 - name: DeploymentResource - description: Deployment resource payload - byValue: true - embeddedType: true - go: *ref_661 - protocol: {} - language: - default: &ref_663 - name: DeploymentsClientGetResponse - description: DeploymentsClientGetResponse contains the response from method DeploymentsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_662 - go: *ref_663 - protocol: {} protocol: {} - operationId: Deployments_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_666 + - &ref_438 schema: *ref_1 implementation: Method required: true @@ -17444,14 +11841,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_667 + - &ref_439 schema: *ref_1 implementation: Method required: true @@ -17460,14 +11853,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_668 + - &ref_440 schema: *ref_1 implementation: Method required: true @@ -17476,14 +11865,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_669 + - &ref_441 schema: *ref_1 implementation: Method required: true @@ -17492,17 +11877,13 @@ operationGroups: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requestMediaTypes: - application/json: &ref_665 + application/json: &ref_437 parameters: - - &ref_664 + - &ref_436 schema: *ref_102 implementation: Method required: true @@ -17510,14 +11891,11 @@ operationGroups: default: name: deploymentResource description: Parameters for the create or update operation - go: - name: deploymentResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17526,22 +11904,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_664 + - *ref_436 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName} @@ -17551,21 +11922,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_665 + - *ref_437 signatureParameters: - - *ref_666 - - *ref_667 - - *ref_668 - - *ref_669 + - *ref_438 + - *ref_439 + - *ref_440 + - *ref_441 responses: - schema: *ref_102 language: default: name: '' description: Success. The response describes the updated Deployment. - go: - name: '' - description: Success. The response describes the updated Deployment. protocol: http: knownMediaType: json @@ -17578,9 +11946,6 @@ operationGroups: default: name: '' description: "Created. The response describes the new Deployment and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new Deployment and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -17593,9 +11958,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Deployment is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -17604,14 +11966,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -17750,84 +12109,15 @@ operationGroups: default: name: CreateOrUpdate description: Create a new Deployment or update an exiting Deployment. - go: - name: CreateOrUpdate - description: |- - Create a new Deployment or update an exiting Deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_815 - schema: - type: object - language: - default: &ref_670 - name: DeploymentsClientBeginCreateOrUpdateOptions - description: DeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DeploymentsClient.BeginCreateOrUpdate method. - go: *ref_670 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_671 - name: string - description: '' - go: *ref_671 - protocol: {} - language: - default: &ref_672 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_672 - protocol: {} - required: false - serializedName: DeploymentsClientBeginCreateOrUpdateOptions - language: - default: &ref_673 - name: options - description: DeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DeploymentsClient.BeginCreateOrUpdate method. - go: *ref_673 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_865 - type: object - properties: - - &ref_675 - schema: *ref_102 - serializedName: DeploymentResource - language: - default: &ref_674 - name: DeploymentResource - description: Deployment resource payload - byValue: true - embeddedType: true - go: *ref_674 - protocol: {} - language: - default: &ref_676 - name: DeploymentsClientCreateOrUpdateResponse - description: DeploymentsClientCreateOrUpdateResponse contains the response from method DeploymentsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_675 - go: *ref_676 - protocol: {} protocol: {} - operationId: Deployments_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_677 + - &ref_442 schema: *ref_1 implementation: Method required: true @@ -17836,14 +12126,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_678 + - &ref_443 schema: *ref_1 implementation: Method required: true @@ -17852,14 +12138,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_679 + - &ref_444 schema: *ref_1 implementation: Method required: true @@ -17868,14 +12150,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_680 + - &ref_445 schema: *ref_1 implementation: Method required: true @@ -17884,16 +12162,12 @@ operationGroups: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17902,10 +12176,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -17914,27 +12184,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName} method: delete uri: '{$host}' signatureParameters: - - *ref_677 - - *ref_678 - - *ref_679 - - *ref_680 + - *ref_442 + - *ref_443 + - *ref_444 + - *ref_445 responses: - language: default: name: '' description: Success. The response indicates the resource is deleted. - go: - name: '' - description: Success. The response indicates the resource is deleted. protocol: http: statusCodes: @@ -17943,9 +12207,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -17954,22 +12215,16 @@ operationGroups: default: name: '' description: Success. The response indicates the resource doesn't exist. - go: - name: '' - description: Success. The response indicates the resource doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -17999,70 +12254,15 @@ operationGroups: default: name: Delete description: Operation to delete a Deployment. - go: - name: Delete - description: |- - Operation to delete a Deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_816 - schema: - type: object - language: - default: &ref_681 - name: DeploymentsClientBeginDeleteOptions - description: DeploymentsClientBeginDeleteOptions contains the optional parameters for the DeploymentsClient.BeginDelete method. - go: *ref_681 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_682 - name: string - description: '' - go: *ref_682 - protocol: {} - language: - default: &ref_683 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_683 - protocol: {} - required: false - serializedName: DeploymentsClientBeginDeleteOptions - language: - default: &ref_684 - name: options - description: DeploymentsClientBeginDeleteOptions contains the optional parameters for the DeploymentsClient.BeginDelete method. - go: *ref_684 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_866 - type: object - language: - default: &ref_685 - name: DeploymentsClientDeleteResponse - description: DeploymentsClientDeleteResponse contains the response from method DeploymentsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_685 - protocol: {} protocol: {} - operationId: Deployments_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_688 + - &ref_448 schema: *ref_1 implementation: Method required: true @@ -18071,14 +12271,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_689 + - &ref_449 schema: *ref_1 implementation: Method required: true @@ -18087,14 +12283,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_690 + - &ref_450 schema: *ref_1 implementation: Method required: true @@ -18103,14 +12295,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_691 + - &ref_451 schema: *ref_1 implementation: Method required: true @@ -18119,17 +12307,13 @@ operationGroups: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requestMediaTypes: - application/json: &ref_687 + application/json: &ref_447 parameters: - - &ref_686 + - &ref_446 schema: *ref_102 implementation: Method required: true @@ -18137,14 +12321,11 @@ operationGroups: default: name: deploymentResource description: Parameters for the update operation - go: - name: deploymentResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18153,22 +12334,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_686 + - *ref_446 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName} @@ -18178,21 +12352,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_687 + - *ref_447 signatureParameters: - - *ref_688 - - *ref_689 - - *ref_690 - - *ref_691 + - *ref_448 + - *ref_449 + - *ref_450 + - *ref_451 responses: - schema: *ref_102 language: default: name: '' description: Success. The response describes the updated Deployment. - go: - name: '' - description: Success. The response describes the updated Deployment. protocol: http: knownMediaType: json @@ -18205,9 +12376,6 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Deployment is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -18216,14 +12384,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -18325,84 +12490,15 @@ operationGroups: default: name: Update description: Operation to update an exiting Deployment. - go: - name: Update - description: |- - Operation to update an exiting Deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_817 - schema: - type: object - language: - default: &ref_692 - name: DeploymentsClientBeginUpdateOptions - description: DeploymentsClientBeginUpdateOptions contains the optional parameters for the DeploymentsClient.BeginUpdate method. - go: *ref_692 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_693 - name: string - description: '' - go: *ref_693 - protocol: {} - language: - default: &ref_694 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_694 - protocol: {} - required: false - serializedName: DeploymentsClientBeginUpdateOptions - language: - default: &ref_695 - name: options - description: DeploymentsClientBeginUpdateOptions contains the optional parameters for the DeploymentsClient.BeginUpdate method. - go: *ref_695 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_867 - type: object - properties: - - &ref_697 - schema: *ref_102 - serializedName: DeploymentResource - language: - default: &ref_696 - name: DeploymentResource - description: Deployment resource payload - byValue: true - embeddedType: true - go: *ref_696 - protocol: {} - language: - default: &ref_698 - name: DeploymentsClientUpdateResponse - description: DeploymentsClientUpdateResponse contains the response from method DeploymentsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_697 - go: *ref_698 - protocol: {} protocol: {} - operationId: Deployments_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_703 + - &ref_453 schema: *ref_1 implementation: Method required: true @@ -18411,14 +12507,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_704 + - &ref_454 schema: *ref_1 implementation: Method required: true @@ -18427,14 +12519,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_705 + - &ref_455 schema: *ref_1 implementation: Method required: true @@ -18443,45 +12531,17 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_701 - schema: *ref_699 + - &ref_456 + schema: *ref_452 implementation: Method language: default: name: version description: Version of the deployments to be listed serializedName: version - go: - name: Version - description: Version of the deployments to be listed - byValue: true - paramGroup: &ref_707 - schema: - type: object - language: - default: &ref_700 - name: DeploymentsClientListOptions - description: DeploymentsClientListOptions contains the optional parameters for the DeploymentsClient.NewListPager method. - go: *ref_700 - protocol: {} - originalParameter: - - *ref_701 - required: false - serializedName: DeploymentsClientListOptions - language: - default: &ref_702 - name: options - description: DeploymentsClientListOptions contains the optional parameters for the DeploymentsClient.NewListPager method. - go: *ref_702 - protocol: {} - serializedName: version protocol: http: explode: true @@ -18489,7 +12549,7 @@ operationGroups: style: form requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18498,10 +12558,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -18510,28 +12566,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments method: get uri: '{$host}' signatureParameters: - - *ref_703 - - *ref_704 - - *ref_705 - - *ref_701 + - *ref_453 + - *ref_454 + - *ref_455 + - *ref_456 responses: - - schema: *ref_706 + - schema: *ref_457 language: default: name: '' description: Success. The response describes the list of Deployments in the App. - go: - name: '' - description: Success. The response describes the list of Deployments in the App. protocol: http: knownMediaType: json @@ -18540,14 +12590,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -18606,51 +12653,15 @@ operationGroups: description: Handles requests to list all resources in an App. paging: nextLinkName: nextLink - go: - name: List - description: Handles requests to list all resources in an App. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: *ref_707 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_868 - type: object - properties: - - &ref_709 - schema: *ref_706 - serializedName: DeploymentResourceCollection - language: - default: &ref_708 - name: DeploymentResourceCollection - description: Object that includes an array of App resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_708 - protocol: {} - language: - default: &ref_710 - name: DeploymentsClientListResponse - description: DeploymentsClientListResponse contains the response from method DeploymentsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_709 - go: *ref_710 - protocol: {} protocol: {} - operationId: Deployments_ListForCluster apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_715 + - &ref_459 schema: *ref_1 implementation: Method required: true @@ -18659,14 +12670,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_716 + - &ref_460 schema: *ref_1 implementation: Method required: true @@ -18675,45 +12682,17 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_713 - schema: *ref_711 + - &ref_461 + schema: *ref_458 implementation: Method language: default: name: version description: Version of the deployments to be listed serializedName: version - go: - name: Version - description: Version of the deployments to be listed - byValue: true - paramGroup: &ref_717 - schema: - type: object - language: - default: &ref_712 - name: DeploymentsClientListForClusterOptions - description: DeploymentsClientListForClusterOptions contains the optional parameters for the DeploymentsClient.NewListForClusterPager method. - go: *ref_712 - protocol: {} - originalParameter: - - *ref_713 - required: false - serializedName: DeploymentsClientListForClusterOptions - language: - default: &ref_714 - name: options - description: DeploymentsClientListForClusterOptions contains the optional parameters for the DeploymentsClient.NewListForClusterPager method. - go: *ref_714 - protocol: {} - serializedName: version protocol: http: explode: true @@ -18721,7 +12700,7 @@ operationGroups: style: form requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18730,10 +12709,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -18742,27 +12717,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/deployments method: get uri: '{$host}' signatureParameters: - - *ref_715 - - *ref_716 - - *ref_713 + - *ref_459 + - *ref_460 + - *ref_461 responses: - - schema: *ref_706 + - schema: *ref_457 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -18771,14 +12740,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -18837,51 +12803,15 @@ operationGroups: description: List deployments for a certain service paging: nextLinkName: nextLink - go: - name: ListForCluster - description: List deployments for a certain service - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: *ref_717 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listForCluster - requestMethod: listForClusterCreateRequest - responseMethod: listForClusterHandleResponse - responseEnv: &ref_869 - type: object - properties: - - &ref_719 - schema: *ref_706 - serializedName: DeploymentResourceCollection - language: - default: &ref_718 - name: DeploymentResourceCollection - description: Object that includes an array of App resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_718 - protocol: {} - language: - default: &ref_720 - name: DeploymentsClientListForClusterResponse - description: DeploymentsClientListForClusterResponse contains the response from method DeploymentsClient.NewListForClusterPager. - marshallingFormat: json - responseType: true - resultProp: *ref_719 - go: *ref_720 - protocol: {} protocol: {} - operationId: Deployments_Start apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_721 + - &ref_462 schema: *ref_1 implementation: Method required: true @@ -18890,14 +12820,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_722 + - &ref_463 schema: *ref_1 implementation: Method required: true @@ -18906,14 +12832,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_723 + - &ref_464 schema: *ref_1 implementation: Method required: true @@ -18922,14 +12844,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_724 + - &ref_465 schema: *ref_1 implementation: Method required: true @@ -18938,16 +12856,12 @@ operationGroups: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18956,10 +12870,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -18968,27 +12878,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start method: post uri: '{$host}' signatureParameters: - - *ref_721 - - *ref_722 - - *ref_723 - - *ref_724 + - *ref_462 + - *ref_463 + - *ref_464 + - *ref_465 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: @@ -18997,22 +12901,16 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the Deployment is now starting and contains a Location header to\r\nquery the operation result." - go: - name: '' - description: Accepted. The response indicates the Deployment is now starting and contains a Location header to query the operation result. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19043,70 +12941,15 @@ operationGroups: default: name: Start description: Start the deployment. - go: - name: Start - description: |- - Start the deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_818 - schema: - type: object - language: - default: &ref_725 - name: DeploymentsClientBeginStartOptions - description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. - go: *ref_725 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_726 - name: string - description: '' - go: *ref_726 - protocol: {} - language: - default: &ref_727 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_727 - protocol: {} - required: false - serializedName: DeploymentsClientBeginStartOptions - language: - default: &ref_728 - name: options - description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. - go: *ref_728 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_870 - type: object - language: - default: &ref_729 - name: DeploymentsClientStartResponse - description: DeploymentsClientStartResponse contains the response from method DeploymentsClient.BeginStart. - forLRO: true - responseType: true - go: *ref_729 - protocol: {} protocol: {} - operationId: Deployments_Stop apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_730 + - &ref_466 schema: *ref_1 implementation: Method required: true @@ -19115,14 +12958,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_731 + - &ref_467 schema: *ref_1 implementation: Method required: true @@ -19131,14 +12970,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_732 + - &ref_468 schema: *ref_1 implementation: Method required: true @@ -19147,14 +12982,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_733 + - &ref_469 schema: *ref_1 implementation: Method required: true @@ -19163,16 +12994,12 @@ operationGroups: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19181,10 +13008,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19193,27 +13016,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/stop method: post uri: '{$host}' signatureParameters: - - *ref_730 - - *ref_731 - - *ref_732 - - *ref_733 + - *ref_466 + - *ref_467 + - *ref_468 + - *ref_469 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: @@ -19222,22 +13039,16 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the Deployment is now stopping and contains a Location header to\r\nquery the operation result." - go: - name: '' - description: Accepted. The response indicates the Deployment is now stopping and contains a Location header to query the operation result. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19268,70 +13079,15 @@ operationGroups: default: name: Stop description: Stop the deployment. - go: - name: Stop - description: |- - Stop the deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_819 - schema: - type: object - language: - default: &ref_734 - name: DeploymentsClientBeginStopOptions - description: DeploymentsClientBeginStopOptions contains the optional parameters for the DeploymentsClient.BeginStop method. - go: *ref_734 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_735 - name: string - description: '' - go: *ref_735 - protocol: {} - language: - default: &ref_736 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_736 - protocol: {} - required: false - serializedName: DeploymentsClientBeginStopOptions - language: - default: &ref_737 - name: options - description: DeploymentsClientBeginStopOptions contains the optional parameters for the DeploymentsClient.BeginStop method. - go: *ref_737 - protocol: {} - protocolNaming: - internalMethod: stop - requestMethod: stopCreateRequest - responseMethod: stopHandleResponse - responseEnv: &ref_871 - type: object - language: - default: &ref_738 - name: DeploymentsClientStopResponse - description: DeploymentsClientStopResponse contains the response from method DeploymentsClient.BeginStop. - forLRO: true - responseType: true - go: *ref_738 - protocol: {} protocol: {} - operationId: Deployments_Restart apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_739 + - &ref_470 schema: *ref_1 implementation: Method required: true @@ -19340,14 +13096,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_740 + - &ref_471 schema: *ref_1 implementation: Method required: true @@ -19356,14 +13108,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_741 + - &ref_472 schema: *ref_1 implementation: Method required: true @@ -19372,14 +13120,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_742 + - &ref_473 schema: *ref_1 implementation: Method required: true @@ -19388,16 +13132,12 @@ operationGroups: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19406,10 +13146,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19418,27 +13154,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_739 - - *ref_740 - - *ref_741 - - *ref_742 + - *ref_470 + - *ref_471 + - *ref_472 + - *ref_473 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: @@ -19447,22 +13177,16 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the Deployment is now restarting and contains a Location header\r\nto query the operation result." - go: - name: '' - description: Accepted. The response indicates the Deployment is now restarting and contains a Location header to query the operation result. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19493,70 +13217,15 @@ operationGroups: default: name: Restart description: Restart the deployment. - go: - name: Restart - description: |- - Restart the deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_820 - schema: - type: object - language: - default: &ref_743 - name: DeploymentsClientBeginRestartOptions - description: DeploymentsClientBeginRestartOptions contains the optional parameters for the DeploymentsClient.BeginRestart method. - go: *ref_743 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_744 - name: string - description: '' - go: *ref_744 - protocol: {} - language: - default: &ref_745 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_745 - protocol: {} - required: false - serializedName: DeploymentsClientBeginRestartOptions - language: - default: &ref_746 - name: options - description: DeploymentsClientBeginRestartOptions contains the optional parameters for the DeploymentsClient.BeginRestart method. - go: *ref_746 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_872 - type: object - language: - default: &ref_747 - name: DeploymentsClientRestartResponse - description: DeploymentsClientRestartResponse contains the response from method DeploymentsClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_747 - protocol: {} protocol: {} - operationId: Deployments_GetLogFileUrl apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_748 + - &ref_474 schema: *ref_1 implementation: Method required: true @@ -19565,14 +13234,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_749 + - &ref_475 schema: *ref_1 implementation: Method required: true @@ -19581,14 +13246,10 @@ operationGroups: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_750 + - &ref_476 schema: *ref_1 implementation: Method required: true @@ -19597,14 +13258,10 @@ operationGroups: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_751 + - &ref_477 schema: *ref_1 implementation: Method required: true @@ -19613,16 +13270,12 @@ operationGroups: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19631,10 +13284,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19643,28 +13292,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/getLogFileUrl method: post uri: '{$host}' signatureParameters: - - *ref_748 - - *ref_749 - - *ref_750 - - *ref_751 + - *ref_474 + - *ref_475 + - *ref_476 + - *ref_477 responses: - - schema: *ref_752 + - schema: *ref_478 language: default: name: '' description: Success. The response contains the log file URL. - go: - name: '' - description: Success. The response contains the log file URL. protocol: http: knownMediaType: json @@ -19676,22 +13319,16 @@ operationGroups: default: name: '' description: Success. The deployment does not have log file. - go: - name: '' - description: Success. The deployment does not have log file. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19720,71 +13357,11 @@ operationGroups: default: name: GetLogFileUrl description: Get deployment log file URL - go: - name: GetLogFileURL - description: |- - Get deployment log file URL - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_821 - schema: - type: object - language: - default: &ref_753 - name: DeploymentsClientGetLogFileURLOptions - description: DeploymentsClientGetLogFileURLOptions contains the optional parameters for the DeploymentsClient.GetLogFileURL method. - go: *ref_753 - protocol: {} - originalParameter: [] - required: false - serializedName: DeploymentsClientGetLogFileURLOptions - language: - default: &ref_754 - name: options - description: DeploymentsClientGetLogFileURLOptions contains the optional parameters for the DeploymentsClient.GetLogFileURL method. - go: *ref_754 - protocol: {} - protocolNaming: - internalMethod: getLogFileURL - requestMethod: getLogFileURLCreateRequest - responseMethod: getLogFileURLHandleResponse - responseEnv: &ref_873 - type: object - properties: - - &ref_756 - schema: *ref_752 - serializedName: LogFileURLResponse - language: - default: &ref_755 - name: LogFileURLResponse - description: Log file URL payload - byValue: true - embeddedType: true - go: *ref_755 - protocol: {} - language: - default: &ref_757 - name: DeploymentsClientGetLogFileURLResponse - description: DeploymentsClientGetLogFileURLResponse contains the response from method DeploymentsClient.GetLogFileURL. - marshallingFormat: json - responseType: true - resultProp: *ref_756 - go: *ref_757 - protocol: {} protocol: {} language: default: name: Deployments description: '' - go: - name: Deployments - description: '' - clientCtorName: NewDeploymentsClient - clientName: DeploymentsClient - clientParams: - - *ref_281 protocol: {} - $key: Operations operations: @@ -19792,11 +13369,11 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - - *ref_280 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19805,10 +13382,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19817,9 +13390,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AppPlatform/operations @@ -19827,14 +13397,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_758 + - schema: *ref_479 language: default: name: '' description: Success. The response describes the list of operations. - go: - name: '' - description: Success. The response describes the list of operations. protocol: http: knownMediaType: json @@ -19843,14 +13410,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19887,69 +13451,11 @@ operationGroups: description: Lists all of the available REST API operations of the Microsoft.AppPlatform provider. paging: nextLinkName: nextLink - go: - name: List - description: Lists all of the available REST API operations of the Microsoft.AppPlatform provider. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_822 - schema: - type: object - language: - default: &ref_759 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_759 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_760 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_760 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_874 - type: object - properties: - - &ref_762 - schema: *ref_758 - serializedName: AvailableOperations - language: - default: &ref_761 - name: AvailableOperations - description: Available operations of the service - byValue: true - embeddedType: true - go: *ref_761 - protocol: {} - language: - default: &ref_763 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_762 - go: *ref_763 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - $key: RuntimeVersions operations: @@ -19957,11 +13463,11 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - - *ref_280 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19970,10 +13476,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19982,9 +13484,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AppPlatform/runtimeVersions @@ -19992,14 +13491,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_764 + - schema: *ref_480 language: default: name: '' description: Success. The response describes the details of all supported deployment runtime versions. - go: - name: '' - description: Success. The response describes the details of all supported deployment runtime versions. protocol: http: knownMediaType: json @@ -20008,14 +13504,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -20046,69 +13539,11 @@ operationGroups: default: name: ListRuntimeVersions description: Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. - go: - name: ListRuntimeVersions - description: |- - Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RuntimeVersionsClient - openApiType: arm - optionalParamGroup: &ref_823 - schema: - type: object - language: - default: &ref_765 - name: RuntimeVersionsClientListRuntimeVersionsOptions - description: RuntimeVersionsClientListRuntimeVersionsOptions contains the optional parameters for the RuntimeVersionsClient.ListRuntimeVersions method. - go: *ref_765 - protocol: {} - originalParameter: [] - required: false - serializedName: RuntimeVersionsClientListRuntimeVersionsOptions - language: - default: &ref_766 - name: options - description: RuntimeVersionsClientListRuntimeVersionsOptions contains the optional parameters for the RuntimeVersionsClient.ListRuntimeVersions method. - go: *ref_766 - protocol: {} - protocolNaming: - internalMethod: listRuntimeVersions - requestMethod: listRuntimeVersionsCreateRequest - responseMethod: listRuntimeVersionsHandleResponse - responseEnv: &ref_875 - type: object - properties: - - &ref_768 - schema: *ref_764 - serializedName: AvailableRuntimeVersions - language: - default: &ref_767 - name: AvailableRuntimeVersions - description: '' - byValue: true - embeddedType: true - go: *ref_767 - protocol: {} - language: - default: &ref_769 - name: RuntimeVersionsClientListRuntimeVersionsResponse - description: RuntimeVersionsClientListRuntimeVersionsResponse contains the response from method RuntimeVersionsClient.ListRuntimeVersions. - marshallingFormat: json - responseType: true - resultProp: *ref_768 - go: *ref_769 - protocol: {} protocol: {} language: default: name: RuntimeVersions description: '' - go: - name: RuntimeVersions - description: '' - clientCtorName: NewRuntimeVersionsClient - clientName: RuntimeVersionsClient protocol: {} - $key: Skus operations: @@ -20116,12 +13551,12 @@ operationGroups: apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -20130,10 +13565,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -20142,9 +13573,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/skus @@ -20152,14 +13580,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_770 + - schema: *ref_481 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -20168,14 +13593,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -20217,71 +13639,11 @@ operationGroups: description: Lists all of the available skus of the Microsoft.AppPlatform provider. paging: nextLinkName: nextLink - go: - name: List - description: Lists all of the available skus of the Microsoft.AppPlatform provider. - azureARM: true - clientName: SKUsClient - openApiType: arm - optionalParamGroup: &ref_824 - schema: - type: object - language: - default: &ref_771 - name: SKUsClientListOptions - description: SKUsClientListOptions contains the optional parameters for the SKUsClient.NewListPager method. - go: *ref_771 - protocol: {} - originalParameter: [] - required: false - serializedName: SKUsClientListOptions - language: - default: &ref_772 - name: options - description: SKUsClientListOptions contains the optional parameters for the SKUsClient.NewListPager method. - go: *ref_772 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_876 - type: object - properties: - - &ref_774 - schema: *ref_770 - serializedName: ResourceSKUCollection - language: - default: &ref_773 - name: ResourceSKUCollection - description: Object that includes an array of Azure Spring Cloud SKU and a possible link for next set - byValue: true - embeddedType: true - go: *ref_773 - protocol: {} - language: - default: &ref_775 - name: SKUsClientListResponse - description: SKUsClientListResponse contains the response from method SKUsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_774 - go: *ref_775 - protocol: {} protocol: {} language: default: name: Skus description: '' - go: - name: SKUs - description: '' - clientCtorName: NewSKUsClient - clientName: SKUsClient - clientParams: - - *ref_281 protocol: {} security: authenticationRequired: true @@ -20293,122 +13655,5 @@ language: default: name: AppPlatformManagementClient description: '' - go: - name: AppPlatformManagementClient - description: '' - azureARM: true - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armappplatform - parameterGroups: - - *ref_776 - - *ref_777 - - *ref_778 - - *ref_779 - - *ref_780 - - *ref_781 - - *ref_782 - - *ref_783 - - *ref_784 - - *ref_785 - - *ref_786 - - *ref_787 - - *ref_788 - - *ref_789 - - *ref_790 - - *ref_791 - - *ref_792 - - *ref_793 - - *ref_448 - - *ref_794 - - *ref_795 - - *ref_796 - - *ref_797 - - *ref_798 - - *ref_799 - - *ref_800 - - *ref_801 - - *ref_802 - - *ref_803 - - *ref_804 - - *ref_805 - - *ref_806 - - *ref_807 - - *ref_808 - - *ref_809 - - *ref_810 - - *ref_811 - - *ref_812 - - *ref_813 - - *ref_814 - - *ref_815 - - *ref_816 - - *ref_817 - - *ref_707 - - *ref_717 - - *ref_818 - - *ref_819 - - *ref_820 - - *ref_821 - - *ref_822 - - *ref_823 - - *ref_824 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_825 - - *ref_826 - - *ref_827 - - *ref_828 - - *ref_829 - - *ref_830 - - *ref_831 - - *ref_832 - - *ref_833 - - *ref_834 - - *ref_835 - - *ref_836 - - *ref_837 - - *ref_838 - - *ref_839 - - *ref_840 - - *ref_841 - - *ref_842 - - *ref_843 - - *ref_844 - - *ref_845 - - *ref_846 - - *ref_847 - - *ref_848 - - *ref_849 - - *ref_850 - - *ref_851 - - *ref_852 - - *ref_853 - - *ref_854 - - *ref_855 - - *ref_856 - - *ref_857 - - *ref_858 - - *ref_859 - - *ref_860 - - *ref_861 - - *ref_862 - - *ref_863 - - *ref_864 - - *ref_865 - - *ref_866 - - *ref_867 - - *ref_868 - - *ref_869 - - *ref_870 - - *ref_871 - - *ref_872 - - *ref_873 - - *ref_874 - - *ref_875 - - *ref_876 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/test-modeler.yaml b/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/test-modeler.yaml index fd14d1514..d29fb0036 100644 --- a/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/test-modeler.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/appplatform/armappplatform/__debug/test-modeler.yaml @@ -3,15 +3,12 @@ info: title: AppPlatformManagementClient schemas: booleans: - - &ref_136 + - &ref_135 type: boolean language: default: name: Boolean description: Indicates whether the test endpoint feature enabled or not - go: - name: bool - description: Indicates whether the test endpoint feature enabled or not protocol: {} - &ref_20 type: boolean @@ -19,19 +16,13 @@ schemas: default: name: Boolean description: Strict host key checking or not. - go: - name: bool - description: Strict host key checking or not. protocol: {} - - &ref_142 + - &ref_141 type: boolean language: default: name: Boolean description: Indicate if the config server settings are valid - go: - name: bool - description: Indicate if the config server settings are valid protocol: {} - &ref_31 type: boolean @@ -39,9 +30,6 @@ schemas: default: name: Boolean description: Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not - go: - name: bool - description: Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not protocol: {} - &ref_35 type: boolean @@ -49,9 +37,6 @@ schemas: default: name: Boolean description: Indicates whether the App exposes public endpoint - go: - name: bool - description: Indicates whether the App exposes public endpoint protocol: {} - &ref_40 type: boolean @@ -60,9 +45,6 @@ schemas: default: name: Boolean description: Indicate if only https is allowed. - go: - name: bool - description: Indicate if only https is allowed. protocol: {} - &ref_47 type: boolean @@ -71,29 +53,20 @@ schemas: default: name: Boolean description: Indicate if end to end TLS is enabled. - go: - name: bool - description: Indicate if end to end TLS is enabled. protocol: {} - - &ref_162 + - &ref_161 type: boolean language: default: name: Boolean description: Indicates whether the name is available - go: - name: bool - description: Indicates whether the name is available protocol: {} - - &ref_168 + - &ref_167 type: boolean language: default: name: Boolean description: Indicates if domain name is valid. - go: - name: bool - description: Indicates if domain name is valid. protocol: {} - &ref_86 type: boolean @@ -101,42 +74,30 @@ schemas: default: name: Boolean description: Indicates whether the Deployment is active - go: - name: bool - description: Indicates whether the Deployment is active protocol: {} - - &ref_178 + - &ref_177 type: boolean language: default: name: Boolean description: Indicates whether the operation is a data action - go: - name: bool - description: Indicates whether the operation is a data action protocol: {} - - &ref_196 + - &ref_195 type: boolean language: default: name: Boolean description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. - go: - name: bool - description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. protocol: {} - - &ref_199 + - &ref_198 type: boolean language: default: name: Boolean description: Whether this dimension should be included for the Shoebox export scenario - go: - name: bool - description: Whether this dimension should be included for the Shoebox export scenario protocol: {} numbers: - - &ref_117 + - &ref_116 type: integer apiVersions: - version: 2020-11-01-preview @@ -145,11 +106,8 @@ schemas: default: name: RequiredTrafficPort description: The port of required traffic - go: - name: int32 - description: The port of required traffic protocol: {} - - &ref_121 + - &ref_120 type: integer apiVersions: - version: 2020-11-01-preview @@ -158,9 +116,6 @@ schemas: default: name: ClusterResourcePropertiesVersion description: Version of the Service - go: - name: int32 - description: Version of the Service protocol: {} - &ref_95 type: integer @@ -171,9 +126,6 @@ schemas: default: name: SkuCapacity description: Current capacity of the target resource - go: - name: int32 - description: Current capacity of the target resource protocol: {} - &ref_33 type: number @@ -186,9 +138,6 @@ schemas: default: name: MonitoringSettingPropertiesAppInsightsSamplingRate description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] - go: - name: float64 - description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] protocol: {} - &ref_42 type: integer @@ -201,9 +150,6 @@ schemas: default: name: TemporaryDiskSizeInGB description: Size of the temporary disk in GB - go: - name: int32 - description: Size of the temporary disk in GB protocol: {} - &ref_44 type: integer @@ -216,9 +162,6 @@ schemas: default: name: PersistentDiskSizeInGB description: Size of the persistent disk in GB - go: - name: int32 - description: Size of the persistent disk in GB protocol: {} - &ref_45 type: integer @@ -231,9 +174,6 @@ schemas: default: name: PersistentDiskUsedInGB description: Size of the used persistent disk in GB - go: - name: int32 - description: Size of the used persistent disk in GB protocol: {} - &ref_78 type: integer @@ -245,9 +185,6 @@ schemas: default: name: DeploymentSettingsCpu description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) - go: - name: int32 - description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) protocol: {} - &ref_79 type: integer @@ -259,11 +196,8 @@ schemas: default: name: DeploymentSettingsMemoryInGB description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) - go: - name: int32 - description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) protocol: {} - - &ref_216 + - &ref_215 type: integer apiVersions: - version: 2020-11-01-preview @@ -272,11 +206,8 @@ schemas: default: name: SkuCapacityMinimum description: Gets or sets the minimum. - go: - name: int32 - description: Gets or sets the minimum. protocol: {} - - &ref_217 + - &ref_216 type: integer apiVersions: - version: 2020-11-01-preview @@ -285,11 +216,8 @@ schemas: default: name: SkuCapacityMaximum description: Gets or sets the maximum. - go: - name: int32 - description: Gets or sets the maximum. protocol: {} - - &ref_218 + - &ref_217 type: integer apiVersions: - version: 2020-11-01-preview @@ -298,9 +226,6 @@ schemas: default: name: SkuCapacityDefault description: Gets or sets the default. - go: - name: int32 - description: Gets or sets the default. protocol: {} strings: - &ref_0 @@ -309,9 +234,6 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - &ref_1 type: string @@ -321,9 +243,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_109 type: string @@ -337,9 +256,6 @@ schemas: default: name: NetworkProfileServiceRuntimeSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime - go: - name: string - description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime protocol: {} - &ref_110 type: string @@ -353,9 +269,6 @@ schemas: default: name: NetworkProfileAppSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps - go: - name: string - description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps protocol: {} - &ref_111 type: string @@ -369,9 +282,6 @@ schemas: default: name: NetworkProfileServiceCidr description: Azure Spring Cloud service reserved CIDR - go: - name: string - description: Azure Spring Cloud service reserved CIDR protocol: {} - &ref_112 type: string @@ -385,9 +295,6 @@ schemas: default: name: NetworkProfileServiceRuntimeNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime - go: - name: string - description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime protocol: {} - &ref_113 type: string @@ -401,9 +308,6 @@ schemas: default: name: NetworkProfileAppNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Apps - go: - name: string - description: Name of the resource group containing network resources of Azure Spring Cloud Apps protocol: {} - &ref_114 type: string @@ -413,11 +317,8 @@ schemas: default: name: NetworkProfileOutboundIPsPublicIPsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_116 + - &ref_115 type: string apiVersions: - version: 2020-11-01-preview @@ -425,11 +326,8 @@ schemas: default: name: RequiredTrafficProtocol description: The protocol of required traffic - go: - name: string - description: The protocol of required traffic protocol: {} - - &ref_118 + - &ref_117 type: string apiVersions: - version: 2020-11-01-preview @@ -437,11 +335,8 @@ schemas: default: name: RequiredTrafficIpsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_119 + - &ref_118 type: string apiVersions: - version: 2020-11-01-preview @@ -449,11 +344,8 @@ schemas: default: name: RequiredTrafficFqdnsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_122 + - &ref_121 type: string apiVersions: - version: 2020-11-01-preview @@ -461,9 +353,6 @@ schemas: default: name: ClusterResourcePropertiesServiceId description: ServiceInstanceEntity GUID which uniquely identifies a created resource - go: - name: string - description: ServiceInstanceEntity GUID which uniquely identifies a created resource protocol: {} - &ref_93 type: string @@ -474,9 +363,6 @@ schemas: default: name: SkuName description: Name of the Sku - go: - name: string - description: Name of the Sku protocol: {} - &ref_94 type: string @@ -487,9 +373,6 @@ schemas: default: name: SkuTier description: Tier of the Sku - go: - name: string - description: Tier of the Sku protocol: {} - &ref_106 type: string @@ -499,9 +382,6 @@ schemas: default: name: TrackedResourceLocation description: The GEO location of the resource. - go: - name: string - description: The GEO location of the resource. protocol: {} - &ref_103 type: string @@ -511,9 +391,6 @@ schemas: default: name: ResourceId description: Fully qualified resource Id for the resource. - go: - name: string - description: Fully qualified resource Id for the resource. protocol: {} - &ref_104 type: string @@ -523,9 +400,6 @@ schemas: default: name: ResourceName description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - &ref_105 type: string @@ -535,11 +409,8 @@ schemas: default: name: ResourceType description: The type of the resource. - go: - name: string - description: The type of the resource. protocol: {} - - &ref_128 + - &ref_127 type: string apiVersions: - version: 2020-11-01-preview @@ -547,11 +418,8 @@ schemas: default: name: CloudErrorBodyCode description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - go: - name: string - description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. protocol: {} - - &ref_129 + - &ref_128 type: string apiVersions: - version: 2020-11-01-preview @@ -559,11 +427,8 @@ schemas: default: name: CloudErrorBodyMessage description: A message describing the error, intended to be suitable for display in a user interface. - go: - name: string - description: A message describing the error, intended to be suitable for display in a user interface. protocol: {} - - &ref_130 + - &ref_129 type: string apiVersions: - version: 2020-11-01-preview @@ -571,11 +436,8 @@ schemas: default: name: CloudErrorBodyTarget description: The target of the particular error. For example, the name of the property in error. - go: - name: string - description: The target of the particular error. For example, the name of the property in error. protocol: {} - - &ref_132 + - &ref_131 type: string apiVersions: - version: 2020-11-01-preview @@ -583,11 +445,8 @@ schemas: default: name: TestKeysPrimaryKey description: Primary key - go: - name: string - description: Primary key protocol: {} - - &ref_133 + - &ref_132 type: string apiVersions: - version: 2020-11-01-preview @@ -595,11 +454,8 @@ schemas: default: name: TestKeysSecondaryKey description: Secondary key - go: - name: string - description: Secondary key protocol: {} - - &ref_134 + - &ref_133 type: string apiVersions: - version: 2020-11-01-preview @@ -607,11 +463,8 @@ schemas: default: name: TestKeysPrimaryTestEndpoint description: Primary test endpoint - go: - name: string - description: Primary test endpoint protocol: {} - - &ref_135 + - &ref_134 type: string apiVersions: - version: 2020-11-01-preview @@ -619,9 +472,6 @@ schemas: default: name: TestKeysSecondaryTestEndpoint description: Secondary test endpoint - go: - name: string - description: Secondary test endpoint protocol: {} - &ref_8 type: string @@ -631,9 +481,6 @@ schemas: default: name: ErrorCode description: The code of error. - go: - name: string - description: The code of error. protocol: {} - &ref_9 type: string @@ -643,9 +490,6 @@ schemas: default: name: ErrorMessage description: The message of error. - go: - name: string - description: The message of error. protocol: {} - &ref_10 type: string @@ -655,9 +499,6 @@ schemas: default: name: GitPatternRepositoryName description: Name of the repository - go: - name: string - description: Name of the repository protocol: {} - &ref_11 type: string @@ -667,9 +508,6 @@ schemas: default: name: GitPatternRepositoryPatternItem description: '' - go: - name: string - description: '' protocol: {} - &ref_12 type: string @@ -679,9 +517,6 @@ schemas: default: name: GitPatternRepositoryUri description: URI of the repository - go: - name: string - description: URI of the repository protocol: {} - &ref_13 type: string @@ -691,9 +526,6 @@ schemas: default: name: GitPatternRepositoryLabel description: Label of the repository - go: - name: string - description: Label of the repository protocol: {} - &ref_14 type: string @@ -703,9 +535,6 @@ schemas: default: name: GitPatternRepositorySearchPathsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_15 type: string @@ -715,9 +544,6 @@ schemas: default: name: GitPatternRepositoryUsername description: Username of git repository basic auth. - go: - name: string - description: Username of git repository basic auth. protocol: {} - &ref_16 type: string @@ -727,9 +553,6 @@ schemas: default: name: GitPatternRepositoryPassword description: Password of git repository basic auth. - go: - name: string - description: Password of git repository basic auth. protocol: {} - &ref_17 type: string @@ -739,9 +562,6 @@ schemas: default: name: GitPatternRepositoryHostKey description: Public sshKey of git repository. - go: - name: string - description: Public sshKey of git repository. protocol: {} - &ref_18 type: string @@ -751,9 +571,6 @@ schemas: default: name: GitPatternRepositoryHostKeyAlgorithm description: SshKey algorithm of git repository. - go: - name: string - description: SshKey algorithm of git repository. protocol: {} - &ref_19 type: string @@ -763,9 +580,6 @@ schemas: default: name: GitPatternRepositoryPrivateKey description: Private sshKey algorithm of git repository. - go: - name: string - description: Private sshKey algorithm of git repository. protocol: {} - &ref_21 type: string @@ -775,9 +589,6 @@ schemas: default: name: ConfigServerGitPropertyUri description: URI of the repository - go: - name: string - description: URI of the repository protocol: {} - &ref_22 type: string @@ -787,9 +598,6 @@ schemas: default: name: ConfigServerGitPropertyLabel description: Label of the repository - go: - name: string - description: Label of the repository protocol: {} - &ref_23 type: string @@ -799,9 +607,6 @@ schemas: default: name: ConfigServerGitPropertySearchPathsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_24 type: string @@ -811,9 +616,6 @@ schemas: default: name: ConfigServerGitPropertyUsername description: Username of git repository basic auth. - go: - name: string - description: Username of git repository basic auth. protocol: {} - &ref_25 type: string @@ -823,9 +625,6 @@ schemas: default: name: ConfigServerGitPropertyPassword description: Password of git repository basic auth. - go: - name: string - description: Password of git repository basic auth. protocol: {} - &ref_26 type: string @@ -835,9 +634,6 @@ schemas: default: name: ConfigServerGitPropertyHostKey description: Public sshKey of git repository. - go: - name: string - description: Public sshKey of git repository. protocol: {} - &ref_27 type: string @@ -847,9 +643,6 @@ schemas: default: name: ConfigServerGitPropertyHostKeyAlgorithm description: SshKey algorithm of git repository. - go: - name: string - description: SshKey algorithm of git repository. protocol: {} - &ref_28 type: string @@ -859,11 +652,8 @@ schemas: default: name: ConfigServerGitPropertyPrivateKey description: Private sshKey algorithm of git repository. - go: - name: string - description: Private sshKey algorithm of git repository. protocol: {} - - &ref_143 + - &ref_142 type: string apiVersions: - version: 2020-11-01-preview @@ -871,11 +661,8 @@ schemas: default: name: ConfigServerSettingsErrorRecordName description: The name of the config server settings error record - go: - name: string - description: The name of the config server settings error record protocol: {} - - &ref_144 + - &ref_143 type: string apiVersions: - version: 2020-11-01-preview @@ -883,11 +670,8 @@ schemas: default: name: ConfigServerSettingsErrorRecordUri description: The uri of the config server settings error record - go: - name: string - description: The uri of the config server settings error record protocol: {} - - &ref_145 + - &ref_144 type: string apiVersions: - version: 2020-11-01-preview @@ -895,9 +679,6 @@ schemas: default: name: ConfigServerSettingsErrorRecordMessagesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_32 type: string @@ -907,9 +688,6 @@ schemas: default: name: MonitoringSettingPropertiesAppInsightsInstrumentationKey description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings - go: - name: string - description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings protocol: {} - &ref_34 type: string @@ -919,9 +697,6 @@ schemas: default: name: ApplicationInsightsAgentVersionsJava description: Indicates the version of application insight java agent - go: - name: string - description: Indicates the version of application insight java agent protocol: {} - &ref_36 type: string @@ -931,9 +706,6 @@ schemas: default: name: AppResourcePropertiesUrl description: URL of the App - go: - name: string - description: URL of the App protocol: {} - &ref_38 type: string @@ -943,9 +715,6 @@ schemas: default: name: AppResourcePropertiesActiveDeploymentName description: Name of the active deployment of the App - go: - name: string - description: Name of the active deployment of the App protocol: {} - &ref_39 type: string @@ -959,9 +728,6 @@ schemas: default: name: AppResourcePropertiesFqdn description: Fully qualified dns Name. - go: - name: string - description: Fully qualified dns Name. protocol: {} - &ref_43 type: string @@ -972,9 +738,6 @@ schemas: default: name: TemporaryDiskMountPath description: Mount path of the temporary disk - go: - name: string - description: Mount path of the temporary disk protocol: {} - &ref_46 type: string @@ -984,9 +747,6 @@ schemas: default: name: PersistentDiskMountPath description: Mount path of the persistent disk - go: - name: string - description: Mount path of the persistent disk protocol: {} - &ref_49 type: string @@ -996,9 +756,6 @@ schemas: default: name: ManagedIdentityPropertiesPrincipalId description: Principal Id - go: - name: string - description: Principal Id protocol: {} - &ref_50 type: string @@ -1008,9 +765,6 @@ schemas: default: name: ManagedIdentityPropertiesTenantId description: Tenant Id - go: - name: string - description: Tenant Id protocol: {} - &ref_51 type: string @@ -1020,11 +774,8 @@ schemas: default: name: AppResourceLocation description: The GEO location of the application, always the same with its parent resource - go: - name: string - description: The GEO location of the application, always the same with its parent resource protocol: {} - - &ref_153 + - &ref_152 type: string apiVersions: - version: 2020-11-01-preview @@ -1032,11 +783,8 @@ schemas: default: name: AppResourceCollectionNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_154 + - &ref_153 type: string apiVersions: - version: 2020-11-01-preview @@ -1044,11 +792,8 @@ schemas: default: name: ResourceUploadDefinitionRelativePath description: Source relative path - go: - name: string - description: Source relative path protocol: {} - - &ref_155 + - &ref_154 type: string apiVersions: - version: 2020-11-01-preview @@ -1056,9 +801,6 @@ schemas: default: name: ResourceUploadDefinitionUploadUrl description: Upload URL - go: - name: string - description: Upload URL protocol: {} - &ref_52 type: string @@ -1068,9 +810,6 @@ schemas: default: name: BindingResourcePropertiesResourceName description: The name of the bound resource - go: - name: string - description: The name of the bound resource protocol: {} - &ref_53 type: string @@ -1080,9 +819,6 @@ schemas: default: name: BindingResourcePropertiesResourceType description: The standard Azure resource type of the bound resource - go: - name: string - description: The standard Azure resource type of the bound resource protocol: {} - &ref_54 type: string @@ -1092,9 +828,6 @@ schemas: default: name: BindingResourcePropertiesResourceId description: The Azure resource id of the bound resource - go: - name: string - description: The Azure resource id of the bound resource protocol: {} - &ref_55 type: string @@ -1104,9 +837,6 @@ schemas: default: name: BindingResourcePropertiesKey description: The key of the bound resource - go: - name: string - description: The key of the bound resource protocol: {} - &ref_57 type: string @@ -1116,9 +846,6 @@ schemas: default: name: BindingResourcePropertiesGeneratedProperties description: The generated Spring Boot property file for this binding. The secret will be deducted. - go: - name: string - description: The generated Spring Boot property file for this binding. The secret will be deducted. protocol: {} - &ref_58 type: string @@ -1128,9 +855,6 @@ schemas: default: name: BindingResourcePropertiesCreatedAt description: Creation time of the Binding resource - go: - name: string - description: Creation time of the Binding resource protocol: {} - &ref_59 type: string @@ -1140,11 +864,8 @@ schemas: default: name: BindingResourcePropertiesUpdatedAt description: Update time of the Binding resource - go: - name: string - description: Update time of the Binding resource protocol: {} - - &ref_157 + - &ref_156 type: string apiVersions: - version: 2020-11-01-preview @@ -1152,9 +873,6 @@ schemas: default: name: BindingResourceCollectionNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_60 type: string @@ -1164,9 +882,6 @@ schemas: default: name: CertificatePropertiesThumbprint description: The thumbprint of certificate. - go: - name: string - description: The thumbprint of certificate. protocol: {} - &ref_61 type: string @@ -1176,9 +891,6 @@ schemas: default: name: CertificatePropertiesVaultUri description: The vault uri of user key vault. - go: - name: string - description: The vault uri of user key vault. protocol: {} - &ref_62 type: string @@ -1188,9 +900,6 @@ schemas: default: name: CertificatePropertiesKeyVaultCertName description: The certificate name of key vault. - go: - name: string - description: The certificate name of key vault. protocol: {} - &ref_63 type: string @@ -1200,9 +909,6 @@ schemas: default: name: CertificatePropertiesCertVersion description: The certificate version of key vault. - go: - name: string - description: The certificate version of key vault. protocol: {} - &ref_64 type: string @@ -1212,9 +918,6 @@ schemas: default: name: CertificatePropertiesIssuer description: The issuer of certificate. - go: - name: string - description: The issuer of certificate. protocol: {} - &ref_65 type: string @@ -1224,9 +927,6 @@ schemas: default: name: CertificatePropertiesIssuedDate description: The issue date of certificate. - go: - name: string - description: The issue date of certificate. protocol: {} - &ref_66 type: string @@ -1236,9 +936,6 @@ schemas: default: name: CertificatePropertiesExpirationDate description: The expiration date of certificate. - go: - name: string - description: The expiration date of certificate. protocol: {} - &ref_67 type: string @@ -1248,9 +945,6 @@ schemas: default: name: CertificatePropertiesActivateDate description: The activate date of certificate. - go: - name: string - description: The activate date of certificate. protocol: {} - &ref_68 type: string @@ -1260,9 +954,6 @@ schemas: default: name: CertificatePropertiesSubjectName description: The subject name of certificate. - go: - name: string - description: The subject name of certificate. protocol: {} - &ref_69 type: string @@ -1272,11 +963,8 @@ schemas: default: name: CertificatePropertiesDnsNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_159 + - &ref_158 type: string apiVersions: - version: 2020-11-01-preview @@ -1284,11 +972,8 @@ schemas: default: name: CertificateResourceCollectionNextLink description: The link to next page of certificate list. - go: - name: string - description: The link to next page of certificate list. protocol: {} - - &ref_160 + - &ref_159 type: string apiVersions: - version: 2020-11-01-preview @@ -1296,11 +981,8 @@ schemas: default: name: NameAvailabilityParametersType description: Type of the resource to check name availability - go: - name: string - description: Type of the resource to check name availability protocol: {} - - &ref_161 + - &ref_160 type: string apiVersions: - version: 2020-11-01-preview @@ -1308,11 +990,8 @@ schemas: default: name: NameAvailabilityParametersName description: Name to be checked - go: - name: string - description: Name to be checked protocol: {} - - &ref_163 + - &ref_162 type: string apiVersions: - version: 2020-11-01-preview @@ -1320,11 +999,8 @@ schemas: default: name: NameAvailabilityReason description: Reason why the name is not available - go: - name: string - description: Reason why the name is not available protocol: {} - - &ref_164 + - &ref_163 type: string apiVersions: - version: 2020-11-01-preview @@ -1332,9 +1008,6 @@ schemas: default: name: NameAvailabilityMessage description: Message why the name is not available - go: - name: string - description: Message why the name is not available protocol: {} - &ref_70 type: string @@ -1344,9 +1017,6 @@ schemas: default: name: CustomDomainPropertiesThumbprint description: The thumbprint of bound certificate. - go: - name: string - description: The thumbprint of bound certificate. protocol: {} - &ref_71 type: string @@ -1356,9 +1026,6 @@ schemas: default: name: CustomDomainPropertiesAppName description: The app name of domain. - go: - name: string - description: The app name of domain. protocol: {} - &ref_72 type: string @@ -1368,11 +1035,8 @@ schemas: default: name: CustomDomainPropertiesCertName description: The bound certificate name of domain. - go: - name: string - description: The bound certificate name of domain. protocol: {} - - &ref_166 + - &ref_165 type: string apiVersions: - version: 2020-11-01-preview @@ -1380,11 +1044,8 @@ schemas: default: name: CustomDomainResourceCollectionNextLink description: The link to next page of custom domain list. - go: - name: string - description: The link to next page of custom domain list. protocol: {} - - &ref_167 + - &ref_166 type: string apiVersions: - version: 2020-11-01-preview @@ -1392,11 +1053,8 @@ schemas: default: name: CustomDomainValidatePayloadName description: Name to be validated - go: - name: string - description: Name to be validated protocol: {} - - &ref_169 + - &ref_168 type: string apiVersions: - version: 2020-11-01-preview @@ -1404,9 +1062,6 @@ schemas: default: name: CustomDomainValidateResultMessage description: Message of why domain name is invalid. - go: - name: string - description: Message of why domain name is invalid. protocol: {} - &ref_74 type: string @@ -1416,9 +1071,6 @@ schemas: default: name: UserSourceInfoRelativePath description: Relative path of the storage which stores the source - go: - name: string - description: Relative path of the storage which stores the source protocol: {} - &ref_75 type: string @@ -1428,9 +1080,6 @@ schemas: default: name: UserSourceInfoVersion description: Version of the source - go: - name: string - description: Version of the source protocol: {} - &ref_76 type: string @@ -1440,9 +1089,6 @@ schemas: default: name: UserSourceInfoArtifactSelector description: "Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project." - go: - name: string - description: "Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project." protocol: {} - &ref_77 type: string @@ -1452,9 +1098,6 @@ schemas: default: name: DeploymentResourcePropertiesAppName description: App name of the deployment - go: - name: string - description: App name of the deployment protocol: {} - &ref_80 type: string @@ -1464,9 +1107,6 @@ schemas: default: name: DeploymentSettingsJvmOptions description: JVM parameter - go: - name: string - description: JVM parameter protocol: {} - &ref_81 type: string @@ -1476,9 +1116,6 @@ schemas: default: name: DeploymentSettingsNetCoreMainEntryPath description: The path to the .NET executable relative to zip root - go: - name: string - description: The path to the .NET executable relative to zip root protocol: {} - &ref_88 type: string @@ -1488,9 +1125,6 @@ schemas: default: name: DeploymentInstanceName description: Name of the deployment instance - go: - name: string - description: Name of the deployment instance protocol: {} - &ref_89 type: string @@ -1500,9 +1134,6 @@ schemas: default: name: DeploymentInstanceStatus description: Status of the deployment instance - go: - name: string - description: Status of the deployment instance protocol: {} - &ref_90 type: string @@ -1512,9 +1143,6 @@ schemas: default: name: DeploymentInstanceReason description: Failed reason of the deployment instance - go: - name: string - description: Failed reason of the deployment instance protocol: {} - &ref_91 type: string @@ -1524,9 +1152,6 @@ schemas: default: name: DeploymentInstanceDiscoveryStatus description: Discovery status of the deployment instance - go: - name: string - description: Discovery status of the deployment instance protocol: {} - &ref_92 type: string @@ -1536,11 +1161,8 @@ schemas: default: name: DeploymentInstanceStartTime description: Start time of the deployment instance - go: - name: string - description: Start time of the deployment instance protocol: {} - - &ref_256 + - &ref_255 type: string apiVersions: - version: 2020-11-01-preview @@ -1548,11 +1170,8 @@ schemas: default: name: Get5ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_174 + - &ref_173 type: string apiVersions: - version: 2020-11-01-preview @@ -1560,11 +1179,8 @@ schemas: default: name: DeploymentResourceCollectionNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_258 + - &ref_257 type: string apiVersions: - version: 2020-11-01-preview @@ -1572,11 +1188,8 @@ schemas: default: name: Get4ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_175 + - &ref_174 type: string apiVersions: - version: 2020-11-01-preview @@ -1584,11 +1197,8 @@ schemas: default: name: LogFileUrlResponseUrl description: URL of the log file - go: - name: string - description: URL of the log file protocol: {} - - &ref_176 + - &ref_175 type: string apiVersions: - version: 2020-11-01-preview @@ -1596,11 +1206,8 @@ schemas: default: name: ServiceResourceListNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_177 + - &ref_176 type: string apiVersions: - version: 2020-11-01-preview @@ -1608,11 +1215,8 @@ schemas: default: name: OperationDetailName description: Name of the operation - go: - name: string - description: Name of the operation protocol: {} - - &ref_179 + - &ref_178 type: string apiVersions: - version: 2020-11-01-preview @@ -1620,11 +1224,8 @@ schemas: default: name: OperationDisplayProvider description: Resource provider of the operation - go: - name: string - description: Resource provider of the operation protocol: {} - - &ref_180 + - &ref_179 type: string apiVersions: - version: 2020-11-01-preview @@ -1632,11 +1233,8 @@ schemas: default: name: OperationDisplayResource description: Resource of the operation - go: - name: string - description: Resource of the operation protocol: {} - - &ref_181 + - &ref_180 type: string apiVersions: - version: 2020-11-01-preview @@ -1644,11 +1242,8 @@ schemas: default: name: OperationDisplayOperation description: Localized friendly name for the operation - go: - name: string - description: Localized friendly name for the operation protocol: {} - - &ref_182 + - &ref_181 type: string apiVersions: - version: 2020-11-01-preview @@ -1656,11 +1251,8 @@ schemas: default: name: OperationDisplayDescription description: Localized friendly description for the operation - go: - name: string - description: Localized friendly description for the operation protocol: {} - - &ref_184 + - &ref_183 type: string apiVersions: - version: 2020-11-01-preview @@ -1668,11 +1260,8 @@ schemas: default: name: OperationDetailOrigin description: Origin of the operation - go: - name: string - description: Origin of the operation protocol: {} - - &ref_185 + - &ref_184 type: string apiVersions: - version: 2020-11-01-preview @@ -1680,11 +1269,8 @@ schemas: default: name: LogSpecificationName description: Name of the log - go: - name: string - description: Name of the log protocol: {} - - &ref_186 + - &ref_185 type: string apiVersions: - version: 2020-11-01-preview @@ -1692,11 +1278,8 @@ schemas: default: name: LogSpecificationDisplayName description: Localized friendly display name of the log - go: - name: string - description: Localized friendly display name of the log protocol: {} - - &ref_187 + - &ref_186 type: string apiVersions: - version: 2020-11-01-preview @@ -1704,11 +1287,8 @@ schemas: default: name: LogSpecificationBlobDuration description: Blob duration of the log - go: - name: string - description: Blob duration of the log protocol: {} - - &ref_188 + - &ref_187 type: string apiVersions: - version: 2020-11-01-preview @@ -1716,11 +1296,8 @@ schemas: default: name: MetricSpecificationName description: Name of the metric - go: - name: string - description: Name of the metric protocol: {} - - &ref_189 + - &ref_188 type: string apiVersions: - version: 2020-11-01-preview @@ -1728,11 +1305,8 @@ schemas: default: name: MetricSpecificationDisplayName description: Localized friendly display name of the metric - go: - name: string - description: Localized friendly display name of the metric protocol: {} - - &ref_190 + - &ref_189 type: string apiVersions: - version: 2020-11-01-preview @@ -1740,11 +1314,8 @@ schemas: default: name: MetricSpecificationDisplayDescription description: Localized friendly description of the metric - go: - name: string - description: Localized friendly description of the metric protocol: {} - - &ref_191 + - &ref_190 type: string apiVersions: - version: 2020-11-01-preview @@ -1752,11 +1323,8 @@ schemas: default: name: MetricSpecificationUnit description: Unit that makes sense for the metric - go: - name: string - description: Unit that makes sense for the metric protocol: {} - - &ref_192 + - &ref_191 type: string apiVersions: - version: 2020-11-01-preview @@ -1764,11 +1332,8 @@ schemas: default: name: MetricSpecificationCategory description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. - go: - name: string - description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - - &ref_193 + - &ref_192 type: string apiVersions: - version: 2020-11-01-preview @@ -1776,11 +1341,8 @@ schemas: default: name: MetricSpecificationAggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' - go: - name: string - description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - - &ref_194 + - &ref_193 type: string apiVersions: - version: 2020-11-01-preview @@ -1788,11 +1350,8 @@ schemas: default: name: MetricSpecificationSupportedAggregationTypesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_195 + - &ref_194 type: string apiVersions: - version: 2020-11-01-preview @@ -1800,11 +1359,8 @@ schemas: default: name: MetricSpecificationSupportedTimeGrainTypesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_197 + - &ref_196 type: string apiVersions: - version: 2020-11-01-preview @@ -1812,11 +1368,8 @@ schemas: default: name: MetricDimensionName description: Name of the dimension - go: - name: string - description: Name of the dimension protocol: {} - - &ref_198 + - &ref_197 type: string apiVersions: - version: 2020-11-01-preview @@ -1824,11 +1377,8 @@ schemas: default: name: MetricDimensionDisplayName description: Localized friendly display name of the dimension - go: - name: string - description: Localized friendly display name of the dimension protocol: {} - - &ref_200 + - &ref_199 type: string apiVersions: - version: 2020-11-01-preview @@ -1836,11 +1386,8 @@ schemas: default: name: MetricSpecificationSourceMdmNamespace description: Name of the MDM namespace. Optional. - go: - name: string - description: Name of the MDM namespace. Optional. protocol: {} - - &ref_201 + - &ref_200 type: string apiVersions: - version: 2020-11-01-preview @@ -1848,11 +1395,8 @@ schemas: default: name: AvailableOperationsNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - - &ref_211 + - &ref_210 type: string apiVersions: - version: 2020-11-01-preview @@ -1860,11 +1404,8 @@ schemas: default: name: SupportedRuntimeVersion description: The detailed version (major.minor) of the platform. - go: - name: string - description: The detailed version (major.minor) of the platform. protocol: {} - - &ref_213 + - &ref_212 type: string apiVersions: - version: 2020-11-01-preview @@ -1872,11 +1413,8 @@ schemas: default: name: ResourceSkuResourceType description: Gets the type of resource the SKU applies to. - go: - name: string - description: Gets the type of resource the SKU applies to. protocol: {} - - &ref_214 + - &ref_213 type: string apiVersions: - version: 2020-11-01-preview @@ -1884,11 +1422,8 @@ schemas: default: name: ResourceSkuName description: Gets the name of SKU. - go: - name: string - description: Gets the name of SKU. protocol: {} - - &ref_215 + - &ref_214 type: string apiVersions: - version: 2020-11-01-preview @@ -1896,11 +1431,8 @@ schemas: default: name: ResourceSkuTier description: Gets the tier of SKU. - go: - name: string - description: Gets the tier of SKU. protocol: {} - - &ref_220 + - &ref_219 type: string apiVersions: - version: 2020-11-01-preview @@ -1908,11 +1440,8 @@ schemas: default: name: ResourceSkuLocationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_221 + - &ref_220 type: string apiVersions: - version: 2020-11-01-preview @@ -1920,11 +1449,8 @@ schemas: default: name: ResourceSkuLocationInfoLocation description: Gets location of the SKU - go: - name: string - description: Gets location of the SKU protocol: {} - - &ref_222 + - &ref_221 type: string apiVersions: - version: 2020-11-01-preview @@ -1932,11 +1458,8 @@ schemas: default: name: ResourceSkuLocationInfoZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_223 + - &ref_222 type: string apiVersions: - version: 2020-11-01-preview @@ -1944,11 +1467,8 @@ schemas: default: name: ResourceSkuZoneDetailsNameItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_224 + - &ref_223 type: string apiVersions: - version: 2020-11-01-preview @@ -1956,11 +1476,8 @@ schemas: default: name: ResourceSkuCapabilitiesName description: Gets an invariant to describe the feature. - go: - name: string - description: Gets an invariant to describe the feature. protocol: {} - - &ref_225 + - &ref_224 type: string apiVersions: - version: 2020-11-01-preview @@ -1968,11 +1485,8 @@ schemas: default: name: ResourceSkuCapabilitiesValue description: Gets an invariant if the feature is measured by quantity. - go: - name: string - description: Gets an invariant if the feature is measured by quantity. protocol: {} - - &ref_227 + - &ref_226 type: string apiVersions: - version: 2020-11-01-preview @@ -1980,11 +1494,8 @@ schemas: default: name: ResourceSkuRestrictionsValuesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_228 + - &ref_227 type: string apiVersions: - version: 2020-11-01-preview @@ -1992,11 +1503,8 @@ schemas: default: name: ResourceSkuRestrictionInfoLocationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_229 + - &ref_228 type: string apiVersions: - version: 2020-11-01-preview @@ -2004,11 +1512,8 @@ schemas: default: name: ResourceSkuRestrictionInfoZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_231 + - &ref_230 type: string apiVersions: - version: 2020-11-01-preview @@ -2016,9 +1521,6 @@ schemas: default: name: ResourceSkuCollectionNextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - type: string apiVersions: @@ -2028,9 +1530,6 @@ schemas: default: name: String description: '' - go: - name: String - description: '' protocol: {} choices: - &ref_108 @@ -2040,73 +1539,46 @@ schemas: default: name: Creating description: '' - go: - name: ProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ProvisioningStateUpdating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ProvisioningStateDeleting - description: '' - value: Deleted language: default: name: Deleted description: '' - go: - name: ProvisioningStateDeleted - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStateFailed - description: '' - value: Moving language: default: name: Moving description: '' - go: - name: ProvisioningStateMoving - description: '' - value: Moved language: default: name: Moved description: '' - go: - name: ProvisioningStateMoved - description: '' - value: MoveFailed language: default: name: MoveFailed description: '' - go: - name: ProvisioningStateMoveFailed - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2115,29 +1587,19 @@ schemas: default: name: ProvisioningState description: Provisioning state of the Service - go: - name: ProvisioningState - description: Provisioning state of the Service - possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - - &ref_120 + - &ref_119 choices: - value: Inbound language: default: name: Inbound description: '' - go: - name: TrafficDirectionInbound - description: '' - value: Outbound language: default: name: Outbound description: '' - go: - name: TrafficDirectionOutbound - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2146,29 +1608,19 @@ schemas: default: name: TrafficDirection description: The direction of required traffic - go: - name: TrafficDirection - description: The direction of required traffic - possibleValuesFunc: PossibleTrafficDirectionValues protocol: {} - - &ref_137 + - &ref_136 choices: - value: Primary language: default: name: Primary description: '' - go: - name: TestKeyTypePrimary - description: '' - value: Secondary language: default: name: Secondary description: '' - go: - name: TestKeyTypeSecondary - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2177,10 +1629,6 @@ schemas: default: name: TestKeyType description: Type of the test key - go: - name: TestKeyType - description: Type of the test key - possibleValuesFunc: PossibleTestKeyTypeValues protocol: {} - &ref_7 choices: @@ -2189,41 +1637,26 @@ schemas: default: name: NotAvailable description: '' - go: - name: ConfigServerStateNotAvailable - description: '' - value: Deleted language: default: name: Deleted description: '' - go: - name: ConfigServerStateDeleted - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ConfigServerStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ConfigServerStateSucceeded - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ConfigServerStateUpdating - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2232,10 +1665,6 @@ schemas: default: name: ConfigServerState description: State of the config server. - go: - name: ConfigServerState - description: State of the config server. - possibleValuesFunc: PossibleConfigServerStateValues protocol: {} - &ref_29 choices: @@ -2244,33 +1673,21 @@ schemas: default: name: NotAvailable description: '' - go: - name: MonitoringSettingStateNotAvailable - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: MonitoringSettingStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: MonitoringSettingStateSucceeded - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: MonitoringSettingStateUpdating - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2279,10 +1696,6 @@ schemas: default: name: MonitoringSettingState description: State of the Monitoring Setting. - go: - name: MonitoringSettingState - description: State of the Monitoring Setting. - possibleValuesFunc: PossibleMonitoringSettingStateValues protocol: {} - &ref_37 choices: @@ -2291,33 +1704,21 @@ schemas: default: name: Succeeded description: '' - go: - name: AppResourceProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: AppResourceProvisioningStateFailed - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: AppResourceProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: AppResourceProvisioningStateUpdating - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2326,10 +1727,6 @@ schemas: default: name: AppResourceProvisioningState description: Provisioning state of the App - go: - name: AppResourceProvisioningState - description: Provisioning state of the App - possibleValuesFunc: PossibleAppResourceProvisioningStateValues protocol: {} - &ref_48 choices: @@ -2338,33 +1735,21 @@ schemas: default: name: None description: '' - go: - name: ManagedIdentityTypeNone - description: '' - value: SystemAssigned language: default: name: SystemAssigned description: '' - go: - name: ManagedIdentityTypeSystemAssigned - description: '' - value: UserAssigned language: default: name: UserAssigned description: '' - go: - name: ManagedIdentityTypeUserAssigned - description: '' - value: SystemAssigned,UserAssigned language: default: name: SystemAssignedUserAssigned description: '' - go: - name: ManagedIdentityTypeSystemAssignedUserAssigned - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2373,10 +1758,6 @@ schemas: default: name: ManagedIdentityType description: Type of the managed identity - go: - name: ManagedIdentityType - description: Type of the managed identity - possibleValuesFunc: PossibleManagedIdentityTypeValues protocol: {} - &ref_73 choices: @@ -2385,25 +1766,16 @@ schemas: default: name: Jar description: '' - go: - name: UserSourceTypeJar - description: '' - value: NetCoreZip language: default: name: NetCoreZip description: '' - go: - name: UserSourceTypeNetCoreZip - description: '' - value: Source language: default: name: Source description: '' - go: - name: UserSourceTypeSource - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2412,10 +1784,6 @@ schemas: default: name: UserSourceType description: Type of the source uploaded - go: - name: UserSourceType - description: Type of the source uploaded - possibleValuesFunc: PossibleUserSourceTypeValues protocol: {} - &ref_83 choices: @@ -2424,25 +1792,16 @@ schemas: default: name: Java8 description: '' - go: - name: RuntimeVersionJava8 - description: '' - value: Java_11 language: default: name: Java11 description: '' - go: - name: RuntimeVersionJava11 - description: '' - value: NetCore_31 language: default: name: NetCore31 description: '' - go: - name: RuntimeVersionNetCore31 - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2452,10 +1811,6 @@ schemas: default: name: RuntimeVersion description: Runtime version - go: - name: RuntimeVersion - description: Runtime version - possibleValuesFunc: PossibleRuntimeVersionValues protocol: {} - &ref_84 choices: @@ -2464,33 +1819,21 @@ schemas: default: name: Creating description: '' - go: - name: DeploymentResourceProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: DeploymentResourceProvisioningStateUpdating - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: DeploymentResourceProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: DeploymentResourceProvisioningStateFailed - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2499,10 +1842,6 @@ schemas: default: name: DeploymentResourceProvisioningState description: Provisioning state of the Deployment - go: - name: DeploymentResourceProvisioningState - description: Provisioning state of the Deployment - possibleValuesFunc: PossibleDeploymentResourceProvisioningStateValues protocol: {} - &ref_85 choices: @@ -2511,57 +1850,36 @@ schemas: default: name: Unknown description: '' - go: - name: DeploymentResourceStatusUnknown - description: '' - value: Stopped language: default: name: Stopped description: '' - go: - name: DeploymentResourceStatusStopped - description: '' - value: Running language: default: name: Running description: '' - go: - name: DeploymentResourceStatusRunning - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: DeploymentResourceStatusFailed - description: '' - value: Allocating language: default: name: Allocating description: '' - go: - name: DeploymentResourceStatusAllocating - description: '' - value: Upgrading language: default: name: Upgrading description: '' - go: - name: DeploymentResourceStatusUpgrading - description: '' - value: Compiling language: default: name: Compiling description: '' - go: - name: DeploymentResourceStatusCompiling - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2570,21 +1888,14 @@ schemas: default: name: DeploymentResourceStatus description: Status of the Deployment - go: - name: DeploymentResourceStatus - description: Status of the Deployment - possibleValuesFunc: PossibleDeploymentResourceStatusValues protocol: {} - - &ref_183 + - &ref_182 choices: - value: Internal language: default: name: Internal description: '' - go: - name: ActionTypeInternal - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2593,37 +1904,24 @@ schemas: default: name: ActionType description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - go: - name: ActionType - description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - possibleValuesFunc: PossibleActionTypeValues protocol: {} - - &ref_209 + - &ref_208 choices: - value: Java_8 language: default: name: Java8 description: '' - go: - name: SupportedRuntimeValueJava8 - description: '' - value: Java_11 language: default: name: Java11 description: '' - go: - name: SupportedRuntimeValueJava11 - description: '' - value: NetCore_31 language: default: name: NetCore31 description: '' - go: - name: SupportedRuntimeValueNetCore31 - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2632,29 +1930,19 @@ schemas: default: name: SupportedRuntimeValue description: The raw value which could be passed to deployment CRUD operations. - go: - name: SupportedRuntimeValue - description: The raw value which could be passed to deployment CRUD operations. - possibleValuesFunc: PossibleSupportedRuntimeValueValues protocol: {} - - &ref_210 + - &ref_209 choices: - value: Java language: default: name: Java description: '' - go: - name: SupportedRuntimePlatformJava - description: '' - value: .NET Core language: default: name: NETCore description: '' - go: - name: SupportedRuntimePlatformNETCore - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2663,37 +1951,24 @@ schemas: default: name: SupportedRuntimePlatform description: 'The platform of this runtime version (possible values: "Java" or ".NET").' - go: - name: SupportedRuntimePlatform - description: 'The platform of this runtime version (possible values: "Java" or ".NET").' - possibleValuesFunc: PossibleSupportedRuntimePlatformValues protocol: {} - - &ref_219 + - &ref_218 choices: - value: None language: default: name: None description: '' - go: - name: SKUScaleTypeNone - description: '' - value: Manual language: default: name: Manual description: '' - go: - name: SKUScaleTypeManual - description: '' - value: Automatic language: default: name: Automatic description: '' - go: - name: SKUScaleTypeAutomatic - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2702,29 +1977,19 @@ schemas: default: name: SkuScaleType description: Gets or sets the type of the scale. - go: - name: SKUScaleType - description: Gets or sets the type of the scale. - possibleValuesFunc: PossibleSKUScaleTypeValues protocol: {} - - &ref_226 + - &ref_225 choices: - value: Location language: default: name: Location description: '' - go: - name: ResourceSKURestrictionsTypeLocation - description: '' - value: Zone language: default: name: Zone description: '' - go: - name: ResourceSKURestrictionsTypeZone - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2733,29 +1998,19 @@ schemas: default: name: ResourceSkuRestrictionsType description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' - go: - name: ResourceSKURestrictionsType - description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' - possibleValuesFunc: PossibleResourceSKURestrictionsTypeValues protocol: {} - - &ref_230 + - &ref_229 choices: - value: QuotaId language: default: name: QuotaId description: '' - go: - name: ResourceSKURestrictionsReasonCodeQuotaID - description: '' - value: NotAvailableForSubscription language: default: name: NotAvailableForSubscription description: '' - go: - name: ResourceSKURestrictionsReasonCodeNotAvailableForSubscription - description: '' type: choice apiVersions: - version: 2020-11-01-preview @@ -2764,13 +2019,9 @@ schemas: default: name: ResourceSkuRestrictionsReasonCode description: 'Gets the reason for restriction. Possible values include: ''QuotaId'', ''NotAvailableForSubscription''' - go: - name: ResourceSKURestrictionsReasonCode - description: 'Gets the reason for restriction. Possible values include: ''QuotaId'', ''NotAvailableForSubscription''' - possibleValuesFunc: PossibleResourceSKURestrictionsReasonCodeValues protocol: {} constants: - - &ref_278 + - &ref_277 type: constant value: value: 2020-11-01-preview @@ -2779,11 +2030,8 @@ schemas: default: name: ApiVersion20201101Preview description: Api Version (2020-11-01-preview) - go: - name: string - description: Api Version (2020-11-01-preview) protocol: {} - - &ref_282 + - &ref_281 type: constant value: value: application/json @@ -2792,9 +2040,6 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} dictionaries: - &ref_107 @@ -2804,11 +2049,6 @@ schemas: default: name: TrackedResourceTags description: Tags of the service which is a list of key value pairs that describe the resource. - go: - name: map[string]*string - description: Tags of the service which is a list of key value pairs that describe the resource. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_56 type: dictionary @@ -2818,19 +2058,11 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} language: default: name: BindingResourcePropertiesBindingParameters description: Binding parameters of the Binding resource - go: - name: map[string]any - description: Binding parameters of the Binding resource - elementIsPtr: false - marshallingFormat: json protocol: {} - &ref_82 type: dictionary @@ -2839,11 +2071,6 @@ schemas: default: name: DeploymentSettingsEnvironmentVariables description: Collection of environment variables - go: - name: map[string]*string - description: Collection of environment variables - elementIsPtr: true - marshallingFormat: json protocol: {} any: - *ref_2 @@ -2857,10 +2084,6 @@ schemas: default: name: AppResourcePropertiesCreatedTime description: Date time when the resource is created - go: - name: time.Time - description: Date time when the resource is created - internalTimeType: timeRFC3339 protocol: {} - &ref_87 type: date-time @@ -2871,10 +2094,6 @@ schemas: default: name: DeploymentResourcePropertiesCreatedTime description: Date time when the resource is created - go: - name: time.Time - description: Date time when the resource is created - internalTimeType: timeRFC3339 protocol: {} objects: - &ref_3 @@ -2919,7 +2138,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_138 + - schema: &ref_137 type: object apiVersions: - version: 2020-11-01-preview @@ -2927,13 +2146,10 @@ schemas: - schema: *ref_7 readOnly: true serializedName: provisioningState - language: &ref_969 + language: &ref_574 default: name: provisioningState description: State of the config server. - go: - name: ProvisioningState - description: READ-ONLY; State of the config server. protocol: {} - schema: &ref_30 type: object @@ -2946,9 +2162,6 @@ schemas: default: name: code description: The code of error. - go: - name: Code - description: The code of error. protocol: {} - schema: *ref_9 serializedName: message @@ -2956,9 +2169,6 @@ schemas: default: name: message description: The message of error. - go: - name: Message - description: The message of error. protocol: {} serializationFormats: - json @@ -2970,36 +2180,28 @@ schemas: name: Error description: The error code compose of code and message. namespace: '' - go: - name: Error - description: Error - The error code compose of code and message. - marshallingFormat: json - namespace: '' protocol: {} serializedName: error language: default: name: error description: Error when apply config server settings. - go: - name: Error - description: Error when apply config server settings. protocol: {} - - schema: &ref_139 + - schema: &ref_138 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_140 + - schema: &ref_139 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_246 + - schema: &ref_245 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_141 + elementType: &ref_140 type: object apiVersions: - version: 2020-11-01-preview @@ -3011,11 +2213,8 @@ schemas: default: name: name description: Name of the repository - go: - name: Name - description: REQUIRED; Name of the repository protocol: {} - - schema: &ref_244 + - schema: &ref_243 type: array apiVersions: - version: 2020-11-01-preview @@ -3024,11 +2223,6 @@ schemas: default: name: GitPatternRepositoryPattern description: Collection of pattern of the repository - go: - name: '[]*string' - description: Collection of pattern of the repository - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: pattern @@ -3036,10 +2230,6 @@ schemas: default: name: pattern description: Collection of pattern of the repository - go: - name: Pattern - description: Collection of pattern of the repository - byValue: true protocol: {} - schema: *ref_12 required: true @@ -3048,9 +2238,6 @@ schemas: default: name: uri description: URI of the repository - go: - name: URI - description: REQUIRED; URI of the repository protocol: {} - schema: *ref_13 required: false @@ -3059,11 +2246,8 @@ schemas: default: name: label description: Label of the repository - go: - name: Label - description: Label of the repository protocol: {} - - schema: &ref_245 + - schema: &ref_244 type: array apiVersions: - version: 2020-11-01-preview @@ -3072,11 +2256,6 @@ schemas: default: name: GitPatternRepositorySearchPaths description: Searching path of the repository - go: - name: '[]*string' - description: Searching path of the repository - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: searchPaths @@ -3084,10 +2263,6 @@ schemas: default: name: searchPaths description: Searching path of the repository - go: - name: SearchPaths - description: Searching path of the repository - byValue: true protocol: {} - schema: *ref_15 required: false @@ -3096,9 +2271,6 @@ schemas: default: name: username description: Username of git repository basic auth. - go: - name: Username - description: Username of git repository basic auth. protocol: {} - schema: *ref_16 required: false @@ -3107,9 +2279,6 @@ schemas: default: name: password description: Password of git repository basic auth. - go: - name: Password - description: Password of git repository basic auth. protocol: {} - schema: *ref_17 required: false @@ -3118,9 +2287,6 @@ schemas: default: name: hostKey description: Public sshKey of git repository. - go: - name: HostKey - description: Public sshKey of git repository. protocol: {} - schema: *ref_18 required: false @@ -3129,9 +2295,6 @@ schemas: default: name: hostKeyAlgorithm description: SshKey algorithm of git repository. - go: - name: HostKeyAlgorithm - description: SshKey algorithm of git repository. protocol: {} - schema: *ref_19 required: false @@ -3140,9 +2303,6 @@ schemas: default: name: privateKey description: Private sshKey algorithm of git repository. - go: - name: PrivateKey - description: Private sshKey algorithm of git repository. protocol: {} - schema: *ref_20 required: false @@ -3151,9 +2311,6 @@ schemas: default: name: strictHostKeyChecking description: Strict host key checking or not. - go: - name: StrictHostKeyChecking - description: Strict host key checking or not. protocol: {} serializationFormats: - json @@ -3165,22 +2322,11 @@ schemas: name: GitPatternRepository description: Git repository property payload namespace: '' - go: - name: GitPatternRepository - description: GitPatternRepository - Git repository property payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ConfigServerGitPropertyRepositories description: Repositories of git. - go: - name: '[]*GitPatternRepository' - description: Repositories of git. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: repositories @@ -3188,34 +2334,24 @@ schemas: default: name: repositories description: Repositories of git. - go: - name: Repositories - description: Repositories of git. - byValue: true protocol: {} - schema: *ref_21 required: true serializedName: uri - language: &ref_972 + language: &ref_577 default: name: uri description: URI of the repository - go: - name: URI - description: REQUIRED; URI of the repository protocol: {} - schema: *ref_22 required: false serializedName: label - language: &ref_973 + language: &ref_578 default: name: label description: Label of the repository - go: - name: Label - description: Label of the repository protocol: {} - - schema: &ref_247 + - schema: &ref_246 type: array apiVersions: - version: 2020-11-01-preview @@ -3224,22 +2360,13 @@ schemas: default: name: ConfigServerGitPropertySearchPaths description: Searching path of the repository - go: - name: '[]*string' - description: Searching path of the repository - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: searchPaths - language: &ref_974 + language: &ref_579 default: name: searchPaths description: Searching path of the repository - go: - name: SearchPaths - description: Searching path of the repository - byValue: true protocol: {} - schema: *ref_24 required: false @@ -3248,9 +2375,6 @@ schemas: default: name: username description: Username of git repository basic auth. - go: - name: Username - description: Username of git repository basic auth. protocol: {} - schema: *ref_25 required: false @@ -3259,9 +2383,6 @@ schemas: default: name: password description: Password of git repository basic auth. - go: - name: Password - description: Password of git repository basic auth. protocol: {} - schema: *ref_26 required: false @@ -3270,9 +2391,6 @@ schemas: default: name: hostKey description: Public sshKey of git repository. - go: - name: HostKey - description: Public sshKey of git repository. protocol: {} - schema: *ref_27 required: false @@ -3281,9 +2399,6 @@ schemas: default: name: hostKeyAlgorithm description: SshKey algorithm of git repository. - go: - name: HostKeyAlgorithm - description: SshKey algorithm of git repository. protocol: {} - schema: *ref_28 required: false @@ -3292,9 +2407,6 @@ schemas: default: name: privateKey description: Private sshKey algorithm of git repository. - go: - name: PrivateKey - description: Private sshKey algorithm of git repository. protocol: {} - schema: *ref_20 required: false @@ -3303,9 +2415,6 @@ schemas: default: name: strictHostKeyChecking description: Strict host key checking or not. - go: - name: StrictHostKeyChecking - description: Strict host key checking or not. protocol: {} serializationFormats: - json @@ -3317,21 +2426,12 @@ schemas: name: ConfigServerGitProperty description: Property of git. namespace: '' - go: - name: ConfigServerGitProperty - description: ConfigServerGitProperty - Property of git. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: gitProperty - language: &ref_971 + language: &ref_576 default: name: gitProperty description: Property of git environment. - go: - name: GitProperty - description: Property of git environment. protocol: {} serializationFormats: - json @@ -3343,20 +2443,12 @@ schemas: name: ConfigServerSettings description: The settings of config server. namespace: '' - go: - name: ConfigServerSettings - description: ConfigServerSettings - The settings of config server. - marshallingFormat: json - namespace: '' protocol: {} serializedName: configServer - language: &ref_970 + language: &ref_575 default: name: configServer description: Settings of config server. - go: - name: ConfigServer - description: Settings of config server. protocol: {} serializationFormats: - json @@ -3368,22 +2460,14 @@ schemas: name: ConfigServerProperties description: Config server git properties payload namespace: '' - go: - name: ConfigServerProperties - description: ConfigServerProperties - Config server git properties payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_968 + language: &ref_573 default: name: properties description: Properties of the Config Server resource - go: - name: Properties - description: Properties of the Config Server resource protocol: {} serializationFormats: - json @@ -3395,12 +2479,6 @@ schemas: name: ConfigServerResource description: Config Server resource namespace: '' - go: - name: ConfigServerResource - description: ConfigServerResource - Config Server resource - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_97 type: object @@ -3413,7 +2491,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_147 + - schema: &ref_146 type: object apiVersions: - version: 2020-11-01-preview @@ -3421,13 +2499,10 @@ schemas: - schema: *ref_29 readOnly: true serializedName: provisioningState - language: &ref_1003 + language: &ref_608 default: name: provisioningState description: State of the Monitoring Setting. - go: - name: ProvisioningState - description: READ-ONLY; State of the Monitoring Setting. protocol: {} - schema: *ref_30 serializedName: error @@ -3435,47 +2510,31 @@ schemas: default: name: error description: Error when apply Monitoring Setting changes. - go: - name: Error - description: Error when apply Monitoring Setting changes. protocol: {} - schema: *ref_31 serializedName: traceEnabled - language: &ref_1004 + language: &ref_609 default: name: traceEnabled description: >- Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not - go: - name: TraceEnabled - description: >- - Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings - enabled - - or not protocol: {} - schema: *ref_32 serializedName: appInsightsInstrumentationKey - language: &ref_1005 + language: &ref_610 default: name: appInsightsInstrumentationKey description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings - go: - name: AppInsightsInstrumentationKey - description: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings protocol: {} - schema: *ref_33 serializedName: appInsightsSamplingRate - language: &ref_1006 + language: &ref_611 default: name: appInsightsSamplingRate description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] - go: - name: AppInsightsSamplingRate - description: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0] protocol: {} - - schema: &ref_148 + - schema: &ref_147 type: object apiVersions: - version: 2020-11-01-preview @@ -3483,13 +2542,10 @@ schemas: - schema: *ref_34 readOnly: true serializedName: java - language: &ref_1008 + language: &ref_613 default: name: java description: Indicates the version of application insight java agent - go: - name: Java - description: READ-ONLY; Indicates the version of application insight java agent protocol: {} serializationFormats: - json @@ -3501,20 +2557,12 @@ schemas: name: ApplicationInsightsAgentVersions description: Application Insights agent versions properties payload namespace: '' - go: - name: ApplicationInsightsAgentVersions - description: ApplicationInsightsAgentVersions - Application Insights agent versions properties payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: appInsightsAgentVersions - language: &ref_1007 + language: &ref_612 default: name: appInsightsAgentVersions description: Indicates the versions of application insight agent - go: - name: AppInsightsAgentVersions - description: Indicates the versions of application insight agent protocol: {} serializationFormats: - json @@ -3526,22 +2574,14 @@ schemas: name: MonitoringSettingProperties description: Monitoring Setting properties payload namespace: '' - go: - name: MonitoringSettingProperties - description: MonitoringSettingProperties - Monitoring Setting properties payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1002 + language: &ref_607 default: name: properties description: Properties of the Monitoring Setting resource - go: - name: Properties - description: Properties of the Monitoring Setting resource protocol: {} serializationFormats: - json @@ -3553,12 +2593,6 @@ schemas: name: MonitoringSettingResource description: Monitoring Setting resource namespace: '' - go: - name: MonitoringSettingResource - description: MonitoringSettingResource - Monitoring Setting resource - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_98 type: object @@ -3571,52 +2605,40 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_149 + - schema: &ref_148 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_35 serializedName: public - language: &ref_1029 + language: &ref_634 default: name: public description: Indicates whether the App exposes public endpoint - go: - name: Public - description: Indicates whether the App exposes public endpoint protocol: {} - schema: *ref_36 readOnly: true serializedName: url - language: &ref_1030 + language: &ref_635 default: name: url description: URL of the App - go: - name: URL - description: READ-ONLY; URL of the App protocol: {} - schema: *ref_37 readOnly: true serializedName: provisioningState - language: &ref_1031 + language: &ref_636 default: name: provisioningState description: Provisioning state of the App - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the App protocol: {} - schema: *ref_38 serializedName: activeDeploymentName - language: &ref_1032 + language: &ref_637 default: name: activeDeploymentName description: Name of the active deployment of the App - go: - name: ActiveDeploymentName - description: Name of the active deployment of the App protocol: {} - schema: *ref_39 serializedName: fqdn @@ -3624,23 +2646,17 @@ schemas: x-ms-mutability: - create - read - language: &ref_1033 + language: &ref_638 default: name: fqdn description: Fully qualified dns Name. - go: - name: Fqdn - description: Fully qualified dns Name. protocol: {} - schema: *ref_40 serializedName: httpsOnly - language: &ref_1034 + language: &ref_639 default: name: httpsOnly description: Indicate if only https is allowed. - go: - name: HTTPSOnly - description: Indicate if only https is allowed. protocol: {} - schema: *ref_41 readOnly: true @@ -3649,34 +2665,25 @@ schemas: default: name: createdTime description: Date time when the resource is created - go: - name: CreatedTime - description: READ-ONLY; Date time when the resource is created protocol: {} - - schema: &ref_150 + - schema: &ref_149 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_42 serializedName: sizeInGB - language: &ref_1036 + language: &ref_641 default: name: sizeInGB description: Size of the temporary disk in GB - go: - name: SizeInGB - description: Size of the temporary disk in GB protocol: {} - schema: *ref_43 serializedName: mountPath - language: &ref_1037 + language: &ref_642 default: name: mountPath description: Mount path of the temporary disk - go: - name: MountPath - description: Mount path of the temporary disk protocol: {} serializationFormats: - json @@ -3688,56 +2695,39 @@ schemas: name: TemporaryDisk description: Temporary disk payload namespace: '' - go: - name: TemporaryDisk - description: TemporaryDisk - Temporary disk payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: temporaryDisk - language: &ref_1035 + language: &ref_640 default: name: temporaryDisk description: Temporary disk settings - go: - name: TemporaryDisk - description: Temporary disk settings protocol: {} - - schema: &ref_151 + - schema: &ref_150 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_44 serializedName: sizeInGB - language: &ref_1039 + language: &ref_644 default: name: sizeInGB description: Size of the persistent disk in GB - go: - name: SizeInGB - description: Size of the persistent disk in GB protocol: {} - schema: *ref_45 readOnly: true serializedName: usedInGB - language: &ref_1040 + language: &ref_645 default: name: usedInGB description: Size of the used persistent disk in GB - go: - name: UsedInGB - description: READ-ONLY; Size of the used persistent disk in GB protocol: {} - schema: *ref_46 serializedName: mountPath - language: &ref_1041 + language: &ref_646 default: name: mountPath description: Mount path of the persistent disk - go: - name: MountPath - description: Mount path of the persistent disk protocol: {} serializationFormats: - json @@ -3749,30 +2739,19 @@ schemas: name: PersistentDisk description: Persistent disk payload namespace: '' - go: - name: PersistentDisk - description: PersistentDisk - Persistent disk payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: persistentDisk - language: &ref_1038 + language: &ref_643 default: name: persistentDisk description: Persistent disk settings - go: - name: PersistentDisk - description: Persistent disk settings protocol: {} - schema: *ref_47 serializedName: enableEndToEndTLS - language: &ref_1042 + language: &ref_647 default: name: enableEndToEndTLS description: Indicate if end to end TLS is enabled. - go: - name: EnableEndToEndTLS - description: Indicate if end to end TLS is enabled. protocol: {} serializationFormats: - json @@ -3784,58 +2763,40 @@ schemas: name: AppResourceProperties description: App resource properties payload namespace: '' - go: - name: AppResourceProperties - description: AppResourceProperties - App resource properties payload - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1028 + language: &ref_633 default: name: properties description: Properties of the App resource - go: - name: Properties - description: Properties of the App resource protocol: {} - - schema: &ref_152 + - schema: &ref_151 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_48 serializedName: type - language: &ref_1044 + language: &ref_649 default: name: type description: Type of the managed identity - go: - name: Type - description: Type of the managed identity protocol: {} - schema: *ref_49 serializedName: principalId - language: &ref_1045 + language: &ref_650 default: name: principalId description: Principal Id - go: - name: PrincipalID - description: Principal Id protocol: {} - schema: *ref_50 serializedName: tenantId - language: &ref_1046 + language: &ref_651 default: name: tenantId description: Tenant Id - go: - name: TenantID - description: Tenant Id protocol: {} serializationFormats: - json @@ -3847,30 +2808,19 @@ schemas: name: ManagedIdentityProperties description: Managed identity properties retrieved from ARM request headers. namespace: '' - go: - name: ManagedIdentityProperties - description: ManagedIdentityProperties - Managed identity properties retrieved from ARM request headers. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity - language: &ref_1043 + language: &ref_648 default: name: identity description: The Managed Identity type of the app resource - go: - name: Identity - description: The Managed Identity type of the app resource protocol: {} - schema: *ref_51 serializedName: location - language: &ref_1047 + language: &ref_652 default: name: location description: The GEO location of the application, always the same with its parent resource - go: - name: Location - description: The GEO location of the application, always the same with its parent resource protocol: {} serializationFormats: - json @@ -3882,12 +2832,6 @@ schemas: name: AppResource description: App resource payload namespace: '' - go: - name: AppResource - description: AppResource - App resource payload - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_99 type: object @@ -3900,7 +2844,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_156 + - schema: &ref_155 type: object apiVersions: - version: 2020-11-01-preview @@ -3908,91 +2852,63 @@ schemas: - schema: *ref_52 readOnly: true serializedName: resourceName - language: &ref_1097 + language: &ref_702 default: name: resourceName description: The name of the bound resource - go: - name: ResourceName - description: READ-ONLY; The name of the bound resource protocol: {} - schema: *ref_53 readOnly: true serializedName: resourceType - language: &ref_1098 + language: &ref_703 default: name: resourceType description: The standard Azure resource type of the bound resource - go: - name: ResourceType - description: READ-ONLY; The standard Azure resource type of the bound resource protocol: {} - schema: *ref_54 serializedName: resourceId - language: &ref_1099 + language: &ref_704 default: name: resourceId description: The Azure resource id of the bound resource - go: - name: ResourceID - description: The Azure resource id of the bound resource protocol: {} - schema: *ref_55 serializedName: key - language: &ref_1111 + language: &ref_716 default: name: key description: The key of the bound resource - go: - name: Key - description: The key of the bound resource protocol: {} - schema: *ref_56 serializedName: bindingParameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_1100 + language: &ref_705 default: name: bindingParameters description: Binding parameters of the Binding resource - go: - name: BindingParameters - description: Binding parameters of the Binding resource - byValue: true protocol: {} - schema: *ref_57 readOnly: true serializedName: generatedProperties - language: &ref_1101 + language: &ref_706 default: name: generatedProperties description: The generated Spring Boot property file for this binding. The secret will be deducted. - go: - name: GeneratedProperties - description: READ-ONLY; The generated Spring Boot property file for this binding. The secret will be deducted. protocol: {} - schema: *ref_58 readOnly: true serializedName: createdAt - language: &ref_1102 + language: &ref_707 default: name: createdAt description: Creation time of the Binding resource - go: - name: CreatedAt - description: READ-ONLY; Creation time of the Binding resource protocol: {} - schema: *ref_59 readOnly: true serializedName: updatedAt - language: &ref_1103 + language: &ref_708 default: name: updatedAt description: Update time of the Binding resource - go: - name: UpdatedAt - description: READ-ONLY; Update time of the Binding resource protocol: {} serializationFormats: - json @@ -4004,23 +2920,14 @@ schemas: name: BindingResourceProperties description: Binding resource properties payload namespace: '' - go: - name: BindingResourceProperties - description: BindingResourceProperties - Binding resource properties payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1096 + language: &ref_701 default: name: properties description: Properties of the Binding resource - go: - name: Properties - description: Properties of the Binding resource protocol: {} serializationFormats: - json @@ -4032,12 +2939,6 @@ schemas: name: BindingResource description: Binding resource payload namespace: '' - go: - name: BindingResource - description: BindingResource - Binding resource payload - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_100 type: object @@ -4050,7 +2951,7 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_158 + - schema: &ref_157 type: object apiVersions: - version: 2020-11-01-preview @@ -4059,108 +2960,81 @@ schemas: readOnly: true required: false serializedName: thumbprint - language: &ref_1141 + language: &ref_746 default: name: thumbprint description: The thumbprint of certificate. - go: - name: Thumbprint - description: READ-ONLY; The thumbprint of certificate. protocol: {} - schema: *ref_61 required: true serializedName: vaultUri - language: &ref_1142 + language: &ref_747 default: name: vaultUri description: The vault uri of user key vault. - go: - name: VaultURI - description: REQUIRED; The vault uri of user key vault. protocol: {} - schema: *ref_62 required: true serializedName: keyVaultCertName - language: &ref_1143 + language: &ref_748 default: name: keyVaultCertName description: The certificate name of key vault. - go: - name: KeyVaultCertName - description: REQUIRED; The certificate name of key vault. protocol: {} - schema: *ref_63 required: false serializedName: certVersion - language: &ref_1144 + language: &ref_749 default: name: certVersion description: The certificate version of key vault. - go: - name: CertVersion - description: The certificate version of key vault. protocol: {} - schema: *ref_64 readOnly: true required: false serializedName: issuer - language: &ref_1145 + language: &ref_750 default: name: issuer description: The issuer of certificate. - go: - name: Issuer - description: READ-ONLY; The issuer of certificate. protocol: {} - schema: *ref_65 readOnly: true required: false serializedName: issuedDate - language: &ref_1146 + language: &ref_751 default: name: issuedDate description: The issue date of certificate. - go: - name: IssuedDate - description: READ-ONLY; The issue date of certificate. protocol: {} - schema: *ref_66 readOnly: true required: false serializedName: expirationDate - language: &ref_1147 + language: &ref_752 default: name: expirationDate description: The expiration date of certificate. - go: - name: ExpirationDate - description: READ-ONLY; The expiration date of certificate. protocol: {} - schema: *ref_67 readOnly: true required: false serializedName: activateDate - language: &ref_1148 + language: &ref_753 default: name: activateDate description: The activate date of certificate. - go: - name: ActivateDate - description: READ-ONLY; The activate date of certificate. protocol: {} - schema: *ref_68 readOnly: true required: false serializedName: subjectName - language: &ref_1149 + language: &ref_754 default: name: subjectName description: The subject name of certificate. - go: - name: SubjectName - description: READ-ONLY; The subject name of certificate. protocol: {} - - schema: &ref_252 + - schema: &ref_251 type: array apiVersions: - version: 2020-11-01-preview @@ -4169,23 +3043,14 @@ schemas: default: name: CertificatePropertiesDnsNames description: The domain list of certificate. - go: - name: '[]*string' - description: The domain list of certificate. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true required: false serializedName: dnsNames - language: &ref_1150 + language: &ref_755 default: name: dnsNames description: The domain list of certificate. - go: - name: DNSNames - description: READ-ONLY; The domain list of certificate. - byValue: true protocol: {} serializationFormats: - json @@ -4197,23 +3062,14 @@ schemas: name: CertificateProperties description: Certificate resource payload. namespace: '' - go: - name: CertificateProperties - description: CertificateProperties - Certificate resource payload. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1140 + language: &ref_745 default: name: properties description: Properties of the certificate resource payload. - go: - name: Properties - description: Properties of the certificate resource payload. protocol: {} serializationFormats: - json @@ -4225,11 +3081,6 @@ schemas: name: CertificateResource description: Certificate resource payload. namespace: '' - go: - name: CertificateResource - description: CertificateResource - Certificate resource payload. - marshallingFormat: json - namespace: '' protocol: {} - &ref_101 type: object @@ -4242,41 +3093,32 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_165 + - schema: &ref_164 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_70 serializedName: thumbprint - language: &ref_1177 + language: &ref_782 default: name: thumbprint description: The thumbprint of bound certificate. - go: - name: Thumbprint - description: The thumbprint of bound certificate. protocol: {} - schema: *ref_71 readOnly: true serializedName: appName - language: &ref_1178 + language: &ref_783 default: name: appName description: The app name of domain. - go: - name: AppName - description: READ-ONLY; The app name of domain. protocol: {} - schema: *ref_72 serializedName: certName - language: &ref_1179 + language: &ref_784 default: name: certName description: The bound certificate name of domain. - go: - name: CertName - description: The bound certificate name of domain. protocol: {} serializationFormats: - json @@ -4288,22 +3130,14 @@ schemas: name: CustomDomainProperties description: Custom domain of app resource payload. namespace: '' - go: - name: CustomDomainProperties - description: CustomDomainProperties - Custom domain of app resource payload. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1176 + language: &ref_781 default: name: properties description: Properties of the custom domain resource. - go: - name: Properties - description: Properties of the custom domain resource. protocol: {} serializationFormats: - json @@ -4315,12 +3149,6 @@ schemas: name: CustomDomainResource description: Custom domain resource payload. namespace: '' - go: - name: CustomDomainResource - description: CustomDomainResource - Custom domain resource payload. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_102 type: object @@ -4333,55 +3161,43 @@ schemas: immediate: - *ref_5 properties: - - schema: &ref_170 + - schema: &ref_169 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_171 + - schema: &ref_170 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_73 serializedName: type - language: &ref_1219 + language: &ref_824 default: name: type description: Type of the source uploaded - go: - name: Type - description: Type of the source uploaded protocol: {} - schema: *ref_74 serializedName: relativePath - language: &ref_1220 + language: &ref_825 default: name: relativePath description: Relative path of the storage which stores the source - go: - name: RelativePath - description: Relative path of the storage which stores the source protocol: {} - schema: *ref_75 serializedName: version - language: &ref_1221 + language: &ref_826 default: name: version description: Version of the source - go: - name: Version - description: Version of the source protocol: {} - schema: *ref_76 serializedName: artifactSelector - language: &ref_1222 + language: &ref_827 default: name: artifactSelector description: "Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\nthe relative path to the target module/project." - go: - name: ArtifactSelector - description: Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project. protocol: {} serializationFormats: - json @@ -4393,66 +3209,46 @@ schemas: name: UserSourceInfo description: Source information for a deployment namespace: '' - go: - name: UserSourceInfo - description: UserSourceInfo - Source information for a deployment - marshallingFormat: json - namespace: '' protocol: {} serializedName: source - language: &ref_1218 + language: &ref_823 default: name: source description: Uploaded source information of the deployment. - go: - name: Source - description: Uploaded source information of the deployment. protocol: {} - schema: *ref_77 readOnly: true serializedName: appName - language: &ref_1223 + language: &ref_828 default: name: appName description: App name of the deployment - go: - name: AppName - description: READ-ONLY; App name of the deployment protocol: {} - - schema: &ref_172 + - schema: &ref_171 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_78 serializedName: cpu - language: &ref_1225 + language: &ref_830 default: name: cpu description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) - go: - name: CPU - description: Required CPU, basic tier should be 1, standard tier should be in range (1, 4) protocol: {} - schema: *ref_79 serializedName: memoryInGB - language: &ref_1226 + language: &ref_831 default: name: memoryInGB description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) - go: - name: MemoryInGB - description: Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) protocol: {} - schema: *ref_80 serializedName: jvmOptions - language: &ref_1227 + language: &ref_832 default: name: jvmOptions description: JVM parameter - go: - name: JvmOptions - description: JVM parameter protocol: {} - schema: *ref_81 serializedName: netCoreMainEntryPath @@ -4460,33 +3256,20 @@ schemas: default: name: netCoreMainEntryPath description: The path to the .NET executable relative to zip root - go: - name: NetCoreMainEntryPath - description: The path to the .NET executable relative to zip root protocol: {} - schema: *ref_82 serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_1228 + language: &ref_833 default: name: environmentVariables description: Collection of environment variables - go: - name: EnvironmentVariables - description: Collection of environment variables - byValue: true protocol: {} - schema: *ref_83 serializedName: runtimeVersion - language: &ref_1229 + language: &ref_834 default: name: runtimeVersion description: Runtime version - go: - name: RuntimeVersion - description: Runtime version protocol: {} serializationFormats: - json @@ -4498,54 +3281,36 @@ schemas: name: DeploymentSettings description: Deployment settings payload namespace: '' - go: - name: DeploymentSettings - description: DeploymentSettings - Deployment settings payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: deploymentSettings - language: &ref_1224 + language: &ref_829 default: name: deploymentSettings description: Deployment settings of the Deployment - go: - name: DeploymentSettings - description: Deployment settings of the Deployment protocol: {} - schema: *ref_84 readOnly: true serializedName: provisioningState - language: &ref_1230 + language: &ref_835 default: name: provisioningState description: Provisioning state of the Deployment - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the Deployment protocol: {} - schema: *ref_85 readOnly: true serializedName: status - language: &ref_1231 + language: &ref_836 default: name: status description: Status of the Deployment - go: - name: Status - description: READ-ONLY; Status of the Deployment protocol: {} - schema: *ref_86 readOnly: true serializedName: active - language: &ref_1232 + language: &ref_837 default: name: active description: Indicates whether the Deployment is active - go: - name: Active - description: READ-ONLY; Indicates whether the Deployment is active protocol: {} - schema: *ref_87 readOnly: true @@ -4554,15 +3319,12 @@ schemas: default: name: createdTime description: Date time when the resource is created - go: - name: CreatedTime - description: READ-ONLY; Date time when the resource is created protocol: {} - - schema: &ref_255 + - schema: &ref_254 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_173 + elementType: &ref_172 type: object apiVersions: - version: 2020-11-01-preview @@ -4570,24 +3332,18 @@ schemas: - schema: *ref_88 readOnly: true serializedName: name - language: &ref_1234 + language: &ref_839 default: name: name description: Name of the deployment instance - go: - name: Name - description: READ-ONLY; Name of the deployment instance protocol: {} - schema: *ref_89 readOnly: true serializedName: status - language: &ref_1235 + language: &ref_840 default: name: status description: Status of the deployment instance - go: - name: Status - description: READ-ONLY; Status of the deployment instance protocol: {} - schema: *ref_90 readOnly: true @@ -4596,31 +3352,22 @@ schemas: default: name: reason description: Failed reason of the deployment instance - go: - name: Reason - description: READ-ONLY; Failed reason of the deployment instance protocol: {} - schema: *ref_91 readOnly: true serializedName: discoveryStatus - language: &ref_1236 + language: &ref_841 default: name: discoveryStatus description: Discovery status of the deployment instance - go: - name: DiscoveryStatus - description: READ-ONLY; Discovery status of the deployment instance protocol: {} - schema: *ref_92 readOnly: true serializedName: startTime - language: &ref_1237 + language: &ref_842 default: name: startTime description: Start time of the deployment instance - go: - name: StartTime - description: READ-ONLY; Start time of the deployment instance protocol: {} serializationFormats: - json @@ -4632,32 +3379,18 @@ schemas: name: DeploymentInstance description: Deployment instance payload namespace: '' - go: - name: DeploymentInstance - description: DeploymentInstance - Deployment instance payload - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DeploymentResourcePropertiesInstances description: Collection of instances belong to the Deployment - go: - name: '[]*DeploymentInstance' - description: Collection of instances belong to the Deployment - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: instances - language: &ref_1233 + language: &ref_838 default: name: instances description: Collection of instances belong to the Deployment - go: - name: Instances - description: READ-ONLY; Collection of instances belong to the Deployment - byValue: true protocol: {} serializationFormats: - json @@ -4669,59 +3402,40 @@ schemas: name: DeploymentResourceProperties description: Deployment resource properties payload namespace: '' - go: - name: DeploymentResourceProperties - description: DeploymentResourceProperties - Deployment resource properties payload - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_1217 + language: &ref_822 default: name: properties description: Properties of the Deployment resource - go: - name: Properties - description: Properties of the Deployment resource protocol: {} - - schema: &ref_123 + - schema: &ref_122 type: object apiVersions: - version: 2020-11-01-preview properties: - schema: *ref_93 serializedName: name - language: &ref_894 + language: &ref_499 default: name: name description: Name of the Sku - go: - name: Name - description: Name of the Sku protocol: {} - schema: *ref_94 serializedName: tier - language: &ref_895 + language: &ref_500 default: name: tier description: Tier of the Sku - go: - name: Tier - description: Tier of the Sku protocol: {} - schema: *ref_95 serializedName: capacity - language: &ref_1239 + language: &ref_844 default: name: capacity description: Current capacity of the target resource - go: - name: Capacity - description: Current capacity of the target resource protocol: {} serializationFormats: - json @@ -4733,20 +3447,12 @@ schemas: name: Sku description: Sku of Azure Spring Cloud namespace: '' - go: - name: SKU - description: SKU - Sku of Azure Spring Cloud - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku - language: &ref_1238 + language: &ref_843 default: name: sku description: Sku of the Deployment resource - go: - name: SKU - description: Sku of the Deployment resource protocol: {} serializationFormats: - json @@ -4758,12 +3464,6 @@ schemas: name: DeploymentResource description: Deployment resource payload namespace: '' - go: - name: DeploymentResource - description: DeploymentResource - Deployment resource payload - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} immediate: - *ref_96 @@ -4783,16 +3483,11 @@ schemas: usage: - output - input - language: &ref_975 + language: &ref_580 default: name: ProxyResource description: The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. namespace: '' - go: - name: ProxyResource - description: ProxyResource - The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. - marshallingFormat: json - namespace: '' protocol: {} - *ref_96 - *ref_97 @@ -4808,35 +3503,26 @@ schemas: - schema: *ref_103 readOnly: true serializedName: id - language: &ref_900 + language: &ref_505 default: name: id description: Fully qualified resource Id for the resource. - go: - name: ID - description: READ-ONLY; Fully qualified resource Id for the resource. protocol: {} - schema: *ref_104 readOnly: true serializedName: name - language: &ref_901 + language: &ref_506 default: name: name description: The name of the resource. - go: - name: Name - description: READ-ONLY; The name of the resource. protocol: {} - schema: *ref_105 readOnly: true serializedName: type - language: &ref_902 + language: &ref_507 default: name: type description: The type of the resource. - go: - name: Type - description: READ-ONLY; The type of the resource. protocol: {} serializationFormats: - json @@ -4845,66 +3531,45 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_899 + language: &ref_504 default: name: Resource description: The core properties of ARM resources. namespace: '' - go: - name: Resource - description: Resource - The core properties of ARM resources. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_6 properties: - schema: *ref_106 serializedName: location - language: &ref_897 + language: &ref_502 default: name: location description: The GEO location of the resource. - go: - name: Location - description: The GEO location of the resource. protocol: {} - schema: *ref_107 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_898 + language: &ref_503 default: name: tags description: Tags of the service which is a list of key value pairs that describe the resource. - go: - name: Tags - description: Tags of the service which is a list of key value pairs that describe the resource. - byValue: true protocol: {} serializationFormats: - json usage: - output - input - language: &ref_896 + language: &ref_501 default: name: TrackedResource description: The resource model definition for a ARM tracked top level resource. namespace: '' - go: - name: TrackedResource - description: TrackedResource - The resource model definition for a ARM tracked top level resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_6 immediate: - *ref_4 properties: - - schema: &ref_124 + - schema: &ref_123 type: object apiVersions: - version: 2020-11-01-preview @@ -4912,15 +3577,12 @@ schemas: - schema: *ref_108 readOnly: true serializedName: provisioningState - language: &ref_883 + language: &ref_488 default: name: provisioningState description: Provisioning state of the Service - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the Service protocol: {} - - schema: &ref_125 + - schema: &ref_124 type: object apiVersions: - version: 2020-11-01-preview @@ -4931,13 +3593,10 @@ schemas: x-ms-mutability: - create - read - language: &ref_912 + language: &ref_517 default: name: serviceRuntimeSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime - go: - name: ServiceRuntimeSubnetID - description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime protocol: {} - schema: *ref_110 serializedName: appSubnetId @@ -4945,13 +3604,10 @@ schemas: x-ms-mutability: - create - read - language: &ref_913 + language: &ref_518 default: name: appSubnetId description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps - go: - name: AppSubnetID - description: Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps protocol: {} - schema: *ref_111 serializedName: serviceCidr @@ -4959,13 +3615,10 @@ schemas: x-ms-mutability: - create - read - language: &ref_914 + language: &ref_519 default: name: serviceCidr description: Azure Spring Cloud service reserved CIDR - go: - name: ServiceCidr - description: Azure Spring Cloud service reserved CIDR protocol: {} - schema: *ref_112 serializedName: serviceRuntimeNetworkResourceGroup @@ -4973,13 +3626,10 @@ schemas: x-ms-mutability: - create - read - language: &ref_915 + language: &ref_520 default: name: serviceRuntimeNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime - go: - name: ServiceRuntimeNetworkResourceGroup - description: Name of the resource group containing network resources of Azure Spring Cloud Service Runtime protocol: {} - schema: *ref_113 serializedName: appNetworkResourceGroup @@ -4987,20 +3637,17 @@ schemas: x-ms-mutability: - create - read - language: &ref_916 + language: &ref_521 default: name: appNetworkResourceGroup description: Name of the resource group containing network resources of Azure Spring Cloud Apps - go: - name: AppNetworkResourceGroup - description: Name of the resource group containing network resources of Azure Spring Cloud Apps protocol: {} - - schema: &ref_126 + - schema: &ref_125 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_239 + - schema: &ref_238 type: array apiVersions: - version: 2020-11-01-preview @@ -5009,126 +3656,83 @@ schemas: default: name: NetworkProfileOutboundIPsPublicIPs description: A list of public IP addresses. - go: - name: '[]*string' - description: A list of public IP addresses. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: publicIPs - language: &ref_886 + language: &ref_491 default: name: publicIPs description: A list of public IP addresses. - go: - name: PublicIPs - description: READ-ONLY; A list of public IP addresses. - byValue: true protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_115 - anonymous: true language: default: name: NetworkProfileOutboundIPs description: Desired outbound IP resources for Azure Spring Cloud instance. namespace: '' - go: - name: NetworkProfileOutboundIPs - description: NetworkProfileOutboundIPs - Desired outbound IP resources for Azure Spring Cloud instance. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: outboundIPs - extensions: - x-internal-autorest-anonymous-schema: *ref_115 - language: &ref_885 + language: &ref_490 default: name: outboundIPs description: Desired outbound IP resources for Azure Spring Cloud instance. - go: - name: OutboundIPs - description: READ-ONLY; Desired outbound IP resources for Azure Spring Cloud instance. protocol: {} - - schema: &ref_242 + - schema: &ref_241 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_127 + elementType: &ref_126 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_116 + - schema: *ref_115 readOnly: true serializedName: protocol - language: &ref_888 + language: &ref_493 default: name: protocol description: The protocol of required traffic - go: - name: Protocol - description: READ-ONLY; The protocol of required traffic protocol: {} - - schema: *ref_117 + - schema: *ref_116 readOnly: true serializedName: port - language: &ref_889 + language: &ref_494 default: name: port description: The port of required traffic - go: - name: Port - description: READ-ONLY; The port of required traffic protocol: {} - - schema: &ref_240 + - schema: &ref_239 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_118 + elementType: *ref_117 language: default: name: RequiredTrafficIps description: The ip list of required traffic - go: - name: '[]*string' - description: The ip list of required traffic - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: ips - language: &ref_890 + language: &ref_495 default: name: ips description: The ip list of required traffic - go: - name: IPs - description: READ-ONLY; The ip list of required traffic - byValue: true protocol: {} - - schema: &ref_241 + - schema: &ref_240 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_119 + elementType: *ref_118 language: default: name: RequiredTrafficFqdns description: The FQDN list of required traffic - go: - name: '[]*string' - description: The FQDN list of required traffic - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: fqdns @@ -5136,21 +3740,14 @@ schemas: default: name: fqdns description: The FQDN list of required traffic - go: - name: Fqdns - description: READ-ONLY; The FQDN list of required traffic - byValue: true protocol: {} - - schema: *ref_120 + - schema: *ref_119 readOnly: true serializedName: direction - language: &ref_891 + language: &ref_496 default: name: direction description: The direction of required traffic - go: - name: Direction - description: READ-ONLY; The direction of required traffic protocol: {} serializationFormats: - json @@ -5162,33 +3759,18 @@ schemas: name: RequiredTraffic description: Required inbound or outbound traffic for Azure Spring Cloud instance. namespace: '' - go: - name: RequiredTraffic - description: RequiredTraffic - Required inbound or outbound traffic for Azure Spring Cloud instance. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: NetworkProfileRequiredTraffics description: Required inbound or outbound traffics for Azure Spring Cloud instance. - go: - name: '[]*RequiredTraffic' - description: Required inbound or outbound traffics for Azure Spring Cloud instance. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: requiredTraffics - language: &ref_887 + language: &ref_492 default: name: requiredTraffics description: Required inbound or outbound traffics for Azure Spring Cloud instance. - go: - name: RequiredTraffics - description: READ-ONLY; Required inbound or outbound traffics for Azure Spring Cloud instance. - byValue: true protocol: {} serializationFormats: - json @@ -5200,43 +3782,28 @@ schemas: name: NetworkProfile description: Service network profile payload namespace: '' - go: - name: NetworkProfile - description: NetworkProfile - Service network profile payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile - language: &ref_884 + language: &ref_489 default: name: networkProfile description: Network profile of the Service - go: - name: NetworkProfile - description: Network profile of the Service protocol: {} - - schema: *ref_121 + - schema: *ref_120 readOnly: true serializedName: version language: default: name: version description: Version of the Service - go: - name: Version - description: READ-ONLY; Version of the Service protocol: {} - - schema: *ref_122 + - schema: *ref_121 readOnly: true serializedName: serviceId - language: &ref_892 + language: &ref_497 default: name: serviceId description: ServiceInstanceEntity GUID which uniquely identifies a created resource - go: - name: ServiceID - description: READ-ONLY; ServiceInstanceEntity GUID which uniquely identifies a created resource protocol: {} serializationFormats: - json @@ -5248,32 +3815,21 @@ schemas: name: ClusterResourceProperties description: Service properties payload namespace: '' - go: - name: ClusterResourceProperties - description: ClusterResourceProperties - Service properties payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_882 + language: &ref_487 default: name: properties description: Properties of the Service resource - go: - name: Properties - description: Properties of the Service resource protocol: {} - - schema: *ref_123 + - schema: *ref_122 serializedName: sku - language: &ref_893 + language: &ref_498 default: name: sku description: Sku of the Service resource - go: - name: SKU - description: Sku of the Service resource protocol: {} serializationFormats: - json @@ -5285,83 +3841,60 @@ schemas: name: ServiceResource description: Service resource namespace: '' - go: - name: ServiceResource - description: ServiceResource - Service resource - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} + - *ref_123 - *ref_124 - *ref_125 - *ref_126 - - *ref_127 - - *ref_123 + - *ref_122 - *ref_4 - *ref_6 - - &ref_285 + - &ref_284 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_131 + - schema: &ref_130 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_128 + - schema: *ref_127 serializedName: code language: default: name: code description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - go: - name: Code - description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. protocol: {} - - schema: *ref_129 + - schema: *ref_128 serializedName: message language: default: name: message description: A message describing the error, intended to be suitable for display in a user interface. - go: - name: Message - description: A message describing the error, intended to be suitable for display in a user interface. protocol: {} - - schema: *ref_130 + - schema: *ref_129 serializedName: target language: default: name: target description: The target of the particular error. For example, the name of the property in error. - go: - name: Target - description: The target of the particular error. For example, the name of the property in error. protocol: {} - - schema: &ref_243 + - schema: &ref_242 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_131 + elementType: *ref_130 language: default: name: CloudErrorBodyDetails description: A list of additional details about the error. - go: - name: '[]*CloudErrorBody' - description: A list of additional details about the error. - elementIsPtr: true protocol: {} serializedName: details language: default: name: details description: A list of additional details about the error. - go: - name: Details - description: A list of additional details about the error. - byValue: true protocol: {} serializationFormats: - json @@ -5374,12 +3907,6 @@ schemas: name: CloudErrorBody description: An error response from the service. namespace: '' - go: - name: CloudErrorBody - description: CloudErrorBody - An error response from the service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: error extensions: @@ -5388,9 +3915,6 @@ schemas: default: name: error description: An error response from the service. - go: - name: Error - description: An error response from the service. protocol: {} serializationFormats: - json @@ -5403,67 +3927,47 @@ schemas: name: CloudError description: An error response from the service. namespace: '' - go: - name: CloudError - description: CloudError - An error response from the service. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_131 - - &ref_322 + - *ref_130 + - &ref_297 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_132 + - schema: *ref_131 serializedName: primaryKey - language: &ref_931 + language: &ref_536 default: name: primaryKey description: Primary key - go: - name: PrimaryKey - description: Primary key protocol: {} - - schema: *ref_133 + - schema: *ref_132 serializedName: secondaryKey - language: &ref_932 + language: &ref_537 default: name: secondaryKey description: Secondary key - go: - name: SecondaryKey - description: Secondary key protocol: {} - - schema: *ref_134 + - schema: *ref_133 serializedName: primaryTestEndpoint - language: &ref_933 + language: &ref_538 default: name: primaryTestEndpoint description: Primary test endpoint - go: - name: PrimaryTestEndpoint - description: Primary test endpoint protocol: {} - - schema: *ref_135 + - schema: *ref_134 serializedName: secondaryTestEndpoint - language: &ref_934 + language: &ref_539 default: name: secondaryTestEndpoint description: Secondary test endpoint - go: - name: SecondaryTestEndpoint - description: Secondary test endpoint protocol: {} - - schema: *ref_136 + - schema: *ref_135 serializedName: enabled - language: &ref_935 + language: &ref_540 default: name: enabled description: Indicates whether the test endpoint feature enabled or not - go: - name: Enabled - description: Indicates whether the test endpoint feature enabled or not protocol: {} serializationFormats: - json @@ -5474,27 +3978,19 @@ schemas: name: TestKeys description: Test keys payload namespace: '' - go: - name: TestKeys - description: TestKeys - Test keys payload - marshallingFormat: json - namespace: '' protocol: {} - - &ref_328 + - &ref_298 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_137 + - schema: *ref_136 required: true serializedName: keyType - language: &ref_940 + language: &ref_545 default: name: keyType description: Type of the test key - go: - name: KeyType - description: REQUIRED; Type of the test key protocol: {} serializationFormats: - json @@ -5505,87 +4001,64 @@ schemas: name: RegenerateTestKeyRequestPayload description: Regenerate test key request payload namespace: '' - go: - name: RegenerateTestKeyRequestPayload - description: RegenerateTestKeyRequestPayload - Regenerate test key request payload - marshallingFormat: json - namespace: '' protocol: {} - *ref_96 - - *ref_138 + - *ref_137 - *ref_30 + - *ref_138 - *ref_139 - *ref_140 - - *ref_141 - *ref_5 - - &ref_405 + - &ref_328 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_142 + - schema: *ref_141 serializedName: isValid - language: &ref_995 + language: &ref_600 default: name: isValid description: Indicate if the config server settings are valid - go: - name: IsValid - description: Indicate if the config server settings are valid protocol: {} - - schema: &ref_249 + - schema: &ref_248 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_146 + elementType: &ref_145 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_143 + - schema: *ref_142 serializedName: name language: default: name: name description: The name of the config server settings error record - go: - name: Name - description: The name of the config server settings error record protocol: {} - - schema: *ref_144 + - schema: *ref_143 serializedName: uri language: default: name: uri description: The uri of the config server settings error record - go: - name: URI - description: The uri of the config server settings error record protocol: {} - - schema: &ref_248 + - schema: &ref_247 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_145 + elementType: *ref_144 language: default: name: ConfigServerSettingsErrorRecordMessages description: The detail error messages of the record - go: - name: '[]*string' - description: The detail error messages of the record - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: messages language: default: name: messages description: The detail error messages of the record - go: - name: Messages - description: The detail error messages of the record - byValue: true protocol: {} serializationFormats: - json @@ -5596,32 +4069,17 @@ schemas: name: ConfigServerSettingsErrorRecord description: Error record of the config server settings namespace: '' - go: - name: ConfigServerSettingsErrorRecord - description: ConfigServerSettingsErrorRecord - Error record of the config server settings - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ConfigServerSettingsValidateResultDetails description: The detail validation results - go: - name: '[]*ConfigServerSettingsErrorRecord' - description: The detail validation results - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: details language: default: name: details description: The detail validation results - go: - name: Details - description: The detail validation results - byValue: true protocol: {} serializationFormats: - json @@ -5632,28 +4090,22 @@ schemas: name: ConfigServerSettingsValidateResult description: Validation result for config server settings namespace: '' - go: - name: ConfigServerSettingsValidateResult - description: ConfigServerSettingsValidateResult - Validation result for config server settings - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_146 + - *ref_145 - *ref_97 + - *ref_146 - *ref_147 - - *ref_148 - *ref_98 + - *ref_148 - *ref_149 - *ref_150 - *ref_151 - - *ref_152 - - &ref_486 + - &ref_358 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_250 + - schema: &ref_249 type: array apiVersions: - version: 2020-11-01-preview @@ -5662,31 +4114,19 @@ schemas: default: name: AppResourceCollectionValue description: Collection of App resources - go: - name: '[]*AppResource' - description: Collection of App resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_1073 + language: &ref_678 default: name: value description: Collection of App resources - go: - name: Value - description: Collection of App resources - byValue: true protocol: {} - - schema: *ref_153 + - schema: *ref_152 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -5697,37 +4137,25 @@ schemas: name: AppResourceCollection description: Object that includes an array of App resources and a possible link for next set namespace: '' - go: - name: AppResourceCollection - description: AppResourceCollection - Object that includes an array of App resources and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_495 + - &ref_362 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_154 + - schema: *ref_153 serializedName: relativePath - language: &ref_1079 + language: &ref_684 default: name: relativePath description: Source relative path - go: - name: RelativePath - description: Source relative path protocol: {} - - schema: *ref_155 + - schema: *ref_154 serializedName: uploadUrl - language: &ref_1080 + language: &ref_685 default: name: uploadUrl description: Upload URL - go: - name: UploadURL - description: Upload URL protocol: {} serializationFormats: - json @@ -5738,20 +4166,15 @@ schemas: name: ResourceUploadDefinition description: Resource upload definition payload namespace: '' - go: - name: ResourceUploadDefinition - description: ResourceUploadDefinition - Resource upload definition payload - marshallingFormat: json - namespace: '' protocol: {} - *ref_99 - - *ref_156 - - &ref_560 + - *ref_155 + - &ref_393 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_251 + - schema: &ref_250 type: array apiVersions: - version: 2020-11-01-preview @@ -5760,31 +4183,19 @@ schemas: default: name: BindingResourceCollectionValue description: Collection of Binding resources - go: - name: '[]*BindingResource' - description: Collection of Binding resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_1134 + language: &ref_739 default: name: value description: Collection of Binding resources - go: - name: Value - description: Collection of Binding resources - byValue: true protocol: {} - - schema: *ref_157 + - schema: *ref_156 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -5795,21 +4206,15 @@ schemas: name: BindingResourceCollection description: Object that includes an array of Binding resources and a possible link for next set namespace: '' - go: - name: BindingResourceCollection - description: BindingResourceCollection - Object that includes an array of Binding resources and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_100 - - *ref_158 - - &ref_596 + - *ref_157 + - &ref_407 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_253 + - schema: &ref_252 type: array apiVersions: - version: 2020-11-01-preview @@ -5818,31 +4223,19 @@ schemas: default: name: CertificateResourceCollectionValue description: The certificate resources list. - go: - name: '[]*CertificateResource' - description: The certificate resources list. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_1168 + language: &ref_773 default: name: value description: The certificate resources list. - go: - name: Value - description: The certificate resources list. - byValue: true protocol: {} - - schema: *ref_159 + - schema: *ref_158 serializedName: nextLink - language: &ref_1169 + language: &ref_774 default: name: nextLink description: The link to next page of certificate list. - go: - name: NextLink - description: The link to next page of certificate list. protocol: {} serializationFormats: - json @@ -5853,39 +4246,27 @@ schemas: name: CertificateResourceCollection description: Collection compose of certificate resources list and a possible link for next page. namespace: '' - go: - name: CertificateResourceCollection - description: CertificateResourceCollection - Collection compose of certificate resources list and a possible link for next page. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_350 + - &ref_307 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_160 + - schema: *ref_159 required: true serializedName: type - language: &ref_952 + language: &ref_557 default: name: type description: Type of the resource to check name availability - go: - name: Type - description: REQUIRED; Type of the resource to check name availability protocol: {} - - schema: *ref_161 + - schema: *ref_160 required: true serializedName: name - language: &ref_953 + language: &ref_558 default: name: name description: Name to be checked - go: - name: Name - description: REQUIRED; Name to be checked protocol: {} serializationFormats: - json @@ -5896,46 +4277,32 @@ schemas: name: NameAvailabilityParameters description: Name availability parameters payload namespace: '' - go: - name: NameAvailabilityParameters - description: NameAvailabilityParameters - Name availability parameters payload - marshallingFormat: json - namespace: '' protocol: {} - - &ref_354 + - &ref_311 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_162 + - schema: *ref_161 serializedName: nameAvailable - language: &ref_955 + language: &ref_560 default: name: nameAvailable description: Indicates whether the name is available - go: - name: NameAvailable - description: Indicates whether the name is available protocol: {} - - schema: *ref_163 + - schema: *ref_162 serializedName: reason - language: &ref_956 + language: &ref_561 default: name: reason description: Reason why the name is not available - go: - name: Reason - description: Reason why the name is not available protocol: {} - - schema: *ref_164 + - schema: *ref_163 serializedName: message - language: &ref_957 + language: &ref_562 default: name: message description: Message why the name is not available - go: - name: Message - description: Message why the name is not available protocol: {} serializationFormats: - json @@ -5946,20 +4313,15 @@ schemas: name: NameAvailability description: Name availability result payload namespace: '' - go: - name: NameAvailability - description: NameAvailability - Name availability result payload - marshallingFormat: json - namespace: '' protocol: {} - *ref_101 - - *ref_165 - - &ref_649 + - *ref_164 + - &ref_431 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_254 + - schema: &ref_253 type: array apiVersions: - version: 2020-11-01-preview @@ -5968,31 +4330,19 @@ schemas: default: name: CustomDomainResourceCollectionValue description: The custom domain resources list. - go: - name: '[]*CustomDomainResource' - description: The custom domain resources list. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_1209 + language: &ref_814 default: name: value description: The custom domain resources list. - go: - name: Value - description: The custom domain resources list. - byValue: true protocol: {} - - schema: *ref_166 + - schema: *ref_165 serializedName: nextLink - language: &ref_1210 + language: &ref_815 default: name: nextLink description: The link to next page of custom domain list. - go: - name: NextLink - description: The link to next page of custom domain list. protocol: {} serializationFormats: - json @@ -6003,28 +4353,19 @@ schemas: name: CustomDomainResourceCollection description: Collection compose of a custom domain resources list and a possible link for next page. namespace: '' - go: - name: CustomDomainResourceCollection - description: CustomDomainResourceCollection - Collection compose of a custom domain resources list and a possible link for next page. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_501 + - &ref_363 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_167 + - schema: *ref_166 required: true serializedName: name - language: &ref_1086 + language: &ref_691 default: name: name description: Name to be validated - go: - name: Name - description: REQUIRED; Name to be validated protocol: {} serializationFormats: - json @@ -6035,36 +4376,25 @@ schemas: name: CustomDomainValidatePayload description: Custom domain validate payload. namespace: '' - go: - name: CustomDomainValidatePayload - description: CustomDomainValidatePayload - Custom domain validate payload. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_507 + - &ref_369 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_168 + - schema: *ref_167 serializedName: isValid - language: &ref_1088 + language: &ref_693 default: name: isValid description: Indicates if domain name is valid. - go: - name: IsValid - description: Indicates if domain name is valid. protocol: {} - - schema: *ref_169 + - schema: *ref_168 serializedName: message - language: &ref_1089 + language: &ref_694 default: name: message description: Message of why domain name is invalid. - go: - name: Message - description: Message of why domain name is invalid. protocol: {} serializationFormats: - json @@ -6075,23 +4405,18 @@ schemas: name: CustomDomainValidateResult description: Validation result for custom domain. namespace: '' - go: - name: CustomDomainValidateResult - description: CustomDomainValidateResult - Validation result for custom domain. - marshallingFormat: json - namespace: '' protocol: {} - *ref_102 + - *ref_169 - *ref_170 - *ref_171 - *ref_172 - - *ref_173 - - &ref_706 + - &ref_457 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_257 + - schema: &ref_256 type: array apiVersions: - version: 2020-11-01-preview @@ -6100,31 +4425,19 @@ schemas: default: name: DeploymentResourceCollectionValue description: Collection of Deployment resources - go: - name: '[]*DeploymentResource' - description: Collection of Deployment resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_1269 + language: &ref_874 default: name: value description: Collection of Deployment resources - go: - name: Value - description: Collection of Deployment resources - byValue: true protocol: {} - - schema: *ref_174 + - schema: *ref_173 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -6135,28 +4448,19 @@ schemas: name: DeploymentResourceCollection description: Object that includes an array of App resources and a possible link for next set namespace: '' - go: - name: DeploymentResourceCollection - description: DeploymentResourceCollection - Object that includes an array of App resources and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_752 + - &ref_478 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_175 + - schema: *ref_174 required: true serializedName: url - language: &ref_1298 + language: &ref_903 default: name: url description: URL of the log file - go: - name: URL - description: REQUIRED; URL of the log file protocol: {} serializationFormats: - json @@ -6167,18 +4471,13 @@ schemas: name: LogFileUrlResponse description: Log file URL payload namespace: '' - go: - name: LogFileURLResponse - description: LogFileURLResponse - Log file URL payload - marshallingFormat: json - namespace: '' protocol: {} - - &ref_360 + - &ref_312 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_259 + - schema: &ref_258 type: array apiVersions: - version: 2020-11-01-preview @@ -6187,31 +4486,19 @@ schemas: default: name: ServiceResourceListValue description: Collection of Service resources - go: - name: '[]*ServiceResource' - description: Collection of Service resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_960 + language: &ref_565 default: name: value description: Collection of Service resources - go: - name: Value - description: Collection of Service resources - byValue: true protocol: {} - - schema: *ref_176 + - schema: *ref_175 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -6222,91 +4509,67 @@ schemas: name: ServiceResourceList description: Object that includes an array of Service resources and a possible link for next set namespace: '' - go: - name: ServiceResourceList - description: ServiceResourceList - Object that includes an array of Service resources and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_758 + - &ref_479 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_265 + - schema: &ref_264 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_202 + elementType: &ref_201 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_177 + - schema: *ref_176 serializedName: name - language: &ref_1302 + language: &ref_907 default: name: name description: Name of the operation - go: - name: Name - description: Name of the operation protocol: {} - - schema: *ref_178 + - schema: *ref_177 serializedName: isDataAction - language: &ref_1303 + language: &ref_908 default: name: isDataAction description: Indicates whether the operation is a data action - go: - name: IsDataAction - description: Indicates whether the operation is a data action protocol: {} - - schema: &ref_203 + - schema: &ref_202 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_179 + - schema: *ref_178 serializedName: provider - language: &ref_1305 + language: &ref_910 default: name: provider description: Resource provider of the operation - go: - name: Provider - description: Resource provider of the operation protocol: {} - - schema: *ref_180 + - schema: *ref_179 serializedName: resource - language: &ref_1306 + language: &ref_911 default: name: resource description: Resource of the operation - go: - name: Resource - description: Resource of the operation protocol: {} - - schema: *ref_181 + - schema: *ref_180 serializedName: operation - language: &ref_1307 + language: &ref_912 default: name: operation description: Localized friendly name for the operation - go: - name: Operation - description: Localized friendly name for the operation protocol: {} - - schema: *ref_182 + - schema: *ref_181 serializedName: description - language: &ref_1308 + language: &ref_913 default: name: description description: Localized friendly description for the operation - go: - name: Description - description: Localized friendly description for the operation protocol: {} serializationFormats: - json @@ -6317,90 +4580,67 @@ schemas: name: OperationDisplay description: Operation display payload namespace: '' - go: - name: OperationDisplay - description: OperationDisplay - Operation display payload - marshallingFormat: json - namespace: '' protocol: {} serializedName: display - language: &ref_1304 + language: &ref_909 default: name: display description: Display of the operation - go: - name: Display - description: Display of the operation protocol: {} - - schema: *ref_183 + - schema: *ref_182 readOnly: true serializedName: actionType language: default: name: actionType description: Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. - go: - name: ActionType - description: READ-ONLY; Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. protocol: {} - - schema: *ref_184 + - schema: *ref_183 serializedName: origin - language: &ref_1309 + language: &ref_914 default: name: origin description: Origin of the operation - go: - name: Origin - description: Origin of the operation protocol: {} - - schema: &ref_204 + - schema: &ref_203 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_205 + - schema: &ref_204 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_260 + - schema: &ref_259 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_206 + elementType: &ref_205 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_185 + - schema: *ref_184 serializedName: name language: default: name: name description: Name of the log - go: - name: Name - description: Name of the log protocol: {} - - schema: *ref_186 + - schema: *ref_185 serializedName: displayName language: default: name: displayName description: Localized friendly display name of the log - go: - name: DisplayName - description: Localized friendly display name of the log protocol: {} - - schema: *ref_187 + - schema: *ref_186 serializedName: blobDuration language: default: name: blobDuration description: Blob duration of the log - go: - name: BlobDuration - description: Blob duration of the log protocol: {} serializationFormats: - json @@ -6411,199 +4651,137 @@ schemas: name: LogSpecification description: Specifications of the Log for Azure Monitoring namespace: '' - go: - name: LogSpecification - description: LogSpecification - Specifications of the Log for Azure Monitoring - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServiceSpecificationLogSpecifications description: Specifications of the Log for Azure Monitoring - go: - name: '[]*LogSpecification' - description: Specifications of the Log for Azure Monitoring - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: logSpecifications language: default: name: logSpecifications description: Specifications of the Log for Azure Monitoring - go: - name: LogSpecifications - description: Specifications of the Log for Azure Monitoring - byValue: true protocol: {} - - schema: &ref_264 + - schema: &ref_263 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_207 + elementType: &ref_206 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_188 + - schema: *ref_187 serializedName: name language: default: name: name description: Name of the metric - go: - name: Name - description: Name of the metric protocol: {} - - schema: *ref_189 + - schema: *ref_188 serializedName: displayName language: default: name: displayName description: Localized friendly display name of the metric - go: - name: DisplayName - description: Localized friendly display name of the metric protocol: {} - - schema: *ref_190 + - schema: *ref_189 serializedName: displayDescription language: default: name: displayDescription description: Localized friendly description of the metric - go: - name: DisplayDescription - description: Localized friendly description of the metric protocol: {} - - schema: *ref_191 + - schema: *ref_190 serializedName: unit language: default: name: unit description: Unit that makes sense for the metric - go: - name: Unit - description: Unit that makes sense for the metric protocol: {} - - schema: *ref_192 + - schema: *ref_191 serializedName: category language: default: name: category description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. - go: - name: Category - description: Name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - - schema: *ref_193 + - schema: *ref_192 serializedName: aggregationType language: default: name: aggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' - go: - name: AggregationType - description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - - schema: &ref_261 + - schema: &ref_260 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_194 + elementType: *ref_193 language: default: name: MetricSpecificationSupportedAggregationTypes description: Supported aggregation types - go: - name: '[]*string' - description: Supported aggregation types - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: supportedAggregationTypes language: default: name: supportedAggregationTypes description: Supported aggregation types - go: - name: SupportedAggregationTypes - description: Supported aggregation types - byValue: true protocol: {} - - schema: &ref_262 + - schema: &ref_261 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_195 + elementType: *ref_194 language: default: name: MetricSpecificationSupportedTimeGrainTypes description: Supported time grain types - go: - name: '[]*string' - description: Supported time grain types - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: supportedTimeGrainTypes language: default: name: supportedTimeGrainTypes description: Supported time grain types - go: - name: SupportedTimeGrainTypes - description: Supported time grain types - byValue: true protocol: {} - - schema: *ref_196 + - schema: *ref_195 serializedName: fillGapWithZero language: default: name: fillGapWithZero description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. - go: - name: FillGapWithZero - description: Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. protocol: {} - - schema: &ref_263 + - schema: &ref_262 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_208 + elementType: &ref_207 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_197 + - schema: *ref_196 serializedName: name language: default: name: name description: Name of the dimension - go: - name: Name - description: Name of the dimension protocol: {} - - schema: *ref_198 + - schema: *ref_197 serializedName: displayName language: default: name: displayName description: Localized friendly display name of the dimension - go: - name: DisplayName - description: Localized friendly display name of the dimension protocol: {} - - schema: *ref_199 + - schema: *ref_198 serializedName: toBeExportedForShoebox language: default: name: toBeExportedForShoebox description: Whether this dimension should be included for the Shoebox export scenario - go: - name: ToBeExportedForShoebox - description: Whether this dimension should be included for the Shoebox export scenario protocol: {} serializationFormats: - json @@ -6614,41 +4792,24 @@ schemas: name: MetricDimension description: Specifications of the Dimension of metrics namespace: '' - go: - name: MetricDimension - description: MetricDimension - Specifications of the Dimension of metrics - marshallingFormat: json - namespace: '' protocol: {} language: default: name: MetricSpecificationDimensions description: Dimensions of the metric - go: - name: '[]*MetricDimension' - description: Dimensions of the metric - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dimensions language: default: name: dimensions description: Dimensions of the metric - go: - name: Dimensions - description: Dimensions of the metric - byValue: true protocol: {} - - schema: *ref_200 + - schema: *ref_199 serializedName: sourceMdmNamespace language: default: name: sourceMdmNamespace description: Name of the MDM namespace. Optional. - go: - name: SourceMdmNamespace - description: Name of the MDM namespace. Optional. protocol: {} serializationFormats: - json @@ -6659,32 +4820,17 @@ schemas: name: MetricSpecification description: Specifications of the Metrics for Azure Monitoring namespace: '' - go: - name: MetricSpecification - description: MetricSpecification - Specifications of the Metrics for Azure Monitoring - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServiceSpecificationMetricSpecifications description: Specifications of the Metrics for Azure Monitoring - go: - name: '[]*MetricSpecification' - description: Specifications of the Metrics for Azure Monitoring - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: metricSpecifications language: default: name: metricSpecifications description: Specifications of the Metrics for Azure Monitoring - go: - name: MetricSpecifications - description: Specifications of the Metrics for Azure Monitoring - byValue: true protocol: {} serializationFormats: - json @@ -6695,21 +4841,12 @@ schemas: name: ServiceSpecification description: Service specification payload namespace: '' - go: - name: ServiceSpecification - description: ServiceSpecification - Service specification payload - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: serviceSpecification - language: &ref_1311 + language: &ref_916 default: name: serviceSpecification description: Service specifications of the operation - go: - name: ServiceSpecification - description: Service specifications of the operation protocol: {} serializationFormats: - json @@ -6720,20 +4857,12 @@ schemas: name: OperationProperties description: Extra Operation properties namespace: '' - go: - name: OperationProperties - description: OperationProperties - Extra Operation properties - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_1310 + language: &ref_915 default: name: properties description: Properties of the operation - go: - name: Properties - description: Properties of the operation protocol: {} serializationFormats: - json @@ -6744,41 +4873,24 @@ schemas: name: OperationDetail description: Operation detail payload namespace: '' - go: - name: OperationDetail - description: OperationDetail - Operation detail payload - marshallingFormat: json - namespace: '' protocol: {} language: default: name: AvailableOperationsValue description: Collection of available operation details - go: - name: '[]*OperationDetail' - description: Collection of available operation details - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_1301 + language: &ref_906 default: name: value description: Collection of available operation details - go: - name: Value - description: Collection of available operation details - byValue: true protocol: {} - - schema: *ref_201 + - schema: *ref_200 serializedName: nextLink - language: &ref_1312 + language: &ref_917 default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -6789,63 +4901,48 @@ schemas: name: AvailableOperations description: Available operations of the service namespace: '' - go: - name: AvailableOperations - description: AvailableOperations - Available operations of the service - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_201 - *ref_202 - *ref_203 - *ref_204 - *ref_205 - *ref_206 - *ref_207 - - *ref_208 - - &ref_764 + - &ref_480 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_266 + - schema: &ref_265 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_212 + elementType: &ref_211 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_209 + - schema: *ref_208 serializedName: value - language: &ref_1317 + language: &ref_922 default: name: value description: The raw value which could be passed to deployment CRUD operations. - go: - name: Value - description: The raw value which could be passed to deployment CRUD operations. protocol: {} - - schema: *ref_210 + - schema: *ref_209 serializedName: platform - language: &ref_1318 + language: &ref_923 default: name: platform description: 'The platform of this runtime version (possible values: "Java" or ".NET").' - go: - name: Platform - description: 'The platform of this runtime version (possible values: "Java" or ".NET").' protocol: {} - - schema: *ref_211 + - schema: *ref_210 serializedName: version - language: &ref_1319 + language: &ref_924 default: name: version description: The detailed version (major.minor) of the platform. - go: - name: Version - description: The detailed version (major.minor) of the platform. protocol: {} serializationFormats: - json @@ -6856,32 +4953,18 @@ schemas: name: SupportedRuntimeVersion description: Supported deployment runtime version descriptor. namespace: '' - go: - name: SupportedRuntimeVersion - description: SupportedRuntimeVersion - Supported deployment runtime version descriptor. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: AvailableRuntimeVersionsValue description: A list of all supported runtime versions. - go: - name: '[]*SupportedRuntimeVersion' - description: A list of all supported runtime versions. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value - language: &ref_1316 + language: &ref_921 default: name: value description: A list of all supported runtime versions. - go: - name: Value - description: READ-ONLY; A list of all supported runtime versions. - byValue: true protocol: {} serializationFormats: - json @@ -6892,106 +4975,79 @@ schemas: name: AvailableRuntimeVersions description: '' namespace: '' - go: - name: AvailableRuntimeVersions - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_212 - - &ref_770 + - *ref_211 + - &ref_481 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_277 + - schema: &ref_276 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_232 + elementType: &ref_231 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_213 + - schema: *ref_212 serializedName: resourceType - language: &ref_1324 + language: &ref_929 default: name: resourceType description: Gets the type of resource the SKU applies to. - go: - name: ResourceType - description: Gets the type of resource the SKU applies to. protocol: {} - - schema: *ref_214 + - schema: *ref_213 serializedName: name - language: &ref_1325 + language: &ref_930 default: name: name description: Gets the name of SKU. - go: - name: Name - description: Gets the name of SKU. protocol: {} - - schema: *ref_215 + - schema: *ref_214 serializedName: tier - language: &ref_1326 + language: &ref_931 default: name: tier description: Gets the tier of SKU. - go: - name: Tier - description: Gets the tier of SKU. protocol: {} - - schema: &ref_233 + - schema: &ref_232 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_216 + - schema: *ref_215 required: true serializedName: minimum - language: &ref_1328 + language: &ref_933 default: name: minimum description: Gets or sets the minimum. - go: - name: Minimum - description: REQUIRED; Gets or sets the minimum. protocol: {} - - schema: *ref_217 + - schema: *ref_216 required: false serializedName: maximum - language: &ref_1329 + language: &ref_934 default: name: maximum description: Gets or sets the maximum. - go: - name: Maximum - description: Gets or sets the maximum. protocol: {} - - schema: *ref_218 + - schema: *ref_217 required: false serializedName: default - language: &ref_1330 + language: &ref_935 default: name: default description: Gets or sets the default. - go: - name: Default - description: Gets or sets the default. protocol: {} - - schema: *ref_219 + - schema: *ref_218 required: false serializedName: scaleType - language: &ref_1331 + language: &ref_936 default: name: scaleType description: Gets or sets the type of the scale. - go: - name: ScaleType - description: Gets or sets the type of the scale. protocol: {} serializationFormats: - json @@ -7002,152 +5058,108 @@ schemas: name: SkuCapacity description: The SKU capacity namespace: '' - go: - name: SKUCapacity - description: SKUCapacity - The SKU capacity - marshallingFormat: json - namespace: '' protocol: {} serializedName: capacity - language: &ref_1327 + language: &ref_932 default: name: capacity description: Gets the capacity of SKU. - go: - name: Capacity - description: Gets the capacity of SKU. protocol: {} - - schema: &ref_267 + - schema: &ref_266 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_220 + elementType: *ref_219 language: default: name: ResourceSkuLocations description: Gets the set of locations that the SKU is available. - go: - name: '[]*string' - description: Gets the set of locations that the SKU is available. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: locations - language: &ref_1332 + language: &ref_937 default: name: locations description: Gets the set of locations that the SKU is available. - go: - name: Locations - description: Gets the set of locations that the SKU is available. - byValue: true protocol: {} - - schema: &ref_272 + - schema: &ref_271 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_234 + elementType: &ref_233 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_221 + - schema: *ref_220 serializedName: location - language: &ref_1334 + language: &ref_939 default: name: location description: Gets location of the SKU - go: - name: Location - description: Gets location of the SKU protocol: {} - - schema: &ref_268 + - schema: &ref_267 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_222 + elementType: *ref_221 language: default: name: ResourceSkuLocationInfoZones description: Gets list of availability zones where the SKU is supported. - go: - name: '[]*string' - description: Gets list of availability zones where the SKU is supported. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones - language: &ref_1335 + language: &ref_940 default: name: zones description: Gets list of availability zones where the SKU is supported. - go: - name: Zones - description: Gets list of availability zones where the SKU is supported. - byValue: true protocol: {} - - schema: &ref_271 + - schema: &ref_270 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_235 + elementType: &ref_234 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_269 + - schema: &ref_268 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_223 + elementType: *ref_222 language: default: name: ResourceSkuZoneDetailsName description: "Gets the set of zones that the SKU is available in with the\r\nspecified capabilities." - go: - name: '[]*string' - description: "Gets the set of zones that the SKU is available in with the\r\nspecified capabilities." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: name language: default: name: name description: "Gets the set of zones that the SKU is available in with the\r\nspecified capabilities." - go: - name: Name - description: Gets the set of zones that the SKU is available in with the specified capabilities. - byValue: true protocol: {} - - schema: &ref_270 + - schema: &ref_269 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_236 + elementType: &ref_235 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_224 + - schema: *ref_223 serializedName: name language: default: name: name description: Gets an invariant to describe the feature. - go: - name: Name - description: Gets an invariant to describe the feature. protocol: {} - - schema: *ref_225 + - schema: *ref_224 serializedName: value language: default: name: value description: Gets an invariant if the feature is measured by quantity. - go: - name: Value - description: Gets an invariant if the feature is measured by quantity. protocol: {} serializationFormats: - json @@ -7158,31 +5170,17 @@ schemas: name: ResourceSkuCapabilities description: '' namespace: '' - go: - name: ResourceSKUCapabilities - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuZoneDetailsCapabilities description: "Gets a list of capabilities that are available for the SKU in the\r\nspecified list of zones." - go: - name: '[]*ResourceSKUCapabilities' - description: "Gets a list of capabilities that are available for the SKU in the\r\nspecified list of zones." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: capabilities language: default: name: capabilities description: "Gets a list of capabilities that are available for the SKU in the\r\nspecified list of zones." - go: - name: Capabilities - description: Gets a list of capabilities that are available for the SKU in the specified list of zones. - byValue: true protocol: {} serializationFormats: - json @@ -7193,32 +5191,17 @@ schemas: name: ResourceSkuZoneDetails description: Details of capabilities available to a SKU in specific zones namespace: '' - go: - name: ResourceSKUZoneDetails - description: ResourceSKUZoneDetails - Details of capabilities available to a SKU in specific zones - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuLocationInfoZoneDetails description: Gets details of capabilities available to a SKU in specific zones. - go: - name: '[]*ResourceSKUZoneDetails' - description: Gets details of capabilities available to a SKU in specific zones. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zoneDetails - language: &ref_1336 + language: &ref_941 default: name: zoneDetails description: Gets details of capabilities available to a SKU in specific zones. - go: - name: ZoneDetails - description: Gets details of capabilities available to a SKU in specific zones. - byValue: true protocol: {} serializationFormats: - json @@ -7229,131 +5212,86 @@ schemas: name: ResourceSkuLocationInfo description: Locations and availability zones where the SKU is available namespace: '' - go: - name: ResourceSKULocationInfo - description: ResourceSKULocationInfo - Locations and availability zones where the SKU is available - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuLocationInfo description: Gets a list of locations and availability zones in those locations where the SKU is available. - go: - name: '[]*ResourceSKULocationInfo' - description: Gets a list of locations and availability zones in those locations where the SKU is available. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: locationInfo - language: &ref_1333 + language: &ref_938 default: name: locationInfo description: Gets a list of locations and availability zones in those locations where the SKU is available. - go: - name: LocationInfo - description: Gets a list of locations and availability zones in those locations where the SKU is available. - byValue: true protocol: {} - - schema: &ref_276 + - schema: &ref_275 type: array apiVersions: - version: 2020-11-01-preview - elementType: &ref_237 + elementType: &ref_236 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: *ref_226 + - schema: *ref_225 serializedName: type language: default: name: type description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' - go: - name: Type - description: 'Gets the type of restrictions. Possible values include: ''Location'', ''Zone''' protocol: {} - - schema: &ref_273 + - schema: &ref_272 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_227 + elementType: *ref_226 language: default: name: ResourceSkuRestrictionsValues description: "Gets the value of restrictions. If the restriction type is set to\r\nlocation. This would be different locations where the SKU is restricted." - go: - name: '[]*string' - description: "Gets the value of restrictions. If the restriction type is set to\r\nlocation. This would be different locations where the SKU is restricted." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: values language: default: name: values description: "Gets the value of restrictions. If the restriction type is set to\r\nlocation. This would be different locations where the SKU is restricted." - go: - name: Values - description: Gets the value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - byValue: true protocol: {} - - schema: &ref_238 + - schema: &ref_237 type: object apiVersions: - version: 2020-11-01-preview properties: - - schema: &ref_274 + - schema: &ref_273 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_228 + elementType: *ref_227 language: default: name: ResourceSkuRestrictionInfoLocations description: Gets locations where the SKU is restricted - go: - name: '[]*string' - description: Gets locations where the SKU is restricted - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: locations language: default: name: locations description: Gets locations where the SKU is restricted - go: - name: Locations - description: Gets locations where the SKU is restricted - byValue: true protocol: {} - - schema: &ref_275 + - schema: &ref_274 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_229 + elementType: *ref_228 language: default: name: ResourceSkuRestrictionInfoZones description: Gets list of availability zones where the SKU is restricted. - go: - name: '[]*string' - description: Gets list of availability zones where the SKU is restricted. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: Gets list of availability zones where the SKU is restricted. - go: - name: Zones - description: Gets list of availability zones where the SKU is restricted. - byValue: true protocol: {} serializationFormats: - json @@ -7364,31 +5302,19 @@ schemas: name: ResourceSkuRestrictionInfo description: Information about the restriction where the SKU cannot be used namespace: '' - go: - name: ResourceSKURestrictionInfo - description: ResourceSKURestrictionInfo - Information about the restriction where the SKU cannot be used - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: restrictionInfo language: default: name: restrictionInfo description: Gets the information about the restriction where the SKU cannot be used. - go: - name: RestrictionInfo - description: Gets the information about the restriction where the SKU cannot be used. protocol: {} - - schema: *ref_230 + - schema: *ref_229 serializedName: reasonCode language: default: name: reasonCode description: 'Gets the reason for restriction. Possible values include: ''QuotaId'', ''NotAvailableForSubscription''' - go: - name: ReasonCode - description: 'Gets the reason for restriction. Possible values include: ''QuotaId'', ''NotAvailableForSubscription''' protocol: {} serializationFormats: - json @@ -7399,32 +5325,17 @@ schemas: name: ResourceSkuRestrictions description: Restrictions where the SKU cannot be used namespace: '' - go: - name: ResourceSKURestrictions - description: ResourceSKURestrictions - Restrictions where the SKU cannot be used - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuRestrictions description: "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions." - go: - name: '[]*ResourceSKURestrictions' - description: "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: restrictions - language: &ref_1337 + language: &ref_942 default: name: restrictions description: "Gets the restrictions because of which SKU cannot be used. This is\r\nempty if there are no restrictions." - go: - name: Restrictions - description: Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - byValue: true protocol: {} serializationFormats: - json @@ -7435,42 +5346,24 @@ schemas: name: ResourceSku description: Describes an available Azure Spring Cloud SKU. namespace: '' - go: - name: ResourceSKU - description: ResourceSKU - Describes an available Azure Spring Cloud SKU. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuCollectionValue description: Collection of resource SKU - go: - name: '[]*ResourceSKU' - description: Collection of resource SKU - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_1323 + language: &ref_928 default: name: value description: Collection of resource SKU - go: - name: Value - description: Collection of resource SKU - byValue: true protocol: {} - - schema: *ref_231 + - schema: *ref_230 serializedName: nextLink language: default: name: nextLink description: "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -7481,21 +5374,16 @@ schemas: name: ResourceSkuCollection description: Object that includes an array of Azure Spring Cloud SKU and a possible link for next set namespace: '' - go: - name: ResourceSKUCollection - description: ResourceSKUCollection - Object that includes an array of Azure Spring Cloud SKU and a possible link for next set - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_231 - *ref_232 - *ref_233 - *ref_234 - *ref_235 - *ref_236 - *ref_237 - - *ref_238 arrays: + - *ref_238 - *ref_239 - *ref_240 - *ref_241 @@ -7512,36 +5400,28 @@ schemas: - *ref_252 - *ref_253 - *ref_254 - - *ref_255 - - &ref_699 + - &ref_452 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_256 + elementType: *ref_255 language: default: name: ArrayOfGet5ItemsItem description: Array of Get5ItemsItem - go: - name: '[]string' - description: Array of Get5ItemsItem - elementIsPtr: true protocol: {} - - *ref_257 - - &ref_711 + - *ref_256 + - &ref_458 type: array apiVersions: - version: 2020-11-01-preview - elementType: *ref_258 + elementType: *ref_257 language: default: name: ArrayOfGet4ItemsItem description: Array of Get4ItemsItem - go: - name: '[]string' - description: Array of Get4ItemsItem - elementIsPtr: true protocol: {} + - *ref_258 - *ref_259 - *ref_260 - *ref_261 @@ -7560,27 +5440,22 @@ schemas: - *ref_274 - *ref_275 - *ref_276 - - *ref_277 globalParameters: - - &ref_281 + - &ref_280 schema: *ref_1 implementation: Client required: true extensions: x-ms-priority: 1 - language: &ref_878 + language: &ref_483 default: name: SubscriptionId description: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. serializedName: subscriptionId - go: - name: subscriptionID - description: Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - serializedName: subscriptionId protocol: http: in: path - - &ref_279 + - &ref_278 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -7593,77 +5468,61 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri - - &ref_280 - schema: *ref_278 + - &ref_279 + schema: *ref_277 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_877 + language: &ref_482 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query operationGroups: - - &ref_904 + - &ref_509 $key: Services operations: - - &ref_903 + - &ref_508 operationId: Services_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_283 + - &ref_282 schema: *ref_1 implementation: Method required: true - language: &ref_879 + language: &ref_484 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_284 + - &ref_283 schema: *ref_1 implementation: Method required: true - language: &ref_880 + language: &ref_485 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7672,10 +5531,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7684,26 +5539,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName} method: get uri: '{$host}' signatureParameters: + - *ref_282 - *ref_283 - - *ref_284 responses: - schema: *ref_3 - language: &ref_881 + language: &ref_486 default: name: '' description: Success. The response describes the corresponding Service. - go: - name: '' - description: Success. The response describes the corresponding Service. protocol: http: knownMediaType: json @@ -7712,14 +5561,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7779,119 +5625,55 @@ operationGroups: default: name: Get description: Get a Service and its properties. - go: - name: Get - description: |- - Get a Service and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_776 - schema: - type: object - language: - default: &ref_286 - name: ServicesClientGetOptions - description: ServicesClientGetOptions contains the optional parameters for the ServicesClient.Get method. - go: *ref_286 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientGetOptions - language: - default: &ref_287 - name: options - description: ServicesClientGetOptions contains the optional parameters for the ServicesClient.Get method. - go: *ref_287 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_825 - type: object - properties: - - &ref_289 - schema: *ref_3 - serializedName: ServiceResource - language: - default: &ref_288 - name: ServiceResource - description: Service resource - byValue: true - embeddedType: true - go: *ref_288 - protocol: {} - language: - default: &ref_290 - name: ServicesClientGetResponse - description: ServicesClientGetResponse contains the response from method ServicesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_289 - go: *ref_290 - protocol: {} protocol: {} - - &ref_911 + - &ref_516 operationId: Services_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_293 + - &ref_287 schema: *ref_1 implementation: Method required: true - language: &ref_905 + language: &ref_510 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_294 + - &ref_288 schema: *ref_1 implementation: Method required: true - language: &ref_906 + language: &ref_511 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_292 + application/json: &ref_286 parameters: - - &ref_291 + - &ref_285 schema: *ref_3 implementation: Method required: true - language: &ref_907 + language: &ref_512 default: name: resource description: Parameters for the create or update operation - go: - name: resource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -7900,22 +5682,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_291 + - *ref_285 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName} @@ -7925,19 +5700,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_292 + - *ref_286 signatureParameters: - - *ref_293 - - *ref_294 + - *ref_287 + - *ref_288 responses: - schema: *ref_3 - language: &ref_908 + language: &ref_513 default: name: '' description: Success. The response describes the updated Service. - go: - name: '' - description: Success. The response describes the updated Service. protocol: http: knownMediaType: json @@ -7946,13 +5718,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_3 - language: &ref_909 + language: &ref_514 default: name: '' description: "Created. The response describes the new Service and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new Service and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -7961,13 +5730,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_3 - language: &ref_910 + language: &ref_515 default: name: '' description: "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Service is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -7976,14 +5742,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8278,119 +6041,42 @@ operationGroups: default: name: CreateOrUpdate description: Create a new Service or update an exiting Service. - go: - name: CreateOrUpdate - description: |- - Create a new Service or update an exiting Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_777 - schema: - type: object - language: - default: &ref_295 - name: ServicesClientBeginCreateOrUpdateOptions - description: ServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServicesClient.BeginCreateOrUpdate method. - go: *ref_295 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_296 - name: string - description: '' - go: *ref_296 - protocol: {} - language: - default: &ref_297 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_297 - protocol: {} - required: false - serializedName: ServicesClientBeginCreateOrUpdateOptions - language: - default: &ref_298 - name: options - description: ServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServicesClient.BeginCreateOrUpdate method. - go: *ref_298 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_826 - type: object - properties: - - &ref_300 - schema: *ref_3 - serializedName: ServiceResource - language: - default: &ref_299 - name: ServiceResource - description: Service resource - byValue: true - embeddedType: true - go: *ref_299 - protocol: {} - language: - default: &ref_301 - name: ServicesClientCreateOrUpdateResponse - description: ServicesClientCreateOrUpdateResponse contains the response from method ServicesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_300 - go: *ref_301 - protocol: {} protocol: {} - - &ref_920 + - &ref_525 operationId: Services_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_302 + - &ref_289 schema: *ref_1 implementation: Method required: true - language: &ref_917 + language: &ref_522 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_303 + - &ref_290 schema: *ref_1 implementation: Method required: true - language: &ref_918 + language: &ref_523 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8399,10 +6085,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8411,25 +6093,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName} method: delete uri: '{$host}' signatureParameters: - - *ref_302 - - *ref_303 + - *ref_289 + - *ref_290 responses: - - language: &ref_1373 + - language: &ref_978 default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -8438,22 +6114,16 @@ operationGroups: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8472,7 +6142,7 @@ operationGroups: x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Delete.json responses: '202': - headers: &ref_919 + headers: &ref_524 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... '204': {} x-ms-long-running-operation: true @@ -8482,121 +6152,55 @@ operationGroups: default: name: Delete description: Operation to delete a Service. - go: - name: Delete - description: |- - Operation to delete a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_778 - schema: - type: object - language: - default: &ref_304 - name: ServicesClientBeginDeleteOptions - description: ServicesClientBeginDeleteOptions contains the optional parameters for the ServicesClient.BeginDelete method. - go: *ref_304 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_305 - name: string - description: '' - go: *ref_305 - protocol: {} - language: - default: &ref_306 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_306 - protocol: {} - required: false - serializedName: ServicesClientBeginDeleteOptions - language: - default: &ref_307 - name: options - description: ServicesClientBeginDeleteOptions contains the optional parameters for the ServicesClient.BeginDelete method. - go: *ref_307 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_827 - type: object - language: - default: &ref_308 - name: ServicesClientDeleteResponse - description: ServicesClientDeleteResponse contains the response from method ServicesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_308 - protocol: {} protocol: {} - - &ref_927 + - &ref_532 operationId: Services_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_311 + - &ref_293 schema: *ref_1 implementation: Method required: true - language: &ref_921 + language: &ref_526 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_312 + - &ref_294 schema: *ref_1 implementation: Method required: true - language: &ref_922 + language: &ref_527 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_310 + application/json: &ref_292 parameters: - - &ref_309 + - &ref_291 schema: *ref_3 implementation: Method required: true - language: &ref_923 + language: &ref_528 default: name: resource description: Parameters for the update operation - go: - name: resource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8605,22 +6209,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_309 + - *ref_291 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName} @@ -8630,19 +6227,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_310 + - *ref_292 signatureParameters: - - *ref_311 - - *ref_312 + - *ref_293 + - *ref_294 responses: - schema: *ref_3 - language: &ref_924 + language: &ref_529 default: name: '' description: Success. The response describes the updated Service. - go: - name: '' - description: Success. The response describes the updated Service. protocol: http: knownMediaType: json @@ -8651,13 +6245,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_3 - language: &ref_925 + language: &ref_530 default: name: '' description: "Accepted. The response indicates the exiting Service is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Service is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -8666,14 +6257,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8775,7 +6363,7 @@ operationGroups: tier: Standard tags: key1: value1 - headers: &ref_926 + headers: &ref_531 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -8787,119 +6375,42 @@ operationGroups: default: name: Update description: Operation to update an exiting Service. - go: - name: Update - description: |- - Operation to update an exiting Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_779 - schema: - type: object - language: - default: &ref_313 - name: ServicesClientBeginUpdateOptions - description: ServicesClientBeginUpdateOptions contains the optional parameters for the ServicesClient.BeginUpdate method. - go: *ref_313 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_314 - name: string - description: '' - go: *ref_314 - protocol: {} - language: - default: &ref_315 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_315 - protocol: {} - required: false - serializedName: ServicesClientBeginUpdateOptions - language: - default: &ref_316 - name: options - description: ServicesClientBeginUpdateOptions contains the optional parameters for the ServicesClient.BeginUpdate method. - go: *ref_316 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_828 - type: object - properties: - - &ref_318 - schema: *ref_3 - serializedName: ServiceResource - language: - default: &ref_317 - name: ServiceResource - description: Service resource - byValue: true - embeddedType: true - go: *ref_317 - protocol: {} - language: - default: &ref_319 - name: ServicesClientUpdateResponse - description: ServicesClientUpdateResponse contains the response from method ServicesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_318 - go: *ref_319 - protocol: {} protocol: {} - - &ref_936 + - &ref_541 operationId: Services_ListTestKeys apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_320 + - &ref_295 schema: *ref_1 implementation: Method required: true - language: &ref_928 + language: &ref_533 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_321 + - &ref_296 schema: *ref_1 implementation: Method required: true - language: &ref_929 + language: &ref_534 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -8908,10 +6419,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8920,26 +6427,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/listTestKeys method: post uri: '{$host}' signatureParameters: - - *ref_320 - - *ref_321 + - *ref_295 + - *ref_296 responses: - - schema: *ref_322 - language: &ref_930 + - schema: *ref_297 + language: &ref_535 default: name: '' description: Success. The response describes the test keys. - go: - name: '' - description: Success. The response describes the test keys. protocol: http: knownMediaType: json @@ -8948,14 +6449,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8984,119 +6482,55 @@ operationGroups: default: name: ListTestKeys description: List test keys for a Service. - go: - name: ListTestKeys - description: |- - List test keys for a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_780 - schema: - type: object - language: - default: &ref_323 - name: ServicesClientListTestKeysOptions - description: ServicesClientListTestKeysOptions contains the optional parameters for the ServicesClient.ListTestKeys method. - go: *ref_323 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientListTestKeysOptions - language: - default: &ref_324 - name: options - description: ServicesClientListTestKeysOptions contains the optional parameters for the ServicesClient.ListTestKeys method. - go: *ref_324 - protocol: {} - protocolNaming: - internalMethod: listTestKeys - requestMethod: listTestKeysCreateRequest - responseMethod: listTestKeysHandleResponse - responseEnv: &ref_829 - type: object - properties: - - &ref_326 - schema: *ref_322 - serializedName: TestKeys - language: - default: &ref_325 - name: TestKeys - description: Test keys payload - byValue: true - embeddedType: true - go: *ref_325 - protocol: {} - language: - default: &ref_327 - name: ServicesClientListTestKeysResponse - description: ServicesClientListTestKeysResponse contains the response from method ServicesClient.ListTestKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_326 - go: *ref_327 - protocol: {} protocol: {} - - &ref_942 + - &ref_547 operationId: Services_RegenerateTestKey apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_331 + - &ref_301 schema: *ref_1 implementation: Method required: true - language: &ref_937 + language: &ref_542 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_332 + - &ref_302 schema: *ref_1 implementation: Method required: true - language: &ref_938 + language: &ref_543 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_330 + application/json: &ref_300 parameters: - - &ref_329 - schema: *ref_328 + - &ref_299 + schema: *ref_298 implementation: Method required: true - language: &ref_939 + language: &ref_544 default: name: regenerateTestKeyRequest description: Parameters for the operation - go: - name: regenerateTestKeyRequest - description: Parameters for the operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9105,22 +6539,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_329 + - *ref_299 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/regenerateTestKey @@ -9130,19 +6557,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_330 + - *ref_300 signatureParameters: - - *ref_331 - - *ref_332 + - *ref_301 + - *ref_302 responses: - - schema: *ref_322 - language: &ref_941 + - schema: *ref_297 + language: &ref_546 default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: knownMediaType: json @@ -9151,14 +6575,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9189,103 +6610,42 @@ operationGroups: default: name: RegenerateTestKey description: Regenerate a test key for a Service. - go: - name: RegenerateTestKey - description: |- - Regenerate a test key for a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_781 - schema: - type: object - language: - default: &ref_333 - name: ServicesClientRegenerateTestKeyOptions - description: ServicesClientRegenerateTestKeyOptions contains the optional parameters for the ServicesClient.RegenerateTestKey method. - go: *ref_333 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientRegenerateTestKeyOptions - language: - default: &ref_334 - name: options - description: ServicesClientRegenerateTestKeyOptions contains the optional parameters for the ServicesClient.RegenerateTestKey method. - go: *ref_334 - protocol: {} - protocolNaming: - internalMethod: regenerateTestKey - requestMethod: regenerateTestKeyCreateRequest - responseMethod: regenerateTestKeyHandleResponse - responseEnv: &ref_830 - type: object - properties: - - &ref_336 - schema: *ref_322 - serializedName: TestKeys - language: - default: &ref_335 - name: TestKeys - description: Test keys payload - byValue: true - embeddedType: true - go: *ref_335 - protocol: {} - language: - default: &ref_337 - name: ServicesClientRegenerateTestKeyResponse - description: ServicesClientRegenerateTestKeyResponse contains the response from method ServicesClient.RegenerateTestKey. - marshallingFormat: json - responseType: true - resultProp: *ref_336 - go: *ref_337 - protocol: {} protocol: {} - - &ref_945 + - &ref_550 operationId: Services_DisableTestEndpoint apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_338 + - &ref_303 schema: *ref_1 implementation: Method required: true - language: &ref_943 + language: &ref_548 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_339 + - &ref_304 schema: *ref_1 implementation: Method required: true - language: &ref_944 + language: &ref_549 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9294,10 +6654,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9306,38 +6662,29 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/disableTestEndpoint method: post uri: '{$host}' signatureParameters: - - *ref_338 - - *ref_339 + - *ref_303 + - *ref_304 responses: - - language: &ref_1341 + - language: &ref_946 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9360,89 +6707,42 @@ operationGroups: default: name: DisableTestEndpoint description: Disable test endpoint functionality for a Service. - go: - name: DisableTestEndpoint - description: |- - Disable test endpoint functionality for a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_782 - schema: - type: object - language: - default: &ref_340 - name: ServicesClientDisableTestEndpointOptions - description: ServicesClientDisableTestEndpointOptions contains the optional parameters for the ServicesClient.DisableTestEndpoint method. - go: *ref_340 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientDisableTestEndpointOptions - language: - default: &ref_341 - name: options - description: ServicesClientDisableTestEndpointOptions contains the optional parameters for the ServicesClient.DisableTestEndpoint method. - go: *ref_341 - protocol: {} - protocolNaming: - internalMethod: disableTestEndpoint - requestMethod: disableTestEndpointCreateRequest - responseMethod: disableTestEndpointHandleResponse - responseEnv: &ref_831 - type: object - language: - default: &ref_342 - name: ServicesClientDisableTestEndpointResponse - description: ServicesClientDisableTestEndpointResponse contains the response from method ServicesClient.DisableTestEndpoint. - responseType: true - go: *ref_342 - protocol: {} protocol: {} - - &ref_949 + - &ref_554 operationId: Services_EnableTestEndpoint apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_343 + - &ref_305 schema: *ref_1 implementation: Method required: true - language: &ref_946 + language: &ref_551 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_344 + - &ref_306 schema: *ref_1 implementation: Method required: true - language: &ref_947 + language: &ref_552 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9451,10 +6751,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9463,26 +6759,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/enableTestEndpoint method: post uri: '{$host}' signatureParameters: - - *ref_343 - - *ref_344 + - *ref_305 + - *ref_306 responses: - - schema: *ref_322 - language: &ref_948 + - schema: *ref_297 + language: &ref_553 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -9491,14 +6781,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9527,103 +6814,43 @@ operationGroups: default: name: EnableTestEndpoint description: Enable test endpoint functionality for a Service. - go: - name: EnableTestEndpoint - description: |- - Enable test endpoint functionality for a Service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_783 - schema: - type: object - language: - default: &ref_345 - name: ServicesClientEnableTestEndpointOptions - description: ServicesClientEnableTestEndpointOptions contains the optional parameters for the ServicesClient.EnableTestEndpoint method. - go: *ref_345 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientEnableTestEndpointOptions - language: - default: &ref_346 - name: options - description: ServicesClientEnableTestEndpointOptions contains the optional parameters for the ServicesClient.EnableTestEndpoint method. - go: *ref_346 - protocol: {} - protocolNaming: - internalMethod: enableTestEndpoint - requestMethod: enableTestEndpointCreateRequest - responseMethod: enableTestEndpointHandleResponse - responseEnv: &ref_832 - type: object - properties: - - &ref_348 - schema: *ref_322 - serializedName: TestKeys - language: - default: &ref_347 - name: TestKeys - description: Test keys payload - byValue: true - embeddedType: true - go: *ref_347 - protocol: {} - language: - default: &ref_349 - name: ServicesClientEnableTestEndpointResponse - description: ServicesClientEnableTestEndpointResponse contains the response from method ServicesClient.EnableTestEndpoint. - marshallingFormat: json - responseType: true - resultProp: *ref_348 - go: *ref_349 - protocol: {} protocol: {} - - &ref_958 + - &ref_563 operationId: Services_CheckNameAvailability apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_353 + - &ref_310 schema: *ref_1 implementation: Method required: true - language: &ref_950 + language: &ref_555 default: name: location description: the region serializedName: location - go: - name: location - description: the region - serializedName: location protocol: http: in: path requestMediaTypes: - application/json: &ref_352 + application/json: &ref_309 parameters: - - &ref_351 - schema: *ref_350 + - &ref_308 + schema: *ref_307 implementation: Method required: true - language: &ref_951 + language: &ref_556 default: name: availabilityParameters description: Parameters supplied to the operation. - go: - name: availabilityParameters - description: Parameters supplied to the operation. protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9632,22 +6859,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_351 + - *ref_308 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/locations/{location}/checkNameAvailability @@ -9657,18 +6877,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_352 + - *ref_309 signatureParameters: - - *ref_353 + - *ref_310 responses: - - schema: *ref_354 - language: &ref_954 + - schema: *ref_311 + language: &ref_559 default: name: '' description: Success. The response describes the name availability. - go: - name: '' - description: Success. The response describes the name availability. protocol: http: knownMediaType: json @@ -9677,14 +6894,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9713,71 +6927,18 @@ operationGroups: default: name: CheckNameAvailability description: Checks that the resource name is valid and is not already in use. - go: - name: CheckNameAvailability - description: |- - Checks that the resource name is valid and is not already in use. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_784 - schema: - type: object - language: - default: &ref_355 - name: ServicesClientCheckNameAvailabilityOptions - description: ServicesClientCheckNameAvailabilityOptions contains the optional parameters for the ServicesClient.CheckNameAvailability method. - go: *ref_355 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientCheckNameAvailabilityOptions - language: - default: &ref_356 - name: options - description: ServicesClientCheckNameAvailabilityOptions contains the optional parameters for the ServicesClient.CheckNameAvailability method. - go: *ref_356 - protocol: {} - protocolNaming: - internalMethod: checkNameAvailability - requestMethod: checkNameAvailabilityCreateRequest - responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_833 - type: object - properties: - - &ref_358 - schema: *ref_354 - serializedName: NameAvailability - language: - default: &ref_357 - name: NameAvailability - description: Name availability result payload - byValue: true - embeddedType: true - go: *ref_357 - protocol: {} - language: - default: &ref_359 - name: ServicesClientCheckNameAvailabilityResponse - description: ServicesClientCheckNameAvailabilityResponse contains the response from method ServicesClient.CheckNameAvailability. - marshallingFormat: json - responseType: true - resultProp: *ref_358 - go: *ref_359 - protocol: {} protocol: {} - - &ref_961 + - &ref_566 operationId: Services_ListBySubscription apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9786,10 +6947,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9798,9 +6955,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/Spring @@ -9808,14 +6962,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_360 - language: &ref_959 + - schema: *ref_312 + language: &ref_564 default: name: '' description: Success. The response describes the list of Services in the subscription. - go: - name: '' - description: Success. The response describes the list of Services in the subscription. protocol: http: knownMediaType: json @@ -9824,14 +6975,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9894,87 +7042,30 @@ operationGroups: description: Handles requests to list all resources in a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Handles requests to list all resources in a subscription. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_785 - schema: - type: object - language: - default: &ref_361 - name: ServicesClientListBySubscriptionOptions - description: ServicesClientListBySubscriptionOptions contains the optional parameters for the ServicesClient.NewListBySubscriptionPager method. - go: *ref_361 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientListBySubscriptionOptions - language: - default: &ref_362 - name: options - description: ServicesClientListBySubscriptionOptions contains the optional parameters for the ServicesClient.NewListBySubscriptionPager method. - go: *ref_362 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_834 - type: object - properties: - - &ref_364 - schema: *ref_360 - serializedName: ServiceResourceList - language: - default: &ref_363 - name: ServiceResourceList - description: Object that includes an array of Service resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_363 - protocol: {} - language: - default: &ref_365 - name: ServicesClientListBySubscriptionResponse - description: ServicesClientListBySubscriptionResponse contains the response from method ServicesClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_364 - go: *ref_365 - protocol: {} protocol: {} - - &ref_964 + - &ref_569 operationId: Services_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_366 + - &ref_313 schema: *ref_1 implementation: Method required: true - language: &ref_962 + language: &ref_567 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -9983,10 +7074,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9995,25 +7082,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring method: get uri: '{$host}' signatureParameters: - - *ref_366 + - *ref_313 responses: - - schema: *ref_360 - language: &ref_963 + - schema: *ref_312 + language: &ref_568 default: name: '' description: Success. The response describes the list of Services in the resource group. - go: - name: '' - description: Success. The response describes the list of Services in the resource group. protocol: http: knownMediaType: json @@ -10022,14 +7103,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -10093,118 +7171,50 @@ operationGroups: description: Handles requests to list all resources in a resource group. paging: nextLinkName: nextLink - go: - name: List - description: Handles requests to list all resources in a resource group. - azureARM: true - clientName: ServicesClient - openApiType: arm - optionalParamGroup: &ref_786 - schema: - type: object - language: - default: &ref_367 - name: ServicesClientListOptions - description: ServicesClientListOptions contains the optional parameters for the ServicesClient.NewListPager method. - go: *ref_367 - protocol: {} - originalParameter: [] - required: false - serializedName: ServicesClientListOptions - language: - default: &ref_368 - name: options - description: ServicesClientListOptions contains the optional parameters for the ServicesClient.NewListPager method. - go: *ref_368 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_835 - type: object - properties: - - &ref_370 - schema: *ref_360 - serializedName: ServiceResourceList - language: - default: &ref_369 - name: ServiceResourceList - description: Object that includes an array of Service resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_369 - protocol: {} - language: - default: &ref_371 - name: ServicesClientListResponse - description: ServicesClientListResponse contains the response from method ServicesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_370 - go: *ref_371 - protocol: {} protocol: {} language: default: name: Services description: '' - go: - name: Services - description: '' - clientCtorName: NewServicesClient - clientName: ServicesClient - clientParams: - - *ref_281 protocol: {} - - &ref_977 + - &ref_582 $key: ConfigServers operations: - - &ref_976 + - &ref_581 operationId: ConfigServers_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_372 + - &ref_314 schema: *ref_1 implementation: Method required: true - language: &ref_965 + language: &ref_570 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_373 + - &ref_315 schema: *ref_1 implementation: Method required: true - language: &ref_966 + language: &ref_571 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10213,10 +7223,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -10225,26 +7231,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default method: get uri: '{$host}' signatureParameters: - - *ref_372 - - *ref_373 + - *ref_314 + - *ref_315 responses: - schema: *ref_96 - language: &ref_967 + language: &ref_572 default: name: '' description: Success. The response describes the corresponding Config Server. - go: - name: '' - description: Success. The response describes the corresponding Config Server. protocol: http: knownMediaType: json @@ -10253,14 +7253,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -10295,119 +7292,55 @@ operationGroups: default: name: Get description: Get the config server and its properties. - go: - name: Get - description: |- - Get the config server and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ConfigServersClient - openApiType: arm - optionalParamGroup: &ref_787 - schema: - type: object - language: - default: &ref_374 - name: ConfigServersClientGetOptions - description: ConfigServersClientGetOptions contains the optional parameters for the ConfigServersClient.Get method. - go: *ref_374 - protocol: {} - originalParameter: [] - required: false - serializedName: ConfigServersClientGetOptions - language: - default: &ref_375 - name: options - description: ConfigServersClientGetOptions contains the optional parameters for the ConfigServersClient.Get method. - go: *ref_375 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_836 - type: object - properties: - - &ref_377 - schema: *ref_96 - serializedName: ConfigServerResource - language: - default: &ref_376 - name: ConfigServerResource - description: Config Server resource - byValue: true - embeddedType: true - go: *ref_376 - protocol: {} - language: - default: &ref_378 - name: ConfigServersClientGetResponse - description: ConfigServersClientGetResponse contains the response from method ConfigServersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_377 - go: *ref_378 - protocol: {} protocol: {} - - &ref_983 + - &ref_588 operationId: ConfigServers_UpdatePut apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_381 + - &ref_318 schema: *ref_1 implementation: Method required: true - language: &ref_978 + language: &ref_583 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_382 + - &ref_319 schema: *ref_1 implementation: Method required: true - language: &ref_979 + language: &ref_584 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_380 + application/json: &ref_317 parameters: - - &ref_379 + - &ref_316 schema: *ref_96 implementation: Method required: true - language: &ref_980 + language: &ref_585 default: name: configServerResource description: Parameters for the update operation - go: - name: configServerResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10416,22 +7349,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_379 + - *ref_316 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default @@ -10441,19 +7367,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_380 + - *ref_317 signatureParameters: - - *ref_381 - - *ref_382 + - *ref_318 + - *ref_319 responses: - schema: *ref_96 - language: &ref_981 + language: &ref_586 default: name: '' description: Success. The response describes the updated Config Server. - go: - name: '' - description: Success. The response describes the updated Config Server. protocol: http: knownMediaType: json @@ -10462,13 +7385,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_96 - language: &ref_982 + language: &ref_587 default: name: '' description: "Accepted. The response indicates the exiting Config Server is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Config Server is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -10477,14 +7397,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -10543,135 +7460,55 @@ operationGroups: default: name: UpdatePut description: Update the config server. - go: - name: UpdatePut - description: |- - Update the config server. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ConfigServersClient - openApiType: arm - optionalParamGroup: &ref_788 - schema: - type: object - language: - default: &ref_383 - name: ConfigServersClientBeginUpdatePutOptions - description: ConfigServersClientBeginUpdatePutOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePut method. - go: *ref_383 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_384 - name: string - description: '' - go: *ref_384 - protocol: {} - language: - default: &ref_385 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_385 - protocol: {} - required: false - serializedName: ConfigServersClientBeginUpdatePutOptions - language: - default: &ref_386 - name: options - description: ConfigServersClientBeginUpdatePutOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePut method. - go: *ref_386 - protocol: {} - protocolNaming: - internalMethod: updatePut - requestMethod: updatePutCreateRequest - responseMethod: updatePutHandleResponse - responseEnv: &ref_837 - type: object - properties: - - &ref_388 - schema: *ref_96 - serializedName: ConfigServerResource - language: - default: &ref_387 - name: ConfigServerResource - description: Config Server resource - byValue: true - embeddedType: true - go: *ref_387 - protocol: {} - language: - default: &ref_389 - name: ConfigServersClientUpdatePutResponse - description: ConfigServersClientUpdatePutResponse contains the response from method ConfigServersClient.BeginUpdatePut. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_388 - go: *ref_389 - protocol: {} protocol: {} - - &ref_990 + - &ref_595 operationId: ConfigServers_UpdatePatch apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_392 + - &ref_322 schema: *ref_1 implementation: Method required: true - language: &ref_984 + language: &ref_589 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_393 + - &ref_323 schema: *ref_1 implementation: Method required: true - language: &ref_985 + language: &ref_590 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_391 + application/json: &ref_321 parameters: - - &ref_390 + - &ref_320 schema: *ref_96 implementation: Method required: true - language: &ref_986 + language: &ref_591 default: name: configServerResource description: Parameters for the update operation - go: - name: configServerResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10680,22 +7517,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_390 + - *ref_320 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default @@ -10705,19 +7535,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_391 + - *ref_321 signatureParameters: - - *ref_392 - - *ref_393 + - *ref_322 + - *ref_323 responses: - schema: *ref_96 - language: &ref_987 + language: &ref_592 default: name: '' description: Success. The response describes the updated Config Server. - go: - name: '' - description: Success. The response describes the updated Config Server. protocol: http: knownMediaType: json @@ -10726,13 +7553,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_96 - language: &ref_988 + language: &ref_593 default: name: '' description: "Accepted. The response indicates the exiting Config Server is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Config Server is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -10741,14 +7565,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -10800,7 +7621,7 @@ operationGroups: - / uri: https://github.com/fake-user/fake-repository.git provisioningState: Updating - headers: &ref_989 + headers: &ref_594 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -10812,135 +7633,55 @@ operationGroups: default: name: UpdatePatch description: Update the config server. - go: - name: UpdatePatch - description: |- - Update the config server. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ConfigServersClient - openApiType: arm - optionalParamGroup: &ref_789 - schema: - type: object - language: - default: &ref_394 - name: ConfigServersClientBeginUpdatePatchOptions - description: ConfigServersClientBeginUpdatePatchOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePatch method. - go: *ref_394 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_395 - name: string - description: '' - go: *ref_395 - protocol: {} - language: - default: &ref_396 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_396 - protocol: {} - required: false - serializedName: ConfigServersClientBeginUpdatePatchOptions - language: - default: &ref_397 - name: options - description: ConfigServersClientBeginUpdatePatchOptions contains the optional parameters for the ConfigServersClient.BeginUpdatePatch method. - go: *ref_397 - protocol: {} - protocolNaming: - internalMethod: updatePatch - requestMethod: updatePatchCreateRequest - responseMethod: updatePatchHandleResponse - responseEnv: &ref_838 - type: object - properties: - - &ref_399 - schema: *ref_96 - serializedName: ConfigServerResource - language: - default: &ref_398 - name: ConfigServerResource - description: Config Server resource - byValue: true - embeddedType: true - go: *ref_398 - protocol: {} - language: - default: &ref_400 - name: ConfigServersClientUpdatePatchResponse - description: ConfigServersClientUpdatePatchResponse contains the response from method ConfigServersClient.BeginUpdatePatch. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_399 - go: *ref_400 - protocol: {} protocol: {} - - &ref_998 + - &ref_603 operationId: ConfigServers_Validate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_403 + - &ref_326 schema: *ref_1 implementation: Method required: true - language: &ref_991 + language: &ref_596 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_404 + - &ref_327 schema: *ref_1 implementation: Method required: true - language: &ref_992 + language: &ref_597 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_402 + application/json: &ref_325 parameters: - - &ref_401 - schema: *ref_139 + - &ref_324 + schema: *ref_138 implementation: Method required: true - language: &ref_993 + language: &ref_598 default: name: configServerSettings description: Config server settings to be validated - go: - name: configServerSettings - description: Config server settings to be validated protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -10949,22 +7690,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_401 + - *ref_324 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/validate @@ -10974,19 +7708,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_402 + - *ref_325 signatureParameters: - - *ref_403 - - *ref_404 + - *ref_326 + - *ref_327 responses: - - schema: *ref_405 - language: &ref_994 + - schema: *ref_328 + language: &ref_599 default: name: '' description: Success. The response describes the validation result of Config Server. - go: - name: '' - description: Success. The response describes the validation result of Config Server. protocol: http: knownMediaType: json @@ -10994,14 +7725,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_405 - language: &ref_996 + - schema: *ref_328 + language: &ref_601 default: name: '' description: Accepted. The response indicates the ConfigServerSetting is validating. - go: - name: '' - description: Accepted. The response indicates the ConfigServerSetting is validating. protocol: http: knownMediaType: json @@ -11010,14 +7738,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -11046,7 +7771,7 @@ operationGroups: isValid: true '202': body: {} - headers: &ref_997 + headers: &ref_602 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -11058,134 +7783,50 @@ operationGroups: default: name: Validate description: Check if the config server settings are valid. - go: - name: Validate - description: |- - Check if the config server settings are valid. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ConfigServersClient - openApiType: arm - optionalParamGroup: &ref_790 - schema: - type: object - language: - default: &ref_406 - name: ConfigServersClientBeginValidateOptions - description: ConfigServersClientBeginValidateOptions contains the optional parameters for the ConfigServersClient.BeginValidate method. - go: *ref_406 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_407 - name: string - description: '' - go: *ref_407 - protocol: {} - language: - default: &ref_408 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_408 - protocol: {} - required: false - serializedName: ConfigServersClientBeginValidateOptions - language: - default: &ref_409 - name: options - description: ConfigServersClientBeginValidateOptions contains the optional parameters for the ConfigServersClient.BeginValidate method. - go: *ref_409 - protocol: {} - protocolNaming: - internalMethod: validate - requestMethod: validateCreateRequest - responseMethod: validateHandleResponse - responseEnv: &ref_839 - type: object - properties: - - &ref_411 - schema: *ref_405 - serializedName: ConfigServerSettingsValidateResult - language: - default: &ref_410 - name: ConfigServerSettingsValidateResult - description: Validation result for config server settings - byValue: true - embeddedType: true - go: *ref_410 - protocol: {} - language: - default: &ref_412 - name: ConfigServersClientValidateResponse - description: ConfigServersClientValidateResponse contains the response from method ConfigServersClient.BeginValidate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_411 - go: *ref_412 - protocol: {} protocol: {} language: default: name: ConfigServers description: '' - go: - name: ConfigServers - description: '' - clientCtorName: NewConfigServersClient - clientName: ConfigServersClient - clientParams: - - *ref_281 protocol: {} - - &ref_1010 + - &ref_615 $key: MonitoringSettings operations: - - &ref_1009 + - &ref_614 operationId: MonitoringSettings_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_413 + - &ref_329 schema: *ref_1 implementation: Method required: true - language: &ref_999 + language: &ref_604 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_414 + - &ref_330 schema: *ref_1 implementation: Method required: true - language: &ref_1000 + language: &ref_605 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11194,10 +7835,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -11206,26 +7843,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default method: get uri: '{$host}' signatureParameters: - - *ref_413 - - *ref_414 + - *ref_329 + - *ref_330 responses: - schema: *ref_97 - language: &ref_1001 + language: &ref_606 default: name: '' description: Success. The response describes the corresponding Monitoring Setting. - go: - name: '' - description: Success. The response describes the corresponding Monitoring Setting. protocol: http: knownMediaType: json @@ -11234,14 +7865,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -11275,119 +7903,55 @@ operationGroups: default: name: Get description: Get the Monitoring Setting and its properties. - go: - name: Get - description: |- - Get the Monitoring Setting and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: MonitoringSettingsClient - openApiType: arm - optionalParamGroup: &ref_791 - schema: - type: object - language: - default: &ref_415 - name: MonitoringSettingsClientGetOptions - description: MonitoringSettingsClientGetOptions contains the optional parameters for the MonitoringSettingsClient.Get method. - go: *ref_415 - protocol: {} - originalParameter: [] - required: false - serializedName: MonitoringSettingsClientGetOptions - language: - default: &ref_416 - name: options - description: MonitoringSettingsClientGetOptions contains the optional parameters for the MonitoringSettingsClient.Get method. - go: *ref_416 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_840 - type: object - properties: - - &ref_418 - schema: *ref_97 - serializedName: MonitoringSettingResource - language: - default: &ref_417 - name: MonitoringSettingResource - description: Monitoring Setting resource - byValue: true - embeddedType: true - go: *ref_417 - protocol: {} - language: - default: &ref_419 - name: MonitoringSettingsClientGetResponse - description: MonitoringSettingsClientGetResponse contains the response from method MonitoringSettingsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_418 - go: *ref_419 - protocol: {} protocol: {} - - &ref_1016 + - &ref_621 operationId: MonitoringSettings_UpdatePut apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_422 + - &ref_333 schema: *ref_1 implementation: Method required: true - language: &ref_1011 + language: &ref_616 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_423 + - &ref_334 schema: *ref_1 implementation: Method required: true - language: &ref_1012 + language: &ref_617 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_421 + application/json: &ref_332 parameters: - - &ref_420 + - &ref_331 schema: *ref_97 implementation: Method required: true - language: &ref_1013 + language: &ref_618 default: name: monitoringSettingResource description: Parameters for the update operation - go: - name: monitoringSettingResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11396,22 +7960,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_420 + - *ref_331 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default @@ -11421,19 +7978,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_421 + - *ref_332 signatureParameters: - - *ref_422 - - *ref_423 + - *ref_333 + - *ref_334 responses: - schema: *ref_97 - language: &ref_1014 + language: &ref_619 default: name: '' description: Success. The response describes the updated Monitoring Setting. - go: - name: '' - description: Success. The response describes the updated Monitoring Setting. protocol: http: knownMediaType: json @@ -11442,13 +7996,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_97 - language: &ref_1015 + language: &ref_620 default: name: '' description: "Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -11457,14 +8008,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -11518,135 +8066,55 @@ operationGroups: default: name: UpdatePut description: Update the Monitoring Setting. - go: - name: UpdatePut - description: |- - Update the Monitoring Setting. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: MonitoringSettingsClient - openApiType: arm - optionalParamGroup: &ref_792 - schema: - type: object - language: - default: &ref_424 - name: MonitoringSettingsClientBeginUpdatePutOptions - description: MonitoringSettingsClientBeginUpdatePutOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePut method. - go: *ref_424 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_425 - name: string - description: '' - go: *ref_425 - protocol: {} - language: - default: &ref_426 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_426 - protocol: {} - required: false - serializedName: MonitoringSettingsClientBeginUpdatePutOptions - language: - default: &ref_427 - name: options - description: MonitoringSettingsClientBeginUpdatePutOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePut method. - go: *ref_427 - protocol: {} - protocolNaming: - internalMethod: updatePut - requestMethod: updatePutCreateRequest - responseMethod: updatePutHandleResponse - responseEnv: &ref_841 - type: object - properties: - - &ref_429 - schema: *ref_97 - serializedName: MonitoringSettingResource - language: - default: &ref_428 - name: MonitoringSettingResource - description: Monitoring Setting resource - byValue: true - embeddedType: true - go: *ref_428 - protocol: {} - language: - default: &ref_430 - name: MonitoringSettingsClientUpdatePutResponse - description: MonitoringSettingsClientUpdatePutResponse contains the response from method MonitoringSettingsClient.BeginUpdatePut. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_429 - go: *ref_430 - protocol: {} protocol: {} - - &ref_1023 + - &ref_628 operationId: MonitoringSettings_UpdatePatch apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_433 + - &ref_337 schema: *ref_1 implementation: Method required: true - language: &ref_1017 + language: &ref_622 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_434 + - &ref_338 schema: *ref_1 implementation: Method required: true - language: &ref_1018 + language: &ref_623 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requestMediaTypes: - application/json: &ref_432 + application/json: &ref_336 parameters: - - &ref_431 + - &ref_335 schema: *ref_97 implementation: Method required: true - language: &ref_1019 + language: &ref_624 default: name: monitoringSettingResource description: Parameters for the update operation - go: - name: monitoringSettingResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11655,22 +8123,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_431 + - *ref_335 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/monitoringSettings/default @@ -11680,19 +8141,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_432 + - *ref_336 signatureParameters: - - *ref_433 - - *ref_434 + - *ref_337 + - *ref_338 responses: - schema: *ref_97 - language: &ref_1020 + language: &ref_625 default: name: '' description: Success. The response describes the updated Monitoring Setting. - go: - name: '' - description: Success. The response describes the updated Monitoring Setting. protocol: http: knownMediaType: json @@ -11701,13 +8159,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_97 - language: &ref_1021 + language: &ref_626 default: name: '' description: "Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Monitoring Setting is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -11716,14 +8171,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -11770,7 +8222,7 @@ operationGroups: appInsightsSamplingRate: 10 provisioningState: Updating traceEnabled: true - headers: &ref_1022 + headers: &ref_627 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -11782,148 +8234,60 @@ operationGroups: default: name: UpdatePatch description: Update the Monitoring Setting. - go: - name: UpdatePatch - description: |- - Update the Monitoring Setting. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: MonitoringSettingsClient - openApiType: arm - optionalParamGroup: &ref_793 - schema: - type: object - language: - default: &ref_435 - name: MonitoringSettingsClientBeginUpdatePatchOptions - description: MonitoringSettingsClientBeginUpdatePatchOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePatch method. - go: *ref_435 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_436 - name: string - description: '' - go: *ref_436 - protocol: {} - language: - default: &ref_437 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_437 - protocol: {} - required: false - serializedName: MonitoringSettingsClientBeginUpdatePatchOptions - language: - default: &ref_438 - name: options - description: MonitoringSettingsClientBeginUpdatePatchOptions contains the optional parameters for the MonitoringSettingsClient.BeginUpdatePatch method. - go: *ref_438 - protocol: {} - protocolNaming: - internalMethod: updatePatch - requestMethod: updatePatchCreateRequest - responseMethod: updatePatchHandleResponse - responseEnv: &ref_842 - type: object - properties: - - &ref_440 - schema: *ref_97 - serializedName: MonitoringSettingResource - language: - default: &ref_439 - name: MonitoringSettingResource - description: Monitoring Setting resource - byValue: true - embeddedType: true - go: *ref_439 - protocol: {} - language: - default: &ref_441 - name: MonitoringSettingsClientUpdatePatchResponse - description: MonitoringSettingsClientUpdatePatchResponse contains the response from method MonitoringSettingsClient.BeginUpdatePatch. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_440 - go: *ref_441 - protocol: {} protocol: {} language: default: name: MonitoringSettings description: '' - go: - name: MonitoringSettings - description: '' - clientCtorName: NewMonitoringSettingsClient - clientName: MonitoringSettingsClient - clientParams: - - *ref_281 protocol: {} - - &ref_1049 + - &ref_654 $key: Apps operations: - - &ref_1048 + - &ref_653 operationId: Apps_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_445 + - &ref_339 schema: *ref_1 implementation: Method required: true - language: &ref_1024 + language: &ref_629 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_446 + - &ref_340 schema: *ref_1 implementation: Method required: true - language: &ref_1025 + language: &ref_630 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_447 + - &ref_341 schema: *ref_1 implementation: Method required: true - language: &ref_1026 + language: &ref_631 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_443 + - &ref_342 schema: *ref_1 implementation: Method language: @@ -11931,35 +8295,12 @@ operationGroups: name: syncStatus description: Indicates whether sync status serializedName: syncStatus - go: - name: SyncStatus - description: Indicates whether sync status - paramGroup: &ref_448 - schema: - type: object - language: - default: &ref_442 - name: AppsClientGetOptions - description: AppsClientGetOptions contains the optional parameters for the AppsClient.Get method. - go: *ref_442 - protocol: {} - originalParameter: - - *ref_443 - required: false - serializedName: AppsClientGetOptions - language: - default: &ref_444 - name: options - description: AppsClientGetOptions contains the optional parameters for the AppsClient.Get method. - go: *ref_444 - protocol: {} - serializedName: syncStatus protocol: http: in: query requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -11968,10 +8309,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -11980,28 +8317,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName} method: get uri: '{$host}' signatureParameters: - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_443 + - *ref_339 + - *ref_340 + - *ref_341 + - *ref_342 responses: - schema: *ref_98 - language: &ref_1027 + language: &ref_632 default: name: '' description: Success. The response describes the corresponding App. - go: - name: '' - description: Success. The response describes the corresponding App. protocol: http: knownMediaType: json @@ -12010,14 +8341,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -12065,118 +8393,67 @@ operationGroups: default: name: Get description: Get an App and its properties. - go: - name: Get - description: |- - Get an App and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: *ref_448 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_843 - type: object - properties: - - &ref_450 - schema: *ref_98 - serializedName: AppResource - language: - default: &ref_449 - name: AppResource - description: App resource payload - byValue: true - embeddedType: true - go: *ref_449 - protocol: {} - language: - default: &ref_451 - name: AppsClientGetResponse - description: AppsClientGetResponse contains the response from method AppsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_450 - go: *ref_451 - protocol: {} protocol: {} - - &ref_1057 + - &ref_662 operationId: Apps_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_454 + - &ref_345 schema: *ref_1 implementation: Method required: true - language: &ref_1050 + language: &ref_655 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_455 + - &ref_346 schema: *ref_1 implementation: Method required: true - language: &ref_1051 + language: &ref_656 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_456 + - &ref_347 schema: *ref_1 implementation: Method required: true - language: &ref_1052 + language: &ref_657 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requestMediaTypes: - application/json: &ref_453 + application/json: &ref_344 parameters: - - &ref_452 + - &ref_343 schema: *ref_98 implementation: Method required: true - language: &ref_1053 + language: &ref_658 default: name: appResource description: Parameters for the create or update operation - go: - name: appResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12185,22 +8462,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_452 + - *ref_343 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName} @@ -12210,20 +8480,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_453 + - *ref_344 signatureParameters: - - *ref_454 - - *ref_455 - - *ref_456 + - *ref_345 + - *ref_346 + - *ref_347 responses: - schema: *ref_98 - language: &ref_1054 + language: &ref_659 default: name: '' description: Success. The response describes the updated App. - go: - name: '' - description: Success. The response describes the updated App. protocol: http: knownMediaType: json @@ -12232,13 +8499,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_98 - language: &ref_1055 + language: &ref_660 default: name: '' description: Created. The response describes the new App and contains a Location header to query the operation result. - go: - name: '' - description: Created. The response describes the new App and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -12247,13 +8511,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_98 - language: &ref_1056 + language: &ref_661 default: name: '' description: "Accepted. The response indicates the exiting App is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -12262,14 +8523,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -12376,144 +8634,63 @@ operationGroups: public: true temporaryDisk: mountPath: /mytemporarydisk - sizeInGB: 2 - url: myapp.myservice.azuremicroservices.io - x-ms-long-running-operation: true - x-ms-long-running-operation-options: - final-state-via: azure-async-operation - language: - default: - name: CreateOrUpdate - description: Create a new App or update an exiting App. - go: - name: CreateOrUpdate - description: |- - Create a new App or update an exiting App. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_794 - schema: - type: object - language: - default: &ref_457 - name: AppsClientBeginCreateOrUpdateOptions - description: AppsClientBeginCreateOrUpdateOptions contains the optional parameters for the AppsClient.BeginCreateOrUpdate method. - go: *ref_457 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_458 - name: string - description: '' - go: *ref_458 - protocol: {} - language: - default: &ref_459 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_459 - protocol: {} - required: false - serializedName: AppsClientBeginCreateOrUpdateOptions - language: - default: &ref_460 - name: options - description: AppsClientBeginCreateOrUpdateOptions contains the optional parameters for the AppsClient.BeginCreateOrUpdate method. - go: *ref_460 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_844 - type: object - properties: - - &ref_462 - schema: *ref_98 - serializedName: AppResource - language: - default: &ref_461 - name: AppResource - description: App resource payload - byValue: true - embeddedType: true - go: *ref_461 - protocol: {} - language: - default: &ref_463 - name: AppsClientCreateOrUpdateResponse - description: AppsClientCreateOrUpdateResponse contains the response from method AppsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_462 - go: *ref_463 - protocol: {} + sizeInGB: 2 + url: myapp.myservice.azuremicroservices.io + x-ms-long-running-operation: true + x-ms-long-running-operation-options: + final-state-via: azure-async-operation + language: + default: + name: CreateOrUpdate + description: Create a new App or update an exiting App. protocol: {} - - &ref_1061 + - &ref_666 operationId: Apps_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_464 + - &ref_348 schema: *ref_1 implementation: Method required: true - language: &ref_1058 + language: &ref_663 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_465 + - &ref_349 schema: *ref_1 implementation: Method required: true - language: &ref_1059 + language: &ref_664 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_466 + - &ref_350 schema: *ref_1 implementation: Method required: true - language: &ref_1060 + language: &ref_665 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12522,10 +8699,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -12534,26 +8707,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName} method: delete uri: '{$host}' signatureParameters: - - *ref_464 - - *ref_465 - - *ref_466 + - *ref_348 + - *ref_349 + - *ref_350 responses: - - language: &ref_1369 + - language: &ref_974 default: name: '' description: Success. The response indicates the resource is deleted. - go: - name: '' - description: Success. The response indicates the resource is deleted. protocol: http: statusCodes: @@ -12562,9 +8729,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -12573,22 +8737,16 @@ operationGroups: default: name: '' description: Success. The response indicates the resource doesn't exist. - go: - name: '' - description: Success. The response indicates the resource doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -12617,137 +8775,67 @@ operationGroups: default: name: Delete description: Operation to delete an App. - go: - name: Delete - description: |- - Operation to delete an App. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_795 - schema: - type: object - language: - default: &ref_467 - name: AppsClientBeginDeleteOptions - description: AppsClientBeginDeleteOptions contains the optional parameters for the AppsClient.BeginDelete method. - go: *ref_467 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_468 - name: string - description: '' - go: *ref_468 - protocol: {} - language: - default: &ref_469 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_469 - protocol: {} - required: false - serializedName: AppsClientBeginDeleteOptions - language: - default: &ref_470 - name: options - description: AppsClientBeginDeleteOptions contains the optional parameters for the AppsClient.BeginDelete method. - go: *ref_470 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_845 - type: object - language: - default: &ref_471 - name: AppsClientDeleteResponse - description: AppsClientDeleteResponse contains the response from method AppsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_471 - protocol: {} protocol: {} - - &ref_1069 + - &ref_674 operationId: Apps_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_474 + - &ref_353 schema: *ref_1 implementation: Method required: true - language: &ref_1062 + language: &ref_667 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_475 + - &ref_354 schema: *ref_1 implementation: Method required: true - language: &ref_1063 + language: &ref_668 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_476 + - &ref_355 schema: *ref_1 implementation: Method required: true - language: &ref_1064 + language: &ref_669 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requestMediaTypes: - application/json: &ref_473 + application/json: &ref_352 parameters: - - &ref_472 + - &ref_351 schema: *ref_98 implementation: Method required: true - language: &ref_1065 + language: &ref_670 default: name: appResource description: Parameters for the update operation - go: - name: appResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -12756,22 +8844,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_472 + - *ref_351 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName} @@ -12781,20 +8862,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_473 + - *ref_352 signatureParameters: - - *ref_474 - - *ref_475 - - *ref_476 + - *ref_353 + - *ref_354 + - *ref_355 responses: - schema: *ref_98 - language: &ref_1066 + language: &ref_671 default: name: '' description: Success. The response describes the updated App. - go: - name: '' - description: Success. The response describes the updated App. protocol: http: knownMediaType: json @@ -12803,13 +8881,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_98 - language: &ref_1067 + language: &ref_672 default: name: '' description: Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result. - go: - name: '' - description: Accepted. The response indicates the exiting App is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -12818,14 +8893,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -12912,7 +8984,7 @@ operationGroups: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: &ref_1068 + headers: &ref_673 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -12924,119 +8996,42 @@ operationGroups: default: name: Update description: Operation to update an exiting App. - go: - name: Update - description: |- - Operation to update an exiting App. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_796 - schema: - type: object - language: - default: &ref_477 - name: AppsClientBeginUpdateOptions - description: AppsClientBeginUpdateOptions contains the optional parameters for the AppsClient.BeginUpdate method. - go: *ref_477 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_478 - name: string - description: '' - go: *ref_478 - protocol: {} - language: - default: &ref_479 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_479 - protocol: {} - required: false - serializedName: AppsClientBeginUpdateOptions - language: - default: &ref_480 - name: options - description: AppsClientBeginUpdateOptions contains the optional parameters for the AppsClient.BeginUpdate method. - go: *ref_480 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_846 - type: object - properties: - - &ref_482 - schema: *ref_98 - serializedName: AppResource - language: - default: &ref_481 - name: AppResource - description: App resource payload - byValue: true - embeddedType: true - go: *ref_481 - protocol: {} - language: - default: &ref_483 - name: AppsClientUpdateResponse - description: AppsClientUpdateResponse contains the response from method AppsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_482 - go: *ref_483 - protocol: {} protocol: {} - - &ref_1074 + - &ref_679 operationId: Apps_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_484 + - &ref_356 schema: *ref_1 implementation: Method required: true - language: &ref_1070 + language: &ref_675 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_485 + - &ref_357 schema: *ref_1 implementation: Method required: true - language: &ref_1071 + language: &ref_676 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13045,10 +9040,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -13057,26 +9048,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps method: get uri: '{$host}' signatureParameters: - - *ref_484 - - *ref_485 + - *ref_356 + - *ref_357 responses: - - schema: *ref_486 - language: &ref_1072 + - schema: *ref_358 + language: &ref_677 default: name: '' description: Success. The response describes the list of Apps in the Service. - go: - name: '' - description: Success. The response describes the list of Apps in the Service. protocol: http: knownMediaType: json @@ -13085,14 +9070,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -13144,119 +9126,54 @@ operationGroups: description: Handles requests to list all resources in a Service. paging: nextLinkName: nextLink - go: - name: List - description: Handles requests to list all resources in a Service. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_797 - schema: - type: object - language: - default: &ref_487 - name: AppsClientListOptions - description: AppsClientListOptions contains the optional parameters for the AppsClient.NewListPager method. - go: *ref_487 - protocol: {} - originalParameter: [] - required: false - serializedName: AppsClientListOptions - language: - default: &ref_488 - name: options - description: AppsClientListOptions contains the optional parameters for the AppsClient.NewListPager method. - go: *ref_488 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_847 - type: object - properties: - - &ref_490 - schema: *ref_486 - serializedName: AppResourceCollection - language: - default: &ref_489 - name: AppResourceCollection - description: Object that includes an array of App resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_489 - protocol: {} - language: - default: &ref_491 - name: AppsClientListResponse - description: AppsClientListResponse contains the response from method AppsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_490 - go: *ref_491 - protocol: {} protocol: {} - - &ref_1081 + - &ref_686 operationId: Apps_GetResourceUploadUrl apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_492 + - &ref_359 schema: *ref_1 implementation: Method required: true - language: &ref_1075 + language: &ref_680 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_493 + - &ref_360 schema: *ref_1 implementation: Method required: true - language: &ref_1076 + language: &ref_681 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_494 + - &ref_361 schema: *ref_1 implementation: Method required: true - language: &ref_1077 + language: &ref_682 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13265,10 +9182,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -13277,27 +9190,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/getResourceUploadUrl method: post uri: '{$host}' signatureParameters: - - *ref_492 - - *ref_493 - - *ref_494 + - *ref_359 + - *ref_360 + - *ref_361 responses: - - schema: *ref_495 - language: &ref_1078 + - schema: *ref_362 + language: &ref_683 default: name: '' description: Success. The response describes the resource upload URL. - go: - name: '' - description: Success. The response describes the resource upload URL. protocol: http: knownMediaType: json @@ -13306,14 +9213,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -13341,135 +9245,67 @@ operationGroups: default: name: GetResourceUploadUrl description: Get an resource upload URL for an App, which may be artifacts or source archive. - go: - name: GetResourceUploadURL - description: |- - Get an resource upload URL for an App, which may be artifacts or source archive. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_798 - schema: - type: object - language: - default: &ref_496 - name: AppsClientGetResourceUploadURLOptions - description: AppsClientGetResourceUploadURLOptions contains the optional parameters for the AppsClient.GetResourceUploadURL method. - go: *ref_496 - protocol: {} - originalParameter: [] - required: false - serializedName: AppsClientGetResourceUploadURLOptions - language: - default: &ref_497 - name: options - description: AppsClientGetResourceUploadURLOptions contains the optional parameters for the AppsClient.GetResourceUploadURL method. - go: *ref_497 - protocol: {} - protocolNaming: - internalMethod: getResourceUploadURL - requestMethod: getResourceUploadURLCreateRequest - responseMethod: getResourceUploadURLHandleResponse - responseEnv: &ref_848 - type: object - properties: - - &ref_499 - schema: *ref_495 - serializedName: ResourceUploadDefinition - language: - default: &ref_498 - name: ResourceUploadDefinition - description: Resource upload definition payload - byValue: true - embeddedType: true - go: *ref_498 - protocol: {} - language: - default: &ref_500 - name: AppsClientGetResourceUploadURLResponse - description: AppsClientGetResourceUploadURLResponse contains the response from method AppsClient.GetResourceUploadURL. - marshallingFormat: json - responseType: true - resultProp: *ref_499 - go: *ref_500 - protocol: {} protocol: {} - - &ref_1090 + - &ref_695 operationId: Apps_ValidateDomain apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_504 + - &ref_366 schema: *ref_1 implementation: Method required: true - language: &ref_1082 + language: &ref_687 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_505 + - &ref_367 schema: *ref_1 implementation: Method required: true - language: &ref_1083 + language: &ref_688 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_506 + - &ref_368 schema: *ref_1 implementation: Method required: true - language: &ref_1084 + language: &ref_689 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requestMediaTypes: - application/json: &ref_503 + application/json: &ref_365 parameters: - - &ref_502 - schema: *ref_501 + - &ref_364 + schema: *ref_363 implementation: Method required: true - language: &ref_1085 + language: &ref_690 default: name: validatePayload description: Custom domain payload to be validated - go: - name: validatePayload - description: Custom domain payload to be validated protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13478,22 +9314,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_502 + - *ref_364 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/validateDomain @@ -13503,20 +9332,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_503 + - *ref_365 signatureParameters: - - *ref_504 - - *ref_505 - - *ref_506 + - *ref_366 + - *ref_367 + - *ref_368 responses: - - schema: *ref_507 - language: &ref_1087 + - schema: *ref_369 + language: &ref_692 default: name: '' description: Success. The response describe the name is available. - go: - name: '' - description: Success. The response describe the name is available. protocol: http: knownMediaType: json @@ -13525,14 +9351,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -13561,150 +9384,74 @@ operationGroups: default: name: ValidateDomain description: Check the resource name is valid as well as not in use. - go: - name: ValidateDomain - description: |- - Check the resource name is valid as well as not in use. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AppsClient - openApiType: arm - optionalParamGroup: &ref_799 - schema: - type: object - language: - default: &ref_508 - name: AppsClientValidateDomainOptions - description: AppsClientValidateDomainOptions contains the optional parameters for the AppsClient.ValidateDomain method. - go: *ref_508 - protocol: {} - originalParameter: [] - required: false - serializedName: AppsClientValidateDomainOptions - language: - default: &ref_509 - name: options - description: AppsClientValidateDomainOptions contains the optional parameters for the AppsClient.ValidateDomain method. - go: *ref_509 - protocol: {} - protocolNaming: - internalMethod: validateDomain - requestMethod: validateDomainCreateRequest - responseMethod: validateDomainHandleResponse - responseEnv: &ref_849 - type: object - properties: - - &ref_511 - schema: *ref_507 - serializedName: CustomDomainValidateResult - language: - default: &ref_510 - name: CustomDomainValidateResult - description: Validation result for custom domain. - byValue: true - embeddedType: true - go: *ref_510 - protocol: {} - language: - default: &ref_512 - name: AppsClientValidateDomainResponse - description: AppsClientValidateDomainResponse contains the response from method AppsClient.ValidateDomain. - marshallingFormat: json - responseType: true - resultProp: *ref_511 - go: *ref_512 - protocol: {} protocol: {} language: default: name: Apps description: '' - go: - name: Apps - description: '' - clientCtorName: NewAppsClient - clientName: AppsClient - clientParams: - - *ref_281 protocol: {} - - &ref_1105 + - &ref_710 $key: Bindings operations: - - &ref_1104 + - &ref_709 operationId: Bindings_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_513 + - &ref_370 schema: *ref_1 implementation: Method required: true - language: &ref_1091 + language: &ref_696 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_514 + - &ref_371 schema: *ref_1 implementation: Method required: true - language: &ref_1092 + language: &ref_697 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_515 + - &ref_372 schema: *ref_1 implementation: Method required: true - language: &ref_1093 + language: &ref_698 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_516 + - &ref_373 schema: *ref_1 implementation: Method required: true - language: &ref_1094 + language: &ref_699 default: name: bindingName description: The name of the Binding resource. serializedName: bindingName - go: - name: bindingName - description: The name of the Binding resource. - serializedName: bindingName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13713,10 +9460,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -13725,28 +9468,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName} method: get uri: '{$host}' signatureParameters: - - *ref_513 - - *ref_514 - - *ref_515 - - *ref_516 + - *ref_370 + - *ref_371 + - *ref_372 + - *ref_373 responses: - schema: *ref_99 - language: &ref_1095 + language: &ref_700 default: name: '' description: Success. The response describes the corresponding Binding. - go: - name: '' - description: Success. The response describes the corresponding Binding. protocol: http: knownMediaType: json @@ -13755,14 +9492,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -13804,151 +9538,79 @@ operationGroups: default: name: Get description: Get a Binding and its properties. - go: - name: Get - description: |- - Get a Binding and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_800 - schema: - type: object - language: - default: &ref_517 - name: BindingsClientGetOptions - description: BindingsClientGetOptions contains the optional parameters for the BindingsClient.Get method. - go: *ref_517 - protocol: {} - originalParameter: [] - required: false - serializedName: BindingsClientGetOptions - language: - default: &ref_518 - name: options - description: BindingsClientGetOptions contains the optional parameters for the BindingsClient.Get method. - go: *ref_518 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_850 - type: object - properties: - - &ref_520 - schema: *ref_99 - serializedName: BindingResource - language: - default: &ref_519 - name: BindingResource - description: Binding resource payload - byValue: true - embeddedType: true - go: *ref_519 - protocol: {} - language: - default: &ref_521 - name: BindingsClientGetResponse - description: BindingsClientGetResponse contains the response from method BindingsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_520 - go: *ref_521 - protocol: {} protocol: {} - - &ref_1115 + - &ref_720 operationId: Bindings_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_524 + - &ref_376 schema: *ref_1 implementation: Method required: true - language: &ref_1106 + language: &ref_711 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_525 + - &ref_377 schema: *ref_1 implementation: Method required: true - language: &ref_1107 + language: &ref_712 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_526 + - &ref_378 schema: *ref_1 implementation: Method required: true - language: &ref_1108 + language: &ref_713 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_527 + - &ref_379 schema: *ref_1 implementation: Method required: true - language: &ref_1109 + language: &ref_714 default: name: bindingName description: The name of the Binding resource. serializedName: bindingName - go: - name: bindingName - description: The name of the Binding resource. - serializedName: bindingName protocol: http: in: path requestMediaTypes: - application/json: &ref_523 + application/json: &ref_375 parameters: - - &ref_522 + - &ref_374 schema: *ref_99 implementation: Method required: true - language: &ref_1110 + language: &ref_715 default: name: bindingResource description: Parameters for the create or update operation - go: - name: bindingResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -13957,22 +9619,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_522 + - *ref_374 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName} @@ -13982,21 +9637,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_523 + - *ref_375 signatureParameters: - - *ref_524 - - *ref_525 - - *ref_526 - - *ref_527 + - *ref_376 + - *ref_377 + - *ref_378 + - *ref_379 responses: - schema: *ref_99 - language: &ref_1112 + language: &ref_717 default: name: '' description: Success. The response describes the created or updated Binding. - go: - name: '' - description: Success. The response describes the created or updated Binding. protocol: http: knownMediaType: json @@ -14005,13 +9657,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_99 - language: &ref_1113 + language: &ref_718 default: name: '' description: "Created. The response describes the new Binding and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new Binding and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -14020,13 +9669,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_99 - language: &ref_1114 + language: &ref_719 default: name: '' description: "Accepted. The response indicates the exiting Binding is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Binding is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -14035,12 +9681,9 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: - default: - name: '' - description: Error response describing why the operation failed. - go: + default: name: '' description: Error response describing why the operation failed. protocol: @@ -14133,151 +9776,66 @@ operationGroups: default: name: CreateOrUpdate description: Create a new Binding or update an exiting Binding. - go: - name: CreateOrUpdate - description: |- - Create a new Binding or update an exiting Binding. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_801 - schema: - type: object - language: - default: &ref_528 - name: BindingsClientBeginCreateOrUpdateOptions - description: BindingsClientBeginCreateOrUpdateOptions contains the optional parameters for the BindingsClient.BeginCreateOrUpdate method. - go: *ref_528 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_529 - name: string - description: '' - go: *ref_529 - protocol: {} - language: - default: &ref_530 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_530 - protocol: {} - required: false - serializedName: BindingsClientBeginCreateOrUpdateOptions - language: - default: &ref_531 - name: options - description: BindingsClientBeginCreateOrUpdateOptions contains the optional parameters for the BindingsClient.BeginCreateOrUpdate method. - go: *ref_531 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_851 - type: object - properties: - - &ref_533 - schema: *ref_99 - serializedName: BindingResource - language: - default: &ref_532 - name: BindingResource - description: Binding resource payload - byValue: true - embeddedType: true - go: *ref_532 - protocol: {} - language: - default: &ref_534 - name: BindingsClientCreateOrUpdateResponse - description: BindingsClientCreateOrUpdateResponse contains the response from method BindingsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_533 - go: *ref_534 - protocol: {} protocol: {} - - &ref_1120 + - &ref_725 operationId: Bindings_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_535 + - &ref_380 schema: *ref_1 implementation: Method required: true - language: &ref_1116 + language: &ref_721 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_536 + - &ref_381 schema: *ref_1 implementation: Method required: true - language: &ref_1117 + language: &ref_722 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_537 + - &ref_382 schema: *ref_1 implementation: Method required: true - language: &ref_1118 + language: &ref_723 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_538 + - &ref_383 schema: *ref_1 implementation: Method required: true - language: &ref_1119 + language: &ref_724 default: name: bindingName description: The name of the Binding resource. serializedName: bindingName - go: - name: bindingName - description: The name of the Binding resource. - serializedName: bindingName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14286,10 +9844,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -14298,27 +9852,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName} method: delete uri: '{$host}' signatureParameters: - - *ref_535 - - *ref_536 - - *ref_537 - - *ref_538 + - *ref_380 + - *ref_381 + - *ref_382 + - *ref_383 responses: - - language: &ref_1352 + - language: &ref_957 default: name: '' description: Success. The response indicates the resource is deleted. - go: - name: '' - description: Success. The response indicates the resource is deleted. protocol: http: statusCodes: @@ -14327,9 +9875,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -14338,22 +9883,16 @@ operationGroups: default: name: '' description: Success. The response indicates the resource doesn't exist. - go: - name: '' - description: Success. The response indicates the resource doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -14383,153 +9922,79 @@ operationGroups: default: name: Delete description: Operation to delete a Binding. - go: - name: Delete - description: |- - Operation to delete a Binding. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_802 - schema: - type: object - language: - default: &ref_539 - name: BindingsClientBeginDeleteOptions - description: BindingsClientBeginDeleteOptions contains the optional parameters for the BindingsClient.BeginDelete method. - go: *ref_539 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_540 - name: string - description: '' - go: *ref_540 - protocol: {} - language: - default: &ref_541 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_541 - protocol: {} - required: false - serializedName: BindingsClientBeginDeleteOptions - language: - default: &ref_542 - name: options - description: BindingsClientBeginDeleteOptions contains the optional parameters for the BindingsClient.BeginDelete method. - go: *ref_542 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_852 - type: object - language: - default: &ref_543 - name: BindingsClientDeleteResponse - description: BindingsClientDeleteResponse contains the response from method BindingsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_543 - protocol: {} protocol: {} - - &ref_1129 + - &ref_734 operationId: Bindings_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_546 + - &ref_386 schema: *ref_1 implementation: Method required: true - language: &ref_1121 + language: &ref_726 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_547 + - &ref_387 schema: *ref_1 implementation: Method required: true - language: &ref_1122 + language: &ref_727 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_548 + - &ref_388 schema: *ref_1 implementation: Method required: true - language: &ref_1123 + language: &ref_728 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_549 + - &ref_389 schema: *ref_1 implementation: Method required: true - language: &ref_1124 + language: &ref_729 default: name: bindingName description: The name of the Binding resource. serializedName: bindingName - go: - name: bindingName - description: The name of the Binding resource. - serializedName: bindingName protocol: http: in: path requestMediaTypes: - application/json: &ref_545 + application/json: &ref_385 parameters: - - &ref_544 + - &ref_384 schema: *ref_99 implementation: Method required: true - language: &ref_1125 + language: &ref_730 default: name: bindingResource description: Parameters for the update operation - go: - name: bindingResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14538,22 +10003,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_544 + - *ref_384 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName} @@ -14563,21 +10021,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_545 + - *ref_385 signatureParameters: - - *ref_546 - - *ref_547 - - *ref_548 - - *ref_549 + - *ref_386 + - *ref_387 + - *ref_388 + - *ref_389 responses: - schema: *ref_99 - language: &ref_1126 + language: &ref_731 default: name: '' description: Success. The response describes the updated Binding. - go: - name: '' - description: Success. The response describes the updated Binding. protocol: http: knownMediaType: json @@ -14586,13 +10041,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_99 - language: &ref_1127 + language: &ref_732 default: name: '' description: "Accepted. The response indicates the exiting Binding is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Binding is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -14601,14 +10053,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -14673,7 +10122,7 @@ operationGroups: resourceName: my-cosmosdb-1 resourceType: Microsoft.DocumentDB updatedAt: '2019-01-01T12:34:56.000Z' - headers: &ref_1128 + headers: &ref_733 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -14685,135 +10134,54 @@ operationGroups: default: name: Update description: Operation to update an exiting Binding. - go: - name: Update - description: |- - Operation to update an exiting Binding. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_803 - schema: - type: object - language: - default: &ref_550 - name: BindingsClientBeginUpdateOptions - description: BindingsClientBeginUpdateOptions contains the optional parameters for the BindingsClient.BeginUpdate method. - go: *ref_550 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_551 - name: string - description: '' - go: *ref_551 - protocol: {} - language: - default: &ref_552 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_552 - protocol: {} - required: false - serializedName: BindingsClientBeginUpdateOptions - language: - default: &ref_553 - name: options - description: BindingsClientBeginUpdateOptions contains the optional parameters for the BindingsClient.BeginUpdate method. - go: *ref_553 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_853 - type: object - properties: - - &ref_555 - schema: *ref_99 - serializedName: BindingResource - language: - default: &ref_554 - name: BindingResource - description: Binding resource payload - byValue: true - embeddedType: true - go: *ref_554 - protocol: {} - language: - default: &ref_556 - name: BindingsClientUpdateResponse - description: BindingsClientUpdateResponse contains the response from method BindingsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_555 - go: *ref_556 - protocol: {} protocol: {} - - &ref_1135 + - &ref_740 operationId: Bindings_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_557 + - &ref_390 schema: *ref_1 implementation: Method required: true - language: &ref_1130 + language: &ref_735 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_558 + - &ref_391 schema: *ref_1 implementation: Method required: true - language: &ref_1131 + language: &ref_736 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_559 + - &ref_392 schema: *ref_1 implementation: Method required: true - language: &ref_1132 + language: &ref_737 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -14822,10 +10190,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -14834,27 +10198,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings method: get uri: '{$host}' signatureParameters: - - *ref_557 - - *ref_558 - - *ref_559 + - *ref_390 + - *ref_391 + - *ref_392 responses: - - schema: *ref_560 - language: &ref_1133 + - schema: *ref_393 + language: &ref_738 default: name: '' description: Success. The response describes the list of Bindings in the App. - go: - name: '' - description: Success. The response describes the list of Bindings in the App. protocol: http: knownMediaType: json @@ -14863,14 +10221,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -14916,134 +10271,62 @@ operationGroups: description: Handles requests to list all resources in an App. paging: nextLinkName: nextLink - go: - name: List - description: Handles requests to list all resources in an App. - azureARM: true - clientName: BindingsClient - openApiType: arm - optionalParamGroup: &ref_804 - schema: - type: object - language: - default: &ref_561 - name: BindingsClientListOptions - description: BindingsClientListOptions contains the optional parameters for the BindingsClient.NewListPager method. - go: *ref_561 - protocol: {} - originalParameter: [] - required: false - serializedName: BindingsClientListOptions - language: - default: &ref_562 - name: options - description: BindingsClientListOptions contains the optional parameters for the BindingsClient.NewListPager method. - go: *ref_562 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_854 - type: object - properties: - - &ref_564 - schema: *ref_560 - serializedName: BindingResourceCollection - language: - default: &ref_563 - name: BindingResourceCollection - description: Object that includes an array of Binding resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_563 - protocol: {} - language: - default: &ref_565 - name: BindingsClientListResponse - description: BindingsClientListResponse contains the response from method BindingsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_564 - go: *ref_565 - protocol: {} protocol: {} language: default: name: Bindings description: '' - go: - name: Bindings - description: '' - clientCtorName: NewBindingsClient - clientName: BindingsClient - clientParams: - - *ref_281 protocol: {} - - &ref_1152 + - &ref_757 $key: Certificates operations: - - &ref_1151 + - &ref_756 operationId: Certificates_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_566 + - &ref_394 schema: *ref_1 implementation: Method required: true - language: &ref_1136 + language: &ref_741 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_567 + - &ref_395 schema: *ref_1 implementation: Method required: true - language: &ref_1137 + language: &ref_742 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_568 + - &ref_396 schema: *ref_1 implementation: Method required: true - language: &ref_1138 + language: &ref_743 default: name: certificateName description: The name of the certificate resource. serializedName: certificateName - go: - name: certificateName - description: The name of the certificate resource. - serializedName: certificateName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15052,10 +10335,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -15064,27 +10343,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName} method: get uri: '{$host}' signatureParameters: - - *ref_566 - - *ref_567 - - *ref_568 + - *ref_394 + - *ref_395 + - *ref_396 responses: - schema: *ref_100 - language: &ref_1139 + language: &ref_744 default: name: '' description: Success. The response describe the certificate. - go: - name: '' - description: Success. The response describe the certificate. protocol: http: knownMediaType: json @@ -15093,14 +10366,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -15142,135 +10412,67 @@ operationGroups: default: name: Get description: Get the certificate resource. - go: - name: Get - description: |- - Get the certificate resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CertificatesClient - openApiType: arm - optionalParamGroup: &ref_805 - schema: - type: object - language: - default: &ref_569 - name: CertificatesClientGetOptions - description: CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method. - go: *ref_569 - protocol: {} - originalParameter: [] - required: false - serializedName: CertificatesClientGetOptions - language: - default: &ref_570 - name: options - description: CertificatesClientGetOptions contains the optional parameters for the CertificatesClient.Get method. - go: *ref_570 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_855 - type: object - properties: - - &ref_572 - schema: *ref_100 - serializedName: CertificateResource - language: - default: &ref_571 - name: CertificateResource - description: Certificate resource payload. - byValue: true - embeddedType: true - go: *ref_571 - protocol: {} - language: - default: &ref_573 - name: CertificatesClientGetResponse - description: CertificatesClientGetResponse contains the response from method CertificatesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_572 - go: *ref_573 - protocol: {} protocol: {} - - &ref_1160 + - &ref_765 operationId: Certificates_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_576 + - &ref_399 schema: *ref_1 implementation: Method required: true - language: &ref_1153 + language: &ref_758 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_577 + - &ref_400 schema: *ref_1 implementation: Method required: true - language: &ref_1154 + language: &ref_759 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_578 + - &ref_401 schema: *ref_1 implementation: Method required: true - language: &ref_1155 + language: &ref_760 default: name: certificateName description: The name of the certificate resource. serializedName: certificateName - go: - name: certificateName - description: The name of the certificate resource. - serializedName: certificateName protocol: http: in: path requestMediaTypes: - application/json: &ref_575 + application/json: &ref_398 parameters: - - &ref_574 + - &ref_397 schema: *ref_100 implementation: Method required: true - language: &ref_1156 + language: &ref_761 default: name: certificateResource description: Parameters for the create or update operation - go: - name: certificateResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15279,22 +10481,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_574 + - *ref_397 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName} @@ -15304,20 +10499,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_575 + - *ref_398 signatureParameters: - - *ref_576 - - *ref_577 - - *ref_578 + - *ref_399 + - *ref_400 + - *ref_401 responses: - schema: *ref_100 - language: &ref_1157 + language: &ref_762 default: name: '' description: Success. The response describe the existed certificate updated. - go: - name: '' - description: Success. The response describe the existed certificate updated. protocol: http: knownMediaType: json @@ -15326,13 +10518,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_100 - language: &ref_1158 + language: &ref_763 default: name: '' description: "Created. The response describes the new certificate and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new certificate and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -15341,13 +10530,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_100 - language: &ref_1159 + language: &ref_764 default: name: '' description: "Accepted. The response indicates the exiting certificate is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting certificate is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -15356,14 +10542,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -15451,135 +10634,54 @@ operationGroups: default: name: CreateOrUpdate description: Create or update certificate resource. - go: - name: CreateOrUpdate - description: |- - Create or update certificate resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CertificatesClient - openApiType: arm - optionalParamGroup: &ref_806 - schema: - type: object - language: - default: &ref_579 - name: CertificatesClientBeginCreateOrUpdateOptions - description: CertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.BeginCreateOrUpdate method. - go: *ref_579 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_580 - name: string - description: '' - go: *ref_580 - protocol: {} - language: - default: &ref_581 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_581 - protocol: {} - required: false - serializedName: CertificatesClientBeginCreateOrUpdateOptions - language: - default: &ref_582 - name: options - description: CertificatesClientBeginCreateOrUpdateOptions contains the optional parameters for the CertificatesClient.BeginCreateOrUpdate method. - go: *ref_582 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_856 - type: object - properties: - - &ref_584 - schema: *ref_100 - serializedName: CertificateResource - language: - default: &ref_583 - name: CertificateResource - description: Certificate resource payload. - byValue: true - embeddedType: true - go: *ref_583 - protocol: {} - language: - default: &ref_585 - name: CertificatesClientCreateOrUpdateResponse - description: CertificatesClientCreateOrUpdateResponse contains the response from method CertificatesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_584 - go: *ref_585 - protocol: {} protocol: {} - - &ref_1164 + - &ref_769 operationId: Certificates_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_586 + - &ref_402 schema: *ref_1 implementation: Method required: true - language: &ref_1161 + language: &ref_766 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_587 + - &ref_403 schema: *ref_1 implementation: Method required: true - language: &ref_1162 + language: &ref_767 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_588 + - &ref_404 schema: *ref_1 implementation: Method required: true - language: &ref_1163 + language: &ref_768 default: name: certificateName description: The name of the certificate resource. serializedName: certificateName - go: - name: certificateName - description: The name of the certificate resource. - serializedName: certificateName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15588,10 +10690,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -15600,26 +10698,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates/{certificateName} method: delete uri: '{$host}' signatureParameters: - - *ref_586 - - *ref_587 - - *ref_588 + - *ref_402 + - *ref_403 + - *ref_404 responses: - - language: &ref_1371 + - language: &ref_976 default: name: '' description: Success. The response indicates the certificate deleted. - go: - name: '' - description: Success. The response indicates the certificate deleted. protocol: http: statusCodes: @@ -15628,9 +10720,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -15639,22 +10728,16 @@ operationGroups: default: name: '' description: No content. The response indicates the certificate doesn't exist. - go: - name: '' - description: No content. The response indicates the certificate doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -15683,105 +10766,42 @@ operationGroups: default: name: Delete description: Delete the certificate resource. - go: - name: Delete - description: |- - Delete the certificate resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CertificatesClient - openApiType: arm - optionalParamGroup: &ref_807 - schema: - type: object - language: - default: &ref_589 - name: CertificatesClientBeginDeleteOptions - description: CertificatesClientBeginDeleteOptions contains the optional parameters for the CertificatesClient.BeginDelete method. - go: *ref_589 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_590 - name: string - description: '' - go: *ref_590 - protocol: {} - language: - default: &ref_591 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_591 - protocol: {} - required: false - serializedName: CertificatesClientBeginDeleteOptions - language: - default: &ref_592 - name: options - description: CertificatesClientBeginDeleteOptions contains the optional parameters for the CertificatesClient.BeginDelete method. - go: *ref_592 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_857 - type: object - language: - default: &ref_593 - name: CertificatesClientDeleteResponse - description: CertificatesClientDeleteResponse contains the response from method CertificatesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_593 - protocol: {} protocol: {} - - &ref_1170 + - &ref_775 operationId: Certificates_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_594 + - &ref_405 schema: *ref_1 implementation: Method required: true - language: &ref_1165 + language: &ref_770 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_595 + - &ref_406 schema: *ref_1 implementation: Method required: true - language: &ref_1166 + language: &ref_771 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -15790,10 +10810,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -15802,26 +10818,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/certificates method: get uri: '{$host}' signatureParameters: - - *ref_594 - - *ref_595 + - *ref_405 + - *ref_406 responses: - - schema: *ref_596 - language: &ref_1167 + - schema: *ref_407 + language: &ref_772 default: name: '' description: Success. The response describe the custom domain resource list of one application. - go: - name: '' - description: Success. The response describe the custom domain resource list of one application. protocol: http: knownMediaType: json @@ -15830,14 +10840,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -15884,150 +10891,74 @@ operationGroups: description: List all the certificates of one user. paging: nextLinkName: nextLink - go: - name: List - description: List all the certificates of one user. - azureARM: true - clientName: CertificatesClient - openApiType: arm - optionalParamGroup: &ref_808 - schema: - type: object - language: - default: &ref_597 - name: CertificatesClientListOptions - description: CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method. - go: *ref_597 - protocol: {} - originalParameter: [] - required: false - serializedName: CertificatesClientListOptions - language: - default: &ref_598 - name: options - description: CertificatesClientListOptions contains the optional parameters for the CertificatesClient.NewListPager method. - go: *ref_598 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_858 - type: object - properties: - - &ref_600 - schema: *ref_596 - serializedName: CertificateResourceCollection - language: - default: &ref_599 - name: CertificateResourceCollection - description: Collection compose of certificate resources list and a possible link for next page. - byValue: true - embeddedType: true - go: *ref_599 - protocol: {} - language: - default: &ref_601 - name: CertificatesClientListResponse - description: CertificatesClientListResponse contains the response from method CertificatesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_600 - go: *ref_601 - protocol: {} protocol: {} language: default: name: Certificates description: '' - go: - name: Certificates - description: '' - clientCtorName: NewCertificatesClient - clientName: CertificatesClient - clientParams: - - *ref_281 protocol: {} - - &ref_1181 + - &ref_786 $key: CustomDomains operations: - - &ref_1180 + - &ref_785 operationId: CustomDomains_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_602 + - &ref_408 schema: *ref_1 implementation: Method required: true - language: &ref_1171 + language: &ref_776 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_603 + - &ref_409 schema: *ref_1 implementation: Method required: true - language: &ref_1172 + language: &ref_777 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_604 + - &ref_410 schema: *ref_1 implementation: Method required: true - language: &ref_1173 + language: &ref_778 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_605 + - &ref_411 schema: *ref_1 implementation: Method required: true - language: &ref_1174 + language: &ref_779 default: name: domainName description: The name of the custom domain resource. serializedName: domainName - go: - name: domainName - description: The name of the custom domain resource. - serializedName: domainName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16036,10 +10967,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -16048,28 +10975,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName} method: get uri: '{$host}' signatureParameters: - - *ref_602 - - *ref_603 - - *ref_604 - - *ref_605 + - *ref_408 + - *ref_409 + - *ref_410 + - *ref_411 responses: - schema: *ref_101 - language: &ref_1175 + language: &ref_780 default: name: '' description: Success. The response describe the custom domain. - go: - name: '' - description: Success. The response describe the custom domain. protocol: http: knownMediaType: json @@ -16078,14 +10999,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -16118,151 +11036,79 @@ operationGroups: default: name: Get description: Get the custom domain of one lifecycle application. - go: - name: Get - description: |- - Get the custom domain of one lifecycle application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_809 - schema: - type: object - language: - default: &ref_606 - name: CustomDomainsClientGetOptions - description: CustomDomainsClientGetOptions contains the optional parameters for the CustomDomainsClient.Get method. - go: *ref_606 - protocol: {} - originalParameter: [] - required: false - serializedName: CustomDomainsClientGetOptions - language: - default: &ref_607 - name: options - description: CustomDomainsClientGetOptions contains the optional parameters for the CustomDomainsClient.Get method. - go: *ref_607 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_859 - type: object - properties: - - &ref_609 - schema: *ref_101 - serializedName: CustomDomainResource - language: - default: &ref_608 - name: CustomDomainResource - description: Custom domain resource payload. - byValue: true - embeddedType: true - go: *ref_608 - protocol: {} - language: - default: &ref_610 - name: CustomDomainsClientGetResponse - description: CustomDomainsClientGetResponse contains the response from method CustomDomainsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_609 - go: *ref_610 - protocol: {} protocol: {} - - &ref_1190 + - &ref_795 operationId: CustomDomains_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_613 + - &ref_414 schema: *ref_1 implementation: Method required: true - language: &ref_1182 + language: &ref_787 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_614 + - &ref_415 schema: *ref_1 implementation: Method required: true - language: &ref_1183 + language: &ref_788 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_615 + - &ref_416 schema: *ref_1 implementation: Method required: true - language: &ref_1184 + language: &ref_789 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_616 + - &ref_417 schema: *ref_1 implementation: Method required: true - language: &ref_1185 + language: &ref_790 default: name: domainName description: The name of the custom domain resource. serializedName: domainName - go: - name: domainName - description: The name of the custom domain resource. - serializedName: domainName protocol: http: in: path requestMediaTypes: - application/json: &ref_612 + application/json: &ref_413 parameters: - - &ref_611 + - &ref_412 schema: *ref_101 implementation: Method required: true - language: &ref_1186 + language: &ref_791 default: name: domainResource description: Parameters for the create or update operation - go: - name: domainResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16271,22 +11117,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_611 + - *ref_412 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName} @@ -16296,21 +11135,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_612 + - *ref_413 signatureParameters: - - *ref_613 - - *ref_614 - - *ref_615 - - *ref_616 + - *ref_414 + - *ref_415 + - *ref_416 + - *ref_417 responses: - schema: *ref_101 - language: &ref_1187 + language: &ref_792 default: name: '' description: Success. The response describe the existed custom domain updated. - go: - name: '' - description: Success. The response describe the existed custom domain updated. protocol: http: knownMediaType: json @@ -16319,13 +11155,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_101 - language: &ref_1188 + language: &ref_793 default: name: '' description: "Created. The response describes the new custom domain and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new custom domain and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -16334,13 +11167,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_101 - language: &ref_1189 + language: &ref_794 default: name: '' description: "Accepted. The response indicates the exiting custom domain is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting custom domain is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -16349,14 +11179,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -16414,151 +11241,66 @@ operationGroups: default: name: CreateOrUpdate description: Create or update custom domain of one lifecycle application. - go: - name: CreateOrUpdate - description: |- - Create or update custom domain of one lifecycle application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_810 - schema: - type: object - language: - default: &ref_617 - name: CustomDomainsClientBeginCreateOrUpdateOptions - description: CustomDomainsClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginCreateOrUpdate method. - go: *ref_617 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_618 - name: string - description: '' - go: *ref_618 - protocol: {} - language: - default: &ref_619 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_619 - protocol: {} - required: false - serializedName: CustomDomainsClientBeginCreateOrUpdateOptions - language: - default: &ref_620 - name: options - description: CustomDomainsClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginCreateOrUpdate method. - go: *ref_620 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_860 - type: object - properties: - - &ref_622 - schema: *ref_101 - serializedName: CustomDomainResource - language: - default: &ref_621 - name: CustomDomainResource - description: Custom domain resource payload. - byValue: true - embeddedType: true - go: *ref_621 - protocol: {} - language: - default: &ref_623 - name: CustomDomainsClientCreateOrUpdateResponse - description: CustomDomainsClientCreateOrUpdateResponse contains the response from method CustomDomainsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_622 - go: *ref_623 - protocol: {} protocol: {} - - &ref_1195 + - &ref_800 operationId: CustomDomains_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_624 + - &ref_418 schema: *ref_1 implementation: Method required: true - language: &ref_1191 + language: &ref_796 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_625 + - &ref_419 schema: *ref_1 implementation: Method required: true - language: &ref_1192 + language: &ref_797 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_626 + - &ref_420 schema: *ref_1 implementation: Method required: true - language: &ref_1193 + language: &ref_798 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_627 + - &ref_421 schema: *ref_1 implementation: Method required: true - language: &ref_1194 + language: &ref_799 default: name: domainName description: The name of the custom domain resource. serializedName: domainName - go: - name: domainName - description: The name of the custom domain resource. - serializedName: domainName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16567,10 +11309,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -16579,27 +11317,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName} method: delete uri: '{$host}' signatureParameters: - - *ref_624 - - *ref_625 - - *ref_626 - - *ref_627 + - *ref_418 + - *ref_419 + - *ref_420 + - *ref_421 responses: - - language: &ref_1367 + - language: &ref_972 default: name: '' description: Success. The response indicates the custom domain deleted. - go: - name: '' - description: Success. The response indicates the custom domain deleted. protocol: http: statusCodes: @@ -16608,9 +11340,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -16619,22 +11348,16 @@ operationGroups: default: name: '' description: No content. The response indicates the custom domain doesn't exist. - go: - name: '' - description: No content. The response indicates the custom domain doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -16664,153 +11387,79 @@ operationGroups: default: name: Delete description: Delete the custom domain of one lifecycle application. - go: - name: Delete - description: |- - Delete the custom domain of one lifecycle application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_811 - schema: - type: object - language: - default: &ref_628 - name: CustomDomainsClientBeginDeleteOptions - description: CustomDomainsClientBeginDeleteOptions contains the optional parameters for the CustomDomainsClient.BeginDelete method. - go: *ref_628 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_629 - name: string - description: '' - go: *ref_629 - protocol: {} - language: - default: &ref_630 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_630 - protocol: {} - required: false - serializedName: CustomDomainsClientBeginDeleteOptions - language: - default: &ref_631 - name: options - description: CustomDomainsClientBeginDeleteOptions contains the optional parameters for the CustomDomainsClient.BeginDelete method. - go: *ref_631 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_861 - type: object - language: - default: &ref_632 - name: CustomDomainsClientDeleteResponse - description: CustomDomainsClientDeleteResponse contains the response from method CustomDomainsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_632 - protocol: {} protocol: {} - - &ref_1204 + - &ref_809 operationId: CustomDomains_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_635 + - &ref_424 schema: *ref_1 implementation: Method required: true - language: &ref_1196 + language: &ref_801 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_636 + - &ref_425 schema: *ref_1 implementation: Method required: true - language: &ref_1197 + language: &ref_802 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_637 + - &ref_426 schema: *ref_1 implementation: Method required: true - language: &ref_1198 + language: &ref_803 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_638 + - &ref_427 schema: *ref_1 implementation: Method required: true - language: &ref_1199 + language: &ref_804 default: name: domainName description: The name of the custom domain resource. serializedName: domainName - go: - name: domainName - description: The name of the custom domain resource. - serializedName: domainName protocol: http: in: path requestMediaTypes: - application/json: &ref_634 + application/json: &ref_423 parameters: - - &ref_633 + - &ref_422 schema: *ref_101 implementation: Method required: true - language: &ref_1200 + language: &ref_805 default: name: domainResource description: Parameters for the create or update operation - go: - name: domainResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -16819,22 +11468,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_633 + - *ref_422 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName} @@ -16844,21 +11486,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_634 + - *ref_423 signatureParameters: - - *ref_635 - - *ref_636 - - *ref_637 - - *ref_638 + - *ref_424 + - *ref_425 + - *ref_426 + - *ref_427 responses: - schema: *ref_101 - language: &ref_1201 + language: &ref_806 default: name: '' description: Success. The response describe the existed custom domain updated. - go: - name: '' - description: Success. The response describe the existed custom domain updated. protocol: http: knownMediaType: json @@ -16867,13 +11506,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_101 - language: &ref_1202 + language: &ref_807 default: name: '' description: "Accepted. The response indicates the exiting custom domain is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting custom domain is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -16882,14 +11518,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -16931,7 +11564,7 @@ operationGroups: appName: myapp certName: mycert thumbprint: 934367bf1c97033f877db0f15cb1b586957d3133 - headers: &ref_1203 + headers: &ref_808 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -16943,135 +11576,54 @@ operationGroups: default: name: Update description: Update custom domain of one lifecycle application. - go: - name: Update - description: |- - Update custom domain of one lifecycle application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_812 - schema: - type: object - language: - default: &ref_639 - name: CustomDomainsClientBeginUpdateOptions - description: CustomDomainsClientBeginUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginUpdate method. - go: *ref_639 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_640 - name: string - description: '' - go: *ref_640 - protocol: {} - language: - default: &ref_641 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_641 - protocol: {} - required: false - serializedName: CustomDomainsClientBeginUpdateOptions - language: - default: &ref_642 - name: options - description: CustomDomainsClientBeginUpdateOptions contains the optional parameters for the CustomDomainsClient.BeginUpdate method. - go: *ref_642 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_862 - type: object - properties: - - &ref_644 - schema: *ref_101 - serializedName: CustomDomainResource - language: - default: &ref_643 - name: CustomDomainResource - description: Custom domain resource payload. - byValue: true - embeddedType: true - go: *ref_643 - protocol: {} - language: - default: &ref_645 - name: CustomDomainsClientUpdateResponse - description: CustomDomainsClientUpdateResponse contains the response from method CustomDomainsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_644 - go: *ref_645 - protocol: {} protocol: {} - - &ref_1211 + - &ref_816 operationId: CustomDomains_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_646 + - &ref_428 schema: *ref_1 implementation: Method required: true - language: &ref_1205 + language: &ref_810 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_647 + - &ref_429 schema: *ref_1 implementation: Method required: true - language: &ref_1206 + language: &ref_811 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_648 + - &ref_430 schema: *ref_1 implementation: Method required: true - language: &ref_1207 + language: &ref_812 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17080,10 +11632,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -17092,27 +11640,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains method: get uri: '{$host}' signatureParameters: - - *ref_646 - - *ref_647 - - *ref_648 + - *ref_428 + - *ref_429 + - *ref_430 responses: - - schema: *ref_649 - language: &ref_1208 + - schema: *ref_431 + language: &ref_813 default: name: '' description: Success. The response describe the custom domain resource list of one application. - go: - name: '' - description: Success. The response describe the custom domain resource list of one application. protocol: http: knownMediaType: json @@ -17121,14 +11663,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -17166,150 +11705,74 @@ operationGroups: description: List the custom domains of one lifecycle application. paging: nextLinkName: nextLink - go: - name: List - description: List the custom domains of one lifecycle application. - azureARM: true - clientName: CustomDomainsClient - openApiType: arm - optionalParamGroup: &ref_813 - schema: - type: object - language: - default: &ref_650 - name: CustomDomainsClientListOptions - description: CustomDomainsClientListOptions contains the optional parameters for the CustomDomainsClient.NewListPager method. - go: *ref_650 - protocol: {} - originalParameter: [] - required: false - serializedName: CustomDomainsClientListOptions - language: - default: &ref_651 - name: options - description: CustomDomainsClientListOptions contains the optional parameters for the CustomDomainsClient.NewListPager method. - go: *ref_651 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_863 - type: object - properties: - - &ref_653 - schema: *ref_649 - serializedName: CustomDomainResourceCollection - language: - default: &ref_652 - name: CustomDomainResourceCollection - description: Collection compose of a custom domain resources list and a possible link for next page. - byValue: true - embeddedType: true - go: *ref_652 - protocol: {} - language: - default: &ref_654 - name: CustomDomainsClientListResponse - description: CustomDomainsClientListResponse contains the response from method CustomDomainsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_653 - go: *ref_654 - protocol: {} protocol: {} language: default: name: CustomDomains description: '' - go: - name: CustomDomains - description: '' - clientCtorName: NewCustomDomainsClient - clientName: CustomDomainsClient - clientParams: - - *ref_281 protocol: {} - - &ref_1241 + - &ref_846 $key: Deployments operations: - - &ref_1240 + - &ref_845 operationId: Deployments_Get apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_655 + - &ref_432 schema: *ref_1 implementation: Method required: true - language: &ref_1212 + language: &ref_817 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_656 + - &ref_433 schema: *ref_1 implementation: Method required: true - language: &ref_1213 + language: &ref_818 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_657 + - &ref_434 schema: *ref_1 implementation: Method required: true - language: &ref_1214 + language: &ref_819 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_658 + - &ref_435 schema: *ref_1 implementation: Method required: true - language: &ref_1215 + language: &ref_820 default: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17318,10 +11781,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -17330,28 +11789,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName} method: get uri: '{$host}' signatureParameters: - - *ref_655 - - *ref_656 - - *ref_657 - - *ref_658 + - *ref_432 + - *ref_433 + - *ref_434 + - *ref_435 responses: - schema: *ref_102 - language: &ref_1216 + language: &ref_821 default: name: '' description: Success. The response describes the corresponding Deployment. - go: - name: '' - description: Success. The response describes the corresponding Deployment. protocol: http: knownMediaType: json @@ -17360,14 +11813,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -17417,156 +11867,84 @@ operationGroups: sku: name: S0 capacity: 1 - tier: Standard - language: - default: - name: Get - description: Get a Deployment and its properties. - go: - name: Get - description: |- - Get a Deployment and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_814 - schema: - type: object - language: - default: &ref_659 - name: DeploymentsClientGetOptions - description: DeploymentsClientGetOptions contains the optional parameters for the DeploymentsClient.Get method. - go: *ref_659 - protocol: {} - originalParameter: [] - required: false - serializedName: DeploymentsClientGetOptions - language: - default: &ref_660 - name: options - description: DeploymentsClientGetOptions contains the optional parameters for the DeploymentsClient.Get method. - go: *ref_660 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_864 - type: object - properties: - - &ref_662 - schema: *ref_102 - serializedName: DeploymentResource - language: - default: &ref_661 - name: DeploymentResource - description: Deployment resource payload - byValue: true - embeddedType: true - go: *ref_661 - protocol: {} - language: - default: &ref_663 - name: DeploymentsClientGetResponse - description: DeploymentsClientGetResponse contains the response from method DeploymentsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_662 - go: *ref_663 - protocol: {} + tier: Standard + language: + default: + name: Get + description: Get a Deployment and its properties. protocol: {} - - &ref_1250 + - &ref_855 operationId: Deployments_CreateOrUpdate apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_666 + - &ref_438 schema: *ref_1 implementation: Method required: true - language: &ref_1242 + language: &ref_847 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_667 + - &ref_439 schema: *ref_1 implementation: Method required: true - language: &ref_1243 + language: &ref_848 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_668 + - &ref_440 schema: *ref_1 implementation: Method required: true - language: &ref_1244 + language: &ref_849 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_669 + - &ref_441 schema: *ref_1 implementation: Method required: true - language: &ref_1245 + language: &ref_850 default: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requestMediaTypes: - application/json: &ref_665 + application/json: &ref_437 parameters: - - &ref_664 + - &ref_436 schema: *ref_102 implementation: Method required: true - language: &ref_1246 + language: &ref_851 default: name: deploymentResource description: Parameters for the create or update operation - go: - name: deploymentResource - description: Parameters for the create or update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17575,22 +11953,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_664 + - *ref_436 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName} @@ -17600,21 +11971,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_665 + - *ref_437 signatureParameters: - - *ref_666 - - *ref_667 - - *ref_668 - - *ref_669 + - *ref_438 + - *ref_439 + - *ref_440 + - *ref_441 responses: - schema: *ref_102 - language: &ref_1247 + language: &ref_852 default: name: '' description: Success. The response describes the updated Deployment. - go: - name: '' - description: Success. The response describes the updated Deployment. protocol: http: knownMediaType: json @@ -17623,13 +11991,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_102 - language: &ref_1248 + language: &ref_853 default: name: '' description: "Created. The response describes the new Deployment and contains a Location header to query the\r\noperation result." - go: - name: '' - description: Created. The response describes the new Deployment and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -17638,13 +12003,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_102 - language: &ref_1249 + language: &ref_854 default: name: '' description: "Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Deployment is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -17653,14 +12015,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -17799,151 +12158,66 @@ operationGroups: default: name: CreateOrUpdate description: Create a new Deployment or update an exiting Deployment. - go: - name: CreateOrUpdate - description: |- - Create a new Deployment or update an exiting Deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_815 - schema: - type: object - language: - default: &ref_670 - name: DeploymentsClientBeginCreateOrUpdateOptions - description: DeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DeploymentsClient.BeginCreateOrUpdate method. - go: *ref_670 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_671 - name: string - description: '' - go: *ref_671 - protocol: {} - language: - default: &ref_672 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_672 - protocol: {} - required: false - serializedName: DeploymentsClientBeginCreateOrUpdateOptions - language: - default: &ref_673 - name: options - description: DeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the DeploymentsClient.BeginCreateOrUpdate method. - go: *ref_673 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_865 - type: object - properties: - - &ref_675 - schema: *ref_102 - serializedName: DeploymentResource - language: - default: &ref_674 - name: DeploymentResource - description: Deployment resource payload - byValue: true - embeddedType: true - go: *ref_674 - protocol: {} - language: - default: &ref_676 - name: DeploymentsClientCreateOrUpdateResponse - description: DeploymentsClientCreateOrUpdateResponse contains the response from method DeploymentsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_675 - go: *ref_676 - protocol: {} protocol: {} - - &ref_1255 + - &ref_860 operationId: Deployments_Delete apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_677 + - &ref_442 schema: *ref_1 implementation: Method required: true - language: &ref_1251 + language: &ref_856 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_678 + - &ref_443 schema: *ref_1 implementation: Method required: true - language: &ref_1252 + language: &ref_857 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_679 + - &ref_444 schema: *ref_1 implementation: Method required: true - language: &ref_1253 + language: &ref_858 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_680 + - &ref_445 schema: *ref_1 implementation: Method required: true - language: &ref_1254 + language: &ref_859 default: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -17952,10 +12226,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -17964,27 +12234,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName} method: delete uri: '{$host}' signatureParameters: - - *ref_677 - - *ref_678 - - *ref_679 - - *ref_680 + - *ref_442 + - *ref_443 + - *ref_444 + - *ref_445 responses: - - language: &ref_1365 + - language: &ref_970 default: name: '' description: Success. The response indicates the resource is deleted. - go: - name: '' - description: Success. The response indicates the resource is deleted. protocol: http: statusCodes: @@ -17993,9 +12257,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -18004,22 +12265,16 @@ operationGroups: default: name: '' description: Success. The response indicates the resource doesn't exist. - go: - name: '' - description: Success. The response indicates the resource doesn't exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -18049,153 +12304,79 @@ operationGroups: default: name: Delete description: Operation to delete a Deployment. - go: - name: Delete - description: |- - Operation to delete a Deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_816 - schema: - type: object - language: - default: &ref_681 - name: DeploymentsClientBeginDeleteOptions - description: DeploymentsClientBeginDeleteOptions contains the optional parameters for the DeploymentsClient.BeginDelete method. - go: *ref_681 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_682 - name: string - description: '' - go: *ref_682 - protocol: {} - language: - default: &ref_683 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_683 - protocol: {} - required: false - serializedName: DeploymentsClientBeginDeleteOptions - language: - default: &ref_684 - name: options - description: DeploymentsClientBeginDeleteOptions contains the optional parameters for the DeploymentsClient.BeginDelete method. - go: *ref_684 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_866 - type: object - language: - default: &ref_685 - name: DeploymentsClientDeleteResponse - description: DeploymentsClientDeleteResponse contains the response from method DeploymentsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_685 - protocol: {} protocol: {} - - &ref_1264 + - &ref_869 operationId: Deployments_Update apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_688 + - &ref_448 schema: *ref_1 implementation: Method required: true - language: &ref_1256 + language: &ref_861 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_689 + - &ref_449 schema: *ref_1 implementation: Method required: true - language: &ref_1257 + language: &ref_862 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_690 + - &ref_450 schema: *ref_1 implementation: Method required: true - language: &ref_1258 + language: &ref_863 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_691 + - &ref_451 schema: *ref_1 implementation: Method required: true - language: &ref_1259 + language: &ref_864 default: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requestMediaTypes: - application/json: &ref_687 + application/json: &ref_447 parameters: - - &ref_686 + - &ref_446 schema: *ref_102 implementation: Method required: true - language: &ref_1260 + language: &ref_865 default: name: deploymentResource description: Parameters for the update operation - go: - name: deploymentResource - description: Parameters for the update operation protocol: http: in: body style: json - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18204,22 +12385,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_686 + - *ref_446 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName} @@ -18229,21 +12403,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_687 + - *ref_447 signatureParameters: - - *ref_688 - - *ref_689 - - *ref_690 - - *ref_691 + - *ref_448 + - *ref_449 + - *ref_450 + - *ref_451 responses: - schema: *ref_102 - language: &ref_1261 + language: &ref_866 default: name: '' description: Success. The response describes the updated Deployment. - go: - name: '' - description: Success. The response describes the updated Deployment. protocol: http: knownMediaType: json @@ -18252,13 +12423,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_102 - language: &ref_1262 + language: &ref_867 default: name: '' description: "Accepted. The response indicates the exiting Deployment is now updating and contains a Location\r\nheader to query the operation result." - go: - name: '' - description: Accepted. The response indicates the exiting Deployment is now updating and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -18267,14 +12435,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -18364,7 +12529,7 @@ operationGroups: name: S0 capacity: 1 tier: Standard - headers: &ref_1263 + headers: &ref_868 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -18376,164 +12541,59 @@ operationGroups: default: name: Update description: Operation to update an exiting Deployment. - go: - name: Update - description: |- - Operation to update an exiting Deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_817 - schema: - type: object - language: - default: &ref_692 - name: DeploymentsClientBeginUpdateOptions - description: DeploymentsClientBeginUpdateOptions contains the optional parameters for the DeploymentsClient.BeginUpdate method. - go: *ref_692 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_693 - name: string - description: '' - go: *ref_693 - protocol: {} - language: - default: &ref_694 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_694 - protocol: {} - required: false - serializedName: DeploymentsClientBeginUpdateOptions - language: - default: &ref_695 - name: options - description: DeploymentsClientBeginUpdateOptions contains the optional parameters for the DeploymentsClient.BeginUpdate method. - go: *ref_695 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_867 - type: object - properties: - - &ref_697 - schema: *ref_102 - serializedName: DeploymentResource - language: - default: &ref_696 - name: DeploymentResource - description: Deployment resource payload - byValue: true - embeddedType: true - go: *ref_696 - protocol: {} - language: - default: &ref_698 - name: DeploymentsClientUpdateResponse - description: DeploymentsClientUpdateResponse contains the response from method DeploymentsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_697 - go: *ref_698 - protocol: {} protocol: {} - - &ref_1270 + - &ref_875 operationId: Deployments_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_703 + - &ref_453 schema: *ref_1 implementation: Method required: true - language: &ref_1265 + language: &ref_870 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_704 + - &ref_454 schema: *ref_1 implementation: Method required: true - language: &ref_1266 + language: &ref_871 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_705 + - &ref_455 schema: *ref_1 implementation: Method required: true - language: &ref_1267 + language: &ref_872 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_701 - schema: *ref_699 + - &ref_456 + schema: *ref_452 implementation: Method language: default: name: version description: Version of the deployments to be listed serializedName: version - go: - name: Version - description: Version of the deployments to be listed - byValue: true - paramGroup: &ref_707 - schema: - type: object - language: - default: &ref_700 - name: DeploymentsClientListOptions - description: DeploymentsClientListOptions contains the optional parameters for the DeploymentsClient.NewListPager method. - go: *ref_700 - protocol: {} - originalParameter: - - *ref_701 - required: false - serializedName: DeploymentsClientListOptions - language: - default: &ref_702 - name: options - description: DeploymentsClientListOptions contains the optional parameters for the DeploymentsClient.NewListPager method. - go: *ref_702 - protocol: {} - serializedName: version protocol: http: explode: true @@ -18541,7 +12601,7 @@ operationGroups: style: form requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18550,10 +12610,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -18562,28 +12618,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments method: get uri: '{$host}' signatureParameters: - - *ref_703 - - *ref_704 - - *ref_705 - - *ref_701 + - *ref_453 + - *ref_454 + - *ref_455 + - *ref_456 responses: - - schema: *ref_706 - language: &ref_1268 + - schema: *ref_457 + language: &ref_873 default: name: '' description: Success. The response describes the list of Deployments in the App. - go: - name: '' - description: Success. The response describes the list of Deployments in the App. protocol: http: knownMediaType: json @@ -18592,14 +12642,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -18658,115 +12705,47 @@ operationGroups: description: Handles requests to list all resources in an App. paging: nextLinkName: nextLink - go: - name: List - description: Handles requests to list all resources in an App. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: *ref_707 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_868 - type: object - properties: - - &ref_709 - schema: *ref_706 - serializedName: DeploymentResourceCollection - language: - default: &ref_708 - name: DeploymentResourceCollection - description: Object that includes an array of App resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_708 - protocol: {} - language: - default: &ref_710 - name: DeploymentsClientListResponse - description: DeploymentsClientListResponse contains the response from method DeploymentsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_709 - go: *ref_710 - protocol: {} protocol: {} - - &ref_1274 + - &ref_879 operationId: Deployments_ListForCluster apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_715 + - &ref_459 schema: *ref_1 implementation: Method required: true - language: &ref_1271 + language: &ref_876 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_716 + - &ref_460 schema: *ref_1 implementation: Method required: true - language: &ref_1272 + language: &ref_877 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_713 - schema: *ref_711 + - &ref_461 + schema: *ref_458 implementation: Method language: default: name: version description: Version of the deployments to be listed serializedName: version - go: - name: Version - description: Version of the deployments to be listed - byValue: true - paramGroup: &ref_717 - schema: - type: object - language: - default: &ref_712 - name: DeploymentsClientListForClusterOptions - description: DeploymentsClientListForClusterOptions contains the optional parameters for the DeploymentsClient.NewListForClusterPager method. - go: *ref_712 - protocol: {} - originalParameter: - - *ref_713 - required: false - serializedName: DeploymentsClientListForClusterOptions - language: - default: &ref_714 - name: options - description: DeploymentsClientListForClusterOptions contains the optional parameters for the DeploymentsClient.NewListForClusterPager method. - go: *ref_714 - protocol: {} - serializedName: version protocol: http: explode: true @@ -18774,7 +12753,7 @@ operationGroups: style: form requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -18783,10 +12762,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -18795,27 +12770,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/deployments method: get uri: '{$host}' signatureParameters: - - *ref_715 - - *ref_716 - - *ref_713 + - *ref_459 + - *ref_460 + - *ref_461 responses: - - schema: *ref_706 - language: &ref_1273 + - schema: *ref_457 + language: &ref_878 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -18824,14 +12793,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -18890,118 +12856,66 @@ operationGroups: description: List deployments for a certain service paging: nextLinkName: nextLink - go: - name: ListForCluster - description: List deployments for a certain service - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: *ref_717 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listForCluster - requestMethod: listForClusterCreateRequest - responseMethod: listForClusterHandleResponse - responseEnv: &ref_869 - type: object - properties: - - &ref_719 - schema: *ref_706 - serializedName: DeploymentResourceCollection - language: - default: &ref_718 - name: DeploymentResourceCollection - description: Object that includes an array of App resources and a possible link for next set - byValue: true - embeddedType: true - go: *ref_718 - protocol: {} - language: - default: &ref_720 - name: DeploymentsClientListForClusterResponse - description: DeploymentsClientListForClusterResponse contains the response from method DeploymentsClient.NewListForClusterPager. - marshallingFormat: json - responseType: true - resultProp: *ref_719 - go: *ref_720 - protocol: {} protocol: {} - - &ref_1280 + - &ref_885 operationId: Deployments_Start apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_721 + - &ref_462 schema: *ref_1 implementation: Method required: true - language: &ref_1275 + language: &ref_880 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_722 + - &ref_463 schema: *ref_1 implementation: Method required: true - language: &ref_1276 + language: &ref_881 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_723 + - &ref_464 schema: *ref_1 implementation: Method required: true - language: &ref_1277 + language: &ref_882 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_724 + - &ref_465 schema: *ref_1 implementation: Method required: true - language: &ref_1278 + language: &ref_883 default: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19010,10 +12924,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19022,27 +12932,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/start method: post uri: '{$host}' signatureParameters: - - *ref_721 - - *ref_722 - - *ref_723 - - *ref_724 + - *ref_462 + - *ref_463 + - *ref_464 + - *ref_465 responses: - - language: &ref_1362 + - language: &ref_967 default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: @@ -19051,22 +12955,16 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the Deployment is now starting and contains a Location header to\r\nquery the operation result." - go: - name: '' - description: Accepted. The response indicates the Deployment is now starting and contains a Location header to query the operation result. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19088,7 +12986,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_1279 + headers: &ref_884 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -19097,137 +12995,66 @@ operationGroups: default: name: Start description: Start the deployment. - go: - name: Start - description: |- - Start the deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_818 - schema: - type: object - language: - default: &ref_725 - name: DeploymentsClientBeginStartOptions - description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. - go: *ref_725 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_726 - name: string - description: '' - go: *ref_726 - protocol: {} - language: - default: &ref_727 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_727 - protocol: {} - required: false - serializedName: DeploymentsClientBeginStartOptions - language: - default: &ref_728 - name: options - description: DeploymentsClientBeginStartOptions contains the optional parameters for the DeploymentsClient.BeginStart method. - go: *ref_728 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_870 - type: object - language: - default: &ref_729 - name: DeploymentsClientStartResponse - description: DeploymentsClientStartResponse contains the response from method DeploymentsClient.BeginStart. - forLRO: true - responseType: true - go: *ref_729 - protocol: {} protocol: {} - - &ref_1286 + - &ref_891 operationId: Deployments_Stop apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_730 + - &ref_466 schema: *ref_1 implementation: Method required: true - language: &ref_1281 + language: &ref_886 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_731 + - &ref_467 schema: *ref_1 implementation: Method required: true - language: &ref_1282 + language: &ref_887 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_732 + - &ref_468 schema: *ref_1 implementation: Method - required: true - language: &ref_1283 - default: - name: appName - description: The name of the App resource. - serializedName: appName - go: + required: true + language: &ref_888 + default: name: appName description: The name of the App resource. serializedName: appName protocol: http: in: path - - &ref_733 + - &ref_469 schema: *ref_1 implementation: Method required: true - language: &ref_1284 + language: &ref_889 default: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19236,10 +13063,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19248,27 +13071,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/stop method: post uri: '{$host}' signatureParameters: - - *ref_730 - - *ref_731 - - *ref_732 - - *ref_733 + - *ref_466 + - *ref_467 + - *ref_468 + - *ref_469 responses: - - language: &ref_1359 + - language: &ref_964 default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: @@ -19277,22 +13094,16 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the Deployment is now stopping and contains a Location header to\r\nquery the operation result." - go: - name: '' - description: Accepted. The response indicates the Deployment is now stopping and contains a Location header to query the operation result. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19314,7 +13125,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_1285 + headers: &ref_890 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -19323,137 +13134,66 @@ operationGroups: default: name: Stop description: Stop the deployment. - go: - name: Stop - description: |- - Stop the deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_819 - schema: - type: object - language: - default: &ref_734 - name: DeploymentsClientBeginStopOptions - description: DeploymentsClientBeginStopOptions contains the optional parameters for the DeploymentsClient.BeginStop method. - go: *ref_734 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_735 - name: string - description: '' - go: *ref_735 - protocol: {} - language: - default: &ref_736 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_736 - protocol: {} - required: false - serializedName: DeploymentsClientBeginStopOptions - language: - default: &ref_737 - name: options - description: DeploymentsClientBeginStopOptions contains the optional parameters for the DeploymentsClient.BeginStop method. - go: *ref_737 - protocol: {} - protocolNaming: - internalMethod: stop - requestMethod: stopCreateRequest - responseMethod: stopHandleResponse - responseEnv: &ref_871 - type: object - language: - default: &ref_738 - name: DeploymentsClientStopResponse - description: DeploymentsClientStopResponse contains the response from method DeploymentsClient.BeginStop. - forLRO: true - responseType: true - go: *ref_738 - protocol: {} protocol: {} - - &ref_1292 + - &ref_897 operationId: Deployments_Restart apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_739 + - &ref_470 schema: *ref_1 implementation: Method required: true - language: &ref_1287 + language: &ref_892 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_740 + - &ref_471 schema: *ref_1 implementation: Method required: true - language: &ref_1288 + language: &ref_893 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_741 + - &ref_472 schema: *ref_1 implementation: Method required: true - language: &ref_1289 + language: &ref_894 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_742 + - &ref_473 schema: *ref_1 implementation: Method required: true - language: &ref_1290 + language: &ref_895 default: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19462,10 +13202,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19474,27 +13210,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_739 - - *ref_740 - - *ref_741 - - *ref_742 + - *ref_470 + - *ref_471 + - *ref_472 + - *ref_473 responses: - - language: &ref_1356 + - language: &ref_961 default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: @@ -19503,22 +13233,16 @@ operationGroups: default: name: '' description: "Accepted. The response indicates the Deployment is now restarting and contains a Location header\r\nto query the operation result." - go: - name: '' - description: Accepted. The response indicates the Deployment is now restarting and contains a Location header to query the operation result. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19540,7 +13264,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_1291 + headers: &ref_896 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... x-ms-long-running-operation: true x-ms-long-running-operation-options: @@ -19549,137 +13273,66 @@ operationGroups: default: name: Restart description: Restart the deployment. - go: - name: Restart - description: |- - Restart the deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_820 - schema: - type: object - language: - default: &ref_743 - name: DeploymentsClientBeginRestartOptions - description: DeploymentsClientBeginRestartOptions contains the optional parameters for the DeploymentsClient.BeginRestart method. - go: *ref_743 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_744 - name: string - description: '' - go: *ref_744 - protocol: {} - language: - default: &ref_745 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_745 - protocol: {} - required: false - serializedName: DeploymentsClientBeginRestartOptions - language: - default: &ref_746 - name: options - description: DeploymentsClientBeginRestartOptions contains the optional parameters for the DeploymentsClient.BeginRestart method. - go: *ref_746 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_872 - type: object - language: - default: &ref_747 - name: DeploymentsClientRestartResponse - description: DeploymentsClientRestartResponse contains the response from method DeploymentsClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_747 - protocol: {} protocol: {} - - &ref_1299 + - &ref_904 operationId: Deployments_GetLogFileUrl apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 - - &ref_748 + - &ref_474 schema: *ref_1 implementation: Method required: true - language: &ref_1293 + language: &ref_898 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_749 + - &ref_475 schema: *ref_1 implementation: Method required: true - language: &ref_1294 + language: &ref_899 default: name: serviceName description: The name of the Service resource. serializedName: serviceName - go: - name: serviceName - description: The name of the Service resource. - serializedName: serviceName protocol: http: in: path - - &ref_750 + - &ref_476 schema: *ref_1 implementation: Method required: true - language: &ref_1295 + language: &ref_900 default: name: appName description: The name of the App resource. serializedName: appName - go: - name: appName - description: The name of the App resource. - serializedName: appName protocol: http: in: path - - &ref_751 + - &ref_477 schema: *ref_1 implementation: Method required: true - language: &ref_1296 + language: &ref_901 default: name: deploymentName description: The name of the Deployment resource. serializedName: deploymentName - go: - name: deploymentName - description: The name of the Deployment resource. - serializedName: deploymentName protocol: http: in: path requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19688,10 +13341,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19700,28 +13349,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}/getLogFileUrl method: post uri: '{$host}' signatureParameters: - - *ref_748 - - *ref_749 - - *ref_750 - - *ref_751 + - *ref_474 + - *ref_475 + - *ref_476 + - *ref_477 responses: - - schema: *ref_752 - language: &ref_1297 + - schema: *ref_478 + language: &ref_902 default: name: '' description: Success. The response contains the log file URL. - go: - name: '' - description: Success. The response contains the log file URL. protocol: http: knownMediaType: json @@ -19733,22 +13376,16 @@ operationGroups: default: name: '' description: Success. The deployment does not have log file. - go: - name: '' - description: Success. The deployment does not have log file. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19777,85 +13414,25 @@ operationGroups: default: name: GetLogFileUrl description: Get deployment log file URL - go: - name: GetLogFileURL - description: |- - Get deployment log file URL - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DeploymentsClient - openApiType: arm - optionalParamGroup: &ref_821 - schema: - type: object - language: - default: &ref_753 - name: DeploymentsClientGetLogFileURLOptions - description: DeploymentsClientGetLogFileURLOptions contains the optional parameters for the DeploymentsClient.GetLogFileURL method. - go: *ref_753 - protocol: {} - originalParameter: [] - required: false - serializedName: DeploymentsClientGetLogFileURLOptions - language: - default: &ref_754 - name: options - description: DeploymentsClientGetLogFileURLOptions contains the optional parameters for the DeploymentsClient.GetLogFileURL method. - go: *ref_754 - protocol: {} - protocolNaming: - internalMethod: getLogFileURL - requestMethod: getLogFileURLCreateRequest - responseMethod: getLogFileURLHandleResponse - responseEnv: &ref_873 - type: object - properties: - - &ref_756 - schema: *ref_752 - serializedName: LogFileURLResponse - language: - default: &ref_755 - name: LogFileURLResponse - description: Log file URL payload - byValue: true - embeddedType: true - go: *ref_755 - protocol: {} - language: - default: &ref_757 - name: DeploymentsClientGetLogFileURLResponse - description: DeploymentsClientGetLogFileURLResponse contains the response from method DeploymentsClient.GetLogFileURL. - marshallingFormat: json - responseType: true - resultProp: *ref_756 - go: *ref_757 - protocol: {} protocol: {} language: default: name: Deployments description: '' - go: - name: Deployments - description: '' - clientCtorName: NewDeploymentsClient - clientName: DeploymentsClient - clientParams: - - *ref_281 protocol: {} - - &ref_1314 + - &ref_919 $key: Operations operations: - - &ref_1313 + - &ref_918 operationId: Operations_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - - *ref_280 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -19864,10 +13441,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -19876,9 +13449,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AppPlatform/operations @@ -19886,14 +13456,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_758 - language: &ref_1300 + - schema: *ref_479 + language: &ref_905 default: name: '' description: Success. The response describes the list of operations. - go: - name: '' - description: Success. The response describes the list of operations. protocol: http: knownMediaType: json @@ -19902,14 +13469,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -19946,83 +13510,25 @@ operationGroups: description: Lists all of the available REST API operations of the Microsoft.AppPlatform provider. paging: nextLinkName: nextLink - go: - name: List - description: Lists all of the available REST API operations of the Microsoft.AppPlatform provider. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_822 - schema: - type: object - language: - default: &ref_759 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_759 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_760 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_760 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_874 - type: object - properties: - - &ref_762 - schema: *ref_758 - serializedName: AvailableOperations - language: - default: &ref_761 - name: AvailableOperations - description: Available operations of the service - byValue: true - embeddedType: true - go: *ref_761 - protocol: {} - language: - default: &ref_763 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_762 - go: *ref_763 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - - &ref_1321 + - &ref_926 $key: RuntimeVersions operations: - - &ref_1320 + - &ref_925 operationId: RuntimeVersions_ListRuntimeVersions apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - - *ref_280 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -20031,10 +13537,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -20043,9 +13545,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.AppPlatform/runtimeVersions @@ -20053,14 +13552,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_764 - language: &ref_1315 + - schema: *ref_480 + language: &ref_920 default: name: '' description: Success. The response describes the details of all supported deployment runtime versions. - go: - name: '' - description: Success. The response describes the details of all supported deployment runtime versions. protocol: http: knownMediaType: json @@ -20069,14 +13565,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -20107,84 +13600,26 @@ operationGroups: default: name: ListRuntimeVersions description: Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. - go: - name: ListRuntimeVersions - description: |- - Lists all of the available runtime versions supported by Microsoft.AppPlatform provider. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RuntimeVersionsClient - openApiType: arm - optionalParamGroup: &ref_823 - schema: - type: object - language: - default: &ref_765 - name: RuntimeVersionsClientListRuntimeVersionsOptions - description: RuntimeVersionsClientListRuntimeVersionsOptions contains the optional parameters for the RuntimeVersionsClient.ListRuntimeVersions method. - go: *ref_765 - protocol: {} - originalParameter: [] - required: false - serializedName: RuntimeVersionsClientListRuntimeVersionsOptions - language: - default: &ref_766 - name: options - description: RuntimeVersionsClientListRuntimeVersionsOptions contains the optional parameters for the RuntimeVersionsClient.ListRuntimeVersions method. - go: *ref_766 - protocol: {} - protocolNaming: - internalMethod: listRuntimeVersions - requestMethod: listRuntimeVersionsCreateRequest - responseMethod: listRuntimeVersionsHandleResponse - responseEnv: &ref_875 - type: object - properties: - - &ref_768 - schema: *ref_764 - serializedName: AvailableRuntimeVersions - language: - default: &ref_767 - name: AvailableRuntimeVersions - description: '' - byValue: true - embeddedType: true - go: *ref_767 - protocol: {} - language: - default: &ref_769 - name: RuntimeVersionsClientListRuntimeVersionsResponse - description: RuntimeVersionsClientListRuntimeVersionsResponse contains the response from method RuntimeVersionsClient.ListRuntimeVersions. - marshallingFormat: json - responseType: true - resultProp: *ref_768 - go: *ref_769 - protocol: {} protocol: {} language: default: name: RuntimeVersions description: '' - go: - name: RuntimeVersions - description: '' - clientCtorName: NewRuntimeVersionsClient - clientName: RuntimeVersionsClient protocol: {} - - &ref_1339 + - &ref_944 $key: Skus operations: - - &ref_1338 + - &ref_943 operationId: Skus_List apiVersions: - version: 2020-11-01-preview parameters: + - *ref_278 - *ref_279 - *ref_280 - - *ref_281 requests: - parameters: - - schema: *ref_282 + - schema: *ref_281 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -20193,10 +13628,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -20205,9 +13636,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.AppPlatform/skus @@ -20215,14 +13643,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_770 - language: &ref_1322 + - schema: *ref_481 + language: &ref_927 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -20231,14 +13656,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_285 + - schema: *ref_284 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -20280,71 +13702,11 @@ operationGroups: description: Lists all of the available skus of the Microsoft.AppPlatform provider. paging: nextLinkName: nextLink - go: - name: List - description: Lists all of the available skus of the Microsoft.AppPlatform provider. - azureARM: true - clientName: SKUsClient - openApiType: arm - optionalParamGroup: &ref_824 - schema: - type: object - language: - default: &ref_771 - name: SKUsClientListOptions - description: SKUsClientListOptions contains the optional parameters for the SKUsClient.NewListPager method. - go: *ref_771 - protocol: {} - originalParameter: [] - required: false - serializedName: SKUsClientListOptions - language: - default: &ref_772 - name: options - description: SKUsClientListOptions contains the optional parameters for the SKUsClient.NewListPager method. - go: *ref_772 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_876 - type: object - properties: - - &ref_774 - schema: *ref_770 - serializedName: ResourceSKUCollection - language: - default: &ref_773 - name: ResourceSKUCollection - description: Object that includes an array of Azure Spring Cloud SKU and a possible link for next set - byValue: true - embeddedType: true - go: *ref_773 - protocol: {} - language: - default: &ref_775 - name: SKUsClientListResponse - description: SKUsClientListResponse contains the response from method SKUsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_774 - go: *ref_775 - protocol: {} protocol: {} language: default: name: Skus description: '' - go: - name: SKUs - description: '' - clientCtorName: NewSKUsClient - clientName: SKUsClient - clientParams: - - *ref_281 protocol: {} security: authenticationRequired: true @@ -20360,28 +13722,28 @@ testModel: - name: Services_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_879 - parameter: *ref_283 + language: *ref_484 + parameter: *ref_282 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_880 - parameter: *ref_284 - operation: *ref_903 - operationGroup: *ref_904 + language: *ref_485 + parameter: *ref_283 + operation: *ref_508 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Get.json responses: '200': @@ -20398,175 +13760,175 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_881 - operation: *ref_903 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_486 + operation: *ref_508 + operationGroup: *ref_509 - operationId: Services_CreateOrUpdate examples: - name: Services_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_905 - parameter: *ref_293 + language: *ref_510 + parameter: *ref_287 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_906 - parameter: *ref_294 + language: *ref_511 + parameter: *ref_288 - exampleValue: schema: *ref_3 parentsValue: @@ -20577,38 +13939,38 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_882 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_907 - parameter: *ref_291 - operation: *ref_911 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_512 + parameter: *ref_285 + operation: *ref_516 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CreateOrUpdate.json responses: '200': @@ -20625,148 +13987,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_908 + language: *ref_500 + language: *ref_498 + language: *ref_513 '201': body: schema: *ref_3 @@ -20781,148 +14143,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_909 + language: *ref_500 + language: *ref_498 + language: *ref_514 '202': body: schema: *ref_3 @@ -20937,171 +14299,171 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_910 + language: *ref_500 + language: *ref_498 + language: *ref_515 - name: Services_CreateOrUpdate_VNetInjection clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_905 - parameter: *ref_293 + language: *ref_510 + parameter: *ref_287 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_906 - parameter: *ref_294 + language: *ref_511 + parameter: *ref_288 - exampleValue: schema: *ref_3 parentsValue: @@ -21112,63 +14474,63 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_916 + language: *ref_521 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_913 + language: *ref_518 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_914 + language: *ref_519 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_915 + language: *ref_520 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_912 - language: *ref_884 - language: *ref_882 + language: *ref_517 + language: *ref_489 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_907 - parameter: *ref_291 - operation: *ref_911 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_512 + parameter: *ref_285 + operation: *ref_516 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CreateOrUpdate_VNetInjection.json responses: '200': @@ -21185,166 +14547,166 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_916 + language: *ref_521 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_913 + language: *ref_518 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 + language: *ref_493 + language: *ref_492 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_914 + language: *ref_519 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_915 + language: *ref_520 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_912 - language: *ref_884 + language: *ref_517 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_908 + language: *ref_500 + language: *ref_498 + language: *ref_513 '201': body: schema: *ref_3 @@ -21359,166 +14721,166 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_916 + language: *ref_521 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_913 + language: *ref_518 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 + language: *ref_493 + language: *ref_492 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_914 + language: *ref_519 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_915 + language: *ref_520 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_912 - language: *ref_884 + language: *ref_517 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_909 + language: *ref_500 + language: *ref_498 + language: *ref_514 '202': body: schema: *ref_3 @@ -21533,227 +14895,227 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: appNetworkResourceGroup: schema: *ref_113 rawValue: my-app-network-rg - language: *ref_916 + language: *ref_521 appSubnetId: schema: *ref_110 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/apps - language: *ref_913 + language: *ref_518 outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 + language: *ref_493 + language: *ref_492 serviceCidr: schema: *ref_111 rawValue: 10.8.0.0/16,10.244.0.0/16,10.245.0.1/16 - language: *ref_914 + language: *ref_519 serviceRuntimeNetworkResourceGroup: schema: *ref_112 rawValue: my-service-runtime-network-rg - language: *ref_915 + language: *ref_520 serviceRuntimeSubnetId: schema: *ref_109 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVirtualNetwork/subnets/serviceRuntime - language: *ref_912 - language: *ref_884 + language: *ref_517 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_910 - operation: *ref_911 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_515 + operation: *ref_516 + operationGroup: *ref_509 - operationId: Services_Delete examples: - name: Services_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_917 - parameter: *ref_302 + language: *ref_522 + parameter: *ref_289 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_918 - parameter: *ref_303 - operation: *ref_920 - operationGroup: *ref_904 + language: *ref_523 + parameter: *ref_290 + operation: *ref_525 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Delete.json responses: '202': - headers: *ref_919 + headers: *ref_524 '204': {} - operation: *ref_920 - operationGroup: *ref_904 + operation: *ref_525 + operationGroup: *ref_509 - operationId: Services_Update examples: - name: Services_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_921 - parameter: *ref_311 + language: *ref_526 + parameter: *ref_293 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_922 - parameter: *ref_312 + language: *ref_527 + parameter: *ref_294 - exampleValue: schema: *ref_3 parentsValue: @@ -21764,38 +15126,38 @@ testModel: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_882 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_923 - parameter: *ref_309 - operation: *ref_927 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_528 + parameter: *ref_291 + operation: *ref_532 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_Update.json responses: '200': @@ -21812,148 +15174,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_924 + language: *ref_500 + language: *ref_498 + language: *ref_529 '202': body: schema: *ref_3 @@ -21968,448 +15330,448 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_925 - headers: *ref_926 - operation: *ref_927 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_530 + headers: *ref_531 + operation: *ref_532 + operationGroup: *ref_509 - operationId: Services_ListTestKeys examples: - name: Services_ListTestKeys clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_928 - parameter: *ref_320 + language: *ref_533 + parameter: *ref_295 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_929 - parameter: *ref_321 - operation: *ref_936 - operationGroup: *ref_904 + language: *ref_534 + parameter: *ref_296 + operation: *ref_541 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_ListTestKeys.json responses: '200': body: - schema: *ref_322 + schema: *ref_297 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_935 + language: *ref_540 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_931 + language: *ref_536 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_933 + language: *ref_538 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_932 + language: *ref_537 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_934 - language: *ref_930 - operation: *ref_936 - operationGroup: *ref_904 + language: *ref_539 + language: *ref_535 + operation: *ref_541 + operationGroup: *ref_509 - operationId: Services_RegenerateTestKey examples: - name: Services_RegenerateTestKey clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_937 - parameter: *ref_331 + language: *ref_542 + parameter: *ref_301 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_938 - parameter: *ref_332 + language: *ref_543 + parameter: *ref_302 - exampleValue: - schema: *ref_328 + schema: *ref_298 parentsValue: {} properties: keyType: - schema: *ref_137 + schema: *ref_136 rawValue: Primary - language: *ref_940 - language: *ref_939 - parameter: *ref_329 - operation: *ref_942 - operationGroup: *ref_904 + language: *ref_545 + language: *ref_544 + parameter: *ref_299 + operation: *ref_547 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_RegenerateTestKey.json responses: '200': body: - schema: *ref_322 + schema: *ref_297 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_935 + language: *ref_540 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_931 + language: *ref_536 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_933 + language: *ref_538 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_932 + language: *ref_537 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_934 - language: *ref_941 - operation: *ref_942 - operationGroup: *ref_904 + language: *ref_539 + language: *ref_546 + operation: *ref_547 + operationGroup: *ref_509 - operationId: Services_DisableTestEndpoint examples: - name: Services_DisableTestEndpoint clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_943 - parameter: *ref_338 + language: *ref_548 + parameter: *ref_303 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_944 - parameter: *ref_339 - operation: *ref_945 - operationGroup: *ref_904 + language: *ref_549 + parameter: *ref_304 + operation: *ref_550 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_DisableTestEndpoint.json responses: '200': {} - operation: *ref_945 - operationGroup: *ref_904 + operation: *ref_550 + operationGroup: *ref_509 - operationId: Services_EnableTestEndpoint examples: - name: Services_EnableTestEndpoint clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_946 - parameter: *ref_343 + language: *ref_551 + parameter: *ref_305 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_947 - parameter: *ref_344 - operation: *ref_949 - operationGroup: *ref_904 + language: *ref_552 + parameter: *ref_306 + operation: *ref_554 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_EnableTestEndpoint.json responses: '200': body: - schema: *ref_322 + schema: *ref_297 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_935 + language: *ref_540 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_931 + language: *ref_536 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_933 + language: *ref_538 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_932 + language: *ref_537 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_934 - language: *ref_948 - operation: *ref_949 - operationGroup: *ref_904 + language: *ref_539 + language: *ref_553 + operation: *ref_554 + operationGroup: *ref_509 - operationId: Services_CheckNameAvailability examples: - name: Services_CheckNameAvailability clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: eastus - language: *ref_950 - parameter: *ref_353 + language: *ref_555 + parameter: *ref_310 - exampleValue: - schema: *ref_350 + schema: *ref_307 parentsValue: {} properties: name: - schema: *ref_161 + schema: *ref_160 rawValue: myservice - language: *ref_953 + language: *ref_558 type: - schema: *ref_160 + schema: *ref_159 rawValue: Microsoft.AppPlatform/Spring - language: *ref_952 - language: *ref_951 - parameter: *ref_351 - operation: *ref_958 - operationGroup: *ref_904 + language: *ref_557 + language: *ref_556 + parameter: *ref_308 + operation: *ref_563 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_CheckNameAvailability.json responses: '200': body: - schema: *ref_354 + schema: *ref_311 parentsValue: {} properties: message: - schema: *ref_164 + schema: *ref_163 rawValue: The name is already used. - language: *ref_957 + language: *ref_562 nameAvailable: - schema: *ref_162 + schema: *ref_161 rawValue: false - language: *ref_955 + language: *ref_560 reason: - schema: *ref_163 + schema: *ref_162 rawValue: AlreadyExists - language: *ref_956 - language: *ref_954 - operation: *ref_958 - operationGroup: *ref_904 + language: *ref_561 + language: *ref_559 + operation: *ref_563 + operationGroup: *ref_509 - operationId: Services_ListBySubscription examples: - name: Services_ListBySubscription clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: [] - operation: *ref_961 - operationGroup: *ref_904 + operation: *ref_566 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_ListBySubscription.json responses: '200': body: - schema: *ref_360 + schema: *ref_312 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -22423,182 +15785,182 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_960 - language: *ref_959 - operation: *ref_961 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_565 + language: *ref_564 + operation: *ref_566 + operationGroup: *ref_509 - operationId: Services_List examples: - name: Services_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_962 - parameter: *ref_366 - operation: *ref_964 - operationGroup: *ref_904 + language: *ref_567 + parameter: *ref_313 + operation: *ref_569 + operationGroup: *ref_509 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Services_List.json responses: '200': body: - schema: *ref_360 + schema: *ref_312 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -22612,178 +15974,178 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_960 - language: *ref_963 - operation: *ref_964 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_565 + language: *ref_568 + operation: *ref_569 + operationGroup: *ref_509 - operationId: ConfigServers_Get examples: - name: ConfigServers_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_965 - parameter: *ref_372 + language: *ref_570 + parameter: *ref_314 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_966 - parameter: *ref_373 - operation: *ref_976 - operationGroup: *ref_977 + language: *ref_571 + parameter: *ref_315 + operation: *ref_581 + operationGroup: *ref_582 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_Get.json responses: '200': @@ -22800,117 +16162,117 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_969 - language: *ref_968 - language: *ref_967 - operation: *ref_976 - operationGroup: *ref_977 + language: *ref_574 + language: *ref_573 + language: *ref_572 + operation: *ref_581 + operationGroup: *ref_582 - operationId: ConfigServers_UpdatePut examples: - name: ConfigServers_UpdatePut clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_978 - parameter: *ref_381 + language: *ref_583 + parameter: *ref_318 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_979 - parameter: *ref_382 + language: *ref_584 + parameter: *ref_319 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_970 - language: *ref_968 - language: *ref_980 - parameter: *ref_379 - operation: *ref_983 - operationGroup: *ref_977 + language: *ref_577 + language: *ref_576 + language: *ref_575 + language: *ref_573 + language: *ref_585 + parameter: *ref_316 + operation: *ref_588 + operationGroup: *ref_582 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_UpdatePut.json responses: '200': @@ -22927,53 +16289,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_969 - language: *ref_968 - language: *ref_981 + language: *ref_574 + language: *ref_573 + language: *ref_586 '202': body: schema: *ref_96 @@ -22988,117 +16350,117 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_969 - language: *ref_968 - language: *ref_982 - operation: *ref_983 - operationGroup: *ref_977 + language: *ref_574 + language: *ref_573 + language: *ref_587 + operation: *ref_588 + operationGroup: *ref_582 - operationId: ConfigServers_UpdatePatch examples: - name: ConfigServers_UpdatePatch clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_984 - parameter: *ref_392 + language: *ref_589 + parameter: *ref_322 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_985 - parameter: *ref_393 + language: *ref_590 + parameter: *ref_323 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_970 - language: *ref_968 - language: *ref_986 - parameter: *ref_390 - operation: *ref_990 - operationGroup: *ref_977 + language: *ref_577 + language: *ref_576 + language: *ref_575 + language: *ref_573 + language: *ref_591 + parameter: *ref_320 + operation: *ref_595 + operationGroup: *ref_582 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_UpdatePatch.json responses: '200': @@ -23115,53 +16477,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_969 - language: *ref_968 - language: *ref_987 + language: *ref_574 + language: *ref_573 + language: *ref_592 '202': body: schema: *ref_96 @@ -23176,156 +16538,156 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_969 - language: *ref_968 - language: *ref_988 - headers: *ref_989 - operation: *ref_990 - operationGroup: *ref_977 + language: *ref_574 + language: *ref_573 + language: *ref_593 + headers: *ref_594 + operation: *ref_595 + operationGroup: *ref_582 - operationId: ConfigServers_Validate examples: - name: ConfigServers_Validate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_991 - parameter: *ref_403 + language: *ref_596 + parameter: *ref_326 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_992 - parameter: *ref_404 + language: *ref_597 + parameter: *ref_327 - exampleValue: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_993 - parameter: *ref_401 - operation: *ref_998 - operationGroup: *ref_977 + language: *ref_577 + language: *ref_576 + language: *ref_598 + parameter: *ref_324 + operation: *ref_603 + operationGroup: *ref_582 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/ConfigServers_Validate.json responses: '200': body: - schema: *ref_405 + schema: *ref_328 parentsValue: {} properties: isValid: - schema: *ref_142 + schema: *ref_141 rawValue: true - language: *ref_995 - language: *ref_994 + language: *ref_600 + language: *ref_599 '202': body: - schema: *ref_405 + schema: *ref_328 parentsValue: {} properties: {} - language: *ref_996 - headers: *ref_997 - operation: *ref_998 - operationGroup: *ref_977 + language: *ref_601 + headers: *ref_602 + operation: *ref_603 + operationGroup: *ref_582 - operationId: MonitoringSettings_Get examples: - name: MonitoringSettings_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_999 - parameter: *ref_413 + language: *ref_604 + parameter: *ref_329 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1000 - parameter: *ref_414 - operation: *ref_1009 - operationGroup: *ref_1010 + language: *ref_605 + parameter: *ref_330 + operation: *ref_614 + operationGroup: *ref_615 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_Get.json responses: '200': @@ -23342,102 +16704,102 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1001 - operation: *ref_1009 - operationGroup: *ref_1010 + language: *ref_609 + language: *ref_607 + language: *ref_606 + operation: *ref_614 + operationGroup: *ref_615 - operationId: MonitoringSettings_UpdatePut examples: - name: MonitoringSettings_UpdatePut clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1011 - parameter: *ref_422 + language: *ref_616 + parameter: *ref_333 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1012 - parameter: *ref_423 + language: *ref_617 + parameter: *ref_334 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_1006 + language: *ref_611 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1013 - parameter: *ref_420 - operation: *ref_1016 - operationGroup: *ref_1010 + language: *ref_609 + language: *ref_607 + language: *ref_618 + parameter: *ref_331 + operation: *ref_621 + operationGroup: *ref_615 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_UpdatePut.json responses: '200': @@ -23454,50 +16816,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1014 + language: *ref_609 + language: *ref_607 + language: *ref_619 '202': body: schema: *ref_97 @@ -23512,102 +16874,102 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1015 - operation: *ref_1016 - operationGroup: *ref_1010 + language: *ref_609 + language: *ref_607 + language: *ref_620 + operation: *ref_621 + operationGroup: *ref_615 - operationId: MonitoringSettings_UpdatePatch examples: - name: MonitoringSettings_UpdatePatch clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1017 - parameter: *ref_433 + language: *ref_622 + parameter: *ref_337 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1018 - parameter: *ref_434 + language: *ref_623 + parameter: *ref_338 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_1006 + language: *ref_611 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1019 - parameter: *ref_431 - operation: *ref_1023 - operationGroup: *ref_1010 + language: *ref_609 + language: *ref_607 + language: *ref_624 + parameter: *ref_335 + operation: *ref_628 + operationGroup: *ref_615 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/MonitoringSettings_UpdatePatch.json responses: '200': @@ -23624,50 +16986,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1020 + language: *ref_609 + language: *ref_607 + language: *ref_625 '202': body: schema: *ref_97 @@ -23682,85 +17044,85 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1021 - headers: *ref_1022 - operation: *ref_1023 - operationGroup: *ref_1010 + language: *ref_609 + language: *ref_607 + language: *ref_626 + headers: *ref_627 + operation: *ref_628 + operationGroup: *ref_615 - operationId: Apps_Get examples: - name: Apps_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1024 - parameter: *ref_445 + language: *ref_629 + parameter: *ref_339 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1025 - parameter: *ref_446 + language: *ref_630 + parameter: *ref_340 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1026 - parameter: *ref_447 - operation: *ref_1048 - operationGroup: *ref_1049 + language: *ref_631 + parameter: *ref_341 + operation: *ref_653 + operationGroup: *ref_654 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Get.json responses: '200': @@ -23777,203 +17139,203 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1027 - operation: *ref_1048 - operationGroup: *ref_1049 + language: *ref_635 + language: *ref_633 + language: *ref_632 + operation: *ref_653 + operationGroup: *ref_654 - operationId: Apps_CreateOrUpdate examples: - name: Apps_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1050 - parameter: *ref_454 + language: *ref_655 + parameter: *ref_345 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1051 - parameter: *ref_455 + language: *ref_656 + parameter: *ref_346 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1052 - parameter: *ref_456 + language: *ref_657 + parameter: *ref_347 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 rawValue: null - language: *ref_1043 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 - language: *ref_1038 + language: *ref_644 + language: *ref_643 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 - language: *ref_1028 - language: *ref_1053 - parameter: *ref_452 - operation: *ref_1057 - operationGroup: *ref_1049 + language: *ref_641 + language: *ref_640 + language: *ref_633 + language: *ref_658 + parameter: *ref_343 + operation: *ref_662 + operationGroup: *ref_654 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_CreateOrUpdate.json responses: '200': @@ -23990,104 +17352,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1054 + language: *ref_635 + language: *ref_633 + language: *ref_659 '201': body: schema: *ref_98 @@ -24102,104 +17464,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Creating - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1055 + language: *ref_635 + language: *ref_633 + language: *ref_660 '202': body: schema: *ref_98 @@ -24214,255 +17576,255 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1056 - operation: *ref_1057 - operationGroup: *ref_1049 + language: *ref_635 + language: *ref_633 + language: *ref_661 + operation: *ref_662 + operationGroup: *ref_654 - operationId: Apps_Delete examples: - name: Apps_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1058 - parameter: *ref_464 + language: *ref_663 + parameter: *ref_348 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1059 - parameter: *ref_465 + language: *ref_664 + parameter: *ref_349 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1060 - parameter: *ref_466 - operation: *ref_1061 - operationGroup: *ref_1049 + language: *ref_665 + parameter: *ref_350 + operation: *ref_666 + operationGroup: *ref_654 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1061 - operationGroup: *ref_1049 + operation: *ref_666 + operationGroup: *ref_654 - operationId: Apps_Update examples: - name: Apps_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1062 - parameter: *ref_474 + language: *ref_667 + parameter: *ref_353 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1063 - parameter: *ref_475 + language: *ref_668 + parameter: *ref_354 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1064 - parameter: *ref_476 + language: *ref_669 + parameter: *ref_355 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: null - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: null - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 - language: *ref_1038 + language: *ref_644 + language: *ref_643 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 - language: *ref_1028 - language: *ref_1065 - parameter: *ref_472 - operation: *ref_1069 - operationGroup: *ref_1049 + language: *ref_641 + language: *ref_640 + language: *ref_633 + language: *ref_670 + parameter: *ref_351 + operation: *ref_674 + operationGroup: *ref_654 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_Update.json responses: '200': @@ -24479,104 +17841,104 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1066 + language: *ref_635 + language: *ref_633 + language: *ref_671 '202': body: schema: *ref_98 @@ -24591,143 +17953,143 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1067 - headers: *ref_1068 - operation: *ref_1069 - operationGroup: *ref_1049 + language: *ref_635 + language: *ref_633 + language: *ref_672 + headers: *ref_673 + operation: *ref_674 + operationGroup: *ref_654 - operationId: Apps_List examples: - name: Apps_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1070 - parameter: *ref_484 + language: *ref_675 + parameter: *ref_356 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1071 - parameter: *ref_485 - operation: *ref_1074 - operationGroup: *ref_1049 + language: *ref_676 + parameter: *ref_357 + operation: *ref_679 + operationGroup: *ref_654 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_List.json responses: '200': body: - schema: *ref_486 + schema: *ref_358 parentsValue: {} properties: value: - schema: *ref_250 + schema: *ref_249 elements: - schema: *ref_98 parentsValue: @@ -24741,255 +18103,255 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1073 - language: *ref_1072 - operation: *ref_1074 - operationGroup: *ref_1049 + language: *ref_635 + language: *ref_633 + language: *ref_678 + language: *ref_677 + operation: *ref_679 + operationGroup: *ref_654 - operationId: Apps_GetResourceUploadUrl examples: - name: Apps_GetResourceUploadUrl clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1075 - parameter: *ref_492 + language: *ref_680 + parameter: *ref_359 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1076 - parameter: *ref_493 + language: *ref_681 + parameter: *ref_360 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1077 - parameter: *ref_494 - operation: *ref_1081 - operationGroup: *ref_1049 + language: *ref_682 + parameter: *ref_361 + operation: *ref_686 + operationGroup: *ref_654 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_GetResourceUploadUrl.json responses: '200': body: - schema: *ref_495 + schema: *ref_362 parentsValue: {} properties: relativePath: - schema: *ref_154 + schema: *ref_153 rawValue: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777 - language: *ref_1079 + language: *ref_684 uploadUrl: - schema: *ref_155 + schema: *ref_154 rawValue: >- https://springcloudstorageaccount.file.core.windows.net/bd172614181f42e2853f6fd90029cda8/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777?sv=2018-03-28&sr=f&sig=SampleSignature&se=2019-08-01T10%3A42%3A21Z&sp=w - language: *ref_1080 - language: *ref_1078 - operation: *ref_1081 - operationGroup: *ref_1049 + language: *ref_685 + language: *ref_683 + operation: *ref_686 + operationGroup: *ref_654 - operationId: Apps_ValidateDomain examples: - name: Apps_ValidateDomain clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1082 - parameter: *ref_504 + language: *ref_687 + parameter: *ref_366 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1083 - parameter: *ref_505 + language: *ref_688 + parameter: *ref_367 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1084 - parameter: *ref_506 + language: *ref_689 + parameter: *ref_368 - exampleValue: - schema: *ref_501 + schema: *ref_363 parentsValue: {} properties: name: - schema: *ref_167 + schema: *ref_166 rawValue: mydomain.io - language: *ref_1086 - language: *ref_1085 - parameter: *ref_502 - operation: *ref_1090 - operationGroup: *ref_1049 + language: *ref_691 + language: *ref_690 + parameter: *ref_364 + operation: *ref_695 + operationGroup: *ref_654 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Apps_ValidateDomain.json responses: '200': body: - schema: *ref_507 + schema: *ref_369 parentsValue: {} properties: isValid: - schema: *ref_168 + schema: *ref_167 rawValue: false - language: *ref_1088 + language: *ref_693 message: - schema: *ref_169 + schema: *ref_168 rawValue: Certificate is invalid, please check if it is a self signed cert or if it contains a suitable dns name - language: *ref_1089 - language: *ref_1087 - operation: *ref_1090 - operationGroup: *ref_1049 + language: *ref_694 + language: *ref_692 + operation: *ref_695 + operationGroup: *ref_654 - operationId: Bindings_Get examples: - name: Bindings_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1091 - parameter: *ref_513 + language: *ref_696 + parameter: *ref_370 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1092 - parameter: *ref_514 + language: *ref_697 + parameter: *ref_371 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1093 - parameter: *ref_515 + language: *ref_698 + parameter: *ref_372 - exampleValue: schema: *ref_1 rawValue: mybinding - language: *ref_1094 - parameter: *ref_516 - operation: *ref_1104 - operationGroup: *ref_1105 + language: *ref_699 + parameter: *ref_373 + operation: *ref_709 + operationGroup: *ref_710 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Get.json responses: '200': @@ -25006,21 +18368,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25032,79 +18394,79 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1095 - operation: *ref_1104 - operationGroup: *ref_1105 + language: *ref_708 + language: *ref_701 + language: *ref_700 + operation: *ref_709 + operationGroup: *ref_710 - operationId: Bindings_CreateOrUpdate examples: - name: Bindings_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1106 - parameter: *ref_524 + language: *ref_711 + parameter: *ref_376 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1107 - parameter: *ref_525 + language: *ref_712 + parameter: *ref_377 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1108 - parameter: *ref_526 + language: *ref_713 + parameter: *ref_378 - exampleValue: schema: *ref_1 rawValue: mybinding - language: *ref_1109 - parameter: *ref_527 + language: *ref_714 + parameter: *ref_379 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25116,32 +18478,32 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: null - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: xxxx - language: *ref_1111 + language: *ref_716 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1103 - language: *ref_1096 - language: *ref_1110 - parameter: *ref_522 - operation: *ref_1115 - operationGroup: *ref_1105 + language: *ref_708 + language: *ref_701 + language: *ref_715 + parameter: *ref_374 + operation: *ref_720 + operationGroup: *ref_710 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_CreateOrUpdate.json responses: '200': @@ -25158,21 +18520,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25184,36 +18546,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1112 + language: *ref_708 + language: *ref_701 + language: *ref_717 '201': body: schema: *ref_99 @@ -25228,21 +18590,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25254,36 +18616,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1113 + language: *ref_708 + language: *ref_701 + language: *ref_718 '202': body: schema: *ref_99 @@ -25298,21 +18660,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25324,123 +18686,123 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1114 - operation: *ref_1115 - operationGroup: *ref_1105 + language: *ref_708 + language: *ref_701 + language: *ref_719 + operation: *ref_720 + operationGroup: *ref_710 - operationId: Bindings_Delete examples: - name: Bindings_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1116 - parameter: *ref_535 + language: *ref_721 + parameter: *ref_380 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1117 - parameter: *ref_536 + language: *ref_722 + parameter: *ref_381 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1118 - parameter: *ref_537 + language: *ref_723 + parameter: *ref_382 - exampleValue: schema: *ref_1 rawValue: mybinding - language: *ref_1119 - parameter: *ref_538 - operation: *ref_1120 - operationGroup: *ref_1105 + language: *ref_724 + parameter: *ref_383 + operation: *ref_725 + operationGroup: *ref_710 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1120 - operationGroup: *ref_1105 + operation: *ref_725 + operationGroup: *ref_710 - operationId: Bindings_Update examples: - name: Bindings_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1121 - parameter: *ref_546 + language: *ref_726 + parameter: *ref_386 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1122 - parameter: *ref_547 + language: *ref_727 + parameter: *ref_387 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1123 - parameter: *ref_548 + language: *ref_728 + parameter: *ref_388 - exampleValue: schema: *ref_1 rawValue: mybinding - language: *ref_1124 - parameter: *ref_549 + language: *ref_729 + parameter: *ref_389 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25452,28 +18814,28 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: null - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: xxxx - language: *ref_1111 + language: *ref_716 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1103 - language: *ref_1096 - language: *ref_1125 - parameter: *ref_544 - operation: *ref_1129 - operationGroup: *ref_1105 + language: *ref_708 + language: *ref_701 + language: *ref_730 + parameter: *ref_384 + operation: *ref_734 + operationGroup: *ref_710 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_Update.json responses: '200': @@ -25490,21 +18852,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25516,36 +18878,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1126 + language: *ref_708 + language: *ref_701 + language: *ref_731 '202': body: schema: *ref_99 @@ -25560,21 +18922,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25586,80 +18948,80 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1127 - headers: *ref_1128 - operation: *ref_1129 - operationGroup: *ref_1105 + language: *ref_708 + language: *ref_701 + language: *ref_732 + headers: *ref_733 + operation: *ref_734 + operationGroup: *ref_710 - operationId: Bindings_List examples: - name: Bindings_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1130 - parameter: *ref_557 + language: *ref_735 + parameter: *ref_390 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1131 - parameter: *ref_558 + language: *ref_736 + parameter: *ref_391 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1132 - parameter: *ref_559 - operation: *ref_1135 - operationGroup: *ref_1105 + language: *ref_737 + parameter: *ref_392 + operation: *ref_740 + operationGroup: *ref_710 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Bindings_List.json responses: '200': body: - schema: *ref_560 + schema: *ref_393 parentsValue: {} properties: value: - schema: *ref_251 + schema: *ref_250 elements: - schema: *ref_99 parentsValue: @@ -25673,21 +19035,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -25699,71 +19061,71 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1134 - language: *ref_1133 - operation: *ref_1135 - operationGroup: *ref_1105 + language: *ref_708 + language: *ref_701 + language: *ref_739 + language: *ref_738 + operation: *ref_740 + operationGroup: *ref_710 - operationId: Certificates_Get examples: - name: Certificates_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1136 - parameter: *ref_566 + language: *ref_741 + parameter: *ref_394 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1137 - parameter: *ref_567 + language: *ref_742 + parameter: *ref_395 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1138 - parameter: *ref_568 - operation: *ref_1151 - operationGroup: *ref_1152 + language: *ref_743 + parameter: *ref_396 + operation: *ref_756 + operationGroup: *ref_757 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_Get.json responses: '200': @@ -25780,33 +19142,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1144 + language: *ref_749 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -25814,94 +19176,94 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1142 - language: *ref_1140 - language: *ref_1139 - operation: *ref_1151 - operationGroup: *ref_1152 + language: *ref_747 + language: *ref_745 + language: *ref_744 + operation: *ref_756 + operationGroup: *ref_757 - operationId: Certificates_CreateOrUpdate examples: - name: Certificates_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1153 - parameter: *ref_576 + language: *ref_758 + parameter: *ref_399 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1154 - parameter: *ref_577 + language: *ref_759 + parameter: *ref_400 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1155 - parameter: *ref_578 + language: *ref_760 + parameter: *ref_401 - exampleValue: schema: *ref_100 parentsValue: {} properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1144 + language: *ref_749 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1143 + language: *ref_748 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1142 - language: *ref_1140 - language: *ref_1156 - parameter: *ref_574 - operation: *ref_1160 - operationGroup: *ref_1152 + language: *ref_747 + language: *ref_745 + language: *ref_761 + parameter: *ref_397 + operation: *ref_765 + operationGroup: *ref_757 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_CreateOrUpdate.json responses: '200': @@ -25918,33 +19280,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1144 + language: *ref_749 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -25952,37 +19314,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1142 - language: *ref_1140 - language: *ref_1157 + language: *ref_747 + language: *ref_745 + language: *ref_762 '201': body: schema: *ref_100 @@ -25997,33 +19359,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1144 + language: *ref_749 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -26031,37 +19393,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1142 - language: *ref_1140 - language: *ref_1158 + language: *ref_747 + language: *ref_745 + language: *ref_763 '202': body: schema: *ref_100 @@ -26076,33 +19438,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1144 + language: *ref_749 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -26110,118 +19472,118 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1142 - language: *ref_1140 - language: *ref_1159 - operation: *ref_1160 - operationGroup: *ref_1152 + language: *ref_747 + language: *ref_745 + language: *ref_764 + operation: *ref_765 + operationGroup: *ref_757 - operationId: Certificates_Delete examples: - name: Certificates_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1161 - parameter: *ref_586 + language: *ref_766 + parameter: *ref_402 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1162 - parameter: *ref_587 + language: *ref_767 + parameter: *ref_403 - exampleValue: schema: *ref_1 rawValue: mycertificate - language: *ref_1163 - parameter: *ref_588 - operation: *ref_1164 - operationGroup: *ref_1152 + language: *ref_768 + parameter: *ref_404 + operation: *ref_769 + operationGroup: *ref_757 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1164 - operationGroup: *ref_1152 + operation: *ref_769 + operationGroup: *ref_757 - operationId: Certificates_List examples: - name: Certificates_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1165 - parameter: *ref_594 + language: *ref_770 + parameter: *ref_405 - exampleValue: schema: *ref_1 rawValue: myService - language: *ref_1166 - parameter: *ref_595 - operation: *ref_1170 - operationGroup: *ref_1152 + language: *ref_771 + parameter: *ref_406 + operation: *ref_775 + operationGroup: *ref_757 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Certificates_List.json responses: '200': body: - schema: *ref_596 + schema: *ref_407 parentsValue: {} properties: nextLink: - schema: *ref_159 + schema: *ref_158 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates?$page=2 - language: *ref_1169 + language: *ref_774 value: - schema: *ref_253 + schema: *ref_252 elements: - schema: *ref_100 parentsValue: @@ -26235,33 +19597,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1144 + language: *ref_749 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -26269,77 +19631,77 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1142 - language: *ref_1140 - language: *ref_1168 - language: *ref_1167 - operation: *ref_1170 - operationGroup: *ref_1152 + language: *ref_747 + language: *ref_745 + language: *ref_773 + language: *ref_772 + operation: *ref_775 + operationGroup: *ref_757 - operationId: CustomDomains_Get examples: - name: CustomDomains_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1171 - parameter: *ref_602 + language: *ref_776 + parameter: *ref_408 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1172 - parameter: *ref_603 + language: *ref_777 + parameter: *ref_409 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1173 - parameter: *ref_604 + language: *ref_778 + parameter: *ref_410 - exampleValue: schema: *ref_1 rawValue: mydomain.com - language: *ref_1174 - parameter: *ref_605 - operation: *ref_1180 - operationGroup: *ref_1181 + language: *ref_779 + parameter: *ref_411 + operation: *ref_785 + operationGroup: *ref_786 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Get.json responses: '200': @@ -26356,95 +19718,95 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1175 - operation: *ref_1180 - operationGroup: *ref_1181 + language: *ref_782 + language: *ref_781 + language: *ref_780 + operation: *ref_785 + operationGroup: *ref_786 - operationId: CustomDomains_CreateOrUpdate examples: - name: CustomDomains_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1182 - parameter: *ref_613 + language: *ref_787 + parameter: *ref_414 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1183 - parameter: *ref_614 + language: *ref_788 + parameter: *ref_415 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1184 - parameter: *ref_615 + language: *ref_789 + parameter: *ref_416 - exampleValue: schema: *ref_1 rawValue: mydomain.com - language: *ref_1185 - parameter: *ref_616 + language: *ref_790 + parameter: *ref_417 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1186 - parameter: *ref_611 - operation: *ref_1190 - operationGroup: *ref_1181 + language: *ref_782 + language: *ref_781 + language: *ref_791 + parameter: *ref_412 + operation: *ref_795 + operationGroup: *ref_786 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_CreateOrUpdate.json responses: '200': @@ -26461,37 +19823,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1187 + language: *ref_782 + language: *ref_781 + language: *ref_792 '201': body: schema: *ref_101 @@ -26506,37 +19868,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1188 + language: *ref_782 + language: *ref_781 + language: *ref_793 '202': body: schema: *ref_101 @@ -26551,139 +19913,139 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1189 - operation: *ref_1190 - operationGroup: *ref_1181 + language: *ref_782 + language: *ref_781 + language: *ref_794 + operation: *ref_795 + operationGroup: *ref_786 - operationId: CustomDomains_Delete examples: - name: CustomDomains_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1191 - parameter: *ref_624 + language: *ref_796 + parameter: *ref_418 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1192 - parameter: *ref_625 + language: *ref_797 + parameter: *ref_419 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1193 - parameter: *ref_626 + language: *ref_798 + parameter: *ref_420 - exampleValue: schema: *ref_1 rawValue: mydomain.com - language: *ref_1194 - parameter: *ref_627 - operation: *ref_1195 - operationGroup: *ref_1181 + language: *ref_799 + parameter: *ref_421 + operation: *ref_800 + operationGroup: *ref_786 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1195 - operationGroup: *ref_1181 + operation: *ref_800 + operationGroup: *ref_786 - operationId: CustomDomains_Update examples: - name: CustomDomains_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1196 - parameter: *ref_635 + language: *ref_801 + parameter: *ref_424 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1197 - parameter: *ref_636 + language: *ref_802 + parameter: *ref_425 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1198 - parameter: *ref_637 + language: *ref_803 + parameter: *ref_426 - exampleValue: schema: *ref_1 rawValue: mydomain.com - language: *ref_1199 - parameter: *ref_638 + language: *ref_804 + parameter: *ref_427 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1200 - parameter: *ref_633 - operation: *ref_1204 - operationGroup: *ref_1181 + language: *ref_782 + language: *ref_781 + language: *ref_805 + parameter: *ref_422 + operation: *ref_809 + operationGroup: *ref_786 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_Update.json responses: '200': @@ -26700,37 +20062,37 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1201 + language: *ref_782 + language: *ref_781 + language: *ref_806 '202': body: schema: *ref_101 @@ -26745,85 +20107,85 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1202 - headers: *ref_1203 - operation: *ref_1204 - operationGroup: *ref_1181 + language: *ref_782 + language: *ref_781 + language: *ref_807 + headers: *ref_808 + operation: *ref_809 + operationGroup: *ref_786 - operationId: CustomDomains_List examples: - name: CustomDomains_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1205 - parameter: *ref_646 + language: *ref_810 + parameter: *ref_428 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1206 - parameter: *ref_647 + language: *ref_811 + parameter: *ref_429 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1207 - parameter: *ref_648 - operation: *ref_1211 - operationGroup: *ref_1181 + language: *ref_812 + parameter: *ref_430 + operation: *ref_816 + operationGroup: *ref_786 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/CustomDomains_List.json responses: '200': body: - schema: *ref_649 + schema: *ref_431 parentsValue: {} properties: nextLink: - schema: *ref_166 + schema: *ref_165 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains?$page=2 - language: *ref_1210 + language: *ref_815 value: - schema: *ref_254 + schema: *ref_253 elements: - schema: *ref_101 parentsValue: @@ -26837,77 +20199,77 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1209 - language: *ref_1208 - operation: *ref_1211 - operationGroup: *ref_1181 + language: *ref_782 + language: *ref_781 + language: *ref_814 + language: *ref_813 + operation: *ref_816 + operationGroup: *ref_786 - operationId: Deployments_Get examples: - name: Deployments_Get clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1212 - parameter: *ref_655 + language: *ref_817 + parameter: *ref_432 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1213 - parameter: *ref_656 + language: *ref_818 + parameter: *ref_433 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1214 - parameter: *ref_657 + language: *ref_819 + parameter: *ref_434 - exampleValue: schema: *ref_1 rawValue: mydeployment - language: *ref_1215 - parameter: *ref_658 - operation: *ref_1240 - operationGroup: *ref_1241 + language: *ref_820 + parameter: *ref_435 + operation: *ref_845 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Get.json responses: '200': @@ -26924,250 +20286,250 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1216 - operation: *ref_1240 - operationGroup: *ref_1241 + language: *ref_500 + language: *ref_843 + language: *ref_821 + operation: *ref_845 + operationGroup: *ref_846 - operationId: Deployments_CreateOrUpdate examples: - name: Deployments_CreateOrUpdate clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1242 - parameter: *ref_666 + language: *ref_847 + parameter: *ref_438 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1243 - parameter: *ref_667 + language: *ref_848 + parameter: *ref_439 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1244 - parameter: *ref_668 + language: *ref_849 + parameter: *ref_440 - exampleValue: schema: *ref_1 rawValue: mydeployment - language: *ref_1245 - parameter: *ref_669 + language: *ref_850 + parameter: *ref_441 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1233 + language: *ref_838 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 - language: *ref_1217 + language: *ref_826 + language: *ref_823 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1246 - parameter: *ref_664 - operation: *ref_1250 - operationGroup: *ref_1241 + language: *ref_500 + language: *ref_843 + language: *ref_851 + parameter: *ref_436 + operation: *ref_855 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_CreateOrUpdate.json responses: '200': @@ -27184,130 +20546,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1247 + language: *ref_500 + language: *ref_843 + language: *ref_852 '201': body: schema: *ref_102 @@ -27322,130 +20684,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1248 + language: *ref_500 + language: *ref_843 + language: *ref_853 '202': body: schema: *ref_102 @@ -27460,249 +20822,249 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1249 - operation: *ref_1250 - operationGroup: *ref_1241 + language: *ref_500 + language: *ref_843 + language: *ref_854 + operation: *ref_855 + operationGroup: *ref_846 - operationId: Deployments_Delete examples: - name: Deployments_Delete clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1251 - parameter: *ref_677 + language: *ref_856 + parameter: *ref_442 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1252 - parameter: *ref_678 + language: *ref_857 + parameter: *ref_443 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1253 - parameter: *ref_679 + language: *ref_858 + parameter: *ref_444 - exampleValue: schema: *ref_1 rawValue: mydeployment - language: *ref_1254 - parameter: *ref_680 - operation: *ref_1255 - operationGroup: *ref_1241 + language: *ref_859 + parameter: *ref_445 + operation: *ref_860 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_1255 - operationGroup: *ref_1241 + operation: *ref_860 + operationGroup: *ref_846 - operationId: Deployments_Update examples: - name: Deployments_Update clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1256 - parameter: *ref_688 + language: *ref_861 + parameter: *ref_448 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1257 - parameter: *ref_689 + language: *ref_862 + parameter: *ref_449 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1258 - parameter: *ref_690 + language: *ref_863 + parameter: *ref_450 - exampleValue: schema: *ref_1 rawValue: mydeployment - language: *ref_1259 - parameter: *ref_691 + language: *ref_864 + parameter: *ref_451 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1233 + language: *ref_838 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 - language: *ref_1217 - language: *ref_1260 - parameter: *ref_686 - operation: *ref_1264 - operationGroup: *ref_1241 + language: *ref_826 + language: *ref_823 + language: *ref_822 + language: *ref_865 + parameter: *ref_446 + operation: *ref_869 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Update.json responses: '200': @@ -27719,130 +21081,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1261 + language: *ref_500 + language: *ref_843 + language: *ref_866 '202': body: schema: *ref_102 @@ -27857,174 +21219,174 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1262 - headers: *ref_1263 - operation: *ref_1264 - operationGroup: *ref_1241 + language: *ref_500 + language: *ref_843 + language: *ref_867 + headers: *ref_868 + operation: *ref_869 + operationGroup: *ref_846 - operationId: Deployments_List examples: - name: Deployments_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1265 - parameter: *ref_703 + language: *ref_870 + parameter: *ref_453 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1266 - parameter: *ref_704 + language: *ref_871 + parameter: *ref_454 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1267 - parameter: *ref_705 - operation: *ref_1270 - operationGroup: *ref_1241 + language: *ref_872 + parameter: *ref_455 + operation: *ref_875 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_List.json responses: '200': body: - schema: *ref_706 + schema: *ref_457 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -28038,169 +21400,169 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1269 - language: *ref_1268 - operation: *ref_1270 - operationGroup: *ref_1241 + language: *ref_500 + language: *ref_843 + language: *ref_874 + language: *ref_873 + operation: *ref_875 + operationGroup: *ref_846 - operationId: Deployments_ListForCluster examples: - name: Deployments_ListForCluster clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1271 - parameter: *ref_715 + language: *ref_876 + parameter: *ref_459 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1272 - parameter: *ref_716 - operation: *ref_1274 - operationGroup: *ref_1241 + language: *ref_877 + parameter: *ref_460 + operation: *ref_879 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_ListForCluster.json responses: '200': body: - schema: *ref_706 + schema: *ref_457 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -28214,562 +21576,562 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1269 - language: *ref_1273 - operation: *ref_1274 - operationGroup: *ref_1241 + language: *ref_500 + language: *ref_843 + language: *ref_874 + language: *ref_878 + operation: *ref_879 + operationGroup: *ref_846 - operationId: Deployments_Start examples: - name: Deployments_Start clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1275 - parameter: *ref_721 + language: *ref_880 + parameter: *ref_462 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1276 - parameter: *ref_722 + language: *ref_881 + parameter: *ref_463 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1277 - parameter: *ref_723 + language: *ref_882 + parameter: *ref_464 - exampleValue: schema: *ref_1 rawValue: mydeployment - language: *ref_1278 - parameter: *ref_724 - operation: *ref_1280 - operationGroup: *ref_1241 + language: *ref_883 + parameter: *ref_465 + operation: *ref_885 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Start.json responses: '200': {} '202': - headers: *ref_1279 - operation: *ref_1280 - operationGroup: *ref_1241 + headers: *ref_884 + operation: *ref_885 + operationGroup: *ref_846 - operationId: Deployments_Stop examples: - name: Deployments_Stop clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1281 - parameter: *ref_730 + language: *ref_886 + parameter: *ref_466 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1282 - parameter: *ref_731 + language: *ref_887 + parameter: *ref_467 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1283 - parameter: *ref_732 + language: *ref_888 + parameter: *ref_468 - exampleValue: schema: *ref_1 rawValue: mydeployment - language: *ref_1284 - parameter: *ref_733 - operation: *ref_1286 - operationGroup: *ref_1241 + language: *ref_889 + parameter: *ref_469 + operation: *ref_891 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Stop.json responses: '200': {} '202': - headers: *ref_1285 - operation: *ref_1286 - operationGroup: *ref_1241 + headers: *ref_890 + operation: *ref_891 + operationGroup: *ref_846 - operationId: Deployments_Restart examples: - name: Deployments_Restart clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1287 - parameter: *ref_739 + language: *ref_892 + parameter: *ref_470 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1288 - parameter: *ref_740 + language: *ref_893 + parameter: *ref_471 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1289 - parameter: *ref_741 + language: *ref_894 + parameter: *ref_472 - exampleValue: schema: *ref_1 rawValue: mydeployment - language: *ref_1290 - parameter: *ref_742 - operation: *ref_1292 - operationGroup: *ref_1241 + language: *ref_895 + parameter: *ref_473 + operation: *ref_897 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_Restart.json responses: '200': {} '202': - headers: *ref_1291 - operation: *ref_1292 - operationGroup: *ref_1241 + headers: *ref_896 + operation: *ref_897 + operationGroup: *ref_846 - operationId: Deployments_GetLogFileUrl examples: - name: Deployments_GetLogFileUrl clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_1293 - parameter: *ref_748 + language: *ref_898 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: myservice - language: *ref_1294 - parameter: *ref_749 + language: *ref_899 + parameter: *ref_475 - exampleValue: schema: *ref_1 rawValue: myapp - language: *ref_1295 - parameter: *ref_750 + language: *ref_900 + parameter: *ref_476 - exampleValue: schema: *ref_1 rawValue: mydeployment - language: *ref_1296 - parameter: *ref_751 - operation: *ref_1299 - operationGroup: *ref_1241 + language: *ref_901 + parameter: *ref_477 + operation: *ref_904 + operationGroup: *ref_846 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Deployments_GetLogFileUrl.json responses: '200': body: - schema: *ref_752 + schema: *ref_478 parentsValue: {} properties: url: - schema: *ref_175 + schema: *ref_174 rawValue: >- https://spring.blob.core.windows.net/logs/110ec0c337154d45b1f01daf2196c0bf/b58b0cb4ecdea3c65311b4ca8833fe47b6ae0a7500f87a8eb31e8379d3fe48f1-2019081312-42b7b90c-f108-4c09-b33d-1ea134f57f23?sv=2018-03-28&sr=b&sig=example-signature&se=2019-08-14T09%3A43%3A52Z&sp=r - language: *ref_1298 - language: *ref_1297 + language: *ref_903 + language: *ref_902 '204': {} - operation: *ref_1299 - operationGroup: *ref_1241 + operation: *ref_904 + operationGroup: *ref_846 - operationId: Operations_List examples: - name: Operations_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 methodParameters: [] - operation: *ref_1313 - operationGroup: *ref_1314 + operation: *ref_918 + operationGroup: *ref_919 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Operations_List.json responses: '200': body: - schema: *ref_758 + schema: *ref_479 parentsValue: {} properties: nextLink: - schema: *ref_201 + schema: *ref_200 rawValue: providers/Microsoft.AppPlatform?$skipToken={opaqueString} - language: *ref_1312 + language: *ref_917 value: - schema: *ref_265 + schema: *ref_264 elements: - - schema: *ref_202 + - schema: *ref_201 parentsValue: {} properties: name: - schema: *ref_177 + schema: *ref_176 rawValue: Microsoft.AppPlatform/Spring/read - language: *ref_1302 + language: *ref_907 display: - schema: *ref_203 + schema: *ref_202 parentsValue: {} properties: description: - schema: *ref_182 + schema: *ref_181 rawValue: Create or Update Managed Applications - language: *ref_1308 + language: *ref_913 operation: - schema: *ref_181 + schema: *ref_180 rawValue: Create or Update Managed Applications - language: *ref_1307 + language: *ref_912 provider: - schema: *ref_179 + schema: *ref_178 rawValue: Microsoft Azure Distributed Managed Service for Spring - language: *ref_1305 + language: *ref_910 resource: - schema: *ref_180 + schema: *ref_179 rawValue: Managed Applications - language: *ref_1306 - language: *ref_1304 + language: *ref_911 + language: *ref_909 isDataAction: - schema: *ref_178 + schema: *ref_177 rawValue: false - language: *ref_1303 + language: *ref_908 origin: - schema: *ref_184 + schema: *ref_183 rawValue: user,system - language: *ref_1309 + language: *ref_914 properties: - schema: *ref_204 + schema: *ref_203 parentsValue: {} properties: serviceSpecification: - schema: *ref_205 + schema: *ref_204 rawValue: null - language: *ref_1311 - language: *ref_1310 - language: *ref_1301 - language: *ref_1300 - operation: *ref_1313 - operationGroup: *ref_1314 + language: *ref_916 + language: *ref_915 + language: *ref_906 + language: *ref_905 + operation: *ref_918 + operationGroup: *ref_919 - operationId: RuntimeVersions_ListRuntimeVersions examples: - name: RuntimeVersions_ListRuntimeVersions clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 methodParameters: [] - operation: *ref_1320 - operationGroup: *ref_1321 + operation: *ref_925 + operationGroup: *ref_926 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/RuntimeVersions_ListRuntimeVersions.json responses: '200': body: - schema: *ref_764 + schema: *ref_480 parentsValue: {} properties: value: - schema: *ref_266 + schema: *ref_265 elements: - - schema: *ref_212 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: Java - language: *ref_1318 + language: *ref_923 value: - schema: *ref_209 + schema: *ref_208 rawValue: Java_8 - language: *ref_1317 + language: *ref_922 version: - schema: *ref_211 + schema: *ref_210 rawValue: '8' - language: *ref_1319 - - schema: *ref_212 + language: *ref_924 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: Java - language: *ref_1318 + language: *ref_923 value: - schema: *ref_209 + schema: *ref_208 rawValue: Java_11 - language: *ref_1317 + language: *ref_922 version: - schema: *ref_211 + schema: *ref_210 rawValue: '11' - language: *ref_1319 - - schema: *ref_212 + language: *ref_924 + - schema: *ref_211 parentsValue: {} properties: platform: - schema: *ref_210 + schema: *ref_209 rawValue: .NET Core - language: *ref_1318 + language: *ref_923 value: - schema: *ref_209 + schema: *ref_208 rawValue: NetCore_31 - language: *ref_1317 + language: *ref_922 version: - schema: *ref_211 + schema: *ref_210 rawValue: '3.1' - language: *ref_1319 - language: *ref_1316 - language: *ref_1315 - operation: *ref_1320 - operationGroup: *ref_1321 + language: *ref_924 + language: *ref_921 + language: *ref_920 + operation: *ref_925 + operationGroup: *ref_926 - operationId: Skus_List examples: - name: Skus_List clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: [] - operation: *ref_1338 - operationGroup: *ref_1339 + operation: *ref_943 + operationGroup: *ref_944 originalFile: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2020-11-01-preview/examples/Skus_List.json responses: '200': body: - schema: *ref_770 + schema: *ref_481 parentsValue: {} properties: value: - schema: *ref_277 + schema: *ref_276 elements: - - schema: *ref_232 + - schema: *ref_231 parentsValue: {} properties: name: - schema: *ref_214 + schema: *ref_213 rawValue: B0 - language: *ref_1325 + language: *ref_930 capacity: - schema: *ref_233 + schema: *ref_232 parentsValue: {} properties: default: - schema: *ref_218 + schema: *ref_217 rawValue: 1 - language: *ref_1330 + language: *ref_935 maximum: - schema: *ref_217 + schema: *ref_216 rawValue: 20 - language: *ref_1329 + language: *ref_934 minimum: - schema: *ref_216 + schema: *ref_215 rawValue: 1 - language: *ref_1328 + language: *ref_933 scaleType: - schema: *ref_219 + schema: *ref_218 rawValue: Automatic - language: *ref_1331 - language: *ref_1327 + language: *ref_936 + language: *ref_932 locationInfo: - schema: *ref_272 + schema: *ref_271 elements: - - schema: *ref_234 + - schema: *ref_233 parentsValue: {} properties: location: - schema: *ref_221 + schema: *ref_220 rawValue: eastus - language: *ref_1334 + language: *ref_939 zoneDetails: - schema: *ref_271 + schema: *ref_270 elements: [] - language: *ref_1336 + language: *ref_941 zones: - schema: *ref_268 + schema: *ref_267 elements: [] - language: *ref_1335 - language: *ref_1333 + language: *ref_940 + language: *ref_938 locations: - schema: *ref_267 + schema: *ref_266 elements: - - schema: *ref_220 + - schema: *ref_219 rawValue: eastus - language: *ref_1332 + language: *ref_937 resourceType: - schema: *ref_213 + schema: *ref_212 rawValue: Spring - language: *ref_1324 + language: *ref_929 restrictions: - schema: *ref_276 + schema: *ref_275 elements: [] - language: *ref_1337 + language: *ref_942 tier: - schema: *ref_215 + schema: *ref_214 rawValue: Basic - language: *ref_1326 - language: *ref_1323 - language: *ref_1322 - operation: *ref_1338 - operationGroup: *ref_1339 + language: *ref_931 + language: *ref_928 + language: *ref_927 + operation: *ref_943 + operationGroup: *ref_944 scenarioTests: - - &ref_1376 + - &ref_981 _filePath: Microsoft.AppPlatform\preview\2020-11-01-preview\scenarios\Spring.yaml _swaggerFilePaths: - Microsoft.AppPlatform/preview/2020-11-01-preview/appplatform.json @@ -28973,7 +22335,7 @@ testModel: userAssignedIdentity: '' scenarios: - description: Microsoft.AppPlatform/Spring - _scenarioDef: *ref_1376 + _scenarioDef: *ref_981 requiredVariables: - customDomainName - mysqlKey @@ -29005,57 +22367,57 @@ testModel: name: ../examples/Services_CheckNameAvailability.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(location) - language: *ref_950 - parameter: *ref_353 + language: *ref_555 + parameter: *ref_310 - exampleValue: - schema: *ref_350 + schema: *ref_307 parentsValue: {} properties: name: - schema: *ref_161 + schema: *ref_160 rawValue: $(serviceName) - language: *ref_953 + language: *ref_558 type: - schema: *ref_160 + schema: *ref_159 rawValue: Microsoft.AppPlatform/Spring - language: *ref_952 - language: *ref_951 - parameter: *ref_351 - operation: *ref_958 - operationGroup: *ref_904 + language: *ref_557 + language: *ref_556 + parameter: *ref_308 + operation: *ref_563 + operationGroup: *ref_509 originalFile: '' responses: '200': body: - schema: *ref_354 + schema: *ref_311 parentsValue: {} properties: message: - schema: *ref_164 + schema: *ref_163 rawValue: The name is already used. - language: *ref_957 + language: *ref_562 nameAvailable: - schema: *ref_162 + schema: *ref_161 rawValue: false - language: *ref_955 + language: *ref_560 reason: - schema: *ref_163 + schema: *ref_162 rawValue: AlreadyExists - language: *ref_956 - language: *ref_954 + language: *ref_561 + language: *ref_559 outputVariables: {} outputVariablesModel: {} parameters: @@ -29084,26 +22446,26 @@ testModel: name: ../examples/Services_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_905 - parameter: *ref_293 + language: *ref_510 + parameter: *ref_287 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_906 - parameter: *ref_294 + language: *ref_511 + parameter: *ref_288 - exampleValue: schema: *ref_3 parentsValue: @@ -29114,38 +22476,38 @@ testModel: location: schema: *ref_106 rawValue: $(location) - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_882 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_907 - parameter: *ref_291 - operation: *ref_911 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_512 + parameter: *ref_285 + operation: *ref_516 + operationGroup: *ref_509 originalFile: '' responses: '200': @@ -29162,148 +22524,148 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_908 + language: *ref_500 + language: *ref_498 + language: *ref_513 '201': body: schema: *ref_3 @@ -29318,148 +22680,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Creating - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_909 + language: *ref_500 + language: *ref_498 + language: *ref_514 '202': body: schema: *ref_3 @@ -29474,148 +22836,148 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_910 + language: *ref_500 + language: *ref_498 + language: *ref_515 outputVariables: {} outputVariablesModel: {} parameters: @@ -29759,28 +23121,28 @@ testModel: name: ../examples/Services_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_879 - parameter: *ref_283 + language: *ref_484 + parameter: *ref_282 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_880 - parameter: *ref_284 - operation: *ref_903 - operationGroup: *ref_904 + language: *ref_485 + parameter: *ref_283 + operation: *ref_508 + operationGroup: *ref_509 originalFile: '' responses: '200': @@ -29797,148 +23159,148 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_881 + language: *ref_500 + language: *ref_498 + language: *ref_486 outputVariables: {} outputVariablesModel: {} parameters: @@ -29998,26 +23360,26 @@ testModel: name: ../examples/Services_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_921 - parameter: *ref_311 + language: *ref_526 + parameter: *ref_293 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_922 - parameter: *ref_312 + language: *ref_527 + parameter: *ref_294 - exampleValue: schema: *ref_3 parentsValue: @@ -30028,7 +23390,7 @@ testModel: location: schema: *ref_106 rawValue: $(location) - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: @@ -30038,31 +23400,31 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: {} - language: *ref_882 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_923 - parameter: *ref_309 - operation: *ref_927 - operationGroup: *ref_904 + language: *ref_500 + language: *ref_498 + language: *ref_528 + parameter: *ref_291 + operation: *ref_532 + operationGroup: *ref_509 originalFile: '' responses: '200': @@ -30079,21 +23441,21 @@ testModel: name: schema: *ref_104 rawValue: $(serviceName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: @@ -30103,127 +23465,127 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_924 + language: *ref_500 + language: *ref_498 + language: *ref_529 '202': body: schema: *ref_3 @@ -30238,21 +23600,21 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: @@ -30262,128 +23624,128 @@ testModel: hello: schema: *ref_1 rawValue: world - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Updating - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_925 - headers: &ref_1340 + language: *ref_500 + language: *ref_498 + language: *ref_530 + headers: &ref_945 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -30488,7 +23850,7 @@ testModel: tags: created-by: api-test hello: world - headers: *ref_1340 + headers: *ref_945 - type: restCall operationId: Services_DisableTestEndpoint description: Services_DisableTestEndpoint @@ -30497,34 +23859,34 @@ testModel: name: ../examples/Services_DisableTestEndpoint.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_943 - parameter: *ref_338 + language: *ref_548 + parameter: *ref_303 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_944 - parameter: *ref_339 - operation: *ref_945 - operationGroup: *ref_904 + language: *ref_549 + parameter: *ref_304 + operation: *ref_550 + operationGroup: *ref_509 originalFile: '' responses: '200': body: - rawValue: &ref_1342 {} - language: *ref_1341 + rawValue: &ref_947 {} + language: *ref_946 outputVariables: {} outputVariablesModel: {} parameters: @@ -30539,7 +23901,7 @@ testModel: variables: {} responses: '200': - body: *ref_1342 + body: *ref_947 - type: restCall operationId: Services_EnableTestEndpoint description: Services_EnableTestEndpoint @@ -30548,56 +23910,56 @@ testModel: name: ../examples/Services_EnableTestEndpoint.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_946 - parameter: *ref_343 + language: *ref_551 + parameter: *ref_305 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_947 - parameter: *ref_344 - operation: *ref_949 - operationGroup: *ref_904 + language: *ref_552 + parameter: *ref_306 + operation: *ref_554 + operationGroup: *ref_509 originalFile: '' responses: '200': body: - schema: *ref_322 + schema: *ref_297 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_935 + language: *ref_540 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_931 + language: *ref_536 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_933 + language: *ref_538 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_932 + language: *ref_537 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_934 - language: *ref_948 + language: *ref_539 + language: *ref_553 outputVariables: {} outputVariablesModel: {} parameters: @@ -30626,66 +23988,66 @@ testModel: name: ../examples/Services_RegenerateTestKey.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_937 - parameter: *ref_331 + language: *ref_542 + parameter: *ref_301 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_938 - parameter: *ref_332 + language: *ref_543 + parameter: *ref_302 - exampleValue: - schema: *ref_328 + schema: *ref_298 parentsValue: {} properties: keyType: - schema: *ref_137 + schema: *ref_136 rawValue: Primary - language: *ref_940 - language: *ref_939 - parameter: *ref_329 - operation: *ref_942 - operationGroup: *ref_904 + language: *ref_545 + language: *ref_544 + parameter: *ref_299 + operation: *ref_547 + operationGroup: *ref_509 originalFile: '' responses: '200': body: - schema: *ref_322 + schema: *ref_297 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_935 + language: *ref_540 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_931 + language: *ref_536 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_933 + language: *ref_538 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_932 + language: *ref_537 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_934 - language: *ref_941 + language: *ref_539 + language: *ref_546 outputVariables: {} outputVariablesModel: {} parameters: @@ -30716,56 +24078,56 @@ testModel: name: ../examples/Services_ListTestKeys.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_928 - parameter: *ref_320 + language: *ref_533 + parameter: *ref_295 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_929 - parameter: *ref_321 - operation: *ref_936 - operationGroup: *ref_904 + language: *ref_534 + parameter: *ref_296 + operation: *ref_541 + operationGroup: *ref_509 originalFile: '' responses: '200': body: - schema: *ref_322 + schema: *ref_297 parentsValue: {} properties: enabled: - schema: *ref_136 + schema: *ref_135 rawValue: true - language: *ref_935 + language: *ref_540 primaryKey: - schema: *ref_132 + schema: *ref_131 rawValue: - language: *ref_931 + language: *ref_536 primaryTestEndpoint: - schema: *ref_134 + schema: *ref_133 rawValue: - language: *ref_933 + language: *ref_538 secondaryKey: - schema: *ref_133 + schema: *ref_132 rawValue: - language: *ref_932 + language: *ref_537 secondaryTestEndpoint: - schema: *ref_135 + schema: *ref_134 rawValue: - language: *ref_934 - language: *ref_930 + language: *ref_539 + language: *ref_535 outputVariables: {} outputVariablesModel: {} parameters: @@ -30794,52 +24156,52 @@ testModel: name: ../examples/Certificates_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1153 - parameter: *ref_576 + language: *ref_758 + parameter: *ref_399 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1154 - parameter: *ref_577 + language: *ref_759 + parameter: *ref_400 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1155 - parameter: *ref_578 + language: *ref_760 + parameter: *ref_401 - exampleValue: schema: *ref_100 parentsValue: {} properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1143 + language: *ref_748 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1142 - language: *ref_1140 - language: *ref_1156 - parameter: *ref_574 - operation: *ref_1160 - operationGroup: *ref_1152 + language: *ref_747 + language: *ref_745 + language: *ref_761 + parameter: *ref_397 + operation: *ref_765 + operationGroup: *ref_757 originalFile: '' responses: '200': @@ -30856,29 +24218,29 @@ testModel: name: schema: *ref_104 rawValue: $(certificateName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/$(certificateName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -30886,37 +24248,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1142 - language: *ref_1140 - language: *ref_1157 + language: *ref_747 + language: *ref_745 + language: *ref_762 '201': body: schema: *ref_100 @@ -30931,29 +24293,29 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -30961,37 +24323,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1142 - language: *ref_1140 - language: *ref_1158 + language: *ref_747 + language: *ref_745 + language: *ref_763 '202': body: schema: *ref_100 @@ -31006,29 +24368,29 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/certificates/mycertificate - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -31036,37 +24398,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: pfx-cert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://integration-test-prod.vault.azure.net/ - language: *ref_1142 - language: *ref_1140 - language: *ref_1159 + language: *ref_747 + language: *ref_745 + language: *ref_764 outputVariables: {} outputVariablesModel: {} parameters: @@ -31150,33 +24512,33 @@ testModel: name: ../examples/Certificates_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1136 - parameter: *ref_566 + language: *ref_741 + parameter: *ref_394 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1137 - parameter: *ref_567 + language: *ref_742 + parameter: *ref_395 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1138 - parameter: *ref_568 - operation: *ref_1151 - operationGroup: *ref_1152 + language: *ref_743 + parameter: *ref_396 + operation: *ref_756 + operationGroup: *ref_757 originalFile: '' responses: '200': @@ -31193,33 +24555,33 @@ testModel: name: schema: *ref_104 rawValue: $(certificateName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/$(certificateName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1144 + language: *ref_749 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -31227,37 +24589,37 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1142 - language: *ref_1140 - language: *ref_1139 + language: *ref_747 + language: *ref_745 + language: *ref_744 outputVariables: {} outputVariablesModel: {} parameters: @@ -31302,41 +24664,41 @@ testModel: name: ../examples/Certificates_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1165 - parameter: *ref_594 + language: *ref_770 + parameter: *ref_405 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1166 - parameter: *ref_595 - operation: *ref_1170 - operationGroup: *ref_1152 + language: *ref_771 + parameter: *ref_406 + operation: *ref_775 + operationGroup: *ref_757 originalFile: '' responses: '200': body: - schema: *ref_596 + schema: *ref_407 parentsValue: {} properties: nextLink: - schema: *ref_159 + schema: *ref_158 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates?$page=2 - language: *ref_1169 + language: *ref_774 value: - schema: *ref_253 + schema: *ref_252 elements: - schema: *ref_100 parentsValue: @@ -31350,33 +24712,33 @@ testModel: name: schema: *ref_104 rawValue: mycertificate - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/certificates - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/certificates/mycertificate - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_158 + schema: *ref_157 parentsValue: {} properties: activateDate: schema: *ref_67 rawValue: '2019-02-22T07:40:42Z' - language: *ref_1148 + language: *ref_753 certVersion: schema: *ref_63 rawValue: 08a219d06d874795a96db47e06fbb01e - language: *ref_1144 + language: *ref_749 dnsNames: - schema: *ref_252 + schema: *ref_251 elements: - schema: *ref_69 rawValue: mydomain.com @@ -31384,38 +24746,38 @@ testModel: rawValue: mydomain.net - schema: *ref_69 rawValue: mydomain.io - language: *ref_1150 + language: *ref_755 expirationDate: schema: *ref_66 rawValue: '2019-02-21T07:40:42Z' - language: *ref_1147 + language: *ref_752 issuedDate: schema: *ref_65 rawValue: '2019-02-20T07:40:42Z' - language: *ref_1146 + language: *ref_751 issuer: schema: *ref_64 rawValue: mydomain.com - language: *ref_1145 + language: *ref_750 keyVaultCertName: schema: *ref_62 rawValue: mycert - language: *ref_1143 + language: *ref_748 subjectName: schema: *ref_68 rawValue: mysubjectname - language: *ref_1149 + language: *ref_754 thumbprint: schema: *ref_60 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1141 + language: *ref_746 vaultUri: schema: *ref_61 rawValue: https://myvault.vault.azure.net - language: *ref_1142 - language: *ref_1140 - language: *ref_1168 - language: *ref_1167 + language: *ref_747 + language: *ref_745 + language: *ref_773 + language: *ref_772 outputVariables: {} outputVariablesModel: {} parameters: @@ -31458,72 +24820,72 @@ testModel: name: ../examples/ConfigServers_Validate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_991 - parameter: *ref_403 + language: *ref_596 + parameter: *ref_326 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_992 - parameter: *ref_404 + language: *ref_597 + parameter: *ref_327 - exampleValue: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_972 - language: *ref_971 - language: *ref_993 - parameter: *ref_401 - operation: *ref_998 - operationGroup: *ref_977 + language: *ref_577 + language: *ref_576 + language: *ref_598 + parameter: *ref_324 + operation: *ref_603 + operationGroup: *ref_582 originalFile: '' responses: '200': body: - schema: *ref_405 + schema: *ref_328 parentsValue: {} properties: isValid: - schema: *ref_142 + schema: *ref_141 rawValue: true - language: *ref_995 - language: *ref_994 + language: *ref_600 + language: *ref_599 '202': body: - schema: *ref_405 + schema: *ref_328 parentsValue: {} properties: {} - language: *ref_996 - headers: &ref_1343 + language: *ref_601 + headers: &ref_948 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -31552,7 +24914,7 @@ testModel: isValid: true '202': body: {} - headers: *ref_1343 + headers: *ref_948 - type: restCall operationId: ConfigServers_UpdatePut description: ConfigServers_UpdatePut @@ -31561,63 +24923,63 @@ testModel: name: ../examples/ConfigServers_UpdatePut.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_978 - parameter: *ref_381 + language: *ref_583 + parameter: *ref_318 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_979 - parameter: *ref_382 + language: *ref_584 + parameter: *ref_319 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_972 - language: *ref_971 - language: *ref_970 - language: *ref_968 - language: *ref_980 - parameter: *ref_379 - operation: *ref_983 - operationGroup: *ref_977 + language: *ref_577 + language: *ref_576 + language: *ref_575 + language: *ref_573 + language: *ref_585 + parameter: *ref_316 + operation: *ref_588 + operationGroup: *ref_582 originalFile: '' responses: '200': @@ -31634,53 +24996,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_969 - language: *ref_968 - language: *ref_981 + language: *ref_574 + language: *ref_573 + language: *ref_586 '202': body: schema: *ref_96 @@ -31695,53 +25057,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/VSChina/asc-config-server-test-public.git - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_969 - language: *ref_968 - language: *ref_982 + language: *ref_574 + language: *ref_573 + language: *ref_587 outputVariables: {} outputVariablesModel: {} parameters: @@ -31797,53 +25159,53 @@ testModel: name: ../examples/ConfigServers_UpdatePatch.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_984 - parameter: *ref_392 + language: *ref_589 + parameter: *ref_322 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_985 - parameter: *ref_393 + language: *ref_590 + parameter: *ref_323 - exampleValue: schema: *ref_96 parentsValue: {} properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_972 - language: *ref_971 - language: *ref_970 - language: *ref_968 - language: *ref_986 - parameter: *ref_390 - operation: *ref_990 - operationGroup: *ref_977 + language: *ref_577 + language: *ref_576 + language: *ref_575 + language: *ref_573 + language: *ref_591 + parameter: *ref_320 + operation: *ref_595 + operationGroup: *ref_582 originalFile: '' responses: '200': @@ -31860,43 +25222,43 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_969 - language: *ref_968 - language: *ref_987 + language: *ref_574 + language: *ref_573 + language: *ref_592 '202': body: schema: *ref_96 @@ -31911,44 +25273,44 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: uri: schema: *ref_21 rawValue: https://github.com/azure-samples/spring-petclinic-microservices-config - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Updating - language: *ref_969 - language: *ref_968 - language: *ref_988 - headers: &ref_1344 + language: *ref_574 + language: *ref_573 + language: *ref_593 + headers: &ref_949 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -31991,7 +25353,7 @@ testModel: gitProperty: uri: https://github.com/azure-samples/spring-petclinic-microservices-config provisioningState: Updating - headers: *ref_1344 + headers: *ref_949 - type: restCall operationId: ConfigServers_Get description: ConfigServers_Get @@ -32000,28 +25362,28 @@ testModel: name: ../examples/ConfigServers_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_965 - parameter: *ref_372 + language: *ref_570 + parameter: *ref_314 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_966 - parameter: *ref_373 - operation: *ref_976 - operationGroup: *ref_977 + language: *ref_571 + parameter: *ref_315 + operation: *ref_581 + operationGroup: *ref_582 originalFile: '' responses: '200': @@ -32038,53 +25400,53 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/configServers - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/configServers/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_138 + schema: *ref_137 parentsValue: {} properties: configServer: - schema: *ref_139 + schema: *ref_138 parentsValue: {} properties: gitProperty: - schema: *ref_140 + schema: *ref_139 parentsValue: {} properties: label: schema: *ref_22 rawValue: master - language: *ref_973 + language: *ref_578 searchPaths: - schema: *ref_247 + schema: *ref_246 elements: - schema: *ref_23 rawValue: / - language: *ref_974 + language: *ref_579 uri: schema: *ref_21 rawValue: https://github.com/fake-user/fake-repository.git - language: *ref_972 - language: *ref_971 - language: *ref_970 + language: *ref_577 + language: *ref_576 + language: *ref_575 provisioningState: schema: *ref_7 rawValue: Succeeded - language: *ref_969 - language: *ref_968 - language: *ref_967 + language: *ref_574 + language: *ref_573 + language: *ref_572 outputVariables: {} outputVariablesModel: {} parameters: @@ -32119,51 +25481,51 @@ testModel: name: ../examples/MonitoringSettings_UpdatePut.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1011 - parameter: *ref_422 + language: *ref_616 + parameter: *ref_333 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1012 - parameter: *ref_423 + language: *ref_617 + parameter: *ref_334 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_1006 + language: *ref_611 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1013 - parameter: *ref_420 - operation: *ref_1016 - operationGroup: *ref_1010 + language: *ref_609 + language: *ref_607 + language: *ref_618 + parameter: *ref_331 + operation: *ref_621 + operationGroup: *ref_615 originalFile: '' responses: '200': @@ -32180,50 +25542,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1014 + language: *ref_609 + language: *ref_607 + language: *ref_619 '202': body: schema: *ref_97 @@ -32238,50 +25600,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(insightsInstrumentationKey) - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 50 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1015 + language: *ref_609 + language: *ref_607 + language: *ref_620 outputVariables: {} outputVariablesModel: {} parameters: @@ -32332,28 +25694,28 @@ testModel: name: ../examples/MonitoringSettings_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_999 - parameter: *ref_413 + language: *ref_604 + parameter: *ref_329 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1000 - parameter: *ref_414 - operation: *ref_1009 - operationGroup: *ref_1010 + language: *ref_605 + parameter: *ref_330 + operation: *ref_614 + operationGroup: *ref_615 originalFile: '' responses: '200': @@ -32370,50 +25732,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 10 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1001 + language: *ref_609 + language: *ref_607 + language: *ref_606 outputVariables: {} outputVariablesModel: {} parameters: @@ -32447,51 +25809,51 @@ testModel: name: ../examples/MonitoringSettings_UpdatePatch.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1017 - parameter: *ref_433 + language: *ref_622 + parameter: *ref_337 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1018 - parameter: *ref_434 + language: *ref_623 + parameter: *ref_338 - exampleValue: schema: *ref_97 parentsValue: {} properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_1006 + language: *ref_611 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1019 - parameter: *ref_431 - operation: *ref_1023 - operationGroup: *ref_1010 + language: *ref_609 + language: *ref_607 + language: *ref_624 + parameter: *ref_335 + operation: *ref_628 + operationGroup: *ref_615 originalFile: '' responses: '200': @@ -32508,50 +25870,50 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: $(subscriptionId) - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Succeeded - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1020 + language: *ref_609 + language: *ref_607 + language: *ref_625 '202': body: schema: *ref_97 @@ -32566,51 +25928,51 @@ testModel: name: schema: *ref_104 rawValue: default - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/monitoringSettings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/monitoringSettings/default - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_147 + schema: *ref_146 parentsValue: {} properties: appInsightsAgentVersions: - schema: *ref_148 + schema: *ref_147 parentsValue: {} properties: java: schema: *ref_34 rawValue: 3.0.0 - language: *ref_1008 - language: *ref_1007 + language: *ref_613 + language: *ref_612 appInsightsInstrumentationKey: schema: *ref_32 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_1005 + language: *ref_610 appInsightsSamplingRate: schema: *ref_33 rawValue: 100 - language: *ref_1006 + language: *ref_611 provisioningState: schema: *ref_29 rawValue: Updating - language: *ref_1003 + language: *ref_608 traceEnabled: schema: *ref_31 rawValue: true - language: *ref_1004 - language: *ref_1002 - language: *ref_1021 - headers: &ref_1345 + language: *ref_609 + language: *ref_607 + language: *ref_626 + headers: &ref_950 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -32657,7 +26019,7 @@ testModel: appInsightsSamplingRate: 100 provisioningState: Updating traceEnabled: true - headers: *ref_1345 + headers: *ref_950 - type: restCall operationId: Apps_CreateOrUpdate description: Apps_CreateOrUpdate @@ -32666,72 +26028,72 @@ testModel: name: ../examples/Apps_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1050 - parameter: *ref_454 + language: *ref_655 + parameter: *ref_345 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1051 - parameter: *ref_455 + language: *ref_656 + parameter: *ref_346 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1052 - parameter: *ref_456 + language: *ref_657 + parameter: *ref_347 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 rawValue: null - language: *ref_1043 + language: *ref_648 location: schema: *ref_51 rawValue: $(location) - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 public: schema: *ref_35 rawValue: false - language: *ref_1029 - language: *ref_1028 - language: *ref_1053 - parameter: *ref_452 - operation: *ref_1057 - operationGroup: *ref_1049 + language: *ref_634 + language: *ref_633 + language: *ref_658 + parameter: *ref_343 + operation: *ref_662 + operationGroup: *ref_654 originalFile: '' responses: '200': @@ -32748,74 +26110,74 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: false - language: *ref_1029 + language: *ref_634 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1054 + language: *ref_635 + language: *ref_633 + language: *ref_659 '201': body: schema: *ref_98 @@ -32830,74 +26192,74 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 provisioningState: schema: *ref_37 rawValue: Creating - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: false - language: *ref_1029 + language: *ref_634 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1055 + language: *ref_635 + language: *ref_633 + language: *ref_660 '202': body: schema: *ref_98 @@ -32912,74 +26274,74 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: false - language: *ref_1029 + language: *ref_634 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1056 + language: *ref_635 + language: *ref_633 + language: *ref_661 outputVariables: {} outputVariablesModel: {} parameters: @@ -33065,33 +26427,33 @@ testModel: name: ../examples/Apps_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1024 - parameter: *ref_445 + language: *ref_629 + parameter: *ref_339 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1025 - parameter: *ref_446 + language: *ref_630 + parameter: *ref_340 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1026 - parameter: *ref_447 - operation: *ref_1048 - operationGroup: *ref_1049 + language: *ref_631 + parameter: *ref_341 + operation: *ref_653 + operationGroup: *ref_654 originalFile: '' responses: '200': @@ -33108,104 +26470,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1027 + language: *ref_635 + language: *ref_633 + language: *ref_632 outputVariables: {} outputVariablesModel: {} parameters: @@ -33253,119 +26615,119 @@ testModel: name: ../examples/Deployments_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1242 - parameter: *ref_666 + language: *ref_847 + parameter: *ref_438 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1243 - parameter: *ref_667 + language: *ref_848 + parameter: *ref_439 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1244 - parameter: *ref_668 + language: *ref_849 + parameter: *ref_440 - exampleValue: schema: *ref_1 rawValue: $(deploymentName) - language: *ref_1245 - parameter: *ref_669 + language: *ref_850 + parameter: *ref_441 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1233 + language: *ref_838 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 - language: *ref_1217 + language: *ref_826 + language: *ref_823 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1246 - parameter: *ref_664 - operation: *ref_1250 - operationGroup: *ref_1241 + language: *ref_500 + language: *ref_843 + language: *ref_851 + parameter: *ref_436 + operation: *ref_855 + operationGroup: *ref_846 originalFile: '' responses: '200': @@ -33382,130 +26744,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1247 + language: *ref_500 + language: *ref_843 + language: *ref_852 '201': body: schema: *ref_102 @@ -33520,130 +26882,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1248 + language: *ref_500 + language: *ref_843 + language: *ref_853 '202': body: schema: *ref_102 @@ -33658,130 +27020,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1249 + language: *ref_500 + language: *ref_843 + language: *ref_854 outputVariables: {} outputVariablesModel: {} parameters: @@ -33920,38 +27282,38 @@ testModel: name: ../examples/Deployments_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1212 - parameter: *ref_655 + language: *ref_817 + parameter: *ref_432 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1213 - parameter: *ref_656 + language: *ref_818 + parameter: *ref_433 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1214 - parameter: *ref_657 + language: *ref_819 + parameter: *ref_434 - exampleValue: schema: *ref_1 rawValue: $(deploymentName) - language: *ref_1215 - parameter: *ref_658 - operation: *ref_1240 - operationGroup: *ref_1241 + language: *ref_820 + parameter: *ref_435 + operation: *ref_845 + operationGroup: *ref_846 originalFile: '' responses: '200': @@ -33968,130 +27330,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1216 + language: *ref_500 + language: *ref_843 + language: *ref_821 outputVariables: {} outputVariablesModel: {} parameters: @@ -34149,111 +27511,111 @@ testModel: name: ../examples/Apps_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1062 - parameter: *ref_474 + language: *ref_667 + parameter: *ref_353 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1063 - parameter: *ref_475 + language: *ref_668 + parameter: *ref_354 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1064 - parameter: *ref_476 + language: *ref_669 + parameter: *ref_355 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: null - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: null - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: $(location) - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 - language: *ref_1038 + language: *ref_644 + language: *ref_643 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 - language: *ref_1028 - language: *ref_1065 - parameter: *ref_472 - operation: *ref_1069 - operationGroup: *ref_1049 + language: *ref_641 + language: *ref_640 + language: *ref_633 + language: *ref_670 + parameter: *ref_351 + operation: *ref_674 + operationGroup: *ref_654 originalFile: '' responses: '200': @@ -34270,104 +27632,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1066 + language: *ref_635 + language: *ref_633 + language: *ref_671 '202': body: schema: *ref_98 @@ -34382,105 +27744,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: default - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1067 - headers: &ref_1346 + language: *ref_635 + language: *ref_633 + language: *ref_672 + headers: &ref_951 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -34567,7 +27929,7 @@ testModel: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: *ref_1346 + headers: *ref_951 - type: restCall operationId: Apps_Update description: Apps_Update @@ -34576,111 +27938,111 @@ testModel: name: ../examples/Apps_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1062 - parameter: *ref_474 + language: *ref_667 + parameter: *ref_353 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1063 - parameter: *ref_475 + language: *ref_668 + parameter: *ref_354 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1064 - parameter: *ref_476 + language: *ref_669 + parameter: *ref_355 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: null - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: null - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: $(location) - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_1039 - language: *ref_1038 + language: *ref_644 + language: *ref_643 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_1036 - language: *ref_1035 - language: *ref_1028 - language: *ref_1065 - parameter: *ref_472 - operation: *ref_1069 - operationGroup: *ref_1049 + language: *ref_641 + language: *ref_640 + language: *ref_633 + language: *ref_670 + parameter: *ref_351 + operation: *ref_674 + operationGroup: *ref_654 originalFile: '' responses: '200': @@ -34697,104 +28059,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1066 + language: *ref_635 + language: *ref_633 + language: *ref_671 '202': body: schema: *ref_98 @@ -34809,105 +28171,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /data - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 10 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /tmpdisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 3 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1067 - headers: &ref_1347 + language: *ref_635 + language: *ref_633 + language: *ref_672 + headers: &ref_952 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -34994,7 +28356,7 @@ testModel: mountPath: /tmpdisk sizeInGB: 3 url: myapp.myservice.azuremicroservices.io - headers: *ref_1347 + headers: *ref_952 - type: restCall operationId: Apps_List description: Apps_List @@ -35003,37 +28365,37 @@ testModel: name: ../examples/Apps_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1070 - parameter: *ref_484 + language: *ref_675 + parameter: *ref_356 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1071 - parameter: *ref_485 - operation: *ref_1074 - operationGroup: *ref_1049 + language: *ref_676 + parameter: *ref_357 + operation: *ref_679 + operationGroup: *ref_654 originalFile: '' responses: '200': body: - schema: *ref_486 + schema: *ref_358 parentsValue: {} properties: value: - schema: *ref_250 + schema: *ref_249 elements: - schema: *ref_98 parentsValue: @@ -35047,105 +28409,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: mydeployment1 - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.$(serviceName).azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1073 - language: *ref_1072 + language: *ref_635 + language: *ref_633 + language: *ref_678 + language: *ref_677 outputVariables: {} outputVariablesModel: {} parameters: @@ -35193,42 +28555,42 @@ testModel: name: ../examples/Bindings_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1106 - parameter: *ref_524 + language: *ref_711 + parameter: *ref_376 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1107 - parameter: *ref_525 + language: *ref_712 + parameter: *ref_377 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1108 - parameter: *ref_526 + language: *ref_713 + parameter: *ref_378 - exampleValue: schema: *ref_1 rawValue: $(bindingName) - language: *ref_1109 - parameter: *ref_527 + language: *ref_714 + parameter: *ref_379 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35240,32 +28602,32 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: null - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1111 + language: *ref_716 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_1099 + language: *ref_704 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1103 - language: *ref_1096 - language: *ref_1110 - parameter: *ref_522 - operation: *ref_1115 - operationGroup: *ref_1105 + language: *ref_708 + language: *ref_701 + language: *ref_715 + parameter: *ref_374 + operation: *ref_720 + operationGroup: *ref_710 originalFile: '' responses: '200': @@ -35282,21 +28644,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35308,40 +28670,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1111 + language: *ref_716 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1112 + language: *ref_708 + language: *ref_701 + language: *ref_717 '201': body: schema: *ref_99 @@ -35356,21 +28718,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35382,40 +28744,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1111 + language: *ref_716 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1113 + language: *ref_708 + language: *ref_701 + language: *ref_718 '202': body: schema: *ref_99 @@ -35430,21 +28792,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35456,40 +28818,40 @@ testModel: username: schema: *ref_2 rawValue: $(mysqlKey) - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1111 + language: *ref_716 resourceId: schema: *ref_54 rawValue: /subscriptions/b46590cb-a111-4b84-935f-c305aaf1f424/resourceGroups/mary-west/providers/Microsoft.DBforMySQL/servers/fake-sql - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1114 + language: *ref_708 + language: *ref_701 + language: *ref_719 outputVariables: {} outputVariablesModel: {} parameters: @@ -35583,42 +28945,42 @@ testModel: name: ../examples/Bindings_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1121 - parameter: *ref_546 + language: *ref_726 + parameter: *ref_386 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1122 - parameter: *ref_547 + language: *ref_727 + parameter: *ref_387 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1123 - parameter: *ref_548 + language: *ref_728 + parameter: *ref_388 - exampleValue: schema: *ref_1 rawValue: $(bindingName) - language: *ref_1124 - parameter: *ref_549 + language: *ref_729 + parameter: *ref_389 - exampleValue: schema: *ref_99 parentsValue: {} properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35626,31 +28988,31 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1348 + rawValue: &ref_953 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: null - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: null - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1111 + language: *ref_716 updatedAt: schema: *ref_59 rawValue: null - language: *ref_1103 - language: *ref_1096 - language: *ref_1125 - parameter: *ref_544 - operation: *ref_1129 - operationGroup: *ref_1105 + language: *ref_708 + language: *ref_701 + language: *ref_730 + parameter: *ref_384 + operation: *ref_734 + operationGroup: *ref_710 originalFile: '' responses: '200': @@ -35667,21 +29029,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35689,43 +29051,43 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1349 + rawValue: &ref_954 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1111 + language: *ref_716 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1126 + language: *ref_708 + language: *ref_701 + language: *ref_731 '202': body: schema: *ref_99 @@ -35740,21 +29102,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35762,44 +29124,44 @@ testModel: properties: anotherLayer: schema: *ref_2 - rawValue: &ref_1350 + rawValue: &ref_955 databaseName: mysqldb2 username: $(mysqlKey) - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 key: schema: *ref_55 rawValue: $(mysqlKey) - language: *ref_1111 + language: *ref_716 resourceId: schema: *ref_54 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1127 - headers: &ref_1351 + language: *ref_708 + language: *ref_701 + language: *ref_732 + headers: &ref_956 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -35813,7 +29175,7 @@ testModel: bindingResource: properties: bindingParameters: - anotherLayer: *ref_1348 + anotherLayer: *ref_953 createdAt: null generatedProperties: null key: $(mysqlKey) @@ -35837,7 +29199,7 @@ testModel: id: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) properties: bindingParameters: - anotherLayer: *ref_1349 + anotherLayer: *ref_954 createdAt: '2019-01-01T12:34:56.000Z' generatedProperties: |- spring.datasource.url=jdbc:mysql://localhost:3306/test @@ -35855,7 +29217,7 @@ testModel: id: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/bindings/mybinding properties: bindingParameters: - anotherLayer: *ref_1350 + anotherLayer: *ref_955 createdAt: '2019-01-01T12:34:56.000Z' generatedProperties: |- spring.datasource.url=jdbc:mysql://localhost:3306/test @@ -35866,7 +29228,7 @@ testModel: resourceName: my-cosmosdb-1 resourceType: Microsoft.DocumentDB updatedAt: '2019-01-01T12:34:56.000Z' - headers: *ref_1351 + headers: *ref_956 - type: restCall operationId: Bindings_Get description: Bindings_Get @@ -35875,38 +29237,38 @@ testModel: name: ../examples/Bindings_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1091 - parameter: *ref_513 + language: *ref_696 + parameter: *ref_370 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1092 - parameter: *ref_514 + language: *ref_697 + parameter: *ref_371 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1093 - parameter: *ref_515 + language: *ref_698 + parameter: *ref_372 - exampleValue: schema: *ref_1 rawValue: $(bindingName) - language: *ref_1094 - parameter: *ref_516 - operation: *ref_1104 - operationGroup: *ref_1105 + language: *ref_699 + parameter: *ref_373 + operation: *ref_709 + operationGroup: *ref_710 originalFile: '' responses: '200': @@ -35923,21 +29285,21 @@ testModel: name: schema: *ref_104 rawValue: $(bindingName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/$(bindingName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -35949,36 +29311,36 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1095 + language: *ref_708 + language: *ref_701 + language: *ref_700 outputVariables: {} outputVariablesModel: {} parameters: @@ -36023,42 +29385,42 @@ testModel: name: ../examples/Bindings_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1130 - parameter: *ref_557 + language: *ref_735 + parameter: *ref_390 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1131 - parameter: *ref_558 + language: *ref_736 + parameter: *ref_391 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1132 - parameter: *ref_559 - operation: *ref_1135 - operationGroup: *ref_1105 + language: *ref_737 + parameter: *ref_392 + operation: *ref_740 + operationGroup: *ref_710 originalFile: '' responses: '200': body: - schema: *ref_560 + schema: *ref_393 parentsValue: {} properties: value: - schema: *ref_251 + schema: *ref_250 elements: - schema: *ref_99 parentsValue: @@ -36072,21 +29434,21 @@ testModel: name: schema: *ref_104 rawValue: mybinding - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/bindings - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/bindings/mybinding - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_156 + schema: *ref_155 parentsValue: {} properties: bindingParameters: @@ -36098,37 +29460,37 @@ testModel: databaseName: schema: *ref_2 rawValue: db1 - language: *ref_1100 + language: *ref_705 createdAt: schema: *ref_58 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1102 + language: *ref_707 generatedProperties: schema: *ref_57 rawValue: |- spring.datasource.url=jdbc:mysql://localhost:3306/test spring.datasource.username=root spring.datasource.password=1****6 - language: *ref_1101 + language: *ref_706 resourceId: schema: *ref_54 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.DocumentDB/databaseAccounts/my-cosmosdb-1 - language: *ref_1099 + language: *ref_704 resourceName: schema: *ref_52 rawValue: my-cosmosdb-1 - language: *ref_1097 + language: *ref_702 resourceType: schema: *ref_53 rawValue: Microsoft.DocumentDB - language: *ref_1098 + language: *ref_703 updatedAt: schema: *ref_59 rawValue: '2019-01-01T12:34:56.000Z' - language: *ref_1103 - language: *ref_1096 - language: *ref_1134 - language: *ref_1133 + language: *ref_708 + language: *ref_701 + language: *ref_739 + language: *ref_738 outputVariables: {} outputVariablesModel: {} parameters: @@ -36170,44 +29532,44 @@ testModel: name: ../examples/Bindings_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1116 - parameter: *ref_535 + language: *ref_721 + parameter: *ref_380 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1117 - parameter: *ref_536 + language: *ref_722 + parameter: *ref_381 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1118 - parameter: *ref_537 + language: *ref_723 + parameter: *ref_382 - exampleValue: schema: *ref_1 rawValue: $(bindingName) - language: *ref_1119 - parameter: *ref_538 - operation: *ref_1120 - operationGroup: *ref_1105 + language: *ref_724 + parameter: *ref_383 + operation: *ref_725 + operationGroup: *ref_710 originalFile: '' responses: '200': body: - rawValue: &ref_1353 {} - language: *ref_1352 + rawValue: &ref_958 {} + language: *ref_957 '202': {} '204': {} outputVariables: {} @@ -36229,7 +29591,7 @@ testModel: value: mysql-binding responses: '200': - body: *ref_1353 + body: *ref_958 '202': {} '204': {} - type: restCall @@ -36240,59 +29602,59 @@ testModel: name: ../examples/Apps_ValidateDomain.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1082 - parameter: *ref_504 + language: *ref_687 + parameter: *ref_366 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1083 - parameter: *ref_505 + language: *ref_688 + parameter: *ref_367 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1084 - parameter: *ref_506 + language: *ref_689 + parameter: *ref_368 - exampleValue: - schema: *ref_501 + schema: *ref_363 parentsValue: {} properties: name: - schema: *ref_167 + schema: *ref_166 rawValue: $(customDomainName) - language: *ref_1086 - language: *ref_1085 - parameter: *ref_502 - operation: *ref_1090 - operationGroup: *ref_1049 + language: *ref_691 + language: *ref_690 + parameter: *ref_364 + operation: *ref_695 + operationGroup: *ref_654 originalFile: '' responses: '200': body: - schema: *ref_507 + schema: *ref_369 parentsValue: {} properties: isValid: - schema: *ref_168 + schema: *ref_167 rawValue: false - language: *ref_1088 + language: *ref_693 message: - schema: *ref_169 + schema: *ref_168 rawValue: Certificate is invalid, please check if it is a self signed cert or if it contains a suitable dns name - language: *ref_1089 - language: *ref_1087 + language: *ref_694 + language: *ref_692 outputVariables: {} outputVariablesModel: {} parameters: @@ -36321,53 +29683,53 @@ testModel: name: ../examples/CustomDomains_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1182 - parameter: *ref_613 + language: *ref_787 + parameter: *ref_414 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1183 - parameter: *ref_614 + language: *ref_788 + parameter: *ref_415 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1184 - parameter: *ref_615 + language: *ref_789 + parameter: *ref_416 - exampleValue: schema: *ref_1 rawValue: $(domainName) - language: *ref_1185 - parameter: *ref_616 + language: *ref_790 + parameter: *ref_417 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1179 - language: *ref_1176 - language: *ref_1186 - parameter: *ref_611 - operation: *ref_1190 - operationGroup: *ref_1181 + language: *ref_784 + language: *ref_781 + language: *ref_791 + parameter: *ref_412 + operation: *ref_795 + operationGroup: *ref_786 originalFile: '' responses: '200': @@ -36384,33 +29746,33 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1179 - language: *ref_1176 - language: *ref_1187 + language: *ref_784 + language: *ref_781 + language: *ref_792 '201': body: schema: *ref_101 @@ -36425,33 +29787,33 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1179 - language: *ref_1176 - language: *ref_1188 + language: *ref_784 + language: *ref_781 + language: *ref_793 '202': body: schema: *ref_101 @@ -36466,33 +29828,33 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1179 - language: *ref_1176 - language: *ref_1189 + language: *ref_784 + language: *ref_781 + language: *ref_794 outputVariables: {} outputVariablesModel: {} parameters: @@ -36546,53 +29908,53 @@ testModel: name: ../examples/CustomDomains_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1196 - parameter: *ref_635 + language: *ref_801 + parameter: *ref_424 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1197 - parameter: *ref_636 + language: *ref_802 + parameter: *ref_425 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1198 - parameter: *ref_637 + language: *ref_803 + parameter: *ref_426 - exampleValue: schema: *ref_1 rawValue: $(domainName) - language: *ref_1199 - parameter: *ref_638 + language: *ref_804 + parameter: *ref_427 - exampleValue: schema: *ref_101 parentsValue: {} properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1179 - language: *ref_1176 - language: *ref_1200 - parameter: *ref_633 - operation: *ref_1204 - operationGroup: *ref_1181 + language: *ref_784 + language: *ref_781 + language: *ref_805 + parameter: *ref_422 + operation: *ref_809 + operationGroup: *ref_786 originalFile: '' responses: '200': @@ -36609,33 +29971,33 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1179 - language: *ref_1176 - language: *ref_1201 + language: *ref_784 + language: *ref_781 + language: *ref_806 '202': body: schema: *ref_101 @@ -36650,34 +30012,34 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: myapp - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: asc-certificate - language: *ref_1179 - language: *ref_1176 - language: *ref_1202 - headers: &ref_1354 + language: *ref_784 + language: *ref_781 + language: *ref_807 + headers: &ref_959 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -36719,7 +30081,7 @@ testModel: properties: appName: myapp certName: asc-certificate - headers: *ref_1354 + headers: *ref_959 - type: restCall operationId: CustomDomains_Get description: CustomDomains_Get @@ -36728,38 +30090,38 @@ testModel: name: ../examples/CustomDomains_Get.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1171 - parameter: *ref_602 + language: *ref_776 + parameter: *ref_408 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1172 - parameter: *ref_603 + language: *ref_777 + parameter: *ref_409 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1173 - parameter: *ref_604 + language: *ref_778 + parameter: *ref_410 - exampleValue: schema: *ref_1 rawValue: $(domainName) - language: *ref_1174 - parameter: *ref_605 - operation: *ref_1180 - operationGroup: *ref_1181 + language: *ref_779 + parameter: *ref_411 + operation: *ref_785 + operationGroup: *ref_786 originalFile: '' responses: '200': @@ -36776,37 +30138,37 @@ testModel: name: schema: *ref_104 rawValue: $(domainName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/$(domainName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1175 + language: *ref_782 + language: *ref_781 + language: *ref_780 outputVariables: {} outputVariablesModel: {} parameters: @@ -36842,46 +30204,46 @@ testModel: name: ../examples/CustomDomains_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1205 - parameter: *ref_646 + language: *ref_810 + parameter: *ref_428 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1206 - parameter: *ref_647 + language: *ref_811 + parameter: *ref_429 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1207 - parameter: *ref_648 - operation: *ref_1211 - operationGroup: *ref_1181 + language: *ref_812 + parameter: *ref_430 + operation: *ref_816 + operationGroup: *ref_786 originalFile: '' responses: '200': body: - schema: *ref_649 + schema: *ref_431 parentsValue: {} properties: nextLink: - schema: *ref_166 + schema: *ref_165 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains?$page=2 - language: *ref_1210 + language: *ref_815 value: - schema: *ref_254 + schema: *ref_253 elements: - schema: *ref_101 parentsValue: @@ -36895,38 +30257,38 @@ testModel: name: schema: *ref_104 rawValue: mydomain.com - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/domains - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/domains/mydomain.com - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_165 + schema: *ref_164 parentsValue: {} properties: appName: schema: *ref_71 rawValue: $(appName) - language: *ref_1178 + language: *ref_783 certName: schema: *ref_72 rawValue: mycert - language: *ref_1179 + language: *ref_784 thumbprint: schema: *ref_70 rawValue: 934367bf1c97033f877db0f15cb1b586957d3133 - language: *ref_1177 - language: *ref_1176 - language: *ref_1209 - language: *ref_1208 + language: *ref_782 + language: *ref_781 + language: *ref_814 + language: *ref_813 outputVariables: {} outputVariablesModel: {} parameters: @@ -36960,50 +30322,50 @@ testModel: name: ../examples/Apps_GetResourceUploadUrl.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1075 - parameter: *ref_492 + language: *ref_680 + parameter: *ref_359 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1076 - parameter: *ref_493 + language: *ref_681 + parameter: *ref_360 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1077 - parameter: *ref_494 - operation: *ref_1081 - operationGroup: *ref_1049 + language: *ref_682 + parameter: *ref_361 + operation: *ref_686 + operationGroup: *ref_654 originalFile: '' responses: '200': body: - schema: *ref_495 + schema: *ref_362 parentsValue: {} properties: relativePath: - schema: *ref_154 + schema: *ref_153 rawValue: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777 - language: *ref_1079 + language: *ref_684 uploadUrl: - schema: *ref_155 + schema: *ref_154 rawValue: >- https://springcloudstorageaccount.file.core.windows.net/bd172614181f42e2853f6fd90029cda8/e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-20190801-3ed9f4a2-986b-4bbd-b833-a42dccb2f777?sv=2018-03-28&sr=f&sig=SampleSignature&se=2019-08-01T10%3A42%3A21Z&sp=w - language: *ref_1080 - language: *ref_1078 + language: *ref_685 + language: *ref_683 outputVariables: relativePath: fromResponse: /relativePath @@ -37013,10 +30375,10 @@ testModel: outputVariablesModel: relativePath: - type: object - languages: *ref_1079 + languages: *ref_684 uploadUrl: - type: object - languages: *ref_1080 + languages: *ref_685 parameters: api-version: 2020-11-01-preview appName: $(appName) @@ -37082,119 +30444,119 @@ testModel: name: ../examples/Deployments_CreateOrUpdate.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1242 - parameter: *ref_666 + language: *ref_847 + parameter: *ref_438 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1243 - parameter: *ref_667 + language: *ref_848 + parameter: *ref_439 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1244 - parameter: *ref_668 + language: *ref_849 + parameter: *ref_440 - exampleValue: schema: *ref_1 rawValue: $(deploymentName) - language: *ref_1245 - parameter: *ref_669 + language: *ref_850 + parameter: *ref_441 - exampleValue: schema: *ref_102 parentsValue: {} properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 rawValue: null - language: *ref_1233 + language: *ref_838 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 - language: *ref_1217 + language: *ref_826 + language: *ref_823 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1246 - parameter: *ref_664 - operation: *ref_1250 - operationGroup: *ref_1241 + language: *ref_500 + language: *ref_843 + language: *ref_851 + parameter: *ref_436 + operation: *ref_855 + operationGroup: *ref_846 originalFile: '' responses: '200': @@ -37211,130 +30573,130 @@ testModel: name: schema: *ref_104 rawValue: $(deploymentName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/$(deploymentName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1247 + language: *ref_500 + language: *ref_843 + language: *ref_852 '201': body: schema: *ref_102 @@ -37349,130 +30711,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Creating - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1248 + language: *ref_500 + language: *ref_843 + language: *ref_853 '202': body: schema: *ref_102 @@ -37487,130 +30849,130 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: myapp - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Updating - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Jar - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: $(relativePath) - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 2 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1249 + language: *ref_500 + language: *ref_843 + language: *ref_854 outputVariables: {} outputVariablesModel: {} parameters: @@ -37749,111 +31111,111 @@ testModel: name: ../examples/Apps_Update.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1062 - parameter: *ref_474 + language: *ref_667 + parameter: *ref_353 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1063 - parameter: *ref_475 + language: *ref_668 + parameter: *ref_354 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1064 - parameter: *ref_476 + language: *ref_669 + parameter: *ref_355 - exampleValue: schema: *ref_98 parentsValue: {} properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: null - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: null - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: $(location) - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 - language: *ref_1038 + language: *ref_644 + language: *ref_643 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 - language: *ref_1028 - language: *ref_1065 - parameter: *ref_472 - operation: *ref_1069 - operationGroup: *ref_1049 + language: *ref_641 + language: *ref_640 + language: *ref_633 + language: *ref_670 + parameter: *ref_351 + operation: *ref_674 + operationGroup: *ref_654 originalFile: '' responses: '200': @@ -37870,104 +31232,104 @@ testModel: name: schema: *ref_104 rawValue: $(appName) - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName) - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: $(appName).mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Succeeded - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: $(appName).$(serviceName).azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1066 + language: *ref_635 + language: *ref_633 + language: *ref_671 '202': body: schema: *ref_98 @@ -37982,105 +31344,105 @@ testModel: name: schema: *ref_104 rawValue: myapp - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/apps/myapp - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: identity: - schema: *ref_152 + schema: *ref_151 parentsValue: {} properties: type: schema: *ref_48 rawValue: SystemAssigned - language: *ref_1044 + language: *ref_649 principalId: schema: *ref_49 rawValue: principalid - language: *ref_1045 + language: *ref_650 tenantId: schema: *ref_50 rawValue: tenantid - language: *ref_1046 - language: *ref_1043 + language: *ref_651 + language: *ref_648 location: schema: *ref_51 rawValue: eastus - language: *ref_1047 + language: *ref_652 properties: - schema: *ref_149 + schema: *ref_148 parentsValue: {} properties: activeDeploymentName: schema: *ref_38 rawValue: blue - language: *ref_1032 + language: *ref_637 enableEndToEndTLS: schema: *ref_47 rawValue: false - language: *ref_1042 + language: *ref_647 fqdn: schema: *ref_39 rawValue: myapp.mydomain.com - language: *ref_1033 + language: *ref_638 httpsOnly: schema: *ref_40 rawValue: false - language: *ref_1034 + language: *ref_639 persistentDisk: - schema: *ref_151 + schema: *ref_150 parentsValue: {} properties: mountPath: schema: *ref_46 rawValue: /mypersistentdisk - language: *ref_1041 + language: *ref_646 sizeInGB: schema: *ref_44 rawValue: 2 - language: *ref_1039 + language: *ref_644 usedInGB: schema: *ref_45 rawValue: 1 - language: *ref_1040 - language: *ref_1038 + language: *ref_645 + language: *ref_643 provisioningState: schema: *ref_37 rawValue: Updating - language: *ref_1031 + language: *ref_636 public: schema: *ref_35 rawValue: true - language: *ref_1029 + language: *ref_634 temporaryDisk: - schema: *ref_150 + schema: *ref_149 parentsValue: {} properties: mountPath: schema: *ref_43 rawValue: /mytemporarydisk - language: *ref_1037 + language: *ref_642 sizeInGB: schema: *ref_42 rawValue: 2 - language: *ref_1036 - language: *ref_1035 + language: *ref_641 + language: *ref_640 url: schema: *ref_36 rawValue: myapp.myservice.azuremicroservices.io - language: *ref_1030 - language: *ref_1028 - language: *ref_1067 - headers: &ref_1355 + language: *ref_635 + language: *ref_633 + language: *ref_672 + headers: &ref_960 Azure-AsyncOperation: >- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/locations/eastus/operationResults/00000000-0000-0000-0000-000000000000/Spring/default?api-version=2020-11-01-preview Location: >- @@ -38167,7 +31529,7 @@ testModel: mountPath: /mytemporarydisk sizeInGB: 2 url: myapp.myservice.azuremicroservices.io - headers: *ref_1355 + headers: *ref_960 - type: restCall operationId: Deployments_Restart description: Deployments_Restart @@ -38176,46 +31538,46 @@ testModel: name: ../examples/Deployments_Restart.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1287 - parameter: *ref_739 + language: *ref_892 + parameter: *ref_470 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1288 - parameter: *ref_740 + language: *ref_893 + parameter: *ref_471 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1289 - parameter: *ref_741 + language: *ref_894 + parameter: *ref_472 - exampleValue: schema: *ref_1 rawValue: $(deploymentName) - language: *ref_1290 - parameter: *ref_742 - operation: *ref_1292 - operationGroup: *ref_1241 + language: *ref_895 + parameter: *ref_473 + operation: *ref_897 + operationGroup: *ref_846 originalFile: '' responses: '200': body: - rawValue: &ref_1357 {} - language: *ref_1356 + rawValue: &ref_962 {} + language: *ref_961 '202': - headers: &ref_1358 + headers: &ref_963 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -38236,9 +31598,9 @@ testModel: value: blue responses: '200': - body: *ref_1357 + body: *ref_962 '202': - headers: *ref_1358 + headers: *ref_963 - type: restCall operationId: Deployments_Stop description: Deployments_Stop @@ -38247,46 +31609,46 @@ testModel: name: ../examples/Deployments_Stop.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1281 - parameter: *ref_730 + language: *ref_886 + parameter: *ref_466 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1282 - parameter: *ref_731 + language: *ref_887 + parameter: *ref_467 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1283 - parameter: *ref_732 + language: *ref_888 + parameter: *ref_468 - exampleValue: schema: *ref_1 rawValue: $(deploymentName) - language: *ref_1284 - parameter: *ref_733 - operation: *ref_1286 - operationGroup: *ref_1241 + language: *ref_889 + parameter: *ref_469 + operation: *ref_891 + operationGroup: *ref_846 originalFile: '' responses: '200': body: - rawValue: &ref_1360 {} - language: *ref_1359 + rawValue: &ref_965 {} + language: *ref_964 '202': - headers: &ref_1361 + headers: &ref_966 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -38307,9 +31669,9 @@ testModel: value: blue responses: '200': - body: *ref_1360 + body: *ref_965 '202': - headers: *ref_1361 + headers: *ref_966 - type: restCall operationId: Deployments_Start description: Deployments_Start @@ -38318,46 +31680,46 @@ testModel: name: ../examples/Deployments_Start.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1275 - parameter: *ref_721 + language: *ref_880 + parameter: *ref_462 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1276 - parameter: *ref_722 + language: *ref_881 + parameter: *ref_463 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1277 - parameter: *ref_723 + language: *ref_882 + parameter: *ref_464 - exampleValue: schema: *ref_1 rawValue: $(deploymentName) - language: *ref_1278 - parameter: *ref_724 - operation: *ref_1280 - operationGroup: *ref_1241 + language: *ref_883 + parameter: *ref_465 + operation: *ref_885 + operationGroup: *ref_846 originalFile: '' responses: '200': body: - rawValue: &ref_1363 {} - language: *ref_1362 + rawValue: &ref_968 {} + language: *ref_967 '202': - headers: &ref_1364 + headers: &ref_969 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... outputVariables: {} outputVariablesModel: {} @@ -38378,9 +31740,9 @@ testModel: value: blue responses: '200': - body: *ref_1363 + body: *ref_968 '202': - headers: *ref_1364 + headers: *ref_969 - type: restCall operationId: Deployments_GetLogFileUrl description: Deployments_GetLogFileUrl @@ -38389,51 +31751,51 @@ testModel: name: ../examples/Deployments_GetLogFileUrl.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1293 - parameter: *ref_748 + language: *ref_898 + parameter: *ref_474 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1294 - parameter: *ref_749 + language: *ref_899 + parameter: *ref_475 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1295 - parameter: *ref_750 + language: *ref_900 + parameter: *ref_476 - exampleValue: schema: *ref_1 rawValue: $(deploymentName) - language: *ref_1296 - parameter: *ref_751 - operation: *ref_1299 - operationGroup: *ref_1241 + language: *ref_901 + parameter: *ref_477 + operation: *ref_904 + operationGroup: *ref_846 originalFile: '' responses: '200': body: - schema: *ref_752 + schema: *ref_478 parentsValue: {} properties: url: - schema: *ref_175 + schema: *ref_174 rawValue: >- https://spring.blob.core.windows.net/logs/110ec0c337154d45b1f01daf2196c0bf/b58b0cb4ecdea3c65311b4ca8833fe47b6ae0a7500f87a8eb31e8379d3fe48f1-2019081312-42b7b90c-f108-4c09-b33d-1ea134f57f23?sv=2018-03-28&sr=b&sig=example-signature&se=2019-08-14T09%3A43%3A52Z&sp=r - language: *ref_1298 - language: *ref_1297 + language: *ref_903 + language: *ref_902 '204': {} outputVariables: {} outputVariablesModel: {} @@ -38466,42 +31828,42 @@ testModel: name: ../examples/Deployments_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1265 - parameter: *ref_703 + language: *ref_870 + parameter: *ref_453 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1266 - parameter: *ref_704 + language: *ref_871 + parameter: *ref_454 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1267 - parameter: *ref_705 - operation: *ref_1270 - operationGroup: *ref_1241 + language: *ref_872 + parameter: *ref_455 + operation: *ref_875 + operationGroup: *ref_846 originalFile: '' responses: '200': body: - schema: *ref_706 + schema: *ref_457 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -38515,131 +31877,131 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1269 - language: *ref_1268 + language: *ref_500 + language: *ref_843 + language: *ref_874 + language: *ref_873 outputVariables: {} outputVariablesModel: {} parameters: @@ -38694,37 +32056,37 @@ testModel: name: ../examples/Deployments_ListForCluster.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1271 - parameter: *ref_715 + language: *ref_876 + parameter: *ref_459 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1272 - parameter: *ref_716 - operation: *ref_1274 - operationGroup: *ref_1241 + language: *ref_877 + parameter: *ref_460 + operation: *ref_879 + operationGroup: *ref_846 originalFile: '' responses: '200': body: - schema: *ref_706 + schema: *ref_457 parentsValue: {} properties: value: - schema: *ref_257 + schema: *ref_256 elements: - schema: *ref_102 parentsValue: @@ -38738,131 +32100,131 @@ testModel: name: schema: *ref_104 rawValue: mydeployment - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring/apps/deployments - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/$(serviceName)/apps/$(appName)/deployments/mydeployment - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: {} - language: *ref_975 + language: *ref_580 properties: properties: - schema: *ref_170 + schema: *ref_169 parentsValue: {} properties: active: schema: *ref_86 rawValue: false - language: *ref_1232 + language: *ref_837 appName: schema: *ref_77 rawValue: $(appName) - language: *ref_1223 + language: *ref_828 deploymentSettings: - schema: *ref_172 + schema: *ref_171 parentsValue: {} properties: cpu: schema: *ref_78 rawValue: 1 - language: *ref_1225 + language: *ref_830 environmentVariables: schema: *ref_82 properties: env: schema: *ref_1 rawValue: test - language: *ref_1228 + language: *ref_833 jvmOptions: schema: *ref_80 rawValue: '-Xms1G -Xmx3G' - language: *ref_1227 + language: *ref_832 memoryInGB: schema: *ref_79 rawValue: 3 - language: *ref_1226 + language: *ref_831 runtimeVersion: schema: *ref_83 rawValue: Java_8 - language: *ref_1229 - language: *ref_1224 + language: *ref_834 + language: *ref_829 instances: - schema: *ref_255 + schema: *ref_254 elements: - - schema: *ref_173 + - schema: *ref_172 parentsValue: {} properties: name: schema: *ref_88 rawValue: instance1 - language: *ref_1234 + language: *ref_839 discoveryStatus: schema: *ref_91 rawValue: pending - language: *ref_1236 + language: *ref_841 startTime: schema: *ref_92 rawValue: '2020-08-26T01:55:02Z' - language: *ref_1237 + language: *ref_842 status: schema: *ref_89 rawValue: Running - language: *ref_1235 - language: *ref_1233 + language: *ref_840 + language: *ref_838 provisioningState: schema: *ref_84 rawValue: Succeeded - language: *ref_1230 + language: *ref_835 source: - schema: *ref_171 + schema: *ref_170 parentsValue: {} properties: type: schema: *ref_73 rawValue: Source - language: *ref_1219 + language: *ref_824 artifactSelector: schema: *ref_76 rawValue: sub-module-1 - language: *ref_1222 + language: *ref_827 relativePath: schema: *ref_74 rawValue: resources/a172cedcae47474b615c54d510a5d84a8dea3032e958587430b413538be3f333-2019082605-e3095339-1723-44b7-8b5e-31b1003978bc - language: *ref_1220 + language: *ref_825 version: schema: *ref_75 rawValue: '1.0' - language: *ref_1221 - language: *ref_1218 + language: *ref_826 + language: *ref_823 status: schema: *ref_85 rawValue: Running - language: *ref_1231 - language: *ref_1217 + language: *ref_836 + language: *ref_822 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 capacity: schema: *ref_95 rawValue: 1 - language: *ref_1239 + language: *ref_844 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_1238 - language: *ref_1269 - language: *ref_1273 + language: *ref_500 + language: *ref_843 + language: *ref_874 + language: *ref_878 outputVariables: {} outputVariablesModel: {} parameters: @@ -38917,32 +32279,32 @@ testModel: name: ../examples/Services_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_962 - parameter: *ref_366 - operation: *ref_964 - operationGroup: *ref_904 + language: *ref_567 + parameter: *ref_313 + operation: *ref_569 + operationGroup: *ref_509 originalFile: '' responses: '200': body: - schema: *ref_360 + schema: *ref_312 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -38956,149 +32318,149 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_960 - language: *ref_963 + language: *ref_500 + language: *ref_498 + language: *ref_565 + language: *ref_568 outputVariables: {} outputVariablesModel: {} parameters: @@ -39158,27 +32520,27 @@ testModel: name: ../examples/Services_ListBySubscription.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: [] - operation: *ref_961 - operationGroup: *ref_904 + operation: *ref_566 + operationGroup: *ref_509 originalFile: '' responses: '200': body: - schema: *ref_360 + schema: *ref_312 parentsValue: {} properties: value: - schema: *ref_259 + schema: *ref_258 elements: - schema: *ref_3 parentsValue: @@ -39192,149 +32554,149 @@ testModel: name: schema: *ref_104 rawValue: myservice - language: *ref_901 + language: *ref_506 type: schema: *ref_105 rawValue: Microsoft.AppPlatform/Spring - language: *ref_902 + language: *ref_507 id: schema: *ref_103 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice - language: *ref_900 - language: *ref_899 + language: *ref_505 + language: *ref_504 properties: location: schema: *ref_106 rawValue: eastus - language: *ref_897 + language: *ref_502 tags: schema: *ref_107 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_898 - language: *ref_896 + language: *ref_503 + language: *ref_501 properties: properties: - schema: *ref_124 + schema: *ref_123 parentsValue: {} properties: networkProfile: - schema: *ref_125 + schema: *ref_124 parentsValue: {} properties: outboundIPs: - schema: *ref_126 + schema: *ref_125 parentsValue: {} properties: publicIPs: - schema: *ref_239 + schema: *ref_238 elements: - schema: *ref_114 rawValue: 20.39.3.173 - schema: *ref_114 rawValue: 40.64.67.13 - language: *ref_886 - language: *ref_885 + language: *ref_491 + language: *ref_490 requiredTraffics: - schema: *ref_242 + schema: *ref_241 elements: - - schema: *ref_127 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 443 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 1194 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: UDP - language: *ref_888 - - schema: *ref_127 + language: *ref_493 + - schema: *ref_126 parentsValue: {} properties: direction: - schema: *ref_120 + schema: *ref_119 rawValue: Outbound - language: *ref_891 + language: *ref_496 ips: - schema: *ref_240 + schema: *ref_239 elements: - - schema: *ref_118 + - schema: *ref_117 rawValue: 20.62.211.25 - - schema: *ref_118 + - schema: *ref_117 rawValue: 52.188.47.226 - language: *ref_890 + language: *ref_495 port: - schema: *ref_117 + schema: *ref_116 rawValue: 9000 - language: *ref_889 + language: *ref_494 protocol: - schema: *ref_116 + schema: *ref_115 rawValue: TCP - language: *ref_888 - language: *ref_887 - language: *ref_884 + language: *ref_493 + language: *ref_492 + language: *ref_489 provisioningState: schema: *ref_108 rawValue: Succeeded - language: *ref_883 + language: *ref_488 serviceId: - schema: *ref_122 + schema: *ref_121 rawValue: 12345678abcd1234abcd12345678abcd - language: *ref_892 - language: *ref_882 + language: *ref_497 + language: *ref_487 sku: - schema: *ref_123 + schema: *ref_122 parentsValue: {} properties: name: schema: *ref_93 rawValue: S0 - language: *ref_894 + language: *ref_499 tier: schema: *ref_94 rawValue: Standard - language: *ref_895 - language: *ref_893 - language: *ref_960 - language: *ref_959 + language: *ref_500 + language: *ref_498 + language: *ref_565 + language: *ref_564 outputVariables: {} outputVariablesModel: {} parameters: @@ -39393,44 +32755,44 @@ testModel: name: ../examples/Deployments_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1251 - parameter: *ref_677 + language: *ref_856 + parameter: *ref_442 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1252 - parameter: *ref_678 + language: *ref_857 + parameter: *ref_443 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1253 - parameter: *ref_679 + language: *ref_858 + parameter: *ref_444 - exampleValue: schema: *ref_1 rawValue: $(deploymentName) - language: *ref_1254 - parameter: *ref_680 - operation: *ref_1255 - operationGroup: *ref_1241 + language: *ref_859 + parameter: *ref_445 + operation: *ref_860 + operationGroup: *ref_846 originalFile: '' responses: '200': body: - rawValue: &ref_1366 {} - language: *ref_1365 + rawValue: &ref_971 {} + language: *ref_970 '202': {} '204': {} outputVariables: {} @@ -39452,7 +32814,7 @@ testModel: value: blue responses: '200': - body: *ref_1366 + body: *ref_971 '202': {} '204': {} - type: restCall @@ -39463,44 +32825,44 @@ testModel: name: ../examples/CustomDomains_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1191 - parameter: *ref_624 + language: *ref_796 + parameter: *ref_418 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1192 - parameter: *ref_625 + language: *ref_797 + parameter: *ref_419 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1193 - parameter: *ref_626 + language: *ref_798 + parameter: *ref_420 - exampleValue: schema: *ref_1 rawValue: $(domainName) - language: *ref_1194 - parameter: *ref_627 - operation: *ref_1195 - operationGroup: *ref_1181 + language: *ref_799 + parameter: *ref_421 + operation: *ref_800 + operationGroup: *ref_786 originalFile: '' responses: '200': body: - rawValue: &ref_1368 {} - language: *ref_1367 + rawValue: &ref_973 {} + language: *ref_972 '202': {} '204': {} outputVariables: {} @@ -39522,7 +32884,7 @@ testModel: value: $(dnsCname).$(customDomainName) responses: '200': - body: *ref_1368 + body: *ref_973 '202': {} '204': {} - type: restCall @@ -39533,39 +32895,39 @@ testModel: name: ../examples/Apps_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1058 - parameter: *ref_464 + language: *ref_663 + parameter: *ref_348 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1059 - parameter: *ref_465 + language: *ref_664 + parameter: *ref_349 - exampleValue: schema: *ref_1 rawValue: $(appName) - language: *ref_1060 - parameter: *ref_466 - operation: *ref_1061 - operationGroup: *ref_1049 + language: *ref_665 + parameter: *ref_350 + operation: *ref_666 + operationGroup: *ref_654 originalFile: '' responses: '200': body: - rawValue: &ref_1370 {} - language: *ref_1369 + rawValue: &ref_975 {} + language: *ref_974 '202': {} '204': {} outputVariables: {} @@ -39586,7 +32948,7 @@ testModel: value: app01 responses: '200': - body: *ref_1370 + body: *ref_975 '202': {} '204': {} - type: restCall @@ -39597,39 +32959,39 @@ testModel: name: ../examples/Certificates_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_1161 - parameter: *ref_586 + language: *ref_766 + parameter: *ref_402 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_1162 - parameter: *ref_587 + language: *ref_767 + parameter: *ref_403 - exampleValue: schema: *ref_1 rawValue: $(certificateName) - language: *ref_1163 - parameter: *ref_588 - operation: *ref_1164 - operationGroup: *ref_1152 + language: *ref_768 + parameter: *ref_404 + operation: *ref_769 + operationGroup: *ref_757 originalFile: '' responses: '200': body: - rawValue: &ref_1372 {} - language: *ref_1371 + rawValue: &ref_977 {} + language: *ref_976 '202': {} '204': {} outputVariables: {} @@ -39650,7 +33012,7 @@ testModel: value: asc-certificate responses: '200': - body: *ref_1372 + body: *ref_977 '202': {} '204': {} - type: restCall @@ -39661,35 +33023,35 @@ testModel: name: ../examples/Services_Delete.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_917 - parameter: *ref_302 + language: *ref_522 + parameter: *ref_289 - exampleValue: schema: *ref_1 rawValue: $(serviceName) - language: *ref_918 - parameter: *ref_303 - operation: *ref_920 - operationGroup: *ref_904 + language: *ref_523 + parameter: *ref_290 + operation: *ref_525 + operationGroup: *ref_509 originalFile: '' responses: '202': body: - rawValue: &ref_1374 {} - language: *ref_1373 - headers: &ref_1375 + rawValue: &ref_979 {} + language: *ref_978 + headers: &ref_980 location: https://management.azure.com/subscriptions/subid/providers/Microsoft.AppPlatform/...pathToOperationResult... '204': {} outputVariables: {} @@ -39706,8 +33068,8 @@ testModel: variables: {} responses: '202': - body: *ref_1374 - headers: *ref_1375 + body: *ref_979 + headers: *ref_980 '204': {} - type: restCall operationId: Skus_List @@ -39717,95 +33079,95 @@ testModel: name: ../examples/Skus_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_878 - parameter: *ref_281 + language: *ref_483 + parameter: *ref_280 methodParameters: [] - operation: *ref_1338 - operationGroup: *ref_1339 + operation: *ref_943 + operationGroup: *ref_944 originalFile: '' responses: '200': body: - schema: *ref_770 + schema: *ref_481 parentsValue: {} properties: value: - schema: *ref_277 + schema: *ref_276 elements: - - schema: *ref_232 + - schema: *ref_231 parentsValue: {} properties: name: - schema: *ref_214 + schema: *ref_213 rawValue: B0 - language: *ref_1325 + language: *ref_930 capacity: - schema: *ref_233 + schema: *ref_232 parentsValue: {} properties: default: - schema: *ref_218 + schema: *ref_217 rawValue: 1 - language: *ref_1330 + language: *ref_935 maximum: - schema: *ref_217 + schema: *ref_216 rawValue: 20 - language: *ref_1329 + language: *ref_934 minimum: - schema: *ref_216 + schema: *ref_215 rawValue: 1 - language: *ref_1328 + language: *ref_933 scaleType: - schema: *ref_219 + schema: *ref_218 rawValue: Automatic - language: *ref_1331 - language: *ref_1327 + language: *ref_936 + language: *ref_932 locationInfo: - schema: *ref_272 + schema: *ref_271 elements: - - schema: *ref_234 + - schema: *ref_233 parentsValue: {} properties: location: - schema: *ref_221 + schema: *ref_220 rawValue: eastus - language: *ref_1334 + language: *ref_939 zoneDetails: - schema: *ref_271 + schema: *ref_270 elements: [] - language: *ref_1336 + language: *ref_941 zones: - schema: *ref_268 + schema: *ref_267 elements: [] - language: *ref_1335 - language: *ref_1333 + language: *ref_940 + language: *ref_938 locations: - schema: *ref_267 + schema: *ref_266 elements: - - schema: *ref_220 + - schema: *ref_219 rawValue: eastus - language: *ref_1332 + language: *ref_937 resourceType: - schema: *ref_213 + schema: *ref_212 rawValue: Spring - language: *ref_1324 + language: *ref_929 restrictions: - schema: *ref_276 + schema: *ref_275 elements: [] - language: *ref_1337 + language: *ref_942 tier: - schema: *ref_215 + schema: *ref_214 rawValue: Basic - language: *ref_1326 - language: *ref_1323 - language: *ref_1322 + language: *ref_931 + language: *ref_928 + language: *ref_927 outputVariables: {} outputVariablesModel: {} parameters: @@ -39843,74 +33205,74 @@ testModel: name: ../examples/Operations_List.json clientParameters: - exampleValue: - schema: *ref_278 + schema: *ref_277 rawValue: 2020-11-01-preview - language: *ref_877 - parameter: *ref_280 + language: *ref_482 + parameter: *ref_279 methodParameters: [] - operation: *ref_1313 - operationGroup: *ref_1314 + operation: *ref_918 + operationGroup: *ref_919 originalFile: '' responses: '200': body: - schema: *ref_758 + schema: *ref_479 parentsValue: {} properties: nextLink: - schema: *ref_201 + schema: *ref_200 rawValue: providers/Microsoft.AppPlatform?$skipToken={opaqueString} - language: *ref_1312 + language: *ref_917 value: - schema: *ref_265 + schema: *ref_264 elements: - - schema: *ref_202 + - schema: *ref_201 parentsValue: {} properties: name: - schema: *ref_177 + schema: *ref_176 rawValue: Microsoft.AppPlatform/Spring/read - language: *ref_1302 + language: *ref_907 display: - schema: *ref_203 + schema: *ref_202 parentsValue: {} properties: description: - schema: *ref_182 + schema: *ref_181 rawValue: Create or Update Managed Applications - language: *ref_1308 + language: *ref_913 operation: - schema: *ref_181 + schema: *ref_180 rawValue: Create or Update Managed Applications - language: *ref_1307 + language: *ref_912 provider: - schema: *ref_179 + schema: *ref_178 rawValue: Microsoft Azure Distributed Managed Service for Spring - language: *ref_1305 + language: *ref_910 resource: - schema: *ref_180 + schema: *ref_179 rawValue: Managed Applications - language: *ref_1306 - language: *ref_1304 + language: *ref_911 + language: *ref_909 isDataAction: - schema: *ref_178 + schema: *ref_177 rawValue: false - language: *ref_1303 + language: *ref_908 origin: - schema: *ref_184 + schema: *ref_183 rawValue: user,system - language: *ref_1309 + language: *ref_914 properties: - schema: *ref_204 + schema: *ref_203 parentsValue: {} properties: serviceSpecification: - schema: *ref_205 + schema: *ref_204 rawValue: null - language: *ref_1311 - language: *ref_1310 - language: *ref_1301 - language: *ref_1300 + language: *ref_916 + language: *ref_915 + language: *ref_906 + language: *ref_905 outputVariables: {} outputVariablesModel: {} parameters: @@ -39976,122 +33338,5 @@ language: default: name: AppPlatformManagementClient description: '' - go: - name: AppPlatformManagementClient - description: '' - azureARM: true - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armappplatform - parameterGroups: - - *ref_776 - - *ref_777 - - *ref_778 - - *ref_779 - - *ref_780 - - *ref_781 - - *ref_782 - - *ref_783 - - *ref_784 - - *ref_785 - - *ref_786 - - *ref_787 - - *ref_788 - - *ref_789 - - *ref_790 - - *ref_791 - - *ref_792 - - *ref_793 - - *ref_448 - - *ref_794 - - *ref_795 - - *ref_796 - - *ref_797 - - *ref_798 - - *ref_799 - - *ref_800 - - *ref_801 - - *ref_802 - - *ref_803 - - *ref_804 - - *ref_805 - - *ref_806 - - *ref_807 - - *ref_808 - - *ref_809 - - *ref_810 - - *ref_811 - - *ref_812 - - *ref_813 - - *ref_814 - - *ref_815 - - *ref_816 - - *ref_817 - - *ref_707 - - *ref_717 - - *ref_818 - - *ref_819 - - *ref_820 - - *ref_821 - - *ref_822 - - *ref_823 - - *ref_824 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_825 - - *ref_826 - - *ref_827 - - *ref_828 - - *ref_829 - - *ref_830 - - *ref_831 - - *ref_832 - - *ref_833 - - *ref_834 - - *ref_835 - - *ref_836 - - *ref_837 - - *ref_838 - - *ref_839 - - *ref_840 - - *ref_841 - - *ref_842 - - *ref_843 - - *ref_844 - - *ref_845 - - *ref_846 - - *ref_847 - - *ref_848 - - *ref_849 - - *ref_850 - - *ref_851 - - *ref_852 - - *ref_853 - - *ref_854 - - *ref_855 - - *ref_856 - - *ref_857 - - *ref_858 - - *ref_859 - - *ref_860 - - *ref_861 - - *ref_862 - - *ref_863 - - *ref_864 - - *ref_865 - - *ref_866 - - *ref_867 - - *ref_868 - - *ref_869 - - *ref_870 - - *ref_871 - - *ref_872 - - *ref_873 - - *ref_874 - - *ref_875 - - *ref_876 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/go-tester-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/go-tester-pre.yaml index cd083698e..f08fb9c84 100644 --- a/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/go-tester-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/go-tester-pre.yaml @@ -14794,9 +14794,6 @@ schemas: - schema: *ref_36 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -15936,9 +15933,6 @@ schemas: - schema: *ref_66 readOnly: true serializedName: parameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: parameters @@ -16876,9 +16870,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4273 default: name: settings @@ -16890,9 +16881,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings @@ -17148,9 +17136,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4000 default: name: settings @@ -17162,9 +17147,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings @@ -17444,9 +17426,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4496 default: name: settings @@ -17458,9 +17437,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings @@ -22980,9 +22956,6 @@ schemas: protocol: {} - schema: *ref_282 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities @@ -24634,9 +24607,6 @@ schemas: protocol: {} - schema: *ref_334 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities @@ -31130,9 +31100,6 @@ schemas: - schema: *ref_591 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_3682 default: name: tags @@ -32417,9 +32384,6 @@ schemas: properties: - schema: *ref_631 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_3702 default: name: tags @@ -37575,9 +37539,6 @@ schemas: protocol: {} - schema: *ref_916 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -37861,9 +37822,6 @@ schemas: protocol: {} - schema: *ref_926 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -38033,9 +37991,6 @@ schemas: protocol: {} - schema: *ref_931 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4939 default: name: tags @@ -38202,9 +38157,6 @@ schemas: properties: - schema: *ref_941 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4986 default: name: tags @@ -39021,9 +38973,6 @@ schemas: protocol: {} - schema: *ref_980 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -40115,9 +40064,6 @@ schemas: - schema: *ref_1019 readOnly: true serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -40794,9 +40740,6 @@ schemas: - schema: *ref_1052 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_5602 default: name: tags @@ -41774,9 +41717,6 @@ schemas: properties: - schema: *ref_1093 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_5599 default: name: tags diff --git a/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/go-tester.yaml b/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/go-tester.yaml index 15119667f..206e9cf61 100644 --- a/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/go-tester.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/go-tester.yaml @@ -14794,9 +14794,6 @@ schemas: - schema: *ref_36 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -15936,9 +15933,6 @@ schemas: - schema: *ref_66 readOnly: true serializedName: parameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: parameters @@ -16876,9 +16870,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4279 default: name: settings @@ -16890,9 +16881,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings @@ -17148,9 +17136,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4004 default: name: settings @@ -17162,9 +17147,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings @@ -17444,9 +17426,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4506 default: name: settings @@ -17458,9 +17437,6 @@ schemas: protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings @@ -22980,9 +22956,6 @@ schemas: protocol: {} - schema: *ref_282 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities @@ -24634,9 +24607,6 @@ schemas: protocol: {} - schema: *ref_334 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities @@ -31130,9 +31100,6 @@ schemas: - schema: *ref_591 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_3682 default: name: tags @@ -32417,9 +32384,6 @@ schemas: properties: - schema: *ref_631 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_3703 default: name: tags @@ -37575,9 +37539,6 @@ schemas: protocol: {} - schema: *ref_916 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -37861,9 +37822,6 @@ schemas: protocol: {} - schema: *ref_926 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -38033,9 +37991,6 @@ schemas: protocol: {} - schema: *ref_931 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_4957 default: name: tags @@ -38202,9 +38157,6 @@ schemas: properties: - schema: *ref_941 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_5007 default: name: tags @@ -39021,9 +38973,6 @@ schemas: protocol: {} - schema: *ref_980 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -40115,9 +40064,6 @@ schemas: - schema: *ref_1019 readOnly: true serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -40794,9 +40740,6 @@ schemas: - schema: *ref_1052 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_5638 default: name: tags @@ -41774,9 +41717,6 @@ schemas: properties: - schema: *ref_1093 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_5635 default: name: tags diff --git a/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/test-modeler-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/test-modeler-pre.yaml index e158112da..9a324ec2b 100644 --- a/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/test-modeler-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/test-modeler-pre.yaml @@ -11,11 +11,6 @@ schemas: description: >- Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided.

Minimum api-version: 2020-06-01. - go: - name: bool - description: >- - Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the - dedicated host group. The value is defaulted to 'false' when not provided.

Minimum api-version: 2020-06-01. protocol: {} - &ref_135 type: boolean @@ -23,9 +18,6 @@ schemas: default: name: Boolean description: Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. - go: - name: bool - description: Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. protocol: {} - &ref_147 type: boolean @@ -35,11 +27,6 @@ schemas: description: >- Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is only enabled for CRP VMs but not VMSS. - go: - name: bool - description: >- - Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is only enabled for CRP VMs but - not VMSS. protocol: {} - &ref_148 type: boolean @@ -47,9 +34,6 @@ schemas: default: name: Boolean description: Whether the handler can support multiple extensions. - go: - name: bool - description: Whether the handler can support multiple extensions. protocol: {} - &ref_98 type: boolean @@ -59,11 +43,6 @@ schemas: description: >- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. - go: - name: bool - description: >- - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to - true. protocol: {} - &ref_99 type: boolean @@ -71,9 +50,6 @@ schemas: default: name: Boolean description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. - go: - name: bool - description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. protocol: {} - &ref_28 type: boolean @@ -81,9 +57,6 @@ schemas: default: name: Boolean description: Specifies whether automatic OS upgrade is supported on the image. - go: - name: bool - description: Specifies whether automatic OS upgrade is supported on the image. protocol: {} - &ref_157 type: boolean @@ -91,9 +64,6 @@ schemas: default: name: Boolean description: Specifies whether disk encryption should be enabled on the virtual machine. - go: - name: bool - description: Specifies whether disk encryption should be enabled on the virtual machine. protocol: {} - &ref_162 type: boolean @@ -101,9 +71,6 @@ schemas: default: name: Boolean description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: bool - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - &ref_171 type: boolean @@ -111,9 +78,6 @@ schemas: default: name: Boolean description: Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset - go: - name: bool - description: Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset protocol: {} - &ref_175 type: boolean @@ -123,11 +87,6 @@ schemas: description: >- The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled. - go: - name: bool - description: >- - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual - machine or virtual machine scale set only if this property is enabled. protocol: {} - &ref_180 type: boolean @@ -137,11 +96,6 @@ schemas: description: >- Indicates whether virtual machine agent should be provisioned on the virtual machine.

When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later. - go: - name: bool - description: >- - Indicates whether virtual machine agent should be provisioned on the virtual machine.

When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is - installed on the VM so that extensions can be added to the VM later. protocol: {} - &ref_181 type: boolean @@ -149,9 +103,6 @@ schemas: default: name: Boolean description: Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true.

For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning. - go: - name: bool - description: Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true.

For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning. protocol: {} - &ref_188 type: boolean @@ -159,9 +110,6 @@ schemas: default: name: Boolean description: Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'. - go: - name: bool - description: Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'. protocol: {} - &ref_192 type: boolean @@ -169,9 +117,6 @@ schemas: default: name: Boolean description: Specifies whether password authentication should be disabled. - go: - name: bool - description: Specifies whether password authentication should be disabled. protocol: {} - &ref_199 type: boolean @@ -179,9 +124,6 @@ schemas: default: name: Boolean description: Specifies whether extension operations should be allowed on the virtual machine.

This may only be set to False when no extensions are present on the virtual machine. - go: - name: bool - description: Specifies whether extension operations should be allowed on the virtual machine.

This may only be set to False when no extensions are present on the virtual machine. protocol: {} - &ref_200 type: boolean @@ -189,9 +131,6 @@ schemas: default: name: Boolean description: 'Specifies whether the guest provision signal is required to infer provision success of the virtual machine. **Note: This property is for private testing only, and all customers must not set the property to false.**' - go: - name: bool - description: 'Specifies whether the guest provision signal is required to infer provision success of the virtual machine. **Note: This property is for private testing only, and all customers must not set the property to false.**' protocol: {} - &ref_46 type: boolean @@ -199,9 +138,6 @@ schemas: default: name: Boolean description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: bool - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - &ref_59 type: boolean @@ -209,9 +145,6 @@ schemas: default: name: Boolean description: Specifies whether the network interface is accelerated networking-enabled. - go: - name: bool - description: Specifies whether the network interface is accelerated networking-enabled. protocol: {} - &ref_60 type: boolean @@ -219,9 +152,6 @@ schemas: default: name: Boolean description: Specifies whether the network interface is FPGA networking-enabled. - go: - name: bool - description: Specifies whether the network interface is FPGA networking-enabled. protocol: {} - &ref_63 type: boolean @@ -229,9 +159,6 @@ schemas: default: name: Boolean description: Whether IP forwarding enabled on this NIC. - go: - name: bool - description: Whether IP forwarding enabled on this NIC. protocol: {} - &ref_213 type: boolean @@ -239,9 +166,6 @@ schemas: default: name: Boolean description: 'Specifies whether secure boot should be enabled on the virtual machine.

Minimum api-version: 2020-12-01' - go: - name: bool - description: 'Specifies whether secure boot should be enabled on the virtual machine.

Minimum api-version: 2020-12-01' protocol: {} - &ref_214 type: boolean @@ -249,9 +173,6 @@ schemas: default: name: Boolean description: 'Specifies whether vTPM should be enabled on the virtual machine.

Minimum api-version: 2020-12-01' - go: - name: bool - description: 'Specifies whether vTPM should be enabled on the virtual machine.

Minimum api-version: 2020-12-01' protocol: {} - &ref_215 type: boolean @@ -261,11 +182,6 @@ schemas: description: >- This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself.

Default: The Encryption at host will be disabled unless this property is set to true for the resource. - go: - name: bool - description: >- - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at - host itself.

Default: The Encryption at host will be disabled unless this property is set to true for the resource. protocol: {} - &ref_217 type: boolean @@ -273,9 +189,6 @@ schemas: default: name: Boolean description: Whether boot diagnostics should be enabled on the Virtual Machine. - go: - name: bool - description: Whether boot diagnostics should be enabled on the Virtual Machine. protocol: {} - &ref_233 type: boolean @@ -283,9 +196,6 @@ schemas: default: name: Boolean description: True, if customer is allowed to perform Maintenance. - go: - name: bool - description: True, if customer is allowed to perform Maintenance. protocol: {} - &ref_248 type: boolean @@ -293,9 +203,6 @@ schemas: default: name: Boolean description: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. - go: - name: bool - description: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. protocol: {} - &ref_262 type: boolean @@ -303,9 +210,6 @@ schemas: default: name: Boolean description: Describes whether the operation ran out of time before it completed all its intended actions - go: - name: bool - description: Describes whether the operation ran out of time before it completed all its intended actions protocol: {} - &ref_276 type: boolean @@ -313,9 +217,6 @@ schemas: default: name: Boolean description: Specifies whether the Terminate Scheduled event is enabled or disabled. - go: - name: bool - description: Specifies whether the Terminate Scheduled event is enabled or disabled. protocol: {} - &ref_292 type: boolean @@ -323,9 +224,6 @@ schemas: default: name: Boolean description: Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. - go: - name: bool - description: Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. protocol: {} - &ref_293 type: boolean @@ -333,9 +231,6 @@ schemas: default: name: Boolean description: Upgrade all unhealthy instances in a scale set before any healthy instances. - go: - name: bool - description: Upgrade all unhealthy instances in a scale set before any healthy instances. protocol: {} - &ref_294 type: boolean @@ -346,12 +241,6 @@ schemas: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false.

If this is set to true for Windows based scale sets, [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) is automatically set to false and cannot be set to true. - go: - name: bool - description: >- - Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false.

If this is set to true for - Windows based scale sets, [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) is automatically set to false and - cannot be set to true. protocol: {} - &ref_295 type: boolean @@ -359,9 +248,6 @@ schemas: default: name: Boolean description: Whether OS image rollback feature should be disabled. Default value is false. - go: - name: bool - description: Whether OS image rollback feature should be disabled. Default value is false. protocol: {} - &ref_296 type: boolean @@ -369,9 +255,6 @@ schemas: default: name: Boolean description: Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. - go: - name: bool - description: Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. protocol: {} - &ref_323 type: boolean @@ -379,9 +262,6 @@ schemas: default: name: Boolean description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. - go: - name: bool - description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. protocol: {} - &ref_324 type: boolean @@ -389,9 +269,6 @@ schemas: default: name: Boolean description: When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. - go: - name: bool - description: When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. protocol: {} - &ref_326 type: boolean @@ -401,11 +278,6 @@ schemas: description: >- When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true. - go: - name: bool - description: >- - When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be - modified to true. protocol: {} - &ref_327 type: boolean @@ -413,9 +285,6 @@ schemas: default: name: Boolean description: Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. - go: - name: bool - description: Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. protocol: {} - &ref_343 type: boolean @@ -423,21 +292,15 @@ schemas: default: name: Boolean description: Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). - go: - name: bool - description: Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). protocol: {} - - &ref_719 + - &ref_718 type: boolean language: default: name: Boolean description: Specifies whether to overwrite the destination virtual hard disk, in case of conflict. - go: - name: bool - description: Specifies whether to overwrite the destination virtual hard disk, in case of conflict. protocol: {} - - &ref_1813 + - &ref_1521 type: boolean apiVersions: - version: '2021-03-01' @@ -445,11 +308,8 @@ schemas: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_1878 + - &ref_1540 type: boolean apiVersions: - version: '2021-03-01' @@ -458,39 +318,27 @@ schemas: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_731 + - &ref_730 type: boolean language: default: name: Boolean description: 'Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk.' - go: - name: bool - description: 'Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk.' protocol: {} - - &ref_754 + - &ref_753 type: boolean language: default: name: Boolean description: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. - go: - name: bool - description: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. protocol: {} - - &ref_764 + - &ref_763 type: boolean language: default: name: Boolean description: Whether the operation ran out of time before it completed all its intended actions. - go: - name: bool - description: Whether the operation ran out of time before it completed all its intended actions. protocol: {} - &ref_74 type: boolean @@ -498,9 +346,6 @@ schemas: default: name: Boolean description: Whether this is a primary NIC on a virtual machine. - go: - name: bool - description: Whether this is a primary NIC on a virtual machine. protocol: {} - &ref_69 type: boolean @@ -508,19 +353,13 @@ schemas: default: name: Boolean description: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. - go: - name: bool - description: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. protocol: {} - - &ref_825 + - &ref_824 type: boolean language: default: name: Boolean description: Whether the recovery walk was performed - go: - name: bool - description: Whether the recovery walk was performed protocol: {} - &ref_380 type: boolean @@ -528,9 +367,6 @@ schemas: default: name: Boolean description: Specifies whether the latest model has been applied to the virtual machine. - go: - name: bool - description: Specifies whether the latest model has been applied to the virtual machine. protocol: {} - &ref_397 type: boolean @@ -538,9 +374,6 @@ schemas: default: name: Boolean description: Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. - go: - name: bool - description: Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. protocol: {} - &ref_398 type: boolean @@ -548,70 +381,49 @@ schemas: default: name: Boolean description: Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. - go: - name: bool - description: Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. protocol: {} - - &ref_840 + - &ref_839 type: boolean language: default: name: Boolean description: Group query result by Throttle Policy applied. - go: - name: bool - description: Group query result by Throttle Policy applied. protocol: {} - - &ref_841 + - &ref_840 type: boolean language: default: name: Boolean description: Group query result by Operation Name. - go: - name: bool - description: Group query result by Operation Name. protocol: {} - - &ref_842 + - &ref_841 type: boolean language: default: name: Boolean description: Group query result by Resource Name. - go: - name: bool - description: Group query result by Resource Name. protocol: {} - - &ref_843 + - &ref_842 type: boolean language: default: name: Boolean description: Group query result by Client Application ID. - go: - name: bool - description: Group query result by Client Application ID. protocol: {} - - &ref_844 + - &ref_843 type: boolean language: default: name: Boolean description: Group query result by User Agent. - go: - name: bool - description: Group query result by User Agent. protocol: {} - - &ref_853 + - &ref_852 type: boolean defaultValue: false language: default: name: Boolean description: The run command parameter required. - go: - name: bool - description: The run command parameter required. protocol: {} - &ref_407 type: boolean @@ -620,9 +432,6 @@ schemas: default: name: Boolean description: Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. - go: - name: bool - description: Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. protocol: {} - &ref_442 type: boolean @@ -632,11 +441,6 @@ schemas: description: >- Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is null in the request object, the existing settings remain unchanged. - go: - name: bool - description: >- - Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is - null in the request object, the existing settings remain unchanged. protocol: {} - &ref_461 type: boolean @@ -644,9 +448,6 @@ schemas: default: name: Boolean description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. - go: - name: bool - description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. protocol: {} - &ref_463 type: boolean @@ -654,9 +455,6 @@ schemas: default: name: Boolean description: Indicates the OS on a disk supports hibernation. - go: - name: bool - description: Indicates the OS on a disk supports hibernation. protocol: {} - &ref_476 type: boolean @@ -664,9 +462,6 @@ schemas: default: name: Boolean description: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. - go: - name: bool - description: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. protocol: {} - &ref_479 type: boolean @@ -674,9 +469,6 @@ schemas: default: name: Boolean description: Indicates the OS on a snapshot supports hibernation. - go: - name: bool - description: Indicates the OS on a snapshot supports hibernation. protocol: {} - &ref_487 type: boolean @@ -684,9 +476,6 @@ schemas: default: name: Boolean description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. - go: - name: bool - description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. protocol: {} - &ref_541 type: boolean @@ -694,9 +483,6 @@ schemas: default: name: Boolean description: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. - go: - name: bool - description: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. protocol: {} - &ref_530 type: boolean @@ -704,59 +490,41 @@ schemas: default: name: Boolean description: Optional. Whether or not this application reports health. - go: - name: bool - description: Optional. Whether or not this application reports health. protocol: {} - - &ref_1056 + - &ref_1055 type: boolean language: default: name: Boolean description: "(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.\r\nIf false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff." - go: - name: bool - description: "(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.\r\nIf false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff." protocol: {} - - &ref_1057 + - &ref_1056 type: boolean language: default: name: Boolean description: "(Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.\r\nThe default value is `false`." - go: - name: bool - description: "(Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.\r\nThe default value is `false`." protocol: {} - - &ref_1069 + - &ref_1068 type: boolean language: default: name: Boolean description: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available. - go: - name: bool - description: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available. protocol: {} - - &ref_1115 + - &ref_1114 type: boolean language: default: name: Boolean description: Specifies whether this is the default OS version for its family. - go: - name: bool - description: Specifies whether this is the default OS version for its family. protocol: {} - - &ref_1116 + - &ref_1115 type: boolean language: default: name: Boolean description: Specifies whether this OS version is active. - go: - name: bool - description: Specifies whether this OS version is active. protocol: {} numbers: - &ref_593 @@ -768,9 +536,6 @@ schemas: default: name: AvailabilitySetPropertiesPlatformUpdateDomainCount description: Update Domain count. - go: - name: int32 - description: Update Domain count. protocol: {} - &ref_594 type: integer @@ -781,9 +546,6 @@ schemas: default: name: AvailabilitySetPropertiesPlatformFaultDomainCount description: Fault Domain count. - go: - name: int32 - description: Fault Domain count. protocol: {} - &ref_142 type: integer @@ -794,11 +556,8 @@ schemas: default: name: SkuCapacity description: Specifies the number of virtual machines in the scale set. - go: - name: int64 - description: Specifies the number of virtual machines in the scale set. protocol: {} - - &ref_634 + - &ref_633 type: integer apiVersions: - version: '2021-03-01' @@ -809,13 +568,8 @@ schemas: description: >- The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please refer to https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list - go: - name: int32 - description: >- - The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please refer to - https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list protocol: {} - - &ref_635 + - &ref_634 type: integer apiVersions: - version: '2021-03-01' @@ -824,11 +578,8 @@ schemas: default: name: VirtualMachineSizeOsDiskSizeInMB description: The OS disk size, in MB, allowed by the virtual machine size. - go: - name: int32 - description: The OS disk size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_636 + - &ref_635 type: integer apiVersions: - version: '2021-03-01' @@ -837,11 +588,8 @@ schemas: default: name: VirtualMachineSizeResourceDiskSizeInMB description: The resource disk size, in MB, allowed by the virtual machine size. - go: - name: int32 - description: The resource disk size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_637 + - &ref_636 type: integer apiVersions: - version: '2021-03-01' @@ -850,11 +598,8 @@ schemas: default: name: VirtualMachineSizeMemoryInMB description: The amount of memory, in MB, supported by the virtual machine size. - go: - name: int32 - description: The amount of memory, in MB, supported by the virtual machine size. protocol: {} - - &ref_638 + - &ref_637 type: integer apiVersions: - version: '2021-03-01' @@ -863,9 +608,6 @@ schemas: default: name: VirtualMachineSizeMaxDataDiskCount description: The maximum number of data disks that can be attached to the virtual machine size. - go: - name: int32 - description: The maximum number of data disks that can be attached to the virtual machine size. protocol: {} - &ref_90 type: integer @@ -877,9 +619,6 @@ schemas: default: name: DedicatedHostGroupPropertiesPlatformFaultDomainCount description: Number of fault domains that the host group can span. - go: - name: int32 - description: Number of fault domains that the host group can span. protocol: {} - &ref_129 type: number @@ -890,9 +629,6 @@ schemas: default: name: DedicatedHostAllocatableVMCount description: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. - go: - name: float64 - description: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. protocol: {} - &ref_134 type: integer @@ -904,11 +640,8 @@ schemas: default: name: DedicatedHostPropertiesPlatformFaultDomain description: Fault domain of the dedicated host within a dedicated host group. - go: - name: int32 - description: Fault domain of the dedicated host within a dedicated host group. protocol: {} - - &ref_1598 + - &ref_1424 type: integer apiVersions: - version: '2021-03-01' @@ -917,9 +650,6 @@ schemas: default: name: Integer description: '' - go: - name: int32 - description: '' protocol: {} - &ref_27 type: integer @@ -930,11 +660,8 @@ schemas: default: name: DataDiskImageLun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: int32 - description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - - &ref_662 + - &ref_661 type: integer apiVersions: - version: '2021-03-01' @@ -943,11 +670,8 @@ schemas: default: name: UsageCurrentValue description: The current usage of the resource. - go: - name: int32 - description: The current usage of the resource. protocol: {} - - &ref_663 + - &ref_662 type: integer apiVersions: - version: '2021-03-01' @@ -956,9 +680,6 @@ schemas: default: name: UsageLimit description: The maximum permitted usage of the resource. - go: - name: int64 - description: The maximum permitted usage of the resource. protocol: {} - &ref_166 type: integer @@ -969,9 +690,6 @@ schemas: default: name: OSDiskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

This value cannot be larger than 1023 GB protocol: {} - &ref_168 type: integer @@ -982,9 +700,6 @@ schemas: default: name: DataDiskLun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: int32 - description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - &ref_170 type: integer @@ -995,9 +710,6 @@ schemas: default: name: DataDiskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

This value cannot be larger than 1023 GB protocol: {} - &ref_172 type: integer @@ -1008,9 +720,6 @@ schemas: default: name: DataDiskIOPSReadWrite description: Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. - go: - name: int64 - description: Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. protocol: {} - &ref_173 type: integer @@ -1021,9 +730,6 @@ schemas: default: name: DataDiskMBpsReadWrite description: Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. - go: - name: int64 - description: Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. protocol: {} - &ref_206 type: integer @@ -1034,9 +740,6 @@ schemas: default: name: VirtualMachinePublicIPAddressConfigurationPropertiesIdleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: int32 - description: The idle timeout of the public IP address. protocol: {} - &ref_221 type: number @@ -1052,14 +755,6 @@ schemas: current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

Possible values are:

- Any decimal value greater than zero. Example: 0.01538

-1 – indicates default price to be up-to on-demand.

You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

Minimum api-version: 2019-03-01. - go: - name: float64 - description: >- - Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars.

This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at - the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price.

The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the - current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

Possible values are:

- Any decimal value greater than zero. Example: 0.01538

-1 – indicates default price to be up-to - on-demand.

You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

Minimum api-version: - 2019-03-01. protocol: {} - &ref_223 type: integer @@ -1070,9 +765,6 @@ schemas: default: name: VirtualMachineInstanceViewPlatformUpdateDomain description: Specifies the update domain of the virtual machine. - go: - name: int32 - description: Specifies the update domain of the virtual machine. protocol: {} - &ref_224 type: integer @@ -1083,9 +775,6 @@ schemas: default: name: VirtualMachineInstanceViewPlatformFaultDomain description: Specifies the fault domain of the virtual machine. - go: - name: int32 - description: Specifies the fault domain of the virtual machine. protocol: {} - &ref_249 type: integer @@ -1096,9 +785,6 @@ schemas: default: name: AvailablePatchSummaryCriticalAndSecurityPatchCount description: The number of critical or security patches that have been detected as available and not yet installed. - go: - name: int32 - description: The number of critical or security patches that have been detected as available and not yet installed. protocol: {} - &ref_250 type: integer @@ -1109,9 +795,6 @@ schemas: default: name: AvailablePatchSummaryOtherPatchCount description: The number of all available patches excluding critical and security. - go: - name: int32 - description: The number of all available patches excluding critical and security. protocol: {} - &ref_263 type: integer @@ -1122,9 +805,6 @@ schemas: default: name: LastPatchInstallationSummaryNotSelectedPatchCount description: The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. - go: - name: int32 - description: The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. protocol: {} - &ref_264 type: integer @@ -1135,9 +815,6 @@ schemas: default: name: LastPatchInstallationSummaryExcludedPatchCount description: The number of all available patches but excluded explicitly by a customer-specified exclusion list match. - go: - name: int32 - description: The number of all available patches but excluded explicitly by a customer-specified exclusion list match. protocol: {} - &ref_265 type: integer @@ -1148,9 +825,6 @@ schemas: default: name: LastPatchInstallationSummaryPendingPatchCount description: The number of all available patches expected to be installed over the course of the patch installation operation. - go: - name: int32 - description: The number of all available patches expected to be installed over the course of the patch installation operation. protocol: {} - &ref_266 type: integer @@ -1161,9 +835,6 @@ schemas: default: name: LastPatchInstallationSummaryInstalledPatchCount description: The count of patches that successfully installed. - go: - name: int32 - description: The count of patches that successfully installed. protocol: {} - &ref_267 type: integer @@ -1174,9 +845,6 @@ schemas: default: name: LastPatchInstallationSummaryFailedPatchCount description: The count of patches that failed installation. - go: - name: int32 - description: The count of patches that failed installation. protocol: {} - &ref_274 type: integer @@ -1190,12 +858,6 @@ schemas: Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains.
  • This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.
  • The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.
  • This property cannot be updated once the Virtual Machine is created.
  • Fault domain assignment can be viewed in the Virtual Machine Instance View.

    Minimum api‐version: 2020‐12‐01 - go: - name: int32 - description: >- - Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault - domains.
  • This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.
  • The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.
  • This property - cannot be updated once the Virtual Machine is created.
  • Fault domain assignment can be viewed in the Virtual Machine Instance View.

    Minimum api‐version: 2020‐12‐01 protocol: {} - &ref_288 type: integer @@ -1210,11 +872,6 @@ schemas: description: >- The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%. - go: - name: int32 - description: >- - The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of - instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%. protocol: {} - &ref_289 type: integer @@ -1229,11 +886,6 @@ schemas: description: >- The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%. - go: - name: int32 - description: >- - The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health - checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%. protocol: {} - &ref_290 type: integer @@ -1248,11 +900,6 @@ schemas: description: >- The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%. - go: - name: int32 - description: >- - The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The - default value for this parameter is 20%. protocol: {} - &ref_307 type: integer @@ -1263,9 +910,6 @@ schemas: default: name: VirtualMachineScaleSetOSDiskSizeGB description: Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_310 type: integer @@ -1276,9 +920,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskLun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: int32 - description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - &ref_311 type: integer @@ -1289,9 +930,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_313 type: integer @@ -1302,9 +940,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskIOPSReadWrite description: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. - go: - name: int64 - description: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. protocol: {} - &ref_314 type: integer @@ -1315,9 +950,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskMBpsReadWrite description: Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. - go: - name: int64 - description: Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. protocol: {} - &ref_51 type: integer @@ -1328,9 +960,6 @@ schemas: default: name: VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesIdleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: int32 - description: The idle timeout of the public IP address. protocol: {} - &ref_328 type: integer @@ -1341,9 +970,6 @@ schemas: default: name: VirtualMachineScaleSetPropertiesPlatformFaultDomainCount description: Fault Domain count for each placement group. - go: - name: int32 - description: Fault Domain count for each placement group. protocol: {} - &ref_341 type: integer @@ -1354,9 +980,6 @@ schemas: default: name: ImageDiskSizeGB description: Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_338 type: integer @@ -1367,9 +990,6 @@ schemas: default: name: ImageDataDiskLun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: int32 - description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - &ref_357 type: integer @@ -1380,9 +1000,6 @@ schemas: default: name: RestorePointSourceVMOSDiskSizeGB description: Gets the disk size in GB. - go: - name: int32 - description: Gets the disk size in GB. protocol: {} - &ref_358 type: integer @@ -1393,9 +1010,6 @@ schemas: default: name: RestorePointSourceVMDataDiskLun description: Gets the logical unit number. - go: - name: int32 - description: Gets the logical unit number. protocol: {} - &ref_360 type: integer @@ -1406,9 +1020,6 @@ schemas: default: name: RestorePointSourceVMDataDiskSizeGB description: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. - go: - name: int32 - description: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. protocol: {} - &ref_367 type: integer @@ -1419,9 +1030,6 @@ schemas: default: name: RestorePointProvisioningDetailsTotalUsedSizeInBytes description: Gets the total size of the data in all the disks which are part of the restore point. - go: - name: int64 - description: Gets the total size of the data in all the disks which are part of the restore point. protocol: {} - &ref_368 type: integer @@ -1432,11 +1040,8 @@ schemas: default: name: RestorePointProvisioningDetailsStatusCode description: Gets the status of the Create restore point operation. - go: - name: int32 - description: Gets the status of the Create restore point operation. protocol: {} - - &ref_735 + - &ref_734 type: integer apiVersions: - version: '2021-03-01' @@ -1445,11 +1050,8 @@ schemas: default: name: VirtualMachineAssessPatchesResultCriticalAndSecurityPatchCount description: The number of critical or security patches that have been detected as available and not yet installed. - go: - name: int32 - description: The number of critical or security patches that have been detected as available and not yet installed. protocol: {} - - &ref_736 + - &ref_735 type: integer apiVersions: - version: '2021-03-01' @@ -1458,11 +1060,8 @@ schemas: default: name: VirtualMachineAssessPatchesResultOtherPatchCount description: The number of all available patches excluding critical and security. - go: - name: int32 - description: The number of all available patches excluding critical and security. protocol: {} - - &ref_765 + - &ref_764 type: integer apiVersions: - version: '2021-03-01' @@ -1471,11 +1070,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultExcludedPatchCount description: The number of patches that were not installed due to the user blocking their installation. - go: - name: int32 - description: The number of patches that were not installed due to the user blocking their installation. protocol: {} - - &ref_766 + - &ref_765 type: integer apiVersions: - version: '2021-03-01' @@ -1484,11 +1080,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultNotSelectedPatchCount description: The number of patches that were detected as available for install, but did not meet the operation's criteria. - go: - name: int32 - description: The number of patches that were detected as available for install, but did not meet the operation's criteria. protocol: {} - - &ref_767 + - &ref_766 type: integer apiVersions: - version: '2021-03-01' @@ -1497,11 +1090,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultPendingPatchCount description: The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. - go: - name: int32 - description: The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. protocol: {} - - &ref_768 + - &ref_767 type: integer apiVersions: - version: '2021-03-01' @@ -1510,11 +1100,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultInstalledPatchCount description: The number of patches successfully installed. - go: - name: int32 - description: The number of patches successfully installed. protocol: {} - - &ref_769 + - &ref_768 type: integer apiVersions: - version: '2021-03-01' @@ -1523,11 +1110,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultFailedPatchCount description: The number of patches that could not be installed due to some issue. See errors for details. - go: - name: int32 - description: The number of patches that could not be installed due to some issue. See errors for details. protocol: {} - - &ref_612 + - &ref_611 type: integer apiVersions: - version: '2021-03-01' @@ -1536,9 +1120,6 @@ schemas: default: name: VirtualMachineScaleSetUpdateOSDiskSizeGB description: Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_71 type: integer @@ -1549,11 +1130,8 @@ schemas: default: name: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationPropertiesIdleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: int32 - description: The idle timeout of the public IP address. protocol: {} - - &ref_791 + - &ref_790 type: integer apiVersions: - version: '2021-03-01' @@ -1562,11 +1140,8 @@ schemas: default: name: VirtualMachineStatusCodeCount description: The number of instances having a particular status code. - go: - name: int32 - description: The number of instances having a particular status code. protocol: {} - - &ref_802 + - &ref_801 type: integer apiVersions: - version: '2021-03-01' @@ -1575,11 +1150,8 @@ schemas: default: name: VirtualMachineScaleSetSkuCapacityMinimum description: The minimum capacity. - go: - name: int64 - description: The minimum capacity. protocol: {} - - &ref_803 + - &ref_802 type: integer apiVersions: - version: '2021-03-01' @@ -1588,11 +1160,8 @@ schemas: default: name: VirtualMachineScaleSetSkuCapacityMaximum description: The maximum capacity that can be set. - go: - name: int64 - description: The maximum capacity that can be set. protocol: {} - - &ref_804 + - &ref_803 type: integer apiVersions: - version: '2021-03-01' @@ -1601,9 +1170,6 @@ schemas: default: name: VirtualMachineScaleSetSkuCapacityDefaultCapacity description: The default capacity. - go: - name: int64 - description: The default capacity. protocol: {} - &ref_375 type: integer @@ -1614,9 +1180,6 @@ schemas: default: name: RollingUpgradeProgressInfoSuccessfulInstanceCount description: The number of instances that have been successfully upgraded. - go: - name: int32 - description: The number of instances that have been successfully upgraded. protocol: {} - &ref_376 type: integer @@ -1627,9 +1190,6 @@ schemas: default: name: RollingUpgradeProgressInfoFailedInstanceCount description: The number of instances that have failed to be upgraded successfully. - go: - name: int32 - description: The number of instances that have failed to be upgraded successfully. protocol: {} - &ref_377 type: integer @@ -1640,9 +1200,6 @@ schemas: default: name: RollingUpgradeProgressInfoInProgressInstanceCount description: The number of instances that are currently being upgraded. - go: - name: int32 - description: The number of instances that are currently being upgraded. protocol: {} - &ref_378 type: integer @@ -1653,11 +1210,8 @@ schemas: default: name: RollingUpgradeProgressInfoPendingInstanceCount description: The number of instances that have not yet begun to be upgraded. - go: - name: int32 - description: The number of instances that have not yet begun to be upgraded. protocol: {} - - &ref_814 + - &ref_813 type: integer apiVersions: - version: '2021-03-01' @@ -1666,11 +1220,8 @@ schemas: default: name: RollbackStatusInfoSuccessfullyRolledbackInstanceCount description: The number of instances which have been successfully rolled back. - go: - name: int32 - description: The number of instances which have been successfully rolled back. protocol: {} - - &ref_815 + - &ref_814 type: integer apiVersions: - version: '2021-03-01' @@ -1679,11 +1230,8 @@ schemas: default: name: RollbackStatusInfoFailedRolledbackInstanceCount description: The number of instances which failed to rollback. - go: - name: int32 - description: The number of instances which failed to rollback. protocol: {} - - &ref_826 + - &ref_825 type: integer apiVersions: - version: '2021-03-01' @@ -1692,9 +1240,6 @@ schemas: default: name: RecoveryWalkResponseNextPlatformUpdateDomain description: The next update domain that needs to be walked. Null means walk spanning all update domains has been completed - go: - name: int32 - description: The next update domain that needs to be walked. Null means walk spanning all update domains has been completed protocol: {} - &ref_382 type: integer @@ -1705,9 +1250,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewPlatformUpdateDomain description: The Update Domain count. - go: - name: int32 - description: The Update Domain count. protocol: {} - &ref_383 type: integer @@ -1718,9 +1260,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewPlatformFaultDomain description: The Fault Domain count. - go: - name: int32 - description: The Fault Domain count. protocol: {} - &ref_410 type: integer @@ -1731,9 +1270,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesTimeoutInSeconds description: The timeout in seconds to execute the run command. - go: - name: int32 - description: The timeout in seconds to execute the run command. protocol: {} - &ref_416 type: integer @@ -1744,11 +1280,8 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewExitCode description: Exit code returned from script execution. - go: - name: int32 - description: Exit code returned from script execution. protocol: {} - - &ref_872 + - &ref_871 type: integer apiVersions: - version: '2019-04-01' @@ -1757,11 +1290,8 @@ schemas: default: name: ResourceSkuCapacityMinimum description: The minimum capacity. - go: - name: int64 - description: The minimum capacity. protocol: {} - - &ref_873 + - &ref_872 type: integer apiVersions: - version: '2019-04-01' @@ -1770,11 +1300,8 @@ schemas: default: name: ResourceSkuCapacityMaximum description: The maximum capacity that can be set. - go: - name: int64 - description: The maximum capacity that can be set. protocol: {} - - &ref_874 + - &ref_873 type: integer apiVersions: - version: '2019-04-01' @@ -1783,11 +1310,8 @@ schemas: default: name: ResourceSkuCapacityDefault description: The default capacity. - go: - name: int64 - description: The default capacity. protocol: {} - - &ref_884 + - &ref_883 type: integer apiVersions: - version: '2019-04-01' @@ -1796,9 +1320,6 @@ schemas: default: name: ResourceSkuCostsQuantity description: The multiplier is needed to extend the base metered cost. - go: - name: int64 - description: The multiplier is needed to extend the base metered cost. protocol: {} - &ref_432 type: integer @@ -1809,9 +1330,6 @@ schemas: default: name: ImageDiskReferenceLun description: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. - go: - name: int32 - description: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. protocol: {} - &ref_437 type: integer @@ -1824,11 +1342,6 @@ schemas: description: >- If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer). - go: - name: int64 - description: >- - If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for - the VHD footer). protocol: {} - &ref_438 type: integer @@ -1839,9 +1352,6 @@ schemas: default: name: CreationDataLogicalSectorSize description: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. - go: - name: int32 - description: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. protocol: {} - &ref_439 type: integer @@ -1854,11 +1364,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: int32 - description: >- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed - if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - &ref_440 type: integer @@ -1869,9 +1374,6 @@ schemas: default: name: DiskPropertiesDiskSizeBytes description: The size of the disk in bytes. This field is read only. - go: - name: int64 - description: The size of the disk in bytes. This field is read only. protocol: {} - &ref_449 type: integer @@ -1882,9 +1384,6 @@ schemas: default: name: DiskPropertiesDiskIOPSReadWrite description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. - go: - name: int64 - description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. protocol: {} - &ref_450 type: integer @@ -1895,9 +1394,6 @@ schemas: default: name: DiskPropertiesDiskMBpsReadWrite description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: int64 - description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - &ref_451 type: integer @@ -1908,9 +1404,6 @@ schemas: default: name: DiskPropertiesDiskIOPSReadOnly description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. - go: - name: int64 - description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. protocol: {} - &ref_452 type: integer @@ -1921,9 +1414,6 @@ schemas: default: name: DiskPropertiesDiskMBpsReadOnly description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: int64 - description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - &ref_456 type: integer @@ -1934,11 +1424,8 @@ schemas: default: name: DiskPropertiesMaxShares description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. - go: - name: int32 - description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. protocol: {} - - &ref_908 + - &ref_907 type: integer apiVersions: - version: '2020-12-01' @@ -1949,13 +1436,8 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: int32 - description: >- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed - if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - - &ref_909 + - &ref_908 type: integer apiVersions: - version: '2020-12-01' @@ -1964,11 +1446,8 @@ schemas: default: name: DiskUpdatePropertiesDiskIOPSReadWrite description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. - go: - name: int64 - description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. protocol: {} - - &ref_910 + - &ref_909 type: integer apiVersions: - version: '2020-12-01' @@ -1977,11 +1456,8 @@ schemas: default: name: DiskUpdatePropertiesDiskMBpsReadWrite description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: int64 - description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - - &ref_911 + - &ref_910 type: integer apiVersions: - version: '2020-12-01' @@ -1990,11 +1466,8 @@ schemas: default: name: DiskUpdatePropertiesDiskIOPSReadOnly description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. - go: - name: int64 - description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. protocol: {} - - &ref_912 + - &ref_911 type: integer apiVersions: - version: '2020-12-01' @@ -2003,11 +1476,8 @@ schemas: default: name: DiskUpdatePropertiesDiskMBpsReadOnly description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: int64 - description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - - &ref_913 + - &ref_912 type: integer apiVersions: - version: '2020-12-01' @@ -2016,11 +1486,8 @@ schemas: default: name: DiskUpdatePropertiesMaxShares description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. - go: - name: int32 - description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. protocol: {} - - &ref_920 + - &ref_919 type: integer apiVersions: - version: '2020-12-01' @@ -2029,9 +1496,6 @@ schemas: default: name: GrantAccessDataDurationInSeconds description: Time duration in seconds until the SAS access expires. - go: - name: int32 - description: Time duration in seconds until the SAS access expires. protocol: {} - &ref_471 type: integer @@ -2044,11 +1508,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: int32 - description: >- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed - if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - &ref_472 type: integer @@ -2059,11 +1518,8 @@ schemas: default: name: SnapshotPropertiesDiskSizeBytes description: The size of the disk in bytes. This field is read only. - go: - name: int64 - description: The size of the disk in bytes. This field is read only. protocol: {} - - &ref_924 + - &ref_923 type: integer apiVersions: - version: '2020-12-01' @@ -2074,11 +1530,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: int32 - description: >- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed - if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - &ref_513 type: integer @@ -2089,9 +1540,6 @@ schemas: default: name: ResourceRangeMin description: The minimum number of the resource. - go: - name: int32 - description: The minimum number of the resource. protocol: {} - &ref_514 type: integer @@ -2102,9 +1550,6 @@ schemas: default: name: ResourceRangeMax description: The maximum number of the resource. - go: - name: int32 - description: The maximum number of the resource. protocol: {} - &ref_533 type: integer @@ -2115,9 +1560,6 @@ schemas: default: name: TargetRegionRegionalReplicaCount description: The number of replicas of the Image Version to be created per region. This property is updatable. - go: - name: int32 - description: The number of replicas of the Image Version to be created per region. This property is updatable. protocol: {} - &ref_537 type: integer @@ -2128,9 +1570,6 @@ schemas: default: name: DataDiskImageEncryptionLun description: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. - go: - name: int32 - description: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. protocol: {} - &ref_540 type: integer @@ -2141,9 +1580,6 @@ schemas: default: name: GalleryArtifactPublishingProfileBaseReplicaCount description: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. - go: - name: int32 - description: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. protocol: {} - &ref_551 type: integer @@ -2154,9 +1590,6 @@ schemas: default: name: GalleryDiskImageSizeInGB description: This property indicates the size of the VHD to be created. - go: - name: int32 - description: This property indicates the size of the VHD to be created. protocol: {} - &ref_549 type: integer @@ -2167,9 +1600,6 @@ schemas: default: name: GalleryDataDiskImageLun description: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. - go: - name: int32 - description: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. protocol: {} - &ref_558 type: integer @@ -2180,11 +1610,8 @@ schemas: default: name: RegionalReplicationStatusProgress description: It indicates progress of the replication job. - go: - name: int32 - description: It indicates progress of the replication job. protocol: {} - - &ref_1022 + - &ref_1021 type: integer apiVersions: - version: '2021-03-01' @@ -2193,11 +1620,8 @@ schemas: default: name: RoleInstanceViewPlatformUpdateDomain description: The Update Domain. - go: - name: int32 - description: The Update Domain. protocol: {} - - &ref_1023 + - &ref_1022 type: integer apiVersions: - version: '2021-03-01' @@ -2206,11 +1630,8 @@ schemas: default: name: RoleInstanceViewPlatformFaultDomain description: The Fault Domain. - go: - name: int32 - description: The Fault Domain. protocol: {} - - &ref_1042 + - &ref_1041 type: integer apiVersions: - version: '2021-03-01' @@ -2219,11 +1640,8 @@ schemas: default: name: CloudServiceRoleSkuCapacity description: Specifies the number of role instances in the cloud service. - go: - name: int64 - description: Specifies the number of role instances in the cloud service. protocol: {} - - &ref_1095 + - &ref_1094 type: integer apiVersions: - version: '2021-03-01' @@ -2232,9 +1650,6 @@ schemas: default: name: StatusCodeCount description: Number of instances having this status code - go: - name: int32 - description: Number of instances having this status code protocol: {} strings: - &ref_0 @@ -2243,9 +1658,6 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - &ref_9 type: string @@ -2255,9 +1667,6 @@ schemas: default: name: ComputeOperationValueOrigin description: The origin of the compute operation. - go: - name: string - description: The origin of the compute operation. protocol: {} - &ref_10 type: string @@ -2267,9 +1676,6 @@ schemas: default: name: ComputeOperationValueName description: The name of the compute operation. - go: - name: string - description: The name of the compute operation. protocol: {} - &ref_11 type: string @@ -2279,9 +1685,6 @@ schemas: default: name: ComputeOperationValueDisplayOperation description: The display name of the compute operation. - go: - name: string - description: The display name of the compute operation. protocol: {} - &ref_12 type: string @@ -2291,9 +1694,6 @@ schemas: default: name: ComputeOperationValueDisplayResource description: The display name of the resource the operation applies to. - go: - name: string - description: The display name of the resource the operation applies to. protocol: {} - &ref_13 type: string @@ -2303,9 +1703,6 @@ schemas: default: name: ComputeOperationValueDisplayDescription description: The description of the operation. - go: - name: string - description: The description of the operation. protocol: {} - &ref_14 type: string @@ -2315,9 +1712,6 @@ schemas: default: name: ComputeOperationValueDisplayProvider description: The resource provider for the operation. - go: - name: string - description: The resource provider for the operation. protocol: {} - &ref_1 type: string @@ -2328,12 +1722,8 @@ schemas: name: String description: '' header: x-ms-request-id - go: - name: string - description: '' - header: x-ms-request-id protocol: {} - - &ref_1326 + - &ref_1325 type: string apiVersions: - version: '2021-03-01' @@ -2344,9 +1734,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_83 type: string @@ -2356,9 +1743,6 @@ schemas: default: name: SubResourceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_84 type: string @@ -2368,9 +1752,6 @@ schemas: default: name: InstanceViewStatusCode description: The status code. - go: - name: string - description: The status code. protocol: {} - &ref_86 type: string @@ -2380,9 +1761,6 @@ schemas: default: name: InstanceViewStatusDisplayStatus description: The short localizable label for the status. - go: - name: string - description: The short localizable label for the status. protocol: {} - &ref_87 type: string @@ -2392,9 +1770,6 @@ schemas: default: name: InstanceViewStatusMessage description: The detailed status message, including for alerts and error messages. - go: - name: string - description: The detailed status message, including for alerts and error messages. protocol: {} - &ref_140 type: string @@ -2404,9 +1779,6 @@ schemas: default: name: SkuName description: The sku name. - go: - name: string - description: The sku name. protocol: {} - &ref_141 type: string @@ -2416,9 +1788,6 @@ schemas: default: name: SkuTier description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** - go: - name: string - description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** protocol: {} - &ref_587 type: string @@ -2430,9 +1799,6 @@ schemas: default: name: ResourceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_588 type: string @@ -2444,9 +1810,6 @@ schemas: default: name: ResourceName description: Resource name - go: - name: string - description: Resource name protocol: {} - &ref_589 type: string @@ -2458,9 +1821,6 @@ schemas: default: name: ResourceType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_590 type: string @@ -2472,9 +1832,6 @@ schemas: default: name: ResourceLocation description: Resource location - go: - name: string - description: Resource location protocol: {} - &ref_2 type: string @@ -2486,11 +1843,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_632 + - &ref_631 type: string apiVersions: - version: '2021-03-01' @@ -2498,9 +1852,6 @@ schemas: default: name: AvailabilitySetListResultNextLink description: The URI to fetch the next page of AvailabilitySets. Call ListNext() with this URI to fetch the next page of AvailabilitySets. - go: - name: string - description: The URI to fetch the next page of AvailabilitySets. Call ListNext() with this URI to fetch the next page of AvailabilitySets. protocol: {} - &ref_3 type: string @@ -2510,11 +1861,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_633 + - &ref_632 type: string apiVersions: - version: '2021-03-01' @@ -2522,11 +1870,8 @@ schemas: default: name: VirtualMachineSizeName description: The name of the virtual machine size. - go: - name: string - description: The name of the virtual machine size. protocol: {} - - &ref_641 + - &ref_640 type: string apiVersions: - version: '2021-03-01' @@ -2534,9 +1879,6 @@ schemas: default: name: ProximityPlacementGroupListResultNextLink description: The URI to fetch the next page of proximity placement groups. - go: - name: string - description: The URI to fetch the next page of proximity placement groups. protocol: {} - &ref_125 type: string @@ -2546,9 +1888,6 @@ schemas: default: name: SubResourceReadOnlyId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_131 type: string @@ -2558,9 +1897,6 @@ schemas: default: name: DedicatedHostInstanceViewWithName description: The name of the dedicated host. - go: - name: string - description: The name of the dedicated host. protocol: {} - &ref_127 type: string @@ -2570,9 +1906,6 @@ schemas: default: name: DedicatedHostInstanceViewAssetId description: Specifies the unique id of the dedicated physical machine on which the dedicated host resides. - go: - name: string - description: Specifies the unique id of the dedicated physical machine on which the dedicated host resides. protocol: {} - &ref_128 type: string @@ -2582,9 +1915,6 @@ schemas: default: name: DedicatedHostAllocatableVMSize description: VM size in terms of which the unutilized capacity is represented. - go: - name: string - description: VM size in terms of which the unutilized capacity is represented. protocol: {} - &ref_133 type: string @@ -2594,11 +1924,8 @@ schemas: default: name: DedicatedHostGroupZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_600 + - &ref_599 type: string apiVersions: - version: '2021-03-01' @@ -2606,11 +1933,8 @@ schemas: default: name: DedicatedHostGroupUpdateZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_645 + - &ref_644 type: string apiVersions: - version: '2021-03-01' @@ -2618,9 +1942,6 @@ schemas: default: name: DedicatedHostGroupListResultNextLink description: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups. - go: - name: string - description: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups. protocol: {} - &ref_136 type: string @@ -2630,9 +1951,6 @@ schemas: default: name: DedicatedHostPropertiesHostId description: A unique id generated and assigned to the dedicated host by the platform.

    Does not change throughout the lifetime of the host. - go: - name: string - description: A unique id generated and assigned to the dedicated host by the platform.

    Does not change throughout the lifetime of the host. protocol: {} - &ref_139 type: string @@ -2642,11 +1960,8 @@ schemas: default: name: DedicatedHostPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - - &ref_646 + - &ref_645 type: string apiVersions: - version: '2021-03-01' @@ -2654,9 +1969,6 @@ schemas: default: name: DedicatedHostListResultNextLink description: The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts. - go: - name: string - description: The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts. protocol: {} - &ref_143 type: string @@ -2668,13 +1980,8 @@ schemas: description: >- SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when generateKeyPair is called. If the public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format. - go: - name: string - description: >- - SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when generateKeyPair is called. If the - public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format. protocol: {} - - &ref_647 + - &ref_646 type: string apiVersions: - version: '2021-03-01' @@ -2682,11 +1989,8 @@ schemas: default: name: SshPublicKeysGroupListResultNextLink description: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys. - go: - name: string - description: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys. protocol: {} - - &ref_648 + - &ref_647 type: string apiVersions: - version: '2021-03-01' @@ -2694,11 +1998,8 @@ schemas: default: name: SshPublicKeyGenerateKeyPairResultPrivateKey description: Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret. - go: - name: string - description: Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret. protocol: {} - - &ref_649 + - &ref_648 type: string apiVersions: - version: '2021-03-01' @@ -2706,11 +2007,8 @@ schemas: default: name: SshPublicKeyGenerateKeyPairResultPublicKey description: Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format. - go: - name: string - description: Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format. protocol: {} - - &ref_650 + - &ref_649 type: string apiVersions: - version: '2021-03-01' @@ -2718,9 +2016,6 @@ schemas: default: name: SshPublicKeyGenerateKeyPairResultId description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} - go: - name: string - description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} protocol: {} - &ref_144 type: string @@ -2730,9 +2025,6 @@ schemas: default: name: VirtualMachineExtensionImagePropertiesOperatingSystem description: The operating system this extension supports. - go: - name: string - description: The operating system this extension supports. protocol: {} - &ref_145 type: string @@ -2742,9 +2034,6 @@ schemas: default: name: VirtualMachineExtensionImagePropertiesComputeRole description: The type of role (IaaS or PaaS) this extension supports. - go: - name: string - description: The type of role (IaaS or PaaS) this extension supports. protocol: {} - &ref_146 type: string @@ -2754,9 +2043,6 @@ schemas: default: name: VirtualMachineExtensionImagePropertiesHandlerSchema description: The schema defined by publisher, where extension consumers should provide settings in a matching schema. - go: - name: string - description: The schema defined by publisher, where extension consumers should provide settings in a matching schema. protocol: {} - &ref_107 type: string @@ -2766,9 +2052,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesForceUpdateTag description: How the extension handler should be forced to update even if the extension configuration has not changed. - go: - name: string - description: How the extension handler should be forced to update even if the extension configuration has not changed. protocol: {} - &ref_108 type: string @@ -2778,9 +2061,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesPublisher description: The name of the extension handler publisher. - go: - name: string - description: The name of the extension handler publisher. protocol: {} - &ref_109 type: string @@ -2790,9 +2070,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_110 type: string @@ -2802,9 +2079,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_111 type: string @@ -2814,9 +2088,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_112 type: string @@ -2826,9 +2097,6 @@ schemas: default: name: VirtualMachineExtensionInstanceViewName description: The virtual machine extension name. - go: - name: string - description: The virtual machine extension name. protocol: {} - &ref_113 type: string @@ -2838,9 +2106,6 @@ schemas: default: name: VirtualMachineExtensionInstanceViewType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_114 type: string @@ -2850,9 +2115,6 @@ schemas: default: name: VirtualMachineExtensionInstanceViewTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_117 type: string @@ -2862,9 +2124,6 @@ schemas: default: name: VirtualMachineExtensionUpdatePropertiesForceUpdateTag description: How the extension handler should be forced to update even if the extension configuration has not changed. - go: - name: string - description: How the extension handler should be forced to update even if the extension configuration has not changed. protocol: {} - &ref_118 type: string @@ -2874,9 +2133,6 @@ schemas: default: name: VirtualMachineExtensionUpdatePropertiesPublisher description: The name of the extension handler publisher. - go: - name: string - description: The name of the extension handler publisher. protocol: {} - &ref_119 type: string @@ -2886,9 +2142,6 @@ schemas: default: name: VirtualMachineExtensionUpdatePropertiesType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_120 type: string @@ -2898,9 +2151,6 @@ schemas: default: name: VirtualMachineExtensionUpdatePropertiesTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_23 type: string @@ -2911,9 +2161,6 @@ schemas: default: name: PurchasePlanPublisher description: The publisher ID. - go: - name: string - description: The publisher ID. protocol: {} - &ref_24 type: string @@ -2924,9 +2171,6 @@ schemas: default: name: PurchasePlanName description: The plan ID. - go: - name: string - description: The plan ID. protocol: {} - &ref_25 type: string @@ -2937,9 +2181,6 @@ schemas: default: name: PurchasePlanProduct description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: string - description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} - &ref_31 type: string @@ -2949,9 +2190,6 @@ schemas: default: name: VirtualMachineImageFeatureName description: The name of the feature. - go: - name: string - description: The name of the feature. protocol: {} - &ref_32 type: string @@ -2961,9 +2199,6 @@ schemas: default: name: VirtualMachineImageFeatureValue description: The corresponding value for the feature. - go: - name: string - description: The corresponding value for the feature. protocol: {} - &ref_34 type: string @@ -2973,9 +2208,6 @@ schemas: default: name: VirtualMachineImageResourceName description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - &ref_35 type: string @@ -2985,9 +2217,6 @@ schemas: default: name: VirtualMachineImageResourceLocation description: The supported Azure location of the resource. - go: - name: string - description: The supported Azure location of the resource. protocol: {} - &ref_37 type: string @@ -2998,9 +2227,6 @@ schemas: default: name: ExtendedLocationName description: The name of the extended location. - go: - name: string - description: The name of the extended location. protocol: {} - &ref_253 type: string @@ -3012,9 +2238,6 @@ schemas: default: name: ApiErrorBaseCode description: The error code. - go: - name: string - description: The error code. protocol: {} - &ref_254 type: string @@ -3026,9 +2249,6 @@ schemas: default: name: ApiErrorBaseTarget description: The target of the particular error. - go: - name: string - description: The target of the particular error. protocol: {} - &ref_255 type: string @@ -3040,9 +2260,6 @@ schemas: default: name: ApiErrorBaseMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - &ref_256 type: string @@ -3054,9 +2271,6 @@ schemas: default: name: InnerErrorExceptiontype description: The exception type. - go: - name: string - description: The exception type. protocol: {} - &ref_257 type: string @@ -3068,9 +2282,6 @@ schemas: default: name: InnerErrorErrordetail description: The internal error message or exception dump. - go: - name: string - description: The internal error message or exception dump. protocol: {} - &ref_258 type: string @@ -3082,9 +2293,6 @@ schemas: default: name: ApiErrorCode description: The error code. - go: - name: string - description: The error code. protocol: {} - &ref_259 type: string @@ -3096,9 +2304,6 @@ schemas: default: name: ApiErrorTarget description: The target of the particular error. - go: - name: string - description: The target of the particular error. protocol: {} - &ref_260 type: string @@ -3110,11 +2315,8 @@ schemas: default: name: ApiErrorMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - - &ref_1764 + - &ref_1503 type: string apiVersions: - version: '2021-03-01' @@ -3123,11 +2325,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_664 + - &ref_663 type: string apiVersions: - version: '2021-03-01' @@ -3135,11 +2334,8 @@ schemas: default: name: UsageNameValue description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - - &ref_665 + - &ref_664 type: string apiVersions: - version: '2021-03-01' @@ -3147,11 +2343,8 @@ schemas: default: name: UsageNameLocalizedValue description: The localized name of the resource. - go: - name: string - description: The localized name of the resource. protocol: {} - - &ref_666 + - &ref_665 type: string apiVersions: - version: '2021-03-01' @@ -3159,9 +2352,6 @@ schemas: default: name: ListUsagesResultNextLink description: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. - go: - name: string - description: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. protocol: {} - &ref_150 type: string @@ -3171,9 +2361,6 @@ schemas: default: name: PlanName description: The plan ID. - go: - name: string - description: The plan ID. protocol: {} - &ref_151 type: string @@ -3183,9 +2370,6 @@ schemas: default: name: PlanPublisher description: The publisher ID. - go: - name: string - description: The publisher ID. protocol: {} - &ref_152 type: string @@ -3195,9 +2379,6 @@ schemas: default: name: PlanProduct description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: string - description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} - &ref_153 type: string @@ -3207,9 +2388,6 @@ schemas: default: name: PlanPromotionCode description: The promotion code. - go: - name: string - description: The promotion code. protocol: {} - &ref_39 type: string @@ -3219,9 +2397,6 @@ schemas: default: name: ImageReferencePublisher description: The image publisher. - go: - name: string - description: The image publisher. protocol: {} - &ref_40 type: string @@ -3231,9 +2406,6 @@ schemas: default: name: ImageReferenceOffer description: Specifies the offer of the platform image or marketplace image used to create the virtual machine. - go: - name: string - description: Specifies the offer of the platform image or marketplace image used to create the virtual machine. protocol: {} - &ref_41 type: string @@ -3243,9 +2415,6 @@ schemas: default: name: ImageReferenceSku description: The image SKU. - go: - name: string - description: The image SKU. protocol: {} - &ref_42 type: string @@ -3257,11 +2426,6 @@ schemas: description: >- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. - go: - name: string - description: >- - Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the - latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. protocol: {} - &ref_43 type: string @@ -3271,9 +2435,6 @@ schemas: default: name: ImageReferenceExactVersion description: Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'. - go: - name: string - description: Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'. protocol: {} - &ref_155 type: string @@ -3283,9 +2444,6 @@ schemas: default: name: KeyVaultSecretReferenceSecretUrl description: The URL referencing a secret in a Key Vault. - go: - name: string - description: The URL referencing a secret in a Key Vault. protocol: {} - &ref_156 type: string @@ -3295,9 +2453,6 @@ schemas: default: name: KeyVaultKeyReferenceKeyUrl description: The URL referencing a key encryption key in Key Vault. - go: - name: string - description: The URL referencing a key encryption key in Key Vault. protocol: {} - &ref_158 type: string @@ -3307,9 +2462,6 @@ schemas: default: name: OSDiskName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_159 type: string @@ -3319,9 +2471,6 @@ schemas: default: name: VirtualHardDiskUri description: Specifies the virtual hard disk's uri. - go: - name: string - description: Specifies the virtual hard disk's uri. protocol: {} - &ref_169 type: string @@ -3331,9 +2480,6 @@ schemas: default: name: DataDiskName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_176 type: string @@ -3345,11 +2491,6 @@ schemas: description: >- Specifies the host OS name of the virtual machine.

    This name cannot be updated after the VM is created.

    **Max-length (Windows):** 15 characters

    **Max-length (Linux):** 64 characters.

    For naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules). - go: - name: string - description: >- - Specifies the host OS name of the virtual machine.

    This name cannot be updated after the VM is created.

    **Max-length (Windows):** 15 characters

    **Max-length (Linux):** 64 characters.

    For - naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules). protocol: {} - &ref_177 type: string @@ -3362,12 +2503,6 @@ schemas: Specifies the name of the administrator account.

    This property cannot be updated after the VM is created.

    **Windows-only restriction:** Cannot end in "."

    **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters. - go: - name: string - description: >- - Specifies the name of the administrator account.

    This property cannot be updated after the VM is created.

    **Windows-only restriction:** Cannot end in "."

    **Disallowed values:** "administrator", - "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", - "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters. protocol: {} - &ref_178 type: string @@ -3382,14 +2517,6 @@ schemas:

    **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) - go: - name: string - description: >- - Specifies the password of the administrator account.

    **Minimum-length (Windows):** 8 characters

    **Minimum-length (Linux):** 6 characters

    **Max-length (Windows):** 123 characters

    **Max-length - (Linux):** 72 characters

    **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
    Has lower characters
    Has upper characters
    Has a digit
    Has a special character (Regex match [\W_]) -

    **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote - Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure - Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) protocol: {} - &ref_179 type: string @@ -3403,13 +2530,6 @@ schemas: Do not pass any secrets or passwords in customData property**

    This property cannot be updated after the VM is created.

    customData is passed to the VM to be saved as a file, for more information see [Custom Data on Azure VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/)

    For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) - go: - name: string - description: >- - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.

    **Note: - Do not pass any secrets or passwords in customData property**

    This property cannot be updated after the VM is created.

    customData is passed to the VM to be saved as a file, for more information see [Custom Data - on Azure VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/)

    For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during - creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) protocol: {} - &ref_182 type: string @@ -3421,11 +2541,6 @@ schemas: description: >- Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".

    Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones). - go: - name: string - description: >- - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".

    Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from - time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones). protocol: {} - &ref_186 type: string @@ -3435,9 +2550,6 @@ schemas: default: name: AdditionalUnattendContent description: Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. - go: - name: string - description: Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. protocol: {} - &ref_191 type: string @@ -3450,12 +2562,6 @@ schemas: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    "data":"",
    "dataType":"pfx",
    "password":""
    } - go: - name: string - description: >- - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key - vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    - "data":"",
    "dataType":"pfx",
    "password":""
    } protocol: {} - &ref_193 type: string @@ -3465,9 +2571,6 @@ schemas: default: name: SshPublicKeyPath description: 'Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys' - go: - name: string - description: 'Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys' protocol: {} - &ref_194 type: string @@ -3479,11 +2582,6 @@ schemas: description: >- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format.

    For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). - go: - name: string - description: >- - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format.

    For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in - Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). protocol: {} - &ref_197 type: string @@ -3496,12 +2594,6 @@ schemas: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    "data":"",
    "dataType":"pfx",
    "password":""
    } - go: - name: string - description: >- - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key - vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    - "data":"",
    "dataType":"pfx",
    "password":""
    } protocol: {} - &ref_198 type: string @@ -3513,11 +2605,6 @@ schemas: description: >- For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account.

    For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted. - go: - name: string - description: >- - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account.

    For Linux VMs, the certificate - file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted. protocol: {} - &ref_202 type: string @@ -3527,9 +2614,6 @@ schemas: default: name: VirtualMachineNetworkInterfaceConfigurationName description: The network interface configuration name. - go: - name: string - description: The network interface configuration name. protocol: {} - &ref_203 type: string @@ -3539,9 +2623,6 @@ schemas: default: name: VirtualMachineNetworkInterfaceDnsSettingsConfigurationDnsServersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_204 type: string @@ -3551,9 +2632,6 @@ schemas: default: name: VirtualMachineNetworkInterfaceIPConfigurationName description: The IP configuration name. - go: - name: string - description: The IP configuration name. protocol: {} - &ref_205 type: string @@ -3563,9 +2641,6 @@ schemas: default: name: VirtualMachinePublicIPAddressConfigurationName description: The publicIP address configuration name. - go: - name: string - description: The publicIP address configuration name. protocol: {} - &ref_207 type: string @@ -3575,9 +2650,6 @@ schemas: default: name: VirtualMachinePublicIPAddressDnsSettingsConfigurationDomainNameLabel description: The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID. - go: - name: string - description: The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID. protocol: {} - &ref_208 type: string @@ -3587,9 +2659,6 @@ schemas: default: name: VirtualMachineIpTagType description: 'IP tag type. Example: FirstPartyUsage.' - go: - name: string - description: 'IP tag type. Example: FirstPartyUsage.' protocol: {} - &ref_209 type: string @@ -3599,9 +2668,6 @@ schemas: default: name: VirtualMachineIpTag description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' - go: - name: string - description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' protocol: {} - &ref_218 type: string @@ -3611,9 +2677,6 @@ schemas: default: name: BootDiagnosticsStorageUri description: Uri of the storage account to use for placing the console output and screenshot.

    If storageUri is not specified while enabling boot diagnostics, managed storage will be used. - go: - name: string - description: Uri of the storage account to use for placing the console output and screenshot.

    If storageUri is not specified while enabling boot diagnostics, managed storage will be used. protocol: {} - &ref_222 type: string @@ -3623,9 +2686,6 @@ schemas: default: name: VirtualMachinePropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_225 type: string @@ -3635,9 +2695,6 @@ schemas: default: name: VirtualMachineInstanceViewComputerName description: The computer name assigned to the virtual machine. - go: - name: string - description: The computer name assigned to the virtual machine. protocol: {} - &ref_226 type: string @@ -3647,9 +2704,6 @@ schemas: default: name: VirtualMachineInstanceViewOsName description: The Operating System running on the virtual machine. - go: - name: string - description: The Operating System running on the virtual machine. protocol: {} - &ref_227 type: string @@ -3659,9 +2713,6 @@ schemas: default: name: VirtualMachineInstanceViewOsVersion description: The version of Operating System running on the virtual machine. - go: - name: string - description: The version of Operating System running on the virtual machine. protocol: {} - &ref_229 type: string @@ -3671,9 +2722,6 @@ schemas: default: name: VirtualMachineInstanceViewRdpThumbPrint description: The Remote desktop certificate thumbprint. - go: - name: string - description: The Remote desktop certificate thumbprint. protocol: {} - &ref_230 type: string @@ -3683,9 +2731,6 @@ schemas: default: name: VirtualMachineAgentInstanceViewVmAgentVersion description: The VM Agent full version. - go: - name: string - description: The VM Agent full version. protocol: {} - &ref_231 type: string @@ -3695,9 +2740,6 @@ schemas: default: name: VirtualMachineExtensionHandlerInstanceViewType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_232 type: string @@ -3707,9 +2749,6 @@ schemas: default: name: VirtualMachineExtensionHandlerInstanceViewTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_239 type: string @@ -3719,9 +2758,6 @@ schemas: default: name: MaintenanceRedeployStatusLastOperationMessage description: Message returned for the last Maintenance Operation. - go: - name: string - description: Message returned for the last Maintenance Operation. protocol: {} - &ref_240 type: string @@ -3731,9 +2767,6 @@ schemas: default: name: DiskInstanceViewName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_243 type: string @@ -3743,9 +2776,6 @@ schemas: default: name: BootDiagnosticsInstanceViewConsoleScreenshotBlobUri description: 'The console screenshot blob URI.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' - go: - name: string - description: 'The console screenshot blob URI.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' protocol: {} - &ref_244 type: string @@ -3755,9 +2785,6 @@ schemas: default: name: BootDiagnosticsInstanceViewSerialConsoleLogBlobUri description: 'The serial console log blob Uri.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' - go: - name: string - description: 'The serial console log blob Uri.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' protocol: {} - &ref_245 type: string @@ -3769,11 +2796,6 @@ schemas: description: >- Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum api-version: 2020-06-01. - go: - name: string - description: >- - Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum - api-version: 2020-06-01. protocol: {} - &ref_247 type: string @@ -3783,9 +2805,6 @@ schemas: default: name: AvailablePatchSummaryAssessmentActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - &ref_261 type: string @@ -3795,9 +2814,6 @@ schemas: default: name: LastPatchInstallationSummaryInstallationActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - &ref_271 type: string @@ -3811,13 +2827,6 @@ schemas: Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: string - description: >- - Specifies that the image or disk that is being used was licensed on-premises.

    Possible values for Windows Server operating system are:

    Windows_Client

    Windows_Server

    Possible values for Linux - Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows - Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux - Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 protocol: {} - &ref_272 type: string @@ -3827,9 +2836,6 @@ schemas: default: name: VirtualMachinePropertiesVmId description: Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. - go: - name: string - description: Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. protocol: {} - &ref_273 type: string @@ -3841,11 +2847,6 @@ schemas: description: >- Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    Minimum api-version: 2020-06-01 - go: - name: string - description: >- - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    - Minimum api-version: 2020-06-01 protocol: {} - &ref_275 type: string @@ -3857,11 +2858,6 @@ schemas: description: >- Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M) - go: - name: string - description: >- - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, - the default value is 5 minutes (PT5M) protocol: {} - &ref_277 type: string @@ -3871,9 +2867,6 @@ schemas: default: name: VirtualMachinePropertiesUserData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: string - description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' protocol: {} - &ref_279 type: string @@ -3883,9 +2876,6 @@ schemas: default: name: VirtualMachineIdentityPrincipalId description: The principal id of virtual machine identity. This property will only be provided for a system assigned identity. - go: - name: string - description: The principal id of virtual machine identity. This property will only be provided for a system assigned identity. protocol: {} - &ref_280 type: string @@ -3895,9 +2885,6 @@ schemas: default: name: VirtualMachineIdentityTenantId description: The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. - go: - name: string - description: The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. protocol: {} - &ref_4 type: string @@ -3907,9 +2894,6 @@ schemas: default: name: VirtualMachineIdentityUserAssignedIdentitiesProperties description: The principal id of user assigned identity. - go: - name: string - description: The principal id of user assigned identity. protocol: {} - &ref_5 type: string @@ -3919,9 +2903,6 @@ schemas: default: name: String description: The client id of user assigned identity. - go: - name: string - description: The client id of user assigned identity. protocol: {} - &ref_283 type: string @@ -3931,11 +2912,8 @@ schemas: default: name: VirtualMachineZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_669 + - &ref_668 type: string apiVersions: - version: '2021-03-01' @@ -3943,9 +2921,6 @@ schemas: default: name: VirtualMachineListResultNextLink description: The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines. - go: - name: string - description: The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines. protocol: {} - &ref_291 type: string @@ -3955,9 +2930,6 @@ schemas: default: name: RollingUpgradePolicyPauseTimeBetweenBatches description: The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S). - go: - name: string - description: The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S). protocol: {} - &ref_297 type: string @@ -3969,11 +2941,6 @@ schemas: description: >- The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value. The maximum allowed grace period is 90 minutes (PT90M). - go: - name: string - description: >- - The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be - specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value. The maximum allowed grace period is 90 minutes (PT90M). protocol: {} - &ref_298 type: string @@ -3983,9 +2950,6 @@ schemas: default: name: VirtualMachineScaleSetOSProfileComputerNamePrefix description: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long. - go: - name: string - description: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long. protocol: {} - &ref_299 type: string @@ -3998,12 +2962,6 @@ schemas: Specifies the name of the administrator account.

    **Windows-only restriction:** Cannot end in "."

    **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters - go: - name: string - description: >- - Specifies the name of the administrator account.

    **Windows-only restriction:** Cannot end in "."

    **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", - "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    - **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters protocol: {} - &ref_300 type: string @@ -4018,14 +2976,6 @@ schemas:

    **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) - go: - name: string - description: >- - Specifies the password of the administrator account.

    **Minimum-length (Windows):** 8 characters

    **Minimum-length (Linux):** 6 characters

    **Max-length (Windows):** 123 characters

    **Max-length - (Linux):** 72 characters

    **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
    Has lower characters
    Has upper characters
    Has a digit
    Has a special character (Regex match [\W_]) -

    **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote - Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure - Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) protocol: {} - &ref_301 type: string @@ -4037,11 +2987,6 @@ schemas: description: >- Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.

    For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) - go: - name: string - description: >- - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.

    For using - cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) protocol: {} - &ref_305 type: string @@ -4051,9 +2996,6 @@ schemas: default: name: VirtualMachineScaleSetOSDiskName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_308 type: string @@ -4063,9 +3005,6 @@ schemas: default: name: VirtualMachineScaleSetOSDiskVhdContainersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_309 type: string @@ -4075,9 +3014,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_49 type: string @@ -4087,9 +3023,6 @@ schemas: default: name: ApiEntityReferenceId description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... - go: - name: string - description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... protocol: {} - &ref_58 type: string @@ -4099,9 +3032,6 @@ schemas: default: name: VirtualMachineScaleSetNetworkConfigurationName description: The network configuration name. - go: - name: string - description: The network configuration name. protocol: {} - &ref_61 type: string @@ -4111,9 +3041,6 @@ schemas: default: name: VirtualMachineScaleSetNetworkConfigurationDnsSettingsDnsServersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_48 type: string @@ -4123,9 +3050,6 @@ schemas: default: name: VirtualMachineScaleSetIPConfigurationName description: The IP configuration name. - go: - name: string - description: The IP configuration name. protocol: {} - &ref_50 type: string @@ -4135,9 +3059,6 @@ schemas: default: name: VirtualMachineScaleSetPublicIPAddressConfigurationName description: The publicIP address configuration name. - go: - name: string - description: The publicIP address configuration name. protocol: {} - &ref_52 type: string @@ -4147,9 +3068,6 @@ schemas: default: name: VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsDomainNameLabel description: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created - go: - name: string - description: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created protocol: {} - &ref_53 type: string @@ -4159,9 +3077,6 @@ schemas: default: name: VirtualMachineScaleSetIpTagType description: 'IP tag type. Example: FirstPartyUsage.' - go: - name: string - description: 'IP tag type. Example: FirstPartyUsage.' protocol: {} - &ref_54 type: string @@ -4171,9 +3086,6 @@ schemas: default: name: VirtualMachineScaleSetIpTag description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' - go: - name: string - description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' protocol: {} - &ref_92 type: string @@ -4183,9 +3095,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - &ref_93 type: string @@ -4195,9 +3104,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_94 type: string @@ -4207,9 +3113,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesForceUpdateTag description: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. - go: - name: string - description: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. protocol: {} - &ref_95 type: string @@ -4219,9 +3122,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesPublisher description: The name of the extension handler publisher. - go: - name: string - description: The name of the extension handler publisher. protocol: {} - &ref_96 type: string @@ -4231,9 +3131,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_97 type: string @@ -4243,9 +3140,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_100 type: string @@ -4255,9 +3149,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_101 type: string @@ -4267,9 +3158,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesProvisionAfterExtensionsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_317 type: string @@ -4281,11 +3169,6 @@ schemas: description: >- Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    Minimum api-version: 2020-06-01 - go: - name: string - description: >- - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    - Minimum api-version: 2020-06-01 protocol: {} - &ref_318 type: string @@ -4299,13 +3182,6 @@ schemas: Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: string - description: >- - Specifies that the image or disk that is being used was licensed on-premises.

    Possible values for Windows Server operating system are:

    Windows_Client

    Windows_Server

    Possible values for Linux - Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows - Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux - Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 protocol: {} - &ref_321 type: string @@ -4315,9 +3191,6 @@ schemas: default: name: VirtualMachineScaleSetVMProfileUserData description: 'UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: string - description: 'UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' protocol: {} - &ref_322 type: string @@ -4327,9 +3200,6 @@ schemas: default: name: VirtualMachineScaleSetPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_325 type: string @@ -4339,9 +3209,6 @@ schemas: default: name: VirtualMachineScaleSetPropertiesUniqueId description: Specifies the ID which uniquely identifies a Virtual Machine Scale Set. - go: - name: string - description: Specifies the ID which uniquely identifies a Virtual Machine Scale Set. protocol: {} - &ref_332 type: string @@ -4351,9 +3218,6 @@ schemas: default: name: VirtualMachineScaleSetIdentityPrincipalId description: The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity. - go: - name: string - description: The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity. protocol: {} - &ref_333 type: string @@ -4363,9 +3227,6 @@ schemas: default: name: VirtualMachineScaleSetIdentityTenantId description: The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity. - go: - name: string - description: The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity. protocol: {} - &ref_6 type: string @@ -4375,9 +3236,6 @@ schemas: default: name: VirtualMachineScaleSetIdentityUserAssignedIdentitiesProperties description: The principal id of user assigned identity. - go: - name: string - description: The principal id of user assigned identity. protocol: {} - &ref_335 type: string @@ -4387,11 +3245,8 @@ schemas: default: name: VirtualMachineScaleSetZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_701 + - &ref_700 type: string apiVersions: - version: '2021-03-01' @@ -4399,9 +3254,6 @@ schemas: default: name: VirtualMachineScaleSetListResultNextLink description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS. - go: - name: string - description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS. protocol: {} - &ref_340 type: string @@ -4411,9 +3263,6 @@ schemas: default: name: ImageDiskBlobUri description: The Virtual Hard Disk. - go: - name: string - description: The Virtual Hard Disk. protocol: {} - &ref_344 type: string @@ -4423,11 +3272,8 @@ schemas: default: name: ImagePropertiesProvisioningState description: The provisioning state. - go: - name: string - description: The provisioning state. protocol: {} - - &ref_716 + - &ref_715 type: string apiVersions: - version: '2021-03-01' @@ -4435,11 +3281,8 @@ schemas: default: name: ImageListResultNextLink description: The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images. - go: - name: string - description: The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images. protocol: {} - - &ref_717 + - &ref_716 type: string apiVersions: - version: '2021-03-01' @@ -4447,11 +3290,8 @@ schemas: default: name: VirtualMachineCaptureParametersVhdPrefix description: The captured virtual hard disk's name prefix. - go: - name: string - description: The captured virtual hard disk's name prefix. protocol: {} - - &ref_718 + - &ref_717 type: string apiVersions: - version: '2021-03-01' @@ -4459,9 +3299,6 @@ schemas: default: name: VirtualMachineCaptureParametersDestinationContainerName description: The destination container name. - go: - name: string - description: The destination container name. protocol: {} - &ref_64 type: string @@ -4471,9 +3308,6 @@ schemas: default: name: VirtualMachineCaptureResultSchema description: the schema of the captured virtual machine - go: - name: string - description: the schema of the captured virtual machine protocol: {} - &ref_65 type: string @@ -4483,11 +3317,8 @@ schemas: default: name: VirtualMachineCaptureResultContentVersion description: the version of the content - go: - name: string - description: the version of the content protocol: {} - - &ref_607 + - &ref_606 type: string apiVersions: - version: '2021-03-01' @@ -4495,9 +3326,6 @@ schemas: default: name: VirtualMachineUpdateZonesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_345 type: string @@ -4507,9 +3335,6 @@ schemas: default: name: RestorePointCollectionSourcePropertiesLocation description: Location of the source resource used to create this restore point collection. - go: - name: string - description: Location of the source resource used to create this restore point collection. protocol: {} - &ref_346 type: string @@ -4519,9 +3344,6 @@ schemas: default: name: RestorePointCollectionSourcePropertiesId description: Resource Id of the source resource used to create this restore point collection - go: - name: string - description: Resource Id of the source resource used to create this restore point collection protocol: {} - &ref_347 type: string @@ -4531,9 +3353,6 @@ schemas: default: name: RestorePointCollectionPropertiesProvisioningState description: The provisioning state of the restore point collection. - go: - name: string - description: The provisioning state of the restore point collection. protocol: {} - &ref_348 type: string @@ -4543,9 +3362,6 @@ schemas: default: name: RestorePointCollectionPropertiesRestorePointCollectionId description: The unique id of the restore point collection. - go: - name: string - description: The unique id of the restore point collection. protocol: {} - &ref_356 type: string @@ -4555,9 +3371,6 @@ schemas: default: name: RestorePointSourceVMOSDiskName description: Gets the disk name. - go: - name: string - description: Gets the disk name. protocol: {} - &ref_359 type: string @@ -4567,9 +3380,6 @@ schemas: default: name: RestorePointSourceVMDataDiskName description: Gets the disk name. - go: - name: string - description: Gets the disk name. protocol: {} - &ref_362 type: string @@ -4579,9 +3389,6 @@ schemas: default: name: RestorePointSourceMetadataLicenseType description: Gets the license type, which is for bring your own license scenario. - go: - name: string - description: Gets the license type, which is for bring your own license scenario. protocol: {} - &ref_363 type: string @@ -4591,9 +3398,6 @@ schemas: default: name: RestorePointSourceMetadataVmId description: Gets the virtual machine unique id. - go: - name: string - description: Gets the virtual machine unique id. protocol: {} - &ref_364 type: string @@ -4603,9 +3407,6 @@ schemas: default: name: RestorePointProvisioningState description: Gets the provisioning state of the restore point. - go: - name: string - description: Gets the provisioning state of the restore point. protocol: {} - &ref_369 type: string @@ -4615,9 +3416,6 @@ schemas: default: name: RestorePointProvisioningDetailsStatusMessage description: Gets the status message of the Create restore point operation. - go: - name: string - description: Gets the status message of the Create restore point operation. protocol: {} - &ref_350 type: string @@ -4627,9 +3425,6 @@ schemas: default: name: ProxyResourceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_351 type: string @@ -4639,9 +3434,6 @@ schemas: default: name: ProxyResourceName description: Resource name - go: - name: string - description: Resource name protocol: {} - &ref_352 type: string @@ -4651,11 +3443,8 @@ schemas: default: name: ProxyResourceType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_726 + - &ref_725 type: string apiVersions: - version: '2021-03-01' @@ -4663,11 +3452,8 @@ schemas: default: name: RestorePointCollectionListResultNextLink description: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections - go: - name: string - description: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections protocol: {} - - &ref_732 + - &ref_731 type: string apiVersions: - version: '2021-03-01' @@ -4675,11 +3461,8 @@ schemas: default: name: RetrieveBootDiagnosticsDataResultConsoleScreenshotBlobUri description: The console screenshot blob URI - go: - name: string - description: The console screenshot blob URI protocol: {} - - &ref_733 + - &ref_732 type: string apiVersions: - version: '2021-03-01' @@ -4687,11 +3470,8 @@ schemas: default: name: RetrieveBootDiagnosticsDataResultSerialConsoleLogBlobUri description: The serial console log blob URI. - go: - name: string - description: The serial console log blob URI. protocol: {} - - &ref_734 + - &ref_733 type: string apiVersions: - version: '2021-03-01' @@ -4699,11 +3479,8 @@ schemas: default: name: VirtualMachineAssessPatchesResultAssessmentActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - &ref_738 + - &ref_737 type: string apiVersions: - version: '2021-03-01' @@ -4711,11 +3488,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesPatchId description: A unique identifier for the patch. - go: - name: string - description: A unique identifier for the patch. protocol: {} - - &ref_739 + - &ref_738 type: string apiVersions: - version: '2021-03-01' @@ -4723,11 +3497,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesName description: The friendly name of the patch. - go: - name: string - description: The friendly name of the patch. protocol: {} - - &ref_740 + - &ref_739 type: string apiVersions: - version: '2021-03-01' @@ -4735,11 +3506,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesVersion description: The version number of the patch. This property applies only to Linux patches. - go: - name: string - description: The version number of the patch. This property applies only to Linux patches. protocol: {} - - &ref_741 + - &ref_740 type: string apiVersions: - version: '2021-03-01' @@ -4747,11 +3515,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesKbId description: The KBID of the patch. Only applies to Windows patches. - go: - name: string - description: The KBID of the patch. Only applies to Windows patches. protocol: {} - - &ref_742 + - &ref_741 type: string apiVersions: - version: '2021-03-01' @@ -4759,11 +3524,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesClassificationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_744 + - &ref_743 type: string apiVersions: - version: '2021-03-01' @@ -4771,11 +3533,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - &ref_749 + - &ref_748 type: string apiVersions: - version: '2021-03-01' @@ -4783,11 +3542,8 @@ schemas: default: name: VirtualMachineInstallPatchesParametersMaximumDuration description: Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) - go: - name: string - description: Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) protocol: {} - - &ref_752 + - &ref_751 type: string apiVersions: - version: '2021-03-01' @@ -4795,11 +3551,8 @@ schemas: default: name: WindowsParametersKbNumbersToIncludeItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_753 + - &ref_752 type: string apiVersions: - version: '2021-03-01' @@ -4807,11 +3560,8 @@ schemas: default: name: WindowsParametersKbNumbersToExcludeItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_757 + - &ref_756 type: string apiVersions: - version: '2021-03-01' @@ -4819,11 +3569,8 @@ schemas: default: name: LinuxParametersPackageNameMasksToIncludeItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_758 + - &ref_757 type: string apiVersions: - version: '2021-03-01' @@ -4831,11 +3578,8 @@ schemas: default: name: LinuxParametersPackageNameMasksToExcludeItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_759 + - &ref_758 type: string apiVersions: - version: '2021-03-01' @@ -4843,11 +3587,8 @@ schemas: default: name: LinuxParametersMaintenanceRunId description: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. - go: - name: string - description: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. protocol: {} - - &ref_762 + - &ref_761 type: string apiVersions: - version: '2021-03-01' @@ -4855,11 +3596,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultInstallationActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - &ref_770 + - &ref_769 type: string apiVersions: - version: '2021-03-01' @@ -4867,11 +3605,8 @@ schemas: default: name: PatchInstallationDetailPatchId description: A unique identifier for the patch. - go: - name: string - description: A unique identifier for the patch. protocol: {} - - &ref_771 + - &ref_770 type: string apiVersions: - version: '2021-03-01' @@ -4879,11 +3614,8 @@ schemas: default: name: PatchInstallationDetailName description: The friendly name of the patch. - go: - name: string - description: The friendly name of the patch. protocol: {} - - &ref_772 + - &ref_771 type: string apiVersions: - version: '2021-03-01' @@ -4891,11 +3623,8 @@ schemas: default: name: PatchInstallationDetailVersion description: The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. - go: - name: string - description: The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. protocol: {} - - &ref_773 + - &ref_772 type: string apiVersions: - version: '2021-03-01' @@ -4903,11 +3632,8 @@ schemas: default: name: PatchInstallationDetailKbId description: The KBID of the patch. Only applies to Windows patches. - go: - name: string - description: The KBID of the patch. Only applies to Windows patches. protocol: {} - - &ref_774 + - &ref_773 type: string apiVersions: - version: '2021-03-01' @@ -4915,11 +3641,8 @@ schemas: default: name: PatchInstallationDetailClassificationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_611 + - &ref_610 type: string apiVersions: - version: '2021-03-01' @@ -4927,11 +3650,8 @@ schemas: default: name: VirtualMachineScaleSetUpdateOSProfileCustomData description: A base-64 encoded string of custom data. - go: - name: string - description: A base-64 encoded string of custom data. protocol: {} - - &ref_613 + - &ref_612 type: string apiVersions: - version: '2021-03-01' @@ -4939,9 +3659,6 @@ schemas: default: name: VirtualMachineScaleSetUpdateOSDiskVhdContainersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_73 type: string @@ -4951,9 +3668,6 @@ schemas: default: name: VirtualMachineScaleSetUpdateNetworkConfigurationName description: The network configuration name. - go: - name: string - description: The network configuration name. protocol: {} - &ref_67 type: string @@ -4963,9 +3677,6 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationName description: The IP configuration name. - go: - name: string - description: The IP configuration name. protocol: {} - &ref_70 type: string @@ -4975,11 +3686,8 @@ schemas: default: name: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationName description: The publicIP address configuration name. - go: - name: string - description: The publicIP address configuration name. protocol: {} - - &ref_616 + - &ref_615 type: string apiVersions: - version: '2021-03-01' @@ -4987,11 +3695,8 @@ schemas: default: name: VirtualMachineScaleSetUpdateVMProfileLicenseType description: The license type, which is for bring your own license scenario. - go: - name: string - description: The license type, which is for bring your own license scenario. protocol: {} - - &ref_617 + - &ref_616 type: string apiVersions: - version: '2021-03-01' @@ -4999,11 +3704,8 @@ schemas: default: name: VirtualMachineScaleSetUpdateVMProfileUserData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: string - description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' protocol: {} - - &ref_788 + - &ref_787 type: string apiVersions: - version: '2021-03-01' @@ -5011,11 +3713,8 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceIDsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_789 + - &ref_788 type: string apiVersions: - version: '2021-03-01' @@ -5023,11 +3722,8 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceRequiredIDsInstanceIdsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_790 + - &ref_789 type: string apiVersions: - version: '2021-03-01' @@ -5035,11 +3731,8 @@ schemas: default: name: VirtualMachineStatusCodeCountCode description: The instance view status code. - go: - name: string - description: The instance view status code. protocol: {} - - &ref_792 + - &ref_791 type: string apiVersions: - version: '2021-03-01' @@ -5047,9 +3740,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionsSummaryName description: The extension name. - go: - name: string - description: The extension name. protocol: {} - &ref_102 type: string @@ -5059,9 +3749,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionUpdateName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - &ref_103 type: string @@ -5071,11 +3758,8 @@ schemas: default: name: VirtualMachineScaleSetExtensionUpdateType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_799 + - &ref_798 type: string apiVersions: - version: '2021-03-01' @@ -5083,11 +3767,8 @@ schemas: default: name: VirtualMachineScaleSetExtensionListResultNextLink description: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions. - go: - name: string - description: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions. protocol: {} - - &ref_800 + - &ref_799 type: string apiVersions: - version: '2021-03-01' @@ -5095,11 +3776,8 @@ schemas: default: name: VirtualMachineScaleSetListWithLinkResultNextLink description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets. - go: - name: string - description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets. protocol: {} - - &ref_801 + - &ref_800 type: string apiVersions: - version: '2021-03-01' @@ -5107,11 +3785,8 @@ schemas: default: name: VirtualMachineScaleSetSkuResourceType description: The type of resource the sku applies to. - go: - name: string - description: The type of resource the sku applies to. protocol: {} - - &ref_806 + - &ref_805 type: string apiVersions: - version: '2021-03-01' @@ -5119,11 +3794,8 @@ schemas: default: name: VirtualMachineScaleSetListSkusResultNextLink description: The uri to fetch the next page of Virtual Machine Scale Set Skus. Call ListNext() with this to fetch the next page of VMSS Skus. - go: - name: string - description: The uri to fetch the next page of Virtual Machine Scale Set Skus. Call ListNext() with this to fetch the next page of VMSS Skus. protocol: {} - - &ref_816 + - &ref_815 type: string apiVersions: - version: '2021-03-01' @@ -5131,11 +3803,8 @@ schemas: default: name: UpgradeOperationHistoricalStatusInfoType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_817 + - &ref_816 type: string apiVersions: - version: '2021-03-01' @@ -5143,11 +3812,8 @@ schemas: default: name: UpgradeOperationHistoricalStatusInfoLocation description: Resource location - go: - name: string - description: Resource location protocol: {} - - &ref_818 + - &ref_817 type: string apiVersions: - version: '2021-03-01' @@ -5155,11 +3821,8 @@ schemas: default: name: VirtualMachineScaleSetListOSUpgradeHistoryNextLink description: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. - go: - name: string - description: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. protocol: {} - - &ref_729 + - &ref_728 type: string apiVersions: - version: '2021-03-01' @@ -5167,11 +3830,8 @@ schemas: default: name: VirtualMachineScaleSetReimageParametersInstanceIdsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_827 + - &ref_826 type: string apiVersions: - version: '2021-03-01' @@ -5181,11 +3841,6 @@ schemas: description: >- Id of the placement group in which you want future virtual machine instances to be placed. To query placement group Id, please use Virtual Machine Scale Set VMs - Get API. If not provided, the platform will choose one with maximum number of virtual machine instances. - go: - name: string - description: >- - Id of the placement group in which you want future virtual machine instances to be placed. To query placement group Id, please use Virtual Machine Scale Set VMs - Get API. If not provided, the platform will choose one with - maximum number of virtual machine instances. protocol: {} - &ref_105 type: string @@ -5195,9 +3850,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - &ref_106 type: string @@ -5207,9 +3859,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_115 type: string @@ -5219,9 +3868,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionUpdateName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - &ref_116 type: string @@ -5231,9 +3877,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionUpdateType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_379 type: string @@ -5243,9 +3886,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceId description: The virtual machine instance ID. - go: - name: string - description: The virtual machine instance ID. protocol: {} - &ref_381 type: string @@ -5255,9 +3895,6 @@ schemas: default: name: VirtualMachineScaleSetVMPropertiesVmId description: Azure VM unique ID. - go: - name: string - description: Azure VM unique ID. protocol: {} - &ref_384 type: string @@ -5267,9 +3904,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewRdpThumbPrint description: The Remote desktop certificate thumbprint. - go: - name: string - description: The Remote desktop certificate thumbprint. protocol: {} - &ref_390 type: string @@ -5281,11 +3915,6 @@ schemas: description: >- Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum api-version: 2020-06-01. - go: - name: string - description: >- - Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum - api-version: 2020-06-01. protocol: {} - &ref_391 type: string @@ -5295,9 +3924,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewPlacementGroupId description: The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. - go: - name: string - description: The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. protocol: {} - &ref_394 type: string @@ -5307,9 +3933,6 @@ schemas: default: name: VirtualMachineScaleSetVMPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_395 type: string @@ -5323,13 +3946,6 @@ schemas: Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: string - description: >- - Specifies that the image or disk that is being used was licensed on-premises.

    Possible values for Windows Server operating system are:

    Windows_Client

    Windows_Server

    Possible values for Linux - Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows - Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux - Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 protocol: {} - &ref_396 type: string @@ -5339,9 +3955,6 @@ schemas: default: name: VirtualMachineScaleSetVMPropertiesModelDefinitionApplied description: Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. - go: - name: string - description: Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. protocol: {} - &ref_399 type: string @@ -5351,9 +3964,6 @@ schemas: default: name: VirtualMachineScaleSetVMPropertiesUserData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: string - description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' protocol: {} - &ref_400 type: string @@ -5363,11 +3973,8 @@ schemas: default: name: VirtualMachineScaleSetVMZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_833 + - &ref_832 type: string apiVersions: - version: '2021-03-01' @@ -5375,11 +3982,8 @@ schemas: default: name: VirtualMachineScaleSetVMListResultNextLink description: The uri to fetch the next page of Virtual Machine Scale Set VMs. Call ListNext() with this to fetch the next page of VMSS VMs - go: - name: string - description: The uri to fetch the next page of Virtual Machine Scale Set VMs. Call ListNext() with this to fetch the next page of VMSS VMs protocol: {} - - &ref_837 + - &ref_836 type: string apiVersions: - version: '2021-03-01' @@ -5387,11 +3991,8 @@ schemas: default: name: LogAnalyticsInputBaseBlobContainerSasUri description: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. - go: - name: string - description: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. protocol: {} - - &ref_846 + - &ref_845 type: string apiVersions: - version: '2021-03-01' @@ -5399,11 +4000,8 @@ schemas: default: name: LogAnalyticsOutput description: Output file Uri path to blob container. - go: - name: string - description: Output file Uri path to blob container. protocol: {} - - &ref_855 + - &ref_854 type: string apiVersions: - version: '2021-03-01' @@ -5411,11 +4009,8 @@ schemas: default: name: RunCommandDocumentBaseSchema description: The VM run command schema. - go: - name: string - description: The VM run command schema. protocol: {} - - &ref_856 + - &ref_855 type: string apiVersions: - version: '2021-03-01' @@ -5423,11 +4018,8 @@ schemas: default: name: RunCommandDocumentBaseId description: The VM run command id. - go: - name: string - description: The VM run command id. protocol: {} - - &ref_857 + - &ref_856 type: string apiVersions: - version: '2021-03-01' @@ -5435,11 +4027,8 @@ schemas: default: name: RunCommandDocumentBaseLabel description: The VM run command label. - go: - name: string - description: The VM run command label. protocol: {} - - &ref_858 + - &ref_857 type: string apiVersions: - version: '2021-03-01' @@ -5447,11 +4036,8 @@ schemas: default: name: RunCommandDocumentBaseDescription description: The VM run command description. - go: - name: string - description: The VM run command description. protocol: {} - - &ref_859 + - &ref_858 type: string apiVersions: - version: '2021-03-01' @@ -5459,11 +4045,8 @@ schemas: default: name: RunCommandListResultNextLink description: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. - go: - name: string - description: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. protocol: {} - - &ref_849 + - &ref_848 type: string apiVersions: - version: '2021-03-01' @@ -5471,11 +4054,8 @@ schemas: default: name: RunCommandDocumentScriptItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_850 + - &ref_849 type: string apiVersions: - version: '2021-03-01' @@ -5483,11 +4063,8 @@ schemas: default: name: RunCommandParameterDefinitionName description: The run command parameter name. - go: - name: string - description: The run command parameter name. protocol: {} - - &ref_851 + - &ref_850 type: string apiVersions: - version: '2021-03-01' @@ -5495,11 +4072,8 @@ schemas: default: name: RunCommandParameterDefinitionType description: The run command parameter type. - go: - name: string - description: The run command parameter type. protocol: {} - - &ref_852 + - &ref_851 type: string apiVersions: - version: '2021-03-01' @@ -5507,11 +4081,8 @@ schemas: default: name: RunCommandParameterDefinitionDefaultValue description: The run command parameter default value. - go: - name: string - description: The run command parameter default value. protocol: {} - - &ref_861 + - &ref_860 type: string apiVersions: - version: '2021-03-01' @@ -5519,11 +4090,8 @@ schemas: default: name: RunCommandInputCommandId description: The run command id. - go: - name: string - description: The run command id. protocol: {} - - &ref_862 + - &ref_861 type: string apiVersions: - version: '2021-03-01' @@ -5531,9 +4099,6 @@ schemas: default: name: RunCommandInputScriptItem description: '' - go: - name: string - description: '' protocol: {} - &ref_404 type: string @@ -5543,9 +4108,6 @@ schemas: default: name: RunCommandInputParameterName description: The run command parameter name. - go: - name: string - description: The run command parameter name. protocol: {} - &ref_405 type: string @@ -5555,9 +4117,6 @@ schemas: default: name: RunCommandInputParameterValue description: The run command parameter value. - go: - name: string - description: The run command parameter value. protocol: {} - &ref_401 type: string @@ -5567,9 +4126,6 @@ schemas: default: name: VirtualMachineRunCommandScriptSourceScript description: Specifies the script content to be executed on the VM. - go: - name: string - description: Specifies the script content to be executed on the VM. protocol: {} - &ref_402 type: string @@ -5579,9 +4135,6 @@ schemas: default: name: VirtualMachineRunCommandScriptSourceScriptUri description: Specifies the script download location. - go: - name: string - description: Specifies the script download location. protocol: {} - &ref_403 type: string @@ -5591,9 +4144,6 @@ schemas: default: name: VirtualMachineRunCommandScriptSourceCommandId description: Specifies a commandId of predefined built-in script. - go: - name: string - description: Specifies a commandId of predefined built-in script. protocol: {} - &ref_408 type: string @@ -5603,9 +4153,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesRunAsUser description: Specifies the user account on the VM when executing the run command. - go: - name: string - description: Specifies the user account on the VM when executing the run command. protocol: {} - &ref_409 type: string @@ -5615,9 +4162,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesRunAsPassword description: Specifies the user account password on the VM when executing the run command. - go: - name: string - description: Specifies the user account password on the VM when executing the run command. protocol: {} - &ref_411 type: string @@ -5627,9 +4171,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesOutputBlobUri description: Specifies the Azure storage blob where script output stream will be uploaded. - go: - name: string - description: Specifies the Azure storage blob where script output stream will be uploaded. protocol: {} - &ref_412 type: string @@ -5639,9 +4180,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesErrorBlobUri description: Specifies the Azure storage blob where script error stream will be uploaded. - go: - name: string - description: Specifies the Azure storage blob where script error stream will be uploaded. protocol: {} - &ref_413 type: string @@ -5651,9 +4189,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_415 type: string @@ -5663,9 +4198,6 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewExecutionMessage description: Communicate script configuration errors or execution messages. - go: - name: string - description: Communicate script configuration errors or execution messages. protocol: {} - &ref_417 type: string @@ -5675,9 +4207,6 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewOutput description: Script output stream. - go: - name: string - description: Script output stream. protocol: {} - &ref_418 type: string @@ -5687,11 +4216,8 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewError description: Script error stream. - go: - name: string - description: Script error stream. protocol: {} - - &ref_865 + - &ref_864 type: string apiVersions: - version: '2021-03-01' @@ -5699,11 +4225,8 @@ schemas: default: name: VirtualMachineRunCommandsListResultNextLink description: The uri to fetch the next page of run commands. - go: - name: string - description: The uri to fetch the next page of run commands. protocol: {} - - &ref_2758 + - &ref_1882 type: string apiVersions: - version: '2019-04-01' @@ -5711,11 +4234,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_866 + - &ref_865 type: string apiVersions: - version: '2019-04-01' @@ -5723,11 +4243,8 @@ schemas: default: name: ResourceSkuResourceType description: The type of resource the SKU applies to. - go: - name: string - description: The type of resource the SKU applies to. protocol: {} - - &ref_867 + - &ref_866 type: string apiVersions: - version: '2019-04-01' @@ -5735,11 +4252,8 @@ schemas: default: name: ResourceSkuName description: The name of SKU. - go: - name: string - description: The name of SKU. protocol: {} - - &ref_868 + - &ref_867 type: string apiVersions: - version: '2019-04-01' @@ -5747,11 +4261,8 @@ schemas: default: name: ResourceSkuTier description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** - go: - name: string - description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** protocol: {} - - &ref_869 + - &ref_868 type: string apiVersions: - version: '2019-04-01' @@ -5759,11 +4270,8 @@ schemas: default: name: ResourceSkuSize description: The Size of the SKU. - go: - name: string - description: The Size of the SKU. protocol: {} - - &ref_870 + - &ref_869 type: string apiVersions: - version: '2019-04-01' @@ -5771,11 +4279,8 @@ schemas: default: name: ResourceSkuFamily description: The Family of this particular SKU. - go: - name: string - description: The Family of this particular SKU. protocol: {} - - &ref_871 + - &ref_870 type: string apiVersions: - version: '2019-04-01' @@ -5783,11 +4288,8 @@ schemas: default: name: ResourceSkuKind description: The Kind of resources that are supported in this SKU. - go: - name: string - description: The Kind of resources that are supported in this SKU. protocol: {} - - &ref_876 + - &ref_875 type: string apiVersions: - version: '2019-04-01' @@ -5795,11 +4297,8 @@ schemas: default: name: ResourceSkuLocationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_877 + - &ref_876 type: string apiVersions: - version: '2019-04-01' @@ -5807,11 +4306,8 @@ schemas: default: name: ResourceSkuLocationInfoLocation description: Location of the SKU - go: - name: string - description: Location of the SKU protocol: {} - - &ref_878 + - &ref_877 type: string apiVersions: - version: '2019-04-01' @@ -5819,11 +4315,8 @@ schemas: default: name: ResourceSkuLocationInfoZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_879 + - &ref_878 type: string apiVersions: - version: '2019-04-01' @@ -5831,11 +4324,8 @@ schemas: default: name: ResourceSkuZoneDetailsNameItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_880 + - &ref_879 type: string apiVersions: - version: '2019-04-01' @@ -5843,11 +4333,8 @@ schemas: default: name: ResourceSkuCapabilitiesName description: An invariant to describe the feature. - go: - name: string - description: An invariant to describe the feature. protocol: {} - - &ref_881 + - &ref_880 type: string apiVersions: - version: '2019-04-01' @@ -5855,11 +4342,8 @@ schemas: default: name: ResourceSkuCapabilitiesValue description: An invariant if the feature is measured by quantity. - go: - name: string - description: An invariant if the feature is measured by quantity. protocol: {} - - &ref_882 + - &ref_881 type: string apiVersions: - version: '2019-04-01' @@ -5867,11 +4351,8 @@ schemas: default: name: ResourceSkuApiVersionsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_883 + - &ref_882 type: string apiVersions: - version: '2019-04-01' @@ -5879,11 +4360,8 @@ schemas: default: name: ResourceSkuCostsMeterID description: Used for querying price from commerce. - go: - name: string - description: Used for querying price from commerce. protocol: {} - - &ref_885 + - &ref_884 type: string apiVersions: - version: '2019-04-01' @@ -5891,11 +4369,8 @@ schemas: default: name: ResourceSkuCostsExtendedUnit description: An invariant to show the extended unit. - go: - name: string - description: An invariant to show the extended unit. protocol: {} - - &ref_888 + - &ref_887 type: string apiVersions: - version: '2019-04-01' @@ -5903,11 +4378,8 @@ schemas: default: name: ResourceSkuRestrictionsValuesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_889 + - &ref_888 type: string apiVersions: - version: '2019-04-01' @@ -5915,11 +4387,8 @@ schemas: default: name: ResourceSkuRestrictionInfoLocationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_890 + - &ref_889 type: string apiVersions: - version: '2019-04-01' @@ -5927,11 +4396,8 @@ schemas: default: name: ResourceSkuRestrictionInfoZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_892 + - &ref_891 type: string apiVersions: - version: '2019-04-01' @@ -5939,11 +4405,8 @@ schemas: default: name: ResourceSkusResultNextLink description: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus - go: - name: string - description: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus protocol: {} - - &ref_2767 + - &ref_1885 type: string apiVersions: - version: '2020-12-01' @@ -5952,9 +4415,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_7 type: string @@ -5964,9 +4424,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_421 type: string @@ -5976,9 +4433,6 @@ schemas: default: name: DiskManagedBy description: A relative URI containing the ID of the VM that has the disk attached. - go: - name: string - description: A relative URI containing the ID of the VM that has the disk attached. protocol: {} - &ref_422 type: string @@ -5988,9 +4442,6 @@ schemas: default: name: DiskManagedByExtendedItem description: '' - go: - name: string - description: '' protocol: {} - &ref_424 type: string @@ -6000,9 +4451,6 @@ schemas: default: name: DiskSkuTier description: The sku tier. - go: - name: string - description: The sku tier. protocol: {} - &ref_425 type: string @@ -6012,9 +4460,6 @@ schemas: default: name: DiskZonesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_428 type: string @@ -6024,9 +4469,6 @@ schemas: default: name: PurchasePlanPromotionCode description: The Offer Promotion Code. - go: - name: string - description: The Offer Promotion Code. protocol: {} - &ref_430 type: string @@ -6036,9 +4478,6 @@ schemas: default: name: CreationDataStorageAccountId description: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. - go: - name: string - description: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. protocol: {} - &ref_431 type: string @@ -6048,9 +4487,6 @@ schemas: default: name: ImageDiskReferenceId description: A relative uri containing either a Platform Image Repository or user image reference. - go: - name: string - description: A relative uri containing either a Platform Image Repository or user image reference. protocol: {} - &ref_434 type: string @@ -6060,9 +4496,6 @@ schemas: default: name: CreationDataSourceUri description: If createOption is Import, this is the URI of a blob to be imported into a managed disk. - go: - name: string - description: If createOption is Import, this is the URI of a blob to be imported into a managed disk. protocol: {} - &ref_435 type: string @@ -6072,9 +4505,6 @@ schemas: default: name: CreationDataSourceResourceId description: If createOption is Copy, this is the ARM id of the source snapshot or disk. - go: - name: string - description: If createOption is Copy, this is the ARM id of the source snapshot or disk. protocol: {} - &ref_436 type: string @@ -6084,9 +4514,6 @@ schemas: default: name: CreationDataSourceUniqueId description: If this field is set, this is the unique id identifying the source of this resource. - go: - name: string - description: If this field is set, this is the unique id identifying the source of this resource. protocol: {} - &ref_441 type: string @@ -6096,9 +4523,6 @@ schemas: default: name: DiskPropertiesUniqueId description: Unique Guid identifying the resource. - go: - name: string - description: Unique Guid identifying the resource. protocol: {} - &ref_443 type: string @@ -6108,9 +4532,6 @@ schemas: default: name: SourceVaultId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_444 type: string @@ -6120,9 +4541,6 @@ schemas: default: name: KeyVaultAndSecretReferenceSecretUrl description: Url pointing to a key or secret in KeyVault - go: - name: string - description: Url pointing to a key or secret in KeyVault protocol: {} - &ref_446 type: string @@ -6132,9 +4550,6 @@ schemas: default: name: KeyVaultAndKeyReferenceKeyUrl description: Url pointing to a key or secret in KeyVault - go: - name: string - description: Url pointing to a key or secret in KeyVault protocol: {} - &ref_447 type: string @@ -6144,9 +4559,6 @@ schemas: default: name: EncryptionSettingsCollectionEncryptionSettingsVersion description: Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption. - go: - name: string - description: Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption. protocol: {} - &ref_448 type: string @@ -6156,9 +4568,6 @@ schemas: default: name: DiskPropertiesProvisioningState description: The disk provisioning state. - go: - name: string - description: The disk provisioning state. protocol: {} - &ref_454 type: string @@ -6168,9 +4577,6 @@ schemas: default: name: EncryptionDiskEncryptionSetId description: ResourceId of the disk encryption set to use for enabling encryption at rest. - go: - name: string - description: ResourceId of the disk encryption set to use for enabling encryption at rest. protocol: {} - &ref_457 type: string @@ -6180,9 +4586,6 @@ schemas: default: name: ShareInfoElementVmUri description: A relative URI containing the ID of the VM that has the disk attached. - go: - name: string - description: A relative URI containing the ID of the VM that has the disk attached. protocol: {} - &ref_459 type: string @@ -6192,9 +4595,6 @@ schemas: default: name: DiskPropertiesDiskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: string - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - &ref_460 type: string @@ -6204,9 +4604,6 @@ schemas: default: name: DiskPropertiesTier description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' - go: - name: string - description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' protocol: {} - &ref_462 type: string @@ -6216,11 +4613,8 @@ schemas: default: name: PropertyUpdatesInProgressTargetTier description: The target performance tier of the disk if a tier change operation is in progress. - go: - name: string - description: The target performance tier of the disk if a tier change operation is in progress. protocol: {} - - &ref_914 + - &ref_913 type: string apiVersions: - version: '2020-12-01' @@ -6228,11 +4622,8 @@ schemas: default: name: DiskUpdatePropertiesDiskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: string - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - - &ref_915 + - &ref_914 type: string apiVersions: - version: '2020-12-01' @@ -6240,11 +4631,8 @@ schemas: default: name: DiskUpdatePropertiesTier description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' - go: - name: string - description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' protocol: {} - - &ref_918 + - &ref_917 type: string apiVersions: - version: '2020-12-01' @@ -6252,11 +4640,8 @@ schemas: default: name: DiskListNextLink description: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. - go: - name: string - description: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. protocol: {} - - &ref_921 + - &ref_920 type: string apiVersions: - version: '2020-12-01' @@ -6264,9 +4649,6 @@ schemas: default: name: AccessUriAccessSAS description: A SAS uri for accessing a disk. - go: - name: string - description: A SAS uri for accessing a disk. protocol: {} - &ref_465 type: string @@ -6276,9 +4658,6 @@ schemas: default: name: SnapshotManagedBy description: Unused. Always Null. - go: - name: string - description: Unused. Always Null. protocol: {} - &ref_467 type: string @@ -6288,9 +4667,6 @@ schemas: default: name: SnapshotSkuTier description: The sku tier. - go: - name: string - description: The sku tier. protocol: {} - &ref_473 type: string @@ -6300,9 +4676,6 @@ schemas: default: name: SnapshotPropertiesUniqueId description: Unique Guid identifying the resource. - go: - name: string - description: Unique Guid identifying the resource. protocol: {} - &ref_475 type: string @@ -6312,9 +4685,6 @@ schemas: default: name: SnapshotPropertiesProvisioningState description: The disk provisioning state. - go: - name: string - description: The disk provisioning state. protocol: {} - &ref_478 type: string @@ -6324,11 +4694,8 @@ schemas: default: name: SnapshotPropertiesDiskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: string - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - - &ref_925 + - &ref_924 type: string apiVersions: - version: '2020-12-01' @@ -6336,11 +4703,8 @@ schemas: default: name: SnapshotUpdatePropertiesDiskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: string - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - - &ref_928 + - &ref_927 type: string apiVersions: - version: '2020-12-01' @@ -6348,9 +4712,6 @@ schemas: default: name: SnapshotListNextLink description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. - go: - name: string - description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. protocol: {} - &ref_481 type: string @@ -6360,9 +4721,6 @@ schemas: default: name: EncryptionSetIdentityPrincipalId description: The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity - go: - name: string - description: The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity protocol: {} - &ref_482 type: string @@ -6372,9 +4730,6 @@ schemas: default: name: EncryptionSetIdentityTenantId description: The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity - go: - name: string - description: The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity protocol: {} - &ref_484 type: string @@ -6384,9 +4739,6 @@ schemas: default: name: KeyForDiskEncryptionSetKeyUrl description: Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. - go: - name: string - description: Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. protocol: {} - &ref_486 type: string @@ -6396,11 +4748,8 @@ schemas: default: name: EncryptionSetPropertiesProvisioningState description: The disk encryption set provisioning state. - go: - name: string - description: The disk encryption set provisioning state. protocol: {} - - &ref_933 + - &ref_932 type: string apiVersions: - version: '2020-12-01' @@ -6408,11 +4757,8 @@ schemas: default: name: DiskEncryptionSetListNextLink description: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets. - go: - name: string - description: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets. protocol: {} - - &ref_934 + - &ref_933 type: string apiVersions: - version: '2020-12-01' @@ -6420,11 +4766,8 @@ schemas: default: name: ResourceUriListValueItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_935 + - &ref_934 type: string apiVersions: - version: '2020-12-01' @@ -6432,9 +4775,6 @@ schemas: default: name: ResourceUriListNextLink description: The uri to fetch the next page of encrypted resources. Call ListNext() with this to fetch the next page of encrypted resources. - go: - name: string - description: The uri to fetch the next page of encrypted resources. Call ListNext() with this to fetch the next page of encrypted resources. protocol: {} - &ref_489 type: string @@ -6444,9 +4784,6 @@ schemas: default: name: PrivateEndpointId description: The ARM identifier for Private Endpoint - go: - name: string - description: The ARM identifier for Private Endpoint protocol: {} - &ref_491 type: string @@ -6456,9 +4793,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateDescription description: The reason for approval/rejection of the connection. - go: - name: string - description: The reason for approval/rejection of the connection. protocol: {} - &ref_492 type: string @@ -6468,9 +4802,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateActionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: string - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - &ref_494 type: string @@ -6480,9 +4811,6 @@ schemas: default: name: PrivateEndpointConnectionId description: private endpoint connection Id - go: - name: string - description: private endpoint connection Id protocol: {} - &ref_495 type: string @@ -6492,9 +4820,6 @@ schemas: default: name: PrivateEndpointConnectionName description: private endpoint connection name - go: - name: string - description: private endpoint connection name protocol: {} - &ref_496 type: string @@ -6504,9 +4829,6 @@ schemas: default: name: PrivateEndpointConnectionType description: private endpoint connection type - go: - name: string - description: private endpoint connection type protocol: {} - &ref_497 type: string @@ -6516,11 +4838,8 @@ schemas: default: name: DiskAccessPropertiesProvisioningState description: The disk access resource provisioning state. - go: - name: string - description: The disk access resource provisioning state. protocol: {} - - &ref_942 + - &ref_941 type: string apiVersions: - version: '2020-12-01' @@ -6528,11 +4847,8 @@ schemas: default: name: DiskAccessListNextLink description: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources. - go: - name: string - description: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources. protocol: {} - - &ref_943 + - &ref_942 type: string apiVersions: - version: '2020-12-01' @@ -6540,11 +4856,8 @@ schemas: default: name: PrivateLinkResourcePropertiesGroupId description: The private link resource group id. - go: - name: string - description: The private link resource group id. protocol: {} - - &ref_944 + - &ref_943 type: string apiVersions: - version: '2020-12-01' @@ -6552,11 +4865,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembersItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_945 + - &ref_944 type: string apiVersions: - version: '2020-12-01' @@ -6564,11 +4874,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_946 + - &ref_945 type: string apiVersions: - version: '2020-12-01' @@ -6576,11 +4883,8 @@ schemas: default: name: PrivateLinkResourceId description: private link resource Id - go: - name: string - description: private link resource Id protocol: {} - - &ref_947 + - &ref_946 type: string apiVersions: - version: '2020-12-01' @@ -6588,11 +4892,8 @@ schemas: default: name: PrivateLinkResourceName description: private link resource name - go: - name: string - description: private link resource name protocol: {} - - &ref_948 + - &ref_947 type: string apiVersions: - version: '2020-12-01' @@ -6600,11 +4901,8 @@ schemas: default: name: PrivateLinkResourceType description: private link resource type - go: - name: string - description: private link resource type protocol: {} - - &ref_951 + - &ref_950 type: string apiVersions: - version: '2020-12-01' @@ -6612,11 +4910,8 @@ schemas: default: name: PrivateEndpointConnectionListResultNextLink description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. - go: - name: string - description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. protocol: {} - - &ref_958 + - &ref_957 type: string apiVersions: - version: '2020-12-01' @@ -6624,11 +4919,8 @@ schemas: default: name: DiskRestorePointPropertiesSourceResourceId description: arm id of source disk - go: - name: string - description: arm id of source disk protocol: {} - - &ref_959 + - &ref_958 type: string apiVersions: - version: '2020-12-01' @@ -6636,11 +4928,8 @@ schemas: default: name: DiskRestorePointPropertiesFamilyId description: id of the backing snapshot's MIS family - go: - name: string - description: id of the backing snapshot's MIS family protocol: {} - - &ref_960 + - &ref_959 type: string apiVersions: - version: '2020-12-01' @@ -6648,11 +4937,8 @@ schemas: default: name: DiskRestorePointPropertiesSourceUniqueId description: unique incarnation id of the source disk - go: - name: string - description: unique incarnation id of the source disk protocol: {} - - &ref_953 + - &ref_952 type: string apiVersions: - version: '2020-12-01' @@ -6660,11 +4946,8 @@ schemas: default: name: ProxyOnlyResourceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_954 + - &ref_953 type: string apiVersions: - version: '2020-12-01' @@ -6672,11 +4955,8 @@ schemas: default: name: ProxyOnlyResourceName description: Resource name - go: - name: string - description: Resource name protocol: {} - - &ref_955 + - &ref_954 type: string apiVersions: - version: '2020-12-01' @@ -6684,11 +4964,8 @@ schemas: default: name: ProxyOnlyResourceType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_962 + - &ref_961 type: string apiVersions: - version: '2020-12-01' @@ -6696,9 +4973,6 @@ schemas: default: name: DiskRestorePointListNextLink description: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. - go: - name: string - description: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. protocol: {} - &ref_8 type: string @@ -6708,9 +4982,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_499 type: string @@ -6720,9 +4991,6 @@ schemas: default: name: GalleryPropertiesDescription description: The description of this Shared Image Gallery resource. This property is updatable. - go: - name: string - description: The description of this Shared Image Gallery resource. This property is updatable. protocol: {} - &ref_500 type: string @@ -6732,9 +5000,6 @@ schemas: default: name: GalleryIdentifierUniqueName description: The unique name of the Shared Image Gallery. This name is generated automatically by Azure. - go: - name: string - description: The unique name of the Shared Image Gallery. This name is generated automatically by Azure. protocol: {} - &ref_504 type: string @@ -6744,11 +5009,8 @@ schemas: default: name: SharingProfileGroupIdsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_977 + - &ref_976 type: string apiVersions: - version: '2020-09-30' @@ -6756,11 +5018,8 @@ schemas: default: name: UpdateResourceDefinitionId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_978 + - &ref_977 type: string apiVersions: - version: '2020-09-30' @@ -6768,11 +5027,8 @@ schemas: default: name: UpdateResourceDefinitionName description: Resource name - go: - name: string - description: Resource name protocol: {} - - &ref_979 + - &ref_978 type: string apiVersions: - version: '2020-09-30' @@ -6780,9 +5036,6 @@ schemas: default: name: UpdateResourceDefinitionType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_505 type: string @@ -6792,9 +5045,6 @@ schemas: default: name: GalleryImagePropertiesDescription description: The description of this gallery image definition resource. This property is updatable. - go: - name: string - description: The description of this gallery image definition resource. This property is updatable. protocol: {} - &ref_506 type: string @@ -6804,9 +5054,6 @@ schemas: default: name: GalleryImagePropertiesEula description: The Eula agreement for the gallery image definition. - go: - name: string - description: The Eula agreement for the gallery image definition. protocol: {} - &ref_507 type: string @@ -6816,9 +5063,6 @@ schemas: default: name: GalleryImagePropertiesPrivacyStatementUri description: The privacy statement uri. - go: - name: string - description: The privacy statement uri. protocol: {} - &ref_508 type: string @@ -6828,9 +5072,6 @@ schemas: default: name: GalleryImagePropertiesReleaseNoteUri description: The release note uri. - go: - name: string - description: The release note uri. protocol: {} - &ref_510 type: string @@ -6840,9 +5081,6 @@ schemas: default: name: GalleryImageIdentifierPublisher description: The name of the gallery image definition publisher. - go: - name: string - description: The name of the gallery image definition publisher. protocol: {} - &ref_511 type: string @@ -6852,9 +5090,6 @@ schemas: default: name: GalleryImageIdentifierOffer description: The name of the gallery image definition offer. - go: - name: string - description: The name of the gallery image definition offer. protocol: {} - &ref_512 type: string @@ -6864,9 +5099,6 @@ schemas: default: name: GalleryImageIdentifierSku description: The name of the gallery image definition SKU. - go: - name: string - description: The name of the gallery image definition SKU. protocol: {} - &ref_516 type: string @@ -6876,9 +5108,6 @@ schemas: default: name: DisallowedDiskTypesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_517 type: string @@ -6888,9 +5117,6 @@ schemas: default: name: ImagePurchasePlanName description: The plan ID. - go: - name: string - description: The plan ID. protocol: {} - &ref_518 type: string @@ -6900,9 +5126,6 @@ schemas: default: name: ImagePurchasePlanPublisher description: The publisher ID. - go: - name: string - description: The publisher ID. protocol: {} - &ref_519 type: string @@ -6912,9 +5135,6 @@ schemas: default: name: ImagePurchasePlanProduct description: The product ID. - go: - name: string - description: The product ID. protocol: {} - &ref_521 type: string @@ -6924,9 +5144,6 @@ schemas: default: name: GalleryImageFeatureName description: The name of the gallery image feature. - go: - name: string - description: The name of the gallery image feature. protocol: {} - &ref_522 type: string @@ -6936,9 +5153,6 @@ schemas: default: name: GalleryImageFeatureValue description: The value of the gallery image feature. - go: - name: string - description: The value of the gallery image feature. protocol: {} - &ref_532 type: string @@ -6948,9 +5162,6 @@ schemas: default: name: TargetRegionName description: The name of the region. - go: - name: string - description: The name of the region. protocol: {} - &ref_539 type: string @@ -6960,9 +5171,6 @@ schemas: default: name: DiskImageEncryptionDiskEncryptionSetId description: A relative URI containing the resource ID of the disk encryption set. - go: - name: string - description: A relative URI containing the resource ID of the disk encryption set. protocol: {} - &ref_545 type: string @@ -6972,9 +5180,6 @@ schemas: default: name: GalleryArtifactVersionSourceId description: The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. - go: - name: string - description: The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. protocol: {} - &ref_546 type: string @@ -6984,9 +5189,6 @@ schemas: default: name: GalleryArtifactVersionSourceUri description: The uri of the gallery artifact version source. Currently used to specify vhd/blob source. - go: - name: string - description: The uri of the gallery artifact version source. Currently used to specify vhd/blob source. protocol: {} - &ref_555 type: string @@ -6996,9 +5198,6 @@ schemas: default: name: RegionalReplicationStatusRegion description: The region to which the gallery image version is being replicated to. - go: - name: string - description: The region to which the gallery image version is being replicated to. protocol: {} - &ref_557 type: string @@ -7008,9 +5207,6 @@ schemas: default: name: RegionalReplicationStatusDetails description: The details of the replication status. - go: - name: string - description: The details of the replication status. protocol: {} - &ref_559 type: string @@ -7020,9 +5216,6 @@ schemas: default: name: GalleryApplicationPropertiesDescription description: The description of this gallery Application Definition resource. This property is updatable. - go: - name: string - description: The description of this gallery Application Definition resource. This property is updatable. protocol: {} - &ref_560 type: string @@ -7032,9 +5225,6 @@ schemas: default: name: GalleryApplicationPropertiesEula description: The Eula agreement for the gallery Application Definition. - go: - name: string - description: The Eula agreement for the gallery Application Definition. protocol: {} - &ref_561 type: string @@ -7044,9 +5234,6 @@ schemas: default: name: GalleryApplicationPropertiesPrivacyStatementUri description: The privacy statement uri. - go: - name: string - description: The privacy statement uri. protocol: {} - &ref_562 type: string @@ -7056,9 +5243,6 @@ schemas: default: name: GalleryApplicationPropertiesReleaseNoteUri description: The release note uri. - go: - name: string - description: The release note uri. protocol: {} - &ref_525 type: string @@ -7068,9 +5252,6 @@ schemas: default: name: UserArtifactSourceMediaLink description: Required. The mediaLink of the artifact, must be a readable storage page blob. - go: - name: string - description: Required. The mediaLink of the artifact, must be a readable storage page blob. protocol: {} - &ref_526 type: string @@ -7080,9 +5261,6 @@ schemas: default: name: UserArtifactSourceDefaultConfigurationLink description: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. - go: - name: string - description: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. protocol: {} - &ref_527 type: string @@ -7092,9 +5270,6 @@ schemas: default: name: UserArtifactManageInstall description: Required. The path and arguments to install the gallery application. This is limited to 4096 characters. - go: - name: string - description: Required. The path and arguments to install the gallery application. This is limited to 4096 characters. protocol: {} - &ref_528 type: string @@ -7104,9 +5279,6 @@ schemas: default: name: UserArtifactManageRemove description: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters. - go: - name: string - description: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters. protocol: {} - &ref_529 type: string @@ -7118,13 +5290,8 @@ schemas: description: >- Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters. - go: - name: string - description: >- - Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. - This is limited to 4096 characters. protocol: {} - - &ref_992 + - &ref_991 type: string apiVersions: - version: '2020-09-30' @@ -7132,11 +5299,8 @@ schemas: default: name: GalleryListNextLink description: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. - go: - name: string - description: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. protocol: {} - - &ref_993 + - &ref_992 type: string apiVersions: - version: '2020-09-30' @@ -7144,11 +5308,8 @@ schemas: default: name: GalleryImageListNextLink description: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions. - go: - name: string - description: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions. protocol: {} - - &ref_994 + - &ref_993 type: string apiVersions: - version: '2020-09-30' @@ -7156,11 +5317,8 @@ schemas: default: name: GalleryImageVersionListNextLink description: The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. - go: - name: string - description: The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. protocol: {} - - &ref_995 + - &ref_994 type: string apiVersions: - version: '2020-09-30' @@ -7168,11 +5326,8 @@ schemas: default: name: GalleryApplicationListNextLink description: The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions. - go: - name: string - description: The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions. protocol: {} - - &ref_996 + - &ref_995 type: string apiVersions: - version: '2020-09-30' @@ -7180,11 +5335,8 @@ schemas: default: name: GalleryApplicationVersionListNextLink description: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions. - go: - name: string - description: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions. protocol: {} - - &ref_1008 + - &ref_1007 type: string apiVersions: - version: '2020-09-30' @@ -7192,11 +5344,8 @@ schemas: default: name: SharedGalleryIdentifierUniqueId description: The unique id of this shared gallery. - go: - name: string - description: The unique id of this shared gallery. protocol: {} - - &ref_1004 + - &ref_1003 type: string apiVersions: - version: '2020-09-30' @@ -7204,11 +5353,8 @@ schemas: default: name: PirResourceName description: Resource name - go: - name: string - description: Resource name protocol: {} - - &ref_1005 + - &ref_1004 type: string apiVersions: - version: '2020-09-30' @@ -7216,11 +5362,8 @@ schemas: default: name: PirResourceLocation description: Resource location - go: - name: string - description: Resource location protocol: {} - - &ref_1009 + - &ref_1008 type: string apiVersions: - version: '2020-09-30' @@ -7228,11 +5371,8 @@ schemas: default: name: SharedGalleryListNextLink description: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries. - go: - name: string - description: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries. protocol: {} - - &ref_1011 + - &ref_1010 type: string apiVersions: - version: '2020-09-30' @@ -7240,11 +5380,8 @@ schemas: default: name: SharedGalleryImageListNextLink description: The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images. - go: - name: string - description: The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images. protocol: {} - - &ref_1013 + - &ref_1012 type: string apiVersions: - version: '2020-09-30' @@ -7252,11 +5389,8 @@ schemas: default: name: SharedGalleryImageVersionListNextLink description: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions. - go: - name: string - description: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions. protocol: {} - - &ref_1015 + - &ref_1014 type: string apiVersions: - version: '2021-03-01' @@ -7264,11 +5398,8 @@ schemas: default: name: RoleInstanceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_1016 + - &ref_1015 type: string apiVersions: - version: '2021-03-01' @@ -7276,11 +5407,8 @@ schemas: default: name: RoleInstanceName description: Resource Name. - go: - name: string - description: Resource Name. protocol: {} - - &ref_1017 + - &ref_1016 type: string apiVersions: - version: '2021-03-01' @@ -7288,11 +5416,8 @@ schemas: default: name: RoleInstanceType description: Resource Type. - go: - name: string - description: Resource Type. protocol: {} - - &ref_1018 + - &ref_1017 type: string apiVersions: - version: '2021-03-01' @@ -7300,11 +5425,8 @@ schemas: default: name: RoleInstanceLocation description: Resource Location. - go: - name: string - description: Resource Location. protocol: {} - - &ref_1020 + - &ref_1019 type: string apiVersions: - version: '2021-03-01' @@ -7312,11 +5434,8 @@ schemas: default: name: InstanceSkuName description: The sku name. - go: - name: string - description: The sku name. protocol: {} - - &ref_1021 + - &ref_1020 type: string apiVersions: - version: '2021-03-01' @@ -7324,11 +5443,8 @@ schemas: default: name: InstanceSkuTier description: The tier of the cloud service role instance. - go: - name: string - description: The tier of the cloud service role instance. protocol: {} - - &ref_1024 + - &ref_1023 type: string apiVersions: - version: '2021-03-01' @@ -7338,13 +5454,8 @@ schemas: description: >- Specifies a unique identifier generated internally for the cloud service associated with this role instance.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. - go: - name: string - description: >- - Specifies a unique identifier generated internally for the cloud service associated with this role instance.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for - querying details. protocol: {} - - &ref_1025 + - &ref_1024 type: string apiVersions: - version: '2021-03-01' @@ -7352,11 +5463,8 @@ schemas: default: name: ResourceInstanceViewStatusCode description: The status code. - go: - name: string - description: The status code. protocol: {} - - &ref_1026 + - &ref_1025 type: string apiVersions: - version: '2021-03-01' @@ -7364,11 +5472,8 @@ schemas: default: name: ResourceInstanceViewStatusDisplayStatus description: The short localizable label for the status. - go: - name: string - description: The short localizable label for the status. protocol: {} - - &ref_1027 + - &ref_1026 type: string apiVersions: - version: '2021-03-01' @@ -7376,11 +5481,8 @@ schemas: default: name: ResourceInstanceViewStatusMessage description: The detailed status message, including for alerts and error messages. - go: - name: string - description: The detailed status message, including for alerts and error messages. protocol: {} - - &ref_1035 + - &ref_1034 type: string apiVersions: - version: '2021-03-01' @@ -7388,11 +5490,8 @@ schemas: default: name: RoleInstanceListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1036 + - &ref_1035 type: string apiVersions: - version: '2021-03-01' @@ -7400,11 +5499,8 @@ schemas: default: name: CloudServiceRoleId description: Resource id - go: - name: string - description: Resource id protocol: {} - - &ref_1037 + - &ref_1036 type: string apiVersions: - version: '2021-03-01' @@ -7412,11 +5508,8 @@ schemas: default: name: CloudServiceRoleName description: Resource name - go: - name: string - description: Resource name protocol: {} - - &ref_1038 + - &ref_1037 type: string apiVersions: - version: '2021-03-01' @@ -7424,11 +5517,8 @@ schemas: default: name: CloudServiceRoleType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_1039 + - &ref_1038 type: string apiVersions: - version: '2021-03-01' @@ -7436,11 +5526,8 @@ schemas: default: name: CloudServiceRoleLocation description: Resource location - go: - name: string - description: Resource location protocol: {} - - &ref_1040 + - &ref_1039 type: string apiVersions: - version: '2021-03-01' @@ -7448,11 +5535,8 @@ schemas: default: name: CloudServiceRoleSkuName description: 'The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.' - go: - name: string - description: 'The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.' protocol: {} - - &ref_1041 + - &ref_1040 type: string apiVersions: - version: '2021-03-01' @@ -7460,11 +5544,8 @@ schemas: default: name: CloudServiceRoleSkuTier description: Specifies the tier of the cloud service. Possible Values are

    **Standard**

    **Basic** - go: - name: string - description: Specifies the tier of the cloud service. Possible Values are

    **Standard**

    **Basic** protocol: {} - - &ref_1043 + - &ref_1042 type: string apiVersions: - version: '2021-03-01' @@ -7472,11 +5553,8 @@ schemas: default: name: CloudServiceRolePropertiesUniqueId description: Specifies the ID which uniquely identifies a cloud service role. - go: - name: string - description: Specifies the ID which uniquely identifies a cloud service role. protocol: {} - - &ref_1047 + - &ref_1046 type: string apiVersions: - version: '2021-03-01' @@ -7484,11 +5562,8 @@ schemas: default: name: CloudServiceRoleListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1048 + - &ref_1047 type: string apiVersions: - version: '2021-03-01' @@ -7496,11 +5571,8 @@ schemas: default: name: CloudServiceId description: Resource Id. - go: - name: string - description: Resource Id. protocol: {} - - &ref_1049 + - &ref_1048 type: string apiVersions: - version: '2021-03-01' @@ -7508,11 +5580,8 @@ schemas: default: name: CloudServiceName description: Resource name. - go: - name: string - description: Resource name. protocol: {} - - &ref_1050 + - &ref_1049 type: string apiVersions: - version: '2021-03-01' @@ -7520,11 +5589,8 @@ schemas: default: name: CloudServiceType description: Resource type. - go: - name: string - description: Resource type. protocol: {} - - &ref_1051 + - &ref_1050 type: string apiVersions: - version: '2021-03-01' @@ -7532,11 +5598,8 @@ schemas: default: name: CloudServiceLocation description: Resource location. - go: - name: string - description: Resource location. protocol: {} - - &ref_1053 + - &ref_1052 type: string apiVersions: - version: '2021-03-01' @@ -7544,11 +5607,8 @@ schemas: default: name: CloudServicePropertiesPackageUrl description: "Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." - go: - name: string - description: "Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." protocol: {} - - &ref_1054 + - &ref_1053 type: string apiVersions: - version: '2021-03-01' @@ -7556,11 +5616,8 @@ schemas: default: name: CloudServicePropertiesConfiguration description: Specifies the XML service configuration (.cscfg) for the cloud service. - go: - name: string - description: Specifies the XML service configuration (.cscfg) for the cloud service. protocol: {} - - &ref_1055 + - &ref_1054 type: string apiVersions: - version: '2021-03-01' @@ -7568,11 +5625,8 @@ schemas: default: name: CloudServicePropertiesConfigurationUrl description: "Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." - go: - name: string - description: "Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." protocol: {} - - &ref_1059 + - &ref_1058 type: string apiVersions: - version: '2021-03-01' @@ -7580,11 +5634,8 @@ schemas: default: name: CloudServiceRoleProfilePropertiesName description: Resource name. - go: - name: string - description: Resource name. protocol: {} - - &ref_1060 + - &ref_1059 type: string apiVersions: - version: '2021-03-01' @@ -7592,11 +5643,8 @@ schemas: default: name: CloudServiceVaultCertificateUrl description: This is the URL of a certificate that has been uploaded to Key Vault as a secret. - go: - name: string - description: This is the URL of a certificate that has been uploaded to Key Vault as a secret. protocol: {} - - &ref_1061 + - &ref_1060 type: string apiVersions: - version: '2021-03-01' @@ -7604,11 +5652,8 @@ schemas: default: name: LoadBalancerConfigurationId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_1062 + - &ref_1061 type: string apiVersions: - version: '2021-03-01' @@ -7616,11 +5661,8 @@ schemas: default: name: LoadBalancerConfigurationName description: The name of the Load balancer - go: - name: string - description: The name of the Load balancer protocol: {} - - &ref_1063 + - &ref_1062 type: string apiVersions: - version: '2021-03-01' @@ -7628,11 +5670,8 @@ schemas: default: name: LoadBalancerFrontendIPConfigurationName description: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. - go: - name: string - description: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. protocol: {} - - &ref_1064 + - &ref_1063 type: string apiVersions: - version: '2021-03-01' @@ -7640,11 +5679,8 @@ schemas: default: name: LoadBalancerFrontendIPConfigurationPropertiesPrivateIPAddress description: The virtual network private IP address of the IP configuration. - go: - name: string - description: The virtual network private IP address of the IP configuration. protocol: {} - - &ref_1065 + - &ref_1064 type: string apiVersions: - version: '2021-03-01' @@ -7652,11 +5688,8 @@ schemas: default: name: ExtensionName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - - &ref_1066 + - &ref_1065 type: string apiVersions: - version: '2021-03-01' @@ -7664,11 +5697,8 @@ schemas: default: name: CloudServiceExtensionPropertiesPublisher description: The name of the extension handler publisher. - go: - name: string - description: The name of the extension handler publisher. protocol: {} - - &ref_1067 + - &ref_1066 type: string apiVersions: - version: '2021-03-01' @@ -7676,11 +5706,8 @@ schemas: default: name: CloudServiceExtensionPropertiesType description: Specifies the type of the extension. - go: - name: string - description: Specifies the type of the extension. protocol: {} - - &ref_1068 + - &ref_1067 type: string apiVersions: - version: '2021-03-01' @@ -7691,14 +5718,8 @@ schemas: Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance. - go: - name: string - description: >- - Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified - with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the - specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance. protocol: {} - - &ref_1070 + - &ref_1069 type: string apiVersions: - version: '2021-03-01' @@ -7706,11 +5727,8 @@ schemas: default: name: CloudServiceExtensionPropertiesSettings description: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension. - go: - name: string - description: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension. protocol: {} - - &ref_1071 + - &ref_1070 type: string apiVersions: - version: '2021-03-01' @@ -7718,11 +5736,8 @@ schemas: default: name: CloudServiceExtensionPropertiesProtectedSettings description: Protected settings for the extension which are encrypted before sent to the role instance. - go: - name: string - description: Protected settings for the extension which are encrypted before sent to the role instance. protocol: {} - - &ref_1072 + - &ref_1071 type: string apiVersions: - version: '2021-03-01' @@ -7730,11 +5745,8 @@ schemas: default: name: CloudServiceVaultAndSecretReferenceSecretUrl description: '' - go: - name: string - description: '' protocol: {} - - &ref_1073 + - &ref_1072 type: string apiVersions: - version: '2021-03-01' @@ -7742,11 +5754,8 @@ schemas: default: name: CloudServiceExtensionPropertiesForceUpdateTag description: "Tag to force apply the provided public and protected settings.\r\nChanging the tag value allows for re-running the extension without changing any of the public or protected settings.\r\nIf forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.\r\nIf neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and\r\nit is up to handler implementation whether to re-run it or not" - go: - name: string - description: "Tag to force apply the provided public and protected settings.\r\nChanging the tag value allows for re-running the extension without changing any of the public or protected settings.\r\nIf forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.\r\nIf neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and\r\nit is up to handler implementation whether to re-run it or not" protocol: {} - - &ref_1074 + - &ref_1073 type: string apiVersions: - version: '2021-03-01' @@ -7754,11 +5763,8 @@ schemas: default: name: CloudServiceExtensionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - - &ref_1075 + - &ref_1074 type: string apiVersions: - version: '2021-03-01' @@ -7766,11 +5772,8 @@ schemas: default: name: CloudServiceExtensionPropertiesRolesAppliedToItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_1076 + - &ref_1075 type: string apiVersions: - version: '2021-03-01' @@ -7778,11 +5781,8 @@ schemas: default: name: CloudServicePropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - - &ref_1077 + - &ref_1076 type: string apiVersions: - version: '2021-03-01' @@ -7790,11 +5790,8 @@ schemas: default: name: CloudServicePropertiesUniqueId description: The unique identifier for the cloud service. - go: - name: string - description: The unique identifier for the cloud service. protocol: {} - - &ref_1094 + - &ref_1093 type: string apiVersions: - version: '2021-03-01' @@ -7802,11 +5799,8 @@ schemas: default: name: StatusCodeCountCode description: The instance view status code - go: - name: string - description: The instance view status code protocol: {} - - &ref_1096 + - &ref_1095 type: string apiVersions: - version: '2021-03-01' @@ -7814,11 +5808,8 @@ schemas: default: name: CloudServiceInstanceViewSdkVersion description: The version of the SDK that was used to generate the package for the cloud service. - go: - name: string - description: The version of the SDK that was used to generate the package for the cloud service. protocol: {} - - &ref_1097 + - &ref_1096 type: string apiVersions: - version: '2021-03-01' @@ -7826,11 +5817,8 @@ schemas: default: name: CloudServiceInstanceViewPrivateIdsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_1101 + - &ref_1100 type: string apiVersions: - version: '2021-03-01' @@ -7838,11 +5826,8 @@ schemas: default: name: CloudServiceListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1102 + - &ref_1101 type: string apiVersions: - version: '2021-03-01' @@ -7850,11 +5835,8 @@ schemas: default: name: RoleInstancesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_1103 + - &ref_1102 type: string apiVersions: - version: '2021-03-01' @@ -7862,11 +5844,8 @@ schemas: default: name: UpdateDomainId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_1104 + - &ref_1103 type: string apiVersions: - version: '2021-03-01' @@ -7874,11 +5853,8 @@ schemas: default: name: UpdateDomainName description: Resource Name - go: - name: string - description: Resource Name protocol: {} - - &ref_1106 + - &ref_1105 type: string apiVersions: - version: '2021-03-01' @@ -7886,11 +5862,8 @@ schemas: default: name: UpdateDomainListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1107 + - &ref_1106 type: string apiVersions: - version: '2021-03-01' @@ -7898,11 +5871,8 @@ schemas: default: name: OSVersionId description: Resource Id. - go: - name: string - description: Resource Id. protocol: {} - - &ref_1108 + - &ref_1107 type: string apiVersions: - version: '2021-03-01' @@ -7910,11 +5880,8 @@ schemas: default: name: OSVersionName description: Resource name. - go: - name: string - description: Resource name. protocol: {} - - &ref_1109 + - &ref_1108 type: string apiVersions: - version: '2021-03-01' @@ -7922,11 +5889,8 @@ schemas: default: name: OSVersionType description: Resource type. - go: - name: string - description: Resource type. protocol: {} - - &ref_1110 + - &ref_1109 type: string apiVersions: - version: '2021-03-01' @@ -7934,11 +5898,8 @@ schemas: default: name: OSVersionLocation description: Resource location. - go: - name: string - description: Resource location. protocol: {} - - &ref_1111 + - &ref_1110 type: string apiVersions: - version: '2021-03-01' @@ -7946,11 +5907,8 @@ schemas: default: name: OSVersionPropertiesFamily description: The family of this OS version. - go: - name: string - description: The family of this OS version. protocol: {} - - &ref_1112 + - &ref_1111 type: string apiVersions: - version: '2021-03-01' @@ -7958,11 +5916,8 @@ schemas: default: name: OSVersionPropertiesFamilyLabel description: The family label of this OS version. - go: - name: string - description: The family label of this OS version. protocol: {} - - &ref_1113 + - &ref_1112 type: string apiVersions: - version: '2021-03-01' @@ -7970,11 +5925,8 @@ schemas: default: name: OSVersionPropertiesVersion description: The OS version. - go: - name: string - description: The OS version. protocol: {} - - &ref_1114 + - &ref_1113 type: string apiVersions: - version: '2021-03-01' @@ -7982,11 +5934,8 @@ schemas: default: name: OSVersionPropertiesLabel description: The OS version label. - go: - name: string - description: The OS version label. protocol: {} - - &ref_1119 + - &ref_1118 type: string apiVersions: - version: '2021-03-01' @@ -7994,11 +5943,8 @@ schemas: default: name: OSVersionListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1120 + - &ref_1119 type: string apiVersions: - version: '2021-03-01' @@ -8006,11 +5952,8 @@ schemas: default: name: OSFamilyId description: Resource Id. - go: - name: string - description: Resource Id. protocol: {} - - &ref_1121 + - &ref_1120 type: string apiVersions: - version: '2021-03-01' @@ -8018,11 +5961,8 @@ schemas: default: name: OSFamilyName description: Resource name. - go: - name: string - description: Resource name. protocol: {} - - &ref_1122 + - &ref_1121 type: string apiVersions: - version: '2021-03-01' @@ -8030,11 +5970,8 @@ schemas: default: name: OSFamilyType description: Resource type. - go: - name: string - description: Resource type. protocol: {} - - &ref_1123 + - &ref_1122 type: string apiVersions: - version: '2021-03-01' @@ -8042,11 +5979,8 @@ schemas: default: name: OSFamilyLocation description: Resource location. - go: - name: string - description: Resource location. protocol: {} - - &ref_1124 + - &ref_1123 type: string apiVersions: - version: '2021-03-01' @@ -8054,11 +5988,8 @@ schemas: default: name: OSFamilyPropertiesName description: The OS family name. - go: - name: string - description: The OS family name. protocol: {} - - &ref_1125 + - &ref_1124 type: string apiVersions: - version: '2021-03-01' @@ -8066,11 +5997,8 @@ schemas: default: name: OSFamilyPropertiesLabel description: The OS family label. - go: - name: string - description: The OS family label. protocol: {} - - &ref_1126 + - &ref_1125 type: string apiVersions: - version: '2021-03-01' @@ -8078,11 +6006,8 @@ schemas: default: name: OSVersionPropertiesBaseVersion description: The OS version. - go: - name: string - description: The OS version. protocol: {} - - &ref_1127 + - &ref_1126 type: string apiVersions: - version: '2021-03-01' @@ -8090,11 +6015,8 @@ schemas: default: name: OSVersionPropertiesBaseLabel description: The OS version label. - go: - name: string - description: The OS version label. protocol: {} - - &ref_1131 + - &ref_1130 type: string apiVersions: - version: '2021-03-01' @@ -8102,11 +6024,8 @@ schemas: default: name: OSFamilyListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1132 + - &ref_1131 type: string apiVersions: - version: '2020-09-30' @@ -8114,9 +6033,6 @@ schemas: default: name: ManagedArtifactId description: The managed artifact id. - go: - name: string - description: The managed artifact id. protocol: {} choices: - &ref_19 @@ -8126,17 +6042,11 @@ schemas: default: name: Standard description: '' - go: - name: ProximityPlacementGroupTypeStandard - description: '' - value: Ultra language: default: name: Ultra description: '' - go: - name: ProximityPlacementGroupTypeUltra - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -8145,17 +6055,6 @@ schemas: default: name: ProximityPlacementGroupType description: 'Specifies the type of the proximity placement group.

    Possible values are:

    **Standard** : Co-locate resources within an Azure region or Availability Zone.

    **Ultra** : For future use.' - go: - name: ProximityPlacementGroupType - description: |- - Specifies the type of the proximity placement group. - - Possible values are: - - Standard : Co-locate resources within an Azure region or Availability Zone. - - Ultra : For future use. - possibleValuesFunc: PossibleProximityPlacementGroupTypeValues protocol: {} - &ref_29 choices: @@ -8164,17 +6063,11 @@ schemas: default: name: V1 description: '' - go: - name: HyperVGenerationTypesV1 - description: '' - value: V2 language: default: name: V2 description: '' - go: - name: HyperVGenerationTypesV2 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -8183,10 +6076,6 @@ schemas: default: name: HyperVGenerationTypes description: Specifies the HyperVGeneration Type - go: - name: HyperVGenerationTypes - description: Specifies the HyperVGeneration Type - possibleValuesFunc: PossibleHyperVGenerationTypesValues protocol: {} - &ref_30 choices: @@ -8195,17 +6084,11 @@ schemas: default: name: None description: '' - go: - name: VMDiskTypesNone - description: '' - value: Unmanaged language: default: name: Unmanaged description: '' - go: - name: VMDiskTypesUnmanaged - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -8214,10 +6097,6 @@ schemas: default: name: VmDiskTypes description: VM disk types which are disallowed. - go: - name: VMDiskTypes - description: VM disk types which are disallowed. - possibleValuesFunc: PossibleVMDiskTypesValues protocol: {} - &ref_38 choices: @@ -8226,9 +6105,6 @@ schemas: default: name: EdgeZone description: '' - go: - name: ExtendedLocationTypesEdgeZone - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -8237,10 +6113,6 @@ schemas: default: name: ExtendedLocationTypes description: The type of extendedLocation. - go: - name: ExtendedLocationTypes - description: The type of extendedLocation. - possibleValuesFunc: PossibleExtendedLocationTypesValues protocol: {} - &ref_154 choices: @@ -8249,1329 +6121,831 @@ schemas: default: name: BasicA0 description: '' - go: - name: VirtualMachineSizeTypesBasicA0 - description: '' - value: Basic_A1 language: default: name: BasicA1 description: '' - go: - name: VirtualMachineSizeTypesBasicA1 - description: '' - value: Basic_A2 language: default: name: BasicA2 description: '' - go: - name: VirtualMachineSizeTypesBasicA2 - description: '' - value: Basic_A3 language: default: name: BasicA3 description: '' - go: - name: VirtualMachineSizeTypesBasicA3 - description: '' - value: Basic_A4 language: default: name: BasicA4 description: '' - go: - name: VirtualMachineSizeTypesBasicA4 - description: '' - value: Standard_A0 language: default: name: StandardA0 description: '' - go: - name: VirtualMachineSizeTypesStandardA0 - description: '' - value: Standard_A1 language: default: name: StandardA1 description: '' - go: - name: VirtualMachineSizeTypesStandardA1 - description: '' - value: Standard_A2 language: default: name: StandardA2 description: '' - go: - name: VirtualMachineSizeTypesStandardA2 - description: '' - value: Standard_A3 language: default: name: StandardA3 description: '' - go: - name: VirtualMachineSizeTypesStandardA3 - description: '' - value: Standard_A4 language: default: name: StandardA4 description: '' - go: - name: VirtualMachineSizeTypesStandardA4 - description: '' - value: Standard_A5 language: default: name: StandardA5 description: '' - go: - name: VirtualMachineSizeTypesStandardA5 - description: '' - value: Standard_A6 language: default: name: StandardA6 description: '' - go: - name: VirtualMachineSizeTypesStandardA6 - description: '' - value: Standard_A7 language: default: name: StandardA7 description: '' - go: - name: VirtualMachineSizeTypesStandardA7 - description: '' - value: Standard_A8 language: default: name: StandardA8 description: '' - go: - name: VirtualMachineSizeTypesStandardA8 - description: '' - value: Standard_A9 language: default: name: StandardA9 description: '' - go: - name: VirtualMachineSizeTypesStandardA9 - description: '' - value: Standard_A10 language: default: name: StandardA10 description: '' - go: - name: VirtualMachineSizeTypesStandardA10 - description: '' - value: Standard_A11 language: default: name: StandardA11 description: '' - go: - name: VirtualMachineSizeTypesStandardA11 - description: '' - value: Standard_A1_v2 language: default: name: StandardA1V2 description: '' - go: - name: VirtualMachineSizeTypesStandardA1V2 - description: '' - value: Standard_A2_v2 language: default: name: StandardA2V2 description: '' - go: - name: VirtualMachineSizeTypesStandardA2V2 - description: '' - value: Standard_A4_v2 language: default: name: StandardA4V2 description: '' - go: - name: VirtualMachineSizeTypesStandardA4V2 - description: '' - value: Standard_A8_v2 language: default: name: StandardA8V2 description: '' - go: - name: VirtualMachineSizeTypesStandardA8V2 - description: '' - value: Standard_A2m_v2 language: default: name: StandardA2MV2 description: '' - go: - name: VirtualMachineSizeTypesStandardA2MV2 - description: '' - value: Standard_A4m_v2 language: default: name: StandardA4MV2 description: '' - go: - name: VirtualMachineSizeTypesStandardA4MV2 - description: '' - value: Standard_A8m_v2 language: default: name: StandardA8MV2 description: '' - go: - name: VirtualMachineSizeTypesStandardA8MV2 - description: '' - value: Standard_B1s language: default: name: StandardB1S description: '' - go: - name: VirtualMachineSizeTypesStandardB1S - description: '' - value: Standard_B1ms language: default: name: StandardB1Ms description: '' - go: - name: VirtualMachineSizeTypesStandardB1Ms - description: '' - value: Standard_B2s language: default: name: StandardB2S description: '' - go: - name: VirtualMachineSizeTypesStandardB2S - description: '' - value: Standard_B2ms language: default: name: StandardB2Ms description: '' - go: - name: VirtualMachineSizeTypesStandardB2Ms - description: '' - value: Standard_B4ms language: default: name: StandardB4Ms description: '' - go: - name: VirtualMachineSizeTypesStandardB4Ms - description: '' - value: Standard_B8ms language: default: name: StandardB8Ms description: '' - go: - name: VirtualMachineSizeTypesStandardB8Ms - description: '' - value: Standard_D1 language: default: name: StandardD1 description: '' - go: - name: VirtualMachineSizeTypesStandardD1 - description: '' - value: Standard_D2 language: default: name: StandardD2 description: '' - go: - name: VirtualMachineSizeTypesStandardD2 - description: '' - value: Standard_D3 language: default: name: StandardD3 description: '' - go: - name: VirtualMachineSizeTypesStandardD3 - description: '' - value: Standard_D4 language: default: name: StandardD4 description: '' - go: - name: VirtualMachineSizeTypesStandardD4 - description: '' - value: Standard_D11 language: default: name: StandardD11 description: '' - go: - name: VirtualMachineSizeTypesStandardD11 - description: '' - value: Standard_D12 language: default: name: StandardD12 description: '' - go: - name: VirtualMachineSizeTypesStandardD12 - description: '' - value: Standard_D13 language: default: name: StandardD13 description: '' - go: - name: VirtualMachineSizeTypesStandardD13 - description: '' - value: Standard_D14 language: default: name: StandardD14 description: '' - go: - name: VirtualMachineSizeTypesStandardD14 - description: '' - value: Standard_D1_v2 language: default: name: StandardD1V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD1V2 - description: '' - value: Standard_D2_v2 language: default: name: StandardD2V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD2V2 - description: '' - value: Standard_D3_v2 language: default: name: StandardD3V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD3V2 - description: '' - value: Standard_D4_v2 language: default: name: StandardD4V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD4V2 - description: '' - value: Standard_D5_v2 language: default: name: StandardD5V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD5V2 - description: '' - value: Standard_D2_v3 language: default: name: StandardD2V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD2V3 - description: '' - value: Standard_D4_v3 language: default: name: StandardD4V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD4V3 - description: '' - value: Standard_D8_v3 language: default: name: StandardD8V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD8V3 - description: '' - value: Standard_D16_v3 language: default: name: StandardD16V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD16V3 - description: '' - value: Standard_D32_v3 language: default: name: StandardD32V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD32V3 - description: '' - value: Standard_D64_v3 language: default: name: StandardD64V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD64V3 - description: '' - value: Standard_D2s_v3 language: default: name: StandardD2SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD2SV3 - description: '' - value: Standard_D4s_v3 language: default: name: StandardD4SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD4SV3 - description: '' - value: Standard_D8s_v3 language: default: name: StandardD8SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD8SV3 - description: '' - value: Standard_D16s_v3 language: default: name: StandardD16SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD16SV3 - description: '' - value: Standard_D32s_v3 language: default: name: StandardD32SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD32SV3 - description: '' - value: Standard_D64s_v3 language: default: name: StandardD64SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD64SV3 - description: '' - value: Standard_D11_v2 language: default: name: StandardD11V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD11V2 - description: '' - value: Standard_D12_v2 language: default: name: StandardD12V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD12V2 - description: '' - value: Standard_D13_v2 language: default: name: StandardD13V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD13V2 - description: '' - value: Standard_D14_v2 language: default: name: StandardD14V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD14V2 - description: '' - value: Standard_D15_v2 language: default: name: StandardD15V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD15V2 - description: '' - value: Standard_DS1 language: default: name: StandardDS1 description: '' - go: - name: VirtualMachineSizeTypesStandardDS1 - description: '' - value: Standard_DS2 language: default: name: StandardDS2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS2 - description: '' - value: Standard_DS3 language: default: name: StandardDS3 description: '' - go: - name: VirtualMachineSizeTypesStandardDS3 - description: '' - value: Standard_DS4 language: default: name: StandardDS4 description: '' - go: - name: VirtualMachineSizeTypesStandardDS4 - description: '' - value: Standard_DS11 language: default: name: StandardDS11 description: '' - go: - name: VirtualMachineSizeTypesStandardDS11 - description: '' - value: Standard_DS12 language: default: name: StandardDS12 description: '' - go: - name: VirtualMachineSizeTypesStandardDS12 - description: '' - value: Standard_DS13 language: default: name: StandardDS13 description: '' - go: - name: VirtualMachineSizeTypesStandardDS13 - description: '' - value: Standard_DS14 language: default: name: StandardDS14 description: '' - go: - name: VirtualMachineSizeTypesStandardDS14 - description: '' - value: Standard_DS1_v2 language: default: name: StandardDS1V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS1V2 - description: '' - value: Standard_DS2_v2 language: default: name: StandardDS2V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS2V2 - description: '' - value: Standard_DS3_v2 language: default: name: StandardDS3V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS3V2 - description: '' - value: Standard_DS4_v2 language: default: name: StandardDS4V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS4V2 - description: '' - value: Standard_DS5_v2 language: default: name: StandardDS5V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS5V2 - description: '' - value: Standard_DS11_v2 language: default: name: StandardDS11V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS11V2 - description: '' - value: Standard_DS12_v2 language: default: name: StandardDS12V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS12V2 - description: '' - value: Standard_DS13_v2 language: default: name: StandardDS13V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS13V2 - description: '' - value: Standard_DS14_v2 language: default: name: StandardDS14V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS14V2 - description: '' - value: Standard_DS15_v2 language: default: name: StandardDS15V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS15V2 - description: '' - value: Standard_DS13-4_v2 language: default: name: StandardDS134V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS134V2 - description: '' - value: Standard_DS13-2_v2 language: default: name: StandardDS132V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS132V2 - description: '' - value: Standard_DS14-8_v2 language: default: name: StandardDS148V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS148V2 - description: '' - value: Standard_DS14-4_v2 language: default: name: StandardDS144V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS144V2 - description: '' - value: Standard_E2_v3 language: default: name: StandardE2V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE2V3 - description: '' - value: Standard_E4_v3 language: default: name: StandardE4V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE4V3 - description: '' - value: Standard_E8_v3 language: default: name: StandardE8V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE8V3 - description: '' - value: Standard_E16_v3 language: default: name: StandardE16V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE16V3 - description: '' - value: Standard_E32_v3 language: default: name: StandardE32V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE32V3 - description: '' - value: Standard_E64_v3 language: default: name: StandardE64V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE64V3 - description: '' - value: Standard_E2s_v3 language: default: name: StandardE2SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE2SV3 - description: '' - value: Standard_E4s_v3 language: default: name: StandardE4SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE4SV3 - description: '' - value: Standard_E8s_v3 language: default: name: StandardE8SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE8SV3 - description: '' - value: Standard_E16s_v3 language: default: name: StandardE16SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE16SV3 - description: '' - value: Standard_E32s_v3 language: default: name: StandardE32SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE32SV3 - description: '' - value: Standard_E64s_v3 language: default: name: StandardE64SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE64SV3 - description: '' - value: Standard_E32-16_v3 language: default: name: StandardE3216V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE3216V3 - description: '' - value: Standard_E32-8s_v3 language: default: name: StandardE328SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE328SV3 - description: '' - value: Standard_E64-32s_v3 language: default: name: StandardE6432SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE6432SV3 - description: '' - value: Standard_E64-16s_v3 language: default: name: StandardE6416SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE6416SV3 - description: '' - value: Standard_F1 language: default: name: StandardF1 description: '' - go: - name: VirtualMachineSizeTypesStandardF1 - description: '' - value: Standard_F2 language: default: name: StandardF2 description: '' - go: - name: VirtualMachineSizeTypesStandardF2 - description: '' - value: Standard_F4 language: default: name: StandardF4 description: '' - go: - name: VirtualMachineSizeTypesStandardF4 - description: '' - value: Standard_F8 language: default: name: StandardF8 description: '' - go: - name: VirtualMachineSizeTypesStandardF8 - description: '' - value: Standard_F16 language: default: name: StandardF16 description: '' - go: - name: VirtualMachineSizeTypesStandardF16 - description: '' - value: Standard_F1s language: default: name: StandardF1S description: '' - go: - name: VirtualMachineSizeTypesStandardF1S - description: '' - value: Standard_F2s language: default: name: StandardF2S description: '' - go: - name: VirtualMachineSizeTypesStandardF2S - description: '' - value: Standard_F4s language: default: name: StandardF4S description: '' - go: - name: VirtualMachineSizeTypesStandardF4S - description: '' - value: Standard_F8s language: default: name: StandardF8S description: '' - go: - name: VirtualMachineSizeTypesStandardF8S - description: '' - value: Standard_F16s language: default: name: StandardF16S description: '' - go: - name: VirtualMachineSizeTypesStandardF16S - description: '' - value: Standard_F2s_v2 language: default: name: StandardF2SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF2SV2 - description: '' - value: Standard_F4s_v2 language: default: name: StandardF4SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF4SV2 - description: '' - value: Standard_F8s_v2 language: default: name: StandardF8SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF8SV2 - description: '' - value: Standard_F16s_v2 language: default: name: StandardF16SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF16SV2 - description: '' - value: Standard_F32s_v2 language: default: name: StandardF32SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF32SV2 - description: '' - value: Standard_F64s_v2 language: default: name: StandardF64SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF64SV2 - description: '' - value: Standard_F72s_v2 language: default: name: StandardF72SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF72SV2 - description: '' - value: Standard_G1 language: default: name: StandardG1 description: '' - go: - name: VirtualMachineSizeTypesStandardG1 - description: '' - value: Standard_G2 language: default: name: StandardG2 description: '' - go: - name: VirtualMachineSizeTypesStandardG2 - description: '' - value: Standard_G3 language: default: name: StandardG3 description: '' - go: - name: VirtualMachineSizeTypesStandardG3 - description: '' - value: Standard_G4 language: default: name: StandardG4 description: '' - go: - name: VirtualMachineSizeTypesStandardG4 - description: '' - value: Standard_G5 language: default: name: StandardG5 description: '' - go: - name: VirtualMachineSizeTypesStandardG5 - description: '' - value: Standard_GS1 language: default: name: StandardGS1 description: '' - go: - name: VirtualMachineSizeTypesStandardGS1 - description: '' - value: Standard_GS2 language: default: name: StandardGS2 description: '' - go: - name: VirtualMachineSizeTypesStandardGS2 - description: '' - value: Standard_GS3 language: default: name: StandardGS3 description: '' - go: - name: VirtualMachineSizeTypesStandardGS3 - description: '' - value: Standard_GS4 language: default: name: StandardGS4 description: '' - go: - name: VirtualMachineSizeTypesStandardGS4 - description: '' - value: Standard_GS5 language: default: name: StandardGS5 description: '' - go: - name: VirtualMachineSizeTypesStandardGS5 - description: '' - value: Standard_GS4-8 language: default: name: StandardGS48 description: '' - go: - name: VirtualMachineSizeTypesStandardGS48 - description: '' - value: Standard_GS4-4 language: default: name: StandardGS44 description: '' - go: - name: VirtualMachineSizeTypesStandardGS44 - description: '' - value: Standard_GS5-16 language: default: name: StandardGS516 description: '' - go: - name: VirtualMachineSizeTypesStandardGS516 - description: '' - value: Standard_GS5-8 language: default: name: StandardGS58 description: '' - go: - name: VirtualMachineSizeTypesStandardGS58 - description: '' - value: Standard_H8 language: default: name: StandardH8 description: '' - go: - name: VirtualMachineSizeTypesStandardH8 - description: '' - value: Standard_H16 language: default: name: StandardH16 description: '' - go: - name: VirtualMachineSizeTypesStandardH16 - description: '' - value: Standard_H8m language: default: name: StandardH8M description: '' - go: - name: VirtualMachineSizeTypesStandardH8M - description: '' - value: Standard_H16m language: default: name: StandardH16M description: '' - go: - name: VirtualMachineSizeTypesStandardH16M - description: '' - value: Standard_H16r language: default: name: StandardH16R description: '' - go: - name: VirtualMachineSizeTypesStandardH16R - description: '' - value: Standard_H16mr language: default: name: StandardH16Mr description: '' - go: - name: VirtualMachineSizeTypesStandardH16Mr - description: '' - value: Standard_L4s language: default: name: StandardL4S description: '' - go: - name: VirtualMachineSizeTypesStandardL4S - description: '' - value: Standard_L8s language: default: name: StandardL8S description: '' - go: - name: VirtualMachineSizeTypesStandardL8S - description: '' - value: Standard_L16s language: default: name: StandardL16S description: '' - go: - name: VirtualMachineSizeTypesStandardL16S - description: '' - value: Standard_L32s language: default: name: StandardL32S description: '' - go: - name: VirtualMachineSizeTypesStandardL32S - description: '' - value: Standard_M64s language: default: name: StandardM64S description: '' - go: - name: VirtualMachineSizeTypesStandardM64S - description: '' - value: Standard_M64ms language: default: name: StandardM64Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM64Ms - description: '' - value: Standard_M128s language: default: name: StandardM128S description: '' - go: - name: VirtualMachineSizeTypesStandardM128S - description: '' - value: Standard_M128ms language: default: name: StandardM128Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM128Ms - description: '' - value: Standard_M64-32ms language: default: name: StandardM6432Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM6432Ms - description: '' - value: Standard_M64-16ms language: default: name: StandardM6416Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM6416Ms - description: '' - value: Standard_M128-64ms language: default: name: StandardM12864Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM12864Ms - description: '' - value: Standard_M128-32ms language: default: name: StandardM12832Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM12832Ms - description: '' - value: Standard_NC6 language: default: name: StandardNC6 description: '' - go: - name: VirtualMachineSizeTypesStandardNC6 - description: '' - value: Standard_NC12 language: default: name: StandardNC12 description: '' - go: - name: VirtualMachineSizeTypesStandardNC12 - description: '' - value: Standard_NC24 language: default: name: StandardNC24 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24 - description: '' - value: Standard_NC24r language: default: name: StandardNC24R description: '' - go: - name: VirtualMachineSizeTypesStandardNC24R - description: '' - value: Standard_NC6s_v2 language: default: name: StandardNC6SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardNC6SV2 - description: '' - value: Standard_NC12s_v2 language: default: name: StandardNC12SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardNC12SV2 - description: '' - value: Standard_NC24s_v2 language: default: name: StandardNC24SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24SV2 - description: '' - value: Standard_NC24rs_v2 language: default: name: StandardNC24RsV2 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24RsV2 - description: '' - value: Standard_NC6s_v3 language: default: name: StandardNC6SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardNC6SV3 - description: '' - value: Standard_NC12s_v3 language: default: name: StandardNC12SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardNC12SV3 - description: '' - value: Standard_NC24s_v3 language: default: name: StandardNC24SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24SV3 - description: '' - value: Standard_NC24rs_v3 language: default: name: StandardNC24RsV3 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24RsV3 - description: '' - value: Standard_ND6s language: default: name: StandardND6S description: '' - go: - name: VirtualMachineSizeTypesStandardND6S - description: '' - value: Standard_ND12s language: default: name: StandardND12S description: '' - go: - name: VirtualMachineSizeTypesStandardND12S - description: '' - value: Standard_ND24s language: default: name: StandardND24S description: '' - go: - name: VirtualMachineSizeTypesStandardND24S - description: '' - value: Standard_ND24rs language: default: name: StandardND24Rs description: '' - go: - name: VirtualMachineSizeTypesStandardND24Rs - description: '' - value: Standard_NV6 language: default: name: StandardNV6 description: '' - go: - name: VirtualMachineSizeTypesStandardNV6 - description: '' - value: Standard_NV12 language: default: name: StandardNV12 description: '' - go: - name: VirtualMachineSizeTypesStandardNV12 - description: '' - value: Standard_NV24 language: default: name: StandardNV24 description: '' - go: - name: VirtualMachineSizeTypesStandardNV24 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9584,24 +6958,6 @@ schemas: [List all available virtual machine sizes in an availability set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes)

    [List all available virtual machine sizes in a region]( https://docs.microsoft.com/rest/api/compute/resourceskus/list)

    [List all available virtual machine sizes for resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/sizes).

    The available VM sizes depend on region and availability set. - go: - name: VirtualMachineSizeTypes - description: |- - Specifies the size of the virtual machine. - - The enum data type is currently deprecated and will be removed by December 23rd 2023. - - Recommended way to get the list of available sizes is using these APIs: - - List all available virtual machine sizes in an availability set [https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes] - - List all available virtual machine sizes in a region [https://docs.microsoft.com/rest/api/compute/resourceskus/list] - - List all available virtual machine sizes for resizing [https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes]. For more information about virtual machine sizes, see Sizes for - virtual machines [https://docs.microsoft.com/azure/virtual-machines/sizes]. - - The available VM sizes depend on region and availability set. - possibleValuesFunc: PossibleVirtualMachineSizeTypesValues protocol: {} - &ref_163 choices: @@ -9610,9 +6966,6 @@ schemas: default: name: Local description: '' - go: - name: DiffDiskOptionsLocal - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9621,10 +6974,6 @@ schemas: default: name: DiffDiskOptions description: Specifies the ephemeral disk option for operating system disk. - go: - name: DiffDiskOptions - description: Specifies the ephemeral disk option for operating system disk. - possibleValuesFunc: PossibleDiffDiskOptionsValues protocol: {} - &ref_164 choices: @@ -9633,17 +6982,11 @@ schemas: default: name: CacheDisk description: '' - go: - name: DiffDiskPlacementCacheDisk - description: '' - value: ResourceDisk language: default: name: ResourceDisk description: '' - go: - name: DiffDiskPlacementResourceDisk - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9655,14 +6998,6 @@ schemas: Specifies the ephemeral disk placement for operating system disk. This property can be used by user in the request to choose the location i.e, cache disk or resource disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer Ephemeral OS disk size requirements for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements - go: - name: DiffDiskPlacement - description: |- - Specifies the ephemeral disk placement for operating system disk. This property can be used by user in the request to choose the location i.e, cache disk or resource disk space for Ephemeral OS disk - provisioning. For more information on Ephemeral OS disk size requirements, please refer Ephemeral OS disk size requirements for Windows VM at - https://docs.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VM at - https://docs.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements - possibleValuesFunc: PossibleDiffDiskPlacementValues protocol: {} - &ref_165 choices: @@ -9671,25 +7006,16 @@ schemas: default: name: FromImage description: '' - go: - name: DiskCreateOptionTypesFromImage - description: '' - value: Empty language: default: name: Empty description: '' - go: - name: DiskCreateOptionTypesEmpty - description: '' - value: Attach language: default: name: Attach description: '' - go: - name: DiskCreateOptionTypesAttach - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9701,18 +7027,6 @@ schemas: Specifies how the virtual machine should be created.

    Possible values are:

    **Attach** \u2013 This value is used when you are using a specialized disk to create the virtual machine.

    **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described. - go: - name: DiskCreateOptionTypes - description: |- - Specifies how the virtual machine should be created. - - Possible values are: - - Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine. - - FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are - using a marketplace image, you also use the plan element previously described. - possibleValuesFunc: PossibleDiskCreateOptionTypesValues protocol: {} - &ref_44 choices: @@ -9721,49 +7035,31 @@ schemas: default: name: StandardLRS description: '' - go: - name: StorageAccountTypesStandardLRS - description: '' - value: Premium_LRS language: default: name: PremiumLRS description: '' - go: - name: StorageAccountTypesPremiumLRS - description: '' - value: StandardSSD_LRS language: default: name: StandardSSDLRS description: '' - go: - name: StorageAccountTypesStandardSSDLRS - description: '' - value: UltraSSD_LRS language: default: name: UltraSSDLRS description: '' - go: - name: StorageAccountTypesUltraSSDLRS - description: '' - value: Premium_ZRS language: default: name: PremiumZRS description: '' - go: - name: StorageAccountTypesPremiumZRS - description: '' - value: StandardSSD_ZRS language: default: name: StandardSSDZRS description: '' - go: - name: StorageAccountTypesStandardSSDZRS - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9776,14 +7072,6 @@ schemas: Standard_LRS uses Standard HDD. StandardSSD_LRS uses Standard SSD. Premium_LRS uses Premium SSD. UltraSSD_LRS uses Ultra disk. Premium_ZRS uses Premium SSD zone redundant storage. StandardSSD_ZRS uses Standard SSD zone redundant storage. For more information regarding disks supported for Windows Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/linux/disks-types - go: - name: StorageAccountTypes - description: |- - Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. NOTE: UltraSSDLRS can only be used with data disks. It - cannot be used with OS Disk. StandardLRS uses Standard HDD. StandardSSDLRS uses Standard SSD. PremiumLRS uses Premium SSD. UltraSSDLRS uses Ultra disk. PremiumZRS uses Premium SSD zone redundant - storage. StandardSSD_ZRS uses Standard SSD zone redundant storage. For more information regarding disks supported for Windows Virtual Machines, refer to - https://docs.microsoft.com/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/linux/disks-types - possibleValuesFunc: PossibleStorageAccountTypesValues protocol: {} - &ref_167 choices: @@ -9792,17 +7080,11 @@ schemas: default: name: Delete description: '' - go: - name: DiskDeleteOptionTypesDelete - description: '' - value: Detach language: default: name: Detach description: '' - go: - name: DiskDeleteOptionTypesDetach - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9813,17 +7095,6 @@ schemas: description: >- Specifies the behavior of the managed disk when the VM gets deleted i.e whether the managed disk is deleted or detached. Supported values:

    **Delete** If this value is used, the managed disk is deleted when VM gets deleted.

    **Detach** If this value is used, the managed disk is retained after VM gets deleted.

    Minimum api-version: 2021-03-01 - go: - name: DiskDeleteOptionTypes - description: |- - Specifies the behavior of the managed disk when the VM gets deleted i.e whether the managed disk is deleted or detached. Supported values: - - Delete If this value is used, the managed disk is deleted when VM gets deleted. - - Detach If this value is used, the managed disk is retained after VM gets deleted. - - Minimum api-version: 2021-03-01 - possibleValuesFunc: PossibleDiskDeleteOptionTypesValues protocol: {} - &ref_174 choices: @@ -9832,9 +7103,6 @@ schemas: default: name: ForceDetach description: '' - go: - name: DiskDetachOptionTypesForceDetach - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9847,16 +7115,6 @@ schemas: only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior.

    This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'. - go: - name: DiskDetachOptionTypes - description: |- - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. - - detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the - disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. - - This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'. - possibleValuesFunc: PossibleDiskDetachOptionTypesValues protocol: {} - &ref_187 choices: @@ -9865,25 +7123,16 @@ schemas: default: name: Manual description: '' - go: - name: WindowsVMGuestPatchModeManual - description: '' - value: AutomaticByOS language: default: name: AutomaticByOS description: '' - go: - name: WindowsVMGuestPatchModeAutomaticByOS - description: '' - value: AutomaticByPlatform language: default: name: AutomaticByPlatform description: '' - go: - name: WindowsVMGuestPatchModeAutomaticByPlatform - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9896,20 +7145,6 @@ schemas: control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false

    **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true.

    **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true - go: - name: WindowsVMGuestPatchMode - description: |- - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. - - Possible values are: - - Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property - WindowsConfiguration.enableAutomaticUpdates must be false - - AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. - - AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true - possibleValuesFunc: PossibleWindowsVMGuestPatchModeValues protocol: {} - &ref_189 choices: @@ -9918,17 +7153,11 @@ schemas: default: name: ImageDefault description: '' - go: - name: WindowsPatchAssessmentModeImageDefault - description: '' - value: AutomaticByPlatform language: default: name: AutomaticByPlatform description: '' - go: - name: WindowsPatchAssessmentModeAutomaticByPlatform - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9939,17 +7168,6 @@ schemas: description: >- Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.

    Possible values are:

    **ImageDefault** - You control the timing of patch assessments on a virtual machine.

    **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - go: - name: WindowsPatchAssessmentMode - description: |- - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. - - Possible values are: - - ImageDefault - You control the timing of patch assessments on a virtual machine. - - AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - possibleValuesFunc: PossibleWindowsPatchAssessmentModeValues protocol: {} - &ref_195 choices: @@ -9958,17 +7176,11 @@ schemas: default: name: ImageDefault description: '' - go: - name: LinuxVMGuestPatchModeImageDefault - description: '' - value: AutomaticByPlatform language: default: name: AutomaticByPlatform description: '' - go: - name: LinuxVMGuestPatchModeAutomaticByPlatform - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9979,17 +7191,6 @@ schemas: description: >- Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

    Possible values are:

    **ImageDefault** - The virtual machine's default patching configuration is used.

    **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true - go: - name: LinuxVMGuestPatchMode - description: |- - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. - - Possible values are: - - ImageDefault - The virtual machine's default patching configuration is used. - - AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true - possibleValuesFunc: PossibleLinuxVMGuestPatchModeValues protocol: {} - &ref_196 choices: @@ -9998,17 +7199,11 @@ schemas: default: name: ImageDefault description: '' - go: - name: LinuxPatchAssessmentModeImageDefault - description: '' - value: AutomaticByPlatform language: default: name: AutomaticByPlatform description: '' - go: - name: LinuxPatchAssessmentModeAutomaticByPlatform - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10019,17 +7214,6 @@ schemas: description: >- Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

    Possible values are:

    **ImageDefault** - You control the timing of patch assessments on a virtual machine.

    **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - go: - name: LinuxPatchAssessmentMode - description: |- - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. - - Possible values are: - - ImageDefault - You control the timing of patch assessments on a virtual machine. - - AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - possibleValuesFunc: PossibleLinuxPatchAssessmentModeValues protocol: {} - &ref_47 choices: @@ -10038,17 +7222,11 @@ schemas: default: name: Delete description: '' - go: - name: DeleteOptionsDelete - description: '' - value: Detach language: default: name: Detach description: '' - go: - name: DeleteOptionsDetach - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10057,10 +7235,6 @@ schemas: default: name: DeleteOptions description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOptions - description: Specify what happens to the network interface when the VM is deleted - possibleValuesFunc: PossibleDeleteOptionsValues protocol: {} - &ref_201 choices: @@ -10069,9 +7243,6 @@ schemas: default: name: TwoThousandTwenty1101 description: '' - go: - name: NetworkAPIVersionTwoThousandTwenty1101 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10080,10 +7251,6 @@ schemas: default: name: NetworkApiVersion description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations - go: - name: NetworkAPIVersion - description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations - possibleValuesFunc: PossibleNetworkAPIVersionValues protocol: {} - &ref_210 choices: @@ -10092,17 +7259,11 @@ schemas: default: name: IPv4 description: '' - go: - name: IPVersionsIPv4 - description: '' - value: IPv6 language: default: name: IPv6 description: '' - go: - name: IPVersionsIPv6 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10111,10 +7272,6 @@ schemas: default: name: IPVersions description: 'Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' - go: - name: IPVersions - description: 'Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' - possibleValuesFunc: PossibleIPVersionsValues protocol: {} - &ref_211 choices: @@ -10123,17 +7280,11 @@ schemas: default: name: Dynamic description: '' - go: - name: PublicIPAllocationMethodDynamic - description: '' - value: Static language: default: name: Static description: '' - go: - name: PublicIPAllocationMethodStatic - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10142,10 +7293,6 @@ schemas: default: name: PublicIPAllocationMethod description: Specify the public IP allocation type - go: - name: PublicIPAllocationMethod - description: Specify the public IP allocation type - possibleValuesFunc: PossiblePublicIPAllocationMethodValues protocol: {} - &ref_56 choices: @@ -10154,17 +7301,11 @@ schemas: default: name: Basic description: '' - go: - name: PublicIPAddressSKUNameBasic - description: '' - value: Standard language: default: name: Standard description: '' - go: - name: PublicIPAddressSKUNameStandard - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10173,10 +7314,6 @@ schemas: default: name: PublicIPAddressSkuName description: Specify public IP sku name - go: - name: PublicIPAddressSKUName - description: Specify public IP sku name - possibleValuesFunc: PossiblePublicIPAddressSKUNameValues protocol: {} - &ref_57 choices: @@ -10185,17 +7322,11 @@ schemas: default: name: Regional description: '' - go: - name: PublicIPAddressSKUTierRegional - description: '' - value: Global language: default: name: Global description: '' - go: - name: PublicIPAddressSKUTierGlobal - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10204,10 +7335,6 @@ schemas: default: name: PublicIPAddressSkuTier description: Specify public IP sku tier - go: - name: PublicIPAddressSKUTier - description: Specify public IP sku tier - possibleValuesFunc: PossiblePublicIPAddressSKUTierValues protocol: {} - &ref_219 choices: @@ -10216,25 +7343,16 @@ schemas: default: name: Regular description: '' - go: - name: VirtualMachinePriorityTypesRegular - description: '' - value: Low language: default: name: Low description: '' - go: - name: VirtualMachinePriorityTypesLow - description: '' - value: Spot language: default: name: Spot description: '' - go: - name: VirtualMachinePriorityTypesSpot - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10243,13 +7361,6 @@ schemas: default: name: VirtualMachinePriorityTypes description: Specifies the priority for a standalone virtual machine or the virtual machines in the scale set.

    'Low' enum will be deprecated in the future, please use 'Spot' as the enum to deploy Azure Spot VM/VMSS. - go: - name: VirtualMachinePriorityTypes - description: |- - Specifies the priority for a standalone virtual machine or the virtual machines in the scale set. - - 'Low' enum will be deprecated in the future, please use 'Spot' as the enum to deploy Azure Spot VM/VMSS. - possibleValuesFunc: PossibleVirtualMachinePriorityTypesValues protocol: {} - &ref_220 choices: @@ -10258,17 +7369,11 @@ schemas: default: name: Deallocate description: '' - go: - name: VirtualMachineEvictionPolicyTypesDeallocate - description: '' - value: Delete language: default: name: Delete description: '' - go: - name: VirtualMachineEvictionPolicyTypesDelete - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10277,10 +7382,6 @@ schemas: default: name: VirtualMachineEvictionPolicyTypes description: Specifies the eviction policy for the Azure Spot VM/VMSS - go: - name: VirtualMachineEvictionPolicyTypes - description: Specifies the eviction policy for the Azure Spot VM/VMSS - possibleValuesFunc: PossibleVirtualMachineEvictionPolicyTypesValues protocol: {} - &ref_228 choices: @@ -10289,17 +7390,11 @@ schemas: default: name: V1 description: '' - go: - name: HyperVGenerationTypeV1 - description: '' - value: V2 language: default: name: V2 description: '' - go: - name: HyperVGenerationTypeV2 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10308,10 +7403,6 @@ schemas: default: name: HyperVGenerationType description: Specifies the HyperVGeneration Type associated with a resource - go: - name: HyperVGenerationType - description: Specifies the HyperVGeneration Type associated with a resource - possibleValuesFunc: PossibleHyperVGenerationTypeValues protocol: {} - &ref_246 choices: @@ -10320,41 +7411,26 @@ schemas: default: name: Unknown description: '' - go: - name: PatchOperationStatusUnknown - description: '' - value: InProgress language: default: name: InProgress description: '' - go: - name: PatchOperationStatusInProgress - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PatchOperationStatusFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: PatchOperationStatusSucceeded - description: '' - value: CompletedWithWarnings language: default: name: CompletedWithWarnings description: '' - go: - name: PatchOperationStatusCompletedWithWarnings - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10363,12 +7439,6 @@ schemas: default: name: PatchOperationStatus description: The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." - go: - name: PatchOperationStatus - description: |- - The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or - "CompletedWithWarnings." - possibleValuesFunc: PossiblePatchOperationStatusValues protocol: {} - &ref_55 choices: @@ -10377,17 +7447,11 @@ schemas: default: name: IPv4 description: '' - go: - name: IPVersionIPv4 - description: '' - value: IPv6 language: default: name: IPv6 description: '' - go: - name: IPVersionIPv6 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10396,10 +7460,6 @@ schemas: default: name: IPVersion description: 'Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' - go: - name: IPVersion - description: 'Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' - possibleValuesFunc: PossibleIPVersionValues protocol: {} - &ref_330 choices: @@ -10408,25 +7468,16 @@ schemas: default: name: Default description: '' - go: - name: VirtualMachineScaleSetScaleInRulesDefault - description: '' - value: OldestVM language: default: name: OldestVM description: '' - go: - name: VirtualMachineScaleSetScaleInRulesOldestVM - description: '' - value: NewestVM language: default: name: NewestVM description: '' - go: - name: VirtualMachineScaleSetScaleInRulesNewestVM - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10435,10 +7486,6 @@ schemas: default: name: VirtualMachineScaleSetScaleInRules description: '' - go: - name: VirtualMachineScaleSetScaleInRules - description: '' - possibleValuesFunc: PossibleVirtualMachineScaleSetScaleInRulesValues protocol: {} - &ref_331 choices: @@ -10447,17 +7494,11 @@ schemas: default: name: Uniform description: '' - go: - name: OrchestrationModeUniform - description: '' - value: Flexible language: default: name: Flexible description: '' - go: - name: OrchestrationModeFlexible - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10466,10 +7507,6 @@ schemas: default: name: OrchestrationMode description: Specifies the orchestration mode for the virtual machine scale set. - go: - name: OrchestrationMode - description: Specifies the orchestration mode for the virtual machine scale set. - possibleValuesFunc: PossibleOrchestrationModeValues protocol: {} - &ref_355 choices: @@ -10478,17 +7515,11 @@ schemas: default: name: Windows description: '' - go: - name: OperatingSystemTypeWindows - description: '' - value: Linux language: default: name: Linux description: '' - go: - name: OperatingSystemTypeLinux - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10497,10 +7528,6 @@ schemas: default: name: OperatingSystemType description: Gets the Operating System type. - go: - name: OperatingSystemType - description: Gets the Operating System type. - possibleValuesFunc: PossibleOperatingSystemTypeValues protocol: {} - &ref_365 choices: @@ -10509,25 +7536,16 @@ schemas: default: name: CrashConsistent description: '' - go: - name: ConsistencyModeTypesCrashConsistent - description: '' - value: FileSystemConsistent language: default: name: FileSystemConsistent description: '' - go: - name: ConsistencyModeTypesFileSystemConsistent - description: '' - value: ApplicationConsistent language: default: name: ApplicationConsistent description: '' - go: - name: ConsistencyModeTypesApplicationConsistent - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10536,21 +7554,14 @@ schemas: default: name: ConsistencyModeTypes description: Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. - go: - name: ConsistencyModeTypes - description: Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. - possibleValuesFunc: PossibleConsistencyModeTypesValues protocol: {} - - &ref_2280 + - &ref_1692 choices: - value: restorePoints language: default: name: RestorePoints description: '' - go: - name: RestorePointCollectionExpandOptionsRestorePoints - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10559,45 +7570,29 @@ schemas: default: name: RestorePointCollectionExpandOptions description: '' - go: - name: RestorePointCollectionExpandOptions - description: '' - possibleValuesFunc: PossibleRestorePointCollectionExpandOptionsValues protocol: {} - - &ref_743 + - &ref_742 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: VMGuestPatchRebootBehaviorUnknown - description: '' - value: NeverReboots language: default: name: NeverReboots description: '' - go: - name: VMGuestPatchRebootBehaviorNeverReboots - description: '' - value: AlwaysRequiresReboot language: default: name: AlwaysRequiresReboot description: '' - go: - name: VMGuestPatchRebootBehaviorAlwaysRequiresReboot - description: '' - value: CanRequestReboot language: default: name: CanRequestReboot description: '' - go: - name: VMGuestPatchRebootBehaviorCanRequestReboot - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10606,29 +7601,19 @@ schemas: default: name: VMGuestPatchRebootBehavior description: Describes the reboot requirements of the patch. - go: - name: VMGuestPatchRebootBehavior - description: Describes the reboot requirements of the patch. - possibleValuesFunc: PossibleVMGuestPatchRebootBehaviorValues protocol: {} - - &ref_747 + - &ref_746 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: PatchAssessmentStateUnknown - description: '' - value: Available language: default: name: Available description: '' - go: - name: PatchAssessmentStateAvailable - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10637,37 +7622,24 @@ schemas: default: name: PatchAssessmentState description: Describes the availability of a given patch. - go: - name: PatchAssessmentState - description: Describes the availability of a given patch. - possibleValuesFunc: PossiblePatchAssessmentStateValues protocol: {} - - &ref_750 + - &ref_749 choices: - value: IfRequired language: default: name: IfRequired description: '' - go: - name: VMGuestPatchRebootSettingIfRequired - description: '' - value: Never language: default: name: Never description: '' - go: - name: VMGuestPatchRebootSettingNever - description: '' - value: Always language: default: name: Always description: '' - go: - name: VMGuestPatchRebootSettingAlways - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10676,77 +7648,49 @@ schemas: default: name: VMGuestPatchRebootSetting description: Defines when it is acceptable to reboot a VM during a software update operation. - go: - name: VMGuestPatchRebootSetting - description: Defines when it is acceptable to reboot a VM during a software update operation. - possibleValuesFunc: PossibleVMGuestPatchRebootSettingValues protocol: {} - - &ref_751 + - &ref_750 choices: - value: Critical language: default: name: Critical description: '' - go: - name: VMGuestPatchClassificationWindowsCritical - description: '' - value: Security language: default: name: Security description: '' - go: - name: VMGuestPatchClassificationWindowsSecurity - description: '' - value: UpdateRollUp language: default: name: UpdateRollUp description: '' - go: - name: VMGuestPatchClassificationWindowsUpdateRollUp - description: '' - value: FeaturePack language: default: name: FeaturePack description: '' - go: - name: VMGuestPatchClassificationWindowsFeaturePack - description: '' - value: ServicePack language: default: name: ServicePack description: '' - go: - name: VMGuestPatchClassificationWindowsServicePack - description: '' - value: Definition language: default: name: Definition description: '' - go: - name: VMGuestPatchClassificationWindowsDefinition - description: '' - value: Tools language: default: name: Tools description: '' - go: - name: VMGuestPatchClassificationWindowsTools - description: '' - value: Updates language: default: name: Updates description: '' - go: - name: VMGuestPatchClassificationWindowsUpdates - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10755,37 +7699,24 @@ schemas: default: name: VMGuestPatchClassificationWindows description: '' - go: - name: VMGuestPatchClassificationWindows - description: '' - possibleValuesFunc: PossibleVMGuestPatchClassificationWindowsValues protocol: {} - - &ref_756 + - &ref_755 choices: - value: Critical language: default: name: Critical description: '' - go: - name: VMGuestPatchClassificationLinuxCritical - description: '' - value: Security language: default: name: Security description: '' - go: - name: VMGuestPatchClassificationLinuxSecurity - description: '' - value: Other language: default: name: Other description: '' - go: - name: VMGuestPatchClassificationLinuxOther - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10794,61 +7725,39 @@ schemas: default: name: VMGuestPatchClassificationLinux description: '' - go: - name: VMGuestPatchClassificationLinux - description: '' - possibleValuesFunc: PossibleVMGuestPatchClassificationLinuxValues protocol: {} - - &ref_763 + - &ref_762 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: VMGuestPatchRebootStatusUnknown - description: '' - value: NotNeeded language: default: name: NotNeeded description: '' - go: - name: VMGuestPatchRebootStatusNotNeeded - description: '' - value: Required language: default: name: Required description: '' - go: - name: VMGuestPatchRebootStatusRequired - description: '' - value: Started language: default: name: Started description: '' - go: - name: VMGuestPatchRebootStatusStarted - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: VMGuestPatchRebootStatusFailed - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: VMGuestPatchRebootStatusCompleted - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10857,61 +7766,39 @@ schemas: default: name: VMGuestPatchRebootStatus description: The reboot state of the VM following completion of the operation. - go: - name: VMGuestPatchRebootStatus - description: The reboot state of the VM following completion of the operation. - possibleValuesFunc: PossibleVMGuestPatchRebootStatusValues protocol: {} - - &ref_775 + - &ref_774 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: PatchInstallationStateUnknown - description: '' - value: Installed language: default: name: Installed description: '' - go: - name: PatchInstallationStateInstalled - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PatchInstallationStateFailed - description: '' - value: Excluded language: default: name: Excluded description: '' - go: - name: PatchInstallationStateExcluded - description: '' - value: NotSelected language: default: name: NotSelected description: '' - go: - name: PatchInstallationStateNotSelected - description: '' - value: Pending language: default: name: Pending description: '' - go: - name: PatchInstallationStatePending - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10920,21 +7807,14 @@ schemas: default: name: PatchInstallationState description: The state of the patch after the installation operation completed. - go: - name: PatchInstallationState - description: The state of the patch after the installation operation completed. - possibleValuesFunc: PossiblePatchInstallationStateValues protocol: {} - - &ref_2023 + - &ref_1593 choices: - value: userData language: default: name: UserData description: '' - go: - name: ExpandTypesForGetVMScaleSetsUserData - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10943,21 +7823,14 @@ schemas: default: name: ExpandTypesForGetVMScaleSets description: '' - go: - name: ExpandTypesForGetVMScaleSets - description: '' - possibleValuesFunc: PossibleExpandTypesForGetVMScaleSetsValues protocol: {} - - &ref_794 + - &ref_793 choices: - value: AutomaticRepairs language: default: name: AutomaticRepairs description: '' - go: - name: OrchestrationServiceNamesAutomaticRepairs - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10966,37 +7839,24 @@ schemas: default: name: OrchestrationServiceNames description: The name of the service. - go: - name: OrchestrationServiceNames - description: The name of the service. - possibleValuesFunc: PossibleOrchestrationServiceNamesValues protocol: {} - - &ref_795 + - &ref_794 choices: - value: NotRunning language: default: name: NotRunning description: '' - go: - name: OrchestrationServiceStateNotRunning - description: '' - value: Running language: default: name: Running description: '' - go: - name: OrchestrationServiceStateRunning - description: '' - value: Suspended language: default: name: Suspended description: '' - go: - name: OrchestrationServiceStateSuspended - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -11005,29 +7865,19 @@ schemas: default: name: OrchestrationServiceState description: The current state of the service. - go: - name: OrchestrationServiceState - description: The current state of the service. - possibleValuesFunc: PossibleOrchestrationServiceStateValues protocol: {} - - &ref_828 + - &ref_827 choices: - value: Resume language: default: name: Resume description: '' - go: - name: OrchestrationServiceStateActionResume - description: '' - value: Suspend language: default: name: Suspend description: '' - go: - name: OrchestrationServiceStateActionSuspend - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -11036,10 +7886,6 @@ schemas: default: name: OrchestrationServiceStateAction description: The action to be performed. - go: - name: OrchestrationServiceStateAction - description: The action to be performed. - possibleValuesFunc: PossibleOrchestrationServiceStateActionValues protocol: {} - &ref_414 choices: @@ -11048,57 +7894,36 @@ schemas: default: name: Unknown description: '' - go: - name: ExecutionStateUnknown - description: '' - value: Pending language: default: name: Pending description: '' - go: - name: ExecutionStatePending - description: '' - value: Running language: default: name: Running description: '' - go: - name: ExecutionStateRunning - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ExecutionStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ExecutionStateSucceeded - description: '' - value: TimedOut language: default: name: TimedOut description: '' - go: - name: ExecutionStateTimedOut - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: ExecutionStateCanceled - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -11107,10 +7932,6 @@ schemas: default: name: ExecutionState description: Script execution status. - go: - name: ExecutionState - description: Script execution status. - possibleValuesFunc: PossibleExecutionStateValues protocol: {} - &ref_423 choices: @@ -11119,49 +7940,31 @@ schemas: default: name: StandardLRS description: Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. - go: - name: DiskStorageAccountTypesStandardLRS - description: Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. - value: Premium_LRS language: default: name: PremiumLRS description: Premium SSD locally redundant storage. Best for production and performance sensitive workloads. - go: - name: DiskStorageAccountTypesPremiumLRS - description: Premium SSD locally redundant storage. Best for production and performance sensitive workloads. - value: StandardSSD_LRS language: default: name: StandardSSDLRS description: Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test. - go: - name: DiskStorageAccountTypesStandardSSDLRS - description: Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test. - value: UltraSSD_LRS language: default: name: UltraSSDLRS description: Ultra SSD locally redundant storage. Best for IO-intensive workloads such as SAP HANA, top tier databases (for example, SQL, Oracle), and other transaction-heavy workloads. - go: - name: DiskStorageAccountTypesUltraSSDLRS - description: Ultra SSD locally redundant storage. Best for IO-intensive workloads such as SAP HANA, top tier databases (for example, SQL, Oracle), and other transaction-heavy workloads. - value: Premium_ZRS language: default: name: PremiumZRS description: Premium SSD zone redundant storage. Best for the production workloads that need storage resiliency against zone failures. - go: - name: DiskStorageAccountTypesPremiumZRS - description: Premium SSD zone redundant storage. Best for the production workloads that need storage resiliency against zone failures. - value: StandardSSD_ZRS language: default: name: StandardSSDZRS description: Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures. - go: - name: DiskStorageAccountTypesStandardSSDZRS - description: Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures. type: choice apiVersions: - version: '2020-12-01' @@ -11170,10 +7973,6 @@ schemas: default: name: DiskStorageAccountTypes description: The sku name. - go: - name: DiskStorageAccountTypes - description: The sku name. - possibleValuesFunc: PossibleDiskStorageAccountTypesValues protocol: {} - &ref_427 choices: @@ -11182,17 +7981,11 @@ schemas: default: name: V1 description: '' - go: - name: HyperVGenerationV1 - description: '' - value: V2 language: default: name: V2 description: '' - go: - name: HyperVGenerationV2 - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11201,10 +7994,6 @@ schemas: default: name: HyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - possibleValuesFunc: PossibleHyperVGenerationValues protocol: {} - &ref_429 choices: @@ -11213,57 +8002,36 @@ schemas: default: name: Empty description: Create an empty data disk of a size given by diskSizeGB. - go: - name: DiskCreateOptionEmpty - description: Create an empty data disk of a size given by diskSizeGB. - value: Attach language: default: name: Attach description: Disk will be attached to a VM. - go: - name: DiskCreateOptionAttach - description: Disk will be attached to a VM. - value: FromImage language: default: name: FromImage description: Create a new disk from a platform image specified by the given imageReference or galleryImageReference. - go: - name: DiskCreateOptionFromImage - description: Create a new disk from a platform image specified by the given imageReference or galleryImageReference. - value: Import language: default: name: Import description: Create a disk by importing from a blob specified by a sourceUri in a storage account specified by storageAccountId. - go: - name: DiskCreateOptionImport - description: Create a disk by importing from a blob specified by a sourceUri in a storage account specified by storageAccountId. - value: Copy language: default: name: Copy description: Create a new disk or snapshot by copying from a disk or snapshot specified by the given sourceResourceId. - go: - name: DiskCreateOptionCopy - description: Create a new disk or snapshot by copying from a disk or snapshot specified by the given sourceResourceId. - value: Restore language: default: name: Restore description: Create a new disk by copying from a backup recovery point. - go: - name: DiskCreateOptionRestore - description: Create a new disk by copying from a backup recovery point. - value: Upload language: default: name: Upload description: Create a new disk by obtaining a write token and using it to directly upload the contents of the disk. - go: - name: DiskCreateOptionUpload - description: Create a new disk by obtaining a write token and using it to directly upload the contents of the disk. type: choice apiVersions: - version: '2020-12-01' @@ -11272,10 +8040,6 @@ schemas: default: name: DiskCreateOption description: This enumerates the possible sources of a disk's creation. - go: - name: DiskCreateOption - description: This enumerates the possible sources of a disk's creation. - possibleValuesFunc: PossibleDiskCreateOptionValues protocol: {} - &ref_453 choices: @@ -11284,49 +8048,31 @@ schemas: default: name: Unattached description: The disk is not being used and can be attached to a VM. - go: - name: DiskStateUnattached - description: The disk is not being used and can be attached to a VM. - value: Attached language: default: name: Attached description: The disk is currently mounted to a running VM. - go: - name: DiskStateAttached - description: The disk is currently mounted to a running VM. - value: Reserved language: default: name: Reserved description: The disk is mounted to a stopped-deallocated VM - go: - name: DiskStateReserved - description: The disk is mounted to a stopped-deallocated VM - value: ActiveSAS language: default: name: ActiveSAS description: The disk currently has an Active SAS Uri associated with it. - go: - name: DiskStateActiveSAS - description: The disk currently has an Active SAS Uri associated with it. - value: ReadyToUpload language: default: name: ReadyToUpload description: A disk is ready to be created by upload by requesting a write token. - go: - name: DiskStateReadyToUpload - description: A disk is ready to be created by upload by requesting a write token. - value: ActiveUpload language: default: name: ActiveUpload description: A disk is created for upload and a write token has been issued for uploading to it. - go: - name: DiskStateActiveUpload - description: A disk is created for upload and a write token has been issued for uploading to it. type: choice apiVersions: - version: '2020-12-01' @@ -11335,10 +8081,6 @@ schemas: default: name: DiskState description: This enumerates the possible state of the disk. - go: - name: DiskState - description: This enumerates the possible state of the disk. - possibleValuesFunc: PossibleDiskStateValues protocol: {} - &ref_455 choices: @@ -11347,25 +8089,16 @@ schemas: default: name: EncryptionAtRestWithPlatformKey description: Disk is encrypted at rest with Platform managed key. It is the default encryption type. This is not a valid encryption type for disk encryption sets. - go: - name: EncryptionTypeEncryptionAtRestWithPlatformKey - description: Disk is encrypted at rest with Platform managed key. It is the default encryption type. This is not a valid encryption type for disk encryption sets. - value: EncryptionAtRestWithCustomerKey language: default: name: EncryptionAtRestWithCustomerKey description: Disk is encrypted at rest with Customer managed key that can be changed and revoked by a customer. - go: - name: EncryptionTypeEncryptionAtRestWithCustomerKey - description: Disk is encrypted at rest with Customer managed key that can be changed and revoked by a customer. - value: EncryptionAtRestWithPlatformAndCustomerKeys language: default: name: EncryptionAtRestWithPlatformAndCustomerKeys description: Disk is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed. - go: - name: EncryptionTypeEncryptionAtRestWithPlatformAndCustomerKeys - description: Disk is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed. type: choice apiVersions: - version: '2020-12-01' @@ -11374,10 +8107,6 @@ schemas: default: name: EncryptionType description: The type of key used to encrypt the data of the disk. - go: - name: EncryptionType - description: The type of key used to encrypt the data of the disk. - possibleValuesFunc: PossibleEncryptionTypeValues protocol: {} - &ref_458 choices: @@ -11386,25 +8115,16 @@ schemas: default: name: AllowAll description: The disk can be exported or uploaded to from any network. - go: - name: NetworkAccessPolicyAllowAll - description: The disk can be exported or uploaded to from any network. - value: AllowPrivate language: default: name: AllowPrivate description: The disk can be exported or uploaded to using a DiskAccess resource's private endpoints. - go: - name: NetworkAccessPolicyAllowPrivate - description: The disk can be exported or uploaded to using a DiskAccess resource's private endpoints. - value: DenyAll language: default: name: DenyAll description: The disk cannot be exported. - go: - name: NetworkAccessPolicyDenyAll - description: The disk cannot be exported. type: choice apiVersions: - version: '2020-12-01' @@ -11413,10 +8133,6 @@ schemas: default: name: NetworkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. - possibleValuesFunc: PossibleNetworkAccessPolicyValues protocol: {} - &ref_464 choices: @@ -11425,9 +8141,6 @@ schemas: default: name: TrustedLaunch description: Trusted Launch provides security features such as secure boot and virtual Trusted Platform Module (vTPM) - go: - name: DiskSecurityTypesTrustedLaunch - description: Trusted Launch provides security features such as secure boot and virtual Trusted Platform Module (vTPM) type: choice apiVersions: - version: '2020-12-01' @@ -11436,37 +8149,24 @@ schemas: default: name: DiskSecurityTypes description: Specifies the SecurityType of the VM. Applicable for OS disks only. - go: - name: DiskSecurityTypes - description: Specifies the SecurityType of the VM. Applicable for OS disks only. - possibleValuesFunc: PossibleDiskSecurityTypesValues protocol: {} - - &ref_919 + - &ref_918 choices: - value: None language: default: name: None description: '' - go: - name: AccessLevelNone - description: '' - value: Read language: default: name: Read description: '' - go: - name: AccessLevelRead - description: '' - value: Write language: default: name: Write description: '' - go: - name: AccessLevelWrite - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -11475,10 +8175,6 @@ schemas: default: name: AccessLevel description: '' - go: - name: AccessLevel - description: '' - possibleValuesFunc: PossibleAccessLevelValues protocol: {} - &ref_466 choices: @@ -11487,25 +8183,16 @@ schemas: default: name: StandardLRS description: Standard HDD locally redundant storage - go: - name: SnapshotStorageAccountTypesStandardLRS - description: Standard HDD locally redundant storage - value: Premium_LRS language: default: name: PremiumLRS description: Premium SSD locally redundant storage - go: - name: SnapshotStorageAccountTypesPremiumLRS - description: Premium SSD locally redundant storage - value: Standard_ZRS language: default: name: StandardZRS description: Standard zone redundant storage - go: - name: SnapshotStorageAccountTypesStandardZRS - description: Standard zone redundant storage type: choice apiVersions: - version: '2020-12-01' @@ -11514,10 +8201,6 @@ schemas: default: name: SnapshotStorageAccountTypes description: The sku name. - go: - name: SnapshotStorageAccountTypes - description: The sku name. - possibleValuesFunc: PossibleSnapshotStorageAccountTypesValues protocol: {} - &ref_480 choices: @@ -11526,17 +8209,11 @@ schemas: default: name: SystemAssigned description: '' - go: - name: DiskEncryptionSetIdentityTypeSystemAssigned - description: '' - value: None language: default: name: None description: '' - go: - name: DiskEncryptionSetIdentityTypeNone - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -11547,12 +8224,6 @@ schemas: description: >- The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys. - go: - name: DiskEncryptionSetIdentityType - description: |- - The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of - subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys. - possibleValuesFunc: PossibleDiskEncryptionSetIdentityTypeValues protocol: {} - &ref_483 choices: @@ -11561,17 +8232,11 @@ schemas: default: name: EncryptionAtRestWithCustomerKey description: Resource using diskEncryptionSet would be encrypted at rest with Customer managed key that can be changed and revoked by a customer. - go: - name: DiskEncryptionSetTypeEncryptionAtRestWithCustomerKey - description: Resource using diskEncryptionSet would be encrypted at rest with Customer managed key that can be changed and revoked by a customer. - value: EncryptionAtRestWithPlatformAndCustomerKeys language: default: name: EncryptionAtRestWithPlatformAndCustomerKeys description: Resource using diskEncryptionSet would be encrypted at rest with two layers of encryption. One of the keys is Customer managed and the other key is Platform managed. - go: - name: DiskEncryptionSetTypeEncryptionAtRestWithPlatformAndCustomerKeys - description: Resource using diskEncryptionSet would be encrypted at rest with two layers of encryption. One of the keys is Customer managed and the other key is Platform managed. type: choice apiVersions: - version: '2020-12-01' @@ -11580,10 +8245,6 @@ schemas: default: name: DiskEncryptionSetType description: The type of key used to encrypt the data of the disk. - go: - name: DiskEncryptionSetType - description: The type of key used to encrypt the data of the disk. - possibleValuesFunc: PossibleDiskEncryptionSetTypeValues protocol: {} - &ref_490 choices: @@ -11592,25 +8253,16 @@ schemas: default: name: Pending description: '' - go: - name: PrivateEndpointServiceConnectionStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: PrivateEndpointServiceConnectionStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: PrivateEndpointServiceConnectionStatusRejected - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -11619,10 +8271,6 @@ schemas: default: name: PrivateEndpointServiceConnectionStatus description: The private endpoint connection status. - go: - name: PrivateEndpointServiceConnectionStatus - description: The private endpoint connection status. - possibleValuesFunc: PossiblePrivateEndpointServiceConnectionStatusValues protocol: {} - &ref_493 choices: @@ -11631,33 +8279,21 @@ schemas: default: name: Succeeded description: '' - go: - name: PrivateEndpointConnectionProvisioningStateSucceeded - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: PrivateEndpointConnectionProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: PrivateEndpointConnectionProvisioningStateDeleting - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PrivateEndpointConnectionProvisioningStateFailed - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -11666,10 +8302,6 @@ schemas: default: name: PrivateEndpointConnectionProvisioningState description: The current provisioning state. - go: - name: PrivateEndpointConnectionProvisioningState - description: The current provisioning state. - possibleValuesFunc: PossiblePrivateEndpointConnectionProvisioningStateValues protocol: {} - &ref_501 choices: @@ -11678,49 +8310,31 @@ schemas: default: name: Creating description: '' - go: - name: GalleryPropertiesProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: GalleryPropertiesProvisioningStateUpdating - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: GalleryPropertiesProvisioningStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: GalleryPropertiesProvisioningStateSucceeded - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: GalleryPropertiesProvisioningStateDeleting - description: '' - value: Migrating language: default: name: Migrating description: '' - go: - name: GalleryPropertiesProvisioningStateMigrating - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11730,10 +8344,6 @@ schemas: default: name: GalleryPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: GalleryPropertiesProvisioningState - description: The provisioning state, which only appears in the response. - possibleValuesFunc: PossibleGalleryPropertiesProvisioningStateValues protocol: {} - &ref_502 choices: @@ -11742,17 +8352,11 @@ schemas: default: name: Private description: '' - go: - name: GallerySharingPermissionTypesPrivate - description: '' - value: Groups language: default: name: Groups description: '' - go: - name: GallerySharingPermissionTypesGroups - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11761,17 +8365,6 @@ schemas: default: name: GallerySharingPermissionTypes description: 'This property allows you to specify the permission of sharing gallery.

    Possible values are:

    **Private**

    **Groups**' - go: - name: GallerySharingPermissionTypes - description: |- - This property allows you to specify the permission of sharing gallery. - - Possible values are: - - Private - - Groups - possibleValuesFunc: PossibleGallerySharingPermissionTypesValues protocol: {} - &ref_503 choices: @@ -11780,17 +8373,11 @@ schemas: default: name: Subscriptions description: '' - go: - name: SharingProfileGroupTypesSubscriptions - description: '' - value: AADTenants language: default: name: AADTenants description: '' - go: - name: SharingProfileGroupTypesAADTenants - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11799,28 +8386,14 @@ schemas: default: name: SharingProfileGroupTypes description: 'This property allows you to specify the type of sharing group.

    Possible values are:

    **Subscriptions**

    **AADTenants**' - go: - name: SharingProfileGroupTypes - description: |- - This property allows you to specify the type of sharing group. - - Possible values are: - - Subscriptions - - AADTenants - possibleValuesFunc: PossibleSharingProfileGroupTypesValues protocol: {} - - &ref_3096 + - &ref_1998 choices: - value: Permissions language: default: name: Permissions description: '' - go: - name: SelectPermissionsPermissions - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11829,10 +8402,6 @@ schemas: default: name: SelectPermissions description: '' - go: - name: SelectPermissions - description: '' - possibleValuesFunc: PossibleSelectPermissionsValues protocol: {} - &ref_520 choices: @@ -11841,49 +8410,31 @@ schemas: default: name: Creating description: '' - go: - name: GalleryImagePropertiesProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: GalleryImagePropertiesProvisioningStateUpdating - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: GalleryImagePropertiesProvisioningStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: GalleryImagePropertiesProvisioningStateSucceeded - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: GalleryImagePropertiesProvisioningStateDeleting - description: '' - value: Migrating language: default: name: Migrating description: '' - go: - name: GalleryImagePropertiesProvisioningStateMigrating - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11893,10 +8444,6 @@ schemas: default: name: GalleryImagePropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: GalleryImagePropertiesProvisioningState - description: The provisioning state, which only appears in the response. - possibleValuesFunc: PossibleGalleryImagePropertiesProvisioningStateValues protocol: {} - &ref_534 choices: @@ -11905,25 +8452,16 @@ schemas: default: name: StandardLRS description: '' - go: - name: StorageAccountTypeStandardLRS - description: '' - value: Standard_ZRS language: default: name: StandardZRS description: '' - go: - name: StorageAccountTypeStandardZRS - description: '' - value: Premium_LRS language: default: name: PremiumLRS description: '' - go: - name: StorageAccountTypePremiumLRS - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11932,10 +8470,6 @@ schemas: default: name: StorageAccountType description: Specifies the storage account type to be used to store the image. This property is not updatable. - go: - name: StorageAccountType - description: Specifies the storage account type to be used to store the image. This property is not updatable. - possibleValuesFunc: PossibleStorageAccountTypeValues protocol: {} - &ref_544 choices: @@ -11944,49 +8478,31 @@ schemas: default: name: Creating description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateUpdating - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateSucceeded - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateDeleting - description: '' - value: Migrating language: default: name: Migrating description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateMigrating - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11996,10 +8512,6 @@ schemas: default: name: GalleryImageVersionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: GalleryImageVersionPropertiesProvisioningState - description: The provisioning state, which only appears in the response. - possibleValuesFunc: PossibleGalleryImageVersionPropertiesProvisioningStateValues protocol: {} - &ref_554 choices: @@ -12008,33 +8520,21 @@ schemas: default: name: Unknown description: '' - go: - name: AggregatedReplicationStateUnknown - description: '' - value: InProgress language: default: name: InProgress description: '' - go: - name: AggregatedReplicationStateInProgress - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: AggregatedReplicationStateCompleted - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: AggregatedReplicationStateFailed - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12043,10 +8543,6 @@ schemas: default: name: AggregatedReplicationState description: This is the aggregated replication status based on all the regional replication status flags. - go: - name: AggregatedReplicationState - description: This is the aggregated replication status based on all the regional replication status flags. - possibleValuesFunc: PossibleAggregatedReplicationStateValues protocol: {} - &ref_556 choices: @@ -12055,33 +8551,21 @@ schemas: default: name: Unknown description: '' - go: - name: ReplicationStateUnknown - description: '' - value: Replicating language: default: name: Replicating description: '' - go: - name: ReplicationStateReplicating - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: ReplicationStateCompleted - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ReplicationStateFailed - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12090,21 +8574,14 @@ schemas: default: name: ReplicationState description: This is the regional replication state. - go: - name: ReplicationState - description: This is the regional replication state. - possibleValuesFunc: PossibleReplicationStateValues protocol: {} - - &ref_3199 + - &ref_2037 choices: - value: ReplicationStatus language: default: name: ReplicationStatus description: '' - go: - name: ReplicationStatusTypesReplicationStatus - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12113,10 +8590,6 @@ schemas: default: name: ReplicationStatusTypes description: '' - go: - name: ReplicationStatusTypes - description: '' - possibleValuesFunc: PossibleReplicationStatusTypesValues protocol: {} - &ref_564 choices: @@ -12125,49 +8598,31 @@ schemas: default: name: Creating description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateUpdating - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateSucceeded - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateDeleting - description: '' - value: Migrating language: default: name: Migrating description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateMigrating - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12177,37 +8632,24 @@ schemas: default: name: GalleryApplicationVersionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: GalleryApplicationVersionPropertiesProvisioningState - description: The provisioning state, which only appears in the response. - possibleValuesFunc: PossibleGalleryApplicationVersionPropertiesProvisioningStateValues protocol: {} - - &ref_997 + - &ref_996 choices: - value: Add language: default: name: Add description: '' - go: - name: SharingUpdateOperationTypesAdd - description: '' - value: Remove language: default: name: Remove description: '' - go: - name: SharingUpdateOperationTypesRemove - description: '' - value: Reset language: default: name: Reset description: '' - go: - name: SharingUpdateOperationTypesReset - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12216,30 +8658,14 @@ schemas: default: name: SharingUpdateOperationTypes description: 'This property allows you to specify the operation type of gallery sharing update.

    Possible values are:

    **Add**

    **Remove**

    **Reset**' - go: - name: SharingUpdateOperationTypes - description: |- - This property allows you to specify the operation type of gallery sharing update. - - Possible values are: - - Add - - Remove - - Reset - possibleValuesFunc: PossibleSharingUpdateOperationTypesValues protocol: {} - - &ref_3344 + - &ref_2100 choices: - value: tenant language: default: name: Tenant description: '' - go: - name: SharedToValuesTenant - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12248,37 +8674,24 @@ schemas: default: name: SharedToValues description: '' - go: - name: SharedToValues - description: '' - possibleValuesFunc: PossibleSharedToValuesValues protocol: {} - - &ref_1058 + - &ref_1057 choices: - value: Auto language: default: name: Auto description: '' - go: - name: CloudServiceUpgradeModeAuto - description: '' - value: Manual language: default: name: Manual description: '' - go: - name: CloudServiceUpgradeModeManual - description: '' - value: Simultaneous language: default: name: Simultaneous description: '' - go: - name: CloudServiceUpgradeModeSimultaneous - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -12287,21 +8700,6 @@ schemas: default: name: CloudServiceUpgradeMode description: "Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains.\r\nPossible Values are

    **Auto**

    **Manual**

    **Simultaneous**

    \r\nIf not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in sequence." - go: - name: CloudServiceUpgradeMode - description: |- - Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in - all update domains. Possible Values are - - Auto - - Manual - - Simultaneous - - If not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in - sequence. - possibleValuesFunc: PossibleCloudServiceUpgradeModeValues protocol: {} - choices: - value: Classic @@ -12309,17 +8707,11 @@ schemas: default: name: Classic description: '' - go: - name: AvailabilitySetSKUTypesClassic - description: '' - value: Aligned language: default: name: Aligned description: '' - go: - name: AvailabilitySetSKUTypesAligned - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -12328,10 +8720,6 @@ schemas: default: name: AvailabilitySetSkuTypes description: Specifies the sku of an Availability Set. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'. - go: - name: AvailabilitySetSKUTypes - description: Specifies the sku of an Availability Set. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'. - possibleValuesFunc: PossibleAvailabilitySetSKUTypesValues protocol: {} sealedChoices: - &ref_85 @@ -12341,25 +8729,16 @@ schemas: default: name: Info description: '' - go: - name: StatusLevelTypesInfo - description: '' - value: Warning language: default: name: Warning description: '' - go: - name: StatusLevelTypesWarning - description: '' - value: Error language: default: name: Error description: '' - go: - name: StatusLevelTypesError - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12368,29 +8747,19 @@ schemas: default: name: StatusLevelTypes description: The level code. - go: - name: StatusLevelTypes - description: The level code. - possibleValuesFunc: PossibleStatusLevelTypesValues protocol: {} - - &ref_1457 + - &ref_1374 choices: - value: instanceView language: default: name: InstanceView description: '' - go: - name: InstanceViewTypesInstanceView - description: '' - value: userData language: default: name: UserData description: '' - go: - name: InstanceViewTypesUserData - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12399,10 +8768,6 @@ schemas: default: name: InstanceViewTypes description: '' - go: - name: InstanceViewTypes - description: '' - possibleValuesFunc: PossibleInstanceViewTypesValues protocol: {} - &ref_137 choices: @@ -12411,25 +8776,16 @@ schemas: default: name: None description: '' - go: - name: DedicatedHostLicenseTypesNone - description: '' - value: Windows_Server_Hybrid language: default: name: WindowsServerHybrid description: '' - go: - name: DedicatedHostLicenseTypesWindowsServerHybrid - description: '' - value: Windows_Server_Perpetual language: default: name: WindowsServerPerpetual description: '' - go: - name: DedicatedHostLicenseTypesWindowsServerPerpetual - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12440,21 +8796,6 @@ schemas: description: >- Specifies the software license type that will be applied to the VMs deployed on the dedicated host.

    Possible values are:

    **None**

    **Windows_Server_Hybrid**

    **Windows_Server_Perpetual**

    Default: **None** - go: - name: DedicatedHostLicenseTypes - description: |- - Specifies the software license type that will be applied to the VMs deployed on the dedicated host. - - Possible values are: - - None - - WindowsServerHybrid - - WindowsServerPerpetual - - Default: None - possibleValuesFunc: PossibleDedicatedHostLicenseTypesValues protocol: {} - &ref_26 choices: @@ -12463,17 +8804,11 @@ schemas: default: name: Windows description: '' - go: - name: OperatingSystemTypesWindows - description: '' - value: Linux language: default: name: Linux description: '' - go: - name: OperatingSystemTypesLinux - description: '' type: sealed-choice apiVersions: - version: '2020-09-30' @@ -12482,17 +8817,6 @@ schemas: default: name: OperatingSystemTypes description: 'This property allows you to specify the supported type of the OS that application is built for.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: OperatingSystemTypes - description: |- - This property allows you to specify the supported type of the OS that application is built for. - - Possible values are: - - Windows - - Linux - possibleValuesFunc: PossibleOperatingSystemTypesValues protocol: {} - &ref_161 choices: @@ -12501,25 +8825,16 @@ schemas: default: name: None description: '' - go: - name: CachingTypesNone - description: '' - value: ReadOnly language: default: name: ReadOnly description: '' - go: - name: CachingTypesReadOnly - description: '' - value: ReadWrite language: default: name: ReadWrite description: '' - go: - name: CachingTypesReadWrite - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12528,21 +8843,6 @@ schemas: default: name: CachingTypes description: 'Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage**' - go: - name: CachingTypes - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage - possibleValuesFunc: PossibleCachingTypesValues protocol: {} - &ref_185 choices: @@ -12551,17 +8851,11 @@ schemas: default: name: AutoLogon description: '' - go: - name: SettingNamesAutoLogon - description: '' - value: FirstLogonCommands language: default: name: FirstLogonCommands description: '' - go: - name: SettingNamesFirstLogonCommands - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12570,10 +8864,6 @@ schemas: default: name: SettingNames description: 'Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.' - go: - name: SettingNames - description: 'Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.' - possibleValuesFunc: PossibleSettingNamesValues protocol: {} - &ref_190 choices: @@ -12582,17 +8872,11 @@ schemas: default: name: Http description: '' - go: - name: ProtocolTypesHTTP - description: '' - value: Https language: default: name: Https description: '' - go: - name: ProtocolTypesHTTPS - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12601,16 +8885,6 @@ schemas: default: name: ProtocolTypes description: 'Specifies the protocol of WinRM listener.

    Possible values are:
    **http**

    **https**' - go: - name: ProtocolTypes - description: |- - Specifies the protocol of WinRM listener. - - Possible values are: - http - - https - possibleValuesFunc: PossibleProtocolTypesValues protocol: {} - &ref_238 choices: @@ -12619,33 +8893,21 @@ schemas: default: name: None description: '' - go: - name: MaintenanceOperationResultCodeTypesNone - description: '' - value: RetryLater language: default: name: RetryLater description: '' - go: - name: MaintenanceOperationResultCodeTypesRetryLater - description: '' - value: MaintenanceAborted language: default: name: MaintenanceAborted description: '' - go: - name: MaintenanceOperationResultCodeTypesMaintenanceAborted - description: '' - value: MaintenanceCompleted language: default: name: MaintenanceCompleted description: '' - go: - name: MaintenanceOperationResultCodeTypesMaintenanceCompleted - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12654,10 +8916,6 @@ schemas: default: name: MaintenanceOperationResultCodeTypes description: The Last Maintenance Operation Result Code. - go: - name: MaintenanceOperationResultCodeTypes - description: The Last Maintenance Operation Result Code. - possibleValuesFunc: PossibleMaintenanceOperationResultCodeTypesValues protocol: {} - &ref_281 choices: @@ -12666,33 +8924,21 @@ schemas: default: name: SystemAssigned description: '' - go: - name: ResourceIdentityTypeSystemAssigned - description: '' - value: UserAssigned language: default: name: UserAssigned description: '' - go: - name: ResourceIdentityTypeUserAssigned - description: '' - value: SystemAssigned, UserAssigned language: default: name: SystemAssignedUserAssigned description: '' - go: - name: ResourceIdentityTypeSystemAssignedUserAssigned - description: '' - value: None language: default: name: None description: '' - go: - name: ResourceIdentityTypeNone - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12703,12 +8949,6 @@ schemas: description: >- The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine. - go: - name: ResourceIdentityType - description: |- - The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will - remove any identities from the virtual machine. - possibleValuesFunc: PossibleResourceIdentityTypeValues protocol: {} - &ref_287 choices: @@ -12717,25 +8957,16 @@ schemas: default: name: Automatic description: '' - go: - name: UpgradeModeAutomatic - description: '' - value: Manual language: default: name: Manual description: '' - go: - name: UpgradeModeManual - description: '' - value: Rolling language: default: name: Rolling description: '' - go: - name: UpgradeModeRolling - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12746,17 +8977,6 @@ schemas: description: >- Specifies the mode of an upgrade to virtual machines in the scale set.

    Possible values are:

    **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.

    **Automatic** - All virtual machines in the scale set are automatically updated at the same time. - go: - name: UpgradeMode - description: |- - Specifies the mode of an upgrade to virtual machines in the scale set. - - Possible values are: - - Manual - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action. - - Automatic - All virtual machines in the scale set are automatically updated at the same time. - possibleValuesFunc: PossibleUpgradeModeValues protocol: {} - &ref_342 choices: @@ -12765,17 +8985,11 @@ schemas: default: name: Generalized description: '' - go: - name: OperatingSystemStateTypesGeneralized - description: '' - value: Specialized language: default: name: Specialized description: '' - go: - name: OperatingSystemStateTypesSpecialized - description: '' type: sealed-choice apiVersions: - version: '2020-09-30' @@ -12784,29 +8998,19 @@ schemas: default: name: OperatingSystemStateTypes description: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. - go: - name: OperatingSystemStateTypes - description: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. - possibleValuesFunc: PossibleOperatingSystemStateTypesValues protocol: {} - - &ref_805 + - &ref_804 choices: - value: Automatic language: default: name: Automatic description: '' - go: - name: VirtualMachineScaleSetSKUScaleTypeAutomatic - description: '' - value: None language: default: name: None description: '' - go: - name: VirtualMachineScaleSetSKUScaleTypeNone - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12815,45 +9019,29 @@ schemas: default: name: VirtualMachineScaleSetSkuScaleType description: The scale type applicable to the sku. - go: - name: VirtualMachineScaleSetSKUScaleType - description: The scale type applicable to the sku. - possibleValuesFunc: PossibleVirtualMachineScaleSetSKUScaleTypeValues protocol: {} - - &ref_809 + - &ref_808 choices: - value: RollingForward language: default: name: RollingForward description: '' - go: - name: UpgradeStateRollingForward - description: '' - value: Cancelled language: default: name: Cancelled description: '' - go: - name: UpgradeStateCancelled - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: UpgradeStateCompleted - description: '' - value: Faulted language: default: name: Faulted description: '' - go: - name: UpgradeStateFaulted - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12862,37 +9050,24 @@ schemas: default: name: UpgradeState description: Code indicating the current status of the upgrade. - go: - name: UpgradeState - description: Code indicating the current status of the upgrade. - possibleValuesFunc: PossibleUpgradeStateValues protocol: {} - - &ref_813 + - &ref_812 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: UpgradeOperationInvokerUnknown - description: '' - value: User language: default: name: User description: '' - go: - name: UpgradeOperationInvokerUser - description: '' - value: Platform language: default: name: Platform description: '' - go: - name: UpgradeOperationInvokerPlatform - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12901,10 +9076,6 @@ schemas: default: name: UpgradeOperationInvoker description: Invoker of the Upgrade Operation - go: - name: UpgradeOperationInvoker - description: Invoker of the Upgrade Operation - possibleValuesFunc: PossibleUpgradeOperationInvokerValues protocol: {} - &ref_371 choices: @@ -12913,33 +9084,21 @@ schemas: default: name: RollingForward description: '' - go: - name: RollingUpgradeStatusCodeRollingForward - description: '' - value: Cancelled language: default: name: Cancelled description: '' - go: - name: RollingUpgradeStatusCodeCancelled - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: RollingUpgradeStatusCodeCompleted - description: '' - value: Faulted language: default: name: Faulted description: '' - go: - name: RollingUpgradeStatusCodeFaulted - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12948,10 +9107,6 @@ schemas: default: name: RollingUpgradeStatusCode description: Code indicating the current status of the upgrade. - go: - name: RollingUpgradeStatusCode - description: Code indicating the current status of the upgrade. - possibleValuesFunc: PossibleRollingUpgradeStatusCodeValues protocol: {} - &ref_373 choices: @@ -12960,17 +9115,11 @@ schemas: default: name: Start description: '' - go: - name: RollingUpgradeActionTypeStart - description: '' - value: Cancel language: default: name: Cancel description: '' - go: - name: RollingUpgradeActionTypeCancel - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12979,45 +9128,29 @@ schemas: default: name: RollingUpgradeActionType description: The last action performed on the rolling upgrade. - go: - name: RollingUpgradeActionType - description: The last action performed on the rolling upgrade. - possibleValuesFunc: PossibleRollingUpgradeActionTypeValues protocol: {} - - &ref_845 + - &ref_844 choices: - value: ThreeMins language: default: name: ThreeMins description: '' - go: - name: IntervalInMinsThreeMins - description: '' - value: FiveMins language: default: name: FiveMins description: '' - go: - name: IntervalInMinsFiveMins - description: '' - value: ThirtyMins language: default: name: ThirtyMins description: '' - go: - name: IntervalInMinsThirtyMins - description: '' - value: SixtyMins language: default: name: SixtyMins description: '' - go: - name: IntervalInMinsSixtyMins - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -13026,37 +9159,24 @@ schemas: default: name: IntervalInMins description: Interval value in minutes used to create LogAnalytics call rate logs. - go: - name: IntervalInMins - description: Interval value in minutes used to create LogAnalytics call rate logs. - possibleValuesFunc: PossibleIntervalInMinsValues protocol: {} - - &ref_875 + - &ref_874 choices: - value: Automatic language: default: name: Automatic description: '' - go: - name: ResourceSKUCapacityScaleTypeAutomatic - description: '' - value: Manual language: default: name: Manual description: '' - go: - name: ResourceSKUCapacityScaleTypeManual - description: '' - value: None language: default: name: None description: '' - go: - name: ResourceSKUCapacityScaleTypeNone - description: '' type: sealed-choice apiVersions: - version: '2019-04-01' @@ -13065,29 +9185,19 @@ schemas: default: name: ResourceSkuCapacityScaleType description: The scale type applicable to the sku. - go: - name: ResourceSKUCapacityScaleType - description: The scale type applicable to the sku. - possibleValuesFunc: PossibleResourceSKUCapacityScaleTypeValues protocol: {} - - &ref_887 + - &ref_886 choices: - value: Location language: default: name: Location description: '' - go: - name: ResourceSKURestrictionsTypeLocation - description: '' - value: Zone language: default: name: Zone description: '' - go: - name: ResourceSKURestrictionsTypeZone - description: '' type: sealed-choice apiVersions: - version: '2019-04-01' @@ -13096,29 +9206,19 @@ schemas: default: name: ResourceSkuRestrictionsType description: The type of restrictions. - go: - name: ResourceSKURestrictionsType - description: The type of restrictions. - possibleValuesFunc: PossibleResourceSKURestrictionsTypeValues protocol: {} - - &ref_891 + - &ref_890 choices: - value: QuotaId language: default: name: QuotaId description: '' - go: - name: ResourceSKURestrictionsReasonCodeQuotaID - description: '' - value: NotAvailableForSubscription language: default: name: NotAvailableForSubscription description: '' - go: - name: ResourceSKURestrictionsReasonCodeNotAvailableForSubscription - description: '' type: sealed-choice apiVersions: - version: '2019-04-01' @@ -13127,10 +9227,6 @@ schemas: default: name: ResourceSkuRestrictionsReasonCode description: The reason for restriction. - go: - name: ResourceSKURestrictionsReasonCode - description: The reason for restriction. - possibleValuesFunc: PossibleResourceSKURestrictionsReasonCodeValues protocol: {} - &ref_552 choices: @@ -13139,25 +9235,16 @@ schemas: default: name: None description: '' - go: - name: HostCachingNone - description: '' - value: ReadOnly language: default: name: ReadOnly description: '' - go: - name: HostCachingReadOnly - description: '' - value: ReadWrite language: default: name: ReadWrite description: '' - go: - name: HostCachingReadWrite - description: '' type: sealed-choice apiVersions: - version: '2020-09-30' @@ -13166,13 +9253,9 @@ schemas: default: name: HostCaching description: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' - go: - name: HostCaching - description: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' - possibleValuesFunc: PossibleHostCachingValues protocol: {} constants: - - &ref_1328 + - &ref_1327 type: constant value: value: '2021-03-01' @@ -13181,11 +9264,8 @@ schemas: default: name: ApiVersion20210301 description: Api Version (2021-03-01) - go: - name: string - description: Api Version (2021-03-01) protocol: {} - - &ref_1329 + - &ref_1328 type: constant value: value: application/json @@ -13194,11 +9274,8 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} - - &ref_661 + - &ref_660 type: constant apiVersions: - version: '2021-03-01' @@ -13209,9 +9286,6 @@ schemas: default: name: UsageUnit description: An enum describing the unit of usage measurement. - go: - name: string - description: An enum describing the unit of usage measurement. protocol: {} - &ref_183 type: constant @@ -13224,9 +9298,6 @@ schemas: default: name: PassNames description: The pass name. Currently, the only allowable value is OobeSystem. - go: - name: string - description: The pass name. Currently, the only allowable value is OobeSystem. protocol: {} - &ref_184 type: constant @@ -13239,9 +9310,6 @@ schemas: default: name: ComponentNames description: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. - go: - name: string - description: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. protocol: {} - &ref_216 type: constant @@ -13254,11 +9322,8 @@ schemas: default: name: SecurityTypes description: 'Specifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings.

    Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch.' - go: - name: string - description: 'Specifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings.

    Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch.' protocol: {} - - &ref_1972 + - &ref_1574 type: constant value: value: application/json, text/json @@ -13267,11 +9332,8 @@ schemas: default: name: Accept1 description: 'Accept: application/json, text/json' - go: - name: string - description: 'Accept: application/json, text/json' protocol: {} - - &ref_2757 + - &ref_1881 type: constant value: value: '2019-04-01' @@ -13280,11 +9342,8 @@ schemas: default: name: ApiVersion20190401 description: Api Version (2019-04-01) - go: - name: string - description: Api Version (2019-04-01) protocol: {} - - &ref_2768 + - &ref_1886 type: constant value: value: '2020-12-01' @@ -13293,11 +9352,8 @@ schemas: default: name: ApiVersion20201201 description: Api Version (2020-12-01) - go: - name: string - description: Api Version (2020-12-01) protocol: {} - - &ref_3073 + - &ref_1989 type: constant value: value: '2020-09-30' @@ -13306,11 +9362,8 @@ schemas: default: name: ApiVersion20200930 description: Api Version (2020-09-30) - go: - name: string - description: Api Version (2020-09-30) protocol: {} - - &ref_3459 + - &ref_2145 type: constant value: value: application/x-rdp @@ -13319,9 +9372,6 @@ schemas: default: name: Accept1 description: 'Accept: application/x-rdp' - go: - name: string - description: 'Accept: application/x-rdp' protocol: {} dictionaries: - &ref_592 @@ -13335,17 +9385,6 @@ schemas: information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. - go: - name: map[string]*string - description: |- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize - availability. For more information about availability sets, see Availability sets overview [https://docs.microsoft.com/azure/virtual-machines/availability-set-overview]. - - For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure [https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates] - - Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_591 type: dictionary @@ -13354,24 +9393,14 @@ schemas: default: name: ResourceTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_631 + - &ref_630 type: dictionary elementType: *ref_1 language: default: name: UpdateResourceTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_36 type: dictionary @@ -13382,17 +9411,10 @@ schemas: description: >- Specifies the tags that are assigned to the virtual machine. For more information about using tags, see [Using tags to organize your Azure resources](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-using-tags.md). - go: - name: map[string]*string - description: |- - Specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources - [https://docs.microsoft.com/azure/azure-resource-manager/resource-group-using-tags.md]. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_282 type: dictionary - elementType: &ref_700 + elementType: &ref_699 type: object apiVersions: - version: '2021-03-01' @@ -13404,9 +9426,6 @@ schemas: default: name: principalId description: The principal id of user assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal id of user assigned identity. protocol: {} - schema: *ref_5 readOnly: true @@ -13415,9 +9434,6 @@ schemas: default: name: clientId description: The client id of user assigned identity. - go: - name: ClientID - description: READ-ONLY; The client id of user assigned identity. protocol: {} serializationFormats: - json @@ -13429,11 +9445,6 @@ schemas: name: UserAssignedIdentitiesValue description: '' namespace: '' - go: - name: UserAssignedIdentitiesValue - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -13441,17 +9452,10 @@ schemas: description: >- The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - go: - name: map[string]*UserAssignedIdentitiesValue - description: |- - The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_334 type: dictionary - elementType: &ref_714 + elementType: &ref_713 type: object apiVersions: - version: '2021-03-01' @@ -13463,9 +9467,6 @@ schemas: default: name: principalId description: The principal id of user assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal id of user assigned identity. protocol: {} - schema: *ref_5 readOnly: true @@ -13474,9 +9475,6 @@ schemas: default: name: clientId description: The client id of user assigned identity. - go: - name: ClientID - description: READ-ONLY; The client id of user assigned identity. protocol: {} serializationFormats: - json @@ -13488,11 +9486,6 @@ schemas: name: VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue description: '' namespace: '' - go: - name: VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -13500,117 +9493,70 @@ schemas: description: >- The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - go: - name: map[string]*VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - description: |- - The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_916 + - &ref_915 type: dictionary elementType: *ref_7 language: default: name: DiskUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_926 + - &ref_925 type: dictionary elementType: *ref_7 language: default: name: SnapshotUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_931 + - &ref_930 type: dictionary elementType: *ref_7 language: default: name: DiskEncryptionSetUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_941 + - &ref_940 type: dictionary elementType: *ref_7 language: default: name: DiskAccessUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_980 + - &ref_979 type: dictionary elementType: *ref_8 language: default: name: UpdateResourceDefinitionTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1019 + - &ref_1018 type: dictionary elementType: *ref_3 language: default: name: RoleInstanceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1052 + - &ref_1051 type: dictionary elementType: *ref_3 language: default: name: CloudServiceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1093 + - &ref_1092 type: dictionary elementType: *ref_3 language: default: name: CloudServiceUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} any: - &ref_66 @@ -13619,9 +9565,6 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} dateTimes: - &ref_88 @@ -13633,10 +9576,6 @@ schemas: default: name: InstanceViewStatusTime description: The time of the status. - go: - name: time.Time - description: The time of the status. - internalTimeType: timeRFC3339 protocol: {} - &ref_138 type: date-time @@ -13647,10 +9586,6 @@ schemas: default: name: DedicatedHostPropertiesProvisioningTime description: The date when the host was first provisioned. - go: - name: time.Time - description: The date when the host was first provisioned. - internalTimeType: timeRFC3339 protocol: {} - &ref_234 type: date-time @@ -13661,10 +9596,6 @@ schemas: default: name: MaintenanceRedeployStatusPreMaintenanceWindowStartTime description: Start Time for the Pre Maintenance Window. - go: - name: time.Time - description: Start Time for the Pre Maintenance Window. - internalTimeType: timeRFC3339 protocol: {} - &ref_235 type: date-time @@ -13675,10 +9606,6 @@ schemas: default: name: MaintenanceRedeployStatusPreMaintenanceWindowEndTime description: End Time for the Pre Maintenance Window. - go: - name: time.Time - description: End Time for the Pre Maintenance Window. - internalTimeType: timeRFC3339 protocol: {} - &ref_236 type: date-time @@ -13689,10 +9616,6 @@ schemas: default: name: MaintenanceRedeployStatusMaintenanceWindowStartTime description: Start Time for the Maintenance Window. - go: - name: time.Time - description: Start Time for the Maintenance Window. - internalTimeType: timeRFC3339 protocol: {} - &ref_237 type: date-time @@ -13703,10 +9626,6 @@ schemas: default: name: MaintenanceRedeployStatusMaintenanceWindowEndTime description: End Time for the Maintenance Window. - go: - name: time.Time - description: End Time for the Maintenance Window. - internalTimeType: timeRFC3339 protocol: {} - &ref_251 type: date-time @@ -13717,10 +9636,6 @@ schemas: default: name: AvailablePatchSummaryStartTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - &ref_252 type: date-time @@ -13731,10 +9646,6 @@ schemas: default: name: AvailablePatchSummaryLastModifiedTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - &ref_268 type: date-time @@ -13745,10 +9656,6 @@ schemas: default: name: LastPatchInstallationSummaryStartTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - &ref_269 type: date-time @@ -13759,10 +9666,6 @@ schemas: default: name: LastPatchInstallationSummaryLastModifiedTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - &ref_366 type: date-time @@ -13773,12 +9676,8 @@ schemas: default: name: RestorePointProvisioningDetailsCreationTime description: Gets the creation time of the restore point. - go: - name: time.Time - description: Gets the creation time of the restore point. - internalTimeType: timeRFC3339 protocol: {} - - &ref_737 + - &ref_736 type: date-time format: date-time apiVersions: @@ -13787,12 +9686,8 @@ schemas: default: name: VirtualMachineAssessPatchesResultStartDateTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - - &ref_745 + - &ref_744 type: date-time format: date-time apiVersions: @@ -13801,12 +9696,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesPublishedDate description: The UTC timestamp when the repository published this patch. - go: - name: time.Time - description: The UTC timestamp when the repository published this patch. - internalTimeType: timeRFC3339 protocol: {} - - &ref_746 + - &ref_745 type: date-time format: date-time apiVersions: @@ -13815,12 +9706,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesLastModifiedDateTime description: The UTC timestamp of the last update to this patch record. - go: - name: time.Time - description: The UTC timestamp of the last update to this patch record. - internalTimeType: timeRFC3339 protocol: {} - - &ref_755 + - &ref_754 type: date-time format: date-time apiVersions: @@ -13829,12 +9716,8 @@ schemas: default: name: WindowsParametersMaxPatchPublishDate description: This is used to install patches that were published on or before this given max published date. - go: - name: time.Time - description: This is used to install patches that were published on or before this given max published date. - internalTimeType: timeRFC3339 protocol: {} - - &ref_776 + - &ref_775 type: date-time format: date-time apiVersions: @@ -13843,12 +9726,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultStartDateTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - - &ref_810 + - &ref_809 type: date-time format: date-time apiVersions: @@ -13857,12 +9736,8 @@ schemas: default: name: UpgradeOperationHistoryStatusStartTime description: Start time of the upgrade. - go: - name: time.Time - description: Start time of the upgrade. - internalTimeType: timeRFC3339 protocol: {} - - &ref_811 + - &ref_810 type: date-time format: date-time apiVersions: @@ -13871,10 +9746,6 @@ schemas: default: name: UpgradeOperationHistoryStatusEndTime description: End time of the upgrade. - go: - name: time.Time - description: End time of the upgrade. - internalTimeType: timeRFC3339 protocol: {} - &ref_372 type: date-time @@ -13885,10 +9756,6 @@ schemas: default: name: RollingUpgradeRunningStatusStartTime description: Start time of the upgrade. - go: - name: time.Time - description: Start time of the upgrade. - internalTimeType: timeRFC3339 protocol: {} - &ref_374 type: date-time @@ -13899,12 +9766,8 @@ schemas: default: name: RollingUpgradeRunningStatusLastActionTime description: Last action time of the upgrade. - go: - name: time.Time - description: Last action time of the upgrade. - internalTimeType: timeRFC3339 protocol: {} - - &ref_838 + - &ref_837 type: date-time format: date-time apiVersions: @@ -13913,12 +9776,8 @@ schemas: default: name: LogAnalyticsInputBaseFromTime description: From time of the query - go: - name: time.Time - description: From time of the query - internalTimeType: timeRFC3339 protocol: {} - - &ref_839 + - &ref_838 type: date-time format: date-time apiVersions: @@ -13927,10 +9786,6 @@ schemas: default: name: LogAnalyticsInputBaseToTime description: To time of the query - go: - name: time.Time - description: To time of the query - internalTimeType: timeRFC3339 protocol: {} - &ref_419 type: date-time @@ -13941,10 +9796,6 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewStartTime description: Script start time. - go: - name: time.Time - description: Script start time. - internalTimeType: timeRFC3339 protocol: {} - &ref_420 type: date-time @@ -13955,10 +9806,6 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewEndTime description: Script end time. - go: - name: time.Time - description: Script end time. - internalTimeType: timeRFC3339 protocol: {} - &ref_426 type: date-time @@ -13969,10 +9816,6 @@ schemas: default: name: DiskPropertiesTimeCreated description: The time when the disk was created. - go: - name: time.Time - description: The time when the disk was created. - internalTimeType: timeRFC3339 protocol: {} - &ref_468 type: date-time @@ -13983,10 +9826,6 @@ schemas: default: name: SnapshotPropertiesTimeCreated description: The time when the snapshot was created. - go: - name: time.Time - description: The time when the snapshot was created. - internalTimeType: timeRFC3339 protocol: {} - &ref_488 type: date-time @@ -13997,10 +9836,6 @@ schemas: default: name: EncryptionSetPropertiesLastKeyRotationTimestamp description: The time when the active key of this disk encryption set was updated. - go: - name: time.Time - description: The time when the active key of this disk encryption set was updated. - internalTimeType: timeRFC3339 protocol: {} - &ref_498 type: date-time @@ -14011,12 +9846,8 @@ schemas: default: name: DiskAccessPropertiesTimeCreated description: The time when the disk access was created. - go: - name: time.Time - description: The time when the disk access was created. - internalTimeType: timeRFC3339 protocol: {} - - &ref_957 + - &ref_956 type: date-time format: date-time apiVersions: @@ -14025,10 +9856,6 @@ schemas: default: name: DiskRestorePointPropertiesTimeCreated description: The timestamp of restorePoint creation - go: - name: time.Time - description: The timestamp of restorePoint creation - internalTimeType: timeRFC3339 protocol: {} - &ref_509 type: date-time @@ -14039,10 +9866,6 @@ schemas: default: name: GalleryImagePropertiesEndOfLifeDate description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - &ref_542 type: date-time @@ -14053,10 +9876,6 @@ schemas: default: name: GalleryArtifactPublishingProfileBasePublishedDate description: The timestamp for when the gallery image version is published. - go: - name: time.Time - description: The timestamp for when the gallery image version is published. - internalTimeType: timeRFC3339 protocol: {} - &ref_543 type: date-time @@ -14067,10 +9886,6 @@ schemas: default: name: GalleryArtifactPublishingProfileBaseEndOfLifeDate description: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - &ref_563 type: date-time @@ -14081,12 +9896,8 @@ schemas: default: name: GalleryApplicationPropertiesEndOfLifeDate description: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - - &ref_1006 + - &ref_1005 type: date-time format: date-time apiVersions: @@ -14095,12 +9906,8 @@ schemas: default: name: SharedGalleryImagePropertiesEndOfLifeDate description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - - &ref_1002 + - &ref_1001 type: date-time format: date-time apiVersions: @@ -14109,12 +9916,8 @@ schemas: default: name: SharedGalleryImageVersionPropertiesPublishedDate description: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - - &ref_1003 + - &ref_1002 type: date-time format: date-time apiVersions: @@ -14123,12 +9926,8 @@ schemas: default: name: SharedGalleryImageVersionPropertiesEndOfLifeDate description: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - - &ref_1028 + - &ref_1027 type: date-time format: date-time apiVersions: @@ -14137,18 +9936,14 @@ schemas: default: name: ResourceInstanceViewStatusTime description: The time of the status. - go: - name: time.Time - description: The time of the status. - internalTimeType: timeRFC3339 protocol: {} objects: - - &ref_1330 + - &ref_1329 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1134 + - schema: &ref_1133 type: array apiVersions: - version: '2021-03-01' @@ -14164,9 +9959,6 @@ schemas: default: name: origin description: The origin of the compute operation. - go: - name: Origin - description: READ-ONLY; The origin of the compute operation. protocol: {} - schema: *ref_10 readOnly: true @@ -14175,9 +9967,6 @@ schemas: default: name: name description: The name of the compute operation. - go: - name: Name - description: READ-ONLY; The name of the compute operation. protocol: {} - schema: &ref_16 type: object @@ -14191,9 +9980,6 @@ schemas: default: name: operation description: The display name of the compute operation. - go: - name: Operation - description: READ-ONLY; The display name of the compute operation. protocol: {} - schema: *ref_12 readOnly: true @@ -14202,9 +9988,6 @@ schemas: default: name: resource description: The display name of the resource the operation applies to. - go: - name: Resource - description: READ-ONLY; The display name of the resource the operation applies to. protocol: {} - schema: *ref_13 readOnly: true @@ -14213,9 +9996,6 @@ schemas: default: name: description description: The description of the operation. - go: - name: Description - description: READ-ONLY; The description of the operation. protocol: {} - schema: *ref_14 readOnly: true @@ -14224,9 +10004,6 @@ schemas: default: name: provider description: The resource provider for the operation. - go: - name: Provider - description: READ-ONLY; The resource provider for the operation. protocol: {} serializationFormats: - json @@ -14237,11 +10014,6 @@ schemas: name: ComputeOperationValueDisplay description: Describes the properties of a Compute Operation Value Display. namespace: '' - go: - name: OperationValueDisplay - description: OperationValueDisplay - Describes the properties of a Compute Operation Value Display. - marshallingFormat: json - namespace: '' protocol: {} serializedName: display extensions: @@ -14250,9 +10022,6 @@ schemas: default: name: display description: Describes the properties of a Compute Operation Value Display. - go: - name: Display - description: Describes the properties of a Compute Operation Value Display. protocol: {} serializationFormats: - json @@ -14263,21 +10032,11 @@ schemas: name: ComputeOperationValue description: Describes the properties of a Compute Operation value. namespace: '' - go: - name: OperationValue - description: OperationValue - Describes the properties of a Compute Operation value. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ComputeOperationListResultValue description: The list of compute operations - go: - name: '[]*OperationValue' - description: The list of compute operations - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value @@ -14285,10 +10044,6 @@ schemas: default: name: value description: The list of compute operations - go: - name: Value - description: READ-ONLY; The list of compute operations - byValue: true protocol: {} serializationFormats: - json @@ -14299,12 +10054,6 @@ schemas: name: ComputeOperationListResult description: The List Compute Operation operation response. namespace: '' - go: - name: OperationListResult - description: OperationListResult - The List Compute Operation operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_15 - *ref_16 @@ -14333,7 +10082,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_640 + - schema: &ref_639 type: object apiVersions: - version: '2021-03-01' @@ -14346,18 +10095,8 @@ schemas: description: >- Specifies the type of the proximity placement group.

    Possible values are:

    **Standard** : Co-locate resources within an Azure region or Availability Zone.

    **Ultra** : For future use. - go: - name: ProximityPlacementGroupType - description: |- - Specifies the type of the proximity placement group. - - Possible values are: - - Standard : Co-locate resources within an Azure region or Availability Zone. - - Ultra : For future use. protocol: {} - - schema: &ref_1139 + - schema: &ref_1138 type: array apiVersions: - version: '2021-03-01' @@ -14391,12 +10130,12 @@ schemas: immediate: - *ref_21 properties: - - schema: &ref_652 + - schema: &ref_651 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_653 + - schema: &ref_652 type: object apiVersions: - version: '2021-03-01' @@ -14408,9 +10147,6 @@ schemas: default: name: publisher description: The publisher ID. - go: - name: Publisher - description: REQUIRED; The publisher ID. protocol: {} - schema: *ref_24 required: true @@ -14419,9 +10155,6 @@ schemas: default: name: name description: The plan ID. - go: - name: Name - description: REQUIRED; The plan ID. protocol: {} - schema: *ref_25 required: true @@ -14430,9 +10163,6 @@ schemas: default: name: product description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: Product - description: REQUIRED; Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} serializationFormats: - json @@ -14444,22 +10174,14 @@ schemas: name: PurchasePlan description: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. namespace: '' - go: - name: PurchasePlan - description: PurchasePlan - Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. - marshallingFormat: json - namespace: '' protocol: {} serializedName: plan language: default: name: plan description: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. - go: - name: Plan - description: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. protocol: {} - - schema: &ref_654 + - schema: &ref_653 type: object apiVersions: - version: '2021-03-01' @@ -14471,9 +10193,6 @@ schemas: default: name: operatingSystem description: The operating system of the osDiskImage. - go: - name: OperatingSystem - description: REQUIRED; The operating system of the osDiskImage. protocol: {} serializationFormats: - json @@ -14485,26 +10204,18 @@ schemas: name: OSDiskImage description: Contains the os disk image information. namespace: '' - go: - name: OSDiskImage - description: OSDiskImage - Contains the os disk image information. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDiskImage language: default: name: osDiskImage description: Contains the os disk image information. - go: - name: OSDiskImage - description: Contains the os disk image information. protocol: {} - - schema: &ref_1156 + - schema: &ref_1155 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_655 + elementType: &ref_654 type: object apiVersions: - version: '2021-03-01' @@ -14518,11 +10229,6 @@ schemas: description: >- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: Lun - description: >- - READ-ONLY; Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk - attached to a VM. protocol: {} serializationFormats: - json @@ -14534,33 +10240,19 @@ schemas: name: DataDiskImage description: Contains the data disk images information. namespace: '' - go: - name: DataDiskImage - description: DataDiskImage - Contains the data disk images information. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineImagePropertiesDataDiskImages description: Array of DataDiskImage - go: - name: '[]*DataDiskImage' - description: Array of DataDiskImage - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDiskImages language: default: name: dataDiskImages description: '' - go: - name: DataDiskImages - description: '' - byValue: true protocol: {} - - schema: &ref_656 + - schema: &ref_655 type: object apiVersions: - version: '2021-03-01' @@ -14572,9 +10264,6 @@ schemas: default: name: automaticOSUpgradeSupported description: Specifies whether automatic OS upgrade is supported on the image. - go: - name: AutomaticOSUpgradeSupported - description: REQUIRED; Specifies whether automatic OS upgrade is supported on the image. protocol: {} serializationFormats: - json @@ -14586,20 +10275,12 @@ schemas: name: AutomaticOSUpgradeProperties description: Describes automatic OS upgrade properties on the image. namespace: '' - go: - name: AutomaticOSUpgradeProperties - description: AutomaticOSUpgradeProperties - Describes automatic OS upgrade properties on the image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: automaticOSUpgradeProperties language: default: name: automaticOSUpgradeProperties description: Describes automatic OS upgrade properties on the image. - go: - name: AutomaticOSUpgradeProperties - description: Describes automatic OS upgrade properties on the image. protocol: {} - schema: *ref_29 serializedName: hyperVGeneration @@ -14607,11 +10288,8 @@ schemas: default: name: hyperVGeneration description: Specifies the HyperVGeneration Type - go: - name: HyperVGeneration - description: Specifies the HyperVGeneration Type protocol: {} - - schema: &ref_657 + - schema: &ref_656 type: object apiVersions: - version: '2021-03-01' @@ -14622,9 +10300,6 @@ schemas: default: name: vmDiskType description: VM disk types which are disallowed. - go: - name: VMDiskType - description: VM disk types which are disallowed. protocol: {} serializationFormats: - json @@ -14636,26 +10311,18 @@ schemas: name: DisallowedConfiguration description: Specifies the disallowed configuration for a virtual machine image. namespace: '' - go: - name: DisallowedConfiguration - description: DisallowedConfiguration - Specifies the disallowed configuration for a virtual machine image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: disallowed language: default: name: disallowed description: Specifies disallowed configuration for the VirtualMachine created from the image - go: - name: Disallowed - description: Specifies disallowed configuration for the VirtualMachine created from the image protocol: {} - - schema: &ref_1157 + - schema: &ref_1156 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_658 + elementType: &ref_657 type: object apiVersions: - version: '2021-03-01' @@ -14666,9 +10333,6 @@ schemas: default: name: name description: The name of the feature. - go: - name: Name - description: The name of the feature. protocol: {} - schema: *ref_32 serializedName: value @@ -14676,9 +10340,6 @@ schemas: default: name: value description: The corresponding value for the feature. - go: - name: Value - description: The corresponding value for the feature. protocol: {} serializationFormats: - json @@ -14690,31 +10351,17 @@ schemas: name: VirtualMachineImageFeature description: Specifies additional capabilities supported by the image namespace: '' - go: - name: VirtualMachineImageFeature - description: VirtualMachineImageFeature - Specifies additional capabilities supported by the image - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineImagePropertiesFeatures description: Array of VirtualMachineImageFeature - go: - name: '[]*VirtualMachineImageFeature' - description: Array of VirtualMachineImageFeature - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: features language: default: name: features description: '' - go: - name: Features - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -14726,12 +10373,6 @@ schemas: name: VirtualMachineImageProperties description: Describes the properties of a Virtual Machine Image. namespace: '' - go: - name: VirtualMachineImageProperties - description: VirtualMachineImageProperties - Describes the properties of a Virtual Machine Image. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -14741,9 +10382,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Image. - go: - name: Properties - description: Describes the properties of a Virtual Machine Image. protocol: {} serializationFormats: - json @@ -14755,11 +10393,6 @@ schemas: name: VirtualMachineImage description: Describes a Virtual Machine Image. namespace: '' - go: - name: VirtualMachineImage - description: VirtualMachineImage - Describes a Virtual Machine Image. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_33 @@ -14776,9 +10409,6 @@ schemas: default: name: name description: The name of the resource. - go: - name: Name - description: REQUIRED; The name of the resource. protocol: {} - schema: *ref_35 required: true @@ -14787,28 +10417,16 @@ schemas: default: name: location description: The supported Azure location of the resource. - go: - name: Location - description: REQUIRED; The supported Azure location of the resource. protocol: {} - schema: *ref_36 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: >- Specifies the tags that are assigned to the virtual machine. For more information about using tags, see [Using tags to organize your Azure resources](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-using-tags.md). - go: - name: Tags - description: |- - Specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources - [https://docs.microsoft.com/azure/azure-resource-manager/resource-group-using-tags.md]. - byValue: true protocol: {} - schema: &ref_284 type: object @@ -14822,9 +10440,6 @@ schemas: default: name: name description: The name of the extended location. - go: - name: Name - description: The name of the extended location. protocol: {} - schema: *ref_38 serializedName: type @@ -14832,9 +10447,6 @@ schemas: default: name: type description: The type of the extended location. - go: - name: Type - description: The type of the extended location. protocol: {} serializationFormats: - json @@ -14846,11 +10458,6 @@ schemas: name: ExtendedLocation description: The complex type of the extended location. namespace: '' - go: - name: ExtendedLocation - description: ExtendedLocation - The complex type of the extended location. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: extendedLocation @@ -14858,9 +10465,6 @@ schemas: default: name: extendedLocation description: The extended location of the Virtual Machine. - go: - name: ExtendedLocation - description: The extended location of the Virtual Machine. protocol: {} serializationFormats: - json @@ -14872,12 +10476,6 @@ schemas: name: VirtualMachineImageResource description: Virtual machine image resource information. namespace: '' - go: - name: VirtualMachineImageResource - description: VirtualMachineImageResource - Virtual machine image resource information. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_33 - &ref_77 @@ -14896,9 +10494,6 @@ schemas: default: name: publisher description: The image publisher. - go: - name: Publisher - description: The image publisher. protocol: {} - schema: *ref_40 serializedName: offer @@ -14906,9 +10501,6 @@ schemas: default: name: offer description: Specifies the offer of the platform image or marketplace image used to create the virtual machine. - go: - name: Offer - description: Specifies the offer of the platform image or marketplace image used to create the virtual machine. protocol: {} - schema: *ref_41 serializedName: sku @@ -14916,9 +10508,6 @@ schemas: default: name: sku description: The image SKU. - go: - name: SKU - description: The image SKU. protocol: {} - schema: *ref_42 serializedName: version @@ -14929,16 +10518,6 @@ schemas: Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. - go: - name: Version - description: >- - Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are - decimal numbers. - - Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new - version becomes - - available. protocol: {} - schema: *ref_43 readOnly: true @@ -14949,13 +10528,6 @@ schemas: description: >- Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'. - go: - name: ExactVersion - description: >- - READ-ONLY; Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the - value specified in - - 'version' field is 'latest'. protocol: {} serializationFormats: - json @@ -14970,15 +10542,6 @@ schemas: a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. namespace: '' - go: - name: ImageReference - description: >- - ImageReference - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when - you want to use a platform - - image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. - marshallingFormat: json - namespace: '' protocol: {} - &ref_45 type: object @@ -15001,14 +10564,6 @@ schemas: Describes the parameter of customer managed disk encryption set resource id that can be specified for disk.

    NOTE: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details. namespace: '' - go: - name: DiskEncryptionSetParameters - description: |- - DiskEncryptionSetParameters - Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. - - NOTE: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details. - marshallingFormat: json - namespace: '' protocol: {} - &ref_78 type: object @@ -15026,9 +10581,6 @@ schemas: default: name: storageAccountType description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' - go: - name: StorageAccountType - description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' protocol: {} - schema: *ref_45 serializedName: diskEncryptionSet @@ -15036,9 +10588,6 @@ schemas: default: name: diskEncryptionSet description: Specifies the customer managed disk encryption set resource id for the managed disk. - go: - name: DiskEncryptionSet - description: Specifies the customer managed disk encryption set resource id for the managed disk. protocol: {} serializationFormats: - json @@ -15050,11 +10599,6 @@ schemas: name: ManagedDiskParameters description: The parameters of a managed disk. namespace: '' - go: - name: ManagedDiskParameters - description: ManagedDiskParameters - The parameters of a managed disk. - marshallingFormat: json - namespace: '' protocol: {} - &ref_79 type: object @@ -15066,7 +10610,7 @@ schemas: immediate: - *ref_22 properties: - - schema: &ref_682 + - schema: &ref_681 type: object apiVersions: - version: '2021-03-01' @@ -15077,9 +10621,6 @@ schemas: default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -15087,9 +10628,6 @@ schemas: default: name: deleteOption description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the network interface when the VM is deleted protocol: {} serializationFormats: - json @@ -15101,11 +10639,6 @@ schemas: name: NetworkInterfaceReferenceProperties description: Describes a network interface reference properties. namespace: '' - go: - name: NetworkInterfaceReferenceProperties - description: NetworkInterfaceReferenceProperties - Describes a network interface reference properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -15114,9 +10647,6 @@ schemas: default: name: properties description: Describes a network interface reference properties. - go: - name: Properties - description: Describes a network interface reference properties. protocol: {} serializationFormats: - json @@ -15128,11 +10658,6 @@ schemas: name: NetworkInterfaceReference description: Describes a network interface reference. namespace: '' - go: - name: NetworkInterfaceReference - description: NetworkInterfaceReference - Describes a network interface reference. - marshallingFormat: json - namespace: '' protocol: {} - &ref_62 type: object @@ -15151,11 +10676,8 @@ schemas: default: name: name description: The IP configuration name. - go: - name: Name - description: REQUIRED; The IP configuration name. protocol: {} - - schema: &ref_710 + - schema: &ref_709 type: object apiVersions: - version: '2021-03-01' @@ -15171,9 +10693,6 @@ schemas: default: name: id description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... - go: - name: ID - description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/… protocol: {} serializationFormats: - json @@ -15185,20 +10704,12 @@ schemas: name: ApiEntityReference description: The API entity reference. namespace: '' - go: - name: APIEntityReference - description: APIEntityReference - The API entity reference. - marshallingFormat: json - namespace: '' protocol: {} serializedName: subnet language: default: name: subnet description: Specifies the identifier of the subnet. - go: - name: Subnet - description: Specifies the identifier of the subnet. protocol: {} - schema: *ref_46 serializedName: primary @@ -15206,11 +10717,8 @@ schemas: default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - - schema: &ref_711 + - schema: &ref_710 type: object apiVersions: - version: '2021-03-01' @@ -15222,11 +10730,8 @@ schemas: default: name: name description: The publicIP address configuration name. - go: - name: Name - description: REQUIRED; The publicIP address configuration name. protocol: {} - - schema: &ref_712 + - schema: &ref_711 type: object apiVersions: - version: '2021-03-01' @@ -15237,9 +10742,6 @@ schemas: default: name: idleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: IdleTimeoutInMinutes - description: The idle timeout of the public IP address. protocol: {} - schema: &ref_72 type: object @@ -15253,11 +10755,6 @@ schemas: default: name: domainNameLabel description: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created - go: - name: DomainNameLabel - description: >- - REQUIRED; The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will - be created protocol: {} serializationFormats: - json @@ -15269,26 +10766,18 @@ schemas: name: VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings description: Describes a virtual machines scale sets network configuration's DNS settings. namespace: '' - go: - name: VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings - description: VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings - Describes a virtual machines scale sets network configuration's DNS settings. - marshallingFormat: json - namespace: '' protocol: {} serializedName: dnsSettings language: default: name: dnsSettings description: The dns settings to be applied on the publicIP addresses . - go: - name: DNSSettings - description: The dns settings to be applied on the publicIP addresses . protocol: {} - - schema: &ref_1189 + - schema: &ref_1188 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_713 + elementType: &ref_712 type: object apiVersions: - version: '2021-03-01' @@ -15299,9 +10788,6 @@ schemas: default: name: ipTagType description: 'IP tag type. Example: FirstPartyUsage.' - go: - name: IPTagType - description: 'IP tag type. Example: FirstPartyUsage.' protocol: {} - schema: *ref_54 serializedName: tag @@ -15309,9 +10795,6 @@ schemas: default: name: tag description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' - go: - name: Tag - description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' protocol: {} serializationFormats: - json @@ -15323,31 +10806,17 @@ schemas: name: VirtualMachineScaleSetIpTag description: Contains the IP tag associated with the public IP address. namespace: '' - go: - name: VirtualMachineScaleSetIPTag - description: VirtualMachineScaleSetIPTag - Contains the IP tag associated with the public IP address. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesIpTags description: The list of IP tags associated with the public IP address. - go: - name: '[]*VirtualMachineScaleSetIPTag' - description: The list of IP tags associated with the public IP address. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: ipTags language: default: name: ipTags description: The list of IP tags associated with the public IP address. - go: - name: IPTags - description: The list of IP tags associated with the public IP address. - byValue: true protocol: {} - schema: *ref_22 serializedName: publicIPPrefix @@ -15357,9 +10826,6 @@ schemas: default: name: publicIPPrefix description: The PublicIPPrefix from which to allocate publicIP addresses. - go: - name: PublicIPPrefix - description: The PublicIPPrefix from which to allocate publicIP addresses. protocol: {} - schema: *ref_55 serializedName: publicIPAddressVersion @@ -15369,11 +10835,6 @@ schemas: description: >- Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PublicIPAddressVersion - description: >- - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' - and 'IPv6'. protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -15381,9 +10842,6 @@ schemas: default: name: deleteOption description: Specify what happens to the public IP when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the public IP when the VM is deleted protocol: {} serializationFormats: - json @@ -15395,12 +10853,6 @@ schemas: name: VirtualMachineScaleSetPublicIPAddressConfigurationProperties description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachineScaleSetPublicIPAddressConfigurationProperties - description: VirtualMachineScaleSetPublicIPAddressConfigurationProperties - Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -15410,9 +10862,6 @@ schemas: default: name: properties description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - go: - name: Properties - description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration protocol: {} - schema: &ref_212 type: object @@ -15426,9 +10875,6 @@ schemas: default: name: publicIPAddressSkuName description: Specify public IP sku name - go: - name: PublicIPAddressSKUName - description: REQUIRED; Specify public IP sku name protocol: {} - schema: *ref_57 required: false @@ -15437,9 +10883,6 @@ schemas: default: name: publicIPAddressSkuTier description: Specify public IP sku tier - go: - name: PublicIPAddressSKUTier - description: Specify public IP sku tier protocol: {} serializationFormats: - json @@ -15451,11 +10894,6 @@ schemas: name: PublicIPAddressSku description: Describes the public IP Sku namespace: '' - go: - name: PublicIPAddressSKU - description: PublicIPAddressSKU - Describes the public IP Sku - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: sku @@ -15463,9 +10901,6 @@ schemas: default: name: sku description: Describes the public IP Sku - go: - name: SKU - description: Describes the public IP Sku protocol: {} serializationFormats: - json @@ -15477,20 +10912,12 @@ schemas: name: VirtualMachineScaleSetPublicIPAddressConfiguration description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachineScaleSetPublicIPAddressConfiguration - description: VirtualMachineScaleSetPublicIPAddressConfiguration - Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: publicIPAddressConfiguration language: default: name: publicIPAddressConfiguration description: The publicIPAddressConfiguration. - go: - name: PublicIPAddressConfiguration - description: The publicIPAddressConfiguration. protocol: {} - schema: *ref_55 serializedName: privateIPAddressVersion @@ -15500,11 +10927,8 @@ schemas: description: >- Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PrivateIPAddressVersion - description: 'Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' protocol: {} - - schema: &ref_1190 + - schema: &ref_1189 type: array apiVersions: - version: '2021-03-01' @@ -15515,13 +10939,6 @@ schemas: description: >- Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple - scale sets cannot use the same application gateway. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationGatewayBackendAddressPools language: @@ -15530,16 +10947,8 @@ schemas: description: >- Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway. - go: - name: ApplicationGatewayBackendAddressPools - description: >- - Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale - sets cannot use the - - same application gateway. - byValue: true protocol: {} - - schema: &ref_1191 + - schema: &ref_1190 type: array apiVersions: - version: '2021-03-01' @@ -15548,23 +10957,14 @@ schemas: default: name: VirtualMachineScaleSetIPConfigurationPropertiesApplicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: '[]*SubResource' - description: Specifies an array of references to application security group. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationSecurityGroups language: default: name: applicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: ApplicationSecurityGroups - description: Specifies an array of references to application security group. - byValue: true protocol: {} - - schema: &ref_1192 + - schema: &ref_1191 type: array apiVersions: - version: '2021-03-01' @@ -15575,13 +10975,6 @@ schemas: description: >- Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. - Multiple scale sets cannot use the same basic sku load balancer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerBackendAddressPools language: @@ -15590,16 +10983,8 @@ schemas: description: >- Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer. - go: - name: LoadBalancerBackendAddressPools - description: >- - Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple - scale sets cannot - - use the same basic sku load balancer. - byValue: true protocol: {} - - schema: &ref_1193 + - schema: &ref_1192 type: array apiVersions: - version: '2021-03-01' @@ -15610,13 +10995,6 @@ schemas: description: >- Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple - scale sets cannot use the same basic sku load balancer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerInboundNatPools language: @@ -15625,14 +11003,6 @@ schemas: description: >- Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer. - go: - name: LoadBalancerInboundNatPools - description: >- - Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple - scale sets cannot use - - the same basic sku load balancer. - byValue: true protocol: {} serializationFormats: - json @@ -15644,12 +11014,6 @@ schemas: name: VirtualMachineScaleSetIPConfigurationProperties description: Describes a virtual machine scale set network profile's IP configuration properties. namespace: '' - go: - name: VirtualMachineScaleSetIPConfigurationProperties - description: VirtualMachineScaleSetIPConfigurationProperties - Describes a virtual machine scale set network profile's IP configuration properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -15659,9 +11023,6 @@ schemas: default: name: properties description: Describes a virtual machine scale set network profile's IP configuration properties. - go: - name: Properties - description: Describes a virtual machine scale set network profile's IP configuration properties. protocol: {} serializationFormats: - json @@ -15673,11 +11034,6 @@ schemas: name: VirtualMachineScaleSetIPConfiguration description: Describes a virtual machine scale set network profile's IP configuration. namespace: '' - go: - name: VirtualMachineScaleSetIPConfiguration - description: VirtualMachineScaleSetIPConfiguration - Describes a virtual machine scale set network profile's IP configuration. - marshallingFormat: json - namespace: '' protocol: {} - &ref_80 type: object @@ -15696,11 +11052,8 @@ schemas: default: name: name description: The network configuration name. - go: - name: Name - description: REQUIRED; The network configuration name. protocol: {} - - schema: &ref_709 + - schema: &ref_708 type: object apiVersions: - version: '2021-03-01' @@ -15712,9 +11065,6 @@ schemas: default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - schema: *ref_59 required: false @@ -15723,9 +11073,6 @@ schemas: default: name: enableAcceleratedNetworking description: Specifies whether the network interface is accelerated networking-enabled. - go: - name: EnableAcceleratedNetworking - description: Specifies whether the network interface is accelerated networking-enabled. protocol: {} - schema: *ref_60 required: false @@ -15734,9 +11081,6 @@ schemas: default: name: enableFpga description: Specifies whether the network interface is FPGA networking-enabled. - go: - name: EnableFpga - description: Specifies whether the network interface is FPGA networking-enabled. protocol: {} - schema: *ref_22 required: false @@ -15747,16 +11091,13 @@ schemas: default: name: networkSecurityGroup description: The network security group. - go: - name: NetworkSecurityGroup - description: The network security group. protocol: {} - schema: &ref_75 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1188 + - schema: &ref_1187 type: array apiVersions: - version: '2021-03-01' @@ -15765,21 +11106,12 @@ schemas: default: name: VirtualMachineScaleSetNetworkConfigurationDnsSettingsDnsServers description: List of DNS servers IP addresses - go: - name: '[]*string' - description: List of DNS servers IP addresses - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dnsServers language: default: name: dnsServers description: List of DNS servers IP addresses - go: - name: DNSServers - description: List of DNS servers IP addresses - byValue: true protocol: {} serializationFormats: - json @@ -15791,12 +11123,6 @@ schemas: name: VirtualMachineScaleSetNetworkConfigurationDnsSettings description: Describes a virtual machines scale sets network configuration's DNS settings. namespace: '' - go: - name: VirtualMachineScaleSetNetworkConfigurationDNSSettings - description: VirtualMachineScaleSetNetworkConfigurationDNSSettings - Describes a virtual machines scale sets network configuration's DNS settings. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: dnsSettings @@ -15804,11 +11130,8 @@ schemas: default: name: dnsSettings description: The dns settings to be applied on the network interfaces. - go: - name: DNSSettings - description: The dns settings to be applied on the network interfaces. protocol: {} - - schema: &ref_1194 + - schema: &ref_1193 type: array apiVersions: - version: '2021-03-01' @@ -15817,11 +11140,6 @@ schemas: default: name: VirtualMachineScaleSetNetworkConfigurationPropertiesIpConfigurations description: Specifies the IP configurations of the network interface. - go: - name: '[]*VirtualMachineScaleSetIPConfiguration' - description: Specifies the IP configurations of the network interface. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: ipConfigurations @@ -15829,10 +11147,6 @@ schemas: default: name: ipConfigurations description: Specifies the IP configurations of the network interface. - go: - name: IPConfigurations - description: REQUIRED; Specifies the IP configurations of the network interface. - byValue: true protocol: {} - schema: *ref_63 required: false @@ -15841,9 +11155,6 @@ schemas: default: name: enableIPForwarding description: Whether IP forwarding enabled on this NIC. - go: - name: EnableIPForwarding - description: Whether IP forwarding enabled on this NIC. protocol: {} - schema: *ref_47 required: false @@ -15852,9 +11163,6 @@ schemas: default: name: deleteOption description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the network interface when the VM is deleted protocol: {} serializationFormats: - json @@ -15866,12 +11174,6 @@ schemas: name: VirtualMachineScaleSetNetworkConfigurationProperties description: Describes a virtual machine scale set network profile's IP configuration. namespace: '' - go: - name: VirtualMachineScaleSetNetworkConfigurationProperties - description: VirtualMachineScaleSetNetworkConfigurationProperties - Describes a virtual machine scale set network profile's IP configuration. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -15881,9 +11183,6 @@ schemas: default: name: properties description: Describes a virtual machine scale set network profile's IP configuration. - go: - name: Properties - description: Describes a virtual machine scale set network profile's IP configuration. protocol: {} serializationFormats: - json @@ -15895,11 +11194,6 @@ schemas: name: VirtualMachineScaleSetNetworkConfiguration description: Describes a virtual machine scale set network profile's network configurations. namespace: '' - go: - name: VirtualMachineScaleSetNetworkConfiguration - description: VirtualMachineScaleSetNetworkConfiguration - Describes a virtual machine scale set network profile's network configurations. - marshallingFormat: json - namespace: '' protocol: {} - &ref_81 type: object @@ -15918,9 +11212,6 @@ schemas: default: name: schema description: the schema of the captured virtual machine - go: - name: Schema - description: READ-ONLY; the schema of the captured virtual machine protocol: {} - schema: *ref_65 readOnly: true @@ -15929,26 +11220,16 @@ schemas: default: name: contentVersion description: the version of the content - go: - name: ContentVersion - description: READ-ONLY; the version of the content protocol: {} - schema: *ref_66 readOnly: true serializedName: parameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: parameters description: parameters of the captured virtual machine - go: - name: Parameters - description: READ-ONLY; parameters of the captured virtual machine - byValue: true protocol: {} - - schema: &ref_1203 + - schema: &ref_1202 type: array apiVersions: - version: '2021-03-01' @@ -15957,11 +11238,6 @@ schemas: default: name: VirtualMachineCaptureResultResources description: a list of resource items of the captured virtual machine - go: - name: '[]any' - description: a list of resource items of the captured virtual machine - elementIsPtr: false - marshallingFormat: json protocol: {} readOnly: true serializedName: resources @@ -15969,10 +11245,6 @@ schemas: default: name: resources description: a list of resource items of the captured virtual machine - go: - name: Resources - description: READ-ONLY; a list of resource items of the captured virtual machine - byValue: true protocol: {} serializationFormats: - json @@ -15984,12 +11256,6 @@ schemas: name: VirtualMachineCaptureResult description: Output of virtual machine capture operation. namespace: '' - go: - name: VirtualMachineCaptureResult - description: VirtualMachineCaptureResult - Output of virtual machine capture operation. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_76 type: object @@ -16007,11 +11273,8 @@ schemas: default: name: name description: The IP configuration name. - go: - name: Name - description: The IP configuration name. protocol: {} - - schema: &ref_785 + - schema: &ref_784 type: object apiVersions: - version: '2021-03-01' @@ -16022,9 +11285,6 @@ schemas: default: name: subnet description: The subnet. - go: - name: Subnet - description: The subnet. protocol: {} - schema: *ref_69 serializedName: primary @@ -16032,11 +11292,8 @@ schemas: default: name: primary description: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. - go: - name: Primary - description: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. protocol: {} - - schema: &ref_786 + - schema: &ref_785 type: object apiVersions: - version: '2021-03-01' @@ -16047,11 +11304,8 @@ schemas: default: name: name description: The publicIP address configuration name. - go: - name: Name - description: The publicIP address configuration name. protocol: {} - - schema: &ref_787 + - schema: &ref_786 type: object apiVersions: - version: '2021-03-01' @@ -16062,9 +11316,6 @@ schemas: default: name: idleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: IdleTimeoutInMinutes - description: The idle timeout of the public IP address. protocol: {} - schema: *ref_72 serializedName: dnsSettings @@ -16072,9 +11323,6 @@ schemas: default: name: dnsSettings description: The dns settings to be applied on the publicIP addresses . - go: - name: DNSSettings - description: The dns settings to be applied on the publicIP addresses . protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -16082,9 +11330,6 @@ schemas: default: name: deleteOption description: Specify what happens to the public IP when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the public IP when the VM is deleted protocol: {} serializationFormats: - json @@ -16096,11 +11341,6 @@ schemas: name: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties - description: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties - Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16109,9 +11349,6 @@ schemas: default: name: properties description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - go: - name: Properties - description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration protocol: {} serializationFormats: - json @@ -16123,20 +11360,12 @@ schemas: name: VirtualMachineScaleSetUpdatePublicIPAddressConfiguration description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - description: VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: publicIPAddressConfiguration language: default: name: publicIPAddressConfiguration description: The publicIPAddressConfiguration. - go: - name: PublicIPAddressConfiguration - description: The publicIPAddressConfiguration. protocol: {} - schema: *ref_55 serializedName: privateIPAddressVersion @@ -16146,11 +11375,8 @@ schemas: description: >- Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PrivateIPAddressVersion - description: 'Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' protocol: {} - - schema: &ref_1222 + - schema: &ref_1221 type: array apiVersions: - version: '2021-03-01' @@ -16159,23 +11385,14 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationPropertiesApplicationGatewayBackendAddressPools description: The application gateway backend address pools. - go: - name: '[]*SubResource' - description: The application gateway backend address pools. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationGatewayBackendAddressPools language: default: name: applicationGatewayBackendAddressPools description: The application gateway backend address pools. - go: - name: ApplicationGatewayBackendAddressPools - description: The application gateway backend address pools. - byValue: true protocol: {} - - schema: &ref_1223 + - schema: &ref_1222 type: array apiVersions: - version: '2021-03-01' @@ -16184,23 +11401,14 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationPropertiesApplicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: '[]*SubResource' - description: Specifies an array of references to application security group. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationSecurityGroups language: default: name: applicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: ApplicationSecurityGroups - description: Specifies an array of references to application security group. - byValue: true protocol: {} - - schema: &ref_1224 + - schema: &ref_1223 type: array apiVersions: - version: '2021-03-01' @@ -16209,23 +11417,14 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationPropertiesLoadBalancerBackendAddressPools description: The load balancer backend address pools. - go: - name: '[]*SubResource' - description: The load balancer backend address pools. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerBackendAddressPools language: default: name: loadBalancerBackendAddressPools description: The load balancer backend address pools. - go: - name: LoadBalancerBackendAddressPools - description: The load balancer backend address pools. - byValue: true protocol: {} - - schema: &ref_1225 + - schema: &ref_1224 type: array apiVersions: - version: '2021-03-01' @@ -16234,21 +11433,12 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationPropertiesLoadBalancerInboundNatPools description: The load balancer inbound nat pools. - go: - name: '[]*SubResource' - description: The load balancer inbound nat pools. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerInboundNatPools language: default: name: loadBalancerInboundNatPools description: The load balancer inbound nat pools. - go: - name: LoadBalancerInboundNatPools - description: The load balancer inbound nat pools. - byValue: true protocol: {} serializationFormats: - json @@ -16260,12 +11450,6 @@ schemas: name: VirtualMachineScaleSetUpdateIPConfigurationProperties description: Describes a virtual machine scale set network profile's IP configuration properties. namespace: '' - go: - name: VirtualMachineScaleSetUpdateIPConfigurationProperties - description: VirtualMachineScaleSetUpdateIPConfigurationProperties - Describes a virtual machine scale set network profile's IP configuration properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16274,9 +11458,6 @@ schemas: default: name: properties description: Describes a virtual machine scale set network profile's IP configuration properties. - go: - name: Properties - description: Describes a virtual machine scale set network profile's IP configuration properties. protocol: {} serializationFormats: - json @@ -16290,15 +11471,6 @@ schemas: Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network namespace: '' - go: - name: VirtualMachineScaleSetUpdateIPConfiguration - description: >- - VirtualMachineScaleSetUpdateIPConfiguration - Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the - original subnet and the new subnet are in the same virtual - - network - marshallingFormat: json - namespace: '' protocol: {} - &ref_82 type: object @@ -16316,11 +11488,8 @@ schemas: default: name: name description: The network configuration name. - go: - name: Name - description: The network configuration name. protocol: {} - - schema: &ref_784 + - schema: &ref_783 type: object apiVersions: - version: '2021-03-01' @@ -16331,9 +11500,6 @@ schemas: default: name: primary description: Whether this is a primary NIC on a virtual machine. - go: - name: Primary - description: Whether this is a primary NIC on a virtual machine. protocol: {} - schema: *ref_59 serializedName: enableAcceleratedNetworking @@ -16341,9 +11507,6 @@ schemas: default: name: enableAcceleratedNetworking description: Specifies whether the network interface is accelerated networking-enabled. - go: - name: EnableAcceleratedNetworking - description: Specifies whether the network interface is accelerated networking-enabled. protocol: {} - schema: *ref_60 serializedName: enableFpga @@ -16351,9 +11514,6 @@ schemas: default: name: enableFpga description: Specifies whether the network interface is FPGA networking-enabled. - go: - name: EnableFpga - description: Specifies whether the network interface is FPGA networking-enabled. protocol: {} - schema: *ref_22 serializedName: networkSecurityGroup @@ -16363,9 +11523,6 @@ schemas: default: name: networkSecurityGroup description: The network security group. - go: - name: NetworkSecurityGroup - description: The network security group. protocol: {} - schema: *ref_75 serializedName: dnsSettings @@ -16373,11 +11530,8 @@ schemas: default: name: dnsSettings description: The dns settings to be applied on the network interfaces. - go: - name: DNSSettings - description: The dns settings to be applied on the network interfaces. protocol: {} - - schema: &ref_1226 + - schema: &ref_1225 type: array apiVersions: - version: '2021-03-01' @@ -16386,21 +11540,12 @@ schemas: default: name: VirtualMachineScaleSetUpdateNetworkConfigurationPropertiesIpConfigurations description: The virtual machine scale set IP Configuration. - go: - name: '[]*VirtualMachineScaleSetUpdateIPConfiguration' - description: The virtual machine scale set IP Configuration. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: ipConfigurations language: default: name: ipConfigurations description: The virtual machine scale set IP Configuration. - go: - name: IPConfigurations - description: The virtual machine scale set IP Configuration. - byValue: true protocol: {} - schema: *ref_63 serializedName: enableIPForwarding @@ -16408,9 +11553,6 @@ schemas: default: name: enableIPForwarding description: Whether IP forwarding enabled on this NIC. - go: - name: EnableIPForwarding - description: Whether IP forwarding enabled on this NIC. protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -16418,9 +11560,6 @@ schemas: default: name: deleteOption description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the network interface when the VM is deleted protocol: {} serializationFormats: - json @@ -16432,14 +11571,6 @@ schemas: name: VirtualMachineScaleSetUpdateNetworkConfigurationProperties description: Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network profile's IP Configuration. namespace: '' - go: - name: VirtualMachineScaleSetUpdateNetworkConfigurationProperties - description: >- - VirtualMachineScaleSetUpdateNetworkConfigurationProperties - Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network - profile's IP Configuration. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16448,9 +11579,6 @@ schemas: default: name: properties description: Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network profile's IP Configuration. - go: - name: Properties - description: Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network profile's IP Configuration. protocol: {} serializationFormats: - json @@ -16462,11 +11590,6 @@ schemas: name: VirtualMachineScaleSetUpdateNetworkConfiguration description: Describes a virtual machine scale set network profile's network configurations. namespace: '' - go: - name: VirtualMachineScaleSetUpdateNetworkConfiguration - description: VirtualMachineScaleSetUpdateNetworkConfiguration - Describes a virtual machine scale set network profile's network configurations. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_20 @@ -16487,9 +11610,6 @@ schemas: default: name: id description: Resource Id - go: - name: ID - description: Resource Id protocol: {} serializationFormats: - json @@ -16503,11 +11623,6 @@ schemas: name: SubResource description: '' namespace: '' - go: - name: SubResource - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_22 @@ -16523,9 +11638,6 @@ schemas: default: name: code description: The status code. - go: - name: Code - description: The status code. protocol: {} - schema: *ref_85 serializedName: level @@ -16533,9 +11645,6 @@ schemas: default: name: level description: The level code. - go: - name: Level - description: The level code. protocol: {} - schema: *ref_86 serializedName: displayStatus @@ -16543,9 +11652,6 @@ schemas: default: name: displayStatus description: The short localizable label for the status. - go: - name: DisplayStatus - description: The short localizable label for the status. protocol: {} - schema: *ref_87 serializedName: message @@ -16553,9 +11659,6 @@ schemas: default: name: message description: The detailed status message, including for alerts and error messages. - go: - name: Message - description: The detailed status message, including for alerts and error messages. protocol: {} - schema: *ref_88 serializedName: time @@ -16563,9 +11666,6 @@ schemas: default: name: time description: The time of the status. - go: - name: Time - description: The time of the status. protocol: {} serializationFormats: - json @@ -16577,21 +11677,12 @@ schemas: name: InstanceViewStatus description: Instance view status. namespace: '' - go: - name: InstanceViewStatus - description: InstanceViewStatus - Instance view status. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: colocationStatus language: default: name: colocationStatus description: Describes colocation status of a resource in the Proximity Placement Group. - go: - name: ColocationStatus - description: Describes colocation status of a resource in the Proximity Placement Group. protocol: {} serializationFormats: - json @@ -16603,21 +11694,11 @@ schemas: name: SubResourceWithColocationStatus description: '' namespace: '' - go: - name: SubResourceWithColocationStatus - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ProximityPlacementGroupPropertiesVirtualMachines description: A list of references to all virtual machines in the proximity placement group. - go: - name: '[]*SubResourceWithColocationStatus' - description: A list of references to all virtual machines in the proximity placement group. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: virtualMachines @@ -16625,12 +11706,8 @@ schemas: default: name: virtualMachines description: A list of references to all virtual machines in the proximity placement group. - go: - name: VirtualMachines - description: READ-ONLY; A list of references to all virtual machines in the proximity placement group. - byValue: true protocol: {} - - schema: &ref_1140 + - schema: &ref_1139 type: array apiVersions: - version: '2021-03-01' @@ -16639,11 +11716,6 @@ schemas: default: name: ProximityPlacementGroupPropertiesVirtualMachineScaleSets description: A list of references to all virtual machine scale sets in the proximity placement group. - go: - name: '[]*SubResourceWithColocationStatus' - description: A list of references to all virtual machine scale sets in the proximity placement group. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: virtualMachineScaleSets @@ -16651,12 +11723,8 @@ schemas: default: name: virtualMachineScaleSets description: A list of references to all virtual machine scale sets in the proximity placement group. - go: - name: VirtualMachineScaleSets - description: READ-ONLY; A list of references to all virtual machine scale sets in the proximity placement group. - byValue: true protocol: {} - - schema: &ref_1141 + - schema: &ref_1140 type: array apiVersions: - version: '2021-03-01' @@ -16665,11 +11733,6 @@ schemas: default: name: ProximityPlacementGroupPropertiesAvailabilitySets description: A list of references to all availability sets in the proximity placement group. - go: - name: '[]*SubResourceWithColocationStatus' - description: A list of references to all availability sets in the proximity placement group. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: availabilitySets @@ -16677,10 +11740,6 @@ schemas: default: name: availabilitySets description: A list of references to all availability sets in the proximity placement group. - go: - name: AvailabilitySets - description: READ-ONLY; A list of references to all availability sets in the proximity placement group. - byValue: true protocol: {} - schema: *ref_89 serializedName: colocationStatus @@ -16688,9 +11747,6 @@ schemas: default: name: colocationStatus description: Describes colocation status of the Proximity Placement Group. - go: - name: ColocationStatus - description: Describes colocation status of the Proximity Placement Group. protocol: {} serializationFormats: - json @@ -16702,12 +11758,6 @@ schemas: name: ProximityPlacementGroupProperties description: Describes the properties of a Proximity Placement Group. namespace: '' - go: - name: ProximityPlacementGroupProperties - description: ProximityPlacementGroupProperties - Describes the properties of a Proximity Placement Group. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16716,9 +11766,6 @@ schemas: default: name: properties description: Describes the properties of a Proximity Placement Group. - go: - name: Properties - description: Describes the properties of a Proximity Placement Group. protocol: {} serializationFormats: - json @@ -16730,11 +11777,6 @@ schemas: name: ProximityPlacementGroup description: Specifies information about the proximity placement group. namespace: '' - go: - name: ProximityPlacementGroup - description: ProximityPlacementGroup - Specifies information about the proximity placement group. - marshallingFormat: json - namespace: '' protocol: {} - &ref_567 type: object @@ -16746,7 +11788,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_599 + - schema: &ref_598 type: object apiVersions: - version: '2021-03-01' @@ -16758,11 +11800,8 @@ schemas: default: name: platformFaultDomainCount description: Number of fault domains that the host group can span. - go: - name: PlatformFaultDomainCount - description: REQUIRED; Number of fault domains that the host group can span. protocol: {} - - schema: &ref_1143 + - schema: &ref_1142 type: array apiVersions: - version: '2021-03-01' @@ -16788,9 +11827,6 @@ schemas: default: name: name description: The name of the extension. - go: - name: Name - description: The name of the extension. protocol: {} - schema: *ref_93 readOnly: true @@ -16799,9 +11835,6 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - schema: &ref_104 type: object @@ -16814,9 +11847,6 @@ schemas: default: name: forceUpdateTag description: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. - go: - name: ForceUpdateTag - description: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. protocol: {} - schema: *ref_95 serializedName: publisher @@ -16824,9 +11854,6 @@ schemas: default: name: publisher description: The name of the extension handler publisher. - go: - name: Publisher - description: The name of the extension handler publisher. protocol: {} - schema: *ref_96 serializedName: type @@ -16834,9 +11861,6 @@ schemas: default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_97 serializedName: typeHandlerVersion @@ -16844,9 +11868,6 @@ schemas: default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - schema: *ref_98 serializedName: autoUpgradeMinorVersion @@ -16856,13 +11877,6 @@ schemas: description: >- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. - go: - name: AutoUpgradeMinorVersion - description: >- - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless - redeployed, even - - with this property set to true. protocol: {} - schema: *ref_99 serializedName: enableAutomaticUpgrade @@ -16870,37 +11884,20 @@ schemas: default: name: enableAutomaticUpgrade description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. - go: - name: EnableAutomaticUpgrade - description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: settings description: Json formatted public settings for the extension. - go: - name: Settings - description: Json formatted public settings for the extension. - byValue: true protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - go: - name: ProtectedSettings - description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - byValue: true protocol: {} - schema: *ref_100 readOnly: true @@ -16909,11 +11906,8 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_1196 + - schema: &ref_1195 type: array apiVersions: - version: '2021-03-01' @@ -16922,21 +11916,12 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesProvisionAfterExtensions description: Collection of extension names after which this extension needs to be provisioned. - go: - name: '[]*string' - description: Collection of extension names after which this extension needs to be provisioned. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: provisionAfterExtensions language: default: name: provisionAfterExtensions description: Collection of extension names after which this extension needs to be provisioned. - go: - name: ProvisionAfterExtensions - description: Collection of extension names after which this extension needs to be provisioned. - byValue: true protocol: {} serializationFormats: - json @@ -16948,12 +11933,6 @@ schemas: name: VirtualMachineScaleSetExtensionProperties description: Describes the properties of a Virtual Machine Scale Set Extension. namespace: '' - go: - name: VirtualMachineScaleSetExtensionProperties - description: VirtualMachineScaleSetExtensionProperties - Describes the properties of a Virtual Machine Scale Set Extension. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16962,9 +11941,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Scale Set Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Scale Set Extension. protocol: {} serializationFormats: - json @@ -16976,11 +11952,6 @@ schemas: name: VirtualMachineScaleSetExtension description: Describes a Virtual Machine Scale Set Extension. namespace: '' - go: - name: VirtualMachineScaleSetExtension - description: VirtualMachineScaleSetExtension - Describes a Virtual Machine Scale Set Extension. - marshallingFormat: json - namespace: '' protocol: {} - &ref_122 type: object @@ -16999,9 +11970,6 @@ schemas: default: name: name description: The name of the extension. - go: - name: Name - description: READ-ONLY; The name of the extension. protocol: {} - schema: *ref_103 readOnly: true @@ -17010,9 +11978,6 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - schema: *ref_104 serializedName: properties @@ -17022,9 +11987,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Scale Set Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Scale Set Extension. protocol: {} serializationFormats: - json @@ -17036,12 +11998,6 @@ schemas: name: VirtualMachineScaleSetExtensionUpdate description: Describes a Virtual Machine Scale Set Extension. namespace: '' - go: - name: VirtualMachineScaleSetExtensionUpdate - description: VirtualMachineScaleSetExtensionUpdate - Describes a Virtual Machine Scale Set Extension. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_123 type: object @@ -17060,9 +12016,6 @@ schemas: default: name: name description: The name of the extension. - go: - name: Name - description: READ-ONLY; The name of the extension. protocol: {} - schema: *ref_106 readOnly: true @@ -17071,9 +12024,6 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - schema: &ref_149 type: object @@ -17086,9 +12036,6 @@ schemas: default: name: forceUpdateTag description: How the extension handler should be forced to update even if the extension configuration has not changed. - go: - name: ForceUpdateTag - description: How the extension handler should be forced to update even if the extension configuration has not changed. protocol: {} - schema: *ref_108 serializedName: publisher @@ -17096,9 +12043,6 @@ schemas: default: name: publisher description: The name of the extension handler publisher. - go: - name: Publisher - description: The name of the extension handler publisher. protocol: {} - schema: *ref_109 serializedName: type @@ -17106,9 +12050,6 @@ schemas: default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_110 serializedName: typeHandlerVersion @@ -17116,9 +12057,6 @@ schemas: default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - schema: *ref_98 serializedName: autoUpgradeMinorVersion @@ -17128,13 +12066,6 @@ schemas: description: >- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. - go: - name: AutoUpgradeMinorVersion - description: >- - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless - redeployed, even - - with this property set to true. protocol: {} - schema: *ref_99 serializedName: enableAutomaticUpgrade @@ -17142,37 +12073,20 @@ schemas: default: name: enableAutomaticUpgrade description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. - go: - name: EnableAutomaticUpgrade - description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: settings description: Json formatted public settings for the extension. - go: - name: Settings - description: Json formatted public settings for the extension. - byValue: true protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - go: - name: ProtectedSettings - description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - byValue: true protocol: {} - schema: *ref_111 readOnly: true @@ -17181,9 +12095,6 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: &ref_242 type: object @@ -17196,9 +12107,6 @@ schemas: default: name: name description: The virtual machine extension name. - go: - name: Name - description: The virtual machine extension name. protocol: {} - schema: *ref_113 serializedName: type @@ -17206,9 +12114,6 @@ schemas: default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_114 serializedName: typeHandlerVersion @@ -17216,11 +12121,8 @@ schemas: default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - - schema: &ref_1153 + - schema: &ref_1152 type: array apiVersions: - version: '2021-03-01' @@ -17229,23 +12131,14 @@ schemas: default: name: VirtualMachineExtensionInstanceViewSubstatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: substatuses language: default: name: substatuses description: The resource status information. - go: - name: Substatuses - description: The resource status information. - byValue: true protocol: {} - - schema: &ref_1154 + - schema: &ref_1153 type: array apiVersions: - version: '2021-03-01' @@ -17254,21 +12147,12 @@ schemas: default: name: VirtualMachineExtensionInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -17280,21 +12164,12 @@ schemas: name: VirtualMachineExtensionInstanceView description: The instance view of a virtual machine extension. namespace: '' - go: - name: VirtualMachineExtensionInstanceView - description: VirtualMachineExtensionInstanceView - The instance view of a virtual machine extension. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: instanceView language: default: name: instanceView description: The virtual machine extension instance view. - go: - name: InstanceView - description: The virtual machine extension instance view. protocol: {} serializationFormats: - json @@ -17306,11 +12181,6 @@ schemas: name: VirtualMachineExtensionProperties description: Describes the properties of a Virtual Machine Extension. namespace: '' - go: - name: VirtualMachineExtensionProperties - description: VirtualMachineExtensionProperties - Describes the properties of a Virtual Machine Extension. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -17319,9 +12189,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension. protocol: {} serializationFormats: - json @@ -17333,11 +12200,6 @@ schemas: name: VirtualMachineScaleSetVMExtension description: Describes a VMSS VM Extension. namespace: '' - go: - name: VirtualMachineScaleSetVMExtension - description: VirtualMachineScaleSetVMExtension - Describes a VMSS VM Extension. - marshallingFormat: json - namespace: '' protocol: {} - &ref_124 type: object @@ -17356,9 +12218,6 @@ schemas: default: name: name description: The name of the extension. - go: - name: Name - description: READ-ONLY; The name of the extension. protocol: {} - schema: *ref_116 readOnly: true @@ -17367,11 +12226,8 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - - schema: &ref_603 + - schema: &ref_602 type: object apiVersions: - version: '2021-03-01' @@ -17382,9 +12238,6 @@ schemas: default: name: forceUpdateTag description: How the extension handler should be forced to update even if the extension configuration has not changed. - go: - name: ForceUpdateTag - description: How the extension handler should be forced to update even if the extension configuration has not changed. protocol: {} - schema: *ref_118 serializedName: publisher @@ -17392,9 +12245,6 @@ schemas: default: name: publisher description: The name of the extension handler publisher. - go: - name: Publisher - description: The name of the extension handler publisher. protocol: {} - schema: *ref_119 serializedName: type @@ -17402,9 +12252,6 @@ schemas: default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_120 serializedName: typeHandlerVersion @@ -17412,9 +12259,6 @@ schemas: default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - schema: *ref_98 serializedName: autoUpgradeMinorVersion @@ -17424,13 +12268,6 @@ schemas: description: >- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. - go: - name: AutoUpgradeMinorVersion - description: >- - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless - redeployed, even - - with this property set to true. protocol: {} - schema: *ref_99 serializedName: enableAutomaticUpgrade @@ -17438,37 +12275,20 @@ schemas: default: name: enableAutomaticUpgrade description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. - go: - name: EnableAutomaticUpgrade - description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: settings description: Json formatted public settings for the extension. - go: - name: Settings - description: Json formatted public settings for the extension. - byValue: true protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - go: - name: ProtectedSettings - description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - byValue: true protocol: {} serializationFormats: - json @@ -17480,11 +12300,6 @@ schemas: name: VirtualMachineExtensionUpdateProperties description: Describes the properties of a Virtual Machine Extension. namespace: '' - go: - name: VirtualMachineExtensionUpdateProperties - description: VirtualMachineExtensionUpdateProperties - Describes the properties of a Virtual Machine Extension. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -17493,9 +12308,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension. protocol: {} serializationFormats: - json @@ -17507,12 +12319,6 @@ schemas: name: VirtualMachineScaleSetVMExtensionUpdate description: Describes a VMSS VM Extension. namespace: '' - go: - name: VirtualMachineScaleSetVMExtensionUpdate - description: VirtualMachineScaleSetVMExtensionUpdate - Describes a VMSS VM Extension. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} immediate: - *ref_121 @@ -17527,9 +12333,6 @@ schemas: default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} serializationFormats: - json @@ -17543,21 +12346,11 @@ schemas: name: SubResourceReadOnly description: '' namespace: '' - go: - name: SubResourceReadOnly - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DedicatedHostGroupPropertiesHosts description: A list of references to all dedicated hosts in the dedicated host group. - go: - name: '[]*SubResourceReadOnly' - description: A list of references to all dedicated hosts in the dedicated host group. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true required: false @@ -17566,17 +12359,13 @@ schemas: default: name: hosts description: A list of references to all dedicated hosts in the dedicated host group. - go: - name: Hosts - description: READ-ONLY; A list of references to all dedicated hosts in the dedicated host group. - byValue: true protocol: {} - - schema: &ref_642 + - schema: &ref_641 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1146 + - schema: &ref_1145 type: array apiVersions: - version: '2021-03-01' @@ -17603,20 +12392,17 @@ schemas: default: name: assetId description: Specifies the unique id of the dedicated physical machine on which the dedicated host resides. - go: - name: AssetID - description: READ-ONLY; Specifies the unique id of the dedicated physical machine on which the dedicated host resides. protocol: {} - - schema: &ref_643 + - schema: &ref_642 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1144 + - schema: &ref_1143 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_644 + elementType: &ref_643 type: object apiVersions: - version: '2021-03-01' @@ -17627,9 +12413,6 @@ schemas: default: name: vmSize description: VM size in terms of which the unutilized capacity is represented. - go: - name: VMSize - description: VM size in terms of which the unutilized capacity is represented. protocol: {} - schema: *ref_129 serializedName: count @@ -17637,9 +12420,6 @@ schemas: default: name: count description: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. - go: - name: Count - description: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. protocol: {} serializationFormats: - json @@ -17651,31 +12431,17 @@ schemas: name: DedicatedHostAllocatableVM description: Represents the dedicated host unutilized capacity in terms of a specific VM size. namespace: '' - go: - name: DedicatedHostAllocatableVM - description: DedicatedHostAllocatableVM - Represents the dedicated host unutilized capacity in terms of a specific VM size. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DedicatedHostAvailableCapacityAllocatableVMs description: The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. - go: - name: '[]*DedicatedHostAllocatableVM' - description: The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: allocatableVMs language: default: name: allocatableVMs description: The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. - go: - name: AllocatableVMs - description: The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. - byValue: true protocol: {} serializationFormats: - json @@ -17687,23 +12453,14 @@ schemas: name: DedicatedHostAvailableCapacity description: Dedicated host unutilized capacity. namespace: '' - go: - name: DedicatedHostAvailableCapacity - description: DedicatedHostAvailableCapacity - Dedicated host unutilized capacity. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: availableCapacity language: default: name: availableCapacity description: Unutilized capacity of the dedicated host. - go: - name: AvailableCapacity - description: Unutilized capacity of the dedicated host. protocol: {} - - schema: &ref_1145 + - schema: &ref_1144 type: array apiVersions: - version: '2021-03-01' @@ -17712,21 +12469,12 @@ schemas: default: name: DedicatedHostInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -17738,12 +12486,6 @@ schemas: name: DedicatedHostInstanceView description: The instance view of a dedicated host. namespace: '' - go: - name: DedicatedHostInstanceView - description: DedicatedHostInstanceView - The instance view of a dedicated host. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_130 @@ -17755,9 +12497,6 @@ schemas: default: name: name description: The name of the dedicated host. - go: - name: Name - description: READ-ONLY; The name of the dedicated host. protocol: {} serializationFormats: - json @@ -17769,31 +12508,17 @@ schemas: name: DedicatedHostInstanceViewWithName description: The instance view of a dedicated host that includes the name of the dedicated host. It is used for the response to the instance view of a dedicated host group. namespace: '' - go: - name: DedicatedHostInstanceViewWithName - description: DedicatedHostInstanceViewWithName - The instance view of a dedicated host that includes the name of the dedicated host. It is used for the response to the instance view of a dedicated host group. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DedicatedHostGroupInstanceViewHosts description: List of instance view of the dedicated hosts under the dedicated host group. - go: - name: '[]*DedicatedHostInstanceViewWithName' - description: List of instance view of the dedicated hosts under the dedicated host group. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: hosts language: default: name: hosts description: List of instance view of the dedicated hosts under the dedicated host group. - go: - name: Hosts - description: List of instance view of the dedicated hosts under the dedicated host group. - byValue: true protocol: {} serializationFormats: - json @@ -17805,12 +12530,6 @@ schemas: name: DedicatedHostGroupInstanceView description: '' namespace: '' - go: - name: DedicatedHostGroupInstanceView - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true required: false @@ -17819,9 +12538,6 @@ schemas: default: name: instanceView description: The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. - go: - name: InstanceView - description: READ-ONLY; The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. protocol: {} - schema: *ref_132 required: false @@ -17832,13 +12548,6 @@ schemas: description: >- Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided.

    Minimum api-version: 2020-06-01. - go: - name: SupportAutomaticPlacement - description: |- - Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are - chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. - - Minimum api-version: 2020-06-01. protocol: {} serializationFormats: - json @@ -17850,12 +12559,6 @@ schemas: name: DedicatedHostGroupProperties description: Dedicated Host Group Properties. namespace: '' - go: - name: DedicatedHostGroupProperties - description: DedicatedHostGroupProperties - Dedicated Host Group Properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -17864,11 +12567,8 @@ schemas: default: name: properties description: Dedicated Host Group Properties. - go: - name: Properties - description: Dedicated Host Group Properties. protocol: {} - - schema: &ref_1147 + - schema: &ref_1146 type: array apiVersions: - version: '2021-03-01' @@ -17879,13 +12579,6 @@ schemas: description: >- Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. - go: - name: '[]*string' - description: >- - Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces - each host in the group to be in the same zone. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: @@ -17894,12 +12587,6 @@ schemas: description: >- Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. - go: - name: Zones - description: |- - Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, - enforces each host in the group to be in the same zone. - byValue: true protocol: {} serializationFormats: - json @@ -17913,15 +12600,6 @@ schemas: Specifies information about the dedicated host group that the dedicated hosts should be assigned to.

    Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing dedicated host cannot be added to another dedicated host group. namespace: '' - go: - name: DedicatedHostGroup - description: |- - DedicatedHostGroup - Specifies information about the dedicated host group that the dedicated hosts should be assigned to. - - Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing dedicated host cannot be added to another dedicated host group. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_568 type: object @@ -17933,7 +12611,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_601 + - schema: &ref_600 type: object apiVersions: - version: '2021-03-01' @@ -17944,9 +12622,6 @@ schemas: default: name: platformFaultDomain description: Fault domain of the dedicated host within a dedicated host group. - go: - name: PlatformFaultDomain - description: Fault domain of the dedicated host within a dedicated host group. protocol: {} - schema: *ref_135 serializedName: autoReplaceOnFailure @@ -17954,9 +12629,6 @@ schemas: default: name: autoReplaceOnFailure description: Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. - go: - name: AutoReplaceOnFailure - description: Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. protocol: {} - schema: *ref_136 readOnly: true @@ -17965,14 +12637,8 @@ schemas: default: name: hostId description: A unique id generated and assigned to the dedicated host by the platform.

    Does not change throughout the lifetime of the host. - go: - name: HostID - description: |- - READ-ONLY; A unique id generated and assigned to the dedicated host by the platform. - - Does not change throughout the lifetime of the host. protocol: {} - - schema: &ref_1150 + - schema: &ref_1149 type: array apiVersions: - version: '2021-03-01' @@ -17981,11 +12647,6 @@ schemas: default: name: DedicatedHostPropertiesVirtualMachines description: A list of references to all virtual machines in the Dedicated Host. - go: - name: '[]*SubResourceReadOnly' - description: A list of references to all virtual machines in the Dedicated Host. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: virtualMachines @@ -17993,10 +12654,6 @@ schemas: default: name: virtualMachines description: A list of references to all virtual machines in the Dedicated Host. - go: - name: VirtualMachines - description: READ-ONLY; A list of references to all virtual machines in the Dedicated Host. - byValue: true protocol: {} - schema: *ref_137 serializedName: licenseType @@ -18006,20 +12663,6 @@ schemas: description: >- Specifies the software license type that will be applied to the VMs deployed on the dedicated host.

    Possible values are:

    **None**

    **Windows_Server_Hybrid**

    **Windows_Server_Perpetual**

    Default: **None** - go: - name: LicenseType - description: |- - Specifies the software license type that will be applied to the VMs deployed on the dedicated host. - - Possible values are: - - None - - WindowsServerHybrid - - WindowsServerPerpetual - - Default: None protocol: {} - schema: *ref_138 readOnly: true @@ -18028,9 +12671,6 @@ schemas: default: name: provisioningTime description: The date when the host was first provisioned. - go: - name: ProvisioningTime - description: READ-ONLY; The date when the host was first provisioned. protocol: {} - schema: *ref_139 readOnly: true @@ -18039,9 +12679,6 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: *ref_130 readOnly: true @@ -18050,9 +12687,6 @@ schemas: default: name: instanceView description: The dedicated host instance view. - go: - name: InstanceView - description: READ-ONLY; The dedicated host instance view. protocol: {} serializationFormats: - json @@ -18064,13 +12698,6 @@ schemas: name: DedicatedHostProperties description: Properties of the dedicated host. namespace: '' - go: - name: DedicatedHostProperties - description: DedicatedHostProperties - Properties of the dedicated host. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} required: false serializedName: properties @@ -18080,9 +12707,6 @@ schemas: default: name: properties description: Properties of the dedicated host. - go: - name: Properties - description: Properties of the dedicated host. protocol: {} - schema: &ref_285 type: object @@ -18095,9 +12719,6 @@ schemas: default: name: name description: The sku name. - go: - name: Name - description: The sku name. protocol: {} - schema: *ref_141 serializedName: tier @@ -18105,16 +12726,6 @@ schemas: default: name: tier description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** - go: - name: Tier - description: |- - Specifies the tier of virtual machines in a scale set. - - Possible Values: - - Standard - - Basic protocol: {} - schema: *ref_142 serializedName: capacity @@ -18122,9 +12733,6 @@ schemas: default: name: capacity description: Specifies the number of virtual machines in the scale set. - go: - name: Capacity - description: Specifies the number of virtual machines in the scale set. protocol: {} serializationFormats: - json @@ -18136,13 +12744,6 @@ schemas: name: Sku description: 'Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name.' namespace: '' - go: - name: SKU - description: |- - SKU - Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the - SKU name. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: sku @@ -18150,9 +12751,6 @@ schemas: default: name: sku description: SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values. - go: - name: SKU - description: REQUIRED; SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values. protocol: {} serializationFormats: - json @@ -18164,11 +12762,6 @@ schemas: name: DedicatedHost description: Specifies information about the Dedicated host. namespace: '' - go: - name: DedicatedHost - description: DedicatedHost - Specifies information about the Dedicated host. - marshallingFormat: json - namespace: '' protocol: {} - &ref_569 type: object @@ -18180,7 +12773,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_602 + - schema: &ref_601 type: object apiVersions: - version: '2021-03-01' @@ -18193,11 +12786,6 @@ schemas: description: >- SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when generateKeyPair is called. If the public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format. - go: - name: PublicKey - description: |- - SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when - generateKeyPair is called. If the public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format. protocol: {} serializationFormats: - json @@ -18209,11 +12797,6 @@ schemas: name: SshPublicKeyResourceProperties description: Properties of the SSH public key. namespace: '' - go: - name: SSHPublicKeyResourceProperties - description: SSHPublicKeyResourceProperties - Properties of the SSH public key. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -18222,9 +12805,6 @@ schemas: default: name: properties description: Properties of the SSH public key. - go: - name: Properties - description: Properties of the SSH public key. protocol: {} serializationFormats: - json @@ -18236,11 +12816,6 @@ schemas: name: SshPublicKeyResource description: Specifies information about the SSH public key. namespace: '' - go: - name: SSHPublicKeyResource - description: SSHPublicKeyResource - Specifies information about the SSH public key. - marshallingFormat: json - namespace: '' protocol: {} - &ref_570 type: object @@ -18252,7 +12827,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_651 + - schema: &ref_650 type: object apiVersions: - version: '2021-03-01' @@ -18264,9 +12839,6 @@ schemas: default: name: operatingSystem description: The operating system this extension supports. - go: - name: OperatingSystem - description: REQUIRED; The operating system this extension supports. protocol: {} - schema: *ref_145 required: true @@ -18275,9 +12847,6 @@ schemas: default: name: computeRole description: The type of role (IaaS or PaaS) this extension supports. - go: - name: ComputeRole - description: REQUIRED; The type of role (IaaS or PaaS) this extension supports. protocol: {} - schema: *ref_146 required: true @@ -18286,9 +12855,6 @@ schemas: default: name: handlerSchema description: The schema defined by publisher, where extension consumers should provide settings in a matching schema. - go: - name: HandlerSchema - description: REQUIRED; The schema defined by publisher, where extension consumers should provide settings in a matching schema. protocol: {} - schema: *ref_147 required: false @@ -18299,11 +12865,6 @@ schemas: description: >- Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is only enabled for CRP VMs but not VMSS. - go: - name: VMScaleSetEnabled - description: |- - Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is - only enabled for CRP VMs but not VMSS. protocol: {} - schema: *ref_148 required: false @@ -18312,9 +12873,6 @@ schemas: default: name: supportsMultipleExtensions description: Whether the handler can support multiple extensions. - go: - name: SupportsMultipleExtensions - description: Whether the handler can support multiple extensions. protocol: {} serializationFormats: - json @@ -18326,11 +12884,6 @@ schemas: name: VirtualMachineExtensionImageProperties description: Describes the properties of a Virtual Machine Extension Image. namespace: '' - go: - name: VirtualMachineExtensionImageProperties - description: VirtualMachineExtensionImageProperties - Describes the properties of a Virtual Machine Extension Image. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -18340,9 +12893,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Extension Image. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension Image. protocol: {} serializationFormats: - json @@ -18354,11 +12904,6 @@ schemas: name: VirtualMachineExtensionImage description: Describes a Virtual Machine Extension Image. namespace: '' - go: - name: VirtualMachineExtensionImage - description: VirtualMachineExtensionImage - Describes a Virtual Machine Extension Image. - marshallingFormat: json - namespace: '' protocol: {} - &ref_278 type: object @@ -18378,9 +12923,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension. protocol: {} serializationFormats: - json @@ -18392,11 +12934,6 @@ schemas: name: VirtualMachineExtension description: Describes a Virtual Machine Extension. namespace: '' - go: - name: VirtualMachineExtension - description: VirtualMachineExtension - Describes a Virtual Machine Extension. - marshallingFormat: json - namespace: '' protocol: {} - &ref_571 type: object @@ -18419,9 +12956,6 @@ schemas: default: name: name description: The plan ID. - go: - name: Name - description: The plan ID. protocol: {} - schema: *ref_151 serializedName: publisher @@ -18429,9 +12963,6 @@ schemas: default: name: publisher description: The publisher ID. - go: - name: Publisher - description: The publisher ID. protocol: {} - schema: *ref_152 serializedName: product @@ -18439,9 +12970,6 @@ schemas: default: name: product description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: Product - description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} - schema: *ref_153 serializedName: promotionCode @@ -18449,9 +12977,6 @@ schemas: default: name: promotionCode description: The promotion code. - go: - name: PromotionCode - description: The promotion code. protocol: {} serializationFormats: - json @@ -18466,14 +12991,6 @@ schemas: image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. namespace: '' - go: - name: Plan - description: |- - Plan - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. - marshallingFormat: json - namespace: '' protocol: {} serializedName: plan language: @@ -18483,14 +13000,8 @@ schemas: Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. - go: - name: Plan - description: |- - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. protocol: {} - - schema: &ref_605 + - schema: &ref_604 type: object apiVersions: - version: '2021-03-01' @@ -18511,23 +13022,6 @@ schemas: available virtual machine sizes in a region]( https://docs.microsoft.com/rest/api/compute/resourceskus/list)

    [List all available virtual machine sizes for resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/sizes).

    The available VM sizes depend on region and availability set. - go: - name: VMSize - description: |- - Specifies the size of the virtual machine. - - The enum data type is currently deprecated and will be removed by December 23rd 2023. - - Recommended way to get the list of available sizes is using these APIs: - - List all available virtual machine sizes in an availability set [https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes] - - List all available virtual machine sizes in a region [https://docs.microsoft.com/rest/api/compute/resourceskus/list] - - List all available virtual machine sizes for resizing [https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes]. For more information about virtual machine sizes, see Sizes for - virtual machines [https://docs.microsoft.com/azure/virtual-machines/sizes]. - - The available VM sizes depend on region and availability set. protocol: {} serializationFormats: - json @@ -18539,20 +13033,12 @@ schemas: name: HardwareProfile description: Specifies the hardware settings for the virtual machine. namespace: '' - go: - name: HardwareProfile - description: HardwareProfile - Specifies the hardware settings for the virtual machine. - marshallingFormat: json - namespace: '' protocol: {} serializedName: hardwareProfile language: default: name: hardwareProfile description: Specifies the hardware settings for the virtual machine. - go: - name: HardwareProfile - description: Specifies the hardware settings for the virtual machine. protocol: {} - schema: &ref_392 type: object @@ -18567,13 +13053,8 @@ schemas: description: >- Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. - go: - name: ImageReference - description: |- - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform - image, marketplace image, or virtual machine image, but is not used in other creation operations. protocol: {} - - schema: &ref_670 + - schema: &ref_669 type: object apiVersions: - version: '2021-03-01' @@ -18587,23 +13068,13 @@ schemas: description: >- This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.

    Possible values are:

    **Windows**

    **Linux** - go: - name: OSType - description: |- - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. - - Possible values are: - - Windows - - Linux protocol: {} - schema: &ref_241 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_671 + - schema: &ref_670 type: object apiVersions: - version: '2021-03-01' @@ -18615,9 +13086,6 @@ schemas: default: name: secretUrl description: The URL referencing a secret in a Key Vault. - go: - name: SecretURL - description: REQUIRED; The URL referencing a secret in a Key Vault. protocol: {} - schema: *ref_22 required: true @@ -18628,9 +13096,6 @@ schemas: default: name: sourceVault description: The relative URL of the Key Vault containing the secret. - go: - name: SourceVault - description: REQUIRED; The relative URL of the Key Vault containing the secret. protocol: {} serializationFormats: - json @@ -18642,22 +13107,14 @@ schemas: name: KeyVaultSecretReference description: Describes a reference to Key Vault Secret namespace: '' - go: - name: KeyVaultSecretReference - description: KeyVaultSecretReference - Describes a reference to Key Vault Secret - marshallingFormat: json - namespace: '' protocol: {} serializedName: diskEncryptionKey language: default: name: diskEncryptionKey description: Specifies the location of the disk encryption key, which is a Key Vault Secret. - go: - name: DiskEncryptionKey - description: Specifies the location of the disk encryption key, which is a Key Vault Secret. protocol: {} - - schema: &ref_672 + - schema: &ref_671 type: object apiVersions: - version: '2021-03-01' @@ -18669,9 +13126,6 @@ schemas: default: name: keyUrl description: The URL referencing a key encryption key in Key Vault. - go: - name: KeyURL - description: REQUIRED; The URL referencing a key encryption key in Key Vault. protocol: {} - schema: *ref_22 required: true @@ -18682,9 +13136,6 @@ schemas: default: name: sourceVault description: The relative URL of the Key Vault containing the key. - go: - name: SourceVault - description: REQUIRED; The relative URL of the Key Vault containing the key. protocol: {} serializationFormats: - json @@ -18696,20 +13147,12 @@ schemas: name: KeyVaultKeyReference description: Describes a reference to Key Vault Key namespace: '' - go: - name: KeyVaultKeyReference - description: KeyVaultKeyReference - Describes a reference to Key Vault Key - marshallingFormat: json - namespace: '' protocol: {} serializedName: keyEncryptionKey language: default: name: keyEncryptionKey description: Specifies the location of the key encryption key in Key Vault. - go: - name: KeyEncryptionKey - description: Specifies the location of the key encryption key in Key Vault. protocol: {} - schema: *ref_157 serializedName: enabled @@ -18717,9 +13160,6 @@ schemas: default: name: enabled description: Specifies whether disk encryption should be enabled on the virtual machine. - go: - name: Enabled - description: Specifies whether disk encryption should be enabled on the virtual machine. protocol: {} serializationFormats: - json @@ -18731,11 +13171,6 @@ schemas: name: DiskEncryptionSettings description: Describes a Encryption Settings for a Disk namespace: '' - go: - name: DiskEncryptionSettings - description: DiskEncryptionSettings - Describes a Encryption Settings for a Disk - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: encryptionSettings @@ -18743,12 +13178,6 @@ schemas: default: name: encryptionSettings description: 'Specifies the encryption settings for the OS Disk.

    Minimum api-version: 2015-06-15' - go: - name: EncryptionSettings - description: |- - Specifies the encryption settings for the OS Disk. - - Minimum api-version: 2015-06-15 protocol: {} - schema: *ref_158 required: false @@ -18757,9 +13186,6 @@ schemas: default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - schema: &ref_160 type: object @@ -18772,9 +13198,6 @@ schemas: default: name: uri description: Specifies the virtual hard disk's uri. - go: - name: URI - description: Specifies the virtual hard disk's uri. protocol: {} serializationFormats: - json @@ -18786,11 +13209,6 @@ schemas: name: VirtualHardDisk description: Describes the uri of a disk. namespace: '' - go: - name: VirtualHardDisk - description: VirtualHardDisk - Describes the uri of a disk. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: vhd @@ -18798,9 +13216,6 @@ schemas: default: name: vhd description: The virtual hard disk. - go: - name: Vhd - description: The virtual hard disk. protocol: {} - schema: *ref_160 required: false @@ -18811,13 +13226,6 @@ schemas: description: >- The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - go: - name: Image - description: >- - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must - not - - exist. protocol: {} - schema: *ref_161 required: false @@ -18828,20 +13236,6 @@ schemas: description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None** for Standard storage. **ReadOnly** for Premium storage. - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage. protocol: {} - schema: *ref_162 required: false @@ -18850,9 +13244,6 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - schema: &ref_306 type: object @@ -18865,9 +13256,6 @@ schemas: default: name: option description: Specifies the ephemeral disk settings for operating system disk. - go: - name: Option - description: Specifies the ephemeral disk settings for operating system disk. protocol: {} - schema: *ref_164 serializedName: placement @@ -18878,28 +13266,6 @@ schemas: Specifies the ephemeral disk placement for operating system disk.

    Possible values are:

    **CacheDisk**

    **ResourceDisk**

    Default: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used.

    Refer to VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. - go: - name: Placement - description: >- - Specifies the ephemeral disk placement for operating system disk. - - - Possible values are: - - - CacheDisk - - - ResourceDisk - - - Default: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. - - - Refer to VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at - https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check - - which VM sizes exposes a cache disk. protocol: {} serializationFormats: - json @@ -18911,14 +13277,6 @@ schemas: name: DiffDiskSettings description: 'Describes the parameters of ephemeral disk settings that can be specified for operating system disk.

    NOTE: The ephemeral disk settings can only be specified for managed disk.' namespace: '' - go: - name: DiffDiskSettings - description: |- - DiffDiskSettings - Describes the parameters of ephemeral disk settings that can be specified for operating system disk. - - NOTE: The ephemeral disk settings can only be specified for managed disk. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: diffDiskSettings @@ -18926,9 +13284,6 @@ schemas: default: name: diffDiskSettings description: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. - go: - name: DiffDiskSettings - description: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. protocol: {} - schema: *ref_165 required: true @@ -18940,22 +13295,6 @@ schemas: Specifies how the virtual machine should be created.

    Possible values are:

    **Attach** \u2013 This value is used when you are using a specialized disk to create the virtual machine.

    **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described. - go: - name: CreateOption - description: >- - REQUIRED; Specifies how the virtual machine should be created. - - - Possible values are: - - - Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine. - - - FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you - are - - using a marketplace image, you also use the plan element previously described. protocol: {} - schema: *ref_166 required: false @@ -18964,12 +13303,6 @@ schemas: default: name: diskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_78 required: false @@ -18978,9 +13311,6 @@ schemas: default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} - schema: *ref_167 required: false @@ -18992,18 +13322,6 @@ schemas: Specifies whether OS Disk should be deleted or detached upon VM deletion.

    Possible values:

    **Delete** If this value is used, the OS disk is deleted when VM is deleted.

    **Detach** If this value is used, the os disk is retained after VM is deleted.

    The default value is set to **detach**. For an ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for ephemeral OS Disk. - go: - name: DeleteOption - description: |- - Specifies whether OS Disk should be deleted or detached upon VM deletion. - - Possible values: - - Delete If this value is used, the OS disk is deleted when VM is deleted. - - Detach If this value is used, the os disk is retained after VM is deleted. - - The default value is set to detach. For an ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for ephemeral OS Disk. protocol: {} serializationFormats: - json @@ -19017,14 +13335,6 @@ schemas: Specifies information about the operating system disk used by the virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). namespace: '' - go: - name: OSDisk - description: |- - OSDisk - Specifies information about the operating system disk used by the virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk language: @@ -19033,18 +13343,12 @@ schemas: description: >- Specifies information about the operating system disk used by the virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: OSDisk - description: |- - Specifies information about the operating system disk used by the virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. protocol: {} - - schema: &ref_1160 + - schema: &ref_1159 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_673 + elementType: &ref_672 type: object apiVersions: - version: '2021-03-01' @@ -19056,9 +13360,6 @@ schemas: default: name: lun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: Lun - description: REQUIRED; Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - schema: *ref_169 required: false @@ -19067,9 +13368,6 @@ schemas: default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - schema: *ref_160 required: false @@ -19078,9 +13376,6 @@ schemas: default: name: vhd description: The virtual hard disk. - go: - name: Vhd - description: The virtual hard disk. protocol: {} - schema: *ref_160 required: false @@ -19091,13 +13386,6 @@ schemas: description: >- The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - go: - name: Image - description: >- - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must - not - - exist. protocol: {} - schema: *ref_161 required: false @@ -19108,20 +13396,6 @@ schemas: description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage** - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage protocol: {} - schema: *ref_162 required: false @@ -19130,9 +13404,6 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - schema: *ref_165 required: true @@ -19144,22 +13415,6 @@ schemas: Specifies how the virtual machine should be created.

    Possible values are:

    **Attach** \u2013 This value is used when you are using a specialized disk to create the virtual machine.

    **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described. - go: - name: CreateOption - description: >- - REQUIRED; Specifies how the virtual machine should be created. - - - Possible values are: - - - Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine. - - - FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If - you are - - using a marketplace image, you also use the plan element previously described. protocol: {} - schema: *ref_170 required: false @@ -19168,12 +13423,6 @@ schemas: default: name: diskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_78 required: false @@ -19182,9 +13431,6 @@ schemas: default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} - schema: *ref_171 required: false @@ -19193,9 +13439,6 @@ schemas: default: name: toBeDetached description: Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset - go: - name: ToBeDetached - description: Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset protocol: {} - schema: *ref_172 readOnly: true @@ -19207,13 +13450,6 @@ schemas: description: >- Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. - go: - name: DiskIOPSReadWrite - description: >- - READ-ONLY; Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to - the VirtualMachine - - Scale Set. protocol: {} - schema: *ref_173 readOnly: true @@ -19225,13 +13461,6 @@ schemas: description: >- Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. - go: - name: DiskMBpsReadWrite - description: >- - READ-ONLY; Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via - updates to the - - VirtualMachine Scale Set. protocol: {} - schema: *ref_174 required: false @@ -19245,19 +13474,6 @@ schemas: machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior.

    This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'. - go: - name: DetachOption - description: >- - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. - - - detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine - and the - - disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. - - - This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'. protocol: {} - schema: *ref_167 required: false @@ -19268,18 +13484,6 @@ schemas: description: >- Specifies whether data disk should be deleted or detached upon VM deletion.

    Possible values:

    **Delete** If this value is used, the data disk is deleted when VM is deleted.

    **Detach** If this value is used, the data disk is retained after VM is deleted.

    The default value is set to **detach** - go: - name: DeleteOption - description: |- - Specifies whether data disk should be deleted or detached upon VM deletion. - - Possible values: - - Delete If this value is used, the data disk is deleted when VM is deleted. - - Detach If this value is used, the data disk is retained after VM is deleted. - - The default value is set to detach protocol: {} serializationFormats: - json @@ -19291,11 +13495,6 @@ schemas: name: DataDisk description: Describes a data disk. namespace: '' - go: - name: DataDisk - description: DataDisk - Describes a data disk. - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -19303,13 +13502,6 @@ schemas: description: >- Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: '[]*DataDisk' - description: >- - Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual - machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks language: @@ -19318,13 +13510,6 @@ schemas: description: >- Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: DataDisks - description: |- - Specifies the parameters that are used to add a data disk to a virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. - byValue: true protocol: {} serializationFormats: - json @@ -19336,21 +13521,12 @@ schemas: name: StorageProfile description: Specifies the storage settings for the virtual machine disks. namespace: '' - go: - name: StorageProfile - description: StorageProfile - Specifies the storage settings for the virtual machine disks. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile language: default: name: storageProfile description: Specifies the storage settings for the virtual machine disks. - go: - name: StorageProfile - description: Specifies the storage settings for the virtual machine disks. protocol: {} - schema: &ref_329 type: object @@ -19365,11 +13541,6 @@ schemas: description: >- The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled. - go: - name: UltraSSDEnabled - description: |- - The flag that enables or disables a capability to have one or more managed data disks with UltraSSDLRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSDLRS can - be added to a virtual machine or virtual machine scale set only if this property is enabled. protocol: {} serializationFormats: - json @@ -19381,20 +13552,12 @@ schemas: name: AdditionalCapabilities description: Enables or disables a capability on the virtual machine or virtual machine scale set. namespace: '' - go: - name: AdditionalCapabilities - description: AdditionalCapabilities - Enables or disables a capability on the virtual machine or virtual machine scale set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: additionalCapabilities language: default: name: additionalCapabilities description: Specifies additional capabilities enabled or disabled on the virtual machine. - go: - name: AdditionalCapabilities - description: Specifies additional capabilities enabled or disabled on the virtual machine. protocol: {} - schema: &ref_361 type: object @@ -19410,18 +13573,6 @@ schemas: Specifies the host OS name of the virtual machine.

    This name cannot be updated after the VM is created.

    **Max-length (Windows):** 15 characters

    **Max-length (Linux):** 64 characters.

    For naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules). - go: - name: ComputerName - description: |- - Specifies the host OS name of the virtual machine. - - This name cannot be updated after the VM is created. - - Max-length (Windows): 15 characters - - Max-length (Linux): 64 characters. - - For naming conventions and restrictions see Azure infrastructure services implementation guidelines [https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules]. protocol: {} - schema: *ref_177 serializedName: adminUsername @@ -19433,23 +13584,6 @@ schemas: values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters. - go: - name: AdminUsername - description: |- - Specifies the name of the administrator account. - - This property cannot be updated after the VM is created. - - Windows-only restriction: Cannot end in "." - - Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", - "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". - - Minimum-length (Linux): 1 character - - Max-length (Linux): 64 characters - - Max-length (Windows): 20 characters. protocol: {} - schema: *ref_178 serializedName: adminPassword @@ -19463,31 +13597,6 @@ schemas: "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) - go: - name: AdminPassword - description: |- - Specifies the password of the administrator account. - - Minimum-length (Windows): 8 characters - - Minimum-length (Linux): 6 characters - - Max-length (Windows): 123 characters - - Max-length (Linux): 72 characters - - Complexity requirements: 3 out of 4 conditions below need to be fulfilled - Has lower characters - Has upper characters - Has a digit - Has a special character (Regex match [\W_]) - - Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" - - For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM [https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp] - - For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension - [https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection] protocol: {} - schema: *ref_179 serializedName: customData @@ -19499,19 +13608,6 @@ schemas: 65535 bytes.

    **Note: Do not pass any secrets or passwords in customData property**

    This property cannot be updated after the VM is created.

    customData is passed to the VM to be saved as a file, for more information see [Custom Data on Azure VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/)

    For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) - go: - name: CustomData - description: |- - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is - 65535 bytes. - - Note: Do not pass any secrets or passwords in customData property - - This property cannot be updated after the VM is created. - - customData is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs [https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/] - - For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation [https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init] protocol: {} - schema: &ref_302 type: object @@ -19526,14 +13622,6 @@ schemas: description: >- Indicates whether virtual machine agent should be provisioned on the virtual machine.

    When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later. - go: - name: ProvisionVMAgent - description: >- - Indicates whether virtual machine agent should be provisioned on the virtual machine. - - - When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM - later. protocol: {} - schema: *ref_181 serializedName: enableAutomaticUpdates @@ -19543,12 +13631,6 @@ schemas: description: >- Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true.

    For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning. - go: - name: EnableAutomaticUpdates - description: |- - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. - - For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning. protocol: {} - schema: *ref_182 serializedName: timeZone @@ -19559,19 +13641,12 @@ schemas: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".

    Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones). - go: - name: TimeZone - description: |- - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". - - Possible values can be TimeZoneInfo.Id [https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id] value from time zones returned by TimeZoneInfo.GetSystemTimeZones - [https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones]. protocol: {} - - schema: &ref_1161 + - schema: &ref_1160 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_674 + elementType: &ref_673 type: object apiVersions: - version: '2021-03-01' @@ -19582,9 +13657,6 @@ schemas: default: name: passName description: The pass name. Currently, the only allowable value is OobeSystem. - go: - name: PassName - description: The pass name. Currently, the only allowable value is OobeSystem. protocol: {} - schema: *ref_184 serializedName: componentName @@ -19592,9 +13664,6 @@ schemas: default: name: componentName description: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. - go: - name: ComponentName - description: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. protocol: {} - schema: *ref_185 serializedName: settingName @@ -19602,9 +13671,6 @@ schemas: default: name: settingName description: 'Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.' - go: - name: SettingName - description: 'Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.' protocol: {} - schema: *ref_186 serializedName: content @@ -19614,13 +13680,6 @@ schemas: description: >- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. - go: - name: Content - description: >- - Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the - setting or - - feature that is being inserted. protocol: {} serializationFormats: - json @@ -19634,37 +13693,19 @@ schemas: Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied. namespace: '' - go: - name: AdditionalUnattendContent - description: >- - AdditionalUnattendContent - Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting - name, component name, and the pass in - - which the content is applied. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: WindowsConfigurationAdditionalUnattendContent description: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. - go: - name: '[]*AdditionalUnattendContent' - description: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: additionalUnattendContent language: default: name: additionalUnattendContent description: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. - go: - name: AdditionalUnattendContent - description: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. - byValue: true protocol: {} - - schema: &ref_675 + - schema: &ref_674 type: object apiVersions: - version: '2021-03-01' @@ -19680,19 +13721,6 @@ schemas: disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false

    **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true.

    **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true - go: - name: PatchMode - description: |- - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. - - Possible values are: - - Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property - WindowsConfiguration.enableAutomaticUpdates must be false - - AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. - - AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true protocol: {} - schema: *ref_188 serializedName: enableHotpatching @@ -19702,11 +13730,6 @@ schemas: description: >- Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'. - go: - name: EnableHotpatching - description: >- - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to - 'AutomaticByPlatform'. protocol: {} - schema: *ref_189 serializedName: assessmentMode @@ -19716,16 +13739,6 @@ schemas: description: >- Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.

    Possible values are:

    **ImageDefault** - You control the timing of patch assessments on a virtual machine.

    **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - go: - name: AssessmentMode - description: |- - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. - - Possible values are: - - ImageDefault - You control the timing of patch assessments on a virtual machine. - - AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. protocol: {} serializationFormats: - json @@ -19737,31 +13750,23 @@ schemas: name: PatchSettings description: Specifies settings related to VM Guest Patching on Windows. namespace: '' - go: - name: PatchSettings - description: PatchSettings - Specifies settings related to VM Guest Patching on Windows. - marshallingFormat: json - namespace: '' protocol: {} serializedName: patchSettings language: default: name: patchSettings description: '[Preview Feature] Specifies settings related to VM Guest Patching on Windows.' - go: - name: PatchSettings - description: '[Preview Feature] Specifies settings related to VM Guest Patching on Windows.' protocol: {} - - schema: &ref_676 + - schema: &ref_675 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1162 + - schema: &ref_1161 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_677 + elementType: &ref_676 type: object apiVersions: - version: '2021-03-01' @@ -19772,15 +13777,6 @@ schemas: default: name: protocol description: 'Specifies the protocol of WinRM listener.

    Possible values are:
    **http**

    **https**' - go: - name: Protocol - description: |- - Specifies the protocol of WinRM listener. - - Possible values are: - http - - https protocol: {} - schema: *ref_191 serializedName: certificateUrl @@ -19791,24 +13787,6 @@ schemas: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    "data":"",
    "dataType":"pfx",
    "password":""
    } - go: - name: CertificateURL - description: >- - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault - - [https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add]. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is - encoded in UTF-8: - - - { - - "data":"", - - "dataType":"pfx", - - "password":"" - - } protocol: {} serializationFormats: - json @@ -19820,31 +13798,17 @@ schemas: name: WinRMListener description: Describes Protocol and thumbprint of Windows Remote Management listener namespace: '' - go: - name: WinRMListener - description: WinRMListener - Describes Protocol and thumbprint of Windows Remote Management listener - marshallingFormat: json - namespace: '' protocol: {} language: default: name: WinRMConfigurationListeners description: The list of Windows Remote Management listeners - go: - name: '[]*WinRMListener' - description: The list of Windows Remote Management listeners - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: listeners language: default: name: listeners description: The list of Windows Remote Management listeners - go: - name: Listeners - description: The list of Windows Remote Management listeners - byValue: true protocol: {} serializationFormats: - json @@ -19856,21 +13820,12 @@ schemas: name: WinRMConfiguration description: Describes Windows Remote Management configuration of the VM namespace: '' - go: - name: WinRMConfiguration - description: WinRMConfiguration - Describes Windows Remote Management configuration of the VM - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: winRM language: default: name: winRM description: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell. - go: - name: WinRM - description: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell. protocol: {} serializationFormats: - json @@ -19882,21 +13837,12 @@ schemas: name: WindowsConfiguration description: Specifies Windows operating system settings on the virtual machine. namespace: '' - go: - name: WindowsConfiguration - description: WindowsConfiguration - Specifies Windows operating system settings on the virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: windowsConfiguration language: default: name: windowsConfiguration description: Specifies Windows operating system settings on the virtual machine. - go: - name: WindowsConfiguration - description: Specifies Windows operating system settings on the virtual machine. protocol: {} - schema: &ref_303 type: object @@ -19909,20 +13855,17 @@ schemas: default: name: disablePasswordAuthentication description: Specifies whether password authentication should be disabled. - go: - name: DisablePasswordAuthentication - description: Specifies whether password authentication should be disabled. protocol: {} - - schema: &ref_678 + - schema: &ref_677 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1163 + - schema: &ref_1162 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_679 + elementType: &ref_678 type: object apiVersions: - version: '2021-03-01' @@ -19935,11 +13878,6 @@ schemas: description: >- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys - go: - name: Path - description: >- - Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: - /home/user/.ssh/authorized_keys protocol: {} - schema: *ref_194 serializedName: keyData @@ -19949,12 +13887,6 @@ schemas: description: >- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format.

    For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). - go: - name: KeyData - description: |- - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. - - For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). protocol: {} serializationFormats: - json @@ -19966,31 +13898,17 @@ schemas: name: SshPublicKey description: Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. namespace: '' - go: - name: SSHPublicKey - description: SSHPublicKey - Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SshConfigurationPublicKeys description: The list of SSH public keys used to authenticate with linux based VMs. - go: - name: '[]*SSHPublicKey' - description: The list of SSH public keys used to authenticate with linux based VMs. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: publicKeys language: default: name: publicKeys description: The list of SSH public keys used to authenticate with linux based VMs. - go: - name: PublicKeys - description: The list of SSH public keys used to authenticate with linux based VMs. - byValue: true protocol: {} serializationFormats: - json @@ -20002,21 +13920,12 @@ schemas: name: SshConfiguration description: SSH configuration for Linux based VMs running on Azure namespace: '' - go: - name: SSHConfiguration - description: SSHConfiguration - SSH configuration for Linux based VMs running on Azure - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: ssh language: default: name: ssh description: Specifies the ssh key configuration for a Linux OS. - go: - name: SSH - description: Specifies the ssh key configuration for a Linux OS. protocol: {} - schema: *ref_180 serializedName: provisionVMAgent @@ -20026,16 +13935,8 @@ schemas: description: >- Indicates whether virtual machine agent should be provisioned on the virtual machine.

    When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later. - go: - name: ProvisionVMAgent - description: >- - Indicates whether virtual machine agent should be provisioned on the virtual machine. - - - When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM - later. protocol: {} - - schema: &ref_680 + - schema: &ref_679 type: object apiVersions: - version: '2021-03-01' @@ -20049,16 +13950,6 @@ schemas: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

    Possible values are:

    **ImageDefault** - The virtual machine's default patching configuration is used.

    **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true - go: - name: PatchMode - description: |- - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. - - Possible values are: - - ImageDefault - The virtual machine's default patching configuration is used. - - AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true protocol: {} - schema: *ref_196 serializedName: assessmentMode @@ -20068,16 +13959,6 @@ schemas: description: >- Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

    Possible values are:

    **ImageDefault** - You control the timing of patch assessments on a virtual machine.

    **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - go: - name: AssessmentMode - description: |- - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. - - Possible values are: - - ImageDefault - You control the timing of patch assessments on a virtual machine. - - AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. protocol: {} serializationFormats: - json @@ -20089,20 +13970,12 @@ schemas: name: LinuxPatchSettings description: Specifies settings related to VM Guest Patching on Linux. namespace: '' - go: - name: LinuxPatchSettings - description: LinuxPatchSettings - Specifies settings related to VM Guest Patching on Linux. - marshallingFormat: json - namespace: '' protocol: {} serializedName: patchSettings language: default: name: patchSettings description: '[Preview Feature] Specifies settings related to VM Guest Patching on Linux.' - go: - name: PatchSettings - description: '[Preview Feature] Specifies settings related to VM Guest Patching on Linux.' protocol: {} serializationFormats: - json @@ -20116,14 +13989,6 @@ schemas: Specifies the Linux operating system settings on the virtual machine.

    For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). namespace: '' - go: - name: LinuxConfiguration - description: |- - LinuxConfiguration - Specifies the Linux operating system settings on the virtual machine. - - For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions [https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros]. - marshallingFormat: json - namespace: '' protocol: {} serializedName: linuxConfiguration language: @@ -20132,14 +13997,8 @@ schemas: description: >- Specifies the Linux operating system settings on the virtual machine.

    For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). - go: - name: LinuxConfiguration - description: |- - Specifies the Linux operating system settings on the virtual machine. - - For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions [https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros]. protocol: {} - - schema: &ref_1165 + - schema: &ref_1164 type: array apiVersions: - version: '2021-03-01' @@ -20156,15 +14015,12 @@ schemas: default: name: sourceVault description: The relative URL of the Key Vault containing all of the certificates in VaultCertificates. - go: - name: SourceVault - description: The relative URL of the Key Vault containing all of the certificates in VaultCertificates. protocol: {} - - schema: &ref_1164 + - schema: &ref_1163 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_681 + elementType: &ref_680 type: object apiVersions: - version: '2021-03-01' @@ -20178,24 +14034,6 @@ schemas: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    "data":"",
    "dataType":"pfx",
    "password":""
    } - go: - name: CertificateURL - description: >- - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault - - [https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add]. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is - encoded in UTF-8: - - - { - - "data":"", - - "dataType":"pfx", - - "password":"" - - } protocol: {} - schema: *ref_198 serializedName: certificateStore @@ -20206,17 +14044,6 @@ schemas: For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account.

    For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted. - go: - name: CertificateStore - description: >- - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine - account. - - - For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and - .prv for private - - key. Both of these files are .pem formatted. protocol: {} serializationFormats: - json @@ -20228,31 +14055,17 @@ schemas: name: VaultCertificate description: Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM. namespace: '' - go: - name: VaultCertificate - description: VaultCertificate - Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VaultSecretGroupVaultCertificates description: The list of key vault references in SourceVault which contain certificates. - go: - name: '[]*VaultCertificate' - description: The list of key vault references in SourceVault which contain certificates. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: vaultCertificates language: default: name: vaultCertificates description: The list of key vault references in SourceVault which contain certificates. - go: - name: VaultCertificates - description: The list of key vault references in SourceVault which contain certificates. - byValue: true protocol: {} serializationFormats: - json @@ -20264,32 +14077,17 @@ schemas: name: VaultSecretGroup description: Describes a set of certificates which are all in the same Key Vault. namespace: '' - go: - name: VaultSecretGroup - description: VaultSecretGroup - Describes a set of certificates which are all in the same Key Vault. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: OSProfileSecrets description: Specifies set of certificates that should be installed onto the virtual machine. - go: - name: '[]*VaultSecretGroup' - description: Specifies set of certificates that should be installed onto the virtual machine. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: secrets language: default: name: secrets description: Specifies set of certificates that should be installed onto the virtual machine. - go: - name: Secrets - description: Specifies set of certificates that should be installed onto the virtual machine. - byValue: true protocol: {} - schema: *ref_199 serializedName: allowExtensionOperations @@ -20297,12 +14095,6 @@ schemas: default: name: allowExtensionOperations description: Specifies whether extension operations should be allowed on the virtual machine.

    This may only be set to False when no extensions are present on the virtual machine. - go: - name: AllowExtensionOperations - description: |- - Specifies whether extension operations should be allowed on the virtual machine. - - This may only be set to False when no extensions are present on the virtual machine. protocol: {} - schema: *ref_200 serializedName: requireGuestProvisionSignal @@ -20312,11 +14104,6 @@ schemas: description: >- Specifies whether the guest provision signal is required to infer provision success of the virtual machine. **Note: This property is for private testing only, and all customers must not set the property to false.** - go: - name: RequireGuestProvisionSignal - description: |- - Specifies whether the guest provision signal is required to infer provision success of the virtual machine. Note: This property is for private testing only, and all customers must not set the property - to false. protocol: {} serializationFormats: - json @@ -20328,28 +14115,19 @@ schemas: name: OSProfile description: Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. namespace: '' - go: - name: OSProfile - description: OSProfile - Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osProfile language: default: name: osProfile description: Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned. - go: - name: OSProfile - description: Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned. protocol: {} - schema: &ref_393 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1166 + - schema: &ref_1165 type: array apiVersions: - version: '2021-03-01' @@ -20358,21 +14136,12 @@ schemas: default: name: NetworkProfileNetworkInterfaces description: Specifies the list of resource Ids for the network interfaces associated with the virtual machine. - go: - name: '[]*NetworkInterfaceReference' - description: Specifies the list of resource Ids for the network interfaces associated with the virtual machine. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaces language: default: name: networkInterfaces description: Specifies the list of resource Ids for the network interfaces associated with the virtual machine. - go: - name: NetworkInterfaces - description: Specifies the list of resource Ids for the network interfaces associated with the virtual machine. - byValue: true protocol: {} - schema: *ref_201 serializedName: networkApiVersion @@ -20380,15 +14149,12 @@ schemas: default: name: networkApiVersion description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations - go: - name: NetworkAPIVersion - description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations protocol: {} - - schema: &ref_1173 + - schema: &ref_1172 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_683 + elementType: &ref_682 type: object apiVersions: - version: '2021-03-01' @@ -20400,11 +14166,8 @@ schemas: default: name: name description: The network interface configuration name. - go: - name: Name - description: REQUIRED; The network interface configuration name. protocol: {} - - schema: &ref_684 + - schema: &ref_683 type: object apiVersions: - version: '2021-03-01' @@ -20416,9 +14179,6 @@ schemas: default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - schema: *ref_47 required: false @@ -20427,9 +14187,6 @@ schemas: default: name: deleteOption description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the network interface when the VM is deleted protocol: {} - schema: *ref_59 required: false @@ -20438,9 +14195,6 @@ schemas: default: name: enableAcceleratedNetworking description: Specifies whether the network interface is accelerated networking-enabled. - go: - name: EnableAcceleratedNetworking - description: Specifies whether the network interface is accelerated networking-enabled. protocol: {} - schema: *ref_60 required: false @@ -20449,9 +14203,6 @@ schemas: default: name: enableFpga description: Specifies whether the network interface is FPGA networking-enabled. - go: - name: EnableFpga - description: Specifies whether the network interface is FPGA networking-enabled. protocol: {} - schema: *ref_63 required: false @@ -20460,9 +14211,6 @@ schemas: default: name: enableIPForwarding description: Whether IP forwarding enabled on this NIC. - go: - name: EnableIPForwarding - description: Whether IP forwarding enabled on this NIC. protocol: {} - schema: *ref_22 required: false @@ -20473,16 +14221,13 @@ schemas: default: name: networkSecurityGroup description: The network security group. - go: - name: NetworkSecurityGroup - description: The network security group. protocol: {} - - schema: &ref_685 + - schema: &ref_684 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1167 + - schema: &ref_1166 type: array apiVersions: - version: '2021-03-01' @@ -20491,21 +14236,12 @@ schemas: default: name: VirtualMachineNetworkInterfaceDnsSettingsConfigurationDnsServers description: List of DNS servers IP addresses - go: - name: '[]*string' - description: List of DNS servers IP addresses - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dnsServers language: default: name: dnsServers description: List of DNS servers IP addresses - go: - name: DNSServers - description: List of DNS servers IP addresses - byValue: true protocol: {} serializationFormats: - json @@ -20517,12 +14253,6 @@ schemas: name: VirtualMachineNetworkInterfaceDnsSettingsConfiguration description: Describes a virtual machines network configuration's DNS settings. namespace: '' - go: - name: VirtualMachineNetworkInterfaceDNSSettingsConfiguration - description: VirtualMachineNetworkInterfaceDNSSettingsConfiguration - Describes a virtual machines network configuration's DNS settings. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: dnsSettings @@ -20530,15 +14260,12 @@ schemas: default: name: dnsSettings description: The dns settings to be applied on the network interfaces. - go: - name: DNSSettings - description: The dns settings to be applied on the network interfaces. protocol: {} - - schema: &ref_1172 + - schema: &ref_1171 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_686 + elementType: &ref_685 type: object apiVersions: - version: '2021-03-01' @@ -20550,11 +14277,8 @@ schemas: default: name: name description: The IP configuration name. - go: - name: Name - description: REQUIRED; The IP configuration name. protocol: {} - - schema: &ref_687 + - schema: &ref_686 type: object apiVersions: - version: '2021-03-01' @@ -20567,9 +14291,6 @@ schemas: default: name: subnet description: Specifies the identifier of the subnet. - go: - name: Subnet - description: Specifies the identifier of the subnet. protocol: {} - schema: *ref_46 serializedName: primary @@ -20577,11 +14298,8 @@ schemas: default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - - schema: &ref_688 + - schema: &ref_687 type: object apiVersions: - version: '2021-03-01' @@ -20593,11 +14311,8 @@ schemas: default: name: name description: The publicIP address configuration name. - go: - name: Name - description: REQUIRED; The publicIP address configuration name. protocol: {} - - schema: &ref_689 + - schema: &ref_688 type: object apiVersions: - version: '2021-03-01' @@ -20608,9 +14323,6 @@ schemas: default: name: idleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: IdleTimeoutInMinutes - description: The idle timeout of the public IP address. protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -20618,11 +14330,8 @@ schemas: default: name: deleteOption description: Specify what happens to the public IP address when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the public IP address when the VM is deleted protocol: {} - - schema: &ref_690 + - schema: &ref_689 type: object apiVersions: - version: '2021-03-01' @@ -20636,11 +14345,6 @@ schemas: description: >- The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID. - go: - name: DomainNameLabel - description: >- - REQUIRED; The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain - name label and vm network profile unique ID. protocol: {} serializationFormats: - json @@ -20652,26 +14356,18 @@ schemas: name: VirtualMachinePublicIPAddressDnsSettingsConfiguration description: Describes a virtual machines network configuration's DNS settings. namespace: '' - go: - name: VirtualMachinePublicIPAddressDNSSettingsConfiguration - description: VirtualMachinePublicIPAddressDNSSettingsConfiguration - Describes a virtual machines network configuration's DNS settings. - marshallingFormat: json - namespace: '' protocol: {} serializedName: dnsSettings language: default: name: dnsSettings description: The dns settings to be applied on the publicIP addresses . - go: - name: DNSSettings - description: The dns settings to be applied on the publicIP addresses . protocol: {} - - schema: &ref_1168 + - schema: &ref_1167 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_691 + elementType: &ref_690 type: object apiVersions: - version: '2021-03-01' @@ -20682,9 +14378,6 @@ schemas: default: name: ipTagType description: 'IP tag type. Example: FirstPartyUsage.' - go: - name: IPTagType - description: 'IP tag type. Example: FirstPartyUsage.' protocol: {} - schema: *ref_209 serializedName: tag @@ -20692,9 +14385,6 @@ schemas: default: name: tag description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' - go: - name: Tag - description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' protocol: {} serializationFormats: - json @@ -20706,31 +14396,17 @@ schemas: name: VirtualMachineIpTag description: Contains the IP tag associated with the public IP address. namespace: '' - go: - name: VirtualMachineIPTag - description: VirtualMachineIPTag - Contains the IP tag associated with the public IP address. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachinePublicIPAddressConfigurationPropertiesIpTags description: The list of IP tags associated with the public IP address. - go: - name: '[]*VirtualMachineIPTag' - description: The list of IP tags associated with the public IP address. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: ipTags language: default: name: ipTags description: The list of IP tags associated with the public IP address. - go: - name: IPTags - description: The list of IP tags associated with the public IP address. - byValue: true protocol: {} - schema: *ref_22 serializedName: publicIPPrefix @@ -20740,9 +14416,6 @@ schemas: default: name: publicIPPrefix description: The PublicIPPrefix from which to allocate publicIP addresses. - go: - name: PublicIPPrefix - description: The PublicIPPrefix from which to allocate publicIP addresses. protocol: {} - schema: *ref_210 serializedName: publicIPAddressVersion @@ -20752,11 +14425,6 @@ schemas: description: >- Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PublicIPAddressVersion - description: >- - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values - are: 'IPv4' and 'IPv6'. protocol: {} - schema: *ref_211 serializedName: publicIPAllocationMethod @@ -20764,9 +14432,6 @@ schemas: default: name: publicIPAllocationMethod description: Specify the public IP allocation type - go: - name: PublicIPAllocationMethod - description: Specify the public IP allocation type protocol: {} serializationFormats: - json @@ -20778,12 +14443,6 @@ schemas: name: VirtualMachinePublicIPAddressConfigurationProperties description: Describes a virtual machines IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachinePublicIPAddressConfigurationProperties - description: VirtualMachinePublicIPAddressConfigurationProperties - Describes a virtual machines IP Configuration's PublicIPAddress configuration - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -20793,9 +14452,6 @@ schemas: default: name: properties description: Describes a virtual machines IP Configuration's PublicIPAddress configuration - go: - name: Properties - description: Describes a virtual machines IP Configuration's PublicIPAddress configuration protocol: {} - schema: *ref_212 required: false @@ -20804,9 +14460,6 @@ schemas: default: name: sku description: Describes the public IP Sku - go: - name: SKU - description: Describes the public IP Sku protocol: {} serializationFormats: - json @@ -20818,20 +14471,12 @@ schemas: name: VirtualMachinePublicIPAddressConfiguration description: Describes a virtual machines IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachinePublicIPAddressConfiguration - description: VirtualMachinePublicIPAddressConfiguration - Describes a virtual machines IP Configuration's PublicIPAddress configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: publicIPAddressConfiguration language: default: name: publicIPAddressConfiguration description: The publicIPAddressConfiguration. - go: - name: PublicIPAddressConfiguration - description: The publicIPAddressConfiguration. protocol: {} - schema: *ref_210 serializedName: privateIPAddressVersion @@ -20841,13 +14486,8 @@ schemas: description: >- Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PrivateIPAddressVersion - description: >- - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and - 'IPv6'. protocol: {} - - schema: &ref_1169 + - schema: &ref_1168 type: array apiVersions: - version: '2021-03-01' @@ -20856,23 +14496,14 @@ schemas: default: name: VirtualMachineNetworkInterfaceIPConfigurationPropertiesApplicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: '[]*SubResource' - description: Specifies an array of references to application security group. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationSecurityGroups language: default: name: applicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: ApplicationSecurityGroups - description: Specifies an array of references to application security group. - byValue: true protocol: {} - - schema: &ref_1170 + - schema: &ref_1169 type: array apiVersions: - version: '2021-03-01' @@ -20883,13 +14514,6 @@ schemas: description: >- Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. - Multiple virtual machines cannot use the same application gateway. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationGatewayBackendAddressPools language: @@ -20898,16 +14522,8 @@ schemas: description: >- Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway. - go: - name: ApplicationGatewayBackendAddressPools - description: >- - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. - Multiple virtual machines - - cannot use the same application gateway. - byValue: true protocol: {} - - schema: &ref_1171 + - schema: &ref_1170 type: array apiVersions: - version: '2021-03-01' @@ -20918,13 +14534,6 @@ schemas: description: >- Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer]. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load - balancer. [Multiple virtual machines cannot use the same basic sku load balancer]. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerBackendAddressPools language: @@ -20933,14 +14542,6 @@ schemas: description: >- Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer]. - go: - name: LoadBalancerBackendAddressPools - description: >- - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load - balancer. [Multiple virtual - - machines cannot use the same basic sku load balancer]. - byValue: true protocol: {} serializationFormats: - json @@ -20952,12 +14553,6 @@ schemas: name: VirtualMachineNetworkInterfaceIPConfigurationProperties description: Describes a virtual machine network interface IP configuration properties. namespace: '' - go: - name: VirtualMachineNetworkInterfaceIPConfigurationProperties - description: VirtualMachineNetworkInterfaceIPConfigurationProperties - Describes a virtual machine network interface IP configuration properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -20967,9 +14562,6 @@ schemas: default: name: properties description: Describes a virtual machine network interface IP configuration properties. - go: - name: Properties - description: Describes a virtual machine network interface IP configuration properties. protocol: {} serializationFormats: - json @@ -20981,21 +14573,11 @@ schemas: name: VirtualMachineNetworkInterfaceIPConfiguration description: Describes a virtual machine network profile's IP configuration. namespace: '' - go: - name: VirtualMachineNetworkInterfaceIPConfiguration - description: VirtualMachineNetworkInterfaceIPConfiguration - Describes a virtual machine network profile's IP configuration. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineNetworkInterfaceConfigurationPropertiesIpConfigurations description: Specifies the IP configurations of the network interface. - go: - name: '[]*VirtualMachineNetworkInterfaceIPConfiguration' - description: Specifies the IP configurations of the network interface. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: ipConfigurations @@ -21003,10 +14585,6 @@ schemas: default: name: ipConfigurations description: Specifies the IP configurations of the network interface. - go: - name: IPConfigurations - description: REQUIRED; Specifies the IP configurations of the network interface. - byValue: true protocol: {} - schema: *ref_22 required: false @@ -21017,9 +14595,6 @@ schemas: default: name: dscpConfiguration description: '' - go: - name: DscpConfiguration - description: '' protocol: {} serializationFormats: - json @@ -21031,12 +14606,6 @@ schemas: name: VirtualMachineNetworkInterfaceConfigurationProperties description: Describes a virtual machine network profile's IP configuration. namespace: '' - go: - name: VirtualMachineNetworkInterfaceConfigurationProperties - description: VirtualMachineNetworkInterfaceConfigurationProperties - Describes a virtual machine network profile's IP configuration. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -21046,9 +14615,6 @@ schemas: default: name: properties description: Describes a virtual machine network profile's IP configuration. - go: - name: Properties - description: Describes a virtual machine network profile's IP configuration. protocol: {} serializationFormats: - json @@ -21060,31 +14626,17 @@ schemas: name: VirtualMachineNetworkInterfaceConfiguration description: Describes a virtual machine network interface configurations. namespace: '' - go: - name: VirtualMachineNetworkInterfaceConfiguration - description: VirtualMachineNetworkInterfaceConfiguration - Describes a virtual machine network interface configurations. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: NetworkProfileNetworkInterfaceConfigurations description: Specifies the networking configurations that will be used to create the virtual machine networking resources. - go: - name: '[]*VirtualMachineNetworkInterfaceConfiguration' - description: Specifies the networking configurations that will be used to create the virtual machine networking resources. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaceConfigurations language: default: name: networkInterfaceConfigurations description: Specifies the networking configurations that will be used to create the virtual machine networking resources. - go: - name: NetworkInterfaceConfigurations - description: Specifies the networking configurations that will be used to create the virtual machine networking resources. - byValue: true protocol: {} serializationFormats: - json @@ -21096,28 +14648,19 @@ schemas: name: NetworkProfile description: Specifies the network interfaces or the networking configuration of the virtual machine. namespace: '' - go: - name: NetworkProfile - description: NetworkProfile - Specifies the network interfaces or the networking configuration of the virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile language: default: name: networkProfile description: Specifies the network interfaces of the virtual machine. - go: - name: NetworkProfile - description: Specifies the network interfaces of the virtual machine. protocol: {} - schema: &ref_315 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_692 + - schema: &ref_691 type: object apiVersions: - version: '2021-03-01' @@ -21128,12 +14671,6 @@ schemas: default: name: secureBootEnabled description: 'Specifies whether secure boot should be enabled on the virtual machine.

    Minimum api-version: 2020-12-01' - go: - name: SecureBootEnabled - description: |- - Specifies whether secure boot should be enabled on the virtual machine. - - Minimum api-version: 2020-12-01 protocol: {} - schema: *ref_214 serializedName: vTpmEnabled @@ -21141,12 +14678,6 @@ schemas: default: name: vTpmEnabled description: 'Specifies whether vTPM should be enabled on the virtual machine.

    Minimum api-version: 2020-12-01' - go: - name: VTpmEnabled - description: |- - Specifies whether vTPM should be enabled on the virtual machine. - - Minimum api-version: 2020-12-01 protocol: {} serializationFormats: - json @@ -21158,26 +14689,12 @@ schemas: name: UefiSettings description: 'Specifies the security settings like secure boot and vTPM used while creating the virtual machine.

    Minimum api-version: 2020-12-01' namespace: '' - go: - name: UefiSettings - description: |- - UefiSettings - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. - - Minimum api-version: 2020-12-01 - marshallingFormat: json - namespace: '' protocol: {} serializedName: uefiSettings language: default: name: uefiSettings description: 'Specifies the security settings like secure boot and vTPM used while creating the virtual machine.

    Minimum api-version: 2020-12-01' - go: - name: UefiSettings - description: |- - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. - - Minimum api-version: 2020-12-01 protocol: {} - schema: *ref_215 serializedName: encryptionAtHost @@ -21187,13 +14704,6 @@ schemas: description: >- This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself.

    Default: The Encryption at host will be disabled unless this property is set to true for the resource. - go: - name: EncryptionAtHost - description: |- - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks - including Resource/Temp disk at host itself. - - Default: The Encryption at host will be disabled unless this property is set to true for the resource. protocol: {} - schema: *ref_216 serializedName: securityType @@ -21201,12 +14711,6 @@ schemas: default: name: securityType description: 'Specifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings.

    Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch.' - go: - name: SecurityType - description: |- - Specifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings. - - Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch. protocol: {} serializationFormats: - json @@ -21218,27 +14722,19 @@ schemas: name: SecurityProfile description: Specifies the Security profile settings for the virtual machine or virtual machine scale set. namespace: '' - go: - name: SecurityProfile - description: SecurityProfile - Specifies the Security profile settings for the virtual machine or virtual machine scale set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: securityProfile language: default: name: securityProfile description: Specifies the Security related profile settings for the virtual machine. - go: - name: SecurityProfile - description: Specifies the Security related profile settings for the virtual machine. protocol: {} - schema: &ref_316 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_693 + - schema: &ref_692 type: object apiVersions: - version: '2021-03-01' @@ -21249,9 +14745,6 @@ schemas: default: name: enabled description: Whether boot diagnostics should be enabled on the Virtual Machine. - go: - name: Enabled - description: Whether boot diagnostics should be enabled on the Virtual Machine. protocol: {} - schema: *ref_218 serializedName: storageUri @@ -21259,12 +14752,6 @@ schemas: default: name: storageUri description: Uri of the storage account to use for placing the console output and screenshot.

    If storageUri is not specified while enabling boot diagnostics, managed storage will be used. - go: - name: StorageURI - description: |- - Uri of the storage account to use for placing the console output and screenshot. - - If storageUri is not specified while enabling boot diagnostics, managed storage will be used. protocol: {} serializationFormats: - json @@ -21278,16 +14765,6 @@ schemas: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

    You can easily view the output of your console log.

    Azure also enables you to see a screenshot of the VM from the hypervisor. namespace: '' - go: - name: BootDiagnostics - description: |- - BootDiagnostics - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. - - You can easily view the output of your console log. - - Azure also enables you to see a screenshot of the VM from the hypervisor. - marshallingFormat: json - namespace: '' protocol: {} serializedName: bootDiagnostics language: @@ -21296,14 +14773,6 @@ schemas: description: >- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

    You can easily view the output of your console log.

    Azure also enables you to see a screenshot of the VM from the hypervisor. - go: - name: BootDiagnostics - description: |- - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. - - You can easily view the output of your console log. - - Azure also enables you to see a screenshot of the VM from the hypervisor. protocol: {} serializationFormats: - json @@ -21315,26 +14784,12 @@ schemas: name: DiagnosticsProfile description: 'Specifies the boot diagnostic settings state.

    Minimum api-version: 2015-06-15.' namespace: '' - go: - name: DiagnosticsProfile - description: |- - DiagnosticsProfile - Specifies the boot diagnostic settings state. - - Minimum api-version: 2015-06-15. - marshallingFormat: json - namespace: '' protocol: {} serializedName: diagnosticsProfile language: default: name: diagnosticsProfile description: 'Specifies the boot diagnostic settings state.

    Minimum api-version: 2015-06-15.' - go: - name: DiagnosticsProfile - description: |- - Specifies the boot diagnostic settings state. - - Minimum api-version: 2015-06-15. protocol: {} - schema: *ref_22 serializedName: availabilitySet @@ -21349,18 +14804,6 @@ schemas: Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An existing VM cannot be added to an availability set.

    This property cannot exist along with a non-null properties.virtualMachineScaleSet reference. - go: - name: AvailabilitySet - description: |- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize - availability. For more information about availability sets, see Availability sets overview [https://docs.microsoft.com/azure/virtual-machines/availability-set-overview]. - - For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure [https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates] - - Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An - existing VM cannot be added to an availability set. - - This property cannot exist along with a non-null properties.virtualMachineScaleSet reference. protocol: {} - schema: *ref_22 serializedName: virtualMachineScaleSet @@ -21373,15 +14816,6 @@ schemas: Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set.

    This property cannot exist along with a non-null properties.availabilitySet reference.

    Minimum api‐version: 2019‐03‐01 - go: - name: VirtualMachineScaleSet - description: |- - Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different - nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. - - This property cannot exist along with a non-null properties.availabilitySet reference. - - Minimum api‐version: 2019‐03‐01 protocol: {} - schema: *ref_22 serializedName: proximityPlacementGroup @@ -21391,12 +14825,6 @@ schemas: default: name: proximityPlacementGroup description: 'Specifies information about the proximity placement group that the virtual machine should be assigned to.

    Minimum api-version: 2018-04-01.' - go: - name: ProximityPlacementGroup - description: |- - Specifies information about the proximity placement group that the virtual machine should be assigned to. - - Minimum api-version: 2018-04-01. protocol: {} - schema: *ref_219 serializedName: priority @@ -21404,12 +14832,6 @@ schemas: default: name: priority description: 'Specifies the priority for the virtual machine.

    Minimum api-version: 2019-03-01' - go: - name: Priority - description: |- - Specifies the priority for the virtual machine. - - Minimum api-version: 2019-03-01 protocol: {} - schema: *ref_220 serializedName: evictionPolicy @@ -21419,14 +14841,6 @@ schemas: description: >- Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.

    For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01.

    For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. - go: - name: EvictionPolicy - description: |- - Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. - - For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. - - For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. protocol: {} - schema: &ref_319 type: object @@ -21444,25 +14858,6 @@ schemas: also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

    Possible values are:

    - Any decimal value greater than zero. Example: 0.01538

    -1 – indicates default price to be up-to on-demand.

    You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

    Minimum api-version: 2019-03-01. - go: - name: MaxPrice - description: |- - Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. - - This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if - the maxPrice is greater than the current Azure Spot price. - - The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. - - Possible values are: - - - Any decimal value greater than zero. Example: 0.01538 - - -1 – indicates default price to be up-to on-demand. - - You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. - - Minimum api-version: 2019-03-01. protocol: {} serializationFormats: - json @@ -21474,26 +14869,12 @@ schemas: name: BillingProfile description: 'Specifies the billing related details of a Azure Spot VM or VMSS.

    Minimum api-version: 2019-03-01.' namespace: '' - go: - name: BillingProfile - description: |- - BillingProfile - Specifies the billing related details of a Azure Spot VM or VMSS. - - Minimum api-version: 2019-03-01. - marshallingFormat: json - namespace: '' protocol: {} serializedName: billingProfile language: default: name: billingProfile description: 'Specifies the billing related details of a Azure Spot virtual machine.

    Minimum api-version: 2019-03-01.' - go: - name: BillingProfile - description: |- - Specifies the billing related details of a Azure Spot virtual machine. - - Minimum api-version: 2019-03-01. protocol: {} - schema: *ref_22 serializedName: host @@ -21503,12 +14884,6 @@ schemas: default: name: host description: 'Specifies information about the dedicated host that the virtual machine resides in.

    Minimum api-version: 2018-10-01.' - go: - name: Host - description: |- - Specifies information about the dedicated host that the virtual machine resides in. - - Minimum api-version: 2018-10-01. protocol: {} - schema: *ref_22 serializedName: hostGroup @@ -21518,14 +14893,6 @@ schemas: default: name: hostGroup description: 'Specifies information about the dedicated host group that the virtual machine resides in.

    Minimum api-version: 2020-06-01.

    NOTE: User cannot specify both host and hostGroup properties.' - go: - name: HostGroup - description: |- - Specifies information about the dedicated host group that the virtual machine resides in. - - Minimum api-version: 2020-06-01. - - NOTE: User cannot specify both host and hostGroup properties. protocol: {} - schema: *ref_222 readOnly: true @@ -21534,11 +14901,8 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_694 + - schema: &ref_693 type: object apiVersions: - version: '2021-03-01' @@ -21549,9 +14913,6 @@ schemas: default: name: platformUpdateDomain description: Specifies the update domain of the virtual machine. - go: - name: PlatformUpdateDomain - description: Specifies the update domain of the virtual machine. protocol: {} - schema: *ref_224 serializedName: platformFaultDomain @@ -21559,9 +14920,6 @@ schemas: default: name: platformFaultDomain description: Specifies the fault domain of the virtual machine. - go: - name: PlatformFaultDomain - description: Specifies the fault domain of the virtual machine. protocol: {} - schema: *ref_225 serializedName: computerName @@ -21569,9 +14927,6 @@ schemas: default: name: computerName description: The computer name assigned to the virtual machine. - go: - name: ComputerName - description: The computer name assigned to the virtual machine. protocol: {} - schema: *ref_226 serializedName: osName @@ -21579,9 +14934,6 @@ schemas: default: name: osName description: The Operating System running on the virtual machine. - go: - name: OSName - description: The Operating System running on the virtual machine. protocol: {} - schema: *ref_227 serializedName: osVersion @@ -21589,9 +14941,6 @@ schemas: default: name: osVersion description: The version of Operating System running on the virtual machine. - go: - name: OSVersion - description: The version of Operating System running on the virtual machine. protocol: {} - schema: *ref_228 serializedName: hyperVGeneration @@ -21599,9 +14948,6 @@ schemas: default: name: hyperVGeneration description: Specifies the HyperVGeneration Type associated with a resource - go: - name: HyperVGeneration - description: Specifies the HyperVGeneration Type associated with a resource protocol: {} - schema: *ref_229 serializedName: rdpThumbPrint @@ -21609,9 +14955,6 @@ schemas: default: name: rdpThumbPrint description: The Remote desktop certificate thumbprint. - go: - name: RdpThumbPrint - description: The Remote desktop certificate thumbprint. protocol: {} - schema: &ref_385 type: object @@ -21624,15 +14967,12 @@ schemas: default: name: vmAgentVersion description: The VM Agent full version. - go: - name: VMAgentVersion - description: The VM Agent full version. protocol: {} - - schema: &ref_1174 + - schema: &ref_1173 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_695 + elementType: &ref_694 type: object apiVersions: - version: '2021-03-01' @@ -21643,9 +14983,6 @@ schemas: default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_232 serializedName: typeHandlerVersion @@ -21653,9 +14990,6 @@ schemas: default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - schema: *ref_89 serializedName: status @@ -21663,9 +14997,6 @@ schemas: default: name: status description: The extension handler status. - go: - name: Status - description: The extension handler status. protocol: {} serializationFormats: - json @@ -21677,33 +15008,19 @@ schemas: name: VirtualMachineExtensionHandlerInstanceView description: The instance view of a virtual machine extension handler. namespace: '' - go: - name: VirtualMachineExtensionHandlerInstanceView - description: VirtualMachineExtensionHandlerInstanceView - The instance view of a virtual machine extension handler. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineAgentInstanceViewExtensionHandlers description: The virtual machine extension handler instance view. - go: - name: '[]*VirtualMachineExtensionHandlerInstanceView' - description: The virtual machine extension handler instance view. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensionHandlers language: default: name: extensionHandlers description: The virtual machine extension handler instance view. - go: - name: ExtensionHandlers - description: The virtual machine extension handler instance view. - byValue: true protocol: {} - - schema: &ref_1175 + - schema: &ref_1174 type: array apiVersions: - version: '2021-03-01' @@ -21712,21 +15029,12 @@ schemas: default: name: VirtualMachineAgentInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -21738,21 +15046,12 @@ schemas: name: VirtualMachineAgentInstanceView description: The instance view of the VM Agent running on the virtual machine. namespace: '' - go: - name: VirtualMachineAgentInstanceView - description: VirtualMachineAgentInstanceView - The instance view of the VM Agent running on the virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: vmAgent language: default: name: vmAgent description: The VM Agent running on the virtual machine. - go: - name: VMAgent - description: The VM Agent running on the virtual machine. protocol: {} - schema: &ref_386 type: object @@ -21765,9 +15064,6 @@ schemas: default: name: isCustomerInitiatedMaintenanceAllowed description: True, if customer is allowed to perform Maintenance. - go: - name: IsCustomerInitiatedMaintenanceAllowed - description: True, if customer is allowed to perform Maintenance. protocol: {} - schema: *ref_234 serializedName: preMaintenanceWindowStartTime @@ -21775,9 +15071,6 @@ schemas: default: name: preMaintenanceWindowStartTime description: Start Time for the Pre Maintenance Window. - go: - name: PreMaintenanceWindowStartTime - description: Start Time for the Pre Maintenance Window. protocol: {} - schema: *ref_235 serializedName: preMaintenanceWindowEndTime @@ -21785,9 +15078,6 @@ schemas: default: name: preMaintenanceWindowEndTime description: End Time for the Pre Maintenance Window. - go: - name: PreMaintenanceWindowEndTime - description: End Time for the Pre Maintenance Window. protocol: {} - schema: *ref_236 serializedName: maintenanceWindowStartTime @@ -21795,9 +15085,6 @@ schemas: default: name: maintenanceWindowStartTime description: Start Time for the Maintenance Window. - go: - name: MaintenanceWindowStartTime - description: Start Time for the Maintenance Window. protocol: {} - schema: *ref_237 serializedName: maintenanceWindowEndTime @@ -21805,9 +15092,6 @@ schemas: default: name: maintenanceWindowEndTime description: End Time for the Maintenance Window. - go: - name: MaintenanceWindowEndTime - description: End Time for the Maintenance Window. protocol: {} - schema: *ref_238 serializedName: lastOperationResultCode @@ -21815,9 +15099,6 @@ schemas: default: name: lastOperationResultCode description: The Last Maintenance Operation Result Code. - go: - name: LastOperationResultCode - description: The Last Maintenance Operation Result Code. protocol: {} - schema: *ref_239 serializedName: lastOperationMessage @@ -21825,9 +15106,6 @@ schemas: default: name: lastOperationMessage description: Message returned for the last Maintenance Operation. - go: - name: LastOperationMessage - description: Message returned for the last Maintenance Operation. protocol: {} serializationFormats: - json @@ -21839,23 +15117,14 @@ schemas: name: MaintenanceRedeployStatus description: Maintenance Operation Status. namespace: '' - go: - name: MaintenanceRedeployStatus - description: MaintenanceRedeployStatus - Maintenance Operation Status. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: maintenanceRedeployStatus language: default: name: maintenanceRedeployStatus description: The Maintenance Operation status on the virtual machine. - go: - name: MaintenanceRedeployStatus - description: The Maintenance Operation status on the virtual machine. protocol: {} - - schema: &ref_1178 + - schema: &ref_1177 type: array apiVersions: - version: '2021-03-01' @@ -21870,11 +15139,8 @@ schemas: default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - - schema: &ref_1176 + - schema: &ref_1175 type: array apiVersions: - version: '2021-03-01' @@ -21883,26 +15149,14 @@ schemas: default: name: DiskInstanceViewEncryptionSettings description: 'Specifies the encryption settings for the OS Disk.

    Minimum api-version: 2015-06-15' - go: - name: '[]*DiskEncryptionSettings' - description: 'Specifies the encryption settings for the OS Disk.

    Minimum api-version: 2015-06-15' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: encryptionSettings language: default: name: encryptionSettings description: 'Specifies the encryption settings for the OS Disk.

    Minimum api-version: 2015-06-15' - go: - name: EncryptionSettings - description: |- - Specifies the encryption settings for the OS Disk. - - Minimum api-version: 2015-06-15 - byValue: true protocol: {} - - schema: &ref_1177 + - schema: &ref_1176 type: array apiVersions: - version: '2021-03-01' @@ -21911,21 +15165,12 @@ schemas: default: name: DiskInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -21937,34 +15182,19 @@ schemas: name: DiskInstanceView description: The instance view of the disk. namespace: '' - go: - name: DiskInstanceView - description: DiskInstanceView - The instance view of the disk. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineInstanceViewDisks description: The virtual machine disk information. - go: - name: '[]*DiskInstanceView' - description: The virtual machine disk information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: disks language: default: name: disks description: The virtual machine disk information. - go: - name: Disks - description: The virtual machine disk information. - byValue: true protocol: {} - - schema: &ref_1179 + - schema: &ref_1178 type: array apiVersions: - version: '2021-03-01' @@ -21973,21 +15203,12 @@ schemas: default: name: VirtualMachineInstanceViewExtensions description: The extensions information. - go: - name: '[]*VirtualMachineExtensionInstanceView' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensions language: default: name: extensions description: The extensions information. - go: - name: Extensions - description: The extensions information. - byValue: true protocol: {} - schema: &ref_388 type: object @@ -22001,9 +15222,6 @@ schemas: default: name: status description: The health status information for the VM. - go: - name: Status - description: READ-ONLY; The health status information for the VM. protocol: {} serializationFormats: - json @@ -22015,11 +15233,6 @@ schemas: name: VirtualMachineHealthStatus description: The health status of the VM. namespace: '' - go: - name: VirtualMachineHealthStatus - description: VirtualMachineHealthStatus - The health status of the VM. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: vmHealth @@ -22027,9 +15240,6 @@ schemas: default: name: vmHealth description: The health status for the VM. - go: - name: VMHealth - description: READ-ONLY; The health status for the VM. protocol: {} - schema: &ref_389 type: object @@ -22043,12 +15253,6 @@ schemas: default: name: consoleScreenshotBlobUri description: 'The console screenshot blob URI.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' - go: - name: ConsoleScreenshotBlobURI - description: |- - READ-ONLY; The console screenshot blob URI. - - NOTE: This will not be set if boot diagnostics is currently enabled with managed storage. protocol: {} - schema: *ref_244 readOnly: true @@ -22057,12 +15261,6 @@ schemas: default: name: serialConsoleLogBlobUri description: 'The serial console log blob Uri.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' - go: - name: SerialConsoleLogBlobURI - description: |- - READ-ONLY; The serial console log blob Uri. - - NOTE: This will not be set if boot diagnostics is currently enabled with managed storage. protocol: {} - schema: *ref_89 readOnly: true @@ -22071,12 +15269,6 @@ schemas: default: name: status description: 'The boot diagnostics status information for the VM.

    NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.' - go: - name: Status - description: |- - READ-ONLY; The boot diagnostics status information for the VM. - - NOTE: It will be set only if there are errors encountered in enabling boot diagnostics. protocol: {} serializationFormats: - json @@ -22088,11 +15280,6 @@ schemas: name: BootDiagnosticsInstanceView description: The instance view of a virtual machine boot diagnostics. namespace: '' - go: - name: BootDiagnosticsInstanceView - description: BootDiagnosticsInstanceView - The instance view of a virtual machine boot diagnostics. - marshallingFormat: json - namespace: '' protocol: {} serializedName: bootDiagnostics language: @@ -22101,14 +15288,6 @@ schemas: description: >- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

    You can easily view the output of your console log.

    Azure also enables you to see a screenshot of the VM from the hypervisor. - go: - name: BootDiagnostics - description: |- - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. - - You can easily view the output of your console log. - - Azure also enables you to see a screenshot of the VM from the hypervisor. protocol: {} - schema: *ref_245 readOnly: true @@ -22119,18 +15298,8 @@ schemas: description: >- Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum api-version: 2020-06-01. - go: - name: AssignedHost - description: >- - READ-ONLY; Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has - automatic - - placement enabled. - - - Minimum api-version: 2020-06-01. protocol: {} - - schema: &ref_1180 + - schema: &ref_1179 type: array apiVersions: - version: '2021-03-01' @@ -22139,28 +15308,19 @@ schemas: default: name: VirtualMachineInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} - - schema: &ref_696 + - schema: &ref_695 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_697 + - schema: &ref_696 type: object apiVersions: - version: '2021-03-01' @@ -22174,11 +15334,6 @@ schemas: description: >- The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." - go: - name: Status - description: |- - READ-ONLY; The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or - "CompletedWithWarnings." protocol: {} - schema: *ref_247 readOnly: true @@ -22187,9 +15342,6 @@ schemas: default: name: assessmentActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: AssessmentActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - schema: *ref_248 readOnly: true @@ -22198,9 +15350,6 @@ schemas: default: name: rebootPending description: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. - go: - name: RebootPending - description: READ-ONLY; The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. protocol: {} - schema: *ref_249 readOnly: true @@ -22209,9 +15358,6 @@ schemas: default: name: criticalAndSecurityPatchCount description: The number of critical or security patches that have been detected as available and not yet installed. - go: - name: CriticalAndSecurityPatchCount - description: READ-ONLY; The number of critical or security patches that have been detected as available and not yet installed. protocol: {} - schema: *ref_250 readOnly: true @@ -22220,9 +15366,6 @@ schemas: default: name: otherPatchCount description: The number of all available patches excluding critical and security. - go: - name: OtherPatchCount - description: READ-ONLY; The number of all available patches excluding critical and security. protocol: {} - schema: *ref_251 readOnly: true @@ -22231,9 +15374,6 @@ schemas: default: name: startTime description: The UTC timestamp when the operation began. - go: - name: StartTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: *ref_252 readOnly: true @@ -22242,9 +15382,6 @@ schemas: default: name: lastModifiedTime description: The UTC timestamp when the operation began. - go: - name: LastModifiedTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: &ref_270 type: object @@ -22253,13 +15390,13 @@ schemas: - version: '2020-12-01' - version: '2020-09-30' properties: - - schema: &ref_1158 + - schema: &ref_1157 type: array apiVersions: - version: '2021-03-01' - version: '2020-12-01' - version: '2020-09-30' - elementType: &ref_659 + elementType: &ref_658 type: object apiVersions: - version: '2021-03-01' @@ -22272,9 +15409,6 @@ schemas: default: name: code description: The error code. - go: - name: Code - description: The error code. protocol: {} - schema: *ref_254 serializedName: target @@ -22282,9 +15416,6 @@ schemas: default: name: target description: The target of the particular error. - go: - name: Target - description: The target of the particular error. protocol: {} - schema: *ref_255 serializedName: message @@ -22292,9 +15423,6 @@ schemas: default: name: message description: The error message. - go: - name: Message - description: The error message. protocol: {} serializationFormats: - json @@ -22307,33 +15435,19 @@ schemas: name: ApiErrorBase description: Api error base. namespace: '' - go: - name: APIErrorBase - description: APIErrorBase - Api error base. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ApiErrorDetails description: The Api error details - go: - name: '[]*APIErrorBase' - description: The Api error details - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: details language: default: name: details description: The Api error details - go: - name: Details - description: The Api error details - byValue: true protocol: {} - - schema: &ref_660 + - schema: &ref_659 type: object apiVersions: - version: '2021-03-01' @@ -22346,9 +15460,6 @@ schemas: default: name: exceptiontype description: The exception type. - go: - name: Exceptiontype - description: The exception type. protocol: {} - schema: *ref_257 serializedName: errordetail @@ -22356,9 +15467,6 @@ schemas: default: name: errordetail description: The internal error message or exception dump. - go: - name: Errordetail - description: The internal error message or exception dump. protocol: {} serializationFormats: - json @@ -22371,20 +15479,12 @@ schemas: name: InnerError description: Inner error details. namespace: '' - go: - name: InnerError - description: InnerError - Inner error details. - marshallingFormat: json - namespace: '' protocol: {} serializedName: innererror language: default: name: innererror description: The Api inner error - go: - name: Innererror - description: The Api inner error protocol: {} - schema: *ref_258 serializedName: code @@ -22392,9 +15492,6 @@ schemas: default: name: code description: The error code. - go: - name: Code - description: The error code. protocol: {} - schema: *ref_259 serializedName: target @@ -22402,9 +15499,6 @@ schemas: default: name: target description: The target of the particular error. - go: - name: Target - description: The target of the particular error. protocol: {} - schema: *ref_260 serializedName: message @@ -22412,9 +15506,6 @@ schemas: default: name: message description: The error message. - go: - name: Message - description: The error message. protocol: {} serializationFormats: - json @@ -22427,12 +15518,6 @@ schemas: name: ApiError description: Api error. namespace: '' - go: - name: APIError - description: APIError - Api error. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: error @@ -22440,9 +15525,6 @@ schemas: default: name: error description: The errors that were encountered during execution of the operation. The details array contains the list of them. - go: - name: Error - description: READ-ONLY; The errors that were encountered during execution of the operation. The details array contains the list of them. protocol: {} serializationFormats: - json @@ -22454,23 +15536,14 @@ schemas: name: AvailablePatchSummary description: Describes the properties of an virtual machine instance view for available patch summary. namespace: '' - go: - name: AvailablePatchSummary - description: AvailablePatchSummary - Describes the properties of an virtual machine instance view for available patch summary. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: availablePatchSummary language: default: name: availablePatchSummary description: The available patch summary of the latest assessment operation for the virtual machine. - go: - name: AvailablePatchSummary - description: The available patch summary of the latest assessment operation for the virtual machine. protocol: {} - - schema: &ref_698 + - schema: &ref_697 type: object apiVersions: - version: '2021-03-01' @@ -22484,11 +15557,6 @@ schemas: description: >- The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." - go: - name: Status - description: |- - READ-ONLY; The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or - "CompletedWithWarnings." protocol: {} - schema: *ref_261 readOnly: true @@ -22497,9 +15565,6 @@ schemas: default: name: installationActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: InstallationActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - schema: *ref_262 readOnly: true @@ -22508,9 +15573,6 @@ schemas: default: name: maintenanceWindowExceeded description: Describes whether the operation ran out of time before it completed all its intended actions - go: - name: MaintenanceWindowExceeded - description: READ-ONLY; Describes whether the operation ran out of time before it completed all its intended actions protocol: {} - schema: *ref_263 readOnly: true @@ -22519,9 +15581,6 @@ schemas: default: name: notSelectedPatchCount description: The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. - go: - name: NotSelectedPatchCount - description: READ-ONLY; The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. protocol: {} - schema: *ref_264 readOnly: true @@ -22530,9 +15589,6 @@ schemas: default: name: excludedPatchCount description: The number of all available patches but excluded explicitly by a customer-specified exclusion list match. - go: - name: ExcludedPatchCount - description: READ-ONLY; The number of all available patches but excluded explicitly by a customer-specified exclusion list match. protocol: {} - schema: *ref_265 readOnly: true @@ -22541,9 +15597,6 @@ schemas: default: name: pendingPatchCount description: The number of all available patches expected to be installed over the course of the patch installation operation. - go: - name: PendingPatchCount - description: READ-ONLY; The number of all available patches expected to be installed over the course of the patch installation operation. protocol: {} - schema: *ref_266 readOnly: true @@ -22552,9 +15605,6 @@ schemas: default: name: installedPatchCount description: The count of patches that successfully installed. - go: - name: InstalledPatchCount - description: READ-ONLY; The count of patches that successfully installed. protocol: {} - schema: *ref_267 readOnly: true @@ -22563,9 +15613,6 @@ schemas: default: name: failedPatchCount description: The count of patches that failed installation. - go: - name: FailedPatchCount - description: READ-ONLY; The count of patches that failed installation. protocol: {} - schema: *ref_268 readOnly: true @@ -22574,9 +15621,6 @@ schemas: default: name: startTime description: The UTC timestamp when the operation began. - go: - name: StartTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: *ref_269 readOnly: true @@ -22585,9 +15629,6 @@ schemas: default: name: lastModifiedTime description: The UTC timestamp when the operation began. - go: - name: LastModifiedTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: *ref_270 readOnly: true @@ -22596,9 +15637,6 @@ schemas: default: name: error description: The errors that were encountered during execution of the operation. The details array contains the list of them. - go: - name: Error - description: READ-ONLY; The errors that were encountered during execution of the operation. The details array contains the list of them. protocol: {} serializationFormats: - json @@ -22610,23 +15648,14 @@ schemas: name: LastPatchInstallationSummary description: Describes the properties of the last installed patch summary. namespace: '' - go: - name: LastPatchInstallationSummary - description: LastPatchInstallationSummary - Describes the properties of the last installed patch summary. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: lastPatchInstallationSummary language: default: name: lastPatchInstallationSummary description: The installation summary of the latest installation operation for the virtual machine. - go: - name: LastPatchInstallationSummary - description: The installation summary of the latest installation operation for the virtual machine. protocol: {} - - schema: &ref_1181 + - schema: &ref_1180 type: array apiVersions: - version: '2021-03-01' @@ -22635,11 +15664,6 @@ schemas: default: name: VirtualMachinePatchStatusConfigurationStatuses description: The enablement status of the specified patchMode - go: - name: '[]*InstanceViewStatus' - description: The enablement status of the specified patchMode - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: configurationStatuses @@ -22647,10 +15671,6 @@ schemas: default: name: configurationStatuses description: The enablement status of the specified patchMode - go: - name: ConfigurationStatuses - description: READ-ONLY; The enablement status of the specified patchMode - byValue: true protocol: {} serializationFormats: - json @@ -22662,21 +15682,12 @@ schemas: name: VirtualMachinePatchStatus description: The status of virtual machine patch operations. namespace: '' - go: - name: VirtualMachinePatchStatus - description: VirtualMachinePatchStatus - The status of virtual machine patch operations. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: patchStatus language: default: name: patchStatus description: '[Preview Feature] The status of virtual machine patch operations.' - go: - name: PatchStatus - description: '[Preview Feature] The status of virtual machine patch operations.' protocol: {} serializationFormats: - json @@ -22688,12 +15699,6 @@ schemas: name: VirtualMachineInstanceView description: The instance view of a virtual machine. namespace: '' - go: - name: VirtualMachineInstanceView - description: VirtualMachineInstanceView - The instance view of a virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: instanceView @@ -22701,9 +15706,6 @@ schemas: default: name: instanceView description: The virtual machine instance view. - go: - name: InstanceView - description: READ-ONLY; The virtual machine instance view. protocol: {} - schema: *ref_271 serializedName: licenseType @@ -22715,28 +15717,6 @@ schemas: Possible values for Linux Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: LicenseType - description: |- - Specifies that the image or disk that is being used was licensed on-premises. - - Possible values for Windows Server operating system are: - - WindowsClient - - WindowsServer - - Possible values for Linux Server operating system are: - - RHELBYOS (for RHEL) - - SLESBYOS (for SUSE) - - For more information, see Azure Hybrid Use Benefit for Windows Server [https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing] - - Azure Hybrid Use Benefit for Linux Server [https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux] - - Minimum api-version: 2015-06-15 protocol: {} - schema: *ref_272 readOnly: true @@ -22745,9 +15725,6 @@ schemas: default: name: vmId description: Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. - go: - name: VMID - description: READ-ONLY; Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. protocol: {} - schema: *ref_273 serializedName: extensionsTimeBudget @@ -22757,13 +15734,6 @@ schemas: description: >- Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    Minimum api-version: 2020-06-01 - go: - name: ExtensionsTimeBudget - description: |- - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 - minutes (PT1H30M). - - Minimum api-version: 2020-06-01 protocol: {} - schema: *ref_274 serializedName: platformFaultDomain @@ -22775,22 +15745,13 @@ schemas: across available fault domains.
  • This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.
  • The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.
  • This property cannot be updated once the Virtual Machine is created.
  • Fault domain assignment can be viewed in the Virtual Machine Instance View.

    Minimum api‐version: 2020‐12‐01 - go: - name: PlatformFaultDomain - description: |- - Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains - balance across available fault domains. - This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.This property - cannot be updated once the Virtual Machine is created.Fault domain assignment can be viewed in the Virtual Machine Instance View. - - Minimum api‐version: 2020‐12‐01 protocol: {} - schema: &ref_320 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_699 + - schema: &ref_698 type: object apiVersions: - version: '2021-03-01' @@ -22803,13 +15764,6 @@ schemas: description: >- Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M) - go: - name: NotBeforeTimeout - description: >- - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must - be - - specified in ISO 8601 format, the default value is 5 minutes (PT5M) protocol: {} - schema: *ref_276 serializedName: enable @@ -22817,9 +15771,6 @@ schemas: default: name: enable description: Specifies whether the Terminate Scheduled event is enabled or disabled. - go: - name: Enable - description: Specifies whether the Terminate Scheduled event is enabled or disabled. protocol: {} serializationFormats: - json @@ -22831,20 +15782,12 @@ schemas: name: TerminateNotificationProfile description: '' namespace: '' - go: - name: TerminateNotificationProfile - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: terminateNotificationProfile language: default: name: terminateNotificationProfile description: Specifies Terminate Scheduled Event related configurations. - go: - name: TerminateNotificationProfile - description: Specifies Terminate Scheduled Event related configurations. protocol: {} serializationFormats: - json @@ -22856,20 +15799,12 @@ schemas: name: ScheduledEventsProfile description: '' namespace: '' - go: - name: ScheduledEventsProfile - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: scheduledEventsProfile language: default: name: scheduledEventsProfile description: Specifies Scheduled Event related configurations. - go: - name: ScheduledEventsProfile - description: Specifies Scheduled Event related configurations. protocol: {} - schema: *ref_277 serializedName: userData @@ -22877,12 +15812,6 @@ schemas: default: name: userData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: UserData - description: |- - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. - - Minimum api-version: 2021-03-01 protocol: {} serializationFormats: - json @@ -22894,11 +15823,6 @@ schemas: name: VirtualMachineProperties description: Describes the properties of a Virtual Machine. namespace: '' - go: - name: VirtualMachineProperties - description: VirtualMachineProperties - Describes the properties of a Virtual Machine. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -22907,11 +15831,8 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine. - go: - name: Properties - description: Describes the properties of a Virtual Machine. protocol: {} - - schema: &ref_1182 + - schema: &ref_1181 type: array apiVersions: - version: '2021-03-01' @@ -22920,11 +15841,6 @@ schemas: default: name: VirtualMachineResources description: The virtual machine child extension resources. - go: - name: '[]*VirtualMachineExtension' - description: The virtual machine child extension resources. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: resources @@ -22932,12 +15848,8 @@ schemas: default: name: resources description: The virtual machine child extension resources. - go: - name: Resources - description: READ-ONLY; The virtual machine child extension resources. - byValue: true protocol: {} - - schema: &ref_606 + - schema: &ref_605 type: object apiVersions: - version: '2021-03-01' @@ -22949,9 +15861,6 @@ schemas: default: name: principalId description: The principal id of virtual machine identity. This property will only be provided for a system assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal id of virtual machine identity. This property will only be provided for a system assigned identity. protocol: {} - schema: *ref_280 readOnly: true @@ -22960,9 +15869,6 @@ schemas: default: name: tenantId description: The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. - go: - name: TenantID - description: READ-ONLY; The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. protocol: {} - schema: *ref_281 serializedName: type @@ -22972,29 +15878,15 @@ schemas: description: >- The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine. - go: - name: Type - description: |- - The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will - remove any identities from the virtual machine. protocol: {} - schema: *ref_282 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities description: >- The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - go: - name: UserAssignedIdentities - description: |- - The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - byValue: true protocol: {} serializationFormats: - json @@ -23006,23 +15898,14 @@ schemas: name: VirtualMachineIdentity description: Identity for the virtual machine. namespace: '' - go: - name: VirtualMachineIdentity - description: VirtualMachineIdentity - Identity for the virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The identity of the virtual machine, if configured. - go: - name: Identity - description: The identity of the virtual machine, if configured. protocol: {} - - schema: &ref_1183 + - schema: &ref_1182 type: array apiVersions: - version: '2021-03-01' @@ -23031,21 +15914,12 @@ schemas: default: name: VirtualMachineZones description: The virtual machine zones. - go: - name: '[]*string' - description: The virtual machine zones. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: The virtual machine zones. - go: - name: Zones - description: The virtual machine zones. - byValue: true protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -23053,9 +15927,6 @@ schemas: default: name: extendedLocation description: The extended location of the Virtual Machine. - go: - name: ExtendedLocation - description: The extended location of the Virtual Machine. protocol: {} serializationFormats: - json @@ -23067,12 +15938,6 @@ schemas: name: VirtualMachine description: Describes a Virtual Machine. namespace: '' - go: - name: VirtualMachine - description: VirtualMachine - Describes a Virtual Machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_572 type: object @@ -23090,9 +15955,6 @@ schemas: default: name: sku description: The virtual machine scale set sku. - go: - name: SKU - description: The virtual machine scale set sku. protocol: {} - schema: *ref_286 serializedName: plan @@ -23103,19 +15965,13 @@ schemas: Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. - go: - name: Plan - description: |- - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. protocol: {} - - schema: &ref_702 + - schema: &ref_701 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_609 + - schema: &ref_608 type: object apiVersions: - version: '2021-03-01' @@ -23128,16 +15984,6 @@ schemas: description: >- Specifies the mode of an upgrade to virtual machines in the scale set.

    Possible values are:

    **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.

    **Automatic** - All virtual machines in the scale set are automatically updated at the same time. - go: - name: Mode - description: |- - Specifies the mode of an upgrade to virtual machines in the scale set. - - Possible values are: - - Manual - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action. - - Automatic - All virtual machines in the scale set are automatically updated at the same time. protocol: {} - schema: &ref_370 type: object @@ -23152,13 +15998,6 @@ schemas: description: >- The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%. - go: - name: MaxBatchInstancePercent - description: >- - The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future - batches - - can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%. protocol: {} - schema: *ref_289 serializedName: maxUnhealthyInstancePercent @@ -23168,13 +16007,6 @@ schemas: description: >- The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%. - go: - name: MaxUnhealthyInstancePercent - description: >- - The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state - by - - the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%. protocol: {} - schema: *ref_290 serializedName: maxUnhealthyUpgradedInstancePercent @@ -23184,13 +16016,6 @@ schemas: description: >- The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%. - go: - name: MaxUnhealthyUpgradedInstancePercent - description: >- - The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever - exceeded, - - the rolling update aborts. The default value for this parameter is 20%. protocol: {} - schema: *ref_291 serializedName: pauseTimeBetweenBatches @@ -23200,13 +16025,6 @@ schemas: description: >- The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S). - go: - name: PauseTimeBetweenBatches - description: >- - The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 - seconds - - (PT0S). protocol: {} - schema: *ref_292 serializedName: enableCrossZoneUpgrade @@ -23214,9 +16032,6 @@ schemas: default: name: enableCrossZoneUpgrade description: Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. - go: - name: EnableCrossZoneUpgrade - description: Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. protocol: {} - schema: *ref_293 serializedName: prioritizeUnhealthyInstances @@ -23224,9 +16039,6 @@ schemas: default: name: prioritizeUnhealthyInstances description: Upgrade all unhealthy instances in a scale set before any healthy instances. - go: - name: PrioritizeUnhealthyInstances - description: Upgrade all unhealthy instances in a scale set before any healthy instances. protocol: {} serializationFormats: - json @@ -23238,22 +16050,14 @@ schemas: name: RollingUpgradePolicy description: The configuration parameters used while performing a rolling upgrade. namespace: '' - go: - name: RollingUpgradePolicy - description: RollingUpgradePolicy - The configuration parameters used while performing a rolling upgrade. - marshallingFormat: json - namespace: '' protocol: {} serializedName: rollingUpgradePolicy language: default: name: rollingUpgradePolicy description: The configuration parameters used while performing a rolling upgrade. - go: - name: RollingUpgradePolicy - description: The configuration parameters used while performing a rolling upgrade. protocol: {} - - schema: &ref_703 + - schema: &ref_702 type: object apiVersions: - version: '2021-03-01' @@ -23268,16 +16072,6 @@ schemas: If this is set to true for Windows based scale sets, [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) is automatically set to false and cannot be set to true. - go: - name: EnableAutomaticOSUpgrade - description: >- - Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. - - - If this is set to true for Windows based scale sets, enableAutomaticUpdates - - [https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet] is automatically set to false and cannot be set to - true. protocol: {} - schema: *ref_295 serializedName: disableAutomaticRollback @@ -23285,9 +16079,6 @@ schemas: default: name: disableAutomaticRollback description: Whether OS image rollback feature should be disabled. Default value is false. - go: - name: DisableAutomaticRollback - description: Whether OS image rollback feature should be disabled. Default value is false. protocol: {} serializationFormats: - json @@ -23299,20 +16090,12 @@ schemas: name: AutomaticOSUpgradePolicy description: The configuration parameters used for performing automatic OS upgrade. namespace: '' - go: - name: AutomaticOSUpgradePolicy - description: AutomaticOSUpgradePolicy - The configuration parameters used for performing automatic OS upgrade. - marshallingFormat: json - namespace: '' protocol: {} serializedName: automaticOSUpgradePolicy language: default: name: automaticOSUpgradePolicy description: Configuration parameters used for performing automatic OS Upgrade. - go: - name: AutomaticOSUpgradePolicy - description: Configuration parameters used for performing automatic OS Upgrade. protocol: {} serializationFormats: - json @@ -23324,22 +16107,14 @@ schemas: name: UpgradePolicy description: Describes an upgrade policy - automatic, manual, or rolling. namespace: '' - go: - name: UpgradePolicy - description: UpgradePolicy - Describes an upgrade policy - automatic, manual, or rolling. - marshallingFormat: json - namespace: '' protocol: {} serializedName: upgradePolicy language: default: name: upgradePolicy description: The upgrade policy. - go: - name: UpgradePolicy - description: The upgrade policy. protocol: {} - - schema: &ref_610 + - schema: &ref_609 type: object apiVersions: - version: '2021-03-01' @@ -23350,9 +16125,6 @@ schemas: default: name: enabled description: Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. - go: - name: Enabled - description: Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. protocol: {} - schema: *ref_297 serializedName: gracePeriod @@ -23363,12 +16135,6 @@ schemas: The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value. The maximum allowed grace period is 90 minutes (PT90M). - go: - name: GracePeriod - description: |- - The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. - The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value. The maximum allowed grace period is 90 minutes - (PT90M). protocol: {} serializationFormats: - json @@ -23380,27 +16146,19 @@ schemas: name: AutomaticRepairsPolicy description: Specifies the configuration parameters for automatic repairs on the virtual machine scale set. namespace: '' - go: - name: AutomaticRepairsPolicy - description: AutomaticRepairsPolicy - Specifies the configuration parameters for automatic repairs on the virtual machine scale set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: automaticRepairsPolicy language: default: name: automaticRepairsPolicy description: Policy for automatic repairs. - go: - name: AutomaticRepairsPolicy - description: Policy for automatic repairs. protocol: {} - - schema: &ref_704 + - schema: &ref_703 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_705 + - schema: &ref_704 type: object apiVersions: - version: '2021-03-01' @@ -23411,9 +16169,6 @@ schemas: default: name: computerNamePrefix description: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long. - go: - name: ComputerNamePrefix - description: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long. protocol: {} - schema: *ref_299 serializedName: adminUsername @@ -23425,28 +16180,6 @@ schemas: "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters - go: - name: AdminUsername - description: >- - Specifies the name of the administrator account. - - - Windows-only restriction: Cannot end in "." - - - Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", - "guest", - - "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". - - - Minimum-length (Linux): 1 character - - - Max-length (Linux): 64 characters - - - Max-length (Windows): 20 characters protocol: {} - schema: *ref_300 serializedName: adminPassword @@ -23460,31 +16193,6 @@ schemas: "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) - go: - name: AdminPassword - description: |- - Specifies the password of the administrator account. - - Minimum-length (Windows): 8 characters - - Minimum-length (Linux): 6 characters - - Max-length (Windows): 123 characters - - Max-length (Linux): 72 characters - - Complexity requirements: 3 out of 4 conditions below need to be fulfilled - Has lower characters - Has upper characters - Has a digit - Has a special character (Regex match [\W_]) - - Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" - - For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM [https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp] - - For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension - [https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection] protocol: {} - schema: *ref_301 serializedName: customData @@ -23495,16 +16203,6 @@ schemas: Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.

    For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) - go: - name: CustomData - description: >- - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array - is - - 65535 bytes. - - - For using cloud-init for your VM, see Using cloud-init to customize a Linux VM during creation [https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init] protocol: {} - schema: *ref_302 serializedName: windowsConfiguration @@ -23512,9 +16210,6 @@ schemas: default: name: windowsConfiguration description: Specifies Windows operating system settings on the virtual machine. - go: - name: WindowsConfiguration - description: Specifies Windows operating system settings on the virtual machine. protocol: {} - schema: *ref_303 serializedName: linuxConfiguration @@ -23524,14 +16219,8 @@ schemas: description: >- Specifies the Linux operating system settings on the virtual machine.

    For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). - go: - name: LinuxConfiguration - description: |- - Specifies the Linux operating system settings on the virtual machine. - - For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions [https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros]. protocol: {} - - schema: &ref_1185 + - schema: &ref_1184 type: array apiVersions: - version: '2021-03-01' @@ -23540,21 +16229,12 @@ schemas: default: name: VirtualMachineScaleSetOSProfileSecrets description: Specifies set of certificates that should be installed onto the virtual machines in the scale set. - go: - name: '[]*VaultSecretGroup' - description: Specifies set of certificates that should be installed onto the virtual machines in the scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: secrets language: default: name: secrets description: Specifies set of certificates that should be installed onto the virtual machines in the scale set. - go: - name: Secrets - description: Specifies set of certificates that should be installed onto the virtual machines in the scale set. - byValue: true protocol: {} serializationFormats: - json @@ -23566,23 +16246,14 @@ schemas: name: VirtualMachineScaleSetOSProfile description: Describes a virtual machine scale set OS profile. namespace: '' - go: - name: VirtualMachineScaleSetOSProfile - description: VirtualMachineScaleSetOSProfile - Describes a virtual machine scale set OS profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osProfile language: default: name: osProfile description: Specifies the operating system settings for the virtual machines in the scale set. - go: - name: OSProfile - description: Specifies the operating system settings for the virtual machines in the scale set. protocol: {} - - schema: &ref_706 + - schema: &ref_705 type: object apiVersions: - version: '2021-03-01' @@ -23595,15 +16266,8 @@ schemas: description: >- Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. - go: - name: ImageReference - description: >- - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a - platform - - image, marketplace image, or virtual machine image, but is not used in other creation operations. protocol: {} - - schema: &ref_707 + - schema: &ref_706 type: object apiVersions: - version: '2021-03-01' @@ -23615,9 +16279,6 @@ schemas: default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - schema: *ref_161 required: false @@ -23628,20 +16289,6 @@ schemas: description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage** - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage protocol: {} - schema: *ref_162 required: false @@ -23650,9 +16297,6 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - schema: *ref_165 required: true @@ -23664,16 +16308,6 @@ schemas: Specifies how the virtual machines in the scale set should be created.

    The only allowed value is: **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described. - go: - name: CreateOption - description: >- - REQUIRED; Specifies how the virtual machines in the scale set should be created. - - - The only allowed value is: FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference - element - - described above. If you are using a marketplace image, you also use the plan element previously described. protocol: {} - schema: *ref_306 required: false @@ -23682,9 +16316,6 @@ schemas: default: name: diffDiskSettings description: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set. - go: - name: DiffDiskSettings - description: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set. protocol: {} - schema: *ref_307 required: false @@ -23695,12 +16326,6 @@ schemas: description: >- Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_26 required: false @@ -23711,16 +16336,6 @@ schemas: description: >- This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.

    Possible values are:

    **Windows**

    **Linux** - go: - name: OSType - description: |- - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. - - Possible values are: - - Windows - - Linux protocol: {} - schema: *ref_160 required: false @@ -23729,11 +16344,8 @@ schemas: default: name: image description: Specifies information about the unmanaged user image to base the scale set on. - go: - name: Image - description: Specifies information about the unmanaged user image to base the scale set on. protocol: {} - - schema: &ref_1186 + - schema: &ref_1185 type: array apiVersions: - version: '2021-03-01' @@ -23742,11 +16354,6 @@ schemas: default: name: VirtualMachineScaleSetOSDiskVhdContainers description: Specifies the container urls that are used to store operating system disks for the scale set. - go: - name: '[]*string' - description: Specifies the container urls that are used to store operating system disks for the scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: vhdContainers @@ -23754,10 +16361,6 @@ schemas: default: name: vhdContainers description: Specifies the container urls that are used to store operating system disks for the scale set. - go: - name: VhdContainers - description: Specifies the container urls that are used to store operating system disks for the scale set. - byValue: true protocol: {} - schema: &ref_312 type: object @@ -23770,9 +16373,6 @@ schemas: default: name: storageAccountType description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' - go: - name: StorageAccountType - description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' protocol: {} - schema: *ref_45 serializedName: diskEncryptionSet @@ -23780,9 +16380,6 @@ schemas: default: name: diskEncryptionSet description: Specifies the customer managed disk encryption set resource id for the managed disk. - go: - name: DiskEncryptionSet - description: Specifies the customer managed disk encryption set resource id for the managed disk. protocol: {} serializationFormats: - json @@ -23794,11 +16391,6 @@ schemas: name: VirtualMachineScaleSetManagedDiskParameters description: Describes the parameters of a ScaleSet managed disk. namespace: '' - go: - name: VirtualMachineScaleSetManagedDiskParameters - description: VirtualMachineScaleSetManagedDiskParameters - Describes the parameters of a ScaleSet managed disk. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: managedDisk @@ -23806,9 +16398,6 @@ schemas: default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} serializationFormats: - json @@ -23820,12 +16409,6 @@ schemas: name: VirtualMachineScaleSetOSDisk description: Describes a virtual machine scale set operating system disk. namespace: '' - go: - name: VirtualMachineScaleSetOSDisk - description: VirtualMachineScaleSetOSDisk - Describes a virtual machine scale set operating system disk. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk language: @@ -23834,18 +16417,12 @@ schemas: description: >- Specifies information about the operating system disk used by the virtual machines in the scale set.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: OSDisk - description: |- - Specifies information about the operating system disk used by the virtual machines in the scale set. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. protocol: {} - - schema: &ref_1187 + - schema: &ref_1186 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_614 + elementType: &ref_613 type: object apiVersions: - version: '2021-03-01' @@ -23857,9 +16434,6 @@ schemas: default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - schema: *ref_310 required: true @@ -23868,9 +16442,6 @@ schemas: default: name: lun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: Lun - description: REQUIRED; Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - schema: *ref_161 required: false @@ -23881,20 +16452,6 @@ schemas: description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage** - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage protocol: {} - schema: *ref_162 required: false @@ -23903,9 +16460,6 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - schema: *ref_165 required: true @@ -23914,9 +16468,6 @@ schemas: default: name: createOption description: The create option. - go: - name: CreateOption - description: REQUIRED; The create option. protocol: {} - schema: *ref_311 required: false @@ -23927,12 +16478,6 @@ schemas: description: >- Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_312 required: false @@ -23941,9 +16486,6 @@ schemas: default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} - schema: *ref_313 required: false @@ -23952,9 +16494,6 @@ schemas: default: name: diskIOPSReadWrite description: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. - go: - name: DiskIOPSReadWrite - description: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. protocol: {} - schema: *ref_314 required: false @@ -23965,11 +16504,6 @@ schemas: description: >- Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. - go: - name: DiskMBpsReadWrite - description: >- - Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on - diskSizeGB. protocol: {} serializationFormats: - json @@ -23981,11 +16515,6 @@ schemas: name: VirtualMachineScaleSetDataDisk description: Describes a virtual machine scale set data disk. namespace: '' - go: - name: VirtualMachineScaleSetDataDisk - description: VirtualMachineScaleSetDataDisk - Describes a virtual machine scale set data disk. - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -23993,13 +16522,6 @@ schemas: description: >- Specifies the parameters that are used to add data disks to the virtual machines in the scale set.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: '[]*VirtualMachineScaleSetDataDisk' - description: >- - Specifies the parameters that are used to add data disks to the virtual machines in the scale set.

    For more information about disks, see [About disks and VHDs for Azure virtual - machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks language: @@ -24008,13 +16530,6 @@ schemas: description: >- Specifies the parameters that are used to add data disks to the virtual machines in the scale set.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: DataDisks - description: |- - Specifies the parameters that are used to add data disks to the virtual machines in the scale set. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. - byValue: true protocol: {} serializationFormats: - json @@ -24026,23 +16541,14 @@ schemas: name: VirtualMachineScaleSetStorageProfile description: Describes a virtual machine scale set storage profile. namespace: '' - go: - name: VirtualMachineScaleSetStorageProfile - description: VirtualMachineScaleSetStorageProfile - Describes a virtual machine scale set storage profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile language: default: name: storageProfile description: Specifies the storage settings for the virtual machine disks. - go: - name: StorageProfile - description: Specifies the storage settings for the virtual machine disks. protocol: {} - - schema: &ref_708 + - schema: &ref_707 type: object apiVersions: - version: '2021-03-01' @@ -24055,13 +16561,8 @@ schemas: description: >- A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. - go: - name: HealthProbe - description: |- - A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. protocol: {} - - schema: &ref_1195 + - schema: &ref_1194 type: array apiVersions: - version: '2021-03-01' @@ -24070,21 +16571,12 @@ schemas: default: name: VirtualMachineScaleSetNetworkProfileNetworkInterfaceConfigurations description: The list of network configurations. - go: - name: '[]*VirtualMachineScaleSetNetworkConfiguration' - description: The list of network configurations. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaceConfigurations language: default: name: networkInterfaceConfigurations description: The list of network configurations. - go: - name: NetworkInterfaceConfigurations - description: The list of network configurations. - byValue: true protocol: {} - schema: *ref_201 serializedName: networkApiVersion @@ -24092,9 +16584,6 @@ schemas: default: name: networkApiVersion description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' - go: - name: NetworkAPIVersion - description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' protocol: {} serializationFormats: - json @@ -24106,21 +16595,12 @@ schemas: name: VirtualMachineScaleSetNetworkProfile description: Describes a virtual machine scale set network profile. namespace: '' - go: - name: VirtualMachineScaleSetNetworkProfile - description: VirtualMachineScaleSetNetworkProfile - Describes a virtual machine scale set network profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile language: default: name: networkProfile description: Specifies properties of the network interfaces of the virtual machines in the scale set. - go: - name: NetworkProfile - description: Specifies properties of the network interfaces of the virtual machines in the scale set. protocol: {} - schema: *ref_315 serializedName: securityProfile @@ -24128,9 +16608,6 @@ schemas: default: name: securityProfile description: Specifies the Security related profile settings for the virtual machines in the scale set. - go: - name: SecurityProfile - description: Specifies the Security related profile settings for the virtual machines in the scale set. protocol: {} - schema: *ref_316 serializedName: diagnosticsProfile @@ -24138,19 +16615,13 @@ schemas: default: name: diagnosticsProfile description: 'Specifies the boot diagnostic settings state.

    Minimum api-version: 2015-06-15.' - go: - name: DiagnosticsProfile - description: |- - Specifies the boot diagnostic settings state. - - Minimum api-version: 2015-06-15. protocol: {} - - schema: &ref_615 + - schema: &ref_614 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1197 + - schema: &ref_1196 type: array apiVersions: - version: '2021-03-01' @@ -24159,21 +16630,12 @@ schemas: default: name: VirtualMachineScaleSetExtensionProfileExtensions description: The virtual machine scale set child extension resources. - go: - name: '[]*VirtualMachineScaleSetExtension' - description: The virtual machine scale set child extension resources. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensions language: default: name: extensions description: The virtual machine scale set child extension resources. - go: - name: Extensions - description: The virtual machine scale set child extension resources. - byValue: true protocol: {} - schema: *ref_317 serializedName: extensionsTimeBudget @@ -24183,16 +16645,6 @@ schemas: description: >- Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    Minimum api-version: 2020-06-01 - go: - name: ExtensionsTimeBudget - description: >- - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value - is 90 - - minutes (PT1H30M). - - - Minimum api-version: 2020-06-01 protocol: {} serializationFormats: - json @@ -24204,21 +16656,12 @@ schemas: name: VirtualMachineScaleSetExtensionProfile description: Describes a virtual machine scale set extension profile. namespace: '' - go: - name: VirtualMachineScaleSetExtensionProfile - description: VirtualMachineScaleSetExtensionProfile - Describes a virtual machine scale set extension profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: extensionProfile language: default: name: extensionProfile description: Specifies a collection of settings for extensions installed on virtual machines in the scale set. - go: - name: ExtensionProfile - description: Specifies a collection of settings for extensions installed on virtual machines in the scale set. protocol: {} - schema: *ref_318 serializedName: licenseType @@ -24230,28 +16673,6 @@ schemas: Possible values for Linux Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: LicenseType - description: |- - Specifies that the image or disk that is being used was licensed on-premises. - - Possible values for Windows Server operating system are: - - WindowsClient - - WindowsServer - - Possible values for Linux Server operating system are: - - RHELBYOS (for RHEL) - - SLESBYOS (for SUSE) - - For more information, see Azure Hybrid Use Benefit for Windows Server [https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing] - - Azure Hybrid Use Benefit for Linux Server [https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux] - - Minimum api-version: 2015-06-15 protocol: {} - schema: *ref_219 serializedName: priority @@ -24259,12 +16680,6 @@ schemas: default: name: priority description: 'Specifies the priority for the virtual machines in the scale set.

    Minimum api-version: 2017-10-30-preview' - go: - name: Priority - description: |- - Specifies the priority for the virtual machines in the scale set. - - Minimum api-version: 2017-10-30-preview protocol: {} - schema: *ref_220 serializedName: evictionPolicy @@ -24274,14 +16689,6 @@ schemas: description: >- Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.

    For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01.

    For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. - go: - name: EvictionPolicy - description: |- - Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. - - For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. - - For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. protocol: {} - schema: *ref_319 serializedName: billingProfile @@ -24289,12 +16696,6 @@ schemas: default: name: billingProfile description: 'Specifies the billing related details of a Azure Spot VMSS.

    Minimum api-version: 2019-03-01.' - go: - name: BillingProfile - description: |- - Specifies the billing related details of a Azure Spot VMSS. - - Minimum api-version: 2019-03-01. protocol: {} - schema: *ref_320 serializedName: scheduledEventsProfile @@ -24302,9 +16703,6 @@ schemas: default: name: scheduledEventsProfile description: Specifies Scheduled Event related configurations. - go: - name: ScheduledEventsProfile - description: Specifies Scheduled Event related configurations. protocol: {} - schema: *ref_321 serializedName: userData @@ -24312,12 +16710,6 @@ schemas: default: name: userData description: 'UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: UserData - description: |- - UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. - - Minimum api-version: 2021-03-01 protocol: {} serializationFormats: - json @@ -24329,20 +16721,12 @@ schemas: name: VirtualMachineScaleSetVMProfile description: Describes a virtual machine scale set virtual machine profile. namespace: '' - go: - name: VirtualMachineScaleSetVMProfile - description: VirtualMachineScaleSetVMProfile - Describes a virtual machine scale set virtual machine profile. - marshallingFormat: json - namespace: '' protocol: {} serializedName: virtualMachineProfile language: default: name: virtualMachineProfile description: The virtual machine profile. - go: - name: VirtualMachineProfile - description: The virtual machine profile. protocol: {} - schema: *ref_322 readOnly: true @@ -24351,9 +16735,6 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: *ref_323 serializedName: overprovision @@ -24361,9 +16742,6 @@ schemas: default: name: overprovision description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. - go: - name: Overprovision - description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. protocol: {} - schema: *ref_324 serializedName: doNotRunExtensionsOnOverprovisionedVMs @@ -24373,11 +16751,6 @@ schemas: description: >- When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. - go: - name: DoNotRunExtensionsOnOverprovisionedVMs - description: |- - When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra - overprovisioned VMs. protocol: {} - schema: *ref_325 readOnly: true @@ -24386,9 +16759,6 @@ schemas: default: name: uniqueId description: Specifies the ID which uniquely identifies a Virtual Machine Scale Set. - go: - name: UniqueID - description: READ-ONLY; Specifies the ID which uniquely identifies a Virtual Machine Scale Set. protocol: {} - schema: *ref_326 serializedName: singlePlacementGroup @@ -24398,11 +16768,6 @@ schemas: description: >- When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true. - go: - name: SinglePlacementGroup - description: |- - When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup - is false, it may not be modified to true. protocol: {} - schema: *ref_327 serializedName: zoneBalance @@ -24410,9 +16775,6 @@ schemas: default: name: zoneBalance description: Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. - go: - name: ZoneBalance - description: Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. protocol: {} - schema: *ref_328 serializedName: platformFaultDomainCount @@ -24420,9 +16782,6 @@ schemas: default: name: platformFaultDomainCount description: Fault Domain count for each placement group. - go: - name: PlatformFaultDomainCount - description: Fault Domain count for each placement group. protocol: {} - schema: *ref_22 serializedName: proximityPlacementGroup @@ -24432,12 +16791,6 @@ schemas: default: name: proximityPlacementGroup description: 'Specifies information about the proximity placement group that the virtual machine scale set should be assigned to.

    Minimum api-version: 2018-04-01.' - go: - name: ProximityPlacementGroup - description: |- - Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. - - Minimum api-version: 2018-04-01. protocol: {} - schema: *ref_22 serializedName: hostGroup @@ -24447,12 +16800,6 @@ schemas: default: name: hostGroup description: 'Specifies information about the dedicated host group that the virtual machine scale set resides in.

    Minimum api-version: 2020-06-01.' - go: - name: HostGroup - description: |- - Specifies information about the dedicated host group that the virtual machine scale set resides in. - - Minimum api-version: 2020-06-01. protocol: {} - schema: *ref_329 serializedName: additionalCapabilities @@ -24462,18 +16809,13 @@ schemas: description: >- Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type. - go: - name: AdditionalCapabilities - description: |- - Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching - managed data disks with UltraSSD_LRS storage account type. protocol: {} - - schema: &ref_618 + - schema: &ref_617 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1198 + - schema: &ref_1197 type: array apiVersions: - version: '2021-03-01' @@ -24488,17 +16830,6 @@ schemas: chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for removal.

    **NewestVM** When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal.

    - go: - name: '[]*VirtualMachineScaleSetScaleInRules' - description: >- - The rules to be followed when scaling-in a virtual machine scale set.

    Possible values are:

    **Default** When a virtual machine scale set is scaled in, the scale set will first be - balanced across zones if it is a zonal scale set. Then, it will be balanced across Fault Domains as far as possible. Within each Fault Domain, the virtual machines chosen for removal will be the - newest ones that are not protected from scale-in.

    **OldestVM** When a virtual machine scale set is being scaled-in, the oldest virtual machines that are not protected from scale-in will be - chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for - removal.

    **NewestVM** When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual - machine scale sets, the scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal.

    - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: rules language: @@ -24511,22 +16842,6 @@ schemas: chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for removal.

    **NewestVM** When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal.

    - go: - name: Rules - description: |- - The rules to be followed when scaling-in a virtual machine scale set. - - Possible values are: - - Default When a virtual machine scale set is scaled in, the scale set will first be balanced across zones if it is a zonal scale set. Then, it will be balanced across Fault Domains as far as possible. - Within each Fault Domain, the virtual machines chosen for removal will be the newest ones that are not protected from scale-in. - - OldestVM When a virtual machine scale set is being scaled-in, the oldest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the - scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for removal. - - NewestVM When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the - scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal. - byValue: true protocol: {} serializationFormats: - json @@ -24538,21 +16853,12 @@ schemas: name: ScaleInPolicy description: Describes a scale-in policy for a virtual machine scale set. namespace: '' - go: - name: ScaleInPolicy - description: ScaleInPolicy - Describes a scale-in policy for a virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: scaleInPolicy language: default: name: scaleInPolicy description: Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. - go: - name: ScaleInPolicy - description: Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. protocol: {} - schema: *ref_331 serializedName: orchestrationMode @@ -24560,9 +16866,6 @@ schemas: default: name: orchestrationMode description: Specifies the orchestration mode for the virtual machine scale set. - go: - name: OrchestrationMode - description: Specifies the orchestration mode for the virtual machine scale set. protocol: {} serializationFormats: - json @@ -24574,11 +16877,6 @@ schemas: name: VirtualMachineScaleSetProperties description: Describes the properties of a Virtual Machine Scale Set. namespace: '' - go: - name: VirtualMachineScaleSetProperties - description: VirtualMachineScaleSetProperties - Describes the properties of a Virtual Machine Scale Set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -24587,11 +16885,8 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Scale Set. - go: - name: Properties - description: Describes the properties of a Virtual Machine Scale Set. protocol: {} - - schema: &ref_619 + - schema: &ref_618 type: object apiVersions: - version: '2021-03-01' @@ -24603,9 +16898,6 @@ schemas: default: name: principalId description: The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity. protocol: {} - schema: *ref_333 readOnly: true @@ -24614,9 +16906,6 @@ schemas: default: name: tenantId description: The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity. - go: - name: TenantID - description: READ-ONLY; The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity. protocol: {} - schema: *ref_281 serializedName: type @@ -24626,29 +16915,15 @@ schemas: description: >- The type of identity used for the virtual machine scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine scale set. - go: - name: Type - description: |- - The type of identity used for the virtual machine scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' - will remove any identities from the virtual machine scale set. protocol: {} - schema: *ref_334 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities description: >- The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - go: - name: UserAssignedIdentities - description: |- - The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - byValue: true protocol: {} serializationFormats: - json @@ -24660,23 +16935,14 @@ schemas: name: VirtualMachineScaleSetIdentity description: Identity for the virtual machine scale set. namespace: '' - go: - name: VirtualMachineScaleSetIdentity - description: VirtualMachineScaleSetIdentity - Identity for the virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The identity of the virtual machine scale set, if configured. - go: - name: Identity - description: The identity of the virtual machine scale set, if configured. protocol: {} - - schema: &ref_1199 + - schema: &ref_1198 type: array apiVersions: - version: '2021-03-01' @@ -24685,21 +16951,12 @@ schemas: default: name: VirtualMachineScaleSetZones description: 'The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set' - go: - name: '[]*string' - description: 'The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: 'The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set' - go: - name: Zones - description: 'The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set' - byValue: true protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -24707,9 +16964,6 @@ schemas: default: name: extendedLocation description: The extended location of the Virtual Machine Scale Set. - go: - name: ExtendedLocation - description: The extended location of the Virtual Machine Scale Set. protocol: {} serializationFormats: - json @@ -24721,12 +16975,6 @@ schemas: name: VirtualMachineScaleSet description: Describes a Virtual Machine Scale Set. namespace: '' - go: - name: VirtualMachineScaleSet - description: VirtualMachineScaleSet - Describes a Virtual Machine Scale Set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_573 type: object @@ -24738,7 +16986,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_604 + - schema: &ref_603 type: object apiVersions: - version: '2021-03-01' @@ -24751,11 +16999,8 @@ schemas: default: name: sourceVirtualMachine description: The source virtual machine from which Image is created. - go: - name: SourceVirtualMachine - description: The source virtual machine from which Image is created. protocol: {} - - schema: &ref_715 + - schema: &ref_714 type: object apiVersions: - version: '2021-03-01' @@ -24790,11 +17035,6 @@ schemas: default: name: lun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: Lun - description: >- - REQUIRED; Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a - VM. protocol: {} serializationFormats: - json @@ -24806,11 +17046,6 @@ schemas: name: ImageDataDisk description: Describes a data disk. namespace: '' - go: - name: ImageDataDisk - description: ImageDataDisk - Describes a data disk. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_336 @@ -24824,9 +17059,6 @@ schemas: default: name: snapshot description: The snapshot. - go: - name: Snapshot - description: The snapshot. protocol: {} - schema: *ref_22 serializedName: managedDisk @@ -24836,9 +17068,6 @@ schemas: default: name: managedDisk description: The managedDisk. - go: - name: ManagedDisk - description: The managedDisk. protocol: {} - schema: *ref_340 serializedName: blobUri @@ -24846,9 +17075,6 @@ schemas: default: name: blobUri description: The Virtual Hard Disk. - go: - name: BlobURI - description: The Virtual Hard Disk. protocol: {} - schema: *ref_161 serializedName: caching @@ -24858,20 +17084,6 @@ schemas: description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage** - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage protocol: {} - schema: *ref_341 serializedName: diskSizeGB @@ -24881,12 +17093,6 @@ schemas: description: >- Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_44 serializedName: storageAccountType @@ -24894,9 +17100,6 @@ schemas: default: name: storageAccountType description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' - go: - name: StorageAccountType - description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' protocol: {} - schema: *ref_45 serializedName: diskEncryptionSet @@ -24904,9 +17107,6 @@ schemas: default: name: diskEncryptionSet description: Specifies the customer managed disk encryption set resource id for the managed image disk. - go: - name: DiskEncryptionSet - description: Specifies the customer managed disk encryption set resource id for the managed image disk. protocol: {} serializationFormats: - json @@ -24918,11 +17118,6 @@ schemas: name: ImageDisk description: Describes a image disk. namespace: '' - go: - name: ImageDisk - description: ImageDisk - Describes a image disk. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_337 @@ -24934,16 +17129,6 @@ schemas: default: name: osType description: 'This property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: OSType - description: |- - REQUIRED; This property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image. - - Possible values are: - - Windows - - Linux protocol: {} - schema: *ref_342 required: true @@ -24952,9 +17137,6 @@ schemas: default: name: osState description: The OS State. - go: - name: OSState - description: REQUIRED; The OS State. protocol: {} serializationFormats: - json @@ -24966,11 +17148,6 @@ schemas: name: ImageOSDisk description: Describes an Operating System disk. namespace: '' - go: - name: ImageOSDisk - description: ImageOSDisk - Describes an Operating System disk. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk language: @@ -24979,14 +17156,8 @@ schemas: description: >- Specifies information about the operating system disk used by the virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: OSDisk - description: |- - Specifies information about the operating system disk used by the virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. protocol: {} - - schema: &ref_1201 + - schema: &ref_1200 type: array apiVersions: - version: '2021-03-01' @@ -24997,13 +17168,6 @@ schemas: description: >- Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: '[]*ImageDataDisk' - description: >- - Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual - machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks language: @@ -25012,13 +17176,6 @@ schemas: description: >- Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: DataDisks - description: |- - Specifies the parameters that are used to add a data disk to a virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. - byValue: true protocol: {} - schema: *ref_343 serializedName: zoneResilient @@ -25026,9 +17183,6 @@ schemas: default: name: zoneResilient description: Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). - go: - name: ZoneResilient - description: Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). protocol: {} serializationFormats: - json @@ -25040,21 +17194,12 @@ schemas: name: ImageStorageProfile description: Describes a storage profile. namespace: '' - go: - name: ImageStorageProfile - description: ImageStorageProfile - Describes a storage profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile language: default: name: storageProfile description: Specifies the storage settings for the virtual machine disks. - go: - name: StorageProfile - description: Specifies the storage settings for the virtual machine disks. protocol: {} - schema: *ref_344 readOnly: true @@ -25063,9 +17208,6 @@ schemas: default: name: provisioningState description: The provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state. protocol: {} - schema: *ref_29 serializedName: hyperVGeneration @@ -25075,11 +17217,6 @@ schemas: description: >- Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource. - go: - name: HyperVGeneration - description: |- - Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is - managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource. protocol: {} serializationFormats: - json @@ -25091,11 +17228,6 @@ schemas: name: ImageProperties description: Describes the properties of an Image. namespace: '' - go: - name: ImageProperties - description: ImageProperties - Describes the properties of an Image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -25104,9 +17236,6 @@ schemas: default: name: properties description: Describes the properties of an Image. - go: - name: Properties - description: Describes the properties of an Image. protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -25114,9 +17243,6 @@ schemas: default: name: extendedLocation description: The extended location of the Image. - go: - name: ExtendedLocation - description: The extended location of the Image. protocol: {} serializationFormats: - json @@ -25128,13 +17254,6 @@ schemas: name: Image description: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. namespace: '' - go: - name: Image - description: |- - Image - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not - exist. - marshallingFormat: json - namespace: '' protocol: {} - &ref_574 type: object @@ -25146,12 +17265,12 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_608 + - schema: &ref_607 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_720 + - schema: &ref_719 type: object apiVersions: - version: '2021-03-01' @@ -25163,9 +17282,6 @@ schemas: default: name: location description: Location of the source resource used to create this restore point collection. - go: - name: Location - description: READ-ONLY; Location of the source resource used to create this restore point collection. protocol: {} - schema: *ref_346 serializedName: id @@ -25173,9 +17289,6 @@ schemas: default: name: id description: Resource Id of the source resource used to create this restore point collection - go: - name: ID - description: Resource Id of the source resource used to create this restore point collection protocol: {} serializationFormats: - json @@ -25187,20 +17300,12 @@ schemas: name: RestorePointCollectionSourceProperties description: The properties of the source resource that this restore point collection is created from. namespace: '' - go: - name: RestorePointCollectionSourceProperties - description: RestorePointCollectionSourceProperties - The properties of the source resource that this restore point collection is created from. - marshallingFormat: json - namespace: '' protocol: {} serializedName: source language: default: name: source description: The properties of the source resource that this restore point collection is created from. - go: - name: Source - description: The properties of the source resource that this restore point collection is created from. protocol: {} - schema: *ref_347 readOnly: true @@ -25209,9 +17314,6 @@ schemas: default: name: provisioningState description: The provisioning state of the restore point collection. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state of the restore point collection. protocol: {} - schema: *ref_348 readOnly: true @@ -25220,11 +17322,8 @@ schemas: default: name: restorePointCollectionId description: The unique id of the restore point collection. - go: - name: RestorePointCollectionID - description: READ-ONLY; The unique id of the restore point collection. protocol: {} - - schema: &ref_1207 + - schema: &ref_1206 type: array apiVersions: - version: '2021-03-01' @@ -25251,9 +17350,6 @@ schemas: default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - schema: *ref_351 readOnly: true @@ -25262,9 +17358,6 @@ schemas: default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - schema: *ref_352 readOnly: true @@ -25273,9 +17366,6 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} serializationFormats: - json @@ -25289,16 +17379,11 @@ schemas: name: ProxyResource description: The resource model definition for an Azure Resource Manager proxy resource. It will not have tags and a location namespace: '' - go: - name: ProxyResource - description: ProxyResource - The resource model definition for an Azure Resource Manager proxy resource. It will not have tags and a location - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_353 properties: - - schema: &ref_721 + - schema: &ref_720 type: object apiVersions: - version: '2021-03-01' @@ -25309,16 +17394,13 @@ schemas: default: name: hardwareProfile description: Gets the hardware profile. - go: - name: HardwareProfile - description: Gets the hardware profile. protocol: {} - - schema: &ref_722 + - schema: &ref_721 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_723 + - schema: &ref_722 type: object apiVersions: - version: '2021-03-01' @@ -25329,9 +17411,6 @@ schemas: default: name: osType description: Gets the Operating System type. - go: - name: OSType - description: Gets the Operating System type. protocol: {} - schema: *ref_241 serializedName: encryptionSettings @@ -25339,9 +17418,6 @@ schemas: default: name: encryptionSettings description: Gets the disk encryption settings. - go: - name: EncryptionSettings - description: Gets the disk encryption settings. protocol: {} - schema: *ref_356 serializedName: name @@ -25349,9 +17425,6 @@ schemas: default: name: name description: Gets the disk name. - go: - name: Name - description: Gets the disk name. protocol: {} - schema: *ref_161 serializedName: caching @@ -25359,9 +17432,6 @@ schemas: default: name: caching description: Gets the caching type. - go: - name: Caching - description: Gets the caching type. protocol: {} - schema: *ref_357 serializedName: diskSizeGB @@ -25369,9 +17439,6 @@ schemas: default: name: diskSizeGB description: Gets the disk size in GB. - go: - name: DiskSizeGB - description: Gets the disk size in GB. protocol: {} - schema: *ref_78 serializedName: managedDisk @@ -25379,9 +17446,6 @@ schemas: default: name: managedDisk description: Gets the managed disk details - go: - name: ManagedDisk - description: Gets the managed disk details protocol: {} - schema: *ref_68 serializedName: diskRestorePoint @@ -25389,9 +17453,6 @@ schemas: default: name: diskRestorePoint description: Gets the disk restore point Id. - go: - name: DiskRestorePoint - description: Gets the disk restore point Id. protocol: {} serializationFormats: - json @@ -25403,26 +17464,18 @@ schemas: name: RestorePointSourceVMOSDisk description: Describes an Operating System disk. namespace: '' - go: - name: RestorePointSourceVMOSDisk - description: RestorePointSourceVMOSDisk - Describes an Operating System disk. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk language: default: name: osDisk description: Gets the OS disk of the VM captured at the time of the restore point creation. - go: - name: OSDisk - description: Gets the OS disk of the VM captured at the time of the restore point creation. protocol: {} - - schema: &ref_1205 + - schema: &ref_1204 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_724 + elementType: &ref_723 type: object apiVersions: - version: '2021-03-01' @@ -25433,9 +17486,6 @@ schemas: default: name: lun description: Gets the logical unit number. - go: - name: Lun - description: Gets the logical unit number. protocol: {} - schema: *ref_359 serializedName: name @@ -25443,9 +17493,6 @@ schemas: default: name: name description: Gets the disk name. - go: - name: Name - description: Gets the disk name. protocol: {} - schema: *ref_161 serializedName: caching @@ -25453,9 +17500,6 @@ schemas: default: name: caching description: Gets the caching type. - go: - name: Caching - description: Gets the caching type. protocol: {} - schema: *ref_360 serializedName: diskSizeGB @@ -25463,9 +17507,6 @@ schemas: default: name: diskSizeGB description: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. - go: - name: DiskSizeGB - description: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. protocol: {} - schema: *ref_78 serializedName: managedDisk @@ -25473,9 +17514,6 @@ schemas: default: name: managedDisk description: Gets the managed disk details - go: - name: ManagedDisk - description: Gets the managed disk details protocol: {} - schema: *ref_68 serializedName: diskRestorePoint @@ -25483,9 +17521,6 @@ schemas: default: name: diskRestorePoint description: Gets the disk restore point Id. - go: - name: DiskRestorePoint - description: Gets the disk restore point Id. protocol: {} serializationFormats: - json @@ -25497,31 +17532,17 @@ schemas: name: RestorePointSourceVMDataDisk description: Describes a data disk. namespace: '' - go: - name: RestorePointSourceVMDataDisk - description: RestorePointSourceVMDataDisk - Describes a data disk. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: RestorePointSourceVMStorageProfileDataDisks description: Gets the data disks of the VM captured at the time of the restore point creation. - go: - name: '[]*RestorePointSourceVMDataDisk' - description: Gets the data disks of the VM captured at the time of the restore point creation. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks language: default: name: dataDisks description: Gets the data disks of the VM captured at the time of the restore point creation. - go: - name: DataDisks - description: Gets the data disks of the VM captured at the time of the restore point creation. - byValue: true protocol: {} serializationFormats: - json @@ -25533,21 +17554,12 @@ schemas: name: RestorePointSourceVMStorageProfile description: Describes the storage profile. namespace: '' - go: - name: RestorePointSourceVMStorageProfile - description: RestorePointSourceVMStorageProfile - Describes the storage profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile language: default: name: storageProfile description: Gets the storage profile. - go: - name: StorageProfile - description: Gets the storage profile. protocol: {} - schema: *ref_361 serializedName: osProfile @@ -25555,9 +17567,6 @@ schemas: default: name: osProfile description: Gets the OS profile. - go: - name: OSProfile - description: Gets the OS profile. protocol: {} - schema: *ref_316 serializedName: diagnosticsProfile @@ -25565,9 +17574,6 @@ schemas: default: name: diagnosticsProfile description: Gets the diagnostics profile. - go: - name: DiagnosticsProfile - description: Gets the diagnostics profile. protocol: {} - schema: *ref_362 serializedName: licenseType @@ -25575,9 +17581,6 @@ schemas: default: name: licenseType description: Gets the license type, which is for bring your own license scenario. - go: - name: LicenseType - description: Gets the license type, which is for bring your own license scenario. protocol: {} - schema: *ref_363 serializedName: vmId @@ -25585,9 +17588,6 @@ schemas: default: name: vmId description: Gets the virtual machine unique id. - go: - name: VMID - description: Gets the virtual machine unique id. protocol: {} - schema: *ref_315 serializedName: securityProfile @@ -25595,9 +17595,6 @@ schemas: default: name: securityProfile description: Gets the security profile. - go: - name: SecurityProfile - description: Gets the security profile. protocol: {} serializationFormats: - json @@ -25611,15 +17608,6 @@ schemas: Describes the properties of the Virtual Machine for which the restore point was created. The properties provided are a subset and the snapshot of the overall Virtual Machine properties captured at the time of the restore point creation. namespace: '' - go: - name: RestorePointSourceMetadata - description: >- - RestorePointSourceMetadata - Describes the properties of the Virtual Machine for which the restore point was created. The properties provided are a subset and the snapshot of the overall Virtual - Machine properties captured at the - - time of the restore point creation. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: sourceMetadata @@ -25627,9 +17615,6 @@ schemas: default: name: sourceMetadata description: Gets the details of the VM captured at the time of the restore point creation. - go: - name: SourceMetadata - description: READ-ONLY; Gets the details of the VM captured at the time of the restore point creation. protocol: {} - schema: *ref_364 readOnly: true @@ -25638,9 +17623,6 @@ schemas: default: name: provisioningState description: Gets the provisioning state of the restore point. - go: - name: ProvisioningState - description: READ-ONLY; Gets the provisioning state of the restore point. protocol: {} - schema: *ref_365 readOnly: true @@ -25649,11 +17631,8 @@ schemas: default: name: consistencyMode description: Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. - go: - name: ConsistencyMode - description: READ-ONLY; Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. protocol: {} - - schema: &ref_725 + - schema: &ref_724 type: object apiVersions: - version: '2021-03-01' @@ -25664,9 +17643,6 @@ schemas: default: name: creationTime description: Gets the creation time of the restore point. - go: - name: CreationTime - description: Gets the creation time of the restore point. protocol: {} - schema: *ref_367 serializedName: totalUsedSizeInBytes @@ -25674,9 +17650,6 @@ schemas: default: name: totalUsedSizeInBytes description: Gets the total size of the data in all the disks which are part of the restore point. - go: - name: TotalUsedSizeInBytes - description: Gets the total size of the data in all the disks which are part of the restore point. protocol: {} - schema: *ref_368 serializedName: statusCode @@ -25684,9 +17657,6 @@ schemas: default: name: statusCode description: Gets the status of the Create restore point operation. - go: - name: StatusCode - description: Gets the status of the Create restore point operation. protocol: {} - schema: *ref_369 serializedName: statusMessage @@ -25694,9 +17664,6 @@ schemas: default: name: statusMessage description: Gets the status message of the Create restore point operation. - go: - name: StatusMessage - description: Gets the status message of the Create restore point operation. protocol: {} serializationFormats: - json @@ -25708,12 +17675,6 @@ schemas: name: RestorePointProvisioningDetails description: Restore Point Provisioning details. namespace: '' - go: - name: RestorePointProvisioningDetails - description: RestorePointProvisioningDetails - Restore Point Provisioning details. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: provisioningDetails @@ -25721,11 +17682,8 @@ schemas: default: name: provisioningDetails description: Gets the provisioning details set by the server during Create restore point operation. - go: - name: ProvisioningDetails - description: READ-ONLY; Gets the provisioning details set by the server during Create restore point operation. protocol: {} - - schema: &ref_1206 + - schema: &ref_1205 type: array apiVersions: - version: '2021-03-01' @@ -25734,21 +17692,12 @@ schemas: default: name: RestorePointExcludeDisks description: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. - go: - name: '[]*APIEntityReference' - description: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: excludeDisks language: default: name: excludeDisks description: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. - go: - name: ExcludeDisks - description: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. - byValue: true protocol: {} serializationFormats: - json @@ -25760,22 +17709,11 @@ schemas: name: RestorePoint description: Restore Point details. namespace: '' - go: - name: RestorePoint - description: RestorePoint - Restore Point details. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: RestorePointCollectionPropertiesRestorePoints description: A list containing all restore points created under this restore point collection. - go: - name: '[]*RestorePoint' - description: A list containing all restore points created under this restore point collection. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: restorePoints @@ -25783,10 +17721,6 @@ schemas: default: name: restorePoints description: A list containing all restore points created under this restore point collection. - go: - name: RestorePoints - description: READ-ONLY; A list containing all restore points created under this restore point collection. - byValue: true protocol: {} serializationFormats: - json @@ -25798,12 +17732,6 @@ schemas: name: RestorePointCollectionProperties description: The restore point collection properties. namespace: '' - go: - name: RestorePointCollectionProperties - description: RestorePointCollectionProperties - The restore point collection properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -25812,9 +17740,6 @@ schemas: default: name: properties description: The restore point collection properties. - go: - name: Properties - description: The restore point collection properties. protocol: {} serializationFormats: - json @@ -25826,11 +17751,6 @@ schemas: name: RestorePointCollection description: Create or update Restore Point collection parameters. namespace: '' - go: - name: RestorePointCollection - description: RestorePointCollection - Create or update Restore Point collection parameters. - marshallingFormat: json - namespace: '' protocol: {} - &ref_575 type: object @@ -25842,7 +17762,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_823 + - schema: &ref_822 type: object apiVersions: - version: '2021-03-01' @@ -25854,11 +17774,8 @@ schemas: default: name: policy description: The rolling upgrade policies applied for this upgrade. - go: - name: Policy - description: READ-ONLY; The rolling upgrade policies applied for this upgrade. protocol: {} - - schema: &ref_824 + - schema: &ref_823 type: object apiVersions: - version: '2021-03-01' @@ -25870,9 +17787,6 @@ schemas: default: name: code description: Code indicating the current status of the upgrade. - go: - name: Code - description: READ-ONLY; Code indicating the current status of the upgrade. protocol: {} - schema: *ref_372 readOnly: true @@ -25881,9 +17795,6 @@ schemas: default: name: startTime description: Start time of the upgrade. - go: - name: StartTime - description: READ-ONLY; Start time of the upgrade. protocol: {} - schema: *ref_373 readOnly: true @@ -25892,9 +17803,6 @@ schemas: default: name: lastAction description: The last action performed on the rolling upgrade. - go: - name: LastAction - description: READ-ONLY; The last action performed on the rolling upgrade. protocol: {} - schema: *ref_374 readOnly: true @@ -25903,9 +17811,6 @@ schemas: default: name: lastActionTime description: Last action time of the upgrade. - go: - name: LastActionTime - description: READ-ONLY; Last action time of the upgrade. protocol: {} serializationFormats: - json @@ -25917,12 +17822,6 @@ schemas: name: RollingUpgradeRunningStatus description: Information about the current running state of the overall upgrade. namespace: '' - go: - name: RollingUpgradeRunningStatus - description: RollingUpgradeRunningStatus - Information about the current running state of the overall upgrade. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: runningStatus @@ -25930,11 +17829,8 @@ schemas: default: name: runningStatus description: Information about the current running state of the overall upgrade. - go: - name: RunningStatus - description: READ-ONLY; Information about the current running state of the overall upgrade. protocol: {} - - schema: &ref_812 + - schema: &ref_811 type: object apiVersions: - version: '2021-03-01' @@ -25946,9 +17842,6 @@ schemas: default: name: successfulInstanceCount description: The number of instances that have been successfully upgraded. - go: - name: SuccessfulInstanceCount - description: READ-ONLY; The number of instances that have been successfully upgraded. protocol: {} - schema: *ref_376 readOnly: true @@ -25957,9 +17850,6 @@ schemas: default: name: failedInstanceCount description: The number of instances that have failed to be upgraded successfully. - go: - name: FailedInstanceCount - description: READ-ONLY; The number of instances that have failed to be upgraded successfully. protocol: {} - schema: *ref_377 readOnly: true @@ -25968,9 +17858,6 @@ schemas: default: name: inProgressInstanceCount description: The number of instances that are currently being upgraded. - go: - name: InProgressInstanceCount - description: READ-ONLY; The number of instances that are currently being upgraded. protocol: {} - schema: *ref_378 readOnly: true @@ -25979,9 +17866,6 @@ schemas: default: name: pendingInstanceCount description: The number of instances that have not yet begun to be upgraded. - go: - name: PendingInstanceCount - description: READ-ONLY; The number of instances that have not yet begun to be upgraded. protocol: {} serializationFormats: - json @@ -25993,11 +17877,6 @@ schemas: name: RollingUpgradeProgressInfo description: Information about the number of virtual machine instances in each upgrade state. namespace: '' - go: - name: RollingUpgradeProgressInfo - description: RollingUpgradeProgressInfo - Information about the number of virtual machine instances in each upgrade state. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: progress @@ -26005,9 +17884,6 @@ schemas: default: name: progress description: Information about the number of virtual machine instances in each upgrade state. - go: - name: Progress - description: READ-ONLY; Information about the number of virtual machine instances in each upgrade state. protocol: {} - schema: *ref_270 readOnly: true @@ -26016,9 +17892,6 @@ schemas: default: name: error description: Error details for this upgrade, if there are any. - go: - name: Error - description: READ-ONLY; Error details for this upgrade, if there are any. protocol: {} serializationFormats: - json @@ -26030,11 +17903,6 @@ schemas: name: RollingUpgradeStatusInfoProperties description: The status of the latest virtual machine scale set rolling upgrade. namespace: '' - go: - name: RollingUpgradeStatusInfoProperties - description: RollingUpgradeStatusInfoProperties - The status of the latest virtual machine scale set rolling upgrade. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -26043,9 +17911,6 @@ schemas: default: name: properties description: The status of the latest virtual machine scale set rolling upgrade. - go: - name: Properties - description: The status of the latest virtual machine scale set rolling upgrade. protocol: {} serializationFormats: - json @@ -26057,11 +17922,6 @@ schemas: name: RollingUpgradeStatusInfo description: The status of the latest virtual machine scale set rolling upgrade. namespace: '' - go: - name: RollingUpgradeStatusInfo - description: RollingUpgradeStatusInfo - The status of the latest virtual machine scale set rolling upgrade. - marshallingFormat: json - namespace: '' protocol: {} - &ref_576 type: object @@ -26080,9 +17940,6 @@ schemas: default: name: instanceId description: The virtual machine instance ID. - go: - name: InstanceID - description: READ-ONLY; The virtual machine instance ID. protocol: {} - schema: *ref_285 readOnly: true @@ -26091,11 +17948,8 @@ schemas: default: name: sku description: The virtual machine SKU. - go: - name: SKU - description: READ-ONLY; The virtual machine SKU. protocol: {} - - schema: &ref_829 + - schema: &ref_828 type: object apiVersions: - version: '2021-03-01' @@ -26107,9 +17961,6 @@ schemas: default: name: latestModelApplied description: Specifies whether the latest model has been applied to the virtual machine. - go: - name: LatestModelApplied - description: READ-ONLY; Specifies whether the latest model has been applied to the virtual machine. protocol: {} - schema: *ref_381 readOnly: true @@ -26118,11 +17969,8 @@ schemas: default: name: vmId description: Azure VM unique ID. - go: - name: VMID - description: READ-ONLY; Azure VM unique ID. protocol: {} - - schema: &ref_830 + - schema: &ref_829 type: object apiVersions: - version: '2021-03-01' @@ -26133,9 +17981,6 @@ schemas: default: name: platformUpdateDomain description: The Update Domain count. - go: - name: PlatformUpdateDomain - description: The Update Domain count. protocol: {} - schema: *ref_383 serializedName: platformFaultDomain @@ -26143,9 +17988,6 @@ schemas: default: name: platformFaultDomain description: The Fault Domain count. - go: - name: PlatformFaultDomain - description: The Fault Domain count. protocol: {} - schema: *ref_384 serializedName: rdpThumbPrint @@ -26153,9 +17995,6 @@ schemas: default: name: rdpThumbPrint description: The Remote desktop certificate thumbprint. - go: - name: RdpThumbPrint - description: The Remote desktop certificate thumbprint. protocol: {} - schema: *ref_385 serializedName: vmAgent @@ -26163,9 +18002,6 @@ schemas: default: name: vmAgent description: The VM Agent running on the virtual machine. - go: - name: VMAgent - description: The VM Agent running on the virtual machine. protocol: {} - schema: *ref_386 serializedName: maintenanceRedeployStatus @@ -26173,11 +18009,8 @@ schemas: default: name: maintenanceRedeployStatus description: The Maintenance Operation status on the virtual machine. - go: - name: MaintenanceRedeployStatus - description: The Maintenance Operation status on the virtual machine. protocol: {} - - schema: &ref_1241 + - schema: &ref_1240 type: array apiVersions: - version: '2021-03-01' @@ -26186,23 +18019,14 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewDisks description: The disks information. - go: - name: '[]*DiskInstanceView' - description: The disks information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: disks language: default: name: disks description: The disks information. - go: - name: Disks - description: The disks information. - byValue: true protocol: {} - - schema: &ref_1242 + - schema: &ref_1241 type: array apiVersions: - version: '2021-03-01' @@ -26211,21 +18035,12 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewExtensions description: The extensions information. - go: - name: '[]*VirtualMachineExtensionInstanceView' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensions language: default: name: extensions description: The extensions information. - go: - name: Extensions - description: The extensions information. - byValue: true protocol: {} - schema: *ref_388 readOnly: true @@ -26234,9 +18049,6 @@ schemas: default: name: vmHealth description: The health status for the VM. - go: - name: VMHealth - description: READ-ONLY; The health status for the VM. protocol: {} - schema: *ref_389 serializedName: bootDiagnostics @@ -26246,16 +18058,8 @@ schemas: description: >- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

    You can easily view the output of your console log.

    Azure also enables you to see a screenshot of the VM from the hypervisor. - go: - name: BootDiagnostics - description: |- - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. - - You can easily view the output of your console log. - - Azure also enables you to see a screenshot of the VM from the hypervisor. protocol: {} - - schema: &ref_1243 + - schema: &ref_1242 type: array apiVersions: - version: '2021-03-01' @@ -26264,21 +18068,12 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} - schema: *ref_390 readOnly: true @@ -26289,16 +18084,6 @@ schemas: description: >- Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum api-version: 2020-06-01. - go: - name: AssignedHost - description: >- - READ-ONLY; Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has - automatic - - placement enabled. - - - Minimum api-version: 2020-06-01. protocol: {} - schema: *ref_391 serializedName: placementGroupId @@ -26306,9 +18091,6 @@ schemas: default: name: placementGroupId description: The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. - go: - name: PlacementGroupID - description: The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. protocol: {} serializationFormats: - json @@ -26320,12 +18102,6 @@ schemas: name: VirtualMachineScaleSetVMInstanceView description: The instance view of a virtual machine scale set VM. namespace: '' - go: - name: VirtualMachineScaleSetVMInstanceView - description: VirtualMachineScaleSetVMInstanceView - The instance view of a virtual machine scale set VM. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: instanceView @@ -26333,9 +18109,6 @@ schemas: default: name: instanceView description: The virtual machine instance view. - go: - name: InstanceView - description: READ-ONLY; The virtual machine instance view. protocol: {} - schema: *ref_354 serializedName: hardwareProfile @@ -26343,9 +18116,6 @@ schemas: default: name: hardwareProfile description: Specifies the hardware settings for the virtual machine. - go: - name: HardwareProfile - description: Specifies the hardware settings for the virtual machine. protocol: {} - schema: *ref_392 serializedName: storageProfile @@ -26353,9 +18123,6 @@ schemas: default: name: storageProfile description: Specifies the storage settings for the virtual machine disks. - go: - name: StorageProfile - description: Specifies the storage settings for the virtual machine disks. protocol: {} - schema: *ref_329 serializedName: additionalCapabilities @@ -26365,11 +18132,6 @@ schemas: description: >- Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type. - go: - name: AdditionalCapabilities - description: |- - Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with - UltraSSD_LRS storage account type. protocol: {} - schema: *ref_361 serializedName: osProfile @@ -26377,9 +18139,6 @@ schemas: default: name: osProfile description: Specifies the operating system settings for the virtual machine. - go: - name: OSProfile - description: Specifies the operating system settings for the virtual machine. protocol: {} - schema: *ref_315 serializedName: securityProfile @@ -26387,9 +18146,6 @@ schemas: default: name: securityProfile description: Specifies the Security related profile settings for the virtual machine. - go: - name: SecurityProfile - description: Specifies the Security related profile settings for the virtual machine. protocol: {} - schema: *ref_393 serializedName: networkProfile @@ -26397,16 +18153,13 @@ schemas: default: name: networkProfile description: Specifies the network interfaces of the virtual machine. - go: - name: NetworkProfile - description: Specifies the network interfaces of the virtual machine. protocol: {} - - schema: &ref_831 + - schema: &ref_830 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1244 + - schema: &ref_1243 type: array apiVersions: - version: '2021-03-01' @@ -26415,21 +18168,12 @@ schemas: default: name: VirtualMachineScaleSetVMNetworkProfileConfigurationNetworkInterfaceConfigurations description: The list of network configurations. - go: - name: '[]*VirtualMachineScaleSetNetworkConfiguration' - description: The list of network configurations. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaceConfigurations language: default: name: networkInterfaceConfigurations description: The list of network configurations. - go: - name: NetworkInterfaceConfigurations - description: The list of network configurations. - byValue: true protocol: {} serializationFormats: - json @@ -26441,21 +18185,12 @@ schemas: name: VirtualMachineScaleSetVMNetworkProfileConfiguration description: Describes a virtual machine scale set VM network profile. namespace: '' - go: - name: VirtualMachineScaleSetVMNetworkProfileConfiguration - description: VirtualMachineScaleSetVMNetworkProfileConfiguration - Describes a virtual machine scale set VM network profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfileConfiguration language: default: name: networkProfileConfiguration description: Specifies the network profile configuration of the virtual machine. - go: - name: NetworkProfileConfiguration - description: Specifies the network profile configuration of the virtual machine. protocol: {} - schema: *ref_316 serializedName: diagnosticsProfile @@ -26463,12 +18198,6 @@ schemas: default: name: diagnosticsProfile description: 'Specifies the boot diagnostic settings state.

    Minimum api-version: 2015-06-15.' - go: - name: DiagnosticsProfile - description: |- - Specifies the boot diagnostic settings state. - - Minimum api-version: 2015-06-15. protocol: {} - schema: *ref_22 serializedName: availabilitySet @@ -26482,15 +18211,6 @@ schemas: availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. - go: - name: AvailabilitySet - description: |- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize - availability. For more information about availability sets, see Availability sets overview [https://docs.microsoft.com/azure/virtual-machines/availability-set-overview]. - - For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure [https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates] - - Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. protocol: {} - schema: *ref_394 readOnly: true @@ -26499,9 +18219,6 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: *ref_395 serializedName: licenseType @@ -26513,28 +18230,6 @@ schemas: Possible values for Linux Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: LicenseType - description: |- - Specifies that the image or disk that is being used was licensed on-premises. - - Possible values for Windows Server operating system are: - - WindowsClient - - WindowsServer - - Possible values for Linux Server operating system are: - - RHELBYOS (for RHEL) - - SLESBYOS (for SUSE) - - For more information, see Azure Hybrid Use Benefit for Windows Server [https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing] - - Azure Hybrid Use Benefit for Linux Server [https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux] - - Minimum api-version: 2015-06-15 protocol: {} - schema: *ref_396 readOnly: true @@ -26543,11 +18238,8 @@ schemas: default: name: modelDefinitionApplied description: Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. - go: - name: ModelDefinitionApplied - description: READ-ONLY; Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. protocol: {} - - schema: &ref_832 + - schema: &ref_831 type: object apiVersions: - version: '2021-03-01' @@ -26558,9 +18250,6 @@ schemas: default: name: protectFromScaleIn description: Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. - go: - name: ProtectFromScaleIn - description: Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. protocol: {} - schema: *ref_398 serializedName: protectFromScaleSetActions @@ -26568,9 +18257,6 @@ schemas: default: name: protectFromScaleSetActions description: Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. - go: - name: ProtectFromScaleSetActions - description: Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. protocol: {} serializationFormats: - json @@ -26582,20 +18268,12 @@ schemas: name: VirtualMachineScaleSetVMProtectionPolicy description: The protection policy of a virtual machine scale set VM. namespace: '' - go: - name: VirtualMachineScaleSetVMProtectionPolicy - description: VirtualMachineScaleSetVMProtectionPolicy - The protection policy of a virtual machine scale set VM. - marshallingFormat: json - namespace: '' protocol: {} serializedName: protectionPolicy language: default: name: protectionPolicy description: Specifies the protection policy of the virtual machine. - go: - name: ProtectionPolicy - description: Specifies the protection policy of the virtual machine. protocol: {} - schema: *ref_399 serializedName: userData @@ -26603,12 +18281,6 @@ schemas: default: name: userData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: UserData - description: |- - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. - - Minimum api-version: 2021-03-01 protocol: {} serializationFormats: - json @@ -26620,11 +18292,6 @@ schemas: name: VirtualMachineScaleSetVMProperties description: Describes the properties of a virtual machine scale set virtual machine. namespace: '' - go: - name: VirtualMachineScaleSetVMProperties - description: VirtualMachineScaleSetVMProperties - Describes the properties of a virtual machine scale set virtual machine. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -26633,9 +18300,6 @@ schemas: default: name: properties description: Describes the properties of a virtual machine scale set virtual machine. - go: - name: Properties - description: Describes the properties of a virtual machine scale set virtual machine. protocol: {} - schema: *ref_286 serializedName: plan @@ -26646,14 +18310,8 @@ schemas: Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. - go: - name: Plan - description: |- - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. protocol: {} - - schema: &ref_1245 + - schema: &ref_1244 type: array apiVersions: - version: '2021-03-01' @@ -26662,11 +18320,6 @@ schemas: default: name: VirtualMachineScaleSetVMResources description: The virtual machine child extension resources. - go: - name: '[]*VirtualMachineExtension' - description: The virtual machine child extension resources. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: resources @@ -26674,12 +18327,8 @@ schemas: default: name: resources description: The virtual machine child extension resources. - go: - name: Resources - description: READ-ONLY; The virtual machine child extension resources. - byValue: true protocol: {} - - schema: &ref_1246 + - schema: &ref_1245 type: array apiVersions: - version: '2021-03-01' @@ -26688,11 +18337,6 @@ schemas: default: name: VirtualMachineScaleSetVMZones description: The virtual machine zones. - go: - name: '[]*string' - description: The virtual machine zones. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: zones @@ -26700,10 +18344,6 @@ schemas: default: name: zones description: The virtual machine zones. - go: - name: Zones - description: READ-ONLY; The virtual machine zones. - byValue: true protocol: {} serializationFormats: - json @@ -26715,12 +18355,6 @@ schemas: name: VirtualMachineScaleSetVM description: Describes a virtual machine scale set virtual machine. namespace: '' - go: - name: VirtualMachineScaleSetVM - description: VirtualMachineScaleSetVM - Describes a virtual machine scale set virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_577 type: object @@ -26732,12 +18366,12 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_620 + - schema: &ref_619 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_863 + - schema: &ref_862 type: object apiVersions: - version: '2021-03-01' @@ -26748,9 +18382,6 @@ schemas: default: name: script description: Specifies the script content to be executed on the VM. - go: - name: Script - description: Specifies the script content to be executed on the VM. protocol: {} - schema: *ref_402 serializedName: scriptUri @@ -26758,9 +18389,6 @@ schemas: default: name: scriptUri description: Specifies the script download location. - go: - name: ScriptURI - description: Specifies the script download location. protocol: {} - schema: *ref_403 serializedName: commandId @@ -26768,9 +18396,6 @@ schemas: default: name: commandId description: Specifies a commandId of predefined built-in script. - go: - name: CommandID - description: Specifies a commandId of predefined built-in script. protocol: {} serializationFormats: - json @@ -26782,22 +18407,14 @@ schemas: name: VirtualMachineRunCommandScriptSource description: Describes the script sources for run command. namespace: '' - go: - name: VirtualMachineRunCommandScriptSource - description: VirtualMachineRunCommandScriptSource - Describes the script sources for run command. - marshallingFormat: json - namespace: '' protocol: {} serializedName: source language: default: name: source description: The source of the run command script. - go: - name: Source - description: The source of the run command script. protocol: {} - - schema: &ref_1254 + - schema: &ref_1253 type: array apiVersions: - version: '2021-03-01' @@ -26813,9 +18430,6 @@ schemas: default: name: name description: The run command parameter name. - go: - name: Name - description: REQUIRED; The run command parameter name. protocol: {} - schema: *ref_405 required: true @@ -26824,9 +18438,6 @@ schemas: default: name: value description: The run command parameter value. - go: - name: Value - description: REQUIRED; The run command parameter value. protocol: {} serializationFormats: - json @@ -26838,33 +18449,19 @@ schemas: name: RunCommandInputParameter description: Describes the properties of a run command parameter. namespace: '' - go: - name: RunCommandInputParameter - description: RunCommandInputParameter - Describes the properties of a run command parameter. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineRunCommandPropertiesParameters description: The parameters used by the script. - go: - name: '[]*RunCommandInputParameter' - description: The parameters used by the script. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: parameters language: default: name: parameters description: The parameters used by the script. - go: - name: Parameters - description: The parameters used by the script. - byValue: true protocol: {} - - schema: &ref_1255 + - schema: &ref_1254 type: array apiVersions: - version: '2021-03-01' @@ -26873,21 +18470,12 @@ schemas: default: name: VirtualMachineRunCommandPropertiesProtectedParameters description: The parameters used by the script. - go: - name: '[]*RunCommandInputParameter' - description: The parameters used by the script. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: protectedParameters language: default: name: protectedParameters description: The parameters used by the script. - go: - name: ProtectedParameters - description: The parameters used by the script. - byValue: true protocol: {} - schema: *ref_407 serializedName: asyncExecution @@ -26895,9 +18483,6 @@ schemas: default: name: asyncExecution description: Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. - go: - name: AsyncExecution - description: Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. protocol: {} - schema: *ref_408 serializedName: runAsUser @@ -26905,9 +18490,6 @@ schemas: default: name: runAsUser description: Specifies the user account on the VM when executing the run command. - go: - name: RunAsUser - description: Specifies the user account on the VM when executing the run command. protocol: {} - schema: *ref_409 serializedName: runAsPassword @@ -26915,9 +18497,6 @@ schemas: default: name: runAsPassword description: Specifies the user account password on the VM when executing the run command. - go: - name: RunAsPassword - description: Specifies the user account password on the VM when executing the run command. protocol: {} - schema: *ref_410 serializedName: timeoutInSeconds @@ -26925,9 +18504,6 @@ schemas: default: name: timeoutInSeconds description: The timeout in seconds to execute the run command. - go: - name: TimeoutInSeconds - description: The timeout in seconds to execute the run command. protocol: {} - schema: *ref_411 serializedName: outputBlobUri @@ -26935,9 +18511,6 @@ schemas: default: name: outputBlobUri description: Specifies the Azure storage blob where script output stream will be uploaded. - go: - name: OutputBlobURI - description: Specifies the Azure storage blob where script output stream will be uploaded. protocol: {} - schema: *ref_412 serializedName: errorBlobUri @@ -26945,9 +18518,6 @@ schemas: default: name: errorBlobUri description: Specifies the Azure storage blob where script error stream will be uploaded. - go: - name: ErrorBlobURI - description: Specifies the Azure storage blob where script error stream will be uploaded. protocol: {} - schema: *ref_413 readOnly: true @@ -26956,11 +18526,8 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_864 + - schema: &ref_863 type: object apiVersions: - version: '2021-03-01' @@ -26971,9 +18538,6 @@ schemas: default: name: executionState description: Script execution status. - go: - name: ExecutionState - description: Script execution status. protocol: {} - schema: *ref_415 serializedName: executionMessage @@ -26981,9 +18545,6 @@ schemas: default: name: executionMessage description: Communicate script configuration errors or execution messages. - go: - name: ExecutionMessage - description: Communicate script configuration errors or execution messages. protocol: {} - schema: *ref_416 serializedName: exitCode @@ -26991,9 +18552,6 @@ schemas: default: name: exitCode description: Exit code returned from script execution. - go: - name: ExitCode - description: Exit code returned from script execution. protocol: {} - schema: *ref_417 serializedName: output @@ -27001,9 +18559,6 @@ schemas: default: name: output description: Script output stream. - go: - name: Output - description: Script output stream. protocol: {} - schema: *ref_418 serializedName: error @@ -27011,9 +18566,6 @@ schemas: default: name: error description: Script error stream. - go: - name: Error - description: Script error stream. protocol: {} - schema: *ref_419 serializedName: startTime @@ -27021,9 +18573,6 @@ schemas: default: name: startTime description: Script start time. - go: - name: StartTime - description: Script start time. protocol: {} - schema: *ref_420 serializedName: endTime @@ -27031,11 +18580,8 @@ schemas: default: name: endTime description: Script end time. - go: - name: EndTime - description: Script end time. protocol: {} - - schema: &ref_1256 + - schema: &ref_1255 type: array apiVersions: - version: '2021-03-01' @@ -27044,21 +18590,12 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -27070,13 +18607,6 @@ schemas: name: VirtualMachineRunCommandInstanceView description: The instance view of a virtual machine run command. namespace: '' - go: - name: VirtualMachineRunCommandInstanceView - description: VirtualMachineRunCommandInstanceView - The instance view of a virtual machine run command. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: instanceView @@ -27084,9 +18614,6 @@ schemas: default: name: instanceView description: The virtual machine run command instance view. - go: - name: InstanceView - description: READ-ONLY; The virtual machine run command instance view. protocol: {} serializationFormats: - json @@ -27098,12 +18625,6 @@ schemas: name: VirtualMachineRunCommandProperties description: Describes the properties of a Virtual Machine run command. namespace: '' - go: - name: VirtualMachineRunCommandProperties - description: VirtualMachineRunCommandProperties - Describes the properties of a Virtual Machine run command. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -27112,9 +18633,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine run command. - go: - name: Properties - description: Describes the properties of a Virtual Machine run command. protocol: {} serializationFormats: - json @@ -27126,11 +18644,6 @@ schemas: name: VirtualMachineRunCommand description: Describes a Virtual Machine run command. namespace: '' - go: - name: VirtualMachineRunCommand - description: VirtualMachineRunCommand - Describes a Virtual Machine run command. - marshallingFormat: json - namespace: '' protocol: {} - &ref_578 type: object @@ -27149,11 +18662,8 @@ schemas: default: name: managedBy description: A relative URI containing the ID of the VM that has the disk attached. - go: - name: ManagedBy - description: READ-ONLY; A relative URI containing the ID of the VM that has the disk attached. protocol: {} - - schema: &ref_1272 + - schema: &ref_1271 type: array apiVersions: - version: '2020-12-01' @@ -27162,11 +18672,6 @@ schemas: default: name: DiskManagedByExtended description: List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - go: - name: '[]*string' - description: List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: managedByExtended @@ -27174,12 +18679,8 @@ schemas: default: name: managedByExtended description: List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - go: - name: ManagedByExtended - description: READ-ONLY; List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - byValue: true protocol: {} - - schema: &ref_900 + - schema: &ref_899 type: object apiVersions: - version: '2020-12-01' @@ -27190,9 +18691,6 @@ schemas: default: name: name description: The sku name. - go: - name: Name - description: The sku name. protocol: {} - schema: *ref_424 readOnly: true @@ -27201,9 +18699,6 @@ schemas: default: name: tier description: The sku tier. - go: - name: Tier - description: READ-ONLY; The sku tier. protocol: {} serializationFormats: - json @@ -27215,22 +18710,14 @@ schemas: name: DiskSku description: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, or StandardSSD_ZRS. namespace: '' - go: - name: DiskSKU - description: DiskSKU - The disks sku name. Can be StandardLRS, PremiumLRS, StandardSSDLRS, UltraSSDLRS, PremiumZRS, or StandardSSDZRS. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: default: name: sku description: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, or StandardSSD_ZRS. - go: - name: SKU - description: The disks sku name. Can be StandardLRS, PremiumLRS, StandardSSDLRS, UltraSSDLRS, PremiumZRS, or StandardSSDZRS. protocol: {} - - schema: &ref_1273 + - schema: &ref_1272 type: array apiVersions: - version: '2020-12-01' @@ -27239,21 +18726,12 @@ schemas: default: name: DiskZones description: The Logical zone list for Disk. - go: - name: '[]*string' - description: The Logical zone list for Disk. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: The Logical zone list for Disk. - go: - name: Zones - description: The Logical zone list for Disk. - byValue: true protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -27261,11 +18739,8 @@ schemas: default: name: extendedLocation description: The extended location where the disk will be created. Extended location cannot be changed. - go: - name: ExtendedLocation - description: The extended location where the disk will be created. Extended location cannot be changed. protocol: {} - - schema: &ref_901 + - schema: &ref_900 type: object apiVersions: - version: '2020-12-01' @@ -27278,9 +18753,6 @@ schemas: default: name: timeCreated description: The time when the disk was created. - go: - name: TimeCreated - description: READ-ONLY; The time when the disk was created. protocol: {} - schema: *ref_26 required: false @@ -27289,9 +18761,6 @@ schemas: default: name: osType description: The Operating System type. - go: - name: OSType - description: The Operating System type. protocol: {} - schema: *ref_427 required: false @@ -27300,9 +18769,6 @@ schemas: default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - schema: &ref_469 type: object @@ -27316,9 +18782,6 @@ schemas: default: name: name description: The plan ID. - go: - name: Name - description: REQUIRED; The plan ID. protocol: {} - schema: *ref_23 required: true @@ -27327,9 +18790,6 @@ schemas: default: name: publisher description: The publisher ID. - go: - name: Publisher - description: REQUIRED; The publisher ID. protocol: {} - schema: *ref_25 required: true @@ -27338,9 +18798,6 @@ schemas: default: name: product description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: Product - description: REQUIRED; Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} - schema: *ref_428 required: false @@ -27349,9 +18806,6 @@ schemas: default: name: promotionCode description: The Offer Promotion Code. - go: - name: PromotionCode - description: The Offer Promotion Code. protocol: {} serializationFormats: - json @@ -27363,11 +18817,6 @@ schemas: name: DiskPurchasePlan description: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. namespace: '' - go: - name: DiskPurchasePlan - description: DiskPurchasePlan - Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: purchasePlan @@ -27375,9 +18824,6 @@ schemas: default: name: purchasePlan description: 'Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}' - go: - name: PurchasePlan - description: 'Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}' protocol: {} - schema: &ref_470 type: object @@ -27391,9 +18837,6 @@ schemas: default: name: createOption description: This enumerates the possible sources of a disk's creation. - go: - name: CreateOption - description: REQUIRED; This enumerates the possible sources of a disk's creation. protocol: {} - schema: *ref_430 required: false @@ -27402,9 +18845,6 @@ schemas: default: name: storageAccountId description: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. - go: - name: StorageAccountID - description: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. protocol: {} - schema: &ref_433 type: object @@ -27418,9 +18858,6 @@ schemas: default: name: id description: A relative uri containing either a Platform Image Repository or user image reference. - go: - name: ID - description: REQUIRED; A relative uri containing either a Platform Image Repository or user image reference. protocol: {} - schema: *ref_432 required: false @@ -27429,9 +18866,6 @@ schemas: default: name: lun description: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. - go: - name: Lun - description: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. protocol: {} serializationFormats: - json @@ -27443,11 +18877,6 @@ schemas: name: ImageDiskReference description: The source image used for creating the disk. namespace: '' - go: - name: ImageDiskReference - description: ImageDiskReference - The source image used for creating the disk. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: imageReference @@ -27455,9 +18884,6 @@ schemas: default: name: imageReference description: Disk source information. - go: - name: ImageReference - description: Disk source information. protocol: {} - schema: *ref_433 required: false @@ -27466,9 +18892,6 @@ schemas: default: name: galleryImageReference description: Required if creating from a Gallery Image. The id of the ImageDiskReference will be the ARM id of the shared galley image version from which to create a disk. - go: - name: GalleryImageReference - description: Required if creating from a Gallery Image. The id of the ImageDiskReference will be the ARM id of the shared galley image version from which to create a disk. protocol: {} - schema: *ref_434 required: false @@ -27477,9 +18900,6 @@ schemas: default: name: sourceUri description: If createOption is Import, this is the URI of a blob to be imported into a managed disk. - go: - name: SourceURI - description: If createOption is Import, this is the URI of a blob to be imported into a managed disk. protocol: {} - schema: *ref_435 required: false @@ -27488,9 +18908,6 @@ schemas: default: name: sourceResourceId description: If createOption is Copy, this is the ARM id of the source snapshot or disk. - go: - name: SourceResourceID - description: If createOption is Copy, this is the ARM id of the source snapshot or disk. protocol: {} - schema: *ref_436 readOnly: true @@ -27500,9 +18917,6 @@ schemas: default: name: sourceUniqueId description: If this field is set, this is the unique id identifying the source of this resource. - go: - name: SourceUniqueID - description: READ-ONLY; If this field is set, this is the unique id identifying the source of this resource. protocol: {} - schema: *ref_437 required: false @@ -27513,11 +18927,6 @@ schemas: description: >- If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer). - go: - name: UploadSizeBytes - description: |- - If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 - bytes (32 TiB + 512 bytes for the VHD footer). protocol: {} - schema: *ref_438 required: false @@ -27526,9 +18935,6 @@ schemas: default: name: logicalSectorSize description: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. - go: - name: LogicalSectorSize - description: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. protocol: {} serializationFormats: - json @@ -27540,11 +18946,6 @@ schemas: name: CreationData description: Data used when creating a disk. namespace: '' - go: - name: CreationData - description: CreationData - Data used when creating a disk. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: creationData @@ -27552,9 +18953,6 @@ schemas: default: name: creationData description: Disk source information. CreationData information cannot be changed after the disk has been created. - go: - name: CreationData - description: REQUIRED; Disk source information. CreationData information cannot be changed after the disk has been created. protocol: {} - schema: *ref_439 required: false @@ -27565,11 +18963,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: DiskSizeGB - description: |- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a - resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - schema: *ref_440 readOnly: true @@ -27579,9 +18972,6 @@ schemas: default: name: diskSizeBytes description: The size of the disk in bytes. This field is read only. - go: - name: DiskSizeBytes - description: READ-ONLY; The size of the disk in bytes. This field is read only. protocol: {} - schema: *ref_441 readOnly: true @@ -27591,9 +18981,6 @@ schemas: default: name: uniqueId description: Unique Guid identifying the resource. - go: - name: UniqueID - description: READ-ONLY; Unique Guid identifying the resource. protocol: {} - schema: &ref_474 type: object @@ -27608,25 +18995,18 @@ schemas: name: enabled description: >- Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. - If EncryptionSettings is null in the request object, the existing settings remain unchanged. - go: - name: Enabled - description: >- - REQUIRED; Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable - encryption. - If EncryptionSettings is null in the request object, the existing settings remain unchanged. protocol: {} - - schema: &ref_1274 + - schema: &ref_1273 type: array apiVersions: - version: '2020-12-01' - elementType: &ref_902 + elementType: &ref_901 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_903 + - schema: &ref_902 type: object apiVersions: - version: '2020-12-01' @@ -27642,9 +19022,6 @@ schemas: default: name: id description: Resource Id - go: - name: ID - description: Resource Id protocol: {} serializationFormats: - json @@ -27656,13 +19033,6 @@ schemas: name: SourceVault description: The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName} namespace: '' - go: - name: SourceVault - description: >- - SourceVault - The vault id is an Azure Resource Manager Resource id in the form - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName} - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: sourceVault @@ -27670,9 +19040,6 @@ schemas: default: name: sourceVault description: Resource id of the KeyVault containing the key or secret - go: - name: SourceVault - description: REQUIRED; Resource id of the KeyVault containing the key or secret protocol: {} - schema: *ref_444 required: true @@ -27681,9 +19048,6 @@ schemas: default: name: secretUrl description: Url pointing to a key or secret in KeyVault - go: - name: SecretURL - description: REQUIRED; Url pointing to a key or secret in KeyVault protocol: {} serializationFormats: - json @@ -27695,22 +19059,14 @@ schemas: name: KeyVaultAndSecretReference description: 'Key Vault Secret Url and vault id of the encryption key ' namespace: '' - go: - name: KeyVaultAndSecretReference - description: KeyVaultAndSecretReference - Key Vault Secret Url and vault id of the encryption key - marshallingFormat: json - namespace: '' protocol: {} serializedName: diskEncryptionKey language: default: name: diskEncryptionKey description: Key Vault Secret Url and vault id of the disk encryption key - go: - name: DiskEncryptionKey - description: Key Vault Secret Url and vault id of the disk encryption key protocol: {} - - schema: &ref_904 + - schema: &ref_903 type: object apiVersions: - version: '2020-12-01' @@ -27722,9 +19078,6 @@ schemas: default: name: sourceVault description: Resource id of the KeyVault containing the key or secret - go: - name: SourceVault - description: REQUIRED; Resource id of the KeyVault containing the key or secret protocol: {} - schema: *ref_446 required: true @@ -27733,9 +19086,6 @@ schemas: default: name: keyUrl description: Url pointing to a key or secret in KeyVault - go: - name: KeyURL - description: REQUIRED; Url pointing to a key or secret in KeyVault protocol: {} serializationFormats: - json @@ -27747,20 +19097,12 @@ schemas: name: KeyVaultAndKeyReference description: Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey namespace: '' - go: - name: KeyVaultAndKeyReference - description: KeyVaultAndKeyReference - Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey - marshallingFormat: json - namespace: '' protocol: {} serializedName: keyEncryptionKey language: default: name: keyEncryptionKey description: Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key. - go: - name: KeyEncryptionKey - description: Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key. protocol: {} serializationFormats: - json @@ -27772,21 +19114,11 @@ schemas: name: EncryptionSettingsElement description: Encryption settings for one disk volume. namespace: '' - go: - name: EncryptionSettingsElement - description: EncryptionSettingsElement - Encryption settings for one disk volume. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: EncryptionSettingsCollectionEncryptionSettings description: A collection of encryption settings, one for each disk volume. - go: - name: '[]*EncryptionSettingsElement' - description: A collection of encryption settings, one for each disk volume. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: encryptionSettings @@ -27794,10 +19126,6 @@ schemas: default: name: encryptionSettings description: A collection of encryption settings, one for each disk volume. - go: - name: EncryptionSettings - description: A collection of encryption settings, one for each disk volume. - byValue: true protocol: {} - schema: *ref_447 required: false @@ -27808,11 +19136,6 @@ schemas: description: >- Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption. - go: - name: EncryptionSettingsVersion - description: |- - Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk - Encryption. protocol: {} serializationFormats: - json @@ -27824,12 +19147,6 @@ schemas: name: EncryptionSettingsCollection description: Encryption settings for disk or snapshot namespace: '' - go: - name: EncryptionSettingsCollection - description: EncryptionSettingsCollection - Encryption settings for disk or snapshot - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: encryptionSettingsCollection @@ -27837,9 +19154,6 @@ schemas: default: name: encryptionSettingsCollection description: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. - go: - name: EncryptionSettingsCollection - description: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. protocol: {} - schema: *ref_448 readOnly: true @@ -27849,9 +19163,6 @@ schemas: default: name: provisioningState description: The disk provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The disk provisioning state. protocol: {} - schema: *ref_449 required: false @@ -27860,9 +19171,6 @@ schemas: default: name: diskIOPSReadWrite description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. - go: - name: DiskIOPSReadWrite - description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. protocol: {} - schema: *ref_450 required: false @@ -27871,9 +19179,6 @@ schemas: default: name: diskMBpsReadWrite description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: DiskMBpsReadWrite - description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - schema: *ref_451 required: false @@ -27882,9 +19187,6 @@ schemas: default: name: diskIOPSReadOnly description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. - go: - name: DiskIOPSReadOnly - description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. protocol: {} - schema: *ref_452 required: false @@ -27893,9 +19195,6 @@ schemas: default: name: diskMBpsReadOnly description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: DiskMBpsReadOnly - description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - schema: *ref_453 readOnly: true @@ -27905,9 +19204,6 @@ schemas: default: name: diskState description: The state of the disk. - go: - name: DiskState - description: READ-ONLY; The state of the disk. protocol: {} - schema: &ref_477 type: object @@ -27920,9 +19216,6 @@ schemas: default: name: diskEncryptionSetId description: ResourceId of the disk encryption set to use for enabling encryption at rest. - go: - name: DiskEncryptionSetID - description: ResourceId of the disk encryption set to use for enabling encryption at rest. protocol: {} - schema: *ref_455 serializedName: type @@ -27930,9 +19223,6 @@ schemas: default: name: type description: The type of key used to encrypt the data of the disk. - go: - name: Type - description: The type of key used to encrypt the data of the disk. protocol: {} serializationFormats: - json @@ -27944,11 +19234,6 @@ schemas: name: Encryption description: Encryption at rest settings for disk or snapshot namespace: '' - go: - name: Encryption - description: Encryption at rest settings for disk or snapshot - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: encryption @@ -27956,9 +19241,6 @@ schemas: default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_456 required: false @@ -27967,15 +19249,12 @@ schemas: default: name: maxShares description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. - go: - name: MaxShares - description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. protocol: {} - - schema: &ref_1275 + - schema: &ref_1274 type: array apiVersions: - version: '2020-12-01' - elementType: &ref_905 + elementType: &ref_904 type: object apiVersions: - version: '2020-12-01' @@ -27987,9 +19266,6 @@ schemas: default: name: vmUri description: A relative URI containing the ID of the VM that has the disk attached. - go: - name: VMURI - description: READ-ONLY; A relative URI containing the ID of the VM that has the disk attached. protocol: {} serializationFormats: - json @@ -28001,21 +19277,11 @@ schemas: name: ShareInfoElement description: '' namespace: '' - go: - name: ShareInfoElement - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DiskPropertiesShareInfo description: Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - go: - name: '[]*ShareInfoElement' - description: Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true required: false @@ -28024,10 +19290,6 @@ schemas: default: name: shareInfo description: Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - go: - name: ShareInfo - description: READ-ONLY; Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - byValue: true protocol: {} - schema: *ref_458 required: false @@ -28036,9 +19298,6 @@ schemas: default: name: networkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. protocol: {} - schema: *ref_459 required: false @@ -28047,9 +19306,6 @@ schemas: default: name: diskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: DiskAccessID - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - schema: *ref_460 required: false @@ -28058,9 +19314,6 @@ schemas: default: name: tier description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' - go: - name: Tier - description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' protocol: {} - schema: *ref_461 required: false @@ -28069,11 +19322,8 @@ schemas: default: name: burstingEnabled description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. - go: - name: BurstingEnabled - description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. protocol: {} - - schema: &ref_906 + - schema: &ref_905 type: object apiVersions: - version: '2020-12-01' @@ -28084,9 +19334,6 @@ schemas: default: name: targetTier description: The target performance tier of the disk if a tier change operation is in progress. - go: - name: TargetTier - description: The target performance tier of the disk if a tier change operation is in progress. protocol: {} serializationFormats: - json @@ -28098,11 +19345,6 @@ schemas: name: PropertyUpdatesInProgress description: Properties of the disk for which update is pending. namespace: '' - go: - name: PropertyUpdatesInProgress - description: PropertyUpdatesInProgress - Properties of the disk for which update is pending. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true required: false @@ -28111,9 +19353,6 @@ schemas: default: name: propertyUpdatesInProgress description: Properties of the disk for which update is pending. - go: - name: PropertyUpdatesInProgress - description: READ-ONLY; Properties of the disk for which update is pending. protocol: {} - schema: *ref_463 required: false @@ -28122,11 +19361,8 @@ schemas: default: name: supportsHibernation description: Indicates the OS on a disk supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a disk supports hibernation. protocol: {} - - schema: &ref_907 + - schema: &ref_906 type: object apiVersions: - version: '2020-12-01' @@ -28137,9 +19373,6 @@ schemas: default: name: securityType description: Specifies the SecurityType of the VM. Applicable for OS disks only. - go: - name: SecurityType - description: Specifies the SecurityType of the VM. Applicable for OS disks only. protocol: {} serializationFormats: - json @@ -28151,11 +19384,6 @@ schemas: name: DiskSecurityProfile description: Contains the security related information for the resource. namespace: '' - go: - name: DiskSecurityProfile - description: DiskSecurityProfile - Contains the security related information for the resource. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: securityProfile @@ -28163,9 +19391,6 @@ schemas: default: name: securityProfile description: Contains the security related information for the resource. - go: - name: SecurityProfile - description: Contains the security related information for the resource. protocol: {} serializationFormats: - json @@ -28177,13 +19402,6 @@ schemas: name: DiskProperties description: Disk resource properties. namespace: '' - go: - name: DiskProperties - description: DiskProperties - Disk resource properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -28192,9 +19410,6 @@ schemas: default: name: properties description: Disk resource properties. - go: - name: Properties - description: Disk resource properties. protocol: {} serializationFormats: - json @@ -28206,12 +19421,6 @@ schemas: name: Disk description: Disk resource. namespace: '' - go: - name: Disk - description: Disk resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_579 type: object @@ -28230,11 +19439,8 @@ schemas: default: name: managedBy description: Unused. Always Null. - go: - name: ManagedBy - description: READ-ONLY; Unused. Always Null. protocol: {} - - schema: &ref_922 + - schema: &ref_921 type: object apiVersions: - version: '2020-12-01' @@ -28245,9 +19451,6 @@ schemas: default: name: name description: The sku name. - go: - name: Name - description: The sku name. protocol: {} - schema: *ref_467 readOnly: true @@ -28256,9 +19459,6 @@ schemas: default: name: tier description: The sku tier. - go: - name: Tier - description: READ-ONLY; The sku tier. protocol: {} serializationFormats: - json @@ -28272,15 +19472,6 @@ schemas: The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot namespace: '' - go: - name: SnapshotSKU - description: >- - SnapshotSKU - The snapshots sku name. Can be StandardLRS, PremiumLRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as - the - - previous snapshot - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: @@ -28289,11 +19480,6 @@ schemas: description: >- The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot - go: - name: SKU - description: |- - The snapshots sku name. Can be StandardLRS, PremiumLRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the - previous snapshot protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -28301,11 +19487,8 @@ schemas: default: name: extendedLocation description: The extended location where the snapshot will be created. Extended location cannot be changed. - go: - name: ExtendedLocation - description: The extended location where the snapshot will be created. Extended location cannot be changed. protocol: {} - - schema: &ref_923 + - schema: &ref_922 type: object apiVersions: - version: '2020-12-01' @@ -28318,9 +19501,6 @@ schemas: default: name: timeCreated description: The time when the snapshot was created. - go: - name: TimeCreated - description: READ-ONLY; The time when the snapshot was created. protocol: {} - schema: *ref_26 required: false @@ -28329,9 +19509,6 @@ schemas: default: name: osType description: The Operating System type. - go: - name: OSType - description: The Operating System type. protocol: {} - schema: *ref_427 required: false @@ -28340,9 +19517,6 @@ schemas: default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - schema: *ref_469 required: false @@ -28351,9 +19525,6 @@ schemas: default: name: purchasePlan description: Purchase plan information for the image from which the source disk for the snapshot was originally created. - go: - name: PurchasePlan - description: Purchase plan information for the image from which the source disk for the snapshot was originally created. protocol: {} - schema: *ref_470 required: true @@ -28362,9 +19533,6 @@ schemas: default: name: creationData description: Disk source information. CreationData information cannot be changed after the disk has been created. - go: - name: CreationData - description: REQUIRED; Disk source information. CreationData information cannot be changed after the disk has been created. protocol: {} - schema: *ref_471 required: false @@ -28375,11 +19543,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: DiskSizeGB - description: |- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a - resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - schema: *ref_472 readOnly: true @@ -28389,9 +19552,6 @@ schemas: default: name: diskSizeBytes description: The size of the disk in bytes. This field is read only. - go: - name: DiskSizeBytes - description: READ-ONLY; The size of the disk in bytes. This field is read only. protocol: {} - schema: *ref_453 readOnly: true @@ -28401,9 +19561,6 @@ schemas: default: name: diskState description: The state of the snapshot. - go: - name: DiskState - description: READ-ONLY; The state of the snapshot. protocol: {} - schema: *ref_473 readOnly: true @@ -28413,9 +19570,6 @@ schemas: default: name: uniqueId description: Unique Guid identifying the resource. - go: - name: UniqueID - description: READ-ONLY; Unique Guid identifying the resource. protocol: {} - schema: *ref_474 required: false @@ -28424,9 +19578,6 @@ schemas: default: name: encryptionSettingsCollection description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. - go: - name: EncryptionSettingsCollection - description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. protocol: {} - schema: *ref_475 readOnly: true @@ -28436,9 +19587,6 @@ schemas: default: name: provisioningState description: The disk provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The disk provisioning state. protocol: {} - schema: *ref_476 required: false @@ -28447,9 +19595,6 @@ schemas: default: name: incremental description: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. - go: - name: Incremental - description: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. protocol: {} - schema: *ref_477 required: false @@ -28458,9 +19603,6 @@ schemas: default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_458 required: false @@ -28469,9 +19611,6 @@ schemas: default: name: networkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. protocol: {} - schema: *ref_478 required: false @@ -28480,9 +19619,6 @@ schemas: default: name: diskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: DiskAccessID - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - schema: *ref_479 required: false @@ -28491,9 +19627,6 @@ schemas: default: name: supportsHibernation description: Indicates the OS on a snapshot supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a snapshot supports hibernation. protocol: {} serializationFormats: - json @@ -28505,12 +19638,6 @@ schemas: name: SnapshotProperties description: Snapshot resource properties. namespace: '' - go: - name: SnapshotProperties - description: SnapshotProperties - Snapshot resource properties. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -28519,9 +19646,6 @@ schemas: default: name: properties description: Snapshot resource properties. - go: - name: Properties - description: Snapshot resource properties. protocol: {} serializationFormats: - json @@ -28533,11 +19657,6 @@ schemas: name: Snapshot description: Snapshot resource. namespace: '' - go: - name: Snapshot - description: Snapshot resource. - marshallingFormat: json - namespace: '' protocol: {} - &ref_580 type: object @@ -28549,7 +19668,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_929 + - schema: &ref_928 type: object apiVersions: - version: '2020-12-01' @@ -28562,11 +19681,6 @@ schemas: description: >- The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys. - go: - name: Type - description: |- - The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of - subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys. protocol: {} - schema: *ref_481 readOnly: true @@ -28575,11 +19689,6 @@ schemas: default: name: principalId description: The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity - go: - name: PrincipalID - description: |- - READ-ONLY; The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) - identity protocol: {} - schema: *ref_482 readOnly: true @@ -28588,11 +19697,6 @@ schemas: default: name: tenantId description: The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity - go: - name: TenantID - description: >- - READ-ONLY; The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) - identity protocol: {} serializationFormats: - json @@ -28604,22 +19708,14 @@ schemas: name: EncryptionSetIdentity description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. namespace: '' - go: - name: EncryptionSetIdentity - description: EncryptionSetIdentity - The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. - go: - name: Identity - description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. protocol: {} - - schema: &ref_930 + - schema: &ref_929 type: object apiVersions: - version: '2020-12-01' @@ -28630,9 +19726,6 @@ schemas: default: name: encryptionType description: The type of key used to encrypt the data of the disk. - go: - name: EncryptionType - description: The type of key used to encrypt the data of the disk. protocol: {} - schema: &ref_485 type: object @@ -28646,9 +19739,6 @@ schemas: default: name: sourceVault description: Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription. - go: - name: SourceVault - description: Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription. protocol: {} - schema: *ref_484 required: true @@ -28657,9 +19747,6 @@ schemas: default: name: keyUrl description: Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. - go: - name: KeyURL - description: REQUIRED; Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. protocol: {} serializationFormats: - json @@ -28671,22 +19758,14 @@ schemas: name: KeyForDiskEncryptionSet description: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots namespace: '' - go: - name: KeyForDiskEncryptionSet - description: KeyForDiskEncryptionSet - Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots - marshallingFormat: json - namespace: '' protocol: {} serializedName: activeKey language: default: name: activeKey description: The key vault key which is currently used by this disk encryption set. - go: - name: ActiveKey - description: The key vault key which is currently used by this disk encryption set. protocol: {} - - schema: &ref_1278 + - schema: &ref_1277 type: array apiVersions: - version: '2020-12-01' @@ -28695,11 +19774,6 @@ schemas: default: name: EncryptionSetPropertiesPreviousKeys description: A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. - go: - name: '[]*KeyForDiskEncryptionSet' - description: A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: previousKeys @@ -28707,10 +19781,6 @@ schemas: default: name: previousKeys description: A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. - go: - name: PreviousKeys - description: READ-ONLY; A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. - byValue: true protocol: {} - schema: *ref_486 readOnly: true @@ -28719,9 +19789,6 @@ schemas: default: name: provisioningState description: The disk encryption set provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The disk encryption set provisioning state. protocol: {} - schema: *ref_487 serializedName: rotationToLatestKeyVersionEnabled @@ -28729,9 +19796,6 @@ schemas: default: name: rotationToLatestKeyVersionEnabled description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. - go: - name: RotationToLatestKeyVersionEnabled - description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. protocol: {} - schema: *ref_488 readOnly: true @@ -28740,9 +19804,6 @@ schemas: default: name: lastKeyRotationTimestamp description: The time when the active key of this disk encryption set was updated. - go: - name: LastKeyRotationTimestamp - description: READ-ONLY; The time when the active key of this disk encryption set was updated. protocol: {} serializationFormats: - json @@ -28754,13 +19815,6 @@ schemas: name: EncryptionSetProperties description: '' namespace: '' - go: - name: EncryptionSetProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -28769,9 +19823,6 @@ schemas: default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -28783,11 +19834,6 @@ schemas: name: DiskEncryptionSet description: disk encryption set resource. namespace: '' - go: - name: DiskEncryptionSet - description: DiskEncryptionSet - disk encryption set resource. - marshallingFormat: json - namespace: '' protocol: {} - &ref_581 type: object @@ -28799,26 +19845,26 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_936 + - schema: &ref_935 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1281 + - schema: &ref_1280 type: array apiVersions: - version: '2020-12-01' - elementType: &ref_937 + elementType: &ref_936 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_938 + - schema: &ref_937 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_939 + - schema: &ref_938 type: object apiVersions: - version: '2020-12-01' @@ -28830,9 +19876,6 @@ schemas: default: name: id description: The ARM identifier for Private Endpoint - go: - name: ID - description: READ-ONLY; The ARM identifier for Private Endpoint protocol: {} serializationFormats: - json @@ -28844,11 +19887,6 @@ schemas: name: PrivateEndpoint description: The Private Endpoint resource. namespace: '' - go: - name: PrivateEndpoint - description: PrivateEndpoint - The Private Endpoint resource. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true required: false @@ -28857,11 +19895,8 @@ schemas: default: name: privateEndpoint description: The resource of private end point. - go: - name: PrivateEndpoint - description: READ-ONLY; The resource of private end point. protocol: {} - - schema: &ref_940 + - schema: &ref_939 type: object apiVersions: - version: '2020-12-01' @@ -28872,9 +19907,6 @@ schemas: default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - schema: *ref_491 serializedName: description @@ -28882,9 +19914,6 @@ schemas: default: name: description description: The reason for approval/rejection of the connection. - go: - name: Description - description: The reason for approval/rejection of the connection. protocol: {} - schema: *ref_492 serializedName: actionsRequired @@ -28892,9 +19921,6 @@ schemas: default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: ActionsRequired - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} serializationFormats: - json @@ -28906,11 +19932,6 @@ schemas: name: PrivateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. namespace: '' - go: - name: PrivateLinkServiceConnectionState - description: PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: privateLinkServiceConnectionState @@ -28918,9 +19939,6 @@ schemas: default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between DiskAccess and Virtual Network. - go: - name: PrivateLinkServiceConnectionState - description: REQUIRED; A collection of information about the state of the connection between DiskAccess and Virtual Network. protocol: {} - schema: *ref_493 readOnly: true @@ -28930,9 +19948,6 @@ schemas: default: name: provisioningState description: The provisioning state of the private endpoint connection resource. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state of the private endpoint connection resource. protocol: {} serializationFormats: - json @@ -28944,11 +19959,6 @@ schemas: name: PrivateEndpointConnectionProperties description: Properties of the PrivateEndpointConnectProperties. namespace: '' - go: - name: PrivateEndpointConnectionProperties - description: PrivateEndpointConnectionProperties - Properties of the PrivateEndpointConnectProperties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -28957,9 +19967,6 @@ schemas: default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} - schema: *ref_494 readOnly: true @@ -28968,9 +19975,6 @@ schemas: default: name: id description: private endpoint connection Id - go: - name: ID - description: READ-ONLY; private endpoint connection Id protocol: {} - schema: *ref_495 readOnly: true @@ -28979,9 +19983,6 @@ schemas: default: name: name description: private endpoint connection name - go: - name: Name - description: READ-ONLY; private endpoint connection name protocol: {} - schema: *ref_496 readOnly: true @@ -28990,9 +19991,6 @@ schemas: default: name: type description: private endpoint connection type - go: - name: Type - description: READ-ONLY; private endpoint connection type protocol: {} serializationFormats: - json @@ -29006,21 +20004,11 @@ schemas: name: PrivateEndpointConnection description: The Private Endpoint Connection resource. namespace: '' - go: - name: PrivateEndpointConnection - description: PrivateEndpointConnection - The Private Endpoint Connection resource. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DiskAccessPropertiesPrivateEndpointConnections description: A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. - go: - name: '[]*PrivateEndpointConnection' - description: A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: privateEndpointConnections @@ -29028,10 +20016,6 @@ schemas: default: name: privateEndpointConnections description: A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. - go: - name: PrivateEndpointConnections - description: READ-ONLY; A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. - byValue: true protocol: {} - schema: *ref_497 readOnly: true @@ -29040,9 +20024,6 @@ schemas: default: name: provisioningState description: The disk access resource provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The disk access resource provisioning state. protocol: {} - schema: *ref_498 readOnly: true @@ -29051,9 +20032,6 @@ schemas: default: name: timeCreated description: The time when the disk access was created. - go: - name: TimeCreated - description: READ-ONLY; The time when the disk access was created. protocol: {} serializationFormats: - json @@ -29065,13 +20043,6 @@ schemas: name: DiskAccessProperties description: '' namespace: '' - go: - name: DiskAccessProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -29080,9 +20051,6 @@ schemas: default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -29094,11 +20062,6 @@ schemas: name: DiskAccess description: disk access resource. namespace: '' - go: - name: DiskAccess - description: DiskAccess - disk access resource. - marshallingFormat: json - namespace: '' protocol: {} - &ref_582 type: object @@ -29110,7 +20073,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_963 + - schema: &ref_962 type: object apiVersions: - version: '2020-09-30' @@ -29121,11 +20084,8 @@ schemas: default: name: description description: The description of this Shared Image Gallery resource. This property is updatable. - go: - name: Description - description: The description of this Shared Image Gallery resource. This property is updatable. protocol: {} - - schema: &ref_964 + - schema: &ref_963 type: object apiVersions: - version: '2020-09-30' @@ -29137,9 +20097,6 @@ schemas: default: name: uniqueName description: The unique name of the Shared Image Gallery. This name is generated automatically by Azure. - go: - name: UniqueName - description: READ-ONLY; The unique name of the Shared Image Gallery. This name is generated automatically by Azure. protocol: {} serializationFormats: - json @@ -29151,20 +20108,12 @@ schemas: name: GalleryIdentifier description: Describes the gallery unique name. namespace: '' - go: - name: GalleryIdentifier - description: GalleryIdentifier - Describes the gallery unique name. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identifier language: default: name: identifier description: Describes the gallery unique name. - go: - name: Identifier - description: Describes the gallery unique name. protocol: {} - schema: *ref_501 readOnly: true @@ -29173,11 +20122,8 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_965 + - schema: &ref_964 type: object apiVersions: - version: '2020-09-30' @@ -29188,22 +20134,12 @@ schemas: default: name: permissions description: 'This property allows you to specify the permission of sharing gallery.

    Possible values are:

    **Private**

    **Groups**' - go: - name: Permissions - description: |- - This property allows you to specify the permission of sharing gallery. - - Possible values are: - - Private - - Groups protocol: {} - - schema: &ref_1289 + - schema: &ref_1288 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_966 + elementType: &ref_965 type: object apiVersions: - version: '2020-09-30' @@ -29214,18 +20150,8 @@ schemas: default: name: type description: 'This property allows you to specify the type of sharing group.

    Possible values are:

    **Subscriptions**

    **AADTenants**' - go: - name: Type - description: |- - This property allows you to specify the type of sharing group. - - Possible values are: - - Subscriptions - - AADTenants protocol: {} - - schema: &ref_1288 + - schema: &ref_1287 type: array apiVersions: - version: '2020-09-30' @@ -29234,21 +20160,12 @@ schemas: default: name: SharingProfileGroupIds description: A list of subscription/tenant ids the gallery is aimed to be shared to. - go: - name: '[]*string' - description: A list of subscription/tenant ids the gallery is aimed to be shared to. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: ids language: default: name: ids description: A list of subscription/tenant ids the gallery is aimed to be shared to. - go: - name: IDs - description: A list of subscription/tenant ids the gallery is aimed to be shared to. - byValue: true protocol: {} serializationFormats: - json @@ -29260,22 +20177,11 @@ schemas: name: SharingProfileGroup description: Group of the gallery sharing profile namespace: '' - go: - name: SharingProfileGroup - description: SharingProfileGroup - Group of the gallery sharing profile - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SharingProfileGroups description: A list of sharing profile groups. - go: - name: '[]*SharingProfileGroup' - description: A list of sharing profile groups. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: groups @@ -29283,10 +20189,6 @@ schemas: default: name: groups description: A list of sharing profile groups. - go: - name: Groups - description: READ-ONLY; A list of sharing profile groups. - byValue: true protocol: {} serializationFormats: - json @@ -29298,21 +20200,12 @@ schemas: name: SharingProfile description: Profile for gallery sharing to subscription or tenant namespace: '' - go: - name: SharingProfile - description: SharingProfile - Profile for gallery sharing to subscription or tenant - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: sharingProfile language: default: name: sharingProfile description: Profile for gallery sharing to subscription or tenant - go: - name: SharingProfile - description: Profile for gallery sharing to subscription or tenant protocol: {} serializationFormats: - json @@ -29324,11 +20217,6 @@ schemas: name: GalleryProperties description: Describes the properties of a Shared Image Gallery. namespace: '' - go: - name: GalleryProperties - description: GalleryProperties - Describes the properties of a Shared Image Gallery. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -29337,9 +20225,6 @@ schemas: default: name: properties description: Describes the properties of a Shared Image Gallery. - go: - name: Properties - description: Describes the properties of a Shared Image Gallery. protocol: {} serializationFormats: - json @@ -29351,11 +20236,6 @@ schemas: name: Gallery description: Specifies information about the Shared Image Gallery that you want to create or update. namespace: '' - go: - name: Gallery - description: Gallery - Specifies information about the Shared Image Gallery that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - &ref_583 type: object @@ -29367,7 +20247,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_969 + - schema: &ref_968 type: object apiVersions: - version: '2020-09-30' @@ -29379,9 +20259,6 @@ schemas: default: name: description description: The description of this gallery image definition resource. This property is updatable. - go: - name: Description - description: The description of this gallery image definition resource. This property is updatable. protocol: {} - schema: *ref_506 required: false @@ -29390,9 +20267,6 @@ schemas: default: name: eula description: The Eula agreement for the gallery image definition. - go: - name: Eula - description: The Eula agreement for the gallery image definition. protocol: {} - schema: *ref_507 required: false @@ -29401,9 +20275,6 @@ schemas: default: name: privacyStatementUri description: The privacy statement uri. - go: - name: PrivacyStatementURI - description: The privacy statement uri. protocol: {} - schema: *ref_508 required: false @@ -29412,9 +20283,6 @@ schemas: default: name: releaseNoteUri description: The release note uri. - go: - name: ReleaseNoteURI - description: The release note uri. protocol: {} - schema: *ref_26 required: true @@ -29423,16 +20291,6 @@ schemas: default: name: osType description: 'This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: OSType - description: |- - REQUIRED; This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image. - - Possible values are: - - Windows - - Linux protocol: {} - schema: *ref_342 required: true @@ -29441,9 +20299,6 @@ schemas: default: name: osState description: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. - go: - name: OSState - description: REQUIRED; This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. protocol: {} - schema: *ref_427 required: false @@ -29452,9 +20307,6 @@ schemas: default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - schema: *ref_509 required: false @@ -29463,11 +20315,8 @@ schemas: default: name: endOfLifeDate description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - - schema: &ref_981 + - schema: &ref_980 type: object apiVersions: - version: '2020-09-30' @@ -29479,9 +20328,6 @@ schemas: default: name: publisher description: The name of the gallery image definition publisher. - go: - name: Publisher - description: REQUIRED; The name of the gallery image definition publisher. protocol: {} - schema: *ref_511 required: true @@ -29490,9 +20336,6 @@ schemas: default: name: offer description: The name of the gallery image definition offer. - go: - name: Offer - description: REQUIRED; The name of the gallery image definition offer. protocol: {} - schema: *ref_512 required: true @@ -29501,9 +20344,6 @@ schemas: default: name: sku description: The name of the gallery image definition SKU. - go: - name: SKU - description: REQUIRED; The name of the gallery image definition SKU. protocol: {} serializationFormats: - json @@ -29515,11 +20355,6 @@ schemas: name: GalleryImageIdentifier description: This is the gallery image definition identifier. namespace: '' - go: - name: GalleryImageIdentifier - description: GalleryImageIdentifier - This is the gallery image definition identifier. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: identifier @@ -29527,11 +20362,8 @@ schemas: default: name: identifier description: This is the gallery image definition identifier. - go: - name: Identifier - description: REQUIRED; This is the gallery image definition identifier. protocol: {} - - schema: &ref_982 + - schema: &ref_981 type: object apiVersions: - version: '2020-09-30' @@ -29547,9 +20379,6 @@ schemas: default: name: min description: The minimum number of the resource. - go: - name: Min - description: The minimum number of the resource. protocol: {} - schema: *ref_514 serializedName: max @@ -29557,9 +20386,6 @@ schemas: default: name: max description: The maximum number of the resource. - go: - name: Max - description: The maximum number of the resource. protocol: {} serializationFormats: - json @@ -29571,20 +20397,12 @@ schemas: name: ResourceRange description: Describes the resource range. namespace: '' - go: - name: ResourceRange - description: ResourceRange - Describes the resource range. - marshallingFormat: json - namespace: '' protocol: {} serializedName: vCPUs language: default: name: vCPUs description: Describes the resource range. - go: - name: VCPUs - description: Describes the resource range. protocol: {} - schema: *ref_515 serializedName: memory @@ -29592,9 +20410,6 @@ schemas: default: name: memory description: Describes the resource range. - go: - name: Memory - description: Describes the resource range. protocol: {} serializationFormats: - json @@ -29606,11 +20421,6 @@ schemas: name: RecommendedMachineConfiguration description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. namespace: '' - go: - name: RecommendedMachineConfiguration - description: RecommendedMachineConfiguration - The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: recommended @@ -29618,16 +20428,13 @@ schemas: default: name: recommended description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. - go: - name: Recommended - description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. protocol: {} - - schema: &ref_983 + - schema: &ref_982 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1290 + - schema: &ref_1289 type: array apiVersions: - version: '2020-09-30' @@ -29636,21 +20443,12 @@ schemas: default: name: DisallowedDiskTypes description: A list of disk types. - go: - name: '[]*string' - description: A list of disk types. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: diskTypes language: default: name: diskTypes description: A list of disk types. - go: - name: DiskTypes - description: A list of disk types. - byValue: true protocol: {} serializationFormats: - json @@ -29662,12 +20460,6 @@ schemas: name: Disallowed description: Describes the disallowed disk types. namespace: '' - go: - name: Disallowed - description: Disallowed - Describes the disallowed disk types. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: disallowed @@ -29675,11 +20467,8 @@ schemas: default: name: disallowed description: Describes the disallowed disk types. - go: - name: Disallowed - description: Describes the disallowed disk types. protocol: {} - - schema: &ref_984 + - schema: &ref_983 type: object apiVersions: - version: '2020-09-30' @@ -29690,9 +20479,6 @@ schemas: default: name: name description: The plan ID. - go: - name: Name - description: The plan ID. protocol: {} - schema: *ref_518 serializedName: publisher @@ -29700,9 +20486,6 @@ schemas: default: name: publisher description: The publisher ID. - go: - name: Publisher - description: The publisher ID. protocol: {} - schema: *ref_519 serializedName: product @@ -29710,9 +20493,6 @@ schemas: default: name: product description: The product ID. - go: - name: Product - description: The product ID. protocol: {} serializationFormats: - json @@ -29724,11 +20504,6 @@ schemas: name: ImagePurchasePlan description: Describes the gallery image definition purchase plan. This is used by marketplace images. namespace: '' - go: - name: ImagePurchasePlan - description: ImagePurchasePlan - Describes the gallery image definition purchase plan. This is used by marketplace images. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: purchasePlan @@ -29736,9 +20511,6 @@ schemas: default: name: purchasePlan description: Describes the gallery image definition purchase plan. This is used by marketplace images. - go: - name: PurchasePlan - description: Describes the gallery image definition purchase plan. This is used by marketplace images. protocol: {} - schema: *ref_520 readOnly: true @@ -29748,15 +20520,12 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_1291 + - schema: &ref_1290 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_985 + elementType: &ref_984 type: object apiVersions: - version: '2020-09-30' @@ -29767,9 +20536,6 @@ schemas: default: name: name description: The name of the gallery image feature. - go: - name: Name - description: The name of the gallery image feature. protocol: {} - schema: *ref_522 serializedName: value @@ -29777,9 +20543,6 @@ schemas: default: name: value description: The value of the gallery image feature. - go: - name: Value - description: The value of the gallery image feature. protocol: {} serializationFormats: - json @@ -29791,21 +20554,11 @@ schemas: name: GalleryImageFeature description: A feature for gallery image. namespace: '' - go: - name: GalleryImageFeature - description: GalleryImageFeature - A feature for gallery image. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: GalleryImagePropertiesFeatures description: A list of gallery image features. - go: - name: '[]*GalleryImageFeature' - description: A list of gallery image features. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: features @@ -29813,10 +20566,6 @@ schemas: default: name: features description: A list of gallery image features. - go: - name: Features - description: A list of gallery image features. - byValue: true protocol: {} serializationFormats: - json @@ -29828,13 +20577,6 @@ schemas: name: GalleryImageProperties description: Describes the properties of a gallery image definition. namespace: '' - go: - name: GalleryImageProperties - description: GalleryImageProperties - Describes the properties of a gallery image definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -29843,9 +20585,6 @@ schemas: default: name: properties description: Describes the properties of a gallery image definition. - go: - name: Properties - description: Describes the properties of a gallery image definition. protocol: {} serializationFormats: - json @@ -29857,11 +20596,6 @@ schemas: name: GalleryImage description: Specifies information about the gallery image definition that you want to create or update. namespace: '' - go: - name: GalleryImage - description: GalleryImage - Specifies information about the gallery image definition that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - &ref_584 type: object @@ -29873,7 +20607,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_970 + - schema: &ref_969 type: object apiVersions: - version: '2020-09-30' @@ -29901,7 +20635,7 @@ schemas: immediate: - *ref_524 properties: - - schema: &ref_990 + - schema: &ref_989 type: object apiVersions: - version: '2020-09-30' @@ -29913,9 +20647,6 @@ schemas: default: name: mediaLink description: Required. The mediaLink of the artifact, must be a readable storage page blob. - go: - name: MediaLink - description: REQUIRED; Required. The mediaLink of the artifact, must be a readable storage page blob. protocol: {} - schema: *ref_526 required: false @@ -29924,9 +20655,6 @@ schemas: default: name: defaultConfigurationLink description: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. - go: - name: DefaultConfigurationLink - description: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. protocol: {} serializationFormats: - json @@ -29938,11 +20666,6 @@ schemas: name: UserArtifactSource description: The source image from which the Image Version is going to be created. namespace: '' - go: - name: UserArtifactSource - description: UserArtifactSource - The source image from which the Image Version is going to be created. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: source @@ -29950,11 +20673,8 @@ schemas: default: name: source description: The source image from which the Image Version is going to be created. - go: - name: Source - description: REQUIRED; The source image from which the Image Version is going to be created. protocol: {} - - schema: &ref_991 + - schema: &ref_990 type: object apiVersions: - version: '2020-09-30' @@ -29966,9 +20686,6 @@ schemas: default: name: install description: Required. The path and arguments to install the gallery application. This is limited to 4096 characters. - go: - name: Install - description: REQUIRED; Required. The path and arguments to install the gallery application. This is limited to 4096 characters. protocol: {} - schema: *ref_528 required: true @@ -29977,9 +20694,6 @@ schemas: default: name: remove description: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters. - go: - name: Remove - description: REQUIRED; Required. The path and arguments to remove the gallery application. This is limited to 4096 characters. protocol: {} - schema: *ref_529 required: false @@ -29990,13 +20704,6 @@ schemas: description: >- Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters. - go: - name: Update - description: >- - Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on - the current version - - of the gallery application. This is limited to 4096 characters. protocol: {} serializationFormats: - json @@ -30008,11 +20715,6 @@ schemas: name: UserArtifactManage description: '' namespace: '' - go: - name: UserArtifactManage - description: '' - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: manageActions @@ -30020,9 +20722,6 @@ schemas: default: name: manageActions description: '' - go: - name: ManageActions - description: '' protocol: {} - schema: *ref_530 required: false @@ -30031,9 +20730,6 @@ schemas: default: name: enableHealthCheck description: Optional. Whether or not this application reports health. - go: - name: EnableHealthCheck - description: Optional. Whether or not this application reports health. protocol: {} serializationFormats: - json @@ -30045,21 +20741,16 @@ schemas: name: GalleryApplicationVersionPublishingProfile description: The publishing profile of a gallery image version. namespace: '' - go: - name: GalleryApplicationVersionPublishingProfile - description: GalleryApplicationVersionPublishingProfile - The publishing profile of a gallery image version. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_523 - *ref_531 properties: - - schema: &ref_1293 + - schema: &ref_1292 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_986 + elementType: &ref_985 type: object apiVersions: - version: '2020-09-30' @@ -30071,9 +20762,6 @@ schemas: default: name: name description: The name of the region. - go: - name: Name - description: REQUIRED; The name of the region. protocol: {} - schema: *ref_533 required: false @@ -30082,9 +20770,6 @@ schemas: default: name: regionalReplicaCount description: The number of replicas of the Image Version to be created per region. This property is updatable. - go: - name: RegionalReplicaCount - description: The number of replicas of the Image Version to be created per region. This property is updatable. protocol: {} - schema: *ref_534 required: false @@ -30093,11 +20778,8 @@ schemas: default: name: storageAccountType description: Specifies the storage account type to be used to store the image. This property is not updatable. - go: - name: StorageAccountType - description: Specifies the storage account type to be used to store the image. This property is not updatable. protocol: {} - - schema: &ref_987 + - schema: &ref_986 type: object apiVersions: - version: '2020-09-30' @@ -30134,13 +20816,6 @@ schemas: description: >- This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. - go: - name: Lun - description: >- - REQUIRED; This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore - must be unique for each data disk attached to the - - Virtual Machine. protocol: {} serializationFormats: - json @@ -30152,11 +20827,6 @@ schemas: name: DataDiskImageEncryption description: Contains encryption settings for a data disk image. namespace: '' - go: - name: DataDiskImageEncryption - description: DataDiskImageEncryption - Contains encryption settings for a data disk image. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_535 @@ -30168,9 +20838,6 @@ schemas: default: name: diskEncryptionSetId description: A relative URI containing the resource ID of the disk encryption set. - go: - name: DiskEncryptionSetID - description: A relative URI containing the resource ID of the disk encryption set. protocol: {} serializationFormats: - json @@ -30182,11 +20849,6 @@ schemas: name: DiskImageEncryption description: This is the disk image encryption base class. namespace: '' - go: - name: DiskImageEncryption - description: DiskImageEncryption - This is the disk image encryption base class. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_536 @@ -30200,22 +20862,14 @@ schemas: name: OSDiskImageEncryption description: Contains encryption settings for an OS disk image. namespace: '' - go: - name: OSDiskImageEncryption - description: OSDiskImageEncryption - Contains encryption settings for an OS disk image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDiskImage language: default: name: osDiskImage description: Contains encryption settings for an OS disk image. - go: - name: OSDiskImage - description: Contains encryption settings for an OS disk image. protocol: {} - - schema: &ref_1292 + - schema: &ref_1291 type: array apiVersions: - version: '2020-09-30' @@ -30224,21 +20878,12 @@ schemas: default: name: EncryptionImagesDataDiskImages description: A list of encryption specifications for data disk images. - go: - name: '[]*DataDiskImageEncryption' - description: A list of encryption specifications for data disk images. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDiskImages language: default: name: dataDiskImages description: A list of encryption specifications for data disk images. - go: - name: DataDiskImages - description: A list of encryption specifications for data disk images. - byValue: true protocol: {} serializationFormats: - json @@ -30250,12 +20895,6 @@ schemas: name: EncryptionImages description: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. namespace: '' - go: - name: EncryptionImages - description: EncryptionImages - Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: encryption @@ -30263,9 +20902,6 @@ schemas: default: name: encryption description: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. - go: - name: Encryption - description: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. protocol: {} serializationFormats: - json @@ -30277,31 +20913,17 @@ schemas: name: TargetRegion description: Describes the target region information. namespace: '' - go: - name: TargetRegion - description: TargetRegion - Describes the target region information. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: GalleryArtifactPublishingProfileBaseTargetRegions description: The target regions where the Image Version is going to be replicated to. This property is updatable. - go: - name: '[]*TargetRegion' - description: The target regions where the Image Version is going to be replicated to. This property is updatable. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: targetRegions language: default: name: targetRegions description: The target regions where the Image Version is going to be replicated to. This property is updatable. - go: - name: TargetRegions - description: The target regions where the Image Version is going to be replicated to. This property is updatable. - byValue: true protocol: {} - schema: *ref_540 serializedName: replicaCount @@ -30309,9 +20931,6 @@ schemas: default: name: replicaCount description: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. - go: - name: ReplicaCount - description: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. protocol: {} - schema: *ref_541 serializedName: excludeFromLatest @@ -30319,9 +20938,6 @@ schemas: default: name: excludeFromLatest description: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. - go: - name: ExcludeFromLatest - description: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. protocol: {} - schema: *ref_542 readOnly: true @@ -30330,9 +20946,6 @@ schemas: default: name: publishedDate description: The timestamp for when the gallery image version is published. - go: - name: PublishedDate - description: READ-ONLY; The timestamp for when the gallery image version is published. protocol: {} - schema: *ref_543 serializedName: endOfLifeDate @@ -30340,9 +20953,6 @@ schemas: default: name: endOfLifeDate description: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - schema: *ref_534 serializedName: storageAccountType @@ -30350,9 +20960,6 @@ schemas: default: name: storageAccountType description: Specifies the storage account type to be used to store the image. This property is not updatable. - go: - name: StorageAccountType - description: Specifies the storage account type to be used to store the image. This property is not updatable. protocol: {} serializationFormats: - json @@ -30364,13 +20971,6 @@ schemas: name: GalleryArtifactPublishingProfileBase description: Describes the basic gallery artifact publishing profile. namespace: '' - go: - name: GalleryArtifactPublishingProfileBase - description: GalleryArtifactPublishingProfileBase - Describes the basic gallery artifact publishing profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} immediate: - *ref_524 @@ -30384,11 +20984,6 @@ schemas: name: GalleryImageVersionPublishingProfile description: The publishing profile of a gallery image Version. namespace: '' - go: - name: GalleryImageVersionPublishingProfile - description: GalleryImageVersionPublishingProfile - The publishing profile of a gallery image Version. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: publishingProfile @@ -30396,9 +20991,6 @@ schemas: default: name: publishingProfile description: The publishing profile of a gallery image Version. - go: - name: PublishingProfile - description: The publishing profile of a gallery image Version. protocol: {} - schema: *ref_544 readOnly: true @@ -30408,11 +21000,8 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_988 + - schema: &ref_987 type: object apiVersions: - version: '2020-09-30' @@ -30428,9 +21017,6 @@ schemas: default: name: id description: The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. - go: - name: ID - description: The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. protocol: {} - schema: *ref_546 serializedName: uri @@ -30438,9 +21024,6 @@ schemas: default: name: uri description: The uri of the gallery artifact version source. Currently used to specify vhd/blob source. - go: - name: URI - description: The uri of the gallery artifact version source. Currently used to specify vhd/blob source. protocol: {} serializationFormats: - json @@ -30452,20 +21035,12 @@ schemas: name: GalleryArtifactVersionSource description: The gallery artifact version source. namespace: '' - go: - name: GalleryArtifactVersionSource - description: GalleryArtifactVersionSource - The gallery artifact version source. - marshallingFormat: json - namespace: '' protocol: {} serializedName: source language: default: name: source description: The gallery artifact version source. - go: - name: Source - description: The gallery artifact version source. protocol: {} - schema: &ref_547 type: object @@ -30499,13 +21074,6 @@ schemas: description: >- This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. - go: - name: Lun - description: >- - REQUIRED; This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each - data disk attached to the - - Virtual Machine. protocol: {} serializationFormats: - json @@ -30517,11 +21085,6 @@ schemas: name: GalleryDataDiskImage description: This is the data disk image. namespace: '' - go: - name: GalleryDataDiskImage - description: GalleryDataDiskImage - This is the data disk image. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_547 @@ -30534,9 +21097,6 @@ schemas: default: name: sizeInGB description: This property indicates the size of the VHD to be created. - go: - name: SizeInGB - description: READ-ONLY; This property indicates the size of the VHD to be created. protocol: {} - schema: *ref_552 serializedName: hostCaching @@ -30544,9 +21104,6 @@ schemas: default: name: hostCaching description: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' - go: - name: HostCaching - description: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' protocol: {} - schema: *ref_553 serializedName: source @@ -30554,9 +21111,6 @@ schemas: default: name: source description: The gallery artifact version source. - go: - name: Source - description: The gallery artifact version source. protocol: {} serializationFormats: - json @@ -30568,11 +21122,6 @@ schemas: name: GalleryDiskImage description: This is the disk image base class. namespace: '' - go: - name: GalleryDiskImage - description: GalleryDiskImage - This is the disk image base class. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_548 @@ -30586,22 +21135,14 @@ schemas: name: GalleryOSDiskImage description: This is the OS disk image. namespace: '' - go: - name: GalleryOSDiskImage - description: GalleryOSDiskImage - This is the OS disk image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDiskImage language: default: name: osDiskImage description: This is the OS disk image. - go: - name: OSDiskImage - description: This is the OS disk image. protocol: {} - - schema: &ref_1294 + - schema: &ref_1293 type: array apiVersions: - version: '2020-09-30' @@ -30610,21 +21151,12 @@ schemas: default: name: GalleryImageVersionStorageProfileDataDiskImages description: A list of data disk images. - go: - name: '[]*GalleryDataDiskImage' - description: A list of data disk images. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDiskImages language: default: name: dataDiskImages description: A list of data disk images. - go: - name: DataDiskImages - description: A list of data disk images. - byValue: true protocol: {} serializationFormats: - json @@ -30636,12 +21168,6 @@ schemas: name: GalleryImageVersionStorageProfile description: This is the storage profile of a Gallery Image Version. namespace: '' - go: - name: GalleryImageVersionStorageProfile - description: GalleryImageVersionStorageProfile - This is the storage profile of a Gallery Image Version. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: storageProfile @@ -30649,9 +21175,6 @@ schemas: default: name: storageProfile description: This is the storage profile of a Gallery Image Version. - go: - name: StorageProfile - description: REQUIRED; This is the storage profile of a Gallery Image Version. protocol: {} - schema: &ref_565 type: object @@ -30665,15 +21188,12 @@ schemas: default: name: aggregatedState description: This is the aggregated replication status based on all the regional replication status flags. - go: - name: AggregatedState - description: READ-ONLY; This is the aggregated replication status based on all the regional replication status flags. protocol: {} - - schema: &ref_1295 + - schema: &ref_1294 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_989 + elementType: &ref_988 type: object apiVersions: - version: '2020-09-30' @@ -30685,9 +21205,6 @@ schemas: default: name: region description: The region to which the gallery image version is being replicated to. - go: - name: Region - description: READ-ONLY; The region to which the gallery image version is being replicated to. protocol: {} - schema: *ref_556 readOnly: true @@ -30696,9 +21213,6 @@ schemas: default: name: state description: This is the regional replication state. - go: - name: State - description: READ-ONLY; This is the regional replication state. protocol: {} - schema: *ref_557 readOnly: true @@ -30707,9 +21221,6 @@ schemas: default: name: details description: The details of the replication status. - go: - name: Details - description: READ-ONLY; The details of the replication status. protocol: {} - schema: *ref_558 readOnly: true @@ -30718,9 +21229,6 @@ schemas: default: name: progress description: It indicates progress of the replication job. - go: - name: Progress - description: READ-ONLY; It indicates progress of the replication job. protocol: {} serializationFormats: - json @@ -30732,21 +21240,11 @@ schemas: name: RegionalReplicationStatus description: This is the regional replication status. namespace: '' - go: - name: RegionalReplicationStatus - description: RegionalReplicationStatus - This is the regional replication status. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ReplicationStatusSummary description: This is a summary of replication status for each region. - go: - name: '[]*RegionalReplicationStatus' - description: This is a summary of replication status for each region. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: summary @@ -30754,10 +21252,6 @@ schemas: default: name: summary description: This is a summary of replication status for each region. - go: - name: Summary - description: READ-ONLY; This is a summary of replication status for each region. - byValue: true protocol: {} serializationFormats: - json @@ -30769,12 +21263,6 @@ schemas: name: ReplicationStatus description: This is the replication status of the gallery image version. namespace: '' - go: - name: ReplicationStatus - description: ReplicationStatus - This is the replication status of the gallery image version. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true required: false @@ -30783,9 +21271,6 @@ schemas: default: name: replicationStatus description: This is the replication status of the gallery image version. - go: - name: ReplicationStatus - description: READ-ONLY; This is the replication status of the gallery image version. protocol: {} serializationFormats: - json @@ -30797,11 +21282,6 @@ schemas: name: GalleryImageVersionProperties description: Describes the properties of a gallery image version. namespace: '' - go: - name: GalleryImageVersionProperties - description: GalleryImageVersionProperties - Describes the properties of a gallery image version. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -30810,9 +21290,6 @@ schemas: default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -30824,11 +21301,6 @@ schemas: name: GalleryImageVersion description: Specifies information about the gallery image version that you want to create or update. namespace: '' - go: - name: GalleryImageVersion - description: GalleryImageVersion - Specifies information about the gallery image version that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - &ref_585 type: object @@ -30840,7 +21312,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_971 + - schema: &ref_970 type: object apiVersions: - version: '2020-09-30' @@ -30852,9 +21324,6 @@ schemas: default: name: description description: The description of this gallery Application Definition resource. This property is updatable. - go: - name: Description - description: The description of this gallery Application Definition resource. This property is updatable. protocol: {} - schema: *ref_560 required: false @@ -30863,9 +21332,6 @@ schemas: default: name: eula description: The Eula agreement for the gallery Application Definition. - go: - name: Eula - description: The Eula agreement for the gallery Application Definition. protocol: {} - schema: *ref_561 required: false @@ -30874,9 +21340,6 @@ schemas: default: name: privacyStatementUri description: The privacy statement uri. - go: - name: PrivacyStatementURI - description: The privacy statement uri. protocol: {} - schema: *ref_562 required: false @@ -30885,9 +21348,6 @@ schemas: default: name: releaseNoteUri description: The release note uri. - go: - name: ReleaseNoteURI - description: The release note uri. protocol: {} - schema: *ref_563 required: false @@ -30896,9 +21356,6 @@ schemas: default: name: endOfLifeDate description: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - schema: *ref_26 required: true @@ -30907,16 +21364,6 @@ schemas: default: name: supportedOSType description: 'This property allows you to specify the supported type of the OS that application is built for.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: SupportedOSType - description: |- - REQUIRED; This property allows you to specify the supported type of the OS that application is built for. - - Possible values are: - - Windows - - Linux protocol: {} serializationFormats: - json @@ -30928,12 +21375,6 @@ schemas: name: GalleryApplicationProperties description: Describes the properties of a gallery Application Definition. namespace: '' - go: - name: GalleryApplicationProperties - description: GalleryApplicationProperties - Describes the properties of a gallery Application Definition. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -30942,9 +21383,6 @@ schemas: default: name: properties description: Describes the properties of a gallery Application Definition. - go: - name: Properties - description: Describes the properties of a gallery Application Definition. protocol: {} serializationFormats: - json @@ -30956,11 +21394,6 @@ schemas: name: GalleryApplication description: Specifies information about the gallery Application Definition that you want to create or update. namespace: '' - go: - name: GalleryApplication - description: GalleryApplication - Specifies information about the gallery Application Definition that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - &ref_586 type: object @@ -30972,7 +21405,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_972 + - schema: &ref_971 type: object apiVersions: - version: '2020-09-30' @@ -30984,9 +21417,6 @@ schemas: default: name: publishingProfile description: The publishing profile of a gallery image version. - go: - name: PublishingProfile - description: REQUIRED; The publishing profile of a gallery image version. protocol: {} - schema: *ref_564 readOnly: true @@ -30996,9 +21426,6 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: *ref_565 readOnly: true @@ -31008,9 +21435,6 @@ schemas: default: name: replicationStatus description: This is the replication status of the gallery image version. - go: - name: ReplicationStatus - description: READ-ONLY; This is the replication status of the gallery image version. protocol: {} serializationFormats: - json @@ -31022,11 +21446,6 @@ schemas: name: GalleryApplicationVersionProperties description: Describes the properties of a gallery image version. namespace: '' - go: - name: GalleryApplicationVersionProperties - description: GalleryApplicationVersionProperties - Describes the properties of a gallery image version. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -31035,9 +21454,6 @@ schemas: default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -31049,11 +21465,6 @@ schemas: name: GalleryApplicationVersion description: Specifies information about the gallery Application Version that you want to create or update. namespace: '' - go: - name: GalleryApplicationVersion - description: GalleryApplicationVersion - Specifies information about the gallery Application Version that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_17 @@ -31088,9 +21499,6 @@ schemas: default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - schema: *ref_588 readOnly: true @@ -31100,9 +21508,6 @@ schemas: default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - schema: *ref_589 readOnly: true @@ -31112,9 +21517,6 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - schema: *ref_590 required: true @@ -31123,24 +21525,14 @@ schemas: default: name: location description: Resource location - go: - name: Location - description: REQUIRED; Resource location protocol: {} - schema: *ref_591 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -31154,19 +21546,13 @@ schemas: name: Resource description: The Resource model definition. namespace: '' - go: - name: Resource - description: Resource - The Resource model definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_592 immediate: - *ref_18 - *ref_592 properties: - - schema: &ref_596 + - schema: &ref_595 type: object apiVersions: - version: '2021-03-01' @@ -31177,9 +21563,6 @@ schemas: default: name: platformUpdateDomainCount description: Update Domain count. - go: - name: PlatformUpdateDomainCount - description: Update Domain count. protocol: {} - schema: *ref_594 serializedName: platformFaultDomainCount @@ -31187,11 +21570,8 @@ schemas: default: name: platformFaultDomainCount description: Fault Domain count. - go: - name: PlatformFaultDomainCount - description: Fault Domain count. protocol: {} - - schema: &ref_1135 + - schema: &ref_1134 type: array apiVersions: - version: '2021-03-01' @@ -31200,21 +21580,12 @@ schemas: default: name: AvailabilitySetPropertiesVirtualMachines description: A list of references to all virtual machines in the availability set. - go: - name: '[]*SubResource' - description: A list of references to all virtual machines in the availability set. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: virtualMachines language: default: name: virtualMachines description: A list of references to all virtual machines in the availability set. - go: - name: VirtualMachines - description: A list of references to all virtual machines in the availability set. - byValue: true protocol: {} - schema: *ref_22 serializedName: proximityPlacementGroup @@ -31224,14 +21595,8 @@ schemas: default: name: proximityPlacementGroup description: 'Specifies information about the proximity placement group that the availability set should be assigned to.

    Minimum api-version: 2018-04-01.' - go: - name: ProximityPlacementGroup - description: |- - Specifies information about the proximity placement group that the availability set should be assigned to. - - Minimum api-version: 2018-04-01. protocol: {} - - schema: &ref_1136 + - schema: &ref_1135 type: array apiVersions: - version: '2021-03-01' @@ -31240,11 +21605,6 @@ schemas: default: name: AvailabilitySetPropertiesStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statuses @@ -31252,10 +21612,6 @@ schemas: default: name: statuses description: The resource status information. - go: - name: Statuses - description: READ-ONLY; The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -31267,12 +21623,6 @@ schemas: name: AvailabilitySetProperties description: The instance view of a resource. namespace: '' - go: - name: AvailabilitySetProperties - description: AvailabilitySetProperties - The instance view of a resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -31281,9 +21631,6 @@ schemas: default: name: properties description: The instance view of a resource. - go: - name: Properties - description: The instance view of a resource. protocol: {} - schema: *ref_285 serializedName: sku @@ -31293,21 +21640,6 @@ schemas: description: >- Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'. - go: - name: SKU - description: |- - Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual - machines with unmanaged disks. Default value is 'Classic'. - protocol: {} - - schema: *ref_592 - serializedName: AdditionalProperties - language: - default: &ref_595 - name: AdditionalProperties - description: OPTIONAL; Contains additional key/value pairs not defined in the schema. - byValue: true - isAdditionalProperties: true - go: *ref_595 protocol: {} serializationFormats: - json @@ -31323,45 +21655,34 @@ schemas: updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. namespace: '' - go: - name: AvailabilitySet - description: |- - AvailabilitySet - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize - availability. For more information about availability sets, see Availability sets overview [https://docs.microsoft.com/azure/virtual-machines/availability-set-overview]. - - For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure [https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates] - - Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_596 + - *ref_595 - *ref_22 - *ref_89 - *ref_285 - *ref_18 - - &ref_597 + - &ref_596 type: object apiVersions: - version: '2021-03-01' parents: all: - - &ref_598 + - &ref_597 type: object apiVersions: - version: '2021-03-01' children: all: - - *ref_597 - - &ref_621 + - *ref_596 + - &ref_620 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 serializationFormats: - json usage: @@ -31371,24 +21692,18 @@ schemas: name: ProximityPlacementGroupUpdate description: Specifies information about the proximity placement group. namespace: '' - go: - name: ProximityPlacementGroupUpdate - description: ProximityPlacementGroupUpdate - Specifies information about the proximity placement group. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_622 + - &ref_621 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_599 + - schema: *ref_598 serializedName: properties extensions: x-ms-client-flatten: true @@ -31396,28 +21711,18 @@ schemas: default: name: properties description: Dedicated Host Group Properties. - go: - name: Properties - description: Dedicated Host Group Properties. protocol: {} - - schema: &ref_1148 + - schema: &ref_1147 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_600 + elementType: *ref_599 language: default: name: DedicatedHostGroupUpdateZones description: >- Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. - go: - name: '[]*string' - description: >- - Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces - each host in the group to be in the same zone. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: @@ -31426,12 +21731,6 @@ schemas: description: >- Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. - go: - name: Zones - description: |- - Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, - enforces each host in the group to be in the same zone. - byValue: true protocol: {} serializationFormats: - json @@ -31442,25 +21741,18 @@ schemas: name: DedicatedHostGroupUpdate description: Specifies information about the dedicated host group that the dedicated host should be assigned to. Only tags may be updated. namespace: '' - go: - name: DedicatedHostGroupUpdate - description: DedicatedHostGroupUpdate - Specifies information about the dedicated host group that the dedicated host should be assigned to. Only tags may be updated. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_623 + - &ref_622 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_601 + - schema: *ref_600 serializedName: properties extensions: x-ms-client-flatten: true @@ -31468,9 +21760,6 @@ schemas: default: name: properties description: Properties of the dedicated host. - go: - name: Properties - description: Properties of the dedicated host. protocol: {} serializationFormats: - json @@ -31481,24 +21770,18 @@ schemas: name: DedicatedHostUpdate description: Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType may be updated. namespace: '' - go: - name: DedicatedHostUpdate - description: DedicatedHostUpdate - Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType may be updated. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_624 + - &ref_623 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_602 + - schema: *ref_601 serializedName: properties extensions: x-ms-client-flatten: true @@ -31506,9 +21789,6 @@ schemas: default: name: properties description: Properties of the SSH public key. - go: - name: Properties - description: Properties of the SSH public key. protocol: {} serializationFormats: - json @@ -31519,24 +21799,18 @@ schemas: name: SshPublicKeyUpdateResource description: Specifies information about the SSH public key. namespace: '' - go: - name: SSHPublicKeyUpdateResource - description: SSHPublicKeyUpdateResource - Specifies information about the SSH public key. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_625 + - &ref_624 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_603 + - schema: *ref_602 serializedName: properties extensions: x-ms-client-flatten: true @@ -31544,9 +21818,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension. protocol: {} serializationFormats: - json @@ -31557,24 +21828,18 @@ schemas: name: VirtualMachineExtensionUpdate description: Describes a Virtual Machine Extension. namespace: '' - go: - name: VirtualMachineExtensionUpdate - description: VirtualMachineExtensionUpdate - Describes a Virtual Machine Extension. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_626 + - &ref_625 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_604 + - schema: *ref_603 serializedName: properties extensions: x-ms-client-flatten: true @@ -31582,9 +21847,6 @@ schemas: default: name: properties description: Describes the properties of an Image. - go: - name: Properties - description: Describes the properties of an Image. protocol: {} serializationFormats: - json @@ -31595,22 +21857,16 @@ schemas: name: ImageUpdate description: The source user image virtual hard disk. Only tags may be updated. namespace: '' - go: - name: ImageUpdate - description: ImageUpdate - The source user image virtual hard disk. Only tags may be updated. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_627 + - &ref_626 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - schema: *ref_286 serializedName: plan @@ -31621,14 +21877,8 @@ schemas: Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. - go: - name: Plan - description: |- - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. protocol: {} - - schema: *ref_605 + - schema: *ref_604 serializedName: properties extensions: x-ms-client-flatten: true @@ -31636,44 +21886,29 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine. - go: - name: Properties - description: Describes the properties of a Virtual Machine. protocol: {} - - schema: *ref_606 + - schema: *ref_605 serializedName: identity language: default: name: identity description: The identity of the virtual machine, if configured. - go: - name: Identity - description: The identity of the virtual machine, if configured. protocol: {} - - schema: &ref_1204 + - schema: &ref_1203 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_607 + elementType: *ref_606 language: default: name: VirtualMachineUpdateZones description: The virtual machine zones. - go: - name: '[]*string' - description: The virtual machine zones. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: The virtual machine zones. - go: - name: Zones - description: The virtual machine zones. - byValue: true protocol: {} serializationFormats: - json @@ -31684,25 +21919,18 @@ schemas: name: VirtualMachineUpdate description: Describes a Virtual Machine Update. namespace: '' - go: - name: VirtualMachineUpdate - description: VirtualMachineUpdate - Describes a Virtual Machine Update. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_628 + - &ref_627 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_608 + - schema: *ref_607 serializedName: properties extensions: x-ms-client-flatten: true @@ -31710,9 +21938,6 @@ schemas: default: name: properties description: The restore point collection properties. - go: - name: Properties - description: The restore point collection properties. protocol: {} serializationFormats: - json @@ -31723,22 +21948,16 @@ schemas: name: RestorePointCollectionUpdate description: Update Restore Point collection parameters. namespace: '' - go: - name: RestorePointCollectionUpdate - description: RestorePointCollectionUpdate - Update Restore Point collection parameters. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_629 + - &ref_628 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - schema: *ref_285 serializedName: sku @@ -31746,9 +21965,6 @@ schemas: default: name: sku description: The virtual machine scale set sku. - go: - name: SKU - description: The virtual machine scale set sku. protocol: {} - schema: *ref_286 serializedName: plan @@ -31756,54 +21972,42 @@ schemas: default: name: plan description: The purchase plan when deploying a virtual machine scale set from VM Marketplace images. - go: - name: Plan - description: The purchase plan when deploying a virtual machine scale set from VM Marketplace images. protocol: {} - - schema: &ref_778 + - schema: &ref_777 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_609 + - schema: *ref_608 serializedName: upgradePolicy language: default: name: upgradePolicy description: The upgrade policy. - go: - name: UpgradePolicy - description: The upgrade policy. protocol: {} - - schema: *ref_610 + - schema: *ref_609 serializedName: automaticRepairsPolicy language: default: name: automaticRepairsPolicy description: Policy for automatic repairs. - go: - name: AutomaticRepairsPolicy - description: Policy for automatic repairs. protocol: {} - - schema: &ref_779 + - schema: &ref_778 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_780 + - schema: &ref_779 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_611 + - schema: *ref_610 serializedName: customData language: default: name: customData description: A base-64 encoded string of custom data. - go: - name: CustomData - description: A base-64 encoded string of custom data. protocol: {} - schema: *ref_302 serializedName: windowsConfiguration @@ -31811,9 +22015,6 @@ schemas: default: name: windowsConfiguration description: The Windows Configuration of the OS profile. - go: - name: WindowsConfiguration - description: The Windows Configuration of the OS profile. protocol: {} - schema: *ref_303 serializedName: linuxConfiguration @@ -31821,11 +22022,8 @@ schemas: default: name: linuxConfiguration description: The Linux Configuration of the OS profile. - go: - name: LinuxConfiguration - description: The Linux Configuration of the OS profile. protocol: {} - - schema: &ref_1219 + - schema: &ref_1218 type: array apiVersions: - version: '2021-03-01' @@ -31834,21 +22032,12 @@ schemas: default: name: VirtualMachineScaleSetUpdateOSProfileSecrets description: The List of certificates for addition to the VM. - go: - name: '[]*VaultSecretGroup' - description: The List of certificates for addition to the VM. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: secrets language: default: name: secrets description: The List of certificates for addition to the VM. - go: - name: Secrets - description: The List of certificates for addition to the VM. - byValue: true protocol: {} serializationFormats: - json @@ -31859,23 +22048,14 @@ schemas: name: VirtualMachineScaleSetUpdateOSProfile description: Describes a virtual machine scale set OS profile. namespace: '' - go: - name: VirtualMachineScaleSetUpdateOSProfile - description: VirtualMachineScaleSetUpdateOSProfile - Describes a virtual machine scale set OS profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osProfile language: default: name: osProfile description: The virtual machine scale set OS profile. - go: - name: OSProfile - description: The virtual machine scale set OS profile. protocol: {} - - schema: &ref_781 + - schema: &ref_780 type: object apiVersions: - version: '2021-03-01' @@ -31886,11 +22066,8 @@ schemas: default: name: imageReference description: The image reference. - go: - name: ImageReference - description: The image reference. protocol: {} - - schema: &ref_782 + - schema: &ref_781 type: object apiVersions: - version: '2021-03-01' @@ -31901,9 +22078,6 @@ schemas: default: name: caching description: The caching type. - go: - name: Caching - description: The caching type. protocol: {} - schema: *ref_162 serializedName: writeAcceleratorEnabled @@ -31911,11 +22085,8 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - - schema: *ref_612 + - schema: *ref_611 serializedName: diskSizeGB language: default: @@ -31923,12 +22094,6 @@ schemas: description: >- Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_160 serializedName: image @@ -31938,38 +22103,22 @@ schemas: description: >- The Source User Image VirtualHardDisk. This VirtualHardDisk will be copied before using it to attach to the Virtual Machine. If SourceImage is provided, the destination VirtualHardDisk should not exist. - go: - name: Image - description: >- - The Source User Image VirtualHardDisk. This VirtualHardDisk will be copied before using it to attach to the Virtual Machine. If SourceImage is provided, the destination VirtualHardDisk - should not - - exist. protocol: {} - - schema: &ref_1220 + - schema: &ref_1219 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_613 + elementType: *ref_612 language: default: name: VirtualMachineScaleSetUpdateOSDiskVhdContainers description: The list of virtual hard disk container uris. - go: - name: '[]*string' - description: The list of virtual hard disk container uris. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: vhdContainers language: default: name: vhdContainers description: The list of virtual hard disk container uris. - go: - name: VhdContainers - description: The list of virtual hard disk container uris. - byValue: true protocol: {} - schema: *ref_312 serializedName: managedDisk @@ -31977,9 +22126,6 @@ schemas: default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} serializationFormats: - json @@ -31990,46 +22136,28 @@ schemas: name: VirtualMachineScaleSetUpdateOSDisk description: Describes virtual machine scale set operating system disk Update Object. This should be used for Updating VMSS OS Disk. namespace: '' - go: - name: VirtualMachineScaleSetUpdateOSDisk - description: VirtualMachineScaleSetUpdateOSDisk - Describes virtual machine scale set operating system disk Update Object. This should be used for Updating VMSS OS Disk. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk language: default: name: osDisk description: The OS disk. - go: - name: OSDisk - description: The OS disk. protocol: {} - - schema: &ref_1221 + - schema: &ref_1220 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_614 + elementType: *ref_613 language: default: name: VirtualMachineScaleSetUpdateStorageProfileDataDisks description: The data disks. - go: - name: '[]*VirtualMachineScaleSetDataDisk' - description: The data disks. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks language: default: name: dataDisks description: The data disks. - go: - name: DataDisks - description: The data disks. - byValue: true protocol: {} serializationFormats: - json @@ -32040,23 +22168,14 @@ schemas: name: VirtualMachineScaleSetUpdateStorageProfile description: Describes a virtual machine scale set storage profile. namespace: '' - go: - name: VirtualMachineScaleSetUpdateStorageProfile - description: VirtualMachineScaleSetUpdateStorageProfile - Describes a virtual machine scale set storage profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile language: default: name: storageProfile description: The virtual machine scale set storage profile. - go: - name: StorageProfile - description: The virtual machine scale set storage profile. protocol: {} - - schema: &ref_783 + - schema: &ref_782 type: object apiVersions: - version: '2021-03-01' @@ -32069,13 +22188,8 @@ schemas: description: >- A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. - go: - name: HealthProbe - description: |- - A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. protocol: {} - - schema: &ref_1227 + - schema: &ref_1226 type: array apiVersions: - version: '2021-03-01' @@ -32084,21 +22198,12 @@ schemas: default: name: VirtualMachineScaleSetUpdateNetworkProfileNetworkInterfaceConfigurations description: The list of network configurations. - go: - name: '[]*VirtualMachineScaleSetUpdateNetworkConfiguration' - description: The list of network configurations. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaceConfigurations language: default: name: networkInterfaceConfigurations description: The list of network configurations. - go: - name: NetworkInterfaceConfigurations - description: The list of network configurations. - byValue: true protocol: {} - schema: *ref_201 serializedName: networkApiVersion @@ -32106,9 +22211,6 @@ schemas: default: name: networkApiVersion description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' - go: - name: NetworkAPIVersion - description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' protocol: {} serializationFormats: - json @@ -32119,21 +22221,12 @@ schemas: name: VirtualMachineScaleSetUpdateNetworkProfile description: Describes a virtual machine scale set network profile. namespace: '' - go: - name: VirtualMachineScaleSetUpdateNetworkProfile - description: VirtualMachineScaleSetUpdateNetworkProfile - Describes a virtual machine scale set network profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile language: default: name: networkProfile description: The virtual machine scale set network profile. - go: - name: NetworkProfile - description: The virtual machine scale set network profile. protocol: {} - schema: *ref_315 serializedName: securityProfile @@ -32141,9 +22234,6 @@ schemas: default: name: securityProfile description: The virtual machine scale set Security profile - go: - name: SecurityProfile - description: The virtual machine scale set Security profile protocol: {} - schema: *ref_316 serializedName: diagnosticsProfile @@ -32151,29 +22241,20 @@ schemas: default: name: diagnosticsProfile description: The virtual machine scale set diagnostics profile. - go: - name: DiagnosticsProfile - description: The virtual machine scale set diagnostics profile. protocol: {} - - schema: *ref_615 + - schema: *ref_614 serializedName: extensionProfile language: default: name: extensionProfile description: The virtual machine scale set extension profile. - go: - name: ExtensionProfile - description: The virtual machine scale set extension profile. protocol: {} - - schema: *ref_616 + - schema: *ref_615 serializedName: licenseType language: default: name: licenseType description: The license type, which is for bring your own license scenario. - go: - name: LicenseType - description: The license type, which is for bring your own license scenario. protocol: {} - schema: *ref_319 serializedName: billingProfile @@ -32181,12 +22262,6 @@ schemas: default: name: billingProfile description: 'Specifies the billing related details of a Azure Spot VMSS.

    Minimum api-version: 2019-03-01.' - go: - name: BillingProfile - description: |- - Specifies the billing related details of a Azure Spot VMSS. - - Minimum api-version: 2019-03-01. protocol: {} - schema: *ref_320 serializedName: scheduledEventsProfile @@ -32194,22 +22269,13 @@ schemas: default: name: scheduledEventsProfile description: Specifies Scheduled Event related configurations. - go: - name: ScheduledEventsProfile - description: Specifies Scheduled Event related configurations. protocol: {} - - schema: *ref_617 + - schema: *ref_616 serializedName: userData language: default: name: userData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: UserData - description: |- - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. - - Minimum api-version: 2021-03-01 protocol: {} serializationFormats: - json @@ -32220,20 +22286,12 @@ schemas: name: VirtualMachineScaleSetUpdateVMProfile description: Describes a virtual machine scale set virtual machine profile. namespace: '' - go: - name: VirtualMachineScaleSetUpdateVMProfile - description: VirtualMachineScaleSetUpdateVMProfile - Describes a virtual machine scale set virtual machine profile. - marshallingFormat: json - namespace: '' protocol: {} serializedName: virtualMachineProfile language: default: name: virtualMachineProfile description: The virtual machine profile. - go: - name: VirtualMachineProfile - description: The virtual machine profile. protocol: {} - schema: *ref_323 serializedName: overprovision @@ -32241,9 +22299,6 @@ schemas: default: name: overprovision description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. - go: - name: Overprovision - description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. protocol: {} - schema: *ref_324 serializedName: doNotRunExtensionsOnOverprovisionedVMs @@ -32253,11 +22308,6 @@ schemas: description: >- When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. - go: - name: DoNotRunExtensionsOnOverprovisionedVMs - description: |- - When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra - overprovisioned VMs. protocol: {} - schema: *ref_326 serializedName: singlePlacementGroup @@ -32267,11 +22317,6 @@ schemas: description: >- When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true. - go: - name: SinglePlacementGroup - description: |- - When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup - is false, it may not be modified to true. protocol: {} - schema: *ref_329 serializedName: additionalCapabilities @@ -32281,21 +22326,13 @@ schemas: description: >- Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type. - go: - name: AdditionalCapabilities - description: |- - Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching - managed data disks with UltraSSD_LRS storage account type. protocol: {} - - schema: *ref_618 + - schema: *ref_617 serializedName: scaleInPolicy language: default: name: scaleInPolicy description: Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. - go: - name: ScaleInPolicy - description: Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. protocol: {} - schema: *ref_22 serializedName: proximityPlacementGroup @@ -32305,12 +22342,6 @@ schemas: default: name: proximityPlacementGroup description: 'Specifies information about the proximity placement group that the virtual machine scale set should be assigned to.

    Minimum api-version: 2018-04-01.' - go: - name: ProximityPlacementGroup - description: |- - Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. - - Minimum api-version: 2018-04-01. protocol: {} serializationFormats: - json @@ -32321,11 +22352,6 @@ schemas: name: VirtualMachineScaleSetUpdateProperties description: Describes the properties of a Virtual Machine Scale Set. namespace: '' - go: - name: VirtualMachineScaleSetUpdateProperties - description: VirtualMachineScaleSetUpdateProperties - Describes the properties of a Virtual Machine Scale Set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -32334,19 +22360,13 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Scale Set. - go: - name: Properties - description: Describes the properties of a Virtual Machine Scale Set. protocol: {} - - schema: *ref_619 + - schema: *ref_618 serializedName: identity language: default: name: identity description: The identity of the virtual machine scale set, if configured. - go: - name: Identity - description: The identity of the virtual machine scale set, if configured. protocol: {} serializationFormats: - json @@ -32357,24 +22377,18 @@ schemas: name: VirtualMachineScaleSetUpdate description: Describes a Virtual Machine Scale Set. namespace: '' - go: - name: VirtualMachineScaleSetUpdate - description: VirtualMachineScaleSetUpdate - Describes a Virtual Machine Scale Set. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_630 + - &ref_629 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_620 + - schema: *ref_619 serializedName: properties extensions: x-ms-client-flatten: true @@ -32382,9 +22396,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine run command. - go: - name: Properties - description: Describes the properties of a Virtual Machine run command. protocol: {} serializationFormats: - json @@ -32395,15 +22406,10 @@ schemas: name: VirtualMachineRunCommandUpdate description: Describes a Virtual Machine run command. namespace: '' - go: - name: VirtualMachineRunCommandUpdate - description: VirtualMachineRunCommandUpdate - Describes a Virtual Machine run command. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} immediate: - - *ref_597 + - *ref_596 + - *ref_620 - *ref_621 - *ref_622 - *ref_623 @@ -32413,21 +22419,13 @@ schemas: - *ref_627 - *ref_628 - *ref_629 - - *ref_630 properties: - - schema: *ref_631 + - schema: *ref_630 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -32438,17 +22436,11 @@ schemas: name: UpdateResource description: The Update Resource model definition. namespace: '' - go: - name: UpdateResource - description: UpdateResource - The Update Resource model definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_596 + - schema: *ref_595 serializedName: properties extensions: x-ms-client-flatten: true @@ -32456,9 +22448,6 @@ schemas: default: name: properties description: The instance view of a resource. - go: - name: Properties - description: The instance view of a resource. protocol: {} - schema: *ref_285 serializedName: sku @@ -32466,9 +22455,6 @@ schemas: default: name: sku description: Sku of the availability set - go: - name: SKU - description: Sku of the availability set protocol: {} serializationFormats: - json @@ -32479,20 +22465,14 @@ schemas: name: AvailabilitySetUpdate description: Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated. namespace: '' - go: - name: AvailabilitySetUpdate - description: AvailabilitySetUpdate - Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_598 - - &ref_1370 + - *ref_597 + - &ref_1344 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1137 + - schema: &ref_1136 type: array apiVersions: - version: '2021-03-01' @@ -32501,11 +22481,6 @@ schemas: default: name: AvailabilitySetListResultValue description: The list of availability sets - go: - name: '[]*AvailabilitySet' - description: The list of availability sets - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -32513,21 +22488,14 @@ schemas: default: name: value description: The list of availability sets - go: - name: Value - description: REQUIRED; The list of availability sets - byValue: true protocol: {} - - schema: *ref_632 + - schema: *ref_631 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of AvailabilitySets. Call ListNext() with this URI to fetch the next page of AvailabilitySets. - go: - name: NextLink - description: The URI to fetch the next page of AvailabilitySets. Call ListNext() with this URI to fetch the next page of AvailabilitySets. protocol: {} serializationFormats: - json @@ -32538,38 +22506,29 @@ schemas: name: AvailabilitySetListResult description: The List Availability Set operation response. namespace: '' - go: - name: AvailabilitySetListResult - description: AvailabilitySetListResult - The List Availability Set operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1384 + - &ref_1348 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1138 + - schema: &ref_1137 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_639 + elementType: &ref_638 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_633 + - schema: *ref_632 serializedName: name language: default: name: name description: The name of the virtual machine size. - go: - name: Name - description: The name of the virtual machine size. protocol: {} - - schema: *ref_634 + - schema: *ref_633 serializedName: numberOfCores language: default: @@ -32577,51 +22536,34 @@ schemas: description: >- The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please refer to https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list - go: - name: NumberOfCores - description: |- - The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please - refer to https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list protocol: {} - - schema: *ref_635 + - schema: *ref_634 serializedName: osDiskSizeInMB language: default: name: osDiskSizeInMB description: The OS disk size, in MB, allowed by the virtual machine size. - go: - name: OSDiskSizeInMB - description: The OS disk size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_636 + - schema: *ref_635 serializedName: resourceDiskSizeInMB language: default: name: resourceDiskSizeInMB description: The resource disk size, in MB, allowed by the virtual machine size. - go: - name: ResourceDiskSizeInMB - description: The resource disk size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_637 + - schema: *ref_636 serializedName: memoryInMB language: default: name: memoryInMB description: The amount of memory, in MB, supported by the virtual machine size. - go: - name: MemoryInMB - description: The amount of memory, in MB, supported by the virtual machine size. protocol: {} - - schema: *ref_638 + - schema: *ref_637 serializedName: maxDataDiskCount language: default: name: maxDataDiskCount description: The maximum number of data disks that can be attached to the virtual machine size. - go: - name: MaxDataDiskCount - description: The maximum number of data disks that can be attached to the virtual machine size. protocol: {} serializationFormats: - json @@ -32632,31 +22574,17 @@ schemas: name: VirtualMachineSize description: Describes the properties of a VM size. namespace: '' - go: - name: VirtualMachineSize - description: VirtualMachineSize - Describes the properties of a VM size. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineSizeListResultValue description: The list of virtual machine sizes. - go: - name: '[]*VirtualMachineSize' - description: The list of virtual machine sizes. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The list of virtual machine sizes. - go: - name: Value - description: The list of virtual machine sizes. - byValue: true protocol: {} serializationFormats: - json @@ -32667,24 +22595,18 @@ schemas: name: VirtualMachineSizeListResult description: The List Virtual Machine operation response. namespace: '' - go: - name: VirtualMachineSizeListResult - description: VirtualMachineSizeListResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_639 + - *ref_638 - *ref_566 - - *ref_640 + - *ref_639 - *ref_20 - - *ref_621 - - &ref_1422 + - *ref_620 + - &ref_1362 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1142 + - schema: &ref_1141 type: array apiVersions: - version: '2021-03-01' @@ -32693,11 +22615,6 @@ schemas: default: name: ProximityPlacementGroupListResultValue description: The list of proximity placement groups - go: - name: '[]*ProximityPlacementGroup' - description: The list of proximity placement groups - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -32705,21 +22622,14 @@ schemas: default: name: value description: The list of proximity placement groups - go: - name: Value - description: REQUIRED; The list of proximity placement groups - byValue: true protocol: {} - - schema: *ref_641 + - schema: *ref_640 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of proximity placement groups. - go: - name: NextLink - description: The URI to fetch the next page of proximity placement groups. protocol: {} serializationFormats: - json @@ -32730,28 +22640,22 @@ schemas: name: ProximityPlacementGroupListResult description: The List Proximity Placement Group operation response. namespace: '' - go: - name: ProximityPlacementGroupListResult - description: ProximityPlacementGroupListResult - The List Proximity Placement Group operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_567 - - *ref_599 + - *ref_598 - *ref_91 - - *ref_642 + - *ref_641 - *ref_126 - *ref_130 + - *ref_642 - *ref_643 - - *ref_644 - - *ref_622 - - &ref_1468 + - *ref_621 + - &ref_1379 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1149 + - schema: &ref_1148 type: array apiVersions: - version: '2021-03-01' @@ -32760,11 +22664,6 @@ schemas: default: name: DedicatedHostGroupListResultValue description: The list of dedicated host groups - go: - name: '[]*DedicatedHostGroup' - description: The list of dedicated host groups - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -32772,21 +22671,14 @@ schemas: default: name: value description: The list of dedicated host groups - go: - name: Value - description: REQUIRED; The list of dedicated host groups - byValue: true protocol: {} - - schema: *ref_645 + - schema: *ref_644 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups. - go: - name: NextLink - description: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups. protocol: {} serializationFormats: - json @@ -32797,22 +22689,16 @@ schemas: name: DedicatedHostGroupListResult description: The List Dedicated Host Group with resource group response. namespace: '' - go: - name: DedicatedHostGroupListResult - description: DedicatedHostGroupListResult - The List Dedicated Host Group with resource group response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_568 - - *ref_601 - - *ref_623 - - &ref_1523 + - *ref_600 + - *ref_622 + - &ref_1399 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1151 + - schema: &ref_1150 type: array apiVersions: - version: '2021-03-01' @@ -32821,11 +22707,6 @@ schemas: default: name: DedicatedHostListResultValue description: The list of dedicated hosts - go: - name: '[]*DedicatedHost' - description: The list of dedicated hosts - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -32833,21 +22714,14 @@ schemas: default: name: value description: The list of dedicated hosts - go: - name: Value - description: REQUIRED; The list of dedicated hosts - byValue: true protocol: {} - - schema: *ref_646 + - schema: *ref_645 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts. - go: - name: NextLink - description: The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts. protocol: {} serializationFormats: - json @@ -32858,19 +22732,13 @@ schemas: name: DedicatedHostListResult description: The list dedicated host operation response. namespace: '' - go: - name: DedicatedHostListResult - description: DedicatedHostListResult - The list dedicated host operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1529 + - &ref_1400 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1152 + - schema: &ref_1151 type: array apiVersions: - version: '2021-03-01' @@ -32879,11 +22747,6 @@ schemas: default: name: SshPublicKeysGroupListResultValue description: The list of SSH public keys - go: - name: '[]*SSHPublicKeyResource' - description: The list of SSH public keys - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -32891,21 +22754,14 @@ schemas: default: name: value description: The list of SSH public keys - go: - name: Value - description: REQUIRED; The list of SSH public keys - byValue: true protocol: {} - - schema: *ref_647 + - schema: *ref_646 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys. - go: - name: NextLink - description: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys. protocol: {} serializationFormats: - json @@ -32916,53 +22772,38 @@ schemas: name: SshPublicKeysGroupListResult description: The list SSH public keys operation response. namespace: '' - go: - name: SSHPublicKeysGroupListResult - description: SSHPublicKeysGroupListResult - The list SSH public keys operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_569 - - *ref_602 - - *ref_624 - - &ref_1573 + - *ref_601 + - *ref_623 + - &ref_1416 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_648 + - schema: *ref_647 required: true serializedName: privateKey language: default: name: privateKey description: Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret. - go: - name: PrivateKey - description: REQUIRED; Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret. protocol: {} - - schema: *ref_649 + - schema: *ref_648 required: true serializedName: publicKey language: default: name: publicKey description: Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format. - go: - name: PublicKey - description: REQUIRED; Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format. protocol: {} - - schema: *ref_650 + - schema: *ref_649 required: true serializedName: id language: default: name: id description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} - go: - name: ID - description: REQUIRED; The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} protocol: {} serializationFormats: - json @@ -32973,25 +22814,20 @@ schemas: name: SshPublicKeyGenerateKeyPairResult description: Response from generation of an SSH key pair. namespace: '' - go: - name: SSHPublicKeyGenerateKeyPairResult - description: SSHPublicKeyGenerateKeyPairResult - Response from generation of an SSH key pair. - marshallingFormat: json - namespace: '' protocol: {} - *ref_570 - - *ref_651 + - *ref_650 - *ref_278 - *ref_149 - *ref_242 - - *ref_625 - - *ref_603 - - &ref_1657 + - *ref_624 + - *ref_602 + - &ref_1452 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1155 + - schema: &ref_1154 type: array apiVersions: - version: '2021-03-01' @@ -33000,21 +22836,12 @@ schemas: default: name: VirtualMachineExtensionsListResultValue description: The list of extensions - go: - name: '[]*VirtualMachineExtension' - description: The list of extensions - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The list of extensions - go: - name: Value - description: The list of extensions - byValue: true protocol: {} serializationFormats: - json @@ -33025,24 +22852,18 @@ schemas: name: VirtualMachineExtensionsListResult description: The List Extension operation response namespace: '' - go: - name: VirtualMachineExtensionsListResult - description: VirtualMachineExtensionsListResult - The List Extension operation response - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_33 + - *ref_651 - *ref_652 - *ref_653 - *ref_654 - *ref_655 - *ref_656 - *ref_657 - - *ref_658 - *ref_21 - *ref_284 - - &ref_1716 + - &ref_1481 type: object apiVersions: - version: '2021-03-01' @@ -33055,9 +22876,6 @@ schemas: default: name: error description: Api error. - go: - name: Error - description: Api error. protocol: {} serializationFormats: - json @@ -33070,86 +22888,66 @@ schemas: name: CloudError description: An error response from the Compute service. namespace: '' - go: - name: CloudError - description: CloudError - An error response from the Compute service. - marshallingFormat: json - namespace: '' protocol: {} - *ref_270 + - *ref_658 - *ref_659 - - *ref_660 - - &ref_1766 + - &ref_1505 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1159 + - schema: &ref_1158 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_667 + elementType: &ref_666 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_661 + - schema: *ref_660 required: true serializedName: unit language: default: name: unit description: An enum describing the unit of usage measurement. - go: - name: Unit - description: REQUIRED; An enum describing the unit of usage measurement. protocol: {} - - schema: *ref_662 + - schema: *ref_661 required: true serializedName: currentValue language: default: name: currentValue description: The current usage of the resource. - go: - name: CurrentValue - description: REQUIRED; The current usage of the resource. protocol: {} - - schema: *ref_663 + - schema: *ref_662 required: true serializedName: limit language: default: name: limit description: The maximum permitted usage of the resource. - go: - name: Limit - description: REQUIRED; The maximum permitted usage of the resource. protocol: {} - - schema: &ref_668 + - schema: &ref_667 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_664 + - schema: *ref_663 serializedName: value language: default: name: value description: The name of the resource. - go: - name: Value - description: The name of the resource. protocol: {} - - schema: *ref_665 + - schema: *ref_664 serializedName: localizedValue language: default: name: localizedValue description: The localized name of the resource. - go: - name: LocalizedValue - description: The localized name of the resource. protocol: {} serializationFormats: - json @@ -33160,11 +22958,6 @@ schemas: name: UsageName description: The Usage Names. namespace: '' - go: - name: UsageName - description: UsageName - The Usage Names. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: name @@ -33172,9 +22965,6 @@ schemas: default: name: name description: The name of the type of usage. - go: - name: Name - description: REQUIRED; The name of the type of usage. protocol: {} serializationFormats: - json @@ -33185,21 +22975,11 @@ schemas: name: Usage description: Describes Compute Resource Usage. namespace: '' - go: - name: Usage - description: Usage - Describes Compute Resource Usage. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ListUsagesResultValue description: The list of compute resource usages. - go: - name: '[]*Usage' - description: The list of compute resource usages. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -33207,21 +22987,14 @@ schemas: default: name: value description: The list of compute resource usages. - go: - name: Value - description: REQUIRED; The list of compute resource usages. - byValue: true protocol: {} - - schema: *ref_666 + - schema: *ref_665 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. - go: - name: NextLink - description: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. protocol: {} serializationFormats: - json @@ -33232,21 +23005,15 @@ schemas: name: ListUsagesResult description: The List Usages operation response. namespace: '' - go: - name: ListUsagesResult - description: ListUsagesResult - The List Usages operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_666 - *ref_667 - - *ref_668 - - &ref_1773 + - &ref_1507 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1184 + - schema: &ref_1183 type: array apiVersions: - version: '2021-03-01' @@ -33255,11 +23022,6 @@ schemas: default: name: VirtualMachineListResultValue description: The list of virtual machines. - go: - name: '[]*VirtualMachine' - description: The list of virtual machines. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -33267,21 +23029,14 @@ schemas: default: name: value description: The list of virtual machines. - go: - name: Value - description: REQUIRED; The list of virtual machines. - byValue: true protocol: {} - - schema: *ref_669 + - schema: *ref_668 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines. - go: - name: NextLink - description: The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines. protocol: {} serializationFormats: - json @@ -33292,43 +23047,38 @@ schemas: name: VirtualMachineListResult description: The List Virtual Machine operation response. namespace: '' - go: - name: VirtualMachineListResult - description: VirtualMachineListResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_571 - *ref_286 - - *ref_605 + - *ref_604 - *ref_354 - *ref_392 - *ref_77 - - *ref_670 + - *ref_669 - *ref_241 + - *ref_670 - *ref_671 - - *ref_672 - *ref_160 - *ref_306 - *ref_78 - *ref_45 - - *ref_673 + - *ref_672 - *ref_329 - *ref_361 - *ref_302 + - *ref_673 - *ref_674 - *ref_675 - *ref_676 - - *ref_677 - *ref_303 + - *ref_677 - *ref_678 - *ref_679 - - *ref_680 - *ref_304 - - *ref_681 + - *ref_680 - *ref_393 - *ref_79 + - *ref_681 - *ref_682 - *ref_683 - *ref_684 @@ -33338,33 +23088,32 @@ schemas: - *ref_688 - *ref_689 - *ref_690 - - *ref_691 - *ref_212 - *ref_315 - - *ref_692 + - *ref_691 - *ref_316 - - *ref_693 + - *ref_692 - *ref_319 - - *ref_694 + - *ref_693 - *ref_385 - - *ref_695 + - *ref_694 - *ref_386 - *ref_387 - *ref_388 - *ref_389 + - *ref_695 - *ref_696 - *ref_697 - - *ref_698 - *ref_320 + - *ref_698 + - *ref_605 - *ref_699 - - *ref_606 - - *ref_700 - - &ref_1986 + - &ref_1581 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1200 + - schema: &ref_1199 type: array apiVersions: - version: '2021-03-01' @@ -33373,11 +23122,6 @@ schemas: default: name: VirtualMachineScaleSetListResultValue description: The list of virtual machine scale sets. - go: - name: '[]*VirtualMachineScaleSet' - description: The list of virtual machine scale sets. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -33385,21 +23129,14 @@ schemas: default: name: value description: The list of virtual machine scale sets. - go: - name: Value - description: REQUIRED; The list of virtual machine scale sets. - byValue: true protocol: {} - - schema: *ref_701 + - schema: *ref_700 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS. - go: - name: NextLink - description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS. protocol: {} serializationFormats: - json @@ -33410,55 +23147,49 @@ schemas: name: VirtualMachineScaleSetListResult description: The List Virtual Machine operation response. namespace: '' - go: - name: VirtualMachineScaleSetListResult - description: VirtualMachineScaleSetListResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_572 + - *ref_701 + - *ref_608 + - *ref_370 - *ref_702 - *ref_609 - - *ref_370 - *ref_703 - - *ref_610 - *ref_704 - *ref_705 - *ref_706 - - *ref_707 - *ref_312 - - *ref_614 - - *ref_708 + - *ref_613 + - *ref_707 - *ref_68 - *ref_80 - - *ref_709 + - *ref_708 - *ref_75 - *ref_62 + - *ref_709 - *ref_710 - *ref_711 - - *ref_712 - *ref_72 - - *ref_713 - - *ref_615 + - *ref_712 + - *ref_614 - *ref_121 - *ref_104 + - *ref_617 - *ref_618 - - *ref_619 - - *ref_714 + - *ref_713 - *ref_573 - - *ref_604 - - *ref_715 + - *ref_603 + - *ref_714 - *ref_336 - *ref_337 - *ref_339 - - *ref_626 - - &ref_2244 + - *ref_625 + - &ref_1681 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1202 + - schema: &ref_1201 type: array apiVersions: - version: '2021-03-01' @@ -33467,11 +23198,6 @@ schemas: default: name: ImageListResultValue description: The list of Images. - go: - name: '[]*Image' - description: The list of Images. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -33479,21 +23205,14 @@ schemas: default: name: value description: The list of Images. - go: - name: Value - description: REQUIRED; The list of Images. - byValue: true protocol: {} - - schema: *ref_716 + - schema: *ref_715 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images. - go: - name: NextLink - description: The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images. protocol: {} serializationFormats: - json @@ -33504,50 +23223,35 @@ schemas: name: ImageListResult description: The List Image operation response. namespace: '' - go: - name: ImageListResult - description: ImageListResult - The List Image operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1779 + - &ref_1508 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_717 + - schema: *ref_716 required: true serializedName: vhdPrefix language: default: name: vhdPrefix description: The captured virtual hard disk's name prefix. - go: - name: VhdPrefix - description: REQUIRED; The captured virtual hard disk's name prefix. protocol: {} - - schema: *ref_718 + - schema: *ref_717 required: true serializedName: destinationContainerName language: default: name: destinationContainerName description: The destination container name. - go: - name: DestinationContainerName - description: REQUIRED; The destination container name. protocol: {} - - schema: *ref_719 + - schema: *ref_718 required: true serializedName: overwriteVhds language: default: name: overwriteVhds description: Specifies whether to overwrite the destination virtual hard disk, in case of conflict. - go: - name: OverwriteVhds - description: REQUIRED; Specifies whether to overwrite the destination virtual hard disk, in case of conflict. protocol: {} serializationFormats: - json @@ -33558,31 +23262,26 @@ schemas: name: VirtualMachineCaptureParameters description: Capture Virtual Machine parameters. namespace: '' - go: - name: VirtualMachineCaptureParameters - description: VirtualMachineCaptureParameters - Capture Virtual Machine parameters. - marshallingFormat: json - namespace: '' protocol: {} - *ref_81 - - *ref_627 + - *ref_626 - *ref_574 - - *ref_608 - - *ref_720 + - *ref_607 + - *ref_719 - *ref_349 + - *ref_720 - *ref_721 - *ref_722 - *ref_723 - *ref_724 - - *ref_725 - *ref_353 - - *ref_628 - - &ref_2291 + - *ref_627 + - &ref_1697 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1208 + - schema: &ref_1207 type: array apiVersions: - version: '2021-03-01' @@ -33591,31 +23290,19 @@ schemas: default: name: RestorePointCollectionListResultValue description: Gets the list of restore point collections. - go: - name: '[]*RestorePointCollection' - description: Gets the list of restore point collections. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Gets the list of restore point collections. - go: - name: Value - description: Gets the list of restore point collections. - byValue: true protocol: {} - - schema: *ref_726 + - schema: *ref_725 serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections - go: - name: NextLink - description: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections protocol: {} serializationFormats: - json @@ -33626,60 +23313,45 @@ schemas: name: RestorePointCollectionListResult description: The List restore point collection operation response. namespace: '' - go: - name: RestorePointCollectionListResult - description: RestorePointCollectionListResult - The List restore point collection operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_728 + - &ref_727 type: object apiVersions: - version: '2021-03-01' children: all: - - &ref_727 + - &ref_726 type: object apiVersions: - version: '2021-03-01' children: all: - - &ref_730 + - &ref_729 type: object apiVersions: - version: '2021-03-01' parents: all: + - *ref_726 - *ref_727 - - *ref_728 immediate: - - *ref_727 + - *ref_726 properties: - - schema: &ref_1239 + - schema: &ref_1238 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_729 + elementType: *ref_728 language: default: name: VirtualMachineScaleSetReimageParametersInstanceIds description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - go: - name: '[]*string' - description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: instanceIds language: default: name: instanceIds description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - go: - name: InstanceIDs - description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - byValue: true protocol: {} serializationFormats: - json @@ -33690,20 +23362,14 @@ schemas: name: VirtualMachineScaleSetReimageParameters description: Describes a Virtual Machine Scale Set VM Reimage Parameters. namespace: '' - go: - name: VirtualMachineScaleSetReimageParameters - description: VirtualMachineScaleSetReimageParameters - Describes a Virtual Machine Scale Set VM Reimage Parameters. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_730 + - *ref_729 parents: all: - - *ref_728 + - *ref_727 immediate: - - *ref_728 + - *ref_727 serializationFormats: - json usage: @@ -33713,25 +23379,17 @@ schemas: name: VirtualMachineScaleSetVMReimageParameters description: Describes a Virtual Machine Scale Set VM Reimage Parameters. namespace: '' - go: - name: VirtualMachineScaleSetVMReimageParameters - description: VirtualMachineScaleSetVMReimageParameters - Describes a Virtual Machine Scale Set VM Reimage Parameters. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_730 + - *ref_729 immediate: - - *ref_727 + - *ref_726 properties: - - schema: *ref_731 + - schema: *ref_730 serializedName: tempDisk language: default: name: tempDisk description: 'Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk.' - go: - name: TempDisk - description: 'Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk.' protocol: {} serializationFormats: - json @@ -33742,38 +23400,27 @@ schemas: name: VirtualMachineReimageParameters description: 'Parameters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will always be reimaged' namespace: '' - go: - name: VirtualMachineReimageParameters - description: 'VirtualMachineReimageParameters - Parameters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will always be reimaged' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1931 + - &ref_1559 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_732 + - schema: *ref_731 readOnly: true serializedName: consoleScreenshotBlobUri language: default: name: consoleScreenshotBlobUri description: The console screenshot blob URI - go: - name: ConsoleScreenshotBlobURI - description: READ-ONLY; The console screenshot blob URI protocol: {} - - schema: *ref_733 + - schema: *ref_732 readOnly: true serializedName: serialConsoleLogBlobUri language: default: name: serialConsoleLogBlobUri description: The serial console log blob URI. - go: - name: SerialConsoleLogBlobURI - description: READ-ONLY; The serial console log blob URI. protocol: {} serializationFormats: - json @@ -33784,13 +23431,8 @@ schemas: name: RetrieveBootDiagnosticsDataResult description: The SAS URIs of the console screenshot and serial log blobs. namespace: '' - go: - name: RetrieveBootDiagnosticsDataResult - description: RetrieveBootDiagnosticsDataResult - The SAS URIs of the console screenshot and serial log blobs. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1950 + - &ref_1566 type: object apiVersions: - version: '2021-03-01' @@ -33802,22 +23444,14 @@ schemas: default: name: status description: The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." - go: - name: Status - description: |- - READ-ONLY; The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or - "CompletedWithWarnings." protocol: {} - - schema: *ref_734 + - schema: *ref_733 readOnly: true serializedName: assessmentActivityId language: default: name: assessmentActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: AssessmentActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - schema: *ref_248 readOnly: true @@ -33826,110 +23460,81 @@ schemas: default: name: rebootPending description: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. - go: - name: RebootPending - description: READ-ONLY; The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. protocol: {} - - schema: *ref_735 + - schema: *ref_734 readOnly: true serializedName: criticalAndSecurityPatchCount language: default: name: criticalAndSecurityPatchCount description: The number of critical or security patches that have been detected as available and not yet installed. - go: - name: CriticalAndSecurityPatchCount - description: READ-ONLY; The number of critical or security patches that have been detected as available and not yet installed. protocol: {} - - schema: *ref_736 + - schema: *ref_735 readOnly: true serializedName: otherPatchCount language: default: name: otherPatchCount description: The number of all available patches excluding critical and security. - go: - name: OtherPatchCount - description: READ-ONLY; The number of all available patches excluding critical and security. protocol: {} - - schema: *ref_737 + - schema: *ref_736 readOnly: true serializedName: startDateTime language: default: name: startDateTime description: The UTC timestamp when the operation began. - go: - name: StartDateTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - - schema: &ref_1210 + - schema: &ref_1209 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_748 + elementType: &ref_747 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_738 + - schema: *ref_737 readOnly: true serializedName: patchId language: default: name: patchId description: A unique identifier for the patch. - go: - name: PatchID - description: READ-ONLY; A unique identifier for the patch. protocol: {} - - schema: *ref_739 + - schema: *ref_738 readOnly: true serializedName: name language: default: name: name description: The friendly name of the patch. - go: - name: Name - description: READ-ONLY; The friendly name of the patch. protocol: {} - - schema: *ref_740 + - schema: *ref_739 readOnly: true serializedName: version language: default: name: version description: The version number of the patch. This property applies only to Linux patches. - go: - name: Version - description: READ-ONLY; The version number of the patch. This property applies only to Linux patches. protocol: {} - - schema: *ref_741 + - schema: *ref_740 readOnly: true serializedName: kbId language: default: name: kbId description: The KBID of the patch. Only applies to Windows patches. - go: - name: KbID - description: READ-ONLY; The KBID of the patch. Only applies to Windows patches. protocol: {} - - schema: &ref_1209 + - schema: &ref_1208 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_742 + elementType: *ref_741 language: default: name: VirtualMachineSoftwarePatchPropertiesClassifications description: The classification(s) of the patch as provided by the patch publisher. - go: - name: '[]*string' - description: The classification(s) of the patch as provided by the patch publisher. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: classifications @@ -33937,65 +23542,46 @@ schemas: default: name: classifications description: The classification(s) of the patch as provided by the patch publisher. - go: - name: Classifications - description: READ-ONLY; The classification(s) of the patch as provided by the patch publisher. - byValue: true protocol: {} - - schema: *ref_743 + - schema: *ref_742 readOnly: true serializedName: rebootBehavior language: default: name: rebootBehavior description: Describes the reboot requirements of the patch. - go: - name: RebootBehavior - description: READ-ONLY; Describes the reboot requirements of the patch. protocol: {} - - schema: *ref_744 + - schema: *ref_743 readOnly: true serializedName: activityId language: default: name: activityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: ActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - schema: *ref_745 + - schema: *ref_744 readOnly: true serializedName: publishedDate language: default: name: publishedDate description: The UTC timestamp when the repository published this patch. - go: - name: PublishedDate - description: READ-ONLY; The UTC timestamp when the repository published this patch. protocol: {} - - schema: *ref_746 + - schema: *ref_745 readOnly: true serializedName: lastModifiedDateTime language: default: name: lastModifiedDateTime description: The UTC timestamp of the last update to this patch record. - go: - name: LastModifiedDateTime - description: READ-ONLY; The UTC timestamp of the last update to this patch record. protocol: {} - - schema: *ref_747 + - schema: *ref_746 readOnly: true serializedName: assessmentState language: default: name: assessmentState description: Describes the availability of a given patch. - go: - name: AssessmentState - description: READ-ONLY; Describes the availability of a given patch. protocol: {} serializationFormats: - json @@ -34006,23 +23592,11 @@ schemas: name: VirtualMachineSoftwarePatchProperties description: Describes the properties of a Virtual Machine software patch. namespace: '' - go: - name: VirtualMachineSoftwarePatchProperties - description: VirtualMachineSoftwarePatchProperties - Describes the properties of a Virtual Machine software patch. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} language: default: name: VirtualMachineAssessPatchesResultAvailablePatches description: The list of patches that have been detected as available for installation. - go: - name: '[]*VirtualMachineSoftwarePatchProperties' - description: The list of patches that have been detected as available for installation. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: availablePatches @@ -34030,10 +23604,6 @@ schemas: default: name: availablePatches description: The list of patches that have been detected as available for installation. - go: - name: AvailablePatches - description: READ-ONLY; The list of patches that have been detected as available for installation. - byValue: true protocol: {} - schema: *ref_270 readOnly: true @@ -34042,9 +23612,6 @@ schemas: default: name: error description: The errors that were encountered during execution of the operation. The details array contains the list of them. - go: - name: Error - description: READ-ONLY; The errors that were encountered during execution of the operation. The details array contains the list of them. protocol: {} serializationFormats: - json @@ -34055,141 +23622,95 @@ schemas: name: VirtualMachineAssessPatchesResult description: Describes the properties of an AssessPatches result. namespace: '' - go: - name: VirtualMachineAssessPatchesResult - description: VirtualMachineAssessPatchesResult - Describes the properties of an AssessPatches result. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} - - *ref_748 - - &ref_1958 + - *ref_747 + - &ref_1567 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_749 + - schema: *ref_748 required: true serializedName: maximumDuration language: default: name: maximumDuration description: Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) - go: - name: MaximumDuration - description: REQUIRED; Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) protocol: {} - - schema: *ref_750 + - schema: *ref_749 required: true serializedName: rebootSetting language: default: name: rebootSetting description: Defines when it is acceptable to reboot a VM during a software update operation. - go: - name: RebootSetting - description: REQUIRED; Defines when it is acceptable to reboot a VM during a software update operation. protocol: {} - - schema: &ref_760 + - schema: &ref_759 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1211 + - schema: &ref_1210 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_751 + elementType: *ref_750 language: default: name: WindowsParametersClassificationsToInclude description: The update classifications to select when installing patches for Windows. - go: - name: '[]*VMGuestPatchClassificationWindows' - description: The update classifications to select when installing patches for Windows. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: classificationsToInclude language: default: name: classificationsToInclude description: The update classifications to select when installing patches for Windows. - go: - name: ClassificationsToInclude - description: The update classifications to select when installing patches for Windows. - byValue: true protocol: {} - - schema: &ref_1212 + - schema: &ref_1211 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_752 + elementType: *ref_751 language: default: name: WindowsParametersKbNumbersToInclude description: Kbs to include in the patch operation - go: - name: '[]*string' - description: Kbs to include in the patch operation - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: kbNumbersToInclude language: default: name: kbNumbersToInclude description: Kbs to include in the patch operation - go: - name: KbNumbersToInclude - description: Kbs to include in the patch operation - byValue: true protocol: {} - - schema: &ref_1213 + - schema: &ref_1212 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_753 + elementType: *ref_752 language: default: name: WindowsParametersKbNumbersToExclude description: Kbs to exclude in the patch operation - go: - name: '[]*string' - description: Kbs to exclude in the patch operation - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: kbNumbersToExclude language: default: name: kbNumbersToExclude description: Kbs to exclude in the patch operation - go: - name: KbNumbersToExclude - description: Kbs to exclude in the patch operation - byValue: true protocol: {} - - schema: *ref_754 + - schema: *ref_753 serializedName: excludeKbsRequiringReboot language: default: name: excludeKbsRequiringReboot description: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. - go: - name: ExcludeKbsRequiringReboot - description: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. protocol: {} - - schema: *ref_755 + - schema: *ref_754 serializedName: maxPatchPublishDate language: default: name: maxPatchPublishDate description: This is used to install patches that were published on or before this given max published date. - go: - name: MaxPatchPublishDate - description: This is used to install patches that were published on or before this given max published date. protocol: {} serializationFormats: - json @@ -34200,13 +23721,6 @@ schemas: name: WindowsParameters description: Input for InstallPatches on a Windows VM, as directly received by the API namespace: '' - go: - name: WindowsParameters - description: WindowsParameters - Input for InstallPatches on a Windows VM, as directly received by the API - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} required: false serializedName: windowsParameters @@ -34214,99 +23728,66 @@ schemas: default: name: windowsParameters description: Input for InstallPatches on a Windows VM, as directly received by the API - go: - name: WindowsParameters - description: Input for InstallPatches on a Windows VM, as directly received by the API protocol: {} - - schema: &ref_761 + - schema: &ref_760 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1214 + - schema: &ref_1213 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_756 + elementType: *ref_755 language: default: name: LinuxParametersClassificationsToInclude description: The update classifications to select when installing patches for Linux. - go: - name: '[]*VMGuestPatchClassificationLinux' - description: The update classifications to select when installing patches for Linux. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: classificationsToInclude language: default: name: classificationsToInclude description: The update classifications to select when installing patches for Linux. - go: - name: ClassificationsToInclude - description: The update classifications to select when installing patches for Linux. - byValue: true protocol: {} - - schema: &ref_1215 + - schema: &ref_1214 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_757 + elementType: *ref_756 language: default: name: LinuxParametersPackageNameMasksToInclude description: 'packages to include in the patch operation. Format: packageName_packageVersion' - go: - name: '[]*string' - description: 'packages to include in the patch operation. Format: packageName_packageVersion' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: packageNameMasksToInclude language: default: name: packageNameMasksToInclude description: 'packages to include in the patch operation. Format: packageName_packageVersion' - go: - name: PackageNameMasksToInclude - description: 'packages to include in the patch operation. Format: packageName_packageVersion' - byValue: true protocol: {} - - schema: &ref_1216 + - schema: &ref_1215 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_758 + elementType: *ref_757 language: default: name: LinuxParametersPackageNameMasksToExclude description: 'packages to exclude in the patch operation. Format: packageName_packageVersion' - go: - name: '[]*string' - description: 'packages to exclude in the patch operation. Format: packageName_packageVersion' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: packageNameMasksToExclude language: default: name: packageNameMasksToExclude description: 'packages to exclude in the patch operation. Format: packageName_packageVersion' - go: - name: PackageNameMasksToExclude - description: 'packages to exclude in the patch operation. Format: packageName_packageVersion' - byValue: true protocol: {} - - schema: *ref_759 + - schema: *ref_758 serializedName: maintenanceRunId language: default: name: maintenanceRunId description: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. - go: - name: MaintenanceRunID - description: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. protocol: {} serializationFormats: - json @@ -34317,12 +23798,6 @@ schemas: name: LinuxParameters description: Input for InstallPatches on a Linux VM, as directly received by the API namespace: '' - go: - name: LinuxParameters - description: LinuxParameters - Input for InstallPatches on a Linux VM, as directly received by the API - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: linuxParameters @@ -34330,9 +23805,6 @@ schemas: default: name: linuxParameters description: Input for InstallPatches on a Linux VM, as directly received by the API - go: - name: LinuxParameters - description: Input for InstallPatches on a Linux VM, as directly received by the API protocol: {} serializationFormats: - json @@ -34343,15 +23815,10 @@ schemas: name: VirtualMachineInstallPatchesParameters description: Input for InstallPatches as directly received by the API namespace: '' - go: - name: VirtualMachineInstallPatchesParameters - description: VirtualMachineInstallPatchesParameters - Input for InstallPatches as directly received by the API - marshallingFormat: json - namespace: '' protocol: {} + - *ref_759 - *ref_760 - - *ref_761 - - &ref_1963 + - &ref_1572 type: object apiVersions: - version: '2021-03-01' @@ -34363,165 +23830,121 @@ schemas: default: name: status description: The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings." - go: - name: Status - description: READ-ONLY; The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings." protocol: {} - - schema: *ref_762 + - schema: *ref_761 readOnly: true serializedName: installationActivityId language: default: name: installationActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: InstallationActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - schema: *ref_763 + - schema: *ref_762 readOnly: true serializedName: rebootStatus language: default: name: rebootStatus description: The reboot state of the VM following completion of the operation. - go: - name: RebootStatus - description: READ-ONLY; The reboot state of the VM following completion of the operation. protocol: {} - - schema: *ref_764 + - schema: *ref_763 readOnly: true serializedName: maintenanceWindowExceeded language: default: name: maintenanceWindowExceeded description: Whether the operation ran out of time before it completed all its intended actions. - go: - name: MaintenanceWindowExceeded - description: READ-ONLY; Whether the operation ran out of time before it completed all its intended actions. protocol: {} - - schema: *ref_765 + - schema: *ref_764 readOnly: true serializedName: excludedPatchCount language: default: name: excludedPatchCount description: The number of patches that were not installed due to the user blocking their installation. - go: - name: ExcludedPatchCount - description: READ-ONLY; The number of patches that were not installed due to the user blocking their installation. protocol: {} - - schema: *ref_766 + - schema: *ref_765 readOnly: true serializedName: notSelectedPatchCount language: default: name: notSelectedPatchCount description: The number of patches that were detected as available for install, but did not meet the operation's criteria. - go: - name: NotSelectedPatchCount - description: READ-ONLY; The number of patches that were detected as available for install, but did not meet the operation's criteria. protocol: {} - - schema: *ref_767 + - schema: *ref_766 readOnly: true serializedName: pendingPatchCount language: default: name: pendingPatchCount description: The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. - go: - name: PendingPatchCount - description: READ-ONLY; The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. protocol: {} - - schema: *ref_768 + - schema: *ref_767 readOnly: true serializedName: installedPatchCount language: default: name: installedPatchCount description: The number of patches successfully installed. - go: - name: InstalledPatchCount - description: READ-ONLY; The number of patches successfully installed. protocol: {} - - schema: *ref_769 + - schema: *ref_768 readOnly: true serializedName: failedPatchCount language: default: name: failedPatchCount description: The number of patches that could not be installed due to some issue. See errors for details. - go: - name: FailedPatchCount - description: READ-ONLY; The number of patches that could not be installed due to some issue. See errors for details. protocol: {} - - schema: &ref_1218 + - schema: &ref_1217 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_777 + elementType: &ref_776 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_770 + - schema: *ref_769 readOnly: true serializedName: patchId language: default: name: patchId description: A unique identifier for the patch. - go: - name: PatchID - description: READ-ONLY; A unique identifier for the patch. protocol: {} - - schema: *ref_771 + - schema: *ref_770 readOnly: true serializedName: name language: default: name: name description: The friendly name of the patch. - go: - name: Name - description: READ-ONLY; The friendly name of the patch. protocol: {} - - schema: *ref_772 + - schema: *ref_771 readOnly: true serializedName: version language: default: name: version description: The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. - go: - name: Version - description: READ-ONLY; The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. protocol: {} - - schema: *ref_773 + - schema: *ref_772 readOnly: true serializedName: kbId language: default: name: kbId description: The KBID of the patch. Only applies to Windows patches. - go: - name: KbID - description: READ-ONLY; The KBID of the patch. Only applies to Windows patches. protocol: {} - - schema: &ref_1217 + - schema: &ref_1216 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_774 + elementType: *ref_773 language: default: name: PatchInstallationDetailClassifications description: The classification(s) of the patch as provided by the patch publisher. - go: - name: '[]*string' - description: The classification(s) of the patch as provided by the patch publisher. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: classifications @@ -34529,21 +23952,14 @@ schemas: default: name: classifications description: The classification(s) of the patch as provided by the patch publisher. - go: - name: Classifications - description: READ-ONLY; The classification(s) of the patch as provided by the patch publisher. - byValue: true protocol: {} - - schema: *ref_775 + - schema: *ref_774 readOnly: true serializedName: installationState language: default: name: installationState description: The state of the patch after the installation operation completed. - go: - name: InstallationState - description: READ-ONLY; The state of the patch after the installation operation completed. protocol: {} serializationFormats: - json @@ -34554,22 +23970,11 @@ schemas: name: PatchInstallationDetail description: Information about a specific patch that was encountered during an installation action. namespace: '' - go: - name: PatchInstallationDetail - description: PatchInstallationDetail - Information about a specific patch that was encountered during an installation action. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineInstallPatchesResultPatches description: The patches that were installed during the operation. - go: - name: '[]*PatchInstallationDetail' - description: The patches that were installed during the operation. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: patches @@ -34577,21 +23982,14 @@ schemas: default: name: patches description: The patches that were installed during the operation. - go: - name: Patches - description: READ-ONLY; The patches that were installed during the operation. - byValue: true protocol: {} - - schema: *ref_776 + - schema: *ref_775 readOnly: true serializedName: startDateTime language: default: name: startDateTime description: The UTC timestamp when the operation began. - go: - name: StartDateTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: *ref_270 readOnly: true @@ -34600,9 +23998,6 @@ schemas: default: name: error description: The errors that were encountered during execution of the operation. The details array contains the list of them. - go: - name: Error - description: READ-ONLY; The errors that were encountered during execution of the operation. The details array contains the list of them. protocol: {} serializationFormats: - json @@ -34613,57 +24008,41 @@ schemas: name: VirtualMachineInstallPatchesResult description: The result summary of an installation operation. namespace: '' - go: - name: VirtualMachineInstallPatchesResult - description: VirtualMachineInstallPatchesResult - The result summary of an installation operation. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} + - *ref_776 + - *ref_628 - *ref_777 - - *ref_629 - *ref_778 - *ref_779 - *ref_780 - *ref_781 - *ref_782 - - *ref_783 - *ref_82 - - *ref_784 + - *ref_783 - *ref_76 + - *ref_784 - *ref_785 - *ref_786 - - *ref_787 - - &ref_2033 + - &ref_1597 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1228 + - schema: &ref_1227 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_788 + elementType: *ref_787 language: default: name: VirtualMachineScaleSetVMInstanceIDs description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - go: - name: '[]*string' - description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: instanceIds language: default: name: instanceIds description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - go: - name: InstanceIDs - description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - byValue: true protocol: {} serializationFormats: - json @@ -34674,32 +24053,21 @@ schemas: name: VirtualMachineScaleSetVMInstanceIDs description: Specifies a list of virtual machine instance IDs from the VM scale set. namespace: '' - go: - name: VirtualMachineScaleSetVMInstanceIDs - description: VirtualMachineScaleSetVMInstanceIDs - Specifies a list of virtual machine instance IDs from the VM scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2049 + - &ref_1602 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1229 + - schema: &ref_1228 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_789 + elementType: *ref_788 language: default: name: VirtualMachineScaleSetVMInstanceRequiredIDsInstanceIds description: The virtual machine scale set instance ids. - go: - name: '[]*string' - description: The virtual machine scale set instance ids. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: instanceIds @@ -34707,10 +24075,6 @@ schemas: default: name: instanceIds description: The virtual machine scale set instance ids. - go: - name: InstanceIDs - description: REQUIRED; The virtual machine scale set instance ids. - byValue: true protocol: {} serializationFormats: - json @@ -34721,53 +24085,41 @@ schemas: name: VirtualMachineScaleSetVMInstanceRequiredIDs description: Specifies a list of virtual machine instance IDs from the VM scale set. namespace: '' - go: - name: VirtualMachineScaleSetVMInstanceRequiredIDs - description: VirtualMachineScaleSetVMInstanceRequiredIDs - Specifies a list of virtual machine instance IDs from the VM scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2058 + - &ref_1610 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_796 + - schema: &ref_795 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1230 + - schema: &ref_1229 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_793 + elementType: &ref_792 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_790 + - schema: *ref_789 readOnly: true serializedName: code language: default: name: code description: The instance view status code. - go: - name: Code - description: READ-ONLY; The instance view status code. protocol: {} - - schema: *ref_791 + - schema: *ref_790 readOnly: true serializedName: count language: default: name: count description: The number of instances having a particular status code. - go: - name: Count - description: READ-ONLY; The number of instances having a particular status code. protocol: {} serializationFormats: - json @@ -34778,21 +24130,11 @@ schemas: name: VirtualMachineStatusCodeCount description: The status code and count of the virtual machine scale set instance view status summary. namespace: '' - go: - name: VirtualMachineStatusCodeCount - description: VirtualMachineStatusCodeCount - The status code and count of the virtual machine scale set instance view status summary. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetInstanceViewStatusesSummary description: The extensions information. - go: - name: '[]*VirtualMachineStatusCodeCount' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statusesSummary @@ -34800,10 +24142,6 @@ schemas: default: name: statusesSummary description: The extensions information. - go: - name: StatusesSummary - description: READ-ONLY; The extensions information. - byValue: true protocol: {} serializationFormats: - json @@ -34814,12 +24152,6 @@ schemas: name: VirtualMachineScaleSetInstanceViewStatusesSummary description: Instance view statuses summary for virtual machines of a virtual machine scale set. namespace: '' - go: - name: VirtualMachineScaleSetInstanceViewStatusesSummary - description: VirtualMachineScaleSetInstanceViewStatusesSummary - Instance view statuses summary for virtual machines of a virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: virtualMachine @@ -34827,44 +24159,33 @@ schemas: default: name: virtualMachine description: The instance view status summary for the virtual machine scale set. - go: - name: VirtualMachine - description: READ-ONLY; The instance view status summary for the virtual machine scale set. protocol: {} - - schema: &ref_1232 + - schema: &ref_1231 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_797 + elementType: &ref_796 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_792 + - schema: *ref_791 readOnly: true serializedName: name language: default: name: name description: The extension name. - go: - name: Name - description: READ-ONLY; The extension name. protocol: {} - - schema: &ref_1231 + - schema: &ref_1230 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_793 + elementType: *ref_792 language: default: name: VirtualMachineScaleSetVMExtensionsSummaryStatusesSummary description: The extensions information. - go: - name: '[]*VirtualMachineStatusCodeCount' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statusesSummary @@ -34872,10 +24193,6 @@ schemas: default: name: statusesSummary description: The extensions information. - go: - name: StatusesSummary - description: READ-ONLY; The extensions information. - byValue: true protocol: {} serializationFormats: - json @@ -34886,22 +24203,11 @@ schemas: name: VirtualMachineScaleSetVMExtensionsSummary description: Extensions summary for virtual machines of a virtual machine scale set. namespace: '' - go: - name: VirtualMachineScaleSetVMExtensionsSummary - description: VirtualMachineScaleSetVMExtensionsSummary - Extensions summary for virtual machines of a virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetInstanceViewExtensions description: The extensions information. - go: - name: '[]*VirtualMachineScaleSetVMExtensionsSummary' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: extensions @@ -34909,12 +24215,8 @@ schemas: default: name: extensions description: The extensions information. - go: - name: Extensions - description: READ-ONLY; The extensions information. - byValue: true protocol: {} - - schema: &ref_1233 + - schema: &ref_1232 type: array apiVersions: - version: '2021-03-01' @@ -34923,52 +24225,37 @@ schemas: default: name: VirtualMachineScaleSetInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} - - schema: &ref_1234 + - schema: &ref_1233 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_798 + elementType: &ref_797 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_794 + - schema: *ref_793 readOnly: true serializedName: serviceName language: default: name: serviceName description: The name of the service. - go: - name: ServiceName - description: READ-ONLY; The name of the service. protocol: {} - - schema: *ref_795 + - schema: *ref_794 readOnly: true serializedName: serviceState language: default: name: serviceState description: The current state of the service. - go: - name: ServiceState - description: READ-ONLY; The current state of the service. protocol: {} serializationFormats: - json @@ -34979,21 +24266,11 @@ schemas: name: OrchestrationServiceSummary description: Summary for an orchestration service of a virtual machine scale set. namespace: '' - go: - name: OrchestrationServiceSummary - description: OrchestrationServiceSummary - Summary for an orchestration service of a virtual machine scale set. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetInstanceViewOrchestrationServices description: The orchestration services information. - go: - name: '[]*OrchestrationServiceSummary' - description: The orchestration services information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: orchestrationServices @@ -35001,10 +24278,6 @@ schemas: default: name: orchestrationServices description: The orchestration services information. - go: - name: OrchestrationServices - description: READ-ONLY; The orchestration services information. - byValue: true protocol: {} serializationFormats: - json @@ -35015,24 +24288,18 @@ schemas: name: VirtualMachineScaleSetInstanceView description: The instance view of a virtual machine scale set. namespace: '' - go: - name: VirtualMachineScaleSetInstanceView - description: VirtualMachineScaleSetInstanceView - The instance view of a virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_795 + - *ref_792 - *ref_796 - - *ref_793 - *ref_797 - - *ref_798 - *ref_122 - - &ref_2374 + - &ref_1728 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1235 + - schema: &ref_1234 type: array apiVersions: - version: '2021-03-01' @@ -35041,11 +24308,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionListResultValue description: The list of VM scale set extensions. - go: - name: '[]*VirtualMachineScaleSetExtension' - description: The list of VM scale set extensions. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35053,21 +24315,14 @@ schemas: default: name: value description: The list of VM scale set extensions. - go: - name: Value - description: REQUIRED; The list of VM scale set extensions. - byValue: true protocol: {} - - schema: *ref_799 + - schema: *ref_798 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions. - go: - name: NextLink - description: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions. protocol: {} serializationFormats: - json @@ -35078,19 +24333,13 @@ schemas: name: VirtualMachineScaleSetExtensionListResult description: The List VM scale set extension operation response. namespace: '' - go: - name: VirtualMachineScaleSetExtensionListResult - description: VirtualMachineScaleSetExtensionListResult - The List VM scale set extension operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2070 + - &ref_1612 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1236 + - schema: &ref_1235 type: array apiVersions: - version: '2021-03-01' @@ -35099,11 +24348,6 @@ schemas: default: name: VirtualMachineScaleSetListWithLinkResultValue description: The list of virtual machine scale sets. - go: - name: '[]*VirtualMachineScaleSet' - description: The list of virtual machine scale sets. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35111,21 +24355,14 @@ schemas: default: name: value description: The list of virtual machine scale sets. - go: - name: Value - description: REQUIRED; The list of virtual machine scale sets. - byValue: true protocol: {} - - schema: *ref_800 + - schema: *ref_799 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets. - go: - name: NextLink - description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets. protocol: {} serializationFormats: - json @@ -35136,37 +24373,28 @@ schemas: name: VirtualMachineScaleSetListWithLinkResult description: The List Virtual Machine operation response. namespace: '' - go: - name: VirtualMachineScaleSetListWithLinkResult - description: VirtualMachineScaleSetListWithLinkResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2078 + - &ref_1615 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1237 + - schema: &ref_1236 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_807 + elementType: &ref_806 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_801 + - schema: *ref_800 readOnly: true serializedName: resourceType language: default: name: resourceType description: The type of resource the sku applies to. - go: - name: ResourceType - description: READ-ONLY; The type of resource the sku applies to. protocol: {} - schema: *ref_285 readOnly: true @@ -35175,58 +24403,43 @@ schemas: default: name: sku description: The Sku. - go: - name: SKU - description: READ-ONLY; The Sku. protocol: {} - - schema: &ref_808 + - schema: &ref_807 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_802 + - schema: *ref_801 readOnly: true serializedName: minimum language: default: name: minimum description: The minimum capacity. - go: - name: Minimum - description: READ-ONLY; The minimum capacity. protocol: {} - - schema: *ref_803 + - schema: *ref_802 readOnly: true serializedName: maximum language: default: name: maximum description: The maximum capacity that can be set. - go: - name: Maximum - description: READ-ONLY; The maximum capacity that can be set. protocol: {} - - schema: *ref_804 + - schema: *ref_803 readOnly: true serializedName: defaultCapacity language: default: name: defaultCapacity description: The default capacity. - go: - name: DefaultCapacity - description: READ-ONLY; The default capacity. protocol: {} - - schema: *ref_805 + - schema: *ref_804 readOnly: true serializedName: scaleType language: default: name: scaleType description: The scale type applicable to the sku. - go: - name: ScaleType - description: READ-ONLY; The scale type applicable to the sku. protocol: {} serializationFormats: - json @@ -35237,11 +24450,6 @@ schemas: name: VirtualMachineScaleSetSkuCapacity description: Describes scaling information of a sku. namespace: '' - go: - name: VirtualMachineScaleSetSKUCapacity - description: VirtualMachineScaleSetSKUCapacity - Describes scaling information of a sku. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: capacity @@ -35249,9 +24457,6 @@ schemas: default: name: capacity description: Specifies the number of virtual machines in the scale set. - go: - name: Capacity - description: READ-ONLY; Specifies the number of virtual machines in the scale set. protocol: {} serializationFormats: - json @@ -35262,21 +24467,11 @@ schemas: name: VirtualMachineScaleSetSku description: Describes an available virtual machine scale set sku. namespace: '' - go: - name: VirtualMachineScaleSetSKU - description: VirtualMachineScaleSetSKU - Describes an available virtual machine scale set sku. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetListSkusResultValue description: The list of skus available for the virtual machine scale set. - go: - name: '[]*VirtualMachineScaleSetSKU' - description: The list of skus available for the virtual machine scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35284,21 +24479,14 @@ schemas: default: name: value description: The list of skus available for the virtual machine scale set. - go: - name: Value - description: REQUIRED; The list of skus available for the virtual machine scale set. - byValue: true protocol: {} - - schema: *ref_806 + - schema: *ref_805 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Virtual Machine Scale Set Skus. Call ListNext() with this to fetch the next page of VMSS Skus. - go: - name: NextLink - description: The uri to fetch the next page of Virtual Machine Scale Set Skus. Call ListNext() with this to fetch the next page of VMSS Skus. protocol: {} serializationFormats: - json @@ -35309,71 +24497,56 @@ schemas: name: VirtualMachineScaleSetListSkusResult description: The Virtual Machine Scale Set List Skus operation response. namespace: '' - go: - name: VirtualMachineScaleSetListSKUsResult - description: VirtualMachineScaleSetListSKUsResult - The Virtual Machine Scale Set List Skus operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_806 - *ref_807 - - *ref_808 - - &ref_2086 + - &ref_1618 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1238 + - schema: &ref_1237 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_819 + elementType: &ref_818 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_820 + - schema: &ref_819 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_821 + - schema: &ref_820 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_809 + - schema: *ref_808 readOnly: true serializedName: code language: default: name: code description: Code indicating the current status of the upgrade. - go: - name: Code - description: READ-ONLY; Code indicating the current status of the upgrade. protocol: {} - - schema: *ref_810 + - schema: *ref_809 readOnly: true serializedName: startTime language: default: name: startTime description: Start time of the upgrade. - go: - name: StartTime - description: READ-ONLY; Start time of the upgrade. protocol: {} - - schema: *ref_811 + - schema: *ref_810 readOnly: true serializedName: endTime language: default: name: endTime description: End time of the upgrade. - go: - name: EndTime - description: READ-ONLY; End time of the upgrade. protocol: {} serializationFormats: - json @@ -35384,12 +24557,6 @@ schemas: name: UpgradeOperationHistoryStatus description: Information about the current running state of the overall upgrade. namespace: '' - go: - name: UpgradeOperationHistoryStatus - description: UpgradeOperationHistoryStatus - Information about the current running state of the overall upgrade. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: runningStatus @@ -35397,20 +24564,14 @@ schemas: default: name: runningStatus description: Information about the overall status of the upgrade operation. - go: - name: RunningStatus - description: READ-ONLY; Information about the overall status of the upgrade operation. protocol: {} - - schema: *ref_812 + - schema: *ref_811 readOnly: true serializedName: progress language: default: name: progress description: Counts of the VMs in each state. - go: - name: Progress - description: READ-ONLY; Counts of the VMs in each state. protocol: {} - schema: *ref_270 readOnly: true @@ -35419,20 +24580,14 @@ schemas: default: name: error description: Error Details for this upgrade if there are any. - go: - name: Error - description: READ-ONLY; Error Details for this upgrade if there are any. protocol: {} - - schema: *ref_813 + - schema: *ref_812 readOnly: true serializedName: startedBy language: default: name: startedBy description: Invoker of the Upgrade Operation - go: - name: StartedBy - description: READ-ONLY; Invoker of the Upgrade Operation protocol: {} - schema: *ref_77 readOnly: true @@ -35441,36 +24596,27 @@ schemas: default: name: targetImageReference description: Image Reference details - go: - name: TargetImageReference - description: READ-ONLY; Image Reference details protocol: {} - - schema: &ref_822 + - schema: &ref_821 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_814 + - schema: *ref_813 readOnly: true serializedName: successfullyRolledbackInstanceCount language: default: name: successfullyRolledbackInstanceCount description: The number of instances which have been successfully rolled back. - go: - name: SuccessfullyRolledbackInstanceCount - description: READ-ONLY; The number of instances which have been successfully rolled back. protocol: {} - - schema: *ref_815 + - schema: *ref_814 readOnly: true serializedName: failedRolledbackInstanceCount language: default: name: failedRolledbackInstanceCount description: The number of instances which failed to rollback. - go: - name: FailedRolledbackInstanceCount - description: READ-ONLY; The number of instances which failed to rollback. protocol: {} - schema: *ref_270 readOnly: true @@ -35479,9 +24625,6 @@ schemas: default: name: rollbackError description: Error details if OS rollback failed. - go: - name: RollbackError - description: READ-ONLY; Error details if OS rollback failed. protocol: {} serializationFormats: - json @@ -35492,11 +24635,6 @@ schemas: name: RollbackStatusInfo description: Information about rollback on failed VM instances after a OS Upgrade operation. namespace: '' - go: - name: RollbackStatusInfo - description: RollbackStatusInfo - Information about rollback on failed VM instances after a OS Upgrade operation. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: rollbackInfo @@ -35504,9 +24642,6 @@ schemas: default: name: rollbackInfo description: Information about OS rollback if performed - go: - name: RollbackInfo - description: READ-ONLY; Information about OS rollback if performed protocol: {} serializationFormats: - json @@ -35517,11 +24652,6 @@ schemas: name: UpgradeOperationHistoricalStatusInfoProperties description: Describes each OS upgrade on the Virtual Machine Scale Set. namespace: '' - go: - name: UpgradeOperationHistoricalStatusInfoProperties - description: UpgradeOperationHistoricalStatusInfoProperties - Describes each OS upgrade on the Virtual Machine Scale Set. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: properties @@ -35529,31 +24659,22 @@ schemas: default: name: properties description: Information about the properties of the upgrade operation. - go: - name: Properties - description: READ-ONLY; Information about the properties of the upgrade operation. protocol: {} - - schema: *ref_816 + - schema: *ref_815 readOnly: true serializedName: type language: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - - schema: *ref_817 + - schema: *ref_816 readOnly: true serializedName: location language: default: name: location description: Resource location - go: - name: Location - description: READ-ONLY; Resource location protocol: {} serializationFormats: - json @@ -35564,21 +24685,11 @@ schemas: name: UpgradeOperationHistoricalStatusInfo description: Virtual Machine Scale Set OS Upgrade History operation response. namespace: '' - go: - name: UpgradeOperationHistoricalStatusInfo - description: UpgradeOperationHistoricalStatusInfo - Virtual Machine Scale Set OS Upgrade History operation response. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetListOSUpgradeHistoryValue description: The list of OS upgrades performed on the virtual machine scale set. - go: - name: '[]*UpgradeOperationHistoricalStatusInfo' - description: The list of OS upgrades performed on the virtual machine scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35586,21 +24697,14 @@ schemas: default: name: value description: The list of OS upgrades performed on the virtual machine scale set. - go: - name: Value - description: REQUIRED; The list of OS upgrades performed on the virtual machine scale set. - byValue: true protocol: {} - - schema: *ref_818 + - schema: *ref_817 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. - go: - name: NextLink - description: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. protocol: {} serializationFormats: - json @@ -35611,49 +24715,37 @@ schemas: name: VirtualMachineScaleSetListOSUpgradeHistory description: List of Virtual Machine Scale Set OS Upgrade History operation response. namespace: '' - go: - name: VirtualMachineScaleSetListOSUpgradeHistory - description: VirtualMachineScaleSetListOSUpgradeHistory - List of Virtual Machine Scale Set OS Upgrade History operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_818 - *ref_819 - *ref_820 + - *ref_811 - *ref_821 - - *ref_812 - - *ref_822 - - *ref_730 - - *ref_727 + - *ref_729 + - *ref_726 - *ref_575 + - *ref_822 - *ref_823 - - *ref_824 - - &ref_2175 + - &ref_1655 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_825 + - schema: *ref_824 readOnly: true serializedName: walkPerformed language: default: name: walkPerformed description: Whether the recovery walk was performed - go: - name: WalkPerformed - description: READ-ONLY; Whether the recovery walk was performed protocol: {} - - schema: *ref_826 + - schema: *ref_825 readOnly: true serializedName: nextPlatformUpdateDomain language: default: name: nextPlatformUpdateDomain description: The next update domain that needs to be walked. Null means walk spanning all update domains has been completed - go: - name: NextPlatformUpdateDomain - description: READ-ONLY; The next update domain that needs to be walked. Null means walk spanning all update domains has been completed protocol: {} serializationFormats: - json @@ -35664,18 +24756,13 @@ schemas: name: RecoveryWalkResponse description: Response after calling a manual recovery walk namespace: '' - go: - name: RecoveryWalkResponse - description: RecoveryWalkResponse - Response after calling a manual recovery walk - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2181 + - &ref_1656 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_827 + - schema: *ref_826 serializedName: activePlacementGroupId language: default: @@ -35683,11 +24770,6 @@ schemas: description: >- Id of the placement group in which you want future virtual machine instances to be placed. To query placement group Id, please use Virtual Machine Scale Set VMs - Get API. If not provided, the platform will choose one with maximum number of virtual machine instances. - go: - name: ActivePlacementGroupID - description: |- - Id of the placement group in which you want future virtual machine instances to be placed. To query placement group Id, please use Virtual Machine Scale Set VMs - Get API. If not provided, the - platform will choose one with maximum number of virtual machine instances. protocol: {} serializationFormats: - json @@ -35698,38 +24780,27 @@ schemas: name: VMScaleSetConvertToSinglePlacementGroupInput description: '' namespace: '' - go: - name: VMScaleSetConvertToSinglePlacementGroupInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2189 + - &ref_1661 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_794 + - schema: *ref_793 required: true serializedName: serviceName language: default: name: serviceName description: The name of the service. - go: - name: ServiceName - description: REQUIRED; The name of the service. protocol: {} - - schema: *ref_828 + - schema: *ref_827 required: true serializedName: action language: default: name: action description: The action to be performed. - go: - name: Action - description: REQUIRED; The action to be performed. protocol: {} serializationFormats: - json @@ -35740,20 +24811,15 @@ schemas: name: OrchestrationServiceStateInput description: The input for OrchestrationServiceState namespace: '' - go: - name: OrchestrationServiceStateInput - description: OrchestrationServiceStateInput - The input for OrchestrationServiceState - marshallingFormat: json - namespace: '' protocol: {} - *ref_123 - *ref_124 - - &ref_2460 + - &ref_1762 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1240 + - schema: &ref_1239 type: array apiVersions: - version: '2021-03-01' @@ -35762,21 +24828,12 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionsListResultValue description: The list of VMSS VM extensions - go: - name: '[]*VirtualMachineScaleSetVMExtension' - description: The list of VMSS VM extensions - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The list of VMSS VM extensions - go: - name: Value - description: The list of VMSS VM extensions - byValue: true protocol: {} serializationFormats: - json @@ -35787,24 +24844,18 @@ schemas: name: VirtualMachineScaleSetVMExtensionsListResult description: The List VMSS VM Extension operation response namespace: '' - go: - name: VirtualMachineScaleSetVMExtensionsListResult - description: VirtualMachineScaleSetVMExtensionsListResult - The List VMSS VM Extension operation response - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_576 + - *ref_828 - *ref_829 - *ref_830 - *ref_831 - - *ref_832 - - &ref_2540 + - &ref_1795 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1247 + - schema: &ref_1246 type: array apiVersions: - version: '2021-03-01' @@ -35813,11 +24864,6 @@ schemas: default: name: VirtualMachineScaleSetVMListResultValue description: The list of virtual machine scale sets VMs. - go: - name: '[]*VirtualMachineScaleSetVM' - description: The list of virtual machine scale sets VMs. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35825,21 +24871,14 @@ schemas: default: name: value description: The list of virtual machine scale sets VMs. - go: - name: Value - description: REQUIRED; The list of virtual machine scale sets VMs. - byValue: true protocol: {} - - schema: *ref_833 + - schema: *ref_832 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Virtual Machine Scale Set VMs. Call ListNext() with this to fetch the next page of VMSS VMs - go: - name: NextLink - description: The uri to fetch the next page of Virtual Machine Scale Set VMs. Call ListNext() with this to fetch the next page of VMSS VMs protocol: {} serializationFormats: - json @@ -35850,35 +24889,29 @@ schemas: name: VirtualMachineScaleSetVMListResult description: The List Virtual Machine Scale Set VMs operation response. namespace: '' - go: - name: VirtualMachineScaleSetVMListResult - description: VirtualMachineScaleSetVMListResult - The List Virtual Machine Scale Set VMs operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_834 + - &ref_833 type: object apiVersions: - version: '2021-03-01' parents: all: - - &ref_835 + - &ref_834 type: object apiVersions: - version: '2021-03-01' children: all: - - *ref_834 - - &ref_836 + - *ref_833 + - &ref_835 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_835 + - *ref_834 immediate: - - *ref_835 + - *ref_834 serializationFormats: - json usage: @@ -35888,103 +24921,74 @@ schemas: name: ThrottledRequestsInput description: Api request input for LogAnalytics getThrottledRequests Api. namespace: '' - go: - name: ThrottledRequestsInput - description: ThrottledRequestsInput - Api request input for LogAnalytics getThrottledRequests Api. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_834 - - *ref_836 + - *ref_833 + - *ref_835 properties: - - schema: *ref_837 + - schema: *ref_836 required: true serializedName: blobContainerSasUri language: default: name: blobContainerSasUri description: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. - go: - name: BlobContainerSasURI - description: REQUIRED; SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. protocol: {} - - schema: *ref_838 + - schema: *ref_837 required: true serializedName: fromTime language: default: name: fromTime description: From time of the query - go: - name: FromTime - description: REQUIRED; From time of the query protocol: {} - - schema: *ref_839 + - schema: *ref_838 required: true serializedName: toTime language: default: name: toTime description: To time of the query - go: - name: ToTime - description: REQUIRED; To time of the query protocol: {} - - schema: *ref_840 + - schema: *ref_839 required: false serializedName: groupByThrottlePolicy language: default: name: groupByThrottlePolicy description: Group query result by Throttle Policy applied. - go: - name: GroupByThrottlePolicy - description: Group query result by Throttle Policy applied. protocol: {} - - schema: *ref_841 + - schema: *ref_840 required: false serializedName: groupByOperationName language: default: name: groupByOperationName description: Group query result by Operation Name. - go: - name: GroupByOperationName - description: Group query result by Operation Name. protocol: {} - - schema: *ref_842 + - schema: *ref_841 required: false serializedName: groupByResourceName language: default: name: groupByResourceName description: Group query result by Resource Name. - go: - name: GroupByResourceName - description: Group query result by Resource Name. protocol: {} - - schema: *ref_843 + - schema: *ref_842 required: false serializedName: groupByClientApplicationId language: default: name: groupByClientApplicationId description: Group query result by Client Application ID. - go: - name: GroupByClientApplicationID - description: Group query result by Client Application ID. protocol: {} - - schema: *ref_844 + - schema: *ref_843 required: false serializedName: groupByUserAgent language: default: name: groupByUserAgent description: Group query result by User Agent. - go: - name: GroupByUserAgent - description: Group query result by User Agent. protocol: {} serializationFormats: - json @@ -35995,26 +24999,17 @@ schemas: name: LogAnalyticsInputBase description: Api input base class for LogAnalytics Api. namespace: '' - go: - name: LogAnalyticsInputBase - description: LogAnalyticsInputBase - Api input base class for LogAnalytics Api. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} immediate: - - *ref_835 + - *ref_834 properties: - - schema: *ref_845 + - schema: *ref_844 required: true serializedName: intervalLength language: default: name: intervalLength description: Interval value in minutes used to create LogAnalytics call rate logs. - go: - name: IntervalLength - description: REQUIRED; Interval value in minutes used to create LogAnalytics call rate logs. protocol: {} serializationFormats: - json @@ -36025,33 +25020,25 @@ schemas: name: RequestRateByIntervalInput description: Api request input for LogAnalytics getRequestRateByInterval Api. namespace: '' - go: - name: RequestRateByIntervalInput - description: RequestRateByIntervalInput - Api request input for LogAnalytics getRequestRateByInterval Api. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_835 - - &ref_2617 + - *ref_834 + - &ref_1827 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_847 + - schema: &ref_846 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_846 + - schema: *ref_845 readOnly: true serializedName: output language: default: name: output description: Output file Uri path to blob container. - go: - name: Output - description: READ-ONLY; Output file Uri path to blob container. protocol: {} serializationFormats: - json @@ -36062,11 +25049,6 @@ schemas: name: LogAnalyticsOutput description: LogAnalytics output properties namespace: '' - go: - name: LogAnalyticsOutput - description: LogAnalyticsOutput - LogAnalytics output properties - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: properties @@ -36074,9 +25056,6 @@ schemas: default: name: properties description: LogAnalyticsOutput - go: - name: Properties - description: READ-ONLY; LogAnalyticsOutput protocol: {} serializationFormats: - json @@ -36087,53 +25066,43 @@ schemas: name: LogAnalyticsOperationResult description: LogAnalytics operation status response namespace: '' - go: - name: LogAnalyticsOperationResult - description: LogAnalyticsOperationResult - LogAnalytics operation status response - marshallingFormat: json - namespace: '' protocol: {} - - *ref_847 - - *ref_836 - - &ref_2636 + - *ref_846 + - *ref_835 + - &ref_1832 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1248 + - schema: &ref_1247 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_848 + elementType: &ref_847 type: object apiVersions: - version: '2021-03-01' children: all: - - &ref_854 + - &ref_853 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_848 + - *ref_847 immediate: - - *ref_848 + - *ref_847 properties: - - schema: &ref_1249 + - schema: &ref_1248 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_849 + elementType: *ref_848 language: default: name: RunCommandDocumentScript description: The script to be executed. - go: - name: '[]*string' - description: The script to be executed. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: script @@ -36141,63 +25110,47 @@ schemas: default: name: script description: The script to be executed. - go: - name: Script - description: REQUIRED; The script to be executed. - byValue: true protocol: {} - - schema: &ref_1250 + - schema: &ref_1249 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_860 + elementType: &ref_859 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_850 + - schema: *ref_849 required: true serializedName: name language: default: name: name description: The run command parameter name. - go: - name: Name - description: REQUIRED; The run command parameter name. protocol: {} - - schema: *ref_851 + - schema: *ref_850 required: true serializedName: type language: default: name: type description: The run command parameter type. - go: - name: Type - description: REQUIRED; The run command parameter type. protocol: {} - - schema: *ref_852 + - schema: *ref_851 required: false serializedName: defaultValue language: default: name: defaultValue description: The run command parameter default value. - go: - name: DefaultValue - description: The run command parameter default value. protocol: {} - - schema: *ref_853 + - schema: *ref_852 required: false serializedName: required language: default: name: required description: The run command parameter required. - go: - name: Required - description: The run command parameter required. protocol: {} serializationFormats: - json @@ -36208,21 +25161,11 @@ schemas: name: RunCommandParameterDefinition description: Describes the properties of a run command parameter. namespace: '' - go: - name: RunCommandParameterDefinition - description: RunCommandParameterDefinition - Describes the properties of a run command parameter. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: RunCommandDocumentParameters description: The parameters used by the script. - go: - name: '[]*RunCommandParameterDefinition' - description: The parameters used by the script. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: parameters @@ -36230,10 +25173,6 @@ schemas: default: name: parameters description: The parameters used by the script. - go: - name: Parameters - description: The parameters used by the script. - byValue: true protocol: {} serializationFormats: - json @@ -36244,37 +25183,25 @@ schemas: name: RunCommandDocument description: Describes the properties of a Run Command. namespace: '' - go: - name: RunCommandDocument - description: RunCommandDocument - Describes the properties of a Run Command. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_854 + - *ref_853 properties: - - schema: *ref_855 + - schema: *ref_854 required: true serializedName: $schema language: default: name: schema description: The VM run command schema. - go: - name: Schema - description: REQUIRED; The VM run command schema. protocol: {} - - schema: *ref_856 + - schema: *ref_855 required: true serializedName: id language: default: name: id description: The VM run command id. - go: - name: ID - description: REQUIRED; The VM run command id. protocol: {} - schema: *ref_26 required: true @@ -36283,31 +25210,22 @@ schemas: default: name: osType description: The Operating System type. - go: - name: OSType - description: REQUIRED; The Operating System type. protocol: {} - - schema: *ref_857 + - schema: *ref_856 required: true serializedName: label language: default: name: label description: The VM run command label. - go: - name: Label - description: REQUIRED; The VM run command label. protocol: {} - - schema: *ref_858 + - schema: *ref_857 required: true serializedName: description language: default: name: description description: The VM run command description. - go: - name: Description - description: REQUIRED; The VM run command description. protocol: {} serializationFormats: - json @@ -36318,21 +25236,11 @@ schemas: name: RunCommandDocumentBase description: Describes the properties of a Run Command metadata. namespace: '' - go: - name: RunCommandDocumentBase - description: RunCommandDocumentBase - Describes the properties of a Run Command metadata. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: RunCommandListResultValue description: The list of virtual machine run commands. - go: - name: '[]*RunCommandDocumentBase' - description: The list of virtual machine run commands. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -36340,21 +25248,14 @@ schemas: default: name: value description: The list of virtual machine run commands. - go: - name: Value - description: REQUIRED; The list of virtual machine run commands. - byValue: true protocol: {} - - schema: *ref_859 + - schema: *ref_858 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. - go: - name: NextLink - description: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. protocol: {} serializationFormats: - json @@ -36365,46 +25266,32 @@ schemas: name: RunCommandListResult description: The List Virtual Machine operation response. namespace: '' - go: - name: RunCommandListResult - description: RunCommandListResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_848 - - *ref_854 - - *ref_860 - - &ref_1971 + - *ref_847 + - *ref_853 + - *ref_859 + - &ref_1573 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_861 + - schema: *ref_860 required: true serializedName: commandId language: default: name: commandId description: The run command id. - go: - name: CommandID - description: REQUIRED; The run command id. protocol: {} - - schema: &ref_1251 + - schema: &ref_1250 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_862 + elementType: *ref_861 language: default: name: RunCommandInputScript description: Optional. The script to be executed. When this value is given, the given script will override the default script of the command. - go: - name: '[]*string' - description: Optional. The script to be executed. When this value is given, the given script will override the default script of the command. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: script @@ -36412,12 +25299,8 @@ schemas: default: name: script description: Optional. The script to be executed. When this value is given, the given script will override the default script of the command. - go: - name: Script - description: Optional. The script to be executed. When this value is given, the given script will override the default script of the command. - byValue: true protocol: {} - - schema: &ref_1252 + - schema: &ref_1251 type: array apiVersions: - version: '2021-03-01' @@ -36426,11 +25309,6 @@ schemas: default: name: RunCommandInputParameters description: The run command parameters. - go: - name: '[]*RunCommandInputParameter' - description: The run command parameters. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: parameters @@ -36438,10 +25316,6 @@ schemas: default: name: parameters description: The run command parameters. - go: - name: Parameters - description: The run command parameters. - byValue: true protocol: {} serializationFormats: - json @@ -36452,20 +25326,14 @@ schemas: name: RunCommandInput description: Capture Virtual Machine parameters. namespace: '' - go: - name: RunCommandInput - description: RunCommandInput - Capture Virtual Machine parameters. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_406 - - &ref_1977 + - &ref_1579 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1253 + - schema: &ref_1252 type: array apiVersions: - version: '2021-03-01' @@ -36474,21 +25342,12 @@ schemas: default: name: RunCommandResultValue description: Run command operation response. - go: - name: '[]*InstanceViewStatus' - description: Run command operation response. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Run command operation response. - go: - name: Value - description: Run command operation response. - byValue: true protocol: {} serializationFormats: - json @@ -36499,24 +25358,18 @@ schemas: name: RunCommandResult description: '' namespace: '' - go: - name: RunCommandResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_577 - - *ref_620 + - *ref_619 + - *ref_862 - *ref_863 - - *ref_864 - - *ref_630 - - &ref_2696 + - *ref_629 + - &ref_1855 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1257 + - schema: &ref_1256 type: array apiVersions: - version: '2021-03-01' @@ -36525,11 +25378,6 @@ schemas: default: name: VirtualMachineRunCommandsListResultValue description: The list of run commands - go: - name: '[]*VirtualMachineRunCommand' - description: The list of run commands - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -36537,21 +25385,14 @@ schemas: default: name: value description: The list of run commands - go: - name: Value - description: REQUIRED; The list of run commands - byValue: true protocol: {} - - schema: *ref_865 + - schema: *ref_864 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of run commands. - go: - name: NextLink - description: The uri to fetch the next page of run commands. protocol: {} serializationFormats: - json @@ -36562,148 +25403,105 @@ schemas: name: VirtualMachineRunCommandsListResult description: The List run command operation response namespace: '' - go: - name: VirtualMachineRunCommandsListResult - description: VirtualMachineRunCommandsListResult - The List run command operation response - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2762 + - &ref_1884 type: object apiVersions: - version: '2019-04-01' properties: - - schema: &ref_1271 + - schema: &ref_1270 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_893 + elementType: &ref_892 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_866 + - schema: *ref_865 readOnly: true serializedName: resourceType language: default: name: resourceType description: The type of resource the SKU applies to. - go: - name: ResourceType - description: READ-ONLY; The type of resource the SKU applies to. protocol: {} - - schema: *ref_867 + - schema: *ref_866 readOnly: true serializedName: name language: default: name: name description: The name of SKU. - go: - name: Name - description: READ-ONLY; The name of SKU. protocol: {} - - schema: *ref_868 + - schema: *ref_867 readOnly: true serializedName: tier language: default: name: tier description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** - go: - name: Tier - description: |- - READ-ONLY; Specifies the tier of virtual machines in a scale set. - - Possible Values: - - Standard - - Basic protocol: {} - - schema: *ref_869 + - schema: *ref_868 readOnly: true serializedName: size language: default: name: size description: The Size of the SKU. - go: - name: Size - description: READ-ONLY; The Size of the SKU. protocol: {} - - schema: *ref_870 + - schema: *ref_869 readOnly: true serializedName: family language: default: name: family description: The Family of this particular SKU. - go: - name: Family - description: READ-ONLY; The Family of this particular SKU. protocol: {} - - schema: *ref_871 + - schema: *ref_870 readOnly: true serializedName: kind language: default: name: kind description: The Kind of resources that are supported in this SKU. - go: - name: Kind - description: READ-ONLY; The Kind of resources that are supported in this SKU. protocol: {} - - schema: &ref_894 + - schema: &ref_893 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_872 + - schema: *ref_871 readOnly: true serializedName: minimum language: default: name: minimum description: The minimum capacity. - go: - name: Minimum - description: READ-ONLY; The minimum capacity. protocol: {} - - schema: *ref_873 + - schema: *ref_872 readOnly: true serializedName: maximum language: default: name: maximum description: The maximum capacity that can be set. - go: - name: Maximum - description: READ-ONLY; The maximum capacity that can be set. protocol: {} - - schema: *ref_874 + - schema: *ref_873 readOnly: true serializedName: default language: default: name: default description: The default capacity. - go: - name: Default - description: READ-ONLY; The default capacity. protocol: {} - - schema: *ref_875 + - schema: *ref_874 readOnly: true serializedName: scaleType language: default: name: scaleType description: The scale type applicable to the sku. - go: - name: ScaleType - description: READ-ONLY; The scale type applicable to the sku. protocol: {} serializationFormats: - json @@ -36714,11 +25512,6 @@ schemas: name: ResourceSkuCapacity description: Describes scaling information of a SKU. namespace: '' - go: - name: ResourceSKUCapacity - description: ResourceSKUCapacity - Describes scaling information of a SKU. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: capacity @@ -36726,24 +25519,16 @@ schemas: default: name: capacity description: Specifies the number of virtual machines in the scale set. - go: - name: Capacity - description: READ-ONLY; Specifies the number of virtual machines in the scale set. protocol: {} - - schema: &ref_1258 + - schema: &ref_1257 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_876 + elementType: *ref_875 language: default: name: ResourceSkuLocations description: The set of locations that the SKU is available. - go: - name: '[]*string' - description: The set of locations that the SKU is available. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: locations @@ -36751,45 +25536,33 @@ schemas: default: name: locations description: The set of locations that the SKU is available. - go: - name: Locations - description: READ-ONLY; The set of locations that the SKU is available. - byValue: true protocol: {} - - schema: &ref_1263 + - schema: &ref_1262 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_895 + elementType: &ref_894 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_877 + - schema: *ref_876 readOnly: true serializedName: location language: default: name: location description: Location of the SKU - go: - name: Location - description: READ-ONLY; Location of the SKU protocol: {} - - schema: &ref_1259 + - schema: &ref_1258 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_878 + elementType: *ref_877 language: default: name: ResourceSkuLocationInfoZones description: List of availability zones where the SKU is supported. - go: - name: '[]*string' - description: List of availability zones where the SKU is supported. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: zones @@ -36797,34 +25570,25 @@ schemas: default: name: zones description: List of availability zones where the SKU is supported. - go: - name: Zones - description: READ-ONLY; List of availability zones where the SKU is supported. - byValue: true protocol: {} - - schema: &ref_1262 + - schema: &ref_1261 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_896 + elementType: &ref_895 type: object apiVersions: - version: '2019-04-01' properties: - - schema: &ref_1260 + - schema: &ref_1259 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_879 + elementType: *ref_878 language: default: name: ResourceSkuZoneDetailsName description: The set of zones that the SKU is available in with the specified capabilities. - go: - name: '[]*string' - description: The set of zones that the SKU is available in with the specified capabilities. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: name @@ -36832,41 +25596,31 @@ schemas: default: name: name description: The set of zones that the SKU is available in with the specified capabilities. - go: - name: Name - description: READ-ONLY; The set of zones that the SKU is available in with the specified capabilities. - byValue: true protocol: {} - - schema: &ref_1261 + - schema: &ref_1260 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_886 + elementType: &ref_885 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_880 + - schema: *ref_879 readOnly: true serializedName: name language: default: name: name description: An invariant to describe the feature. - go: - name: Name - description: READ-ONLY; An invariant to describe the feature. protocol: {} - - schema: *ref_881 + - schema: *ref_880 readOnly: true serializedName: value language: default: name: value description: An invariant if the feature is measured by quantity. - go: - name: Value - description: READ-ONLY; An invariant if the feature is measured by quantity. protocol: {} serializationFormats: - json @@ -36877,21 +25631,11 @@ schemas: name: ResourceSkuCapabilities description: Describes The SKU capabilities object. namespace: '' - go: - name: ResourceSKUCapabilities - description: ResourceSKUCapabilities - Describes The SKU capabilities object. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuZoneDetailsCapabilities description: A list of capabilities that are available for the SKU in the specified list of zones. - go: - name: '[]*ResourceSKUCapabilities' - description: A list of capabilities that are available for the SKU in the specified list of zones. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: capabilities @@ -36899,10 +25643,6 @@ schemas: default: name: capabilities description: A list of capabilities that are available for the SKU in the specified list of zones. - go: - name: Capabilities - description: READ-ONLY; A list of capabilities that are available for the SKU in the specified list of zones. - byValue: true protocol: {} serializationFormats: - json @@ -36913,22 +25653,11 @@ schemas: name: ResourceSkuZoneDetails description: Describes The zonal capabilities of a SKU. namespace: '' - go: - name: ResourceSKUZoneDetails - description: ResourceSKUZoneDetails - Describes The zonal capabilities of a SKU. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuLocationInfoZoneDetails description: Details of capabilities available to a SKU in specific zones. - go: - name: '[]*ResourceSKUZoneDetails' - description: Details of capabilities available to a SKU in specific zones. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: zoneDetails @@ -36936,10 +25665,6 @@ schemas: default: name: zoneDetails description: Details of capabilities available to a SKU in specific zones. - go: - name: ZoneDetails - description: READ-ONLY; Details of capabilities available to a SKU in specific zones. - byValue: true protocol: {} serializationFormats: - json @@ -36950,22 +25675,11 @@ schemas: name: ResourceSkuLocationInfo description: '' namespace: '' - go: - name: ResourceSKULocationInfo - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuLocationInfo description: A list of locations and availability zones in those locations where the SKU is available. - go: - name: '[]*ResourceSKULocationInfo' - description: A list of locations and availability zones in those locations where the SKU is available. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: locationInfo @@ -36973,25 +25687,16 @@ schemas: default: name: locationInfo description: A list of locations and availability zones in those locations where the SKU is available. - go: - name: LocationInfo - description: READ-ONLY; A list of locations and availability zones in those locations where the SKU is available. - byValue: true protocol: {} - - schema: &ref_1264 + - schema: &ref_1263 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_882 + elementType: *ref_881 language: default: name: ResourceSkuApiVersions description: The api versions that support this SKU. - go: - name: '[]*string' - description: The api versions that support this SKU. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: apiVersions @@ -36999,52 +25704,39 @@ schemas: default: name: apiVersions description: The api versions that support this SKU. - go: - name: APIVersions - description: READ-ONLY; The api versions that support this SKU. - byValue: true protocol: {} - - schema: &ref_1265 + - schema: &ref_1264 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_897 + elementType: &ref_896 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_883 + - schema: *ref_882 readOnly: true serializedName: meterID language: default: name: meterID description: Used for querying price from commerce. - go: - name: MeterID - description: READ-ONLY; Used for querying price from commerce. protocol: {} - - schema: *ref_884 + - schema: *ref_883 readOnly: true serializedName: quantity language: default: name: quantity description: The multiplier is needed to extend the base metered cost. - go: - name: Quantity - description: READ-ONLY; The multiplier is needed to extend the base metered cost. protocol: {} - - schema: *ref_885 + - schema: *ref_884 readOnly: true serializedName: extendedUnit language: default: name: extendedUnit description: An invariant to show the extended unit. - go: - name: ExtendedUnit - description: READ-ONLY; An invariant to show the extended unit. protocol: {} serializationFormats: - json @@ -37055,21 +25747,11 @@ schemas: name: ResourceSkuCosts description: Describes metadata for retrieving price info. namespace: '' - go: - name: ResourceSKUCosts - description: ResourceSKUCosts - Describes metadata for retrieving price info. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuCosts description: Metadata for retrieving price info. - go: - name: '[]*ResourceSKUCosts' - description: Metadata for retrieving price info. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: costs @@ -37077,25 +25759,16 @@ schemas: default: name: costs description: Metadata for retrieving price info. - go: - name: Costs - description: READ-ONLY; Metadata for retrieving price info. - byValue: true protocol: {} - - schema: &ref_1266 + - schema: &ref_1265 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_886 + elementType: *ref_885 language: default: name: ResourceSkuCapabilities description: A name value pair to describe the capability. - go: - name: '[]*ResourceSKUCapabilities' - description: A name value pair to describe the capability. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: capabilities @@ -37103,45 +25776,33 @@ schemas: default: name: capabilities description: A name value pair to describe the capability. - go: - name: Capabilities - description: READ-ONLY; A name value pair to describe the capability. - byValue: true protocol: {} - - schema: &ref_1270 + - schema: &ref_1269 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_898 + elementType: &ref_897 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_887 + - schema: *ref_886 readOnly: true serializedName: type language: default: name: type description: The type of restrictions. - go: - name: Type - description: READ-ONLY; The type of restrictions. protocol: {} - - schema: &ref_1267 + - schema: &ref_1266 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_888 + elementType: *ref_887 language: default: name: ResourceSkuRestrictionsValues description: The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - go: - name: '[]*string' - description: The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: values @@ -37149,30 +25810,21 @@ schemas: default: name: values description: The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - go: - name: Values - description: READ-ONLY; The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - byValue: true protocol: {} - - schema: &ref_899 + - schema: &ref_898 type: object apiVersions: - version: '2019-04-01' properties: - - schema: &ref_1268 + - schema: &ref_1267 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_889 + elementType: *ref_888 language: default: name: ResourceSkuRestrictionInfoLocations description: Locations where the SKU is restricted - go: - name: '[]*string' - description: Locations where the SKU is restricted - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: locations @@ -37180,25 +25832,16 @@ schemas: default: name: locations description: Locations where the SKU is restricted - go: - name: Locations - description: READ-ONLY; Locations where the SKU is restricted - byValue: true protocol: {} - - schema: &ref_1269 + - schema: &ref_1268 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_890 + elementType: *ref_889 language: default: name: ResourceSkuRestrictionInfoZones description: List of availability zones where the SKU is restricted. - go: - name: '[]*string' - description: List of availability zones where the SKU is restricted. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: zones @@ -37206,10 +25849,6 @@ schemas: default: name: zones description: List of availability zones where the SKU is restricted. - go: - name: Zones - description: READ-ONLY; List of availability zones where the SKU is restricted. - byValue: true protocol: {} serializationFormats: - json @@ -37220,12 +25859,6 @@ schemas: name: ResourceSkuRestrictionInfo description: '' namespace: '' - go: - name: ResourceSKURestrictionInfo - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: restrictionInfo @@ -37233,20 +25866,14 @@ schemas: default: name: restrictionInfo description: The information about the restriction where the SKU cannot be used. - go: - name: RestrictionInfo - description: READ-ONLY; The information about the restriction where the SKU cannot be used. protocol: {} - - schema: *ref_891 + - schema: *ref_890 readOnly: true serializedName: reasonCode language: default: name: reasonCode description: The reason for restriction. - go: - name: ReasonCode - description: READ-ONLY; The reason for restriction. protocol: {} serializationFormats: - json @@ -37257,22 +25884,11 @@ schemas: name: ResourceSkuRestrictions description: Describes scaling information of a SKU. namespace: '' - go: - name: ResourceSKURestrictions - description: ResourceSKURestrictions - Describes scaling information of a SKU. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuRestrictions description: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - go: - name: '[]*ResourceSKURestrictions' - description: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: restrictions @@ -37280,10 +25896,6 @@ schemas: default: name: restrictions description: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - go: - name: Restrictions - description: READ-ONLY; The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - byValue: true protocol: {} serializationFormats: - json @@ -37294,22 +25906,11 @@ schemas: name: ResourceSku description: Describes an available Compute SKU. namespace: '' - go: - name: ResourceSKU - description: ResourceSKU - Describes an available Compute SKU. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkusResultValue description: The list of skus available for the subscription. - go: - name: '[]*ResourceSKU' - description: The list of skus available for the subscription. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -37317,21 +25918,14 @@ schemas: default: name: value description: The list of skus available for the subscription. - go: - name: Value - description: REQUIRED; The list of skus available for the subscription. - byValue: true protocol: {} - - schema: *ref_892 + - schema: *ref_891 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus - go: - name: NextLink - description: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus protocol: {} serializationFormats: - json @@ -37342,42 +25936,36 @@ schemas: name: ResourceSkusResult description: The List Resource Skus operation response. namespace: '' - go: - name: ResourceSKUsResult - description: ResourceSKUsResult - The List Resource Skus operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_892 - *ref_893 - *ref_894 - *ref_895 + - *ref_885 - *ref_896 - - *ref_886 - *ref_897 - *ref_898 - - *ref_899 - *ref_578 + - *ref_899 - *ref_900 - - *ref_901 - *ref_469 - *ref_470 - *ref_433 - *ref_474 + - *ref_901 - *ref_902 - - *ref_903 - *ref_445 - - *ref_904 + - *ref_903 - *ref_477 + - *ref_904 - *ref_905 - *ref_906 - - *ref_907 - - &ref_2780 + - &ref_1891 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_917 + - schema: &ref_916 type: object apiVersions: - version: '2020-12-01' @@ -37388,11 +25976,8 @@ schemas: default: name: osType description: the Operating System type. - go: - name: OSType - description: the Operating System type. protocol: {} - - schema: *ref_908 + - schema: *ref_907 serializedName: diskSizeGB language: default: @@ -37400,11 +25985,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: DiskSizeGB - description: |- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a - resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - schema: *ref_474 serializedName: encryptionSettingsCollection @@ -37412,59 +25992,41 @@ schemas: default: name: encryptionSettingsCollection description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. - go: - name: EncryptionSettingsCollection - description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. protocol: {} - - schema: *ref_909 + - schema: *ref_908 serializedName: diskIOPSReadWrite language: default: name: diskIOPSReadWrite description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. - go: - name: DiskIOPSReadWrite - description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. protocol: {} - - schema: *ref_910 + - schema: *ref_909 serializedName: diskMBpsReadWrite language: default: name: diskMBpsReadWrite description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: DiskMBpsReadWrite - description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - - schema: *ref_911 + - schema: *ref_910 serializedName: diskIOPSReadOnly language: default: name: diskIOPSReadOnly description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. - go: - name: DiskIOPSReadOnly - description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. protocol: {} - - schema: *ref_912 + - schema: *ref_911 serializedName: diskMBpsReadOnly language: default: name: diskMBpsReadOnly description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: DiskMBpsReadOnly - description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - - schema: *ref_913 + - schema: *ref_912 serializedName: maxShares language: default: name: maxShares description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. - go: - name: MaxShares - description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. protocol: {} - schema: *ref_477 serializedName: encryption @@ -37472,9 +26034,6 @@ schemas: default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_458 serializedName: networkAccessPolicy @@ -37482,29 +26041,20 @@ schemas: default: name: networkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. protocol: {} - - schema: *ref_914 + - schema: *ref_913 serializedName: diskAccessId language: default: name: diskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: DiskAccessID - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - - schema: *ref_915 + - schema: *ref_914 serializedName: tier language: default: name: tier description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' - go: - name: Tier - description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' protocol: {} - schema: *ref_461 serializedName: burstingEnabled @@ -37512,9 +26062,6 @@ schemas: default: name: burstingEnabled description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. - go: - name: BurstingEnabled - description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. protocol: {} - schema: *ref_469 serializedName: purchasePlan @@ -37522,20 +26069,14 @@ schemas: default: name: purchasePlan description: Purchase plan information to be added on the OS disk - go: - name: PurchasePlan - description: Purchase plan information to be added on the OS disk protocol: {} - - schema: *ref_906 + - schema: *ref_905 readOnly: true serializedName: propertyUpdatesInProgress language: default: name: propertyUpdatesInProgress description: Properties of the disk for which update is pending. - go: - name: PropertyUpdatesInProgress - description: READ-ONLY; Properties of the disk for which update is pending. protocol: {} - schema: *ref_463 serializedName: supportsHibernation @@ -37543,9 +26084,6 @@ schemas: default: name: supportsHibernation description: Indicates the OS on a disk supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a disk supports hibernation. protocol: {} serializationFormats: - json @@ -37556,11 +26094,6 @@ schemas: name: DiskUpdateProperties description: Disk resource update properties. namespace: '' - go: - name: DiskUpdateProperties - description: DiskUpdateProperties - Disk resource update properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -37569,33 +26102,20 @@ schemas: default: name: properties description: Disk resource update properties. - go: - name: Properties - description: Disk resource update properties. protocol: {} - - schema: *ref_916 + - schema: *ref_915 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} - - schema: *ref_900 + - schema: *ref_899 serializedName: sku language: default: name: sku description: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, or StandardSSD_ZRS. - go: - name: SKU - description: The disks sku name. Can be StandardLRS, PremiumLRS, StandardSSDLRS, UltraSSDLRS, PremiumZRS, or StandardSSDZRS. protocol: {} serializationFormats: - json @@ -37606,21 +26126,14 @@ schemas: name: DiskUpdate description: Disk update resource. namespace: '' - go: - name: DiskUpdate - description: DiskUpdate - Disk update resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_917 - - &ref_2807 + - *ref_916 + - &ref_1901 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1276 + - schema: &ref_1275 type: array apiVersions: - version: '2020-12-01' @@ -37629,11 +26142,6 @@ schemas: default: name: DiskListValue description: A list of disks. - go: - name: '[]*Disk' - description: A list of disks. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -37641,21 +26149,14 @@ schemas: default: name: value description: A list of disks. - go: - name: Value - description: REQUIRED; A list of disks. - byValue: true protocol: {} - - schema: *ref_918 + - schema: *ref_917 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. - go: - name: NextLink - description: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. protocol: {} serializationFormats: - json @@ -37666,39 +26167,27 @@ schemas: name: DiskList description: The List Disks operation response. namespace: '' - go: - name: DiskList - description: DiskList - The List Disks operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2818 + - &ref_1902 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_919 + - schema: *ref_918 required: true serializedName: access language: default: name: access description: '' - go: - name: Access - description: REQUIRED protocol: {} - - schema: *ref_920 + - schema: *ref_919 required: true serializedName: durationInSeconds language: default: name: durationInSeconds description: Time duration in seconds until the SAS access expires. - go: - name: DurationInSeconds - description: REQUIRED; Time duration in seconds until the SAS access expires. protocol: {} serializationFormats: - json @@ -37709,27 +26198,19 @@ schemas: name: GrantAccessData description: Data used for requesting a SAS. namespace: '' - go: - name: GrantAccessData - description: GrantAccessData - Data used for requesting a SAS. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2823 + - &ref_1907 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_921 + - schema: *ref_920 readOnly: true serializedName: accessSAS language: default: name: accessSAS description: A SAS uri for accessing a disk. - go: - name: AccessSAS - description: READ-ONLY; A SAS uri for accessing a disk. protocol: {} serializationFormats: - json @@ -37740,21 +26221,16 @@ schemas: name: AccessUri description: A disk access SAS uri. namespace: '' - go: - name: AccessURI - description: AccessURI - A disk access SAS uri. - marshallingFormat: json - namespace: '' protocol: {} - *ref_579 + - *ref_921 - *ref_922 - - *ref_923 - - &ref_2849 + - &ref_1914 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_927 + - schema: &ref_926 type: object apiVersions: - version: '2020-12-01' @@ -37765,11 +26241,8 @@ schemas: default: name: osType description: the Operating System type. - go: - name: OSType - description: the Operating System type. protocol: {} - - schema: *ref_924 + - schema: *ref_923 serializedName: diskSizeGB language: default: @@ -37777,11 +26250,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: DiskSizeGB - description: |- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a - resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - schema: *ref_474 serializedName: encryptionSettingsCollection @@ -37789,9 +26257,6 @@ schemas: default: name: encryptionSettingsCollection description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. - go: - name: EncryptionSettingsCollection - description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. protocol: {} - schema: *ref_477 serializedName: encryption @@ -37799,9 +26264,6 @@ schemas: default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_458 serializedName: networkAccessPolicy @@ -37809,19 +26271,13 @@ schemas: default: name: networkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. protocol: {} - - schema: *ref_925 + - schema: *ref_924 serializedName: diskAccessId language: default: name: diskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: DiskAccessID - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - schema: *ref_479 serializedName: supportsHibernation @@ -37829,9 +26285,6 @@ schemas: default: name: supportsHibernation description: Indicates the OS on a snapshot supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a snapshot supports hibernation. protocol: {} serializationFormats: - json @@ -37842,11 +26295,6 @@ schemas: name: SnapshotUpdateProperties description: Snapshot resource update properties. namespace: '' - go: - name: SnapshotUpdateProperties - description: SnapshotUpdateProperties - Snapshot resource update properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -37855,35 +26303,20 @@ schemas: default: name: properties description: Snapshot resource update properties. - go: - name: Properties - description: Snapshot resource update properties. protocol: {} - - schema: *ref_926 + - schema: *ref_925 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} - - schema: *ref_922 + - schema: *ref_921 serializedName: sku language: default: name: sku description: The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot - go: - name: SKU - description: |- - The snapshots sku name. Can be StandardLRS, PremiumLRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the - previous snapshot protocol: {} serializationFormats: - json @@ -37894,21 +26327,14 @@ schemas: name: SnapshotUpdate description: Snapshot update resource. namespace: '' - go: - name: SnapshotUpdate - description: SnapshotUpdate - Snapshot update resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_927 - - &ref_2876 + - *ref_926 + - &ref_1924 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1277 + - schema: &ref_1276 type: array apiVersions: - version: '2020-12-01' @@ -37917,11 +26343,6 @@ schemas: default: name: SnapshotListValue description: A list of snapshots. - go: - name: '[]*Snapshot' - description: A list of snapshots. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -37929,21 +26350,14 @@ schemas: default: name: value description: A list of snapshots. - go: - name: Value - description: REQUIRED; A list of snapshots. - byValue: true protocol: {} - - schema: *ref_928 + - schema: *ref_927 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. - go: - name: NextLink - description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. protocol: {} serializationFormats: - json @@ -37954,23 +26368,17 @@ schemas: name: SnapshotList description: The List Snapshots operation response. namespace: '' - go: - name: SnapshotList - description: SnapshotList - The List Snapshots operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_580 + - *ref_928 - *ref_929 - - *ref_930 - *ref_485 - - &ref_2916 + - &ref_1935 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_932 + - schema: &ref_931 type: object apiVersions: - version: '2020-12-01' @@ -37981,9 +26389,6 @@ schemas: default: name: encryptionType description: The type of key used to encrypt the data of the disk. - go: - name: EncryptionType - description: The type of key used to encrypt the data of the disk. protocol: {} - schema: *ref_485 serializedName: activeKey @@ -37991,9 +26396,6 @@ schemas: default: name: activeKey description: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots - go: - name: ActiveKey - description: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots protocol: {} - schema: *ref_487 serializedName: rotationToLatestKeyVersionEnabled @@ -38001,9 +26403,6 @@ schemas: default: name: rotationToLatestKeyVersionEnabled description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. - go: - name: RotationToLatestKeyVersionEnabled - description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. protocol: {} serializationFormats: - json @@ -38014,11 +26413,6 @@ schemas: name: DiskEncryptionSetUpdateProperties description: disk encryption set resource update properties. namespace: '' - go: - name: DiskEncryptionSetUpdateProperties - description: DiskEncryptionSetUpdateProperties - disk encryption set resource update properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -38027,33 +26421,20 @@ schemas: default: name: properties description: disk encryption set resource update properties. - go: - name: Properties - description: disk encryption set resource update properties. protocol: {} - - schema: *ref_931 + - schema: *ref_930 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} - - schema: *ref_929 + - schema: *ref_928 serializedName: identity language: default: name: identity description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. - go: - name: Identity - description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. protocol: {} serializationFormats: - json @@ -38064,21 +26445,14 @@ schemas: name: DiskEncryptionSetUpdate description: disk encryption set update resource. namespace: '' - go: - name: DiskEncryptionSetUpdate - description: DiskEncryptionSetUpdate - disk encryption set update resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_932 - - &ref_2943 + - *ref_931 + - &ref_1945 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1279 + - schema: &ref_1278 type: array apiVersions: - version: '2020-12-01' @@ -38087,11 +26461,6 @@ schemas: default: name: DiskEncryptionSetListValue description: A list of disk encryption sets. - go: - name: '[]*DiskEncryptionSet' - description: A list of disk encryption sets. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -38099,21 +26468,14 @@ schemas: default: name: value description: A list of disk encryption sets. - go: - name: Value - description: REQUIRED; A list of disk encryption sets. - byValue: true protocol: {} - - schema: *ref_933 + - schema: *ref_932 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets. - go: - name: NextLink - description: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets. protocol: {} serializationFormats: - json @@ -38124,32 +26486,21 @@ schemas: name: DiskEncryptionSetList description: The List disk encryption set operation response. namespace: '' - go: - name: DiskEncryptionSetList - description: DiskEncryptionSetList - The List disk encryption set operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2956 + - &ref_1948 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1280 + - schema: &ref_1279 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_934 + elementType: *ref_933 language: default: name: ResourceUriListValue description: A list of IDs or Owner IDs of resources which are encrypted with the disk encryption set. - go: - name: '[]*string' - description: A list of IDs or Owner IDs of resources which are encrypted with the disk encryption set. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -38157,21 +26508,14 @@ schemas: default: name: value description: A list of IDs or Owner IDs of resources which are encrypted with the disk encryption set. - go: - name: Value - description: REQUIRED; A list of IDs or Owner IDs of resources which are encrypted with the disk encryption set. - byValue: true protocol: {} - - schema: *ref_935 + - schema: *ref_934 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of encrypted resources. Call ListNext() with this to fetch the next page of encrypted resources. - go: - name: NextLink - description: The uri to fetch the next page of encrypted resources. Call ListNext() with this to fetch the next page of encrypted resources. protocol: {} serializationFormats: - json @@ -38182,37 +26526,24 @@ schemas: name: ResourceUriList description: The List resources which are encrypted with the disk encryption set. namespace: '' - go: - name: ResourceURIList - description: ResourceURIList - The List resources which are encrypted with the disk encryption set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_581 + - *ref_935 - *ref_936 - *ref_937 - *ref_938 - *ref_939 - - *ref_940 - - &ref_2973 + - &ref_1953 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_941 + - schema: *ref_940 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -38223,20 +26554,13 @@ schemas: name: DiskAccessUpdate description: Used for updating a disk access resource. namespace: '' - go: - name: DiskAccessUpdate - description: DiskAccessUpdate - Used for updating a disk access resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_3000 + - &ref_1963 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1282 + - schema: &ref_1281 type: array apiVersions: - version: '2020-12-01' @@ -38245,11 +26569,6 @@ schemas: default: name: DiskAccessListValue description: A list of disk access resources. - go: - name: '[]*DiskAccess' - description: A list of disk access resources. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -38257,21 +26576,14 @@ schemas: default: name: value description: A list of disk access resources. - go: - name: Value - description: REQUIRED; A list of disk access resources. - byValue: true protocol: {} - - schema: *ref_942 + - schema: *ref_941 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources. - go: - name: NextLink - description: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources. protocol: {} serializationFormats: - json @@ -38282,57 +26594,43 @@ schemas: name: DiskAccessList description: The List disk access operation response. namespace: '' - go: - name: DiskAccessList - description: DiskAccessList - The List disk access operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3013 + - &ref_1966 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1285 + - schema: &ref_1284 type: array apiVersions: - version: '2020-12-01' - elementType: &ref_949 + elementType: &ref_948 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_950 + - schema: &ref_949 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_943 + - schema: *ref_942 readOnly: true serializedName: groupId language: default: name: groupId description: The private link resource group id. - go: - name: GroupID - description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_1283 + - schema: &ref_1282 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_944 + elementType: *ref_943 language: default: name: PrivateLinkResourcePropertiesRequiredMembers description: The private link resource required member names. - go: - name: '[]*string' - description: The private link resource required member names. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: requiredMembers @@ -38340,35 +26638,22 @@ schemas: default: name: requiredMembers description: The private link resource required member names. - go: - name: RequiredMembers - description: READ-ONLY; The private link resource required member names. - byValue: true protocol: {} - - schema: &ref_1284 + - schema: &ref_1283 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_945 + elementType: *ref_944 language: default: name: PrivateLinkResourcePropertiesRequiredZoneNames description: The private link resource DNS zone name. - go: - name: '[]*string' - description: The private link resource DNS zone name. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredZoneNames language: default: name: requiredZoneNames description: The private link resource DNS zone name. - go: - name: RequiredZoneNames - description: The private link resource DNS zone name. - byValue: true protocol: {} serializationFormats: - json @@ -38379,12 +26664,6 @@ schemas: name: PrivateLinkResourceProperties description: Properties of a private link resource. namespace: '' - go: - name: PrivateLinkResourceProperties - description: PrivateLinkResourceProperties - Properties of a private link resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -38393,42 +26672,30 @@ schemas: default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} - - schema: *ref_946 + - schema: *ref_945 readOnly: true serializedName: id language: default: name: id description: private link resource Id - go: - name: ID - description: READ-ONLY; private link resource Id protocol: {} - - schema: *ref_947 + - schema: *ref_946 readOnly: true serializedName: name language: default: name: name description: private link resource name - go: - name: Name - description: READ-ONLY; private link resource name protocol: {} - - schema: *ref_948 + - schema: *ref_947 readOnly: true serializedName: type language: default: name: type description: private link resource type - go: - name: Type - description: READ-ONLY; private link resource type protocol: {} serializationFormats: - json @@ -38439,31 +26706,17 @@ schemas: name: PrivateLinkResource description: A private link resource namespace: '' - go: - name: PrivateLinkResource - description: PrivateLinkResource - A private link resource - marshallingFormat: json - namespace: '' protocol: {} language: default: name: PrivateLinkResourceListResultValue description: Array of private link resources - go: - name: '[]*PrivateLinkResource' - description: Array of private link resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Array of private link resources - go: - name: Value - description: Array of private link resources - byValue: true protocol: {} serializationFormats: - json @@ -38474,54 +26727,36 @@ schemas: name: PrivateLinkResourceListResult description: A list of private link resources namespace: '' - go: - name: PrivateLinkResourceListResult - description: PrivateLinkResourceListResult - A list of private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_948 - *ref_949 - - *ref_950 - - &ref_3049 + - &ref_1980 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1286 + - schema: &ref_1285 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_937 + elementType: *ref_936 language: default: name: PrivateEndpointConnectionListResultValue description: Array of private endpoint connections - go: - name: '[]*PrivateEndpointConnection' - description: Array of private endpoint connections - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Array of private endpoint connections - go: - name: Value - description: Array of private endpoint connections - byValue: true protocol: {} - - schema: *ref_951 + - schema: *ref_950 serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. - go: - name: NextLink - description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. protocol: {} serializationFormats: - json @@ -38532,61 +26767,46 @@ schemas: name: PrivateEndpointConnectionListResult description: A list of private link resources namespace: '' - go: - name: PrivateEndpointConnectionListResult - description: PrivateEndpointConnectionListResult - A list of private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_952 + - &ref_951 type: object apiVersions: - version: '2020-12-01' parents: all: - - &ref_956 + - &ref_955 type: object apiVersions: - version: '2020-12-01' children: all: - - *ref_952 + - *ref_951 immediate: - - *ref_952 + - *ref_951 properties: - - schema: *ref_953 + - schema: *ref_952 readOnly: true serializedName: id language: default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - - schema: *ref_954 + - schema: *ref_953 readOnly: true serializedName: name language: default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - - schema: *ref_955 + - schema: *ref_954 readOnly: true serializedName: type language: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} serializationFormats: - json @@ -38597,41 +26817,30 @@ schemas: name: ProxyOnlyResource description: The ProxyOnly Resource model definition. namespace: '' - go: - name: ProxyOnlyResource - description: ProxyOnlyResource - The ProxyOnly Resource model definition. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_956 + - *ref_955 properties: - - schema: &ref_961 + - schema: &ref_960 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_957 + - schema: *ref_956 readOnly: true serializedName: timeCreated language: default: name: timeCreated description: The timestamp of restorePoint creation - go: - name: TimeCreated - description: READ-ONLY; The timestamp of restorePoint creation protocol: {} - - schema: *ref_958 + - schema: *ref_957 readOnly: true serializedName: sourceResourceId language: default: name: sourceResourceId description: arm id of source disk - go: - name: SourceResourceID - description: READ-ONLY; arm id of source disk protocol: {} - schema: *ref_26 readOnly: true @@ -38640,9 +26849,6 @@ schemas: default: name: osType description: The Operating System type. - go: - name: OSType - description: READ-ONLY; The Operating System type. protocol: {} - schema: *ref_427 serializedName: hyperVGeneration @@ -38650,9 +26856,6 @@ schemas: default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - schema: *ref_469 serializedName: purchasePlan @@ -38660,31 +26863,22 @@ schemas: default: name: purchasePlan description: Purchase plan information for the the image from which the OS disk was created. - go: - name: PurchasePlan - description: Purchase plan information for the the image from which the OS disk was created. protocol: {} - - schema: *ref_959 + - schema: *ref_958 readOnly: true serializedName: familyId language: default: name: familyId description: id of the backing snapshot's MIS family - go: - name: FamilyID - description: READ-ONLY; id of the backing snapshot's MIS family protocol: {} - - schema: *ref_960 + - schema: *ref_959 readOnly: true serializedName: sourceUniqueId language: default: name: sourceUniqueId description: unique incarnation id of the source disk - go: - name: SourceUniqueID - description: READ-ONLY; unique incarnation id of the source disk protocol: {} - schema: *ref_477 readOnly: true @@ -38693,9 +26887,6 @@ schemas: default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: READ-ONLY; Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_463 serializedName: supportsHibernation @@ -38703,9 +26894,6 @@ schemas: default: name: supportsHibernation description: Indicates the OS on a disk supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a disk supports hibernation. protocol: {} serializationFormats: - json @@ -38716,12 +26904,6 @@ schemas: name: DiskRestorePointProperties description: Properties of an incremental disk restore point namespace: '' - go: - name: DiskRestorePointProperties - description: DiskRestorePointProperties - Properties of an incremental disk restore point - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -38730,9 +26912,6 @@ schemas: default: name: properties description: Properties of an incremental disk restore point - go: - name: Properties - description: Properties of an incremental disk restore point protocol: {} serializationFormats: - json @@ -38743,33 +26922,23 @@ schemas: name: DiskRestorePoint description: Properties of disk restore point namespace: '' - go: - name: DiskRestorePoint - description: DiskRestorePoint - Properties of disk restore point - marshallingFormat: json - namespace: '' protocol: {} - - *ref_961 - - *ref_956 - - &ref_3067 + - *ref_960 + - *ref_955 + - &ref_1988 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1287 + - schema: &ref_1286 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_952 + elementType: *ref_951 language: default: name: DiskRestorePointListValue description: A list of disk restore points. - go: - name: '[]*DiskRestorePoint' - description: A list of disk restore points. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -38777,21 +26946,14 @@ schemas: default: name: value description: A list of disk restore points. - go: - name: Value - description: REQUIRED; A list of disk restore points. - byValue: true protocol: {} - - schema: *ref_962 + - schema: *ref_961 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. - go: - name: NextLink - description: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. protocol: {} serializationFormats: - json @@ -38802,42 +26964,36 @@ schemas: name: DiskRestorePointList description: The List Disk Restore Points operation response. namespace: '' - go: - name: DiskRestorePointList - description: DiskRestorePointList - The List Disk Restore Points operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_582 + - *ref_962 - *ref_963 - *ref_964 - *ref_965 - - *ref_966 - - &ref_967 + - &ref_966 type: object apiVersions: - version: '2020-09-30' parents: all: - - &ref_968 + - &ref_967 type: object apiVersions: - version: '2020-09-30' children: all: - - *ref_967 - - &ref_973 + - *ref_966 + - &ref_972 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_968 + - *ref_967 immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_969 + - schema: *ref_968 serializedName: properties extensions: x-ms-client-flatten: true @@ -38845,9 +27001,6 @@ schemas: default: name: properties description: Describes the properties of a gallery image definition. - go: - name: Properties - description: Describes the properties of a gallery image definition. protocol: {} serializationFormats: - json @@ -38858,24 +27011,18 @@ schemas: name: GalleryImageUpdate description: Specifies information about the gallery image definition that you want to update. namespace: '' - go: - name: GalleryImageUpdate - description: GalleryImageUpdate - Specifies information about the gallery image definition that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_974 + - &ref_973 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_968 + - *ref_967 immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_970 + - schema: *ref_969 serializedName: properties extensions: x-ms-client-flatten: true @@ -38883,9 +27030,6 @@ schemas: default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -38896,24 +27040,18 @@ schemas: name: GalleryImageVersionUpdate description: Specifies information about the gallery image version that you want to update. namespace: '' - go: - name: GalleryImageVersionUpdate - description: GalleryImageVersionUpdate - Specifies information about the gallery image version that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_975 + - &ref_974 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_968 + - *ref_967 immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_971 + - schema: *ref_970 serializedName: properties extensions: x-ms-client-flatten: true @@ -38921,9 +27059,6 @@ schemas: default: name: properties description: Describes the properties of a gallery Application Definition. - go: - name: Properties - description: Describes the properties of a gallery Application Definition. protocol: {} serializationFormats: - json @@ -38934,24 +27069,18 @@ schemas: name: GalleryApplicationUpdate description: Specifies information about the gallery Application Definition that you want to update. namespace: '' - go: - name: GalleryApplicationUpdate - description: GalleryApplicationUpdate - Specifies information about the gallery Application Definition that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_976 + - &ref_975 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_968 + - *ref_967 immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_972 + - schema: *ref_971 serializedName: properties extensions: x-ms-client-flatten: true @@ -38959,9 +27088,6 @@ schemas: default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -38972,66 +27098,44 @@ schemas: name: GalleryApplicationVersionUpdate description: Specifies information about the gallery Application Version that you want to update. namespace: '' - go: - name: GalleryApplicationVersionUpdate - description: GalleryApplicationVersionUpdate - Specifies information about the gallery Application Version that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} immediate: - - *ref_967 + - *ref_966 + - *ref_972 - *ref_973 - *ref_974 - *ref_975 - - *ref_976 properties: - - schema: *ref_977 + - schema: *ref_976 readOnly: true serializedName: id language: default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - - schema: *ref_978 + - schema: *ref_977 readOnly: true serializedName: name language: default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - - schema: *ref_979 + - schema: *ref_978 readOnly: true serializedName: type language: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - - schema: *ref_980 + - schema: *ref_979 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -39044,17 +27148,11 @@ schemas: name: UpdateResourceDefinition description: The Update Resource model definition. namespace: '' - go: - name: UpdateResourceDefinition - description: UpdateResourceDefinition - The Update Resource model definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_963 + - schema: *ref_962 serializedName: properties extensions: x-ms-client-flatten: true @@ -39062,9 +27160,6 @@ schemas: default: name: properties description: Describes the properties of a Shared Image Gallery. - go: - name: Properties - description: Describes the properties of a Shared Image Gallery. protocol: {} serializationFormats: - json @@ -39075,55 +27170,49 @@ schemas: name: GalleryUpdate description: Specifies information about the Shared Image Gallery that you want to update. namespace: '' - go: - name: GalleryUpdate - description: GalleryUpdate - Specifies information about the Shared Image Gallery that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_968 + - *ref_967 - *ref_583 - - *ref_969 + - *ref_968 + - *ref_980 - *ref_981 - - *ref_982 - *ref_515 + - *ref_982 - *ref_983 - *ref_984 - - *ref_985 - - *ref_973 + - *ref_972 - *ref_584 - - *ref_970 + - *ref_969 - *ref_523 - *ref_524 + - *ref_985 - *ref_986 - - *ref_987 - *ref_535 - *ref_536 - *ref_538 - - *ref_988 + - *ref_987 - *ref_553 - *ref_547 - *ref_548 - *ref_550 - *ref_565 - - *ref_989 - - *ref_974 + - *ref_988 + - *ref_973 - *ref_585 - - *ref_971 - - *ref_975 + - *ref_970 + - *ref_974 - *ref_586 - - *ref_972 + - *ref_971 - *ref_531 + - *ref_989 - *ref_990 - - *ref_991 - - *ref_976 - - &ref_3114 + - *ref_975 + - &ref_2005 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1296 + - schema: &ref_1295 type: array apiVersions: - version: '2020-09-30' @@ -39132,11 +27221,6 @@ schemas: default: name: GalleryListValue description: A list of galleries. - go: - name: '[]*Gallery' - description: A list of galleries. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -39144,21 +27228,14 @@ schemas: default: name: value description: A list of galleries. - go: - name: Value - description: REQUIRED; A list of galleries. - byValue: true protocol: {} - - schema: *ref_992 + - schema: *ref_991 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. - go: - name: NextLink - description: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. protocol: {} serializationFormats: - json @@ -39169,19 +27246,13 @@ schemas: name: GalleryList description: The List Galleries operation response. namespace: '' - go: - name: GalleryList - description: GalleryList - The List Galleries operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3167 + - &ref_2024 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1297 + - schema: &ref_1296 type: array apiVersions: - version: '2020-09-30' @@ -39190,11 +27261,6 @@ schemas: default: name: GalleryImageListValue description: A list of Shared Image Gallery images. - go: - name: '[]*GalleryImage' - description: A list of Shared Image Gallery images. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -39202,21 +27268,14 @@ schemas: default: name: value description: A list of Shared Image Gallery images. - go: - name: Value - description: REQUIRED; A list of Shared Image Gallery images. - byValue: true protocol: {} - - schema: *ref_993 + - schema: *ref_992 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions. - go: - name: NextLink - description: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions. protocol: {} serializationFormats: - json @@ -39227,19 +27286,13 @@ schemas: name: GalleryImageList description: The List Gallery Images operation response. namespace: '' - go: - name: GalleryImageList - description: GalleryImageList - The List Gallery Images operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3223 + - &ref_2050 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1298 + - schema: &ref_1297 type: array apiVersions: - version: '2020-09-30' @@ -39248,11 +27301,6 @@ schemas: default: name: GalleryImageVersionListValue description: A list of gallery image versions. - go: - name: '[]*GalleryImageVersion' - description: A list of gallery image versions. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -39260,21 +27308,14 @@ schemas: default: name: value description: A list of gallery image versions. - go: - name: Value - description: REQUIRED; A list of gallery image versions. - byValue: true protocol: {} - - schema: *ref_994 + - schema: *ref_993 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. - go: - name: NextLink - description: The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. protocol: {} serializationFormats: - json @@ -39285,19 +27326,13 @@ schemas: name: GalleryImageVersionList description: The List Gallery Image version operation response. namespace: '' - go: - name: GalleryImageVersionList - description: GalleryImageVersionList - The List Gallery Image version operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3271 + - &ref_2069 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1299 + - schema: &ref_1298 type: array apiVersions: - version: '2020-09-30' @@ -39306,11 +27341,6 @@ schemas: default: name: GalleryApplicationListValue description: A list of Gallery Applications. - go: - name: '[]*GalleryApplication' - description: A list of Gallery Applications. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -39318,21 +27348,14 @@ schemas: default: name: value description: A list of Gallery Applications. - go: - name: Value - description: REQUIRED; A list of Gallery Applications. - byValue: true protocol: {} - - schema: *ref_995 + - schema: *ref_994 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions. - go: - name: NextLink - description: The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions. protocol: {} serializationFormats: - json @@ -39343,19 +27366,13 @@ schemas: name: GalleryApplicationList description: The List Gallery Applications operation response. namespace: '' - go: - name: GalleryApplicationList - description: GalleryApplicationList - The List Gallery Applications operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3326 + - &ref_2094 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1300 + - schema: &ref_1299 type: array apiVersions: - version: '2020-09-30' @@ -39364,11 +27381,6 @@ schemas: default: name: GalleryApplicationVersionListValue description: A list of gallery Application Versions. - go: - name: '[]*GalleryApplicationVersion' - description: A list of gallery Application Versions. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -39376,21 +27388,14 @@ schemas: default: name: value description: A list of gallery Application Versions. - go: - name: Value - description: REQUIRED; A list of gallery Application Versions. - byValue: true protocol: {} - - schema: *ref_996 + - schema: *ref_995 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions. - go: - name: NextLink - description: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions. protocol: {} serializationFormats: - json @@ -39401,52 +27406,29 @@ schemas: name: GalleryApplicationVersionList description: The List Gallery Application version operation response. namespace: '' - go: - name: GalleryApplicationVersionList - description: GalleryApplicationVersionList - The List Gallery Application version operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3332 + - &ref_2095 type: object apiVersions: - version: '2020-09-30' properties: - - schema: *ref_997 + - schema: *ref_996 required: true serializedName: operationType language: default: name: operationType description: 'This property allows you to specify the operation type of gallery sharing update.

    Possible values are:

    **Add**

    **Remove**

    **Reset**' - go: - name: OperationType - description: |- - REQUIRED; This property allows you to specify the operation type of gallery sharing update. - - Possible values are: - - Add - - Remove - - Reset protocol: {} - - schema: &ref_1301 + - schema: &ref_1300 type: array apiVersions: - version: '2020-09-30' - elementType: *ref_966 + elementType: *ref_965 language: default: name: SharingUpdateGroups description: A list of sharing profile groups. - go: - name: '[]*SharingProfileGroup' - description: A list of sharing profile groups. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: groups @@ -39454,10 +27436,6 @@ schemas: default: name: groups description: A list of sharing profile groups. - go: - name: Groups - description: A list of sharing profile groups. - byValue: true protocol: {} serializationFormats: - json @@ -39471,86 +27449,74 @@ schemas: name: SharingUpdate description: Specifies information about the gallery sharing profile update. namespace: '' - go: - name: SharingUpdate - description: SharingUpdate - Specifies information about the gallery sharing profile update. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3349 + - &ref_2103 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1302 + - schema: &ref_1301 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_998 + elementType: &ref_997 type: object apiVersions: - version: '2020-09-30' parents: all: - - &ref_999 + - &ref_998 type: object apiVersions: - version: '2020-09-30' children: all: - - *ref_998 - - &ref_1000 + - *ref_997 + - &ref_999 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_999 - - &ref_1001 + - *ref_998 + - &ref_1000 type: object apiVersions: - version: '2020-09-30' children: all: - - *ref_999 - *ref_998 - - *ref_1000 - - &ref_1007 + - *ref_997 + - *ref_999 + - &ref_1006 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_999 - - *ref_1001 + - *ref_998 + - *ref_1000 immediate: - - *ref_999 + - *ref_998 properties: - - schema: &ref_1014 + - schema: &ref_1013 type: object apiVersions: - version: '2020-09-30' properties: - - schema: *ref_1002 + - schema: *ref_1001 serializedName: publishedDate language: default: name: publishedDate description: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: PublishedDate - description: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - - schema: *ref_1003 + - schema: *ref_1002 serializedName: endOfLifeDate language: default: name: endOfLifeDate description: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} serializationFormats: - json @@ -39561,12 +27527,6 @@ schemas: name: SharedGalleryImageVersionProperties description: Describes the properties of a gallery image version. namespace: '' - go: - name: SharedGalleryImageVersionProperties - description: SharedGalleryImageVersionProperties - Describes the properties of a gallery image version. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -39575,9 +27535,6 @@ schemas: default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -39588,36 +27545,25 @@ schemas: name: SharedGalleryImageVersion description: Specifies information about the gallery image version that you want to create or update. namespace: '' - go: - name: SharedGalleryImageVersion - description: SharedGalleryImageVersion - Specifies information about the gallery image version that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_999 + - *ref_998 properties: - - schema: *ref_1004 + - schema: *ref_1003 readOnly: true serializedName: name language: default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - - schema: *ref_1005 + - schema: *ref_1004 readOnly: true serializedName: location language: default: name: location description: Resource location - go: - name: Location - description: READ-ONLY; Resource location protocol: {} serializationFormats: - json @@ -39628,16 +27574,11 @@ schemas: name: PirResource description: The Resource model definition. namespace: '' - go: - name: PirResource - description: PirResource - The Resource model definition. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_999 + - *ref_998 properties: - - schema: &ref_1012 + - schema: &ref_1011 type: object apiVersions: - version: '2020-09-30' @@ -39649,16 +27590,6 @@ schemas: default: name: osType description: 'This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: OSType - description: |- - REQUIRED; This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image. - - Possible values are: - - Windows - - Linux protocol: {} - schema: *ref_342 required: true @@ -39667,53 +27598,38 @@ schemas: default: name: osState description: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. - go: - name: OSState - description: REQUIRED; This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. protocol: {} - - schema: *ref_1006 + - schema: *ref_1005 required: false serializedName: endOfLifeDate language: default: name: endOfLifeDate description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - - schema: *ref_981 + - schema: *ref_980 required: true serializedName: identifier language: default: name: identifier description: This is the gallery image definition identifier. - go: - name: Identifier - description: REQUIRED; This is the gallery image definition identifier. protocol: {} - - schema: *ref_982 + - schema: *ref_981 required: false serializedName: recommended language: default: name: recommended description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. - go: - name: Recommended - description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. protocol: {} - - schema: *ref_983 + - schema: *ref_982 required: false serializedName: disallowed language: default: name: disallowed description: Describes the disallowed disk types. - go: - name: Disallowed - description: Describes the disallowed disk types. protocol: {} - schema: *ref_427 required: false @@ -39722,24 +27638,16 @@ schemas: default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - - schema: &ref_1303 + - schema: &ref_1302 type: array apiVersions: - version: '2020-09-30' - elementType: *ref_985 + elementType: *ref_984 language: default: name: SharedGalleryImagePropertiesFeatures description: A list of gallery image features. - go: - name: '[]*GalleryImageFeature' - description: A list of gallery image features. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: features @@ -39747,21 +27655,14 @@ schemas: default: name: features description: A list of gallery image features. - go: - name: Features - description: A list of gallery image features. - byValue: true protocol: {} - - schema: *ref_984 + - schema: *ref_983 required: false serializedName: purchasePlan language: default: name: purchasePlan description: Describes the gallery image definition purchase plan. This is used by marketplace images. - go: - name: PurchasePlan - description: Describes the gallery image definition purchase plan. This is used by marketplace images. protocol: {} serializationFormats: - json @@ -39772,13 +27673,6 @@ schemas: name: SharedGalleryImageProperties description: Describes the properties of a gallery image definition. namespace: '' - go: - name: SharedGalleryImageProperties - description: SharedGalleryImageProperties - Describes the properties of a gallery image definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: @@ -39787,9 +27681,6 @@ schemas: default: name: properties description: Describes the properties of a gallery image definition. - go: - name: Properties - description: Describes the properties of a gallery image definition. protocol: {} serializationFormats: - json @@ -39800,37 +27691,29 @@ schemas: name: SharedGalleryImage description: Specifies information about the gallery image definition that you want to create or update. namespace: '' - go: - name: SharedGalleryImage - description: SharedGalleryImage - Specifies information about the gallery image definition that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1007 + - *ref_1006 immediate: - - *ref_998 - - *ref_1000 - - *ref_1007 + - *ref_997 + - *ref_999 + - *ref_1006 parents: all: - - *ref_1001 + - *ref_1000 immediate: - - *ref_1001 + - *ref_1000 properties: - - schema: &ref_1010 + - schema: &ref_1009 type: object apiVersions: - version: '2020-09-30' properties: - - schema: *ref_1008 + - schema: *ref_1007 serializedName: uniqueId language: default: name: uniqueId description: The unique id of this shared gallery. - go: - name: UniqueID - description: The unique id of this shared gallery. protocol: {} serializationFormats: - json @@ -39841,11 +27724,6 @@ schemas: name: SharedGalleryIdentifier description: The identifier information of shared gallery. namespace: '' - go: - name: SharedGalleryIdentifier - description: SharedGalleryIdentifier - The identifier information of shared gallery. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identifier extensions: @@ -39854,9 +27732,6 @@ schemas: default: name: identifier description: The identifier information of shared gallery. - go: - name: Identifier - description: The identifier information of shared gallery. protocol: {} serializationFormats: - json @@ -39867,15 +27742,10 @@ schemas: name: PirSharedGalleryResource description: Base information about the shared gallery resource in pir. namespace: '' - go: - name: PirSharedGalleryResource - description: PirSharedGalleryResource - Base information about the shared gallery resource in pir. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1001 + - *ref_1000 immediate: - - *ref_999 + - *ref_998 serializationFormats: - json usage: @@ -39885,21 +27755,11 @@ schemas: name: SharedGallery description: Specifies information about the Shared Gallery that you want to create or update. namespace: '' - go: - name: SharedGallery - description: SharedGallery - Specifies information about the Shared Gallery that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SharedGalleryListValue description: A list of shared galleries. - go: - name: '[]*SharedGallery' - description: A list of shared galleries. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -39907,21 +27767,14 @@ schemas: default: name: value description: A list of shared galleries. - go: - name: Value - description: REQUIRED; A list of shared galleries. - byValue: true protocol: {} - - schema: *ref_1009 + - schema: *ref_1008 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries. - go: - name: NextLink - description: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries. protocol: {} serializationFormats: - json @@ -39932,36 +27785,25 @@ schemas: name: SharedGalleryList description: The List Shared Galleries operation response. namespace: '' - go: - name: SharedGalleryList - description: SharedGalleryList - The List Shared Galleries operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_997 - *ref_998 - - *ref_999 - - *ref_1010 - - *ref_1001 - - &ref_3366 + - *ref_1009 + - *ref_1000 + - &ref_2109 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1304 + - schema: &ref_1303 type: array apiVersions: - version: '2020-09-30' - elementType: *ref_1000 + elementType: *ref_999 language: default: name: SharedGalleryImageListValue description: A list of shared gallery images. - go: - name: '[]*SharedGalleryImage' - description: A list of shared gallery images. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -39969,21 +27811,14 @@ schemas: default: name: value description: A list of shared gallery images. - go: - name: Value - description: REQUIRED; A list of shared gallery images. - byValue: true protocol: {} - - schema: *ref_1011 + - schema: *ref_1010 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images. - go: - name: NextLink - description: The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images. protocol: {} serializationFormats: - json @@ -39994,34 +27829,23 @@ schemas: name: SharedGalleryImageList description: The List Shared Gallery Images operation response. namespace: '' - go: - name: SharedGalleryImageList - description: SharedGalleryImageList - The List Shared Gallery Images operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1000 - - *ref_1012 - - &ref_3385 + - *ref_999 + - *ref_1011 + - &ref_2117 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1305 + - schema: &ref_1304 type: array apiVersions: - version: '2020-09-30' - elementType: *ref_1007 + elementType: *ref_1006 language: default: name: SharedGalleryImageVersionListValue description: A list of shared gallery images versions. - go: - name: '[]*SharedGalleryImageVersion' - description: A list of shared gallery images versions. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -40029,21 +27853,14 @@ schemas: default: name: value description: A list of shared gallery images versions. - go: - name: Value - description: REQUIRED; A list of shared gallery images versions. - byValue: true protocol: {} - - schema: *ref_1013 + - schema: *ref_1012 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions. - go: - name: NextLink - description: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions. protocol: {} serializationFormats: - json @@ -40054,105 +27871,74 @@ schemas: name: SharedGalleryImageVersionList description: The List Shared Gallery Image versions operation response. namespace: '' - go: - name: SharedGalleryImageVersionList - description: SharedGalleryImageVersionList - The List Shared Gallery Image versions operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1007 - - *ref_1014 - - &ref_1034 + - *ref_1006 + - *ref_1013 + - &ref_1033 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1015 + - schema: *ref_1014 readOnly: true serializedName: id language: default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - - schema: *ref_1016 + - schema: *ref_1015 readOnly: true serializedName: name language: default: name: name description: Resource Name. - go: - name: Name - description: READ-ONLY; Resource Name. protocol: {} - - schema: *ref_1017 + - schema: *ref_1016 readOnly: true serializedName: type language: default: name: type description: Resource Type. - go: - name: Type - description: READ-ONLY; Resource Type. protocol: {} - - schema: *ref_1018 + - schema: *ref_1017 readOnly: true serializedName: location language: default: name: location description: Resource Location. - go: - name: Location - description: READ-ONLY; Resource Location. protocol: {} - - schema: *ref_1019 + - schema: *ref_1018 readOnly: true serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags. - go: - name: Tags - description: READ-ONLY; Resource tags. - byValue: true protocol: {} - - schema: &ref_1029 + - schema: &ref_1028 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1020 + - schema: *ref_1019 readOnly: true serializedName: name language: default: name: name description: The sku name. - go: - name: Name - description: READ-ONLY; The sku name. protocol: {} - - schema: *ref_1021 + - schema: *ref_1020 readOnly: true serializedName: tier language: default: name: tier description: The tier of the cloud service role instance. - go: - name: Tier - description: READ-ONLY; The tier of the cloud service role instance. protocol: {} serializationFormats: - json @@ -40163,32 +27949,24 @@ schemas: name: InstanceSku description: '' namespace: '' - go: - name: InstanceSKU - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: default: name: sku description: '' - go: - name: SKU - description: '' protocol: {} - - schema: &ref_1030 + - schema: &ref_1029 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1031 + - schema: &ref_1030 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1306 + - schema: &ref_1305 type: array apiVersions: - version: '2021-03-01' @@ -40197,11 +27975,6 @@ schemas: default: name: RoleInstanceNetworkProfileNetworkInterfaces description: Specifies the list of resource Ids for the network interfaces associated with the role instance. - go: - name: '[]*SubResource' - description: Specifies the list of resource Ids for the network interfaces associated with the role instance. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: networkInterfaces @@ -40209,10 +27982,6 @@ schemas: default: name: networkInterfaces description: Specifies the list of resource Ids for the network interfaces associated with the role instance. - go: - name: NetworkInterfaces - description: READ-ONLY; Specifies the list of resource Ids for the network interfaces associated with the role instance. - byValue: true protocol: {} serializationFormats: - json @@ -40223,50 +27992,35 @@ schemas: name: RoleInstanceNetworkProfile description: Describes the network profile for the role instance. namespace: '' - go: - name: RoleInstanceNetworkProfile - description: RoleInstanceNetworkProfile - Describes the network profile for the role instance. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile language: default: name: networkProfile description: Describes the network profile for the role instance. - go: - name: NetworkProfile - description: Describes the network profile for the role instance. protocol: {} - - schema: &ref_1032 + - schema: &ref_1031 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1022 + - schema: *ref_1021 readOnly: true serializedName: platformUpdateDomain language: default: name: platformUpdateDomain description: The Update Domain. - go: - name: PlatformUpdateDomain - description: READ-ONLY; The Update Domain. protocol: {} - - schema: *ref_1023 + - schema: *ref_1022 readOnly: true serializedName: platformFaultDomain language: default: name: platformFaultDomain description: The Fault Domain. - go: - name: PlatformFaultDomain - description: READ-ONLY; The Fault Domain. protocol: {} - - schema: *ref_1024 + - schema: *ref_1023 readOnly: true serializedName: privateId language: @@ -40275,65 +28029,47 @@ schemas: description: >- Specifies a unique identifier generated internally for the cloud service associated with this role instance.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. - go: - name: PrivateID - description: |- - READ-ONLY; Specifies a unique identifier generated internally for the cloud service associated with this role instance. - - NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. protocol: {} - - schema: &ref_1307 + - schema: &ref_1306 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1033 + elementType: &ref_1032 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1025 + - schema: *ref_1024 readOnly: true serializedName: code language: default: name: code description: The status code. - go: - name: Code - description: READ-ONLY; The status code. protocol: {} - - schema: *ref_1026 + - schema: *ref_1025 readOnly: true serializedName: displayStatus language: default: name: displayStatus description: The short localizable label for the status. - go: - name: DisplayStatus - description: READ-ONLY; The short localizable label for the status. protocol: {} - - schema: *ref_1027 + - schema: *ref_1026 readOnly: true serializedName: message language: default: name: message description: The detailed status message, including for alerts and error messages. - go: - name: Message - description: READ-ONLY; The detailed status message, including for alerts and error messages. protocol: {} - - schema: *ref_1028 + - schema: *ref_1027 readOnly: true serializedName: time language: default: name: time description: The time of the status. - go: - name: Time - description: READ-ONLY; The time of the status. protocol: {} - schema: *ref_85 serializedName: level @@ -40341,9 +28077,6 @@ schemas: default: name: level description: The level code. - go: - name: Level - description: The level code. protocol: {} serializationFormats: - json @@ -40354,22 +28087,11 @@ schemas: name: ResourceInstanceViewStatus description: Instance view status. namespace: '' - go: - name: ResourceInstanceViewStatus - description: ResourceInstanceViewStatus - Instance view status. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} language: default: name: RoleInstanceViewStatuses description: Array of ResourceInstanceViewStatus - go: - name: '[]*ResourceInstanceViewStatus' - description: Array of ResourceInstanceViewStatus - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statuses @@ -40377,10 +28099,6 @@ schemas: default: name: statuses description: '' - go: - name: Statuses - description: READ-ONLY - byValue: true protocol: {} serializationFormats: - json @@ -40391,21 +28109,12 @@ schemas: name: RoleInstanceView description: The instance view of the role instance. namespace: '' - go: - name: RoleInstanceView - description: RoleInstanceView - The instance view of the role instance. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: instanceView language: default: name: instanceView description: The instance view of the role instance. - go: - name: InstanceView - description: The instance view of the role instance. protocol: {} serializationFormats: - json @@ -40416,20 +28125,12 @@ schemas: name: RoleInstanceProperties description: '' namespace: '' - go: - name: RoleInstanceProperties - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -40440,37 +28141,26 @@ schemas: name: RoleInstance description: '' namespace: '' - go: - name: RoleInstance - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1028 - *ref_1029 - *ref_1030 - *ref_1031 - *ref_1032 - - *ref_1033 - - &ref_3430 + - &ref_2135 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1308 + - schema: &ref_1307 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1034 + elementType: *ref_1033 language: default: name: RoleInstanceListResultValue description: Array of RoleInstance - go: - name: '[]*RoleInstance' - description: Array of RoleInstance - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -40478,21 +28168,14 @@ schemas: default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1035 + - schema: *ref_1034 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -40503,101 +28186,69 @@ schemas: name: RoleInstanceListResult description: '' namespace: '' - go: - name: RoleInstanceListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1046 + - &ref_1045 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1036 + - schema: *ref_1035 readOnly: true serializedName: id language: default: name: id description: Resource id - go: - name: ID - description: READ-ONLY; Resource id protocol: {} - - schema: *ref_1037 + - schema: *ref_1036 readOnly: true serializedName: name language: default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - - schema: *ref_1038 + - schema: *ref_1037 readOnly: true serializedName: type language: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - - schema: *ref_1039 + - schema: *ref_1038 readOnly: true serializedName: location language: default: name: location description: Resource location - go: - name: Location - description: READ-ONLY; Resource location protocol: {} - - schema: &ref_1044 + - schema: &ref_1043 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1040 + - schema: *ref_1039 serializedName: name language: default: name: name description: 'The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.' - go: - name: Name - description: 'The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.' protocol: {} - - schema: *ref_1041 + - schema: *ref_1040 serializedName: tier language: default: name: tier description: Specifies the tier of the cloud service. Possible Values are

    **Standard**

    **Basic** - go: - name: Tier - description: |- - Specifies the tier of the cloud service. Possible Values are - - Standard - - Basic protocol: {} - - schema: *ref_1042 + - schema: *ref_1041 serializedName: capacity language: default: name: capacity description: Specifies the number of role instances in the cloud service. - go: - name: Capacity - description: Specifies the number of role instances in the cloud service. protocol: {} serializationFormats: - json @@ -40609,36 +28260,25 @@ schemas: name: CloudServiceRoleSku description: Describes the cloud service role sku. namespace: '' - go: - name: CloudServiceRoleSKU - description: CloudServiceRoleSKU - Describes the cloud service role sku. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: default: name: sku description: Describes the cloud service role sku. - go: - name: SKU - description: Describes the cloud service role sku. protocol: {} - - schema: &ref_1045 + - schema: &ref_1044 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1043 + - schema: *ref_1042 readOnly: true serializedName: uniqueId language: default: name: uniqueId description: Specifies the ID which uniquely identifies a cloud service role. - go: - name: UniqueID - description: READ-ONLY; Specifies the ID which uniquely identifies a cloud service role. protocol: {} serializationFormats: - json @@ -40649,20 +28289,12 @@ schemas: name: CloudServiceRoleProperties description: '' namespace: '' - go: - name: CloudServiceRoleProperties - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -40673,33 +28305,23 @@ schemas: name: CloudServiceRole description: Describes a role of the cloud service. namespace: '' - go: - name: CloudServiceRole - description: CloudServiceRole - Describes a role of the cloud service. - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1043 - *ref_1044 - - *ref_1045 - - &ref_3479 + - &ref_2154 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1309 + - schema: &ref_1308 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1046 + elementType: *ref_1045 language: default: name: CloudServiceRoleListResultValue description: Array of CloudServiceRole - go: - name: '[]*CloudServiceRole' - description: Array of CloudServiceRole - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -40707,21 +28329,14 @@ schemas: default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1047 + - schema: *ref_1046 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -40732,19 +28347,13 @@ schemas: name: CloudServiceRoleListResult description: '' namespace: '' - go: - name: CloudServiceRoleListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1100 + - &ref_1099 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1048 + - schema: *ref_1047 readOnly: true required: false serializedName: id @@ -40752,11 +28361,8 @@ schemas: default: name: id description: Resource Id. - go: - name: ID - description: READ-ONLY; Resource Id. protocol: {} - - schema: *ref_1049 + - schema: *ref_1048 readOnly: true required: false serializedName: name @@ -40764,11 +28370,8 @@ schemas: default: name: name description: Resource name. - go: - name: Name - description: READ-ONLY; Resource name. protocol: {} - - schema: *ref_1050 + - schema: *ref_1049 readOnly: true required: false serializedName: type @@ -40776,153 +28379,97 @@ schemas: default: name: type description: Resource type. - go: - name: Type - description: READ-ONLY; Resource type. protocol: {} - - schema: *ref_1051 + - schema: *ref_1050 required: true serializedName: location language: default: name: location description: Resource location. - go: - name: Location - description: REQUIRED; Resource location. protocol: {} - - schema: *ref_1052 + - schema: *ref_1051 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} - - schema: &ref_1078 + - schema: &ref_1077 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1053 + - schema: *ref_1052 serializedName: packageUrl language: default: name: packageUrl description: "Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." - go: - name: PackageURL - description: |- - Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account. This is a write-only - property and is not returned in GET calls. protocol: {} - - schema: *ref_1054 + - schema: *ref_1053 serializedName: configuration language: default: name: configuration description: Specifies the XML service configuration (.cscfg) for the cloud service. - go: - name: Configuration - description: Specifies the XML service configuration (.cscfg) for the cloud service. protocol: {} - - schema: *ref_1055 + - schema: *ref_1054 serializedName: configurationUrl language: default: name: configurationUrl description: "Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." - go: - name: ConfigurationURL - description: |- - Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account. This is a - write-only property and is not returned in GET calls. protocol: {} - - schema: *ref_1056 + - schema: *ref_1055 serializedName: startCloudService language: default: name: startCloudService description: "(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.\r\nIf false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff." - go: - name: StartCloudService - description: |- - (Optional) Indicates whether to start the cloud service immediately after it is created. The default value is true. If false, the service model is still deployed, but the code is not run immediately. - Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff. protocol: {} - - schema: *ref_1057 + - schema: *ref_1056 serializedName: allowModelOverride language: default: name: allowModelOverride description: "(Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.\r\nThe default value is `false`." - go: - name: AllowModelOverride - description: |- - (Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef - respectively. The default value is false. protocol: {} - - schema: *ref_1058 + - schema: *ref_1057 serializedName: upgradeMode language: default: name: upgradeMode description: "Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains.\r\nPossible Values are

    **Auto**

    **Manual**

    **Simultaneous**

    \r\nIf not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in sequence." - go: - name: UpgradeMode - description: |- - Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in - all update domains. Possible Values are - - Auto - - Manual - - Simultaneous - - If not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in - sequence. protocol: {} - - schema: &ref_1079 + - schema: &ref_1078 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1310 + - schema: &ref_1309 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1080 + elementType: &ref_1079 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1059 + - schema: *ref_1058 serializedName: name language: default: name: name description: Resource name. - go: - name: Name - description: Resource name. protocol: {} - - schema: *ref_1044 + - schema: *ref_1043 serializedName: sku language: default: name: sku description: Describes the cloud service role sku. - go: - name: SKU - description: Describes the cloud service role sku. protocol: {} serializationFormats: - json @@ -40934,31 +28481,17 @@ schemas: name: CloudServiceRoleProfileProperties description: Describes the role properties. namespace: '' - go: - name: CloudServiceRoleProfileProperties - description: CloudServiceRoleProfileProperties - Describes the role properties. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceRoleProfileRoles description: List of roles for the cloud service. - go: - name: '[]*CloudServiceRoleProfileProperties' - description: List of roles for the cloud service. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: roles language: default: name: roles description: List of roles for the cloud service. - go: - name: Roles - description: List of roles for the cloud service. - byValue: true protocol: {} serializationFormats: - json @@ -40970,32 +28503,23 @@ schemas: name: CloudServiceRoleProfile description: Describes the role profile for the cloud service. namespace: '' - go: - name: CloudServiceRoleProfile - description: CloudServiceRoleProfile - Describes the role profile for the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: roleProfile language: default: name: roleProfile description: Describes the role profile for the cloud service. - go: - name: RoleProfile - description: Describes the role profile for the cloud service. protocol: {} - - schema: &ref_1081 + - schema: &ref_1080 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1312 + - schema: &ref_1311 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1082 + elementType: &ref_1081 type: object apiVersions: - version: '2021-03-01' @@ -41008,28 +28532,22 @@ schemas: default: name: sourceVault description: The relative URL of the Key Vault containing all of the certificates in VaultCertificates. - go: - name: SourceVault - description: The relative URL of the Key Vault containing all of the certificates in VaultCertificates. protocol: {} - - schema: &ref_1311 + - schema: &ref_1310 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1083 + elementType: &ref_1082 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1060 + - schema: *ref_1059 serializedName: certificateUrl language: default: name: certificateUrl description: This is the URL of a certificate that has been uploaded to Key Vault as a secret. - go: - name: CertificateURL - description: This is the URL of a certificate that has been uploaded to Key Vault as a secret. protocol: {} serializationFormats: - json @@ -41041,31 +28559,17 @@ schemas: name: CloudServiceVaultCertificate description: Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance. namespace: '' - go: - name: CloudServiceVaultCertificate - description: CloudServiceVaultCertificate - Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceVaultSecretGroupVaultCertificates description: The list of key vault references in SourceVault which contain certificates. - go: - name: '[]*CloudServiceVaultCertificate' - description: The list of key vault references in SourceVault which contain certificates. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: vaultCertificates language: default: name: vaultCertificates description: The list of key vault references in SourceVault which contain certificates. - go: - name: VaultCertificates - description: The list of key vault references in SourceVault which contain certificates. - byValue: true protocol: {} serializationFormats: - json @@ -41077,32 +28581,17 @@ schemas: name: CloudServiceVaultSecretGroup description: Describes a set of certificates which are all in the same Key Vault. namespace: '' - go: - name: CloudServiceVaultSecretGroup - description: CloudServiceVaultSecretGroup - Describes a set of certificates which are all in the same Key Vault. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceOsProfileSecrets description: Specifies set of certificates that should be installed onto the role instances. - go: - name: '[]*CloudServiceVaultSecretGroup' - description: Specifies set of certificates that should be installed onto the role instances. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: secrets language: default: name: secrets description: Specifies set of certificates that should be installed onto the role instances. - go: - name: Secrets - description: Specifies set of certificates that should be installed onto the role instances. - byValue: true protocol: {} serializationFormats: - json @@ -41114,84 +28603,66 @@ schemas: name: CloudServiceOsProfile description: Describes the OS profile for the cloud service. namespace: '' - go: - name: CloudServiceOsProfile - description: CloudServiceOsProfile - Describes the OS profile for the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osProfile language: default: name: osProfile description: Describes the OS profile for the cloud service. - go: - name: OSProfile - description: Describes the OS profile for the cloud service. protocol: {} - - schema: &ref_1084 + - schema: &ref_1083 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1314 + - schema: &ref_1313 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1085 + elementType: &ref_1084 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1061 + - schema: *ref_1060 required: false serializedName: id language: default: name: id description: Resource Id - go: - name: ID - description: Resource Id protocol: {} - - schema: *ref_1062 + - schema: *ref_1061 required: true serializedName: name language: default: name: name description: The name of the Load balancer - go: - name: Name - description: REQUIRED; The name of the Load balancer protocol: {} - - schema: &ref_1086 + - schema: &ref_1085 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1313 + - schema: &ref_1312 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1087 + elementType: &ref_1086 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1063 + - schema: *ref_1062 required: true serializedName: name language: default: name: name description: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. - go: - name: Name - description: REQUIRED; The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. protocol: {} - - schema: &ref_1088 + - schema: &ref_1087 type: object apiVersions: - version: '2021-03-01' @@ -41204,9 +28675,6 @@ schemas: default: name: publicIPAddress description: The reference to the public ip address resource. - go: - name: PublicIPAddress - description: The reference to the public ip address resource. protocol: {} - schema: *ref_22 serializedName: subnet @@ -41216,19 +28684,13 @@ schemas: default: name: subnet description: The reference to the virtual network subnet resource. - go: - name: Subnet - description: The reference to the virtual network subnet resource. protocol: {} - - schema: *ref_1064 + - schema: *ref_1063 serializedName: privateIPAddress language: default: name: privateIPAddress description: The virtual network private IP address of the IP configuration. - go: - name: PrivateIPAddress - description: The virtual network private IP address of the IP configuration. protocol: {} serializationFormats: - json @@ -41240,11 +28702,6 @@ schemas: name: LoadBalancerFrontendIPConfigurationProperties description: Describes a cloud service IP Configuration namespace: '' - go: - name: LoadBalancerFrontendIPConfigurationProperties - description: LoadBalancerFrontendIPConfigurationProperties - Describes a cloud service IP Configuration - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: properties @@ -41252,9 +28709,6 @@ schemas: default: name: properties description: Properties of load balancer frontend ip configuration. - go: - name: Properties - description: REQUIRED; Properties of load balancer frontend ip configuration. protocol: {} serializationFormats: - json @@ -41266,21 +28720,11 @@ schemas: name: LoadBalancerFrontendIPConfiguration description: '' namespace: '' - go: - name: LoadBalancerFrontendIPConfiguration - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: LoadBalancerConfigurationPropertiesFrontendIPConfigurations description: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. - go: - name: '[]*LoadBalancerFrontendIPConfiguration' - description: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: frontendIPConfigurations @@ -41288,10 +28732,6 @@ schemas: default: name: frontendIPConfigurations description: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. - go: - name: FrontendIPConfigurations - description: REQUIRED; Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. - byValue: true protocol: {} serializationFormats: - json @@ -41303,12 +28743,6 @@ schemas: name: LoadBalancerConfigurationProperties description: '' namespace: '' - go: - name: LoadBalancerConfigurationProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: properties @@ -41316,9 +28750,6 @@ schemas: default: name: properties description: Properties of the load balancer configuration. - go: - name: Properties - description: REQUIRED; Properties of the load balancer configuration. protocol: {} serializationFormats: - json @@ -41330,31 +28761,17 @@ schemas: name: LoadBalancerConfiguration description: Describes the load balancer configuration. namespace: '' - go: - name: LoadBalancerConfiguration - description: LoadBalancerConfiguration - Describes the load balancer configuration. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceNetworkProfileLoadBalancerConfigurations description: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. - go: - name: '[]*LoadBalancerConfiguration' - description: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerConfigurations language: default: name: loadBalancerConfigurations description: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. - go: - name: LoadBalancerConfigurations - description: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. - byValue: true protocol: {} - schema: *ref_22 serializedName: swappableCloudService @@ -41366,11 +28783,6 @@ schemas: description: >- The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown. - go: - name: SwappableCloudService - description: |- - The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service - referred by this id must be present otherwise an error will be thrown. protocol: {} serializationFormats: - json @@ -41382,72 +28794,54 @@ schemas: name: CloudServiceNetworkProfile description: Network Profile for the cloud service. namespace: '' - go: - name: CloudServiceNetworkProfile - description: CloudServiceNetworkProfile - Network Profile for the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile language: default: name: networkProfile description: Network Profile for the cloud service. - go: - name: NetworkProfile - description: Network Profile for the cloud service. protocol: {} - - schema: &ref_1089 + - schema: &ref_1088 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1316 + - schema: &ref_1315 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1090 + elementType: &ref_1089 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1065 + - schema: *ref_1064 serializedName: name language: default: name: name description: The name of the extension. - go: - name: Name - description: The name of the extension. protocol: {} - - schema: &ref_1091 + - schema: &ref_1090 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1066 + - schema: *ref_1065 serializedName: publisher language: default: name: publisher description: The name of the extension handler publisher. - go: - name: Publisher - description: The name of the extension handler publisher. protocol: {} - - schema: *ref_1067 + - schema: *ref_1066 serializedName: type language: default: name: type description: Specifies the type of the extension. - go: - name: Type - description: Specifies the type of the extension. protocol: {} - - schema: *ref_1068 + - schema: *ref_1067 serializedName: typeHandlerVersion language: default: @@ -41456,44 +28850,29 @@ schemas: Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance. - go: - name: TypeHandlerVersion - description: |- - Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. - If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number - and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance. protocol: {} - - schema: *ref_1069 + - schema: *ref_1068 serializedName: autoUpgradeMinorVersion language: default: name: autoUpgradeMinorVersion description: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available. - go: - name: AutoUpgradeMinorVersion - description: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available. protocol: {} - - schema: *ref_1070 + - schema: *ref_1069 serializedName: settings language: default: name: settings description: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension. - go: - name: Settings - description: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension. protocol: {} - - schema: *ref_1071 + - schema: *ref_1070 serializedName: protectedSettings language: default: name: protectedSettings description: Protected settings for the extension which are encrypted before sent to the role instance. - go: - name: ProtectedSettings - description: Protected settings for the extension which are encrypted before sent to the role instance. protocol: {} - - schema: &ref_1092 + - schema: &ref_1091 type: object apiVersions: - version: '2021-03-01' @@ -41506,19 +28885,13 @@ schemas: default: name: sourceVault description: '' - go: - name: SourceVault - description: '' protocol: {} - - schema: *ref_1072 + - schema: *ref_1071 serializedName: secretUrl language: default: name: secretUrl description: '' - go: - name: SecretURL - description: '' protocol: {} serializationFormats: - json @@ -41530,72 +28903,43 @@ schemas: name: CloudServiceVaultAndSecretReference description: '' namespace: '' - go: - name: CloudServiceVaultAndSecretReference - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: protectedSettingsFromKeyVault language: default: name: protectedSettingsFromKeyVault description: '' - go: - name: ProtectedSettingsFromKeyVault - description: '' protocol: {} - - schema: *ref_1073 + - schema: *ref_1072 serializedName: forceUpdateTag language: default: name: forceUpdateTag description: "Tag to force apply the provided public and protected settings.\r\nChanging the tag value allows for re-running the extension without changing any of the public or protected settings.\r\nIf forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.\r\nIf neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and\r\nit is up to handler implementation whether to re-run it or not" - go: - name: ForceUpdateTag - description: >- - Tag to force apply the provided public and protected settings. Changing the tag value allows for re-running the extension without changing any of the public or protected settings. If forceUpdateTag - is - - not changed, updates to public or protected settings would still be applied by the handler. If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role - - instance with the same sequence-number, and it is up to handler implementation whether to re-run it or not protocol: {} - - schema: *ref_1074 + - schema: *ref_1073 readOnly: true serializedName: provisioningState language: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_1315 + - schema: &ref_1314 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1075 + elementType: *ref_1074 language: default: name: CloudServiceExtensionPropertiesRolesAppliedTo description: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service. - go: - name: '[]*string' - description: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: rolesAppliedTo language: default: name: rolesAppliedTo description: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service. - go: - name: RolesAppliedTo - description: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service. - byValue: true protocol: {} serializationFormats: - json @@ -41607,21 +28951,12 @@ schemas: name: CloudServiceExtensionProperties description: Extension Properties. namespace: '' - go: - name: CloudServiceExtensionProperties - description: CloudServiceExtensionProperties - Extension Properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Extension Properties. - go: - name: Properties - description: Extension Properties. protocol: {} serializationFormats: - json @@ -41633,31 +28968,17 @@ schemas: name: Extension description: Describes a cloud service Extension. namespace: '' - go: - name: Extension - description: Extension - Describes a cloud service Extension. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceExtensionProfileExtensions description: List of extensions for the cloud service. - go: - name: '[]*Extension' - description: List of extensions for the cloud service. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensions language: default: name: extensions description: List of extensions for the cloud service. - go: - name: Extensions - description: List of extensions for the cloud service. - byValue: true protocol: {} serializationFormats: - json @@ -41669,43 +28990,28 @@ schemas: name: CloudServiceExtensionProfile description: Describes a cloud service extension profile. namespace: '' - go: - name: CloudServiceExtensionProfile - description: CloudServiceExtensionProfile - Describes a cloud service extension profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: extensionProfile language: default: name: extensionProfile description: Describes a cloud service extension profile. - go: - name: ExtensionProfile - description: Describes a cloud service extension profile. protocol: {} - - schema: *ref_1076 + - schema: *ref_1075 readOnly: true serializedName: provisioningState language: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: *ref_1077 + - schema: *ref_1076 readOnly: true serializedName: uniqueId language: default: name: uniqueId description: The unique identifier for the cloud service. - go: - name: UniqueID - description: READ-ONLY; The unique identifier for the cloud service. protocol: {} serializationFormats: - json @@ -41717,11 +29023,6 @@ schemas: name: CloudServiceProperties description: Cloud service properties namespace: '' - go: - name: CloudServiceProperties - description: CloudServiceProperties - Cloud service properties - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -41729,9 +29030,6 @@ schemas: default: name: properties description: Cloud service properties - go: - name: Properties - description: Cloud service properties protocol: {} serializationFormats: - json @@ -41745,13 +29043,8 @@ schemas: name: CloudService description: Describes the cloud service. namespace: '' - go: - name: CloudService - description: CloudService - Describes the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1077 - *ref_1078 - *ref_1079 - *ref_1080 @@ -41766,25 +29059,17 @@ schemas: - *ref_1089 - *ref_1090 - *ref_1091 - - *ref_1092 - - &ref_3496 + - &ref_2159 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1093 + - schema: *ref_1092 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -41795,54 +29080,41 @@ schemas: name: CloudServiceUpdate description: '' namespace: '' - go: - name: CloudServiceUpdate - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_3524 + - &ref_2170 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1098 + - schema: &ref_1097 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1317 + - schema: &ref_1316 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1099 + elementType: &ref_1098 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1094 + - schema: *ref_1093 readOnly: true serializedName: code language: default: name: code description: The instance view status code - go: - name: Code - description: READ-ONLY; The instance view status code protocol: {} - - schema: *ref_1095 + - schema: *ref_1094 readOnly: true serializedName: count language: default: name: count description: Number of instances having this status code - go: - name: Count - description: READ-ONLY; Number of instances having this status code protocol: {} serializationFormats: - json @@ -41853,21 +29125,11 @@ schemas: name: StatusCodeCount description: '' namespace: '' - go: - name: StatusCodeCount - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: InstanceViewStatusesSummary description: Array of StatusCodeCount - go: - name: '[]*StatusCodeCount' - description: Array of StatusCodeCount - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statusesSummary @@ -41875,10 +29137,6 @@ schemas: default: name: statusesSummary description: '' - go: - name: StatusesSummary - description: READ-ONLY - byValue: true protocol: {} serializationFormats: - json @@ -41889,47 +29147,30 @@ schemas: name: InstanceViewStatusesSummary description: Instance view statuses. namespace: '' - go: - name: InstanceViewStatusesSummary - description: InstanceViewStatusesSummary - Instance view statuses. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: roleInstance language: default: name: roleInstance description: Instance view statuses. - go: - name: RoleInstance - description: Instance view statuses. protocol: {} - - schema: *ref_1096 + - schema: *ref_1095 readOnly: true serializedName: sdkVersion language: default: name: sdkVersion description: The version of the SDK that was used to generate the package for the cloud service. - go: - name: SdkVersion - description: READ-ONLY; The version of the SDK that was used to generate the package for the cloud service. protocol: {} - - schema: &ref_1318 + - schema: &ref_1317 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1097 + elementType: *ref_1096 language: default: name: CloudServiceInstanceViewPrivateIds description: 'Specifies a list of unique identifiers generated internally for the cloud service.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as ''DeploymentId'' for querying details.' - go: - name: '[]*string' - description: 'Specifies a list of unique identifiers generated internally for the cloud service.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as ''DeploymentId'' for querying details.' - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: privateIds @@ -41937,28 +29178,16 @@ schemas: default: name: privateIds description: 'Specifies a list of unique identifiers generated internally for the cloud service.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as ''DeploymentId'' for querying details.' - go: - name: PrivateIDs - description: |- - READ-ONLY; Specifies a list of unique identifiers generated internally for the cloud service. - - NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. - byValue: true protocol: {} - - schema: &ref_1319 + - schema: &ref_1318 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1033 + elementType: *ref_1032 language: default: name: CloudServiceInstanceViewStatuses description: Array of ResourceInstanceViewStatus - go: - name: '[]*ResourceInstanceViewStatus' - description: Array of ResourceInstanceViewStatus - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statuses @@ -41966,10 +29195,6 @@ schemas: default: name: statuses description: '' - go: - name: Statuses - description: READ-ONLY - byValue: true protocol: {} serializationFormats: - json @@ -41980,34 +29205,23 @@ schemas: name: CloudServiceInstanceView description: InstanceView of CloudService as a whole namespace: '' - go: - name: CloudServiceInstanceView - description: CloudServiceInstanceView - InstanceView of CloudService as a whole - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1097 - *ref_1098 - - *ref_1099 - - &ref_3530 + - &ref_2171 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1320 + - schema: &ref_1319 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1100 + elementType: *ref_1099 language: default: name: CloudServiceListResultValue description: Array of CloudService - go: - name: '[]*CloudService' - description: Array of CloudService - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -42015,21 +29229,14 @@ schemas: default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1101 + - schema: *ref_1100 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -42040,32 +29247,21 @@ schemas: name: CloudServiceListResult description: '' namespace: '' - go: - name: CloudServiceListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3556 + - &ref_2177 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1321 + - schema: &ref_1320 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1102 + elementType: *ref_1101 language: default: name: RoleInstances description: List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service. - go: - name: '[]*string' - description: List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: roleInstances @@ -42073,10 +29269,6 @@ schemas: default: name: roleInstances description: List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service. - go: - name: RoleInstances - description: REQUIRED; List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service. - byValue: true protocol: {} serializationFormats: - json @@ -42087,39 +29279,27 @@ schemas: name: RoleInstances description: Specifies a list of role instances from the cloud service. namespace: '' - go: - name: RoleInstances - description: RoleInstances - Specifies a list of role instances from the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1105 + - &ref_1104 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1103 + - schema: *ref_1102 readOnly: true serializedName: id language: default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - - schema: *ref_1104 + - schema: *ref_1103 readOnly: true serializedName: name language: default: name: name description: Resource Name - go: - name: Name - description: READ-ONLY; Resource Name protocol: {} serializationFormats: - json @@ -42131,31 +29311,21 @@ schemas: name: UpdateDomain description: Defines an update domain for the cloud service. namespace: '' - go: - name: UpdateDomain - description: UpdateDomain - Defines an update domain for the cloud service. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3617 + - &ref_2204 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1322 + - schema: &ref_1321 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1105 + elementType: *ref_1104 language: default: name: UpdateDomainListResultValue description: Array of UpdateDomain - go: - name: '[]*UpdateDomain' - description: Array of UpdateDomain - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -42163,21 +29333,14 @@ schemas: default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1106 + - schema: *ref_1105 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -42188,132 +29351,96 @@ schemas: name: UpdateDomainListResult description: '' namespace: '' - go: - name: UpdateDomainListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1118 + - &ref_1117 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1107 + - schema: *ref_1106 readOnly: true serializedName: id language: default: name: id description: Resource Id. - go: - name: ID - description: READ-ONLY; Resource Id. protocol: {} - - schema: *ref_1108 + - schema: *ref_1107 readOnly: true serializedName: name language: default: name: name description: Resource name. - go: - name: Name - description: READ-ONLY; Resource name. protocol: {} - - schema: *ref_1109 + - schema: *ref_1108 readOnly: true serializedName: type language: default: name: type description: Resource type. - go: - name: Type - description: READ-ONLY; Resource type. protocol: {} - - schema: *ref_1110 + - schema: *ref_1109 readOnly: true serializedName: location language: default: name: location description: Resource location. - go: - name: Location - description: READ-ONLY; Resource location. protocol: {} - - schema: &ref_1117 + - schema: &ref_1116 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1111 + - schema: *ref_1110 readOnly: true serializedName: family language: default: name: family description: The family of this OS version. - go: - name: Family - description: READ-ONLY; The family of this OS version. protocol: {} - - schema: *ref_1112 + - schema: *ref_1111 readOnly: true serializedName: familyLabel language: default: name: familyLabel description: The family label of this OS version. - go: - name: FamilyLabel - description: READ-ONLY; The family label of this OS version. protocol: {} - - schema: *ref_1113 + - schema: *ref_1112 readOnly: true serializedName: version language: default: name: version description: The OS version. - go: - name: Version - description: READ-ONLY; The OS version. protocol: {} - - schema: *ref_1114 + - schema: *ref_1113 readOnly: true serializedName: label language: default: name: label description: The OS version label. - go: - name: Label - description: READ-ONLY; The OS version label. protocol: {} - - schema: *ref_1115 + - schema: *ref_1114 readOnly: true serializedName: isDefault language: default: name: isDefault description: Specifies whether this is the default OS version for its family. - go: - name: IsDefault - description: READ-ONLY; Specifies whether this is the default OS version for its family. protocol: {} - - schema: *ref_1116 + - schema: *ref_1115 readOnly: true serializedName: isActive language: default: name: isActive description: Specifies whether this OS version is active. - go: - name: IsActive - description: READ-ONLY; Specifies whether this OS version is active. protocol: {} serializationFormats: - json @@ -42324,20 +29451,12 @@ schemas: name: OSVersionProperties description: OS version properties. namespace: '' - go: - name: OSVersionProperties - description: OSVersionProperties - OS version properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: OS version properties. - go: - name: Properties - description: OS version properties. protocol: {} serializationFormats: - json @@ -42348,32 +29467,22 @@ schemas: name: OSVersion description: Describes a cloud service OS version. namespace: '' - go: - name: OSVersion - description: OSVersion - Describes a cloud service OS version. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1117 - - &ref_3631 + - *ref_1116 + - &ref_2208 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1323 + - schema: &ref_1322 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1118 + elementType: *ref_1117 language: default: name: OSVersionListResultValue description: Array of OSVersion - go: - name: '[]*OSVersion' - description: Array of OSVersion - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -42381,21 +29490,14 @@ schemas: default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1119 + - schema: *ref_1118 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -42406,141 +29508,105 @@ schemas: name: OSVersionListResult description: '' namespace: '' - go: - name: OSVersionListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1130 + - &ref_1129 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1120 + - schema: *ref_1119 readOnly: true serializedName: id language: default: name: id description: Resource Id. - go: - name: ID - description: READ-ONLY; Resource Id. protocol: {} - - schema: *ref_1121 + - schema: *ref_1120 readOnly: true serializedName: name language: default: name: name description: Resource name. - go: - name: Name - description: READ-ONLY; Resource name. protocol: {} - - schema: *ref_1122 + - schema: *ref_1121 readOnly: true serializedName: type language: default: name: type description: Resource type. - go: - name: Type - description: READ-ONLY; Resource type. protocol: {} - - schema: *ref_1123 + - schema: *ref_1122 readOnly: true serializedName: location language: default: name: location description: Resource location. - go: - name: Location - description: READ-ONLY; Resource location. protocol: {} - - schema: &ref_1128 + - schema: &ref_1127 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1124 + - schema: *ref_1123 readOnly: true serializedName: name language: default: name: name description: The OS family name. - go: - name: Name - description: READ-ONLY; The OS family name. protocol: {} - - schema: *ref_1125 + - schema: *ref_1124 readOnly: true serializedName: label language: default: name: label description: The OS family label. - go: - name: Label - description: READ-ONLY; The OS family label. protocol: {} - - schema: &ref_1324 + - schema: &ref_1323 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1129 + elementType: &ref_1128 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1126 + - schema: *ref_1125 readOnly: true serializedName: version language: default: name: version description: The OS version. - go: - name: Version - description: READ-ONLY; The OS version. protocol: {} - - schema: *ref_1127 + - schema: *ref_1126 readOnly: true serializedName: label language: default: name: label description: The OS version label. - go: - name: Label - description: READ-ONLY; The OS version label. protocol: {} - - schema: *ref_1115 + - schema: *ref_1114 readOnly: true serializedName: isDefault language: default: name: isDefault description: Specifies whether this is the default OS version for its family. - go: - name: IsDefault - description: READ-ONLY; Specifies whether this is the default OS version for its family. protocol: {} - - schema: *ref_1116 + - schema: *ref_1115 readOnly: true serializedName: isActive language: default: name: isActive description: Specifies whether this OS version is active. - go: - name: IsActive - description: READ-ONLY; Specifies whether this OS version is active. protocol: {} serializationFormats: - json @@ -42551,21 +29617,11 @@ schemas: name: OSVersionPropertiesBase description: Configuration view of an OS version. namespace: '' - go: - name: OSVersionPropertiesBase - description: OSVersionPropertiesBase - Configuration view of an OS version. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: OSFamilyPropertiesVersions description: List of OS versions belonging to this family. - go: - name: '[]*OSVersionPropertiesBase' - description: List of OS versions belonging to this family. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: versions @@ -42573,10 +29629,6 @@ schemas: default: name: versions description: List of OS versions belonging to this family. - go: - name: Versions - description: READ-ONLY; List of OS versions belonging to this family. - byValue: true protocol: {} serializationFormats: - json @@ -42587,21 +29639,12 @@ schemas: name: OSFamilyProperties description: OS family properties. namespace: '' - go: - name: OSFamilyProperties - description: OSFamilyProperties - OS family properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: OS family properties. - go: - name: Properties - description: OS family properties. protocol: {} serializationFormats: - json @@ -42612,33 +29655,23 @@ schemas: name: OSFamily description: Describes a cloud service OS family. namespace: '' - go: - name: OSFamily - description: OSFamily - Describes a cloud service OS family. - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1127 - *ref_1128 - - *ref_1129 - - &ref_3645 + - &ref_2212 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1325 + - schema: &ref_1324 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1130 + elementType: *ref_1129 language: default: name: OSFamilyListResultValue description: Array of OSFamily - go: - name: '[]*OSFamily' - description: Array of OSFamily - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -42646,21 +29679,14 @@ schemas: default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1131 + - schema: *ref_1130 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -42671,43 +29697,29 @@ schemas: name: OSFamilyListResult description: '' namespace: '' - go: - name: OSFamilyListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1133 + - schema: &ref_1132 type: object apiVersions: - version: '2020-09-30' properties: - - schema: *ref_1132 + - schema: *ref_1131 required: true serializedName: id language: default: name: id description: The managed artifact id. - go: - name: ID - description: REQUIRED; The managed artifact id. protocol: {} language: default: name: ManagedArtifact description: The managed artifact. namespace: '' - go: - name: ManagedArtifact - description: ManagedArtifact - The managed artifact. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: managedImage @@ -42715,23 +29727,16 @@ schemas: default: name: managedImage description: The managed artifact. - go: - name: ManagedImage - description: REQUIRED; The managed artifact. protocol: {} language: default: name: GalleryArtifactSource description: The source image from which the Image Version is going to be created. namespace: '' - go: - name: GalleryArtifactSource - description: GalleryArtifactSource - The source image from which the Image Version is going to be created. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1133 + - *ref_1132 arrays: + - *ref_1133 - *ref_1134 - *ref_1135 - *ref_1136 @@ -42750,8 +29755,7 @@ schemas: - *ref_1149 - *ref_1150 - *ref_1151 - - *ref_1152 - - &ref_1590 + - &ref_1423 type: array apiVersions: - version: '2021-03-01' @@ -42760,13 +29764,8 @@ schemas: default: name: ArrayOfVirtualMachineExtensionImage description: Array of VirtualMachineExtensionImage - go: - name: '[]*VirtualMachineExtensionImage' - description: Array of VirtualMachineExtensionImage - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1606 + - &ref_1431 type: array apiVersions: - version: '2021-03-01' @@ -42775,18 +29774,13 @@ schemas: default: name: ArrayOfVirtualMachineExtensionImage description: Array of VirtualMachineExtensionImage - go: - name: '[]*VirtualMachineExtensionImage' - description: Array of VirtualMachineExtensionImage - elementIsPtr: true - marshallingFormat: json protocol: {} + - *ref_1152 - *ref_1153 - *ref_1154 - *ref_1155 - *ref_1156 - - *ref_1157 - - &ref_1682 + - &ref_1465 type: array apiVersions: - version: '2021-03-01' @@ -42795,13 +29789,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1688 + - &ref_1468 type: array apiVersions: - version: '2021-03-01' @@ -42810,13 +29799,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1695 + - &ref_1470 type: array apiVersions: - version: '2021-03-01' @@ -42825,13 +29809,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1704 + - &ref_1474 type: array apiVersions: - version: '2021-03-01' @@ -42840,14 +29819,9 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - *ref_1158 - - &ref_1733 + - *ref_1157 + - &ref_1490 type: array apiVersions: - version: '2021-03-01' @@ -42856,13 +29830,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1740 + - &ref_1494 type: array apiVersions: - version: '2021-03-01' @@ -42871,13 +29840,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1748 + - &ref_1497 type: array apiVersions: - version: '2021-03-01' @@ -42886,13 +29850,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1758 + - &ref_1502 type: array apiVersions: - version: '2021-03-01' @@ -42901,12 +29860,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} + - *ref_1158 - *ref_1159 - *ref_1160 - *ref_1161 @@ -43073,10 +30028,9 @@ schemas: - *ref_1322 - *ref_1323 - *ref_1324 - - *ref_1325 globalParameters: - - &ref_1336 - schema: *ref_1326 + - &ref_1330 + schema: *ref_1325 implementation: Client required: true extensions: @@ -43086,14 +30040,10 @@ globalParameters: name: SubscriptionId description: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. serializedName: subscriptionId - go: - name: subscriptionID - description: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - serializedName: subscriptionId protocol: http: in: path - - &ref_1327 + - &ref_1326 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -43106,10 +30056,6 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri @@ -43120,8 +30066,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43130,16 +30076,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43148,10 +30090,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43160,9 +30098,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.Compute/operations @@ -43170,14 +30105,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1330 + - schema: *ref_1329 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43194,69 +30126,11 @@ operationGroups: description: Gets a list of compute operations. paging: nextLinkName: null - go: - name: List - description: Gets a list of compute operations. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_3651 - schema: - type: object - language: - default: &ref_1331 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1331 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_1332 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1332 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3856 - type: object - properties: - - &ref_1334 - schema: *ref_1330 - serializedName: OperationListResult - language: - default: &ref_1333 - name: OperationListResult - description: The List Compute Operation operation response. - byValue: true - embeddedType: true - go: *ref_1333 - protocol: {} - language: - default: &ref_1335 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1334 - go: *ref_1335 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - $key: AvailabilitySets operations: @@ -43264,8 +30138,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1339 + - *ref_1326 + - &ref_1333 schema: *ref_1 implementation: Method required: true @@ -43274,14 +30148,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1340 + - &ref_1334 schema: *ref_1 implementation: Method required: true @@ -43290,14 +30160,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43306,18 +30172,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1338 + application/json: &ref_1332 parameters: - - &ref_1337 + - &ref_1331 schema: *ref_17 implementation: Method required: true @@ -43325,14 +30187,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Create Availability Set operation. - go: - name: parameters - description: Parameters supplied to the Create Availability Set operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43341,22 +30200,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1337 + - *ref_1331 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} @@ -43366,19 +30218,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1338 + - *ref_1332 signatureParameters: - - *ref_1339 - - *ref_1340 + - *ref_1333 + - *ref_1334 responses: - schema: *ref_17 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43417,70 +30266,13 @@ operationGroups: default: name: CreateOrUpdate description: Create or update an availability set. - go: - name: CreateOrUpdate - description: |- - Create or update an availability set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3652 - schema: - type: object - language: - default: &ref_1341 - name: AvailabilitySetsClientCreateOrUpdateOptions - description: AvailabilitySetsClientCreateOrUpdateOptions contains the optional parameters for the AvailabilitySetsClient.CreateOrUpdate method. - go: *ref_1341 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientCreateOrUpdateOptions - language: - default: &ref_1342 - name: options - description: AvailabilitySetsClientCreateOrUpdateOptions contains the optional parameters for the AvailabilitySetsClient.CreateOrUpdate method. - go: *ref_1342 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3857 - type: object - properties: - - &ref_1344 - schema: *ref_17 - serializedName: AvailabilitySet - language: - default: &ref_1343 - name: AvailabilitySet - description: >- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For - more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see - [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An - existing VM cannot be added to an availability set. - byValue: true - embeddedType: true - go: *ref_1343 - protocol: {} - language: - default: &ref_1345 - name: AvailabilitySetsClientCreateOrUpdateResponse - description: AvailabilitySetsClientCreateOrUpdateResponse contains the response from method AvailabilitySetsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1344 - go: *ref_1345 - protocol: {} protocol: {} - operationId: AvailabilitySets_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1348 + - *ref_1326 + - &ref_1337 schema: *ref_1 implementation: Method required: true @@ -43489,14 +30281,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1349 + - &ref_1338 schema: *ref_1 implementation: Method required: true @@ -43505,14 +30293,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43521,33 +30305,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1347 + application/json: &ref_1336 parameters: - - &ref_1346 - schema: *ref_597 + - &ref_1335 + schema: *ref_596 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Availability Set operation. - go: - name: parameters - description: Parameters supplied to the Update Availability Set operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43556,22 +30333,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1346 + - *ref_1335 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} @@ -43581,19 +30351,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1347 + - *ref_1336 signatureParameters: - - *ref_1348 - - *ref_1349 + - *ref_1337 + - *ref_1338 responses: - schema: *ref_17 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43605,70 +30372,13 @@ operationGroups: default: name: Update description: Update an availability set. - go: - name: Update - description: |- - Update an availability set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3653 - schema: - type: object - language: - default: &ref_1350 - name: AvailabilitySetsClientUpdateOptions - description: AvailabilitySetsClientUpdateOptions contains the optional parameters for the AvailabilitySetsClient.Update method. - go: *ref_1350 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientUpdateOptions - language: - default: &ref_1351 - name: options - description: AvailabilitySetsClientUpdateOptions contains the optional parameters for the AvailabilitySetsClient.Update method. - go: *ref_1351 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3858 - type: object - properties: - - &ref_1353 - schema: *ref_17 - serializedName: AvailabilitySet - language: - default: &ref_1352 - name: AvailabilitySet - description: >- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For - more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see - [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An - existing VM cannot be added to an availability set. - byValue: true - embeddedType: true - go: *ref_1352 - protocol: {} - language: - default: &ref_1354 - name: AvailabilitySetsClientUpdateResponse - description: AvailabilitySetsClientUpdateResponse contains the response from method AvailabilitySetsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1353 - go: *ref_1354 - protocol: {} protocol: {} - operationId: AvailabilitySets_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1355 + - *ref_1326 + - &ref_1339 schema: *ref_1 implementation: Method required: true @@ -43677,14 +30387,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1356 + - &ref_1340 schema: *ref_1 implementation: Method required: true @@ -43693,14 +30399,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43709,38 +30411,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} method: delete uri: '{$host}' signatureParameters: - - *ref_1355 - - *ref_1356 + - *ref_1339 + - *ref_1340 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -43749,9 +30441,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -43760,52 +30449,13 @@ operationGroups: default: name: Delete description: Delete an availability set. - go: - name: Delete - description: |- - Delete an availability set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3654 - schema: - type: object - language: - default: &ref_1357 - name: AvailabilitySetsClientDeleteOptions - description: AvailabilitySetsClientDeleteOptions contains the optional parameters for the AvailabilitySetsClient.Delete method. - go: *ref_1357 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientDeleteOptions - language: - default: &ref_1358 - name: options - description: AvailabilitySetsClientDeleteOptions contains the optional parameters for the AvailabilitySetsClient.Delete method. - go: *ref_1358 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3859 - type: object - language: - default: &ref_1359 - name: AvailabilitySetsClientDeleteResponse - description: AvailabilitySetsClientDeleteResponse contains the response from method AvailabilitySetsClient.Delete. - responseType: true - go: *ref_1359 - protocol: {} protocol: {} - operationId: AvailabilitySets_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1360 + - *ref_1326 + - &ref_1341 schema: *ref_1 implementation: Method required: true @@ -43814,14 +30464,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1361 + - &ref_1342 schema: *ref_1 implementation: Method required: true @@ -43830,14 +30476,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43846,17 +30488,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43865,10 +30503,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43877,26 +30511,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} method: get uri: '{$host}' signatureParameters: - - *ref_1360 - - *ref_1361 + - *ref_1341 + - *ref_1342 responses: - schema: *ref_17 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43909,9 +30537,6 @@ operationGroups: default: name: '' description: Not found - go: - name: '' - description: Not found protocol: http: knownMediaType: json @@ -43923,70 +30548,13 @@ operationGroups: default: name: Get description: Retrieves information about an availability set. - go: - name: Get - description: |- - Retrieves information about an availability set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3655 - schema: - type: object - language: - default: &ref_1362 - name: AvailabilitySetsClientGetOptions - description: AvailabilitySetsClientGetOptions contains the optional parameters for the AvailabilitySetsClient.Get method. - go: *ref_1362 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientGetOptions - language: - default: &ref_1363 - name: options - description: AvailabilitySetsClientGetOptions contains the optional parameters for the AvailabilitySetsClient.Get method. - go: *ref_1363 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3860 - type: object - properties: - - &ref_1365 - schema: *ref_17 - serializedName: AvailabilitySet - language: - default: &ref_1364 - name: AvailabilitySet - description: >- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For - more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see - [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An - existing VM cannot be added to an availability set. - byValue: true - embeddedType: true - go: *ref_1364 - protocol: {} - language: - default: &ref_1366 - name: AvailabilitySetsClientGetResponse - description: AvailabilitySetsClientGetResponse contains the response from method AvailabilitySetsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1365 - go: *ref_1366 - protocol: {} protocol: {} - operationId: AvailabilitySets_ListBySubscription apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43995,15 +30563,11 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_1368 + - *ref_1330 + - &ref_1343 schema: *ref_1 implementation: Method language: @@ -44011,35 +30575,12 @@ operationGroups: name: expand description: The expand expression to apply to the operation. Allowed values are 'instanceView'. serializedName: $expand - go: - name: Expand - description: The expand expression to apply to the operation. Allowed values are 'instanceView'. - paramGroup: &ref_1371 - schema: - type: object - language: - default: &ref_1367 - name: AvailabilitySetsClientListBySubscriptionOptions - description: AvailabilitySetsClientListBySubscriptionOptions contains the optional parameters for the AvailabilitySetsClient.NewListBySubscriptionPager method. - go: *ref_1367 - protocol: {} - originalParameter: - - *ref_1368 - required: false - serializedName: AvailabilitySetsClientListBySubscriptionOptions - language: - default: &ref_1369 - name: options - description: AvailabilitySetsClientListBySubscriptionOptions contains the optional parameters for the AvailabilitySetsClient.NewListBySubscriptionPager method. - go: *ref_1369 - protocol: {} - serializedName: $expand protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44048,10 +30589,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -44060,25 +30597,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/availabilitySets method: get uri: '{$host}' signatureParameters: - - *ref_1368 + - *ref_1343 responses: - - schema: *ref_1370 + - schema: *ref_1344 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: headers: @@ -44088,9 +30619,6 @@ operationGroups: default: name: XMsRequestId description: Service generated Request ID. - go: - name: XMSRequestID - description: Service generated Request ID. knownMediaType: json mediaTypes: - application/json @@ -44162,59 +30690,13 @@ operationGroups: description: Lists all availability sets in a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all availability sets in a subscription. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: *ref_1371 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3861 - type: object - properties: - - schema: *ref_1 - serializedName: XMSRequestID - language: - default: &ref_1372 - name: XMSRequestID - description: XMSRequestID contains the information returned from the x-ms-request-id header response. - byValue: false - fromHeader: x-ms-request-id - go: *ref_1372 - protocol: {} - - &ref_1374 - schema: *ref_1370 - serializedName: AvailabilitySetListResult - language: - default: &ref_1373 - name: AvailabilitySetListResult - description: The List Availability Set operation response. - byValue: true - embeddedType: true - go: *ref_1373 - protocol: {} - language: - default: &ref_1375 - name: AvailabilitySetsClientListBySubscriptionResponse - description: AvailabilitySetsClientListBySubscriptionResponse contains the response from method AvailabilitySetsClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1374 - go: *ref_1375 - protocol: {} protocol: {} - operationId: AvailabilitySets_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1376 + - *ref_1326 + - &ref_1345 schema: *ref_3 implementation: Method required: true @@ -44223,14 +30705,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -44239,17 +30717,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44258,10 +30732,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -44270,25 +30740,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets method: get uri: '{$host}' signatureParameters: - - *ref_1376 + - *ref_1345 responses: - - schema: *ref_1370 + - schema: *ref_1344 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -44305,66 +30769,13 @@ operationGroups: description: Lists all availability sets in a resource group. paging: nextLinkName: nextLink - go: - name: List - description: Lists all availability sets in a resource group. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3656 - schema: - type: object - language: - default: &ref_1377 - name: AvailabilitySetsClientListOptions - description: AvailabilitySetsClientListOptions contains the optional parameters for the AvailabilitySetsClient.NewListPager method. - go: *ref_1377 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientListOptions - language: - default: &ref_1378 - name: options - description: AvailabilitySetsClientListOptions contains the optional parameters for the AvailabilitySetsClient.NewListPager method. - go: *ref_1378 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3862 - type: object - properties: - - &ref_1380 - schema: *ref_1370 - serializedName: AvailabilitySetListResult - language: - default: &ref_1379 - name: AvailabilitySetListResult - description: The List Availability Set operation response. - byValue: true - embeddedType: true - go: *ref_1379 - protocol: {} - language: - default: &ref_1381 - name: AvailabilitySetsClientListResponse - description: AvailabilitySetsClientListResponse contains the response from method AvailabilitySetsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1380 - go: *ref_1381 - protocol: {} protocol: {} - operationId: AvailabilitySets_ListAvailableSizes apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1382 + - *ref_1326 + - &ref_1346 schema: *ref_3 implementation: Method required: true @@ -44373,14 +30784,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1383 + - &ref_1347 schema: *ref_3 implementation: Method required: true @@ -44389,14 +30796,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -44405,17 +30808,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44424,10 +30823,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -44436,26 +30831,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}/vmSizes method: get uri: '{$host}' signatureParameters: - - *ref_1382 - - *ref_1383 + - *ref_1346 + - *ref_1347 responses: - - schema: *ref_1384 + - schema: *ref_1348 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -44472,71 +30861,11 @@ operationGroups: description: Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. paging: nextLinkName: null - go: - name: ListAvailableSizes - description: Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3657 - schema: - type: object - language: - default: &ref_1385 - name: AvailabilitySetsClientListAvailableSizesOptions - description: AvailabilitySetsClientListAvailableSizesOptions contains the optional parameters for the AvailabilitySetsClient.NewListAvailableSizesPager method. - go: *ref_1385 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientListAvailableSizesOptions - language: - default: &ref_1386 - name: options - description: AvailabilitySetsClientListAvailableSizesOptions contains the optional parameters for the AvailabilitySetsClient.NewListAvailableSizesPager method. - go: *ref_1386 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listAvailableSizes - requestMethod: listAvailableSizesCreateRequest - responseMethod: listAvailableSizesHandleResponse - responseEnv: &ref_3863 - type: object - properties: - - &ref_1388 - schema: *ref_1384 - serializedName: VirtualMachineSizeListResult - language: - default: &ref_1387 - name: VirtualMachineSizeListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1387 - protocol: {} - language: - default: &ref_1389 - name: AvailabilitySetsClientListAvailableSizesResponse - description: AvailabilitySetsClientListAvailableSizesResponse contains the response from method AvailabilitySetsClient.NewListAvailableSizesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1388 - go: *ref_1389 - protocol: {} protocol: {} language: default: name: AvailabilitySets description: '' - go: - name: AvailabilitySets - description: '' - clientCtorName: NewAvailabilitySetsClient - clientName: AvailabilitySetsClient - clientParams: - - *ref_1336 protocol: {} - $key: ProximityPlacementGroups operations: @@ -44544,8 +30873,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1392 + - *ref_1326 + - &ref_1351 schema: *ref_3 implementation: Method required: true @@ -44554,14 +30883,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1393 + - &ref_1352 schema: *ref_3 implementation: Method required: true @@ -44570,14 +30895,10 @@ operationGroups: name: proximityPlacementGroupName description: The name of the proximity placement group. serializedName: proximityPlacementGroupName - go: - name: proximityPlacementGroupName - description: The name of the proximity placement group. - serializedName: proximityPlacementGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -44586,18 +30907,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1391 + application/json: &ref_1350 parameters: - - &ref_1390 + - &ref_1349 schema: *ref_566 implementation: Method required: true @@ -44605,14 +30922,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Create Proximity Placement Group operation. - go: - name: parameters - description: Parameters supplied to the Create Proximity Placement Group operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44621,22 +30935,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1390 + - *ref_1349 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName} @@ -44646,19 +30953,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1391 + - *ref_1350 signatureParameters: - - *ref_1392 - - *ref_1393 + - *ref_1351 + - *ref_1352 responses: - schema: *ref_566 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -44671,9 +30975,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -44715,66 +31016,13 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a proximity placement group. - go: - name: CreateOrUpdate - description: |- - Create or update a proximity placement group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3658 - schema: - type: object - language: - default: &ref_1394 - name: ProximityPlacementGroupsClientCreateOrUpdateOptions - description: ProximityPlacementGroupsClientCreateOrUpdateOptions contains the optional parameters for the ProximityPlacementGroupsClient.CreateOrUpdate method. - go: *ref_1394 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientCreateOrUpdateOptions - language: - default: &ref_1395 - name: options - description: ProximityPlacementGroupsClientCreateOrUpdateOptions contains the optional parameters for the ProximityPlacementGroupsClient.CreateOrUpdate method. - go: *ref_1395 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3864 - type: object - properties: - - &ref_1397 - schema: *ref_566 - serializedName: ProximityPlacementGroup - language: - default: &ref_1396 - name: ProximityPlacementGroup - description: Specifies information about the proximity placement group. - byValue: true - embeddedType: true - go: *ref_1396 - protocol: {} - language: - default: &ref_1398 - name: ProximityPlacementGroupsClientCreateOrUpdateResponse - description: ProximityPlacementGroupsClientCreateOrUpdateResponse contains the response from method ProximityPlacementGroupsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1397 - go: *ref_1398 - protocol: {} protocol: {} - operationId: ProximityPlacementGroups_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1401 + - *ref_1326 + - &ref_1355 schema: *ref_3 implementation: Method required: true @@ -44783,14 +31031,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1402 + - &ref_1356 schema: *ref_3 implementation: Method required: true @@ -44799,14 +31043,10 @@ operationGroups: name: proximityPlacementGroupName description: The name of the proximity placement group. serializedName: proximityPlacementGroupName - go: - name: proximityPlacementGroupName - description: The name of the proximity placement group. - serializedName: proximityPlacementGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -44815,33 +31055,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1400 + application/json: &ref_1354 parameters: - - &ref_1399 - schema: *ref_621 + - &ref_1353 + schema: *ref_620 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Proximity Placement Group operation. - go: - name: parameters - description: Parameters supplied to the Update Proximity Placement Group operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44850,22 +31083,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1399 + - *ref_1353 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName} @@ -44875,19 +31101,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1400 + - *ref_1354 signatureParameters: - - *ref_1401 - - *ref_1402 + - *ref_1355 + - *ref_1356 responses: - schema: *ref_566 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -44920,66 +31143,13 @@ operationGroups: default: name: Update description: Update a proximity placement group. - go: - name: Update - description: |- - Update a proximity placement group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3659 - schema: - type: object - language: - default: &ref_1403 - name: ProximityPlacementGroupsClientUpdateOptions - description: ProximityPlacementGroupsClientUpdateOptions contains the optional parameters for the ProximityPlacementGroupsClient.Update method. - go: *ref_1403 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientUpdateOptions - language: - default: &ref_1404 - name: options - description: ProximityPlacementGroupsClientUpdateOptions contains the optional parameters for the ProximityPlacementGroupsClient.Update method. - go: *ref_1404 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3865 - type: object - properties: - - &ref_1406 - schema: *ref_566 - serializedName: ProximityPlacementGroup - language: - default: &ref_1405 - name: ProximityPlacementGroup - description: Specifies information about the proximity placement group. - byValue: true - embeddedType: true - go: *ref_1405 - protocol: {} - language: - default: &ref_1407 - name: ProximityPlacementGroupsClientUpdateResponse - description: ProximityPlacementGroupsClientUpdateResponse contains the response from method ProximityPlacementGroupsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1406 - go: *ref_1407 - protocol: {} protocol: {} - operationId: ProximityPlacementGroups_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1408 + - *ref_1326 + - &ref_1357 schema: *ref_3 implementation: Method required: true @@ -44988,14 +31158,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1409 + - &ref_1358 schema: *ref_3 implementation: Method required: true @@ -45004,14 +31170,10 @@ operationGroups: name: proximityPlacementGroupName description: The name of the proximity placement group. serializedName: proximityPlacementGroupName - go: - name: proximityPlacementGroupName - description: The name of the proximity placement group. - serializedName: proximityPlacementGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -45020,38 +31182,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName} method: delete uri: '{$host}' signatureParameters: - - *ref_1408 - - *ref_1409 + - *ref_1357 + - *ref_1358 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -45072,52 +31224,13 @@ operationGroups: default: name: Delete description: Delete a proximity placement group. - go: - name: Delete - description: |- - Delete a proximity placement group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3660 - schema: - type: object - language: - default: &ref_1410 - name: ProximityPlacementGroupsClientDeleteOptions - description: ProximityPlacementGroupsClientDeleteOptions contains the optional parameters for the ProximityPlacementGroupsClient.Delete method. - go: *ref_1410 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientDeleteOptions - language: - default: &ref_1411 - name: options - description: ProximityPlacementGroupsClientDeleteOptions contains the optional parameters for the ProximityPlacementGroupsClient.Delete method. - go: *ref_1411 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3866 - type: object - language: - default: &ref_1412 - name: ProximityPlacementGroupsClientDeleteResponse - description: ProximityPlacementGroupsClientDeleteResponse contains the response from method ProximityPlacementGroupsClient.Delete. - responseType: true - go: *ref_1412 - protocol: {} protocol: {} - operationId: ProximityPlacementGroups_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1416 + - *ref_1326 + - &ref_1359 schema: *ref_3 implementation: Method required: true @@ -45126,14 +31239,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1417 + - &ref_1360 schema: *ref_3 implementation: Method required: true @@ -45142,14 +31251,10 @@ operationGroups: name: proximityPlacementGroupName description: The name of the proximity placement group. serializedName: proximityPlacementGroupName - go: - name: proximityPlacementGroupName - description: The name of the proximity placement group. - serializedName: proximityPlacementGroupName protocol: http: in: path - - &ref_1414 + - &ref_1361 schema: *ref_3 implementation: Method language: @@ -45157,33 +31262,10 @@ operationGroups: name: includeColocationStatus description: includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group. serializedName: includeColocationStatus - go: - name: IncludeColocationStatus - description: includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group. - paramGroup: &ref_1418 - schema: - type: object - language: - default: &ref_1413 - name: ProximityPlacementGroupsClientGetOptions - description: ProximityPlacementGroupsClientGetOptions contains the optional parameters for the ProximityPlacementGroupsClient.Get method. - go: *ref_1413 - protocol: {} - originalParameter: - - *ref_1414 - required: false - serializedName: ProximityPlacementGroupsClientGetOptions - language: - default: &ref_1415 - name: options - description: ProximityPlacementGroupsClientGetOptions contains the optional parameters for the ProximityPlacementGroupsClient.Get method. - go: *ref_1415 - protocol: {} - serializedName: includeColocationStatus protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -45192,17 +31274,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45211,10 +31289,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45223,27 +31297,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName} method: get uri: '{$host}' signatureParameters: - - *ref_1416 - - *ref_1417 - - *ref_1414 + - *ref_1359 + - *ref_1360 + - *ref_1361 responses: - schema: *ref_566 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -45280,49 +31348,13 @@ operationGroups: default: name: Get description: Retrieves information about a proximity placement group . - go: - name: Get - description: |- - Retrieves information about a proximity placement group . - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: *ref_1418 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3867 - type: object - properties: - - &ref_1420 - schema: *ref_566 - serializedName: ProximityPlacementGroup - language: - default: &ref_1419 - name: ProximityPlacementGroup - description: Specifies information about the proximity placement group. - byValue: true - embeddedType: true - go: *ref_1419 - protocol: {} - language: - default: &ref_1421 - name: ProximityPlacementGroupsClientGetResponse - description: ProximityPlacementGroupsClientGetResponse contains the response from method ProximityPlacementGroupsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1420 - go: *ref_1421 - protocol: {} protocol: {} - operationId: ProximityPlacementGroups_ListBySubscription apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -45331,17 +31363,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45350,10 +31378,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45362,9 +31386,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups @@ -45372,14 +31393,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1422 + - schema: *ref_1362 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -45420,66 +31438,13 @@ operationGroups: description: Lists all proximity placement groups in a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all proximity placement groups in a subscription. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3661 - schema: - type: object - language: - default: &ref_1423 - name: ProximityPlacementGroupsClientListBySubscriptionOptions - description: ProximityPlacementGroupsClientListBySubscriptionOptions contains the optional parameters for the ProximityPlacementGroupsClient.NewListBySubscriptionPager method. - go: *ref_1423 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientListBySubscriptionOptions - language: - default: &ref_1424 - name: options - description: ProximityPlacementGroupsClientListBySubscriptionOptions contains the optional parameters for the ProximityPlacementGroupsClient.NewListBySubscriptionPager method. - go: *ref_1424 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3868 - type: object - properties: - - &ref_1426 - schema: *ref_1422 - serializedName: ProximityPlacementGroupListResult - language: - default: &ref_1425 - name: ProximityPlacementGroupListResult - description: The List Proximity Placement Group operation response. - byValue: true - embeddedType: true - go: *ref_1425 - protocol: {} - language: - default: &ref_1427 - name: ProximityPlacementGroupsClientListBySubscriptionResponse - description: ProximityPlacementGroupsClientListBySubscriptionResponse contains the response from method ProximityPlacementGroupsClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1426 - go: *ref_1427 - protocol: {} protocol: {} - operationId: ProximityPlacementGroups_ListByResourceGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1428 + - *ref_1326 + - &ref_1363 schema: *ref_3 implementation: Method required: true @@ -45488,14 +31453,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -45504,17 +31465,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45523,10 +31480,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45535,25 +31488,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups method: get uri: '{$host}' signatureParameters: - - *ref_1428 + - *ref_1363 responses: - - schema: *ref_1422 + - schema: *ref_1362 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -45595,71 +31542,11 @@ operationGroups: description: Lists all proximity placement groups in a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all proximity placement groups in a resource group. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3662 - schema: - type: object - language: - default: &ref_1429 - name: ProximityPlacementGroupsClientListByResourceGroupOptions - description: ProximityPlacementGroupsClientListByResourceGroupOptions contains the optional parameters for the ProximityPlacementGroupsClient.NewListByResourceGroupPager method. - go: *ref_1429 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientListByResourceGroupOptions - language: - default: &ref_1430 - name: options - description: ProximityPlacementGroupsClientListByResourceGroupOptions contains the optional parameters for the ProximityPlacementGroupsClient.NewListByResourceGroupPager method. - go: *ref_1430 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3869 - type: object - properties: - - &ref_1432 - schema: *ref_1422 - serializedName: ProximityPlacementGroupListResult - language: - default: &ref_1431 - name: ProximityPlacementGroupListResult - description: The List Proximity Placement Group operation response. - byValue: true - embeddedType: true - go: *ref_1431 - protocol: {} - language: - default: &ref_1433 - name: ProximityPlacementGroupsClientListByResourceGroupResponse - description: ProximityPlacementGroupsClientListByResourceGroupResponse contains the response from method ProximityPlacementGroupsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1432 - go: *ref_1433 - protocol: {} protocol: {} language: default: name: ProximityPlacementGroups description: '' - go: - name: ProximityPlacementGroups - description: '' - clientCtorName: NewProximityPlacementGroupsClient - clientName: ProximityPlacementGroupsClient - clientParams: - - *ref_1336 protocol: {} - $key: DedicatedHostGroups operations: @@ -45667,8 +31554,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1436 + - *ref_1326 + - &ref_1366 schema: *ref_3 implementation: Method required: true @@ -45677,14 +31564,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1437 + - &ref_1367 schema: *ref_3 implementation: Method required: true @@ -45693,14 +31576,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -45709,18 +31588,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1435 + application/json: &ref_1365 parameters: - - &ref_1434 + - &ref_1364 schema: *ref_567 implementation: Method required: true @@ -45728,14 +31603,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Create Dedicated Host Group. - go: - name: parameters - description: Parameters supplied to the Create Dedicated Host Group. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45744,22 +31616,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1434 + - *ref_1364 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName} @@ -45769,19 +31634,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1435 + - *ref_1365 signatureParameters: - - *ref_1436 - - *ref_1437 + - *ref_1366 + - *ref_1367 responses: - schema: *ref_567 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -45794,9 +31656,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -45852,68 +31711,13 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) - go: - name: CreateOrUpdate - description: |- - Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see Dedicated Host Documentation [https://go.microsoft.com/fwlink/?linkid=2082596] - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3663 - schema: - type: object - language: - default: &ref_1438 - name: DedicatedHostGroupsClientCreateOrUpdateOptions - description: DedicatedHostGroupsClientCreateOrUpdateOptions contains the optional parameters for the DedicatedHostGroupsClient.CreateOrUpdate method. - go: *ref_1438 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientCreateOrUpdateOptions - language: - default: &ref_1439 - name: options - description: DedicatedHostGroupsClientCreateOrUpdateOptions contains the optional parameters for the DedicatedHostGroupsClient.CreateOrUpdate method. - go: *ref_1439 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3870 - type: object - properties: - - &ref_1441 - schema: *ref_567 - serializedName: DedicatedHostGroup - language: - default: &ref_1440 - name: DedicatedHostGroup - description: >- - Specifies information about the dedicated host group that the dedicated hosts should be assigned to.

    Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing - dedicated host cannot be added to another dedicated host group. - byValue: true - embeddedType: true - go: *ref_1440 - protocol: {} - language: - default: &ref_1442 - name: DedicatedHostGroupsClientCreateOrUpdateResponse - description: DedicatedHostGroupsClientCreateOrUpdateResponse contains the response from method DedicatedHostGroupsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1441 - go: *ref_1442 - protocol: {} protocol: {} - operationId: DedicatedHostGroups_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1445 + - *ref_1326 + - &ref_1370 schema: *ref_3 implementation: Method required: true @@ -45922,14 +31726,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1446 + - &ref_1371 schema: *ref_3 implementation: Method required: true @@ -45938,14 +31738,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -45954,33 +31750,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1444 + application/json: &ref_1369 parameters: - - &ref_1443 - schema: *ref_622 + - &ref_1368 + schema: *ref_621 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Dedicated Host Group operation. - go: - name: parameters - description: Parameters supplied to the Update Dedicated Host Group operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45989,22 +31778,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1443 + - *ref_1368 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName} @@ -46014,19 +31796,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1444 + - *ref_1369 signatureParameters: - - *ref_1445 - - *ref_1446 + - *ref_1370 + - *ref_1371 responses: - schema: *ref_567 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46038,68 +31817,13 @@ operationGroups: default: name: Update description: Update an dedicated host group. - go: - name: Update - description: |- - Update an dedicated host group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3664 - schema: - type: object - language: - default: &ref_1447 - name: DedicatedHostGroupsClientUpdateOptions - description: DedicatedHostGroupsClientUpdateOptions contains the optional parameters for the DedicatedHostGroupsClient.Update method. - go: *ref_1447 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientUpdateOptions - language: - default: &ref_1448 - name: options - description: DedicatedHostGroupsClientUpdateOptions contains the optional parameters for the DedicatedHostGroupsClient.Update method. - go: *ref_1448 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3871 - type: object - properties: - - &ref_1450 - schema: *ref_567 - serializedName: DedicatedHostGroup - language: - default: &ref_1449 - name: DedicatedHostGroup - description: >- - Specifies information about the dedicated host group that the dedicated hosts should be assigned to.

    Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing - dedicated host cannot be added to another dedicated host group. - byValue: true - embeddedType: true - go: *ref_1449 - protocol: {} - language: - default: &ref_1451 - name: DedicatedHostGroupsClientUpdateResponse - description: DedicatedHostGroupsClientUpdateResponse contains the response from method DedicatedHostGroupsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1450 - go: *ref_1451 - protocol: {} protocol: {} - operationId: DedicatedHostGroups_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1452 + - *ref_1326 + - &ref_1372 schema: *ref_3 implementation: Method required: true @@ -46108,14 +31832,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1453 + - &ref_1373 schema: *ref_3 implementation: Method required: true @@ -46124,14 +31844,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -46140,38 +31856,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName} method: delete uri: '{$host}' signatureParameters: - - *ref_1452 - - *ref_1453 + - *ref_1372 + - *ref_1373 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -46180,9 +31886,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -46191,52 +31894,13 @@ operationGroups: default: name: Delete description: Delete a dedicated host group. - go: - name: Delete - description: |- - Delete a dedicated host group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3665 - schema: - type: object - language: - default: &ref_1454 - name: DedicatedHostGroupsClientDeleteOptions - description: DedicatedHostGroupsClientDeleteOptions contains the optional parameters for the DedicatedHostGroupsClient.Delete method. - go: *ref_1454 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientDeleteOptions - language: - default: &ref_1455 - name: options - description: DedicatedHostGroupsClientDeleteOptions contains the optional parameters for the DedicatedHostGroupsClient.Delete method. - go: *ref_1455 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3872 - type: object - language: - default: &ref_1456 - name: DedicatedHostGroupsClientDeleteResponse - description: DedicatedHostGroupsClientDeleteResponse contains the response from method DedicatedHostGroupsClient.Delete. - responseType: true - go: *ref_1456 - protocol: {} protocol: {} - operationId: DedicatedHostGroups_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1461 + - *ref_1326 + - &ref_1375 schema: *ref_3 implementation: Method required: true @@ -46245,14 +31909,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1462 + - &ref_1376 schema: *ref_3 implementation: Method required: true @@ -46261,50 +31921,21 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1459 - schema: *ref_1457 + - &ref_1377 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for dedicated host group. serializedName: $expand - go: - name: Expand - description: |- - The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for - dedicated host group. - paramGroup: &ref_1463 - schema: - type: object - language: - default: &ref_1458 - name: DedicatedHostGroupsClientGetOptions - description: DedicatedHostGroupsClientGetOptions contains the optional parameters for the DedicatedHostGroupsClient.Get method. - go: *ref_1458 - protocol: {} - originalParameter: - - *ref_1459 - required: false - serializedName: DedicatedHostGroupsClientGetOptions - language: - default: &ref_1460 - name: options - description: DedicatedHostGroupsClientGetOptions contains the optional parameters for the DedicatedHostGroupsClient.Get method. - go: *ref_1460 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -46313,17 +31944,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46332,10 +31959,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46344,27 +31967,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName} method: get uri: '{$host}' signatureParameters: - - *ref_1461 - - *ref_1462 - - *ref_1459 + - *ref_1375 + - *ref_1376 + - *ref_1377 responses: - schema: *ref_567 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46429,51 +32046,13 @@ operationGroups: default: name: Get description: Retrieves information about a dedicated host group. - go: - name: Get - description: |- - Retrieves information about a dedicated host group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: *ref_1463 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3873 - type: object - properties: - - &ref_1465 - schema: *ref_567 - serializedName: DedicatedHostGroup - language: - default: &ref_1464 - name: DedicatedHostGroup - description: >- - Specifies information about the dedicated host group that the dedicated hosts should be assigned to.

    Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing - dedicated host cannot be added to another dedicated host group. - byValue: true - embeddedType: true - go: *ref_1464 - protocol: {} - language: - default: &ref_1466 - name: DedicatedHostGroupsClientGetResponse - description: DedicatedHostGroupsClientGetResponse contains the response from method DedicatedHostGroupsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1465 - go: *ref_1466 - protocol: {} protocol: {} - operationId: DedicatedHostGroups_ListByResourceGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1467 + - *ref_1326 + - &ref_1378 schema: *ref_3 implementation: Method required: true @@ -46482,14 +32061,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -46498,17 +32073,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46517,10 +32088,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46529,25 +32096,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups method: get uri: '{$host}' signatureParameters: - - *ref_1467 + - *ref_1378 responses: - - schema: *ref_1468 + - schema: *ref_1379 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46564,66 +32125,13 @@ operationGroups: description: Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3666 - schema: - type: object - language: - default: &ref_1469 - name: DedicatedHostGroupsClientListByResourceGroupOptions - description: DedicatedHostGroupsClientListByResourceGroupOptions contains the optional parameters for the DedicatedHostGroupsClient.NewListByResourceGroupPager method. - go: *ref_1469 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientListByResourceGroupOptions - language: - default: &ref_1470 - name: options - description: DedicatedHostGroupsClientListByResourceGroupOptions contains the optional parameters for the DedicatedHostGroupsClient.NewListByResourceGroupPager method. - go: *ref_1470 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3874 - type: object - properties: - - &ref_1472 - schema: *ref_1468 - serializedName: DedicatedHostGroupListResult - language: - default: &ref_1471 - name: DedicatedHostGroupListResult - description: The List Dedicated Host Group with resource group response. - byValue: true - embeddedType: true - go: *ref_1471 - protocol: {} - language: - default: &ref_1473 - name: DedicatedHostGroupsClientListByResourceGroupResponse - description: DedicatedHostGroupsClientListByResourceGroupResponse contains the response from method DedicatedHostGroupsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1472 - go: *ref_1473 - protocol: {} protocol: {} - operationId: DedicatedHostGroups_ListBySubscription apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -46632,17 +32140,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46651,10 +32155,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46663,9 +32163,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/hostGroups @@ -46673,14 +32170,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1468 + - schema: *ref_1379 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46697,71 +32191,11 @@ operationGroups: description: Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3667 - schema: - type: object - language: - default: &ref_1474 - name: DedicatedHostGroupsClientListBySubscriptionOptions - description: DedicatedHostGroupsClientListBySubscriptionOptions contains the optional parameters for the DedicatedHostGroupsClient.NewListBySubscriptionPager method. - go: *ref_1474 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientListBySubscriptionOptions - language: - default: &ref_1475 - name: options - description: DedicatedHostGroupsClientListBySubscriptionOptions contains the optional parameters for the DedicatedHostGroupsClient.NewListBySubscriptionPager method. - go: *ref_1475 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3875 - type: object - properties: - - &ref_1477 - schema: *ref_1468 - serializedName: DedicatedHostGroupListResult - language: - default: &ref_1476 - name: DedicatedHostGroupListResult - description: The List Dedicated Host Group with resource group response. - byValue: true - embeddedType: true - go: *ref_1476 - protocol: {} - language: - default: &ref_1478 - name: DedicatedHostGroupsClientListBySubscriptionResponse - description: DedicatedHostGroupsClientListBySubscriptionResponse contains the response from method DedicatedHostGroupsClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1477 - go: *ref_1478 - protocol: {} protocol: {} language: default: name: DedicatedHostGroups description: '' - go: - name: DedicatedHostGroups - description: '' - clientCtorName: NewDedicatedHostGroupsClient - clientName: DedicatedHostGroupsClient - clientParams: - - *ref_1336 protocol: {} - $key: DedicatedHosts operations: @@ -46769,8 +32203,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1481 + - *ref_1326 + - &ref_1382 schema: *ref_3 implementation: Method required: true @@ -46779,14 +32213,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1482 + - &ref_1383 schema: *ref_3 implementation: Method required: true @@ -46795,14 +32225,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1483 + - &ref_1384 schema: *ref_3 implementation: Method required: true @@ -46811,14 +32237,10 @@ operationGroups: name: hostName description: The name of the dedicated host . serializedName: hostName - go: - name: hostName - description: The name of the dedicated host . - serializedName: hostName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -46827,18 +32249,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1480 + application/json: &ref_1381 parameters: - - &ref_1479 + - &ref_1380 schema: *ref_568 implementation: Method required: true @@ -46846,14 +32264,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Create Dedicated Host. - go: - name: parameters - description: Parameters supplied to the Create Dedicated Host. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46862,22 +32277,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1479 + - *ref_1380 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName} @@ -46887,20 +32295,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1480 + - *ref_1381 signatureParameters: - - *ref_1481 - - *ref_1482 - - *ref_1483 + - *ref_1382 + - *ref_1383 + - *ref_1384 responses: - schema: *ref_568 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46913,9 +32318,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -46974,82 +32376,13 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a dedicated host . - go: - name: CreateOrUpdate - description: |- - Create or update a dedicated host . - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: &ref_3668 - schema: - type: object - language: - default: &ref_1484 - name: DedicatedHostsClientBeginCreateOrUpdateOptions - description: DedicatedHostsClientBeginCreateOrUpdateOptions contains the optional parameters for the DedicatedHostsClient.BeginCreateOrUpdate method. - go: *ref_1484 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1485 - name: string - description: '' - go: *ref_1485 - protocol: {} - language: - default: &ref_1486 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1486 - protocol: {} - required: false - serializedName: DedicatedHostsClientBeginCreateOrUpdateOptions - language: - default: &ref_1487 - name: options - description: DedicatedHostsClientBeginCreateOrUpdateOptions contains the optional parameters for the DedicatedHostsClient.BeginCreateOrUpdate method. - go: *ref_1487 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3876 - type: object - properties: - - &ref_1489 - schema: *ref_568 - serializedName: DedicatedHost - language: - default: &ref_1488 - name: DedicatedHost - description: Specifies information about the Dedicated host. - byValue: true - embeddedType: true - go: *ref_1488 - protocol: {} - language: - default: &ref_1490 - name: DedicatedHostsClientCreateOrUpdateResponse - description: DedicatedHostsClientCreateOrUpdateResponse contains the response from method DedicatedHostsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1489 - go: *ref_1490 - protocol: {} protocol: {} - operationId: DedicatedHosts_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1493 + - *ref_1326 + - &ref_1387 schema: *ref_3 implementation: Method required: true @@ -47058,14 +32391,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1494 + - &ref_1388 schema: *ref_3 implementation: Method required: true @@ -47074,14 +32403,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1495 + - &ref_1389 schema: *ref_3 implementation: Method required: true @@ -47090,14 +32415,10 @@ operationGroups: name: hostName description: The name of the dedicated host . serializedName: hostName - go: - name: hostName - description: The name of the dedicated host . - serializedName: hostName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47106,33 +32427,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1492 + application/json: &ref_1386 parameters: - - &ref_1491 - schema: *ref_623 + - &ref_1385 + schema: *ref_622 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Dedicated Host operation. - go: - name: parameters - description: Parameters supplied to the Update Dedicated Host operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47141,22 +32455,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1491 + - *ref_1385 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName} @@ -47166,20 +32473,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1492 + - *ref_1386 signatureParameters: - - *ref_1493 - - *ref_1494 - - *ref_1495 + - *ref_1387 + - *ref_1388 + - *ref_1389 responses: - schema: *ref_568 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -47193,82 +32497,13 @@ operationGroups: default: name: Update description: Update an dedicated host . - go: - name: Update - description: |- - Update an dedicated host . - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: &ref_3669 - schema: - type: object - language: - default: &ref_1496 - name: DedicatedHostsClientBeginUpdateOptions - description: DedicatedHostsClientBeginUpdateOptions contains the optional parameters for the DedicatedHostsClient.BeginUpdate method. - go: *ref_1496 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1497 - name: string - description: '' - go: *ref_1497 - protocol: {} - language: - default: &ref_1498 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1498 - protocol: {} - required: false - serializedName: DedicatedHostsClientBeginUpdateOptions - language: - default: &ref_1499 - name: options - description: DedicatedHostsClientBeginUpdateOptions contains the optional parameters for the DedicatedHostsClient.BeginUpdate method. - go: *ref_1499 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3877 - type: object - properties: - - &ref_1501 - schema: *ref_568 - serializedName: DedicatedHost - language: - default: &ref_1500 - name: DedicatedHost - description: Specifies information about the Dedicated host. - byValue: true - embeddedType: true - go: *ref_1500 - protocol: {} - language: - default: &ref_1502 - name: DedicatedHostsClientUpdateResponse - description: DedicatedHostsClientUpdateResponse contains the response from method DedicatedHostsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1501 - go: *ref_1502 - protocol: {} protocol: {} - operationId: DedicatedHosts_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1503 + - *ref_1326 + - &ref_1390 schema: *ref_3 implementation: Method required: true @@ -47277,14 +32512,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1504 + - &ref_1391 schema: *ref_3 implementation: Method required: true @@ -47293,14 +32524,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1505 + - &ref_1392 schema: *ref_3 implementation: Method required: true @@ -47309,14 +32536,10 @@ operationGroups: name: hostName description: The name of the dedicated host. serializedName: hostName - go: - name: hostName - description: The name of the dedicated host. - serializedName: hostName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47325,39 +32548,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName} method: delete uri: '{$host}' signatureParameters: - - *ref_1503 - - *ref_1504 - - *ref_1505 + - *ref_1390 + - *ref_1391 + - *ref_1392 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -47366,9 +32579,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -47377,9 +32587,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -47390,68 +32597,13 @@ operationGroups: default: name: Delete description: Delete a dedicated host. - go: - name: Delete - description: |- - Delete a dedicated host. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: &ref_3670 - schema: - type: object - language: - default: &ref_1506 - name: DedicatedHostsClientBeginDeleteOptions - description: DedicatedHostsClientBeginDeleteOptions contains the optional parameters for the DedicatedHostsClient.BeginDelete method. - go: *ref_1506 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1507 - name: string - description: '' - go: *ref_1507 - protocol: {} - language: - default: &ref_1508 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1508 - protocol: {} - required: false - serializedName: DedicatedHostsClientBeginDeleteOptions - language: - default: &ref_1509 - name: options - description: DedicatedHostsClientBeginDeleteOptions contains the optional parameters for the DedicatedHostsClient.BeginDelete method. - go: *ref_1509 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3878 - type: object - language: - default: &ref_1510 - name: DedicatedHostsClientDeleteResponse - description: DedicatedHostsClientDeleteResponse contains the response from method DedicatedHostsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1510 - protocol: {} protocol: {} - operationId: DedicatedHosts_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1514 + - *ref_1326 + - &ref_1393 schema: *ref_3 implementation: Method required: true @@ -47460,14 +32612,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1515 + - &ref_1394 schema: *ref_3 implementation: Method required: true @@ -47476,14 +32624,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1516 + - &ref_1395 schema: *ref_3 implementation: Method required: true @@ -47492,48 +32636,21 @@ operationGroups: name: hostName description: The name of the dedicated host. serializedName: hostName - go: - name: hostName - description: The name of the dedicated host. - serializedName: hostName protocol: http: in: path - - &ref_1512 - schema: *ref_1457 + - &ref_1396 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated host. 'UserData' is not supported for dedicated host. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated host. 'UserData' is not supported for dedicated host. - paramGroup: &ref_1517 - schema: - type: object - language: - default: &ref_1511 - name: DedicatedHostsClientGetOptions - description: DedicatedHostsClientGetOptions contains the optional parameters for the DedicatedHostsClient.Get method. - go: *ref_1511 - protocol: {} - originalParameter: - - *ref_1512 - required: false - serializedName: DedicatedHostsClientGetOptions - language: - default: &ref_1513 - name: options - description: DedicatedHostsClientGetOptions contains the optional parameters for the DedicatedHostsClient.Get method. - go: *ref_1513 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47542,17 +32659,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47561,10 +32674,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47573,28 +32682,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName} method: get uri: '{$host}' signatureParameters: - - *ref_1514 - - *ref_1515 - - *ref_1516 - - *ref_1512 + - *ref_1393 + - *ref_1394 + - *ref_1395 + - *ref_1396 responses: - schema: *ref_568 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -47646,49 +32749,13 @@ operationGroups: default: name: Get description: Retrieves information about a dedicated host. - go: - name: Get - description: |- - Retrieves information about a dedicated host. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: *ref_1517 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3879 - type: object - properties: - - &ref_1519 - schema: *ref_568 - serializedName: DedicatedHost - language: - default: &ref_1518 - name: DedicatedHost - description: Specifies information about the Dedicated host. - byValue: true - embeddedType: true - go: *ref_1518 - protocol: {} - language: - default: &ref_1520 - name: DedicatedHostsClientGetResponse - description: DedicatedHostsClientGetResponse contains the response from method DedicatedHostsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1519 - go: *ref_1520 - protocol: {} protocol: {} - operationId: DedicatedHosts_ListByHostGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1521 + - *ref_1326 + - &ref_1397 schema: *ref_3 implementation: Method required: true @@ -47697,14 +32764,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1522 + - &ref_1398 schema: *ref_3 implementation: Method required: true @@ -47713,14 +32776,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47729,17 +32788,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47748,10 +32803,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47760,26 +32811,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts method: get uri: '{$host}' signatureParameters: - - *ref_1521 - - *ref_1522 + - *ref_1397 + - *ref_1398 responses: - - schema: *ref_1523 + - schema: *ref_1399 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -47796,71 +32841,11 @@ operationGroups: description: Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. paging: nextLinkName: nextLink - go: - name: ListByHostGroup - description: Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: &ref_3671 - schema: - type: object - language: - default: &ref_1524 - name: DedicatedHostsClientListByHostGroupOptions - description: DedicatedHostsClientListByHostGroupOptions contains the optional parameters for the DedicatedHostsClient.NewListByHostGroupPager method. - go: *ref_1524 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostsClientListByHostGroupOptions - language: - default: &ref_1525 - name: options - description: DedicatedHostsClientListByHostGroupOptions contains the optional parameters for the DedicatedHostsClient.NewListByHostGroupPager method. - go: *ref_1525 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByHostGroup - requestMethod: listByHostGroupCreateRequest - responseMethod: listByHostGroupHandleResponse - responseEnv: &ref_3880 - type: object - properties: - - &ref_1527 - schema: *ref_1523 - serializedName: DedicatedHostListResult - language: - default: &ref_1526 - name: DedicatedHostListResult - description: The list dedicated host operation response. - byValue: true - embeddedType: true - go: *ref_1526 - protocol: {} - language: - default: &ref_1528 - name: DedicatedHostsClientListByHostGroupResponse - description: DedicatedHostsClientListByHostGroupResponse contains the response from method DedicatedHostsClient.NewListByHostGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1527 - go: *ref_1528 - protocol: {} protocol: {} language: default: name: DedicatedHosts description: '' - go: - name: DedicatedHosts - description: '' - clientCtorName: NewDedicatedHostsClient - clientName: DedicatedHostsClient - clientParams: - - *ref_1336 protocol: {} - $key: SshPublicKeys operations: @@ -47868,8 +32853,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47878,17 +32863,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47897,10 +32878,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47909,9 +32886,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys @@ -47919,14 +32893,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1529 + - schema: *ref_1400 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -47943,66 +32914,13 @@ operationGroups: description: Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3672 - schema: - type: object - language: - default: &ref_1530 - name: SSHPublicKeysClientListBySubscriptionOptions - description: SSHPublicKeysClientListBySubscriptionOptions contains the optional parameters for the SSHPublicKeysClient.NewListBySubscriptionPager method. - go: *ref_1530 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientListBySubscriptionOptions - language: - default: &ref_1531 - name: options - description: SSHPublicKeysClientListBySubscriptionOptions contains the optional parameters for the SSHPublicKeysClient.NewListBySubscriptionPager method. - go: *ref_1531 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3881 - type: object - properties: - - &ref_1533 - schema: *ref_1529 - serializedName: SSHPublicKeysGroupListResult - language: - default: &ref_1532 - name: SSHPublicKeysGroupListResult - description: The list SSH public keys operation response. - byValue: true - embeddedType: true - go: *ref_1532 - protocol: {} - language: - default: &ref_1534 - name: SSHPublicKeysClientListBySubscriptionResponse - description: SSHPublicKeysClientListBySubscriptionResponse contains the response from method SSHPublicKeysClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1533 - go: *ref_1534 - protocol: {} protocol: {} - operationId: SshPublicKeys_ListByResourceGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1535 + - *ref_1326 + - &ref_1401 schema: *ref_3 implementation: Method required: true @@ -48011,14 +32929,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48027,17 +32941,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48046,10 +32956,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48058,25 +32964,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys method: get uri: '{$host}' signatureParameters: - - *ref_1535 + - *ref_1401 responses: - - schema: *ref_1529 + - schema: *ref_1400 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48093,66 +32993,13 @@ operationGroups: description: Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3673 - schema: - type: object - language: - default: &ref_1536 - name: SSHPublicKeysClientListByResourceGroupOptions - description: SSHPublicKeysClientListByResourceGroupOptions contains the optional parameters for the SSHPublicKeysClient.NewListByResourceGroupPager method. - go: *ref_1536 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientListByResourceGroupOptions - language: - default: &ref_1537 - name: options - description: SSHPublicKeysClientListByResourceGroupOptions contains the optional parameters for the SSHPublicKeysClient.NewListByResourceGroupPager method. - go: *ref_1537 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3882 - type: object - properties: - - &ref_1539 - schema: *ref_1529 - serializedName: SSHPublicKeysGroupListResult - language: - default: &ref_1538 - name: SSHPublicKeysGroupListResult - description: The list SSH public keys operation response. - byValue: true - embeddedType: true - go: *ref_1538 - protocol: {} - language: - default: &ref_1540 - name: SSHPublicKeysClientListByResourceGroupResponse - description: SSHPublicKeysClientListByResourceGroupResponse contains the response from method SSHPublicKeysClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1539 - go: *ref_1540 - protocol: {} protocol: {} - operationId: SshPublicKeys_Create apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1543 + - *ref_1326 + - &ref_1404 schema: *ref_3 implementation: Method required: true @@ -48161,14 +33008,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1544 + - &ref_1405 schema: *ref_3 implementation: Method required: true @@ -48177,14 +33020,10 @@ operationGroups: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48193,18 +33032,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1542 + application/json: &ref_1403 parameters: - - &ref_1541 + - &ref_1402 schema: *ref_569 implementation: Method required: true @@ -48212,14 +33047,11 @@ operationGroups: default: name: parameters description: Parameters supplied to create the SSH public key. - go: - name: parameters - description: Parameters supplied to create the SSH public key. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48228,22 +33060,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1541 + - *ref_1402 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName} @@ -48253,19 +33078,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1542 + - *ref_1403 signatureParameters: - - *ref_1543 - - *ref_1544 + - *ref_1404 + - *ref_1405 responses: - schema: *ref_569 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48278,9 +33100,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -48320,66 +33139,13 @@ operationGroups: default: name: Create description: Creates a new SSH public key resource. - go: - name: Create - description: |- - Creates a new SSH public key resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3674 - schema: - type: object - language: - default: &ref_1545 - name: SSHPublicKeysClientCreateOptions - description: SSHPublicKeysClientCreateOptions contains the optional parameters for the SSHPublicKeysClient.Create method. - go: *ref_1545 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientCreateOptions - language: - default: &ref_1546 - name: options - description: SSHPublicKeysClientCreateOptions contains the optional parameters for the SSHPublicKeysClient.Create method. - go: *ref_1546 - protocol: {} - protocolNaming: - internalMethod: create - requestMethod: createCreateRequest - responseMethod: createHandleResponse - responseEnv: &ref_3883 - type: object - properties: - - &ref_1548 - schema: *ref_569 - serializedName: SSHPublicKeyResource - language: - default: &ref_1547 - name: SSHPublicKeyResource - description: Specifies information about the SSH public key. - byValue: true - embeddedType: true - go: *ref_1547 - protocol: {} - language: - default: &ref_1549 - name: SSHPublicKeysClientCreateResponse - description: SSHPublicKeysClientCreateResponse contains the response from method SSHPublicKeysClient.Create. - marshallingFormat: json - responseType: true - resultProp: *ref_1548 - go: *ref_1549 - protocol: {} protocol: {} - operationId: SshPublicKeys_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1552 + - *ref_1326 + - &ref_1408 schema: *ref_3 implementation: Method required: true @@ -48388,14 +33154,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1553 + - &ref_1409 schema: *ref_3 implementation: Method required: true @@ -48404,14 +33166,10 @@ operationGroups: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48420,33 +33178,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1551 + application/json: &ref_1407 parameters: - - &ref_1550 - schema: *ref_624 + - &ref_1406 + schema: *ref_623 implementation: Method required: true language: default: name: parameters description: Parameters supplied to update the SSH public key. - go: - name: parameters - description: Parameters supplied to update the SSH public key. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48455,22 +33206,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1550 + - *ref_1406 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName} @@ -48480,19 +33224,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1551 + - *ref_1407 signatureParameters: - - *ref_1552 - - *ref_1553 + - *ref_1408 + - *ref_1409 responses: - schema: *ref_569 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48504,66 +33245,13 @@ operationGroups: default: name: Update description: Updates a new SSH public key resource. - go: - name: Update - description: |- - Updates a new SSH public key resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3675 - schema: - type: object - language: - default: &ref_1554 - name: SSHPublicKeysClientUpdateOptions - description: SSHPublicKeysClientUpdateOptions contains the optional parameters for the SSHPublicKeysClient.Update method. - go: *ref_1554 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientUpdateOptions - language: - default: &ref_1555 - name: options - description: SSHPublicKeysClientUpdateOptions contains the optional parameters for the SSHPublicKeysClient.Update method. - go: *ref_1555 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3884 - type: object - properties: - - &ref_1557 - schema: *ref_569 - serializedName: SSHPublicKeyResource - language: - default: &ref_1556 - name: SSHPublicKeyResource - description: Specifies information about the SSH public key. - byValue: true - embeddedType: true - go: *ref_1556 - protocol: {} - language: - default: &ref_1558 - name: SSHPublicKeysClientUpdateResponse - description: SSHPublicKeysClientUpdateResponse contains the response from method SSHPublicKeysClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1557 - go: *ref_1558 - protocol: {} protocol: {} - operationId: SshPublicKeys_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1559 + - *ref_1326 + - &ref_1410 schema: *ref_3 implementation: Method required: true @@ -48572,14 +33260,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1560 + - &ref_1411 schema: *ref_3 implementation: Method required: true @@ -48588,14 +33272,10 @@ operationGroups: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48604,38 +33284,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName} method: delete uri: '{$host}' signatureParameters: - - *ref_1559 - - *ref_1560 + - *ref_1410 + - *ref_1411 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -48644,9 +33314,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -48655,52 +33322,13 @@ operationGroups: default: name: Delete description: Delete an SSH public key. - go: - name: Delete - description: |- - Delete an SSH public key. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3676 - schema: - type: object - language: - default: &ref_1561 - name: SSHPublicKeysClientDeleteOptions - description: SSHPublicKeysClientDeleteOptions contains the optional parameters for the SSHPublicKeysClient.Delete method. - go: *ref_1561 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientDeleteOptions - language: - default: &ref_1562 - name: options - description: SSHPublicKeysClientDeleteOptions contains the optional parameters for the SSHPublicKeysClient.Delete method. - go: *ref_1562 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3885 - type: object - language: - default: &ref_1563 - name: SSHPublicKeysClientDeleteResponse - description: SSHPublicKeysClientDeleteResponse contains the response from method SSHPublicKeysClient.Delete. - responseType: true - go: *ref_1563 - protocol: {} protocol: {} - operationId: SshPublicKeys_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1564 + - *ref_1326 + - &ref_1412 schema: *ref_3 implementation: Method required: true @@ -48709,14 +33337,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1565 + - &ref_1413 schema: *ref_3 implementation: Method required: true @@ -48725,14 +33349,10 @@ operationGroups: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48741,17 +33361,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48760,10 +33376,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48772,26 +33384,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName} method: get uri: '{$host}' signatureParameters: - - *ref_1564 - - *ref_1565 + - *ref_1412 + - *ref_1413 responses: - schema: *ref_569 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48822,66 +33428,13 @@ operationGroups: default: name: Get description: Retrieves information about an SSH public key. - go: - name: Get - description: |- - Retrieves information about an SSH public key. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3677 - schema: - type: object - language: - default: &ref_1566 - name: SSHPublicKeysClientGetOptions - description: SSHPublicKeysClientGetOptions contains the optional parameters for the SSHPublicKeysClient.Get method. - go: *ref_1566 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientGetOptions - language: - default: &ref_1567 - name: options - description: SSHPublicKeysClientGetOptions contains the optional parameters for the SSHPublicKeysClient.Get method. - go: *ref_1567 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3886 - type: object - properties: - - &ref_1569 - schema: *ref_569 - serializedName: SSHPublicKeyResource - language: - default: &ref_1568 - name: SSHPublicKeyResource - description: Specifies information about the SSH public key. - byValue: true - embeddedType: true - go: *ref_1568 - protocol: {} - language: - default: &ref_1570 - name: SSHPublicKeysClientGetResponse - description: SSHPublicKeysClientGetResponse contains the response from method SSHPublicKeysClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1569 - go: *ref_1570 - protocol: {} protocol: {} - operationId: SshPublicKeys_GenerateKeyPair apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1571 + - *ref_1326 + - &ref_1414 schema: *ref_3 implementation: Method required: true @@ -48890,14 +33443,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1572 + - &ref_1415 schema: *ref_3 implementation: Method required: true @@ -48906,14 +33455,10 @@ operationGroups: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48922,17 +33467,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48941,10 +33482,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48953,26 +33490,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName}/generateKeyPair method: post uri: '{$host}' signatureParameters: - - *ref_1571 - - *ref_1572 + - *ref_1414 + - *ref_1415 responses: - - schema: *ref_1573 + - schema: *ref_1416 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48999,72 +33530,11 @@ operationGroups: default: name: GenerateKeyPair description: Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. - go: - name: GenerateKeyPair - description: |- - Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per - SSH public key resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3678 - schema: - type: object - language: - default: &ref_1574 - name: SSHPublicKeysClientGenerateKeyPairOptions - description: SSHPublicKeysClientGenerateKeyPairOptions contains the optional parameters for the SSHPublicKeysClient.GenerateKeyPair method. - go: *ref_1574 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientGenerateKeyPairOptions - language: - default: &ref_1575 - name: options - description: SSHPublicKeysClientGenerateKeyPairOptions contains the optional parameters for the SSHPublicKeysClient.GenerateKeyPair method. - go: *ref_1575 - protocol: {} - protocolNaming: - internalMethod: generateKeyPair - requestMethod: generateKeyPairCreateRequest - responseMethod: generateKeyPairHandleResponse - responseEnv: &ref_3887 - type: object - properties: - - &ref_1577 - schema: *ref_1573 - serializedName: SSHPublicKeyGenerateKeyPairResult - language: - default: &ref_1576 - name: SSHPublicKeyGenerateKeyPairResult - description: Response from generation of an SSH key pair. - byValue: true - embeddedType: true - go: *ref_1576 - protocol: {} - language: - default: &ref_1578 - name: SSHPublicKeysClientGenerateKeyPairResponse - description: SSHPublicKeysClientGenerateKeyPairResponse contains the response from method SSHPublicKeysClient.GenerateKeyPair. - marshallingFormat: json - responseType: true - resultProp: *ref_1577 - go: *ref_1578 - protocol: {} protocol: {} language: default: name: SshPublicKeys description: '' - go: - name: SSHPublicKeys - description: '' - clientCtorName: NewSSHPublicKeysClient - clientName: SSHPublicKeysClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineExtensionImages operations: @@ -49072,8 +33542,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1579 + - *ref_1326 + - &ref_1417 schema: *ref_3 implementation: Method required: true @@ -49082,14 +33552,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1580 + - &ref_1418 schema: *ref_3 implementation: Method required: true @@ -49098,14 +33564,10 @@ operationGroups: name: publisherName description: '' serializedName: publisherName - go: - name: publisherName - description: '' - serializedName: publisherName protocol: http: in: path - - &ref_1581 + - &ref_1419 schema: *ref_3 implementation: Method required: true @@ -49114,14 +33576,10 @@ operationGroups: name: type description: '' serializedName: type - go: - name: typeParam - description: '' - serializedName: type protocol: http: in: path - - &ref_1582 + - &ref_1420 schema: *ref_3 implementation: Method required: true @@ -49130,14 +33588,10 @@ operationGroups: name: version description: '' serializedName: version - go: - name: version - description: '' - serializedName: version protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49146,17 +33600,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49165,10 +33615,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49177,28 +33623,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1579 - - *ref_1580 - - *ref_1581 - - *ref_1582 + - *ref_1417 + - *ref_1418 + - *ref_1419 + - *ref_1420 responses: - schema: *ref_570 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49210,66 +33650,13 @@ operationGroups: default: name: Get description: Gets a virtual machine extension image. - go: - name: Get - description: |- - Gets a virtual machine extension image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionImagesClient - openApiType: arm - optionalParamGroup: &ref_3679 - schema: - type: object - language: - default: &ref_1583 - name: VirtualMachineExtensionImagesClientGetOptions - description: VirtualMachineExtensionImagesClientGetOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.Get method. - go: *ref_1583 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineExtensionImagesClientGetOptions - language: - default: &ref_1584 - name: options - description: VirtualMachineExtensionImagesClientGetOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.Get method. - go: *ref_1584 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3888 - type: object - properties: - - &ref_1586 - schema: *ref_570 - serializedName: VirtualMachineExtensionImage - language: - default: &ref_1585 - name: VirtualMachineExtensionImage - description: Describes a Virtual Machine Extension Image. - byValue: true - embeddedType: true - go: *ref_1585 - protocol: {} - language: - default: &ref_1587 - name: VirtualMachineExtensionImagesClientGetResponse - description: VirtualMachineExtensionImagesClientGetResponse contains the response from method VirtualMachineExtensionImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1586 - go: *ref_1587 - protocol: {} protocol: {} - operationId: VirtualMachineExtensionImages_ListTypes apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1588 + - *ref_1326 + - &ref_1421 schema: *ref_3 implementation: Method required: true @@ -49278,14 +33665,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1589 + - &ref_1422 schema: *ref_3 implementation: Method required: true @@ -49294,14 +33677,10 @@ operationGroups: name: publisherName description: '' serializedName: publisherName - go: - name: publisherName - description: '' - serializedName: publisherName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49310,17 +33689,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49329,10 +33704,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49341,26 +33712,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types method: get uri: '{$host}' signatureParameters: - - *ref_1588 - - *ref_1589 + - *ref_1421 + - *ref_1422 responses: - - schema: *ref_1590 + - schema: *ref_1423 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49372,65 +33737,13 @@ operationGroups: default: name: ListTypes description: Gets a list of virtual machine extension image types. - go: - name: ListTypes - description: |- - Gets a list of virtual machine extension image types. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionImagesClient - openApiType: arm - optionalParamGroup: &ref_3680 - schema: - type: object - language: - default: &ref_1591 - name: VirtualMachineExtensionImagesClientListTypesOptions - description: VirtualMachineExtensionImagesClientListTypesOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.ListTypes method. - go: *ref_1591 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineExtensionImagesClientListTypesOptions - language: - default: &ref_1592 - name: options - description: VirtualMachineExtensionImagesClientListTypesOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.ListTypes method. - go: *ref_1592 - protocol: {} - protocolNaming: - internalMethod: listTypes - requestMethod: listTypesCreateRequest - responseMethod: listTypesHandleResponse - responseEnv: &ref_3889 - type: object - properties: - - &ref_1594 - schema: *ref_1590 - serializedName: VirtualMachineExtensionImageArray - language: - default: &ref_1593 - name: VirtualMachineExtensionImageArray - description: Array of VirtualMachineExtensionImage - byValue: true - go: *ref_1593 - protocol: {} - language: - default: &ref_1595 - name: VirtualMachineExtensionImagesClientListTypesResponse - description: VirtualMachineExtensionImagesClientListTypesResponse contains the response from method VirtualMachineExtensionImagesClient.ListTypes. - marshallingFormat: json - responseType: true - resultProp: *ref_1594 - go: *ref_1595 - protocol: {} protocol: {} - operationId: VirtualMachineExtensionImages_ListVersions apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1603 + - *ref_1326 + - &ref_1425 schema: *ref_3 implementation: Method required: true @@ -49439,14 +33752,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1604 + - &ref_1426 schema: *ref_3 implementation: Method required: true @@ -49455,14 +33764,10 @@ operationGroups: name: publisherName description: '' serializedName: publisherName - go: - name: publisherName - description: '' - serializedName: publisherName protocol: http: in: path - - &ref_1605 + - &ref_1427 schema: *ref_3 implementation: Method required: true @@ -49471,14 +33776,10 @@ operationGroups: name: type description: '' serializedName: type - go: - name: typeParam - description: '' - serializedName: type protocol: http: in: path - - &ref_1597 + - &ref_1428 schema: *ref_3 implementation: Method language: @@ -49486,67 +33787,32 @@ operationGroups: name: filter description: The filter to apply on the operation. serializedName: $filter - go: - name: Filter - description: The filter to apply on the operation. - paramGroup: &ref_1599 - schema: - type: object - language: - default: &ref_1596 - name: VirtualMachineExtensionImagesClientListVersionsOptions - description: VirtualMachineExtensionImagesClientListVersionsOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.ListVersions method. - go: *ref_1596 - protocol: {} - originalParameter: - - *ref_1597 - - &ref_1601 - schema: *ref_1598 - implementation: Method - language: - default: - name: top - description: '' - serializedName: $top - go: - name: Top - description: '' - paramGroup: *ref_1599 - serializedName: $top - protocol: - http: - in: query - - &ref_1602 - schema: *ref_3 - implementation: Method - language: - default: - name: orderby - description: '' - serializedName: $orderby - go: - name: Orderby - description: '' - paramGroup: *ref_1599 - serializedName: $orderby - protocol: - http: - in: query - required: false - serializedName: VirtualMachineExtensionImagesClientListVersionsOptions - language: - default: &ref_1600 - name: options - description: VirtualMachineExtensionImagesClientListVersionsOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.ListVersions method. - go: *ref_1600 - protocol: {} - serializedName: $filter protocol: http: in: query - - *ref_1601 - - *ref_1602 - - schema: *ref_1328 + - &ref_1429 + schema: *ref_1424 + implementation: Method + language: + default: + name: top + description: '' + serializedName: $top + protocol: + http: + in: query + - &ref_1430 + schema: *ref_3 + implementation: Method + language: + default: + name: orderby + description: '' + serializedName: $orderby + protocol: + http: + in: query + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49555,17 +33821,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49574,10 +33836,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49586,30 +33844,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1603 - - *ref_1604 - - *ref_1605 - - *ref_1597 - - *ref_1601 - - *ref_1602 + - *ref_1425 + - *ref_1426 + - *ref_1427 + - *ref_1428 + - *ref_1429 + - *ref_1430 responses: - - schema: *ref_1606 + - schema: *ref_1431 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49623,53 +33875,11 @@ operationGroups: default: name: ListVersions description: Gets a list of virtual machine extension image versions. - go: - name: ListVersions - description: |- - Gets a list of virtual machine extension image versions. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionImagesClient - openApiType: arm - optionalParamGroup: *ref_1599 - protocolNaming: - internalMethod: listVersions - requestMethod: listVersionsCreateRequest - responseMethod: listVersionsHandleResponse - responseEnv: &ref_3890 - type: object - properties: - - &ref_1608 - schema: *ref_1606 - serializedName: VirtualMachineExtensionImageArray - language: - default: &ref_1607 - name: VirtualMachineExtensionImageArray - description: Array of VirtualMachineExtensionImage - byValue: true - go: *ref_1607 - protocol: {} - language: - default: &ref_1609 - name: VirtualMachineExtensionImagesClientListVersionsResponse - description: VirtualMachineExtensionImagesClientListVersionsResponse contains the response from method VirtualMachineExtensionImagesClient.ListVersions. - marshallingFormat: json - responseType: true - resultProp: *ref_1608 - go: *ref_1609 - protocol: {} protocol: {} language: default: name: VirtualMachineExtensionImages description: '' - go: - name: VirtualMachineExtensionImages - description: '' - clientCtorName: NewVirtualMachineExtensionImagesClient - clientName: VirtualMachineExtensionImagesClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineExtensions operations: @@ -49677,8 +33887,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1612 + - *ref_1326 + - &ref_1434 schema: *ref_3 implementation: Method required: true @@ -49687,14 +33897,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1613 + - &ref_1435 schema: *ref_3 implementation: Method required: true @@ -49703,14 +33909,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the extension should be created or updated. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the extension should be created or updated. - serializedName: vmName protocol: http: in: path - - &ref_1614 + - &ref_1436 schema: *ref_3 implementation: Method required: true @@ -49719,14 +33921,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49735,18 +33933,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1611 + application/json: &ref_1433 parameters: - - &ref_1610 + - &ref_1432 schema: *ref_278 implementation: Method required: true @@ -49754,14 +33948,11 @@ operationGroups: default: name: extensionParameters description: Parameters supplied to the Create Virtual Machine Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Create Virtual Machine Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49770,22 +33961,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1610 + - *ref_1432 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName} @@ -49795,20 +33979,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1611 + - *ref_1433 signatureParameters: - - *ref_1612 - - *ref_1613 - - *ref_1614 + - *ref_1434 + - *ref_1435 + - *ref_1436 responses: - schema: *ref_278 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49821,9 +34002,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -49837,82 +34015,13 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the extension. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3681 - schema: - type: object - language: - default: &ref_1615 - name: VirtualMachineExtensionsClientBeginCreateOrUpdateOptions - description: VirtualMachineExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginCreateOrUpdate method. - go: *ref_1615 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1616 - name: string - description: '' - go: *ref_1616 - protocol: {} - language: - default: &ref_1617 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1617 - protocol: {} - required: false - serializedName: VirtualMachineExtensionsClientBeginCreateOrUpdateOptions - language: - default: &ref_1618 - name: options - description: VirtualMachineExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginCreateOrUpdate method. - go: *ref_1618 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3891 - type: object - properties: - - &ref_1620 - schema: *ref_278 - serializedName: VirtualMachineExtension - language: - default: &ref_1619 - name: VirtualMachineExtension - description: Describes a Virtual Machine Extension. - byValue: true - embeddedType: true - go: *ref_1619 - protocol: {} - language: - default: &ref_1621 - name: VirtualMachineExtensionsClientCreateOrUpdateResponse - description: VirtualMachineExtensionsClientCreateOrUpdateResponse contains the response from method VirtualMachineExtensionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1620 - go: *ref_1621 - protocol: {} protocol: {} - operationId: VirtualMachineExtensions_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1624 + - *ref_1326 + - &ref_1439 schema: *ref_3 implementation: Method required: true @@ -49921,14 +34030,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1625 + - &ref_1440 schema: *ref_3 implementation: Method required: true @@ -49937,14 +34042,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the extension should be updated. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the extension should be updated. - serializedName: vmName protocol: http: in: path - - &ref_1626 + - &ref_1441 schema: *ref_3 implementation: Method required: true @@ -49953,14 +34054,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49969,33 +34066,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1623 + application/json: &ref_1438 parameters: - - &ref_1622 - schema: *ref_625 + - &ref_1437 + schema: *ref_624 implementation: Method required: true language: default: name: extensionParameters description: Parameters supplied to the Update Virtual Machine Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Update Virtual Machine Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50004,22 +34094,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1622 + - *ref_1437 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName} @@ -50029,20 +34112,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1623 + - *ref_1438 signatureParameters: - - *ref_1624 - - *ref_1625 - - *ref_1626 + - *ref_1439 + - *ref_1440 + - *ref_1441 responses: - schema: *ref_278 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -50056,82 +34136,13 @@ operationGroups: default: name: Update description: The operation to update the extension. - go: - name: Update - description: |- - The operation to update the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3682 - schema: - type: object - language: - default: &ref_1627 - name: VirtualMachineExtensionsClientBeginUpdateOptions - description: VirtualMachineExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginUpdate method. - go: *ref_1627 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1628 - name: string - description: '' - go: *ref_1628 - protocol: {} - language: - default: &ref_1629 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1629 - protocol: {} - required: false - serializedName: VirtualMachineExtensionsClientBeginUpdateOptions - language: - default: &ref_1630 - name: options - description: VirtualMachineExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginUpdate method. - go: *ref_1630 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3892 - type: object - properties: - - &ref_1632 - schema: *ref_278 - serializedName: VirtualMachineExtension - language: - default: &ref_1631 - name: VirtualMachineExtension - description: Describes a Virtual Machine Extension. - byValue: true - embeddedType: true - go: *ref_1631 - protocol: {} - language: - default: &ref_1633 - name: VirtualMachineExtensionsClientUpdateResponse - description: VirtualMachineExtensionsClientUpdateResponse contains the response from method VirtualMachineExtensionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1632 - go: *ref_1633 - protocol: {} protocol: {} - operationId: VirtualMachineExtensions_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1634 + - *ref_1326 + - &ref_1442 schema: *ref_3 implementation: Method required: true @@ -50140,14 +34151,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1635 + - &ref_1443 schema: *ref_3 implementation: Method required: true @@ -50156,14 +34163,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the extension should be deleted. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the extension should be deleted. - serializedName: vmName protocol: http: in: path - - &ref_1636 + - &ref_1444 schema: *ref_3 implementation: Method required: true @@ -50172,14 +34175,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50188,39 +34187,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName} method: delete uri: '{$host}' signatureParameters: - - *ref_1634 - - *ref_1635 - - *ref_1636 + - *ref_1442 + - *ref_1443 + - *ref_1444 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -50229,9 +34218,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -50240,9 +34226,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -50253,68 +34236,13 @@ operationGroups: default: name: Delete description: The operation to delete the extension. - go: - name: Delete - description: |- - The operation to delete the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3683 - schema: - type: object - language: - default: &ref_1637 - name: VirtualMachineExtensionsClientBeginDeleteOptions - description: VirtualMachineExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginDelete method. - go: *ref_1637 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1638 - name: string - description: '' - go: *ref_1638 - protocol: {} - language: - default: &ref_1639 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1639 - protocol: {} - required: false - serializedName: VirtualMachineExtensionsClientBeginDeleteOptions - language: - default: &ref_1640 - name: options - description: VirtualMachineExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginDelete method. - go: *ref_1640 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3893 - type: object - language: - default: &ref_1641 - name: VirtualMachineExtensionsClientDeleteResponse - description: VirtualMachineExtensionsClientDeleteResponse contains the response from method VirtualMachineExtensionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1641 - protocol: {} protocol: {} - operationId: VirtualMachineExtensions_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1645 + - *ref_1326 + - &ref_1445 schema: *ref_3 implementation: Method required: true @@ -50323,14 +34251,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1646 + - &ref_1446 schema: *ref_3 implementation: Method required: true @@ -50339,14 +34263,10 @@ operationGroups: name: vmName description: The name of the virtual machine containing the extension. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine containing the extension. - serializedName: vmName protocol: http: in: path - - &ref_1647 + - &ref_1447 schema: *ref_3 implementation: Method required: true @@ -50355,14 +34275,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - &ref_1643 + - &ref_1448 schema: *ref_3 implementation: Method language: @@ -50370,33 +34286,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_1648 - schema: - type: object - language: - default: &ref_1642 - name: VirtualMachineExtensionsClientGetOptions - description: VirtualMachineExtensionsClientGetOptions contains the optional parameters for the VirtualMachineExtensionsClient.Get method. - go: *ref_1642 - protocol: {} - originalParameter: - - *ref_1643 - required: false - serializedName: VirtualMachineExtensionsClientGetOptions - language: - default: &ref_1644 - name: options - description: VirtualMachineExtensionsClientGetOptions contains the optional parameters for the VirtualMachineExtensionsClient.Get method. - go: *ref_1644 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50405,17 +34298,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50424,10 +34313,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50436,28 +34321,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName} method: get uri: '{$host}' signatureParameters: - - *ref_1645 - - *ref_1646 - - *ref_1647 - - *ref_1643 + - *ref_1445 + - *ref_1446 + - *ref_1447 + - *ref_1448 responses: - schema: *ref_278 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -50469,49 +34348,13 @@ operationGroups: default: name: Get description: The operation to get the extension. - go: - name: Get - description: |- - The operation to get the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: *ref_1648 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3894 - type: object - properties: - - &ref_1650 - schema: *ref_278 - serializedName: VirtualMachineExtension - language: - default: &ref_1649 - name: VirtualMachineExtension - description: Describes a Virtual Machine Extension. - byValue: true - embeddedType: true - go: *ref_1649 - protocol: {} - language: - default: &ref_1651 - name: VirtualMachineExtensionsClientGetResponse - description: VirtualMachineExtensionsClientGetResponse contains the response from method VirtualMachineExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1650 - go: *ref_1651 - protocol: {} protocol: {} - operationId: VirtualMachineExtensions_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1655 + - *ref_1326 + - &ref_1449 schema: *ref_3 implementation: Method required: true @@ -50520,14 +34363,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1656 + - &ref_1450 schema: *ref_3 implementation: Method required: true @@ -50536,14 +34375,10 @@ operationGroups: name: vmName description: The name of the virtual machine containing the extension. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine containing the extension. - serializedName: vmName protocol: http: in: path - - &ref_1653 + - &ref_1451 schema: *ref_3 implementation: Method language: @@ -50551,33 +34386,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_1658 - schema: - type: object - language: - default: &ref_1652 - name: VirtualMachineExtensionsClientListOptions - description: VirtualMachineExtensionsClientListOptions contains the optional parameters for the VirtualMachineExtensionsClient.List method. - go: *ref_1652 - protocol: {} - originalParameter: - - *ref_1653 - required: false - serializedName: VirtualMachineExtensionsClientListOptions - language: - default: &ref_1654 - name: options - description: VirtualMachineExtensionsClientListOptions contains the optional parameters for the VirtualMachineExtensionsClient.List method. - go: *ref_1654 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50586,17 +34398,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50605,10 +34413,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50617,27 +34421,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions method: get uri: '{$host}' signatureParameters: - - *ref_1655 - - *ref_1656 - - *ref_1653 + - *ref_1449 + - *ref_1450 + - *ref_1451 responses: - - schema: *ref_1657 + - schema: *ref_1452 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -50649,54 +34447,11 @@ operationGroups: default: name: List description: The operation to get all extensions of a Virtual Machine. - go: - name: List - description: |- - The operation to get all extensions of a Virtual Machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: *ref_1658 - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3895 - type: object - properties: - - &ref_1660 - schema: *ref_1657 - serializedName: VirtualMachineExtensionsListResult - language: - default: &ref_1659 - name: VirtualMachineExtensionsListResult - description: The List Extension operation response - byValue: true - embeddedType: true - go: *ref_1659 - protocol: {} - language: - default: &ref_1661 - name: VirtualMachineExtensionsClientListResponse - description: VirtualMachineExtensionsClientListResponse contains the response from method VirtualMachineExtensionsClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1660 - go: *ref_1661 - protocol: {} protocol: {} language: default: name: VirtualMachineExtensions description: '' - go: - name: VirtualMachineExtensions - description: '' - clientCtorName: NewVirtualMachineExtensionsClient - clientName: VirtualMachineExtensionsClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineImages operations: @@ -50704,8 +34459,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1662 + - *ref_1326 + - &ref_1453 schema: *ref_3 implementation: Method required: true @@ -50714,14 +34469,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1663 + - &ref_1454 schema: *ref_3 implementation: Method required: true @@ -50730,14 +34481,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1664 + - &ref_1455 schema: *ref_3 implementation: Method required: true @@ -50746,14 +34493,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - &ref_1665 + - &ref_1456 schema: *ref_3 implementation: Method required: true @@ -50762,14 +34505,10 @@ operationGroups: name: skus description: A valid image SKU. serializedName: skus - go: - name: skus - description: A valid image SKU. - serializedName: skus protocol: http: in: path - - &ref_1666 + - &ref_1457 schema: *ref_3 implementation: Method required: true @@ -50778,14 +34517,10 @@ operationGroups: name: version description: A valid image SKU version. serializedName: version - go: - name: version - description: A valid image SKU version. - serializedName: version protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50794,17 +34529,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50813,10 +34544,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50825,29 +34552,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1662 - - *ref_1663 - - *ref_1664 - - *ref_1665 - - *ref_1666 + - *ref_1453 + - *ref_1454 + - *ref_1455 + - *ref_1456 + - *ref_1457 responses: - schema: *ref_33 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -50859,66 +34580,13 @@ operationGroups: default: name: Get description: Gets a virtual machine image. - go: - name: Get - description: |- - Gets a virtual machine image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: &ref_3684 - schema: - type: object - language: - default: &ref_1667 - name: VirtualMachineImagesClientGetOptions - description: VirtualMachineImagesClientGetOptions contains the optional parameters for the VirtualMachineImagesClient.Get method. - go: *ref_1667 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesClientGetOptions - language: - default: &ref_1668 - name: options - description: VirtualMachineImagesClientGetOptions contains the optional parameters for the VirtualMachineImagesClient.Get method. - go: *ref_1668 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3896 - type: object - properties: - - &ref_1670 - schema: *ref_33 - serializedName: VirtualMachineImage - language: - default: &ref_1669 - name: VirtualMachineImage - description: Describes a Virtual Machine Image. - byValue: true - embeddedType: true - go: *ref_1669 - protocol: {} - language: - default: &ref_1671 - name: VirtualMachineImagesClientGetResponse - description: VirtualMachineImagesClientGetResponse contains the response from method VirtualMachineImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1670 - go: *ref_1671 - protocol: {} protocol: {} - operationId: VirtualMachineImages_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1678 + - *ref_1326 + - &ref_1458 schema: *ref_3 implementation: Method required: true @@ -50927,14 +34595,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1679 + - &ref_1459 schema: *ref_3 implementation: Method required: true @@ -50943,14 +34607,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1680 + - &ref_1460 schema: *ref_3 implementation: Method required: true @@ -50959,14 +34619,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - &ref_1681 + - &ref_1461 schema: *ref_3 implementation: Method required: true @@ -50975,14 +34631,10 @@ operationGroups: name: skus description: A valid image SKU. serializedName: skus - go: - name: skus - description: A valid image SKU. - serializedName: skus protocol: http: in: path - - &ref_1673 + - &ref_1462 schema: *ref_3 implementation: Method language: @@ -50990,67 +34642,32 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_1674 - schema: - type: object - language: - default: &ref_1672 - name: VirtualMachineImagesClientListOptions - description: VirtualMachineImagesClientListOptions contains the optional parameters for the VirtualMachineImagesClient.List method. - go: *ref_1672 - protocol: {} - originalParameter: - - *ref_1673 - - &ref_1676 - schema: *ref_1598 - implementation: Method - language: - default: - name: top - description: '' - serializedName: $top - go: - name: Top - description: '' - paramGroup: *ref_1674 - serializedName: $top - protocol: - http: - in: query - - &ref_1677 - schema: *ref_3 - implementation: Method - language: - default: - name: orderby - description: '' - serializedName: $orderby - go: - name: Orderby - description: '' - paramGroup: *ref_1674 - serializedName: $orderby - protocol: - http: - in: query - required: false - serializedName: VirtualMachineImagesClientListOptions - language: - default: &ref_1675 - name: options - description: VirtualMachineImagesClientListOptions contains the optional parameters for the VirtualMachineImagesClient.List method. - go: *ref_1675 - protocol: {} - serializedName: $expand protocol: http: in: query - - *ref_1676 - - *ref_1677 - - schema: *ref_1328 + - &ref_1463 + schema: *ref_1424 + implementation: Method + language: + default: + name: top + description: '' + serializedName: $top + protocol: + http: + in: query + - &ref_1464 + schema: *ref_3 + implementation: Method + language: + default: + name: orderby + description: '' + serializedName: $orderby + protocol: + http: + in: query + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51059,17 +34676,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51078,10 +34691,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51090,31 +34699,25 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1678 - - *ref_1679 - - *ref_1680 - - *ref_1681 - - *ref_1673 - - *ref_1676 - - *ref_1677 + - *ref_1458 + - *ref_1459 + - *ref_1460 + - *ref_1461 + - *ref_1462 + - *ref_1463 + - *ref_1464 responses: - - schema: *ref_1682 + - schema: *ref_1465 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51126,48 +34729,13 @@ operationGroups: default: name: List description: Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. - go: - name: List - description: |- - Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: *ref_1674 - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3897 - type: object - properties: - - &ref_1684 - schema: *ref_1682 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1683 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1683 - protocol: {} - language: - default: &ref_1685 - name: VirtualMachineImagesClientListResponse - description: VirtualMachineImagesClientListResponse contains the response from method VirtualMachineImagesClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1684 - go: *ref_1685 - protocol: {} protocol: {} - operationId: VirtualMachineImages_ListOffers apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1686 + - *ref_1326 + - &ref_1466 schema: *ref_3 implementation: Method required: true @@ -51176,14 +34744,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1687 + - &ref_1467 schema: *ref_3 implementation: Method required: true @@ -51192,14 +34756,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51208,17 +34768,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51227,10 +34783,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51239,26 +34791,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers method: get uri: '{$host}' signatureParameters: - - *ref_1686 - - *ref_1687 + - *ref_1466 + - *ref_1467 responses: - - schema: *ref_1688 + - schema: *ref_1468 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51270,65 +34816,13 @@ operationGroups: default: name: ListOffers description: Gets a list of virtual machine image offers for the specified location and publisher. - go: - name: ListOffers - description: |- - Gets a list of virtual machine image offers for the specified location and publisher. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: &ref_3685 - schema: - type: object - language: - default: &ref_1689 - name: VirtualMachineImagesClientListOffersOptions - description: VirtualMachineImagesClientListOffersOptions contains the optional parameters for the VirtualMachineImagesClient.ListOffers method. - go: *ref_1689 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesClientListOffersOptions - language: - default: &ref_1690 - name: options - description: VirtualMachineImagesClientListOffersOptions contains the optional parameters for the VirtualMachineImagesClient.ListOffers method. - go: *ref_1690 - protocol: {} - protocolNaming: - internalMethod: listOffers - requestMethod: listOffersCreateRequest - responseMethod: listOffersHandleResponse - responseEnv: &ref_3898 - type: object - properties: - - &ref_1692 - schema: *ref_1688 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1691 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1691 - protocol: {} - language: - default: &ref_1693 - name: VirtualMachineImagesClientListOffersResponse - description: VirtualMachineImagesClientListOffersResponse contains the response from method VirtualMachineImagesClient.ListOffers. - marshallingFormat: json - responseType: true - resultProp: *ref_1692 - go: *ref_1693 - protocol: {} protocol: {} - operationId: VirtualMachineImages_ListPublishers apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1694 + - *ref_1326 + - &ref_1469 schema: *ref_3 implementation: Method required: true @@ -51337,14 +34831,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51353,17 +34843,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51372,10 +34858,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51384,25 +34866,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers method: get uri: '{$host}' signatureParameters: - - *ref_1694 + - *ref_1469 responses: - - schema: *ref_1695 + - schema: *ref_1470 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51414,65 +34890,13 @@ operationGroups: default: name: ListPublishers description: Gets a list of virtual machine image publishers for the specified Azure location. - go: - name: ListPublishers - description: |- - Gets a list of virtual machine image publishers for the specified Azure location. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: &ref_3686 - schema: - type: object - language: - default: &ref_1696 - name: VirtualMachineImagesClientListPublishersOptions - description: VirtualMachineImagesClientListPublishersOptions contains the optional parameters for the VirtualMachineImagesClient.ListPublishers method. - go: *ref_1696 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesClientListPublishersOptions - language: - default: &ref_1697 - name: options - description: VirtualMachineImagesClientListPublishersOptions contains the optional parameters for the VirtualMachineImagesClient.ListPublishers method. - go: *ref_1697 - protocol: {} - protocolNaming: - internalMethod: listPublishers - requestMethod: listPublishersCreateRequest - responseMethod: listPublishersHandleResponse - responseEnv: &ref_3899 - type: object - properties: - - &ref_1699 - schema: *ref_1695 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1698 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1698 - protocol: {} - language: - default: &ref_1700 - name: VirtualMachineImagesClientListPublishersResponse - description: VirtualMachineImagesClientListPublishersResponse contains the response from method VirtualMachineImagesClient.ListPublishers. - marshallingFormat: json - responseType: true - resultProp: *ref_1699 - go: *ref_1700 - protocol: {} protocol: {} - operationId: VirtualMachineImages_ListSkus apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1701 + - *ref_1326 + - &ref_1471 schema: *ref_3 implementation: Method required: true @@ -51481,14 +34905,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1702 + - &ref_1472 schema: *ref_3 implementation: Method required: true @@ -51497,14 +34917,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1703 + - &ref_1473 schema: *ref_3 implementation: Method required: true @@ -51513,14 +34929,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51529,17 +34941,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51548,10 +34956,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51560,27 +34964,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus method: get uri: '{$host}' signatureParameters: - - *ref_1701 - - *ref_1702 - - *ref_1703 + - *ref_1471 + - *ref_1472 + - *ref_1473 responses: - - schema: *ref_1704 + - schema: *ref_1474 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51592,70 +34990,11 @@ operationGroups: default: name: ListSkus description: Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. - go: - name: ListSKUs - description: |- - Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: &ref_3687 - schema: - type: object - language: - default: &ref_1705 - name: VirtualMachineImagesClientListSKUsOptions - description: VirtualMachineImagesClientListSKUsOptions contains the optional parameters for the VirtualMachineImagesClient.ListSKUs method. - go: *ref_1705 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesClientListSKUsOptions - language: - default: &ref_1706 - name: options - description: VirtualMachineImagesClientListSKUsOptions contains the optional parameters for the VirtualMachineImagesClient.ListSKUs method. - go: *ref_1706 - protocol: {} - protocolNaming: - internalMethod: listSKUs - requestMethod: listSKUsCreateRequest - responseMethod: listSKUsHandleResponse - responseEnv: &ref_3900 - type: object - properties: - - &ref_1708 - schema: *ref_1704 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1707 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1707 - protocol: {} - language: - default: &ref_1709 - name: VirtualMachineImagesClientListSKUsResponse - description: VirtualMachineImagesClientListSKUsResponse contains the response from method VirtualMachineImagesClient.ListSKUs. - marshallingFormat: json - responseType: true - resultProp: *ref_1708 - go: *ref_1709 - protocol: {} protocol: {} language: default: name: VirtualMachineImages description: '' - go: - name: VirtualMachineImages - description: '' - clientCtorName: NewVirtualMachineImagesClient - clientName: VirtualMachineImagesClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineImagesEdgeZone operations: @@ -51663,8 +35002,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1710 + - *ref_1326 + - &ref_1475 schema: *ref_3 implementation: Method required: true @@ -51673,14 +35012,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1711 + - &ref_1476 schema: *ref_3 implementation: Method required: true @@ -51689,14 +35024,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - &ref_1712 + - &ref_1477 schema: *ref_3 implementation: Method required: true @@ -51705,14 +35036,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1713 + - &ref_1478 schema: *ref_3 implementation: Method required: true @@ -51721,14 +35048,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - &ref_1714 + - &ref_1479 schema: *ref_3 implementation: Method required: true @@ -51737,14 +35060,10 @@ operationGroups: name: skus description: A valid image SKU. serializedName: skus - go: - name: skus - description: A valid image SKU. - serializedName: skus protocol: http: in: path - - &ref_1715 + - &ref_1480 schema: *ref_3 implementation: Method required: true @@ -51753,14 +35072,10 @@ operationGroups: name: version description: A valid image SKU version. serializedName: version - go: - name: version - description: A valid image SKU version. - serializedName: version protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51769,17 +35084,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51788,10 +35099,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51800,30 +35107,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1710 - - *ref_1711 - - *ref_1712 - - *ref_1713 - - *ref_1714 - - *ref_1715 + - *ref_1475 + - *ref_1476 + - *ref_1477 + - *ref_1478 + - *ref_1479 + - *ref_1480 responses: - schema: *ref_33 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51832,14 +35133,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -51851,66 +35149,13 @@ operationGroups: default: name: Get description: Gets a virtual machine image in an edge zone. - go: - name: Get - description: |- - Gets a virtual machine image in an edge zone. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: &ref_3688 - schema: - type: object - language: - default: &ref_1717 - name: VirtualMachineImagesEdgeZoneClientGetOptions - description: VirtualMachineImagesEdgeZoneClientGetOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.Get method. - go: *ref_1717 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesEdgeZoneClientGetOptions - language: - default: &ref_1718 - name: options - description: VirtualMachineImagesEdgeZoneClientGetOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.Get method. - go: *ref_1718 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3901 - type: object - properties: - - &ref_1720 - schema: *ref_33 - serializedName: VirtualMachineImage - language: - default: &ref_1719 - name: VirtualMachineImage - description: Describes a Virtual Machine Image. - byValue: true - embeddedType: true - go: *ref_1719 - protocol: {} - language: - default: &ref_1721 - name: VirtualMachineImagesEdgeZoneClientGetResponse - description: VirtualMachineImagesEdgeZoneClientGetResponse contains the response from method VirtualMachineImagesEdgeZoneClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1720 - go: *ref_1721 - protocol: {} protocol: {} - operationId: VirtualMachineImagesEdgeZone_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1728 + - *ref_1326 + - &ref_1482 schema: *ref_3 implementation: Method required: true @@ -51919,14 +35164,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1729 + - &ref_1483 schema: *ref_3 implementation: Method required: true @@ -51935,14 +35176,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - &ref_1730 + - &ref_1484 schema: *ref_3 implementation: Method required: true @@ -51951,14 +35188,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1731 + - &ref_1485 schema: *ref_3 implementation: Method required: true @@ -51967,14 +35200,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - &ref_1732 + - &ref_1486 schema: *ref_3 implementation: Method required: true @@ -51983,14 +35212,10 @@ operationGroups: name: skus description: A valid image SKU. serializedName: skus - go: - name: skus - description: A valid image SKU. - serializedName: skus protocol: http: in: path - - &ref_1723 + - &ref_1487 schema: *ref_3 implementation: Method language: @@ -51998,67 +35223,32 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_1724 - schema: - type: object - language: - default: &ref_1722 - name: VirtualMachineImagesEdgeZoneClientListOptions - description: VirtualMachineImagesEdgeZoneClientListOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.List method. - go: *ref_1722 - protocol: {} - originalParameter: - - *ref_1723 - - &ref_1726 - schema: *ref_1598 - implementation: Method - language: - default: - name: top - description: An integer value specifying the number of images to return that matches supplied values. - serializedName: $top - go: - name: Top - description: An integer value specifying the number of images to return that matches supplied values. - paramGroup: *ref_1724 - serializedName: $top - protocol: - http: - in: query - - &ref_1727 - schema: *ref_3 - implementation: Method - language: - default: - name: orderby - description: Specifies the order of the results returned. Formatted as an OData query. - serializedName: $orderby - go: - name: Orderby - description: Specifies the order of the results returned. Formatted as an OData query. - paramGroup: *ref_1724 - serializedName: $orderby - protocol: - http: - in: query - required: false - serializedName: VirtualMachineImagesEdgeZoneClientListOptions - language: - default: &ref_1725 - name: options - description: VirtualMachineImagesEdgeZoneClientListOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.List method. - go: *ref_1725 - protocol: {} - serializedName: $expand protocol: http: in: query - - *ref_1726 - - *ref_1727 - - schema: *ref_1328 + - &ref_1488 + schema: *ref_1424 + implementation: Method + language: + default: + name: top + description: An integer value specifying the number of images to return that matches supplied values. + serializedName: $top + protocol: + http: + in: query + - &ref_1489 + schema: *ref_3 + implementation: Method + language: + default: + name: orderby + description: Specifies the order of the results returned. Formatted as an OData query. + serializedName: $orderby + protocol: + http: + in: query + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52067,17 +35257,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52086,10 +35272,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52098,32 +35280,26 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1728 - - *ref_1729 - - *ref_1730 - - *ref_1731 - - *ref_1732 - - *ref_1723 - - *ref_1726 - - *ref_1727 + - *ref_1482 + - *ref_1483 + - *ref_1484 + - *ref_1485 + - *ref_1486 + - *ref_1487 + - *ref_1488 + - *ref_1489 responses: - - schema: *ref_1733 + - schema: *ref_1490 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52132,14 +35308,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -52151,48 +35324,13 @@ operationGroups: default: name: List description: Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. - go: - name: List - description: |- - Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: *ref_1724 - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3902 - type: object - properties: - - &ref_1735 - schema: *ref_1733 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1734 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1734 - protocol: {} - language: - default: &ref_1736 - name: VirtualMachineImagesEdgeZoneClientListResponse - description: VirtualMachineImagesEdgeZoneClientListResponse contains the response from method VirtualMachineImagesEdgeZoneClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1735 - go: *ref_1736 - protocol: {} protocol: {} - operationId: VirtualMachineImagesEdgeZone_ListOffers apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1737 + - *ref_1326 + - &ref_1491 schema: *ref_3 implementation: Method required: true @@ -52201,14 +35339,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1738 + - &ref_1492 schema: *ref_3 implementation: Method required: true @@ -52217,14 +35351,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - &ref_1739 + - &ref_1493 schema: *ref_3 implementation: Method required: true @@ -52233,14 +35363,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52249,17 +35375,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52268,10 +35390,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52280,27 +35398,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers method: get uri: '{$host}' signatureParameters: - - *ref_1737 - - *ref_1738 - - *ref_1739 + - *ref_1491 + - *ref_1492 + - *ref_1493 responses: - - schema: *ref_1740 + - schema: *ref_1494 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52309,14 +35421,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -52328,65 +35437,13 @@ operationGroups: default: name: ListOffers description: Gets a list of virtual machine image offers for the specified location, edge zone and publisher. - go: - name: ListOffers - description: |- - Gets a list of virtual machine image offers for the specified location, edge zone and publisher. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: &ref_3689 - schema: - type: object - language: - default: &ref_1741 - name: VirtualMachineImagesEdgeZoneClientListOffersOptions - description: VirtualMachineImagesEdgeZoneClientListOffersOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListOffers method. - go: *ref_1741 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesEdgeZoneClientListOffersOptions - language: - default: &ref_1742 - name: options - description: VirtualMachineImagesEdgeZoneClientListOffersOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListOffers method. - go: *ref_1742 - protocol: {} - protocolNaming: - internalMethod: listOffers - requestMethod: listOffersCreateRequest - responseMethod: listOffersHandleResponse - responseEnv: &ref_3903 - type: object - properties: - - &ref_1744 - schema: *ref_1740 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1743 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1743 - protocol: {} - language: - default: &ref_1745 - name: VirtualMachineImagesEdgeZoneClientListOffersResponse - description: VirtualMachineImagesEdgeZoneClientListOffersResponse contains the response from method VirtualMachineImagesEdgeZoneClient.ListOffers. - marshallingFormat: json - responseType: true - resultProp: *ref_1744 - go: *ref_1745 - protocol: {} protocol: {} - operationId: VirtualMachineImagesEdgeZone_ListPublishers apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1746 + - *ref_1326 + - &ref_1495 schema: *ref_3 implementation: Method required: true @@ -52395,14 +35452,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1747 + - &ref_1496 schema: *ref_3 implementation: Method required: true @@ -52411,14 +35464,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52427,17 +35476,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52446,10 +35491,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52458,26 +35499,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers method: get uri: '{$host}' signatureParameters: - - *ref_1746 - - *ref_1747 + - *ref_1495 + - *ref_1496 responses: - - schema: *ref_1748 + - schema: *ref_1497 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52486,14 +35521,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -52505,65 +35537,13 @@ operationGroups: default: name: ListPublishers description: Gets a list of virtual machine image publishers for the specified Azure location and edge zone. - go: - name: ListPublishers - description: |- - Gets a list of virtual machine image publishers for the specified Azure location and edge zone. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: &ref_3690 - schema: - type: object - language: - default: &ref_1749 - name: VirtualMachineImagesEdgeZoneClientListPublishersOptions - description: VirtualMachineImagesEdgeZoneClientListPublishersOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListPublishers method. - go: *ref_1749 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesEdgeZoneClientListPublishersOptions - language: - default: &ref_1750 - name: options - description: VirtualMachineImagesEdgeZoneClientListPublishersOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListPublishers method. - go: *ref_1750 - protocol: {} - protocolNaming: - internalMethod: listPublishers - requestMethod: listPublishersCreateRequest - responseMethod: listPublishersHandleResponse - responseEnv: &ref_3904 - type: object - properties: - - &ref_1752 - schema: *ref_1748 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1751 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1751 - protocol: {} - language: - default: &ref_1753 - name: VirtualMachineImagesEdgeZoneClientListPublishersResponse - description: VirtualMachineImagesEdgeZoneClientListPublishersResponse contains the response from method VirtualMachineImagesEdgeZoneClient.ListPublishers. - marshallingFormat: json - responseType: true - resultProp: *ref_1752 - go: *ref_1753 - protocol: {} protocol: {} - operationId: VirtualMachineImagesEdgeZone_ListSkus apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1754 + - *ref_1326 + - &ref_1498 schema: *ref_3 implementation: Method required: true @@ -52572,14 +35552,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1755 + - &ref_1499 schema: *ref_3 implementation: Method required: true @@ -52588,14 +35564,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - &ref_1756 + - &ref_1500 schema: *ref_3 implementation: Method required: true @@ -52604,14 +35576,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1757 + - &ref_1501 schema: *ref_3 implementation: Method required: true @@ -52620,14 +35588,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52636,17 +35600,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52655,10 +35615,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52667,28 +35623,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus method: get uri: '{$host}' signatureParameters: - - *ref_1754 - - *ref_1755 - - *ref_1756 - - *ref_1757 + - *ref_1498 + - *ref_1499 + - *ref_1500 + - *ref_1501 responses: - - schema: *ref_1758 + - schema: *ref_1502 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52697,14 +35647,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -52716,70 +35663,11 @@ operationGroups: default: name: ListSkus description: Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. - go: - name: ListSKUs - description: |- - Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: &ref_3691 - schema: - type: object - language: - default: &ref_1759 - name: VirtualMachineImagesEdgeZoneClientListSKUsOptions - description: VirtualMachineImagesEdgeZoneClientListSKUsOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListSKUs method. - go: *ref_1759 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesEdgeZoneClientListSKUsOptions - language: - default: &ref_1760 - name: options - description: VirtualMachineImagesEdgeZoneClientListSKUsOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListSKUs method. - go: *ref_1760 - protocol: {} - protocolNaming: - internalMethod: listSKUs - requestMethod: listSKUsCreateRequest - responseMethod: listSKUsHandleResponse - responseEnv: &ref_3905 - type: object - properties: - - &ref_1762 - schema: *ref_1758 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1761 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1761 - protocol: {} - language: - default: &ref_1763 - name: VirtualMachineImagesEdgeZoneClientListSKUsResponse - description: VirtualMachineImagesEdgeZoneClientListSKUsResponse contains the response from method VirtualMachineImagesEdgeZoneClient.ListSKUs. - marshallingFormat: json - responseType: true - resultProp: *ref_1762 - go: *ref_1763 - protocol: {} protocol: {} language: default: name: VirtualMachineImagesEdgeZone description: '' - go: - name: VirtualMachineImagesEdgeZone - description: '' - clientCtorName: NewVirtualMachineImagesEdgeZoneClient - clientName: VirtualMachineImagesEdgeZoneClient - clientParams: - - *ref_1336 protocol: {} - $key: Usage operations: @@ -52787,9 +35675,9 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1765 - schema: *ref_1764 + - *ref_1326 + - &ref_1504 + schema: *ref_1503 implementation: Method required: true language: @@ -52797,14 +35685,10 @@ operationGroups: name: location description: The location for which resource usage is queried. serializedName: location - go: - name: location - description: The location for which resource usage is queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52813,17 +35697,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52832,10 +35712,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52844,25 +35720,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages method: get uri: '{$host}' signatureParameters: - - *ref_1765 + - *ref_1504 responses: - - schema: *ref_1766 + - schema: *ref_1505 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52879,71 +35749,11 @@ operationGroups: description: Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. paging: nextLinkName: nextLink - go: - name: List - description: Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. - azureARM: true - clientName: UsageClient - openApiType: arm - optionalParamGroup: &ref_3692 - schema: - type: object - language: - default: &ref_1767 - name: UsageClientListOptions - description: UsageClientListOptions contains the optional parameters for the UsageClient.NewListPager method. - go: *ref_1767 - protocol: {} - originalParameter: [] - required: false - serializedName: UsageClientListOptions - language: - default: &ref_1768 - name: options - description: UsageClientListOptions contains the optional parameters for the UsageClient.NewListPager method. - go: *ref_1768 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3906 - type: object - properties: - - &ref_1770 - schema: *ref_1766 - serializedName: ListUsagesResult - language: - default: &ref_1769 - name: ListUsagesResult - description: The List Usages operation response. - byValue: true - embeddedType: true - go: *ref_1769 - protocol: {} - language: - default: &ref_1771 - name: UsageClientListResponse - description: UsageClientListResponse contains the response from method UsageClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1770 - go: *ref_1771 - protocol: {} protocol: {} language: default: name: Usage description: '' - go: - name: Usage - description: '' - clientCtorName: NewUsageClient - clientName: UsageClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachines operations: @@ -52951,9 +35761,9 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1772 - schema: *ref_1764 + - *ref_1326 + - &ref_1506 + schema: *ref_1503 implementation: Method required: true language: @@ -52961,14 +35771,10 @@ operationGroups: name: location description: The location for which virtual machines under the subscription are queried. serializedName: location - go: - name: location - description: The location for which virtual machines under the subscription are queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52977,17 +35783,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52996,10 +35798,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53008,25 +35806,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines method: get uri: '{$host}' signatureParameters: - - *ref_1772 + - *ref_1506 responses: - - schema: *ref_1773 + - schema: *ref_1507 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -53134,66 +35926,13 @@ operationGroups: description: Gets all the virtual machines under the specified subscription for the specified location. paging: nextLinkName: nextLink - go: - name: ListByLocation - description: Gets all the virtual machines under the specified subscription for the specified location. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3693 - schema: - type: object - language: - default: &ref_1774 - name: VirtualMachinesClientListByLocationOptions - description: VirtualMachinesClientListByLocationOptions contains the optional parameters for the VirtualMachinesClient.NewListByLocationPager method. - go: *ref_1774 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientListByLocationOptions - language: - default: &ref_1775 - name: options - description: VirtualMachinesClientListByLocationOptions contains the optional parameters for the VirtualMachinesClient.NewListByLocationPager method. - go: *ref_1775 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByLocation - requestMethod: listByLocationCreateRequest - responseMethod: listByLocationHandleResponse - responseEnv: &ref_3907 - type: object - properties: - - &ref_1777 - schema: *ref_1773 - serializedName: VirtualMachineListResult - language: - default: &ref_1776 - name: VirtualMachineListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1776 - protocol: {} - language: - default: &ref_1778 - name: VirtualMachinesClientListByLocationResponse - description: VirtualMachinesClientListByLocationResponse contains the response from method VirtualMachinesClient.NewListByLocationPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1777 - go: *ref_1778 - protocol: {} protocol: {} - operationId: VirtualMachines_Capture apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1782 + - *ref_1326 + - &ref_1511 schema: *ref_3 implementation: Method required: true @@ -53202,14 +35941,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1783 + - &ref_1512 schema: *ref_3 implementation: Method required: true @@ -53218,14 +35953,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -53234,33 +35965,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1781 + application/json: &ref_1510 parameters: - - &ref_1780 - schema: *ref_1779 + - &ref_1509 + schema: *ref_1508 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Capture Virtual Machine operation. - go: - name: parameters - description: Parameters supplied to the Capture Virtual Machine operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53269,22 +35993,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1780 + - *ref_1509 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/capture @@ -53294,19 +36011,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1781 + - *ref_1510 signatureParameters: - - *ref_1782 - - *ref_1783 + - *ref_1511 + - *ref_1512 responses: - schema: *ref_81 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -53318,9 +36032,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -53333,82 +36044,13 @@ operationGroups: default: name: Capture description: Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. - go: - name: Capture - description: |- - Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3694 - schema: - type: object - language: - default: &ref_1784 - name: VirtualMachinesClientBeginCaptureOptions - description: VirtualMachinesClientBeginCaptureOptions contains the optional parameters for the VirtualMachinesClient.BeginCapture method. - go: *ref_1784 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1785 - name: string - description: '' - go: *ref_1785 - protocol: {} - language: - default: &ref_1786 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1786 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginCaptureOptions - language: - default: &ref_1787 - name: options - description: VirtualMachinesClientBeginCaptureOptions contains the optional parameters for the VirtualMachinesClient.BeginCapture method. - go: *ref_1787 - protocol: {} - protocolNaming: - internalMethod: capture - requestMethod: captureCreateRequest - responseMethod: captureHandleResponse - responseEnv: &ref_3908 - type: object - properties: - - &ref_1789 - schema: *ref_81 - serializedName: VirtualMachineCaptureResult - language: - default: &ref_1788 - name: VirtualMachineCaptureResult - description: Output of virtual machine capture operation. - byValue: true - embeddedType: true - go: *ref_1788 - protocol: {} - language: - default: &ref_1790 - name: VirtualMachinesClientCaptureResponse - description: VirtualMachinesClientCaptureResponse contains the response from method VirtualMachinesClient.BeginCapture. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1789 - go: *ref_1790 - protocol: {} protocol: {} - operationId: VirtualMachines_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1793 + - *ref_1326 + - &ref_1515 schema: *ref_3 implementation: Method required: true @@ -53417,14 +36059,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1794 + - &ref_1516 schema: *ref_3 implementation: Method required: true @@ -53433,14 +36071,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -53449,18 +36083,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1792 + application/json: &ref_1514 parameters: - - &ref_1791 + - &ref_1513 schema: *ref_571 implementation: Method required: true @@ -53468,14 +36098,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Create Virtual Machine operation. - go: - name: parameters - description: Parameters supplied to the Create Virtual Machine operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53484,22 +36111,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1791 + - *ref_1513 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} @@ -53509,19 +36129,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1792 + - *ref_1514 signatureParameters: - - *ref_1793 - - *ref_1794 + - *ref_1515 + - *ref_1516 responses: - schema: *ref_571 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -53534,9 +36151,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -57371,82 +39985,13 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. - go: - name: CreateOrUpdate - description: |- - The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3695 - schema: - type: object - language: - default: &ref_1795 - name: VirtualMachinesClientBeginCreateOrUpdateOptions - description: VirtualMachinesClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachinesClient.BeginCreateOrUpdate method. - go: *ref_1795 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1796 - name: string - description: '' - go: *ref_1796 - protocol: {} - language: - default: &ref_1797 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1797 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginCreateOrUpdateOptions - language: - default: &ref_1798 - name: options - description: VirtualMachinesClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachinesClient.BeginCreateOrUpdate method. - go: *ref_1798 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3909 - type: object - properties: - - &ref_1800 - schema: *ref_571 - serializedName: VirtualMachine - language: - default: &ref_1799 - name: VirtualMachine - description: Describes a Virtual Machine. - byValue: true - embeddedType: true - go: *ref_1799 - protocol: {} - language: - default: &ref_1801 - name: VirtualMachinesClientCreateOrUpdateResponse - description: VirtualMachinesClientCreateOrUpdateResponse contains the response from method VirtualMachinesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1800 - go: *ref_1801 - protocol: {} protocol: {} - operationId: VirtualMachines_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1804 + - *ref_1326 + - &ref_1519 schema: *ref_3 implementation: Method required: true @@ -57455,14 +40000,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1805 + - &ref_1520 schema: *ref_3 implementation: Method required: true @@ -57471,14 +40012,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -57487,33 +40024,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1803 + application/json: &ref_1518 parameters: - - &ref_1802 - schema: *ref_627 + - &ref_1517 + schema: *ref_626 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Virtual Machine operation. - go: - name: parameters - description: Parameters supplied to the Update Virtual Machine operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57522,22 +40052,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1802 + - *ref_1517 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} @@ -57547,19 +40070,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1803 + - *ref_1518 signatureParameters: - - *ref_1804 - - *ref_1805 + - *ref_1519 + - *ref_1520 responses: - schema: *ref_571 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -57762,82 +40282,13 @@ operationGroups: default: name: Update description: The operation to update a virtual machine. - go: - name: Update - description: |- - The operation to update a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3696 - schema: - type: object - language: - default: &ref_1806 - name: VirtualMachinesClientBeginUpdateOptions - description: VirtualMachinesClientBeginUpdateOptions contains the optional parameters for the VirtualMachinesClient.BeginUpdate method. - go: *ref_1806 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1807 - name: string - description: '' - go: *ref_1807 - protocol: {} - language: - default: &ref_1808 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1808 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginUpdateOptions - language: - default: &ref_1809 - name: options - description: VirtualMachinesClientBeginUpdateOptions contains the optional parameters for the VirtualMachinesClient.BeginUpdate method. - go: *ref_1809 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3910 - type: object - properties: - - &ref_1811 - schema: *ref_571 - serializedName: VirtualMachine - language: - default: &ref_1810 - name: VirtualMachine - description: Describes a Virtual Machine. - byValue: true - embeddedType: true - go: *ref_1810 - protocol: {} - language: - default: &ref_1812 - name: VirtualMachinesClientUpdateResponse - description: VirtualMachinesClientUpdateResponse contains the response from method VirtualMachinesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1811 - go: *ref_1812 - protocol: {} protocol: {} - operationId: VirtualMachines_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1819 + - *ref_1326 + - &ref_1522 schema: *ref_3 implementation: Method required: true @@ -57846,14 +40297,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1820 + - &ref_1523 schema: *ref_3 implementation: Method required: true @@ -57862,63 +40309,21 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_1815 - schema: *ref_1813 + - &ref_1524 + schema: *ref_1521 implementation: Method language: default: name: forceDeletion description: Optional parameter to force delete virtual machines.(Feature in Preview) serializedName: forceDeletion - go: - name: ForceDeletion - description: Optional parameter to force delete virtual machines.(Feature in Preview) - paramGroup: &ref_1821 - schema: - type: object - language: - default: &ref_1814 - name: VirtualMachinesClientBeginDeleteOptions - description: VirtualMachinesClientBeginDeleteOptions contains the optional parameters for the VirtualMachinesClient.BeginDelete method. - go: *ref_1814 - protocol: {} - originalParameter: - - *ref_1815 - - schema: - type: string - language: - default: &ref_1816 - name: string - description: '' - go: *ref_1816 - protocol: {} - language: - default: &ref_1817 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1817 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginDeleteOptions - language: - default: &ref_1818 - name: options - description: VirtualMachinesClientBeginDeleteOptions contains the optional parameters for the VirtualMachinesClient.BeginDelete method. - go: *ref_1818 - protocol: {} - serializedName: forceDeletion protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -57927,39 +40332,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} method: delete uri: '{$host}' signatureParameters: - - *ref_1819 - - *ref_1820 - - *ref_1815 + - *ref_1522 + - *ref_1523 + - *ref_1524 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -57968,9 +40363,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -57979,9 +40371,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -58005,36 +40394,13 @@ operationGroups: default: name: Delete description: The operation to delete a virtual machine. - go: - name: Delete - description: |- - The operation to delete a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1821 - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3911 - type: object - language: - default: &ref_1822 - name: VirtualMachinesClientDeleteResponse - description: VirtualMachinesClientDeleteResponse contains the response from method VirtualMachinesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1822 - protocol: {} protocol: {} - operationId: VirtualMachines_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1826 + - *ref_1326 + - &ref_1525 schema: *ref_3 implementation: Method required: true @@ -58043,14 +40409,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1827 + - &ref_1526 schema: *ref_3 implementation: Method required: true @@ -58059,15 +40421,11 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_1824 - schema: *ref_1457 + - &ref_1527 + schema: *ref_1374 implementation: Method language: default: @@ -58076,35 +40434,10 @@ operationGroups: The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation. serializedName: $expand - go: - name: Expand - description: |- - The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control - plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation. - paramGroup: &ref_1828 - schema: - type: object - language: - default: &ref_1823 - name: VirtualMachinesClientGetOptions - description: VirtualMachinesClientGetOptions contains the optional parameters for the VirtualMachinesClient.Get method. - go: *ref_1823 - protocol: {} - originalParameter: - - *ref_1824 - required: false - serializedName: VirtualMachinesClientGetOptions - language: - default: &ref_1825 - name: options - description: VirtualMachinesClientGetOptions contains the optional parameters for the VirtualMachinesClient.Get method. - go: *ref_1825 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -58113,17 +40446,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58132,10 +40461,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -58144,27 +40469,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} method: get uri: '{$host}' signatureParameters: - - *ref_1826 - - *ref_1827 - - *ref_1824 + - *ref_1525 + - *ref_1526 + - *ref_1527 responses: - schema: *ref_571 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -58315,49 +40634,13 @@ operationGroups: default: name: Get description: Retrieves information about the model view or the instance view of a virtual machine. - go: - name: Get - description: |- - Retrieves information about the model view or the instance view of a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1828 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3912 - type: object - properties: - - &ref_1830 - schema: *ref_571 - serializedName: VirtualMachine - language: - default: &ref_1829 - name: VirtualMachine - description: Describes a Virtual Machine. - byValue: true - embeddedType: true - go: *ref_1829 - protocol: {} - language: - default: &ref_1831 - name: VirtualMachinesClientGetResponse - description: VirtualMachinesClientGetResponse contains the response from method VirtualMachinesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1830 - go: *ref_1831 - protocol: {} protocol: {} - operationId: VirtualMachines_InstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1832 + - *ref_1326 + - &ref_1528 schema: *ref_3 implementation: Method required: true @@ -58366,14 +40649,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1833 + - &ref_1529 schema: *ref_3 implementation: Method required: true @@ -58382,14 +40661,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -58398,17 +40673,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58417,10 +40688,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -58429,26 +40696,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_1832 - - *ref_1833 + - *ref_1528 + - *ref_1529 responses: - - schema: *ref_694 + - schema: *ref_693 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -58599,66 +40860,13 @@ operationGroups: default: name: InstanceView description: Retrieves information about the run-time state of a virtual machine. - go: - name: InstanceView - description: |- - Retrieves information about the run-time state of a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3697 - schema: - type: object - language: - default: &ref_1834 - name: VirtualMachinesClientInstanceViewOptions - description: VirtualMachinesClientInstanceViewOptions contains the optional parameters for the VirtualMachinesClient.InstanceView method. - go: *ref_1834 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientInstanceViewOptions - language: - default: &ref_1835 - name: options - description: VirtualMachinesClientInstanceViewOptions contains the optional parameters for the VirtualMachinesClient.InstanceView method. - go: *ref_1835 - protocol: {} - protocolNaming: - internalMethod: instanceView - requestMethod: instanceViewCreateRequest - responseMethod: instanceViewHandleResponse - responseEnv: &ref_3913 - type: object - properties: - - &ref_1837 - schema: *ref_694 - serializedName: VirtualMachineInstanceView - language: - default: &ref_1836 - name: VirtualMachineInstanceView - description: The instance view of a virtual machine. - byValue: true - embeddedType: true - go: *ref_1836 - protocol: {} - language: - default: &ref_1838 - name: VirtualMachinesClientInstanceViewResponse - description: VirtualMachinesClientInstanceViewResponse contains the response from method VirtualMachinesClient.InstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_1837 - go: *ref_1838 - protocol: {} protocol: {} - operationId: VirtualMachines_ConvertToManagedDisks apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1839 + - *ref_1326 + - &ref_1530 schema: *ref_3 implementation: Method required: true @@ -58667,14 +40875,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1840 + - &ref_1531 schema: *ref_3 implementation: Method required: true @@ -58683,14 +40887,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -58699,38 +40899,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/convertToManagedDisks method: post uri: '{$host}' signatureParameters: - - *ref_1839 - - *ref_1840 + - *ref_1530 + - *ref_1531 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -58739,9 +40929,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -58752,68 +40939,13 @@ operationGroups: default: name: ConvertToManagedDisks description: Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. - go: - name: ConvertToManagedDisks - description: |- - Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3698 - schema: - type: object - language: - default: &ref_1841 - name: VirtualMachinesClientBeginConvertToManagedDisksOptions - description: VirtualMachinesClientBeginConvertToManagedDisksOptions contains the optional parameters for the VirtualMachinesClient.BeginConvertToManagedDisks method. - go: *ref_1841 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1842 - name: string - description: '' - go: *ref_1842 - protocol: {} - language: - default: &ref_1843 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1843 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginConvertToManagedDisksOptions - language: - default: &ref_1844 - name: options - description: VirtualMachinesClientBeginConvertToManagedDisksOptions contains the optional parameters for the VirtualMachinesClient.BeginConvertToManagedDisks method. - go: *ref_1844 - protocol: {} - protocolNaming: - internalMethod: convertToManagedDisks - requestMethod: convertToManagedDisksCreateRequest - responseMethod: convertToManagedDisksHandleResponse - responseEnv: &ref_3914 - type: object - language: - default: &ref_1845 - name: VirtualMachinesClientConvertToManagedDisksResponse - description: VirtualMachinesClientConvertToManagedDisksResponse contains the response from method VirtualMachinesClient.BeginConvertToManagedDisks. - forLRO: true - responseType: true - go: *ref_1845 - protocol: {} protocol: {} - operationId: VirtualMachines_Deallocate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1846 + - *ref_1326 + - &ref_1532 schema: *ref_3 implementation: Method required: true @@ -58822,14 +40954,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1847 + - &ref_1533 schema: *ref_3 implementation: Method required: true @@ -58838,14 +40966,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -58854,38 +40978,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/deallocate method: post uri: '{$host}' signatureParameters: - - *ref_1846 - - *ref_1847 + - *ref_1532 + - *ref_1533 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -58894,9 +41008,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -58907,68 +41018,13 @@ operationGroups: default: name: Deallocate description: Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. - go: - name: Deallocate - description: |- - Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3699 - schema: - type: object - language: - default: &ref_1848 - name: VirtualMachinesClientBeginDeallocateOptions - description: VirtualMachinesClientBeginDeallocateOptions contains the optional parameters for the VirtualMachinesClient.BeginDeallocate method. - go: *ref_1848 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1849 - name: string - description: '' - go: *ref_1849 - protocol: {} - language: - default: &ref_1850 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1850 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginDeallocateOptions - language: - default: &ref_1851 - name: options - description: VirtualMachinesClientBeginDeallocateOptions contains the optional parameters for the VirtualMachinesClient.BeginDeallocate method. - go: *ref_1851 - protocol: {} - protocolNaming: - internalMethod: deallocate - requestMethod: deallocateCreateRequest - responseMethod: deallocateHandleResponse - responseEnv: &ref_3915 - type: object - language: - default: &ref_1852 - name: VirtualMachinesClientDeallocateResponse - description: VirtualMachinesClientDeallocateResponse contains the response from method VirtualMachinesClient.BeginDeallocate. - forLRO: true - responseType: true - go: *ref_1852 - protocol: {} protocol: {} - operationId: VirtualMachines_Generalize apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1853 + - *ref_1326 + - &ref_1534 schema: *ref_3 implementation: Method required: true @@ -58977,14 +41033,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1854 + - &ref_1535 schema: *ref_3 implementation: Method required: true @@ -58993,14 +41045,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59009,38 +41057,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/generalize method: post uri: '{$host}' signatureParameters: - - *ref_1853 - - *ref_1854 + - *ref_1534 + - *ref_1535 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -59063,54 +41101,13 @@ operationGroups: Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation.
    For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).
    For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). - go: - name: Generalize - description: |- - Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. For Windows, please refer to Create a managed image of a - generalized VM in Azure [https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource]. For Linux, please refer to How to create an image of a virtual machine or VHD - [https://docs.microsoft.com/azure/virtual-machines/linux/capture-image]. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3700 - schema: - type: object - language: - default: &ref_1855 - name: VirtualMachinesClientGeneralizeOptions - description: VirtualMachinesClientGeneralizeOptions contains the optional parameters for the VirtualMachinesClient.Generalize method. - go: *ref_1855 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientGeneralizeOptions - language: - default: &ref_1856 - name: options - description: VirtualMachinesClientGeneralizeOptions contains the optional parameters for the VirtualMachinesClient.Generalize method. - go: *ref_1856 - protocol: {} - protocolNaming: - internalMethod: generalize - requestMethod: generalizeCreateRequest - responseMethod: generalizeHandleResponse - responseEnv: &ref_3916 - type: object - language: - default: &ref_1857 - name: VirtualMachinesClientGeneralizeResponse - description: VirtualMachinesClientGeneralizeResponse contains the response from method VirtualMachinesClient.Generalize. - responseType: true - go: *ref_1857 - protocol: {} protocol: {} - operationId: VirtualMachines_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1858 + - *ref_1326 + - &ref_1536 schema: *ref_3 implementation: Method required: true @@ -59119,14 +41116,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59135,17 +41128,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59154,10 +41143,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59166,25 +41151,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines method: get uri: '{$host}' signatureParameters: - - *ref_1858 + - *ref_1536 responses: - - schema: *ref_1773 + - schema: *ref_1507 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -59201,66 +41180,13 @@ operationGroups: description: Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. paging: nextLinkName: nextLink - go: - name: List - description: Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3701 - schema: - type: object - language: - default: &ref_1859 - name: VirtualMachinesClientListOptions - description: VirtualMachinesClientListOptions contains the optional parameters for the VirtualMachinesClient.NewListPager method. - go: *ref_1859 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientListOptions - language: - default: &ref_1860 - name: options - description: VirtualMachinesClientListOptions contains the optional parameters for the VirtualMachinesClient.NewListPager method. - go: *ref_1860 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3917 - type: object - properties: - - &ref_1862 - schema: *ref_1773 - serializedName: VirtualMachineListResult - language: - default: &ref_1861 - name: VirtualMachineListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1861 - protocol: {} - language: - default: &ref_1863 - name: VirtualMachinesClientListResponse - description: VirtualMachinesClientListResponse contains the response from method VirtualMachinesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1862 - go: *ref_1863 - protocol: {} protocol: {} - operationId: VirtualMachines_ListAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59269,15 +41195,11 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_1865 + - *ref_1330 + - &ref_1537 schema: *ref_3 implementation: Method language: @@ -59285,35 +41207,12 @@ operationGroups: name: statusOnly description: statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. serializedName: statusOnly - go: - name: StatusOnly - description: statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. - paramGroup: &ref_1867 - schema: - type: object - language: - default: &ref_1864 - name: VirtualMachinesClientListAllOptions - description: VirtualMachinesClientListAllOptions contains the optional parameters for the VirtualMachinesClient.NewListAllPager method. - go: *ref_1864 - protocol: {} - originalParameter: - - *ref_1865 - required: false - serializedName: VirtualMachinesClientListAllOptions - language: - default: &ref_1866 - name: options - description: VirtualMachinesClientListAllOptions contains the optional parameters for the VirtualMachinesClient.NewListAllPager method. - go: *ref_1866 - protocol: {} - serializedName: statusOnly protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59322,10 +41221,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59334,25 +41229,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines method: get uri: '{$host}' signatureParameters: - - *ref_1865 + - *ref_1537 responses: - - schema: *ref_1773 + - schema: *ref_1507 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -59369,49 +41258,13 @@ operationGroups: description: Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. paging: nextLinkName: nextLink - go: - name: ListAll - description: Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1867 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAll - requestMethod: listAllCreateRequest - responseMethod: listAllHandleResponse - responseEnv: &ref_3918 - type: object - properties: - - &ref_1869 - schema: *ref_1773 - serializedName: VirtualMachineListResult - language: - default: &ref_1868 - name: VirtualMachineListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1868 - protocol: {} - language: - default: &ref_1870 - name: VirtualMachinesClientListAllResponse - description: VirtualMachinesClientListAllResponse contains the response from method VirtualMachinesClient.NewListAllPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1869 - go: *ref_1870 - protocol: {} protocol: {} - operationId: VirtualMachines_ListAvailableSizes apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1871 + - *ref_1326 + - &ref_1538 schema: *ref_3 implementation: Method required: true @@ -59420,14 +41273,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1872 + - &ref_1539 schema: *ref_3 implementation: Method required: true @@ -59436,14 +41285,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59452,17 +41297,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59471,10 +41312,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59483,26 +41320,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/vmSizes method: get uri: '{$host}' signatureParameters: - - *ref_1871 - - *ref_1872 + - *ref_1538 + - *ref_1539 responses: - - schema: *ref_1384 + - schema: *ref_1348 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -59543,66 +41374,13 @@ operationGroups: description: Lists all available virtual machine sizes to which the specified virtual machine can be resized. paging: nextLinkName: null - go: - name: ListAvailableSizes - description: Lists all available virtual machine sizes to which the specified virtual machine can be resized. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3702 - schema: - type: object - language: - default: &ref_1873 - name: VirtualMachinesClientListAvailableSizesOptions - description: VirtualMachinesClientListAvailableSizesOptions contains the optional parameters for the VirtualMachinesClient.NewListAvailableSizesPager method. - go: *ref_1873 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientListAvailableSizesOptions - language: - default: &ref_1874 - name: options - description: VirtualMachinesClientListAvailableSizesOptions contains the optional parameters for the VirtualMachinesClient.NewListAvailableSizesPager method. - go: *ref_1874 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listAvailableSizes - requestMethod: listAvailableSizesCreateRequest - responseMethod: listAvailableSizesHandleResponse - responseEnv: &ref_3919 - type: object - properties: - - &ref_1876 - schema: *ref_1384 - serializedName: VirtualMachineSizeListResult - language: - default: &ref_1875 - name: VirtualMachineSizeListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1875 - protocol: {} - language: - default: &ref_1877 - name: VirtualMachinesClientListAvailableSizesResponse - description: VirtualMachinesClientListAvailableSizesResponse contains the response from method VirtualMachinesClient.NewListAvailableSizesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1876 - go: *ref_1877 - protocol: {} protocol: {} - operationId: VirtualMachines_PowerOff apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1884 + - *ref_1326 + - &ref_1541 schema: *ref_3 implementation: Method required: true @@ -59611,14 +41389,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1885 + - &ref_1542 schema: *ref_3 implementation: Method required: true @@ -59627,63 +41401,21 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_1880 - schema: *ref_1878 + - &ref_1543 + schema: *ref_1540 implementation: Method language: default: name: skipShutdown description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified serializedName: skipShutdown - go: - name: SkipShutdown - description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified - paramGroup: &ref_1886 - schema: - type: object - language: - default: &ref_1879 - name: VirtualMachinesClientBeginPowerOffOptions - description: VirtualMachinesClientBeginPowerOffOptions contains the optional parameters for the VirtualMachinesClient.BeginPowerOff method. - go: *ref_1879 - protocol: {} - originalParameter: - - *ref_1880 - - schema: - type: string - language: - default: &ref_1881 - name: string - description: '' - go: *ref_1881 - protocol: {} - language: - default: &ref_1882 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1882 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginPowerOffOptions - language: - default: &ref_1883 - name: options - description: VirtualMachinesClientBeginPowerOffOptions contains the optional parameters for the VirtualMachinesClient.BeginPowerOff method. - go: *ref_1883 - protocol: {} - serializedName: skipShutdown protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59692,39 +41424,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/powerOff method: post uri: '{$host}' signatureParameters: - - *ref_1884 - - *ref_1885 - - *ref_1880 + - *ref_1541 + - *ref_1542 + - *ref_1543 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -59733,9 +41455,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -59746,36 +41465,13 @@ operationGroups: default: name: PowerOff description: The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. - go: - name: PowerOff - description: |- - The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1886 - protocolNaming: - internalMethod: powerOff - requestMethod: powerOffCreateRequest - responseMethod: powerOffHandleResponse - responseEnv: &ref_3920 - type: object - language: - default: &ref_1887 - name: VirtualMachinesClientPowerOffResponse - description: VirtualMachinesClientPowerOffResponse contains the response from method VirtualMachinesClient.BeginPowerOff. - forLRO: true - responseType: true - go: *ref_1887 - protocol: {} protocol: {} - operationId: VirtualMachines_Reapply apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1888 + - *ref_1326 + - &ref_1544 schema: *ref_3 implementation: Method required: true @@ -59784,14 +41480,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1889 + - &ref_1545 schema: *ref_3 implementation: Method required: true @@ -59800,14 +41492,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59816,17 +41504,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59835,10 +41519,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59847,25 +41527,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reapply method: post uri: '{$host}' signatureParameters: - - *ref_1888 - - *ref_1889 + - *ref_1544 + - *ref_1545 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -59874,22 +41548,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -59914,68 +41582,13 @@ operationGroups: default: name: Reapply description: The operation to reapply a virtual machine's state. - go: - name: Reapply - description: |- - The operation to reapply a virtual machine's state. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3703 - schema: - type: object - language: - default: &ref_1890 - name: VirtualMachinesClientBeginReapplyOptions - description: VirtualMachinesClientBeginReapplyOptions contains the optional parameters for the VirtualMachinesClient.BeginReapply method. - go: *ref_1890 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1891 - name: string - description: '' - go: *ref_1891 - protocol: {} - language: - default: &ref_1892 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1892 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginReapplyOptions - language: - default: &ref_1893 - name: options - description: VirtualMachinesClientBeginReapplyOptions contains the optional parameters for the VirtualMachinesClient.BeginReapply method. - go: *ref_1893 - protocol: {} - protocolNaming: - internalMethod: reapply - requestMethod: reapplyCreateRequest - responseMethod: reapplyHandleResponse - responseEnv: &ref_3921 - type: object - language: - default: &ref_1894 - name: VirtualMachinesClientReapplyResponse - description: VirtualMachinesClientReapplyResponse contains the response from method VirtualMachinesClient.BeginReapply. - forLRO: true - responseType: true - go: *ref_1894 - protocol: {} protocol: {} - operationId: VirtualMachines_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1895 + - *ref_1326 + - &ref_1546 schema: *ref_3 implementation: Method required: true @@ -59984,14 +41597,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1896 + - &ref_1547 schema: *ref_3 implementation: Method required: true @@ -60000,14 +41609,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60016,38 +41621,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_1895 - - *ref_1896 + - *ref_1546 + - *ref_1547 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60056,9 +41651,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60069,68 +41661,13 @@ operationGroups: default: name: Restart description: The operation to restart a virtual machine. - go: - name: Restart - description: |- - The operation to restart a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3704 - schema: - type: object - language: - default: &ref_1897 - name: VirtualMachinesClientBeginRestartOptions - description: VirtualMachinesClientBeginRestartOptions contains the optional parameters for the VirtualMachinesClient.BeginRestart method. - go: *ref_1897 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1898 - name: string - description: '' - go: *ref_1898 - protocol: {} - language: - default: &ref_1899 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1899 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginRestartOptions - language: - default: &ref_1900 - name: options - description: VirtualMachinesClientBeginRestartOptions contains the optional parameters for the VirtualMachinesClient.BeginRestart method. - go: *ref_1900 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_3922 - type: object - language: - default: &ref_1901 - name: VirtualMachinesClientRestartResponse - description: VirtualMachinesClientRestartResponse contains the response from method VirtualMachinesClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_1901 - protocol: {} protocol: {} - operationId: VirtualMachines_Start apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1902 + - *ref_1326 + - &ref_1548 schema: *ref_3 implementation: Method required: true @@ -60139,14 +41676,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1903 + - &ref_1549 schema: *ref_3 implementation: Method required: true @@ -60155,14 +41688,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60171,38 +41700,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/start method: post uri: '{$host}' signatureParameters: - - *ref_1902 - - *ref_1903 + - *ref_1548 + - *ref_1549 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60211,9 +41730,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60224,68 +41740,13 @@ operationGroups: default: name: Start description: The operation to start a virtual machine. - go: - name: Start - description: |- - The operation to start a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3705 - schema: - type: object - language: - default: &ref_1904 - name: VirtualMachinesClientBeginStartOptions - description: VirtualMachinesClientBeginStartOptions contains the optional parameters for the VirtualMachinesClient.BeginStart method. - go: *ref_1904 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1905 - name: string - description: '' - go: *ref_1905 - protocol: {} - language: - default: &ref_1906 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1906 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginStartOptions - language: - default: &ref_1907 - name: options - description: VirtualMachinesClientBeginStartOptions contains the optional parameters for the VirtualMachinesClient.BeginStart method. - go: *ref_1907 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_3923 - type: object - language: - default: &ref_1908 - name: VirtualMachinesClientStartResponse - description: VirtualMachinesClientStartResponse contains the response from method VirtualMachinesClient.BeginStart. - forLRO: true - responseType: true - go: *ref_1908 - protocol: {} protocol: {} - operationId: VirtualMachines_Redeploy apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1909 + - *ref_1326 + - &ref_1550 schema: *ref_3 implementation: Method required: true @@ -60294,14 +41755,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1910 + - &ref_1551 schema: *ref_3 implementation: Method required: true @@ -60310,14 +41767,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60326,38 +41779,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/redeploy method: post uri: '{$host}' signatureParameters: - - *ref_1909 - - *ref_1910 + - *ref_1550 + - *ref_1551 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60366,9 +41809,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60379,68 +41819,13 @@ operationGroups: default: name: Redeploy description: Shuts down the virtual machine, moves it to a new node, and powers it back on. - go: - name: Redeploy - description: |- - Shuts down the virtual machine, moves it to a new node, and powers it back on. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3706 - schema: - type: object - language: - default: &ref_1911 - name: VirtualMachinesClientBeginRedeployOptions - description: VirtualMachinesClientBeginRedeployOptions contains the optional parameters for the VirtualMachinesClient.BeginRedeploy method. - go: *ref_1911 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1912 - name: string - description: '' - go: *ref_1912 - protocol: {} - language: - default: &ref_1913 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1913 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginRedeployOptions - language: - default: &ref_1914 - name: options - description: VirtualMachinesClientBeginRedeployOptions contains the optional parameters for the VirtualMachinesClient.BeginRedeploy method. - go: *ref_1914 - protocol: {} - protocolNaming: - internalMethod: redeploy - requestMethod: redeployCreateRequest - responseMethod: redeployHandleResponse - responseEnv: &ref_3924 - type: object - language: - default: &ref_1915 - name: VirtualMachinesClientRedeployResponse - description: VirtualMachinesClientRedeployResponse contains the response from method VirtualMachinesClient.BeginRedeploy. - forLRO: true - responseType: true - go: *ref_1915 - protocol: {} protocol: {} - operationId: VirtualMachines_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1922 + - *ref_1326 + - &ref_1554 schema: *ref_3 implementation: Method required: true @@ -60449,14 +41834,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1923 + - &ref_1555 schema: *ref_3 implementation: Method required: true @@ -60465,14 +41846,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60481,75 +41858,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1921 + application/json: &ref_1553 parameters: - - &ref_1917 - schema: *ref_728 + - &ref_1552 + schema: *ref_727 implementation: Method required: false language: default: name: parameters description: Parameters supplied to the Reimage Virtual Machine operation. - go: - name: Parameters - description: Parameters supplied to the Reimage Virtual Machine operation. - paramGroup: &ref_1924 - schema: - type: object - language: - default: &ref_1916 - name: VirtualMachinesClientBeginReimageOptions - description: VirtualMachinesClientBeginReimageOptions contains the optional parameters for the VirtualMachinesClient.BeginReimage method. - go: *ref_1916 - protocol: {} - originalParameter: - - *ref_1917 - - schema: - type: string - language: - default: &ref_1918 - name: string - description: '' - go: *ref_1918 - protocol: {} - language: - default: &ref_1919 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1919 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginReimageOptions - language: - default: &ref_1920 - name: options - description: VirtualMachinesClientBeginReimageOptions contains the optional parameters for the VirtualMachinesClient.BeginReimage method. - go: *ref_1920 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_1917 + - *ref_1552 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reimage @@ -60559,18 +41892,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1921 + - *ref_1553 signatureParameters: - - *ref_1922 - - *ref_1923 + - *ref_1554 + - *ref_1555 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60579,9 +41909,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60605,36 +41932,13 @@ operationGroups: default: name: Reimage description: Reimages the virtual machine which has an ephemeral OS disk back to its initial state. - go: - name: Reimage - description: |- - Reimages the virtual machine which has an ephemeral OS disk back to its initial state. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1924 - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_3925 - type: object - language: - default: &ref_1925 - name: VirtualMachinesClientReimageResponse - description: VirtualMachinesClientReimageResponse contains the response from method VirtualMachinesClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_1925 - protocol: {} protocol: {} - operationId: VirtualMachines_RetrieveBootDiagnosticsData apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1929 + - *ref_1326 + - &ref_1556 schema: *ref_3 implementation: Method required: true @@ -60643,14 +41947,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1930 + - &ref_1557 schema: *ref_3 implementation: Method required: true @@ -60659,51 +41959,21 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_1927 - schema: *ref_1598 + - &ref_1558 + schema: *ref_1424 implementation: Method language: default: name: sasUriExpirationTimeInMinutes description: 'Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes.

    NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes.' serializedName: sasUriExpirationTimeInMinutes - go: - name: SasURIExpirationTimeInMinutes - description: |- - Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes. - - NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes. - paramGroup: &ref_1932 - schema: - type: object - language: - default: &ref_1926 - name: VirtualMachinesClientRetrieveBootDiagnosticsDataOptions - description: VirtualMachinesClientRetrieveBootDiagnosticsDataOptions contains the optional parameters for the VirtualMachinesClient.RetrieveBootDiagnosticsData method. - go: *ref_1926 - protocol: {} - originalParameter: - - *ref_1927 - required: false - serializedName: VirtualMachinesClientRetrieveBootDiagnosticsDataOptions - language: - default: &ref_1928 - name: options - description: VirtualMachinesClientRetrieveBootDiagnosticsDataOptions contains the optional parameters for the VirtualMachinesClient.RetrieveBootDiagnosticsData method. - go: *ref_1928 - protocol: {} - serializedName: sasUriExpirationTimeInMinutes protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60712,17 +41982,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60731,10 +41997,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -60743,27 +42005,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/retrieveBootDiagnosticsData method: post uri: '{$host}' signatureParameters: - - *ref_1929 - - *ref_1930 - - *ref_1927 + - *ref_1556 + - *ref_1557 + - *ref_1558 responses: - - schema: *ref_1931 + - schema: *ref_1559 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -60772,14 +42028,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -60807,49 +42060,13 @@ operationGroups: default: name: RetrieveBootDiagnosticsData description: The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. - go: - name: RetrieveBootDiagnosticsData - description: |- - The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1932 - protocolNaming: - internalMethod: retrieveBootDiagnosticsData - requestMethod: retrieveBootDiagnosticsDataCreateRequest - responseMethod: retrieveBootDiagnosticsDataHandleResponse - responseEnv: &ref_3926 - type: object - properties: - - &ref_1934 - schema: *ref_1931 - serializedName: RetrieveBootDiagnosticsDataResult - language: - default: &ref_1933 - name: RetrieveBootDiagnosticsDataResult - description: The SAS URIs of the console screenshot and serial log blobs. - byValue: true - embeddedType: true - go: *ref_1933 - protocol: {} - language: - default: &ref_1935 - name: VirtualMachinesClientRetrieveBootDiagnosticsDataResponse - description: VirtualMachinesClientRetrieveBootDiagnosticsDataResponse contains the response from method VirtualMachinesClient.RetrieveBootDiagnosticsData. - marshallingFormat: json - responseType: true - resultProp: *ref_1934 - go: *ref_1935 - protocol: {} protocol: {} - operationId: VirtualMachines_PerformMaintenance apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1936 + - *ref_1326 + - &ref_1560 schema: *ref_3 implementation: Method required: true @@ -60858,14 +42075,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1937 + - &ref_1561 schema: *ref_3 implementation: Method required: true @@ -60874,14 +42087,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60890,38 +42099,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/performMaintenance method: post uri: '{$host}' signatureParameters: - - *ref_1936 - - *ref_1937 + - *ref_1560 + - *ref_1561 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60930,9 +42129,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60943,68 +42139,13 @@ operationGroups: default: name: PerformMaintenance description: The operation to perform maintenance on a virtual machine. - go: - name: PerformMaintenance - description: |- - The operation to perform maintenance on a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3707 - schema: - type: object - language: - default: &ref_1938 - name: VirtualMachinesClientBeginPerformMaintenanceOptions - description: VirtualMachinesClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachinesClient.BeginPerformMaintenance method. - go: *ref_1938 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1939 - name: string - description: '' - go: *ref_1939 - protocol: {} - language: - default: &ref_1940 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1940 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginPerformMaintenanceOptions - language: - default: &ref_1941 - name: options - description: VirtualMachinesClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachinesClient.BeginPerformMaintenance method. - go: *ref_1941 - protocol: {} - protocolNaming: - internalMethod: performMaintenance - requestMethod: performMaintenanceCreateRequest - responseMethod: performMaintenanceHandleResponse - responseEnv: &ref_3927 - type: object - language: - default: &ref_1942 - name: VirtualMachinesClientPerformMaintenanceResponse - description: VirtualMachinesClientPerformMaintenanceResponse contains the response from method VirtualMachinesClient.BeginPerformMaintenance. - forLRO: true - responseType: true - go: *ref_1942 - protocol: {} protocol: {} - operationId: VirtualMachines_SimulateEviction apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1943 + - *ref_1326 + - &ref_1562 schema: *ref_3 implementation: Method required: true @@ -61013,14 +42154,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1944 + - &ref_1563 schema: *ref_3 implementation: Method required: true @@ -61029,14 +42166,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -61045,38 +42178,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/simulateEviction method: post uri: '{$host}' signatureParameters: - - *ref_1943 - - *ref_1944 + - *ref_1562 + - *ref_1563 responses: - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -61097,52 +42220,13 @@ operationGroups: default: name: SimulateEviction description: The operation to simulate the eviction of spot virtual machine. - go: - name: SimulateEviction - description: |- - The operation to simulate the eviction of spot virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3708 - schema: - type: object - language: - default: &ref_1945 - name: VirtualMachinesClientSimulateEvictionOptions - description: VirtualMachinesClientSimulateEvictionOptions contains the optional parameters for the VirtualMachinesClient.SimulateEviction method. - go: *ref_1945 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientSimulateEvictionOptions - language: - default: &ref_1946 - name: options - description: VirtualMachinesClientSimulateEvictionOptions contains the optional parameters for the VirtualMachinesClient.SimulateEviction method. - go: *ref_1946 - protocol: {} - protocolNaming: - internalMethod: simulateEviction - requestMethod: simulateEvictionCreateRequest - responseMethod: simulateEvictionHandleResponse - responseEnv: &ref_3928 - type: object - language: - default: &ref_1947 - name: VirtualMachinesClientSimulateEvictionResponse - description: VirtualMachinesClientSimulateEvictionResponse contains the response from method VirtualMachinesClient.SimulateEviction. - responseType: true - go: *ref_1947 - protocol: {} protocol: {} - operationId: VirtualMachines_AssessPatches apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1948 + - *ref_1326 + - &ref_1564 schema: *ref_3 implementation: Method required: true @@ -61151,14 +42235,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1949 + - &ref_1565 schema: *ref_3 implementation: Method required: true @@ -61167,14 +42247,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -61183,17 +42259,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61202,10 +42274,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61214,26 +42282,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/assessPatches method: post uri: '{$host}' signatureParameters: - - *ref_1948 - - *ref_1949 + - *ref_1564 + - *ref_1565 responses: - - schema: *ref_1950 + - schema: *ref_1566 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -61245,22 +42307,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -61318,82 +42374,13 @@ operationGroups: default: name: AssessPatches description: Assess patches on the VM. - go: - name: AssessPatches - description: |- - Assess patches on the VM. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3709 - schema: - type: object - language: - default: &ref_1951 - name: VirtualMachinesClientBeginAssessPatchesOptions - description: VirtualMachinesClientBeginAssessPatchesOptions contains the optional parameters for the VirtualMachinesClient.BeginAssessPatches method. - go: *ref_1951 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1952 - name: string - description: '' - go: *ref_1952 - protocol: {} - language: - default: &ref_1953 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1953 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginAssessPatchesOptions - language: - default: &ref_1954 - name: options - description: VirtualMachinesClientBeginAssessPatchesOptions contains the optional parameters for the VirtualMachinesClient.BeginAssessPatches method. - go: *ref_1954 - protocol: {} - protocolNaming: - internalMethod: assessPatches - requestMethod: assessPatchesCreateRequest - responseMethod: assessPatchesHandleResponse - responseEnv: &ref_3929 - type: object - properties: - - &ref_1956 - schema: *ref_1950 - serializedName: VirtualMachineAssessPatchesResult - language: - default: &ref_1955 - name: VirtualMachineAssessPatchesResult - description: Describes the properties of an AssessPatches result. - byValue: true - embeddedType: true - go: *ref_1955 - protocol: {} - language: - default: &ref_1957 - name: VirtualMachinesClientAssessPatchesResponse - description: VirtualMachinesClientAssessPatchesResponse contains the response from method VirtualMachinesClient.BeginAssessPatches. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1956 - go: *ref_1957 - protocol: {} protocol: {} - operationId: VirtualMachines_InstallPatches apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1961 + - *ref_1326 + - &ref_1570 schema: *ref_3 implementation: Method required: true @@ -61402,14 +42389,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1962 + - &ref_1571 schema: *ref_3 implementation: Method required: true @@ -61418,14 +42401,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -61434,33 +42413,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1960 + application/json: &ref_1569 parameters: - - &ref_1959 - schema: *ref_1958 + - &ref_1568 + schema: *ref_1567 implementation: Method required: true language: default: name: installPatchesInput description: Input for InstallPatches as directly received by the API - go: - name: installPatchesInput - description: Input for InstallPatches as directly received by the API protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61469,22 +42441,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1959 + - *ref_1568 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/installPatches @@ -61494,19 +42459,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1960 + - *ref_1569 signatureParameters: - - *ref_1961 - - *ref_1962 + - *ref_1570 + - *ref_1571 responses: - - schema: *ref_1963 + - schema: *ref_1572 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -61518,22 +42480,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -61595,82 +42551,13 @@ operationGroups: default: name: InstallPatches description: Installs patches on the VM. - go: - name: InstallPatches - description: |- - Installs patches on the VM. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3710 - schema: - type: object - language: - default: &ref_1964 - name: VirtualMachinesClientBeginInstallPatchesOptions - description: VirtualMachinesClientBeginInstallPatchesOptions contains the optional parameters for the VirtualMachinesClient.BeginInstallPatches method. - go: *ref_1964 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1965 - name: string - description: '' - go: *ref_1965 - protocol: {} - language: - default: &ref_1966 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1966 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginInstallPatchesOptions - language: - default: &ref_1967 - name: options - description: VirtualMachinesClientBeginInstallPatchesOptions contains the optional parameters for the VirtualMachinesClient.BeginInstallPatches method. - go: *ref_1967 - protocol: {} - protocolNaming: - internalMethod: installPatches - requestMethod: installPatchesCreateRequest - responseMethod: installPatchesHandleResponse - responseEnv: &ref_3930 - type: object - properties: - - &ref_1969 - schema: *ref_1963 - serializedName: VirtualMachineInstallPatchesResult - language: - default: &ref_1968 - name: VirtualMachineInstallPatchesResult - description: The result summary of an installation operation. - byValue: true - embeddedType: true - go: *ref_1968 - protocol: {} - language: - default: &ref_1970 - name: VirtualMachinesClientInstallPatchesResponse - description: VirtualMachinesClientInstallPatchesResponse contains the response from method VirtualMachinesClient.BeginInstallPatches. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1969 - go: *ref_1970 - protocol: {} protocol: {} - operationId: VirtualMachines_RunCommand apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1975 + - *ref_1326 + - &ref_1577 schema: *ref_3 implementation: Method required: true @@ -61679,14 +42566,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1976 + - &ref_1578 schema: *ref_3 implementation: Method required: true @@ -61695,14 +42578,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -61711,33 +42590,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1974 + application/json: &ref_1576 parameters: - - &ref_1973 - schema: *ref_1971 + - &ref_1575 + schema: *ref_1573 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Run command operation. - go: - name: parameters - description: Parameters supplied to the Run command operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61746,22 +42618,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1973 + - *ref_1575 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommand @@ -61771,21 +42636,18 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_1974 + text/json: *ref_1576 requests: - - *ref_1974 + - *ref_1576 signatureParameters: - - *ref_1975 - - *ref_1976 + - *ref_1577 + - *ref_1578 responses: - - schema: *ref_1977 + - schema: *ref_1579 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -61798,9 +42660,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -61838,87 +42697,11 @@ operationGroups: default: name: RunCommand description: Run command on the VM. - go: - name: RunCommand - description: |- - Run command on the VM. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3711 - schema: - type: object - language: - default: &ref_1978 - name: VirtualMachinesClientBeginRunCommandOptions - description: VirtualMachinesClientBeginRunCommandOptions contains the optional parameters for the VirtualMachinesClient.BeginRunCommand method. - go: *ref_1978 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1979 - name: string - description: '' - go: *ref_1979 - protocol: {} - language: - default: &ref_1980 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1980 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginRunCommandOptions - language: - default: &ref_1981 - name: options - description: VirtualMachinesClientBeginRunCommandOptions contains the optional parameters for the VirtualMachinesClient.BeginRunCommand method. - go: *ref_1981 - protocol: {} - protocolNaming: - internalMethod: runCommand - requestMethod: runCommandCreateRequest - responseMethod: runCommandHandleResponse - responseEnv: &ref_3931 - type: object - properties: - - &ref_1983 - schema: *ref_1977 - serializedName: RunCommandResult - language: - default: &ref_1982 - name: RunCommandResult - description: '' - byValue: true - embeddedType: true - go: *ref_1982 - protocol: {} - language: - default: &ref_1984 - name: VirtualMachinesClientRunCommandResponse - description: VirtualMachinesClientRunCommandResponse contains the response from method VirtualMachinesClient.BeginRunCommand. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1983 - go: *ref_1984 - protocol: {} protocol: {} language: default: name: VirtualMachines description: '' - go: - name: VirtualMachines - description: '' - clientCtorName: NewVirtualMachinesClient - clientName: VirtualMachinesClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineScaleSets operations: @@ -61926,9 +42709,9 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1985 - schema: *ref_1764 + - *ref_1326 + - &ref_1580 + schema: *ref_1503 implementation: Method required: true language: @@ -61936,14 +42719,10 @@ operationGroups: name: location description: The location for which VM scale sets under the subscription are queried. serializedName: location - go: - name: location - description: The location for which VM scale sets under the subscription are queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -61952,17 +42731,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61971,10 +42746,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61983,25 +42754,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets method: get uri: '{$host}' signatureParameters: - - *ref_1985 + - *ref_1580 responses: - - schema: *ref_1986 + - schema: *ref_1581 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -62010,14 +42775,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -62149,66 +42911,13 @@ operationGroups: description: Gets all the VM scale sets under the specified subscription for the specified location. paging: nextLinkName: nextLink - go: - name: ListByLocation - description: Gets all the VM scale sets under the specified subscription for the specified location. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3712 - schema: - type: object - language: - default: &ref_1987 - name: VirtualMachineScaleSetsClientListByLocationOptions - description: VirtualMachineScaleSetsClientListByLocationOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListByLocationPager method. - go: *ref_1987 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientListByLocationOptions - language: - default: &ref_1988 - name: options - description: VirtualMachineScaleSetsClientListByLocationOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListByLocationPager method. - go: *ref_1988 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByLocation - requestMethod: listByLocationCreateRequest - responseMethod: listByLocationHandleResponse - responseEnv: &ref_3932 - type: object - properties: - - &ref_1990 - schema: *ref_1986 - serializedName: VirtualMachineScaleSetListResult - language: - default: &ref_1989 - name: VirtualMachineScaleSetListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1989 - protocol: {} - language: - default: &ref_1991 - name: VirtualMachineScaleSetsClientListByLocationResponse - description: VirtualMachineScaleSetsClientListByLocationResponse contains the response from method VirtualMachineScaleSetsClient.NewListByLocationPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1990 - go: *ref_1991 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1994 + - *ref_1326 + - &ref_1584 schema: *ref_3 implementation: Method required: true @@ -62217,14 +42926,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1995 + - &ref_1585 schema: *ref_3 implementation: Method required: true @@ -62233,14 +42938,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set to create or update. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set to create or update. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -62249,18 +42950,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1993 + application/json: &ref_1583 parameters: - - &ref_1992 + - &ref_1582 schema: *ref_572 implementation: Method required: true @@ -62268,14 +42965,11 @@ operationGroups: default: name: parameters description: The scale set object. - go: - name: parameters - description: The scale set object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -62284,22 +42978,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1992 + - *ref_1582 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName} @@ -62309,19 +42996,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1993 + - *ref_1583 signatureParameters: - - *ref_1994 - - *ref_1995 + - *ref_1584 + - *ref_1585 responses: - schema: *ref_572 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -62334,9 +43018,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -66323,82 +47004,13 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a VM scale set. - go: - name: CreateOrUpdate - description: |- - Create or update a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3713 - schema: - type: object - language: - default: &ref_1996 - name: VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions - description: VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginCreateOrUpdate method. - go: *ref_1996 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1997 - name: string - description: '' - go: *ref_1997 - protocol: {} - language: - default: &ref_1998 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1998 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions - language: - default: &ref_1999 - name: options - description: VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginCreateOrUpdate method. - go: *ref_1999 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3933 - type: object - properties: - - &ref_2001 - schema: *ref_572 - serializedName: VirtualMachineScaleSet - language: - default: &ref_2000 - name: VirtualMachineScaleSet - description: Describes a Virtual Machine Scale Set. - byValue: true - embeddedType: true - go: *ref_2000 - protocol: {} - language: - default: &ref_2002 - name: VirtualMachineScaleSetsClientCreateOrUpdateResponse - description: VirtualMachineScaleSetsClientCreateOrUpdateResponse contains the response from method VirtualMachineScaleSetsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2001 - go: *ref_2002 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2005 + - *ref_1326 + - &ref_1588 schema: *ref_3 implementation: Method required: true @@ -66407,14 +47019,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2006 + - &ref_1589 schema: *ref_3 implementation: Method required: true @@ -66423,14 +47031,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set to create or update. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set to create or update. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -66439,33 +47043,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2004 + application/json: &ref_1587 parameters: - - &ref_2003 - schema: *ref_629 + - &ref_1586 + schema: *ref_628 implementation: Method required: true language: default: name: parameters description: The scale set object. - go: - name: parameters - description: The scale set object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66474,22 +47071,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2003 + - *ref_1586 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName} @@ -66499,19 +47089,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2004 + - *ref_1587 signatureParameters: - - *ref_2005 - - *ref_2006 + - *ref_1588 + - *ref_1589 responses: - schema: *ref_572 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -66525,82 +47112,13 @@ operationGroups: default: name: Update description: Update a VM scale set. - go: - name: Update - description: |- - Update a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3714 - schema: - type: object - language: - default: &ref_2007 - name: VirtualMachineScaleSetsClientBeginUpdateOptions - description: VirtualMachineScaleSetsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginUpdate method. - go: *ref_2007 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2008 - name: string - description: '' - go: *ref_2008 - protocol: {} - language: - default: &ref_2009 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2009 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginUpdateOptions - language: - default: &ref_2010 - name: options - description: VirtualMachineScaleSetsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginUpdate method. - go: *ref_2010 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3934 - type: object - properties: - - &ref_2012 - schema: *ref_572 - serializedName: VirtualMachineScaleSet - language: - default: &ref_2011 - name: VirtualMachineScaleSet - description: Describes a Virtual Machine Scale Set. - byValue: true - embeddedType: true - go: *ref_2011 - protocol: {} - language: - default: &ref_2013 - name: VirtualMachineScaleSetsClientUpdateResponse - description: VirtualMachineScaleSetsClientUpdateResponse contains the response from method VirtualMachineScaleSetsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2012 - go: *ref_2013 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2019 + - *ref_1326 + - &ref_1590 schema: *ref_3 implementation: Method required: true @@ -66609,14 +47127,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2020 + - &ref_1591 schema: *ref_3 implementation: Method required: true @@ -66625,63 +47139,21 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2015 - schema: *ref_1813 + - &ref_1592 + schema: *ref_1521 implementation: Method language: default: name: forceDeletion description: Optional parameter to force delete a VM scale set. (Feature in Preview) serializedName: forceDeletion - go: - name: ForceDeletion - description: Optional parameter to force delete a VM scale set. (Feature in Preview) - paramGroup: &ref_2021 - schema: - type: object - language: - default: &ref_2014 - name: VirtualMachineScaleSetsClientBeginDeleteOptions - description: VirtualMachineScaleSetsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDelete method. - go: *ref_2014 - protocol: {} - originalParameter: - - *ref_2015 - - schema: - type: string - language: - default: &ref_2016 - name: string - description: '' - go: *ref_2016 - protocol: {} - language: - default: &ref_2017 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2017 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginDeleteOptions - language: - default: &ref_2018 - name: options - description: VirtualMachineScaleSetsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDelete method. - go: *ref_2018 - protocol: {} - serializedName: forceDeletion protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -66690,39 +47162,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName} method: delete uri: '{$host}' signatureParameters: - - *ref_2019 - - *ref_2020 - - *ref_2015 + - *ref_1590 + - *ref_1591 + - *ref_1592 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -66731,9 +47193,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -66742,9 +47201,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -66768,36 +47224,13 @@ operationGroups: default: name: Delete description: Deletes a VM scale set. - go: - name: Delete - description: |- - Deletes a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2021 - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3935 - type: object - language: - default: &ref_2022 - name: VirtualMachineScaleSetsClientDeleteResponse - description: VirtualMachineScaleSetsClientDeleteResponse contains the response from method VirtualMachineScaleSetsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2022 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2027 + - *ref_1326 + - &ref_1594 schema: *ref_3 implementation: Method required: true @@ -66806,14 +47239,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2028 + - &ref_1595 schema: *ref_3 implementation: Method required: true @@ -66822,14 +47251,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -66838,51 +47263,24 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_2025 - schema: *ref_2023 + - *ref_1330 + - &ref_1596 + schema: *ref_1593 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation - paramGroup: &ref_2029 - schema: - type: object - language: - default: &ref_2024 - name: VirtualMachineScaleSetsClientGetOptions - description: VirtualMachineScaleSetsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetsClient.Get method. - go: *ref_2024 - protocol: {} - originalParameter: - - *ref_2025 - required: false - serializedName: VirtualMachineScaleSetsClientGetOptions - language: - default: &ref_2026 - name: options - description: VirtualMachineScaleSetsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetsClient.Get method. - go: *ref_2026 - protocol: {} - serializedName: $expand protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66891,10 +47289,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -66903,27 +47297,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName} method: get uri: '{$host}' signatureParameters: - - *ref_2027 - - *ref_2028 - - *ref_2025 + - *ref_1594 + - *ref_1595 + - *ref_1596 responses: - schema: *ref_572 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -67067,49 +47455,13 @@ operationGroups: default: name: Get description: Display information about a virtual machine scale set. - go: - name: Get - description: |- - Display information about a virtual machine scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2029 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3936 - type: object - properties: - - &ref_2031 - schema: *ref_572 - serializedName: VirtualMachineScaleSet - language: - default: &ref_2030 - name: VirtualMachineScaleSet - description: Describes a Virtual Machine Scale Set. - byValue: true - embeddedType: true - go: *ref_2030 - protocol: {} - language: - default: &ref_2032 - name: VirtualMachineScaleSetsClientGetResponse - description: VirtualMachineScaleSetsClientGetResponse contains the response from method VirtualMachineScaleSetsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2031 - go: *ref_2032 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_Deallocate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2040 + - *ref_1326 + - &ref_1600 schema: *ref_3 implementation: Method required: true @@ -67118,14 +47470,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2041 + - &ref_1601 schema: *ref_3 implementation: Method required: true @@ -67134,14 +47482,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67150,75 +47494,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2039 + application/json: &ref_1599 parameters: - - &ref_2035 - schema: *ref_2033 + - &ref_1598 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2042 - schema: - type: object - language: - default: &ref_2034 - name: VirtualMachineScaleSetsClientBeginDeallocateOptions - description: VirtualMachineScaleSetsClientBeginDeallocateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDeallocate method. - go: *ref_2034 - protocol: {} - originalParameter: - - *ref_2035 - - schema: - type: string - language: - default: &ref_2036 - name: string - description: '' - go: *ref_2036 - protocol: {} - language: - default: &ref_2037 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2037 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginDeallocateOptions - language: - default: &ref_2038 - name: options - description: VirtualMachineScaleSetsClientBeginDeallocateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDeallocate method. - go: *ref_2038 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2035 + - *ref_1598 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/deallocate @@ -67228,18 +47528,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2039 + - *ref_1599 signatureParameters: - - *ref_2040 - - *ref_2041 + - *ref_1600 + - *ref_1601 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -67248,9 +47545,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -67261,37 +47555,13 @@ operationGroups: default: name: Deallocate description: Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. - go: - name: Deallocate - description: |- - Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine - scale set deallocates. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2042 - protocolNaming: - internalMethod: deallocate - requestMethod: deallocateCreateRequest - responseMethod: deallocateHandleResponse - responseEnv: &ref_3937 - type: object - language: - default: &ref_2043 - name: VirtualMachineScaleSetsClientDeallocateResponse - description: VirtualMachineScaleSetsClientDeallocateResponse contains the response from method VirtualMachineScaleSetsClient.BeginDeallocate. - forLRO: true - responseType: true - go: *ref_2043 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_DeleteInstances apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2052 + - *ref_1326 + - &ref_1605 schema: *ref_3 implementation: Method required: true @@ -67300,14 +47570,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2053 + - &ref_1606 schema: *ref_3 implementation: Method required: true @@ -67316,63 +47582,21 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2045 - schema: *ref_1813 + - &ref_1607 + schema: *ref_1521 implementation: Method language: default: name: forceDeletion description: Optional parameter to force delete virtual machines from the VM scale set. (Feature in Preview) serializedName: forceDeletion - go: - name: ForceDeletion - description: Optional parameter to force delete virtual machines from the VM scale set. (Feature in Preview) - paramGroup: &ref_2054 - schema: - type: object - language: - default: &ref_2044 - name: VirtualMachineScaleSetsClientBeginDeleteInstancesOptions - description: VirtualMachineScaleSetsClientBeginDeleteInstancesOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDeleteInstances method. - go: *ref_2044 - protocol: {} - originalParameter: - - *ref_2045 - - schema: - type: string - language: - default: &ref_2046 - name: string - description: '' - go: *ref_2046 - protocol: {} - language: - default: &ref_2047 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2047 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginDeleteInstancesOptions - language: - default: &ref_2048 - name: options - description: VirtualMachineScaleSetsClientBeginDeleteInstancesOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDeleteInstances method. - go: *ref_2048 - protocol: {} - serializedName: forceDeletion protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67381,41 +47605,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2051 + application/json: &ref_1604 parameters: - - &ref_2050 - schema: *ref_2049 + - &ref_1603 + schema: *ref_1602 implementation: Method required: true language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: vmInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. protocol: http: in: body style: json signatureParameters: - - *ref_2050 + - *ref_1603 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/delete @@ -67425,19 +47639,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2051 + - *ref_1604 signatureParameters: - - *ref_2052 - - *ref_2053 - - *ref_2045 + - *ref_1605 + - *ref_1606 + - *ref_1607 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -67446,9 +47657,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -67459,36 +47667,13 @@ operationGroups: default: name: DeleteInstances description: Deletes virtual machines in a VM scale set. - go: - name: DeleteInstances - description: |- - Deletes virtual machines in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2054 - protocolNaming: - internalMethod: deleteInstances - requestMethod: deleteInstancesCreateRequest - responseMethod: deleteInstancesHandleResponse - responseEnv: &ref_3938 - type: object - language: - default: &ref_2055 - name: VirtualMachineScaleSetsClientDeleteInstancesResponse - description: VirtualMachineScaleSetsClientDeleteInstancesResponse contains the response from method VirtualMachineScaleSetsClient.BeginDeleteInstances. - forLRO: true - responseType: true - go: *ref_2055 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_GetInstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2056 + - *ref_1326 + - &ref_1608 schema: *ref_3 implementation: Method required: true @@ -67497,14 +47682,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2057 + - &ref_1609 schema: *ref_3 implementation: Method required: true @@ -67513,14 +47694,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67529,17 +47706,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67548,10 +47721,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67560,26 +47729,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_2056 - - *ref_2057 + - *ref_1608 + - *ref_1609 responses: - - schema: *ref_2058 + - schema: *ref_1610 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -67591,66 +47754,13 @@ operationGroups: default: name: GetInstanceView description: Gets the status of a VM scale set instance. - go: - name: GetInstanceView - description: |- - Gets the status of a VM scale set instance. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3715 - schema: - type: object - language: - default: &ref_2059 - name: VirtualMachineScaleSetsClientGetInstanceViewOptions - description: VirtualMachineScaleSetsClientGetInstanceViewOptions contains the optional parameters for the VirtualMachineScaleSetsClient.GetInstanceView method. - go: *ref_2059 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientGetInstanceViewOptions - language: - default: &ref_2060 - name: options - description: VirtualMachineScaleSetsClientGetInstanceViewOptions contains the optional parameters for the VirtualMachineScaleSetsClient.GetInstanceView method. - go: *ref_2060 - protocol: {} - protocolNaming: - internalMethod: getInstanceView - requestMethod: getInstanceViewCreateRequest - responseMethod: getInstanceViewHandleResponse - responseEnv: &ref_3939 - type: object - properties: - - &ref_2062 - schema: *ref_2058 - serializedName: VirtualMachineScaleSetInstanceView - language: - default: &ref_2061 - name: VirtualMachineScaleSetInstanceView - description: The instance view of a virtual machine scale set. - byValue: true - embeddedType: true - go: *ref_2061 - protocol: {} - language: - default: &ref_2063 - name: VirtualMachineScaleSetsClientGetInstanceViewResponse - description: VirtualMachineScaleSetsClientGetInstanceViewResponse contains the response from method VirtualMachineScaleSetsClient.GetInstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_2062 - go: *ref_2063 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2064 + - *ref_1326 + - &ref_1611 schema: *ref_3 implementation: Method required: true @@ -67659,14 +47769,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67675,17 +47781,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67694,10 +47796,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67706,25 +47804,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets method: get uri: '{$host}' signatureParameters: - - *ref_2064 + - *ref_1611 responses: - - schema: *ref_1986 + - schema: *ref_1581 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -67741,66 +47833,13 @@ operationGroups: description: Gets a list of all VM scale sets under a resource group. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all VM scale sets under a resource group. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3716 - schema: - type: object - language: - default: &ref_2065 - name: VirtualMachineScaleSetsClientListOptions - description: VirtualMachineScaleSetsClientListOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListPager method. - go: *ref_2065 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientListOptions - language: - default: &ref_2066 - name: options - description: VirtualMachineScaleSetsClientListOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListPager method. - go: *ref_2066 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3940 - type: object - properties: - - &ref_2068 - schema: *ref_1986 - serializedName: VirtualMachineScaleSetListResult - language: - default: &ref_2067 - name: VirtualMachineScaleSetListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_2067 - protocol: {} - language: - default: &ref_2069 - name: VirtualMachineScaleSetsClientListResponse - description: VirtualMachineScaleSetsClientListResponse contains the response from method VirtualMachineScaleSetsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2068 - go: *ref_2069 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_ListAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67809,17 +47848,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67828,10 +47863,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67840,9 +47871,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets @@ -67850,14 +47878,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2070 + - schema: *ref_1612 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -67876,68 +47901,13 @@ operationGroups: Scale Sets. paging: nextLinkName: nextLink - go: - name: ListAll - description: |- - Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is - null to fetch all the VM Scale Sets. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3717 - schema: - type: object - language: - default: &ref_2071 - name: VirtualMachineScaleSetsClientListAllOptions - description: VirtualMachineScaleSetsClientListAllOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListAllPager method. - go: *ref_2071 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientListAllOptions - language: - default: &ref_2072 - name: options - description: VirtualMachineScaleSetsClientListAllOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListAllPager method. - go: *ref_2072 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAll - requestMethod: listAllCreateRequest - responseMethod: listAllHandleResponse - responseEnv: &ref_3941 - type: object - properties: - - &ref_2074 - schema: *ref_2070 - serializedName: VirtualMachineScaleSetListWithLinkResult - language: - default: &ref_2073 - name: VirtualMachineScaleSetListWithLinkResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_2073 - protocol: {} - language: - default: &ref_2075 - name: VirtualMachineScaleSetsClientListAllResponse - description: VirtualMachineScaleSetsClientListAllResponse contains the response from method VirtualMachineScaleSetsClient.NewListAllPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2074 - go: *ref_2075 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_ListSkus apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2076 + - *ref_1326 + - &ref_1613 schema: *ref_3 implementation: Method required: true @@ -67946,14 +47916,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2077 + - &ref_1614 schema: *ref_3 implementation: Method required: true @@ -67962,14 +47928,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67978,17 +47940,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67997,10 +47955,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -68009,26 +47963,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/skus method: get uri: '{$host}' signatureParameters: - - *ref_2076 - - *ref_2077 + - *ref_1613 + - *ref_1614 responses: - - schema: *ref_2078 + - schema: *ref_1615 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -68045,66 +47993,13 @@ operationGroups: description: Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. paging: nextLinkName: nextLink - go: - name: ListSKUs - description: Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3718 - schema: - type: object - language: - default: &ref_2079 - name: VirtualMachineScaleSetsClientListSKUsOptions - description: VirtualMachineScaleSetsClientListSKUsOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListSKUsPager method. - go: *ref_2079 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientListSKUsOptions - language: - default: &ref_2080 - name: options - description: VirtualMachineScaleSetsClientListSKUsOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListSKUsPager method. - go: *ref_2080 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listSKUs - requestMethod: listSKUsCreateRequest - responseMethod: listSKUsHandleResponse - responseEnv: &ref_3942 - type: object - properties: - - &ref_2082 - schema: *ref_2078 - serializedName: VirtualMachineScaleSetListSKUsResult - language: - default: &ref_2081 - name: VirtualMachineScaleSetListSKUsResult - description: The Virtual Machine Scale Set List Skus operation response. - byValue: true - embeddedType: true - go: *ref_2081 - protocol: {} - language: - default: &ref_2083 - name: VirtualMachineScaleSetsClientListSKUsResponse - description: VirtualMachineScaleSetsClientListSKUsResponse contains the response from method VirtualMachineScaleSetsClient.NewListSKUsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2082 - go: *ref_2083 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_GetOSUpgradeHistory apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2084 + - *ref_1326 + - &ref_1616 schema: *ref_3 implementation: Method required: true @@ -68113,14 +48008,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2085 + - &ref_1617 schema: *ref_3 implementation: Method required: true @@ -68129,14 +48020,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68145,17 +48032,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68164,10 +48047,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -68176,26 +48055,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osUpgradeHistory method: get uri: '{$host}' signatureParameters: - - *ref_2084 - - *ref_2085 + - *ref_1616 + - *ref_1617 responses: - - schema: *ref_2086 + - schema: *ref_1618 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -68212,66 +48085,13 @@ operationGroups: description: Gets list of OS upgrades on a VM scale set instance. paging: nextLinkName: nextLink - go: - name: GetOSUpgradeHistory - description: Gets list of OS upgrades on a VM scale set instance. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3719 - schema: - type: object - language: - default: &ref_2087 - name: VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions - description: VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewGetOSUpgradeHistoryPager method. - go: *ref_2087 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions - language: - default: &ref_2088 - name: options - description: VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewGetOSUpgradeHistoryPager method. - go: *ref_2088 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: getOSUpgradeHistory - requestMethod: getOSUpgradeHistoryCreateRequest - responseMethod: getOSUpgradeHistoryHandleResponse - responseEnv: &ref_3943 - type: object - properties: - - &ref_2090 - schema: *ref_2086 - serializedName: VirtualMachineScaleSetListOSUpgradeHistory - language: - default: &ref_2089 - name: VirtualMachineScaleSetListOSUpgradeHistory - description: List of Virtual Machine Scale Set OS Upgrade History operation response. - byValue: true - embeddedType: true - go: *ref_2089 - protocol: {} - language: - default: &ref_2091 - name: VirtualMachineScaleSetsClientGetOSUpgradeHistoryResponse - description: VirtualMachineScaleSetsClientGetOSUpgradeHistoryResponse contains the response from method VirtualMachineScaleSetsClient.NewGetOSUpgradeHistoryPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2090 - go: *ref_2091 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_PowerOff apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2100 + - *ref_1326 + - &ref_1621 schema: *ref_3 implementation: Method required: true @@ -68280,14 +48100,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2101 + - &ref_1622 schema: *ref_3 implementation: Method required: true @@ -68296,79 +48112,21 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2093 - schema: *ref_1878 + - &ref_1623 + schema: *ref_1540 implementation: Method language: default: name: skipShutdown description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified serializedName: skipShutdown - go: - name: SkipShutdown - description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified - paramGroup: &ref_2094 - schema: - type: object - language: - default: &ref_2092 - name: VirtualMachineScaleSetsClientBeginPowerOffOptions - description: VirtualMachineScaleSetsClientBeginPowerOffOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginPowerOff method. - go: *ref_2092 - protocol: {} - originalParameter: - - *ref_2093 - - &ref_2098 - schema: *ref_2033 - implementation: Method - required: false - language: - default: - name: vmInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: *ref_2094 - protocol: - http: - in: body - style: json - - schema: - type: string - language: - default: &ref_2095 - name: string - description: '' - go: *ref_2095 - protocol: {} - language: - default: &ref_2096 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2096 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginPowerOffOptions - language: - default: &ref_2097 - name: options - description: VirtualMachineScaleSetsClientBeginPowerOffOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginPowerOff method. - go: *ref_2097 - protocol: {} - serializedName: skipShutdown protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68377,27 +48135,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2099 + application/json: &ref_1620 parameters: - - *ref_2098 + - &ref_1619 + schema: *ref_1597 + implementation: Method + required: false + language: + default: + name: vmInstanceIDs + description: A list of virtual machine instance IDs from the VM scale set. + protocol: + http: + in: body + style: json signatureParameters: - - *ref_2098 + - *ref_1619 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/poweroff @@ -68407,19 +48169,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2099 + - *ref_1620 signatureParameters: - - *ref_2100 - - *ref_2101 - - *ref_2093 + - *ref_1621 + - *ref_1622 + - *ref_1623 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -68428,9 +48187,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -68441,37 +48197,13 @@ operationGroups: default: name: PowerOff description: Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. - go: - name: PowerOff - description: |- - Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and - avoid charges. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2094 - protocolNaming: - internalMethod: powerOff - requestMethod: powerOffCreateRequest - responseMethod: powerOffHandleResponse - responseEnv: &ref_3944 - type: object - language: - default: &ref_2102 - name: VirtualMachineScaleSetsClientPowerOffResponse - description: VirtualMachineScaleSetsClientPowerOffResponse contains the response from method VirtualMachineScaleSetsClient.BeginPowerOff. - forLRO: true - responseType: true - go: *ref_2102 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2109 + - *ref_1326 + - &ref_1626 schema: *ref_3 implementation: Method required: true @@ -68480,14 +48212,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2110 + - &ref_1627 schema: *ref_3 implementation: Method required: true @@ -68496,14 +48224,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68512,75 +48236,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2108 + application/json: &ref_1625 parameters: - - &ref_2104 - schema: *ref_2033 + - &ref_1624 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2111 - schema: - type: object - language: - default: &ref_2103 - name: VirtualMachineScaleSetsClientBeginRestartOptions - description: VirtualMachineScaleSetsClientBeginRestartOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginRestart method. - go: *ref_2103 - protocol: {} - originalParameter: - - *ref_2104 - - schema: - type: string - language: - default: &ref_2105 - name: string - description: '' - go: *ref_2105 - protocol: {} - language: - default: &ref_2106 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2106 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginRestartOptions - language: - default: &ref_2107 - name: options - description: VirtualMachineScaleSetsClientBeginRestartOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginRestart method. - go: *ref_2107 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2104 + - *ref_1624 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/restart @@ -68590,18 +48270,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2108 + - *ref_1625 signatureParameters: - - *ref_2109 - - *ref_2110 + - *ref_1626 + - *ref_1627 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -68610,9 +48287,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -68623,36 +48297,13 @@ operationGroups: default: name: Restart description: Restarts one or more virtual machines in a VM scale set. - go: - name: Restart - description: |- - Restarts one or more virtual machines in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2111 - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_3945 - type: object - language: - default: &ref_2112 - name: VirtualMachineScaleSetsClientRestartResponse - description: VirtualMachineScaleSetsClientRestartResponse contains the response from method VirtualMachineScaleSetsClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_2112 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_Start apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2119 + - *ref_1326 + - &ref_1630 schema: *ref_3 implementation: Method required: true @@ -68661,14 +48312,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2120 + - &ref_1631 schema: *ref_3 implementation: Method required: true @@ -68677,14 +48324,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68693,75 +48336,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2118 + application/json: &ref_1629 parameters: - - &ref_2114 - schema: *ref_2033 + - &ref_1628 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2121 - schema: - type: object - language: - default: &ref_2113 - name: VirtualMachineScaleSetsClientBeginStartOptions - description: VirtualMachineScaleSetsClientBeginStartOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginStart method. - go: *ref_2113 - protocol: {} - originalParameter: - - *ref_2114 - - schema: - type: string - language: - default: &ref_2115 - name: string - description: '' - go: *ref_2115 - protocol: {} - language: - default: &ref_2116 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2116 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginStartOptions - language: - default: &ref_2117 - name: options - description: VirtualMachineScaleSetsClientBeginStartOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginStart method. - go: *ref_2117 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2114 + - *ref_1628 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/start @@ -68771,18 +48370,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2118 + - *ref_1629 signatureParameters: - - *ref_2119 - - *ref_2120 + - *ref_1630 + - *ref_1631 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -68791,9 +48387,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -68804,36 +48397,13 @@ operationGroups: default: name: Start description: Starts one or more virtual machines in a VM scale set. - go: - name: Start - description: |- - Starts one or more virtual machines in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2121 - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_3946 - type: object - language: - default: &ref_2122 - name: VirtualMachineScaleSetsClientStartResponse - description: VirtualMachineScaleSetsClientStartResponse contains the response from method VirtualMachineScaleSetsClient.BeginStart. - forLRO: true - responseType: true - go: *ref_2122 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_Redeploy apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2129 + - *ref_1326 + - &ref_1634 schema: *ref_3 implementation: Method required: true @@ -68842,14 +48412,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2130 + - &ref_1635 schema: *ref_3 implementation: Method required: true @@ -68858,14 +48424,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68874,75 +48436,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2128 + application/json: &ref_1633 parameters: - - &ref_2124 - schema: *ref_2033 + - &ref_1632 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2131 - schema: - type: object - language: - default: &ref_2123 - name: VirtualMachineScaleSetsClientBeginRedeployOptions - description: VirtualMachineScaleSetsClientBeginRedeployOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginRedeploy method. - go: *ref_2123 - protocol: {} - originalParameter: - - *ref_2124 - - schema: - type: string - language: - default: &ref_2125 - name: string - description: '' - go: *ref_2125 - protocol: {} - language: - default: &ref_2126 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2126 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginRedeployOptions - language: - default: &ref_2127 - name: options - description: VirtualMachineScaleSetsClientBeginRedeployOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginRedeploy method. - go: *ref_2127 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2124 + - *ref_1632 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/redeploy @@ -68952,18 +48470,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2128 + - *ref_1633 signatureParameters: - - *ref_2129 - - *ref_2130 + - *ref_1634 + - *ref_1635 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -68972,9 +48487,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -68985,36 +48497,13 @@ operationGroups: default: name: Redeploy description: Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. - go: - name: Redeploy - description: |- - Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2131 - protocolNaming: - internalMethod: redeploy - requestMethod: redeployCreateRequest - responseMethod: redeployHandleResponse - responseEnv: &ref_3947 - type: object - language: - default: &ref_2132 - name: VirtualMachineScaleSetsClientRedeployResponse - description: VirtualMachineScaleSetsClientRedeployResponse contains the response from method VirtualMachineScaleSetsClient.BeginRedeploy. - forLRO: true - responseType: true - go: *ref_2132 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_PerformMaintenance apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2139 + - *ref_1326 + - &ref_1638 schema: *ref_3 implementation: Method required: true @@ -69023,14 +48512,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2140 + - &ref_1639 schema: *ref_3 implementation: Method required: true @@ -69039,14 +48524,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69055,75 +48536,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2138 + application/json: &ref_1637 parameters: - - &ref_2134 - schema: *ref_2033 + - &ref_1636 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2141 - schema: - type: object - language: - default: &ref_2133 - name: VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions - description: VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginPerformMaintenance method. - go: *ref_2133 - protocol: {} - originalParameter: - - *ref_2134 - - schema: - type: string - language: - default: &ref_2135 - name: string - description: '' - go: *ref_2135 - protocol: {} - language: - default: &ref_2136 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2136 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions - language: - default: &ref_2137 - name: options - description: VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginPerformMaintenance method. - go: *ref_2137 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2134 + - *ref_1636 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/performMaintenance @@ -69133,18 +48570,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2138 + - *ref_1637 signatureParameters: - - *ref_2139 - - *ref_2140 + - *ref_1638 + - *ref_1639 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69153,9 +48587,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69168,37 +48599,13 @@ operationGroups: description: >- Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications - go: - name: PerformMaintenance - description: |- - Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more - details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2141 - protocolNaming: - internalMethod: performMaintenance - requestMethod: performMaintenanceCreateRequest - responseMethod: performMaintenanceHandleResponse - responseEnv: &ref_3948 - type: object - language: - default: &ref_2142 - name: VirtualMachineScaleSetsClientPerformMaintenanceResponse - description: VirtualMachineScaleSetsClientPerformMaintenanceResponse contains the response from method VirtualMachineScaleSetsClient.BeginPerformMaintenance. - forLRO: true - responseType: true - go: *ref_2142 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_UpdateInstances apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2145 + - *ref_1326 + - &ref_1642 schema: *ref_3 implementation: Method required: true @@ -69207,14 +48614,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2146 + - &ref_1643 schema: *ref_3 implementation: Method required: true @@ -69223,14 +48626,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69239,41 +48638,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2144 + application/json: &ref_1641 parameters: - - &ref_2143 - schema: *ref_2049 + - &ref_1640 + schema: *ref_1602 implementation: Method required: true language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: vmInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. protocol: http: in: body style: json signatureParameters: - - *ref_2143 + - *ref_1640 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/manualupgrade @@ -69283,18 +48672,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2144 + - *ref_1641 signatureParameters: - - *ref_2145 - - *ref_2146 + - *ref_1642 + - *ref_1643 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69303,9 +48689,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69316,68 +48699,13 @@ operationGroups: default: name: UpdateInstances description: Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. - go: - name: UpdateInstances - description: |- - Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3720 - schema: - type: object - language: - default: &ref_2147 - name: VirtualMachineScaleSetsClientBeginUpdateInstancesOptions - description: VirtualMachineScaleSetsClientBeginUpdateInstancesOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginUpdateInstances method. - go: *ref_2147 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2148 - name: string - description: '' - go: *ref_2148 - protocol: {} - language: - default: &ref_2149 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2149 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginUpdateInstancesOptions - language: - default: &ref_2150 - name: options - description: VirtualMachineScaleSetsClientBeginUpdateInstancesOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginUpdateInstances method. - go: *ref_2150 - protocol: {} - protocolNaming: - internalMethod: updateInstances - requestMethod: updateInstancesCreateRequest - responseMethod: updateInstancesHandleResponse - responseEnv: &ref_3949 - type: object - language: - default: &ref_2151 - name: VirtualMachineScaleSetsClientUpdateInstancesResponse - description: VirtualMachineScaleSetsClientUpdateInstancesResponse contains the response from method VirtualMachineScaleSetsClient.BeginUpdateInstances. - forLRO: true - responseType: true - go: *ref_2151 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2158 + - *ref_1326 + - &ref_1646 schema: *ref_3 implementation: Method required: true @@ -69386,14 +48714,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2159 + - &ref_1647 schema: *ref_3 implementation: Method required: true @@ -69402,14 +48726,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69418,75 +48738,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2157 + application/json: &ref_1645 parameters: - - &ref_2153 - schema: *ref_730 + - &ref_1644 + schema: *ref_729 implementation: Method required: false language: default: name: vmScaleSetReimageInput description: Parameters for Reimaging VM ScaleSet. - go: - name: VMScaleSetReimageInput - description: Parameters for Reimaging VM ScaleSet. - paramGroup: &ref_2160 - schema: - type: object - language: - default: &ref_2152 - name: VirtualMachineScaleSetsClientBeginReimageOptions - description: VirtualMachineScaleSetsClientBeginReimageOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginReimage method. - go: *ref_2152 - protocol: {} - originalParameter: - - *ref_2153 - - schema: - type: string - language: - default: &ref_2154 - name: string - description: '' - go: *ref_2154 - protocol: {} - language: - default: &ref_2155 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2155 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginReimageOptions - language: - default: &ref_2156 - name: options - description: VirtualMachineScaleSetsClientBeginReimageOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginReimage method. - go: *ref_2156 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2153 + - *ref_1644 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/reimage @@ -69496,18 +48772,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2157 + - *ref_1645 signatureParameters: - - *ref_2158 - - *ref_2159 + - *ref_1646 + - *ref_1647 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69516,9 +48789,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69529,37 +48799,13 @@ operationGroups: default: name: Reimage description: Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. - go: - name: Reimage - description: |- - Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is - reset to initial state. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2160 - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_3950 - type: object - language: - default: &ref_2161 - name: VirtualMachineScaleSetsClientReimageResponse - description: VirtualMachineScaleSetsClientReimageResponse contains the response from method VirtualMachineScaleSetsClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_2161 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_ReimageAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2168 + - *ref_1326 + - &ref_1650 schema: *ref_3 implementation: Method required: true @@ -69568,14 +48814,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2169 + - &ref_1651 schema: *ref_3 implementation: Method required: true @@ -69584,14 +48826,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69600,75 +48838,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2167 + application/json: &ref_1649 parameters: - - &ref_2163 - schema: *ref_2033 + - &ref_1648 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2170 - schema: - type: object - language: - default: &ref_2162 - name: VirtualMachineScaleSetsClientBeginReimageAllOptions - description: VirtualMachineScaleSetsClientBeginReimageAllOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginReimageAll method. - go: *ref_2162 - protocol: {} - originalParameter: - - *ref_2163 - - schema: - type: string - language: - default: &ref_2164 - name: string - description: '' - go: *ref_2164 - protocol: {} - language: - default: &ref_2165 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2165 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginReimageAllOptions - language: - default: &ref_2166 - name: options - description: VirtualMachineScaleSetsClientBeginReimageAllOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginReimageAll method. - go: *ref_2166 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2163 + - *ref_1648 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/reimageall @@ -69678,18 +48872,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2167 + - *ref_1649 signatureParameters: - - *ref_2168 - - *ref_2169 + - *ref_1650 + - *ref_1651 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69698,9 +48889,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69711,36 +48899,13 @@ operationGroups: default: name: ReimageAll description: Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. - go: - name: ReimageAll - description: |- - Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2170 - protocolNaming: - internalMethod: reimageAll - requestMethod: reimageAllCreateRequest - responseMethod: reimageAllHandleResponse - responseEnv: &ref_3951 - type: object - language: - default: &ref_2171 - name: VirtualMachineScaleSetsClientReimageAllResponse - description: VirtualMachineScaleSetsClientReimageAllResponse contains the response from method VirtualMachineScaleSetsClient.BeginReimageAll. - forLRO: true - responseType: true - go: *ref_2171 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_ForceRecoveryServiceFabricPlatformUpdateDomainWalk apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2172 + - *ref_1326 + - &ref_1652 schema: *ref_3 implementation: Method required: true @@ -69749,14 +48914,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2173 + - &ref_1653 schema: *ref_3 implementation: Method required: true @@ -69765,14 +48926,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69781,16 +48938,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_2174 - schema: *ref_1598 + - *ref_1330 + - &ref_1654 + schema: *ref_1424 implementation: Method required: true language: @@ -69798,16 +48951,12 @@ operationGroups: name: platformUpdateDomain description: The platform update domain for which a manual recovery walk is requested serializedName: platformUpdateDomain - go: - name: platformUpdateDomain - description: The platform update domain for which a manual recovery walk is requested - serializedName: platformUpdateDomain protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -69816,10 +48965,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -69828,27 +48973,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/forceRecoveryServiceFabricPlatformUpdateDomainWalk method: post uri: '{$host}' signatureParameters: - - *ref_2172 - - *ref_2173 - - *ref_2174 + - *ref_1652 + - *ref_1653 + - *ref_1654 responses: - - schema: *ref_2175 + - schema: *ref_1655 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -69860,66 +48999,13 @@ operationGroups: default: name: ForceRecoveryServiceFabricPlatformUpdateDomainWalk description: Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. - go: - name: ForceRecoveryServiceFabricPlatformUpdateDomainWalk - description: |- - Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3721 - schema: - type: object - language: - default: &ref_2176 - name: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions - description: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions contains the optional parameters for the VirtualMachineScaleSetsClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalk method. - go: *ref_2176 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions - language: - default: &ref_2177 - name: options - description: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions contains the optional parameters for the VirtualMachineScaleSetsClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalk method. - go: *ref_2177 - protocol: {} - protocolNaming: - internalMethod: forceRecoveryServiceFabricPlatformUpdateDomainWalk - requestMethod: forceRecoveryServiceFabricPlatformUpdateDomainWalkCreateRequest - responseMethod: forceRecoveryServiceFabricPlatformUpdateDomainWalkHandleResponse - responseEnv: &ref_3952 - type: object - properties: - - &ref_2179 - schema: *ref_2175 - serializedName: RecoveryWalkResponse - language: - default: &ref_2178 - name: RecoveryWalkResponse - description: Response after calling a manual recovery walk - byValue: true - embeddedType: true - go: *ref_2178 - protocol: {} - language: - default: &ref_2180 - name: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkResponse - description: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkResponse contains the response from method VirtualMachineScaleSetsClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalk. - marshallingFormat: json - responseType: true - resultProp: *ref_2179 - go: *ref_2180 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_ConvertToSinglePlacementGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2184 + - *ref_1326 + - &ref_1659 schema: *ref_3 implementation: Method required: true @@ -69928,14 +49014,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2185 + - &ref_1660 schema: *ref_3 implementation: Method required: true @@ -69944,14 +49026,10 @@ operationGroups: name: vmScaleSetName description: The name of the virtual machine scale set to create or update. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the virtual machine scale set to create or update. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69960,41 +49038,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2183 + application/json: &ref_1658 parameters: - - &ref_2182 - schema: *ref_2181 + - &ref_1657 + schema: *ref_1656 implementation: Method required: true language: default: name: parameters description: The input object for ConvertToSinglePlacementGroup API. - go: - name: parameters - description: The input object for ConvertToSinglePlacementGroup API. protocol: http: in: body style: json signatureParameters: - - *ref_2182 + - *ref_1657 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/convertToSinglePlacementGroup @@ -70004,18 +49072,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2183 + - *ref_1658 signatureParameters: - - *ref_2184 - - *ref_2185 + - *ref_1659 + - *ref_1660 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -70024,52 +49089,13 @@ operationGroups: default: name: ConvertToSinglePlacementGroup description: Converts SinglePlacementGroup property to false for a existing virtual machine scale set. - go: - name: ConvertToSinglePlacementGroup - description: |- - Converts SinglePlacementGroup property to false for a existing virtual machine scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3722 - schema: - type: object - language: - default: &ref_2186 - name: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions - description: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions contains the optional parameters for the VirtualMachineScaleSetsClient.ConvertToSinglePlacementGroup method. - go: *ref_2186 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions - language: - default: &ref_2187 - name: options - description: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions contains the optional parameters for the VirtualMachineScaleSetsClient.ConvertToSinglePlacementGroup method. - go: *ref_2187 - protocol: {} - protocolNaming: - internalMethod: convertToSinglePlacementGroup - requestMethod: convertToSinglePlacementGroupCreateRequest - responseMethod: convertToSinglePlacementGroupHandleResponse - responseEnv: &ref_3953 - type: object - language: - default: &ref_2188 - name: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupResponse - description: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupResponse contains the response from method VirtualMachineScaleSetsClient.ConvertToSinglePlacementGroup. - responseType: true - go: *ref_2188 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSets_SetOrchestrationServiceState apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2192 + - *ref_1326 + - &ref_1664 schema: *ref_3 implementation: Method required: true @@ -70078,14 +49104,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2193 + - &ref_1665 schema: *ref_3 implementation: Method required: true @@ -70094,14 +49116,10 @@ operationGroups: name: vmScaleSetName description: The name of the virtual machine scale set to create or update. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the virtual machine scale set to create or update. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -70110,41 +49128,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2191 + application/json: &ref_1663 parameters: - - &ref_2190 - schema: *ref_2189 + - &ref_1662 + schema: *ref_1661 implementation: Method required: true language: default: name: parameters description: The input object for SetOrchestrationServiceState API. - go: - name: parameters - description: The input object for SetOrchestrationServiceState API. protocol: http: in: body style: json signatureParameters: - - *ref_2190 + - *ref_1662 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/setOrchestrationServiceState @@ -70154,18 +49162,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2191 + - *ref_1663 signatureParameters: - - *ref_2192 - - *ref_2193 + - *ref_1664 + - *ref_1665 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -70174,9 +49179,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -70187,73 +49189,11 @@ operationGroups: default: name: SetOrchestrationServiceState description: Changes ServiceState property for a given service - go: - name: SetOrchestrationServiceState - description: |- - Changes ServiceState property for a given service - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3723 - schema: - type: object - language: - default: &ref_2194 - name: VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions - description: VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginSetOrchestrationServiceState method. - go: *ref_2194 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2195 - name: string - description: '' - go: *ref_2195 - protocol: {} - language: - default: &ref_2196 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2196 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions - language: - default: &ref_2197 - name: options - description: VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginSetOrchestrationServiceState method. - go: *ref_2197 - protocol: {} - protocolNaming: - internalMethod: setOrchestrationServiceState - requestMethod: setOrchestrationServiceStateCreateRequest - responseMethod: setOrchestrationServiceStateHandleResponse - responseEnv: &ref_3954 - type: object - language: - default: &ref_2198 - name: VirtualMachineScaleSetsClientSetOrchestrationServiceStateResponse - description: VirtualMachineScaleSetsClientSetOrchestrationServiceStateResponse contains the response from method VirtualMachineScaleSetsClient.BeginSetOrchestrationServiceState. - forLRO: true - responseType: true - go: *ref_2198 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSets description: '' - go: - name: VirtualMachineScaleSets - description: '' - clientCtorName: NewVirtualMachineScaleSetsClient - clientName: VirtualMachineScaleSetsClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineSizes operations: @@ -70261,9 +49201,9 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2199 - schema: *ref_1764 + - *ref_1326 + - &ref_1666 + schema: *ref_1503 implementation: Method required: true language: @@ -70271,14 +49211,10 @@ operationGroups: name: location description: The location upon which virtual-machine-sizes is queried. serializedName: location - go: - name: location - description: The location upon which virtual-machine-sizes is queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -70287,17 +49223,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70306,10 +49238,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -70318,25 +49246,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes method: get uri: '{$host}' signatureParameters: - - *ref_2199 + - *ref_1666 responses: - - schema: *ref_1384 + - schema: *ref_1348 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -70353,71 +49275,11 @@ operationGroups: description: This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) paging: nextLinkName: null - go: - name: List - description: This API is deprecated. Use Resources Skus [https://docs.microsoft.com/rest/api/compute/resourceskus/list] - azureARM: true - clientName: VirtualMachineSizesClient - openApiType: arm - optionalParamGroup: &ref_3724 - schema: - type: object - language: - default: &ref_2200 - name: VirtualMachineSizesClientListOptions - description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.NewListPager method. - go: *ref_2200 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineSizesClientListOptions - language: - default: &ref_2201 - name: options - description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.NewListPager method. - go: *ref_2201 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3955 - type: object - properties: - - &ref_2203 - schema: *ref_1384 - serializedName: VirtualMachineSizeListResult - language: - default: &ref_2202 - name: VirtualMachineSizeListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_2202 - protocol: {} - language: - default: &ref_2204 - name: VirtualMachineSizesClientListResponse - description: VirtualMachineSizesClientListResponse contains the response from method VirtualMachineSizesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2203 - go: *ref_2204 - protocol: {} protocol: {} language: default: name: VirtualMachineSizes description: '' - go: - name: VirtualMachineSizes - description: '' - clientCtorName: NewVirtualMachineSizesClient - clientName: VirtualMachineSizesClient - clientParams: - - *ref_1336 protocol: {} - $key: Images operations: @@ -70425,8 +49287,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2207 + - *ref_1326 + - &ref_1669 schema: *ref_3 implementation: Method required: true @@ -70435,14 +49297,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2208 + - &ref_1670 schema: *ref_3 implementation: Method required: true @@ -70451,14 +49309,10 @@ operationGroups: name: imageName description: The name of the image. serializedName: imageName - go: - name: imageName - description: The name of the image. - serializedName: imageName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -70467,18 +49321,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2206 + application/json: &ref_1668 parameters: - - &ref_2205 + - &ref_1667 schema: *ref_573 implementation: Method required: true @@ -70486,14 +49336,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Create Image operation. - go: - name: parameters - description: Parameters supplied to the Create Image operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70502,22 +49349,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2205 + - *ref_1667 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName} @@ -70527,19 +49367,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2206 + - *ref_1668 signatureParameters: - - *ref_2207 - - *ref_2208 + - *ref_1669 + - *ref_1670 responses: - schema: *ref_573 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -70552,9 +49389,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -71115,82 +49949,13 @@ operationGroups: default: name: CreateOrUpdate description: Create or update an image. - go: - name: CreateOrUpdate - description: |- - Create or update an image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3725 - schema: - type: object - language: - default: &ref_2209 - name: ImagesClientBeginCreateOrUpdateOptions - description: ImagesClientBeginCreateOrUpdateOptions contains the optional parameters for the ImagesClient.BeginCreateOrUpdate method. - go: *ref_2209 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2210 - name: string - description: '' - go: *ref_2210 - protocol: {} - language: - default: &ref_2211 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2211 - protocol: {} - required: false - serializedName: ImagesClientBeginCreateOrUpdateOptions - language: - default: &ref_2212 - name: options - description: ImagesClientBeginCreateOrUpdateOptions contains the optional parameters for the ImagesClient.BeginCreateOrUpdate method. - go: *ref_2212 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3956 - type: object - properties: - - &ref_2214 - schema: *ref_573 - serializedName: Image - language: - default: &ref_2213 - name: Image - description: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - byValue: true - embeddedType: true - go: *ref_2213 - protocol: {} - language: - default: &ref_2215 - name: ImagesClientCreateOrUpdateResponse - description: ImagesClientCreateOrUpdateResponse contains the response from method ImagesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2214 - go: *ref_2215 - protocol: {} protocol: {} - operationId: Images_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2218 + - *ref_1326 + - &ref_1673 schema: *ref_3 implementation: Method required: true @@ -71199,14 +49964,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2219 + - &ref_1674 schema: *ref_3 implementation: Method required: true @@ -71215,14 +49976,10 @@ operationGroups: name: imageName description: The name of the image. serializedName: imageName - go: - name: imageName - description: The name of the image. - serializedName: imageName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -71231,33 +49988,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2217 + application/json: &ref_1672 parameters: - - &ref_2216 - schema: *ref_626 + - &ref_1671 + schema: *ref_625 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Image operation. - go: - name: parameters - description: Parameters supplied to the Update Image operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -71266,22 +50016,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2216 + - *ref_1671 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName} @@ -71291,19 +50034,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2217 + - *ref_1672 signatureParameters: - - *ref_2218 - - *ref_2219 + - *ref_1673 + - *ref_1674 responses: - schema: *ref_573 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -71316,9 +50056,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -71408,82 +50145,13 @@ operationGroups: default: name: Update description: Update an image. - go: - name: Update - description: |- - Update an image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3726 - schema: - type: object - language: - default: &ref_2220 - name: ImagesClientBeginUpdateOptions - description: ImagesClientBeginUpdateOptions contains the optional parameters for the ImagesClient.BeginUpdate method. - go: *ref_2220 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2221 - name: string - description: '' - go: *ref_2221 - protocol: {} - language: - default: &ref_2222 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2222 - protocol: {} - required: false - serializedName: ImagesClientBeginUpdateOptions - language: - default: &ref_2223 - name: options - description: ImagesClientBeginUpdateOptions contains the optional parameters for the ImagesClient.BeginUpdate method. - go: *ref_2223 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3957 - type: object - properties: - - &ref_2225 - schema: *ref_573 - serializedName: Image - language: - default: &ref_2224 - name: Image - description: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - byValue: true - embeddedType: true - go: *ref_2224 - protocol: {} - language: - default: &ref_2226 - name: ImagesClientUpdateResponse - description: ImagesClientUpdateResponse contains the response from method ImagesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2225 - go: *ref_2226 - protocol: {} protocol: {} - operationId: Images_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2227 + - *ref_1326 + - &ref_1675 schema: *ref_3 implementation: Method required: true @@ -71492,14 +50160,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2228 + - &ref_1676 schema: *ref_3 implementation: Method required: true @@ -71508,14 +50172,10 @@ operationGroups: name: imageName description: The name of the image. serializedName: imageName - go: - name: imageName - description: The name of the image. - serializedName: imageName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -71524,38 +50184,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName} method: delete uri: '{$host}' signatureParameters: - - *ref_2227 - - *ref_2228 + - *ref_1675 + - *ref_1676 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -71564,9 +50214,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -71575,9 +50222,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -71588,68 +50232,13 @@ operationGroups: default: name: Delete description: Deletes an Image. - go: - name: Delete - description: |- - Deletes an Image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3727 - schema: - type: object - language: - default: &ref_2229 - name: ImagesClientBeginDeleteOptions - description: ImagesClientBeginDeleteOptions contains the optional parameters for the ImagesClient.BeginDelete method. - go: *ref_2229 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2230 - name: string - description: '' - go: *ref_2230 - protocol: {} - language: - default: &ref_2231 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2231 - protocol: {} - required: false - serializedName: ImagesClientBeginDeleteOptions - language: - default: &ref_2232 - name: options - description: ImagesClientBeginDeleteOptions contains the optional parameters for the ImagesClient.BeginDelete method. - go: *ref_2232 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3958 - type: object - language: - default: &ref_2233 - name: ImagesClientDeleteResponse - description: ImagesClientDeleteResponse contains the response from method ImagesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2233 - protocol: {} protocol: {} - operationId: Images_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2237 + - *ref_1326 + - &ref_1677 schema: *ref_3 implementation: Method required: true @@ -71658,14 +50247,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2238 + - &ref_1678 schema: *ref_3 implementation: Method required: true @@ -71674,14 +50259,10 @@ operationGroups: name: imageName description: The name of the image. serializedName: imageName - go: - name: imageName - description: The name of the image. - serializedName: imageName protocol: http: in: path - - &ref_2235 + - &ref_1679 schema: *ref_3 implementation: Method language: @@ -71689,33 +50270,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2239 - schema: - type: object - language: - default: &ref_2234 - name: ImagesClientGetOptions - description: ImagesClientGetOptions contains the optional parameters for the ImagesClient.Get method. - go: *ref_2234 - protocol: {} - originalParameter: - - *ref_2235 - required: false - serializedName: ImagesClientGetOptions - language: - default: &ref_2236 - name: options - description: ImagesClientGetOptions contains the optional parameters for the ImagesClient.Get method. - go: *ref_2236 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -71724,17 +50282,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -71743,10 +50297,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -71755,27 +50305,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName} method: get uri: '{$host}' signatureParameters: - - *ref_2237 - - *ref_2238 - - *ref_2235 + - *ref_1677 + - *ref_1678 + - *ref_1679 responses: - schema: *ref_573 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -71825,49 +50369,13 @@ operationGroups: default: name: Get description: Gets an image. - go: - name: Get - description: |- - Gets an image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: *ref_2239 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3959 - type: object - properties: - - &ref_2241 - schema: *ref_573 - serializedName: Image - language: - default: &ref_2240 - name: Image - description: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - byValue: true - embeddedType: true - go: *ref_2240 - protocol: {} - language: - default: &ref_2242 - name: ImagesClientGetResponse - description: ImagesClientGetResponse contains the response from method ImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2241 - go: *ref_2242 - protocol: {} protocol: {} - operationId: Images_ListByResourceGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2243 + - *ref_1326 + - &ref_1680 schema: *ref_3 implementation: Method required: true @@ -71876,14 +50384,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -71892,17 +50396,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -71911,10 +50411,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -71923,25 +50419,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images method: get uri: '{$host}' signatureParameters: - - *ref_2243 + - *ref_1680 responses: - - schema: *ref_2244 + - schema: *ref_1681 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -71993,66 +50483,13 @@ operationGroups: description: Gets the list of images under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Gets the list of images under a resource group. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3728 - schema: - type: object - language: - default: &ref_2245 - name: ImagesClientListByResourceGroupOptions - description: ImagesClientListByResourceGroupOptions contains the optional parameters for the ImagesClient.NewListByResourceGroupPager method. - go: *ref_2245 - protocol: {} - originalParameter: [] - required: false - serializedName: ImagesClientListByResourceGroupOptions - language: - default: &ref_2246 - name: options - description: ImagesClientListByResourceGroupOptions contains the optional parameters for the ImagesClient.NewListByResourceGroupPager method. - go: *ref_2246 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3960 - type: object - properties: - - &ref_2248 - schema: *ref_2244 - serializedName: ImageListResult - language: - default: &ref_2247 - name: ImageListResult - description: The List Image operation response. - byValue: true - embeddedType: true - go: *ref_2247 - protocol: {} - language: - default: &ref_2249 - name: ImagesClientListByResourceGroupResponse - description: ImagesClientListByResourceGroupResponse contains the response from method ImagesClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2248 - go: *ref_2249 - protocol: {} protocol: {} - operationId: Images_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -72061,17 +50498,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72080,10 +50513,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -72092,9 +50521,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/images @@ -72102,14 +50528,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2244 + - schema: *ref_1681 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -72160,71 +50583,11 @@ operationGroups: description: Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. paging: nextLinkName: nextLink - go: - name: List - description: Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3729 - schema: - type: object - language: - default: &ref_2250 - name: ImagesClientListOptions - description: ImagesClientListOptions contains the optional parameters for the ImagesClient.NewListPager method. - go: *ref_2250 - protocol: {} - originalParameter: [] - required: false - serializedName: ImagesClientListOptions - language: - default: &ref_2251 - name: options - description: ImagesClientListOptions contains the optional parameters for the ImagesClient.NewListPager method. - go: *ref_2251 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3961 - type: object - properties: - - &ref_2253 - schema: *ref_2244 - serializedName: ImageListResult - language: - default: &ref_2252 - name: ImageListResult - description: The List Image operation response. - byValue: true - embeddedType: true - go: *ref_2252 - protocol: {} - language: - default: &ref_2254 - name: ImagesClientListResponse - description: ImagesClientListResponse contains the response from method ImagesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2253 - go: *ref_2254 - protocol: {} protocol: {} language: default: name: Images description: '' - go: - name: Images - description: '' - clientCtorName: NewImagesClient - clientName: ImagesClient - clientParams: - - *ref_1336 protocol: {} - $key: RestorePointCollections operations: @@ -72232,9 +50595,9 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2257 + - *ref_1326 + - *ref_1330 + - &ref_1684 schema: *ref_3 implementation: Method required: true @@ -72243,14 +50606,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2258 + - &ref_1685 schema: *ref_3 implementation: Method required: true @@ -72259,14 +50618,10 @@ operationGroups: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -72275,17 +50630,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2256 + application/json: &ref_1683 parameters: - - &ref_2255 + - &ref_1682 schema: *ref_574 implementation: Method required: true @@ -72293,14 +50644,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Create or Update restore point collection operation. - go: - name: parameters - description: Parameters supplied to the Create or Update restore point collection operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72309,22 +50657,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2255 + - *ref_1682 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName} @@ -72334,19 +50675,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2256 + - *ref_1683 signatureParameters: - - *ref_2257 - - *ref_2258 + - *ref_1684 + - *ref_1685 responses: - schema: *ref_574 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -72359,9 +50697,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -72370,14 +50705,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -72434,67 +50766,14 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3730 - schema: - type: object - language: - default: &ref_2259 - name: RestorePointCollectionsClientCreateOrUpdateOptions - description: RestorePointCollectionsClientCreateOrUpdateOptions contains the optional parameters for the RestorePointCollectionsClient.CreateOrUpdate method. - go: *ref_2259 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointCollectionsClientCreateOrUpdateOptions - language: - default: &ref_2260 - name: options - description: RestorePointCollectionsClientCreateOrUpdateOptions contains the optional parameters for the RestorePointCollectionsClient.CreateOrUpdate method. - go: *ref_2260 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3962 - type: object - properties: - - &ref_2262 - schema: *ref_574 - serializedName: RestorePointCollection - language: - default: &ref_2261 - name: RestorePointCollection - description: Create or update Restore Point collection parameters. - byValue: true - embeddedType: true - go: *ref_2261 - protocol: {} - language: - default: &ref_2263 - name: RestorePointCollectionsClientCreateOrUpdateResponse - description: RestorePointCollectionsClientCreateOrUpdateResponse contains the response from method RestorePointCollectionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2262 - go: *ref_2263 - protocol: {} protocol: {} - operationId: RestorePointCollections_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2266 + - *ref_1326 + - *ref_1330 + - &ref_1688 schema: *ref_3 implementation: Method required: true @@ -72503,14 +50782,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2267 + - &ref_1689 schema: *ref_3 implementation: Method required: true @@ -72519,14 +50794,10 @@ operationGroups: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -72535,32 +50806,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2265 + application/json: &ref_1687 parameters: - - &ref_2264 - schema: *ref_628 + - &ref_1686 + schema: *ref_627 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update restore point collection operation. - go: - name: parameters - description: Parameters supplied to the Update restore point collection operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72569,22 +50833,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2264 + - *ref_1686 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName} @@ -72594,19 +50851,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2265 + - *ref_1687 signatureParameters: - - *ref_2266 - - *ref_2267 + - *ref_1688 + - *ref_1689 responses: - schema: *ref_574 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -72615,14 +50869,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -72634,67 +50885,14 @@ operationGroups: default: name: Update description: The operation to update the restore point collection. - go: - name: Update - description: |- - The operation to update the restore point collection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3731 - schema: - type: object - language: - default: &ref_2268 - name: RestorePointCollectionsClientUpdateOptions - description: RestorePointCollectionsClientUpdateOptions contains the optional parameters for the RestorePointCollectionsClient.Update method. - go: *ref_2268 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointCollectionsClientUpdateOptions - language: - default: &ref_2269 - name: options - description: RestorePointCollectionsClientUpdateOptions contains the optional parameters for the RestorePointCollectionsClient.Update method. - go: *ref_2269 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3963 - type: object - properties: - - &ref_2271 - schema: *ref_574 - serializedName: RestorePointCollection - language: - default: &ref_2270 - name: RestorePointCollection - description: Create or update Restore Point collection parameters. - byValue: true - embeddedType: true - go: *ref_2270 - protocol: {} - language: - default: &ref_2272 - name: RestorePointCollectionsClientUpdateResponse - description: RestorePointCollectionsClientUpdateResponse contains the response from method RestorePointCollectionsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_2271 - go: *ref_2272 - protocol: {} protocol: {} - operationId: RestorePointCollections_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2273 + - *ref_1326 + - *ref_1330 + - &ref_1690 schema: *ref_3 implementation: Method required: true @@ -72703,14 +50901,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2274 + - &ref_1691 schema: *ref_3 implementation: Method required: true @@ -72719,14 +50913,10 @@ operationGroups: name: restorePointCollectionName description: The name of the Restore Point Collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the Restore Point Collection. - serializedName: restorePointCollectionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -72735,16 +50925,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72753,10 +50939,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -72765,25 +50947,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_2273 - - *ref_2274 + - *ref_1690 + - *ref_1691 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -72792,9 +50968,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -72803,22 +50976,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -72832,69 +50999,14 @@ operationGroups: default: name: Delete description: The operation to delete the restore point collection. This operation will also delete all the contained restore points. - go: - name: Delete - description: |- - The operation to delete the restore point collection. This operation will also delete all the contained restore points. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3732 - schema: - type: object - language: - default: &ref_2275 - name: RestorePointCollectionsClientBeginDeleteOptions - description: RestorePointCollectionsClientBeginDeleteOptions contains the optional parameters for the RestorePointCollectionsClient.BeginDelete method. - go: *ref_2275 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2276 - name: string - description: '' - go: *ref_2276 - protocol: {} - language: - default: &ref_2277 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2277 - protocol: {} - required: false - serializedName: RestorePointCollectionsClientBeginDeleteOptions - language: - default: &ref_2278 - name: options - description: RestorePointCollectionsClientBeginDeleteOptions contains the optional parameters for the RestorePointCollectionsClient.BeginDelete method. - go: *ref_2278 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3964 - type: object - language: - default: &ref_2279 - name: RestorePointCollectionsClientDeleteResponse - description: RestorePointCollectionsClientDeleteResponse contains the response from method RestorePointCollectionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2279 - protocol: {} protocol: {} - operationId: RestorePointCollections_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2284 + - *ref_1326 + - *ref_1330 + - &ref_1693 schema: *ref_3 implementation: Method required: true @@ -72903,14 +51015,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2285 + - &ref_1694 schema: *ref_3 implementation: Method required: true @@ -72919,48 +51027,21 @@ operationGroups: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_2282 - schema: *ref_2280 + - &ref_1695 + schema: *ref_1692 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. - paramGroup: &ref_2286 - schema: - type: object - language: - default: &ref_2281 - name: RestorePointCollectionsClientGetOptions - description: RestorePointCollectionsClientGetOptions contains the optional parameters for the RestorePointCollectionsClient.Get method. - go: *ref_2281 - protocol: {} - originalParameter: - - *ref_2282 - required: false - serializedName: RestorePointCollectionsClientGetOptions - language: - default: &ref_2283 - name: options - description: RestorePointCollectionsClientGetOptions contains the optional parameters for the RestorePointCollectionsClient.Get method. - go: *ref_2283 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -72969,16 +51050,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72987,10 +51064,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -72999,27 +51072,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName} method: get uri: '{$host}' signatureParameters: - - *ref_2284 - - *ref_2285 - - *ref_2282 + - *ref_1693 + - *ref_1694 + - *ref_1695 responses: - schema: *ref_574 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -73028,14 +51095,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -73145,50 +51209,14 @@ operationGroups: default: name: Get description: The operation to get the restore point collection. - go: - name: Get - description: |- - The operation to get the restore point collection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: *ref_2286 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3965 - type: object - properties: - - &ref_2288 - schema: *ref_574 - serializedName: RestorePointCollection - language: - default: &ref_2287 - name: RestorePointCollection - description: Create or update Restore Point collection parameters. - byValue: true - embeddedType: true - go: *ref_2287 - protocol: {} - language: - default: &ref_2289 - name: RestorePointCollectionsClientGetResponse - description: RestorePointCollectionsClientGetResponse contains the response from method RestorePointCollectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2288 - go: *ref_2289 - protocol: {} protocol: {} - operationId: RestorePointCollections_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2290 + - *ref_1326 + - *ref_1330 + - &ref_1696 schema: *ref_3 implementation: Method required: true @@ -73197,14 +51225,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -73213,16 +51237,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -73231,10 +51251,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -73243,25 +51259,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections method: get uri: '{$host}' signatureParameters: - - *ref_2290 + - *ref_1696 responses: - - schema: *ref_2291 + - schema: *ref_1697 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -73270,14 +51280,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -73329,66 +51336,13 @@ operationGroups: description: Gets the list of restore point collections in a resource group. paging: nextLinkName: nextLink - go: - name: List - description: Gets the list of restore point collections in a resource group. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3733 - schema: - type: object - language: - default: &ref_2292 - name: RestorePointCollectionsClientListOptions - description: RestorePointCollectionsClientListOptions contains the optional parameters for the RestorePointCollectionsClient.NewListPager method. - go: *ref_2292 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointCollectionsClientListOptions - language: - default: &ref_2293 - name: options - description: RestorePointCollectionsClientListOptions contains the optional parameters for the RestorePointCollectionsClient.NewListPager method. - go: *ref_2293 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3966 - type: object - properties: - - &ref_2295 - schema: *ref_2291 - serializedName: RestorePointCollectionListResult - language: - default: &ref_2294 - name: RestorePointCollectionListResult - description: The List restore point collection operation response. - byValue: true - embeddedType: true - go: *ref_2294 - protocol: {} - language: - default: &ref_2296 - name: RestorePointCollectionsClientListResponse - description: RestorePointCollectionsClientListResponse contains the response from method RestorePointCollectionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2295 - go: *ref_2296 - protocol: {} protocol: {} - operationId: RestorePointCollections_ListAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -73397,17 +51351,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -73416,10 +51366,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -73428,9 +51374,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections @@ -73438,14 +51381,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2291 + - schema: *ref_1697 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -73454,14 +51394,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -73514,73 +51451,11 @@ operationGroups: collections. paging: nextLinkName: nextLink - go: - name: ListAll - description: |- - Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all - the restore point collections. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3734 - schema: - type: object - language: - default: &ref_2297 - name: RestorePointCollectionsClientListAllOptions - description: RestorePointCollectionsClientListAllOptions contains the optional parameters for the RestorePointCollectionsClient.NewListAllPager method. - go: *ref_2297 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointCollectionsClientListAllOptions - language: - default: &ref_2298 - name: options - description: RestorePointCollectionsClientListAllOptions contains the optional parameters for the RestorePointCollectionsClient.NewListAllPager method. - go: *ref_2298 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAll - requestMethod: listAllCreateRequest - responseMethod: listAllHandleResponse - responseEnv: &ref_3967 - type: object - properties: - - &ref_2300 - schema: *ref_2291 - serializedName: RestorePointCollectionListResult - language: - default: &ref_2299 - name: RestorePointCollectionListResult - description: The List restore point collection operation response. - byValue: true - embeddedType: true - go: *ref_2299 - protocol: {} - language: - default: &ref_2301 - name: RestorePointCollectionsClientListAllResponse - description: RestorePointCollectionsClientListAllResponse contains the response from method RestorePointCollectionsClient.NewListAllPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2300 - go: *ref_2301 - protocol: {} protocol: {} language: default: name: RestorePointCollections description: '' - go: - name: RestorePointCollections - description: '' - clientCtorName: NewRestorePointCollectionsClient - clientName: RestorePointCollectionsClient - clientParams: - - *ref_1336 protocol: {} - $key: RestorePoints operations: @@ -73588,9 +51463,9 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2304 + - *ref_1326 + - *ref_1330 + - &ref_1700 schema: *ref_3 implementation: Method required: true @@ -73599,14 +51474,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2305 + - &ref_1701 schema: *ref_3 implementation: Method required: true @@ -73615,14 +51486,10 @@ operationGroups: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_2306 + - &ref_1702 schema: *ref_3 implementation: Method required: true @@ -73631,14 +51498,10 @@ operationGroups: name: restorePointName description: The name of the restore point. serializedName: restorePointName - go: - name: restorePointName - description: The name of the restore point. - serializedName: restorePointName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -73647,17 +51510,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2303 + application/json: &ref_1699 parameters: - - &ref_2302 + - &ref_1698 schema: *ref_349 implementation: Method required: true @@ -73665,14 +51524,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Create restore point operation. - go: - name: parameters - description: Parameters supplied to the Create restore point operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -73681,22 +51537,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2302 + - *ref_1698 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName} @@ -73706,20 +51555,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2303 + - *ref_1699 signatureParameters: - - *ref_2304 - - *ref_2305 - - *ref_2306 + - *ref_1700 + - *ref_1701 + - *ref_1702 responses: - schema: *ref_349 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -73728,14 +51574,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -73813,83 +51656,14 @@ operationGroups: default: name: Create description: The operation to create the restore point. Updating properties of an existing restore point is not allowed - go: - name: Create - description: |- - The operation to create the restore point. Updating properties of an existing restore point is not allowed - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointsClient - openApiType: arm - optionalParamGroup: &ref_3735 - schema: - type: object - language: - default: &ref_2307 - name: RestorePointsClientBeginCreateOptions - description: RestorePointsClientBeginCreateOptions contains the optional parameters for the RestorePointsClient.BeginCreate method. - go: *ref_2307 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2308 - name: string - description: '' - go: *ref_2308 - protocol: {} - language: - default: &ref_2309 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2309 - protocol: {} - required: false - serializedName: RestorePointsClientBeginCreateOptions - language: - default: &ref_2310 - name: options - description: RestorePointsClientBeginCreateOptions contains the optional parameters for the RestorePointsClient.BeginCreate method. - go: *ref_2310 - protocol: {} - protocolNaming: - internalMethod: create - requestMethod: createCreateRequest - responseMethod: createHandleResponse - responseEnv: &ref_3968 - type: object - properties: - - &ref_2312 - schema: *ref_349 - serializedName: RestorePoint - language: - default: &ref_2311 - name: RestorePoint - description: Restore Point details. - byValue: true - embeddedType: true - go: *ref_2311 - protocol: {} - language: - default: &ref_2313 - name: RestorePointsClientCreateResponse - description: RestorePointsClientCreateResponse contains the response from method RestorePointsClient.BeginCreate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2312 - go: *ref_2313 - protocol: {} protocol: {} - operationId: RestorePoints_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2314 + - *ref_1326 + - *ref_1330 + - &ref_1703 schema: *ref_3 implementation: Method required: true @@ -73898,14 +51672,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2315 + - &ref_1704 schema: *ref_3 implementation: Method required: true @@ -73914,14 +51684,10 @@ operationGroups: name: restorePointCollectionName description: The name of the Restore Point Collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the Restore Point Collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_2316 + - &ref_1705 schema: *ref_3 implementation: Method required: true @@ -73930,14 +51696,10 @@ operationGroups: name: restorePointName description: The name of the restore point. serializedName: restorePointName - go: - name: restorePointName - description: The name of the restore point. - serializedName: restorePointName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -73946,16 +51708,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -73964,10 +51722,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -73976,26 +51730,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName} method: delete uri: '{$host}' signatureParameters: - - *ref_2314 - - *ref_2315 - - *ref_2316 + - *ref_1703 + - *ref_1704 + - *ref_1705 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -74004,9 +51752,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -74015,22 +51760,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -74044,69 +51783,14 @@ operationGroups: default: name: Delete description: The operation to delete the restore point. - go: - name: Delete - description: |- - The operation to delete the restore point. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointsClient - openApiType: arm - optionalParamGroup: &ref_3736 - schema: - type: object - language: - default: &ref_2317 - name: RestorePointsClientBeginDeleteOptions - description: RestorePointsClientBeginDeleteOptions contains the optional parameters for the RestorePointsClient.BeginDelete method. - go: *ref_2317 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2318 - name: string - description: '' - go: *ref_2318 - protocol: {} - language: - default: &ref_2319 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2319 - protocol: {} - required: false - serializedName: RestorePointsClientBeginDeleteOptions - language: - default: &ref_2320 - name: options - description: RestorePointsClientBeginDeleteOptions contains the optional parameters for the RestorePointsClient.BeginDelete method. - go: *ref_2320 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3969 - type: object - language: - default: &ref_2321 - name: RestorePointsClientDeleteResponse - description: RestorePointsClientDeleteResponse contains the response from method RestorePointsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2321 - protocol: {} protocol: {} - operationId: RestorePoints_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2322 + - *ref_1326 + - *ref_1330 + - &ref_1706 schema: *ref_3 implementation: Method required: true @@ -74115,14 +51799,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2323 + - &ref_1707 schema: *ref_3 implementation: Method required: true @@ -74131,14 +51811,10 @@ operationGroups: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_2324 + - &ref_1708 schema: *ref_3 implementation: Method required: true @@ -74147,14 +51823,10 @@ operationGroups: name: restorePointName description: The name of the restore point. serializedName: restorePointName - go: - name: restorePointName - description: The name of the restore point. - serializedName: restorePointName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -74163,16 +51835,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -74181,10 +51849,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -74193,27 +51857,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName} method: get uri: '{$host}' signatureParameters: - - *ref_2322 - - *ref_2323 - - *ref_2324 + - *ref_1706 + - *ref_1707 + - *ref_1708 responses: - schema: *ref_349 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -74222,14 +51880,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -74302,71 +51957,11 @@ operationGroups: default: name: Get description: The operation to get the restore point. - go: - name: Get - description: |- - The operation to get the restore point. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointsClient - openApiType: arm - optionalParamGroup: &ref_3737 - schema: - type: object - language: - default: &ref_2325 - name: RestorePointsClientGetOptions - description: RestorePointsClientGetOptions contains the optional parameters for the RestorePointsClient.Get method. - go: *ref_2325 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointsClientGetOptions - language: - default: &ref_2326 - name: options - description: RestorePointsClientGetOptions contains the optional parameters for the RestorePointsClient.Get method. - go: *ref_2326 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3970 - type: object - properties: - - &ref_2328 - schema: *ref_349 - serializedName: RestorePoint - language: - default: &ref_2327 - name: RestorePoint - description: Restore Point details. - byValue: true - embeddedType: true - go: *ref_2327 - protocol: {} - language: - default: &ref_2329 - name: RestorePointsClientGetResponse - description: RestorePointsClientGetResponse contains the response from method RestorePointsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2328 - go: *ref_2329 - protocol: {} protocol: {} language: default: name: RestorePoints description: '' - go: - name: RestorePoints - description: '' - clientCtorName: NewRestorePointsClient - clientName: RestorePointsClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineScaleSetExtensions operations: @@ -74374,8 +51969,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2332 + - *ref_1326 + - &ref_1711 schema: *ref_3 implementation: Method required: true @@ -74384,14 +51979,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2333 + - &ref_1712 schema: *ref_3 implementation: Method required: true @@ -74400,14 +51991,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set where the extension should be create or updated. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set where the extension should be create or updated. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2334 + - &ref_1713 schema: *ref_3 implementation: Method required: true @@ -74416,14 +52003,10 @@ operationGroups: name: vmssExtensionName description: The name of the VM scale set extension. serializedName: vmssExtensionName - go: - name: vmssExtensionName - description: The name of the VM scale set extension. - serializedName: vmssExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -74432,18 +52015,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2331 + application/json: &ref_1710 parameters: - - &ref_2330 + - &ref_1709 schema: *ref_121 implementation: Method required: true @@ -74451,14 +52030,11 @@ operationGroups: default: name: extensionParameters description: Parameters supplied to the Create VM scale set Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Create VM scale set Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -74467,22 +52043,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2330 + - *ref_1709 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName} @@ -74492,20 +52061,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2331 + - *ref_1710 signatureParameters: - - *ref_2332 - - *ref_2333 - - *ref_2334 + - *ref_1711 + - *ref_1712 + - *ref_1713 responses: - schema: *ref_121 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -74518,9 +52084,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -74534,82 +52097,13 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update an extension. - go: - name: CreateOrUpdate - description: |- - The operation to create or update an extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3738 - schema: - type: object - language: - default: &ref_2335 - name: VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions - description: VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginCreateOrUpdate method. - go: *ref_2335 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2336 - name: string - description: '' - go: *ref_2336 - protocol: {} - language: - default: &ref_2337 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2337 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions - language: - default: &ref_2338 - name: options - description: VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginCreateOrUpdate method. - go: *ref_2338 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3971 - type: object - properties: - - &ref_2340 - schema: *ref_121 - serializedName: VirtualMachineScaleSetExtension - language: - default: &ref_2339 - name: VirtualMachineScaleSetExtension - description: Describes a Virtual Machine Scale Set Extension. - byValue: true - embeddedType: true - go: *ref_2339 - protocol: {} - language: - default: &ref_2341 - name: VirtualMachineScaleSetExtensionsClientCreateOrUpdateResponse - description: VirtualMachineScaleSetExtensionsClientCreateOrUpdateResponse contains the response from method VirtualMachineScaleSetExtensionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2340 - go: *ref_2341 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetExtensions_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2344 + - *ref_1326 + - &ref_1716 schema: *ref_3 implementation: Method required: true @@ -74618,14 +52112,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2345 + - &ref_1717 schema: *ref_3 implementation: Method required: true @@ -74634,14 +52124,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set where the extension should be updated. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set where the extension should be updated. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2346 + - &ref_1718 schema: *ref_3 implementation: Method required: true @@ -74650,14 +52136,10 @@ operationGroups: name: vmssExtensionName description: The name of the VM scale set extension. serializedName: vmssExtensionName - go: - name: vmssExtensionName - description: The name of the VM scale set extension. - serializedName: vmssExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -74666,18 +52148,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2343 + application/json: &ref_1715 parameters: - - &ref_2342 + - &ref_1714 schema: *ref_122 implementation: Method required: true @@ -74685,14 +52163,11 @@ operationGroups: default: name: extensionParameters description: Parameters supplied to the Update VM scale set Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Update VM scale set Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -74701,22 +52176,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2342 + - *ref_1714 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName} @@ -74726,20 +52194,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2343 + - *ref_1715 signatureParameters: - - *ref_2344 - - *ref_2345 - - *ref_2346 + - *ref_1716 + - *ref_1717 + - *ref_1718 responses: - schema: *ref_121 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -74752,9 +52217,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -74768,82 +52230,13 @@ operationGroups: default: name: Update description: The operation to update an extension. - go: - name: Update - description: |- - The operation to update an extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3739 - schema: - type: object - language: - default: &ref_2347 - name: VirtualMachineScaleSetExtensionsClientBeginUpdateOptions - description: VirtualMachineScaleSetExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginUpdate method. - go: *ref_2347 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2348 - name: string - description: '' - go: *ref_2348 - protocol: {} - language: - default: &ref_2349 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2349 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetExtensionsClientBeginUpdateOptions - language: - default: &ref_2350 - name: options - description: VirtualMachineScaleSetExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginUpdate method. - go: *ref_2350 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3972 - type: object - properties: - - &ref_2352 - schema: *ref_121 - serializedName: VirtualMachineScaleSetExtension - language: - default: &ref_2351 - name: VirtualMachineScaleSetExtension - description: Describes a Virtual Machine Scale Set Extension. - byValue: true - embeddedType: true - go: *ref_2351 - protocol: {} - language: - default: &ref_2353 - name: VirtualMachineScaleSetExtensionsClientUpdateResponse - description: VirtualMachineScaleSetExtensionsClientUpdateResponse contains the response from method VirtualMachineScaleSetExtensionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2352 - go: *ref_2353 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetExtensions_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2354 + - *ref_1326 + - &ref_1719 schema: *ref_3 implementation: Method required: true @@ -74852,14 +52245,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2355 + - &ref_1720 schema: *ref_3 implementation: Method required: true @@ -74868,14 +52257,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set where the extension should be deleted. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set where the extension should be deleted. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2356 + - &ref_1721 schema: *ref_3 implementation: Method required: true @@ -74884,14 +52269,10 @@ operationGroups: name: vmssExtensionName description: The name of the VM scale set extension. serializedName: vmssExtensionName - go: - name: vmssExtensionName - description: The name of the VM scale set extension. - serializedName: vmssExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -74900,39 +52281,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName} method: delete uri: '{$host}' signatureParameters: - - *ref_2354 - - *ref_2355 - - *ref_2356 + - *ref_1719 + - *ref_1720 + - *ref_1721 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -74941,9 +52312,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -74952,9 +52320,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -74965,68 +52330,13 @@ operationGroups: default: name: Delete description: The operation to delete the extension. - go: - name: Delete - description: |- - The operation to delete the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3740 - schema: - type: object - language: - default: &ref_2357 - name: VirtualMachineScaleSetExtensionsClientBeginDeleteOptions - description: VirtualMachineScaleSetExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginDelete method. - go: *ref_2357 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2358 - name: string - description: '' - go: *ref_2358 - protocol: {} - language: - default: &ref_2359 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2359 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetExtensionsClientBeginDeleteOptions - language: - default: &ref_2360 - name: options - description: VirtualMachineScaleSetExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginDelete method. - go: *ref_2360 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3973 - type: object - language: - default: &ref_2361 - name: VirtualMachineScaleSetExtensionsClientDeleteResponse - description: VirtualMachineScaleSetExtensionsClientDeleteResponse contains the response from method VirtualMachineScaleSetExtensionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2361 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetExtensions_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2365 + - *ref_1326 + - &ref_1722 schema: *ref_3 implementation: Method required: true @@ -75035,14 +52345,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2366 + - &ref_1723 schema: *ref_3 implementation: Method required: true @@ -75051,14 +52357,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set containing the extension. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set containing the extension. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2367 + - &ref_1724 schema: *ref_3 implementation: Method required: true @@ -75067,14 +52369,10 @@ operationGroups: name: vmssExtensionName description: The name of the VM scale set extension. serializedName: vmssExtensionName - go: - name: vmssExtensionName - description: The name of the VM scale set extension. - serializedName: vmssExtensionName protocol: http: in: path - - &ref_2363 + - &ref_1725 schema: *ref_3 implementation: Method language: @@ -75082,33 +52380,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2368 - schema: - type: object - language: - default: &ref_2362 - name: VirtualMachineScaleSetExtensionsClientGetOptions - description: VirtualMachineScaleSetExtensionsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.Get method. - go: *ref_2362 - protocol: {} - originalParameter: - - *ref_2363 - required: false - serializedName: VirtualMachineScaleSetExtensionsClientGetOptions - language: - default: &ref_2364 - name: options - description: VirtualMachineScaleSetExtensionsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.Get method. - go: *ref_2364 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75117,17 +52392,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -75136,10 +52407,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -75148,28 +52415,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName} method: get uri: '{$host}' signatureParameters: - - *ref_2365 - - *ref_2366 - - *ref_2367 - - *ref_2363 + - *ref_1722 + - *ref_1723 + - *ref_1724 + - *ref_1725 responses: - schema: *ref_121 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -75181,49 +52442,13 @@ operationGroups: default: name: Get description: The operation to get the extension. - go: - name: Get - description: |- - The operation to get the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: *ref_2368 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3974 - type: object - properties: - - &ref_2370 - schema: *ref_121 - serializedName: VirtualMachineScaleSetExtension - language: - default: &ref_2369 - name: VirtualMachineScaleSetExtension - description: Describes a Virtual Machine Scale Set Extension. - byValue: true - embeddedType: true - go: *ref_2369 - protocol: {} - language: - default: &ref_2371 - name: VirtualMachineScaleSetExtensionsClientGetResponse - description: VirtualMachineScaleSetExtensionsClientGetResponse contains the response from method VirtualMachineScaleSetExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2370 - go: *ref_2371 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetExtensions_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2372 + - *ref_1326 + - &ref_1726 schema: *ref_3 implementation: Method required: true @@ -75232,14 +52457,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2373 + - &ref_1727 schema: *ref_3 implementation: Method required: true @@ -75248,14 +52469,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set containing the extension. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set containing the extension. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75264,17 +52481,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -75283,10 +52496,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -75295,26 +52504,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions method: get uri: '{$host}' signatureParameters: - - *ref_2372 - - *ref_2373 + - *ref_1726 + - *ref_1727 responses: - - schema: *ref_2374 + - schema: *ref_1728 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -75331,71 +52534,11 @@ operationGroups: description: Gets a list of all extensions in a VM scale set. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all extensions in a VM scale set. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3741 - schema: - type: object - language: - default: &ref_2375 - name: VirtualMachineScaleSetExtensionsClientListOptions - description: VirtualMachineScaleSetExtensionsClientListOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.NewListPager method. - go: *ref_2375 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetExtensionsClientListOptions - language: - default: &ref_2376 - name: options - description: VirtualMachineScaleSetExtensionsClientListOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.NewListPager method. - go: *ref_2376 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3975 - type: object - properties: - - &ref_2378 - schema: *ref_2374 - serializedName: VirtualMachineScaleSetExtensionListResult - language: - default: &ref_2377 - name: VirtualMachineScaleSetExtensionListResult - description: The List VM scale set extension operation response. - byValue: true - embeddedType: true - go: *ref_2377 - protocol: {} - language: - default: &ref_2379 - name: VirtualMachineScaleSetExtensionsClientListResponse - description: VirtualMachineScaleSetExtensionsClientListResponse contains the response from method VirtualMachineScaleSetExtensionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2378 - go: *ref_2379 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetExtensions description: '' - go: - name: VirtualMachineScaleSetExtensions - description: '' - clientCtorName: NewVirtualMachineScaleSetExtensionsClient - clientName: VirtualMachineScaleSetExtensionsClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineScaleSetRollingUpgrades operations: @@ -75403,8 +52546,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2380 + - *ref_1326 + - &ref_1729 schema: *ref_3 implementation: Method required: true @@ -75413,14 +52556,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2381 + - &ref_1730 schema: *ref_3 implementation: Method required: true @@ -75429,14 +52568,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75445,38 +52580,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/rollingUpgrades/cancel method: post uri: '{$host}' signatureParameters: - - *ref_2380 - - *ref_2381 + - *ref_1729 + - *ref_1730 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -75485,9 +52610,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -75498,68 +52620,13 @@ operationGroups: default: name: Cancel description: Cancels the current virtual machine scale set rolling upgrade. - go: - name: Cancel - description: |- - Cancels the current virtual machine scale set rolling upgrade. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetRollingUpgradesClient - openApiType: arm - optionalParamGroup: &ref_3742 - schema: - type: object - language: - default: &ref_2382 - name: VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions - description: VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginCancel method. - go: *ref_2382 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2383 - name: string - description: '' - go: *ref_2383 - protocol: {} - language: - default: &ref_2384 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2384 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions - language: - default: &ref_2385 - name: options - description: VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginCancel method. - go: *ref_2385 - protocol: {} - protocolNaming: - internalMethod: cancel - requestMethod: cancelCreateRequest - responseMethod: cancelHandleResponse - responseEnv: &ref_3976 - type: object - language: - default: &ref_2386 - name: VirtualMachineScaleSetRollingUpgradesClientCancelResponse - description: VirtualMachineScaleSetRollingUpgradesClientCancelResponse contains the response from method VirtualMachineScaleSetRollingUpgradesClient.BeginCancel. - forLRO: true - responseType: true - go: *ref_2386 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetRollingUpgrades_StartOSUpgrade apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2387 + - *ref_1326 + - &ref_1731 schema: *ref_3 implementation: Method required: true @@ -75568,14 +52635,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2388 + - &ref_1732 schema: *ref_3 implementation: Method required: true @@ -75584,14 +52647,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75600,38 +52659,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osRollingUpgrade method: post uri: '{$host}' signatureParameters: - - *ref_2387 - - *ref_2388 + - *ref_1731 + - *ref_1732 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -75640,9 +52689,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -75653,69 +52699,13 @@ operationGroups: default: name: StartOSUpgrade description: Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. - go: - name: StartOSUpgrade - description: |- - Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not - affected. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetRollingUpgradesClient - openApiType: arm - optionalParamGroup: &ref_3743 - schema: - type: object - language: - default: &ref_2389 - name: VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions - description: VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginStartOSUpgrade method. - go: *ref_2389 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2390 - name: string - description: '' - go: *ref_2390 - protocol: {} - language: - default: &ref_2391 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2391 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions - language: - default: &ref_2392 - name: options - description: VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginStartOSUpgrade method. - go: *ref_2392 - protocol: {} - protocolNaming: - internalMethod: startOSUpgrade - requestMethod: startOSUpgradeCreateRequest - responseMethod: startOSUpgradeHandleResponse - responseEnv: &ref_3977 - type: object - language: - default: &ref_2393 - name: VirtualMachineScaleSetRollingUpgradesClientStartOSUpgradeResponse - description: VirtualMachineScaleSetRollingUpgradesClientStartOSUpgradeResponse contains the response from method VirtualMachineScaleSetRollingUpgradesClient.BeginStartOSUpgrade. - forLRO: true - responseType: true - go: *ref_2393 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetRollingUpgrades_StartExtensionUpgrade apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2394 + - *ref_1326 + - &ref_1733 schema: *ref_3 implementation: Method required: true @@ -75724,14 +52714,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2395 + - &ref_1734 schema: *ref_3 implementation: Method required: true @@ -75740,14 +52726,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75756,38 +52738,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensionRollingUpgrade method: post uri: '{$host}' signatureParameters: - - *ref_2394 - - *ref_2395 + - *ref_1733 + - *ref_1734 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -75796,9 +52768,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -75820,69 +52789,13 @@ operationGroups: default: name: StartExtensionUpgrade description: Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. - go: - name: StartExtensionUpgrade - description: |- - Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions - are not affected. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetRollingUpgradesClient - openApiType: arm - optionalParamGroup: &ref_3744 - schema: - type: object - language: - default: &ref_2396 - name: VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions - description: VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginStartExtensionUpgrade method. - go: *ref_2396 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2397 - name: string - description: '' - go: *ref_2397 - protocol: {} - language: - default: &ref_2398 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2398 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions - language: - default: &ref_2399 - name: options - description: VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginStartExtensionUpgrade method. - go: *ref_2399 - protocol: {} - protocolNaming: - internalMethod: startExtensionUpgrade - requestMethod: startExtensionUpgradeCreateRequest - responseMethod: startExtensionUpgradeHandleResponse - responseEnv: &ref_3978 - type: object - language: - default: &ref_2400 - name: VirtualMachineScaleSetRollingUpgradesClientStartExtensionUpgradeResponse - description: VirtualMachineScaleSetRollingUpgradesClientStartExtensionUpgradeResponse contains the response from method VirtualMachineScaleSetRollingUpgradesClient.BeginStartExtensionUpgrade. - forLRO: true - responseType: true - go: *ref_2400 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetRollingUpgrades_GetLatest apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2401 + - *ref_1326 + - &ref_1735 schema: *ref_3 implementation: Method required: true @@ -75891,14 +52804,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2402 + - &ref_1736 schema: *ref_3 implementation: Method required: true @@ -75907,14 +52816,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75923,17 +52828,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -75942,10 +52843,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -75954,26 +52851,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/rollingUpgrades/latest method: get uri: '{$host}' signatureParameters: - - *ref_2401 - - *ref_2402 + - *ref_1735 + - *ref_1736 responses: - schema: *ref_575 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -75985,71 +52876,11 @@ operationGroups: default: name: GetLatest description: Gets the status of the latest virtual machine scale set rolling upgrade. - go: - name: GetLatest - description: |- - Gets the status of the latest virtual machine scale set rolling upgrade. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetRollingUpgradesClient - openApiType: arm - optionalParamGroup: &ref_3745 - schema: - type: object - language: - default: &ref_2403 - name: VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions - description: VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.GetLatest method. - go: *ref_2403 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions - language: - default: &ref_2404 - name: options - description: VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.GetLatest method. - go: *ref_2404 - protocol: {} - protocolNaming: - internalMethod: getLatest - requestMethod: getLatestCreateRequest - responseMethod: getLatestHandleResponse - responseEnv: &ref_3979 - type: object - properties: - - &ref_2406 - schema: *ref_575 - serializedName: RollingUpgradeStatusInfo - language: - default: &ref_2405 - name: RollingUpgradeStatusInfo - description: The status of the latest virtual machine scale set rolling upgrade. - byValue: true - embeddedType: true - go: *ref_2405 - protocol: {} - language: - default: &ref_2407 - name: VirtualMachineScaleSetRollingUpgradesClientGetLatestResponse - description: VirtualMachineScaleSetRollingUpgradesClientGetLatestResponse contains the response from method VirtualMachineScaleSetRollingUpgradesClient.GetLatest. - marshallingFormat: json - responseType: true - resultProp: *ref_2406 - go: *ref_2407 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetRollingUpgrades description: '' - go: - name: VirtualMachineScaleSetRollingUpgrades - description: '' - clientCtorName: NewVirtualMachineScaleSetRollingUpgradesClient - clientName: VirtualMachineScaleSetRollingUpgradesClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineScaleSetVMExtensions operations: @@ -76057,8 +52888,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2410 + - *ref_1326 + - &ref_1739 schema: *ref_3 implementation: Method required: true @@ -76067,14 +52898,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2411 + - &ref_1740 schema: *ref_3 implementation: Method required: true @@ -76083,14 +52910,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2412 + - &ref_1741 schema: *ref_3 implementation: Method required: true @@ -76099,14 +52922,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2413 + - &ref_1742 schema: *ref_3 implementation: Method required: true @@ -76115,14 +52934,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -76131,18 +52946,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2409 + application/json: &ref_1738 parameters: - - &ref_2408 + - &ref_1737 schema: *ref_123 implementation: Method required: true @@ -76150,14 +52961,11 @@ operationGroups: default: name: extensionParameters description: Parameters supplied to the Create Virtual Machine Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Create Virtual Machine Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -76166,22 +52974,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2408 + - *ref_1737 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName} @@ -76191,21 +52992,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2409 + - *ref_1738 signatureParameters: - - *ref_2410 - - *ref_2411 - - *ref_2412 - - *ref_2413 + - *ref_1739 + - *ref_1740 + - *ref_1741 + - *ref_1742 responses: - schema: *ref_123 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -76218,9 +53016,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -76229,14 +53024,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -76321,82 +53113,13 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the VMSS VM extension. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the VMSS VM extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3746 - schema: - type: object - language: - default: &ref_2414 - name: VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions - description: VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginCreateOrUpdate method. - go: *ref_2414 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2415 - name: string - description: '' - go: *ref_2415 - protocol: {} - language: - default: &ref_2416 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2416 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions - language: - default: &ref_2417 - name: options - description: VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginCreateOrUpdate method. - go: *ref_2417 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3980 - type: object - properties: - - &ref_2419 - schema: *ref_123 - serializedName: VirtualMachineScaleSetVMExtension - language: - default: &ref_2418 - name: VirtualMachineScaleSetVMExtension - description: Describes a VMSS VM Extension. - byValue: true - embeddedType: true - go: *ref_2418 - protocol: {} - language: - default: &ref_2420 - name: VirtualMachineScaleSetVMExtensionsClientCreateOrUpdateResponse - description: VirtualMachineScaleSetVMExtensionsClientCreateOrUpdateResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2419 - go: *ref_2420 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMExtensions_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2423 + - *ref_1326 + - &ref_1745 schema: *ref_3 implementation: Method required: true @@ -76405,14 +53128,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2424 + - &ref_1746 schema: *ref_3 implementation: Method required: true @@ -76421,14 +53140,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2425 + - &ref_1747 schema: *ref_3 implementation: Method required: true @@ -76437,14 +53152,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2426 + - &ref_1748 schema: *ref_3 implementation: Method required: true @@ -76453,14 +53164,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -76469,18 +53176,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2422 + application/json: &ref_1744 parameters: - - &ref_2421 + - &ref_1743 schema: *ref_124 implementation: Method required: true @@ -76488,14 +53191,11 @@ operationGroups: default: name: extensionParameters description: Parameters supplied to the Update Virtual Machine Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Update Virtual Machine Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -76504,22 +53204,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2421 + - *ref_1743 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName} @@ -76529,21 +53222,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2422 + - *ref_1744 signatureParameters: - - *ref_2423 - - *ref_2424 - - *ref_2425 - - *ref_2426 + - *ref_1745 + - *ref_1746 + - *ref_1747 + - *ref_1748 responses: - schema: *ref_123 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -76552,14 +53242,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -76605,82 +53292,13 @@ operationGroups: default: name: Update description: The operation to update the VMSS VM extension. - go: - name: Update - description: |- - The operation to update the VMSS VM extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3747 - schema: - type: object - language: - default: &ref_2427 - name: VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions - description: VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginUpdate method. - go: *ref_2427 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2428 - name: string - description: '' - go: *ref_2428 - protocol: {} - language: - default: &ref_2429 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2429 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions - language: - default: &ref_2430 - name: options - description: VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginUpdate method. - go: *ref_2430 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3981 - type: object - properties: - - &ref_2432 - schema: *ref_123 - serializedName: VirtualMachineScaleSetVMExtension - language: - default: &ref_2431 - name: VirtualMachineScaleSetVMExtension - description: Describes a VMSS VM Extension. - byValue: true - embeddedType: true - go: *ref_2431 - protocol: {} - language: - default: &ref_2433 - name: VirtualMachineScaleSetVMExtensionsClientUpdateResponse - description: VirtualMachineScaleSetVMExtensionsClientUpdateResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2432 - go: *ref_2433 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMExtensions_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2434 + - *ref_1326 + - &ref_1749 schema: *ref_3 implementation: Method required: true @@ -76689,14 +53307,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2435 + - &ref_1750 schema: *ref_3 implementation: Method required: true @@ -76705,14 +53319,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2436 + - &ref_1751 schema: *ref_3 implementation: Method required: true @@ -76721,14 +53331,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2437 + - &ref_1752 schema: *ref_3 implementation: Method required: true @@ -76737,14 +53343,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -76753,17 +53355,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -76772,10 +53370,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -76784,27 +53378,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName} method: delete uri: '{$host}' signatureParameters: - - *ref_2434 - - *ref_2435 - - *ref_2436 - - *ref_2437 + - *ref_1749 + - *ref_1750 + - *ref_1751 + - *ref_1752 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -76813,9 +53401,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -76824,22 +53409,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -76867,68 +53446,13 @@ operationGroups: default: name: Delete description: The operation to delete the VMSS VM extension. - go: - name: Delete - description: |- - The operation to delete the VMSS VM extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3748 - schema: - type: object - language: - default: &ref_2438 - name: VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions - description: VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginDelete method. - go: *ref_2438 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2439 - name: string - description: '' - go: *ref_2439 - protocol: {} - language: - default: &ref_2440 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2440 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions - language: - default: &ref_2441 - name: options - description: VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginDelete method. - go: *ref_2441 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3982 - type: object - language: - default: &ref_2442 - name: VirtualMachineScaleSetVMExtensionsClientDeleteResponse - description: VirtualMachineScaleSetVMExtensionsClientDeleteResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2442 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMExtensions_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2446 + - *ref_1326 + - &ref_1753 schema: *ref_3 implementation: Method required: true @@ -76937,14 +53461,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2447 + - &ref_1754 schema: *ref_3 implementation: Method required: true @@ -76953,14 +53473,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2448 + - &ref_1755 schema: *ref_3 implementation: Method required: true @@ -76969,14 +53485,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2449 + - &ref_1756 schema: *ref_3 implementation: Method required: true @@ -76985,14 +53497,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - &ref_2444 + - &ref_1757 schema: *ref_3 implementation: Method language: @@ -77000,33 +53508,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2450 - schema: - type: object - language: - default: &ref_2443 - name: VirtualMachineScaleSetVMExtensionsClientGetOptions - description: VirtualMachineScaleSetVMExtensionsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.Get method. - go: *ref_2443 - protocol: {} - originalParameter: - - *ref_2444 - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientGetOptions - language: - default: &ref_2445 - name: options - description: VirtualMachineScaleSetVMExtensionsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.Get method. - go: *ref_2445 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -77035,17 +53520,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -77054,10 +53535,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -77066,29 +53543,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName} method: get uri: '{$host}' signatureParameters: - - *ref_2446 - - *ref_2447 - - *ref_2448 - - *ref_2449 - - *ref_2444 + - *ref_1753 + - *ref_1754 + - *ref_1755 + - *ref_1756 + - *ref_1757 responses: - schema: *ref_123 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -77097,14 +53568,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -77141,49 +53609,13 @@ operationGroups: default: name: Get description: The operation to get the VMSS VM extension. - go: - name: Get - description: |- - The operation to get the VMSS VM extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: *ref_2450 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3983 - type: object - properties: - - &ref_2452 - schema: *ref_123 - serializedName: VirtualMachineScaleSetVMExtension - language: - default: &ref_2451 - name: VirtualMachineScaleSetVMExtension - description: Describes a VMSS VM Extension. - byValue: true - embeddedType: true - go: *ref_2451 - protocol: {} - language: - default: &ref_2453 - name: VirtualMachineScaleSetVMExtensionsClientGetResponse - description: VirtualMachineScaleSetVMExtensionsClientGetResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2452 - go: *ref_2453 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMExtensions_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2457 + - *ref_1326 + - &ref_1758 schema: *ref_3 implementation: Method required: true @@ -77192,14 +53624,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2458 + - &ref_1759 schema: *ref_3 implementation: Method required: true @@ -77208,14 +53636,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2459 + - &ref_1760 schema: *ref_3 implementation: Method required: true @@ -77224,14 +53648,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2455 + - &ref_1761 schema: *ref_3 implementation: Method language: @@ -77239,33 +53659,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2461 - schema: - type: object - language: - default: &ref_2454 - name: VirtualMachineScaleSetVMExtensionsClientListOptions - description: VirtualMachineScaleSetVMExtensionsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.List method. - go: *ref_2454 - protocol: {} - originalParameter: - - *ref_2455 - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientListOptions - language: - default: &ref_2456 - name: options - description: VirtualMachineScaleSetVMExtensionsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.List method. - go: *ref_2456 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -77274,17 +53671,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -77293,10 +53686,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -77305,28 +53694,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions method: get uri: '{$host}' signatureParameters: - - *ref_2457 - - *ref_2458 - - *ref_2459 - - *ref_2455 + - *ref_1758 + - *ref_1759 + - *ref_1760 + - *ref_1761 responses: - - schema: *ref_2460 + - schema: *ref_1762 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -77335,14 +53718,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -77390,54 +53770,11 @@ operationGroups: default: name: List description: The operation to get all extensions of an instance in Virtual Machine Scaleset. - go: - name: List - description: |- - The operation to get all extensions of an instance in Virtual Machine Scaleset. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: *ref_2461 - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3984 - type: object - properties: - - &ref_2463 - schema: *ref_2460 - serializedName: VirtualMachineScaleSetVMExtensionsListResult - language: - default: &ref_2462 - name: VirtualMachineScaleSetVMExtensionsListResult - description: The List VMSS VM Extension operation response - byValue: true - embeddedType: true - go: *ref_2462 - protocol: {} - language: - default: &ref_2464 - name: VirtualMachineScaleSetVMExtensionsClientListResponse - description: VirtualMachineScaleSetVMExtensionsClientListResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_2463 - go: *ref_2464 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetVMExtensions description: '' - go: - name: VirtualMachineScaleSetVMExtensions - description: '' - clientCtorName: NewVirtualMachineScaleSetVMExtensionsClient - clientName: VirtualMachineScaleSetVMExtensionsClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineScaleSetVMs operations: @@ -77445,8 +53782,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2471 + - *ref_1326 + - &ref_1765 schema: *ref_3 implementation: Method required: true @@ -77455,14 +53792,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2472 + - &ref_1766 schema: *ref_3 implementation: Method required: true @@ -77471,14 +53804,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2473 + - &ref_1767 schema: *ref_3 implementation: Method required: true @@ -77487,14 +53816,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -77503,75 +53828,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2470 + application/json: &ref_1764 parameters: - - &ref_2466 - schema: *ref_727 + - &ref_1763 + schema: *ref_726 implementation: Method required: false language: default: name: vmScaleSetVMReimageInput description: Parameters for the Reimaging Virtual machine in ScaleSet. - go: - name: VMScaleSetVMReimageInput - description: Parameters for the Reimaging Virtual machine in ScaleSet. - paramGroup: &ref_2474 - schema: - type: object - language: - default: &ref_2465 - name: VirtualMachineScaleSetVMsClientBeginReimageOptions - description: VirtualMachineScaleSetVMsClientBeginReimageOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginReimage method. - go: *ref_2465 - protocol: {} - originalParameter: - - *ref_2466 - - schema: - type: string - language: - default: &ref_2467 - name: string - description: '' - go: *ref_2467 - protocol: {} - language: - default: &ref_2468 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2468 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginReimageOptions - language: - default: &ref_2469 - name: options - description: VirtualMachineScaleSetVMsClientBeginReimageOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginReimage method. - go: *ref_2469 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2466 + - *ref_1763 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/reimage @@ -77581,19 +53862,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2470 + - *ref_1764 signatureParameters: - - *ref_2471 - - *ref_2472 - - *ref_2473 + - *ref_1765 + - *ref_1766 + - *ref_1767 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -77602,9 +53880,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -77615,36 +53890,13 @@ operationGroups: default: name: Reimage description: Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. - go: - name: Reimage - description: |- - Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2474 - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_3985 - type: object - language: - default: &ref_2475 - name: VirtualMachineScaleSetVMsClientReimageResponse - description: VirtualMachineScaleSetVMsClientReimageResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_2475 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_ReimageAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2476 + - *ref_1326 + - &ref_1768 schema: *ref_3 implementation: Method required: true @@ -77653,14 +53905,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2477 + - &ref_1769 schema: *ref_3 implementation: Method required: true @@ -77669,14 +53917,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2478 + - &ref_1770 schema: *ref_3 implementation: Method required: true @@ -77685,14 +53929,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -77701,39 +53941,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/reimageall method: post uri: '{$host}' signatureParameters: - - *ref_2476 - - *ref_2477 - - *ref_2478 + - *ref_1768 + - *ref_1769 + - *ref_1770 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -77742,9 +53972,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -77755,68 +53982,13 @@ operationGroups: default: name: ReimageAll description: Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. - go: - name: ReimageAll - description: |- - Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3749 - schema: - type: object - language: - default: &ref_2479 - name: VirtualMachineScaleSetVMsClientBeginReimageAllOptions - description: VirtualMachineScaleSetVMsClientBeginReimageAllOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginReimageAll method. - go: *ref_2479 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2480 - name: string - description: '' - go: *ref_2480 - protocol: {} - language: - default: &ref_2481 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2481 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginReimageAllOptions - language: - default: &ref_2482 - name: options - description: VirtualMachineScaleSetVMsClientBeginReimageAllOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginReimageAll method. - go: *ref_2482 - protocol: {} - protocolNaming: - internalMethod: reimageAll - requestMethod: reimageAllCreateRequest - responseMethod: reimageAllHandleResponse - responseEnv: &ref_3986 - type: object - language: - default: &ref_2483 - name: VirtualMachineScaleSetVMsClientReimageAllResponse - description: VirtualMachineScaleSetVMsClientReimageAllResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginReimageAll. - forLRO: true - responseType: true - go: *ref_2483 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_Deallocate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2484 + - *ref_1326 + - &ref_1771 schema: *ref_3 implementation: Method required: true @@ -77825,14 +53997,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2485 + - &ref_1772 schema: *ref_3 implementation: Method required: true @@ -77841,14 +54009,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2486 + - &ref_1773 schema: *ref_3 implementation: Method required: true @@ -77857,14 +54021,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -77873,39 +54033,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/deallocate method: post uri: '{$host}' signatureParameters: - - *ref_2484 - - *ref_2485 - - *ref_2486 + - *ref_1771 + - *ref_1772 + - *ref_1773 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -77914,9 +54064,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -77927,69 +54074,13 @@ operationGroups: default: name: Deallocate description: Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. - go: - name: Deallocate - description: |- - Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual - machine once it is deallocated. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3750 - schema: - type: object - language: - default: &ref_2487 - name: VirtualMachineScaleSetVMsClientBeginDeallocateOptions - description: VirtualMachineScaleSetVMsClientBeginDeallocateOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginDeallocate method. - go: *ref_2487 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2488 - name: string - description: '' - go: *ref_2488 - protocol: {} - language: - default: &ref_2489 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2489 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginDeallocateOptions - language: - default: &ref_2490 - name: options - description: VirtualMachineScaleSetVMsClientBeginDeallocateOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginDeallocate method. - go: *ref_2490 - protocol: {} - protocolNaming: - internalMethod: deallocate - requestMethod: deallocateCreateRequest - responseMethod: deallocateHandleResponse - responseEnv: &ref_3987 - type: object - language: - default: &ref_2491 - name: VirtualMachineScaleSetVMsClientDeallocateResponse - description: VirtualMachineScaleSetVMsClientDeallocateResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginDeallocate. - forLRO: true - responseType: true - go: *ref_2491 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2494 + - *ref_1326 + - &ref_1776 schema: *ref_3 implementation: Method required: true @@ -77998,14 +54089,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2495 + - &ref_1777 schema: *ref_3 implementation: Method required: true @@ -78014,14 +54101,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set where the extension should be create or updated. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set where the extension should be create or updated. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2496 + - &ref_1778 schema: *ref_3 implementation: Method required: true @@ -78030,14 +54113,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -78046,18 +54125,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2493 + application/json: &ref_1775 parameters: - - &ref_2492 + - &ref_1774 schema: *ref_576 implementation: Method required: true @@ -78065,14 +54140,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Update Virtual Machine Scale Sets VM operation. - go: - name: parameters - description: Parameters supplied to the Update Virtual Machine Scale Sets VM operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -78081,22 +54153,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2492 + - *ref_1774 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId} @@ -78106,20 +54171,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2493 + - *ref_1775 signatureParameters: - - *ref_2494 - - *ref_2495 - - *ref_2496 + - *ref_1776 + - *ref_1777 + - *ref_1778 responses: - schema: *ref_576 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -78132,9 +54194,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -78148,82 +54207,13 @@ operationGroups: default: name: Update description: Updates a virtual machine of a VM scale set. - go: - name: Update - description: |- - Updates a virtual machine of a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3751 - schema: - type: object - language: - default: &ref_2497 - name: VirtualMachineScaleSetVMsClientBeginUpdateOptions - description: VirtualMachineScaleSetVMsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginUpdate method. - go: *ref_2497 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2498 - name: string - description: '' - go: *ref_2498 - protocol: {} - language: - default: &ref_2499 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2499 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginUpdateOptions - language: - default: &ref_2500 - name: options - description: VirtualMachineScaleSetVMsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginUpdate method. - go: *ref_2500 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3988 - type: object - properties: - - &ref_2502 - schema: *ref_576 - serializedName: VirtualMachineScaleSetVM - language: - default: &ref_2501 - name: VirtualMachineScaleSetVM - description: Describes a virtual machine scale set virtual machine. - byValue: true - embeddedType: true - go: *ref_2501 - protocol: {} - language: - default: &ref_2503 - name: VirtualMachineScaleSetVMsClientUpdateResponse - description: VirtualMachineScaleSetVMsClientUpdateResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2502 - go: *ref_2503 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2509 + - *ref_1326 + - &ref_1779 schema: *ref_3 implementation: Method required: true @@ -78232,14 +54222,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2510 + - &ref_1780 schema: *ref_3 implementation: Method required: true @@ -78248,14 +54234,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2511 + - &ref_1781 schema: *ref_3 implementation: Method required: true @@ -78264,63 +54246,21 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2505 - schema: *ref_1813 + - &ref_1782 + schema: *ref_1521 implementation: Method language: default: name: forceDeletion description: Optional parameter to force delete a virtual machine from a VM scale set. (Feature in Preview) serializedName: forceDeletion - go: - name: ForceDeletion - description: Optional parameter to force delete a virtual machine from a VM scale set. (Feature in Preview) - paramGroup: &ref_2512 - schema: - type: object - language: - default: &ref_2504 - name: VirtualMachineScaleSetVMsClientBeginDeleteOptions - description: VirtualMachineScaleSetVMsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginDelete method. - go: *ref_2504 - protocol: {} - originalParameter: - - *ref_2505 - - schema: - type: string - language: - default: &ref_2506 - name: string - description: '' - go: *ref_2506 - protocol: {} - language: - default: &ref_2507 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2507 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginDeleteOptions - language: - default: &ref_2508 - name: options - description: VirtualMachineScaleSetVMsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginDelete method. - go: *ref_2508 - protocol: {} - serializedName: forceDeletion protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -78329,40 +54269,30 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId} method: delete uri: '{$host}' signatureParameters: - - *ref_2509 - - *ref_2510 - - *ref_2511 - - *ref_2505 + - *ref_1779 + - *ref_1780 + - *ref_1781 + - *ref_1782 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -78371,9 +54301,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -78382,9 +54309,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -78409,36 +54333,13 @@ operationGroups: default: name: Delete description: Deletes a virtual machine from a VM scale set. - go: - name: Delete - description: |- - Deletes a virtual machine from a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2512 - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3989 - type: object - language: - default: &ref_2513 - name: VirtualMachineScaleSetVMsClientDeleteResponse - description: VirtualMachineScaleSetVMsClientDeleteResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2513 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2517 + - *ref_1326 + - &ref_1783 schema: *ref_3 implementation: Method required: true @@ -78447,14 +54348,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2518 + - &ref_1784 schema: *ref_3 implementation: Method required: true @@ -78463,14 +54360,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2519 + - &ref_1785 schema: *ref_3 implementation: Method required: true @@ -78479,48 +54372,21 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2515 - schema: *ref_1457 + - &ref_1786 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. - paramGroup: &ref_2520 - schema: - type: object - language: - default: &ref_2514 - name: VirtualMachineScaleSetVMsClientGetOptions - description: VirtualMachineScaleSetVMsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.Get method. - go: *ref_2514 - protocol: {} - originalParameter: - - *ref_2515 - required: false - serializedName: VirtualMachineScaleSetVMsClientGetOptions - language: - default: &ref_2516 - name: options - description: VirtualMachineScaleSetVMsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.Get method. - go: *ref_2516 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -78529,17 +54395,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -78548,10 +54410,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -78560,28 +54418,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId} method: get uri: '{$host}' signatureParameters: - - *ref_2517 - - *ref_2518 - - *ref_2519 - - *ref_2515 + - *ref_1783 + - *ref_1784 + - *ref_1785 + - *ref_1786 responses: - schema: *ref_576 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -78690,49 +54542,13 @@ operationGroups: default: name: Get description: Gets a virtual machine from a VM scale set. - go: - name: Get - description: |- - Gets a virtual machine from a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2520 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3990 - type: object - properties: - - &ref_2522 - schema: *ref_576 - serializedName: VirtualMachineScaleSetVM - language: - default: &ref_2521 - name: VirtualMachineScaleSetVM - description: Describes a virtual machine scale set virtual machine. - byValue: true - embeddedType: true - go: *ref_2521 - protocol: {} - language: - default: &ref_2523 - name: VirtualMachineScaleSetVMsClientGetResponse - description: VirtualMachineScaleSetVMsClientGetResponse contains the response from method VirtualMachineScaleSetVMsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2522 - go: *ref_2523 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_GetInstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2524 + - *ref_1326 + - &ref_1787 schema: *ref_3 implementation: Method required: true @@ -78741,14 +54557,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2525 + - &ref_1788 schema: *ref_3 implementation: Method required: true @@ -78757,14 +54569,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2526 + - &ref_1789 schema: *ref_3 implementation: Method required: true @@ -78773,14 +54581,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -78789,17 +54593,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -78808,10 +54608,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -78820,27 +54616,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_2524 - - *ref_2525 - - *ref_2526 + - *ref_1787 + - *ref_1788 + - *ref_1789 responses: - - schema: *ref_830 + - schema: *ref_829 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -78900,66 +54690,13 @@ operationGroups: default: name: GetInstanceView description: Gets the status of a virtual machine from a VM scale set. - go: - name: GetInstanceView - description: |- - Gets the status of a virtual machine from a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3752 - schema: - type: object - language: - default: &ref_2527 - name: VirtualMachineScaleSetVMsClientGetInstanceViewOptions - description: VirtualMachineScaleSetVMsClientGetInstanceViewOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.GetInstanceView method. - go: *ref_2527 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetVMsClientGetInstanceViewOptions - language: - default: &ref_2528 - name: options - description: VirtualMachineScaleSetVMsClientGetInstanceViewOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.GetInstanceView method. - go: *ref_2528 - protocol: {} - protocolNaming: - internalMethod: getInstanceView - requestMethod: getInstanceViewCreateRequest - responseMethod: getInstanceViewHandleResponse - responseEnv: &ref_3991 - type: object - properties: - - &ref_2530 - schema: *ref_830 - serializedName: VirtualMachineScaleSetVMInstanceView - language: - default: &ref_2529 - name: VirtualMachineScaleSetVMInstanceView - description: The instance view of a virtual machine scale set VM. - byValue: true - embeddedType: true - go: *ref_2529 - protocol: {} - language: - default: &ref_2531 - name: VirtualMachineScaleSetVMsClientGetInstanceViewResponse - description: VirtualMachineScaleSetVMsClientGetInstanceViewResponse contains the response from method VirtualMachineScaleSetVMsClient.GetInstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_2530 - go: *ref_2531 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2538 + - *ref_1326 + - &ref_1790 schema: *ref_3 implementation: Method required: true @@ -78968,14 +54705,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2539 + - &ref_1791 schema: *ref_3 implementation: Method required: true @@ -78984,14 +54717,10 @@ operationGroups: name: virtualMachineScaleSetName description: The name of the VM scale set. serializedName: virtualMachineScaleSetName - go: - name: virtualMachineScaleSetName - description: The name of the VM scale set. - serializedName: virtualMachineScaleSetName protocol: http: in: path - - &ref_2533 + - &ref_1792 schema: *ref_3 implementation: Method language: @@ -78999,69 +54728,32 @@ operationGroups: name: filter description: The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'. serializedName: $filter - go: - name: Filter - description: |- - The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq - false'. - paramGroup: &ref_2534 - schema: - type: object - language: - default: &ref_2532 - name: VirtualMachineScaleSetVMsClientListOptions - description: VirtualMachineScaleSetVMsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.NewListPager method. - go: *ref_2532 - protocol: {} - originalParameter: - - *ref_2533 - - &ref_2536 - schema: *ref_3 - implementation: Method - language: - default: - name: select - description: The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. - serializedName: $select - go: - name: Select - description: The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. - paramGroup: *ref_2534 - serializedName: $select - protocol: - http: - in: query - - &ref_2537 - schema: *ref_3 - implementation: Method - language: - default: - name: expand - description: The expand expression to apply to the operation. Allowed values are 'instanceView'. - serializedName: $expand - go: - name: Expand - description: The expand expression to apply to the operation. Allowed values are 'instanceView'. - paramGroup: *ref_2534 - serializedName: $expand - protocol: - http: - in: query - required: false - serializedName: VirtualMachineScaleSetVMsClientListOptions - language: - default: &ref_2535 - name: options - description: VirtualMachineScaleSetVMsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.NewListPager method. - go: *ref_2535 - protocol: {} - serializedName: $filter protocol: http: in: query - - *ref_2536 - - *ref_2537 - - schema: *ref_1328 + - &ref_1793 + schema: *ref_3 + implementation: Method + language: + default: + name: select + description: The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. + serializedName: $select + protocol: + http: + in: query + - &ref_1794 + schema: *ref_3 + implementation: Method + language: + default: + name: expand + description: The expand expression to apply to the operation. Allowed values are 'instanceView'. + serializedName: $expand + protocol: + http: + in: query + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79070,17 +54762,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -79089,10 +54777,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -79101,29 +54785,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines method: get uri: '{$host}' signatureParameters: - - *ref_2538 - - *ref_2539 - - *ref_2533 - - *ref_2536 - - *ref_2537 + - *ref_1790 + - *ref_1791 + - *ref_1792 + - *ref_1793 + - *ref_1794 responses: - - schema: *ref_2540 + - schema: *ref_1795 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -79141,49 +54819,13 @@ operationGroups: description: Gets a list of all virtual machines in a VM scale sets. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all virtual machines in a VM scale sets. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2534 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3992 - type: object - properties: - - &ref_2542 - schema: *ref_2540 - serializedName: VirtualMachineScaleSetVMListResult - language: - default: &ref_2541 - name: VirtualMachineScaleSetVMListResult - description: The List Virtual Machine Scale Set VMs operation response. - byValue: true - embeddedType: true - go: *ref_2541 - protocol: {} - language: - default: &ref_2543 - name: VirtualMachineScaleSetVMsClientListResponse - description: VirtualMachineScaleSetVMsClientListResponse contains the response from method VirtualMachineScaleSetVMsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2542 - go: *ref_2543 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_PowerOff apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2549 + - *ref_1326 + - &ref_1796 schema: *ref_3 implementation: Method required: true @@ -79192,14 +54834,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2550 + - &ref_1797 schema: *ref_3 implementation: Method required: true @@ -79208,14 +54846,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2551 + - &ref_1798 schema: *ref_3 implementation: Method required: true @@ -79224,63 +54858,21 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2545 - schema: *ref_1878 + - &ref_1799 + schema: *ref_1540 implementation: Method language: default: name: skipShutdown description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified serializedName: skipShutdown - go: - name: SkipShutdown - description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified - paramGroup: &ref_2552 - schema: - type: object - language: - default: &ref_2544 - name: VirtualMachineScaleSetVMsClientBeginPowerOffOptions - description: VirtualMachineScaleSetVMsClientBeginPowerOffOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginPowerOff method. - go: *ref_2544 - protocol: {} - originalParameter: - - *ref_2545 - - schema: - type: string - language: - default: &ref_2546 - name: string - description: '' - go: *ref_2546 - protocol: {} - language: - default: &ref_2547 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2547 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginPowerOffOptions - language: - default: &ref_2548 - name: options - description: VirtualMachineScaleSetVMsClientBeginPowerOffOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginPowerOff method. - go: *ref_2548 - protocol: {} - serializedName: skipShutdown protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79289,40 +54881,30 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/poweroff method: post uri: '{$host}' signatureParameters: - - *ref_2549 - - *ref_2550 - - *ref_2551 - - *ref_2545 + - *ref_1796 + - *ref_1797 + - *ref_1798 + - *ref_1799 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -79331,9 +54913,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -79344,37 +54923,13 @@ operationGroups: default: name: PowerOff description: Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. - go: - name: PowerOff - description: |- - Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid - charges. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2552 - protocolNaming: - internalMethod: powerOff - requestMethod: powerOffCreateRequest - responseMethod: powerOffHandleResponse - responseEnv: &ref_3993 - type: object - language: - default: &ref_2553 - name: VirtualMachineScaleSetVMsClientPowerOffResponse - description: VirtualMachineScaleSetVMsClientPowerOffResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginPowerOff. - forLRO: true - responseType: true - go: *ref_2553 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2554 + - *ref_1326 + - &ref_1800 schema: *ref_3 implementation: Method required: true @@ -79383,14 +54938,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2555 + - &ref_1801 schema: *ref_3 implementation: Method required: true @@ -79399,14 +54950,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2556 + - &ref_1802 schema: *ref_3 implementation: Method required: true @@ -79415,14 +54962,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79431,39 +54974,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/restart method: post uri: '{$host}' signatureParameters: - - *ref_2554 - - *ref_2555 - - *ref_2556 + - *ref_1800 + - *ref_1801 + - *ref_1802 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -79472,9 +55005,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -79485,68 +55015,13 @@ operationGroups: default: name: Restart description: Restarts a virtual machine in a VM scale set. - go: - name: Restart - description: |- - Restarts a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3753 - schema: - type: object - language: - default: &ref_2557 - name: VirtualMachineScaleSetVMsClientBeginRestartOptions - description: VirtualMachineScaleSetVMsClientBeginRestartOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRestart method. - go: *ref_2557 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2558 - name: string - description: '' - go: *ref_2558 - protocol: {} - language: - default: &ref_2559 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2559 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginRestartOptions - language: - default: &ref_2560 - name: options - description: VirtualMachineScaleSetVMsClientBeginRestartOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRestart method. - go: *ref_2560 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_3994 - type: object - language: - default: &ref_2561 - name: VirtualMachineScaleSetVMsClientRestartResponse - description: VirtualMachineScaleSetVMsClientRestartResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_2561 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_Start apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2562 + - *ref_1326 + - &ref_1803 schema: *ref_3 implementation: Method required: true @@ -79555,14 +55030,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2563 + - &ref_1804 schema: *ref_3 implementation: Method required: true @@ -79571,14 +55042,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2564 + - &ref_1805 schema: *ref_3 implementation: Method required: true @@ -79587,14 +55054,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79603,39 +55066,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/start method: post uri: '{$host}' signatureParameters: - - *ref_2562 - - *ref_2563 - - *ref_2564 + - *ref_1803 + - *ref_1804 + - *ref_1805 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -79644,9 +55097,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -79657,68 +55107,13 @@ operationGroups: default: name: Start description: Starts a virtual machine in a VM scale set. - go: - name: Start - description: |- - Starts a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3754 - schema: - type: object - language: - default: &ref_2565 - name: VirtualMachineScaleSetVMsClientBeginStartOptions - description: VirtualMachineScaleSetVMsClientBeginStartOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginStart method. - go: *ref_2565 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2566 - name: string - description: '' - go: *ref_2566 - protocol: {} - language: - default: &ref_2567 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2567 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginStartOptions - language: - default: &ref_2568 - name: options - description: VirtualMachineScaleSetVMsClientBeginStartOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginStart method. - go: *ref_2568 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_3995 - type: object - language: - default: &ref_2569 - name: VirtualMachineScaleSetVMsClientStartResponse - description: VirtualMachineScaleSetVMsClientStartResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginStart. - forLRO: true - responseType: true - go: *ref_2569 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_Redeploy apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2570 + - *ref_1326 + - &ref_1806 schema: *ref_3 implementation: Method required: true @@ -79727,14 +55122,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2571 + - &ref_1807 schema: *ref_3 implementation: Method required: true @@ -79743,14 +55134,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2572 + - &ref_1808 schema: *ref_3 implementation: Method required: true @@ -79759,14 +55146,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79775,39 +55158,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/redeploy method: post uri: '{$host}' signatureParameters: - - *ref_2570 - - *ref_2571 - - *ref_2572 + - *ref_1806 + - *ref_1807 + - *ref_1808 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -79816,9 +55189,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -79829,68 +55199,13 @@ operationGroups: default: name: Redeploy description: Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. - go: - name: Redeploy - description: |- - Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3755 - schema: - type: object - language: - default: &ref_2573 - name: VirtualMachineScaleSetVMsClientBeginRedeployOptions - description: VirtualMachineScaleSetVMsClientBeginRedeployOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRedeploy method. - go: *ref_2573 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2574 - name: string - description: '' - go: *ref_2574 - protocol: {} - language: - default: &ref_2575 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2575 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginRedeployOptions - language: - default: &ref_2576 - name: options - description: VirtualMachineScaleSetVMsClientBeginRedeployOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRedeploy method. - go: *ref_2576 - protocol: {} - protocolNaming: - internalMethod: redeploy - requestMethod: redeployCreateRequest - responseMethod: redeployHandleResponse - responseEnv: &ref_3996 - type: object - language: - default: &ref_2577 - name: VirtualMachineScaleSetVMsClientRedeployResponse - description: VirtualMachineScaleSetVMsClientRedeployResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginRedeploy. - forLRO: true - responseType: true - go: *ref_2577 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_RetrieveBootDiagnosticsData apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2581 + - *ref_1326 + - &ref_1809 schema: *ref_3 implementation: Method required: true @@ -79899,14 +55214,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2582 + - &ref_1810 schema: *ref_3 implementation: Method required: true @@ -79915,14 +55226,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2583 + - &ref_1811 schema: *ref_3 implementation: Method required: true @@ -79931,51 +55238,21 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2579 - schema: *ref_1598 + - &ref_1812 + schema: *ref_1424 implementation: Method language: default: name: sasUriExpirationTimeInMinutes description: 'Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes.

    NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes.' serializedName: sasUriExpirationTimeInMinutes - go: - name: SasURIExpirationTimeInMinutes - description: |- - Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes. - - NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes. - paramGroup: &ref_2584 - schema: - type: object - language: - default: &ref_2578 - name: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions - description: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.RetrieveBootDiagnosticsData method. - go: *ref_2578 - protocol: {} - originalParameter: - - *ref_2579 - required: false - serializedName: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions - language: - default: &ref_2580 - name: options - description: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.RetrieveBootDiagnosticsData method. - go: *ref_2580 - protocol: {} - serializedName: sasUriExpirationTimeInMinutes protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79984,17 +55261,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -80003,10 +55276,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -80015,28 +55284,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/retrieveBootDiagnosticsData method: post uri: '{$host}' signatureParameters: - - *ref_2581 - - *ref_2582 - - *ref_2583 - - *ref_2579 + - *ref_1809 + - *ref_1810 + - *ref_1811 + - *ref_1812 responses: - - schema: *ref_1931 + - schema: *ref_1559 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -80045,14 +55308,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -80081,49 +55341,13 @@ operationGroups: default: name: RetrieveBootDiagnosticsData description: The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. - go: - name: RetrieveBootDiagnosticsData - description: |- - The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2584 - protocolNaming: - internalMethod: retrieveBootDiagnosticsData - requestMethod: retrieveBootDiagnosticsDataCreateRequest - responseMethod: retrieveBootDiagnosticsDataHandleResponse - responseEnv: &ref_3997 - type: object - properties: - - &ref_2586 - schema: *ref_1931 - serializedName: RetrieveBootDiagnosticsDataResult - language: - default: &ref_2585 - name: RetrieveBootDiagnosticsDataResult - description: The SAS URIs of the console screenshot and serial log blobs. - byValue: true - embeddedType: true - go: *ref_2585 - protocol: {} - language: - default: &ref_2587 - name: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataResponse - description: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataResponse contains the response from method VirtualMachineScaleSetVMsClient.RetrieveBootDiagnosticsData. - marshallingFormat: json - responseType: true - resultProp: *ref_2586 - go: *ref_2587 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_PerformMaintenance apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2588 + - *ref_1326 + - &ref_1813 schema: *ref_3 implementation: Method required: true @@ -80132,14 +55356,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2589 + - &ref_1814 schema: *ref_3 implementation: Method required: true @@ -80148,14 +55368,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2590 + - &ref_1815 schema: *ref_3 implementation: Method required: true @@ -80164,14 +55380,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -80180,39 +55392,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/performMaintenance method: post uri: '{$host}' signatureParameters: - - *ref_2588 - - *ref_2589 - - *ref_2590 + - *ref_1813 + - *ref_1814 + - *ref_1815 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -80221,9 +55423,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -80234,68 +55433,13 @@ operationGroups: default: name: PerformMaintenance description: Performs maintenance on a virtual machine in a VM scale set. - go: - name: PerformMaintenance - description: |- - Performs maintenance on a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3756 - schema: - type: object - language: - default: &ref_2591 - name: VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions - description: VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginPerformMaintenance method. - go: *ref_2591 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2592 - name: string - description: '' - go: *ref_2592 - protocol: {} - language: - default: &ref_2593 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2593 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions - language: - default: &ref_2594 - name: options - description: VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginPerformMaintenance method. - go: *ref_2594 - protocol: {} - protocolNaming: - internalMethod: performMaintenance - requestMethod: performMaintenanceCreateRequest - responseMethod: performMaintenanceHandleResponse - responseEnv: &ref_3998 - type: object - language: - default: &ref_2595 - name: VirtualMachineScaleSetVMsClientPerformMaintenanceResponse - description: VirtualMachineScaleSetVMsClientPerformMaintenanceResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginPerformMaintenance. - forLRO: true - responseType: true - go: *ref_2595 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_SimulateEviction apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2596 + - *ref_1326 + - &ref_1816 schema: *ref_3 implementation: Method required: true @@ -80304,14 +55448,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2597 + - &ref_1817 schema: *ref_3 implementation: Method required: true @@ -80320,14 +55460,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2598 + - &ref_1818 schema: *ref_3 implementation: Method required: true @@ -80336,14 +55472,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -80352,39 +55484,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/simulateEviction method: post uri: '{$host}' signatureParameters: - - *ref_2596 - - *ref_2597 - - *ref_2598 + - *ref_1816 + - *ref_1817 + - *ref_1818 responses: - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -80406,52 +55528,13 @@ operationGroups: default: name: SimulateEviction description: The operation to simulate the eviction of spot virtual machine in a VM scale set. - go: - name: SimulateEviction - description: |- - The operation to simulate the eviction of spot virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3757 - schema: - type: object - language: - default: &ref_2599 - name: VirtualMachineScaleSetVMsClientSimulateEvictionOptions - description: VirtualMachineScaleSetVMsClientSimulateEvictionOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.SimulateEviction method. - go: *ref_2599 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetVMsClientSimulateEvictionOptions - language: - default: &ref_2600 - name: options - description: VirtualMachineScaleSetVMsClientSimulateEvictionOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.SimulateEviction method. - go: *ref_2600 - protocol: {} - protocolNaming: - internalMethod: simulateEviction - requestMethod: simulateEvictionCreateRequest - responseMethod: simulateEvictionHandleResponse - responseEnv: &ref_3999 - type: object - language: - default: &ref_2601 - name: VirtualMachineScaleSetVMsClientSimulateEvictionResponse - description: VirtualMachineScaleSetVMsClientSimulateEvictionResponse contains the response from method VirtualMachineScaleSetVMsClient.SimulateEviction. - responseType: true - go: *ref_2601 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMs_RunCommand apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2604 + - *ref_1326 + - &ref_1821 schema: *ref_3 implementation: Method required: true @@ -80460,14 +55543,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2605 + - &ref_1822 schema: *ref_3 implementation: Method required: true @@ -80476,14 +55555,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2606 + - &ref_1823 schema: *ref_3 implementation: Method required: true @@ -80492,14 +55567,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -80508,33 +55579,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2603 + application/json: &ref_1820 parameters: - - &ref_2602 - schema: *ref_1971 + - &ref_1819 + schema: *ref_1573 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Run command operation. - go: - name: parameters - description: Parameters supplied to the Run command operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -80543,22 +55607,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2602 + - *ref_1819 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/runCommand @@ -80568,22 +55625,19 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2603 + text/json: *ref_1820 requests: - - *ref_2603 + - *ref_1820 signatureParameters: - - *ref_2604 - - *ref_2605 - - *ref_2606 + - *ref_1821 + - *ref_1822 + - *ref_1823 responses: - - schema: *ref_1977 + - schema: *ref_1579 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -80596,9 +55650,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -80637,87 +55688,11 @@ operationGroups: default: name: RunCommand description: Run command on a virtual machine in a VM scale set. - go: - name: RunCommand - description: |- - Run command on a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3758 - schema: - type: object - language: - default: &ref_2607 - name: VirtualMachineScaleSetVMsClientBeginRunCommandOptions - description: VirtualMachineScaleSetVMsClientBeginRunCommandOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRunCommand method. - go: *ref_2607 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2608 - name: string - description: '' - go: *ref_2608 - protocol: {} - language: - default: &ref_2609 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2609 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginRunCommandOptions - language: - default: &ref_2610 - name: options - description: VirtualMachineScaleSetVMsClientBeginRunCommandOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRunCommand method. - go: *ref_2610 - protocol: {} - protocolNaming: - internalMethod: runCommand - requestMethod: runCommandCreateRequest - responseMethod: runCommandHandleResponse - responseEnv: &ref_4000 - type: object - properties: - - &ref_2612 - schema: *ref_1977 - serializedName: RunCommandResult - language: - default: &ref_2611 - name: RunCommandResult - description: '' - byValue: true - embeddedType: true - go: *ref_2611 - protocol: {} - language: - default: &ref_2613 - name: VirtualMachineScaleSetVMsClientRunCommandResponse - description: VirtualMachineScaleSetVMsClientRunCommandResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginRunCommand. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2612 - go: *ref_2613 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetVMs description: '' - go: - name: VirtualMachineScaleSetVMs - description: '' - clientCtorName: NewVirtualMachineScaleSetVMsClient - clientName: VirtualMachineScaleSetVMsClient - clientParams: - - *ref_1336 protocol: {} - $key: LogAnalytics operations: @@ -80725,9 +55700,9 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2616 - schema: *ref_1764 + - *ref_1326 + - &ref_1826 + schema: *ref_1503 implementation: Method required: true language: @@ -80735,14 +55710,10 @@ operationGroups: name: location description: The location upon which virtual-machine-sizes is queried. serializedName: location - go: - name: location - description: The location upon which virtual-machine-sizes is queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -80751,33 +55722,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2615 + application/json: &ref_1825 parameters: - - &ref_2614 - schema: *ref_834 + - &ref_1824 + schema: *ref_833 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the LogAnalytics getRequestRateByInterval Api. - go: - name: parameters - description: Parameters supplied to the LogAnalytics getRequestRateByInterval Api. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -80786,22 +55750,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2614 + - *ref_1824 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval @@ -80811,18 +55768,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2615 + - *ref_1825 signatureParameters: - - *ref_2616 + - *ref_1826 responses: - - schema: *ref_2617 + - schema: *ref_1827 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -80834,9 +55788,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -80868,83 +55819,14 @@ operationGroups: default: name: ExportRequestRateByInterval description: Export logs that show Api requests made by this subscription in the given time window to show throttling activities. - go: - name: ExportRequestRateByInterval - description: |- - Export logs that show Api requests made by this subscription in the given time window to show throttling activities. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: LogAnalyticsClient - openApiType: arm - optionalParamGroup: &ref_3759 - schema: - type: object - language: - default: &ref_2618 - name: LogAnalyticsClientBeginExportRequestRateByIntervalOptions - description: LogAnalyticsClientBeginExportRequestRateByIntervalOptions contains the optional parameters for the LogAnalyticsClient.BeginExportRequestRateByInterval method. - go: *ref_2618 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2619 - name: string - description: '' - go: *ref_2619 - protocol: {} - language: - default: &ref_2620 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2620 - protocol: {} - required: false - serializedName: LogAnalyticsClientBeginExportRequestRateByIntervalOptions - language: - default: &ref_2621 - name: options - description: LogAnalyticsClientBeginExportRequestRateByIntervalOptions contains the optional parameters for the LogAnalyticsClient.BeginExportRequestRateByInterval method. - go: *ref_2621 - protocol: {} - protocolNaming: - internalMethod: exportRequestRateByInterval - requestMethod: exportRequestRateByIntervalCreateRequest - responseMethod: exportRequestRateByIntervalHandleResponse - responseEnv: &ref_4001 - type: object - properties: - - &ref_2623 - schema: *ref_2617 - serializedName: LogAnalyticsOperationResult - language: - default: &ref_2622 - name: LogAnalyticsOperationResult - description: LogAnalytics operation status response - byValue: true - embeddedType: true - go: *ref_2622 - protocol: {} - language: - default: &ref_2624 - name: LogAnalyticsClientExportRequestRateByIntervalResponse - description: LogAnalyticsClientExportRequestRateByIntervalResponse contains the response from method LogAnalyticsClient.BeginExportRequestRateByInterval. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2623 - go: *ref_2624 - protocol: {} protocol: {} - operationId: LogAnalytics_ExportThrottledRequests apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2627 - schema: *ref_1764 + - *ref_1326 + - &ref_1830 + schema: *ref_1503 implementation: Method required: true language: @@ -80952,14 +55834,10 @@ operationGroups: name: location description: The location upon which virtual-machine-sizes is queried. serializedName: location - go: - name: location - description: The location upon which virtual-machine-sizes is queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -80968,33 +55846,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2626 + application/json: &ref_1829 parameters: - - &ref_2625 - schema: *ref_836 + - &ref_1828 + schema: *ref_835 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the LogAnalytics getThrottledRequests Api. - go: - name: parameters - description: Parameters supplied to the LogAnalytics getThrottledRequests Api. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81003,22 +55874,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2625 + - *ref_1828 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests @@ -81028,18 +55892,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2626 + - *ref_1829 signatureParameters: - - *ref_2627 + - *ref_1830 responses: - - schema: *ref_2617 + - schema: *ref_1827 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81051,9 +55912,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -81087,87 +55945,11 @@ operationGroups: default: name: ExportThrottledRequests description: Export logs that show total throttled Api requests for this subscription in the given time window. - go: - name: ExportThrottledRequests - description: |- - Export logs that show total throttled Api requests for this subscription in the given time window. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: LogAnalyticsClient - openApiType: arm - optionalParamGroup: &ref_3760 - schema: - type: object - language: - default: &ref_2628 - name: LogAnalyticsClientBeginExportThrottledRequestsOptions - description: LogAnalyticsClientBeginExportThrottledRequestsOptions contains the optional parameters for the LogAnalyticsClient.BeginExportThrottledRequests method. - go: *ref_2628 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2629 - name: string - description: '' - go: *ref_2629 - protocol: {} - language: - default: &ref_2630 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2630 - protocol: {} - required: false - serializedName: LogAnalyticsClientBeginExportThrottledRequestsOptions - language: - default: &ref_2631 - name: options - description: LogAnalyticsClientBeginExportThrottledRequestsOptions contains the optional parameters for the LogAnalyticsClient.BeginExportThrottledRequests method. - go: *ref_2631 - protocol: {} - protocolNaming: - internalMethod: exportThrottledRequests - requestMethod: exportThrottledRequestsCreateRequest - responseMethod: exportThrottledRequestsHandleResponse - responseEnv: &ref_4002 - type: object - properties: - - &ref_2633 - schema: *ref_2617 - serializedName: LogAnalyticsOperationResult - language: - default: &ref_2632 - name: LogAnalyticsOperationResult - description: LogAnalytics operation status response - byValue: true - embeddedType: true - go: *ref_2632 - protocol: {} - language: - default: &ref_2634 - name: LogAnalyticsClientExportThrottledRequestsResponse - description: LogAnalyticsClientExportThrottledRequestsResponse contains the response from method LogAnalyticsClient.BeginExportThrottledRequests. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2633 - go: *ref_2634 - protocol: {} protocol: {} language: default: name: LogAnalytics description: '' - go: - name: LogAnalytics - description: '' - clientCtorName: NewLogAnalyticsClient - clientName: LogAnalyticsClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineRunCommands operations: @@ -81175,9 +55957,9 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2635 - schema: *ref_1764 + - *ref_1326 + - &ref_1831 + schema: *ref_1503 implementation: Method required: true language: @@ -81185,14 +55967,10 @@ operationGroups: name: location description: The location upon which run commands is queried. serializedName: location - go: - name: location - description: The location upon which run commands is queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -81201,17 +55979,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81220,10 +55994,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -81232,25 +56002,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands method: get uri: '{$host}' signatureParameters: - - *ref_2635 + - *ref_1831 responses: - - schema: *ref_2636 + - schema: *ref_1832 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81329,67 +56093,14 @@ operationGroups: description: Lists all available run commands for a subscription in a location. paging: nextLinkName: nextLink - go: - name: List - description: Lists all available run commands for a subscription in a location. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3761 - schema: - type: object - language: - default: &ref_2637 - name: VirtualMachineRunCommandsClientListOptions - description: VirtualMachineRunCommandsClientListOptions contains the optional parameters for the VirtualMachineRunCommandsClient.NewListPager method. - go: *ref_2637 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineRunCommandsClientListOptions - language: - default: &ref_2638 - name: options - description: VirtualMachineRunCommandsClientListOptions contains the optional parameters for the VirtualMachineRunCommandsClient.NewListPager method. - go: *ref_2638 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4003 - type: object - properties: - - &ref_2640 - schema: *ref_2636 - serializedName: RunCommandListResult - language: - default: &ref_2639 - name: RunCommandListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_2639 - protocol: {} - language: - default: &ref_2641 - name: VirtualMachineRunCommandsClientListResponse - description: VirtualMachineRunCommandsClientListResponse contains the response from method VirtualMachineRunCommandsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2640 - go: *ref_2641 - protocol: {} protocol: {} - operationId: VirtualMachineRunCommands_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2642 - schema: *ref_1764 + - *ref_1326 + - &ref_1833 + schema: *ref_1503 implementation: Method required: true language: @@ -81397,14 +56108,10 @@ operationGroups: name: location description: The location upon which run commands is queried. serializedName: location - go: - name: location - description: The location upon which run commands is queried. - serializedName: location protocol: http: in: path - - &ref_2643 + - &ref_1834 schema: *ref_3 implementation: Method required: true @@ -81413,14 +56120,10 @@ operationGroups: name: commandId description: The command id. serializedName: commandId - go: - name: commandID - description: The command id. - serializedName: commandId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -81429,17 +56132,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81448,10 +56147,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -81460,26 +56155,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId} method: get uri: '{$host}' signatureParameters: - - *ref_2642 - - *ref_2643 + - *ref_1833 + - *ref_1834 responses: - - schema: *ref_854 + - schema: *ref_853 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81522,66 +56211,13 @@ operationGroups: default: name: Get description: Gets specific run command for a subscription in a location. - go: - name: Get - description: |- - Gets specific run command for a subscription in a location. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3762 - schema: - type: object - language: - default: &ref_2644 - name: VirtualMachineRunCommandsClientGetOptions - description: VirtualMachineRunCommandsClientGetOptions contains the optional parameters for the VirtualMachineRunCommandsClient.Get method. - go: *ref_2644 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineRunCommandsClientGetOptions - language: - default: &ref_2645 - name: options - description: VirtualMachineRunCommandsClientGetOptions contains the optional parameters for the VirtualMachineRunCommandsClient.Get method. - go: *ref_2645 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4004 - type: object - properties: - - &ref_2647 - schema: *ref_854 - serializedName: RunCommandDocument - language: - default: &ref_2646 - name: RunCommandDocument - description: Describes the properties of a Run Command. - byValue: true - embeddedType: true - go: *ref_2646 - protocol: {} - language: - default: &ref_2648 - name: VirtualMachineRunCommandsClientGetResponse - description: VirtualMachineRunCommandsClientGetResponse contains the response from method VirtualMachineRunCommandsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2647 - go: *ref_2648 - protocol: {} protocol: {} - operationId: VirtualMachineRunCommands_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2651 + - *ref_1326 + - &ref_1837 schema: *ref_3 implementation: Method required: true @@ -81590,14 +56226,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2652 + - &ref_1838 schema: *ref_3 implementation: Method required: true @@ -81606,14 +56238,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the run command should be created or updated. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the run command should be created or updated. - serializedName: vmName protocol: http: in: path - - &ref_2653 + - &ref_1839 schema: *ref_3 implementation: Method required: true @@ -81622,14 +56250,10 @@ operationGroups: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -81638,18 +56262,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2650 + application/json: &ref_1836 parameters: - - &ref_2649 + - &ref_1835 schema: *ref_577 implementation: Method required: true @@ -81657,14 +56277,11 @@ operationGroups: default: name: runCommand description: Parameters supplied to the Create Virtual Machine RunCommand operation. - go: - name: runCommand - description: Parameters supplied to the Create Virtual Machine RunCommand operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81673,22 +56290,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2649 + - *ref_1835 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName} @@ -81698,22 +56308,19 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2650 + text/json: *ref_1836 requests: - - *ref_2650 + - *ref_1836 signatureParameters: - - *ref_2651 - - *ref_2652 - - *ref_2653 + - *ref_1837 + - *ref_1838 + - *ref_1839 responses: - schema: *ref_577 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81727,9 +56334,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -81739,14 +56343,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -81827,82 +56428,13 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the run command. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3763 - schema: - type: object - language: - default: &ref_2654 - name: VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions - description: VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginCreateOrUpdate method. - go: *ref_2654 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2655 - name: string - description: '' - go: *ref_2655 - protocol: {} - language: - default: &ref_2656 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2656 - protocol: {} - required: false - serializedName: VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions - language: - default: &ref_2657 - name: options - description: VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginCreateOrUpdate method. - go: *ref_2657 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4005 - type: object - properties: - - &ref_2659 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2658 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2658 - protocol: {} - language: - default: &ref_2660 - name: VirtualMachineRunCommandsClientCreateOrUpdateResponse - description: VirtualMachineRunCommandsClientCreateOrUpdateResponse contains the response from method VirtualMachineRunCommandsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2659 - go: *ref_2660 - protocol: {} protocol: {} - operationId: VirtualMachineRunCommands_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2663 + - *ref_1326 + - &ref_1842 schema: *ref_3 implementation: Method required: true @@ -81911,14 +56443,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2664 + - &ref_1843 schema: *ref_3 implementation: Method required: true @@ -81927,14 +56455,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the run command should be updated. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the run command should be updated. - serializedName: vmName protocol: http: in: path - - &ref_2665 + - &ref_1844 schema: *ref_3 implementation: Method required: true @@ -81943,14 +56467,10 @@ operationGroups: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -81959,33 +56479,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2662 + application/json: &ref_1841 parameters: - - &ref_2661 - schema: *ref_630 + - &ref_1840 + schema: *ref_629 implementation: Method required: true language: default: name: runCommand description: Parameters supplied to the Update Virtual Machine RunCommand operation. - go: - name: runCommand - description: Parameters supplied to the Update Virtual Machine RunCommand operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81994,22 +56507,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2661 + - *ref_1840 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName} @@ -82019,22 +56525,19 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2662 + text/json: *ref_1841 requests: - - *ref_2662 + - *ref_1841 signatureParameters: - - *ref_2663 - - *ref_2664 - - *ref_2665 + - *ref_1842 + - *ref_1843 + - *ref_1844 responses: - schema: *ref_577 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -82044,14 +56547,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -82101,82 +56601,13 @@ operationGroups: default: name: Update description: The operation to update the run command. - go: - name: Update - description: |- - The operation to update the run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3764 - schema: - type: object - language: - default: &ref_2666 - name: VirtualMachineRunCommandsClientBeginUpdateOptions - description: VirtualMachineRunCommandsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginUpdate method. - go: *ref_2666 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2667 - name: string - description: '' - go: *ref_2667 - protocol: {} - language: - default: &ref_2668 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2668 - protocol: {} - required: false - serializedName: VirtualMachineRunCommandsClientBeginUpdateOptions - language: - default: &ref_2669 - name: options - description: VirtualMachineRunCommandsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginUpdate method. - go: *ref_2669 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4006 - type: object - properties: - - &ref_2671 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2670 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2670 - protocol: {} - language: - default: &ref_2672 - name: VirtualMachineRunCommandsClientUpdateResponse - description: VirtualMachineRunCommandsClientUpdateResponse contains the response from method VirtualMachineRunCommandsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2671 - go: *ref_2672 - protocol: {} protocol: {} - operationId: VirtualMachineRunCommands_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2673 + - *ref_1326 + - &ref_1845 schema: *ref_3 implementation: Method required: true @@ -82185,14 +56616,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2674 + - &ref_1846 schema: *ref_3 implementation: Method required: true @@ -82201,14 +56628,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the run command should be deleted. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the run command should be deleted. - serializedName: vmName protocol: http: in: path - - &ref_2675 + - &ref_1847 schema: *ref_3 implementation: Method required: true @@ -82217,14 +56640,10 @@ operationGroups: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -82233,17 +56652,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -82252,10 +56667,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -82264,26 +56675,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName} method: delete uri: '{$host}' signatureParameters: - - *ref_2673 - - *ref_2674 - - *ref_2675 + - *ref_1845 + - *ref_1846 + - *ref_1847 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -82292,9 +56697,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -82303,22 +56705,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -82346,68 +56742,13 @@ operationGroups: default: name: Delete description: The operation to delete the run command. - go: - name: Delete - description: |- - The operation to delete the run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3765 - schema: - type: object - language: - default: &ref_2676 - name: VirtualMachineRunCommandsClientBeginDeleteOptions - description: VirtualMachineRunCommandsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginDelete method. - go: *ref_2676 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2677 - name: string - description: '' - go: *ref_2677 - protocol: {} - language: - default: &ref_2678 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2678 - protocol: {} - required: false - serializedName: VirtualMachineRunCommandsClientBeginDeleteOptions - language: - default: &ref_2679 - name: options - description: VirtualMachineRunCommandsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginDelete method. - go: *ref_2679 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4007 - type: object - language: - default: &ref_2680 - name: VirtualMachineRunCommandsClientDeleteResponse - description: VirtualMachineRunCommandsClientDeleteResponse contains the response from method VirtualMachineRunCommandsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2680 - protocol: {} protocol: {} - operationId: VirtualMachineRunCommands_GetByVirtualMachine apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2684 + - *ref_1326 + - &ref_1848 schema: *ref_3 implementation: Method required: true @@ -82416,14 +56757,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2685 + - &ref_1849 schema: *ref_3 implementation: Method required: true @@ -82432,14 +56769,10 @@ operationGroups: name: vmName description: The name of the virtual machine containing the run command. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine containing the run command. - serializedName: vmName protocol: http: in: path - - &ref_2686 + - &ref_1850 schema: *ref_3 implementation: Method required: true @@ -82448,14 +56781,10 @@ operationGroups: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_2682 + - &ref_1851 schema: *ref_3 implementation: Method language: @@ -82463,33 +56792,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2687 - schema: - type: object - language: - default: &ref_2681 - name: VirtualMachineRunCommandsClientGetByVirtualMachineOptions - description: VirtualMachineRunCommandsClientGetByVirtualMachineOptions contains the optional parameters for the VirtualMachineRunCommandsClient.GetByVirtualMachine method. - go: *ref_2681 - protocol: {} - originalParameter: - - *ref_2682 - required: false - serializedName: VirtualMachineRunCommandsClientGetByVirtualMachineOptions - language: - default: &ref_2683 - name: options - description: VirtualMachineRunCommandsClientGetByVirtualMachineOptions contains the optional parameters for the VirtualMachineRunCommandsClient.GetByVirtualMachine method. - go: *ref_2683 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -82498,17 +56804,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -82517,10 +56819,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -82529,28 +56827,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName} method: get uri: '{$host}' signatureParameters: - - *ref_2684 - - *ref_2685 - - *ref_2686 - - *ref_2682 + - *ref_1848 + - *ref_1849 + - *ref_1850 + - *ref_1851 responses: - schema: *ref_577 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -82560,14 +56852,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -82612,49 +56901,13 @@ operationGroups: default: name: GetByVirtualMachine description: The operation to get the run command. - go: - name: GetByVirtualMachine - description: |- - The operation to get the run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: *ref_2687 - protocolNaming: - internalMethod: getByVirtualMachine - requestMethod: getByVirtualMachineCreateRequest - responseMethod: getByVirtualMachineHandleResponse - responseEnv: &ref_4008 - type: object - properties: - - &ref_2689 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2688 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2688 - protocol: {} - language: - default: &ref_2690 - name: VirtualMachineRunCommandsClientGetByVirtualMachineResponse - description: VirtualMachineRunCommandsClientGetByVirtualMachineResponse contains the response from method VirtualMachineRunCommandsClient.GetByVirtualMachine. - marshallingFormat: json - responseType: true - resultProp: *ref_2689 - go: *ref_2690 - protocol: {} protocol: {} - operationId: VirtualMachineRunCommands_ListByVirtualMachine apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2694 + - *ref_1326 + - &ref_1852 schema: *ref_3 implementation: Method required: true @@ -82663,14 +56916,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2695 + - &ref_1853 schema: *ref_3 implementation: Method required: true @@ -82679,14 +56928,10 @@ operationGroups: name: vmName description: The name of the virtual machine containing the run command. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine containing the run command. - serializedName: vmName protocol: http: in: path - - &ref_2692 + - &ref_1854 schema: *ref_3 implementation: Method language: @@ -82694,33 +56939,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2697 - schema: - type: object - language: - default: &ref_2691 - name: VirtualMachineRunCommandsClientListByVirtualMachineOptions - description: VirtualMachineRunCommandsClientListByVirtualMachineOptions contains the optional parameters for the VirtualMachineRunCommandsClient.NewListByVirtualMachinePager method. - go: *ref_2691 - protocol: {} - originalParameter: - - *ref_2692 - required: false - serializedName: VirtualMachineRunCommandsClientListByVirtualMachineOptions - language: - default: &ref_2693 - name: options - description: VirtualMachineRunCommandsClientListByVirtualMachineOptions contains the optional parameters for the VirtualMachineRunCommandsClient.NewListByVirtualMachinePager method. - go: *ref_2693 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -82729,17 +56951,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -82748,10 +56966,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -82760,27 +56974,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands method: get uri: '{$host}' signatureParameters: - - *ref_2694 - - *ref_2695 - - *ref_2692 + - *ref_1852 + - *ref_1853 + - *ref_1854 responses: - - schema: *ref_2696 + - schema: *ref_1855 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -82790,14 +56998,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -82846,54 +57051,11 @@ operationGroups: description: The operation to get all run commands of a Virtual Machine. paging: nextLinkName: nextLink - go: - name: ListByVirtualMachine - description: The operation to get all run commands of a Virtual Machine. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: *ref_2697 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByVirtualMachine - requestMethod: listByVirtualMachineCreateRequest - responseMethod: listByVirtualMachineHandleResponse - responseEnv: &ref_4009 - type: object - properties: - - &ref_2699 - schema: *ref_2696 - serializedName: VirtualMachineRunCommandsListResult - language: - default: &ref_2698 - name: VirtualMachineRunCommandsListResult - description: The List run command operation response - byValue: true - embeddedType: true - go: *ref_2698 - protocol: {} - language: - default: &ref_2700 - name: VirtualMachineRunCommandsClientListByVirtualMachineResponse - description: VirtualMachineRunCommandsClientListByVirtualMachineResponse contains the response from method VirtualMachineRunCommandsClient.NewListByVirtualMachinePager. - marshallingFormat: json - responseType: true - resultProp: *ref_2699 - go: *ref_2700 - protocol: {} protocol: {} language: default: name: VirtualMachineRunCommands description: '' - go: - name: VirtualMachineRunCommands - description: '' - clientCtorName: NewVirtualMachineRunCommandsClient - clientName: VirtualMachineRunCommandsClient - clientParams: - - *ref_1336 protocol: {} - $key: VirtualMachineScaleSetVMRunCommands operations: @@ -82901,8 +57063,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2703 + - *ref_1326 + - &ref_1858 schema: *ref_3 implementation: Method required: true @@ -82911,14 +57073,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2704 + - &ref_1859 schema: *ref_3 implementation: Method required: true @@ -82927,14 +57085,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2705 + - &ref_1860 schema: *ref_3 implementation: Method required: true @@ -82943,14 +57097,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2706 + - &ref_1861 schema: *ref_3 implementation: Method required: true @@ -82959,14 +57109,10 @@ operationGroups: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -82975,18 +57121,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2702 + application/json: &ref_1857 parameters: - - &ref_2701 + - &ref_1856 schema: *ref_577 implementation: Method required: true @@ -82994,14 +57136,11 @@ operationGroups: default: name: runCommand description: Parameters supplied to the Create Virtual Machine RunCommand operation. - go: - name: runCommand - description: Parameters supplied to the Create Virtual Machine RunCommand operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -83010,22 +57149,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2701 + - *ref_1856 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName} @@ -83035,23 +57167,20 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2702 + text/json: *ref_1857 requests: - - *ref_2702 + - *ref_1857 signatureParameters: - - *ref_2703 - - *ref_2704 - - *ref_2705 - - *ref_2706 + - *ref_1858 + - *ref_1859 + - *ref_1860 + - *ref_1861 responses: - schema: *ref_577 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -83065,9 +57194,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -83077,14 +57203,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -83160,82 +57283,13 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the VMSS VM run command. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the VMSS VM run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3766 - schema: - type: object - language: - default: &ref_2707 - name: VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions - description: VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginCreateOrUpdate method. - go: *ref_2707 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2708 - name: string - description: '' - go: *ref_2708 - protocol: {} - language: - default: &ref_2709 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2709 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions - language: - default: &ref_2710 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginCreateOrUpdate method. - go: *ref_2710 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4010 - type: object - properties: - - &ref_2712 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2711 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2711 - protocol: {} - language: - default: &ref_2713 - name: VirtualMachineScaleSetVMRunCommandsClientCreateOrUpdateResponse - description: VirtualMachineScaleSetVMRunCommandsClientCreateOrUpdateResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2712 - go: *ref_2713 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMRunCommands_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2716 + - *ref_1326 + - &ref_1864 schema: *ref_3 implementation: Method required: true @@ -83244,14 +57298,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2717 + - &ref_1865 schema: *ref_3 implementation: Method required: true @@ -83260,14 +57310,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2718 + - &ref_1866 schema: *ref_3 implementation: Method required: true @@ -83276,14 +57322,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2719 + - &ref_1867 schema: *ref_3 implementation: Method required: true @@ -83292,14 +57334,10 @@ operationGroups: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -83308,33 +57346,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2715 + application/json: &ref_1863 parameters: - - &ref_2714 - schema: *ref_630 + - &ref_1862 + schema: *ref_629 implementation: Method required: true language: default: name: runCommand description: Parameters supplied to the Update Virtual Machine RunCommand operation. - go: - name: runCommand - description: Parameters supplied to the Update Virtual Machine RunCommand operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -83343,22 +57374,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2714 + - *ref_1862 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName} @@ -83368,23 +57392,20 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2715 + text/json: *ref_1863 requests: - - *ref_2715 + - *ref_1863 signatureParameters: - - *ref_2716 - - *ref_2717 - - *ref_2718 - - *ref_2719 + - *ref_1864 + - *ref_1865 + - *ref_1866 + - *ref_1867 responses: - schema: *ref_577 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -83394,14 +57415,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -83452,82 +57470,13 @@ operationGroups: default: name: Update description: The operation to update the VMSS VM run command. - go: - name: Update - description: |- - The operation to update the VMSS VM run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3767 - schema: - type: object - language: - default: &ref_2720 - name: VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions - description: VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginUpdate method. - go: *ref_2720 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2721 - name: string - description: '' - go: *ref_2721 - protocol: {} - language: - default: &ref_2722 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2722 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions - language: - default: &ref_2723 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginUpdate method. - go: *ref_2723 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4011 - type: object - properties: - - &ref_2725 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2724 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2724 - protocol: {} - language: - default: &ref_2726 - name: VirtualMachineScaleSetVMRunCommandsClientUpdateResponse - description: VirtualMachineScaleSetVMRunCommandsClientUpdateResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2725 - go: *ref_2726 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMRunCommands_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2727 + - *ref_1326 + - &ref_1868 schema: *ref_3 implementation: Method required: true @@ -83536,14 +57485,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2728 + - &ref_1869 schema: *ref_3 implementation: Method required: true @@ -83552,14 +57497,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2729 + - &ref_1870 schema: *ref_3 implementation: Method required: true @@ -83568,14 +57509,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2730 + - &ref_1871 schema: *ref_3 implementation: Method required: true @@ -83584,14 +57521,10 @@ operationGroups: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -83600,17 +57533,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -83619,10 +57548,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -83631,27 +57556,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName} method: delete uri: '{$host}' signatureParameters: - - *ref_2727 - - *ref_2728 - - *ref_2729 - - *ref_2730 + - *ref_1868 + - *ref_1869 + - *ref_1870 + - *ref_1871 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -83660,9 +57579,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -83671,22 +57587,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -83715,68 +57625,13 @@ operationGroups: default: name: Delete description: The operation to delete the VMSS VM run command. - go: - name: Delete - description: |- - The operation to delete the VMSS VM run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3768 - schema: - type: object - language: - default: &ref_2731 - name: VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions - description: VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginDelete method. - go: *ref_2731 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2732 - name: string - description: '' - go: *ref_2732 - protocol: {} - language: - default: &ref_2733 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2733 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions - language: - default: &ref_2734 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginDelete method. - go: *ref_2734 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4012 - type: object - language: - default: &ref_2735 - name: VirtualMachineScaleSetVMRunCommandsClientDeleteResponse - description: VirtualMachineScaleSetVMRunCommandsClientDeleteResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2735 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMRunCommands_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2739 + - *ref_1326 + - &ref_1872 schema: *ref_3 implementation: Method required: true @@ -83785,14 +57640,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2740 + - &ref_1873 schema: *ref_3 implementation: Method required: true @@ -83801,14 +57652,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2741 + - &ref_1874 schema: *ref_3 implementation: Method required: true @@ -83817,14 +57664,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2742 + - &ref_1875 schema: *ref_3 implementation: Method required: true @@ -83833,14 +57676,10 @@ operationGroups: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_2737 + - &ref_1876 schema: *ref_3 implementation: Method language: @@ -83848,33 +57687,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2743 - schema: - type: object - language: - default: &ref_2736 - name: VirtualMachineScaleSetVMRunCommandsClientGetOptions - description: VirtualMachineScaleSetVMRunCommandsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.Get method. - go: *ref_2736 - protocol: {} - originalParameter: - - *ref_2737 - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientGetOptions - language: - default: &ref_2738 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.Get method. - go: *ref_2738 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -83883,17 +57699,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -83902,10 +57714,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -83914,29 +57722,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName} method: get uri: '{$host}' signatureParameters: - - *ref_2739 - - *ref_2740 - - *ref_2741 - - *ref_2742 - - *ref_2737 + - *ref_1872 + - *ref_1873 + - *ref_1874 + - *ref_1875 + - *ref_1876 responses: - schema: *ref_577 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -83946,14 +57748,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -83999,49 +57798,13 @@ operationGroups: default: name: Get description: The operation to get the VMSS VM run command. - go: - name: Get - description: |- - The operation to get the VMSS VM run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: *ref_2743 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4013 - type: object - properties: - - &ref_2745 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2744 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2744 - protocol: {} - language: - default: &ref_2746 - name: VirtualMachineScaleSetVMRunCommandsClientGetResponse - description: VirtualMachineScaleSetVMRunCommandsClientGetResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2745 - go: *ref_2746 - protocol: {} protocol: {} - operationId: VirtualMachineScaleSetVMRunCommands_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2750 + - *ref_1326 + - &ref_1877 schema: *ref_3 implementation: Method required: true @@ -84050,14 +57813,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2751 + - &ref_1878 schema: *ref_3 implementation: Method required: true @@ -84066,14 +57825,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2752 + - &ref_1879 schema: *ref_3 implementation: Method required: true @@ -84082,14 +57837,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2748 + - &ref_1880 schema: *ref_3 implementation: Method language: @@ -84097,33 +57848,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2753 - schema: - type: object - language: - default: &ref_2747 - name: VirtualMachineScaleSetVMRunCommandsClientListOptions - description: VirtualMachineScaleSetVMRunCommandsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.NewListPager method. - go: *ref_2747 - protocol: {} - originalParameter: - - *ref_2748 - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientListOptions - language: - default: &ref_2749 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.NewListPager method. - go: *ref_2749 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -84132,17 +57860,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -84151,10 +57875,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -84163,28 +57883,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands method: get uri: '{$host}' signatureParameters: - - *ref_2750 - - *ref_2751 - - *ref_2752 - - *ref_2748 + - *ref_1877 + - *ref_1878 + - *ref_1879 + - *ref_1880 responses: - - schema: *ref_2696 + - schema: *ref_1855 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -84194,14 +57908,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -84248,54 +57959,11 @@ operationGroups: description: The operation to get all run commands of an instance in Virtual Machine Scaleset. paging: nextLinkName: nextLink - go: - name: List - description: The operation to get all run commands of an instance in Virtual Machine Scaleset. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: *ref_2753 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4014 - type: object - properties: - - &ref_2755 - schema: *ref_2696 - serializedName: VirtualMachineRunCommandsListResult - language: - default: &ref_2754 - name: VirtualMachineRunCommandsListResult - description: The List run command operation response - byValue: true - embeddedType: true - go: *ref_2754 - protocol: {} - language: - default: &ref_2756 - name: VirtualMachineScaleSetVMRunCommandsClientListResponse - description: VirtualMachineScaleSetVMRunCommandsClientListResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2755 - go: *ref_2756 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetVMRunCommands description: '' - go: - name: VirtualMachineScaleSetVMRunCommands - description: '' - clientCtorName: NewVirtualMachineScaleSetVMRunCommandsClient - clientName: VirtualMachineScaleSetVMRunCommandsClient - clientParams: - - *ref_1336 protocol: {} - $key: ResourceSkus operations: @@ -84303,8 +57971,8 @@ operationGroups: apiVersions: - version: '2019-04-01' parameters: - - *ref_1327 - - schema: *ref_2757 + - *ref_1326 + - schema: *ref_1881 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -84313,51 +57981,24 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_2760 - schema: *ref_2758 + - *ref_1330 + - &ref_1883 + schema: *ref_1882 implementation: Method language: default: name: filter description: The filter to apply on the operation. Only **location** filter is supported currently. serializedName: $filter - go: - name: Filter - description: The filter to apply on the operation. Only location filter is supported currently. - paramGroup: &ref_2763 - schema: - type: object - language: - default: &ref_2759 - name: ResourceSKUsClientListOptions - description: ResourceSKUsClientListOptions contains the optional parameters for the ResourceSKUsClient.NewListPager method. - go: *ref_2759 - protocol: {} - originalParameter: - - *ref_2760 - required: false - serializedName: ResourceSKUsClientListOptions - language: - default: &ref_2761 - name: options - description: ResourceSKUsClientListOptions contains the optional parameters for the ResourceSKUsClient.NewListPager method. - go: *ref_2761 - protocol: {} - serializedName: $filter protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -84366,10 +58007,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -84378,25 +58015,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus method: get uri: '{$host}' signatureParameters: - - *ref_2760 + - *ref_1883 responses: - - schema: *ref_2762 + - schema: *ref_1884 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -84621,54 +58252,11 @@ operationGroups: description: Gets the list of Microsoft.Compute SKUs available for your Subscription. paging: nextLinkName: nextLink - go: - name: List - description: Gets the list of Microsoft.Compute SKUs available for your Subscription. - azureARM: true - clientName: ResourceSKUsClient - openApiType: arm - optionalParamGroup: *ref_2763 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4015 - type: object - properties: - - &ref_2765 - schema: *ref_2762 - serializedName: ResourceSKUsResult - language: - default: &ref_2764 - name: ResourceSKUsResult - description: The List Resource Skus operation response. - byValue: true - embeddedType: true - go: *ref_2764 - protocol: {} - language: - default: &ref_2766 - name: ResourceSKUsClientListResponse - description: ResourceSKUsClientListResponse contains the response from method ResourceSKUsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2765 - go: *ref_2766 - protocol: {} protocol: {} language: default: name: ResourceSkus description: '' - go: - name: ResourceSKUs - description: '' - clientCtorName: NewResourceSKUsClient - clientName: ResourceSKUsClient - clientParams: - - *ref_1336 protocol: {} - $key: Disks operations: @@ -84676,10 +58264,10 @@ operationGroups: apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2771 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1889 + schema: *ref_1885 implementation: Method required: true language: @@ -84687,14 +58275,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2772 + - &ref_1890 schema: *ref_7 implementation: Method required: true @@ -84703,16 +58287,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -84721,17 +58299,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2770 + application/json: &ref_1888 parameters: - - &ref_2769 + - &ref_1887 schema: *ref_578 implementation: Method required: true @@ -84739,14 +58313,11 @@ operationGroups: default: name: disk description: Disk object supplied in the body of the Put disk operation. - go: - name: disk - description: Disk object supplied in the body of the Put disk operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -84755,22 +58326,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2769 + - *ref_1887 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName} @@ -84780,19 +58344,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2770 + - *ref_1888 signatureParameters: - - *ref_2771 - - *ref_2772 + - *ref_1889 + - *ref_1890 responses: - schema: *ref_578 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -84805,9 +58366,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -85305,84 +58863,15 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a disk. - go: - name: CreateOrUpdate - description: |- - Creates or updates a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3769 - schema: - type: object - language: - default: &ref_2773 - name: DisksClientBeginCreateOrUpdateOptions - description: DisksClientBeginCreateOrUpdateOptions contains the optional parameters for the DisksClient.BeginCreateOrUpdate method. - go: *ref_2773 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2774 - name: string - description: '' - go: *ref_2774 - protocol: {} - language: - default: &ref_2775 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2775 - protocol: {} - required: false - serializedName: DisksClientBeginCreateOrUpdateOptions - language: - default: &ref_2776 - name: options - description: DisksClientBeginCreateOrUpdateOptions contains the optional parameters for the DisksClient.BeginCreateOrUpdate method. - go: *ref_2776 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4016 - type: object - properties: - - &ref_2778 - schema: *ref_578 - serializedName: Disk - language: - default: &ref_2777 - name: Disk - description: Disk resource. - byValue: true - embeddedType: true - go: *ref_2777 - protocol: {} - language: - default: &ref_2779 - name: DisksClientCreateOrUpdateResponse - description: DisksClientCreateOrUpdateResponse contains the response from method DisksClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2778 - go: *ref_2779 - protocol: {} protocol: {} - operationId: Disks_Update apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2783 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1894 + schema: *ref_1885 implementation: Method required: true language: @@ -85390,14 +58879,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2784 + - &ref_1895 schema: *ref_7 implementation: Method required: true @@ -85406,16 +58891,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -85424,32 +58903,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2782 + application/json: &ref_1893 parameters: - - &ref_2781 - schema: *ref_2780 + - &ref_1892 + schema: *ref_1891 implementation: Method required: true language: default: name: disk description: Disk object supplied in the body of the Patch disk operation. - go: - name: disk - description: Disk object supplied in the body of the Patch disk operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -85458,22 +58930,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2781 + - *ref_1892 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName} @@ -85483,19 +58948,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2782 + - *ref_1893 signatureParameters: - - *ref_2783 - - *ref_2784 + - *ref_1894 + - *ref_1895 responses: - schema: *ref_578 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -85508,9 +58970,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -85745,84 +59204,15 @@ operationGroups: default: name: Update description: Updates (patches) a disk. - go: - name: Update - description: |- - Updates (patches) a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3770 - schema: - type: object - language: - default: &ref_2785 - name: DisksClientBeginUpdateOptions - description: DisksClientBeginUpdateOptions contains the optional parameters for the DisksClient.BeginUpdate method. - go: *ref_2785 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2786 - name: string - description: '' - go: *ref_2786 - protocol: {} - language: - default: &ref_2787 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2787 - protocol: {} - required: false - serializedName: DisksClientBeginUpdateOptions - language: - default: &ref_2788 - name: options - description: DisksClientBeginUpdateOptions contains the optional parameters for the DisksClient.BeginUpdate method. - go: *ref_2788 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4017 - type: object - properties: - - &ref_2790 - schema: *ref_578 - serializedName: Disk - language: - default: &ref_2789 - name: Disk - description: Disk resource. - byValue: true - embeddedType: true - go: *ref_2789 - protocol: {} - language: - default: &ref_2791 - name: DisksClientUpdateResponse - description: DisksClientUpdateResponse contains the response from method DisksClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2790 - go: *ref_2791 - protocol: {} protocol: {} - operationId: Disks_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2792 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1896 + schema: *ref_1885 implementation: Method required: true language: @@ -85830,14 +59220,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2793 + - &ref_1897 schema: *ref_7 implementation: Method required: true @@ -85846,16 +59232,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -85864,16 +59244,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -85882,10 +59258,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -85894,26 +59266,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName} method: get uri: '{$host}' signatureParameters: - - *ref_2792 - - *ref_2793 + - *ref_1896 + - *ref_1897 responses: - schema: *ref_578 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -85977,68 +59343,15 @@ operationGroups: default: name: Get description: Gets information about a disk. - go: - name: Get - description: |- - Gets information about a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3771 - schema: - type: object - language: - default: &ref_2794 - name: DisksClientGetOptions - description: DisksClientGetOptions contains the optional parameters for the DisksClient.Get method. - go: *ref_2794 - protocol: {} - originalParameter: [] - required: false - serializedName: DisksClientGetOptions - language: - default: &ref_2795 - name: options - description: DisksClientGetOptions contains the optional parameters for the DisksClient.Get method. - go: *ref_2795 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4018 - type: object - properties: - - &ref_2797 - schema: *ref_578 - serializedName: Disk - language: - default: &ref_2796 - name: Disk - description: Disk resource. - byValue: true - embeddedType: true - go: *ref_2796 - protocol: {} - language: - default: &ref_2798 - name: DisksClientGetResponse - description: DisksClientGetResponse contains the response from method DisksClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2797 - go: *ref_2798 - protocol: {} protocol: {} - operationId: Disks_Delete apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2799 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1898 + schema: *ref_1885 implementation: Method required: true language: @@ -86046,14 +59359,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2800 + - &ref_1899 schema: *ref_7 implementation: Method required: true @@ -86062,16 +59371,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -86080,10 +59383,6 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -86092,25 +59391,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName} method: delete uri: '{$host}' signatureParameters: - - *ref_2799 - - *ref_2800 + - *ref_1898 + - *ref_1899 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -86119,9 +59412,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -86130,9 +59420,6 @@ operationGroups: default: name: '' description: If the disk is deleted, this is an expected error code. - go: - name: '' - description: If the disk is deleted, this is an expected error code. protocol: http: statusCodes: @@ -86143,70 +59430,15 @@ operationGroups: default: name: Delete description: Deletes a disk. - go: - name: Delete - description: |- - Deletes a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3772 - schema: - type: object - language: - default: &ref_2801 - name: DisksClientBeginDeleteOptions - description: DisksClientBeginDeleteOptions contains the optional parameters for the DisksClient.BeginDelete method. - go: *ref_2801 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2802 - name: string - description: '' - go: *ref_2802 - protocol: {} - language: - default: &ref_2803 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2803 - protocol: {} - required: false - serializedName: DisksClientBeginDeleteOptions - language: - default: &ref_2804 - name: options - description: DisksClientBeginDeleteOptions contains the optional parameters for the DisksClient.BeginDelete method. - go: *ref_2804 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4019 - type: object - language: - default: &ref_2805 - name: DisksClientDeleteResponse - description: DisksClientDeleteResponse contains the response from method DisksClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2805 - protocol: {} protocol: {} - operationId: Disks_ListByResourceGroup apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2806 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1900 + schema: *ref_1885 implementation: Method required: true language: @@ -86214,14 +59446,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -86230,16 +59458,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -86248,10 +59472,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -86260,25 +59480,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks method: get uri: '{$host}' signatureParameters: - - *ref_2806 + - *ref_1900 responses: - - schema: *ref_2807 + - schema: *ref_1901 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -86377,67 +59591,14 @@ operationGroups: description: Lists all the disks under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all the disks under a resource group. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3773 - schema: - type: object - language: - default: &ref_2808 - name: DisksClientListByResourceGroupOptions - description: DisksClientListByResourceGroupOptions contains the optional parameters for the DisksClient.NewListByResourceGroupPager method. - go: *ref_2808 - protocol: {} - originalParameter: [] - required: false - serializedName: DisksClientListByResourceGroupOptions - language: - default: &ref_2809 - name: options - description: DisksClientListByResourceGroupOptions contains the optional parameters for the DisksClient.NewListByResourceGroupPager method. - go: *ref_2809 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4020 - type: object - properties: - - &ref_2811 - schema: *ref_2807 - serializedName: DiskList - language: - default: &ref_2810 - name: DiskList - description: The List Disks operation response. - byValue: true - embeddedType: true - go: *ref_2810 - protocol: {} - language: - default: &ref_2812 - name: DisksClientListByResourceGroupResponse - description: DisksClientListByResourceGroupResponse contains the response from method DisksClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2811 - go: *ref_2812 - protocol: {} protocol: {} - operationId: Disks_List apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - schema: *ref_2768 + - *ref_1326 + - *ref_1330 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -86446,16 +59607,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -86464,10 +59621,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -86476,9 +59629,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks @@ -86486,14 +59636,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2807 + - schema: *ref_1901 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -86591,68 +59738,15 @@ operationGroups: description: Lists all the disks under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: Lists all the disks under a subscription. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3774 - schema: - type: object - language: - default: &ref_2813 - name: DisksClientListOptions - description: DisksClientListOptions contains the optional parameters for the DisksClient.NewListPager method. - go: *ref_2813 - protocol: {} - originalParameter: [] - required: false - serializedName: DisksClientListOptions - language: - default: &ref_2814 - name: options - description: DisksClientListOptions contains the optional parameters for the DisksClient.NewListPager method. - go: *ref_2814 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4021 - type: object - properties: - - &ref_2816 - schema: *ref_2807 - serializedName: DiskList - language: - default: &ref_2815 - name: DiskList - description: The List Disks operation response. - byValue: true - embeddedType: true - go: *ref_2815 - protocol: {} - language: - default: &ref_2817 - name: DisksClientListResponse - description: DisksClientListResponse contains the response from method DisksClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2816 - go: *ref_2817 - protocol: {} protocol: {} - operationId: Disks_GrantAccess apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2821 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1905 + schema: *ref_1885 implementation: Method required: true language: @@ -86660,14 +59754,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2822 + - &ref_1906 schema: *ref_7 implementation: Method required: true @@ -86676,16 +59766,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -86694,32 +59778,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2820 + application/json: &ref_1904 parameters: - - &ref_2819 - schema: *ref_2818 + - &ref_1903 + schema: *ref_1902 implementation: Method required: true language: default: name: grantAccessData description: Access data object supplied in the body of the get disk access operation. - go: - name: grantAccessData - description: Access data object supplied in the body of the get disk access operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -86728,22 +59805,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2819 + - *ref_1903 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}/beginGetAccess @@ -86753,19 +59823,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2820 + - *ref_1904 signatureParameters: - - *ref_2821 - - *ref_2822 + - *ref_1905 + - *ref_1906 responses: - - schema: *ref_2823 + - schema: *ref_1907 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -86777,9 +59844,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -86792,84 +59856,15 @@ operationGroups: default: name: GrantAccess description: Grants access to a disk. - go: - name: GrantAccess - description: |- - Grants access to a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3775 - schema: - type: object - language: - default: &ref_2824 - name: DisksClientBeginGrantAccessOptions - description: DisksClientBeginGrantAccessOptions contains the optional parameters for the DisksClient.BeginGrantAccess method. - go: *ref_2824 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2825 - name: string - description: '' - go: *ref_2825 - protocol: {} - language: - default: &ref_2826 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2826 - protocol: {} - required: false - serializedName: DisksClientBeginGrantAccessOptions - language: - default: &ref_2827 - name: options - description: DisksClientBeginGrantAccessOptions contains the optional parameters for the DisksClient.BeginGrantAccess method. - go: *ref_2827 - protocol: {} - protocolNaming: - internalMethod: grantAccess - requestMethod: grantAccessCreateRequest - responseMethod: grantAccessHandleResponse - responseEnv: &ref_4022 - type: object - properties: - - &ref_2829 - schema: *ref_2823 - serializedName: AccessURI - language: - default: &ref_2828 - name: AccessURI - description: A disk access SAS uri. - byValue: true - embeddedType: true - go: *ref_2828 - protocol: {} - language: - default: &ref_2830 - name: DisksClientGrantAccessResponse - description: DisksClientGrantAccessResponse contains the response from method DisksClient.BeginGrantAccess. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2829 - go: *ref_2830 - protocol: {} protocol: {} - operationId: Disks_RevokeAccess apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2831 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1908 + schema: *ref_1885 implementation: Method required: true language: @@ -86877,14 +59872,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2832 + - &ref_1909 schema: *ref_7 implementation: Method required: true @@ -86893,16 +59884,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -86911,10 +59896,6 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -86923,25 +59904,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}/endGetAccess method: post uri: '{$host}' signatureParameters: - - *ref_2831 - - *ref_2832 + - *ref_1908 + - *ref_1909 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -86950,9 +59925,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -86965,73 +59937,11 @@ operationGroups: default: name: RevokeAccess description: Revokes access to a disk. - go: - name: RevokeAccess - description: |- - Revokes access to a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3776 - schema: - type: object - language: - default: &ref_2833 - name: DisksClientBeginRevokeAccessOptions - description: DisksClientBeginRevokeAccessOptions contains the optional parameters for the DisksClient.BeginRevokeAccess method. - go: *ref_2833 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2834 - name: string - description: '' - go: *ref_2834 - protocol: {} - language: - default: &ref_2835 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2835 - protocol: {} - required: false - serializedName: DisksClientBeginRevokeAccessOptions - language: - default: &ref_2836 - name: options - description: DisksClientBeginRevokeAccessOptions contains the optional parameters for the DisksClient.BeginRevokeAccess method. - go: *ref_2836 - protocol: {} - protocolNaming: - internalMethod: revokeAccess - requestMethod: revokeAccessCreateRequest - responseMethod: revokeAccessHandleResponse - responseEnv: &ref_4023 - type: object - language: - default: &ref_2837 - name: DisksClientRevokeAccessResponse - description: DisksClientRevokeAccessResponse contains the response from method DisksClient.BeginRevokeAccess. - forLRO: true - responseType: true - go: *ref_2837 - protocol: {} protocol: {} language: default: name: Disks description: '' - go: - name: Disks - description: '' - clientCtorName: NewDisksClient - clientName: DisksClient - clientParams: - - *ref_1336 protocol: {} - $key: Snapshots operations: @@ -87039,10 +59949,10 @@ operationGroups: apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2840 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1912 + schema: *ref_1885 implementation: Method required: true language: @@ -87050,14 +59960,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2841 + - &ref_1913 schema: *ref_7 implementation: Method required: true @@ -87066,16 +59972,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -87084,17 +59984,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2839 + application/json: &ref_1911 parameters: - - &ref_2838 + - &ref_1910 schema: *ref_579 implementation: Method required: true @@ -87102,14 +59998,11 @@ operationGroups: default: name: snapshot description: Snapshot object supplied in the body of the Put disk operation. - go: - name: snapshot - description: Snapshot object supplied in the body of the Put disk operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -87118,22 +60011,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2838 + - *ref_1910 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName} @@ -87143,19 +60029,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2839 + - *ref_1911 signatureParameters: - - *ref_2840 - - *ref_2841 + - *ref_1912 + - *ref_1913 responses: - schema: *ref_579 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -87168,9 +60051,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -87284,84 +60164,15 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a snapshot. - go: - name: CreateOrUpdate - description: |- - Creates or updates a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3777 - schema: - type: object - language: - default: &ref_2842 - name: SnapshotsClientBeginCreateOrUpdateOptions - description: SnapshotsClientBeginCreateOrUpdateOptions contains the optional parameters for the SnapshotsClient.BeginCreateOrUpdate method. - go: *ref_2842 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2843 - name: string - description: '' - go: *ref_2843 - protocol: {} - language: - default: &ref_2844 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2844 - protocol: {} - required: false - serializedName: SnapshotsClientBeginCreateOrUpdateOptions - language: - default: &ref_2845 - name: options - description: SnapshotsClientBeginCreateOrUpdateOptions contains the optional parameters for the SnapshotsClient.BeginCreateOrUpdate method. - go: *ref_2845 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4024 - type: object - properties: - - &ref_2847 - schema: *ref_579 - serializedName: Snapshot - language: - default: &ref_2846 - name: Snapshot - description: Snapshot resource. - byValue: true - embeddedType: true - go: *ref_2846 - protocol: {} - language: - default: &ref_2848 - name: SnapshotsClientCreateOrUpdateResponse - description: SnapshotsClientCreateOrUpdateResponse contains the response from method SnapshotsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2847 - go: *ref_2848 - protocol: {} protocol: {} - operationId: Snapshots_Update apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2852 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1917 + schema: *ref_1885 implementation: Method required: true language: @@ -87369,14 +60180,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2853 + - &ref_1918 schema: *ref_7 implementation: Method required: true @@ -87385,16 +60192,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -87403,32 +60204,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2851 + application/json: &ref_1916 parameters: - - &ref_2850 - schema: *ref_2849 + - &ref_1915 + schema: *ref_1914 implementation: Method required: true language: default: name: snapshot description: Snapshot object supplied in the body of the Patch snapshot operation. - go: - name: snapshot - description: Snapshot object supplied in the body of the Patch snapshot operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -87437,22 +60231,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2850 + - *ref_1915 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName} @@ -87462,19 +60249,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2851 + - *ref_1916 signatureParameters: - - *ref_2852 - - *ref_2853 + - *ref_1917 + - *ref_1918 responses: - schema: *ref_579 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -87487,9 +60271,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -87503,84 +60284,15 @@ operationGroups: default: name: Update description: Updates (patches) a snapshot. - go: - name: Update - description: |- - Updates (patches) a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3778 - schema: - type: object - language: - default: &ref_2854 - name: SnapshotsClientBeginUpdateOptions - description: SnapshotsClientBeginUpdateOptions contains the optional parameters for the SnapshotsClient.BeginUpdate method. - go: *ref_2854 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2855 - name: string - description: '' - go: *ref_2855 - protocol: {} - language: - default: &ref_2856 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2856 - protocol: {} - required: false - serializedName: SnapshotsClientBeginUpdateOptions - language: - default: &ref_2857 - name: options - description: SnapshotsClientBeginUpdateOptions contains the optional parameters for the SnapshotsClient.BeginUpdate method. - go: *ref_2857 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4025 - type: object - properties: - - &ref_2859 - schema: *ref_579 - serializedName: Snapshot - language: - default: &ref_2858 - name: Snapshot - description: Snapshot resource. - byValue: true - embeddedType: true - go: *ref_2858 - protocol: {} - language: - default: &ref_2860 - name: SnapshotsClientUpdateResponse - description: SnapshotsClientUpdateResponse contains the response from method SnapshotsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2859 - go: *ref_2860 - protocol: {} protocol: {} - operationId: Snapshots_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2861 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1919 + schema: *ref_1885 implementation: Method required: true language: @@ -87588,14 +60300,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2862 + - &ref_1920 schema: *ref_7 implementation: Method required: true @@ -87604,16 +60312,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -87622,16 +60324,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -87640,10 +60338,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -87652,26 +60346,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName} method: get uri: '{$host}' signatureParameters: - - *ref_2861 - - *ref_2862 + - *ref_1919 + - *ref_1920 responses: - schema: *ref_579 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -87730,68 +60418,15 @@ operationGroups: default: name: Get description: Gets information about a snapshot. - go: - name: Get - description: |- - Gets information about a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3779 - schema: - type: object - language: - default: &ref_2863 - name: SnapshotsClientGetOptions - description: SnapshotsClientGetOptions contains the optional parameters for the SnapshotsClient.Get method. - go: *ref_2863 - protocol: {} - originalParameter: [] - required: false - serializedName: SnapshotsClientGetOptions - language: - default: &ref_2864 - name: options - description: SnapshotsClientGetOptions contains the optional parameters for the SnapshotsClient.Get method. - go: *ref_2864 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4026 - type: object - properties: - - &ref_2866 - schema: *ref_579 - serializedName: Snapshot - language: - default: &ref_2865 - name: Snapshot - description: Snapshot resource. - byValue: true - embeddedType: true - go: *ref_2865 - protocol: {} - language: - default: &ref_2867 - name: SnapshotsClientGetResponse - description: SnapshotsClientGetResponse contains the response from method SnapshotsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2866 - go: *ref_2867 - protocol: {} protocol: {} - operationId: Snapshots_Delete apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2868 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1921 + schema: *ref_1885 implementation: Method required: true language: @@ -87799,14 +60434,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2869 + - &ref_1922 schema: *ref_7 implementation: Method required: true @@ -87815,16 +60446,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -87833,10 +60458,6 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -87845,25 +60466,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName} method: delete uri: '{$host}' signatureParameters: - - *ref_2868 - - *ref_2869 + - *ref_1921 + - *ref_1922 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -87872,9 +60487,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -87883,9 +60495,6 @@ operationGroups: default: name: '' description: If the snapshot is deleted, this is an expected error code. - go: - name: '' - description: If the snapshot is deleted, this is an expected error code. protocol: http: statusCodes: @@ -87896,70 +60505,15 @@ operationGroups: default: name: Delete description: Deletes a snapshot. - go: - name: Delete - description: |- - Deletes a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3780 - schema: - type: object - language: - default: &ref_2870 - name: SnapshotsClientBeginDeleteOptions - description: SnapshotsClientBeginDeleteOptions contains the optional parameters for the SnapshotsClient.BeginDelete method. - go: *ref_2870 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2871 - name: string - description: '' - go: *ref_2871 - protocol: {} - language: - default: &ref_2872 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2872 - protocol: {} - required: false - serializedName: SnapshotsClientBeginDeleteOptions - language: - default: &ref_2873 - name: options - description: SnapshotsClientBeginDeleteOptions contains the optional parameters for the SnapshotsClient.BeginDelete method. - go: *ref_2873 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4027 - type: object - language: - default: &ref_2874 - name: SnapshotsClientDeleteResponse - description: SnapshotsClientDeleteResponse contains the response from method SnapshotsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2874 - protocol: {} protocol: {} - operationId: Snapshots_ListByResourceGroup apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2875 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1923 + schema: *ref_1885 implementation: Method required: true language: @@ -87967,14 +60521,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -87983,16 +60533,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -88001,10 +60547,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -88013,25 +60555,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots method: get uri: '{$host}' signatureParameters: - - *ref_2875 + - *ref_1923 responses: - - schema: *ref_2876 + - schema: *ref_1924 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -88087,67 +60623,14 @@ operationGroups: description: Lists snapshots under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists snapshots under a resource group. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3781 - schema: - type: object - language: - default: &ref_2877 - name: SnapshotsClientListByResourceGroupOptions - description: SnapshotsClientListByResourceGroupOptions contains the optional parameters for the SnapshotsClient.NewListByResourceGroupPager method. - go: *ref_2877 - protocol: {} - originalParameter: [] - required: false - serializedName: SnapshotsClientListByResourceGroupOptions - language: - default: &ref_2878 - name: options - description: SnapshotsClientListByResourceGroupOptions contains the optional parameters for the SnapshotsClient.NewListByResourceGroupPager method. - go: *ref_2878 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4028 - type: object - properties: - - &ref_2880 - schema: *ref_2876 - serializedName: SnapshotList - language: - default: &ref_2879 - name: SnapshotList - description: The List Snapshots operation response. - byValue: true - embeddedType: true - go: *ref_2879 - protocol: {} - language: - default: &ref_2881 - name: SnapshotsClientListByResourceGroupResponse - description: SnapshotsClientListByResourceGroupResponse contains the response from method SnapshotsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2880 - go: *ref_2881 - protocol: {} protocol: {} - operationId: Snapshots_List apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - schema: *ref_2768 + - *ref_1326 + - *ref_1330 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -88156,16 +60639,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -88174,10 +60653,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -88186,9 +60661,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/snapshots @@ -88196,14 +60668,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2876 + - schema: *ref_1924 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -88287,68 +60756,15 @@ operationGroups: description: Lists snapshots under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: Lists snapshots under a subscription. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3782 - schema: - type: object - language: - default: &ref_2882 - name: SnapshotsClientListOptions - description: SnapshotsClientListOptions contains the optional parameters for the SnapshotsClient.NewListPager method. - go: *ref_2882 - protocol: {} - originalParameter: [] - required: false - serializedName: SnapshotsClientListOptions - language: - default: &ref_2883 - name: options - description: SnapshotsClientListOptions contains the optional parameters for the SnapshotsClient.NewListPager method. - go: *ref_2883 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4029 - type: object - properties: - - &ref_2885 - schema: *ref_2876 - serializedName: SnapshotList - language: - default: &ref_2884 - name: SnapshotList - description: The List Snapshots operation response. - byValue: true - embeddedType: true - go: *ref_2884 - protocol: {} - language: - default: &ref_2886 - name: SnapshotsClientListResponse - description: SnapshotsClientListResponse contains the response from method SnapshotsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2885 - go: *ref_2886 - protocol: {} protocol: {} - operationId: Snapshots_GrantAccess apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2889 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1927 + schema: *ref_1885 implementation: Method required: true language: @@ -88356,14 +60772,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2890 + - &ref_1928 schema: *ref_7 implementation: Method required: true @@ -88372,16 +60784,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -88390,32 +60796,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2888 + application/json: &ref_1926 parameters: - - &ref_2887 - schema: *ref_2818 + - &ref_1925 + schema: *ref_1902 implementation: Method required: true language: default: name: grantAccessData description: Access data object supplied in the body of the get snapshot access operation. - go: - name: grantAccessData - description: Access data object supplied in the body of the get snapshot access operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -88424,22 +60823,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2887 + - *ref_1925 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/beginGetAccess @@ -88449,19 +60841,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2888 + - *ref_1926 signatureParameters: - - *ref_2889 - - *ref_2890 + - *ref_1927 + - *ref_1928 responses: - - schema: *ref_2823 + - schema: *ref_1907 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -88473,9 +60862,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -88488,84 +60874,15 @@ operationGroups: default: name: GrantAccess description: Grants access to a snapshot. - go: - name: GrantAccess - description: |- - Grants access to a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3783 - schema: - type: object - language: - default: &ref_2891 - name: SnapshotsClientBeginGrantAccessOptions - description: SnapshotsClientBeginGrantAccessOptions contains the optional parameters for the SnapshotsClient.BeginGrantAccess method. - go: *ref_2891 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2892 - name: string - description: '' - go: *ref_2892 - protocol: {} - language: - default: &ref_2893 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2893 - protocol: {} - required: false - serializedName: SnapshotsClientBeginGrantAccessOptions - language: - default: &ref_2894 - name: options - description: SnapshotsClientBeginGrantAccessOptions contains the optional parameters for the SnapshotsClient.BeginGrantAccess method. - go: *ref_2894 - protocol: {} - protocolNaming: - internalMethod: grantAccess - requestMethod: grantAccessCreateRequest - responseMethod: grantAccessHandleResponse - responseEnv: &ref_4030 - type: object - properties: - - &ref_2896 - schema: *ref_2823 - serializedName: AccessURI - language: - default: &ref_2895 - name: AccessURI - description: A disk access SAS uri. - byValue: true - embeddedType: true - go: *ref_2895 - protocol: {} - language: - default: &ref_2897 - name: SnapshotsClientGrantAccessResponse - description: SnapshotsClientGrantAccessResponse contains the response from method SnapshotsClient.BeginGrantAccess. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2896 - go: *ref_2897 - protocol: {} protocol: {} - operationId: Snapshots_RevokeAccess apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2898 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1929 + schema: *ref_1885 implementation: Method required: true language: @@ -88573,14 +60890,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2899 + - &ref_1930 schema: *ref_7 implementation: Method required: true @@ -88589,16 +60902,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -88607,10 +60914,6 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -88619,25 +60922,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/endGetAccess method: post uri: '{$host}' signatureParameters: - - *ref_2898 - - *ref_2899 + - *ref_1929 + - *ref_1930 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -88646,9 +60943,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -88661,73 +60955,11 @@ operationGroups: default: name: RevokeAccess description: Revokes access to a snapshot. - go: - name: RevokeAccess - description: |- - Revokes access to a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3784 - schema: - type: object - language: - default: &ref_2900 - name: SnapshotsClientBeginRevokeAccessOptions - description: SnapshotsClientBeginRevokeAccessOptions contains the optional parameters for the SnapshotsClient.BeginRevokeAccess method. - go: *ref_2900 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2901 - name: string - description: '' - go: *ref_2901 - protocol: {} - language: - default: &ref_2902 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2902 - protocol: {} - required: false - serializedName: SnapshotsClientBeginRevokeAccessOptions - language: - default: &ref_2903 - name: options - description: SnapshotsClientBeginRevokeAccessOptions contains the optional parameters for the SnapshotsClient.BeginRevokeAccess method. - go: *ref_2903 - protocol: {} - protocolNaming: - internalMethod: revokeAccess - requestMethod: revokeAccessCreateRequest - responseMethod: revokeAccessHandleResponse - responseEnv: &ref_4031 - type: object - language: - default: &ref_2904 - name: SnapshotsClientRevokeAccessResponse - description: SnapshotsClientRevokeAccessResponse contains the response from method SnapshotsClient.BeginRevokeAccess. - forLRO: true - responseType: true - go: *ref_2904 - protocol: {} protocol: {} language: default: name: Snapshots description: '' - go: - name: Snapshots - description: '' - clientCtorName: NewSnapshotsClient - clientName: SnapshotsClient - clientParams: - - *ref_1336 protocol: {} - $key: DiskEncryptionSets operations: @@ -88735,10 +60967,10 @@ operationGroups: apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2907 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1933 + schema: *ref_1885 implementation: Method required: true language: @@ -88746,14 +60978,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2908 + - &ref_1934 schema: *ref_7 implementation: Method required: true @@ -88764,16 +60992,10 @@ operationGroups: The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -88782,17 +61004,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2906 + application/json: &ref_1932 parameters: - - &ref_2905 + - &ref_1931 schema: *ref_580 implementation: Method required: true @@ -88800,14 +61018,11 @@ operationGroups: default: name: diskEncryptionSet description: disk encryption set object supplied in the body of the Put disk encryption set operation. - go: - name: diskEncryptionSet - description: disk encryption set object supplied in the body of the Put disk encryption set operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -88816,22 +61031,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2905 + - *ref_1931 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName} @@ -88841,19 +61049,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2906 + - *ref_1932 signatureParameters: - - *ref_2907 - - *ref_2908 + - *ref_1933 + - *ref_1934 responses: - schema: *ref_580 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -88866,9 +61071,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -88877,14 +61079,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -88981,84 +61180,15 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a disk encryption set - go: - name: CreateOrUpdate - description: |- - Creates or updates a disk encryption set - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3785 - schema: - type: object - language: - default: &ref_2909 - name: DiskEncryptionSetsClientBeginCreateOrUpdateOptions - description: DiskEncryptionSetsClientBeginCreateOrUpdateOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginCreateOrUpdate method. - go: *ref_2909 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2910 - name: string - description: '' - go: *ref_2910 - protocol: {} - language: - default: &ref_2911 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2911 - protocol: {} - required: false - serializedName: DiskEncryptionSetsClientBeginCreateOrUpdateOptions - language: - default: &ref_2912 - name: options - description: DiskEncryptionSetsClientBeginCreateOrUpdateOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginCreateOrUpdate method. - go: *ref_2912 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4032 - type: object - properties: - - &ref_2914 - schema: *ref_580 - serializedName: DiskEncryptionSet - language: - default: &ref_2913 - name: DiskEncryptionSet - description: disk encryption set resource. - byValue: true - embeddedType: true - go: *ref_2913 - protocol: {} - language: - default: &ref_2915 - name: DiskEncryptionSetsClientCreateOrUpdateResponse - description: DiskEncryptionSetsClientCreateOrUpdateResponse contains the response from method DiskEncryptionSetsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2914 - go: *ref_2915 - protocol: {} protocol: {} - operationId: DiskEncryptionSets_Update apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2919 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1938 + schema: *ref_1885 implementation: Method required: true language: @@ -89066,14 +61196,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2920 + - &ref_1939 schema: *ref_7 implementation: Method required: true @@ -89084,16 +61210,10 @@ operationGroups: The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -89102,32 +61222,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2918 + application/json: &ref_1937 parameters: - - &ref_2917 - schema: *ref_2916 + - &ref_1936 + schema: *ref_1935 implementation: Method required: true language: default: name: diskEncryptionSet description: disk encryption set object supplied in the body of the Patch disk encryption set operation. - go: - name: diskEncryptionSet - description: disk encryption set object supplied in the body of the Patch disk encryption set operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -89136,22 +61249,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2917 + - *ref_1936 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName} @@ -89161,19 +61267,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2918 + - *ref_1937 signatureParameters: - - *ref_2919 - - *ref_2920 + - *ref_1938 + - *ref_1939 responses: - schema: *ref_580 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -89186,9 +61289,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -89197,14 +61297,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -89360,84 +61457,15 @@ operationGroups: default: name: Update description: Updates (patches) a disk encryption set. - go: - name: Update - description: |- - Updates (patches) a disk encryption set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3786 - schema: - type: object - language: - default: &ref_2921 - name: DiskEncryptionSetsClientBeginUpdateOptions - description: DiskEncryptionSetsClientBeginUpdateOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginUpdate method. - go: *ref_2921 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2922 - name: string - description: '' - go: *ref_2922 - protocol: {} - language: - default: &ref_2923 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2923 - protocol: {} - required: false - serializedName: DiskEncryptionSetsClientBeginUpdateOptions - language: - default: &ref_2924 - name: options - description: DiskEncryptionSetsClientBeginUpdateOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginUpdate method. - go: *ref_2924 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4033 - type: object - properties: - - &ref_2926 - schema: *ref_580 - serializedName: DiskEncryptionSet - language: - default: &ref_2925 - name: DiskEncryptionSet - description: disk encryption set resource. - byValue: true - embeddedType: true - go: *ref_2925 - protocol: {} - language: - default: &ref_2927 - name: DiskEncryptionSetsClientUpdateResponse - description: DiskEncryptionSetsClientUpdateResponse contains the response from method DiskEncryptionSetsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2926 - go: *ref_2927 - protocol: {} protocol: {} - operationId: DiskEncryptionSets_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2928 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1940 + schema: *ref_1885 implementation: Method required: true language: @@ -89445,14 +61473,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2929 + - &ref_1941 schema: *ref_7 implementation: Method required: true @@ -89463,16 +61487,10 @@ operationGroups: The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -89481,16 +61499,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -89499,10 +61513,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -89511,26 +61521,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName} method: get uri: '{$host}' signatureParameters: - - *ref_2928 - - *ref_2929 + - *ref_1940 + - *ref_1941 responses: - schema: *ref_580 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -89539,14 +61543,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -89587,68 +61588,15 @@ operationGroups: default: name: Get description: Gets information about a disk encryption set. - go: - name: Get - description: |- - Gets information about a disk encryption set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3787 - schema: - type: object - language: - default: &ref_2930 - name: DiskEncryptionSetsClientGetOptions - description: DiskEncryptionSetsClientGetOptions contains the optional parameters for the DiskEncryptionSetsClient.Get method. - go: *ref_2930 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskEncryptionSetsClientGetOptions - language: - default: &ref_2931 - name: options - description: DiskEncryptionSetsClientGetOptions contains the optional parameters for the DiskEncryptionSetsClient.Get method. - go: *ref_2931 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4034 - type: object - properties: - - &ref_2933 - schema: *ref_580 - serializedName: DiskEncryptionSet - language: - default: &ref_2932 - name: DiskEncryptionSet - description: disk encryption set resource. - byValue: true - embeddedType: true - go: *ref_2932 - protocol: {} - language: - default: &ref_2934 - name: DiskEncryptionSetsClientGetResponse - description: DiskEncryptionSetsClientGetResponse contains the response from method DiskEncryptionSetsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2933 - go: *ref_2934 - protocol: {} protocol: {} - operationId: DiskEncryptionSets_Delete apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2935 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1942 + schema: *ref_1885 implementation: Method required: true language: @@ -89656,14 +61604,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2936 + - &ref_1943 schema: *ref_7 implementation: Method required: true @@ -89674,16 +61618,10 @@ operationGroups: The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -89692,16 +61630,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -89710,10 +61644,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -89722,25 +61652,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName} method: delete uri: '{$host}' signatureParameters: - - *ref_2935 - - *ref_2936 + - *ref_1942 + - *ref_1943 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -89749,9 +61673,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -89760,22 +61681,16 @@ operationGroups: default: name: '' description: If the disk encryption set is already deleted, this is an expected error code. - go: - name: '' - description: If the disk encryption set is already deleted, this is an expected error code. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -89801,70 +61716,15 @@ operationGroups: default: name: Delete description: Deletes a disk encryption set. - go: - name: Delete - description: |- - Deletes a disk encryption set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3788 - schema: - type: object - language: - default: &ref_2937 - name: DiskEncryptionSetsClientBeginDeleteOptions - description: DiskEncryptionSetsClientBeginDeleteOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginDelete method. - go: *ref_2937 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2938 - name: string - description: '' - go: *ref_2938 - protocol: {} - language: - default: &ref_2939 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2939 - protocol: {} - required: false - serializedName: DiskEncryptionSetsClientBeginDeleteOptions - language: - default: &ref_2940 - name: options - description: DiskEncryptionSetsClientBeginDeleteOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginDelete method. - go: *ref_2940 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4035 - type: object - language: - default: &ref_2941 - name: DiskEncryptionSetsClientDeleteResponse - description: DiskEncryptionSetsClientDeleteResponse contains the response from method DiskEncryptionSetsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2941 - protocol: {} protocol: {} - operationId: DiskEncryptionSets_ListByResourceGroup apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2942 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1944 + schema: *ref_1885 implementation: Method required: true language: @@ -89872,14 +61732,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -89888,16 +61744,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -89906,10 +61758,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -89918,25 +61766,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets method: get uri: '{$host}' signatureParameters: - - *ref_2942 + - *ref_1944 responses: - - schema: *ref_2943 + - schema: *ref_1945 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -89945,14 +61787,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90015,67 +61854,14 @@ operationGroups: description: Lists all the disk encryption sets under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all the disk encryption sets under a resource group. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3789 - schema: - type: object - language: - default: &ref_2944 - name: DiskEncryptionSetsClientListByResourceGroupOptions - description: DiskEncryptionSetsClientListByResourceGroupOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListByResourceGroupPager method. - go: *ref_2944 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskEncryptionSetsClientListByResourceGroupOptions - language: - default: &ref_2945 - name: options - description: DiskEncryptionSetsClientListByResourceGroupOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListByResourceGroupPager method. - go: *ref_2945 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4036 - type: object - properties: - - &ref_2947 - schema: *ref_2943 - serializedName: DiskEncryptionSetList - language: - default: &ref_2946 - name: DiskEncryptionSetList - description: The List disk encryption set operation response. - byValue: true - embeddedType: true - go: *ref_2946 - protocol: {} - language: - default: &ref_2948 - name: DiskEncryptionSetsClientListByResourceGroupResponse - description: DiskEncryptionSetsClientListByResourceGroupResponse contains the response from method DiskEncryptionSetsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2947 - go: *ref_2948 - protocol: {} protocol: {} - operationId: DiskEncryptionSets_List apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - schema: *ref_2768 + - *ref_1326 + - *ref_1330 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -90084,16 +61870,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90102,10 +61884,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -90114,9 +61892,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets @@ -90124,14 +61899,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2943 + - schema: *ref_1945 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -90140,14 +61912,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90209,68 +61978,15 @@ operationGroups: description: Lists all the disk encryption sets under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: Lists all the disk encryption sets under a subscription. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3790 - schema: - type: object - language: - default: &ref_2949 - name: DiskEncryptionSetsClientListOptions - description: DiskEncryptionSetsClientListOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListPager method. - go: *ref_2949 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskEncryptionSetsClientListOptions - language: - default: &ref_2950 - name: options - description: DiskEncryptionSetsClientListOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListPager method. - go: *ref_2950 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4037 - type: object - properties: - - &ref_2952 - schema: *ref_2943 - serializedName: DiskEncryptionSetList - language: - default: &ref_2951 - name: DiskEncryptionSetList - description: The List disk encryption set operation response. - byValue: true - embeddedType: true - go: *ref_2951 - protocol: {} - language: - default: &ref_2953 - name: DiskEncryptionSetsClientListResponse - description: DiskEncryptionSetsClientListResponse contains the response from method DiskEncryptionSetsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2952 - go: *ref_2953 - protocol: {} protocol: {} - operationId: DiskEncryptionSets_ListAssociatedResources apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2954 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1946 + schema: *ref_1885 implementation: Method required: true language: @@ -90278,14 +61994,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2955 + - &ref_1947 schema: *ref_7 implementation: Method required: true @@ -90296,16 +62008,10 @@ operationGroups: The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -90314,16 +62020,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90332,10 +62034,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -90344,26 +62042,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}/associatedResources method: get uri: '{$host}' signatureParameters: - - *ref_2954 - - *ref_2955 + - *ref_1946 + - *ref_1947 responses: - - schema: *ref_2956 + - schema: *ref_1948 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -90372,14 +62064,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90411,71 +62100,11 @@ operationGroups: description: Lists all resources that are encrypted with this disk encryption set. paging: nextLinkName: nextLink - go: - name: ListAssociatedResources - description: Lists all resources that are encrypted with this disk encryption set. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3791 - schema: - type: object - language: - default: &ref_2957 - name: DiskEncryptionSetsClientListAssociatedResourcesOptions - description: DiskEncryptionSetsClientListAssociatedResourcesOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListAssociatedResourcesPager method. - go: *ref_2957 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskEncryptionSetsClientListAssociatedResourcesOptions - language: - default: &ref_2958 - name: options - description: DiskEncryptionSetsClientListAssociatedResourcesOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListAssociatedResourcesPager method. - go: *ref_2958 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAssociatedResources - requestMethod: listAssociatedResourcesCreateRequest - responseMethod: listAssociatedResourcesHandleResponse - responseEnv: &ref_4038 - type: object - properties: - - &ref_2960 - schema: *ref_2956 - serializedName: ResourceURIList - language: - default: &ref_2959 - name: ResourceURIList - description: The List resources which are encrypted with the disk encryption set. - byValue: true - embeddedType: true - go: *ref_2959 - protocol: {} - language: - default: &ref_2961 - name: DiskEncryptionSetsClientListAssociatedResourcesResponse - description: DiskEncryptionSetsClientListAssociatedResourcesResponse contains the response from method DiskEncryptionSetsClient.NewListAssociatedResourcesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2960 - go: *ref_2961 - protocol: {} protocol: {} language: default: name: DiskEncryptionSets description: '' - go: - name: DiskEncryptionSets - description: '' - clientCtorName: NewDiskEncryptionSetsClient - clientName: DiskEncryptionSetsClient - clientParams: - - *ref_1336 protocol: {} - $key: DiskAccesses operations: @@ -90483,10 +62112,10 @@ operationGroups: apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2964 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1951 + schema: *ref_1885 implementation: Method required: true language: @@ -90494,14 +62123,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2965 + - &ref_1952 schema: *ref_7 implementation: Method required: true @@ -90512,16 +62137,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -90530,17 +62149,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2963 + application/json: &ref_1950 parameters: - - &ref_2962 + - &ref_1949 schema: *ref_581 implementation: Method required: true @@ -90548,14 +62163,11 @@ operationGroups: default: name: diskAccess description: disk access object supplied in the body of the Put disk access operation. - go: - name: diskAccess - description: disk access object supplied in the body of the Put disk access operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90564,22 +62176,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2962 + - *ref_1949 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName} @@ -90589,19 +62194,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2963 + - *ref_1950 signatureParameters: - - *ref_2964 - - *ref_2965 + - *ref_1951 + - *ref_1952 responses: - schema: *ref_581 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -90614,9 +62216,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -90625,14 +62224,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90671,84 +62267,15 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a disk access resource - go: - name: CreateOrUpdate - description: |- - Creates or updates a disk access resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3792 - schema: - type: object - language: - default: &ref_2966 - name: DiskAccessesClientBeginCreateOrUpdateOptions - description: DiskAccessesClientBeginCreateOrUpdateOptions contains the optional parameters for the DiskAccessesClient.BeginCreateOrUpdate method. - go: *ref_2966 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2967 - name: string - description: '' - go: *ref_2967 - protocol: {} - language: - default: &ref_2968 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2968 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginCreateOrUpdateOptions - language: - default: &ref_2969 - name: options - description: DiskAccessesClientBeginCreateOrUpdateOptions contains the optional parameters for the DiskAccessesClient.BeginCreateOrUpdate method. - go: *ref_2969 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4039 - type: object - properties: - - &ref_2971 - schema: *ref_581 - serializedName: DiskAccess - language: - default: &ref_2970 - name: DiskAccess - description: disk access resource. - byValue: true - embeddedType: true - go: *ref_2970 - protocol: {} - language: - default: &ref_2972 - name: DiskAccessesClientCreateOrUpdateResponse - description: DiskAccessesClientCreateOrUpdateResponse contains the response from method DiskAccessesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2971 - go: *ref_2972 - protocol: {} protocol: {} - operationId: DiskAccesses_Update apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2976 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1956 + schema: *ref_1885 implementation: Method required: true language: @@ -90756,14 +62283,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2977 + - &ref_1957 schema: *ref_7 implementation: Method required: true @@ -90774,16 +62297,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -90792,32 +62309,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2975 + application/json: &ref_1955 parameters: - - &ref_2974 - schema: *ref_2973 + - &ref_1954 + schema: *ref_1953 implementation: Method required: true language: default: name: diskAccess description: disk access object supplied in the body of the Patch disk access operation. - go: - name: diskAccess - description: disk access object supplied in the body of the Patch disk access operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90826,22 +62336,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2974 + - *ref_1954 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName} @@ -90851,19 +62354,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2975 + - *ref_1955 signatureParameters: - - *ref_2976 - - *ref_2977 + - *ref_1956 + - *ref_1957 responses: - schema: *ref_581 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -90876,9 +62376,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -90887,14 +62384,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90939,84 +62433,15 @@ operationGroups: default: name: Update description: Updates (patches) a disk access resource. - go: - name: Update - description: |- - Updates (patches) a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3793 - schema: - type: object - language: - default: &ref_2978 - name: DiskAccessesClientBeginUpdateOptions - description: DiskAccessesClientBeginUpdateOptions contains the optional parameters for the DiskAccessesClient.BeginUpdate method. - go: *ref_2978 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2979 - name: string - description: '' - go: *ref_2979 - protocol: {} - language: - default: &ref_2980 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2980 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginUpdateOptions - language: - default: &ref_2981 - name: options - description: DiskAccessesClientBeginUpdateOptions contains the optional parameters for the DiskAccessesClient.BeginUpdate method. - go: *ref_2981 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4040 - type: object - properties: - - &ref_2983 - schema: *ref_581 - serializedName: DiskAccess - language: - default: &ref_2982 - name: DiskAccess - description: disk access resource. - byValue: true - embeddedType: true - go: *ref_2982 - protocol: {} - language: - default: &ref_2984 - name: DiskAccessesClientUpdateResponse - description: DiskAccessesClientUpdateResponse contains the response from method DiskAccessesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2983 - go: *ref_2984 - protocol: {} protocol: {} - operationId: DiskAccesses_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2985 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1958 + schema: *ref_1885 implementation: Method required: true language: @@ -91024,14 +62449,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2986 + - &ref_1959 schema: *ref_7 implementation: Method required: true @@ -91042,16 +62463,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -91060,16 +62475,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91078,10 +62489,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -91090,26 +62497,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName} method: get uri: '{$host}' signatureParameters: - - *ref_2985 - - *ref_2986 + - *ref_1958 + - *ref_1959 responses: - schema: *ref_581 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -91118,14 +62519,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -91191,68 +62589,15 @@ operationGroups: default: name: Get description: Gets information about a disk access resource. - go: - name: Get - description: |- - Gets information about a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3794 - schema: - type: object - language: - default: &ref_2987 - name: DiskAccessesClientGetOptions - description: DiskAccessesClientGetOptions contains the optional parameters for the DiskAccessesClient.Get method. - go: *ref_2987 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientGetOptions - language: - default: &ref_2988 - name: options - description: DiskAccessesClientGetOptions contains the optional parameters for the DiskAccessesClient.Get method. - go: *ref_2988 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4041 - type: object - properties: - - &ref_2990 - schema: *ref_581 - serializedName: DiskAccess - language: - default: &ref_2989 - name: DiskAccess - description: disk access resource. - byValue: true - embeddedType: true - go: *ref_2989 - protocol: {} - language: - default: &ref_2991 - name: DiskAccessesClientGetResponse - description: DiskAccessesClientGetResponse contains the response from method DiskAccessesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2990 - go: *ref_2991 - protocol: {} protocol: {} - operationId: DiskAccesses_Delete apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2992 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1960 + schema: *ref_1885 implementation: Method required: true language: @@ -91260,14 +62605,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2993 + - &ref_1961 schema: *ref_7 implementation: Method required: true @@ -91278,16 +62619,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -91296,16 +62631,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91314,10 +62645,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -91326,25 +62653,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName} method: delete uri: '{$host}' signatureParameters: - - *ref_2992 - - *ref_2993 + - *ref_1960 + - *ref_1961 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -91353,9 +62674,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -91364,22 +62682,16 @@ operationGroups: default: name: '' description: If the disk access resource is already deleted, this is an expected error code. - go: - name: '' - description: If the disk access resource is already deleted, this is an expected error code. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -91405,70 +62717,15 @@ operationGroups: default: name: Delete description: Deletes a disk access resource. - go: - name: Delete - description: |- - Deletes a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3795 - schema: - type: object - language: - default: &ref_2994 - name: DiskAccessesClientBeginDeleteOptions - description: DiskAccessesClientBeginDeleteOptions contains the optional parameters for the DiskAccessesClient.BeginDelete method. - go: *ref_2994 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2995 - name: string - description: '' - go: *ref_2995 - protocol: {} - language: - default: &ref_2996 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2996 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginDeleteOptions - language: - default: &ref_2997 - name: options - description: DiskAccessesClientBeginDeleteOptions contains the optional parameters for the DiskAccessesClient.BeginDelete method. - go: *ref_2997 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4042 - type: object - language: - default: &ref_2998 - name: DiskAccessesClientDeleteResponse - description: DiskAccessesClientDeleteResponse contains the response from method DiskAccessesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2998 - protocol: {} protocol: {} - operationId: DiskAccesses_ListByResourceGroup apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2999 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1962 + schema: *ref_1885 implementation: Method required: true language: @@ -91476,14 +62733,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -91492,16 +62745,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91510,10 +62759,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -91522,25 +62767,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses method: get uri: '{$host}' signatureParameters: - - *ref_2999 + - *ref_1962 responses: - - schema: *ref_3000 + - schema: *ref_1963 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -91549,14 +62788,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -91617,67 +62853,14 @@ operationGroups: description: Lists all the disk access resources under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all the disk access resources under a resource group. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3796 - schema: - type: object - language: - default: &ref_3001 - name: DiskAccessesClientListByResourceGroupOptions - description: DiskAccessesClientListByResourceGroupOptions contains the optional parameters for the DiskAccessesClient.NewListByResourceGroupPager method. - go: *ref_3001 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientListByResourceGroupOptions - language: - default: &ref_3002 - name: options - description: DiskAccessesClientListByResourceGroupOptions contains the optional parameters for the DiskAccessesClient.NewListByResourceGroupPager method. - go: *ref_3002 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4043 - type: object - properties: - - &ref_3004 - schema: *ref_3000 - serializedName: DiskAccessList - language: - default: &ref_3003 - name: DiskAccessList - description: The List disk access operation response. - byValue: true - embeddedType: true - go: *ref_3003 - protocol: {} - language: - default: &ref_3005 - name: DiskAccessesClientListByResourceGroupResponse - description: DiskAccessesClientListByResourceGroupResponse contains the response from method DiskAccessesClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3004 - go: *ref_3005 - protocol: {} protocol: {} - operationId: DiskAccesses_List apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - schema: *ref_2768 + - *ref_1326 + - *ref_1330 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -91686,16 +62869,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91704,10 +62883,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -91716,9 +62891,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskAccesses @@ -91726,14 +62898,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_3000 + - schema: *ref_1963 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -91742,14 +62911,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -91809,68 +62975,15 @@ operationGroups: description: Lists all the disk access resources under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: Lists all the disk access resources under a subscription. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3797 - schema: - type: object - language: - default: &ref_3006 - name: DiskAccessesClientListOptions - description: DiskAccessesClientListOptions contains the optional parameters for the DiskAccessesClient.NewListPager method. - go: *ref_3006 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientListOptions - language: - default: &ref_3007 - name: options - description: DiskAccessesClientListOptions contains the optional parameters for the DiskAccessesClient.NewListPager method. - go: *ref_3007 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4044 - type: object - properties: - - &ref_3009 - schema: *ref_3000 - serializedName: DiskAccessList - language: - default: &ref_3008 - name: DiskAccessList - description: The List disk access operation response. - byValue: true - embeddedType: true - go: *ref_3008 - protocol: {} - language: - default: &ref_3010 - name: DiskAccessesClientListResponse - description: DiskAccessesClientListResponse contains the response from method DiskAccessesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3009 - go: *ref_3010 - protocol: {} protocol: {} - operationId: DiskAccesses_GetPrivateLinkResources apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3011 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1964 + schema: *ref_1885 implementation: Method required: true language: @@ -91878,14 +62991,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3012 + - &ref_1965 schema: *ref_7 implementation: Method required: true @@ -91896,16 +63005,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -91914,16 +63017,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91932,10 +63031,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -91944,26 +63039,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_3011 - - *ref_3012 + - *ref_1964 + - *ref_1965 responses: - - schema: *ref_3013 + - schema: *ref_1966 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -91997,68 +63086,15 @@ operationGroups: default: name: GetPrivateLinkResources description: Gets the private link resources possible under disk access resource - go: - name: GetPrivateLinkResources - description: |- - Gets the private link resources possible under disk access resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3798 - schema: - type: object - language: - default: &ref_3014 - name: DiskAccessesClientGetPrivateLinkResourcesOptions - description: DiskAccessesClientGetPrivateLinkResourcesOptions contains the optional parameters for the DiskAccessesClient.GetPrivateLinkResources method. - go: *ref_3014 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientGetPrivateLinkResourcesOptions - language: - default: &ref_3015 - name: options - description: DiskAccessesClientGetPrivateLinkResourcesOptions contains the optional parameters for the DiskAccessesClient.GetPrivateLinkResources method. - go: *ref_3015 - protocol: {} - protocolNaming: - internalMethod: getPrivateLinkResources - requestMethod: getPrivateLinkResourcesCreateRequest - responseMethod: getPrivateLinkResourcesHandleResponse - responseEnv: &ref_4045 - type: object - properties: - - &ref_3017 - schema: *ref_3013 - serializedName: PrivateLinkResourceListResult - language: - default: &ref_3016 - name: PrivateLinkResourceListResult - description: A list of private link resources - byValue: true - embeddedType: true - go: *ref_3016 - protocol: {} - language: - default: &ref_3018 - name: DiskAccessesClientGetPrivateLinkResourcesResponse - description: DiskAccessesClientGetPrivateLinkResourcesResponse contains the response from method DiskAccessesClient.GetPrivateLinkResources. - marshallingFormat: json - responseType: true - resultProp: *ref_3017 - go: *ref_3018 - protocol: {} protocol: {} - operationId: DiskAccesses_UpdateAPrivateEndpointConnection apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3021 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1969 + schema: *ref_1885 implementation: Method required: true language: @@ -92066,14 +63102,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3022 + - &ref_1970 schema: *ref_7 implementation: Method required: true @@ -92084,16 +63116,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_3023 + - &ref_1971 schema: *ref_7 implementation: Method required: true @@ -92102,14 +63128,10 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -92118,32 +63140,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3020 + application/json: &ref_1968 parameters: - - &ref_3019 - schema: *ref_937 + - &ref_1967 + schema: *ref_936 implementation: Method required: true language: default: name: privateEndpointConnection description: private endpoint connection object supplied in the body of the Put private endpoint connection operation. - go: - name: privateEndpointConnection - description: private endpoint connection object supplied in the body of the Put private endpoint connection operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92152,22 +63167,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3019 + - *ref_1967 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName} @@ -92177,20 +63185,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3020 + - *ref_1968 signatureParameters: - - *ref_3021 - - *ref_3022 - - *ref_3023 + - *ref_1969 + - *ref_1970 + - *ref_1971 responses: - - schema: *ref_937 + - schema: *ref_936 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -92198,14 +63203,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_937 + - schema: *ref_936 language: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -92214,14 +63216,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -92275,84 +63274,15 @@ operationGroups: default: name: UpdateAPrivateEndpointConnection description: Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. - go: - name: UpdateAPrivateEndpointConnection - description: |- - Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3799 - schema: - type: object - language: - default: &ref_3024 - name: DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions - description: DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.BeginUpdateAPrivateEndpointConnection method. - go: *ref_3024 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3025 - name: string - description: '' - go: *ref_3025 - protocol: {} - language: - default: &ref_3026 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3026 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions - language: - default: &ref_3027 - name: options - description: DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.BeginUpdateAPrivateEndpointConnection method. - go: *ref_3027 - protocol: {} - protocolNaming: - internalMethod: updateAPrivateEndpointConnection - requestMethod: updateAPrivateEndpointConnectionCreateRequest - responseMethod: updateAPrivateEndpointConnectionHandleResponse - responseEnv: &ref_4046 - type: object - properties: - - &ref_3029 - schema: *ref_937 - serializedName: PrivateEndpointConnection - language: - default: &ref_3028 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_3028 - protocol: {} - language: - default: &ref_3030 - name: DiskAccessesClientUpdateAPrivateEndpointConnectionResponse - description: DiskAccessesClientUpdateAPrivateEndpointConnectionResponse contains the response from method DiskAccessesClient.BeginUpdateAPrivateEndpointConnection. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3029 - go: *ref_3030 - protocol: {} protocol: {} - operationId: DiskAccesses_GetAPrivateEndpointConnection apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3031 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1972 + schema: *ref_1885 implementation: Method required: true language: @@ -92360,14 +63290,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3032 + - &ref_1973 schema: *ref_7 implementation: Method required: true @@ -92378,16 +63304,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_3033 + - &ref_1974 schema: *ref_7 implementation: Method required: true @@ -92396,14 +63316,10 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -92412,16 +63328,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92430,10 +63342,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -92442,27 +63350,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName} method: get uri: '{$host}' signatureParameters: - - *ref_3031 - - *ref_3032 - - *ref_3033 + - *ref_1972 + - *ref_1973 + - *ref_1974 responses: - - schema: *ref_937 + - schema: *ref_936 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -92471,14 +63373,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -92514,68 +63413,15 @@ operationGroups: default: name: GetAPrivateEndpointConnection description: Gets information about a private endpoint connection under a disk access resource. - go: - name: GetAPrivateEndpointConnection - description: |- - Gets information about a private endpoint connection under a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3800 - schema: - type: object - language: - default: &ref_3034 - name: DiskAccessesClientGetAPrivateEndpointConnectionOptions - description: DiskAccessesClientGetAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.GetAPrivateEndpointConnection method. - go: *ref_3034 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientGetAPrivateEndpointConnectionOptions - language: - default: &ref_3035 - name: options - description: DiskAccessesClientGetAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.GetAPrivateEndpointConnection method. - go: *ref_3035 - protocol: {} - protocolNaming: - internalMethod: getAPrivateEndpointConnection - requestMethod: getAPrivateEndpointConnectionCreateRequest - responseMethod: getAPrivateEndpointConnectionHandleResponse - responseEnv: &ref_4047 - type: object - properties: - - &ref_3037 - schema: *ref_937 - serializedName: PrivateEndpointConnection - language: - default: &ref_3036 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_3036 - protocol: {} - language: - default: &ref_3038 - name: DiskAccessesClientGetAPrivateEndpointConnectionResponse - description: DiskAccessesClientGetAPrivateEndpointConnectionResponse contains the response from method DiskAccessesClient.GetAPrivateEndpointConnection. - marshallingFormat: json - responseType: true - resultProp: *ref_3037 - go: *ref_3038 - protocol: {} protocol: {} - operationId: DiskAccesses_DeleteAPrivateEndpointConnection apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3039 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1975 + schema: *ref_1885 implementation: Method required: true language: @@ -92583,14 +63429,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3040 + - &ref_1976 schema: *ref_7 implementation: Method required: true @@ -92601,16 +63443,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_3041 + - &ref_1977 schema: *ref_7 implementation: Method required: true @@ -92619,14 +63455,10 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -92635,16 +63467,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92653,10 +63481,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -92665,26 +63489,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_3039 - - *ref_3040 - - *ref_3041 + - *ref_1975 + - *ref_1976 + - *ref_1977 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -92693,9 +63511,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -92704,22 +63519,16 @@ operationGroups: default: name: '' description: If the private endpoint connection is already deleted, this is an expected error code. - go: - name: '' - description: If the private endpoint connection is already deleted, this is an expected error code. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -92746,70 +63555,15 @@ operationGroups: default: name: DeleteAPrivateEndpointConnection description: Deletes a private endpoint connection under a disk access resource. - go: - name: DeleteAPrivateEndpointConnection - description: |- - Deletes a private endpoint connection under a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3801 - schema: - type: object - language: - default: &ref_3042 - name: DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions - description: DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.BeginDeleteAPrivateEndpointConnection method. - go: *ref_3042 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3043 - name: string - description: '' - go: *ref_3043 - protocol: {} - language: - default: &ref_3044 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3044 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions - language: - default: &ref_3045 - name: options - description: DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.BeginDeleteAPrivateEndpointConnection method. - go: *ref_3045 - protocol: {} - protocolNaming: - internalMethod: deleteAPrivateEndpointConnection - requestMethod: deleteAPrivateEndpointConnectionCreateRequest - responseMethod: deleteAPrivateEndpointConnectionHandleResponse - responseEnv: &ref_4048 - type: object - language: - default: &ref_3046 - name: DiskAccessesClientDeleteAPrivateEndpointConnectionResponse - description: DiskAccessesClientDeleteAPrivateEndpointConnectionResponse contains the response from method DiskAccessesClient.BeginDeleteAPrivateEndpointConnection. - forLRO: true - responseType: true - go: *ref_3046 - protocol: {} protocol: {} - operationId: DiskAccesses_ListPrivateEndpointConnections apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3047 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1978 + schema: *ref_1885 implementation: Method required: true language: @@ -92817,14 +63571,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3048 + - &ref_1979 schema: *ref_7 implementation: Method required: true @@ -92835,16 +63585,10 @@ operationGroups: The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -92853,16 +63597,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92871,10 +63611,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -92883,26 +63619,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections method: get uri: '{$host}' signatureParameters: - - *ref_3047 - - *ref_3048 + - *ref_1978 + - *ref_1979 responses: - - schema: *ref_3049 + - schema: *ref_1980 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -92911,14 +63641,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -92958,71 +63685,11 @@ operationGroups: description: List information about private endpoint connections under a disk access resource paging: nextLinkName: nextLink - go: - name: ListPrivateEndpointConnections - description: List information about private endpoint connections under a disk access resource - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3802 - schema: - type: object - language: - default: &ref_3050 - name: DiskAccessesClientListPrivateEndpointConnectionsOptions - description: DiskAccessesClientListPrivateEndpointConnectionsOptions contains the optional parameters for the DiskAccessesClient.NewListPrivateEndpointConnectionsPager method. - go: *ref_3050 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientListPrivateEndpointConnectionsOptions - language: - default: &ref_3051 - name: options - description: DiskAccessesClientListPrivateEndpointConnectionsOptions contains the optional parameters for the DiskAccessesClient.NewListPrivateEndpointConnectionsPager method. - go: *ref_3051 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listPrivateEndpointConnections - requestMethod: listPrivateEndpointConnectionsCreateRequest - responseMethod: listPrivateEndpointConnectionsHandleResponse - responseEnv: &ref_4049 - type: object - properties: - - &ref_3053 - schema: *ref_3049 - serializedName: PrivateEndpointConnectionListResult - language: - default: &ref_3052 - name: PrivateEndpointConnectionListResult - description: A list of private link resources - byValue: true - embeddedType: true - go: *ref_3052 - protocol: {} - language: - default: &ref_3054 - name: DiskAccessesClientListPrivateEndpointConnectionsResponse - description: DiskAccessesClientListPrivateEndpointConnectionsResponse contains the response from method DiskAccessesClient.NewListPrivateEndpointConnectionsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3053 - go: *ref_3054 - protocol: {} protocol: {} language: default: name: DiskAccesses description: '' - go: - name: DiskAccesses - description: '' - clientCtorName: NewDiskAccessesClient - clientName: DiskAccessesClient - clientParams: - - *ref_1336 protocol: {} - $key: DiskRestorePoint operations: @@ -93030,10 +63697,10 @@ operationGroups: apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3055 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1981 + schema: *ref_1885 implementation: Method required: true language: @@ -93041,14 +63708,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3056 + - &ref_1982 schema: *ref_7 implementation: Method required: true @@ -93057,14 +63720,10 @@ operationGroups: name: restorePointCollectionName description: The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_3057 + - &ref_1983 schema: *ref_7 implementation: Method required: true @@ -93073,14 +63732,10 @@ operationGroups: name: vmRestorePointName description: The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: vmRestorePointName - go: - name: vmRestorePointName - description: The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: vmRestorePointName protocol: http: in: path - - &ref_3058 + - &ref_1984 schema: *ref_7 implementation: Method required: true @@ -93089,14 +63744,10 @@ operationGroups: name: diskRestorePointName description: The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskRestorePointName - go: - name: diskRestorePointName - description: The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: diskRestorePointName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -93105,16 +63756,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -93123,10 +63770,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -93135,9 +63778,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: >- @@ -93145,19 +63785,16 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_3055 - - *ref_3056 - - *ref_3057 - - *ref_3058 + - *ref_1981 + - *ref_1982 + - *ref_1983 + - *ref_1984 responses: - - schema: *ref_952 + - schema: *ref_951 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -93166,14 +63803,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -93209,68 +63843,15 @@ operationGroups: default: name: Get description: Get disk restorePoint resource - go: - name: Get - description: |- - Get disk restorePoint resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskRestorePointClient - openApiType: arm - optionalParamGroup: &ref_3803 - schema: - type: object - language: - default: &ref_3059 - name: DiskRestorePointClientGetOptions - description: DiskRestorePointClientGetOptions contains the optional parameters for the DiskRestorePointClient.Get method. - go: *ref_3059 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskRestorePointClientGetOptions - language: - default: &ref_3060 - name: options - description: DiskRestorePointClientGetOptions contains the optional parameters for the DiskRestorePointClient.Get method. - go: *ref_3060 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4050 - type: object - properties: - - &ref_3062 - schema: *ref_952 - serializedName: DiskRestorePoint - language: - default: &ref_3061 - name: DiskRestorePoint - description: Properties of disk restore point - byValue: true - embeddedType: true - go: *ref_3061 - protocol: {} - language: - default: &ref_3063 - name: DiskRestorePointClientGetResponse - description: DiskRestorePointClientGetResponse contains the response from method DiskRestorePointClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3062 - go: *ref_3063 - protocol: {} protocol: {} - operationId: DiskRestorePoint_ListByRestorePoint apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3064 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1985 + schema: *ref_1885 implementation: Method required: true language: @@ -93278,14 +63859,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3065 + - &ref_1986 schema: *ref_7 implementation: Method required: true @@ -93294,14 +63871,10 @@ operationGroups: name: restorePointCollectionName description: The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_3066 + - &ref_1987 schema: *ref_7 implementation: Method required: true @@ -93310,14 +63883,10 @@ operationGroups: name: vmRestorePointName description: The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: vmRestorePointName - go: - name: vmRestorePointName - description: The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: vmRestorePointName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -93326,16 +63895,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -93344,10 +63909,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -93356,27 +63917,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints method: get uri: '{$host}' signatureParameters: - - *ref_3064 - - *ref_3065 - - *ref_3066 + - *ref_1985 + - *ref_1986 + - *ref_1987 responses: - - schema: *ref_3067 + - schema: *ref_1988 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -93385,14 +63940,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -93432,71 +63984,11 @@ operationGroups: description: Lists diskRestorePoints under a vmRestorePoint. paging: nextLinkName: nextLink - go: - name: ListByRestorePoint - description: Lists diskRestorePoints under a vmRestorePoint. - azureARM: true - clientName: DiskRestorePointClient - openApiType: arm - optionalParamGroup: &ref_3804 - schema: - type: object - language: - default: &ref_3068 - name: DiskRestorePointClientListByRestorePointOptions - description: DiskRestorePointClientListByRestorePointOptions contains the optional parameters for the DiskRestorePointClient.NewListByRestorePointPager method. - go: *ref_3068 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskRestorePointClientListByRestorePointOptions - language: - default: &ref_3069 - name: options - description: DiskRestorePointClientListByRestorePointOptions contains the optional parameters for the DiskRestorePointClient.NewListByRestorePointPager method. - go: *ref_3069 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByRestorePoint - requestMethod: listByRestorePointCreateRequest - responseMethod: listByRestorePointHandleResponse - responseEnv: &ref_4051 - type: object - properties: - - &ref_3071 - schema: *ref_3067 - serializedName: DiskRestorePointList - language: - default: &ref_3070 - name: DiskRestorePointList - description: The List Disk Restore Points operation response. - byValue: true - embeddedType: true - go: *ref_3070 - protocol: {} - language: - default: &ref_3072 - name: DiskRestorePointClientListByRestorePointResponse - description: DiskRestorePointClientListByRestorePointResponse contains the response from method DiskRestorePointClient.NewListByRestorePointPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3071 - go: *ref_3072 - protocol: {} protocol: {} language: default: name: DiskRestorePoint description: '' - go: - name: DiskRestorePoint - description: '' - clientCtorName: NewDiskRestorePointClient - clientName: DiskRestorePointClient - clientParams: - - *ref_1336 protocol: {} - $key: Galleries operations: @@ -93504,10 +63996,10 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3076 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1992 + schema: *ref_1885 implementation: Method required: true language: @@ -93515,14 +64007,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3077 + - &ref_1993 schema: *ref_8 implementation: Method required: true @@ -93531,14 +64019,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. - serializedName: galleryName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -93547,17 +64031,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3075 + application/json: &ref_1991 parameters: - - &ref_3074 + - &ref_1990 schema: *ref_582 implementation: Method required: true @@ -93565,14 +64045,11 @@ operationGroups: default: name: gallery description: Parameters supplied to the create or update Shared Image Gallery operation. - go: - name: gallery - description: Parameters supplied to the create or update Shared Image Gallery operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -93581,22 +64058,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3074 + - *ref_1990 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName} @@ -93606,19 +64076,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3075 + - *ref_1991 signatureParameters: - - *ref_3076 - - *ref_3077 + - *ref_1992 + - *ref_1993 responses: - schema: *ref_582 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -93631,9 +64098,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -93646,9 +64110,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -93657,14 +64118,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -93765,84 +64223,15 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a Shared Image Gallery. - go: - name: CreateOrUpdate - description: |- - Create or update a Shared Image Gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3805 - schema: - type: object - language: - default: &ref_3078 - name: GalleriesClientBeginCreateOrUpdateOptions - description: GalleriesClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleriesClient.BeginCreateOrUpdate method. - go: *ref_3078 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3079 - name: string - description: '' - go: *ref_3079 - protocol: {} - language: - default: &ref_3080 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3080 - protocol: {} - required: false - serializedName: GalleriesClientBeginCreateOrUpdateOptions - language: - default: &ref_3081 - name: options - description: GalleriesClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleriesClient.BeginCreateOrUpdate method. - go: *ref_3081 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4052 - type: object - properties: - - &ref_3083 - schema: *ref_582 - serializedName: Gallery - language: - default: &ref_3082 - name: Gallery - description: Specifies information about the Shared Image Gallery that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3082 - protocol: {} - language: - default: &ref_3084 - name: GalleriesClientCreateOrUpdateResponse - description: GalleriesClientCreateOrUpdateResponse contains the response from method GalleriesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3083 - go: *ref_3084 - protocol: {} protocol: {} - operationId: Galleries_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3087 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1996 + schema: *ref_1885 implementation: Method required: true language: @@ -93850,14 +64239,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3088 + - &ref_1997 schema: *ref_8 implementation: Method required: true @@ -93866,14 +64251,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. - serializedName: galleryName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -93882,32 +64263,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3086 + application/json: &ref_1995 parameters: - - &ref_3085 - schema: *ref_967 + - &ref_1994 + schema: *ref_966 implementation: Method required: true language: default: name: gallery description: Parameters supplied to the update Shared Image Gallery operation. - go: - name: gallery - description: Parameters supplied to the update Shared Image Gallery operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -93916,22 +64290,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3085 + - *ref_1994 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName} @@ -93941,19 +64308,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3086 + - *ref_1995 signatureParameters: - - *ref_3087 - - *ref_3088 + - *ref_1996 + - *ref_1997 responses: - schema: *ref_582 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -93962,14 +64326,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94004,84 +64365,15 @@ operationGroups: default: name: Update description: Update a Shared Image Gallery. - go: - name: Update - description: |- - Update a Shared Image Gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3806 - schema: - type: object - language: - default: &ref_3089 - name: GalleriesClientBeginUpdateOptions - description: GalleriesClientBeginUpdateOptions contains the optional parameters for the GalleriesClient.BeginUpdate method. - go: *ref_3089 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3090 - name: string - description: '' - go: *ref_3090 - protocol: {} - language: - default: &ref_3091 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3091 - protocol: {} - required: false - serializedName: GalleriesClientBeginUpdateOptions - language: - default: &ref_3092 - name: options - description: GalleriesClientBeginUpdateOptions contains the optional parameters for the GalleriesClient.BeginUpdate method. - go: *ref_3092 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4053 - type: object - properties: - - &ref_3094 - schema: *ref_582 - serializedName: Gallery - language: - default: &ref_3093 - name: Gallery - description: Specifies information about the Shared Image Gallery that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3093 - protocol: {} - language: - default: &ref_3095 - name: GalleriesClientUpdateResponse - description: GalleriesClientUpdateResponse contains the response from method GalleriesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3094 - go: *ref_3095 - protocol: {} protocol: {} - operationId: Galleries_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3100 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1999 + schema: *ref_1885 implementation: Method required: true language: @@ -94089,14 +64381,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3101 + - &ref_2000 schema: *ref_8 implementation: Method required: true @@ -94105,14 +64393,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery. - serializedName: galleryName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -94121,50 +64405,23 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3098 - schema: *ref_3096 + - &ref_2001 + schema: *ref_1998 implementation: Method language: default: name: select description: The select expression to apply on the operation. serializedName: $select - go: - name: Select - description: The select expression to apply on the operation. - paramGroup: &ref_3102 - schema: - type: object - language: - default: &ref_3097 - name: GalleriesClientGetOptions - description: GalleriesClientGetOptions contains the optional parameters for the GalleriesClient.Get method. - go: *ref_3097 - protocol: {} - originalParameter: - - *ref_3098 - required: false - serializedName: GalleriesClientGetOptions - language: - default: &ref_3099 - name: options - description: GalleriesClientGetOptions contains the optional parameters for the GalleriesClient.Get method. - go: *ref_3099 - protocol: {} - serializedName: $select protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94173,10 +64430,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -94185,27 +64438,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName} method: get uri: '{$host}' signatureParameters: - - *ref_3100 - - *ref_3101 - - *ref_3098 + - *ref_1999 + - *ref_2000 + - *ref_2001 responses: - schema: *ref_582 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -94214,14 +64461,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94276,51 +64520,15 @@ operationGroups: default: name: Get description: Retrieves information about a Shared Image Gallery. - go: - name: Get - description: |- - Retrieves information about a Shared Image Gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: *ref_3102 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4054 - type: object - properties: - - &ref_3104 - schema: *ref_582 - serializedName: Gallery - language: - default: &ref_3103 - name: Gallery - description: Specifies information about the Shared Image Gallery that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3103 - protocol: {} - language: - default: &ref_3105 - name: GalleriesClientGetResponse - description: GalleriesClientGetResponse contains the response from method GalleriesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3104 - go: *ref_3105 - protocol: {} protocol: {} - operationId: Galleries_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3106 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2002 + schema: *ref_1885 implementation: Method required: true language: @@ -94328,14 +64536,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3107 + - &ref_2003 schema: *ref_8 implementation: Method required: true @@ -94344,14 +64548,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery to be deleted. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery to be deleted. - serializedName: galleryName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -94360,16 +64560,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94378,10 +64574,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -94390,25 +64582,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName} method: delete uri: '{$host}' signatureParameters: - - *ref_3106 - - *ref_3107 + - *ref_2002 + - *ref_2003 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -94417,9 +64603,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -94428,22 +64611,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94469,70 +64646,15 @@ operationGroups: default: name: Delete description: Delete a Shared Image Gallery. - go: - name: Delete - description: |- - Delete a Shared Image Gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3807 - schema: - type: object - language: - default: &ref_3108 - name: GalleriesClientBeginDeleteOptions - description: GalleriesClientBeginDeleteOptions contains the optional parameters for the GalleriesClient.BeginDelete method. - go: *ref_3108 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3109 - name: string - description: '' - go: *ref_3109 - protocol: {} - language: - default: &ref_3110 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3110 - protocol: {} - required: false - serializedName: GalleriesClientBeginDeleteOptions - language: - default: &ref_3111 - name: options - description: GalleriesClientBeginDeleteOptions contains the optional parameters for the GalleriesClient.BeginDelete method. - go: *ref_3111 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4055 - type: object - language: - default: &ref_3112 - name: GalleriesClientDeleteResponse - description: GalleriesClientDeleteResponse contains the response from method GalleriesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3112 - protocol: {} protocol: {} - operationId: Galleries_ListByResourceGroup apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3113 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2004 + schema: *ref_1885 implementation: Method required: true language: @@ -94540,14 +64662,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -94556,16 +64674,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94574,10 +64688,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -94586,25 +64696,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries method: get uri: '{$host}' signatureParameters: - - *ref_3113 + - *ref_2004 responses: - - schema: *ref_3114 + - schema: *ref_2005 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -94613,14 +64717,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94658,67 +64759,14 @@ operationGroups: description: List galleries under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: List galleries under a resource group. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3808 - schema: - type: object - language: - default: &ref_3115 - name: GalleriesClientListByResourceGroupOptions - description: GalleriesClientListByResourceGroupOptions contains the optional parameters for the GalleriesClient.NewListByResourceGroupPager method. - go: *ref_3115 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleriesClientListByResourceGroupOptions - language: - default: &ref_3116 - name: options - description: GalleriesClientListByResourceGroupOptions contains the optional parameters for the GalleriesClient.NewListByResourceGroupPager method. - go: *ref_3116 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4056 - type: object - properties: - - &ref_3118 - schema: *ref_3114 - serializedName: GalleryList - language: - default: &ref_3117 - name: GalleryList - description: The List Galleries operation response. - byValue: true - embeddedType: true - go: *ref_3117 - protocol: {} - language: - default: &ref_3119 - name: GalleriesClientListByResourceGroupResponse - description: GalleriesClientListByResourceGroupResponse contains the response from method GalleriesClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3118 - go: *ref_3119 - protocol: {} protocol: {} - operationId: Galleries_List apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - schema: *ref_3073 + - *ref_1326 + - *ref_1330 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -94727,16 +64775,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94745,10 +64789,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -94757,9 +64797,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleries @@ -94767,14 +64804,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_3114 + - schema: *ref_2005 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -94783,14 +64817,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94826,71 +64857,11 @@ operationGroups: description: List galleries under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: List galleries under a subscription. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3809 - schema: - type: object - language: - default: &ref_3120 - name: GalleriesClientListOptions - description: GalleriesClientListOptions contains the optional parameters for the GalleriesClient.NewListPager method. - go: *ref_3120 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleriesClientListOptions - language: - default: &ref_3121 - name: options - description: GalleriesClientListOptions contains the optional parameters for the GalleriesClient.NewListPager method. - go: *ref_3121 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4057 - type: object - properties: - - &ref_3123 - schema: *ref_3114 - serializedName: GalleryList - language: - default: &ref_3122 - name: GalleryList - description: The List Galleries operation response. - byValue: true - embeddedType: true - go: *ref_3122 - protocol: {} - language: - default: &ref_3124 - name: GalleriesClientListResponse - description: GalleriesClientListResponse contains the response from method GalleriesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3123 - go: *ref_3124 - protocol: {} protocol: {} language: default: name: Galleries description: '' - go: - name: Galleries - description: '' - clientCtorName: NewGalleriesClient - clientName: GalleriesClient - clientParams: - - *ref_1336 protocol: {} - $key: GalleryImages operations: @@ -94898,10 +64869,10 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3127 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2008 + schema: *ref_1885 implementation: Method required: true language: @@ -94909,14 +64880,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3128 + - &ref_2009 schema: *ref_8 implementation: Method required: true @@ -94925,14 +64892,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition is to be created. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition is to be created. - serializedName: galleryName protocol: http: in: path - - &ref_3129 + - &ref_2010 schema: *ref_8 implementation: Method required: true @@ -94941,16 +64904,10 @@ operationGroups: name: galleryImageName description: The name of the gallery image definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryImageName - go: - name: galleryImageName - description: |- - The name of the gallery image definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 - characters. - serializedName: galleryImageName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -94959,17 +64916,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3126 + application/json: &ref_2007 parameters: - - &ref_3125 + - &ref_2006 schema: *ref_583 implementation: Method required: true @@ -94977,14 +64930,11 @@ operationGroups: default: name: galleryImage description: Parameters supplied to the create or update gallery image operation. - go: - name: galleryImage - description: Parameters supplied to the create or update gallery image operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94993,22 +64943,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3125 + - *ref_2006 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName} @@ -95018,20 +64961,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3126 + - *ref_2007 signatureParameters: - - *ref_3127 - - *ref_3128 - - *ref_3129 + - *ref_2008 + - *ref_2009 + - *ref_2010 responses: - schema: *ref_583 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -95044,9 +64984,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -95059,9 +64996,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -95070,14 +65004,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -95150,84 +65081,15 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a gallery image definition. - go: - name: CreateOrUpdate - description: |- - Create or update a gallery image definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3810 - schema: - type: object - language: - default: &ref_3130 - name: GalleryImagesClientBeginCreateOrUpdateOptions - description: GalleryImagesClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryImagesClient.BeginCreateOrUpdate method. - go: *ref_3130 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3131 - name: string - description: '' - go: *ref_3131 - protocol: {} - language: - default: &ref_3132 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3132 - protocol: {} - required: false - serializedName: GalleryImagesClientBeginCreateOrUpdateOptions - language: - default: &ref_3133 - name: options - description: GalleryImagesClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryImagesClient.BeginCreateOrUpdate method. - go: *ref_3133 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4058 - type: object - properties: - - &ref_3135 - schema: *ref_583 - serializedName: GalleryImage - language: - default: &ref_3134 - name: GalleryImage - description: Specifies information about the gallery image definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3134 - protocol: {} - language: - default: &ref_3136 - name: GalleryImagesClientCreateOrUpdateResponse - description: GalleryImagesClientCreateOrUpdateResponse contains the response from method GalleryImagesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3135 - go: *ref_3136 - protocol: {} protocol: {} - operationId: GalleryImages_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3139 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2013 + schema: *ref_1885 implementation: Method required: true language: @@ -95235,14 +65097,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3140 + - &ref_2014 schema: *ref_8 implementation: Method required: true @@ -95251,14 +65109,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition is to be updated. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition is to be updated. - serializedName: galleryName protocol: http: in: path - - &ref_3141 + - &ref_2015 schema: *ref_8 implementation: Method required: true @@ -95267,14 +65121,10 @@ operationGroups: name: galleryImageName description: The name of the gallery image definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. - serializedName: galleryImageName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -95283,32 +65133,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3138 + application/json: &ref_2012 parameters: - - &ref_3137 - schema: *ref_973 + - &ref_2011 + schema: *ref_972 implementation: Method required: true language: default: name: galleryImage description: Parameters supplied to the update gallery image operation. - go: - name: galleryImage - description: Parameters supplied to the update gallery image operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -95317,22 +65160,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3137 + - *ref_2011 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName} @@ -95342,20 +65178,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3138 + - *ref_2012 signatureParameters: - - *ref_3139 - - *ref_3140 - - *ref_3141 + - *ref_2013 + - *ref_2014 + - *ref_2015 responses: - schema: *ref_583 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -95364,14 +65197,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -95417,84 +65247,15 @@ operationGroups: default: name: Update description: Update a gallery image definition. - go: - name: Update - description: |- - Update a gallery image definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3811 - schema: - type: object - language: - default: &ref_3142 - name: GalleryImagesClientBeginUpdateOptions - description: GalleryImagesClientBeginUpdateOptions contains the optional parameters for the GalleryImagesClient.BeginUpdate method. - go: *ref_3142 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3143 - name: string - description: '' - go: *ref_3143 - protocol: {} - language: - default: &ref_3144 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3144 - protocol: {} - required: false - serializedName: GalleryImagesClientBeginUpdateOptions - language: - default: &ref_3145 - name: options - description: GalleryImagesClientBeginUpdateOptions contains the optional parameters for the GalleryImagesClient.BeginUpdate method. - go: *ref_3145 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4059 - type: object - properties: - - &ref_3147 - schema: *ref_583 - serializedName: GalleryImage - language: - default: &ref_3146 - name: GalleryImage - description: Specifies information about the gallery image definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3146 - protocol: {} - language: - default: &ref_3148 - name: GalleryImagesClientUpdateResponse - description: GalleryImagesClientUpdateResponse contains the response from method GalleryImagesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3147 - go: *ref_3148 - protocol: {} protocol: {} - operationId: GalleryImages_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3149 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2016 + schema: *ref_1885 implementation: Method required: true language: @@ -95502,14 +65263,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3150 + - &ref_2017 schema: *ref_8 implementation: Method required: true @@ -95518,14 +65275,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery from which the Image Definitions are to be retrieved. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery from which the Image Definitions are to be retrieved. - serializedName: galleryName protocol: http: in: path - - &ref_3151 + - &ref_2018 schema: *ref_8 implementation: Method required: true @@ -95534,14 +65287,10 @@ operationGroups: name: galleryImageName description: The name of the gallery image definition to be retrieved. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition to be retrieved. - serializedName: galleryImageName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -95550,16 +65299,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -95568,10 +65313,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -95580,27 +65321,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName} method: get uri: '{$host}' signatureParameters: - - *ref_3149 - - *ref_3150 - - *ref_3151 + - *ref_2016 + - *ref_2017 + - *ref_2018 responses: - schema: *ref_583 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -95609,14 +65344,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -95652,68 +65384,15 @@ operationGroups: default: name: Get description: Retrieves information about a gallery image definition. - go: - name: Get - description: |- - Retrieves information about a gallery image definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3812 - schema: - type: object - language: - default: &ref_3152 - name: GalleryImagesClientGetOptions - description: GalleryImagesClientGetOptions contains the optional parameters for the GalleryImagesClient.Get method. - go: *ref_3152 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryImagesClientGetOptions - language: - default: &ref_3153 - name: options - description: GalleryImagesClientGetOptions contains the optional parameters for the GalleryImagesClient.Get method. - go: *ref_3153 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4060 - type: object - properties: - - &ref_3155 - schema: *ref_583 - serializedName: GalleryImage - language: - default: &ref_3154 - name: GalleryImage - description: Specifies information about the gallery image definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3154 - protocol: {} - language: - default: &ref_3156 - name: GalleryImagesClientGetResponse - description: GalleryImagesClientGetResponse contains the response from method GalleryImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3155 - go: *ref_3156 - protocol: {} protocol: {} - operationId: GalleryImages_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3157 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2019 + schema: *ref_1885 implementation: Method required: true language: @@ -95721,14 +65400,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3158 + - &ref_2020 schema: *ref_8 implementation: Method required: true @@ -95737,14 +65412,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition is to be deleted. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition is to be deleted. - serializedName: galleryName protocol: http: in: path - - &ref_3159 + - &ref_2021 schema: *ref_8 implementation: Method required: true @@ -95753,14 +65424,10 @@ operationGroups: name: galleryImageName description: The name of the gallery image definition to be deleted. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition to be deleted. - serializedName: galleryImageName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -95769,16 +65436,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -95787,10 +65450,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -95799,26 +65458,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName} method: delete uri: '{$host}' signatureParameters: - - *ref_3157 - - *ref_3158 - - *ref_3159 + - *ref_2019 + - *ref_2020 + - *ref_2021 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -95827,9 +65480,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -95838,22 +65488,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -95880,70 +65524,15 @@ operationGroups: default: name: Delete description: Delete a gallery image. - go: - name: Delete - description: |- - Delete a gallery image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3813 - schema: - type: object - language: - default: &ref_3160 - name: GalleryImagesClientBeginDeleteOptions - description: GalleryImagesClientBeginDeleteOptions contains the optional parameters for the GalleryImagesClient.BeginDelete method. - go: *ref_3160 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3161 - name: string - description: '' - go: *ref_3161 - protocol: {} - language: - default: &ref_3162 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3162 - protocol: {} - required: false - serializedName: GalleryImagesClientBeginDeleteOptions - language: - default: &ref_3163 - name: options - description: GalleryImagesClientBeginDeleteOptions contains the optional parameters for the GalleryImagesClient.BeginDelete method. - go: *ref_3163 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4061 - type: object - language: - default: &ref_3164 - name: GalleryImagesClientDeleteResponse - description: GalleryImagesClientDeleteResponse contains the response from method GalleryImagesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3164 - protocol: {} protocol: {} - operationId: GalleryImages_ListByGallery apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3165 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2022 + schema: *ref_1885 implementation: Method required: true language: @@ -95951,14 +65540,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3166 + - &ref_2023 schema: *ref_8 implementation: Method required: true @@ -95967,14 +65552,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery from which Image Definitions are to be listed. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery from which Image Definitions are to be listed. - serializedName: galleryName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -95983,16 +65564,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -96001,10 +65578,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -96013,26 +65586,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images method: get uri: '{$host}' signatureParameters: - - *ref_3165 - - *ref_3166 + - *ref_2022 + - *ref_2023 responses: - - schema: *ref_3167 + - schema: *ref_2024 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -96041,14 +65608,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -96090,71 +65654,11 @@ operationGroups: description: List gallery image definitions in a gallery. paging: nextLinkName: nextLink - go: - name: ListByGallery - description: List gallery image definitions in a gallery. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3814 - schema: - type: object - language: - default: &ref_3168 - name: GalleryImagesClientListByGalleryOptions - description: GalleryImagesClientListByGalleryOptions contains the optional parameters for the GalleryImagesClient.NewListByGalleryPager method. - go: *ref_3168 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryImagesClientListByGalleryOptions - language: - default: &ref_3169 - name: options - description: GalleryImagesClientListByGalleryOptions contains the optional parameters for the GalleryImagesClient.NewListByGalleryPager method. - go: *ref_3169 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByGallery - requestMethod: listByGalleryCreateRequest - responseMethod: listByGalleryHandleResponse - responseEnv: &ref_4062 - type: object - properties: - - &ref_3171 - schema: *ref_3167 - serializedName: GalleryImageList - language: - default: &ref_3170 - name: GalleryImageList - description: The List Gallery Images operation response. - byValue: true - embeddedType: true - go: *ref_3170 - protocol: {} - language: - default: &ref_3172 - name: GalleryImagesClientListByGalleryResponse - description: GalleryImagesClientListByGalleryResponse contains the response from method GalleryImagesClient.NewListByGalleryPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3171 - go: *ref_3172 - protocol: {} protocol: {} language: default: name: GalleryImages description: '' - go: - name: GalleryImages - description: '' - clientCtorName: NewGalleryImagesClient - clientName: GalleryImagesClient - clientParams: - - *ref_1336 protocol: {} - $key: GalleryImageVersions operations: @@ -96162,10 +65666,10 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3175 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2027 + schema: *ref_1885 implementation: Method required: true language: @@ -96173,14 +65677,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3176 + - &ref_2028 schema: *ref_8 implementation: Method required: true @@ -96189,14 +65689,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3177 + - &ref_2029 schema: *ref_8 implementation: Method required: true @@ -96205,14 +65701,10 @@ operationGroups: name: galleryImageName description: The name of the gallery image definition in which the Image Version is to be created. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition in which the Image Version is to be created. - serializedName: galleryImageName protocol: http: in: path - - &ref_3178 + - &ref_2030 schema: *ref_8 implementation: Method required: true @@ -96223,16 +65715,10 @@ operationGroups: The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: |- - The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. - Format: .. - serializedName: galleryImageVersionName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -96241,17 +65727,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3174 + application/json: &ref_2026 parameters: - - &ref_3173 + - &ref_2025 schema: *ref_584 implementation: Method required: true @@ -96259,14 +65741,11 @@ operationGroups: default: name: galleryImageVersion description: Parameters supplied to the create or update gallery image version operation. - go: - name: galleryImageVersion - description: Parameters supplied to the create or update gallery image version operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -96275,22 +65754,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3173 + - *ref_2025 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName} @@ -96300,21 +65772,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3174 + - *ref_2026 signatureParameters: - - *ref_3175 - - *ref_3176 - - *ref_3177 - - *ref_3178 + - *ref_2027 + - *ref_2028 + - *ref_2029 + - *ref_2030 responses: - schema: *ref_584 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -96327,9 +65796,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -96342,9 +65808,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -96353,14 +65816,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -97352,84 +66812,15 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a gallery image version. - go: - name: CreateOrUpdate - description: |- - Create or update a gallery image version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3815 - schema: - type: object - language: - default: &ref_3179 - name: GalleryImageVersionsClientBeginCreateOrUpdateOptions - description: GalleryImageVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryImageVersionsClient.BeginCreateOrUpdate method. - go: *ref_3179 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3180 - name: string - description: '' - go: *ref_3180 - protocol: {} - language: - default: &ref_3181 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3181 - protocol: {} - required: false - serializedName: GalleryImageVersionsClientBeginCreateOrUpdateOptions - language: - default: &ref_3182 - name: options - description: GalleryImageVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryImageVersionsClient.BeginCreateOrUpdate method. - go: *ref_3182 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4063 - type: object - properties: - - &ref_3184 - schema: *ref_584 - serializedName: GalleryImageVersion - language: - default: &ref_3183 - name: GalleryImageVersion - description: Specifies information about the gallery image version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3183 - protocol: {} - language: - default: &ref_3185 - name: GalleryImageVersionsClientCreateOrUpdateResponse - description: GalleryImageVersionsClientCreateOrUpdateResponse contains the response from method GalleryImageVersionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3184 - go: *ref_3185 - protocol: {} protocol: {} - operationId: GalleryImageVersions_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3188 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2033 + schema: *ref_1885 implementation: Method required: true language: @@ -97437,14 +66828,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3189 + - &ref_2034 schema: *ref_8 implementation: Method required: true @@ -97453,14 +66840,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3190 + - &ref_2035 schema: *ref_8 implementation: Method required: true @@ -97469,14 +66852,10 @@ operationGroups: name: galleryImageName description: The name of the gallery image definition in which the Image Version is to be updated. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition in which the Image Version is to be updated. - serializedName: galleryImageName protocol: http: in: path - - &ref_3191 + - &ref_2036 schema: *ref_8 implementation: Method required: true @@ -97487,16 +66866,10 @@ operationGroups: The name of the gallery image version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: |- - The name of the gallery image version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. - Format: .. - serializedName: galleryImageVersionName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -97505,32 +66878,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3187 + application/json: &ref_2032 parameters: - - &ref_3186 - schema: *ref_974 + - &ref_2031 + schema: *ref_973 implementation: Method required: true language: default: name: galleryImageVersion description: Parameters supplied to the update gallery image version operation. - go: - name: galleryImageVersion - description: Parameters supplied to the update gallery image version operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -97539,22 +66905,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3186 + - *ref_2031 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName} @@ -97564,21 +66923,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3187 + - *ref_2032 signatureParameters: - - *ref_3188 - - *ref_3189 - - *ref_3190 - - *ref_3191 + - *ref_2033 + - *ref_2034 + - *ref_2035 + - *ref_2036 responses: - schema: *ref_584 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -97587,14 +66943,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -97717,84 +67070,15 @@ operationGroups: default: name: Update description: Update a gallery image version. - go: - name: Update - description: |- - Update a gallery image version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3816 - schema: - type: object - language: - default: &ref_3192 - name: GalleryImageVersionsClientBeginUpdateOptions - description: GalleryImageVersionsClientBeginUpdateOptions contains the optional parameters for the GalleryImageVersionsClient.BeginUpdate method. - go: *ref_3192 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3193 - name: string - description: '' - go: *ref_3193 - protocol: {} - language: - default: &ref_3194 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3194 - protocol: {} - required: false - serializedName: GalleryImageVersionsClientBeginUpdateOptions - language: - default: &ref_3195 - name: options - description: GalleryImageVersionsClientBeginUpdateOptions contains the optional parameters for the GalleryImageVersionsClient.BeginUpdate method. - go: *ref_3195 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4064 - type: object - properties: - - &ref_3197 - schema: *ref_584 - serializedName: GalleryImageVersion - language: - default: &ref_3196 - name: GalleryImageVersion - description: Specifies information about the gallery image version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3196 - protocol: {} - language: - default: &ref_3198 - name: GalleryImageVersionsClientUpdateResponse - description: GalleryImageVersionsClientUpdateResponse contains the response from method GalleryImageVersionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3197 - go: *ref_3198 - protocol: {} protocol: {} - operationId: GalleryImageVersions_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3203 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2038 + schema: *ref_1885 implementation: Method required: true language: @@ -97802,14 +67086,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3204 + - &ref_2039 schema: *ref_8 implementation: Method required: true @@ -97818,14 +67098,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3205 + - &ref_2040 schema: *ref_8 implementation: Method required: true @@ -97834,14 +67110,10 @@ operationGroups: name: galleryImageName description: The name of the gallery image definition in which the Image Version resides. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition in which the Image Version resides. - serializedName: galleryImageName protocol: http: in: path - - &ref_3206 + - &ref_2041 schema: *ref_8 implementation: Method required: true @@ -97850,48 +67122,21 @@ operationGroups: name: galleryImageVersionName description: The name of the gallery image version to be retrieved. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: The name of the gallery image version to be retrieved. - serializedName: galleryImageVersionName protocol: http: in: path - - &ref_3201 - schema: *ref_3199 + - &ref_2042 + schema: *ref_2037 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_3207 - schema: - type: object - language: - default: &ref_3200 - name: GalleryImageVersionsClientGetOptions - description: GalleryImageVersionsClientGetOptions contains the optional parameters for the GalleryImageVersionsClient.Get method. - go: *ref_3200 - protocol: {} - originalParameter: - - *ref_3201 - required: false - serializedName: GalleryImageVersionsClientGetOptions - language: - default: &ref_3202 - name: options - description: GalleryImageVersionsClientGetOptions contains the optional parameters for the GalleryImageVersionsClient.Get method. - go: *ref_3202 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -97900,16 +67145,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -97918,10 +67159,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -97930,29 +67167,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName} method: get uri: '{$host}' signatureParameters: - - *ref_3203 - - *ref_3204 - - *ref_3205 - - *ref_3206 - - *ref_3201 + - *ref_2038 + - *ref_2039 + - *ref_2040 + - *ref_2041 + - *ref_2042 responses: - schema: *ref_584 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -97961,14 +67192,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -98172,51 +67400,15 @@ operationGroups: default: name: Get description: Retrieves information about a gallery image version. - go: - name: Get - description: |- - Retrieves information about a gallery image version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: *ref_3207 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4065 - type: object - properties: - - &ref_3209 - schema: *ref_584 - serializedName: GalleryImageVersion - language: - default: &ref_3208 - name: GalleryImageVersion - description: Specifies information about the gallery image version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3208 - protocol: {} - language: - default: &ref_3210 - name: GalleryImageVersionsClientGetResponse - description: GalleryImageVersionsClientGetResponse contains the response from method GalleryImageVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3209 - go: *ref_3210 - protocol: {} protocol: {} - operationId: GalleryImageVersions_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3211 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2043 + schema: *ref_1885 implementation: Method required: true language: @@ -98224,14 +67416,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3212 + - &ref_2044 schema: *ref_8 implementation: Method required: true @@ -98240,14 +67428,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3213 + - &ref_2045 schema: *ref_8 implementation: Method required: true @@ -98256,14 +67440,10 @@ operationGroups: name: galleryImageName description: The name of the gallery image definition in which the Image Version resides. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition in which the Image Version resides. - serializedName: galleryImageName protocol: http: in: path - - &ref_3214 + - &ref_2046 schema: *ref_8 implementation: Method required: true @@ -98272,14 +67452,10 @@ operationGroups: name: galleryImageVersionName description: The name of the gallery image version to be deleted. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: The name of the gallery image version to be deleted. - serializedName: galleryImageVersionName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -98288,16 +67464,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -98306,10 +67478,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -98318,27 +67486,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName} method: delete uri: '{$host}' signatureParameters: - - *ref_3211 - - *ref_3212 - - *ref_3213 - - *ref_3214 + - *ref_2043 + - *ref_2044 + - *ref_2045 + - *ref_2046 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -98347,9 +67509,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -98358,22 +67517,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -98401,70 +67554,15 @@ operationGroups: default: name: Delete description: Delete a gallery image version. - go: - name: Delete - description: |- - Delete a gallery image version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3817 - schema: - type: object - language: - default: &ref_3215 - name: GalleryImageVersionsClientBeginDeleteOptions - description: GalleryImageVersionsClientBeginDeleteOptions contains the optional parameters for the GalleryImageVersionsClient.BeginDelete method. - go: *ref_3215 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3216 - name: string - description: '' - go: *ref_3216 - protocol: {} - language: - default: &ref_3217 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3217 - protocol: {} - required: false - serializedName: GalleryImageVersionsClientBeginDeleteOptions - language: - default: &ref_3218 - name: options - description: GalleryImageVersionsClientBeginDeleteOptions contains the optional parameters for the GalleryImageVersionsClient.BeginDelete method. - go: *ref_3218 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4066 - type: object - language: - default: &ref_3219 - name: GalleryImageVersionsClientDeleteResponse - description: GalleryImageVersionsClientDeleteResponse contains the response from method GalleryImageVersionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3219 - protocol: {} protocol: {} - operationId: GalleryImageVersions_ListByGalleryImage apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3220 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2047 + schema: *ref_1885 implementation: Method required: true language: @@ -98472,14 +67570,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3221 + - &ref_2048 schema: *ref_8 implementation: Method required: true @@ -98488,14 +67582,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3222 + - &ref_2049 schema: *ref_8 implementation: Method required: true @@ -98504,14 +67594,10 @@ operationGroups: name: galleryImageName description: The name of the Shared Image Gallery Image Definition from which the Image Versions are to be listed. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the Shared Image Gallery Image Definition from which the Image Versions are to be listed. - serializedName: galleryImageName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -98520,16 +67606,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -98538,10 +67620,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -98550,27 +67628,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions method: get uri: '{$host}' signatureParameters: - - *ref_3220 - - *ref_3221 - - *ref_3222 + - *ref_2047 + - *ref_2048 + - *ref_2049 responses: - - schema: *ref_3223 + - schema: *ref_2050 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -98579,14 +67651,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -98651,71 +67720,11 @@ operationGroups: description: List gallery image versions in a gallery image definition. paging: nextLinkName: nextLink - go: - name: ListByGalleryImage - description: List gallery image versions in a gallery image definition. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3818 - schema: - type: object - language: - default: &ref_3224 - name: GalleryImageVersionsClientListByGalleryImageOptions - description: GalleryImageVersionsClientListByGalleryImageOptions contains the optional parameters for the GalleryImageVersionsClient.NewListByGalleryImagePager method. - go: *ref_3224 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryImageVersionsClientListByGalleryImageOptions - language: - default: &ref_3225 - name: options - description: GalleryImageVersionsClientListByGalleryImageOptions contains the optional parameters for the GalleryImageVersionsClient.NewListByGalleryImagePager method. - go: *ref_3225 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByGalleryImage - requestMethod: listByGalleryImageCreateRequest - responseMethod: listByGalleryImageHandleResponse - responseEnv: &ref_4067 - type: object - properties: - - &ref_3227 - schema: *ref_3223 - serializedName: GalleryImageVersionList - language: - default: &ref_3226 - name: GalleryImageVersionList - description: The List Gallery Image version operation response. - byValue: true - embeddedType: true - go: *ref_3226 - protocol: {} - language: - default: &ref_3228 - name: GalleryImageVersionsClientListByGalleryImageResponse - description: GalleryImageVersionsClientListByGalleryImageResponse contains the response from method GalleryImageVersionsClient.NewListByGalleryImagePager. - marshallingFormat: json - responseType: true - resultProp: *ref_3227 - go: *ref_3228 - protocol: {} protocol: {} language: default: name: GalleryImageVersions description: '' - go: - name: GalleryImageVersions - description: '' - clientCtorName: NewGalleryImageVersionsClient - clientName: GalleryImageVersionsClient - clientParams: - - *ref_1336 protocol: {} - $key: GalleryApplications operations: @@ -98723,10 +67732,10 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3231 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2053 + schema: *ref_1885 implementation: Method required: true language: @@ -98734,14 +67743,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3232 + - &ref_2054 schema: *ref_8 implementation: Method required: true @@ -98750,14 +67755,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition is to be created. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition is to be created. - serializedName: galleryName protocol: http: in: path - - &ref_3233 + - &ref_2055 schema: *ref_8 implementation: Method required: true @@ -98766,16 +67767,10 @@ operationGroups: name: galleryApplicationName description: The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: |- - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 - characters. - serializedName: galleryApplicationName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -98784,17 +67779,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3230 + application/json: &ref_2052 parameters: - - &ref_3229 + - &ref_2051 schema: *ref_585 implementation: Method required: true @@ -98802,14 +67793,11 @@ operationGroups: default: name: galleryApplication description: Parameters supplied to the create or update gallery Application operation. - go: - name: galleryApplication - description: Parameters supplied to the create or update gallery Application operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -98818,22 +67806,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3229 + - *ref_2051 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName} @@ -98843,20 +67824,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3230 + - *ref_2052 signatureParameters: - - *ref_3231 - - *ref_3232 - - *ref_3233 + - *ref_2053 + - *ref_2054 + - *ref_2055 responses: - schema: *ref_585 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -98869,9 +67847,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -98884,9 +67859,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -98895,14 +67867,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -98970,84 +67939,15 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a gallery Application Definition. - go: - name: CreateOrUpdate - description: |- - Create or update a gallery Application Definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3819 - schema: - type: object - language: - default: &ref_3234 - name: GalleryApplicationsClientBeginCreateOrUpdateOptions - description: GalleryApplicationsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryApplicationsClient.BeginCreateOrUpdate method. - go: *ref_3234 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3235 - name: string - description: '' - go: *ref_3235 - protocol: {} - language: - default: &ref_3236 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3236 - protocol: {} - required: false - serializedName: GalleryApplicationsClientBeginCreateOrUpdateOptions - language: - default: &ref_3237 - name: options - description: GalleryApplicationsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryApplicationsClient.BeginCreateOrUpdate method. - go: *ref_3237 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4068 - type: object - properties: - - &ref_3239 - schema: *ref_585 - serializedName: GalleryApplication - language: - default: &ref_3238 - name: GalleryApplication - description: Specifies information about the gallery Application Definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3238 - protocol: {} - language: - default: &ref_3240 - name: GalleryApplicationsClientCreateOrUpdateResponse - description: GalleryApplicationsClientCreateOrUpdateResponse contains the response from method GalleryApplicationsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3239 - go: *ref_3240 - protocol: {} protocol: {} - operationId: GalleryApplications_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3243 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2058 + schema: *ref_1885 implementation: Method required: true language: @@ -99055,14 +67955,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3244 + - &ref_2059 schema: *ref_8 implementation: Method required: true @@ -99071,14 +67967,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition is to be updated. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition is to be updated. - serializedName: galleryName protocol: http: in: path - - &ref_3245 + - &ref_2060 schema: *ref_8 implementation: Method required: true @@ -99087,16 +67979,10 @@ operationGroups: name: galleryApplicationName description: The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: |- - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 - characters. - serializedName: galleryApplicationName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -99105,32 +67991,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3242 + application/json: &ref_2057 parameters: - - &ref_3241 - schema: *ref_975 + - &ref_2056 + schema: *ref_974 implementation: Method required: true language: default: name: galleryApplication description: Parameters supplied to the update gallery Application operation. - go: - name: galleryApplication - description: Parameters supplied to the update gallery Application operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -99139,22 +68018,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3241 + - *ref_2056 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName} @@ -99164,20 +68036,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3242 + - *ref_2057 signatureParameters: - - *ref_3243 - - *ref_3244 - - *ref_3245 + - *ref_2058 + - *ref_2059 + - *ref_2060 responses: - schema: *ref_585 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -99186,14 +68055,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -99236,84 +68102,15 @@ operationGroups: default: name: Update description: Update a gallery Application Definition. - go: - name: Update - description: |- - Update a gallery Application Definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3820 - schema: - type: object - language: - default: &ref_3246 - name: GalleryApplicationsClientBeginUpdateOptions - description: GalleryApplicationsClientBeginUpdateOptions contains the optional parameters for the GalleryApplicationsClient.BeginUpdate method. - go: *ref_3246 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3247 - name: string - description: '' - go: *ref_3247 - protocol: {} - language: - default: &ref_3248 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3248 - protocol: {} - required: false - serializedName: GalleryApplicationsClientBeginUpdateOptions - language: - default: &ref_3249 - name: options - description: GalleryApplicationsClientBeginUpdateOptions contains the optional parameters for the GalleryApplicationsClient.BeginUpdate method. - go: *ref_3249 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4069 - type: object - properties: - - &ref_3251 - schema: *ref_585 - serializedName: GalleryApplication - language: - default: &ref_3250 - name: GalleryApplication - description: Specifies information about the gallery Application Definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3250 - protocol: {} - language: - default: &ref_3252 - name: GalleryApplicationsClientUpdateResponse - description: GalleryApplicationsClientUpdateResponse contains the response from method GalleryApplicationsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3251 - go: *ref_3252 - protocol: {} protocol: {} - operationId: GalleryApplications_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3253 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2061 + schema: *ref_1885 implementation: Method required: true language: @@ -99321,14 +68118,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3254 + - &ref_2062 schema: *ref_8 implementation: Method required: true @@ -99337,14 +68130,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery from which the Application Definitions are to be retrieved. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery from which the Application Definitions are to be retrieved. - serializedName: galleryName protocol: http: in: path - - &ref_3255 + - &ref_2063 schema: *ref_8 implementation: Method required: true @@ -99353,14 +68142,10 @@ operationGroups: name: galleryApplicationName description: The name of the gallery Application Definition to be retrieved. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition to be retrieved. - serializedName: galleryApplicationName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -99369,16 +68154,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -99387,10 +68168,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -99399,27 +68176,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName} method: get uri: '{$host}' signatureParameters: - - *ref_3253 - - *ref_3254 - - *ref_3255 + - *ref_2061 + - *ref_2062 + - *ref_2063 responses: - schema: *ref_585 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -99428,14 +68199,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -99468,68 +68236,15 @@ operationGroups: default: name: Get description: Retrieves information about a gallery Application Definition. - go: - name: Get - description: |- - Retrieves information about a gallery Application Definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3821 - schema: - type: object - language: - default: &ref_3256 - name: GalleryApplicationsClientGetOptions - description: GalleryApplicationsClientGetOptions contains the optional parameters for the GalleryApplicationsClient.Get method. - go: *ref_3256 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryApplicationsClientGetOptions - language: - default: &ref_3257 - name: options - description: GalleryApplicationsClientGetOptions contains the optional parameters for the GalleryApplicationsClient.Get method. - go: *ref_3257 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4070 - type: object - properties: - - &ref_3259 - schema: *ref_585 - serializedName: GalleryApplication - language: - default: &ref_3258 - name: GalleryApplication - description: Specifies information about the gallery Application Definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3258 - protocol: {} - language: - default: &ref_3260 - name: GalleryApplicationsClientGetResponse - description: GalleryApplicationsClientGetResponse contains the response from method GalleryApplicationsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3259 - go: *ref_3260 - protocol: {} protocol: {} - operationId: GalleryApplications_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3261 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2064 + schema: *ref_1885 implementation: Method required: true language: @@ -99537,14 +68252,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3262 + - &ref_2065 schema: *ref_8 implementation: Method required: true @@ -99553,14 +68264,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition is to be deleted. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition is to be deleted. - serializedName: galleryName protocol: http: in: path - - &ref_3263 + - &ref_2066 schema: *ref_8 implementation: Method required: true @@ -99569,14 +68276,10 @@ operationGroups: name: galleryApplicationName description: The name of the gallery Application Definition to be deleted. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition to be deleted. - serializedName: galleryApplicationName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -99585,16 +68288,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -99603,10 +68302,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -99615,26 +68310,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName} method: delete uri: '{$host}' signatureParameters: - - *ref_3261 - - *ref_3262 - - *ref_3263 + - *ref_2064 + - *ref_2065 + - *ref_2066 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -99643,9 +68332,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -99654,22 +68340,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -99696,70 +68376,15 @@ operationGroups: default: name: Delete description: Delete a gallery Application. - go: - name: Delete - description: |- - Delete a gallery Application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3822 - schema: - type: object - language: - default: &ref_3264 - name: GalleryApplicationsClientBeginDeleteOptions - description: GalleryApplicationsClientBeginDeleteOptions contains the optional parameters for the GalleryApplicationsClient.BeginDelete method. - go: *ref_3264 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3265 - name: string - description: '' - go: *ref_3265 - protocol: {} - language: - default: &ref_3266 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3266 - protocol: {} - required: false - serializedName: GalleryApplicationsClientBeginDeleteOptions - language: - default: &ref_3267 - name: options - description: GalleryApplicationsClientBeginDeleteOptions contains the optional parameters for the GalleryApplicationsClient.BeginDelete method. - go: *ref_3267 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4071 - type: object - language: - default: &ref_3268 - name: GalleryApplicationsClientDeleteResponse - description: GalleryApplicationsClientDeleteResponse contains the response from method GalleryApplicationsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3268 - protocol: {} protocol: {} - operationId: GalleryApplications_ListByGallery apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3269 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2067 + schema: *ref_1885 implementation: Method required: true language: @@ -99767,14 +68392,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3270 + - &ref_2068 schema: *ref_8 implementation: Method required: true @@ -99783,14 +68404,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery from which Application Definitions are to be listed. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery from which Application Definitions are to be listed. - serializedName: galleryName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -99799,16 +68416,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -99817,10 +68430,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -99829,26 +68438,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications method: get uri: '{$host}' signatureParameters: - - *ref_3269 - - *ref_3270 + - *ref_2067 + - *ref_2068 responses: - - schema: *ref_3271 + - schema: *ref_2069 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -99857,14 +68460,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -99903,71 +68503,11 @@ operationGroups: description: List gallery Application Definitions in a gallery. paging: nextLinkName: nextLink - go: - name: ListByGallery - description: List gallery Application Definitions in a gallery. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3823 - schema: - type: object - language: - default: &ref_3272 - name: GalleryApplicationsClientListByGalleryOptions - description: GalleryApplicationsClientListByGalleryOptions contains the optional parameters for the GalleryApplicationsClient.NewListByGalleryPager method. - go: *ref_3272 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryApplicationsClientListByGalleryOptions - language: - default: &ref_3273 - name: options - description: GalleryApplicationsClientListByGalleryOptions contains the optional parameters for the GalleryApplicationsClient.NewListByGalleryPager method. - go: *ref_3273 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByGallery - requestMethod: listByGalleryCreateRequest - responseMethod: listByGalleryHandleResponse - responseEnv: &ref_4072 - type: object - properties: - - &ref_3275 - schema: *ref_3271 - serializedName: GalleryApplicationList - language: - default: &ref_3274 - name: GalleryApplicationList - description: The List Gallery Applications operation response. - byValue: true - embeddedType: true - go: *ref_3274 - protocol: {} - language: - default: &ref_3276 - name: GalleryApplicationsClientListByGalleryResponse - description: GalleryApplicationsClientListByGalleryResponse contains the response from method GalleryApplicationsClient.NewListByGalleryPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3275 - go: *ref_3276 - protocol: {} protocol: {} language: default: name: GalleryApplications description: '' - go: - name: GalleryApplications - description: '' - clientCtorName: NewGalleryApplicationsClient - clientName: GalleryApplicationsClient - clientParams: - - *ref_1336 protocol: {} - $key: GalleryApplicationVersions operations: @@ -99975,10 +68515,10 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3279 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2072 + schema: *ref_1885 implementation: Method required: true language: @@ -99986,14 +68526,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3280 + - &ref_2073 schema: *ref_8 implementation: Method required: true @@ -100002,14 +68538,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3281 + - &ref_2074 schema: *ref_8 implementation: Method required: true @@ -100018,14 +68550,10 @@ operationGroups: name: galleryApplicationName description: The name of the gallery Application Definition in which the Application Version is to be created. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition in which the Application Version is to be created. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_3282 + - &ref_2075 schema: *ref_8 implementation: Method required: true @@ -100036,16 +68564,10 @@ operationGroups: The name of the gallery Application Version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryApplicationVersionName - go: - name: galleryApplicationVersionName - description: |- - The name of the gallery Application Version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit - integer. Format: .. - serializedName: galleryApplicationVersionName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -100054,17 +68576,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3278 + application/json: &ref_2071 parameters: - - &ref_3277 + - &ref_2070 schema: *ref_586 implementation: Method required: true @@ -100072,14 +68590,11 @@ operationGroups: default: name: galleryApplicationVersion description: Parameters supplied to the create or update gallery Application Version operation. - go: - name: galleryApplicationVersion - description: Parameters supplied to the create or update gallery Application Version operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -100088,22 +68603,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3277 + - *ref_2070 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName} @@ -100113,21 +68621,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3278 + - *ref_2071 signatureParameters: - - *ref_3279 - - *ref_3280 - - *ref_3281 - - *ref_3282 + - *ref_2072 + - *ref_2073 + - *ref_2074 + - *ref_2075 responses: - schema: *ref_586 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -100140,9 +68645,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -100155,9 +68657,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -100166,14 +68665,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -100286,84 +68782,15 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a gallery Application Version. - go: - name: CreateOrUpdate - description: |- - Create or update a gallery Application Version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: &ref_3824 - schema: - type: object - language: - default: &ref_3283 - name: GalleryApplicationVersionsClientBeginCreateOrUpdateOptions - description: GalleryApplicationVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginCreateOrUpdate method. - go: *ref_3283 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3284 - name: string - description: '' - go: *ref_3284 - protocol: {} - language: - default: &ref_3285 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3285 - protocol: {} - required: false - serializedName: GalleryApplicationVersionsClientBeginCreateOrUpdateOptions - language: - default: &ref_3286 - name: options - description: GalleryApplicationVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginCreateOrUpdate method. - go: *ref_3286 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4073 - type: object - properties: - - &ref_3288 - schema: *ref_586 - serializedName: GalleryApplicationVersion - language: - default: &ref_3287 - name: GalleryApplicationVersion - description: Specifies information about the gallery Application Version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3287 - protocol: {} - language: - default: &ref_3289 - name: GalleryApplicationVersionsClientCreateOrUpdateResponse - description: GalleryApplicationVersionsClientCreateOrUpdateResponse contains the response from method GalleryApplicationVersionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3288 - go: *ref_3289 - protocol: {} protocol: {} - operationId: GalleryApplicationVersions_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3292 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2078 + schema: *ref_1885 implementation: Method required: true language: @@ -100371,14 +68798,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3293 + - &ref_2079 schema: *ref_8 implementation: Method required: true @@ -100387,14 +68810,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3294 + - &ref_2080 schema: *ref_8 implementation: Method required: true @@ -100403,14 +68822,10 @@ operationGroups: name: galleryApplicationName description: The name of the gallery Application Definition in which the Application Version is to be updated. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition in which the Application Version is to be updated. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_3295 + - &ref_2081 schema: *ref_8 implementation: Method required: true @@ -100421,16 +68836,10 @@ operationGroups: The name of the gallery Application Version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryApplicationVersionName - go: - name: galleryApplicationVersionName - description: |- - The name of the gallery Application Version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit - integer. Format: .. - serializedName: galleryApplicationVersionName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -100439,32 +68848,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3291 + application/json: &ref_2077 parameters: - - &ref_3290 - schema: *ref_976 + - &ref_2076 + schema: *ref_975 implementation: Method required: true language: default: name: galleryApplicationVersion description: Parameters supplied to the update gallery Application Version operation. - go: - name: galleryApplicationVersion - description: Parameters supplied to the update gallery Application Version operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -100473,22 +68875,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3290 + - *ref_2076 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName} @@ -100498,21 +68893,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3291 + - *ref_2077 signatureParameters: - - *ref_3292 - - *ref_3293 - - *ref_3294 - - *ref_3295 + - *ref_2078 + - *ref_2079 + - *ref_2080 + - *ref_2081 responses: - schema: *ref_586 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -100521,14 +68913,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -100592,84 +68981,15 @@ operationGroups: default: name: Update description: Update a gallery Application Version. - go: - name: Update - description: |- - Update a gallery Application Version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: &ref_3825 - schema: - type: object - language: - default: &ref_3296 - name: GalleryApplicationVersionsClientBeginUpdateOptions - description: GalleryApplicationVersionsClientBeginUpdateOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginUpdate method. - go: *ref_3296 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3297 - name: string - description: '' - go: *ref_3297 - protocol: {} - language: - default: &ref_3298 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3298 - protocol: {} - required: false - serializedName: GalleryApplicationVersionsClientBeginUpdateOptions - language: - default: &ref_3299 - name: options - description: GalleryApplicationVersionsClientBeginUpdateOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginUpdate method. - go: *ref_3299 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4074 - type: object - properties: - - &ref_3301 - schema: *ref_586 - serializedName: GalleryApplicationVersion - language: - default: &ref_3300 - name: GalleryApplicationVersion - description: Specifies information about the gallery Application Version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3300 - protocol: {} - language: - default: &ref_3302 - name: GalleryApplicationVersionsClientUpdateResponse - description: GalleryApplicationVersionsClientUpdateResponse contains the response from method GalleryApplicationVersionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3301 - go: *ref_3302 - protocol: {} protocol: {} - operationId: GalleryApplicationVersions_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3306 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2082 + schema: *ref_1885 implementation: Method required: true language: @@ -100677,14 +68997,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3307 + - &ref_2083 schema: *ref_8 implementation: Method required: true @@ -100693,14 +69009,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3308 + - &ref_2084 schema: *ref_8 implementation: Method required: true @@ -100709,14 +69021,10 @@ operationGroups: name: galleryApplicationName description: The name of the gallery Application Definition in which the Application Version resides. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition in which the Application Version resides. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_3309 + - &ref_2085 schema: *ref_8 implementation: Method required: true @@ -100725,48 +69033,21 @@ operationGroups: name: galleryApplicationVersionName description: The name of the gallery Application Version to be retrieved. serializedName: galleryApplicationVersionName - go: - name: galleryApplicationVersionName - description: The name of the gallery Application Version to be retrieved. - serializedName: galleryApplicationVersionName protocol: http: in: path - - &ref_3304 - schema: *ref_3199 + - &ref_2086 + schema: *ref_2037 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_3310 - schema: - type: object - language: - default: &ref_3303 - name: GalleryApplicationVersionsClientGetOptions - description: GalleryApplicationVersionsClientGetOptions contains the optional parameters for the GalleryApplicationVersionsClient.Get method. - go: *ref_3303 - protocol: {} - originalParameter: - - *ref_3304 - required: false - serializedName: GalleryApplicationVersionsClientGetOptions - language: - default: &ref_3305 - name: options - description: GalleryApplicationVersionsClientGetOptions contains the optional parameters for the GalleryApplicationVersionsClient.Get method. - go: *ref_3305 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -100775,16 +69056,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -100793,10 +69070,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -100805,29 +69078,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName} method: get uri: '{$host}' signatureParameters: - - *ref_3306 - - *ref_3307 - - *ref_3308 - - *ref_3309 - - *ref_3304 + - *ref_2082 + - *ref_2083 + - *ref_2084 + - *ref_2085 + - *ref_2086 responses: - schema: *ref_586 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -100836,14 +69103,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -100931,51 +69195,15 @@ operationGroups: default: name: Get description: Retrieves information about a gallery Application Version. - go: - name: Get - description: |- - Retrieves information about a gallery Application Version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: *ref_3310 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4075 - type: object - properties: - - &ref_3312 - schema: *ref_586 - serializedName: GalleryApplicationVersion - language: - default: &ref_3311 - name: GalleryApplicationVersion - description: Specifies information about the gallery Application Version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3311 - protocol: {} - language: - default: &ref_3313 - name: GalleryApplicationVersionsClientGetResponse - description: GalleryApplicationVersionsClientGetResponse contains the response from method GalleryApplicationVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3312 - go: *ref_3313 - protocol: {} protocol: {} - operationId: GalleryApplicationVersions_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3314 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2087 + schema: *ref_1885 implementation: Method required: true language: @@ -100983,14 +69211,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3315 + - &ref_2088 schema: *ref_8 implementation: Method required: true @@ -100999,14 +69223,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3316 + - &ref_2089 schema: *ref_8 implementation: Method required: true @@ -101015,14 +69235,10 @@ operationGroups: name: galleryApplicationName description: The name of the gallery Application Definition in which the Application Version resides. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition in which the Application Version resides. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_3317 + - &ref_2090 schema: *ref_8 implementation: Method required: true @@ -101031,14 +69247,10 @@ operationGroups: name: galleryApplicationVersionName description: The name of the gallery Application Version to be deleted. serializedName: galleryApplicationVersionName - go: - name: galleryApplicationVersionName - description: The name of the gallery Application Version to be deleted. - serializedName: galleryApplicationVersionName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -101047,16 +69259,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -101065,10 +69273,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -101077,27 +69281,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName} method: delete uri: '{$host}' signatureParameters: - - *ref_3314 - - *ref_3315 - - *ref_3316 - - *ref_3317 + - *ref_2087 + - *ref_2088 + - *ref_2089 + - *ref_2090 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -101106,9 +69304,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -101117,22 +69312,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -101160,70 +69349,15 @@ operationGroups: default: name: Delete description: Delete a gallery Application Version. - go: - name: Delete - description: |- - Delete a gallery Application Version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: &ref_3826 - schema: - type: object - language: - default: &ref_3318 - name: GalleryApplicationVersionsClientBeginDeleteOptions - description: GalleryApplicationVersionsClientBeginDeleteOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginDelete method. - go: *ref_3318 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3319 - name: string - description: '' - go: *ref_3319 - protocol: {} - language: - default: &ref_3320 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3320 - protocol: {} - required: false - serializedName: GalleryApplicationVersionsClientBeginDeleteOptions - language: - default: &ref_3321 - name: options - description: GalleryApplicationVersionsClientBeginDeleteOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginDelete method. - go: *ref_3321 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4076 - type: object - language: - default: &ref_3322 - name: GalleryApplicationVersionsClientDeleteResponse - description: GalleryApplicationVersionsClientDeleteResponse contains the response from method GalleryApplicationVersionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3322 - protocol: {} protocol: {} - operationId: GalleryApplicationVersions_ListByGalleryApplication apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3323 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2091 + schema: *ref_1885 implementation: Method required: true language: @@ -101231,14 +69365,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3324 + - &ref_2092 schema: *ref_8 implementation: Method required: true @@ -101247,14 +69377,10 @@ operationGroups: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3325 + - &ref_2093 schema: *ref_8 implementation: Method required: true @@ -101263,14 +69389,10 @@ operationGroups: name: galleryApplicationName description: The name of the Shared Application Gallery Application Definition from which the Application Versions are to be listed. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the Shared Application Gallery Application Definition from which the Application Versions are to be listed. - serializedName: galleryApplicationName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -101279,16 +69401,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -101297,10 +69415,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -101309,27 +69423,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions method: get uri: '{$host}' signatureParameters: - - *ref_3323 - - *ref_3324 - - *ref_3325 + - *ref_2091 + - *ref_2092 + - *ref_2093 responses: - - schema: *ref_3326 + - schema: *ref_2094 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -101338,14 +69446,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -101399,71 +69504,11 @@ operationGroups: description: List gallery Application Versions in a gallery Application Definition. paging: nextLinkName: nextLink - go: - name: ListByGalleryApplication - description: List gallery Application Versions in a gallery Application Definition. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: &ref_3827 - schema: - type: object - language: - default: &ref_3327 - name: GalleryApplicationVersionsClientListByGalleryApplicationOptions - description: GalleryApplicationVersionsClientListByGalleryApplicationOptions contains the optional parameters for the GalleryApplicationVersionsClient.NewListByGalleryApplicationPager method. - go: *ref_3327 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryApplicationVersionsClientListByGalleryApplicationOptions - language: - default: &ref_3328 - name: options - description: GalleryApplicationVersionsClientListByGalleryApplicationOptions contains the optional parameters for the GalleryApplicationVersionsClient.NewListByGalleryApplicationPager method. - go: *ref_3328 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByGalleryApplication - requestMethod: listByGalleryApplicationCreateRequest - responseMethod: listByGalleryApplicationHandleResponse - responseEnv: &ref_4077 - type: object - properties: - - &ref_3330 - schema: *ref_3326 - serializedName: GalleryApplicationVersionList - language: - default: &ref_3329 - name: GalleryApplicationVersionList - description: The List Gallery Application version operation response. - byValue: true - embeddedType: true - go: *ref_3329 - protocol: {} - language: - default: &ref_3331 - name: GalleryApplicationVersionsClientListByGalleryApplicationResponse - description: GalleryApplicationVersionsClientListByGalleryApplicationResponse contains the response from method GalleryApplicationVersionsClient.NewListByGalleryApplicationPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3330 - go: *ref_3331 - protocol: {} protocol: {} language: default: name: GalleryApplicationVersions description: '' - go: - name: GalleryApplicationVersions - description: '' - clientCtorName: NewGalleryApplicationVersionsClient - clientName: GalleryApplicationVersionsClient - clientParams: - - *ref_1336 protocol: {} - $key: GallerySharingProfile operations: @@ -101471,10 +69516,10 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3335 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2098 + schema: *ref_1885 implementation: Method required: true language: @@ -101482,14 +69527,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3336 + - &ref_2099 schema: *ref_8 implementation: Method required: true @@ -101498,14 +69539,10 @@ operationGroups: name: galleryName description: The name of the Shared Image Gallery. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery. - serializedName: galleryName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -101514,32 +69551,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3334 + application/json: &ref_2097 parameters: - - &ref_3333 - schema: *ref_3332 + - &ref_2096 + schema: *ref_2095 implementation: Method required: true language: default: name: sharingUpdate description: Parameters supplied to the update gallery sharing profile. - go: - name: sharingUpdate - description: Parameters supplied to the update gallery sharing profile. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -101548,22 +69578,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3333 + - *ref_2096 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/share @@ -101573,19 +69596,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3334 + - *ref_2097 signatureParameters: - - *ref_3335 - - *ref_3336 + - *ref_2098 + - *ref_2099 responses: - - schema: *ref_3332 + - schema: *ref_2095 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -101593,14 +69613,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_3332 + - schema: *ref_2095 language: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -101609,14 +69626,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -101687,87 +69701,11 @@ operationGroups: default: name: Update description: Update sharing profile of a gallery. - go: - name: Update - description: |- - Update sharing profile of a gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GallerySharingProfileClient - openApiType: arm - optionalParamGroup: &ref_3828 - schema: - type: object - language: - default: &ref_3337 - name: GallerySharingProfileClientBeginUpdateOptions - description: GallerySharingProfileClientBeginUpdateOptions contains the optional parameters for the GallerySharingProfileClient.BeginUpdate method. - go: *ref_3337 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3338 - name: string - description: '' - go: *ref_3338 - protocol: {} - language: - default: &ref_3339 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3339 - protocol: {} - required: false - serializedName: GallerySharingProfileClientBeginUpdateOptions - language: - default: &ref_3340 - name: options - description: GallerySharingProfileClientBeginUpdateOptions contains the optional parameters for the GallerySharingProfileClient.BeginUpdate method. - go: *ref_3340 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4078 - type: object - properties: - - &ref_3342 - schema: *ref_3332 - serializedName: SharingUpdate - language: - default: &ref_3341 - name: SharingUpdate - description: Specifies information about the gallery sharing profile update. - byValue: true - embeddedType: true - go: *ref_3341 - protocol: {} - language: - default: &ref_3343 - name: GallerySharingProfileClientUpdateResponse - description: GallerySharingProfileClientUpdateResponse contains the response from method GallerySharingProfileClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3342 - go: *ref_3343 - protocol: {} protocol: {} language: default: name: GallerySharingProfile description: '' - go: - name: GallerySharingProfile - description: '' - clientCtorName: NewGallerySharingProfileClient - clientName: GallerySharingProfileClient - clientParams: - - *ref_1336 protocol: {} - $key: SharedGalleries operations: @@ -101775,9 +69713,9 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3348 + - *ref_1326 + - *ref_1330 + - &ref_2101 schema: *ref_8 implementation: Method required: true @@ -101786,14 +69724,10 @@ operationGroups: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -101802,50 +69736,23 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3346 - schema: *ref_3344 + - &ref_2102 + schema: *ref_2100 implementation: Method language: default: name: sharedTo description: The query parameter to decide what shared galleries to fetch when doing listing operations. serializedName: sharedTo - go: - name: SharedTo - description: The query parameter to decide what shared galleries to fetch when doing listing operations. - paramGroup: &ref_3350 - schema: - type: object - language: - default: &ref_3345 - name: SharedGalleriesClientListOptions - description: SharedGalleriesClientListOptions contains the optional parameters for the SharedGalleriesClient.NewListPager method. - go: *ref_3345 - protocol: {} - originalParameter: - - *ref_3346 - required: false - serializedName: SharedGalleriesClientListOptions - language: - default: &ref_3347 - name: options - description: SharedGalleriesClientListOptions contains the optional parameters for the SharedGalleriesClient.NewListPager method. - go: *ref_3347 - protocol: {} - serializedName: sharedTo protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -101854,10 +69761,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -101866,26 +69769,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries method: get uri: '{$host}' signatureParameters: - - *ref_3348 - - *ref_3346 + - *ref_2101 + - *ref_2102 responses: - - schema: *ref_3349 + - schema: *ref_2103 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -101894,14 +69791,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -101934,50 +69828,14 @@ operationGroups: description: List shared galleries by subscription id or tenant id. paging: nextLinkName: nextLink - go: - name: List - description: List shared galleries by subscription id or tenant id. - azureARM: true - clientName: SharedGalleriesClient - openApiType: arm - optionalParamGroup: *ref_3350 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4079 - type: object - properties: - - &ref_3352 - schema: *ref_3349 - serializedName: SharedGalleryList - language: - default: &ref_3351 - name: SharedGalleryList - description: The List Shared Galleries operation response. - byValue: true - embeddedType: true - go: *ref_3351 - protocol: {} - language: - default: &ref_3353 - name: SharedGalleriesClientListResponse - description: SharedGalleriesClientListResponse contains the response from method SharedGalleriesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3352 - go: *ref_3353 - protocol: {} protocol: {} - operationId: SharedGalleries_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3354 + - *ref_1326 + - *ref_1330 + - &ref_2104 schema: *ref_8 implementation: Method required: true @@ -101986,14 +69844,10 @@ operationGroups: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - &ref_3355 + - &ref_2105 schema: *ref_8 implementation: Method required: true @@ -102002,14 +69856,10 @@ operationGroups: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -102018,16 +69868,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102036,10 +69882,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102048,26 +69890,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName} method: get uri: '{$host}' signatureParameters: - - *ref_3354 - - *ref_3355 + - *ref_2104 + - *ref_2105 responses: - - schema: *ref_998 + - schema: *ref_997 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -102076,14 +69912,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102111,71 +69944,11 @@ operationGroups: default: name: Get description: Get a shared gallery by subscription id or tenant id. - go: - name: Get - description: |- - Get a shared gallery by subscription id or tenant id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedGalleriesClient - openApiType: arm - optionalParamGroup: &ref_3829 - schema: - type: object - language: - default: &ref_3356 - name: SharedGalleriesClientGetOptions - description: SharedGalleriesClientGetOptions contains the optional parameters for the SharedGalleriesClient.Get method. - go: *ref_3356 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedGalleriesClientGetOptions - language: - default: &ref_3357 - name: options - description: SharedGalleriesClientGetOptions contains the optional parameters for the SharedGalleriesClient.Get method. - go: *ref_3357 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4080 - type: object - properties: - - &ref_3359 - schema: *ref_998 - serializedName: SharedGallery - language: - default: &ref_3358 - name: SharedGallery - description: Specifies information about the Shared Gallery that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3358 - protocol: {} - language: - default: &ref_3360 - name: SharedGalleriesClientGetResponse - description: SharedGalleriesClientGetResponse contains the response from method SharedGalleriesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3359 - go: *ref_3360 - protocol: {} protocol: {} language: default: name: SharedGalleries description: '' - go: - name: SharedGalleries - description: '' - clientCtorName: NewSharedGalleriesClient - clientName: SharedGalleriesClient - clientParams: - - *ref_1336 protocol: {} - $key: SharedGalleryImages operations: @@ -102183,9 +69956,9 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3364 + - *ref_1326 + - *ref_1330 + - &ref_2106 schema: *ref_8 implementation: Method required: true @@ -102194,14 +69967,10 @@ operationGroups: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -102210,14 +69979,10 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3365 + - &ref_2107 schema: *ref_8 implementation: Method required: true @@ -102226,50 +69991,23 @@ operationGroups: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_3362 - schema: *ref_3344 + - &ref_2108 + schema: *ref_2100 implementation: Method language: default: name: sharedTo description: The query parameter to decide what shared galleries to fetch when doing listing operations. serializedName: sharedTo - go: - name: SharedTo - description: The query parameter to decide what shared galleries to fetch when doing listing operations. - paramGroup: &ref_3367 - schema: - type: object - language: - default: &ref_3361 - name: SharedGalleryImagesClientListOptions - description: SharedGalleryImagesClientListOptions contains the optional parameters for the SharedGalleryImagesClient.NewListPager method. - go: *ref_3361 - protocol: {} - originalParameter: - - *ref_3362 - required: false - serializedName: SharedGalleryImagesClientListOptions - language: - default: &ref_3363 - name: options - description: SharedGalleryImagesClientListOptions contains the optional parameters for the SharedGalleryImagesClient.NewListPager method. - go: *ref_3363 - protocol: {} - serializedName: sharedTo protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102278,10 +70016,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102290,27 +70024,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images method: get uri: '{$host}' signatureParameters: - - *ref_3364 - - *ref_3365 - - *ref_3362 + - *ref_2106 + - *ref_2107 + - *ref_2108 responses: - - schema: *ref_3366 + - schema: *ref_2109 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -102319,14 +70047,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102369,50 +70094,14 @@ operationGroups: description: List shared gallery images by subscription id or tenant id. paging: nextLinkName: nextLink - go: - name: List - description: List shared gallery images by subscription id or tenant id. - azureARM: true - clientName: SharedGalleryImagesClient - openApiType: arm - optionalParamGroup: *ref_3367 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4081 - type: object - properties: - - &ref_3369 - schema: *ref_3366 - serializedName: SharedGalleryImageList - language: - default: &ref_3368 - name: SharedGalleryImageList - description: The List Shared Gallery Images operation response. - byValue: true - embeddedType: true - go: *ref_3368 - protocol: {} - language: - default: &ref_3370 - name: SharedGalleryImagesClientListResponse - description: SharedGalleryImagesClientListResponse contains the response from method SharedGalleryImagesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3369 - go: *ref_3370 - protocol: {} protocol: {} - operationId: SharedGalleryImages_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3371 + - *ref_1326 + - *ref_1330 + - &ref_2110 schema: *ref_8 implementation: Method required: true @@ -102421,14 +70110,10 @@ operationGroups: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -102437,14 +70122,10 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3372 + - &ref_2111 schema: *ref_8 implementation: Method required: true @@ -102453,14 +70134,10 @@ operationGroups: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_3373 + - &ref_2112 schema: *ref_8 implementation: Method required: true @@ -102469,16 +70146,12 @@ operationGroups: name: galleryImageName description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. - serializedName: galleryImageName protocol: http: in: path requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102487,10 +70160,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102499,27 +70168,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName} method: get uri: '{$host}' signatureParameters: - - *ref_3371 - - *ref_3372 - - *ref_3373 + - *ref_2110 + - *ref_2111 + - *ref_2112 responses: - - schema: *ref_1000 + - schema: *ref_999 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -102528,14 +70191,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102572,71 +70232,11 @@ operationGroups: default: name: Get description: Get a shared gallery image by subscription id or tenant id. - go: - name: Get - description: |- - Get a shared gallery image by subscription id or tenant id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedGalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3830 - schema: - type: object - language: - default: &ref_3374 - name: SharedGalleryImagesClientGetOptions - description: SharedGalleryImagesClientGetOptions contains the optional parameters for the SharedGalleryImagesClient.Get method. - go: *ref_3374 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedGalleryImagesClientGetOptions - language: - default: &ref_3375 - name: options - description: SharedGalleryImagesClientGetOptions contains the optional parameters for the SharedGalleryImagesClient.Get method. - go: *ref_3375 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4082 - type: object - properties: - - &ref_3377 - schema: *ref_1000 - serializedName: SharedGalleryImage - language: - default: &ref_3376 - name: SharedGalleryImage - description: Specifies information about the gallery image definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3376 - protocol: {} - language: - default: &ref_3378 - name: SharedGalleryImagesClientGetResponse - description: SharedGalleryImagesClientGetResponse contains the response from method SharedGalleryImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3377 - go: *ref_3378 - protocol: {} protocol: {} language: default: name: SharedGalleryImages description: '' - go: - name: SharedGalleryImages - description: '' - clientCtorName: NewSharedGalleryImagesClient - clientName: SharedGalleryImagesClient - clientParams: - - *ref_1336 protocol: {} - $key: SharedGalleryImageVersions operations: @@ -102644,9 +70244,9 @@ operationGroups: apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3382 + - *ref_1326 + - *ref_1330 + - &ref_2113 schema: *ref_8 implementation: Method required: true @@ -102655,14 +70255,10 @@ operationGroups: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -102671,14 +70267,10 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3383 + - &ref_2114 schema: *ref_8 implementation: Method required: true @@ -102687,14 +70279,10 @@ operationGroups: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_3384 + - &ref_2115 schema: *ref_8 implementation: Method required: true @@ -102703,50 +70291,23 @@ operationGroups: name: galleryImageName description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. - serializedName: galleryImageName protocol: http: in: path - - &ref_3380 - schema: *ref_3344 + - &ref_2116 + schema: *ref_2100 implementation: Method language: default: name: sharedTo description: The query parameter to decide what shared galleries to fetch when doing listing operations. serializedName: sharedTo - go: - name: SharedTo - description: The query parameter to decide what shared galleries to fetch when doing listing operations. - paramGroup: &ref_3386 - schema: - type: object - language: - default: &ref_3379 - name: SharedGalleryImageVersionsClientListOptions - description: SharedGalleryImageVersionsClientListOptions contains the optional parameters for the SharedGalleryImageVersionsClient.NewListPager method. - go: *ref_3379 - protocol: {} - originalParameter: - - *ref_3380 - required: false - serializedName: SharedGalleryImageVersionsClientListOptions - language: - default: &ref_3381 - name: options - description: SharedGalleryImageVersionsClientListOptions contains the optional parameters for the SharedGalleryImageVersionsClient.NewListPager method. - go: *ref_3381 - protocol: {} - serializedName: sharedTo protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102755,10 +70316,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102767,28 +70324,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions method: get uri: '{$host}' signatureParameters: - - *ref_3382 - - *ref_3383 - - *ref_3384 - - *ref_3380 + - *ref_2113 + - *ref_2114 + - *ref_2115 + - *ref_2116 responses: - - schema: *ref_3385 + - schema: *ref_2117 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -102797,14 +70348,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102843,50 +70391,14 @@ operationGroups: description: List shared gallery image versions by subscription id or tenant id. paging: nextLinkName: nextLink - go: - name: List - description: List shared gallery image versions by subscription id or tenant id. - azureARM: true - clientName: SharedGalleryImageVersionsClient - openApiType: arm - optionalParamGroup: *ref_3386 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4083 - type: object - properties: - - &ref_3388 - schema: *ref_3385 - serializedName: SharedGalleryImageVersionList - language: - default: &ref_3387 - name: SharedGalleryImageVersionList - description: The List Shared Gallery Image versions operation response. - byValue: true - embeddedType: true - go: *ref_3387 - protocol: {} - language: - default: &ref_3389 - name: SharedGalleryImageVersionsClientListResponse - description: SharedGalleryImageVersionsClientListResponse contains the response from method SharedGalleryImageVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3388 - go: *ref_3389 - protocol: {} protocol: {} - operationId: SharedGalleryImageVersions_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3390 + - *ref_1326 + - *ref_1330 + - &ref_2118 schema: *ref_8 implementation: Method required: true @@ -102895,14 +70407,10 @@ operationGroups: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - schema: *ref_3073 + - schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -102911,14 +70419,10 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3391 + - &ref_2119 schema: *ref_8 implementation: Method required: true @@ -102927,14 +70431,10 @@ operationGroups: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_3392 + - &ref_2120 schema: *ref_8 implementation: Method required: true @@ -102943,14 +70443,10 @@ operationGroups: name: galleryImageName description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. - serializedName: galleryImageName protocol: http: in: path - - &ref_3393 + - &ref_2121 schema: *ref_8 implementation: Method required: true @@ -102961,18 +70457,12 @@ operationGroups: The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: |- - The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. - Format: .. - serializedName: galleryImageVersionName protocol: http: in: path requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102981,10 +70471,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102993,28 +70479,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName} method: get uri: '{$host}' signatureParameters: - - *ref_3390 - - *ref_3391 - - *ref_3392 - - *ref_3393 + - *ref_2118 + - *ref_2119 + - *ref_2120 + - *ref_2121 responses: - - schema: *ref_1007 + - schema: *ref_1006 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -103023,14 +70503,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -103063,71 +70540,11 @@ operationGroups: default: name: Get description: Get a shared gallery image version by subscription id or tenant id. - go: - name: Get - description: |- - Get a shared gallery image version by subscription id or tenant id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedGalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3831 - schema: - type: object - language: - default: &ref_3394 - name: SharedGalleryImageVersionsClientGetOptions - description: SharedGalleryImageVersionsClientGetOptions contains the optional parameters for the SharedGalleryImageVersionsClient.Get method. - go: *ref_3394 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedGalleryImageVersionsClientGetOptions - language: - default: &ref_3395 - name: options - description: SharedGalleryImageVersionsClientGetOptions contains the optional parameters for the SharedGalleryImageVersionsClient.Get method. - go: *ref_3395 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4084 - type: object - properties: - - &ref_3397 - schema: *ref_1007 - serializedName: SharedGalleryImageVersion - language: - default: &ref_3396 - name: SharedGalleryImageVersion - description: Specifies information about the gallery image version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3396 - protocol: {} - language: - default: &ref_3398 - name: SharedGalleryImageVersionsClientGetResponse - description: SharedGalleryImageVersionsClientGetResponse contains the response from method SharedGalleryImageVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3397 - go: *ref_3398 - protocol: {} protocol: {} language: default: name: SharedGalleryImageVersions description: '' - go: - name: SharedGalleryImageVersions - description: '' - clientCtorName: NewSharedGalleryImageVersionsClient - clientName: SharedGalleryImageVersionsClient - clientParams: - - *ref_1336 protocol: {} - $key: CloudServiceRoleInstances operations: @@ -103135,8 +70552,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3399 + - *ref_1326 + - &ref_2122 schema: *ref_3 implementation: Method required: true @@ -103145,14 +70562,10 @@ operationGroups: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3400 + - &ref_2123 schema: *ref_3 implementation: Method required: true @@ -103161,14 +70574,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3401 + - &ref_2124 schema: *ref_3 implementation: Method required: true @@ -103177,15 +70586,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -103194,16 +70599,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -103212,10 +70613,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -103224,26 +70621,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName} method: delete uri: '{$host}' signatureParameters: - - *ref_3399 - - *ref_3400 - - *ref_3401 + - *ref_2122 + - *ref_2123 + - *ref_2124 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -103252,9 +70643,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -103263,22 +70651,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -103305,68 +70687,13 @@ operationGroups: default: name: Delete description: Deletes a role instance from a cloud service. - go: - name: Delete - description: |- - Deletes a role instance from a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3832 - schema: - type: object - language: - default: &ref_3402 - name: CloudServiceRoleInstancesClientBeginDeleteOptions - description: CloudServiceRoleInstancesClientBeginDeleteOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginDelete method. - go: *ref_3402 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3403 - name: string - description: '' - go: *ref_3403 - protocol: {} - language: - default: &ref_3404 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3404 - protocol: {} - required: false - serializedName: CloudServiceRoleInstancesClientBeginDeleteOptions - language: - default: &ref_3405 - name: options - description: CloudServiceRoleInstancesClientBeginDeleteOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginDelete method. - go: *ref_3405 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4085 - type: object - language: - default: &ref_3406 - name: CloudServiceRoleInstancesClientDeleteResponse - description: CloudServiceRoleInstancesClientDeleteResponse contains the response from method CloudServiceRoleInstancesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3406 - protocol: {} protocol: {} - operationId: CloudServiceRoleInstances_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3410 + - *ref_1326 + - &ref_2125 schema: *ref_3 implementation: Method required: true @@ -103375,14 +70702,10 @@ operationGroups: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3411 + - &ref_2126 schema: *ref_3 implementation: Method required: true @@ -103391,14 +70714,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3412 + - &ref_2127 schema: *ref_3 implementation: Method required: true @@ -103407,15 +70726,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -103424,50 +70739,23 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3408 - schema: *ref_1457 + - &ref_2128 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply to the operation. 'UserData' is not supported for cloud services. serializedName: $expand - go: - name: Expand - description: The expand expression to apply to the operation. 'UserData' is not supported for cloud services. - paramGroup: &ref_3413 - schema: - type: object - language: - default: &ref_3407 - name: CloudServiceRoleInstancesClientGetOptions - description: CloudServiceRoleInstancesClientGetOptions contains the optional parameters for the CloudServiceRoleInstancesClient.Get method. - go: *ref_3407 - protocol: {} - originalParameter: - - *ref_3408 - required: false - serializedName: CloudServiceRoleInstancesClientGetOptions - language: - default: &ref_3409 - name: options - description: CloudServiceRoleInstancesClientGetOptions contains the optional parameters for the CloudServiceRoleInstancesClient.Get method. - go: *ref_3409 - protocol: {} - serializedName: $expand protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -103476,10 +70764,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -103488,28 +70772,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName} method: get uri: '{$host}' signatureParameters: - - *ref_3410 - - *ref_3411 - - *ref_3412 - - *ref_3408 + - *ref_2125 + - *ref_2126 + - *ref_2127 + - *ref_2128 responses: - - schema: *ref_1034 + - schema: *ref_1033 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -103518,14 +70796,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -103561,49 +70836,13 @@ operationGroups: default: name: Get description: Gets a role instance from a cloud service. - go: - name: Get - description: |- - Gets a role instance from a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: *ref_3413 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4086 - type: object - properties: - - &ref_3415 - schema: *ref_1034 - serializedName: RoleInstance - language: - default: &ref_3414 - name: RoleInstance - description: '' - byValue: true - embeddedType: true - go: *ref_3414 - protocol: {} - language: - default: &ref_3416 - name: CloudServiceRoleInstancesClientGetResponse - description: CloudServiceRoleInstancesClientGetResponse contains the response from method CloudServiceRoleInstancesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3415 - go: *ref_3416 - protocol: {} protocol: {} - operationId: CloudServiceRoleInstances_GetInstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3417 + - *ref_1326 + - &ref_2129 schema: *ref_3 implementation: Method required: true @@ -103612,14 +70851,10 @@ operationGroups: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3418 + - &ref_2130 schema: *ref_3 implementation: Method required: true @@ -103628,14 +70863,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3419 + - &ref_2131 schema: *ref_3 implementation: Method required: true @@ -103644,15 +70875,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -103661,16 +70888,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -103679,10 +70902,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -103691,27 +70910,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_3417 - - *ref_3418 - - *ref_3419 + - *ref_2129 + - *ref_2130 + - *ref_2131 responses: - - schema: *ref_1032 + - schema: *ref_1031 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -103720,14 +70933,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -103760,66 +70970,13 @@ operationGroups: default: name: GetInstanceView description: Retrieves information about the run-time state of a role instance in a cloud service. - go: - name: GetInstanceView - description: |- - Retrieves information about the run-time state of a role instance in a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3833 - schema: - type: object - language: - default: &ref_3420 - name: CloudServiceRoleInstancesClientGetInstanceViewOptions - description: CloudServiceRoleInstancesClientGetInstanceViewOptions contains the optional parameters for the CloudServiceRoleInstancesClient.GetInstanceView method. - go: *ref_3420 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceRoleInstancesClientGetInstanceViewOptions - language: - default: &ref_3421 - name: options - description: CloudServiceRoleInstancesClientGetInstanceViewOptions contains the optional parameters for the CloudServiceRoleInstancesClient.GetInstanceView method. - go: *ref_3421 - protocol: {} - protocolNaming: - internalMethod: getInstanceView - requestMethod: getInstanceViewCreateRequest - responseMethod: getInstanceViewHandleResponse - responseEnv: &ref_4087 - type: object - properties: - - &ref_3423 - schema: *ref_1032 - serializedName: RoleInstanceView - language: - default: &ref_3422 - name: RoleInstanceView - description: The instance view of the role instance. - byValue: true - embeddedType: true - go: *ref_3422 - protocol: {} - language: - default: &ref_3424 - name: CloudServiceRoleInstancesClientGetInstanceViewResponse - description: CloudServiceRoleInstancesClientGetInstanceViewResponse contains the response from method CloudServiceRoleInstancesClient.GetInstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_3423 - go: *ref_3424 - protocol: {} protocol: {} - operationId: CloudServiceRoleInstances_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3428 + - *ref_1326 + - &ref_2132 schema: *ref_3 implementation: Method required: true @@ -103828,14 +70985,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3429 + - &ref_2133 schema: *ref_3 implementation: Method required: true @@ -103844,15 +70997,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -103861,50 +71010,23 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3426 - schema: *ref_1457 + - &ref_2134 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply to the operation. 'UserData' is not supported for cloud services. serializedName: $expand - go: - name: Expand - description: The expand expression to apply to the operation. 'UserData' is not supported for cloud services. - paramGroup: &ref_3431 - schema: - type: object - language: - default: &ref_3425 - name: CloudServiceRoleInstancesClientListOptions - description: CloudServiceRoleInstancesClientListOptions contains the optional parameters for the CloudServiceRoleInstancesClient.NewListPager method. - go: *ref_3425 - protocol: {} - originalParameter: - - *ref_3426 - required: false - serializedName: CloudServiceRoleInstancesClientListOptions - language: - default: &ref_3427 - name: options - description: CloudServiceRoleInstancesClientListOptions contains the optional parameters for the CloudServiceRoleInstancesClient.NewListPager method. - go: *ref_3427 - protocol: {} - serializedName: $expand protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -103913,10 +71035,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -103925,27 +71043,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances method: get uri: '{$host}' signatureParameters: - - *ref_3428 - - *ref_3429 - - *ref_3426 + - *ref_2132 + - *ref_2133 + - *ref_2134 responses: - - schema: *ref_3430 + - schema: *ref_2135 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -103954,14 +71066,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -104034,49 +71143,13 @@ operationGroups: description: Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. paging: nextLinkName: nextLink - go: - name: List - description: Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: *ref_3431 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4088 - type: object - properties: - - &ref_3433 - schema: *ref_3430 - serializedName: RoleInstanceListResult - language: - default: &ref_3432 - name: RoleInstanceListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3432 - protocol: {} - language: - default: &ref_3434 - name: CloudServiceRoleInstancesClientListResponse - description: CloudServiceRoleInstancesClientListResponse contains the response from method CloudServiceRoleInstancesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3433 - go: *ref_3434 - protocol: {} protocol: {} - operationId: CloudServiceRoleInstances_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3435 + - *ref_1326 + - &ref_2136 schema: *ref_3 implementation: Method required: true @@ -104085,14 +71158,10 @@ operationGroups: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3436 + - &ref_2137 schema: *ref_3 implementation: Method required: true @@ -104101,14 +71170,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3437 + - &ref_2138 schema: *ref_3 implementation: Method required: true @@ -104117,15 +71182,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -104134,16 +71195,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -104152,10 +71209,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -104164,26 +71217,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_3435 - - *ref_3436 - - *ref_3437 + - *ref_2136 + - *ref_2137 + - *ref_2138 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -104192,22 +71239,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -104233,68 +71274,13 @@ operationGroups: default: name: Restart description: The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. - go: - name: Restart - description: |- - The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3834 - schema: - type: object - language: - default: &ref_3438 - name: CloudServiceRoleInstancesClientBeginRestartOptions - description: CloudServiceRoleInstancesClientBeginRestartOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginRestart method. - go: *ref_3438 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3439 - name: string - description: '' - go: *ref_3439 - protocol: {} - language: - default: &ref_3440 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3440 - protocol: {} - required: false - serializedName: CloudServiceRoleInstancesClientBeginRestartOptions - language: - default: &ref_3441 - name: options - description: CloudServiceRoleInstancesClientBeginRestartOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginRestart method. - go: *ref_3441 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_4089 - type: object - language: - default: &ref_3442 - name: CloudServiceRoleInstancesClientRestartResponse - description: CloudServiceRoleInstancesClientRestartResponse contains the response from method CloudServiceRoleInstancesClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_3442 - protocol: {} protocol: {} - operationId: CloudServiceRoleInstances_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3443 + - *ref_1326 + - &ref_2139 schema: *ref_3 implementation: Method required: true @@ -104303,14 +71289,10 @@ operationGroups: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3444 + - &ref_2140 schema: *ref_3 implementation: Method required: true @@ -104319,14 +71301,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3445 + - &ref_2141 schema: *ref_3 implementation: Method required: true @@ -104335,15 +71313,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -104352,16 +71326,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -104370,10 +71340,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -104382,26 +71348,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/reimage method: post uri: '{$host}' signatureParameters: - - *ref_3443 - - *ref_3444 - - *ref_3445 + - *ref_2139 + - *ref_2140 + - *ref_2141 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -104410,22 +71370,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -104451,68 +71405,13 @@ operationGroups: default: name: Reimage description: The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. - go: - name: Reimage - description: |- - The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3835 - schema: - type: object - language: - default: &ref_3446 - name: CloudServiceRoleInstancesClientBeginReimageOptions - description: CloudServiceRoleInstancesClientBeginReimageOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginReimage method. - go: *ref_3446 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3447 - name: string - description: '' - go: *ref_3447 - protocol: {} - language: - default: &ref_3448 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3448 - protocol: {} - required: false - serializedName: CloudServiceRoleInstancesClientBeginReimageOptions - language: - default: &ref_3449 - name: options - description: CloudServiceRoleInstancesClientBeginReimageOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginReimage method. - go: *ref_3449 - protocol: {} - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_4090 - type: object - language: - default: &ref_3450 - name: CloudServiceRoleInstancesClientReimageResponse - description: CloudServiceRoleInstancesClientReimageResponse contains the response from method CloudServiceRoleInstancesClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_3450 - protocol: {} protocol: {} - operationId: CloudServiceRoleInstances_Rebuild apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3451 + - *ref_1326 + - &ref_2142 schema: *ref_3 implementation: Method required: true @@ -104521,14 +71420,10 @@ operationGroups: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3452 + - &ref_2143 schema: *ref_3 implementation: Method required: true @@ -104537,14 +71432,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3453 + - &ref_2144 schema: *ref_3 implementation: Method required: true @@ -104553,15 +71444,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -104570,16 +71457,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -104588,10 +71471,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -104600,26 +71479,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/rebuild method: post uri: '{$host}' signatureParameters: - - *ref_3451 - - *ref_3452 - - *ref_3453 + - *ref_2142 + - *ref_2143 + - *ref_2144 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -104628,22 +71501,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -104671,69 +71538,13 @@ operationGroups: description: >- The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. - go: - name: Rebuild - description: |- - The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not - want to initialize storage resources, you can use Reimage Role Instance. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3836 - schema: - type: object - language: - default: &ref_3454 - name: CloudServiceRoleInstancesClientBeginRebuildOptions - description: CloudServiceRoleInstancesClientBeginRebuildOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginRebuild method. - go: *ref_3454 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3455 - name: string - description: '' - go: *ref_3455 - protocol: {} - language: - default: &ref_3456 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3456 - protocol: {} - required: false - serializedName: CloudServiceRoleInstancesClientBeginRebuildOptions - language: - default: &ref_3457 - name: options - description: CloudServiceRoleInstancesClientBeginRebuildOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginRebuild method. - go: *ref_3457 - protocol: {} - protocolNaming: - internalMethod: rebuild - requestMethod: rebuildCreateRequest - responseMethod: rebuildHandleResponse - responseEnv: &ref_4091 - type: object - language: - default: &ref_3458 - name: CloudServiceRoleInstancesClientRebuildResponse - description: CloudServiceRoleInstancesClientRebuildResponse contains the response from method CloudServiceRoleInstancesClient.BeginRebuild. - forLRO: true - responseType: true - go: *ref_3458 - protocol: {} protocol: {} - operationId: CloudServiceRoleInstances_GetRemoteDesktopFile apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3460 + - *ref_1326 + - &ref_2146 schema: *ref_3 implementation: Method required: true @@ -104742,14 +71553,10 @@ operationGroups: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3461 + - &ref_2147 schema: *ref_3 implementation: Method required: true @@ -104758,14 +71565,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3462 + - &ref_2148 schema: *ref_3 implementation: Method required: true @@ -104774,15 +71577,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -104791,16 +71590,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_3459 + - schema: *ref_2145 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -104809,10 +71604,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -104821,27 +71612,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/remoteDesktopFile method: get uri: '{$host}' signatureParameters: - - *ref_3460 - - *ref_3461 - - *ref_3462 + - *ref_2146 + - *ref_2147 + - *ref_2148 responses: - binary: true language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: binary @@ -104854,9 +71639,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: statusCodes: @@ -104865,76 +71647,11 @@ operationGroups: default: name: GetRemoteDesktopFile description: Gets a remote desktop file for a role instance in a cloud service. - go: - name: GetRemoteDesktopFile - description: |- - Gets a remote desktop file for a role instance in a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3837 - schema: - type: object - language: - default: &ref_3463 - name: CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions - description: CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions contains the optional parameters for the CloudServiceRoleInstancesClient.GetRemoteDesktopFile method. - go: *ref_3463 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions - language: - default: &ref_3464 - name: options - description: CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions contains the optional parameters for the CloudServiceRoleInstancesClient.GetRemoteDesktopFile method. - go: *ref_3464 - protocol: {} - protocolNaming: - internalMethod: getRemoteDesktopFile - requestMethod: getRemoteDesktopFileCreateRequest - responseMethod: getRemoteDesktopFileHandleResponse - responseEnv: &ref_4092 - type: object - properties: - - &ref_3467 - schema: - type: binary - language: - default: &ref_3465 - name: io.ReadCloser - description: binary response - go: *ref_3465 - protocol: {} - serializedName: Body - language: - default: &ref_3466 - name: Body - description: Body contains the streaming response. - byValue: true - go: *ref_3466 - protocol: {} - language: - default: &ref_3468 - name: CloudServiceRoleInstancesClientGetRemoteDesktopFileResponse - description: CloudServiceRoleInstancesClientGetRemoteDesktopFileResponse contains the response from method CloudServiceRoleInstancesClient.GetRemoteDesktopFile. - responseType: true - resultProp: *ref_3467 - go: *ref_3468 - protocol: {} protocol: {} language: default: name: CloudServiceRoleInstances description: '' - go: - name: CloudServiceRoleInstances - description: '' - clientCtorName: NewCloudServiceRoleInstancesClient - clientName: CloudServiceRoleInstancesClient - clientParams: - - *ref_1336 protocol: {} - $key: CloudServiceRoles operations: @@ -104942,8 +71659,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3469 + - *ref_1326 + - &ref_2149 schema: *ref_3 implementation: Method required: true @@ -104952,14 +71669,10 @@ operationGroups: name: roleName description: Name of the role. serializedName: roleName - go: - name: roleName - description: Name of the role. - serializedName: roleName protocol: http: in: path - - &ref_3470 + - &ref_2150 schema: *ref_3 implementation: Method required: true @@ -104968,14 +71681,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3471 + - &ref_2151 schema: *ref_3 implementation: Method required: true @@ -104984,15 +71693,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -105001,16 +71706,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -105019,10 +71720,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -105031,27 +71728,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roles/{roleName} method: get uri: '{$host}' signatureParameters: - - *ref_3469 - - *ref_3470 - - *ref_3471 + - *ref_2149 + - *ref_2150 + - *ref_2151 responses: - - schema: *ref_1046 + - schema: *ref_1045 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -105060,14 +71751,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -105102,66 +71790,13 @@ operationGroups: default: name: Get description: Gets a role from a cloud service. - go: - name: Get - description: |- - Gets a role from a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRolesClient - openApiType: arm - optionalParamGroup: &ref_3838 - schema: - type: object - language: - default: &ref_3472 - name: CloudServiceRolesClientGetOptions - description: CloudServiceRolesClientGetOptions contains the optional parameters for the CloudServiceRolesClient.Get method. - go: *ref_3472 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceRolesClientGetOptions - language: - default: &ref_3473 - name: options - description: CloudServiceRolesClientGetOptions contains the optional parameters for the CloudServiceRolesClient.Get method. - go: *ref_3473 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4093 - type: object - properties: - - &ref_3475 - schema: *ref_1046 - serializedName: CloudServiceRole - language: - default: &ref_3474 - name: CloudServiceRole - description: Describes a role of the cloud service. - byValue: true - embeddedType: true - go: *ref_3474 - protocol: {} - language: - default: &ref_3476 - name: CloudServiceRolesClientGetResponse - description: CloudServiceRolesClientGetResponse contains the response from method CloudServiceRolesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3475 - go: *ref_3476 - protocol: {} protocol: {} - operationId: CloudServiceRoles_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3477 + - *ref_1326 + - &ref_2152 schema: *ref_3 implementation: Method required: true @@ -105170,14 +71805,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3478 + - &ref_2153 schema: *ref_3 implementation: Method required: true @@ -105186,15 +71817,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -105203,16 +71830,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -105221,10 +71844,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -105233,26 +71852,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roles method: get uri: '{$host}' signatureParameters: - - *ref_3477 - - *ref_3478 + - *ref_2152 + - *ref_2153 responses: - - schema: *ref_3479 + - schema: *ref_2154 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -105261,14 +71874,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -105317,71 +71927,11 @@ operationGroups: description: Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. - azureARM: true - clientName: CloudServiceRolesClient - openApiType: arm - optionalParamGroup: &ref_3839 - schema: - type: object - language: - default: &ref_3480 - name: CloudServiceRolesClientListOptions - description: CloudServiceRolesClientListOptions contains the optional parameters for the CloudServiceRolesClient.NewListPager method. - go: *ref_3480 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceRolesClientListOptions - language: - default: &ref_3481 - name: options - description: CloudServiceRolesClientListOptions contains the optional parameters for the CloudServiceRolesClient.NewListPager method. - go: *ref_3481 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4094 - type: object - properties: - - &ref_3483 - schema: *ref_3479 - serializedName: CloudServiceRoleListResult - language: - default: &ref_3482 - name: CloudServiceRoleListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3482 - protocol: {} - language: - default: &ref_3484 - name: CloudServiceRolesClientListResponse - description: CloudServiceRolesClientListResponse contains the response from method CloudServiceRolesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3483 - go: *ref_3484 - protocol: {} protocol: {} language: default: name: CloudServiceRoles description: '' - go: - name: CloudServiceRoles - description: '' - clientCtorName: NewCloudServiceRolesClient - clientName: CloudServiceRolesClient - clientParams: - - *ref_1336 protocol: {} - $key: CloudServices operations: @@ -105389,8 +71939,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3487 + - *ref_1326 + - &ref_2157 schema: *ref_3 implementation: Method required: true @@ -105399,14 +71949,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3488 + - &ref_2158 schema: *ref_3 implementation: Method required: true @@ -105415,15 +71961,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -105432,32 +71974,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3486 + application/json: &ref_2156 parameters: - - &ref_3485 - schema: *ref_1100 + - &ref_2155 + schema: *ref_1099 implementation: Method - required: true + required: false language: default: name: parameters description: The cloud service object. - go: - name: parameters - description: The cloud service object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -105466,22 +72001,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3485 + - *ref_2155 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName} @@ -105491,19 +72019,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3486 + - *ref_2156 signatureParameters: - - *ref_3487 - - *ref_3488 + - *ref_2157 + - *ref_2158 responses: - - schema: *ref_1100 + - schema: *ref_1099 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -105511,14 +72036,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_1100 + - schema: *ref_1099 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -105527,14 +72049,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -105972,82 +72491,13 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a cloud service. Please note some properties can be set only during cloud service creation. - go: - name: CreateOrUpdate - description: |- - Create or update a cloud service. Please note some properties can be set only during cloud service creation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3840 - schema: - type: object - language: - default: &ref_3489 - name: CloudServicesClientBeginCreateOrUpdateOptions - description: CloudServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the CloudServicesClient.BeginCreateOrUpdate method. - go: *ref_3489 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3490 - name: string - description: '' - go: *ref_3490 - protocol: {} - language: - default: &ref_3491 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3491 - protocol: {} - required: false - serializedName: CloudServicesClientBeginCreateOrUpdateOptions - language: - default: &ref_3492 - name: options - description: CloudServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the CloudServicesClient.BeginCreateOrUpdate method. - go: *ref_3492 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4095 - type: object - properties: - - &ref_3494 - schema: *ref_1100 - serializedName: CloudService - language: - default: &ref_3493 - name: CloudService - description: Describes the cloud service. - byValue: true - embeddedType: true - go: *ref_3493 - protocol: {} - language: - default: &ref_3495 - name: CloudServicesClientCreateOrUpdateResponse - description: CloudServicesClientCreateOrUpdateResponse contains the response from method CloudServicesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3494 - go: *ref_3495 - protocol: {} protocol: {} - operationId: CloudServices_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3499 + - *ref_1326 + - &ref_2162 schema: *ref_3 implementation: Method required: true @@ -106056,14 +72506,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3500 + - &ref_2163 schema: *ref_3 implementation: Method required: true @@ -106072,15 +72518,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -106089,32 +72531,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3498 + application/json: &ref_2161 parameters: - - &ref_3497 - schema: *ref_3496 + - &ref_2160 + schema: *ref_2159 implementation: Method - required: true + required: false language: default: name: parameters description: The cloud service object. - go: - name: parameters - description: The cloud service object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -106123,22 +72558,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3497 + - *ref_2160 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName} @@ -106148,19 +72576,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3498 + - *ref_2161 signatureParameters: - - *ref_3499 - - *ref_3500 + - *ref_2162 + - *ref_2163 responses: - - schema: *ref_1100 + - schema: *ref_1099 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -106169,14 +72594,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -106238,82 +72660,13 @@ operationGroups: default: name: Update description: Update a cloud service. - go: - name: Update - description: |- - Update a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3841 - schema: - type: object - language: - default: &ref_3501 - name: CloudServicesClientBeginUpdateOptions - description: CloudServicesClientBeginUpdateOptions contains the optional parameters for the CloudServicesClient.BeginUpdate method. - go: *ref_3501 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3502 - name: string - description: '' - go: *ref_3502 - protocol: {} - language: - default: &ref_3503 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3503 - protocol: {} - required: false - serializedName: CloudServicesClientBeginUpdateOptions - language: - default: &ref_3504 - name: options - description: CloudServicesClientBeginUpdateOptions contains the optional parameters for the CloudServicesClient.BeginUpdate method. - go: *ref_3504 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4096 - type: object - properties: - - &ref_3506 - schema: *ref_1100 - serializedName: CloudService - language: - default: &ref_3505 - name: CloudService - description: Describes the cloud service. - byValue: true - embeddedType: true - go: *ref_3505 - protocol: {} - language: - default: &ref_3507 - name: CloudServicesClientUpdateResponse - description: CloudServicesClientUpdateResponse contains the response from method CloudServicesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3506 - go: *ref_3507 - protocol: {} protocol: {} - operationId: CloudServices_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3508 + - *ref_1326 + - &ref_2164 schema: *ref_3 implementation: Method required: true @@ -106322,14 +72675,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3509 + - &ref_2165 schema: *ref_3 implementation: Method required: true @@ -106338,15 +72687,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -106355,16 +72700,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -106373,10 +72714,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -106385,25 +72722,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName} method: delete uri: '{$host}' signatureParameters: - - *ref_3508 - - *ref_3509 + - *ref_2164 + - *ref_2165 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -106412,9 +72743,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -106423,22 +72751,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -106464,68 +72786,13 @@ operationGroups: default: name: Delete description: Deletes a cloud service. - go: - name: Delete - description: |- - Deletes a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3842 - schema: - type: object - language: - default: &ref_3510 - name: CloudServicesClientBeginDeleteOptions - description: CloudServicesClientBeginDeleteOptions contains the optional parameters for the CloudServicesClient.BeginDelete method. - go: *ref_3510 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3511 - name: string - description: '' - go: *ref_3511 - protocol: {} - language: - default: &ref_3512 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3512 - protocol: {} - required: false - serializedName: CloudServicesClientBeginDeleteOptions - language: - default: &ref_3513 - name: options - description: CloudServicesClientBeginDeleteOptions contains the optional parameters for the CloudServicesClient.BeginDelete method. - go: *ref_3513 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4097 - type: object - language: - default: &ref_3514 - name: CloudServicesClientDeleteResponse - description: CloudServicesClientDeleteResponse contains the response from method CloudServicesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3514 - protocol: {} protocol: {} - operationId: CloudServices_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3515 + - *ref_1326 + - &ref_2166 schema: *ref_3 implementation: Method required: true @@ -106534,14 +72801,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3516 + - &ref_2167 schema: *ref_3 implementation: Method required: true @@ -106550,15 +72813,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -106567,16 +72826,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -106585,10 +72840,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -106597,26 +72848,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName} method: get uri: '{$host}' signatureParameters: - - *ref_3515 - - *ref_3516 + - *ref_2166 + - *ref_2167 responses: - - schema: *ref_1100 + - schema: *ref_1099 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -106625,14 +72870,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -106700,66 +72942,13 @@ operationGroups: default: name: Get description: Display information about a cloud service. - go: - name: Get - description: |- - Display information about a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3843 - schema: - type: object - language: - default: &ref_3517 - name: CloudServicesClientGetOptions - description: CloudServicesClientGetOptions contains the optional parameters for the CloudServicesClient.Get method. - go: *ref_3517 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesClientGetOptions - language: - default: &ref_3518 - name: options - description: CloudServicesClientGetOptions contains the optional parameters for the CloudServicesClient.Get method. - go: *ref_3518 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4098 - type: object - properties: - - &ref_3520 - schema: *ref_1100 - serializedName: CloudService - language: - default: &ref_3519 - name: CloudService - description: Describes the cloud service. - byValue: true - embeddedType: true - go: *ref_3519 - protocol: {} - language: - default: &ref_3521 - name: CloudServicesClientGetResponse - description: CloudServicesClientGetResponse contains the response from method CloudServicesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3520 - go: *ref_3521 - protocol: {} protocol: {} - operationId: CloudServices_GetInstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3522 + - *ref_1326 + - &ref_2168 schema: *ref_3 implementation: Method required: true @@ -106768,14 +72957,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3523 + - &ref_2169 schema: *ref_3 implementation: Method required: true @@ -106784,15 +72969,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -106801,16 +72982,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -106819,10 +72996,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -106831,26 +73004,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_3522 - - *ref_3523 + - *ref_2168 + - *ref_2169 responses: - - schema: *ref_3524 + - schema: *ref_2170 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -106859,14 +73026,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -106916,67 +73080,14 @@ operationGroups: default: name: GetInstanceView description: Gets the status of a cloud service. - go: - name: GetInstanceView - description: |- - Gets the status of a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3844 - schema: - type: object - language: - default: &ref_3525 - name: CloudServicesClientGetInstanceViewOptions - description: CloudServicesClientGetInstanceViewOptions contains the optional parameters for the CloudServicesClient.GetInstanceView method. - go: *ref_3525 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesClientGetInstanceViewOptions - language: - default: &ref_3526 - name: options - description: CloudServicesClientGetInstanceViewOptions contains the optional parameters for the CloudServicesClient.GetInstanceView method. - go: *ref_3526 - protocol: {} - protocolNaming: - internalMethod: getInstanceView - requestMethod: getInstanceViewCreateRequest - responseMethod: getInstanceViewHandleResponse - responseEnv: &ref_4099 - type: object - properties: - - &ref_3528 - schema: *ref_3524 - serializedName: CloudServiceInstanceView - language: - default: &ref_3527 - name: CloudServiceInstanceView - description: InstanceView of CloudService as a whole - byValue: true - embeddedType: true - go: *ref_3527 - protocol: {} - language: - default: &ref_3529 - name: CloudServicesClientGetInstanceViewResponse - description: CloudServicesClientGetInstanceViewResponse contains the response from method CloudServicesClient.GetInstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_3528 - go: *ref_3529 - protocol: {} protocol: {} - operationId: CloudServices_ListAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - schema: *ref_1328 + - *ref_1326 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -106985,16 +73096,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107003,10 +73110,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107015,9 +73118,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/cloudServices @@ -107025,14 +73125,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_3530 + - schema: *ref_2171 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -107041,14 +73138,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107121,68 +73215,13 @@ operationGroups: Cloud Services. paging: nextLinkName: nextLink - go: - name: ListAll - description: |- - Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink - is null to fetch all the Cloud Services. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3845 - schema: - type: object - language: - default: &ref_3531 - name: CloudServicesClientListAllOptions - description: CloudServicesClientListAllOptions contains the optional parameters for the CloudServicesClient.NewListAllPager method. - go: *ref_3531 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesClientListAllOptions - language: - default: &ref_3532 - name: options - description: CloudServicesClientListAllOptions contains the optional parameters for the CloudServicesClient.NewListAllPager method. - go: *ref_3532 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAll - requestMethod: listAllCreateRequest - responseMethod: listAllHandleResponse - responseEnv: &ref_4100 - type: object - properties: - - &ref_3534 - schema: *ref_3530 - serializedName: CloudServiceListResult - language: - default: &ref_3533 - name: CloudServiceListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3533 - protocol: {} - language: - default: &ref_3535 - name: CloudServicesClientListAllResponse - description: CloudServicesClientListAllResponse contains the response from method CloudServicesClient.NewListAllPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3534 - go: *ref_3535 - protocol: {} protocol: {} - operationId: CloudServices_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3536 + - *ref_1326 + - &ref_2172 schema: *ref_3 implementation: Method required: true @@ -107191,15 +73230,11 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -107208,16 +73243,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107226,10 +73257,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107238,25 +73265,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices method: get uri: '{$host}' signatureParameters: - - *ref_3536 + - *ref_2172 responses: - - schema: *ref_3530 + - schema: *ref_2171 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -107265,14 +73286,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107344,66 +73362,13 @@ operationGroups: description: Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3846 - schema: - type: object - language: - default: &ref_3537 - name: CloudServicesClientListOptions - description: CloudServicesClientListOptions contains the optional parameters for the CloudServicesClient.NewListPager method. - go: *ref_3537 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesClientListOptions - language: - default: &ref_3538 - name: options - description: CloudServicesClientListOptions contains the optional parameters for the CloudServicesClient.NewListPager method. - go: *ref_3538 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4101 - type: object - properties: - - &ref_3540 - schema: *ref_3530 - serializedName: CloudServiceListResult - language: - default: &ref_3539 - name: CloudServiceListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3539 - protocol: {} - language: - default: &ref_3541 - name: CloudServicesClientListResponse - description: CloudServicesClientListResponse contains the response from method CloudServicesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3540 - go: *ref_3541 - protocol: {} protocol: {} - operationId: CloudServices_Start apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3542 + - *ref_1326 + - &ref_2173 schema: *ref_3 implementation: Method required: true @@ -107412,14 +73377,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3543 + - &ref_2174 schema: *ref_3 implementation: Method required: true @@ -107428,15 +73389,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -107445,16 +73402,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107463,10 +73416,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107475,25 +73424,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/start method: post uri: '{$host}' signatureParameters: - - *ref_3542 - - *ref_3543 + - *ref_2173 + - *ref_2174 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -107502,22 +73445,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107542,68 +73479,13 @@ operationGroups: default: name: Start description: Starts the cloud service. - go: - name: Start - description: |- - Starts the cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3847 - schema: - type: object - language: - default: &ref_3544 - name: CloudServicesClientBeginStartOptions - description: CloudServicesClientBeginStartOptions contains the optional parameters for the CloudServicesClient.BeginStart method. - go: *ref_3544 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3545 - name: string - description: '' - go: *ref_3545 - protocol: {} - language: - default: &ref_3546 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3546 - protocol: {} - required: false - serializedName: CloudServicesClientBeginStartOptions - language: - default: &ref_3547 - name: options - description: CloudServicesClientBeginStartOptions contains the optional parameters for the CloudServicesClient.BeginStart method. - go: *ref_3547 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_4102 - type: object - language: - default: &ref_3548 - name: CloudServicesClientStartResponse - description: CloudServicesClientStartResponse contains the response from method CloudServicesClient.BeginStart. - forLRO: true - responseType: true - go: *ref_3548 - protocol: {} protocol: {} - operationId: CloudServices_PowerOff apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3549 + - *ref_1326 + - &ref_2175 schema: *ref_3 implementation: Method required: true @@ -107612,14 +73494,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3550 + - &ref_2176 schema: *ref_3 implementation: Method required: true @@ -107628,15 +73506,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -107645,16 +73519,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107663,10 +73533,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107675,25 +73541,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/poweroff method: post uri: '{$host}' signatureParameters: - - *ref_3549 - - *ref_3550 + - *ref_2175 + - *ref_2176 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -107702,22 +73562,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107742,68 +73596,13 @@ operationGroups: default: name: PowerOff description: Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. - go: - name: PowerOff - description: |- - Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3848 - schema: - type: object - language: - default: &ref_3551 - name: CloudServicesClientBeginPowerOffOptions - description: CloudServicesClientBeginPowerOffOptions contains the optional parameters for the CloudServicesClient.BeginPowerOff method. - go: *ref_3551 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3552 - name: string - description: '' - go: *ref_3552 - protocol: {} - language: - default: &ref_3553 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3553 - protocol: {} - required: false - serializedName: CloudServicesClientBeginPowerOffOptions - language: - default: &ref_3554 - name: options - description: CloudServicesClientBeginPowerOffOptions contains the optional parameters for the CloudServicesClient.BeginPowerOff method. - go: *ref_3554 - protocol: {} - protocolNaming: - internalMethod: powerOff - requestMethod: powerOffCreateRequest - responseMethod: powerOffHandleResponse - responseEnv: &ref_4103 - type: object - language: - default: &ref_3555 - name: CloudServicesClientPowerOffResponse - description: CloudServicesClientPowerOffResponse contains the response from method CloudServicesClient.BeginPowerOff. - forLRO: true - responseType: true - go: *ref_3555 - protocol: {} protocol: {} - operationId: CloudServices_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3563 + - *ref_1326 + - &ref_2180 schema: *ref_3 implementation: Method required: true @@ -107812,14 +73611,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3564 + - &ref_2181 schema: *ref_3 implementation: Method required: true @@ -107828,15 +73623,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -107845,66 +73636,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3562 + application/json: &ref_2179 parameters: - - &ref_3558 - schema: *ref_3556 + - &ref_2178 + schema: *ref_2177 implementation: Method required: false language: default: name: parameters description: List of cloud service role instance names. - go: - name: Parameters - description: List of cloud service role instance names. - paramGroup: &ref_3565 - schema: - type: object - language: - default: &ref_3557 - name: CloudServicesClientBeginRestartOptions - description: CloudServicesClientBeginRestartOptions contains the optional parameters for the CloudServicesClient.BeginRestart method. - go: *ref_3557 - protocol: {} - originalParameter: - - *ref_3558 - - schema: - type: string - language: - default: &ref_3559 - name: string - description: '' - go: *ref_3559 - protocol: {} - language: - default: &ref_3560 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3560 - protocol: {} - required: false - serializedName: CloudServicesClientBeginRestartOptions - language: - default: &ref_3561 - name: options - description: CloudServicesClientBeginRestartOptions contains the optional parameters for the CloudServicesClient.BeginRestart method. - go: *ref_3561 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107913,22 +73663,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3558 + - *ref_2178 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/restart @@ -107938,18 +73681,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3562 + - *ref_2179 signatureParameters: - - *ref_3563 - - *ref_3564 + - *ref_2180 + - *ref_2181 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -107958,22 +73698,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108002,36 +73736,13 @@ operationGroups: default: name: Restart description: Restarts one or more role instances in a cloud service. - go: - name: Restart - description: |- - Restarts one or more role instances in a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: *ref_3565 - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_4104 - type: object - language: - default: &ref_3566 - name: CloudServicesClientRestartResponse - description: CloudServicesClientRestartResponse contains the response from method CloudServicesClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_3566 - protocol: {} protocol: {} - operationId: CloudServices_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3573 + - *ref_1326 + - &ref_2184 schema: *ref_3 implementation: Method required: true @@ -108040,14 +73751,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3574 + - &ref_2185 schema: *ref_3 implementation: Method required: true @@ -108056,15 +73763,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -108073,66 +73776,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3572 + application/json: &ref_2183 parameters: - - &ref_3568 - schema: *ref_3556 + - &ref_2182 + schema: *ref_2177 implementation: Method required: false language: default: name: parameters description: List of cloud service role instance names. - go: - name: Parameters - description: List of cloud service role instance names. - paramGroup: &ref_3575 - schema: - type: object - language: - default: &ref_3567 - name: CloudServicesClientBeginReimageOptions - description: CloudServicesClientBeginReimageOptions contains the optional parameters for the CloudServicesClient.BeginReimage method. - go: *ref_3567 - protocol: {} - originalParameter: - - *ref_3568 - - schema: - type: string - language: - default: &ref_3569 - name: string - description: '' - go: *ref_3569 - protocol: {} - language: - default: &ref_3570 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3570 - protocol: {} - required: false - serializedName: CloudServicesClientBeginReimageOptions - language: - default: &ref_3571 - name: options - description: CloudServicesClientBeginReimageOptions contains the optional parameters for the CloudServicesClient.BeginReimage method. - go: *ref_3571 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -108141,22 +73803,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3568 + - *ref_2182 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/reimage @@ -108166,18 +73821,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3572 + - *ref_2183 signatureParameters: - - *ref_3573 - - *ref_3574 + - *ref_2184 + - *ref_2185 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -108186,22 +73838,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108230,36 +73876,13 @@ operationGroups: default: name: Reimage description: Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. - go: - name: Reimage - description: |- - Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: *ref_3575 - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_4105 - type: object - language: - default: &ref_3576 - name: CloudServicesClientReimageResponse - description: CloudServicesClientReimageResponse contains the response from method CloudServicesClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_3576 - protocol: {} protocol: {} - operationId: CloudServices_Rebuild apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3583 + - *ref_1326 + - &ref_2188 schema: *ref_3 implementation: Method required: true @@ -108268,14 +73891,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3584 + - &ref_2189 schema: *ref_3 implementation: Method required: true @@ -108284,15 +73903,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -108301,66 +73916,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3582 + application/json: &ref_2187 parameters: - - &ref_3578 - schema: *ref_3556 + - &ref_2186 + schema: *ref_2177 implementation: Method required: false language: default: name: parameters description: List of cloud service role instance names. - go: - name: Parameters - description: List of cloud service role instance names. - paramGroup: &ref_3585 - schema: - type: object - language: - default: &ref_3577 - name: CloudServicesClientBeginRebuildOptions - description: CloudServicesClientBeginRebuildOptions contains the optional parameters for the CloudServicesClient.BeginRebuild method. - go: *ref_3577 - protocol: {} - originalParameter: - - *ref_3578 - - schema: - type: string - language: - default: &ref_3579 - name: string - description: '' - go: *ref_3579 - protocol: {} - language: - default: &ref_3580 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3580 - protocol: {} - required: false - serializedName: CloudServicesClientBeginRebuildOptions - language: - default: &ref_3581 - name: options - description: CloudServicesClientBeginRebuildOptions contains the optional parameters for the CloudServicesClient.BeginRebuild method. - go: *ref_3581 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -108369,22 +73943,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3578 + - *ref_2186 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/rebuild @@ -108394,18 +73961,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3582 + - *ref_2187 signatureParameters: - - *ref_3583 - - *ref_3584 + - *ref_2188 + - *ref_2189 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -108414,22 +73978,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108460,37 +74018,13 @@ operationGroups: description: >- Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. - go: - name: Rebuild - description: |- - Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage - resources, you can use Reimage Role Instances. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: *ref_3585 - protocolNaming: - internalMethod: rebuild - requestMethod: rebuildCreateRequest - responseMethod: rebuildHandleResponse - responseEnv: &ref_4106 - type: object - language: - default: &ref_3586 - name: CloudServicesClientRebuildResponse - description: CloudServicesClientRebuildResponse contains the response from method CloudServicesClient.BeginRebuild. - forLRO: true - responseType: true - go: *ref_3586 - protocol: {} protocol: {} - operationId: CloudServices_DeleteInstances apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3593 + - *ref_1326 + - &ref_2192 schema: *ref_3 implementation: Method required: true @@ -108499,14 +74033,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3594 + - &ref_2193 schema: *ref_3 implementation: Method required: true @@ -108515,15 +74045,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -108532,66 +74058,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3592 + application/json: &ref_2191 parameters: - - &ref_3588 - schema: *ref_3556 + - &ref_2190 + schema: *ref_2177 implementation: Method required: false language: default: name: parameters description: List of cloud service role instance names. - go: - name: Parameters - description: List of cloud service role instance names. - paramGroup: &ref_3595 - schema: - type: object - language: - default: &ref_3587 - name: CloudServicesClientBeginDeleteInstancesOptions - description: CloudServicesClientBeginDeleteInstancesOptions contains the optional parameters for the CloudServicesClient.BeginDeleteInstances method. - go: *ref_3587 - protocol: {} - originalParameter: - - *ref_3588 - - schema: - type: string - language: - default: &ref_3589 - name: string - description: '' - go: *ref_3589 - protocol: {} - language: - default: &ref_3590 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3590 - protocol: {} - required: false - serializedName: CloudServicesClientBeginDeleteInstancesOptions - language: - default: &ref_3591 - name: options - description: CloudServicesClientBeginDeleteInstancesOptions contains the optional parameters for the CloudServicesClient.BeginDeleteInstances method. - go: *ref_3591 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -108600,22 +74085,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3588 + - *ref_2190 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/delete @@ -108625,18 +74103,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3592 + - *ref_2191 signatureParameters: - - *ref_3593 - - *ref_3594 + - *ref_2192 + - *ref_2193 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -108645,22 +74120,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108689,41 +74158,11 @@ operationGroups: default: name: DeleteInstances description: Deletes role instances in a cloud service. - go: - name: DeleteInstances - description: |- - Deletes role instances in a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: *ref_3595 - protocolNaming: - internalMethod: deleteInstances - requestMethod: deleteInstancesCreateRequest - responseMethod: deleteInstancesHandleResponse - responseEnv: &ref_4107 - type: object - language: - default: &ref_3596 - name: CloudServicesClientDeleteInstancesResponse - description: CloudServicesClientDeleteInstancesResponse contains the response from method CloudServicesClient.BeginDeleteInstances. - forLRO: true - responseType: true - go: *ref_3596 - protocol: {} protocol: {} language: default: name: CloudServices description: '' - go: - name: CloudServices - description: '' - clientCtorName: NewCloudServicesClient - clientName: CloudServicesClient - clientParams: - - *ref_1336 protocol: {} - $key: CloudServicesUpdateDomain operations: @@ -108731,8 +74170,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3599 + - *ref_1326 + - &ref_2196 schema: *ref_3 implementation: Method required: true @@ -108741,14 +74180,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3600 + - &ref_2197 schema: *ref_3 implementation: Method required: true @@ -108757,15 +74192,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - &ref_3601 - schema: *ref_1598 + - &ref_2198 + schema: *ref_1424 implementation: Method required: true language: @@ -108773,15 +74204,11 @@ operationGroups: name: updateDomain description: 'Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.' serializedName: updateDomain - go: - name: updateDomain - description: 'Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.' - serializedName: updateDomain protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -108790,32 +74217,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3598 + application/json: &ref_2195 parameters: - - &ref_3597 - schema: *ref_1105 + - &ref_2194 + schema: *ref_1104 implementation: Method - required: true + required: false language: default: name: parameters description: The update domain object. - go: - name: parameters - description: The update domain object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -108824,22 +74244,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3597 + - *ref_2194 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains/{updateDomain} @@ -108849,19 +74262,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3598 + - *ref_2195 signatureParameters: - - *ref_3599 - - *ref_3600 - - *ref_3601 + - *ref_2196 + - *ref_2197 + - *ref_2198 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -108870,22 +74280,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108911,68 +74315,13 @@ operationGroups: default: name: WalkUpdateDomain description: Updates the role instances in the specified update domain. - go: - name: WalkUpdateDomain - description: |- - Updates the role instances in the specified update domain. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesUpdateDomainClient - openApiType: arm - optionalParamGroup: &ref_3849 - schema: - type: object - language: - default: &ref_3602 - name: CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions - description: CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions contains the optional parameters for the CloudServicesUpdateDomainClient.BeginWalkUpdateDomain method. - go: *ref_3602 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3603 - name: string - description: '' - go: *ref_3603 - protocol: {} - language: - default: &ref_3604 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3604 - protocol: {} - required: false - serializedName: CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions - language: - default: &ref_3605 - name: options - description: CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions contains the optional parameters for the CloudServicesUpdateDomainClient.BeginWalkUpdateDomain method. - go: *ref_3605 - protocol: {} - protocolNaming: - internalMethod: walkUpdateDomain - requestMethod: walkUpdateDomainCreateRequest - responseMethod: walkUpdateDomainHandleResponse - responseEnv: &ref_4108 - type: object - language: - default: &ref_3606 - name: CloudServicesUpdateDomainClientWalkUpdateDomainResponse - description: CloudServicesUpdateDomainClientWalkUpdateDomainResponse contains the response from method CloudServicesUpdateDomainClient.BeginWalkUpdateDomain. - forLRO: true - responseType: true - go: *ref_3606 - protocol: {} protocol: {} - operationId: CloudServicesUpdateDomain_GetUpdateDomain apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3607 + - *ref_1326 + - &ref_2199 schema: *ref_3 implementation: Method required: true @@ -108981,14 +74330,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3608 + - &ref_2200 schema: *ref_3 implementation: Method required: true @@ -108997,15 +74342,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - &ref_3609 - schema: *ref_1598 + - &ref_2201 + schema: *ref_1424 implementation: Method required: true language: @@ -109013,15 +74354,11 @@ operationGroups: name: updateDomain description: 'Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.' serializedName: updateDomain - go: - name: updateDomain - description: 'Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.' - serializedName: updateDomain protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -109030,16 +74367,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109048,10 +74381,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -109060,27 +74389,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains/{updateDomain} method: get uri: '{$host}' signatureParameters: - - *ref_3607 - - *ref_3608 - - *ref_3609 + - *ref_2199 + - *ref_2200 + - *ref_2201 responses: - - schema: *ref_1105 + - schema: *ref_1104 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -109089,14 +74412,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109123,66 +74443,13 @@ operationGroups: default: name: GetUpdateDomain description: Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. - go: - name: GetUpdateDomain - description: |- - Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesUpdateDomainClient - openApiType: arm - optionalParamGroup: &ref_3850 - schema: - type: object - language: - default: &ref_3610 - name: CloudServicesUpdateDomainClientGetUpdateDomainOptions - description: CloudServicesUpdateDomainClientGetUpdateDomainOptions contains the optional parameters for the CloudServicesUpdateDomainClient.GetUpdateDomain method. - go: *ref_3610 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesUpdateDomainClientGetUpdateDomainOptions - language: - default: &ref_3611 - name: options - description: CloudServicesUpdateDomainClientGetUpdateDomainOptions contains the optional parameters for the CloudServicesUpdateDomainClient.GetUpdateDomain method. - go: *ref_3611 - protocol: {} - protocolNaming: - internalMethod: getUpdateDomain - requestMethod: getUpdateDomainCreateRequest - responseMethod: getUpdateDomainHandleResponse - responseEnv: &ref_4109 - type: object - properties: - - &ref_3613 - schema: *ref_1105 - serializedName: UpdateDomain - language: - default: &ref_3612 - name: UpdateDomain - description: Defines an update domain for the cloud service. - byValue: true - embeddedType: true - go: *ref_3612 - protocol: {} - language: - default: &ref_3614 - name: CloudServicesUpdateDomainClientGetUpdateDomainResponse - description: CloudServicesUpdateDomainClientGetUpdateDomainResponse contains the response from method CloudServicesUpdateDomainClient.GetUpdateDomain. - marshallingFormat: json - responseType: true - resultProp: *ref_3613 - go: *ref_3614 - protocol: {} protocol: {} - operationId: CloudServicesUpdateDomain_ListUpdateDomains apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3615 + - *ref_1326 + - &ref_2202 schema: *ref_3 implementation: Method required: true @@ -109191,14 +74458,10 @@ operationGroups: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3616 + - &ref_2203 schema: *ref_3 implementation: Method required: true @@ -109207,15 +74470,11 @@ operationGroups: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -109224,16 +74483,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109242,10 +74497,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -109254,26 +74505,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains method: get uri: '{$host}' signatureParameters: - - *ref_3615 - - *ref_3616 + - *ref_2202 + - *ref_2203 responses: - - schema: *ref_3617 + - schema: *ref_2204 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -109282,14 +74527,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109322,71 +74564,11 @@ operationGroups: description: Gets a list of all update domains in a cloud service. paging: nextLinkName: nextLink - go: - name: ListUpdateDomains - description: Gets a list of all update domains in a cloud service. - azureARM: true - clientName: CloudServicesUpdateDomainClient - openApiType: arm - optionalParamGroup: &ref_3851 - schema: - type: object - language: - default: &ref_3618 - name: CloudServicesUpdateDomainClientListUpdateDomainsOptions - description: CloudServicesUpdateDomainClientListUpdateDomainsOptions contains the optional parameters for the CloudServicesUpdateDomainClient.NewListUpdateDomainsPager method. - go: *ref_3618 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesUpdateDomainClientListUpdateDomainsOptions - language: - default: &ref_3619 - name: options - description: CloudServicesUpdateDomainClientListUpdateDomainsOptions contains the optional parameters for the CloudServicesUpdateDomainClient.NewListUpdateDomainsPager method. - go: *ref_3619 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listUpdateDomains - requestMethod: listUpdateDomainsCreateRequest - responseMethod: listUpdateDomainsHandleResponse - responseEnv: &ref_4110 - type: object - properties: - - &ref_3621 - schema: *ref_3617 - serializedName: UpdateDomainListResult - language: - default: &ref_3620 - name: UpdateDomainListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3620 - protocol: {} - language: - default: &ref_3622 - name: CloudServicesUpdateDomainClientListUpdateDomainsResponse - description: CloudServicesUpdateDomainClientListUpdateDomainsResponse contains the response from method CloudServicesUpdateDomainClient.NewListUpdateDomainsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3621 - go: *ref_3622 - protocol: {} protocol: {} language: default: name: CloudServicesUpdateDomain description: '' - go: - name: CloudServicesUpdateDomain - description: '' - clientCtorName: NewCloudServicesUpdateDomainClient - clientName: CloudServicesUpdateDomainClient - clientParams: - - *ref_1336 protocol: {} - $key: CloudServiceOperatingSystems operations: @@ -109394,8 +74576,8 @@ operationGroups: apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3623 + - *ref_1326 + - &ref_2205 schema: *ref_3 implementation: Method required: true @@ -109404,14 +74586,10 @@ operationGroups: name: location description: Name of the location that the OS version pertains to. serializedName: location - go: - name: location - description: Name of the location that the OS version pertains to. - serializedName: location protocol: http: in: path - - &ref_3624 + - &ref_2206 schema: *ref_3 implementation: Method required: true @@ -109420,15 +74598,11 @@ operationGroups: name: osVersionName description: Name of the OS version. serializedName: osVersionName - go: - name: osVersionName - description: Name of the OS version. - serializedName: osVersionName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -109437,16 +74611,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109455,10 +74625,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -109467,26 +74633,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName} method: get uri: '{$host}' signatureParameters: - - *ref_3623 - - *ref_3624 + - *ref_2205 + - *ref_2206 responses: - - schema: *ref_1118 + - schema: *ref_1117 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -109495,14 +74655,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109537,66 +74694,13 @@ operationGroups: default: name: GetOSVersion description: Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. - go: - name: GetOSVersion - description: |- - Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceOperatingSystemsClient - openApiType: arm - optionalParamGroup: &ref_3852 - schema: - type: object - language: - default: &ref_3625 - name: CloudServiceOperatingSystemsClientGetOSVersionOptions - description: CloudServiceOperatingSystemsClientGetOSVersionOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.GetOSVersion method. - go: *ref_3625 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceOperatingSystemsClientGetOSVersionOptions - language: - default: &ref_3626 - name: options - description: CloudServiceOperatingSystemsClientGetOSVersionOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.GetOSVersion method. - go: *ref_3626 - protocol: {} - protocolNaming: - internalMethod: getOSVersion - requestMethod: getOSVersionCreateRequest - responseMethod: getOSVersionHandleResponse - responseEnv: &ref_4111 - type: object - properties: - - &ref_3628 - schema: *ref_1118 - serializedName: OSVersion - language: - default: &ref_3627 - name: OSVersion - description: Describes a cloud service OS version. - byValue: true - embeddedType: true - go: *ref_3627 - protocol: {} - language: - default: &ref_3629 - name: CloudServiceOperatingSystemsClientGetOSVersionResponse - description: CloudServiceOperatingSystemsClientGetOSVersionResponse contains the response from method CloudServiceOperatingSystemsClient.GetOSVersion. - marshallingFormat: json - responseType: true - resultProp: *ref_3628 - go: *ref_3629 - protocol: {} protocol: {} - operationId: CloudServiceOperatingSystems_ListOSVersions apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3630 + - *ref_1326 + - &ref_2207 schema: *ref_3 implementation: Method required: true @@ -109605,15 +74709,11 @@ operationGroups: name: location description: Name of the location that the OS versions pertain to. serializedName: location - go: - name: location - description: Name of the location that the OS versions pertain to. - serializedName: location protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -109622,16 +74722,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109640,10 +74736,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -109652,25 +74744,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions method: get uri: '{$host}' signatureParameters: - - *ref_3630 + - *ref_2207 responses: - - schema: *ref_3631 + - schema: *ref_2208 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -109679,14 +74765,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109738,68 +74821,13 @@ operationGroups: till nextLink is null to fetch all the OS versions. paging: nextLinkName: nextLink - go: - name: ListOSVersions - description: |- - Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page - of OS versions. Do this till nextLink is null to fetch all the OS versions. - azureARM: true - clientName: CloudServiceOperatingSystemsClient - openApiType: arm - optionalParamGroup: &ref_3853 - schema: - type: object - language: - default: &ref_3632 - name: CloudServiceOperatingSystemsClientListOSVersionsOptions - description: CloudServiceOperatingSystemsClientListOSVersionsOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.NewListOSVersionsPager method. - go: *ref_3632 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceOperatingSystemsClientListOSVersionsOptions - language: - default: &ref_3633 - name: options - description: CloudServiceOperatingSystemsClientListOSVersionsOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.NewListOSVersionsPager method. - go: *ref_3633 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOSVersions - requestMethod: listOSVersionsCreateRequest - responseMethod: listOSVersionsHandleResponse - responseEnv: &ref_4112 - type: object - properties: - - &ref_3635 - schema: *ref_3631 - serializedName: OSVersionListResult - language: - default: &ref_3634 - name: OSVersionListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3634 - protocol: {} - language: - default: &ref_3636 - name: CloudServiceOperatingSystemsClientListOSVersionsResponse - description: CloudServiceOperatingSystemsClientListOSVersionsResponse contains the response from method CloudServiceOperatingSystemsClient.NewListOSVersionsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3635 - go: *ref_3636 - protocol: {} protocol: {} - operationId: CloudServiceOperatingSystems_GetOSFamily apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3637 + - *ref_1326 + - &ref_2209 schema: *ref_3 implementation: Method required: true @@ -109808,14 +74836,10 @@ operationGroups: name: location description: Name of the location that the OS family pertains to. serializedName: location - go: - name: location - description: Name of the location that the OS family pertains to. - serializedName: location protocol: http: in: path - - &ref_3638 + - &ref_2210 schema: *ref_3 implementation: Method required: true @@ -109824,15 +74848,11 @@ operationGroups: name: osFamilyName description: Name of the OS family. serializedName: osFamilyName - go: - name: osFamilyName - description: Name of the OS family. - serializedName: osFamilyName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -109841,16 +74861,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109859,10 +74875,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -109871,26 +74883,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName} method: get uri: '{$host}' signatureParameters: - - *ref_3637 - - *ref_3638 + - *ref_2209 + - *ref_2210 responses: - - schema: *ref_1130 + - schema: *ref_1129 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -109899,14 +74905,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109942,66 +74945,13 @@ operationGroups: default: name: GetOSFamily description: Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. - go: - name: GetOSFamily - description: |- - Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceOperatingSystemsClient - openApiType: arm - optionalParamGroup: &ref_3854 - schema: - type: object - language: - default: &ref_3639 - name: CloudServiceOperatingSystemsClientGetOSFamilyOptions - description: CloudServiceOperatingSystemsClientGetOSFamilyOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.GetOSFamily method. - go: *ref_3639 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceOperatingSystemsClientGetOSFamilyOptions - language: - default: &ref_3640 - name: options - description: CloudServiceOperatingSystemsClientGetOSFamilyOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.GetOSFamily method. - go: *ref_3640 - protocol: {} - protocolNaming: - internalMethod: getOSFamily - requestMethod: getOSFamilyCreateRequest - responseMethod: getOSFamilyHandleResponse - responseEnv: &ref_4113 - type: object - properties: - - &ref_3642 - schema: *ref_1130 - serializedName: OSFamily - language: - default: &ref_3641 - name: OSFamily - description: Describes a cloud service OS family. - byValue: true - embeddedType: true - go: *ref_3641 - protocol: {} - language: - default: &ref_3643 - name: CloudServiceOperatingSystemsClientGetOSFamilyResponse - description: CloudServiceOperatingSystemsClientGetOSFamilyResponse contains the response from method CloudServiceOperatingSystemsClient.GetOSFamily. - marshallingFormat: json - responseType: true - resultProp: *ref_3642 - go: *ref_3643 - protocol: {} protocol: {} - operationId: CloudServiceOperatingSystems_ListOSFamilies apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3644 + - *ref_1326 + - &ref_2211 schema: *ref_3 implementation: Method required: true @@ -110010,15 +74960,11 @@ operationGroups: name: location description: Name of the location that the OS families pertain to. serializedName: location - go: - name: location - description: Name of the location that the OS families pertain to. - serializedName: location protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -110027,16 +74973,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -110045,10 +74987,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -110057,25 +74995,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies method: get uri: '{$host}' signatureParameters: - - *ref_3644 + - *ref_2211 responses: - - schema: *ref_3645 + - schema: *ref_2212 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -110084,14 +75016,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -110145,73 +75074,11 @@ operationGroups: till nextLink is null to fetch all the OS Families. paging: nextLinkName: nextLink - go: - name: ListOSFamilies - description: |- - Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page - of OS Families. Do this till nextLink is null to fetch all the OS Families. - azureARM: true - clientName: CloudServiceOperatingSystemsClient - openApiType: arm - optionalParamGroup: &ref_3855 - schema: - type: object - language: - default: &ref_3646 - name: CloudServiceOperatingSystemsClientListOSFamiliesOptions - description: CloudServiceOperatingSystemsClientListOSFamiliesOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.NewListOSFamiliesPager method. - go: *ref_3646 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceOperatingSystemsClientListOSFamiliesOptions - language: - default: &ref_3647 - name: options - description: CloudServiceOperatingSystemsClientListOSFamiliesOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.NewListOSFamiliesPager method. - go: *ref_3647 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOSFamilies - requestMethod: listOSFamiliesCreateRequest - responseMethod: listOSFamiliesHandleResponse - responseEnv: &ref_4114 - type: object - properties: - - &ref_3649 - schema: *ref_3645 - serializedName: OSFamilyListResult - language: - default: &ref_3648 - name: OSFamilyListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3648 - protocol: {} - language: - default: &ref_3650 - name: CloudServiceOperatingSystemsClientListOSFamiliesResponse - description: CloudServiceOperatingSystemsClientListOSFamiliesResponse contains the response from method CloudServiceOperatingSystemsClient.NewListOSFamiliesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3649 - go: *ref_3650 - protocol: {} protocol: {} language: default: name: CloudServiceOperatingSystems description: '' - go: - name: CloudServiceOperatingSystems - description: '' - clientCtorName: NewCloudServiceOperatingSystemsClient - clientName: CloudServiceOperatingSystemsClient - clientParams: - - *ref_1336 protocol: {} security: authenticationRequired: true @@ -110223,536 +75090,5 @@ language: default: name: ComputeManagementClient description: '' - go: - name: ComputeManagementClient - description: '' - azureARM: true - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armcompute - parameterGroups: - - *ref_3651 - - *ref_3652 - - *ref_3653 - - *ref_3654 - - *ref_3655 - - *ref_1371 - - *ref_3656 - - *ref_3657 - - *ref_3658 - - *ref_3659 - - *ref_3660 - - *ref_1418 - - *ref_3661 - - *ref_3662 - - *ref_3663 - - *ref_3664 - - *ref_3665 - - *ref_1463 - - *ref_3666 - - *ref_3667 - - *ref_3668 - - *ref_3669 - - *ref_3670 - - *ref_1517 - - *ref_3671 - - *ref_3672 - - *ref_3673 - - *ref_3674 - - *ref_3675 - - *ref_3676 - - *ref_3677 - - *ref_3678 - - *ref_3679 - - *ref_3680 - - *ref_1599 - - *ref_3681 - - *ref_3682 - - *ref_3683 - - *ref_1648 - - *ref_1658 - - *ref_3684 - - *ref_1674 - - *ref_3685 - - *ref_3686 - - *ref_3687 - - *ref_3688 - - *ref_1724 - - *ref_3689 - - *ref_3690 - - *ref_3691 - - *ref_3692 - - *ref_3693 - - *ref_3694 - - *ref_3695 - - *ref_3696 - - *ref_1821 - - *ref_1828 - - *ref_3697 - - *ref_3698 - - *ref_3699 - - *ref_3700 - - *ref_3701 - - *ref_1867 - - *ref_3702 - - *ref_1886 - - *ref_3703 - - *ref_3704 - - *ref_3705 - - *ref_3706 - - *ref_1924 - - *ref_1932 - - *ref_3707 - - *ref_3708 - - *ref_3709 - - *ref_3710 - - *ref_3711 - - *ref_3712 - - *ref_3713 - - *ref_3714 - - *ref_2021 - - *ref_2029 - - *ref_2042 - - *ref_2054 - - *ref_3715 - - *ref_3716 - - *ref_3717 - - *ref_3718 - - *ref_3719 - - *ref_2094 - - *ref_2111 - - *ref_2121 - - *ref_2131 - - *ref_2141 - - *ref_3720 - - *ref_2160 - - *ref_2170 - - *ref_3721 - - *ref_3722 - - *ref_3723 - - *ref_3724 - - *ref_3725 - - *ref_3726 - - *ref_3727 - - *ref_2239 - - *ref_3728 - - *ref_3729 - - *ref_3730 - - *ref_3731 - - *ref_3732 - - *ref_2286 - - *ref_3733 - - *ref_3734 - - *ref_3735 - - *ref_3736 - - *ref_3737 - - *ref_3738 - - *ref_3739 - - *ref_3740 - - *ref_2368 - - *ref_3741 - - *ref_3742 - - *ref_3743 - - *ref_3744 - - *ref_3745 - - *ref_3746 - - *ref_3747 - - *ref_3748 - - *ref_2450 - - *ref_2461 - - *ref_2474 - - *ref_3749 - - *ref_3750 - - *ref_3751 - - *ref_2512 - - *ref_2520 - - *ref_3752 - - *ref_2534 - - *ref_2552 - - *ref_3753 - - *ref_3754 - - *ref_3755 - - *ref_2584 - - *ref_3756 - - *ref_3757 - - *ref_3758 - - *ref_3759 - - *ref_3760 - - *ref_3761 - - *ref_3762 - - *ref_3763 - - *ref_3764 - - *ref_3765 - - *ref_2687 - - *ref_2697 - - *ref_3766 - - *ref_3767 - - *ref_3768 - - *ref_2743 - - *ref_2753 - - *ref_2763 - - *ref_3769 - - *ref_3770 - - *ref_3771 - - *ref_3772 - - *ref_3773 - - *ref_3774 - - *ref_3775 - - *ref_3776 - - *ref_3777 - - *ref_3778 - - *ref_3779 - - *ref_3780 - - *ref_3781 - - *ref_3782 - - *ref_3783 - - *ref_3784 - - *ref_3785 - - *ref_3786 - - *ref_3787 - - *ref_3788 - - *ref_3789 - - *ref_3790 - - *ref_3791 - - *ref_3792 - - *ref_3793 - - *ref_3794 - - *ref_3795 - - *ref_3796 - - *ref_3797 - - *ref_3798 - - *ref_3799 - - *ref_3800 - - *ref_3801 - - *ref_3802 - - *ref_3803 - - *ref_3804 - - *ref_3805 - - *ref_3806 - - *ref_3102 - - *ref_3807 - - *ref_3808 - - *ref_3809 - - *ref_3810 - - *ref_3811 - - *ref_3812 - - *ref_3813 - - *ref_3814 - - *ref_3815 - - *ref_3816 - - *ref_3207 - - *ref_3817 - - *ref_3818 - - *ref_3819 - - *ref_3820 - - *ref_3821 - - *ref_3822 - - *ref_3823 - - *ref_3824 - - *ref_3825 - - *ref_3310 - - *ref_3826 - - *ref_3827 - - *ref_3828 - - *ref_3350 - - *ref_3829 - - *ref_3367 - - *ref_3830 - - *ref_3386 - - *ref_3831 - - *ref_3832 - - *ref_3413 - - *ref_3833 - - *ref_3431 - - *ref_3834 - - *ref_3835 - - *ref_3836 - - *ref_3837 - - *ref_3838 - - *ref_3839 - - *ref_3840 - - *ref_3841 - - *ref_3842 - - *ref_3843 - - *ref_3844 - - *ref_3845 - - *ref_3846 - - *ref_3847 - - *ref_3848 - - *ref_3565 - - *ref_3575 - - *ref_3585 - - *ref_3595 - - *ref_3849 - - *ref_3850 - - *ref_3851 - - *ref_3852 - - *ref_3853 - - *ref_3854 - - *ref_3855 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_3856 - - *ref_3857 - - *ref_3858 - - *ref_3859 - - *ref_3860 - - *ref_3861 - - *ref_3862 - - *ref_3863 - - *ref_3864 - - *ref_3865 - - *ref_3866 - - *ref_3867 - - *ref_3868 - - *ref_3869 - - *ref_3870 - - *ref_3871 - - *ref_3872 - - *ref_3873 - - *ref_3874 - - *ref_3875 - - *ref_3876 - - *ref_3877 - - *ref_3878 - - *ref_3879 - - *ref_3880 - - *ref_3881 - - *ref_3882 - - *ref_3883 - - *ref_3884 - - *ref_3885 - - *ref_3886 - - *ref_3887 - - *ref_3888 - - *ref_3889 - - *ref_3890 - - *ref_3891 - - *ref_3892 - - *ref_3893 - - *ref_3894 - - *ref_3895 - - *ref_3896 - - *ref_3897 - - *ref_3898 - - *ref_3899 - - *ref_3900 - - *ref_3901 - - *ref_3902 - - *ref_3903 - - *ref_3904 - - *ref_3905 - - *ref_3906 - - *ref_3907 - - *ref_3908 - - *ref_3909 - - *ref_3910 - - *ref_3911 - - *ref_3912 - - *ref_3913 - - *ref_3914 - - *ref_3915 - - *ref_3916 - - *ref_3917 - - *ref_3918 - - *ref_3919 - - *ref_3920 - - *ref_3921 - - *ref_3922 - - *ref_3923 - - *ref_3924 - - *ref_3925 - - *ref_3926 - - *ref_3927 - - *ref_3928 - - *ref_3929 - - *ref_3930 - - *ref_3931 - - *ref_3932 - - *ref_3933 - - *ref_3934 - - *ref_3935 - - *ref_3936 - - *ref_3937 - - *ref_3938 - - *ref_3939 - - *ref_3940 - - *ref_3941 - - *ref_3942 - - *ref_3943 - - *ref_3944 - - *ref_3945 - - *ref_3946 - - *ref_3947 - - *ref_3948 - - *ref_3949 - - *ref_3950 - - *ref_3951 - - *ref_3952 - - *ref_3953 - - *ref_3954 - - *ref_3955 - - *ref_3956 - - *ref_3957 - - *ref_3958 - - *ref_3959 - - *ref_3960 - - *ref_3961 - - *ref_3962 - - *ref_3963 - - *ref_3964 - - *ref_3965 - - *ref_3966 - - *ref_3967 - - *ref_3968 - - *ref_3969 - - *ref_3970 - - *ref_3971 - - *ref_3972 - - *ref_3973 - - *ref_3974 - - *ref_3975 - - *ref_3976 - - *ref_3977 - - *ref_3978 - - *ref_3979 - - *ref_3980 - - *ref_3981 - - *ref_3982 - - *ref_3983 - - *ref_3984 - - *ref_3985 - - *ref_3986 - - *ref_3987 - - *ref_3988 - - *ref_3989 - - *ref_3990 - - *ref_3991 - - *ref_3992 - - *ref_3993 - - *ref_3994 - - *ref_3995 - - *ref_3996 - - *ref_3997 - - *ref_3998 - - *ref_3999 - - *ref_4000 - - *ref_4001 - - *ref_4002 - - *ref_4003 - - *ref_4004 - - *ref_4005 - - *ref_4006 - - *ref_4007 - - *ref_4008 - - *ref_4009 - - *ref_4010 - - *ref_4011 - - *ref_4012 - - *ref_4013 - - *ref_4014 - - *ref_4015 - - *ref_4016 - - *ref_4017 - - *ref_4018 - - *ref_4019 - - *ref_4020 - - *ref_4021 - - *ref_4022 - - *ref_4023 - - *ref_4024 - - *ref_4025 - - *ref_4026 - - *ref_4027 - - *ref_4028 - - *ref_4029 - - *ref_4030 - - *ref_4031 - - *ref_4032 - - *ref_4033 - - *ref_4034 - - *ref_4035 - - *ref_4036 - - *ref_4037 - - *ref_4038 - - *ref_4039 - - *ref_4040 - - *ref_4041 - - *ref_4042 - - *ref_4043 - - *ref_4044 - - *ref_4045 - - *ref_4046 - - *ref_4047 - - *ref_4048 - - *ref_4049 - - *ref_4050 - - *ref_4051 - - *ref_4052 - - *ref_4053 - - *ref_4054 - - *ref_4055 - - *ref_4056 - - *ref_4057 - - *ref_4058 - - *ref_4059 - - *ref_4060 - - *ref_4061 - - *ref_4062 - - *ref_4063 - - *ref_4064 - - *ref_4065 - - *ref_4066 - - *ref_4067 - - *ref_4068 - - *ref_4069 - - *ref_4070 - - *ref_4071 - - *ref_4072 - - *ref_4073 - - *ref_4074 - - *ref_4075 - - *ref_4076 - - *ref_4077 - - *ref_4078 - - *ref_4079 - - *ref_4080 - - *ref_4081 - - *ref_4082 - - *ref_4083 - - *ref_4084 - - *ref_4085 - - *ref_4086 - - *ref_4087 - - *ref_4088 - - *ref_4089 - - *ref_4090 - - *ref_4091 - - *ref_4092 - - *ref_4093 - - *ref_4094 - - *ref_4095 - - *ref_4096 - - *ref_4097 - - *ref_4098 - - *ref_4099 - - *ref_4100 - - *ref_4101 - - *ref_4102 - - *ref_4103 - - *ref_4104 - - *ref_4105 - - *ref_4106 - - *ref_4107 - - *ref_4108 - - *ref_4109 - - *ref_4110 - - *ref_4111 - - *ref_4112 - - *ref_4113 - - *ref_4114 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/test-modeler.yaml b/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/test-modeler.yaml index b0a74822d..185ef765f 100644 --- a/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/test-modeler.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/compute/armcompute/__debug/test-modeler.yaml @@ -11,11 +11,6 @@ schemas: description: >- Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided.

    Minimum api-version: 2020-06-01. - go: - name: bool - description: >- - Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the - dedicated host group. The value is defaulted to 'false' when not provided.

    Minimum api-version: 2020-06-01. protocol: {} - &ref_135 type: boolean @@ -23,9 +18,6 @@ schemas: default: name: Boolean description: Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. - go: - name: bool - description: Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. protocol: {} - &ref_147 type: boolean @@ -35,11 +27,6 @@ schemas: description: >- Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is only enabled for CRP VMs but not VMSS. - go: - name: bool - description: >- - Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is only enabled for CRP VMs but - not VMSS. protocol: {} - &ref_148 type: boolean @@ -47,9 +34,6 @@ schemas: default: name: Boolean description: Whether the handler can support multiple extensions. - go: - name: bool - description: Whether the handler can support multiple extensions. protocol: {} - &ref_98 type: boolean @@ -59,11 +43,6 @@ schemas: description: >- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. - go: - name: bool - description: >- - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to - true. protocol: {} - &ref_99 type: boolean @@ -71,9 +50,6 @@ schemas: default: name: Boolean description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. - go: - name: bool - description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. protocol: {} - &ref_28 type: boolean @@ -81,9 +57,6 @@ schemas: default: name: Boolean description: Specifies whether automatic OS upgrade is supported on the image. - go: - name: bool - description: Specifies whether automatic OS upgrade is supported on the image. protocol: {} - &ref_157 type: boolean @@ -91,9 +64,6 @@ schemas: default: name: Boolean description: Specifies whether disk encryption should be enabled on the virtual machine. - go: - name: bool - description: Specifies whether disk encryption should be enabled on the virtual machine. protocol: {} - &ref_162 type: boolean @@ -101,9 +71,6 @@ schemas: default: name: Boolean description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: bool - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - &ref_171 type: boolean @@ -111,9 +78,6 @@ schemas: default: name: Boolean description: Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset - go: - name: bool - description: Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset protocol: {} - &ref_175 type: boolean @@ -123,11 +87,6 @@ schemas: description: >- The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled. - go: - name: bool - description: >- - The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual - machine or virtual machine scale set only if this property is enabled. protocol: {} - &ref_180 type: boolean @@ -137,11 +96,6 @@ schemas: description: >- Indicates whether virtual machine agent should be provisioned on the virtual machine.

    When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later. - go: - name: bool - description: >- - Indicates whether virtual machine agent should be provisioned on the virtual machine.

    When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is - installed on the VM so that extensions can be added to the VM later. protocol: {} - &ref_181 type: boolean @@ -149,9 +103,6 @@ schemas: default: name: Boolean description: Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true.

    For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning. - go: - name: bool - description: Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true.

    For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning. protocol: {} - &ref_188 type: boolean @@ -159,9 +110,6 @@ schemas: default: name: Boolean description: Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'. - go: - name: bool - description: Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'. protocol: {} - &ref_192 type: boolean @@ -169,9 +117,6 @@ schemas: default: name: Boolean description: Specifies whether password authentication should be disabled. - go: - name: bool - description: Specifies whether password authentication should be disabled. protocol: {} - &ref_199 type: boolean @@ -179,9 +124,6 @@ schemas: default: name: Boolean description: Specifies whether extension operations should be allowed on the virtual machine.

    This may only be set to False when no extensions are present on the virtual machine. - go: - name: bool - description: Specifies whether extension operations should be allowed on the virtual machine.

    This may only be set to False when no extensions are present on the virtual machine. protocol: {} - &ref_200 type: boolean @@ -189,9 +131,6 @@ schemas: default: name: Boolean description: 'Specifies whether the guest provision signal is required to infer provision success of the virtual machine. **Note: This property is for private testing only, and all customers must not set the property to false.**' - go: - name: bool - description: 'Specifies whether the guest provision signal is required to infer provision success of the virtual machine. **Note: This property is for private testing only, and all customers must not set the property to false.**' protocol: {} - &ref_46 type: boolean @@ -199,9 +138,6 @@ schemas: default: name: Boolean description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: bool - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - &ref_59 type: boolean @@ -209,9 +145,6 @@ schemas: default: name: Boolean description: Specifies whether the network interface is accelerated networking-enabled. - go: - name: bool - description: Specifies whether the network interface is accelerated networking-enabled. protocol: {} - &ref_60 type: boolean @@ -219,9 +152,6 @@ schemas: default: name: Boolean description: Specifies whether the network interface is FPGA networking-enabled. - go: - name: bool - description: Specifies whether the network interface is FPGA networking-enabled. protocol: {} - &ref_63 type: boolean @@ -229,9 +159,6 @@ schemas: default: name: Boolean description: Whether IP forwarding enabled on this NIC. - go: - name: bool - description: Whether IP forwarding enabled on this NIC. protocol: {} - &ref_213 type: boolean @@ -239,9 +166,6 @@ schemas: default: name: Boolean description: 'Specifies whether secure boot should be enabled on the virtual machine.

    Minimum api-version: 2020-12-01' - go: - name: bool - description: 'Specifies whether secure boot should be enabled on the virtual machine.

    Minimum api-version: 2020-12-01' protocol: {} - &ref_214 type: boolean @@ -249,9 +173,6 @@ schemas: default: name: Boolean description: 'Specifies whether vTPM should be enabled on the virtual machine.

    Minimum api-version: 2020-12-01' - go: - name: bool - description: 'Specifies whether vTPM should be enabled on the virtual machine.

    Minimum api-version: 2020-12-01' protocol: {} - &ref_215 type: boolean @@ -261,11 +182,6 @@ schemas: description: >- This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself.

    Default: The Encryption at host will be disabled unless this property is set to true for the resource. - go: - name: bool - description: >- - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at - host itself.

    Default: The Encryption at host will be disabled unless this property is set to true for the resource. protocol: {} - &ref_217 type: boolean @@ -273,9 +189,6 @@ schemas: default: name: Boolean description: Whether boot diagnostics should be enabled on the Virtual Machine. - go: - name: bool - description: Whether boot diagnostics should be enabled on the Virtual Machine. protocol: {} - &ref_233 type: boolean @@ -283,9 +196,6 @@ schemas: default: name: Boolean description: True, if customer is allowed to perform Maintenance. - go: - name: bool - description: True, if customer is allowed to perform Maintenance. protocol: {} - &ref_248 type: boolean @@ -293,9 +203,6 @@ schemas: default: name: Boolean description: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. - go: - name: bool - description: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. protocol: {} - &ref_262 type: boolean @@ -303,9 +210,6 @@ schemas: default: name: Boolean description: Describes whether the operation ran out of time before it completed all its intended actions - go: - name: bool - description: Describes whether the operation ran out of time before it completed all its intended actions protocol: {} - &ref_276 type: boolean @@ -313,9 +217,6 @@ schemas: default: name: Boolean description: Specifies whether the Terminate Scheduled event is enabled or disabled. - go: - name: bool - description: Specifies whether the Terminate Scheduled event is enabled or disabled. protocol: {} - &ref_292 type: boolean @@ -323,9 +224,6 @@ schemas: default: name: Boolean description: Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. - go: - name: bool - description: Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. protocol: {} - &ref_293 type: boolean @@ -333,9 +231,6 @@ schemas: default: name: Boolean description: Upgrade all unhealthy instances in a scale set before any healthy instances. - go: - name: bool - description: Upgrade all unhealthy instances in a scale set before any healthy instances. protocol: {} - &ref_294 type: boolean @@ -346,12 +241,6 @@ schemas: Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false.

    If this is set to true for Windows based scale sets, [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) is automatically set to false and cannot be set to true. - go: - name: bool - description: >- - Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false.

    If this is set to true for - Windows based scale sets, [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) is automatically set to false and - cannot be set to true. protocol: {} - &ref_295 type: boolean @@ -359,9 +248,6 @@ schemas: default: name: Boolean description: Whether OS image rollback feature should be disabled. Default value is false. - go: - name: bool - description: Whether OS image rollback feature should be disabled. Default value is false. protocol: {} - &ref_296 type: boolean @@ -369,9 +255,6 @@ schemas: default: name: Boolean description: Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. - go: - name: bool - description: Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. protocol: {} - &ref_323 type: boolean @@ -379,9 +262,6 @@ schemas: default: name: Boolean description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. - go: - name: bool - description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. protocol: {} - &ref_324 type: boolean @@ -389,9 +269,6 @@ schemas: default: name: Boolean description: When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. - go: - name: bool - description: When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. protocol: {} - &ref_326 type: boolean @@ -401,11 +278,6 @@ schemas: description: >- When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true. - go: - name: bool - description: >- - When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be - modified to true. protocol: {} - &ref_327 type: boolean @@ -413,9 +285,6 @@ schemas: default: name: Boolean description: Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. - go: - name: bool - description: Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. protocol: {} - &ref_343 type: boolean @@ -423,21 +292,15 @@ schemas: default: name: Boolean description: Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). - go: - name: bool - description: Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). protocol: {} - - &ref_719 + - &ref_718 type: boolean language: default: name: Boolean description: Specifies whether to overwrite the destination virtual hard disk, in case of conflict. - go: - name: bool - description: Specifies whether to overwrite the destination virtual hard disk, in case of conflict. protocol: {} - - &ref_1813 + - &ref_1521 type: boolean apiVersions: - version: '2021-03-01' @@ -445,11 +308,8 @@ schemas: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_1878 + - &ref_1540 type: boolean apiVersions: - version: '2021-03-01' @@ -458,39 +318,27 @@ schemas: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_731 + - &ref_730 type: boolean language: default: name: Boolean description: 'Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk.' - go: - name: bool - description: 'Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk.' protocol: {} - - &ref_754 + - &ref_753 type: boolean language: default: name: Boolean description: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. - go: - name: bool - description: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. protocol: {} - - &ref_764 + - &ref_763 type: boolean language: default: name: Boolean description: Whether the operation ran out of time before it completed all its intended actions. - go: - name: bool - description: Whether the operation ran out of time before it completed all its intended actions. protocol: {} - &ref_74 type: boolean @@ -498,9 +346,6 @@ schemas: default: name: Boolean description: Whether this is a primary NIC on a virtual machine. - go: - name: bool - description: Whether this is a primary NIC on a virtual machine. protocol: {} - &ref_69 type: boolean @@ -508,19 +353,13 @@ schemas: default: name: Boolean description: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. - go: - name: bool - description: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. protocol: {} - - &ref_825 + - &ref_824 type: boolean language: default: name: Boolean description: Whether the recovery walk was performed - go: - name: bool - description: Whether the recovery walk was performed protocol: {} - &ref_380 type: boolean @@ -528,9 +367,6 @@ schemas: default: name: Boolean description: Specifies whether the latest model has been applied to the virtual machine. - go: - name: bool - description: Specifies whether the latest model has been applied to the virtual machine. protocol: {} - &ref_397 type: boolean @@ -538,9 +374,6 @@ schemas: default: name: Boolean description: Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. - go: - name: bool - description: Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. protocol: {} - &ref_398 type: boolean @@ -548,70 +381,49 @@ schemas: default: name: Boolean description: Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. - go: - name: bool - description: Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. protocol: {} - - &ref_840 + - &ref_839 type: boolean language: default: name: Boolean description: Group query result by Throttle Policy applied. - go: - name: bool - description: Group query result by Throttle Policy applied. protocol: {} - - &ref_841 + - &ref_840 type: boolean language: default: name: Boolean description: Group query result by Operation Name. - go: - name: bool - description: Group query result by Operation Name. protocol: {} - - &ref_842 + - &ref_841 type: boolean language: default: name: Boolean description: Group query result by Resource Name. - go: - name: bool - description: Group query result by Resource Name. protocol: {} - - &ref_843 + - &ref_842 type: boolean language: default: name: Boolean description: Group query result by Client Application ID. - go: - name: bool - description: Group query result by Client Application ID. protocol: {} - - &ref_844 + - &ref_843 type: boolean language: default: name: Boolean description: Group query result by User Agent. - go: - name: bool - description: Group query result by User Agent. protocol: {} - - &ref_853 + - &ref_852 type: boolean defaultValue: false language: default: name: Boolean description: The run command parameter required. - go: - name: bool - description: The run command parameter required. protocol: {} - &ref_407 type: boolean @@ -620,9 +432,6 @@ schemas: default: name: Boolean description: Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. - go: - name: bool - description: Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. protocol: {} - &ref_442 type: boolean @@ -632,11 +441,6 @@ schemas: description: >- Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is null in the request object, the existing settings remain unchanged. - go: - name: bool - description: >- - Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is - null in the request object, the existing settings remain unchanged. protocol: {} - &ref_461 type: boolean @@ -644,9 +448,6 @@ schemas: default: name: Boolean description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. - go: - name: bool - description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. protocol: {} - &ref_463 type: boolean @@ -654,9 +455,6 @@ schemas: default: name: Boolean description: Indicates the OS on a disk supports hibernation. - go: - name: bool - description: Indicates the OS on a disk supports hibernation. protocol: {} - &ref_476 type: boolean @@ -664,9 +462,6 @@ schemas: default: name: Boolean description: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. - go: - name: bool - description: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. protocol: {} - &ref_479 type: boolean @@ -674,9 +469,6 @@ schemas: default: name: Boolean description: Indicates the OS on a snapshot supports hibernation. - go: - name: bool - description: Indicates the OS on a snapshot supports hibernation. protocol: {} - &ref_487 type: boolean @@ -684,9 +476,6 @@ schemas: default: name: Boolean description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. - go: - name: bool - description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. protocol: {} - &ref_541 type: boolean @@ -694,9 +483,6 @@ schemas: default: name: Boolean description: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. - go: - name: bool - description: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. protocol: {} - &ref_530 type: boolean @@ -704,59 +490,41 @@ schemas: default: name: Boolean description: Optional. Whether or not this application reports health. - go: - name: bool - description: Optional. Whether or not this application reports health. protocol: {} - - &ref_1056 + - &ref_1055 type: boolean language: default: name: Boolean description: "(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.\r\nIf false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff." - go: - name: bool - description: "(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.\r\nIf false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff." protocol: {} - - &ref_1057 + - &ref_1056 type: boolean language: default: name: Boolean description: "(Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.\r\nThe default value is `false`." - go: - name: bool - description: "(Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.\r\nThe default value is `false`." protocol: {} - - &ref_1069 + - &ref_1068 type: boolean language: default: name: Boolean description: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available. - go: - name: bool - description: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available. protocol: {} - - &ref_1115 + - &ref_1114 type: boolean language: default: name: Boolean description: Specifies whether this is the default OS version for its family. - go: - name: bool - description: Specifies whether this is the default OS version for its family. protocol: {} - - &ref_1116 + - &ref_1115 type: boolean language: default: name: Boolean description: Specifies whether this OS version is active. - go: - name: bool - description: Specifies whether this OS version is active. protocol: {} numbers: - &ref_593 @@ -768,9 +536,6 @@ schemas: default: name: AvailabilitySetPropertiesPlatformUpdateDomainCount description: Update Domain count. - go: - name: int32 - description: Update Domain count. protocol: {} - &ref_594 type: integer @@ -781,9 +546,6 @@ schemas: default: name: AvailabilitySetPropertiesPlatformFaultDomainCount description: Fault Domain count. - go: - name: int32 - description: Fault Domain count. protocol: {} - &ref_142 type: integer @@ -794,11 +556,8 @@ schemas: default: name: SkuCapacity description: Specifies the number of virtual machines in the scale set. - go: - name: int64 - description: Specifies the number of virtual machines in the scale set. protocol: {} - - &ref_634 + - &ref_633 type: integer apiVersions: - version: '2021-03-01' @@ -809,13 +568,8 @@ schemas: description: >- The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please refer to https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list - go: - name: int32 - description: >- - The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please refer to - https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list protocol: {} - - &ref_635 + - &ref_634 type: integer apiVersions: - version: '2021-03-01' @@ -824,11 +578,8 @@ schemas: default: name: VirtualMachineSizeOsDiskSizeInMB description: The OS disk size, in MB, allowed by the virtual machine size. - go: - name: int32 - description: The OS disk size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_636 + - &ref_635 type: integer apiVersions: - version: '2021-03-01' @@ -837,11 +588,8 @@ schemas: default: name: VirtualMachineSizeResourceDiskSizeInMB description: The resource disk size, in MB, allowed by the virtual machine size. - go: - name: int32 - description: The resource disk size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_637 + - &ref_636 type: integer apiVersions: - version: '2021-03-01' @@ -850,11 +598,8 @@ schemas: default: name: VirtualMachineSizeMemoryInMB description: The amount of memory, in MB, supported by the virtual machine size. - go: - name: int32 - description: The amount of memory, in MB, supported by the virtual machine size. protocol: {} - - &ref_638 + - &ref_637 type: integer apiVersions: - version: '2021-03-01' @@ -863,9 +608,6 @@ schemas: default: name: VirtualMachineSizeMaxDataDiskCount description: The maximum number of data disks that can be attached to the virtual machine size. - go: - name: int32 - description: The maximum number of data disks that can be attached to the virtual machine size. protocol: {} - &ref_90 type: integer @@ -877,9 +619,6 @@ schemas: default: name: DedicatedHostGroupPropertiesPlatformFaultDomainCount description: Number of fault domains that the host group can span. - go: - name: int32 - description: Number of fault domains that the host group can span. protocol: {} - &ref_129 type: number @@ -890,9 +629,6 @@ schemas: default: name: DedicatedHostAllocatableVMCount description: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. - go: - name: float64 - description: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. protocol: {} - &ref_134 type: integer @@ -904,11 +640,8 @@ schemas: default: name: DedicatedHostPropertiesPlatformFaultDomain description: Fault domain of the dedicated host within a dedicated host group. - go: - name: int32 - description: Fault domain of the dedicated host within a dedicated host group. protocol: {} - - &ref_1598 + - &ref_1424 type: integer apiVersions: - version: '2021-03-01' @@ -917,9 +650,6 @@ schemas: default: name: Integer description: '' - go: - name: int32 - description: '' protocol: {} - &ref_27 type: integer @@ -930,11 +660,8 @@ schemas: default: name: DataDiskImageLun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: int32 - description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - - &ref_662 + - &ref_661 type: integer apiVersions: - version: '2021-03-01' @@ -943,11 +670,8 @@ schemas: default: name: UsageCurrentValue description: The current usage of the resource. - go: - name: int32 - description: The current usage of the resource. protocol: {} - - &ref_663 + - &ref_662 type: integer apiVersions: - version: '2021-03-01' @@ -956,9 +680,6 @@ schemas: default: name: UsageLimit description: The maximum permitted usage of the resource. - go: - name: int64 - description: The maximum permitted usage of the resource. protocol: {} - &ref_166 type: integer @@ -969,9 +690,6 @@ schemas: default: name: OSDiskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_168 type: integer @@ -982,9 +700,6 @@ schemas: default: name: DataDiskLun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: int32 - description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - &ref_170 type: integer @@ -995,9 +710,6 @@ schemas: default: name: DataDiskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_172 type: integer @@ -1008,9 +720,6 @@ schemas: default: name: DataDiskIOPSReadWrite description: Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. - go: - name: int64 - description: Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. protocol: {} - &ref_173 type: integer @@ -1021,9 +730,6 @@ schemas: default: name: DataDiskMBpsReadWrite description: Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. - go: - name: int64 - description: Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. protocol: {} - &ref_206 type: integer @@ -1034,9 +740,6 @@ schemas: default: name: VirtualMachinePublicIPAddressConfigurationPropertiesIdleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: int32 - description: The idle timeout of the public IP address. protocol: {} - &ref_221 type: number @@ -1052,14 +755,6 @@ schemas: current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

    Possible values are:

    - Any decimal value greater than zero. Example: 0.01538

    -1 – indicates default price to be up-to on-demand.

    You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

    Minimum api-version: 2019-03-01. - go: - name: float64 - description: >- - Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars.

    This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at - the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if the maxPrice is greater than the current Azure Spot price.

    The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the - current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

    Possible values are:

    - Any decimal value greater than zero. Example: 0.01538

    -1 – indicates default price to be up-to - on-demand.

    You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

    Minimum api-version: - 2019-03-01. protocol: {} - &ref_223 type: integer @@ -1070,9 +765,6 @@ schemas: default: name: VirtualMachineInstanceViewPlatformUpdateDomain description: Specifies the update domain of the virtual machine. - go: - name: int32 - description: Specifies the update domain of the virtual machine. protocol: {} - &ref_224 type: integer @@ -1083,9 +775,6 @@ schemas: default: name: VirtualMachineInstanceViewPlatformFaultDomain description: Specifies the fault domain of the virtual machine. - go: - name: int32 - description: Specifies the fault domain of the virtual machine. protocol: {} - &ref_249 type: integer @@ -1096,9 +785,6 @@ schemas: default: name: AvailablePatchSummaryCriticalAndSecurityPatchCount description: The number of critical or security patches that have been detected as available and not yet installed. - go: - name: int32 - description: The number of critical or security patches that have been detected as available and not yet installed. protocol: {} - &ref_250 type: integer @@ -1109,9 +795,6 @@ schemas: default: name: AvailablePatchSummaryOtherPatchCount description: The number of all available patches excluding critical and security. - go: - name: int32 - description: The number of all available patches excluding critical and security. protocol: {} - &ref_263 type: integer @@ -1122,9 +805,6 @@ schemas: default: name: LastPatchInstallationSummaryNotSelectedPatchCount description: The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. - go: - name: int32 - description: The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. protocol: {} - &ref_264 type: integer @@ -1135,9 +815,6 @@ schemas: default: name: LastPatchInstallationSummaryExcludedPatchCount description: The number of all available patches but excluded explicitly by a customer-specified exclusion list match. - go: - name: int32 - description: The number of all available patches but excluded explicitly by a customer-specified exclusion list match. protocol: {} - &ref_265 type: integer @@ -1148,9 +825,6 @@ schemas: default: name: LastPatchInstallationSummaryPendingPatchCount description: The number of all available patches expected to be installed over the course of the patch installation operation. - go: - name: int32 - description: The number of all available patches expected to be installed over the course of the patch installation operation. protocol: {} - &ref_266 type: integer @@ -1161,9 +835,6 @@ schemas: default: name: LastPatchInstallationSummaryInstalledPatchCount description: The count of patches that successfully installed. - go: - name: int32 - description: The count of patches that successfully installed. protocol: {} - &ref_267 type: integer @@ -1174,9 +845,6 @@ schemas: default: name: LastPatchInstallationSummaryFailedPatchCount description: The count of patches that failed installation. - go: - name: int32 - description: The count of patches that failed installation. protocol: {} - &ref_274 type: integer @@ -1190,12 +858,6 @@ schemas: Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault domains.
  • This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.
  • The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.
  • This property cannot be updated once the Virtual Machine is created.
  • Fault domain assignment can be viewed in the Virtual Machine Instance View.

    Minimum api‐version: 2020‐12‐01 - go: - name: int32 - description: >- - Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains balance across available fault - domains.
  • This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.
  • The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.
  • This property - cannot be updated once the Virtual Machine is created.
  • Fault domain assignment can be viewed in the Virtual Machine Instance View.

    Minimum api‐version: 2020‐12‐01 protocol: {} - &ref_288 type: integer @@ -1210,11 +872,6 @@ schemas: description: >- The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%. - go: - name: int32 - description: >- - The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of - instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%. protocol: {} - &ref_289 type: integer @@ -1229,11 +886,6 @@ schemas: description: >- The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%. - go: - name: int32 - description: >- - The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health - checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%. protocol: {} - &ref_290 type: integer @@ -1248,11 +900,6 @@ schemas: description: >- The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%. - go: - name: int32 - description: >- - The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The - default value for this parameter is 20%. protocol: {} - &ref_307 type: integer @@ -1263,9 +910,6 @@ schemas: default: name: VirtualMachineScaleSetOSDiskSizeGB description: Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_310 type: integer @@ -1276,9 +920,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskLun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: int32 - description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - &ref_311 type: integer @@ -1289,9 +930,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_313 type: integer @@ -1302,9 +940,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskIOPSReadWrite description: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. - go: - name: int64 - description: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. protocol: {} - &ref_314 type: integer @@ -1315,9 +950,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskMBpsReadWrite description: Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. - go: - name: int64 - description: Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. protocol: {} - &ref_51 type: integer @@ -1328,9 +960,6 @@ schemas: default: name: VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesIdleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: int32 - description: The idle timeout of the public IP address. protocol: {} - &ref_328 type: integer @@ -1341,9 +970,6 @@ schemas: default: name: VirtualMachineScaleSetPropertiesPlatformFaultDomainCount description: Fault Domain count for each placement group. - go: - name: int32 - description: Fault Domain count for each placement group. protocol: {} - &ref_341 type: integer @@ -1354,9 +980,6 @@ schemas: default: name: ImageDiskSizeGB description: Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_338 type: integer @@ -1367,9 +990,6 @@ schemas: default: name: ImageDataDiskLun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: int32 - description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - &ref_357 type: integer @@ -1380,9 +1000,6 @@ schemas: default: name: RestorePointSourceVMOSDiskSizeGB description: Gets the disk size in GB. - go: - name: int32 - description: Gets the disk size in GB. protocol: {} - &ref_358 type: integer @@ -1393,9 +1010,6 @@ schemas: default: name: RestorePointSourceVMDataDiskLun description: Gets the logical unit number. - go: - name: int32 - description: Gets the logical unit number. protocol: {} - &ref_360 type: integer @@ -1406,9 +1020,6 @@ schemas: default: name: RestorePointSourceVMDataDiskSizeGB description: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. - go: - name: int32 - description: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. protocol: {} - &ref_367 type: integer @@ -1419,9 +1030,6 @@ schemas: default: name: RestorePointProvisioningDetailsTotalUsedSizeInBytes description: Gets the total size of the data in all the disks which are part of the restore point. - go: - name: int64 - description: Gets the total size of the data in all the disks which are part of the restore point. protocol: {} - &ref_368 type: integer @@ -1432,11 +1040,8 @@ schemas: default: name: RestorePointProvisioningDetailsStatusCode description: Gets the status of the Create restore point operation. - go: - name: int32 - description: Gets the status of the Create restore point operation. protocol: {} - - &ref_735 + - &ref_734 type: integer apiVersions: - version: '2021-03-01' @@ -1445,11 +1050,8 @@ schemas: default: name: VirtualMachineAssessPatchesResultCriticalAndSecurityPatchCount description: The number of critical or security patches that have been detected as available and not yet installed. - go: - name: int32 - description: The number of critical or security patches that have been detected as available and not yet installed. protocol: {} - - &ref_736 + - &ref_735 type: integer apiVersions: - version: '2021-03-01' @@ -1458,11 +1060,8 @@ schemas: default: name: VirtualMachineAssessPatchesResultOtherPatchCount description: The number of all available patches excluding critical and security. - go: - name: int32 - description: The number of all available patches excluding critical and security. protocol: {} - - &ref_765 + - &ref_764 type: integer apiVersions: - version: '2021-03-01' @@ -1471,11 +1070,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultExcludedPatchCount description: The number of patches that were not installed due to the user blocking their installation. - go: - name: int32 - description: The number of patches that were not installed due to the user blocking their installation. protocol: {} - - &ref_766 + - &ref_765 type: integer apiVersions: - version: '2021-03-01' @@ -1484,11 +1080,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultNotSelectedPatchCount description: The number of patches that were detected as available for install, but did not meet the operation's criteria. - go: - name: int32 - description: The number of patches that were detected as available for install, but did not meet the operation's criteria. protocol: {} - - &ref_767 + - &ref_766 type: integer apiVersions: - version: '2021-03-01' @@ -1497,11 +1090,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultPendingPatchCount description: The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. - go: - name: int32 - description: The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. protocol: {} - - &ref_768 + - &ref_767 type: integer apiVersions: - version: '2021-03-01' @@ -1510,11 +1100,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultInstalledPatchCount description: The number of patches successfully installed. - go: - name: int32 - description: The number of patches successfully installed. protocol: {} - - &ref_769 + - &ref_768 type: integer apiVersions: - version: '2021-03-01' @@ -1523,11 +1110,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultFailedPatchCount description: The number of patches that could not be installed due to some issue. See errors for details. - go: - name: int32 - description: The number of patches that could not be installed due to some issue. See errors for details. protocol: {} - - &ref_612 + - &ref_611 type: integer apiVersions: - version: '2021-03-01' @@ -1536,9 +1120,6 @@ schemas: default: name: VirtualMachineScaleSetUpdateOSDiskSizeGB description: Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: int32 - description: Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB protocol: {} - &ref_71 type: integer @@ -1549,11 +1130,8 @@ schemas: default: name: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationPropertiesIdleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: int32 - description: The idle timeout of the public IP address. protocol: {} - - &ref_791 + - &ref_790 type: integer apiVersions: - version: '2021-03-01' @@ -1562,11 +1140,8 @@ schemas: default: name: VirtualMachineStatusCodeCount description: The number of instances having a particular status code. - go: - name: int32 - description: The number of instances having a particular status code. protocol: {} - - &ref_802 + - &ref_801 type: integer apiVersions: - version: '2021-03-01' @@ -1575,11 +1150,8 @@ schemas: default: name: VirtualMachineScaleSetSkuCapacityMinimum description: The minimum capacity. - go: - name: int64 - description: The minimum capacity. protocol: {} - - &ref_803 + - &ref_802 type: integer apiVersions: - version: '2021-03-01' @@ -1588,11 +1160,8 @@ schemas: default: name: VirtualMachineScaleSetSkuCapacityMaximum description: The maximum capacity that can be set. - go: - name: int64 - description: The maximum capacity that can be set. protocol: {} - - &ref_804 + - &ref_803 type: integer apiVersions: - version: '2021-03-01' @@ -1601,9 +1170,6 @@ schemas: default: name: VirtualMachineScaleSetSkuCapacityDefaultCapacity description: The default capacity. - go: - name: int64 - description: The default capacity. protocol: {} - &ref_375 type: integer @@ -1614,9 +1180,6 @@ schemas: default: name: RollingUpgradeProgressInfoSuccessfulInstanceCount description: The number of instances that have been successfully upgraded. - go: - name: int32 - description: The number of instances that have been successfully upgraded. protocol: {} - &ref_376 type: integer @@ -1627,9 +1190,6 @@ schemas: default: name: RollingUpgradeProgressInfoFailedInstanceCount description: The number of instances that have failed to be upgraded successfully. - go: - name: int32 - description: The number of instances that have failed to be upgraded successfully. protocol: {} - &ref_377 type: integer @@ -1640,9 +1200,6 @@ schemas: default: name: RollingUpgradeProgressInfoInProgressInstanceCount description: The number of instances that are currently being upgraded. - go: - name: int32 - description: The number of instances that are currently being upgraded. protocol: {} - &ref_378 type: integer @@ -1653,11 +1210,8 @@ schemas: default: name: RollingUpgradeProgressInfoPendingInstanceCount description: The number of instances that have not yet begun to be upgraded. - go: - name: int32 - description: The number of instances that have not yet begun to be upgraded. protocol: {} - - &ref_814 + - &ref_813 type: integer apiVersions: - version: '2021-03-01' @@ -1666,11 +1220,8 @@ schemas: default: name: RollbackStatusInfoSuccessfullyRolledbackInstanceCount description: The number of instances which have been successfully rolled back. - go: - name: int32 - description: The number of instances which have been successfully rolled back. protocol: {} - - &ref_815 + - &ref_814 type: integer apiVersions: - version: '2021-03-01' @@ -1679,11 +1230,8 @@ schemas: default: name: RollbackStatusInfoFailedRolledbackInstanceCount description: The number of instances which failed to rollback. - go: - name: int32 - description: The number of instances which failed to rollback. protocol: {} - - &ref_826 + - &ref_825 type: integer apiVersions: - version: '2021-03-01' @@ -1692,9 +1240,6 @@ schemas: default: name: RecoveryWalkResponseNextPlatformUpdateDomain description: The next update domain that needs to be walked. Null means walk spanning all update domains has been completed - go: - name: int32 - description: The next update domain that needs to be walked. Null means walk spanning all update domains has been completed protocol: {} - &ref_382 type: integer @@ -1705,9 +1250,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewPlatformUpdateDomain description: The Update Domain count. - go: - name: int32 - description: The Update Domain count. protocol: {} - &ref_383 type: integer @@ -1718,9 +1260,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewPlatformFaultDomain description: The Fault Domain count. - go: - name: int32 - description: The Fault Domain count. protocol: {} - &ref_410 type: integer @@ -1731,9 +1270,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesTimeoutInSeconds description: The timeout in seconds to execute the run command. - go: - name: int32 - description: The timeout in seconds to execute the run command. protocol: {} - &ref_416 type: integer @@ -1744,11 +1280,8 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewExitCode description: Exit code returned from script execution. - go: - name: int32 - description: Exit code returned from script execution. protocol: {} - - &ref_872 + - &ref_871 type: integer apiVersions: - version: '2019-04-01' @@ -1757,11 +1290,8 @@ schemas: default: name: ResourceSkuCapacityMinimum description: The minimum capacity. - go: - name: int64 - description: The minimum capacity. protocol: {} - - &ref_873 + - &ref_872 type: integer apiVersions: - version: '2019-04-01' @@ -1770,11 +1300,8 @@ schemas: default: name: ResourceSkuCapacityMaximum description: The maximum capacity that can be set. - go: - name: int64 - description: The maximum capacity that can be set. protocol: {} - - &ref_874 + - &ref_873 type: integer apiVersions: - version: '2019-04-01' @@ -1783,11 +1310,8 @@ schemas: default: name: ResourceSkuCapacityDefault description: The default capacity. - go: - name: int64 - description: The default capacity. protocol: {} - - &ref_884 + - &ref_883 type: integer apiVersions: - version: '2019-04-01' @@ -1796,9 +1320,6 @@ schemas: default: name: ResourceSkuCostsQuantity description: The multiplier is needed to extend the base metered cost. - go: - name: int64 - description: The multiplier is needed to extend the base metered cost. protocol: {} - &ref_432 type: integer @@ -1809,9 +1330,6 @@ schemas: default: name: ImageDiskReferenceLun description: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. - go: - name: int32 - description: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. protocol: {} - &ref_437 type: integer @@ -1824,11 +1342,6 @@ schemas: description: >- If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer). - go: - name: int64 - description: >- - If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for - the VHD footer). protocol: {} - &ref_438 type: integer @@ -1839,9 +1352,6 @@ schemas: default: name: CreationDataLogicalSectorSize description: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. - go: - name: int32 - description: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. protocol: {} - &ref_439 type: integer @@ -1854,11 +1364,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: int32 - description: >- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed - if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - &ref_440 type: integer @@ -1869,9 +1374,6 @@ schemas: default: name: DiskPropertiesDiskSizeBytes description: The size of the disk in bytes. This field is read only. - go: - name: int64 - description: The size of the disk in bytes. This field is read only. protocol: {} - &ref_449 type: integer @@ -1882,9 +1384,6 @@ schemas: default: name: DiskPropertiesDiskIOPSReadWrite description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. - go: - name: int64 - description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. protocol: {} - &ref_450 type: integer @@ -1895,9 +1394,6 @@ schemas: default: name: DiskPropertiesDiskMBpsReadWrite description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: int64 - description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - &ref_451 type: integer @@ -1908,9 +1404,6 @@ schemas: default: name: DiskPropertiesDiskIOPSReadOnly description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. - go: - name: int64 - description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. protocol: {} - &ref_452 type: integer @@ -1921,9 +1414,6 @@ schemas: default: name: DiskPropertiesDiskMBpsReadOnly description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: int64 - description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - &ref_456 type: integer @@ -1934,11 +1424,8 @@ schemas: default: name: DiskPropertiesMaxShares description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. - go: - name: int32 - description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. protocol: {} - - &ref_908 + - &ref_907 type: integer apiVersions: - version: '2020-12-01' @@ -1949,13 +1436,8 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: int32 - description: >- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed - if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - - &ref_909 + - &ref_908 type: integer apiVersions: - version: '2020-12-01' @@ -1964,11 +1446,8 @@ schemas: default: name: DiskUpdatePropertiesDiskIOPSReadWrite description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. - go: - name: int64 - description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. protocol: {} - - &ref_910 + - &ref_909 type: integer apiVersions: - version: '2020-12-01' @@ -1977,11 +1456,8 @@ schemas: default: name: DiskUpdatePropertiesDiskMBpsReadWrite description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: int64 - description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - - &ref_911 + - &ref_910 type: integer apiVersions: - version: '2020-12-01' @@ -1990,11 +1466,8 @@ schemas: default: name: DiskUpdatePropertiesDiskIOPSReadOnly description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. - go: - name: int64 - description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. protocol: {} - - &ref_912 + - &ref_911 type: integer apiVersions: - version: '2020-12-01' @@ -2003,11 +1476,8 @@ schemas: default: name: DiskUpdatePropertiesDiskMBpsReadOnly description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: int64 - description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - - &ref_913 + - &ref_912 type: integer apiVersions: - version: '2020-12-01' @@ -2016,11 +1486,8 @@ schemas: default: name: DiskUpdatePropertiesMaxShares description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. - go: - name: int32 - description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. protocol: {} - - &ref_920 + - &ref_919 type: integer apiVersions: - version: '2020-12-01' @@ -2029,9 +1496,6 @@ schemas: default: name: GrantAccessDataDurationInSeconds description: Time duration in seconds until the SAS access expires. - go: - name: int32 - description: Time duration in seconds until the SAS access expires. protocol: {} - &ref_471 type: integer @@ -2044,11 +1508,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: int32 - description: >- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed - if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - &ref_472 type: integer @@ -2059,11 +1518,8 @@ schemas: default: name: SnapshotPropertiesDiskSizeBytes description: The size of the disk in bytes. This field is read only. - go: - name: int64 - description: The size of the disk in bytes. This field is read only. protocol: {} - - &ref_924 + - &ref_923 type: integer apiVersions: - version: '2020-12-01' @@ -2074,11 +1530,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: int32 - description: >- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed - if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - &ref_513 type: integer @@ -2089,9 +1540,6 @@ schemas: default: name: ResourceRangeMin description: The minimum number of the resource. - go: - name: int32 - description: The minimum number of the resource. protocol: {} - &ref_514 type: integer @@ -2102,9 +1550,6 @@ schemas: default: name: ResourceRangeMax description: The maximum number of the resource. - go: - name: int32 - description: The maximum number of the resource. protocol: {} - &ref_533 type: integer @@ -2115,9 +1560,6 @@ schemas: default: name: TargetRegionRegionalReplicaCount description: The number of replicas of the Image Version to be created per region. This property is updatable. - go: - name: int32 - description: The number of replicas of the Image Version to be created per region. This property is updatable. protocol: {} - &ref_537 type: integer @@ -2128,9 +1570,6 @@ schemas: default: name: DataDiskImageEncryptionLun description: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. - go: - name: int32 - description: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. protocol: {} - &ref_540 type: integer @@ -2141,9 +1580,6 @@ schemas: default: name: GalleryArtifactPublishingProfileBaseReplicaCount description: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. - go: - name: int32 - description: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. protocol: {} - &ref_551 type: integer @@ -2154,9 +1590,6 @@ schemas: default: name: GalleryDiskImageSizeInGB description: This property indicates the size of the VHD to be created. - go: - name: int32 - description: This property indicates the size of the VHD to be created. protocol: {} - &ref_549 type: integer @@ -2167,9 +1600,6 @@ schemas: default: name: GalleryDataDiskImageLun description: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. - go: - name: int32 - description: This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. protocol: {} - &ref_558 type: integer @@ -2180,11 +1610,8 @@ schemas: default: name: RegionalReplicationStatusProgress description: It indicates progress of the replication job. - go: - name: int32 - description: It indicates progress of the replication job. protocol: {} - - &ref_1022 + - &ref_1021 type: integer apiVersions: - version: '2021-03-01' @@ -2193,11 +1620,8 @@ schemas: default: name: RoleInstanceViewPlatformUpdateDomain description: The Update Domain. - go: - name: int32 - description: The Update Domain. protocol: {} - - &ref_1023 + - &ref_1022 type: integer apiVersions: - version: '2021-03-01' @@ -2206,11 +1630,8 @@ schemas: default: name: RoleInstanceViewPlatformFaultDomain description: The Fault Domain. - go: - name: int32 - description: The Fault Domain. protocol: {} - - &ref_1042 + - &ref_1041 type: integer apiVersions: - version: '2021-03-01' @@ -2219,11 +1640,8 @@ schemas: default: name: CloudServiceRoleSkuCapacity description: Specifies the number of role instances in the cloud service. - go: - name: int64 - description: Specifies the number of role instances in the cloud service. protocol: {} - - &ref_1095 + - &ref_1094 type: integer apiVersions: - version: '2021-03-01' @@ -2232,9 +1650,6 @@ schemas: default: name: StatusCodeCount description: Number of instances having this status code - go: - name: int32 - description: Number of instances having this status code protocol: {} strings: - &ref_0 @@ -2243,9 +1658,6 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - &ref_9 type: string @@ -2255,9 +1667,6 @@ schemas: default: name: ComputeOperationValueOrigin description: The origin of the compute operation. - go: - name: string - description: The origin of the compute operation. protocol: {} - &ref_10 type: string @@ -2267,9 +1676,6 @@ schemas: default: name: ComputeOperationValueName description: The name of the compute operation. - go: - name: string - description: The name of the compute operation. protocol: {} - &ref_11 type: string @@ -2279,9 +1685,6 @@ schemas: default: name: ComputeOperationValueDisplayOperation description: The display name of the compute operation. - go: - name: string - description: The display name of the compute operation. protocol: {} - &ref_12 type: string @@ -2291,9 +1694,6 @@ schemas: default: name: ComputeOperationValueDisplayResource description: The display name of the resource the operation applies to. - go: - name: string - description: The display name of the resource the operation applies to. protocol: {} - &ref_13 type: string @@ -2303,9 +1703,6 @@ schemas: default: name: ComputeOperationValueDisplayDescription description: The description of the operation. - go: - name: string - description: The description of the operation. protocol: {} - &ref_14 type: string @@ -2315,9 +1712,6 @@ schemas: default: name: ComputeOperationValueDisplayProvider description: The resource provider for the operation. - go: - name: string - description: The resource provider for the operation. protocol: {} - &ref_1 type: string @@ -2328,12 +1722,8 @@ schemas: name: String description: '' header: x-ms-request-id - go: - name: string - description: '' - header: x-ms-request-id protocol: {} - - &ref_1326 + - &ref_1325 type: string apiVersions: - version: '2021-03-01' @@ -2344,9 +1734,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_83 type: string @@ -2356,9 +1743,6 @@ schemas: default: name: SubResourceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_84 type: string @@ -2368,9 +1752,6 @@ schemas: default: name: InstanceViewStatusCode description: The status code. - go: - name: string - description: The status code. protocol: {} - &ref_86 type: string @@ -2380,9 +1761,6 @@ schemas: default: name: InstanceViewStatusDisplayStatus description: The short localizable label for the status. - go: - name: string - description: The short localizable label for the status. protocol: {} - &ref_87 type: string @@ -2392,9 +1770,6 @@ schemas: default: name: InstanceViewStatusMessage description: The detailed status message, including for alerts and error messages. - go: - name: string - description: The detailed status message, including for alerts and error messages. protocol: {} - &ref_140 type: string @@ -2404,9 +1779,6 @@ schemas: default: name: SkuName description: The sku name. - go: - name: string - description: The sku name. protocol: {} - &ref_141 type: string @@ -2416,9 +1788,6 @@ schemas: default: name: SkuTier description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** - go: - name: string - description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** protocol: {} - &ref_587 type: string @@ -2430,9 +1799,6 @@ schemas: default: name: ResourceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_588 type: string @@ -2444,9 +1810,6 @@ schemas: default: name: ResourceName description: Resource name - go: - name: string - description: Resource name protocol: {} - &ref_589 type: string @@ -2458,9 +1821,6 @@ schemas: default: name: ResourceType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_590 type: string @@ -2472,9 +1832,6 @@ schemas: default: name: ResourceLocation description: Resource location - go: - name: string - description: Resource location protocol: {} - &ref_2 type: string @@ -2486,11 +1843,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_632 + - &ref_631 type: string apiVersions: - version: '2021-03-01' @@ -2498,9 +1852,6 @@ schemas: default: name: AvailabilitySetListResultNextLink description: The URI to fetch the next page of AvailabilitySets. Call ListNext() with this URI to fetch the next page of AvailabilitySets. - go: - name: string - description: The URI to fetch the next page of AvailabilitySets. Call ListNext() with this URI to fetch the next page of AvailabilitySets. protocol: {} - &ref_3 type: string @@ -2510,11 +1861,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_633 + - &ref_632 type: string apiVersions: - version: '2021-03-01' @@ -2522,11 +1870,8 @@ schemas: default: name: VirtualMachineSizeName description: The name of the virtual machine size. - go: - name: string - description: The name of the virtual machine size. protocol: {} - - &ref_641 + - &ref_640 type: string apiVersions: - version: '2021-03-01' @@ -2534,9 +1879,6 @@ schemas: default: name: ProximityPlacementGroupListResultNextLink description: The URI to fetch the next page of proximity placement groups. - go: - name: string - description: The URI to fetch the next page of proximity placement groups. protocol: {} - &ref_125 type: string @@ -2546,9 +1888,6 @@ schemas: default: name: SubResourceReadOnlyId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_131 type: string @@ -2558,9 +1897,6 @@ schemas: default: name: DedicatedHostInstanceViewWithName description: The name of the dedicated host. - go: - name: string - description: The name of the dedicated host. protocol: {} - &ref_127 type: string @@ -2570,9 +1906,6 @@ schemas: default: name: DedicatedHostInstanceViewAssetId description: Specifies the unique id of the dedicated physical machine on which the dedicated host resides. - go: - name: string - description: Specifies the unique id of the dedicated physical machine on which the dedicated host resides. protocol: {} - &ref_128 type: string @@ -2582,9 +1915,6 @@ schemas: default: name: DedicatedHostAllocatableVMSize description: VM size in terms of which the unutilized capacity is represented. - go: - name: string - description: VM size in terms of which the unutilized capacity is represented. protocol: {} - &ref_133 type: string @@ -2594,11 +1924,8 @@ schemas: default: name: DedicatedHostGroupZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_600 + - &ref_599 type: string apiVersions: - version: '2021-03-01' @@ -2606,11 +1933,8 @@ schemas: default: name: DedicatedHostGroupUpdateZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_645 + - &ref_644 type: string apiVersions: - version: '2021-03-01' @@ -2618,9 +1942,6 @@ schemas: default: name: DedicatedHostGroupListResultNextLink description: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups. - go: - name: string - description: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups. protocol: {} - &ref_136 type: string @@ -2630,9 +1951,6 @@ schemas: default: name: DedicatedHostPropertiesHostId description: A unique id generated and assigned to the dedicated host by the platform.

    Does not change throughout the lifetime of the host. - go: - name: string - description: A unique id generated and assigned to the dedicated host by the platform.

    Does not change throughout the lifetime of the host. protocol: {} - &ref_139 type: string @@ -2642,11 +1960,8 @@ schemas: default: name: DedicatedHostPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - - &ref_646 + - &ref_645 type: string apiVersions: - version: '2021-03-01' @@ -2654,9 +1969,6 @@ schemas: default: name: DedicatedHostListResultNextLink description: The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts. - go: - name: string - description: The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts. protocol: {} - &ref_143 type: string @@ -2668,13 +1980,8 @@ schemas: description: >- SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when generateKeyPair is called. If the public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format. - go: - name: string - description: >- - SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when generateKeyPair is called. If the - public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format. protocol: {} - - &ref_647 + - &ref_646 type: string apiVersions: - version: '2021-03-01' @@ -2682,11 +1989,8 @@ schemas: default: name: SshPublicKeysGroupListResultNextLink description: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys. - go: - name: string - description: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys. protocol: {} - - &ref_648 + - &ref_647 type: string apiVersions: - version: '2021-03-01' @@ -2694,11 +1998,8 @@ schemas: default: name: SshPublicKeyGenerateKeyPairResultPrivateKey description: Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret. - go: - name: string - description: Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret. protocol: {} - - &ref_649 + - &ref_648 type: string apiVersions: - version: '2021-03-01' @@ -2706,11 +2007,8 @@ schemas: default: name: SshPublicKeyGenerateKeyPairResultPublicKey description: Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format. - go: - name: string - description: Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format. protocol: {} - - &ref_650 + - &ref_649 type: string apiVersions: - version: '2021-03-01' @@ -2718,9 +2016,6 @@ schemas: default: name: SshPublicKeyGenerateKeyPairResultId description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} - go: - name: string - description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} protocol: {} - &ref_144 type: string @@ -2730,9 +2025,6 @@ schemas: default: name: VirtualMachineExtensionImagePropertiesOperatingSystem description: The operating system this extension supports. - go: - name: string - description: The operating system this extension supports. protocol: {} - &ref_145 type: string @@ -2742,9 +2034,6 @@ schemas: default: name: VirtualMachineExtensionImagePropertiesComputeRole description: The type of role (IaaS or PaaS) this extension supports. - go: - name: string - description: The type of role (IaaS or PaaS) this extension supports. protocol: {} - &ref_146 type: string @@ -2754,9 +2043,6 @@ schemas: default: name: VirtualMachineExtensionImagePropertiesHandlerSchema description: The schema defined by publisher, where extension consumers should provide settings in a matching schema. - go: - name: string - description: The schema defined by publisher, where extension consumers should provide settings in a matching schema. protocol: {} - &ref_107 type: string @@ -2766,9 +2052,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesForceUpdateTag description: How the extension handler should be forced to update even if the extension configuration has not changed. - go: - name: string - description: How the extension handler should be forced to update even if the extension configuration has not changed. protocol: {} - &ref_108 type: string @@ -2778,9 +2061,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesPublisher description: The name of the extension handler publisher. - go: - name: string - description: The name of the extension handler publisher. protocol: {} - &ref_109 type: string @@ -2790,9 +2070,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_110 type: string @@ -2802,9 +2079,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_111 type: string @@ -2814,9 +2088,6 @@ schemas: default: name: VirtualMachineExtensionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_112 type: string @@ -2826,9 +2097,6 @@ schemas: default: name: VirtualMachineExtensionInstanceViewName description: The virtual machine extension name. - go: - name: string - description: The virtual machine extension name. protocol: {} - &ref_113 type: string @@ -2838,9 +2106,6 @@ schemas: default: name: VirtualMachineExtensionInstanceViewType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_114 type: string @@ -2850,9 +2115,6 @@ schemas: default: name: VirtualMachineExtensionInstanceViewTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_117 type: string @@ -2862,9 +2124,6 @@ schemas: default: name: VirtualMachineExtensionUpdatePropertiesForceUpdateTag description: How the extension handler should be forced to update even if the extension configuration has not changed. - go: - name: string - description: How the extension handler should be forced to update even if the extension configuration has not changed. protocol: {} - &ref_118 type: string @@ -2874,9 +2133,6 @@ schemas: default: name: VirtualMachineExtensionUpdatePropertiesPublisher description: The name of the extension handler publisher. - go: - name: string - description: The name of the extension handler publisher. protocol: {} - &ref_119 type: string @@ -2886,9 +2142,6 @@ schemas: default: name: VirtualMachineExtensionUpdatePropertiesType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_120 type: string @@ -2898,9 +2151,6 @@ schemas: default: name: VirtualMachineExtensionUpdatePropertiesTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_23 type: string @@ -2911,9 +2161,6 @@ schemas: default: name: PurchasePlanPublisher description: The publisher ID. - go: - name: string - description: The publisher ID. protocol: {} - &ref_24 type: string @@ -2924,9 +2171,6 @@ schemas: default: name: PurchasePlanName description: The plan ID. - go: - name: string - description: The plan ID. protocol: {} - &ref_25 type: string @@ -2937,9 +2181,6 @@ schemas: default: name: PurchasePlanProduct description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: string - description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} - &ref_31 type: string @@ -2949,9 +2190,6 @@ schemas: default: name: VirtualMachineImageFeatureName description: The name of the feature. - go: - name: string - description: The name of the feature. protocol: {} - &ref_32 type: string @@ -2961,9 +2199,6 @@ schemas: default: name: VirtualMachineImageFeatureValue description: The corresponding value for the feature. - go: - name: string - description: The corresponding value for the feature. protocol: {} - &ref_34 type: string @@ -2973,9 +2208,6 @@ schemas: default: name: VirtualMachineImageResourceName description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - &ref_35 type: string @@ -2985,9 +2217,6 @@ schemas: default: name: VirtualMachineImageResourceLocation description: The supported Azure location of the resource. - go: - name: string - description: The supported Azure location of the resource. protocol: {} - &ref_37 type: string @@ -2998,9 +2227,6 @@ schemas: default: name: ExtendedLocationName description: The name of the extended location. - go: - name: string - description: The name of the extended location. protocol: {} - &ref_253 type: string @@ -3012,9 +2238,6 @@ schemas: default: name: ApiErrorBaseCode description: The error code. - go: - name: string - description: The error code. protocol: {} - &ref_254 type: string @@ -3026,9 +2249,6 @@ schemas: default: name: ApiErrorBaseTarget description: The target of the particular error. - go: - name: string - description: The target of the particular error. protocol: {} - &ref_255 type: string @@ -3040,9 +2260,6 @@ schemas: default: name: ApiErrorBaseMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - &ref_256 type: string @@ -3054,9 +2271,6 @@ schemas: default: name: InnerErrorExceptiontype description: The exception type. - go: - name: string - description: The exception type. protocol: {} - &ref_257 type: string @@ -3068,9 +2282,6 @@ schemas: default: name: InnerErrorErrordetail description: The internal error message or exception dump. - go: - name: string - description: The internal error message or exception dump. protocol: {} - &ref_258 type: string @@ -3082,9 +2293,6 @@ schemas: default: name: ApiErrorCode description: The error code. - go: - name: string - description: The error code. protocol: {} - &ref_259 type: string @@ -3096,9 +2304,6 @@ schemas: default: name: ApiErrorTarget description: The target of the particular error. - go: - name: string - description: The target of the particular error. protocol: {} - &ref_260 type: string @@ -3110,11 +2315,8 @@ schemas: default: name: ApiErrorMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - - &ref_1764 + - &ref_1503 type: string apiVersions: - version: '2021-03-01' @@ -3123,11 +2325,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_664 + - &ref_663 type: string apiVersions: - version: '2021-03-01' @@ -3135,11 +2334,8 @@ schemas: default: name: UsageNameValue description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - - &ref_665 + - &ref_664 type: string apiVersions: - version: '2021-03-01' @@ -3147,11 +2343,8 @@ schemas: default: name: UsageNameLocalizedValue description: The localized name of the resource. - go: - name: string - description: The localized name of the resource. protocol: {} - - &ref_666 + - &ref_665 type: string apiVersions: - version: '2021-03-01' @@ -3159,9 +2352,6 @@ schemas: default: name: ListUsagesResultNextLink description: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. - go: - name: string - description: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. protocol: {} - &ref_150 type: string @@ -3171,9 +2361,6 @@ schemas: default: name: PlanName description: The plan ID. - go: - name: string - description: The plan ID. protocol: {} - &ref_151 type: string @@ -3183,9 +2370,6 @@ schemas: default: name: PlanPublisher description: The publisher ID. - go: - name: string - description: The publisher ID. protocol: {} - &ref_152 type: string @@ -3195,9 +2379,6 @@ schemas: default: name: PlanProduct description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: string - description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} - &ref_153 type: string @@ -3207,9 +2388,6 @@ schemas: default: name: PlanPromotionCode description: The promotion code. - go: - name: string - description: The promotion code. protocol: {} - &ref_39 type: string @@ -3219,9 +2397,6 @@ schemas: default: name: ImageReferencePublisher description: The image publisher. - go: - name: string - description: The image publisher. protocol: {} - &ref_40 type: string @@ -3231,9 +2406,6 @@ schemas: default: name: ImageReferenceOffer description: Specifies the offer of the platform image or marketplace image used to create the virtual machine. - go: - name: string - description: Specifies the offer of the platform image or marketplace image used to create the virtual machine. protocol: {} - &ref_41 type: string @@ -3243,9 +2415,6 @@ schemas: default: name: ImageReferenceSku description: The image SKU. - go: - name: string - description: The image SKU. protocol: {} - &ref_42 type: string @@ -3257,11 +2426,6 @@ schemas: description: >- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. - go: - name: string - description: >- - Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the - latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. protocol: {} - &ref_43 type: string @@ -3271,9 +2435,6 @@ schemas: default: name: ImageReferenceExactVersion description: Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'. - go: - name: string - description: Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'. protocol: {} - &ref_155 type: string @@ -3283,9 +2444,6 @@ schemas: default: name: KeyVaultSecretReferenceSecretUrl description: The URL referencing a secret in a Key Vault. - go: - name: string - description: The URL referencing a secret in a Key Vault. protocol: {} - &ref_156 type: string @@ -3295,9 +2453,6 @@ schemas: default: name: KeyVaultKeyReferenceKeyUrl description: The URL referencing a key encryption key in Key Vault. - go: - name: string - description: The URL referencing a key encryption key in Key Vault. protocol: {} - &ref_158 type: string @@ -3307,9 +2462,6 @@ schemas: default: name: OSDiskName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_159 type: string @@ -3319,9 +2471,6 @@ schemas: default: name: VirtualHardDiskUri description: Specifies the virtual hard disk's uri. - go: - name: string - description: Specifies the virtual hard disk's uri. protocol: {} - &ref_169 type: string @@ -3331,9 +2480,6 @@ schemas: default: name: DataDiskName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_176 type: string @@ -3345,11 +2491,6 @@ schemas: description: >- Specifies the host OS name of the virtual machine.

    This name cannot be updated after the VM is created.

    **Max-length (Windows):** 15 characters

    **Max-length (Linux):** 64 characters.

    For naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules). - go: - name: string - description: >- - Specifies the host OS name of the virtual machine.

    This name cannot be updated after the VM is created.

    **Max-length (Windows):** 15 characters

    **Max-length (Linux):** 64 characters.

    For - naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules). protocol: {} - &ref_177 type: string @@ -3362,12 +2503,6 @@ schemas: Specifies the name of the administrator account.

    This property cannot be updated after the VM is created.

    **Windows-only restriction:** Cannot end in "."

    **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters. - go: - name: string - description: >- - Specifies the name of the administrator account.

    This property cannot be updated after the VM is created.

    **Windows-only restriction:** Cannot end in "."

    **Disallowed values:** "administrator", - "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", - "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters. protocol: {} - &ref_178 type: string @@ -3382,14 +2517,6 @@ schemas:

    **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) - go: - name: string - description: >- - Specifies the password of the administrator account.

    **Minimum-length (Windows):** 8 characters

    **Minimum-length (Linux):** 6 characters

    **Max-length (Windows):** 123 characters

    **Max-length - (Linux):** 72 characters

    **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
    Has lower characters
    Has upper characters
    Has a digit
    Has a special character (Regex match [\W_]) -

    **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote - Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure - Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) protocol: {} - &ref_179 type: string @@ -3403,13 +2530,6 @@ schemas: Do not pass any secrets or passwords in customData property**

    This property cannot be updated after the VM is created.

    customData is passed to the VM to be saved as a file, for more information see [Custom Data on Azure VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/)

    For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) - go: - name: string - description: >- - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.

    **Note: - Do not pass any secrets or passwords in customData property**

    This property cannot be updated after the VM is created.

    customData is passed to the VM to be saved as a file, for more information see [Custom Data - on Azure VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/)

    For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during - creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) protocol: {} - &ref_182 type: string @@ -3421,11 +2541,6 @@ schemas: description: >- Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".

    Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones). - go: - name: string - description: >- - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".

    Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from - time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones). protocol: {} - &ref_186 type: string @@ -3435,9 +2550,6 @@ schemas: default: name: AdditionalUnattendContent description: Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. - go: - name: string - description: Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. protocol: {} - &ref_191 type: string @@ -3450,12 +2562,6 @@ schemas: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    "data":"",
    "dataType":"pfx",
    "password":""
    } - go: - name: string - description: >- - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key - vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    - "data":"",
    "dataType":"pfx",
    "password":""
    } protocol: {} - &ref_193 type: string @@ -3465,9 +2571,6 @@ schemas: default: name: SshPublicKeyPath description: 'Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys' - go: - name: string - description: 'Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys' protocol: {} - &ref_194 type: string @@ -3479,11 +2582,6 @@ schemas: description: >- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format.

    For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). - go: - name: string - description: >- - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format.

    For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in - Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). protocol: {} - &ref_197 type: string @@ -3496,12 +2594,6 @@ schemas: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    "data":"",
    "dataType":"pfx",
    "password":""
    } - go: - name: string - description: >- - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key - vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    - "data":"",
    "dataType":"pfx",
    "password":""
    } protocol: {} - &ref_198 type: string @@ -3513,11 +2605,6 @@ schemas: description: >- For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account.

    For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted. - go: - name: string - description: >- - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account.

    For Linux VMs, the certificate - file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted. protocol: {} - &ref_202 type: string @@ -3527,9 +2614,6 @@ schemas: default: name: VirtualMachineNetworkInterfaceConfigurationName description: The network interface configuration name. - go: - name: string - description: The network interface configuration name. protocol: {} - &ref_203 type: string @@ -3539,9 +2623,6 @@ schemas: default: name: VirtualMachineNetworkInterfaceDnsSettingsConfigurationDnsServersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_204 type: string @@ -3551,9 +2632,6 @@ schemas: default: name: VirtualMachineNetworkInterfaceIPConfigurationName description: The IP configuration name. - go: - name: string - description: The IP configuration name. protocol: {} - &ref_205 type: string @@ -3563,9 +2641,6 @@ schemas: default: name: VirtualMachinePublicIPAddressConfigurationName description: The publicIP address configuration name. - go: - name: string - description: The publicIP address configuration name. protocol: {} - &ref_207 type: string @@ -3575,9 +2650,6 @@ schemas: default: name: VirtualMachinePublicIPAddressDnsSettingsConfigurationDomainNameLabel description: The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID. - go: - name: string - description: The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID. protocol: {} - &ref_208 type: string @@ -3587,9 +2659,6 @@ schemas: default: name: VirtualMachineIpTagType description: 'IP tag type. Example: FirstPartyUsage.' - go: - name: string - description: 'IP tag type. Example: FirstPartyUsage.' protocol: {} - &ref_209 type: string @@ -3599,9 +2668,6 @@ schemas: default: name: VirtualMachineIpTag description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' - go: - name: string - description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' protocol: {} - &ref_218 type: string @@ -3611,9 +2677,6 @@ schemas: default: name: BootDiagnosticsStorageUri description: Uri of the storage account to use for placing the console output and screenshot.

    If storageUri is not specified while enabling boot diagnostics, managed storage will be used. - go: - name: string - description: Uri of the storage account to use for placing the console output and screenshot.

    If storageUri is not specified while enabling boot diagnostics, managed storage will be used. protocol: {} - &ref_222 type: string @@ -3623,9 +2686,6 @@ schemas: default: name: VirtualMachinePropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_225 type: string @@ -3635,9 +2695,6 @@ schemas: default: name: VirtualMachineInstanceViewComputerName description: The computer name assigned to the virtual machine. - go: - name: string - description: The computer name assigned to the virtual machine. protocol: {} - &ref_226 type: string @@ -3647,9 +2704,6 @@ schemas: default: name: VirtualMachineInstanceViewOsName description: The Operating System running on the virtual machine. - go: - name: string - description: The Operating System running on the virtual machine. protocol: {} - &ref_227 type: string @@ -3659,9 +2713,6 @@ schemas: default: name: VirtualMachineInstanceViewOsVersion description: The version of Operating System running on the virtual machine. - go: - name: string - description: The version of Operating System running on the virtual machine. protocol: {} - &ref_229 type: string @@ -3671,9 +2722,6 @@ schemas: default: name: VirtualMachineInstanceViewRdpThumbPrint description: The Remote desktop certificate thumbprint. - go: - name: string - description: The Remote desktop certificate thumbprint. protocol: {} - &ref_230 type: string @@ -3683,9 +2731,6 @@ schemas: default: name: VirtualMachineAgentInstanceViewVmAgentVersion description: The VM Agent full version. - go: - name: string - description: The VM Agent full version. protocol: {} - &ref_231 type: string @@ -3695,9 +2740,6 @@ schemas: default: name: VirtualMachineExtensionHandlerInstanceViewType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_232 type: string @@ -3707,9 +2749,6 @@ schemas: default: name: VirtualMachineExtensionHandlerInstanceViewTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_239 type: string @@ -3719,9 +2758,6 @@ schemas: default: name: MaintenanceRedeployStatusLastOperationMessage description: Message returned for the last Maintenance Operation. - go: - name: string - description: Message returned for the last Maintenance Operation. protocol: {} - &ref_240 type: string @@ -3731,9 +2767,6 @@ schemas: default: name: DiskInstanceViewName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_243 type: string @@ -3743,9 +2776,6 @@ schemas: default: name: BootDiagnosticsInstanceViewConsoleScreenshotBlobUri description: 'The console screenshot blob URI.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' - go: - name: string - description: 'The console screenshot blob URI.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' protocol: {} - &ref_244 type: string @@ -3755,9 +2785,6 @@ schemas: default: name: BootDiagnosticsInstanceViewSerialConsoleLogBlobUri description: 'The serial console log blob Uri.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' - go: - name: string - description: 'The serial console log blob Uri.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' protocol: {} - &ref_245 type: string @@ -3769,11 +2796,6 @@ schemas: description: >- Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum api-version: 2020-06-01. - go: - name: string - description: >- - Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum - api-version: 2020-06-01. protocol: {} - &ref_247 type: string @@ -3783,9 +2805,6 @@ schemas: default: name: AvailablePatchSummaryAssessmentActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - &ref_261 type: string @@ -3795,9 +2814,6 @@ schemas: default: name: LastPatchInstallationSummaryInstallationActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - &ref_271 type: string @@ -3811,13 +2827,6 @@ schemas: Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: string - description: >- - Specifies that the image or disk that is being used was licensed on-premises.

    Possible values for Windows Server operating system are:

    Windows_Client

    Windows_Server

    Possible values for Linux - Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows - Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux - Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 protocol: {} - &ref_272 type: string @@ -3827,9 +2836,6 @@ schemas: default: name: VirtualMachinePropertiesVmId description: Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. - go: - name: string - description: Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. protocol: {} - &ref_273 type: string @@ -3841,11 +2847,6 @@ schemas: description: >- Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    Minimum api-version: 2020-06-01 - go: - name: string - description: >- - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    - Minimum api-version: 2020-06-01 protocol: {} - &ref_275 type: string @@ -3857,11 +2858,6 @@ schemas: description: >- Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M) - go: - name: string - description: >- - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, - the default value is 5 minutes (PT5M) protocol: {} - &ref_277 type: string @@ -3871,9 +2867,6 @@ schemas: default: name: VirtualMachinePropertiesUserData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: string - description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' protocol: {} - &ref_279 type: string @@ -3883,9 +2876,6 @@ schemas: default: name: VirtualMachineIdentityPrincipalId description: The principal id of virtual machine identity. This property will only be provided for a system assigned identity. - go: - name: string - description: The principal id of virtual machine identity. This property will only be provided for a system assigned identity. protocol: {} - &ref_280 type: string @@ -3895,9 +2885,6 @@ schemas: default: name: VirtualMachineIdentityTenantId description: The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. - go: - name: string - description: The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. protocol: {} - &ref_4 type: string @@ -3907,9 +2894,6 @@ schemas: default: name: VirtualMachineIdentityUserAssignedIdentitiesProperties description: The principal id of user assigned identity. - go: - name: string - description: The principal id of user assigned identity. protocol: {} - &ref_5 type: string @@ -3919,9 +2903,6 @@ schemas: default: name: String description: The client id of user assigned identity. - go: - name: string - description: The client id of user assigned identity. protocol: {} - &ref_283 type: string @@ -3931,11 +2912,8 @@ schemas: default: name: VirtualMachineZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_669 + - &ref_668 type: string apiVersions: - version: '2021-03-01' @@ -3943,9 +2921,6 @@ schemas: default: name: VirtualMachineListResultNextLink description: The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines. - go: - name: string - description: The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines. protocol: {} - &ref_291 type: string @@ -3955,9 +2930,6 @@ schemas: default: name: RollingUpgradePolicyPauseTimeBetweenBatches description: The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S). - go: - name: string - description: The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S). protocol: {} - &ref_297 type: string @@ -3969,11 +2941,6 @@ schemas: description: >- The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value. The maximum allowed grace period is 90 minutes (PT90M). - go: - name: string - description: >- - The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be - specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value. The maximum allowed grace period is 90 minutes (PT90M). protocol: {} - &ref_298 type: string @@ -3983,9 +2950,6 @@ schemas: default: name: VirtualMachineScaleSetOSProfileComputerNamePrefix description: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long. - go: - name: string - description: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long. protocol: {} - &ref_299 type: string @@ -3998,12 +2962,6 @@ schemas: Specifies the name of the administrator account.

    **Windows-only restriction:** Cannot end in "."

    **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters - go: - name: string - description: >- - Specifies the name of the administrator account.

    **Windows-only restriction:** Cannot end in "."

    **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", - "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    - **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters protocol: {} - &ref_300 type: string @@ -4018,14 +2976,6 @@ schemas:

    **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) - go: - name: string - description: >- - Specifies the password of the administrator account.

    **Minimum-length (Windows):** 8 characters

    **Minimum-length (Linux):** 6 characters

    **Max-length (Windows):** 123 characters

    **Max-length - (Linux):** 72 characters

    **Complexity requirements:** 3 out of 4 conditions below need to be fulfilled
    Has lower characters
    Has upper characters
    Has a digit
    Has a special character (Regex match [\W_]) -

    **Disallowed values:** "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote - Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure - Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) protocol: {} - &ref_301 type: string @@ -4037,11 +2987,6 @@ schemas: description: >- Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.

    For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) - go: - name: string - description: >- - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.

    For using - cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) protocol: {} - &ref_305 type: string @@ -4051,9 +2996,6 @@ schemas: default: name: VirtualMachineScaleSetOSDiskName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_308 type: string @@ -4063,9 +3005,6 @@ schemas: default: name: VirtualMachineScaleSetOSDiskVhdContainersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_309 type: string @@ -4075,9 +3014,6 @@ schemas: default: name: VirtualMachineScaleSetDataDiskName description: The disk name. - go: - name: string - description: The disk name. protocol: {} - &ref_49 type: string @@ -4087,9 +3023,6 @@ schemas: default: name: ApiEntityReferenceId description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... - go: - name: string - description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... protocol: {} - &ref_58 type: string @@ -4099,9 +3032,6 @@ schemas: default: name: VirtualMachineScaleSetNetworkConfigurationName description: The network configuration name. - go: - name: string - description: The network configuration name. protocol: {} - &ref_61 type: string @@ -4111,9 +3041,6 @@ schemas: default: name: VirtualMachineScaleSetNetworkConfigurationDnsSettingsDnsServersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_48 type: string @@ -4123,9 +3050,6 @@ schemas: default: name: VirtualMachineScaleSetIPConfigurationName description: The IP configuration name. - go: - name: string - description: The IP configuration name. protocol: {} - &ref_50 type: string @@ -4135,9 +3059,6 @@ schemas: default: name: VirtualMachineScaleSetPublicIPAddressConfigurationName description: The publicIP address configuration name. - go: - name: string - description: The publicIP address configuration name. protocol: {} - &ref_52 type: string @@ -4147,9 +3068,6 @@ schemas: default: name: VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsDomainNameLabel description: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created - go: - name: string - description: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created protocol: {} - &ref_53 type: string @@ -4159,9 +3077,6 @@ schemas: default: name: VirtualMachineScaleSetIpTagType description: 'IP tag type. Example: FirstPartyUsage.' - go: - name: string - description: 'IP tag type. Example: FirstPartyUsage.' protocol: {} - &ref_54 type: string @@ -4171,9 +3086,6 @@ schemas: default: name: VirtualMachineScaleSetIpTag description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' - go: - name: string - description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' protocol: {} - &ref_92 type: string @@ -4183,9 +3095,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - &ref_93 type: string @@ -4195,9 +3104,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_94 type: string @@ -4207,9 +3113,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesForceUpdateTag description: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. - go: - name: string - description: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. protocol: {} - &ref_95 type: string @@ -4219,9 +3122,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesPublisher description: The name of the extension handler publisher. - go: - name: string - description: The name of the extension handler publisher. protocol: {} - &ref_96 type: string @@ -4231,9 +3131,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesType description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: string - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - &ref_97 type: string @@ -4243,9 +3140,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesTypeHandlerVersion description: Specifies the version of the script handler. - go: - name: string - description: Specifies the version of the script handler. protocol: {} - &ref_100 type: string @@ -4255,9 +3149,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_101 type: string @@ -4267,9 +3158,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesProvisionAfterExtensionsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_317 type: string @@ -4281,11 +3169,6 @@ schemas: description: >- Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    Minimum api-version: 2020-06-01 - go: - name: string - description: >- - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    - Minimum api-version: 2020-06-01 protocol: {} - &ref_318 type: string @@ -4299,13 +3182,6 @@ schemas: Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: string - description: >- - Specifies that the image or disk that is being used was licensed on-premises.

    Possible values for Windows Server operating system are:

    Windows_Client

    Windows_Server

    Possible values for Linux - Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows - Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux - Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 protocol: {} - &ref_321 type: string @@ -4315,9 +3191,6 @@ schemas: default: name: VirtualMachineScaleSetVMProfileUserData description: 'UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: string - description: 'UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' protocol: {} - &ref_322 type: string @@ -4327,9 +3200,6 @@ schemas: default: name: VirtualMachineScaleSetPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_325 type: string @@ -4339,9 +3209,6 @@ schemas: default: name: VirtualMachineScaleSetPropertiesUniqueId description: Specifies the ID which uniquely identifies a Virtual Machine Scale Set. - go: - name: string - description: Specifies the ID which uniquely identifies a Virtual Machine Scale Set. protocol: {} - &ref_332 type: string @@ -4351,9 +3218,6 @@ schemas: default: name: VirtualMachineScaleSetIdentityPrincipalId description: The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity. - go: - name: string - description: The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity. protocol: {} - &ref_333 type: string @@ -4363,9 +3227,6 @@ schemas: default: name: VirtualMachineScaleSetIdentityTenantId description: The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity. - go: - name: string - description: The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity. protocol: {} - &ref_6 type: string @@ -4375,9 +3236,6 @@ schemas: default: name: VirtualMachineScaleSetIdentityUserAssignedIdentitiesProperties description: The principal id of user assigned identity. - go: - name: string - description: The principal id of user assigned identity. protocol: {} - &ref_335 type: string @@ -4387,11 +3245,8 @@ schemas: default: name: VirtualMachineScaleSetZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_701 + - &ref_700 type: string apiVersions: - version: '2021-03-01' @@ -4399,9 +3254,6 @@ schemas: default: name: VirtualMachineScaleSetListResultNextLink description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS. - go: - name: string - description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS. protocol: {} - &ref_340 type: string @@ -4411,9 +3263,6 @@ schemas: default: name: ImageDiskBlobUri description: The Virtual Hard Disk. - go: - name: string - description: The Virtual Hard Disk. protocol: {} - &ref_344 type: string @@ -4423,11 +3272,8 @@ schemas: default: name: ImagePropertiesProvisioningState description: The provisioning state. - go: - name: string - description: The provisioning state. protocol: {} - - &ref_716 + - &ref_715 type: string apiVersions: - version: '2021-03-01' @@ -4435,11 +3281,8 @@ schemas: default: name: ImageListResultNextLink description: The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images. - go: - name: string - description: The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images. protocol: {} - - &ref_717 + - &ref_716 type: string apiVersions: - version: '2021-03-01' @@ -4447,11 +3290,8 @@ schemas: default: name: VirtualMachineCaptureParametersVhdPrefix description: The captured virtual hard disk's name prefix. - go: - name: string - description: The captured virtual hard disk's name prefix. protocol: {} - - &ref_718 + - &ref_717 type: string apiVersions: - version: '2021-03-01' @@ -4459,9 +3299,6 @@ schemas: default: name: VirtualMachineCaptureParametersDestinationContainerName description: The destination container name. - go: - name: string - description: The destination container name. protocol: {} - &ref_64 type: string @@ -4471,9 +3308,6 @@ schemas: default: name: VirtualMachineCaptureResultSchema description: the schema of the captured virtual machine - go: - name: string - description: the schema of the captured virtual machine protocol: {} - &ref_65 type: string @@ -4483,11 +3317,8 @@ schemas: default: name: VirtualMachineCaptureResultContentVersion description: the version of the content - go: - name: string - description: the version of the content protocol: {} - - &ref_607 + - &ref_606 type: string apiVersions: - version: '2021-03-01' @@ -4495,9 +3326,6 @@ schemas: default: name: VirtualMachineUpdateZonesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_345 type: string @@ -4507,9 +3335,6 @@ schemas: default: name: RestorePointCollectionSourcePropertiesLocation description: Location of the source resource used to create this restore point collection. - go: - name: string - description: Location of the source resource used to create this restore point collection. protocol: {} - &ref_346 type: string @@ -4519,9 +3344,6 @@ schemas: default: name: RestorePointCollectionSourcePropertiesId description: Resource Id of the source resource used to create this restore point collection - go: - name: string - description: Resource Id of the source resource used to create this restore point collection protocol: {} - &ref_347 type: string @@ -4531,9 +3353,6 @@ schemas: default: name: RestorePointCollectionPropertiesProvisioningState description: The provisioning state of the restore point collection. - go: - name: string - description: The provisioning state of the restore point collection. protocol: {} - &ref_348 type: string @@ -4543,9 +3362,6 @@ schemas: default: name: RestorePointCollectionPropertiesRestorePointCollectionId description: The unique id of the restore point collection. - go: - name: string - description: The unique id of the restore point collection. protocol: {} - &ref_356 type: string @@ -4555,9 +3371,6 @@ schemas: default: name: RestorePointSourceVMOSDiskName description: Gets the disk name. - go: - name: string - description: Gets the disk name. protocol: {} - &ref_359 type: string @@ -4567,9 +3380,6 @@ schemas: default: name: RestorePointSourceVMDataDiskName description: Gets the disk name. - go: - name: string - description: Gets the disk name. protocol: {} - &ref_362 type: string @@ -4579,9 +3389,6 @@ schemas: default: name: RestorePointSourceMetadataLicenseType description: Gets the license type, which is for bring your own license scenario. - go: - name: string - description: Gets the license type, which is for bring your own license scenario. protocol: {} - &ref_363 type: string @@ -4591,9 +3398,6 @@ schemas: default: name: RestorePointSourceMetadataVmId description: Gets the virtual machine unique id. - go: - name: string - description: Gets the virtual machine unique id. protocol: {} - &ref_364 type: string @@ -4603,9 +3407,6 @@ schemas: default: name: RestorePointProvisioningState description: Gets the provisioning state of the restore point. - go: - name: string - description: Gets the provisioning state of the restore point. protocol: {} - &ref_369 type: string @@ -4615,9 +3416,6 @@ schemas: default: name: RestorePointProvisioningDetailsStatusMessage description: Gets the status message of the Create restore point operation. - go: - name: string - description: Gets the status message of the Create restore point operation. protocol: {} - &ref_350 type: string @@ -4627,9 +3425,6 @@ schemas: default: name: ProxyResourceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_351 type: string @@ -4639,9 +3434,6 @@ schemas: default: name: ProxyResourceName description: Resource name - go: - name: string - description: Resource name protocol: {} - &ref_352 type: string @@ -4651,11 +3443,8 @@ schemas: default: name: ProxyResourceType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_726 + - &ref_725 type: string apiVersions: - version: '2021-03-01' @@ -4663,11 +3452,8 @@ schemas: default: name: RestorePointCollectionListResultNextLink description: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections - go: - name: string - description: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections protocol: {} - - &ref_732 + - &ref_731 type: string apiVersions: - version: '2021-03-01' @@ -4675,11 +3461,8 @@ schemas: default: name: RetrieveBootDiagnosticsDataResultConsoleScreenshotBlobUri description: The console screenshot blob URI - go: - name: string - description: The console screenshot blob URI protocol: {} - - &ref_733 + - &ref_732 type: string apiVersions: - version: '2021-03-01' @@ -4687,11 +3470,8 @@ schemas: default: name: RetrieveBootDiagnosticsDataResultSerialConsoleLogBlobUri description: The serial console log blob URI. - go: - name: string - description: The serial console log blob URI. protocol: {} - - &ref_734 + - &ref_733 type: string apiVersions: - version: '2021-03-01' @@ -4699,11 +3479,8 @@ schemas: default: name: VirtualMachineAssessPatchesResultAssessmentActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - &ref_738 + - &ref_737 type: string apiVersions: - version: '2021-03-01' @@ -4711,11 +3488,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesPatchId description: A unique identifier for the patch. - go: - name: string - description: A unique identifier for the patch. protocol: {} - - &ref_739 + - &ref_738 type: string apiVersions: - version: '2021-03-01' @@ -4723,11 +3497,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesName description: The friendly name of the patch. - go: - name: string - description: The friendly name of the patch. protocol: {} - - &ref_740 + - &ref_739 type: string apiVersions: - version: '2021-03-01' @@ -4735,11 +3506,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesVersion description: The version number of the patch. This property applies only to Linux patches. - go: - name: string - description: The version number of the patch. This property applies only to Linux patches. protocol: {} - - &ref_741 + - &ref_740 type: string apiVersions: - version: '2021-03-01' @@ -4747,11 +3515,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesKbId description: The KBID of the patch. Only applies to Windows patches. - go: - name: string - description: The KBID of the patch. Only applies to Windows patches. protocol: {} - - &ref_742 + - &ref_741 type: string apiVersions: - version: '2021-03-01' @@ -4759,11 +3524,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesClassificationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_744 + - &ref_743 type: string apiVersions: - version: '2021-03-01' @@ -4771,11 +3533,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - &ref_749 + - &ref_748 type: string apiVersions: - version: '2021-03-01' @@ -4783,11 +3542,8 @@ schemas: default: name: VirtualMachineInstallPatchesParametersMaximumDuration description: Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) - go: - name: string - description: Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) protocol: {} - - &ref_752 + - &ref_751 type: string apiVersions: - version: '2021-03-01' @@ -4795,11 +3551,8 @@ schemas: default: name: WindowsParametersKbNumbersToIncludeItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_753 + - &ref_752 type: string apiVersions: - version: '2021-03-01' @@ -4807,11 +3560,8 @@ schemas: default: name: WindowsParametersKbNumbersToExcludeItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_757 + - &ref_756 type: string apiVersions: - version: '2021-03-01' @@ -4819,11 +3569,8 @@ schemas: default: name: LinuxParametersPackageNameMasksToIncludeItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_758 + - &ref_757 type: string apiVersions: - version: '2021-03-01' @@ -4831,11 +3578,8 @@ schemas: default: name: LinuxParametersPackageNameMasksToExcludeItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_759 + - &ref_758 type: string apiVersions: - version: '2021-03-01' @@ -4843,11 +3587,8 @@ schemas: default: name: LinuxParametersMaintenanceRunId description: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. - go: - name: string - description: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. protocol: {} - - &ref_762 + - &ref_761 type: string apiVersions: - version: '2021-03-01' @@ -4855,11 +3596,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultInstallationActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: string - description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - &ref_770 + - &ref_769 type: string apiVersions: - version: '2021-03-01' @@ -4867,11 +3605,8 @@ schemas: default: name: PatchInstallationDetailPatchId description: A unique identifier for the patch. - go: - name: string - description: A unique identifier for the patch. protocol: {} - - &ref_771 + - &ref_770 type: string apiVersions: - version: '2021-03-01' @@ -4879,11 +3614,8 @@ schemas: default: name: PatchInstallationDetailName description: The friendly name of the patch. - go: - name: string - description: The friendly name of the patch. protocol: {} - - &ref_772 + - &ref_771 type: string apiVersions: - version: '2021-03-01' @@ -4891,11 +3623,8 @@ schemas: default: name: PatchInstallationDetailVersion description: The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. - go: - name: string - description: The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. protocol: {} - - &ref_773 + - &ref_772 type: string apiVersions: - version: '2021-03-01' @@ -4903,11 +3632,8 @@ schemas: default: name: PatchInstallationDetailKbId description: The KBID of the patch. Only applies to Windows patches. - go: - name: string - description: The KBID of the patch. Only applies to Windows patches. protocol: {} - - &ref_774 + - &ref_773 type: string apiVersions: - version: '2021-03-01' @@ -4915,11 +3641,8 @@ schemas: default: name: PatchInstallationDetailClassificationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_611 + - &ref_610 type: string apiVersions: - version: '2021-03-01' @@ -4927,11 +3650,8 @@ schemas: default: name: VirtualMachineScaleSetUpdateOSProfileCustomData description: A base-64 encoded string of custom data. - go: - name: string - description: A base-64 encoded string of custom data. protocol: {} - - &ref_613 + - &ref_612 type: string apiVersions: - version: '2021-03-01' @@ -4939,9 +3659,6 @@ schemas: default: name: VirtualMachineScaleSetUpdateOSDiskVhdContainersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_73 type: string @@ -4951,9 +3668,6 @@ schemas: default: name: VirtualMachineScaleSetUpdateNetworkConfigurationName description: The network configuration name. - go: - name: string - description: The network configuration name. protocol: {} - &ref_67 type: string @@ -4963,9 +3677,6 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationName description: The IP configuration name. - go: - name: string - description: The IP configuration name. protocol: {} - &ref_70 type: string @@ -4975,11 +3686,8 @@ schemas: default: name: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationName description: The publicIP address configuration name. - go: - name: string - description: The publicIP address configuration name. protocol: {} - - &ref_616 + - &ref_615 type: string apiVersions: - version: '2021-03-01' @@ -4987,11 +3695,8 @@ schemas: default: name: VirtualMachineScaleSetUpdateVMProfileLicenseType description: The license type, which is for bring your own license scenario. - go: - name: string - description: The license type, which is for bring your own license scenario. protocol: {} - - &ref_617 + - &ref_616 type: string apiVersions: - version: '2021-03-01' @@ -4999,11 +3704,8 @@ schemas: default: name: VirtualMachineScaleSetUpdateVMProfileUserData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: string - description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' protocol: {} - - &ref_788 + - &ref_787 type: string apiVersions: - version: '2021-03-01' @@ -5011,11 +3713,8 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceIDsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_789 + - &ref_788 type: string apiVersions: - version: '2021-03-01' @@ -5023,11 +3722,8 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceRequiredIDsInstanceIdsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_790 + - &ref_789 type: string apiVersions: - version: '2021-03-01' @@ -5035,11 +3731,8 @@ schemas: default: name: VirtualMachineStatusCodeCountCode description: The instance view status code. - go: - name: string - description: The instance view status code. protocol: {} - - &ref_792 + - &ref_791 type: string apiVersions: - version: '2021-03-01' @@ -5047,9 +3740,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionsSummaryName description: The extension name. - go: - name: string - description: The extension name. protocol: {} - &ref_102 type: string @@ -5059,9 +3749,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionUpdateName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - &ref_103 type: string @@ -5071,11 +3758,8 @@ schemas: default: name: VirtualMachineScaleSetExtensionUpdateType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_799 + - &ref_798 type: string apiVersions: - version: '2021-03-01' @@ -5083,11 +3767,8 @@ schemas: default: name: VirtualMachineScaleSetExtensionListResultNextLink description: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions. - go: - name: string - description: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions. protocol: {} - - &ref_800 + - &ref_799 type: string apiVersions: - version: '2021-03-01' @@ -5095,11 +3776,8 @@ schemas: default: name: VirtualMachineScaleSetListWithLinkResultNextLink description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets. - go: - name: string - description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets. protocol: {} - - &ref_801 + - &ref_800 type: string apiVersions: - version: '2021-03-01' @@ -5107,11 +3785,8 @@ schemas: default: name: VirtualMachineScaleSetSkuResourceType description: The type of resource the sku applies to. - go: - name: string - description: The type of resource the sku applies to. protocol: {} - - &ref_806 + - &ref_805 type: string apiVersions: - version: '2021-03-01' @@ -5119,11 +3794,8 @@ schemas: default: name: VirtualMachineScaleSetListSkusResultNextLink description: The uri to fetch the next page of Virtual Machine Scale Set Skus. Call ListNext() with this to fetch the next page of VMSS Skus. - go: - name: string - description: The uri to fetch the next page of Virtual Machine Scale Set Skus. Call ListNext() with this to fetch the next page of VMSS Skus. protocol: {} - - &ref_816 + - &ref_815 type: string apiVersions: - version: '2021-03-01' @@ -5131,11 +3803,8 @@ schemas: default: name: UpgradeOperationHistoricalStatusInfoType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_817 + - &ref_816 type: string apiVersions: - version: '2021-03-01' @@ -5143,11 +3812,8 @@ schemas: default: name: UpgradeOperationHistoricalStatusInfoLocation description: Resource location - go: - name: string - description: Resource location protocol: {} - - &ref_818 + - &ref_817 type: string apiVersions: - version: '2021-03-01' @@ -5155,11 +3821,8 @@ schemas: default: name: VirtualMachineScaleSetListOSUpgradeHistoryNextLink description: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. - go: - name: string - description: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. protocol: {} - - &ref_729 + - &ref_728 type: string apiVersions: - version: '2021-03-01' @@ -5167,11 +3830,8 @@ schemas: default: name: VirtualMachineScaleSetReimageParametersInstanceIdsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_827 + - &ref_826 type: string apiVersions: - version: '2021-03-01' @@ -5181,11 +3841,6 @@ schemas: description: >- Id of the placement group in which you want future virtual machine instances to be placed. To query placement group Id, please use Virtual Machine Scale Set VMs - Get API. If not provided, the platform will choose one with maximum number of virtual machine instances. - go: - name: string - description: >- - Id of the placement group in which you want future virtual machine instances to be placed. To query placement group Id, please use Virtual Machine Scale Set VMs - Get API. If not provided, the platform will choose one with - maximum number of virtual machine instances. protocol: {} - &ref_105 type: string @@ -5195,9 +3850,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - &ref_106 type: string @@ -5207,9 +3859,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_115 type: string @@ -5219,9 +3868,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionUpdateName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - &ref_116 type: string @@ -5231,9 +3877,6 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionUpdateType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_379 type: string @@ -5243,9 +3886,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceId description: The virtual machine instance ID. - go: - name: string - description: The virtual machine instance ID. protocol: {} - &ref_381 type: string @@ -5255,9 +3895,6 @@ schemas: default: name: VirtualMachineScaleSetVMPropertiesVmId description: Azure VM unique ID. - go: - name: string - description: Azure VM unique ID. protocol: {} - &ref_384 type: string @@ -5267,9 +3904,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewRdpThumbPrint description: The Remote desktop certificate thumbprint. - go: - name: string - description: The Remote desktop certificate thumbprint. protocol: {} - &ref_390 type: string @@ -5281,11 +3915,6 @@ schemas: description: >- Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum api-version: 2020-06-01. - go: - name: string - description: >- - Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum - api-version: 2020-06-01. protocol: {} - &ref_391 type: string @@ -5295,9 +3924,6 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewPlacementGroupId description: The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. - go: - name: string - description: The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. protocol: {} - &ref_394 type: string @@ -5307,9 +3933,6 @@ schemas: default: name: VirtualMachineScaleSetVMPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_395 type: string @@ -5323,13 +3946,6 @@ schemas: Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: string - description: >- - Specifies that the image or disk that is being used was licensed on-premises.

    Possible values for Windows Server operating system are:

    Windows_Client

    Windows_Server

    Possible values for Linux - Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows - Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux - Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 protocol: {} - &ref_396 type: string @@ -5339,9 +3955,6 @@ schemas: default: name: VirtualMachineScaleSetVMPropertiesModelDefinitionApplied description: Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. - go: - name: string - description: Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. protocol: {} - &ref_399 type: string @@ -5351,9 +3964,6 @@ schemas: default: name: VirtualMachineScaleSetVMPropertiesUserData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: string - description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' protocol: {} - &ref_400 type: string @@ -5363,11 +3973,8 @@ schemas: default: name: VirtualMachineScaleSetVMZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_833 + - &ref_832 type: string apiVersions: - version: '2021-03-01' @@ -5375,11 +3982,8 @@ schemas: default: name: VirtualMachineScaleSetVMListResultNextLink description: The uri to fetch the next page of Virtual Machine Scale Set VMs. Call ListNext() with this to fetch the next page of VMSS VMs - go: - name: string - description: The uri to fetch the next page of Virtual Machine Scale Set VMs. Call ListNext() with this to fetch the next page of VMSS VMs protocol: {} - - &ref_837 + - &ref_836 type: string apiVersions: - version: '2021-03-01' @@ -5387,11 +3991,8 @@ schemas: default: name: LogAnalyticsInputBaseBlobContainerSasUri description: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. - go: - name: string - description: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. protocol: {} - - &ref_846 + - &ref_845 type: string apiVersions: - version: '2021-03-01' @@ -5399,11 +4000,8 @@ schemas: default: name: LogAnalyticsOutput description: Output file Uri path to blob container. - go: - name: string - description: Output file Uri path to blob container. protocol: {} - - &ref_855 + - &ref_854 type: string apiVersions: - version: '2021-03-01' @@ -5411,11 +4009,8 @@ schemas: default: name: RunCommandDocumentBaseSchema description: The VM run command schema. - go: - name: string - description: The VM run command schema. protocol: {} - - &ref_856 + - &ref_855 type: string apiVersions: - version: '2021-03-01' @@ -5423,11 +4018,8 @@ schemas: default: name: RunCommandDocumentBaseId description: The VM run command id. - go: - name: string - description: The VM run command id. protocol: {} - - &ref_857 + - &ref_856 type: string apiVersions: - version: '2021-03-01' @@ -5435,11 +4027,8 @@ schemas: default: name: RunCommandDocumentBaseLabel description: The VM run command label. - go: - name: string - description: The VM run command label. protocol: {} - - &ref_858 + - &ref_857 type: string apiVersions: - version: '2021-03-01' @@ -5447,11 +4036,8 @@ schemas: default: name: RunCommandDocumentBaseDescription description: The VM run command description. - go: - name: string - description: The VM run command description. protocol: {} - - &ref_859 + - &ref_858 type: string apiVersions: - version: '2021-03-01' @@ -5459,11 +4045,8 @@ schemas: default: name: RunCommandListResultNextLink description: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. - go: - name: string - description: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. protocol: {} - - &ref_849 + - &ref_848 type: string apiVersions: - version: '2021-03-01' @@ -5471,11 +4054,8 @@ schemas: default: name: RunCommandDocumentScriptItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_850 + - &ref_849 type: string apiVersions: - version: '2021-03-01' @@ -5483,11 +4063,8 @@ schemas: default: name: RunCommandParameterDefinitionName description: The run command parameter name. - go: - name: string - description: The run command parameter name. protocol: {} - - &ref_851 + - &ref_850 type: string apiVersions: - version: '2021-03-01' @@ -5495,11 +4072,8 @@ schemas: default: name: RunCommandParameterDefinitionType description: The run command parameter type. - go: - name: string - description: The run command parameter type. protocol: {} - - &ref_852 + - &ref_851 type: string apiVersions: - version: '2021-03-01' @@ -5507,11 +4081,8 @@ schemas: default: name: RunCommandParameterDefinitionDefaultValue description: The run command parameter default value. - go: - name: string - description: The run command parameter default value. protocol: {} - - &ref_861 + - &ref_860 type: string apiVersions: - version: '2021-03-01' @@ -5519,11 +4090,8 @@ schemas: default: name: RunCommandInputCommandId description: The run command id. - go: - name: string - description: The run command id. protocol: {} - - &ref_862 + - &ref_861 type: string apiVersions: - version: '2021-03-01' @@ -5531,9 +4099,6 @@ schemas: default: name: RunCommandInputScriptItem description: '' - go: - name: string - description: '' protocol: {} - &ref_404 type: string @@ -5543,9 +4108,6 @@ schemas: default: name: RunCommandInputParameterName description: The run command parameter name. - go: - name: string - description: The run command parameter name. protocol: {} - &ref_405 type: string @@ -5555,9 +4117,6 @@ schemas: default: name: RunCommandInputParameterValue description: The run command parameter value. - go: - name: string - description: The run command parameter value. protocol: {} - &ref_401 type: string @@ -5567,9 +4126,6 @@ schemas: default: name: VirtualMachineRunCommandScriptSourceScript description: Specifies the script content to be executed on the VM. - go: - name: string - description: Specifies the script content to be executed on the VM. protocol: {} - &ref_402 type: string @@ -5579,9 +4135,6 @@ schemas: default: name: VirtualMachineRunCommandScriptSourceScriptUri description: Specifies the script download location. - go: - name: string - description: Specifies the script download location. protocol: {} - &ref_403 type: string @@ -5591,9 +4144,6 @@ schemas: default: name: VirtualMachineRunCommandScriptSourceCommandId description: Specifies a commandId of predefined built-in script. - go: - name: string - description: Specifies a commandId of predefined built-in script. protocol: {} - &ref_408 type: string @@ -5603,9 +4153,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesRunAsUser description: Specifies the user account on the VM when executing the run command. - go: - name: string - description: Specifies the user account on the VM when executing the run command. protocol: {} - &ref_409 type: string @@ -5615,9 +4162,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesRunAsPassword description: Specifies the user account password on the VM when executing the run command. - go: - name: string - description: Specifies the user account password on the VM when executing the run command. protocol: {} - &ref_411 type: string @@ -5627,9 +4171,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesOutputBlobUri description: Specifies the Azure storage blob where script output stream will be uploaded. - go: - name: string - description: Specifies the Azure storage blob where script output stream will be uploaded. protocol: {} - &ref_412 type: string @@ -5639,9 +4180,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesErrorBlobUri description: Specifies the Azure storage blob where script error stream will be uploaded. - go: - name: string - description: Specifies the Azure storage blob where script error stream will be uploaded. protocol: {} - &ref_413 type: string @@ -5651,9 +4189,6 @@ schemas: default: name: VirtualMachineRunCommandPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - &ref_415 type: string @@ -5663,9 +4198,6 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewExecutionMessage description: Communicate script configuration errors or execution messages. - go: - name: string - description: Communicate script configuration errors or execution messages. protocol: {} - &ref_417 type: string @@ -5675,9 +4207,6 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewOutput description: Script output stream. - go: - name: string - description: Script output stream. protocol: {} - &ref_418 type: string @@ -5687,11 +4216,8 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewError description: Script error stream. - go: - name: string - description: Script error stream. protocol: {} - - &ref_865 + - &ref_864 type: string apiVersions: - version: '2021-03-01' @@ -5699,11 +4225,8 @@ schemas: default: name: VirtualMachineRunCommandsListResultNextLink description: The uri to fetch the next page of run commands. - go: - name: string - description: The uri to fetch the next page of run commands. protocol: {} - - &ref_2758 + - &ref_1882 type: string apiVersions: - version: '2019-04-01' @@ -5711,11 +4234,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_866 + - &ref_865 type: string apiVersions: - version: '2019-04-01' @@ -5723,11 +4243,8 @@ schemas: default: name: ResourceSkuResourceType description: The type of resource the SKU applies to. - go: - name: string - description: The type of resource the SKU applies to. protocol: {} - - &ref_867 + - &ref_866 type: string apiVersions: - version: '2019-04-01' @@ -5735,11 +4252,8 @@ schemas: default: name: ResourceSkuName description: The name of SKU. - go: - name: string - description: The name of SKU. protocol: {} - - &ref_868 + - &ref_867 type: string apiVersions: - version: '2019-04-01' @@ -5747,11 +4261,8 @@ schemas: default: name: ResourceSkuTier description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** - go: - name: string - description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** protocol: {} - - &ref_869 + - &ref_868 type: string apiVersions: - version: '2019-04-01' @@ -5759,11 +4270,8 @@ schemas: default: name: ResourceSkuSize description: The Size of the SKU. - go: - name: string - description: The Size of the SKU. protocol: {} - - &ref_870 + - &ref_869 type: string apiVersions: - version: '2019-04-01' @@ -5771,11 +4279,8 @@ schemas: default: name: ResourceSkuFamily description: The Family of this particular SKU. - go: - name: string - description: The Family of this particular SKU. protocol: {} - - &ref_871 + - &ref_870 type: string apiVersions: - version: '2019-04-01' @@ -5783,11 +4288,8 @@ schemas: default: name: ResourceSkuKind description: The Kind of resources that are supported in this SKU. - go: - name: string - description: The Kind of resources that are supported in this SKU. protocol: {} - - &ref_876 + - &ref_875 type: string apiVersions: - version: '2019-04-01' @@ -5795,11 +4297,8 @@ schemas: default: name: ResourceSkuLocationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_877 + - &ref_876 type: string apiVersions: - version: '2019-04-01' @@ -5807,11 +4306,8 @@ schemas: default: name: ResourceSkuLocationInfoLocation description: Location of the SKU - go: - name: string - description: Location of the SKU protocol: {} - - &ref_878 + - &ref_877 type: string apiVersions: - version: '2019-04-01' @@ -5819,11 +4315,8 @@ schemas: default: name: ResourceSkuLocationInfoZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_879 + - &ref_878 type: string apiVersions: - version: '2019-04-01' @@ -5831,11 +4324,8 @@ schemas: default: name: ResourceSkuZoneDetailsNameItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_880 + - &ref_879 type: string apiVersions: - version: '2019-04-01' @@ -5843,11 +4333,8 @@ schemas: default: name: ResourceSkuCapabilitiesName description: An invariant to describe the feature. - go: - name: string - description: An invariant to describe the feature. protocol: {} - - &ref_881 + - &ref_880 type: string apiVersions: - version: '2019-04-01' @@ -5855,11 +4342,8 @@ schemas: default: name: ResourceSkuCapabilitiesValue description: An invariant if the feature is measured by quantity. - go: - name: string - description: An invariant if the feature is measured by quantity. protocol: {} - - &ref_882 + - &ref_881 type: string apiVersions: - version: '2019-04-01' @@ -5867,11 +4351,8 @@ schemas: default: name: ResourceSkuApiVersionsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_883 + - &ref_882 type: string apiVersions: - version: '2019-04-01' @@ -5879,11 +4360,8 @@ schemas: default: name: ResourceSkuCostsMeterID description: Used for querying price from commerce. - go: - name: string - description: Used for querying price from commerce. protocol: {} - - &ref_885 + - &ref_884 type: string apiVersions: - version: '2019-04-01' @@ -5891,11 +4369,8 @@ schemas: default: name: ResourceSkuCostsExtendedUnit description: An invariant to show the extended unit. - go: - name: string - description: An invariant to show the extended unit. protocol: {} - - &ref_888 + - &ref_887 type: string apiVersions: - version: '2019-04-01' @@ -5903,11 +4378,8 @@ schemas: default: name: ResourceSkuRestrictionsValuesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_889 + - &ref_888 type: string apiVersions: - version: '2019-04-01' @@ -5915,11 +4387,8 @@ schemas: default: name: ResourceSkuRestrictionInfoLocationsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_890 + - &ref_889 type: string apiVersions: - version: '2019-04-01' @@ -5927,11 +4396,8 @@ schemas: default: name: ResourceSkuRestrictionInfoZonesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_892 + - &ref_891 type: string apiVersions: - version: '2019-04-01' @@ -5939,11 +4405,8 @@ schemas: default: name: ResourceSkusResultNextLink description: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus - go: - name: string - description: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus protocol: {} - - &ref_2767 + - &ref_1885 type: string apiVersions: - version: '2020-12-01' @@ -5952,9 +4415,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_7 type: string @@ -5964,9 +4424,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_421 type: string @@ -5976,9 +4433,6 @@ schemas: default: name: DiskManagedBy description: A relative URI containing the ID of the VM that has the disk attached. - go: - name: string - description: A relative URI containing the ID of the VM that has the disk attached. protocol: {} - &ref_422 type: string @@ -5988,9 +4442,6 @@ schemas: default: name: DiskManagedByExtendedItem description: '' - go: - name: string - description: '' protocol: {} - &ref_424 type: string @@ -6000,9 +4451,6 @@ schemas: default: name: DiskSkuTier description: The sku tier. - go: - name: string - description: The sku tier. protocol: {} - &ref_425 type: string @@ -6012,9 +4460,6 @@ schemas: default: name: DiskZonesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_428 type: string @@ -6024,9 +4469,6 @@ schemas: default: name: PurchasePlanPromotionCode description: The Offer Promotion Code. - go: - name: string - description: The Offer Promotion Code. protocol: {} - &ref_430 type: string @@ -6036,9 +4478,6 @@ schemas: default: name: CreationDataStorageAccountId description: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. - go: - name: string - description: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. protocol: {} - &ref_431 type: string @@ -6048,9 +4487,6 @@ schemas: default: name: ImageDiskReferenceId description: A relative uri containing either a Platform Image Repository or user image reference. - go: - name: string - description: A relative uri containing either a Platform Image Repository or user image reference. protocol: {} - &ref_434 type: string @@ -6060,9 +4496,6 @@ schemas: default: name: CreationDataSourceUri description: If createOption is Import, this is the URI of a blob to be imported into a managed disk. - go: - name: string - description: If createOption is Import, this is the URI of a blob to be imported into a managed disk. protocol: {} - &ref_435 type: string @@ -6072,9 +4505,6 @@ schemas: default: name: CreationDataSourceResourceId description: If createOption is Copy, this is the ARM id of the source snapshot or disk. - go: - name: string - description: If createOption is Copy, this is the ARM id of the source snapshot or disk. protocol: {} - &ref_436 type: string @@ -6084,9 +4514,6 @@ schemas: default: name: CreationDataSourceUniqueId description: If this field is set, this is the unique id identifying the source of this resource. - go: - name: string - description: If this field is set, this is the unique id identifying the source of this resource. protocol: {} - &ref_441 type: string @@ -6096,9 +4523,6 @@ schemas: default: name: DiskPropertiesUniqueId description: Unique Guid identifying the resource. - go: - name: string - description: Unique Guid identifying the resource. protocol: {} - &ref_443 type: string @@ -6108,9 +4532,6 @@ schemas: default: name: SourceVaultId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - &ref_444 type: string @@ -6120,9 +4541,6 @@ schemas: default: name: KeyVaultAndSecretReferenceSecretUrl description: Url pointing to a key or secret in KeyVault - go: - name: string - description: Url pointing to a key or secret in KeyVault protocol: {} - &ref_446 type: string @@ -6132,9 +4550,6 @@ schemas: default: name: KeyVaultAndKeyReferenceKeyUrl description: Url pointing to a key or secret in KeyVault - go: - name: string - description: Url pointing to a key or secret in KeyVault protocol: {} - &ref_447 type: string @@ -6144,9 +4559,6 @@ schemas: default: name: EncryptionSettingsCollectionEncryptionSettingsVersion description: Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption. - go: - name: string - description: Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption. protocol: {} - &ref_448 type: string @@ -6156,9 +4568,6 @@ schemas: default: name: DiskPropertiesProvisioningState description: The disk provisioning state. - go: - name: string - description: The disk provisioning state. protocol: {} - &ref_454 type: string @@ -6168,9 +4577,6 @@ schemas: default: name: EncryptionDiskEncryptionSetId description: ResourceId of the disk encryption set to use for enabling encryption at rest. - go: - name: string - description: ResourceId of the disk encryption set to use for enabling encryption at rest. protocol: {} - &ref_457 type: string @@ -6180,9 +4586,6 @@ schemas: default: name: ShareInfoElementVmUri description: A relative URI containing the ID of the VM that has the disk attached. - go: - name: string - description: A relative URI containing the ID of the VM that has the disk attached. protocol: {} - &ref_459 type: string @@ -6192,9 +4595,6 @@ schemas: default: name: DiskPropertiesDiskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: string - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - &ref_460 type: string @@ -6204,9 +4604,6 @@ schemas: default: name: DiskPropertiesTier description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' - go: - name: string - description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' protocol: {} - &ref_462 type: string @@ -6216,11 +4613,8 @@ schemas: default: name: PropertyUpdatesInProgressTargetTier description: The target performance tier of the disk if a tier change operation is in progress. - go: - name: string - description: The target performance tier of the disk if a tier change operation is in progress. protocol: {} - - &ref_914 + - &ref_913 type: string apiVersions: - version: '2020-12-01' @@ -6228,11 +4622,8 @@ schemas: default: name: DiskUpdatePropertiesDiskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: string - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - - &ref_915 + - &ref_914 type: string apiVersions: - version: '2020-12-01' @@ -6240,11 +4631,8 @@ schemas: default: name: DiskUpdatePropertiesTier description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' - go: - name: string - description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' protocol: {} - - &ref_918 + - &ref_917 type: string apiVersions: - version: '2020-12-01' @@ -6252,11 +4640,8 @@ schemas: default: name: DiskListNextLink description: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. - go: - name: string - description: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. protocol: {} - - &ref_921 + - &ref_920 type: string apiVersions: - version: '2020-12-01' @@ -6264,9 +4649,6 @@ schemas: default: name: AccessUriAccessSAS description: A SAS uri for accessing a disk. - go: - name: string - description: A SAS uri for accessing a disk. protocol: {} - &ref_465 type: string @@ -6276,9 +4658,6 @@ schemas: default: name: SnapshotManagedBy description: Unused. Always Null. - go: - name: string - description: Unused. Always Null. protocol: {} - &ref_467 type: string @@ -6288,9 +4667,6 @@ schemas: default: name: SnapshotSkuTier description: The sku tier. - go: - name: string - description: The sku tier. protocol: {} - &ref_473 type: string @@ -6300,9 +4676,6 @@ schemas: default: name: SnapshotPropertiesUniqueId description: Unique Guid identifying the resource. - go: - name: string - description: Unique Guid identifying the resource. protocol: {} - &ref_475 type: string @@ -6312,9 +4685,6 @@ schemas: default: name: SnapshotPropertiesProvisioningState description: The disk provisioning state. - go: - name: string - description: The disk provisioning state. protocol: {} - &ref_478 type: string @@ -6324,11 +4694,8 @@ schemas: default: name: SnapshotPropertiesDiskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: string - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - - &ref_925 + - &ref_924 type: string apiVersions: - version: '2020-12-01' @@ -6336,11 +4703,8 @@ schemas: default: name: SnapshotUpdatePropertiesDiskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: string - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - - &ref_928 + - &ref_927 type: string apiVersions: - version: '2020-12-01' @@ -6348,9 +4712,6 @@ schemas: default: name: SnapshotListNextLink description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. - go: - name: string - description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. protocol: {} - &ref_481 type: string @@ -6360,9 +4721,6 @@ schemas: default: name: EncryptionSetIdentityPrincipalId description: The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity - go: - name: string - description: The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity protocol: {} - &ref_482 type: string @@ -6372,9 +4730,6 @@ schemas: default: name: EncryptionSetIdentityTenantId description: The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity - go: - name: string - description: The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity protocol: {} - &ref_484 type: string @@ -6384,9 +4739,6 @@ schemas: default: name: KeyForDiskEncryptionSetKeyUrl description: Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. - go: - name: string - description: Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. protocol: {} - &ref_486 type: string @@ -6396,11 +4748,8 @@ schemas: default: name: EncryptionSetPropertiesProvisioningState description: The disk encryption set provisioning state. - go: - name: string - description: The disk encryption set provisioning state. protocol: {} - - &ref_933 + - &ref_932 type: string apiVersions: - version: '2020-12-01' @@ -6408,11 +4757,8 @@ schemas: default: name: DiskEncryptionSetListNextLink description: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets. - go: - name: string - description: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets. protocol: {} - - &ref_934 + - &ref_933 type: string apiVersions: - version: '2020-12-01' @@ -6420,11 +4766,8 @@ schemas: default: name: ResourceUriListValueItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_935 + - &ref_934 type: string apiVersions: - version: '2020-12-01' @@ -6432,9 +4775,6 @@ schemas: default: name: ResourceUriListNextLink description: The uri to fetch the next page of encrypted resources. Call ListNext() with this to fetch the next page of encrypted resources. - go: - name: string - description: The uri to fetch the next page of encrypted resources. Call ListNext() with this to fetch the next page of encrypted resources. protocol: {} - &ref_489 type: string @@ -6444,9 +4784,6 @@ schemas: default: name: PrivateEndpointId description: The ARM identifier for Private Endpoint - go: - name: string - description: The ARM identifier for Private Endpoint protocol: {} - &ref_491 type: string @@ -6456,9 +4793,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateDescription description: The reason for approval/rejection of the connection. - go: - name: string - description: The reason for approval/rejection of the connection. protocol: {} - &ref_492 type: string @@ -6468,9 +4802,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateActionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: string - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - &ref_494 type: string @@ -6480,9 +4811,6 @@ schemas: default: name: PrivateEndpointConnectionId description: private endpoint connection Id - go: - name: string - description: private endpoint connection Id protocol: {} - &ref_495 type: string @@ -6492,9 +4820,6 @@ schemas: default: name: PrivateEndpointConnectionName description: private endpoint connection name - go: - name: string - description: private endpoint connection name protocol: {} - &ref_496 type: string @@ -6504,9 +4829,6 @@ schemas: default: name: PrivateEndpointConnectionType description: private endpoint connection type - go: - name: string - description: private endpoint connection type protocol: {} - &ref_497 type: string @@ -6516,11 +4838,8 @@ schemas: default: name: DiskAccessPropertiesProvisioningState description: The disk access resource provisioning state. - go: - name: string - description: The disk access resource provisioning state. protocol: {} - - &ref_942 + - &ref_941 type: string apiVersions: - version: '2020-12-01' @@ -6528,11 +4847,8 @@ schemas: default: name: DiskAccessListNextLink description: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources. - go: - name: string - description: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources. protocol: {} - - &ref_943 + - &ref_942 type: string apiVersions: - version: '2020-12-01' @@ -6540,11 +4856,8 @@ schemas: default: name: PrivateLinkResourcePropertiesGroupId description: The private link resource group id. - go: - name: string - description: The private link resource group id. protocol: {} - - &ref_944 + - &ref_943 type: string apiVersions: - version: '2020-12-01' @@ -6552,11 +4865,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembersItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_945 + - &ref_944 type: string apiVersions: - version: '2020-12-01' @@ -6564,11 +4874,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_946 + - &ref_945 type: string apiVersions: - version: '2020-12-01' @@ -6576,11 +4883,8 @@ schemas: default: name: PrivateLinkResourceId description: private link resource Id - go: - name: string - description: private link resource Id protocol: {} - - &ref_947 + - &ref_946 type: string apiVersions: - version: '2020-12-01' @@ -6588,11 +4892,8 @@ schemas: default: name: PrivateLinkResourceName description: private link resource name - go: - name: string - description: private link resource name protocol: {} - - &ref_948 + - &ref_947 type: string apiVersions: - version: '2020-12-01' @@ -6600,11 +4901,8 @@ schemas: default: name: PrivateLinkResourceType description: private link resource type - go: - name: string - description: private link resource type protocol: {} - - &ref_951 + - &ref_950 type: string apiVersions: - version: '2020-12-01' @@ -6612,11 +4910,8 @@ schemas: default: name: PrivateEndpointConnectionListResultNextLink description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. - go: - name: string - description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. protocol: {} - - &ref_958 + - &ref_957 type: string apiVersions: - version: '2020-12-01' @@ -6624,11 +4919,8 @@ schemas: default: name: DiskRestorePointPropertiesSourceResourceId description: arm id of source disk - go: - name: string - description: arm id of source disk protocol: {} - - &ref_959 + - &ref_958 type: string apiVersions: - version: '2020-12-01' @@ -6636,11 +4928,8 @@ schemas: default: name: DiskRestorePointPropertiesFamilyId description: id of the backing snapshot's MIS family - go: - name: string - description: id of the backing snapshot's MIS family protocol: {} - - &ref_960 + - &ref_959 type: string apiVersions: - version: '2020-12-01' @@ -6648,11 +4937,8 @@ schemas: default: name: DiskRestorePointPropertiesSourceUniqueId description: unique incarnation id of the source disk - go: - name: string - description: unique incarnation id of the source disk protocol: {} - - &ref_953 + - &ref_952 type: string apiVersions: - version: '2020-12-01' @@ -6660,11 +4946,8 @@ schemas: default: name: ProxyOnlyResourceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_954 + - &ref_953 type: string apiVersions: - version: '2020-12-01' @@ -6672,11 +4955,8 @@ schemas: default: name: ProxyOnlyResourceName description: Resource name - go: - name: string - description: Resource name protocol: {} - - &ref_955 + - &ref_954 type: string apiVersions: - version: '2020-12-01' @@ -6684,11 +4964,8 @@ schemas: default: name: ProxyOnlyResourceType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_962 + - &ref_961 type: string apiVersions: - version: '2020-12-01' @@ -6696,9 +4973,6 @@ schemas: default: name: DiskRestorePointListNextLink description: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. - go: - name: string - description: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. protocol: {} - &ref_8 type: string @@ -6708,9 +4982,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_499 type: string @@ -6720,9 +4991,6 @@ schemas: default: name: GalleryPropertiesDescription description: The description of this Shared Image Gallery resource. This property is updatable. - go: - name: string - description: The description of this Shared Image Gallery resource. This property is updatable. protocol: {} - &ref_500 type: string @@ -6732,9 +5000,6 @@ schemas: default: name: GalleryIdentifierUniqueName description: The unique name of the Shared Image Gallery. This name is generated automatically by Azure. - go: - name: string - description: The unique name of the Shared Image Gallery. This name is generated automatically by Azure. protocol: {} - &ref_504 type: string @@ -6744,11 +5009,8 @@ schemas: default: name: SharingProfileGroupIdsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_977 + - &ref_976 type: string apiVersions: - version: '2020-09-30' @@ -6756,11 +5018,8 @@ schemas: default: name: UpdateResourceDefinitionId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_978 + - &ref_977 type: string apiVersions: - version: '2020-09-30' @@ -6768,11 +5027,8 @@ schemas: default: name: UpdateResourceDefinitionName description: Resource name - go: - name: string - description: Resource name protocol: {} - - &ref_979 + - &ref_978 type: string apiVersions: - version: '2020-09-30' @@ -6780,9 +5036,6 @@ schemas: default: name: UpdateResourceDefinitionType description: Resource type - go: - name: string - description: Resource type protocol: {} - &ref_505 type: string @@ -6792,9 +5045,6 @@ schemas: default: name: GalleryImagePropertiesDescription description: The description of this gallery image definition resource. This property is updatable. - go: - name: string - description: The description of this gallery image definition resource. This property is updatable. protocol: {} - &ref_506 type: string @@ -6804,9 +5054,6 @@ schemas: default: name: GalleryImagePropertiesEula description: The Eula agreement for the gallery image definition. - go: - name: string - description: The Eula agreement for the gallery image definition. protocol: {} - &ref_507 type: string @@ -6816,9 +5063,6 @@ schemas: default: name: GalleryImagePropertiesPrivacyStatementUri description: The privacy statement uri. - go: - name: string - description: The privacy statement uri. protocol: {} - &ref_508 type: string @@ -6828,9 +5072,6 @@ schemas: default: name: GalleryImagePropertiesReleaseNoteUri description: The release note uri. - go: - name: string - description: The release note uri. protocol: {} - &ref_510 type: string @@ -6840,9 +5081,6 @@ schemas: default: name: GalleryImageIdentifierPublisher description: The name of the gallery image definition publisher. - go: - name: string - description: The name of the gallery image definition publisher. protocol: {} - &ref_511 type: string @@ -6852,9 +5090,6 @@ schemas: default: name: GalleryImageIdentifierOffer description: The name of the gallery image definition offer. - go: - name: string - description: The name of the gallery image definition offer. protocol: {} - &ref_512 type: string @@ -6864,9 +5099,6 @@ schemas: default: name: GalleryImageIdentifierSku description: The name of the gallery image definition SKU. - go: - name: string - description: The name of the gallery image definition SKU. protocol: {} - &ref_516 type: string @@ -6876,9 +5108,6 @@ schemas: default: name: DisallowedDiskTypesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_517 type: string @@ -6888,9 +5117,6 @@ schemas: default: name: ImagePurchasePlanName description: The plan ID. - go: - name: string - description: The plan ID. protocol: {} - &ref_518 type: string @@ -6900,9 +5126,6 @@ schemas: default: name: ImagePurchasePlanPublisher description: The publisher ID. - go: - name: string - description: The publisher ID. protocol: {} - &ref_519 type: string @@ -6912,9 +5135,6 @@ schemas: default: name: ImagePurchasePlanProduct description: The product ID. - go: - name: string - description: The product ID. protocol: {} - &ref_521 type: string @@ -6924,9 +5144,6 @@ schemas: default: name: GalleryImageFeatureName description: The name of the gallery image feature. - go: - name: string - description: The name of the gallery image feature. protocol: {} - &ref_522 type: string @@ -6936,9 +5153,6 @@ schemas: default: name: GalleryImageFeatureValue description: The value of the gallery image feature. - go: - name: string - description: The value of the gallery image feature. protocol: {} - &ref_532 type: string @@ -6948,9 +5162,6 @@ schemas: default: name: TargetRegionName description: The name of the region. - go: - name: string - description: The name of the region. protocol: {} - &ref_539 type: string @@ -6960,9 +5171,6 @@ schemas: default: name: DiskImageEncryptionDiskEncryptionSetId description: A relative URI containing the resource ID of the disk encryption set. - go: - name: string - description: A relative URI containing the resource ID of the disk encryption set. protocol: {} - &ref_545 type: string @@ -6972,9 +5180,6 @@ schemas: default: name: GalleryArtifactVersionSourceId description: The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. - go: - name: string - description: The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. protocol: {} - &ref_546 type: string @@ -6984,9 +5189,6 @@ schemas: default: name: GalleryArtifactVersionSourceUri description: The uri of the gallery artifact version source. Currently used to specify vhd/blob source. - go: - name: string - description: The uri of the gallery artifact version source. Currently used to specify vhd/blob source. protocol: {} - &ref_555 type: string @@ -6996,9 +5198,6 @@ schemas: default: name: RegionalReplicationStatusRegion description: The region to which the gallery image version is being replicated to. - go: - name: string - description: The region to which the gallery image version is being replicated to. protocol: {} - &ref_557 type: string @@ -7008,9 +5207,6 @@ schemas: default: name: RegionalReplicationStatusDetails description: The details of the replication status. - go: - name: string - description: The details of the replication status. protocol: {} - &ref_559 type: string @@ -7020,9 +5216,6 @@ schemas: default: name: GalleryApplicationPropertiesDescription description: The description of this gallery Application Definition resource. This property is updatable. - go: - name: string - description: The description of this gallery Application Definition resource. This property is updatable. protocol: {} - &ref_560 type: string @@ -7032,9 +5225,6 @@ schemas: default: name: GalleryApplicationPropertiesEula description: The Eula agreement for the gallery Application Definition. - go: - name: string - description: The Eula agreement for the gallery Application Definition. protocol: {} - &ref_561 type: string @@ -7044,9 +5234,6 @@ schemas: default: name: GalleryApplicationPropertiesPrivacyStatementUri description: The privacy statement uri. - go: - name: string - description: The privacy statement uri. protocol: {} - &ref_562 type: string @@ -7056,9 +5243,6 @@ schemas: default: name: GalleryApplicationPropertiesReleaseNoteUri description: The release note uri. - go: - name: string - description: The release note uri. protocol: {} - &ref_525 type: string @@ -7068,9 +5252,6 @@ schemas: default: name: UserArtifactSourceMediaLink description: Required. The mediaLink of the artifact, must be a readable storage page blob. - go: - name: string - description: Required. The mediaLink of the artifact, must be a readable storage page blob. protocol: {} - &ref_526 type: string @@ -7080,9 +5261,6 @@ schemas: default: name: UserArtifactSourceDefaultConfigurationLink description: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. - go: - name: string - description: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. protocol: {} - &ref_527 type: string @@ -7092,9 +5270,6 @@ schemas: default: name: UserArtifactManageInstall description: Required. The path and arguments to install the gallery application. This is limited to 4096 characters. - go: - name: string - description: Required. The path and arguments to install the gallery application. This is limited to 4096 characters. protocol: {} - &ref_528 type: string @@ -7104,9 +5279,6 @@ schemas: default: name: UserArtifactManageRemove description: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters. - go: - name: string - description: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters. protocol: {} - &ref_529 type: string @@ -7118,13 +5290,8 @@ schemas: description: >- Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters. - go: - name: string - description: >- - Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. - This is limited to 4096 characters. protocol: {} - - &ref_992 + - &ref_991 type: string apiVersions: - version: '2020-09-30' @@ -7132,11 +5299,8 @@ schemas: default: name: GalleryListNextLink description: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. - go: - name: string - description: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. protocol: {} - - &ref_993 + - &ref_992 type: string apiVersions: - version: '2020-09-30' @@ -7144,11 +5308,8 @@ schemas: default: name: GalleryImageListNextLink description: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions. - go: - name: string - description: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions. protocol: {} - - &ref_994 + - &ref_993 type: string apiVersions: - version: '2020-09-30' @@ -7156,11 +5317,8 @@ schemas: default: name: GalleryImageVersionListNextLink description: The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. - go: - name: string - description: The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. protocol: {} - - &ref_995 + - &ref_994 type: string apiVersions: - version: '2020-09-30' @@ -7168,11 +5326,8 @@ schemas: default: name: GalleryApplicationListNextLink description: The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions. - go: - name: string - description: The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions. protocol: {} - - &ref_996 + - &ref_995 type: string apiVersions: - version: '2020-09-30' @@ -7180,11 +5335,8 @@ schemas: default: name: GalleryApplicationVersionListNextLink description: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions. - go: - name: string - description: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions. protocol: {} - - &ref_1008 + - &ref_1007 type: string apiVersions: - version: '2020-09-30' @@ -7192,11 +5344,8 @@ schemas: default: name: SharedGalleryIdentifierUniqueId description: The unique id of this shared gallery. - go: - name: string - description: The unique id of this shared gallery. protocol: {} - - &ref_1004 + - &ref_1003 type: string apiVersions: - version: '2020-09-30' @@ -7204,11 +5353,8 @@ schemas: default: name: PirResourceName description: Resource name - go: - name: string - description: Resource name protocol: {} - - &ref_1005 + - &ref_1004 type: string apiVersions: - version: '2020-09-30' @@ -7216,11 +5362,8 @@ schemas: default: name: PirResourceLocation description: Resource location - go: - name: string - description: Resource location protocol: {} - - &ref_1009 + - &ref_1008 type: string apiVersions: - version: '2020-09-30' @@ -7228,11 +5371,8 @@ schemas: default: name: SharedGalleryListNextLink description: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries. - go: - name: string - description: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries. protocol: {} - - &ref_1011 + - &ref_1010 type: string apiVersions: - version: '2020-09-30' @@ -7240,11 +5380,8 @@ schemas: default: name: SharedGalleryImageListNextLink description: The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images. - go: - name: string - description: The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images. protocol: {} - - &ref_1013 + - &ref_1012 type: string apiVersions: - version: '2020-09-30' @@ -7252,11 +5389,8 @@ schemas: default: name: SharedGalleryImageVersionListNextLink description: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions. - go: - name: string - description: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions. protocol: {} - - &ref_1015 + - &ref_1014 type: string apiVersions: - version: '2021-03-01' @@ -7264,11 +5398,8 @@ schemas: default: name: RoleInstanceId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_1016 + - &ref_1015 type: string apiVersions: - version: '2021-03-01' @@ -7276,11 +5407,8 @@ schemas: default: name: RoleInstanceName description: Resource Name. - go: - name: string - description: Resource Name. protocol: {} - - &ref_1017 + - &ref_1016 type: string apiVersions: - version: '2021-03-01' @@ -7288,11 +5416,8 @@ schemas: default: name: RoleInstanceType description: Resource Type. - go: - name: string - description: Resource Type. protocol: {} - - &ref_1018 + - &ref_1017 type: string apiVersions: - version: '2021-03-01' @@ -7300,11 +5425,8 @@ schemas: default: name: RoleInstanceLocation description: Resource Location. - go: - name: string - description: Resource Location. protocol: {} - - &ref_1020 + - &ref_1019 type: string apiVersions: - version: '2021-03-01' @@ -7312,11 +5434,8 @@ schemas: default: name: InstanceSkuName description: The sku name. - go: - name: string - description: The sku name. protocol: {} - - &ref_1021 + - &ref_1020 type: string apiVersions: - version: '2021-03-01' @@ -7324,11 +5443,8 @@ schemas: default: name: InstanceSkuTier description: The tier of the cloud service role instance. - go: - name: string - description: The tier of the cloud service role instance. protocol: {} - - &ref_1024 + - &ref_1023 type: string apiVersions: - version: '2021-03-01' @@ -7338,13 +5454,8 @@ schemas: description: >- Specifies a unique identifier generated internally for the cloud service associated with this role instance.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. - go: - name: string - description: >- - Specifies a unique identifier generated internally for the cloud service associated with this role instance.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for - querying details. protocol: {} - - &ref_1025 + - &ref_1024 type: string apiVersions: - version: '2021-03-01' @@ -7352,11 +5463,8 @@ schemas: default: name: ResourceInstanceViewStatusCode description: The status code. - go: - name: string - description: The status code. protocol: {} - - &ref_1026 + - &ref_1025 type: string apiVersions: - version: '2021-03-01' @@ -7364,11 +5472,8 @@ schemas: default: name: ResourceInstanceViewStatusDisplayStatus description: The short localizable label for the status. - go: - name: string - description: The short localizable label for the status. protocol: {} - - &ref_1027 + - &ref_1026 type: string apiVersions: - version: '2021-03-01' @@ -7376,11 +5481,8 @@ schemas: default: name: ResourceInstanceViewStatusMessage description: The detailed status message, including for alerts and error messages. - go: - name: string - description: The detailed status message, including for alerts and error messages. protocol: {} - - &ref_1035 + - &ref_1034 type: string apiVersions: - version: '2021-03-01' @@ -7388,11 +5490,8 @@ schemas: default: name: RoleInstanceListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1036 + - &ref_1035 type: string apiVersions: - version: '2021-03-01' @@ -7400,11 +5499,8 @@ schemas: default: name: CloudServiceRoleId description: Resource id - go: - name: string - description: Resource id protocol: {} - - &ref_1037 + - &ref_1036 type: string apiVersions: - version: '2021-03-01' @@ -7412,11 +5508,8 @@ schemas: default: name: CloudServiceRoleName description: Resource name - go: - name: string - description: Resource name protocol: {} - - &ref_1038 + - &ref_1037 type: string apiVersions: - version: '2021-03-01' @@ -7424,11 +5517,8 @@ schemas: default: name: CloudServiceRoleType description: Resource type - go: - name: string - description: Resource type protocol: {} - - &ref_1039 + - &ref_1038 type: string apiVersions: - version: '2021-03-01' @@ -7436,11 +5526,8 @@ schemas: default: name: CloudServiceRoleLocation description: Resource location - go: - name: string - description: Resource location protocol: {} - - &ref_1040 + - &ref_1039 type: string apiVersions: - version: '2021-03-01' @@ -7448,11 +5535,8 @@ schemas: default: name: CloudServiceRoleSkuName description: 'The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.' - go: - name: string - description: 'The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.' protocol: {} - - &ref_1041 + - &ref_1040 type: string apiVersions: - version: '2021-03-01' @@ -7460,11 +5544,8 @@ schemas: default: name: CloudServiceRoleSkuTier description: Specifies the tier of the cloud service. Possible Values are

    **Standard**

    **Basic** - go: - name: string - description: Specifies the tier of the cloud service. Possible Values are

    **Standard**

    **Basic** protocol: {} - - &ref_1043 + - &ref_1042 type: string apiVersions: - version: '2021-03-01' @@ -7472,11 +5553,8 @@ schemas: default: name: CloudServiceRolePropertiesUniqueId description: Specifies the ID which uniquely identifies a cloud service role. - go: - name: string - description: Specifies the ID which uniquely identifies a cloud service role. protocol: {} - - &ref_1047 + - &ref_1046 type: string apiVersions: - version: '2021-03-01' @@ -7484,11 +5562,8 @@ schemas: default: name: CloudServiceRoleListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1048 + - &ref_1047 type: string apiVersions: - version: '2021-03-01' @@ -7496,11 +5571,8 @@ schemas: default: name: CloudServiceId description: Resource Id. - go: - name: string - description: Resource Id. protocol: {} - - &ref_1049 + - &ref_1048 type: string apiVersions: - version: '2021-03-01' @@ -7508,11 +5580,8 @@ schemas: default: name: CloudServiceName description: Resource name. - go: - name: string - description: Resource name. protocol: {} - - &ref_1050 + - &ref_1049 type: string apiVersions: - version: '2021-03-01' @@ -7520,11 +5589,8 @@ schemas: default: name: CloudServiceType description: Resource type. - go: - name: string - description: Resource type. protocol: {} - - &ref_1051 + - &ref_1050 type: string apiVersions: - version: '2021-03-01' @@ -7532,11 +5598,8 @@ schemas: default: name: CloudServiceLocation description: Resource location. - go: - name: string - description: Resource location. protocol: {} - - &ref_1053 + - &ref_1052 type: string apiVersions: - version: '2021-03-01' @@ -7544,11 +5607,8 @@ schemas: default: name: CloudServicePropertiesPackageUrl description: "Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." - go: - name: string - description: "Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." protocol: {} - - &ref_1054 + - &ref_1053 type: string apiVersions: - version: '2021-03-01' @@ -7556,11 +5616,8 @@ schemas: default: name: CloudServicePropertiesConfiguration description: Specifies the XML service configuration (.cscfg) for the cloud service. - go: - name: string - description: Specifies the XML service configuration (.cscfg) for the cloud service. protocol: {} - - &ref_1055 + - &ref_1054 type: string apiVersions: - version: '2021-03-01' @@ -7568,11 +5625,8 @@ schemas: default: name: CloudServicePropertiesConfigurationUrl description: "Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." - go: - name: string - description: "Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." protocol: {} - - &ref_1059 + - &ref_1058 type: string apiVersions: - version: '2021-03-01' @@ -7580,11 +5634,8 @@ schemas: default: name: CloudServiceRoleProfilePropertiesName description: Resource name. - go: - name: string - description: Resource name. protocol: {} - - &ref_1060 + - &ref_1059 type: string apiVersions: - version: '2021-03-01' @@ -7592,11 +5643,8 @@ schemas: default: name: CloudServiceVaultCertificateUrl description: This is the URL of a certificate that has been uploaded to Key Vault as a secret. - go: - name: string - description: This is the URL of a certificate that has been uploaded to Key Vault as a secret. protocol: {} - - &ref_1061 + - &ref_1060 type: string apiVersions: - version: '2021-03-01' @@ -7604,11 +5652,8 @@ schemas: default: name: LoadBalancerConfigurationId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_1062 + - &ref_1061 type: string apiVersions: - version: '2021-03-01' @@ -7616,11 +5661,8 @@ schemas: default: name: LoadBalancerConfigurationName description: The name of the Load balancer - go: - name: string - description: The name of the Load balancer protocol: {} - - &ref_1063 + - &ref_1062 type: string apiVersions: - version: '2021-03-01' @@ -7628,11 +5670,8 @@ schemas: default: name: LoadBalancerFrontendIPConfigurationName description: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. - go: - name: string - description: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. protocol: {} - - &ref_1064 + - &ref_1063 type: string apiVersions: - version: '2021-03-01' @@ -7640,11 +5679,8 @@ schemas: default: name: LoadBalancerFrontendIPConfigurationPropertiesPrivateIPAddress description: The virtual network private IP address of the IP configuration. - go: - name: string - description: The virtual network private IP address of the IP configuration. protocol: {} - - &ref_1065 + - &ref_1064 type: string apiVersions: - version: '2021-03-01' @@ -7652,11 +5688,8 @@ schemas: default: name: ExtensionName description: The name of the extension. - go: - name: string - description: The name of the extension. protocol: {} - - &ref_1066 + - &ref_1065 type: string apiVersions: - version: '2021-03-01' @@ -7664,11 +5697,8 @@ schemas: default: name: CloudServiceExtensionPropertiesPublisher description: The name of the extension handler publisher. - go: - name: string - description: The name of the extension handler publisher. protocol: {} - - &ref_1067 + - &ref_1066 type: string apiVersions: - version: '2021-03-01' @@ -7676,11 +5706,8 @@ schemas: default: name: CloudServiceExtensionPropertiesType description: Specifies the type of the extension. - go: - name: string - description: Specifies the type of the extension. protocol: {} - - &ref_1068 + - &ref_1067 type: string apiVersions: - version: '2021-03-01' @@ -7691,14 +5718,8 @@ schemas: Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance. - go: - name: string - description: >- - Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified - with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the - specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance. protocol: {} - - &ref_1070 + - &ref_1069 type: string apiVersions: - version: '2021-03-01' @@ -7706,11 +5727,8 @@ schemas: default: name: CloudServiceExtensionPropertiesSettings description: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension. - go: - name: string - description: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension. protocol: {} - - &ref_1071 + - &ref_1070 type: string apiVersions: - version: '2021-03-01' @@ -7718,11 +5736,8 @@ schemas: default: name: CloudServiceExtensionPropertiesProtectedSettings description: Protected settings for the extension which are encrypted before sent to the role instance. - go: - name: string - description: Protected settings for the extension which are encrypted before sent to the role instance. protocol: {} - - &ref_1072 + - &ref_1071 type: string apiVersions: - version: '2021-03-01' @@ -7730,11 +5745,8 @@ schemas: default: name: CloudServiceVaultAndSecretReferenceSecretUrl description: '' - go: - name: string - description: '' protocol: {} - - &ref_1073 + - &ref_1072 type: string apiVersions: - version: '2021-03-01' @@ -7742,11 +5754,8 @@ schemas: default: name: CloudServiceExtensionPropertiesForceUpdateTag description: "Tag to force apply the provided public and protected settings.\r\nChanging the tag value allows for re-running the extension without changing any of the public or protected settings.\r\nIf forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.\r\nIf neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and\r\nit is up to handler implementation whether to re-run it or not" - go: - name: string - description: "Tag to force apply the provided public and protected settings.\r\nChanging the tag value allows for re-running the extension without changing any of the public or protected settings.\r\nIf forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.\r\nIf neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and\r\nit is up to handler implementation whether to re-run it or not" protocol: {} - - &ref_1074 + - &ref_1073 type: string apiVersions: - version: '2021-03-01' @@ -7754,11 +5763,8 @@ schemas: default: name: CloudServiceExtensionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - - &ref_1075 + - &ref_1074 type: string apiVersions: - version: '2021-03-01' @@ -7766,11 +5772,8 @@ schemas: default: name: CloudServiceExtensionPropertiesRolesAppliedToItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_1076 + - &ref_1075 type: string apiVersions: - version: '2021-03-01' @@ -7778,11 +5781,8 @@ schemas: default: name: CloudServicePropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: string - description: The provisioning state, which only appears in the response. protocol: {} - - &ref_1077 + - &ref_1076 type: string apiVersions: - version: '2021-03-01' @@ -7790,11 +5790,8 @@ schemas: default: name: CloudServicePropertiesUniqueId description: The unique identifier for the cloud service. - go: - name: string - description: The unique identifier for the cloud service. protocol: {} - - &ref_1094 + - &ref_1093 type: string apiVersions: - version: '2021-03-01' @@ -7802,11 +5799,8 @@ schemas: default: name: StatusCodeCountCode description: The instance view status code - go: - name: string - description: The instance view status code protocol: {} - - &ref_1096 + - &ref_1095 type: string apiVersions: - version: '2021-03-01' @@ -7814,11 +5808,8 @@ schemas: default: name: CloudServiceInstanceViewSdkVersion description: The version of the SDK that was used to generate the package for the cloud service. - go: - name: string - description: The version of the SDK that was used to generate the package for the cloud service. protocol: {} - - &ref_1097 + - &ref_1096 type: string apiVersions: - version: '2021-03-01' @@ -7826,11 +5817,8 @@ schemas: default: name: CloudServiceInstanceViewPrivateIdsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_1101 + - &ref_1100 type: string apiVersions: - version: '2021-03-01' @@ -7838,11 +5826,8 @@ schemas: default: name: CloudServiceListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1102 + - &ref_1101 type: string apiVersions: - version: '2021-03-01' @@ -7850,11 +5835,8 @@ schemas: default: name: RoleInstancesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_1103 + - &ref_1102 type: string apiVersions: - version: '2021-03-01' @@ -7862,11 +5844,8 @@ schemas: default: name: UpdateDomainId description: Resource Id - go: - name: string - description: Resource Id protocol: {} - - &ref_1104 + - &ref_1103 type: string apiVersions: - version: '2021-03-01' @@ -7874,11 +5853,8 @@ schemas: default: name: UpdateDomainName description: Resource Name - go: - name: string - description: Resource Name protocol: {} - - &ref_1106 + - &ref_1105 type: string apiVersions: - version: '2021-03-01' @@ -7886,11 +5862,8 @@ schemas: default: name: UpdateDomainListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1107 + - &ref_1106 type: string apiVersions: - version: '2021-03-01' @@ -7898,11 +5871,8 @@ schemas: default: name: OSVersionId description: Resource Id. - go: - name: string - description: Resource Id. protocol: {} - - &ref_1108 + - &ref_1107 type: string apiVersions: - version: '2021-03-01' @@ -7910,11 +5880,8 @@ schemas: default: name: OSVersionName description: Resource name. - go: - name: string - description: Resource name. protocol: {} - - &ref_1109 + - &ref_1108 type: string apiVersions: - version: '2021-03-01' @@ -7922,11 +5889,8 @@ schemas: default: name: OSVersionType description: Resource type. - go: - name: string - description: Resource type. protocol: {} - - &ref_1110 + - &ref_1109 type: string apiVersions: - version: '2021-03-01' @@ -7934,11 +5898,8 @@ schemas: default: name: OSVersionLocation description: Resource location. - go: - name: string - description: Resource location. protocol: {} - - &ref_1111 + - &ref_1110 type: string apiVersions: - version: '2021-03-01' @@ -7946,11 +5907,8 @@ schemas: default: name: OSVersionPropertiesFamily description: The family of this OS version. - go: - name: string - description: The family of this OS version. protocol: {} - - &ref_1112 + - &ref_1111 type: string apiVersions: - version: '2021-03-01' @@ -7958,11 +5916,8 @@ schemas: default: name: OSVersionPropertiesFamilyLabel description: The family label of this OS version. - go: - name: string - description: The family label of this OS version. protocol: {} - - &ref_1113 + - &ref_1112 type: string apiVersions: - version: '2021-03-01' @@ -7970,11 +5925,8 @@ schemas: default: name: OSVersionPropertiesVersion description: The OS version. - go: - name: string - description: The OS version. protocol: {} - - &ref_1114 + - &ref_1113 type: string apiVersions: - version: '2021-03-01' @@ -7982,11 +5934,8 @@ schemas: default: name: OSVersionPropertiesLabel description: The OS version label. - go: - name: string - description: The OS version label. protocol: {} - - &ref_1119 + - &ref_1118 type: string apiVersions: - version: '2021-03-01' @@ -7994,11 +5943,8 @@ schemas: default: name: OSVersionListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1120 + - &ref_1119 type: string apiVersions: - version: '2021-03-01' @@ -8006,11 +5952,8 @@ schemas: default: name: OSFamilyId description: Resource Id. - go: - name: string - description: Resource Id. protocol: {} - - &ref_1121 + - &ref_1120 type: string apiVersions: - version: '2021-03-01' @@ -8018,11 +5961,8 @@ schemas: default: name: OSFamilyName description: Resource name. - go: - name: string - description: Resource name. protocol: {} - - &ref_1122 + - &ref_1121 type: string apiVersions: - version: '2021-03-01' @@ -8030,11 +5970,8 @@ schemas: default: name: OSFamilyType description: Resource type. - go: - name: string - description: Resource type. protocol: {} - - &ref_1123 + - &ref_1122 type: string apiVersions: - version: '2021-03-01' @@ -8042,11 +5979,8 @@ schemas: default: name: OSFamilyLocation description: Resource location. - go: - name: string - description: Resource location. protocol: {} - - &ref_1124 + - &ref_1123 type: string apiVersions: - version: '2021-03-01' @@ -8054,11 +5988,8 @@ schemas: default: name: OSFamilyPropertiesName description: The OS family name. - go: - name: string - description: The OS family name. protocol: {} - - &ref_1125 + - &ref_1124 type: string apiVersions: - version: '2021-03-01' @@ -8066,11 +5997,8 @@ schemas: default: name: OSFamilyPropertiesLabel description: The OS family label. - go: - name: string - description: The OS family label. protocol: {} - - &ref_1126 + - &ref_1125 type: string apiVersions: - version: '2021-03-01' @@ -8078,11 +6006,8 @@ schemas: default: name: OSVersionPropertiesBaseVersion description: The OS version. - go: - name: string - description: The OS version. protocol: {} - - &ref_1127 + - &ref_1126 type: string apiVersions: - version: '2021-03-01' @@ -8090,11 +6015,8 @@ schemas: default: name: OSVersionPropertiesBaseLabel description: The OS version label. - go: - name: string - description: The OS version label. protocol: {} - - &ref_1131 + - &ref_1130 type: string apiVersions: - version: '2021-03-01' @@ -8102,11 +6024,8 @@ schemas: default: name: OSFamilyListResultNextLink description: '' - go: - name: string - description: '' protocol: {} - - &ref_1132 + - &ref_1131 type: string apiVersions: - version: '2020-09-30' @@ -8114,9 +6033,6 @@ schemas: default: name: ManagedArtifactId description: The managed artifact id. - go: - name: string - description: The managed artifact id. protocol: {} choices: - &ref_19 @@ -8126,17 +6042,11 @@ schemas: default: name: Standard description: '' - go: - name: ProximityPlacementGroupTypeStandard - description: '' - value: Ultra language: default: name: Ultra description: '' - go: - name: ProximityPlacementGroupTypeUltra - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -8145,17 +6055,6 @@ schemas: default: name: ProximityPlacementGroupType description: 'Specifies the type of the proximity placement group.

    Possible values are:

    **Standard** : Co-locate resources within an Azure region or Availability Zone.

    **Ultra** : For future use.' - go: - name: ProximityPlacementGroupType - description: |- - Specifies the type of the proximity placement group. - - Possible values are: - - Standard : Co-locate resources within an Azure region or Availability Zone. - - Ultra : For future use. - possibleValuesFunc: PossibleProximityPlacementGroupTypeValues protocol: {} - &ref_29 choices: @@ -8164,17 +6063,11 @@ schemas: default: name: V1 description: '' - go: - name: HyperVGenerationTypesV1 - description: '' - value: V2 language: default: name: V2 description: '' - go: - name: HyperVGenerationTypesV2 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -8183,10 +6076,6 @@ schemas: default: name: HyperVGenerationTypes description: Specifies the HyperVGeneration Type - go: - name: HyperVGenerationTypes - description: Specifies the HyperVGeneration Type - possibleValuesFunc: PossibleHyperVGenerationTypesValues protocol: {} - &ref_30 choices: @@ -8195,17 +6084,11 @@ schemas: default: name: None description: '' - go: - name: VMDiskTypesNone - description: '' - value: Unmanaged language: default: name: Unmanaged description: '' - go: - name: VMDiskTypesUnmanaged - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -8214,10 +6097,6 @@ schemas: default: name: VmDiskTypes description: VM disk types which are disallowed. - go: - name: VMDiskTypes - description: VM disk types which are disallowed. - possibleValuesFunc: PossibleVMDiskTypesValues protocol: {} - &ref_38 choices: @@ -8226,9 +6105,6 @@ schemas: default: name: EdgeZone description: '' - go: - name: ExtendedLocationTypesEdgeZone - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -8237,10 +6113,6 @@ schemas: default: name: ExtendedLocationTypes description: The type of extendedLocation. - go: - name: ExtendedLocationTypes - description: The type of extendedLocation. - possibleValuesFunc: PossibleExtendedLocationTypesValues protocol: {} - &ref_154 choices: @@ -8249,1329 +6121,831 @@ schemas: default: name: BasicA0 description: '' - go: - name: VirtualMachineSizeTypesBasicA0 - description: '' - value: Basic_A1 language: default: name: BasicA1 description: '' - go: - name: VirtualMachineSizeTypesBasicA1 - description: '' - value: Basic_A2 language: default: name: BasicA2 description: '' - go: - name: VirtualMachineSizeTypesBasicA2 - description: '' - value: Basic_A3 language: default: name: BasicA3 description: '' - go: - name: VirtualMachineSizeTypesBasicA3 - description: '' - value: Basic_A4 language: default: name: BasicA4 description: '' - go: - name: VirtualMachineSizeTypesBasicA4 - description: '' - value: Standard_A0 language: default: name: StandardA0 description: '' - go: - name: VirtualMachineSizeTypesStandardA0 - description: '' - value: Standard_A1 language: default: name: StandardA1 description: '' - go: - name: VirtualMachineSizeTypesStandardA1 - description: '' - value: Standard_A2 language: default: name: StandardA2 description: '' - go: - name: VirtualMachineSizeTypesStandardA2 - description: '' - value: Standard_A3 language: default: name: StandardA3 description: '' - go: - name: VirtualMachineSizeTypesStandardA3 - description: '' - value: Standard_A4 language: default: name: StandardA4 description: '' - go: - name: VirtualMachineSizeTypesStandardA4 - description: '' - value: Standard_A5 language: default: name: StandardA5 description: '' - go: - name: VirtualMachineSizeTypesStandardA5 - description: '' - value: Standard_A6 language: default: name: StandardA6 description: '' - go: - name: VirtualMachineSizeTypesStandardA6 - description: '' - value: Standard_A7 language: default: name: StandardA7 description: '' - go: - name: VirtualMachineSizeTypesStandardA7 - description: '' - value: Standard_A8 language: default: name: StandardA8 description: '' - go: - name: VirtualMachineSizeTypesStandardA8 - description: '' - value: Standard_A9 language: default: name: StandardA9 description: '' - go: - name: VirtualMachineSizeTypesStandardA9 - description: '' - value: Standard_A10 language: default: name: StandardA10 description: '' - go: - name: VirtualMachineSizeTypesStandardA10 - description: '' - value: Standard_A11 language: default: name: StandardA11 description: '' - go: - name: VirtualMachineSizeTypesStandardA11 - description: '' - value: Standard_A1_v2 language: default: name: StandardA1V2 description: '' - go: - name: VirtualMachineSizeTypesStandardA1V2 - description: '' - value: Standard_A2_v2 language: default: name: StandardA2V2 description: '' - go: - name: VirtualMachineSizeTypesStandardA2V2 - description: '' - value: Standard_A4_v2 language: default: name: StandardA4V2 description: '' - go: - name: VirtualMachineSizeTypesStandardA4V2 - description: '' - value: Standard_A8_v2 language: default: name: StandardA8V2 description: '' - go: - name: VirtualMachineSizeTypesStandardA8V2 - description: '' - value: Standard_A2m_v2 language: default: name: StandardA2MV2 description: '' - go: - name: VirtualMachineSizeTypesStandardA2MV2 - description: '' - value: Standard_A4m_v2 language: default: name: StandardA4MV2 description: '' - go: - name: VirtualMachineSizeTypesStandardA4MV2 - description: '' - value: Standard_A8m_v2 language: default: name: StandardA8MV2 description: '' - go: - name: VirtualMachineSizeTypesStandardA8MV2 - description: '' - value: Standard_B1s language: default: name: StandardB1S description: '' - go: - name: VirtualMachineSizeTypesStandardB1S - description: '' - value: Standard_B1ms language: default: name: StandardB1Ms description: '' - go: - name: VirtualMachineSizeTypesStandardB1Ms - description: '' - value: Standard_B2s language: default: name: StandardB2S description: '' - go: - name: VirtualMachineSizeTypesStandardB2S - description: '' - value: Standard_B2ms language: default: name: StandardB2Ms description: '' - go: - name: VirtualMachineSizeTypesStandardB2Ms - description: '' - value: Standard_B4ms language: default: name: StandardB4Ms description: '' - go: - name: VirtualMachineSizeTypesStandardB4Ms - description: '' - value: Standard_B8ms language: default: name: StandardB8Ms description: '' - go: - name: VirtualMachineSizeTypesStandardB8Ms - description: '' - value: Standard_D1 language: default: name: StandardD1 description: '' - go: - name: VirtualMachineSizeTypesStandardD1 - description: '' - value: Standard_D2 language: default: name: StandardD2 description: '' - go: - name: VirtualMachineSizeTypesStandardD2 - description: '' - value: Standard_D3 language: default: name: StandardD3 description: '' - go: - name: VirtualMachineSizeTypesStandardD3 - description: '' - value: Standard_D4 language: default: name: StandardD4 description: '' - go: - name: VirtualMachineSizeTypesStandardD4 - description: '' - value: Standard_D11 language: default: name: StandardD11 description: '' - go: - name: VirtualMachineSizeTypesStandardD11 - description: '' - value: Standard_D12 language: default: name: StandardD12 description: '' - go: - name: VirtualMachineSizeTypesStandardD12 - description: '' - value: Standard_D13 language: default: name: StandardD13 description: '' - go: - name: VirtualMachineSizeTypesStandardD13 - description: '' - value: Standard_D14 language: default: name: StandardD14 description: '' - go: - name: VirtualMachineSizeTypesStandardD14 - description: '' - value: Standard_D1_v2 language: default: name: StandardD1V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD1V2 - description: '' - value: Standard_D2_v2 language: default: name: StandardD2V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD2V2 - description: '' - value: Standard_D3_v2 language: default: name: StandardD3V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD3V2 - description: '' - value: Standard_D4_v2 language: default: name: StandardD4V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD4V2 - description: '' - value: Standard_D5_v2 language: default: name: StandardD5V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD5V2 - description: '' - value: Standard_D2_v3 language: default: name: StandardD2V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD2V3 - description: '' - value: Standard_D4_v3 language: default: name: StandardD4V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD4V3 - description: '' - value: Standard_D8_v3 language: default: name: StandardD8V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD8V3 - description: '' - value: Standard_D16_v3 language: default: name: StandardD16V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD16V3 - description: '' - value: Standard_D32_v3 language: default: name: StandardD32V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD32V3 - description: '' - value: Standard_D64_v3 language: default: name: StandardD64V3 description: '' - go: - name: VirtualMachineSizeTypesStandardD64V3 - description: '' - value: Standard_D2s_v3 language: default: name: StandardD2SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD2SV3 - description: '' - value: Standard_D4s_v3 language: default: name: StandardD4SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD4SV3 - description: '' - value: Standard_D8s_v3 language: default: name: StandardD8SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD8SV3 - description: '' - value: Standard_D16s_v3 language: default: name: StandardD16SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD16SV3 - description: '' - value: Standard_D32s_v3 language: default: name: StandardD32SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD32SV3 - description: '' - value: Standard_D64s_v3 language: default: name: StandardD64SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardD64SV3 - description: '' - value: Standard_D11_v2 language: default: name: StandardD11V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD11V2 - description: '' - value: Standard_D12_v2 language: default: name: StandardD12V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD12V2 - description: '' - value: Standard_D13_v2 language: default: name: StandardD13V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD13V2 - description: '' - value: Standard_D14_v2 language: default: name: StandardD14V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD14V2 - description: '' - value: Standard_D15_v2 language: default: name: StandardD15V2 description: '' - go: - name: VirtualMachineSizeTypesStandardD15V2 - description: '' - value: Standard_DS1 language: default: name: StandardDS1 description: '' - go: - name: VirtualMachineSizeTypesStandardDS1 - description: '' - value: Standard_DS2 language: default: name: StandardDS2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS2 - description: '' - value: Standard_DS3 language: default: name: StandardDS3 description: '' - go: - name: VirtualMachineSizeTypesStandardDS3 - description: '' - value: Standard_DS4 language: default: name: StandardDS4 description: '' - go: - name: VirtualMachineSizeTypesStandardDS4 - description: '' - value: Standard_DS11 language: default: name: StandardDS11 description: '' - go: - name: VirtualMachineSizeTypesStandardDS11 - description: '' - value: Standard_DS12 language: default: name: StandardDS12 description: '' - go: - name: VirtualMachineSizeTypesStandardDS12 - description: '' - value: Standard_DS13 language: default: name: StandardDS13 description: '' - go: - name: VirtualMachineSizeTypesStandardDS13 - description: '' - value: Standard_DS14 language: default: name: StandardDS14 description: '' - go: - name: VirtualMachineSizeTypesStandardDS14 - description: '' - value: Standard_DS1_v2 language: default: name: StandardDS1V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS1V2 - description: '' - value: Standard_DS2_v2 language: default: name: StandardDS2V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS2V2 - description: '' - value: Standard_DS3_v2 language: default: name: StandardDS3V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS3V2 - description: '' - value: Standard_DS4_v2 language: default: name: StandardDS4V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS4V2 - description: '' - value: Standard_DS5_v2 language: default: name: StandardDS5V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS5V2 - description: '' - value: Standard_DS11_v2 language: default: name: StandardDS11V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS11V2 - description: '' - value: Standard_DS12_v2 language: default: name: StandardDS12V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS12V2 - description: '' - value: Standard_DS13_v2 language: default: name: StandardDS13V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS13V2 - description: '' - value: Standard_DS14_v2 language: default: name: StandardDS14V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS14V2 - description: '' - value: Standard_DS15_v2 language: default: name: StandardDS15V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS15V2 - description: '' - value: Standard_DS13-4_v2 language: default: name: StandardDS134V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS134V2 - description: '' - value: Standard_DS13-2_v2 language: default: name: StandardDS132V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS132V2 - description: '' - value: Standard_DS14-8_v2 language: default: name: StandardDS148V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS148V2 - description: '' - value: Standard_DS14-4_v2 language: default: name: StandardDS144V2 description: '' - go: - name: VirtualMachineSizeTypesStandardDS144V2 - description: '' - value: Standard_E2_v3 language: default: name: StandardE2V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE2V3 - description: '' - value: Standard_E4_v3 language: default: name: StandardE4V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE4V3 - description: '' - value: Standard_E8_v3 language: default: name: StandardE8V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE8V3 - description: '' - value: Standard_E16_v3 language: default: name: StandardE16V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE16V3 - description: '' - value: Standard_E32_v3 language: default: name: StandardE32V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE32V3 - description: '' - value: Standard_E64_v3 language: default: name: StandardE64V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE64V3 - description: '' - value: Standard_E2s_v3 language: default: name: StandardE2SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE2SV3 - description: '' - value: Standard_E4s_v3 language: default: name: StandardE4SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE4SV3 - description: '' - value: Standard_E8s_v3 language: default: name: StandardE8SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE8SV3 - description: '' - value: Standard_E16s_v3 language: default: name: StandardE16SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE16SV3 - description: '' - value: Standard_E32s_v3 language: default: name: StandardE32SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE32SV3 - description: '' - value: Standard_E64s_v3 language: default: name: StandardE64SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE64SV3 - description: '' - value: Standard_E32-16_v3 language: default: name: StandardE3216V3 description: '' - go: - name: VirtualMachineSizeTypesStandardE3216V3 - description: '' - value: Standard_E32-8s_v3 language: default: name: StandardE328SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE328SV3 - description: '' - value: Standard_E64-32s_v3 language: default: name: StandardE6432SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE6432SV3 - description: '' - value: Standard_E64-16s_v3 language: default: name: StandardE6416SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardE6416SV3 - description: '' - value: Standard_F1 language: default: name: StandardF1 description: '' - go: - name: VirtualMachineSizeTypesStandardF1 - description: '' - value: Standard_F2 language: default: name: StandardF2 description: '' - go: - name: VirtualMachineSizeTypesStandardF2 - description: '' - value: Standard_F4 language: default: name: StandardF4 description: '' - go: - name: VirtualMachineSizeTypesStandardF4 - description: '' - value: Standard_F8 language: default: name: StandardF8 description: '' - go: - name: VirtualMachineSizeTypesStandardF8 - description: '' - value: Standard_F16 language: default: name: StandardF16 description: '' - go: - name: VirtualMachineSizeTypesStandardF16 - description: '' - value: Standard_F1s language: default: name: StandardF1S description: '' - go: - name: VirtualMachineSizeTypesStandardF1S - description: '' - value: Standard_F2s language: default: name: StandardF2S description: '' - go: - name: VirtualMachineSizeTypesStandardF2S - description: '' - value: Standard_F4s language: default: name: StandardF4S description: '' - go: - name: VirtualMachineSizeTypesStandardF4S - description: '' - value: Standard_F8s language: default: name: StandardF8S description: '' - go: - name: VirtualMachineSizeTypesStandardF8S - description: '' - value: Standard_F16s language: default: name: StandardF16S description: '' - go: - name: VirtualMachineSizeTypesStandardF16S - description: '' - value: Standard_F2s_v2 language: default: name: StandardF2SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF2SV2 - description: '' - value: Standard_F4s_v2 language: default: name: StandardF4SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF4SV2 - description: '' - value: Standard_F8s_v2 language: default: name: StandardF8SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF8SV2 - description: '' - value: Standard_F16s_v2 language: default: name: StandardF16SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF16SV2 - description: '' - value: Standard_F32s_v2 language: default: name: StandardF32SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF32SV2 - description: '' - value: Standard_F64s_v2 language: default: name: StandardF64SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF64SV2 - description: '' - value: Standard_F72s_v2 language: default: name: StandardF72SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardF72SV2 - description: '' - value: Standard_G1 language: default: name: StandardG1 description: '' - go: - name: VirtualMachineSizeTypesStandardG1 - description: '' - value: Standard_G2 language: default: name: StandardG2 description: '' - go: - name: VirtualMachineSizeTypesStandardG2 - description: '' - value: Standard_G3 language: default: name: StandardG3 description: '' - go: - name: VirtualMachineSizeTypesStandardG3 - description: '' - value: Standard_G4 language: default: name: StandardG4 description: '' - go: - name: VirtualMachineSizeTypesStandardG4 - description: '' - value: Standard_G5 language: default: name: StandardG5 description: '' - go: - name: VirtualMachineSizeTypesStandardG5 - description: '' - value: Standard_GS1 language: default: name: StandardGS1 description: '' - go: - name: VirtualMachineSizeTypesStandardGS1 - description: '' - value: Standard_GS2 language: default: name: StandardGS2 description: '' - go: - name: VirtualMachineSizeTypesStandardGS2 - description: '' - value: Standard_GS3 language: default: name: StandardGS3 description: '' - go: - name: VirtualMachineSizeTypesStandardGS3 - description: '' - value: Standard_GS4 language: default: name: StandardGS4 description: '' - go: - name: VirtualMachineSizeTypesStandardGS4 - description: '' - value: Standard_GS5 language: default: name: StandardGS5 description: '' - go: - name: VirtualMachineSizeTypesStandardGS5 - description: '' - value: Standard_GS4-8 language: default: name: StandardGS48 description: '' - go: - name: VirtualMachineSizeTypesStandardGS48 - description: '' - value: Standard_GS4-4 language: default: name: StandardGS44 description: '' - go: - name: VirtualMachineSizeTypesStandardGS44 - description: '' - value: Standard_GS5-16 language: default: name: StandardGS516 description: '' - go: - name: VirtualMachineSizeTypesStandardGS516 - description: '' - value: Standard_GS5-8 language: default: name: StandardGS58 description: '' - go: - name: VirtualMachineSizeTypesStandardGS58 - description: '' - value: Standard_H8 language: default: name: StandardH8 description: '' - go: - name: VirtualMachineSizeTypesStandardH8 - description: '' - value: Standard_H16 language: default: name: StandardH16 description: '' - go: - name: VirtualMachineSizeTypesStandardH16 - description: '' - value: Standard_H8m language: default: name: StandardH8M description: '' - go: - name: VirtualMachineSizeTypesStandardH8M - description: '' - value: Standard_H16m language: default: name: StandardH16M description: '' - go: - name: VirtualMachineSizeTypesStandardH16M - description: '' - value: Standard_H16r language: default: name: StandardH16R description: '' - go: - name: VirtualMachineSizeTypesStandardH16R - description: '' - value: Standard_H16mr language: default: name: StandardH16Mr description: '' - go: - name: VirtualMachineSizeTypesStandardH16Mr - description: '' - value: Standard_L4s language: default: name: StandardL4S description: '' - go: - name: VirtualMachineSizeTypesStandardL4S - description: '' - value: Standard_L8s language: default: name: StandardL8S description: '' - go: - name: VirtualMachineSizeTypesStandardL8S - description: '' - value: Standard_L16s language: default: name: StandardL16S description: '' - go: - name: VirtualMachineSizeTypesStandardL16S - description: '' - value: Standard_L32s language: default: name: StandardL32S description: '' - go: - name: VirtualMachineSizeTypesStandardL32S - description: '' - value: Standard_M64s language: default: name: StandardM64S description: '' - go: - name: VirtualMachineSizeTypesStandardM64S - description: '' - value: Standard_M64ms language: default: name: StandardM64Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM64Ms - description: '' - value: Standard_M128s language: default: name: StandardM128S description: '' - go: - name: VirtualMachineSizeTypesStandardM128S - description: '' - value: Standard_M128ms language: default: name: StandardM128Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM128Ms - description: '' - value: Standard_M64-32ms language: default: name: StandardM6432Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM6432Ms - description: '' - value: Standard_M64-16ms language: default: name: StandardM6416Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM6416Ms - description: '' - value: Standard_M128-64ms language: default: name: StandardM12864Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM12864Ms - description: '' - value: Standard_M128-32ms language: default: name: StandardM12832Ms description: '' - go: - name: VirtualMachineSizeTypesStandardM12832Ms - description: '' - value: Standard_NC6 language: default: name: StandardNC6 description: '' - go: - name: VirtualMachineSizeTypesStandardNC6 - description: '' - value: Standard_NC12 language: default: name: StandardNC12 description: '' - go: - name: VirtualMachineSizeTypesStandardNC12 - description: '' - value: Standard_NC24 language: default: name: StandardNC24 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24 - description: '' - value: Standard_NC24r language: default: name: StandardNC24R description: '' - go: - name: VirtualMachineSizeTypesStandardNC24R - description: '' - value: Standard_NC6s_v2 language: default: name: StandardNC6SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardNC6SV2 - description: '' - value: Standard_NC12s_v2 language: default: name: StandardNC12SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardNC12SV2 - description: '' - value: Standard_NC24s_v2 language: default: name: StandardNC24SV2 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24SV2 - description: '' - value: Standard_NC24rs_v2 language: default: name: StandardNC24RsV2 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24RsV2 - description: '' - value: Standard_NC6s_v3 language: default: name: StandardNC6SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardNC6SV3 - description: '' - value: Standard_NC12s_v3 language: default: name: StandardNC12SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardNC12SV3 - description: '' - value: Standard_NC24s_v3 language: default: name: StandardNC24SV3 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24SV3 - description: '' - value: Standard_NC24rs_v3 language: default: name: StandardNC24RsV3 description: '' - go: - name: VirtualMachineSizeTypesStandardNC24RsV3 - description: '' - value: Standard_ND6s language: default: name: StandardND6S description: '' - go: - name: VirtualMachineSizeTypesStandardND6S - description: '' - value: Standard_ND12s language: default: name: StandardND12S description: '' - go: - name: VirtualMachineSizeTypesStandardND12S - description: '' - value: Standard_ND24s language: default: name: StandardND24S description: '' - go: - name: VirtualMachineSizeTypesStandardND24S - description: '' - value: Standard_ND24rs language: default: name: StandardND24Rs description: '' - go: - name: VirtualMachineSizeTypesStandardND24Rs - description: '' - value: Standard_NV6 language: default: name: StandardNV6 description: '' - go: - name: VirtualMachineSizeTypesStandardNV6 - description: '' - value: Standard_NV12 language: default: name: StandardNV12 description: '' - go: - name: VirtualMachineSizeTypesStandardNV12 - description: '' - value: Standard_NV24 language: default: name: StandardNV24 description: '' - go: - name: VirtualMachineSizeTypesStandardNV24 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9584,24 +6958,6 @@ schemas: [List all available virtual machine sizes in an availability set](https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes)

    [List all available virtual machine sizes in a region]( https://docs.microsoft.com/rest/api/compute/resourceskus/list)

    [List all available virtual machine sizes for resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/sizes).

    The available VM sizes depend on region and availability set. - go: - name: VirtualMachineSizeTypes - description: |- - Specifies the size of the virtual machine. - - The enum data type is currently deprecated and will be removed by December 23rd 2023. - - Recommended way to get the list of available sizes is using these APIs: - - List all available virtual machine sizes in an availability set [https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes] - - List all available virtual machine sizes in a region [https://docs.microsoft.com/rest/api/compute/resourceskus/list] - - List all available virtual machine sizes for resizing [https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes]. For more information about virtual machine sizes, see Sizes for - virtual machines [https://docs.microsoft.com/azure/virtual-machines/sizes]. - - The available VM sizes depend on region and availability set. - possibleValuesFunc: PossibleVirtualMachineSizeTypesValues protocol: {} - &ref_163 choices: @@ -9610,9 +6966,6 @@ schemas: default: name: Local description: '' - go: - name: DiffDiskOptionsLocal - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9621,10 +6974,6 @@ schemas: default: name: DiffDiskOptions description: Specifies the ephemeral disk option for operating system disk. - go: - name: DiffDiskOptions - description: Specifies the ephemeral disk option for operating system disk. - possibleValuesFunc: PossibleDiffDiskOptionsValues protocol: {} - &ref_164 choices: @@ -9633,17 +6982,11 @@ schemas: default: name: CacheDisk description: '' - go: - name: DiffDiskPlacementCacheDisk - description: '' - value: ResourceDisk language: default: name: ResourceDisk description: '' - go: - name: DiffDiskPlacementResourceDisk - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9655,14 +6998,6 @@ schemas: Specifies the ephemeral disk placement for operating system disk. This property can be used by user in the request to choose the location i.e, cache disk or resource disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer Ephemeral OS disk size requirements for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements - go: - name: DiffDiskPlacement - description: |- - Specifies the ephemeral disk placement for operating system disk. This property can be used by user in the request to choose the location i.e, cache disk or resource disk space for Ephemeral OS disk - provisioning. For more information on Ephemeral OS disk size requirements, please refer Ephemeral OS disk size requirements for Windows VM at - https://docs.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VM at - https://docs.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements - possibleValuesFunc: PossibleDiffDiskPlacementValues protocol: {} - &ref_165 choices: @@ -9671,25 +7006,16 @@ schemas: default: name: FromImage description: '' - go: - name: DiskCreateOptionTypesFromImage - description: '' - value: Empty language: default: name: Empty description: '' - go: - name: DiskCreateOptionTypesEmpty - description: '' - value: Attach language: default: name: Attach description: '' - go: - name: DiskCreateOptionTypesAttach - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9701,18 +7027,6 @@ schemas: Specifies how the virtual machine should be created.

    Possible values are:

    **Attach** \u2013 This value is used when you are using a specialized disk to create the virtual machine.

    **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described. - go: - name: DiskCreateOptionTypes - description: |- - Specifies how the virtual machine should be created. - - Possible values are: - - Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine. - - FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are - using a marketplace image, you also use the plan element previously described. - possibleValuesFunc: PossibleDiskCreateOptionTypesValues protocol: {} - &ref_44 choices: @@ -9721,49 +7035,31 @@ schemas: default: name: StandardLRS description: '' - go: - name: StorageAccountTypesStandardLRS - description: '' - value: Premium_LRS language: default: name: PremiumLRS description: '' - go: - name: StorageAccountTypesPremiumLRS - description: '' - value: StandardSSD_LRS language: default: name: StandardSSDLRS description: '' - go: - name: StorageAccountTypesStandardSSDLRS - description: '' - value: UltraSSD_LRS language: default: name: UltraSSDLRS description: '' - go: - name: StorageAccountTypesUltraSSDLRS - description: '' - value: Premium_ZRS language: default: name: PremiumZRS description: '' - go: - name: StorageAccountTypesPremiumZRS - description: '' - value: StandardSSD_ZRS language: default: name: StandardSSDZRS description: '' - go: - name: StorageAccountTypesStandardSSDZRS - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9776,14 +7072,6 @@ schemas: Standard_LRS uses Standard HDD. StandardSSD_LRS uses Standard SSD. Premium_LRS uses Premium SSD. UltraSSD_LRS uses Ultra disk. Premium_ZRS uses Premium SSD zone redundant storage. StandardSSD_ZRS uses Standard SSD zone redundant storage. For more information regarding disks supported for Windows Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/linux/disks-types - go: - name: StorageAccountTypes - description: |- - Specifies the storage account type for the managed disk. Managed OS disk storage account type can only be set when you create the scale set. NOTE: UltraSSDLRS can only be used with data disks. It - cannot be used with OS Disk. StandardLRS uses Standard HDD. StandardSSDLRS uses Standard SSD. PremiumLRS uses Premium SSD. UltraSSDLRS uses Ultra disk. PremiumZRS uses Premium SSD zone redundant - storage. StandardSSD_ZRS uses Standard SSD zone redundant storage. For more information regarding disks supported for Windows Virtual Machines, refer to - https://docs.microsoft.com/azure/virtual-machines/windows/disks-types and, for Linux Virtual Machines, refer to https://docs.microsoft.com/azure/virtual-machines/linux/disks-types - possibleValuesFunc: PossibleStorageAccountTypesValues protocol: {} - &ref_167 choices: @@ -9792,17 +7080,11 @@ schemas: default: name: Delete description: '' - go: - name: DiskDeleteOptionTypesDelete - description: '' - value: Detach language: default: name: Detach description: '' - go: - name: DiskDeleteOptionTypesDetach - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9813,17 +7095,6 @@ schemas: description: >- Specifies the behavior of the managed disk when the VM gets deleted i.e whether the managed disk is deleted or detached. Supported values:

    **Delete** If this value is used, the managed disk is deleted when VM gets deleted.

    **Detach** If this value is used, the managed disk is retained after VM gets deleted.

    Minimum api-version: 2021-03-01 - go: - name: DiskDeleteOptionTypes - description: |- - Specifies the behavior of the managed disk when the VM gets deleted i.e whether the managed disk is deleted or detached. Supported values: - - Delete If this value is used, the managed disk is deleted when VM gets deleted. - - Detach If this value is used, the managed disk is retained after VM gets deleted. - - Minimum api-version: 2021-03-01 - possibleValuesFunc: PossibleDiskDeleteOptionTypesValues protocol: {} - &ref_174 choices: @@ -9832,9 +7103,6 @@ schemas: default: name: ForceDetach description: '' - go: - name: DiskDetachOptionTypesForceDetach - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9847,16 +7115,6 @@ schemas: only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior.

    This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'. - go: - name: DiskDetachOptionTypes - description: |- - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. - - detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine and the - disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. - - This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'. - possibleValuesFunc: PossibleDiskDetachOptionTypesValues protocol: {} - &ref_187 choices: @@ -9865,25 +7123,16 @@ schemas: default: name: Manual description: '' - go: - name: WindowsVMGuestPatchModeManual - description: '' - value: AutomaticByOS language: default: name: AutomaticByOS description: '' - go: - name: WindowsVMGuestPatchModeAutomaticByOS - description: '' - value: AutomaticByPlatform language: default: name: AutomaticByPlatform description: '' - go: - name: WindowsVMGuestPatchModeAutomaticByPlatform - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9896,20 +7145,6 @@ schemas: control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false

    **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true.

    **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true - go: - name: WindowsVMGuestPatchMode - description: |- - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. - - Possible values are: - - Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property - WindowsConfiguration.enableAutomaticUpdates must be false - - AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. - - AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true - possibleValuesFunc: PossibleWindowsVMGuestPatchModeValues protocol: {} - &ref_189 choices: @@ -9918,17 +7153,11 @@ schemas: default: name: ImageDefault description: '' - go: - name: WindowsPatchAssessmentModeImageDefault - description: '' - value: AutomaticByPlatform language: default: name: AutomaticByPlatform description: '' - go: - name: WindowsPatchAssessmentModeAutomaticByPlatform - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9939,17 +7168,6 @@ schemas: description: >- Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.

    Possible values are:

    **ImageDefault** - You control the timing of patch assessments on a virtual machine.

    **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - go: - name: WindowsPatchAssessmentMode - description: |- - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. - - Possible values are: - - ImageDefault - You control the timing of patch assessments on a virtual machine. - - AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - possibleValuesFunc: PossibleWindowsPatchAssessmentModeValues protocol: {} - &ref_195 choices: @@ -9958,17 +7176,11 @@ schemas: default: name: ImageDefault description: '' - go: - name: LinuxVMGuestPatchModeImageDefault - description: '' - value: AutomaticByPlatform language: default: name: AutomaticByPlatform description: '' - go: - name: LinuxVMGuestPatchModeAutomaticByPlatform - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -9979,17 +7191,6 @@ schemas: description: >- Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

    Possible values are:

    **ImageDefault** - The virtual machine's default patching configuration is used.

    **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true - go: - name: LinuxVMGuestPatchMode - description: |- - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. - - Possible values are: - - ImageDefault - The virtual machine's default patching configuration is used. - - AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true - possibleValuesFunc: PossibleLinuxVMGuestPatchModeValues protocol: {} - &ref_196 choices: @@ -9998,17 +7199,11 @@ schemas: default: name: ImageDefault description: '' - go: - name: LinuxPatchAssessmentModeImageDefault - description: '' - value: AutomaticByPlatform language: default: name: AutomaticByPlatform description: '' - go: - name: LinuxPatchAssessmentModeAutomaticByPlatform - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10019,17 +7214,6 @@ schemas: description: >- Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

    Possible values are:

    **ImageDefault** - You control the timing of patch assessments on a virtual machine.

    **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - go: - name: LinuxPatchAssessmentMode - description: |- - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. - - Possible values are: - - ImageDefault - You control the timing of patch assessments on a virtual machine. - - AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - possibleValuesFunc: PossibleLinuxPatchAssessmentModeValues protocol: {} - &ref_47 choices: @@ -10038,17 +7222,11 @@ schemas: default: name: Delete description: '' - go: - name: DeleteOptionsDelete - description: '' - value: Detach language: default: name: Detach description: '' - go: - name: DeleteOptionsDetach - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10057,10 +7235,6 @@ schemas: default: name: DeleteOptions description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOptions - description: Specify what happens to the network interface when the VM is deleted - possibleValuesFunc: PossibleDeleteOptionsValues protocol: {} - &ref_201 choices: @@ -10069,9 +7243,6 @@ schemas: default: name: TwoThousandTwenty1101 description: '' - go: - name: NetworkAPIVersionTwoThousandTwenty1101 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10080,10 +7251,6 @@ schemas: default: name: NetworkApiVersion description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations - go: - name: NetworkAPIVersion - description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations - possibleValuesFunc: PossibleNetworkAPIVersionValues protocol: {} - &ref_210 choices: @@ -10092,17 +7259,11 @@ schemas: default: name: IPv4 description: '' - go: - name: IPVersionsIPv4 - description: '' - value: IPv6 language: default: name: IPv6 description: '' - go: - name: IPVersionsIPv6 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10111,10 +7272,6 @@ schemas: default: name: IPVersions description: 'Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' - go: - name: IPVersions - description: 'Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' - possibleValuesFunc: PossibleIPVersionsValues protocol: {} - &ref_211 choices: @@ -10123,17 +7280,11 @@ schemas: default: name: Dynamic description: '' - go: - name: PublicIPAllocationMethodDynamic - description: '' - value: Static language: default: name: Static description: '' - go: - name: PublicIPAllocationMethodStatic - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10142,10 +7293,6 @@ schemas: default: name: PublicIPAllocationMethod description: Specify the public IP allocation type - go: - name: PublicIPAllocationMethod - description: Specify the public IP allocation type - possibleValuesFunc: PossiblePublicIPAllocationMethodValues protocol: {} - &ref_56 choices: @@ -10154,17 +7301,11 @@ schemas: default: name: Basic description: '' - go: - name: PublicIPAddressSKUNameBasic - description: '' - value: Standard language: default: name: Standard description: '' - go: - name: PublicIPAddressSKUNameStandard - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10173,10 +7314,6 @@ schemas: default: name: PublicIPAddressSkuName description: Specify public IP sku name - go: - name: PublicIPAddressSKUName - description: Specify public IP sku name - possibleValuesFunc: PossiblePublicIPAddressSKUNameValues protocol: {} - &ref_57 choices: @@ -10185,17 +7322,11 @@ schemas: default: name: Regional description: '' - go: - name: PublicIPAddressSKUTierRegional - description: '' - value: Global language: default: name: Global description: '' - go: - name: PublicIPAddressSKUTierGlobal - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10204,10 +7335,6 @@ schemas: default: name: PublicIPAddressSkuTier description: Specify public IP sku tier - go: - name: PublicIPAddressSKUTier - description: Specify public IP sku tier - possibleValuesFunc: PossiblePublicIPAddressSKUTierValues protocol: {} - &ref_219 choices: @@ -10216,25 +7343,16 @@ schemas: default: name: Regular description: '' - go: - name: VirtualMachinePriorityTypesRegular - description: '' - value: Low language: default: name: Low description: '' - go: - name: VirtualMachinePriorityTypesLow - description: '' - value: Spot language: default: name: Spot description: '' - go: - name: VirtualMachinePriorityTypesSpot - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10243,13 +7361,6 @@ schemas: default: name: VirtualMachinePriorityTypes description: Specifies the priority for a standalone virtual machine or the virtual machines in the scale set.

    'Low' enum will be deprecated in the future, please use 'Spot' as the enum to deploy Azure Spot VM/VMSS. - go: - name: VirtualMachinePriorityTypes - description: |- - Specifies the priority for a standalone virtual machine or the virtual machines in the scale set. - - 'Low' enum will be deprecated in the future, please use 'Spot' as the enum to deploy Azure Spot VM/VMSS. - possibleValuesFunc: PossibleVirtualMachinePriorityTypesValues protocol: {} - &ref_220 choices: @@ -10258,17 +7369,11 @@ schemas: default: name: Deallocate description: '' - go: - name: VirtualMachineEvictionPolicyTypesDeallocate - description: '' - value: Delete language: default: name: Delete description: '' - go: - name: VirtualMachineEvictionPolicyTypesDelete - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10277,10 +7382,6 @@ schemas: default: name: VirtualMachineEvictionPolicyTypes description: Specifies the eviction policy for the Azure Spot VM/VMSS - go: - name: VirtualMachineEvictionPolicyTypes - description: Specifies the eviction policy for the Azure Spot VM/VMSS - possibleValuesFunc: PossibleVirtualMachineEvictionPolicyTypesValues protocol: {} - &ref_228 choices: @@ -10289,17 +7390,11 @@ schemas: default: name: V1 description: '' - go: - name: HyperVGenerationTypeV1 - description: '' - value: V2 language: default: name: V2 description: '' - go: - name: HyperVGenerationTypeV2 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10308,10 +7403,6 @@ schemas: default: name: HyperVGenerationType description: Specifies the HyperVGeneration Type associated with a resource - go: - name: HyperVGenerationType - description: Specifies the HyperVGeneration Type associated with a resource - possibleValuesFunc: PossibleHyperVGenerationTypeValues protocol: {} - &ref_246 choices: @@ -10320,41 +7411,26 @@ schemas: default: name: Unknown description: '' - go: - name: PatchOperationStatusUnknown - description: '' - value: InProgress language: default: name: InProgress description: '' - go: - name: PatchOperationStatusInProgress - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PatchOperationStatusFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: PatchOperationStatusSucceeded - description: '' - value: CompletedWithWarnings language: default: name: CompletedWithWarnings description: '' - go: - name: PatchOperationStatusCompletedWithWarnings - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10363,12 +7439,6 @@ schemas: default: name: PatchOperationStatus description: The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." - go: - name: PatchOperationStatus - description: |- - The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or - "CompletedWithWarnings." - possibleValuesFunc: PossiblePatchOperationStatusValues protocol: {} - &ref_55 choices: @@ -10377,17 +7447,11 @@ schemas: default: name: IPv4 description: '' - go: - name: IPVersionIPv4 - description: '' - value: IPv6 language: default: name: IPv6 description: '' - go: - name: IPVersionIPv6 - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10396,10 +7460,6 @@ schemas: default: name: IPVersion description: 'Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' - go: - name: IPVersion - description: 'Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' - possibleValuesFunc: PossibleIPVersionValues protocol: {} - &ref_330 choices: @@ -10408,25 +7468,16 @@ schemas: default: name: Default description: '' - go: - name: VirtualMachineScaleSetScaleInRulesDefault - description: '' - value: OldestVM language: default: name: OldestVM description: '' - go: - name: VirtualMachineScaleSetScaleInRulesOldestVM - description: '' - value: NewestVM language: default: name: NewestVM description: '' - go: - name: VirtualMachineScaleSetScaleInRulesNewestVM - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10435,10 +7486,6 @@ schemas: default: name: VirtualMachineScaleSetScaleInRules description: '' - go: - name: VirtualMachineScaleSetScaleInRules - description: '' - possibleValuesFunc: PossibleVirtualMachineScaleSetScaleInRulesValues protocol: {} - &ref_331 choices: @@ -10447,17 +7494,11 @@ schemas: default: name: Uniform description: '' - go: - name: OrchestrationModeUniform - description: '' - value: Flexible language: default: name: Flexible description: '' - go: - name: OrchestrationModeFlexible - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10466,10 +7507,6 @@ schemas: default: name: OrchestrationMode description: Specifies the orchestration mode for the virtual machine scale set. - go: - name: OrchestrationMode - description: Specifies the orchestration mode for the virtual machine scale set. - possibleValuesFunc: PossibleOrchestrationModeValues protocol: {} - &ref_355 choices: @@ -10478,17 +7515,11 @@ schemas: default: name: Windows description: '' - go: - name: OperatingSystemTypeWindows - description: '' - value: Linux language: default: name: Linux description: '' - go: - name: OperatingSystemTypeLinux - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10497,10 +7528,6 @@ schemas: default: name: OperatingSystemType description: Gets the Operating System type. - go: - name: OperatingSystemType - description: Gets the Operating System type. - possibleValuesFunc: PossibleOperatingSystemTypeValues protocol: {} - &ref_365 choices: @@ -10509,25 +7536,16 @@ schemas: default: name: CrashConsistent description: '' - go: - name: ConsistencyModeTypesCrashConsistent - description: '' - value: FileSystemConsistent language: default: name: FileSystemConsistent description: '' - go: - name: ConsistencyModeTypesFileSystemConsistent - description: '' - value: ApplicationConsistent language: default: name: ApplicationConsistent description: '' - go: - name: ConsistencyModeTypesApplicationConsistent - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10536,21 +7554,14 @@ schemas: default: name: ConsistencyModeTypes description: Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. - go: - name: ConsistencyModeTypes - description: Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. - possibleValuesFunc: PossibleConsistencyModeTypesValues protocol: {} - - &ref_2280 + - &ref_1692 choices: - value: restorePoints language: default: name: RestorePoints description: '' - go: - name: RestorePointCollectionExpandOptionsRestorePoints - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10559,45 +7570,29 @@ schemas: default: name: RestorePointCollectionExpandOptions description: '' - go: - name: RestorePointCollectionExpandOptions - description: '' - possibleValuesFunc: PossibleRestorePointCollectionExpandOptionsValues protocol: {} - - &ref_743 + - &ref_742 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: VMGuestPatchRebootBehaviorUnknown - description: '' - value: NeverReboots language: default: name: NeverReboots description: '' - go: - name: VMGuestPatchRebootBehaviorNeverReboots - description: '' - value: AlwaysRequiresReboot language: default: name: AlwaysRequiresReboot description: '' - go: - name: VMGuestPatchRebootBehaviorAlwaysRequiresReboot - description: '' - value: CanRequestReboot language: default: name: CanRequestReboot description: '' - go: - name: VMGuestPatchRebootBehaviorCanRequestReboot - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10606,29 +7601,19 @@ schemas: default: name: VMGuestPatchRebootBehavior description: Describes the reboot requirements of the patch. - go: - name: VMGuestPatchRebootBehavior - description: Describes the reboot requirements of the patch. - possibleValuesFunc: PossibleVMGuestPatchRebootBehaviorValues protocol: {} - - &ref_747 + - &ref_746 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: PatchAssessmentStateUnknown - description: '' - value: Available language: default: name: Available description: '' - go: - name: PatchAssessmentStateAvailable - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10637,37 +7622,24 @@ schemas: default: name: PatchAssessmentState description: Describes the availability of a given patch. - go: - name: PatchAssessmentState - description: Describes the availability of a given patch. - possibleValuesFunc: PossiblePatchAssessmentStateValues protocol: {} - - &ref_750 + - &ref_749 choices: - value: IfRequired language: default: name: IfRequired description: '' - go: - name: VMGuestPatchRebootSettingIfRequired - description: '' - value: Never language: default: name: Never description: '' - go: - name: VMGuestPatchRebootSettingNever - description: '' - value: Always language: default: name: Always description: '' - go: - name: VMGuestPatchRebootSettingAlways - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10676,77 +7648,49 @@ schemas: default: name: VMGuestPatchRebootSetting description: Defines when it is acceptable to reboot a VM during a software update operation. - go: - name: VMGuestPatchRebootSetting - description: Defines when it is acceptable to reboot a VM during a software update operation. - possibleValuesFunc: PossibleVMGuestPatchRebootSettingValues protocol: {} - - &ref_751 + - &ref_750 choices: - value: Critical language: default: name: Critical description: '' - go: - name: VMGuestPatchClassificationWindowsCritical - description: '' - value: Security language: default: name: Security description: '' - go: - name: VMGuestPatchClassificationWindowsSecurity - description: '' - value: UpdateRollUp language: default: name: UpdateRollUp description: '' - go: - name: VMGuestPatchClassificationWindowsUpdateRollUp - description: '' - value: FeaturePack language: default: name: FeaturePack description: '' - go: - name: VMGuestPatchClassificationWindowsFeaturePack - description: '' - value: ServicePack language: default: name: ServicePack description: '' - go: - name: VMGuestPatchClassificationWindowsServicePack - description: '' - value: Definition language: default: name: Definition description: '' - go: - name: VMGuestPatchClassificationWindowsDefinition - description: '' - value: Tools language: default: name: Tools description: '' - go: - name: VMGuestPatchClassificationWindowsTools - description: '' - value: Updates language: default: name: Updates description: '' - go: - name: VMGuestPatchClassificationWindowsUpdates - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10755,37 +7699,24 @@ schemas: default: name: VMGuestPatchClassificationWindows description: '' - go: - name: VMGuestPatchClassificationWindows - description: '' - possibleValuesFunc: PossibleVMGuestPatchClassificationWindowsValues protocol: {} - - &ref_756 + - &ref_755 choices: - value: Critical language: default: name: Critical description: '' - go: - name: VMGuestPatchClassificationLinuxCritical - description: '' - value: Security language: default: name: Security description: '' - go: - name: VMGuestPatchClassificationLinuxSecurity - description: '' - value: Other language: default: name: Other description: '' - go: - name: VMGuestPatchClassificationLinuxOther - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10794,61 +7725,39 @@ schemas: default: name: VMGuestPatchClassificationLinux description: '' - go: - name: VMGuestPatchClassificationLinux - description: '' - possibleValuesFunc: PossibleVMGuestPatchClassificationLinuxValues protocol: {} - - &ref_763 + - &ref_762 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: VMGuestPatchRebootStatusUnknown - description: '' - value: NotNeeded language: default: name: NotNeeded description: '' - go: - name: VMGuestPatchRebootStatusNotNeeded - description: '' - value: Required language: default: name: Required description: '' - go: - name: VMGuestPatchRebootStatusRequired - description: '' - value: Started language: default: name: Started description: '' - go: - name: VMGuestPatchRebootStatusStarted - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: VMGuestPatchRebootStatusFailed - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: VMGuestPatchRebootStatusCompleted - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10857,61 +7766,39 @@ schemas: default: name: VMGuestPatchRebootStatus description: The reboot state of the VM following completion of the operation. - go: - name: VMGuestPatchRebootStatus - description: The reboot state of the VM following completion of the operation. - possibleValuesFunc: PossibleVMGuestPatchRebootStatusValues protocol: {} - - &ref_775 + - &ref_774 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: PatchInstallationStateUnknown - description: '' - value: Installed language: default: name: Installed description: '' - go: - name: PatchInstallationStateInstalled - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PatchInstallationStateFailed - description: '' - value: Excluded language: default: name: Excluded description: '' - go: - name: PatchInstallationStateExcluded - description: '' - value: NotSelected language: default: name: NotSelected description: '' - go: - name: PatchInstallationStateNotSelected - description: '' - value: Pending language: default: name: Pending description: '' - go: - name: PatchInstallationStatePending - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10920,21 +7807,14 @@ schemas: default: name: PatchInstallationState description: The state of the patch after the installation operation completed. - go: - name: PatchInstallationState - description: The state of the patch after the installation operation completed. - possibleValuesFunc: PossiblePatchInstallationStateValues protocol: {} - - &ref_2023 + - &ref_1593 choices: - value: userData language: default: name: UserData description: '' - go: - name: ExpandTypesForGetVMScaleSetsUserData - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10943,21 +7823,14 @@ schemas: default: name: ExpandTypesForGetVMScaleSets description: '' - go: - name: ExpandTypesForGetVMScaleSets - description: '' - possibleValuesFunc: PossibleExpandTypesForGetVMScaleSetsValues protocol: {} - - &ref_794 + - &ref_793 choices: - value: AutomaticRepairs language: default: name: AutomaticRepairs description: '' - go: - name: OrchestrationServiceNamesAutomaticRepairs - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -10966,37 +7839,24 @@ schemas: default: name: OrchestrationServiceNames description: The name of the service. - go: - name: OrchestrationServiceNames - description: The name of the service. - possibleValuesFunc: PossibleOrchestrationServiceNamesValues protocol: {} - - &ref_795 + - &ref_794 choices: - value: NotRunning language: default: name: NotRunning description: '' - go: - name: OrchestrationServiceStateNotRunning - description: '' - value: Running language: default: name: Running description: '' - go: - name: OrchestrationServiceStateRunning - description: '' - value: Suspended language: default: name: Suspended description: '' - go: - name: OrchestrationServiceStateSuspended - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -11005,29 +7865,19 @@ schemas: default: name: OrchestrationServiceState description: The current state of the service. - go: - name: OrchestrationServiceState - description: The current state of the service. - possibleValuesFunc: PossibleOrchestrationServiceStateValues protocol: {} - - &ref_828 + - &ref_827 choices: - value: Resume language: default: name: Resume description: '' - go: - name: OrchestrationServiceStateActionResume - description: '' - value: Suspend language: default: name: Suspend description: '' - go: - name: OrchestrationServiceStateActionSuspend - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -11036,10 +7886,6 @@ schemas: default: name: OrchestrationServiceStateAction description: The action to be performed. - go: - name: OrchestrationServiceStateAction - description: The action to be performed. - possibleValuesFunc: PossibleOrchestrationServiceStateActionValues protocol: {} - &ref_414 choices: @@ -11048,57 +7894,36 @@ schemas: default: name: Unknown description: '' - go: - name: ExecutionStateUnknown - description: '' - value: Pending language: default: name: Pending description: '' - go: - name: ExecutionStatePending - description: '' - value: Running language: default: name: Running description: '' - go: - name: ExecutionStateRunning - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ExecutionStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ExecutionStateSucceeded - description: '' - value: TimedOut language: default: name: TimedOut description: '' - go: - name: ExecutionStateTimedOut - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: ExecutionStateCanceled - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -11107,10 +7932,6 @@ schemas: default: name: ExecutionState description: Script execution status. - go: - name: ExecutionState - description: Script execution status. - possibleValuesFunc: PossibleExecutionStateValues protocol: {} - &ref_423 choices: @@ -11119,49 +7940,31 @@ schemas: default: name: StandardLRS description: Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. - go: - name: DiskStorageAccountTypesStandardLRS - description: Standard HDD locally redundant storage. Best for backup, non-critical, and infrequent access. - value: Premium_LRS language: default: name: PremiumLRS description: Premium SSD locally redundant storage. Best for production and performance sensitive workloads. - go: - name: DiskStorageAccountTypesPremiumLRS - description: Premium SSD locally redundant storage. Best for production and performance sensitive workloads. - value: StandardSSD_LRS language: default: name: StandardSSDLRS description: Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test. - go: - name: DiskStorageAccountTypesStandardSSDLRS - description: Standard SSD locally redundant storage. Best for web servers, lightly used enterprise applications and dev/test. - value: UltraSSD_LRS language: default: name: UltraSSDLRS description: Ultra SSD locally redundant storage. Best for IO-intensive workloads such as SAP HANA, top tier databases (for example, SQL, Oracle), and other transaction-heavy workloads. - go: - name: DiskStorageAccountTypesUltraSSDLRS - description: Ultra SSD locally redundant storage. Best for IO-intensive workloads such as SAP HANA, top tier databases (for example, SQL, Oracle), and other transaction-heavy workloads. - value: Premium_ZRS language: default: name: PremiumZRS description: Premium SSD zone redundant storage. Best for the production workloads that need storage resiliency against zone failures. - go: - name: DiskStorageAccountTypesPremiumZRS - description: Premium SSD zone redundant storage. Best for the production workloads that need storage resiliency against zone failures. - value: StandardSSD_ZRS language: default: name: StandardSSDZRS description: Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures. - go: - name: DiskStorageAccountTypesStandardSSDZRS - description: Standard SSD zone redundant storage. Best for web servers, lightly used enterprise applications and dev/test that need storage resiliency against zone failures. type: choice apiVersions: - version: '2020-12-01' @@ -11170,10 +7973,6 @@ schemas: default: name: DiskStorageAccountTypes description: The sku name. - go: - name: DiskStorageAccountTypes - description: The sku name. - possibleValuesFunc: PossibleDiskStorageAccountTypesValues protocol: {} - &ref_427 choices: @@ -11182,17 +7981,11 @@ schemas: default: name: V1 description: '' - go: - name: HyperVGenerationV1 - description: '' - value: V2 language: default: name: V2 description: '' - go: - name: HyperVGenerationV2 - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11201,10 +7994,6 @@ schemas: default: name: HyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - possibleValuesFunc: PossibleHyperVGenerationValues protocol: {} - &ref_429 choices: @@ -11213,57 +8002,36 @@ schemas: default: name: Empty description: Create an empty data disk of a size given by diskSizeGB. - go: - name: DiskCreateOptionEmpty - description: Create an empty data disk of a size given by diskSizeGB. - value: Attach language: default: name: Attach description: Disk will be attached to a VM. - go: - name: DiskCreateOptionAttach - description: Disk will be attached to a VM. - value: FromImage language: default: name: FromImage description: Create a new disk from a platform image specified by the given imageReference or galleryImageReference. - go: - name: DiskCreateOptionFromImage - description: Create a new disk from a platform image specified by the given imageReference or galleryImageReference. - value: Import language: default: name: Import description: Create a disk by importing from a blob specified by a sourceUri in a storage account specified by storageAccountId. - go: - name: DiskCreateOptionImport - description: Create a disk by importing from a blob specified by a sourceUri in a storage account specified by storageAccountId. - value: Copy language: default: name: Copy description: Create a new disk or snapshot by copying from a disk or snapshot specified by the given sourceResourceId. - go: - name: DiskCreateOptionCopy - description: Create a new disk or snapshot by copying from a disk or snapshot specified by the given sourceResourceId. - value: Restore language: default: name: Restore description: Create a new disk by copying from a backup recovery point. - go: - name: DiskCreateOptionRestore - description: Create a new disk by copying from a backup recovery point. - value: Upload language: default: name: Upload description: Create a new disk by obtaining a write token and using it to directly upload the contents of the disk. - go: - name: DiskCreateOptionUpload - description: Create a new disk by obtaining a write token and using it to directly upload the contents of the disk. type: choice apiVersions: - version: '2020-12-01' @@ -11272,10 +8040,6 @@ schemas: default: name: DiskCreateOption description: This enumerates the possible sources of a disk's creation. - go: - name: DiskCreateOption - description: This enumerates the possible sources of a disk's creation. - possibleValuesFunc: PossibleDiskCreateOptionValues protocol: {} - &ref_453 choices: @@ -11284,49 +8048,31 @@ schemas: default: name: Unattached description: The disk is not being used and can be attached to a VM. - go: - name: DiskStateUnattached - description: The disk is not being used and can be attached to a VM. - value: Attached language: default: name: Attached description: The disk is currently mounted to a running VM. - go: - name: DiskStateAttached - description: The disk is currently mounted to a running VM. - value: Reserved language: default: name: Reserved description: The disk is mounted to a stopped-deallocated VM - go: - name: DiskStateReserved - description: The disk is mounted to a stopped-deallocated VM - value: ActiveSAS language: default: name: ActiveSAS description: The disk currently has an Active SAS Uri associated with it. - go: - name: DiskStateActiveSAS - description: The disk currently has an Active SAS Uri associated with it. - value: ReadyToUpload language: default: name: ReadyToUpload description: A disk is ready to be created by upload by requesting a write token. - go: - name: DiskStateReadyToUpload - description: A disk is ready to be created by upload by requesting a write token. - value: ActiveUpload language: default: name: ActiveUpload description: A disk is created for upload and a write token has been issued for uploading to it. - go: - name: DiskStateActiveUpload - description: A disk is created for upload and a write token has been issued for uploading to it. type: choice apiVersions: - version: '2020-12-01' @@ -11335,10 +8081,6 @@ schemas: default: name: DiskState description: This enumerates the possible state of the disk. - go: - name: DiskState - description: This enumerates the possible state of the disk. - possibleValuesFunc: PossibleDiskStateValues protocol: {} - &ref_455 choices: @@ -11347,25 +8089,16 @@ schemas: default: name: EncryptionAtRestWithPlatformKey description: Disk is encrypted at rest with Platform managed key. It is the default encryption type. This is not a valid encryption type for disk encryption sets. - go: - name: EncryptionTypeEncryptionAtRestWithPlatformKey - description: Disk is encrypted at rest with Platform managed key. It is the default encryption type. This is not a valid encryption type for disk encryption sets. - value: EncryptionAtRestWithCustomerKey language: default: name: EncryptionAtRestWithCustomerKey description: Disk is encrypted at rest with Customer managed key that can be changed and revoked by a customer. - go: - name: EncryptionTypeEncryptionAtRestWithCustomerKey - description: Disk is encrypted at rest with Customer managed key that can be changed and revoked by a customer. - value: EncryptionAtRestWithPlatformAndCustomerKeys language: default: name: EncryptionAtRestWithPlatformAndCustomerKeys description: Disk is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed. - go: - name: EncryptionTypeEncryptionAtRestWithPlatformAndCustomerKeys - description: Disk is encrypted at rest with 2 layers of encryption. One of the keys is Customer managed and the other key is Platform managed. type: choice apiVersions: - version: '2020-12-01' @@ -11374,10 +8107,6 @@ schemas: default: name: EncryptionType description: The type of key used to encrypt the data of the disk. - go: - name: EncryptionType - description: The type of key used to encrypt the data of the disk. - possibleValuesFunc: PossibleEncryptionTypeValues protocol: {} - &ref_458 choices: @@ -11386,25 +8115,16 @@ schemas: default: name: AllowAll description: The disk can be exported or uploaded to from any network. - go: - name: NetworkAccessPolicyAllowAll - description: The disk can be exported or uploaded to from any network. - value: AllowPrivate language: default: name: AllowPrivate description: The disk can be exported or uploaded to using a DiskAccess resource's private endpoints. - go: - name: NetworkAccessPolicyAllowPrivate - description: The disk can be exported or uploaded to using a DiskAccess resource's private endpoints. - value: DenyAll language: default: name: DenyAll description: The disk cannot be exported. - go: - name: NetworkAccessPolicyDenyAll - description: The disk cannot be exported. type: choice apiVersions: - version: '2020-12-01' @@ -11413,10 +8133,6 @@ schemas: default: name: NetworkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. - possibleValuesFunc: PossibleNetworkAccessPolicyValues protocol: {} - &ref_464 choices: @@ -11425,9 +8141,6 @@ schemas: default: name: TrustedLaunch description: Trusted Launch provides security features such as secure boot and virtual Trusted Platform Module (vTPM) - go: - name: DiskSecurityTypesTrustedLaunch - description: Trusted Launch provides security features such as secure boot and virtual Trusted Platform Module (vTPM) type: choice apiVersions: - version: '2020-12-01' @@ -11436,37 +8149,24 @@ schemas: default: name: DiskSecurityTypes description: Specifies the SecurityType of the VM. Applicable for OS disks only. - go: - name: DiskSecurityTypes - description: Specifies the SecurityType of the VM. Applicable for OS disks only. - possibleValuesFunc: PossibleDiskSecurityTypesValues protocol: {} - - &ref_919 + - &ref_918 choices: - value: None language: default: name: None description: '' - go: - name: AccessLevelNone - description: '' - value: Read language: default: name: Read description: '' - go: - name: AccessLevelRead - description: '' - value: Write language: default: name: Write description: '' - go: - name: AccessLevelWrite - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -11475,10 +8175,6 @@ schemas: default: name: AccessLevel description: '' - go: - name: AccessLevel - description: '' - possibleValuesFunc: PossibleAccessLevelValues protocol: {} - &ref_466 choices: @@ -11487,25 +8183,16 @@ schemas: default: name: StandardLRS description: Standard HDD locally redundant storage - go: - name: SnapshotStorageAccountTypesStandardLRS - description: Standard HDD locally redundant storage - value: Premium_LRS language: default: name: PremiumLRS description: Premium SSD locally redundant storage - go: - name: SnapshotStorageAccountTypesPremiumLRS - description: Premium SSD locally redundant storage - value: Standard_ZRS language: default: name: StandardZRS description: Standard zone redundant storage - go: - name: SnapshotStorageAccountTypesStandardZRS - description: Standard zone redundant storage type: choice apiVersions: - version: '2020-12-01' @@ -11514,10 +8201,6 @@ schemas: default: name: SnapshotStorageAccountTypes description: The sku name. - go: - name: SnapshotStorageAccountTypes - description: The sku name. - possibleValuesFunc: PossibleSnapshotStorageAccountTypesValues protocol: {} - &ref_480 choices: @@ -11526,17 +8209,11 @@ schemas: default: name: SystemAssigned description: '' - go: - name: DiskEncryptionSetIdentityTypeSystemAssigned - description: '' - value: None language: default: name: None description: '' - go: - name: DiskEncryptionSetIdentityTypeNone - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -11547,12 +8224,6 @@ schemas: description: >- The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys. - go: - name: DiskEncryptionSetIdentityType - description: |- - The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of - subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys. - possibleValuesFunc: PossibleDiskEncryptionSetIdentityTypeValues protocol: {} - &ref_483 choices: @@ -11561,17 +8232,11 @@ schemas: default: name: EncryptionAtRestWithCustomerKey description: Resource using diskEncryptionSet would be encrypted at rest with Customer managed key that can be changed and revoked by a customer. - go: - name: DiskEncryptionSetTypeEncryptionAtRestWithCustomerKey - description: Resource using diskEncryptionSet would be encrypted at rest with Customer managed key that can be changed and revoked by a customer. - value: EncryptionAtRestWithPlatformAndCustomerKeys language: default: name: EncryptionAtRestWithPlatformAndCustomerKeys description: Resource using diskEncryptionSet would be encrypted at rest with two layers of encryption. One of the keys is Customer managed and the other key is Platform managed. - go: - name: DiskEncryptionSetTypeEncryptionAtRestWithPlatformAndCustomerKeys - description: Resource using diskEncryptionSet would be encrypted at rest with two layers of encryption. One of the keys is Customer managed and the other key is Platform managed. type: choice apiVersions: - version: '2020-12-01' @@ -11580,10 +8245,6 @@ schemas: default: name: DiskEncryptionSetType description: The type of key used to encrypt the data of the disk. - go: - name: DiskEncryptionSetType - description: The type of key used to encrypt the data of the disk. - possibleValuesFunc: PossibleDiskEncryptionSetTypeValues protocol: {} - &ref_490 choices: @@ -11592,25 +8253,16 @@ schemas: default: name: Pending description: '' - go: - name: PrivateEndpointServiceConnectionStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: PrivateEndpointServiceConnectionStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: PrivateEndpointServiceConnectionStatusRejected - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -11619,10 +8271,6 @@ schemas: default: name: PrivateEndpointServiceConnectionStatus description: The private endpoint connection status. - go: - name: PrivateEndpointServiceConnectionStatus - description: The private endpoint connection status. - possibleValuesFunc: PossiblePrivateEndpointServiceConnectionStatusValues protocol: {} - &ref_493 choices: @@ -11631,33 +8279,21 @@ schemas: default: name: Succeeded description: '' - go: - name: PrivateEndpointConnectionProvisioningStateSucceeded - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: PrivateEndpointConnectionProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: PrivateEndpointConnectionProvisioningStateDeleting - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PrivateEndpointConnectionProvisioningStateFailed - description: '' type: choice apiVersions: - version: '2020-12-01' @@ -11666,10 +8302,6 @@ schemas: default: name: PrivateEndpointConnectionProvisioningState description: The current provisioning state. - go: - name: PrivateEndpointConnectionProvisioningState - description: The current provisioning state. - possibleValuesFunc: PossiblePrivateEndpointConnectionProvisioningStateValues protocol: {} - &ref_501 choices: @@ -11678,49 +8310,31 @@ schemas: default: name: Creating description: '' - go: - name: GalleryPropertiesProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: GalleryPropertiesProvisioningStateUpdating - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: GalleryPropertiesProvisioningStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: GalleryPropertiesProvisioningStateSucceeded - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: GalleryPropertiesProvisioningStateDeleting - description: '' - value: Migrating language: default: name: Migrating description: '' - go: - name: GalleryPropertiesProvisioningStateMigrating - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11730,10 +8344,6 @@ schemas: default: name: GalleryPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: GalleryPropertiesProvisioningState - description: The provisioning state, which only appears in the response. - possibleValuesFunc: PossibleGalleryPropertiesProvisioningStateValues protocol: {} - &ref_502 choices: @@ -11742,17 +8352,11 @@ schemas: default: name: Private description: '' - go: - name: GallerySharingPermissionTypesPrivate - description: '' - value: Groups language: default: name: Groups description: '' - go: - name: GallerySharingPermissionTypesGroups - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11761,17 +8365,6 @@ schemas: default: name: GallerySharingPermissionTypes description: 'This property allows you to specify the permission of sharing gallery.

    Possible values are:

    **Private**

    **Groups**' - go: - name: GallerySharingPermissionTypes - description: |- - This property allows you to specify the permission of sharing gallery. - - Possible values are: - - Private - - Groups - possibleValuesFunc: PossibleGallerySharingPermissionTypesValues protocol: {} - &ref_503 choices: @@ -11780,17 +8373,11 @@ schemas: default: name: Subscriptions description: '' - go: - name: SharingProfileGroupTypesSubscriptions - description: '' - value: AADTenants language: default: name: AADTenants description: '' - go: - name: SharingProfileGroupTypesAADTenants - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11799,28 +8386,14 @@ schemas: default: name: SharingProfileGroupTypes description: 'This property allows you to specify the type of sharing group.

    Possible values are:

    **Subscriptions**

    **AADTenants**' - go: - name: SharingProfileGroupTypes - description: |- - This property allows you to specify the type of sharing group. - - Possible values are: - - Subscriptions - - AADTenants - possibleValuesFunc: PossibleSharingProfileGroupTypesValues protocol: {} - - &ref_3096 + - &ref_1998 choices: - value: Permissions language: default: name: Permissions description: '' - go: - name: SelectPermissionsPermissions - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11829,10 +8402,6 @@ schemas: default: name: SelectPermissions description: '' - go: - name: SelectPermissions - description: '' - possibleValuesFunc: PossibleSelectPermissionsValues protocol: {} - &ref_520 choices: @@ -11841,49 +8410,31 @@ schemas: default: name: Creating description: '' - go: - name: GalleryImagePropertiesProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: GalleryImagePropertiesProvisioningStateUpdating - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: GalleryImagePropertiesProvisioningStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: GalleryImagePropertiesProvisioningStateSucceeded - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: GalleryImagePropertiesProvisioningStateDeleting - description: '' - value: Migrating language: default: name: Migrating description: '' - go: - name: GalleryImagePropertiesProvisioningStateMigrating - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11893,10 +8444,6 @@ schemas: default: name: GalleryImagePropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: GalleryImagePropertiesProvisioningState - description: The provisioning state, which only appears in the response. - possibleValuesFunc: PossibleGalleryImagePropertiesProvisioningStateValues protocol: {} - &ref_534 choices: @@ -11905,25 +8452,16 @@ schemas: default: name: StandardLRS description: '' - go: - name: StorageAccountTypeStandardLRS - description: '' - value: Standard_ZRS language: default: name: StandardZRS description: '' - go: - name: StorageAccountTypeStandardZRS - description: '' - value: Premium_LRS language: default: name: PremiumLRS description: '' - go: - name: StorageAccountTypePremiumLRS - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11932,10 +8470,6 @@ schemas: default: name: StorageAccountType description: Specifies the storage account type to be used to store the image. This property is not updatable. - go: - name: StorageAccountType - description: Specifies the storage account type to be used to store the image. This property is not updatable. - possibleValuesFunc: PossibleStorageAccountTypeValues protocol: {} - &ref_544 choices: @@ -11944,49 +8478,31 @@ schemas: default: name: Creating description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateUpdating - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateSucceeded - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateDeleting - description: '' - value: Migrating language: default: name: Migrating description: '' - go: - name: GalleryImageVersionPropertiesProvisioningStateMigrating - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -11996,10 +8512,6 @@ schemas: default: name: GalleryImageVersionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: GalleryImageVersionPropertiesProvisioningState - description: The provisioning state, which only appears in the response. - possibleValuesFunc: PossibleGalleryImageVersionPropertiesProvisioningStateValues protocol: {} - &ref_554 choices: @@ -12008,33 +8520,21 @@ schemas: default: name: Unknown description: '' - go: - name: AggregatedReplicationStateUnknown - description: '' - value: InProgress language: default: name: InProgress description: '' - go: - name: AggregatedReplicationStateInProgress - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: AggregatedReplicationStateCompleted - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: AggregatedReplicationStateFailed - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12043,10 +8543,6 @@ schemas: default: name: AggregatedReplicationState description: This is the aggregated replication status based on all the regional replication status flags. - go: - name: AggregatedReplicationState - description: This is the aggregated replication status based on all the regional replication status flags. - possibleValuesFunc: PossibleAggregatedReplicationStateValues protocol: {} - &ref_556 choices: @@ -12055,33 +8551,21 @@ schemas: default: name: Unknown description: '' - go: - name: ReplicationStateUnknown - description: '' - value: Replicating language: default: name: Replicating description: '' - go: - name: ReplicationStateReplicating - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: ReplicationStateCompleted - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ReplicationStateFailed - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12090,21 +8574,14 @@ schemas: default: name: ReplicationState description: This is the regional replication state. - go: - name: ReplicationState - description: This is the regional replication state. - possibleValuesFunc: PossibleReplicationStateValues protocol: {} - - &ref_3199 + - &ref_2037 choices: - value: ReplicationStatus language: default: name: ReplicationStatus description: '' - go: - name: ReplicationStatusTypesReplicationStatus - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12113,10 +8590,6 @@ schemas: default: name: ReplicationStatusTypes description: '' - go: - name: ReplicationStatusTypes - description: '' - possibleValuesFunc: PossibleReplicationStatusTypesValues protocol: {} - &ref_564 choices: @@ -12125,49 +8598,31 @@ schemas: default: name: Creating description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateUpdating - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateFailed - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateSucceeded - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateDeleting - description: '' - value: Migrating language: default: name: Migrating description: '' - go: - name: GalleryApplicationVersionPropertiesProvisioningStateMigrating - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12177,37 +8632,24 @@ schemas: default: name: GalleryApplicationVersionPropertiesProvisioningState description: The provisioning state, which only appears in the response. - go: - name: GalleryApplicationVersionPropertiesProvisioningState - description: The provisioning state, which only appears in the response. - possibleValuesFunc: PossibleGalleryApplicationVersionPropertiesProvisioningStateValues protocol: {} - - &ref_997 + - &ref_996 choices: - value: Add language: default: name: Add description: '' - go: - name: SharingUpdateOperationTypesAdd - description: '' - value: Remove language: default: name: Remove description: '' - go: - name: SharingUpdateOperationTypesRemove - description: '' - value: Reset language: default: name: Reset description: '' - go: - name: SharingUpdateOperationTypesReset - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12216,30 +8658,14 @@ schemas: default: name: SharingUpdateOperationTypes description: 'This property allows you to specify the operation type of gallery sharing update.

    Possible values are:

    **Add**

    **Remove**

    **Reset**' - go: - name: SharingUpdateOperationTypes - description: |- - This property allows you to specify the operation type of gallery sharing update. - - Possible values are: - - Add - - Remove - - Reset - possibleValuesFunc: PossibleSharingUpdateOperationTypesValues protocol: {} - - &ref_3344 + - &ref_2100 choices: - value: tenant language: default: name: Tenant description: '' - go: - name: SharedToValuesTenant - description: '' type: choice apiVersions: - version: '2020-09-30' @@ -12248,37 +8674,24 @@ schemas: default: name: SharedToValues description: '' - go: - name: SharedToValues - description: '' - possibleValuesFunc: PossibleSharedToValuesValues protocol: {} - - &ref_1058 + - &ref_1057 choices: - value: Auto language: default: name: Auto description: '' - go: - name: CloudServiceUpgradeModeAuto - description: '' - value: Manual language: default: name: Manual description: '' - go: - name: CloudServiceUpgradeModeManual - description: '' - value: Simultaneous language: default: name: Simultaneous description: '' - go: - name: CloudServiceUpgradeModeSimultaneous - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -12287,21 +8700,6 @@ schemas: default: name: CloudServiceUpgradeMode description: "Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains.\r\nPossible Values are

    **Auto**

    **Manual**

    **Simultaneous**

    \r\nIf not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in sequence." - go: - name: CloudServiceUpgradeMode - description: |- - Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in - all update domains. Possible Values are - - Auto - - Manual - - Simultaneous - - If not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in - sequence. - possibleValuesFunc: PossibleCloudServiceUpgradeModeValues protocol: {} - choices: - value: Classic @@ -12309,17 +8707,11 @@ schemas: default: name: Classic description: '' - go: - name: AvailabilitySetSKUTypesClassic - description: '' - value: Aligned language: default: name: Aligned description: '' - go: - name: AvailabilitySetSKUTypesAligned - description: '' type: choice apiVersions: - version: '2021-03-01' @@ -12328,10 +8720,6 @@ schemas: default: name: AvailabilitySetSkuTypes description: Specifies the sku of an Availability Set. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'. - go: - name: AvailabilitySetSKUTypes - description: Specifies the sku of an Availability Set. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'. - possibleValuesFunc: PossibleAvailabilitySetSKUTypesValues protocol: {} sealedChoices: - &ref_85 @@ -12341,25 +8729,16 @@ schemas: default: name: Info description: '' - go: - name: StatusLevelTypesInfo - description: '' - value: Warning language: default: name: Warning description: '' - go: - name: StatusLevelTypesWarning - description: '' - value: Error language: default: name: Error description: '' - go: - name: StatusLevelTypesError - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12368,29 +8747,19 @@ schemas: default: name: StatusLevelTypes description: The level code. - go: - name: StatusLevelTypes - description: The level code. - possibleValuesFunc: PossibleStatusLevelTypesValues protocol: {} - - &ref_1457 + - &ref_1374 choices: - value: instanceView language: default: name: InstanceView description: '' - go: - name: InstanceViewTypesInstanceView - description: '' - value: userData language: default: name: UserData description: '' - go: - name: InstanceViewTypesUserData - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12399,10 +8768,6 @@ schemas: default: name: InstanceViewTypes description: '' - go: - name: InstanceViewTypes - description: '' - possibleValuesFunc: PossibleInstanceViewTypesValues protocol: {} - &ref_137 choices: @@ -12411,25 +8776,16 @@ schemas: default: name: None description: '' - go: - name: DedicatedHostLicenseTypesNone - description: '' - value: Windows_Server_Hybrid language: default: name: WindowsServerHybrid description: '' - go: - name: DedicatedHostLicenseTypesWindowsServerHybrid - description: '' - value: Windows_Server_Perpetual language: default: name: WindowsServerPerpetual description: '' - go: - name: DedicatedHostLicenseTypesWindowsServerPerpetual - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12440,21 +8796,6 @@ schemas: description: >- Specifies the software license type that will be applied to the VMs deployed on the dedicated host.

    Possible values are:

    **None**

    **Windows_Server_Hybrid**

    **Windows_Server_Perpetual**

    Default: **None** - go: - name: DedicatedHostLicenseTypes - description: |- - Specifies the software license type that will be applied to the VMs deployed on the dedicated host. - - Possible values are: - - None - - WindowsServerHybrid - - WindowsServerPerpetual - - Default: None - possibleValuesFunc: PossibleDedicatedHostLicenseTypesValues protocol: {} - &ref_26 choices: @@ -12463,17 +8804,11 @@ schemas: default: name: Windows description: '' - go: - name: OperatingSystemTypesWindows - description: '' - value: Linux language: default: name: Linux description: '' - go: - name: OperatingSystemTypesLinux - description: '' type: sealed-choice apiVersions: - version: '2020-09-30' @@ -12482,17 +8817,6 @@ schemas: default: name: OperatingSystemTypes description: 'This property allows you to specify the supported type of the OS that application is built for.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: OperatingSystemTypes - description: |- - This property allows you to specify the supported type of the OS that application is built for. - - Possible values are: - - Windows - - Linux - possibleValuesFunc: PossibleOperatingSystemTypesValues protocol: {} - &ref_161 choices: @@ -12501,25 +8825,16 @@ schemas: default: name: None description: '' - go: - name: CachingTypesNone - description: '' - value: ReadOnly language: default: name: ReadOnly description: '' - go: - name: CachingTypesReadOnly - description: '' - value: ReadWrite language: default: name: ReadWrite description: '' - go: - name: CachingTypesReadWrite - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12528,21 +8843,6 @@ schemas: default: name: CachingTypes description: 'Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage**' - go: - name: CachingTypes - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage - possibleValuesFunc: PossibleCachingTypesValues protocol: {} - &ref_185 choices: @@ -12551,17 +8851,11 @@ schemas: default: name: AutoLogon description: '' - go: - name: SettingNamesAutoLogon - description: '' - value: FirstLogonCommands language: default: name: FirstLogonCommands description: '' - go: - name: SettingNamesFirstLogonCommands - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12570,10 +8864,6 @@ schemas: default: name: SettingNames description: 'Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.' - go: - name: SettingNames - description: 'Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.' - possibleValuesFunc: PossibleSettingNamesValues protocol: {} - &ref_190 choices: @@ -12582,17 +8872,11 @@ schemas: default: name: Http description: '' - go: - name: ProtocolTypesHTTP - description: '' - value: Https language: default: name: Https description: '' - go: - name: ProtocolTypesHTTPS - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12601,16 +8885,6 @@ schemas: default: name: ProtocolTypes description: 'Specifies the protocol of WinRM listener.

    Possible values are:
    **http**

    **https**' - go: - name: ProtocolTypes - description: |- - Specifies the protocol of WinRM listener. - - Possible values are: - http - - https - possibleValuesFunc: PossibleProtocolTypesValues protocol: {} - &ref_238 choices: @@ -12619,33 +8893,21 @@ schemas: default: name: None description: '' - go: - name: MaintenanceOperationResultCodeTypesNone - description: '' - value: RetryLater language: default: name: RetryLater description: '' - go: - name: MaintenanceOperationResultCodeTypesRetryLater - description: '' - value: MaintenanceAborted language: default: name: MaintenanceAborted description: '' - go: - name: MaintenanceOperationResultCodeTypesMaintenanceAborted - description: '' - value: MaintenanceCompleted language: default: name: MaintenanceCompleted description: '' - go: - name: MaintenanceOperationResultCodeTypesMaintenanceCompleted - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12654,10 +8916,6 @@ schemas: default: name: MaintenanceOperationResultCodeTypes description: The Last Maintenance Operation Result Code. - go: - name: MaintenanceOperationResultCodeTypes - description: The Last Maintenance Operation Result Code. - possibleValuesFunc: PossibleMaintenanceOperationResultCodeTypesValues protocol: {} - &ref_281 choices: @@ -12666,33 +8924,21 @@ schemas: default: name: SystemAssigned description: '' - go: - name: ResourceIdentityTypeSystemAssigned - description: '' - value: UserAssigned language: default: name: UserAssigned description: '' - go: - name: ResourceIdentityTypeUserAssigned - description: '' - value: SystemAssigned, UserAssigned language: default: name: SystemAssignedUserAssigned description: '' - go: - name: ResourceIdentityTypeSystemAssignedUserAssigned - description: '' - value: None language: default: name: None description: '' - go: - name: ResourceIdentityTypeNone - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12703,12 +8949,6 @@ schemas: description: >- The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine. - go: - name: ResourceIdentityType - description: |- - The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will - remove any identities from the virtual machine. - possibleValuesFunc: PossibleResourceIdentityTypeValues protocol: {} - &ref_287 choices: @@ -12717,25 +8957,16 @@ schemas: default: name: Automatic description: '' - go: - name: UpgradeModeAutomatic - description: '' - value: Manual language: default: name: Manual description: '' - go: - name: UpgradeModeManual - description: '' - value: Rolling language: default: name: Rolling description: '' - go: - name: UpgradeModeRolling - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12746,17 +8977,6 @@ schemas: description: >- Specifies the mode of an upgrade to virtual machines in the scale set.

    Possible values are:

    **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.

    **Automatic** - All virtual machines in the scale set are automatically updated at the same time. - go: - name: UpgradeMode - description: |- - Specifies the mode of an upgrade to virtual machines in the scale set. - - Possible values are: - - Manual - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action. - - Automatic - All virtual machines in the scale set are automatically updated at the same time. - possibleValuesFunc: PossibleUpgradeModeValues protocol: {} - &ref_342 choices: @@ -12765,17 +8985,11 @@ schemas: default: name: Generalized description: '' - go: - name: OperatingSystemStateTypesGeneralized - description: '' - value: Specialized language: default: name: Specialized description: '' - go: - name: OperatingSystemStateTypesSpecialized - description: '' type: sealed-choice apiVersions: - version: '2020-09-30' @@ -12784,29 +8998,19 @@ schemas: default: name: OperatingSystemStateTypes description: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. - go: - name: OperatingSystemStateTypes - description: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. - possibleValuesFunc: PossibleOperatingSystemStateTypesValues protocol: {} - - &ref_805 + - &ref_804 choices: - value: Automatic language: default: name: Automatic description: '' - go: - name: VirtualMachineScaleSetSKUScaleTypeAutomatic - description: '' - value: None language: default: name: None description: '' - go: - name: VirtualMachineScaleSetSKUScaleTypeNone - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12815,45 +9019,29 @@ schemas: default: name: VirtualMachineScaleSetSkuScaleType description: The scale type applicable to the sku. - go: - name: VirtualMachineScaleSetSKUScaleType - description: The scale type applicable to the sku. - possibleValuesFunc: PossibleVirtualMachineScaleSetSKUScaleTypeValues protocol: {} - - &ref_809 + - &ref_808 choices: - value: RollingForward language: default: name: RollingForward description: '' - go: - name: UpgradeStateRollingForward - description: '' - value: Cancelled language: default: name: Cancelled description: '' - go: - name: UpgradeStateCancelled - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: UpgradeStateCompleted - description: '' - value: Faulted language: default: name: Faulted description: '' - go: - name: UpgradeStateFaulted - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12862,37 +9050,24 @@ schemas: default: name: UpgradeState description: Code indicating the current status of the upgrade. - go: - name: UpgradeState - description: Code indicating the current status of the upgrade. - possibleValuesFunc: PossibleUpgradeStateValues protocol: {} - - &ref_813 + - &ref_812 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: UpgradeOperationInvokerUnknown - description: '' - value: User language: default: name: User description: '' - go: - name: UpgradeOperationInvokerUser - description: '' - value: Platform language: default: name: Platform description: '' - go: - name: UpgradeOperationInvokerPlatform - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12901,10 +9076,6 @@ schemas: default: name: UpgradeOperationInvoker description: Invoker of the Upgrade Operation - go: - name: UpgradeOperationInvoker - description: Invoker of the Upgrade Operation - possibleValuesFunc: PossibleUpgradeOperationInvokerValues protocol: {} - &ref_371 choices: @@ -12913,33 +9084,21 @@ schemas: default: name: RollingForward description: '' - go: - name: RollingUpgradeStatusCodeRollingForward - description: '' - value: Cancelled language: default: name: Cancelled description: '' - go: - name: RollingUpgradeStatusCodeCancelled - description: '' - value: Completed language: default: name: Completed description: '' - go: - name: RollingUpgradeStatusCodeCompleted - description: '' - value: Faulted language: default: name: Faulted description: '' - go: - name: RollingUpgradeStatusCodeFaulted - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12948,10 +9107,6 @@ schemas: default: name: RollingUpgradeStatusCode description: Code indicating the current status of the upgrade. - go: - name: RollingUpgradeStatusCode - description: Code indicating the current status of the upgrade. - possibleValuesFunc: PossibleRollingUpgradeStatusCodeValues protocol: {} - &ref_373 choices: @@ -12960,17 +9115,11 @@ schemas: default: name: Start description: '' - go: - name: RollingUpgradeActionTypeStart - description: '' - value: Cancel language: default: name: Cancel description: '' - go: - name: RollingUpgradeActionTypeCancel - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -12979,45 +9128,29 @@ schemas: default: name: RollingUpgradeActionType description: The last action performed on the rolling upgrade. - go: - name: RollingUpgradeActionType - description: The last action performed on the rolling upgrade. - possibleValuesFunc: PossibleRollingUpgradeActionTypeValues protocol: {} - - &ref_845 + - &ref_844 choices: - value: ThreeMins language: default: name: ThreeMins description: '' - go: - name: IntervalInMinsThreeMins - description: '' - value: FiveMins language: default: name: FiveMins description: '' - go: - name: IntervalInMinsFiveMins - description: '' - value: ThirtyMins language: default: name: ThirtyMins description: '' - go: - name: IntervalInMinsThirtyMins - description: '' - value: SixtyMins language: default: name: SixtyMins description: '' - go: - name: IntervalInMinsSixtyMins - description: '' type: sealed-choice apiVersions: - version: '2021-03-01' @@ -13026,37 +9159,24 @@ schemas: default: name: IntervalInMins description: Interval value in minutes used to create LogAnalytics call rate logs. - go: - name: IntervalInMins - description: Interval value in minutes used to create LogAnalytics call rate logs. - possibleValuesFunc: PossibleIntervalInMinsValues protocol: {} - - &ref_875 + - &ref_874 choices: - value: Automatic language: default: name: Automatic description: '' - go: - name: ResourceSKUCapacityScaleTypeAutomatic - description: '' - value: Manual language: default: name: Manual description: '' - go: - name: ResourceSKUCapacityScaleTypeManual - description: '' - value: None language: default: name: None description: '' - go: - name: ResourceSKUCapacityScaleTypeNone - description: '' type: sealed-choice apiVersions: - version: '2019-04-01' @@ -13065,29 +9185,19 @@ schemas: default: name: ResourceSkuCapacityScaleType description: The scale type applicable to the sku. - go: - name: ResourceSKUCapacityScaleType - description: The scale type applicable to the sku. - possibleValuesFunc: PossibleResourceSKUCapacityScaleTypeValues protocol: {} - - &ref_887 + - &ref_886 choices: - value: Location language: default: name: Location description: '' - go: - name: ResourceSKURestrictionsTypeLocation - description: '' - value: Zone language: default: name: Zone description: '' - go: - name: ResourceSKURestrictionsTypeZone - description: '' type: sealed-choice apiVersions: - version: '2019-04-01' @@ -13096,29 +9206,19 @@ schemas: default: name: ResourceSkuRestrictionsType description: The type of restrictions. - go: - name: ResourceSKURestrictionsType - description: The type of restrictions. - possibleValuesFunc: PossibleResourceSKURestrictionsTypeValues protocol: {} - - &ref_891 + - &ref_890 choices: - value: QuotaId language: default: name: QuotaId description: '' - go: - name: ResourceSKURestrictionsReasonCodeQuotaID - description: '' - value: NotAvailableForSubscription language: default: name: NotAvailableForSubscription description: '' - go: - name: ResourceSKURestrictionsReasonCodeNotAvailableForSubscription - description: '' type: sealed-choice apiVersions: - version: '2019-04-01' @@ -13127,10 +9227,6 @@ schemas: default: name: ResourceSkuRestrictionsReasonCode description: The reason for restriction. - go: - name: ResourceSKURestrictionsReasonCode - description: The reason for restriction. - possibleValuesFunc: PossibleResourceSKURestrictionsReasonCodeValues protocol: {} - &ref_552 choices: @@ -13139,25 +9235,16 @@ schemas: default: name: None description: '' - go: - name: HostCachingNone - description: '' - value: ReadOnly language: default: name: ReadOnly description: '' - go: - name: HostCachingReadOnly - description: '' - value: ReadWrite language: default: name: ReadWrite description: '' - go: - name: HostCachingReadWrite - description: '' type: sealed-choice apiVersions: - version: '2020-09-30' @@ -13166,13 +9253,9 @@ schemas: default: name: HostCaching description: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' - go: - name: HostCaching - description: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' - possibleValuesFunc: PossibleHostCachingValues protocol: {} constants: - - &ref_1328 + - &ref_1327 type: constant value: value: '2021-03-01' @@ -13181,11 +9264,8 @@ schemas: default: name: ApiVersion20210301 description: Api Version (2021-03-01) - go: - name: string - description: Api Version (2021-03-01) protocol: {} - - &ref_1329 + - &ref_1328 type: constant value: value: application/json @@ -13194,11 +9274,8 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} - - &ref_661 + - &ref_660 type: constant apiVersions: - version: '2021-03-01' @@ -13209,9 +9286,6 @@ schemas: default: name: UsageUnit description: An enum describing the unit of usage measurement. - go: - name: string - description: An enum describing the unit of usage measurement. protocol: {} - &ref_183 type: constant @@ -13224,9 +9298,6 @@ schemas: default: name: PassNames description: The pass name. Currently, the only allowable value is OobeSystem. - go: - name: string - description: The pass name. Currently, the only allowable value is OobeSystem. protocol: {} - &ref_184 type: constant @@ -13239,9 +9310,6 @@ schemas: default: name: ComponentNames description: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. - go: - name: string - description: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. protocol: {} - &ref_216 type: constant @@ -13254,11 +9322,8 @@ schemas: default: name: SecurityTypes description: 'Specifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings.

    Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch.' - go: - name: string - description: 'Specifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings.

    Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch.' protocol: {} - - &ref_1972 + - &ref_1574 type: constant value: value: application/json, text/json @@ -13267,11 +9332,8 @@ schemas: default: name: Accept1 description: 'Accept: application/json, text/json' - go: - name: string - description: 'Accept: application/json, text/json' protocol: {} - - &ref_2757 + - &ref_1881 type: constant value: value: '2019-04-01' @@ -13280,11 +9342,8 @@ schemas: default: name: ApiVersion20190401 description: Api Version (2019-04-01) - go: - name: string - description: Api Version (2019-04-01) protocol: {} - - &ref_2768 + - &ref_1886 type: constant value: value: '2020-12-01' @@ -13293,11 +9352,8 @@ schemas: default: name: ApiVersion20201201 description: Api Version (2020-12-01) - go: - name: string - description: Api Version (2020-12-01) protocol: {} - - &ref_3073 + - &ref_1989 type: constant value: value: '2020-09-30' @@ -13306,11 +9362,8 @@ schemas: default: name: ApiVersion20200930 description: Api Version (2020-09-30) - go: - name: string - description: Api Version (2020-09-30) protocol: {} - - &ref_3459 + - &ref_2145 type: constant value: value: application/x-rdp @@ -13319,15 +9372,12 @@ schemas: default: name: Accept1 description: 'Accept: application/x-rdp' - go: - name: string - description: 'Accept: application/x-rdp' protocol: {} dictionaries: - &ref_592 type: dictionary elementType: *ref_1 - language: &ref_4128 + language: &ref_2226 default: name: AvailabilitySet description: >- @@ -13335,17 +9385,6 @@ schemas: information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. - go: - name: map[string]*string - description: |- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize - availability. For more information about availability sets, see Availability sets overview [https://docs.microsoft.com/azure/virtual-machines/availability-set-overview]. - - For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure [https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates] - - Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_591 type: dictionary @@ -13354,24 +9393,14 @@ schemas: default: name: ResourceTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_631 + - &ref_630 type: dictionary elementType: *ref_1 language: default: name: UpdateResourceTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_36 type: dictionary @@ -13382,17 +9411,10 @@ schemas: description: >- Specifies the tags that are assigned to the virtual machine. For more information about using tags, see [Using tags to organize your Azure resources](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-using-tags.md). - go: - name: map[string]*string - description: |- - Specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources - [https://docs.microsoft.com/azure/azure-resource-manager/resource-group-using-tags.md]. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_282 type: dictionary - elementType: &ref_700 + elementType: &ref_699 type: object apiVersions: - version: '2021-03-01' @@ -13404,9 +9426,6 @@ schemas: default: name: principalId description: The principal id of user assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal id of user assigned identity. protocol: {} - schema: *ref_5 readOnly: true @@ -13415,9 +9434,6 @@ schemas: default: name: clientId description: The client id of user assigned identity. - go: - name: ClientID - description: READ-ONLY; The client id of user assigned identity. protocol: {} serializationFormats: - json @@ -13429,11 +9445,6 @@ schemas: name: UserAssignedIdentitiesValue description: '' namespace: '' - go: - name: UserAssignedIdentitiesValue - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -13441,17 +9452,10 @@ schemas: description: >- The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - go: - name: map[string]*UserAssignedIdentitiesValue - description: |- - The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_334 type: dictionary - elementType: &ref_714 + elementType: &ref_713 type: object apiVersions: - version: '2021-03-01' @@ -13463,9 +9467,6 @@ schemas: default: name: principalId description: The principal id of user assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal id of user assigned identity. protocol: {} - schema: *ref_5 readOnly: true @@ -13474,9 +9475,6 @@ schemas: default: name: clientId description: The client id of user assigned identity. - go: - name: ClientID - description: READ-ONLY; The client id of user assigned identity. protocol: {} serializationFormats: - json @@ -13488,11 +9486,6 @@ schemas: name: VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue description: '' namespace: '' - go: - name: VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -13500,117 +9493,70 @@ schemas: description: >- The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - go: - name: map[string]*VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - description: |- - The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_916 + - &ref_915 type: dictionary elementType: *ref_7 language: default: name: DiskUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_926 + - &ref_925 type: dictionary elementType: *ref_7 language: default: name: SnapshotUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_931 + - &ref_930 type: dictionary elementType: *ref_7 language: default: name: DiskEncryptionSetUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_941 + - &ref_940 type: dictionary elementType: *ref_7 language: default: name: DiskAccessUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_980 + - &ref_979 type: dictionary elementType: *ref_8 language: default: name: UpdateResourceDefinitionTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1019 + - &ref_1018 type: dictionary elementType: *ref_3 language: default: name: RoleInstanceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1052 + - &ref_1051 type: dictionary elementType: *ref_3 language: default: name: CloudServiceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1093 + - &ref_1092 type: dictionary elementType: *ref_3 language: default: name: CloudServiceUpdateTags description: Resource tags - go: - name: map[string]*string - description: Resource tags - elementIsPtr: true - marshallingFormat: json protocol: {} any: - &ref_66 @@ -13619,9 +9565,6 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} dateTimes: - &ref_88 @@ -13633,10 +9576,6 @@ schemas: default: name: InstanceViewStatusTime description: The time of the status. - go: - name: time.Time - description: The time of the status. - internalTimeType: timeRFC3339 protocol: {} - &ref_138 type: date-time @@ -13647,10 +9586,6 @@ schemas: default: name: DedicatedHostPropertiesProvisioningTime description: The date when the host was first provisioned. - go: - name: time.Time - description: The date when the host was first provisioned. - internalTimeType: timeRFC3339 protocol: {} - &ref_234 type: date-time @@ -13661,10 +9596,6 @@ schemas: default: name: MaintenanceRedeployStatusPreMaintenanceWindowStartTime description: Start Time for the Pre Maintenance Window. - go: - name: time.Time - description: Start Time for the Pre Maintenance Window. - internalTimeType: timeRFC3339 protocol: {} - &ref_235 type: date-time @@ -13675,10 +9606,6 @@ schemas: default: name: MaintenanceRedeployStatusPreMaintenanceWindowEndTime description: End Time for the Pre Maintenance Window. - go: - name: time.Time - description: End Time for the Pre Maintenance Window. - internalTimeType: timeRFC3339 protocol: {} - &ref_236 type: date-time @@ -13689,10 +9616,6 @@ schemas: default: name: MaintenanceRedeployStatusMaintenanceWindowStartTime description: Start Time for the Maintenance Window. - go: - name: time.Time - description: Start Time for the Maintenance Window. - internalTimeType: timeRFC3339 protocol: {} - &ref_237 type: date-time @@ -13703,10 +9626,6 @@ schemas: default: name: MaintenanceRedeployStatusMaintenanceWindowEndTime description: End Time for the Maintenance Window. - go: - name: time.Time - description: End Time for the Maintenance Window. - internalTimeType: timeRFC3339 protocol: {} - &ref_251 type: date-time @@ -13717,10 +9636,6 @@ schemas: default: name: AvailablePatchSummaryStartTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - &ref_252 type: date-time @@ -13731,10 +9646,6 @@ schemas: default: name: AvailablePatchSummaryLastModifiedTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - &ref_268 type: date-time @@ -13745,10 +9656,6 @@ schemas: default: name: LastPatchInstallationSummaryStartTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - &ref_269 type: date-time @@ -13759,10 +9666,6 @@ schemas: default: name: LastPatchInstallationSummaryLastModifiedTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - &ref_366 type: date-time @@ -13773,12 +9676,8 @@ schemas: default: name: RestorePointProvisioningDetailsCreationTime description: Gets the creation time of the restore point. - go: - name: time.Time - description: Gets the creation time of the restore point. - internalTimeType: timeRFC3339 protocol: {} - - &ref_737 + - &ref_736 type: date-time format: date-time apiVersions: @@ -13787,12 +9686,8 @@ schemas: default: name: VirtualMachineAssessPatchesResultStartDateTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - - &ref_745 + - &ref_744 type: date-time format: date-time apiVersions: @@ -13801,12 +9696,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesPublishedDate description: The UTC timestamp when the repository published this patch. - go: - name: time.Time - description: The UTC timestamp when the repository published this patch. - internalTimeType: timeRFC3339 protocol: {} - - &ref_746 + - &ref_745 type: date-time format: date-time apiVersions: @@ -13815,12 +9706,8 @@ schemas: default: name: VirtualMachineSoftwarePatchPropertiesLastModifiedDateTime description: The UTC timestamp of the last update to this patch record. - go: - name: time.Time - description: The UTC timestamp of the last update to this patch record. - internalTimeType: timeRFC3339 protocol: {} - - &ref_755 + - &ref_754 type: date-time format: date-time apiVersions: @@ -13829,12 +9716,8 @@ schemas: default: name: WindowsParametersMaxPatchPublishDate description: This is used to install patches that were published on or before this given max published date. - go: - name: time.Time - description: This is used to install patches that were published on or before this given max published date. - internalTimeType: timeRFC3339 protocol: {} - - &ref_776 + - &ref_775 type: date-time format: date-time apiVersions: @@ -13843,12 +9726,8 @@ schemas: default: name: VirtualMachineInstallPatchesResultStartDateTime description: The UTC timestamp when the operation began. - go: - name: time.Time - description: The UTC timestamp when the operation began. - internalTimeType: timeRFC3339 protocol: {} - - &ref_810 + - &ref_809 type: date-time format: date-time apiVersions: @@ -13857,12 +9736,8 @@ schemas: default: name: UpgradeOperationHistoryStatusStartTime description: Start time of the upgrade. - go: - name: time.Time - description: Start time of the upgrade. - internalTimeType: timeRFC3339 protocol: {} - - &ref_811 + - &ref_810 type: date-time format: date-time apiVersions: @@ -13871,10 +9746,6 @@ schemas: default: name: UpgradeOperationHistoryStatusEndTime description: End time of the upgrade. - go: - name: time.Time - description: End time of the upgrade. - internalTimeType: timeRFC3339 protocol: {} - &ref_372 type: date-time @@ -13885,10 +9756,6 @@ schemas: default: name: RollingUpgradeRunningStatusStartTime description: Start time of the upgrade. - go: - name: time.Time - description: Start time of the upgrade. - internalTimeType: timeRFC3339 protocol: {} - &ref_374 type: date-time @@ -13899,12 +9766,8 @@ schemas: default: name: RollingUpgradeRunningStatusLastActionTime description: Last action time of the upgrade. - go: - name: time.Time - description: Last action time of the upgrade. - internalTimeType: timeRFC3339 protocol: {} - - &ref_838 + - &ref_837 type: date-time format: date-time apiVersions: @@ -13913,12 +9776,8 @@ schemas: default: name: LogAnalyticsInputBaseFromTime description: From time of the query - go: - name: time.Time - description: From time of the query - internalTimeType: timeRFC3339 protocol: {} - - &ref_839 + - &ref_838 type: date-time format: date-time apiVersions: @@ -13927,10 +9786,6 @@ schemas: default: name: LogAnalyticsInputBaseToTime description: To time of the query - go: - name: time.Time - description: To time of the query - internalTimeType: timeRFC3339 protocol: {} - &ref_419 type: date-time @@ -13941,10 +9796,6 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewStartTime description: Script start time. - go: - name: time.Time - description: Script start time. - internalTimeType: timeRFC3339 protocol: {} - &ref_420 type: date-time @@ -13955,10 +9806,6 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewEndTime description: Script end time. - go: - name: time.Time - description: Script end time. - internalTimeType: timeRFC3339 protocol: {} - &ref_426 type: date-time @@ -13969,10 +9816,6 @@ schemas: default: name: DiskPropertiesTimeCreated description: The time when the disk was created. - go: - name: time.Time - description: The time when the disk was created. - internalTimeType: timeRFC3339 protocol: {} - &ref_468 type: date-time @@ -13983,10 +9826,6 @@ schemas: default: name: SnapshotPropertiesTimeCreated description: The time when the snapshot was created. - go: - name: time.Time - description: The time when the snapshot was created. - internalTimeType: timeRFC3339 protocol: {} - &ref_488 type: date-time @@ -13997,10 +9836,6 @@ schemas: default: name: EncryptionSetPropertiesLastKeyRotationTimestamp description: The time when the active key of this disk encryption set was updated. - go: - name: time.Time - description: The time when the active key of this disk encryption set was updated. - internalTimeType: timeRFC3339 protocol: {} - &ref_498 type: date-time @@ -14011,12 +9846,8 @@ schemas: default: name: DiskAccessPropertiesTimeCreated description: The time when the disk access was created. - go: - name: time.Time - description: The time when the disk access was created. - internalTimeType: timeRFC3339 protocol: {} - - &ref_957 + - &ref_956 type: date-time format: date-time apiVersions: @@ -14025,10 +9856,6 @@ schemas: default: name: DiskRestorePointPropertiesTimeCreated description: The timestamp of restorePoint creation - go: - name: time.Time - description: The timestamp of restorePoint creation - internalTimeType: timeRFC3339 protocol: {} - &ref_509 type: date-time @@ -14039,10 +9866,6 @@ schemas: default: name: GalleryImagePropertiesEndOfLifeDate description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - &ref_542 type: date-time @@ -14053,10 +9876,6 @@ schemas: default: name: GalleryArtifactPublishingProfileBasePublishedDate description: The timestamp for when the gallery image version is published. - go: - name: time.Time - description: The timestamp for when the gallery image version is published. - internalTimeType: timeRFC3339 protocol: {} - &ref_543 type: date-time @@ -14067,10 +9886,6 @@ schemas: default: name: GalleryArtifactPublishingProfileBaseEndOfLifeDate description: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - &ref_563 type: date-time @@ -14081,12 +9896,8 @@ schemas: default: name: GalleryApplicationPropertiesEndOfLifeDate description: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - - &ref_1006 + - &ref_1005 type: date-time format: date-time apiVersions: @@ -14095,12 +9906,8 @@ schemas: default: name: SharedGalleryImagePropertiesEndOfLifeDate description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - - &ref_1002 + - &ref_1001 type: date-time format: date-time apiVersions: @@ -14109,12 +9916,8 @@ schemas: default: name: SharedGalleryImageVersionPropertiesPublishedDate description: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - - &ref_1003 + - &ref_1002 type: date-time format: date-time apiVersions: @@ -14123,12 +9926,8 @@ schemas: default: name: SharedGalleryImageVersionPropertiesEndOfLifeDate description: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: time.Time - description: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - internalTimeType: timeRFC3339 protocol: {} - - &ref_1028 + - &ref_1027 type: date-time format: date-time apiVersions: @@ -14137,18 +9936,14 @@ schemas: default: name: ResourceInstanceViewStatusTime description: The time of the status. - go: - name: time.Time - description: The time of the status. - internalTimeType: timeRFC3339 protocol: {} objects: - - &ref_1330 + - &ref_1329 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1134 + - schema: &ref_1133 type: array apiVersions: - version: '2021-03-01' @@ -14164,9 +9959,6 @@ schemas: default: name: origin description: The origin of the compute operation. - go: - name: Origin - description: READ-ONLY; The origin of the compute operation. protocol: {} - schema: *ref_10 readOnly: true @@ -14175,9 +9967,6 @@ schemas: default: name: name description: The name of the compute operation. - go: - name: Name - description: READ-ONLY; The name of the compute operation. protocol: {} - schema: &ref_16 type: object @@ -14191,9 +9980,6 @@ schemas: default: name: operation description: The display name of the compute operation. - go: - name: Operation - description: READ-ONLY; The display name of the compute operation. protocol: {} - schema: *ref_12 readOnly: true @@ -14202,9 +9988,6 @@ schemas: default: name: resource description: The display name of the resource the operation applies to. - go: - name: Resource - description: READ-ONLY; The display name of the resource the operation applies to. protocol: {} - schema: *ref_13 readOnly: true @@ -14213,9 +9996,6 @@ schemas: default: name: description description: The description of the operation. - go: - name: Description - description: READ-ONLY; The description of the operation. protocol: {} - schema: *ref_14 readOnly: true @@ -14224,9 +10004,6 @@ schemas: default: name: provider description: The resource provider for the operation. - go: - name: Provider - description: READ-ONLY; The resource provider for the operation. protocol: {} serializationFormats: - json @@ -14237,11 +10014,6 @@ schemas: name: ComputeOperationValueDisplay description: Describes the properties of a Compute Operation Value Display. namespace: '' - go: - name: OperationValueDisplay - description: OperationValueDisplay - Describes the properties of a Compute Operation Value Display. - marshallingFormat: json - namespace: '' protocol: {} serializedName: display extensions: @@ -14250,9 +10022,6 @@ schemas: default: name: display description: Describes the properties of a Compute Operation Value Display. - go: - name: Display - description: Describes the properties of a Compute Operation Value Display. protocol: {} serializationFormats: - json @@ -14263,21 +10032,11 @@ schemas: name: ComputeOperationValue description: Describes the properties of a Compute Operation value. namespace: '' - go: - name: OperationValue - description: OperationValue - Describes the properties of a Compute Operation value. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ComputeOperationListResultValue description: The list of compute operations - go: - name: '[]*OperationValue' - description: The list of compute operations - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value @@ -14285,10 +10044,6 @@ schemas: default: name: value description: The list of compute operations - go: - name: Value - description: READ-ONLY; The list of compute operations - byValue: true protocol: {} serializationFormats: - json @@ -14299,12 +10054,6 @@ schemas: name: ComputeOperationListResult description: The List Compute Operation operation response. namespace: '' - go: - name: OperationListResult - description: OperationListResult - The List Compute Operation operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_15 - *ref_16 @@ -14333,31 +10082,21 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_640 + - schema: &ref_639 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_19 serializedName: proximityPlacementGroupType - language: &ref_4157 + language: &ref_2255 default: name: proximityPlacementGroupType description: >- Specifies the type of the proximity placement group.

    Possible values are:

    **Standard** : Co-locate resources within an Azure region or Availability Zone.

    **Ultra** : For future use. - go: - name: ProximityPlacementGroupType - description: |- - Specifies the type of the proximity placement group. - - Possible values are: - - Standard : Co-locate resources within an Azure region or Availability Zone. - - Ultra : For future use. protocol: {} - - schema: &ref_1139 + - schema: &ref_1138 type: array apiVersions: - version: '2021-03-01' @@ -14391,12 +10130,12 @@ schemas: immediate: - *ref_21 properties: - - schema: &ref_652 + - schema: &ref_651 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_653 + - schema: &ref_652 type: object apiVersions: - version: '2021-03-01' @@ -14408,9 +10147,6 @@ schemas: default: name: publisher description: The publisher ID. - go: - name: Publisher - description: REQUIRED; The publisher ID. protocol: {} - schema: *ref_24 required: true @@ -14419,9 +10155,6 @@ schemas: default: name: name description: The plan ID. - go: - name: Name - description: REQUIRED; The plan ID. protocol: {} - schema: *ref_25 required: true @@ -14430,9 +10163,6 @@ schemas: default: name: product description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: Product - description: REQUIRED; Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} serializationFormats: - json @@ -14444,22 +10174,14 @@ schemas: name: PurchasePlan description: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. namespace: '' - go: - name: PurchasePlan - description: PurchasePlan - Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. - marshallingFormat: json - namespace: '' protocol: {} serializedName: plan language: default: name: plan description: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. - go: - name: Plan - description: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. protocol: {} - - schema: &ref_654 + - schema: &ref_653 type: object apiVersions: - version: '2021-03-01' @@ -14471,9 +10193,6 @@ schemas: default: name: operatingSystem description: The operating system of the osDiskImage. - go: - name: OperatingSystem - description: REQUIRED; The operating system of the osDiskImage. protocol: {} serializationFormats: - json @@ -14485,26 +10204,18 @@ schemas: name: OSDiskImage description: Contains the os disk image information. namespace: '' - go: - name: OSDiskImage - description: OSDiskImage - Contains the os disk image information. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDiskImage language: default: name: osDiskImage description: Contains the os disk image information. - go: - name: OSDiskImage - description: Contains the os disk image information. protocol: {} - - schema: &ref_1156 + - schema: &ref_1155 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_655 + elementType: &ref_654 type: object apiVersions: - version: '2021-03-01' @@ -14518,11 +10229,6 @@ schemas: description: >- Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: Lun - description: >- - READ-ONLY; Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk - attached to a VM. protocol: {} serializationFormats: - json @@ -14534,33 +10240,19 @@ schemas: name: DataDiskImage description: Contains the data disk images information. namespace: '' - go: - name: DataDiskImage - description: DataDiskImage - Contains the data disk images information. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineImagePropertiesDataDiskImages description: Array of DataDiskImage - go: - name: '[]*DataDiskImage' - description: Array of DataDiskImage - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDiskImages language: default: name: dataDiskImages description: '' - go: - name: DataDiskImages - description: '' - byValue: true protocol: {} - - schema: &ref_656 + - schema: &ref_655 type: object apiVersions: - version: '2021-03-01' @@ -14572,9 +10264,6 @@ schemas: default: name: automaticOSUpgradeSupported description: Specifies whether automatic OS upgrade is supported on the image. - go: - name: AutomaticOSUpgradeSupported - description: REQUIRED; Specifies whether automatic OS upgrade is supported on the image. protocol: {} serializationFormats: - json @@ -14586,20 +10275,12 @@ schemas: name: AutomaticOSUpgradeProperties description: Describes automatic OS upgrade properties on the image. namespace: '' - go: - name: AutomaticOSUpgradeProperties - description: AutomaticOSUpgradeProperties - Describes automatic OS upgrade properties on the image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: automaticOSUpgradeProperties language: default: name: automaticOSUpgradeProperties description: Describes automatic OS upgrade properties on the image. - go: - name: AutomaticOSUpgradeProperties - description: Describes automatic OS upgrade properties on the image. protocol: {} - schema: *ref_29 serializedName: hyperVGeneration @@ -14607,11 +10288,8 @@ schemas: default: name: hyperVGeneration description: Specifies the HyperVGeneration Type - go: - name: HyperVGeneration - description: Specifies the HyperVGeneration Type protocol: {} - - schema: &ref_657 + - schema: &ref_656 type: object apiVersions: - version: '2021-03-01' @@ -14622,9 +10300,6 @@ schemas: default: name: vmDiskType description: VM disk types which are disallowed. - go: - name: VMDiskType - description: VM disk types which are disallowed. protocol: {} serializationFormats: - json @@ -14636,26 +10311,18 @@ schemas: name: DisallowedConfiguration description: Specifies the disallowed configuration for a virtual machine image. namespace: '' - go: - name: DisallowedConfiguration - description: DisallowedConfiguration - Specifies the disallowed configuration for a virtual machine image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: disallowed language: default: name: disallowed description: Specifies disallowed configuration for the VirtualMachine created from the image - go: - name: Disallowed - description: Specifies disallowed configuration for the VirtualMachine created from the image protocol: {} - - schema: &ref_1157 + - schema: &ref_1156 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_658 + elementType: &ref_657 type: object apiVersions: - version: '2021-03-01' @@ -14666,9 +10333,6 @@ schemas: default: name: name description: The name of the feature. - go: - name: Name - description: The name of the feature. protocol: {} - schema: *ref_32 serializedName: value @@ -14676,9 +10340,6 @@ schemas: default: name: value description: The corresponding value for the feature. - go: - name: Value - description: The corresponding value for the feature. protocol: {} serializationFormats: - json @@ -14690,31 +10351,17 @@ schemas: name: VirtualMachineImageFeature description: Specifies additional capabilities supported by the image namespace: '' - go: - name: VirtualMachineImageFeature - description: VirtualMachineImageFeature - Specifies additional capabilities supported by the image - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineImagePropertiesFeatures description: Array of VirtualMachineImageFeature - go: - name: '[]*VirtualMachineImageFeature' - description: Array of VirtualMachineImageFeature - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: features language: default: name: features description: '' - go: - name: Features - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -14726,12 +10373,6 @@ schemas: name: VirtualMachineImageProperties description: Describes the properties of a Virtual Machine Image. namespace: '' - go: - name: VirtualMachineImageProperties - description: VirtualMachineImageProperties - Describes the properties of a Virtual Machine Image. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -14741,9 +10382,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Image. - go: - name: Properties - description: Describes the properties of a Virtual Machine Image. protocol: {} serializationFormats: - json @@ -14755,11 +10393,6 @@ schemas: name: VirtualMachineImage description: Describes a Virtual Machine Image. namespace: '' - go: - name: VirtualMachineImage - description: VirtualMachineImage - Describes a Virtual Machine Image. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_33 @@ -14776,9 +10409,6 @@ schemas: default: name: name description: The name of the resource. - go: - name: Name - description: REQUIRED; The name of the resource. protocol: {} - schema: *ref_35 required: true @@ -14787,28 +10417,16 @@ schemas: default: name: location description: The supported Azure location of the resource. - go: - name: Location - description: REQUIRED; The supported Azure location of the resource. protocol: {} - schema: *ref_36 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: >- Specifies the tags that are assigned to the virtual machine. For more information about using tags, see [Using tags to organize your Azure resources](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-using-tags.md). - go: - name: Tags - description: |- - Specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources - [https://docs.microsoft.com/azure/azure-resource-manager/resource-group-using-tags.md]. - byValue: true protocol: {} - schema: &ref_284 type: object @@ -14818,23 +10436,17 @@ schemas: properties: - schema: *ref_37 serializedName: name - language: &ref_5272 + language: &ref_3370 default: name: name description: The name of the extended location. - go: - name: Name - description: The name of the extended location. protocol: {} - schema: *ref_38 serializedName: type - language: &ref_5273 + language: &ref_3371 default: name: type description: The type of the extended location. - go: - name: Type - description: The type of the extended location. protocol: {} serializationFormats: - json @@ -14846,11 +10458,6 @@ schemas: name: ExtendedLocation description: The complex type of the extended location. namespace: '' - go: - name: ExtendedLocation - description: ExtendedLocation - The complex type of the extended location. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: extendedLocation @@ -14858,9 +10465,6 @@ schemas: default: name: extendedLocation description: The extended location of the Virtual Machine. - go: - name: ExtendedLocation - description: The extended location of the Virtual Machine. protocol: {} serializationFormats: - json @@ -14872,12 +10476,6 @@ schemas: name: VirtualMachineImageResource description: Virtual machine image resource information. namespace: '' - go: - name: VirtualMachineImageResource - description: VirtualMachineImageResource - Virtual machine image resource information. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_33 - &ref_77 @@ -14892,70 +10490,44 @@ schemas: properties: - schema: *ref_39 serializedName: publisher - language: &ref_4329 + language: &ref_2427 default: name: publisher description: The image publisher. - go: - name: Publisher - description: The image publisher. protocol: {} - schema: *ref_40 serializedName: offer - language: &ref_4330 + language: &ref_2428 default: name: offer description: Specifies the offer of the platform image or marketplace image used to create the virtual machine. - go: - name: Offer - description: Specifies the offer of the platform image or marketplace image used to create the virtual machine. protocol: {} - schema: *ref_41 serializedName: sku - language: &ref_4331 + language: &ref_2429 default: name: sku description: The image SKU. - go: - name: SKU - description: The image SKU. protocol: {} - schema: *ref_42 serializedName: version - language: &ref_4332 + language: &ref_2430 default: name: version description: >- Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. - go: - name: Version - description: >- - Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are - decimal numbers. - - Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new - version becomes - - available. protocol: {} - schema: *ref_43 readOnly: true serializedName: exactVersion - language: &ref_5016 + language: &ref_3114 default: name: exactVersion description: >- Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'. - go: - name: ExactVersion - description: >- - READ-ONLY; Specifies in decimal numbers, the version of platform image or marketplace image used to create the virtual machine. This readonly field differs from 'version', only if the - value specified in - - 'version' field is 'latest'. protocol: {} serializationFormats: - json @@ -14970,15 +10542,6 @@ schemas: a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. namespace: '' - go: - name: ImageReference - description: >- - ImageReference - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when - you want to use a platform - - image, marketplace image, or virtual machine image, but is not used in other creation operations. NOTE: Image reference publisher and offer can only be set when you create the scale set. - marshallingFormat: json - namespace: '' protocol: {} - &ref_45 type: object @@ -15001,14 +10564,6 @@ schemas: Describes the parameter of customer managed disk encryption set resource id that can be specified for disk.

    NOTE: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details. namespace: '' - go: - name: DiskEncryptionSetParameters - description: |- - DiskEncryptionSetParameters - Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. - - NOTE: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details. - marshallingFormat: json - namespace: '' protocol: {} - &ref_78 type: object @@ -15022,23 +10577,17 @@ schemas: properties: - schema: *ref_44 serializedName: storageAccountType - language: &ref_4364 + language: &ref_2462 default: name: storageAccountType description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' - go: - name: StorageAccountType - description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' protocol: {} - schema: *ref_45 serializedName: diskEncryptionSet - language: &ref_4418 + language: &ref_2516 default: name: diskEncryptionSet description: Specifies the customer managed disk encryption set resource id for the managed disk. - go: - name: DiskEncryptionSet - description: Specifies the customer managed disk encryption set resource id for the managed disk. protocol: {} serializationFormats: - json @@ -15050,11 +10599,6 @@ schemas: name: ManagedDiskParameters description: The parameters of a managed disk. namespace: '' - go: - name: ManagedDiskParameters - description: ManagedDiskParameters - The parameters of a managed disk. - marshallingFormat: json - namespace: '' protocol: {} - &ref_79 type: object @@ -15066,20 +10610,17 @@ schemas: immediate: - *ref_22 properties: - - schema: &ref_682 + - schema: &ref_681 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_46 serializedName: primary - language: &ref_4371 + language: &ref_2469 default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -15087,9 +10628,6 @@ schemas: default: name: deleteOption description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the network interface when the VM is deleted protocol: {} serializationFormats: - json @@ -15101,22 +10639,14 @@ schemas: name: NetworkInterfaceReferenceProperties description: Describes a network interface reference properties. namespace: '' - go: - name: NetworkInterfaceReferenceProperties - description: NetworkInterfaceReferenceProperties - Describes a network interface reference properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4370 + language: &ref_2468 default: name: properties description: Describes a network interface reference properties. - go: - name: Properties - description: Describes a network interface reference properties. protocol: {} serializationFormats: - json @@ -15128,11 +10658,6 @@ schemas: name: NetworkInterfaceReference description: Describes a network interface reference. namespace: '' - go: - name: NetworkInterfaceReference - description: NetworkInterfaceReference - Describes a network interface reference. - marshallingFormat: json - namespace: '' protocol: {} - &ref_62 type: object @@ -15147,15 +10672,12 @@ schemas: - schema: *ref_48 required: true serializedName: name - language: &ref_4677 + language: &ref_2775 default: name: name description: The IP configuration name. - go: - name: Name - description: REQUIRED; The IP configuration name. protocol: {} - - schema: &ref_710 + - schema: &ref_709 type: object apiVersions: - version: '2021-03-01' @@ -15167,13 +10689,10 @@ schemas: properties: - schema: *ref_49 serializedName: id - language: &ref_4680 + language: &ref_2778 default: name: id description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/... - go: - name: ID - description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/… protocol: {} serializationFormats: - json @@ -15185,32 +10704,21 @@ schemas: name: ApiEntityReference description: The API entity reference. namespace: '' - go: - name: APIEntityReference - description: APIEntityReference - The API entity reference. - marshallingFormat: json - namespace: '' protocol: {} serializedName: subnet - language: &ref_4679 + language: &ref_2777 default: name: subnet description: Specifies the identifier of the subnet. - go: - name: Subnet - description: Specifies the identifier of the subnet. protocol: {} - schema: *ref_46 serializedName: primary - language: &ref_4681 + language: &ref_2779 default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - - schema: &ref_711 + - schema: &ref_710 type: object apiVersions: - version: '2021-03-01' @@ -15218,15 +10726,12 @@ schemas: - schema: *ref_50 required: true serializedName: name - language: &ref_4721 + language: &ref_2819 default: name: name description: The publicIP address configuration name. - go: - name: Name - description: REQUIRED; The publicIP address configuration name. protocol: {} - - schema: &ref_712 + - schema: &ref_711 type: object apiVersions: - version: '2021-03-01' @@ -15237,9 +10742,6 @@ schemas: default: name: idleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: IdleTimeoutInMinutes - description: The idle timeout of the public IP address. protocol: {} - schema: &ref_72 type: object @@ -15253,11 +10755,6 @@ schemas: default: name: domainNameLabel description: The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created - go: - name: DomainNameLabel - description: >- - REQUIRED; The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will - be created protocol: {} serializationFormats: - json @@ -15269,26 +10766,18 @@ schemas: name: VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings description: Describes a virtual machines scale sets network configuration's DNS settings. namespace: '' - go: - name: VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings - description: VirtualMachineScaleSetPublicIPAddressConfigurationDNSSettings - Describes a virtual machines scale sets network configuration's DNS settings. - marshallingFormat: json - namespace: '' protocol: {} serializedName: dnsSettings language: default: name: dnsSettings description: The dns settings to be applied on the publicIP addresses . - go: - name: DNSSettings - description: The dns settings to be applied on the publicIP addresses . protocol: {} - - schema: &ref_1189 + - schema: &ref_1188 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_713 + elementType: &ref_712 type: object apiVersions: - version: '2021-03-01' @@ -15299,9 +10788,6 @@ schemas: default: name: ipTagType description: 'IP tag type. Example: FirstPartyUsage.' - go: - name: IPTagType - description: 'IP tag type. Example: FirstPartyUsage.' protocol: {} - schema: *ref_54 serializedName: tag @@ -15309,9 +10795,6 @@ schemas: default: name: tag description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' - go: - name: Tag - description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' protocol: {} serializationFormats: - json @@ -15323,31 +10806,17 @@ schemas: name: VirtualMachineScaleSetIpTag description: Contains the IP tag associated with the public IP address. namespace: '' - go: - name: VirtualMachineScaleSetIPTag - description: VirtualMachineScaleSetIPTag - Contains the IP tag associated with the public IP address. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetPublicIPAddressConfigurationPropertiesIpTags description: The list of IP tags associated with the public IP address. - go: - name: '[]*VirtualMachineScaleSetIPTag' - description: The list of IP tags associated with the public IP address. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: ipTags language: default: name: ipTags description: The list of IP tags associated with the public IP address. - go: - name: IPTags - description: The list of IP tags associated with the public IP address. - byValue: true protocol: {} - schema: *ref_22 serializedName: publicIPPrefix @@ -15357,23 +10826,15 @@ schemas: default: name: publicIPPrefix description: The PublicIPPrefix from which to allocate publicIP addresses. - go: - name: PublicIPPrefix - description: The PublicIPPrefix from which to allocate publicIP addresses. protocol: {} - schema: *ref_55 serializedName: publicIPAddressVersion - language: &ref_4723 + language: &ref_2821 default: name: publicIPAddressVersion description: >- Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PublicIPAddressVersion - description: >- - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' - and 'IPv6'. protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -15381,9 +10842,6 @@ schemas: default: name: deleteOption description: Specify what happens to the public IP when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the public IP when the VM is deleted protocol: {} serializationFormats: - json @@ -15395,24 +10853,15 @@ schemas: name: VirtualMachineScaleSetPublicIPAddressConfigurationProperties description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachineScaleSetPublicIPAddressConfigurationProperties - description: VirtualMachineScaleSetPublicIPAddressConfigurationProperties - Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4722 + language: &ref_2820 default: name: properties description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - go: - name: Properties - description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration protocol: {} - schema: &ref_212 type: object @@ -15422,24 +10871,18 @@ schemas: - schema: *ref_56 required: true serializedName: publicIPAddressSkuName - language: &ref_4402 + language: &ref_2500 default: name: publicIPAddressSkuName description: Specify public IP sku name - go: - name: PublicIPAddressSKUName - description: REQUIRED; Specify public IP sku name protocol: {} - schema: *ref_57 required: false serializedName: publicIPAddressSkuTier - language: &ref_4403 + language: &ref_2501 default: name: publicIPAddressSkuTier description: Specify public IP sku tier - go: - name: PublicIPAddressSKUTier - description: Specify public IP sku tier protocol: {} serializationFormats: - json @@ -15451,11 +10894,6 @@ schemas: name: PublicIPAddressSku description: Describes the public IP Sku namespace: '' - go: - name: PublicIPAddressSKU - description: PublicIPAddressSKU - Describes the public IP Sku - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: sku @@ -15463,9 +10901,6 @@ schemas: default: name: sku description: Describes the public IP Sku - go: - name: SKU - description: Describes the public IP Sku protocol: {} serializationFormats: - json @@ -15477,34 +10912,23 @@ schemas: name: VirtualMachineScaleSetPublicIPAddressConfiguration description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachineScaleSetPublicIPAddressConfiguration - description: VirtualMachineScaleSetPublicIPAddressConfiguration - Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: publicIPAddressConfiguration - language: &ref_4720 + language: &ref_2818 default: name: publicIPAddressConfiguration description: The publicIPAddressConfiguration. - go: - name: PublicIPAddressConfiguration - description: The publicIPAddressConfiguration. protocol: {} - schema: *ref_55 serializedName: privateIPAddressVersion - language: &ref_4701 + language: &ref_2799 default: name: privateIPAddressVersion description: >- Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PrivateIPAddressVersion - description: 'Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' protocol: {} - - schema: &ref_1190 + - schema: &ref_1189 type: array apiVersions: - version: '2021-03-01' @@ -15515,31 +10939,16 @@ schemas: description: >- Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple - scale sets cannot use the same application gateway. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationGatewayBackendAddressPools - language: &ref_4719 + language: &ref_2817 default: name: applicationGatewayBackendAddressPools description: >- Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale sets cannot use the same application gateway. - go: - name: ApplicationGatewayBackendAddressPools - description: >- - Specifies an array of references to backend address pools of application gateways. A scale set can reference backend address pools of multiple application gateways. Multiple scale - sets cannot use the - - same application gateway. - byValue: true protocol: {} - - schema: &ref_1191 + - schema: &ref_1190 type: array apiVersions: - version: '2021-03-01' @@ -15548,23 +10957,14 @@ schemas: default: name: VirtualMachineScaleSetIPConfigurationPropertiesApplicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: '[]*SubResource' - description: Specifies an array of references to application security group. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationSecurityGroups language: default: name: applicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: ApplicationSecurityGroups - description: Specifies an array of references to application security group. - byValue: true protocol: {} - - schema: &ref_1192 + - schema: &ref_1191 type: array apiVersions: - version: '2021-03-01' @@ -15575,31 +10975,16 @@ schemas: description: >- Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. - Multiple scale sets cannot use the same basic sku load balancer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerBackendAddressPools - language: &ref_4724 + language: &ref_2822 default: name: loadBalancerBackendAddressPools description: >- Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer. - go: - name: LoadBalancerBackendAddressPools - description: >- - Specifies an array of references to backend address pools of load balancers. A scale set can reference backend address pools of one public and one internal load balancer. Multiple - scale sets cannot - - use the same basic sku load balancer. - byValue: true protocol: {} - - schema: &ref_1193 + - schema: &ref_1192 type: array apiVersions: - version: '2021-03-01' @@ -15610,29 +10995,14 @@ schemas: description: >- Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple - scale sets cannot use the same basic sku load balancer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerInboundNatPools - language: &ref_4725 + language: &ref_2823 default: name: loadBalancerInboundNatPools description: >- Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple scale sets cannot use the same basic sku load balancer. - go: - name: LoadBalancerInboundNatPools - description: >- - Specifies an array of references to inbound Nat pools of the load balancers. A scale set can reference inbound nat pools of one public and one internal load balancer. Multiple - scale sets cannot use - - the same basic sku load balancer. - byValue: true protocol: {} serializationFormats: - json @@ -15644,24 +11014,15 @@ schemas: name: VirtualMachineScaleSetIPConfigurationProperties description: Describes a virtual machine scale set network profile's IP configuration properties. namespace: '' - go: - name: VirtualMachineScaleSetIPConfigurationProperties - description: VirtualMachineScaleSetIPConfigurationProperties - Describes a virtual machine scale set network profile's IP configuration properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4678 + language: &ref_2776 default: name: properties description: Describes a virtual machine scale set network profile's IP configuration properties. - go: - name: Properties - description: Describes a virtual machine scale set network profile's IP configuration properties. protocol: {} serializationFormats: - json @@ -15673,11 +11034,6 @@ schemas: name: VirtualMachineScaleSetIPConfiguration description: Describes a virtual machine scale set network profile's IP configuration. namespace: '' - go: - name: VirtualMachineScaleSetIPConfiguration - description: VirtualMachineScaleSetIPConfiguration - Describes a virtual machine scale set network profile's IP configuration. - marshallingFormat: json - namespace: '' protocol: {} - &ref_80 type: object @@ -15692,15 +11048,12 @@ schemas: - schema: *ref_58 required: true serializedName: name - language: &ref_4672 + language: &ref_2770 default: name: name description: The network configuration name. - go: - name: Name - description: REQUIRED; The network configuration name. protocol: {} - - schema: &ref_709 + - schema: &ref_708 type: object apiVersions: - version: '2021-03-01' @@ -15708,55 +11061,43 @@ schemas: - schema: *ref_46 required: false serializedName: primary - language: &ref_4674 + language: &ref_2772 default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - schema: *ref_59 required: false serializedName: enableAcceleratedNetworking - language: &ref_4698 + language: &ref_2796 default: name: enableAcceleratedNetworking description: Specifies whether the network interface is accelerated networking-enabled. - go: - name: EnableAcceleratedNetworking - description: Specifies whether the network interface is accelerated networking-enabled. protocol: {} - schema: *ref_60 required: false serializedName: enableFpga - language: &ref_4716 + language: &ref_2814 default: name: enableFpga description: Specifies whether the network interface is FPGA networking-enabled. - go: - name: EnableFpga - description: Specifies whether the network interface is FPGA networking-enabled. protocol: {} - schema: *ref_22 required: false serializedName: networkSecurityGroup extensions: x-ms-azure-resource: true - language: &ref_4675 + language: &ref_2773 default: name: networkSecurityGroup description: The network security group. - go: - name: NetworkSecurityGroup - description: The network security group. protocol: {} - schema: &ref_75 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1188 + - schema: &ref_1187 type: array apiVersions: - version: '2021-03-01' @@ -15765,21 +11106,12 @@ schemas: default: name: VirtualMachineScaleSetNetworkConfigurationDnsSettingsDnsServers description: List of DNS servers IP addresses - go: - name: '[]*string' - description: List of DNS servers IP addresses - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dnsServers - language: &ref_4700 + language: &ref_2798 default: name: dnsServers description: List of DNS servers IP addresses - go: - name: DNSServers - description: List of DNS servers IP addresses - byValue: true protocol: {} serializationFormats: - json @@ -15791,24 +11123,15 @@ schemas: name: VirtualMachineScaleSetNetworkConfigurationDnsSettings description: Describes a virtual machines scale sets network configuration's DNS settings. namespace: '' - go: - name: VirtualMachineScaleSetNetworkConfigurationDNSSettings - description: VirtualMachineScaleSetNetworkConfigurationDNSSettings - Describes a virtual machines scale sets network configuration's DNS settings. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: dnsSettings - language: &ref_4699 + language: &ref_2797 default: name: dnsSettings description: The dns settings to be applied on the network interfaces. - go: - name: DNSSettings - description: The dns settings to be applied on the network interfaces. protocol: {} - - schema: &ref_1194 + - schema: &ref_1193 type: array apiVersions: - version: '2021-03-01' @@ -15817,33 +11140,21 @@ schemas: default: name: VirtualMachineScaleSetNetworkConfigurationPropertiesIpConfigurations description: Specifies the IP configurations of the network interface. - go: - name: '[]*VirtualMachineScaleSetIPConfiguration' - description: Specifies the IP configurations of the network interface. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: ipConfigurations - language: &ref_4676 + language: &ref_2774 default: name: ipConfigurations description: Specifies the IP configurations of the network interface. - go: - name: IPConfigurations - description: REQUIRED; Specifies the IP configurations of the network interface. - byValue: true protocol: {} - schema: *ref_63 required: false serializedName: enableIPForwarding - language: &ref_4693 + language: &ref_2791 default: name: enableIPForwarding description: Whether IP forwarding enabled on this NIC. - go: - name: EnableIPForwarding - description: Whether IP forwarding enabled on this NIC. protocol: {} - schema: *ref_47 required: false @@ -15852,9 +11163,6 @@ schemas: default: name: deleteOption description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the network interface when the VM is deleted protocol: {} serializationFormats: - json @@ -15866,24 +11174,15 @@ schemas: name: VirtualMachineScaleSetNetworkConfigurationProperties description: Describes a virtual machine scale set network profile's IP configuration. namespace: '' - go: - name: VirtualMachineScaleSetNetworkConfigurationProperties - description: VirtualMachineScaleSetNetworkConfigurationProperties - Describes a virtual machine scale set network profile's IP configuration. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4673 + language: &ref_2771 default: name: properties description: Describes a virtual machine scale set network profile's IP configuration. - go: - name: Properties - description: Describes a virtual machine scale set network profile's IP configuration. protocol: {} serializationFormats: - json @@ -15895,11 +11194,6 @@ schemas: name: VirtualMachineScaleSetNetworkConfiguration description: Describes a virtual machine scale set network profile's network configurations. namespace: '' - go: - name: VirtualMachineScaleSetNetworkConfiguration - description: VirtualMachineScaleSetNetworkConfiguration - Describes a virtual machine scale set network profile's network configurations. - marshallingFormat: json - namespace: '' protocol: {} - &ref_81 type: object @@ -15918,9 +11212,6 @@ schemas: default: name: schema description: the schema of the captured virtual machine - go: - name: Schema - description: READ-ONLY; the schema of the captured virtual machine protocol: {} - schema: *ref_65 readOnly: true @@ -15929,26 +11220,16 @@ schemas: default: name: contentVersion description: the version of the content - go: - name: ContentVersion - description: READ-ONLY; the version of the content protocol: {} - schema: *ref_66 readOnly: true serializedName: parameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: parameters description: parameters of the captured virtual machine - go: - name: Parameters - description: READ-ONLY; parameters of the captured virtual machine - byValue: true protocol: {} - - schema: &ref_1203 + - schema: &ref_1202 type: array apiVersions: - version: '2021-03-01' @@ -15957,11 +11238,6 @@ schemas: default: name: VirtualMachineCaptureResultResources description: a list of resource items of the captured virtual machine - go: - name: '[]any' - description: a list of resource items of the captured virtual machine - elementIsPtr: false - marshallingFormat: json protocol: {} readOnly: true serializedName: resources @@ -15969,10 +11245,6 @@ schemas: default: name: resources description: a list of resource items of the captured virtual machine - go: - name: Resources - description: READ-ONLY; a list of resource items of the captured virtual machine - byValue: true protocol: {} serializationFormats: - json @@ -15984,12 +11256,6 @@ schemas: name: VirtualMachineCaptureResult description: Output of virtual machine capture operation. namespace: '' - go: - name: VirtualMachineCaptureResult - description: VirtualMachineCaptureResult - Output of virtual machine capture operation. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_76 type: object @@ -16007,11 +11273,8 @@ schemas: default: name: name description: The IP configuration name. - go: - name: Name - description: The IP configuration name. protocol: {} - - schema: &ref_785 + - schema: &ref_784 type: object apiVersions: - version: '2021-03-01' @@ -16022,9 +11285,6 @@ schemas: default: name: subnet description: The subnet. - go: - name: Subnet - description: The subnet. protocol: {} - schema: *ref_69 serializedName: primary @@ -16032,11 +11292,8 @@ schemas: default: name: primary description: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. - go: - name: Primary - description: Specifies the primary IP Configuration in case the network interface has more than one IP Configuration. protocol: {} - - schema: &ref_786 + - schema: &ref_785 type: object apiVersions: - version: '2021-03-01' @@ -16047,11 +11304,8 @@ schemas: default: name: name description: The publicIP address configuration name. - go: - name: Name - description: The publicIP address configuration name. protocol: {} - - schema: &ref_787 + - schema: &ref_786 type: object apiVersions: - version: '2021-03-01' @@ -16062,9 +11316,6 @@ schemas: default: name: idleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: IdleTimeoutInMinutes - description: The idle timeout of the public IP address. protocol: {} - schema: *ref_72 serializedName: dnsSettings @@ -16072,9 +11323,6 @@ schemas: default: name: dnsSettings description: The dns settings to be applied on the publicIP addresses . - go: - name: DNSSettings - description: The dns settings to be applied on the publicIP addresses . protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -16082,9 +11330,6 @@ schemas: default: name: deleteOption description: Specify what happens to the public IP when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the public IP when the VM is deleted protocol: {} serializationFormats: - json @@ -16096,11 +11341,6 @@ schemas: name: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties - description: VirtualMachineScaleSetUpdatePublicIPAddressConfigurationProperties - Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16109,9 +11349,6 @@ schemas: default: name: properties description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - go: - name: Properties - description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration protocol: {} serializationFormats: - json @@ -16123,20 +11360,12 @@ schemas: name: VirtualMachineScaleSetUpdatePublicIPAddressConfiguration description: Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - description: VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: publicIPAddressConfiguration language: default: name: publicIPAddressConfiguration description: The publicIPAddressConfiguration. - go: - name: PublicIPAddressConfiguration - description: The publicIPAddressConfiguration. protocol: {} - schema: *ref_55 serializedName: privateIPAddressVersion @@ -16146,11 +11375,8 @@ schemas: description: >- Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PrivateIPAddressVersion - description: 'Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: ''IPv4'' and ''IPv6''.' protocol: {} - - schema: &ref_1222 + - schema: &ref_1221 type: array apiVersions: - version: '2021-03-01' @@ -16159,23 +11385,14 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationPropertiesApplicationGatewayBackendAddressPools description: The application gateway backend address pools. - go: - name: '[]*SubResource' - description: The application gateway backend address pools. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationGatewayBackendAddressPools language: default: name: applicationGatewayBackendAddressPools description: The application gateway backend address pools. - go: - name: ApplicationGatewayBackendAddressPools - description: The application gateway backend address pools. - byValue: true protocol: {} - - schema: &ref_1223 + - schema: &ref_1222 type: array apiVersions: - version: '2021-03-01' @@ -16184,23 +11401,14 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationPropertiesApplicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: '[]*SubResource' - description: Specifies an array of references to application security group. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationSecurityGroups language: default: name: applicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: ApplicationSecurityGroups - description: Specifies an array of references to application security group. - byValue: true protocol: {} - - schema: &ref_1224 + - schema: &ref_1223 type: array apiVersions: - version: '2021-03-01' @@ -16209,23 +11417,14 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationPropertiesLoadBalancerBackendAddressPools description: The load balancer backend address pools. - go: - name: '[]*SubResource' - description: The load balancer backend address pools. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerBackendAddressPools language: default: name: loadBalancerBackendAddressPools description: The load balancer backend address pools. - go: - name: LoadBalancerBackendAddressPools - description: The load balancer backend address pools. - byValue: true protocol: {} - - schema: &ref_1225 + - schema: &ref_1224 type: array apiVersions: - version: '2021-03-01' @@ -16234,21 +11433,12 @@ schemas: default: name: VirtualMachineScaleSetUpdateIPConfigurationPropertiesLoadBalancerInboundNatPools description: The load balancer inbound nat pools. - go: - name: '[]*SubResource' - description: The load balancer inbound nat pools. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerInboundNatPools language: default: name: loadBalancerInboundNatPools description: The load balancer inbound nat pools. - go: - name: LoadBalancerInboundNatPools - description: The load balancer inbound nat pools. - byValue: true protocol: {} serializationFormats: - json @@ -16260,12 +11450,6 @@ schemas: name: VirtualMachineScaleSetUpdateIPConfigurationProperties description: Describes a virtual machine scale set network profile's IP configuration properties. namespace: '' - go: - name: VirtualMachineScaleSetUpdateIPConfigurationProperties - description: VirtualMachineScaleSetUpdateIPConfigurationProperties - Describes a virtual machine scale set network profile's IP configuration properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16274,9 +11458,6 @@ schemas: default: name: properties description: Describes a virtual machine scale set network profile's IP configuration properties. - go: - name: Properties - description: Describes a virtual machine scale set network profile's IP configuration properties. protocol: {} serializationFormats: - json @@ -16290,15 +11471,6 @@ schemas: Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the original subnet and the new subnet are in the same virtual network namespace: '' - go: - name: VirtualMachineScaleSetUpdateIPConfiguration - description: >- - VirtualMachineScaleSetUpdateIPConfiguration - Describes a virtual machine scale set network profile's IP configuration. NOTE: The subnet of a scale set may be modified as long as the - original subnet and the new subnet are in the same virtual - - network - marshallingFormat: json - namespace: '' protocol: {} - &ref_82 type: object @@ -16316,11 +11488,8 @@ schemas: default: name: name description: The network configuration name. - go: - name: Name - description: The network configuration name. protocol: {} - - schema: &ref_784 + - schema: &ref_783 type: object apiVersions: - version: '2021-03-01' @@ -16331,9 +11500,6 @@ schemas: default: name: primary description: Whether this is a primary NIC on a virtual machine. - go: - name: Primary - description: Whether this is a primary NIC on a virtual machine. protocol: {} - schema: *ref_59 serializedName: enableAcceleratedNetworking @@ -16341,9 +11507,6 @@ schemas: default: name: enableAcceleratedNetworking description: Specifies whether the network interface is accelerated networking-enabled. - go: - name: EnableAcceleratedNetworking - description: Specifies whether the network interface is accelerated networking-enabled. protocol: {} - schema: *ref_60 serializedName: enableFpga @@ -16351,9 +11514,6 @@ schemas: default: name: enableFpga description: Specifies whether the network interface is FPGA networking-enabled. - go: - name: EnableFpga - description: Specifies whether the network interface is FPGA networking-enabled. protocol: {} - schema: *ref_22 serializedName: networkSecurityGroup @@ -16363,9 +11523,6 @@ schemas: default: name: networkSecurityGroup description: The network security group. - go: - name: NetworkSecurityGroup - description: The network security group. protocol: {} - schema: *ref_75 serializedName: dnsSettings @@ -16373,11 +11530,8 @@ schemas: default: name: dnsSettings description: The dns settings to be applied on the network interfaces. - go: - name: DNSSettings - description: The dns settings to be applied on the network interfaces. protocol: {} - - schema: &ref_1226 + - schema: &ref_1225 type: array apiVersions: - version: '2021-03-01' @@ -16386,21 +11540,12 @@ schemas: default: name: VirtualMachineScaleSetUpdateNetworkConfigurationPropertiesIpConfigurations description: The virtual machine scale set IP Configuration. - go: - name: '[]*VirtualMachineScaleSetUpdateIPConfiguration' - description: The virtual machine scale set IP Configuration. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: ipConfigurations language: default: name: ipConfigurations description: The virtual machine scale set IP Configuration. - go: - name: IPConfigurations - description: The virtual machine scale set IP Configuration. - byValue: true protocol: {} - schema: *ref_63 serializedName: enableIPForwarding @@ -16408,9 +11553,6 @@ schemas: default: name: enableIPForwarding description: Whether IP forwarding enabled on this NIC. - go: - name: EnableIPForwarding - description: Whether IP forwarding enabled on this NIC. protocol: {} - schema: *ref_47 serializedName: deleteOption @@ -16418,9 +11560,6 @@ schemas: default: name: deleteOption description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the network interface when the VM is deleted protocol: {} serializationFormats: - json @@ -16432,14 +11571,6 @@ schemas: name: VirtualMachineScaleSetUpdateNetworkConfigurationProperties description: Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network profile's IP Configuration. namespace: '' - go: - name: VirtualMachineScaleSetUpdateNetworkConfigurationProperties - description: >- - VirtualMachineScaleSetUpdateNetworkConfigurationProperties - Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network - profile's IP Configuration. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16448,9 +11579,6 @@ schemas: default: name: properties description: Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network profile's IP Configuration. - go: - name: Properties - description: Describes a virtual machine scale set updatable network profile's IP configuration.Use this object for updating network profile's IP Configuration. protocol: {} serializationFormats: - json @@ -16462,11 +11590,6 @@ schemas: name: VirtualMachineScaleSetUpdateNetworkConfiguration description: Describes a virtual machine scale set network profile's network configurations. namespace: '' - go: - name: VirtualMachineScaleSetUpdateNetworkConfiguration - description: VirtualMachineScaleSetUpdateNetworkConfiguration - Describes a virtual machine scale set network profile's network configurations. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_20 @@ -16483,13 +11606,10 @@ schemas: properties: - schema: *ref_83 serializedName: id - language: &ref_4146 + language: &ref_2244 default: name: id description: Resource Id - go: - name: ID - description: Resource Id protocol: {} serializationFormats: - json @@ -16498,16 +11618,11 @@ schemas: - output extensions: x-ms-azure-resource: true - language: &ref_4182 + language: &ref_2280 default: name: SubResource description: '' namespace: '' - go: - name: SubResource - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_22 @@ -16519,53 +11634,38 @@ schemas: properties: - schema: *ref_84 serializedName: code - language: &ref_4229 + language: &ref_2327 default: name: code description: The status code. - go: - name: Code - description: The status code. protocol: {} - schema: *ref_85 serializedName: level - language: &ref_4230 + language: &ref_2328 default: name: level description: The level code. - go: - name: Level - description: The level code. protocol: {} - schema: *ref_86 serializedName: displayStatus - language: &ref_4231 + language: &ref_2329 default: name: displayStatus description: The short localizable label for the status. - go: - name: DisplayStatus - description: The short localizable label for the status. protocol: {} - schema: *ref_87 serializedName: message - language: &ref_4488 + language: &ref_2586 default: name: message description: The detailed status message, including for alerts and error messages. - go: - name: Message - description: The detailed status message, including for alerts and error messages. protocol: {} - schema: *ref_88 serializedName: time - language: &ref_4489 + language: &ref_2587 default: name: time description: The time of the status. - go: - name: Time - description: The time of the status. protocol: {} serializationFormats: - json @@ -16577,21 +11677,12 @@ schemas: name: InstanceViewStatus description: Instance view status. namespace: '' - go: - name: InstanceViewStatus - description: InstanceViewStatus - Instance view status. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: colocationStatus language: default: name: colocationStatus description: Describes colocation status of a resource in the Proximity Placement Group. - go: - name: ColocationStatus - description: Describes colocation status of a resource in the Proximity Placement Group. protocol: {} serializationFormats: - json @@ -16603,34 +11694,20 @@ schemas: name: SubResourceWithColocationStatus description: '' namespace: '' - go: - name: SubResourceWithColocationStatus - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ProximityPlacementGroupPropertiesVirtualMachines description: A list of references to all virtual machines in the proximity placement group. - go: - name: '[]*SubResourceWithColocationStatus' - description: A list of references to all virtual machines in the proximity placement group. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: virtualMachines - language: &ref_4181 + language: &ref_2279 default: name: virtualMachines description: A list of references to all virtual machines in the proximity placement group. - go: - name: VirtualMachines - description: READ-ONLY; A list of references to all virtual machines in the proximity placement group. - byValue: true protocol: {} - - schema: &ref_1140 + - schema: &ref_1139 type: array apiVersions: - version: '2021-03-01' @@ -16639,24 +11716,15 @@ schemas: default: name: ProximityPlacementGroupPropertiesVirtualMachineScaleSets description: A list of references to all virtual machine scale sets in the proximity placement group. - go: - name: '[]*SubResourceWithColocationStatus' - description: A list of references to all virtual machine scale sets in the proximity placement group. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: virtualMachineScaleSets - language: &ref_4183 + language: &ref_2281 default: name: virtualMachineScaleSets description: A list of references to all virtual machine scale sets in the proximity placement group. - go: - name: VirtualMachineScaleSets - description: READ-ONLY; A list of references to all virtual machine scale sets in the proximity placement group. - byValue: true protocol: {} - - schema: &ref_1141 + - schema: &ref_1140 type: array apiVersions: - version: '2021-03-01' @@ -16665,22 +11733,13 @@ schemas: default: name: ProximityPlacementGroupPropertiesAvailabilitySets description: A list of references to all availability sets in the proximity placement group. - go: - name: '[]*SubResourceWithColocationStatus' - description: A list of references to all availability sets in the proximity placement group. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: availabilitySets - language: &ref_4184 + language: &ref_2282 default: name: availabilitySets description: A list of references to all availability sets in the proximity placement group. - go: - name: AvailabilitySets - description: READ-ONLY; A list of references to all availability sets in the proximity placement group. - byValue: true protocol: {} - schema: *ref_89 serializedName: colocationStatus @@ -16688,9 +11747,6 @@ schemas: default: name: colocationStatus description: Describes colocation status of the Proximity Placement Group. - go: - name: ColocationStatus - description: Describes colocation status of the Proximity Placement Group. protocol: {} serializationFormats: - json @@ -16702,23 +11758,14 @@ schemas: name: ProximityPlacementGroupProperties description: Describes the properties of a Proximity Placement Group. namespace: '' - go: - name: ProximityPlacementGroupProperties - description: ProximityPlacementGroupProperties - Describes the properties of a Proximity Placement Group. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4156 + language: &ref_2254 default: name: properties description: Describes the properties of a Proximity Placement Group. - go: - name: Properties - description: Describes the properties of a Proximity Placement Group. protocol: {} serializationFormats: - json @@ -16730,11 +11777,6 @@ schemas: name: ProximityPlacementGroup description: Specifies information about the proximity placement group. namespace: '' - go: - name: ProximityPlacementGroup - description: ProximityPlacementGroup - Specifies information about the proximity placement group. - marshallingFormat: json - namespace: '' protocol: {} - &ref_567 type: object @@ -16746,7 +11788,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_599 + - schema: &ref_598 type: object apiVersions: - version: '2021-03-01' @@ -16754,15 +11796,12 @@ schemas: - schema: *ref_90 required: true serializedName: platformFaultDomainCount - language: &ref_4203 + language: &ref_2301 default: name: platformFaultDomainCount description: Number of fault domains that the host group can span. - go: - name: PlatformFaultDomainCount - description: REQUIRED; Number of fault domains that the host group can span. protocol: {} - - schema: &ref_1143 + - schema: &ref_1142 type: array apiVersions: - version: '2021-03-01' @@ -16784,13 +11823,10 @@ schemas: properties: - schema: *ref_92 serializedName: name - language: &ref_4733 + language: &ref_2831 default: name: name description: The name of the extension. - go: - name: Name - description: The name of the extension. protocol: {} - schema: *ref_93 readOnly: true @@ -16799,9 +11835,6 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - schema: &ref_104 type: object @@ -16814,55 +11847,36 @@ schemas: default: name: forceUpdateTag description: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. - go: - name: ForceUpdateTag - description: If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. protocol: {} - schema: *ref_95 serializedName: publisher - language: &ref_4735 + language: &ref_2833 default: name: publisher description: The name of the extension handler publisher. - go: - name: Publisher - description: The name of the extension handler publisher. protocol: {} - schema: *ref_96 serializedName: type - language: &ref_4736 + language: &ref_2834 default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_97 serializedName: typeHandlerVersion - language: &ref_4737 + language: &ref_2835 default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - schema: *ref_98 serializedName: autoUpgradeMinorVersion - language: &ref_4738 + language: &ref_2836 default: name: autoUpgradeMinorVersion description: >- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. - go: - name: AutoUpgradeMinorVersion - description: >- - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless - redeployed, even - - with this property set to true. protocol: {} - schema: *ref_99 serializedName: enableAutomaticUpgrade @@ -16870,37 +11884,20 @@ schemas: default: name: enableAutomaticUpgrade description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. - go: - name: EnableAutomaticUpgrade - description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_4739 + language: &ref_2837 default: name: settings description: Json formatted public settings for the extension. - go: - name: Settings - description: Json formatted public settings for the extension. - byValue: true protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - go: - name: ProtectedSettings - description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - byValue: true protocol: {} - schema: *ref_100 readOnly: true @@ -16909,11 +11906,8 @@ schemas: default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_1196 + - schema: &ref_1195 type: array apiVersions: - version: '2021-03-01' @@ -16922,21 +11916,12 @@ schemas: default: name: VirtualMachineScaleSetExtensionPropertiesProvisionAfterExtensions description: Collection of extension names after which this extension needs to be provisioned. - go: - name: '[]*string' - description: Collection of extension names after which this extension needs to be provisioned. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: provisionAfterExtensions language: default: name: provisionAfterExtensions description: Collection of extension names after which this extension needs to be provisioned. - go: - name: ProvisionAfterExtensions - description: Collection of extension names after which this extension needs to be provisioned. - byValue: true protocol: {} serializationFormats: - json @@ -16948,23 +11933,14 @@ schemas: name: VirtualMachineScaleSetExtensionProperties description: Describes the properties of a Virtual Machine Scale Set Extension. namespace: '' - go: - name: VirtualMachineScaleSetExtensionProperties - description: VirtualMachineScaleSetExtensionProperties - Describes the properties of a Virtual Machine Scale Set Extension. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4734 + language: &ref_2832 default: name: properties description: Describes the properties of a Virtual Machine Scale Set Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Scale Set Extension. protocol: {} serializationFormats: - json @@ -16976,11 +11952,6 @@ schemas: name: VirtualMachineScaleSetExtension description: Describes a Virtual Machine Scale Set Extension. namespace: '' - go: - name: VirtualMachineScaleSetExtension - description: VirtualMachineScaleSetExtension - Describes a Virtual Machine Scale Set Extension. - marshallingFormat: json - namespace: '' protocol: {} - &ref_122 type: object @@ -16999,9 +11970,6 @@ schemas: default: name: name description: The name of the extension. - go: - name: Name - description: READ-ONLY; The name of the extension. protocol: {} - schema: *ref_103 readOnly: true @@ -17010,9 +11978,6 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - schema: *ref_104 serializedName: properties @@ -17022,9 +11987,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Scale Set Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Scale Set Extension. protocol: {} serializationFormats: - json @@ -17036,12 +11998,6 @@ schemas: name: VirtualMachineScaleSetExtensionUpdate description: Describes a Virtual Machine Scale Set Extension. namespace: '' - go: - name: VirtualMachineScaleSetExtensionUpdate - description: VirtualMachineScaleSetExtensionUpdate - Describes a Virtual Machine Scale Set Extension. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - &ref_123 type: object @@ -17056,24 +12012,18 @@ schemas: - schema: *ref_105 readOnly: true serializedName: name - language: &ref_4942 + language: &ref_3040 default: name: name description: The name of the extension. - go: - name: Name - description: READ-ONLY; The name of the extension. protocol: {} - schema: *ref_106 readOnly: true serializedName: type - language: &ref_4943 + language: &ref_3041 default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - schema: &ref_149 type: object @@ -17086,55 +12036,36 @@ schemas: default: name: forceUpdateTag description: How the extension handler should be forced to update even if the extension configuration has not changed. - go: - name: ForceUpdateTag - description: How the extension handler should be forced to update even if the extension configuration has not changed. protocol: {} - schema: *ref_108 serializedName: publisher - language: &ref_4461 + language: &ref_2559 default: name: publisher description: The name of the extension handler publisher. - go: - name: Publisher - description: The name of the extension handler publisher. protocol: {} - schema: *ref_109 serializedName: type - language: &ref_4462 + language: &ref_2560 default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_110 serializedName: typeHandlerVersion - language: &ref_4463 + language: &ref_2561 default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - schema: *ref_98 serializedName: autoUpgradeMinorVersion - language: &ref_4464 + language: &ref_2562 default: name: autoUpgradeMinorVersion description: >- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. - go: - name: AutoUpgradeMinorVersion - description: >- - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless - redeployed, even - - with this property set to true. protocol: {} - schema: *ref_99 serializedName: enableAutomaticUpgrade @@ -17142,48 +12073,28 @@ schemas: default: name: enableAutomaticUpgrade description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. - go: - name: EnableAutomaticUpgrade - description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_4465 + language: &ref_2563 default: name: settings description: Json formatted public settings for the extension. - go: - name: Settings - description: Json formatted public settings for the extension. - byValue: true protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - go: - name: ProtectedSettings - description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - byValue: true protocol: {} - schema: *ref_111 readOnly: true serializedName: provisioningState - language: &ref_4467 + language: &ref_2565 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: &ref_242 type: object @@ -17192,35 +12103,26 @@ schemas: properties: - schema: *ref_112 serializedName: name - language: &ref_4494 + language: &ref_2592 default: name: name description: The virtual machine extension name. - go: - name: Name - description: The virtual machine extension name. protocol: {} - schema: *ref_113 serializedName: type - language: &ref_4495 + language: &ref_2593 default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_114 serializedName: typeHandlerVersion - language: &ref_4496 + language: &ref_2594 default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - - schema: &ref_1153 + - schema: &ref_1152 type: array apiVersions: - version: '2021-03-01' @@ -17229,23 +12131,14 @@ schemas: default: name: VirtualMachineExtensionInstanceViewSubstatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: substatuses language: default: name: substatuses description: The resource status information. - go: - name: Substatuses - description: The resource status information. - byValue: true protocol: {} - - schema: &ref_1154 + - schema: &ref_1153 type: array apiVersions: - version: '2021-03-01' @@ -17254,21 +12147,12 @@ schemas: default: name: VirtualMachineExtensionInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses - language: &ref_4497 + language: &ref_2595 default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -17280,21 +12164,12 @@ schemas: name: VirtualMachineExtensionInstanceView description: The instance view of a virtual machine extension. namespace: '' - go: - name: VirtualMachineExtensionInstanceView - description: VirtualMachineExtensionInstanceView - The instance view of a virtual machine extension. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: instanceView language: default: name: instanceView description: The virtual machine extension instance view. - go: - name: InstanceView - description: The virtual machine extension instance view. protocol: {} serializationFormats: - json @@ -17306,22 +12181,14 @@ schemas: name: VirtualMachineExtensionProperties description: Describes the properties of a Virtual Machine Extension. namespace: '' - go: - name: VirtualMachineExtensionProperties - description: VirtualMachineExtensionProperties - Describes the properties of a Virtual Machine Extension. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4939 + language: &ref_3037 default: name: properties description: Describes the properties of a Virtual Machine Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension. protocol: {} serializationFormats: - json @@ -17333,11 +12200,6 @@ schemas: name: VirtualMachineScaleSetVMExtension description: Describes a VMSS VM Extension. namespace: '' - go: - name: VirtualMachineScaleSetVMExtension - description: VirtualMachineScaleSetVMExtension - Describes a VMSS VM Extension. - marshallingFormat: json - namespace: '' protocol: {} - &ref_124 type: object @@ -17356,9 +12218,6 @@ schemas: default: name: name description: The name of the extension. - go: - name: Name - description: READ-ONLY; The name of the extension. protocol: {} - schema: *ref_116 readOnly: true @@ -17367,11 +12226,8 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - - schema: &ref_603 + - schema: &ref_602 type: object apiVersions: - version: '2021-03-01' @@ -17382,55 +12238,36 @@ schemas: default: name: forceUpdateTag description: How the extension handler should be forced to update even if the extension configuration has not changed. - go: - name: ForceUpdateTag - description: How the extension handler should be forced to update even if the extension configuration has not changed. protocol: {} - schema: *ref_118 serializedName: publisher - language: &ref_4958 + language: &ref_3056 default: name: publisher description: The name of the extension handler publisher. - go: - name: Publisher - description: The name of the extension handler publisher. protocol: {} - schema: *ref_119 serializedName: type - language: &ref_4959 + language: &ref_3057 default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_120 serializedName: typeHandlerVersion - language: &ref_4960 + language: &ref_3058 default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - schema: *ref_98 serializedName: autoUpgradeMinorVersion - language: &ref_4961 + language: &ref_3059 default: name: autoUpgradeMinorVersion description: >- Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. - go: - name: AutoUpgradeMinorVersion - description: >- - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless - redeployed, even - - with this property set to true. protocol: {} - schema: *ref_99 serializedName: enableAutomaticUpgrade @@ -17438,37 +12275,20 @@ schemas: default: name: enableAutomaticUpgrade description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. - go: - name: EnableAutomaticUpgrade - description: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. protocol: {} - schema: *ref_66 serializedName: settings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_4962 + language: &ref_3060 default: name: settings description: Json formatted public settings for the extension. - go: - name: Settings - description: Json formatted public settings for the extension. - byValue: true protocol: {} - schema: *ref_66 serializedName: protectedSettings - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: protectedSettings description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - go: - name: ProtectedSettings - description: The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. - byValue: true protocol: {} serializationFormats: - json @@ -17480,22 +12300,14 @@ schemas: name: VirtualMachineExtensionUpdateProperties description: Describes the properties of a Virtual Machine Extension. namespace: '' - go: - name: VirtualMachineExtensionUpdateProperties - description: VirtualMachineExtensionUpdateProperties - Describes the properties of a Virtual Machine Extension. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4957 + language: &ref_3055 default: name: properties description: Describes the properties of a Virtual Machine Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension. protocol: {} serializationFormats: - json @@ -17507,12 +12319,6 @@ schemas: name: VirtualMachineScaleSetVMExtensionUpdate description: Describes a VMSS VM Extension. namespace: '' - go: - name: VirtualMachineScaleSetVMExtensionUpdate - description: VirtualMachineScaleSetVMExtensionUpdate - Describes a VMSS VM Extension. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} immediate: - *ref_121 @@ -17523,13 +12329,10 @@ schemas: - schema: *ref_125 readOnly: true serializedName: id - language: &ref_4218 + language: &ref_2316 default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} serializationFormats: - json @@ -17538,45 +12341,31 @@ schemas: - output extensions: x-ms-azure-resource: true - language: &ref_4945 + language: &ref_3043 default: name: SubResourceReadOnly description: '' namespace: '' - go: - name: SubResourceReadOnly - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DedicatedHostGroupPropertiesHosts description: A list of references to all dedicated hosts in the dedicated host group. - go: - name: '[]*SubResourceReadOnly' - description: A list of references to all dedicated hosts in the dedicated host group. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true required: false serializedName: hosts - language: &ref_4217 + language: &ref_2315 default: name: hosts description: A list of references to all dedicated hosts in the dedicated host group. - go: - name: Hosts - description: READ-ONLY; A list of references to all dedicated hosts in the dedicated host group. - byValue: true protocol: {} - - schema: &ref_642 + - schema: &ref_641 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1146 + - schema: &ref_1145 type: array apiVersions: - version: '2021-03-01' @@ -17599,47 +12388,38 @@ schemas: - schema: *ref_127 readOnly: true serializedName: assetId - language: &ref_4223 + language: &ref_2321 default: name: assetId description: Specifies the unique id of the dedicated physical machine on which the dedicated host resides. - go: - name: AssetID - description: READ-ONLY; Specifies the unique id of the dedicated physical machine on which the dedicated host resides. protocol: {} - - schema: &ref_643 + - schema: &ref_642 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1144 + - schema: &ref_1143 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_644 + elementType: &ref_643 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_128 serializedName: vmSize - language: &ref_4226 + language: &ref_2324 default: name: vmSize description: VM size in terms of which the unutilized capacity is represented. - go: - name: VMSize - description: VM size in terms of which the unutilized capacity is represented. protocol: {} - schema: *ref_129 serializedName: count - language: &ref_4227 + language: &ref_2325 default: name: count description: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. - go: - name: Count - description: Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. protocol: {} serializationFormats: - json @@ -17651,31 +12431,17 @@ schemas: name: DedicatedHostAllocatableVM description: Represents the dedicated host unutilized capacity in terms of a specific VM size. namespace: '' - go: - name: DedicatedHostAllocatableVM - description: DedicatedHostAllocatableVM - Represents the dedicated host unutilized capacity in terms of a specific VM size. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DedicatedHostAvailableCapacityAllocatableVMs description: The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. - go: - name: '[]*DedicatedHostAllocatableVM' - description: The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: allocatableVMs - language: &ref_4225 + language: &ref_2323 default: name: allocatableVMs description: The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. - go: - name: AllocatableVMs - description: The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. - byValue: true protocol: {} serializationFormats: - json @@ -17687,23 +12453,14 @@ schemas: name: DedicatedHostAvailableCapacity description: Dedicated host unutilized capacity. namespace: '' - go: - name: DedicatedHostAvailableCapacity - description: DedicatedHostAvailableCapacity - Dedicated host unutilized capacity. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: availableCapacity - language: &ref_4224 + language: &ref_2322 default: name: availableCapacity description: Unutilized capacity of the dedicated host. - go: - name: AvailableCapacity - description: Unutilized capacity of the dedicated host. protocol: {} - - schema: &ref_1145 + - schema: &ref_1144 type: array apiVersions: - version: '2021-03-01' @@ -17712,38 +12469,23 @@ schemas: default: name: DedicatedHostInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses - language: &ref_4228 + language: &ref_2326 default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json usage: - input - output - language: &ref_4222 + language: &ref_2320 default: name: DedicatedHostInstanceView description: The instance view of a dedicated host. namespace: '' - go: - name: DedicatedHostInstanceView - description: DedicatedHostInstanceView - The instance view of a dedicated host. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_130 @@ -17751,13 +12493,10 @@ schemas: - schema: *ref_131 readOnly: true serializedName: name - language: &ref_4221 + language: &ref_2319 default: name: name description: The name of the dedicated host. - go: - name: Name - description: READ-ONLY; The name of the dedicated host. protocol: {} serializationFormats: - json @@ -17769,31 +12508,17 @@ schemas: name: DedicatedHostInstanceViewWithName description: The instance view of a dedicated host that includes the name of the dedicated host. It is used for the response to the instance view of a dedicated host group. namespace: '' - go: - name: DedicatedHostInstanceViewWithName - description: DedicatedHostInstanceViewWithName - The instance view of a dedicated host that includes the name of the dedicated host. It is used for the response to the instance view of a dedicated host group. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DedicatedHostGroupInstanceViewHosts description: List of instance view of the dedicated hosts under the dedicated host group. - go: - name: '[]*DedicatedHostInstanceViewWithName' - description: List of instance view of the dedicated hosts under the dedicated host group. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: hosts - language: &ref_4220 + language: &ref_2318 default: name: hosts description: List of instance view of the dedicated hosts under the dedicated host group. - go: - name: Hosts - description: List of instance view of the dedicated hosts under the dedicated host group. - byValue: true protocol: {} serializationFormats: - json @@ -17805,40 +12530,24 @@ schemas: name: DedicatedHostGroupInstanceView description: '' namespace: '' - go: - name: DedicatedHostGroupInstanceView - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true required: false serializedName: instanceView - language: &ref_4219 + language: &ref_2317 default: name: instanceView description: The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. - go: - name: InstanceView - description: READ-ONLY; The dedicated host group instance view, which has the list of instance view of the dedicated hosts under the dedicated host group. protocol: {} - schema: *ref_132 required: false serializedName: supportAutomaticPlacement - language: &ref_4204 + language: &ref_2302 default: name: supportAutomaticPlacement description: >- Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided.

    Minimum api-version: 2020-06-01. - go: - name: SupportAutomaticPlacement - description: |- - Specifies whether virtual machines or virtual machine scale sets can be placed automatically on the dedicated host group. Automatic placement means resources are allocated on dedicated hosts, that are - chosen by Azure, under the dedicated host group. The value is defaulted to 'false' when not provided. - - Minimum api-version: 2020-06-01. protocol: {} serializationFormats: - json @@ -17850,25 +12559,16 @@ schemas: name: DedicatedHostGroupProperties description: Dedicated Host Group Properties. namespace: '' - go: - name: DedicatedHostGroupProperties - description: DedicatedHostGroupProperties - Dedicated Host Group Properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4202 + language: &ref_2300 default: name: properties description: Dedicated Host Group Properties. - go: - name: Properties - description: Dedicated Host Group Properties. protocol: {} - - schema: &ref_1147 + - schema: &ref_1146 type: array apiVersions: - version: '2021-03-01' @@ -17879,27 +12579,14 @@ schemas: description: >- Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. - go: - name: '[]*string' - description: >- - Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces - each host in the group to be in the same zone. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones - language: &ref_4205 + language: &ref_2303 default: name: zones description: >- Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. - go: - name: Zones - description: |- - Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, - enforces each host in the group to be in the same zone. - byValue: true protocol: {} serializationFormats: - json @@ -17913,15 +12600,6 @@ schemas: Specifies information about the dedicated host group that the dedicated hosts should be assigned to.

    Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing dedicated host cannot be added to another dedicated host group. namespace: '' - go: - name: DedicatedHostGroup - description: |- - DedicatedHostGroup - Specifies information about the dedicated host group that the dedicated hosts should be assigned to. - - Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing dedicated host cannot be added to another dedicated host group. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_568 type: object @@ -17933,46 +12611,34 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_601 + - schema: &ref_600 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_134 serializedName: platformFaultDomain - language: &ref_4242 + language: &ref_2340 default: name: platformFaultDomain description: Fault domain of the dedicated host within a dedicated host group. - go: - name: PlatformFaultDomain - description: Fault domain of the dedicated host within a dedicated host group. protocol: {} - schema: *ref_135 serializedName: autoReplaceOnFailure - language: &ref_4245 + language: &ref_2343 default: name: autoReplaceOnFailure description: Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. - go: - name: AutoReplaceOnFailure - description: Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. protocol: {} - schema: *ref_136 readOnly: true serializedName: hostId - language: &ref_4246 + language: &ref_2344 default: name: hostId description: A unique id generated and assigned to the dedicated host by the platform.

    Does not change throughout the lifetime of the host. - go: - name: HostID - description: |- - READ-ONLY; A unique id generated and assigned to the dedicated host by the platform. - - Does not change throughout the lifetime of the host. protocol: {} - - schema: &ref_1150 + - schema: &ref_1149 type: array apiVersions: - version: '2021-03-01' @@ -17981,78 +12647,46 @@ schemas: default: name: DedicatedHostPropertiesVirtualMachines description: A list of references to all virtual machines in the Dedicated Host. - go: - name: '[]*SubResourceReadOnly' - description: A list of references to all virtual machines in the Dedicated Host. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: virtualMachines - language: &ref_4259 + language: &ref_2357 default: name: virtualMachines description: A list of references to all virtual machines in the Dedicated Host. - go: - name: VirtualMachines - description: READ-ONLY; A list of references to all virtual machines in the Dedicated Host. - byValue: true protocol: {} - schema: *ref_137 serializedName: licenseType - language: &ref_4247 + language: &ref_2345 default: name: licenseType description: >- Specifies the software license type that will be applied to the VMs deployed on the dedicated host.

    Possible values are:

    **None**

    **Windows_Server_Hybrid**

    **Windows_Server_Perpetual**

    Default: **None** - go: - name: LicenseType - description: |- - Specifies the software license type that will be applied to the VMs deployed on the dedicated host. - - Possible values are: - - None - - WindowsServerHybrid - - WindowsServerPerpetual - - Default: None protocol: {} - schema: *ref_138 readOnly: true serializedName: provisioningTime - language: &ref_4260 + language: &ref_2358 default: name: provisioningTime description: The date when the host was first provisioned. - go: - name: ProvisioningTime - description: READ-ONLY; The date when the host was first provisioned. protocol: {} - schema: *ref_139 readOnly: true serializedName: provisioningState - language: &ref_4261 + language: &ref_2359 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: *ref_130 readOnly: true serializedName: instanceView - language: &ref_4262 + language: &ref_2360 default: name: instanceView description: The dedicated host instance view. - go: - name: InstanceView - description: READ-ONLY; The dedicated host instance view. protocol: {} serializationFormats: - json @@ -18064,25 +12698,15 @@ schemas: name: DedicatedHostProperties description: Properties of the dedicated host. namespace: '' - go: - name: DedicatedHostProperties - description: DedicatedHostProperties - Properties of the dedicated host. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} required: false serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4241 + language: &ref_2339 default: name: properties description: Properties of the dedicated host. - go: - name: Properties - description: Properties of the dedicated host. protocol: {} - schema: &ref_285 type: object @@ -18091,40 +12715,24 @@ schemas: properties: - schema: *ref_140 serializedName: name - language: &ref_4131 + language: &ref_2229 default: name: name description: The sku name. - go: - name: Name - description: The sku name. protocol: {} - schema: *ref_141 serializedName: tier - language: &ref_4649 + language: &ref_2747 default: name: tier description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** - go: - name: Tier - description: |- - Specifies the tier of virtual machines in a scale set. - - Possible Values: - - Standard - - Basic protocol: {} - schema: *ref_142 serializedName: capacity - language: &ref_4650 + language: &ref_2748 default: name: capacity description: Specifies the number of virtual machines in the scale set. - go: - name: Capacity - description: Specifies the number of virtual machines in the scale set. protocol: {} serializationFormats: - json @@ -18136,23 +12744,13 @@ schemas: name: Sku description: 'Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name.' namespace: '' - go: - name: SKU - description: |- - SKU - Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the - SKU name. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: sku - language: &ref_4243 + language: &ref_2341 default: name: sku description: SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values. - go: - name: SKU - description: REQUIRED; SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values. protocol: {} serializationFormats: - json @@ -18164,11 +12762,6 @@ schemas: name: DedicatedHost description: Specifies information about the Dedicated host. namespace: '' - go: - name: DedicatedHost - description: DedicatedHost - Specifies information about the Dedicated host. - marshallingFormat: json - namespace: '' protocol: {} - &ref_569 type: object @@ -18180,24 +12773,19 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_602 + - schema: &ref_601 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_143 serializedName: publicKey - language: &ref_4274 + language: &ref_2372 default: name: publicKey description: >- SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when generateKeyPair is called. If the public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format. - go: - name: PublicKey - description: |- - SSH public key used to authenticate to a virtual machine through ssh. If this property is not initially provided when the resource is created, the publicKey property will be populated when - generateKeyPair is called. If the public key is provided upon resource creation, the provided public key needs to be at least 2048-bit and in ssh-rsa format. protocol: {} serializationFormats: - json @@ -18209,22 +12797,14 @@ schemas: name: SshPublicKeyResourceProperties description: Properties of the SSH public key. namespace: '' - go: - name: SSHPublicKeyResourceProperties - description: SSHPublicKeyResourceProperties - Properties of the SSH public key. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4273 + language: &ref_2371 default: name: properties description: Properties of the SSH public key. - go: - name: Properties - description: Properties of the SSH public key. protocol: {} serializationFormats: - json @@ -18236,11 +12816,6 @@ schemas: name: SshPublicKeyResource description: Specifies information about the SSH public key. namespace: '' - go: - name: SSHPublicKeyResource - description: SSHPublicKeyResource - Specifies information about the SSH public key. - marshallingFormat: json - namespace: '' protocol: {} - &ref_570 type: object @@ -18252,7 +12827,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_651 + - schema: &ref_650 type: object apiVersions: - version: '2021-03-01' @@ -18264,9 +12839,6 @@ schemas: default: name: operatingSystem description: The operating system this extension supports. - go: - name: OperatingSystem - description: REQUIRED; The operating system this extension supports. protocol: {} - schema: *ref_145 required: true @@ -18275,9 +12847,6 @@ schemas: default: name: computeRole description: The type of role (IaaS or PaaS) this extension supports. - go: - name: ComputeRole - description: REQUIRED; The type of role (IaaS or PaaS) this extension supports. protocol: {} - schema: *ref_146 required: true @@ -18286,9 +12855,6 @@ schemas: default: name: handlerSchema description: The schema defined by publisher, where extension consumers should provide settings in a matching schema. - go: - name: HandlerSchema - description: REQUIRED; The schema defined by publisher, where extension consumers should provide settings in a matching schema. protocol: {} - schema: *ref_147 required: false @@ -18299,11 +12865,6 @@ schemas: description: >- Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is only enabled for CRP VMs but not VMSS. - go: - name: VMScaleSetEnabled - description: |- - Whether the extension can be used on xRP VMScaleSets. By default existing extensions are usable on scalesets, but there might be cases where a publisher wants to explicitly indicate the extension is - only enabled for CRP VMs but not VMSS. protocol: {} - schema: *ref_148 required: false @@ -18312,9 +12873,6 @@ schemas: default: name: supportsMultipleExtensions description: Whether the handler can support multiple extensions. - go: - name: SupportsMultipleExtensions - description: Whether the handler can support multiple extensions. protocol: {} serializationFormats: - json @@ -18326,11 +12884,6 @@ schemas: name: VirtualMachineExtensionImageProperties description: Describes the properties of a Virtual Machine Extension Image. namespace: '' - go: - name: VirtualMachineExtensionImageProperties - description: VirtualMachineExtensionImageProperties - Describes the properties of a Virtual Machine Extension Image. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties @@ -18340,9 +12893,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Extension Image. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension Image. protocol: {} serializationFormats: - json @@ -18354,11 +12904,6 @@ schemas: name: VirtualMachineExtensionImage description: Describes a Virtual Machine Extension Image. namespace: '' - go: - name: VirtualMachineExtensionImage - description: VirtualMachineExtensionImage - Describes a Virtual Machine Extension Image. - marshallingFormat: json - namespace: '' protocol: {} - &ref_278 type: object @@ -18374,13 +12919,10 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4460 + language: &ref_2558 default: name: properties description: Describes the properties of a Virtual Machine Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension. protocol: {} serializationFormats: - json @@ -18392,11 +12934,6 @@ schemas: name: VirtualMachineExtension description: Describes a Virtual Machine Extension. namespace: '' - go: - name: VirtualMachineExtension - description: VirtualMachineExtension - Describes a Virtual Machine Extension. - marshallingFormat: json - namespace: '' protocol: {} - &ref_571 type: object @@ -18415,33 +12952,24 @@ schemas: properties: - schema: *ref_150 serializedName: name - language: &ref_4421 + language: &ref_2519 default: name: name description: The plan ID. - go: - name: Name - description: The plan ID. protocol: {} - schema: *ref_151 serializedName: publisher - language: &ref_4422 + language: &ref_2520 default: name: publisher description: The publisher ID. - go: - name: Publisher - description: The publisher ID. protocol: {} - schema: *ref_152 serializedName: product - language: &ref_4423 + language: &ref_2521 default: name: product description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: Product - description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} - schema: *ref_153 serializedName: promotionCode @@ -18449,9 +12977,6 @@ schemas: default: name: promotionCode description: The promotion code. - go: - name: PromotionCode - description: The promotion code. protocol: {} serializationFormats: - json @@ -18466,31 +12991,17 @@ schemas: image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. namespace: '' - go: - name: Plan - description: |- - Plan - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. - marshallingFormat: json - namespace: '' protocol: {} serializedName: plan - language: &ref_4420 + language: &ref_2518 default: name: plan description: >- Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. - go: - name: Plan - description: |- - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. protocol: {} - - schema: &ref_605 + - schema: &ref_604 type: object apiVersions: - version: '2021-03-01' @@ -18502,7 +13013,7 @@ schemas: properties: - schema: *ref_154 serializedName: vmSize - language: &ref_4326 + language: &ref_2424 default: name: vmSize description: >- @@ -18511,23 +13022,6 @@ schemas: available virtual machine sizes in a region]( https://docs.microsoft.com/rest/api/compute/resourceskus/list)

    [List all available virtual machine sizes for resizing](https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes). For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/sizes).

    The available VM sizes depend on region and availability set. - go: - name: VMSize - description: |- - Specifies the size of the virtual machine. - - The enum data type is currently deprecated and will be removed by December 23rd 2023. - - Recommended way to get the list of available sizes is using these APIs: - - List all available virtual machine sizes in an availability set [https://docs.microsoft.com/rest/api/compute/availabilitysets/listavailablesizes] - - List all available virtual machine sizes in a region [https://docs.microsoft.com/rest/api/compute/resourceskus/list] - - List all available virtual machine sizes for resizing [https://docs.microsoft.com/rest/api/compute/virtualmachines/listavailablesizes]. For more information about virtual machine sizes, see Sizes for - virtual machines [https://docs.microsoft.com/azure/virtual-machines/sizes]. - - The available VM sizes depend on region and availability set. protocol: {} serializationFormats: - json @@ -18539,20 +13033,12 @@ schemas: name: HardwareProfile description: Specifies the hardware settings for the virtual machine. namespace: '' - go: - name: HardwareProfile - description: HardwareProfile - Specifies the hardware settings for the virtual machine. - marshallingFormat: json - namespace: '' protocol: {} serializedName: hardwareProfile - language: &ref_4325 + language: &ref_2423 default: name: hardwareProfile description: Specifies the hardware settings for the virtual machine. - go: - name: HardwareProfile - description: Specifies the hardware settings for the virtual machine. protocol: {} - schema: &ref_392 type: object @@ -18561,19 +13047,14 @@ schemas: properties: - schema: *ref_77 serializedName: imageReference - language: &ref_4328 + language: &ref_2426 default: name: imageReference description: >- Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. - go: - name: ImageReference - description: |- - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform - image, marketplace image, or virtual machine image, but is not used in other creation operations. protocol: {} - - schema: &ref_670 + - schema: &ref_669 type: object apiVersions: - version: '2021-03-01' @@ -18581,29 +13062,19 @@ schemas: - schema: *ref_26 required: false serializedName: osType - language: &ref_4334 + language: &ref_2432 default: name: osType description: >- This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.

    Possible values are:

    **Windows**

    **Linux** - go: - name: OSType - description: |- - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. - - Possible values are: - - Windows - - Linux protocol: {} - schema: &ref_241 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_671 + - schema: &ref_670 type: object apiVersions: - version: '2021-03-01' @@ -18615,9 +13086,6 @@ schemas: default: name: secretUrl description: The URL referencing a secret in a Key Vault. - go: - name: SecretURL - description: REQUIRED; The URL referencing a secret in a Key Vault. protocol: {} - schema: *ref_22 required: true @@ -18628,9 +13096,6 @@ schemas: default: name: sourceVault description: The relative URL of the Key Vault containing the secret. - go: - name: SourceVault - description: REQUIRED; The relative URL of the Key Vault containing the secret. protocol: {} serializationFormats: - json @@ -18642,22 +13107,14 @@ schemas: name: KeyVaultSecretReference description: Describes a reference to Key Vault Secret namespace: '' - go: - name: KeyVaultSecretReference - description: KeyVaultSecretReference - Describes a reference to Key Vault Secret - marshallingFormat: json - namespace: '' protocol: {} serializedName: diskEncryptionKey language: default: name: diskEncryptionKey description: Specifies the location of the disk encryption key, which is a Key Vault Secret. - go: - name: DiskEncryptionKey - description: Specifies the location of the disk encryption key, which is a Key Vault Secret. protocol: {} - - schema: &ref_672 + - schema: &ref_671 type: object apiVersions: - version: '2021-03-01' @@ -18669,9 +13126,6 @@ schemas: default: name: keyUrl description: The URL referencing a key encryption key in Key Vault. - go: - name: KeyURL - description: REQUIRED; The URL referencing a key encryption key in Key Vault. protocol: {} - schema: *ref_22 required: true @@ -18682,9 +13136,6 @@ schemas: default: name: sourceVault description: The relative URL of the Key Vault containing the key. - go: - name: SourceVault - description: REQUIRED; The relative URL of the Key Vault containing the key. protocol: {} serializationFormats: - json @@ -18696,20 +13147,12 @@ schemas: name: KeyVaultKeyReference description: Describes a reference to Key Vault Key namespace: '' - go: - name: KeyVaultKeyReference - description: KeyVaultKeyReference - Describes a reference to Key Vault Key - marshallingFormat: json - namespace: '' protocol: {} serializedName: keyEncryptionKey language: default: name: keyEncryptionKey description: Specifies the location of the key encryption key in Key Vault. - go: - name: KeyEncryptionKey - description: Specifies the location of the key encryption key in Key Vault. protocol: {} - schema: *ref_157 serializedName: enabled @@ -18717,9 +13160,6 @@ schemas: default: name: enabled description: Specifies whether disk encryption should be enabled on the virtual machine. - go: - name: Enabled - description: Specifies whether disk encryption should be enabled on the virtual machine. protocol: {} serializationFormats: - json @@ -18731,11 +13171,6 @@ schemas: name: DiskEncryptionSettings description: Describes a Encryption Settings for a Disk namespace: '' - go: - name: DiskEncryptionSettings - description: DiskEncryptionSettings - Describes a Encryption Settings for a Disk - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: encryptionSettings @@ -18743,23 +13178,14 @@ schemas: default: name: encryptionSettings description: 'Specifies the encryption settings for the OS Disk.

    Minimum api-version: 2015-06-15' - go: - name: EncryptionSettings - description: |- - Specifies the encryption settings for the OS Disk. - - Minimum api-version: 2015-06-15 protocol: {} - schema: *ref_158 required: false serializedName: name - language: &ref_4335 + language: &ref_2433 default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - schema: &ref_160 type: object @@ -18768,13 +13194,10 @@ schemas: properties: - schema: *ref_159 serializedName: uri - language: &ref_4337 + language: &ref_2435 default: name: uri description: Specifies the virtual hard disk's uri. - go: - name: URI - description: Specifies the virtual hard disk's uri. protocol: {} serializationFormats: - json @@ -18786,62 +13209,33 @@ schemas: name: VirtualHardDisk description: Describes the uri of a disk. namespace: '' - go: - name: VirtualHardDisk - description: VirtualHardDisk - Describes the uri of a disk. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: vhd - language: &ref_4336 + language: &ref_2434 default: name: vhd description: The virtual hard disk. - go: - name: Vhd - description: The virtual hard disk. protocol: {} - schema: *ref_160 required: false serializedName: image - language: &ref_4408 + language: &ref_2506 default: name: image description: >- The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - go: - name: Image - description: >- - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must - not - - exist. protocol: {} - schema: *ref_161 required: false serializedName: caching - language: &ref_4338 + language: &ref_2436 default: name: caching description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None** for Standard storage. **ReadOnly** for Premium storage. - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage. protocol: {} - schema: *ref_162 required: false @@ -18850,9 +13244,6 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - schema: &ref_306 type: object @@ -18861,45 +13252,20 @@ schemas: properties: - schema: *ref_163 serializedName: option - language: &ref_4432 + language: &ref_2530 default: name: option description: Specifies the ephemeral disk settings for operating system disk. - go: - name: Option - description: Specifies the ephemeral disk settings for operating system disk. protocol: {} - schema: *ref_164 serializedName: placement - language: &ref_4433 + language: &ref_2531 default: name: placement description: >- Specifies the ephemeral disk placement for operating system disk.

    Possible values are:

    **CacheDisk**

    **ResourceDisk**

    Default: **CacheDisk** if one is configured for the VM size otherwise **ResourceDisk** is used.

    Refer to VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check which VM sizes exposes a cache disk. - go: - name: Placement - description: >- - Specifies the ephemeral disk placement for operating system disk. - - - Possible values are: - - - CacheDisk - - - ResourceDisk - - - Default: CacheDisk if one is configured for the VM size otherwise ResourceDisk is used. - - - Refer to VM size documentation for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/sizes and Linux VM at - https://docs.microsoft.com/azure/virtual-machines/linux/sizes to check - - which VM sizes exposes a cache disk. protocol: {} serializationFormats: - json @@ -18911,76 +13277,40 @@ schemas: name: DiffDiskSettings description: 'Describes the parameters of ephemeral disk settings that can be specified for operating system disk.

    NOTE: The ephemeral disk settings can only be specified for managed disk.' namespace: '' - go: - name: DiffDiskSettings - description: |- - DiffDiskSettings - Describes the parameters of ephemeral disk settings that can be specified for operating system disk. - - NOTE: The ephemeral disk settings can only be specified for managed disk. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: diffDiskSettings - language: &ref_4431 + language: &ref_2529 default: name: diffDiskSettings description: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. - go: - name: DiffDiskSettings - description: Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. protocol: {} - schema: *ref_165 required: true serializedName: createOption - language: &ref_4339 + language: &ref_2437 default: name: createOption description: >- Specifies how the virtual machine should be created.

    Possible values are:

    **Attach** \u2013 This value is used when you are using a specialized disk to create the virtual machine.

    **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described. - go: - name: CreateOption - description: >- - REQUIRED; Specifies how the virtual machine should be created. - - - Possible values are: - - - Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine. - - - FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you - are - - using a marketplace image, you also use the plan element previously described. protocol: {} - schema: *ref_166 required: false serializedName: diskSizeGB - language: &ref_4340 + language: &ref_2438 default: name: diskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_78 required: false serializedName: managedDisk - language: &ref_4363 + language: &ref_2461 default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} - schema: *ref_167 required: false @@ -18992,18 +13322,6 @@ schemas: Specifies whether OS Disk should be deleted or detached upon VM deletion.

    Possible values:

    **Delete** If this value is used, the OS disk is deleted when VM is deleted.

    **Detach** If this value is used, the os disk is retained after VM is deleted.

    The default value is set to **detach**. For an ephemeral OS Disk, the default value is set to **Delete**. User cannot change the delete option for ephemeral OS Disk. - go: - name: DeleteOption - description: |- - Specifies whether OS Disk should be deleted or detached upon VM deletion. - - Possible values: - - Delete If this value is used, the OS disk is deleted when VM is deleted. - - Detach If this value is used, the os disk is retained after VM is deleted. - - The default value is set to detach. For an ephemeral OS Disk, the default value is set to Delete. User cannot change the delete option for ephemeral OS Disk. protocol: {} serializationFormats: - json @@ -19017,34 +13335,20 @@ schemas: Specifies information about the operating system disk used by the virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). namespace: '' - go: - name: OSDisk - description: |- - OSDisk - Specifies information about the operating system disk used by the virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk - language: &ref_4333 + language: &ref_2431 default: name: osDisk description: >- Specifies information about the operating system disk used by the virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: OSDisk - description: |- - Specifies information about the operating system disk used by the virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. protocol: {} - - schema: &ref_1160 + - schema: &ref_1159 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_673 + elementType: &ref_672 type: object apiVersions: - version: '2021-03-01' @@ -19052,35 +13356,26 @@ schemas: - schema: *ref_168 required: true serializedName: lun - language: &ref_4409 + language: &ref_2507 default: name: lun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: Lun - description: REQUIRED; Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - schema: *ref_169 required: false serializedName: name - language: &ref_4413 + language: &ref_2511 default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - schema: *ref_160 required: false serializedName: vhd - language: &ref_4410 + language: &ref_2508 default: name: vhd description: The virtual hard disk. - go: - name: Vhd - description: The virtual hard disk. protocol: {} - schema: *ref_160 required: false @@ -19091,37 +13386,16 @@ schemas: description: >- The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - go: - name: Image - description: >- - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must - not - - exist. protocol: {} - schema: *ref_161 required: false serializedName: caching - language: &ref_4414 + language: &ref_2512 default: name: caching description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage** - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage protocol: {} - schema: *ref_162 required: false @@ -19130,72 +13404,41 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - schema: *ref_165 required: true serializedName: createOption - language: &ref_4411 + language: &ref_2509 default: name: createOption description: >- Specifies how the virtual machine should be created.

    Possible values are:

    **Attach** \u2013 This value is used when you are using a specialized disk to create the virtual machine.

    **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described. - go: - name: CreateOption - description: >- - REQUIRED; Specifies how the virtual machine should be created. - - - Possible values are: - - - Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine. - - - FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If - you are - - using a marketplace image, you also use the plan element previously described. protocol: {} - schema: *ref_170 required: false serializedName: diskSizeGB - language: &ref_4412 + language: &ref_2510 default: name: diskSizeGB description: Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_78 required: false serializedName: managedDisk - language: &ref_4419 + language: &ref_2517 default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} - schema: *ref_171 required: false serializedName: toBeDetached - language: &ref_4430 + language: &ref_2528 default: name: toBeDetached description: Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset - go: - name: ToBeDetached - description: Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset protocol: {} - schema: *ref_172 readOnly: true @@ -19207,13 +13450,6 @@ schemas: description: >- Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. - go: - name: DiskIOPSReadWrite - description: >- - READ-ONLY; Specifies the Read-Write IOPS for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to - the VirtualMachine - - Scale Set. protocol: {} - schema: *ref_173 readOnly: true @@ -19225,18 +13461,11 @@ schemas: description: >- Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via updates to the VirtualMachine Scale Set. - go: - name: DiskMBpsReadWrite - description: >- - READ-ONLY; Specifies the bandwidth in MB per second for the managed disk when StorageAccountType is UltraSSD_LRS. Returned only for VirtualMachine ScaleSet VM disks. Can be updated only via - updates to the - - VirtualMachine Scale Set. protocol: {} - schema: *ref_174 required: false serializedName: detachOption - language: &ref_4446 + language: &ref_2544 default: name: detachOption description: >- @@ -19245,19 +13474,6 @@ schemas: machine and the disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior.

    This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'. - go: - name: DetachOption - description: >- - Specifies the detach behavior to be used while detaching a disk or which is already in the process of detachment from the virtual machine. Supported values: ForceDetach. - - - detachOption: ForceDetach is applicable only for managed data disks. If a previous detachment attempt of the data disk did not complete due to an unexpected failure from the virtual machine - and the - - disk is still not released then use force-detach as a last resort option to detach the disk forcibly from the VM. All writes might not have been flushed when using this detach behavior. - - - This feature is still in preview mode and is not supported for VirtualMachineScaleSet. To force-detach a data disk update toBeDetached to 'true' along with setting detachOption: 'ForceDetach'. protocol: {} - schema: *ref_167 required: false @@ -19268,18 +13484,6 @@ schemas: description: >- Specifies whether data disk should be deleted or detached upon VM deletion.

    Possible values:

    **Delete** If this value is used, the data disk is deleted when VM is deleted.

    **Detach** If this value is used, the data disk is retained after VM is deleted.

    The default value is set to **detach** - go: - name: DeleteOption - description: |- - Specifies whether data disk should be deleted or detached upon VM deletion. - - Possible values: - - Delete If this value is used, the data disk is deleted when VM is deleted. - - Detach If this value is used, the data disk is retained after VM is deleted. - - The default value is set to detach protocol: {} serializationFormats: - json @@ -19291,11 +13495,6 @@ schemas: name: DataDisk description: Describes a data disk. namespace: '' - go: - name: DataDisk - description: DataDisk - Describes a data disk. - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -19303,28 +13502,14 @@ schemas: description: >- Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: '[]*DataDisk' - description: >- - Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual - machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks - language: &ref_4341 + language: &ref_2439 default: name: dataDisks description: >- Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: DataDisks - description: |- - Specifies the parameters that are used to add a data disk to a virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. - byValue: true protocol: {} serializationFormats: - json @@ -19336,21 +13521,12 @@ schemas: name: StorageProfile description: Specifies the storage settings for the virtual machine disks. namespace: '' - go: - name: StorageProfile - description: StorageProfile - Specifies the storage settings for the virtual machine disks. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile - language: &ref_4327 + language: &ref_2425 default: name: storageProfile description: Specifies the storage settings for the virtual machine disks. - go: - name: StorageProfile - description: Specifies the storage settings for the virtual machine disks. protocol: {} - schema: &ref_329 type: object @@ -19365,11 +13541,6 @@ schemas: description: >- The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled. - go: - name: UltraSSDEnabled - description: |- - The flag that enables or disables a capability to have one or more managed data disks with UltraSSDLRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSDLRS can - be added to a virtual machine or virtual machine scale set only if this property is enabled. protocol: {} serializationFormats: - json @@ -19381,20 +13552,12 @@ schemas: name: AdditionalCapabilities description: Enables or disables a capability on the virtual machine or virtual machine scale set. namespace: '' - go: - name: AdditionalCapabilities - description: AdditionalCapabilities - Enables or disables a capability on the virtual machine or virtual machine scale set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: additionalCapabilities language: default: name: additionalCapabilities description: Specifies additional capabilities enabled or disabled on the virtual machine. - go: - name: AdditionalCapabilities - description: Specifies additional capabilities enabled or disabled on the virtual machine. protocol: {} - schema: &ref_361 type: object @@ -19403,29 +13566,17 @@ schemas: properties: - schema: *ref_176 serializedName: computerName - language: &ref_4343 + language: &ref_2441 default: name: computerName description: >- Specifies the host OS name of the virtual machine.

    This name cannot be updated after the VM is created.

    **Max-length (Windows):** 15 characters

    **Max-length (Linux):** 64 characters.

    For naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules). - go: - name: ComputerName - description: |- - Specifies the host OS name of the virtual machine. - - This name cannot be updated after the VM is created. - - Max-length (Windows): 15 characters - - Max-length (Linux): 64 characters. - - For naming conventions and restrictions see Azure infrastructure services implementation guidelines [https://docs.microsoft.com/azure/azure-resource-manager/management/resource-name-rules]. protocol: {} - schema: *ref_177 serializedName: adminUsername - language: &ref_4344 + language: &ref_2442 default: name: adminUsername description: >- @@ -19433,27 +13584,10 @@ schemas: values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters. - go: - name: AdminUsername - description: |- - Specifies the name of the administrator account. - - This property cannot be updated after the VM is created. - - Windows-only restriction: Cannot end in "." - - Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", - "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". - - Minimum-length (Linux): 1 character - - Max-length (Linux): 64 characters - - Max-length (Windows): 20 characters. protocol: {} - schema: *ref_178 serializedName: adminPassword - language: &ref_4365 + language: &ref_2463 default: name: adminPassword description: >- @@ -19463,31 +13597,6 @@ schemas: "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) - go: - name: AdminPassword - description: |- - Specifies the password of the administrator account. - - Minimum-length (Windows): 8 characters - - Minimum-length (Linux): 6 characters - - Max-length (Windows): 123 characters - - Max-length (Linux): 72 characters - - Complexity requirements: 3 out of 4 conditions below need to be fulfilled - Has lower characters - Has upper characters - Has a digit - Has a special character (Regex match [\W_]) - - Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" - - For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM [https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp] - - For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension - [https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection] protocol: {} - schema: *ref_179 serializedName: customData @@ -19499,19 +13608,6 @@ schemas: 65535 bytes.

    **Note: Do not pass any secrets or passwords in customData property**

    This property cannot be updated after the VM is created.

    customData is passed to the VM to be saved as a file, for more information see [Custom Data on Azure VMs](https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/)

    For using cloud-init for your Linux VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) - go: - name: CustomData - description: |- - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is - 65535 bytes. - - Note: Do not pass any secrets or passwords in customData property - - This property cannot be updated after the VM is created. - - customData is passed to the VM to be saved as a file, for more information see Custom Data on Azure VMs [https://azure.microsoft.com/blog/custom-data-and-cloud-init-on-windows-azure/] - - For using cloud-init for your Linux VM, see Using cloud-init to customize a Linux VM during creation [https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init] protocol: {} - schema: &ref_302 type: object @@ -19520,35 +13616,21 @@ schemas: properties: - schema: *ref_180 serializedName: provisionVMAgent - language: &ref_4346 + language: &ref_2444 default: name: provisionVMAgent description: >- Indicates whether virtual machine agent should be provisioned on the virtual machine.

    When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later. - go: - name: ProvisionVMAgent - description: >- - Indicates whether virtual machine agent should be provisioned on the virtual machine. - - - When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM - later. protocol: {} - schema: *ref_181 serializedName: enableAutomaticUpdates - language: &ref_4347 + language: &ref_2445 default: name: enableAutomaticUpdates description: >- Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true.

    For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning. - go: - name: EnableAutomaticUpdates - description: |- - Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. - - For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning. protocol: {} - schema: *ref_182 serializedName: timeZone @@ -19559,19 +13641,12 @@ schemas: Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time".

    Possible values can be [TimeZoneInfo.Id](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id) value from time zones returned by [TimeZoneInfo.GetSystemTimeZones](https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones). - go: - name: TimeZone - description: |- - Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". - - Possible values can be TimeZoneInfo.Id [https://docs.microsoft.com/dotnet/api/system.timezoneinfo.id?#System_TimeZoneInfo_Id] value from time zones returned by TimeZoneInfo.GetSystemTimeZones - [https://docs.microsoft.com/dotnet/api/system.timezoneinfo.getsystemtimezones]. protocol: {} - - schema: &ref_1161 + - schema: &ref_1160 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_674 + elementType: &ref_673 type: object apiVersions: - version: '2021-03-01' @@ -19582,9 +13657,6 @@ schemas: default: name: passName description: The pass name. Currently, the only allowable value is OobeSystem. - go: - name: PassName - description: The pass name. Currently, the only allowable value is OobeSystem. protocol: {} - schema: *ref_184 serializedName: componentName @@ -19592,9 +13664,6 @@ schemas: default: name: componentName description: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. - go: - name: ComponentName - description: The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. protocol: {} - schema: *ref_185 serializedName: settingName @@ -19602,9 +13671,6 @@ schemas: default: name: settingName description: 'Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.' - go: - name: SettingName - description: 'Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.' protocol: {} - schema: *ref_186 serializedName: content @@ -19614,13 +13680,6 @@ schemas: description: >- Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. - go: - name: Content - description: >- - Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the - setting or - - feature that is being inserted. protocol: {} serializationFormats: - json @@ -19634,44 +13693,26 @@ schemas: Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied. namespace: '' - go: - name: AdditionalUnattendContent - description: >- - AdditionalUnattendContent - Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting - name, component name, and the pass in - - which the content is applied. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: WindowsConfigurationAdditionalUnattendContent description: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. - go: - name: '[]*AdditionalUnattendContent' - description: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: additionalUnattendContent language: default: name: additionalUnattendContent description: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. - go: - name: AdditionalUnattendContent - description: Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. - byValue: true protocol: {} - - schema: &ref_675 + - schema: &ref_674 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_187 serializedName: patchMode - language: &ref_4406 + language: &ref_2504 default: name: patchMode description: >- @@ -19680,52 +13721,24 @@ schemas: disabled; the property WindowsConfiguration.enableAutomaticUpdates must be false

    **AutomaticByOS** - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true.

    **AutomaticByPlatform** - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true - go: - name: PatchMode - description: |- - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. - - Possible values are: - - Manual - You control the application of patches to a virtual machine. You do this by applying patches manually inside the VM. In this mode, automatic updates are disabled; the property - WindowsConfiguration.enableAutomaticUpdates must be false - - AutomaticByOS - The virtual machine will automatically be updated by the OS. The property WindowsConfiguration.enableAutomaticUpdates must be true. - - AutomaticByPlatform - the virtual machine will automatically updated by the platform. The properties provisionVMAgent and WindowsConfiguration.enableAutomaticUpdates must be true protocol: {} - schema: *ref_188 serializedName: enableHotpatching - language: &ref_4407 + language: &ref_2505 default: name: enableHotpatching description: >- Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to 'AutomaticByPlatform'. - go: - name: EnableHotpatching - description: >- - Enables customers to patch their Azure VMs without requiring a reboot. For enableHotpatching, the 'provisionVMAgent' must be set to true and 'patchMode' must be set to - 'AutomaticByPlatform'. protocol: {} - schema: *ref_189 serializedName: assessmentMode - language: &ref_4405 + language: &ref_2503 default: name: assessmentMode description: >- Specifies the mode of VM Guest patch assessment for the IaaS virtual machine.

    Possible values are:

    **ImageDefault** - You control the timing of patch assessments on a virtual machine.

    **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - go: - name: AssessmentMode - description: |- - Specifies the mode of VM Guest patch assessment for the IaaS virtual machine. - - Possible values are: - - ImageDefault - You control the timing of patch assessments on a virtual machine. - - AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. protocol: {} serializationFormats: - json @@ -19737,31 +13750,23 @@ schemas: name: PatchSettings description: Specifies settings related to VM Guest Patching on Windows. namespace: '' - go: - name: PatchSettings - description: PatchSettings - Specifies settings related to VM Guest Patching on Windows. - marshallingFormat: json - namespace: '' protocol: {} serializedName: patchSettings - language: &ref_4404 + language: &ref_2502 default: name: patchSettings description: '[Preview Feature] Specifies settings related to VM Guest Patching on Windows.' - go: - name: PatchSettings - description: '[Preview Feature] Specifies settings related to VM Guest Patching on Windows.' protocol: {} - - schema: &ref_676 + - schema: &ref_675 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1162 + - schema: &ref_1161 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_677 + elementType: &ref_676 type: object apiVersions: - version: '2021-03-01' @@ -19772,15 +13777,6 @@ schemas: default: name: protocol description: 'Specifies the protocol of WinRM listener.

    Possible values are:
    **http**

    **https**' - go: - name: Protocol - description: |- - Specifies the protocol of WinRM listener. - - Possible values are: - http - - https protocol: {} - schema: *ref_191 serializedName: certificateUrl @@ -19791,24 +13787,6 @@ schemas: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    "data":"",
    "dataType":"pfx",
    "password":""
    } - go: - name: CertificateURL - description: >- - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault - - [https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add]. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is - encoded in UTF-8: - - - { - - "data":"", - - "dataType":"pfx", - - "password":"" - - } protocol: {} serializationFormats: - json @@ -19820,31 +13798,17 @@ schemas: name: WinRMListener description: Describes Protocol and thumbprint of Windows Remote Management listener namespace: '' - go: - name: WinRMListener - description: WinRMListener - Describes Protocol and thumbprint of Windows Remote Management listener - marshallingFormat: json - namespace: '' protocol: {} language: default: name: WinRMConfigurationListeners description: The list of Windows Remote Management listeners - go: - name: '[]*WinRMListener' - description: The list of Windows Remote Management listeners - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: listeners language: default: name: listeners description: The list of Windows Remote Management listeners - go: - name: Listeners - description: The list of Windows Remote Management listeners - byValue: true protocol: {} serializationFormats: - json @@ -19856,21 +13820,12 @@ schemas: name: WinRMConfiguration description: Describes Windows Remote Management configuration of the VM namespace: '' - go: - name: WinRMConfiguration - description: WinRMConfiguration - Describes Windows Remote Management configuration of the VM - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: winRM language: default: name: winRM description: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell. - go: - name: WinRM - description: Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell. protocol: {} serializationFormats: - json @@ -19882,21 +13837,12 @@ schemas: name: WindowsConfiguration description: Specifies Windows operating system settings on the virtual machine. namespace: '' - go: - name: WindowsConfiguration - description: WindowsConfiguration - Specifies Windows operating system settings on the virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: windowsConfiguration - language: &ref_4345 + language: &ref_2443 default: name: windowsConfiguration description: Specifies Windows operating system settings on the virtual machine. - go: - name: WindowsConfiguration - description: Specifies Windows operating system settings on the virtual machine. protocol: {} - schema: &ref_303 type: object @@ -19905,56 +13851,42 @@ schemas: properties: - schema: *ref_192 serializedName: disablePasswordAuthentication - language: &ref_4415 + language: &ref_2513 default: name: disablePasswordAuthentication description: Specifies whether password authentication should be disabled. - go: - name: DisablePasswordAuthentication - description: Specifies whether password authentication should be disabled. protocol: {} - - schema: &ref_678 + - schema: &ref_677 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1163 + - schema: &ref_1162 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_679 + elementType: &ref_678 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_193 serializedName: path - language: &ref_4436 + language: &ref_2534 default: name: path description: >- Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys - go: - name: Path - description: >- - Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: - /home/user/.ssh/authorized_keys protocol: {} - schema: *ref_194 serializedName: keyData - language: &ref_4437 + language: &ref_2535 default: name: keyData description: >- SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format.

    For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). - go: - name: KeyData - description: |- - SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. - - For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure]https://docs.microsoft.com/azure/virtual-machines/linux/create-ssh-keys-detailed). protocol: {} serializationFormats: - json @@ -19966,31 +13898,17 @@ schemas: name: SshPublicKey description: Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. namespace: '' - go: - name: SSHPublicKey - description: SSHPublicKey - Contains information about SSH certificate public key and the path on the Linux VM where the public key is placed. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SshConfigurationPublicKeys description: The list of SSH public keys used to authenticate with linux based VMs. - go: - name: '[]*SSHPublicKey' - description: The list of SSH public keys used to authenticate with linux based VMs. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: publicKeys - language: &ref_4435 + language: &ref_2533 default: name: publicKeys description: The list of SSH public keys used to authenticate with linux based VMs. - go: - name: PublicKeys - description: The list of SSH public keys used to authenticate with linux based VMs. - byValue: true protocol: {} serializationFormats: - json @@ -20002,82 +13920,45 @@ schemas: name: SshConfiguration description: SSH configuration for Linux based VMs running on Azure namespace: '' - go: - name: SSHConfiguration - description: SSHConfiguration - SSH configuration for Linux based VMs running on Azure - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: ssh - language: &ref_4434 + language: &ref_2532 default: name: ssh description: Specifies the ssh key configuration for a Linux OS. - go: - name: SSH - description: Specifies the ssh key configuration for a Linux OS. protocol: {} - schema: *ref_180 serializedName: provisionVMAgent - language: &ref_4367 + language: &ref_2465 default: name: provisionVMAgent description: >- Indicates whether virtual machine agent should be provisioned on the virtual machine.

    When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later. - go: - name: ProvisionVMAgent - description: >- - Indicates whether virtual machine agent should be provisioned on the virtual machine. - - - When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM - later. protocol: {} - - schema: &ref_680 + - schema: &ref_679 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_195 serializedName: patchMode - language: &ref_4375 + language: &ref_2473 default: name: patchMode description: >- Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.

    Possible values are:

    **ImageDefault** - The virtual machine's default patching configuration is used.

    **AutomaticByPlatform** - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true - go: - name: PatchMode - description: |- - Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible. - - Possible values are: - - ImageDefault - The virtual machine's default patching configuration is used. - - AutomaticByPlatform - The virtual machine will be automatically updated by the platform. The property provisionVMAgent must be true protocol: {} - schema: *ref_196 serializedName: assessmentMode - language: &ref_4369 + language: &ref_2467 default: name: assessmentMode description: >- Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.

    Possible values are:

    **ImageDefault** - You control the timing of patch assessments on a virtual machine.

    **AutomaticByPlatform** - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. - go: - name: AssessmentMode - description: |- - Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine. - - Possible values are: - - ImageDefault - You control the timing of patch assessments on a virtual machine. - - AutomaticByPlatform - The platform will trigger periodic patch assessments. The property provisionVMAgent must be true. protocol: {} serializationFormats: - json @@ -20089,20 +13970,12 @@ schemas: name: LinuxPatchSettings description: Specifies settings related to VM Guest Patching on Linux. namespace: '' - go: - name: LinuxPatchSettings - description: LinuxPatchSettings - Specifies settings related to VM Guest Patching on Linux. - marshallingFormat: json - namespace: '' protocol: {} serializedName: patchSettings - language: &ref_4368 + language: &ref_2466 default: name: patchSettings description: '[Preview Feature] Specifies settings related to VM Guest Patching on Linux.' - go: - name: PatchSettings - description: '[Preview Feature] Specifies settings related to VM Guest Patching on Linux.' protocol: {} serializationFormats: - json @@ -20116,30 +13989,16 @@ schemas: Specifies the Linux operating system settings on the virtual machine.

    For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). namespace: '' - go: - name: LinuxConfiguration - description: |- - LinuxConfiguration - Specifies the Linux operating system settings on the virtual machine. - - For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions [https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros]. - marshallingFormat: json - namespace: '' protocol: {} serializedName: linuxConfiguration - language: &ref_4366 + language: &ref_2464 default: name: linuxConfiguration description: >- Specifies the Linux operating system settings on the virtual machine.

    For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). - go: - name: LinuxConfiguration - description: |- - Specifies the Linux operating system settings on the virtual machine. - - For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions [https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros]. protocol: {} - - schema: &ref_1165 + - schema: &ref_1164 type: array apiVersions: - version: '2021-03-01' @@ -20156,15 +14015,12 @@ schemas: default: name: sourceVault description: The relative URL of the Key Vault containing all of the certificates in VaultCertificates. - go: - name: SourceVault - description: The relative URL of the Key Vault containing all of the certificates in VaultCertificates. protocol: {} - - schema: &ref_1164 + - schema: &ref_1163 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_681 + elementType: &ref_680 type: object apiVersions: - version: '2021-03-01' @@ -20178,24 +14034,6 @@ schemas: This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see [Add a key or secret to the key vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add). In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8:

    {
    "data":"",
    "dataType":"pfx",
    "password":""
    } - go: - name: CertificateURL - description: >- - This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault - - [https://docs.microsoft.com/azure/key-vault/key-vault-get-started/#add]. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is - encoded in UTF-8: - - - { - - "data":"", - - "dataType":"pfx", - - "password":"" - - } protocol: {} - schema: *ref_198 serializedName: certificateStore @@ -20206,17 +14044,6 @@ schemas: For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account.

    For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt for the X509 certificate file and <UppercaseThumbprint>.prv for private key. Both of these files are .pem formatted. - go: - name: CertificateStore - description: >- - For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine - account. - - - For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name .crt for the X509 certificate file and - .prv for private - - key. Both of these files are .pem formatted. protocol: {} serializationFormats: - json @@ -20228,31 +14055,17 @@ schemas: name: VaultCertificate description: Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM. namespace: '' - go: - name: VaultCertificate - description: VaultCertificate - Describes a single certificate reference in a Key Vault, and where the certificate should reside on the VM. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VaultSecretGroupVaultCertificates description: The list of key vault references in SourceVault which contain certificates. - go: - name: '[]*VaultCertificate' - description: The list of key vault references in SourceVault which contain certificates. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: vaultCertificates language: default: name: vaultCertificates description: The list of key vault references in SourceVault which contain certificates. - go: - name: VaultCertificates - description: The list of key vault references in SourceVault which contain certificates. - byValue: true protocol: {} serializationFormats: - json @@ -20264,59 +14077,33 @@ schemas: name: VaultSecretGroup description: Describes a set of certificates which are all in the same Key Vault. namespace: '' - go: - name: VaultSecretGroup - description: VaultSecretGroup - Describes a set of certificates which are all in the same Key Vault. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: OSProfileSecrets description: Specifies set of certificates that should be installed onto the virtual machine. - go: - name: '[]*VaultSecretGroup' - description: Specifies set of certificates that should be installed onto the virtual machine. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: secrets - language: &ref_4348 + language: &ref_2446 default: name: secrets description: Specifies set of certificates that should be installed onto the virtual machine. - go: - name: Secrets - description: Specifies set of certificates that should be installed onto the virtual machine. - byValue: true protocol: {} - schema: *ref_199 serializedName: allowExtensionOperations - language: &ref_4349 + language: &ref_2447 default: name: allowExtensionOperations description: Specifies whether extension operations should be allowed on the virtual machine.

    This may only be set to False when no extensions are present on the virtual machine. - go: - name: AllowExtensionOperations - description: |- - Specifies whether extension operations should be allowed on the virtual machine. - - This may only be set to False when no extensions are present on the virtual machine. protocol: {} - schema: *ref_200 serializedName: requireGuestProvisionSignal - language: &ref_4876 + language: &ref_2974 default: name: requireGuestProvisionSignal description: >- Specifies whether the guest provision signal is required to infer provision success of the virtual machine. **Note: This property is for private testing only, and all customers must not set the property to false.** - go: - name: RequireGuestProvisionSignal - description: |- - Specifies whether the guest provision signal is required to infer provision success of the virtual machine. Note: This property is for private testing only, and all customers must not set the property - to false. protocol: {} serializationFormats: - json @@ -20328,28 +14115,19 @@ schemas: name: OSProfile description: Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. namespace: '' - go: - name: OSProfile - description: OSProfile - Specifies the operating system settings for the virtual machine. Some of the settings cannot be changed once VM is provisioned. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osProfile - language: &ref_4342 + language: &ref_2440 default: name: osProfile description: Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned. - go: - name: OSProfile - description: Specifies the operating system settings used while creating the virtual machine. Some of the settings cannot be changed once VM is provisioned. protocol: {} - schema: &ref_393 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1166 + - schema: &ref_1165 type: array apiVersions: - version: '2021-03-01' @@ -20358,37 +14136,25 @@ schemas: default: name: NetworkProfileNetworkInterfaces description: Specifies the list of resource Ids for the network interfaces associated with the virtual machine. - go: - name: '[]*NetworkInterfaceReference' - description: Specifies the list of resource Ids for the network interfaces associated with the virtual machine. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaces - language: &ref_4351 + language: &ref_2449 default: name: networkInterfaces description: Specifies the list of resource Ids for the network interfaces associated with the virtual machine. - go: - name: NetworkInterfaces - description: Specifies the list of resource Ids for the network interfaces associated with the virtual machine. - byValue: true protocol: {} - schema: *ref_201 serializedName: networkApiVersion - language: &ref_4386 + language: &ref_2484 default: name: networkApiVersion description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations - go: - name: NetworkAPIVersion - description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations protocol: {} - - schema: &ref_1173 + - schema: &ref_1172 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_683 + elementType: &ref_682 type: object apiVersions: - version: '2021-03-01' @@ -20396,15 +14162,12 @@ schemas: - schema: *ref_202 required: true serializedName: name - language: &ref_4388 + language: &ref_2486 default: name: name description: The network interface configuration name. - go: - name: Name - description: REQUIRED; The network interface configuration name. protocol: {} - - schema: &ref_684 + - schema: &ref_683 type: object apiVersions: - version: '2021-03-01' @@ -20412,24 +14175,18 @@ schemas: - schema: *ref_46 required: false serializedName: primary - language: &ref_4390 + language: &ref_2488 default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - schema: *ref_47 required: false serializedName: deleteOption - language: &ref_4391 + language: &ref_2489 default: name: deleteOption description: Specify what happens to the network interface when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the network interface when the VM is deleted protocol: {} - schema: *ref_59 required: false @@ -20438,9 +14195,6 @@ schemas: default: name: enableAcceleratedNetworking description: Specifies whether the network interface is accelerated networking-enabled. - go: - name: EnableAcceleratedNetworking - description: Specifies whether the network interface is accelerated networking-enabled. protocol: {} - schema: *ref_60 required: false @@ -20449,9 +14203,6 @@ schemas: default: name: enableFpga description: Specifies whether the network interface is FPGA networking-enabled. - go: - name: EnableFpga - description: Specifies whether the network interface is FPGA networking-enabled. protocol: {} - schema: *ref_63 required: false @@ -20460,9 +14211,6 @@ schemas: default: name: enableIPForwarding description: Whether IP forwarding enabled on this NIC. - go: - name: EnableIPForwarding - description: Whether IP forwarding enabled on this NIC. protocol: {} - schema: *ref_22 required: false @@ -20473,16 +14221,13 @@ schemas: default: name: networkSecurityGroup description: The network security group. - go: - name: NetworkSecurityGroup - description: The network security group. protocol: {} - - schema: &ref_685 + - schema: &ref_684 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1167 + - schema: &ref_1166 type: array apiVersions: - version: '2021-03-01' @@ -20491,21 +14236,12 @@ schemas: default: name: VirtualMachineNetworkInterfaceDnsSettingsConfigurationDnsServers description: List of DNS servers IP addresses - go: - name: '[]*string' - description: List of DNS servers IP addresses - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dnsServers language: default: name: dnsServers description: List of DNS servers IP addresses - go: - name: DNSServers - description: List of DNS servers IP addresses - byValue: true protocol: {} serializationFormats: - json @@ -20517,12 +14253,6 @@ schemas: name: VirtualMachineNetworkInterfaceDnsSettingsConfiguration description: Describes a virtual machines network configuration's DNS settings. namespace: '' - go: - name: VirtualMachineNetworkInterfaceDNSSettingsConfiguration - description: VirtualMachineNetworkInterfaceDNSSettingsConfiguration - Describes a virtual machines network configuration's DNS settings. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: dnsSettings @@ -20530,15 +14260,12 @@ schemas: default: name: dnsSettings description: The dns settings to be applied on the network interfaces. - go: - name: DNSSettings - description: The dns settings to be applied on the network interfaces. protocol: {} - - schema: &ref_1172 + - schema: &ref_1171 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_686 + elementType: &ref_685 type: object apiVersions: - version: '2021-03-01' @@ -20546,15 +14273,12 @@ schemas: - schema: *ref_204 required: true serializedName: name - language: &ref_4393 + language: &ref_2491 default: name: name description: The IP configuration name. - go: - name: Name - description: REQUIRED; The IP configuration name. protocol: {} - - schema: &ref_687 + - schema: &ref_686 type: object apiVersions: - version: '2021-03-01' @@ -20567,21 +14291,15 @@ schemas: default: name: subnet description: Specifies the identifier of the subnet. - go: - name: Subnet - description: Specifies the identifier of the subnet. protocol: {} - schema: *ref_46 serializedName: primary - language: &ref_4395 + language: &ref_2493 default: name: primary description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. - go: - name: Primary - description: Specifies the primary network interface in case the virtual machine has more than 1 network interface. protocol: {} - - schema: &ref_688 + - schema: &ref_687 type: object apiVersions: - version: '2021-03-01' @@ -20589,15 +14307,12 @@ schemas: - schema: *ref_205 required: true serializedName: name - language: &ref_4397 + language: &ref_2495 default: name: name description: The publicIP address configuration name. - go: - name: Name - description: REQUIRED; The publicIP address configuration name. protocol: {} - - schema: &ref_689 + - schema: &ref_688 type: object apiVersions: - version: '2021-03-01' @@ -20608,21 +14323,15 @@ schemas: default: name: idleTimeoutInMinutes description: The idle timeout of the public IP address. - go: - name: IdleTimeoutInMinutes - description: The idle timeout of the public IP address. protocol: {} - schema: *ref_47 serializedName: deleteOption - language: &ref_4399 + language: &ref_2497 default: name: deleteOption description: Specify what happens to the public IP address when the VM is deleted - go: - name: DeleteOption - description: Specify what happens to the public IP address when the VM is deleted protocol: {} - - schema: &ref_690 + - schema: &ref_689 type: object apiVersions: - version: '2021-03-01' @@ -20636,11 +14345,6 @@ schemas: description: >- The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID. - go: - name: DomainNameLabel - description: >- - REQUIRED; The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain - name label and vm network profile unique ID. protocol: {} serializationFormats: - json @@ -20652,26 +14356,18 @@ schemas: name: VirtualMachinePublicIPAddressDnsSettingsConfiguration description: Describes a virtual machines network configuration's DNS settings. namespace: '' - go: - name: VirtualMachinePublicIPAddressDNSSettingsConfiguration - description: VirtualMachinePublicIPAddressDNSSettingsConfiguration - Describes a virtual machines network configuration's DNS settings. - marshallingFormat: json - namespace: '' protocol: {} serializedName: dnsSettings language: default: name: dnsSettings description: The dns settings to be applied on the publicIP addresses . - go: - name: DNSSettings - description: The dns settings to be applied on the publicIP addresses . protocol: {} - - schema: &ref_1168 + - schema: &ref_1167 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_691 + elementType: &ref_690 type: object apiVersions: - version: '2021-03-01' @@ -20682,9 +14378,6 @@ schemas: default: name: ipTagType description: 'IP tag type. Example: FirstPartyUsage.' - go: - name: IPTagType - description: 'IP tag type. Example: FirstPartyUsage.' protocol: {} - schema: *ref_209 serializedName: tag @@ -20692,9 +14385,6 @@ schemas: default: name: tag description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' - go: - name: Tag - description: 'IP tag associated with the public IP. Example: SQL, Storage etc.' protocol: {} serializationFormats: - json @@ -20706,31 +14396,17 @@ schemas: name: VirtualMachineIpTag description: Contains the IP tag associated with the public IP address. namespace: '' - go: - name: VirtualMachineIPTag - description: VirtualMachineIPTag - Contains the IP tag associated with the public IP address. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachinePublicIPAddressConfigurationPropertiesIpTags description: The list of IP tags associated with the public IP address. - go: - name: '[]*VirtualMachineIPTag' - description: The list of IP tags associated with the public IP address. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: ipTags language: default: name: ipTags description: The list of IP tags associated with the public IP address. - go: - name: IPTags - description: The list of IP tags associated with the public IP address. - byValue: true protocol: {} - schema: *ref_22 serializedName: publicIPPrefix @@ -20740,9 +14416,6 @@ schemas: default: name: publicIPPrefix description: The PublicIPPrefix from which to allocate publicIP addresses. - go: - name: PublicIPPrefix - description: The PublicIPPrefix from which to allocate publicIP addresses. protocol: {} - schema: *ref_210 serializedName: publicIPAddressVersion @@ -20752,21 +14425,13 @@ schemas: description: >- Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PublicIPAddressVersion - description: >- - Available from Api-Version 2019-07-01 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values - are: 'IPv4' and 'IPv6'. protocol: {} - schema: *ref_211 serializedName: publicIPAllocationMethod - language: &ref_4400 + language: &ref_2498 default: name: publicIPAllocationMethod description: Specify the public IP allocation type - go: - name: PublicIPAllocationMethod - description: Specify the public IP allocation type protocol: {} serializationFormats: - json @@ -20778,35 +14443,23 @@ schemas: name: VirtualMachinePublicIPAddressConfigurationProperties description: Describes a virtual machines IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachinePublicIPAddressConfigurationProperties - description: VirtualMachinePublicIPAddressConfigurationProperties - Describes a virtual machines IP Configuration's PublicIPAddress configuration - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4398 + language: &ref_2496 default: name: properties description: Describes a virtual machines IP Configuration's PublicIPAddress configuration - go: - name: Properties - description: Describes a virtual machines IP Configuration's PublicIPAddress configuration protocol: {} - schema: *ref_212 required: false serializedName: sku - language: &ref_4401 + language: &ref_2499 default: name: sku description: Describes the public IP Sku - go: - name: SKU - description: Describes the public IP Sku protocol: {} serializationFormats: - json @@ -20818,20 +14471,12 @@ schemas: name: VirtualMachinePublicIPAddressConfiguration description: Describes a virtual machines IP Configuration's PublicIPAddress configuration namespace: '' - go: - name: VirtualMachinePublicIPAddressConfiguration - description: VirtualMachinePublicIPAddressConfiguration - Describes a virtual machines IP Configuration's PublicIPAddress configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: publicIPAddressConfiguration - language: &ref_4396 + language: &ref_2494 default: name: publicIPAddressConfiguration description: The publicIPAddressConfiguration. - go: - name: PublicIPAddressConfiguration - description: The publicIPAddressConfiguration. protocol: {} - schema: *ref_210 serializedName: privateIPAddressVersion @@ -20841,13 +14486,8 @@ schemas: description: >- Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'. - go: - name: PrivateIPAddressVersion - description: >- - Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and - 'IPv6'. protocol: {} - - schema: &ref_1169 + - schema: &ref_1168 type: array apiVersions: - version: '2021-03-01' @@ -20856,23 +14496,14 @@ schemas: default: name: VirtualMachineNetworkInterfaceIPConfigurationPropertiesApplicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: '[]*SubResource' - description: Specifies an array of references to application security group. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationSecurityGroups language: default: name: applicationSecurityGroups description: Specifies an array of references to application security group. - go: - name: ApplicationSecurityGroups - description: Specifies an array of references to application security group. - byValue: true protocol: {} - - schema: &ref_1170 + - schema: &ref_1169 type: array apiVersions: - version: '2021-03-01' @@ -20883,13 +14514,6 @@ schemas: description: >- Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. - Multiple virtual machines cannot use the same application gateway. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationGatewayBackendAddressPools language: @@ -20898,16 +14522,8 @@ schemas: description: >- Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. Multiple virtual machines cannot use the same application gateway. - go: - name: ApplicationGatewayBackendAddressPools - description: >- - Specifies an array of references to backend address pools of application gateways. A virtual machine can reference backend address pools of multiple application gateways. - Multiple virtual machines - - cannot use the same application gateway. - byValue: true protocol: {} - - schema: &ref_1171 + - schema: &ref_1170 type: array apiVersions: - version: '2021-03-01' @@ -20918,13 +14534,6 @@ schemas: description: >- Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer]. - go: - name: '[]*SubResource' - description: >- - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load - balancer. [Multiple virtual machines cannot use the same basic sku load balancer]. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerBackendAddressPools language: @@ -20933,14 +14542,6 @@ schemas: description: >- Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load balancer. [Multiple virtual machines cannot use the same basic sku load balancer]. - go: - name: LoadBalancerBackendAddressPools - description: >- - Specifies an array of references to backend address pools of load balancers. A virtual machine can reference backend address pools of one public and one internal load - balancer. [Multiple virtual - - machines cannot use the same basic sku load balancer]. - byValue: true protocol: {} serializationFormats: - json @@ -20952,24 +14553,15 @@ schemas: name: VirtualMachineNetworkInterfaceIPConfigurationProperties description: Describes a virtual machine network interface IP configuration properties. namespace: '' - go: - name: VirtualMachineNetworkInterfaceIPConfigurationProperties - description: VirtualMachineNetworkInterfaceIPConfigurationProperties - Describes a virtual machine network interface IP configuration properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4394 + language: &ref_2492 default: name: properties description: Describes a virtual machine network interface IP configuration properties. - go: - name: Properties - description: Describes a virtual machine network interface IP configuration properties. protocol: {} serializationFormats: - json @@ -20981,32 +14573,18 @@ schemas: name: VirtualMachineNetworkInterfaceIPConfiguration description: Describes a virtual machine network profile's IP configuration. namespace: '' - go: - name: VirtualMachineNetworkInterfaceIPConfiguration - description: VirtualMachineNetworkInterfaceIPConfiguration - Describes a virtual machine network profile's IP configuration. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineNetworkInterfaceConfigurationPropertiesIpConfigurations description: Specifies the IP configurations of the network interface. - go: - name: '[]*VirtualMachineNetworkInterfaceIPConfiguration' - description: Specifies the IP configurations of the network interface. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: ipConfigurations - language: &ref_4392 + language: &ref_2490 default: name: ipConfigurations description: Specifies the IP configurations of the network interface. - go: - name: IPConfigurations - description: REQUIRED; Specifies the IP configurations of the network interface. - byValue: true protocol: {} - schema: *ref_22 required: false @@ -21017,9 +14595,6 @@ schemas: default: name: dscpConfiguration description: '' - go: - name: DscpConfiguration - description: '' protocol: {} serializationFormats: - json @@ -21031,24 +14606,15 @@ schemas: name: VirtualMachineNetworkInterfaceConfigurationProperties description: Describes a virtual machine network profile's IP configuration. namespace: '' - go: - name: VirtualMachineNetworkInterfaceConfigurationProperties - description: VirtualMachineNetworkInterfaceConfigurationProperties - Describes a virtual machine network profile's IP configuration. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4389 + language: &ref_2487 default: name: properties description: Describes a virtual machine network profile's IP configuration. - go: - name: Properties - description: Describes a virtual machine network profile's IP configuration. protocol: {} serializationFormats: - json @@ -21060,31 +14626,17 @@ schemas: name: VirtualMachineNetworkInterfaceConfiguration description: Describes a virtual machine network interface configurations. namespace: '' - go: - name: VirtualMachineNetworkInterfaceConfiguration - description: VirtualMachineNetworkInterfaceConfiguration - Describes a virtual machine network interface configurations. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: NetworkProfileNetworkInterfaceConfigurations description: Specifies the networking configurations that will be used to create the virtual machine networking resources. - go: - name: '[]*VirtualMachineNetworkInterfaceConfiguration' - description: Specifies the networking configurations that will be used to create the virtual machine networking resources. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaceConfigurations - language: &ref_4387 + language: &ref_2485 default: name: networkInterfaceConfigurations description: Specifies the networking configurations that will be used to create the virtual machine networking resources. - go: - name: NetworkInterfaceConfigurations - description: Specifies the networking configurations that will be used to create the virtual machine networking resources. - byValue: true protocol: {} serializationFormats: - json @@ -21096,57 +14648,36 @@ schemas: name: NetworkProfile description: Specifies the network interfaces or the networking configuration of the virtual machine. namespace: '' - go: - name: NetworkProfile - description: NetworkProfile - Specifies the network interfaces or the networking configuration of the virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile - language: &ref_4350 + language: &ref_2448 default: name: networkProfile description: Specifies the network interfaces of the virtual machine. - go: - name: NetworkProfile - description: Specifies the network interfaces of the virtual machine. protocol: {} - schema: &ref_315 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_692 + - schema: &ref_691 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_213 serializedName: secureBootEnabled - language: &ref_4378 + language: &ref_2476 default: name: secureBootEnabled description: 'Specifies whether secure boot should be enabled on the virtual machine.

    Minimum api-version: 2020-12-01' - go: - name: SecureBootEnabled - description: |- - Specifies whether secure boot should be enabled on the virtual machine. - - Minimum api-version: 2020-12-01 protocol: {} - schema: *ref_214 serializedName: vTpmEnabled - language: &ref_4379 + language: &ref_2477 default: name: vTpmEnabled description: 'Specifies whether vTPM should be enabled on the virtual machine.

    Minimum api-version: 2020-12-01' - go: - name: VTpmEnabled - description: |- - Specifies whether vTPM should be enabled on the virtual machine. - - Minimum api-version: 2020-12-01 protocol: {} serializationFormats: - json @@ -21158,55 +14689,28 @@ schemas: name: UefiSettings description: 'Specifies the security settings like secure boot and vTPM used while creating the virtual machine.

    Minimum api-version: 2020-12-01' namespace: '' - go: - name: UefiSettings - description: |- - UefiSettings - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. - - Minimum api-version: 2020-12-01 - marshallingFormat: json - namespace: '' protocol: {} serializedName: uefiSettings - language: &ref_4377 + language: &ref_2475 default: name: uefiSettings description: 'Specifies the security settings like secure boot and vTPM used while creating the virtual machine.

    Minimum api-version: 2020-12-01' - go: - name: UefiSettings - description: |- - Specifies the security settings like secure boot and vTPM used while creating the virtual machine. - - Minimum api-version: 2020-12-01 protocol: {} - schema: *ref_215 serializedName: encryptionAtHost - language: &ref_4424 + language: &ref_2522 default: name: encryptionAtHost description: >- This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks including Resource/Temp disk at host itself.

    Default: The Encryption at host will be disabled unless this property is set to true for the resource. - go: - name: EncryptionAtHost - description: |- - This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set. This will enable the encryption for all the disks - including Resource/Temp disk at host itself. - - Default: The Encryption at host will be disabled unless this property is set to true for the resource. protocol: {} - schema: *ref_216 serializedName: securityType - language: &ref_4380 + language: &ref_2478 default: name: securityType description: 'Specifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings.

    Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch.' - go: - name: SecurityType - description: |- - Specifies the SecurityType of the virtual machine. It is set as TrustedLaunch to enable UefiSettings. - - Default: UefiSettings will not be enabled unless this property is set as TrustedLaunch. protocol: {} serializationFormats: - json @@ -21218,53 +14722,36 @@ schemas: name: SecurityProfile description: Specifies the Security profile settings for the virtual machine or virtual machine scale set. namespace: '' - go: - name: SecurityProfile - description: SecurityProfile - Specifies the Security profile settings for the virtual machine or virtual machine scale set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: securityProfile - language: &ref_4376 + language: &ref_2474 default: name: securityProfile description: Specifies the Security related profile settings for the virtual machine. - go: - name: SecurityProfile - description: Specifies the Security related profile settings for the virtual machine. protocol: {} - schema: &ref_316 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_693 + - schema: &ref_692 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_217 serializedName: enabled - language: &ref_4383 + language: &ref_2481 default: name: enabled description: Whether boot diagnostics should be enabled on the Virtual Machine. - go: - name: Enabled - description: Whether boot diagnostics should be enabled on the Virtual Machine. protocol: {} - schema: *ref_218 serializedName: storageUri - language: &ref_4384 + language: &ref_2482 default: name: storageUri description: Uri of the storage account to use for placing the console output and screenshot.

    If storageUri is not specified while enabling boot diagnostics, managed storage will be used. - go: - name: StorageURI - description: |- - Uri of the storage account to use for placing the console output and screenshot. - - If storageUri is not specified while enabling boot diagnostics, managed storage will be used. protocol: {} serializationFormats: - json @@ -21278,32 +14765,14 @@ schemas: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

    You can easily view the output of your console log.

    Azure also enables you to see a screenshot of the VM from the hypervisor. namespace: '' - go: - name: BootDiagnostics - description: |- - BootDiagnostics - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. - - You can easily view the output of your console log. - - Azure also enables you to see a screenshot of the VM from the hypervisor. - marshallingFormat: json - namespace: '' protocol: {} serializedName: bootDiagnostics - language: &ref_4382 + language: &ref_2480 default: name: bootDiagnostics description: >- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

    You can easily view the output of your console log.

    Azure also enables you to see a screenshot of the VM from the hypervisor. - go: - name: BootDiagnostics - description: |- - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. - - You can easily view the output of your console log. - - Azure also enables you to see a screenshot of the VM from the hypervisor. protocol: {} serializationFormats: - json @@ -21315,32 +14784,18 @@ schemas: name: DiagnosticsProfile description: 'Specifies the boot diagnostic settings state.

    Minimum api-version: 2015-06-15.' namespace: '' - go: - name: DiagnosticsProfile - description: |- - DiagnosticsProfile - Specifies the boot diagnostic settings state. - - Minimum api-version: 2015-06-15. - marshallingFormat: json - namespace: '' protocol: {} serializedName: diagnosticsProfile - language: &ref_4381 + language: &ref_2479 default: name: diagnosticsProfile description: 'Specifies the boot diagnostic settings state.

    Minimum api-version: 2015-06-15.' - go: - name: DiagnosticsProfile - description: |- - Specifies the boot diagnostic settings state. - - Minimum api-version: 2015-06-15. protocol: {} - schema: *ref_22 serializedName: availabilitySet extensions: x-ms-azure-resource: true - language: &ref_4352 + language: &ref_2450 default: name: availabilitySet description: >- @@ -21349,54 +14804,27 @@ schemas: Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An existing VM cannot be added to an availability set.

    This property cannot exist along with a non-null properties.virtualMachineScaleSet reference. - go: - name: AvailabilitySet - description: |- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize - availability. For more information about availability sets, see Availability sets overview [https://docs.microsoft.com/azure/virtual-machines/availability-set-overview]. - - For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure [https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates] - - Currently, a VM can only be added to availability set at creation time. The availability set to which the VM is being added should be under the same resource group as the availability set resource. An - existing VM cannot be added to an availability set. - - This property cannot exist along with a non-null properties.virtualMachineScaleSet reference. protocol: {} - schema: *ref_22 serializedName: virtualMachineScaleSet extensions: x-ms-azure-resource: true - language: &ref_4416 + language: &ref_2514 default: name: virtualMachineScaleSet description: >- Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set.

    This property cannot exist along with a non-null properties.availabilitySet reference.

    Minimum api‐version: 2019‐03‐01 - go: - name: VirtualMachineScaleSet - description: |- - Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different - nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. - - This property cannot exist along with a non-null properties.availabilitySet reference. - - Minimum api‐version: 2019‐03‐01 protocol: {} - schema: *ref_22 serializedName: proximityPlacementGroup extensions: x-ms-azure-resource: true - language: &ref_4458 + language: &ref_2556 default: name: proximityPlacementGroup description: 'Specifies information about the proximity placement group that the virtual machine should be assigned to.

    Minimum api-version: 2018-04-01.' - go: - name: ProximityPlacementGroup - description: |- - Specifies information about the proximity placement group that the virtual machine should be assigned to. - - Minimum api-version: 2018-04-01. protocol: {} - schema: *ref_219 serializedName: priority @@ -21404,12 +14832,6 @@ schemas: default: name: priority description: 'Specifies the priority for the virtual machine.

    Minimum api-version: 2019-03-01' - go: - name: Priority - description: |- - Specifies the priority for the virtual machine. - - Minimum api-version: 2019-03-01 protocol: {} - schema: *ref_220 serializedName: evictionPolicy @@ -21419,14 +14841,6 @@ schemas: description: >- Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.

    For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01.

    For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. - go: - name: EvictionPolicy - description: |- - Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. - - For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. - - For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. protocol: {} - schema: &ref_319 type: object @@ -21444,25 +14858,6 @@ schemas: also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS.

    Possible values are:

    - Any decimal value greater than zero. Example: 0.01538

    -1 – indicates default price to be up-to on-demand.

    You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you.

    Minimum api-version: 2019-03-01. - go: - name: MaxPrice - description: |- - Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. - - This price will be compared with the current Azure Spot price for the VM size. Also, the prices are compared at the time of create/update of Azure Spot VM/VMSS and the operation will only succeed if - the maxPrice is greater than the current Azure Spot price. - - The maxPrice will also be used for evicting a Azure Spot VM/VMSS if the current Azure Spot price goes beyond the maxPrice after creation of VM/VMSS. - - Possible values are: - - - Any decimal value greater than zero. Example: 0.01538 - - -1 – indicates default price to be up-to on-demand. - - You can set the maxPrice to -1 to indicate that the Azure Spot VM/VMSS should not be evicted for price reasons. Also, the default max price is -1 if it is not provided by you. - - Minimum api-version: 2019-03-01. protocol: {} serializationFormats: - json @@ -21474,26 +14869,12 @@ schemas: name: BillingProfile description: 'Specifies the billing related details of a Azure Spot VM or VMSS.

    Minimum api-version: 2019-03-01.' namespace: '' - go: - name: BillingProfile - description: |- - BillingProfile - Specifies the billing related details of a Azure Spot VM or VMSS. - - Minimum api-version: 2019-03-01. - marshallingFormat: json - namespace: '' protocol: {} serializedName: billingProfile language: default: name: billingProfile description: 'Specifies the billing related details of a Azure Spot virtual machine.

    Minimum api-version: 2019-03-01.' - go: - name: BillingProfile - description: |- - Specifies the billing related details of a Azure Spot virtual machine. - - Minimum api-version: 2019-03-01. protocol: {} - schema: *ref_22 serializedName: host @@ -21503,105 +14884,70 @@ schemas: default: name: host description: 'Specifies information about the dedicated host that the virtual machine resides in.

    Minimum api-version: 2018-10-01.' - go: - name: Host - description: |- - Specifies information about the dedicated host that the virtual machine resides in. - - Minimum api-version: 2018-10-01. protocol: {} - schema: *ref_22 serializedName: hostGroup extensions: x-ms-azure-resource: true - language: &ref_4469 + language: &ref_2567 default: name: hostGroup description: 'Specifies information about the dedicated host group that the virtual machine resides in.

    Minimum api-version: 2020-06-01.

    NOTE: User cannot specify both host and hostGroup properties.' - go: - name: HostGroup - description: |- - Specifies information about the dedicated host group that the virtual machine resides in. - - Minimum api-version: 2020-06-01. - - NOTE: User cannot specify both host and hostGroup properties. protocol: {} - schema: *ref_222 readOnly: true serializedName: provisioningState - language: &ref_4353 + language: &ref_2451 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_694 + - schema: &ref_693 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_223 serializedName: platformUpdateDomain - language: &ref_4475 + language: &ref_2573 default: name: platformUpdateDomain description: Specifies the update domain of the virtual machine. - go: - name: PlatformUpdateDomain - description: Specifies the update domain of the virtual machine. protocol: {} - schema: *ref_224 serializedName: platformFaultDomain - language: &ref_4476 + language: &ref_2574 default: name: platformFaultDomain description: Specifies the fault domain of the virtual machine. - go: - name: PlatformFaultDomain - description: Specifies the fault domain of the virtual machine. protocol: {} - schema: *ref_225 serializedName: computerName - language: &ref_4477 + language: &ref_2575 default: name: computerName description: The computer name assigned to the virtual machine. - go: - name: ComputerName - description: The computer name assigned to the virtual machine. protocol: {} - schema: *ref_226 serializedName: osName - language: &ref_4478 + language: &ref_2576 default: name: osName description: The Operating System running on the virtual machine. - go: - name: OSName - description: The Operating System running on the virtual machine. protocol: {} - schema: *ref_227 serializedName: osVersion - language: &ref_4479 + language: &ref_2577 default: name: osVersion description: The version of Operating System running on the virtual machine. - go: - name: OSVersion - description: The version of Operating System running on the virtual machine. protocol: {} - schema: *ref_228 serializedName: hyperVGeneration - language: &ref_4480 + language: &ref_2578 default: name: hyperVGeneration description: Specifies the HyperVGeneration Type associated with a resource - go: - name: HyperVGeneration - description: Specifies the HyperVGeneration Type associated with a resource protocol: {} - schema: *ref_229 serializedName: rdpThumbPrint @@ -21609,9 +14955,6 @@ schemas: default: name: rdpThumbPrint description: The Remote desktop certificate thumbprint. - go: - name: RdpThumbPrint - description: The Remote desktop certificate thumbprint. protocol: {} - schema: &ref_385 type: object @@ -21620,52 +14963,40 @@ schemas: properties: - schema: *ref_230 serializedName: vmAgentVersion - language: &ref_4482 + language: &ref_2580 default: name: vmAgentVersion description: The VM Agent full version. - go: - name: VMAgentVersion - description: The VM Agent full version. protocol: {} - - schema: &ref_1174 + - schema: &ref_1173 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_695 + elementType: &ref_694 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_231 serializedName: type - language: &ref_4484 + language: &ref_2582 default: name: type description: Specifies the type of the extension; an example is "CustomScriptExtension". - go: - name: Type - description: Specifies the type of the extension; an example is "CustomScriptExtension". protocol: {} - schema: *ref_232 serializedName: typeHandlerVersion - language: &ref_4485 + language: &ref_2583 default: name: typeHandlerVersion description: Specifies the version of the script handler. - go: - name: TypeHandlerVersion - description: Specifies the version of the script handler. protocol: {} - schema: *ref_89 serializedName: status - language: &ref_4486 + language: &ref_2584 default: name: status description: The extension handler status. - go: - name: Status - description: The extension handler status. protocol: {} serializationFormats: - json @@ -21677,33 +15008,19 @@ schemas: name: VirtualMachineExtensionHandlerInstanceView description: The instance view of a virtual machine extension handler. namespace: '' - go: - name: VirtualMachineExtensionHandlerInstanceView - description: VirtualMachineExtensionHandlerInstanceView - The instance view of a virtual machine extension handler. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineAgentInstanceViewExtensionHandlers description: The virtual machine extension handler instance view. - go: - name: '[]*VirtualMachineExtensionHandlerInstanceView' - description: The virtual machine extension handler instance view. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensionHandlers - language: &ref_4483 + language: &ref_2581 default: name: extensionHandlers description: The virtual machine extension handler instance view. - go: - name: ExtensionHandlers - description: The virtual machine extension handler instance view. - byValue: true protocol: {} - - schema: &ref_1175 + - schema: &ref_1174 type: array apiVersions: - version: '2021-03-01' @@ -21712,21 +15029,12 @@ schemas: default: name: VirtualMachineAgentInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses - language: &ref_4487 + language: &ref_2585 default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -21738,21 +15046,12 @@ schemas: name: VirtualMachineAgentInstanceView description: The instance view of the VM Agent running on the virtual machine. namespace: '' - go: - name: VirtualMachineAgentInstanceView - description: VirtualMachineAgentInstanceView - The instance view of the VM Agent running on the virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: vmAgent - language: &ref_4481 + language: &ref_2579 default: name: vmAgent description: The VM Agent running on the virtual machine. - go: - name: VMAgent - description: The VM Agent running on the virtual machine. protocol: {} - schema: &ref_386 type: object @@ -21765,9 +15064,6 @@ schemas: default: name: isCustomerInitiatedMaintenanceAllowed description: True, if customer is allowed to perform Maintenance. - go: - name: IsCustomerInitiatedMaintenanceAllowed - description: True, if customer is allowed to perform Maintenance. protocol: {} - schema: *ref_234 serializedName: preMaintenanceWindowStartTime @@ -21775,9 +15071,6 @@ schemas: default: name: preMaintenanceWindowStartTime description: Start Time for the Pre Maintenance Window. - go: - name: PreMaintenanceWindowStartTime - description: Start Time for the Pre Maintenance Window. protocol: {} - schema: *ref_235 serializedName: preMaintenanceWindowEndTime @@ -21785,9 +15078,6 @@ schemas: default: name: preMaintenanceWindowEndTime description: End Time for the Pre Maintenance Window. - go: - name: PreMaintenanceWindowEndTime - description: End Time for the Pre Maintenance Window. protocol: {} - schema: *ref_236 serializedName: maintenanceWindowStartTime @@ -21795,9 +15085,6 @@ schemas: default: name: maintenanceWindowStartTime description: Start Time for the Maintenance Window. - go: - name: MaintenanceWindowStartTime - description: Start Time for the Maintenance Window. protocol: {} - schema: *ref_237 serializedName: maintenanceWindowEndTime @@ -21805,9 +15092,6 @@ schemas: default: name: maintenanceWindowEndTime description: End Time for the Maintenance Window. - go: - name: MaintenanceWindowEndTime - description: End Time for the Maintenance Window. protocol: {} - schema: *ref_238 serializedName: lastOperationResultCode @@ -21815,9 +15099,6 @@ schemas: default: name: lastOperationResultCode description: The Last Maintenance Operation Result Code. - go: - name: LastOperationResultCode - description: The Last Maintenance Operation Result Code. protocol: {} - schema: *ref_239 serializedName: lastOperationMessage @@ -21825,9 +15106,6 @@ schemas: default: name: lastOperationMessage description: Message returned for the last Maintenance Operation. - go: - name: LastOperationMessage - description: Message returned for the last Maintenance Operation. protocol: {} serializationFormats: - json @@ -21839,23 +15117,14 @@ schemas: name: MaintenanceRedeployStatus description: Maintenance Operation Status. namespace: '' - go: - name: MaintenanceRedeployStatus - description: MaintenanceRedeployStatus - Maintenance Operation Status. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: maintenanceRedeployStatus language: default: name: maintenanceRedeployStatus description: The Maintenance Operation status on the virtual machine. - go: - name: MaintenanceRedeployStatus - description: The Maintenance Operation status on the virtual machine. protocol: {} - - schema: &ref_1178 + - schema: &ref_1177 type: array apiVersions: - version: '2021-03-01' @@ -21866,15 +15135,12 @@ schemas: properties: - schema: *ref_240 serializedName: name - language: &ref_4491 + language: &ref_2589 default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - - schema: &ref_1176 + - schema: &ref_1175 type: array apiVersions: - version: '2021-03-01' @@ -21883,26 +15149,14 @@ schemas: default: name: DiskInstanceViewEncryptionSettings description: 'Specifies the encryption settings for the OS Disk.

    Minimum api-version: 2015-06-15' - go: - name: '[]*DiskEncryptionSettings' - description: 'Specifies the encryption settings for the OS Disk.

    Minimum api-version: 2015-06-15' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: encryptionSettings - language: &ref_5039 + language: &ref_3137 default: name: encryptionSettings description: 'Specifies the encryption settings for the OS Disk.

    Minimum api-version: 2015-06-15' - go: - name: EncryptionSettings - description: |- - Specifies the encryption settings for the OS Disk. - - Minimum api-version: 2015-06-15 - byValue: true protocol: {} - - schema: &ref_1177 + - schema: &ref_1176 type: array apiVersions: - version: '2021-03-01' @@ -21911,21 +15165,12 @@ schemas: default: name: DiskInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses - language: &ref_4492 + language: &ref_2590 default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -21937,34 +15182,19 @@ schemas: name: DiskInstanceView description: The instance view of the disk. namespace: '' - go: - name: DiskInstanceView - description: DiskInstanceView - The instance view of the disk. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineInstanceViewDisks description: The virtual machine disk information. - go: - name: '[]*DiskInstanceView' - description: The virtual machine disk information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: disks - language: &ref_4490 + language: &ref_2588 default: name: disks description: The virtual machine disk information. - go: - name: Disks - description: The virtual machine disk information. - byValue: true protocol: {} - - schema: &ref_1179 + - schema: &ref_1178 type: array apiVersions: - version: '2021-03-01' @@ -21973,21 +15203,12 @@ schemas: default: name: VirtualMachineInstanceViewExtensions description: The extensions information. - go: - name: '[]*VirtualMachineExtensionInstanceView' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensions - language: &ref_4493 + language: &ref_2591 default: name: extensions description: The extensions information. - go: - name: Extensions - description: The extensions information. - byValue: true protocol: {} - schema: &ref_388 type: object @@ -22001,9 +15222,6 @@ schemas: default: name: status description: The health status information for the VM. - go: - name: Status - description: READ-ONLY; The health status information for the VM. protocol: {} serializationFormats: - json @@ -22015,11 +15233,6 @@ schemas: name: VirtualMachineHealthStatus description: The health status of the VM. namespace: '' - go: - name: VirtualMachineHealthStatus - description: VirtualMachineHealthStatus - The health status of the VM. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: vmHealth @@ -22027,9 +15240,6 @@ schemas: default: name: vmHealth description: The health status for the VM. - go: - name: VMHealth - description: READ-ONLY; The health status for the VM. protocol: {} - schema: &ref_389 type: object @@ -22039,30 +15249,18 @@ schemas: - schema: *ref_243 readOnly: true serializedName: consoleScreenshotBlobUri - language: &ref_4499 + language: &ref_2597 default: name: consoleScreenshotBlobUri description: 'The console screenshot blob URI.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' - go: - name: ConsoleScreenshotBlobURI - description: |- - READ-ONLY; The console screenshot blob URI. - - NOTE: This will not be set if boot diagnostics is currently enabled with managed storage. protocol: {} - schema: *ref_244 readOnly: true serializedName: serialConsoleLogBlobUri - language: &ref_4500 + language: &ref_2598 default: name: serialConsoleLogBlobUri description: 'The serial console log blob Uri.

    NOTE: This will **not** be set if boot diagnostics is currently enabled with managed storage.' - go: - name: SerialConsoleLogBlobURI - description: |- - READ-ONLY; The serial console log blob Uri. - - NOTE: This will not be set if boot diagnostics is currently enabled with managed storage. protocol: {} - schema: *ref_89 readOnly: true @@ -22071,12 +15269,6 @@ schemas: default: name: status description: 'The boot diagnostics status information for the VM.

    NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.' - go: - name: Status - description: |- - READ-ONLY; The boot diagnostics status information for the VM. - - NOTE: It will be set only if there are errors encountered in enabling boot diagnostics. protocol: {} serializationFormats: - json @@ -22088,49 +15280,26 @@ schemas: name: BootDiagnosticsInstanceView description: The instance view of a virtual machine boot diagnostics. namespace: '' - go: - name: BootDiagnosticsInstanceView - description: BootDiagnosticsInstanceView - The instance view of a virtual machine boot diagnostics. - marshallingFormat: json - namespace: '' protocol: {} serializedName: bootDiagnostics - language: &ref_4498 + language: &ref_2596 default: name: bootDiagnostics description: >- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

    You can easily view the output of your console log.

    Azure also enables you to see a screenshot of the VM from the hypervisor. - go: - name: BootDiagnostics - description: |- - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. - - You can easily view the output of your console log. - - Azure also enables you to see a screenshot of the VM from the hypervisor. protocol: {} - schema: *ref_245 readOnly: true serializedName: assignedHost - language: &ref_4526 + language: &ref_2624 default: name: assignedHost description: >- Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum api-version: 2020-06-01. - go: - name: AssignedHost - description: >- - READ-ONLY; Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has - automatic - - placement enabled. - - - Minimum api-version: 2020-06-01. protocol: {} - - schema: &ref_1180 + - schema: &ref_1179 type: array apiVersions: - version: '2021-03-01' @@ -22139,28 +15308,19 @@ schemas: default: name: VirtualMachineInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses - language: &ref_4501 + language: &ref_2599 default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} - - schema: &ref_696 + - schema: &ref_695 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_697 + - schema: &ref_696 type: object apiVersions: - version: '2021-03-01' @@ -22168,83 +15328,60 @@ schemas: - schema: *ref_246 readOnly: true serializedName: status - language: &ref_4504 + language: &ref_2602 default: name: status description: >- The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." - go: - name: Status - description: |- - READ-ONLY; The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or - "CompletedWithWarnings." protocol: {} - schema: *ref_247 readOnly: true serializedName: assessmentActivityId - language: &ref_4505 + language: &ref_2603 default: name: assessmentActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: AssessmentActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - schema: *ref_248 readOnly: true serializedName: rebootPending - language: &ref_4506 + language: &ref_2604 default: name: rebootPending description: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. - go: - name: RebootPending - description: READ-ONLY; The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. protocol: {} - schema: *ref_249 readOnly: true serializedName: criticalAndSecurityPatchCount - language: &ref_4507 + language: &ref_2605 default: name: criticalAndSecurityPatchCount description: The number of critical or security patches that have been detected as available and not yet installed. - go: - name: CriticalAndSecurityPatchCount - description: READ-ONLY; The number of critical or security patches that have been detected as available and not yet installed. protocol: {} - schema: *ref_250 readOnly: true serializedName: otherPatchCount - language: &ref_4508 + language: &ref_2606 default: name: otherPatchCount description: The number of all available patches excluding critical and security. - go: - name: OtherPatchCount - description: READ-ONLY; The number of all available patches excluding critical and security. protocol: {} - schema: *ref_251 readOnly: true serializedName: startTime - language: &ref_4509 + language: &ref_2607 default: name: startTime description: The UTC timestamp when the operation began. - go: - name: StartTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: *ref_252 readOnly: true serializedName: lastModifiedTime - language: &ref_4510 + language: &ref_2608 default: name: lastModifiedTime description: The UTC timestamp when the operation began. - go: - name: LastModifiedTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: &ref_270 type: object @@ -22253,13 +15390,13 @@ schemas: - version: '2020-12-01' - version: '2020-09-30' properties: - - schema: &ref_1158 + - schema: &ref_1157 type: array apiVersions: - version: '2021-03-01' - version: '2020-12-01' - version: '2020-09-30' - elementType: &ref_659 + elementType: &ref_658 type: object apiVersions: - version: '2021-03-01' @@ -22272,9 +15409,6 @@ schemas: default: name: code description: The error code. - go: - name: Code - description: The error code. protocol: {} - schema: *ref_254 serializedName: target @@ -22282,9 +15416,6 @@ schemas: default: name: target description: The target of the particular error. - go: - name: Target - description: The target of the particular error. protocol: {} - schema: *ref_255 serializedName: message @@ -22292,9 +15423,6 @@ schemas: default: name: message description: The error message. - go: - name: Message - description: The error message. protocol: {} serializationFormats: - json @@ -22307,33 +15435,19 @@ schemas: name: ApiErrorBase description: Api error base. namespace: '' - go: - name: APIErrorBase - description: APIErrorBase - Api error base. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ApiErrorDetails description: The Api error details - go: - name: '[]*APIErrorBase' - description: The Api error details - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: details language: default: name: details description: The Api error details - go: - name: Details - description: The Api error details - byValue: true protocol: {} - - schema: &ref_660 + - schema: &ref_659 type: object apiVersions: - version: '2021-03-01' @@ -22346,9 +15460,6 @@ schemas: default: name: exceptiontype description: The exception type. - go: - name: Exceptiontype - description: The exception type. protocol: {} - schema: *ref_257 serializedName: errordetail @@ -22356,9 +15467,6 @@ schemas: default: name: errordetail description: The internal error message or exception dump. - go: - name: Errordetail - description: The internal error message or exception dump. protocol: {} serializationFormats: - json @@ -22371,20 +15479,12 @@ schemas: name: InnerError description: Inner error details. namespace: '' - go: - name: InnerError - description: InnerError - Inner error details. - marshallingFormat: json - namespace: '' protocol: {} serializedName: innererror language: default: name: innererror description: The Api inner error - go: - name: Innererror - description: The Api inner error protocol: {} - schema: *ref_258 serializedName: code @@ -22392,9 +15492,6 @@ schemas: default: name: code description: The error code. - go: - name: Code - description: The error code. protocol: {} - schema: *ref_259 serializedName: target @@ -22402,9 +15499,6 @@ schemas: default: name: target description: The target of the particular error. - go: - name: Target - description: The target of the particular error. protocol: {} - schema: *ref_260 serializedName: message @@ -22412,9 +15506,6 @@ schemas: default: name: message description: The error message. - go: - name: Message - description: The error message. protocol: {} serializationFormats: - json @@ -22427,22 +15518,13 @@ schemas: name: ApiError description: Api error. namespace: '' - go: - name: APIError - description: APIError - Api error. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: error - language: &ref_4511 + language: &ref_2609 default: name: error description: The errors that were encountered during execution of the operation. The details array contains the list of them. - go: - name: Error - description: READ-ONLY; The errors that were encountered during execution of the operation. The details array contains the list of them. protocol: {} serializationFormats: - json @@ -22454,23 +15536,14 @@ schemas: name: AvailablePatchSummary description: Describes the properties of an virtual machine instance view for available patch summary. namespace: '' - go: - name: AvailablePatchSummary - description: AvailablePatchSummary - Describes the properties of an virtual machine instance view for available patch summary. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: availablePatchSummary - language: &ref_4503 + language: &ref_2601 default: name: availablePatchSummary description: The available patch summary of the latest assessment operation for the virtual machine. - go: - name: AvailablePatchSummary - description: The available patch summary of the latest assessment operation for the virtual machine. protocol: {} - - schema: &ref_698 + - schema: &ref_697 type: object apiVersions: - version: '2021-03-01' @@ -22478,127 +15551,92 @@ schemas: - schema: *ref_246 readOnly: true serializedName: status - language: &ref_4513 + language: &ref_2611 default: name: status description: >- The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." - go: - name: Status - description: |- - READ-ONLY; The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or - "CompletedWithWarnings." protocol: {} - schema: *ref_261 readOnly: true serializedName: installationActivityId - language: &ref_4514 + language: &ref_2612 default: name: installationActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: InstallationActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - schema: *ref_262 readOnly: true serializedName: maintenanceWindowExceeded - language: &ref_4515 + language: &ref_2613 default: name: maintenanceWindowExceeded description: Describes whether the operation ran out of time before it completed all its intended actions - go: - name: MaintenanceWindowExceeded - description: READ-ONLY; Describes whether the operation ran out of time before it completed all its intended actions protocol: {} - schema: *ref_263 readOnly: true serializedName: notSelectedPatchCount - language: &ref_4516 + language: &ref_2614 default: name: notSelectedPatchCount description: The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. - go: - name: NotSelectedPatchCount - description: READ-ONLY; The number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry. protocol: {} - schema: *ref_264 readOnly: true serializedName: excludedPatchCount - language: &ref_4517 + language: &ref_2615 default: name: excludedPatchCount description: The number of all available patches but excluded explicitly by a customer-specified exclusion list match. - go: - name: ExcludedPatchCount - description: READ-ONLY; The number of all available patches but excluded explicitly by a customer-specified exclusion list match. protocol: {} - schema: *ref_265 readOnly: true serializedName: pendingPatchCount - language: &ref_4518 + language: &ref_2616 default: name: pendingPatchCount description: The number of all available patches expected to be installed over the course of the patch installation operation. - go: - name: PendingPatchCount - description: READ-ONLY; The number of all available patches expected to be installed over the course of the patch installation operation. protocol: {} - schema: *ref_266 readOnly: true serializedName: installedPatchCount - language: &ref_4519 + language: &ref_2617 default: name: installedPatchCount description: The count of patches that successfully installed. - go: - name: InstalledPatchCount - description: READ-ONLY; The count of patches that successfully installed. protocol: {} - schema: *ref_267 readOnly: true serializedName: failedPatchCount - language: &ref_4520 + language: &ref_2618 default: name: failedPatchCount description: The count of patches that failed installation. - go: - name: FailedPatchCount - description: READ-ONLY; The count of patches that failed installation. protocol: {} - schema: *ref_268 readOnly: true serializedName: startTime - language: &ref_4521 + language: &ref_2619 default: name: startTime description: The UTC timestamp when the operation began. - go: - name: StartTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: *ref_269 readOnly: true serializedName: lastModifiedTime - language: &ref_4522 + language: &ref_2620 default: name: lastModifiedTime description: The UTC timestamp when the operation began. - go: - name: LastModifiedTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: *ref_270 readOnly: true serializedName: error - language: &ref_4523 + language: &ref_2621 default: name: error description: The errors that were encountered during execution of the operation. The details array contains the list of them. - go: - name: Error - description: READ-ONLY; The errors that were encountered during execution of the operation. The details array contains the list of them. protocol: {} serializationFormats: - json @@ -22610,23 +15648,14 @@ schemas: name: LastPatchInstallationSummary description: Describes the properties of the last installed patch summary. namespace: '' - go: - name: LastPatchInstallationSummary - description: LastPatchInstallationSummary - Describes the properties of the last installed patch summary. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: lastPatchInstallationSummary - language: &ref_4512 + language: &ref_2610 default: name: lastPatchInstallationSummary description: The installation summary of the latest installation operation for the virtual machine. - go: - name: LastPatchInstallationSummary - description: The installation summary of the latest installation operation for the virtual machine. protocol: {} - - schema: &ref_1181 + - schema: &ref_1180 type: array apiVersions: - version: '2021-03-01' @@ -22635,22 +15664,13 @@ schemas: default: name: VirtualMachinePatchStatusConfigurationStatuses description: The enablement status of the specified patchMode - go: - name: '[]*InstanceViewStatus' - description: The enablement status of the specified patchMode - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: configurationStatuses - language: &ref_4524 + language: &ref_2622 default: name: configurationStatuses description: The enablement status of the specified patchMode - go: - name: ConfigurationStatuses - description: READ-ONLY; The enablement status of the specified patchMode - byValue: true protocol: {} serializationFormats: - json @@ -22662,21 +15682,12 @@ schemas: name: VirtualMachinePatchStatus description: The status of virtual machine patch operations. namespace: '' - go: - name: VirtualMachinePatchStatus - description: VirtualMachinePatchStatus - The status of virtual machine patch operations. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: patchStatus - language: &ref_4502 + language: &ref_2600 default: name: patchStatus description: '[Preview Feature] The status of virtual machine patch operations.' - go: - name: PatchStatus - description: '[Preview Feature] The status of virtual machine patch operations.' protocol: {} serializationFormats: - json @@ -22688,12 +15699,6 @@ schemas: name: VirtualMachineInstanceView description: The instance view of a virtual machine. namespace: '' - go: - name: VirtualMachineInstanceView - description: VirtualMachineInstanceView - The instance view of a virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: instanceView @@ -22701,9 +15706,6 @@ schemas: default: name: instanceView description: The virtual machine instance view. - go: - name: InstanceView - description: READ-ONLY; The virtual machine instance view. protocol: {} - schema: *ref_271 serializedName: licenseType @@ -22715,59 +15717,27 @@ schemas: Possible values for Linux Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: LicenseType - description: |- - Specifies that the image or disk that is being used was licensed on-premises. - - Possible values for Windows Server operating system are: - - WindowsClient - - WindowsServer - - Possible values for Linux Server operating system are: - - RHELBYOS (for RHEL) - - SLESBYOS (for SUSE) - - For more information, see Azure Hybrid Use Benefit for Windows Server [https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing] - - Azure Hybrid Use Benefit for Linux Server [https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux] - - Minimum api-version: 2015-06-15 protocol: {} - schema: *ref_272 readOnly: true serializedName: vmId - language: &ref_4354 + language: &ref_2452 default: name: vmId description: Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. - go: - name: VMID - description: READ-ONLY; Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. protocol: {} - schema: *ref_273 serializedName: extensionsTimeBudget - language: &ref_4429 + language: &ref_2527 default: name: extensionsTimeBudget description: >- Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    Minimum api-version: 2020-06-01 - go: - name: ExtensionsTimeBudget - description: |- - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 - minutes (PT1H30M). - - Minimum api-version: 2020-06-01 protocol: {} - schema: *ref_274 serializedName: platformFaultDomain - language: &ref_4417 + language: &ref_2515 default: name: platformFaultDomain description: >- @@ -22775,51 +15745,32 @@ schemas: across available fault domains.
  • This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.
  • The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.
  • This property cannot be updated once the Virtual Machine is created.
  • Fault domain assignment can be viewed in the Virtual Machine Instance View.

    Minimum api‐version: 2020‐12‐01 - go: - name: PlatformFaultDomain - description: |- - Specifies the scale set logical fault domain into which the Virtual Machine will be created. By default, the Virtual Machine will by automatically assigned to a fault domain that best maintains - balance across available fault domains. - This is applicable only if the 'virtualMachineScaleSet' property of this Virtual Machine is set.The Virtual Machine Scale Set that is referenced, must have 'platformFaultDomainCount' > 1.This property - cannot be updated once the Virtual Machine is created.Fault domain assignment can be viewed in the Virtual Machine Instance View. - - Minimum api‐version: 2020‐12‐01 protocol: {} - schema: &ref_320 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_699 + - schema: &ref_698 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_275 serializedName: notBeforeTimeout - language: &ref_4427 + language: &ref_2525 default: name: notBeforeTimeout description: >- Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M) - go: - name: NotBeforeTimeout - description: >- - Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must - be - - specified in ISO 8601 format, the default value is 5 minutes (PT5M) protocol: {} - schema: *ref_276 serializedName: enable - language: &ref_4428 + language: &ref_2526 default: name: enable description: Specifies whether the Terminate Scheduled event is enabled or disabled. - go: - name: Enable - description: Specifies whether the Terminate Scheduled event is enabled or disabled. protocol: {} serializationFormats: - json @@ -22831,20 +15782,12 @@ schemas: name: TerminateNotificationProfile description: '' namespace: '' - go: - name: TerminateNotificationProfile - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: terminateNotificationProfile - language: &ref_4426 + language: &ref_2524 default: name: terminateNotificationProfile description: Specifies Terminate Scheduled Event related configurations. - go: - name: TerminateNotificationProfile - description: Specifies Terminate Scheduled Event related configurations. protocol: {} serializationFormats: - json @@ -22856,33 +15799,19 @@ schemas: name: ScheduledEventsProfile description: '' namespace: '' - go: - name: ScheduledEventsProfile - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: scheduledEventsProfile - language: &ref_4425 + language: &ref_2523 default: name: scheduledEventsProfile description: Specifies Scheduled Event related configurations. - go: - name: ScheduledEventsProfile - description: Specifies Scheduled Event related configurations. protocol: {} - schema: *ref_277 serializedName: userData - language: &ref_4385 + language: &ref_2483 default: name: userData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: UserData - description: |- - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. - - Minimum api-version: 2021-03-01 protocol: {} serializationFormats: - json @@ -22894,24 +15823,16 @@ schemas: name: VirtualMachineProperties description: Describes the properties of a Virtual Machine. namespace: '' - go: - name: VirtualMachineProperties - description: VirtualMachineProperties - Describes the properties of a Virtual Machine. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4324 + language: &ref_2422 default: name: properties description: Describes the properties of a Virtual Machine. - go: - name: Properties - description: Describes the properties of a Virtual Machine. protocol: {} - - schema: &ref_1182 + - schema: &ref_1181 type: array apiVersions: - version: '2021-03-01' @@ -22920,24 +15841,15 @@ schemas: default: name: VirtualMachineResources description: The virtual machine child extension resources. - go: - name: '[]*VirtualMachineExtension' - description: The virtual machine child extension resources. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: resources - language: &ref_4459 + language: &ref_2557 default: name: resources description: The virtual machine child extension resources. - go: - name: Resources - description: READ-ONLY; The virtual machine child extension resources. - byValue: true protocol: {} - - schema: &ref_606 + - schema: &ref_605 type: object apiVersions: - version: '2021-03-01' @@ -22949,9 +15861,6 @@ schemas: default: name: principalId description: The principal id of virtual machine identity. This property will only be provided for a system assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal id of virtual machine identity. This property will only be provided for a system assigned identity. protocol: {} - schema: *ref_280 readOnly: true @@ -22960,9 +15869,6 @@ schemas: default: name: tenantId description: The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. - go: - name: TenantID - description: READ-ONLY; The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. protocol: {} - schema: *ref_281 serializedName: type @@ -22972,29 +15878,15 @@ schemas: description: >- The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine. - go: - name: Type - description: |- - The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will - remove any identities from the virtual machine. protocol: {} - schema: *ref_282 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities description: >- The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - go: - name: UserAssignedIdentities - description: |- - The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - byValue: true protocol: {} serializationFormats: - json @@ -23006,23 +15898,14 @@ schemas: name: VirtualMachineIdentity description: Identity for the virtual machine. namespace: '' - go: - name: VirtualMachineIdentity - description: VirtualMachineIdentity - Identity for the virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The identity of the virtual machine, if configured. - go: - name: Identity - description: The identity of the virtual machine, if configured. protocol: {} - - schema: &ref_1183 + - schema: &ref_1182 type: array apiVersions: - version: '2021-03-01' @@ -23031,21 +15914,12 @@ schemas: default: name: VirtualMachineZones description: The virtual machine zones. - go: - name: '[]*string' - description: The virtual machine zones. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: The virtual machine zones. - go: - name: Zones - description: The virtual machine zones. - byValue: true protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -23053,9 +15927,6 @@ schemas: default: name: extendedLocation description: The extended location of the Virtual Machine. - go: - name: ExtendedLocation - description: The extended location of the Virtual Machine. protocol: {} serializationFormats: - json @@ -23067,12 +15938,6 @@ schemas: name: VirtualMachine description: Describes a Virtual Machine. namespace: '' - go: - name: VirtualMachine - description: VirtualMachine - Describes a Virtual Machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_572 type: object @@ -23086,58 +15951,39 @@ schemas: properties: - schema: *ref_285 serializedName: sku - language: &ref_4648 + language: &ref_2746 default: name: sku description: The virtual machine scale set sku. - go: - name: SKU - description: The virtual machine scale set sku. protocol: {} - schema: *ref_286 serializedName: plan - language: &ref_4717 + language: &ref_2815 default: name: plan description: >- Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. - go: - name: Plan - description: |- - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. protocol: {} - - schema: &ref_702 + - schema: &ref_701 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_609 + - schema: &ref_608 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_287 serializedName: mode - language: &ref_4653 + language: &ref_2751 default: name: mode description: >- Specifies the mode of an upgrade to virtual machines in the scale set.

    Possible values are:

    **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.

    **Automatic** - All virtual machines in the scale set are automatically updated at the same time. - go: - name: Mode - description: |- - Specifies the mode of an upgrade to virtual machines in the scale set. - - Possible values are: - - Manual - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action. - - Automatic - All virtual machines in the scale set are automatically updated at the same time. protocol: {} - schema: &ref_370 type: object @@ -23152,13 +15998,6 @@ schemas: description: >- The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%. - go: - name: MaxBatchInstancePercent - description: >- - The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future - batches - - can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this parameter is 20%. protocol: {} - schema: *ref_289 serializedName: maxUnhealthyInstancePercent @@ -23168,13 +16007,6 @@ schemas: description: >- The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%. - go: - name: MaxUnhealthyInstancePercent - description: >- - The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state - by - - the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any batch. The default value for this parameter is 20%. protocol: {} - schema: *ref_290 serializedName: maxUnhealthyUpgradedInstancePercent @@ -23184,13 +16016,6 @@ schemas: description: >- The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%. - go: - name: MaxUnhealthyUpgradedInstancePercent - description: >- - The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever - exceeded, - - the rolling update aborts. The default value for this parameter is 20%. protocol: {} - schema: *ref_291 serializedName: pauseTimeBetweenBatches @@ -23200,13 +16025,6 @@ schemas: description: >- The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S). - go: - name: PauseTimeBetweenBatches - description: >- - The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 - seconds - - (PT0S). protocol: {} - schema: *ref_292 serializedName: enableCrossZoneUpgrade @@ -23214,9 +16032,6 @@ schemas: default: name: enableCrossZoneUpgrade description: Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. - go: - name: EnableCrossZoneUpgrade - description: Allow VMSS to ignore AZ boundaries when constructing upgrade batches. Take into consideration the Update Domain and maxBatchInstancePercent to determine the batch size. protocol: {} - schema: *ref_293 serializedName: prioritizeUnhealthyInstances @@ -23224,9 +16039,6 @@ schemas: default: name: prioritizeUnhealthyInstances description: Upgrade all unhealthy instances in a scale set before any healthy instances. - go: - name: PrioritizeUnhealthyInstances - description: Upgrade all unhealthy instances in a scale set before any healthy instances. protocol: {} serializationFormats: - json @@ -23238,29 +16050,21 @@ schemas: name: RollingUpgradePolicy description: The configuration parameters used while performing a rolling upgrade. namespace: '' - go: - name: RollingUpgradePolicy - description: RollingUpgradePolicy - The configuration parameters used while performing a rolling upgrade. - marshallingFormat: json - namespace: '' protocol: {} serializedName: rollingUpgradePolicy language: default: name: rollingUpgradePolicy description: The configuration parameters used while performing a rolling upgrade. - go: - name: RollingUpgradePolicy - description: The configuration parameters used while performing a rolling upgrade. protocol: {} - - schema: &ref_703 + - schema: &ref_702 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_294 serializedName: enableAutomaticOSUpgrade - language: &ref_4655 + language: &ref_2753 default: name: enableAutomaticOSUpgrade description: >- @@ -23268,16 +16072,6 @@ schemas: If this is set to true for Windows based scale sets, [enableAutomaticUpdates](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet) is automatically set to false and cannot be set to true. - go: - name: EnableAutomaticOSUpgrade - description: >- - Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. - - - If this is set to true for Windows based scale sets, enableAutomaticUpdates - - [https://docs.microsoft.com/dotnet/api/microsoft.azure.management.compute.models.windowsconfiguration.enableautomaticupdates?view=azure-dotnet] is automatically set to false and cannot be set to - true. protocol: {} - schema: *ref_295 serializedName: disableAutomaticRollback @@ -23285,9 +16079,6 @@ schemas: default: name: disableAutomaticRollback description: Whether OS image rollback feature should be disabled. Default value is false. - go: - name: DisableAutomaticRollback - description: Whether OS image rollback feature should be disabled. Default value is false. protocol: {} serializationFormats: - json @@ -23299,20 +16090,12 @@ schemas: name: AutomaticOSUpgradePolicy description: The configuration parameters used for performing automatic OS upgrade. namespace: '' - go: - name: AutomaticOSUpgradePolicy - description: AutomaticOSUpgradePolicy - The configuration parameters used for performing automatic OS upgrade. - marshallingFormat: json - namespace: '' protocol: {} serializedName: automaticOSUpgradePolicy - language: &ref_4654 + language: &ref_2752 default: name: automaticOSUpgradePolicy description: Configuration parameters used for performing automatic OS Upgrade. - go: - name: AutomaticOSUpgradePolicy - description: Configuration parameters used for performing automatic OS Upgrade. protocol: {} serializationFormats: - json @@ -23324,51 +16107,34 @@ schemas: name: UpgradePolicy description: Describes an upgrade policy - automatic, manual, or rolling. namespace: '' - go: - name: UpgradePolicy - description: UpgradePolicy - Describes an upgrade policy - automatic, manual, or rolling. - marshallingFormat: json - namespace: '' protocol: {} serializedName: upgradePolicy - language: &ref_4652 + language: &ref_2750 default: name: upgradePolicy description: The upgrade policy. - go: - name: UpgradePolicy - description: The upgrade policy. protocol: {} - - schema: &ref_610 + - schema: &ref_609 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_296 serializedName: enabled - language: &ref_4727 + language: &ref_2825 default: name: enabled description: Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. - go: - name: Enabled - description: Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. protocol: {} - schema: *ref_297 serializedName: gracePeriod - language: &ref_4728 + language: &ref_2826 default: name: gracePeriod description: >- The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value. The maximum allowed grace period is 90 minutes (PT90M). - go: - name: GracePeriod - description: |- - The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. - The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which is also the default value. The maximum allowed grace period is 90 minutes - (PT90M). protocol: {} serializationFormats: - json @@ -23380,44 +16146,33 @@ schemas: name: AutomaticRepairsPolicy description: Specifies the configuration parameters for automatic repairs on the virtual machine scale set. namespace: '' - go: - name: AutomaticRepairsPolicy - description: AutomaticRepairsPolicy - Specifies the configuration parameters for automatic repairs on the virtual machine scale set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: automaticRepairsPolicy - language: &ref_4726 + language: &ref_2824 default: name: automaticRepairsPolicy description: Policy for automatic repairs. - go: - name: AutomaticRepairsPolicy - description: Policy for automatic repairs. protocol: {} - - schema: &ref_704 + - schema: &ref_703 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_705 + - schema: &ref_704 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_298 serializedName: computerNamePrefix - language: &ref_4658 + language: &ref_2756 default: name: computerNamePrefix description: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long. - go: - name: ComputerNamePrefix - description: Specifies the computer name prefix for all of the virtual machines in the scale set. Computer name prefixes must be 1 to 15 characters long. protocol: {} - schema: *ref_299 serializedName: adminUsername - language: &ref_4659 + language: &ref_2757 default: name: adminUsername description: >- @@ -23425,32 +16180,10 @@ schemas: "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", "guest", "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5".

    **Minimum-length (Linux):** 1 character

    **Max-length (Linux):** 64 characters

    **Max-length (Windows):** 20 characters - go: - name: AdminUsername - description: >- - Specifies the name of the administrator account. - - - Windows-only restriction: Cannot end in "." - - - Disallowed values: "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", - "guest", - - "john", "owner", "root", "server", "sql", "support", "support_388945a0", "sys", "test2", "test3", "user4", "user5". - - - Minimum-length (Linux): 1 character - - - Max-length (Linux): 64 characters - - - Max-length (Windows): 20 characters protocol: {} - schema: *ref_300 serializedName: adminPassword - language: &ref_4690 + language: &ref_2788 default: name: adminPassword description: >- @@ -23460,31 +16193,6 @@ schemas: "Password!", "Password1", "Password22", "iloveyou!"

    For resetting the password, see [How to reset the Remote Desktop service or its login password in a Windows VM](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp)

    For resetting root password, see [Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension](https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection) - go: - name: AdminPassword - description: |- - Specifies the password of the administrator account. - - Minimum-length (Windows): 8 characters - - Minimum-length (Linux): 6 characters - - Max-length (Windows): 123 characters - - Max-length (Linux): 72 characters - - Complexity requirements: 3 out of 4 conditions below need to be fulfilled - Has lower characters - Has upper characters - Has a digit - Has a special character (Regex match [\W_]) - - Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!" - - For resetting the password, see How to reset the Remote Desktop service or its login password in a Windows VM [https://docs.microsoft.com/troubleshoot/azure/virtual-machines/reset-rdp] - - For resetting root password, see Manage users, SSH, and check or repair disks on Azure Linux VMs using the VMAccess Extension - [https://docs.microsoft.com/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection] protocol: {} - schema: *ref_301 serializedName: customData @@ -23495,43 +16203,24 @@ schemas: Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes.

    For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation](https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init) - go: - name: CustomData - description: >- - Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array - is - - 65535 bytes. - - - For using cloud-init for your VM, see Using cloud-init to customize a Linux VM during creation [https://docs.microsoft.com/azure/virtual-machines/linux/using-cloud-init] protocol: {} - schema: *ref_302 serializedName: windowsConfiguration - language: &ref_4695 + language: &ref_2793 default: name: windowsConfiguration description: Specifies Windows operating system settings on the virtual machine. - go: - name: WindowsConfiguration - description: Specifies Windows operating system settings on the virtual machine. protocol: {} - schema: *ref_303 serializedName: linuxConfiguration - language: &ref_4660 + language: &ref_2758 default: name: linuxConfiguration description: >- Specifies the Linux operating system settings on the virtual machine.

    For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros). - go: - name: LinuxConfiguration - description: |- - Specifies the Linux operating system settings on the virtual machine. - - For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions [https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros]. protocol: {} - - schema: &ref_1185 + - schema: &ref_1184 type: array apiVersions: - version: '2021-03-01' @@ -23540,21 +16229,12 @@ schemas: default: name: VirtualMachineScaleSetOSProfileSecrets description: Specifies set of certificates that should be installed onto the virtual machines in the scale set. - go: - name: '[]*VaultSecretGroup' - description: Specifies set of certificates that should be installed onto the virtual machines in the scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: secrets - language: &ref_4696 + language: &ref_2794 default: name: secrets description: Specifies set of certificates that should be installed onto the virtual machines in the scale set. - go: - name: Secrets - description: Specifies set of certificates that should be installed onto the virtual machines in the scale set. - byValue: true protocol: {} serializationFormats: - json @@ -23566,44 +16246,28 @@ schemas: name: VirtualMachineScaleSetOSProfile description: Describes a virtual machine scale set OS profile. namespace: '' - go: - name: VirtualMachineScaleSetOSProfile - description: VirtualMachineScaleSetOSProfile - Describes a virtual machine scale set OS profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osProfile - language: &ref_4657 + language: &ref_2755 default: name: osProfile description: Specifies the operating system settings for the virtual machines in the scale set. - go: - name: OSProfile - description: Specifies the operating system settings for the virtual machines in the scale set. protocol: {} - - schema: &ref_706 + - schema: &ref_705 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_77 serializedName: imageReference - language: &ref_4662 + language: &ref_2760 default: name: imageReference description: >- Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. - go: - name: ImageReference - description: >- - Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a - platform - - image, marketplace image, or virtual machine image, but is not used in other creation operations. protocol: {} - - schema: &ref_707 + - schema: &ref_706 type: object apiVersions: - version: '2021-03-01' @@ -23611,37 +16275,20 @@ schemas: - schema: *ref_305 required: false serializedName: name - language: &ref_4691 + language: &ref_2789 default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - schema: *ref_161 required: false serializedName: caching - language: &ref_4664 + language: &ref_2762 default: name: caching description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage** - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage protocol: {} - schema: *ref_162 required: false @@ -23650,90 +16297,55 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - schema: *ref_165 required: true serializedName: createOption - language: &ref_4665 + language: &ref_2763 default: name: createOption description: >- Specifies how the virtual machines in the scale set should be created.

    The only allowed value is: **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described. - go: - name: CreateOption - description: >- - REQUIRED; Specifies how the virtual machines in the scale set should be created. - - - The only allowed value is: FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference - element - - described above. If you are using a marketplace image, you also use the plan element previously described. protocol: {} - schema: *ref_306 required: false serializedName: diffDiskSettings - language: &ref_4730 + language: &ref_2828 default: name: diffDiskSettings description: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set. - go: - name: DiffDiskSettings - description: Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set. protocol: {} - schema: *ref_307 required: false serializedName: diskSizeGB - language: &ref_4666 + language: &ref_2764 default: name: diskSizeGB description: >- Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_26 required: false serializedName: osType - language: &ref_4697 + language: &ref_2795 default: name: osType description: >- This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.

    Possible values are:

    **Windows**

    **Linux** - go: - name: OSType - description: |- - This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. - - Possible values are: - - Windows - - Linux protocol: {} - schema: *ref_160 required: false serializedName: image - language: &ref_4692 + language: &ref_2790 default: name: image description: Specifies information about the unmanaged user image to base the scale set on. - go: - name: Image - description: Specifies information about the unmanaged user image to base the scale set on. protocol: {} - - schema: &ref_1186 + - schema: &ref_1185 type: array apiVersions: - version: '2021-03-01' @@ -23742,22 +16354,13 @@ schemas: default: name: VirtualMachineScaleSetOSDiskVhdContainers description: Specifies the container urls that are used to store operating system disks for the scale set. - go: - name: '[]*string' - description: Specifies the container urls that are used to store operating system disks for the scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: vhdContainers - language: &ref_4709 + language: &ref_2807 default: name: vhdContainers description: Specifies the container urls that are used to store operating system disks for the scale set. - go: - name: VhdContainers - description: Specifies the container urls that are used to store operating system disks for the scale set. - byValue: true protocol: {} - schema: &ref_312 type: object @@ -23766,23 +16369,17 @@ schemas: properties: - schema: *ref_44 serializedName: storageAccountType - language: &ref_4668 + language: &ref_2766 default: name: storageAccountType description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' - go: - name: StorageAccountType - description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' protocol: {} - schema: *ref_45 serializedName: diskEncryptionSet - language: &ref_4710 + language: &ref_2808 default: name: diskEncryptionSet description: Specifies the customer managed disk encryption set resource id for the managed disk. - go: - name: DiskEncryptionSet - description: Specifies the customer managed disk encryption set resource id for the managed disk. protocol: {} serializationFormats: - json @@ -23794,21 +16391,13 @@ schemas: name: VirtualMachineScaleSetManagedDiskParameters description: Describes the parameters of a ScaleSet managed disk. namespace: '' - go: - name: VirtualMachineScaleSetManagedDiskParameters - description: VirtualMachineScaleSetManagedDiskParameters - Describes the parameters of a ScaleSet managed disk. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: managedDisk - language: &ref_4667 + language: &ref_2765 default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} serializationFormats: - json @@ -23820,32 +16409,20 @@ schemas: name: VirtualMachineScaleSetOSDisk description: Describes a virtual machine scale set operating system disk. namespace: '' - go: - name: VirtualMachineScaleSetOSDisk - description: VirtualMachineScaleSetOSDisk - Describes a virtual machine scale set operating system disk. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk - language: &ref_4663 + language: &ref_2761 default: name: osDisk description: >- Specifies information about the operating system disk used by the virtual machines in the scale set.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: OSDisk - description: |- - Specifies information about the operating system disk used by the virtual machines in the scale set. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. protocol: {} - - schema: &ref_1187 + - schema: &ref_1186 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_614 + elementType: &ref_613 type: object apiVersions: - version: '2021-03-01' @@ -23857,44 +16434,24 @@ schemas: default: name: name description: The disk name. - go: - name: Name - description: The disk name. protocol: {} - schema: *ref_310 required: true serializedName: lun - language: &ref_4711 + language: &ref_2809 default: name: lun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: Lun - description: REQUIRED; Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. protocol: {} - schema: *ref_161 required: false serializedName: caching - language: &ref_4712 + language: &ref_2810 default: name: caching description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage** - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage protocol: {} - schema: *ref_162 required: false @@ -23903,47 +16460,32 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - schema: *ref_165 required: true serializedName: createOption - language: &ref_4713 + language: &ref_2811 default: name: createOption description: The create option. - go: - name: CreateOption - description: REQUIRED; The create option. protocol: {} - schema: *ref_311 required: false serializedName: diskSizeGB - language: &ref_4714 + language: &ref_2812 default: name: diskSizeGB description: >- Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_312 required: false serializedName: managedDisk - language: &ref_4715 + language: &ref_2813 default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} - schema: *ref_313 required: false @@ -23952,9 +16494,6 @@ schemas: default: name: diskIOPSReadWrite description: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. - go: - name: DiskIOPSReadWrite - description: Specifies the Read-Write IOPS for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. protocol: {} - schema: *ref_314 required: false @@ -23965,11 +16504,6 @@ schemas: description: >- Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on diskSizeGB. - go: - name: DiskMBpsReadWrite - description: >- - Specifies the bandwidth in MB per second for the managed disk. Should be used only when StorageAccountType is UltraSSD_LRS. If not specified, a default value would be assigned based on - diskSizeGB. protocol: {} serializationFormats: - json @@ -23981,11 +16515,6 @@ schemas: name: VirtualMachineScaleSetDataDisk description: Describes a virtual machine scale set data disk. namespace: '' - go: - name: VirtualMachineScaleSetDataDisk - description: VirtualMachineScaleSetDataDisk - Describes a virtual machine scale set data disk. - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -23993,28 +16522,14 @@ schemas: description: >- Specifies the parameters that are used to add data disks to the virtual machines in the scale set.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: '[]*VirtualMachineScaleSetDataDisk' - description: >- - Specifies the parameters that are used to add data disks to the virtual machines in the scale set.

    For more information about disks, see [About disks and VHDs for Azure virtual - machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks - language: &ref_4669 + language: &ref_2767 default: name: dataDisks description: >- Specifies the parameters that are used to add data disks to the virtual machines in the scale set.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: DataDisks - description: |- - Specifies the parameters that are used to add data disks to the virtual machines in the scale set. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. - byValue: true protocol: {} serializationFormats: - json @@ -24026,23 +16541,14 @@ schemas: name: VirtualMachineScaleSetStorageProfile description: Describes a virtual machine scale set storage profile. namespace: '' - go: - name: VirtualMachineScaleSetStorageProfile - description: VirtualMachineScaleSetStorageProfile - Describes a virtual machine scale set storage profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile - language: &ref_4661 + language: &ref_2759 default: name: storageProfile description: Specifies the storage settings for the virtual machine disks. - go: - name: StorageProfile - description: Specifies the storage settings for the virtual machine disks. protocol: {} - - schema: &ref_708 + - schema: &ref_707 type: object apiVersions: - version: '2021-03-01' @@ -24055,13 +16561,8 @@ schemas: description: >- A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. - go: - name: HealthProbe - description: |- - A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. protocol: {} - - schema: &ref_1195 + - schema: &ref_1194 type: array apiVersions: - version: '2021-03-01' @@ -24070,21 +16571,12 @@ schemas: default: name: VirtualMachineScaleSetNetworkProfileNetworkInterfaceConfigurations description: The list of network configurations. - go: - name: '[]*VirtualMachineScaleSetNetworkConfiguration' - description: The list of network configurations. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaceConfigurations - language: &ref_4671 + language: &ref_2769 default: name: networkInterfaceConfigurations description: The list of network configurations. - go: - name: NetworkInterfaceConfigurations - description: The list of network configurations. - byValue: true protocol: {} - schema: *ref_201 serializedName: networkApiVersion @@ -24092,9 +16584,6 @@ schemas: default: name: networkApiVersion description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' - go: - name: NetworkAPIVersion - description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' protocol: {} serializationFormats: - json @@ -24106,51 +16595,33 @@ schemas: name: VirtualMachineScaleSetNetworkProfile description: Describes a virtual machine scale set network profile. namespace: '' - go: - name: VirtualMachineScaleSetNetworkProfile - description: VirtualMachineScaleSetNetworkProfile - Describes a virtual machine scale set network profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile - language: &ref_4670 + language: &ref_2768 default: name: networkProfile description: Specifies properties of the network interfaces of the virtual machines in the scale set. - go: - name: NetworkProfile - description: Specifies properties of the network interfaces of the virtual machines in the scale set. protocol: {} - schema: *ref_315 serializedName: securityProfile - language: &ref_4718 + language: &ref_2816 default: name: securityProfile description: Specifies the Security related profile settings for the virtual machines in the scale set. - go: - name: SecurityProfile - description: Specifies the Security related profile settings for the virtual machines in the scale set. protocol: {} - schema: *ref_316 serializedName: diagnosticsProfile - language: &ref_4729 + language: &ref_2827 default: name: diagnosticsProfile description: 'Specifies the boot diagnostic settings state.

    Minimum api-version: 2015-06-15.' - go: - name: DiagnosticsProfile - description: |- - Specifies the boot diagnostic settings state. - - Minimum api-version: 2015-06-15. protocol: {} - - schema: &ref_615 + - schema: &ref_614 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1197 + - schema: &ref_1196 type: array apiVersions: - version: '2021-03-01' @@ -24159,40 +16630,21 @@ schemas: default: name: VirtualMachineScaleSetExtensionProfileExtensions description: The virtual machine scale set child extension resources. - go: - name: '[]*VirtualMachineScaleSetExtension' - description: The virtual machine scale set child extension resources. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensions - language: &ref_4732 + language: &ref_2830 default: name: extensions description: The virtual machine scale set child extension resources. - go: - name: Extensions - description: The virtual machine scale set child extension resources. - byValue: true protocol: {} - schema: *ref_317 serializedName: extensionsTimeBudget - language: &ref_4741 + language: &ref_2839 default: name: extensionsTimeBudget description: >- Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value is 90 minutes (PT1H30M).

    Minimum api-version: 2020-06-01 - go: - name: ExtensionsTimeBudget - description: >- - Specifies the time alloted for all extensions to start. The time duration should be between 15 minutes and 120 minutes (inclusive) and should be specified in ISO 8601 format. The default value - is 90 - - minutes (PT1H30M). - - - Minimum api-version: 2020-06-01 protocol: {} serializationFormats: - json @@ -24204,21 +16656,12 @@ schemas: name: VirtualMachineScaleSetExtensionProfile description: Describes a virtual machine scale set extension profile. namespace: '' - go: - name: VirtualMachineScaleSetExtensionProfile - description: VirtualMachineScaleSetExtensionProfile - Describes a virtual machine scale set extension profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: extensionProfile - language: &ref_4731 + language: &ref_2829 default: name: extensionProfile description: Specifies a collection of settings for extensions installed on virtual machines in the scale set. - go: - name: ExtensionProfile - description: Specifies a collection of settings for extensions installed on virtual machines in the scale set. protocol: {} - schema: *ref_318 serializedName: licenseType @@ -24230,28 +16673,6 @@ schemas: Possible values for Linux Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: LicenseType - description: |- - Specifies that the image or disk that is being used was licensed on-premises. - - Possible values for Windows Server operating system are: - - WindowsClient - - WindowsServer - - Possible values for Linux Server operating system are: - - RHELBYOS (for RHEL) - - SLESBYOS (for SUSE) - - For more information, see Azure Hybrid Use Benefit for Windows Server [https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing] - - Azure Hybrid Use Benefit for Linux Server [https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux] - - Minimum api-version: 2015-06-15 protocol: {} - schema: *ref_219 serializedName: priority @@ -24259,12 +16680,6 @@ schemas: default: name: priority description: 'Specifies the priority for the virtual machines in the scale set.

    Minimum api-version: 2017-10-30-preview' - go: - name: Priority - description: |- - Specifies the priority for the virtual machines in the scale set. - - Minimum api-version: 2017-10-30-preview protocol: {} - schema: *ref_220 serializedName: evictionPolicy @@ -24274,14 +16689,6 @@ schemas: description: >- Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.

    For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01.

    For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. - go: - name: EvictionPolicy - description: |- - Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set. - - For Azure Spot virtual machines, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2019-03-01. - - For Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and the minimum api-version is 2017-10-30-preview. protocol: {} - schema: *ref_319 serializedName: billingProfile @@ -24289,35 +16696,20 @@ schemas: default: name: billingProfile description: 'Specifies the billing related details of a Azure Spot VMSS.

    Minimum api-version: 2019-03-01.' - go: - name: BillingProfile - description: |- - Specifies the billing related details of a Azure Spot VMSS. - - Minimum api-version: 2019-03-01. protocol: {} - schema: *ref_320 serializedName: scheduledEventsProfile - language: &ref_4744 + language: &ref_2842 default: name: scheduledEventsProfile description: Specifies Scheduled Event related configurations. - go: - name: ScheduledEventsProfile - description: Specifies Scheduled Event related configurations. protocol: {} - schema: *ref_321 serializedName: userData - language: &ref_4745 + language: &ref_2843 default: name: userData description: 'UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: UserData - description: |- - UserData for the virtual machines in the scale set, which must be base-64 encoded. Customer should not pass any secrets in here. - - Minimum api-version: 2021-03-01 protocol: {} serializationFormats: - json @@ -24329,100 +16721,67 @@ schemas: name: VirtualMachineScaleSetVMProfile description: Describes a virtual machine scale set virtual machine profile. namespace: '' - go: - name: VirtualMachineScaleSetVMProfile - description: VirtualMachineScaleSetVMProfile - Describes a virtual machine scale set virtual machine profile. - marshallingFormat: json - namespace: '' protocol: {} serializedName: virtualMachineProfile - language: &ref_4656 + language: &ref_2754 default: name: virtualMachineProfile description: The virtual machine profile. - go: - name: VirtualMachineProfile - description: The virtual machine profile. protocol: {} - schema: *ref_322 readOnly: true serializedName: provisioningState - language: &ref_4682 + language: &ref_2780 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: *ref_323 serializedName: overprovision - language: &ref_4683 + language: &ref_2781 default: name: overprovision description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. - go: - name: Overprovision - description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. protocol: {} - schema: *ref_324 serializedName: doNotRunExtensionsOnOverprovisionedVMs - language: &ref_4684 + language: &ref_2782 default: name: doNotRunExtensionsOnOverprovisionedVMs description: >- When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. - go: - name: DoNotRunExtensionsOnOverprovisionedVMs - description: |- - When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra - overprovisioned VMs. protocol: {} - schema: *ref_325 readOnly: true serializedName: uniqueId - language: &ref_4702 + language: &ref_2800 default: name: uniqueId description: Specifies the ID which uniquely identifies a Virtual Machine Scale Set. - go: - name: UniqueID - description: READ-ONLY; Specifies the ID which uniquely identifies a Virtual Machine Scale Set. protocol: {} - schema: *ref_326 serializedName: singlePlacementGroup - language: &ref_4685 + language: &ref_2783 default: name: singlePlacementGroup description: >- When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true. - go: - name: SinglePlacementGroup - description: |- - When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup - is false, it may not be modified to true. protocol: {} - schema: *ref_327 serializedName: zoneBalance - language: &ref_4747 + language: &ref_2845 default: name: zoneBalance description: Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. - go: - name: ZoneBalance - description: Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. protocol: {} - schema: *ref_328 serializedName: platformFaultDomainCount - language: &ref_4686 + language: &ref_2784 default: name: platformFaultDomainCount description: Fault Domain count for each placement group. - go: - name: PlatformFaultDomainCount - description: Fault Domain count for each placement group. protocol: {} - schema: *ref_22 serializedName: proximityPlacementGroup @@ -24432,27 +16791,15 @@ schemas: default: name: proximityPlacementGroup description: 'Specifies information about the proximity placement group that the virtual machine scale set should be assigned to.

    Minimum api-version: 2018-04-01.' - go: - name: ProximityPlacementGroup - description: |- - Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. - - Minimum api-version: 2018-04-01. protocol: {} - schema: *ref_22 serializedName: hostGroup extensions: x-ms-azure-resource: true - language: &ref_4760 + language: &ref_2858 default: name: hostGroup description: 'Specifies information about the dedicated host group that the virtual machine scale set resides in.

    Minimum api-version: 2020-06-01.' - go: - name: HostGroup - description: |- - Specifies information about the dedicated host group that the virtual machine scale set resides in. - - Minimum api-version: 2020-06-01. protocol: {} - schema: *ref_329 serializedName: additionalCapabilities @@ -24462,18 +16809,13 @@ schemas: description: >- Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type. - go: - name: AdditionalCapabilities - description: |- - Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching - managed data disks with UltraSSD_LRS storage account type. protocol: {} - - schema: &ref_618 + - schema: &ref_617 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1198 + - schema: &ref_1197 type: array apiVersions: - version: '2021-03-01' @@ -24488,17 +16830,6 @@ schemas: chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for removal.

    **NewestVM** When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal.

    - go: - name: '[]*VirtualMachineScaleSetScaleInRules' - description: >- - The rules to be followed when scaling-in a virtual machine scale set.

    Possible values are:

    **Default** When a virtual machine scale set is scaled in, the scale set will first be - balanced across zones if it is a zonal scale set. Then, it will be balanced across Fault Domains as far as possible. Within each Fault Domain, the virtual machines chosen for removal will be the - newest ones that are not protected from scale-in.

    **OldestVM** When a virtual machine scale set is being scaled-in, the oldest virtual machines that are not protected from scale-in will be - chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for - removal.

    **NewestVM** When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual - machine scale sets, the scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal.

    - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: rules language: @@ -24511,22 +16842,6 @@ schemas: chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for removal.

    **NewestVM** When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal.

    - go: - name: Rules - description: |- - The rules to be followed when scaling-in a virtual machine scale set. - - Possible values are: - - Default When a virtual machine scale set is scaled in, the scale set will first be balanced across zones if it is a zonal scale set. Then, it will be balanced across Fault Domains as far as possible. - Within each Fault Domain, the virtual machines chosen for removal will be the newest ones that are not protected from scale-in. - - OldestVM When a virtual machine scale set is being scaled-in, the oldest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the - scale set will first be balanced across zones. Within each zone, the oldest virtual machines that are not protected will be chosen for removal. - - NewestVM When a virtual machine scale set is being scaled-in, the newest virtual machines that are not protected from scale-in will be chosen for removal. For zonal virtual machine scale sets, the - scale set will first be balanced across zones. Within each zone, the newest virtual machines that are not protected will be chosen for removal. - byValue: true protocol: {} serializationFormats: - json @@ -24538,21 +16853,12 @@ schemas: name: ScaleInPolicy description: Describes a scale-in policy for a virtual machine scale set. namespace: '' - go: - name: ScaleInPolicy - description: ScaleInPolicy - Describes a scale-in policy for a virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: scaleInPolicy language: default: name: scaleInPolicy description: Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. - go: - name: ScaleInPolicy - description: Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. protocol: {} - schema: *ref_331 serializedName: orchestrationMode @@ -24560,9 +16866,6 @@ schemas: default: name: orchestrationMode description: Specifies the orchestration mode for the virtual machine scale set. - go: - name: OrchestrationMode - description: Specifies the orchestration mode for the virtual machine scale set. protocol: {} serializationFormats: - json @@ -24574,24 +16877,16 @@ schemas: name: VirtualMachineScaleSetProperties description: Describes the properties of a Virtual Machine Scale Set. namespace: '' - go: - name: VirtualMachineScaleSetProperties - description: VirtualMachineScaleSetProperties - Describes the properties of a Virtual Machine Scale Set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4651 + language: &ref_2749 default: name: properties description: Describes the properties of a Virtual Machine Scale Set. - go: - name: Properties - description: Describes the properties of a Virtual Machine Scale Set. protocol: {} - - schema: &ref_619 + - schema: &ref_618 type: object apiVersions: - version: '2021-03-01' @@ -24603,9 +16898,6 @@ schemas: default: name: principalId description: The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal id of virtual machine scale set identity. This property will only be provided for a system assigned identity. protocol: {} - schema: *ref_333 readOnly: true @@ -24614,9 +16906,6 @@ schemas: default: name: tenantId description: The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity. - go: - name: TenantID - description: READ-ONLY; The tenant id associated with the virtual machine scale set. This property will only be provided for a system assigned identity. protocol: {} - schema: *ref_281 serializedName: type @@ -24626,29 +16915,15 @@ schemas: description: >- The type of identity used for the virtual machine scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine scale set. - go: - name: Type - description: |- - The type of identity used for the virtual machine scale set. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' - will remove any identities from the virtual machine scale set. protocol: {} - schema: *ref_334 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities description: >- The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - go: - name: UserAssignedIdentities - description: |- - The list of user identities associated with the virtual machine scale set. The user identity dictionary key references will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - byValue: true protocol: {} serializationFormats: - json @@ -24660,23 +16935,14 @@ schemas: name: VirtualMachineScaleSetIdentity description: Identity for the virtual machine scale set. namespace: '' - go: - name: VirtualMachineScaleSetIdentity - description: VirtualMachineScaleSetIdentity - Identity for the virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The identity of the virtual machine scale set, if configured. - go: - name: Identity - description: The identity of the virtual machine scale set, if configured. protocol: {} - - schema: &ref_1199 + - schema: &ref_1198 type: array apiVersions: - version: '2021-03-01' @@ -24685,21 +16951,12 @@ schemas: default: name: VirtualMachineScaleSetZones description: 'The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set' - go: - name: '[]*string' - description: 'The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones - language: &ref_4746 + language: &ref_2844 default: name: zones description: 'The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set' - go: - name: Zones - description: 'The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set' - byValue: true protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -24707,9 +16964,6 @@ schemas: default: name: extendedLocation description: The extended location of the Virtual Machine Scale Set. - go: - name: ExtendedLocation - description: The extended location of the Virtual Machine Scale Set. protocol: {} serializationFormats: - json @@ -24721,12 +16975,6 @@ schemas: name: VirtualMachineScaleSet description: Describes a Virtual Machine Scale Set. namespace: '' - go: - name: VirtualMachineScaleSet - description: VirtualMachineScaleSet - Describes a Virtual Machine Scale Set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_573 type: object @@ -24738,7 +16986,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_604 + - schema: &ref_603 type: object apiVersions: - version: '2021-03-01' @@ -24747,15 +16995,12 @@ schemas: serializedName: sourceVirtualMachine extensions: x-ms-azure-resource: true - language: &ref_4805 + language: &ref_2903 default: name: sourceVirtualMachine description: The source virtual machine from which Image is created. - go: - name: SourceVirtualMachine - description: The source virtual machine from which Image is created. protocol: {} - - schema: &ref_715 + - schema: &ref_714 type: object apiVersions: - version: '2021-03-01' @@ -24786,15 +17031,10 @@ schemas: - schema: *ref_338 required: true serializedName: lun - language: &ref_4806 + language: &ref_2904 default: name: lun description: Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. - go: - name: Lun - description: >- - REQUIRED; Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a - VM. protocol: {} serializationFormats: - json @@ -24806,11 +17046,6 @@ schemas: name: ImageDataDisk description: Describes a data disk. namespace: '' - go: - name: ImageDataDisk - description: ImageDataDisk - Describes a data disk. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_336 @@ -24820,109 +17055,69 @@ schemas: serializedName: snapshot extensions: x-ms-azure-resource: true - language: &ref_4804 + language: &ref_2902 default: name: snapshot description: The snapshot. - go: - name: Snapshot - description: The snapshot. protocol: {} - schema: *ref_22 serializedName: managedDisk extensions: x-ms-azure-resource: true - language: &ref_4803 + language: &ref_2901 default: name: managedDisk description: The managedDisk. - go: - name: ManagedDisk - description: The managedDisk. protocol: {} - schema: *ref_340 serializedName: blobUri - language: &ref_4793 + language: &ref_2891 default: name: blobUri description: The Virtual Hard Disk. - go: - name: BlobURI - description: The Virtual Hard Disk. protocol: {} - schema: *ref_161 serializedName: caching - language: &ref_4796 + language: &ref_2894 default: name: caching description: >- Specifies the caching requirements.

    Possible values are:

    **None**

    **ReadOnly**

    **ReadWrite**

    Default: **None for Standard storage. ReadOnly for Premium storage** - go: - name: Caching - description: |- - Specifies the caching requirements. - - Possible values are: - - None - - ReadOnly - - ReadWrite - - Default: None for Standard storage. ReadOnly for Premium storage protocol: {} - schema: *ref_341 serializedName: diskSizeGB - language: &ref_4815 + language: &ref_2913 default: name: diskSizeGB description: >- Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of empty data disks in gigabytes. This element can be used to overwrite the name of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_44 serializedName: storageAccountType - language: &ref_4816 + language: &ref_2914 default: name: storageAccountType description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' - go: - name: StorageAccountType - description: 'Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.' protocol: {} - schema: *ref_45 serializedName: diskEncryptionSet - language: &ref_4794 + language: &ref_2892 default: name: diskEncryptionSet description: Specifies the customer managed disk encryption set resource id for the managed image disk. - go: - name: DiskEncryptionSet - description: Specifies the customer managed disk encryption set resource id for the managed image disk. protocol: {} serializationFormats: - json usage: - input - output - language: &ref_4792 + language: &ref_2890 default: name: ImageDisk description: Describes a image disk. namespace: '' - go: - name: ImageDisk - description: ImageDisk - Describes a image disk. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_337 @@ -24930,31 +17125,18 @@ schemas: - schema: *ref_26 required: true serializedName: osType - language: &ref_4790 + language: &ref_2888 default: name: osType description: 'This property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: OSType - description: |- - REQUIRED; This property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image. - - Possible values are: - - Windows - - Linux protocol: {} - schema: *ref_342 required: true serializedName: osState - language: &ref_4791 + language: &ref_2889 default: name: osState description: The OS State. - go: - name: OSState - description: REQUIRED; The OS State. protocol: {} serializationFormats: - json @@ -24966,27 +17148,16 @@ schemas: name: ImageOSDisk description: Describes an Operating System disk. namespace: '' - go: - name: ImageOSDisk - description: ImageOSDisk - Describes an Operating System disk. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk - language: &ref_4789 + language: &ref_2887 default: name: osDisk description: >- Specifies information about the operating system disk used by the virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: OSDisk - description: |- - Specifies information about the operating system disk used by the virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. protocol: {} - - schema: &ref_1201 + - schema: &ref_1200 type: array apiVersions: - version: '2021-03-01' @@ -24997,38 +17168,21 @@ schemas: description: >- Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: '[]*ImageDataDisk' - description: >- - Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual - machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks - language: &ref_4797 + language: &ref_2895 default: name: dataDisks description: >- Specifies the parameters that are used to add a data disk to a virtual machine.

    For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview). - go: - name: DataDisks - description: |- - Specifies the parameters that are used to add a data disk to a virtual machine. - - For more information about disks, see About disks and VHDs for Azure virtual machines [https://docs.microsoft.com/azure/virtual-machines/managed-disks-overview]. - byValue: true protocol: {} - schema: *ref_343 serializedName: zoneResilient - language: &ref_4802 + language: &ref_2900 default: name: zoneResilient description: Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). - go: - name: ZoneResilient - description: Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). protocol: {} serializationFormats: - json @@ -25040,46 +17194,29 @@ schemas: name: ImageStorageProfile description: Describes a storage profile. namespace: '' - go: - name: ImageStorageProfile - description: ImageStorageProfile - Describes a storage profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile - language: &ref_4788 + language: &ref_2886 default: name: storageProfile description: Specifies the storage settings for the virtual machine disks. - go: - name: StorageProfile - description: Specifies the storage settings for the virtual machine disks. protocol: {} - schema: *ref_344 readOnly: true serializedName: provisioningState - language: &ref_4798 + language: &ref_2896 default: name: provisioningState description: The provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state. protocol: {} - schema: *ref_29 serializedName: hyperVGeneration - language: &ref_4813 + language: &ref_2911 default: name: hyperVGeneration description: >- Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource. - go: - name: HyperVGeneration - description: |- - Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is - managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource. protocol: {} serializationFormats: - json @@ -25091,22 +17228,14 @@ schemas: name: ImageProperties description: Describes the properties of an Image. namespace: '' - go: - name: ImageProperties - description: ImageProperties - Describes the properties of an Image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4787 + language: &ref_2885 default: name: properties description: Describes the properties of an Image. - go: - name: Properties - description: Describes the properties of an Image. protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -25114,9 +17243,6 @@ schemas: default: name: extendedLocation description: The extended location of the Image. - go: - name: ExtendedLocation - description: The extended location of the Image. protocol: {} serializationFormats: - json @@ -25128,13 +17254,6 @@ schemas: name: Image description: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. namespace: '' - go: - name: Image - description: |- - Image - The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not - exist. - marshallingFormat: json - namespace: '' protocol: {} - &ref_574 type: object @@ -25146,12 +17265,12 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_608 + - schema: &ref_607 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_720 + - schema: &ref_719 type: object apiVersions: - version: '2021-03-01' @@ -25159,23 +17278,17 @@ schemas: - schema: *ref_345 readOnly: true serializedName: location - language: &ref_4845 + language: &ref_2943 default: name: location description: Location of the source resource used to create this restore point collection. - go: - name: Location - description: READ-ONLY; Location of the source resource used to create this restore point collection. protocol: {} - schema: *ref_346 serializedName: id - language: &ref_4843 + language: &ref_2941 default: name: id description: Resource Id of the source resource used to create this restore point collection - go: - name: ID - description: Resource Id of the source resource used to create this restore point collection protocol: {} serializationFormats: - json @@ -25187,44 +17300,30 @@ schemas: name: RestorePointCollectionSourceProperties description: The properties of the source resource that this restore point collection is created from. namespace: '' - go: - name: RestorePointCollectionSourceProperties - description: RestorePointCollectionSourceProperties - The properties of the source resource that this restore point collection is created from. - marshallingFormat: json - namespace: '' protocol: {} serializedName: source - language: &ref_4842 + language: &ref_2940 default: name: source description: The properties of the source resource that this restore point collection is created from. - go: - name: Source - description: The properties of the source resource that this restore point collection is created from. protocol: {} - schema: *ref_347 readOnly: true serializedName: provisioningState - language: &ref_4846 + language: &ref_2944 default: name: provisioningState description: The provisioning state of the restore point collection. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state of the restore point collection. protocol: {} - schema: *ref_348 readOnly: true serializedName: restorePointCollectionId - language: &ref_4847 + language: &ref_2945 default: name: restorePointCollectionId description: The unique id of the restore point collection. - go: - name: RestorePointCollectionID - description: READ-ONLY; The unique id of the restore point collection. protocol: {} - - schema: &ref_1207 + - schema: &ref_1206 type: array apiVersions: - version: '2021-03-01' @@ -25247,24 +17346,18 @@ schemas: - schema: *ref_350 readOnly: true serializedName: id - language: &ref_4888 + language: &ref_2986 default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - schema: *ref_351 readOnly: true serializedName: name - language: &ref_4889 + language: &ref_2987 default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - schema: *ref_352 readOnly: true @@ -25273,9 +17366,6 @@ schemas: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} serializationFormats: - json @@ -25284,54 +17374,43 @@ schemas: - output extensions: x-ms-azure-resource: true - language: &ref_4887 + language: &ref_2985 default: name: ProxyResource description: The resource model definition for an Azure Resource Manager proxy resource. It will not have tags and a location namespace: '' - go: - name: ProxyResource - description: ProxyResource - The resource model definition for an Azure Resource Manager proxy resource. It will not have tags and a location - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_353 properties: - - schema: &ref_721 + - schema: &ref_720 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_354 serializedName: hardwareProfile - language: &ref_4861 + language: &ref_2959 default: name: hardwareProfile description: Gets the hardware profile. - go: - name: HardwareProfile - description: Gets the hardware profile. protocol: {} - - schema: &ref_722 + - schema: &ref_721 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_723 + - schema: &ref_722 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_355 serializedName: osType - language: &ref_4864 + language: &ref_2962 default: name: osType description: Gets the Operating System type. - go: - name: OSType - description: Gets the Operating System type. protocol: {} - schema: *ref_241 serializedName: encryptionSettings @@ -25339,29 +17418,20 @@ schemas: default: name: encryptionSettings description: Gets the disk encryption settings. - go: - name: EncryptionSettings - description: Gets the disk encryption settings. protocol: {} - schema: *ref_356 serializedName: name - language: &ref_4865 + language: &ref_2963 default: name: name description: Gets the disk name. - go: - name: Name - description: Gets the disk name. protocol: {} - schema: *ref_161 serializedName: caching - language: &ref_4866 + language: &ref_2964 default: name: caching description: Gets the caching type. - go: - name: Caching - description: Gets the caching type. protocol: {} - schema: *ref_357 serializedName: diskSizeGB @@ -25369,29 +17439,20 @@ schemas: default: name: diskSizeGB description: Gets the disk size in GB. - go: - name: DiskSizeGB - description: Gets the disk size in GB. protocol: {} - schema: *ref_78 serializedName: managedDisk - language: &ref_4867 + language: &ref_2965 default: name: managedDisk description: Gets the managed disk details - go: - name: ManagedDisk - description: Gets the managed disk details protocol: {} - schema: *ref_68 serializedName: diskRestorePoint - language: &ref_4868 + language: &ref_2966 default: name: diskRestorePoint description: Gets the disk restore point Id. - go: - name: DiskRestorePoint - description: Gets the disk restore point Id. protocol: {} serializationFormats: - json @@ -25403,59 +17464,42 @@ schemas: name: RestorePointSourceVMOSDisk description: Describes an Operating System disk. namespace: '' - go: - name: RestorePointSourceVMOSDisk - description: RestorePointSourceVMOSDisk - Describes an Operating System disk. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk - language: &ref_4863 + language: &ref_2961 default: name: osDisk description: Gets the OS disk of the VM captured at the time of the restore point creation. - go: - name: OSDisk - description: Gets the OS disk of the VM captured at the time of the restore point creation. protocol: {} - - schema: &ref_1205 + - schema: &ref_1204 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_724 + elementType: &ref_723 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_358 serializedName: lun - language: &ref_4870 + language: &ref_2968 default: name: lun description: Gets the logical unit number. - go: - name: Lun - description: Gets the logical unit number. protocol: {} - schema: *ref_359 serializedName: name - language: &ref_4871 + language: &ref_2969 default: name: name description: Gets the disk name. - go: - name: Name - description: Gets the disk name. protocol: {} - schema: *ref_161 serializedName: caching - language: &ref_4872 + language: &ref_2970 default: name: caching description: Gets the caching type. - go: - name: Caching - description: Gets the caching type. protocol: {} - schema: *ref_360 serializedName: diskSizeGB @@ -25463,29 +17507,20 @@ schemas: default: name: diskSizeGB description: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. - go: - name: DiskSizeGB - description: Gets the initial disk size in GB for blank data disks, and the new desired size for existing OS and Data disks. protocol: {} - schema: *ref_78 serializedName: managedDisk - language: &ref_4873 + language: &ref_2971 default: name: managedDisk description: Gets the managed disk details - go: - name: ManagedDisk - description: Gets the managed disk details protocol: {} - schema: *ref_68 serializedName: diskRestorePoint - language: &ref_4874 + language: &ref_2972 default: name: diskRestorePoint description: Gets the disk restore point Id. - go: - name: DiskRestorePoint - description: Gets the disk restore point Id. protocol: {} serializationFormats: - json @@ -25497,31 +17532,17 @@ schemas: name: RestorePointSourceVMDataDisk description: Describes a data disk. namespace: '' - go: - name: RestorePointSourceVMDataDisk - description: RestorePointSourceVMDataDisk - Describes a data disk. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: RestorePointSourceVMStorageProfileDataDisks description: Gets the data disks of the VM captured at the time of the restore point creation. - go: - name: '[]*RestorePointSourceVMDataDisk' - description: Gets the data disks of the VM captured at the time of the restore point creation. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks - language: &ref_4869 + language: &ref_2967 default: name: dataDisks description: Gets the data disks of the VM captured at the time of the restore point creation. - go: - name: DataDisks - description: Gets the data disks of the VM captured at the time of the restore point creation. - byValue: true protocol: {} serializationFormats: - json @@ -25533,41 +17554,26 @@ schemas: name: RestorePointSourceVMStorageProfile description: Describes the storage profile. namespace: '' - go: - name: RestorePointSourceVMStorageProfile - description: RestorePointSourceVMStorageProfile - Describes the storage profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile - language: &ref_4862 + language: &ref_2960 default: name: storageProfile description: Gets the storage profile. - go: - name: StorageProfile - description: Gets the storage profile. protocol: {} - schema: *ref_361 serializedName: osProfile - language: &ref_4875 + language: &ref_2973 default: name: osProfile description: Gets the OS profile. - go: - name: OSProfile - description: Gets the OS profile. protocol: {} - schema: *ref_316 serializedName: diagnosticsProfile - language: &ref_4877 + language: &ref_2975 default: name: diagnosticsProfile description: Gets the diagnostics profile. - go: - name: DiagnosticsProfile - description: Gets the diagnostics profile. protocol: {} - schema: *ref_362 serializedName: licenseType @@ -25575,19 +17581,13 @@ schemas: default: name: licenseType description: Gets the license type, which is for bring your own license scenario. - go: - name: LicenseType - description: Gets the license type, which is for bring your own license scenario. protocol: {} - schema: *ref_363 serializedName: vmId - language: &ref_4878 + language: &ref_2976 default: name: vmId description: Gets the virtual machine unique id. - go: - name: VMID - description: Gets the virtual machine unique id. protocol: {} - schema: *ref_315 serializedName: securityProfile @@ -25595,9 +17595,6 @@ schemas: default: name: securityProfile description: Gets the security profile. - go: - name: SecurityProfile - description: Gets the security profile. protocol: {} serializationFormats: - json @@ -25611,92 +17608,62 @@ schemas: Describes the properties of the Virtual Machine for which the restore point was created. The properties provided are a subset and the snapshot of the overall Virtual Machine properties captured at the time of the restore point creation. namespace: '' - go: - name: RestorePointSourceMetadata - description: >- - RestorePointSourceMetadata - Describes the properties of the Virtual Machine for which the restore point was created. The properties provided are a subset and the snapshot of the overall Virtual - Machine properties captured at the - - time of the restore point creation. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: sourceMetadata - language: &ref_4860 + language: &ref_2958 default: name: sourceMetadata description: Gets the details of the VM captured at the time of the restore point creation. - go: - name: SourceMetadata - description: READ-ONLY; Gets the details of the VM captured at the time of the restore point creation. protocol: {} - schema: *ref_364 readOnly: true serializedName: provisioningState - language: &ref_4879 + language: &ref_2977 default: name: provisioningState description: Gets the provisioning state of the restore point. - go: - name: ProvisioningState - description: READ-ONLY; Gets the provisioning state of the restore point. protocol: {} - schema: *ref_365 readOnly: true serializedName: consistencyMode - language: &ref_4880 + language: &ref_2978 default: name: consistencyMode description: Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. - go: - name: ConsistencyMode - description: READ-ONLY; Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. protocol: {} - - schema: &ref_725 + - schema: &ref_724 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_366 serializedName: creationTime - language: &ref_4882 + language: &ref_2980 default: name: creationTime description: Gets the creation time of the restore point. - go: - name: CreationTime - description: Gets the creation time of the restore point. protocol: {} - schema: *ref_367 serializedName: totalUsedSizeInBytes - language: &ref_4883 + language: &ref_2981 default: name: totalUsedSizeInBytes description: Gets the total size of the data in all the disks which are part of the restore point. - go: - name: TotalUsedSizeInBytes - description: Gets the total size of the data in all the disks which are part of the restore point. protocol: {} - schema: *ref_368 serializedName: statusCode - language: &ref_4884 + language: &ref_2982 default: name: statusCode description: Gets the status of the Create restore point operation. - go: - name: StatusCode - description: Gets the status of the Create restore point operation. protocol: {} - schema: *ref_369 serializedName: statusMessage - language: &ref_4885 + language: &ref_2983 default: name: statusMessage description: Gets the status message of the Create restore point operation. - go: - name: StatusMessage - description: Gets the status message of the Create restore point operation. protocol: {} serializationFormats: - json @@ -25708,24 +17675,15 @@ schemas: name: RestorePointProvisioningDetails description: Restore Point Provisioning details. namespace: '' - go: - name: RestorePointProvisioningDetails - description: RestorePointProvisioningDetails - Restore Point Provisioning details. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: provisioningDetails - language: &ref_4881 + language: &ref_2979 default: name: provisioningDetails description: Gets the provisioning details set by the server during Create restore point operation. - go: - name: ProvisioningDetails - description: READ-ONLY; Gets the provisioning details set by the server during Create restore point operation. protocol: {} - - schema: &ref_1206 + - schema: &ref_1205 type: array apiVersions: - version: '2021-03-01' @@ -25734,21 +17692,12 @@ schemas: default: name: RestorePointExcludeDisks description: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. - go: - name: '[]*APIEntityReference' - description: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: excludeDisks - language: &ref_4886 + language: &ref_2984 default: name: excludeDisks description: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. - go: - name: ExcludeDisks - description: List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included. - byValue: true protocol: {} serializationFormats: - json @@ -25760,33 +17709,18 @@ schemas: name: RestorePoint description: Restore Point details. namespace: '' - go: - name: RestorePoint - description: RestorePoint - Restore Point details. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: RestorePointCollectionPropertiesRestorePoints description: A list containing all restore points created under this restore point collection. - go: - name: '[]*RestorePoint' - description: A list containing all restore points created under this restore point collection. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: restorePoints - language: &ref_4859 + language: &ref_2957 default: name: restorePoints description: A list containing all restore points created under this restore point collection. - go: - name: RestorePoints - description: READ-ONLY; A list containing all restore points created under this restore point collection. - byValue: true protocol: {} serializationFormats: - json @@ -25798,23 +17732,14 @@ schemas: name: RestorePointCollectionProperties description: The restore point collection properties. namespace: '' - go: - name: RestorePointCollectionProperties - description: RestorePointCollectionProperties - The restore point collection properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4841 + language: &ref_2939 default: name: properties description: The restore point collection properties. - go: - name: Properties - description: The restore point collection properties. protocol: {} serializationFormats: - json @@ -25826,11 +17751,6 @@ schemas: name: RestorePointCollection description: Create or update Restore Point collection parameters. namespace: '' - go: - name: RestorePointCollection - description: RestorePointCollection - Create or update Restore Point collection parameters. - marshallingFormat: json - namespace: '' protocol: {} - &ref_575 type: object @@ -25842,7 +17762,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_823 + - schema: &ref_822 type: object apiVersions: - version: '2021-03-01' @@ -25854,11 +17774,8 @@ schemas: default: name: policy description: The rolling upgrade policies applied for this upgrade. - go: - name: Policy - description: READ-ONLY; The rolling upgrade policies applied for this upgrade. protocol: {} - - schema: &ref_824 + - schema: &ref_823 type: object apiVersions: - version: '2021-03-01' @@ -25870,9 +17787,6 @@ schemas: default: name: code description: Code indicating the current status of the upgrade. - go: - name: Code - description: READ-ONLY; Code indicating the current status of the upgrade. protocol: {} - schema: *ref_372 readOnly: true @@ -25881,9 +17795,6 @@ schemas: default: name: startTime description: Start time of the upgrade. - go: - name: StartTime - description: READ-ONLY; Start time of the upgrade. protocol: {} - schema: *ref_373 readOnly: true @@ -25892,9 +17803,6 @@ schemas: default: name: lastAction description: The last action performed on the rolling upgrade. - go: - name: LastAction - description: READ-ONLY; The last action performed on the rolling upgrade. protocol: {} - schema: *ref_374 readOnly: true @@ -25903,9 +17811,6 @@ schemas: default: name: lastActionTime description: Last action time of the upgrade. - go: - name: LastActionTime - description: READ-ONLY; Last action time of the upgrade. protocol: {} serializationFormats: - json @@ -25917,12 +17822,6 @@ schemas: name: RollingUpgradeRunningStatus description: Information about the current running state of the overall upgrade. namespace: '' - go: - name: RollingUpgradeRunningStatus - description: RollingUpgradeRunningStatus - Information about the current running state of the overall upgrade. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: runningStatus @@ -25930,11 +17829,8 @@ schemas: default: name: runningStatus description: Information about the current running state of the overall upgrade. - go: - name: RunningStatus - description: READ-ONLY; Information about the current running state of the overall upgrade. protocol: {} - - schema: &ref_812 + - schema: &ref_811 type: object apiVersions: - version: '2021-03-01' @@ -25946,9 +17842,6 @@ schemas: default: name: successfulInstanceCount description: The number of instances that have been successfully upgraded. - go: - name: SuccessfulInstanceCount - description: READ-ONLY; The number of instances that have been successfully upgraded. protocol: {} - schema: *ref_376 readOnly: true @@ -25957,9 +17850,6 @@ schemas: default: name: failedInstanceCount description: The number of instances that have failed to be upgraded successfully. - go: - name: FailedInstanceCount - description: READ-ONLY; The number of instances that have failed to be upgraded successfully. protocol: {} - schema: *ref_377 readOnly: true @@ -25968,9 +17858,6 @@ schemas: default: name: inProgressInstanceCount description: The number of instances that are currently being upgraded. - go: - name: InProgressInstanceCount - description: READ-ONLY; The number of instances that are currently being upgraded. protocol: {} - schema: *ref_378 readOnly: true @@ -25979,9 +17866,6 @@ schemas: default: name: pendingInstanceCount description: The number of instances that have not yet begun to be upgraded. - go: - name: PendingInstanceCount - description: READ-ONLY; The number of instances that have not yet begun to be upgraded. protocol: {} serializationFormats: - json @@ -25993,11 +17877,6 @@ schemas: name: RollingUpgradeProgressInfo description: Information about the number of virtual machine instances in each upgrade state. namespace: '' - go: - name: RollingUpgradeProgressInfo - description: RollingUpgradeProgressInfo - Information about the number of virtual machine instances in each upgrade state. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: progress @@ -26005,9 +17884,6 @@ schemas: default: name: progress description: Information about the number of virtual machine instances in each upgrade state. - go: - name: Progress - description: READ-ONLY; Information about the number of virtual machine instances in each upgrade state. protocol: {} - schema: *ref_270 readOnly: true @@ -26016,9 +17892,6 @@ schemas: default: name: error description: Error details for this upgrade, if there are any. - go: - name: Error - description: READ-ONLY; Error details for this upgrade, if there are any. protocol: {} serializationFormats: - json @@ -26030,11 +17903,6 @@ schemas: name: RollingUpgradeStatusInfoProperties description: The status of the latest virtual machine scale set rolling upgrade. namespace: '' - go: - name: RollingUpgradeStatusInfoProperties - description: RollingUpgradeStatusInfoProperties - The status of the latest virtual machine scale set rolling upgrade. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -26043,9 +17911,6 @@ schemas: default: name: properties description: The status of the latest virtual machine scale set rolling upgrade. - go: - name: Properties - description: The status of the latest virtual machine scale set rolling upgrade. protocol: {} serializationFormats: - json @@ -26057,11 +17922,6 @@ schemas: name: RollingUpgradeStatusInfo description: The status of the latest virtual machine scale set rolling upgrade. namespace: '' - go: - name: RollingUpgradeStatusInfo - description: RollingUpgradeStatusInfo - The status of the latest virtual machine scale set rolling upgrade. - marshallingFormat: json - namespace: '' protocol: {} - &ref_576 type: object @@ -26080,9 +17940,6 @@ schemas: default: name: instanceId description: The virtual machine instance ID. - go: - name: InstanceID - description: READ-ONLY; The virtual machine instance ID. protocol: {} - schema: *ref_285 readOnly: true @@ -26091,11 +17948,8 @@ schemas: default: name: sku description: The virtual machine SKU. - go: - name: SKU - description: READ-ONLY; The virtual machine SKU. protocol: {} - - schema: &ref_829 + - schema: &ref_828 type: object apiVersions: - version: '2021-03-01' @@ -26103,69 +17957,51 @@ schemas: - schema: *ref_380 readOnly: true serializedName: latestModelApplied - language: &ref_5012 + language: &ref_3110 default: name: latestModelApplied description: Specifies whether the latest model has been applied to the virtual machine. - go: - name: LatestModelApplied - description: READ-ONLY; Specifies whether the latest model has been applied to the virtual machine. protocol: {} - schema: *ref_381 readOnly: true serializedName: vmId - language: &ref_5013 + language: &ref_3111 default: name: vmId description: Azure VM unique ID. - go: - name: VMID - description: READ-ONLY; Azure VM unique ID. protocol: {} - - schema: &ref_830 + - schema: &ref_829 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_382 serializedName: platformUpdateDomain - language: &ref_5034 + language: &ref_3132 default: name: platformUpdateDomain description: The Update Domain count. - go: - name: PlatformUpdateDomain - description: The Update Domain count. protocol: {} - schema: *ref_383 serializedName: platformFaultDomain - language: &ref_5035 + language: &ref_3133 default: name: platformFaultDomain description: The Fault Domain count. - go: - name: PlatformFaultDomain - description: The Fault Domain count. protocol: {} - schema: *ref_384 serializedName: rdpThumbPrint - language: &ref_5036 + language: &ref_3134 default: name: rdpThumbPrint description: The Remote desktop certificate thumbprint. - go: - name: RdpThumbPrint - description: The Remote desktop certificate thumbprint. protocol: {} - schema: *ref_385 serializedName: vmAgent - language: &ref_5037 + language: &ref_3135 default: name: vmAgent description: The VM Agent running on the virtual machine. - go: - name: VMAgent - description: The VM Agent running on the virtual machine. protocol: {} - schema: *ref_386 serializedName: maintenanceRedeployStatus @@ -26173,11 +18009,8 @@ schemas: default: name: maintenanceRedeployStatus description: The Maintenance Operation status on the virtual machine. - go: - name: MaintenanceRedeployStatus - description: The Maintenance Operation status on the virtual machine. protocol: {} - - schema: &ref_1241 + - schema: &ref_1240 type: array apiVersions: - version: '2021-03-01' @@ -26186,23 +18019,14 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewDisks description: The disks information. - go: - name: '[]*DiskInstanceView' - description: The disks information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: disks - language: &ref_5038 + language: &ref_3136 default: name: disks description: The disks information. - go: - name: Disks - description: The disks information. - byValue: true protocol: {} - - schema: &ref_1242 + - schema: &ref_1241 type: array apiVersions: - version: '2021-03-01' @@ -26211,21 +18035,12 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewExtensions description: The extensions information. - go: - name: '[]*VirtualMachineExtensionInstanceView' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensions - language: &ref_5040 + language: &ref_3138 default: name: extensions description: The extensions information. - go: - name: Extensions - description: The extensions information. - byValue: true protocol: {} - schema: *ref_388 readOnly: true @@ -26234,28 +18049,17 @@ schemas: default: name: vmHealth description: The health status for the VM. - go: - name: VMHealth - description: READ-ONLY; The health status for the VM. protocol: {} - schema: *ref_389 serializedName: bootDiagnostics - language: &ref_5041 + language: &ref_3139 default: name: bootDiagnostics description: >- Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.

    You can easily view the output of your console log.

    Azure also enables you to see a screenshot of the VM from the hypervisor. - go: - name: BootDiagnostics - description: |- - Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. - - You can easily view the output of your console log. - - Azure also enables you to see a screenshot of the VM from the hypervisor. protocol: {} - - schema: &ref_1243 + - schema: &ref_1242 type: array apiVersions: - version: '2021-03-01' @@ -26264,41 +18068,22 @@ schemas: default: name: VirtualMachineScaleSetVMInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses - language: &ref_5042 + language: &ref_3140 default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} - schema: *ref_390 readOnly: true serializedName: assignedHost - language: &ref_5043 + language: &ref_3141 default: name: assignedHost description: >- Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has automatic placement enabled.

    Minimum api-version: 2020-06-01. - go: - name: AssignedHost - description: >- - READ-ONLY; Resource id of the dedicated host, on which the virtual machine is allocated through automatic placement, when the virtual machine is associated with a dedicated host group that has - automatic - - placement enabled. - - - Minimum api-version: 2020-06-01. protocol: {} - schema: *ref_391 serializedName: placementGroupId @@ -26306,9 +18091,6 @@ schemas: default: name: placementGroupId description: The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. - go: - name: PlacementGroupID - description: The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId. protocol: {} serializationFormats: - json @@ -26320,12 +18102,6 @@ schemas: name: VirtualMachineScaleSetVMInstanceView description: The instance view of a virtual machine scale set VM. namespace: '' - go: - name: VirtualMachineScaleSetVMInstanceView - description: VirtualMachineScaleSetVMInstanceView - The instance view of a virtual machine scale set VM. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: instanceView @@ -26333,29 +18109,20 @@ schemas: default: name: instanceView description: The virtual machine instance view. - go: - name: InstanceView - description: READ-ONLY; The virtual machine instance view. protocol: {} - schema: *ref_354 serializedName: hardwareProfile - language: &ref_5014 + language: &ref_3112 default: name: hardwareProfile description: Specifies the hardware settings for the virtual machine. - go: - name: HardwareProfile - description: Specifies the hardware settings for the virtual machine. protocol: {} - schema: *ref_392 serializedName: storageProfile - language: &ref_5015 + language: &ref_3113 default: name: storageProfile description: Specifies the storage settings for the virtual machine disks. - go: - name: StorageProfile - description: Specifies the storage settings for the virtual machine disks. protocol: {} - schema: *ref_329 serializedName: additionalCapabilities @@ -26365,21 +18132,13 @@ schemas: description: >- Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type. - go: - name: AdditionalCapabilities - description: |- - Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with - UltraSSD_LRS storage account type. protocol: {} - schema: *ref_361 serializedName: osProfile - language: &ref_5017 + language: &ref_3115 default: name: osProfile description: Specifies the operating system settings for the virtual machine. - go: - name: OSProfile - description: Specifies the operating system settings for the virtual machine. protocol: {} - schema: *ref_315 serializedName: securityProfile @@ -26387,26 +18146,20 @@ schemas: default: name: securityProfile description: Specifies the Security related profile settings for the virtual machine. - go: - name: SecurityProfile - description: Specifies the Security related profile settings for the virtual machine. protocol: {} - schema: *ref_393 serializedName: networkProfile - language: &ref_5018 + language: &ref_3116 default: name: networkProfile description: Specifies the network interfaces of the virtual machine. - go: - name: NetworkProfile - description: Specifies the network interfaces of the virtual machine. protocol: {} - - schema: &ref_831 + - schema: &ref_830 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1244 + - schema: &ref_1243 type: array apiVersions: - version: '2021-03-01' @@ -26415,21 +18168,12 @@ schemas: default: name: VirtualMachineScaleSetVMNetworkProfileConfigurationNetworkInterfaceConfigurations description: The list of network configurations. - go: - name: '[]*VirtualMachineScaleSetNetworkConfiguration' - description: The list of network configurations. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaceConfigurations - language: &ref_5020 + language: &ref_3118 default: name: networkInterfaceConfigurations description: The list of network configurations. - go: - name: NetworkInterfaceConfigurations - description: The list of network configurations. - byValue: true protocol: {} serializationFormats: - json @@ -26441,34 +18185,19 @@ schemas: name: VirtualMachineScaleSetVMNetworkProfileConfiguration description: Describes a virtual machine scale set VM network profile. namespace: '' - go: - name: VirtualMachineScaleSetVMNetworkProfileConfiguration - description: VirtualMachineScaleSetVMNetworkProfileConfiguration - Describes a virtual machine scale set VM network profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfileConfiguration - language: &ref_5019 + language: &ref_3117 default: name: networkProfileConfiguration description: Specifies the network profile configuration of the virtual machine. - go: - name: NetworkProfileConfiguration - description: Specifies the network profile configuration of the virtual machine. protocol: {} - schema: *ref_316 serializedName: diagnosticsProfile - language: &ref_5021 + language: &ref_3119 default: name: diagnosticsProfile description: 'Specifies the boot diagnostic settings state.

    Minimum api-version: 2015-06-15.' - go: - name: DiagnosticsProfile - description: |- - Specifies the boot diagnostic settings state. - - Minimum api-version: 2015-06-15. protocol: {} - schema: *ref_22 serializedName: availabilitySet @@ -26482,26 +18211,14 @@ schemas: availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. - go: - name: AvailabilitySet - description: |- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize - availability. For more information about availability sets, see Availability sets overview [https://docs.microsoft.com/azure/virtual-machines/availability-set-overview]. - - For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure [https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates] - - Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. protocol: {} - schema: *ref_394 readOnly: true serializedName: provisioningState - language: &ref_5022 + language: &ref_3120 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: *ref_395 serializedName: licenseType @@ -26513,41 +18230,16 @@ schemas: Possible values for Linux Server operating system are:

    RHEL_BYOS (for RHEL)

    SLES_BYOS (for SUSE)

    For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)

    [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)

    Minimum api-version: 2015-06-15 - go: - name: LicenseType - description: |- - Specifies that the image or disk that is being used was licensed on-premises. - - Possible values for Windows Server operating system are: - - WindowsClient - - WindowsServer - - Possible values for Linux Server operating system are: - - RHELBYOS (for RHEL) - - SLESBYOS (for SUSE) - - For more information, see Azure Hybrid Use Benefit for Windows Server [https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing] - - Azure Hybrid Use Benefit for Linux Server [https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux] - - Minimum api-version: 2015-06-15 protocol: {} - schema: *ref_396 readOnly: true serializedName: modelDefinitionApplied - language: &ref_5023 + language: &ref_3121 default: name: modelDefinitionApplied description: Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. - go: - name: ModelDefinitionApplied - description: READ-ONLY; Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. protocol: {} - - schema: &ref_832 + - schema: &ref_831 type: object apiVersions: - version: '2021-03-01' @@ -26558,9 +18250,6 @@ schemas: default: name: protectFromScaleIn description: Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. - go: - name: ProtectFromScaleIn - description: Indicates that the virtual machine scale set VM shouldn't be considered for deletion during a scale-in operation. protocol: {} - schema: *ref_398 serializedName: protectFromScaleSetActions @@ -26568,9 +18257,6 @@ schemas: default: name: protectFromScaleSetActions description: Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. - go: - name: ProtectFromScaleSetActions - description: Indicates that model updates or actions (including scale-in) initiated on the virtual machine scale set should not be applied to the virtual machine scale set VM. protocol: {} serializationFormats: - json @@ -26582,33 +18268,19 @@ schemas: name: VirtualMachineScaleSetVMProtectionPolicy description: The protection policy of a virtual machine scale set VM. namespace: '' - go: - name: VirtualMachineScaleSetVMProtectionPolicy - description: VirtualMachineScaleSetVMProtectionPolicy - The protection policy of a virtual machine scale set VM. - marshallingFormat: json - namespace: '' protocol: {} serializedName: protectionPolicy language: default: name: protectionPolicy description: Specifies the protection policy of the virtual machine. - go: - name: ProtectionPolicy - description: Specifies the protection policy of the virtual machine. protocol: {} - schema: *ref_399 serializedName: userData - language: &ref_5024 + language: &ref_3122 default: name: userData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: UserData - description: |- - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. - - Minimum api-version: 2021-03-01 protocol: {} serializationFormats: - json @@ -26620,22 +18292,14 @@ schemas: name: VirtualMachineScaleSetVMProperties description: Describes the properties of a virtual machine scale set virtual machine. namespace: '' - go: - name: VirtualMachineScaleSetVMProperties - description: VirtualMachineScaleSetVMProperties - Describes the properties of a virtual machine scale set virtual machine. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5011 + language: &ref_3109 default: name: properties description: Describes the properties of a virtual machine scale set virtual machine. - go: - name: Properties - description: Describes the properties of a virtual machine scale set virtual machine. protocol: {} - schema: *ref_286 serializedName: plan @@ -26646,14 +18310,8 @@ schemas: Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. - go: - name: Plan - description: |- - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. protocol: {} - - schema: &ref_1245 + - schema: &ref_1244 type: array apiVersions: - version: '2021-03-01' @@ -26662,24 +18320,15 @@ schemas: default: name: VirtualMachineScaleSetVMResources description: The virtual machine child extension resources. - go: - name: '[]*VirtualMachineExtension' - description: The virtual machine child extension resources. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: resources - language: &ref_5025 + language: &ref_3123 default: name: resources description: The virtual machine child extension resources. - go: - name: Resources - description: READ-ONLY; The virtual machine child extension resources. - byValue: true protocol: {} - - schema: &ref_1246 + - schema: &ref_1245 type: array apiVersions: - version: '2021-03-01' @@ -26688,11 +18337,6 @@ schemas: default: name: VirtualMachineScaleSetVMZones description: The virtual machine zones. - go: - name: '[]*string' - description: The virtual machine zones. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: zones @@ -26700,10 +18344,6 @@ schemas: default: name: zones description: The virtual machine zones. - go: - name: Zones - description: READ-ONLY; The virtual machine zones. - byValue: true protocol: {} serializationFormats: - json @@ -26715,12 +18355,6 @@ schemas: name: VirtualMachineScaleSetVM description: Describes a virtual machine scale set virtual machine. namespace: '' - go: - name: VirtualMachineScaleSetVM - description: VirtualMachineScaleSetVM - Describes a virtual machine scale set virtual machine. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_577 type: object @@ -26732,25 +18366,22 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_620 + - schema: &ref_619 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_863 + - schema: &ref_862 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_401 serializedName: script - language: &ref_5130 + language: &ref_3228 default: name: script description: Specifies the script content to be executed on the VM. - go: - name: Script - description: Specifies the script content to be executed on the VM. protocol: {} - schema: *ref_402 serializedName: scriptUri @@ -26758,9 +18389,6 @@ schemas: default: name: scriptUri description: Specifies the script download location. - go: - name: ScriptURI - description: Specifies the script download location. protocol: {} - schema: *ref_403 serializedName: commandId @@ -26768,9 +18396,6 @@ schemas: default: name: commandId description: Specifies a commandId of predefined built-in script. - go: - name: CommandID - description: Specifies a commandId of predefined built-in script. protocol: {} serializationFormats: - json @@ -26782,22 +18407,14 @@ schemas: name: VirtualMachineRunCommandScriptSource description: Describes the script sources for run command. namespace: '' - go: - name: VirtualMachineRunCommandScriptSource - description: VirtualMachineRunCommandScriptSource - Describes the script sources for run command. - marshallingFormat: json - namespace: '' protocol: {} serializedName: source - language: &ref_5129 + language: &ref_3227 default: name: source description: The source of the run command script. - go: - name: Source - description: The source of the run command script. protocol: {} - - schema: &ref_1254 + - schema: &ref_1253 type: array apiVersions: - version: '2021-03-01' @@ -26809,24 +18426,18 @@ schemas: - schema: *ref_404 required: true serializedName: name - language: &ref_5132 + language: &ref_3230 default: name: name description: The run command parameter name. - go: - name: Name - description: REQUIRED; The run command parameter name. protocol: {} - schema: *ref_405 required: true serializedName: value - language: &ref_5133 + language: &ref_3231 default: name: value description: The run command parameter value. - go: - name: Value - description: REQUIRED; The run command parameter value. protocol: {} serializationFormats: - json @@ -26838,33 +18449,19 @@ schemas: name: RunCommandInputParameter description: Describes the properties of a run command parameter. namespace: '' - go: - name: RunCommandInputParameter - description: RunCommandInputParameter - Describes the properties of a run command parameter. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineRunCommandPropertiesParameters description: The parameters used by the script. - go: - name: '[]*RunCommandInputParameter' - description: The parameters used by the script. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: parameters - language: &ref_5131 + language: &ref_3229 default: name: parameters description: The parameters used by the script. - go: - name: Parameters - description: The parameters used by the script. - byValue: true protocol: {} - - schema: &ref_1255 + - schema: &ref_1254 type: array apiVersions: - version: '2021-03-01' @@ -26873,61 +18470,40 @@ schemas: default: name: VirtualMachineRunCommandPropertiesProtectedParameters description: The parameters used by the script. - go: - name: '[]*RunCommandInputParameter' - description: The parameters used by the script. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: protectedParameters language: default: name: protectedParameters description: The parameters used by the script. - go: - name: ProtectedParameters - description: The parameters used by the script. - byValue: true protocol: {} - schema: *ref_407 serializedName: asyncExecution - language: &ref_5134 + language: &ref_3232 default: name: asyncExecution description: Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. - go: - name: AsyncExecution - description: Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. protocol: {} - schema: *ref_408 serializedName: runAsUser - language: &ref_5135 + language: &ref_3233 default: name: runAsUser description: Specifies the user account on the VM when executing the run command. - go: - name: RunAsUser - description: Specifies the user account on the VM when executing the run command. protocol: {} - schema: *ref_409 serializedName: runAsPassword - language: &ref_5136 + language: &ref_3234 default: name: runAsPassword description: Specifies the user account password on the VM when executing the run command. - go: - name: RunAsPassword - description: Specifies the user account password on the VM when executing the run command. protocol: {} - schema: *ref_410 serializedName: timeoutInSeconds - language: &ref_5137 + language: &ref_3235 default: name: timeoutInSeconds description: The timeout in seconds to execute the run command. - go: - name: TimeoutInSeconds - description: The timeout in seconds to execute the run command. protocol: {} - schema: *ref_411 serializedName: outputBlobUri @@ -26935,9 +18511,6 @@ schemas: default: name: outputBlobUri description: Specifies the Azure storage blob where script output stream will be uploaded. - go: - name: OutputBlobURI - description: Specifies the Azure storage blob where script output stream will be uploaded. protocol: {} - schema: *ref_412 serializedName: errorBlobUri @@ -26945,22 +18518,16 @@ schemas: default: name: errorBlobUri description: Specifies the Azure storage blob where script error stream will be uploaded. - go: - name: ErrorBlobURI - description: Specifies the Azure storage blob where script error stream will be uploaded. protocol: {} - schema: *ref_413 readOnly: true serializedName: provisioningState - language: &ref_5139 + language: &ref_3237 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_864 + - schema: &ref_863 type: object apiVersions: - version: '2021-03-01' @@ -26971,9 +18538,6 @@ schemas: default: name: executionState description: Script execution status. - go: - name: ExecutionState - description: Script execution status. protocol: {} - schema: *ref_415 serializedName: executionMessage @@ -26981,9 +18545,6 @@ schemas: default: name: executionMessage description: Communicate script configuration errors or execution messages. - go: - name: ExecutionMessage - description: Communicate script configuration errors or execution messages. protocol: {} - schema: *ref_416 serializedName: exitCode @@ -26991,9 +18552,6 @@ schemas: default: name: exitCode description: Exit code returned from script execution. - go: - name: ExitCode - description: Exit code returned from script execution. protocol: {} - schema: *ref_417 serializedName: output @@ -27001,9 +18559,6 @@ schemas: default: name: output description: Script output stream. - go: - name: Output - description: Script output stream. protocol: {} - schema: *ref_418 serializedName: error @@ -27011,9 +18566,6 @@ schemas: default: name: error description: Script error stream. - go: - name: Error - description: Script error stream. protocol: {} - schema: *ref_419 serializedName: startTime @@ -27021,9 +18573,6 @@ schemas: default: name: startTime description: Script start time. - go: - name: StartTime - description: Script start time. protocol: {} - schema: *ref_420 serializedName: endTime @@ -27031,11 +18580,8 @@ schemas: default: name: endTime description: Script end time. - go: - name: EndTime - description: Script end time. protocol: {} - - schema: &ref_1256 + - schema: &ref_1255 type: array apiVersions: - version: '2021-03-01' @@ -27044,21 +18590,12 @@ schemas: default: name: VirtualMachineRunCommandInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -27070,13 +18607,6 @@ schemas: name: VirtualMachineRunCommandInstanceView description: The instance view of a virtual machine run command. namespace: '' - go: - name: VirtualMachineRunCommandInstanceView - description: VirtualMachineRunCommandInstanceView - The instance view of a virtual machine run command. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: instanceView @@ -27084,9 +18614,6 @@ schemas: default: name: instanceView description: The virtual machine run command instance view. - go: - name: InstanceView - description: READ-ONLY; The virtual machine run command instance view. protocol: {} serializationFormats: - json @@ -27098,23 +18625,14 @@ schemas: name: VirtualMachineRunCommandProperties description: Describes the properties of a Virtual Machine run command. namespace: '' - go: - name: VirtualMachineRunCommandProperties - description: VirtualMachineRunCommandProperties - Describes the properties of a Virtual Machine run command. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5128 + language: &ref_3226 default: name: properties description: Describes the properties of a Virtual Machine run command. - go: - name: Properties - description: Describes the properties of a Virtual Machine run command. protocol: {} serializationFormats: - json @@ -27126,11 +18644,6 @@ schemas: name: VirtualMachineRunCommand description: Describes a Virtual Machine run command. namespace: '' - go: - name: VirtualMachineRunCommand - description: VirtualMachineRunCommand - Describes a Virtual Machine run command. - marshallingFormat: json - namespace: '' protocol: {} - &ref_578 type: object @@ -27145,15 +18658,12 @@ schemas: - schema: *ref_421 readOnly: true serializedName: managedBy - language: &ref_5301 + language: &ref_3399 default: name: managedBy description: A relative URI containing the ID of the VM that has the disk attached. - go: - name: ManagedBy - description: READ-ONLY; A relative URI containing the ID of the VM that has the disk attached. protocol: {} - - schema: &ref_1272 + - schema: &ref_1271 type: array apiVersions: - version: '2020-12-01' @@ -27162,11 +18672,6 @@ schemas: default: name: DiskManagedByExtended description: List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - go: - name: '[]*string' - description: List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: managedByExtended @@ -27174,36 +18679,26 @@ schemas: default: name: managedByExtended description: List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - go: - name: ManagedByExtended - description: READ-ONLY; List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - byValue: true protocol: {} - - schema: &ref_900 + - schema: &ref_899 type: object apiVersions: - version: '2020-12-01' properties: - schema: *ref_423 serializedName: name - language: &ref_5268 + language: &ref_3366 default: name: name description: The sku name. - go: - name: Name - description: The sku name. protocol: {} - schema: *ref_424 readOnly: true serializedName: tier - language: &ref_5269 + language: &ref_3367 default: name: tier description: The sku tier. - go: - name: Tier - description: READ-ONLY; The sku tier. protocol: {} serializationFormats: - json @@ -27215,22 +18710,14 @@ schemas: name: DiskSku description: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, or StandardSSD_ZRS. namespace: '' - go: - name: DiskSKU - description: DiskSKU - The disks sku name. Can be StandardLRS, PremiumLRS, StandardSSDLRS, UltraSSDLRS, PremiumZRS, or StandardSSDZRS. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku - language: &ref_5267 + language: &ref_3365 default: name: sku description: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, or StandardSSD_ZRS. - go: - name: SKU - description: The disks sku name. Can be StandardLRS, PremiumLRS, StandardSSDLRS, UltraSSDLRS, PremiumZRS, or StandardSSDZRS. protocol: {} - - schema: &ref_1273 + - schema: &ref_1272 type: array apiVersions: - version: '2020-12-01' @@ -27239,33 +18726,21 @@ schemas: default: name: DiskZones description: The Logical zone list for Disk. - go: - name: '[]*string' - description: The Logical zone list for Disk. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: The Logical zone list for Disk. - go: - name: Zones - description: The Logical zone list for Disk. - byValue: true protocol: {} - schema: *ref_284 serializedName: extendedLocation - language: &ref_5271 + language: &ref_3369 default: name: extendedLocation description: The extended location where the disk will be created. Extended location cannot be changed. - go: - name: ExtendedLocation - description: The extended location where the disk will be created. Extended location cannot be changed. protocol: {} - - schema: &ref_901 + - schema: &ref_900 type: object apiVersions: - version: '2020-12-01' @@ -27274,35 +18749,26 @@ schemas: readOnly: true required: false serializedName: timeCreated - language: &ref_5302 + language: &ref_3400 default: name: timeCreated description: The time when the disk was created. - go: - name: TimeCreated - description: READ-ONLY; The time when the disk was created. protocol: {} - schema: *ref_26 required: false serializedName: osType - language: &ref_5257 + language: &ref_3355 default: name: osType description: The Operating System type. - go: - name: OSType - description: The Operating System type. protocol: {} - schema: *ref_427 required: false serializedName: hyperVGeneration - language: &ref_5260 + language: &ref_3358 default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - schema: &ref_469 type: object @@ -27312,46 +18778,34 @@ schemas: - schema: *ref_24 required: true serializedName: name - language: &ref_5262 + language: &ref_3360 default: name: name description: The plan ID. - go: - name: Name - description: REQUIRED; The plan ID. protocol: {} - schema: *ref_23 required: true serializedName: publisher - language: &ref_5263 + language: &ref_3361 default: name: publisher description: The publisher ID. - go: - name: Publisher - description: REQUIRED; The publisher ID. protocol: {} - schema: *ref_25 required: true serializedName: product - language: &ref_5264 + language: &ref_3362 default: name: product description: Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. - go: - name: Product - description: REQUIRED; Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. protocol: {} - schema: *ref_428 required: false serializedName: promotionCode - language: &ref_5288 + language: &ref_3386 default: name: promotionCode description: The Offer Promotion Code. - go: - name: PromotionCode - description: The Offer Promotion Code. protocol: {} serializationFormats: - json @@ -27363,21 +18817,13 @@ schemas: name: DiskPurchasePlan description: Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. namespace: '' - go: - name: DiskPurchasePlan - description: DiskPurchasePlan - Used for establishing the purchase context of any 3rd Party artifact through MarketPlace. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: purchasePlan - language: &ref_5261 + language: &ref_3359 default: name: purchasePlan description: 'Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}' - go: - name: PurchasePlan - description: 'Purchase plan information for the the image from which the OS disk was created. E.g. - {name: 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer}' protocol: {} - schema: &ref_470 type: object @@ -27387,24 +18833,18 @@ schemas: - schema: *ref_429 required: true serializedName: createOption - language: &ref_5243 + language: &ref_3341 default: name: createOption description: This enumerates the possible sources of a disk's creation. - go: - name: CreateOption - description: REQUIRED; This enumerates the possible sources of a disk's creation. protocol: {} - schema: *ref_430 required: false serializedName: storageAccountId - language: &ref_5255 + language: &ref_3353 default: name: storageAccountId description: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. - go: - name: StorageAccountID - description: Required if createOption is Import. The Azure Resource Manager identifier of the storage account containing the blob to import as a disk. protocol: {} - schema: &ref_433 type: object @@ -27414,13 +18854,10 @@ schemas: - schema: *ref_431 required: true serializedName: id - language: &ref_5259 + language: &ref_3357 default: name: id description: A relative uri containing either a Platform Image Repository or user image reference. - go: - name: ID - description: REQUIRED; A relative uri containing either a Platform Image Repository or user image reference. protocol: {} - schema: *ref_432 required: false @@ -27429,9 +18866,6 @@ schemas: default: name: lun description: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. - go: - name: Lun - description: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use. For OS disks, this field is null. protocol: {} serializationFormats: - json @@ -27443,21 +18877,13 @@ schemas: name: ImageDiskReference description: The source image used for creating the disk. namespace: '' - go: - name: ImageDiskReference - description: ImageDiskReference - The source image used for creating the disk. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: imageReference - language: &ref_5258 + language: &ref_3356 default: name: imageReference description: Disk source information. - go: - name: ImageReference - description: Disk source information. protocol: {} - schema: *ref_433 required: false @@ -27466,69 +18892,49 @@ schemas: default: name: galleryImageReference description: Required if creating from a Gallery Image. The id of the ImageDiskReference will be the ARM id of the shared galley image version from which to create a disk. - go: - name: GalleryImageReference - description: Required if creating from a Gallery Image. The id of the ImageDiskReference will be the ARM id of the shared galley image version from which to create a disk. protocol: {} - schema: *ref_434 required: false serializedName: sourceUri - language: &ref_5256 + language: &ref_3354 default: name: sourceUri description: If createOption is Import, this is the URI of a blob to be imported into a managed disk. - go: - name: SourceURI - description: If createOption is Import, this is the URI of a blob to be imported into a managed disk. protocol: {} - schema: *ref_435 required: false serializedName: sourceResourceId - language: &ref_5254 + language: &ref_3352 default: name: sourceResourceId description: If createOption is Copy, this is the ARM id of the source snapshot or disk. - go: - name: SourceResourceID - description: If createOption is Copy, this is the ARM id of the source snapshot or disk. protocol: {} - schema: *ref_436 readOnly: true required: false serializedName: sourceUniqueId - language: &ref_5351 + language: &ref_3449 default: name: sourceUniqueId description: If this field is set, this is the unique id identifying the source of this resource. - go: - name: SourceUniqueID - description: READ-ONLY; If this field is set, this is the unique id identifying the source of this resource. protocol: {} - schema: *ref_437 required: false serializedName: uploadSizeBytes - language: &ref_5270 + language: &ref_3368 default: name: uploadSizeBytes description: >- If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 bytes for the VHD footer). - go: - name: UploadSizeBytes - description: |- - If createOption is Upload, this is the size of the contents of the upload including the VHD footer. This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 - bytes (32 TiB + 512 bytes for the VHD footer). protocol: {} - schema: *ref_438 required: false serializedName: logicalSectorSize - language: &ref_5274 + language: &ref_3372 default: name: logicalSectorSize description: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. - go: - name: LogicalSectorSize - description: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. protocol: {} serializationFormats: - json @@ -27540,36 +18946,23 @@ schemas: name: CreationData description: Data used when creating a disk. namespace: '' - go: - name: CreationData - description: CreationData - Data used when creating a disk. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: creationData - language: &ref_5242 + language: &ref_3340 default: name: creationData description: Disk source information. CreationData information cannot be changed after the disk has been created. - go: - name: CreationData - description: REQUIRED; Disk source information. CreationData information cannot be changed after the disk has been created. protocol: {} - schema: *ref_439 required: false serializedName: diskSizeGB - language: &ref_5244 + language: &ref_3342 default: name: diskSizeGB description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: DiskSizeGB - description: |- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a - resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - schema: *ref_440 readOnly: true @@ -27579,9 +18972,6 @@ schemas: default: name: diskSizeBytes description: The size of the disk in bytes. This field is read only. - go: - name: DiskSizeBytes - description: READ-ONLY; The size of the disk in bytes. This field is read only. protocol: {} - schema: *ref_441 readOnly: true @@ -27591,9 +18981,6 @@ schemas: default: name: uniqueId description: Unique Guid identifying the resource. - go: - name: UniqueID - description: READ-ONLY; Unique Guid identifying the resource. protocol: {} - schema: &ref_474 type: object @@ -27603,30 +18990,23 @@ schemas: - schema: *ref_442 required: true serializedName: enabled - language: &ref_5304 + language: &ref_3402 default: name: enabled description: >- Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. - If EncryptionSettings is null in the request object, the existing settings remain unchanged. - go: - name: Enabled - description: >- - REQUIRED; Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable - encryption. - If EncryptionSettings is null in the request object, the existing settings remain unchanged. protocol: {} - - schema: &ref_1274 + - schema: &ref_1273 type: array apiVersions: - version: '2020-12-01' - elementType: &ref_902 + elementType: &ref_901 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_903 + - schema: &ref_902 type: object apiVersions: - version: '2020-12-01' @@ -27638,13 +19018,10 @@ schemas: properties: - schema: *ref_443 serializedName: id - language: &ref_5308 + language: &ref_3406 default: name: id description: Resource Id - go: - name: ID - description: Resource Id protocol: {} serializationFormats: - json @@ -27656,34 +19033,21 @@ schemas: name: SourceVault description: The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName} namespace: '' - go: - name: SourceVault - description: >- - SourceVault - The vault id is an Azure Resource Manager Resource id in the form - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName} - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: sourceVault - language: &ref_5307 + language: &ref_3405 default: name: sourceVault description: Resource id of the KeyVault containing the key or secret - go: - name: SourceVault - description: REQUIRED; Resource id of the KeyVault containing the key or secret protocol: {} - schema: *ref_444 required: true serializedName: secretUrl - language: &ref_5309 + language: &ref_3407 default: name: secretUrl description: Url pointing to a key or secret in KeyVault - go: - name: SecretURL - description: REQUIRED; Url pointing to a key or secret in KeyVault protocol: {} serializationFormats: - json @@ -27695,22 +19059,14 @@ schemas: name: KeyVaultAndSecretReference description: 'Key Vault Secret Url and vault id of the encryption key ' namespace: '' - go: - name: KeyVaultAndSecretReference - description: KeyVaultAndSecretReference - Key Vault Secret Url and vault id of the encryption key - marshallingFormat: json - namespace: '' protocol: {} serializedName: diskEncryptionKey - language: &ref_5306 + language: &ref_3404 default: name: diskEncryptionKey description: Key Vault Secret Url and vault id of the disk encryption key - go: - name: DiskEncryptionKey - description: Key Vault Secret Url and vault id of the disk encryption key protocol: {} - - schema: &ref_904 + - schema: &ref_903 type: object apiVersions: - version: '2020-12-01' @@ -27718,24 +19074,18 @@ schemas: - schema: *ref_445 required: true serializedName: sourceVault - language: &ref_5311 + language: &ref_3409 default: name: sourceVault description: Resource id of the KeyVault containing the key or secret - go: - name: SourceVault - description: REQUIRED; Resource id of the KeyVault containing the key or secret protocol: {} - schema: *ref_446 required: true serializedName: keyUrl - language: &ref_5312 + language: &ref_3410 default: name: keyUrl description: Url pointing to a key or secret in KeyVault - go: - name: KeyURL - description: REQUIRED; Url pointing to a key or secret in KeyVault protocol: {} serializationFormats: - json @@ -27747,20 +19097,12 @@ schemas: name: KeyVaultAndKeyReference description: Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey namespace: '' - go: - name: KeyVaultAndKeyReference - description: KeyVaultAndKeyReference - Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey - marshallingFormat: json - namespace: '' protocol: {} serializedName: keyEncryptionKey - language: &ref_5310 + language: &ref_3408 default: name: keyEncryptionKey description: Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key. - go: - name: KeyEncryptionKey - description: Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key. protocol: {} serializationFormats: - json @@ -27772,32 +19114,18 @@ schemas: name: EncryptionSettingsElement description: Encryption settings for one disk volume. namespace: '' - go: - name: EncryptionSettingsElement - description: EncryptionSettingsElement - Encryption settings for one disk volume. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: EncryptionSettingsCollectionEncryptionSettings description: A collection of encryption settings, one for each disk volume. - go: - name: '[]*EncryptionSettingsElement' - description: A collection of encryption settings, one for each disk volume. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: encryptionSettings - language: &ref_5305 + language: &ref_3403 default: name: encryptionSettings description: A collection of encryption settings, one for each disk volume. - go: - name: EncryptionSettings - description: A collection of encryption settings, one for each disk volume. - byValue: true protocol: {} - schema: *ref_447 required: false @@ -27808,11 +19136,6 @@ schemas: description: >- Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption. - go: - name: EncryptionSettingsVersion - description: |- - Describes what type of encryption is used for the disks. Once this field is set, it cannot be overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk - Encryption. protocol: {} serializationFormats: - json @@ -27824,34 +19147,22 @@ schemas: name: EncryptionSettingsCollection description: Encryption settings for disk or snapshot namespace: '' - go: - name: EncryptionSettingsCollection - description: EncryptionSettingsCollection - Encryption settings for disk or snapshot - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: encryptionSettingsCollection - language: &ref_5303 + language: &ref_3401 default: name: encryptionSettingsCollection description: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. - go: - name: EncryptionSettingsCollection - description: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. protocol: {} - schema: *ref_448 readOnly: true required: false serializedName: provisioningState - language: &ref_5248 + language: &ref_3346 default: name: provisioningState description: The disk provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The disk provisioning state. protocol: {} - schema: *ref_449 required: false @@ -27860,9 +19171,6 @@ schemas: default: name: diskIOPSReadWrite description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. - go: - name: DiskIOPSReadWrite - description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. protocol: {} - schema: *ref_450 required: false @@ -27871,9 +19179,6 @@ schemas: default: name: diskMBpsReadWrite description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: DiskMBpsReadWrite - description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - schema: *ref_451 required: false @@ -27882,9 +19187,6 @@ schemas: default: name: diskIOPSReadOnly description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. - go: - name: DiskIOPSReadOnly - description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. protocol: {} - schema: *ref_452 required: false @@ -27893,9 +19195,6 @@ schemas: default: name: diskMBpsReadOnly description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: DiskMBpsReadOnly - description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - schema: *ref_453 readOnly: true @@ -27905,9 +19204,6 @@ schemas: default: name: diskState description: The state of the disk. - go: - name: DiskState - description: READ-ONLY; The state of the disk. protocol: {} - schema: &ref_477 type: object @@ -27916,23 +19212,17 @@ schemas: properties: - schema: *ref_454 serializedName: diskEncryptionSetId - language: &ref_5253 + language: &ref_3351 default: name: diskEncryptionSetId description: ResourceId of the disk encryption set to use for enabling encryption at rest. - go: - name: DiskEncryptionSetID - description: ResourceId of the disk encryption set to use for enabling encryption at rest. protocol: {} - schema: *ref_455 serializedName: type - language: &ref_5313 + language: &ref_3411 default: name: type description: The type of key used to encrypt the data of the disk. - go: - name: Type - description: The type of key used to encrypt the data of the disk. protocol: {} serializationFormats: - json @@ -27944,21 +19234,13 @@ schemas: name: Encryption description: Encryption at rest settings for disk or snapshot namespace: '' - go: - name: Encryption - description: Encryption at rest settings for disk or snapshot - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: encryption - language: &ref_5252 + language: &ref_3350 default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_456 required: false @@ -27967,15 +19249,12 @@ schemas: default: name: maxShares description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. - go: - name: MaxShares - description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. protocol: {} - - schema: &ref_1275 + - schema: &ref_1274 type: array apiVersions: - version: '2020-12-01' - elementType: &ref_905 + elementType: &ref_904 type: object apiVersions: - version: '2020-12-01' @@ -27987,9 +19266,6 @@ schemas: default: name: vmUri description: A relative URI containing the ID of the VM that has the disk attached. - go: - name: VMURI - description: READ-ONLY; A relative URI containing the ID of the VM that has the disk attached. protocol: {} serializationFormats: - json @@ -28001,21 +19277,11 @@ schemas: name: ShareInfoElement description: '' namespace: '' - go: - name: ShareInfoElement - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DiskPropertiesShareInfo description: Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - go: - name: '[]*ShareInfoElement' - description: Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true required: false @@ -28024,69 +19290,50 @@ schemas: default: name: shareInfo description: Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - go: - name: ShareInfo - description: READ-ONLY; Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. - byValue: true protocol: {} - schema: *ref_458 required: false serializedName: networkAccessPolicy - language: &ref_5245 + language: &ref_3343 default: name: networkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. protocol: {} - schema: *ref_459 required: false serializedName: diskAccessId - language: &ref_5246 + language: &ref_3344 default: name: diskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: DiskAccessID - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - schema: *ref_460 required: false serializedName: tier - language: &ref_5292 + language: &ref_3390 default: name: tier description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' - go: - name: Tier - description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' protocol: {} - schema: *ref_461 required: false serializedName: burstingEnabled - language: &ref_5284 + language: &ref_3382 default: name: burstingEnabled description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. - go: - name: BurstingEnabled - description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. protocol: {} - - schema: &ref_906 + - schema: &ref_905 type: object apiVersions: - version: '2020-12-01' properties: - schema: *ref_462 serializedName: targetTier - language: &ref_5294 + language: &ref_3392 default: name: targetTier description: The target performance tier of the disk if a tier change operation is in progress. - go: - name: TargetTier - description: The target performance tier of the disk if a tier change operation is in progress. protocol: {} serializationFormats: - json @@ -28098,48 +19345,34 @@ schemas: name: PropertyUpdatesInProgress description: Properties of the disk for which update is pending. namespace: '' - go: - name: PropertyUpdatesInProgress - description: PropertyUpdatesInProgress - Properties of the disk for which update is pending. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true required: false serializedName: propertyUpdatesInProgress - language: &ref_5293 + language: &ref_3391 default: name: propertyUpdatesInProgress description: Properties of the disk for which update is pending. - go: - name: PropertyUpdatesInProgress - description: READ-ONLY; Properties of the disk for which update is pending. protocol: {} - schema: *ref_463 required: false serializedName: supportsHibernation - language: &ref_5290 + language: &ref_3388 default: name: supportsHibernation description: Indicates the OS on a disk supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a disk supports hibernation. protocol: {} - - schema: &ref_907 + - schema: &ref_906 type: object apiVersions: - version: '2020-12-01' properties: - schema: *ref_464 serializedName: securityType - language: &ref_5266 + language: &ref_3364 default: name: securityType description: Specifies the SecurityType of the VM. Applicable for OS disks only. - go: - name: SecurityType - description: Specifies the SecurityType of the VM. Applicable for OS disks only. protocol: {} serializationFormats: - json @@ -28151,21 +19384,13 @@ schemas: name: DiskSecurityProfile description: Contains the security related information for the resource. namespace: '' - go: - name: DiskSecurityProfile - description: DiskSecurityProfile - Contains the security related information for the resource. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: securityProfile - language: &ref_5265 + language: &ref_3363 default: name: securityProfile description: Contains the security related information for the resource. - go: - name: SecurityProfile - description: Contains the security related information for the resource. protocol: {} serializationFormats: - json @@ -28177,24 +19402,14 @@ schemas: name: DiskProperties description: Disk resource properties. namespace: '' - go: - name: DiskProperties - description: DiskProperties - Disk resource properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5241 + language: &ref_3339 default: name: properties description: Disk resource properties. - go: - name: Properties - description: Disk resource properties. protocol: {} serializationFormats: - json @@ -28206,12 +19421,6 @@ schemas: name: Disk description: Disk resource. namespace: '' - go: - name: Disk - description: Disk resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - &ref_579 type: object @@ -28230,11 +19439,8 @@ schemas: default: name: managedBy description: Unused. Always Null. - go: - name: ManagedBy - description: READ-ONLY; Unused. Always Null. protocol: {} - - schema: &ref_922 + - schema: &ref_921 type: object apiVersions: - version: '2020-12-01' @@ -28245,9 +19451,6 @@ schemas: default: name: name description: The sku name. - go: - name: Name - description: The sku name. protocol: {} - schema: *ref_467 readOnly: true @@ -28256,9 +19459,6 @@ schemas: default: name: tier description: The sku tier. - go: - name: Tier - description: READ-ONLY; The sku tier. protocol: {} serializationFormats: - json @@ -28272,15 +19472,6 @@ schemas: The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot namespace: '' - go: - name: SnapshotSKU - description: >- - SnapshotSKU - The snapshots sku name. Can be StandardLRS, PremiumLRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as - the - - previous snapshot - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: @@ -28289,11 +19480,6 @@ schemas: description: >- The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot - go: - name: SKU - description: |- - The snapshots sku name. Can be StandardLRS, PremiumLRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the - previous snapshot protocol: {} - schema: *ref_284 serializedName: extendedLocation @@ -28301,11 +19487,8 @@ schemas: default: name: extendedLocation description: The extended location where the snapshot will be created. Extended location cannot be changed. - go: - name: ExtendedLocation - description: The extended location where the snapshot will be created. Extended location cannot be changed. protocol: {} - - schema: &ref_923 + - schema: &ref_922 type: object apiVersions: - version: '2020-12-01' @@ -28314,72 +19497,52 @@ schemas: readOnly: true required: false serializedName: timeCreated - language: &ref_5347 + language: &ref_3445 default: name: timeCreated description: The time when the snapshot was created. - go: - name: TimeCreated - description: READ-ONLY; The time when the snapshot was created. protocol: {} - schema: *ref_26 required: false serializedName: osType - language: &ref_5348 + language: &ref_3446 default: name: osType description: The Operating System type. - go: - name: OSType - description: The Operating System type. protocol: {} - schema: *ref_427 required: false serializedName: hyperVGeneration - language: &ref_5349 + language: &ref_3447 default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - schema: *ref_469 required: false serializedName: purchasePlan - language: &ref_5350 + language: &ref_3448 default: name: purchasePlan description: Purchase plan information for the image from which the source disk for the snapshot was originally created. - go: - name: PurchasePlan - description: Purchase plan information for the image from which the source disk for the snapshot was originally created. protocol: {} - schema: *ref_470 required: true serializedName: creationData - language: &ref_5335 + language: &ref_3433 default: name: creationData description: Disk source information. CreationData information cannot be changed after the disk has been created. - go: - name: CreationData - description: REQUIRED; Disk source information. CreationData information cannot be changed after the disk has been created. protocol: {} - schema: *ref_471 required: false serializedName: diskSizeGB - language: &ref_5352 + language: &ref_3450 default: name: diskSizeGB description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: DiskSizeGB - description: |- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a - resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - schema: *ref_472 readOnly: true @@ -28389,9 +19552,6 @@ schemas: default: name: diskSizeBytes description: The size of the disk in bytes. This field is read only. - go: - name: DiskSizeBytes - description: READ-ONLY; The size of the disk in bytes. This field is read only. protocol: {} - schema: *ref_453 readOnly: true @@ -28401,9 +19561,6 @@ schemas: default: name: diskState description: The state of the snapshot. - go: - name: DiskState - description: READ-ONLY; The state of the snapshot. protocol: {} - schema: *ref_473 readOnly: true @@ -28413,32 +19570,23 @@ schemas: default: name: uniqueId description: Unique Guid identifying the resource. - go: - name: UniqueID - description: READ-ONLY; Unique Guid identifying the resource. protocol: {} - schema: *ref_474 required: false serializedName: encryptionSettingsCollection - language: &ref_5353 + language: &ref_3451 default: name: encryptionSettingsCollection description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. - go: - name: EncryptionSettingsCollection - description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. protocol: {} - schema: *ref_475 readOnly: true required: false serializedName: provisioningState - language: &ref_5337 + language: &ref_3435 default: name: provisioningState description: The disk provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The disk provisioning state. protocol: {} - schema: *ref_476 required: false @@ -28447,20 +19595,14 @@ schemas: default: name: incremental description: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. - go: - name: Incremental - description: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. protocol: {} - schema: *ref_477 required: false serializedName: encryption - language: &ref_5354 + language: &ref_3452 default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_458 required: false @@ -28469,9 +19611,6 @@ schemas: default: name: networkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. protocol: {} - schema: *ref_478 required: false @@ -28480,20 +19619,14 @@ schemas: default: name: diskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: DiskAccessID - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - schema: *ref_479 required: false serializedName: supportsHibernation - language: &ref_5355 + language: &ref_3453 default: name: supportsHibernation description: Indicates the OS on a snapshot supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a snapshot supports hibernation. protocol: {} serializationFormats: - json @@ -28505,23 +19638,14 @@ schemas: name: SnapshotProperties description: Snapshot resource properties. namespace: '' - go: - name: SnapshotProperties - description: SnapshotProperties - Snapshot resource properties. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5334 + language: &ref_3432 default: name: properties description: Snapshot resource properties. - go: - name: Properties - description: Snapshot resource properties. protocol: {} serializationFormats: - json @@ -28533,11 +19657,6 @@ schemas: name: Snapshot description: Snapshot resource. namespace: '' - go: - name: Snapshot - description: Snapshot resource. - marshallingFormat: json - namespace: '' protocol: {} - &ref_580 type: object @@ -28549,24 +19668,19 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_929 + - schema: &ref_928 type: object apiVersions: - version: '2020-12-01' properties: - schema: *ref_480 serializedName: type - language: &ref_5376 + language: &ref_3474 default: name: type description: >- The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys. - go: - name: Type - description: |- - The type of Managed Identity used by the DiskEncryptionSet. Only SystemAssigned is supported for new creations. Disk Encryption Sets can be updated with Identity type None during migration of - subscription to a new Azure Active Directory tenant; it will cause the encrypted resources to lose access to the keys. protocol: {} - schema: *ref_481 readOnly: true @@ -28575,11 +19689,6 @@ schemas: default: name: principalId description: The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) identity - go: - name: PrincipalID - description: |- - READ-ONLY; The object id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-identity-principal-id header in the PUT request if the resource has a systemAssigned(implicit) - identity protocol: {} - schema: *ref_482 readOnly: true @@ -28588,11 +19697,6 @@ schemas: default: name: tenantId description: The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) identity - go: - name: TenantID - description: >- - READ-ONLY; The tenant id of the Managed Identity Resource. This will be sent to the RP from ARM via the x-ms-client-tenant-id header in the PUT request if the resource has a systemAssigned(implicit) - identity protocol: {} serializationFormats: - json @@ -28604,35 +19708,24 @@ schemas: name: EncryptionSetIdentity description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. namespace: '' - go: - name: EncryptionSetIdentity - description: EncryptionSetIdentity - The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity - language: &ref_5375 + language: &ref_3473 default: name: identity description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. - go: - name: Identity - description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. protocol: {} - - schema: &ref_930 + - schema: &ref_929 type: object apiVersions: - version: '2020-12-01' properties: - schema: *ref_483 serializedName: encryptionType - language: &ref_5378 + language: &ref_3476 default: name: encryptionType description: The type of key used to encrypt the data of the disk. - go: - name: EncryptionType - description: The type of key used to encrypt the data of the disk. protocol: {} - schema: &ref_485 type: object @@ -28642,24 +19735,18 @@ schemas: - schema: *ref_445 required: false serializedName: sourceVault - language: &ref_5386 + language: &ref_3484 default: name: sourceVault description: Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription. - go: - name: SourceVault - description: Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription. protocol: {} - schema: *ref_484 required: true serializedName: keyUrl - language: &ref_5380 + language: &ref_3478 default: name: keyUrl description: Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. - go: - name: KeyURL - description: REQUIRED; Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. protocol: {} serializationFormats: - json @@ -28671,22 +19758,14 @@ schemas: name: KeyForDiskEncryptionSet description: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots namespace: '' - go: - name: KeyForDiskEncryptionSet - description: KeyForDiskEncryptionSet - Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots - marshallingFormat: json - namespace: '' protocol: {} serializedName: activeKey - language: &ref_5379 + language: &ref_3477 default: name: activeKey description: The key vault key which is currently used by this disk encryption set. - go: - name: ActiveKey - description: The key vault key which is currently used by this disk encryption set. protocol: {} - - schema: &ref_1278 + - schema: &ref_1277 type: array apiVersions: - version: '2020-12-01' @@ -28695,54 +19774,36 @@ schemas: default: name: EncryptionSetPropertiesPreviousKeys description: A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. - go: - name: '[]*KeyForDiskEncryptionSet' - description: A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: previousKeys - language: &ref_5382 + language: &ref_3480 default: name: previousKeys description: A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. - go: - name: PreviousKeys - description: READ-ONLY; A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. - byValue: true protocol: {} - schema: *ref_486 readOnly: true serializedName: provisioningState - language: &ref_5398 + language: &ref_3496 default: name: provisioningState description: The disk encryption set provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The disk encryption set provisioning state. protocol: {} - schema: *ref_487 serializedName: rotationToLatestKeyVersionEnabled - language: &ref_5399 + language: &ref_3497 default: name: rotationToLatestKeyVersionEnabled description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. - go: - name: RotationToLatestKeyVersionEnabled - description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. protocol: {} - schema: *ref_488 readOnly: true serializedName: lastKeyRotationTimestamp - language: &ref_5400 + language: &ref_3498 default: name: lastKeyRotationTimestamp description: The time when the active key of this disk encryption set was updated. - go: - name: LastKeyRotationTimestamp - description: READ-ONLY; The time when the active key of this disk encryption set was updated. protocol: {} serializationFormats: - json @@ -28754,24 +19815,14 @@ schemas: name: EncryptionSetProperties description: '' namespace: '' - go: - name: EncryptionSetProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5377 + language: &ref_3475 default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -28783,11 +19834,6 @@ schemas: name: DiskEncryptionSet description: disk encryption set resource. namespace: '' - go: - name: DiskEncryptionSet - description: DiskEncryptionSet - disk encryption set resource. - marshallingFormat: json - namespace: '' protocol: {} - &ref_581 type: object @@ -28799,26 +19845,26 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_936 + - schema: &ref_935 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1281 + - schema: &ref_1280 type: array apiVersions: - version: '2020-12-01' - elementType: &ref_937 + elementType: &ref_936 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_938 + - schema: &ref_937 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_939 + - schema: &ref_938 type: object apiVersions: - version: '2020-12-01' @@ -28826,13 +19872,10 @@ schemas: - schema: *ref_489 readOnly: true serializedName: id - language: &ref_5463 + language: &ref_3561 default: name: id description: The ARM identifier for Private Endpoint - go: - name: ID - description: READ-ONLY; The ARM identifier for Private Endpoint protocol: {} serializationFormats: - json @@ -28844,57 +19887,40 @@ schemas: name: PrivateEndpoint description: The Private Endpoint resource. namespace: '' - go: - name: PrivateEndpoint - description: PrivateEndpoint - The Private Endpoint resource. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true required: false serializedName: privateEndpoint - language: &ref_5462 + language: &ref_3560 default: name: privateEndpoint description: The resource of private end point. - go: - name: PrivateEndpoint - description: READ-ONLY; The resource of private end point. protocol: {} - - schema: &ref_940 + - schema: &ref_939 type: object apiVersions: - version: '2020-12-01' properties: - schema: *ref_490 serializedName: status - language: &ref_5465 + language: &ref_3563 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - schema: *ref_491 serializedName: description - language: &ref_5466 + language: &ref_3564 default: name: description description: The reason for approval/rejection of the connection. - go: - name: Description - description: The reason for approval/rejection of the connection. protocol: {} - schema: *ref_492 serializedName: actionsRequired - language: &ref_5467 + language: &ref_3565 default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: ActionsRequired - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} serializationFormats: - json @@ -28906,33 +19932,22 @@ schemas: name: PrivateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. namespace: '' - go: - name: PrivateLinkServiceConnectionState - description: PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: privateLinkServiceConnectionState - language: &ref_5464 + language: &ref_3562 default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between DiskAccess and Virtual Network. - go: - name: PrivateLinkServiceConnectionState - description: REQUIRED; A collection of information about the state of the connection between DiskAccess and Virtual Network. protocol: {} - schema: *ref_493 readOnly: true required: false serializedName: provisioningState - language: &ref_5468 + language: &ref_3566 default: name: provisioningState description: The provisioning state of the private endpoint connection resource. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state of the private endpoint connection resource. protocol: {} serializationFormats: - json @@ -28944,55 +19959,38 @@ schemas: name: PrivateEndpointConnectionProperties description: Properties of the PrivateEndpointConnectProperties. namespace: '' - go: - name: PrivateEndpointConnectionProperties - description: PrivateEndpointConnectionProperties - Properties of the PrivateEndpointConnectProperties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5461 + language: &ref_3559 default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} - schema: *ref_494 readOnly: true serializedName: id - language: &ref_5469 + language: &ref_3567 default: name: id description: private endpoint connection Id - go: - name: ID - description: READ-ONLY; private endpoint connection Id protocol: {} - schema: *ref_495 readOnly: true serializedName: name - language: &ref_5470 + language: &ref_3568 default: name: name description: private endpoint connection name - go: - name: Name - description: READ-ONLY; private endpoint connection name protocol: {} - schema: *ref_496 readOnly: true serializedName: type - language: &ref_5471 + language: &ref_3569 default: name: type description: private endpoint connection type - go: - name: Type - description: READ-ONLY; private endpoint connection type protocol: {} serializationFormats: - json @@ -29006,54 +20004,34 @@ schemas: name: PrivateEndpointConnection description: The Private Endpoint Connection resource. namespace: '' - go: - name: PrivateEndpointConnection - description: PrivateEndpointConnection - The Private Endpoint Connection resource. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: DiskAccessPropertiesPrivateEndpointConnections description: A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. - go: - name: '[]*PrivateEndpointConnection' - description: A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: privateEndpointConnections - language: &ref_5460 + language: &ref_3558 default: name: privateEndpointConnections description: A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. - go: - name: PrivateEndpointConnections - description: READ-ONLY; A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported. - byValue: true protocol: {} - schema: *ref_497 readOnly: true serializedName: provisioningState - language: &ref_5441 + language: &ref_3539 default: name: provisioningState description: The disk access resource provisioning state. - go: - name: ProvisioningState - description: READ-ONLY; The disk access resource provisioning state. protocol: {} - schema: *ref_498 readOnly: true serializedName: timeCreated - language: &ref_5442 + language: &ref_3540 default: name: timeCreated description: The time when the disk access was created. - go: - name: TimeCreated - description: READ-ONLY; The time when the disk access was created. protocol: {} serializationFormats: - json @@ -29065,24 +20043,14 @@ schemas: name: DiskAccessProperties description: '' namespace: '' - go: - name: DiskAccessProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5440 + language: &ref_3538 default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -29094,11 +20062,6 @@ schemas: name: DiskAccess description: disk access resource. namespace: '' - go: - name: DiskAccess - description: DiskAccess - disk access resource. - marshallingFormat: json - namespace: '' protocol: {} - &ref_582 type: object @@ -29110,22 +20073,19 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_963 + - schema: &ref_962 type: object apiVersions: - version: '2020-09-30' properties: - schema: *ref_499 serializedName: description - language: &ref_5565 + language: &ref_3663 default: name: description description: The description of this Shared Image Gallery resource. This property is updatable. - go: - name: Description - description: The description of this Shared Image Gallery resource. This property is updatable. protocol: {} - - schema: &ref_964 + - schema: &ref_963 type: object apiVersions: - version: '2020-09-30' @@ -29133,13 +20093,10 @@ schemas: - schema: *ref_500 readOnly: true serializedName: uniqueName - language: &ref_5570 + language: &ref_3668 default: name: uniqueName description: The unique name of the Shared Image Gallery. This name is generated automatically by Azure. - go: - name: UniqueName - description: READ-ONLY; The unique name of the Shared Image Gallery. This name is generated automatically by Azure. protocol: {} serializationFormats: - json @@ -29151,81 +20108,50 @@ schemas: name: GalleryIdentifier description: Describes the gallery unique name. namespace: '' - go: - name: GalleryIdentifier - description: GalleryIdentifier - Describes the gallery unique name. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identifier - language: &ref_5569 + language: &ref_3667 default: name: identifier description: Describes the gallery unique name. - go: - name: Identifier - description: Describes the gallery unique name. protocol: {} - schema: *ref_501 readOnly: true serializedName: provisioningState - language: &ref_5571 + language: &ref_3669 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_965 + - schema: &ref_964 type: object apiVersions: - version: '2020-09-30' properties: - schema: *ref_502 serializedName: permissions - language: &ref_5567 + language: &ref_3665 default: name: permissions description: 'This property allows you to specify the permission of sharing gallery.

    Possible values are:

    **Private**

    **Groups**' - go: - name: Permissions - description: |- - This property allows you to specify the permission of sharing gallery. - - Possible values are: - - Private - - Groups protocol: {} - - schema: &ref_1289 + - schema: &ref_1288 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_966 + elementType: &ref_965 type: object apiVersions: - version: '2020-09-30' properties: - schema: *ref_503 serializedName: type - language: &ref_5591 + language: &ref_3689 default: name: type description: 'This property allows you to specify the type of sharing group.

    Possible values are:

    **Subscriptions**

    **AADTenants**' - go: - name: Type - description: |- - This property allows you to specify the type of sharing group. - - Possible values are: - - Subscriptions - - AADTenants protocol: {} - - schema: &ref_1288 + - schema: &ref_1287 type: array apiVersions: - version: '2020-09-30' @@ -29234,21 +20160,12 @@ schemas: default: name: SharingProfileGroupIds description: A list of subscription/tenant ids the gallery is aimed to be shared to. - go: - name: '[]*string' - description: A list of subscription/tenant ids the gallery is aimed to be shared to. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: ids - language: &ref_5592 + language: &ref_3690 default: name: ids description: A list of subscription/tenant ids the gallery is aimed to be shared to. - go: - name: IDs - description: A list of subscription/tenant ids the gallery is aimed to be shared to. - byValue: true protocol: {} serializationFormats: - json @@ -29260,33 +20177,18 @@ schemas: name: SharingProfileGroup description: Group of the gallery sharing profile namespace: '' - go: - name: SharingProfileGroup - description: SharingProfileGroup - Group of the gallery sharing profile - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SharingProfileGroups description: A list of sharing profile groups. - go: - name: '[]*SharingProfileGroup' - description: A list of sharing profile groups. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: groups - language: &ref_5590 + language: &ref_3688 default: name: groups description: A list of sharing profile groups. - go: - name: Groups - description: READ-ONLY; A list of sharing profile groups. - byValue: true protocol: {} serializationFormats: - json @@ -29298,21 +20200,12 @@ schemas: name: SharingProfile description: Profile for gallery sharing to subscription or tenant namespace: '' - go: - name: SharingProfile - description: SharingProfile - Profile for gallery sharing to subscription or tenant - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: sharingProfile - language: &ref_5566 + language: &ref_3664 default: name: sharingProfile description: Profile for gallery sharing to subscription or tenant - go: - name: SharingProfile - description: Profile for gallery sharing to subscription or tenant protocol: {} serializationFormats: - json @@ -29324,22 +20217,14 @@ schemas: name: GalleryProperties description: Describes the properties of a Shared Image Gallery. namespace: '' - go: - name: GalleryProperties - description: GalleryProperties - Describes the properties of a Shared Image Gallery. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5564 + language: &ref_3662 default: name: properties description: Describes the properties of a Shared Image Gallery. - go: - name: Properties - description: Describes the properties of a Shared Image Gallery. protocol: {} serializationFormats: - json @@ -29351,11 +20236,6 @@ schemas: name: Gallery description: Specifies information about the Shared Image Gallery that you want to create or update. namespace: '' - go: - name: Gallery - description: Gallery - Specifies information about the Shared Image Gallery that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - &ref_583 type: object @@ -29367,7 +20247,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_969 + - schema: &ref_968 type: object apiVersions: - version: '2020-09-30' @@ -29379,9 +20259,6 @@ schemas: default: name: description description: The description of this gallery image definition resource. This property is updatable. - go: - name: Description - description: The description of this gallery image definition resource. This property is updatable. protocol: {} - schema: *ref_506 required: false @@ -29390,9 +20267,6 @@ schemas: default: name: eula description: The Eula agreement for the gallery image definition. - go: - name: Eula - description: The Eula agreement for the gallery image definition. protocol: {} - schema: *ref_507 required: false @@ -29401,9 +20275,6 @@ schemas: default: name: privacyStatementUri description: The privacy statement uri. - go: - name: PrivacyStatementURI - description: The privacy statement uri. protocol: {} - schema: *ref_508 required: false @@ -29412,49 +20283,30 @@ schemas: default: name: releaseNoteUri description: The release note uri. - go: - name: ReleaseNoteURI - description: The release note uri. protocol: {} - schema: *ref_26 required: true serializedName: osType - language: &ref_5617 + language: &ref_3715 default: name: osType description: 'This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: OSType - description: |- - REQUIRED; This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image. - - Possible values are: - - Windows - - Linux protocol: {} - schema: *ref_342 required: true serializedName: osState - language: &ref_5618 + language: &ref_3716 default: name: osState description: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. - go: - name: OSState - description: REQUIRED; This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. protocol: {} - schema: *ref_427 required: false serializedName: hyperVGeneration - language: &ref_5619 + language: &ref_3717 default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - schema: *ref_509 required: false @@ -29463,11 +20315,8 @@ schemas: default: name: endOfLifeDate description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - - schema: &ref_981 + - schema: &ref_980 type: object apiVersions: - version: '2020-09-30' @@ -29475,35 +20324,26 @@ schemas: - schema: *ref_510 required: true serializedName: publisher - language: &ref_5621 + language: &ref_3719 default: name: publisher description: The name of the gallery image definition publisher. - go: - name: Publisher - description: REQUIRED; The name of the gallery image definition publisher. protocol: {} - schema: *ref_511 required: true serializedName: offer - language: &ref_5622 + language: &ref_3720 default: name: offer description: The name of the gallery image definition offer. - go: - name: Offer - description: REQUIRED; The name of the gallery image definition offer. protocol: {} - schema: *ref_512 required: true serializedName: sku - language: &ref_5623 + language: &ref_3721 default: name: sku description: The name of the gallery image definition SKU. - go: - name: SKU - description: REQUIRED; The name of the gallery image definition SKU. protocol: {} serializationFormats: - json @@ -29515,23 +20355,15 @@ schemas: name: GalleryImageIdentifier description: This is the gallery image definition identifier. namespace: '' - go: - name: GalleryImageIdentifier - description: GalleryImageIdentifier - This is the gallery image definition identifier. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: identifier - language: &ref_5620 + language: &ref_3718 default: name: identifier description: This is the gallery image definition identifier. - go: - name: Identifier - description: REQUIRED; This is the gallery image definition identifier. protocol: {} - - schema: &ref_982 + - schema: &ref_981 type: object apiVersions: - version: '2020-09-30' @@ -29547,9 +20379,6 @@ schemas: default: name: min description: The minimum number of the resource. - go: - name: Min - description: The minimum number of the resource. protocol: {} - schema: *ref_514 serializedName: max @@ -29557,9 +20386,6 @@ schemas: default: name: max description: The maximum number of the resource. - go: - name: Max - description: The maximum number of the resource. protocol: {} serializationFormats: - json @@ -29571,20 +20397,12 @@ schemas: name: ResourceRange description: Describes the resource range. namespace: '' - go: - name: ResourceRange - description: ResourceRange - Describes the resource range. - marshallingFormat: json - namespace: '' protocol: {} serializedName: vCPUs language: default: name: vCPUs description: Describes the resource range. - go: - name: VCPUs - description: Describes the resource range. protocol: {} - schema: *ref_515 serializedName: memory @@ -29592,9 +20410,6 @@ schemas: default: name: memory description: Describes the resource range. - go: - name: Memory - description: Describes the resource range. protocol: {} serializationFormats: - json @@ -29606,11 +20421,6 @@ schemas: name: RecommendedMachineConfiguration description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. namespace: '' - go: - name: RecommendedMachineConfiguration - description: RecommendedMachineConfiguration - The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: recommended @@ -29618,16 +20428,13 @@ schemas: default: name: recommended description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. - go: - name: Recommended - description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. protocol: {} - - schema: &ref_983 + - schema: &ref_982 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1290 + - schema: &ref_1289 type: array apiVersions: - version: '2020-09-30' @@ -29636,21 +20443,12 @@ schemas: default: name: DisallowedDiskTypes description: A list of disk types. - go: - name: '[]*string' - description: A list of disk types. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: diskTypes language: default: name: diskTypes description: A list of disk types. - go: - name: DiskTypes - description: A list of disk types. - byValue: true protocol: {} serializationFormats: - json @@ -29662,12 +20460,6 @@ schemas: name: Disallowed description: Describes the disallowed disk types. namespace: '' - go: - name: Disallowed - description: Disallowed - Describes the disallowed disk types. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: disallowed @@ -29675,11 +20467,8 @@ schemas: default: name: disallowed description: Describes the disallowed disk types. - go: - name: Disallowed - description: Describes the disallowed disk types. protocol: {} - - schema: &ref_984 + - schema: &ref_983 type: object apiVersions: - version: '2020-09-30' @@ -29690,9 +20479,6 @@ schemas: default: name: name description: The plan ID. - go: - name: Name - description: The plan ID. protocol: {} - schema: *ref_518 serializedName: publisher @@ -29700,9 +20486,6 @@ schemas: default: name: publisher description: The publisher ID. - go: - name: Publisher - description: The publisher ID. protocol: {} - schema: *ref_519 serializedName: product @@ -29710,9 +20493,6 @@ schemas: default: name: product description: The product ID. - go: - name: Product - description: The product ID. protocol: {} serializationFormats: - json @@ -29724,11 +20504,6 @@ schemas: name: ImagePurchasePlan description: Describes the gallery image definition purchase plan. This is used by marketplace images. namespace: '' - go: - name: ImagePurchasePlan - description: ImagePurchasePlan - Describes the gallery image definition purchase plan. This is used by marketplace images. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: purchasePlan @@ -29736,27 +20511,21 @@ schemas: default: name: purchasePlan description: Describes the gallery image definition purchase plan. This is used by marketplace images. - go: - name: PurchasePlan - description: Describes the gallery image definition purchase plan. This is used by marketplace images. protocol: {} - schema: *ref_520 readOnly: true required: false serializedName: provisioningState - language: &ref_5625 + language: &ref_3723 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_1291 + - schema: &ref_1290 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_985 + elementType: &ref_984 type: object apiVersions: - version: '2020-09-30' @@ -29767,9 +20536,6 @@ schemas: default: name: name description: The name of the gallery image feature. - go: - name: Name - description: The name of the gallery image feature. protocol: {} - schema: *ref_522 serializedName: value @@ -29777,9 +20543,6 @@ schemas: default: name: value description: The value of the gallery image feature. - go: - name: Value - description: The value of the gallery image feature. protocol: {} serializationFormats: - json @@ -29791,21 +20554,11 @@ schemas: name: GalleryImageFeature description: A feature for gallery image. namespace: '' - go: - name: GalleryImageFeature - description: GalleryImageFeature - A feature for gallery image. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: GalleryImagePropertiesFeatures description: A list of gallery image features. - go: - name: '[]*GalleryImageFeature' - description: A list of gallery image features. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: features @@ -29813,10 +20566,6 @@ schemas: default: name: features description: A list of gallery image features. - go: - name: Features - description: A list of gallery image features. - byValue: true protocol: {} serializationFormats: - json @@ -29828,24 +20577,14 @@ schemas: name: GalleryImageProperties description: Describes the properties of a gallery image definition. namespace: '' - go: - name: GalleryImageProperties - description: GalleryImageProperties - Describes the properties of a gallery image definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5616 + language: &ref_3714 default: name: properties description: Describes the properties of a gallery image definition. - go: - name: Properties - description: Describes the properties of a gallery image definition. protocol: {} serializationFormats: - json @@ -29857,11 +20596,6 @@ schemas: name: GalleryImage description: Specifies information about the gallery image definition that you want to create or update. namespace: '' - go: - name: GalleryImage - description: GalleryImage - Specifies information about the gallery image definition that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - &ref_584 type: object @@ -29873,7 +20607,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_970 + - schema: &ref_969 type: object apiVersions: - version: '2020-09-30' @@ -29901,7 +20635,7 @@ schemas: immediate: - *ref_524 properties: - - schema: &ref_990 + - schema: &ref_989 type: object apiVersions: - version: '2020-09-30' @@ -29909,13 +20643,10 @@ schemas: - schema: *ref_525 required: true serializedName: mediaLink - language: &ref_5799 + language: &ref_3897 default: name: mediaLink description: Required. The mediaLink of the artifact, must be a readable storage page blob. - go: - name: MediaLink - description: REQUIRED; Required. The mediaLink of the artifact, must be a readable storage page blob. protocol: {} - schema: *ref_526 required: false @@ -29924,9 +20655,6 @@ schemas: default: name: defaultConfigurationLink description: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. - go: - name: DefaultConfigurationLink - description: Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob. protocol: {} serializationFormats: - json @@ -29938,23 +20666,15 @@ schemas: name: UserArtifactSource description: The source image from which the Image Version is going to be created. namespace: '' - go: - name: UserArtifactSource - description: UserArtifactSource - The source image from which the Image Version is going to be created. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: source - language: &ref_5798 + language: &ref_3896 default: name: source description: The source image from which the Image Version is going to be created. - go: - name: Source - description: REQUIRED; The source image from which the Image Version is going to be created. protocol: {} - - schema: &ref_991 + - schema: &ref_990 type: object apiVersions: - version: '2020-09-30' @@ -29962,24 +20682,18 @@ schemas: - schema: *ref_527 required: true serializedName: install - language: &ref_5801 + language: &ref_3899 default: name: install description: Required. The path and arguments to install the gallery application. This is limited to 4096 characters. - go: - name: Install - description: REQUIRED; Required. The path and arguments to install the gallery application. This is limited to 4096 characters. protocol: {} - schema: *ref_528 required: true serializedName: remove - language: &ref_5802 + language: &ref_3900 default: name: remove description: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters. - go: - name: Remove - description: REQUIRED; Required. The path and arguments to remove the gallery application. This is limited to 4096 characters. protocol: {} - schema: *ref_529 required: false @@ -29990,13 +20704,6 @@ schemas: description: >- Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters. - go: - name: Update - description: >- - Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on - the current version - - of the gallery application. This is limited to 4096 characters. protocol: {} serializationFormats: - json @@ -30008,32 +20715,21 @@ schemas: name: UserArtifactManage description: '' namespace: '' - go: - name: UserArtifactManage - description: '' - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: manageActions - language: &ref_5800 + language: &ref_3898 default: name: manageActions description: '' - go: - name: ManageActions - description: '' protocol: {} - schema: *ref_530 required: false serializedName: enableHealthCheck - language: &ref_5805 + language: &ref_3903 default: name: enableHealthCheck description: Optional. Whether or not this application reports health. - go: - name: EnableHealthCheck - description: Optional. Whether or not this application reports health. protocol: {} serializationFormats: - json @@ -30045,21 +20741,16 @@ schemas: name: GalleryApplicationVersionPublishingProfile description: The publishing profile of a gallery image version. namespace: '' - go: - name: GalleryApplicationVersionPublishingProfile - description: GalleryApplicationVersionPublishingProfile - The publishing profile of a gallery image version. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_523 - *ref_531 properties: - - schema: &ref_1293 + - schema: &ref_1292 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_986 + elementType: &ref_985 type: object apiVersions: - version: '2020-09-30' @@ -30067,37 +20758,28 @@ schemas: - schema: *ref_532 required: true serializedName: name - language: &ref_5671 + language: &ref_3769 default: name: name description: The name of the region. - go: - name: Name - description: REQUIRED; The name of the region. protocol: {} - schema: *ref_533 required: false serializedName: regionalReplicaCount - language: &ref_5672 + language: &ref_3770 default: name: regionalReplicaCount description: The number of replicas of the Image Version to be created per region. This property is updatable. - go: - name: RegionalReplicaCount - description: The number of replicas of the Image Version to be created per region. This property is updatable. protocol: {} - schema: *ref_534 required: false serializedName: storageAccountType - language: &ref_5679 + language: &ref_3777 default: name: storageAccountType description: Specifies the storage account type to be used to store the image. This property is not updatable. - go: - name: StorageAccountType - description: Specifies the storage account type to be used to store the image. This property is not updatable. protocol: {} - - schema: &ref_987 + - schema: &ref_986 type: object apiVersions: - version: '2020-09-30' @@ -30128,19 +20810,12 @@ schemas: - schema: *ref_537 required: true serializedName: lun - language: &ref_5678 + language: &ref_3776 default: name: lun description: >- This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. - go: - name: Lun - description: >- - REQUIRED; This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore - must be unique for each data disk attached to the - - Virtual Machine. protocol: {} serializationFormats: - json @@ -30152,11 +20827,6 @@ schemas: name: DataDiskImageEncryption description: Contains encryption settings for a data disk image. namespace: '' - go: - name: DataDiskImageEncryption - description: DataDiskImageEncryption - Contains encryption settings for a data disk image. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_535 @@ -30164,29 +20834,21 @@ schemas: properties: - schema: *ref_539 serializedName: diskEncryptionSetId - language: &ref_5676 + language: &ref_3774 default: name: diskEncryptionSetId description: A relative URI containing the resource ID of the disk encryption set. - go: - name: DiskEncryptionSetID - description: A relative URI containing the resource ID of the disk encryption set. protocol: {} serializationFormats: - json usage: - input - output - language: &ref_5675 + language: &ref_3773 default: name: DiskImageEncryption description: This is the disk image encryption base class. namespace: '' - go: - name: DiskImageEncryption - description: DiskImageEncryption - This is the disk image encryption base class. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_536 @@ -30200,22 +20862,14 @@ schemas: name: OSDiskImageEncryption description: Contains encryption settings for an OS disk image. namespace: '' - go: - name: OSDiskImageEncryption - description: OSDiskImageEncryption - Contains encryption settings for an OS disk image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDiskImage - language: &ref_5674 + language: &ref_3772 default: name: osDiskImage description: Contains encryption settings for an OS disk image. - go: - name: OSDiskImage - description: Contains encryption settings for an OS disk image. protocol: {} - - schema: &ref_1292 + - schema: &ref_1291 type: array apiVersions: - version: '2020-09-30' @@ -30224,21 +20878,12 @@ schemas: default: name: EncryptionImagesDataDiskImages description: A list of encryption specifications for data disk images. - go: - name: '[]*DataDiskImageEncryption' - description: A list of encryption specifications for data disk images. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDiskImages - language: &ref_5677 + language: &ref_3775 default: name: dataDiskImages description: A list of encryption specifications for data disk images. - go: - name: DataDiskImages - description: A list of encryption specifications for data disk images. - byValue: true protocol: {} serializationFormats: - json @@ -30250,22 +20895,13 @@ schemas: name: EncryptionImages description: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. namespace: '' - go: - name: EncryptionImages - description: EncryptionImages - Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: encryption - language: &ref_5673 + language: &ref_3771 default: name: encryption description: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. - go: - name: Encryption - description: Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. protocol: {} serializationFormats: - json @@ -30277,100 +20913,64 @@ schemas: name: TargetRegion description: Describes the target region information. namespace: '' - go: - name: TargetRegion - description: TargetRegion - Describes the target region information. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: GalleryArtifactPublishingProfileBaseTargetRegions description: The target regions where the Image Version is going to be replicated to. This property is updatable. - go: - name: '[]*TargetRegion' - description: The target regions where the Image Version is going to be replicated to. This property is updatable. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: targetRegions - language: &ref_5670 + language: &ref_3768 default: name: targetRegions description: The target regions where the Image Version is going to be replicated to. This property is updatable. - go: - name: TargetRegions - description: The target regions where the Image Version is going to be replicated to. This property is updatable. - byValue: true protocol: {} - schema: *ref_540 serializedName: replicaCount - language: &ref_5684 + language: &ref_3782 default: name: replicaCount description: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. - go: - name: ReplicaCount - description: The number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. protocol: {} - schema: *ref_541 serializedName: excludeFromLatest - language: &ref_5806 + language: &ref_3904 default: name: excludeFromLatest description: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. - go: - name: ExcludeFromLatest - description: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. protocol: {} - schema: *ref_542 readOnly: true serializedName: publishedDate - language: &ref_5685 + language: &ref_3783 default: name: publishedDate description: The timestamp for when the gallery image version is published. - go: - name: PublishedDate - description: READ-ONLY; The timestamp for when the gallery image version is published. protocol: {} - schema: *ref_543 serializedName: endOfLifeDate - language: &ref_5803 + language: &ref_3901 default: name: endOfLifeDate description: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - schema: *ref_534 serializedName: storageAccountType - language: &ref_5686 + language: &ref_3784 default: name: storageAccountType description: Specifies the storage account type to be used to store the image. This property is not updatable. - go: - name: StorageAccountType - description: Specifies the storage account type to be used to store the image. This property is not updatable. protocol: {} serializationFormats: - json usage: - input - output - language: &ref_5669 + language: &ref_3767 default: name: GalleryArtifactPublishingProfileBase description: Describes the basic gallery artifact publishing profile. namespace: '' - go: - name: GalleryArtifactPublishingProfileBase - description: GalleryArtifactPublishingProfileBase - Describes the basic gallery artifact publishing profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} immediate: - *ref_524 @@ -30384,35 +20984,24 @@ schemas: name: GalleryImageVersionPublishingProfile description: The publishing profile of a gallery image Version. namespace: '' - go: - name: GalleryImageVersionPublishingProfile - description: GalleryImageVersionPublishingProfile - The publishing profile of a gallery image Version. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: publishingProfile - language: &ref_5668 + language: &ref_3766 default: name: publishingProfile description: The publishing profile of a gallery image Version. - go: - name: PublishingProfile - description: The publishing profile of a gallery image Version. protocol: {} - schema: *ref_544 readOnly: true required: false serializedName: provisioningState - language: &ref_5687 + language: &ref_3785 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_988 + - schema: &ref_987 type: object apiVersions: - version: '2020-09-30' @@ -30424,23 +21013,17 @@ schemas: properties: - schema: *ref_545 serializedName: id - language: &ref_5682 + language: &ref_3780 default: name: id description: The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. - go: - name: ID - description: The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, user image or storage account resource. protocol: {} - schema: *ref_546 serializedName: uri - language: &ref_5699 + language: &ref_3797 default: name: uri description: The uri of the gallery artifact version source. Currently used to specify vhd/blob source. - go: - name: URI - description: The uri of the gallery artifact version source. Currently used to specify vhd/blob source. protocol: {} serializationFormats: - json @@ -30452,20 +21035,12 @@ schemas: name: GalleryArtifactVersionSource description: The gallery artifact version source. namespace: '' - go: - name: GalleryArtifactVersionSource - description: GalleryArtifactVersionSource - The gallery artifact version source. - marshallingFormat: json - namespace: '' protocol: {} serializedName: source - language: &ref_5681 + language: &ref_3779 default: name: source description: The gallery artifact version source. - go: - name: Source - description: The gallery artifact version source. protocol: {} - schema: &ref_547 type: object @@ -30493,19 +21068,12 @@ schemas: - schema: *ref_549 required: true serializedName: lun - language: &ref_5693 + language: &ref_3791 default: name: lun description: >- This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each data disk attached to the Virtual Machine. - go: - name: Lun - description: >- - REQUIRED; This property specifies the logical unit number of the data disk. This value is used to identify data disks within the Virtual Machine and therefore must be unique for each - data disk attached to the - - Virtual Machine. protocol: {} serializationFormats: - json @@ -30517,11 +21085,6 @@ schemas: name: GalleryDataDiskImage description: This is the data disk image. namespace: '' - go: - name: GalleryDataDiskImage - description: GalleryDataDiskImage - This is the data disk image. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_547 @@ -30530,49 +21093,35 @@ schemas: - schema: *ref_551 readOnly: true serializedName: sizeInGB - language: &ref_5690 + language: &ref_3788 default: name: sizeInGB description: This property indicates the size of the VHD to be created. - go: - name: SizeInGB - description: READ-ONLY; This property indicates the size of the VHD to be created. protocol: {} - schema: *ref_552 serializedName: hostCaching - language: &ref_5691 + language: &ref_3789 default: name: hostCaching description: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' - go: - name: HostCaching - description: The host caching of the disk. Valid values are 'None', 'ReadOnly', and 'ReadWrite' protocol: {} - schema: *ref_553 serializedName: source - language: &ref_5698 + language: &ref_3796 default: name: source description: The gallery artifact version source. - go: - name: Source - description: The gallery artifact version source. protocol: {} serializationFormats: - json usage: - input - output - language: &ref_5689 + language: &ref_3787 default: name: GalleryDiskImage description: This is the disk image base class. namespace: '' - go: - name: GalleryDiskImage - description: GalleryDiskImage - This is the disk image base class. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_548 @@ -30586,22 +21135,14 @@ schemas: name: GalleryOSDiskImage description: This is the OS disk image. namespace: '' - go: - name: GalleryOSDiskImage - description: GalleryOSDiskImage - This is the OS disk image. - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDiskImage - language: &ref_5688 + language: &ref_3786 default: name: osDiskImage description: This is the OS disk image. - go: - name: OSDiskImage - description: This is the OS disk image. protocol: {} - - schema: &ref_1294 + - schema: &ref_1293 type: array apiVersions: - version: '2020-09-30' @@ -30610,21 +21151,12 @@ schemas: default: name: GalleryImageVersionStorageProfileDataDiskImages description: A list of data disk images. - go: - name: '[]*GalleryDataDiskImage' - description: A list of data disk images. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDiskImages - language: &ref_5692 + language: &ref_3790 default: name: dataDiskImages description: A list of data disk images. - go: - name: DataDiskImages - description: A list of data disk images. - byValue: true protocol: {} serializationFormats: - json @@ -30636,22 +21168,13 @@ schemas: name: GalleryImageVersionStorageProfile description: This is the storage profile of a Gallery Image Version. namespace: '' - go: - name: GalleryImageVersionStorageProfile - description: GalleryImageVersionStorageProfile - This is the storage profile of a Gallery Image Version. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: storageProfile - language: &ref_5680 + language: &ref_3778 default: name: storageProfile description: This is the storage profile of a Gallery Image Version. - go: - name: StorageProfile - description: REQUIRED; This is the storage profile of a Gallery Image Version. protocol: {} - schema: &ref_565 type: object @@ -30661,19 +21184,16 @@ schemas: - schema: *ref_554 readOnly: true serializedName: aggregatedState - language: &ref_5719 + language: &ref_3817 default: name: aggregatedState description: This is the aggregated replication status based on all the regional replication status flags. - go: - name: AggregatedState - description: READ-ONLY; This is the aggregated replication status based on all the regional replication status flags. protocol: {} - - schema: &ref_1295 + - schema: &ref_1294 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_989 + elementType: &ref_988 type: object apiVersions: - version: '2020-09-30' @@ -30681,46 +21201,34 @@ schemas: - schema: *ref_555 readOnly: true serializedName: region - language: &ref_5721 + language: &ref_3819 default: name: region description: The region to which the gallery image version is being replicated to. - go: - name: Region - description: READ-ONLY; The region to which the gallery image version is being replicated to. protocol: {} - schema: *ref_556 readOnly: true serializedName: state - language: &ref_5722 + language: &ref_3820 default: name: state description: This is the regional replication state. - go: - name: State - description: READ-ONLY; This is the regional replication state. protocol: {} - schema: *ref_557 readOnly: true serializedName: details - language: &ref_5723 + language: &ref_3821 default: name: details description: The details of the replication status. - go: - name: Details - description: READ-ONLY; The details of the replication status. protocol: {} - schema: *ref_558 readOnly: true serializedName: progress - language: &ref_5724 + language: &ref_3822 default: name: progress description: It indicates progress of the replication job. - go: - name: Progress - description: READ-ONLY; It indicates progress of the replication job. protocol: {} serializationFormats: - json @@ -30732,32 +21240,18 @@ schemas: name: RegionalReplicationStatus description: This is the regional replication status. namespace: '' - go: - name: RegionalReplicationStatus - description: RegionalReplicationStatus - This is the regional replication status. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ReplicationStatusSummary description: This is a summary of replication status for each region. - go: - name: '[]*RegionalReplicationStatus' - description: This is a summary of replication status for each region. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: summary - language: &ref_5720 + language: &ref_3818 default: name: summary description: This is a summary of replication status for each region. - go: - name: Summary - description: READ-ONLY; This is a summary of replication status for each region. - byValue: true protocol: {} serializationFormats: - json @@ -30769,23 +21263,14 @@ schemas: name: ReplicationStatus description: This is the replication status of the gallery image version. namespace: '' - go: - name: ReplicationStatus - description: ReplicationStatus - This is the replication status of the gallery image version. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true required: false serializedName: replicationStatus - language: &ref_5718 + language: &ref_3816 default: name: replicationStatus description: This is the replication status of the gallery image version. - go: - name: ReplicationStatus - description: READ-ONLY; This is the replication status of the gallery image version. protocol: {} serializationFormats: - json @@ -30797,22 +21282,14 @@ schemas: name: GalleryImageVersionProperties description: Describes the properties of a gallery image version. namespace: '' - go: - name: GalleryImageVersionProperties - description: GalleryImageVersionProperties - Describes the properties of a gallery image version. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5667 + language: &ref_3765 default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -30824,11 +21301,6 @@ schemas: name: GalleryImageVersion description: Specifies information about the gallery image version that you want to create or update. namespace: '' - go: - name: GalleryImageVersion - description: GalleryImageVersion - Specifies information about the gallery image version that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - &ref_585 type: object @@ -30840,7 +21312,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_971 + - schema: &ref_970 type: object apiVersions: - version: '2020-09-30' @@ -30848,46 +21320,34 @@ schemas: - schema: *ref_559 required: false serializedName: description - language: &ref_5749 + language: &ref_3847 default: name: description description: The description of this gallery Application Definition resource. This property is updatable. - go: - name: Description - description: The description of this gallery Application Definition resource. This property is updatable. protocol: {} - schema: *ref_560 required: false serializedName: eula - language: &ref_5750 + language: &ref_3848 default: name: eula description: The Eula agreement for the gallery Application Definition. - go: - name: Eula - description: The Eula agreement for the gallery Application Definition. protocol: {} - schema: *ref_561 required: false serializedName: privacyStatementUri - language: &ref_5751 + language: &ref_3849 default: name: privacyStatementUri description: The privacy statement uri. - go: - name: PrivacyStatementURI - description: The privacy statement uri. protocol: {} - schema: *ref_562 required: false serializedName: releaseNoteUri - language: &ref_5752 + language: &ref_3850 default: name: releaseNoteUri description: The release note uri. - go: - name: ReleaseNoteURI - description: The release note uri. protocol: {} - schema: *ref_563 required: false @@ -30896,27 +21356,14 @@ schemas: default: name: endOfLifeDate description: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - schema: *ref_26 required: true serializedName: supportedOSType - language: &ref_5753 + language: &ref_3851 default: name: supportedOSType description: 'This property allows you to specify the supported type of the OS that application is built for.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: SupportedOSType - description: |- - REQUIRED; This property allows you to specify the supported type of the OS that application is built for. - - Possible values are: - - Windows - - Linux protocol: {} serializationFormats: - json @@ -30928,23 +21375,14 @@ schemas: name: GalleryApplicationProperties description: Describes the properties of a gallery Application Definition. namespace: '' - go: - name: GalleryApplicationProperties - description: GalleryApplicationProperties - Describes the properties of a gallery Application Definition. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5748 + language: &ref_3846 default: name: properties description: Describes the properties of a gallery Application Definition. - go: - name: Properties - description: Describes the properties of a gallery Application Definition. protocol: {} serializationFormats: - json @@ -30956,11 +21394,6 @@ schemas: name: GalleryApplication description: Specifies information about the gallery Application Definition that you want to create or update. namespace: '' - go: - name: GalleryApplication - description: GalleryApplication - Specifies information about the gallery Application Definition that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - &ref_586 type: object @@ -30972,7 +21405,7 @@ schemas: immediate: - *ref_18 properties: - - schema: &ref_972 + - schema: &ref_971 type: object apiVersions: - version: '2020-09-30' @@ -30980,37 +21413,28 @@ schemas: - schema: *ref_531 required: true serializedName: publishingProfile - language: &ref_5797 + language: &ref_3895 default: name: publishingProfile description: The publishing profile of a gallery image version. - go: - name: PublishingProfile - description: REQUIRED; The publishing profile of a gallery image version. protocol: {} - schema: *ref_564 readOnly: true required: false serializedName: provisioningState - language: &ref_5807 + language: &ref_3905 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - schema: *ref_565 readOnly: true required: false serializedName: replicationStatus - language: &ref_5830 + language: &ref_3928 default: name: replicationStatus description: This is the replication status of the gallery image version. - go: - name: ReplicationStatus - description: READ-ONLY; This is the replication status of the gallery image version. protocol: {} serializationFormats: - json @@ -31022,22 +21446,14 @@ schemas: name: GalleryApplicationVersionProperties description: Describes the properties of a gallery image version. namespace: '' - go: - name: GalleryApplicationVersionProperties - description: GalleryApplicationVersionProperties - Describes the properties of a gallery image version. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5796 + language: &ref_3894 default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -31049,11 +21465,6 @@ schemas: name: GalleryApplicationVersion description: Specifies information about the gallery Application Version that you want to create or update. namespace: '' - go: - name: GalleryApplicationVersion - description: GalleryApplicationVersion - Specifies information about the gallery Application Version that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_17 @@ -31084,63 +21495,44 @@ schemas: readOnly: true required: false serializedName: id - language: &ref_4132 + language: &ref_2230 default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - schema: *ref_588 readOnly: true required: false serializedName: name - language: &ref_4133 + language: &ref_2231 default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - schema: *ref_589 readOnly: true required: false serializedName: type - language: &ref_4134 + language: &ref_2232 default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - schema: *ref_590 required: true serializedName: location - language: &ref_4127 + language: &ref_2225 default: name: location description: Resource location - go: - name: Location - description: REQUIRED; Resource location protocol: {} - schema: *ref_591 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_4147 + language: &ref_2245 default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -31149,49 +21541,37 @@ schemas: - output extensions: x-ms-azure-resource: true - language: &ref_4126 + language: &ref_2224 default: name: Resource description: The Resource model definition. namespace: '' - go: - name: Resource - description: Resource - The Resource model definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_592 immediate: - *ref_18 - *ref_592 properties: - - schema: &ref_596 + - schema: &ref_595 type: object apiVersions: - version: '2021-03-01' properties: - schema: *ref_593 serializedName: platformUpdateDomainCount - language: &ref_4124 + language: &ref_2222 default: name: platformUpdateDomainCount description: Update Domain count. - go: - name: PlatformUpdateDomainCount - description: Update Domain count. protocol: {} - schema: *ref_594 serializedName: platformFaultDomainCount - language: &ref_4125 + language: &ref_2223 default: name: platformFaultDomainCount description: Fault Domain count. - go: - name: PlatformFaultDomainCount - description: Fault Domain count. protocol: {} - - schema: &ref_1135 + - schema: &ref_1134 type: array apiVersions: - version: '2021-03-01' @@ -31200,21 +21580,12 @@ schemas: default: name: AvailabilitySetPropertiesVirtualMachines description: A list of references to all virtual machines in the availability set. - go: - name: '[]*SubResource' - description: A list of references to all virtual machines in the availability set. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: virtualMachines - language: &ref_4145 + language: &ref_2243 default: name: virtualMachines description: A list of references to all virtual machines in the availability set. - go: - name: VirtualMachines - description: A list of references to all virtual machines in the availability set. - byValue: true protocol: {} - schema: *ref_22 serializedName: proximityPlacementGroup @@ -31224,14 +21595,8 @@ schemas: default: name: proximityPlacementGroup description: 'Specifies information about the proximity placement group that the availability set should be assigned to.

    Minimum api-version: 2018-04-01.' - go: - name: ProximityPlacementGroup - description: |- - Specifies information about the proximity placement group that the availability set should be assigned to. - - Minimum api-version: 2018-04-01. protocol: {} - - schema: &ref_1136 + - schema: &ref_1135 type: array apiVersions: - version: '2021-03-01' @@ -31240,11 +21605,6 @@ schemas: default: name: AvailabilitySetPropertiesStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statuses @@ -31252,10 +21612,6 @@ schemas: default: name: statuses description: The resource status information. - go: - name: Statuses - description: READ-ONLY; The resource status information. - byValue: true protocol: {} serializationFormats: - json @@ -31267,47 +21623,23 @@ schemas: name: AvailabilitySetProperties description: The instance view of a resource. namespace: '' - go: - name: AvailabilitySetProperties - description: AvailabilitySetProperties - The instance view of a resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4123 + language: &ref_2221 default: name: properties description: The instance view of a resource. - go: - name: Properties - description: The instance view of a resource. protocol: {} - schema: *ref_285 serializedName: sku - language: &ref_4130 + language: &ref_2228 default: name: sku description: >- Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'. - go: - name: SKU - description: |- - Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual - machines with unmanaged disks. Default value is 'Classic'. - protocol: {} - - schema: *ref_592 - serializedName: AdditionalProperties - language: - default: &ref_595 - name: AdditionalProperties - description: OPTIONAL; Contains additional key/value pairs not defined in the schema. - byValue: true - isAdditionalProperties: true - go: *ref_595 protocol: {} serializationFormats: - json @@ -31323,45 +21655,34 @@ schemas: updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. namespace: '' - go: - name: AvailabilitySet - description: |- - AvailabilitySet - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize - availability. For more information about availability sets, see Availability sets overview [https://docs.microsoft.com/azure/virtual-machines/availability-set-overview]. - - For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure [https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates] - - Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_596 + - *ref_595 - *ref_22 - *ref_89 - *ref_285 - *ref_18 - - &ref_597 + - &ref_596 type: object apiVersions: - version: '2021-03-01' parents: all: - - &ref_598 + - &ref_597 type: object apiVersions: - version: '2021-03-01' children: all: - - *ref_597 - - &ref_621 + - *ref_596 + - &ref_620 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 serializationFormats: - json usage: @@ -31371,24 +21692,18 @@ schemas: name: ProximityPlacementGroupUpdate description: Specifies information about the proximity placement group. namespace: '' - go: - name: ProximityPlacementGroupUpdate - description: ProximityPlacementGroupUpdate - Specifies information about the proximity placement group. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_622 + - &ref_621 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_599 + - schema: *ref_598 serializedName: properties extensions: x-ms-client-flatten: true @@ -31396,28 +21711,18 @@ schemas: default: name: properties description: Dedicated Host Group Properties. - go: - name: Properties - description: Dedicated Host Group Properties. protocol: {} - - schema: &ref_1148 + - schema: &ref_1147 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_600 + elementType: *ref_599 language: default: name: DedicatedHostGroupUpdateZones description: >- Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. - go: - name: '[]*string' - description: >- - Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces - each host in the group to be in the same zone. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: @@ -31426,12 +21731,6 @@ schemas: description: >- Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, enforces each host in the group to be in the same zone. - go: - name: Zones - description: |- - Availability Zone to use for this host group. Only single zone is supported. The zone can be assigned only during creation. If not provided, the group supports all zones in the region. If provided, - enforces each host in the group to be in the same zone. - byValue: true protocol: {} serializationFormats: - json @@ -31442,25 +21741,18 @@ schemas: name: DedicatedHostGroupUpdate description: Specifies information about the dedicated host group that the dedicated host should be assigned to. Only tags may be updated. namespace: '' - go: - name: DedicatedHostGroupUpdate - description: DedicatedHostGroupUpdate - Specifies information about the dedicated host group that the dedicated host should be assigned to. Only tags may be updated. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_623 + - &ref_622 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_601 + - schema: *ref_600 serializedName: properties extensions: x-ms-client-flatten: true @@ -31468,9 +21760,6 @@ schemas: default: name: properties description: Properties of the dedicated host. - go: - name: Properties - description: Properties of the dedicated host. protocol: {} serializationFormats: - json @@ -31481,24 +21770,18 @@ schemas: name: DedicatedHostUpdate description: Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType may be updated. namespace: '' - go: - name: DedicatedHostUpdate - description: DedicatedHostUpdate - Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType may be updated. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_624 + - &ref_623 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_602 + - schema: *ref_601 serializedName: properties extensions: x-ms-client-flatten: true @@ -31506,9 +21789,6 @@ schemas: default: name: properties description: Properties of the SSH public key. - go: - name: Properties - description: Properties of the SSH public key. protocol: {} serializationFormats: - json @@ -31519,24 +21799,18 @@ schemas: name: SshPublicKeyUpdateResource description: Specifies information about the SSH public key. namespace: '' - go: - name: SSHPublicKeyUpdateResource - description: SSHPublicKeyUpdateResource - Specifies information about the SSH public key. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_625 + - &ref_624 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_603 + - schema: *ref_602 serializedName: properties extensions: x-ms-client-flatten: true @@ -31544,9 +21818,6 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Extension. - go: - name: Properties - description: Describes the properties of a Virtual Machine Extension. protocol: {} serializationFormats: - json @@ -31557,34 +21828,25 @@ schemas: name: VirtualMachineExtensionUpdate description: Describes a Virtual Machine Extension. namespace: '' - go: - name: VirtualMachineExtensionUpdate - description: VirtualMachineExtensionUpdate - Describes a Virtual Machine Extension. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_626 + - &ref_625 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_604 + - schema: *ref_603 serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4812 + language: &ref_2910 default: name: properties description: Describes the properties of an Image. - go: - name: Properties - description: Describes the properties of an Image. protocol: {} serializationFormats: - json @@ -31595,22 +21857,16 @@ schemas: name: ImageUpdate description: The source user image virtual hard disk. Only tags may be updated. namespace: '' - go: - name: ImageUpdate - description: ImageUpdate - The source user image virtual hard disk. Only tags may be updated. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_627 + - &ref_626 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - schema: *ref_286 serializedName: plan @@ -31621,59 +21877,38 @@ schemas: Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click **Want to deploy programmatically, Get Started ->**. Enter any required information and then click **Save**. - go: - name: Plan - description: |- - Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must - enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required - information and then click Save. protocol: {} - - schema: *ref_605 + - schema: *ref_604 serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_4443 + language: &ref_2541 default: name: properties description: Describes the properties of a Virtual Machine. - go: - name: Properties - description: Describes the properties of a Virtual Machine. protocol: {} - - schema: *ref_606 + - schema: *ref_605 serializedName: identity language: default: name: identity description: The identity of the virtual machine, if configured. - go: - name: Identity - description: The identity of the virtual machine, if configured. protocol: {} - - schema: &ref_1204 + - schema: &ref_1203 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_607 + elementType: *ref_606 language: default: name: VirtualMachineUpdateZones description: The virtual machine zones. - go: - name: '[]*string' - description: The virtual machine zones. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: zones language: default: name: zones description: The virtual machine zones. - go: - name: Zones - description: The virtual machine zones. - byValue: true protocol: {} serializationFormats: - json @@ -31684,25 +21919,18 @@ schemas: name: VirtualMachineUpdate description: Describes a Virtual Machine Update. namespace: '' - go: - name: VirtualMachineUpdate - description: VirtualMachineUpdate - Describes a Virtual Machine Update. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_628 + - &ref_627 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_608 + - schema: *ref_607 serializedName: properties extensions: x-ms-client-flatten: true @@ -31710,9 +21938,6 @@ schemas: default: name: properties description: The restore point collection properties. - go: - name: Properties - description: The restore point collection properties. protocol: {} serializationFormats: - json @@ -31723,22 +21948,16 @@ schemas: name: RestorePointCollectionUpdate description: Update Restore Point collection parameters. namespace: '' - go: - name: RestorePointCollectionUpdate - description: RestorePointCollectionUpdate - Update Restore Point collection parameters. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_629 + - &ref_628 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - schema: *ref_285 serializedName: sku @@ -31746,9 +21965,6 @@ schemas: default: name: sku description: The virtual machine scale set sku. - go: - name: SKU - description: The virtual machine scale set sku. protocol: {} - schema: *ref_286 serializedName: plan @@ -31756,54 +21972,42 @@ schemas: default: name: plan description: The purchase plan when deploying a virtual machine scale set from VM Marketplace images. - go: - name: Plan - description: The purchase plan when deploying a virtual machine scale set from VM Marketplace images. protocol: {} - - schema: &ref_778 + - schema: &ref_777 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_609 + - schema: *ref_608 serializedName: upgradePolicy language: default: name: upgradePolicy description: The upgrade policy. - go: - name: UpgradePolicy - description: The upgrade policy. protocol: {} - - schema: *ref_610 + - schema: *ref_609 serializedName: automaticRepairsPolicy language: default: name: automaticRepairsPolicy description: Policy for automatic repairs. - go: - name: AutomaticRepairsPolicy - description: Policy for automatic repairs. protocol: {} - - schema: &ref_779 + - schema: &ref_778 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_780 + - schema: &ref_779 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_611 + - schema: *ref_610 serializedName: customData language: default: name: customData description: A base-64 encoded string of custom data. - go: - name: CustomData - description: A base-64 encoded string of custom data. protocol: {} - schema: *ref_302 serializedName: windowsConfiguration @@ -31811,9 +22015,6 @@ schemas: default: name: windowsConfiguration description: The Windows Configuration of the OS profile. - go: - name: WindowsConfiguration - description: The Windows Configuration of the OS profile. protocol: {} - schema: *ref_303 serializedName: linuxConfiguration @@ -31821,11 +22022,8 @@ schemas: default: name: linuxConfiguration description: The Linux Configuration of the OS profile. - go: - name: LinuxConfiguration - description: The Linux Configuration of the OS profile. protocol: {} - - schema: &ref_1219 + - schema: &ref_1218 type: array apiVersions: - version: '2021-03-01' @@ -31834,21 +22032,12 @@ schemas: default: name: VirtualMachineScaleSetUpdateOSProfileSecrets description: The List of certificates for addition to the VM. - go: - name: '[]*VaultSecretGroup' - description: The List of certificates for addition to the VM. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: secrets language: default: name: secrets description: The List of certificates for addition to the VM. - go: - name: Secrets - description: The List of certificates for addition to the VM. - byValue: true protocol: {} serializationFormats: - json @@ -31859,23 +22048,14 @@ schemas: name: VirtualMachineScaleSetUpdateOSProfile description: Describes a virtual machine scale set OS profile. namespace: '' - go: - name: VirtualMachineScaleSetUpdateOSProfile - description: VirtualMachineScaleSetUpdateOSProfile - Describes a virtual machine scale set OS profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osProfile language: default: name: osProfile description: The virtual machine scale set OS profile. - go: - name: OSProfile - description: The virtual machine scale set OS profile. protocol: {} - - schema: &ref_781 + - schema: &ref_780 type: object apiVersions: - version: '2021-03-01' @@ -31886,11 +22066,8 @@ schemas: default: name: imageReference description: The image reference. - go: - name: ImageReference - description: The image reference. protocol: {} - - schema: &ref_782 + - schema: &ref_781 type: object apiVersions: - version: '2021-03-01' @@ -31901,9 +22078,6 @@ schemas: default: name: caching description: The caching type. - go: - name: Caching - description: The caching type. protocol: {} - schema: *ref_162 serializedName: writeAcceleratorEnabled @@ -31911,11 +22085,8 @@ schemas: default: name: writeAcceleratorEnabled description: Specifies whether writeAccelerator should be enabled or disabled on the disk. - go: - name: WriteAcceleratorEnabled - description: Specifies whether writeAccelerator should be enabled or disabled on the disk. protocol: {} - - schema: *ref_612 + - schema: *ref_611 serializedName: diskSizeGB language: default: @@ -31923,12 +22094,6 @@ schemas: description: >- Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image.

    This value cannot be larger than 1023 GB - go: - name: DiskSizeGB - description: |- - Specifies the size of the operating system disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. - - This value cannot be larger than 1023 GB protocol: {} - schema: *ref_160 serializedName: image @@ -31938,38 +22103,22 @@ schemas: description: >- The Source User Image VirtualHardDisk. This VirtualHardDisk will be copied before using it to attach to the Virtual Machine. If SourceImage is provided, the destination VirtualHardDisk should not exist. - go: - name: Image - description: >- - The Source User Image VirtualHardDisk. This VirtualHardDisk will be copied before using it to attach to the Virtual Machine. If SourceImage is provided, the destination VirtualHardDisk - should not - - exist. protocol: {} - - schema: &ref_1220 + - schema: &ref_1219 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_613 + elementType: *ref_612 language: default: name: VirtualMachineScaleSetUpdateOSDiskVhdContainers description: The list of virtual hard disk container uris. - go: - name: '[]*string' - description: The list of virtual hard disk container uris. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: vhdContainers language: default: name: vhdContainers description: The list of virtual hard disk container uris. - go: - name: VhdContainers - description: The list of virtual hard disk container uris. - byValue: true protocol: {} - schema: *ref_312 serializedName: managedDisk @@ -31977,9 +22126,6 @@ schemas: default: name: managedDisk description: The managed disk parameters. - go: - name: ManagedDisk - description: The managed disk parameters. protocol: {} serializationFormats: - json @@ -31990,46 +22136,28 @@ schemas: name: VirtualMachineScaleSetUpdateOSDisk description: Describes virtual machine scale set operating system disk Update Object. This should be used for Updating VMSS OS Disk. namespace: '' - go: - name: VirtualMachineScaleSetUpdateOSDisk - description: VirtualMachineScaleSetUpdateOSDisk - Describes virtual machine scale set operating system disk Update Object. This should be used for Updating VMSS OS Disk. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osDisk language: default: name: osDisk description: The OS disk. - go: - name: OSDisk - description: The OS disk. protocol: {} - - schema: &ref_1221 + - schema: &ref_1220 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_614 + elementType: *ref_613 language: default: name: VirtualMachineScaleSetUpdateStorageProfileDataDisks description: The data disks. - go: - name: '[]*VirtualMachineScaleSetDataDisk' - description: The data disks. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dataDisks language: default: name: dataDisks description: The data disks. - go: - name: DataDisks - description: The data disks. - byValue: true protocol: {} serializationFormats: - json @@ -32040,23 +22168,14 @@ schemas: name: VirtualMachineScaleSetUpdateStorageProfile description: Describes a virtual machine scale set storage profile. namespace: '' - go: - name: VirtualMachineScaleSetUpdateStorageProfile - description: VirtualMachineScaleSetUpdateStorageProfile - Describes a virtual machine scale set storage profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: storageProfile language: default: name: storageProfile description: The virtual machine scale set storage profile. - go: - name: StorageProfile - description: The virtual machine scale set storage profile. protocol: {} - - schema: &ref_783 + - schema: &ref_782 type: object apiVersions: - version: '2021-03-01' @@ -32069,13 +22188,8 @@ schemas: description: >- A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. - go: - name: HealthProbe - description: |- - A reference to a load balancer probe used to determine the health of an instance in the virtual machine scale set. The reference will be in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/probes/{probeName}'. protocol: {} - - schema: &ref_1227 + - schema: &ref_1226 type: array apiVersions: - version: '2021-03-01' @@ -32084,21 +22198,12 @@ schemas: default: name: VirtualMachineScaleSetUpdateNetworkProfileNetworkInterfaceConfigurations description: The list of network configurations. - go: - name: '[]*VirtualMachineScaleSetUpdateNetworkConfiguration' - description: The list of network configurations. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkInterfaceConfigurations language: default: name: networkInterfaceConfigurations description: The list of network configurations. - go: - name: NetworkInterfaceConfigurations - description: The list of network configurations. - byValue: true protocol: {} - schema: *ref_201 serializedName: networkApiVersion @@ -32106,9 +22211,6 @@ schemas: default: name: networkApiVersion description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' - go: - name: NetworkAPIVersion - description: specifies the Microsoft.Network API version used when creating networking resources in the Network Interface Configurations for Virtual Machine Scale Set with orchestration mode 'Flexible' protocol: {} serializationFormats: - json @@ -32119,21 +22221,12 @@ schemas: name: VirtualMachineScaleSetUpdateNetworkProfile description: Describes a virtual machine scale set network profile. namespace: '' - go: - name: VirtualMachineScaleSetUpdateNetworkProfile - description: VirtualMachineScaleSetUpdateNetworkProfile - Describes a virtual machine scale set network profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile language: default: name: networkProfile description: The virtual machine scale set network profile. - go: - name: NetworkProfile - description: The virtual machine scale set network profile. protocol: {} - schema: *ref_315 serializedName: securityProfile @@ -32141,9 +22234,6 @@ schemas: default: name: securityProfile description: The virtual machine scale set Security profile - go: - name: SecurityProfile - description: The virtual machine scale set Security profile protocol: {} - schema: *ref_316 serializedName: diagnosticsProfile @@ -32151,29 +22241,20 @@ schemas: default: name: diagnosticsProfile description: The virtual machine scale set diagnostics profile. - go: - name: DiagnosticsProfile - description: The virtual machine scale set diagnostics profile. protocol: {} - - schema: *ref_615 + - schema: *ref_614 serializedName: extensionProfile language: default: name: extensionProfile description: The virtual machine scale set extension profile. - go: - name: ExtensionProfile - description: The virtual machine scale set extension profile. protocol: {} - - schema: *ref_616 + - schema: *ref_615 serializedName: licenseType language: default: name: licenseType description: The license type, which is for bring your own license scenario. - go: - name: LicenseType - description: The license type, which is for bring your own license scenario. protocol: {} - schema: *ref_319 serializedName: billingProfile @@ -32181,12 +22262,6 @@ schemas: default: name: billingProfile description: 'Specifies the billing related details of a Azure Spot VMSS.

    Minimum api-version: 2019-03-01.' - go: - name: BillingProfile - description: |- - Specifies the billing related details of a Azure Spot VMSS. - - Minimum api-version: 2019-03-01. protocol: {} - schema: *ref_320 serializedName: scheduledEventsProfile @@ -32194,22 +22269,13 @@ schemas: default: name: scheduledEventsProfile description: Specifies Scheduled Event related configurations. - go: - name: ScheduledEventsProfile - description: Specifies Scheduled Event related configurations. protocol: {} - - schema: *ref_617 + - schema: *ref_616 serializedName: userData language: default: name: userData description: 'UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here.

    Minimum api-version: 2021-03-01' - go: - name: UserData - description: |- - UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. - - Minimum api-version: 2021-03-01 protocol: {} serializationFormats: - json @@ -32220,20 +22286,12 @@ schemas: name: VirtualMachineScaleSetUpdateVMProfile description: Describes a virtual machine scale set virtual machine profile. namespace: '' - go: - name: VirtualMachineScaleSetUpdateVMProfile - description: VirtualMachineScaleSetUpdateVMProfile - Describes a virtual machine scale set virtual machine profile. - marshallingFormat: json - namespace: '' protocol: {} serializedName: virtualMachineProfile language: default: name: virtualMachineProfile description: The virtual machine profile. - go: - name: VirtualMachineProfile - description: The virtual machine profile. protocol: {} - schema: *ref_323 serializedName: overprovision @@ -32241,9 +22299,6 @@ schemas: default: name: overprovision description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. - go: - name: Overprovision - description: Specifies whether the Virtual Machine Scale Set should be overprovisioned. protocol: {} - schema: *ref_324 serializedName: doNotRunExtensionsOnOverprovisionedVMs @@ -32253,11 +22308,6 @@ schemas: description: >- When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. - go: - name: DoNotRunExtensionsOnOverprovisionedVMs - description: |- - When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra - overprovisioned VMs. protocol: {} - schema: *ref_326 serializedName: singlePlacementGroup @@ -32267,11 +22317,6 @@ schemas: description: >- When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup is false, it may not be modified to true. - go: - name: SinglePlacementGroup - description: |- - When true this limits the scale set to a single placement group, of max size 100 virtual machines. NOTE: If singlePlacementGroup is true, it may be modified to false. However, if singlePlacementGroup - is false, it may not be modified to true. protocol: {} - schema: *ref_329 serializedName: additionalCapabilities @@ -32281,21 +22326,13 @@ schemas: description: >- Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching managed data disks with UltraSSD_LRS storage account type. - go: - name: AdditionalCapabilities - description: |- - Specifies additional capabilities enabled or disabled on the Virtual Machines in the Virtual Machine Scale Set. For instance: whether the Virtual Machines have the capability to support attaching - managed data disks with UltraSSD_LRS storage account type. protocol: {} - - schema: *ref_618 + - schema: *ref_617 serializedName: scaleInPolicy language: default: name: scaleInPolicy description: Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. - go: - name: ScaleInPolicy - description: Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. protocol: {} - schema: *ref_22 serializedName: proximityPlacementGroup @@ -32305,12 +22342,6 @@ schemas: default: name: proximityPlacementGroup description: 'Specifies information about the proximity placement group that the virtual machine scale set should be assigned to.

    Minimum api-version: 2018-04-01.' - go: - name: ProximityPlacementGroup - description: |- - Specifies information about the proximity placement group that the virtual machine scale set should be assigned to. - - Minimum api-version: 2018-04-01. protocol: {} serializationFormats: - json @@ -32321,11 +22352,6 @@ schemas: name: VirtualMachineScaleSetUpdateProperties description: Describes the properties of a Virtual Machine Scale Set. namespace: '' - go: - name: VirtualMachineScaleSetUpdateProperties - description: VirtualMachineScaleSetUpdateProperties - Describes the properties of a Virtual Machine Scale Set. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -32334,19 +22360,13 @@ schemas: default: name: properties description: Describes the properties of a Virtual Machine Scale Set. - go: - name: Properties - description: Describes the properties of a Virtual Machine Scale Set. protocol: {} - - schema: *ref_619 + - schema: *ref_618 serializedName: identity language: default: name: identity description: The identity of the virtual machine scale set, if configured. - go: - name: Identity - description: The identity of the virtual machine scale set, if configured. protocol: {} serializationFormats: - json @@ -32357,34 +22377,25 @@ schemas: name: VirtualMachineScaleSetUpdate description: Describes a Virtual Machine Scale Set. namespace: '' - go: - name: VirtualMachineScaleSetUpdate - description: VirtualMachineScaleSetUpdate - Describes a Virtual Machine Scale Set. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_630 + - &ref_629 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_598 + - *ref_597 immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_620 + - schema: *ref_619 serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5148 + language: &ref_3246 default: name: properties description: Describes the properties of a Virtual Machine run command. - go: - name: Properties - description: Describes the properties of a Virtual Machine run command. protocol: {} serializationFormats: - json @@ -32395,15 +22406,10 @@ schemas: name: VirtualMachineRunCommandUpdate description: Describes a Virtual Machine run command. namespace: '' - go: - name: VirtualMachineRunCommandUpdate - description: VirtualMachineRunCommandUpdate - Describes a Virtual Machine run command. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} immediate: - - *ref_597 + - *ref_596 + - *ref_620 - *ref_621 - *ref_622 - *ref_623 @@ -32413,42 +22419,28 @@ schemas: - *ref_627 - *ref_628 - *ref_629 - - *ref_630 properties: - - schema: *ref_631 + - schema: *ref_630 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_4168 + language: &ref_2266 default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json usage: - input - language: &ref_4167 + language: &ref_2265 default: name: UpdateResource description: The Update Resource model definition. namespace: '' - go: - name: UpdateResource - description: UpdateResource - The Update Resource model definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_598 + - *ref_597 properties: - - schema: *ref_596 + - schema: *ref_595 serializedName: properties extensions: x-ms-client-flatten: true @@ -32456,9 +22448,6 @@ schemas: default: name: properties description: The instance view of a resource. - go: - name: Properties - description: The instance view of a resource. protocol: {} - schema: *ref_285 serializedName: sku @@ -32466,9 +22455,6 @@ schemas: default: name: sku description: Sku of the availability set - go: - name: SKU - description: Sku of the availability set protocol: {} serializationFormats: - json @@ -32479,20 +22465,14 @@ schemas: name: AvailabilitySetUpdate description: Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated. namespace: '' - go: - name: AvailabilitySetUpdate - description: AvailabilitySetUpdate - Specifies information about the availability set that the virtual machine should be assigned to. Only tags may be updated. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_598 - - &ref_1370 + - *ref_597 + - &ref_1344 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1137 + - schema: &ref_1136 type: array apiVersions: - version: '2021-03-01' @@ -32501,33 +22481,21 @@ schemas: default: name: AvailabilitySetListResultValue description: The list of availability sets - go: - name: '[]*AvailabilitySet' - description: The list of availability sets - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_4144 + language: &ref_2242 default: name: value description: The list of availability sets - go: - name: Value - description: REQUIRED; The list of availability sets - byValue: true protocol: {} - - schema: *ref_632 + - schema: *ref_631 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of AvailabilitySets. Call ListNext() with this URI to fetch the next page of AvailabilitySets. - go: - name: NextLink - description: The URI to fetch the next page of AvailabilitySets. Call ListNext() with this URI to fetch the next page of AvailabilitySets. protocol: {} serializationFormats: - json @@ -32538,90 +22506,64 @@ schemas: name: AvailabilitySetListResult description: The List Availability Set operation response. namespace: '' - go: - name: AvailabilitySetListResult - description: AvailabilitySetListResult - The List Availability Set operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1384 + - &ref_1348 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1138 + - schema: &ref_1137 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_639 + elementType: &ref_638 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_633 + - schema: *ref_632 serializedName: name - language: &ref_4542 + language: &ref_2640 default: name: name description: The name of the virtual machine size. - go: - name: Name - description: The name of the virtual machine size. protocol: {} - - schema: *ref_634 + - schema: *ref_633 serializedName: numberOfCores - language: &ref_4543 + language: &ref_2641 default: name: numberOfCores description: >- The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please refer to https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list - go: - name: NumberOfCores - description: |- - The number of cores supported by the virtual machine size. For Constrained vCPU capable VM sizes, this number represents the total vCPUs of quota that the VM uses. For accurate vCPU count, please - refer to https://docs.microsoft.com/azure/virtual-machines/constrained-vcpu or https://docs.microsoft.com/rest/api/compute/resourceskus/list protocol: {} - - schema: *ref_635 + - schema: *ref_634 serializedName: osDiskSizeInMB - language: &ref_4544 + language: &ref_2642 default: name: osDiskSizeInMB description: The OS disk size, in MB, allowed by the virtual machine size. - go: - name: OSDiskSizeInMB - description: The OS disk size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_636 + - schema: *ref_635 serializedName: resourceDiskSizeInMB - language: &ref_4545 + language: &ref_2643 default: name: resourceDiskSizeInMB description: The resource disk size, in MB, allowed by the virtual machine size. - go: - name: ResourceDiskSizeInMB - description: The resource disk size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_637 + - schema: *ref_636 serializedName: memoryInMB - language: &ref_4546 + language: &ref_2644 default: name: memoryInMB description: The amount of memory, in MB, supported by the virtual machine size. - go: - name: MemoryInMB - description: The amount of memory, in MB, supported by the virtual machine size. protocol: {} - - schema: *ref_638 + - schema: *ref_637 serializedName: maxDataDiskCount - language: &ref_4547 + language: &ref_2645 default: name: maxDataDiskCount description: The maximum number of data disks that can be attached to the virtual machine size. - go: - name: MaxDataDiskCount - description: The maximum number of data disks that can be attached to the virtual machine size. protocol: {} serializationFormats: - json @@ -32632,31 +22574,17 @@ schemas: name: VirtualMachineSize description: Describes the properties of a VM size. namespace: '' - go: - name: VirtualMachineSize - description: VirtualMachineSize - Describes the properties of a VM size. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineSizeListResultValue description: The list of virtual machine sizes. - go: - name: '[]*VirtualMachineSize' - description: The list of virtual machine sizes. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_4541 + language: &ref_2639 default: name: value description: The list of virtual machine sizes. - go: - name: Value - description: The list of virtual machine sizes. - byValue: true protocol: {} serializationFormats: - json @@ -32667,24 +22595,18 @@ schemas: name: VirtualMachineSizeListResult description: The List Virtual Machine operation response. namespace: '' - go: - name: VirtualMachineSizeListResult - description: VirtualMachineSizeListResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_639 + - *ref_638 - *ref_566 - - *ref_640 + - *ref_639 - *ref_20 - - *ref_621 - - &ref_1422 + - *ref_620 + - &ref_1362 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1142 + - schema: &ref_1141 type: array apiVersions: - version: '2021-03-01' @@ -32693,33 +22615,21 @@ schemas: default: name: ProximityPlacementGroupListResultValue description: The list of proximity placement groups - go: - name: '[]*ProximityPlacementGroup' - description: The list of proximity placement groups - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_4189 + language: &ref_2287 default: name: value description: The list of proximity placement groups - go: - name: Value - description: REQUIRED; The list of proximity placement groups - byValue: true protocol: {} - - schema: *ref_641 + - schema: *ref_640 required: false serializedName: nextLink - language: &ref_4190 + language: &ref_2288 default: name: nextLink description: The URI to fetch the next page of proximity placement groups. - go: - name: NextLink - description: The URI to fetch the next page of proximity placement groups. protocol: {} serializationFormats: - json @@ -32730,28 +22640,22 @@ schemas: name: ProximityPlacementGroupListResult description: The List Proximity Placement Group operation response. namespace: '' - go: - name: ProximityPlacementGroupListResult - description: ProximityPlacementGroupListResult - The List Proximity Placement Group operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_567 - - *ref_599 + - *ref_598 - *ref_91 - - *ref_642 + - *ref_641 - *ref_126 - *ref_130 + - *ref_642 - *ref_643 - - *ref_644 - - *ref_622 - - &ref_1468 + - *ref_621 + - &ref_1379 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1149 + - schema: &ref_1148 type: array apiVersions: - version: '2021-03-01' @@ -32760,11 +22664,6 @@ schemas: default: name: DedicatedHostGroupListResultValue description: The list of dedicated host groups - go: - name: '[]*DedicatedHostGroup' - description: The list of dedicated host groups - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -32772,21 +22671,14 @@ schemas: default: name: value description: The list of dedicated host groups - go: - name: Value - description: REQUIRED; The list of dedicated host groups - byValue: true protocol: {} - - schema: *ref_645 + - schema: *ref_644 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups. - go: - name: NextLink - description: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups. protocol: {} serializationFormats: - json @@ -32797,22 +22689,16 @@ schemas: name: DedicatedHostGroupListResult description: The List Dedicated Host Group with resource group response. namespace: '' - go: - name: DedicatedHostGroupListResult - description: DedicatedHostGroupListResult - The List Dedicated Host Group with resource group response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_568 - - *ref_601 - - *ref_623 - - &ref_1523 + - *ref_600 + - *ref_622 + - &ref_1399 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1151 + - schema: &ref_1150 type: array apiVersions: - version: '2021-03-01' @@ -32821,11 +22707,6 @@ schemas: default: name: DedicatedHostListResultValue description: The list of dedicated hosts - go: - name: '[]*DedicatedHost' - description: The list of dedicated hosts - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -32833,21 +22714,14 @@ schemas: default: name: value description: The list of dedicated hosts - go: - name: Value - description: REQUIRED; The list of dedicated hosts - byValue: true protocol: {} - - schema: *ref_646 + - schema: *ref_645 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts. - go: - name: NextLink - description: The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts. protocol: {} serializationFormats: - json @@ -32858,19 +22732,13 @@ schemas: name: DedicatedHostListResult description: The list dedicated host operation response. namespace: '' - go: - name: DedicatedHostListResult - description: DedicatedHostListResult - The list dedicated host operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1529 + - &ref_1400 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1152 + - schema: &ref_1151 type: array apiVersions: - version: '2021-03-01' @@ -32879,11 +22747,6 @@ schemas: default: name: SshPublicKeysGroupListResultValue description: The list of SSH public keys - go: - name: '[]*SSHPublicKeyResource' - description: The list of SSH public keys - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -32891,21 +22754,14 @@ schemas: default: name: value description: The list of SSH public keys - go: - name: Value - description: REQUIRED; The list of SSH public keys - byValue: true protocol: {} - - schema: *ref_647 + - schema: *ref_646 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys. - go: - name: NextLink - description: The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys. protocol: {} serializationFormats: - json @@ -32916,53 +22772,38 @@ schemas: name: SshPublicKeysGroupListResult description: The list SSH public keys operation response. namespace: '' - go: - name: SSHPublicKeysGroupListResult - description: SSHPublicKeysGroupListResult - The list SSH public keys operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_569 - - *ref_602 - - *ref_624 - - &ref_1573 + - *ref_601 + - *ref_623 + - &ref_1416 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_648 + - schema: *ref_647 required: true serializedName: privateKey - language: &ref_4291 + language: &ref_2389 default: name: privateKey description: Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret. - go: - name: PrivateKey - description: REQUIRED; Private key portion of the key pair used to authenticate to a virtual machine through ssh. The private key is returned in RFC3447 format and should be treated as a secret. protocol: {} - - schema: *ref_649 + - schema: *ref_648 required: true serializedName: publicKey - language: &ref_4292 + language: &ref_2390 default: name: publicKey description: Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format. - go: - name: PublicKey - description: REQUIRED; Public key portion of the key pair used to authenticate to a virtual machine through ssh. The public key is in ssh-rsa format. protocol: {} - - schema: *ref_650 + - schema: *ref_649 required: true serializedName: id - language: &ref_4293 + language: &ref_2391 default: name: id description: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} - go: - name: ID - description: REQUIRED; The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{SshPublicKeyName} protocol: {} serializationFormats: - json @@ -32973,25 +22814,20 @@ schemas: name: SshPublicKeyGenerateKeyPairResult description: Response from generation of an SSH key pair. namespace: '' - go: - name: SSHPublicKeyGenerateKeyPairResult - description: SSHPublicKeyGenerateKeyPairResult - Response from generation of an SSH key pair. - marshallingFormat: json - namespace: '' protocol: {} - *ref_570 - - *ref_651 + - *ref_650 - *ref_278 - *ref_149 - *ref_242 - - *ref_625 - - *ref_603 - - &ref_1657 + - *ref_624 + - *ref_602 + - &ref_1452 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1155 + - schema: &ref_1154 type: array apiVersions: - version: '2021-03-01' @@ -33000,21 +22836,12 @@ schemas: default: name: VirtualMachineExtensionsListResultValue description: The list of extensions - go: - name: '[]*VirtualMachineExtension' - description: The list of extensions - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The list of extensions - go: - name: Value - description: The list of extensions - byValue: true protocol: {} serializationFormats: - json @@ -33025,24 +22852,18 @@ schemas: name: VirtualMachineExtensionsListResult description: The List Extension operation response namespace: '' - go: - name: VirtualMachineExtensionsListResult - description: VirtualMachineExtensionsListResult - The List Extension operation response - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_33 + - *ref_651 - *ref_652 - *ref_653 - *ref_654 - *ref_655 - *ref_656 - *ref_657 - - *ref_658 - *ref_21 - *ref_284 - - &ref_1716 + - &ref_1481 type: object apiVersions: - version: '2021-03-01' @@ -33055,9 +22876,6 @@ schemas: default: name: error description: Api error. - go: - name: Error - description: Api error. protocol: {} serializationFormats: - json @@ -33070,86 +22888,66 @@ schemas: name: CloudError description: An error response from the Compute service. namespace: '' - go: - name: CloudError - description: CloudError - An error response from the Compute service. - marshallingFormat: json - namespace: '' protocol: {} - *ref_270 + - *ref_658 - *ref_659 - - *ref_660 - - &ref_1766 + - &ref_1505 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1159 + - schema: &ref_1158 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_667 + elementType: &ref_666 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_661 + - schema: *ref_660 required: true serializedName: unit language: default: name: unit description: An enum describing the unit of usage measurement. - go: - name: Unit - description: REQUIRED; An enum describing the unit of usage measurement. protocol: {} - - schema: *ref_662 + - schema: *ref_661 required: true serializedName: currentValue language: default: name: currentValue description: The current usage of the resource. - go: - name: CurrentValue - description: REQUIRED; The current usage of the resource. protocol: {} - - schema: *ref_663 + - schema: *ref_662 required: true serializedName: limit language: default: name: limit description: The maximum permitted usage of the resource. - go: - name: Limit - description: REQUIRED; The maximum permitted usage of the resource. protocol: {} - - schema: &ref_668 + - schema: &ref_667 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_664 + - schema: *ref_663 serializedName: value language: default: name: value description: The name of the resource. - go: - name: Value - description: The name of the resource. protocol: {} - - schema: *ref_665 + - schema: *ref_664 serializedName: localizedValue language: default: name: localizedValue description: The localized name of the resource. - go: - name: LocalizedValue - description: The localized name of the resource. protocol: {} serializationFormats: - json @@ -33160,11 +22958,6 @@ schemas: name: UsageName description: The Usage Names. namespace: '' - go: - name: UsageName - description: UsageName - The Usage Names. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: name @@ -33172,9 +22965,6 @@ schemas: default: name: name description: The name of the type of usage. - go: - name: Name - description: REQUIRED; The name of the type of usage. protocol: {} serializationFormats: - json @@ -33185,21 +22975,11 @@ schemas: name: Usage description: Describes Compute Resource Usage. namespace: '' - go: - name: Usage - description: Usage - Describes Compute Resource Usage. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ListUsagesResultValue description: The list of compute resource usages. - go: - name: '[]*Usage' - description: The list of compute resource usages. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -33207,21 +22987,14 @@ schemas: default: name: value description: The list of compute resource usages. - go: - name: Value - description: REQUIRED; The list of compute resource usages. - byValue: true protocol: {} - - schema: *ref_666 + - schema: *ref_665 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. - go: - name: NextLink - description: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information. protocol: {} serializationFormats: - json @@ -33232,21 +23005,15 @@ schemas: name: ListUsagesResult description: The List Usages operation response. namespace: '' - go: - name: ListUsagesResult - description: ListUsagesResult - The List Usages operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_666 - *ref_667 - - *ref_668 - - &ref_1773 + - &ref_1507 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1184 + - schema: &ref_1183 type: array apiVersions: - version: '2021-03-01' @@ -33255,33 +23022,21 @@ schemas: default: name: VirtualMachineListResultValue description: The list of virtual machines. - go: - name: '[]*VirtualMachine' - description: The list of virtual machines. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_4323 + language: &ref_2421 default: name: value description: The list of virtual machines. - go: - name: Value - description: REQUIRED; The list of virtual machines. - byValue: true protocol: {} - - schema: *ref_669 + - schema: *ref_668 required: false serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines. - go: - name: NextLink - description: The URI to fetch the next page of VMs. Call ListNext() with this URI to fetch the next page of Virtual Machines. protocol: {} serializationFormats: - json @@ -33292,43 +23047,38 @@ schemas: name: VirtualMachineListResult description: The List Virtual Machine operation response. namespace: '' - go: - name: VirtualMachineListResult - description: VirtualMachineListResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_571 - *ref_286 - - *ref_605 + - *ref_604 - *ref_354 - *ref_392 - *ref_77 - - *ref_670 + - *ref_669 - *ref_241 + - *ref_670 - *ref_671 - - *ref_672 - *ref_160 - *ref_306 - *ref_78 - *ref_45 - - *ref_673 + - *ref_672 - *ref_329 - *ref_361 - *ref_302 + - *ref_673 - *ref_674 - *ref_675 - *ref_676 - - *ref_677 - *ref_303 + - *ref_677 - *ref_678 - *ref_679 - - *ref_680 - *ref_304 - - *ref_681 + - *ref_680 - *ref_393 - *ref_79 + - *ref_681 - *ref_682 - *ref_683 - *ref_684 @@ -33338,33 +23088,32 @@ schemas: - *ref_688 - *ref_689 - *ref_690 - - *ref_691 - *ref_212 - *ref_315 - - *ref_692 + - *ref_691 - *ref_316 - - *ref_693 + - *ref_692 - *ref_319 - - *ref_694 + - *ref_693 - *ref_385 - - *ref_695 + - *ref_694 - *ref_386 - *ref_387 - *ref_388 - *ref_389 + - *ref_695 - *ref_696 - *ref_697 - - *ref_698 - *ref_320 + - *ref_698 + - *ref_605 - *ref_699 - - *ref_606 - - *ref_700 - - &ref_1986 + - &ref_1581 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1200 + - schema: &ref_1199 type: array apiVersions: - version: '2021-03-01' @@ -33373,33 +23122,21 @@ schemas: default: name: VirtualMachineScaleSetListResultValue description: The list of virtual machine scale sets. - go: - name: '[]*VirtualMachineScaleSet' - description: The list of virtual machine scale sets. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_4647 + language: &ref_2745 default: name: value description: The list of virtual machine scale sets. - go: - name: Value - description: REQUIRED; The list of virtual machine scale sets. - byValue: true protocol: {} - - schema: *ref_701 + - schema: *ref_700 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS. - go: - name: NextLink - description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of VMSS. protocol: {} serializationFormats: - json @@ -33410,55 +23147,49 @@ schemas: name: VirtualMachineScaleSetListResult description: The List Virtual Machine operation response. namespace: '' - go: - name: VirtualMachineScaleSetListResult - description: VirtualMachineScaleSetListResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_572 + - *ref_701 + - *ref_608 + - *ref_370 - *ref_702 - *ref_609 - - *ref_370 - *ref_703 - - *ref_610 - *ref_704 - *ref_705 - *ref_706 - - *ref_707 - *ref_312 - - *ref_614 - - *ref_708 + - *ref_613 + - *ref_707 - *ref_68 - *ref_80 - - *ref_709 + - *ref_708 - *ref_75 - *ref_62 + - *ref_709 - *ref_710 - *ref_711 - - *ref_712 - *ref_72 - - *ref_713 - - *ref_615 + - *ref_712 + - *ref_614 - *ref_121 - *ref_104 + - *ref_617 - *ref_618 - - *ref_619 - - *ref_714 + - *ref_713 - *ref_573 - - *ref_604 - - *ref_715 + - *ref_603 + - *ref_714 - *ref_336 - *ref_337 - *ref_339 - - *ref_626 - - &ref_2244 + - *ref_625 + - &ref_1681 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1202 + - schema: &ref_1201 type: array apiVersions: - version: '2021-03-01' @@ -33467,33 +23198,21 @@ schemas: default: name: ImageListResultValue description: The list of Images. - go: - name: '[]*Image' - description: The list of Images. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_4830 + language: &ref_2928 default: name: value description: The list of Images. - go: - name: Value - description: REQUIRED; The list of Images. - byValue: true protocol: {} - - schema: *ref_716 + - schema: *ref_715 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images. - go: - name: NextLink - description: The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images. protocol: {} serializationFormats: - json @@ -33504,50 +23223,35 @@ schemas: name: ImageListResult description: The List Image operation response. namespace: '' - go: - name: ImageListResult - description: ImageListResult - The List Image operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1779 + - &ref_1508 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_717 + - schema: *ref_716 required: true serializedName: vhdPrefix language: default: name: vhdPrefix description: The captured virtual hard disk's name prefix. - go: - name: VhdPrefix - description: REQUIRED; The captured virtual hard disk's name prefix. protocol: {} - - schema: *ref_718 + - schema: *ref_717 required: true serializedName: destinationContainerName language: default: name: destinationContainerName description: The destination container name. - go: - name: DestinationContainerName - description: REQUIRED; The destination container name. protocol: {} - - schema: *ref_719 + - schema: *ref_718 required: true serializedName: overwriteVhds language: default: name: overwriteVhds description: Specifies whether to overwrite the destination virtual hard disk, in case of conflict. - go: - name: OverwriteVhds - description: REQUIRED; Specifies whether to overwrite the destination virtual hard disk, in case of conflict. protocol: {} serializationFormats: - json @@ -33558,31 +23262,26 @@ schemas: name: VirtualMachineCaptureParameters description: Capture Virtual Machine parameters. namespace: '' - go: - name: VirtualMachineCaptureParameters - description: VirtualMachineCaptureParameters - Capture Virtual Machine parameters. - marshallingFormat: json - namespace: '' protocol: {} - *ref_81 - - *ref_627 + - *ref_626 - *ref_574 - - *ref_608 - - *ref_720 + - *ref_607 + - *ref_719 - *ref_349 + - *ref_720 - *ref_721 - *ref_722 - *ref_723 - *ref_724 - - *ref_725 - *ref_353 - - *ref_628 - - &ref_2291 + - *ref_627 + - &ref_1697 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1208 + - schema: &ref_1207 type: array apiVersions: - version: '2021-03-01' @@ -33591,31 +23290,19 @@ schemas: default: name: RestorePointCollectionListResultValue description: Gets the list of restore point collections. - go: - name: '[]*RestorePointCollection' - description: Gets the list of restore point collections. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_4894 + language: &ref_2992 default: name: value description: Gets the list of restore point collections. - go: - name: Value - description: Gets the list of restore point collections. - byValue: true protocol: {} - - schema: *ref_726 + - schema: *ref_725 serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections - go: - name: NextLink - description: The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections protocol: {} serializationFormats: - json @@ -33626,60 +23313,45 @@ schemas: name: RestorePointCollectionListResult description: The List restore point collection operation response. namespace: '' - go: - name: RestorePointCollectionListResult - description: RestorePointCollectionListResult - The List restore point collection operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_728 + - &ref_727 type: object apiVersions: - version: '2021-03-01' children: all: - - &ref_727 + - &ref_726 type: object apiVersions: - version: '2021-03-01' children: all: - - &ref_730 + - &ref_729 type: object apiVersions: - version: '2021-03-01' parents: all: + - *ref_726 - *ref_727 - - *ref_728 immediate: - - *ref_727 + - *ref_726 properties: - - schema: &ref_1239 + - schema: &ref_1238 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_729 + elementType: *ref_728 language: default: name: VirtualMachineScaleSetReimageParametersInstanceIds description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - go: - name: '[]*string' - description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: instanceIds language: default: name: instanceIds description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - go: - name: InstanceIDs - description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - byValue: true protocol: {} serializationFormats: - json @@ -33690,20 +23362,14 @@ schemas: name: VirtualMachineScaleSetReimageParameters description: Describes a Virtual Machine Scale Set VM Reimage Parameters. namespace: '' - go: - name: VirtualMachineScaleSetReimageParameters - description: VirtualMachineScaleSetReimageParameters - Describes a Virtual Machine Scale Set VM Reimage Parameters. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_730 + - *ref_729 parents: all: - - *ref_728 + - *ref_727 immediate: - - *ref_728 + - *ref_727 serializationFormats: - json usage: @@ -33713,25 +23379,17 @@ schemas: name: VirtualMachineScaleSetVMReimageParameters description: Describes a Virtual Machine Scale Set VM Reimage Parameters. namespace: '' - go: - name: VirtualMachineScaleSetVMReimageParameters - description: VirtualMachineScaleSetVMReimageParameters - Describes a Virtual Machine Scale Set VM Reimage Parameters. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_730 + - *ref_729 immediate: - - *ref_727 + - *ref_726 properties: - - schema: *ref_731 + - schema: *ref_730 serializedName: tempDisk - language: &ref_4563 + language: &ref_2661 default: name: tempDisk description: 'Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk.' - go: - name: TempDisk - description: 'Specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk.' protocol: {} serializationFormats: - json @@ -33742,38 +23400,27 @@ schemas: name: VirtualMachineReimageParameters description: 'Parameters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will always be reimaged' namespace: '' - go: - name: VirtualMachineReimageParameters - description: 'VirtualMachineReimageParameters - Parameters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will always be reimaged' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1931 + - &ref_1559 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_732 + - schema: *ref_731 readOnly: true serializedName: consoleScreenshotBlobUri - language: &ref_4571 + language: &ref_2669 default: name: consoleScreenshotBlobUri description: The console screenshot blob URI - go: - name: ConsoleScreenshotBlobURI - description: READ-ONLY; The console screenshot blob URI protocol: {} - - schema: *ref_733 + - schema: *ref_732 readOnly: true serializedName: serialConsoleLogBlobUri - language: &ref_4572 + language: &ref_2670 default: name: serialConsoleLogBlobUri description: The serial console log blob URI. - go: - name: SerialConsoleLogBlobURI - description: READ-ONLY; The serial console log blob URI. protocol: {} serializationFormats: - json @@ -33784,13 +23431,8 @@ schemas: name: RetrieveBootDiagnosticsDataResult description: The SAS URIs of the console screenshot and serial log blobs. namespace: '' - go: - name: RetrieveBootDiagnosticsDataResult - description: RetrieveBootDiagnosticsDataResult - The SAS URIs of the console screenshot and serial log blobs. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1950 + - &ref_1566 type: object apiVersions: - version: '2021-03-01' @@ -33798,204 +23440,148 @@ schemas: - schema: *ref_246 readOnly: true serializedName: status - language: &ref_4585 + language: &ref_2683 default: name: status description: The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings." - go: - name: Status - description: |- - READ-ONLY; The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or - "CompletedWithWarnings." protocol: {} - - schema: *ref_734 + - schema: *ref_733 readOnly: true serializedName: assessmentActivityId - language: &ref_4586 + language: &ref_2684 default: name: assessmentActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: AssessmentActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - schema: *ref_248 readOnly: true serializedName: rebootPending - language: &ref_4587 + language: &ref_2685 default: name: rebootPending description: The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. - go: - name: RebootPending - description: READ-ONLY; The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred. protocol: {} - - schema: *ref_735 + - schema: *ref_734 readOnly: true serializedName: criticalAndSecurityPatchCount - language: &ref_4588 + language: &ref_2686 default: name: criticalAndSecurityPatchCount description: The number of critical or security patches that have been detected as available and not yet installed. - go: - name: CriticalAndSecurityPatchCount - description: READ-ONLY; The number of critical or security patches that have been detected as available and not yet installed. protocol: {} - - schema: *ref_736 + - schema: *ref_735 readOnly: true serializedName: otherPatchCount - language: &ref_4589 + language: &ref_2687 default: name: otherPatchCount description: The number of all available patches excluding critical and security. - go: - name: OtherPatchCount - description: READ-ONLY; The number of all available patches excluding critical and security. protocol: {} - - schema: *ref_737 + - schema: *ref_736 readOnly: true serializedName: startDateTime - language: &ref_4590 + language: &ref_2688 default: name: startDateTime description: The UTC timestamp when the operation began. - go: - name: StartDateTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - - schema: &ref_1210 + - schema: &ref_1209 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_748 + elementType: &ref_747 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_738 + - schema: *ref_737 readOnly: true serializedName: patchId - language: &ref_4592 + language: &ref_2690 default: name: patchId description: A unique identifier for the patch. - go: - name: PatchID - description: READ-ONLY; A unique identifier for the patch. protocol: {} - - schema: *ref_739 + - schema: *ref_738 readOnly: true serializedName: name - language: &ref_4593 + language: &ref_2691 default: name: name description: The friendly name of the patch. - go: - name: Name - description: READ-ONLY; The friendly name of the patch. protocol: {} - - schema: *ref_740 + - schema: *ref_739 readOnly: true serializedName: version - language: &ref_4594 + language: &ref_2692 default: name: version description: The version number of the patch. This property applies only to Linux patches. - go: - name: Version - description: READ-ONLY; The version number of the patch. This property applies only to Linux patches. protocol: {} - - schema: *ref_741 + - schema: *ref_740 readOnly: true serializedName: kbId - language: &ref_4595 + language: &ref_2693 default: name: kbId description: The KBID of the patch. Only applies to Windows patches. - go: - name: KbID - description: READ-ONLY; The KBID of the patch. Only applies to Windows patches. protocol: {} - - schema: &ref_1209 + - schema: &ref_1208 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_742 + elementType: *ref_741 language: default: name: VirtualMachineSoftwarePatchPropertiesClassifications description: The classification(s) of the patch as provided by the patch publisher. - go: - name: '[]*string' - description: The classification(s) of the patch as provided by the patch publisher. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: classifications - language: &ref_4596 + language: &ref_2694 default: name: classifications description: The classification(s) of the patch as provided by the patch publisher. - go: - name: Classifications - description: READ-ONLY; The classification(s) of the patch as provided by the patch publisher. - byValue: true protocol: {} - - schema: *ref_743 + - schema: *ref_742 readOnly: true serializedName: rebootBehavior - language: &ref_4597 + language: &ref_2695 default: name: rebootBehavior description: Describes the reboot requirements of the patch. - go: - name: RebootBehavior - description: READ-ONLY; Describes the reboot requirements of the patch. protocol: {} - - schema: *ref_744 + - schema: *ref_743 readOnly: true serializedName: activityId - language: &ref_4598 + language: &ref_2696 default: name: activityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: ActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - schema: *ref_745 + - schema: *ref_744 readOnly: true serializedName: publishedDate - language: &ref_4599 + language: &ref_2697 default: name: publishedDate description: The UTC timestamp when the repository published this patch. - go: - name: PublishedDate - description: READ-ONLY; The UTC timestamp when the repository published this patch. protocol: {} - - schema: *ref_746 + - schema: *ref_745 readOnly: true serializedName: lastModifiedDateTime - language: &ref_4600 + language: &ref_2698 default: name: lastModifiedDateTime description: The UTC timestamp of the last update to this patch record. - go: - name: LastModifiedDateTime - description: READ-ONLY; The UTC timestamp of the last update to this patch record. protocol: {} - - schema: *ref_747 + - schema: *ref_746 readOnly: true serializedName: assessmentState - language: &ref_4601 + language: &ref_2699 default: name: assessmentState description: Describes the availability of a given patch. - go: - name: AssessmentState - description: READ-ONLY; Describes the availability of a given patch. protocol: {} serializationFormats: - json @@ -34006,45 +23592,26 @@ schemas: name: VirtualMachineSoftwarePatchProperties description: Describes the properties of a Virtual Machine software patch. namespace: '' - go: - name: VirtualMachineSoftwarePatchProperties - description: VirtualMachineSoftwarePatchProperties - Describes the properties of a Virtual Machine software patch. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} language: default: name: VirtualMachineAssessPatchesResultAvailablePatches description: The list of patches that have been detected as available for installation. - go: - name: '[]*VirtualMachineSoftwarePatchProperties' - description: The list of patches that have been detected as available for installation. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: availablePatches - language: &ref_4591 + language: &ref_2689 default: name: availablePatches description: The list of patches that have been detected as available for installation. - go: - name: AvailablePatches - description: READ-ONLY; The list of patches that have been detected as available for installation. - byValue: true protocol: {} - schema: *ref_270 readOnly: true serializedName: error - language: &ref_4602 + language: &ref_2700 default: name: error description: The errors that were encountered during execution of the operation. The details array contains the list of them. - go: - name: Error - description: READ-ONLY; The errors that were encountered during execution of the operation. The details array contains the list of them. protocol: {} serializationFormats: - json @@ -34055,141 +23622,95 @@ schemas: name: VirtualMachineAssessPatchesResult description: Describes the properties of an AssessPatches result. namespace: '' - go: - name: VirtualMachineAssessPatchesResult - description: VirtualMachineAssessPatchesResult - Describes the properties of an AssessPatches result. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} - - *ref_748 - - &ref_1958 + - *ref_747 + - &ref_1567 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_749 + - schema: *ref_748 required: true serializedName: maximumDuration - language: &ref_4609 + language: &ref_2707 default: name: maximumDuration description: Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) - go: - name: MaximumDuration - description: REQUIRED; Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) protocol: {} - - schema: *ref_750 + - schema: *ref_749 required: true serializedName: rebootSetting - language: &ref_4610 + language: &ref_2708 default: name: rebootSetting description: Defines when it is acceptable to reboot a VM during a software update operation. - go: - name: RebootSetting - description: REQUIRED; Defines when it is acceptable to reboot a VM during a software update operation. protocol: {} - - schema: &ref_760 + - schema: &ref_759 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1211 + - schema: &ref_1210 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_751 + elementType: *ref_750 language: default: name: WindowsParametersClassificationsToInclude description: The update classifications to select when installing patches for Windows. - go: - name: '[]*VMGuestPatchClassificationWindows' - description: The update classifications to select when installing patches for Windows. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: classificationsToInclude - language: &ref_4612 + language: &ref_2710 default: name: classificationsToInclude description: The update classifications to select when installing patches for Windows. - go: - name: ClassificationsToInclude - description: The update classifications to select when installing patches for Windows. - byValue: true protocol: {} - - schema: &ref_1212 + - schema: &ref_1211 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_752 + elementType: *ref_751 language: default: name: WindowsParametersKbNumbersToInclude description: Kbs to include in the patch operation - go: - name: '[]*string' - description: Kbs to include in the patch operation - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: kbNumbersToInclude language: default: name: kbNumbersToInclude description: Kbs to include in the patch operation - go: - name: KbNumbersToInclude - description: Kbs to include in the patch operation - byValue: true protocol: {} - - schema: &ref_1213 + - schema: &ref_1212 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_753 + elementType: *ref_752 language: default: name: WindowsParametersKbNumbersToExclude description: Kbs to exclude in the patch operation - go: - name: '[]*string' - description: Kbs to exclude in the patch operation - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: kbNumbersToExclude language: default: name: kbNumbersToExclude description: Kbs to exclude in the patch operation - go: - name: KbNumbersToExclude - description: Kbs to exclude in the patch operation - byValue: true protocol: {} - - schema: *ref_754 + - schema: *ref_753 serializedName: excludeKbsRequiringReboot language: default: name: excludeKbsRequiringReboot description: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. - go: - name: ExcludeKbsRequiringReboot - description: Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. protocol: {} - - schema: *ref_755 + - schema: *ref_754 serializedName: maxPatchPublishDate - language: &ref_4613 + language: &ref_2711 default: name: maxPatchPublishDate description: This is used to install patches that were published on or before this given max published date. - go: - name: MaxPatchPublishDate - description: This is used to install patches that were published on or before this given max published date. protocol: {} serializationFormats: - json @@ -34200,113 +23721,73 @@ schemas: name: WindowsParameters description: Input for InstallPatches on a Windows VM, as directly received by the API namespace: '' - go: - name: WindowsParameters - description: WindowsParameters - Input for InstallPatches on a Windows VM, as directly received by the API - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} required: false serializedName: windowsParameters - language: &ref_4611 + language: &ref_2709 default: name: windowsParameters description: Input for InstallPatches on a Windows VM, as directly received by the API - go: - name: WindowsParameters - description: Input for InstallPatches on a Windows VM, as directly received by the API protocol: {} - - schema: &ref_761 + - schema: &ref_760 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1214 + - schema: &ref_1213 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_756 + elementType: *ref_755 language: default: name: LinuxParametersClassificationsToInclude description: The update classifications to select when installing patches for Linux. - go: - name: '[]*VMGuestPatchClassificationLinux' - description: The update classifications to select when installing patches for Linux. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: classificationsToInclude language: default: name: classificationsToInclude description: The update classifications to select when installing patches for Linux. - go: - name: ClassificationsToInclude - description: The update classifications to select when installing patches for Linux. - byValue: true protocol: {} - - schema: &ref_1215 + - schema: &ref_1214 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_757 + elementType: *ref_756 language: default: name: LinuxParametersPackageNameMasksToInclude description: 'packages to include in the patch operation. Format: packageName_packageVersion' - go: - name: '[]*string' - description: 'packages to include in the patch operation. Format: packageName_packageVersion' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: packageNameMasksToInclude language: default: name: packageNameMasksToInclude description: 'packages to include in the patch operation. Format: packageName_packageVersion' - go: - name: PackageNameMasksToInclude - description: 'packages to include in the patch operation. Format: packageName_packageVersion' - byValue: true protocol: {} - - schema: &ref_1216 + - schema: &ref_1215 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_758 + elementType: *ref_757 language: default: name: LinuxParametersPackageNameMasksToExclude description: 'packages to exclude in the patch operation. Format: packageName_packageVersion' - go: - name: '[]*string' - description: 'packages to exclude in the patch operation. Format: packageName_packageVersion' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: packageNameMasksToExclude language: default: name: packageNameMasksToExclude description: 'packages to exclude in the patch operation. Format: packageName_packageVersion' - go: - name: PackageNameMasksToExclude - description: 'packages to exclude in the patch operation. Format: packageName_packageVersion' - byValue: true protocol: {} - - schema: *ref_759 + - schema: *ref_758 serializedName: maintenanceRunId language: default: name: maintenanceRunId description: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. - go: - name: MaintenanceRunID - description: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux. protocol: {} serializationFormats: - json @@ -34317,12 +23798,6 @@ schemas: name: LinuxParameters description: Input for InstallPatches on a Linux VM, as directly received by the API namespace: '' - go: - name: LinuxParameters - description: LinuxParameters - Input for InstallPatches on a Linux VM, as directly received by the API - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: linuxParameters @@ -34330,9 +23805,6 @@ schemas: default: name: linuxParameters description: Input for InstallPatches on a Linux VM, as directly received by the API - go: - name: LinuxParameters - description: Input for InstallPatches on a Linux VM, as directly received by the API protocol: {} serializationFormats: - json @@ -34343,15 +23815,10 @@ schemas: name: VirtualMachineInstallPatchesParameters description: Input for InstallPatches as directly received by the API namespace: '' - go: - name: VirtualMachineInstallPatchesParameters - description: VirtualMachineInstallPatchesParameters - Input for InstallPatches as directly received by the API - marshallingFormat: json - namespace: '' protocol: {} + - *ref_759 - *ref_760 - - *ref_761 - - &ref_1963 + - &ref_1572 type: object apiVersions: - version: '2021-03-01' @@ -34359,191 +23826,140 @@ schemas: - schema: *ref_246 readOnly: true serializedName: status - language: &ref_4615 + language: &ref_2713 default: name: status description: The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings." - go: - name: Status - description: READ-ONLY; The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings." protocol: {} - - schema: *ref_762 + - schema: *ref_761 readOnly: true serializedName: installationActivityId - language: &ref_4616 + language: &ref_2714 default: name: installationActivityId description: The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. - go: - name: InstallationActivityID - description: READ-ONLY; The activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs. protocol: {} - - schema: *ref_763 + - schema: *ref_762 readOnly: true serializedName: rebootStatus - language: &ref_4617 + language: &ref_2715 default: name: rebootStatus description: The reboot state of the VM following completion of the operation. - go: - name: RebootStatus - description: READ-ONLY; The reboot state of the VM following completion of the operation. protocol: {} - - schema: *ref_764 + - schema: *ref_763 readOnly: true serializedName: maintenanceWindowExceeded - language: &ref_4618 + language: &ref_2716 default: name: maintenanceWindowExceeded description: Whether the operation ran out of time before it completed all its intended actions. - go: - name: MaintenanceWindowExceeded - description: READ-ONLY; Whether the operation ran out of time before it completed all its intended actions. protocol: {} - - schema: *ref_765 + - schema: *ref_764 readOnly: true serializedName: excludedPatchCount - language: &ref_4619 + language: &ref_2717 default: name: excludedPatchCount description: The number of patches that were not installed due to the user blocking their installation. - go: - name: ExcludedPatchCount - description: READ-ONLY; The number of patches that were not installed due to the user blocking their installation. protocol: {} - - schema: *ref_766 + - schema: *ref_765 readOnly: true serializedName: notSelectedPatchCount - language: &ref_4620 + language: &ref_2718 default: name: notSelectedPatchCount description: The number of patches that were detected as available for install, but did not meet the operation's criteria. - go: - name: NotSelectedPatchCount - description: READ-ONLY; The number of patches that were detected as available for install, but did not meet the operation's criteria. protocol: {} - - schema: *ref_767 + - schema: *ref_766 readOnly: true serializedName: pendingPatchCount - language: &ref_4621 + language: &ref_2719 default: name: pendingPatchCount description: The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. - go: - name: PendingPatchCount - description: READ-ONLY; The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true. protocol: {} - - schema: *ref_768 + - schema: *ref_767 readOnly: true serializedName: installedPatchCount - language: &ref_4622 + language: &ref_2720 default: name: installedPatchCount description: The number of patches successfully installed. - go: - name: InstalledPatchCount - description: READ-ONLY; The number of patches successfully installed. protocol: {} - - schema: *ref_769 + - schema: *ref_768 readOnly: true serializedName: failedPatchCount - language: &ref_4623 + language: &ref_2721 default: name: failedPatchCount description: The number of patches that could not be installed due to some issue. See errors for details. - go: - name: FailedPatchCount - description: READ-ONLY; The number of patches that could not be installed due to some issue. See errors for details. protocol: {} - - schema: &ref_1218 + - schema: &ref_1217 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_777 + elementType: &ref_776 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_770 + - schema: *ref_769 readOnly: true serializedName: patchId - language: &ref_4625 + language: &ref_2723 default: name: patchId description: A unique identifier for the patch. - go: - name: PatchID - description: READ-ONLY; A unique identifier for the patch. protocol: {} - - schema: *ref_771 + - schema: *ref_770 readOnly: true serializedName: name - language: &ref_4626 + language: &ref_2724 default: name: name description: The friendly name of the patch. - go: - name: Name - description: READ-ONLY; The friendly name of the patch. protocol: {} - - schema: *ref_772 + - schema: *ref_771 readOnly: true serializedName: version - language: &ref_4627 + language: &ref_2725 default: name: version description: The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. - go: - name: Version - description: READ-ONLY; The version string of the package. It may conform to Semantic Versioning. Only applies to Linux. protocol: {} - - schema: *ref_773 + - schema: *ref_772 readOnly: true serializedName: kbId - language: &ref_4628 + language: &ref_2726 default: name: kbId description: The KBID of the patch. Only applies to Windows patches. - go: - name: KbID - description: READ-ONLY; The KBID of the patch. Only applies to Windows patches. protocol: {} - - schema: &ref_1217 + - schema: &ref_1216 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_774 + elementType: *ref_773 language: default: name: PatchInstallationDetailClassifications description: The classification(s) of the patch as provided by the patch publisher. - go: - name: '[]*string' - description: The classification(s) of the patch as provided by the patch publisher. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: classifications - language: &ref_4629 + language: &ref_2727 default: name: classifications description: The classification(s) of the patch as provided by the patch publisher. - go: - name: Classifications - description: READ-ONLY; The classification(s) of the patch as provided by the patch publisher. - byValue: true protocol: {} - - schema: *ref_775 + - schema: *ref_774 readOnly: true serializedName: installationState - language: &ref_4630 + language: &ref_2728 default: name: installationState description: The state of the patch after the installation operation completed. - go: - name: InstallationState - description: READ-ONLY; The state of the patch after the installation operation completed. protocol: {} serializationFormats: - json @@ -34554,55 +23970,34 @@ schemas: name: PatchInstallationDetail description: Information about a specific patch that was encountered during an installation action. namespace: '' - go: - name: PatchInstallationDetail - description: PatchInstallationDetail - Information about a specific patch that was encountered during an installation action. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineInstallPatchesResultPatches description: The patches that were installed during the operation. - go: - name: '[]*PatchInstallationDetail' - description: The patches that were installed during the operation. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: patches - language: &ref_4624 + language: &ref_2722 default: name: patches description: The patches that were installed during the operation. - go: - name: Patches - description: READ-ONLY; The patches that were installed during the operation. - byValue: true protocol: {} - - schema: *ref_776 + - schema: *ref_775 readOnly: true serializedName: startDateTime - language: &ref_4631 + language: &ref_2729 default: name: startDateTime description: The UTC timestamp when the operation began. - go: - name: StartDateTime - description: READ-ONLY; The UTC timestamp when the operation began. protocol: {} - schema: *ref_270 readOnly: true serializedName: error - language: &ref_4632 + language: &ref_2730 default: name: error description: The errors that were encountered during execution of the operation. The details array contains the list of them. - go: - name: Error - description: READ-ONLY; The errors that were encountered during execution of the operation. The details array contains the list of them. protocol: {} serializationFormats: - json @@ -34613,57 +24008,41 @@ schemas: name: VirtualMachineInstallPatchesResult description: The result summary of an installation operation. namespace: '' - go: - name: VirtualMachineInstallPatchesResult - description: VirtualMachineInstallPatchesResult - The result summary of an installation operation. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} + - *ref_776 + - *ref_628 - *ref_777 - - *ref_629 - *ref_778 - *ref_779 - *ref_780 - *ref_781 - *ref_782 - - *ref_783 - *ref_82 - - *ref_784 + - *ref_783 - *ref_76 + - *ref_784 - *ref_785 - *ref_786 - - *ref_787 - - &ref_2033 + - &ref_1597 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1228 + - schema: &ref_1227 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_788 + elementType: *ref_787 language: default: name: VirtualMachineScaleSetVMInstanceIDs description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - go: - name: '[]*string' - description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: instanceIds language: default: name: instanceIds description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - go: - name: InstanceIDs - description: The virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. - byValue: true protocol: {} serializationFormats: - json @@ -34674,32 +24053,21 @@ schemas: name: VirtualMachineScaleSetVMInstanceIDs description: Specifies a list of virtual machine instance IDs from the VM scale set. namespace: '' - go: - name: VirtualMachineScaleSetVMInstanceIDs - description: VirtualMachineScaleSetVMInstanceIDs - Specifies a list of virtual machine instance IDs from the VM scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2049 + - &ref_1602 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1229 + - schema: &ref_1228 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_789 + elementType: *ref_788 language: default: name: VirtualMachineScaleSetVMInstanceRequiredIDsInstanceIds description: The virtual machine scale set instance ids. - go: - name: '[]*string' - description: The virtual machine scale set instance ids. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: instanceIds @@ -34707,10 +24075,6 @@ schemas: default: name: instanceIds description: The virtual machine scale set instance ids. - go: - name: InstanceIDs - description: REQUIRED; The virtual machine scale set instance ids. - byValue: true protocol: {} serializationFormats: - json @@ -34721,53 +24085,41 @@ schemas: name: VirtualMachineScaleSetVMInstanceRequiredIDs description: Specifies a list of virtual machine instance IDs from the VM scale set. namespace: '' - go: - name: VirtualMachineScaleSetVMInstanceRequiredIDs - description: VirtualMachineScaleSetVMInstanceRequiredIDs - Specifies a list of virtual machine instance IDs from the VM scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2058 + - &ref_1610 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_796 + - schema: &ref_795 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1230 + - schema: &ref_1229 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_793 + elementType: &ref_792 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_790 + - schema: *ref_789 readOnly: true serializedName: code language: default: name: code description: The instance view status code. - go: - name: Code - description: READ-ONLY; The instance view status code. protocol: {} - - schema: *ref_791 + - schema: *ref_790 readOnly: true serializedName: count language: default: name: count description: The number of instances having a particular status code. - go: - name: Count - description: READ-ONLY; The number of instances having a particular status code. protocol: {} serializationFormats: - json @@ -34778,21 +24130,11 @@ schemas: name: VirtualMachineStatusCodeCount description: The status code and count of the virtual machine scale set instance view status summary. namespace: '' - go: - name: VirtualMachineStatusCodeCount - description: VirtualMachineStatusCodeCount - The status code and count of the virtual machine scale set instance view status summary. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetInstanceViewStatusesSummary description: The extensions information. - go: - name: '[]*VirtualMachineStatusCodeCount' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statusesSummary @@ -34800,10 +24142,6 @@ schemas: default: name: statusesSummary description: The extensions information. - go: - name: StatusesSummary - description: READ-ONLY; The extensions information. - byValue: true protocol: {} serializationFormats: - json @@ -34814,12 +24152,6 @@ schemas: name: VirtualMachineScaleSetInstanceViewStatusesSummary description: Instance view statuses summary for virtual machines of a virtual machine scale set. namespace: '' - go: - name: VirtualMachineScaleSetInstanceViewStatusesSummary - description: VirtualMachineScaleSetInstanceViewStatusesSummary - Instance view statuses summary for virtual machines of a virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: virtualMachine @@ -34827,44 +24159,33 @@ schemas: default: name: virtualMachine description: The instance view status summary for the virtual machine scale set. - go: - name: VirtualMachine - description: READ-ONLY; The instance view status summary for the virtual machine scale set. protocol: {} - - schema: &ref_1232 + - schema: &ref_1231 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_797 + elementType: &ref_796 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_792 + - schema: *ref_791 readOnly: true serializedName: name language: default: name: name description: The extension name. - go: - name: Name - description: READ-ONLY; The extension name. protocol: {} - - schema: &ref_1231 + - schema: &ref_1230 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_793 + elementType: *ref_792 language: default: name: VirtualMachineScaleSetVMExtensionsSummaryStatusesSummary description: The extensions information. - go: - name: '[]*VirtualMachineStatusCodeCount' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statusesSummary @@ -34872,10 +24193,6 @@ schemas: default: name: statusesSummary description: The extensions information. - go: - name: StatusesSummary - description: READ-ONLY; The extensions information. - byValue: true protocol: {} serializationFormats: - json @@ -34886,22 +24203,11 @@ schemas: name: VirtualMachineScaleSetVMExtensionsSummary description: Extensions summary for virtual machines of a virtual machine scale set. namespace: '' - go: - name: VirtualMachineScaleSetVMExtensionsSummary - description: VirtualMachineScaleSetVMExtensionsSummary - Extensions summary for virtual machines of a virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetInstanceViewExtensions description: The extensions information. - go: - name: '[]*VirtualMachineScaleSetVMExtensionsSummary' - description: The extensions information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: extensions @@ -34909,12 +24215,8 @@ schemas: default: name: extensions description: The extensions information. - go: - name: Extensions - description: READ-ONLY; The extensions information. - byValue: true protocol: {} - - schema: &ref_1233 + - schema: &ref_1232 type: array apiVersions: - version: '2021-03-01' @@ -34923,52 +24225,37 @@ schemas: default: name: VirtualMachineScaleSetInstanceViewStatuses description: The resource status information. - go: - name: '[]*InstanceViewStatus' - description: The resource status information. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: statuses language: default: name: statuses description: The resource status information. - go: - name: Statuses - description: The resource status information. - byValue: true protocol: {} - - schema: &ref_1234 + - schema: &ref_1233 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_798 + elementType: &ref_797 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_794 + - schema: *ref_793 readOnly: true serializedName: serviceName language: default: name: serviceName description: The name of the service. - go: - name: ServiceName - description: READ-ONLY; The name of the service. protocol: {} - - schema: *ref_795 + - schema: *ref_794 readOnly: true serializedName: serviceState language: default: name: serviceState description: The current state of the service. - go: - name: ServiceState - description: READ-ONLY; The current state of the service. protocol: {} serializationFormats: - json @@ -34979,21 +24266,11 @@ schemas: name: OrchestrationServiceSummary description: Summary for an orchestration service of a virtual machine scale set. namespace: '' - go: - name: OrchestrationServiceSummary - description: OrchestrationServiceSummary - Summary for an orchestration service of a virtual machine scale set. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetInstanceViewOrchestrationServices description: The orchestration services information. - go: - name: '[]*OrchestrationServiceSummary' - description: The orchestration services information. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: orchestrationServices @@ -35001,10 +24278,6 @@ schemas: default: name: orchestrationServices description: The orchestration services information. - go: - name: OrchestrationServices - description: READ-ONLY; The orchestration services information. - byValue: true protocol: {} serializationFormats: - json @@ -35015,24 +24288,18 @@ schemas: name: VirtualMachineScaleSetInstanceView description: The instance view of a virtual machine scale set. namespace: '' - go: - name: VirtualMachineScaleSetInstanceView - description: VirtualMachineScaleSetInstanceView - The instance view of a virtual machine scale set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_795 + - *ref_792 - *ref_796 - - *ref_793 - *ref_797 - - *ref_798 - *ref_122 - - &ref_2374 + - &ref_1728 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1235 + - schema: &ref_1234 type: array apiVersions: - version: '2021-03-01' @@ -35041,11 +24308,6 @@ schemas: default: name: VirtualMachineScaleSetExtensionListResultValue description: The list of VM scale set extensions. - go: - name: '[]*VirtualMachineScaleSetExtension' - description: The list of VM scale set extensions. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35053,21 +24315,14 @@ schemas: default: name: value description: The list of VM scale set extensions. - go: - name: Value - description: REQUIRED; The list of VM scale set extensions. - byValue: true protocol: {} - - schema: *ref_799 + - schema: *ref_798 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions. - go: - name: NextLink - description: The uri to fetch the next page of VM scale set extensions. Call ListNext() with this to fetch the next page of VM scale set extensions. protocol: {} serializationFormats: - json @@ -35078,19 +24333,13 @@ schemas: name: VirtualMachineScaleSetExtensionListResult description: The List VM scale set extension operation response. namespace: '' - go: - name: VirtualMachineScaleSetExtensionListResult - description: VirtualMachineScaleSetExtensionListResult - The List VM scale set extension operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2070 + - &ref_1612 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1236 + - schema: &ref_1235 type: array apiVersions: - version: '2021-03-01' @@ -35099,11 +24348,6 @@ schemas: default: name: VirtualMachineScaleSetListWithLinkResultValue description: The list of virtual machine scale sets. - go: - name: '[]*VirtualMachineScaleSet' - description: The list of virtual machine scale sets. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35111,21 +24355,14 @@ schemas: default: name: value description: The list of virtual machine scale sets. - go: - name: Value - description: REQUIRED; The list of virtual machine scale sets. - byValue: true protocol: {} - - schema: *ref_800 + - schema: *ref_799 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets. - go: - name: NextLink - description: The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets. protocol: {} serializationFormats: - json @@ -35136,37 +24373,28 @@ schemas: name: VirtualMachineScaleSetListWithLinkResult description: The List Virtual Machine operation response. namespace: '' - go: - name: VirtualMachineScaleSetListWithLinkResult - description: VirtualMachineScaleSetListWithLinkResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2078 + - &ref_1615 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1237 + - schema: &ref_1236 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_807 + elementType: &ref_806 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_801 + - schema: *ref_800 readOnly: true serializedName: resourceType language: default: name: resourceType description: The type of resource the sku applies to. - go: - name: ResourceType - description: READ-ONLY; The type of resource the sku applies to. protocol: {} - schema: *ref_285 readOnly: true @@ -35175,58 +24403,43 @@ schemas: default: name: sku description: The Sku. - go: - name: SKU - description: READ-ONLY; The Sku. protocol: {} - - schema: &ref_808 + - schema: &ref_807 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_802 + - schema: *ref_801 readOnly: true serializedName: minimum language: default: name: minimum description: The minimum capacity. - go: - name: Minimum - description: READ-ONLY; The minimum capacity. protocol: {} - - schema: *ref_803 + - schema: *ref_802 readOnly: true serializedName: maximum language: default: name: maximum description: The maximum capacity that can be set. - go: - name: Maximum - description: READ-ONLY; The maximum capacity that can be set. protocol: {} - - schema: *ref_804 + - schema: *ref_803 readOnly: true serializedName: defaultCapacity language: default: name: defaultCapacity description: The default capacity. - go: - name: DefaultCapacity - description: READ-ONLY; The default capacity. protocol: {} - - schema: *ref_805 + - schema: *ref_804 readOnly: true serializedName: scaleType language: default: name: scaleType description: The scale type applicable to the sku. - go: - name: ScaleType - description: READ-ONLY; The scale type applicable to the sku. protocol: {} serializationFormats: - json @@ -35237,11 +24450,6 @@ schemas: name: VirtualMachineScaleSetSkuCapacity description: Describes scaling information of a sku. namespace: '' - go: - name: VirtualMachineScaleSetSKUCapacity - description: VirtualMachineScaleSetSKUCapacity - Describes scaling information of a sku. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: capacity @@ -35249,9 +24457,6 @@ schemas: default: name: capacity description: Specifies the number of virtual machines in the scale set. - go: - name: Capacity - description: READ-ONLY; Specifies the number of virtual machines in the scale set. protocol: {} serializationFormats: - json @@ -35262,21 +24467,11 @@ schemas: name: VirtualMachineScaleSetSku description: Describes an available virtual machine scale set sku. namespace: '' - go: - name: VirtualMachineScaleSetSKU - description: VirtualMachineScaleSetSKU - Describes an available virtual machine scale set sku. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetListSkusResultValue description: The list of skus available for the virtual machine scale set. - go: - name: '[]*VirtualMachineScaleSetSKU' - description: The list of skus available for the virtual machine scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35284,21 +24479,14 @@ schemas: default: name: value description: The list of skus available for the virtual machine scale set. - go: - name: Value - description: REQUIRED; The list of skus available for the virtual machine scale set. - byValue: true protocol: {} - - schema: *ref_806 + - schema: *ref_805 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Virtual Machine Scale Set Skus. Call ListNext() with this to fetch the next page of VMSS Skus. - go: - name: NextLink - description: The uri to fetch the next page of Virtual Machine Scale Set Skus. Call ListNext() with this to fetch the next page of VMSS Skus. protocol: {} serializationFormats: - json @@ -35309,71 +24497,56 @@ schemas: name: VirtualMachineScaleSetListSkusResult description: The Virtual Machine Scale Set List Skus operation response. namespace: '' - go: - name: VirtualMachineScaleSetListSKUsResult - description: VirtualMachineScaleSetListSKUsResult - The Virtual Machine Scale Set List Skus operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_806 - *ref_807 - - *ref_808 - - &ref_2086 + - &ref_1618 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1238 + - schema: &ref_1237 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_819 + elementType: &ref_818 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_820 + - schema: &ref_819 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_821 + - schema: &ref_820 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_809 + - schema: *ref_808 readOnly: true serializedName: code language: default: name: code description: Code indicating the current status of the upgrade. - go: - name: Code - description: READ-ONLY; Code indicating the current status of the upgrade. protocol: {} - - schema: *ref_810 + - schema: *ref_809 readOnly: true serializedName: startTime language: default: name: startTime description: Start time of the upgrade. - go: - name: StartTime - description: READ-ONLY; Start time of the upgrade. protocol: {} - - schema: *ref_811 + - schema: *ref_810 readOnly: true serializedName: endTime language: default: name: endTime description: End time of the upgrade. - go: - name: EndTime - description: READ-ONLY; End time of the upgrade. protocol: {} serializationFormats: - json @@ -35384,12 +24557,6 @@ schemas: name: UpgradeOperationHistoryStatus description: Information about the current running state of the overall upgrade. namespace: '' - go: - name: UpgradeOperationHistoryStatus - description: UpgradeOperationHistoryStatus - Information about the current running state of the overall upgrade. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: runningStatus @@ -35397,20 +24564,14 @@ schemas: default: name: runningStatus description: Information about the overall status of the upgrade operation. - go: - name: RunningStatus - description: READ-ONLY; Information about the overall status of the upgrade operation. protocol: {} - - schema: *ref_812 + - schema: *ref_811 readOnly: true serializedName: progress language: default: name: progress description: Counts of the VMs in each state. - go: - name: Progress - description: READ-ONLY; Counts of the VMs in each state. protocol: {} - schema: *ref_270 readOnly: true @@ -35419,20 +24580,14 @@ schemas: default: name: error description: Error Details for this upgrade if there are any. - go: - name: Error - description: READ-ONLY; Error Details for this upgrade if there are any. protocol: {} - - schema: *ref_813 + - schema: *ref_812 readOnly: true serializedName: startedBy language: default: name: startedBy description: Invoker of the Upgrade Operation - go: - name: StartedBy - description: READ-ONLY; Invoker of the Upgrade Operation protocol: {} - schema: *ref_77 readOnly: true @@ -35441,36 +24596,27 @@ schemas: default: name: targetImageReference description: Image Reference details - go: - name: TargetImageReference - description: READ-ONLY; Image Reference details protocol: {} - - schema: &ref_822 + - schema: &ref_821 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_814 + - schema: *ref_813 readOnly: true serializedName: successfullyRolledbackInstanceCount language: default: name: successfullyRolledbackInstanceCount description: The number of instances which have been successfully rolled back. - go: - name: SuccessfullyRolledbackInstanceCount - description: READ-ONLY; The number of instances which have been successfully rolled back. protocol: {} - - schema: *ref_815 + - schema: *ref_814 readOnly: true serializedName: failedRolledbackInstanceCount language: default: name: failedRolledbackInstanceCount description: The number of instances which failed to rollback. - go: - name: FailedRolledbackInstanceCount - description: READ-ONLY; The number of instances which failed to rollback. protocol: {} - schema: *ref_270 readOnly: true @@ -35479,9 +24625,6 @@ schemas: default: name: rollbackError description: Error details if OS rollback failed. - go: - name: RollbackError - description: READ-ONLY; Error details if OS rollback failed. protocol: {} serializationFormats: - json @@ -35492,11 +24635,6 @@ schemas: name: RollbackStatusInfo description: Information about rollback on failed VM instances after a OS Upgrade operation. namespace: '' - go: - name: RollbackStatusInfo - description: RollbackStatusInfo - Information about rollback on failed VM instances after a OS Upgrade operation. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: rollbackInfo @@ -35504,9 +24642,6 @@ schemas: default: name: rollbackInfo description: Information about OS rollback if performed - go: - name: RollbackInfo - description: READ-ONLY; Information about OS rollback if performed protocol: {} serializationFormats: - json @@ -35517,11 +24652,6 @@ schemas: name: UpgradeOperationHistoricalStatusInfoProperties description: Describes each OS upgrade on the Virtual Machine Scale Set. namespace: '' - go: - name: UpgradeOperationHistoricalStatusInfoProperties - description: UpgradeOperationHistoricalStatusInfoProperties - Describes each OS upgrade on the Virtual Machine Scale Set. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: properties @@ -35529,31 +24659,22 @@ schemas: default: name: properties description: Information about the properties of the upgrade operation. - go: - name: Properties - description: READ-ONLY; Information about the properties of the upgrade operation. protocol: {} - - schema: *ref_816 + - schema: *ref_815 readOnly: true serializedName: type language: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - - schema: *ref_817 + - schema: *ref_816 readOnly: true serializedName: location language: default: name: location description: Resource location - go: - name: Location - description: READ-ONLY; Resource location protocol: {} serializationFormats: - json @@ -35564,21 +24685,11 @@ schemas: name: UpgradeOperationHistoricalStatusInfo description: Virtual Machine Scale Set OS Upgrade History operation response. namespace: '' - go: - name: UpgradeOperationHistoricalStatusInfo - description: UpgradeOperationHistoricalStatusInfo - Virtual Machine Scale Set OS Upgrade History operation response. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: VirtualMachineScaleSetListOSUpgradeHistoryValue description: The list of OS upgrades performed on the virtual machine scale set. - go: - name: '[]*UpgradeOperationHistoricalStatusInfo' - description: The list of OS upgrades performed on the virtual machine scale set. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35586,21 +24697,14 @@ schemas: default: name: value description: The list of OS upgrades performed on the virtual machine scale set. - go: - name: Value - description: REQUIRED; The list of OS upgrades performed on the virtual machine scale set. - byValue: true protocol: {} - - schema: *ref_818 + - schema: *ref_817 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. - go: - name: NextLink - description: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. protocol: {} serializationFormats: - json @@ -35611,49 +24715,37 @@ schemas: name: VirtualMachineScaleSetListOSUpgradeHistory description: List of Virtual Machine Scale Set OS Upgrade History operation response. namespace: '' - go: - name: VirtualMachineScaleSetListOSUpgradeHistory - description: VirtualMachineScaleSetListOSUpgradeHistory - List of Virtual Machine Scale Set OS Upgrade History operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_818 - *ref_819 - *ref_820 + - *ref_811 - *ref_821 - - *ref_812 - - *ref_822 - - *ref_730 - - *ref_727 + - *ref_729 + - *ref_726 - *ref_575 + - *ref_822 - *ref_823 - - *ref_824 - - &ref_2175 + - &ref_1655 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_825 + - schema: *ref_824 readOnly: true serializedName: walkPerformed language: default: name: walkPerformed description: Whether the recovery walk was performed - go: - name: WalkPerformed - description: READ-ONLY; Whether the recovery walk was performed protocol: {} - - schema: *ref_826 + - schema: *ref_825 readOnly: true serializedName: nextPlatformUpdateDomain language: default: name: nextPlatformUpdateDomain description: The next update domain that needs to be walked. Null means walk spanning all update domains has been completed - go: - name: NextPlatformUpdateDomain - description: READ-ONLY; The next update domain that needs to be walked. Null means walk spanning all update domains has been completed protocol: {} serializationFormats: - json @@ -35664,18 +24756,13 @@ schemas: name: RecoveryWalkResponse description: Response after calling a manual recovery walk namespace: '' - go: - name: RecoveryWalkResponse - description: RecoveryWalkResponse - Response after calling a manual recovery walk - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2181 + - &ref_1656 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_827 + - schema: *ref_826 serializedName: activePlacementGroupId language: default: @@ -35683,11 +24770,6 @@ schemas: description: >- Id of the placement group in which you want future virtual machine instances to be placed. To query placement group Id, please use Virtual Machine Scale Set VMs - Get API. If not provided, the platform will choose one with maximum number of virtual machine instances. - go: - name: ActivePlacementGroupID - description: |- - Id of the placement group in which you want future virtual machine instances to be placed. To query placement group Id, please use Virtual Machine Scale Set VMs - Get API. If not provided, the - platform will choose one with maximum number of virtual machine instances. protocol: {} serializationFormats: - json @@ -35698,38 +24780,27 @@ schemas: name: VMScaleSetConvertToSinglePlacementGroupInput description: '' namespace: '' - go: - name: VMScaleSetConvertToSinglePlacementGroupInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2189 + - &ref_1661 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_794 + - schema: *ref_793 required: true serializedName: serviceName language: default: name: serviceName description: The name of the service. - go: - name: ServiceName - description: REQUIRED; The name of the service. protocol: {} - - schema: *ref_828 + - schema: *ref_827 required: true serializedName: action language: default: name: action description: The action to be performed. - go: - name: Action - description: REQUIRED; The action to be performed. protocol: {} serializationFormats: - json @@ -35740,20 +24811,15 @@ schemas: name: OrchestrationServiceStateInput description: The input for OrchestrationServiceState namespace: '' - go: - name: OrchestrationServiceStateInput - description: OrchestrationServiceStateInput - The input for OrchestrationServiceState - marshallingFormat: json - namespace: '' protocol: {} - *ref_123 - *ref_124 - - &ref_2460 + - &ref_1762 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1240 + - schema: &ref_1239 type: array apiVersions: - version: '2021-03-01' @@ -35762,21 +24828,12 @@ schemas: default: name: VirtualMachineScaleSetVMExtensionsListResultValue description: The list of VMSS VM extensions - go: - name: '[]*VirtualMachineScaleSetVMExtension' - description: The list of VMSS VM extensions - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_4989 + language: &ref_3087 default: name: value description: The list of VMSS VM extensions - go: - name: Value - description: The list of VMSS VM extensions - byValue: true protocol: {} serializationFormats: - json @@ -35787,24 +24844,18 @@ schemas: name: VirtualMachineScaleSetVMExtensionsListResult description: The List VMSS VM Extension operation response namespace: '' - go: - name: VirtualMachineScaleSetVMExtensionsListResult - description: VirtualMachineScaleSetVMExtensionsListResult - The List VMSS VM Extension operation response - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_576 + - *ref_828 - *ref_829 - *ref_830 - *ref_831 - - *ref_832 - - &ref_2540 + - &ref_1795 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1247 + - schema: &ref_1246 type: array apiVersions: - version: '2021-03-01' @@ -35813,11 +24864,6 @@ schemas: default: name: VirtualMachineScaleSetVMListResultValue description: The list of virtual machine scale sets VMs. - go: - name: '[]*VirtualMachineScaleSetVM' - description: The list of virtual machine scale sets VMs. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value @@ -35825,21 +24871,14 @@ schemas: default: name: value description: The list of virtual machine scale sets VMs. - go: - name: Value - description: REQUIRED; The list of virtual machine scale sets VMs. - byValue: true protocol: {} - - schema: *ref_833 + - schema: *ref_832 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of Virtual Machine Scale Set VMs. Call ListNext() with this to fetch the next page of VMSS VMs - go: - name: NextLink - description: The uri to fetch the next page of Virtual Machine Scale Set VMs. Call ListNext() with this to fetch the next page of VMSS VMs protocol: {} serializationFormats: - json @@ -35850,35 +24889,29 @@ schemas: name: VirtualMachineScaleSetVMListResult description: The List Virtual Machine Scale Set VMs operation response. namespace: '' - go: - name: VirtualMachineScaleSetVMListResult - description: VirtualMachineScaleSetVMListResult - The List Virtual Machine Scale Set VMs operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_834 + - &ref_833 type: object apiVersions: - version: '2021-03-01' parents: all: - - &ref_835 + - &ref_834 type: object apiVersions: - version: '2021-03-01' children: all: - - *ref_834 - - &ref_836 + - *ref_833 + - &ref_835 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_835 + - *ref_834 immediate: - - *ref_835 + - *ref_834 serializationFormats: - json usage: @@ -35888,133 +24921,95 @@ schemas: name: ThrottledRequestsInput description: Api request input for LogAnalytics getThrottledRequests Api. namespace: '' - go: - name: ThrottledRequestsInput - description: ThrottledRequestsInput - Api request input for LogAnalytics getThrottledRequests Api. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_834 - - *ref_836 + - *ref_833 + - *ref_835 properties: - - schema: *ref_837 + - schema: *ref_836 required: true serializedName: blobContainerSasUri - language: &ref_5080 + language: &ref_3178 default: name: blobContainerSasUri description: SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. - go: - name: BlobContainerSasURI - description: REQUIRED; SAS Uri of the logging blob container to which LogAnalytics Api writes output logs to. protocol: {} - - schema: *ref_838 + - schema: *ref_837 required: true serializedName: fromTime - language: &ref_5081 + language: &ref_3179 default: name: fromTime description: From time of the query - go: - name: FromTime - description: REQUIRED; From time of the query protocol: {} - - schema: *ref_839 + - schema: *ref_838 required: true serializedName: toTime - language: &ref_5082 + language: &ref_3180 default: name: toTime description: To time of the query - go: - name: ToTime - description: REQUIRED; To time of the query protocol: {} - - schema: *ref_840 + - schema: *ref_839 required: false serializedName: groupByThrottlePolicy language: default: name: groupByThrottlePolicy description: Group query result by Throttle Policy applied. - go: - name: GroupByThrottlePolicy - description: Group query result by Throttle Policy applied. protocol: {} - - schema: *ref_841 + - schema: *ref_840 required: false serializedName: groupByOperationName - language: &ref_5093 + language: &ref_3191 default: name: groupByOperationName description: Group query result by Operation Name. - go: - name: GroupByOperationName - description: Group query result by Operation Name. protocol: {} - - schema: *ref_842 + - schema: *ref_841 required: false serializedName: groupByResourceName - language: &ref_5083 + language: &ref_3181 default: name: groupByResourceName description: Group query result by Resource Name. - go: - name: GroupByResourceName - description: Group query result by Resource Name. protocol: {} - - schema: *ref_843 + - schema: *ref_842 required: false serializedName: groupByClientApplicationId - language: &ref_5094 + language: &ref_3192 default: name: groupByClientApplicationId description: Group query result by Client Application ID. - go: - name: GroupByClientApplicationID - description: Group query result by Client Application ID. protocol: {} - - schema: *ref_844 + - schema: *ref_843 required: false serializedName: groupByUserAgent - language: &ref_5095 + language: &ref_3193 default: name: groupByUserAgent description: Group query result by User Agent. - go: - name: GroupByUserAgent - description: Group query result by User Agent. protocol: {} serializationFormats: - json usage: - input - language: &ref_5079 + language: &ref_3177 default: name: LogAnalyticsInputBase description: Api input base class for LogAnalytics Api. namespace: '' - go: - name: LogAnalyticsInputBase - description: LogAnalyticsInputBase - Api input base class for LogAnalytics Api. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} immediate: - - *ref_835 + - *ref_834 properties: - - schema: *ref_845 + - schema: *ref_844 required: true serializedName: intervalLength - language: &ref_5078 + language: &ref_3176 default: name: intervalLength description: Interval value in minutes used to create LogAnalytics call rate logs. - go: - name: IntervalLength - description: REQUIRED; Interval value in minutes used to create LogAnalytics call rate logs. protocol: {} serializationFormats: - json @@ -36025,33 +25020,25 @@ schemas: name: RequestRateByIntervalInput description: Api request input for LogAnalytics getRequestRateByInterval Api. namespace: '' - go: - name: RequestRateByIntervalInput - description: RequestRateByIntervalInput - Api request input for LogAnalytics getRequestRateByInterval Api. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_835 - - &ref_2617 + - *ref_834 + - &ref_1827 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_847 + - schema: &ref_846 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_846 + - schema: *ref_845 readOnly: true serializedName: output - language: &ref_5086 + language: &ref_3184 default: name: output description: Output file Uri path to blob container. - go: - name: Output - description: READ-ONLY; Output file Uri path to blob container. protocol: {} serializationFormats: - json @@ -36062,21 +25049,13 @@ schemas: name: LogAnalyticsOutput description: LogAnalytics output properties namespace: '' - go: - name: LogAnalyticsOutput - description: LogAnalyticsOutput - LogAnalytics output properties - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: properties - language: &ref_5085 + language: &ref_3183 default: name: properties description: LogAnalyticsOutput - go: - name: Properties - description: READ-ONLY; LogAnalyticsOutput protocol: {} serializationFormats: - json @@ -36087,117 +25066,91 @@ schemas: name: LogAnalyticsOperationResult description: LogAnalytics operation status response namespace: '' - go: - name: LogAnalyticsOperationResult - description: LogAnalyticsOperationResult - LogAnalytics operation status response - marshallingFormat: json - namespace: '' protocol: {} - - *ref_847 - - *ref_836 - - &ref_2636 + - *ref_846 + - *ref_835 + - &ref_1832 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1248 + - schema: &ref_1247 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_848 + elementType: &ref_847 type: object apiVersions: - version: '2021-03-01' children: all: - - &ref_854 + - &ref_853 type: object apiVersions: - version: '2021-03-01' parents: all: - - *ref_848 + - *ref_847 immediate: - - *ref_848 + - *ref_847 properties: - - schema: &ref_1249 + - schema: &ref_1248 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_849 + elementType: *ref_848 language: default: name: RunCommandDocumentScript description: The script to be executed. - go: - name: '[]*string' - description: The script to be executed. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: script - language: &ref_5115 + language: &ref_3213 default: name: script description: The script to be executed. - go: - name: Script - description: REQUIRED; The script to be executed. - byValue: true protocol: {} - - schema: &ref_1250 + - schema: &ref_1249 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_860 + elementType: &ref_859 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_850 + - schema: *ref_849 required: true serializedName: name - language: &ref_5117 + language: &ref_3215 default: name: name description: The run command parameter name. - go: - name: Name - description: REQUIRED; The run command parameter name. protocol: {} - - schema: *ref_851 + - schema: *ref_850 required: true serializedName: type - language: &ref_5118 + language: &ref_3216 default: name: type description: The run command parameter type. - go: - name: Type - description: REQUIRED; The run command parameter type. protocol: {} - - schema: *ref_852 + - schema: *ref_851 required: false serializedName: defaultValue - language: &ref_5119 + language: &ref_3217 default: name: defaultValue description: The run command parameter default value. - go: - name: DefaultValue - description: The run command parameter default value. protocol: {} - - schema: *ref_853 + - schema: *ref_852 required: false serializedName: required language: default: name: required description: The run command parameter required. - go: - name: Required - description: The run command parameter required. protocol: {} serializationFormats: - json @@ -36208,32 +25161,18 @@ schemas: name: RunCommandParameterDefinition description: Describes the properties of a run command parameter. namespace: '' - go: - name: RunCommandParameterDefinition - description: RunCommandParameterDefinition - Describes the properties of a run command parameter. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: RunCommandDocumentParameters description: The parameters used by the script. - go: - name: '[]*RunCommandParameterDefinition' - description: The parameters used by the script. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: parameters - language: &ref_5116 + language: &ref_3214 default: name: parameters description: The parameters used by the script. - go: - name: Parameters - description: The parameters used by the script. - byValue: true protocol: {} serializationFormats: - json @@ -36244,117 +25183,79 @@ schemas: name: RunCommandDocument description: Describes the properties of a Run Command. namespace: '' - go: - name: RunCommandDocument - description: RunCommandDocument - Describes the properties of a Run Command. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_854 + - *ref_853 properties: - - schema: *ref_855 + - schema: *ref_854 required: true serializedName: $schema - language: &ref_5103 + language: &ref_3201 default: name: schema description: The VM run command schema. - go: - name: Schema - description: REQUIRED; The VM run command schema. protocol: {} - - schema: *ref_856 + - schema: *ref_855 required: true serializedName: id - language: &ref_5104 + language: &ref_3202 default: name: id description: The VM run command id. - go: - name: ID - description: REQUIRED; The VM run command id. protocol: {} - schema: *ref_26 required: true serializedName: osType - language: &ref_5105 + language: &ref_3203 default: name: osType description: The Operating System type. - go: - name: OSType - description: REQUIRED; The Operating System type. protocol: {} - - schema: *ref_857 + - schema: *ref_856 required: true serializedName: label - language: &ref_5106 + language: &ref_3204 default: name: label description: The VM run command label. - go: - name: Label - description: REQUIRED; The VM run command label. protocol: {} - - schema: *ref_858 + - schema: *ref_857 required: true serializedName: description - language: &ref_5107 + language: &ref_3205 default: name: description description: The VM run command description. - go: - name: Description - description: REQUIRED; The VM run command description. protocol: {} serializationFormats: - json usage: - output - language: &ref_5120 + language: &ref_3218 default: name: RunCommandDocumentBase description: Describes the properties of a Run Command metadata. namespace: '' - go: - name: RunCommandDocumentBase - description: RunCommandDocumentBase - Describes the properties of a Run Command metadata. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: RunCommandListResultValue description: The list of virtual machine run commands. - go: - name: '[]*RunCommandDocumentBase' - description: The list of virtual machine run commands. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5102 + language: &ref_3200 default: name: value description: The list of virtual machine run commands. - go: - name: Value - description: REQUIRED; The list of virtual machine run commands. - byValue: true protocol: {} - - schema: *ref_859 + - schema: *ref_858 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. - go: - name: NextLink - description: The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. protocol: {} serializationFormats: - json @@ -36365,59 +25266,41 @@ schemas: name: RunCommandListResult description: The List Virtual Machine operation response. namespace: '' - go: - name: RunCommandListResult - description: RunCommandListResult - The List Virtual Machine operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_848 - - *ref_854 - - *ref_860 - - &ref_1971 + - *ref_847 + - *ref_853 + - *ref_859 + - &ref_1573 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_861 + - schema: *ref_860 required: true serializedName: commandId - language: &ref_4639 + language: &ref_2737 default: name: commandId description: The run command id. - go: - name: CommandID - description: REQUIRED; The run command id. protocol: {} - - schema: &ref_1251 + - schema: &ref_1250 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_862 + elementType: *ref_861 language: default: name: RunCommandInputScript description: Optional. The script to be executed. When this value is given, the given script will override the default script of the command. - go: - name: '[]*string' - description: Optional. The script to be executed. When this value is given, the given script will override the default script of the command. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: script - language: &ref_5071 + language: &ref_3169 default: name: script description: Optional. The script to be executed. When this value is given, the given script will override the default script of the command. - go: - name: Script - description: Optional. The script to be executed. When this value is given, the given script will override the default script of the command. - byValue: true protocol: {} - - schema: &ref_1252 + - schema: &ref_1251 type: array apiVersions: - version: '2021-03-01' @@ -36426,11 +25309,6 @@ schemas: default: name: RunCommandInputParameters description: The run command parameters. - go: - name: '[]*RunCommandInputParameter' - description: The run command parameters. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: parameters @@ -36438,10 +25316,6 @@ schemas: default: name: parameters description: The run command parameters. - go: - name: Parameters - description: The run command parameters. - byValue: true protocol: {} serializationFormats: - json @@ -36452,20 +25326,14 @@ schemas: name: RunCommandInput description: Capture Virtual Machine parameters. namespace: '' - go: - name: RunCommandInput - description: RunCommandInput - Capture Virtual Machine parameters. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_406 - - &ref_1977 + - &ref_1579 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1253 + - schema: &ref_1252 type: array apiVersions: - version: '2021-03-01' @@ -36474,21 +25342,12 @@ schemas: default: name: RunCommandResultValue description: Run command operation response. - go: - name: '[]*InstanceViewStatus' - description: Run command operation response. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_4641 + language: &ref_2739 default: name: value description: Run command operation response. - go: - name: Value - description: Run command operation response. - byValue: true protocol: {} serializationFormats: - json @@ -36499,24 +25358,18 @@ schemas: name: RunCommandResult description: '' namespace: '' - go: - name: RunCommandResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_577 - - *ref_620 + - *ref_619 + - *ref_862 - *ref_863 - - *ref_864 - - *ref_630 - - &ref_2696 + - *ref_629 + - &ref_1855 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1257 + - schema: &ref_1256 type: array apiVersions: - version: '2021-03-01' @@ -36525,33 +25378,21 @@ schemas: default: name: VirtualMachineRunCommandsListResultValue description: The list of run commands - go: - name: '[]*VirtualMachineRunCommand' - description: The list of run commands - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5169 + language: &ref_3267 default: name: value description: The list of run commands - go: - name: Value - description: REQUIRED; The list of run commands - byValue: true protocol: {} - - schema: *ref_865 + - schema: *ref_864 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of run commands. - go: - name: NextLink - description: The uri to fetch the next page of run commands. protocol: {} serializationFormats: - json @@ -36562,148 +25403,105 @@ schemas: name: VirtualMachineRunCommandsListResult description: The List run command operation response namespace: '' - go: - name: VirtualMachineRunCommandsListResult - description: VirtualMachineRunCommandsListResult - The List run command operation response - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2762 + - &ref_1884 type: object apiVersions: - version: '2019-04-01' properties: - - schema: &ref_1271 + - schema: &ref_1270 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_893 + elementType: &ref_892 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_866 + - schema: *ref_865 readOnly: true serializedName: resourceType - language: &ref_5217 + language: &ref_3315 default: name: resourceType description: The type of resource the SKU applies to. - go: - name: ResourceType - description: READ-ONLY; The type of resource the SKU applies to. protocol: {} - - schema: *ref_867 + - schema: *ref_866 readOnly: true serializedName: name - language: &ref_5218 + language: &ref_3316 default: name: name description: The name of SKU. - go: - name: Name - description: READ-ONLY; The name of SKU. protocol: {} - - schema: *ref_868 + - schema: *ref_867 readOnly: true serializedName: tier - language: &ref_5219 + language: &ref_3317 default: name: tier description: Specifies the tier of virtual machines in a scale set.

    Possible Values:

    **Standard**

    **Basic** - go: - name: Tier - description: |- - READ-ONLY; Specifies the tier of virtual machines in a scale set. - - Possible Values: - - Standard - - Basic protocol: {} - - schema: *ref_869 + - schema: *ref_868 readOnly: true serializedName: size - language: &ref_5220 + language: &ref_3318 default: name: size description: The Size of the SKU. - go: - name: Size - description: READ-ONLY; The Size of the SKU. protocol: {} - - schema: *ref_870 + - schema: *ref_869 readOnly: true serializedName: family - language: &ref_5221 + language: &ref_3319 default: name: family description: The Family of this particular SKU. - go: - name: Family - description: READ-ONLY; The Family of this particular SKU. protocol: {} - - schema: *ref_871 + - schema: *ref_870 readOnly: true serializedName: kind language: default: name: kind description: The Kind of resources that are supported in this SKU. - go: - name: Kind - description: READ-ONLY; The Kind of resources that are supported in this SKU. protocol: {} - - schema: &ref_894 + - schema: &ref_893 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_872 + - schema: *ref_871 readOnly: true serializedName: minimum language: default: name: minimum description: The minimum capacity. - go: - name: Minimum - description: READ-ONLY; The minimum capacity. protocol: {} - - schema: *ref_873 + - schema: *ref_872 readOnly: true serializedName: maximum language: default: name: maximum description: The maximum capacity that can be set. - go: - name: Maximum - description: READ-ONLY; The maximum capacity that can be set. protocol: {} - - schema: *ref_874 + - schema: *ref_873 readOnly: true serializedName: default language: default: name: default description: The default capacity. - go: - name: Default - description: READ-ONLY; The default capacity. protocol: {} - - schema: *ref_875 + - schema: *ref_874 readOnly: true serializedName: scaleType language: default: name: scaleType description: The scale type applicable to the sku. - go: - name: ScaleType - description: READ-ONLY; The scale type applicable to the sku. protocol: {} serializationFormats: - json @@ -36714,11 +25512,6 @@ schemas: name: ResourceSkuCapacity description: Describes scaling information of a SKU. namespace: '' - go: - name: ResourceSKUCapacity - description: ResourceSKUCapacity - Describes scaling information of a SKU. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: capacity @@ -36726,147 +25519,108 @@ schemas: default: name: capacity description: Specifies the number of virtual machines in the scale set. - go: - name: Capacity - description: READ-ONLY; Specifies the number of virtual machines in the scale set. protocol: {} - - schema: &ref_1258 + - schema: &ref_1257 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_876 + elementType: *ref_875 language: default: name: ResourceSkuLocations description: The set of locations that the SKU is available. - go: - name: '[]*string' - description: The set of locations that the SKU is available. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: locations - language: &ref_5222 + language: &ref_3320 default: name: locations description: The set of locations that the SKU is available. - go: - name: Locations - description: READ-ONLY; The set of locations that the SKU is available. - byValue: true protocol: {} - - schema: &ref_1263 + - schema: &ref_1262 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_895 + elementType: &ref_894 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_877 + - schema: *ref_876 readOnly: true serializedName: location - language: &ref_5224 + language: &ref_3322 default: name: location description: Location of the SKU - go: - name: Location - description: READ-ONLY; Location of the SKU protocol: {} - - schema: &ref_1259 + - schema: &ref_1258 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_878 + elementType: *ref_877 language: default: name: ResourceSkuLocationInfoZones description: List of availability zones where the SKU is supported. - go: - name: '[]*string' - description: List of availability zones where the SKU is supported. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: zones - language: &ref_5225 + language: &ref_3323 default: name: zones description: List of availability zones where the SKU is supported. - go: - name: Zones - description: READ-ONLY; List of availability zones where the SKU is supported. - byValue: true protocol: {} - - schema: &ref_1262 + - schema: &ref_1261 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_896 + elementType: &ref_895 type: object apiVersions: - version: '2019-04-01' properties: - - schema: &ref_1260 + - schema: &ref_1259 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_879 + elementType: *ref_878 language: default: name: ResourceSkuZoneDetailsName description: The set of zones that the SKU is available in with the specified capabilities. - go: - name: '[]*string' - description: The set of zones that the SKU is available in with the specified capabilities. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: name - language: &ref_5227 + language: &ref_3325 default: name: name description: The set of zones that the SKU is available in with the specified capabilities. - go: - name: Name - description: READ-ONLY; The set of zones that the SKU is available in with the specified capabilities. - byValue: true protocol: {} - - schema: &ref_1261 + - schema: &ref_1260 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_886 + elementType: &ref_885 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_880 + - schema: *ref_879 readOnly: true serializedName: name - language: &ref_5229 + language: &ref_3327 default: name: name description: An invariant to describe the feature. - go: - name: Name - description: READ-ONLY; An invariant to describe the feature. protocol: {} - - schema: *ref_881 + - schema: *ref_880 readOnly: true serializedName: value - language: &ref_5230 + language: &ref_3328 default: name: value description: An invariant if the feature is measured by quantity. - go: - name: Value - description: READ-ONLY; An invariant if the feature is measured by quantity. protocol: {} serializationFormats: - json @@ -36877,32 +25631,18 @@ schemas: name: ResourceSkuCapabilities description: Describes The SKU capabilities object. namespace: '' - go: - name: ResourceSKUCapabilities - description: ResourceSKUCapabilities - Describes The SKU capabilities object. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuZoneDetailsCapabilities description: A list of capabilities that are available for the SKU in the specified list of zones. - go: - name: '[]*ResourceSKUCapabilities' - description: A list of capabilities that are available for the SKU in the specified list of zones. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: capabilities - language: &ref_5228 + language: &ref_3326 default: name: capabilities description: A list of capabilities that are available for the SKU in the specified list of zones. - go: - name: Capabilities - description: READ-ONLY; A list of capabilities that are available for the SKU in the specified list of zones. - byValue: true protocol: {} serializationFormats: - json @@ -36913,33 +25653,18 @@ schemas: name: ResourceSkuZoneDetails description: Describes The zonal capabilities of a SKU. namespace: '' - go: - name: ResourceSKUZoneDetails - description: ResourceSKUZoneDetails - Describes The zonal capabilities of a SKU. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuLocationInfoZoneDetails description: Details of capabilities available to a SKU in specific zones. - go: - name: '[]*ResourceSKUZoneDetails' - description: Details of capabilities available to a SKU in specific zones. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: zoneDetails - language: &ref_5226 + language: &ref_3324 default: name: zoneDetails description: Details of capabilities available to a SKU in specific zones. - go: - name: ZoneDetails - description: READ-ONLY; Details of capabilities available to a SKU in specific zones. - byValue: true protocol: {} serializationFormats: - json @@ -36950,48 +25675,28 @@ schemas: name: ResourceSkuLocationInfo description: '' namespace: '' - go: - name: ResourceSKULocationInfo - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuLocationInfo description: A list of locations and availability zones in those locations where the SKU is available. - go: - name: '[]*ResourceSKULocationInfo' - description: A list of locations and availability zones in those locations where the SKU is available. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: locationInfo - language: &ref_5223 + language: &ref_3321 default: name: locationInfo description: A list of locations and availability zones in those locations where the SKU is available. - go: - name: LocationInfo - description: READ-ONLY; A list of locations and availability zones in those locations where the SKU is available. - byValue: true protocol: {} - - schema: &ref_1264 + - schema: &ref_1263 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_882 + elementType: *ref_881 language: default: name: ResourceSkuApiVersions description: The api versions that support this SKU. - go: - name: '[]*string' - description: The api versions that support this SKU. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: apiVersions @@ -36999,52 +25704,39 @@ schemas: default: name: apiVersions description: The api versions that support this SKU. - go: - name: APIVersions - description: READ-ONLY; The api versions that support this SKU. - byValue: true protocol: {} - - schema: &ref_1265 + - schema: &ref_1264 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_897 + elementType: &ref_896 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_883 + - schema: *ref_882 readOnly: true serializedName: meterID language: default: name: meterID description: Used for querying price from commerce. - go: - name: MeterID - description: READ-ONLY; Used for querying price from commerce. protocol: {} - - schema: *ref_884 + - schema: *ref_883 readOnly: true serializedName: quantity language: default: name: quantity description: The multiplier is needed to extend the base metered cost. - go: - name: Quantity - description: READ-ONLY; The multiplier is needed to extend the base metered cost. protocol: {} - - schema: *ref_885 + - schema: *ref_884 readOnly: true serializedName: extendedUnit language: default: name: extendedUnit description: An invariant to show the extended unit. - go: - name: ExtendedUnit - description: READ-ONLY; An invariant to show the extended unit. protocol: {} serializationFormats: - json @@ -37055,21 +25747,11 @@ schemas: name: ResourceSkuCosts description: Describes metadata for retrieving price info. namespace: '' - go: - name: ResourceSKUCosts - description: ResourceSKUCosts - Describes metadata for retrieving price info. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuCosts description: Metadata for retrieving price info. - go: - name: '[]*ResourceSKUCosts' - description: Metadata for retrieving price info. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: costs @@ -37077,71 +25759,50 @@ schemas: default: name: costs description: Metadata for retrieving price info. - go: - name: Costs - description: READ-ONLY; Metadata for retrieving price info. - byValue: true protocol: {} - - schema: &ref_1266 + - schema: &ref_1265 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_886 + elementType: *ref_885 language: default: name: ResourceSkuCapabilities description: A name value pair to describe the capability. - go: - name: '[]*ResourceSKUCapabilities' - description: A name value pair to describe the capability. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: capabilities - language: &ref_5231 + language: &ref_3329 default: name: capabilities description: A name value pair to describe the capability. - go: - name: Capabilities - description: READ-ONLY; A name value pair to describe the capability. - byValue: true protocol: {} - - schema: &ref_1270 + - schema: &ref_1269 type: array apiVersions: - version: '2019-04-01' - elementType: &ref_898 + elementType: &ref_897 type: object apiVersions: - version: '2019-04-01' properties: - - schema: *ref_887 + - schema: *ref_886 readOnly: true serializedName: type language: default: name: type description: The type of restrictions. - go: - name: Type - description: READ-ONLY; The type of restrictions. protocol: {} - - schema: &ref_1267 + - schema: &ref_1266 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_888 + elementType: *ref_887 language: default: name: ResourceSkuRestrictionsValues description: The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - go: - name: '[]*string' - description: The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: values @@ -37149,30 +25810,21 @@ schemas: default: name: values description: The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - go: - name: Values - description: READ-ONLY; The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. - byValue: true protocol: {} - - schema: &ref_899 + - schema: &ref_898 type: object apiVersions: - version: '2019-04-01' properties: - - schema: &ref_1268 + - schema: &ref_1267 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_889 + elementType: *ref_888 language: default: name: ResourceSkuRestrictionInfoLocations description: Locations where the SKU is restricted - go: - name: '[]*string' - description: Locations where the SKU is restricted - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: locations @@ -37180,25 +25832,16 @@ schemas: default: name: locations description: Locations where the SKU is restricted - go: - name: Locations - description: READ-ONLY; Locations where the SKU is restricted - byValue: true protocol: {} - - schema: &ref_1269 + - schema: &ref_1268 type: array apiVersions: - version: '2019-04-01' - elementType: *ref_890 + elementType: *ref_889 language: default: name: ResourceSkuRestrictionInfoZones description: List of availability zones where the SKU is restricted. - go: - name: '[]*string' - description: List of availability zones where the SKU is restricted. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: zones @@ -37206,10 +25849,6 @@ schemas: default: name: zones description: List of availability zones where the SKU is restricted. - go: - name: Zones - description: READ-ONLY; List of availability zones where the SKU is restricted. - byValue: true protocol: {} serializationFormats: - json @@ -37220,12 +25859,6 @@ schemas: name: ResourceSkuRestrictionInfo description: '' namespace: '' - go: - name: ResourceSKURestrictionInfo - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: restrictionInfo @@ -37233,20 +25866,14 @@ schemas: default: name: restrictionInfo description: The information about the restriction where the SKU cannot be used. - go: - name: RestrictionInfo - description: READ-ONLY; The information about the restriction where the SKU cannot be used. protocol: {} - - schema: *ref_891 + - schema: *ref_890 readOnly: true serializedName: reasonCode language: default: name: reasonCode description: The reason for restriction. - go: - name: ReasonCode - description: READ-ONLY; The reason for restriction. protocol: {} serializationFormats: - json @@ -37257,22 +25884,11 @@ schemas: name: ResourceSkuRestrictions description: Describes scaling information of a SKU. namespace: '' - go: - name: ResourceSKURestrictions - description: ResourceSKURestrictions - Describes scaling information of a SKU. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkuRestrictions description: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - go: - name: '[]*ResourceSKURestrictions' - description: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: restrictions @@ -37280,10 +25896,6 @@ schemas: default: name: restrictions description: The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - go: - name: Restrictions - description: READ-ONLY; The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. - byValue: true protocol: {} serializationFormats: - json @@ -37294,44 +25906,26 @@ schemas: name: ResourceSku description: Describes an available Compute SKU. namespace: '' - go: - name: ResourceSKU - description: ResourceSKU - Describes an available Compute SKU. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ResourceSkusResultValue description: The list of skus available for the subscription. - go: - name: '[]*ResourceSKU' - description: The list of skus available for the subscription. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5216 + language: &ref_3314 default: name: value description: The list of skus available for the subscription. - go: - name: Value - description: REQUIRED; The list of skus available for the subscription. - byValue: true protocol: {} - - schema: *ref_892 + - schema: *ref_891 required: false serializedName: nextLink - language: &ref_5232 + language: &ref_3330 default: name: nextLink description: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus - go: - name: NextLink - description: The URI to fetch the next page of Resource Skus. Call ListNext() with this URI to fetch the next page of Resource Skus protocol: {} serializationFormats: - json @@ -37342,42 +25936,36 @@ schemas: name: ResourceSkusResult description: The List Resource Skus operation response. namespace: '' - go: - name: ResourceSKUsResult - description: ResourceSKUsResult - The List Resource Skus operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_892 - *ref_893 - *ref_894 - *ref_895 + - *ref_885 - *ref_896 - - *ref_886 - *ref_897 - *ref_898 - - *ref_899 - *ref_578 + - *ref_899 - *ref_900 - - *ref_901 - *ref_469 - *ref_470 - *ref_433 - *ref_474 + - *ref_901 - *ref_902 - - *ref_903 - *ref_445 - - *ref_904 + - *ref_903 - *ref_477 + - *ref_904 - *ref_905 - *ref_906 - - *ref_907 - - &ref_2780 + - &ref_1891 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_917 + - schema: &ref_916 type: object apiVersions: - version: '2020-12-01' @@ -37388,23 +25976,15 @@ schemas: default: name: osType description: the Operating System type. - go: - name: OSType - description: the Operating System type. protocol: {} - - schema: *ref_908 + - schema: *ref_907 serializedName: diskSizeGB - language: &ref_5281 + language: &ref_3379 default: name: diskSizeGB description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: DiskSizeGB - description: |- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a - resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - schema: *ref_474 serializedName: encryptionSettingsCollection @@ -37412,59 +25992,41 @@ schemas: default: name: encryptionSettingsCollection description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. - go: - name: EncryptionSettingsCollection - description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. protocol: {} - - schema: *ref_909 + - schema: *ref_908 serializedName: diskIOPSReadWrite language: default: name: diskIOPSReadWrite description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. - go: - name: DiskIOPSReadWrite - description: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. protocol: {} - - schema: *ref_910 + - schema: *ref_909 serializedName: diskMBpsReadWrite language: default: name: diskMBpsReadWrite description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: DiskMBpsReadWrite - description: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - - schema: *ref_911 + - schema: *ref_910 serializedName: diskIOPSReadOnly language: default: name: diskIOPSReadOnly description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. - go: - name: DiskIOPSReadOnly - description: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. protocol: {} - - schema: *ref_912 + - schema: *ref_911 serializedName: diskMBpsReadOnly language: default: name: diskMBpsReadOnly description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. - go: - name: DiskMBpsReadOnly - description: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. protocol: {} - - schema: *ref_913 + - schema: *ref_912 serializedName: maxShares language: default: name: maxShares description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. - go: - name: MaxShares - description: The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. protocol: {} - schema: *ref_477 serializedName: encryption @@ -37472,80 +26034,56 @@ schemas: default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_458 serializedName: networkAccessPolicy - language: &ref_5295 + language: &ref_3393 default: name: networkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. protocol: {} - - schema: *ref_914 + - schema: *ref_913 serializedName: diskAccessId language: default: name: diskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: DiskAccessID - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - - schema: *ref_915 + - schema: *ref_914 serializedName: tier - language: &ref_5291 + language: &ref_3389 default: name: tier description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' - go: - name: Tier - description: 'Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.' protocol: {} - schema: *ref_461 serializedName: burstingEnabled - language: &ref_5282 + language: &ref_3380 default: name: burstingEnabled description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. - go: - name: BurstingEnabled - description: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. protocol: {} - schema: *ref_469 serializedName: purchasePlan - language: &ref_5287 + language: &ref_3385 default: name: purchasePlan description: Purchase plan information to be added on the OS disk - go: - name: PurchasePlan - description: Purchase plan information to be added on the OS disk protocol: {} - - schema: *ref_906 + - schema: *ref_905 readOnly: true serializedName: propertyUpdatesInProgress language: default: name: propertyUpdatesInProgress description: Properties of the disk for which update is pending. - go: - name: PropertyUpdatesInProgress - description: READ-ONLY; Properties of the disk for which update is pending. protocol: {} - schema: *ref_463 serializedName: supportsHibernation - language: &ref_5289 + language: &ref_3387 default: name: supportsHibernation description: Indicates the OS on a disk supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a disk supports hibernation. protocol: {} serializationFormats: - json @@ -37556,46 +26094,28 @@ schemas: name: DiskUpdateProperties description: Disk resource update properties. namespace: '' - go: - name: DiskUpdateProperties - description: DiskUpdateProperties - Disk resource update properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5280 + language: &ref_3378 default: name: properties description: Disk resource update properties. - go: - name: Properties - description: Disk resource update properties. protocol: {} - - schema: *ref_916 + - schema: *ref_915 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} - - schema: *ref_900 + - schema: *ref_899 serializedName: sku language: default: name: sku description: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, or StandardSSD_ZRS. - go: - name: SKU - description: The disks sku name. Can be StandardLRS, PremiumLRS, StandardSSDLRS, UltraSSDLRS, PremiumZRS, or StandardSSDZRS. protocol: {} serializationFormats: - json @@ -37606,21 +26126,14 @@ schemas: name: DiskUpdate description: Disk update resource. namespace: '' - go: - name: DiskUpdate - description: DiskUpdate - Disk update resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_917 - - &ref_2807 + - *ref_916 + - &ref_1901 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1276 + - schema: &ref_1275 type: array apiVersions: - version: '2020-12-01' @@ -37629,33 +26142,21 @@ schemas: default: name: DiskListValue description: A list of disks. - go: - name: '[]*Disk' - description: A list of disks. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5320 + language: &ref_3418 default: name: value description: A list of disks. - go: - name: Value - description: REQUIRED; A list of disks. - byValue: true protocol: {} - - schema: *ref_918 + - schema: *ref_917 required: false serializedName: nextLink - language: &ref_5321 + language: &ref_3419 default: name: nextLink description: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. - go: - name: NextLink - description: The uri to fetch the next page of disks. Call ListNext() with this to fetch the next page of disks. protocol: {} serializationFormats: - json @@ -37666,39 +26167,27 @@ schemas: name: DiskList description: The List Disks operation response. namespace: '' - go: - name: DiskList - description: DiskList - The List Disks operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2818 + - &ref_1902 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_919 + - schema: *ref_918 required: true serializedName: access language: default: name: access description: '' - go: - name: Access - description: REQUIRED protocol: {} - - schema: *ref_920 + - schema: *ref_919 required: true serializedName: durationInSeconds language: default: name: durationInSeconds description: Time duration in seconds until the SAS access expires. - go: - name: DurationInSeconds - description: REQUIRED; Time duration in seconds until the SAS access expires. protocol: {} serializationFormats: - json @@ -37709,27 +26198,19 @@ schemas: name: GrantAccessData description: Data used for requesting a SAS. namespace: '' - go: - name: GrantAccessData - description: GrantAccessData - Data used for requesting a SAS. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2823 + - &ref_1907 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_921 + - schema: *ref_920 readOnly: true serializedName: accessSAS language: default: name: accessSAS description: A SAS uri for accessing a disk. - go: - name: AccessSAS - description: READ-ONLY; A SAS uri for accessing a disk. protocol: {} serializationFormats: - json @@ -37740,21 +26221,16 @@ schemas: name: AccessUri description: A disk access SAS uri. namespace: '' - go: - name: AccessURI - description: AccessURI - A disk access SAS uri. - marshallingFormat: json - namespace: '' protocol: {} - *ref_579 + - *ref_921 - *ref_922 - - *ref_923 - - &ref_2849 + - &ref_1914 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_927 + - schema: &ref_926 type: object apiVersions: - version: '2020-12-01' @@ -37765,11 +26241,8 @@ schemas: default: name: osType description: the Operating System type. - go: - name: OSType - description: the Operating System type. protocol: {} - - schema: *ref_924 + - schema: *ref_923 serializedName: diskSizeGB language: default: @@ -37777,11 +26250,6 @@ schemas: description: >- If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. - go: - name: DiskSizeGB - description: |- - If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create. If this field is present for updates or creation with other options, it indicates a - resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size. protocol: {} - schema: *ref_474 serializedName: encryptionSettingsCollection @@ -37789,9 +26257,6 @@ schemas: default: name: encryptionSettingsCollection description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. - go: - name: EncryptionSettingsCollection - description: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. protocol: {} - schema: *ref_477 serializedName: encryption @@ -37799,9 +26264,6 @@ schemas: default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_458 serializedName: networkAccessPolicy @@ -37809,19 +26271,13 @@ schemas: default: name: networkAccessPolicy description: Policy for accessing the disk via network. - go: - name: NetworkAccessPolicy - description: Policy for accessing the disk via network. protocol: {} - - schema: *ref_925 + - schema: *ref_924 serializedName: diskAccessId language: default: name: diskAccessId description: ARM id of the DiskAccess resource for using private endpoints on disks. - go: - name: DiskAccessID - description: ARM id of the DiskAccess resource for using private endpoints on disks. protocol: {} - schema: *ref_479 serializedName: supportsHibernation @@ -37829,9 +26285,6 @@ schemas: default: name: supportsHibernation description: Indicates the OS on a snapshot supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a snapshot supports hibernation. protocol: {} serializationFormats: - json @@ -37842,11 +26295,6 @@ schemas: name: SnapshotUpdateProperties description: Snapshot resource update properties. namespace: '' - go: - name: SnapshotUpdateProperties - description: SnapshotUpdateProperties - Snapshot resource update properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -37855,35 +26303,20 @@ schemas: default: name: properties description: Snapshot resource update properties. - go: - name: Properties - description: Snapshot resource update properties. protocol: {} - - schema: *ref_926 + - schema: *ref_925 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} - - schema: *ref_922 + - schema: *ref_921 serializedName: sku language: default: name: sku description: The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot - go: - name: SKU - description: |- - The snapshots sku name. Can be StandardLRS, PremiumLRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the - previous snapshot protocol: {} serializationFormats: - json @@ -37894,21 +26327,14 @@ schemas: name: SnapshotUpdate description: Snapshot update resource. namespace: '' - go: - name: SnapshotUpdate - description: SnapshotUpdate - Snapshot update resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_927 - - &ref_2876 + - *ref_926 + - &ref_1924 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1277 + - schema: &ref_1276 type: array apiVersions: - version: '2020-12-01' @@ -37917,33 +26343,21 @@ schemas: default: name: SnapshotListValue description: A list of snapshots. - go: - name: '[]*Snapshot' - description: A list of snapshots. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5362 + language: &ref_3460 default: name: value description: A list of snapshots. - go: - name: Value - description: REQUIRED; A list of snapshots. - byValue: true protocol: {} - - schema: *ref_928 + - schema: *ref_927 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. - go: - name: NextLink - description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. protocol: {} serializationFormats: - json @@ -37954,56 +26368,41 @@ schemas: name: SnapshotList description: The List Snapshots operation response. namespace: '' - go: - name: SnapshotList - description: SnapshotList - The List Snapshots operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_580 + - *ref_928 - *ref_929 - - *ref_930 - *ref_485 - - &ref_2916 + - &ref_1935 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_932 + - schema: &ref_931 type: object apiVersions: - version: '2020-12-01' properties: - schema: *ref_483 serializedName: encryptionType - language: &ref_5393 + language: &ref_3491 default: name: encryptionType description: The type of key used to encrypt the data of the disk. - go: - name: EncryptionType - description: The type of key used to encrypt the data of the disk. protocol: {} - schema: *ref_485 serializedName: activeKey - language: &ref_5394 + language: &ref_3492 default: name: activeKey description: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots - go: - name: ActiveKey - description: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots protocol: {} - schema: *ref_487 serializedName: rotationToLatestKeyVersionEnabled - language: &ref_5395 + language: &ref_3493 default: name: rotationToLatestKeyVersionEnabled description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. - go: - name: RotationToLatestKeyVersionEnabled - description: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. protocol: {} serializationFormats: - json @@ -38014,46 +26413,28 @@ schemas: name: DiskEncryptionSetUpdateProperties description: disk encryption set resource update properties. namespace: '' - go: - name: DiskEncryptionSetUpdateProperties - description: DiskEncryptionSetUpdateProperties - disk encryption set resource update properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5392 + language: &ref_3490 default: name: properties description: disk encryption set resource update properties. - go: - name: Properties - description: disk encryption set resource update properties. protocol: {} - - schema: *ref_931 + - schema: *ref_930 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_5403 + language: &ref_3501 default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} - - schema: *ref_929 + - schema: *ref_928 serializedName: identity - language: &ref_5396 + language: &ref_3494 default: name: identity description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. - go: - name: Identity - description: The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. protocol: {} serializationFormats: - json @@ -38064,21 +26445,14 @@ schemas: name: DiskEncryptionSetUpdate description: disk encryption set update resource. namespace: '' - go: - name: DiskEncryptionSetUpdate - description: DiskEncryptionSetUpdate - disk encryption set update resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_932 - - &ref_2943 + - *ref_931 + - &ref_1945 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1279 + - schema: &ref_1278 type: array apiVersions: - version: '2020-12-01' @@ -38087,33 +26461,21 @@ schemas: default: name: DiskEncryptionSetListValue description: A list of disk encryption sets. - go: - name: '[]*DiskEncryptionSet' - description: A list of disk encryption sets. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5419 + language: &ref_3517 default: name: value description: A list of disk encryption sets. - go: - name: Value - description: REQUIRED; A list of disk encryption sets. - byValue: true protocol: {} - - schema: *ref_933 + - schema: *ref_932 required: false serializedName: nextLink - language: &ref_5420 + language: &ref_3518 default: name: nextLink description: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets. - go: - name: NextLink - description: The uri to fetch the next page of disk encryption sets. Call ListNext() with this to fetch the next page of disk encryption sets. protocol: {} serializationFormats: - json @@ -38124,54 +26486,36 @@ schemas: name: DiskEncryptionSetList description: The List disk encryption set operation response. namespace: '' - go: - name: DiskEncryptionSetList - description: DiskEncryptionSetList - The List disk encryption set operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2956 + - &ref_1948 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1280 + - schema: &ref_1279 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_934 + elementType: *ref_933 language: default: name: ResourceUriListValue description: A list of IDs or Owner IDs of resources which are encrypted with the disk encryption set. - go: - name: '[]*string' - description: A list of IDs or Owner IDs of resources which are encrypted with the disk encryption set. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5431 + language: &ref_3529 default: name: value description: A list of IDs or Owner IDs of resources which are encrypted with the disk encryption set. - go: - name: Value - description: REQUIRED; A list of IDs or Owner IDs of resources which are encrypted with the disk encryption set. - byValue: true protocol: {} - - schema: *ref_935 + - schema: *ref_934 required: false serializedName: nextLink - language: &ref_5432 + language: &ref_3530 default: name: nextLink description: The uri to fetch the next page of encrypted resources. Call ListNext() with this to fetch the next page of encrypted resources. - go: - name: NextLink - description: The uri to fetch the next page of encrypted resources. Call ListNext() with this to fetch the next page of encrypted resources. protocol: {} serializationFormats: - json @@ -38182,37 +26526,24 @@ schemas: name: ResourceUriList description: The List resources which are encrypted with the disk encryption set. namespace: '' - go: - name: ResourceURIList - description: ResourceURIList - The List resources which are encrypted with the disk encryption set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_581 + - *ref_935 - *ref_936 - *ref_937 - *ref_938 - *ref_939 - - *ref_940 - - &ref_2973 + - &ref_1953 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_941 + - schema: *ref_940 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_5451 + language: &ref_3549 default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -38223,20 +26554,13 @@ schemas: name: DiskAccessUpdate description: Used for updating a disk access resource. namespace: '' - go: - name: DiskAccessUpdate - description: DiskAccessUpdate - Used for updating a disk access resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_3000 + - &ref_1963 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1282 + - schema: &ref_1281 type: array apiVersions: - version: '2020-12-01' @@ -38245,33 +26569,21 @@ schemas: default: name: DiskAccessListValue description: A list of disk access resources. - go: - name: '[]*DiskAccess' - description: A list of disk access resources. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5482 + language: &ref_3580 default: name: value description: A list of disk access resources. - go: - name: Value - description: REQUIRED; A list of disk access resources. - byValue: true protocol: {} - - schema: *ref_942 + - schema: *ref_941 required: false serializedName: nextLink - language: &ref_5483 + language: &ref_3581 default: name: nextLink description: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources. - go: - name: NextLink - description: The uri to fetch the next page of disk access resources. Call ListNext() with this to fetch the next page of disk access resources. protocol: {} serializationFormats: - json @@ -38282,93 +26594,66 @@ schemas: name: DiskAccessList description: The List disk access operation response. namespace: '' - go: - name: DiskAccessList - description: DiskAccessList - The List disk access operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3013 + - &ref_1966 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1285 + - schema: &ref_1284 type: array apiVersions: - version: '2020-12-01' - elementType: &ref_949 + elementType: &ref_948 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_950 + - schema: &ref_949 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_943 + - schema: *ref_942 readOnly: true serializedName: groupId - language: &ref_5496 + language: &ref_3594 default: name: groupId description: The private link resource group id. - go: - name: GroupID - description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_1283 + - schema: &ref_1282 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_944 + elementType: *ref_943 language: default: name: PrivateLinkResourcePropertiesRequiredMembers description: The private link resource required member names. - go: - name: '[]*string' - description: The private link resource required member names. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: requiredMembers - language: &ref_5497 + language: &ref_3595 default: name: requiredMembers description: The private link resource required member names. - go: - name: RequiredMembers - description: READ-ONLY; The private link resource required member names. - byValue: true protocol: {} - - schema: &ref_1284 + - schema: &ref_1283 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_945 + elementType: *ref_944 language: default: name: PrivateLinkResourcePropertiesRequiredZoneNames description: The private link resource DNS zone name. - go: - name: '[]*string' - description: The private link resource DNS zone name. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredZoneNames - language: &ref_5498 + language: &ref_3596 default: name: requiredZoneNames description: The private link resource DNS zone name. - go: - name: RequiredZoneNames - description: The private link resource DNS zone name. - byValue: true protocol: {} serializationFormats: - json @@ -38379,56 +26664,38 @@ schemas: name: PrivateLinkResourceProperties description: Properties of a private link resource. namespace: '' - go: - name: PrivateLinkResourceProperties - description: PrivateLinkResourceProperties - Properties of a private link resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5495 + language: &ref_3593 default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} - - schema: *ref_946 + - schema: *ref_945 readOnly: true serializedName: id - language: &ref_5499 + language: &ref_3597 default: name: id description: private link resource Id - go: - name: ID - description: READ-ONLY; private link resource Id protocol: {} - - schema: *ref_947 + - schema: *ref_946 readOnly: true serializedName: name - language: &ref_5500 + language: &ref_3598 default: name: name description: private link resource name - go: - name: Name - description: READ-ONLY; private link resource name protocol: {} - - schema: *ref_948 + - schema: *ref_947 readOnly: true serializedName: type - language: &ref_5501 + language: &ref_3599 default: name: type description: private link resource type - go: - name: Type - description: READ-ONLY; private link resource type protocol: {} serializationFormats: - json @@ -38439,31 +26706,17 @@ schemas: name: PrivateLinkResource description: A private link resource namespace: '' - go: - name: PrivateLinkResource - description: PrivateLinkResource - A private link resource - marshallingFormat: json - namespace: '' protocol: {} language: default: name: PrivateLinkResourceListResultValue description: Array of private link resources - go: - name: '[]*PrivateLinkResource' - description: Array of private link resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_5494 + language: &ref_3592 default: name: value description: Array of private link resources - go: - name: Value - description: Array of private link resources - byValue: true protocol: {} serializationFormats: - json @@ -38474,54 +26727,36 @@ schemas: name: PrivateLinkResourceListResult description: A list of private link resources namespace: '' - go: - name: PrivateLinkResourceListResult - description: PrivateLinkResourceListResult - A list of private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_948 - *ref_949 - - *ref_950 - - &ref_3049 + - &ref_1980 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1286 + - schema: &ref_1285 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_937 + elementType: *ref_936 language: default: name: PrivateEndpointConnectionListResultValue description: Array of private endpoint connections - go: - name: '[]*PrivateEndpointConnection' - description: Array of private endpoint connections - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_5530 + language: &ref_3628 default: name: value description: Array of private endpoint connections - go: - name: Value - description: Array of private endpoint connections - byValue: true protocol: {} - - schema: *ref_951 + - schema: *ref_950 serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. - go: - name: NextLink - description: The uri to fetch the next page of snapshots. Call ListNext() with this to fetch the next page of snapshots. protocol: {} serializationFormats: - json @@ -38532,127 +26767,95 @@ schemas: name: PrivateEndpointConnectionListResult description: A list of private link resources namespace: '' - go: - name: PrivateEndpointConnectionListResult - description: PrivateEndpointConnectionListResult - A list of private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_952 + - &ref_951 type: object apiVersions: - version: '2020-12-01' parents: all: - - &ref_956 + - &ref_955 type: object apiVersions: - version: '2020-12-01' children: all: - - *ref_952 + - *ref_951 immediate: - - *ref_952 + - *ref_951 properties: - - schema: *ref_953 + - schema: *ref_952 readOnly: true serializedName: id - language: &ref_5547 + language: &ref_3645 default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - - schema: *ref_954 + - schema: *ref_953 readOnly: true serializedName: name - language: &ref_5548 + language: &ref_3646 default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - - schema: *ref_955 + - schema: *ref_954 readOnly: true serializedName: type language: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} serializationFormats: - json usage: - output - language: &ref_5546 + language: &ref_3644 default: name: ProxyOnlyResource description: The ProxyOnly Resource model definition. namespace: '' - go: - name: ProxyOnlyResource - description: ProxyOnlyResource - The ProxyOnly Resource model definition. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_956 + - *ref_955 properties: - - schema: &ref_961 + - schema: &ref_960 type: object apiVersions: - version: '2020-12-01' properties: - - schema: *ref_957 + - schema: *ref_956 readOnly: true serializedName: timeCreated - language: &ref_5540 + language: &ref_3638 default: name: timeCreated description: The timestamp of restorePoint creation - go: - name: TimeCreated - description: READ-ONLY; The timestamp of restorePoint creation protocol: {} - - schema: *ref_958 + - schema: *ref_957 readOnly: true serializedName: sourceResourceId - language: &ref_5541 + language: &ref_3639 default: name: sourceResourceId description: arm id of source disk - go: - name: SourceResourceID - description: READ-ONLY; arm id of source disk protocol: {} - schema: *ref_26 readOnly: true serializedName: osType - language: &ref_5542 + language: &ref_3640 default: name: osType description: The Operating System type. - go: - name: OSType - description: READ-ONLY; The Operating System type. protocol: {} - schema: *ref_427 serializedName: hyperVGeneration - language: &ref_5543 + language: &ref_3641 default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - schema: *ref_469 serializedName: purchasePlan @@ -38660,31 +26863,22 @@ schemas: default: name: purchasePlan description: Purchase plan information for the the image from which the OS disk was created. - go: - name: PurchasePlan - description: Purchase plan information for the the image from which the OS disk was created. protocol: {} - - schema: *ref_959 + - schema: *ref_958 readOnly: true serializedName: familyId - language: &ref_5544 + language: &ref_3642 default: name: familyId description: id of the backing snapshot's MIS family - go: - name: FamilyID - description: READ-ONLY; id of the backing snapshot's MIS family protocol: {} - - schema: *ref_960 + - schema: *ref_959 readOnly: true serializedName: sourceUniqueId - language: &ref_5545 + language: &ref_3643 default: name: sourceUniqueId description: unique incarnation id of the source disk - go: - name: SourceUniqueID - description: READ-ONLY; unique incarnation id of the source disk protocol: {} - schema: *ref_477 readOnly: true @@ -38693,9 +26887,6 @@ schemas: default: name: encryption description: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. - go: - name: Encryption - description: READ-ONLY; Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. protocol: {} - schema: *ref_463 serializedName: supportsHibernation @@ -38703,9 +26894,6 @@ schemas: default: name: supportsHibernation description: Indicates the OS on a disk supports hibernation. - go: - name: SupportsHibernation - description: Indicates the OS on a disk supports hibernation. protocol: {} serializationFormats: - json @@ -38716,23 +26904,14 @@ schemas: name: DiskRestorePointProperties description: Properties of an incremental disk restore point namespace: '' - go: - name: DiskRestorePointProperties - description: DiskRestorePointProperties - Properties of an incremental disk restore point - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5539 + language: &ref_3637 default: name: properties description: Properties of an incremental disk restore point - go: - name: Properties - description: Properties of an incremental disk restore point protocol: {} serializationFormats: - json @@ -38743,55 +26922,38 @@ schemas: name: DiskRestorePoint description: Properties of disk restore point namespace: '' - go: - name: DiskRestorePoint - description: DiskRestorePoint - Properties of disk restore point - marshallingFormat: json - namespace: '' protocol: {} - - *ref_961 - - *ref_956 - - &ref_3067 + - *ref_960 + - *ref_955 + - &ref_1988 type: object apiVersions: - version: '2020-12-01' properties: - - schema: &ref_1287 + - schema: &ref_1286 type: array apiVersions: - version: '2020-12-01' - elementType: *ref_952 + elementType: *ref_951 language: default: name: DiskRestorePointListValue description: A list of disk restore points. - go: - name: '[]*DiskRestorePoint' - description: A list of disk restore points. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5557 + language: &ref_3655 default: name: value description: A list of disk restore points. - go: - name: Value - description: REQUIRED; A list of disk restore points. - byValue: true protocol: {} - - schema: *ref_962 + - schema: *ref_961 required: false serializedName: nextLink language: default: name: nextLink description: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. - go: - name: NextLink - description: The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. protocol: {} serializationFormats: - json @@ -38802,52 +26964,43 @@ schemas: name: DiskRestorePointList description: The List Disk Restore Points operation response. namespace: '' - go: - name: DiskRestorePointList - description: DiskRestorePointList - The List Disk Restore Points operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_582 + - *ref_962 - *ref_963 - *ref_964 - *ref_965 - - *ref_966 - - &ref_967 + - &ref_966 type: object apiVersions: - version: '2020-09-30' parents: all: - - &ref_968 + - &ref_967 type: object apiVersions: - version: '2020-09-30' children: all: - - *ref_967 - - &ref_973 + - *ref_966 + - &ref_972 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_968 + - *ref_967 immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_969 + - schema: *ref_968 serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5636 + language: &ref_3734 default: name: properties description: Describes the properties of a gallery image definition. - go: - name: Properties - description: Describes the properties of a gallery image definition. protocol: {} serializationFormats: - json @@ -38858,34 +27011,25 @@ schemas: name: GalleryImageUpdate description: Specifies information about the gallery image definition that you want to update. namespace: '' - go: - name: GalleryImageUpdate - description: GalleryImageUpdate - Specifies information about the gallery image definition that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_974 + - &ref_973 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_968 + - *ref_967 immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_970 + - schema: *ref_969 serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5707 + language: &ref_3805 default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -38896,34 +27040,25 @@ schemas: name: GalleryImageVersionUpdate description: Specifies information about the gallery image version that you want to update. namespace: '' - go: - name: GalleryImageVersionUpdate - description: GalleryImageVersionUpdate - Specifies information about the gallery image version that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_975 + - &ref_974 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_968 + - *ref_967 immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_971 + - schema: *ref_970 serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5765 + language: &ref_3863 default: name: properties description: Describes the properties of a gallery Application Definition. - go: - name: Properties - description: Describes the properties of a gallery Application Definition. protocol: {} serializationFormats: - json @@ -38934,34 +27069,25 @@ schemas: name: GalleryApplicationUpdate description: Specifies information about the gallery Application Definition that you want to update. namespace: '' - go: - name: GalleryApplicationUpdate - description: GalleryApplicationUpdate - Specifies information about the gallery Application Definition that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_976 + - &ref_975 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_968 + - *ref_967 immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_972 + - schema: *ref_971 serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5819 + language: &ref_3917 default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -38972,66 +27098,44 @@ schemas: name: GalleryApplicationVersionUpdate description: Specifies information about the gallery Application Version that you want to update. namespace: '' - go: - name: GalleryApplicationVersionUpdate - description: GalleryApplicationVersionUpdate - Specifies information about the gallery Application Version that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} immediate: - - *ref_967 + - *ref_966 + - *ref_972 - *ref_973 - *ref_974 - *ref_975 - - *ref_976 properties: - - schema: *ref_977 + - schema: *ref_976 readOnly: true serializedName: id language: default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - - schema: *ref_978 + - schema: *ref_977 readOnly: true serializedName: name language: default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - - schema: *ref_979 + - schema: *ref_978 readOnly: true serializedName: type language: default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - - schema: *ref_980 + - schema: *ref_979 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -39044,27 +27148,18 @@ schemas: name: UpdateResourceDefinition description: The Update Resource model definition. namespace: '' - go: - name: UpdateResourceDefinition - description: UpdateResourceDefinition - The Update Resource model definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_968 + - *ref_967 properties: - - schema: *ref_963 + - schema: *ref_962 serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5581 + language: &ref_3679 default: name: properties description: Describes the properties of a Shared Image Gallery. - go: - name: Properties - description: Describes the properties of a Shared Image Gallery. protocol: {} serializationFormats: - json @@ -39075,55 +27170,49 @@ schemas: name: GalleryUpdate description: Specifies information about the Shared Image Gallery that you want to update. namespace: '' - go: - name: GalleryUpdate - description: GalleryUpdate - Specifies information about the Shared Image Gallery that you want to update. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_968 + - *ref_967 - *ref_583 - - *ref_969 + - *ref_968 + - *ref_980 - *ref_981 - - *ref_982 - *ref_515 + - *ref_982 - *ref_983 - *ref_984 - - *ref_985 - - *ref_973 + - *ref_972 - *ref_584 - - *ref_970 + - *ref_969 - *ref_523 - *ref_524 + - *ref_985 - *ref_986 - - *ref_987 - *ref_535 - *ref_536 - *ref_538 - - *ref_988 + - *ref_987 - *ref_553 - *ref_547 - *ref_548 - *ref_550 - *ref_565 - - *ref_989 - - *ref_974 + - *ref_988 + - *ref_973 - *ref_585 - - *ref_971 - - *ref_975 + - *ref_970 + - *ref_974 - *ref_586 - - *ref_972 + - *ref_971 - *ref_531 + - *ref_989 - *ref_990 - - *ref_991 - - *ref_976 - - &ref_3114 + - *ref_975 + - &ref_2005 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1296 + - schema: &ref_1295 type: array apiVersions: - version: '2020-09-30' @@ -39132,33 +27221,21 @@ schemas: default: name: GalleryListValue description: A list of galleries. - go: - name: '[]*Gallery' - description: A list of galleries. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5603 + language: &ref_3701 default: name: value description: A list of galleries. - go: - name: Value - description: REQUIRED; A list of galleries. - byValue: true protocol: {} - - schema: *ref_992 + - schema: *ref_991 required: false serializedName: nextLink - language: &ref_5604 + language: &ref_3702 default: name: nextLink description: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. - go: - name: NextLink - description: The uri to fetch the next page of galleries. Call ListNext() with this to fetch the next page of galleries. protocol: {} serializationFormats: - json @@ -39169,19 +27246,13 @@ schemas: name: GalleryList description: The List Galleries operation response. namespace: '' - go: - name: GalleryList - description: GalleryList - The List Galleries operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3167 + - &ref_2024 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1297 + - schema: &ref_1296 type: array apiVersions: - version: '2020-09-30' @@ -39190,33 +27261,21 @@ schemas: default: name: GalleryImageListValue description: A list of Shared Image Gallery images. - go: - name: '[]*GalleryImage' - description: A list of Shared Image Gallery images. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5657 + language: &ref_3755 default: name: value description: A list of Shared Image Gallery images. - go: - name: Value - description: REQUIRED; A list of Shared Image Gallery images. - byValue: true protocol: {} - - schema: *ref_993 + - schema: *ref_992 required: false serializedName: nextLink - language: &ref_5658 + language: &ref_3756 default: name: nextLink description: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions. - go: - name: NextLink - description: The uri to fetch the next page of Image Definitions in the Shared Image Gallery. Call ListNext() with this to fetch the next page of gallery image definitions. protocol: {} serializationFormats: - json @@ -39227,19 +27286,13 @@ schemas: name: GalleryImageList description: The List Gallery Images operation response. namespace: '' - go: - name: GalleryImageList - description: GalleryImageList - The List Gallery Images operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3223 + - &ref_2050 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1298 + - schema: &ref_1297 type: array apiVersions: - version: '2020-09-30' @@ -39248,33 +27301,21 @@ schemas: default: name: GalleryImageVersionListValue description: A list of gallery image versions. - go: - name: '[]*GalleryImageVersion' - description: A list of gallery image versions. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5739 + language: &ref_3837 default: name: value description: A list of gallery image versions. - go: - name: Value - description: REQUIRED; A list of gallery image versions. - byValue: true protocol: {} - - schema: *ref_994 + - schema: *ref_993 required: false serializedName: nextLink - language: &ref_5740 + language: &ref_3838 default: name: nextLink description: The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. - go: - name: NextLink - description: The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. protocol: {} serializationFormats: - json @@ -39285,19 +27326,13 @@ schemas: name: GalleryImageVersionList description: The List Gallery Image version operation response. namespace: '' - go: - name: GalleryImageVersionList - description: GalleryImageVersionList - The List Gallery Image version operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3271 + - &ref_2069 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1299 + - schema: &ref_1298 type: array apiVersions: - version: '2020-09-30' @@ -39306,33 +27341,21 @@ schemas: default: name: GalleryApplicationListValue description: A list of Gallery Applications. - go: - name: '[]*GalleryApplication' - description: A list of Gallery Applications. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5786 + language: &ref_3884 default: name: value description: A list of Gallery Applications. - go: - name: Value - description: REQUIRED; A list of Gallery Applications. - byValue: true protocol: {} - - schema: *ref_995 + - schema: *ref_994 required: false serializedName: nextLink - language: &ref_5787 + language: &ref_3885 default: name: nextLink description: The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions. - go: - name: NextLink - description: The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions. protocol: {} serializationFormats: - json @@ -39343,19 +27366,13 @@ schemas: name: GalleryApplicationList description: The List Gallery Applications operation response. namespace: '' - go: - name: GalleryApplicationList - description: GalleryApplicationList - The List Gallery Applications operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3326 + - &ref_2094 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1300 + - schema: &ref_1299 type: array apiVersions: - version: '2020-09-30' @@ -39364,33 +27381,21 @@ schemas: default: name: GalleryApplicationVersionListValue description: A list of gallery Application Versions. - go: - name: '[]*GalleryApplicationVersion' - description: A list of gallery Application Versions. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5845 + language: &ref_3943 default: name: value description: A list of gallery Application Versions. - go: - name: Value - description: REQUIRED; A list of gallery Application Versions. - byValue: true protocol: {} - - schema: *ref_996 + - schema: *ref_995 required: false serializedName: nextLink - language: &ref_5846 + language: &ref_3944 default: name: nextLink description: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions. - go: - name: NextLink - description: The uri to fetch the next page of gallery Application Versions. Call ListNext() with this to fetch the next page of gallery Application Versions. protocol: {} serializationFormats: - json @@ -39401,63 +27406,36 @@ schemas: name: GalleryApplicationVersionList description: The List Gallery Application version operation response. namespace: '' - go: - name: GalleryApplicationVersionList - description: GalleryApplicationVersionList - The List Gallery Application version operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3332 + - &ref_2095 type: object apiVersions: - version: '2020-09-30' properties: - - schema: *ref_997 + - schema: *ref_996 required: true serializedName: operationType - language: &ref_5853 + language: &ref_3951 default: name: operationType description: 'This property allows you to specify the operation type of gallery sharing update.

    Possible values are:

    **Add**

    **Remove**

    **Reset**' - go: - name: OperationType - description: |- - REQUIRED; This property allows you to specify the operation type of gallery sharing update. - - Possible values are: - - Add - - Remove - - Reset protocol: {} - - schema: &ref_1301 + - schema: &ref_1300 type: array apiVersions: - version: '2020-09-30' - elementType: *ref_966 + elementType: *ref_965 language: default: name: SharingUpdateGroups description: A list of sharing profile groups. - go: - name: '[]*SharingProfileGroup' - description: A list of sharing profile groups. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: groups - language: &ref_5854 + language: &ref_3952 default: name: groups description: A list of sharing profile groups. - go: - name: Groups - description: A list of sharing profile groups. - byValue: true protocol: {} serializationFormats: - json @@ -39471,86 +27449,74 @@ schemas: name: SharingUpdate description: Specifies information about the gallery sharing profile update. namespace: '' - go: - name: SharingUpdate - description: SharingUpdate - Specifies information about the gallery sharing profile update. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3349 + - &ref_2103 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1302 + - schema: &ref_1301 type: array apiVersions: - version: '2020-09-30' - elementType: &ref_998 + elementType: &ref_997 type: object apiVersions: - version: '2020-09-30' parents: all: - - &ref_999 + - &ref_998 type: object apiVersions: - version: '2020-09-30' children: all: - - *ref_998 - - &ref_1000 + - *ref_997 + - &ref_999 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_999 - - &ref_1001 + - *ref_998 + - &ref_1000 type: object apiVersions: - version: '2020-09-30' children: all: - - *ref_999 - *ref_998 - - *ref_1000 - - &ref_1007 + - *ref_997 + - *ref_999 + - &ref_1006 type: object apiVersions: - version: '2020-09-30' parents: all: - - *ref_999 - - *ref_1001 + - *ref_998 + - *ref_1000 immediate: - - *ref_999 + - *ref_998 properties: - - schema: &ref_1014 + - schema: &ref_1013 type: object apiVersions: - version: '2020-09-30' properties: - - schema: *ref_1002 + - schema: *ref_1001 serializedName: publishedDate - language: &ref_5908 + language: &ref_4006 default: name: publishedDate description: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: PublishedDate - description: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - - schema: *ref_1003 + - schema: *ref_1002 serializedName: endOfLifeDate - language: &ref_5909 + language: &ref_4007 default: name: endOfLifeDate description: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} serializationFormats: - json @@ -39561,23 +27527,14 @@ schemas: name: SharedGalleryImageVersionProperties description: Describes the properties of a gallery image version. namespace: '' - go: - name: SharedGalleryImageVersionProperties - description: SharedGalleryImageVersionProperties - Describes the properties of a gallery image version. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5907 + language: &ref_4005 default: name: properties description: Describes the properties of a gallery image version. - go: - name: Properties - description: Describes the properties of a gallery image version. protocol: {} serializationFormats: - json @@ -39588,56 +27545,40 @@ schemas: name: SharedGalleryImageVersion description: Specifies information about the gallery image version that you want to create or update. namespace: '' - go: - name: SharedGalleryImageVersion - description: SharedGalleryImageVersion - Specifies information about the gallery image version that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_999 + - *ref_998 properties: - - schema: *ref_1004 + - schema: *ref_1003 readOnly: true serializedName: name - language: &ref_5868 + language: &ref_3966 default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - - schema: *ref_1005 + - schema: *ref_1004 readOnly: true serializedName: location - language: &ref_5869 + language: &ref_3967 default: name: location description: Resource location - go: - name: Location - description: READ-ONLY; Resource location protocol: {} serializationFormats: - json usage: - output - language: &ref_5867 + language: &ref_3965 default: name: PirResource description: The Resource model definition. namespace: '' - go: - name: PirResource - description: PirResource - The Resource model definition. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_999 + - *ref_998 properties: - - schema: &ref_1012 + - schema: &ref_1011 type: object apiVersions: - version: '2020-09-30' @@ -39645,101 +27586,68 @@ schemas: - schema: *ref_26 required: true serializedName: osType - language: &ref_5886 + language: &ref_3984 default: name: osType description: 'This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image.

    Possible values are:

    **Windows**

    **Linux**' - go: - name: OSType - description: |- - REQUIRED; This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image. - - Possible values are: - - Windows - - Linux protocol: {} - schema: *ref_342 required: true serializedName: osState - language: &ref_5887 + language: &ref_3985 default: name: osState description: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. - go: - name: OSState - description: REQUIRED; This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. protocol: {} - - schema: *ref_1006 + - schema: *ref_1005 required: false serializedName: endOfLifeDate language: default: name: endOfLifeDate description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. - go: - name: EndOfLifeDate - description: The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. protocol: {} - - schema: *ref_981 + - schema: *ref_980 required: true serializedName: identifier - language: &ref_5888 + language: &ref_3986 default: name: identifier description: This is the gallery image definition identifier. - go: - name: Identifier - description: REQUIRED; This is the gallery image definition identifier. protocol: {} - - schema: *ref_982 + - schema: *ref_981 required: false serializedName: recommended language: default: name: recommended description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. - go: - name: Recommended - description: The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. protocol: {} - - schema: *ref_983 + - schema: *ref_982 required: false serializedName: disallowed language: default: name: disallowed description: Describes the disallowed disk types. - go: - name: Disallowed - description: Describes the disallowed disk types. protocol: {} - schema: *ref_427 required: false serializedName: hyperVGeneration - language: &ref_5889 + language: &ref_3987 default: name: hyperVGeneration description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. - go: - name: HyperVGeneration - description: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. protocol: {} - - schema: &ref_1303 + - schema: &ref_1302 type: array apiVersions: - version: '2020-09-30' - elementType: *ref_985 + elementType: *ref_984 language: default: name: SharedGalleryImagePropertiesFeatures description: A list of gallery image features. - go: - name: '[]*GalleryImageFeature' - description: A list of gallery image features. - elementIsPtr: true - marshallingFormat: json protocol: {} required: false serializedName: features @@ -39747,21 +27655,14 @@ schemas: default: name: features description: A list of gallery image features. - go: - name: Features - description: A list of gallery image features. - byValue: true protocol: {} - - schema: *ref_984 + - schema: *ref_983 required: false serializedName: purchasePlan language: default: name: purchasePlan description: Describes the gallery image definition purchase plan. This is used by marketplace images. - go: - name: PurchasePlan - description: Describes the gallery image definition purchase plan. This is used by marketplace images. protocol: {} serializationFormats: - json @@ -39772,24 +27673,14 @@ schemas: name: SharedGalleryImageProperties description: Describes the properties of a gallery image definition. namespace: '' - go: - name: SharedGalleryImageProperties - description: SharedGalleryImageProperties - Describes the properties of a gallery image definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_5885 + language: &ref_3983 default: name: properties description: Describes the properties of a gallery image definition. - go: - name: Properties - description: Describes the properties of a gallery image definition. protocol: {} serializationFormats: - json @@ -39800,37 +27691,29 @@ schemas: name: SharedGalleryImage description: Specifies information about the gallery image definition that you want to create or update. namespace: '' - go: - name: SharedGalleryImage - description: SharedGalleryImage - Specifies information about the gallery image definition that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1007 + - *ref_1006 immediate: - - *ref_998 - - *ref_1000 - - *ref_1007 + - *ref_997 + - *ref_999 + - *ref_1006 parents: all: - - *ref_1001 + - *ref_1000 immediate: - - *ref_1001 + - *ref_1000 properties: - - schema: &ref_1010 + - schema: &ref_1009 type: object apiVersions: - version: '2020-09-30' properties: - - schema: *ref_1008 + - schema: *ref_1007 serializedName: uniqueId - language: &ref_5866 + language: &ref_3964 default: name: uniqueId description: The unique id of this shared gallery. - go: - name: UniqueID - description: The unique id of this shared gallery. protocol: {} serializationFormats: - json @@ -39841,41 +27724,28 @@ schemas: name: SharedGalleryIdentifier description: The identifier information of shared gallery. namespace: '' - go: - name: SharedGalleryIdentifier - description: SharedGalleryIdentifier - The identifier information of shared gallery. - marshallingFormat: json - namespace: '' protocol: {} serializedName: identifier extensions: x-ms-client-flatten: true - language: &ref_5865 + language: &ref_3963 default: name: identifier description: The identifier information of shared gallery. - go: - name: Identifier - description: The identifier information of shared gallery. protocol: {} serializationFormats: - json usage: - output - language: &ref_5864 + language: &ref_3962 default: name: PirSharedGalleryResource description: Base information about the shared gallery resource in pir. namespace: '' - go: - name: PirSharedGalleryResource - description: PirSharedGalleryResource - Base information about the shared gallery resource in pir. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1001 + - *ref_1000 immediate: - - *ref_999 + - *ref_998 serializationFormats: - json usage: @@ -39885,43 +27755,26 @@ schemas: name: SharedGallery description: Specifies information about the Shared Gallery that you want to create or update. namespace: '' - go: - name: SharedGallery - description: SharedGallery - Specifies information about the Shared Gallery that you want to create or update. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SharedGalleryListValue description: A list of shared galleries. - go: - name: '[]*SharedGallery' - description: A list of shared galleries. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5863 + language: &ref_3961 default: name: value description: A list of shared galleries. - go: - name: Value - description: REQUIRED; A list of shared galleries. - byValue: true protocol: {} - - schema: *ref_1009 + - schema: *ref_1008 required: false serializedName: nextLink - language: &ref_5870 + language: &ref_3968 default: name: nextLink description: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries. - go: - name: NextLink - description: The uri to fetch the next page of shared galleries. Call ListNext() with this to fetch the next page of shared galleries. protocol: {} serializationFormats: - json @@ -39932,58 +27785,40 @@ schemas: name: SharedGalleryList description: The List Shared Galleries operation response. namespace: '' - go: - name: SharedGalleryList - description: SharedGalleryList - The List Shared Galleries operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_997 - *ref_998 - - *ref_999 - - *ref_1010 - - *ref_1001 - - &ref_3366 + - *ref_1009 + - *ref_1000 + - &ref_2109 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1304 + - schema: &ref_1303 type: array apiVersions: - version: '2020-09-30' - elementType: *ref_1000 + elementType: *ref_999 language: default: name: SharedGalleryImageListValue description: A list of shared gallery images. - go: - name: '[]*SharedGalleryImage' - description: A list of shared gallery images. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5884 + language: &ref_3982 default: name: value description: A list of shared gallery images. - go: - name: Value - description: REQUIRED; A list of shared gallery images. - byValue: true protocol: {} - - schema: *ref_1011 + - schema: *ref_1010 required: false serializedName: nextLink - language: &ref_5890 + language: &ref_3988 default: name: nextLink description: The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images. - go: - name: NextLink - description: The uri to fetch the next page of shared gallery images. Call ListNext() with this to fetch the next page of shared gallery images. protocol: {} serializationFormats: - json @@ -39994,56 +27829,38 @@ schemas: name: SharedGalleryImageList description: The List Shared Gallery Images operation response. namespace: '' - go: - name: SharedGalleryImageList - description: SharedGalleryImageList - The List Shared Gallery Images operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1000 - - *ref_1012 - - &ref_3385 + - *ref_999 + - *ref_1011 + - &ref_2117 type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1305 + - schema: &ref_1304 type: array apiVersions: - version: '2020-09-30' - elementType: *ref_1007 + elementType: *ref_1006 language: default: name: SharedGalleryImageVersionListValue description: A list of shared gallery images versions. - go: - name: '[]*SharedGalleryImageVersion' - description: A list of shared gallery images versions. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5906 + language: &ref_4004 default: name: value description: A list of shared gallery images versions. - go: - name: Value - description: REQUIRED; A list of shared gallery images versions. - byValue: true protocol: {} - - schema: *ref_1013 + - schema: *ref_1012 required: false serializedName: nextLink - language: &ref_5910 + language: &ref_4008 default: name: nextLink description: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions. - go: - name: NextLink - description: The uri to fetch the next page of shared gallery image versions. Call ListNext() with this to fetch the next page of shared gallery image versions. protocol: {} serializationFormats: - json @@ -40054,105 +27871,74 @@ schemas: name: SharedGalleryImageVersionList description: The List Shared Gallery Image versions operation response. namespace: '' - go: - name: SharedGalleryImageVersionList - description: SharedGalleryImageVersionList - The List Shared Gallery Image versions operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1007 - - *ref_1014 - - &ref_1034 + - *ref_1006 + - *ref_1013 + - &ref_1033 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1015 + - schema: *ref_1014 readOnly: true serializedName: id - language: &ref_5934 + language: &ref_4032 default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - - schema: *ref_1016 + - schema: *ref_1015 readOnly: true serializedName: name - language: &ref_5935 + language: &ref_4033 default: name: name description: Resource Name. - go: - name: Name - description: READ-ONLY; Resource Name. protocol: {} - - schema: *ref_1017 + - schema: *ref_1016 readOnly: true serializedName: type - language: &ref_5936 + language: &ref_4034 default: name: type description: Resource Type. - go: - name: Type - description: READ-ONLY; Resource Type. protocol: {} - - schema: *ref_1018 + - schema: *ref_1017 readOnly: true serializedName: location - language: &ref_5937 + language: &ref_4035 default: name: location description: Resource Location. - go: - name: Location - description: READ-ONLY; Resource Location. protocol: {} - - schema: *ref_1019 + - schema: *ref_1018 readOnly: true serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags. - go: - name: Tags - description: READ-ONLY; Resource tags. - byValue: true protocol: {} - - schema: &ref_1029 + - schema: &ref_1028 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1020 + - schema: *ref_1019 readOnly: true serializedName: name - language: &ref_5939 + language: &ref_4037 default: name: name description: The sku name. - go: - name: Name - description: READ-ONLY; The sku name. protocol: {} - - schema: *ref_1021 + - schema: *ref_1020 readOnly: true serializedName: tier - language: &ref_5940 + language: &ref_4038 default: name: tier description: The tier of the cloud service role instance. - go: - name: Tier - description: READ-ONLY; The tier of the cloud service role instance. protocol: {} serializationFormats: - json @@ -40163,32 +27949,24 @@ schemas: name: InstanceSku description: '' namespace: '' - go: - name: InstanceSKU - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku - language: &ref_5938 + language: &ref_4036 default: name: sku description: '' - go: - name: SKU - description: '' protocol: {} - - schema: &ref_1030 + - schema: &ref_1029 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1031 + - schema: &ref_1030 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1306 + - schema: &ref_1305 type: array apiVersions: - version: '2021-03-01' @@ -40197,22 +27975,13 @@ schemas: default: name: RoleInstanceNetworkProfileNetworkInterfaces description: Specifies the list of resource Ids for the network interfaces associated with the role instance. - go: - name: '[]*SubResource' - description: Specifies the list of resource Ids for the network interfaces associated with the role instance. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: networkInterfaces - language: &ref_5943 + language: &ref_4041 default: name: networkInterfaces description: Specifies the list of resource Ids for the network interfaces associated with the role instance. - go: - name: NetworkInterfaces - description: READ-ONLY; Specifies the list of resource Ids for the network interfaces associated with the role instance. - byValue: true protocol: {} serializationFormats: - json @@ -40223,127 +27992,91 @@ schemas: name: RoleInstanceNetworkProfile description: Describes the network profile for the role instance. namespace: '' - go: - name: RoleInstanceNetworkProfile - description: RoleInstanceNetworkProfile - Describes the network profile for the role instance. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile - language: &ref_5942 + language: &ref_4040 default: name: networkProfile description: Describes the network profile for the role instance. - go: - name: NetworkProfile - description: Describes the network profile for the role instance. protocol: {} - - schema: &ref_1032 + - schema: &ref_1031 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1022 + - schema: *ref_1021 readOnly: true serializedName: platformUpdateDomain - language: &ref_5951 + language: &ref_4049 default: name: platformUpdateDomain description: The Update Domain. - go: - name: PlatformUpdateDomain - description: READ-ONLY; The Update Domain. protocol: {} - - schema: *ref_1023 + - schema: *ref_1022 readOnly: true serializedName: platformFaultDomain - language: &ref_5952 + language: &ref_4050 default: name: platformFaultDomain description: The Fault Domain. - go: - name: PlatformFaultDomain - description: READ-ONLY; The Fault Domain. protocol: {} - - schema: *ref_1024 + - schema: *ref_1023 readOnly: true serializedName: privateId - language: &ref_5953 + language: &ref_4051 default: name: privateId description: >- Specifies a unique identifier generated internally for the cloud service associated with this role instance.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. - go: - name: PrivateID - description: |- - READ-ONLY; Specifies a unique identifier generated internally for the cloud service associated with this role instance. - - NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. protocol: {} - - schema: &ref_1307 + - schema: &ref_1306 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1033 + elementType: &ref_1032 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1025 + - schema: *ref_1024 readOnly: true serializedName: code - language: &ref_5955 + language: &ref_4053 default: name: code description: The status code. - go: - name: Code - description: READ-ONLY; The status code. protocol: {} - - schema: *ref_1026 + - schema: *ref_1025 readOnly: true serializedName: displayStatus - language: &ref_5956 + language: &ref_4054 default: name: displayStatus description: The short localizable label for the status. - go: - name: DisplayStatus - description: READ-ONLY; The short localizable label for the status. protocol: {} - - schema: *ref_1027 + - schema: *ref_1026 readOnly: true serializedName: message - language: &ref_5957 + language: &ref_4055 default: name: message description: The detailed status message, including for alerts and error messages. - go: - name: Message - description: READ-ONLY; The detailed status message, including for alerts and error messages. protocol: {} - - schema: *ref_1028 + - schema: *ref_1027 readOnly: true serializedName: time - language: &ref_6091 + language: &ref_4189 default: name: time description: The time of the status. - go: - name: Time - description: READ-ONLY; The time of the status. protocol: {} - schema: *ref_85 serializedName: level - language: &ref_5958 + language: &ref_4056 default: name: level description: The level code. - go: - name: Level - description: The level code. protocol: {} serializationFormats: - json @@ -40354,33 +28087,18 @@ schemas: name: ResourceInstanceViewStatus description: Instance view status. namespace: '' - go: - name: ResourceInstanceViewStatus - description: ResourceInstanceViewStatus - Instance view status. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} language: default: name: RoleInstanceViewStatuses description: Array of ResourceInstanceViewStatus - go: - name: '[]*ResourceInstanceViewStatus' - description: Array of ResourceInstanceViewStatus - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statuses - language: &ref_5954 + language: &ref_4052 default: name: statuses description: '' - go: - name: Statuses - description: READ-ONLY - byValue: true protocol: {} serializationFormats: - json @@ -40391,21 +28109,12 @@ schemas: name: RoleInstanceView description: The instance view of the role instance. namespace: '' - go: - name: RoleInstanceView - description: RoleInstanceView - The instance view of the role instance. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: instanceView language: default: name: instanceView description: The instance view of the role instance. - go: - name: InstanceView - description: The instance view of the role instance. protocol: {} serializationFormats: - json @@ -40416,20 +28125,12 @@ schemas: name: RoleInstanceProperties description: '' namespace: '' - go: - name: RoleInstanceProperties - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_5941 + language: &ref_4039 default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -40440,59 +28141,41 @@ schemas: name: RoleInstance description: '' namespace: '' - go: - name: RoleInstance - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1028 - *ref_1029 - *ref_1030 - *ref_1031 - *ref_1032 - - *ref_1033 - - &ref_3430 + - &ref_2135 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1308 + - schema: &ref_1307 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1034 + elementType: *ref_1033 language: default: name: RoleInstanceListResultValue description: Array of RoleInstance - go: - name: '[]*RoleInstance' - description: Array of RoleInstance - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_5965 + language: &ref_4063 default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1035 + - schema: *ref_1034 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -40503,101 +28186,69 @@ schemas: name: RoleInstanceListResult description: '' namespace: '' - go: - name: RoleInstanceListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1046 + - &ref_1045 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1036 + - schema: *ref_1035 readOnly: true serializedName: id - language: &ref_5992 + language: &ref_4090 default: name: id description: Resource id - go: - name: ID - description: READ-ONLY; Resource id protocol: {} - - schema: *ref_1037 + - schema: *ref_1036 readOnly: true serializedName: name - language: &ref_5993 + language: &ref_4091 default: name: name description: Resource name - go: - name: Name - description: READ-ONLY; Resource name protocol: {} - - schema: *ref_1038 + - schema: *ref_1037 readOnly: true serializedName: type - language: &ref_5994 + language: &ref_4092 default: name: type description: Resource type - go: - name: Type - description: READ-ONLY; Resource type protocol: {} - - schema: *ref_1039 + - schema: *ref_1038 readOnly: true serializedName: location - language: &ref_5995 + language: &ref_4093 default: name: location description: Resource location - go: - name: Location - description: READ-ONLY; Resource location protocol: {} - - schema: &ref_1044 + - schema: &ref_1043 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1040 + - schema: *ref_1039 serializedName: name - language: &ref_5997 + language: &ref_4095 default: name: name description: 'The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.' - go: - name: Name - description: 'The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.' protocol: {} - - schema: *ref_1041 + - schema: *ref_1040 serializedName: tier - language: &ref_5998 + language: &ref_4096 default: name: tier description: Specifies the tier of the cloud service. Possible Values are

    **Standard**

    **Basic** - go: - name: Tier - description: |- - Specifies the tier of the cloud service. Possible Values are - - Standard - - Basic protocol: {} - - schema: *ref_1042 + - schema: *ref_1041 serializedName: capacity - language: &ref_5999 + language: &ref_4097 default: name: capacity description: Specifies the number of role instances in the cloud service. - go: - name: Capacity - description: Specifies the number of role instances in the cloud service. protocol: {} serializationFormats: - json @@ -40609,36 +28260,25 @@ schemas: name: CloudServiceRoleSku description: Describes the cloud service role sku. namespace: '' - go: - name: CloudServiceRoleSKU - description: CloudServiceRoleSKU - Describes the cloud service role sku. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku - language: &ref_5996 + language: &ref_4094 default: name: sku description: Describes the cloud service role sku. - go: - name: SKU - description: Describes the cloud service role sku. protocol: {} - - schema: &ref_1045 + - schema: &ref_1044 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1043 + - schema: *ref_1042 readOnly: true serializedName: uniqueId - language: &ref_6001 + language: &ref_4099 default: name: uniqueId description: Specifies the ID which uniquely identifies a cloud service role. - go: - name: UniqueID - description: READ-ONLY; Specifies the ID which uniquely identifies a cloud service role. protocol: {} serializationFormats: - json @@ -40649,20 +28289,12 @@ schemas: name: CloudServiceRoleProperties description: '' namespace: '' - go: - name: CloudServiceRoleProperties - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_6000 + language: &ref_4098 default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -40673,55 +28305,38 @@ schemas: name: CloudServiceRole description: Describes a role of the cloud service. namespace: '' - go: - name: CloudServiceRole - description: CloudServiceRole - Describes a role of the cloud service. - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1043 - *ref_1044 - - *ref_1045 - - &ref_3479 + - &ref_2154 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1309 + - schema: &ref_1308 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1046 + elementType: *ref_1045 language: default: name: CloudServiceRoleListResultValue description: Array of CloudServiceRole - go: - name: '[]*CloudServiceRole' - description: Array of CloudServiceRole - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_6009 + language: &ref_4107 default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1047 + - schema: *ref_1046 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -40732,197 +28347,129 @@ schemas: name: CloudServiceRoleListResult description: '' namespace: '' - go: - name: CloudServiceRoleListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1100 + - &ref_1099 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1048 + - schema: *ref_1047 readOnly: true required: false serializedName: id - language: &ref_6034 + language: &ref_4132 default: name: id description: Resource Id. - go: - name: ID - description: READ-ONLY; Resource Id. protocol: {} - - schema: *ref_1049 + - schema: *ref_1048 readOnly: true required: false serializedName: name - language: &ref_6035 + language: &ref_4133 default: name: name description: Resource name. - go: - name: Name - description: READ-ONLY; Resource name. protocol: {} - - schema: *ref_1050 + - schema: *ref_1049 readOnly: true required: false serializedName: type - language: &ref_6036 + language: &ref_4134 default: name: type description: Resource type. - go: - name: Type - description: READ-ONLY; Resource type. protocol: {} - - schema: *ref_1051 + - schema: *ref_1050 required: true serializedName: location - language: &ref_6016 + language: &ref_4114 default: name: location description: Resource location. - go: - name: Location - description: REQUIRED; Resource location. protocol: {} - - schema: *ref_1052 + - schema: *ref_1051 required: false serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_6066 + language: &ref_4164 default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} - - schema: &ref_1078 + - schema: &ref_1077 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1053 + - schema: *ref_1052 serializedName: packageUrl - language: &ref_6018 + language: &ref_4116 default: name: packageUrl description: "Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." - go: - name: PackageURL - description: |- - Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account. This is a write-only - property and is not returned in GET calls. protocol: {} - - schema: *ref_1054 + - schema: *ref_1053 serializedName: configuration - language: &ref_6019 + language: &ref_4117 default: name: configuration description: Specifies the XML service configuration (.cscfg) for the cloud service. - go: - name: Configuration - description: Specifies the XML service configuration (.cscfg) for the cloud service. protocol: {} - - schema: *ref_1055 + - schema: *ref_1054 serializedName: configurationUrl language: default: name: configurationUrl description: "Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.\r\nThis is a write-only property and is not returned in GET calls." - go: - name: ConfigurationURL - description: |- - Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account. This is a - write-only property and is not returned in GET calls. protocol: {} - - schema: *ref_1056 + - schema: *ref_1055 serializedName: startCloudService language: default: name: startCloudService description: "(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.\r\nIf false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff." - go: - name: StartCloudService - description: |- - (Optional) Indicates whether to start the cloud service immediately after it is created. The default value is true. If false, the service model is still deployed, but the code is not run immediately. - Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff. protocol: {} - - schema: *ref_1057 + - schema: *ref_1056 serializedName: allowModelOverride language: default: name: allowModelOverride description: "(Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.\r\nThe default value is `false`." - go: - name: AllowModelOverride - description: |- - (Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef - respectively. The default value is false. protocol: {} - - schema: *ref_1058 + - schema: *ref_1057 serializedName: upgradeMode - language: &ref_6020 + language: &ref_4118 default: name: upgradeMode description: "Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains.\r\nPossible Values are

    **Auto**

    **Manual**

    **Simultaneous**

    \r\nIf not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in sequence." - go: - name: UpgradeMode - description: |- - Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in - all update domains. Possible Values are - - Auto - - Manual - - Simultaneous - - If not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in - sequence. protocol: {} - - schema: &ref_1079 + - schema: &ref_1078 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1310 + - schema: &ref_1309 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1080 + elementType: &ref_1079 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1059 + - schema: *ref_1058 serializedName: name - language: &ref_6023 + language: &ref_4121 default: name: name description: Resource name. - go: - name: Name - description: Resource name. protocol: {} - - schema: *ref_1044 + - schema: *ref_1043 serializedName: sku - language: &ref_6024 + language: &ref_4122 default: name: sku description: Describes the cloud service role sku. - go: - name: SKU - description: Describes the cloud service role sku. protocol: {} serializationFormats: - json @@ -40934,31 +28481,17 @@ schemas: name: CloudServiceRoleProfileProperties description: Describes the role properties. namespace: '' - go: - name: CloudServiceRoleProfileProperties - description: CloudServiceRoleProfileProperties - Describes the role properties. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceRoleProfileRoles description: List of roles for the cloud service. - go: - name: '[]*CloudServiceRoleProfileProperties' - description: List of roles for the cloud service. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: roles - language: &ref_6022 + language: &ref_4120 default: name: roles description: List of roles for the cloud service. - go: - name: Roles - description: List of roles for the cloud service. - byValue: true protocol: {} serializationFormats: - json @@ -40970,32 +28503,23 @@ schemas: name: CloudServiceRoleProfile description: Describes the role profile for the cloud service. namespace: '' - go: - name: CloudServiceRoleProfile - description: CloudServiceRoleProfile - Describes the role profile for the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: roleProfile - language: &ref_6021 + language: &ref_4119 default: name: roleProfile description: Describes the role profile for the cloud service. - go: - name: RoleProfile - description: Describes the role profile for the cloud service. protocol: {} - - schema: &ref_1081 + - schema: &ref_1080 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1312 + - schema: &ref_1311 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1082 + elementType: &ref_1081 type: object apiVersions: - version: '2021-03-01' @@ -41004,32 +28528,26 @@ schemas: serializedName: sourceVault extensions: x-ms-azure-resource: true - language: &ref_6044 + language: &ref_4142 default: name: sourceVault description: The relative URL of the Key Vault containing all of the certificates in VaultCertificates. - go: - name: SourceVault - description: The relative URL of the Key Vault containing all of the certificates in VaultCertificates. protocol: {} - - schema: &ref_1311 + - schema: &ref_1310 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1083 + elementType: &ref_1082 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1060 + - schema: *ref_1059 serializedName: certificateUrl - language: &ref_6046 + language: &ref_4144 default: name: certificateUrl description: This is the URL of a certificate that has been uploaded to Key Vault as a secret. - go: - name: CertificateURL - description: This is the URL of a certificate that has been uploaded to Key Vault as a secret. protocol: {} serializationFormats: - json @@ -41041,31 +28559,17 @@ schemas: name: CloudServiceVaultCertificate description: Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance. namespace: '' - go: - name: CloudServiceVaultCertificate - description: CloudServiceVaultCertificate - Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceVaultSecretGroupVaultCertificates description: The list of key vault references in SourceVault which contain certificates. - go: - name: '[]*CloudServiceVaultCertificate' - description: The list of key vault references in SourceVault which contain certificates. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: vaultCertificates - language: &ref_6045 + language: &ref_4143 default: name: vaultCertificates description: The list of key vault references in SourceVault which contain certificates. - go: - name: VaultCertificates - description: The list of key vault references in SourceVault which contain certificates. - byValue: true protocol: {} serializationFormats: - json @@ -41077,32 +28581,17 @@ schemas: name: CloudServiceVaultSecretGroup description: Describes a set of certificates which are all in the same Key Vault. namespace: '' - go: - name: CloudServiceVaultSecretGroup - description: CloudServiceVaultSecretGroup - Describes a set of certificates which are all in the same Key Vault. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceOsProfileSecrets description: Specifies set of certificates that should be installed onto the role instances. - go: - name: '[]*CloudServiceVaultSecretGroup' - description: Specifies set of certificates that should be installed onto the role instances. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: secrets - language: &ref_6038 + language: &ref_4136 default: name: secrets description: Specifies set of certificates that should be installed onto the role instances. - go: - name: Secrets - description: Specifies set of certificates that should be installed onto the role instances. - byValue: true protocol: {} serializationFormats: - json @@ -41114,84 +28603,66 @@ schemas: name: CloudServiceOsProfile description: Describes the OS profile for the cloud service. namespace: '' - go: - name: CloudServiceOsProfile - description: CloudServiceOsProfile - Describes the OS profile for the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: osProfile - language: &ref_6037 + language: &ref_4135 default: name: osProfile description: Describes the OS profile for the cloud service. - go: - name: OSProfile - description: Describes the OS profile for the cloud service. protocol: {} - - schema: &ref_1084 + - schema: &ref_1083 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1314 + - schema: &ref_1313 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1085 + elementType: &ref_1084 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1061 + - schema: *ref_1060 required: false serializedName: id language: default: name: id description: Resource Id - go: - name: ID - description: Resource Id protocol: {} - - schema: *ref_1062 + - schema: *ref_1061 required: true serializedName: name - language: &ref_6027 + language: &ref_4125 default: name: name description: The name of the Load balancer - go: - name: Name - description: REQUIRED; The name of the Load balancer protocol: {} - - schema: &ref_1086 + - schema: &ref_1085 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1313 + - schema: &ref_1312 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1087 + elementType: &ref_1086 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1063 + - schema: *ref_1062 required: true serializedName: name - language: &ref_6030 + language: &ref_4128 default: name: name description: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. - go: - name: Name - description: REQUIRED; The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource. protocol: {} - - schema: &ref_1088 + - schema: &ref_1087 type: object apiVersions: - version: '2021-03-01' @@ -41200,13 +28671,10 @@ schemas: serializedName: publicIPAddress extensions: x-ms-azure-resource: true - language: &ref_6032 + language: &ref_4130 default: name: publicIPAddress description: The reference to the public ip address resource. - go: - name: PublicIPAddress - description: The reference to the public ip address resource. protocol: {} - schema: *ref_22 serializedName: subnet @@ -41216,19 +28684,13 @@ schemas: default: name: subnet description: The reference to the virtual network subnet resource. - go: - name: Subnet - description: The reference to the virtual network subnet resource. protocol: {} - - schema: *ref_1064 + - schema: *ref_1063 serializedName: privateIPAddress language: default: name: privateIPAddress description: The virtual network private IP address of the IP configuration. - go: - name: PrivateIPAddress - description: The virtual network private IP address of the IP configuration. protocol: {} serializationFormats: - json @@ -41240,21 +28702,13 @@ schemas: name: LoadBalancerFrontendIPConfigurationProperties description: Describes a cloud service IP Configuration namespace: '' - go: - name: LoadBalancerFrontendIPConfigurationProperties - description: LoadBalancerFrontendIPConfigurationProperties - Describes a cloud service IP Configuration - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: properties - language: &ref_6031 + language: &ref_4129 default: name: properties description: Properties of load balancer frontend ip configuration. - go: - name: Properties - description: REQUIRED; Properties of load balancer frontend ip configuration. protocol: {} serializationFormats: - json @@ -41266,32 +28720,18 @@ schemas: name: LoadBalancerFrontendIPConfiguration description: '' namespace: '' - go: - name: LoadBalancerFrontendIPConfiguration - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: LoadBalancerConfigurationPropertiesFrontendIPConfigurations description: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. - go: - name: '[]*LoadBalancerFrontendIPConfiguration' - description: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: frontendIPConfigurations - language: &ref_6029 + language: &ref_4127 default: name: frontendIPConfigurations description: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. - go: - name: FrontendIPConfigurations - description: REQUIRED; Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration. - byValue: true protocol: {} serializationFormats: - json @@ -41303,22 +28743,13 @@ schemas: name: LoadBalancerConfigurationProperties description: '' namespace: '' - go: - name: LoadBalancerConfigurationProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: properties - language: &ref_6028 + language: &ref_4126 default: name: properties description: Properties of the load balancer configuration. - go: - name: Properties - description: REQUIRED; Properties of the load balancer configuration. protocol: {} serializationFormats: - json @@ -41330,31 +28761,17 @@ schemas: name: LoadBalancerConfiguration description: Describes the load balancer configuration. namespace: '' - go: - name: LoadBalancerConfiguration - description: LoadBalancerConfiguration - Describes the load balancer configuration. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceNetworkProfileLoadBalancerConfigurations description: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. - go: - name: '[]*LoadBalancerConfiguration' - description: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: loadBalancerConfigurations - language: &ref_6026 + language: &ref_4124 default: name: loadBalancerConfigurations description: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. - go: - name: LoadBalancerConfigurations - description: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer. - byValue: true protocol: {} - schema: *ref_22 serializedName: swappableCloudService @@ -41366,11 +28783,6 @@ schemas: description: >- The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown. - go: - name: SwappableCloudService - description: |- - The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service - referred by this id must be present otherwise an error will be thrown. protocol: {} serializationFormats: - json @@ -41382,118 +28794,85 @@ schemas: name: CloudServiceNetworkProfile description: Network Profile for the cloud service. namespace: '' - go: - name: CloudServiceNetworkProfile - description: CloudServiceNetworkProfile - Network Profile for the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkProfile - language: &ref_6025 + language: &ref_4123 default: name: networkProfile description: Network Profile for the cloud service. - go: - name: NetworkProfile - description: Network Profile for the cloud service. protocol: {} - - schema: &ref_1089 + - schema: &ref_1088 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1316 + - schema: &ref_1315 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1090 + elementType: &ref_1089 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1065 + - schema: *ref_1064 serializedName: name - language: &ref_6049 + language: &ref_4147 default: name: name description: The name of the extension. - go: - name: Name - description: The name of the extension. protocol: {} - - schema: &ref_1091 + - schema: &ref_1090 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1066 + - schema: *ref_1065 serializedName: publisher - language: &ref_6051 + language: &ref_4149 default: name: publisher description: The name of the extension handler publisher. - go: - name: Publisher - description: The name of the extension handler publisher. protocol: {} - - schema: *ref_1067 + - schema: *ref_1066 serializedName: type - language: &ref_6052 + language: &ref_4150 default: name: type description: Specifies the type of the extension. - go: - name: Type - description: Specifies the type of the extension. protocol: {} - - schema: *ref_1068 + - schema: *ref_1067 serializedName: typeHandlerVersion - language: &ref_6053 + language: &ref_4151 default: name: typeHandlerVersion description: >- Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance. - go: - name: TypeHandlerVersion - description: |- - Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. - If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number - and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance. protocol: {} - - schema: *ref_1069 + - schema: *ref_1068 serializedName: autoUpgradeMinorVersion - language: &ref_6054 + language: &ref_4152 default: name: autoUpgradeMinorVersion description: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available. - go: - name: AutoUpgradeMinorVersion - description: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available. protocol: {} - - schema: *ref_1070 + - schema: *ref_1069 serializedName: settings - language: &ref_6055 + language: &ref_4153 default: name: settings description: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension. - go: - name: Settings - description: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension. protocol: {} - - schema: *ref_1071 + - schema: *ref_1070 serializedName: protectedSettings - language: &ref_6056 + language: &ref_4154 default: name: protectedSettings description: Protected settings for the extension which are encrypted before sent to the role instance. - go: - name: ProtectedSettings - description: Protected settings for the extension which are encrypted before sent to the role instance. protocol: {} - - schema: &ref_1092 + - schema: &ref_1091 type: object apiVersions: - version: '2021-03-01' @@ -41506,19 +28885,13 @@ schemas: default: name: sourceVault description: '' - go: - name: SourceVault - description: '' protocol: {} - - schema: *ref_1072 + - schema: *ref_1071 serializedName: secretUrl language: default: name: secretUrl description: '' - go: - name: SecretURL - description: '' protocol: {} serializationFormats: - json @@ -41530,72 +28903,43 @@ schemas: name: CloudServiceVaultAndSecretReference description: '' namespace: '' - go: - name: CloudServiceVaultAndSecretReference - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: protectedSettingsFromKeyVault language: default: name: protectedSettingsFromKeyVault description: '' - go: - name: ProtectedSettingsFromKeyVault - description: '' protocol: {} - - schema: *ref_1073 + - schema: *ref_1072 serializedName: forceUpdateTag language: default: name: forceUpdateTag description: "Tag to force apply the provided public and protected settings.\r\nChanging the tag value allows for re-running the extension without changing any of the public or protected settings.\r\nIf forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.\r\nIf neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and\r\nit is up to handler implementation whether to re-run it or not" - go: - name: ForceUpdateTag - description: >- - Tag to force apply the provided public and protected settings. Changing the tag value allows for re-running the extension without changing any of the public or protected settings. If forceUpdateTag - is - - not changed, updates to public or protected settings would still be applied by the handler. If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role - - instance with the same sequence-number, and it is up to handler implementation whether to re-run it or not protocol: {} - - schema: *ref_1074 + - schema: *ref_1073 readOnly: true serializedName: provisioningState - language: &ref_6057 + language: &ref_4155 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: &ref_1315 + - schema: &ref_1314 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1075 + elementType: *ref_1074 language: default: name: CloudServiceExtensionPropertiesRolesAppliedTo description: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service. - go: - name: '[]*string' - description: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: rolesAppliedTo - language: &ref_6058 + language: &ref_4156 default: name: rolesAppliedTo description: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service. - go: - name: RolesAppliedTo - description: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service. - byValue: true protocol: {} serializationFormats: - json @@ -41607,21 +28951,12 @@ schemas: name: CloudServiceExtensionProperties description: Extension Properties. namespace: '' - go: - name: CloudServiceExtensionProperties - description: CloudServiceExtensionProperties - Extension Properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_6050 + language: &ref_4148 default: name: properties description: Extension Properties. - go: - name: Properties - description: Extension Properties. protocol: {} serializationFormats: - json @@ -41633,31 +28968,17 @@ schemas: name: Extension description: Describes a cloud service Extension. namespace: '' - go: - name: Extension - description: Extension - Describes a cloud service Extension. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: CloudServiceExtensionProfileExtensions description: List of extensions for the cloud service. - go: - name: '[]*Extension' - description: List of extensions for the cloud service. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: extensions - language: &ref_6048 + language: &ref_4146 default: name: extensions description: List of extensions for the cloud service. - go: - name: Extensions - description: List of extensions for the cloud service. - byValue: true protocol: {} serializationFormats: - json @@ -41669,43 +28990,28 @@ schemas: name: CloudServiceExtensionProfile description: Describes a cloud service extension profile. namespace: '' - go: - name: CloudServiceExtensionProfile - description: CloudServiceExtensionProfile - Describes a cloud service extension profile. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: extensionProfile - language: &ref_6047 + language: &ref_4145 default: name: extensionProfile description: Describes a cloud service extension profile. - go: - name: ExtensionProfile - description: Describes a cloud service extension profile. protocol: {} - - schema: *ref_1076 + - schema: *ref_1075 readOnly: true serializedName: provisioningState - language: &ref_6039 + language: &ref_4137 default: name: provisioningState description: The provisioning state, which only appears in the response. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state, which only appears in the response. protocol: {} - - schema: *ref_1077 + - schema: *ref_1076 readOnly: true serializedName: uniqueId - language: &ref_6040 + language: &ref_4138 default: name: uniqueId description: The unique identifier for the cloud service. - go: - name: UniqueID - description: READ-ONLY; The unique identifier for the cloud service. protocol: {} serializationFormats: - json @@ -41717,21 +29023,13 @@ schemas: name: CloudServiceProperties description: Cloud service properties namespace: '' - go: - name: CloudServiceProperties - description: CloudServiceProperties - Cloud service properties - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: properties - language: &ref_6017 + language: &ref_4115 default: name: properties description: Cloud service properties - go: - name: Properties - description: Cloud service properties protocol: {} serializationFormats: - json @@ -41745,13 +29043,8 @@ schemas: name: CloudService description: Describes the cloud service. namespace: '' - go: - name: CloudService - description: CloudService - Describes the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1077 - *ref_1078 - *ref_1079 - *ref_1080 @@ -41766,25 +29059,17 @@ schemas: - *ref_1089 - *ref_1090 - *ref_1091 - - *ref_1092 - - &ref_3496 + - &ref_2159 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1093 + - schema: *ref_1092 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_6064 + language: &ref_4162 default: name: tags description: Resource tags - go: - name: Tags - description: Resource tags - byValue: true protocol: {} serializationFormats: - json @@ -41795,54 +29080,41 @@ schemas: name: CloudServiceUpdate description: '' namespace: '' - go: - name: CloudServiceUpdate - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - &ref_3524 + - &ref_2170 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1098 + - schema: &ref_1097 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1317 + - schema: &ref_1316 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1099 + elementType: &ref_1098 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1094 + - schema: *ref_1093 readOnly: true serializedName: code - language: &ref_6086 + language: &ref_4184 default: name: code description: The instance view status code - go: - name: Code - description: READ-ONLY; The instance view status code protocol: {} - - schema: *ref_1095 + - schema: *ref_1094 readOnly: true serializedName: count - language: &ref_6087 + language: &ref_4185 default: name: count description: Number of instances having this status code - go: - name: Count - description: READ-ONLY; Number of instances having this status code protocol: {} serializationFormats: - json @@ -41853,32 +29125,18 @@ schemas: name: StatusCodeCount description: '' namespace: '' - go: - name: StatusCodeCount - description: '' - marshallingFormat: json - namespace: '' protocol: {} language: default: name: InstanceViewStatusesSummary description: Array of StatusCodeCount - go: - name: '[]*StatusCodeCount' - description: Array of StatusCodeCount - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statusesSummary - language: &ref_6085 + language: &ref_4183 default: name: statusesSummary description: '' - go: - name: StatusesSummary - description: READ-ONLY - byValue: true protocol: {} serializationFormats: - json @@ -41889,87 +29147,54 @@ schemas: name: InstanceViewStatusesSummary description: Instance view statuses. namespace: '' - go: - name: InstanceViewStatusesSummary - description: InstanceViewStatusesSummary - Instance view statuses. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: roleInstance - language: &ref_6084 + language: &ref_4182 default: name: roleInstance description: Instance view statuses. - go: - name: RoleInstance - description: Instance view statuses. protocol: {} - - schema: *ref_1096 + - schema: *ref_1095 readOnly: true serializedName: sdkVersion - language: &ref_6088 + language: &ref_4186 default: name: sdkVersion description: The version of the SDK that was used to generate the package for the cloud service. - go: - name: SdkVersion - description: READ-ONLY; The version of the SDK that was used to generate the package for the cloud service. protocol: {} - - schema: &ref_1318 + - schema: &ref_1317 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1097 + elementType: *ref_1096 language: default: name: CloudServiceInstanceViewPrivateIds description: 'Specifies a list of unique identifiers generated internally for the cloud service.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as ''DeploymentId'' for querying details.' - go: - name: '[]*string' - description: 'Specifies a list of unique identifiers generated internally for the cloud service.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as ''DeploymentId'' for querying details.' - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: privateIds - language: &ref_6089 + language: &ref_4187 default: name: privateIds description: 'Specifies a list of unique identifiers generated internally for the cloud service.

    NOTE: If you are using Azure Diagnostics extension, this property can be used as ''DeploymentId'' for querying details.' - go: - name: PrivateIDs - description: |- - READ-ONLY; Specifies a list of unique identifiers generated internally for the cloud service. - - NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details. - byValue: true protocol: {} - - schema: &ref_1319 + - schema: &ref_1318 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1033 + elementType: *ref_1032 language: default: name: CloudServiceInstanceViewStatuses description: Array of ResourceInstanceViewStatus - go: - name: '[]*ResourceInstanceViewStatus' - description: Array of ResourceInstanceViewStatus - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: statuses - language: &ref_6090 + language: &ref_4188 default: name: statuses description: '' - go: - name: Statuses - description: READ-ONLY - byValue: true protocol: {} serializationFormats: - json @@ -41980,56 +29205,38 @@ schemas: name: CloudServiceInstanceView description: InstanceView of CloudService as a whole namespace: '' - go: - name: CloudServiceInstanceView - description: CloudServiceInstanceView - InstanceView of CloudService as a whole - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1097 - *ref_1098 - - *ref_1099 - - &ref_3530 + - &ref_2171 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1320 + - schema: &ref_1319 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1100 + elementType: *ref_1099 language: default: name: CloudServiceListResultValue description: Array of CloudService - go: - name: '[]*CloudService' - description: Array of CloudService - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_6096 + language: &ref_4194 default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1101 + - schema: *ref_1100 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -42040,43 +29247,28 @@ schemas: name: CloudServiceListResult description: '' namespace: '' - go: - name: CloudServiceListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3556 + - &ref_2177 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1321 + - schema: &ref_1320 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1102 + elementType: *ref_1101 language: default: name: RoleInstances description: List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service. - go: - name: '[]*string' - description: List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: roleInstances - language: &ref_6118 + language: &ref_4216 default: name: roleInstances description: List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service. - go: - name: RoleInstances - description: REQUIRED; List of cloud service role instance names. Value of '*' will signify all role instances of the cloud service. - byValue: true protocol: {} serializationFormats: - json @@ -42087,39 +29279,27 @@ schemas: name: RoleInstances description: Specifies a list of role instances from the cloud service. namespace: '' - go: - name: RoleInstances - description: RoleInstances - Specifies a list of role instances from the cloud service. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1105 + - &ref_1104 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1103 + - schema: *ref_1102 readOnly: true serializedName: id - language: &ref_6151 + language: &ref_4249 default: name: id description: Resource Id - go: - name: ID - description: READ-ONLY; Resource Id protocol: {} - - schema: *ref_1104 + - schema: *ref_1103 readOnly: true serializedName: name - language: &ref_6152 + language: &ref_4250 default: name: name description: Resource Name - go: - name: Name - description: READ-ONLY; Resource Name protocol: {} serializationFormats: - json @@ -42131,53 +29311,36 @@ schemas: name: UpdateDomain description: Defines an update domain for the cloud service. namespace: '' - go: - name: UpdateDomain - description: UpdateDomain - Defines an update domain for the cloud service. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_3617 + - &ref_2204 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1322 + - schema: &ref_1321 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1105 + elementType: *ref_1104 language: default: name: UpdateDomainListResultValue description: Array of UpdateDomain - go: - name: '[]*UpdateDomain' - description: Array of UpdateDomain - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_6159 + language: &ref_4257 default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1106 + - schema: *ref_1105 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -42188,132 +29351,96 @@ schemas: name: UpdateDomainListResult description: '' namespace: '' - go: - name: UpdateDomainListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1118 + - &ref_1117 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1107 + - schema: *ref_1106 readOnly: true serializedName: id - language: &ref_6166 + language: &ref_4264 default: name: id description: Resource Id. - go: - name: ID - description: READ-ONLY; Resource Id. protocol: {} - - schema: *ref_1108 + - schema: *ref_1107 readOnly: true serializedName: name - language: &ref_6167 + language: &ref_4265 default: name: name description: Resource name. - go: - name: Name - description: READ-ONLY; Resource name. protocol: {} - - schema: *ref_1109 + - schema: *ref_1108 readOnly: true serializedName: type - language: &ref_6168 + language: &ref_4266 default: name: type description: Resource type. - go: - name: Type - description: READ-ONLY; Resource type. protocol: {} - - schema: *ref_1110 + - schema: *ref_1109 readOnly: true serializedName: location - language: &ref_6169 + language: &ref_4267 default: name: location description: Resource location. - go: - name: Location - description: READ-ONLY; Resource location. protocol: {} - - schema: &ref_1117 + - schema: &ref_1116 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1111 + - schema: *ref_1110 readOnly: true serializedName: family - language: &ref_6171 + language: &ref_4269 default: name: family description: The family of this OS version. - go: - name: Family - description: READ-ONLY; The family of this OS version. protocol: {} - - schema: *ref_1112 + - schema: *ref_1111 readOnly: true serializedName: familyLabel - language: &ref_6172 + language: &ref_4270 default: name: familyLabel description: The family label of this OS version. - go: - name: FamilyLabel - description: READ-ONLY; The family label of this OS version. protocol: {} - - schema: *ref_1113 + - schema: *ref_1112 readOnly: true serializedName: version - language: &ref_6173 + language: &ref_4271 default: name: version description: The OS version. - go: - name: Version - description: READ-ONLY; The OS version. protocol: {} - - schema: *ref_1114 + - schema: *ref_1113 readOnly: true serializedName: label - language: &ref_6174 + language: &ref_4272 default: name: label description: The OS version label. - go: - name: Label - description: READ-ONLY; The OS version label. protocol: {} - - schema: *ref_1115 + - schema: *ref_1114 readOnly: true serializedName: isDefault - language: &ref_6175 + language: &ref_4273 default: name: isDefault description: Specifies whether this is the default OS version for its family. - go: - name: IsDefault - description: READ-ONLY; Specifies whether this is the default OS version for its family. protocol: {} - - schema: *ref_1116 + - schema: *ref_1115 readOnly: true serializedName: isActive - language: &ref_6176 + language: &ref_4274 default: name: isActive description: Specifies whether this OS version is active. - go: - name: IsActive - description: READ-ONLY; Specifies whether this OS version is active. protocol: {} serializationFormats: - json @@ -42324,20 +29451,12 @@ schemas: name: OSVersionProperties description: OS version properties. namespace: '' - go: - name: OSVersionProperties - description: OSVersionProperties - OS version properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_6170 + language: &ref_4268 default: name: properties description: OS version properties. - go: - name: Properties - description: OS version properties. protocol: {} serializationFormats: - json @@ -42348,54 +29467,37 @@ schemas: name: OSVersion description: Describes a cloud service OS version. namespace: '' - go: - name: OSVersion - description: OSVersion - Describes a cloud service OS version. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1117 - - &ref_3631 + - *ref_1116 + - &ref_2208 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1323 + - schema: &ref_1322 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1118 + elementType: *ref_1117 language: default: name: OSVersionListResultValue description: Array of OSVersion - go: - name: '[]*OSVersion' - description: Array of OSVersion - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_6183 + language: &ref_4281 default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1119 + - schema: *ref_1118 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -42406,141 +29508,105 @@ schemas: name: OSVersionListResult description: '' namespace: '' - go: - name: OSVersionListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1130 + - &ref_1129 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1120 + - schema: *ref_1119 readOnly: true serializedName: id - language: &ref_6190 + language: &ref_4288 default: name: id description: Resource Id. - go: - name: ID - description: READ-ONLY; Resource Id. protocol: {} - - schema: *ref_1121 + - schema: *ref_1120 readOnly: true serializedName: name - language: &ref_6191 + language: &ref_4289 default: name: name description: Resource name. - go: - name: Name - description: READ-ONLY; Resource name. protocol: {} - - schema: *ref_1122 + - schema: *ref_1121 readOnly: true serializedName: type - language: &ref_6192 + language: &ref_4290 default: name: type description: Resource type. - go: - name: Type - description: READ-ONLY; Resource type. protocol: {} - - schema: *ref_1123 + - schema: *ref_1122 readOnly: true serializedName: location - language: &ref_6193 + language: &ref_4291 default: name: location description: Resource location. - go: - name: Location - description: READ-ONLY; Resource location. protocol: {} - - schema: &ref_1128 + - schema: &ref_1127 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1124 + - schema: *ref_1123 readOnly: true serializedName: name - language: &ref_6195 + language: &ref_4293 default: name: name description: The OS family name. - go: - name: Name - description: READ-ONLY; The OS family name. protocol: {} - - schema: *ref_1125 + - schema: *ref_1124 readOnly: true serializedName: label - language: &ref_6196 + language: &ref_4294 default: name: label description: The OS family label. - go: - name: Label - description: READ-ONLY; The OS family label. protocol: {} - - schema: &ref_1324 + - schema: &ref_1323 type: array apiVersions: - version: '2021-03-01' - elementType: &ref_1129 + elementType: &ref_1128 type: object apiVersions: - version: '2021-03-01' properties: - - schema: *ref_1126 + - schema: *ref_1125 readOnly: true serializedName: version - language: &ref_6198 + language: &ref_4296 default: name: version description: The OS version. - go: - name: Version - description: READ-ONLY; The OS version. protocol: {} - - schema: *ref_1127 + - schema: *ref_1126 readOnly: true serializedName: label - language: &ref_6199 + language: &ref_4297 default: name: label description: The OS version label. - go: - name: Label - description: READ-ONLY; The OS version label. protocol: {} - - schema: *ref_1115 + - schema: *ref_1114 readOnly: true serializedName: isDefault - language: &ref_6200 + language: &ref_4298 default: name: isDefault description: Specifies whether this is the default OS version for its family. - go: - name: IsDefault - description: READ-ONLY; Specifies whether this is the default OS version for its family. protocol: {} - - schema: *ref_1116 + - schema: *ref_1115 readOnly: true serializedName: isActive - language: &ref_6201 + language: &ref_4299 default: name: isActive description: Specifies whether this OS version is active. - go: - name: IsActive - description: READ-ONLY; Specifies whether this OS version is active. protocol: {} serializationFormats: - json @@ -42551,32 +29617,18 @@ schemas: name: OSVersionPropertiesBase description: Configuration view of an OS version. namespace: '' - go: - name: OSVersionPropertiesBase - description: OSVersionPropertiesBase - Configuration view of an OS version. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: OSFamilyPropertiesVersions description: List of OS versions belonging to this family. - go: - name: '[]*OSVersionPropertiesBase' - description: List of OS versions belonging to this family. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: versions - language: &ref_6197 + language: &ref_4295 default: name: versions description: List of OS versions belonging to this family. - go: - name: Versions - description: READ-ONLY; List of OS versions belonging to this family. - byValue: true protocol: {} serializationFormats: - json @@ -42587,21 +29639,12 @@ schemas: name: OSFamilyProperties description: OS family properties. namespace: '' - go: - name: OSFamilyProperties - description: OSFamilyProperties - OS family properties. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_6194 + language: &ref_4292 default: name: properties description: OS family properties. - go: - name: Properties - description: OS family properties. protocol: {} serializationFormats: - json @@ -42612,55 +29655,38 @@ schemas: name: OSFamily description: Describes a cloud service OS family. namespace: '' - go: - name: OSFamily - description: OSFamily - Describes a cloud service OS family. - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1127 - *ref_1128 - - *ref_1129 - - &ref_3645 + - &ref_2212 type: object apiVersions: - version: '2021-03-01' properties: - - schema: &ref_1325 + - schema: &ref_1324 type: array apiVersions: - version: '2021-03-01' - elementType: *ref_1130 + elementType: *ref_1129 language: default: name: OSFamilyListResultValue description: Array of OSFamily - go: - name: '[]*OSFamily' - description: Array of OSFamily - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: value - language: &ref_6207 + language: &ref_4305 default: name: value description: '' - go: - name: Value - description: REQUIRED - byValue: true protocol: {} - - schema: *ref_1131 + - schema: *ref_1130 required: false serializedName: nextLink language: default: name: nextLink description: '' - go: - name: NextLink - description: '' protocol: {} serializationFormats: - json @@ -42671,43 +29697,29 @@ schemas: name: OSFamilyListResult description: '' namespace: '' - go: - name: OSFamilyListResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - type: object apiVersions: - version: '2020-09-30' properties: - - schema: &ref_1133 + - schema: &ref_1132 type: object apiVersions: - version: '2020-09-30' properties: - - schema: *ref_1132 + - schema: *ref_1131 required: true serializedName: id language: default: name: id description: The managed artifact id. - go: - name: ID - description: REQUIRED; The managed artifact id. protocol: {} language: default: name: ManagedArtifact description: The managed artifact. namespace: '' - go: - name: ManagedArtifact - description: ManagedArtifact - The managed artifact. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: managedImage @@ -42715,23 +29727,16 @@ schemas: default: name: managedImage description: The managed artifact. - go: - name: ManagedImage - description: REQUIRED; The managed artifact. protocol: {} language: default: name: GalleryArtifactSource description: The source image from which the Image Version is going to be created. namespace: '' - go: - name: GalleryArtifactSource - description: GalleryArtifactSource - The source image from which the Image Version is going to be created. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1133 + - *ref_1132 arrays: + - *ref_1133 - *ref_1134 - *ref_1135 - *ref_1136 @@ -42750,8 +29755,7 @@ schemas: - *ref_1149 - *ref_1150 - *ref_1151 - - *ref_1152 - - &ref_1590 + - &ref_1423 type: array apiVersions: - version: '2021-03-01' @@ -42760,13 +29764,8 @@ schemas: default: name: ArrayOfVirtualMachineExtensionImage description: Array of VirtualMachineExtensionImage - go: - name: '[]*VirtualMachineExtensionImage' - description: Array of VirtualMachineExtensionImage - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1606 + - &ref_1431 type: array apiVersions: - version: '2021-03-01' @@ -42775,18 +29774,13 @@ schemas: default: name: ArrayOfVirtualMachineExtensionImage description: Array of VirtualMachineExtensionImage - go: - name: '[]*VirtualMachineExtensionImage' - description: Array of VirtualMachineExtensionImage - elementIsPtr: true - marshallingFormat: json protocol: {} + - *ref_1152 - *ref_1153 - *ref_1154 - *ref_1155 - *ref_1156 - - *ref_1157 - - &ref_1682 + - &ref_1465 type: array apiVersions: - version: '2021-03-01' @@ -42795,13 +29789,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1688 + - &ref_1468 type: array apiVersions: - version: '2021-03-01' @@ -42810,13 +29799,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1695 + - &ref_1470 type: array apiVersions: - version: '2021-03-01' @@ -42825,13 +29809,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1704 + - &ref_1474 type: array apiVersions: - version: '2021-03-01' @@ -42840,14 +29819,9 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - *ref_1158 - - &ref_1733 + - *ref_1157 + - &ref_1490 type: array apiVersions: - version: '2021-03-01' @@ -42856,13 +29830,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1740 + - &ref_1494 type: array apiVersions: - version: '2021-03-01' @@ -42871,13 +29840,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1748 + - &ref_1497 type: array apiVersions: - version: '2021-03-01' @@ -42886,13 +29850,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1758 + - &ref_1502 type: array apiVersions: - version: '2021-03-01' @@ -42901,12 +29860,8 @@ schemas: default: name: ArrayOfVirtualMachineImageResource description: Array of VirtualMachineImageResource - go: - name: '[]*VirtualMachineImageResource' - description: Array of VirtualMachineImageResource - elementIsPtr: true - marshallingFormat: json protocol: {} + - *ref_1158 - *ref_1159 - *ref_1160 - *ref_1161 @@ -43073,27 +30028,22 @@ schemas: - *ref_1322 - *ref_1323 - *ref_1324 - - *ref_1325 globalParameters: - - &ref_1336 - schema: *ref_1326 + - &ref_1330 + schema: *ref_1325 implementation: Client required: true extensions: x-ms-priority: 0 - language: &ref_4117 + language: &ref_2215 default: name: SubscriptionId description: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. serializedName: subscriptionId - go: - name: subscriptionID - description: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - serializedName: subscriptionId protocol: http: in: path - - &ref_1327 + - &ref_1326 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -43106,24 +30056,20 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri operationGroups: - - &ref_4115 + - &ref_2213 $key: Operations operations: - - &ref_4116 + - &ref_2214 operationId: Operations_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43132,16 +30078,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43150,10 +30092,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43162,9 +30100,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.Compute/operations @@ -43172,14 +30107,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1330 + - schema: *ref_1329 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43196,148 +30128,75 @@ operationGroups: description: Gets a list of compute operations. paging: nextLinkName: null - go: - name: List - description: Gets a list of compute operations. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_3651 - schema: - type: object - language: - default: &ref_1331 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1331 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_1332 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1332 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3856 - type: object - properties: - - &ref_1334 - schema: *ref_1330 - serializedName: OperationListResult - language: - default: &ref_1333 - name: OperationListResult - description: The List Compute Operation operation response. - byValue: true - embeddedType: true - go: *ref_1333 - protocol: {} - language: - default: &ref_1335 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1334 - go: *ref_1335 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - - &ref_4136 + - &ref_2234 $key: AvailabilitySets operations: - - &ref_4135 + - &ref_2233 operationId: AvailabilitySets_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1339 + - *ref_1326 + - &ref_1333 schema: *ref_1 implementation: Method required: true - language: &ref_4118 + language: &ref_2216 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1340 + - &ref_1334 schema: *ref_1 implementation: Method required: true - language: &ref_4119 + language: &ref_2217 default: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - &ref_4120 - schema: *ref_1328 + - &ref_2218 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4121 + language: &ref_2219 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1338 + application/json: &ref_1332 parameters: - - &ref_1337 + - &ref_1331 schema: *ref_17 implementation: Method required: true - language: &ref_4122 + language: &ref_2220 default: name: parameters description: Parameters supplied to the Create Availability Set operation. - go: - name: parameters - description: Parameters supplied to the Create Availability Set operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43346,22 +30205,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1337 + - *ref_1331 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} @@ -43371,19 +30223,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1338 + - *ref_1332 signatureParameters: - - *ref_1339 - - *ref_1340 + - *ref_1333 + - *ref_1334 responses: - schema: *ref_17 - language: &ref_4129 + language: &ref_2227 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43422,71 +30271,14 @@ operationGroups: default: name: CreateOrUpdate description: Create or update an availability set. - go: - name: CreateOrUpdate - description: |- - Create or update an availability set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3652 - schema: - type: object - language: - default: &ref_1341 - name: AvailabilitySetsClientCreateOrUpdateOptions - description: AvailabilitySetsClientCreateOrUpdateOptions contains the optional parameters for the AvailabilitySetsClient.CreateOrUpdate method. - go: *ref_1341 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientCreateOrUpdateOptions - language: - default: &ref_1342 - name: options - description: AvailabilitySetsClientCreateOrUpdateOptions contains the optional parameters for the AvailabilitySetsClient.CreateOrUpdate method. - go: *ref_1342 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3857 - type: object - properties: - - &ref_1344 - schema: *ref_17 - serializedName: AvailabilitySet - language: - default: &ref_1343 - name: AvailabilitySet - description: >- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For - more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see - [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An - existing VM cannot be added to an availability set. - byValue: true - embeddedType: true - go: *ref_1343 - protocol: {} - language: - default: &ref_1345 - name: AvailabilitySetsClientCreateOrUpdateResponse - description: AvailabilitySetsClientCreateOrUpdateResponse contains the response from method AvailabilitySetsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1344 - go: *ref_1345 - protocol: {} protocol: {} - - &ref_4137 + - &ref_2235 operationId: AvailabilitySets_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1348 + - *ref_1326 + - &ref_1337 schema: *ref_1 implementation: Method required: true @@ -43495,14 +30287,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1349 + - &ref_1338 schema: *ref_1 implementation: Method required: true @@ -43511,14 +30299,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43527,33 +30311,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1347 + application/json: &ref_1336 parameters: - - &ref_1346 - schema: *ref_597 + - &ref_1335 + schema: *ref_596 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Availability Set operation. - go: - name: parameters - description: Parameters supplied to the Update Availability Set operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43562,22 +30339,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1346 + - *ref_1335 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} @@ -43587,19 +30357,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1347 + - *ref_1336 signatureParameters: - - *ref_1348 - - *ref_1349 + - *ref_1337 + - *ref_1338 responses: - schema: *ref_17 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43611,71 +30378,14 @@ operationGroups: default: name: Update description: Update an availability set. - go: - name: Update - description: |- - Update an availability set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3653 - schema: - type: object - language: - default: &ref_1350 - name: AvailabilitySetsClientUpdateOptions - description: AvailabilitySetsClientUpdateOptions contains the optional parameters for the AvailabilitySetsClient.Update method. - go: *ref_1350 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientUpdateOptions - language: - default: &ref_1351 - name: options - description: AvailabilitySetsClientUpdateOptions contains the optional parameters for the AvailabilitySetsClient.Update method. - go: *ref_1351 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3858 - type: object - properties: - - &ref_1353 - schema: *ref_17 - serializedName: AvailabilitySet - language: - default: &ref_1352 - name: AvailabilitySet - description: >- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For - more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see - [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An - existing VM cannot be added to an availability set. - byValue: true - embeddedType: true - go: *ref_1352 - protocol: {} - language: - default: &ref_1354 - name: AvailabilitySetsClientUpdateResponse - description: AvailabilitySetsClientUpdateResponse contains the response from method AvailabilitySetsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1353 - go: *ref_1354 - protocol: {} protocol: {} - - &ref_4138 + - &ref_2236 operationId: AvailabilitySets_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1355 + - *ref_1326 + - &ref_1339 schema: *ref_1 implementation: Method required: true @@ -43684,14 +30394,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1356 + - &ref_1340 schema: *ref_1 implementation: Method required: true @@ -43700,14 +30406,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43716,38 +30418,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} method: delete uri: '{$host}' signatureParameters: - - *ref_1355 - - *ref_1356 + - *ref_1339 + - *ref_1340 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -43756,9 +30448,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -43767,53 +30456,14 @@ operationGroups: default: name: Delete description: Delete an availability set. - go: - name: Delete - description: |- - Delete an availability set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3654 - schema: - type: object - language: - default: &ref_1357 - name: AvailabilitySetsClientDeleteOptions - description: AvailabilitySetsClientDeleteOptions contains the optional parameters for the AvailabilitySetsClient.Delete method. - go: *ref_1357 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientDeleteOptions - language: - default: &ref_1358 - name: options - description: AvailabilitySetsClientDeleteOptions contains the optional parameters for the AvailabilitySetsClient.Delete method. - go: *ref_1358 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3859 - type: object - language: - default: &ref_1359 - name: AvailabilitySetsClientDeleteResponse - description: AvailabilitySetsClientDeleteResponse contains the response from method AvailabilitySetsClient.Delete. - responseType: true - go: *ref_1359 - protocol: {} protocol: {} - - &ref_4139 + - &ref_2237 operationId: AvailabilitySets_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1360 + - *ref_1326 + - &ref_1341 schema: *ref_1 implementation: Method required: true @@ -43822,14 +30472,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1361 + - &ref_1342 schema: *ref_1 implementation: Method required: true @@ -43838,14 +30484,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -43854,17 +30496,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43873,10 +30511,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43885,26 +30519,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} method: get uri: '{$host}' signatureParameters: - - *ref_1360 - - *ref_1361 + - *ref_1341 + - *ref_1342 responses: - schema: *ref_17 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43917,9 +30545,6 @@ operationGroups: default: name: '' description: Not found - go: - name: '' - description: Not found protocol: http: knownMediaType: json @@ -43931,125 +30556,41 @@ operationGroups: default: name: Get description: Retrieves information about an availability set. - go: - name: Get - description: |- - Retrieves information about an availability set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3655 - schema: - type: object - language: - default: &ref_1362 - name: AvailabilitySetsClientGetOptions - description: AvailabilitySetsClientGetOptions contains the optional parameters for the AvailabilitySetsClient.Get method. - go: *ref_1362 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientGetOptions - language: - default: &ref_1363 - name: options - description: AvailabilitySetsClientGetOptions contains the optional parameters for the AvailabilitySetsClient.Get method. - go: *ref_1363 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3860 - type: object - properties: - - &ref_1365 - schema: *ref_17 - serializedName: AvailabilitySet - language: - default: &ref_1364 - name: AvailabilitySet - description: >- - Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For - more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview).

    For more information on Azure planned maintenance, see - [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates)

    Currently, a VM can only be added to availability set at creation time. An - existing VM cannot be added to an availability set. - byValue: true - embeddedType: true - go: *ref_1364 - protocol: {} - language: - default: &ref_1366 - name: AvailabilitySetsClientGetResponse - description: AvailabilitySetsClientGetResponse contains the response from method AvailabilitySetsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1365 - go: *ref_1366 - protocol: {} protocol: {} - - &ref_4148 + - &ref_2246 operationId: AvailabilitySets_ListBySubscription apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_4140 - schema: *ref_1328 + - *ref_1326 + - &ref_2238 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4141 + language: &ref_2239 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_1368 + - *ref_1330 + - &ref_1343 schema: *ref_1 implementation: Method - language: &ref_4142 + language: &ref_2240 default: name: expand description: The expand expression to apply to the operation. Allowed values are 'instanceView'. serializedName: $expand - go: - name: Expand - description: The expand expression to apply to the operation. Allowed values are 'instanceView'. - paramGroup: &ref_1371 - schema: - type: object - language: - default: &ref_1367 - name: AvailabilitySetsClientListBySubscriptionOptions - description: AvailabilitySetsClientListBySubscriptionOptions contains the optional parameters for the AvailabilitySetsClient.NewListBySubscriptionPager method. - go: *ref_1367 - protocol: {} - originalParameter: - - *ref_1368 - required: false - serializedName: AvailabilitySetsClientListBySubscriptionOptions - language: - default: &ref_1369 - name: options - description: AvailabilitySetsClientListBySubscriptionOptions contains the optional parameters for the AvailabilitySetsClient.NewListBySubscriptionPager method. - go: *ref_1369 - protocol: {} - serializedName: $expand protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44058,10 +30599,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -44070,25 +30607,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/availabilitySets method: get uri: '{$host}' signatureParameters: - - *ref_1368 + - *ref_1343 responses: - - schema: *ref_1370 - language: &ref_4143 + - schema: *ref_1344 + language: &ref_2241 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: headers: @@ -44098,9 +30629,6 @@ operationGroups: default: name: XMsRequestId description: Service generated Request ID. - go: - name: XMSRequestID - description: Service generated Request ID. knownMediaType: json mediaTypes: - application/json @@ -44172,60 +30700,14 @@ operationGroups: description: Lists all availability sets in a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all availability sets in a subscription. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: *ref_1371 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3861 - type: object - properties: - - schema: *ref_1 - serializedName: XMSRequestID - language: - default: &ref_1372 - name: XMSRequestID - description: XMSRequestID contains the information returned from the x-ms-request-id header response. - byValue: false - fromHeader: x-ms-request-id - go: *ref_1372 - protocol: {} - - &ref_1374 - schema: *ref_1370 - serializedName: AvailabilitySetListResult - language: - default: &ref_1373 - name: AvailabilitySetListResult - description: The List Availability Set operation response. - byValue: true - embeddedType: true - go: *ref_1373 - protocol: {} - language: - default: &ref_1375 - name: AvailabilitySetsClientListBySubscriptionResponse - description: AvailabilitySetsClientListBySubscriptionResponse contains the response from method AvailabilitySetsClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1374 - go: *ref_1375 - protocol: {} protocol: {} - - &ref_4149 + - &ref_2247 operationId: AvailabilitySets_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1376 + - *ref_1326 + - &ref_1345 schema: *ref_3 implementation: Method required: true @@ -44234,14 +30716,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -44250,17 +30728,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44269,10 +30743,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -44281,25 +30751,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets method: get uri: '{$host}' signatureParameters: - - *ref_1376 + - *ref_1345 responses: - - schema: *ref_1370 + - schema: *ref_1344 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -44316,67 +30780,14 @@ operationGroups: description: Lists all availability sets in a resource group. paging: nextLinkName: nextLink - go: - name: List - description: Lists all availability sets in a resource group. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3656 - schema: - type: object - language: - default: &ref_1377 - name: AvailabilitySetsClientListOptions - description: AvailabilitySetsClientListOptions contains the optional parameters for the AvailabilitySetsClient.NewListPager method. - go: *ref_1377 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientListOptions - language: - default: &ref_1378 - name: options - description: AvailabilitySetsClientListOptions contains the optional parameters for the AvailabilitySetsClient.NewListPager method. - go: *ref_1378 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3862 - type: object - properties: - - &ref_1380 - schema: *ref_1370 - serializedName: AvailabilitySetListResult - language: - default: &ref_1379 - name: AvailabilitySetListResult - description: The List Availability Set operation response. - byValue: true - embeddedType: true - go: *ref_1379 - protocol: {} - language: - default: &ref_1381 - name: AvailabilitySetsClientListResponse - description: AvailabilitySetsClientListResponse contains the response from method AvailabilitySetsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1380 - go: *ref_1381 - protocol: {} protocol: {} - - &ref_4150 + - &ref_2248 operationId: AvailabilitySets_ListAvailableSizes apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1382 + - *ref_1326 + - &ref_1346 schema: *ref_3 implementation: Method required: true @@ -44385,14 +30796,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1383 + - &ref_1347 schema: *ref_3 implementation: Method required: true @@ -44401,14 +30808,10 @@ operationGroups: name: availabilitySetName description: The name of the availability set. serializedName: availabilitySetName - go: - name: availabilitySetName - description: The name of the availability set. - serializedName: availabilitySetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -44417,17 +30820,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44436,10 +30835,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -44448,26 +30843,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}/vmSizes method: get uri: '{$host}' signatureParameters: - - *ref_1382 - - *ref_1383 + - *ref_1346 + - *ref_1347 responses: - - schema: *ref_1384 + - schema: *ref_1348 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -44484,150 +30873,75 @@ operationGroups: description: Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. paging: nextLinkName: null - go: - name: ListAvailableSizes - description: Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. - azureARM: true - clientName: AvailabilitySetsClient - openApiType: arm - optionalParamGroup: &ref_3657 - schema: - type: object - language: - default: &ref_1385 - name: AvailabilitySetsClientListAvailableSizesOptions - description: AvailabilitySetsClientListAvailableSizesOptions contains the optional parameters for the AvailabilitySetsClient.NewListAvailableSizesPager method. - go: *ref_1385 - protocol: {} - originalParameter: [] - required: false - serializedName: AvailabilitySetsClientListAvailableSizesOptions - language: - default: &ref_1386 - name: options - description: AvailabilitySetsClientListAvailableSizesOptions contains the optional parameters for the AvailabilitySetsClient.NewListAvailableSizesPager method. - go: *ref_1386 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listAvailableSizes - requestMethod: listAvailableSizesCreateRequest - responseMethod: listAvailableSizesHandleResponse - responseEnv: &ref_3863 - type: object - properties: - - &ref_1388 - schema: *ref_1384 - serializedName: VirtualMachineSizeListResult - language: - default: &ref_1387 - name: VirtualMachineSizeListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1387 - protocol: {} - language: - default: &ref_1389 - name: AvailabilitySetsClientListAvailableSizesResponse - description: AvailabilitySetsClientListAvailableSizesResponse contains the response from method AvailabilitySetsClient.NewListAvailableSizesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1388 - go: *ref_1389 - protocol: {} protocol: {} language: default: name: AvailabilitySets description: '' - go: - name: AvailabilitySets - description: '' - clientCtorName: NewAvailabilitySetsClient - clientName: AvailabilitySetsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4161 + - &ref_2259 $key: ProximityPlacementGroups operations: - - &ref_4160 + - &ref_2258 operationId: ProximityPlacementGroups_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1392 + - *ref_1326 + - &ref_1351 schema: *ref_3 implementation: Method required: true - language: &ref_4151 + language: &ref_2249 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1393 + - &ref_1352 schema: *ref_3 implementation: Method required: true - language: &ref_4152 + language: &ref_2250 default: name: proximityPlacementGroupName description: The name of the proximity placement group. serializedName: proximityPlacementGroupName - go: - name: proximityPlacementGroupName - description: The name of the proximity placement group. - serializedName: proximityPlacementGroupName protocol: http: in: path - - &ref_4153 - schema: *ref_1328 + - &ref_2251 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4154 + language: &ref_2252 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1391 + application/json: &ref_1350 parameters: - - &ref_1390 + - &ref_1349 schema: *ref_566 implementation: Method required: true - language: &ref_4155 + language: &ref_2253 default: name: parameters description: Parameters supplied to the Create Proximity Placement Group operation. - go: - name: parameters - description: Parameters supplied to the Create Proximity Placement Group operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44636,22 +30950,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1390 + - *ref_1349 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName} @@ -44661,19 +30968,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1391 + - *ref_1350 signatureParameters: - - *ref_1392 - - *ref_1393 + - *ref_1351 + - *ref_1352 responses: - schema: *ref_566 - language: &ref_4158 + language: &ref_2256 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -44682,13 +30986,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_566 - language: &ref_4159 + language: &ref_2257 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -44730,135 +31031,67 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a proximity placement group. - go: - name: CreateOrUpdate - description: |- - Create or update a proximity placement group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3658 - schema: - type: object - language: - default: &ref_1394 - name: ProximityPlacementGroupsClientCreateOrUpdateOptions - description: ProximityPlacementGroupsClientCreateOrUpdateOptions contains the optional parameters for the ProximityPlacementGroupsClient.CreateOrUpdate method. - go: *ref_1394 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientCreateOrUpdateOptions - language: - default: &ref_1395 - name: options - description: ProximityPlacementGroupsClientCreateOrUpdateOptions contains the optional parameters for the ProximityPlacementGroupsClient.CreateOrUpdate method. - go: *ref_1395 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3864 - type: object - properties: - - &ref_1397 - schema: *ref_566 - serializedName: ProximityPlacementGroup - language: - default: &ref_1396 - name: ProximityPlacementGroup - description: Specifies information about the proximity placement group. - byValue: true - embeddedType: true - go: *ref_1396 - protocol: {} - language: - default: &ref_1398 - name: ProximityPlacementGroupsClientCreateOrUpdateResponse - description: ProximityPlacementGroupsClientCreateOrUpdateResponse contains the response from method ProximityPlacementGroupsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1397 - go: *ref_1398 - protocol: {} protocol: {} - - &ref_4170 + - &ref_2268 operationId: ProximityPlacementGroups_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1401 + - *ref_1326 + - &ref_1355 schema: *ref_3 implementation: Method required: true - language: &ref_4162 + language: &ref_2260 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1402 + - &ref_1356 schema: *ref_3 implementation: Method required: true - language: &ref_4163 + language: &ref_2261 default: name: proximityPlacementGroupName description: The name of the proximity placement group. serializedName: proximityPlacementGroupName - go: - name: proximityPlacementGroupName - description: The name of the proximity placement group. - serializedName: proximityPlacementGroupName protocol: http: in: path - - &ref_4164 - schema: *ref_1328 + - &ref_2262 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4165 + language: &ref_2263 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1400 + application/json: &ref_1354 parameters: - - &ref_1399 - schema: *ref_621 + - &ref_1353 + schema: *ref_620 implementation: Method required: true - language: &ref_4166 + language: &ref_2264 default: name: parameters description: Parameters supplied to the Update Proximity Placement Group operation. - go: - name: parameters - description: Parameters supplied to the Update Proximity Placement Group operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44867,22 +31100,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1399 + - *ref_1353 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName} @@ -44892,19 +31118,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1400 + - *ref_1354 signatureParameters: - - *ref_1401 - - *ref_1402 + - *ref_1355 + - *ref_1356 responses: - schema: *ref_566 - language: &ref_4169 + language: &ref_2267 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -44937,140 +31160,69 @@ operationGroups: default: name: Update description: Update a proximity placement group. - go: - name: Update - description: |- - Update a proximity placement group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3659 - schema: - type: object - language: - default: &ref_1403 - name: ProximityPlacementGroupsClientUpdateOptions - description: ProximityPlacementGroupsClientUpdateOptions contains the optional parameters for the ProximityPlacementGroupsClient.Update method. - go: *ref_1403 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientUpdateOptions - language: - default: &ref_1404 - name: options - description: ProximityPlacementGroupsClientUpdateOptions contains the optional parameters for the ProximityPlacementGroupsClient.Update method. - go: *ref_1404 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3865 - type: object - properties: - - &ref_1406 - schema: *ref_566 - serializedName: ProximityPlacementGroup - language: - default: &ref_1405 - name: ProximityPlacementGroup - description: Specifies information about the proximity placement group. - byValue: true - embeddedType: true - go: *ref_1405 - protocol: {} - language: - default: &ref_1407 - name: ProximityPlacementGroupsClientUpdateResponse - description: ProximityPlacementGroupsClientUpdateResponse contains the response from method ProximityPlacementGroupsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1406 - go: *ref_1407 - protocol: {} protocol: {} - - &ref_4175 + - &ref_2273 operationId: ProximityPlacementGroups_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1408 + - *ref_1326 + - &ref_1357 schema: *ref_3 implementation: Method required: true - language: &ref_4171 + language: &ref_2269 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1409 + - &ref_1358 schema: *ref_3 implementation: Method required: true - language: &ref_4172 + language: &ref_2270 default: name: proximityPlacementGroupName description: The name of the proximity placement group. serializedName: proximityPlacementGroupName - go: - name: proximityPlacementGroupName - description: The name of the proximity placement group. - serializedName: proximityPlacementGroupName protocol: http: in: path - - &ref_4173 - schema: *ref_1328 + - &ref_2271 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4174 + language: &ref_2272 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName} method: delete uri: '{$host}' signatureParameters: - - *ref_1408 - - *ref_1409 + - *ref_1357 + - *ref_1358 responses: - - language: &ref_6209 + - language: &ref_4307 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -45091,85 +31243,38 @@ operationGroups: default: name: Delete description: Delete a proximity placement group. - go: - name: Delete - description: |- - Delete a proximity placement group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3660 - schema: - type: object - language: - default: &ref_1410 - name: ProximityPlacementGroupsClientDeleteOptions - description: ProximityPlacementGroupsClientDeleteOptions contains the optional parameters for the ProximityPlacementGroupsClient.Delete method. - go: *ref_1410 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientDeleteOptions - language: - default: &ref_1411 - name: options - description: ProximityPlacementGroupsClientDeleteOptions contains the optional parameters for the ProximityPlacementGroupsClient.Delete method. - go: *ref_1411 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3866 - type: object - language: - default: &ref_1412 - name: ProximityPlacementGroupsClientDeleteResponse - description: ProximityPlacementGroupsClientDeleteResponse contains the response from method ProximityPlacementGroupsClient.Delete. - responseType: true - go: *ref_1412 - protocol: {} protocol: {} - - &ref_4185 + - &ref_2283 operationId: ProximityPlacementGroups_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1416 + - *ref_1326 + - &ref_1359 schema: *ref_3 implementation: Method required: true - language: &ref_4176 + language: &ref_2274 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1417 + - &ref_1360 schema: *ref_3 implementation: Method required: true - language: &ref_4177 + language: &ref_2275 default: name: proximityPlacementGroupName description: The name of the proximity placement group. serializedName: proximityPlacementGroupName - go: - name: proximityPlacementGroupName - description: The name of the proximity placement group. - serializedName: proximityPlacementGroupName protocol: http: in: path - - &ref_1414 + - &ref_1361 schema: *ref_3 implementation: Method language: @@ -45177,53 +31282,26 @@ operationGroups: name: includeColocationStatus description: includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group. serializedName: includeColocationStatus - go: - name: IncludeColocationStatus - description: includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group. - paramGroup: &ref_1418 - schema: - type: object - language: - default: &ref_1413 - name: ProximityPlacementGroupsClientGetOptions - description: ProximityPlacementGroupsClientGetOptions contains the optional parameters for the ProximityPlacementGroupsClient.Get method. - go: *ref_1413 - protocol: {} - originalParameter: - - *ref_1414 - required: false - serializedName: ProximityPlacementGroupsClientGetOptions - language: - default: &ref_1415 - name: options - description: ProximityPlacementGroupsClientGetOptions contains the optional parameters for the ProximityPlacementGroupsClient.Get method. - go: *ref_1415 - protocol: {} - serializedName: includeColocationStatus protocol: http: in: query - - &ref_4178 - schema: *ref_1328 + - &ref_2276 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4179 + language: &ref_2277 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45232,10 +31310,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45244,27 +31318,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName} method: get uri: '{$host}' signatureParameters: - - *ref_1416 - - *ref_1417 - - *ref_1414 + - *ref_1359 + - *ref_1360 + - *ref_1361 responses: - schema: *ref_566 - language: &ref_4180 + language: &ref_2278 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -45301,70 +31369,30 @@ operationGroups: default: name: Get description: Retrieves information about a proximity placement group . - go: - name: Get - description: |- - Retrieves information about a proximity placement group . - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: *ref_1418 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3867 - type: object - properties: - - &ref_1420 - schema: *ref_566 - serializedName: ProximityPlacementGroup - language: - default: &ref_1419 - name: ProximityPlacementGroup - description: Specifies information about the proximity placement group. - byValue: true - embeddedType: true - go: *ref_1419 - protocol: {} - language: - default: &ref_1421 - name: ProximityPlacementGroupsClientGetResponse - description: ProximityPlacementGroupsClientGetResponse contains the response from method ProximityPlacementGroupsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1420 - go: *ref_1421 - protocol: {} protocol: {} - - &ref_4191 + - &ref_2289 operationId: ProximityPlacementGroups_ListBySubscription apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_4186 - schema: *ref_1328 + - *ref_1326 + - &ref_2284 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4187 + language: &ref_2285 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45373,10 +31401,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45385,9 +31409,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups @@ -45395,14 +31416,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1422 - language: &ref_4188 + - schema: *ref_1362 + language: &ref_2286 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -45443,103 +31461,42 @@ operationGroups: description: Lists all proximity placement groups in a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all proximity placement groups in a subscription. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3661 - schema: - type: object - language: - default: &ref_1423 - name: ProximityPlacementGroupsClientListBySubscriptionOptions - description: ProximityPlacementGroupsClientListBySubscriptionOptions contains the optional parameters for the ProximityPlacementGroupsClient.NewListBySubscriptionPager method. - go: *ref_1423 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientListBySubscriptionOptions - language: - default: &ref_1424 - name: options - description: ProximityPlacementGroupsClientListBySubscriptionOptions contains the optional parameters for the ProximityPlacementGroupsClient.NewListBySubscriptionPager method. - go: *ref_1424 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3868 - type: object - properties: - - &ref_1426 - schema: *ref_1422 - serializedName: ProximityPlacementGroupListResult - language: - default: &ref_1425 - name: ProximityPlacementGroupListResult - description: The List Proximity Placement Group operation response. - byValue: true - embeddedType: true - go: *ref_1425 - protocol: {} - language: - default: &ref_1427 - name: ProximityPlacementGroupsClientListBySubscriptionResponse - description: ProximityPlacementGroupsClientListBySubscriptionResponse contains the response from method ProximityPlacementGroupsClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1426 - go: *ref_1427 - protocol: {} protocol: {} - - &ref_4196 + - &ref_2294 operationId: ProximityPlacementGroups_ListByResourceGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1428 + - *ref_1326 + - &ref_1363 schema: *ref_3 implementation: Method required: true - language: &ref_4192 + language: &ref_2290 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_4193 - schema: *ref_1328 + - &ref_2291 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4194 + language: &ref_2292 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45548,10 +31505,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45560,25 +31513,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups method: get uri: '{$host}' signatureParameters: - - *ref_1428 + - *ref_1363 responses: - - schema: *ref_1422 - language: &ref_4195 + - schema: *ref_1362 + language: &ref_2293 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -45620,150 +31567,75 @@ operationGroups: description: Lists all proximity placement groups in a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all proximity placement groups in a resource group. - azureARM: true - clientName: ProximityPlacementGroupsClient - openApiType: arm - optionalParamGroup: &ref_3662 - schema: - type: object - language: - default: &ref_1429 - name: ProximityPlacementGroupsClientListByResourceGroupOptions - description: ProximityPlacementGroupsClientListByResourceGroupOptions contains the optional parameters for the ProximityPlacementGroupsClient.NewListByResourceGroupPager method. - go: *ref_1429 - protocol: {} - originalParameter: [] - required: false - serializedName: ProximityPlacementGroupsClientListByResourceGroupOptions - language: - default: &ref_1430 - name: options - description: ProximityPlacementGroupsClientListByResourceGroupOptions contains the optional parameters for the ProximityPlacementGroupsClient.NewListByResourceGroupPager method. - go: *ref_1430 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3869 - type: object - properties: - - &ref_1432 - schema: *ref_1422 - serializedName: ProximityPlacementGroupListResult - language: - default: &ref_1431 - name: ProximityPlacementGroupListResult - description: The List Proximity Placement Group operation response. - byValue: true - embeddedType: true - go: *ref_1431 - protocol: {} - language: - default: &ref_1433 - name: ProximityPlacementGroupsClientListByResourceGroupResponse - description: ProximityPlacementGroupsClientListByResourceGroupResponse contains the response from method ProximityPlacementGroupsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1432 - go: *ref_1433 - protocol: {} protocol: {} language: default: name: ProximityPlacementGroups description: '' - go: - name: ProximityPlacementGroups - description: '' - clientCtorName: NewProximityPlacementGroupsClient - clientName: ProximityPlacementGroupsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4209 + - &ref_2307 $key: DedicatedHostGroups operations: - - &ref_4208 + - &ref_2306 operationId: DedicatedHostGroups_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1436 + - *ref_1326 + - &ref_1366 schema: *ref_3 implementation: Method required: true - language: &ref_4197 + language: &ref_2295 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1437 + - &ref_1367 schema: *ref_3 implementation: Method required: true - language: &ref_4198 + language: &ref_2296 default: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_4199 - schema: *ref_1328 + - &ref_2297 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4200 + language: &ref_2298 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1435 + application/json: &ref_1365 parameters: - - &ref_1434 + - &ref_1364 schema: *ref_567 implementation: Method required: true - language: &ref_4201 + language: &ref_2299 default: name: parameters description: Parameters supplied to the Create Dedicated Host Group. - go: - name: parameters - description: Parameters supplied to the Create Dedicated Host Group. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45772,22 +31644,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1434 + - *ref_1364 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName} @@ -45797,19 +31662,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1435 + - *ref_1365 signatureParameters: - - *ref_1436 - - *ref_1437 + - *ref_1366 + - *ref_1367 responses: - schema: *ref_567 - language: &ref_4206 + language: &ref_2304 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -45818,13 +31680,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_567 - language: &ref_4207 + language: &ref_2305 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -45880,69 +31739,14 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) - go: - name: CreateOrUpdate - description: |- - Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see Dedicated Host Documentation [https://go.microsoft.com/fwlink/?linkid=2082596] - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3663 - schema: - type: object - language: - default: &ref_1438 - name: DedicatedHostGroupsClientCreateOrUpdateOptions - description: DedicatedHostGroupsClientCreateOrUpdateOptions contains the optional parameters for the DedicatedHostGroupsClient.CreateOrUpdate method. - go: *ref_1438 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientCreateOrUpdateOptions - language: - default: &ref_1439 - name: options - description: DedicatedHostGroupsClientCreateOrUpdateOptions contains the optional parameters for the DedicatedHostGroupsClient.CreateOrUpdate method. - go: *ref_1439 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3870 - type: object - properties: - - &ref_1441 - schema: *ref_567 - serializedName: DedicatedHostGroup - language: - default: &ref_1440 - name: DedicatedHostGroup - description: >- - Specifies information about the dedicated host group that the dedicated hosts should be assigned to.

    Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing - dedicated host cannot be added to another dedicated host group. - byValue: true - embeddedType: true - go: *ref_1440 - protocol: {} - language: - default: &ref_1442 - name: DedicatedHostGroupsClientCreateOrUpdateResponse - description: DedicatedHostGroupsClientCreateOrUpdateResponse contains the response from method DedicatedHostGroupsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1441 - go: *ref_1442 - protocol: {} protocol: {} - - &ref_4210 + - &ref_2308 operationId: DedicatedHostGroups_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1445 + - *ref_1326 + - &ref_1370 schema: *ref_3 implementation: Method required: true @@ -45951,14 +31755,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1446 + - &ref_1371 schema: *ref_3 implementation: Method required: true @@ -45967,14 +31767,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -45983,33 +31779,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1444 + application/json: &ref_1369 parameters: - - &ref_1443 - schema: *ref_622 + - &ref_1368 + schema: *ref_621 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Dedicated Host Group operation. - go: - name: parameters - description: Parameters supplied to the Update Dedicated Host Group operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46018,22 +31807,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1443 + - *ref_1368 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName} @@ -46043,19 +31825,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1444 + - *ref_1369 signatureParameters: - - *ref_1445 - - *ref_1446 + - *ref_1370 + - *ref_1371 responses: - schema: *ref_567 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46067,69 +31846,14 @@ operationGroups: default: name: Update description: Update an dedicated host group. - go: - name: Update - description: |- - Update an dedicated host group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3664 - schema: - type: object - language: - default: &ref_1447 - name: DedicatedHostGroupsClientUpdateOptions - description: DedicatedHostGroupsClientUpdateOptions contains the optional parameters for the DedicatedHostGroupsClient.Update method. - go: *ref_1447 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientUpdateOptions - language: - default: &ref_1448 - name: options - description: DedicatedHostGroupsClientUpdateOptions contains the optional parameters for the DedicatedHostGroupsClient.Update method. - go: *ref_1448 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3871 - type: object - properties: - - &ref_1450 - schema: *ref_567 - serializedName: DedicatedHostGroup - language: - default: &ref_1449 - name: DedicatedHostGroup - description: >- - Specifies information about the dedicated host group that the dedicated hosts should be assigned to.

    Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing - dedicated host cannot be added to another dedicated host group. - byValue: true - embeddedType: true - go: *ref_1449 - protocol: {} - language: - default: &ref_1451 - name: DedicatedHostGroupsClientUpdateResponse - description: DedicatedHostGroupsClientUpdateResponse contains the response from method DedicatedHostGroupsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1450 - go: *ref_1451 - protocol: {} protocol: {} - - &ref_4211 + - &ref_2309 operationId: DedicatedHostGroups_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1452 + - *ref_1326 + - &ref_1372 schema: *ref_3 implementation: Method required: true @@ -46138,14 +31862,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1453 + - &ref_1373 schema: *ref_3 implementation: Method required: true @@ -46154,14 +31874,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -46170,38 +31886,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName} method: delete uri: '{$host}' signatureParameters: - - *ref_1452 - - *ref_1453 + - *ref_1372 + - *ref_1373 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -46210,9 +31916,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -46221,141 +31924,65 @@ operationGroups: default: name: Delete description: Delete a dedicated host group. - go: - name: Delete - description: |- - Delete a dedicated host group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3665 - schema: - type: object - language: - default: &ref_1454 - name: DedicatedHostGroupsClientDeleteOptions - description: DedicatedHostGroupsClientDeleteOptions contains the optional parameters for the DedicatedHostGroupsClient.Delete method. - go: *ref_1454 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientDeleteOptions - language: - default: &ref_1455 - name: options - description: DedicatedHostGroupsClientDeleteOptions contains the optional parameters for the DedicatedHostGroupsClient.Delete method. - go: *ref_1455 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3872 - type: object - language: - default: &ref_1456 - name: DedicatedHostGroupsClientDeleteResponse - description: DedicatedHostGroupsClientDeleteResponse contains the response from method DedicatedHostGroupsClient.Delete. - responseType: true - go: *ref_1456 - protocol: {} protocol: {} - - &ref_4232 + - &ref_2330 operationId: DedicatedHostGroups_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1461 + - *ref_1326 + - &ref_1375 schema: *ref_3 implementation: Method required: true - language: &ref_4212 + language: &ref_2310 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1462 + - &ref_1376 schema: *ref_3 implementation: Method required: true - language: &ref_4213 + language: &ref_2311 default: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1459 - schema: *ref_1457 + - &ref_1377 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for dedicated host group. serializedName: $expand - go: - name: Expand - description: |- - The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for - dedicated host group. - paramGroup: &ref_1463 - schema: - type: object - language: - default: &ref_1458 - name: DedicatedHostGroupsClientGetOptions - description: DedicatedHostGroupsClientGetOptions contains the optional parameters for the DedicatedHostGroupsClient.Get method. - go: *ref_1458 - protocol: {} - originalParameter: - - *ref_1459 - required: false - serializedName: DedicatedHostGroupsClientGetOptions - language: - default: &ref_1460 - name: options - description: DedicatedHostGroupsClientGetOptions contains the optional parameters for the DedicatedHostGroupsClient.Get method. - go: *ref_1460 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_4214 - schema: *ref_1328 + - &ref_2312 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4215 + language: &ref_2313 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46364,10 +31991,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46376,27 +31999,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName} method: get uri: '{$host}' signatureParameters: - - *ref_1461 - - *ref_1462 - - *ref_1459 + - *ref_1375 + - *ref_1376 + - *ref_1377 responses: - schema: *ref_567 - language: &ref_4216 + language: &ref_2314 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46461,52 +32078,14 @@ operationGroups: default: name: Get description: Retrieves information about a dedicated host group. - go: - name: Get - description: |- - Retrieves information about a dedicated host group. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: *ref_1463 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3873 - type: object - properties: - - &ref_1465 - schema: *ref_567 - serializedName: DedicatedHostGroup - language: - default: &ref_1464 - name: DedicatedHostGroup - description: >- - Specifies information about the dedicated host group that the dedicated hosts should be assigned to.

    Currently, a dedicated host can only be added to a dedicated host group at creation time. An existing - dedicated host cannot be added to another dedicated host group. - byValue: true - embeddedType: true - go: *ref_1464 - protocol: {} - language: - default: &ref_1466 - name: DedicatedHostGroupsClientGetResponse - description: DedicatedHostGroupsClientGetResponse contains the response from method DedicatedHostGroupsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1465 - go: *ref_1466 - protocol: {} protocol: {} - - &ref_4233 + - &ref_2331 operationId: DedicatedHostGroups_ListByResourceGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1467 + - *ref_1326 + - &ref_1378 schema: *ref_3 implementation: Method required: true @@ -46515,14 +32094,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -46531,17 +32106,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46550,10 +32121,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46562,25 +32129,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups method: get uri: '{$host}' signatureParameters: - - *ref_1467 + - *ref_1378 responses: - - schema: *ref_1468 + - schema: *ref_1379 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46597,67 +32158,14 @@ operationGroups: description: Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3666 - schema: - type: object - language: - default: &ref_1469 - name: DedicatedHostGroupsClientListByResourceGroupOptions - description: DedicatedHostGroupsClientListByResourceGroupOptions contains the optional parameters for the DedicatedHostGroupsClient.NewListByResourceGroupPager method. - go: *ref_1469 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientListByResourceGroupOptions - language: - default: &ref_1470 - name: options - description: DedicatedHostGroupsClientListByResourceGroupOptions contains the optional parameters for the DedicatedHostGroupsClient.NewListByResourceGroupPager method. - go: *ref_1470 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3874 - type: object - properties: - - &ref_1472 - schema: *ref_1468 - serializedName: DedicatedHostGroupListResult - language: - default: &ref_1471 - name: DedicatedHostGroupListResult - description: The List Dedicated Host Group with resource group response. - byValue: true - embeddedType: true - go: *ref_1471 - protocol: {} - language: - default: &ref_1473 - name: DedicatedHostGroupsClientListByResourceGroupResponse - description: DedicatedHostGroupsClientListByResourceGroupResponse contains the response from method DedicatedHostGroupsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1472 - go: *ref_1473 - protocol: {} protocol: {} - - &ref_4234 + - &ref_2332 operationId: DedicatedHostGroups_ListBySubscription apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -46666,17 +32174,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46685,10 +32189,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46697,9 +32197,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/hostGroups @@ -46707,14 +32204,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1468 + - schema: *ref_1379 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46731,166 +32225,87 @@ operationGroups: description: Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. - azureARM: true - clientName: DedicatedHostGroupsClient - openApiType: arm - optionalParamGroup: &ref_3667 - schema: - type: object - language: - default: &ref_1474 - name: DedicatedHostGroupsClientListBySubscriptionOptions - description: DedicatedHostGroupsClientListBySubscriptionOptions contains the optional parameters for the DedicatedHostGroupsClient.NewListBySubscriptionPager method. - go: *ref_1474 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostGroupsClientListBySubscriptionOptions - language: - default: &ref_1475 - name: options - description: DedicatedHostGroupsClientListBySubscriptionOptions contains the optional parameters for the DedicatedHostGroupsClient.NewListBySubscriptionPager method. - go: *ref_1475 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3875 - type: object - properties: - - &ref_1477 - schema: *ref_1468 - serializedName: DedicatedHostGroupListResult - language: - default: &ref_1476 - name: DedicatedHostGroupListResult - description: The List Dedicated Host Group with resource group response. - byValue: true - embeddedType: true - go: *ref_1476 - protocol: {} - language: - default: &ref_1478 - name: DedicatedHostGroupsClientListBySubscriptionResponse - description: DedicatedHostGroupsClientListBySubscriptionResponse contains the response from method DedicatedHostGroupsClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1477 - go: *ref_1478 - protocol: {} protocol: {} language: default: name: DedicatedHostGroups description: '' - go: - name: DedicatedHostGroups - description: '' - clientCtorName: NewDedicatedHostGroupsClient - clientName: DedicatedHostGroupsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4250 + - &ref_2348 $key: DedicatedHosts operations: - - &ref_4249 + - &ref_2347 operationId: DedicatedHosts_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1481 + - *ref_1326 + - &ref_1382 schema: *ref_3 implementation: Method required: true - language: &ref_4235 + language: &ref_2333 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1482 + - &ref_1383 schema: *ref_3 implementation: Method required: true - language: &ref_4236 + language: &ref_2334 default: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1483 + - &ref_1384 schema: *ref_3 implementation: Method required: true - language: &ref_4237 + language: &ref_2335 default: name: hostName description: The name of the dedicated host . serializedName: hostName - go: - name: hostName - description: The name of the dedicated host . - serializedName: hostName protocol: http: in: path - - &ref_4238 - schema: *ref_1328 + - &ref_2336 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4239 + language: &ref_2337 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1480 + application/json: &ref_1381 parameters: - - &ref_1479 + - &ref_1380 schema: *ref_568 implementation: Method required: true - language: &ref_4240 + language: &ref_2338 default: name: parameters description: Parameters supplied to the Create Dedicated Host. - go: - name: parameters - description: Parameters supplied to the Create Dedicated Host. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46899,22 +32314,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1479 + - *ref_1380 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName} @@ -46924,20 +32332,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1480 + - *ref_1381 signatureParameters: - - *ref_1481 - - *ref_1482 - - *ref_1483 + - *ref_1382 + - *ref_1383 + - *ref_1384 responses: - schema: *ref_568 - language: &ref_4244 + language: &ref_2342 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -46946,13 +32351,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_568 - language: &ref_4248 + language: &ref_2346 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -47011,83 +32413,14 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a dedicated host . - go: - name: CreateOrUpdate - description: |- - Create or update a dedicated host . - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: &ref_3668 - schema: - type: object - language: - default: &ref_1484 - name: DedicatedHostsClientBeginCreateOrUpdateOptions - description: DedicatedHostsClientBeginCreateOrUpdateOptions contains the optional parameters for the DedicatedHostsClient.BeginCreateOrUpdate method. - go: *ref_1484 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1485 - name: string - description: '' - go: *ref_1485 - protocol: {} - language: - default: &ref_1486 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1486 - protocol: {} - required: false - serializedName: DedicatedHostsClientBeginCreateOrUpdateOptions - language: - default: &ref_1487 - name: options - description: DedicatedHostsClientBeginCreateOrUpdateOptions contains the optional parameters for the DedicatedHostsClient.BeginCreateOrUpdate method. - go: *ref_1487 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3876 - type: object - properties: - - &ref_1489 - schema: *ref_568 - serializedName: DedicatedHost - language: - default: &ref_1488 - name: DedicatedHost - description: Specifies information about the Dedicated host. - byValue: true - embeddedType: true - go: *ref_1488 - protocol: {} - language: - default: &ref_1490 - name: DedicatedHostsClientCreateOrUpdateResponse - description: DedicatedHostsClientCreateOrUpdateResponse contains the response from method DedicatedHostsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1489 - go: *ref_1490 - protocol: {} protocol: {} - - &ref_4251 + - &ref_2349 operationId: DedicatedHosts_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1493 + - *ref_1326 + - &ref_1387 schema: *ref_3 implementation: Method required: true @@ -47096,14 +32429,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1494 + - &ref_1388 schema: *ref_3 implementation: Method required: true @@ -47112,14 +32441,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1495 + - &ref_1389 schema: *ref_3 implementation: Method required: true @@ -47128,14 +32453,10 @@ operationGroups: name: hostName description: The name of the dedicated host . serializedName: hostName - go: - name: hostName - description: The name of the dedicated host . - serializedName: hostName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47144,33 +32465,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1492 + application/json: &ref_1386 parameters: - - &ref_1491 - schema: *ref_623 + - &ref_1385 + schema: *ref_622 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update Dedicated Host operation. - go: - name: parameters - description: Parameters supplied to the Update Dedicated Host operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47179,22 +32493,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1491 + - *ref_1385 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName} @@ -47204,20 +32511,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1492 + - *ref_1386 signatureParameters: - - *ref_1493 - - *ref_1494 - - *ref_1495 + - *ref_1387 + - *ref_1388 + - *ref_1389 responses: - schema: *ref_568 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -47231,83 +32535,14 @@ operationGroups: default: name: Update description: Update an dedicated host . - go: - name: Update - description: |- - Update an dedicated host . - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: &ref_3669 - schema: - type: object - language: - default: &ref_1496 - name: DedicatedHostsClientBeginUpdateOptions - description: DedicatedHostsClientBeginUpdateOptions contains the optional parameters for the DedicatedHostsClient.BeginUpdate method. - go: *ref_1496 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1497 - name: string - description: '' - go: *ref_1497 - protocol: {} - language: - default: &ref_1498 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1498 - protocol: {} - required: false - serializedName: DedicatedHostsClientBeginUpdateOptions - language: - default: &ref_1499 - name: options - description: DedicatedHostsClientBeginUpdateOptions contains the optional parameters for the DedicatedHostsClient.BeginUpdate method. - go: *ref_1499 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3877 - type: object - properties: - - &ref_1501 - schema: *ref_568 - serializedName: DedicatedHost - language: - default: &ref_1500 - name: DedicatedHost - description: Specifies information about the Dedicated host. - byValue: true - embeddedType: true - go: *ref_1500 - protocol: {} - language: - default: &ref_1502 - name: DedicatedHostsClientUpdateResponse - description: DedicatedHostsClientUpdateResponse contains the response from method DedicatedHostsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1501 - go: *ref_1502 - protocol: {} protocol: {} - - &ref_4252 + - &ref_2350 operationId: DedicatedHosts_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1503 + - *ref_1326 + - &ref_1390 schema: *ref_3 implementation: Method required: true @@ -47316,14 +32551,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1504 + - &ref_1391 schema: *ref_3 implementation: Method required: true @@ -47332,14 +32563,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1505 + - &ref_1392 schema: *ref_3 implementation: Method required: true @@ -47348,14 +32575,10 @@ operationGroups: name: hostName description: The name of the dedicated host. serializedName: hostName - go: - name: hostName - description: The name of the dedicated host. - serializedName: hostName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47364,39 +32587,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName} method: delete uri: '{$host}' signatureParameters: - - *ref_1503 - - *ref_1504 - - *ref_1505 + - *ref_1390 + - *ref_1391 + - *ref_1392 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -47405,9 +32618,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -47416,9 +32626,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -47429,171 +32636,77 @@ operationGroups: default: name: Delete description: Delete a dedicated host. - go: - name: Delete - description: |- - Delete a dedicated host. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: &ref_3670 - schema: - type: object - language: - default: &ref_1506 - name: DedicatedHostsClientBeginDeleteOptions - description: DedicatedHostsClientBeginDeleteOptions contains the optional parameters for the DedicatedHostsClient.BeginDelete method. - go: *ref_1506 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1507 - name: string - description: '' - go: *ref_1507 - protocol: {} - language: - default: &ref_1508 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1508 - protocol: {} - required: false - serializedName: DedicatedHostsClientBeginDeleteOptions - language: - default: &ref_1509 - name: options - description: DedicatedHostsClientBeginDeleteOptions contains the optional parameters for the DedicatedHostsClient.BeginDelete method. - go: *ref_1509 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3878 - type: object - language: - default: &ref_1510 - name: DedicatedHostsClientDeleteResponse - description: DedicatedHostsClientDeleteResponse contains the response from method DedicatedHostsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1510 - protocol: {} protocol: {} - - &ref_4263 + - &ref_2361 operationId: DedicatedHosts_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1514 + - *ref_1326 + - &ref_1393 schema: *ref_3 implementation: Method required: true - language: &ref_4253 + language: &ref_2351 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1515 + - &ref_1394 schema: *ref_3 implementation: Method required: true - language: &ref_4254 + language: &ref_2352 default: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - &ref_1516 + - &ref_1395 schema: *ref_3 implementation: Method required: true - language: &ref_4255 + language: &ref_2353 default: name: hostName description: The name of the dedicated host. serializedName: hostName - go: - name: hostName - description: The name of the dedicated host. - serializedName: hostName protocol: http: in: path - - &ref_1512 - schema: *ref_1457 + - &ref_1396 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated host. 'UserData' is not supported for dedicated host. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated host. 'UserData' is not supported for dedicated host. - paramGroup: &ref_1517 - schema: - type: object - language: - default: &ref_1511 - name: DedicatedHostsClientGetOptions - description: DedicatedHostsClientGetOptions contains the optional parameters for the DedicatedHostsClient.Get method. - go: *ref_1511 - protocol: {} - originalParameter: - - *ref_1512 - required: false - serializedName: DedicatedHostsClientGetOptions - language: - default: &ref_1513 - name: options - description: DedicatedHostsClientGetOptions contains the optional parameters for the DedicatedHostsClient.Get method. - go: *ref_1513 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_4256 - schema: *ref_1328 + - &ref_2354 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4257 + language: &ref_2355 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47602,10 +32715,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47614,28 +32723,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName} method: get uri: '{$host}' signatureParameters: - - *ref_1514 - - *ref_1515 - - *ref_1516 - - *ref_1512 + - *ref_1393 + - *ref_1394 + - *ref_1395 + - *ref_1396 responses: - schema: *ref_568 - language: &ref_4258 + language: &ref_2356 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -47687,50 +32790,14 @@ operationGroups: default: name: Get description: Retrieves information about a dedicated host. - go: - name: Get - description: |- - Retrieves information about a dedicated host. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: *ref_1517 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3879 - type: object - properties: - - &ref_1519 - schema: *ref_568 - serializedName: DedicatedHost - language: - default: &ref_1518 - name: DedicatedHost - description: Specifies information about the Dedicated host. - byValue: true - embeddedType: true - go: *ref_1518 - protocol: {} - language: - default: &ref_1520 - name: DedicatedHostsClientGetResponse - description: DedicatedHostsClientGetResponse contains the response from method DedicatedHostsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1519 - go: *ref_1520 - protocol: {} protocol: {} - - &ref_4264 + - &ref_2362 operationId: DedicatedHosts_ListByHostGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1521 + - *ref_1326 + - &ref_1397 schema: *ref_3 implementation: Method required: true @@ -47739,14 +32806,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1522 + - &ref_1398 schema: *ref_3 implementation: Method required: true @@ -47755,14 +32818,10 @@ operationGroups: name: hostGroupName description: The name of the dedicated host group. serializedName: hostGroupName - go: - name: hostGroupName - description: The name of the dedicated host group. - serializedName: hostGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47771,17 +32830,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47790,10 +32845,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47802,26 +32853,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts method: get uri: '{$host}' signatureParameters: - - *ref_1521 - - *ref_1522 + - *ref_1397 + - *ref_1398 responses: - - schema: *ref_1523 + - schema: *ref_1399 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -47838,82 +32883,22 @@ operationGroups: description: Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. paging: nextLinkName: nextLink - go: - name: ListByHostGroup - description: Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. - azureARM: true - clientName: DedicatedHostsClient - openApiType: arm - optionalParamGroup: &ref_3671 - schema: - type: object - language: - default: &ref_1524 - name: DedicatedHostsClientListByHostGroupOptions - description: DedicatedHostsClientListByHostGroupOptions contains the optional parameters for the DedicatedHostsClient.NewListByHostGroupPager method. - go: *ref_1524 - protocol: {} - originalParameter: [] - required: false - serializedName: DedicatedHostsClientListByHostGroupOptions - language: - default: &ref_1525 - name: options - description: DedicatedHostsClientListByHostGroupOptions contains the optional parameters for the DedicatedHostsClient.NewListByHostGroupPager method. - go: *ref_1525 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByHostGroup - requestMethod: listByHostGroupCreateRequest - responseMethod: listByHostGroupHandleResponse - responseEnv: &ref_3880 - type: object - properties: - - &ref_1527 - schema: *ref_1523 - serializedName: DedicatedHostListResult - language: - default: &ref_1526 - name: DedicatedHostListResult - description: The list dedicated host operation response. - byValue: true - embeddedType: true - go: *ref_1526 - protocol: {} - language: - default: &ref_1528 - name: DedicatedHostsClientListByHostGroupResponse - description: DedicatedHostsClientListByHostGroupResponse contains the response from method DedicatedHostsClient.NewListByHostGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1527 - go: *ref_1528 - protocol: {} protocol: {} language: default: name: DedicatedHosts description: '' - go: - name: DedicatedHosts - description: '' - clientCtorName: NewDedicatedHostsClient - clientName: DedicatedHostsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4265 + - &ref_2363 $key: SshPublicKeys operations: - - &ref_4266 + - &ref_2364 operationId: SshPublicKeys_ListBySubscription apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -47922,17 +32907,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47941,10 +32922,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47953,9 +32930,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys @@ -47963,14 +32937,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1529 + - schema: *ref_1400 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -47987,67 +32958,14 @@ operationGroups: description: Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3672 - schema: - type: object - language: - default: &ref_1530 - name: SSHPublicKeysClientListBySubscriptionOptions - description: SSHPublicKeysClientListBySubscriptionOptions contains the optional parameters for the SSHPublicKeysClient.NewListBySubscriptionPager method. - go: *ref_1530 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientListBySubscriptionOptions - language: - default: &ref_1531 - name: options - description: SSHPublicKeysClientListBySubscriptionOptions contains the optional parameters for the SSHPublicKeysClient.NewListBySubscriptionPager method. - go: *ref_1531 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3881 - type: object - properties: - - &ref_1533 - schema: *ref_1529 - serializedName: SSHPublicKeysGroupListResult - language: - default: &ref_1532 - name: SSHPublicKeysGroupListResult - description: The list SSH public keys operation response. - byValue: true - embeddedType: true - go: *ref_1532 - protocol: {} - language: - default: &ref_1534 - name: SSHPublicKeysClientListBySubscriptionResponse - description: SSHPublicKeysClientListBySubscriptionResponse contains the response from method SSHPublicKeysClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1533 - go: *ref_1534 - protocol: {} protocol: {} - - &ref_4267 + - &ref_2365 operationId: SshPublicKeys_ListByResourceGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1535 + - *ref_1326 + - &ref_1401 schema: *ref_3 implementation: Method required: true @@ -48056,14 +32974,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48072,17 +32986,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48091,10 +33001,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48103,25 +33009,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys method: get uri: '{$host}' signatureParameters: - - *ref_1535 + - *ref_1401 responses: - - schema: *ref_1529 + - schema: *ref_1400 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48138,135 +33038,67 @@ operationGroups: description: Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3673 - schema: - type: object - language: - default: &ref_1536 - name: SSHPublicKeysClientListByResourceGroupOptions - description: SSHPublicKeysClientListByResourceGroupOptions contains the optional parameters for the SSHPublicKeysClient.NewListByResourceGroupPager method. - go: *ref_1536 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientListByResourceGroupOptions - language: - default: &ref_1537 - name: options - description: SSHPublicKeysClientListByResourceGroupOptions contains the optional parameters for the SSHPublicKeysClient.NewListByResourceGroupPager method. - go: *ref_1537 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3882 - type: object - properties: - - &ref_1539 - schema: *ref_1529 - serializedName: SSHPublicKeysGroupListResult - language: - default: &ref_1538 - name: SSHPublicKeysGroupListResult - description: The list SSH public keys operation response. - byValue: true - embeddedType: true - go: *ref_1538 - protocol: {} - language: - default: &ref_1540 - name: SSHPublicKeysClientListByResourceGroupResponse - description: SSHPublicKeysClientListByResourceGroupResponse contains the response from method SSHPublicKeysClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1539 - go: *ref_1540 - protocol: {} protocol: {} - - &ref_4277 + - &ref_2375 operationId: SshPublicKeys_Create apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1543 + - *ref_1326 + - &ref_1404 schema: *ref_3 implementation: Method required: true - language: &ref_4268 + language: &ref_2366 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1544 + - &ref_1405 schema: *ref_3 implementation: Method required: true - language: &ref_4269 + language: &ref_2367 default: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - &ref_4270 - schema: *ref_1328 + - &ref_2368 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4271 + language: &ref_2369 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1542 + application/json: &ref_1403 parameters: - - &ref_1541 + - &ref_1402 schema: *ref_569 implementation: Method required: true - language: &ref_4272 + language: &ref_2370 default: name: parameters description: Parameters supplied to create the SSH public key. - go: - name: parameters - description: Parameters supplied to create the SSH public key. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48275,22 +33107,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1541 + - *ref_1402 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName} @@ -48300,19 +33125,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1542 + - *ref_1403 signatureParameters: - - *ref_1543 - - *ref_1544 + - *ref_1404 + - *ref_1405 responses: - schema: *ref_569 - language: &ref_4275 + language: &ref_2373 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48321,13 +33143,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_569 - language: &ref_4276 + language: &ref_2374 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -48367,67 +33186,14 @@ operationGroups: default: name: Create description: Creates a new SSH public key resource. - go: - name: Create - description: |- - Creates a new SSH public key resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3674 - schema: - type: object - language: - default: &ref_1545 - name: SSHPublicKeysClientCreateOptions - description: SSHPublicKeysClientCreateOptions contains the optional parameters for the SSHPublicKeysClient.Create method. - go: *ref_1545 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientCreateOptions - language: - default: &ref_1546 - name: options - description: SSHPublicKeysClientCreateOptions contains the optional parameters for the SSHPublicKeysClient.Create method. - go: *ref_1546 - protocol: {} - protocolNaming: - internalMethod: create - requestMethod: createCreateRequest - responseMethod: createHandleResponse - responseEnv: &ref_3883 - type: object - properties: - - &ref_1548 - schema: *ref_569 - serializedName: SSHPublicKeyResource - language: - default: &ref_1547 - name: SSHPublicKeyResource - description: Specifies information about the SSH public key. - byValue: true - embeddedType: true - go: *ref_1547 - protocol: {} - language: - default: &ref_1549 - name: SSHPublicKeysClientCreateResponse - description: SSHPublicKeysClientCreateResponse contains the response from method SSHPublicKeysClient.Create. - marshallingFormat: json - responseType: true - resultProp: *ref_1548 - go: *ref_1549 - protocol: {} protocol: {} - - &ref_4278 + - &ref_2376 operationId: SshPublicKeys_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1552 + - *ref_1326 + - &ref_1408 schema: *ref_3 implementation: Method required: true @@ -48436,14 +33202,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1553 + - &ref_1409 schema: *ref_3 implementation: Method required: true @@ -48452,14 +33214,10 @@ operationGroups: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48468,33 +33226,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1551 + application/json: &ref_1407 parameters: - - &ref_1550 - schema: *ref_624 + - &ref_1406 + schema: *ref_623 implementation: Method required: true language: default: name: parameters description: Parameters supplied to update the SSH public key. - go: - name: parameters - description: Parameters supplied to update the SSH public key. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48503,22 +33254,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1550 + - *ref_1406 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName} @@ -48528,19 +33272,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1551 + - *ref_1407 signatureParameters: - - *ref_1552 - - *ref_1553 + - *ref_1408 + - *ref_1409 responses: - schema: *ref_569 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48552,67 +33293,14 @@ operationGroups: default: name: Update description: Updates a new SSH public key resource. - go: - name: Update - description: |- - Updates a new SSH public key resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3675 - schema: - type: object - language: - default: &ref_1554 - name: SSHPublicKeysClientUpdateOptions - description: SSHPublicKeysClientUpdateOptions contains the optional parameters for the SSHPublicKeysClient.Update method. - go: *ref_1554 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientUpdateOptions - language: - default: &ref_1555 - name: options - description: SSHPublicKeysClientUpdateOptions contains the optional parameters for the SSHPublicKeysClient.Update method. - go: *ref_1555 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3884 - type: object - properties: - - &ref_1557 - schema: *ref_569 - serializedName: SSHPublicKeyResource - language: - default: &ref_1556 - name: SSHPublicKeyResource - description: Specifies information about the SSH public key. - byValue: true - embeddedType: true - go: *ref_1556 - protocol: {} - language: - default: &ref_1558 - name: SSHPublicKeysClientUpdateResponse - description: SSHPublicKeysClientUpdateResponse contains the response from method SSHPublicKeysClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1557 - go: *ref_1558 - protocol: {} protocol: {} - - &ref_4279 + - &ref_2377 operationId: SshPublicKeys_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1559 + - *ref_1326 + - &ref_1410 schema: *ref_3 implementation: Method required: true @@ -48621,14 +33309,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1560 + - &ref_1411 schema: *ref_3 implementation: Method required: true @@ -48637,14 +33321,10 @@ operationGroups: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -48653,38 +33333,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName} method: delete uri: '{$host}' signatureParameters: - - *ref_1559 - - *ref_1560 + - *ref_1410 + - *ref_1411 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -48693,9 +33363,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -48704,105 +33371,54 @@ operationGroups: default: name: Delete description: Delete an SSH public key. - go: - name: Delete - description: |- - Delete an SSH public key. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3676 - schema: - type: object - language: - default: &ref_1561 - name: SSHPublicKeysClientDeleteOptions - description: SSHPublicKeysClientDeleteOptions contains the optional parameters for the SSHPublicKeysClient.Delete method. - go: *ref_1561 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientDeleteOptions - language: - default: &ref_1562 - name: options - description: SSHPublicKeysClientDeleteOptions contains the optional parameters for the SSHPublicKeysClient.Delete method. - go: *ref_1562 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3885 - type: object - language: - default: &ref_1563 - name: SSHPublicKeysClientDeleteResponse - description: SSHPublicKeysClientDeleteResponse contains the response from method SSHPublicKeysClient.Delete. - responseType: true - go: *ref_1563 - protocol: {} protocol: {} - - &ref_4285 + - &ref_2383 operationId: SshPublicKeys_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1564 + - *ref_1326 + - &ref_1412 schema: *ref_3 implementation: Method required: true - language: &ref_4280 + language: &ref_2378 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1565 + - &ref_1413 schema: *ref_3 implementation: Method required: true - language: &ref_4281 + language: &ref_2379 default: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - &ref_4282 - schema: *ref_1328 + - &ref_2380 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4283 + language: &ref_2381 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48811,10 +33427,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48823,26 +33435,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName} method: get uri: '{$host}' signatureParameters: - - *ref_1564 - - *ref_1565 + - *ref_1412 + - *ref_1413 responses: - schema: *ref_569 - language: &ref_4284 + language: &ref_2382 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -48873,119 +33479,54 @@ operationGroups: default: name: Get description: Retrieves information about an SSH public key. - go: - name: Get - description: |- - Retrieves information about an SSH public key. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3677 - schema: - type: object - language: - default: &ref_1566 - name: SSHPublicKeysClientGetOptions - description: SSHPublicKeysClientGetOptions contains the optional parameters for the SSHPublicKeysClient.Get method. - go: *ref_1566 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientGetOptions - language: - default: &ref_1567 - name: options - description: SSHPublicKeysClientGetOptions contains the optional parameters for the SSHPublicKeysClient.Get method. - go: *ref_1567 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3886 - type: object - properties: - - &ref_1569 - schema: *ref_569 - serializedName: SSHPublicKeyResource - language: - default: &ref_1568 - name: SSHPublicKeyResource - description: Specifies information about the SSH public key. - byValue: true - embeddedType: true - go: *ref_1568 - protocol: {} - language: - default: &ref_1570 - name: SSHPublicKeysClientGetResponse - description: SSHPublicKeysClientGetResponse contains the response from method SSHPublicKeysClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1569 - go: *ref_1570 - protocol: {} protocol: {} - - &ref_4294 + - &ref_2392 operationId: SshPublicKeys_GenerateKeyPair apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1571 + - *ref_1326 + - &ref_1414 schema: *ref_3 implementation: Method required: true - language: &ref_4286 + language: &ref_2384 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1572 + - &ref_1415 schema: *ref_3 implementation: Method required: true - language: &ref_4287 + language: &ref_2385 default: name: sshPublicKeyName description: The name of the SSH public key. serializedName: sshPublicKeyName - go: - name: sshPublicKeyName - description: The name of the SSH public key. - serializedName: sshPublicKeyName protocol: http: in: path - - &ref_4288 - schema: *ref_1328 + - &ref_2386 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4289 + language: &ref_2387 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48994,10 +33535,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49006,26 +33543,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName}/generateKeyPair method: post uri: '{$host}' signatureParameters: - - *ref_1571 - - *ref_1572 + - *ref_1414 + - *ref_1415 responses: - - schema: *ref_1573 - language: &ref_4290 + - schema: *ref_1416 + language: &ref_2388 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49052,83 +33583,22 @@ operationGroups: default: name: GenerateKeyPair description: Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. - go: - name: GenerateKeyPair - description: |- - Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per - SSH public key resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SSHPublicKeysClient - openApiType: arm - optionalParamGroup: &ref_3678 - schema: - type: object - language: - default: &ref_1574 - name: SSHPublicKeysClientGenerateKeyPairOptions - description: SSHPublicKeysClientGenerateKeyPairOptions contains the optional parameters for the SSHPublicKeysClient.GenerateKeyPair method. - go: *ref_1574 - protocol: {} - originalParameter: [] - required: false - serializedName: SSHPublicKeysClientGenerateKeyPairOptions - language: - default: &ref_1575 - name: options - description: SSHPublicKeysClientGenerateKeyPairOptions contains the optional parameters for the SSHPublicKeysClient.GenerateKeyPair method. - go: *ref_1575 - protocol: {} - protocolNaming: - internalMethod: generateKeyPair - requestMethod: generateKeyPairCreateRequest - responseMethod: generateKeyPairHandleResponse - responseEnv: &ref_3887 - type: object - properties: - - &ref_1577 - schema: *ref_1573 - serializedName: SSHPublicKeyGenerateKeyPairResult - language: - default: &ref_1576 - name: SSHPublicKeyGenerateKeyPairResult - description: Response from generation of an SSH key pair. - byValue: true - embeddedType: true - go: *ref_1576 - protocol: {} - language: - default: &ref_1578 - name: SSHPublicKeysClientGenerateKeyPairResponse - description: SSHPublicKeysClientGenerateKeyPairResponse contains the response from method SSHPublicKeysClient.GenerateKeyPair. - marshallingFormat: json - responseType: true - resultProp: *ref_1577 - go: *ref_1578 - protocol: {} protocol: {} language: default: name: SshPublicKeys description: '' - go: - name: SSHPublicKeys - description: '' - clientCtorName: NewSSHPublicKeysClient - clientName: SSHPublicKeysClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4295 + - &ref_2393 $key: VirtualMachineExtensionImages operations: - - &ref_4296 + - &ref_2394 operationId: VirtualMachineExtensionImages_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1579 + - *ref_1326 + - &ref_1417 schema: *ref_3 implementation: Method required: true @@ -49137,14 +33607,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1580 + - &ref_1418 schema: *ref_3 implementation: Method required: true @@ -49153,14 +33619,10 @@ operationGroups: name: publisherName description: '' serializedName: publisherName - go: - name: publisherName - description: '' - serializedName: publisherName protocol: http: in: path - - &ref_1581 + - &ref_1419 schema: *ref_3 implementation: Method required: true @@ -49169,14 +33631,10 @@ operationGroups: name: type description: '' serializedName: type - go: - name: typeParam - description: '' - serializedName: type protocol: http: in: path - - &ref_1582 + - &ref_1420 schema: *ref_3 implementation: Method required: true @@ -49185,14 +33643,10 @@ operationGroups: name: version description: '' serializedName: version - go: - name: version - description: '' - serializedName: version protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49201,17 +33655,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49220,10 +33670,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49232,28 +33678,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1579 - - *ref_1580 - - *ref_1581 - - *ref_1582 + - *ref_1417 + - *ref_1418 + - *ref_1419 + - *ref_1420 responses: - schema: *ref_570 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49265,67 +33705,14 @@ operationGroups: default: name: Get description: Gets a virtual machine extension image. - go: - name: Get - description: |- - Gets a virtual machine extension image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionImagesClient - openApiType: arm - optionalParamGroup: &ref_3679 - schema: - type: object - language: - default: &ref_1583 - name: VirtualMachineExtensionImagesClientGetOptions - description: VirtualMachineExtensionImagesClientGetOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.Get method. - go: *ref_1583 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineExtensionImagesClientGetOptions - language: - default: &ref_1584 - name: options - description: VirtualMachineExtensionImagesClientGetOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.Get method. - go: *ref_1584 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3888 - type: object - properties: - - &ref_1586 - schema: *ref_570 - serializedName: VirtualMachineExtensionImage - language: - default: &ref_1585 - name: VirtualMachineExtensionImage - description: Describes a Virtual Machine Extension Image. - byValue: true - embeddedType: true - go: *ref_1585 - protocol: {} - language: - default: &ref_1587 - name: VirtualMachineExtensionImagesClientGetResponse - description: VirtualMachineExtensionImagesClientGetResponse contains the response from method VirtualMachineExtensionImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1586 - go: *ref_1587 - protocol: {} protocol: {} - - &ref_4297 + - &ref_2395 operationId: VirtualMachineExtensionImages_ListTypes apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1588 + - *ref_1326 + - &ref_1421 schema: *ref_3 implementation: Method required: true @@ -49334,14 +33721,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1589 + - &ref_1422 schema: *ref_3 implementation: Method required: true @@ -49350,14 +33733,10 @@ operationGroups: name: publisherName description: '' serializedName: publisherName - go: - name: publisherName - description: '' - serializedName: publisherName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49366,17 +33745,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49385,10 +33760,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49397,26 +33768,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types method: get uri: '{$host}' signatureParameters: - - *ref_1588 - - *ref_1589 + - *ref_1421 + - *ref_1422 responses: - - schema: *ref_1590 + - schema: *ref_1423 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49428,66 +33793,14 @@ operationGroups: default: name: ListTypes description: Gets a list of virtual machine extension image types. - go: - name: ListTypes - description: |- - Gets a list of virtual machine extension image types. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionImagesClient - openApiType: arm - optionalParamGroup: &ref_3680 - schema: - type: object - language: - default: &ref_1591 - name: VirtualMachineExtensionImagesClientListTypesOptions - description: VirtualMachineExtensionImagesClientListTypesOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.ListTypes method. - go: *ref_1591 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineExtensionImagesClientListTypesOptions - language: - default: &ref_1592 - name: options - description: VirtualMachineExtensionImagesClientListTypesOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.ListTypes method. - go: *ref_1592 - protocol: {} - protocolNaming: - internalMethod: listTypes - requestMethod: listTypesCreateRequest - responseMethod: listTypesHandleResponse - responseEnv: &ref_3889 - type: object - properties: - - &ref_1594 - schema: *ref_1590 - serializedName: VirtualMachineExtensionImageArray - language: - default: &ref_1593 - name: VirtualMachineExtensionImageArray - description: Array of VirtualMachineExtensionImage - byValue: true - go: *ref_1593 - protocol: {} - language: - default: &ref_1595 - name: VirtualMachineExtensionImagesClientListTypesResponse - description: VirtualMachineExtensionImagesClientListTypesResponse contains the response from method VirtualMachineExtensionImagesClient.ListTypes. - marshallingFormat: json - responseType: true - resultProp: *ref_1594 - go: *ref_1595 - protocol: {} protocol: {} - - &ref_4298 + - &ref_2396 operationId: VirtualMachineExtensionImages_ListVersions apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1603 + - *ref_1326 + - &ref_1425 schema: *ref_3 implementation: Method required: true @@ -49496,14 +33809,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1604 + - &ref_1426 schema: *ref_3 implementation: Method required: true @@ -49512,14 +33821,10 @@ operationGroups: name: publisherName description: '' serializedName: publisherName - go: - name: publisherName - description: '' - serializedName: publisherName protocol: http: in: path - - &ref_1605 + - &ref_1427 schema: *ref_3 implementation: Method required: true @@ -49528,14 +33833,10 @@ operationGroups: name: type description: '' serializedName: type - go: - name: typeParam - description: '' - serializedName: type protocol: http: in: path - - &ref_1597 + - &ref_1428 schema: *ref_3 implementation: Method language: @@ -49543,67 +33844,32 @@ operationGroups: name: filter description: The filter to apply on the operation. serializedName: $filter - go: - name: Filter - description: The filter to apply on the operation. - paramGroup: &ref_1599 - schema: - type: object - language: - default: &ref_1596 - name: VirtualMachineExtensionImagesClientListVersionsOptions - description: VirtualMachineExtensionImagesClientListVersionsOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.ListVersions method. - go: *ref_1596 - protocol: {} - originalParameter: - - *ref_1597 - - &ref_1601 - schema: *ref_1598 - implementation: Method - language: - default: - name: top - description: '' - serializedName: $top - go: - name: Top - description: '' - paramGroup: *ref_1599 - serializedName: $top - protocol: - http: - in: query - - &ref_1602 - schema: *ref_3 - implementation: Method - language: - default: - name: orderby - description: '' - serializedName: $orderby - go: - name: Orderby - description: '' - paramGroup: *ref_1599 - serializedName: $orderby - protocol: - http: - in: query - required: false - serializedName: VirtualMachineExtensionImagesClientListVersionsOptions - language: - default: &ref_1600 - name: options - description: VirtualMachineExtensionImagesClientListVersionsOptions contains the optional parameters for the VirtualMachineExtensionImagesClient.ListVersions method. - go: *ref_1600 - protocol: {} - serializedName: $filter protocol: http: in: query - - *ref_1601 - - *ref_1602 - - schema: *ref_1328 + - &ref_1429 + schema: *ref_1424 + implementation: Method + language: + default: + name: top + description: '' + serializedName: $top + protocol: + http: + in: query + - &ref_1430 + schema: *ref_3 + implementation: Method + language: + default: + name: orderby + description: '' + serializedName: $orderby + protocol: + http: + in: query + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49612,17 +33878,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49631,10 +33893,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49643,30 +33901,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1603 - - *ref_1604 - - *ref_1605 - - *ref_1597 - - *ref_1601 - - *ref_1602 + - *ref_1425 + - *ref_1426 + - *ref_1427 + - *ref_1428 + - *ref_1429 + - *ref_1430 responses: - - schema: *ref_1606 + - schema: *ref_1431 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49680,64 +33932,22 @@ operationGroups: default: name: ListVersions description: Gets a list of virtual machine extension image versions. - go: - name: ListVersions - description: |- - Gets a list of virtual machine extension image versions. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionImagesClient - openApiType: arm - optionalParamGroup: *ref_1599 - protocolNaming: - internalMethod: listVersions - requestMethod: listVersionsCreateRequest - responseMethod: listVersionsHandleResponse - responseEnv: &ref_3890 - type: object - properties: - - &ref_1608 - schema: *ref_1606 - serializedName: VirtualMachineExtensionImageArray - language: - default: &ref_1607 - name: VirtualMachineExtensionImageArray - description: Array of VirtualMachineExtensionImage - byValue: true - go: *ref_1607 - protocol: {} - language: - default: &ref_1609 - name: VirtualMachineExtensionImagesClientListVersionsResponse - description: VirtualMachineExtensionImagesClientListVersionsResponse contains the response from method VirtualMachineExtensionImagesClient.ListVersions. - marshallingFormat: json - responseType: true - resultProp: *ref_1608 - go: *ref_1609 - protocol: {} protocol: {} language: default: name: VirtualMachineExtensionImages description: '' - go: - name: VirtualMachineExtensionImages - description: '' - clientCtorName: NewVirtualMachineExtensionImagesClient - clientName: VirtualMachineExtensionImagesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4299 + - &ref_2397 $key: VirtualMachineExtensions operations: - - &ref_4300 + - &ref_2398 operationId: VirtualMachineExtensions_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1612 + - *ref_1326 + - &ref_1434 schema: *ref_3 implementation: Method required: true @@ -49746,14 +33956,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1613 + - &ref_1435 schema: *ref_3 implementation: Method required: true @@ -49762,14 +33968,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the extension should be created or updated. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the extension should be created or updated. - serializedName: vmName protocol: http: in: path - - &ref_1614 + - &ref_1436 schema: *ref_3 implementation: Method required: true @@ -49778,14 +33980,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -49794,18 +33992,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1611 + application/json: &ref_1433 parameters: - - &ref_1610 + - &ref_1432 schema: *ref_278 implementation: Method required: true @@ -49813,14 +34007,11 @@ operationGroups: default: name: extensionParameters description: Parameters supplied to the Create Virtual Machine Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Create Virtual Machine Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49829,22 +34020,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1610 + - *ref_1432 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName} @@ -49854,20 +34038,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1611 + - *ref_1433 signatureParameters: - - *ref_1612 - - *ref_1613 - - *ref_1614 + - *ref_1434 + - *ref_1435 + - *ref_1436 responses: - schema: *ref_278 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -49880,9 +34061,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -49896,83 +34074,14 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the extension. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3681 - schema: - type: object - language: - default: &ref_1615 - name: VirtualMachineExtensionsClientBeginCreateOrUpdateOptions - description: VirtualMachineExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginCreateOrUpdate method. - go: *ref_1615 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1616 - name: string - description: '' - go: *ref_1616 - protocol: {} - language: - default: &ref_1617 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1617 - protocol: {} - required: false - serializedName: VirtualMachineExtensionsClientBeginCreateOrUpdateOptions - language: - default: &ref_1618 - name: options - description: VirtualMachineExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginCreateOrUpdate method. - go: *ref_1618 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3891 - type: object - properties: - - &ref_1620 - schema: *ref_278 - serializedName: VirtualMachineExtension - language: - default: &ref_1619 - name: VirtualMachineExtension - description: Describes a Virtual Machine Extension. - byValue: true - embeddedType: true - go: *ref_1619 - protocol: {} - language: - default: &ref_1621 - name: VirtualMachineExtensionsClientCreateOrUpdateResponse - description: VirtualMachineExtensionsClientCreateOrUpdateResponse contains the response from method VirtualMachineExtensionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1620 - go: *ref_1621 - protocol: {} protocol: {} - - &ref_4301 + - &ref_2399 operationId: VirtualMachineExtensions_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1624 + - *ref_1326 + - &ref_1439 schema: *ref_3 implementation: Method required: true @@ -49981,14 +34090,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1625 + - &ref_1440 schema: *ref_3 implementation: Method required: true @@ -49997,14 +34102,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the extension should be updated. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the extension should be updated. - serializedName: vmName protocol: http: in: path - - &ref_1626 + - &ref_1441 schema: *ref_3 implementation: Method required: true @@ -50013,14 +34114,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50029,33 +34126,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1623 + application/json: &ref_1438 parameters: - - &ref_1622 - schema: *ref_625 + - &ref_1437 + schema: *ref_624 implementation: Method required: true language: default: name: extensionParameters description: Parameters supplied to the Update Virtual Machine Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Update Virtual Machine Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50064,22 +34154,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1622 + - *ref_1437 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName} @@ -50089,20 +34172,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1623 + - *ref_1438 signatureParameters: - - *ref_1624 - - *ref_1625 - - *ref_1626 + - *ref_1439 + - *ref_1440 + - *ref_1441 responses: - schema: *ref_278 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -50116,83 +34196,14 @@ operationGroups: default: name: Update description: The operation to update the extension. - go: - name: Update - description: |- - The operation to update the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3682 - schema: - type: object - language: - default: &ref_1627 - name: VirtualMachineExtensionsClientBeginUpdateOptions - description: VirtualMachineExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginUpdate method. - go: *ref_1627 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1628 - name: string - description: '' - go: *ref_1628 - protocol: {} - language: - default: &ref_1629 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1629 - protocol: {} - required: false - serializedName: VirtualMachineExtensionsClientBeginUpdateOptions - language: - default: &ref_1630 - name: options - description: VirtualMachineExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginUpdate method. - go: *ref_1630 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3892 - type: object - properties: - - &ref_1632 - schema: *ref_278 - serializedName: VirtualMachineExtension - language: - default: &ref_1631 - name: VirtualMachineExtension - description: Describes a Virtual Machine Extension. - byValue: true - embeddedType: true - go: *ref_1631 - protocol: {} - language: - default: &ref_1633 - name: VirtualMachineExtensionsClientUpdateResponse - description: VirtualMachineExtensionsClientUpdateResponse contains the response from method VirtualMachineExtensionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1632 - go: *ref_1633 - protocol: {} protocol: {} - - &ref_4302 + - &ref_2400 operationId: VirtualMachineExtensions_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1634 + - *ref_1326 + - &ref_1442 schema: *ref_3 implementation: Method required: true @@ -50201,14 +34212,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1635 + - &ref_1443 schema: *ref_3 implementation: Method required: true @@ -50217,14 +34224,10 @@ operationGroups: name: vmName description: The name of the virtual machine where the extension should be deleted. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the extension should be deleted. - serializedName: vmName protocol: http: in: path - - &ref_1636 + - &ref_1444 schema: *ref_3 implementation: Method required: true @@ -50233,14 +34236,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50249,39 +34248,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName} method: delete uri: '{$host}' signatureParameters: - - *ref_1634 - - *ref_1635 - - *ref_1636 + - *ref_1442 + - *ref_1443 + - *ref_1444 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -50290,9 +34279,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -50301,9 +34287,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -50314,69 +34297,14 @@ operationGroups: default: name: Delete description: The operation to delete the extension. - go: - name: Delete - description: |- - The operation to delete the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3683 - schema: - type: object - language: - default: &ref_1637 - name: VirtualMachineExtensionsClientBeginDeleteOptions - description: VirtualMachineExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginDelete method. - go: *ref_1637 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1638 - name: string - description: '' - go: *ref_1638 - protocol: {} - language: - default: &ref_1639 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1639 - protocol: {} - required: false - serializedName: VirtualMachineExtensionsClientBeginDeleteOptions - language: - default: &ref_1640 - name: options - description: VirtualMachineExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineExtensionsClient.BeginDelete method. - go: *ref_1640 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3893 - type: object - language: - default: &ref_1641 - name: VirtualMachineExtensionsClientDeleteResponse - description: VirtualMachineExtensionsClientDeleteResponse contains the response from method VirtualMachineExtensionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1641 - protocol: {} protocol: {} - - &ref_4303 + - &ref_2401 operationId: VirtualMachineExtensions_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1645 + - *ref_1326 + - &ref_1445 schema: *ref_3 implementation: Method required: true @@ -50385,14 +34313,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1646 + - &ref_1446 schema: *ref_3 implementation: Method required: true @@ -50401,14 +34325,10 @@ operationGroups: name: vmName description: The name of the virtual machine containing the extension. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine containing the extension. - serializedName: vmName protocol: http: in: path - - &ref_1647 + - &ref_1447 schema: *ref_3 implementation: Method required: true @@ -50417,14 +34337,10 @@ operationGroups: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - &ref_1643 + - &ref_1448 schema: *ref_3 implementation: Method language: @@ -50432,33 +34348,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_1648 - schema: - type: object - language: - default: &ref_1642 - name: VirtualMachineExtensionsClientGetOptions - description: VirtualMachineExtensionsClientGetOptions contains the optional parameters for the VirtualMachineExtensionsClient.Get method. - go: *ref_1642 - protocol: {} - originalParameter: - - *ref_1643 - required: false - serializedName: VirtualMachineExtensionsClientGetOptions - language: - default: &ref_1644 - name: options - description: VirtualMachineExtensionsClientGetOptions contains the optional parameters for the VirtualMachineExtensionsClient.Get method. - go: *ref_1644 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50467,17 +34360,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50486,10 +34375,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50498,28 +34383,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName} method: get uri: '{$host}' signatureParameters: - - *ref_1645 - - *ref_1646 - - *ref_1647 - - *ref_1643 + - *ref_1445 + - *ref_1446 + - *ref_1447 + - *ref_1448 responses: - schema: *ref_278 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -50531,50 +34410,14 @@ operationGroups: default: name: Get description: The operation to get the extension. - go: - name: Get - description: |- - The operation to get the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: *ref_1648 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3894 - type: object - properties: - - &ref_1650 - schema: *ref_278 - serializedName: VirtualMachineExtension - language: - default: &ref_1649 - name: VirtualMachineExtension - description: Describes a Virtual Machine Extension. - byValue: true - embeddedType: true - go: *ref_1649 - protocol: {} - language: - default: &ref_1651 - name: VirtualMachineExtensionsClientGetResponse - description: VirtualMachineExtensionsClientGetResponse contains the response from method VirtualMachineExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1650 - go: *ref_1651 - protocol: {} protocol: {} - - &ref_4304 + - &ref_2402 operationId: VirtualMachineExtensions_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1655 + - *ref_1326 + - &ref_1449 schema: *ref_3 implementation: Method required: true @@ -50583,14 +34426,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1656 + - &ref_1450 schema: *ref_3 implementation: Method required: true @@ -50599,14 +34438,10 @@ operationGroups: name: vmName description: The name of the virtual machine containing the extension. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine containing the extension. - serializedName: vmName protocol: http: in: path - - &ref_1653 + - &ref_1451 schema: *ref_3 implementation: Method language: @@ -50614,33 +34449,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_1658 - schema: - type: object - language: - default: &ref_1652 - name: VirtualMachineExtensionsClientListOptions - description: VirtualMachineExtensionsClientListOptions contains the optional parameters for the VirtualMachineExtensionsClient.List method. - go: *ref_1652 - protocol: {} - originalParameter: - - *ref_1653 - required: false - serializedName: VirtualMachineExtensionsClientListOptions - language: - default: &ref_1654 - name: options - description: VirtualMachineExtensionsClientListOptions contains the optional parameters for the VirtualMachineExtensionsClient.List method. - go: *ref_1654 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50649,17 +34461,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50668,10 +34476,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50680,27 +34484,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions method: get uri: '{$host}' signatureParameters: - - *ref_1655 - - *ref_1656 - - *ref_1653 + - *ref_1449 + - *ref_1450 + - *ref_1451 responses: - - schema: *ref_1657 + - schema: *ref_1452 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -50712,65 +34510,22 @@ operationGroups: default: name: List description: The operation to get all extensions of a Virtual Machine. - go: - name: List - description: |- - The operation to get all extensions of a Virtual Machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineExtensionsClient - openApiType: arm - optionalParamGroup: *ref_1658 - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3895 - type: object - properties: - - &ref_1660 - schema: *ref_1657 - serializedName: VirtualMachineExtensionsListResult - language: - default: &ref_1659 - name: VirtualMachineExtensionsListResult - description: The List Extension operation response - byValue: true - embeddedType: true - go: *ref_1659 - protocol: {} - language: - default: &ref_1661 - name: VirtualMachineExtensionsClientListResponse - description: VirtualMachineExtensionsClientListResponse contains the response from method VirtualMachineExtensionsClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1660 - go: *ref_1661 - protocol: {} protocol: {} language: default: name: VirtualMachineExtensions description: '' - go: - name: VirtualMachineExtensions - description: '' - clientCtorName: NewVirtualMachineExtensionsClient - clientName: VirtualMachineExtensionsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4305 + - &ref_2403 $key: VirtualMachineImages operations: - - &ref_4306 + - &ref_2404 operationId: VirtualMachineImages_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1662 + - *ref_1326 + - &ref_1453 schema: *ref_3 implementation: Method required: true @@ -50779,14 +34534,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1663 + - &ref_1454 schema: *ref_3 implementation: Method required: true @@ -50795,14 +34546,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1664 + - &ref_1455 schema: *ref_3 implementation: Method required: true @@ -50811,14 +34558,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - &ref_1665 + - &ref_1456 schema: *ref_3 implementation: Method required: true @@ -50827,14 +34570,10 @@ operationGroups: name: skus description: A valid image SKU. serializedName: skus - go: - name: skus - description: A valid image SKU. - serializedName: skus protocol: http: in: path - - &ref_1666 + - &ref_1457 schema: *ref_3 implementation: Method required: true @@ -50843,14 +34582,10 @@ operationGroups: name: version description: A valid image SKU version. serializedName: version - go: - name: version - description: A valid image SKU version. - serializedName: version protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -50859,17 +34594,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50878,10 +34609,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50890,29 +34617,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1662 - - *ref_1663 - - *ref_1664 - - *ref_1665 - - *ref_1666 + - *ref_1453 + - *ref_1454 + - *ref_1455 + - *ref_1456 + - *ref_1457 responses: - schema: *ref_33 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -50924,67 +34645,14 @@ operationGroups: default: name: Get description: Gets a virtual machine image. - go: - name: Get - description: |- - Gets a virtual machine image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: &ref_3684 - schema: - type: object - language: - default: &ref_1667 - name: VirtualMachineImagesClientGetOptions - description: VirtualMachineImagesClientGetOptions contains the optional parameters for the VirtualMachineImagesClient.Get method. - go: *ref_1667 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesClientGetOptions - language: - default: &ref_1668 - name: options - description: VirtualMachineImagesClientGetOptions contains the optional parameters for the VirtualMachineImagesClient.Get method. - go: *ref_1668 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3896 - type: object - properties: - - &ref_1670 - schema: *ref_33 - serializedName: VirtualMachineImage - language: - default: &ref_1669 - name: VirtualMachineImage - description: Describes a Virtual Machine Image. - byValue: true - embeddedType: true - go: *ref_1669 - protocol: {} - language: - default: &ref_1671 - name: VirtualMachineImagesClientGetResponse - description: VirtualMachineImagesClientGetResponse contains the response from method VirtualMachineImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1670 - go: *ref_1671 - protocol: {} protocol: {} - - &ref_4307 + - &ref_2405 operationId: VirtualMachineImages_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1678 + - *ref_1326 + - &ref_1458 schema: *ref_3 implementation: Method required: true @@ -50993,14 +34661,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1679 + - &ref_1459 schema: *ref_3 implementation: Method required: true @@ -51009,14 +34673,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1680 + - &ref_1460 schema: *ref_3 implementation: Method required: true @@ -51025,14 +34685,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - &ref_1681 + - &ref_1461 schema: *ref_3 implementation: Method required: true @@ -51041,14 +34697,10 @@ operationGroups: name: skus description: A valid image SKU. serializedName: skus - go: - name: skus - description: A valid image SKU. - serializedName: skus protocol: http: in: path - - &ref_1673 + - &ref_1462 schema: *ref_3 implementation: Method language: @@ -51056,67 +34708,32 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_1674 - schema: - type: object - language: - default: &ref_1672 - name: VirtualMachineImagesClientListOptions - description: VirtualMachineImagesClientListOptions contains the optional parameters for the VirtualMachineImagesClient.List method. - go: *ref_1672 - protocol: {} - originalParameter: - - *ref_1673 - - &ref_1676 - schema: *ref_1598 - implementation: Method - language: - default: - name: top - description: '' - serializedName: $top - go: - name: Top - description: '' - paramGroup: *ref_1674 - serializedName: $top - protocol: - http: - in: query - - &ref_1677 - schema: *ref_3 - implementation: Method - language: - default: - name: orderby - description: '' - serializedName: $orderby - go: - name: Orderby - description: '' - paramGroup: *ref_1674 - serializedName: $orderby - protocol: - http: - in: query - required: false - serializedName: VirtualMachineImagesClientListOptions - language: - default: &ref_1675 - name: options - description: VirtualMachineImagesClientListOptions contains the optional parameters for the VirtualMachineImagesClient.List method. - go: *ref_1675 - protocol: {} - serializedName: $expand protocol: http: in: query - - *ref_1676 - - *ref_1677 - - schema: *ref_1328 + - &ref_1463 + schema: *ref_1424 + implementation: Method + language: + default: + name: top + description: '' + serializedName: $top + protocol: + http: + in: query + - &ref_1464 + schema: *ref_3 + implementation: Method + language: + default: + name: orderby + description: '' + serializedName: $orderby + protocol: + http: + in: query + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51125,17 +34742,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51144,10 +34757,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51156,31 +34765,25 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1678 - - *ref_1679 - - *ref_1680 - - *ref_1681 - - *ref_1673 - - *ref_1676 - - *ref_1677 + - *ref_1458 + - *ref_1459 + - *ref_1460 + - *ref_1461 + - *ref_1462 + - *ref_1463 + - *ref_1464 responses: - - schema: *ref_1682 + - schema: *ref_1465 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51192,49 +34795,14 @@ operationGroups: default: name: List description: Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. - go: - name: List - description: |- - Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: *ref_1674 - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3897 - type: object - properties: - - &ref_1684 - schema: *ref_1682 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1683 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1683 - protocol: {} - language: - default: &ref_1685 - name: VirtualMachineImagesClientListResponse - description: VirtualMachineImagesClientListResponse contains the response from method VirtualMachineImagesClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1684 - go: *ref_1685 - protocol: {} protocol: {} - - &ref_4308 + - &ref_2406 operationId: VirtualMachineImages_ListOffers apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1686 + - *ref_1326 + - &ref_1466 schema: *ref_3 implementation: Method required: true @@ -51243,14 +34811,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1687 + - &ref_1467 schema: *ref_3 implementation: Method required: true @@ -51259,14 +34823,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51275,17 +34835,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51294,10 +34850,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51306,26 +34858,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers method: get uri: '{$host}' signatureParameters: - - *ref_1686 - - *ref_1687 + - *ref_1466 + - *ref_1467 responses: - - schema: *ref_1688 + - schema: *ref_1468 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51337,66 +34883,14 @@ operationGroups: default: name: ListOffers description: Gets a list of virtual machine image offers for the specified location and publisher. - go: - name: ListOffers - description: |- - Gets a list of virtual machine image offers for the specified location and publisher. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: &ref_3685 - schema: - type: object - language: - default: &ref_1689 - name: VirtualMachineImagesClientListOffersOptions - description: VirtualMachineImagesClientListOffersOptions contains the optional parameters for the VirtualMachineImagesClient.ListOffers method. - go: *ref_1689 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesClientListOffersOptions - language: - default: &ref_1690 - name: options - description: VirtualMachineImagesClientListOffersOptions contains the optional parameters for the VirtualMachineImagesClient.ListOffers method. - go: *ref_1690 - protocol: {} - protocolNaming: - internalMethod: listOffers - requestMethod: listOffersCreateRequest - responseMethod: listOffersHandleResponse - responseEnv: &ref_3898 - type: object - properties: - - &ref_1692 - schema: *ref_1688 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1691 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1691 - protocol: {} - language: - default: &ref_1693 - name: VirtualMachineImagesClientListOffersResponse - description: VirtualMachineImagesClientListOffersResponse contains the response from method VirtualMachineImagesClient.ListOffers. - marshallingFormat: json - responseType: true - resultProp: *ref_1692 - go: *ref_1693 - protocol: {} protocol: {} - - &ref_4309 + - &ref_2407 operationId: VirtualMachineImages_ListPublishers apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1694 + - *ref_1326 + - &ref_1469 schema: *ref_3 implementation: Method required: true @@ -51405,14 +34899,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51421,17 +34911,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51440,10 +34926,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51452,25 +34934,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers method: get uri: '{$host}' signatureParameters: - - *ref_1694 + - *ref_1469 responses: - - schema: *ref_1695 + - schema: *ref_1470 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51482,66 +34958,14 @@ operationGroups: default: name: ListPublishers description: Gets a list of virtual machine image publishers for the specified Azure location. - go: - name: ListPublishers - description: |- - Gets a list of virtual machine image publishers for the specified Azure location. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: &ref_3686 - schema: - type: object - language: - default: &ref_1696 - name: VirtualMachineImagesClientListPublishersOptions - description: VirtualMachineImagesClientListPublishersOptions contains the optional parameters for the VirtualMachineImagesClient.ListPublishers method. - go: *ref_1696 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesClientListPublishersOptions - language: - default: &ref_1697 - name: options - description: VirtualMachineImagesClientListPublishersOptions contains the optional parameters for the VirtualMachineImagesClient.ListPublishers method. - go: *ref_1697 - protocol: {} - protocolNaming: - internalMethod: listPublishers - requestMethod: listPublishersCreateRequest - responseMethod: listPublishersHandleResponse - responseEnv: &ref_3899 - type: object - properties: - - &ref_1699 - schema: *ref_1695 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1698 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1698 - protocol: {} - language: - default: &ref_1700 - name: VirtualMachineImagesClientListPublishersResponse - description: VirtualMachineImagesClientListPublishersResponse contains the response from method VirtualMachineImagesClient.ListPublishers. - marshallingFormat: json - responseType: true - resultProp: *ref_1699 - go: *ref_1700 - protocol: {} protocol: {} - - &ref_4310 + - &ref_2408 operationId: VirtualMachineImages_ListSkus apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1701 + - *ref_1326 + - &ref_1471 schema: *ref_3 implementation: Method required: true @@ -51550,14 +34974,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1702 + - &ref_1472 schema: *ref_3 implementation: Method required: true @@ -51566,14 +34986,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1703 + - &ref_1473 schema: *ref_3 implementation: Method required: true @@ -51582,14 +34998,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51598,17 +35010,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51617,10 +35025,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51629,27 +35033,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus method: get uri: '{$host}' signatureParameters: - - *ref_1701 - - *ref_1702 - - *ref_1703 + - *ref_1471 + - *ref_1472 + - *ref_1473 responses: - - schema: *ref_1704 + - schema: *ref_1474 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51661,81 +35059,22 @@ operationGroups: default: name: ListSkus description: Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. - go: - name: ListSKUs - description: |- - Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesClient - openApiType: arm - optionalParamGroup: &ref_3687 - schema: - type: object - language: - default: &ref_1705 - name: VirtualMachineImagesClientListSKUsOptions - description: VirtualMachineImagesClientListSKUsOptions contains the optional parameters for the VirtualMachineImagesClient.ListSKUs method. - go: *ref_1705 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesClientListSKUsOptions - language: - default: &ref_1706 - name: options - description: VirtualMachineImagesClientListSKUsOptions contains the optional parameters for the VirtualMachineImagesClient.ListSKUs method. - go: *ref_1706 - protocol: {} - protocolNaming: - internalMethod: listSKUs - requestMethod: listSKUsCreateRequest - responseMethod: listSKUsHandleResponse - responseEnv: &ref_3900 - type: object - properties: - - &ref_1708 - schema: *ref_1704 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1707 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1707 - protocol: {} - language: - default: &ref_1709 - name: VirtualMachineImagesClientListSKUsResponse - description: VirtualMachineImagesClientListSKUsResponse contains the response from method VirtualMachineImagesClient.ListSKUs. - marshallingFormat: json - responseType: true - resultProp: *ref_1708 - go: *ref_1709 - protocol: {} protocol: {} language: default: name: VirtualMachineImages description: '' - go: - name: VirtualMachineImages - description: '' - clientCtorName: NewVirtualMachineImagesClient - clientName: VirtualMachineImagesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4311 + - &ref_2409 $key: VirtualMachineImagesEdgeZone operations: - - &ref_4312 + - &ref_2410 operationId: VirtualMachineImagesEdgeZone_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1710 + - *ref_1326 + - &ref_1475 schema: *ref_3 implementation: Method required: true @@ -51744,14 +35083,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1711 + - &ref_1476 schema: *ref_3 implementation: Method required: true @@ -51760,14 +35095,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - &ref_1712 + - &ref_1477 schema: *ref_3 implementation: Method required: true @@ -51776,14 +35107,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1713 + - &ref_1478 schema: *ref_3 implementation: Method required: true @@ -51792,14 +35119,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - &ref_1714 + - &ref_1479 schema: *ref_3 implementation: Method required: true @@ -51808,14 +35131,10 @@ operationGroups: name: skus description: A valid image SKU. serializedName: skus - go: - name: skus - description: A valid image SKU. - serializedName: skus protocol: http: in: path - - &ref_1715 + - &ref_1480 schema: *ref_3 implementation: Method required: true @@ -51824,14 +35143,10 @@ operationGroups: name: version description: A valid image SKU version. serializedName: version - go: - name: version - description: A valid image SKU version. - serializedName: version protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -51840,17 +35155,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51859,10 +35170,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51871,30 +35178,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1710 - - *ref_1711 - - *ref_1712 - - *ref_1713 - - *ref_1714 - - *ref_1715 + - *ref_1475 + - *ref_1476 + - *ref_1477 + - *ref_1478 + - *ref_1479 + - *ref_1480 responses: - schema: *ref_33 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -51903,14 +35204,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -51922,67 +35220,14 @@ operationGroups: default: name: Get description: Gets a virtual machine image in an edge zone. - go: - name: Get - description: |- - Gets a virtual machine image in an edge zone. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: &ref_3688 - schema: - type: object - language: - default: &ref_1717 - name: VirtualMachineImagesEdgeZoneClientGetOptions - description: VirtualMachineImagesEdgeZoneClientGetOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.Get method. - go: *ref_1717 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesEdgeZoneClientGetOptions - language: - default: &ref_1718 - name: options - description: VirtualMachineImagesEdgeZoneClientGetOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.Get method. - go: *ref_1718 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3901 - type: object - properties: - - &ref_1720 - schema: *ref_33 - serializedName: VirtualMachineImage - language: - default: &ref_1719 - name: VirtualMachineImage - description: Describes a Virtual Machine Image. - byValue: true - embeddedType: true - go: *ref_1719 - protocol: {} - language: - default: &ref_1721 - name: VirtualMachineImagesEdgeZoneClientGetResponse - description: VirtualMachineImagesEdgeZoneClientGetResponse contains the response from method VirtualMachineImagesEdgeZoneClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1720 - go: *ref_1721 - protocol: {} protocol: {} - - &ref_4313 + - &ref_2411 operationId: VirtualMachineImagesEdgeZone_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1728 + - *ref_1326 + - &ref_1482 schema: *ref_3 implementation: Method required: true @@ -51991,14 +35236,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1729 + - &ref_1483 schema: *ref_3 implementation: Method required: true @@ -52007,14 +35248,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - &ref_1730 + - &ref_1484 schema: *ref_3 implementation: Method required: true @@ -52023,14 +35260,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1731 + - &ref_1485 schema: *ref_3 implementation: Method required: true @@ -52039,14 +35272,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - &ref_1732 + - &ref_1486 schema: *ref_3 implementation: Method required: true @@ -52055,14 +35284,10 @@ operationGroups: name: skus description: A valid image SKU. serializedName: skus - go: - name: skus - description: A valid image SKU. - serializedName: skus protocol: http: in: path - - &ref_1723 + - &ref_1487 schema: *ref_3 implementation: Method language: @@ -52070,67 +35295,32 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_1724 - schema: - type: object - language: - default: &ref_1722 - name: VirtualMachineImagesEdgeZoneClientListOptions - description: VirtualMachineImagesEdgeZoneClientListOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.List method. - go: *ref_1722 - protocol: {} - originalParameter: - - *ref_1723 - - &ref_1726 - schema: *ref_1598 - implementation: Method - language: - default: - name: top - description: An integer value specifying the number of images to return that matches supplied values. - serializedName: $top - go: - name: Top - description: An integer value specifying the number of images to return that matches supplied values. - paramGroup: *ref_1724 - serializedName: $top - protocol: - http: - in: query - - &ref_1727 - schema: *ref_3 - implementation: Method - language: - default: - name: orderby - description: Specifies the order of the results returned. Formatted as an OData query. - serializedName: $orderby - go: - name: Orderby - description: Specifies the order of the results returned. Formatted as an OData query. - paramGroup: *ref_1724 - serializedName: $orderby - protocol: - http: - in: query - required: false - serializedName: VirtualMachineImagesEdgeZoneClientListOptions - language: - default: &ref_1725 - name: options - description: VirtualMachineImagesEdgeZoneClientListOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.List method. - go: *ref_1725 - protocol: {} - serializedName: $expand protocol: http: in: query - - *ref_1726 - - *ref_1727 - - schema: *ref_1328 + - &ref_1488 + schema: *ref_1424 + implementation: Method + language: + default: + name: top + description: An integer value specifying the number of images to return that matches supplied values. + serializedName: $top + protocol: + http: + in: query + - &ref_1489 + schema: *ref_3 + implementation: Method + language: + default: + name: orderby + description: Specifies the order of the results returned. Formatted as an OData query. + serializedName: $orderby + protocol: + http: + in: query + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52139,17 +35329,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52158,10 +35344,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52170,32 +35352,26 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1728 - - *ref_1729 - - *ref_1730 - - *ref_1731 - - *ref_1732 - - *ref_1723 - - *ref_1726 - - *ref_1727 + - *ref_1482 + - *ref_1483 + - *ref_1484 + - *ref_1485 + - *ref_1486 + - *ref_1487 + - *ref_1488 + - *ref_1489 responses: - - schema: *ref_1733 + - schema: *ref_1490 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52204,14 +35380,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -52223,49 +35396,14 @@ operationGroups: default: name: List description: Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. - go: - name: List - description: |- - Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: *ref_1724 - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3902 - type: object - properties: - - &ref_1735 - schema: *ref_1733 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1734 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1734 - protocol: {} - language: - default: &ref_1736 - name: VirtualMachineImagesEdgeZoneClientListResponse - description: VirtualMachineImagesEdgeZoneClientListResponse contains the response from method VirtualMachineImagesEdgeZoneClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1735 - go: *ref_1736 - protocol: {} protocol: {} - - &ref_4314 + - &ref_2412 operationId: VirtualMachineImagesEdgeZone_ListOffers apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1737 + - *ref_1326 + - &ref_1491 schema: *ref_3 implementation: Method required: true @@ -52274,14 +35412,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1738 + - &ref_1492 schema: *ref_3 implementation: Method required: true @@ -52290,14 +35424,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - &ref_1739 + - &ref_1493 schema: *ref_3 implementation: Method required: true @@ -52306,14 +35436,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52322,17 +35448,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52341,10 +35463,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52353,27 +35471,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers method: get uri: '{$host}' signatureParameters: - - *ref_1737 - - *ref_1738 - - *ref_1739 + - *ref_1491 + - *ref_1492 + - *ref_1493 responses: - - schema: *ref_1740 + - schema: *ref_1494 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52382,14 +35494,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -52401,66 +35510,14 @@ operationGroups: default: name: ListOffers description: Gets a list of virtual machine image offers for the specified location, edge zone and publisher. - go: - name: ListOffers - description: |- - Gets a list of virtual machine image offers for the specified location, edge zone and publisher. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: &ref_3689 - schema: - type: object - language: - default: &ref_1741 - name: VirtualMachineImagesEdgeZoneClientListOffersOptions - description: VirtualMachineImagesEdgeZoneClientListOffersOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListOffers method. - go: *ref_1741 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesEdgeZoneClientListOffersOptions - language: - default: &ref_1742 - name: options - description: VirtualMachineImagesEdgeZoneClientListOffersOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListOffers method. - go: *ref_1742 - protocol: {} - protocolNaming: - internalMethod: listOffers - requestMethod: listOffersCreateRequest - responseMethod: listOffersHandleResponse - responseEnv: &ref_3903 - type: object - properties: - - &ref_1744 - schema: *ref_1740 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1743 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1743 - protocol: {} - language: - default: &ref_1745 - name: VirtualMachineImagesEdgeZoneClientListOffersResponse - description: VirtualMachineImagesEdgeZoneClientListOffersResponse contains the response from method VirtualMachineImagesEdgeZoneClient.ListOffers. - marshallingFormat: json - responseType: true - resultProp: *ref_1744 - go: *ref_1745 - protocol: {} protocol: {} - - &ref_4315 + - &ref_2413 operationId: VirtualMachineImagesEdgeZone_ListPublishers apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1746 + - *ref_1326 + - &ref_1495 schema: *ref_3 implementation: Method required: true @@ -52469,14 +35526,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1747 + - &ref_1496 schema: *ref_3 implementation: Method required: true @@ -52485,14 +35538,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52501,17 +35550,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52520,10 +35565,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52532,26 +35573,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers method: get uri: '{$host}' signatureParameters: - - *ref_1746 - - *ref_1747 + - *ref_1495 + - *ref_1496 responses: - - schema: *ref_1748 + - schema: *ref_1497 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52560,14 +35595,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -52579,66 +35611,14 @@ operationGroups: default: name: ListPublishers description: Gets a list of virtual machine image publishers for the specified Azure location and edge zone. - go: - name: ListPublishers - description: |- - Gets a list of virtual machine image publishers for the specified Azure location and edge zone. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: &ref_3690 - schema: - type: object - language: - default: &ref_1749 - name: VirtualMachineImagesEdgeZoneClientListPublishersOptions - description: VirtualMachineImagesEdgeZoneClientListPublishersOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListPublishers method. - go: *ref_1749 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesEdgeZoneClientListPublishersOptions - language: - default: &ref_1750 - name: options - description: VirtualMachineImagesEdgeZoneClientListPublishersOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListPublishers method. - go: *ref_1750 - protocol: {} - protocolNaming: - internalMethod: listPublishers - requestMethod: listPublishersCreateRequest - responseMethod: listPublishersHandleResponse - responseEnv: &ref_3904 - type: object - properties: - - &ref_1752 - schema: *ref_1748 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1751 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1751 - protocol: {} - language: - default: &ref_1753 - name: VirtualMachineImagesEdgeZoneClientListPublishersResponse - description: VirtualMachineImagesEdgeZoneClientListPublishersResponse contains the response from method VirtualMachineImagesEdgeZoneClient.ListPublishers. - marshallingFormat: json - responseType: true - resultProp: *ref_1752 - go: *ref_1753 - protocol: {} protocol: {} - - &ref_4316 + - &ref_2414 operationId: VirtualMachineImagesEdgeZone_ListSkus apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1754 + - *ref_1326 + - &ref_1498 schema: *ref_3 implementation: Method required: true @@ -52647,14 +35627,10 @@ operationGroups: name: location description: The name of a supported Azure region. serializedName: location - go: - name: location - description: The name of a supported Azure region. - serializedName: location protocol: http: in: path - - &ref_1755 + - &ref_1499 schema: *ref_3 implementation: Method required: true @@ -52663,14 +35639,10 @@ operationGroups: name: edgeZone description: The name of the edge zone. serializedName: edgeZone - go: - name: edgeZone - description: The name of the edge zone. - serializedName: edgeZone protocol: http: in: path - - &ref_1756 + - &ref_1500 schema: *ref_3 implementation: Method required: true @@ -52679,14 +35651,10 @@ operationGroups: name: publisherName description: A valid image publisher. serializedName: publisherName - go: - name: publisherName - description: A valid image publisher. - serializedName: publisherName protocol: http: in: path - - &ref_1757 + - &ref_1501 schema: *ref_3 implementation: Method required: true @@ -52695,14 +35663,10 @@ operationGroups: name: offer description: A valid image publisher offer. serializedName: offer - go: - name: offer - description: A valid image publisher offer. - serializedName: offer protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52711,17 +35675,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52730,10 +35690,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52742,28 +35698,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus method: get uri: '{$host}' signatureParameters: - - *ref_1754 - - *ref_1755 - - *ref_1756 - - *ref_1757 + - *ref_1498 + - *ref_1499 + - *ref_1500 + - *ref_1501 responses: - - schema: *ref_1758 + - schema: *ref_1502 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52772,14 +35722,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -52791,82 +35738,23 @@ operationGroups: default: name: ListSkus description: Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. - go: - name: ListSKUs - description: |- - Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineImagesEdgeZoneClient - openApiType: arm - optionalParamGroup: &ref_3691 - schema: - type: object - language: - default: &ref_1759 - name: VirtualMachineImagesEdgeZoneClientListSKUsOptions - description: VirtualMachineImagesEdgeZoneClientListSKUsOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListSKUs method. - go: *ref_1759 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineImagesEdgeZoneClientListSKUsOptions - language: - default: &ref_1760 - name: options - description: VirtualMachineImagesEdgeZoneClientListSKUsOptions contains the optional parameters for the VirtualMachineImagesEdgeZoneClient.ListSKUs method. - go: *ref_1760 - protocol: {} - protocolNaming: - internalMethod: listSKUs - requestMethod: listSKUsCreateRequest - responseMethod: listSKUsHandleResponse - responseEnv: &ref_3905 - type: object - properties: - - &ref_1762 - schema: *ref_1758 - serializedName: VirtualMachineImageResourceArray - language: - default: &ref_1761 - name: VirtualMachineImageResourceArray - description: Array of VirtualMachineImageResource - byValue: true - go: *ref_1761 - protocol: {} - language: - default: &ref_1763 - name: VirtualMachineImagesEdgeZoneClientListSKUsResponse - description: VirtualMachineImagesEdgeZoneClientListSKUsResponse contains the response from method VirtualMachineImagesEdgeZoneClient.ListSKUs. - marshallingFormat: json - responseType: true - resultProp: *ref_1762 - go: *ref_1763 - protocol: {} protocol: {} language: default: name: VirtualMachineImagesEdgeZone description: '' - go: - name: VirtualMachineImagesEdgeZone - description: '' - clientCtorName: NewVirtualMachineImagesEdgeZoneClient - clientName: VirtualMachineImagesEdgeZoneClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4317 + - &ref_2415 $key: Usage operations: - - &ref_4318 + - &ref_2416 operationId: Usage_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1765 - schema: *ref_1764 + - *ref_1326 + - &ref_1504 + schema: *ref_1503 implementation: Method required: true language: @@ -52874,14 +35762,10 @@ operationGroups: name: location description: The location for which resource usage is queried. serializedName: location - go: - name: location - description: The location for which resource usage is queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -52890,17 +35774,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52909,10 +35789,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52921,25 +35797,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages method: get uri: '{$host}' signatureParameters: - - *ref_1765 + - *ref_1504 responses: - - schema: *ref_1766 + - schema: *ref_1505 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -52956,118 +35826,50 @@ operationGroups: description: Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. paging: nextLinkName: nextLink - go: - name: List - description: Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. - azureARM: true - clientName: UsageClient - openApiType: arm - optionalParamGroup: &ref_3692 - schema: - type: object - language: - default: &ref_1767 - name: UsageClientListOptions - description: UsageClientListOptions contains the optional parameters for the UsageClient.NewListPager method. - go: *ref_1767 - protocol: {} - originalParameter: [] - required: false - serializedName: UsageClientListOptions - language: - default: &ref_1768 - name: options - description: UsageClientListOptions contains the optional parameters for the UsageClient.NewListPager method. - go: *ref_1768 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3906 - type: object - properties: - - &ref_1770 - schema: *ref_1766 - serializedName: ListUsagesResult - language: - default: &ref_1769 - name: ListUsagesResult - description: The List Usages operation response. - byValue: true - embeddedType: true - go: *ref_1769 - protocol: {} - language: - default: &ref_1771 - name: UsageClientListResponse - description: UsageClientListResponse contains the response from method UsageClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1770 - go: *ref_1771 - protocol: {} protocol: {} language: default: name: Usage description: '' - go: - name: Usage - description: '' - clientCtorName: NewUsageClient - clientName: UsageClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4356 + - &ref_2454 $key: VirtualMachines operations: - - &ref_4355 + - &ref_2453 operationId: VirtualMachines_ListByLocation apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1772 - schema: *ref_1764 + - *ref_1326 + - &ref_1506 + schema: *ref_1503 implementation: Method required: true - language: &ref_4319 + language: &ref_2417 default: name: location description: The location for which virtual machines under the subscription are queried. serializedName: location - go: - name: location - description: The location for which virtual machines under the subscription are queried. - serializedName: location protocol: http: in: path - - &ref_4320 - schema: *ref_1328 + - &ref_2418 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4321 + language: &ref_2419 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53076,10 +35878,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53088,25 +35886,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines method: get uri: '{$host}' signatureParameters: - - *ref_1772 + - *ref_1506 responses: - - schema: *ref_1773 - language: &ref_4322 + - schema: *ref_1507 + language: &ref_2420 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -53214,67 +36006,14 @@ operationGroups: description: Gets all the virtual machines under the specified subscription for the specified location. paging: nextLinkName: nextLink - go: - name: ListByLocation - description: Gets all the virtual machines under the specified subscription for the specified location. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3693 - schema: - type: object - language: - default: &ref_1774 - name: VirtualMachinesClientListByLocationOptions - description: VirtualMachinesClientListByLocationOptions contains the optional parameters for the VirtualMachinesClient.NewListByLocationPager method. - go: *ref_1774 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientListByLocationOptions - language: - default: &ref_1775 - name: options - description: VirtualMachinesClientListByLocationOptions contains the optional parameters for the VirtualMachinesClient.NewListByLocationPager method. - go: *ref_1775 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByLocation - requestMethod: listByLocationCreateRequest - responseMethod: listByLocationHandleResponse - responseEnv: &ref_3907 - type: object - properties: - - &ref_1777 - schema: *ref_1773 - serializedName: VirtualMachineListResult - language: - default: &ref_1776 - name: VirtualMachineListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1776 - protocol: {} - language: - default: &ref_1778 - name: VirtualMachinesClientListByLocationResponse - description: VirtualMachinesClientListByLocationResponse contains the response from method VirtualMachinesClient.NewListByLocationPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1777 - go: *ref_1778 - protocol: {} protocol: {} - - &ref_4357 + - &ref_2455 operationId: VirtualMachines_Capture apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1782 + - *ref_1326 + - &ref_1511 schema: *ref_3 implementation: Method required: true @@ -53283,14 +36022,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1783 + - &ref_1512 schema: *ref_3 implementation: Method required: true @@ -53299,14 +36034,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -53315,33 +36046,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1781 + application/json: &ref_1510 parameters: - - &ref_1780 - schema: *ref_1779 + - &ref_1509 + schema: *ref_1508 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Capture Virtual Machine operation. - go: - name: parameters - description: Parameters supplied to the Capture Virtual Machine operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53350,22 +36074,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1780 + - *ref_1509 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/capture @@ -53375,19 +36092,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1781 + - *ref_1510 signatureParameters: - - *ref_1782 - - *ref_1783 + - *ref_1511 + - *ref_1512 responses: - schema: *ref_81 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -53399,9 +36113,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -53414,151 +36125,67 @@ operationGroups: default: name: Capture description: Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. - go: - name: Capture - description: |- - Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3694 - schema: - type: object - language: - default: &ref_1784 - name: VirtualMachinesClientBeginCaptureOptions - description: VirtualMachinesClientBeginCaptureOptions contains the optional parameters for the VirtualMachinesClient.BeginCapture method. - go: *ref_1784 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1785 - name: string - description: '' - go: *ref_1785 - protocol: {} - language: - default: &ref_1786 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1786 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginCaptureOptions - language: - default: &ref_1787 - name: options - description: VirtualMachinesClientBeginCaptureOptions contains the optional parameters for the VirtualMachinesClient.BeginCapture method. - go: *ref_1787 - protocol: {} - protocolNaming: - internalMethod: capture - requestMethod: captureCreateRequest - responseMethod: captureHandleResponse - responseEnv: &ref_3908 - type: object - properties: - - &ref_1789 - schema: *ref_81 - serializedName: VirtualMachineCaptureResult - language: - default: &ref_1788 - name: VirtualMachineCaptureResult - description: Output of virtual machine capture operation. - byValue: true - embeddedType: true - go: *ref_1788 - protocol: {} - language: - default: &ref_1790 - name: VirtualMachinesClientCaptureResponse - description: VirtualMachinesClientCaptureResponse contains the response from method VirtualMachinesClient.BeginCapture. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1789 - go: *ref_1790 - protocol: {} protocol: {} - - &ref_4374 + - &ref_2472 operationId: VirtualMachines_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1793 + - *ref_1326 + - &ref_1515 schema: *ref_3 implementation: Method required: true - language: &ref_4358 + language: &ref_2456 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1794 + - &ref_1516 schema: *ref_3 implementation: Method required: true - language: &ref_4359 + language: &ref_2457 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4360 - schema: *ref_1328 + - &ref_2458 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4361 + language: &ref_2459 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1792 + application/json: &ref_1514 parameters: - - &ref_1791 + - &ref_1513 schema: *ref_571 implementation: Method required: true - language: &ref_4362 + language: &ref_2460 default: name: parameters description: Parameters supplied to the Create Virtual Machine operation. - go: - name: parameters - description: Parameters supplied to the Create Virtual Machine operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53567,22 +36194,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1791 + - *ref_1513 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} @@ -53592,19 +36212,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1792 + - *ref_1514 signatureParameters: - - *ref_1793 - - *ref_1794 + - *ref_1515 + - *ref_1516 responses: - schema: *ref_571 - language: &ref_4372 + language: &ref_2470 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -53613,13 +36230,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_571 - language: &ref_4373 + language: &ref_2471 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -57454,151 +40068,67 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. - go: - name: CreateOrUpdate - description: |- - The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3695 - schema: - type: object - language: - default: &ref_1795 - name: VirtualMachinesClientBeginCreateOrUpdateOptions - description: VirtualMachinesClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachinesClient.BeginCreateOrUpdate method. - go: *ref_1795 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1796 - name: string - description: '' - go: *ref_1796 - protocol: {} - language: - default: &ref_1797 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1797 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginCreateOrUpdateOptions - language: - default: &ref_1798 - name: options - description: VirtualMachinesClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachinesClient.BeginCreateOrUpdate method. - go: *ref_1798 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3909 - type: object - properties: - - &ref_1800 - schema: *ref_571 - serializedName: VirtualMachine - language: - default: &ref_1799 - name: VirtualMachine - description: Describes a Virtual Machine. - byValue: true - embeddedType: true - go: *ref_1799 - protocol: {} - language: - default: &ref_1801 - name: VirtualMachinesClientCreateOrUpdateResponse - description: VirtualMachinesClientCreateOrUpdateResponse contains the response from method VirtualMachinesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1800 - go: *ref_1801 - protocol: {} protocol: {} - - &ref_4445 + - &ref_2543 operationId: VirtualMachines_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1804 + - *ref_1326 + - &ref_1519 schema: *ref_3 implementation: Method required: true - language: &ref_4438 + language: &ref_2536 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1805 + - &ref_1520 schema: *ref_3 implementation: Method required: true - language: &ref_4439 + language: &ref_2537 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4440 - schema: *ref_1328 + - &ref_2538 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4441 + language: &ref_2539 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1803 + application/json: &ref_1518 parameters: - - &ref_1802 - schema: *ref_627 + - &ref_1517 + schema: *ref_626 implementation: Method required: true - language: &ref_4442 + language: &ref_2540 default: name: parameters description: Parameters supplied to the Update Virtual Machine operation. - go: - name: parameters - description: Parameters supplied to the Update Virtual Machine operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57607,22 +40137,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1802 + - *ref_1517 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} @@ -57632,19 +40155,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1803 + - *ref_1518 signatureParameters: - - *ref_1804 - - *ref_1805 + - *ref_1519 + - *ref_1520 responses: - schema: *ref_571 - language: &ref_4444 + language: &ref_2542 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -57847,206 +40367,81 @@ operationGroups: default: name: Update description: The operation to update a virtual machine. - go: - name: Update - description: |- - The operation to update a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3696 - schema: - type: object - language: - default: &ref_1806 - name: VirtualMachinesClientBeginUpdateOptions - description: VirtualMachinesClientBeginUpdateOptions contains the optional parameters for the VirtualMachinesClient.BeginUpdate method. - go: *ref_1806 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1807 - name: string - description: '' - go: *ref_1807 - protocol: {} - language: - default: &ref_1808 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1808 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginUpdateOptions - language: - default: &ref_1809 - name: options - description: VirtualMachinesClientBeginUpdateOptions contains the optional parameters for the VirtualMachinesClient.BeginUpdate method. - go: *ref_1809 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3910 - type: object - properties: - - &ref_1811 - schema: *ref_571 - serializedName: VirtualMachine - language: - default: &ref_1810 - name: VirtualMachine - description: Describes a Virtual Machine. - byValue: true - embeddedType: true - go: *ref_1810 - protocol: {} - language: - default: &ref_1812 - name: VirtualMachinesClientUpdateResponse - description: VirtualMachinesClientUpdateResponse contains the response from method VirtualMachinesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1811 - go: *ref_1812 - protocol: {} protocol: {} - - &ref_4452 + - &ref_2550 operationId: VirtualMachines_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1819 + - *ref_1326 + - &ref_1522 schema: *ref_3 implementation: Method required: true - language: &ref_4447 + language: &ref_2545 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1820 + - &ref_1523 schema: *ref_3 implementation: Method required: true - language: &ref_4448 + language: &ref_2546 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_1815 - schema: *ref_1813 + - &ref_1524 + schema: *ref_1521 implementation: Method - language: &ref_4449 + language: &ref_2547 default: name: forceDeletion description: Optional parameter to force delete virtual machines.(Feature in Preview) serializedName: forceDeletion - go: - name: ForceDeletion - description: Optional parameter to force delete virtual machines.(Feature in Preview) - paramGroup: &ref_1821 - schema: - type: object - language: - default: &ref_1814 - name: VirtualMachinesClientBeginDeleteOptions - description: VirtualMachinesClientBeginDeleteOptions contains the optional parameters for the VirtualMachinesClient.BeginDelete method. - go: *ref_1814 - protocol: {} - originalParameter: - - *ref_1815 - - schema: - type: string - language: - default: &ref_1816 - name: string - description: '' - go: *ref_1816 - protocol: {} - language: - default: &ref_1817 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1817 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginDeleteOptions - language: - default: &ref_1818 - name: options - description: VirtualMachinesClientBeginDeleteOptions contains the optional parameters for the VirtualMachinesClient.BeginDelete method. - go: *ref_1818 - protocol: {} - serializedName: forceDeletion protocol: http: in: query - - &ref_4450 - schema: *ref_1328 + - &ref_2548 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4451 + language: &ref_2549 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} method: delete uri: '{$host}' signatureParameters: - - *ref_1819 - - *ref_1820 - - *ref_1815 + - *ref_1522 + - *ref_1523 + - *ref_1524 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -58055,9 +40450,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -58066,9 +40458,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -58092,70 +40481,39 @@ operationGroups: default: name: Delete description: The operation to delete a virtual machine. - go: - name: Delete - description: |- - The operation to delete a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1821 - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3911 - type: object - language: - default: &ref_1822 - name: VirtualMachinesClientDeleteResponse - description: VirtualMachinesClientDeleteResponse contains the response from method VirtualMachinesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1822 - protocol: {} protocol: {} - - &ref_4468 + - &ref_2566 operationId: VirtualMachines_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1826 + - *ref_1326 + - &ref_1525 schema: *ref_3 implementation: Method required: true - language: &ref_4453 + language: &ref_2551 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1827 + - &ref_1526 schema: *ref_3 implementation: Method required: true - language: &ref_4454 + language: &ref_2552 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_1824 - schema: *ref_1457 + - &ref_1527 + schema: *ref_1374 implementation: Method language: default: @@ -58164,55 +40522,26 @@ operationGroups: The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation. serializedName: $expand - go: - name: Expand - description: |- - The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control - plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation. - paramGroup: &ref_1828 - schema: - type: object - language: - default: &ref_1823 - name: VirtualMachinesClientGetOptions - description: VirtualMachinesClientGetOptions contains the optional parameters for the VirtualMachinesClient.Get method. - go: *ref_1823 - protocol: {} - originalParameter: - - *ref_1824 - required: false - serializedName: VirtualMachinesClientGetOptions - language: - default: &ref_1825 - name: options - description: VirtualMachinesClientGetOptions contains the optional parameters for the VirtualMachinesClient.Get method. - go: *ref_1825 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_4455 - schema: *ref_1328 + - &ref_2553 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4456 + language: &ref_2554 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58221,10 +40550,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -58233,27 +40558,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} method: get uri: '{$host}' signatureParameters: - - *ref_1826 - - *ref_1827 - - *ref_1824 + - *ref_1525 + - *ref_1526 + - *ref_1527 responses: - schema: *ref_571 - language: &ref_4457 + language: &ref_2555 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -58345,7 +40664,7 @@ operationGroups: autoUpgradeMinorVersion: true provisioningState: Succeeded publisher: Microsoft.Compute - settings: &ref_4466 {} + settings: &ref_2564 {} typeHandlerVersion: '1.9' tags: displayName: CustomScriptExtension-DSC @@ -58404,102 +40723,54 @@ operationGroups: default: name: Get description: Retrieves information about the model view or the instance view of a virtual machine. - go: - name: Get - description: |- - Retrieves information about the model view or the instance view of a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1828 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3912 - type: object - properties: - - &ref_1830 - schema: *ref_571 - serializedName: VirtualMachine - language: - default: &ref_1829 - name: VirtualMachine - description: Describes a Virtual Machine. - byValue: true - embeddedType: true - go: *ref_1829 - protocol: {} - language: - default: &ref_1831 - name: VirtualMachinesClientGetResponse - description: VirtualMachinesClientGetResponse contains the response from method VirtualMachinesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1830 - go: *ref_1831 - protocol: {} protocol: {} - - &ref_4525 + - &ref_2623 operationId: VirtualMachines_InstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1832 + - *ref_1326 + - &ref_1528 schema: *ref_3 implementation: Method required: true - language: &ref_4470 + language: &ref_2568 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1833 + - &ref_1529 schema: *ref_3 implementation: Method required: true - language: &ref_4471 + language: &ref_2569 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4472 - schema: *ref_1328 + - &ref_2570 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4473 + language: &ref_2571 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58508,10 +40779,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -58520,26 +40787,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_1832 - - *ref_1833 + - *ref_1528 + - *ref_1529 responses: - - schema: *ref_694 - language: &ref_4474 + - schema: *ref_693 + language: &ref_2572 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -58690,67 +40951,14 @@ operationGroups: default: name: InstanceView description: Retrieves information about the run-time state of a virtual machine. - go: - name: InstanceView - description: |- - Retrieves information about the run-time state of a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3697 - schema: - type: object - language: - default: &ref_1834 - name: VirtualMachinesClientInstanceViewOptions - description: VirtualMachinesClientInstanceViewOptions contains the optional parameters for the VirtualMachinesClient.InstanceView method. - go: *ref_1834 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientInstanceViewOptions - language: - default: &ref_1835 - name: options - description: VirtualMachinesClientInstanceViewOptions contains the optional parameters for the VirtualMachinesClient.InstanceView method. - go: *ref_1835 - protocol: {} - protocolNaming: - internalMethod: instanceView - requestMethod: instanceViewCreateRequest - responseMethod: instanceViewHandleResponse - responseEnv: &ref_3913 - type: object - properties: - - &ref_1837 - schema: *ref_694 - serializedName: VirtualMachineInstanceView - language: - default: &ref_1836 - name: VirtualMachineInstanceView - description: The instance view of a virtual machine. - byValue: true - embeddedType: true - go: *ref_1836 - protocol: {} - language: - default: &ref_1838 - name: VirtualMachinesClientInstanceViewResponse - description: VirtualMachinesClientInstanceViewResponse contains the response from method VirtualMachinesClient.InstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_1837 - go: *ref_1838 - protocol: {} protocol: {} - - &ref_4527 + - &ref_2625 operationId: VirtualMachines_ConvertToManagedDisks apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1839 + - *ref_1326 + - &ref_1530 schema: *ref_3 implementation: Method required: true @@ -58759,14 +40967,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1840 + - &ref_1531 schema: *ref_3 implementation: Method required: true @@ -58775,14 +40979,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -58791,38 +40991,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/convertToManagedDisks method: post uri: '{$host}' signatureParameters: - - *ref_1839 - - *ref_1840 + - *ref_1530 + - *ref_1531 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -58831,9 +41021,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -58844,69 +41031,14 @@ operationGroups: default: name: ConvertToManagedDisks description: Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. - go: - name: ConvertToManagedDisks - description: |- - Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3698 - schema: - type: object - language: - default: &ref_1841 - name: VirtualMachinesClientBeginConvertToManagedDisksOptions - description: VirtualMachinesClientBeginConvertToManagedDisksOptions contains the optional parameters for the VirtualMachinesClient.BeginConvertToManagedDisks method. - go: *ref_1841 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1842 - name: string - description: '' - go: *ref_1842 - protocol: {} - language: - default: &ref_1843 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1843 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginConvertToManagedDisksOptions - language: - default: &ref_1844 - name: options - description: VirtualMachinesClientBeginConvertToManagedDisksOptions contains the optional parameters for the VirtualMachinesClient.BeginConvertToManagedDisks method. - go: *ref_1844 - protocol: {} - protocolNaming: - internalMethod: convertToManagedDisks - requestMethod: convertToManagedDisksCreateRequest - responseMethod: convertToManagedDisksHandleResponse - responseEnv: &ref_3914 - type: object - language: - default: &ref_1845 - name: VirtualMachinesClientConvertToManagedDisksResponse - description: VirtualMachinesClientConvertToManagedDisksResponse contains the response from method VirtualMachinesClient.BeginConvertToManagedDisks. - forLRO: true - responseType: true - go: *ref_1845 - protocol: {} protocol: {} - - &ref_4528 + - &ref_2626 operationId: VirtualMachines_Deallocate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1846 + - *ref_1326 + - &ref_1532 schema: *ref_3 implementation: Method required: true @@ -58915,14 +41047,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1847 + - &ref_1533 schema: *ref_3 implementation: Method required: true @@ -58931,14 +41059,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -58947,38 +41071,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/deallocate method: post uri: '{$host}' signatureParameters: - - *ref_1846 - - *ref_1847 + - *ref_1532 + - *ref_1533 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -58987,9 +41101,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -59000,142 +41111,69 @@ operationGroups: default: name: Deallocate description: Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. - go: - name: Deallocate - description: |- - Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3699 - schema: - type: object - language: - default: &ref_1848 - name: VirtualMachinesClientBeginDeallocateOptions - description: VirtualMachinesClientBeginDeallocateOptions contains the optional parameters for the VirtualMachinesClient.BeginDeallocate method. - go: *ref_1848 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1849 - name: string - description: '' - go: *ref_1849 - protocol: {} - language: - default: &ref_1850 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1850 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginDeallocateOptions - language: - default: &ref_1851 - name: options - description: VirtualMachinesClientBeginDeallocateOptions contains the optional parameters for the VirtualMachinesClient.BeginDeallocate method. - go: *ref_1851 - protocol: {} - protocolNaming: - internalMethod: deallocate - requestMethod: deallocateCreateRequest - responseMethod: deallocateHandleResponse - responseEnv: &ref_3915 - type: object - language: - default: &ref_1852 - name: VirtualMachinesClientDeallocateResponse - description: VirtualMachinesClientDeallocateResponse contains the response from method VirtualMachinesClient.BeginDeallocate. - forLRO: true - responseType: true - go: *ref_1852 - protocol: {} protocol: {} - - &ref_4533 + - &ref_2631 operationId: VirtualMachines_Generalize apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1853 + - *ref_1326 + - &ref_1534 schema: *ref_3 implementation: Method required: true - language: &ref_4529 + language: &ref_2627 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1854 + - &ref_1535 schema: *ref_3 implementation: Method required: true - language: &ref_4530 + language: &ref_2628 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4531 - schema: *ref_1328 + - &ref_2629 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4532 + language: &ref_2630 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/generalize method: post uri: '{$host}' signatureParameters: - - *ref_1853 - - *ref_1854 + - *ref_1534 + - *ref_1535 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -59158,55 +41196,14 @@ operationGroups: Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation.
    For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).
    For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). - go: - name: Generalize - description: |- - Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. For Windows, please refer to Create a managed image of a - generalized VM in Azure [https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource]. For Linux, please refer to How to create an image of a virtual machine or VHD - [https://docs.microsoft.com/azure/virtual-machines/linux/capture-image]. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3700 - schema: - type: object - language: - default: &ref_1855 - name: VirtualMachinesClientGeneralizeOptions - description: VirtualMachinesClientGeneralizeOptions contains the optional parameters for the VirtualMachinesClient.Generalize method. - go: *ref_1855 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientGeneralizeOptions - language: - default: &ref_1856 - name: options - description: VirtualMachinesClientGeneralizeOptions contains the optional parameters for the VirtualMachinesClient.Generalize method. - go: *ref_1856 - protocol: {} - protocolNaming: - internalMethod: generalize - requestMethod: generalizeCreateRequest - responseMethod: generalizeHandleResponse - responseEnv: &ref_3916 - type: object - language: - default: &ref_1857 - name: VirtualMachinesClientGeneralizeResponse - description: VirtualMachinesClientGeneralizeResponse contains the response from method VirtualMachinesClient.Generalize. - responseType: true - go: *ref_1857 - protocol: {} protocol: {} - - &ref_4534 + - &ref_2632 operationId: VirtualMachines_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1858 + - *ref_1326 + - &ref_1536 schema: *ref_3 implementation: Method required: true @@ -59215,14 +41212,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59231,17 +41224,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59250,10 +41239,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59262,25 +41247,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines method: get uri: '{$host}' signatureParameters: - - *ref_1858 + - *ref_1536 responses: - - schema: *ref_1773 + - schema: *ref_1507 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -59297,67 +41276,14 @@ operationGroups: description: Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. paging: nextLinkName: nextLink - go: - name: List - description: Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3701 - schema: - type: object - language: - default: &ref_1859 - name: VirtualMachinesClientListOptions - description: VirtualMachinesClientListOptions contains the optional parameters for the VirtualMachinesClient.NewListPager method. - go: *ref_1859 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientListOptions - language: - default: &ref_1860 - name: options - description: VirtualMachinesClientListOptions contains the optional parameters for the VirtualMachinesClient.NewListPager method. - go: *ref_1860 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3917 - type: object - properties: - - &ref_1862 - schema: *ref_1773 - serializedName: VirtualMachineListResult - language: - default: &ref_1861 - name: VirtualMachineListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1861 - protocol: {} - language: - default: &ref_1863 - name: VirtualMachinesClientListResponse - description: VirtualMachinesClientListResponse contains the response from method VirtualMachinesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1862 - go: *ref_1863 - protocol: {} protocol: {} - - &ref_4535 + - &ref_2633 operationId: VirtualMachines_ListAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59366,15 +41292,11 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_1865 + - *ref_1330 + - &ref_1537 schema: *ref_3 implementation: Method language: @@ -59382,35 +41304,12 @@ operationGroups: name: statusOnly description: statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. serializedName: statusOnly - go: - name: StatusOnly - description: statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. - paramGroup: &ref_1867 - schema: - type: object - language: - default: &ref_1864 - name: VirtualMachinesClientListAllOptions - description: VirtualMachinesClientListAllOptions contains the optional parameters for the VirtualMachinesClient.NewListAllPager method. - go: *ref_1864 - protocol: {} - originalParameter: - - *ref_1865 - required: false - serializedName: VirtualMachinesClientListAllOptions - language: - default: &ref_1866 - name: options - description: VirtualMachinesClientListAllOptions contains the optional parameters for the VirtualMachinesClient.NewListAllPager method. - go: *ref_1866 - protocol: {} - serializedName: statusOnly protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59419,10 +41318,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59431,25 +41326,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines method: get uri: '{$host}' signatureParameters: - - *ref_1865 + - *ref_1537 responses: - - schema: *ref_1773 + - schema: *ref_1507 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -59466,102 +41355,54 @@ operationGroups: description: Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. paging: nextLinkName: nextLink - go: - name: ListAll - description: Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1867 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAll - requestMethod: listAllCreateRequest - responseMethod: listAllHandleResponse - responseEnv: &ref_3918 - type: object - properties: - - &ref_1869 - schema: *ref_1773 - serializedName: VirtualMachineListResult - language: - default: &ref_1868 - name: VirtualMachineListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1868 - protocol: {} - language: - default: &ref_1870 - name: VirtualMachinesClientListAllResponse - description: VirtualMachinesClientListAllResponse contains the response from method VirtualMachinesClient.NewListAllPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1869 - go: *ref_1870 - protocol: {} protocol: {} - - &ref_4548 + - &ref_2646 operationId: VirtualMachines_ListAvailableSizes apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1871 + - *ref_1326 + - &ref_1538 schema: *ref_3 implementation: Method required: true - language: &ref_4536 + language: &ref_2634 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1872 + - &ref_1539 schema: *ref_3 implementation: Method required: true - language: &ref_4537 + language: &ref_2635 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4538 - schema: *ref_1328 + - &ref_2636 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4539 + language: &ref_2637 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59570,10 +41411,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59582,26 +41419,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/vmSizes method: get uri: '{$host}' signatureParameters: - - *ref_1871 - - *ref_1872 + - *ref_1538 + - *ref_1539 responses: - - schema: *ref_1384 - language: &ref_4540 + - schema: *ref_1348 + language: &ref_2638 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -59642,67 +41473,14 @@ operationGroups: description: Lists all available virtual machine sizes to which the specified virtual machine can be resized. paging: nextLinkName: null - go: - name: ListAvailableSizes - description: Lists all available virtual machine sizes to which the specified virtual machine can be resized. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3702 - schema: - type: object - language: - default: &ref_1873 - name: VirtualMachinesClientListAvailableSizesOptions - description: VirtualMachinesClientListAvailableSizesOptions contains the optional parameters for the VirtualMachinesClient.NewListAvailableSizesPager method. - go: *ref_1873 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientListAvailableSizesOptions - language: - default: &ref_1874 - name: options - description: VirtualMachinesClientListAvailableSizesOptions contains the optional parameters for the VirtualMachinesClient.NewListAvailableSizesPager method. - go: *ref_1874 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listAvailableSizes - requestMethod: listAvailableSizesCreateRequest - responseMethod: listAvailableSizesHandleResponse - responseEnv: &ref_3919 - type: object - properties: - - &ref_1876 - schema: *ref_1384 - serializedName: VirtualMachineSizeListResult - language: - default: &ref_1875 - name: VirtualMachineSizeListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1875 - protocol: {} - language: - default: &ref_1877 - name: VirtualMachinesClientListAvailableSizesResponse - description: VirtualMachinesClientListAvailableSizesResponse contains the response from method VirtualMachinesClient.NewListAvailableSizesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1876 - go: *ref_1877 - protocol: {} protocol: {} - - &ref_4549 + - &ref_2647 operationId: VirtualMachines_PowerOff apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1884 + - *ref_1326 + - &ref_1541 schema: *ref_3 implementation: Method required: true @@ -59711,14 +41489,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1885 + - &ref_1542 schema: *ref_3 implementation: Method required: true @@ -59727,63 +41501,21 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_1880 - schema: *ref_1878 + - &ref_1543 + schema: *ref_1540 implementation: Method language: default: name: skipShutdown description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified serializedName: skipShutdown - go: - name: SkipShutdown - description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified - paramGroup: &ref_1886 - schema: - type: object - language: - default: &ref_1879 - name: VirtualMachinesClientBeginPowerOffOptions - description: VirtualMachinesClientBeginPowerOffOptions contains the optional parameters for the VirtualMachinesClient.BeginPowerOff method. - go: *ref_1879 - protocol: {} - originalParameter: - - *ref_1880 - - schema: - type: string - language: - default: &ref_1881 - name: string - description: '' - go: *ref_1881 - protocol: {} - language: - default: &ref_1882 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1882 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginPowerOffOptions - language: - default: &ref_1883 - name: options - description: VirtualMachinesClientBeginPowerOffOptions contains the optional parameters for the VirtualMachinesClient.BeginPowerOff method. - go: *ref_1883 - protocol: {} - serializedName: skipShutdown protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -59792,39 +41524,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/powerOff method: post uri: '{$host}' signatureParameters: - - *ref_1884 - - *ref_1885 - - *ref_1880 + - *ref_1541 + - *ref_1542 + - *ref_1543 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -59833,9 +41555,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -59846,89 +41565,54 @@ operationGroups: default: name: PowerOff description: The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. - go: - name: PowerOff - description: |- - The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1886 - protocolNaming: - internalMethod: powerOff - requestMethod: powerOffCreateRequest - responseMethod: powerOffHandleResponse - responseEnv: &ref_3920 - type: object - language: - default: &ref_1887 - name: VirtualMachinesClientPowerOffResponse - description: VirtualMachinesClientPowerOffResponse contains the response from method VirtualMachinesClient.BeginPowerOff. - forLRO: true - responseType: true - go: *ref_1887 - protocol: {} protocol: {} - - &ref_4554 + - &ref_2652 operationId: VirtualMachines_Reapply apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1888 + - *ref_1326 + - &ref_1544 schema: *ref_3 implementation: Method required: true - language: &ref_4550 + language: &ref_2648 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1889 + - &ref_1545 schema: *ref_3 implementation: Method required: true - language: &ref_4551 + language: &ref_2649 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4552 - schema: *ref_1328 + - &ref_2650 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4553 + language: &ref_2651 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59937,10 +41621,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59949,25 +41629,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reapply method: post uri: '{$host}' signatureParameters: - - *ref_1888 - - *ref_1889 + - *ref_1544 + - *ref_1545 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -59976,22 +41650,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -60016,69 +41684,14 @@ operationGroups: default: name: Reapply description: The operation to reapply a virtual machine's state. - go: - name: Reapply - description: |- - The operation to reapply a virtual machine's state. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3703 - schema: - type: object - language: - default: &ref_1890 - name: VirtualMachinesClientBeginReapplyOptions - description: VirtualMachinesClientBeginReapplyOptions contains the optional parameters for the VirtualMachinesClient.BeginReapply method. - go: *ref_1890 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1891 - name: string - description: '' - go: *ref_1891 - protocol: {} - language: - default: &ref_1892 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1892 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginReapplyOptions - language: - default: &ref_1893 - name: options - description: VirtualMachinesClientBeginReapplyOptions contains the optional parameters for the VirtualMachinesClient.BeginReapply method. - go: *ref_1893 - protocol: {} - protocolNaming: - internalMethod: reapply - requestMethod: reapplyCreateRequest - responseMethod: reapplyHandleResponse - responseEnv: &ref_3921 - type: object - language: - default: &ref_1894 - name: VirtualMachinesClientReapplyResponse - description: VirtualMachinesClientReapplyResponse contains the response from method VirtualMachinesClient.BeginReapply. - forLRO: true - responseType: true - go: *ref_1894 - protocol: {} protocol: {} - - &ref_4555 + - &ref_2653 operationId: VirtualMachines_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1895 + - *ref_1326 + - &ref_1546 schema: *ref_3 implementation: Method required: true @@ -60087,14 +41700,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1896 + - &ref_1547 schema: *ref_3 implementation: Method required: true @@ -60103,14 +41712,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60119,38 +41724,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_1895 - - *ref_1896 + - *ref_1546 + - *ref_1547 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60159,9 +41754,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60172,69 +41764,14 @@ operationGroups: default: name: Restart description: The operation to restart a virtual machine. - go: - name: Restart - description: |- - The operation to restart a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3704 - schema: - type: object - language: - default: &ref_1897 - name: VirtualMachinesClientBeginRestartOptions - description: VirtualMachinesClientBeginRestartOptions contains the optional parameters for the VirtualMachinesClient.BeginRestart method. - go: *ref_1897 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1898 - name: string - description: '' - go: *ref_1898 - protocol: {} - language: - default: &ref_1899 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1899 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginRestartOptions - language: - default: &ref_1900 - name: options - description: VirtualMachinesClientBeginRestartOptions contains the optional parameters for the VirtualMachinesClient.BeginRestart method. - go: *ref_1900 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_3922 - type: object - language: - default: &ref_1901 - name: VirtualMachinesClientRestartResponse - description: VirtualMachinesClientRestartResponse contains the response from method VirtualMachinesClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_1901 - protocol: {} protocol: {} - - &ref_4556 + - &ref_2654 operationId: VirtualMachines_Start apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1902 + - *ref_1326 + - &ref_1548 schema: *ref_3 implementation: Method required: true @@ -60243,14 +41780,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1903 + - &ref_1549 schema: *ref_3 implementation: Method required: true @@ -60259,14 +41792,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60275,38 +41804,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/start method: post uri: '{$host}' signatureParameters: - - *ref_1902 - - *ref_1903 + - *ref_1548 + - *ref_1549 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60315,9 +41834,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60328,69 +41844,14 @@ operationGroups: default: name: Start description: The operation to start a virtual machine. - go: - name: Start - description: |- - The operation to start a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3705 - schema: - type: object - language: - default: &ref_1904 - name: VirtualMachinesClientBeginStartOptions - description: VirtualMachinesClientBeginStartOptions contains the optional parameters for the VirtualMachinesClient.BeginStart method. - go: *ref_1904 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1905 - name: string - description: '' - go: *ref_1905 - protocol: {} - language: - default: &ref_1906 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1906 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginStartOptions - language: - default: &ref_1907 - name: options - description: VirtualMachinesClientBeginStartOptions contains the optional parameters for the VirtualMachinesClient.BeginStart method. - go: *ref_1907 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_3923 - type: object - language: - default: &ref_1908 - name: VirtualMachinesClientStartResponse - description: VirtualMachinesClientStartResponse contains the response from method VirtualMachinesClient.BeginStart. - forLRO: true - responseType: true - go: *ref_1908 - protocol: {} protocol: {} - - &ref_4557 + - &ref_2655 operationId: VirtualMachines_Redeploy apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1909 + - *ref_1326 + - &ref_1550 schema: *ref_3 implementation: Method required: true @@ -60399,14 +41860,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1910 + - &ref_1551 schema: *ref_3 implementation: Method required: true @@ -60415,14 +41872,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -60431,38 +41884,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/redeploy method: post uri: '{$host}' signatureParameters: - - *ref_1909 - - *ref_1910 + - *ref_1550 + - *ref_1551 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60471,9 +41914,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60484,179 +41924,72 @@ operationGroups: default: name: Redeploy description: Shuts down the virtual machine, moves it to a new node, and powers it back on. - go: - name: Redeploy - description: |- - Shuts down the virtual machine, moves it to a new node, and powers it back on. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3706 - schema: - type: object - language: - default: &ref_1911 - name: VirtualMachinesClientBeginRedeployOptions - description: VirtualMachinesClientBeginRedeployOptions contains the optional parameters for the VirtualMachinesClient.BeginRedeploy method. - go: *ref_1911 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1912 - name: string - description: '' - go: *ref_1912 - protocol: {} - language: - default: &ref_1913 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1913 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginRedeployOptions - language: - default: &ref_1914 - name: options - description: VirtualMachinesClientBeginRedeployOptions contains the optional parameters for the VirtualMachinesClient.BeginRedeploy method. - go: *ref_1914 - protocol: {} - protocolNaming: - internalMethod: redeploy - requestMethod: redeployCreateRequest - responseMethod: redeployHandleResponse - responseEnv: &ref_3924 - type: object - language: - default: &ref_1915 - name: VirtualMachinesClientRedeployResponse - description: VirtualMachinesClientRedeployResponse contains the response from method VirtualMachinesClient.BeginRedeploy. - forLRO: true - responseType: true - go: *ref_1915 - protocol: {} protocol: {} - - &ref_4564 + - &ref_2662 operationId: VirtualMachines_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1922 + - *ref_1326 + - &ref_1554 schema: *ref_3 implementation: Method required: true - language: &ref_4558 + language: &ref_2656 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1923 + - &ref_1555 schema: *ref_3 implementation: Method required: true - language: &ref_4559 + language: &ref_2657 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4560 - schema: *ref_1328 + - &ref_2658 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4561 + language: &ref_2659 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1921 + application/json: &ref_1553 parameters: - - &ref_1917 - schema: *ref_728 + - &ref_1552 + schema: *ref_727 implementation: Method required: false - language: &ref_4562 + language: &ref_2660 default: name: parameters description: Parameters supplied to the Reimage Virtual Machine operation. - go: - name: Parameters - description: Parameters supplied to the Reimage Virtual Machine operation. - paramGroup: &ref_1924 - schema: - type: object - language: - default: &ref_1916 - name: VirtualMachinesClientBeginReimageOptions - description: VirtualMachinesClientBeginReimageOptions contains the optional parameters for the VirtualMachinesClient.BeginReimage method. - go: *ref_1916 - protocol: {} - originalParameter: - - *ref_1917 - - schema: - type: string - language: - default: &ref_1918 - name: string - description: '' - go: *ref_1918 - protocol: {} - language: - default: &ref_1919 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1919 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginReimageOptions - language: - default: &ref_1920 - name: options - description: VirtualMachinesClientBeginReimageOptions contains the optional parameters for the VirtualMachinesClient.BeginReimage method. - go: *ref_1920 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_1917 + - *ref_1552 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reimage @@ -60666,18 +41999,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1921 + - *ref_1553 signatureParameters: - - *ref_1922 - - *ref_1923 + - *ref_1554 + - *ref_1555 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -60686,9 +42016,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -60712,126 +42039,65 @@ operationGroups: default: name: Reimage description: Reimages the virtual machine which has an ephemeral OS disk back to its initial state. - go: - name: Reimage - description: |- - Reimages the virtual machine which has an ephemeral OS disk back to its initial state. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1924 - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_3925 - type: object - language: - default: &ref_1925 - name: VirtualMachinesClientReimageResponse - description: VirtualMachinesClientReimageResponse contains the response from method VirtualMachinesClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_1925 - protocol: {} protocol: {} - - &ref_4573 + - &ref_2671 operationId: VirtualMachines_RetrieveBootDiagnosticsData apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1929 + - *ref_1326 + - &ref_1556 schema: *ref_3 implementation: Method required: true - language: &ref_4565 + language: &ref_2663 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1930 + - &ref_1557 schema: *ref_3 implementation: Method required: true - language: &ref_4566 + language: &ref_2664 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_1927 - schema: *ref_1598 + - &ref_1558 + schema: *ref_1424 implementation: Method - language: &ref_4567 + language: &ref_2665 default: name: sasUriExpirationTimeInMinutes description: 'Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes.

    NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes.' serializedName: sasUriExpirationTimeInMinutes - go: - name: SasURIExpirationTimeInMinutes - description: |- - Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes. - - NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes. - paramGroup: &ref_1932 - schema: - type: object - language: - default: &ref_1926 - name: VirtualMachinesClientRetrieveBootDiagnosticsDataOptions - description: VirtualMachinesClientRetrieveBootDiagnosticsDataOptions contains the optional parameters for the VirtualMachinesClient.RetrieveBootDiagnosticsData method. - go: *ref_1926 - protocol: {} - originalParameter: - - *ref_1927 - required: false - serializedName: VirtualMachinesClientRetrieveBootDiagnosticsDataOptions - language: - default: &ref_1928 - name: options - description: VirtualMachinesClientRetrieveBootDiagnosticsDataOptions contains the optional parameters for the VirtualMachinesClient.RetrieveBootDiagnosticsData method. - go: *ref_1928 - protocol: {} - serializedName: sasUriExpirationTimeInMinutes protocol: http: in: query - - &ref_4568 - schema: *ref_1328 + - &ref_2666 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4569 + language: &ref_2667 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60840,10 +42106,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -60852,27 +42114,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/retrieveBootDiagnosticsData method: post uri: '{$host}' signatureParameters: - - *ref_1929 - - *ref_1930 - - *ref_1927 + - *ref_1556 + - *ref_1557 + - *ref_1558 responses: - - schema: *ref_1931 - language: &ref_4570 + - schema: *ref_1559 + language: &ref_2668 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -60881,14 +42137,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -60916,50 +42169,14 @@ operationGroups: default: name: RetrieveBootDiagnosticsData description: The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. - go: - name: RetrieveBootDiagnosticsData - description: |- - The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: *ref_1932 - protocolNaming: - internalMethod: retrieveBootDiagnosticsData - requestMethod: retrieveBootDiagnosticsDataCreateRequest - responseMethod: retrieveBootDiagnosticsDataHandleResponse - responseEnv: &ref_3926 - type: object - properties: - - &ref_1934 - schema: *ref_1931 - serializedName: RetrieveBootDiagnosticsDataResult - language: - default: &ref_1933 - name: RetrieveBootDiagnosticsDataResult - description: The SAS URIs of the console screenshot and serial log blobs. - byValue: true - embeddedType: true - go: *ref_1933 - protocol: {} - language: - default: &ref_1935 - name: VirtualMachinesClientRetrieveBootDiagnosticsDataResponse - description: VirtualMachinesClientRetrieveBootDiagnosticsDataResponse contains the response from method VirtualMachinesClient.RetrieveBootDiagnosticsData. - marshallingFormat: json - responseType: true - resultProp: *ref_1934 - go: *ref_1935 - protocol: {} protocol: {} - - &ref_4574 + - &ref_2672 operationId: VirtualMachines_PerformMaintenance apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1936 + - *ref_1326 + - &ref_1560 schema: *ref_3 implementation: Method required: true @@ -60968,14 +42185,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1937 + - &ref_1561 schema: *ref_3 implementation: Method required: true @@ -60984,14 +42197,10 @@ operationGroups: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -61000,38 +42209,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/performMaintenance method: post uri: '{$host}' signatureParameters: - - *ref_1936 - - *ref_1937 + - *ref_1560 + - *ref_1561 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -61040,9 +42239,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -61053,142 +42249,69 @@ operationGroups: default: name: PerformMaintenance description: The operation to perform maintenance on a virtual machine. - go: - name: PerformMaintenance - description: |- - The operation to perform maintenance on a virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3707 - schema: - type: object - language: - default: &ref_1938 - name: VirtualMachinesClientBeginPerformMaintenanceOptions - description: VirtualMachinesClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachinesClient.BeginPerformMaintenance method. - go: *ref_1938 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1939 - name: string - description: '' - go: *ref_1939 - protocol: {} - language: - default: &ref_1940 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1940 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginPerformMaintenanceOptions - language: - default: &ref_1941 - name: options - description: VirtualMachinesClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachinesClient.BeginPerformMaintenance method. - go: *ref_1941 - protocol: {} - protocolNaming: - internalMethod: performMaintenance - requestMethod: performMaintenanceCreateRequest - responseMethod: performMaintenanceHandleResponse - responseEnv: &ref_3927 - type: object - language: - default: &ref_1942 - name: VirtualMachinesClientPerformMaintenanceResponse - description: VirtualMachinesClientPerformMaintenanceResponse contains the response from method VirtualMachinesClient.BeginPerformMaintenance. - forLRO: true - responseType: true - go: *ref_1942 - protocol: {} protocol: {} - - &ref_4579 + - &ref_2677 operationId: VirtualMachines_SimulateEviction apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1943 + - *ref_1326 + - &ref_1562 schema: *ref_3 implementation: Method required: true - language: &ref_4575 + language: &ref_2673 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1944 + - &ref_1563 schema: *ref_3 implementation: Method required: true - language: &ref_4576 + language: &ref_2674 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4577 - schema: *ref_1328 + - &ref_2675 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4578 + language: &ref_2676 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/simulateEviction method: post uri: '{$host}' signatureParameters: - - *ref_1943 - - *ref_1944 + - *ref_1562 + - *ref_1563 responses: - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -61209,105 +42332,54 @@ operationGroups: default: name: SimulateEviction description: The operation to simulate the eviction of spot virtual machine. - go: - name: SimulateEviction - description: |- - The operation to simulate the eviction of spot virtual machine. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3708 - schema: - type: object - language: - default: &ref_1945 - name: VirtualMachinesClientSimulateEvictionOptions - description: VirtualMachinesClientSimulateEvictionOptions contains the optional parameters for the VirtualMachinesClient.SimulateEviction method. - go: *ref_1945 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachinesClientSimulateEvictionOptions - language: - default: &ref_1946 - name: options - description: VirtualMachinesClientSimulateEvictionOptions contains the optional parameters for the VirtualMachinesClient.SimulateEviction method. - go: *ref_1946 - protocol: {} - protocolNaming: - internalMethod: simulateEviction - requestMethod: simulateEvictionCreateRequest - responseMethod: simulateEvictionHandleResponse - responseEnv: &ref_3928 - type: object - language: - default: &ref_1947 - name: VirtualMachinesClientSimulateEvictionResponse - description: VirtualMachinesClientSimulateEvictionResponse contains the response from method VirtualMachinesClient.SimulateEviction. - responseType: true - go: *ref_1947 - protocol: {} protocol: {} - - &ref_4603 + - &ref_2701 operationId: VirtualMachines_AssessPatches apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1948 + - *ref_1326 + - &ref_1564 schema: *ref_3 implementation: Method required: true - language: &ref_4580 + language: &ref_2678 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1949 + - &ref_1565 schema: *ref_3 implementation: Method required: true - language: &ref_4581 + language: &ref_2679 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4582 - schema: *ref_1328 + - &ref_2680 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4583 + language: &ref_2681 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61316,10 +42388,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61328,26 +42396,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/assessPatches method: post uri: '{$host}' signatureParameters: - - *ref_1948 - - *ref_1949 + - *ref_1564 + - *ref_1565 responses: - - schema: *ref_1950 - language: &ref_4584 + - schema: *ref_1566 + language: &ref_2682 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -61359,22 +42421,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -61432,151 +42488,67 @@ operationGroups: default: name: AssessPatches description: Assess patches on the VM. - go: - name: AssessPatches - description: |- - Assess patches on the VM. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3709 - schema: - type: object - language: - default: &ref_1951 - name: VirtualMachinesClientBeginAssessPatchesOptions - description: VirtualMachinesClientBeginAssessPatchesOptions contains the optional parameters for the VirtualMachinesClient.BeginAssessPatches method. - go: *ref_1951 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1952 - name: string - description: '' - go: *ref_1952 - protocol: {} - language: - default: &ref_1953 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1953 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginAssessPatchesOptions - language: - default: &ref_1954 - name: options - description: VirtualMachinesClientBeginAssessPatchesOptions contains the optional parameters for the VirtualMachinesClient.BeginAssessPatches method. - go: *ref_1954 - protocol: {} - protocolNaming: - internalMethod: assessPatches - requestMethod: assessPatchesCreateRequest - responseMethod: assessPatchesHandleResponse - responseEnv: &ref_3929 - type: object - properties: - - &ref_1956 - schema: *ref_1950 - serializedName: VirtualMachineAssessPatchesResult - language: - default: &ref_1955 - name: VirtualMachineAssessPatchesResult - description: Describes the properties of an AssessPatches result. - byValue: true - embeddedType: true - go: *ref_1955 - protocol: {} - language: - default: &ref_1957 - name: VirtualMachinesClientAssessPatchesResponse - description: VirtualMachinesClientAssessPatchesResponse contains the response from method VirtualMachinesClient.BeginAssessPatches. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1956 - go: *ref_1957 - protocol: {} protocol: {} - - &ref_4633 + - &ref_2731 operationId: VirtualMachines_InstallPatches apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1961 + - *ref_1326 + - &ref_1570 schema: *ref_3 implementation: Method required: true - language: &ref_4604 + language: &ref_2702 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1962 + - &ref_1571 schema: *ref_3 implementation: Method required: true - language: &ref_4605 + language: &ref_2703 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4606 - schema: *ref_1328 + - &ref_2704 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4607 + language: &ref_2705 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1960 + application/json: &ref_1569 parameters: - - &ref_1959 - schema: *ref_1958 + - &ref_1568 + schema: *ref_1567 implementation: Method required: true - language: &ref_4608 + language: &ref_2706 default: name: installPatchesInput description: Input for InstallPatches as directly received by the API - go: - name: installPatchesInput - description: Input for InstallPatches as directly received by the API protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61585,22 +42557,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1959 + - *ref_1568 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/installPatches @@ -61610,19 +42575,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1960 + - *ref_1569 signatureParameters: - - *ref_1961 - - *ref_1962 + - *ref_1570 + - *ref_1571 responses: - - schema: *ref_1963 - language: &ref_4614 + - schema: *ref_1572 + language: &ref_2712 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -61634,22 +42596,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -61711,151 +42667,67 @@ operationGroups: default: name: InstallPatches description: Installs patches on the VM. - go: - name: InstallPatches - description: |- - Installs patches on the VM. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3710 - schema: - type: object - language: - default: &ref_1964 - name: VirtualMachinesClientBeginInstallPatchesOptions - description: VirtualMachinesClientBeginInstallPatchesOptions contains the optional parameters for the VirtualMachinesClient.BeginInstallPatches method. - go: *ref_1964 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1965 - name: string - description: '' - go: *ref_1965 - protocol: {} - language: - default: &ref_1966 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1966 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginInstallPatchesOptions - language: - default: &ref_1967 - name: options - description: VirtualMachinesClientBeginInstallPatchesOptions contains the optional parameters for the VirtualMachinesClient.BeginInstallPatches method. - go: *ref_1967 - protocol: {} - protocolNaming: - internalMethod: installPatches - requestMethod: installPatchesCreateRequest - responseMethod: installPatchesHandleResponse - responseEnv: &ref_3930 - type: object - properties: - - &ref_1969 - schema: *ref_1963 - serializedName: VirtualMachineInstallPatchesResult - language: - default: &ref_1968 - name: VirtualMachineInstallPatchesResult - description: The result summary of an installation operation. - byValue: true - embeddedType: true - go: *ref_1968 - protocol: {} - language: - default: &ref_1970 - name: VirtualMachinesClientInstallPatchesResponse - description: VirtualMachinesClientInstallPatchesResponse contains the response from method VirtualMachinesClient.BeginInstallPatches. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1969 - go: *ref_1970 - protocol: {} protocol: {} - - &ref_4642 + - &ref_2740 operationId: VirtualMachines_RunCommand apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1975 + - *ref_1326 + - &ref_1577 schema: *ref_3 implementation: Method required: true - language: &ref_4634 + language: &ref_2732 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1976 + - &ref_1578 schema: *ref_3 implementation: Method required: true - language: &ref_4635 + language: &ref_2733 default: name: vmName description: The name of the virtual machine. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine. - serializedName: vmName protocol: http: in: path - - &ref_4636 - schema: *ref_1328 + - &ref_2734 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4637 + language: &ref_2735 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1974 + application/json: &ref_1576 parameters: - - &ref_1973 - schema: *ref_1971 + - &ref_1575 + schema: *ref_1573 implementation: Method required: true - language: &ref_4638 + language: &ref_2736 default: name: parameters description: Parameters supplied to the Run command operation. - go: - name: parameters - description: Parameters supplied to the Run command operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61864,22 +42736,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1973 + - *ref_1575 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommand @@ -61889,21 +42754,18 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_1974 + text/json: *ref_1576 requests: - - *ref_1974 + - *ref_1576 signatureParameters: - - *ref_1975 - - *ref_1976 + - *ref_1577 + - *ref_1578 responses: - - schema: *ref_1977 - language: &ref_4640 + - schema: *ref_1579 + language: &ref_2738 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -61916,9 +42778,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -61956,134 +42815,50 @@ operationGroups: default: name: RunCommand description: Run command on the VM. - go: - name: RunCommand - description: |- - Run command on the VM. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachinesClient - openApiType: arm - optionalParamGroup: &ref_3711 - schema: - type: object - language: - default: &ref_1978 - name: VirtualMachinesClientBeginRunCommandOptions - description: VirtualMachinesClientBeginRunCommandOptions contains the optional parameters for the VirtualMachinesClient.BeginRunCommand method. - go: *ref_1978 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1979 - name: string - description: '' - go: *ref_1979 - protocol: {} - language: - default: &ref_1980 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1980 - protocol: {} - required: false - serializedName: VirtualMachinesClientBeginRunCommandOptions - language: - default: &ref_1981 - name: options - description: VirtualMachinesClientBeginRunCommandOptions contains the optional parameters for the VirtualMachinesClient.BeginRunCommand method. - go: *ref_1981 - protocol: {} - protocolNaming: - internalMethod: runCommand - requestMethod: runCommandCreateRequest - responseMethod: runCommandHandleResponse - responseEnv: &ref_3931 - type: object - properties: - - &ref_1983 - schema: *ref_1977 - serializedName: RunCommandResult - language: - default: &ref_1982 - name: RunCommandResult - description: '' - byValue: true - embeddedType: true - go: *ref_1982 - protocol: {} - language: - default: &ref_1984 - name: VirtualMachinesClientRunCommandResponse - description: VirtualMachinesClientRunCommandResponse contains the response from method VirtualMachinesClient.BeginRunCommand. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1983 - go: *ref_1984 - protocol: {} protocol: {} language: default: name: VirtualMachines description: '' - go: - name: VirtualMachines - description: '' - clientCtorName: NewVirtualMachinesClient - clientName: VirtualMachinesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4688 + - &ref_2786 $key: VirtualMachineScaleSets operations: - - &ref_4687 + - &ref_2785 operationId: VirtualMachineScaleSets_ListByLocation apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1985 - schema: *ref_1764 + - *ref_1326 + - &ref_1580 + schema: *ref_1503 implementation: Method required: true - language: &ref_4643 + language: &ref_2741 default: name: location description: The location for which VM scale sets under the subscription are queried. serializedName: location - go: - name: location - description: The location for which VM scale sets under the subscription are queried. - serializedName: location protocol: http: in: path - - &ref_4644 - schema: *ref_1328 + - &ref_2742 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4645 + language: &ref_2743 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -62092,10 +42867,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -62104,25 +42875,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets method: get uri: '{$host}' signatureParameters: - - *ref_1985 + - *ref_1580 responses: - - schema: *ref_1986 - language: &ref_4646 + - schema: *ref_1581 + language: &ref_2744 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -62131,14 +42896,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -62270,135 +43032,67 @@ operationGroups: description: Gets all the VM scale sets under the specified subscription for the specified location. paging: nextLinkName: nextLink - go: - name: ListByLocation - description: Gets all the VM scale sets under the specified subscription for the specified location. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3712 - schema: - type: object - language: - default: &ref_1987 - name: VirtualMachineScaleSetsClientListByLocationOptions - description: VirtualMachineScaleSetsClientListByLocationOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListByLocationPager method. - go: *ref_1987 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientListByLocationOptions - language: - default: &ref_1988 - name: options - description: VirtualMachineScaleSetsClientListByLocationOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListByLocationPager method. - go: *ref_1988 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByLocation - requestMethod: listByLocationCreateRequest - responseMethod: listByLocationHandleResponse - responseEnv: &ref_3932 - type: object - properties: - - &ref_1990 - schema: *ref_1986 - serializedName: VirtualMachineScaleSetListResult - language: - default: &ref_1989 - name: VirtualMachineScaleSetListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_1989 - protocol: {} - language: - default: &ref_1991 - name: VirtualMachineScaleSetsClientListByLocationResponse - description: VirtualMachineScaleSetsClientListByLocationResponse contains the response from method VirtualMachineScaleSetsClient.NewListByLocationPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1990 - go: *ref_1991 - protocol: {} protocol: {} - - &ref_4704 + - &ref_2802 operationId: VirtualMachineScaleSets_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_1994 + - *ref_1326 + - &ref_1584 schema: *ref_3 implementation: Method required: true - language: &ref_4705 + language: &ref_2803 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1995 + - &ref_1585 schema: *ref_3 implementation: Method required: true - language: &ref_4706 + language: &ref_2804 default: name: vmScaleSetName description: The name of the VM scale set to create or update. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set to create or update. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_4707 - schema: *ref_1328 + - &ref_2805 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4708 + language: &ref_2806 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_1993 + application/json: &ref_1583 parameters: - - &ref_1992 + - &ref_1582 schema: *ref_572 implementation: Method required: true - language: &ref_4689 + language: &ref_2787 default: name: parameters description: The scale set object. - go: - name: parameters - description: The scale set object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -62407,22 +43101,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1992 + - *ref_1582 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName} @@ -62432,19 +43119,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1993 + - *ref_1583 signatureParameters: - - *ref_1994 - - *ref_1995 + - *ref_1584 + - *ref_1585 responses: - schema: *ref_572 - language: &ref_4694 + language: &ref_2792 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -62453,13 +43137,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_572 - language: &ref_4703 + language: &ref_2801 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -65151,7 +45832,7 @@ operationGroups: type: '{extension-Type}' autoUpgradeMinorVersion: false publisher: '{extension-Publisher}' - settings: &ref_4740 {} + settings: &ref_2838 {} typeHandlerVersion: '{handler-version}' networkProfile: networkInterfaceConfigurations: @@ -65214,7 +45895,7 @@ operationGroups: type: '{extension-Type}' autoUpgradeMinorVersion: false publisher: '{extension-Publisher}' - settings: &ref_4742 {} + settings: &ref_2840 {} typeHandlerVersion: '{handler-version}' networkProfile: networkInterfaceConfigurations: @@ -65279,7 +45960,7 @@ operationGroups: type: '{extension-Type}' autoUpgradeMinorVersion: false publisher: '{extension-Publisher}' - settings: &ref_4743 {} + settings: &ref_2841 {} typeHandlerVersion: '{handler-version}' networkProfile: networkInterfaceConfigurations: @@ -66446,83 +47127,14 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a VM scale set. - go: - name: CreateOrUpdate - description: |- - Create or update a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3713 - schema: - type: object - language: - default: &ref_1996 - name: VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions - description: VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginCreateOrUpdate method. - go: *ref_1996 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1997 - name: string - description: '' - go: *ref_1997 - protocol: {} - language: - default: &ref_1998 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1998 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions - language: - default: &ref_1999 - name: options - description: VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginCreateOrUpdate method. - go: *ref_1999 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3933 - type: object - properties: - - &ref_2001 - schema: *ref_572 - serializedName: VirtualMachineScaleSet - language: - default: &ref_2000 - name: VirtualMachineScaleSet - description: Describes a Virtual Machine Scale Set. - byValue: true - embeddedType: true - go: *ref_2000 - protocol: {} - language: - default: &ref_2002 - name: VirtualMachineScaleSetsClientCreateOrUpdateResponse - description: VirtualMachineScaleSetsClientCreateOrUpdateResponse contains the response from method VirtualMachineScaleSetsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2001 - go: *ref_2002 - protocol: {} protocol: {} - - &ref_4748 + - &ref_2846 operationId: VirtualMachineScaleSets_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2005 + - *ref_1326 + - &ref_1588 schema: *ref_3 implementation: Method required: true @@ -66531,14 +47143,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2006 + - &ref_1589 schema: *ref_3 implementation: Method required: true @@ -66547,14 +47155,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set to create or update. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set to create or update. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -66563,33 +47167,26 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2004 + application/json: &ref_1587 parameters: - - &ref_2003 - schema: *ref_629 + - &ref_1586 + schema: *ref_628 implementation: Method required: true language: default: name: parameters description: The scale set object. - go: - name: parameters - description: The scale set object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66598,22 +47195,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2003 + - *ref_1586 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName} @@ -66623,19 +47213,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2004 + - *ref_1587 signatureParameters: - - *ref_2005 - - *ref_2006 + - *ref_1588 + - *ref_1589 responses: - schema: *ref_572 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -66649,206 +47236,81 @@ operationGroups: default: name: Update description: Update a VM scale set. - go: - name: Update - description: |- - Update a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3714 - schema: - type: object - language: - default: &ref_2007 - name: VirtualMachineScaleSetsClientBeginUpdateOptions - description: VirtualMachineScaleSetsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginUpdate method. - go: *ref_2007 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2008 - name: string - description: '' - go: *ref_2008 - protocol: {} - language: - default: &ref_2009 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2009 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginUpdateOptions - language: - default: &ref_2010 - name: options - description: VirtualMachineScaleSetsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginUpdate method. - go: *ref_2010 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3934 - type: object - properties: - - &ref_2012 - schema: *ref_572 - serializedName: VirtualMachineScaleSet - language: - default: &ref_2011 - name: VirtualMachineScaleSet - description: Describes a Virtual Machine Scale Set. - byValue: true - embeddedType: true - go: *ref_2011 - protocol: {} - language: - default: &ref_2013 - name: VirtualMachineScaleSetsClientUpdateResponse - description: VirtualMachineScaleSetsClientUpdateResponse contains the response from method VirtualMachineScaleSetsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2012 - go: *ref_2013 - protocol: {} protocol: {} - - &ref_4754 + - &ref_2852 operationId: VirtualMachineScaleSets_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2019 + - *ref_1326 + - &ref_1590 schema: *ref_3 implementation: Method required: true - language: &ref_4749 + language: &ref_2847 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2020 + - &ref_1591 schema: *ref_3 implementation: Method required: true - language: &ref_4750 + language: &ref_2848 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2015 - schema: *ref_1813 + - &ref_1592 + schema: *ref_1521 implementation: Method - language: &ref_4751 + language: &ref_2849 default: name: forceDeletion description: Optional parameter to force delete a VM scale set. (Feature in Preview) serializedName: forceDeletion - go: - name: ForceDeletion - description: Optional parameter to force delete a VM scale set. (Feature in Preview) - paramGroup: &ref_2021 - schema: - type: object - language: - default: &ref_2014 - name: VirtualMachineScaleSetsClientBeginDeleteOptions - description: VirtualMachineScaleSetsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDelete method. - go: *ref_2014 - protocol: {} - originalParameter: - - *ref_2015 - - schema: - type: string - language: - default: &ref_2016 - name: string - description: '' - go: *ref_2016 - protocol: {} - language: - default: &ref_2017 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2017 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginDeleteOptions - language: - default: &ref_2018 - name: options - description: VirtualMachineScaleSetsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDelete method. - go: *ref_2018 - protocol: {} - serializedName: forceDeletion protocol: http: in: query - - &ref_4752 - schema: *ref_1328 + - &ref_2850 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4753 + language: &ref_2851 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName} method: delete uri: '{$host}' signatureParameters: - - *ref_2019 - - *ref_2020 - - *ref_2015 + - *ref_1590 + - *ref_1591 + - *ref_1592 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -66857,9 +47319,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -66868,9 +47327,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -66894,123 +47350,65 @@ operationGroups: default: name: Delete description: Deletes a VM scale set. - go: - name: Delete - description: |- - Deletes a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2021 - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3935 - type: object - language: - default: &ref_2022 - name: VirtualMachineScaleSetsClientDeleteResponse - description: VirtualMachineScaleSetsClientDeleteResponse contains the response from method VirtualMachineScaleSetsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2022 - protocol: {} protocol: {} - - &ref_4761 + - &ref_2859 operationId: VirtualMachineScaleSets_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2027 + - *ref_1326 + - &ref_1594 schema: *ref_3 implementation: Method required: true - language: &ref_4755 + language: &ref_2853 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2028 + - &ref_1595 schema: *ref_3 implementation: Method required: true - language: &ref_4756 + language: &ref_2854 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_4757 - schema: *ref_1328 + - &ref_2855 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4758 + language: &ref_2856 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_2025 - schema: *ref_2023 + - *ref_1330 + - &ref_1596 + schema: *ref_1593 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation - paramGroup: &ref_2029 - schema: - type: object - language: - default: &ref_2024 - name: VirtualMachineScaleSetsClientGetOptions - description: VirtualMachineScaleSetsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetsClient.Get method. - go: *ref_2024 - protocol: {} - originalParameter: - - *ref_2025 - required: false - serializedName: VirtualMachineScaleSetsClientGetOptions - language: - default: &ref_2026 - name: options - description: VirtualMachineScaleSetsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetsClient.Get method. - go: *ref_2026 - protocol: {} - serializedName: $expand protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67019,10 +47417,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67031,27 +47425,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName} method: get uri: '{$host}' signatureParameters: - - *ref_2027 - - *ref_2028 - - *ref_2025 + - *ref_1594 + - *ref_1595 + - *ref_1596 responses: - schema: *ref_572 - language: &ref_4759 + language: &ref_2857 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -67195,50 +47583,14 @@ operationGroups: default: name: Get description: Display information about a virtual machine scale set. - go: - name: Get - description: |- - Display information about a virtual machine scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2029 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3936 - type: object - properties: - - &ref_2031 - schema: *ref_572 - serializedName: VirtualMachineScaleSet - language: - default: &ref_2030 - name: VirtualMachineScaleSet - description: Describes a Virtual Machine Scale Set. - byValue: true - embeddedType: true - go: *ref_2030 - protocol: {} - language: - default: &ref_2032 - name: VirtualMachineScaleSetsClientGetResponse - description: VirtualMachineScaleSetsClientGetResponse contains the response from method VirtualMachineScaleSetsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2031 - go: *ref_2032 - protocol: {} protocol: {} - - &ref_4762 + - &ref_2860 operationId: VirtualMachineScaleSets_Deallocate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2040 + - *ref_1326 + - &ref_1600 schema: *ref_3 implementation: Method required: true @@ -67247,14 +47599,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2041 + - &ref_1601 schema: *ref_3 implementation: Method required: true @@ -67263,14 +47611,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67279,75 +47623,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2039 + application/json: &ref_1599 parameters: - - &ref_2035 - schema: *ref_2033 + - &ref_1598 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2042 - schema: - type: object - language: - default: &ref_2034 - name: VirtualMachineScaleSetsClientBeginDeallocateOptions - description: VirtualMachineScaleSetsClientBeginDeallocateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDeallocate method. - go: *ref_2034 - protocol: {} - originalParameter: - - *ref_2035 - - schema: - type: string - language: - default: &ref_2036 - name: string - description: '' - go: *ref_2036 - protocol: {} - language: - default: &ref_2037 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2037 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginDeallocateOptions - language: - default: &ref_2038 - name: options - description: VirtualMachineScaleSetsClientBeginDeallocateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDeallocate method. - go: *ref_2038 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2035 + - *ref_1598 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/deallocate @@ -67357,18 +47657,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2039 + - *ref_1599 signatureParameters: - - *ref_2040 - - *ref_2041 + - *ref_1600 + - *ref_1601 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -67377,9 +47674,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -67390,38 +47684,14 @@ operationGroups: default: name: Deallocate description: Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. - go: - name: Deallocate - description: |- - Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine - scale set deallocates. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2042 - protocolNaming: - internalMethod: deallocate - requestMethod: deallocateCreateRequest - responseMethod: deallocateHandleResponse - responseEnv: &ref_3937 - type: object - language: - default: &ref_2043 - name: VirtualMachineScaleSetsClientDeallocateResponse - description: VirtualMachineScaleSetsClientDeallocateResponse contains the response from method VirtualMachineScaleSetsClient.BeginDeallocate. - forLRO: true - responseType: true - go: *ref_2043 - protocol: {} protocol: {} - - &ref_4763 + - &ref_2861 operationId: VirtualMachineScaleSets_DeleteInstances apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2052 + - *ref_1326 + - &ref_1605 schema: *ref_3 implementation: Method required: true @@ -67430,14 +47700,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2053 + - &ref_1606 schema: *ref_3 implementation: Method required: true @@ -67446,63 +47712,21 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2045 - schema: *ref_1813 + - &ref_1607 + schema: *ref_1521 implementation: Method language: default: name: forceDeletion description: Optional parameter to force delete virtual machines from the VM scale set. (Feature in Preview) serializedName: forceDeletion - go: - name: ForceDeletion - description: Optional parameter to force delete virtual machines from the VM scale set. (Feature in Preview) - paramGroup: &ref_2054 - schema: - type: object - language: - default: &ref_2044 - name: VirtualMachineScaleSetsClientBeginDeleteInstancesOptions - description: VirtualMachineScaleSetsClientBeginDeleteInstancesOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDeleteInstances method. - go: *ref_2044 - protocol: {} - originalParameter: - - *ref_2045 - - schema: - type: string - language: - default: &ref_2046 - name: string - description: '' - go: *ref_2046 - protocol: {} - language: - default: &ref_2047 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2047 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginDeleteInstancesOptions - language: - default: &ref_2048 - name: options - description: VirtualMachineScaleSetsClientBeginDeleteInstancesOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginDeleteInstances method. - go: *ref_2048 - protocol: {} - serializedName: forceDeletion protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67511,41 +47735,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2051 + application/json: &ref_1604 parameters: - - &ref_2050 - schema: *ref_2049 + - &ref_1603 + schema: *ref_1602 implementation: Method required: true language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: vmInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. protocol: http: in: body style: json signatureParameters: - - *ref_2050 + - *ref_1603 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/delete @@ -67555,19 +47769,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2051 + - *ref_1604 signatureParameters: - - *ref_2052 - - *ref_2053 - - *ref_2045 + - *ref_1605 + - *ref_1606 + - *ref_1607 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -67576,9 +47787,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -67589,37 +47797,14 @@ operationGroups: default: name: DeleteInstances description: Deletes virtual machines in a VM scale set. - go: - name: DeleteInstances - description: |- - Deletes virtual machines in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2054 - protocolNaming: - internalMethod: deleteInstances - requestMethod: deleteInstancesCreateRequest - responseMethod: deleteInstancesHandleResponse - responseEnv: &ref_3938 - type: object - language: - default: &ref_2055 - name: VirtualMachineScaleSetsClientDeleteInstancesResponse - description: VirtualMachineScaleSetsClientDeleteInstancesResponse contains the response from method VirtualMachineScaleSetsClient.BeginDeleteInstances. - forLRO: true - responseType: true - go: *ref_2055 - protocol: {} protocol: {} - - &ref_4764 + - &ref_2862 operationId: VirtualMachineScaleSets_GetInstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2056 + - *ref_1326 + - &ref_1608 schema: *ref_3 implementation: Method required: true @@ -67628,14 +47813,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2057 + - &ref_1609 schema: *ref_3 implementation: Method required: true @@ -67644,14 +47825,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67660,17 +47837,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67679,10 +47852,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67691,26 +47860,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_2056 - - *ref_2057 + - *ref_1608 + - *ref_1609 responses: - - schema: *ref_2058 + - schema: *ref_1610 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -67722,67 +47885,14 @@ operationGroups: default: name: GetInstanceView description: Gets the status of a VM scale set instance. - go: - name: GetInstanceView - description: |- - Gets the status of a VM scale set instance. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3715 - schema: - type: object - language: - default: &ref_2059 - name: VirtualMachineScaleSetsClientGetInstanceViewOptions - description: VirtualMachineScaleSetsClientGetInstanceViewOptions contains the optional parameters for the VirtualMachineScaleSetsClient.GetInstanceView method. - go: *ref_2059 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientGetInstanceViewOptions - language: - default: &ref_2060 - name: options - description: VirtualMachineScaleSetsClientGetInstanceViewOptions contains the optional parameters for the VirtualMachineScaleSetsClient.GetInstanceView method. - go: *ref_2060 - protocol: {} - protocolNaming: - internalMethod: getInstanceView - requestMethod: getInstanceViewCreateRequest - responseMethod: getInstanceViewHandleResponse - responseEnv: &ref_3939 - type: object - properties: - - &ref_2062 - schema: *ref_2058 - serializedName: VirtualMachineScaleSetInstanceView - language: - default: &ref_2061 - name: VirtualMachineScaleSetInstanceView - description: The instance view of a virtual machine scale set. - byValue: true - embeddedType: true - go: *ref_2061 - protocol: {} - language: - default: &ref_2063 - name: VirtualMachineScaleSetsClientGetInstanceViewResponse - description: VirtualMachineScaleSetsClientGetInstanceViewResponse contains the response from method VirtualMachineScaleSetsClient.GetInstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_2062 - go: *ref_2063 - protocol: {} protocol: {} - - &ref_4765 + - &ref_2863 operationId: VirtualMachineScaleSets_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2064 + - *ref_1326 + - &ref_1611 schema: *ref_3 implementation: Method required: true @@ -67791,14 +47901,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67807,17 +47913,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67826,10 +47928,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67838,25 +47936,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets method: get uri: '{$host}' signatureParameters: - - *ref_2064 + - *ref_1611 responses: - - schema: *ref_1986 + - schema: *ref_1581 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -67873,67 +47965,14 @@ operationGroups: description: Gets a list of all VM scale sets under a resource group. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all VM scale sets under a resource group. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3716 - schema: - type: object - language: - default: &ref_2065 - name: VirtualMachineScaleSetsClientListOptions - description: VirtualMachineScaleSetsClientListOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListPager method. - go: *ref_2065 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientListOptions - language: - default: &ref_2066 - name: options - description: VirtualMachineScaleSetsClientListOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListPager method. - go: *ref_2066 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3940 - type: object - properties: - - &ref_2068 - schema: *ref_1986 - serializedName: VirtualMachineScaleSetListResult - language: - default: &ref_2067 - name: VirtualMachineScaleSetListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_2067 - protocol: {} - language: - default: &ref_2069 - name: VirtualMachineScaleSetsClientListResponse - description: VirtualMachineScaleSetsClientListResponse contains the response from method VirtualMachineScaleSetsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2068 - go: *ref_2069 - protocol: {} protocol: {} - - &ref_4766 + - &ref_2864 operationId: VirtualMachineScaleSets_ListAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - schema: *ref_1328 + - *ref_1326 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -67942,17 +47981,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67961,10 +47996,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67973,9 +48004,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets @@ -67983,14 +48011,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2070 + - schema: *ref_1612 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -68009,69 +48034,14 @@ operationGroups: Scale Sets. paging: nextLinkName: nextLink - go: - name: ListAll - description: |- - Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is - null to fetch all the VM Scale Sets. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3717 - schema: - type: object - language: - default: &ref_2071 - name: VirtualMachineScaleSetsClientListAllOptions - description: VirtualMachineScaleSetsClientListAllOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListAllPager method. - go: *ref_2071 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientListAllOptions - language: - default: &ref_2072 - name: options - description: VirtualMachineScaleSetsClientListAllOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListAllPager method. - go: *ref_2072 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAll - requestMethod: listAllCreateRequest - responseMethod: listAllHandleResponse - responseEnv: &ref_3941 - type: object - properties: - - &ref_2074 - schema: *ref_2070 - serializedName: VirtualMachineScaleSetListWithLinkResult - language: - default: &ref_2073 - name: VirtualMachineScaleSetListWithLinkResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_2073 - protocol: {} - language: - default: &ref_2075 - name: VirtualMachineScaleSetsClientListAllResponse - description: VirtualMachineScaleSetsClientListAllResponse contains the response from method VirtualMachineScaleSetsClient.NewListAllPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2074 - go: *ref_2075 - protocol: {} protocol: {} - - &ref_4767 + - &ref_2865 operationId: VirtualMachineScaleSets_ListSkus apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2076 + - *ref_1326 + - &ref_1613 schema: *ref_3 implementation: Method required: true @@ -68080,14 +48050,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2077 + - &ref_1614 schema: *ref_3 implementation: Method required: true @@ -68096,14 +48062,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68112,17 +48074,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68131,10 +48089,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -68143,26 +48097,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/skus method: get uri: '{$host}' signatureParameters: - - *ref_2076 - - *ref_2077 + - *ref_1613 + - *ref_1614 responses: - - schema: *ref_2078 + - schema: *ref_1615 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -68179,67 +48127,14 @@ operationGroups: description: Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. paging: nextLinkName: nextLink - go: - name: ListSKUs - description: Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3718 - schema: - type: object - language: - default: &ref_2079 - name: VirtualMachineScaleSetsClientListSKUsOptions - description: VirtualMachineScaleSetsClientListSKUsOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListSKUsPager method. - go: *ref_2079 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientListSKUsOptions - language: - default: &ref_2080 - name: options - description: VirtualMachineScaleSetsClientListSKUsOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewListSKUsPager method. - go: *ref_2080 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listSKUs - requestMethod: listSKUsCreateRequest - responseMethod: listSKUsHandleResponse - responseEnv: &ref_3942 - type: object - properties: - - &ref_2082 - schema: *ref_2078 - serializedName: VirtualMachineScaleSetListSKUsResult - language: - default: &ref_2081 - name: VirtualMachineScaleSetListSKUsResult - description: The Virtual Machine Scale Set List Skus operation response. - byValue: true - embeddedType: true - go: *ref_2081 - protocol: {} - language: - default: &ref_2083 - name: VirtualMachineScaleSetsClientListSKUsResponse - description: VirtualMachineScaleSetsClientListSKUsResponse contains the response from method VirtualMachineScaleSetsClient.NewListSKUsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2082 - go: *ref_2083 - protocol: {} protocol: {} - - &ref_4768 + - &ref_2866 operationId: VirtualMachineScaleSets_GetOSUpgradeHistory apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2084 + - *ref_1326 + - &ref_1616 schema: *ref_3 implementation: Method required: true @@ -68248,14 +48143,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2085 + - &ref_1617 schema: *ref_3 implementation: Method required: true @@ -68264,14 +48155,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68280,17 +48167,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68299,10 +48182,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -68311,26 +48190,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osUpgradeHistory method: get uri: '{$host}' signatureParameters: - - *ref_2084 - - *ref_2085 + - *ref_1616 + - *ref_1617 responses: - - schema: *ref_2086 + - schema: *ref_1618 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -68347,67 +48220,14 @@ operationGroups: description: Gets list of OS upgrades on a VM scale set instance. paging: nextLinkName: nextLink - go: - name: GetOSUpgradeHistory - description: Gets list of OS upgrades on a VM scale set instance. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3719 - schema: - type: object - language: - default: &ref_2087 - name: VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions - description: VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewGetOSUpgradeHistoryPager method. - go: *ref_2087 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions - language: - default: &ref_2088 - name: options - description: VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions contains the optional parameters for the VirtualMachineScaleSetsClient.NewGetOSUpgradeHistoryPager method. - go: *ref_2088 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: getOSUpgradeHistory - requestMethod: getOSUpgradeHistoryCreateRequest - responseMethod: getOSUpgradeHistoryHandleResponse - responseEnv: &ref_3943 - type: object - properties: - - &ref_2090 - schema: *ref_2086 - serializedName: VirtualMachineScaleSetListOSUpgradeHistory - language: - default: &ref_2089 - name: VirtualMachineScaleSetListOSUpgradeHistory - description: List of Virtual Machine Scale Set OS Upgrade History operation response. - byValue: true - embeddedType: true - go: *ref_2089 - protocol: {} - language: - default: &ref_2091 - name: VirtualMachineScaleSetsClientGetOSUpgradeHistoryResponse - description: VirtualMachineScaleSetsClientGetOSUpgradeHistoryResponse contains the response from method VirtualMachineScaleSetsClient.NewGetOSUpgradeHistoryPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2090 - go: *ref_2091 - protocol: {} protocol: {} - - &ref_4769 + - &ref_2867 operationId: VirtualMachineScaleSets_PowerOff apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2100 + - *ref_1326 + - &ref_1621 schema: *ref_3 implementation: Method required: true @@ -68416,14 +48236,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2101 + - &ref_1622 schema: *ref_3 implementation: Method required: true @@ -68432,79 +48248,21 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2093 - schema: *ref_1878 + - &ref_1623 + schema: *ref_1540 implementation: Method language: default: name: skipShutdown description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified serializedName: skipShutdown - go: - name: SkipShutdown - description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified - paramGroup: &ref_2094 - schema: - type: object - language: - default: &ref_2092 - name: VirtualMachineScaleSetsClientBeginPowerOffOptions - description: VirtualMachineScaleSetsClientBeginPowerOffOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginPowerOff method. - go: *ref_2092 - protocol: {} - originalParameter: - - *ref_2093 - - &ref_2098 - schema: *ref_2033 - implementation: Method - required: false - language: - default: - name: vmInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: *ref_2094 - protocol: - http: - in: body - style: json - - schema: - type: string - language: - default: &ref_2095 - name: string - description: '' - go: *ref_2095 - protocol: {} - language: - default: &ref_2096 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2096 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginPowerOffOptions - language: - default: &ref_2097 - name: options - description: VirtualMachineScaleSetsClientBeginPowerOffOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginPowerOff method. - go: *ref_2097 - protocol: {} - serializedName: skipShutdown protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68513,27 +48271,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2099 + application/json: &ref_1620 parameters: - - *ref_2098 + - &ref_1619 + schema: *ref_1597 + implementation: Method + required: false + language: + default: + name: vmInstanceIDs + description: A list of virtual machine instance IDs from the VM scale set. + protocol: + http: + in: body + style: json signatureParameters: - - *ref_2098 + - *ref_1619 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/poweroff @@ -68543,19 +48305,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2099 + - *ref_1620 signatureParameters: - - *ref_2100 - - *ref_2101 - - *ref_2093 + - *ref_1621 + - *ref_1622 + - *ref_1623 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -68564,9 +48323,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -68577,38 +48333,14 @@ operationGroups: default: name: PowerOff description: Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. - go: - name: PowerOff - description: |- - Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and - avoid charges. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2094 - protocolNaming: - internalMethod: powerOff - requestMethod: powerOffCreateRequest - responseMethod: powerOffHandleResponse - responseEnv: &ref_3944 - type: object - language: - default: &ref_2102 - name: VirtualMachineScaleSetsClientPowerOffResponse - description: VirtualMachineScaleSetsClientPowerOffResponse contains the response from method VirtualMachineScaleSetsClient.BeginPowerOff. - forLRO: true - responseType: true - go: *ref_2102 - protocol: {} protocol: {} - - &ref_4770 + - &ref_2868 operationId: VirtualMachineScaleSets_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2109 + - *ref_1326 + - &ref_1626 schema: *ref_3 implementation: Method required: true @@ -68617,14 +48349,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2110 + - &ref_1627 schema: *ref_3 implementation: Method required: true @@ -68633,14 +48361,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68649,75 +48373,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2108 + application/json: &ref_1625 parameters: - - &ref_2104 - schema: *ref_2033 + - &ref_1624 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2111 - schema: - type: object - language: - default: &ref_2103 - name: VirtualMachineScaleSetsClientBeginRestartOptions - description: VirtualMachineScaleSetsClientBeginRestartOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginRestart method. - go: *ref_2103 - protocol: {} - originalParameter: - - *ref_2104 - - schema: - type: string - language: - default: &ref_2105 - name: string - description: '' - go: *ref_2105 - protocol: {} - language: - default: &ref_2106 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2106 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginRestartOptions - language: - default: &ref_2107 - name: options - description: VirtualMachineScaleSetsClientBeginRestartOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginRestart method. - go: *ref_2107 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2104 + - *ref_1624 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/restart @@ -68727,18 +48407,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2108 + - *ref_1625 signatureParameters: - - *ref_2109 - - *ref_2110 + - *ref_1626 + - *ref_1627 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -68747,9 +48424,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -68760,37 +48434,14 @@ operationGroups: default: name: Restart description: Restarts one or more virtual machines in a VM scale set. - go: - name: Restart - description: |- - Restarts one or more virtual machines in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2111 - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_3945 - type: object - language: - default: &ref_2112 - name: VirtualMachineScaleSetsClientRestartResponse - description: VirtualMachineScaleSetsClientRestartResponse contains the response from method VirtualMachineScaleSetsClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_2112 - protocol: {} protocol: {} - - &ref_4771 + - &ref_2869 operationId: VirtualMachineScaleSets_Start apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2119 + - *ref_1326 + - &ref_1630 schema: *ref_3 implementation: Method required: true @@ -68799,14 +48450,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2120 + - &ref_1631 schema: *ref_3 implementation: Method required: true @@ -68815,14 +48462,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -68831,75 +48474,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2118 + application/json: &ref_1629 parameters: - - &ref_2114 - schema: *ref_2033 + - &ref_1628 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2121 - schema: - type: object - language: - default: &ref_2113 - name: VirtualMachineScaleSetsClientBeginStartOptions - description: VirtualMachineScaleSetsClientBeginStartOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginStart method. - go: *ref_2113 - protocol: {} - originalParameter: - - *ref_2114 - - schema: - type: string - language: - default: &ref_2115 - name: string - description: '' - go: *ref_2115 - protocol: {} - language: - default: &ref_2116 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2116 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginStartOptions - language: - default: &ref_2117 - name: options - description: VirtualMachineScaleSetsClientBeginStartOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginStart method. - go: *ref_2117 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2114 + - *ref_1628 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/start @@ -68909,18 +48508,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2118 + - *ref_1629 signatureParameters: - - *ref_2119 - - *ref_2120 + - *ref_1630 + - *ref_1631 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -68929,9 +48525,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -68942,37 +48535,14 @@ operationGroups: default: name: Start description: Starts one or more virtual machines in a VM scale set. - go: - name: Start - description: |- - Starts one or more virtual machines in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2121 - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_3946 - type: object - language: - default: &ref_2122 - name: VirtualMachineScaleSetsClientStartResponse - description: VirtualMachineScaleSetsClientStartResponse contains the response from method VirtualMachineScaleSetsClient.BeginStart. - forLRO: true - responseType: true - go: *ref_2122 - protocol: {} protocol: {} - - &ref_4772 + - &ref_2870 operationId: VirtualMachineScaleSets_Redeploy apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2129 + - *ref_1326 + - &ref_1634 schema: *ref_3 implementation: Method required: true @@ -68981,14 +48551,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2130 + - &ref_1635 schema: *ref_3 implementation: Method required: true @@ -68997,14 +48563,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69013,75 +48575,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2128 + application/json: &ref_1633 parameters: - - &ref_2124 - schema: *ref_2033 + - &ref_1632 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2131 - schema: - type: object - language: - default: &ref_2123 - name: VirtualMachineScaleSetsClientBeginRedeployOptions - description: VirtualMachineScaleSetsClientBeginRedeployOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginRedeploy method. - go: *ref_2123 - protocol: {} - originalParameter: - - *ref_2124 - - schema: - type: string - language: - default: &ref_2125 - name: string - description: '' - go: *ref_2125 - protocol: {} - language: - default: &ref_2126 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2126 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginRedeployOptions - language: - default: &ref_2127 - name: options - description: VirtualMachineScaleSetsClientBeginRedeployOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginRedeploy method. - go: *ref_2127 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2124 + - *ref_1632 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/redeploy @@ -69091,18 +48609,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2128 + - *ref_1633 signatureParameters: - - *ref_2129 - - *ref_2130 + - *ref_1634 + - *ref_1635 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69111,9 +48626,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69124,37 +48636,14 @@ operationGroups: default: name: Redeploy description: Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. - go: - name: Redeploy - description: |- - Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2131 - protocolNaming: - internalMethod: redeploy - requestMethod: redeployCreateRequest - responseMethod: redeployHandleResponse - responseEnv: &ref_3947 - type: object - language: - default: &ref_2132 - name: VirtualMachineScaleSetsClientRedeployResponse - description: VirtualMachineScaleSetsClientRedeployResponse contains the response from method VirtualMachineScaleSetsClient.BeginRedeploy. - forLRO: true - responseType: true - go: *ref_2132 - protocol: {} protocol: {} - - &ref_4773 + - &ref_2871 operationId: VirtualMachineScaleSets_PerformMaintenance apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2139 + - *ref_1326 + - &ref_1638 schema: *ref_3 implementation: Method required: true @@ -69163,14 +48652,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2140 + - &ref_1639 schema: *ref_3 implementation: Method required: true @@ -69179,14 +48664,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69195,75 +48676,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2138 + application/json: &ref_1637 parameters: - - &ref_2134 - schema: *ref_2033 + - &ref_1636 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2141 - schema: - type: object - language: - default: &ref_2133 - name: VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions - description: VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginPerformMaintenance method. - go: *ref_2133 - protocol: {} - originalParameter: - - *ref_2134 - - schema: - type: string - language: - default: &ref_2135 - name: string - description: '' - go: *ref_2135 - protocol: {} - language: - default: &ref_2136 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2136 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions - language: - default: &ref_2137 - name: options - description: VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginPerformMaintenance method. - go: *ref_2137 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2134 + - *ref_1636 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/performMaintenance @@ -69273,18 +48710,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2138 + - *ref_1637 signatureParameters: - - *ref_2139 - - *ref_2140 + - *ref_1638 + - *ref_1639 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69293,9 +48727,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69308,38 +48739,14 @@ operationGroups: description: >- Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications - go: - name: PerformMaintenance - description: |- - Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more - details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2141 - protocolNaming: - internalMethod: performMaintenance - requestMethod: performMaintenanceCreateRequest - responseMethod: performMaintenanceHandleResponse - responseEnv: &ref_3948 - type: object - language: - default: &ref_2142 - name: VirtualMachineScaleSetsClientPerformMaintenanceResponse - description: VirtualMachineScaleSetsClientPerformMaintenanceResponse contains the response from method VirtualMachineScaleSetsClient.BeginPerformMaintenance. - forLRO: true - responseType: true - go: *ref_2142 - protocol: {} protocol: {} - - &ref_4774 + - &ref_2872 operationId: VirtualMachineScaleSets_UpdateInstances apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2145 + - *ref_1326 + - &ref_1642 schema: *ref_3 implementation: Method required: true @@ -69348,14 +48755,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2146 + - &ref_1643 schema: *ref_3 implementation: Method required: true @@ -69364,14 +48767,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69380,41 +48779,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2144 + application/json: &ref_1641 parameters: - - &ref_2143 - schema: *ref_2049 + - &ref_1640 + schema: *ref_1602 implementation: Method required: true language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: vmInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. protocol: http: in: body style: json signatureParameters: - - *ref_2143 + - *ref_1640 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/manualupgrade @@ -69424,18 +48813,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2144 + - *ref_1641 signatureParameters: - - *ref_2145 - - *ref_2146 + - *ref_1642 + - *ref_1643 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69444,9 +48830,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69457,69 +48840,14 @@ operationGroups: default: name: UpdateInstances description: Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. - go: - name: UpdateInstances - description: |- - Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3720 - schema: - type: object - language: - default: &ref_2147 - name: VirtualMachineScaleSetsClientBeginUpdateInstancesOptions - description: VirtualMachineScaleSetsClientBeginUpdateInstancesOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginUpdateInstances method. - go: *ref_2147 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2148 - name: string - description: '' - go: *ref_2148 - protocol: {} - language: - default: &ref_2149 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2149 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginUpdateInstancesOptions - language: - default: &ref_2150 - name: options - description: VirtualMachineScaleSetsClientBeginUpdateInstancesOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginUpdateInstances method. - go: *ref_2150 - protocol: {} - protocolNaming: - internalMethod: updateInstances - requestMethod: updateInstancesCreateRequest - responseMethod: updateInstancesHandleResponse - responseEnv: &ref_3949 - type: object - language: - default: &ref_2151 - name: VirtualMachineScaleSetsClientUpdateInstancesResponse - description: VirtualMachineScaleSetsClientUpdateInstancesResponse contains the response from method VirtualMachineScaleSetsClient.BeginUpdateInstances. - forLRO: true - responseType: true - go: *ref_2151 - protocol: {} protocol: {} - - &ref_4775 + - &ref_2873 operationId: VirtualMachineScaleSets_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2158 + - *ref_1326 + - &ref_1646 schema: *ref_3 implementation: Method required: true @@ -69528,14 +48856,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2159 + - &ref_1647 schema: *ref_3 implementation: Method required: true @@ -69544,14 +48868,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69560,75 +48880,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2157 + application/json: &ref_1645 parameters: - - &ref_2153 - schema: *ref_730 + - &ref_1644 + schema: *ref_729 implementation: Method required: false language: default: name: vmScaleSetReimageInput description: Parameters for Reimaging VM ScaleSet. - go: - name: VMScaleSetReimageInput - description: Parameters for Reimaging VM ScaleSet. - paramGroup: &ref_2160 - schema: - type: object - language: - default: &ref_2152 - name: VirtualMachineScaleSetsClientBeginReimageOptions - description: VirtualMachineScaleSetsClientBeginReimageOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginReimage method. - go: *ref_2152 - protocol: {} - originalParameter: - - *ref_2153 - - schema: - type: string - language: - default: &ref_2154 - name: string - description: '' - go: *ref_2154 - protocol: {} - language: - default: &ref_2155 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2155 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginReimageOptions - language: - default: &ref_2156 - name: options - description: VirtualMachineScaleSetsClientBeginReimageOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginReimage method. - go: *ref_2156 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2153 + - *ref_1644 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/reimage @@ -69638,18 +48914,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2157 + - *ref_1645 signatureParameters: - - *ref_2158 - - *ref_2159 + - *ref_1646 + - *ref_1647 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69658,9 +48931,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69671,38 +48941,14 @@ operationGroups: default: name: Reimage description: Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. - go: - name: Reimage - description: |- - Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is - reset to initial state. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2160 - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_3950 - type: object - language: - default: &ref_2161 - name: VirtualMachineScaleSetsClientReimageResponse - description: VirtualMachineScaleSetsClientReimageResponse contains the response from method VirtualMachineScaleSetsClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_2161 - protocol: {} protocol: {} - - &ref_4776 + - &ref_2874 operationId: VirtualMachineScaleSets_ReimageAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2168 + - *ref_1326 + - &ref_1650 schema: *ref_3 implementation: Method required: true @@ -69711,14 +48957,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2169 + - &ref_1651 schema: *ref_3 implementation: Method required: true @@ -69727,14 +48969,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69743,75 +48981,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2167 + application/json: &ref_1649 parameters: - - &ref_2163 - schema: *ref_2033 + - &ref_1648 + schema: *ref_1597 implementation: Method required: false language: default: name: vmInstanceIDs description: A list of virtual machine instance IDs from the VM scale set. - go: - name: VMInstanceIDs - description: A list of virtual machine instance IDs from the VM scale set. - paramGroup: &ref_2170 - schema: - type: object - language: - default: &ref_2162 - name: VirtualMachineScaleSetsClientBeginReimageAllOptions - description: VirtualMachineScaleSetsClientBeginReimageAllOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginReimageAll method. - go: *ref_2162 - protocol: {} - originalParameter: - - *ref_2163 - - schema: - type: string - language: - default: &ref_2164 - name: string - description: '' - go: *ref_2164 - protocol: {} - language: - default: &ref_2165 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2165 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginReimageAllOptions - language: - default: &ref_2166 - name: options - description: VirtualMachineScaleSetsClientBeginReimageAllOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginReimageAll method. - go: *ref_2166 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2163 + - *ref_1648 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/reimageall @@ -69821,18 +49015,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2167 + - *ref_1649 signatureParameters: - - *ref_2168 - - *ref_2169 + - *ref_1650 + - *ref_1651 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -69841,9 +49032,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -69854,37 +49042,14 @@ operationGroups: default: name: ReimageAll description: Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. - go: - name: ReimageAll - description: |- - Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: *ref_2170 - protocolNaming: - internalMethod: reimageAll - requestMethod: reimageAllCreateRequest - responseMethod: reimageAllHandleResponse - responseEnv: &ref_3951 - type: object - language: - default: &ref_2171 - name: VirtualMachineScaleSetsClientReimageAllResponse - description: VirtualMachineScaleSetsClientReimageAllResponse contains the response from method VirtualMachineScaleSetsClient.BeginReimageAll. - forLRO: true - responseType: true - go: *ref_2171 - protocol: {} protocol: {} - - &ref_4777 + - &ref_2875 operationId: VirtualMachineScaleSets_ForceRecoveryServiceFabricPlatformUpdateDomainWalk apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2172 + - *ref_1326 + - &ref_1652 schema: *ref_3 implementation: Method required: true @@ -69893,14 +49058,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2173 + - &ref_1653 schema: *ref_3 implementation: Method required: true @@ -69909,14 +49070,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -69925,16 +49082,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_2174 - schema: *ref_1598 + - *ref_1330 + - &ref_1654 + schema: *ref_1424 implementation: Method required: true language: @@ -69942,16 +49095,12 @@ operationGroups: name: platformUpdateDomain description: The platform update domain for which a manual recovery walk is requested serializedName: platformUpdateDomain - go: - name: platformUpdateDomain - description: The platform update domain for which a manual recovery walk is requested - serializedName: platformUpdateDomain protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -69960,10 +49109,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -69972,27 +49117,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/forceRecoveryServiceFabricPlatformUpdateDomainWalk method: post uri: '{$host}' signatureParameters: - - *ref_2172 - - *ref_2173 - - *ref_2174 + - *ref_1652 + - *ref_1653 + - *ref_1654 responses: - - schema: *ref_2175 + - schema: *ref_1655 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -70004,67 +49143,14 @@ operationGroups: default: name: ForceRecoveryServiceFabricPlatformUpdateDomainWalk description: Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. - go: - name: ForceRecoveryServiceFabricPlatformUpdateDomainWalk - description: |- - Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3721 - schema: - type: object - language: - default: &ref_2176 - name: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions - description: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions contains the optional parameters for the VirtualMachineScaleSetsClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalk method. - go: *ref_2176 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions - language: - default: &ref_2177 - name: options - description: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions contains the optional parameters for the VirtualMachineScaleSetsClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalk method. - go: *ref_2177 - protocol: {} - protocolNaming: - internalMethod: forceRecoveryServiceFabricPlatformUpdateDomainWalk - requestMethod: forceRecoveryServiceFabricPlatformUpdateDomainWalkCreateRequest - responseMethod: forceRecoveryServiceFabricPlatformUpdateDomainWalkHandleResponse - responseEnv: &ref_3952 - type: object - properties: - - &ref_2179 - schema: *ref_2175 - serializedName: RecoveryWalkResponse - language: - default: &ref_2178 - name: RecoveryWalkResponse - description: Response after calling a manual recovery walk - byValue: true - embeddedType: true - go: *ref_2178 - protocol: {} - language: - default: &ref_2180 - name: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkResponse - description: VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkResponse contains the response from method VirtualMachineScaleSetsClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalk. - marshallingFormat: json - responseType: true - resultProp: *ref_2179 - go: *ref_2180 - protocol: {} protocol: {} - - &ref_4778 + - &ref_2876 operationId: VirtualMachineScaleSets_ConvertToSinglePlacementGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2184 + - *ref_1326 + - &ref_1659 schema: *ref_3 implementation: Method required: true @@ -70073,14 +49159,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2185 + - &ref_1660 schema: *ref_3 implementation: Method required: true @@ -70089,14 +49171,10 @@ operationGroups: name: vmScaleSetName description: The name of the virtual machine scale set to create or update. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the virtual machine scale set to create or update. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -70105,41 +49183,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2183 + application/json: &ref_1658 parameters: - - &ref_2182 - schema: *ref_2181 + - &ref_1657 + schema: *ref_1656 implementation: Method required: true language: default: name: parameters description: The input object for ConvertToSinglePlacementGroup API. - go: - name: parameters - description: The input object for ConvertToSinglePlacementGroup API. protocol: http: in: body style: json signatureParameters: - - *ref_2182 + - *ref_1657 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/convertToSinglePlacementGroup @@ -70149,18 +49217,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2183 + - *ref_1658 signatureParameters: - - *ref_2184 - - *ref_2185 + - *ref_1659 + - *ref_1660 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -70169,53 +49234,14 @@ operationGroups: default: name: ConvertToSinglePlacementGroup description: Converts SinglePlacementGroup property to false for a existing virtual machine scale set. - go: - name: ConvertToSinglePlacementGroup - description: |- - Converts SinglePlacementGroup property to false for a existing virtual machine scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3722 - schema: - type: object - language: - default: &ref_2186 - name: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions - description: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions contains the optional parameters for the VirtualMachineScaleSetsClient.ConvertToSinglePlacementGroup method. - go: *ref_2186 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions - language: - default: &ref_2187 - name: options - description: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions contains the optional parameters for the VirtualMachineScaleSetsClient.ConvertToSinglePlacementGroup method. - go: *ref_2187 - protocol: {} - protocolNaming: - internalMethod: convertToSinglePlacementGroup - requestMethod: convertToSinglePlacementGroupCreateRequest - responseMethod: convertToSinglePlacementGroupHandleResponse - responseEnv: &ref_3953 - type: object - language: - default: &ref_2188 - name: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupResponse - description: VirtualMachineScaleSetsClientConvertToSinglePlacementGroupResponse contains the response from method VirtualMachineScaleSetsClient.ConvertToSinglePlacementGroup. - responseType: true - go: *ref_2188 - protocol: {} protocol: {} - - &ref_4779 + - &ref_2877 operationId: VirtualMachineScaleSets_SetOrchestrationServiceState apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2192 + - *ref_1326 + - &ref_1664 schema: *ref_3 implementation: Method required: true @@ -70224,14 +49250,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2193 + - &ref_1665 schema: *ref_3 implementation: Method required: true @@ -70240,14 +49262,10 @@ operationGroups: name: vmScaleSetName description: The name of the virtual machine scale set to create or update. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the virtual machine scale set to create or update. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -70256,41 +49274,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2191 + application/json: &ref_1663 parameters: - - &ref_2190 - schema: *ref_2189 + - &ref_1662 + schema: *ref_1661 implementation: Method required: true language: default: name: parameters description: The input object for SetOrchestrationServiceState API. - go: - name: parameters - description: The input object for SetOrchestrationServiceState API. protocol: http: in: body style: json signatureParameters: - - *ref_2190 + - *ref_1662 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/setOrchestrationServiceState @@ -70300,18 +49308,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2191 + - *ref_1663 signatureParameters: - - *ref_2192 - - *ref_2193 + - *ref_1664 + - *ref_1665 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -70320,9 +49325,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -70333,85 +49335,23 @@ operationGroups: default: name: SetOrchestrationServiceState description: Changes ServiceState property for a given service - go: - name: SetOrchestrationServiceState - description: |- - Changes ServiceState property for a given service - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetsClient - openApiType: arm - optionalParamGroup: &ref_3723 - schema: - type: object - language: - default: &ref_2194 - name: VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions - description: VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginSetOrchestrationServiceState method. - go: *ref_2194 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2195 - name: string - description: '' - go: *ref_2195 - protocol: {} - language: - default: &ref_2196 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2196 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions - language: - default: &ref_2197 - name: options - description: VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions contains the optional parameters for the VirtualMachineScaleSetsClient.BeginSetOrchestrationServiceState method. - go: *ref_2197 - protocol: {} - protocolNaming: - internalMethod: setOrchestrationServiceState - requestMethod: setOrchestrationServiceStateCreateRequest - responseMethod: setOrchestrationServiceStateHandleResponse - responseEnv: &ref_3954 - type: object - language: - default: &ref_2198 - name: VirtualMachineScaleSetsClientSetOrchestrationServiceStateResponse - description: VirtualMachineScaleSetsClientSetOrchestrationServiceStateResponse contains the response from method VirtualMachineScaleSetsClient.BeginSetOrchestrationServiceState. - forLRO: true - responseType: true - go: *ref_2198 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSets description: '' - go: - name: VirtualMachineScaleSets - description: '' - clientCtorName: NewVirtualMachineScaleSetsClient - clientName: VirtualMachineScaleSetsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4780 + - &ref_2878 $key: VirtualMachineSizes operations: - - &ref_4781 + - &ref_2879 operationId: VirtualMachineSizes_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2199 - schema: *ref_1764 + - *ref_1326 + - &ref_1666 + schema: *ref_1503 implementation: Method required: true language: @@ -70419,14 +49359,10 @@ operationGroups: name: location description: The location upon which virtual-machine-sizes is queried. serializedName: location - go: - name: location - description: The location upon which virtual-machine-sizes is queried. - serializedName: location protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -70435,17 +49371,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70454,10 +49386,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -70466,25 +49394,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes method: get uri: '{$host}' signatureParameters: - - *ref_2199 + - *ref_1666 responses: - - schema: *ref_1384 + - schema: *ref_1348 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -70501,150 +49423,75 @@ operationGroups: description: This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) paging: nextLinkName: null - go: - name: List - description: This API is deprecated. Use Resources Skus [https://docs.microsoft.com/rest/api/compute/resourceskus/list] - azureARM: true - clientName: VirtualMachineSizesClient - openApiType: arm - optionalParamGroup: &ref_3724 - schema: - type: object - language: - default: &ref_2200 - name: VirtualMachineSizesClientListOptions - description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.NewListPager method. - go: *ref_2200 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineSizesClientListOptions - language: - default: &ref_2201 - name: options - description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.NewListPager method. - go: *ref_2201 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3955 - type: object - properties: - - &ref_2203 - schema: *ref_1384 - serializedName: VirtualMachineSizeListResult - language: - default: &ref_2202 - name: VirtualMachineSizeListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_2202 - protocol: {} - language: - default: &ref_2204 - name: VirtualMachineSizesClientListResponse - description: VirtualMachineSizesClientListResponse contains the response from method VirtualMachineSizesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2203 - go: *ref_2204 - protocol: {} protocol: {} language: default: name: VirtualMachineSizes description: '' - go: - name: VirtualMachineSizes - description: '' - clientCtorName: NewVirtualMachineSizesClient - clientName: VirtualMachineSizesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4801 + - &ref_2899 $key: Images operations: - - &ref_4800 + - &ref_2898 operationId: Images_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2207 + - *ref_1326 + - &ref_1669 schema: *ref_3 implementation: Method required: true - language: &ref_4782 + language: &ref_2880 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2208 + - &ref_1670 schema: *ref_3 implementation: Method required: true - language: &ref_4783 + language: &ref_2881 default: name: imageName description: The name of the image. serializedName: imageName - go: - name: imageName - description: The name of the image. - serializedName: imageName protocol: http: in: path - - &ref_4784 - schema: *ref_1328 + - &ref_2882 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4785 + language: &ref_2883 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2206 + application/json: &ref_1668 parameters: - - &ref_2205 + - &ref_1667 schema: *ref_573 implementation: Method required: true - language: &ref_4786 + language: &ref_2884 default: name: parameters description: Parameters supplied to the Create Image operation. - go: - name: parameters - description: Parameters supplied to the Create Image operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70653,22 +49500,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2205 + - *ref_1667 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName} @@ -70678,19 +49518,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2206 + - *ref_1668 signatureParameters: - - *ref_2207 - - *ref_2208 + - *ref_1669 + - *ref_1670 responses: - schema: *ref_573 - language: &ref_4795 + language: &ref_2893 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -70699,13 +49536,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_573 - language: &ref_4799 + language: &ref_2897 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -71266,151 +50100,67 @@ operationGroups: default: name: CreateOrUpdate description: Create or update an image. - go: - name: CreateOrUpdate - description: |- - Create or update an image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3725 - schema: - type: object - language: - default: &ref_2209 - name: ImagesClientBeginCreateOrUpdateOptions - description: ImagesClientBeginCreateOrUpdateOptions contains the optional parameters for the ImagesClient.BeginCreateOrUpdate method. - go: *ref_2209 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2210 - name: string - description: '' - go: *ref_2210 - protocol: {} - language: - default: &ref_2211 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2211 - protocol: {} - required: false - serializedName: ImagesClientBeginCreateOrUpdateOptions - language: - default: &ref_2212 - name: options - description: ImagesClientBeginCreateOrUpdateOptions contains the optional parameters for the ImagesClient.BeginCreateOrUpdate method. - go: *ref_2212 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3956 - type: object - properties: - - &ref_2214 - schema: *ref_573 - serializedName: Image - language: - default: &ref_2213 - name: Image - description: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - byValue: true - embeddedType: true - go: *ref_2213 - protocol: {} - language: - default: &ref_2215 - name: ImagesClientCreateOrUpdateResponse - description: ImagesClientCreateOrUpdateResponse contains the response from method ImagesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2214 - go: *ref_2215 - protocol: {} protocol: {} - - &ref_4818 + - &ref_2916 operationId: Images_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2218 + - *ref_1326 + - &ref_1673 schema: *ref_3 implementation: Method required: true - language: &ref_4807 + language: &ref_2905 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2219 + - &ref_1674 schema: *ref_3 implementation: Method required: true - language: &ref_4808 + language: &ref_2906 default: name: imageName description: The name of the image. serializedName: imageName - go: - name: imageName - description: The name of the image. - serializedName: imageName protocol: http: in: path - - &ref_4809 - schema: *ref_1328 + - &ref_2907 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4810 + language: &ref_2908 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2217 + application/json: &ref_1672 parameters: - - &ref_2216 - schema: *ref_626 + - &ref_1671 + schema: *ref_625 implementation: Method required: true - language: &ref_4811 + language: &ref_2909 default: name: parameters description: Parameters supplied to the Update Image operation. - go: - name: parameters - description: Parameters supplied to the Update Image operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -71419,22 +50169,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2216 + - *ref_1671 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName} @@ -71444,19 +50187,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2217 + - *ref_1672 signatureParameters: - - *ref_2218 - - *ref_2219 + - *ref_1673 + - *ref_1674 responses: - schema: *ref_573 - language: &ref_4814 + language: &ref_2912 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -71465,13 +50205,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_573 - language: &ref_4817 + language: &ref_2915 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -71561,83 +50298,14 @@ operationGroups: default: name: Update description: Update an image. - go: - name: Update - description: |- - Update an image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3726 - schema: - type: object - language: - default: &ref_2220 - name: ImagesClientBeginUpdateOptions - description: ImagesClientBeginUpdateOptions contains the optional parameters for the ImagesClient.BeginUpdate method. - go: *ref_2220 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2221 - name: string - description: '' - go: *ref_2221 - protocol: {} - language: - default: &ref_2222 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2222 - protocol: {} - required: false - serializedName: ImagesClientBeginUpdateOptions - language: - default: &ref_2223 - name: options - description: ImagesClientBeginUpdateOptions contains the optional parameters for the ImagesClient.BeginUpdate method. - go: *ref_2223 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3957 - type: object - properties: - - &ref_2225 - schema: *ref_573 - serializedName: Image - language: - default: &ref_2224 - name: Image - description: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - byValue: true - embeddedType: true - go: *ref_2224 - protocol: {} - language: - default: &ref_2226 - name: ImagesClientUpdateResponse - description: ImagesClientUpdateResponse contains the response from method ImagesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2225 - go: *ref_2226 - protocol: {} protocol: {} - - &ref_4819 + - &ref_2917 operationId: Images_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2227 + - *ref_1326 + - &ref_1675 schema: *ref_3 implementation: Method required: true @@ -71646,14 +50314,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2228 + - &ref_1676 schema: *ref_3 implementation: Method required: true @@ -71662,14 +50326,10 @@ operationGroups: name: imageName description: The name of the image. serializedName: imageName - go: - name: imageName - description: The name of the image. - serializedName: imageName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -71678,38 +50338,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName} method: delete uri: '{$host}' signatureParameters: - - *ref_2227 - - *ref_2228 + - *ref_1675 + - *ref_1676 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -71718,9 +50368,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -71729,9 +50376,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -71742,101 +50386,38 @@ operationGroups: default: name: Delete description: Deletes an Image. - go: - name: Delete - description: |- - Deletes an Image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3727 - schema: - type: object - language: - default: &ref_2229 - name: ImagesClientBeginDeleteOptions - description: ImagesClientBeginDeleteOptions contains the optional parameters for the ImagesClient.BeginDelete method. - go: *ref_2229 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2230 - name: string - description: '' - go: *ref_2230 - protocol: {} - language: - default: &ref_2231 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2231 - protocol: {} - required: false - serializedName: ImagesClientBeginDeleteOptions - language: - default: &ref_2232 - name: options - description: ImagesClientBeginDeleteOptions contains the optional parameters for the ImagesClient.BeginDelete method. - go: *ref_2232 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3958 - type: object - language: - default: &ref_2233 - name: ImagesClientDeleteResponse - description: ImagesClientDeleteResponse contains the response from method ImagesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2233 - protocol: {} protocol: {} - - &ref_4825 + - &ref_2923 operationId: Images_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2237 + - *ref_1326 + - &ref_1677 schema: *ref_3 implementation: Method required: true - language: &ref_4820 + language: &ref_2918 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2238 + - &ref_1678 schema: *ref_3 implementation: Method required: true - language: &ref_4821 + language: &ref_2919 default: name: imageName description: The name of the image. serializedName: imageName - go: - name: imageName - description: The name of the image. - serializedName: imageName protocol: http: in: path - - &ref_2235 + - &ref_1679 schema: *ref_3 implementation: Method language: @@ -71844,53 +50425,26 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2239 - schema: - type: object - language: - default: &ref_2234 - name: ImagesClientGetOptions - description: ImagesClientGetOptions contains the optional parameters for the ImagesClient.Get method. - go: *ref_2234 - protocol: {} - originalParameter: - - *ref_2235 - required: false - serializedName: ImagesClientGetOptions - language: - default: &ref_2236 - name: options - description: ImagesClientGetOptions contains the optional parameters for the ImagesClient.Get method. - go: *ref_2236 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_4822 - schema: *ref_1328 + - &ref_2920 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4823 + language: &ref_2921 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -71899,10 +50453,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -71911,27 +50461,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName} method: get uri: '{$host}' signatureParameters: - - *ref_2237 - - *ref_2238 - - *ref_2235 + - *ref_1677 + - *ref_1678 + - *ref_1679 responses: - schema: *ref_573 - language: &ref_4824 + language: &ref_2922 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -71981,86 +50525,42 @@ operationGroups: default: name: Get description: Gets an image. - go: - name: Get - description: |- - Gets an image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: *ref_2239 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3959 - type: object - properties: - - &ref_2241 - schema: *ref_573 - serializedName: Image - language: - default: &ref_2240 - name: Image - description: The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. - byValue: true - embeddedType: true - go: *ref_2240 - protocol: {} - language: - default: &ref_2242 - name: ImagesClientGetResponse - description: ImagesClientGetResponse contains the response from method ImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2241 - go: *ref_2242 - protocol: {} protocol: {} - - &ref_4831 + - &ref_2929 operationId: Images_ListByResourceGroup apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2243 + - *ref_1326 + - &ref_1680 schema: *ref_3 implementation: Method required: true - language: &ref_4826 + language: &ref_2924 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_4827 - schema: *ref_1328 + - &ref_2925 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4828 + language: &ref_2926 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72069,10 +50569,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -72081,25 +50577,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images method: get uri: '{$host}' signatureParameters: - - *ref_2243 + - *ref_1680 responses: - - schema: *ref_2244 - language: &ref_4829 + - schema: *ref_1681 + language: &ref_2927 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -72151,87 +50641,30 @@ operationGroups: description: Gets the list of images under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Gets the list of images under a resource group. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3728 - schema: - type: object - language: - default: &ref_2245 - name: ImagesClientListByResourceGroupOptions - description: ImagesClientListByResourceGroupOptions contains the optional parameters for the ImagesClient.NewListByResourceGroupPager method. - go: *ref_2245 - protocol: {} - originalParameter: [] - required: false - serializedName: ImagesClientListByResourceGroupOptions - language: - default: &ref_2246 - name: options - description: ImagesClientListByResourceGroupOptions contains the optional parameters for the ImagesClient.NewListByResourceGroupPager method. - go: *ref_2246 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3960 - type: object - properties: - - &ref_2248 - schema: *ref_2244 - serializedName: ImageListResult - language: - default: &ref_2247 - name: ImageListResult - description: The List Image operation response. - byValue: true - embeddedType: true - go: *ref_2247 - protocol: {} - language: - default: &ref_2249 - name: ImagesClientListByResourceGroupResponse - description: ImagesClientListByResourceGroupResponse contains the response from method ImagesClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2248 - go: *ref_2249 - protocol: {} protocol: {} - - &ref_4835 + - &ref_2933 operationId: Images_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_4832 - schema: *ref_1328 + - *ref_1326 + - &ref_2930 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4833 + language: &ref_2931 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72240,10 +50673,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -72252,9 +50681,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/images @@ -72262,14 +50688,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2244 - language: &ref_4834 + - schema: *ref_1681 + language: &ref_2932 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -72320,150 +50743,75 @@ operationGroups: description: Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. paging: nextLinkName: nextLink - go: - name: List - description: Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. - azureARM: true - clientName: ImagesClient - openApiType: arm - optionalParamGroup: &ref_3729 - schema: - type: object - language: - default: &ref_2250 - name: ImagesClientListOptions - description: ImagesClientListOptions contains the optional parameters for the ImagesClient.NewListPager method. - go: *ref_2250 - protocol: {} - originalParameter: [] - required: false - serializedName: ImagesClientListOptions - language: - default: &ref_2251 - name: options - description: ImagesClientListOptions contains the optional parameters for the ImagesClient.NewListPager method. - go: *ref_2251 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3961 - type: object - properties: - - &ref_2253 - schema: *ref_2244 - serializedName: ImageListResult - language: - default: &ref_2252 - name: ImageListResult - description: The List Image operation response. - byValue: true - embeddedType: true - go: *ref_2252 - protocol: {} - language: - default: &ref_2254 - name: ImagesClientListResponse - description: ImagesClientListResponse contains the response from method ImagesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2253 - go: *ref_2254 - protocol: {} protocol: {} language: default: name: Images description: '' - go: - name: Images - description: '' - clientCtorName: NewImagesClient - clientName: ImagesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4850 + - &ref_2948 $key: RestorePointCollections operations: - - &ref_4849 + - &ref_2947 operationId: RestorePointCollections_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2257 + - *ref_1326 + - *ref_1330 + - &ref_1684 schema: *ref_3 implementation: Method required: true - language: &ref_4836 + language: &ref_2934 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2258 + - &ref_1685 schema: *ref_3 implementation: Method required: true - language: &ref_4837 + language: &ref_2935 default: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_4838 - schema: *ref_1328 + - &ref_2936 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4839 + language: &ref_2937 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2256 + application/json: &ref_1683 parameters: - - &ref_2255 + - &ref_1682 schema: *ref_574 implementation: Method required: true - language: &ref_4840 + language: &ref_2938 default: name: parameters description: Parameters supplied to the Create or Update restore point collection operation. - go: - name: parameters - description: Parameters supplied to the Create or Update restore point collection operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72472,22 +50820,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2255 + - *ref_1682 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName} @@ -72497,19 +50838,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2256 + - *ref_1683 signatureParameters: - - *ref_2257 - - *ref_2258 + - *ref_1684 + - *ref_1685 responses: - schema: *ref_574 - language: &ref_4844 + language: &ref_2942 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -72518,13 +50856,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_574 - language: &ref_4848 + language: &ref_2946 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -72533,14 +50868,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -72597,68 +50929,15 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3730 - schema: - type: object - language: - default: &ref_2259 - name: RestorePointCollectionsClientCreateOrUpdateOptions - description: RestorePointCollectionsClientCreateOrUpdateOptions contains the optional parameters for the RestorePointCollectionsClient.CreateOrUpdate method. - go: *ref_2259 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointCollectionsClientCreateOrUpdateOptions - language: - default: &ref_2260 - name: options - description: RestorePointCollectionsClientCreateOrUpdateOptions contains the optional parameters for the RestorePointCollectionsClient.CreateOrUpdate method. - go: *ref_2260 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3962 - type: object - properties: - - &ref_2262 - schema: *ref_574 - serializedName: RestorePointCollection - language: - default: &ref_2261 - name: RestorePointCollection - description: Create or update Restore Point collection parameters. - byValue: true - embeddedType: true - go: *ref_2261 - protocol: {} - language: - default: &ref_2263 - name: RestorePointCollectionsClientCreateOrUpdateResponse - description: RestorePointCollectionsClientCreateOrUpdateResponse contains the response from method RestorePointCollectionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2262 - go: *ref_2263 - protocol: {} protocol: {} - - &ref_4851 + - &ref_2949 operationId: RestorePointCollections_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2266 + - *ref_1326 + - *ref_1330 + - &ref_1688 schema: *ref_3 implementation: Method required: true @@ -72667,14 +50946,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2267 + - &ref_1689 schema: *ref_3 implementation: Method required: true @@ -72683,14 +50958,10 @@ operationGroups: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -72699,32 +50970,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2265 + application/json: &ref_1687 parameters: - - &ref_2264 - schema: *ref_628 + - &ref_1686 + schema: *ref_627 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the Update restore point collection operation. - go: - name: parameters - description: Parameters supplied to the Update restore point collection operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72733,22 +50997,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2264 + - *ref_1686 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName} @@ -72758,19 +51015,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2265 + - *ref_1687 signatureParameters: - - *ref_2266 - - *ref_2267 + - *ref_1688 + - *ref_1689 responses: - schema: *ref_574 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -72779,14 +51033,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -72798,68 +51049,15 @@ operationGroups: default: name: Update description: The operation to update the restore point collection. - go: - name: Update - description: |- - The operation to update the restore point collection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3731 - schema: - type: object - language: - default: &ref_2268 - name: RestorePointCollectionsClientUpdateOptions - description: RestorePointCollectionsClientUpdateOptions contains the optional parameters for the RestorePointCollectionsClient.Update method. - go: *ref_2268 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointCollectionsClientUpdateOptions - language: - default: &ref_2269 - name: options - description: RestorePointCollectionsClientUpdateOptions contains the optional parameters for the RestorePointCollectionsClient.Update method. - go: *ref_2269 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3963 - type: object - properties: - - &ref_2271 - schema: *ref_574 - serializedName: RestorePointCollection - language: - default: &ref_2270 - name: RestorePointCollection - description: Create or update Restore Point collection parameters. - byValue: true - embeddedType: true - go: *ref_2270 - protocol: {} - language: - default: &ref_2272 - name: RestorePointCollectionsClientUpdateResponse - description: RestorePointCollectionsClientUpdateResponse contains the response from method RestorePointCollectionsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_2271 - go: *ref_2272 - protocol: {} protocol: {} - - &ref_4852 + - &ref_2950 operationId: RestorePointCollections_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2273 + - *ref_1326 + - *ref_1330 + - &ref_1690 schema: *ref_3 implementation: Method required: true @@ -72868,14 +51066,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2274 + - &ref_1691 schema: *ref_3 implementation: Method required: true @@ -72884,14 +51078,10 @@ operationGroups: name: restorePointCollectionName description: The name of the Restore Point Collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the Restore Point Collection. - serializedName: restorePointCollectionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -72900,16 +51090,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -72918,10 +51104,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -72930,25 +51112,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_2273 - - *ref_2274 + - *ref_1690 + - *ref_1691 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -72957,9 +51133,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -72968,22 +51141,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -72997,155 +51164,65 @@ operationGroups: default: name: Delete description: The operation to delete the restore point collection. This operation will also delete all the contained restore points. - go: - name: Delete - description: |- - The operation to delete the restore point collection. This operation will also delete all the contained restore points. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3732 - schema: - type: object - language: - default: &ref_2275 - name: RestorePointCollectionsClientBeginDeleteOptions - description: RestorePointCollectionsClientBeginDeleteOptions contains the optional parameters for the RestorePointCollectionsClient.BeginDelete method. - go: *ref_2275 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2276 - name: string - description: '' - go: *ref_2276 - protocol: {} - language: - default: &ref_2277 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2277 - protocol: {} - required: false - serializedName: RestorePointCollectionsClientBeginDeleteOptions - language: - default: &ref_2278 - name: options - description: RestorePointCollectionsClientBeginDeleteOptions contains the optional parameters for the RestorePointCollectionsClient.BeginDelete method. - go: *ref_2278 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3964 - type: object - language: - default: &ref_2279 - name: RestorePointCollectionsClientDeleteResponse - description: RestorePointCollectionsClientDeleteResponse contains the response from method RestorePointCollectionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2279 - protocol: {} protocol: {} - - &ref_4858 + - &ref_2956 operationId: RestorePointCollections_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2284 + - *ref_1326 + - *ref_1330 + - &ref_1693 schema: *ref_3 implementation: Method required: true - language: &ref_4853 + language: &ref_2951 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2285 + - &ref_1694 schema: *ref_3 implementation: Method required: true - language: &ref_4854 + language: &ref_2952 default: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_2282 - schema: *ref_2280 + - &ref_1695 + schema: *ref_1692 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. - paramGroup: &ref_2286 - schema: - type: object - language: - default: &ref_2281 - name: RestorePointCollectionsClientGetOptions - description: RestorePointCollectionsClientGetOptions contains the optional parameters for the RestorePointCollectionsClient.Get method. - go: *ref_2281 - protocol: {} - originalParameter: - - *ref_2282 - required: false - serializedName: RestorePointCollectionsClientGetOptions - language: - default: &ref_2283 - name: options - description: RestorePointCollectionsClientGetOptions contains the optional parameters for the RestorePointCollectionsClient.Get method. - go: *ref_2283 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_4855 - schema: *ref_1328 + - &ref_2953 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4856 + language: &ref_2954 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -73154,10 +51231,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -73166,27 +51239,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName} method: get uri: '{$host}' signatureParameters: - - *ref_2284 - - *ref_2285 - - *ref_2282 + - *ref_1693 + - *ref_1694 + - *ref_1695 responses: - schema: *ref_574 - language: &ref_4857 + language: &ref_2955 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -73195,14 +51262,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -73312,86 +51376,42 @@ operationGroups: default: name: Get description: The operation to get the restore point collection. - go: - name: Get - description: |- - The operation to get the restore point collection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: *ref_2286 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3965 - type: object - properties: - - &ref_2288 - schema: *ref_574 - serializedName: RestorePointCollection - language: - default: &ref_2287 - name: RestorePointCollection - description: Create or update Restore Point collection parameters. - byValue: true - embeddedType: true - go: *ref_2287 - protocol: {} - language: - default: &ref_2289 - name: RestorePointCollectionsClientGetResponse - description: RestorePointCollectionsClientGetResponse contains the response from method RestorePointCollectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2288 - go: *ref_2289 - protocol: {} protocol: {} - - &ref_4895 + - &ref_2993 operationId: RestorePointCollections_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2290 + - *ref_1326 + - *ref_1330 + - &ref_1696 schema: *ref_3 implementation: Method required: true - language: &ref_4890 + language: &ref_2988 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_4891 - schema: *ref_1328 + - &ref_2989 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4892 + language: &ref_2990 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -73400,10 +51420,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -73412,25 +51428,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections method: get uri: '{$host}' signatureParameters: - - *ref_2290 + - *ref_1696 responses: - - schema: *ref_2291 - language: &ref_4893 + - schema: *ref_1697 + language: &ref_2991 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -73439,14 +51449,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -73498,87 +51505,30 @@ operationGroups: description: Gets the list of restore point collections in a resource group. paging: nextLinkName: nextLink - go: - name: List - description: Gets the list of restore point collections in a resource group. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3733 - schema: - type: object - language: - default: &ref_2292 - name: RestorePointCollectionsClientListOptions - description: RestorePointCollectionsClientListOptions contains the optional parameters for the RestorePointCollectionsClient.NewListPager method. - go: *ref_2292 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointCollectionsClientListOptions - language: - default: &ref_2293 - name: options - description: RestorePointCollectionsClientListOptions contains the optional parameters for the RestorePointCollectionsClient.NewListPager method. - go: *ref_2293 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3966 - type: object - properties: - - &ref_2295 - schema: *ref_2291 - serializedName: RestorePointCollectionListResult - language: - default: &ref_2294 - name: RestorePointCollectionListResult - description: The List restore point collection operation response. - byValue: true - embeddedType: true - go: *ref_2294 - protocol: {} - language: - default: &ref_2296 - name: RestorePointCollectionsClientListResponse - description: RestorePointCollectionsClientListResponse contains the response from method RestorePointCollectionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2295 - go: *ref_2296 - protocol: {} protocol: {} - - &ref_4899 + - &ref_2997 operationId: RestorePointCollections_ListAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_4896 - schema: *ref_1328 + - *ref_1326 + - &ref_2994 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4897 + language: &ref_2995 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -73587,10 +51537,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -73599,9 +51545,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections @@ -73609,14 +51552,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2291 - language: &ref_4898 + - schema: *ref_1697 + language: &ref_2996 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -73625,14 +51565,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -73685,168 +51622,87 @@ operationGroups: collections. paging: nextLinkName: nextLink - go: - name: ListAll - description: |- - Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all - the restore point collections. - azureARM: true - clientName: RestorePointCollectionsClient - openApiType: arm - optionalParamGroup: &ref_3734 - schema: - type: object - language: - default: &ref_2297 - name: RestorePointCollectionsClientListAllOptions - description: RestorePointCollectionsClientListAllOptions contains the optional parameters for the RestorePointCollectionsClient.NewListAllPager method. - go: *ref_2297 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointCollectionsClientListAllOptions - language: - default: &ref_2298 - name: options - description: RestorePointCollectionsClientListAllOptions contains the optional parameters for the RestorePointCollectionsClient.NewListAllPager method. - go: *ref_2298 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAll - requestMethod: listAllCreateRequest - responseMethod: listAllHandleResponse - responseEnv: &ref_3967 - type: object - properties: - - &ref_2300 - schema: *ref_2291 - serializedName: RestorePointCollectionListResult - language: - default: &ref_2299 - name: RestorePointCollectionListResult - description: The List restore point collection operation response. - byValue: true - embeddedType: true - go: *ref_2299 - protocol: {} - language: - default: &ref_2301 - name: RestorePointCollectionsClientListAllResponse - description: RestorePointCollectionsClientListAllResponse contains the response from method RestorePointCollectionsClient.NewListAllPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2300 - go: *ref_2301 - protocol: {} protocol: {} language: default: name: RestorePointCollections description: '' - go: - name: RestorePointCollections - description: '' - clientCtorName: NewRestorePointCollectionsClient - clientName: RestorePointCollectionsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4908 + - &ref_3006 $key: RestorePoints operations: - - &ref_4907 + - &ref_3005 operationId: RestorePoints_Create apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2304 + - *ref_1326 + - *ref_1330 + - &ref_1700 schema: *ref_3 implementation: Method required: true - language: &ref_4900 + language: &ref_2998 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2305 + - &ref_1701 schema: *ref_3 implementation: Method required: true - language: &ref_4901 + language: &ref_2999 default: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_2306 + - &ref_1702 schema: *ref_3 implementation: Method required: true - language: &ref_4902 + language: &ref_3000 default: name: restorePointName description: The name of the restore point. serializedName: restorePointName - go: - name: restorePointName - description: The name of the restore point. - serializedName: restorePointName protocol: http: in: path - - &ref_4903 - schema: *ref_1328 + - &ref_3001 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4904 + language: &ref_3002 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2303 + application/json: &ref_1699 parameters: - - &ref_2302 + - &ref_1698 schema: *ref_349 implementation: Method required: true - language: &ref_4905 + language: &ref_3003 default: name: parameters description: Parameters supplied to the Create restore point operation. - go: - name: parameters - description: Parameters supplied to the Create restore point operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -73855,22 +51711,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2302 + - *ref_1698 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName} @@ -73880,20 +51729,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2303 + - *ref_1699 signatureParameters: - - *ref_2304 - - *ref_2305 - - *ref_2306 + - *ref_1700 + - *ref_1701 + - *ref_1702 responses: - schema: *ref_349 - language: &ref_4906 + language: &ref_3004 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -73902,14 +51748,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -73987,84 +51830,15 @@ operationGroups: default: name: Create description: The operation to create the restore point. Updating properties of an existing restore point is not allowed - go: - name: Create - description: |- - The operation to create the restore point. Updating properties of an existing restore point is not allowed - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointsClient - openApiType: arm - optionalParamGroup: &ref_3735 - schema: - type: object - language: - default: &ref_2307 - name: RestorePointsClientBeginCreateOptions - description: RestorePointsClientBeginCreateOptions contains the optional parameters for the RestorePointsClient.BeginCreate method. - go: *ref_2307 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2308 - name: string - description: '' - go: *ref_2308 - protocol: {} - language: - default: &ref_2309 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2309 - protocol: {} - required: false - serializedName: RestorePointsClientBeginCreateOptions - language: - default: &ref_2310 - name: options - description: RestorePointsClientBeginCreateOptions contains the optional parameters for the RestorePointsClient.BeginCreate method. - go: *ref_2310 - protocol: {} - protocolNaming: - internalMethod: create - requestMethod: createCreateRequest - responseMethod: createHandleResponse - responseEnv: &ref_3968 - type: object - properties: - - &ref_2312 - schema: *ref_349 - serializedName: RestorePoint - language: - default: &ref_2311 - name: RestorePoint - description: Restore Point details. - byValue: true - embeddedType: true - go: *ref_2311 - protocol: {} - language: - default: &ref_2313 - name: RestorePointsClientCreateResponse - description: RestorePointsClientCreateResponse contains the response from method RestorePointsClient.BeginCreate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2312 - go: *ref_2313 - protocol: {} protocol: {} - - &ref_4909 + - &ref_3007 operationId: RestorePoints_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2314 + - *ref_1326 + - *ref_1330 + - &ref_1703 schema: *ref_3 implementation: Method required: true @@ -74073,14 +51847,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2315 + - &ref_1704 schema: *ref_3 implementation: Method required: true @@ -74089,14 +51859,10 @@ operationGroups: name: restorePointCollectionName description: The name of the Restore Point Collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the Restore Point Collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_2316 + - &ref_1705 schema: *ref_3 implementation: Method required: true @@ -74105,14 +51871,10 @@ operationGroups: name: restorePointName description: The name of the restore point. serializedName: restorePointName - go: - name: restorePointName - description: The name of the restore point. - serializedName: restorePointName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -74121,16 +51883,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -74139,10 +51897,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -74151,26 +51905,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName} method: delete uri: '{$host}' signatureParameters: - - *ref_2314 - - *ref_2315 - - *ref_2316 + - *ref_1703 + - *ref_1704 + - *ref_1705 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -74179,9 +51927,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -74190,22 +51935,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -74219,137 +51958,66 @@ operationGroups: default: name: Delete description: The operation to delete the restore point. - go: - name: Delete - description: |- - The operation to delete the restore point. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointsClient - openApiType: arm - optionalParamGroup: &ref_3736 - schema: - type: object - language: - default: &ref_2317 - name: RestorePointsClientBeginDeleteOptions - description: RestorePointsClientBeginDeleteOptions contains the optional parameters for the RestorePointsClient.BeginDelete method. - go: *ref_2317 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2318 - name: string - description: '' - go: *ref_2318 - protocol: {} - language: - default: &ref_2319 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2319 - protocol: {} - required: false - serializedName: RestorePointsClientBeginDeleteOptions - language: - default: &ref_2320 - name: options - description: RestorePointsClientBeginDeleteOptions contains the optional parameters for the RestorePointsClient.BeginDelete method. - go: *ref_2320 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3969 - type: object - language: - default: &ref_2321 - name: RestorePointsClientDeleteResponse - description: RestorePointsClientDeleteResponse contains the response from method RestorePointsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2321 - protocol: {} protocol: {} - - &ref_4916 + - &ref_3014 operationId: RestorePoints_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2322 + - *ref_1326 + - *ref_1330 + - &ref_1706 schema: *ref_3 implementation: Method required: true - language: &ref_4910 + language: &ref_3008 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2323 + - &ref_1707 schema: *ref_3 implementation: Method required: true - language: &ref_4911 + language: &ref_3009 default: name: restorePointCollectionName description: The name of the restore point collection. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_2324 + - &ref_1708 schema: *ref_3 implementation: Method required: true - language: &ref_4912 + language: &ref_3010 default: name: restorePointName description: The name of the restore point. serializedName: restorePointName - go: - name: restorePointName - description: The name of the restore point. - serializedName: restorePointName protocol: http: in: path - - &ref_4913 - schema: *ref_1328 + - &ref_3011 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4914 + language: &ref_3012 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -74358,10 +52026,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -74370,27 +52034,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName} method: get uri: '{$host}' signatureParameters: - - *ref_2322 - - *ref_2323 - - *ref_2324 + - *ref_1706 + - *ref_1707 + - *ref_1708 responses: - schema: *ref_349 - language: &ref_4915 + language: &ref_3013 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -74399,14 +52057,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -74479,82 +52134,22 @@ operationGroups: default: name: Get description: The operation to get the restore point. - go: - name: Get - description: |- - The operation to get the restore point. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: RestorePointsClient - openApiType: arm - optionalParamGroup: &ref_3737 - schema: - type: object - language: - default: &ref_2325 - name: RestorePointsClientGetOptions - description: RestorePointsClientGetOptions contains the optional parameters for the RestorePointsClient.Get method. - go: *ref_2325 - protocol: {} - originalParameter: [] - required: false - serializedName: RestorePointsClientGetOptions - language: - default: &ref_2326 - name: options - description: RestorePointsClientGetOptions contains the optional parameters for the RestorePointsClient.Get method. - go: *ref_2326 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3970 - type: object - properties: - - &ref_2328 - schema: *ref_349 - serializedName: RestorePoint - language: - default: &ref_2327 - name: RestorePoint - description: Restore Point details. - byValue: true - embeddedType: true - go: *ref_2327 - protocol: {} - language: - default: &ref_2329 - name: RestorePointsClientGetResponse - description: RestorePointsClientGetResponse contains the response from method RestorePointsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2328 - go: *ref_2329 - protocol: {} protocol: {} language: default: name: RestorePoints description: '' - go: - name: RestorePoints - description: '' - clientCtorName: NewRestorePointsClient - clientName: RestorePointsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4917 + - &ref_3015 $key: VirtualMachineScaleSetExtensions operations: - - &ref_4918 + - &ref_3016 operationId: VirtualMachineScaleSetExtensions_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2332 + - *ref_1326 + - &ref_1711 schema: *ref_3 implementation: Method required: true @@ -74563,14 +52158,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2333 + - &ref_1712 schema: *ref_3 implementation: Method required: true @@ -74579,14 +52170,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set where the extension should be create or updated. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set where the extension should be create or updated. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2334 + - &ref_1713 schema: *ref_3 implementation: Method required: true @@ -74595,14 +52182,10 @@ operationGroups: name: vmssExtensionName description: The name of the VM scale set extension. serializedName: vmssExtensionName - go: - name: vmssExtensionName - description: The name of the VM scale set extension. - serializedName: vmssExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -74611,18 +52194,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2331 + application/json: &ref_1710 parameters: - - &ref_2330 + - &ref_1709 schema: *ref_121 implementation: Method required: true @@ -74630,14 +52209,11 @@ operationGroups: default: name: extensionParameters description: Parameters supplied to the Create VM scale set Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Create VM scale set Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -74646,22 +52222,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2330 + - *ref_1709 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName} @@ -74671,20 +52240,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2331 + - *ref_1710 signatureParameters: - - *ref_2332 - - *ref_2333 - - *ref_2334 + - *ref_1711 + - *ref_1712 + - *ref_1713 responses: - schema: *ref_121 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -74697,9 +52263,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -74713,83 +52276,14 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update an extension. - go: - name: CreateOrUpdate - description: |- - The operation to create or update an extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3738 - schema: - type: object - language: - default: &ref_2335 - name: VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions - description: VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginCreateOrUpdate method. - go: *ref_2335 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2336 - name: string - description: '' - go: *ref_2336 - protocol: {} - language: - default: &ref_2337 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2337 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions - language: - default: &ref_2338 - name: options - description: VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginCreateOrUpdate method. - go: *ref_2338 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3971 - type: object - properties: - - &ref_2340 - schema: *ref_121 - serializedName: VirtualMachineScaleSetExtension - language: - default: &ref_2339 - name: VirtualMachineScaleSetExtension - description: Describes a Virtual Machine Scale Set Extension. - byValue: true - embeddedType: true - go: *ref_2339 - protocol: {} - language: - default: &ref_2341 - name: VirtualMachineScaleSetExtensionsClientCreateOrUpdateResponse - description: VirtualMachineScaleSetExtensionsClientCreateOrUpdateResponse contains the response from method VirtualMachineScaleSetExtensionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2340 - go: *ref_2341 - protocol: {} protocol: {} - - &ref_4919 + - &ref_3017 operationId: VirtualMachineScaleSetExtensions_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2344 + - *ref_1326 + - &ref_1716 schema: *ref_3 implementation: Method required: true @@ -74798,14 +52292,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2345 + - &ref_1717 schema: *ref_3 implementation: Method required: true @@ -74814,14 +52304,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set where the extension should be updated. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set where the extension should be updated. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2346 + - &ref_1718 schema: *ref_3 implementation: Method required: true @@ -74830,14 +52316,10 @@ operationGroups: name: vmssExtensionName description: The name of the VM scale set extension. serializedName: vmssExtensionName - go: - name: vmssExtensionName - description: The name of the VM scale set extension. - serializedName: vmssExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -74846,18 +52328,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2343 + application/json: &ref_1715 parameters: - - &ref_2342 + - &ref_1714 schema: *ref_122 implementation: Method required: true @@ -74865,14 +52343,11 @@ operationGroups: default: name: extensionParameters description: Parameters supplied to the Update VM scale set Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Update VM scale set Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -74881,22 +52356,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2342 + - *ref_1714 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName} @@ -74906,20 +52374,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2343 + - *ref_1715 signatureParameters: - - *ref_2344 - - *ref_2345 - - *ref_2346 + - *ref_1716 + - *ref_1717 + - *ref_1718 responses: - schema: *ref_121 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -74932,9 +52397,6 @@ operationGroups: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -74948,83 +52410,14 @@ operationGroups: default: name: Update description: The operation to update an extension. - go: - name: Update - description: |- - The operation to update an extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3739 - schema: - type: object - language: - default: &ref_2347 - name: VirtualMachineScaleSetExtensionsClientBeginUpdateOptions - description: VirtualMachineScaleSetExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginUpdate method. - go: *ref_2347 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2348 - name: string - description: '' - go: *ref_2348 - protocol: {} - language: - default: &ref_2349 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2349 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetExtensionsClientBeginUpdateOptions - language: - default: &ref_2350 - name: options - description: VirtualMachineScaleSetExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginUpdate method. - go: *ref_2350 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3972 - type: object - properties: - - &ref_2352 - schema: *ref_121 - serializedName: VirtualMachineScaleSetExtension - language: - default: &ref_2351 - name: VirtualMachineScaleSetExtension - description: Describes a Virtual Machine Scale Set Extension. - byValue: true - embeddedType: true - go: *ref_2351 - protocol: {} - language: - default: &ref_2353 - name: VirtualMachineScaleSetExtensionsClientUpdateResponse - description: VirtualMachineScaleSetExtensionsClientUpdateResponse contains the response from method VirtualMachineScaleSetExtensionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2352 - go: *ref_2353 - protocol: {} protocol: {} - - &ref_4920 + - &ref_3018 operationId: VirtualMachineScaleSetExtensions_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2354 + - *ref_1326 + - &ref_1719 schema: *ref_3 implementation: Method required: true @@ -75033,14 +52426,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2355 + - &ref_1720 schema: *ref_3 implementation: Method required: true @@ -75049,14 +52438,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set where the extension should be deleted. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set where the extension should be deleted. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2356 + - &ref_1721 schema: *ref_3 implementation: Method required: true @@ -75065,14 +52450,10 @@ operationGroups: name: vmssExtensionName description: The name of the VM scale set extension. serializedName: vmssExtensionName - go: - name: vmssExtensionName - description: The name of the VM scale set extension. - serializedName: vmssExtensionName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75081,39 +52462,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName} method: delete uri: '{$host}' signatureParameters: - - *ref_2354 - - *ref_2355 - - *ref_2356 + - *ref_1719 + - *ref_1720 + - *ref_1721 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -75122,9 +52493,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -75133,9 +52501,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -75146,69 +52511,14 @@ operationGroups: default: name: Delete description: The operation to delete the extension. - go: - name: Delete - description: |- - The operation to delete the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3740 - schema: - type: object - language: - default: &ref_2357 - name: VirtualMachineScaleSetExtensionsClientBeginDeleteOptions - description: VirtualMachineScaleSetExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginDelete method. - go: *ref_2357 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2358 - name: string - description: '' - go: *ref_2358 - protocol: {} - language: - default: &ref_2359 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2359 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetExtensionsClientBeginDeleteOptions - language: - default: &ref_2360 - name: options - description: VirtualMachineScaleSetExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.BeginDelete method. - go: *ref_2360 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3973 - type: object - language: - default: &ref_2361 - name: VirtualMachineScaleSetExtensionsClientDeleteResponse - description: VirtualMachineScaleSetExtensionsClientDeleteResponse contains the response from method VirtualMachineScaleSetExtensionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2361 - protocol: {} protocol: {} - - &ref_4921 + - &ref_3019 operationId: VirtualMachineScaleSetExtensions_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2365 + - *ref_1326 + - &ref_1722 schema: *ref_3 implementation: Method required: true @@ -75217,14 +52527,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2366 + - &ref_1723 schema: *ref_3 implementation: Method required: true @@ -75233,14 +52539,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set containing the extension. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set containing the extension. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2367 + - &ref_1724 schema: *ref_3 implementation: Method required: true @@ -75249,14 +52551,10 @@ operationGroups: name: vmssExtensionName description: The name of the VM scale set extension. serializedName: vmssExtensionName - go: - name: vmssExtensionName - description: The name of the VM scale set extension. - serializedName: vmssExtensionName protocol: http: in: path - - &ref_2363 + - &ref_1725 schema: *ref_3 implementation: Method language: @@ -75264,33 +52562,10 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2368 - schema: - type: object - language: - default: &ref_2362 - name: VirtualMachineScaleSetExtensionsClientGetOptions - description: VirtualMachineScaleSetExtensionsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.Get method. - go: *ref_2362 - protocol: {} - originalParameter: - - *ref_2363 - required: false - serializedName: VirtualMachineScaleSetExtensionsClientGetOptions - language: - default: &ref_2364 - name: options - description: VirtualMachineScaleSetExtensionsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.Get method. - go: *ref_2364 - protocol: {} - serializedName: $expand protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75299,17 +52574,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -75318,10 +52589,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -75330,28 +52597,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName} method: get uri: '{$host}' signatureParameters: - - *ref_2365 - - *ref_2366 - - *ref_2367 - - *ref_2363 + - *ref_1722 + - *ref_1723 + - *ref_1724 + - *ref_1725 responses: - schema: *ref_121 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -75363,50 +52624,14 @@ operationGroups: default: name: Get description: The operation to get the extension. - go: - name: Get - description: |- - The operation to get the extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: *ref_2368 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3974 - type: object - properties: - - &ref_2370 - schema: *ref_121 - serializedName: VirtualMachineScaleSetExtension - language: - default: &ref_2369 - name: VirtualMachineScaleSetExtension - description: Describes a Virtual Machine Scale Set Extension. - byValue: true - embeddedType: true - go: *ref_2369 - protocol: {} - language: - default: &ref_2371 - name: VirtualMachineScaleSetExtensionsClientGetResponse - description: VirtualMachineScaleSetExtensionsClientGetResponse contains the response from method VirtualMachineScaleSetExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2370 - go: *ref_2371 - protocol: {} protocol: {} - - &ref_4922 + - &ref_3020 operationId: VirtualMachineScaleSetExtensions_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2372 + - *ref_1326 + - &ref_1726 schema: *ref_3 implementation: Method required: true @@ -75415,14 +52640,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2373 + - &ref_1727 schema: *ref_3 implementation: Method required: true @@ -75431,14 +52652,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set containing the extension. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set containing the extension. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75447,17 +52664,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -75466,10 +52679,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -75478,26 +52687,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions method: get uri: '{$host}' signatureParameters: - - *ref_2372 - - *ref_2373 + - *ref_1726 + - *ref_1727 responses: - - schema: *ref_2374 + - schema: *ref_1728 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -75514,82 +52717,22 @@ operationGroups: description: Gets a list of all extensions in a VM scale set. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all extensions in a VM scale set. - azureARM: true - clientName: VirtualMachineScaleSetExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3741 - schema: - type: object - language: - default: &ref_2375 - name: VirtualMachineScaleSetExtensionsClientListOptions - description: VirtualMachineScaleSetExtensionsClientListOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.NewListPager method. - go: *ref_2375 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetExtensionsClientListOptions - language: - default: &ref_2376 - name: options - description: VirtualMachineScaleSetExtensionsClientListOptions contains the optional parameters for the VirtualMachineScaleSetExtensionsClient.NewListPager method. - go: *ref_2376 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3975 - type: object - properties: - - &ref_2378 - schema: *ref_2374 - serializedName: VirtualMachineScaleSetExtensionListResult - language: - default: &ref_2377 - name: VirtualMachineScaleSetExtensionListResult - description: The List VM scale set extension operation response. - byValue: true - embeddedType: true - go: *ref_2377 - protocol: {} - language: - default: &ref_2379 - name: VirtualMachineScaleSetExtensionsClientListResponse - description: VirtualMachineScaleSetExtensionsClientListResponse contains the response from method VirtualMachineScaleSetExtensionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2378 - go: *ref_2379 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetExtensions description: '' - go: - name: VirtualMachineScaleSetExtensions - description: '' - clientCtorName: NewVirtualMachineScaleSetExtensionsClient - clientName: VirtualMachineScaleSetExtensionsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4923 + - &ref_3021 $key: VirtualMachineScaleSetRollingUpgrades operations: - - &ref_4924 + - &ref_3022 operationId: VirtualMachineScaleSetRollingUpgrades_Cancel apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2380 + - *ref_1326 + - &ref_1729 schema: *ref_3 implementation: Method required: true @@ -75598,14 +52741,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2381 + - &ref_1730 schema: *ref_3 implementation: Method required: true @@ -75614,14 +52753,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75630,38 +52765,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/rollingUpgrades/cancel method: post uri: '{$host}' signatureParameters: - - *ref_2380 - - *ref_2381 + - *ref_1729 + - *ref_1730 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -75670,9 +52795,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -75683,69 +52805,14 @@ operationGroups: default: name: Cancel description: Cancels the current virtual machine scale set rolling upgrade. - go: - name: Cancel - description: |- - Cancels the current virtual machine scale set rolling upgrade. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetRollingUpgradesClient - openApiType: arm - optionalParamGroup: &ref_3742 - schema: - type: object - language: - default: &ref_2382 - name: VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions - description: VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginCancel method. - go: *ref_2382 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2383 - name: string - description: '' - go: *ref_2383 - protocol: {} - language: - default: &ref_2384 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2384 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions - language: - default: &ref_2385 - name: options - description: VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginCancel method. - go: *ref_2385 - protocol: {} - protocolNaming: - internalMethod: cancel - requestMethod: cancelCreateRequest - responseMethod: cancelHandleResponse - responseEnv: &ref_3976 - type: object - language: - default: &ref_2386 - name: VirtualMachineScaleSetRollingUpgradesClientCancelResponse - description: VirtualMachineScaleSetRollingUpgradesClientCancelResponse contains the response from method VirtualMachineScaleSetRollingUpgradesClient.BeginCancel. - forLRO: true - responseType: true - go: *ref_2386 - protocol: {} protocol: {} - - &ref_4925 + - &ref_3023 operationId: VirtualMachineScaleSetRollingUpgrades_StartOSUpgrade apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2387 + - *ref_1326 + - &ref_1731 schema: *ref_3 implementation: Method required: true @@ -75754,14 +52821,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2388 + - &ref_1732 schema: *ref_3 implementation: Method required: true @@ -75770,14 +52833,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -75786,38 +52845,28 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osRollingUpgrade method: post uri: '{$host}' signatureParameters: - - *ref_2387 - - *ref_2388 + - *ref_1731 + - *ref_1732 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -75826,9 +52875,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -75839,143 +52885,69 @@ operationGroups: default: name: StartOSUpgrade description: Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. - go: - name: StartOSUpgrade - description: |- - Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not - affected. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetRollingUpgradesClient - openApiType: arm - optionalParamGroup: &ref_3743 - schema: - type: object - language: - default: &ref_2389 - name: VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions - description: VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginStartOSUpgrade method. - go: *ref_2389 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2390 - name: string - description: '' - go: *ref_2390 - protocol: {} - language: - default: &ref_2391 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2391 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions - language: - default: &ref_2392 - name: options - description: VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginStartOSUpgrade method. - go: *ref_2392 - protocol: {} - protocolNaming: - internalMethod: startOSUpgrade - requestMethod: startOSUpgradeCreateRequest - responseMethod: startOSUpgradeHandleResponse - responseEnv: &ref_3977 - type: object - language: - default: &ref_2393 - name: VirtualMachineScaleSetRollingUpgradesClientStartOSUpgradeResponse - description: VirtualMachineScaleSetRollingUpgradesClientStartOSUpgradeResponse contains the response from method VirtualMachineScaleSetRollingUpgradesClient.BeginStartOSUpgrade. - forLRO: true - responseType: true - go: *ref_2393 - protocol: {} protocol: {} - - &ref_4930 + - &ref_3028 operationId: VirtualMachineScaleSetRollingUpgrades_StartExtensionUpgrade apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2394 + - *ref_1326 + - &ref_1733 schema: *ref_3 implementation: Method required: true - language: &ref_4926 + language: &ref_3024 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2395 + - &ref_1734 schema: *ref_3 implementation: Method required: true - language: &ref_4927 + language: &ref_3025 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_4928 - schema: *ref_1328 + - &ref_3026 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4929 + language: &ref_3027 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensionRollingUpgrade method: post uri: '{$host}' signatureParameters: - - *ref_2394 - - *ref_2395 + - *ref_1733 + - *ref_1734 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -75984,9 +52956,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -76008,70 +52977,14 @@ operationGroups: default: name: StartExtensionUpgrade description: Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. - go: - name: StartExtensionUpgrade - description: |- - Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions - are not affected. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetRollingUpgradesClient - openApiType: arm - optionalParamGroup: &ref_3744 - schema: - type: object - language: - default: &ref_2396 - name: VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions - description: VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginStartExtensionUpgrade method. - go: *ref_2396 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2397 - name: string - description: '' - go: *ref_2397 - protocol: {} - language: - default: &ref_2398 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2398 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions - language: - default: &ref_2399 - name: options - description: VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.BeginStartExtensionUpgrade method. - go: *ref_2399 - protocol: {} - protocolNaming: - internalMethod: startExtensionUpgrade - requestMethod: startExtensionUpgradeCreateRequest - responseMethod: startExtensionUpgradeHandleResponse - responseEnv: &ref_3978 - type: object - language: - default: &ref_2400 - name: VirtualMachineScaleSetRollingUpgradesClientStartExtensionUpgradeResponse - description: VirtualMachineScaleSetRollingUpgradesClientStartExtensionUpgradeResponse contains the response from method VirtualMachineScaleSetRollingUpgradesClient.BeginStartExtensionUpgrade. - forLRO: true - responseType: true - go: *ref_2400 - protocol: {} protocol: {} - - &ref_4931 + - &ref_3029 operationId: VirtualMachineScaleSetRollingUpgrades_GetLatest apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2401 + - *ref_1326 + - &ref_1735 schema: *ref_3 implementation: Method required: true @@ -76080,14 +52993,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2402 + - &ref_1736 schema: *ref_3 implementation: Method required: true @@ -76096,14 +53005,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -76112,17 +53017,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -76131,10 +53032,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -76143,26 +53040,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/rollingUpgrades/latest method: get uri: '{$host}' signatureParameters: - - *ref_2401 - - *ref_2402 + - *ref_1735 + - *ref_1736 responses: - schema: *ref_575 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -76174,182 +53065,99 @@ operationGroups: default: name: GetLatest description: Gets the status of the latest virtual machine scale set rolling upgrade. - go: - name: GetLatest - description: |- - Gets the status of the latest virtual machine scale set rolling upgrade. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetRollingUpgradesClient - openApiType: arm - optionalParamGroup: &ref_3745 - schema: - type: object - language: - default: &ref_2403 - name: VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions - description: VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.GetLatest method. - go: *ref_2403 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions - language: - default: &ref_2404 - name: options - description: VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions contains the optional parameters for the VirtualMachineScaleSetRollingUpgradesClient.GetLatest method. - go: *ref_2404 - protocol: {} - protocolNaming: - internalMethod: getLatest - requestMethod: getLatestCreateRequest - responseMethod: getLatestHandleResponse - responseEnv: &ref_3979 - type: object - properties: - - &ref_2406 - schema: *ref_575 - serializedName: RollingUpgradeStatusInfo - language: - default: &ref_2405 - name: RollingUpgradeStatusInfo - description: The status of the latest virtual machine scale set rolling upgrade. - byValue: true - embeddedType: true - go: *ref_2405 - protocol: {} - language: - default: &ref_2407 - name: VirtualMachineScaleSetRollingUpgradesClientGetLatestResponse - description: VirtualMachineScaleSetRollingUpgradesClientGetLatestResponse contains the response from method VirtualMachineScaleSetRollingUpgradesClient.GetLatest. - marshallingFormat: json - responseType: true - resultProp: *ref_2406 - go: *ref_2407 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetRollingUpgrades description: '' - go: - name: VirtualMachineScaleSetRollingUpgrades - description: '' - clientCtorName: NewVirtualMachineScaleSetRollingUpgradesClient - clientName: VirtualMachineScaleSetRollingUpgradesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4949 + - &ref_3047 $key: VirtualMachineScaleSetVMExtensions operations: - - &ref_4948 + - &ref_3046 operationId: VirtualMachineScaleSetVMExtensions_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2410 + - *ref_1326 + - &ref_1739 schema: *ref_3 implementation: Method required: true - language: &ref_4932 + language: &ref_3030 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2411 + - &ref_1740 schema: *ref_3 implementation: Method required: true - language: &ref_4933 + language: &ref_3031 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2412 + - &ref_1741 schema: *ref_3 implementation: Method required: true - language: &ref_4934 + language: &ref_3032 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2413 + - &ref_1742 schema: *ref_3 implementation: Method required: true - language: &ref_4935 + language: &ref_3033 default: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - &ref_4936 - schema: *ref_1328 + - &ref_3034 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4937 + language: &ref_3035 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2409 + application/json: &ref_1738 parameters: - - &ref_2408 + - &ref_1737 schema: *ref_123 implementation: Method required: true - language: &ref_4938 + language: &ref_3036 default: name: extensionParameters description: Parameters supplied to the Create Virtual Machine Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Create Virtual Machine Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -76358,22 +53166,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2408 + - *ref_1737 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName} @@ -76383,21 +53184,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2409 + - *ref_1738 signatureParameters: - - *ref_2410 - - *ref_2411 - - *ref_2412 - - *ref_2413 + - *ref_1739 + - *ref_1740 + - *ref_1741 + - *ref_1742 responses: - schema: *ref_123 - language: &ref_4941 + language: &ref_3039 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -76406,13 +53204,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_123 - language: &ref_4946 + language: &ref_3044 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -76421,14 +53216,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -76446,7 +53238,7 @@ operationGroups: type: extType autoUpgradeMinorVersion: true publisher: extPublisher - settings: &ref_4940 + settings: &ref_3038 UserName: xyz@microsoft.com items: - name: text - 2 @@ -76492,7 +53284,7 @@ operationGroups: autoUpgradeMinorVersion: true provisioningState: Creating publisher: extPublisher - settings: &ref_4944 + settings: &ref_3042 UserName: xyz@microsoft.com typeHandlerVersion: '1.2' '201': @@ -76505,7 +53297,7 @@ operationGroups: autoUpgradeMinorVersion: true provisioningState: Creating publisher: extPublisher - settings: &ref_4947 + settings: &ref_3045 UserName: xyz@microsoft.com typeHandlerVersion: '1.2' x-ms-long-running-operation: true @@ -76513,183 +53305,91 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the VMSS VM extension. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the VMSS VM extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3746 - schema: - type: object - language: - default: &ref_2414 - name: VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions - description: VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginCreateOrUpdate method. - go: *ref_2414 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2415 - name: string - description: '' - go: *ref_2415 - protocol: {} - language: - default: &ref_2416 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2416 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions - language: - default: &ref_2417 - name: options - description: VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginCreateOrUpdate method. - go: *ref_2417 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3980 - type: object - properties: - - &ref_2419 - schema: *ref_123 - serializedName: VirtualMachineScaleSetVMExtension - language: - default: &ref_2418 - name: VirtualMachineScaleSetVMExtension - description: Describes a VMSS VM Extension. - byValue: true - embeddedType: true - go: *ref_2418 - protocol: {} - language: - default: &ref_2420 - name: VirtualMachineScaleSetVMExtensionsClientCreateOrUpdateResponse - description: VirtualMachineScaleSetVMExtensionsClientCreateOrUpdateResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2419 - go: *ref_2420 - protocol: {} protocol: {} - - &ref_4966 + - &ref_3064 operationId: VirtualMachineScaleSetVMExtensions_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2423 + - *ref_1326 + - &ref_1745 schema: *ref_3 implementation: Method required: true - language: &ref_4950 + language: &ref_3048 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2424 + - &ref_1746 schema: *ref_3 implementation: Method required: true - language: &ref_4951 + language: &ref_3049 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2425 + - &ref_1747 schema: *ref_3 implementation: Method required: true - language: &ref_4952 + language: &ref_3050 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2426 + - &ref_1748 schema: *ref_3 implementation: Method required: true - language: &ref_4953 + language: &ref_3051 default: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - &ref_4954 - schema: *ref_1328 + - &ref_3052 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4955 + language: &ref_3053 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2422 + application/json: &ref_1744 parameters: - - &ref_2421 + - &ref_1743 schema: *ref_124 implementation: Method required: true - language: &ref_4956 + language: &ref_3054 default: name: extensionParameters description: Parameters supplied to the Update Virtual Machine Extension operation. - go: - name: extensionParameters - description: Parameters supplied to the Update Virtual Machine Extension operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -76698,22 +53398,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2421 + - *ref_1743 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName} @@ -76723,21 +53416,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2422 + - *ref_1744 signatureParameters: - - *ref_2423 - - *ref_2424 - - *ref_2425 - - *ref_2426 + - *ref_1745 + - *ref_1746 + - *ref_1747 + - *ref_1748 responses: - schema: *ref_123 - language: &ref_4964 + language: &ref_3062 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -76746,14 +53436,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -76771,7 +53458,7 @@ operationGroups: type: extType autoUpgradeMinorVersion: true publisher: extPublisher - settings: &ref_4963 + settings: &ref_3061 UserName: xyz@microsoft.com typeHandlerVersion: '1.2' instanceId: '0' @@ -76791,7 +53478,7 @@ operationGroups: autoUpgradeMinorVersion: true provisioningState: Creating publisher: extPublisher - settings: &ref_4965 + settings: &ref_3063 UserName: xyz@microsoft.com typeHandlerVersion: '1.2' x-ms-long-running-operation: true @@ -76799,167 +53486,78 @@ operationGroups: default: name: Update description: The operation to update the VMSS VM extension. - go: - name: Update - description: |- - The operation to update the VMSS VM extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3747 - schema: - type: object - language: - default: &ref_2427 - name: VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions - description: VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginUpdate method. - go: *ref_2427 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2428 - name: string - description: '' - go: *ref_2428 - protocol: {} - language: - default: &ref_2429 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2429 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions - language: - default: &ref_2430 - name: options - description: VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginUpdate method. - go: *ref_2430 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3981 - type: object - properties: - - &ref_2432 - schema: *ref_123 - serializedName: VirtualMachineScaleSetVMExtension - language: - default: &ref_2431 - name: VirtualMachineScaleSetVMExtension - description: Describes a VMSS VM Extension. - byValue: true - embeddedType: true - go: *ref_2431 - protocol: {} - language: - default: &ref_2433 - name: VirtualMachineScaleSetVMExtensionsClientUpdateResponse - description: VirtualMachineScaleSetVMExtensionsClientUpdateResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2432 - go: *ref_2433 - protocol: {} protocol: {} - - &ref_4973 + - &ref_3071 operationId: VirtualMachineScaleSetVMExtensions_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2434 + - *ref_1326 + - &ref_1749 schema: *ref_3 implementation: Method required: true - language: &ref_4967 + language: &ref_3065 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2435 + - &ref_1750 schema: *ref_3 implementation: Method required: true - language: &ref_4968 + language: &ref_3066 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2436 + - &ref_1751 schema: *ref_3 implementation: Method required: true - language: &ref_4969 + language: &ref_3067 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2437 + - &ref_1752 schema: *ref_3 implementation: Method required: true - language: &ref_4970 + language: &ref_3068 default: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - &ref_4971 - schema: *ref_1328 + - &ref_3069 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4972 + language: &ref_3070 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -76968,10 +53566,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -76980,27 +53574,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName} method: delete uri: '{$host}' signatureParameters: - - *ref_2434 - - *ref_2435 - - *ref_2436 - - *ref_2437 + - *ref_1749 + - *ref_1750 + - *ref_1751 + - *ref_1752 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -77009,9 +53597,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -77020,22 +53605,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -77063,133 +53642,62 @@ operationGroups: default: name: Delete description: The operation to delete the VMSS VM extension. - go: - name: Delete - description: |- - The operation to delete the VMSS VM extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: &ref_3748 - schema: - type: object - language: - default: &ref_2438 - name: VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions - description: VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginDelete method. - go: *ref_2438 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2439 - name: string - description: '' - go: *ref_2439 - protocol: {} - language: - default: &ref_2440 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2440 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions - language: - default: &ref_2441 - name: options - description: VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.BeginDelete method. - go: *ref_2441 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3982 - type: object - language: - default: &ref_2442 - name: VirtualMachineScaleSetVMExtensionsClientDeleteResponse - description: VirtualMachineScaleSetVMExtensionsClientDeleteResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2442 - protocol: {} protocol: {} - - &ref_4982 + - &ref_3080 operationId: VirtualMachineScaleSetVMExtensions_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2446 + - *ref_1326 + - &ref_1753 schema: *ref_3 implementation: Method required: true - language: &ref_4974 + language: &ref_3072 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2447 + - &ref_1754 schema: *ref_3 implementation: Method required: true - language: &ref_4975 + language: &ref_3073 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2448 + - &ref_1755 schema: *ref_3 implementation: Method required: true - language: &ref_4976 + language: &ref_3074 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2449 + - &ref_1756 schema: *ref_3 implementation: Method required: true - language: &ref_4977 + language: &ref_3075 default: name: vmExtensionName description: The name of the virtual machine extension. serializedName: vmExtensionName - go: - name: vmExtensionName - description: The name of the virtual machine extension. - serializedName: vmExtensionName protocol: http: in: path - - &ref_2444 + - &ref_1757 schema: *ref_3 implementation: Method language: @@ -77197,53 +53705,26 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2450 - schema: - type: object - language: - default: &ref_2443 - name: VirtualMachineScaleSetVMExtensionsClientGetOptions - description: VirtualMachineScaleSetVMExtensionsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.Get method. - go: *ref_2443 - protocol: {} - originalParameter: - - *ref_2444 - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientGetOptions - language: - default: &ref_2445 - name: options - description: VirtualMachineScaleSetVMExtensionsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.Get method. - go: *ref_2445 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_4978 - schema: *ref_1328 + - &ref_3076 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4979 + language: &ref_3077 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -77252,10 +53733,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -77264,29 +53741,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName} method: get uri: '{$host}' signatureParameters: - - *ref_2446 - - *ref_2447 - - *ref_2448 - - *ref_2449 - - *ref_2444 + - *ref_1753 + - *ref_1754 + - *ref_1755 + - *ref_1756 + - *ref_1757 responses: - schema: *ref_123 - language: &ref_4980 + language: &ref_3078 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -77295,14 +53766,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -77332,105 +53800,57 @@ operationGroups: autoUpgradeMinorVersion: true provisioningState: Creating publisher: extPublisher - settings: &ref_4981 + settings: &ref_3079 UserName: xyz@microsoft.com typeHandlerVersion: '1.2' language: default: name: Get description: The operation to get the VMSS VM extension. - go: - name: Get - description: |- - The operation to get the VMSS VM extension. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: *ref_2450 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3983 - type: object - properties: - - &ref_2452 - schema: *ref_123 - serializedName: VirtualMachineScaleSetVMExtension - language: - default: &ref_2451 - name: VirtualMachineScaleSetVMExtension - description: Describes a VMSS VM Extension. - byValue: true - embeddedType: true - go: *ref_2451 - protocol: {} - language: - default: &ref_2453 - name: VirtualMachineScaleSetVMExtensionsClientGetResponse - description: VirtualMachineScaleSetVMExtensionsClientGetResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2452 - go: *ref_2453 - protocol: {} protocol: {} - - &ref_4992 + - &ref_3090 operationId: VirtualMachineScaleSetVMExtensions_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2457 + - *ref_1326 + - &ref_1758 schema: *ref_3 implementation: Method required: true - language: &ref_4983 + language: &ref_3081 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2458 + - &ref_1759 schema: *ref_3 implementation: Method required: true - language: &ref_4984 + language: &ref_3082 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2459 + - &ref_1760 schema: *ref_3 implementation: Method required: true - language: &ref_4985 + language: &ref_3083 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2455 + - &ref_1761 schema: *ref_3 implementation: Method language: @@ -77438,53 +53858,26 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2461 - schema: - type: object - language: - default: &ref_2454 - name: VirtualMachineScaleSetVMExtensionsClientListOptions - description: VirtualMachineScaleSetVMExtensionsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.List method. - go: *ref_2454 - protocol: {} - originalParameter: - - *ref_2455 - required: false - serializedName: VirtualMachineScaleSetVMExtensionsClientListOptions - language: - default: &ref_2456 - name: options - description: VirtualMachineScaleSetVMExtensionsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMExtensionsClient.List method. - go: *ref_2456 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_4986 - schema: *ref_1328 + - &ref_3084 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_4987 + language: &ref_3085 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -77493,10 +53886,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -77505,28 +53894,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions method: get uri: '{$host}' signatureParameters: - - *ref_2457 - - *ref_2458 - - *ref_2459 - - *ref_2455 + - *ref_1758 + - *ref_1759 + - *ref_1760 + - *ref_1761 responses: - - schema: *ref_2460 - language: &ref_4988 + - schema: *ref_1762 + language: &ref_3086 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -77535,14 +53918,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -77572,7 +53952,7 @@ operationGroups: autoUpgradeMinorVersion: true provisioningState: Succeeded publisher: extPublisher - settings: &ref_4990 + settings: &ref_3088 UserName: xyz@microsoft.com typeHandlerVersion: '1.2' - name: myVMExtension1 @@ -77583,72 +53963,29 @@ operationGroups: autoUpgradeMinorVersion: true provisioningState: Succeeded publisher: extPublisher1 - settings: &ref_4991 + settings: &ref_3089 UserName: xyz@microsoft.com typeHandlerVersion: '1.0' language: default: name: List description: The operation to get all extensions of an instance in Virtual Machine Scaleset. - go: - name: List - description: |- - The operation to get all extensions of an instance in Virtual Machine Scaleset. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMExtensionsClient - openApiType: arm - optionalParamGroup: *ref_2461 - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3984 - type: object - properties: - - &ref_2463 - schema: *ref_2460 - serializedName: VirtualMachineScaleSetVMExtensionsListResult - language: - default: &ref_2462 - name: VirtualMachineScaleSetVMExtensionsListResult - description: The List VMSS VM Extension operation response - byValue: true - embeddedType: true - go: *ref_2462 - protocol: {} - language: - default: &ref_2464 - name: VirtualMachineScaleSetVMExtensionsClientListResponse - description: VirtualMachineScaleSetVMExtensionsClientListResponse contains the response from method VirtualMachineScaleSetVMExtensionsClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_2463 - go: *ref_2464 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetVMExtensions description: '' - go: - name: VirtualMachineScaleSetVMExtensions - description: '' - clientCtorName: NewVirtualMachineScaleSetVMExtensionsClient - clientName: VirtualMachineScaleSetVMExtensionsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_4993 + - &ref_3091 $key: VirtualMachineScaleSetVMs operations: - - &ref_4994 + - &ref_3092 operationId: VirtualMachineScaleSetVMs_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2471 + - *ref_1326 + - &ref_1765 schema: *ref_3 implementation: Method required: true @@ -77657,14 +53994,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2472 + - &ref_1766 schema: *ref_3 implementation: Method required: true @@ -77673,14 +54006,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2473 + - &ref_1767 schema: *ref_3 implementation: Method required: true @@ -77689,14 +54018,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -77705,75 +54030,31 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2470 + application/json: &ref_1764 parameters: - - &ref_2466 - schema: *ref_727 + - &ref_1763 + schema: *ref_726 implementation: Method required: false language: default: name: vmScaleSetVMReimageInput description: Parameters for the Reimaging Virtual machine in ScaleSet. - go: - name: VMScaleSetVMReimageInput - description: Parameters for the Reimaging Virtual machine in ScaleSet. - paramGroup: &ref_2474 - schema: - type: object - language: - default: &ref_2465 - name: VirtualMachineScaleSetVMsClientBeginReimageOptions - description: VirtualMachineScaleSetVMsClientBeginReimageOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginReimage method. - go: *ref_2465 - protocol: {} - originalParameter: - - *ref_2466 - - schema: - type: string - language: - default: &ref_2467 - name: string - description: '' - go: *ref_2467 - protocol: {} - language: - default: &ref_2468 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2468 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginReimageOptions - language: - default: &ref_2469 - name: options - description: VirtualMachineScaleSetVMsClientBeginReimageOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginReimage method. - go: *ref_2469 - protocol: {} protocol: http: in: body style: json signatureParameters: - - *ref_2466 + - *ref_1763 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/reimage @@ -77783,19 +54064,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2470 + - *ref_1764 signatureParameters: - - *ref_2471 - - *ref_2472 - - *ref_2473 + - *ref_1765 + - *ref_1766 + - *ref_1767 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -77804,9 +54082,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -77817,37 +54092,14 @@ operationGroups: default: name: Reimage description: Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. - go: - name: Reimage - description: |- - Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2474 - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_3985 - type: object - language: - default: &ref_2475 - name: VirtualMachineScaleSetVMsClientReimageResponse - description: VirtualMachineScaleSetVMsClientReimageResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_2475 - protocol: {} protocol: {} - - &ref_4995 + - &ref_3093 operationId: VirtualMachineScaleSetVMs_ReimageAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2476 + - *ref_1326 + - &ref_1768 schema: *ref_3 implementation: Method required: true @@ -77856,14 +54108,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2477 + - &ref_1769 schema: *ref_3 implementation: Method required: true @@ -77872,14 +54120,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2478 + - &ref_1770 schema: *ref_3 implementation: Method required: true @@ -77888,14 +54132,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -77904,39 +54144,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/reimageall method: post uri: '{$host}' signatureParameters: - - *ref_2476 - - *ref_2477 - - *ref_2478 + - *ref_1768 + - *ref_1769 + - *ref_1770 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -77945,9 +54175,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -77958,69 +54185,14 @@ operationGroups: default: name: ReimageAll description: Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. - go: - name: ReimageAll - description: |- - Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3749 - schema: - type: object - language: - default: &ref_2479 - name: VirtualMachineScaleSetVMsClientBeginReimageAllOptions - description: VirtualMachineScaleSetVMsClientBeginReimageAllOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginReimageAll method. - go: *ref_2479 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2480 - name: string - description: '' - go: *ref_2480 - protocol: {} - language: - default: &ref_2481 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2481 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginReimageAllOptions - language: - default: &ref_2482 - name: options - description: VirtualMachineScaleSetVMsClientBeginReimageAllOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginReimageAll method. - go: *ref_2482 - protocol: {} - protocolNaming: - internalMethod: reimageAll - requestMethod: reimageAllCreateRequest - responseMethod: reimageAllHandleResponse - responseEnv: &ref_3986 - type: object - language: - default: &ref_2483 - name: VirtualMachineScaleSetVMsClientReimageAllResponse - description: VirtualMachineScaleSetVMsClientReimageAllResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginReimageAll. - forLRO: true - responseType: true - go: *ref_2483 - protocol: {} protocol: {} - - &ref_4996 + - &ref_3094 operationId: VirtualMachineScaleSetVMs_Deallocate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2484 + - *ref_1326 + - &ref_1771 schema: *ref_3 implementation: Method required: true @@ -78029,14 +54201,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2485 + - &ref_1772 schema: *ref_3 implementation: Method required: true @@ -78045,14 +54213,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2486 + - &ref_1773 schema: *ref_3 implementation: Method required: true @@ -78061,14 +54225,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -78077,39 +54237,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/deallocate method: post uri: '{$host}' signatureParameters: - - *ref_2484 - - *ref_2485 - - *ref_2486 + - *ref_1771 + - *ref_1772 + - *ref_1773 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -78118,9 +54268,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -78131,70 +54278,14 @@ operationGroups: default: name: Deallocate description: Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. - go: - name: Deallocate - description: |- - Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual - machine once it is deallocated. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3750 - schema: - type: object - language: - default: &ref_2487 - name: VirtualMachineScaleSetVMsClientBeginDeallocateOptions - description: VirtualMachineScaleSetVMsClientBeginDeallocateOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginDeallocate method. - go: *ref_2487 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2488 - name: string - description: '' - go: *ref_2488 - protocol: {} - language: - default: &ref_2489 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2489 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginDeallocateOptions - language: - default: &ref_2490 - name: options - description: VirtualMachineScaleSetVMsClientBeginDeallocateOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginDeallocate method. - go: *ref_2490 - protocol: {} - protocolNaming: - internalMethod: deallocate - requestMethod: deallocateCreateRequest - responseMethod: deallocateHandleResponse - responseEnv: &ref_3987 - type: object - language: - default: &ref_2491 - name: VirtualMachineScaleSetVMsClientDeallocateResponse - description: VirtualMachineScaleSetVMsClientDeallocateResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginDeallocate. - forLRO: true - responseType: true - go: *ref_2491 - protocol: {} protocol: {} - - &ref_4997 + - &ref_3095 operationId: VirtualMachineScaleSetVMs_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2494 + - *ref_1326 + - &ref_1776 schema: *ref_3 implementation: Method required: true @@ -78203,14 +54294,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2495 + - &ref_1777 schema: *ref_3 implementation: Method required: true @@ -78219,14 +54306,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set where the extension should be create or updated. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set where the extension should be create or updated. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2496 + - &ref_1778 schema: *ref_3 implementation: Method required: true @@ -78235,14 +54318,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -78251,18 +54330,14 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2493 + application/json: &ref_1775 parameters: - - &ref_2492 + - &ref_1774 schema: *ref_576 implementation: Method required: true @@ -78270,14 +54345,11 @@ operationGroups: default: name: parameters description: Parameters supplied to the Update Virtual Machine Scale Sets VM operation. - go: - name: parameters - description: Parameters supplied to the Update Virtual Machine Scale Sets VM operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -78286,22 +54358,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2492 + - *ref_1774 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId} @@ -78311,20 +54376,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2493 + - *ref_1775 signatureParameters: - - *ref_2494 - - *ref_2495 - - *ref_2496 + - *ref_1776 + - *ref_1777 + - *ref_1778 responses: - schema: *ref_576 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -78337,9 +54399,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -78353,223 +54412,94 @@ operationGroups: default: name: Update description: Updates a virtual machine of a VM scale set. - go: - name: Update - description: |- - Updates a virtual machine of a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3751 - schema: - type: object - language: - default: &ref_2497 - name: VirtualMachineScaleSetVMsClientBeginUpdateOptions - description: VirtualMachineScaleSetVMsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginUpdate method. - go: *ref_2497 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2498 - name: string - description: '' - go: *ref_2498 - protocol: {} - language: - default: &ref_2499 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2499 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginUpdateOptions - language: - default: &ref_2500 - name: options - description: VirtualMachineScaleSetVMsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginUpdate method. - go: *ref_2500 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_3988 - type: object - properties: - - &ref_2502 - schema: *ref_576 - serializedName: VirtualMachineScaleSetVM - language: - default: &ref_2501 - name: VirtualMachineScaleSetVM - description: Describes a virtual machine scale set virtual machine. - byValue: true - embeddedType: true - go: *ref_2501 - protocol: {} - language: - default: &ref_2503 - name: VirtualMachineScaleSetVMsClientUpdateResponse - description: VirtualMachineScaleSetVMsClientUpdateResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2502 - go: *ref_2503 - protocol: {} protocol: {} - - &ref_5004 + - &ref_3102 operationId: VirtualMachineScaleSetVMs_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2509 + - *ref_1326 + - &ref_1779 schema: *ref_3 implementation: Method required: true - language: &ref_4998 + language: &ref_3096 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2510 + - &ref_1780 schema: *ref_3 implementation: Method required: true - language: &ref_4999 + language: &ref_3097 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2511 + - &ref_1781 schema: *ref_3 implementation: Method required: true - language: &ref_5000 + language: &ref_3098 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2505 - schema: *ref_1813 + - &ref_1782 + schema: *ref_1521 implementation: Method - language: &ref_5001 + language: &ref_3099 default: name: forceDeletion description: Optional parameter to force delete a virtual machine from a VM scale set. (Feature in Preview) serializedName: forceDeletion - go: - name: ForceDeletion - description: Optional parameter to force delete a virtual machine from a VM scale set. (Feature in Preview) - paramGroup: &ref_2512 - schema: - type: object - language: - default: &ref_2504 - name: VirtualMachineScaleSetVMsClientBeginDeleteOptions - description: VirtualMachineScaleSetVMsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginDelete method. - go: *ref_2504 - protocol: {} - originalParameter: - - *ref_2505 - - schema: - type: string - language: - default: &ref_2506 - name: string - description: '' - go: *ref_2506 - protocol: {} - language: - default: &ref_2507 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2507 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginDeleteOptions - language: - default: &ref_2508 - name: options - description: VirtualMachineScaleSetVMsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginDelete method. - go: *ref_2508 - protocol: {} - serializedName: forceDeletion protocol: http: in: query - - &ref_5002 - schema: *ref_1328 + - &ref_3100 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5003 + language: &ref_3101 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId} method: delete uri: '{$host}' signatureParameters: - - *ref_2509 - - *ref_2510 - - *ref_2511 - - *ref_2505 + - *ref_1779 + - *ref_1780 + - *ref_1781 + - *ref_1782 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -78578,9 +54508,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -78589,9 +54516,6 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -78616,139 +54540,77 @@ operationGroups: default: name: Delete description: Deletes a virtual machine from a VM scale set. - go: - name: Delete - description: |- - Deletes a virtual machine from a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2512 - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_3989 - type: object - language: - default: &ref_2513 - name: VirtualMachineScaleSetVMsClientDeleteResponse - description: VirtualMachineScaleSetVMsClientDeleteResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2513 - protocol: {} protocol: {} - - &ref_5027 + - &ref_3125 operationId: VirtualMachineScaleSetVMs_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2517 + - *ref_1326 + - &ref_1783 schema: *ref_3 implementation: Method required: true - language: &ref_5005 + language: &ref_3103 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2518 + - &ref_1784 schema: *ref_3 implementation: Method required: true - language: &ref_5006 + language: &ref_3104 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2519 + - &ref_1785 schema: *ref_3 implementation: Method required: true - language: &ref_5007 + language: &ref_3105 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2515 - schema: *ref_1457 + - &ref_1786 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. - paramGroup: &ref_2520 - schema: - type: object - language: - default: &ref_2514 - name: VirtualMachineScaleSetVMsClientGetOptions - description: VirtualMachineScaleSetVMsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.Get method. - go: *ref_2514 - protocol: {} - originalParameter: - - *ref_2515 - required: false - serializedName: VirtualMachineScaleSetVMsClientGetOptions - language: - default: &ref_2516 - name: options - description: VirtualMachineScaleSetVMsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.Get method. - go: *ref_2516 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_5008 - schema: *ref_1328 + - &ref_3106 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5009 + language: &ref_3107 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -78757,10 +54619,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -78769,28 +54627,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId} method: get uri: '{$host}' signatureParameters: - - *ref_2517 - - *ref_2518 - - *ref_2519 - - *ref_2515 + - *ref_1783 + - *ref_1784 + - *ref_1785 + - *ref_1786 responses: - schema: *ref_576 - language: &ref_5010 + language: &ref_3108 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -78889,7 +54741,7 @@ operationGroups: autoUpgradeMinorVersion: true provisioningState: Succeeded publisher: Microsoft.Compute - settings: &ref_5026 {} + settings: &ref_3124 {} typeHandlerVersion: '1.9' tags: displayName: CustomScriptExtension-DSC @@ -78899,118 +54751,66 @@ operationGroups: default: name: Get description: Gets a virtual machine from a VM scale set. - go: - name: Get - description: |- - Gets a virtual machine from a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2520 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_3990 - type: object - properties: - - &ref_2522 - schema: *ref_576 - serializedName: VirtualMachineScaleSetVM - language: - default: &ref_2521 - name: VirtualMachineScaleSetVM - description: Describes a virtual machine scale set virtual machine. - byValue: true - embeddedType: true - go: *ref_2521 - protocol: {} - language: - default: &ref_2523 - name: VirtualMachineScaleSetVMsClientGetResponse - description: VirtualMachineScaleSetVMsClientGetResponse contains the response from method VirtualMachineScaleSetVMsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2522 - go: *ref_2523 - protocol: {} protocol: {} - - &ref_5044 + - &ref_3142 operationId: VirtualMachineScaleSetVMs_GetInstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2524 + - *ref_1326 + - &ref_1787 schema: *ref_3 implementation: Method required: true - language: &ref_5028 + language: &ref_3126 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2525 + - &ref_1788 schema: *ref_3 implementation: Method required: true - language: &ref_5029 + language: &ref_3127 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2526 + - &ref_1789 schema: *ref_3 implementation: Method required: true - language: &ref_5030 + language: &ref_3128 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_5031 - schema: *ref_1328 + - &ref_3129 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5032 + language: &ref_3130 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -79019,10 +54819,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -79031,27 +54827,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_2524 - - *ref_2525 - - *ref_2526 + - *ref_1787 + - *ref_1788 + - *ref_1789 responses: - - schema: *ref_830 - language: &ref_5033 + - schema: *ref_829 + language: &ref_3131 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -79111,67 +54901,14 @@ operationGroups: default: name: GetInstanceView description: Gets the status of a virtual machine from a VM scale set. - go: - name: GetInstanceView - description: |- - Gets the status of a virtual machine from a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3752 - schema: - type: object - language: - default: &ref_2527 - name: VirtualMachineScaleSetVMsClientGetInstanceViewOptions - description: VirtualMachineScaleSetVMsClientGetInstanceViewOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.GetInstanceView method. - go: *ref_2527 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetVMsClientGetInstanceViewOptions - language: - default: &ref_2528 - name: options - description: VirtualMachineScaleSetVMsClientGetInstanceViewOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.GetInstanceView method. - go: *ref_2528 - protocol: {} - protocolNaming: - internalMethod: getInstanceView - requestMethod: getInstanceViewCreateRequest - responseMethod: getInstanceViewHandleResponse - responseEnv: &ref_3991 - type: object - properties: - - &ref_2530 - schema: *ref_830 - serializedName: VirtualMachineScaleSetVMInstanceView - language: - default: &ref_2529 - name: VirtualMachineScaleSetVMInstanceView - description: The instance view of a virtual machine scale set VM. - byValue: true - embeddedType: true - go: *ref_2529 - protocol: {} - language: - default: &ref_2531 - name: VirtualMachineScaleSetVMsClientGetInstanceViewResponse - description: VirtualMachineScaleSetVMsClientGetInstanceViewResponse contains the response from method VirtualMachineScaleSetVMsClient.GetInstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_2530 - go: *ref_2531 - protocol: {} protocol: {} - - &ref_5045 + - &ref_3143 operationId: VirtualMachineScaleSetVMs_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2538 + - *ref_1326 + - &ref_1790 schema: *ref_3 implementation: Method required: true @@ -79180,14 +54917,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2539 + - &ref_1791 schema: *ref_3 implementation: Method required: true @@ -79196,14 +54929,10 @@ operationGroups: name: virtualMachineScaleSetName description: The name of the VM scale set. serializedName: virtualMachineScaleSetName - go: - name: virtualMachineScaleSetName - description: The name of the VM scale set. - serializedName: virtualMachineScaleSetName protocol: http: in: path - - &ref_2533 + - &ref_1792 schema: *ref_3 implementation: Method language: @@ -79211,69 +54940,32 @@ operationGroups: name: filter description: The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'. serializedName: $filter - go: - name: Filter - description: |- - The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq - false'. - paramGroup: &ref_2534 - schema: - type: object - language: - default: &ref_2532 - name: VirtualMachineScaleSetVMsClientListOptions - description: VirtualMachineScaleSetVMsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.NewListPager method. - go: *ref_2532 - protocol: {} - originalParameter: - - *ref_2533 - - &ref_2536 - schema: *ref_3 - implementation: Method - language: - default: - name: select - description: The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. - serializedName: $select - go: - name: Select - description: The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. - paramGroup: *ref_2534 - serializedName: $select - protocol: - http: - in: query - - &ref_2537 - schema: *ref_3 - implementation: Method - language: - default: - name: expand - description: The expand expression to apply to the operation. Allowed values are 'instanceView'. - serializedName: $expand - go: - name: Expand - description: The expand expression to apply to the operation. Allowed values are 'instanceView'. - paramGroup: *ref_2534 - serializedName: $expand - protocol: - http: - in: query - required: false - serializedName: VirtualMachineScaleSetVMsClientListOptions - language: - default: &ref_2535 - name: options - description: VirtualMachineScaleSetVMsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.NewListPager method. - go: *ref_2535 - protocol: {} - serializedName: $filter protocol: http: in: query - - *ref_2536 - - *ref_2537 - - schema: *ref_1328 + - &ref_1793 + schema: *ref_3 + implementation: Method + language: + default: + name: select + description: The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. + serializedName: $select + protocol: + http: + in: query + - &ref_1794 + schema: *ref_3 + implementation: Method + language: + default: + name: expand + description: The expand expression to apply to the operation. Allowed values are 'instanceView'. + serializedName: $expand + protocol: + http: + in: query + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79282,17 +54974,13 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -79301,10 +54989,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -79313,29 +54997,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines method: get uri: '{$host}' signatureParameters: - - *ref_2538 - - *ref_2539 - - *ref_2533 - - *ref_2536 - - *ref_2537 + - *ref_1790 + - *ref_1791 + - *ref_1792 + - *ref_1793 + - *ref_1794 responses: - - schema: *ref_2540 + - schema: *ref_1795 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -79353,50 +55031,14 @@ operationGroups: description: Gets a list of all virtual machines in a VM scale sets. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all virtual machines in a VM scale sets. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2534 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_3992 - type: object - properties: - - &ref_2542 - schema: *ref_2540 - serializedName: VirtualMachineScaleSetVMListResult - language: - default: &ref_2541 - name: VirtualMachineScaleSetVMListResult - description: The List Virtual Machine Scale Set VMs operation response. - byValue: true - embeddedType: true - go: *ref_2541 - protocol: {} - language: - default: &ref_2543 - name: VirtualMachineScaleSetVMsClientListResponse - description: VirtualMachineScaleSetVMsClientListResponse contains the response from method VirtualMachineScaleSetVMsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2542 - go: *ref_2543 - protocol: {} protocol: {} - - &ref_5046 + - &ref_3144 operationId: VirtualMachineScaleSetVMs_PowerOff apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2549 + - *ref_1326 + - &ref_1796 schema: *ref_3 implementation: Method required: true @@ -79405,14 +55047,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2550 + - &ref_1797 schema: *ref_3 implementation: Method required: true @@ -79421,14 +55059,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2551 + - &ref_1798 schema: *ref_3 implementation: Method required: true @@ -79437,63 +55071,21 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2545 - schema: *ref_1878 + - &ref_1799 + schema: *ref_1540 implementation: Method language: default: name: skipShutdown description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified serializedName: skipShutdown - go: - name: SkipShutdown - description: The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified - paramGroup: &ref_2552 - schema: - type: object - language: - default: &ref_2544 - name: VirtualMachineScaleSetVMsClientBeginPowerOffOptions - description: VirtualMachineScaleSetVMsClientBeginPowerOffOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginPowerOff method. - go: *ref_2544 - protocol: {} - originalParameter: - - *ref_2545 - - schema: - type: string - language: - default: &ref_2546 - name: string - description: '' - go: *ref_2546 - protocol: {} - language: - default: &ref_2547 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2547 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginPowerOffOptions - language: - default: &ref_2548 - name: options - description: VirtualMachineScaleSetVMsClientBeginPowerOffOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginPowerOff method. - go: *ref_2548 - protocol: {} - serializedName: skipShutdown protocol: http: in: query - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79502,40 +55094,30 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/poweroff method: post uri: '{$host}' signatureParameters: - - *ref_2549 - - *ref_2550 - - *ref_2551 - - *ref_2545 + - *ref_1796 + - *ref_1797 + - *ref_1798 + - *ref_1799 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -79544,9 +55126,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -79557,38 +55136,14 @@ operationGroups: default: name: PowerOff description: Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. - go: - name: PowerOff - description: |- - Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid - charges. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2552 - protocolNaming: - internalMethod: powerOff - requestMethod: powerOffCreateRequest - responseMethod: powerOffHandleResponse - responseEnv: &ref_3993 - type: object - language: - default: &ref_2553 - name: VirtualMachineScaleSetVMsClientPowerOffResponse - description: VirtualMachineScaleSetVMsClientPowerOffResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginPowerOff. - forLRO: true - responseType: true - go: *ref_2553 - protocol: {} protocol: {} - - &ref_5047 + - &ref_3145 operationId: VirtualMachineScaleSetVMs_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2554 + - *ref_1326 + - &ref_1800 schema: *ref_3 implementation: Method required: true @@ -79597,14 +55152,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2555 + - &ref_1801 schema: *ref_3 implementation: Method required: true @@ -79613,14 +55164,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2556 + - &ref_1802 schema: *ref_3 implementation: Method required: true @@ -79629,14 +55176,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79645,39 +55188,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/restart method: post uri: '{$host}' signatureParameters: - - *ref_2554 - - *ref_2555 - - *ref_2556 + - *ref_1800 + - *ref_1801 + - *ref_1802 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -79686,9 +55219,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -79699,69 +55229,14 @@ operationGroups: default: name: Restart description: Restarts a virtual machine in a VM scale set. - go: - name: Restart - description: |- - Restarts a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3753 - schema: - type: object - language: - default: &ref_2557 - name: VirtualMachineScaleSetVMsClientBeginRestartOptions - description: VirtualMachineScaleSetVMsClientBeginRestartOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRestart method. - go: *ref_2557 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2558 - name: string - description: '' - go: *ref_2558 - protocol: {} - language: - default: &ref_2559 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2559 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginRestartOptions - language: - default: &ref_2560 - name: options - description: VirtualMachineScaleSetVMsClientBeginRestartOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRestart method. - go: *ref_2560 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_3994 - type: object - language: - default: &ref_2561 - name: VirtualMachineScaleSetVMsClientRestartResponse - description: VirtualMachineScaleSetVMsClientRestartResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_2561 - protocol: {} protocol: {} - - &ref_5048 + - &ref_3146 operationId: VirtualMachineScaleSetVMs_Start apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2562 + - *ref_1326 + - &ref_1803 schema: *ref_3 implementation: Method required: true @@ -79770,14 +55245,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2563 + - &ref_1804 schema: *ref_3 implementation: Method required: true @@ -79786,14 +55257,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2564 + - &ref_1805 schema: *ref_3 implementation: Method required: true @@ -79802,14 +55269,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79818,39 +55281,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/start method: post uri: '{$host}' signatureParameters: - - *ref_2562 - - *ref_2563 - - *ref_2564 + - *ref_1803 + - *ref_1804 + - *ref_1805 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -79859,9 +55312,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -79872,69 +55322,14 @@ operationGroups: default: name: Start description: Starts a virtual machine in a VM scale set. - go: - name: Start - description: |- - Starts a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3754 - schema: - type: object - language: - default: &ref_2565 - name: VirtualMachineScaleSetVMsClientBeginStartOptions - description: VirtualMachineScaleSetVMsClientBeginStartOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginStart method. - go: *ref_2565 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2566 - name: string - description: '' - go: *ref_2566 - protocol: {} - language: - default: &ref_2567 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2567 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginStartOptions - language: - default: &ref_2568 - name: options - description: VirtualMachineScaleSetVMsClientBeginStartOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginStart method. - go: *ref_2568 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_3995 - type: object - language: - default: &ref_2569 - name: VirtualMachineScaleSetVMsClientStartResponse - description: VirtualMachineScaleSetVMsClientStartResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginStart. - forLRO: true - responseType: true - go: *ref_2569 - protocol: {} protocol: {} - - &ref_5049 + - &ref_3147 operationId: VirtualMachineScaleSetVMs_Redeploy apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2570 + - *ref_1326 + - &ref_1806 schema: *ref_3 implementation: Method required: true @@ -79943,14 +55338,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2571 + - &ref_1807 schema: *ref_3 implementation: Method required: true @@ -79959,14 +55350,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2572 + - &ref_1808 schema: *ref_3 implementation: Method required: true @@ -79975,14 +55362,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -79991,39 +55374,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/redeploy method: post uri: '{$host}' signatureParameters: - - *ref_2570 - - *ref_2571 - - *ref_2572 + - *ref_1806 + - *ref_1807 + - *ref_1808 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -80032,9 +55405,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -80045,174 +55415,77 @@ operationGroups: default: name: Redeploy description: Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. - go: - name: Redeploy - description: |- - Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3755 - schema: - type: object - language: - default: &ref_2573 - name: VirtualMachineScaleSetVMsClientBeginRedeployOptions - description: VirtualMachineScaleSetVMsClientBeginRedeployOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRedeploy method. - go: *ref_2573 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2574 - name: string - description: '' - go: *ref_2574 - protocol: {} - language: - default: &ref_2575 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2575 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginRedeployOptions - language: - default: &ref_2576 - name: options - description: VirtualMachineScaleSetVMsClientBeginRedeployOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRedeploy method. - go: *ref_2576 - protocol: {} - protocolNaming: - internalMethod: redeploy - requestMethod: redeployCreateRequest - responseMethod: redeployHandleResponse - responseEnv: &ref_3996 - type: object - language: - default: &ref_2577 - name: VirtualMachineScaleSetVMsClientRedeployResponse - description: VirtualMachineScaleSetVMsClientRedeployResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginRedeploy. - forLRO: true - responseType: true - go: *ref_2577 - protocol: {} protocol: {} - - &ref_5057 + - &ref_3155 operationId: VirtualMachineScaleSetVMs_RetrieveBootDiagnosticsData apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2581 + - *ref_1326 + - &ref_1809 schema: *ref_3 implementation: Method required: true - language: &ref_5050 + language: &ref_3148 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2582 + - &ref_1810 schema: *ref_3 implementation: Method required: true - language: &ref_5051 + language: &ref_3149 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2583 + - &ref_1811 schema: *ref_3 implementation: Method required: true - language: &ref_5052 + language: &ref_3150 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2579 - schema: *ref_1598 + - &ref_1812 + schema: *ref_1424 implementation: Method - language: &ref_5053 + language: &ref_3151 default: name: sasUriExpirationTimeInMinutes description: 'Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes.

    NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes.' serializedName: sasUriExpirationTimeInMinutes - go: - name: SasURIExpirationTimeInMinutes - description: |- - Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes. - - NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes. - paramGroup: &ref_2584 - schema: - type: object - language: - default: &ref_2578 - name: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions - description: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.RetrieveBootDiagnosticsData method. - go: *ref_2578 - protocol: {} - originalParameter: - - *ref_2579 - required: false - serializedName: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions - language: - default: &ref_2580 - name: options - description: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.RetrieveBootDiagnosticsData method. - go: *ref_2580 - protocol: {} - serializedName: sasUriExpirationTimeInMinutes protocol: http: in: query - - &ref_5054 - schema: *ref_1328 + - &ref_3152 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5055 + language: &ref_3153 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -80221,10 +55494,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -80233,28 +55502,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/retrieveBootDiagnosticsData method: post uri: '{$host}' signatureParameters: - - *ref_2581 - - *ref_2582 - - *ref_2583 - - *ref_2579 + - *ref_1809 + - *ref_1810 + - *ref_1811 + - *ref_1812 responses: - - schema: *ref_1931 - language: &ref_5056 + - schema: *ref_1559 + language: &ref_3154 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -80263,14 +55526,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -80299,50 +55559,14 @@ operationGroups: default: name: RetrieveBootDiagnosticsData description: The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. - go: - name: RetrieveBootDiagnosticsData - description: |- - The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: *ref_2584 - protocolNaming: - internalMethod: retrieveBootDiagnosticsData - requestMethod: retrieveBootDiagnosticsDataCreateRequest - responseMethod: retrieveBootDiagnosticsDataHandleResponse - responseEnv: &ref_3997 - type: object - properties: - - &ref_2586 - schema: *ref_1931 - serializedName: RetrieveBootDiagnosticsDataResult - language: - default: &ref_2585 - name: RetrieveBootDiagnosticsDataResult - description: The SAS URIs of the console screenshot and serial log blobs. - byValue: true - embeddedType: true - go: *ref_2585 - protocol: {} - language: - default: &ref_2587 - name: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataResponse - description: VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataResponse contains the response from method VirtualMachineScaleSetVMsClient.RetrieveBootDiagnosticsData. - marshallingFormat: json - responseType: true - resultProp: *ref_2586 - go: *ref_2587 - protocol: {} protocol: {} - - &ref_5058 + - &ref_3156 operationId: VirtualMachineScaleSetVMs_PerformMaintenance apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2588 + - *ref_1326 + - &ref_1813 schema: *ref_3 implementation: Method required: true @@ -80351,14 +55575,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2589 + - &ref_1814 schema: *ref_3 implementation: Method required: true @@ -80367,14 +55587,10 @@ operationGroups: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2590 + - &ref_1815 schema: *ref_3 implementation: Method required: true @@ -80383,14 +55599,10 @@ operationGroups: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - schema: *ref_1328 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -80399,39 +55611,29 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/performMaintenance method: post uri: '{$host}' signatureParameters: - - *ref_2588 - - *ref_2589 - - *ref_2590 + - *ref_1813 + - *ref_1814 + - *ref_1815 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -80440,9 +55642,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -80453,159 +55652,82 @@ operationGroups: default: name: PerformMaintenance description: Performs maintenance on a virtual machine in a VM scale set. - go: - name: PerformMaintenance - description: |- - Performs maintenance on a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3756 - schema: - type: object - language: - default: &ref_2591 - name: VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions - description: VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginPerformMaintenance method. - go: *ref_2591 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2592 - name: string - description: '' - go: *ref_2592 - protocol: {} - language: - default: &ref_2593 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2593 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions - language: - default: &ref_2594 - name: options - description: VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginPerformMaintenance method. - go: *ref_2594 - protocol: {} - protocolNaming: - internalMethod: performMaintenance - requestMethod: performMaintenanceCreateRequest - responseMethod: performMaintenanceHandleResponse - responseEnv: &ref_3998 - type: object - language: - default: &ref_2595 - name: VirtualMachineScaleSetVMsClientPerformMaintenanceResponse - description: VirtualMachineScaleSetVMsClientPerformMaintenanceResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginPerformMaintenance. - forLRO: true - responseType: true - go: *ref_2595 - protocol: {} protocol: {} - - &ref_5064 + - &ref_3162 operationId: VirtualMachineScaleSetVMs_SimulateEviction apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2596 + - *ref_1326 + - &ref_1816 schema: *ref_3 implementation: Method required: true - language: &ref_5059 + language: &ref_3157 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2597 + - &ref_1817 schema: *ref_3 implementation: Method required: true - language: &ref_5060 + language: &ref_3158 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2598 + - &ref_1818 schema: *ref_3 implementation: Method required: true - language: &ref_5061 + language: &ref_3159 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_5062 - schema: *ref_1328 + - &ref_3160 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5063 + language: &ref_3161 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/simulateEviction method: post uri: '{$host}' signatureParameters: - - *ref_2596 - - *ref_2597 - - *ref_2598 + - *ref_1816 + - *ref_1817 + - *ref_1818 responses: - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: @@ -80627,137 +55749,79 @@ operationGroups: default: name: SimulateEviction description: The operation to simulate the eviction of spot virtual machine in a VM scale set. - go: - name: SimulateEviction - description: |- - The operation to simulate the eviction of spot virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3757 - schema: - type: object - language: - default: &ref_2599 - name: VirtualMachineScaleSetVMsClientSimulateEvictionOptions - description: VirtualMachineScaleSetVMsClientSimulateEvictionOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.SimulateEviction method. - go: *ref_2599 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineScaleSetVMsClientSimulateEvictionOptions - language: - default: &ref_2600 - name: options - description: VirtualMachineScaleSetVMsClientSimulateEvictionOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.SimulateEviction method. - go: *ref_2600 - protocol: {} - protocolNaming: - internalMethod: simulateEviction - requestMethod: simulateEvictionCreateRequest - responseMethod: simulateEvictionHandleResponse - responseEnv: &ref_3999 - type: object - language: - default: &ref_2601 - name: VirtualMachineScaleSetVMsClientSimulateEvictionResponse - description: VirtualMachineScaleSetVMsClientSimulateEvictionResponse contains the response from method VirtualMachineScaleSetVMsClient.SimulateEviction. - responseType: true - go: *ref_2601 - protocol: {} protocol: {} - - &ref_5073 + - &ref_3171 operationId: VirtualMachineScaleSetVMs_RunCommand apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2604 + - *ref_1326 + - &ref_1821 schema: *ref_3 implementation: Method required: true - language: &ref_5065 + language: &ref_3163 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2605 + - &ref_1822 schema: *ref_3 implementation: Method required: true - language: &ref_5066 + language: &ref_3164 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2606 + - &ref_1823 schema: *ref_3 implementation: Method required: true - language: &ref_5067 + language: &ref_3165 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_5068 - schema: *ref_1328 + - &ref_3166 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5069 + language: &ref_3167 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2603 + application/json: &ref_1820 parameters: - - &ref_2602 - schema: *ref_1971 + - &ref_1819 + schema: *ref_1573 implementation: Method required: true - language: &ref_5070 + language: &ref_3168 default: name: parameters description: Parameters supplied to the Run command operation. - go: - name: parameters - description: Parameters supplied to the Run command operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -80766,22 +55830,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2602 + - *ref_1819 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/runCommand @@ -80791,22 +55848,19 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2603 + text/json: *ref_1820 requests: - - *ref_2603 + - *ref_1820 signatureParameters: - - *ref_2604 - - *ref_2605 - - *ref_2606 + - *ref_1821 + - *ref_1822 + - *ref_1823 responses: - - schema: *ref_1977 - language: &ref_5072 + - schema: *ref_1579 + language: &ref_3170 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -80819,9 +55873,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -80860,150 +55911,63 @@ operationGroups: default: name: RunCommand description: Run command on a virtual machine in a VM scale set. - go: - name: RunCommand - description: |- - Run command on a virtual machine in a VM scale set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMsClient - openApiType: arm - optionalParamGroup: &ref_3758 - schema: - type: object - language: - default: &ref_2607 - name: VirtualMachineScaleSetVMsClientBeginRunCommandOptions - description: VirtualMachineScaleSetVMsClientBeginRunCommandOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRunCommand method. - go: *ref_2607 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2608 - name: string - description: '' - go: *ref_2608 - protocol: {} - language: - default: &ref_2609 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2609 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMsClientBeginRunCommandOptions - language: - default: &ref_2610 - name: options - description: VirtualMachineScaleSetVMsClientBeginRunCommandOptions contains the optional parameters for the VirtualMachineScaleSetVMsClient.BeginRunCommand method. - go: *ref_2610 - protocol: {} - protocolNaming: - internalMethod: runCommand - requestMethod: runCommandCreateRequest - responseMethod: runCommandHandleResponse - responseEnv: &ref_4000 - type: object - properties: - - &ref_2612 - schema: *ref_1977 - serializedName: RunCommandResult - language: - default: &ref_2611 - name: RunCommandResult - description: '' - byValue: true - embeddedType: true - go: *ref_2611 - protocol: {} - language: - default: &ref_2613 - name: VirtualMachineScaleSetVMsClientRunCommandResponse - description: VirtualMachineScaleSetVMsClientRunCommandResponse contains the response from method VirtualMachineScaleSetVMsClient.BeginRunCommand. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2612 - go: *ref_2613 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetVMs description: '' - go: - name: VirtualMachineScaleSetVMs - description: '' - clientCtorName: NewVirtualMachineScaleSetVMsClient - clientName: VirtualMachineScaleSetVMsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5088 + - &ref_3186 $key: LogAnalytics operations: - - &ref_5087 + - &ref_3185 operationId: LogAnalytics_ExportRequestRateByInterval apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2616 - schema: *ref_1764 + - *ref_1326 + - &ref_1826 + schema: *ref_1503 implementation: Method required: true - language: &ref_5074 + language: &ref_3172 default: name: location description: The location upon which virtual-machine-sizes is queried. serializedName: location - go: - name: location - description: The location upon which virtual-machine-sizes is queried. - serializedName: location protocol: http: in: path - - &ref_5075 - schema: *ref_1328 + - &ref_3173 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5076 + language: &ref_3174 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2615 + application/json: &ref_1825 parameters: - - &ref_2614 - schema: *ref_834 + - &ref_1824 + schema: *ref_833 implementation: Method required: true - language: &ref_5077 + language: &ref_3175 default: name: parameters description: Parameters supplied to the LogAnalytics getRequestRateByInterval Api. - go: - name: parameters - description: Parameters supplied to the LogAnalytics getRequestRateByInterval Api. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81012,22 +55976,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2614 + - *ref_1824 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval @@ -81037,18 +55994,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2615 + - *ref_1825 signatureParameters: - - *ref_2616 + - *ref_1826 responses: - - schema: *ref_2617 - language: &ref_5084 + - schema: *ref_1827 + language: &ref_3182 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81060,9 +56014,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -81094,135 +56045,55 @@ operationGroups: default: name: ExportRequestRateByInterval description: Export logs that show Api requests made by this subscription in the given time window to show throttling activities. - go: - name: ExportRequestRateByInterval - description: |- - Export logs that show Api requests made by this subscription in the given time window to show throttling activities. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: LogAnalyticsClient - openApiType: arm - optionalParamGroup: &ref_3759 - schema: - type: object - language: - default: &ref_2618 - name: LogAnalyticsClientBeginExportRequestRateByIntervalOptions - description: LogAnalyticsClientBeginExportRequestRateByIntervalOptions contains the optional parameters for the LogAnalyticsClient.BeginExportRequestRateByInterval method. - go: *ref_2618 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2619 - name: string - description: '' - go: *ref_2619 - protocol: {} - language: - default: &ref_2620 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2620 - protocol: {} - required: false - serializedName: LogAnalyticsClientBeginExportRequestRateByIntervalOptions - language: - default: &ref_2621 - name: options - description: LogAnalyticsClientBeginExportRequestRateByIntervalOptions contains the optional parameters for the LogAnalyticsClient.BeginExportRequestRateByInterval method. - go: *ref_2621 - protocol: {} - protocolNaming: - internalMethod: exportRequestRateByInterval - requestMethod: exportRequestRateByIntervalCreateRequest - responseMethod: exportRequestRateByIntervalHandleResponse - responseEnv: &ref_4001 - type: object - properties: - - &ref_2623 - schema: *ref_2617 - serializedName: LogAnalyticsOperationResult - language: - default: &ref_2622 - name: LogAnalyticsOperationResult - description: LogAnalytics operation status response - byValue: true - embeddedType: true - go: *ref_2622 - protocol: {} - language: - default: &ref_2624 - name: LogAnalyticsClientExportRequestRateByIntervalResponse - description: LogAnalyticsClientExportRequestRateByIntervalResponse contains the response from method LogAnalyticsClient.BeginExportRequestRateByInterval. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2623 - go: *ref_2624 - protocol: {} protocol: {} - - &ref_5097 + - &ref_3195 operationId: LogAnalytics_ExportThrottledRequests apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2627 - schema: *ref_1764 + - *ref_1326 + - &ref_1830 + schema: *ref_1503 implementation: Method required: true - language: &ref_5089 + language: &ref_3187 default: name: location description: The location upon which virtual-machine-sizes is queried. serializedName: location - go: - name: location - description: The location upon which virtual-machine-sizes is queried. - serializedName: location protocol: http: in: path - - &ref_5090 - schema: *ref_1328 + - &ref_3188 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5091 + language: &ref_3189 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2626 + application/json: &ref_1829 parameters: - - &ref_2625 - schema: *ref_836 + - &ref_1828 + schema: *ref_835 implementation: Method required: true - language: &ref_5092 + language: &ref_3190 default: name: parameters description: Parameters supplied to the LogAnalytics getThrottledRequests Api. - go: - name: parameters - description: Parameters supplied to the LogAnalytics getThrottledRequests Api. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81231,22 +56102,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2625 + - *ref_1828 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests @@ -81256,18 +56120,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2626 + - *ref_1829 signatureParameters: - - *ref_2627 + - *ref_1830 responses: - - schema: *ref_2617 - language: &ref_5096 + - schema: *ref_1827 + language: &ref_3194 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81279,9 +56140,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -81315,134 +56173,50 @@ operationGroups: default: name: ExportThrottledRequests description: Export logs that show total throttled Api requests for this subscription in the given time window. - go: - name: ExportThrottledRequests - description: |- - Export logs that show total throttled Api requests for this subscription in the given time window. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: LogAnalyticsClient - openApiType: arm - optionalParamGroup: &ref_3760 - schema: - type: object - language: - default: &ref_2628 - name: LogAnalyticsClientBeginExportThrottledRequestsOptions - description: LogAnalyticsClientBeginExportThrottledRequestsOptions contains the optional parameters for the LogAnalyticsClient.BeginExportThrottledRequests method. - go: *ref_2628 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2629 - name: string - description: '' - go: *ref_2629 - protocol: {} - language: - default: &ref_2630 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2630 - protocol: {} - required: false - serializedName: LogAnalyticsClientBeginExportThrottledRequestsOptions - language: - default: &ref_2631 - name: options - description: LogAnalyticsClientBeginExportThrottledRequestsOptions contains the optional parameters for the LogAnalyticsClient.BeginExportThrottledRequests method. - go: *ref_2631 - protocol: {} - protocolNaming: - internalMethod: exportThrottledRequests - requestMethod: exportThrottledRequestsCreateRequest - responseMethod: exportThrottledRequestsHandleResponse - responseEnv: &ref_4002 - type: object - properties: - - &ref_2633 - schema: *ref_2617 - serializedName: LogAnalyticsOperationResult - language: - default: &ref_2632 - name: LogAnalyticsOperationResult - description: LogAnalytics operation status response - byValue: true - embeddedType: true - go: *ref_2632 - protocol: {} - language: - default: &ref_2634 - name: LogAnalyticsClientExportThrottledRequestsResponse - description: LogAnalyticsClientExportThrottledRequestsResponse contains the response from method LogAnalyticsClient.BeginExportThrottledRequests. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2633 - go: *ref_2634 - protocol: {} protocol: {} language: default: name: LogAnalytics description: '' - go: - name: LogAnalytics - description: '' - clientCtorName: NewLogAnalyticsClient - clientName: LogAnalyticsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5109 + - &ref_3207 $key: VirtualMachineRunCommands operations: - - &ref_5108 + - &ref_3206 operationId: VirtualMachineRunCommands_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2635 - schema: *ref_1764 + - *ref_1326 + - &ref_1831 + schema: *ref_1503 implementation: Method required: true - language: &ref_5098 + language: &ref_3196 default: name: location description: The location upon which run commands is queried. serializedName: location - go: - name: location - description: The location upon which run commands is queried. - serializedName: location protocol: http: in: path - - &ref_5099 - schema: *ref_1328 + - &ref_3197 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5100 + language: &ref_3198 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81451,10 +56225,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -81463,25 +56233,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands method: get uri: '{$host}' signatureParameters: - - *ref_2635 + - *ref_1831 responses: - - schema: *ref_2636 - language: &ref_5101 + - schema: *ref_1832 + language: &ref_3199 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81560,119 +56324,54 @@ operationGroups: description: Lists all available run commands for a subscription in a location. paging: nextLinkName: nextLink - go: - name: List - description: Lists all available run commands for a subscription in a location. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3761 - schema: - type: object - language: - default: &ref_2637 - name: VirtualMachineRunCommandsClientListOptions - description: VirtualMachineRunCommandsClientListOptions contains the optional parameters for the VirtualMachineRunCommandsClient.NewListPager method. - go: *ref_2637 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineRunCommandsClientListOptions - language: - default: &ref_2638 - name: options - description: VirtualMachineRunCommandsClientListOptions contains the optional parameters for the VirtualMachineRunCommandsClient.NewListPager method. - go: *ref_2638 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4003 - type: object - properties: - - &ref_2640 - schema: *ref_2636 - serializedName: RunCommandListResult - language: - default: &ref_2639 - name: RunCommandListResult - description: The List Virtual Machine operation response. - byValue: true - embeddedType: true - go: *ref_2639 - protocol: {} - language: - default: &ref_2641 - name: VirtualMachineRunCommandsClientListResponse - description: VirtualMachineRunCommandsClientListResponse contains the response from method VirtualMachineRunCommandsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2640 - go: *ref_2641 - protocol: {} protocol: {} - - &ref_5121 + - &ref_3219 operationId: VirtualMachineRunCommands_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2642 - schema: *ref_1764 + - *ref_1326 + - &ref_1833 + schema: *ref_1503 implementation: Method required: true - language: &ref_5110 + language: &ref_3208 default: name: location description: The location upon which run commands is queried. serializedName: location - go: - name: location - description: The location upon which run commands is queried. - serializedName: location protocol: http: in: path - - &ref_2643 + - &ref_1834 schema: *ref_3 implementation: Method required: true - language: &ref_5111 + language: &ref_3209 default: name: commandId description: The command id. serializedName: commandId - go: - name: commandID - description: The command id. - serializedName: commandId protocol: http: in: path - - &ref_5112 - schema: *ref_1328 + - &ref_3210 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5113 + language: &ref_3211 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81681,10 +56380,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -81693,26 +56388,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId} method: get uri: '{$host}' signatureParameters: - - *ref_2642 - - *ref_2643 + - *ref_1833 + - *ref_1834 responses: - - schema: *ref_854 - language: &ref_5114 + - schema: *ref_853 + language: &ref_3212 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81755,151 +56444,79 @@ operationGroups: default: name: Get description: Gets specific run command for a subscription in a location. - go: - name: Get - description: |- - Gets specific run command for a subscription in a location. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3762 - schema: - type: object - language: - default: &ref_2644 - name: VirtualMachineRunCommandsClientGetOptions - description: VirtualMachineRunCommandsClientGetOptions contains the optional parameters for the VirtualMachineRunCommandsClient.Get method. - go: *ref_2644 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineRunCommandsClientGetOptions - language: - default: &ref_2645 - name: options - description: VirtualMachineRunCommandsClientGetOptions contains the optional parameters for the VirtualMachineRunCommandsClient.Get method. - go: *ref_2645 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4004 - type: object - properties: - - &ref_2647 - schema: *ref_854 - serializedName: RunCommandDocument - language: - default: &ref_2646 - name: RunCommandDocument - description: Describes the properties of a Run Command. - byValue: true - embeddedType: true - go: *ref_2646 - protocol: {} - language: - default: &ref_2648 - name: VirtualMachineRunCommandsClientGetResponse - description: VirtualMachineRunCommandsClientGetResponse contains the response from method VirtualMachineRunCommandsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2647 - go: *ref_2648 - protocol: {} protocol: {} - - &ref_5141 + - &ref_3239 operationId: VirtualMachineRunCommands_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2651 + - *ref_1326 + - &ref_1837 schema: *ref_3 implementation: Method required: true - language: &ref_5122 + language: &ref_3220 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2652 + - &ref_1838 schema: *ref_3 implementation: Method required: true - language: &ref_5123 + language: &ref_3221 default: name: vmName description: The name of the virtual machine where the run command should be created or updated. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the run command should be created or updated. - serializedName: vmName protocol: http: in: path - - &ref_2653 + - &ref_1839 schema: *ref_3 implementation: Method required: true - language: &ref_5124 + language: &ref_3222 default: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_5125 - schema: *ref_1328 + - &ref_3223 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5126 + language: &ref_3224 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2650 + application/json: &ref_1836 parameters: - - &ref_2649 + - &ref_1835 schema: *ref_577 implementation: Method required: true - language: &ref_5127 + language: &ref_3225 default: name: runCommand description: Parameters supplied to the Create Virtual Machine RunCommand operation. - go: - name: runCommand - description: Parameters supplied to the Create Virtual Machine RunCommand operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -81908,22 +56525,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2649 + - *ref_1835 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName} @@ -81933,22 +56543,19 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2650 + text/json: *ref_1836 requests: - - *ref_2650 + - *ref_1836 signatureParameters: - - *ref_2651 - - *ref_2652 - - *ref_2653 + - *ref_1837 + - *ref_1838 + - *ref_1839 responses: - schema: *ref_577 - language: &ref_5138 + language: &ref_3236 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -81958,13 +56565,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_577 - language: &ref_5140 + language: &ref_3238 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -81974,14 +56578,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -82062,167 +56663,79 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the run command. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3763 - schema: - type: object - language: - default: &ref_2654 - name: VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions - description: VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginCreateOrUpdate method. - go: *ref_2654 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2655 - name: string - description: '' - go: *ref_2655 - protocol: {} - language: - default: &ref_2656 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2656 - protocol: {} - required: false - serializedName: VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions - language: - default: &ref_2657 - name: options - description: VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginCreateOrUpdate method. - go: *ref_2657 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4005 - type: object - properties: - - &ref_2659 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2658 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2658 - protocol: {} - language: - default: &ref_2660 - name: VirtualMachineRunCommandsClientCreateOrUpdateResponse - description: VirtualMachineRunCommandsClientCreateOrUpdateResponse contains the response from method VirtualMachineRunCommandsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2659 - go: *ref_2660 - protocol: {} protocol: {} - - &ref_5150 + - &ref_3248 operationId: VirtualMachineRunCommands_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2663 + - *ref_1326 + - &ref_1842 schema: *ref_3 implementation: Method required: true - language: &ref_5142 + language: &ref_3240 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2664 + - &ref_1843 schema: *ref_3 implementation: Method required: true - language: &ref_5143 + language: &ref_3241 default: name: vmName description: The name of the virtual machine where the run command should be updated. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the run command should be updated. - serializedName: vmName protocol: http: in: path - - &ref_2665 + - &ref_1844 schema: *ref_3 implementation: Method required: true - language: &ref_5144 + language: &ref_3242 default: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_5145 - schema: *ref_1328 + - &ref_3243 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5146 + language: &ref_3244 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2662 + application/json: &ref_1841 parameters: - - &ref_2661 - schema: *ref_630 + - &ref_1840 + schema: *ref_629 implementation: Method required: true - language: &ref_5147 + language: &ref_3245 default: name: runCommand description: Parameters supplied to the Update Virtual Machine RunCommand operation. - go: - name: runCommand - description: Parameters supplied to the Update Virtual Machine RunCommand operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -82231,22 +56744,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2661 + - *ref_1840 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName} @@ -82256,22 +56762,19 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2662 + text/json: *ref_1841 requests: - - *ref_2662 + - *ref_1841 signatureParameters: - - *ref_2663 - - *ref_2664 - - *ref_2665 + - *ref_1842 + - *ref_1843 + - *ref_1844 responses: - schema: *ref_577 - language: &ref_5149 + language: &ref_3247 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -82281,14 +56784,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -82338,151 +56838,66 @@ operationGroups: default: name: Update description: The operation to update the run command. - go: - name: Update - description: |- - The operation to update the run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3764 - schema: - type: object - language: - default: &ref_2666 - name: VirtualMachineRunCommandsClientBeginUpdateOptions - description: VirtualMachineRunCommandsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginUpdate method. - go: *ref_2666 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2667 - name: string - description: '' - go: *ref_2667 - protocol: {} - language: - default: &ref_2668 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2668 - protocol: {} - required: false - serializedName: VirtualMachineRunCommandsClientBeginUpdateOptions - language: - default: &ref_2669 - name: options - description: VirtualMachineRunCommandsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginUpdate method. - go: *ref_2669 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4006 - type: object - properties: - - &ref_2671 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2670 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2670 - protocol: {} - language: - default: &ref_2672 - name: VirtualMachineRunCommandsClientUpdateResponse - description: VirtualMachineRunCommandsClientUpdateResponse contains the response from method VirtualMachineRunCommandsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2671 - go: *ref_2672 - protocol: {} protocol: {} - - &ref_5156 + - &ref_3254 operationId: VirtualMachineRunCommands_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2673 + - *ref_1326 + - &ref_1845 schema: *ref_3 implementation: Method required: true - language: &ref_5151 + language: &ref_3249 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2674 + - &ref_1846 schema: *ref_3 implementation: Method required: true - language: &ref_5152 + language: &ref_3250 default: name: vmName description: The name of the virtual machine where the run command should be deleted. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine where the run command should be deleted. - serializedName: vmName protocol: http: in: path - - &ref_2675 + - &ref_1847 schema: *ref_3 implementation: Method required: true - language: &ref_5153 + language: &ref_3251 default: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_5154 - schema: *ref_1328 + - &ref_3252 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5155 + language: &ref_3253 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -82491,10 +56906,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -82503,26 +56914,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName} method: delete uri: '{$host}' signatureParameters: - - *ref_2673 - - *ref_2674 - - *ref_2675 + - *ref_1845 + - *ref_1846 + - *ref_1847 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -82531,9 +56936,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -82542,22 +56944,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -82585,117 +56981,50 @@ operationGroups: default: name: Delete description: The operation to delete the run command. - go: - name: Delete - description: |- - The operation to delete the run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3765 - schema: - type: object - language: - default: &ref_2676 - name: VirtualMachineRunCommandsClientBeginDeleteOptions - description: VirtualMachineRunCommandsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginDelete method. - go: *ref_2676 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2677 - name: string - description: '' - go: *ref_2677 - protocol: {} - language: - default: &ref_2678 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2678 - protocol: {} - required: false - serializedName: VirtualMachineRunCommandsClientBeginDeleteOptions - language: - default: &ref_2679 - name: options - description: VirtualMachineRunCommandsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineRunCommandsClient.BeginDelete method. - go: *ref_2679 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4007 - type: object - language: - default: &ref_2680 - name: VirtualMachineRunCommandsClientDeleteResponse - description: VirtualMachineRunCommandsClientDeleteResponse contains the response from method VirtualMachineRunCommandsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2680 - protocol: {} protocol: {} - - &ref_5163 + - &ref_3261 operationId: VirtualMachineRunCommands_GetByVirtualMachine apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2684 + - *ref_1326 + - &ref_1848 schema: *ref_3 implementation: Method required: true - language: &ref_5157 + language: &ref_3255 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2685 + - &ref_1849 schema: *ref_3 implementation: Method required: true - language: &ref_5158 + language: &ref_3256 default: name: vmName description: The name of the virtual machine containing the run command. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine containing the run command. - serializedName: vmName protocol: http: in: path - - &ref_2686 + - &ref_1850 schema: *ref_3 implementation: Method required: true - language: &ref_5159 + language: &ref_3257 default: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_2682 + - &ref_1851 schema: *ref_3 implementation: Method language: @@ -82703,53 +57032,26 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2687 - schema: - type: object - language: - default: &ref_2681 - name: VirtualMachineRunCommandsClientGetByVirtualMachineOptions - description: VirtualMachineRunCommandsClientGetByVirtualMachineOptions contains the optional parameters for the VirtualMachineRunCommandsClient.GetByVirtualMachine method. - go: *ref_2681 - protocol: {} - originalParameter: - - *ref_2682 - required: false - serializedName: VirtualMachineRunCommandsClientGetByVirtualMachineOptions - language: - default: &ref_2683 - name: options - description: VirtualMachineRunCommandsClientGetByVirtualMachineOptions contains the optional parameters for the VirtualMachineRunCommandsClient.GetByVirtualMachine method. - go: *ref_2683 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_5160 - schema: *ref_1328 + - &ref_3258 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5161 + language: &ref_3259 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -82758,10 +57060,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -82770,28 +57068,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName} method: get uri: '{$host}' signatureParameters: - - *ref_2684 - - *ref_2685 - - *ref_2686 - - *ref_2682 + - *ref_1848 + - *ref_1849 + - *ref_1850 + - *ref_1851 responses: - schema: *ref_577 - language: &ref_5162 + language: &ref_3260 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -82801,14 +57093,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -82853,82 +57142,38 @@ operationGroups: default: name: GetByVirtualMachine description: The operation to get the run command. - go: - name: GetByVirtualMachine - description: |- - The operation to get the run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: *ref_2687 - protocolNaming: - internalMethod: getByVirtualMachine - requestMethod: getByVirtualMachineCreateRequest - responseMethod: getByVirtualMachineHandleResponse - responseEnv: &ref_4008 - type: object - properties: - - &ref_2689 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2688 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2688 - protocol: {} - language: - default: &ref_2690 - name: VirtualMachineRunCommandsClientGetByVirtualMachineResponse - description: VirtualMachineRunCommandsClientGetByVirtualMachineResponse contains the response from method VirtualMachineRunCommandsClient.GetByVirtualMachine. - marshallingFormat: json - responseType: true - resultProp: *ref_2689 - go: *ref_2690 - protocol: {} protocol: {} - - &ref_5170 + - &ref_3268 operationId: VirtualMachineRunCommands_ListByVirtualMachine apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2694 + - *ref_1326 + - &ref_1852 schema: *ref_3 implementation: Method required: true - language: &ref_5164 + language: &ref_3262 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2695 + - &ref_1853 schema: *ref_3 implementation: Method required: true - language: &ref_5165 + language: &ref_3263 default: name: vmName description: The name of the virtual machine containing the run command. serializedName: vmName - go: - name: vmName - description: The name of the virtual machine containing the run command. - serializedName: vmName protocol: http: in: path - - &ref_2692 + - &ref_1854 schema: *ref_3 implementation: Method language: @@ -82936,53 +57181,26 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2697 - schema: - type: object - language: - default: &ref_2691 - name: VirtualMachineRunCommandsClientListByVirtualMachineOptions - description: VirtualMachineRunCommandsClientListByVirtualMachineOptions contains the optional parameters for the VirtualMachineRunCommandsClient.NewListByVirtualMachinePager method. - go: *ref_2691 - protocol: {} - originalParameter: - - *ref_2692 - required: false - serializedName: VirtualMachineRunCommandsClientListByVirtualMachineOptions - language: - default: &ref_2693 - name: options - description: VirtualMachineRunCommandsClientListByVirtualMachineOptions contains the optional parameters for the VirtualMachineRunCommandsClient.NewListByVirtualMachinePager method. - go: *ref_2693 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_5166 - schema: *ref_1328 + - &ref_3264 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5167 + language: &ref_3265 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -82991,10 +57209,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -83003,27 +57217,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands method: get uri: '{$host}' signatureParameters: - - *ref_2694 - - *ref_2695 - - *ref_2692 + - *ref_1852 + - *ref_1853 + - *ref_1854 responses: - - schema: *ref_2696 - language: &ref_5168 + - schema: *ref_1855 + language: &ref_3266 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -83033,14 +57241,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -83089,165 +57294,99 @@ operationGroups: description: The operation to get all run commands of a Virtual Machine. paging: nextLinkName: nextLink - go: - name: ListByVirtualMachine - description: The operation to get all run commands of a Virtual Machine. - azureARM: true - clientName: VirtualMachineRunCommandsClient - openApiType: arm - optionalParamGroup: *ref_2697 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByVirtualMachine - requestMethod: listByVirtualMachineCreateRequest - responseMethod: listByVirtualMachineHandleResponse - responseEnv: &ref_4009 - type: object - properties: - - &ref_2699 - schema: *ref_2696 - serializedName: VirtualMachineRunCommandsListResult - language: - default: &ref_2698 - name: VirtualMachineRunCommandsListResult - description: The List run command operation response - byValue: true - embeddedType: true - go: *ref_2698 - protocol: {} - language: - default: &ref_2700 - name: VirtualMachineRunCommandsClientListByVirtualMachineResponse - description: VirtualMachineRunCommandsClientListByVirtualMachineResponse contains the response from method VirtualMachineRunCommandsClient.NewListByVirtualMachinePager. - marshallingFormat: json - responseType: true - resultProp: *ref_2699 - go: *ref_2700 - protocol: {} protocol: {} language: default: name: VirtualMachineRunCommands description: '' - go: - name: VirtualMachineRunCommands - description: '' - clientCtorName: NewVirtualMachineRunCommandsClient - clientName: VirtualMachineRunCommandsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5181 + - &ref_3279 $key: VirtualMachineScaleSetVMRunCommands operations: - - &ref_5180 + - &ref_3278 operationId: VirtualMachineScaleSetVMRunCommands_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2703 + - *ref_1326 + - &ref_1858 schema: *ref_3 implementation: Method required: true - language: &ref_5171 + language: &ref_3269 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2704 + - &ref_1859 schema: *ref_3 implementation: Method required: true - language: &ref_5172 + language: &ref_3270 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2705 + - &ref_1860 schema: *ref_3 implementation: Method required: true - language: &ref_5173 + language: &ref_3271 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2706 + - &ref_1861 schema: *ref_3 implementation: Method required: true - language: &ref_5174 + language: &ref_3272 default: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_5175 - schema: *ref_1328 + - &ref_3273 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5176 + language: &ref_3274 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2702 + application/json: &ref_1857 parameters: - - &ref_2701 + - &ref_1856 schema: *ref_577 implementation: Method required: true - language: &ref_5177 + language: &ref_3275 default: name: runCommand description: Parameters supplied to the Create Virtual Machine RunCommand operation. - go: - name: runCommand - description: Parameters supplied to the Create Virtual Machine RunCommand operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -83256,22 +57395,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2701 + - *ref_1856 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName} @@ -83281,23 +57413,20 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2702 + text/json: *ref_1857 requests: - - *ref_2702 + - *ref_1857 signatureParameters: - - *ref_2703 - - *ref_2704 - - *ref_2705 - - *ref_2706 + - *ref_1858 + - *ref_1859 + - *ref_1860 + - *ref_1861 responses: - schema: *ref_577 - language: &ref_5178 + language: &ref_3276 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -83307,13 +57436,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_577 - language: &ref_5179 + language: &ref_3277 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -83323,14 +57449,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -83406,183 +57529,91 @@ operationGroups: default: name: CreateOrUpdate description: The operation to create or update the VMSS VM run command. - go: - name: CreateOrUpdate - description: |- - The operation to create or update the VMSS VM run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3766 - schema: - type: object - language: - default: &ref_2707 - name: VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions - description: VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginCreateOrUpdate method. - go: *ref_2707 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2708 - name: string - description: '' - go: *ref_2708 - protocol: {} - language: - default: &ref_2709 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2709 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions - language: - default: &ref_2710 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginCreateOrUpdate method. - go: *ref_2710 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4010 - type: object - properties: - - &ref_2712 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2711 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2711 - protocol: {} - language: - default: &ref_2713 - name: VirtualMachineScaleSetVMRunCommandsClientCreateOrUpdateResponse - description: VirtualMachineScaleSetVMRunCommandsClientCreateOrUpdateResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2712 - go: *ref_2713 - protocol: {} protocol: {} - - &ref_5190 + - &ref_3288 operationId: VirtualMachineScaleSetVMRunCommands_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2716 + - *ref_1326 + - &ref_1864 schema: *ref_3 implementation: Method required: true - language: &ref_5182 + language: &ref_3280 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2717 + - &ref_1865 schema: *ref_3 implementation: Method required: true - language: &ref_5183 + language: &ref_3281 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2718 + - &ref_1866 schema: *ref_3 implementation: Method required: true - language: &ref_5184 + language: &ref_3282 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2719 + - &ref_1867 schema: *ref_3 implementation: Method required: true - language: &ref_5185 + language: &ref_3283 default: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_5186 - schema: *ref_1328 + - &ref_3284 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5187 + language: &ref_3285 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requestMediaTypes: - application/json: &ref_2715 + application/json: &ref_1863 parameters: - - &ref_2714 - schema: *ref_630 + - &ref_1862 + schema: *ref_629 implementation: Method required: true - language: &ref_5188 + language: &ref_3286 default: name: runCommand description: Parameters supplied to the Update Virtual Machine RunCommand operation. - go: - name: runCommand - description: Parameters supplied to the Update Virtual Machine RunCommand operation. protocol: http: in: body style: json - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -83591,22 +57622,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2714 + - *ref_1862 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName} @@ -83616,23 +57640,20 @@ operationGroups: - application/json - text/json uri: '{$host}' - text/json: *ref_2715 + text/json: *ref_1863 requests: - - *ref_2715 + - *ref_1863 signatureParameters: - - *ref_2716 - - *ref_2717 - - *ref_2718 - - *ref_2719 + - *ref_1864 + - *ref_1865 + - *ref_1866 + - *ref_1867 responses: - schema: *ref_577 - language: &ref_5189 + language: &ref_3287 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -83642,14 +57663,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -83700,167 +57718,78 @@ operationGroups: default: name: Update description: The operation to update the VMSS VM run command. - go: - name: Update - description: |- - The operation to update the VMSS VM run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3767 - schema: - type: object - language: - default: &ref_2720 - name: VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions - description: VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginUpdate method. - go: *ref_2720 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2721 - name: string - description: '' - go: *ref_2721 - protocol: {} - language: - default: &ref_2722 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2722 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions - language: - default: &ref_2723 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginUpdate method. - go: *ref_2723 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4011 - type: object - properties: - - &ref_2725 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2724 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2724 - protocol: {} - language: - default: &ref_2726 - name: VirtualMachineScaleSetVMRunCommandsClientUpdateResponse - description: VirtualMachineScaleSetVMRunCommandsClientUpdateResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2725 - go: *ref_2726 - protocol: {} protocol: {} - - &ref_5197 + - &ref_3295 operationId: VirtualMachineScaleSetVMRunCommands_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2727 + - *ref_1326 + - &ref_1868 schema: *ref_3 implementation: Method required: true - language: &ref_5191 + language: &ref_3289 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2728 + - &ref_1869 schema: *ref_3 implementation: Method required: true - language: &ref_5192 + language: &ref_3290 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2729 + - &ref_1870 schema: *ref_3 implementation: Method required: true - language: &ref_5193 + language: &ref_3291 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2730 + - &ref_1871 schema: *ref_3 implementation: Method required: true - language: &ref_5194 + language: &ref_3292 default: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_5195 - schema: *ref_1328 + - &ref_3293 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5196 + language: &ref_3294 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -83869,10 +57798,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -83881,27 +57806,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName} method: delete uri: '{$host}' signatureParameters: - - *ref_2727 - - *ref_2728 - - *ref_2729 - - *ref_2730 + - *ref_1868 + - *ref_1869 + - *ref_1870 + - *ref_1871 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -83910,9 +57829,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -83921,22 +57837,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -83965,133 +57875,62 @@ operationGroups: default: name: Delete description: The operation to delete the VMSS VM run command. - go: - name: Delete - description: |- - The operation to delete the VMSS VM run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: &ref_3768 - schema: - type: object - language: - default: &ref_2731 - name: VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions - description: VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginDelete method. - go: *ref_2731 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2732 - name: string - description: '' - go: *ref_2732 - protocol: {} - language: - default: &ref_2733 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2733 - protocol: {} - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions - language: - default: &ref_2734 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.BeginDelete method. - go: *ref_2734 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4012 - type: object - language: - default: &ref_2735 - name: VirtualMachineScaleSetVMRunCommandsClientDeleteResponse - description: VirtualMachineScaleSetVMRunCommandsClientDeleteResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2735 - protocol: {} protocol: {} - - &ref_5205 + - &ref_3303 operationId: VirtualMachineScaleSetVMRunCommands_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2739 + - *ref_1326 + - &ref_1872 schema: *ref_3 implementation: Method required: true - language: &ref_5198 + language: &ref_3296 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2740 + - &ref_1873 schema: *ref_3 implementation: Method required: true - language: &ref_5199 + language: &ref_3297 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2741 + - &ref_1874 schema: *ref_3 implementation: Method required: true - language: &ref_5200 + language: &ref_3298 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2742 + - &ref_1875 schema: *ref_3 implementation: Method required: true - language: &ref_5201 + language: &ref_3299 default: name: runCommandName description: The name of the virtual machine run command. serializedName: runCommandName - go: - name: runCommandName - description: The name of the virtual machine run command. - serializedName: runCommandName protocol: http: in: path - - &ref_2737 + - &ref_1876 schema: *ref_3 implementation: Method language: @@ -84099,53 +57938,26 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2743 - schema: - type: object - language: - default: &ref_2736 - name: VirtualMachineScaleSetVMRunCommandsClientGetOptions - description: VirtualMachineScaleSetVMRunCommandsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.Get method. - go: *ref_2736 - protocol: {} - originalParameter: - - *ref_2737 - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientGetOptions - language: - default: &ref_2738 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientGetOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.Get method. - go: *ref_2738 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_5202 - schema: *ref_1328 + - &ref_3300 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5203 + language: &ref_3301 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -84154,10 +57966,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -84166,29 +57974,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName} method: get uri: '{$host}' signatureParameters: - - *ref_2739 - - *ref_2740 - - *ref_2741 - - *ref_2742 - - *ref_2737 + - *ref_1872 + - *ref_1873 + - *ref_1874 + - *ref_1875 + - *ref_1876 responses: - schema: *ref_577 - language: &ref_5204 + language: &ref_3302 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -84198,14 +58000,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -84251,98 +58050,50 @@ operationGroups: default: name: Get description: The operation to get the VMSS VM run command. - go: - name: Get - description: |- - The operation to get the VMSS VM run command. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: *ref_2743 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4013 - type: object - properties: - - &ref_2745 - schema: *ref_577 - serializedName: VirtualMachineRunCommand - language: - default: &ref_2744 - name: VirtualMachineRunCommand - description: Describes a Virtual Machine run command. - byValue: true - embeddedType: true - go: *ref_2744 - protocol: {} - language: - default: &ref_2746 - name: VirtualMachineScaleSetVMRunCommandsClientGetResponse - description: VirtualMachineScaleSetVMRunCommandsClientGetResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2745 - go: *ref_2746 - protocol: {} protocol: {} - - &ref_5212 + - &ref_3310 operationId: VirtualMachineScaleSetVMRunCommands_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_2750 + - *ref_1326 + - &ref_1877 schema: *ref_3 implementation: Method required: true - language: &ref_5206 + language: &ref_3304 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2751 + - &ref_1878 schema: *ref_3 implementation: Method required: true - language: &ref_5207 + language: &ref_3305 default: name: vmScaleSetName description: The name of the VM scale set. serializedName: vmScaleSetName - go: - name: vmScaleSetName - description: The name of the VM scale set. - serializedName: vmScaleSetName protocol: http: in: path - - &ref_2752 + - &ref_1879 schema: *ref_3 implementation: Method required: true - language: &ref_5208 + language: &ref_3306 default: name: instanceId description: The instance ID of the virtual machine. serializedName: instanceId - go: - name: instanceID - description: The instance ID of the virtual machine. - serializedName: instanceId protocol: http: in: path - - &ref_2748 + - &ref_1880 schema: *ref_3 implementation: Method language: @@ -84350,53 +58101,26 @@ operationGroups: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_2753 - schema: - type: object - language: - default: &ref_2747 - name: VirtualMachineScaleSetVMRunCommandsClientListOptions - description: VirtualMachineScaleSetVMRunCommandsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.NewListPager method. - go: *ref_2747 - protocol: {} - originalParameter: - - *ref_2748 - required: false - serializedName: VirtualMachineScaleSetVMRunCommandsClientListOptions - language: - default: &ref_2749 - name: options - description: VirtualMachineScaleSetVMRunCommandsClientListOptions contains the optional parameters for the VirtualMachineScaleSetVMRunCommandsClient.NewListPager method. - go: *ref_2749 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_5209 - schema: *ref_1328 + - &ref_3307 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5210 + language: &ref_3308 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 + - *ref_1330 requests: - parameters: - - schema: *ref_1972 + - schema: *ref_1574 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -84405,10 +58129,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -84417,28 +58137,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands method: get uri: '{$host}' signatureParameters: - - *ref_2750 - - *ref_2751 - - *ref_2752 - - *ref_2748 + - *ref_1877 + - *ref_1878 + - *ref_1879 + - *ref_1880 responses: - - schema: *ref_2696 - language: &ref_5211 + - schema: *ref_1855 + language: &ref_3309 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -84448,14 +58162,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -84502,119 +58213,49 @@ operationGroups: description: The operation to get all run commands of an instance in Virtual Machine Scaleset. paging: nextLinkName: nextLink - go: - name: List - description: The operation to get all run commands of an instance in Virtual Machine Scaleset. - azureARM: true - clientName: VirtualMachineScaleSetVMRunCommandsClient - openApiType: arm - optionalParamGroup: *ref_2753 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4014 - type: object - properties: - - &ref_2755 - schema: *ref_2696 - serializedName: VirtualMachineRunCommandsListResult - language: - default: &ref_2754 - name: VirtualMachineRunCommandsListResult - description: The List run command operation response - byValue: true - embeddedType: true - go: *ref_2754 - protocol: {} - language: - default: &ref_2756 - name: VirtualMachineScaleSetVMRunCommandsClientListResponse - description: VirtualMachineScaleSetVMRunCommandsClientListResponse contains the response from method VirtualMachineScaleSetVMRunCommandsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2755 - go: *ref_2756 - protocol: {} protocol: {} language: default: name: VirtualMachineScaleSetVMRunCommands description: '' - go: - name: VirtualMachineScaleSetVMRunCommands - description: '' - clientCtorName: NewVirtualMachineScaleSetVMRunCommandsClient - clientName: VirtualMachineScaleSetVMRunCommandsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5234 + - &ref_3332 $key: ResourceSkus operations: - - &ref_5233 + - &ref_3331 operationId: ResourceSkus_List apiVersions: - version: '2019-04-01' parameters: - - *ref_1327 - - &ref_5213 - schema: *ref_2757 + - *ref_1326 + - &ref_3311 + schema: *ref_1881 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5214 + language: &ref_3312 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - *ref_1336 - - &ref_2760 - schema: *ref_2758 + - *ref_1330 + - &ref_1883 + schema: *ref_1882 implementation: Method - language: &ref_5235 + language: &ref_3333 default: name: filter description: The filter to apply on the operation. Only **location** filter is supported currently. serializedName: $filter - go: - name: Filter - description: The filter to apply on the operation. Only location filter is supported currently. - paramGroup: &ref_2763 - schema: - type: object - language: - default: &ref_2759 - name: ResourceSKUsClientListOptions - description: ResourceSKUsClientListOptions contains the optional parameters for the ResourceSKUsClient.NewListPager method. - go: *ref_2759 - protocol: {} - originalParameter: - - *ref_2760 - required: false - serializedName: ResourceSKUsClientListOptions - language: - default: &ref_2761 - name: options - description: ResourceSKUsClientListOptions contains the optional parameters for the ResourceSKUsClient.NewListPager method. - go: *ref_2761 - protocol: {} - serializedName: $filter protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -84623,10 +58264,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -84635,25 +58272,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus method: get uri: '{$host}' signatureParameters: - - *ref_2760 + - *ref_1883 responses: - - schema: *ref_2762 - language: &ref_5215 + - schema: *ref_1884 + language: &ref_3313 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -84878,135 +58509,75 @@ operationGroups: description: Gets the list of Microsoft.Compute SKUs available for your Subscription. paging: nextLinkName: nextLink - go: - name: List - description: Gets the list of Microsoft.Compute SKUs available for your Subscription. - azureARM: true - clientName: ResourceSKUsClient - openApiType: arm - optionalParamGroup: *ref_2763 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4015 - type: object - properties: - - &ref_2765 - schema: *ref_2762 - serializedName: ResourceSKUsResult - language: - default: &ref_2764 - name: ResourceSKUsResult - description: The List Resource Skus operation response. - byValue: true - embeddedType: true - go: *ref_2764 - protocol: {} - language: - default: &ref_2766 - name: ResourceSKUsClientListResponse - description: ResourceSKUsClientListResponse contains the response from method ResourceSKUsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2765 - go: *ref_2766 - protocol: {} protocol: {} language: default: name: ResourceSkus description: '' - go: - name: ResourceSKUs - description: '' - clientCtorName: NewResourceSKUsClient - clientName: ResourceSKUsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5251 + - &ref_3349 $key: Disks operations: - - &ref_5250 + - &ref_3348 operationId: Disks_CreateOrUpdate apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2771 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1889 + schema: *ref_1885 implementation: Method required: true - language: &ref_5236 + language: &ref_3334 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2772 + - &ref_1890 schema: *ref_7 implementation: Method required: true - language: &ref_5237 + language: &ref_3335 default: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - &ref_5238 - schema: *ref_2768 + - &ref_3336 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5239 + language: &ref_3337 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2770 + application/json: &ref_1888 parameters: - - &ref_2769 + - &ref_1887 schema: *ref_578 implementation: Method required: true - language: &ref_5240 + language: &ref_3338 default: name: disk description: Disk object supplied in the body of the Put disk operation. - go: - name: disk - description: Disk object supplied in the body of the Put disk operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -85015,22 +58586,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2769 + - *ref_1887 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName} @@ -85040,19 +58604,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2770 + - *ref_1888 signatureParameters: - - *ref_2771 - - *ref_2772 + - *ref_1889 + - *ref_1890 responses: - schema: *ref_578 - language: &ref_5247 + language: &ref_3345 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -85061,13 +58622,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_578 - language: &ref_5249 + language: &ref_3347 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -85565,153 +59123,67 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a disk. - go: - name: CreateOrUpdate - description: |- - Creates or updates a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3769 - schema: - type: object - language: - default: &ref_2773 - name: DisksClientBeginCreateOrUpdateOptions - description: DisksClientBeginCreateOrUpdateOptions contains the optional parameters for the DisksClient.BeginCreateOrUpdate method. - go: *ref_2773 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2774 - name: string - description: '' - go: *ref_2774 - protocol: {} - language: - default: &ref_2775 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2775 - protocol: {} - required: false - serializedName: DisksClientBeginCreateOrUpdateOptions - language: - default: &ref_2776 - name: options - description: DisksClientBeginCreateOrUpdateOptions contains the optional parameters for the DisksClient.BeginCreateOrUpdate method. - go: *ref_2776 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4016 - type: object - properties: - - &ref_2778 - schema: *ref_578 - serializedName: Disk - language: - default: &ref_2777 - name: Disk - description: Disk resource. - byValue: true - embeddedType: true - go: *ref_2777 - protocol: {} - language: - default: &ref_2779 - name: DisksClientCreateOrUpdateResponse - description: DisksClientCreateOrUpdateResponse contains the response from method DisksClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2778 - go: *ref_2779 - protocol: {} protocol: {} - - &ref_5286 + - &ref_3384 operationId: Disks_Update apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2783 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1894 + schema: *ref_1885 implementation: Method required: true - language: &ref_5275 + language: &ref_3373 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2784 + - &ref_1895 schema: *ref_7 implementation: Method required: true - language: &ref_5276 + language: &ref_3374 default: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - &ref_5277 - schema: *ref_2768 + - &ref_3375 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5278 + language: &ref_3376 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2782 + application/json: &ref_1893 parameters: - - &ref_2781 - schema: *ref_2780 + - &ref_1892 + schema: *ref_1891 implementation: Method required: true - language: &ref_5279 + language: &ref_3377 default: name: disk description: Disk object supplied in the body of the Patch disk operation. - go: - name: disk - description: Disk object supplied in the body of the Patch disk operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -85720,22 +59192,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2781 + - *ref_1892 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName} @@ -85745,19 +59210,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2782 + - *ref_1893 signatureParameters: - - *ref_2783 - - *ref_2784 + - *ref_1894 + - *ref_1895 responses: - schema: *ref_578 - language: &ref_5283 + language: &ref_3381 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -85766,13 +59228,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_578 - language: &ref_5285 + language: &ref_3383 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -86007,137 +59466,54 @@ operationGroups: default: name: Update description: Updates (patches) a disk. - go: - name: Update - description: |- - Updates (patches) a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3770 - schema: - type: object - language: - default: &ref_2785 - name: DisksClientBeginUpdateOptions - description: DisksClientBeginUpdateOptions contains the optional parameters for the DisksClient.BeginUpdate method. - go: *ref_2785 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2786 - name: string - description: '' - go: *ref_2786 - protocol: {} - language: - default: &ref_2787 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2787 - protocol: {} - required: false - serializedName: DisksClientBeginUpdateOptions - language: - default: &ref_2788 - name: options - description: DisksClientBeginUpdateOptions contains the optional parameters for the DisksClient.BeginUpdate method. - go: *ref_2788 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4017 - type: object - properties: - - &ref_2790 - schema: *ref_578 - serializedName: Disk - language: - default: &ref_2789 - name: Disk - description: Disk resource. - byValue: true - embeddedType: true - go: *ref_2789 - protocol: {} - language: - default: &ref_2791 - name: DisksClientUpdateResponse - description: DisksClientUpdateResponse contains the response from method DisksClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2790 - go: *ref_2791 - protocol: {} protocol: {} - - &ref_5314 + - &ref_3412 operationId: Disks_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2792 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1896 + schema: *ref_1885 implementation: Method required: true - language: &ref_5296 + language: &ref_3394 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2793 + - &ref_1897 schema: *ref_7 implementation: Method required: true - language: &ref_5297 + language: &ref_3395 default: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - &ref_5298 - schema: *ref_2768 + - &ref_3396 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5299 + language: &ref_3397 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -86146,10 +59522,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -86158,26 +59530,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName} method: get uri: '{$host}' signatureParameters: - - *ref_2792 - - *ref_2793 + - *ref_1896 + - *ref_1897 responses: - schema: *ref_578 - language: &ref_5300 + language: &ref_3398 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -86241,69 +59607,16 @@ operationGroups: default: name: Get description: Gets information about a disk. - go: - name: Get - description: |- - Gets information about a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3771 - schema: - type: object - language: - default: &ref_2794 - name: DisksClientGetOptions - description: DisksClientGetOptions contains the optional parameters for the DisksClient.Get method. - go: *ref_2794 - protocol: {} - originalParameter: [] - required: false - serializedName: DisksClientGetOptions - language: - default: &ref_2795 - name: options - description: DisksClientGetOptions contains the optional parameters for the DisksClient.Get method. - go: *ref_2795 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4018 - type: object - properties: - - &ref_2797 - schema: *ref_578 - serializedName: Disk - language: - default: &ref_2796 - name: Disk - description: Disk resource. - byValue: true - embeddedType: true - go: *ref_2796 - protocol: {} - language: - default: &ref_2798 - name: DisksClientGetResponse - description: DisksClientGetResponse contains the response from method DisksClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2797 - go: *ref_2798 - protocol: {} protocol: {} - - &ref_5315 + - &ref_3413 operationId: Disks_Delete apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2799 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1898 + schema: *ref_1885 implementation: Method required: true language: @@ -86311,14 +59624,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2800 + - &ref_1899 schema: *ref_7 implementation: Method required: true @@ -86327,16 +59636,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -86345,10 +59648,6 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -86357,25 +59656,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName} method: delete uri: '{$host}' signatureParameters: - - *ref_2799 - - *ref_2800 + - *ref_1898 + - *ref_1899 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -86384,9 +59677,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -86395,9 +59685,6 @@ operationGroups: default: name: '' description: If the disk is deleted, this is an expected error code. - go: - name: '' - description: If the disk is deleted, this is an expected error code. protocol: http: statusCodes: @@ -86408,105 +59695,42 @@ operationGroups: default: name: Delete description: Deletes a disk. - go: - name: Delete - description: |- - Deletes a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3772 - schema: - type: object - language: - default: &ref_2801 - name: DisksClientBeginDeleteOptions - description: DisksClientBeginDeleteOptions contains the optional parameters for the DisksClient.BeginDelete method. - go: *ref_2801 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2802 - name: string - description: '' - go: *ref_2802 - protocol: {} - language: - default: &ref_2803 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2803 - protocol: {} - required: false - serializedName: DisksClientBeginDeleteOptions - language: - default: &ref_2804 - name: options - description: DisksClientBeginDeleteOptions contains the optional parameters for the DisksClient.BeginDelete method. - go: *ref_2804 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4019 - type: object - language: - default: &ref_2805 - name: DisksClientDeleteResponse - description: DisksClientDeleteResponse contains the response from method DisksClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2805 - protocol: {} protocol: {} - - &ref_5322 + - &ref_3420 operationId: Disks_ListByResourceGroup apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2806 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1900 + schema: *ref_1885 implementation: Method required: true - language: &ref_5316 + language: &ref_3414 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_5317 - schema: *ref_2768 + - &ref_3415 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5318 + language: &ref_3416 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -86515,10 +59739,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -86527,25 +59747,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks method: get uri: '{$host}' signatureParameters: - - *ref_2806 + - *ref_1900 responses: - - schema: *ref_2807 - language: &ref_5319 + - schema: *ref_1901 + language: &ref_3417 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -86644,87 +59858,30 @@ operationGroups: description: Lists all the disks under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all the disks under a resource group. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3773 - schema: - type: object - language: - default: &ref_2808 - name: DisksClientListByResourceGroupOptions - description: DisksClientListByResourceGroupOptions contains the optional parameters for the DisksClient.NewListByResourceGroupPager method. - go: *ref_2808 - protocol: {} - originalParameter: [] - required: false - serializedName: DisksClientListByResourceGroupOptions - language: - default: &ref_2809 - name: options - description: DisksClientListByResourceGroupOptions contains the optional parameters for the DisksClient.NewListByResourceGroupPager method. - go: *ref_2809 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4020 - type: object - properties: - - &ref_2811 - schema: *ref_2807 - serializedName: DiskList - language: - default: &ref_2810 - name: DiskList - description: The List Disks operation response. - byValue: true - embeddedType: true - go: *ref_2810 - protocol: {} - language: - default: &ref_2812 - name: DisksClientListByResourceGroupResponse - description: DisksClientListByResourceGroupResponse contains the response from method DisksClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2811 - go: *ref_2812 - protocol: {} protocol: {} - - &ref_5326 + - &ref_3424 operationId: Disks_List apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_5323 - schema: *ref_2768 + - *ref_1326 + - *ref_1330 + - &ref_3421 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5324 + language: &ref_3422 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -86733,10 +59890,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -86745,9 +59898,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks @@ -86755,14 +59905,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2807 - language: &ref_5325 + - schema: *ref_1901 + language: &ref_3423 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -86860,69 +60007,16 @@ operationGroups: description: Lists all the disks under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: Lists all the disks under a subscription. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3774 - schema: - type: object - language: - default: &ref_2813 - name: DisksClientListOptions - description: DisksClientListOptions contains the optional parameters for the DisksClient.NewListPager method. - go: *ref_2813 - protocol: {} - originalParameter: [] - required: false - serializedName: DisksClientListOptions - language: - default: &ref_2814 - name: options - description: DisksClientListOptions contains the optional parameters for the DisksClient.NewListPager method. - go: *ref_2814 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4021 - type: object - properties: - - &ref_2816 - schema: *ref_2807 - serializedName: DiskList - language: - default: &ref_2815 - name: DiskList - description: The List Disks operation response. - byValue: true - embeddedType: true - go: *ref_2815 - protocol: {} - language: - default: &ref_2817 - name: DisksClientListResponse - description: DisksClientListResponse contains the response from method DisksClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2816 - go: *ref_2817 - protocol: {} protocol: {} - - &ref_5327 + - &ref_3425 operationId: Disks_GrantAccess apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2821 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1905 + schema: *ref_1885 implementation: Method required: true language: @@ -86930,14 +60024,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2822 + - &ref_1906 schema: *ref_7 implementation: Method required: true @@ -86946,16 +60036,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -86964,32 +60048,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2820 + application/json: &ref_1904 parameters: - - &ref_2819 - schema: *ref_2818 + - &ref_1903 + schema: *ref_1902 implementation: Method required: true language: default: name: grantAccessData description: Access data object supplied in the body of the get disk access operation. - go: - name: grantAccessData - description: Access data object supplied in the body of the get disk access operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -86998,22 +60075,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2819 + - *ref_1903 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}/beginGetAccess @@ -87023,19 +60093,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2820 + - *ref_1904 signatureParameters: - - *ref_2821 - - *ref_2822 + - *ref_1905 + - *ref_1906 responses: - - schema: *ref_2823 + - schema: *ref_1907 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -87047,9 +60114,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -87062,85 +60126,16 @@ operationGroups: default: name: GrantAccess description: Grants access to a disk. - go: - name: GrantAccess - description: |- - Grants access to a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3775 - schema: - type: object - language: - default: &ref_2824 - name: DisksClientBeginGrantAccessOptions - description: DisksClientBeginGrantAccessOptions contains the optional parameters for the DisksClient.BeginGrantAccess method. - go: *ref_2824 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2825 - name: string - description: '' - go: *ref_2825 - protocol: {} - language: - default: &ref_2826 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2826 - protocol: {} - required: false - serializedName: DisksClientBeginGrantAccessOptions - language: - default: &ref_2827 - name: options - description: DisksClientBeginGrantAccessOptions contains the optional parameters for the DisksClient.BeginGrantAccess method. - go: *ref_2827 - protocol: {} - protocolNaming: - internalMethod: grantAccess - requestMethod: grantAccessCreateRequest - responseMethod: grantAccessHandleResponse - responseEnv: &ref_4022 - type: object - properties: - - &ref_2829 - schema: *ref_2823 - serializedName: AccessURI - language: - default: &ref_2828 - name: AccessURI - description: A disk access SAS uri. - byValue: true - embeddedType: true - go: *ref_2828 - protocol: {} - language: - default: &ref_2830 - name: DisksClientGrantAccessResponse - description: DisksClientGrantAccessResponse contains the response from method DisksClient.BeginGrantAccess. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2829 - go: *ref_2830 - protocol: {} protocol: {} - - &ref_5328 + - &ref_3426 operationId: Disks_RevokeAccess apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2831 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1908 + schema: *ref_1885 implementation: Method required: true language: @@ -87148,14 +60143,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2832 + - &ref_1909 schema: *ref_7 implementation: Method required: true @@ -87164,16 +60155,10 @@ operationGroups: name: diskName description: The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskName - go: - name: diskName - description: |- - The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 - characters. - serializedName: diskName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -87182,10 +60167,6 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -87194,25 +60175,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}/endGetAccess method: post uri: '{$host}' signatureParameters: - - *ref_2831 - - *ref_2832 + - *ref_1908 + - *ref_1909 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -87221,9 +60196,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -87236,154 +60208,75 @@ operationGroups: default: name: RevokeAccess description: Revokes access to a disk. - go: - name: RevokeAccess - description: |- - Revokes access to a disk. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DisksClient - openApiType: arm - optionalParamGroup: &ref_3776 - schema: - type: object - language: - default: &ref_2833 - name: DisksClientBeginRevokeAccessOptions - description: DisksClientBeginRevokeAccessOptions contains the optional parameters for the DisksClient.BeginRevokeAccess method. - go: *ref_2833 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2834 - name: string - description: '' - go: *ref_2834 - protocol: {} - language: - default: &ref_2835 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2835 - protocol: {} - required: false - serializedName: DisksClientBeginRevokeAccessOptions - language: - default: &ref_2836 - name: options - description: DisksClientBeginRevokeAccessOptions contains the optional parameters for the DisksClient.BeginRevokeAccess method. - go: *ref_2836 - protocol: {} - protocolNaming: - internalMethod: revokeAccess - requestMethod: revokeAccessCreateRequest - responseMethod: revokeAccessHandleResponse - responseEnv: &ref_4023 - type: object - language: - default: &ref_2837 - name: DisksClientRevokeAccessResponse - description: DisksClientRevokeAccessResponse contains the response from method DisksClient.BeginRevokeAccess. - forLRO: true - responseType: true - go: *ref_2837 - protocol: {} protocol: {} language: default: name: Disks description: '' - go: - name: Disks - description: '' - clientCtorName: NewDisksClient - clientName: DisksClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5340 + - &ref_3438 $key: Snapshots operations: - - &ref_5339 + - &ref_3437 operationId: Snapshots_CreateOrUpdate apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2840 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1912 + schema: *ref_1885 implementation: Method required: true - language: &ref_5329 + language: &ref_3427 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2841 + - &ref_1913 schema: *ref_7 implementation: Method required: true - language: &ref_5330 + language: &ref_3428 default: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - &ref_5331 - schema: *ref_2768 + - &ref_3429 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5332 + language: &ref_3430 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2839 + application/json: &ref_1911 parameters: - - &ref_2838 + - &ref_1910 schema: *ref_579 implementation: Method required: true - language: &ref_5333 + language: &ref_3431 default: name: snapshot description: Snapshot object supplied in the body of the Put disk operation. - go: - name: snapshot - description: Snapshot object supplied in the body of the Put disk operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -87392,22 +60285,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2838 + - *ref_1910 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName} @@ -87417,19 +60303,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2839 + - *ref_1911 signatureParameters: - - *ref_2840 - - *ref_2841 + - *ref_1912 + - *ref_1913 responses: - schema: *ref_579 - language: &ref_5336 + language: &ref_3434 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -87438,13 +60321,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_579 - language: &ref_5338 + language: &ref_3436 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -87558,85 +60438,16 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a snapshot. - go: - name: CreateOrUpdate - description: |- - Creates or updates a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3777 - schema: - type: object - language: - default: &ref_2842 - name: SnapshotsClientBeginCreateOrUpdateOptions - description: SnapshotsClientBeginCreateOrUpdateOptions contains the optional parameters for the SnapshotsClient.BeginCreateOrUpdate method. - go: *ref_2842 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2843 - name: string - description: '' - go: *ref_2843 - protocol: {} - language: - default: &ref_2844 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2844 - protocol: {} - required: false - serializedName: SnapshotsClientBeginCreateOrUpdateOptions - language: - default: &ref_2845 - name: options - description: SnapshotsClientBeginCreateOrUpdateOptions contains the optional parameters for the SnapshotsClient.BeginCreateOrUpdate method. - go: *ref_2845 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4024 - type: object - properties: - - &ref_2847 - schema: *ref_579 - serializedName: Snapshot - language: - default: &ref_2846 - name: Snapshot - description: Snapshot resource. - byValue: true - embeddedType: true - go: *ref_2846 - protocol: {} - language: - default: &ref_2848 - name: SnapshotsClientCreateOrUpdateResponse - description: SnapshotsClientCreateOrUpdateResponse contains the response from method SnapshotsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2847 - go: *ref_2848 - protocol: {} protocol: {} - - &ref_5341 + - &ref_3439 operationId: Snapshots_Update apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2852 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1917 + schema: *ref_1885 implementation: Method required: true language: @@ -87644,14 +60455,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2853 + - &ref_1918 schema: *ref_7 implementation: Method required: true @@ -87660,16 +60467,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -87678,32 +60479,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2851 + application/json: &ref_1916 parameters: - - &ref_2850 - schema: *ref_2849 + - &ref_1915 + schema: *ref_1914 implementation: Method required: true language: default: name: snapshot description: Snapshot object supplied in the body of the Patch snapshot operation. - go: - name: snapshot - description: Snapshot object supplied in the body of the Patch snapshot operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -87712,22 +60506,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2850 + - *ref_1915 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName} @@ -87737,19 +60524,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2851 + - *ref_1916 signatureParameters: - - *ref_2852 - - *ref_2853 + - *ref_1917 + - *ref_1918 responses: - schema: *ref_579 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -87762,9 +60546,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -87778,137 +60559,54 @@ operationGroups: default: name: Update description: Updates (patches) a snapshot. - go: - name: Update - description: |- - Updates (patches) a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3778 - schema: - type: object - language: - default: &ref_2854 - name: SnapshotsClientBeginUpdateOptions - description: SnapshotsClientBeginUpdateOptions contains the optional parameters for the SnapshotsClient.BeginUpdate method. - go: *ref_2854 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2855 - name: string - description: '' - go: *ref_2855 - protocol: {} - language: - default: &ref_2856 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2856 - protocol: {} - required: false - serializedName: SnapshotsClientBeginUpdateOptions - language: - default: &ref_2857 - name: options - description: SnapshotsClientBeginUpdateOptions contains the optional parameters for the SnapshotsClient.BeginUpdate method. - go: *ref_2857 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4025 - type: object - properties: - - &ref_2859 - schema: *ref_579 - serializedName: Snapshot - language: - default: &ref_2858 - name: Snapshot - description: Snapshot resource. - byValue: true - embeddedType: true - go: *ref_2858 - protocol: {} - language: - default: &ref_2860 - name: SnapshotsClientUpdateResponse - description: SnapshotsClientUpdateResponse contains the response from method SnapshotsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2859 - go: *ref_2860 - protocol: {} protocol: {} - - &ref_5356 + - &ref_3454 operationId: Snapshots_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2861 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1919 + schema: *ref_1885 implementation: Method required: true - language: &ref_5342 + language: &ref_3440 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2862 + - &ref_1920 schema: *ref_7 implementation: Method required: true - language: &ref_5343 + language: &ref_3441 default: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - &ref_5344 - schema: *ref_2768 + - &ref_3442 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5345 + language: &ref_3443 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -87917,10 +60615,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -87929,26 +60623,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName} method: get uri: '{$host}' signatureParameters: - - *ref_2861 - - *ref_2862 + - *ref_1919 + - *ref_1920 responses: - schema: *ref_579 - language: &ref_5346 + language: &ref_3444 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -88007,69 +60695,16 @@ operationGroups: default: name: Get description: Gets information about a snapshot. - go: - name: Get - description: |- - Gets information about a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3779 - schema: - type: object - language: - default: &ref_2863 - name: SnapshotsClientGetOptions - description: SnapshotsClientGetOptions contains the optional parameters for the SnapshotsClient.Get method. - go: *ref_2863 - protocol: {} - originalParameter: [] - required: false - serializedName: SnapshotsClientGetOptions - language: - default: &ref_2864 - name: options - description: SnapshotsClientGetOptions contains the optional parameters for the SnapshotsClient.Get method. - go: *ref_2864 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4026 - type: object - properties: - - &ref_2866 - schema: *ref_579 - serializedName: Snapshot - language: - default: &ref_2865 - name: Snapshot - description: Snapshot resource. - byValue: true - embeddedType: true - go: *ref_2865 - protocol: {} - language: - default: &ref_2867 - name: SnapshotsClientGetResponse - description: SnapshotsClientGetResponse contains the response from method SnapshotsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2866 - go: *ref_2867 - protocol: {} protocol: {} - - &ref_5357 + - &ref_3455 operationId: Snapshots_Delete apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2868 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1921 + schema: *ref_1885 implementation: Method required: true language: @@ -88077,14 +60712,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2869 + - &ref_1922 schema: *ref_7 implementation: Method required: true @@ -88093,16 +60724,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -88111,10 +60736,6 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -88123,25 +60744,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName} method: delete uri: '{$host}' signatureParameters: - - *ref_2868 - - *ref_2869 + - *ref_1921 + - *ref_1922 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -88150,9 +60765,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -88161,9 +60773,6 @@ operationGroups: default: name: '' description: If the snapshot is deleted, this is an expected error code. - go: - name: '' - description: If the snapshot is deleted, this is an expected error code. protocol: http: statusCodes: @@ -88174,105 +60783,42 @@ operationGroups: default: name: Delete description: Deletes a snapshot. - go: - name: Delete - description: |- - Deletes a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3780 - schema: - type: object - language: - default: &ref_2870 - name: SnapshotsClientBeginDeleteOptions - description: SnapshotsClientBeginDeleteOptions contains the optional parameters for the SnapshotsClient.BeginDelete method. - go: *ref_2870 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2871 - name: string - description: '' - go: *ref_2871 - protocol: {} - language: - default: &ref_2872 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2872 - protocol: {} - required: false - serializedName: SnapshotsClientBeginDeleteOptions - language: - default: &ref_2873 - name: options - description: SnapshotsClientBeginDeleteOptions contains the optional parameters for the SnapshotsClient.BeginDelete method. - go: *ref_2873 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4027 - type: object - language: - default: &ref_2874 - name: SnapshotsClientDeleteResponse - description: SnapshotsClientDeleteResponse contains the response from method SnapshotsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2874 - protocol: {} protocol: {} - - &ref_5363 + - &ref_3461 operationId: Snapshots_ListByResourceGroup apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2875 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1923 + schema: *ref_1885 implementation: Method required: true - language: &ref_5358 + language: &ref_3456 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_5359 - schema: *ref_2768 + - &ref_3457 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5360 + language: &ref_3458 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -88281,10 +60827,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -88293,25 +60835,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots method: get uri: '{$host}' signatureParameters: - - *ref_2875 + - *ref_1923 responses: - - schema: *ref_2876 - language: &ref_5361 + - schema: *ref_1924 + language: &ref_3459 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -88367,87 +60903,30 @@ operationGroups: description: Lists snapshots under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists snapshots under a resource group. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3781 - schema: - type: object - language: - default: &ref_2877 - name: SnapshotsClientListByResourceGroupOptions - description: SnapshotsClientListByResourceGroupOptions contains the optional parameters for the SnapshotsClient.NewListByResourceGroupPager method. - go: *ref_2877 - protocol: {} - originalParameter: [] - required: false - serializedName: SnapshotsClientListByResourceGroupOptions - language: - default: &ref_2878 - name: options - description: SnapshotsClientListByResourceGroupOptions contains the optional parameters for the SnapshotsClient.NewListByResourceGroupPager method. - go: *ref_2878 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4028 - type: object - properties: - - &ref_2880 - schema: *ref_2876 - serializedName: SnapshotList - language: - default: &ref_2879 - name: SnapshotList - description: The List Snapshots operation response. - byValue: true - embeddedType: true - go: *ref_2879 - protocol: {} - language: - default: &ref_2881 - name: SnapshotsClientListByResourceGroupResponse - description: SnapshotsClientListByResourceGroupResponse contains the response from method SnapshotsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2880 - go: *ref_2881 - protocol: {} protocol: {} - - &ref_5367 + - &ref_3465 operationId: Snapshots_List apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_5364 - schema: *ref_2768 + - *ref_1326 + - *ref_1330 + - &ref_3462 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5365 + language: &ref_3463 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -88456,10 +60935,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -88468,9 +60943,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/snapshots @@ -88478,14 +60950,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2876 - language: &ref_5366 + - schema: *ref_1924 + language: &ref_3464 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -88569,69 +61038,16 @@ operationGroups: description: Lists snapshots under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: Lists snapshots under a subscription. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3782 - schema: - type: object - language: - default: &ref_2882 - name: SnapshotsClientListOptions - description: SnapshotsClientListOptions contains the optional parameters for the SnapshotsClient.NewListPager method. - go: *ref_2882 - protocol: {} - originalParameter: [] - required: false - serializedName: SnapshotsClientListOptions - language: - default: &ref_2883 - name: options - description: SnapshotsClientListOptions contains the optional parameters for the SnapshotsClient.NewListPager method. - go: *ref_2883 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4029 - type: object - properties: - - &ref_2885 - schema: *ref_2876 - serializedName: SnapshotList - language: - default: &ref_2884 - name: SnapshotList - description: The List Snapshots operation response. - byValue: true - embeddedType: true - go: *ref_2884 - protocol: {} - language: - default: &ref_2886 - name: SnapshotsClientListResponse - description: SnapshotsClientListResponse contains the response from method SnapshotsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2885 - go: *ref_2886 - protocol: {} protocol: {} - - &ref_5368 + - &ref_3466 operationId: Snapshots_GrantAccess apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2889 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1927 + schema: *ref_1885 implementation: Method required: true language: @@ -88639,14 +61055,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2890 + - &ref_1928 schema: *ref_7 implementation: Method required: true @@ -88655,16 +61067,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -88673,32 +61079,25 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2888 + application/json: &ref_1926 parameters: - - &ref_2887 - schema: *ref_2818 + - &ref_1925 + schema: *ref_1902 implementation: Method required: true language: default: name: grantAccessData description: Access data object supplied in the body of the get snapshot access operation. - go: - name: grantAccessData - description: Access data object supplied in the body of the get snapshot access operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -88707,22 +61106,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2887 + - *ref_1925 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/beginGetAccess @@ -88732,19 +61124,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2888 + - *ref_1926 signatureParameters: - - *ref_2889 - - *ref_2890 + - *ref_1927 + - *ref_1928 responses: - - schema: *ref_2823 + - schema: *ref_1907 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -88756,9 +61145,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -88771,85 +61157,16 @@ operationGroups: default: name: GrantAccess description: Grants access to a snapshot. - go: - name: GrantAccess - description: |- - Grants access to a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3783 - schema: - type: object - language: - default: &ref_2891 - name: SnapshotsClientBeginGrantAccessOptions - description: SnapshotsClientBeginGrantAccessOptions contains the optional parameters for the SnapshotsClient.BeginGrantAccess method. - go: *ref_2891 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2892 - name: string - description: '' - go: *ref_2892 - protocol: {} - language: - default: &ref_2893 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2893 - protocol: {} - required: false - serializedName: SnapshotsClientBeginGrantAccessOptions - language: - default: &ref_2894 - name: options - description: SnapshotsClientBeginGrantAccessOptions contains the optional parameters for the SnapshotsClient.BeginGrantAccess method. - go: *ref_2894 - protocol: {} - protocolNaming: - internalMethod: grantAccess - requestMethod: grantAccessCreateRequest - responseMethod: grantAccessHandleResponse - responseEnv: &ref_4030 - type: object - properties: - - &ref_2896 - schema: *ref_2823 - serializedName: AccessURI - language: - default: &ref_2895 - name: AccessURI - description: A disk access SAS uri. - byValue: true - embeddedType: true - go: *ref_2895 - protocol: {} - language: - default: &ref_2897 - name: SnapshotsClientGrantAccessResponse - description: SnapshotsClientGrantAccessResponse contains the response from method SnapshotsClient.BeginGrantAccess. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2896 - go: *ref_2897 - protocol: {} protocol: {} - - &ref_5369 + - &ref_3467 operationId: Snapshots_RevokeAccess apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2898 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1929 + schema: *ref_1885 implementation: Method required: true language: @@ -88857,14 +61174,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2899 + - &ref_1930 schema: *ref_7 implementation: Method required: true @@ -88873,16 +61186,10 @@ operationGroups: name: snapshotName description: The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 characters. serializedName: snapshotName - go: - name: snapshotName - description: |- - The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The max name length is 80 - characters. - serializedName: snapshotName protocol: http: in: path - - schema: *ref_2768 + - schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -88891,10 +61198,6 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -88903,25 +61206,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/endGetAccess method: post uri: '{$host}' signatureParameters: - - *ref_2898 - - *ref_2899 + - *ref_1929 + - *ref_1930 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -88930,9 +61227,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -88945,156 +61239,77 @@ operationGroups: default: name: RevokeAccess description: Revokes access to a snapshot. - go: - name: RevokeAccess - description: |- - Revokes access to a snapshot. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SnapshotsClient - openApiType: arm - optionalParamGroup: &ref_3784 - schema: - type: object - language: - default: &ref_2900 - name: SnapshotsClientBeginRevokeAccessOptions - description: SnapshotsClientBeginRevokeAccessOptions contains the optional parameters for the SnapshotsClient.BeginRevokeAccess method. - go: *ref_2900 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2901 - name: string - description: '' - go: *ref_2901 - protocol: {} - language: - default: &ref_2902 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2902 - protocol: {} - required: false - serializedName: SnapshotsClientBeginRevokeAccessOptions - language: - default: &ref_2903 - name: options - description: SnapshotsClientBeginRevokeAccessOptions contains the optional parameters for the SnapshotsClient.BeginRevokeAccess method. - go: *ref_2903 - protocol: {} - protocolNaming: - internalMethod: revokeAccess - requestMethod: revokeAccessCreateRequest - responseMethod: revokeAccessHandleResponse - responseEnv: &ref_4031 - type: object - language: - default: &ref_2904 - name: SnapshotsClientRevokeAccessResponse - description: SnapshotsClientRevokeAccessResponse contains the response from method SnapshotsClient.BeginRevokeAccess. - forLRO: true - responseType: true - go: *ref_2904 - protocol: {} protocol: {} language: default: name: Snapshots description: '' - go: - name: Snapshots - description: '' - clientCtorName: NewSnapshotsClient - clientName: SnapshotsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5385 + - &ref_3483 $key: DiskEncryptionSets operations: - - &ref_5384 + - &ref_3482 operationId: DiskEncryptionSets_CreateOrUpdate apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2907 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1933 + schema: *ref_1885 implementation: Method required: true - language: &ref_5370 + language: &ref_3468 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2908 + - &ref_1934 schema: *ref_7 implementation: Method required: true - language: &ref_5371 + language: &ref_3469 default: name: diskEncryptionSetName description: >- The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - &ref_5372 - schema: *ref_2768 + - &ref_3470 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5373 + language: &ref_3471 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2906 + application/json: &ref_1932 parameters: - - &ref_2905 + - &ref_1931 schema: *ref_580 implementation: Method required: true - language: &ref_5374 + language: &ref_3472 default: name: diskEncryptionSet description: disk encryption set object supplied in the body of the Put disk encryption set operation. - go: - name: diskEncryptionSet - description: disk encryption set object supplied in the body of the Put disk encryption set operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -89103,22 +61318,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2905 + - *ref_1931 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName} @@ -89128,19 +61336,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2906 + - *ref_1932 signatureParameters: - - *ref_2907 - - *ref_2908 + - *ref_1933 + - *ref_1934 responses: - schema: *ref_580 - language: &ref_5381 + language: &ref_3479 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -89149,13 +61354,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_580 - language: &ref_5383 + language: &ref_3481 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -89164,14 +61366,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -89268,155 +61467,69 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a disk encryption set - go: - name: CreateOrUpdate - description: |- - Creates or updates a disk encryption set - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3785 - schema: - type: object - language: - default: &ref_2909 - name: DiskEncryptionSetsClientBeginCreateOrUpdateOptions - description: DiskEncryptionSetsClientBeginCreateOrUpdateOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginCreateOrUpdate method. - go: *ref_2909 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2910 - name: string - description: '' - go: *ref_2910 - protocol: {} - language: - default: &ref_2911 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2911 - protocol: {} - required: false - serializedName: DiskEncryptionSetsClientBeginCreateOrUpdateOptions - language: - default: &ref_2912 - name: options - description: DiskEncryptionSetsClientBeginCreateOrUpdateOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginCreateOrUpdate method. - go: *ref_2912 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4032 - type: object - properties: - - &ref_2914 - schema: *ref_580 - serializedName: DiskEncryptionSet - language: - default: &ref_2913 - name: DiskEncryptionSet - description: disk encryption set resource. - byValue: true - embeddedType: true - go: *ref_2913 - protocol: {} - language: - default: &ref_2915 - name: DiskEncryptionSetsClientCreateOrUpdateResponse - description: DiskEncryptionSetsClientCreateOrUpdateResponse contains the response from method DiskEncryptionSetsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2914 - go: *ref_2915 - protocol: {} protocol: {} - - &ref_5402 + - &ref_3500 operationId: DiskEncryptionSets_Update apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2919 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1938 + schema: *ref_1885 implementation: Method required: true - language: &ref_5387 + language: &ref_3485 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2920 + - &ref_1939 schema: *ref_7 implementation: Method required: true - language: &ref_5388 + language: &ref_3486 default: name: diskEncryptionSetName description: >- The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - &ref_5389 - schema: *ref_2768 + - &ref_3487 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5390 + language: &ref_3488 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2918 + application/json: &ref_1937 parameters: - - &ref_2917 - schema: *ref_2916 + - &ref_1936 + schema: *ref_1935 implementation: Method required: true - language: &ref_5391 + language: &ref_3489 default: name: diskEncryptionSet description: disk encryption set object supplied in the body of the Patch disk encryption set operation. - go: - name: diskEncryptionSet - description: disk encryption set object supplied in the body of the Patch disk encryption set operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -89425,22 +61538,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2917 + - *ref_1936 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName} @@ -89450,19 +61556,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2918 + - *ref_1937 signatureParameters: - - *ref_2919 - - *ref_2920 + - *ref_1938 + - *ref_1939 responses: - schema: *ref_580 - language: &ref_5397 + language: &ref_3495 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -89471,13 +61574,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_580 - language: &ref_5401 + language: &ref_3499 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -89486,14 +61586,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -89649,139 +61746,56 @@ operationGroups: default: name: Update description: Updates (patches) a disk encryption set. - go: - name: Update - description: |- - Updates (patches) a disk encryption set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3786 - schema: - type: object - language: - default: &ref_2921 - name: DiskEncryptionSetsClientBeginUpdateOptions - description: DiskEncryptionSetsClientBeginUpdateOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginUpdate method. - go: *ref_2921 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2922 - name: string - description: '' - go: *ref_2922 - protocol: {} - language: - default: &ref_2923 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2923 - protocol: {} - required: false - serializedName: DiskEncryptionSetsClientBeginUpdateOptions - language: - default: &ref_2924 - name: options - description: DiskEncryptionSetsClientBeginUpdateOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginUpdate method. - go: *ref_2924 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4033 - type: object - properties: - - &ref_2926 - schema: *ref_580 - serializedName: DiskEncryptionSet - language: - default: &ref_2925 - name: DiskEncryptionSet - description: disk encryption set resource. - byValue: true - embeddedType: true - go: *ref_2925 - protocol: {} - language: - default: &ref_2927 - name: DiskEncryptionSetsClientUpdateResponse - description: DiskEncryptionSetsClientUpdateResponse contains the response from method DiskEncryptionSetsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2926 - go: *ref_2927 - protocol: {} protocol: {} - - &ref_5409 + - &ref_3507 operationId: DiskEncryptionSets_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2928 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1940 + schema: *ref_1885 implementation: Method required: true - language: &ref_5404 + language: &ref_3502 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2929 + - &ref_1941 schema: *ref_7 implementation: Method required: true - language: &ref_5405 + language: &ref_3503 default: name: diskEncryptionSetName description: >- The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - &ref_5406 - schema: *ref_2768 + - &ref_3504 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5407 + language: &ref_3505 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -89790,10 +61804,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -89802,26 +61812,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName} method: get uri: '{$host}' signatureParameters: - - *ref_2928 - - *ref_2929 + - *ref_1940 + - *ref_1941 responses: - schema: *ref_580 - language: &ref_5408 + language: &ref_3506 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -89830,14 +61834,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -89878,123 +61879,56 @@ operationGroups: default: name: Get description: Gets information about a disk encryption set. - go: - name: Get - description: |- - Gets information about a disk encryption set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3787 - schema: - type: object - language: - default: &ref_2930 - name: DiskEncryptionSetsClientGetOptions - description: DiskEncryptionSetsClientGetOptions contains the optional parameters for the DiskEncryptionSetsClient.Get method. - go: *ref_2930 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskEncryptionSetsClientGetOptions - language: - default: &ref_2931 - name: options - description: DiskEncryptionSetsClientGetOptions contains the optional parameters for the DiskEncryptionSetsClient.Get method. - go: *ref_2931 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4034 - type: object - properties: - - &ref_2933 - schema: *ref_580 - serializedName: DiskEncryptionSet - language: - default: &ref_2932 - name: DiskEncryptionSet - description: disk encryption set resource. - byValue: true - embeddedType: true - go: *ref_2932 - protocol: {} - language: - default: &ref_2934 - name: DiskEncryptionSetsClientGetResponse - description: DiskEncryptionSetsClientGetResponse contains the response from method DiskEncryptionSetsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2933 - go: *ref_2934 - protocol: {} protocol: {} - - &ref_5414 + - &ref_3512 operationId: DiskEncryptionSets_Delete apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2935 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1942 + schema: *ref_1885 implementation: Method required: true - language: &ref_5410 + language: &ref_3508 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2936 + - &ref_1943 schema: *ref_7 implementation: Method required: true - language: &ref_5411 + language: &ref_3509 default: name: diskEncryptionSetName description: >- The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - &ref_5412 - schema: *ref_2768 + - &ref_3510 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5413 + language: &ref_3511 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90003,10 +61937,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -90015,25 +61945,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName} method: delete uri: '{$host}' signatureParameters: - - *ref_2935 - - *ref_2936 + - *ref_1942 + - *ref_1943 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -90042,9 +61966,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -90053,22 +61974,16 @@ operationGroups: default: name: '' description: If the disk encryption set is already deleted, this is an expected error code. - go: - name: '' - description: If the disk encryption set is already deleted, this is an expected error code. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90094,105 +62009,42 @@ operationGroups: default: name: Delete description: Deletes a disk encryption set. - go: - name: Delete - description: |- - Deletes a disk encryption set. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3788 - schema: - type: object - language: - default: &ref_2937 - name: DiskEncryptionSetsClientBeginDeleteOptions - description: DiskEncryptionSetsClientBeginDeleteOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginDelete method. - go: *ref_2937 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2938 - name: string - description: '' - go: *ref_2938 - protocol: {} - language: - default: &ref_2939 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2939 - protocol: {} - required: false - serializedName: DiskEncryptionSetsClientBeginDeleteOptions - language: - default: &ref_2940 - name: options - description: DiskEncryptionSetsClientBeginDeleteOptions contains the optional parameters for the DiskEncryptionSetsClient.BeginDelete method. - go: *ref_2940 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4035 - type: object - language: - default: &ref_2941 - name: DiskEncryptionSetsClientDeleteResponse - description: DiskEncryptionSetsClientDeleteResponse contains the response from method DiskEncryptionSetsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2941 - protocol: {} protocol: {} - - &ref_5421 + - &ref_3519 operationId: DiskEncryptionSets_ListByResourceGroup apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2942 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1944 + schema: *ref_1885 implementation: Method required: true - language: &ref_5415 + language: &ref_3513 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_5416 - schema: *ref_2768 + - &ref_3514 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5417 + language: &ref_3515 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90201,10 +62053,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -90213,25 +62061,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets method: get uri: '{$host}' signatureParameters: - - *ref_2942 + - *ref_1944 responses: - - schema: *ref_2943 - language: &ref_5418 + - schema: *ref_1945 + language: &ref_3516 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -90240,14 +62082,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90310,87 +62149,30 @@ operationGroups: description: Lists all the disk encryption sets under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all the disk encryption sets under a resource group. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3789 - schema: - type: object - language: - default: &ref_2944 - name: DiskEncryptionSetsClientListByResourceGroupOptions - description: DiskEncryptionSetsClientListByResourceGroupOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListByResourceGroupPager method. - go: *ref_2944 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskEncryptionSetsClientListByResourceGroupOptions - language: - default: &ref_2945 - name: options - description: DiskEncryptionSetsClientListByResourceGroupOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListByResourceGroupPager method. - go: *ref_2945 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4036 - type: object - properties: - - &ref_2947 - schema: *ref_2943 - serializedName: DiskEncryptionSetList - language: - default: &ref_2946 - name: DiskEncryptionSetList - description: The List disk encryption set operation response. - byValue: true - embeddedType: true - go: *ref_2946 - protocol: {} - language: - default: &ref_2948 - name: DiskEncryptionSetsClientListByResourceGroupResponse - description: DiskEncryptionSetsClientListByResourceGroupResponse contains the response from method DiskEncryptionSetsClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2947 - go: *ref_2948 - protocol: {} protocol: {} - - &ref_5425 + - &ref_3523 operationId: DiskEncryptionSets_List apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_5422 - schema: *ref_2768 + - *ref_1326 + - *ref_1330 + - &ref_3520 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5423 + language: &ref_3521 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90399,10 +62181,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -90411,9 +62189,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets @@ -90421,14 +62196,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_2943 - language: &ref_5424 + - schema: *ref_1945 + language: &ref_3522 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -90437,14 +62209,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90506,123 +62275,56 @@ operationGroups: description: Lists all the disk encryption sets under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: Lists all the disk encryption sets under a subscription. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3790 - schema: - type: object - language: - default: &ref_2949 - name: DiskEncryptionSetsClientListOptions - description: DiskEncryptionSetsClientListOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListPager method. - go: *ref_2949 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskEncryptionSetsClientListOptions - language: - default: &ref_2950 - name: options - description: DiskEncryptionSetsClientListOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListPager method. - go: *ref_2950 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4037 - type: object - properties: - - &ref_2952 - schema: *ref_2943 - serializedName: DiskEncryptionSetList - language: - default: &ref_2951 - name: DiskEncryptionSetList - description: The List disk encryption set operation response. - byValue: true - embeddedType: true - go: *ref_2951 - protocol: {} - language: - default: &ref_2953 - name: DiskEncryptionSetsClientListResponse - description: DiskEncryptionSetsClientListResponse contains the response from method DiskEncryptionSetsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2952 - go: *ref_2953 - protocol: {} protocol: {} - - &ref_5433 + - &ref_3531 operationId: DiskEncryptionSets_ListAssociatedResources apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2954 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1946 + schema: *ref_1885 implementation: Method required: true - language: &ref_5426 + language: &ref_3524 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2955 + - &ref_1947 schema: *ref_7 implementation: Method required: true - language: &ref_5427 + language: &ref_3525 default: name: diskEncryptionSetName description: >- The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskEncryptionSetName - go: - name: diskEncryptionSetName - description: |- - The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskEncryptionSetName protocol: http: in: path - - &ref_5428 - schema: *ref_2768 + - &ref_3526 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5429 + language: &ref_3527 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90631,10 +62333,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -90643,26 +62341,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}/associatedResources method: get uri: '{$host}' signatureParameters: - - *ref_2954 - - *ref_2955 + - *ref_1946 + - *ref_1947 responses: - - schema: *ref_2956 - language: &ref_5430 + - schema: *ref_1948 + language: &ref_3528 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -90671,14 +62363,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90710,154 +62399,77 @@ operationGroups: description: Lists all resources that are encrypted with this disk encryption set. paging: nextLinkName: nextLink - go: - name: ListAssociatedResources - description: Lists all resources that are encrypted with this disk encryption set. - azureARM: true - clientName: DiskEncryptionSetsClient - openApiType: arm - optionalParamGroup: &ref_3791 - schema: - type: object - language: - default: &ref_2957 - name: DiskEncryptionSetsClientListAssociatedResourcesOptions - description: DiskEncryptionSetsClientListAssociatedResourcesOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListAssociatedResourcesPager method. - go: *ref_2957 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskEncryptionSetsClientListAssociatedResourcesOptions - language: - default: &ref_2958 - name: options - description: DiskEncryptionSetsClientListAssociatedResourcesOptions contains the optional parameters for the DiskEncryptionSetsClient.NewListAssociatedResourcesPager method. - go: *ref_2958 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAssociatedResources - requestMethod: listAssociatedResourcesCreateRequest - responseMethod: listAssociatedResourcesHandleResponse - responseEnv: &ref_4038 - type: object - properties: - - &ref_2960 - schema: *ref_2956 - serializedName: ResourceURIList - language: - default: &ref_2959 - name: ResourceURIList - description: The List resources which are encrypted with the disk encryption set. - byValue: true - embeddedType: true - go: *ref_2959 - protocol: {} - language: - default: &ref_2961 - name: DiskEncryptionSetsClientListAssociatedResourcesResponse - description: DiskEncryptionSetsClientListAssociatedResourcesResponse contains the response from method DiskEncryptionSetsClient.NewListAssociatedResourcesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2960 - go: *ref_2961 - protocol: {} protocol: {} language: default: name: DiskEncryptionSets description: '' - go: - name: DiskEncryptionSets - description: '' - clientCtorName: NewDiskEncryptionSetsClient - clientName: DiskEncryptionSetsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5445 + - &ref_3543 $key: DiskAccesses operations: - - &ref_5444 + - &ref_3542 operationId: DiskAccesses_CreateOrUpdate apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2964 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1951 + schema: *ref_1885 implementation: Method required: true - language: &ref_5434 + language: &ref_3532 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2965 + - &ref_1952 schema: *ref_7 implementation: Method required: true - language: &ref_5435 + language: &ref_3533 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_5436 - schema: *ref_2768 + - &ref_3534 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5437 + language: &ref_3535 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2963 + application/json: &ref_1950 parameters: - - &ref_2962 + - &ref_1949 schema: *ref_581 implementation: Method required: true - language: &ref_5438 + language: &ref_3536 default: name: diskAccess description: disk access object supplied in the body of the Put disk access operation. - go: - name: diskAccess - description: disk access object supplied in the body of the Put disk access operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -90866,22 +62478,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2962 + - *ref_1949 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName} @@ -90891,19 +62496,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2963 + - *ref_1950 signatureParameters: - - *ref_2964 - - *ref_2965 + - *ref_1951 + - *ref_1952 responses: - schema: *ref_581 - language: &ref_5439 + language: &ref_3537 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -90912,13 +62514,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_581 - language: &ref_5443 + language: &ref_3541 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -90927,14 +62526,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -90973,155 +62569,69 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a disk access resource - go: - name: CreateOrUpdate - description: |- - Creates or updates a disk access resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3792 - schema: - type: object - language: - default: &ref_2966 - name: DiskAccessesClientBeginCreateOrUpdateOptions - description: DiskAccessesClientBeginCreateOrUpdateOptions contains the optional parameters for the DiskAccessesClient.BeginCreateOrUpdate method. - go: *ref_2966 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2967 - name: string - description: '' - go: *ref_2967 - protocol: {} - language: - default: &ref_2968 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2968 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginCreateOrUpdateOptions - language: - default: &ref_2969 - name: options - description: DiskAccessesClientBeginCreateOrUpdateOptions contains the optional parameters for the DiskAccessesClient.BeginCreateOrUpdate method. - go: *ref_2969 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4039 - type: object - properties: - - &ref_2971 - schema: *ref_581 - serializedName: DiskAccess - language: - default: &ref_2970 - name: DiskAccess - description: disk access resource. - byValue: true - embeddedType: true - go: *ref_2970 - protocol: {} - language: - default: &ref_2972 - name: DiskAccessesClientCreateOrUpdateResponse - description: DiskAccessesClientCreateOrUpdateResponse contains the response from method DiskAccessesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2971 - go: *ref_2972 - protocol: {} protocol: {} - - &ref_5454 + - &ref_3552 operationId: DiskAccesses_Update apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2976 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1956 + schema: *ref_1885 implementation: Method required: true - language: &ref_5446 + language: &ref_3544 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2977 + - &ref_1957 schema: *ref_7 implementation: Method required: true - language: &ref_5447 + language: &ref_3545 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_5448 - schema: *ref_2768 + - &ref_3546 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5449 + language: &ref_3547 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_2975 + application/json: &ref_1955 parameters: - - &ref_2974 - schema: *ref_2973 + - &ref_1954 + schema: *ref_1953 implementation: Method required: true - language: &ref_5450 + language: &ref_3548 default: name: diskAccess description: disk access object supplied in the body of the Patch disk access operation. - go: - name: diskAccess - description: disk access object supplied in the body of the Patch disk access operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91130,22 +62640,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2974 + - *ref_1954 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName} @@ -91155,19 +62658,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2975 + - *ref_1955 signatureParameters: - - *ref_2976 - - *ref_2977 + - *ref_1956 + - *ref_1957 responses: - schema: *ref_581 - language: &ref_5452 + language: &ref_3550 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -91176,13 +62676,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_581 - language: &ref_5453 + language: &ref_3551 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -91191,14 +62688,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -91243,139 +62737,56 @@ operationGroups: default: name: Update description: Updates (patches) a disk access resource. - go: - name: Update - description: |- - Updates (patches) a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3793 - schema: - type: object - language: - default: &ref_2978 - name: DiskAccessesClientBeginUpdateOptions - description: DiskAccessesClientBeginUpdateOptions contains the optional parameters for the DiskAccessesClient.BeginUpdate method. - go: *ref_2978 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2979 - name: string - description: '' - go: *ref_2979 - protocol: {} - language: - default: &ref_2980 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2980 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginUpdateOptions - language: - default: &ref_2981 - name: options - description: DiskAccessesClientBeginUpdateOptions contains the optional parameters for the DiskAccessesClient.BeginUpdate method. - go: *ref_2981 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4040 - type: object - properties: - - &ref_2983 - schema: *ref_581 - serializedName: DiskAccess - language: - default: &ref_2982 - name: DiskAccess - description: disk access resource. - byValue: true - embeddedType: true - go: *ref_2982 - protocol: {} - language: - default: &ref_2984 - name: DiskAccessesClientUpdateResponse - description: DiskAccessesClientUpdateResponse contains the response from method DiskAccessesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2983 - go: *ref_2984 - protocol: {} protocol: {} - - &ref_5472 + - &ref_3570 operationId: DiskAccesses_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2985 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1958 + schema: *ref_1885 implementation: Method required: true - language: &ref_5455 + language: &ref_3553 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2986 + - &ref_1959 schema: *ref_7 implementation: Method required: true - language: &ref_5456 + language: &ref_3554 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_5457 - schema: *ref_2768 + - &ref_3555 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5458 + language: &ref_3556 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91384,10 +62795,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -91396,26 +62803,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName} method: get uri: '{$host}' signatureParameters: - - *ref_2985 - - *ref_2986 + - *ref_1958 + - *ref_1959 responses: - schema: *ref_581 - language: &ref_5459 + language: &ref_3557 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -91424,14 +62825,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -91497,123 +62895,56 @@ operationGroups: default: name: Get description: Gets information about a disk access resource. - go: - name: Get - description: |- - Gets information about a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3794 - schema: - type: object - language: - default: &ref_2987 - name: DiskAccessesClientGetOptions - description: DiskAccessesClientGetOptions contains the optional parameters for the DiskAccessesClient.Get method. - go: *ref_2987 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientGetOptions - language: - default: &ref_2988 - name: options - description: DiskAccessesClientGetOptions contains the optional parameters for the DiskAccessesClient.Get method. - go: *ref_2988 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4041 - type: object - properties: - - &ref_2990 - schema: *ref_581 - serializedName: DiskAccess - language: - default: &ref_2989 - name: DiskAccess - description: disk access resource. - byValue: true - embeddedType: true - go: *ref_2989 - protocol: {} - language: - default: &ref_2991 - name: DiskAccessesClientGetResponse - description: DiskAccessesClientGetResponse contains the response from method DiskAccessesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2990 - go: *ref_2991 - protocol: {} protocol: {} - - &ref_5477 + - &ref_3575 operationId: DiskAccesses_Delete apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2992 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1960 + schema: *ref_1885 implementation: Method required: true - language: &ref_5473 + language: &ref_3571 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2993 + - &ref_1961 schema: *ref_7 implementation: Method required: true - language: &ref_5474 + language: &ref_3572 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_5475 - schema: *ref_2768 + - &ref_3573 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5476 + language: &ref_3574 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91622,10 +62953,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -91634,25 +62961,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName} method: delete uri: '{$host}' signatureParameters: - - *ref_2992 - - *ref_2993 + - *ref_1960 + - *ref_1961 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -91661,9 +62982,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -91672,22 +62990,16 @@ operationGroups: default: name: '' description: If the disk access resource is already deleted, this is an expected error code. - go: - name: '' - description: If the disk access resource is already deleted, this is an expected error code. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -91713,105 +63025,42 @@ operationGroups: default: name: Delete description: Deletes a disk access resource. - go: - name: Delete - description: |- - Deletes a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3795 - schema: - type: object - language: - default: &ref_2994 - name: DiskAccessesClientBeginDeleteOptions - description: DiskAccessesClientBeginDeleteOptions contains the optional parameters for the DiskAccessesClient.BeginDelete method. - go: *ref_2994 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2995 - name: string - description: '' - go: *ref_2995 - protocol: {} - language: - default: &ref_2996 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2996 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginDeleteOptions - language: - default: &ref_2997 - name: options - description: DiskAccessesClientBeginDeleteOptions contains the optional parameters for the DiskAccessesClient.BeginDelete method. - go: *ref_2997 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4042 - type: object - language: - default: &ref_2998 - name: DiskAccessesClientDeleteResponse - description: DiskAccessesClientDeleteResponse contains the response from method DiskAccessesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2998 - protocol: {} protocol: {} - - &ref_5484 + - &ref_3582 operationId: DiskAccesses_ListByResourceGroup apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_2999 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1962 + schema: *ref_1885 implementation: Method required: true - language: &ref_5478 + language: &ref_3576 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_5479 - schema: *ref_2768 + - &ref_3577 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5480 + language: &ref_3578 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -91820,10 +63069,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -91832,25 +63077,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses method: get uri: '{$host}' signatureParameters: - - *ref_2999 + - *ref_1962 responses: - - schema: *ref_3000 - language: &ref_5481 + - schema: *ref_1963 + language: &ref_3579 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -91859,14 +63098,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -91927,87 +63163,30 @@ operationGroups: description: Lists all the disk access resources under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all the disk access resources under a resource group. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3796 - schema: - type: object - language: - default: &ref_3001 - name: DiskAccessesClientListByResourceGroupOptions - description: DiskAccessesClientListByResourceGroupOptions contains the optional parameters for the DiskAccessesClient.NewListByResourceGroupPager method. - go: *ref_3001 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientListByResourceGroupOptions - language: - default: &ref_3002 - name: options - description: DiskAccessesClientListByResourceGroupOptions contains the optional parameters for the DiskAccessesClient.NewListByResourceGroupPager method. - go: *ref_3002 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4043 - type: object - properties: - - &ref_3004 - schema: *ref_3000 - serializedName: DiskAccessList - language: - default: &ref_3003 - name: DiskAccessList - description: The List disk access operation response. - byValue: true - embeddedType: true - go: *ref_3003 - protocol: {} - language: - default: &ref_3005 - name: DiskAccessesClientListByResourceGroupResponse - description: DiskAccessesClientListByResourceGroupResponse contains the response from method DiskAccessesClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3004 - go: *ref_3005 - protocol: {} protocol: {} - - &ref_5488 + - &ref_3586 operationId: DiskAccesses_List apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_5485 - schema: *ref_2768 + - *ref_1326 + - *ref_1330 + - &ref_3583 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5486 + language: &ref_3584 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92016,10 +63195,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -92028,9 +63203,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskAccesses @@ -92038,14 +63210,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_3000 - language: &ref_5487 + - schema: *ref_1963 + language: &ref_3585 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -92054,14 +63223,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -92121,123 +63287,56 @@ operationGroups: description: Lists all the disk access resources under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: Lists all the disk access resources under a subscription. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3797 - schema: - type: object - language: - default: &ref_3006 - name: DiskAccessesClientListOptions - description: DiskAccessesClientListOptions contains the optional parameters for the DiskAccessesClient.NewListPager method. - go: *ref_3006 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientListOptions - language: - default: &ref_3007 - name: options - description: DiskAccessesClientListOptions contains the optional parameters for the DiskAccessesClient.NewListPager method. - go: *ref_3007 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4044 - type: object - properties: - - &ref_3009 - schema: *ref_3000 - serializedName: DiskAccessList - language: - default: &ref_3008 - name: DiskAccessList - description: The List disk access operation response. - byValue: true - embeddedType: true - go: *ref_3008 - protocol: {} - language: - default: &ref_3010 - name: DiskAccessesClientListResponse - description: DiskAccessesClientListResponse contains the response from method DiskAccessesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3009 - go: *ref_3010 - protocol: {} protocol: {} - - &ref_5502 + - &ref_3600 operationId: DiskAccesses_GetPrivateLinkResources apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3011 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1964 + schema: *ref_1885 implementation: Method required: true - language: &ref_5489 + language: &ref_3587 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3012 + - &ref_1965 schema: *ref_7 implementation: Method required: true - language: &ref_5490 + language: &ref_3588 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_5491 - schema: *ref_2768 + - &ref_3589 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5492 + language: &ref_3590 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92246,10 +63345,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -92258,26 +63353,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_3011 - - *ref_3012 + - *ref_1964 + - *ref_1965 responses: - - schema: *ref_3013 - language: &ref_5493 + - schema: *ref_1966 + language: &ref_3591 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -92311,155 +63400,81 @@ operationGroups: default: name: GetPrivateLinkResources description: Gets the private link resources possible under disk access resource - go: - name: GetPrivateLinkResources - description: |- - Gets the private link resources possible under disk access resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3798 - schema: - type: object - language: - default: &ref_3014 - name: DiskAccessesClientGetPrivateLinkResourcesOptions - description: DiskAccessesClientGetPrivateLinkResourcesOptions contains the optional parameters for the DiskAccessesClient.GetPrivateLinkResources method. - go: *ref_3014 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientGetPrivateLinkResourcesOptions - language: - default: &ref_3015 - name: options - description: DiskAccessesClientGetPrivateLinkResourcesOptions contains the optional parameters for the DiskAccessesClient.GetPrivateLinkResources method. - go: *ref_3015 - protocol: {} - protocolNaming: - internalMethod: getPrivateLinkResources - requestMethod: getPrivateLinkResourcesCreateRequest - responseMethod: getPrivateLinkResourcesHandleResponse - responseEnv: &ref_4045 - type: object - properties: - - &ref_3017 - schema: *ref_3013 - serializedName: PrivateLinkResourceListResult - language: - default: &ref_3016 - name: PrivateLinkResourceListResult - description: A list of private link resources - byValue: true - embeddedType: true - go: *ref_3016 - protocol: {} - language: - default: &ref_3018 - name: DiskAccessesClientGetPrivateLinkResourcesResponse - description: DiskAccessesClientGetPrivateLinkResourcesResponse contains the response from method DiskAccessesClient.GetPrivateLinkResources. - marshallingFormat: json - responseType: true - resultProp: *ref_3017 - go: *ref_3018 - protocol: {} protocol: {} - - &ref_5511 + - &ref_3609 operationId: DiskAccesses_UpdateAPrivateEndpointConnection apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3021 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1969 + schema: *ref_1885 implementation: Method required: true - language: &ref_5503 + language: &ref_3601 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3022 + - &ref_1970 schema: *ref_7 implementation: Method required: true - language: &ref_5504 + language: &ref_3602 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_3023 + - &ref_1971 schema: *ref_7 implementation: Method required: true - language: &ref_5505 + language: &ref_3603 default: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - - &ref_5506 - schema: *ref_2768 + - &ref_3604 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5507 + language: &ref_3605 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3020 + application/json: &ref_1968 parameters: - - &ref_3019 - schema: *ref_937 + - &ref_1967 + schema: *ref_936 implementation: Method required: true - language: &ref_5508 + language: &ref_3606 default: name: privateEndpointConnection description: private endpoint connection object supplied in the body of the Put private endpoint connection operation. - go: - name: privateEndpointConnection - description: private endpoint connection object supplied in the body of the Put private endpoint connection operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92468,22 +63483,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3019 + - *ref_1967 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName} @@ -92493,20 +63501,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3020 + - *ref_1968 signatureParameters: - - *ref_3021 - - *ref_3022 - - *ref_3023 + - *ref_1969 + - *ref_1970 + - *ref_1971 responses: - - schema: *ref_937 - language: &ref_5509 + - schema: *ref_936 + language: &ref_3607 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -92514,14 +63519,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_937 - language: &ref_5510 + - schema: *ref_936 + language: &ref_3608 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -92530,14 +63532,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -92591,155 +63590,68 @@ operationGroups: default: name: UpdateAPrivateEndpointConnection description: Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. - go: - name: UpdateAPrivateEndpointConnection - description: |- - Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3799 - schema: - type: object - language: - default: &ref_3024 - name: DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions - description: DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.BeginUpdateAPrivateEndpointConnection method. - go: *ref_3024 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3025 - name: string - description: '' - go: *ref_3025 - protocol: {} - language: - default: &ref_3026 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3026 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions - language: - default: &ref_3027 - name: options - description: DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.BeginUpdateAPrivateEndpointConnection method. - go: *ref_3027 - protocol: {} - protocolNaming: - internalMethod: updateAPrivateEndpointConnection - requestMethod: updateAPrivateEndpointConnectionCreateRequest - responseMethod: updateAPrivateEndpointConnectionHandleResponse - responseEnv: &ref_4046 - type: object - properties: - - &ref_3029 - schema: *ref_937 - serializedName: PrivateEndpointConnection - language: - default: &ref_3028 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_3028 - protocol: {} - language: - default: &ref_3030 - name: DiskAccessesClientUpdateAPrivateEndpointConnectionResponse - description: DiskAccessesClientUpdateAPrivateEndpointConnectionResponse contains the response from method DiskAccessesClient.BeginUpdateAPrivateEndpointConnection. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3029 - go: *ref_3030 - protocol: {} protocol: {} - - &ref_5518 + - &ref_3616 operationId: DiskAccesses_GetAPrivateEndpointConnection apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3031 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1972 + schema: *ref_1885 implementation: Method required: true - language: &ref_5512 + language: &ref_3610 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3032 + - &ref_1973 schema: *ref_7 implementation: Method required: true - language: &ref_5513 + language: &ref_3611 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_3033 + - &ref_1974 schema: *ref_7 implementation: Method required: true - language: &ref_5514 + language: &ref_3612 default: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - - &ref_5515 - schema: *ref_2768 + - &ref_3613 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5516 + language: &ref_3614 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92748,10 +63660,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -92760,27 +63668,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName} method: get uri: '{$host}' signatureParameters: - - *ref_3031 - - *ref_3032 - - *ref_3033 + - *ref_1972 + - *ref_1973 + - *ref_1974 responses: - - schema: *ref_937 - language: &ref_5517 + - schema: *ref_936 + language: &ref_3615 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -92789,14 +63691,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -92832,139 +63731,68 @@ operationGroups: default: name: GetAPrivateEndpointConnection description: Gets information about a private endpoint connection under a disk access resource. - go: - name: GetAPrivateEndpointConnection - description: |- - Gets information about a private endpoint connection under a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3800 - schema: - type: object - language: - default: &ref_3034 - name: DiskAccessesClientGetAPrivateEndpointConnectionOptions - description: DiskAccessesClientGetAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.GetAPrivateEndpointConnection method. - go: *ref_3034 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientGetAPrivateEndpointConnectionOptions - language: - default: &ref_3035 - name: options - description: DiskAccessesClientGetAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.GetAPrivateEndpointConnection method. - go: *ref_3035 - protocol: {} - protocolNaming: - internalMethod: getAPrivateEndpointConnection - requestMethod: getAPrivateEndpointConnectionCreateRequest - responseMethod: getAPrivateEndpointConnectionHandleResponse - responseEnv: &ref_4047 - type: object - properties: - - &ref_3037 - schema: *ref_937 - serializedName: PrivateEndpointConnection - language: - default: &ref_3036 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_3036 - protocol: {} - language: - default: &ref_3038 - name: DiskAccessesClientGetAPrivateEndpointConnectionResponse - description: DiskAccessesClientGetAPrivateEndpointConnectionResponse contains the response from method DiskAccessesClient.GetAPrivateEndpointConnection. - marshallingFormat: json - responseType: true - resultProp: *ref_3037 - go: *ref_3038 - protocol: {} protocol: {} - - &ref_5524 + - &ref_3622 operationId: DiskAccesses_DeleteAPrivateEndpointConnection apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3039 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1975 + schema: *ref_1885 implementation: Method required: true - language: &ref_5519 + language: &ref_3617 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3040 + - &ref_1976 schema: *ref_7 implementation: Method required: true - language: &ref_5520 + language: &ref_3618 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_3041 + - &ref_1977 schema: *ref_7 implementation: Method required: true - language: &ref_5521 + language: &ref_3619 default: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - - &ref_5522 - schema: *ref_2768 + - &ref_3620 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5523 + language: &ref_3621 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -92973,10 +63801,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -92985,26 +63809,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_3039 - - *ref_3040 - - *ref_3041 + - *ref_1975 + - *ref_1976 + - *ref_1977 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -93013,9 +63831,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -93024,22 +63839,16 @@ operationGroups: default: name: '' description: If the private endpoint connection is already deleted, this is an expected error code. - go: - name: '' - description: If the private endpoint connection is already deleted, this is an expected error code. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -93066,125 +63875,56 @@ operationGroups: default: name: DeleteAPrivateEndpointConnection description: Deletes a private endpoint connection under a disk access resource. - go: - name: DeleteAPrivateEndpointConnection - description: |- - Deletes a private endpoint connection under a disk access resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3801 - schema: - type: object - language: - default: &ref_3042 - name: DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions - description: DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.BeginDeleteAPrivateEndpointConnection method. - go: *ref_3042 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3043 - name: string - description: '' - go: *ref_3043 - protocol: {} - language: - default: &ref_3044 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3044 - protocol: {} - required: false - serializedName: DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions - language: - default: &ref_3045 - name: options - description: DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions contains the optional parameters for the DiskAccessesClient.BeginDeleteAPrivateEndpointConnection method. - go: *ref_3045 - protocol: {} - protocolNaming: - internalMethod: deleteAPrivateEndpointConnection - requestMethod: deleteAPrivateEndpointConnectionCreateRequest - responseMethod: deleteAPrivateEndpointConnectionHandleResponse - responseEnv: &ref_4048 - type: object - language: - default: &ref_3046 - name: DiskAccessesClientDeleteAPrivateEndpointConnectionResponse - description: DiskAccessesClientDeleteAPrivateEndpointConnectionResponse contains the response from method DiskAccessesClient.BeginDeleteAPrivateEndpointConnection. - forLRO: true - responseType: true - go: *ref_3046 - protocol: {} protocol: {} - - &ref_5531 + - &ref_3629 operationId: DiskAccesses_ListPrivateEndpointConnections apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3047 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1978 + schema: *ref_1885 implementation: Method required: true - language: &ref_5525 + language: &ref_3623 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3048 + - &ref_1979 schema: *ref_7 implementation: Method required: true - language: &ref_5526 + language: &ref_3624 default: name: diskAccessName description: >- The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskAccessName - go: - name: diskAccessName - description: |- - The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum - name length is 80 characters. - serializedName: diskAccessName protocol: http: in: path - - &ref_5527 - schema: *ref_2768 + - &ref_3625 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5528 + language: &ref_3626 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -93193,10 +63933,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -93205,26 +63941,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections method: get uri: '{$host}' signatureParameters: - - *ref_3047 - - *ref_3048 + - *ref_1978 + - *ref_1979 responses: - - schema: *ref_3049 - language: &ref_5529 + - schema: *ref_1980 + language: &ref_3627 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -93233,14 +63963,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -93280,166 +64007,86 @@ operationGroups: description: List information about private endpoint connections under a disk access resource paging: nextLinkName: nextLink - go: - name: ListPrivateEndpointConnections - description: List information about private endpoint connections under a disk access resource - azureARM: true - clientName: DiskAccessesClient - openApiType: arm - optionalParamGroup: &ref_3802 - schema: - type: object - language: - default: &ref_3050 - name: DiskAccessesClientListPrivateEndpointConnectionsOptions - description: DiskAccessesClientListPrivateEndpointConnectionsOptions contains the optional parameters for the DiskAccessesClient.NewListPrivateEndpointConnectionsPager method. - go: *ref_3050 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskAccessesClientListPrivateEndpointConnectionsOptions - language: - default: &ref_3051 - name: options - description: DiskAccessesClientListPrivateEndpointConnectionsOptions contains the optional parameters for the DiskAccessesClient.NewListPrivateEndpointConnectionsPager method. - go: *ref_3051 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listPrivateEndpointConnections - requestMethod: listPrivateEndpointConnectionsCreateRequest - responseMethod: listPrivateEndpointConnectionsHandleResponse - responseEnv: &ref_4049 - type: object - properties: - - &ref_3053 - schema: *ref_3049 - serializedName: PrivateEndpointConnectionListResult - language: - default: &ref_3052 - name: PrivateEndpointConnectionListResult - description: A list of private link resources - byValue: true - embeddedType: true - go: *ref_3052 - protocol: {} - language: - default: &ref_3054 - name: DiskAccessesClientListPrivateEndpointConnectionsResponse - description: DiskAccessesClientListPrivateEndpointConnectionsResponse contains the response from method DiskAccessesClient.NewListPrivateEndpointConnectionsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3053 - go: *ref_3054 - protocol: {} protocol: {} language: default: name: DiskAccesses description: '' - go: - name: DiskAccesses - description: '' - clientCtorName: NewDiskAccessesClient - clientName: DiskAccessesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5550 + - &ref_3648 $key: DiskRestorePoint operations: - - &ref_5549 + - &ref_3647 operationId: DiskRestorePoint_Get apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3055 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1981 + schema: *ref_1885 implementation: Method required: true - language: &ref_5532 + language: &ref_3630 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3056 + - &ref_1982 schema: *ref_7 implementation: Method required: true - language: &ref_5533 + language: &ref_3631 default: name: restorePointCollectionName description: The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_3057 + - &ref_1983 schema: *ref_7 implementation: Method required: true - language: &ref_5534 + language: &ref_3632 default: name: vmRestorePointName description: The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: vmRestorePointName - go: - name: vmRestorePointName - description: The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: vmRestorePointName protocol: http: in: path - - &ref_3058 + - &ref_1984 schema: *ref_7 implementation: Method required: true - language: &ref_5535 + language: &ref_3633 default: name: diskRestorePointName description: The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: diskRestorePointName - go: - name: diskRestorePointName - description: The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: diskRestorePointName protocol: http: in: path - - &ref_5536 - schema: *ref_2768 + - &ref_3634 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5537 + language: &ref_3635 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -93448,10 +64095,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -93460,9 +64103,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: >- @@ -93470,19 +64110,16 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_3055 - - *ref_3056 - - *ref_3057 - - *ref_3058 + - *ref_1981 + - *ref_1982 + - *ref_1983 + - *ref_1984 responses: - - schema: *ref_952 - language: &ref_5538 + - schema: *ref_951 + language: &ref_3636 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -93491,14 +64128,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -93534,135 +64168,66 @@ operationGroups: default: name: Get description: Get disk restorePoint resource - go: - name: Get - description: |- - Get disk restorePoint resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DiskRestorePointClient - openApiType: arm - optionalParamGroup: &ref_3803 - schema: - type: object - language: - default: &ref_3059 - name: DiskRestorePointClientGetOptions - description: DiskRestorePointClientGetOptions contains the optional parameters for the DiskRestorePointClient.Get method. - go: *ref_3059 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskRestorePointClientGetOptions - language: - default: &ref_3060 - name: options - description: DiskRestorePointClientGetOptions contains the optional parameters for the DiskRestorePointClient.Get method. - go: *ref_3060 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4050 - type: object - properties: - - &ref_3062 - schema: *ref_952 - serializedName: DiskRestorePoint - language: - default: &ref_3061 - name: DiskRestorePoint - description: Properties of disk restore point - byValue: true - embeddedType: true - go: *ref_3061 - protocol: {} - language: - default: &ref_3063 - name: DiskRestorePointClientGetResponse - description: DiskRestorePointClientGetResponse contains the response from method DiskRestorePointClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3062 - go: *ref_3063 - protocol: {} protocol: {} - - &ref_5558 + - &ref_3656 operationId: DiskRestorePoint_ListByRestorePoint apiVersions: - version: '2020-12-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3064 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1985 + schema: *ref_1885 implementation: Method required: true - language: &ref_5551 + language: &ref_3649 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3065 + - &ref_1986 schema: *ref_7 implementation: Method required: true - language: &ref_5552 + language: &ref_3650 default: name: restorePointCollectionName description: The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: restorePointCollectionName - go: - name: restorePointCollectionName - description: The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: restorePointCollectionName protocol: http: in: path - - &ref_3066 + - &ref_1987 schema: *ref_7 implementation: Method required: true - language: &ref_5553 + language: &ref_3651 default: name: vmRestorePointName description: The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. serializedName: vmRestorePointName - go: - name: vmRestorePointName - description: The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters. - serializedName: vmRestorePointName protocol: http: in: path - - &ref_5554 - schema: *ref_2768 + - &ref_3652 + schema: *ref_1886 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5555 + language: &ref_3653 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -93671,10 +64236,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -93683,27 +64244,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints method: get uri: '{$host}' signatureParameters: - - *ref_3064 - - *ref_3065 - - *ref_3066 + - *ref_1985 + - *ref_1986 + - *ref_1987 responses: - - schema: *ref_3067 - language: &ref_5556 + - schema: *ref_1988 + language: &ref_3654 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -93712,14 +64267,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -93759,150 +64311,75 @@ operationGroups: description: Lists diskRestorePoints under a vmRestorePoint. paging: nextLinkName: nextLink - go: - name: ListByRestorePoint - description: Lists diskRestorePoints under a vmRestorePoint. - azureARM: true - clientName: DiskRestorePointClient - openApiType: arm - optionalParamGroup: &ref_3804 - schema: - type: object - language: - default: &ref_3068 - name: DiskRestorePointClientListByRestorePointOptions - description: DiskRestorePointClientListByRestorePointOptions contains the optional parameters for the DiskRestorePointClient.NewListByRestorePointPager method. - go: *ref_3068 - protocol: {} - originalParameter: [] - required: false - serializedName: DiskRestorePointClientListByRestorePointOptions - language: - default: &ref_3069 - name: options - description: DiskRestorePointClientListByRestorePointOptions contains the optional parameters for the DiskRestorePointClient.NewListByRestorePointPager method. - go: *ref_3069 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByRestorePoint - requestMethod: listByRestorePointCreateRequest - responseMethod: listByRestorePointHandleResponse - responseEnv: &ref_4051 - type: object - properties: - - &ref_3071 - schema: *ref_3067 - serializedName: DiskRestorePointList - language: - default: &ref_3070 - name: DiskRestorePointList - description: The List Disk Restore Points operation response. - byValue: true - embeddedType: true - go: *ref_3070 - protocol: {} - language: - default: &ref_3072 - name: DiskRestorePointClientListByRestorePointResponse - description: DiskRestorePointClientListByRestorePointResponse contains the response from method DiskRestorePointClient.NewListByRestorePointPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3071 - go: *ref_3072 - protocol: {} protocol: {} language: default: name: DiskRestorePoint description: '' - go: - name: DiskRestorePoint - description: '' - clientCtorName: NewDiskRestorePointClient - clientName: DiskRestorePointClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5575 + - &ref_3673 $key: Galleries operations: - - &ref_5574 + - &ref_3672 operationId: Galleries_CreateOrUpdate apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3076 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1992 + schema: *ref_1885 implementation: Method required: true - language: &ref_5559 + language: &ref_3657 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3077 + - &ref_1993 schema: *ref_8 implementation: Method required: true - language: &ref_5560 + language: &ref_3658 default: name: galleryName description: The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. - serializedName: galleryName protocol: http: in: path - - &ref_5561 - schema: *ref_3073 + - &ref_3659 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5562 + language: &ref_3660 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3075 + application/json: &ref_1991 parameters: - - &ref_3074 + - &ref_1990 schema: *ref_582 implementation: Method required: true - language: &ref_5563 + language: &ref_3661 default: name: gallery description: Parameters supplied to the create or update Shared Image Gallery operation. - go: - name: gallery - description: Parameters supplied to the create or update Shared Image Gallery operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -93911,22 +64388,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3074 + - *ref_1990 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName} @@ -93936,19 +64406,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3075 + - *ref_1991 signatureParameters: - - *ref_3076 - - *ref_3077 + - *ref_1992 + - *ref_1993 responses: - schema: *ref_582 - language: &ref_5568 + language: &ref_3666 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -93957,13 +64424,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_582 - language: &ref_5572 + language: &ref_3670 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -93972,13 +64436,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_582 - language: &ref_5573 + language: &ref_3671 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -93987,14 +64448,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94095,151 +64553,67 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a Shared Image Gallery. - go: - name: CreateOrUpdate - description: |- - Create or update a Shared Image Gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3805 - schema: - type: object - language: - default: &ref_3078 - name: GalleriesClientBeginCreateOrUpdateOptions - description: GalleriesClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleriesClient.BeginCreateOrUpdate method. - go: *ref_3078 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3079 - name: string - description: '' - go: *ref_3079 - protocol: {} - language: - default: &ref_3080 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3080 - protocol: {} - required: false - serializedName: GalleriesClientBeginCreateOrUpdateOptions - language: - default: &ref_3081 - name: options - description: GalleriesClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleriesClient.BeginCreateOrUpdate method. - go: *ref_3081 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4052 - type: object - properties: - - &ref_3083 - schema: *ref_582 - serializedName: Gallery - language: - default: &ref_3082 - name: Gallery - description: Specifies information about the Shared Image Gallery that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3082 - protocol: {} - language: - default: &ref_3084 - name: GalleriesClientCreateOrUpdateResponse - description: GalleriesClientCreateOrUpdateResponse contains the response from method GalleriesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3083 - go: *ref_3084 - protocol: {} protocol: {} - - &ref_5583 + - &ref_3681 operationId: Galleries_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3087 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1996 + schema: *ref_1885 implementation: Method required: true - language: &ref_5576 + language: &ref_3674 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3088 + - &ref_1997 schema: *ref_8 implementation: Method required: true - language: &ref_5577 + language: &ref_3675 default: name: galleryName description: The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. - serializedName: galleryName protocol: http: in: path - - &ref_5578 - schema: *ref_3073 + - &ref_3676 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5579 + language: &ref_3677 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3086 + application/json: &ref_1995 parameters: - - &ref_3085 - schema: *ref_967 + - &ref_1994 + schema: *ref_966 implementation: Method required: true - language: &ref_5580 + language: &ref_3678 default: name: gallery description: Parameters supplied to the update Shared Image Gallery operation. - go: - name: gallery - description: Parameters supplied to the update Shared Image Gallery operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94248,22 +64622,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3085 + - *ref_1994 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName} @@ -94273,19 +64640,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3086 + - *ref_1995 signatureParameters: - - *ref_3087 - - *ref_3088 + - *ref_1996 + - *ref_1997 responses: - schema: *ref_582 - language: &ref_5582 + language: &ref_3680 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -94294,14 +64658,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94336,169 +64697,65 @@ operationGroups: default: name: Update description: Update a Shared Image Gallery. - go: - name: Update - description: |- - Update a Shared Image Gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3806 - schema: - type: object - language: - default: &ref_3089 - name: GalleriesClientBeginUpdateOptions - description: GalleriesClientBeginUpdateOptions contains the optional parameters for the GalleriesClient.BeginUpdate method. - go: *ref_3089 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3090 - name: string - description: '' - go: *ref_3090 - protocol: {} - language: - default: &ref_3091 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3091 - protocol: {} - required: false - serializedName: GalleriesClientBeginUpdateOptions - language: - default: &ref_3092 - name: options - description: GalleriesClientBeginUpdateOptions contains the optional parameters for the GalleriesClient.BeginUpdate method. - go: *ref_3092 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4053 - type: object - properties: - - &ref_3094 - schema: *ref_582 - serializedName: Gallery - language: - default: &ref_3093 - name: Gallery - description: Specifies information about the Shared Image Gallery that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3093 - protocol: {} - language: - default: &ref_3095 - name: GalleriesClientUpdateResponse - description: GalleriesClientUpdateResponse contains the response from method GalleriesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3094 - go: *ref_3095 - protocol: {} protocol: {} - - &ref_5593 + - &ref_3691 operationId: Galleries_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3100 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_1999 + schema: *ref_1885 implementation: Method required: true - language: &ref_5584 + language: &ref_3682 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3101 + - &ref_2000 schema: *ref_8 implementation: Method required: true - language: &ref_5585 + language: &ref_3683 default: name: galleryName description: The name of the Shared Image Gallery. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery. - serializedName: galleryName protocol: http: in: path - - &ref_5586 - schema: *ref_3073 + - &ref_3684 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5587 + language: &ref_3685 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3098 - schema: *ref_3096 + - &ref_2001 + schema: *ref_1998 implementation: Method - language: &ref_5588 + language: &ref_3686 default: name: select description: The select expression to apply on the operation. serializedName: $select - go: - name: Select - description: The select expression to apply on the operation. - paramGroup: &ref_3102 - schema: - type: object - language: - default: &ref_3097 - name: GalleriesClientGetOptions - description: GalleriesClientGetOptions contains the optional parameters for the GalleriesClient.Get method. - go: *ref_3097 - protocol: {} - originalParameter: - - *ref_3098 - required: false - serializedName: GalleriesClientGetOptions - language: - default: &ref_3099 - name: options - description: GalleriesClientGetOptions contains the optional parameters for the GalleriesClient.Get method. - go: *ref_3099 - protocol: {} - serializedName: $select protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94507,10 +64764,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -94519,27 +64772,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName} method: get uri: '{$host}' signatureParameters: - - *ref_3100 - - *ref_3101 - - *ref_3098 + - *ref_1999 + - *ref_2000 + - *ref_2001 responses: - schema: *ref_582 - language: &ref_5589 + language: &ref_3687 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -94548,14 +64795,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94610,102 +64854,54 @@ operationGroups: default: name: Get description: Retrieves information about a Shared Image Gallery. - go: - name: Get - description: |- - Retrieves information about a Shared Image Gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: *ref_3102 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4054 - type: object - properties: - - &ref_3104 - schema: *ref_582 - serializedName: Gallery - language: - default: &ref_3103 - name: Gallery - description: Specifies information about the Shared Image Gallery that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3103 - protocol: {} - language: - default: &ref_3105 - name: GalleriesClientGetResponse - description: GalleriesClientGetResponse contains the response from method GalleriesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3104 - go: *ref_3105 - protocol: {} protocol: {} - - &ref_5598 + - &ref_3696 operationId: Galleries_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3106 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2002 + schema: *ref_1885 implementation: Method required: true - language: &ref_5594 + language: &ref_3692 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3107 + - &ref_2003 schema: *ref_8 implementation: Method required: true - language: &ref_5595 + language: &ref_3693 default: name: galleryName description: The name of the Shared Image Gallery to be deleted. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery to be deleted. - serializedName: galleryName protocol: http: in: path - - &ref_5596 - schema: *ref_3073 + - &ref_3694 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5597 + language: &ref_3695 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94714,10 +64910,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -94726,25 +64918,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName} method: delete uri: '{$host}' signatureParameters: - - *ref_3106 - - *ref_3107 + - *ref_2002 + - *ref_2003 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -94753,9 +64939,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -94764,22 +64947,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94805,105 +64982,42 @@ operationGroups: default: name: Delete description: Delete a Shared Image Gallery. - go: - name: Delete - description: |- - Delete a Shared Image Gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3807 - schema: - type: object - language: - default: &ref_3108 - name: GalleriesClientBeginDeleteOptions - description: GalleriesClientBeginDeleteOptions contains the optional parameters for the GalleriesClient.BeginDelete method. - go: *ref_3108 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3109 - name: string - description: '' - go: *ref_3109 - protocol: {} - language: - default: &ref_3110 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3110 - protocol: {} - required: false - serializedName: GalleriesClientBeginDeleteOptions - language: - default: &ref_3111 - name: options - description: GalleriesClientBeginDeleteOptions contains the optional parameters for the GalleriesClient.BeginDelete method. - go: *ref_3111 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4055 - type: object - language: - default: &ref_3112 - name: GalleriesClientDeleteResponse - description: GalleriesClientDeleteResponse contains the response from method GalleriesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3112 - protocol: {} protocol: {} - - &ref_5605 + - &ref_3703 operationId: Galleries_ListByResourceGroup apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3113 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2004 + schema: *ref_1885 implementation: Method required: true - language: &ref_5599 + language: &ref_3697 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_5600 - schema: *ref_3073 + - &ref_3698 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5601 + language: &ref_3699 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -94912,10 +65026,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -94924,25 +65034,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries method: get uri: '{$host}' signatureParameters: - - *ref_3113 + - *ref_2004 responses: - - schema: *ref_3114 - language: &ref_5602 + - schema: *ref_2005 + language: &ref_3700 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -94951,14 +65055,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -94996,87 +65097,30 @@ operationGroups: description: List galleries under a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: List galleries under a resource group. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3808 - schema: - type: object - language: - default: &ref_3115 - name: GalleriesClientListByResourceGroupOptions - description: GalleriesClientListByResourceGroupOptions contains the optional parameters for the GalleriesClient.NewListByResourceGroupPager method. - go: *ref_3115 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleriesClientListByResourceGroupOptions - language: - default: &ref_3116 - name: options - description: GalleriesClientListByResourceGroupOptions contains the optional parameters for the GalleriesClient.NewListByResourceGroupPager method. - go: *ref_3116 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4056 - type: object - properties: - - &ref_3118 - schema: *ref_3114 - serializedName: GalleryList - language: - default: &ref_3117 - name: GalleryList - description: The List Galleries operation response. - byValue: true - embeddedType: true - go: *ref_3117 - protocol: {} - language: - default: &ref_3119 - name: GalleriesClientListByResourceGroupResponse - description: GalleriesClientListByResourceGroupResponse contains the response from method GalleriesClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3118 - go: *ref_3119 - protocol: {} protocol: {} - - &ref_5609 + - &ref_3707 operationId: Galleries_List apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_5606 - schema: *ref_3073 + - *ref_1326 + - *ref_1330 + - &ref_3704 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5607 + language: &ref_3705 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -95085,10 +65129,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -95097,9 +65137,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleries @@ -95107,14 +65144,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_3114 - language: &ref_5608 + - schema: *ref_2005 + language: &ref_3706 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -95123,14 +65157,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -95166,168 +65197,87 @@ operationGroups: description: List galleries under a subscription. paging: nextLinkName: nextLink - go: - name: List - description: List galleries under a subscription. - azureARM: true - clientName: GalleriesClient - openApiType: arm - optionalParamGroup: &ref_3809 - schema: - type: object - language: - default: &ref_3120 - name: GalleriesClientListOptions - description: GalleriesClientListOptions contains the optional parameters for the GalleriesClient.NewListPager method. - go: *ref_3120 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleriesClientListOptions - language: - default: &ref_3121 - name: options - description: GalleriesClientListOptions contains the optional parameters for the GalleriesClient.NewListPager method. - go: *ref_3121 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4057 - type: object - properties: - - &ref_3123 - schema: *ref_3114 - serializedName: GalleryList - language: - default: &ref_3122 - name: GalleryList - description: The List Galleries operation response. - byValue: true - embeddedType: true - go: *ref_3122 - protocol: {} - language: - default: &ref_3124 - name: GalleriesClientListResponse - description: GalleriesClientListResponse contains the response from method GalleriesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3123 - go: *ref_3124 - protocol: {} protocol: {} language: default: name: Galleries description: '' - go: - name: Galleries - description: '' - clientCtorName: NewGalleriesClient - clientName: GalleriesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5629 + - &ref_3727 $key: GalleryImages operations: - - &ref_5628 + - &ref_3726 operationId: GalleryImages_CreateOrUpdate apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3127 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2008 + schema: *ref_1885 implementation: Method required: true - language: &ref_5610 + language: &ref_3708 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3128 + - &ref_2009 schema: *ref_8 implementation: Method required: true - language: &ref_5611 + language: &ref_3709 default: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition is to be created. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition is to be created. - serializedName: galleryName protocol: http: in: path - - &ref_3129 + - &ref_2010 schema: *ref_8 implementation: Method required: true - language: &ref_5612 + language: &ref_3710 default: name: galleryImageName description: The name of the gallery image definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryImageName - go: - name: galleryImageName - description: |- - The name of the gallery image definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 - characters. - serializedName: galleryImageName protocol: http: in: path - - &ref_5613 - schema: *ref_3073 + - &ref_3711 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5614 + language: &ref_3712 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3126 + application/json: &ref_2007 parameters: - - &ref_3125 + - &ref_2006 schema: *ref_583 implementation: Method required: true - language: &ref_5615 + language: &ref_3713 default: name: galleryImage description: Parameters supplied to the create or update gallery image operation. - go: - name: galleryImage - description: Parameters supplied to the create or update gallery image operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -95336,22 +65286,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3125 + - *ref_2006 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName} @@ -95361,20 +65304,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3126 + - *ref_2007 signatureParameters: - - *ref_3127 - - *ref_3128 - - *ref_3129 + - *ref_2008 + - *ref_2009 + - *ref_2010 responses: - schema: *ref_583 - language: &ref_5624 + language: &ref_3722 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -95383,13 +65323,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_583 - language: &ref_5626 + language: &ref_3724 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -95398,13 +65335,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_583 - language: &ref_5627 + language: &ref_3725 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -95413,14 +65347,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -95493,167 +65424,79 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a gallery image definition. - go: - name: CreateOrUpdate - description: |- - Create or update a gallery image definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3810 - schema: - type: object - language: - default: &ref_3130 - name: GalleryImagesClientBeginCreateOrUpdateOptions - description: GalleryImagesClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryImagesClient.BeginCreateOrUpdate method. - go: *ref_3130 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3131 - name: string - description: '' - go: *ref_3131 - protocol: {} - language: - default: &ref_3132 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3132 - protocol: {} - required: false - serializedName: GalleryImagesClientBeginCreateOrUpdateOptions - language: - default: &ref_3133 - name: options - description: GalleryImagesClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryImagesClient.BeginCreateOrUpdate method. - go: *ref_3133 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4058 - type: object - properties: - - &ref_3135 - schema: *ref_583 - serializedName: GalleryImage - language: - default: &ref_3134 - name: GalleryImage - description: Specifies information about the gallery image definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3134 - protocol: {} - language: - default: &ref_3136 - name: GalleryImagesClientCreateOrUpdateResponse - description: GalleryImagesClientCreateOrUpdateResponse contains the response from method GalleryImagesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3135 - go: *ref_3136 - protocol: {} protocol: {} - - &ref_5638 + - &ref_3736 operationId: GalleryImages_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3139 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2013 + schema: *ref_1885 implementation: Method required: true - language: &ref_5630 + language: &ref_3728 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3140 + - &ref_2014 schema: *ref_8 implementation: Method required: true - language: &ref_5631 + language: &ref_3729 default: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition is to be updated. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition is to be updated. - serializedName: galleryName protocol: http: in: path - - &ref_3141 + - &ref_2015 schema: *ref_8 implementation: Method required: true - language: &ref_5632 + language: &ref_3730 default: name: galleryImageName description: The name of the gallery image definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. - serializedName: galleryImageName protocol: http: in: path - - &ref_5633 - schema: *ref_3073 + - &ref_3731 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5634 + language: &ref_3732 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3138 + application/json: &ref_2012 parameters: - - &ref_3137 - schema: *ref_973 + - &ref_2011 + schema: *ref_972 implementation: Method required: true - language: &ref_5635 + language: &ref_3733 default: name: galleryImage description: Parameters supplied to the update gallery image operation. - go: - name: galleryImage - description: Parameters supplied to the update gallery image operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -95662,22 +65505,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3137 + - *ref_2011 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName} @@ -95687,20 +65523,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3138 + - *ref_2012 signatureParameters: - - *ref_3139 - - *ref_3140 - - *ref_3141 + - *ref_2013 + - *ref_2014 + - *ref_2015 responses: - schema: *ref_583 - language: &ref_5637 + language: &ref_3735 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -95709,14 +65542,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -95762,151 +65592,66 @@ operationGroups: default: name: Update description: Update a gallery image definition. - go: - name: Update - description: |- - Update a gallery image definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3811 - schema: - type: object - language: - default: &ref_3142 - name: GalleryImagesClientBeginUpdateOptions - description: GalleryImagesClientBeginUpdateOptions contains the optional parameters for the GalleryImagesClient.BeginUpdate method. - go: *ref_3142 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3143 - name: string - description: '' - go: *ref_3143 - protocol: {} - language: - default: &ref_3144 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3144 - protocol: {} - required: false - serializedName: GalleryImagesClientBeginUpdateOptions - language: - default: &ref_3145 - name: options - description: GalleryImagesClientBeginUpdateOptions contains the optional parameters for the GalleryImagesClient.BeginUpdate method. - go: *ref_3145 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4059 - type: object - properties: - - &ref_3147 - schema: *ref_583 - serializedName: GalleryImage - language: - default: &ref_3146 - name: GalleryImage - description: Specifies information about the gallery image definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3146 - protocol: {} - language: - default: &ref_3148 - name: GalleryImagesClientUpdateResponse - description: GalleryImagesClientUpdateResponse contains the response from method GalleryImagesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3147 - go: *ref_3148 - protocol: {} protocol: {} - - &ref_5645 + - &ref_3743 operationId: GalleryImages_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3149 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2016 + schema: *ref_1885 implementation: Method required: true - language: &ref_5639 + language: &ref_3737 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3150 + - &ref_2017 schema: *ref_8 implementation: Method required: true - language: &ref_5640 + language: &ref_3738 default: name: galleryName description: The name of the Shared Image Gallery from which the Image Definitions are to be retrieved. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery from which the Image Definitions are to be retrieved. - serializedName: galleryName protocol: http: in: path - - &ref_3151 + - &ref_2018 schema: *ref_8 implementation: Method required: true - language: &ref_5641 + language: &ref_3739 default: name: galleryImageName description: The name of the gallery image definition to be retrieved. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition to be retrieved. - serializedName: galleryImageName protocol: http: in: path - - &ref_5642 - schema: *ref_3073 + - &ref_3740 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5643 + language: &ref_3741 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -95915,10 +65660,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -95927,27 +65668,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName} method: get uri: '{$host}' signatureParameters: - - *ref_3149 - - *ref_3150 - - *ref_3151 + - *ref_2016 + - *ref_2017 + - *ref_2018 responses: - schema: *ref_583 - language: &ref_5644 + language: &ref_3742 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -95956,14 +65691,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -95999,135 +65731,66 @@ operationGroups: default: name: Get description: Retrieves information about a gallery image definition. - go: - name: Get - description: |- - Retrieves information about a gallery image definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3812 - schema: - type: object - language: - default: &ref_3152 - name: GalleryImagesClientGetOptions - description: GalleryImagesClientGetOptions contains the optional parameters for the GalleryImagesClient.Get method. - go: *ref_3152 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryImagesClientGetOptions - language: - default: &ref_3153 - name: options - description: GalleryImagesClientGetOptions contains the optional parameters for the GalleryImagesClient.Get method. - go: *ref_3153 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4060 - type: object - properties: - - &ref_3155 - schema: *ref_583 - serializedName: GalleryImage - language: - default: &ref_3154 - name: GalleryImage - description: Specifies information about the gallery image definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3154 - protocol: {} - language: - default: &ref_3156 - name: GalleryImagesClientGetResponse - description: GalleryImagesClientGetResponse contains the response from method GalleryImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3155 - go: *ref_3156 - protocol: {} protocol: {} - - &ref_5651 + - &ref_3749 operationId: GalleryImages_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3157 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2019 + schema: *ref_1885 implementation: Method required: true - language: &ref_5646 + language: &ref_3744 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3158 + - &ref_2020 schema: *ref_8 implementation: Method required: true - language: &ref_5647 + language: &ref_3745 default: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition is to be deleted. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition is to be deleted. - serializedName: galleryName protocol: http: in: path - - &ref_3159 + - &ref_2021 schema: *ref_8 implementation: Method required: true - language: &ref_5648 + language: &ref_3746 default: name: galleryImageName description: The name of the gallery image definition to be deleted. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition to be deleted. - serializedName: galleryImageName protocol: http: in: path - - &ref_5649 - schema: *ref_3073 + - &ref_3747 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5650 + language: &ref_3748 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -96136,10 +65799,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -96148,26 +65807,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName} method: delete uri: '{$host}' signatureParameters: - - *ref_3157 - - *ref_3158 - - *ref_3159 + - *ref_2019 + - *ref_2020 + - *ref_2021 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -96176,9 +65829,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -96187,22 +65837,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -96229,121 +65873,54 @@ operationGroups: default: name: Delete description: Delete a gallery image. - go: - name: Delete - description: |- - Delete a gallery image. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3813 - schema: - type: object - language: - default: &ref_3160 - name: GalleryImagesClientBeginDeleteOptions - description: GalleryImagesClientBeginDeleteOptions contains the optional parameters for the GalleryImagesClient.BeginDelete method. - go: *ref_3160 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3161 - name: string - description: '' - go: *ref_3161 - protocol: {} - language: - default: &ref_3162 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3162 - protocol: {} - required: false - serializedName: GalleryImagesClientBeginDeleteOptions - language: - default: &ref_3163 - name: options - description: GalleryImagesClientBeginDeleteOptions contains the optional parameters for the GalleryImagesClient.BeginDelete method. - go: *ref_3163 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4061 - type: object - language: - default: &ref_3164 - name: GalleryImagesClientDeleteResponse - description: GalleryImagesClientDeleteResponse contains the response from method GalleryImagesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3164 - protocol: {} protocol: {} - - &ref_5659 + - &ref_3757 operationId: GalleryImages_ListByGallery apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3165 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2022 + schema: *ref_1885 implementation: Method required: true - language: &ref_5652 + language: &ref_3750 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3166 + - &ref_2023 schema: *ref_8 implementation: Method required: true - language: &ref_5653 + language: &ref_3751 default: name: galleryName description: The name of the Shared Image Gallery from which Image Definitions are to be listed. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery from which Image Definitions are to be listed. - serializedName: galleryName protocol: http: in: path - - &ref_5654 - schema: *ref_3073 + - &ref_3752 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5655 + language: &ref_3753 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -96352,10 +65929,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -96364,26 +65937,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images method: get uri: '{$host}' signatureParameters: - - *ref_3165 - - *ref_3166 + - *ref_2022 + - *ref_2023 responses: - - schema: *ref_3167 - language: &ref_5656 + - schema: *ref_2024 + language: &ref_3754 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -96392,14 +65959,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -96441,186 +66005,101 @@ operationGroups: description: List gallery image definitions in a gallery. paging: nextLinkName: nextLink - go: - name: ListByGallery - description: List gallery image definitions in a gallery. - azureARM: true - clientName: GalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3814 - schema: - type: object - language: - default: &ref_3168 - name: GalleryImagesClientListByGalleryOptions - description: GalleryImagesClientListByGalleryOptions contains the optional parameters for the GalleryImagesClient.NewListByGalleryPager method. - go: *ref_3168 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryImagesClientListByGalleryOptions - language: - default: &ref_3169 - name: options - description: GalleryImagesClientListByGalleryOptions contains the optional parameters for the GalleryImagesClient.NewListByGalleryPager method. - go: *ref_3169 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByGallery - requestMethod: listByGalleryCreateRequest - responseMethod: listByGalleryHandleResponse - responseEnv: &ref_4062 - type: object - properties: - - &ref_3171 - schema: *ref_3167 - serializedName: GalleryImageList - language: - default: &ref_3170 - name: GalleryImageList - description: The List Gallery Images operation response. - byValue: true - embeddedType: true - go: *ref_3170 - protocol: {} - language: - default: &ref_3172 - name: GalleryImagesClientListByGalleryResponse - description: GalleryImagesClientListByGalleryResponse contains the response from method GalleryImagesClient.NewListByGalleryPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3171 - go: *ref_3172 - protocol: {} protocol: {} language: default: name: GalleryImages description: '' - go: - name: GalleryImages - description: '' - clientCtorName: NewGalleryImagesClient - clientName: GalleryImagesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5697 + - &ref_3795 $key: GalleryImageVersions operations: - - &ref_5696 + - &ref_3794 operationId: GalleryImageVersions_CreateOrUpdate apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3175 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2027 + schema: *ref_1885 implementation: Method required: true - language: &ref_5660 + language: &ref_3758 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3176 + - &ref_2028 schema: *ref_8 implementation: Method required: true - language: &ref_5661 + language: &ref_3759 default: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3177 + - &ref_2029 schema: *ref_8 implementation: Method required: true - language: &ref_5662 + language: &ref_3760 default: name: galleryImageName description: The name of the gallery image definition in which the Image Version is to be created. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition in which the Image Version is to be created. - serializedName: galleryImageName protocol: http: in: path - - &ref_3178 + - &ref_2030 schema: *ref_8 implementation: Method required: true - language: &ref_5663 + language: &ref_3761 default: name: galleryImageVersionName description: >- The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: |- - The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. - Format: .. - serializedName: galleryImageVersionName protocol: http: in: path - - &ref_5664 - schema: *ref_3073 + - &ref_3762 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5665 + language: &ref_3763 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3174 + application/json: &ref_2026 parameters: - - &ref_3173 + - &ref_2025 schema: *ref_584 implementation: Method required: true - language: &ref_5666 + language: &ref_3764 default: name: galleryImageVersion description: Parameters supplied to the create or update gallery image version operation. - go: - name: galleryImageVersion - description: Parameters supplied to the create or update gallery image version operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -96629,22 +66108,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3173 + - *ref_2025 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName} @@ -96654,21 +66126,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3174 + - *ref_2026 signatureParameters: - - *ref_3175 - - *ref_3176 - - *ref_3177 - - *ref_3178 + - *ref_2027 + - *ref_2028 + - *ref_2029 + - *ref_2030 responses: - schema: *ref_584 - language: &ref_5683 + language: &ref_3781 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -96677,13 +66146,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_584 - language: &ref_5694 + language: &ref_3792 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -96692,13 +66158,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_584 - language: &ref_5695 + language: &ref_3793 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -96707,14 +66170,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -97706,187 +67166,93 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a gallery image version. - go: - name: CreateOrUpdate - description: |- - Create or update a gallery image version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3815 - schema: - type: object - language: - default: &ref_3179 - name: GalleryImageVersionsClientBeginCreateOrUpdateOptions - description: GalleryImageVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryImageVersionsClient.BeginCreateOrUpdate method. - go: *ref_3179 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3180 - name: string - description: '' - go: *ref_3180 - protocol: {} - language: - default: &ref_3181 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3181 - protocol: {} - required: false - serializedName: GalleryImageVersionsClientBeginCreateOrUpdateOptions - language: - default: &ref_3182 - name: options - description: GalleryImageVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryImageVersionsClient.BeginCreateOrUpdate method. - go: *ref_3182 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4063 - type: object - properties: - - &ref_3184 - schema: *ref_584 - serializedName: GalleryImageVersion - language: - default: &ref_3183 - name: GalleryImageVersion - description: Specifies information about the gallery image version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3183 - protocol: {} - language: - default: &ref_3185 - name: GalleryImageVersionsClientCreateOrUpdateResponse - description: GalleryImageVersionsClientCreateOrUpdateResponse contains the response from method GalleryImageVersionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3184 - go: *ref_3185 - protocol: {} protocol: {} - - &ref_5709 + - &ref_3807 operationId: GalleryImageVersions_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3188 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2033 + schema: *ref_1885 implementation: Method required: true - language: &ref_5700 + language: &ref_3798 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3189 + - &ref_2034 schema: *ref_8 implementation: Method required: true - language: &ref_5701 + language: &ref_3799 default: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3190 + - &ref_2035 schema: *ref_8 implementation: Method required: true - language: &ref_5702 + language: &ref_3800 default: name: galleryImageName description: The name of the gallery image definition in which the Image Version is to be updated. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition in which the Image Version is to be updated. - serializedName: galleryImageName protocol: http: in: path - - &ref_3191 + - &ref_2036 schema: *ref_8 implementation: Method required: true - language: &ref_5703 + language: &ref_3801 default: name: galleryImageVersionName description: >- The name of the gallery image version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: |- - The name of the gallery image version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. - Format: .. - serializedName: galleryImageVersionName protocol: http: in: path - - &ref_5704 - schema: *ref_3073 + - &ref_3802 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5705 + language: &ref_3803 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3187 + application/json: &ref_2032 parameters: - - &ref_3186 - schema: *ref_974 + - &ref_2031 + schema: *ref_973 implementation: Method required: true - language: &ref_5706 + language: &ref_3804 default: name: galleryImageVersion description: Parameters supplied to the update gallery image version operation. - go: - name: galleryImageVersion - description: Parameters supplied to the update gallery image version operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -97895,22 +67261,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3186 + - *ref_2031 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName} @@ -97920,21 +67279,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3187 + - *ref_2032 signatureParameters: - - *ref_3188 - - *ref_3189 - - *ref_3190 - - *ref_3191 + - *ref_2033 + - *ref_2034 + - *ref_2035 + - *ref_2036 responses: - schema: *ref_584 - language: &ref_5708 + language: &ref_3806 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -97943,14 +67299,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -98073,201 +67426,89 @@ operationGroups: default: name: Update description: Update a gallery image version. - go: - name: Update - description: |- - Update a gallery image version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3816 - schema: - type: object - language: - default: &ref_3192 - name: GalleryImageVersionsClientBeginUpdateOptions - description: GalleryImageVersionsClientBeginUpdateOptions contains the optional parameters for the GalleryImageVersionsClient.BeginUpdate method. - go: *ref_3192 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3193 - name: string - description: '' - go: *ref_3193 - protocol: {} - language: - default: &ref_3194 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3194 - protocol: {} - required: false - serializedName: GalleryImageVersionsClientBeginUpdateOptions - language: - default: &ref_3195 - name: options - description: GalleryImageVersionsClientBeginUpdateOptions contains the optional parameters for the GalleryImageVersionsClient.BeginUpdate method. - go: *ref_3195 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4064 - type: object - properties: - - &ref_3197 - schema: *ref_584 - serializedName: GalleryImageVersion - language: - default: &ref_3196 - name: GalleryImageVersion - description: Specifies information about the gallery image version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3196 - protocol: {} - language: - default: &ref_3198 - name: GalleryImageVersionsClientUpdateResponse - description: GalleryImageVersionsClientUpdateResponse contains the response from method GalleryImageVersionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3197 - go: *ref_3198 - protocol: {} protocol: {} - - &ref_5725 + - &ref_3823 operationId: GalleryImageVersions_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3203 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2038 + schema: *ref_1885 implementation: Method required: true - language: &ref_5710 + language: &ref_3808 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3204 + - &ref_2039 schema: *ref_8 implementation: Method required: true - language: &ref_5711 + language: &ref_3809 default: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3205 + - &ref_2040 schema: *ref_8 implementation: Method required: true - language: &ref_5712 + language: &ref_3810 default: name: galleryImageName description: The name of the gallery image definition in which the Image Version resides. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition in which the Image Version resides. - serializedName: galleryImageName protocol: http: in: path - - &ref_3206 + - &ref_2041 schema: *ref_8 implementation: Method required: true - language: &ref_5713 + language: &ref_3811 default: name: galleryImageVersionName description: The name of the gallery image version to be retrieved. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: The name of the gallery image version to be retrieved. - serializedName: galleryImageVersionName protocol: http: in: path - - &ref_3201 - schema: *ref_3199 + - &ref_2042 + schema: *ref_2037 implementation: Method - language: &ref_5714 + language: &ref_3812 default: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_3207 - schema: - type: object - language: - default: &ref_3200 - name: GalleryImageVersionsClientGetOptions - description: GalleryImageVersionsClientGetOptions contains the optional parameters for the GalleryImageVersionsClient.Get method. - go: *ref_3200 - protocol: {} - originalParameter: - - *ref_3201 - required: false - serializedName: GalleryImageVersionsClientGetOptions - language: - default: &ref_3202 - name: options - description: GalleryImageVersionsClientGetOptions contains the optional parameters for the GalleryImageVersionsClient.Get method. - go: *ref_3202 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_5715 - schema: *ref_3073 + - &ref_3813 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5716 + language: &ref_3814 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -98276,10 +67517,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -98288,29 +67525,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName} method: get uri: '{$host}' signatureParameters: - - *ref_3203 - - *ref_3204 - - *ref_3205 - - *ref_3206 - - *ref_3201 + - *ref_2038 + - *ref_2039 + - *ref_2040 + - *ref_2041 + - *ref_2042 responses: - schema: *ref_584 - language: &ref_5717 + language: &ref_3815 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -98319,14 +67550,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -98530,134 +67758,78 @@ operationGroups: default: name: Get description: Retrieves information about a gallery image version. - go: - name: Get - description: |- - Retrieves information about a gallery image version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: *ref_3207 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4065 - type: object - properties: - - &ref_3209 - schema: *ref_584 - serializedName: GalleryImageVersion - language: - default: &ref_3208 - name: GalleryImageVersion - description: Specifies information about the gallery image version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3208 - protocol: {} - language: - default: &ref_3210 - name: GalleryImageVersionsClientGetResponse - description: GalleryImageVersionsClientGetResponse contains the response from method GalleryImageVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3209 - go: *ref_3210 - protocol: {} protocol: {} - - &ref_5732 + - &ref_3830 operationId: GalleryImageVersions_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3211 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2043 + schema: *ref_1885 implementation: Method required: true - language: &ref_5726 + language: &ref_3824 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3212 + - &ref_2044 schema: *ref_8 implementation: Method required: true - language: &ref_5727 + language: &ref_3825 default: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3213 + - &ref_2045 schema: *ref_8 implementation: Method required: true - language: &ref_5728 + language: &ref_3826 default: name: galleryImageName description: The name of the gallery image definition in which the Image Version resides. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the gallery image definition in which the Image Version resides. - serializedName: galleryImageName protocol: http: in: path - - &ref_3214 + - &ref_2046 schema: *ref_8 implementation: Method required: true - language: &ref_5729 + language: &ref_3827 default: name: galleryImageVersionName description: The name of the gallery image version to be deleted. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: The name of the gallery image version to be deleted. - serializedName: galleryImageVersionName protocol: http: in: path - - &ref_5730 - schema: *ref_3073 + - &ref_3828 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5731 + language: &ref_3829 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -98666,10 +67838,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -98678,27 +67846,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName} method: delete uri: '{$host}' signatureParameters: - - *ref_3211 - - *ref_3212 - - *ref_3213 - - *ref_3214 + - *ref_2043 + - *ref_2044 + - *ref_2045 + - *ref_2046 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -98707,9 +67869,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -98718,22 +67877,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -98761,137 +67914,66 @@ operationGroups: default: name: Delete description: Delete a gallery image version. - go: - name: Delete - description: |- - Delete a gallery image version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3817 - schema: - type: object - language: - default: &ref_3215 - name: GalleryImageVersionsClientBeginDeleteOptions - description: GalleryImageVersionsClientBeginDeleteOptions contains the optional parameters for the GalleryImageVersionsClient.BeginDelete method. - go: *ref_3215 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3216 - name: string - description: '' - go: *ref_3216 - protocol: {} - language: - default: &ref_3217 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3217 - protocol: {} - required: false - serializedName: GalleryImageVersionsClientBeginDeleteOptions - language: - default: &ref_3218 - name: options - description: GalleryImageVersionsClientBeginDeleteOptions contains the optional parameters for the GalleryImageVersionsClient.BeginDelete method. - go: *ref_3218 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4066 - type: object - language: - default: &ref_3219 - name: GalleryImageVersionsClientDeleteResponse - description: GalleryImageVersionsClientDeleteResponse contains the response from method GalleryImageVersionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3219 - protocol: {} protocol: {} - - &ref_5741 + - &ref_3839 operationId: GalleryImageVersions_ListByGalleryImage apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3220 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2047 + schema: *ref_1885 implementation: Method required: true - language: &ref_5733 + language: &ref_3831 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3221 + - &ref_2048 schema: *ref_8 implementation: Method required: true - language: &ref_5734 + language: &ref_3832 default: name: galleryName description: The name of the Shared Image Gallery in which the Image Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery in which the Image Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3222 + - &ref_2049 schema: *ref_8 implementation: Method required: true - language: &ref_5735 + language: &ref_3833 default: name: galleryImageName description: The name of the Shared Image Gallery Image Definition from which the Image Versions are to be listed. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the Shared Image Gallery Image Definition from which the Image Versions are to be listed. - serializedName: galleryImageName protocol: http: in: path - - &ref_5736 - schema: *ref_3073 + - &ref_3834 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5737 + language: &ref_3835 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -98900,10 +67982,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -98912,27 +67990,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions method: get uri: '{$host}' signatureParameters: - - *ref_3220 - - *ref_3221 - - *ref_3222 + - *ref_2047 + - *ref_2048 + - *ref_2049 responses: - - schema: *ref_3223 - language: &ref_5738 + - schema: *ref_2050 + language: &ref_3836 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -98941,14 +68013,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -99013,168 +68082,87 @@ operationGroups: description: List gallery image versions in a gallery image definition. paging: nextLinkName: nextLink - go: - name: ListByGalleryImage - description: List gallery image versions in a gallery image definition. - azureARM: true - clientName: GalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3818 - schema: - type: object - language: - default: &ref_3224 - name: GalleryImageVersionsClientListByGalleryImageOptions - description: GalleryImageVersionsClientListByGalleryImageOptions contains the optional parameters for the GalleryImageVersionsClient.NewListByGalleryImagePager method. - go: *ref_3224 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryImageVersionsClientListByGalleryImageOptions - language: - default: &ref_3225 - name: options - description: GalleryImageVersionsClientListByGalleryImageOptions contains the optional parameters for the GalleryImageVersionsClient.NewListByGalleryImagePager method. - go: *ref_3225 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByGalleryImage - requestMethod: listByGalleryImageCreateRequest - responseMethod: listByGalleryImageHandleResponse - responseEnv: &ref_4067 - type: object - properties: - - &ref_3227 - schema: *ref_3223 - serializedName: GalleryImageVersionList - language: - default: &ref_3226 - name: GalleryImageVersionList - description: The List Gallery Image version operation response. - byValue: true - embeddedType: true - go: *ref_3226 - protocol: {} - language: - default: &ref_3228 - name: GalleryImageVersionsClientListByGalleryImageResponse - description: GalleryImageVersionsClientListByGalleryImageResponse contains the response from method GalleryImageVersionsClient.NewListByGalleryImagePager. - marshallingFormat: json - responseType: true - resultProp: *ref_3227 - go: *ref_3228 - protocol: {} protocol: {} language: default: name: GalleryImageVersions description: '' - go: - name: GalleryImageVersions - description: '' - clientCtorName: NewGalleryImageVersionsClient - clientName: GalleryImageVersionsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5758 + - &ref_3856 $key: GalleryApplications operations: - - &ref_5757 + - &ref_3855 operationId: GalleryApplications_CreateOrUpdate apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3231 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2053 + schema: *ref_1885 implementation: Method required: true - language: &ref_5742 + language: &ref_3840 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3232 + - &ref_2054 schema: *ref_8 implementation: Method required: true - language: &ref_5743 + language: &ref_3841 default: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition is to be created. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition is to be created. - serializedName: galleryName protocol: http: in: path - - &ref_3233 + - &ref_2055 schema: *ref_8 implementation: Method required: true - language: &ref_5744 + language: &ref_3842 default: name: galleryApplicationName description: The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: |- - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 - characters. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_5745 - schema: *ref_3073 + - &ref_3843 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5746 + language: &ref_3844 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3230 + application/json: &ref_2052 parameters: - - &ref_3229 + - &ref_2051 schema: *ref_585 implementation: Method required: true - language: &ref_5747 + language: &ref_3845 default: name: galleryApplication description: Parameters supplied to the create or update gallery Application operation. - go: - name: galleryApplication - description: Parameters supplied to the create or update gallery Application operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -99183,22 +68171,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3229 + - *ref_2051 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName} @@ -99208,20 +68189,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3230 + - *ref_2052 signatureParameters: - - *ref_3231 - - *ref_3232 - - *ref_3233 + - *ref_2053 + - *ref_2054 + - *ref_2055 responses: - schema: *ref_585 - language: &ref_5754 + language: &ref_3852 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -99230,13 +68208,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_585 - language: &ref_5755 + language: &ref_3853 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -99245,13 +68220,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_585 - language: &ref_5756 + language: &ref_3854 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -99260,14 +68232,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -99335,169 +68304,79 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a gallery Application Definition. - go: - name: CreateOrUpdate - description: |- - Create or update a gallery Application Definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3819 - schema: - type: object - language: - default: &ref_3234 - name: GalleryApplicationsClientBeginCreateOrUpdateOptions - description: GalleryApplicationsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryApplicationsClient.BeginCreateOrUpdate method. - go: *ref_3234 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3235 - name: string - description: '' - go: *ref_3235 - protocol: {} - language: - default: &ref_3236 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3236 - protocol: {} - required: false - serializedName: GalleryApplicationsClientBeginCreateOrUpdateOptions - language: - default: &ref_3237 - name: options - description: GalleryApplicationsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryApplicationsClient.BeginCreateOrUpdate method. - go: *ref_3237 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4068 - type: object - properties: - - &ref_3239 - schema: *ref_585 - serializedName: GalleryApplication - language: - default: &ref_3238 - name: GalleryApplication - description: Specifies information about the gallery Application Definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3238 - protocol: {} - language: - default: &ref_3240 - name: GalleryApplicationsClientCreateOrUpdateResponse - description: GalleryApplicationsClientCreateOrUpdateResponse contains the response from method GalleryApplicationsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3239 - go: *ref_3240 - protocol: {} protocol: {} - - &ref_5767 + - &ref_3865 operationId: GalleryApplications_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3243 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2058 + schema: *ref_1885 implementation: Method required: true - language: &ref_5759 + language: &ref_3857 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3244 + - &ref_2059 schema: *ref_8 implementation: Method required: true - language: &ref_5760 + language: &ref_3858 default: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition is to be updated. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition is to be updated. - serializedName: galleryName protocol: http: in: path - - &ref_3245 + - &ref_2060 schema: *ref_8 implementation: Method required: true - language: &ref_5761 + language: &ref_3859 default: name: galleryApplicationName description: The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: |- - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 - characters. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_5762 - schema: *ref_3073 + - &ref_3860 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5763 + language: &ref_3861 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3242 + application/json: &ref_2057 parameters: - - &ref_3241 - schema: *ref_975 + - &ref_2056 + schema: *ref_974 implementation: Method required: true - language: &ref_5764 + language: &ref_3862 default: name: galleryApplication description: Parameters supplied to the update gallery Application operation. - go: - name: galleryApplication - description: Parameters supplied to the update gallery Application operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -99506,22 +68385,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3241 + - *ref_2056 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName} @@ -99531,20 +68403,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3242 + - *ref_2057 signatureParameters: - - *ref_3243 - - *ref_3244 - - *ref_3245 + - *ref_2058 + - *ref_2059 + - *ref_2060 responses: - schema: *ref_585 - language: &ref_5766 + language: &ref_3864 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -99553,14 +68422,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -99603,151 +68469,66 @@ operationGroups: default: name: Update description: Update a gallery Application Definition. - go: - name: Update - description: |- - Update a gallery Application Definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3820 - schema: - type: object - language: - default: &ref_3246 - name: GalleryApplicationsClientBeginUpdateOptions - description: GalleryApplicationsClientBeginUpdateOptions contains the optional parameters for the GalleryApplicationsClient.BeginUpdate method. - go: *ref_3246 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3247 - name: string - description: '' - go: *ref_3247 - protocol: {} - language: - default: &ref_3248 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3248 - protocol: {} - required: false - serializedName: GalleryApplicationsClientBeginUpdateOptions - language: - default: &ref_3249 - name: options - description: GalleryApplicationsClientBeginUpdateOptions contains the optional parameters for the GalleryApplicationsClient.BeginUpdate method. - go: *ref_3249 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4069 - type: object - properties: - - &ref_3251 - schema: *ref_585 - serializedName: GalleryApplication - language: - default: &ref_3250 - name: GalleryApplication - description: Specifies information about the gallery Application Definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3250 - protocol: {} - language: - default: &ref_3252 - name: GalleryApplicationsClientUpdateResponse - description: GalleryApplicationsClientUpdateResponse contains the response from method GalleryApplicationsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3251 - go: *ref_3252 - protocol: {} protocol: {} - - &ref_5774 + - &ref_3872 operationId: GalleryApplications_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3253 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2061 + schema: *ref_1885 implementation: Method required: true - language: &ref_5768 + language: &ref_3866 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3254 + - &ref_2062 schema: *ref_8 implementation: Method required: true - language: &ref_5769 + language: &ref_3867 default: name: galleryName description: The name of the Shared Application Gallery from which the Application Definitions are to be retrieved. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery from which the Application Definitions are to be retrieved. - serializedName: galleryName protocol: http: in: path - - &ref_3255 + - &ref_2063 schema: *ref_8 implementation: Method required: true - language: &ref_5770 + language: &ref_3868 default: name: galleryApplicationName description: The name of the gallery Application Definition to be retrieved. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition to be retrieved. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_5771 - schema: *ref_3073 + - &ref_3869 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5772 + language: &ref_3870 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -99756,10 +68537,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -99768,27 +68545,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName} method: get uri: '{$host}' signatureParameters: - - *ref_3253 - - *ref_3254 - - *ref_3255 + - *ref_2061 + - *ref_2062 + - *ref_2063 responses: - schema: *ref_585 - language: &ref_5773 + language: &ref_3871 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -99797,14 +68568,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -99837,135 +68605,66 @@ operationGroups: default: name: Get description: Retrieves information about a gallery Application Definition. - go: - name: Get - description: |- - Retrieves information about a gallery Application Definition. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3821 - schema: - type: object - language: - default: &ref_3256 - name: GalleryApplicationsClientGetOptions - description: GalleryApplicationsClientGetOptions contains the optional parameters for the GalleryApplicationsClient.Get method. - go: *ref_3256 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryApplicationsClientGetOptions - language: - default: &ref_3257 - name: options - description: GalleryApplicationsClientGetOptions contains the optional parameters for the GalleryApplicationsClient.Get method. - go: *ref_3257 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4070 - type: object - properties: - - &ref_3259 - schema: *ref_585 - serializedName: GalleryApplication - language: - default: &ref_3258 - name: GalleryApplication - description: Specifies information about the gallery Application Definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3258 - protocol: {} - language: - default: &ref_3260 - name: GalleryApplicationsClientGetResponse - description: GalleryApplicationsClientGetResponse contains the response from method GalleryApplicationsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3259 - go: *ref_3260 - protocol: {} protocol: {} - - &ref_5780 + - &ref_3878 operationId: GalleryApplications_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3261 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2064 + schema: *ref_1885 implementation: Method required: true - language: &ref_5775 + language: &ref_3873 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3262 + - &ref_2065 schema: *ref_8 implementation: Method required: true - language: &ref_5776 + language: &ref_3874 default: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition is to be deleted. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition is to be deleted. - serializedName: galleryName protocol: http: in: path - - &ref_3263 + - &ref_2066 schema: *ref_8 implementation: Method required: true - language: &ref_5777 + language: &ref_3875 default: name: galleryApplicationName description: The name of the gallery Application Definition to be deleted. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition to be deleted. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_5778 - schema: *ref_3073 + - &ref_3876 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5779 + language: &ref_3877 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -99974,10 +68673,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -99986,26 +68681,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName} method: delete uri: '{$host}' signatureParameters: - - *ref_3261 - - *ref_3262 - - *ref_3263 + - *ref_2064 + - *ref_2065 + - *ref_2066 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -100014,9 +68703,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -100025,22 +68711,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -100067,121 +68747,54 @@ operationGroups: default: name: Delete description: Delete a gallery Application. - go: - name: Delete - description: |- - Delete a gallery Application. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3822 - schema: - type: object - language: - default: &ref_3264 - name: GalleryApplicationsClientBeginDeleteOptions - description: GalleryApplicationsClientBeginDeleteOptions contains the optional parameters for the GalleryApplicationsClient.BeginDelete method. - go: *ref_3264 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3265 - name: string - description: '' - go: *ref_3265 - protocol: {} - language: - default: &ref_3266 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3266 - protocol: {} - required: false - serializedName: GalleryApplicationsClientBeginDeleteOptions - language: - default: &ref_3267 - name: options - description: GalleryApplicationsClientBeginDeleteOptions contains the optional parameters for the GalleryApplicationsClient.BeginDelete method. - go: *ref_3267 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4071 - type: object - language: - default: &ref_3268 - name: GalleryApplicationsClientDeleteResponse - description: GalleryApplicationsClientDeleteResponse contains the response from method GalleryApplicationsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3268 - protocol: {} protocol: {} - - &ref_5788 + - &ref_3886 operationId: GalleryApplications_ListByGallery apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3269 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2067 + schema: *ref_1885 implementation: Method required: true - language: &ref_5781 + language: &ref_3879 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3270 + - &ref_2068 schema: *ref_8 implementation: Method required: true - language: &ref_5782 + language: &ref_3880 default: name: galleryName description: The name of the Shared Application Gallery from which Application Definitions are to be listed. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery from which Application Definitions are to be listed. - serializedName: galleryName protocol: http: in: path - - &ref_5783 - schema: *ref_3073 + - &ref_3881 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5784 + language: &ref_3882 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -100190,10 +68803,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -100202,26 +68811,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications method: get uri: '{$host}' signatureParameters: - - *ref_3269 - - *ref_3270 + - *ref_2067 + - *ref_2068 responses: - - schema: *ref_3271 - language: &ref_5785 + - schema: *ref_2069 + language: &ref_3883 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -100230,14 +68833,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -100276,186 +68876,101 @@ operationGroups: description: List gallery Application Definitions in a gallery. paging: nextLinkName: nextLink - go: - name: ListByGallery - description: List gallery Application Definitions in a gallery. - azureARM: true - clientName: GalleryApplicationsClient - openApiType: arm - optionalParamGroup: &ref_3823 - schema: - type: object - language: - default: &ref_3272 - name: GalleryApplicationsClientListByGalleryOptions - description: GalleryApplicationsClientListByGalleryOptions contains the optional parameters for the GalleryApplicationsClient.NewListByGalleryPager method. - go: *ref_3272 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryApplicationsClientListByGalleryOptions - language: - default: &ref_3273 - name: options - description: GalleryApplicationsClientListByGalleryOptions contains the optional parameters for the GalleryApplicationsClient.NewListByGalleryPager method. - go: *ref_3273 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByGallery - requestMethod: listByGalleryCreateRequest - responseMethod: listByGalleryHandleResponse - responseEnv: &ref_4072 - type: object - properties: - - &ref_3275 - schema: *ref_3271 - serializedName: GalleryApplicationList - language: - default: &ref_3274 - name: GalleryApplicationList - description: The List Gallery Applications operation response. - byValue: true - embeddedType: true - go: *ref_3274 - protocol: {} - language: - default: &ref_3276 - name: GalleryApplicationsClientListByGalleryResponse - description: GalleryApplicationsClientListByGalleryResponse contains the response from method GalleryApplicationsClient.NewListByGalleryPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3275 - go: *ref_3276 - protocol: {} protocol: {} language: default: name: GalleryApplications description: '' - go: - name: GalleryApplications - description: '' - clientCtorName: NewGalleryApplicationsClient - clientName: GalleryApplicationsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5811 + - &ref_3909 $key: GalleryApplicationVersions operations: - - &ref_5810 + - &ref_3908 operationId: GalleryApplicationVersions_CreateOrUpdate apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3279 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2072 + schema: *ref_1885 implementation: Method required: true - language: &ref_5789 + language: &ref_3887 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3280 + - &ref_2073 schema: *ref_8 implementation: Method required: true - language: &ref_5790 + language: &ref_3888 default: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3281 + - &ref_2074 schema: *ref_8 implementation: Method required: true - language: &ref_5791 + language: &ref_3889 default: name: galleryApplicationName description: The name of the gallery Application Definition in which the Application Version is to be created. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition in which the Application Version is to be created. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_3282 + - &ref_2075 schema: *ref_8 implementation: Method required: true - language: &ref_5792 + language: &ref_3890 default: name: galleryApplicationVersionName description: >- The name of the gallery Application Version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryApplicationVersionName - go: - name: galleryApplicationVersionName - description: |- - The name of the gallery Application Version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit - integer. Format: .. - serializedName: galleryApplicationVersionName protocol: http: in: path - - &ref_5793 - schema: *ref_3073 + - &ref_3891 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5794 + language: &ref_3892 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3278 + application/json: &ref_2071 parameters: - - &ref_3277 + - &ref_2070 schema: *ref_586 implementation: Method required: true - language: &ref_5795 + language: &ref_3893 default: name: galleryApplicationVersion description: Parameters supplied to the create or update gallery Application Version operation. - go: - name: galleryApplicationVersion - description: Parameters supplied to the create or update gallery Application Version operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -100464,22 +68979,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3277 + - *ref_2070 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName} @@ -100489,21 +68997,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3278 + - *ref_2071 signatureParameters: - - *ref_3279 - - *ref_3280 - - *ref_3281 - - *ref_3282 + - *ref_2072 + - *ref_2073 + - *ref_2074 + - *ref_2075 responses: - schema: *ref_586 - language: &ref_5804 + language: &ref_3902 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -100512,13 +69017,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_586 - language: &ref_5808 + language: &ref_3906 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -100527,13 +69029,10 @@ operationGroups: statusCodes: - '201' - schema: *ref_586 - language: &ref_5809 + language: &ref_3907 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -100542,14 +69041,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -100662,187 +69158,93 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a gallery Application Version. - go: - name: CreateOrUpdate - description: |- - Create or update a gallery Application Version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: &ref_3824 - schema: - type: object - language: - default: &ref_3283 - name: GalleryApplicationVersionsClientBeginCreateOrUpdateOptions - description: GalleryApplicationVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginCreateOrUpdate method. - go: *ref_3283 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3284 - name: string - description: '' - go: *ref_3284 - protocol: {} - language: - default: &ref_3285 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3285 - protocol: {} - required: false - serializedName: GalleryApplicationVersionsClientBeginCreateOrUpdateOptions - language: - default: &ref_3286 - name: options - description: GalleryApplicationVersionsClientBeginCreateOrUpdateOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginCreateOrUpdate method. - go: *ref_3286 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4073 - type: object - properties: - - &ref_3288 - schema: *ref_586 - serializedName: GalleryApplicationVersion - language: - default: &ref_3287 - name: GalleryApplicationVersion - description: Specifies information about the gallery Application Version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3287 - protocol: {} - language: - default: &ref_3289 - name: GalleryApplicationVersionsClientCreateOrUpdateResponse - description: GalleryApplicationVersionsClientCreateOrUpdateResponse contains the response from method GalleryApplicationVersionsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3288 - go: *ref_3289 - protocol: {} protocol: {} - - &ref_5821 + - &ref_3919 operationId: GalleryApplicationVersions_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3292 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2078 + schema: *ref_1885 implementation: Method required: true - language: &ref_5812 + language: &ref_3910 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3293 + - &ref_2079 schema: *ref_8 implementation: Method required: true - language: &ref_5813 + language: &ref_3911 default: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3294 + - &ref_2080 schema: *ref_8 implementation: Method required: true - language: &ref_5814 + language: &ref_3912 default: name: galleryApplicationName description: The name of the gallery Application Definition in which the Application Version is to be updated. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition in which the Application Version is to be updated. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_3295 + - &ref_2081 schema: *ref_8 implementation: Method required: true - language: &ref_5815 + language: &ref_3913 default: name: galleryApplicationVersionName description: >- The name of the gallery Application Version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryApplicationVersionName - go: - name: galleryApplicationVersionName - description: |- - The name of the gallery Application Version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit - integer. Format: .. - serializedName: galleryApplicationVersionName protocol: http: in: path - - &ref_5816 - schema: *ref_3073 + - &ref_3914 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5817 + language: &ref_3915 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3291 + application/json: &ref_2077 parameters: - - &ref_3290 - schema: *ref_976 + - &ref_2076 + schema: *ref_975 implementation: Method required: true - language: &ref_5818 + language: &ref_3916 default: name: galleryApplicationVersion description: Parameters supplied to the update gallery Application Version operation. - go: - name: galleryApplicationVersion - description: Parameters supplied to the update gallery Application Version operation. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -100851,22 +69253,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3290 + - *ref_2076 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName} @@ -100876,21 +69271,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3291 + - *ref_2077 signatureParameters: - - *ref_3292 - - *ref_3293 - - *ref_3294 - - *ref_3295 + - *ref_2078 + - *ref_2079 + - *ref_2080 + - *ref_2081 responses: - schema: *ref_586 - language: &ref_5820 + language: &ref_3918 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -100899,14 +69291,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -100970,201 +69359,89 @@ operationGroups: default: name: Update description: Update a gallery Application Version. - go: - name: Update - description: |- - Update a gallery Application Version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: &ref_3825 - schema: - type: object - language: - default: &ref_3296 - name: GalleryApplicationVersionsClientBeginUpdateOptions - description: GalleryApplicationVersionsClientBeginUpdateOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginUpdate method. - go: *ref_3296 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3297 - name: string - description: '' - go: *ref_3297 - protocol: {} - language: - default: &ref_3298 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3298 - protocol: {} - required: false - serializedName: GalleryApplicationVersionsClientBeginUpdateOptions - language: - default: &ref_3299 - name: options - description: GalleryApplicationVersionsClientBeginUpdateOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginUpdate method. - go: *ref_3299 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4074 - type: object - properties: - - &ref_3301 - schema: *ref_586 - serializedName: GalleryApplicationVersion - language: - default: &ref_3300 - name: GalleryApplicationVersion - description: Specifies information about the gallery Application Version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3300 - protocol: {} - language: - default: &ref_3302 - name: GalleryApplicationVersionsClientUpdateResponse - description: GalleryApplicationVersionsClientUpdateResponse contains the response from method GalleryApplicationVersionsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3301 - go: *ref_3302 - protocol: {} protocol: {} - - &ref_5831 + - &ref_3929 operationId: GalleryApplicationVersions_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3306 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2082 + schema: *ref_1885 implementation: Method required: true - language: &ref_5822 + language: &ref_3920 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3307 + - &ref_2083 schema: *ref_8 implementation: Method required: true - language: &ref_5823 + language: &ref_3921 default: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3308 + - &ref_2084 schema: *ref_8 implementation: Method required: true - language: &ref_5824 + language: &ref_3922 default: name: galleryApplicationName description: The name of the gallery Application Definition in which the Application Version resides. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition in which the Application Version resides. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_3309 + - &ref_2085 schema: *ref_8 implementation: Method required: true - language: &ref_5825 + language: &ref_3923 default: name: galleryApplicationVersionName description: The name of the gallery Application Version to be retrieved. serializedName: galleryApplicationVersionName - go: - name: galleryApplicationVersionName - description: The name of the gallery Application Version to be retrieved. - serializedName: galleryApplicationVersionName protocol: http: in: path - - &ref_3304 - schema: *ref_3199 + - &ref_2086 + schema: *ref_2037 implementation: Method - language: &ref_5826 + language: &ref_3924 default: name: expand description: The expand expression to apply on the operation. serializedName: $expand - go: - name: Expand - description: The expand expression to apply on the operation. - paramGroup: &ref_3310 - schema: - type: object - language: - default: &ref_3303 - name: GalleryApplicationVersionsClientGetOptions - description: GalleryApplicationVersionsClientGetOptions contains the optional parameters for the GalleryApplicationVersionsClient.Get method. - go: *ref_3303 - protocol: {} - originalParameter: - - *ref_3304 - required: false - serializedName: GalleryApplicationVersionsClientGetOptions - language: - default: &ref_3305 - name: options - description: GalleryApplicationVersionsClientGetOptions contains the optional parameters for the GalleryApplicationVersionsClient.Get method. - go: *ref_3305 - protocol: {} - serializedName: $expand protocol: http: in: query - - &ref_5827 - schema: *ref_3073 + - &ref_3925 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5828 + language: &ref_3926 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -101173,10 +69450,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -101185,29 +69458,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName} method: get uri: '{$host}' signatureParameters: - - *ref_3306 - - *ref_3307 - - *ref_3308 - - *ref_3309 - - *ref_3304 + - *ref_2082 + - *ref_2083 + - *ref_2084 + - *ref_2085 + - *ref_2086 responses: - schema: *ref_586 - language: &ref_5829 + language: &ref_3927 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -101216,14 +69483,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -101311,134 +69575,78 @@ operationGroups: default: name: Get description: Retrieves information about a gallery Application Version. - go: - name: Get - description: |- - Retrieves information about a gallery Application Version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: *ref_3310 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4075 - type: object - properties: - - &ref_3312 - schema: *ref_586 - serializedName: GalleryApplicationVersion - language: - default: &ref_3311 - name: GalleryApplicationVersion - description: Specifies information about the gallery Application Version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3311 - protocol: {} - language: - default: &ref_3313 - name: GalleryApplicationVersionsClientGetResponse - description: GalleryApplicationVersionsClientGetResponse contains the response from method GalleryApplicationVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3312 - go: *ref_3313 - protocol: {} protocol: {} - - &ref_5838 + - &ref_3936 operationId: GalleryApplicationVersions_Delete apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3314 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2087 + schema: *ref_1885 implementation: Method required: true - language: &ref_5832 + language: &ref_3930 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3315 + - &ref_2088 schema: *ref_8 implementation: Method required: true - language: &ref_5833 + language: &ref_3931 default: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3316 + - &ref_2089 schema: *ref_8 implementation: Method required: true - language: &ref_5834 + language: &ref_3932 default: name: galleryApplicationName description: The name of the gallery Application Definition in which the Application Version resides. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the gallery Application Definition in which the Application Version resides. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_3317 + - &ref_2090 schema: *ref_8 implementation: Method required: true - language: &ref_5835 + language: &ref_3933 default: name: galleryApplicationVersionName description: The name of the gallery Application Version to be deleted. serializedName: galleryApplicationVersionName - go: - name: galleryApplicationVersionName - description: The name of the gallery Application Version to be deleted. - serializedName: galleryApplicationVersionName protocol: http: in: path - - &ref_5836 - schema: *ref_3073 + - &ref_3934 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5837 + language: &ref_3935 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -101447,10 +69655,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -101459,27 +69663,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName} method: delete uri: '{$host}' signatureParameters: - - *ref_3314 - - *ref_3315 - - *ref_3316 - - *ref_3317 + - *ref_2087 + - *ref_2088 + - *ref_2089 + - *ref_2090 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -101488,9 +69686,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -101499,22 +69694,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -101542,137 +69731,66 @@ operationGroups: default: name: Delete description: Delete a gallery Application Version. - go: - name: Delete - description: |- - Delete a gallery Application Version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: &ref_3826 - schema: - type: object - language: - default: &ref_3318 - name: GalleryApplicationVersionsClientBeginDeleteOptions - description: GalleryApplicationVersionsClientBeginDeleteOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginDelete method. - go: *ref_3318 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3319 - name: string - description: '' - go: *ref_3319 - protocol: {} - language: - default: &ref_3320 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3320 - protocol: {} - required: false - serializedName: GalleryApplicationVersionsClientBeginDeleteOptions - language: - default: &ref_3321 - name: options - description: GalleryApplicationVersionsClientBeginDeleteOptions contains the optional parameters for the GalleryApplicationVersionsClient.BeginDelete method. - go: *ref_3321 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4076 - type: object - language: - default: &ref_3322 - name: GalleryApplicationVersionsClientDeleteResponse - description: GalleryApplicationVersionsClientDeleteResponse contains the response from method GalleryApplicationVersionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3322 - protocol: {} protocol: {} - - &ref_5847 + - &ref_3945 operationId: GalleryApplicationVersions_ListByGalleryApplication apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3323 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2091 + schema: *ref_1885 implementation: Method required: true - language: &ref_5839 + language: &ref_3937 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3324 + - &ref_2092 schema: *ref_8 implementation: Method required: true - language: &ref_5840 + language: &ref_3938 default: name: galleryName description: The name of the Shared Application Gallery in which the Application Definition resides. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Application Gallery in which the Application Definition resides. - serializedName: galleryName protocol: http: in: path - - &ref_3325 + - &ref_2093 schema: *ref_8 implementation: Method required: true - language: &ref_5841 + language: &ref_3939 default: name: galleryApplicationName description: The name of the Shared Application Gallery Application Definition from which the Application Versions are to be listed. serializedName: galleryApplicationName - go: - name: galleryApplicationName - description: The name of the Shared Application Gallery Application Definition from which the Application Versions are to be listed. - serializedName: galleryApplicationName protocol: http: in: path - - &ref_5842 - schema: *ref_3073 + - &ref_3940 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5843 + language: &ref_3941 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -101681,10 +69799,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -101693,27 +69807,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions method: get uri: '{$host}' signatureParameters: - - *ref_3323 - - *ref_3324 - - *ref_3325 + - *ref_2091 + - *ref_2092 + - *ref_2093 responses: - - schema: *ref_3326 - language: &ref_5844 + - schema: *ref_2094 + language: &ref_3942 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -101722,14 +69830,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -101783,150 +69888,75 @@ operationGroups: description: List gallery Application Versions in a gallery Application Definition. paging: nextLinkName: nextLink - go: - name: ListByGalleryApplication - description: List gallery Application Versions in a gallery Application Definition. - azureARM: true - clientName: GalleryApplicationVersionsClient - openApiType: arm - optionalParamGroup: &ref_3827 - schema: - type: object - language: - default: &ref_3327 - name: GalleryApplicationVersionsClientListByGalleryApplicationOptions - description: GalleryApplicationVersionsClientListByGalleryApplicationOptions contains the optional parameters for the GalleryApplicationVersionsClient.NewListByGalleryApplicationPager method. - go: *ref_3327 - protocol: {} - originalParameter: [] - required: false - serializedName: GalleryApplicationVersionsClientListByGalleryApplicationOptions - language: - default: &ref_3328 - name: options - description: GalleryApplicationVersionsClientListByGalleryApplicationOptions contains the optional parameters for the GalleryApplicationVersionsClient.NewListByGalleryApplicationPager method. - go: *ref_3328 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByGalleryApplication - requestMethod: listByGalleryApplicationCreateRequest - responseMethod: listByGalleryApplicationHandleResponse - responseEnv: &ref_4077 - type: object - properties: - - &ref_3330 - schema: *ref_3326 - serializedName: GalleryApplicationVersionList - language: - default: &ref_3329 - name: GalleryApplicationVersionList - description: The List Gallery Application version operation response. - byValue: true - embeddedType: true - go: *ref_3329 - protocol: {} - language: - default: &ref_3331 - name: GalleryApplicationVersionsClientListByGalleryApplicationResponse - description: GalleryApplicationVersionsClientListByGalleryApplicationResponse contains the response from method GalleryApplicationVersionsClient.NewListByGalleryApplicationPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3330 - go: *ref_3331 - protocol: {} protocol: {} language: default: name: GalleryApplicationVersions description: '' - go: - name: GalleryApplicationVersions - description: '' - clientCtorName: NewGalleryApplicationVersionsClient - clientName: GalleryApplicationVersionsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5858 + - &ref_3956 $key: GallerySharingProfile operations: - - &ref_5857 + - &ref_3955 operationId: GallerySharingProfile_Update apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3335 - schema: *ref_2767 + - *ref_1326 + - *ref_1330 + - &ref_2098 + schema: *ref_1885 implementation: Method required: true - language: &ref_5848 + language: &ref_3946 default: name: resourceGroupName description: The name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3336 + - &ref_2099 schema: *ref_8 implementation: Method required: true - language: &ref_5849 + language: &ref_3947 default: name: galleryName description: The name of the Shared Image Gallery. serializedName: galleryName - go: - name: galleryName - description: The name of the Shared Image Gallery. - serializedName: galleryName protocol: http: in: path - - &ref_5850 - schema: *ref_3073 + - &ref_3948 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5851 + language: &ref_3949 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3334 + application/json: &ref_2097 parameters: - - &ref_3333 - schema: *ref_3332 + - &ref_2096 + schema: *ref_2095 implementation: Method required: true - language: &ref_5852 + language: &ref_3950 default: name: sharingUpdate description: Parameters supplied to the update gallery sharing profile. - go: - name: sharingUpdate - description: Parameters supplied to the update gallery sharing profile. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -101935,22 +69965,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3333 + - *ref_2096 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/share @@ -101960,19 +69983,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3334 + - *ref_2097 signatureParameters: - - *ref_3335 - - *ref_3336 + - *ref_2098 + - *ref_2099 responses: - - schema: *ref_3332 - language: &ref_5855 + - schema: *ref_2095 + language: &ref_3953 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -101980,14 +70000,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_3332 - language: &ref_5856 + - schema: *ref_2095 + language: &ref_3954 default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: knownMediaType: json @@ -101996,14 +70013,11 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102074,168 +70088,61 @@ operationGroups: default: name: Update description: Update sharing profile of a gallery. - go: - name: Update - description: |- - Update sharing profile of a gallery. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: GallerySharingProfileClient - openApiType: arm - optionalParamGroup: &ref_3828 - schema: - type: object - language: - default: &ref_3337 - name: GallerySharingProfileClientBeginUpdateOptions - description: GallerySharingProfileClientBeginUpdateOptions contains the optional parameters for the GallerySharingProfileClient.BeginUpdate method. - go: *ref_3337 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3338 - name: string - description: '' - go: *ref_3338 - protocol: {} - language: - default: &ref_3339 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3339 - protocol: {} - required: false - serializedName: GallerySharingProfileClientBeginUpdateOptions - language: - default: &ref_3340 - name: options - description: GallerySharingProfileClientBeginUpdateOptions contains the optional parameters for the GallerySharingProfileClient.BeginUpdate method. - go: *ref_3340 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4078 - type: object - properties: - - &ref_3342 - schema: *ref_3332 - serializedName: SharingUpdate - language: - default: &ref_3341 - name: SharingUpdate - description: Specifies information about the gallery sharing profile update. - byValue: true - embeddedType: true - go: *ref_3341 - protocol: {} - language: - default: &ref_3343 - name: GallerySharingProfileClientUpdateResponse - description: GallerySharingProfileClientUpdateResponse contains the response from method GallerySharingProfileClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3342 - go: *ref_3343 - protocol: {} protocol: {} language: default: name: GallerySharingProfile description: '' - go: - name: GallerySharingProfile - description: '' - clientCtorName: NewGallerySharingProfileClient - clientName: GallerySharingProfileClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5872 + - &ref_3970 $key: SharedGalleries operations: - - &ref_5871 + - &ref_3969 operationId: SharedGalleries_List apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3348 + - *ref_1326 + - *ref_1330 + - &ref_2101 schema: *ref_8 implementation: Method required: true - language: &ref_5859 + language: &ref_3957 default: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - &ref_5860 - schema: *ref_3073 + - &ref_3958 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5861 + language: &ref_3959 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3346 - schema: *ref_3344 + - &ref_2102 + schema: *ref_2100 implementation: Method language: default: name: sharedTo description: The query parameter to decide what shared galleries to fetch when doing listing operations. serializedName: sharedTo - go: - name: SharedTo - description: The query parameter to decide what shared galleries to fetch when doing listing operations. - paramGroup: &ref_3350 - schema: - type: object - language: - default: &ref_3345 - name: SharedGalleriesClientListOptions - description: SharedGalleriesClientListOptions contains the optional parameters for the SharedGalleriesClient.NewListPager method. - go: *ref_3345 - protocol: {} - originalParameter: - - *ref_3346 - required: false - serializedName: SharedGalleriesClientListOptions - language: - default: &ref_3347 - name: options - description: SharedGalleriesClientListOptions contains the optional parameters for the SharedGalleriesClient.NewListPager method. - go: *ref_3347 - protocol: {} - serializedName: sharedTo protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102244,10 +70151,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102256,26 +70159,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries method: get uri: '{$host}' signatureParameters: - - *ref_3348 - - *ref_3346 + - *ref_2101 + - *ref_2102 responses: - - schema: *ref_3349 - language: &ref_5862 + - schema: *ref_2103 + language: &ref_3960 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -102284,14 +70181,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102324,102 +70218,54 @@ operationGroups: description: List shared galleries by subscription id or tenant id. paging: nextLinkName: nextLink - go: - name: List - description: List shared galleries by subscription id or tenant id. - azureARM: true - clientName: SharedGalleriesClient - openApiType: arm - optionalParamGroup: *ref_3350 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4079 - type: object - properties: - - &ref_3352 - schema: *ref_3349 - serializedName: SharedGalleryList - language: - default: &ref_3351 - name: SharedGalleryList - description: The List Shared Galleries operation response. - byValue: true - embeddedType: true - go: *ref_3351 - protocol: {} - language: - default: &ref_3353 - name: SharedGalleriesClientListResponse - description: SharedGalleriesClientListResponse contains the response from method SharedGalleriesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3352 - go: *ref_3353 - protocol: {} protocol: {} - - &ref_5878 + - &ref_3976 operationId: SharedGalleries_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3354 + - *ref_1326 + - *ref_1330 + - &ref_2104 schema: *ref_8 implementation: Method required: true - language: &ref_5873 + language: &ref_3971 default: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - &ref_3355 + - &ref_2105 schema: *ref_8 implementation: Method required: true - language: &ref_5874 + language: &ref_3972 default: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_5875 - schema: *ref_3073 + - &ref_3973 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5876 + language: &ref_3974 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102428,10 +70274,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102440,26 +70282,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName} method: get uri: '{$host}' signatureParameters: - - *ref_3354 - - *ref_3355 + - *ref_2104 + - *ref_2105 responses: - - schema: *ref_998 - language: &ref_5877 + - schema: *ref_997 + language: &ref_3975 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -102468,14 +70304,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102503,168 +70336,73 @@ operationGroups: default: name: Get description: Get a shared gallery by subscription id or tenant id. - go: - name: Get - description: |- - Get a shared gallery by subscription id or tenant id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedGalleriesClient - openApiType: arm - optionalParamGroup: &ref_3829 - schema: - type: object - language: - default: &ref_3356 - name: SharedGalleriesClientGetOptions - description: SharedGalleriesClientGetOptions contains the optional parameters for the SharedGalleriesClient.Get method. - go: *ref_3356 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedGalleriesClientGetOptions - language: - default: &ref_3357 - name: options - description: SharedGalleriesClientGetOptions contains the optional parameters for the SharedGalleriesClient.Get method. - go: *ref_3357 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4080 - type: object - properties: - - &ref_3359 - schema: *ref_998 - serializedName: SharedGallery - language: - default: &ref_3358 - name: SharedGallery - description: Specifies information about the Shared Gallery that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3358 - protocol: {} - language: - default: &ref_3360 - name: SharedGalleriesClientGetResponse - description: SharedGalleriesClientGetResponse contains the response from method SharedGalleriesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3359 - go: *ref_3360 - protocol: {} protocol: {} language: default: name: SharedGalleries description: '' - go: - name: SharedGalleries - description: '' - clientCtorName: NewSharedGalleriesClient - clientName: SharedGalleriesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5892 + - &ref_3990 $key: SharedGalleryImages operations: - - &ref_5891 + - &ref_3989 operationId: SharedGalleryImages_List apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3364 + - *ref_1326 + - *ref_1330 + - &ref_2106 schema: *ref_8 implementation: Method required: true - language: &ref_5879 + language: &ref_3977 default: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - &ref_5880 - schema: *ref_3073 + - &ref_3978 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5881 + language: &ref_3979 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3365 + - &ref_2107 schema: *ref_8 implementation: Method required: true - language: &ref_5882 + language: &ref_3980 default: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_3362 - schema: *ref_3344 + - &ref_2108 + schema: *ref_2100 implementation: Method language: default: name: sharedTo description: The query parameter to decide what shared galleries to fetch when doing listing operations. serializedName: sharedTo - go: - name: SharedTo - description: The query parameter to decide what shared galleries to fetch when doing listing operations. - paramGroup: &ref_3367 - schema: - type: object - language: - default: &ref_3361 - name: SharedGalleryImagesClientListOptions - description: SharedGalleryImagesClientListOptions contains the optional parameters for the SharedGalleryImagesClient.NewListPager method. - go: *ref_3361 - protocol: {} - originalParameter: - - *ref_3362 - required: false - serializedName: SharedGalleryImagesClientListOptions - language: - default: &ref_3363 - name: options - description: SharedGalleryImagesClientListOptions contains the optional parameters for the SharedGalleryImagesClient.NewListPager method. - go: *ref_3363 - protocol: {} - serializedName: sharedTo protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102673,10 +70411,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102685,27 +70419,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images method: get uri: '{$host}' signatureParameters: - - *ref_3364 - - *ref_3365 - - *ref_3362 + - *ref_2106 + - *ref_2107 + - *ref_2108 responses: - - schema: *ref_3366 - language: &ref_5883 + - schema: *ref_2109 + language: &ref_3981 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -102714,14 +70442,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102764,118 +70489,66 @@ operationGroups: description: List shared gallery images by subscription id or tenant id. paging: nextLinkName: nextLink - go: - name: List - description: List shared gallery images by subscription id or tenant id. - azureARM: true - clientName: SharedGalleryImagesClient - openApiType: arm - optionalParamGroup: *ref_3367 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4081 - type: object - properties: - - &ref_3369 - schema: *ref_3366 - serializedName: SharedGalleryImageList - language: - default: &ref_3368 - name: SharedGalleryImageList - description: The List Shared Gallery Images operation response. - byValue: true - embeddedType: true - go: *ref_3368 - protocol: {} - language: - default: &ref_3370 - name: SharedGalleryImagesClientListResponse - description: SharedGalleryImagesClientListResponse contains the response from method SharedGalleryImagesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3369 - go: *ref_3370 - protocol: {} protocol: {} - - &ref_5899 + - &ref_3997 operationId: SharedGalleryImages_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3371 + - *ref_1326 + - *ref_1330 + - &ref_2110 schema: *ref_8 implementation: Method required: true - language: &ref_5893 + language: &ref_3991 default: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - &ref_5894 - schema: *ref_3073 + - &ref_3992 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5895 + language: &ref_3993 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3372 + - &ref_2111 schema: *ref_8 implementation: Method required: true - language: &ref_5896 + language: &ref_3994 default: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_3373 + - &ref_2112 schema: *ref_8 implementation: Method required: true - language: &ref_5897 + language: &ref_3995 default: name: galleryImageName description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. - serializedName: galleryImageName protocol: http: in: path requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -102884,10 +70557,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -102896,27 +70565,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName} method: get uri: '{$host}' signatureParameters: - - *ref_3371 - - *ref_3372 - - *ref_3373 + - *ref_2110 + - *ref_2111 + - *ref_2112 responses: - - schema: *ref_1000 - language: &ref_5898 + - schema: *ref_999 + language: &ref_3996 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -102925,14 +70588,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -102969,184 +70629,85 @@ operationGroups: default: name: Get description: Get a shared gallery image by subscription id or tenant id. - go: - name: Get - description: |- - Get a shared gallery image by subscription id or tenant id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedGalleryImagesClient - openApiType: arm - optionalParamGroup: &ref_3830 - schema: - type: object - language: - default: &ref_3374 - name: SharedGalleryImagesClientGetOptions - description: SharedGalleryImagesClientGetOptions contains the optional parameters for the SharedGalleryImagesClient.Get method. - go: *ref_3374 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedGalleryImagesClientGetOptions - language: - default: &ref_3375 - name: options - description: SharedGalleryImagesClientGetOptions contains the optional parameters for the SharedGalleryImagesClient.Get method. - go: *ref_3375 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4082 - type: object - properties: - - &ref_3377 - schema: *ref_1000 - serializedName: SharedGalleryImage - language: - default: &ref_3376 - name: SharedGalleryImage - description: Specifies information about the gallery image definition that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3376 - protocol: {} - language: - default: &ref_3378 - name: SharedGalleryImagesClientGetResponse - description: SharedGalleryImagesClientGetResponse contains the response from method SharedGalleryImagesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3377 - go: *ref_3378 - protocol: {} protocol: {} language: default: name: SharedGalleryImages description: '' - go: - name: SharedGalleryImages - description: '' - clientCtorName: NewSharedGalleryImagesClient - clientName: SharedGalleryImagesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5912 + - &ref_4010 $key: SharedGalleryImageVersions operations: - - &ref_5911 + - &ref_4009 operationId: SharedGalleryImageVersions_List apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3382 + - *ref_1326 + - *ref_1330 + - &ref_2113 schema: *ref_8 implementation: Method required: true - language: &ref_5900 + language: &ref_3998 default: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - &ref_5901 - schema: *ref_3073 + - &ref_3999 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5902 + language: &ref_4000 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3383 + - &ref_2114 schema: *ref_8 implementation: Method required: true - language: &ref_5903 + language: &ref_4001 default: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_3384 + - &ref_2115 schema: *ref_8 implementation: Method required: true - language: &ref_5904 + language: &ref_4002 default: name: galleryImageName description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. - serializedName: galleryImageName protocol: http: in: path - - &ref_3380 - schema: *ref_3344 + - &ref_2116 + schema: *ref_2100 implementation: Method language: default: name: sharedTo description: The query parameter to decide what shared galleries to fetch when doing listing operations. serializedName: sharedTo - go: - name: SharedTo - description: The query parameter to decide what shared galleries to fetch when doing listing operations. - paramGroup: &ref_3386 - schema: - type: object - language: - default: &ref_3379 - name: SharedGalleryImageVersionsClientListOptions - description: SharedGalleryImageVersionsClientListOptions contains the optional parameters for the SharedGalleryImageVersionsClient.NewListPager method. - go: *ref_3379 - protocol: {} - originalParameter: - - *ref_3380 - required: false - serializedName: SharedGalleryImageVersionsClientListOptions - language: - default: &ref_3381 - name: options - description: SharedGalleryImageVersionsClientListOptions contains the optional parameters for the SharedGalleryImageVersionsClient.NewListPager method. - go: *ref_3381 - protocol: {} - serializedName: sharedTo protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -103155,10 +70716,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -103167,28 +70724,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions method: get uri: '{$host}' signatureParameters: - - *ref_3382 - - *ref_3383 - - *ref_3384 - - *ref_3380 + - *ref_2113 + - *ref_2114 + - *ref_2115 + - *ref_2116 responses: - - schema: *ref_3385 - language: &ref_5905 + - schema: *ref_2117 + language: &ref_4003 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -103197,14 +70748,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -103243,138 +70791,80 @@ operationGroups: description: List shared gallery image versions by subscription id or tenant id. paging: nextLinkName: nextLink - go: - name: List - description: List shared gallery image versions by subscription id or tenant id. - azureARM: true - clientName: SharedGalleryImageVersionsClient - openApiType: arm - optionalParamGroup: *ref_3386 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4083 - type: object - properties: - - &ref_3388 - schema: *ref_3385 - serializedName: SharedGalleryImageVersionList - language: - default: &ref_3387 - name: SharedGalleryImageVersionList - description: The List Shared Gallery Image versions operation response. - byValue: true - embeddedType: true - go: *ref_3387 - protocol: {} - language: - default: &ref_3389 - name: SharedGalleryImageVersionsClientListResponse - description: SharedGalleryImageVersionsClientListResponse contains the response from method SharedGalleryImageVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3388 - go: *ref_3389 - protocol: {} protocol: {} - - &ref_5920 + - &ref_4018 operationId: SharedGalleryImageVersions_Get apiVersions: - version: '2020-09-30' parameters: - - *ref_1327 - - *ref_1336 - - &ref_3390 + - *ref_1326 + - *ref_1330 + - &ref_2118 schema: *ref_8 implementation: Method required: true - language: &ref_5913 + language: &ref_4011 default: name: location description: Resource location. serializedName: location - go: - name: location - description: Resource location. - serializedName: location protocol: http: in: path - - &ref_5914 - schema: *ref_3073 + - &ref_4012 + schema: *ref_1989 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5915 + language: &ref_4013 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3391 + - &ref_2119 schema: *ref_8 implementation: Method required: true - language: &ref_5916 + language: &ref_4014 default: name: galleryUniqueName description: The unique name of the Shared Gallery. serializedName: galleryUniqueName - go: - name: galleryUniqueName - description: The unique name of the Shared Gallery. - serializedName: galleryUniqueName protocol: http: in: path - - &ref_3392 + - &ref_2120 schema: *ref_8 implementation: Method required: true - language: &ref_5917 + language: &ref_4015 default: name: galleryImageName description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. serializedName: galleryImageName - go: - name: galleryImageName - description: The name of the Shared Gallery Image Definition from which the Image Versions are to be listed. - serializedName: galleryImageName protocol: http: in: path - - &ref_3393 + - &ref_2121 schema: *ref_8 implementation: Method required: true - language: &ref_5918 + language: &ref_4016 default: name: galleryImageVersionName description: >- The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: .. serializedName: galleryImageVersionName - go: - name: galleryImageVersionName - description: |- - The name of the gallery image version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. - Format: .. - serializedName: galleryImageVersionName protocol: http: in: path requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -103383,10 +70873,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -103395,28 +70881,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName} method: get uri: '{$host}' signatureParameters: - - *ref_3390 - - *ref_3391 - - *ref_3392 - - *ref_3393 + - *ref_2118 + - *ref_2119 + - *ref_2120 + - *ref_2121 responses: - - schema: *ref_1007 - language: &ref_5919 + - schema: *ref_1006 + language: &ref_4017 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -103425,14 +70905,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -103465,150 +70942,74 @@ operationGroups: default: name: Get description: Get a shared gallery image version by subscription id or tenant id. - go: - name: Get - description: |- - Get a shared gallery image version by subscription id or tenant id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedGalleryImageVersionsClient - openApiType: arm - optionalParamGroup: &ref_3831 - schema: - type: object - language: - default: &ref_3394 - name: SharedGalleryImageVersionsClientGetOptions - description: SharedGalleryImageVersionsClientGetOptions contains the optional parameters for the SharedGalleryImageVersionsClient.Get method. - go: *ref_3394 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedGalleryImageVersionsClientGetOptions - language: - default: &ref_3395 - name: options - description: SharedGalleryImageVersionsClientGetOptions contains the optional parameters for the SharedGalleryImageVersionsClient.Get method. - go: *ref_3395 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4084 - type: object - properties: - - &ref_3397 - schema: *ref_1007 - serializedName: SharedGalleryImageVersion - language: - default: &ref_3396 - name: SharedGalleryImageVersion - description: Specifies information about the gallery image version that you want to create or update. - byValue: true - embeddedType: true - go: *ref_3396 - protocol: {} - language: - default: &ref_3398 - name: SharedGalleryImageVersionsClientGetResponse - description: SharedGalleryImageVersionsClientGetResponse contains the response from method SharedGalleryImageVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3397 - go: *ref_3398 - protocol: {} protocol: {} language: default: name: SharedGalleryImageVersions description: '' - go: - name: SharedGalleryImageVersions - description: '' - clientCtorName: NewSharedGalleryImageVersionsClient - clientName: SharedGalleryImageVersionsClient - clientParams: - - *ref_1336 protocol: {} - - &ref_5927 + - &ref_4025 $key: CloudServiceRoleInstances operations: - - &ref_5926 + - &ref_4024 operationId: CloudServiceRoleInstances_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3399 + - *ref_1326 + - &ref_2122 schema: *ref_3 implementation: Method required: true - language: &ref_5921 + language: &ref_4019 default: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3400 + - &ref_2123 schema: *ref_3 implementation: Method required: true - language: &ref_5922 + language: &ref_4020 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3401 + - &ref_2124 schema: *ref_3 implementation: Method required: true - language: &ref_5923 + language: &ref_4021 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_5924 - schema: *ref_1328 + - *ref_1330 + - &ref_4022 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5925 + language: &ref_4023 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -103617,10 +71018,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -103629,26 +71026,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName} method: delete uri: '{$host}' signatureParameters: - - *ref_3399 - - *ref_3400 - - *ref_3401 + - *ref_2122 + - *ref_2123 + - *ref_2124 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -103657,9 +71048,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -103668,22 +71056,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -103710,171 +71092,77 @@ operationGroups: default: name: Delete description: Deletes a role instance from a cloud service. - go: - name: Delete - description: |- - Deletes a role instance from a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3832 - schema: - type: object - language: - default: &ref_3402 - name: CloudServiceRoleInstancesClientBeginDeleteOptions - description: CloudServiceRoleInstancesClientBeginDeleteOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginDelete method. - go: *ref_3402 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3403 - name: string - description: '' - go: *ref_3403 - protocol: {} - language: - default: &ref_3404 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3404 - protocol: {} - required: false - serializedName: CloudServiceRoleInstancesClientBeginDeleteOptions - language: - default: &ref_3405 - name: options - description: CloudServiceRoleInstancesClientBeginDeleteOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginDelete method. - go: *ref_3405 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4085 - type: object - language: - default: &ref_3406 - name: CloudServiceRoleInstancesClientDeleteResponse - description: CloudServiceRoleInstancesClientDeleteResponse contains the response from method CloudServiceRoleInstancesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3406 - protocol: {} protocol: {} - - &ref_5944 + - &ref_4042 operationId: CloudServiceRoleInstances_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3410 + - *ref_1326 + - &ref_2125 schema: *ref_3 implementation: Method required: true - language: &ref_5928 + language: &ref_4026 default: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3411 + - &ref_2126 schema: *ref_3 implementation: Method required: true - language: &ref_5929 + language: &ref_4027 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3412 + - &ref_2127 schema: *ref_3 implementation: Method required: true - language: &ref_5930 + language: &ref_4028 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_5931 - schema: *ref_1328 + - *ref_1330 + - &ref_4029 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5932 + language: &ref_4030 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3408 - schema: *ref_1457 + - &ref_2128 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply to the operation. 'UserData' is not supported for cloud services. serializedName: $expand - go: - name: Expand - description: The expand expression to apply to the operation. 'UserData' is not supported for cloud services. - paramGroup: &ref_3413 - schema: - type: object - language: - default: &ref_3407 - name: CloudServiceRoleInstancesClientGetOptions - description: CloudServiceRoleInstancesClientGetOptions contains the optional parameters for the CloudServiceRoleInstancesClient.Get method. - go: *ref_3407 - protocol: {} - originalParameter: - - *ref_3408 - required: false - serializedName: CloudServiceRoleInstancesClientGetOptions - language: - default: &ref_3409 - name: options - description: CloudServiceRoleInstancesClientGetOptions contains the optional parameters for the CloudServiceRoleInstancesClient.Get method. - go: *ref_3409 - protocol: {} - serializedName: $expand protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -103883,10 +71171,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -103895,28 +71179,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName} method: get uri: '{$host}' signatureParameters: - - *ref_3410 - - *ref_3411 - - *ref_3412 - - *ref_3408 + - *ref_2125 + - *ref_2126 + - *ref_2127 + - *ref_2128 responses: - - schema: *ref_1034 - language: &ref_5933 + - schema: *ref_1033 + language: &ref_4031 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -103925,14 +71203,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -103968,118 +71243,66 @@ operationGroups: default: name: Get description: Gets a role instance from a cloud service. - go: - name: Get - description: |- - Gets a role instance from a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: *ref_3413 - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4086 - type: object - properties: - - &ref_3415 - schema: *ref_1034 - serializedName: RoleInstance - language: - default: &ref_3414 - name: RoleInstance - description: '' - byValue: true - embeddedType: true - go: *ref_3414 - protocol: {} - language: - default: &ref_3416 - name: CloudServiceRoleInstancesClientGetResponse - description: CloudServiceRoleInstancesClientGetResponse contains the response from method CloudServiceRoleInstancesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3415 - go: *ref_3416 - protocol: {} protocol: {} - - &ref_5959 + - &ref_4057 operationId: CloudServiceRoleInstances_GetInstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3417 + - *ref_1326 + - &ref_2129 schema: *ref_3 implementation: Method required: true - language: &ref_5945 + language: &ref_4043 default: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3418 + - &ref_2130 schema: *ref_3 implementation: Method required: true - language: &ref_5946 + language: &ref_4044 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3419 + - &ref_2131 schema: *ref_3 implementation: Method required: true - language: &ref_5947 + language: &ref_4045 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_5948 - schema: *ref_1328 + - *ref_1330 + - &ref_4046 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5949 + language: &ref_4047 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -104088,10 +71311,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -104100,27 +71319,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_3417 - - *ref_3418 - - *ref_3419 + - *ref_2129 + - *ref_2130 + - *ref_2131 responses: - - schema: *ref_1032 - language: &ref_5950 + - schema: *ref_1031 + language: &ref_4048 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -104129,14 +71342,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -104169,153 +71379,65 @@ operationGroups: default: name: GetInstanceView description: Retrieves information about the run-time state of a role instance in a cloud service. - go: - name: GetInstanceView - description: |- - Retrieves information about the run-time state of a role instance in a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3833 - schema: - type: object - language: - default: &ref_3420 - name: CloudServiceRoleInstancesClientGetInstanceViewOptions - description: CloudServiceRoleInstancesClientGetInstanceViewOptions contains the optional parameters for the CloudServiceRoleInstancesClient.GetInstanceView method. - go: *ref_3420 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceRoleInstancesClientGetInstanceViewOptions - language: - default: &ref_3421 - name: options - description: CloudServiceRoleInstancesClientGetInstanceViewOptions contains the optional parameters for the CloudServiceRoleInstancesClient.GetInstanceView method. - go: *ref_3421 - protocol: {} - protocolNaming: - internalMethod: getInstanceView - requestMethod: getInstanceViewCreateRequest - responseMethod: getInstanceViewHandleResponse - responseEnv: &ref_4087 - type: object - properties: - - &ref_3423 - schema: *ref_1032 - serializedName: RoleInstanceView - language: - default: &ref_3422 - name: RoleInstanceView - description: The instance view of the role instance. - byValue: true - embeddedType: true - go: *ref_3422 - protocol: {} - language: - default: &ref_3424 - name: CloudServiceRoleInstancesClientGetInstanceViewResponse - description: CloudServiceRoleInstancesClientGetInstanceViewResponse contains the response from method CloudServiceRoleInstancesClient.GetInstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_3423 - go: *ref_3424 - protocol: {} protocol: {} - - &ref_5966 + - &ref_4064 operationId: CloudServiceRoleInstances_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3428 + - *ref_1326 + - &ref_2132 schema: *ref_3 implementation: Method required: true - language: &ref_5960 + language: &ref_4058 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3429 + - &ref_2133 schema: *ref_3 implementation: Method required: true - language: &ref_5961 + language: &ref_4059 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_5962 - schema: *ref_1328 + - *ref_1330 + - &ref_4060 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5963 + language: &ref_4061 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query - - &ref_3426 - schema: *ref_1457 + - &ref_2134 + schema: *ref_1374 implementation: Method language: default: name: expand description: The expand expression to apply to the operation. 'UserData' is not supported for cloud services. serializedName: $expand - go: - name: Expand - description: The expand expression to apply to the operation. 'UserData' is not supported for cloud services. - paramGroup: &ref_3431 - schema: - type: object - language: - default: &ref_3425 - name: CloudServiceRoleInstancesClientListOptions - description: CloudServiceRoleInstancesClientListOptions contains the optional parameters for the CloudServiceRoleInstancesClient.NewListPager method. - go: *ref_3425 - protocol: {} - originalParameter: - - *ref_3426 - required: false - serializedName: CloudServiceRoleInstancesClientListOptions - language: - default: &ref_3427 - name: options - description: CloudServiceRoleInstancesClientListOptions contains the optional parameters for the CloudServiceRoleInstancesClient.NewListPager method. - go: *ref_3427 - protocol: {} - serializedName: $expand protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -104324,10 +71446,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -104336,27 +71454,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances method: get uri: '{$host}' signatureParameters: - - *ref_3428 - - *ref_3429 - - *ref_3426 + - *ref_2132 + - *ref_2133 + - *ref_2134 responses: - - schema: *ref_3430 - language: &ref_5964 + - schema: *ref_2135 + language: &ref_4062 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -104365,14 +71477,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -104445,118 +71554,66 @@ operationGroups: description: Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. paging: nextLinkName: nextLink - go: - name: List - description: Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: *ref_3431 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4088 - type: object - properties: - - &ref_3433 - schema: *ref_3430 - serializedName: RoleInstanceListResult - language: - default: &ref_3432 - name: RoleInstanceListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3432 - protocol: {} - language: - default: &ref_3434 - name: CloudServiceRoleInstancesClientListResponse - description: CloudServiceRoleInstancesClientListResponse contains the response from method CloudServiceRoleInstancesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3433 - go: *ref_3434 - protocol: {} protocol: {} - - &ref_5972 + - &ref_4070 operationId: CloudServiceRoleInstances_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3435 + - *ref_1326 + - &ref_2136 schema: *ref_3 implementation: Method required: true - language: &ref_5967 + language: &ref_4065 default: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3436 + - &ref_2137 schema: *ref_3 implementation: Method required: true - language: &ref_5968 + language: &ref_4066 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3437 + - &ref_2138 schema: *ref_3 implementation: Method required: true - language: &ref_5969 + language: &ref_4067 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_5970 - schema: *ref_1328 + - *ref_1330 + - &ref_4068 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5971 + language: &ref_4069 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -104565,10 +71622,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -104577,26 +71630,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_3435 - - *ref_3436 - - *ref_3437 + - *ref_2136 + - *ref_2137 + - *ref_2138 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -104605,22 +71652,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -104646,137 +71687,66 @@ operationGroups: default: name: Restart description: The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. - go: - name: Restart - description: |- - The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3834 - schema: - type: object - language: - default: &ref_3438 - name: CloudServiceRoleInstancesClientBeginRestartOptions - description: CloudServiceRoleInstancesClientBeginRestartOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginRestart method. - go: *ref_3438 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3439 - name: string - description: '' - go: *ref_3439 - protocol: {} - language: - default: &ref_3440 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3440 - protocol: {} - required: false - serializedName: CloudServiceRoleInstancesClientBeginRestartOptions - language: - default: &ref_3441 - name: options - description: CloudServiceRoleInstancesClientBeginRestartOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginRestart method. - go: *ref_3441 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_4089 - type: object - language: - default: &ref_3442 - name: CloudServiceRoleInstancesClientRestartResponse - description: CloudServiceRoleInstancesClientRestartResponse contains the response from method CloudServiceRoleInstancesClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_3442 - protocol: {} protocol: {} - - &ref_5978 + - &ref_4076 operationId: CloudServiceRoleInstances_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3443 + - *ref_1326 + - &ref_2139 schema: *ref_3 implementation: Method required: true - language: &ref_5973 + language: &ref_4071 default: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3444 + - &ref_2140 schema: *ref_3 implementation: Method required: true - language: &ref_5974 + language: &ref_4072 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3445 + - &ref_2141 schema: *ref_3 implementation: Method required: true - language: &ref_5975 + language: &ref_4073 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_5976 - schema: *ref_1328 + - *ref_1330 + - &ref_4074 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5977 + language: &ref_4075 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -104785,10 +71755,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -104797,26 +71763,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/reimage method: post uri: '{$host}' signatureParameters: - - *ref_3443 - - *ref_3444 - - *ref_3445 + - *ref_2139 + - *ref_2140 + - *ref_2141 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -104825,22 +71785,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -104866,137 +71820,66 @@ operationGroups: default: name: Reimage description: The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. - go: - name: Reimage - description: |- - The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3835 - schema: - type: object - language: - default: &ref_3446 - name: CloudServiceRoleInstancesClientBeginReimageOptions - description: CloudServiceRoleInstancesClientBeginReimageOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginReimage method. - go: *ref_3446 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3447 - name: string - description: '' - go: *ref_3447 - protocol: {} - language: - default: &ref_3448 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3448 - protocol: {} - required: false - serializedName: CloudServiceRoleInstancesClientBeginReimageOptions - language: - default: &ref_3449 - name: options - description: CloudServiceRoleInstancesClientBeginReimageOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginReimage method. - go: *ref_3449 - protocol: {} - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_4090 - type: object - language: - default: &ref_3450 - name: CloudServiceRoleInstancesClientReimageResponse - description: CloudServiceRoleInstancesClientReimageResponse contains the response from method CloudServiceRoleInstancesClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_3450 - protocol: {} protocol: {} - - &ref_5984 + - &ref_4082 operationId: CloudServiceRoleInstances_Rebuild apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3451 + - *ref_1326 + - &ref_2142 schema: *ref_3 implementation: Method required: true - language: &ref_5979 + language: &ref_4077 default: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3452 + - &ref_2143 schema: *ref_3 implementation: Method required: true - language: &ref_5980 + language: &ref_4078 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3453 + - &ref_2144 schema: *ref_3 implementation: Method required: true - language: &ref_5981 + language: &ref_4079 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_5982 - schema: *ref_1328 + - *ref_1330 + - &ref_4080 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5983 + language: &ref_4081 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -105005,10 +71888,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -105017,26 +71896,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/rebuild method: post uri: '{$host}' signatureParameters: - - *ref_3451 - - *ref_3452 - - *ref_3453 + - *ref_2142 + - *ref_2143 + - *ref_2144 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -105045,22 +71918,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -105088,70 +71955,14 @@ operationGroups: description: >- The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. - go: - name: Rebuild - description: |- - The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not - want to initialize storage resources, you can use Reimage Role Instance. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3836 - schema: - type: object - language: - default: &ref_3454 - name: CloudServiceRoleInstancesClientBeginRebuildOptions - description: CloudServiceRoleInstancesClientBeginRebuildOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginRebuild method. - go: *ref_3454 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3455 - name: string - description: '' - go: *ref_3455 - protocol: {} - language: - default: &ref_3456 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3456 - protocol: {} - required: false - serializedName: CloudServiceRoleInstancesClientBeginRebuildOptions - language: - default: &ref_3457 - name: options - description: CloudServiceRoleInstancesClientBeginRebuildOptions contains the optional parameters for the CloudServiceRoleInstancesClient.BeginRebuild method. - go: *ref_3457 - protocol: {} - protocolNaming: - internalMethod: rebuild - requestMethod: rebuildCreateRequest - responseMethod: rebuildHandleResponse - responseEnv: &ref_4091 - type: object - language: - default: &ref_3458 - name: CloudServiceRoleInstancesClientRebuildResponse - description: CloudServiceRoleInstancesClientRebuildResponse contains the response from method CloudServiceRoleInstancesClient.BeginRebuild. - forLRO: true - responseType: true - go: *ref_3458 - protocol: {} protocol: {} - - &ref_5985 + - &ref_4083 operationId: CloudServiceRoleInstances_GetRemoteDesktopFile apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3460 + - *ref_1326 + - &ref_2146 schema: *ref_3 implementation: Method required: true @@ -105160,14 +71971,10 @@ operationGroups: name: roleInstanceName description: Name of the role instance. serializedName: roleInstanceName - go: - name: roleInstanceName - description: Name of the role instance. - serializedName: roleInstanceName protocol: http: in: path - - &ref_3461 + - &ref_2147 schema: *ref_3 implementation: Method required: true @@ -105176,14 +71983,10 @@ operationGroups: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3462 + - &ref_2148 schema: *ref_3 implementation: Method required: true @@ -105192,15 +71995,11 @@ operationGroups: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - schema: *ref_1328 + - *ref_1330 + - schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true @@ -105209,16 +72008,12 @@ operationGroups: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_3459 + - schema: *ref_2145 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -105227,10 +72022,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -105239,27 +72030,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/remoteDesktopFile method: get uri: '{$host}' signatureParameters: - - *ref_3460 - - *ref_3461 - - *ref_3462 + - *ref_2146 + - *ref_2147 + - *ref_2148 responses: - binary: true language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: binary @@ -105272,9 +72057,6 @@ operationGroups: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: statusCodes: @@ -105283,155 +72065,74 @@ operationGroups: default: name: GetRemoteDesktopFile description: Gets a remote desktop file for a role instance in a cloud service. - go: - name: GetRemoteDesktopFile - description: |- - Gets a remote desktop file for a role instance in a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRoleInstancesClient - openApiType: arm - optionalParamGroup: &ref_3837 - schema: - type: object - language: - default: &ref_3463 - name: CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions - description: CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions contains the optional parameters for the CloudServiceRoleInstancesClient.GetRemoteDesktopFile method. - go: *ref_3463 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions - language: - default: &ref_3464 - name: options - description: CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions contains the optional parameters for the CloudServiceRoleInstancesClient.GetRemoteDesktopFile method. - go: *ref_3464 - protocol: {} - protocolNaming: - internalMethod: getRemoteDesktopFile - requestMethod: getRemoteDesktopFileCreateRequest - responseMethod: getRemoteDesktopFileHandleResponse - responseEnv: &ref_4092 - type: object - properties: - - &ref_3467 - schema: - type: binary - language: - default: &ref_3465 - name: io.ReadCloser - description: binary response - go: *ref_3465 - protocol: {} - serializedName: Body - language: - default: &ref_3466 - name: Body - description: Body contains the streaming response. - byValue: true - go: *ref_3466 - protocol: {} - language: - default: &ref_3468 - name: CloudServiceRoleInstancesClientGetRemoteDesktopFileResponse - description: CloudServiceRoleInstancesClientGetRemoteDesktopFileResponse contains the response from method CloudServiceRoleInstancesClient.GetRemoteDesktopFile. - responseType: true - resultProp: *ref_3467 - go: *ref_3468 - protocol: {} protocol: {} language: default: name: CloudServiceRoleInstances description: '' - go: - name: CloudServiceRoleInstances - description: '' - clientCtorName: NewCloudServiceRoleInstancesClient - clientName: CloudServiceRoleInstancesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_6003 + - &ref_4101 $key: CloudServiceRoles operations: - - &ref_6002 + - &ref_4100 operationId: CloudServiceRoles_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3469 + - *ref_1326 + - &ref_2149 schema: *ref_3 implementation: Method required: true - language: &ref_5986 + language: &ref_4084 default: name: roleName description: Name of the role. serializedName: roleName - go: - name: roleName - description: Name of the role. - serializedName: roleName protocol: http: in: path - - &ref_3470 + - &ref_2150 schema: *ref_3 implementation: Method required: true - language: &ref_5987 + language: &ref_4085 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3471 + - &ref_2151 schema: *ref_3 implementation: Method required: true - language: &ref_5988 + language: &ref_4086 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_5989 - schema: *ref_1328 + - *ref_1330 + - &ref_4087 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_5990 + language: &ref_4088 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -105440,10 +72141,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -105452,27 +72149,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roles/{roleName} method: get uri: '{$host}' signatureParameters: - - *ref_3469 - - *ref_3470 - - *ref_3471 + - *ref_2149 + - *ref_2150 + - *ref_2151 responses: - - schema: *ref_1046 - language: &ref_5991 + - schema: *ref_1045 + language: &ref_4089 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -105481,14 +72172,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -105523,119 +72211,54 @@ operationGroups: default: name: Get description: Gets a role from a cloud service. - go: - name: Get - description: |- - Gets a role from a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceRolesClient - openApiType: arm - optionalParamGroup: &ref_3838 - schema: - type: object - language: - default: &ref_3472 - name: CloudServiceRolesClientGetOptions - description: CloudServiceRolesClientGetOptions contains the optional parameters for the CloudServiceRolesClient.Get method. - go: *ref_3472 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceRolesClientGetOptions - language: - default: &ref_3473 - name: options - description: CloudServiceRolesClientGetOptions contains the optional parameters for the CloudServiceRolesClient.Get method. - go: *ref_3473 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4093 - type: object - properties: - - &ref_3475 - schema: *ref_1046 - serializedName: CloudServiceRole - language: - default: &ref_3474 - name: CloudServiceRole - description: Describes a role of the cloud service. - byValue: true - embeddedType: true - go: *ref_3474 - protocol: {} - language: - default: &ref_3476 - name: CloudServiceRolesClientGetResponse - description: CloudServiceRolesClientGetResponse contains the response from method CloudServiceRolesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3475 - go: *ref_3476 - protocol: {} protocol: {} - - &ref_6010 + - &ref_4108 operationId: CloudServiceRoles_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3477 + - *ref_1326 + - &ref_2152 schema: *ref_3 implementation: Method required: true - language: &ref_6004 + language: &ref_4102 default: name: resourceGroupName description: '' serializedName: resourceGroupName - go: - name: resourceGroupName - description: '' - serializedName: resourceGroupName protocol: http: in: path - - &ref_3478 + - &ref_2153 schema: *ref_3 implementation: Method required: true - language: &ref_6005 + language: &ref_4103 default: name: cloudServiceName description: '' serializedName: cloudServiceName - go: - name: cloudServiceName - description: '' - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6006 - schema: *ref_1328 + - *ref_1330 + - &ref_4104 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6007 + language: &ref_4105 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -105644,10 +72267,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -105656,26 +72275,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roles method: get uri: '{$host}' signatureParameters: - - *ref_3477 - - *ref_3478 + - *ref_2152 + - *ref_2153 responses: - - schema: *ref_3479 - language: &ref_6008 + - schema: *ref_2154 + language: &ref_4106 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -105684,14 +72297,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -105740,150 +72350,75 @@ operationGroups: description: Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. - azureARM: true - clientName: CloudServiceRolesClient - openApiType: arm - optionalParamGroup: &ref_3839 - schema: - type: object - language: - default: &ref_3480 - name: CloudServiceRolesClientListOptions - description: CloudServiceRolesClientListOptions contains the optional parameters for the CloudServiceRolesClient.NewListPager method. - go: *ref_3480 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceRolesClientListOptions - language: - default: &ref_3481 - name: options - description: CloudServiceRolesClientListOptions contains the optional parameters for the CloudServiceRolesClient.NewListPager method. - go: *ref_3481 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4094 - type: object - properties: - - &ref_3483 - schema: *ref_3479 - serializedName: CloudServiceRoleListResult - language: - default: &ref_3482 - name: CloudServiceRoleListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3482 - protocol: {} - language: - default: &ref_3484 - name: CloudServiceRolesClientListResponse - description: CloudServiceRolesClientListResponse contains the response from method CloudServiceRolesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3483 - go: *ref_3484 - protocol: {} protocol: {} language: default: name: CloudServiceRoles description: '' - go: - name: CloudServiceRoles - description: '' - clientCtorName: NewCloudServiceRolesClient - clientName: CloudServiceRolesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_6043 + - &ref_4141 $key: CloudServices operations: - - &ref_6042 + - &ref_4140 operationId: CloudServices_CreateOrUpdate apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3487 + - *ref_1326 + - &ref_2157 schema: *ref_3 implementation: Method required: true - language: &ref_6011 + language: &ref_4109 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3488 + - &ref_2158 schema: *ref_3 implementation: Method required: true - language: &ref_6012 + language: &ref_4110 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6013 - schema: *ref_1328 + - *ref_1330 + - &ref_4111 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6014 + language: &ref_4112 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3486 + application/json: &ref_2156 parameters: - - &ref_3485 - schema: *ref_1100 + - &ref_2155 + schema: *ref_1099 implementation: Method - required: true - language: &ref_6015 + required: false + language: &ref_4113 default: name: parameters description: The cloud service object. - go: - name: parameters - description: The cloud service object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -105892,22 +72427,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3485 + - *ref_2155 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName} @@ -105917,19 +72445,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3486 + - *ref_2156 signatureParameters: - - *ref_3487 - - *ref_3488 + - *ref_2157 + - *ref_2158 responses: - - schema: *ref_1100 - language: &ref_6033 + - schema: *ref_1099 + language: &ref_4131 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -105937,14 +72462,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_1100 - language: &ref_6041 + - schema: *ref_1099 + language: &ref_4139 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -105953,14 +72475,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -106398,151 +72917,67 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a cloud service. Please note some properties can be set only during cloud service creation. - go: - name: CreateOrUpdate - description: |- - Create or update a cloud service. Please note some properties can be set only during cloud service creation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3840 - schema: - type: object - language: - default: &ref_3489 - name: CloudServicesClientBeginCreateOrUpdateOptions - description: CloudServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the CloudServicesClient.BeginCreateOrUpdate method. - go: *ref_3489 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3490 - name: string - description: '' - go: *ref_3490 - protocol: {} - language: - default: &ref_3491 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3491 - protocol: {} - required: false - serializedName: CloudServicesClientBeginCreateOrUpdateOptions - language: - default: &ref_3492 - name: options - description: CloudServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the CloudServicesClient.BeginCreateOrUpdate method. - go: *ref_3492 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4095 - type: object - properties: - - &ref_3494 - schema: *ref_1100 - serializedName: CloudService - language: - default: &ref_3493 - name: CloudService - description: Describes the cloud service. - byValue: true - embeddedType: true - go: *ref_3493 - protocol: {} - language: - default: &ref_3495 - name: CloudServicesClientCreateOrUpdateResponse - description: CloudServicesClientCreateOrUpdateResponse contains the response from method CloudServicesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3494 - go: *ref_3495 - protocol: {} protocol: {} - - &ref_6067 + - &ref_4165 operationId: CloudServices_Update apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3499 + - *ref_1326 + - &ref_2162 schema: *ref_3 implementation: Method required: true - language: &ref_6059 + language: &ref_4157 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3500 + - &ref_2163 schema: *ref_3 implementation: Method required: true - language: &ref_6060 + language: &ref_4158 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6061 - schema: *ref_1328 + - *ref_1330 + - &ref_4159 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6062 + language: &ref_4160 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3498 + application/json: &ref_2161 parameters: - - &ref_3497 - schema: *ref_3496 + - &ref_2160 + schema: *ref_2159 implementation: Method - required: true - language: &ref_6063 + required: false + language: &ref_4161 default: name: parameters description: The cloud service object. - go: - name: parameters - description: The cloud service object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -106551,22 +72986,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3497 + - *ref_2160 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName} @@ -106576,19 +73004,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3498 + - *ref_2161 signatureParameters: - - *ref_3499 - - *ref_3500 + - *ref_2162 + - *ref_2163 responses: - - schema: *ref_1100 - language: &ref_6065 + - schema: *ref_1099 + language: &ref_4163 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -106597,14 +73022,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -106666,135 +73088,54 @@ operationGroups: default: name: Update description: Update a cloud service. - go: - name: Update - description: |- - Update a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3841 - schema: - type: object - language: - default: &ref_3501 - name: CloudServicesClientBeginUpdateOptions - description: CloudServicesClientBeginUpdateOptions contains the optional parameters for the CloudServicesClient.BeginUpdate method. - go: *ref_3501 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3502 - name: string - description: '' - go: *ref_3502 - protocol: {} - language: - default: &ref_3503 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3503 - protocol: {} - required: false - serializedName: CloudServicesClientBeginUpdateOptions - language: - default: &ref_3504 - name: options - description: CloudServicesClientBeginUpdateOptions contains the optional parameters for the CloudServicesClient.BeginUpdate method. - go: *ref_3504 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_4096 - type: object - properties: - - &ref_3506 - schema: *ref_1100 - serializedName: CloudService - language: - default: &ref_3505 - name: CloudService - description: Describes the cloud service. - byValue: true - embeddedType: true - go: *ref_3505 - protocol: {} - language: - default: &ref_3507 - name: CloudServicesClientUpdateResponse - description: CloudServicesClientUpdateResponse contains the response from method CloudServicesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_3506 - go: *ref_3507 - protocol: {} protocol: {} - - &ref_6072 + - &ref_4170 operationId: CloudServices_Delete apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3508 + - *ref_1326 + - &ref_2164 schema: *ref_3 implementation: Method required: true - language: &ref_6068 + language: &ref_4166 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3509 + - &ref_2165 schema: *ref_3 implementation: Method required: true - language: &ref_6069 + language: &ref_4167 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6070 - schema: *ref_1328 + - *ref_1330 + - &ref_4168 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6071 + language: &ref_4169 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -106803,10 +73144,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -106815,25 +73152,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName} method: delete uri: '{$host}' signatureParameters: - - *ref_3508 - - *ref_3509 + - *ref_2164 + - *ref_2165 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -106842,9 +73173,6 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: @@ -106853,22 +73181,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -106894,121 +73216,54 @@ operationGroups: default: name: Delete description: Deletes a cloud service. - go: - name: Delete - description: |- - Deletes a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3842 - schema: - type: object - language: - default: &ref_3510 - name: CloudServicesClientBeginDeleteOptions - description: CloudServicesClientBeginDeleteOptions contains the optional parameters for the CloudServicesClient.BeginDelete method. - go: *ref_3510 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3511 - name: string - description: '' - go: *ref_3511 - protocol: {} - language: - default: &ref_3512 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3512 - protocol: {} - required: false - serializedName: CloudServicesClientBeginDeleteOptions - language: - default: &ref_3513 - name: options - description: CloudServicesClientBeginDeleteOptions contains the optional parameters for the CloudServicesClient.BeginDelete method. - go: *ref_3513 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_4097 - type: object - language: - default: &ref_3514 - name: CloudServicesClientDeleteResponse - description: CloudServicesClientDeleteResponse contains the response from method CloudServicesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_3514 - protocol: {} protocol: {} - - &ref_6078 + - &ref_4176 operationId: CloudServices_Get apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3515 + - *ref_1326 + - &ref_2166 schema: *ref_3 implementation: Method required: true - language: &ref_6073 + language: &ref_4171 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3516 + - &ref_2167 schema: *ref_3 implementation: Method required: true - language: &ref_6074 + language: &ref_4172 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6075 - schema: *ref_1328 + - *ref_1330 + - &ref_4173 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6076 + language: &ref_4174 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107017,10 +73272,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107029,26 +73280,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName} method: get uri: '{$host}' signatureParameters: - - *ref_3515 - - *ref_3516 + - *ref_2166 + - *ref_2167 responses: - - schema: *ref_1100 - language: &ref_6077 + - schema: *ref_1099 + language: &ref_4175 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -107057,14 +73302,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107132,119 +73374,54 @@ operationGroups: default: name: Get description: Display information about a cloud service. - go: - name: Get - description: |- - Display information about a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3843 - schema: - type: object - language: - default: &ref_3517 - name: CloudServicesClientGetOptions - description: CloudServicesClientGetOptions contains the optional parameters for the CloudServicesClient.Get method. - go: *ref_3517 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesClientGetOptions - language: - default: &ref_3518 - name: options - description: CloudServicesClientGetOptions contains the optional parameters for the CloudServicesClient.Get method. - go: *ref_3518 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_4098 - type: object - properties: - - &ref_3520 - schema: *ref_1100 - serializedName: CloudService - language: - default: &ref_3519 - name: CloudService - description: Describes the cloud service. - byValue: true - embeddedType: true - go: *ref_3519 - protocol: {} - language: - default: &ref_3521 - name: CloudServicesClientGetResponse - description: CloudServicesClientGetResponse contains the response from method CloudServicesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_3520 - go: *ref_3521 - protocol: {} protocol: {} - - &ref_6092 + - &ref_4190 operationId: CloudServices_GetInstanceView apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3522 + - *ref_1326 + - &ref_2168 schema: *ref_3 implementation: Method required: true - language: &ref_6079 + language: &ref_4177 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3523 + - &ref_2169 schema: *ref_3 implementation: Method required: true - language: &ref_6080 + language: &ref_4178 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6081 - schema: *ref_1328 + - *ref_1330 + - &ref_4179 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6082 + language: &ref_4180 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107253,10 +73430,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107265,26 +73438,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/instanceView method: get uri: '{$host}' signatureParameters: - - *ref_3522 - - *ref_3523 + - *ref_2168 + - *ref_2169 responses: - - schema: *ref_3524 - language: &ref_6083 + - schema: *ref_2170 + language: &ref_4181 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -107293,14 +73460,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107350,87 +73514,30 @@ operationGroups: default: name: GetInstanceView description: Gets the status of a cloud service. - go: - name: GetInstanceView - description: |- - Gets the status of a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3844 - schema: - type: object - language: - default: &ref_3525 - name: CloudServicesClientGetInstanceViewOptions - description: CloudServicesClientGetInstanceViewOptions contains the optional parameters for the CloudServicesClient.GetInstanceView method. - go: *ref_3525 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesClientGetInstanceViewOptions - language: - default: &ref_3526 - name: options - description: CloudServicesClientGetInstanceViewOptions contains the optional parameters for the CloudServicesClient.GetInstanceView method. - go: *ref_3526 - protocol: {} - protocolNaming: - internalMethod: getInstanceView - requestMethod: getInstanceViewCreateRequest - responseMethod: getInstanceViewHandleResponse - responseEnv: &ref_4099 - type: object - properties: - - &ref_3528 - schema: *ref_3524 - serializedName: CloudServiceInstanceView - language: - default: &ref_3527 - name: CloudServiceInstanceView - description: InstanceView of CloudService as a whole - byValue: true - embeddedType: true - go: *ref_3527 - protocol: {} - language: - default: &ref_3529 - name: CloudServicesClientGetInstanceViewResponse - description: CloudServicesClientGetInstanceViewResponse contains the response from method CloudServicesClient.GetInstanceView. - marshallingFormat: json - responseType: true - resultProp: *ref_3528 - go: *ref_3529 - protocol: {} protocol: {} - - &ref_6097 + - &ref_4195 operationId: CloudServices_ListAll apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - *ref_1336 - - &ref_6093 - schema: *ref_1328 + - *ref_1326 + - *ref_1330 + - &ref_4191 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6094 + language: &ref_4192 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107439,10 +73546,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107451,9 +73554,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/cloudServices @@ -107461,14 +73561,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_3530 - language: &ref_6095 + - schema: *ref_2171 + language: &ref_4193 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -107477,14 +73574,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107557,105 +73651,42 @@ operationGroups: Cloud Services. paging: nextLinkName: nextLink - go: - name: ListAll - description: |- - Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink - is null to fetch all the Cloud Services. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3845 - schema: - type: object - language: - default: &ref_3531 - name: CloudServicesClientListAllOptions - description: CloudServicesClientListAllOptions contains the optional parameters for the CloudServicesClient.NewListAllPager method. - go: *ref_3531 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesClientListAllOptions - language: - default: &ref_3532 - name: options - description: CloudServicesClientListAllOptions contains the optional parameters for the CloudServicesClient.NewListAllPager method. - go: *ref_3532 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listAll - requestMethod: listAllCreateRequest - responseMethod: listAllHandleResponse - responseEnv: &ref_4100 - type: object - properties: - - &ref_3534 - schema: *ref_3530 - serializedName: CloudServiceListResult - language: - default: &ref_3533 - name: CloudServiceListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3533 - protocol: {} - language: - default: &ref_3535 - name: CloudServicesClientListAllResponse - description: CloudServicesClientListAllResponse contains the response from method CloudServicesClient.NewListAllPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3534 - go: *ref_3535 - protocol: {} protocol: {} - - &ref_6102 + - &ref_4200 operationId: CloudServices_List apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3536 + - *ref_1326 + - &ref_2172 schema: *ref_3 implementation: Method required: true - language: &ref_6098 + language: &ref_4196 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - *ref_1336 - - &ref_6099 - schema: *ref_1328 + - *ref_1330 + - &ref_4197 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6100 + language: &ref_4198 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107664,10 +73695,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107676,25 +73703,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices method: get uri: '{$host}' signatureParameters: - - *ref_3536 + - *ref_2172 responses: - - schema: *ref_3530 - language: &ref_6101 + - schema: *ref_2171 + language: &ref_4199 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -107703,14 +73724,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107782,119 +73800,54 @@ operationGroups: description: Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. paging: nextLinkName: nextLink - go: - name: List - description: Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3846 - schema: - type: object - language: - default: &ref_3537 - name: CloudServicesClientListOptions - description: CloudServicesClientListOptions contains the optional parameters for the CloudServicesClient.NewListPager method. - go: *ref_3537 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesClientListOptions - language: - default: &ref_3538 - name: options - description: CloudServicesClientListOptions contains the optional parameters for the CloudServicesClient.NewListPager method. - go: *ref_3538 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_4101 - type: object - properties: - - &ref_3540 - schema: *ref_3530 - serializedName: CloudServiceListResult - language: - default: &ref_3539 - name: CloudServiceListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3539 - protocol: {} - language: - default: &ref_3541 - name: CloudServicesClientListResponse - description: CloudServicesClientListResponse contains the response from method CloudServicesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3540 - go: *ref_3541 - protocol: {} protocol: {} - - &ref_6107 + - &ref_4205 operationId: CloudServices_Start apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3542 + - *ref_1326 + - &ref_2173 schema: *ref_3 implementation: Method required: true - language: &ref_6103 + language: &ref_4201 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3543 + - &ref_2174 schema: *ref_3 implementation: Method required: true - language: &ref_6104 + language: &ref_4202 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6105 - schema: *ref_1328 + - *ref_1330 + - &ref_4203 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6106 + language: &ref_4204 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -107903,10 +73856,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -107915,25 +73864,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/start method: post uri: '{$host}' signatureParameters: - - *ref_3542 - - *ref_3543 + - *ref_2173 + - *ref_2174 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -107942,22 +73885,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -107982,121 +73919,54 @@ operationGroups: default: name: Start description: Starts the cloud service. - go: - name: Start - description: |- - Starts the cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3847 - schema: - type: object - language: - default: &ref_3544 - name: CloudServicesClientBeginStartOptions - description: CloudServicesClientBeginStartOptions contains the optional parameters for the CloudServicesClient.BeginStart method. - go: *ref_3544 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3545 - name: string - description: '' - go: *ref_3545 - protocol: {} - language: - default: &ref_3546 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3546 - protocol: {} - required: false - serializedName: CloudServicesClientBeginStartOptions - language: - default: &ref_3547 - name: options - description: CloudServicesClientBeginStartOptions contains the optional parameters for the CloudServicesClient.BeginStart method. - go: *ref_3547 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_4102 - type: object - language: - default: &ref_3548 - name: CloudServicesClientStartResponse - description: CloudServicesClientStartResponse contains the response from method CloudServicesClient.BeginStart. - forLRO: true - responseType: true - go: *ref_3548 - protocol: {} protocol: {} - - &ref_6112 + - &ref_4210 operationId: CloudServices_PowerOff apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3549 + - *ref_1326 + - &ref_2175 schema: *ref_3 implementation: Method required: true - language: &ref_6108 + language: &ref_4206 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3550 + - &ref_2176 schema: *ref_3 implementation: Method required: true - language: &ref_6109 + language: &ref_4207 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6110 - schema: *ref_1328 + - *ref_1330 + - &ref_4208 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6111 + language: &ref_4209 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -108105,10 +73975,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -108117,25 +73983,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/poweroff method: post uri: '{$host}' signatureParameters: - - *ref_3549 - - *ref_3550 + - *ref_2175 + - *ref_2176 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -108144,22 +74004,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108184,171 +74038,67 @@ operationGroups: default: name: PowerOff description: Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. - go: - name: PowerOff - description: |- - Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: &ref_3848 - schema: - type: object - language: - default: &ref_3551 - name: CloudServicesClientBeginPowerOffOptions - description: CloudServicesClientBeginPowerOffOptions contains the optional parameters for the CloudServicesClient.BeginPowerOff method. - go: *ref_3551 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3552 - name: string - description: '' - go: *ref_3552 - protocol: {} - language: - default: &ref_3553 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3553 - protocol: {} - required: false - serializedName: CloudServicesClientBeginPowerOffOptions - language: - default: &ref_3554 - name: options - description: CloudServicesClientBeginPowerOffOptions contains the optional parameters for the CloudServicesClient.BeginPowerOff method. - go: *ref_3554 - protocol: {} - protocolNaming: - internalMethod: powerOff - requestMethod: powerOffCreateRequest - responseMethod: powerOffHandleResponse - responseEnv: &ref_4103 - type: object - language: - default: &ref_3555 - name: CloudServicesClientPowerOffResponse - description: CloudServicesClientPowerOffResponse contains the response from method CloudServicesClient.BeginPowerOff. - forLRO: true - responseType: true - go: *ref_3555 - protocol: {} protocol: {} - - &ref_6119 + - &ref_4217 operationId: CloudServices_Restart apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3563 + - *ref_1326 + - &ref_2180 schema: *ref_3 implementation: Method required: true - language: &ref_6113 + language: &ref_4211 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3564 + - &ref_2181 schema: *ref_3 implementation: Method required: true - language: &ref_6114 + language: &ref_4212 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6115 - schema: *ref_1328 + - *ref_1330 + - &ref_4213 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6116 + language: &ref_4214 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3562 + application/json: &ref_2179 parameters: - - &ref_3558 - schema: *ref_3556 + - &ref_2178 + schema: *ref_2177 implementation: Method required: false - language: &ref_6117 + language: &ref_4215 default: name: parameters description: List of cloud service role instance names. - go: - name: Parameters - description: List of cloud service role instance names. - paramGroup: &ref_3565 - schema: - type: object - language: - default: &ref_3557 - name: CloudServicesClientBeginRestartOptions - description: CloudServicesClientBeginRestartOptions contains the optional parameters for the CloudServicesClient.BeginRestart method. - go: *ref_3557 - protocol: {} - originalParameter: - - *ref_3558 - - schema: - type: string - language: - default: &ref_3559 - name: string - description: '' - go: *ref_3559 - protocol: {} - language: - default: &ref_3560 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3560 - protocol: {} - required: false - serializedName: CloudServicesClientBeginRestartOptions - language: - default: &ref_3561 - name: options - description: CloudServicesClientBeginRestartOptions contains the optional parameters for the CloudServicesClient.BeginRestart method. - go: *ref_3561 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -108357,22 +74107,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3558 + - *ref_2178 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/restart @@ -108382,18 +74125,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3562 + - *ref_2179 signatureParameters: - - *ref_3563 - - *ref_3564 + - *ref_2180 + - *ref_2181 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -108402,22 +74142,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108446,139 +74180,67 @@ operationGroups: default: name: Restart description: Restarts one or more role instances in a cloud service. - go: - name: Restart - description: |- - Restarts one or more role instances in a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: *ref_3565 - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_4104 - type: object - language: - default: &ref_3566 - name: CloudServicesClientRestartResponse - description: CloudServicesClientRestartResponse contains the response from method CloudServicesClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_3566 - protocol: {} protocol: {} - - &ref_6125 + - &ref_4223 operationId: CloudServices_Reimage apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3573 + - *ref_1326 + - &ref_2184 schema: *ref_3 implementation: Method required: true - language: &ref_6120 + language: &ref_4218 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3574 + - &ref_2185 schema: *ref_3 implementation: Method required: true - language: &ref_6121 + language: &ref_4219 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6122 - schema: *ref_1328 + - *ref_1330 + - &ref_4220 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6123 + language: &ref_4221 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3572 + application/json: &ref_2183 parameters: - - &ref_3568 - schema: *ref_3556 + - &ref_2182 + schema: *ref_2177 implementation: Method required: false - language: &ref_6124 + language: &ref_4222 default: name: parameters description: List of cloud service role instance names. - go: - name: Parameters - description: List of cloud service role instance names. - paramGroup: &ref_3575 - schema: - type: object - language: - default: &ref_3567 - name: CloudServicesClientBeginReimageOptions - description: CloudServicesClientBeginReimageOptions contains the optional parameters for the CloudServicesClient.BeginReimage method. - go: *ref_3567 - protocol: {} - originalParameter: - - *ref_3568 - - schema: - type: string - language: - default: &ref_3569 - name: string - description: '' - go: *ref_3569 - protocol: {} - language: - default: &ref_3570 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3570 - protocol: {} - required: false - serializedName: CloudServicesClientBeginReimageOptions - language: - default: &ref_3571 - name: options - description: CloudServicesClientBeginReimageOptions contains the optional parameters for the CloudServicesClient.BeginReimage method. - go: *ref_3571 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -108587,22 +74249,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3568 + - *ref_2182 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/reimage @@ -108612,18 +74267,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3572 + - *ref_2183 signatureParameters: - - *ref_3573 - - *ref_3574 + - *ref_2184 + - *ref_2185 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -108632,22 +74284,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108676,139 +74322,67 @@ operationGroups: default: name: Reimage description: Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. - go: - name: Reimage - description: |- - Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: *ref_3575 - protocolNaming: - internalMethod: reimage - requestMethod: reimageCreateRequest - responseMethod: reimageHandleResponse - responseEnv: &ref_4105 - type: object - language: - default: &ref_3576 - name: CloudServicesClientReimageResponse - description: CloudServicesClientReimageResponse contains the response from method CloudServicesClient.BeginReimage. - forLRO: true - responseType: true - go: *ref_3576 - protocol: {} protocol: {} - - &ref_6131 + - &ref_4229 operationId: CloudServices_Rebuild apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3583 + - *ref_1326 + - &ref_2188 schema: *ref_3 implementation: Method required: true - language: &ref_6126 + language: &ref_4224 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3584 + - &ref_2189 schema: *ref_3 implementation: Method required: true - language: &ref_6127 + language: &ref_4225 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6128 - schema: *ref_1328 + - *ref_1330 + - &ref_4226 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6129 + language: &ref_4227 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3582 + application/json: &ref_2187 parameters: - - &ref_3578 - schema: *ref_3556 + - &ref_2186 + schema: *ref_2177 implementation: Method required: false - language: &ref_6130 + language: &ref_4228 default: name: parameters description: List of cloud service role instance names. - go: - name: Parameters - description: List of cloud service role instance names. - paramGroup: &ref_3585 - schema: - type: object - language: - default: &ref_3577 - name: CloudServicesClientBeginRebuildOptions - description: CloudServicesClientBeginRebuildOptions contains the optional parameters for the CloudServicesClient.BeginRebuild method. - go: *ref_3577 - protocol: {} - originalParameter: - - *ref_3578 - - schema: - type: string - language: - default: &ref_3579 - name: string - description: '' - go: *ref_3579 - protocol: {} - language: - default: &ref_3580 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3580 - protocol: {} - required: false - serializedName: CloudServicesClientBeginRebuildOptions - language: - default: &ref_3581 - name: options - description: CloudServicesClientBeginRebuildOptions contains the optional parameters for the CloudServicesClient.BeginRebuild method. - go: *ref_3581 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -108817,22 +74391,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3578 + - *ref_2186 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/rebuild @@ -108842,18 +74409,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3582 + - *ref_2187 signatureParameters: - - *ref_3583 - - *ref_3584 + - *ref_2188 + - *ref_2189 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -108862,22 +74426,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -108908,140 +74466,67 @@ operationGroups: description: >- Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. - go: - name: Rebuild - description: |- - Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage - resources, you can use Reimage Role Instances. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: *ref_3585 - protocolNaming: - internalMethod: rebuild - requestMethod: rebuildCreateRequest - responseMethod: rebuildHandleResponse - responseEnv: &ref_4106 - type: object - language: - default: &ref_3586 - name: CloudServicesClientRebuildResponse - description: CloudServicesClientRebuildResponse contains the response from method CloudServicesClient.BeginRebuild. - forLRO: true - responseType: true - go: *ref_3586 - protocol: {} protocol: {} - - &ref_6137 + - &ref_4235 operationId: CloudServices_DeleteInstances apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3593 + - *ref_1326 + - &ref_2192 schema: *ref_3 implementation: Method required: true - language: &ref_6132 + language: &ref_4230 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3594 + - &ref_2193 schema: *ref_3 implementation: Method required: true - language: &ref_6133 + language: &ref_4231 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6134 - schema: *ref_1328 + - *ref_1330 + - &ref_4232 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6135 + language: &ref_4233 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3592 + application/json: &ref_2191 parameters: - - &ref_3588 - schema: *ref_3556 + - &ref_2190 + schema: *ref_2177 implementation: Method required: false - language: &ref_6136 + language: &ref_4234 default: name: parameters description: List of cloud service role instance names. - go: - name: Parameters - description: List of cloud service role instance names. - paramGroup: &ref_3595 - schema: - type: object - language: - default: &ref_3587 - name: CloudServicesClientBeginDeleteInstancesOptions - description: CloudServicesClientBeginDeleteInstancesOptions contains the optional parameters for the CloudServicesClient.BeginDeleteInstances method. - go: *ref_3587 - protocol: {} - originalParameter: - - *ref_3588 - - schema: - type: string - language: - default: &ref_3589 - name: string - description: '' - go: *ref_3589 - protocol: {} - language: - default: &ref_3590 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3590 - protocol: {} - required: false - serializedName: CloudServicesClientBeginDeleteInstancesOptions - language: - default: &ref_3591 - name: options - description: CloudServicesClientBeginDeleteInstancesOptions contains the optional parameters for the CloudServicesClient.BeginDeleteInstances method. - go: *ref_3591 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109050,22 +74535,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3588 + - *ref_2190 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/delete @@ -109075,18 +74553,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3592 + - *ref_2191 signatureParameters: - - *ref_3593 - - *ref_3594 + - *ref_2192 + - *ref_2193 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -109095,22 +74570,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109139,136 +74608,87 @@ operationGroups: default: name: DeleteInstances description: Deletes role instances in a cloud service. - go: - name: DeleteInstances - description: |- - Deletes role instances in a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesClient - openApiType: arm - optionalParamGroup: *ref_3595 - protocolNaming: - internalMethod: deleteInstances - requestMethod: deleteInstancesCreateRequest - responseMethod: deleteInstancesHandleResponse - responseEnv: &ref_4107 - type: object - language: - default: &ref_3596 - name: CloudServicesClientDeleteInstancesResponse - description: CloudServicesClientDeleteInstancesResponse contains the response from method CloudServicesClient.BeginDeleteInstances. - forLRO: true - responseType: true - go: *ref_3596 - protocol: {} protocol: {} language: default: name: CloudServices description: '' - go: - name: CloudServices - description: '' - clientCtorName: NewCloudServicesClient - clientName: CloudServicesClient - clientParams: - - *ref_1336 protocol: {} - - &ref_6144 + - &ref_4242 $key: CloudServicesUpdateDomain operations: - - &ref_6143 + - &ref_4241 operationId: CloudServicesUpdateDomain_WalkUpdateDomain apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3599 + - *ref_1326 + - &ref_2196 schema: *ref_3 implementation: Method required: true - language: &ref_6138 + language: &ref_4236 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3600 + - &ref_2197 schema: *ref_3 implementation: Method required: true - language: &ref_6139 + language: &ref_4237 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - &ref_3601 - schema: *ref_1598 + - &ref_2198 + schema: *ref_1424 implementation: Method required: true - language: &ref_6140 + language: &ref_4238 default: name: updateDomain description: 'Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.' serializedName: updateDomain - go: - name: updateDomain - description: 'Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.' - serializedName: updateDomain protocol: http: in: path - - *ref_1336 - - &ref_6141 - schema: *ref_1328 + - *ref_1330 + - &ref_4239 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6142 + language: &ref_4240 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requestMediaTypes: - application/json: &ref_3598 + application/json: &ref_2195 parameters: - - &ref_3597 - schema: *ref_1105 + - &ref_2194 + schema: *ref_1104 implementation: Method - required: true + required: false language: default: name: parameters description: The update domain object. - go: - name: parameters - description: The update domain object. protocol: http: in: body style: json - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109277,22 +74697,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_3597 + - *ref_2194 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains/{updateDomain} @@ -109302,19 +74715,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_3598 + - *ref_2195 signatureParameters: - - *ref_3599 - - *ref_3600 - - *ref_3601 + - *ref_2196 + - *ref_2197 + - *ref_2198 responses: - language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: statusCodes: @@ -109323,22 +74733,16 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109364,137 +74768,66 @@ operationGroups: default: name: WalkUpdateDomain description: Updates the role instances in the specified update domain. - go: - name: WalkUpdateDomain - description: |- - Updates the role instances in the specified update domain. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesUpdateDomainClient - openApiType: arm - optionalParamGroup: &ref_3849 - schema: - type: object - language: - default: &ref_3602 - name: CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions - description: CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions contains the optional parameters for the CloudServicesUpdateDomainClient.BeginWalkUpdateDomain method. - go: *ref_3602 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_3603 - name: string - description: '' - go: *ref_3603 - protocol: {} - language: - default: &ref_3604 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_3604 - protocol: {} - required: false - serializedName: CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions - language: - default: &ref_3605 - name: options - description: CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions contains the optional parameters for the CloudServicesUpdateDomainClient.BeginWalkUpdateDomain method. - go: *ref_3605 - protocol: {} - protocolNaming: - internalMethod: walkUpdateDomain - requestMethod: walkUpdateDomainCreateRequest - responseMethod: walkUpdateDomainHandleResponse - responseEnv: &ref_4108 - type: object - language: - default: &ref_3606 - name: CloudServicesUpdateDomainClientWalkUpdateDomainResponse - description: CloudServicesUpdateDomainClientWalkUpdateDomainResponse contains the response from method CloudServicesUpdateDomainClient.BeginWalkUpdateDomain. - forLRO: true - responseType: true - go: *ref_3606 - protocol: {} protocol: {} - - &ref_6153 + - &ref_4251 operationId: CloudServicesUpdateDomain_GetUpdateDomain apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3607 + - *ref_1326 + - &ref_2199 schema: *ref_3 implementation: Method required: true - language: &ref_6145 + language: &ref_4243 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3608 + - &ref_2200 schema: *ref_3 implementation: Method required: true - language: &ref_6146 + language: &ref_4244 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - &ref_3609 - schema: *ref_1598 + - &ref_2201 + schema: *ref_1424 implementation: Method required: true - language: &ref_6147 + language: &ref_4245 default: name: updateDomain description: 'Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.' serializedName: updateDomain - go: - name: updateDomain - description: 'Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on.' - serializedName: updateDomain protocol: http: in: path - - *ref_1336 - - &ref_6148 - schema: *ref_1328 + - *ref_1330 + - &ref_4246 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6149 + language: &ref_4247 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109503,10 +74836,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -109515,27 +74844,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains/{updateDomain} method: get uri: '{$host}' signatureParameters: - - *ref_3607 - - *ref_3608 - - *ref_3609 + - *ref_2199 + - *ref_2200 + - *ref_2201 responses: - - schema: *ref_1105 - language: &ref_6150 + - schema: *ref_1104 + language: &ref_4248 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -109544,14 +74867,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109578,119 +74898,54 @@ operationGroups: default: name: GetUpdateDomain description: Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. - go: - name: GetUpdateDomain - description: |- - Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServicesUpdateDomainClient - openApiType: arm - optionalParamGroup: &ref_3850 - schema: - type: object - language: - default: &ref_3610 - name: CloudServicesUpdateDomainClientGetUpdateDomainOptions - description: CloudServicesUpdateDomainClientGetUpdateDomainOptions contains the optional parameters for the CloudServicesUpdateDomainClient.GetUpdateDomain method. - go: *ref_3610 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesUpdateDomainClientGetUpdateDomainOptions - language: - default: &ref_3611 - name: options - description: CloudServicesUpdateDomainClientGetUpdateDomainOptions contains the optional parameters for the CloudServicesUpdateDomainClient.GetUpdateDomain method. - go: *ref_3611 - protocol: {} - protocolNaming: - internalMethod: getUpdateDomain - requestMethod: getUpdateDomainCreateRequest - responseMethod: getUpdateDomainHandleResponse - responseEnv: &ref_4109 - type: object - properties: - - &ref_3613 - schema: *ref_1105 - serializedName: UpdateDomain - language: - default: &ref_3612 - name: UpdateDomain - description: Defines an update domain for the cloud service. - byValue: true - embeddedType: true - go: *ref_3612 - protocol: {} - language: - default: &ref_3614 - name: CloudServicesUpdateDomainClientGetUpdateDomainResponse - description: CloudServicesUpdateDomainClientGetUpdateDomainResponse contains the response from method CloudServicesUpdateDomainClient.GetUpdateDomain. - marshallingFormat: json - responseType: true - resultProp: *ref_3613 - go: *ref_3614 - protocol: {} protocol: {} - - &ref_6160 + - &ref_4258 operationId: CloudServicesUpdateDomain_ListUpdateDomains apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3615 + - *ref_1326 + - &ref_2202 schema: *ref_3 implementation: Method required: true - language: &ref_6154 + language: &ref_4252 default: name: resourceGroupName description: Name of the resource group. serializedName: resourceGroupName - go: - name: resourceGroupName - description: Name of the resource group. - serializedName: resourceGroupName protocol: http: in: path - - &ref_3616 + - &ref_2203 schema: *ref_3 implementation: Method required: true - language: &ref_6155 + language: &ref_4253 default: name: cloudServiceName description: Name of the cloud service. serializedName: cloudServiceName - go: - name: cloudServiceName - description: Name of the cloud service. - serializedName: cloudServiceName protocol: http: in: path - - *ref_1336 - - &ref_6156 - schema: *ref_1328 + - *ref_1330 + - &ref_4254 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6157 + language: &ref_4255 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109699,10 +74954,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -109711,26 +74962,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains method: get uri: '{$host}' signatureParameters: - - *ref_3615 - - *ref_3616 + - *ref_2202 + - *ref_2203 responses: - - schema: *ref_3617 - language: &ref_6158 + - schema: *ref_2204 + language: &ref_4256 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -109739,14 +74984,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109779,134 +75021,62 @@ operationGroups: description: Gets a list of all update domains in a cloud service. paging: nextLinkName: nextLink - go: - name: ListUpdateDomains - description: Gets a list of all update domains in a cloud service. - azureARM: true - clientName: CloudServicesUpdateDomainClient - openApiType: arm - optionalParamGroup: &ref_3851 - schema: - type: object - language: - default: &ref_3618 - name: CloudServicesUpdateDomainClientListUpdateDomainsOptions - description: CloudServicesUpdateDomainClientListUpdateDomainsOptions contains the optional parameters for the CloudServicesUpdateDomainClient.NewListUpdateDomainsPager method. - go: *ref_3618 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServicesUpdateDomainClientListUpdateDomainsOptions - language: - default: &ref_3619 - name: options - description: CloudServicesUpdateDomainClientListUpdateDomainsOptions contains the optional parameters for the CloudServicesUpdateDomainClient.NewListUpdateDomainsPager method. - go: *ref_3619 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listUpdateDomains - requestMethod: listUpdateDomainsCreateRequest - responseMethod: listUpdateDomainsHandleResponse - responseEnv: &ref_4110 - type: object - properties: - - &ref_3621 - schema: *ref_3617 - serializedName: UpdateDomainListResult - language: - default: &ref_3620 - name: UpdateDomainListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3620 - protocol: {} - language: - default: &ref_3622 - name: CloudServicesUpdateDomainClientListUpdateDomainsResponse - description: CloudServicesUpdateDomainClientListUpdateDomainsResponse contains the response from method CloudServicesUpdateDomainClient.NewListUpdateDomainsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3621 - go: *ref_3622 - protocol: {} protocol: {} language: default: name: CloudServicesUpdateDomain description: '' - go: - name: CloudServicesUpdateDomain - description: '' - clientCtorName: NewCloudServicesUpdateDomainClient - clientName: CloudServicesUpdateDomainClient - clientParams: - - *ref_1336 protocol: {} - - &ref_6178 + - &ref_4276 $key: CloudServiceOperatingSystems operations: - - &ref_6177 + - &ref_4275 operationId: CloudServiceOperatingSystems_GetOSVersion apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3623 + - *ref_1326 + - &ref_2205 schema: *ref_3 implementation: Method required: true - language: &ref_6161 + language: &ref_4259 default: name: location description: Name of the location that the OS version pertains to. serializedName: location - go: - name: location - description: Name of the location that the OS version pertains to. - serializedName: location protocol: http: in: path - - &ref_3624 + - &ref_2206 schema: *ref_3 implementation: Method required: true - language: &ref_6162 + language: &ref_4260 default: name: osVersionName description: Name of the OS version. serializedName: osVersionName - go: - name: osVersionName - description: Name of the OS version. - serializedName: osVersionName protocol: http: in: path - - *ref_1336 - - &ref_6163 - schema: *ref_1328 + - *ref_1330 + - &ref_4261 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6164 + language: &ref_4262 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -109915,10 +75085,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -109927,26 +75093,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName} method: get uri: '{$host}' signatureParameters: - - *ref_3623 - - *ref_3624 + - *ref_2205 + - *ref_2206 responses: - - schema: *ref_1118 - language: &ref_6165 + - schema: *ref_1117 + language: &ref_4263 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -109955,14 +75115,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -109997,103 +75154,42 @@ operationGroups: default: name: GetOSVersion description: Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. - go: - name: GetOSVersion - description: |- - Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceOperatingSystemsClient - openApiType: arm - optionalParamGroup: &ref_3852 - schema: - type: object - language: - default: &ref_3625 - name: CloudServiceOperatingSystemsClientGetOSVersionOptions - description: CloudServiceOperatingSystemsClientGetOSVersionOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.GetOSVersion method. - go: *ref_3625 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceOperatingSystemsClientGetOSVersionOptions - language: - default: &ref_3626 - name: options - description: CloudServiceOperatingSystemsClientGetOSVersionOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.GetOSVersion method. - go: *ref_3626 - protocol: {} - protocolNaming: - internalMethod: getOSVersion - requestMethod: getOSVersionCreateRequest - responseMethod: getOSVersionHandleResponse - responseEnv: &ref_4111 - type: object - properties: - - &ref_3628 - schema: *ref_1118 - serializedName: OSVersion - language: - default: &ref_3627 - name: OSVersion - description: Describes a cloud service OS version. - byValue: true - embeddedType: true - go: *ref_3627 - protocol: {} - language: - default: &ref_3629 - name: CloudServiceOperatingSystemsClientGetOSVersionResponse - description: CloudServiceOperatingSystemsClientGetOSVersionResponse contains the response from method CloudServiceOperatingSystemsClient.GetOSVersion. - marshallingFormat: json - responseType: true - resultProp: *ref_3628 - go: *ref_3629 - protocol: {} protocol: {} - - &ref_6184 + - &ref_4282 operationId: CloudServiceOperatingSystems_ListOSVersions apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3630 + - *ref_1326 + - &ref_2207 schema: *ref_3 implementation: Method required: true - language: &ref_6179 + language: &ref_4277 default: name: location description: Name of the location that the OS versions pertain to. serializedName: location - go: - name: location - description: Name of the location that the OS versions pertain to. - serializedName: location protocol: http: in: path - - *ref_1336 - - &ref_6180 - schema: *ref_1328 + - *ref_1330 + - &ref_4278 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6181 + language: &ref_4279 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -110102,10 +75198,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -110114,25 +75206,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions method: get uri: '{$host}' signatureParameters: - - *ref_3630 + - *ref_2207 responses: - - schema: *ref_3631 - language: &ref_6182 + - schema: *ref_2208 + language: &ref_4280 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -110141,14 +75227,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -110200,121 +75283,54 @@ operationGroups: till nextLink is null to fetch all the OS versions. paging: nextLinkName: nextLink - go: - name: ListOSVersions - description: |- - Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page - of OS versions. Do this till nextLink is null to fetch all the OS versions. - azureARM: true - clientName: CloudServiceOperatingSystemsClient - openApiType: arm - optionalParamGroup: &ref_3853 - schema: - type: object - language: - default: &ref_3632 - name: CloudServiceOperatingSystemsClientListOSVersionsOptions - description: CloudServiceOperatingSystemsClientListOSVersionsOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.NewListOSVersionsPager method. - go: *ref_3632 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceOperatingSystemsClientListOSVersionsOptions - language: - default: &ref_3633 - name: options - description: CloudServiceOperatingSystemsClientListOSVersionsOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.NewListOSVersionsPager method. - go: *ref_3633 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOSVersions - requestMethod: listOSVersionsCreateRequest - responseMethod: listOSVersionsHandleResponse - responseEnv: &ref_4112 - type: object - properties: - - &ref_3635 - schema: *ref_3631 - serializedName: OSVersionListResult - language: - default: &ref_3634 - name: OSVersionListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3634 - protocol: {} - language: - default: &ref_3636 - name: CloudServiceOperatingSystemsClientListOSVersionsResponse - description: CloudServiceOperatingSystemsClientListOSVersionsResponse contains the response from method CloudServiceOperatingSystemsClient.NewListOSVersionsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3635 - go: *ref_3636 - protocol: {} protocol: {} - - &ref_6202 + - &ref_4300 operationId: CloudServiceOperatingSystems_GetOSFamily apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3637 + - *ref_1326 + - &ref_2209 schema: *ref_3 implementation: Method required: true - language: &ref_6185 + language: &ref_4283 default: name: location description: Name of the location that the OS family pertains to. serializedName: location - go: - name: location - description: Name of the location that the OS family pertains to. - serializedName: location protocol: http: in: path - - &ref_3638 + - &ref_2210 schema: *ref_3 implementation: Method required: true - language: &ref_6186 + language: &ref_4284 default: name: osFamilyName description: Name of the OS family. serializedName: osFamilyName - go: - name: osFamilyName - description: Name of the OS family. - serializedName: osFamilyName protocol: http: in: path - - *ref_1336 - - &ref_6187 - schema: *ref_1328 + - *ref_1330 + - &ref_4285 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6188 + language: &ref_4286 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -110323,10 +75339,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -110335,26 +75347,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName} method: get uri: '{$host}' signatureParameters: - - *ref_3637 - - *ref_3638 + - *ref_2209 + - *ref_2210 responses: - - schema: *ref_1130 - language: &ref_6189 + - schema: *ref_1129 + language: &ref_4287 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -110363,14 +75369,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -110406,103 +75409,42 @@ operationGroups: default: name: GetOSFamily description: Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. - go: - name: GetOSFamily - description: |- - Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CloudServiceOperatingSystemsClient - openApiType: arm - optionalParamGroup: &ref_3854 - schema: - type: object - language: - default: &ref_3639 - name: CloudServiceOperatingSystemsClientGetOSFamilyOptions - description: CloudServiceOperatingSystemsClientGetOSFamilyOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.GetOSFamily method. - go: *ref_3639 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceOperatingSystemsClientGetOSFamilyOptions - language: - default: &ref_3640 - name: options - description: CloudServiceOperatingSystemsClientGetOSFamilyOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.GetOSFamily method. - go: *ref_3640 - protocol: {} - protocolNaming: - internalMethod: getOSFamily - requestMethod: getOSFamilyCreateRequest - responseMethod: getOSFamilyHandleResponse - responseEnv: &ref_4113 - type: object - properties: - - &ref_3642 - schema: *ref_1130 - serializedName: OSFamily - language: - default: &ref_3641 - name: OSFamily - description: Describes a cloud service OS family. - byValue: true - embeddedType: true - go: *ref_3641 - protocol: {} - language: - default: &ref_3643 - name: CloudServiceOperatingSystemsClientGetOSFamilyResponse - description: CloudServiceOperatingSystemsClientGetOSFamilyResponse contains the response from method CloudServiceOperatingSystemsClient.GetOSFamily. - marshallingFormat: json - responseType: true - resultProp: *ref_3642 - go: *ref_3643 - protocol: {} protocol: {} - - &ref_6208 + - &ref_4306 operationId: CloudServiceOperatingSystems_ListOSFamilies apiVersions: - version: '2021-03-01' parameters: - - *ref_1327 - - &ref_3644 + - *ref_1326 + - &ref_2211 schema: *ref_3 implementation: Method required: true - language: &ref_6203 + language: &ref_4301 default: name: location description: Name of the location that the OS families pertain to. serializedName: location - go: - name: location - description: Name of the location that the OS families pertain to. - serializedName: location protocol: http: in: path - - *ref_1336 - - &ref_6204 - schema: *ref_1328 + - *ref_1330 + - &ref_4302 + schema: *ref_1327 implementation: Method origin: modelerfour:synthesized/api-version required: true - language: &ref_6205 + language: &ref_4303 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query requests: - parameters: - - schema: *ref_1329 + - schema: *ref_1328 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -110511,10 +75453,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -110523,25 +75461,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies method: get uri: '{$host}' signatureParameters: - - *ref_3644 + - *ref_2211 responses: - - schema: *ref_3645 - language: &ref_6206 + - schema: *ref_2212 + language: &ref_4304 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -110550,14 +75482,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_1716 + - schema: *ref_1481 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -110611,73 +75540,11 @@ operationGroups: till nextLink is null to fetch all the OS Families. paging: nextLinkName: nextLink - go: - name: ListOSFamilies - description: |- - Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page - of OS Families. Do this till nextLink is null to fetch all the OS Families. - azureARM: true - clientName: CloudServiceOperatingSystemsClient - openApiType: arm - optionalParamGroup: &ref_3855 - schema: - type: object - language: - default: &ref_3646 - name: CloudServiceOperatingSystemsClientListOSFamiliesOptions - description: CloudServiceOperatingSystemsClientListOSFamiliesOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.NewListOSFamiliesPager method. - go: *ref_3646 - protocol: {} - originalParameter: [] - required: false - serializedName: CloudServiceOperatingSystemsClientListOSFamiliesOptions - language: - default: &ref_3647 - name: options - description: CloudServiceOperatingSystemsClientListOSFamiliesOptions contains the optional parameters for the CloudServiceOperatingSystemsClient.NewListOSFamiliesPager method. - go: *ref_3647 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOSFamilies - requestMethod: listOSFamiliesCreateRequest - responseMethod: listOSFamiliesHandleResponse - responseEnv: &ref_4114 - type: object - properties: - - &ref_3649 - schema: *ref_3645 - serializedName: OSFamilyListResult - language: - default: &ref_3648 - name: OSFamilyListResult - description: '' - byValue: true - embeddedType: true - go: *ref_3648 - protocol: {} - language: - default: &ref_3650 - name: CloudServiceOperatingSystemsClientListOSFamiliesResponse - description: CloudServiceOperatingSystemsClientListOSFamiliesResponse contains the response from method CloudServiceOperatingSystemsClient.NewListOSFamiliesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_3649 - go: *ref_3650 - protocol: {} protocol: {} language: default: name: CloudServiceOperatingSystems description: '' - go: - name: CloudServiceOperatingSystems - description: '' - clientCtorName: NewCloudServiceOperatingSystemsClient - clientName: CloudServiceOperatingSystemsClient - clientParams: - - *ref_1336 protocol: {} security: authenticationRequired: true @@ -110690,33 +75557,33 @@ testModel: exampleGroups: - operationId: Operations_List examples: [] - operation: *ref_4116 - operationGroup: *ref_4115 + operation: *ref_2214 + operationGroup: *ref_2213 - operationId: AvailabilitySets_CreateOrUpdate examples: - name: Create an availability set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: 1 - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_4118 - parameter: *ref_1339 + language: *ref_2216 + parameter: *ref_1333 - exampleValue: schema: *ref_1 rawValue: myAvailabilitySet - language: *ref_4119 - parameter: *ref_1340 + language: *ref_2217 + parameter: *ref_1334 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4121 - parameter: *ref_4120 + language: *ref_2219 + parameter: *ref_2218 - exampleValue: schema: *ref_17 parentsValue: @@ -110726,7 +75593,7 @@ testModel: anyProperty: schema: *ref_1 rawValue: fakeValue - language: *ref_4128 + language: *ref_2226 Resource: schema: *ref_18 parentsValue: {} @@ -110734,26 +75601,26 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_594 rawValue: 2 - language: *ref_4125 + language: *ref_2223 platformUpdateDomainCount: schema: *ref_593 rawValue: 20 - language: *ref_4124 - language: *ref_4123 - language: *ref_4122 - parameter: *ref_1337 - operation: *ref_4135 - operationGroup: *ref_4136 + language: *ref_2222 + language: *ref_2221 + language: *ref_2220 + parameter: *ref_1331 + operation: *ref_2233 + operationGroup: *ref_2234 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnAvailabilitySet.json responses: '200': @@ -110767,34 +75634,34 @@ testModel: name: schema: *ref_588 rawValue: myAvailabilitySet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/availabilitySets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/availabilitySets/myAvailabilitySet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_594 rawValue: 2 - language: *ref_4125 + language: *ref_2223 platformUpdateDomainCount: schema: *ref_593 rawValue: 20 - language: *ref_4124 - language: *ref_4123 + language: *ref_2222 + language: *ref_2221 sku: schema: *ref_285 parentsValue: {} @@ -110802,54 +75669,54 @@ testModel: name: schema: *ref_140 rawValue: Classic - language: *ref_4131 - language: *ref_4130 - language: *ref_4129 - operation: *ref_4135 - operationGroup: *ref_4136 + language: *ref_2229 + language: *ref_2228 + language: *ref_2227 + operation: *ref_2233 + operationGroup: *ref_2234 - operationId: AvailabilitySets_Update examples: [] - operation: *ref_4137 - operationGroup: *ref_4136 + operation: *ref_2235 + operationGroup: *ref_2234 - operationId: AvailabilitySets_Delete examples: [] - operation: *ref_4138 - operationGroup: *ref_4136 + operation: *ref_2236 + operationGroup: *ref_2234 - operationId: AvailabilitySets_Get examples: [] - operation: *ref_4139 - operationGroup: *ref_4136 + operation: *ref_2237 + operationGroup: *ref_2234 - operationId: AvailabilitySets_ListBySubscription examples: - name: List availability sets in a subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscriptionId}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4141 - parameter: *ref_4140 + language: *ref_2239 + parameter: *ref_2238 - exampleValue: schema: *ref_1 rawValue: 'Faked for test: +ge+2020, %3E2012' - language: *ref_4142 - parameter: *ref_1368 - operation: *ref_4148 - operationGroup: *ref_4136 + language: *ref_2240 + parameter: *ref_1343 + operation: *ref_2246 + operationGroup: *ref_2234 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListAvailabilitySetsInASubscription.json responses: '200': body: - schema: *ref_1370 + schema: *ref_1344 parentsValue: {} properties: value: - schema: *ref_1137 + schema: *ref_1136 elements: - schema: *ref_17 parentsValue: @@ -110860,35 +75727,35 @@ testModel: name: schema: *ref_588 rawValue: '{availabilitySetName}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/availabilitySets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: australiasoutheast - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_594 rawValue: 3 - language: *ref_4125 + language: *ref_2223 platformUpdateDomainCount: schema: *ref_593 rawValue: 5 - language: *ref_4124 + language: *ref_2222 virtualMachines: - schema: *ref_1135 + schema: *ref_1134 elements: - schema: *ref_22 parentsValue: {} @@ -110896,9 +75763,9 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} - language: *ref_4146 - language: *ref_4145 - language: *ref_4123 + language: *ref_2244 + language: *ref_2243 + language: *ref_2221 sku: schema: *ref_285 parentsValue: {} @@ -110906,8 +75773,8 @@ testModel: name: schema: *ref_140 rawValue: Classic - language: *ref_4131 - language: *ref_4130 + language: *ref_2229 + language: *ref_2228 - schema: *ref_17 parentsValue: Resource: @@ -110917,35 +75784,35 @@ testModel: name: schema: *ref_588 rawValue: '{availabilitySetName}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/availabilitySets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: australiasoutheast - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_594 rawValue: 3 - language: *ref_4125 + language: *ref_2223 platformUpdateDomainCount: schema: *ref_593 rawValue: 5 - language: *ref_4124 + language: *ref_2222 virtualMachines: - schema: *ref_1135 + schema: *ref_1134 elements: - schema: *ref_22 parentsValue: {} @@ -110953,9 +75820,9 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName} - language: *ref_4146 - language: *ref_4145 - language: *ref_4123 + language: *ref_2244 + language: *ref_2243 + language: *ref_2221 sku: schema: *ref_285 parentsValue: {} @@ -110963,8 +75830,8 @@ testModel: name: schema: *ref_140 rawValue: Classic - language: *ref_4131 - language: *ref_4130 + language: *ref_2229 + language: *ref_2228 - schema: *ref_17 parentsValue: Resource: @@ -110974,45 +75841,45 @@ testModel: name: schema: *ref_588 rawValue: '{availabilitySetName}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/availabilitySets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westcentralus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: '{tagName}': schema: *ref_2 rawValue: '{tagValue}' - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_594 rawValue: 3 - language: *ref_4125 + language: *ref_2223 platformUpdateDomainCount: schema: *ref_593 rawValue: 5 - language: *ref_4124 + language: *ref_2222 virtualMachines: - schema: *ref_1135 + schema: *ref_1134 elements: [] - language: *ref_4145 - language: *ref_4123 + language: *ref_2243 + language: *ref_2221 sku: schema: *ref_285 parentsValue: {} @@ -111020,8 +75887,8 @@ testModel: name: schema: *ref_140 rawValue: Classic - language: *ref_4131 - language: *ref_4130 + language: *ref_2229 + language: *ref_2228 - schema: *ref_17 parentsValue: Resource: @@ -111031,45 +75898,45 @@ testModel: name: schema: *ref_588 rawValue: '{availabilitySetName}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/availabilitySets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westcentralus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: '{tagName}': schema: *ref_2 rawValue: '{tagValue}' - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_596 + schema: *ref_595 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_594 rawValue: 3 - language: *ref_4125 + language: *ref_2223 platformUpdateDomainCount: schema: *ref_593 rawValue: 5 - language: *ref_4124 + language: *ref_2222 virtualMachines: - schema: *ref_1135 + schema: *ref_1134 elements: [] - language: *ref_4145 - language: *ref_4123 + language: *ref_2243 + language: *ref_2221 sku: schema: *ref_285 parentsValue: {} @@ -111077,45 +75944,45 @@ testModel: name: schema: *ref_140 rawValue: Classic - language: *ref_4131 - language: *ref_4130 - language: *ref_4144 - language: *ref_4143 - operation: *ref_4148 - operationGroup: *ref_4136 + language: *ref_2229 + language: *ref_2228 + language: *ref_2242 + language: *ref_2241 + operation: *ref_2246 + operationGroup: *ref_2234 - operationId: AvailabilitySets_List examples: [] - operation: *ref_4149 - operationGroup: *ref_4136 + operation: *ref_2247 + operationGroup: *ref_2234 - operationId: AvailabilitySets_ListAvailableSizes examples: [] - operation: *ref_4150 - operationGroup: *ref_4136 + operation: *ref_2248 + operationGroup: *ref_2234 - operationId: ProximityPlacementGroups_CreateOrUpdate examples: - name: Create or Update a proximity placement group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4151 - parameter: *ref_1392 + language: *ref_2249 + parameter: *ref_1351 - exampleValue: schema: *ref_3 rawValue: $(resourceName) - language: *ref_4152 - parameter: *ref_1393 + language: *ref_2250 + parameter: *ref_1352 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4154 - parameter: *ref_4153 + language: *ref_2252 + parameter: *ref_2251 - exampleValue: schema: *ref_566 parentsValue: @@ -111126,22 +75993,22 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 - language: *ref_4156 - language: *ref_4155 - parameter: *ref_1390 - operation: *ref_4160 - operationGroup: *ref_4161 + language: *ref_2255 + language: *ref_2254 + language: *ref_2253 + parameter: *ref_1349 + operation: *ref_2258 + operationGroup: *ref_2259 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateAProximityPlacementGroup.json responses: '200': @@ -111155,31 +76022,31 @@ testModel: name: schema: *ref_588 rawValue: myProximityPlacementGroup - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/proximityPlacementGroups - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myProximityPlacementGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 - language: *ref_4156 - language: *ref_4158 + language: *ref_2255 + language: *ref_2254 + language: *ref_2256 '201': body: schema: *ref_566 @@ -111191,78 +76058,78 @@ testModel: name: schema: *ref_588 rawValue: myProximityPlacementGroup - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/proximityPlacementGroups - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myProximityPlacementGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 - language: *ref_4156 - language: *ref_4159 - operation: *ref_4160 - operationGroup: *ref_4161 + language: *ref_2255 + language: *ref_2254 + language: *ref_2257 + operation: *ref_2258 + operationGroup: *ref_2259 - operationId: ProximityPlacementGroups_Update examples: - name: Create a proximity placement group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4162 - parameter: *ref_1401 + language: *ref_2260 + parameter: *ref_1355 - exampleValue: schema: *ref_3 rawValue: myProximityPlacementGroup - language: *ref_4163 - parameter: *ref_1402 + language: *ref_2261 + parameter: *ref_1356 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4165 - parameter: *ref_4164 + language: *ref_2263 + parameter: *ref_2262 - exampleValue: - schema: *ref_621 + schema: *ref_620 parentsValue: UpdateResource: - schema: *ref_598 + schema: *ref_597 parentsValue: {} properties: tags: - schema: *ref_631 + schema: *ref_630 properties: additionalProp1: schema: *ref_1 rawValue: string - language: *ref_4168 - language: *ref_4167 + language: *ref_2266 + language: *ref_2265 properties: {} - language: *ref_4166 - parameter: *ref_1399 - operation: *ref_4170 - operationGroup: *ref_4161 + language: *ref_2264 + parameter: *ref_1353 + operation: *ref_2268 + operationGroup: *ref_2259 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/PatchAProximityPlacementGroup.json responses: '200': @@ -111276,92 +76143,92 @@ testModel: name: schema: *ref_588 rawValue: myProximityPlacementGroup - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/proximityPlacementGroups - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myProximityPlacementGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 - language: *ref_4156 - language: *ref_4169 - operation: *ref_4170 - operationGroup: *ref_4161 + language: *ref_2255 + language: *ref_2254 + language: *ref_2267 + operation: *ref_2268 + operationGroup: *ref_2259 - operationId: ProximityPlacementGroups_Delete examples: - name: Create a proximity placement group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4171 - parameter: *ref_1408 + language: *ref_2269 + parameter: *ref_1357 - exampleValue: schema: *ref_3 rawValue: $(resourceName) - language: *ref_4172 - parameter: *ref_1409 + language: *ref_2270 + parameter: *ref_1358 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4174 - parameter: *ref_4173 - operation: *ref_4175 - operationGroup: *ref_4161 + language: *ref_2272 + parameter: *ref_2271 + operation: *ref_2273 + operationGroup: *ref_2259 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/DeleteAProximityPlacementGroup.json responses: '200': {} - operation: *ref_4175 - operationGroup: *ref_4161 + operation: *ref_2273 + operationGroup: *ref_2259 - operationId: ProximityPlacementGroups_Get examples: - name: Create a proximity placement group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4176 - parameter: *ref_1416 + language: *ref_2274 + parameter: *ref_1359 - exampleValue: schema: *ref_3 rawValue: myProximityPlacementGroup - language: *ref_4177 - parameter: *ref_1417 + language: *ref_2275 + parameter: *ref_1360 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4179 - parameter: *ref_4178 - operation: *ref_4185 - operationGroup: *ref_4161 + language: *ref_2277 + parameter: *ref_2276 + operation: *ref_2283 + operationGroup: *ref_2259 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetAProximityPlacementGroup.json responses: '200': @@ -111375,27 +76242,27 @@ testModel: name: schema: *ref_588 rawValue: myProximityPlacementGroup - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/proximityPlacementGroups - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myProximityPlacementGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: availabilitySets: - schema: *ref_1141 + schema: *ref_1140 elements: - schema: *ref_20 parentsValue: @@ -111406,16 +76273,16 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4184 + language: *ref_2282 proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 + language: *ref_2255 virtualMachineScaleSets: - schema: *ref_1140 + schema: *ref_1139 elements: - schema: *ref_20 parentsValue: @@ -111426,12 +76293,12 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4183 + language: *ref_2281 virtualMachines: - schema: *ref_1139 + schema: *ref_1138 elements: - schema: *ref_20 parentsValue: @@ -111442,44 +76309,44 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4181 - language: *ref_4156 - language: *ref_4180 - operation: *ref_4185 - operationGroup: *ref_4161 + language: *ref_2279 + language: *ref_2254 + language: *ref_2278 + operation: *ref_2283 + operationGroup: *ref_2259 - operationId: ProximityPlacementGroups_ListBySubscription examples: - name: Create a proximity placement group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4187 - parameter: *ref_4186 - operation: *ref_4191 - operationGroup: *ref_4161 + language: *ref_2285 + parameter: *ref_2284 + operation: *ref_2289 + operationGroup: *ref_2259 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListProximityPlacementGroupsInASubscription.json responses: '200': body: - schema: *ref_1422 + schema: *ref_1362 parentsValue: {} properties: nextLink: - schema: *ref_641 + schema: *ref_640 rawValue: string - language: *ref_4190 + language: *ref_2288 value: - schema: *ref_1142 + schema: *ref_1141 elements: - schema: *ref_566 parentsValue: @@ -111490,27 +76357,27 @@ testModel: name: schema: *ref_588 rawValue: myProximityPlacementGroup - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/proximityPlacementGroups - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myProximityPlacementGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: availabilitySets: - schema: *ref_1141 + schema: *ref_1140 elements: - schema: *ref_20 parentsValue: @@ -111521,16 +76388,16 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4184 + language: *ref_2282 proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 + language: *ref_2255 virtualMachineScaleSets: - schema: *ref_1140 + schema: *ref_1139 elements: - schema: *ref_20 parentsValue: @@ -111541,12 +76408,12 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4183 + language: *ref_2281 virtualMachines: - schema: *ref_1139 + schema: *ref_1138 elements: - schema: *ref_20 parentsValue: @@ -111557,50 +76424,50 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4181 - language: *ref_4156 - language: *ref_4189 - language: *ref_4188 - operation: *ref_4191 - operationGroup: *ref_4161 + language: *ref_2279 + language: *ref_2254 + language: *ref_2287 + language: *ref_2286 + operation: *ref_2289 + operationGroup: *ref_2259 - operationId: ProximityPlacementGroups_ListByResourceGroup examples: - name: Create a proximity placement group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4192 - parameter: *ref_1428 + language: *ref_2290 + parameter: *ref_1363 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4194 - parameter: *ref_4193 - operation: *ref_4196 - operationGroup: *ref_4161 + language: *ref_2292 + parameter: *ref_2291 + operation: *ref_2294 + operationGroup: *ref_2259 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListProximityPlacementGroupsInAResourceGroup.json responses: '200': body: - schema: *ref_1422 + schema: *ref_1362 parentsValue: {} properties: nextLink: - schema: *ref_641 + schema: *ref_640 rawValue: string - language: *ref_4190 + language: *ref_2288 value: - schema: *ref_1142 + schema: *ref_1141 elements: - schema: *ref_566 parentsValue: @@ -111611,27 +76478,27 @@ testModel: name: schema: *ref_588 rawValue: myProximityPlacementGroup - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/proximityPlacementGroups - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myProximityPlacementGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: availabilitySets: - schema: *ref_1141 + schema: *ref_1140 elements: - schema: *ref_20 parentsValue: @@ -111642,16 +76509,16 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4184 + language: *ref_2282 proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 + language: *ref_2255 virtualMachineScaleSets: - schema: *ref_1140 + schema: *ref_1139 elements: - schema: *ref_20 parentsValue: @@ -111662,12 +76529,12 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4183 + language: *ref_2281 virtualMachines: - schema: *ref_1139 + schema: *ref_1138 elements: - schema: *ref_20 parentsValue: @@ -111678,40 +76545,40 @@ testModel: id: schema: *ref_83 rawValue: string - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4181 - language: *ref_4156 - language: *ref_4189 - language: *ref_4195 - operation: *ref_4196 - operationGroup: *ref_4161 + language: *ref_2279 + language: *ref_2254 + language: *ref_2287 + language: *ref_2293 + operation: *ref_2294 + operationGroup: *ref_2259 - operationId: DedicatedHostGroups_CreateOrUpdate examples: - name: Create or update a dedicated host group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4197 - parameter: *ref_1436 + language: *ref_2295 + parameter: *ref_1366 - exampleValue: schema: *ref_3 rawValue: myDedicatedHostGroup - language: *ref_4198 - parameter: *ref_1437 + language: *ref_2296 + parameter: *ref_1367 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4200 - parameter: *ref_4199 + language: *ref_2298 + parameter: *ref_2297 - exampleValue: schema: *ref_567 parentsValue: @@ -111722,39 +76589,39 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: department: schema: *ref_2 rawValue: finance - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_599 + schema: *ref_598 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_90 rawValue: 3 - language: *ref_4203 + language: *ref_2301 supportAutomaticPlacement: schema: *ref_132 rawValue: true - language: *ref_4204 - language: *ref_4202 + language: *ref_2302 + language: *ref_2300 zones: - schema: *ref_1147 + schema: *ref_1146 elements: - schema: *ref_133 rawValue: '1' - language: *ref_4205 - language: *ref_4201 - parameter: *ref_1434 - operation: *ref_4208 - operationGroup: *ref_4209 + language: *ref_2303 + language: *ref_2299 + parameter: *ref_1364 + operation: *ref_2306 + operationGroup: *ref_2307 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateADedicatedHostGroup.json responses: '200': @@ -111768,15 +76635,15 @@ testModel: name: schema: *ref_588 rawValue: myDedicatedHostGroup - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/HostGroups/myDedicatedHostGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -111786,29 +76653,29 @@ testModel: owner: schema: *ref_2 rawValue: myCompany - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_599 + schema: *ref_598 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_90 rawValue: 3 - language: *ref_4203 + language: *ref_2301 supportAutomaticPlacement: schema: *ref_132 rawValue: true - language: *ref_4204 - language: *ref_4202 + language: *ref_2302 + language: *ref_2300 zones: - schema: *ref_1147 + schema: *ref_1146 elements: - schema: *ref_133 rawValue: '1' - language: *ref_4205 - language: *ref_4206 + language: *ref_2303 + language: *ref_2304 '201': body: schema: *ref_567 @@ -111820,81 +76687,81 @@ testModel: name: schema: *ref_588 rawValue: myDedicatedHostGroup - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/HostGroups/myDedicatedHostGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: department: schema: *ref_2 rawValue: finance - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_599 + schema: *ref_598 parentsValue: {} properties: platformFaultDomainCount: schema: *ref_90 rawValue: 3 - language: *ref_4203 + language: *ref_2301 supportAutomaticPlacement: schema: *ref_132 rawValue: true - language: *ref_4204 - language: *ref_4202 + language: *ref_2302 + language: *ref_2300 zones: - schema: *ref_1147 + schema: *ref_1146 elements: - schema: *ref_133 rawValue: '1' - language: *ref_4205 - language: *ref_4207 - operation: *ref_4208 - operationGroup: *ref_4209 + language: *ref_2303 + language: *ref_2305 + operation: *ref_2306 + operationGroup: *ref_2307 - operationId: DedicatedHostGroups_Update examples: [] - operation: *ref_4210 - operationGroup: *ref_4209 + operation: *ref_2308 + operationGroup: *ref_2307 - operationId: DedicatedHostGroups_Delete examples: [] - operation: *ref_4211 - operationGroup: *ref_4209 + operation: *ref_2309 + operationGroup: *ref_2307 - operationId: DedicatedHostGroups_Get examples: - name: Create a dedicated host group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscriptionId}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4212 - parameter: *ref_1461 + language: *ref_2310 + parameter: *ref_1375 - exampleValue: schema: *ref_3 rawValue: myDedicatedHostGroup - language: *ref_4213 - parameter: *ref_1462 + language: *ref_2311 + parameter: *ref_1376 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4215 - parameter: *ref_4214 - operation: *ref_4232 - operationGroup: *ref_4209 + language: *ref_2313 + parameter: *ref_2312 + operation: *ref_2330 + operationGroup: *ref_2307 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetADedicatedHostGroup.json responses: '200': @@ -111908,26 +76775,26 @@ testModel: name: schema: *ref_588 rawValue: myDedicatedHostGroup - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: '{tagName}': schema: *ref_2 rawValue: '{tagValue}' - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_599 + schema: *ref_598 parentsValue: {} properties: hosts: - schema: *ref_1143 + schema: *ref_1142 elements: - schema: *ref_91 parentsValue: {} @@ -111935,21 +76802,21 @@ testModel: id: schema: *ref_125 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/myDedicatedHostGroup/myHostGroup/Hosts/myHost1 - language: *ref_4218 + language: *ref_2316 - schema: *ref_91 parentsValue: {} properties: id: schema: *ref_125 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/myDedicatedHostGroup/myHostGroup/Hosts/myHost2 - language: *ref_4218 - language: *ref_4217 + language: *ref_2316 + language: *ref_2315 instanceView: - schema: *ref_642 + schema: *ref_641 parentsValue: {} properties: hosts: - schema: *ref_1146 + schema: *ref_1145 elements: - schema: *ref_126 parentsValue: @@ -111960,29 +76827,29 @@ testModel: assetId: schema: *ref_127 rawValue: eb3f58b8-b4e8-4882-b69f-301a01812407 - language: *ref_4223 + language: *ref_2321 availableCapacity: - schema: *ref_643 + schema: *ref_642 parentsValue: {} properties: allocatableVMs: - schema: *ref_1144 + schema: *ref_1143 elements: - - schema: *ref_644 + - schema: *ref_643 parentsValue: {} properties: count: schema: *ref_129 rawValue: 10 - language: *ref_4227 + language: *ref_2325 vmSize: schema: *ref_128 rawValue: Standard_A1 - language: *ref_4226 - language: *ref_4225 - language: *ref_4224 + language: *ref_2324 + language: *ref_2323 + language: *ref_2322 statuses: - schema: *ref_1145 + schema: *ref_1144 elements: - schema: *ref_89 parentsValue: {} @@ -111990,37 +76857,37 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: HealthState/available - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Host available - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 - language: *ref_4228 - language: *ref_4222 + language: *ref_2328 + language: *ref_2326 + language: *ref_2320 properties: name: schema: *ref_131 rawValue: myHost1 - language: *ref_4221 + language: *ref_2319 - schema: *ref_126 parentsValue: DedicatedHostInstanceView: @@ -112030,29 +76897,29 @@ testModel: assetId: schema: *ref_127 rawValue: f293d4ac-5eea-4be2-b0c0-0fcaa09aebf8 - language: *ref_4223 + language: *ref_2321 availableCapacity: - schema: *ref_643 + schema: *ref_642 parentsValue: {} properties: allocatableVMs: - schema: *ref_1144 + schema: *ref_1143 elements: - - schema: *ref_644 + - schema: *ref_643 parentsValue: {} properties: count: schema: *ref_129 rawValue: 10 - language: *ref_4227 + language: *ref_2325 vmSize: schema: *ref_128 rawValue: Standard_A1 - language: *ref_4226 - language: *ref_4225 - language: *ref_4224 + language: *ref_2324 + language: *ref_2323 + language: *ref_2322 statuses: - schema: *ref_1145 + schema: *ref_1144 elements: - schema: *ref_89 parentsValue: {} @@ -112060,95 +76927,95 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: HealthState/available - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Host available - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 - language: *ref_4228 - language: *ref_4222 + language: *ref_2328 + language: *ref_2326 + language: *ref_2320 properties: name: schema: *ref_131 rawValue: myHost2 - language: *ref_4221 - language: *ref_4220 - language: *ref_4219 + language: *ref_2319 + language: *ref_2318 + language: *ref_2317 platformFaultDomainCount: schema: *ref_90 rawValue: 3 - language: *ref_4203 + language: *ref_2301 supportAutomaticPlacement: schema: *ref_132 rawValue: true - language: *ref_4204 - language: *ref_4202 + language: *ref_2302 + language: *ref_2300 zones: - schema: *ref_1147 + schema: *ref_1146 elements: - schema: *ref_133 rawValue: '3' - language: *ref_4205 - language: *ref_4216 - operation: *ref_4232 - operationGroup: *ref_4209 + language: *ref_2303 + language: *ref_2314 + operation: *ref_2330 + operationGroup: *ref_2307 - operationId: DedicatedHostGroups_ListByResourceGroup examples: [] - operation: *ref_4233 - operationGroup: *ref_4209 + operation: *ref_2331 + operationGroup: *ref_2307 - operationId: DedicatedHostGroups_ListBySubscription examples: [] - operation: *ref_4234 - operationGroup: *ref_4209 + operation: *ref_2332 + operationGroup: *ref_2307 - operationId: DedicatedHosts_CreateOrUpdate examples: - name: Create or update a dedicated host . clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4235 - parameter: *ref_1481 + language: *ref_2333 + parameter: *ref_1382 - exampleValue: schema: *ref_3 rawValue: myDedicatedHostGroup - language: *ref_4236 - parameter: *ref_1482 + language: *ref_2334 + parameter: *ref_1383 - exampleValue: schema: *ref_3 rawValue: myDedicatedHost - language: *ref_4237 - parameter: *ref_1483 + language: *ref_2335 + parameter: *ref_1384 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2018-10-01' - language: *ref_4239 - parameter: *ref_4238 + language: *ref_2337 + parameter: *ref_2336 - exampleValue: schema: *ref_568 parentsValue: @@ -112159,25 +77026,25 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: department: schema: *ref_2 rawValue: HR - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_601 + schema: *ref_600 parentsValue: {} properties: platformFaultDomain: schema: *ref_134 rawValue: 1 - language: *ref_4242 - language: *ref_4241 + language: *ref_2340 + language: *ref_2339 sku: schema: *ref_285 parentsValue: {} @@ -112185,12 +77052,12 @@ testModel: name: schema: *ref_140 rawValue: DSv3-Type1 - language: *ref_4131 - language: *ref_4243 - language: *ref_4240 - parameter: *ref_1479 - operation: *ref_4249 - operationGroup: *ref_4250 + language: *ref_2229 + language: *ref_2341 + language: *ref_2338 + parameter: *ref_1380 + operation: *ref_2347 + operationGroup: *ref_2348 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateADedicatedHost.json responses: '200': @@ -112204,45 +77071,45 @@ testModel: name: schema: *ref_588 rawValue: myDedicatedHost - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/HostGroups/myDedicatedHostGroup/hosts/myDedicatedHost - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: department: schema: *ref_2 rawValue: HR - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_601 + schema: *ref_600 parentsValue: {} properties: autoReplaceOnFailure: schema: *ref_135 rawValue: false - language: *ref_4245 + language: *ref_2343 hostId: schema: *ref_136 rawValue: '{GUID}' - language: *ref_4246 + language: *ref_2344 licenseType: schema: *ref_137 rawValue: Windows_Server_Hybrid - language: *ref_4247 + language: *ref_2345 platformFaultDomain: schema: *ref_134 rawValue: 1 - language: *ref_4242 - language: *ref_4241 + language: *ref_2340 + language: *ref_2339 sku: schema: *ref_285 parentsValue: {} @@ -112250,9 +77117,9 @@ testModel: name: schema: *ref_140 rawValue: DSv3-Type1 - language: *ref_4131 - language: *ref_4243 - language: *ref_4244 + language: *ref_2229 + language: *ref_2341 + language: *ref_2342 '201': body: schema: *ref_568 @@ -112264,41 +77131,41 @@ testModel: name: schema: *ref_588 rawValue: myDedicatedHost - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/HostGroups/myDedicatedHostGroup/hosts/myDedicatedHost - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: department: schema: *ref_2 rawValue: HR - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_601 + schema: *ref_600 parentsValue: {} properties: autoReplaceOnFailure: schema: *ref_135 rawValue: true - language: *ref_4245 + language: *ref_2343 hostId: schema: *ref_136 rawValue: '{GUID}' - language: *ref_4246 + language: *ref_2344 platformFaultDomain: schema: *ref_134 rawValue: 1 - language: *ref_4242 - language: *ref_4241 + language: *ref_2340 + language: *ref_2339 sku: schema: *ref_285 parentsValue: {} @@ -112306,51 +77173,51 @@ testModel: name: schema: *ref_140 rawValue: DSv3-Type1 - language: *ref_4131 - language: *ref_4243 - language: *ref_4248 - operation: *ref_4249 - operationGroup: *ref_4250 + language: *ref_2229 + language: *ref_2341 + language: *ref_2346 + operation: *ref_2347 + operationGroup: *ref_2348 - operationId: DedicatedHosts_Update examples: [] - operation: *ref_4251 - operationGroup: *ref_4250 + operation: *ref_2349 + operationGroup: *ref_2348 - operationId: DedicatedHosts_Delete examples: [] - operation: *ref_4252 - operationGroup: *ref_4250 + operation: *ref_2350 + operationGroup: *ref_2348 - operationId: DedicatedHosts_Get examples: - name: Get a dedicated host. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscriptionId}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4253 - parameter: *ref_1514 + language: *ref_2351 + parameter: *ref_1393 - exampleValue: schema: *ref_3 rawValue: myDedicatedHostGroup - language: *ref_4254 - parameter: *ref_1515 + language: *ref_2352 + parameter: *ref_1394 - exampleValue: schema: *ref_3 rawValue: myHost - language: *ref_4255 - parameter: *ref_1516 + language: *ref_2353 + parameter: *ref_1395 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2018-10-01' - language: *ref_4257 - parameter: *ref_4256 - operation: *ref_4263 - operationGroup: *ref_4250 + language: *ref_2355 + parameter: *ref_2354 + operation: *ref_2361 + operationGroup: *ref_2348 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetADedicatedHost.json responses: '200': @@ -112364,32 +77231,32 @@ testModel: name: schema: *ref_588 rawValue: myHost - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: department: schema: *ref_2 rawValue: HR - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_601 + schema: *ref_600 parentsValue: {} properties: autoReplaceOnFailure: schema: *ref_135 rawValue: true - language: *ref_4245 + language: *ref_2343 hostId: schema: *ref_136 rawValue: '{GUID}' - language: *ref_4246 + language: *ref_2344 instanceView: schema: *ref_130 parentsValue: {} @@ -112397,29 +77264,29 @@ testModel: assetId: schema: *ref_127 rawValue: eb3f58b8-b4e8-4882-b69f-301a01812407 - language: *ref_4223 + language: *ref_2321 availableCapacity: - schema: *ref_643 + schema: *ref_642 parentsValue: {} properties: allocatableVMs: - schema: *ref_1144 + schema: *ref_1143 elements: - - schema: *ref_644 + - schema: *ref_643 parentsValue: {} properties: count: schema: *ref_129 rawValue: 10 - language: *ref_4227 + language: *ref_2325 vmSize: schema: *ref_128 rawValue: Standard_A1 - language: *ref_4226 - language: *ref_4225 - language: *ref_4224 + language: *ref_2324 + language: *ref_2323 + language: *ref_2322 statuses: - schema: *ref_1145 + schema: *ref_1144 elements: - schema: *ref_89 parentsValue: {} @@ -112427,46 +77294,46 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: HealthState/available - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Host available - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 - language: *ref_4228 - language: *ref_4262 + language: *ref_2328 + language: *ref_2326 + language: *ref_2360 platformFaultDomain: schema: *ref_134 rawValue: 1 - language: *ref_4242 + language: *ref_2340 provisioningState: schema: *ref_139 rawValue: Succeeded - language: *ref_4261 + language: *ref_2359 provisioningTime: schema: *ref_138 rawValue: '2019-06-27T01:02:38.3138469+00:00' - language: *ref_4260 + language: *ref_2358 virtualMachines: - schema: *ref_1150 + schema: *ref_1149 elements: - schema: *ref_91 parentsValue: {} @@ -112474,9 +77341,9 @@ testModel: id: schema: *ref_125 rawValue: /subscriptions/subId/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/vm1 - language: *ref_4218 - language: *ref_4259 - language: *ref_4241 + language: *ref_2316 + language: *ref_2357 + language: *ref_2339 sku: schema: *ref_285 parentsValue: {} @@ -112484,48 +77351,48 @@ testModel: name: schema: *ref_140 rawValue: DSv3-Type1 - language: *ref_4131 - language: *ref_4243 - language: *ref_4258 - operation: *ref_4263 - operationGroup: *ref_4250 + language: *ref_2229 + language: *ref_2341 + language: *ref_2356 + operation: *ref_2361 + operationGroup: *ref_2348 - operationId: DedicatedHosts_ListByHostGroup examples: [] - operation: *ref_4264 - operationGroup: *ref_4250 + operation: *ref_2362 + operationGroup: *ref_2348 - operationId: SshPublicKeys_ListBySubscription examples: [] - operation: *ref_4266 - operationGroup: *ref_4265 + operation: *ref_2364 + operationGroup: *ref_2363 - operationId: SshPublicKeys_ListByResourceGroup examples: [] - operation: *ref_4267 - operationGroup: *ref_4265 + operation: *ref_2365 + operationGroup: *ref_2363 - operationId: SshPublicKeys_Create examples: - name: Create a new SSH public key resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4268 - parameter: *ref_1543 + language: *ref_2366 + parameter: *ref_1404 - exampleValue: schema: *ref_3 rawValue: mySshPublicKeyName - language: *ref_4269 - parameter: *ref_1544 + language: *ref_2367 + parameter: *ref_1405 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4271 - parameter: *ref_4270 + language: *ref_2369 + parameter: *ref_2368 - exampleValue: schema: *ref_569 parentsValue: @@ -112536,22 +77403,22 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_602 + schema: *ref_601 parentsValue: {} properties: publicKey: schema: *ref_143 rawValue: '{ssh-rsa public key}' - language: *ref_4274 - language: *ref_4273 - language: *ref_4272 - parameter: *ref_1541 - operation: *ref_4277 - operationGroup: *ref_4265 + language: *ref_2372 + language: *ref_2371 + language: *ref_2370 + parameter: *ref_1402 + operation: *ref_2375 + operationGroup: *ref_2363 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnSshPublicKey.json responses: '200': @@ -112565,27 +77432,27 @@ testModel: name: schema: *ref_588 rawValue: mySshPublicKeyName - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/sshPublicKeys/mySshPublicKeyName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_602 + schema: *ref_601 parentsValue: {} properties: publicKey: schema: *ref_143 rawValue: '{ssh-rsa public key}' - language: *ref_4274 - language: *ref_4273 - language: *ref_4275 + language: *ref_2372 + language: *ref_2371 + language: *ref_2373 '201': body: schema: *ref_569 @@ -112597,64 +77464,64 @@ testModel: name: schema: *ref_588 rawValue: mySshPublicKeyName - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/sshPublicKeys/mySshPublicKeyName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_602 + schema: *ref_601 parentsValue: {} properties: publicKey: schema: *ref_143 rawValue: '{ssh-rsa public key}' - language: *ref_4274 - language: *ref_4273 - language: *ref_4276 - operation: *ref_4277 - operationGroup: *ref_4265 + language: *ref_2372 + language: *ref_2371 + language: *ref_2374 + operation: *ref_2375 + operationGroup: *ref_2363 - operationId: SshPublicKeys_Update examples: [] - operation: *ref_4278 - operationGroup: *ref_4265 + operation: *ref_2376 + operationGroup: *ref_2363 - operationId: SshPublicKeys_Delete examples: [] - operation: *ref_4279 - operationGroup: *ref_4265 + operation: *ref_2377 + operationGroup: *ref_2363 - operationId: SshPublicKeys_Get examples: - name: Get an ssh public key. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscriptionId}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4280 - parameter: *ref_1564 + language: *ref_2378 + parameter: *ref_1412 - exampleValue: schema: *ref_3 rawValue: mySshPublicKeyName - language: *ref_4281 - parameter: *ref_1565 + language: *ref_2379 + parameter: *ref_1413 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4283 - parameter: *ref_4282 - operation: *ref_4285 - operationGroup: *ref_4265 + language: *ref_2381 + parameter: *ref_2380 + operation: *ref_2383 + operationGroup: *ref_2363 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetAnSshPublicKey.json responses: '200': @@ -112668,192 +77535,192 @@ testModel: name: schema: *ref_588 rawValue: mySshPublicKeyName - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/SshPublicKeys/mySshPublicKeyName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: '{tagName}': schema: *ref_2 rawValue: '{tagValue}' - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_602 + schema: *ref_601 parentsValue: {} properties: publicKey: schema: *ref_143 rawValue: '{ssh-rsa public key}' - language: *ref_4274 - language: *ref_4273 - language: *ref_4284 - operation: *ref_4285 - operationGroup: *ref_4265 + language: *ref_2372 + language: *ref_2371 + language: *ref_2382 + operation: *ref_2383 + operationGroup: *ref_2363 - operationId: SshPublicKeys_GenerateKeyPair examples: - name: Generate an SSH key pair. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4286 - parameter: *ref_1571 + language: *ref_2384 + parameter: *ref_1414 - exampleValue: schema: *ref_3 rawValue: mySshPublicKeyName - language: *ref_4287 - parameter: *ref_1572 + language: *ref_2385 + parameter: *ref_1415 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4289 - parameter: *ref_4288 - operation: *ref_4294 - operationGroup: *ref_4265 + language: *ref_2387 + parameter: *ref_2386 + operation: *ref_2392 + operationGroup: *ref_2363 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GenerateSshKeyPair.json responses: '200': body: - schema: *ref_1573 + schema: *ref_1416 parentsValue: {} properties: id: - schema: *ref_650 + schema: *ref_649 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/SshPublicKeys/mySshPublicKeyName - language: *ref_4293 + language: *ref_2391 privateKey: - schema: *ref_648 + schema: *ref_647 rawValue: '{ssh private key}' - language: *ref_4291 + language: *ref_2389 publicKey: - schema: *ref_649 + schema: *ref_648 rawValue: '{ssh-rsa public key}' - language: *ref_4292 - language: *ref_4290 - operation: *ref_4294 - operationGroup: *ref_4265 + language: *ref_2390 + language: *ref_2388 + operation: *ref_2392 + operationGroup: *ref_2363 - operationId: VirtualMachineExtensionImages_Get examples: [] - operation: *ref_4296 - operationGroup: *ref_4295 + operation: *ref_2394 + operationGroup: *ref_2393 - operationId: VirtualMachineExtensionImages_ListTypes examples: [] - operation: *ref_4297 - operationGroup: *ref_4295 + operation: *ref_2395 + operationGroup: *ref_2393 - operationId: VirtualMachineExtensionImages_ListVersions examples: [] - operation: *ref_4298 - operationGroup: *ref_4295 + operation: *ref_2396 + operationGroup: *ref_2393 - operationId: VirtualMachineExtensions_CreateOrUpdate examples: [] - operation: *ref_4300 - operationGroup: *ref_4299 + operation: *ref_2398 + operationGroup: *ref_2397 - operationId: VirtualMachineExtensions_Update examples: [] - operation: *ref_4301 - operationGroup: *ref_4299 + operation: *ref_2399 + operationGroup: *ref_2397 - operationId: VirtualMachineExtensions_Delete examples: [] - operation: *ref_4302 - operationGroup: *ref_4299 + operation: *ref_2400 + operationGroup: *ref_2397 - operationId: VirtualMachineExtensions_Get examples: [] - operation: *ref_4303 - operationGroup: *ref_4299 + operation: *ref_2401 + operationGroup: *ref_2397 - operationId: VirtualMachineExtensions_List examples: [] - operation: *ref_4304 - operationGroup: *ref_4299 + operation: *ref_2402 + operationGroup: *ref_2397 - operationId: VirtualMachineImages_Get examples: [] - operation: *ref_4306 - operationGroup: *ref_4305 + operation: *ref_2404 + operationGroup: *ref_2403 - operationId: VirtualMachineImages_List examples: [] - operation: *ref_4307 - operationGroup: *ref_4305 + operation: *ref_2405 + operationGroup: *ref_2403 - operationId: VirtualMachineImages_ListOffers examples: [] - operation: *ref_4308 - operationGroup: *ref_4305 + operation: *ref_2406 + operationGroup: *ref_2403 - operationId: VirtualMachineImages_ListPublishers examples: [] - operation: *ref_4309 - operationGroup: *ref_4305 + operation: *ref_2407 + operationGroup: *ref_2403 - operationId: VirtualMachineImages_ListSkus examples: [] - operation: *ref_4310 - operationGroup: *ref_4305 + operation: *ref_2408 + operationGroup: *ref_2403 - operationId: VirtualMachineImagesEdgeZone_Get examples: [] - operation: *ref_4312 - operationGroup: *ref_4311 + operation: *ref_2410 + operationGroup: *ref_2409 - operationId: VirtualMachineImagesEdgeZone_List examples: [] - operation: *ref_4313 - operationGroup: *ref_4311 + operation: *ref_2411 + operationGroup: *ref_2409 - operationId: VirtualMachineImagesEdgeZone_ListOffers examples: [] - operation: *ref_4314 - operationGroup: *ref_4311 + operation: *ref_2412 + operationGroup: *ref_2409 - operationId: VirtualMachineImagesEdgeZone_ListPublishers examples: [] - operation: *ref_4315 - operationGroup: *ref_4311 + operation: *ref_2413 + operationGroup: *ref_2409 - operationId: VirtualMachineImagesEdgeZone_ListSkus examples: [] - operation: *ref_4316 - operationGroup: *ref_4311 + operation: *ref_2414 + operationGroup: *ref_2409 - operationId: Usage_List examples: [] - operation: *ref_4318 - operationGroup: *ref_4317 + operation: *ref_2416 + operationGroup: *ref_2415 - operationId: VirtualMachines_ListByLocation examples: - name: Lists all the virtual machines under the specified subscription for the specified location. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscriptionId}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1764 + schema: *ref_1503 rawValue: eastus - language: *ref_4319 - parameter: *ref_1772 + language: *ref_2417 + parameter: *ref_1506 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4321 - parameter: *ref_4320 - operation: *ref_4355 - operationGroup: *ref_4356 + language: *ref_2419 + parameter: *ref_2418 + operation: *ref_2453 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListVirtualMachinesInASubscriptionByLocation.json responses: '200': body: - schema: *ref_1773 + schema: *ref_1507 parentsValue: {} properties: value: - schema: *ref_1184 + schema: *ref_1183 elements: - schema: *ref_571 parentsValue: @@ -112864,19 +77731,19 @@ testModel: name: schema: *ref_588 rawValue: '{virtualMachineName}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: eastus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -112886,11 +77753,11 @@ testModel: testTag: schema: *ref_2 rawValue: '1' - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: availabilitySet: @@ -112900,8 +77767,8 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} - language: *ref_4146 - language: *ref_4352 + language: *ref_2244 + language: *ref_2450 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -112909,14 +77776,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_A0 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -112927,11 +77794,11 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4351 - language: *ref_4350 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -112939,19 +77806,19 @@ testModel: adminUsername: schema: *ref_177 rawValue: Foo12 - language: *ref_4344 + language: *ref_2442 allowExtensionOperations: schema: *ref_199 rawValue: true - language: *ref_4349 + language: *ref_2447 computerName: schema: *ref_176 rawValue: Test - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -112959,25 +77826,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Succeeded - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -112985,44 +77852,44 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2012-R2-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 4.127.20170406 - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: test - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: None - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 127 - language: *ref_4340 + language: *ref_2438 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 + language: *ref_2432 vhd: schema: *ref_160 parentsValue: {} @@ -113030,15 +77897,15 @@ testModel: uri: schema: *ref_159 rawValue: https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd - language: *ref_4337 - language: *ref_4336 - language: *ref_4333 - language: *ref_4327 + language: *ref_2435 + language: *ref_2434 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: '{vmId}' - language: *ref_4354 - language: *ref_4324 + language: *ref_2452 + language: *ref_2422 - schema: *ref_571 parentsValue: Resource: @@ -113048,19 +77915,19 @@ testModel: name: schema: *ref_588 rawValue: '{virtualMachineName}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{virtualMachineName} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: eastus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -113070,11 +77937,11 @@ testModel: testTag: schema: *ref_2 rawValue: '1' - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: availabilitySet: @@ -113084,8 +77951,8 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName} - language: *ref_4146 - language: *ref_4352 + language: *ref_2244 + language: *ref_2450 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -113093,14 +77960,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_A0 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -113111,11 +77978,11 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkInterfaces/{networkInterfaceName} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4351 - language: *ref_4350 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -113123,19 +77990,19 @@ testModel: adminUsername: schema: *ref_177 rawValue: Foo12 - language: *ref_4344 + language: *ref_2442 allowExtensionOperations: schema: *ref_199 rawValue: true - language: *ref_4349 + language: *ref_2447 computerName: schema: *ref_176 rawValue: Test - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -113143,25 +78010,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Succeeded - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -113169,44 +78036,44 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2012-R2-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 4.127.20170406 - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: test - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: None - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 127 - language: *ref_4340 + language: *ref_2438 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 + language: *ref_2432 vhd: schema: *ref_160 parentsValue: {} @@ -113214,48 +78081,48 @@ testModel: uri: schema: *ref_159 rawValue: https://{storageAccountName}.blob.core.windows.net/{containerName}/{vhdName}.vhd - language: *ref_4337 - language: *ref_4336 - language: *ref_4333 - language: *ref_4327 + language: *ref_2435 + language: *ref_2434 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: '{vmId}' - language: *ref_4354 - language: *ref_4324 - language: *ref_4323 - language: *ref_4322 - operation: *ref_4355 - operationGroup: *ref_4356 + language: *ref_2452 + language: *ref_2422 + language: *ref_2421 + language: *ref_2420 + operation: *ref_2453 + operationGroup: *ref_2454 - operationId: VirtualMachines_Capture examples: [] - operation: *ref_4357 - operationGroup: *ref_4356 + operation: *ref_2455 + operationGroup: *ref_2454 - operationId: VirtualMachines_CreateOrUpdate examples: - name: Create a Linux vm with a patch setting assessmentMode of ImageDefault. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -113266,11 +78133,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -113280,14 +78147,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -113298,20 +78165,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -113319,34 +78186,34 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: assessmentMode: schema: *ref_196 rawValue: ImageDefault - language: *ref_4369 - language: *ref_4368 + language: *ref_2467 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 - language: *ref_4342 + language: *ref_2465 + language: *ref_2464 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -113358,36 +78225,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -113395,15 +78262,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateALinuxVmWithPatchSettingAssessmentModeOfImageDefault.json responses: '200': @@ -113417,23 +78284,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -113443,14 +78310,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -113461,20 +78328,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -113482,46 +78349,46 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: assessmentMode: schema: *ref_196 rawValue: ImageDefault - language: *ref_4369 - language: *ref_4368 + language: *ref_2467 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 + language: *ref_2465 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -113529,36 +78396,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -113566,20 +78433,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -113591,23 +78458,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -113617,14 +78484,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -113635,20 +78502,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -113656,46 +78523,46 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: assessmentMode: schema: *ref_196 rawValue: ImageDefault - language: *ref_4369 - language: *ref_4368 + language: *ref_2467 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 + language: *ref_2465 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -113703,36 +78570,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -113740,43 +78607,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a Linux vm with a patch setting patchMode of ImageDefault. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -113787,11 +78654,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -113801,14 +78668,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -113819,20 +78686,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -113840,34 +78707,34 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: patchMode: schema: *ref_195 rawValue: ImageDefault - language: *ref_4375 - language: *ref_4368 + language: *ref_2473 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 - language: *ref_4342 + language: *ref_2465 + language: *ref_2464 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -113879,36 +78746,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -113916,15 +78783,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateALinuxVmWithPatchSettingModeOfImageDefault.json responses: '200': @@ -113938,23 +78805,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -113964,14 +78831,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -113982,20 +78849,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -114003,46 +78870,46 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: patchMode: schema: *ref_195 rawValue: ImageDefault - language: *ref_4375 - language: *ref_4368 + language: *ref_2473 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 + language: *ref_2465 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -114050,36 +78917,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -114087,20 +78954,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -114112,23 +78979,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -114138,14 +79005,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -114156,20 +79023,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -114177,46 +79044,46 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: patchMode: schema: *ref_195 rawValue: ImageDefault - language: *ref_4375 - language: *ref_4368 + language: *ref_2473 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 + language: *ref_2465 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -114224,36 +79091,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -114261,43 +79128,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a Linux vm with a patch settings patchMode and assessmentMode set to AutomaticByPlatform. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -114308,11 +79175,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -114322,14 +79189,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -114340,20 +79207,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -114361,38 +79228,38 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: assessmentMode: schema: *ref_196 rawValue: AutomaticByPlatform - language: *ref_4369 + language: *ref_2467 patchMode: schema: *ref_195 rawValue: AutomaticByPlatform - language: *ref_4375 - language: *ref_4368 + language: *ref_2473 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 - language: *ref_4342 + language: *ref_2465 + language: *ref_2464 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -114404,36 +79271,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -114441,15 +79308,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateALinuxVmWithPatchSettingModesOfAutomaticByPlatform.json responses: '200': @@ -114463,23 +79330,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -114489,14 +79356,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -114507,20 +79374,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -114528,50 +79395,50 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: assessmentMode: schema: *ref_196 rawValue: AutomaticByPlatform - language: *ref_4369 + language: *ref_2467 patchMode: schema: *ref_195 rawValue: AutomaticByPlatform - language: *ref_4375 - language: *ref_4368 + language: *ref_2473 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 + language: *ref_2465 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -114579,36 +79446,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -114616,20 +79483,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -114641,23 +79508,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -114667,14 +79534,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -114685,20 +79552,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -114706,50 +79573,50 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} properties: patchSettings: - schema: *ref_680 + schema: *ref_679 parentsValue: {} properties: assessmentMode: schema: *ref_196 rawValue: AutomaticByPlatform - language: *ref_4369 + language: *ref_2467 patchMode: schema: *ref_195 rawValue: AutomaticByPlatform - language: *ref_4375 - language: *ref_4368 + language: *ref_2473 + language: *ref_2466 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4367 - language: *ref_4366 + language: *ref_2465 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -114757,36 +79624,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -114794,43 +79661,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a VM with Uefi Settings of secureBoot and vTPM. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -114841,11 +79708,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -114855,14 +79722,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -114873,20 +79740,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -114894,16 +79761,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 securityProfile: schema: *ref_315 parentsValue: {} @@ -114911,21 +79778,21 @@ testModel: securityType: schema: *ref_216 rawValue: TrustedLaunch - language: *ref_4380 + language: *ref_2478 uefiSettings: - schema: *ref_692 + schema: *ref_691 parentsValue: {} properties: secureBootEnabled: schema: *ref_213 rawValue: true - language: *ref_4378 + language: *ref_2476 vTpmEnabled: schema: *ref_214 rawValue: true - language: *ref_4379 - language: *ref_4377 - language: *ref_4376 + language: *ref_2477 + language: *ref_2475 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} @@ -114937,36 +79804,36 @@ testModel: offer: schema: *ref_40 rawValue: windowsserver-gen2preview-preview - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows10-tvm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 18363.592.2001092016 - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -114974,15 +79841,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: StandardSSD_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithUefiSettings.json responses: '200': @@ -114996,23 +79863,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -115022,14 +79889,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -115040,20 +79907,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -115061,15 +79928,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -115077,17 +79944,17 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 securityProfile: schema: *ref_315 parentsValue: {} @@ -115095,29 +79962,29 @@ testModel: securityType: schema: *ref_216 rawValue: TrustedLaunch - language: *ref_4380 + language: *ref_2478 uefiSettings: - schema: *ref_692 + schema: *ref_691 parentsValue: {} properties: secureBootEnabled: schema: *ref_213 rawValue: true - language: *ref_4378 + language: *ref_2476 vTpmEnabled: schema: *ref_214 rawValue: true - language: *ref_4379 - language: *ref_4377 - language: *ref_4376 + language: *ref_2477 + language: *ref_2475 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -115125,36 +79992,36 @@ testModel: offer: schema: *ref_40 rawValue: windowsserver-gen2preview-preview - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows10-tvm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 18363.592.2001092016 - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -115162,20 +80029,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: StandardSSD_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -115187,23 +80054,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -115213,14 +80080,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -115231,20 +80098,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -115252,15 +80119,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -115268,17 +80135,17 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 securityProfile: schema: *ref_315 parentsValue: {} @@ -115286,29 +80153,29 @@ testModel: securityType: schema: *ref_216 rawValue: TrustedLaunch - language: *ref_4380 + language: *ref_2478 uefiSettings: - schema: *ref_692 + schema: *ref_691 parentsValue: {} properties: secureBootEnabled: schema: *ref_213 rawValue: true - language: *ref_4378 + language: *ref_2476 vTpmEnabled: schema: *ref_214 rawValue: true - language: *ref_4379 - language: *ref_4377 - language: *ref_4376 + language: *ref_2477 + language: *ref_2475 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -115316,36 +80183,36 @@ testModel: offer: schema: *ref_40 rawValue: windowsserver-gen2preview-preview - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows10-tvm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 18363.592.2001092016 - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -115353,43 +80220,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: StandardSSD_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a VM with UserData clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: '{vm-name}' - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -115400,11 +80267,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -115412,19 +80279,19 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://{existing-storage-account-name}.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -115432,14 +80299,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -115450,20 +80317,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -115471,16 +80338,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: '{vm-name}' - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -115492,36 +80359,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: vmOSdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -115529,19 +80396,19 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 userData: schema: *ref_277 rawValue: RXhhbXBsZSBVc2VyRGF0YQ== - language: *ref_4385 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2483 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateAVmWithUserData.json responses: '200': @@ -115555,23 +80422,23 @@ testModel: name: schema: *ref_588 rawValue: '{vm-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/{vm-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -115579,19 +80446,19 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -115599,14 +80466,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -115617,20 +80484,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -115638,15 +80505,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: '{vm-name}' - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -115654,25 +80521,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -115680,36 +80547,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: vmOSdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -115717,20 +80584,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -115742,23 +80609,23 @@ testModel: name: schema: *ref_588 rawValue: '{vm-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/{vm-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -115766,19 +80633,19 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -115786,14 +80653,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -115804,20 +80671,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -115825,15 +80692,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: '{vm-name}' - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -115841,25 +80708,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -115867,36 +80734,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: vmOSdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -115904,43 +80771,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a VM with network interface configuration clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -115951,11 +80818,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -115965,8 +80832,8 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} @@ -115974,64 +80841,64 @@ testModel: networkApiVersion: schema: *ref_201 rawValue: '2020-11-01' - language: *ref_4386 + language: *ref_2484 networkInterfaceConfigurations: - schema: *ref_1173 + schema: *ref_1172 elements: - - schema: *ref_683 + - schema: *ref_682 parentsValue: {} properties: name: schema: *ref_202 rawValue: '{nic-config-name}' - language: *ref_4388 + language: *ref_2486 properties: - schema: *ref_684 + schema: *ref_683 parentsValue: {} properties: deleteOption: schema: *ref_47 rawValue: Delete - language: *ref_4391 + language: *ref_2489 ipConfigurations: - schema: *ref_1172 + schema: *ref_1171 elements: - - schema: *ref_686 + - schema: *ref_685 parentsValue: {} properties: name: schema: *ref_204 rawValue: '{ip-config-name}' - language: *ref_4393 + language: *ref_2491 properties: - schema: *ref_687 + schema: *ref_686 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4395 + language: *ref_2493 publicIPAddressConfiguration: - schema: *ref_688 + schema: *ref_687 parentsValue: {} properties: name: schema: *ref_205 rawValue: '{publicIP-config-name}' - language: *ref_4397 + language: *ref_2495 properties: - schema: *ref_689 + schema: *ref_688 parentsValue: {} properties: deleteOption: schema: *ref_47 rawValue: Detach - language: *ref_4399 + language: *ref_2497 publicIPAllocationMethod: schema: *ref_211 rawValue: Static - language: *ref_4400 - language: *ref_4398 + language: *ref_2498 + language: *ref_2496 sku: schema: *ref_212 parentsValue: {} @@ -116039,22 +80906,22 @@ testModel: publicIPAddressSkuName: schema: *ref_56 rawValue: Basic - language: *ref_4402 + language: *ref_2500 publicIPAddressSkuTier: schema: *ref_57 rawValue: Global - language: *ref_4403 - language: *ref_4401 - language: *ref_4396 - language: *ref_4394 - language: *ref_4392 + language: *ref_2501 + language: *ref_2499 + language: *ref_2494 + language: *ref_2492 + language: *ref_2490 primary: schema: *ref_46 rawValue: true - language: *ref_4390 - language: *ref_4389 - language: *ref_4387 - language: *ref_4350 + language: *ref_2488 + language: *ref_2487 + language: *ref_2485 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -116062,16 +80929,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -116083,36 +80950,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -116120,15 +80987,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithNetworkInterfaceConfiguration.json responses: '200': @@ -116142,23 +81009,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -116168,14 +81035,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -116186,20 +81053,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/toBeCreatedNetworkInterface - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -116207,15 +81074,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -116223,25 +81090,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -116249,36 +81116,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -116286,20 +81153,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: b7a098cc-b0b8-46e8-a205-62f301a62a8f - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -116311,23 +81178,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -116337,14 +81204,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -116355,20 +81222,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/toBeCreatedNetworkInterface - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -116376,15 +81243,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -116392,25 +81259,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -116418,36 +81285,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -116455,43 +81322,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: b7a098cc-b0b8-46e8-a205-62f301a62a8f - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a Windows vm with a patch setting assessmentMode of ImageDefault. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -116502,11 +81369,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -116516,14 +81383,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -116534,20 +81401,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -116555,15 +81422,15 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -116571,22 +81438,22 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: assessmentMode: schema: *ref_189 rawValue: ImageDefault - language: *ref_4405 - language: *ref_4404 + language: *ref_2503 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -116598,36 +81465,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -116635,15 +81502,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAWindowsVmWithPatchSettingAssessmentModeOfImageDefault.json responses: '200': @@ -116657,23 +81524,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -116683,14 +81550,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -116701,20 +81568,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -116722,15 +81589,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -116738,34 +81605,34 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: assessmentMode: schema: *ref_189 rawValue: ImageDefault - language: *ref_4405 - language: *ref_4404 + language: *ref_2503 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -116773,36 +81640,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -116810,20 +81677,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -116835,23 +81702,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -116861,14 +81728,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -116879,20 +81746,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -116900,15 +81767,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -116916,34 +81783,34 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: false - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: assessmentMode: schema: *ref_189 rawValue: ImageDefault - language: *ref_4405 - language: *ref_4404 + language: *ref_2503 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -116951,36 +81818,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -116988,43 +81855,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a Windows vm with a patch setting patchMode of AutomaticByOS. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -117035,11 +81902,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -117049,14 +81916,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -117067,20 +81934,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -117088,15 +81955,15 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -117104,22 +81971,22 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: patchMode: schema: *ref_187 rawValue: AutomaticByOS - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -117131,36 +81998,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -117168,15 +82035,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAWindowsVmWithPatchSettingModeOfAutomaticByOS.json responses: '200': @@ -117190,23 +82057,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -117216,14 +82083,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -117234,20 +82101,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -117255,15 +82122,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -117271,34 +82138,34 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: patchMode: schema: *ref_187 rawValue: AutomaticByOS - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -117306,36 +82173,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -117343,20 +82210,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -117368,23 +82235,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -117394,14 +82261,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -117412,20 +82279,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -117433,15 +82300,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -117449,34 +82316,34 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: patchMode: schema: *ref_187 rawValue: AutomaticByOS - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -117484,36 +82351,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -117521,43 +82388,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a Windows vm with a patch setting patchMode of AutomaticByPlatform and enableHotpatching set to true. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2020-06-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -117568,11 +82435,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -117582,14 +82449,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -117600,20 +82467,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -117621,15 +82488,15 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -117637,26 +82504,26 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: enableHotpatching: schema: *ref_188 rawValue: true - language: *ref_4407 + language: *ref_2505 patchMode: schema: *ref_187 rawValue: AutomaticByPlatform - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -117668,36 +82535,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -117705,15 +82572,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAWindowsVmWithPatchSettingModeOfAutomaticByPlatformAndEnableHotPatchingTrue.json responses: '200': @@ -117727,23 +82594,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -117753,14 +82620,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -117771,20 +82638,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -117792,15 +82659,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -117808,38 +82675,38 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: enableHotpatching: schema: *ref_188 rawValue: true - language: *ref_4407 + language: *ref_2505 patchMode: schema: *ref_187 rawValue: AutomaticByPlatform - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -117847,36 +82714,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -117884,20 +82751,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -117909,23 +82776,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -117935,14 +82802,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -117953,20 +82820,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -117974,15 +82841,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -117990,38 +82857,38 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: enableHotpatching: schema: *ref_188 rawValue: true - language: *ref_4407 + language: *ref_2505 patchMode: schema: *ref_187 rawValue: AutomaticByPlatform - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -118029,36 +82896,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -118066,43 +82933,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a Windows vm with a patch setting patchMode of Manual. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -118113,11 +82980,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -118127,14 +82994,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -118145,20 +83012,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -118166,15 +83033,15 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -118182,22 +83049,22 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: patchMode: schema: *ref_187 rawValue: Manual - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -118209,36 +83076,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -118246,15 +83113,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAWindowsVmWithPatchSettingModeOfManual.json responses: '200': @@ -118268,23 +83135,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -118294,14 +83161,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -118312,20 +83179,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -118333,15 +83200,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -118349,34 +83216,34 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: patchMode: schema: *ref_187 rawValue: Manual - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -118384,36 +83251,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -118421,20 +83288,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -118446,23 +83313,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -118472,14 +83339,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -118490,20 +83357,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -118511,15 +83378,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -118527,34 +83394,34 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: false - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: patchMode: schema: *ref_187 rawValue: Manual - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -118562,36 +83429,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -118599,43 +83466,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a Windows vm with patch settings patchMode and assessmentMode set to AutomaticByPlatform. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -118646,11 +83513,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -118660,14 +83527,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -118678,20 +83545,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -118699,15 +83566,15 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -118715,26 +83582,26 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: assessmentMode: schema: *ref_189 rawValue: AutomaticByPlatform - language: *ref_4405 + language: *ref_2503 patchMode: schema: *ref_187 rawValue: AutomaticByPlatform - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -118746,36 +83613,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -118783,15 +83650,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAWindowsVmWithPatchSettingModesOfAutomaticByPlatform.json responses: '200': @@ -118805,23 +83672,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -118831,14 +83698,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -118849,20 +83716,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -118870,15 +83737,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -118886,38 +83753,38 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: assessmentMode: schema: *ref_189 rawValue: AutomaticByPlatform - language: *ref_4405 + language: *ref_2503 patchMode: schema: *ref_187 rawValue: AutomaticByPlatform - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -118925,36 +83792,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -118962,20 +83829,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -118987,23 +83854,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -119013,14 +83880,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -119031,20 +83898,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -119052,15 +83919,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -119068,38 +83935,38 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 patchSettings: - schema: *ref_675 + schema: *ref_674 parentsValue: {} properties: assessmentMode: schema: *ref_189 rawValue: AutomaticByPlatform - language: *ref_4405 + language: *ref_2503 patchMode: schema: *ref_187 rawValue: AutomaticByPlatform - language: *ref_4406 - language: *ref_4404 + language: *ref_2504 + language: *ref_2502 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -119107,36 +83974,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -119144,43 +84011,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a custom-image vm from an unmanaged generalized os image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: '{vm-name}' - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -119191,11 +84058,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -119205,14 +84072,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -119223,20 +84090,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -119244,36 +84111,36 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} properties: osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 image: schema: *ref_160 parentsValue: {} @@ -119281,12 +84148,12 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/{existing-container-name}/{existing-generalized-os-image-blob-name}.vhd - language: *ref_4337 - language: *ref_4408 + language: *ref_2435 + language: *ref_2506 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 + language: *ref_2432 vhd: schema: *ref_160 parentsValue: {} @@ -119294,15 +84161,15 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/{existing-container-name}/myDisk.vhd - language: *ref_4337 - language: *ref_4336 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2435 + language: *ref_2434 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateACustomImageVmFromAnUnmanagedGeneralizedOsImage.json responses: '200': @@ -119316,23 +84183,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -119342,14 +84209,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -119360,20 +84227,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -119381,15 +84248,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -119397,41 +84264,41 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 image: schema: *ref_160 parentsValue: {} @@ -119439,12 +84306,12 @@ testModel: uri: schema: *ref_159 rawValue: https://{existing-storage-account-name}.blob.core.windows.net/system/Microsoft.Compute/Images/vhds/{existing-generalized-os-image-blob-name}.vhd - language: *ref_4337 - language: *ref_4408 + language: *ref_2435 + language: *ref_2506 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 + language: *ref_2432 vhd: schema: *ref_160 parentsValue: {} @@ -119452,16 +84319,16 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds/myDisk.vhd - language: *ref_4337 - language: *ref_4336 - language: *ref_4333 - language: *ref_4327 + language: *ref_2435 + language: *ref_2434 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 926cd555-a07c-4ff5-b214-4aa4dd09d79b - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -119473,23 +84340,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -119499,14 +84366,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -119517,20 +84384,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -119538,15 +84405,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -119554,41 +84421,41 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 image: schema: *ref_160 parentsValue: {} @@ -119596,12 +84463,12 @@ testModel: uri: schema: *ref_159 rawValue: https://{existing-storage-account-name}.blob.core.windows.net/system/Microsoft.Compute/Images/vhds/{existing-generalized-os-image-blob-name}.vhd - language: *ref_4337 - language: *ref_4408 + language: *ref_2435 + language: *ref_2506 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 + language: *ref_2432 vhd: schema: *ref_160 parentsValue: {} @@ -119609,39 +84476,39 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds/myDisk.vhd - language: *ref_4337 - language: *ref_4336 - language: *ref_4333 - language: *ref_4327 + language: *ref_2435 + language: *ref_2434 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 926cd555-a07c-4ff5-b214-4aa4dd09d79b - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a platform-image vm with unmanaged os and data disks. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: '{vm-name}' - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -119652,11 +84519,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -119666,14 +84533,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -119684,20 +84551,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -119705,38 +84572,38 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 vhd: schema: *ref_160 parentsValue: {} @@ -119744,23 +84611,23 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/{existing-container-name}/myDisk0.vhd - language: *ref_4337 - language: *ref_4410 - - schema: *ref_673 + language: *ref_2435 + language: *ref_2508 + - schema: *ref_672 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 vhd: schema: *ref_160 parentsValue: {} @@ -119768,9 +84635,9 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/{existing-container-name}/myDisk1.vhd - language: *ref_4337 - language: *ref_4410 - language: *ref_4341 + language: *ref_2435 + language: *ref_2508 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -119778,36 +84645,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 vhd: schema: *ref_160 parentsValue: {} @@ -119815,15 +84682,15 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/{existing-container-name}/myDisk.vhd - language: *ref_4337 - language: *ref_4336 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2435 + language: *ref_2434 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAPlatformImageVmWithUnmanagedOsAndDataDisks.json responses: '200': @@ -119837,23 +84704,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -119863,14 +84730,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -119881,20 +84748,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -119902,15 +84769,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -119918,47 +84785,47 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: name: schema: *ref_169 rawValue: dataDisk0 - language: *ref_4413 + language: *ref_2511 caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 vhd: schema: *ref_160 parentsValue: {} @@ -119966,31 +84833,31 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds/myDisk0.vhd - language: *ref_4337 - language: *ref_4410 - - schema: *ref_673 + language: *ref_2435 + language: *ref_2508 + - schema: *ref_672 parentsValue: {} properties: name: schema: *ref_169 rawValue: dataDisk1 - language: *ref_4413 + language: *ref_2511 caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 vhd: schema: *ref_160 parentsValue: {} @@ -119998,9 +84865,9 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds/myDisk1.vhd - language: *ref_4337 - language: *ref_4410 - language: *ref_4341 + language: *ref_2435 + language: *ref_2508 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -120008,40 +84875,40 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 + language: *ref_2432 vhd: schema: *ref_160 parentsValue: {} @@ -120049,16 +84916,16 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds/myDisk.vhd - language: *ref_4337 - language: *ref_4336 - language: *ref_4333 - language: *ref_4327 + language: *ref_2435 + language: *ref_2434 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5230a749-2f68-4830-900b-702182d32e63 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -120070,23 +84937,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -120096,14 +84963,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -120114,20 +84981,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -120135,15 +85002,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -120151,47 +85018,47 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: name: schema: *ref_169 rawValue: dataDisk0 - language: *ref_4413 + language: *ref_2511 caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 vhd: schema: *ref_160 parentsValue: {} @@ -120199,31 +85066,31 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds/myDisk0.vhd - language: *ref_4337 - language: *ref_4410 - - schema: *ref_673 + language: *ref_2435 + language: *ref_2508 + - schema: *ref_672 parentsValue: {} properties: name: schema: *ref_169 rawValue: dataDisk1 - language: *ref_4413 + language: *ref_2511 caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 vhd: schema: *ref_160 parentsValue: {} @@ -120231,9 +85098,9 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds/myDisk1.vhd - language: *ref_4337 - language: *ref_4410 - language: *ref_4341 + language: *ref_2435 + language: *ref_2508 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -120241,40 +85108,40 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 + language: *ref_2432 vhd: schema: *ref_160 parentsValue: {} @@ -120282,39 +85149,39 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds/myDisk.vhd - language: *ref_4337 - language: *ref_4336 - language: *ref_4333 - language: *ref_4327 + language: *ref_2435 + language: *ref_2434 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5230a749-2f68-4830-900b-702182d32e63 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm from a custom image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -120325,11 +85192,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -120339,14 +85206,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -120357,20 +85224,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -120378,16 +85245,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -120402,26 +85269,26 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/{existing-custom-image-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -120429,15 +85296,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmFromACustomImage.json responses: '200': @@ -120451,23 +85318,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -120477,14 +85344,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -120495,20 +85362,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -120516,11 +85383,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -120528,25 +85395,25 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4366 + language: *ref_2513 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -120557,30 +85424,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: {} @@ -120588,20 +85455,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 71aa3d5a-d73d-4970-9182-8580433b2865 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -120613,23 +85480,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -120639,14 +85506,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -120657,20 +85524,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -120678,11 +85545,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -120690,25 +85557,25 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4366 + language: *ref_2513 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -120719,30 +85586,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: {} @@ -120750,43 +85617,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 71aa3d5a-d73d-4970-9182-8580433b2865 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm from a generalized shared image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -120797,11 +85664,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -120811,14 +85678,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -120829,20 +85696,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -120850,16 +85717,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -120874,26 +85741,26 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -120901,15 +85768,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmFromAGeneralizedSharedImage.json responses: '200': @@ -120923,23 +85790,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -120949,14 +85816,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -120967,20 +85834,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -120988,11 +85855,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -121000,25 +85867,25 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4366 + language: *ref_2513 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -121029,30 +85896,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: {} @@ -121060,20 +85927,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 71aa3d5a-d73d-4970-9182-8580433b2865 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -121085,23 +85952,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -121111,14 +85978,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -121129,20 +85996,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -121150,11 +86017,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -121162,25 +86029,25 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4366 + language: *ref_2513 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -121191,30 +86058,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: {} @@ -121222,43 +86089,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 71aa3d5a-d73d-4970-9182-8580433b2865 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm from a specialized shared image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -121269,11 +86136,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -121283,14 +86150,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -121301,20 +86168,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 storageProfile: schema: *ref_392 parentsValue: {} @@ -121329,26 +86196,26 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -121356,15 +86223,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmFromASpecializedSharedImage.json responses: '200': @@ -121378,23 +86245,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -121404,14 +86271,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -121422,32 +86289,32 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -121458,30 +86325,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: {} @@ -121489,20 +86356,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 71aa3d5a-d73d-4970-9182-8580433b2865 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -121514,23 +86381,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -121540,14 +86407,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -121558,32 +86425,32 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -121594,30 +86461,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: {} @@ -121625,43 +86492,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 71aa3d5a-d73d-4970-9182-8580433b2865 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm in a Virtual Machine Scale Set with customer assigned platformFaultDomain. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -121672,11 +86539,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -121686,14 +86553,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -121704,20 +86571,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -121725,20 +86592,20 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 platformFaultDomain: schema: *ref_274 rawValue: 1 - language: *ref_4417 + language: *ref_2515 storageProfile: schema: *ref_392 parentsValue: {} @@ -121750,36 +86617,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -121787,10 +86654,10 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 virtualMachineScaleSet: schema: *ref_22 parentsValue: {} @@ -121798,13 +86665,13 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{existing-flex-vmss-name-with-platformFaultDomainCount-greater-than-1} - language: *ref_4146 - language: *ref_4416 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2244 + language: *ref_2514 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmInAVirtualMachineScaleSetWithCustomerAssignedPlatformFaultDomain.json responses: '200': @@ -121818,23 +86685,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -121844,14 +86711,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -121862,20 +86729,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -121883,15 +86750,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -121899,29 +86766,29 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 platformFaultDomain: schema: *ref_274 rawValue: 1 - language: *ref_4417 + language: *ref_2515 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -121929,36 +86796,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -121966,14 +86833,14 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 virtualMachineScaleSet: schema: *ref_22 parentsValue: {} @@ -121981,14 +86848,14 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myExistingFlexVmss - language: *ref_4146 - language: *ref_4416 + language: *ref_2244 + language: *ref_2514 vmId: schema: *ref_272 rawValue: 7cce54f2-ecd3-4ddd-a8d9-50984faa3918 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -122000,23 +86867,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -122026,14 +86893,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -122044,20 +86911,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -122065,15 +86932,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -122081,29 +86948,29 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 platformFaultDomain: schema: *ref_274 rawValue: 1 - language: *ref_4417 + language: *ref_2515 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -122111,36 +86978,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -122148,14 +87015,14 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 virtualMachineScaleSet: schema: *ref_22 parentsValue: {} @@ -122163,37 +87030,37 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myExistingFlexVmss - language: *ref_4146 - language: *ref_4416 + language: *ref_2244 + language: *ref_2514 vmId: schema: *ref_272 rawValue: 7cce54f2-ecd3-4ddd-a8d9-50984faa3918 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm in an availability set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -122204,11 +87071,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: availabilitySet: @@ -122218,8 +87085,8 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/availabilitySets/{existing-availability-set-name} - language: *ref_4146 - language: *ref_4352 + language: *ref_2244 + language: *ref_2450 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -122227,14 +87094,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -122245,20 +87112,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -122266,16 +87133,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -122287,36 +87154,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -122324,15 +87191,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmInAnAvailabilitySet.json responses: '200': @@ -122346,23 +87213,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: availabilitySet: @@ -122372,8 +87239,8 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/availabilitySets/NSGEXISTINGAS - language: *ref_4146 - language: *ref_4352 + language: *ref_2244 + language: *ref_2450 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -122381,14 +87248,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -122399,20 +87266,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -122420,15 +87287,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -122436,25 +87303,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -122462,36 +87329,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -122499,20 +87366,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: b7a098cc-b0b8-46e8-a205-62f301a62a8f - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -122524,23 +87391,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: availabilitySet: @@ -122550,8 +87417,8 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/availabilitySets/NSGEXISTINGAS - language: *ref_4146 - language: *ref_4352 + language: *ref_2244 + language: *ref_2450 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -122559,14 +87426,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -122577,20 +87444,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -122598,15 +87465,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -122614,25 +87481,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -122640,36 +87507,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -122677,43 +87544,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: b7a098cc-b0b8-46e8-a205-62f301a62a8f - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with DiskEncryptionSet resource id in the os disk and data disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -122724,11 +87591,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -122738,14 +87605,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -122756,20 +87623,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -122777,42 +87644,42 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -122827,34 +87694,34 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4418 + language: *ref_2516 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 - - schema: *ref_673 + language: *ref_2462 + language: *ref_2517 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Attach - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: @@ -122865,8 +87732,8 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/{existing-managed-disk-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: diskEncryptionSet: schema: *ref_45 @@ -122878,16 +87745,16 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4418 + language: *ref_2516 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 - language: *ref_4341 + language: *ref_2462 + language: *ref_2517 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -122898,26 +87765,26 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/{existing-custom-image-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -122932,22 +87799,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4418 + language: *ref_2516 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithDiskEncryptionSetResource.json responses: '200': @@ -122961,23 +87828,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -122987,14 +87854,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -123005,20 +87872,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -123026,11 +87893,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -123038,43 +87905,43 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4366 + language: *ref_2513 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -123089,34 +87956,34 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4418 + language: *ref_2516 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 - - schema: *ref_673 + language: *ref_2462 + language: *ref_2517 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Attach - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: @@ -123127,8 +87994,8 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/{existing-managed-disk-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: diskEncryptionSet: schema: *ref_45 @@ -123140,16 +88007,16 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4418 + language: *ref_2516 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 - language: *ref_4341 + language: *ref_2462 + language: *ref_2517 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -123160,30 +88027,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: {} @@ -123198,27 +88065,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskencryptionset-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4418 + language: *ref_2516 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 71aa3d5a-d73d-4970-9182-8580433b2865 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -123230,23 +88097,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -123256,14 +88123,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -123274,20 +88141,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -123295,11 +88162,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -123307,43 +88174,43 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4366 + language: *ref_2513 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -123358,34 +88225,34 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4418 + language: *ref_2516 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 - - schema: *ref_673 + language: *ref_2462 + language: *ref_2517 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Attach - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: @@ -123396,8 +88263,8 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/{existing-managed-disk-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: diskEncryptionSet: schema: *ref_45 @@ -123409,16 +88276,16 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4418 + language: *ref_2516 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 - language: *ref_4341 + language: *ref_2462 + language: *ref_2517 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: @@ -123429,30 +88296,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4328 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: {} @@ -123460,43 +88327,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 71aa3d5a-d73d-4970-9182-8580433b2865 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with Host Encryption using encryptionAtHost property. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -123507,8 +88374,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -123517,18 +88384,18 @@ testModel: name: schema: *ref_150 rawValue: $(fakeStepVar) - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -123538,14 +88405,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -123556,20 +88423,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -123577,16 +88444,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 securityProfile: schema: *ref_315 parentsValue: {} @@ -123594,8 +88461,8 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4376 + language: *ref_2522 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} @@ -123607,36 +88474,36 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: $(fakeScenarioVar) - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -123644,15 +88511,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithEncryptionAtHost.json responses: '200': @@ -123666,20 +88533,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -123688,18 +88555,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -123709,14 +88576,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -123727,20 +88594,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -123748,15 +88615,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -123764,17 +88631,17 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 securityProfile: schema: *ref_315 parentsValue: {} @@ -123782,16 +88649,16 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4376 + language: *ref_2522 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -123799,36 +88666,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -123836,20 +88703,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -123861,20 +88728,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -123883,18 +88750,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -123904,14 +88771,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -123922,20 +88789,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -123943,15 +88810,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -123959,17 +88826,17 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 securityProfile: schema: *ref_315 parentsValue: {} @@ -123977,16 +88844,16 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4376 + language: *ref_2522 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -123994,36 +88861,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -124031,43 +88898,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with Scheduled Events Profile clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -124078,11 +88945,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -124090,19 +88957,19 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://{existing-storage-account-name}.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -124110,14 +88977,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -124128,20 +88995,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -124149,34 +89016,34 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 scheduledEventsProfile: schema: *ref_320 parentsValue: {} properties: terminateNotificationProfile: - schema: *ref_699 + schema: *ref_698 parentsValue: {} properties: enable: schema: *ref_276 rawValue: true - language: *ref_4428 + language: *ref_2526 notBeforeTimeout: schema: *ref_275 rawValue: PT10M - language: *ref_4427 - language: *ref_4426 - language: *ref_4425 + language: *ref_2525 + language: *ref_2524 + language: *ref_2523 storageProfile: schema: *ref_392 parentsValue: {} @@ -124188,36 +89055,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -124225,15 +89092,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithScheduledEventsProfile.json responses: '200': @@ -124247,23 +89114,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -124271,19 +89138,19 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -124291,219 +89158,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 - elements: - - schema: *ref_79 - parentsValue: - SubResource: - schema: *ref_22 - parentsValue: {} - properties: - id: - schema: *ref_83 - rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 - properties: - properties: - schema: *ref_682 - parentsValue: {} - properties: - primary: - schema: *ref_46 - rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 - osProfile: - schema: *ref_361 - parentsValue: {} - properties: - adminUsername: - schema: *ref_177 - rawValue: '{your-username}' - language: *ref_4344 - computerName: - schema: *ref_176 - rawValue: myVM - language: *ref_4343 - secrets: schema: *ref_1165 - elements: [] - language: *ref_4348 - windowsConfiguration: - schema: *ref_302 - parentsValue: {} - properties: - enableAutomaticUpdates: - schema: *ref_181 - rawValue: true - language: *ref_4347 - provisionVMAgent: - schema: *ref_180 - rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 - provisioningState: - schema: *ref_222 - rawValue: Creating - language: *ref_4353 - scheduledEventsProfile: - schema: *ref_320 - parentsValue: {} - properties: - terminateNotificationProfile: - schema: *ref_699 - parentsValue: {} - properties: - enable: - schema: *ref_276 - rawValue: true - language: *ref_4428 - notBeforeTimeout: - schema: *ref_275 - rawValue: PT10M - language: *ref_4427 - language: *ref_4426 - language: *ref_4425 - storageProfile: - schema: *ref_392 - parentsValue: {} - properties: - dataDisks: - schema: *ref_1160 - elements: [] - language: *ref_4341 - imageReference: - schema: *ref_77 - parentsValue: {} - properties: - offer: - schema: *ref_40 - rawValue: WindowsServer - language: *ref_4330 - publisher: - schema: *ref_39 - rawValue: MicrosoftWindowsServer - language: *ref_4329 - sku: - schema: *ref_41 - rawValue: 2016-Datacenter - language: *ref_4331 - version: - schema: *ref_42 - rawValue: latest - language: *ref_4332 - language: *ref_4328 - osDisk: - schema: *ref_670 - parentsValue: {} - properties: - name: - schema: *ref_158 - rawValue: myVMosdisk - language: *ref_4335 - caching: - schema: *ref_161 - rawValue: ReadWrite - language: *ref_4338 - createOption: - schema: *ref_165 - rawValue: FromImage - language: *ref_4339 - managedDisk: - schema: *ref_78 - parentsValue: {} - properties: - storageAccountType: - schema: *ref_44 - rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - osType: - schema: *ref_26 - rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 - vmId: - schema: *ref_272 - rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 - '201': - body: - schema: *ref_571 - parentsValue: - Resource: - schema: *ref_18 - parentsValue: {} - properties: - name: - schema: *ref_588 - rawValue: myVM - language: *ref_4133 - type: - schema: *ref_589 - rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 - id: - schema: *ref_587 - rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 - location: - schema: *ref_590 - rawValue: westus - language: *ref_4127 - language: *ref_4126 - properties: - properties: - schema: *ref_605 - parentsValue: {} - properties: - diagnosticsProfile: - schema: *ref_316 - parentsValue: {} - properties: - bootDiagnostics: - schema: *ref_693 - parentsValue: {} - properties: - enabled: - schema: *ref_217 - rawValue: true - language: *ref_4383 - storageUri: - schema: *ref_218 - rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 - hardwareProfile: - schema: *ref_354 - parentsValue: {} - properties: - vmSize: - schema: *ref_154 - rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 - networkProfile: - schema: *ref_393 - parentsValue: {} - properties: - networkInterfaces: - schema: *ref_1166 elements: - schema: *ref_79 parentsValue: @@ -124514,20 +89176,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -124535,15 +89197,220 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: + schema: *ref_1164 + elements: [] + language: *ref_2446 + windowsConfiguration: + schema: *ref_302 + parentsValue: {} + properties: + enableAutomaticUpdates: + schema: *ref_181 + rawValue: true + language: *ref_2445 + provisionVMAgent: + schema: *ref_180 + rawValue: true + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 + provisioningState: + schema: *ref_222 + rawValue: Creating + language: *ref_2451 + scheduledEventsProfile: + schema: *ref_320 + parentsValue: {} + properties: + terminateNotificationProfile: + schema: *ref_698 + parentsValue: {} + properties: + enable: + schema: *ref_276 + rawValue: true + language: *ref_2526 + notBeforeTimeout: + schema: *ref_275 + rawValue: PT10M + language: *ref_2525 + language: *ref_2524 + language: *ref_2523 + storageProfile: + schema: *ref_392 + parentsValue: {} + properties: + dataDisks: + schema: *ref_1159 + elements: [] + language: *ref_2439 + imageReference: + schema: *ref_77 + parentsValue: {} + properties: + offer: + schema: *ref_40 + rawValue: WindowsServer + language: *ref_2428 + publisher: + schema: *ref_39 + rawValue: MicrosoftWindowsServer + language: *ref_2427 + sku: + schema: *ref_41 + rawValue: 2016-Datacenter + language: *ref_2429 + version: + schema: *ref_42 + rawValue: latest + language: *ref_2430 + language: *ref_2426 + osDisk: + schema: *ref_669 + parentsValue: {} + properties: + name: + schema: *ref_158 + rawValue: myVMosdisk + language: *ref_2433 + caching: + schema: *ref_161 + rawValue: ReadWrite + language: *ref_2436 + createOption: + schema: *ref_165 + rawValue: FromImage + language: *ref_2437 + managedDisk: + schema: *ref_78 + parentsValue: {} + properties: + storageAccountType: + schema: *ref_44 + rawValue: Standard_LRS + language: *ref_2462 + language: *ref_2461 + osType: + schema: *ref_26 + rawValue: Windows + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 + vmId: + schema: *ref_272 + rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 + '201': + body: + schema: *ref_571 + parentsValue: + Resource: + schema: *ref_18 + parentsValue: {} + properties: + name: + schema: *ref_588 + rawValue: myVM + language: *ref_2231 + type: + schema: *ref_589 + rawValue: Microsoft.Compute/virtualMachines + language: *ref_2232 + id: + schema: *ref_587 + rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM + language: *ref_2230 + location: + schema: *ref_590 + rawValue: westus + language: *ref_2225 + language: *ref_2224 + properties: + properties: + schema: *ref_604 + parentsValue: {} + properties: + diagnosticsProfile: + schema: *ref_316 + parentsValue: {} + properties: + bootDiagnostics: + schema: *ref_692 + parentsValue: {} + properties: + enabled: + schema: *ref_217 + rawValue: true + language: *ref_2481 + storageUri: + schema: *ref_218 + rawValue: http://nsgdiagnostic.blob.core.windows.net + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 + hardwareProfile: + schema: *ref_354 + parentsValue: {} + properties: + vmSize: + schema: *ref_154 + rawValue: Standard_D1_v2 + language: *ref_2424 + language: *ref_2423 + networkProfile: + schema: *ref_393 + parentsValue: {} + properties: + networkInterfaces: schema: *ref_1165 + elements: + - schema: *ref_79 + parentsValue: + SubResource: + schema: *ref_22 + parentsValue: {} + properties: + id: + schema: *ref_83 + rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic + language: *ref_2244 + language: *ref_2280 + properties: + properties: + schema: *ref_681 + parentsValue: {} + properties: + primary: + schema: *ref_46 + rawValue: true + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 + osProfile: + schema: *ref_361 + parentsValue: {} + properties: + adminUsername: + schema: *ref_177 + rawValue: '{your-username}' + language: *ref_2442 + computerName: + schema: *ref_176 + rawValue: myVM + language: *ref_2441 + secrets: + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -124551,43 +89418,43 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 scheduledEventsProfile: schema: *ref_320 parentsValue: {} properties: terminateNotificationProfile: - schema: *ref_699 + schema: *ref_698 parentsValue: {} properties: enable: schema: *ref_276 rawValue: true - language: *ref_4428 + language: *ref_2526 notBeforeTimeout: schema: *ref_275 rawValue: PT10M - language: *ref_4427 - language: *ref_4426 - language: *ref_4425 + language: *ref_2525 + language: *ref_2524 + language: *ref_2523 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -124595,36 +89462,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -124632,43 +89499,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with a marketplace image plan. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -124679,8 +89546,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -124689,18 +89556,18 @@ testModel: name: schema: *ref_150 rawValue: windows2016 - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -124710,14 +89577,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -124728,20 +89595,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -124749,16 +89616,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -124770,36 +89637,36 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -124807,15 +89674,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithAMarketplaceImagePlan.json responses: '200': @@ -124829,20 +89696,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -124851,18 +89718,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -124872,14 +89739,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -124890,20 +89757,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -124911,15 +89778,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -124927,25 +89794,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -124953,36 +89820,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -124990,20 +89857,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -125015,20 +89882,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -125037,18 +89904,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -125058,14 +89925,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -125076,20 +89943,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -125097,15 +89964,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -125113,25 +89980,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -125139,36 +90006,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -125176,43 +90043,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with an extensions time budget. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -125223,11 +90090,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -125235,23 +90102,23 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://{existing-storage-account-name}.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 extensionsTimeBudget: schema: *ref_273 rawValue: PT30M - language: *ref_4429 + language: *ref_2527 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -125259,14 +90126,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -125277,20 +90144,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -125298,16 +90165,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -125319,36 +90186,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -125356,15 +90223,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithExtensionsTimeBudget.json responses: '200': @@ -125378,23 +90245,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -125402,23 +90269,23 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 extensionsTimeBudget: schema: *ref_273 rawValue: PT30M - language: *ref_4429 + language: *ref_2527 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -125426,14 +90293,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -125444,20 +90311,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -125465,15 +90332,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -125481,25 +90348,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -125507,36 +90374,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -125544,20 +90411,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -125569,23 +90436,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -125593,23 +90460,23 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 extensionsTimeBudget: schema: *ref_273 rawValue: PT30M - language: *ref_4429 + language: *ref_2527 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -125617,14 +90484,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -125635,20 +90502,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -125656,15 +90523,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -125672,25 +90539,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -125698,36 +90565,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -125735,43 +90602,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with boot diagnostics. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -125782,11 +90649,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -125794,19 +90661,19 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://{existing-storage-account-name}.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -125814,14 +90681,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -125832,20 +90699,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -125853,16 +90720,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -125874,36 +90741,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -125911,15 +90778,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithBootDiagnostics.json responses: '200': @@ -125933,23 +90800,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -125957,19 +90824,19 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -125977,14 +90844,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -125995,20 +90862,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -126016,15 +90883,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -126032,25 +90899,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -126058,36 +90925,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -126095,20 +90962,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -126120,23 +90987,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -126144,19 +91011,19 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -126164,14 +91031,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -126182,20 +91049,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -126203,15 +91070,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -126219,25 +91086,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -126245,36 +91112,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -126282,43 +91149,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with empty data disks. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -126329,11 +91196,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -126343,14 +91210,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -126361,20 +91228,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -126382,54 +91249,54 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 - - schema: *ref_673 + language: *ref_2507 + - schema: *ref_672 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 - language: *ref_4341 + language: *ref_2507 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -126437,36 +91304,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -126474,15 +91341,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithEmptyDataDisks.json responses: '200': @@ -126496,23 +91363,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -126522,14 +91389,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -126540,20 +91407,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -126561,15 +91428,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -126577,43 +91444,43 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -126621,27 +91488,27 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 - - schema: *ref_673 + language: *ref_2462 + language: *ref_2517 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -126649,9 +91516,9 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 - language: *ref_4341 + language: *ref_2462 + language: *ref_2517 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -126659,36 +91526,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -126696,20 +91563,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 3906fef9-a1e5-4b83-a8a8-540858b41df0 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -126721,23 +91588,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -126747,14 +91614,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -126765,20 +91632,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -126786,15 +91653,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -126802,43 +91669,43 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -126846,31 +91713,31 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 + language: *ref_2462 + language: *ref_2517 toBeDetached: schema: *ref_171 rawValue: false - language: *ref_4430 - - schema: *ref_673 + language: *ref_2528 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -126878,13 +91745,13 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 + language: *ref_2462 + language: *ref_2517 toBeDetached: schema: *ref_171 rawValue: false - language: *ref_4430 - language: *ref_4341 + language: *ref_2528 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -126892,36 +91759,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -126929,43 +91796,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 3906fef9-a1e5-4b83-a8a8-540858b41df0 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with ephemeral os disk provisioning in Cache disk using placement property. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -126976,8 +91843,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -126986,18 +91853,18 @@ testModel: name: schema: *ref_150 rawValue: windows2016 - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -127007,14 +91874,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -127025,20 +91892,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -127046,16 +91913,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -127067,36 +91934,36 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -127104,12 +91971,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: CacheDisk - language: *ref_4433 - language: *ref_4431 + language: *ref_2531 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -127117,15 +91984,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithADiffOsDiskUsingDiffDiskPlacementAsCacheDisk.json responses: '200': @@ -127139,20 +92006,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -127161,18 +92028,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -127182,14 +92049,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -127200,20 +92067,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -127221,15 +92088,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -127237,25 +92104,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -127263,36 +92130,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -127300,12 +92167,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: CacheDisk - language: *ref_4433 - language: *ref_4431 + language: *ref_2531 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -127313,20 +92180,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -127338,20 +92205,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -127360,18 +92227,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -127381,14 +92248,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -127399,20 +92266,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -127420,15 +92287,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -127436,25 +92303,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -127462,36 +92329,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -127499,12 +92366,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: CacheDisk - language: *ref_4433 - language: *ref_4431 + language: *ref_2531 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -127512,43 +92379,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with ephemeral os disk provisioning in Resource disk using placement property. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -127559,8 +92426,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -127569,18 +92436,18 @@ testModel: name: schema: *ref_150 rawValue: windows2016 - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -127590,14 +92457,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -127608,20 +92475,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -127629,16 +92496,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -127650,36 +92517,36 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -127687,12 +92554,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: ResourceDisk - language: *ref_4433 - language: *ref_4431 + language: *ref_2531 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -127700,15 +92567,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithADiffOsDiskUsingDiffDiskPlacementAsResourceDisk.json responses: '200': @@ -127722,20 +92589,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -127744,18 +92611,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -127765,14 +92632,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -127783,20 +92650,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -127804,15 +92671,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -127820,25 +92687,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -127846,36 +92713,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -127883,12 +92750,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: ResourceDisk - language: *ref_4433 - language: *ref_4431 + language: *ref_2531 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -127896,20 +92763,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -127921,20 +92788,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -127943,18 +92810,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -127964,14 +92831,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -127982,20 +92849,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -128003,15 +92870,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -128019,25 +92886,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -128045,36 +92912,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -128082,12 +92949,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: ResourceDisk - language: *ref_4433 - language: *ref_4431 + language: *ref_2531 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -128095,43 +92962,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with ephemeral os disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -128142,8 +93009,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -128152,18 +93019,18 @@ testModel: name: schema: *ref_150 rawValue: windows2016 - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -128173,14 +93040,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -128191,20 +93058,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -128212,16 +93079,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -128233,36 +93100,36 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -128270,8 +93137,8 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 - language: *ref_4431 + language: *ref_2530 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -128279,15 +93146,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithADiffOsDisk.json responses: '200': @@ -128301,20 +93168,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -128323,18 +93190,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -128344,14 +93211,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -128362,20 +93229,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -128383,15 +93250,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -128399,25 +93266,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -128425,36 +93292,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -128462,8 +93329,8 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 - language: *ref_4431 + language: *ref_2530 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -128471,20 +93338,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -128496,20 +93363,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -128518,18 +93385,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -128539,14 +93406,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -128557,20 +93424,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -128578,15 +93445,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -128594,25 +93461,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -128620,36 +93487,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -128657,8 +93524,8 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 - language: *ref_4431 + language: *ref_2530 + language: *ref_2529 managedDisk: schema: *ref_78 parentsValue: {} @@ -128666,43 +93533,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with managed boot diagnostics. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -128713,11 +93580,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -128725,15 +93592,15 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4381 + language: *ref_2481 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -128741,14 +93608,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -128759,20 +93626,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -128780,16 +93647,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -128801,36 +93668,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -128838,15 +93705,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithManagedBootDiagnostics.json responses: '200': @@ -128860,23 +93727,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -128884,15 +93751,15 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4381 + language: *ref_2481 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -128900,14 +93767,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -128918,20 +93785,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -128939,15 +93806,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -128955,25 +93822,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -128981,36 +93848,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -129018,20 +93885,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -129043,23 +93910,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: diagnosticsProfile: @@ -129067,15 +93934,15 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4381 + language: *ref_2481 + language: *ref_2480 + language: *ref_2479 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -129083,14 +93950,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -129101,20 +93968,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -129122,15 +93989,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -129138,25 +94005,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -129164,36 +94031,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -129201,43 +94068,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 676420ba-7a24-4bfe-80bd-9c841ee184fa - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with password authentication. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -129248,11 +94115,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -129262,14 +94129,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -129280,20 +94147,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -129301,16 +94168,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -129322,36 +94189,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -129359,15 +94226,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithPasswordAuthentication.json responses: '200': @@ -129381,23 +94248,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -129407,14 +94274,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -129425,20 +94292,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -129446,15 +94313,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -129462,25 +94329,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -129488,36 +94355,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -129525,20 +94392,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: b248db33-62ba-4d2d-b791-811e075ee0f5 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -129550,23 +94417,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -129576,14 +94443,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -129594,20 +94461,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -129615,15 +94482,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -129631,25 +94498,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -129657,36 +94524,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -129694,43 +94561,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: b248db33-62ba-4d2d-b791-811e075ee0f5 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with premium storage. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -129741,11 +94608,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -129755,14 +94622,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -129773,20 +94640,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -129794,16 +94661,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -129815,36 +94682,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -129852,15 +94719,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithPremiumStorage.json responses: '200': @@ -129874,23 +94741,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -129900,14 +94767,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -129918,20 +94785,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -129939,15 +94806,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -129955,25 +94822,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -129981,36 +94848,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -130018,20 +94885,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -130043,23 +94910,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -130069,14 +94936,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -130087,20 +94954,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -130108,15 +94975,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -130124,25 +94991,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -130150,36 +95017,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -130187,43 +95054,43 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: a149cd25-409f-41af-8088-275f5486bc93 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 - name: Create a vm with ssh authentication. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -130234,11 +95101,11 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -130248,14 +95115,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -130266,20 +95133,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -130287,11 +95154,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -130299,31 +95166,31 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: true - language: *ref_4415 + language: *ref_2513 ssh: - schema: *ref_678 + schema: *ref_677 parentsValue: {} properties: publicKeys: - schema: *ref_1163 + schema: *ref_1162 elements: - - schema: *ref_679 + - schema: *ref_678 parentsValue: {} properties: path: schema: *ref_193 rawValue: /home/{your-username}/.ssh/authorized_keys - language: *ref_4436 + language: *ref_2534 keyData: schema: *ref_194 rawValue: >- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1 - language: *ref_4437 - language: *ref_4435 - language: *ref_4434 - language: *ref_4366 - language: *ref_4342 + language: *ref_2535 + language: *ref_2533 + language: *ref_2532 + language: *ref_2464 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} @@ -130335,36 +95202,36 @@ testModel: offer: schema: *ref_40 rawValue: '{image_offer}' - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: '{image_publisher}' - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: '{image_sku}' - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -130372,15 +95239,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithSshAuthentication.json responses: '200': @@ -130394,23 +95261,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -130420,14 +95287,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -130438,20 +95305,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -130459,11 +95326,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -130471,47 +95338,47 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: true - language: *ref_4415 + language: *ref_2513 ssh: - schema: *ref_678 + schema: *ref_677 parentsValue: {} properties: publicKeys: - schema: *ref_1163 + schema: *ref_1162 elements: - - schema: *ref_679 + - schema: *ref_678 parentsValue: {} properties: path: schema: *ref_193 rawValue: /home/{your-username}/.ssh/authorized_keys - language: *ref_4436 + language: *ref_2534 keyData: schema: *ref_194 rawValue: >- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1 - language: *ref_4437 - language: *ref_4435 - language: *ref_4434 - language: *ref_4366 + language: *ref_2535 + language: *ref_2533 + language: *ref_2532 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -130519,36 +95386,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -130556,20 +95423,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: e0de9b84-a506-4b95-9623-00a425d05c90 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -130581,23 +95448,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -130607,14 +95474,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -130625,20 +95492,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -130646,11 +95513,11 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -130658,47 +95525,47 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: true - language: *ref_4415 + language: *ref_2513 ssh: - schema: *ref_678 + schema: *ref_677 parentsValue: {} properties: publicKeys: - schema: *ref_1163 + schema: *ref_1162 elements: - - schema: *ref_679 + - schema: *ref_678 parentsValue: {} properties: path: schema: *ref_193 rawValue: /home/{your-username}/.ssh/authorized_keys - language: *ref_4436 + language: *ref_2534 keyData: schema: *ref_194 rawValue: >- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1 - language: *ref_4437 - language: *ref_4435 - language: *ref_4434 - language: *ref_4366 + language: *ref_2535 + language: *ref_2533 + language: *ref_2532 + language: *ref_2464 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 - language: *ref_4342 + language: *ref_2446 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -130706,36 +95573,36 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -130743,53 +95610,53 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Linux - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: e0de9b84-a506-4b95-9623-00a425d05c90 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 + operation: *ref_2472 + operationGroup: *ref_2454 - operationId: VirtualMachines_Update examples: - name: Update a VM by detaching data disk clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4438 - parameter: *ref_1804 + language: *ref_2536 + parameter: *ref_1519 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4439 - parameter: *ref_1805 + language: *ref_2537 + parameter: *ref_1520 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4441 - parameter: *ref_4440 + language: *ref_2539 + parameter: *ref_2538 - exampleValue: - schema: *ref_627 + schema: *ref_626 parentsValue: {} properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -130799,14 +95666,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -130817,20 +95684,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -130838,62 +95705,62 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 toBeDetached: schema: *ref_171 rawValue: true - language: *ref_4430 - - schema: *ref_673 + language: *ref_2528 + - schema: *ref_672 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 toBeDetached: schema: *ref_171 rawValue: false - language: *ref_4430 - language: *ref_4341 + language: *ref_2528 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -130901,36 +95768,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -130938,15 +95805,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4443 - language: *ref_4442 - parameter: *ref_1802 - operation: *ref_4445 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2541 + language: *ref_2540 + parameter: *ref_1517 + operation: *ref_2543 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/UpdateVMDetachDataDiskUsingToBeDetachedProperty.json responses: '200': @@ -130960,23 +95827,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -130986,14 +95853,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -131004,20 +95871,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -131025,15 +95892,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -131041,43 +95908,43 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Updating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -131085,31 +95952,31 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 + language: *ref_2462 + language: *ref_2517 toBeDetached: schema: *ref_171 rawValue: true - language: *ref_4430 - - schema: *ref_673 + language: *ref_2528 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -131117,13 +95984,13 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 + language: *ref_2462 + language: *ref_2517 toBeDetached: schema: *ref_171 rawValue: false - language: *ref_4430 - language: *ref_4341 + language: *ref_2528 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -131131,36 +95998,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -131168,49 +96035,49 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 3906fef9-a1e5-4b83-a8a8-540858b41df0 - language: *ref_4354 - language: *ref_4324 - language: *ref_4444 + language: *ref_2452 + language: *ref_2422 + language: *ref_2542 - name: Update a VM by force-detaching data disk clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4438 - parameter: *ref_1804 + language: *ref_2536 + parameter: *ref_1519 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4439 - parameter: *ref_1805 + language: *ref_2537 + parameter: *ref_1520 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4441 - parameter: *ref_4440 + language: *ref_2539 + parameter: *ref_2538 - exampleValue: - schema: *ref_627 + schema: *ref_626 parentsValue: {} properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -131220,14 +96087,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -131238,20 +96105,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -131259,66 +96126,66 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 detachOption: schema: *ref_174 rawValue: ForceDetach - language: *ref_4446 + language: *ref_2544 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 toBeDetached: schema: *ref_171 rawValue: true - language: *ref_4430 - - schema: *ref_673 + language: *ref_2528 + - schema: *ref_672 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 toBeDetached: schema: *ref_171 rawValue: false - language: *ref_4430 - language: *ref_4341 + language: *ref_2528 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -131326,36 +96193,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -131363,15 +96230,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4443 - language: *ref_4442 - parameter: *ref_1802 - operation: *ref_4445 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2541 + language: *ref_2540 + parameter: *ref_1517 + operation: *ref_2543 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/UpdateVMForceDetachDataDisk.json responses: '200': @@ -131385,23 +96252,23 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -131411,14 +96278,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -131429,20 +96296,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -131450,15 +96317,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -131466,47 +96333,47 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Updating - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 detachOption: schema: *ref_174 rawValue: ForceDetach - language: *ref_4446 + language: *ref_2544 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -131514,31 +96381,31 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 + language: *ref_2462 + language: *ref_2517 toBeDetached: schema: *ref_171 rawValue: true - language: *ref_4430 - - schema: *ref_673 + language: *ref_2528 + - schema: *ref_672 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 1023 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: {} @@ -131546,13 +96413,13 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 + language: *ref_2462 + language: *ref_2517 toBeDetached: schema: *ref_171 rawValue: false - language: *ref_4430 - language: *ref_4341 + language: *ref_2528 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -131560,36 +96427,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -131597,88 +96464,88 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 3906fef9-a1e5-4b83-a8a8-540858b41df0 - language: *ref_4354 - language: *ref_4324 - language: *ref_4444 - operation: *ref_4445 - operationGroup: *ref_4356 + language: *ref_2452 + language: *ref_2422 + language: *ref_2542 + operation: *ref_2543 + operationGroup: *ref_2454 - operationId: VirtualMachines_Delete examples: - name: Force delete a VM clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4447 - parameter: *ref_1819 + language: *ref_2545 + parameter: *ref_1522 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4448 - parameter: *ref_1820 + language: *ref_2546 + parameter: *ref_1523 - exampleValue: - schema: *ref_1813 + schema: *ref_1521 rawValue: 'true' - language: *ref_4449 - parameter: *ref_1815 + language: *ref_2547 + parameter: *ref_1524 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2020-06-01' - language: *ref_4451 - parameter: *ref_4450 - operation: *ref_4452 - operationGroup: *ref_4356 + language: *ref_2549 + parameter: *ref_2548 + operation: *ref_2550 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ForceDeleteVirtualMachine.json responses: '200': {} '202': {} '204': {} - operation: *ref_4452 - operationGroup: *ref_4356 + operation: *ref_2550 + operationGroup: *ref_2454 - operationId: VirtualMachines_Get examples: - name: Get a Virtual Machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4453 - parameter: *ref_1826 + language: *ref_2551 + parameter: *ref_1525 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4454 - parameter: *ref_1827 + language: *ref_2552 + parameter: *ref_1526 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4456 - parameter: *ref_4455 - operation: *ref_4468 - operationGroup: *ref_4356 + language: *ref_2554 + parameter: *ref_2553 + operation: *ref_2566 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachine.json responses: '200': @@ -131692,30 +96559,30 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: availabilitySet: @@ -131725,30 +96592,30 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/availabilitySets/my-AvailabilitySet - language: *ref_4146 - language: *ref_4352 + language: *ref_2244 + language: *ref_2450 diagnosticsProfile: schema: *ref_316 parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://{myStorageAccount}.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4381 + language: *ref_2482 + language: *ref_2480 + language: *ref_2479 extensionsTimeBudget: schema: *ref_273 rawValue: PT50M - language: *ref_4429 + language: *ref_2527 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -131756,14 +96623,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS3_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -131774,11 +96641,11 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{myNIC} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4351 - language: *ref_4350 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -131786,15 +96653,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: admin - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -131802,17 +96669,17 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: false - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Succeeded - language: *ref_4353 + language: *ref_2451 proximityPlacementGroup: schema: *ref_22 parentsValue: {} @@ -131820,38 +96687,38 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/my-ppg01 - language: *ref_4146 - language: *ref_4458 + language: *ref_2244 + language: *ref_2556 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: name: schema: *ref_169 rawValue: myDataDisk0 - language: *ref_4413 + language: *ref_2511 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 30 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 0 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: @@ -131862,37 +96729,37 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myDataDisk0 - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4419 - - schema: *ref_673 + language: *ref_2462 + language: *ref_2517 + - schema: *ref_672 parentsValue: {} properties: name: schema: *ref_169 rawValue: myDataDisk1 - language: *ref_4413 + language: *ref_2511 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Attach - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 100 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: @@ -131903,15 +96770,15 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myDataDisk1 - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4419 - language: *ref_4341 + language: *ref_2462 + language: *ref_2517 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -131919,40 +96786,40 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myOsDisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: @@ -131963,31 +96830,31 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myOsDisk - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 userData: schema: *ref_277 rawValue: RXhhbXBsZSBVc2VyRGF0YQ== - language: *ref_4385 + language: *ref_2483 vmId: schema: *ref_272 rawValue: 0f47b100-583c-48e3-a4c0-aefc2c9bbcc1 - language: *ref_4354 - language: *ref_4324 + language: *ref_2452 + language: *ref_2422 resources: - schema: *ref_1182 + schema: *ref_1181 elements: - schema: *ref_278 parentsValue: @@ -131998,27 +96865,27 @@ testModel: name: schema: *ref_588 rawValue: CustomScriptExtension-DSC - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines/extensions - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM/extensions/CustomScriptExtension-DSC - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: west us - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: displayName: schema: *ref_2 rawValue: CustomScriptExtension-DSC - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: schema: *ref_149 @@ -132027,55 +96894,55 @@ testModel: type: schema: *ref_109 rawValue: CustomScriptExtension - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 provisioningState: schema: *ref_111 rawValue: Succeeded - language: *ref_4467 + language: *ref_2565 publisher: schema: *ref_108 rawValue: Microsoft.Compute - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_4466 - language: *ref_4465 + rawValue: *ref_2564 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.9' - language: *ref_4463 - language: *ref_4460 - language: *ref_4459 - language: *ref_4457 + language: *ref_2561 + language: *ref_2558 + language: *ref_2557 + language: *ref_2555 - name: Get a virtual machine placed on a dedicated host group through automatic placement clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4453 - parameter: *ref_1826 + language: *ref_2551 + parameter: *ref_1525 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4454 - parameter: *ref_1827 + language: *ref_2552 + parameter: *ref_1526 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4456 - parameter: *ref_4455 - operation: *ref_4468 - operationGroup: *ref_4356 + language: *ref_2554 + parameter: *ref_2553 + operation: *ref_2566 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineAutoPlacedOnDedicatedHostGroup.json responses: '200': @@ -132089,30 +96956,30 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -132122,8 +96989,8 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_D2s_v3 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 hostGroup: schema: *ref_22 parentsValue: {} @@ -132131,14 +96998,14 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/hostGroups/myHostGroup - language: *ref_4146 - language: *ref_4469 + language: *ref_2244 + language: *ref_2567 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -132149,11 +97016,11 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{myNIC} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4351 - language: *ref_4350 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -132161,15 +97028,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: admin - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -132177,25 +97044,25 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: false - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Succeeded - language: *ref_4353 + language: *ref_2451 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -132203,40 +97070,40 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myOsDisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 30 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: @@ -132247,60 +97114,60 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myOsDisk - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 0f47b100-583c-48e3-a4c0-aefc2c9bbcc1 - language: *ref_4354 - language: *ref_4324 - language: *ref_4457 - operation: *ref_4468 - operationGroup: *ref_4356 + language: *ref_2452 + language: *ref_2422 + language: *ref_2555 + operation: *ref_2566 + operationGroup: *ref_2454 - operationId: VirtualMachines_InstanceView examples: - name: Get Virtual Machine Instance View. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4470 - parameter: *ref_1832 + language: *ref_2568 + parameter: *ref_1528 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4471 - parameter: *ref_1833 + language: *ref_2569 + parameter: *ref_1529 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4473 - parameter: *ref_4472 - operation: *ref_4525 - operationGroup: *ref_4356 + language: *ref_2571 + parameter: *ref_2570 + operation: *ref_2623 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineInstanceView.json responses: '200': body: - schema: *ref_694 + schema: *ref_693 parentsValue: {} properties: bootDiagnostics: @@ -132310,18 +97177,18 @@ testModel: consoleScreenshotBlobUri: schema: *ref_243 rawValue: https://{myStorageAccount}.blob.core.windows.net/bootdiagnostics-myOsDisk/myOsDisk.screenshot.bmp - language: *ref_4499 + language: *ref_2597 serialConsoleLogBlobUri: schema: *ref_244 rawValue: https://{myStorageAccount}.blob.core.windows.net/bootdiagnostics-myOsDisk/myOsDisk.serialconsole.log - language: *ref_4500 - language: *ref_4498 + language: *ref_2598 + language: *ref_2596 computerName: schema: *ref_225 rawValue: myVM - language: *ref_4477 + language: *ref_2575 disks: - schema: *ref_1178 + schema: *ref_1177 elements: - schema: *ref_387 parentsValue: {} @@ -132329,9 +97196,9 @@ testModel: name: schema: *ref_240 rawValue: myOsDisk - language: *ref_4491 + language: *ref_2589 statuses: - schema: *ref_1177 + schema: *ref_1176 elements: - schema: *ref_89 parentsValue: {} @@ -132339,29 +97206,29 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 time: schema: *ref_88 rawValue: '2019-10-14T21:29:47.477089+00:00' - language: *ref_4489 - language: *ref_4492 + language: *ref_2587 + language: *ref_2590 - schema: *ref_387 parentsValue: {} properties: name: schema: *ref_240 rawValue: myDataDisk0 - language: *ref_4491 + language: *ref_2589 statuses: - schema: *ref_1177 + schema: *ref_1176 elements: - schema: *ref_89 parentsValue: {} @@ -132369,76 +97236,76 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 time: schema: *ref_88 rawValue: '2019-10-14T21:29:47.461517+00:00' - language: *ref_4489 - language: *ref_4492 - language: *ref_4490 + language: *ref_2587 + language: *ref_2590 + language: *ref_2588 hyperVGeneration: schema: *ref_228 rawValue: V1 - language: *ref_4480 + language: *ref_2578 osName: schema: *ref_226 rawValue: Windows Server 2016 Datacenter - language: *ref_4478 + language: *ref_2576 osVersion: schema: *ref_227 rawValue: Microsoft Windows NT 10.0.14393.0 - language: *ref_4479 + language: *ref_2577 patchStatus: - schema: *ref_696 + schema: *ref_695 parentsValue: {} properties: availablePatchSummary: - schema: *ref_697 + schema: *ref_696 parentsValue: {} properties: assessmentActivityId: schema: *ref_247 rawValue: 68f8b292-dfc2-4646-9781-33cc88631968 - language: *ref_4505 + language: *ref_2603 criticalAndSecurityPatchCount: schema: *ref_249 rawValue: 1 - language: *ref_4507 + language: *ref_2605 error: schema: *ref_270 rawValue: null - language: *ref_4511 + language: *ref_2609 lastModifiedTime: schema: *ref_252 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4510 + language: *ref_2608 otherPatchCount: schema: *ref_250 rawValue: 2 - language: *ref_4508 + language: *ref_2606 rebootPending: schema: *ref_248 rawValue: true - language: *ref_4506 + language: *ref_2604 startTime: schema: *ref_251 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4509 + language: *ref_2607 status: schema: *ref_246 rawValue: Succeeded - language: *ref_4504 - language: *ref_4503 + language: *ref_2602 + language: *ref_2601 configurationStatuses: - schema: *ref_1181 + schema: *ref_1180 elements: - schema: *ref_89 parentsValue: {} @@ -132446,118 +97313,118 @@ testModel: code: schema: *ref_84 rawValue: PatchModeConfigurationState/Ready - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Status_PatchModeConfigurationState_Ready - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 time: schema: *ref_88 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4489 + language: *ref_2587 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: PatchModeConfigurationState/Pending - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Status_PatchModeConfigurationState_Pending - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 time: schema: *ref_88 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4489 + language: *ref_2587 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: AssessmentModeConfigurationState/Pending - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Status_AssessmentModeConfigurationState_Pending - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 time: schema: *ref_88 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4489 - language: *ref_4524 + language: *ref_2587 + language: *ref_2622 lastPatchInstallationSummary: - schema: *ref_698 + schema: *ref_697 parentsValue: {} properties: error: schema: *ref_270 rawValue: null - language: *ref_4523 + language: *ref_2621 excludedPatchCount: schema: *ref_264 rawValue: 1 - language: *ref_4517 + language: *ref_2615 failedPatchCount: schema: *ref_267 rawValue: 1 - language: *ref_4520 + language: *ref_2618 installationActivityId: schema: *ref_261 rawValue: 68f8b292-dfc2-4646-9981-33cc88631968 - language: *ref_4514 + language: *ref_2612 installedPatchCount: schema: *ref_266 rawValue: 1 - language: *ref_4519 + language: *ref_2617 lastModifiedTime: schema: *ref_269 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4522 + language: *ref_2620 maintenanceWindowExceeded: schema: *ref_262 rawValue: false - language: *ref_4515 + language: *ref_2613 notSelectedPatchCount: schema: *ref_263 rawValue: 1 - language: *ref_4516 + language: *ref_2614 pendingPatchCount: schema: *ref_265 rawValue: 1 - language: *ref_4518 + language: *ref_2616 startTime: schema: *ref_268 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4521 + language: *ref_2619 status: schema: *ref_246 rawValue: Succeeded - language: *ref_4513 - language: *ref_4512 - language: *ref_4502 + language: *ref_2611 + language: *ref_2610 + language: *ref_2600 platformFaultDomain: schema: *ref_224 rawValue: 1 - language: *ref_4476 + language: *ref_2574 platformUpdateDomain: schema: *ref_223 rawValue: 1 - language: *ref_4475 + language: *ref_2573 statuses: - schema: *ref_1180 + schema: *ref_1179 elements: - schema: *ref_89 parentsValue: {} @@ -132565,49 +97432,49 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 time: schema: *ref_88 rawValue: '2019-10-14T21:30:12.8051917+00:00' - language: *ref_4489 + language: *ref_2587 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: PowerState/running - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: VM running - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 - language: *ref_4501 + language: *ref_2328 + language: *ref_2599 vmAgent: schema: *ref_385 parentsValue: {} properties: extensionHandlers: - schema: *ref_1174 + schema: *ref_1173 elements: - - schema: *ref_695 + - schema: *ref_694 parentsValue: {} properties: type: schema: *ref_231 rawValue: Microsoft.Azure.Security.IaaSAntimalware - language: *ref_4484 + language: *ref_2582 status: schema: *ref_89 parentsValue: {} @@ -132615,23 +97482,23 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Ready - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 - language: *ref_4486 + language: *ref_2328 + language: *ref_2584 typeHandlerVersion: schema: *ref_232 rawValue: 1.5.5.9 - language: *ref_4485 - language: *ref_4483 + language: *ref_2583 + language: *ref_2581 statuses: - schema: *ref_1175 + schema: *ref_1174 elements: - schema: *ref_89 parentsValue: {} @@ -132639,31 +97506,31 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Ready - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: GuestAgent is running and accepting new configurations. - language: *ref_4488 + language: *ref_2586 time: schema: *ref_88 rawValue: '2019-10-14T23:11:22+00:00' - language: *ref_4489 - language: *ref_4487 + language: *ref_2587 + language: *ref_2585 vmAgentVersion: schema: *ref_230 rawValue: 2.7.41491.949 - language: *ref_4482 - language: *ref_4481 + language: *ref_2580 + language: *ref_2579 extensions: - schema: *ref_1179 + schema: *ref_1178 elements: - schema: *ref_242 parentsValue: {} @@ -132671,13 +97538,13 @@ testModel: name: schema: *ref_112 rawValue: IaaSAntiMalware-ext0 - language: *ref_4494 + language: *ref_2592 type: schema: *ref_113 rawValue: Microsoft.Azure.Security.IaaSAntimalware - language: *ref_4495 + language: *ref_2593 statuses: - schema: *ref_1154 + schema: *ref_1153 elements: - schema: *ref_89 parentsValue: {} @@ -132685,68 +97552,68 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: Microsoft Antimalware enabled - language: *ref_4488 - language: *ref_4497 + language: *ref_2586 + language: *ref_2595 typeHandlerVersion: schema: *ref_114 rawValue: 1.5.5.9 - language: *ref_4496 - language: *ref_4493 - language: *ref_4474 + language: *ref_2594 + language: *ref_2591 + language: *ref_2572 - name: Get instance view of a virtual machine placed on a dedicated host group through automatic placement. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4470 - parameter: *ref_1832 + language: *ref_2568 + parameter: *ref_1528 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4471 - parameter: *ref_1833 + language: *ref_2569 + parameter: *ref_1529 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4473 - parameter: *ref_4472 - operation: *ref_4525 - operationGroup: *ref_4356 + language: *ref_2571 + parameter: *ref_2570 + operation: *ref_2623 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineInstanceViewAutoPlacedOnDedicatedHostGroup.json responses: '200': body: - schema: *ref_694 + schema: *ref_693 parentsValue: {} properties: assignedHost: schema: *ref_245 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/hostGroups/myHostGroup/hosts/myHost - language: *ref_4526 + language: *ref_2624 computerName: schema: *ref_225 rawValue: myVM - language: *ref_4477 + language: *ref_2575 disks: - schema: *ref_1178 + schema: *ref_1177 elements: - schema: *ref_387 parentsValue: {} @@ -132754,9 +97621,9 @@ testModel: name: schema: *ref_240 rawValue: myOsDisk - language: *ref_4491 + language: *ref_2589 statuses: - schema: *ref_1177 + schema: *ref_1176 elements: - schema: *ref_89 parentsValue: {} @@ -132764,35 +97631,35 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 time: schema: *ref_88 rawValue: '2021-03-01T21:29:47.477089+00:00' - language: *ref_4489 - language: *ref_4492 - language: *ref_4490 + language: *ref_2587 + language: *ref_2590 + language: *ref_2588 hyperVGeneration: schema: *ref_228 rawValue: V1 - language: *ref_4480 + language: *ref_2578 osName: schema: *ref_226 rawValue: Windows Server 2016 Datacenter - language: *ref_4478 + language: *ref_2576 osVersion: schema: *ref_227 rawValue: Microsoft Windows NT 10.0.14393.0 - language: *ref_4479 + language: *ref_2577 statuses: - schema: *ref_1180 + schema: *ref_1179 elements: - schema: *ref_89 parentsValue: {} @@ -132800,41 +97667,41 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 time: schema: *ref_88 rawValue: '2021-03-01T21:30:12.8051917+00:00' - language: *ref_4489 + language: *ref_2587 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: PowerState/running - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: VM running - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 - language: *ref_4501 + language: *ref_2328 + language: *ref_2599 vmAgent: schema: *ref_385 parentsValue: {} properties: statuses: - schema: *ref_1175 + schema: *ref_1174 elements: - schema: *ref_89 parentsValue: {} @@ -132842,734 +97709,734 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Ready - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: GuestAgent is running and accepting new configurations. - language: *ref_4488 + language: *ref_2586 time: schema: *ref_88 rawValue: '2021-03-01T23:11:22+00:00' - language: *ref_4489 - language: *ref_4487 + language: *ref_2587 + language: *ref_2585 vmAgentVersion: schema: *ref_230 rawValue: 2.7.41491.949 - language: *ref_4482 - language: *ref_4481 - language: *ref_4474 - operation: *ref_4525 - operationGroup: *ref_4356 + language: *ref_2580 + language: *ref_2579 + language: *ref_2572 + operation: *ref_2623 + operationGroup: *ref_2454 - operationId: VirtualMachines_ConvertToManagedDisks examples: [] - operation: *ref_4527 - operationGroup: *ref_4356 + operation: *ref_2625 + operationGroup: *ref_2454 - operationId: VirtualMachines_Deallocate examples: [] - operation: *ref_4528 - operationGroup: *ref_4356 + operation: *ref_2626 + operationGroup: *ref_2454 - operationId: VirtualMachines_Generalize examples: - name: Generalize a Virtual Machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4529 - parameter: *ref_1853 + language: *ref_2627 + parameter: *ref_1534 - exampleValue: schema: *ref_3 rawValue: myVMName - language: *ref_4530 - parameter: *ref_1854 + language: *ref_2628 + parameter: *ref_1535 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4532 - parameter: *ref_4531 - operation: *ref_4533 - operationGroup: *ref_4356 + language: *ref_2630 + parameter: *ref_2629 + operation: *ref_2631 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GeneralizeVirtualMachine.json responses: '200': {} - operation: *ref_4533 - operationGroup: *ref_4356 + operation: *ref_2631 + operationGroup: *ref_2454 - operationId: VirtualMachines_List examples: [] - operation: *ref_4534 - operationGroup: *ref_4356 + operation: *ref_2632 + operationGroup: *ref_2454 - operationId: VirtualMachines_ListAll examples: [] - operation: *ref_4535 - operationGroup: *ref_4356 + operation: *ref_2633 + operationGroup: *ref_2454 - operationId: VirtualMachines_ListAvailableSizes examples: - name: Lists all available virtual machine sizes to which the specified virtual machine can be resized clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4536 - parameter: *ref_1871 + language: *ref_2634 + parameter: *ref_1538 - exampleValue: schema: *ref_3 rawValue: myVmName - language: *ref_4537 - parameter: *ref_1872 + language: *ref_2635 + parameter: *ref_1539 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4539 - parameter: *ref_4538 - operation: *ref_4548 - operationGroup: *ref_4356 + language: *ref_2637 + parameter: *ref_2636 + operation: *ref_2646 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListAvailableVmSizes_VirtualMachines.json responses: '200': body: - schema: *ref_1384 + schema: *ref_1348 parentsValue: {} properties: value: - schema: *ref_1138 + schema: *ref_1137 elements: - - schema: *ref_639 + - schema: *ref_638 parentsValue: {} properties: name: - schema: *ref_633 + schema: *ref_632 rawValue: Standard_A1_V2 - language: *ref_4542 + language: *ref_2640 maxDataDiskCount: - schema: *ref_638 + schema: *ref_637 rawValue: 2 - language: *ref_4547 + language: *ref_2645 memoryInMB: - schema: *ref_637 + schema: *ref_636 rawValue: 2048 - language: *ref_4546 + language: *ref_2644 numberOfCores: - schema: *ref_634 + schema: *ref_633 rawValue: 1 - language: *ref_4543 + language: *ref_2641 osDiskSizeInMB: - schema: *ref_635 + schema: *ref_634 rawValue: 1047552 - language: *ref_4544 + language: *ref_2642 resourceDiskSizeInMB: - schema: *ref_636 + schema: *ref_635 rawValue: 10240 - language: *ref_4545 - - schema: *ref_639 + language: *ref_2643 + - schema: *ref_638 parentsValue: {} properties: name: - schema: *ref_633 + schema: *ref_632 rawValue: Standard_A2_V2 - language: *ref_4542 + language: *ref_2640 maxDataDiskCount: - schema: *ref_638 + schema: *ref_637 rawValue: 4 - language: *ref_4547 + language: *ref_2645 memoryInMB: - schema: *ref_637 + schema: *ref_636 rawValue: 4096 - language: *ref_4546 + language: *ref_2644 numberOfCores: - schema: *ref_634 + schema: *ref_633 rawValue: 2 - language: *ref_4543 + language: *ref_2641 osDiskSizeInMB: - schema: *ref_635 + schema: *ref_634 rawValue: 1047552 - language: *ref_4544 + language: *ref_2642 resourceDiskSizeInMB: - schema: *ref_636 + schema: *ref_635 rawValue: 20480 - language: *ref_4545 - language: *ref_4541 - language: *ref_4540 - operation: *ref_4548 - operationGroup: *ref_4356 + language: *ref_2643 + language: *ref_2639 + language: *ref_2638 + operation: *ref_2646 + operationGroup: *ref_2454 - operationId: VirtualMachines_PowerOff examples: [] - operation: *ref_4549 - operationGroup: *ref_4356 + operation: *ref_2647 + operationGroup: *ref_2454 - operationId: VirtualMachines_Reapply examples: - name: Reapply the state of a virtual machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ResourceGroup - language: *ref_4550 - parameter: *ref_1888 + language: *ref_2648 + parameter: *ref_1544 - exampleValue: schema: *ref_3 rawValue: VMName - language: *ref_4551 - parameter: *ref_1889 + language: *ref_2649 + parameter: *ref_1545 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4553 - parameter: *ref_4552 - operation: *ref_4554 - operationGroup: *ref_4356 + language: *ref_2651 + parameter: *ref_2650 + operation: *ref_2652 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ReapplyVirtualMachine.json responses: '200': {} '202': {} - operation: *ref_4554 - operationGroup: *ref_4356 + operation: *ref_2652 + operationGroup: *ref_2454 - operationId: VirtualMachines_Restart examples: [] - operation: *ref_4555 - operationGroup: *ref_4356 + operation: *ref_2653 + operationGroup: *ref_2454 - operationId: VirtualMachines_Start examples: [] - operation: *ref_4556 - operationGroup: *ref_4356 + operation: *ref_2654 + operationGroup: *ref_2454 - operationId: VirtualMachines_Redeploy examples: [] - operation: *ref_4557 - operationGroup: *ref_4356 + operation: *ref_2655 + operationGroup: *ref_2454 - operationId: VirtualMachines_Reimage examples: - name: Reimage a Virtual Machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4558 - parameter: *ref_1922 + language: *ref_2656 + parameter: *ref_1554 - exampleValue: schema: *ref_3 rawValue: myVMName - language: *ref_4559 - parameter: *ref_1923 + language: *ref_2657 + parameter: *ref_1555 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4561 - parameter: *ref_4560 + language: *ref_2659 + parameter: *ref_2658 - exampleValue: - schema: *ref_728 + schema: *ref_727 parentsValue: {} properties: tempDisk: - schema: *ref_731 + schema: *ref_730 rawValue: true - language: *ref_4563 - language: *ref_4562 - parameter: *ref_1917 - operation: *ref_4564 - operationGroup: *ref_4356 + language: *ref_2661 + language: *ref_2660 + parameter: *ref_1552 + operation: *ref_2662 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ReimageVirtualMachine.json responses: '200': {} '202': {} - operation: *ref_4564 - operationGroup: *ref_4356 + operation: *ref_2662 + operationGroup: *ref_2454 - operationId: VirtualMachines_RetrieveBootDiagnosticsData examples: - name: RetrieveBootDiagnosticsData of a virtual machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ResourceGroup - language: *ref_4565 - parameter: *ref_1929 + language: *ref_2663 + parameter: *ref_1556 - exampleValue: schema: *ref_3 rawValue: VMName - language: *ref_4566 - parameter: *ref_1930 + language: *ref_2664 + parameter: *ref_1557 - exampleValue: - schema: *ref_1598 + schema: *ref_1424 rawValue: 60 - language: *ref_4567 - parameter: *ref_1927 + language: *ref_2665 + parameter: *ref_1558 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4569 - parameter: *ref_4568 - operation: *ref_4573 - operationGroup: *ref_4356 + language: *ref_2667 + parameter: *ref_2666 + operation: *ref_2671 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/RetrieveBootDiagnosticsDataVirtualMachine.json responses: '200': body: - schema: *ref_1931 + schema: *ref_1559 parentsValue: {} properties: consoleScreenshotBlobUri: - schema: *ref_732 + schema: *ref_731 rawValue: https://storageuri/vm.screenshot.bmp?{sasKey} - language: *ref_4571 + language: *ref_2669 serialConsoleLogBlobUri: - schema: *ref_733 + schema: *ref_732 rawValue: https://storageuri/vm.serialconsole.log?{sasKey} - language: *ref_4572 - language: *ref_4570 - operation: *ref_4573 - operationGroup: *ref_4356 + language: *ref_2670 + language: *ref_2668 + operation: *ref_2671 + operationGroup: *ref_2454 - operationId: VirtualMachines_PerformMaintenance examples: [] - operation: *ref_4574 - operationGroup: *ref_4356 + operation: *ref_2672 + operationGroup: *ref_2454 - operationId: VirtualMachines_SimulateEviction examples: - name: Simulate Eviction a virtual machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ResourceGroup - language: *ref_4575 - parameter: *ref_1943 + language: *ref_2673 + parameter: *ref_1562 - exampleValue: schema: *ref_3 rawValue: VMName - language: *ref_4576 - parameter: *ref_1944 + language: *ref_2674 + parameter: *ref_1563 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4578 - parameter: *ref_4577 - operation: *ref_4579 - operationGroup: *ref_4356 + language: *ref_2676 + parameter: *ref_2675 + operation: *ref_2677 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/SimulateEvictionOfVM.json responses: '204': {} - operation: *ref_4579 - operationGroup: *ref_4356 + operation: *ref_2677 + operationGroup: *ref_2454 - operationId: VirtualMachines_AssessPatches examples: - name: Assess patch state of a virtual machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroupName - language: *ref_4580 - parameter: *ref_1948 + language: *ref_2678 + parameter: *ref_1564 - exampleValue: schema: *ref_3 rawValue: myVMName - language: *ref_4581 - parameter: *ref_1949 + language: *ref_2679 + parameter: *ref_1565 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4583 - parameter: *ref_4582 - operation: *ref_4603 - operationGroup: *ref_4356 + language: *ref_2681 + parameter: *ref_2680 + operation: *ref_2701 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/VirtualMachineAssessPatches.json responses: '200': body: - schema: *ref_1950 + schema: *ref_1566 parentsValue: {} properties: assessmentActivityId: - schema: *ref_734 + schema: *ref_733 rawValue: 68f8b292-dfc2-4646-9781-33cc88631968 - language: *ref_4586 + language: *ref_2684 availablePatches: - schema: *ref_1210 + schema: *ref_1209 elements: - - schema: *ref_748 + - schema: *ref_747 parentsValue: {} properties: name: - schema: *ref_739 + schema: *ref_738 rawValue: Definition Update for Windows Defender Antivirus - KB2267602 (Definition 1.279.1373.0) - language: *ref_4593 + language: *ref_2691 activityId: - schema: *ref_744 + schema: *ref_743 rawValue: 68f8b292-dfc2-4646-9781-33cc88631968 - language: *ref_4598 + language: *ref_2696 assessmentState: - schema: *ref_747 + schema: *ref_746 rawValue: Available - language: *ref_4601 + language: *ref_2699 classifications: - schema: *ref_1209 + schema: *ref_1208 elements: - - schema: *ref_742 + - schema: *ref_741 rawValue: Definition Updates - language: *ref_4596 + language: *ref_2694 kbId: - schema: *ref_741 + schema: *ref_740 rawValue: '2267602' - language: *ref_4595 + language: *ref_2693 lastModifiedDateTime: - schema: *ref_746 + schema: *ref_745 rawValue: '2020-04-24T21:18:45.2830263Z' - language: *ref_4600 + language: *ref_2698 patchId: - schema: *ref_738 + schema: *ref_737 rawValue: 35428702-5784-4ba4-a6e0-5222258b5411 - language: *ref_4592 + language: *ref_2690 publishedDate: - schema: *ref_745 + schema: *ref_744 rawValue: '2018-11-07T00:00:00Z' - language: *ref_4599 + language: *ref_2697 rebootBehavior: - schema: *ref_743 + schema: *ref_742 rawValue: NeverReboots - language: *ref_4597 + language: *ref_2695 version: - schema: *ref_740 + schema: *ref_739 rawValue: '' - language: *ref_4594 - - schema: *ref_748 + language: *ref_2692 + - schema: *ref_747 parentsValue: {} properties: name: - schema: *ref_739 + schema: *ref_738 rawValue: Windows Malicious Software Removal Tool x64 - October 2018 (KB890830) - language: *ref_4593 + language: *ref_2691 activityId: - schema: *ref_744 + schema: *ref_743 rawValue: 68f8b292-dfc2-4646-9781-33cc88631968 - language: *ref_4598 + language: *ref_2696 assessmentState: - schema: *ref_747 + schema: *ref_746 rawValue: Available - language: *ref_4601 + language: *ref_2699 classifications: - schema: *ref_1209 + schema: *ref_1208 elements: - - schema: *ref_742 + - schema: *ref_741 rawValue: Update Rollups - language: *ref_4596 + language: *ref_2694 kbId: - schema: *ref_741 + schema: *ref_740 rawValue: '890830' - language: *ref_4595 + language: *ref_2693 lastModifiedDateTime: - schema: *ref_746 + schema: *ref_745 rawValue: '2020-04-24T21:18:45.2830263Z' - language: *ref_4600 + language: *ref_2698 patchId: - schema: *ref_738 + schema: *ref_737 rawValue: 39f9cdd1-795c-4d0e-8c0a-73ab3f31746d - language: *ref_4592 + language: *ref_2690 publishedDate: - schema: *ref_745 + schema: *ref_744 rawValue: '2018-11-07T00:00:00Z' - language: *ref_4599 + language: *ref_2697 rebootBehavior: - schema: *ref_743 + schema: *ref_742 rawValue: CanRequestReboot - language: *ref_4597 + language: *ref_2695 version: - schema: *ref_740 + schema: *ref_739 rawValue: '' - language: *ref_4594 - language: *ref_4591 + language: *ref_2692 + language: *ref_2689 criticalAndSecurityPatchCount: - schema: *ref_735 + schema: *ref_734 rawValue: 1 - language: *ref_4588 + language: *ref_2686 error: schema: *ref_270 rawValue: null - language: *ref_4602 + language: *ref_2700 otherPatchCount: - schema: *ref_736 + schema: *ref_735 rawValue: 2 - language: *ref_4589 + language: *ref_2687 rebootPending: schema: *ref_248 rawValue: true - language: *ref_4587 + language: *ref_2685 startDateTime: - schema: *ref_737 + schema: *ref_736 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4590 + language: *ref_2688 status: schema: *ref_246 rawValue: Succeeded - language: *ref_4585 - language: *ref_4584 + language: *ref_2683 + language: *ref_2682 '202': {} - operation: *ref_4603 - operationGroup: *ref_4356 + operation: *ref_2701 + operationGroup: *ref_2454 - operationId: VirtualMachines_InstallPatches examples: - name: Install patch state of a virtual machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroupName - language: *ref_4604 - parameter: *ref_1961 + language: *ref_2702 + parameter: *ref_1570 - exampleValue: schema: *ref_3 rawValue: myVMName - language: *ref_4605 - parameter: *ref_1962 + language: *ref_2703 + parameter: *ref_1571 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4607 - parameter: *ref_4606 + language: *ref_2705 + parameter: *ref_2704 - exampleValue: - schema: *ref_1958 + schema: *ref_1567 parentsValue: {} properties: maximumDuration: - schema: *ref_749 + schema: *ref_748 rawValue: PT4H - language: *ref_4609 + language: *ref_2707 rebootSetting: - schema: *ref_750 + schema: *ref_749 rawValue: IfRequired - language: *ref_4610 + language: *ref_2708 windowsParameters: - schema: *ref_760 + schema: *ref_759 parentsValue: {} properties: classificationsToInclude: - schema: *ref_1211 + schema: *ref_1210 elements: - - schema: *ref_751 + - schema: *ref_750 rawValue: Critical - - schema: *ref_751 + - schema: *ref_750 rawValue: Security - language: *ref_4612 + language: *ref_2710 maxPatchPublishDate: - schema: *ref_755 + schema: *ref_754 rawValue: '2020-11-19T02:36:43.0539904+00:00' - language: *ref_4613 - language: *ref_4611 - language: *ref_4608 - parameter: *ref_1959 - operation: *ref_4633 - operationGroup: *ref_4356 + language: *ref_2711 + language: *ref_2709 + language: *ref_2706 + parameter: *ref_1568 + operation: *ref_2731 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/VirtualMachineInstallPatches.json responses: '200': body: - schema: *ref_1963 + schema: *ref_1572 parentsValue: {} properties: error: schema: *ref_270 rawValue: null - language: *ref_4632 + language: *ref_2730 excludedPatchCount: - schema: *ref_765 + schema: *ref_764 rawValue: 0 - language: *ref_4619 + language: *ref_2717 failedPatchCount: - schema: *ref_769 + schema: *ref_768 rawValue: 0 - language: *ref_4623 + language: *ref_2721 installationActivityId: - schema: *ref_762 + schema: *ref_761 rawValue: 68f8b292-dfc2-4646-9781-33cc88631968 - language: *ref_4616 + language: *ref_2714 installedPatchCount: - schema: *ref_768 + schema: *ref_767 rawValue: 3 - language: *ref_4622 + language: *ref_2720 maintenanceWindowExceeded: - schema: *ref_764 + schema: *ref_763 rawValue: false - language: *ref_4618 + language: *ref_2716 notSelectedPatchCount: - schema: *ref_766 + schema: *ref_765 rawValue: 0 - language: *ref_4620 + language: *ref_2718 patches: - schema: *ref_1218 + schema: *ref_1217 elements: - - schema: *ref_777 + - schema: *ref_776 parentsValue: {} properties: name: - schema: *ref_771 + schema: *ref_770 rawValue: Definition Update for Windows Defender Antivirus - KB2267602 (Definition 1.279.1373.0) - language: *ref_4626 + language: *ref_2724 classifications: - schema: *ref_1217 + schema: *ref_1216 elements: - - schema: *ref_774 + - schema: *ref_773 rawValue: Definition Updates - language: *ref_4629 + language: *ref_2727 installationState: - schema: *ref_775 + schema: *ref_774 rawValue: Installed - language: *ref_4630 + language: *ref_2728 kbId: - schema: *ref_773 + schema: *ref_772 rawValue: '2267602' - language: *ref_4628 + language: *ref_2726 patchId: - schema: *ref_770 + schema: *ref_769 rawValue: 35428702-5784-4ba4-a6e0-5222258b5411 - language: *ref_4625 + language: *ref_2723 version: - schema: *ref_772 + schema: *ref_771 rawValue: '' - language: *ref_4627 - - schema: *ref_777 + language: *ref_2725 + - schema: *ref_776 parentsValue: {} properties: name: - schema: *ref_771 + schema: *ref_770 rawValue: Windows Malicious Software Removal Tool x64 - October 2018 (KB890830) - language: *ref_4626 + language: *ref_2724 classifications: - schema: *ref_1217 + schema: *ref_1216 elements: - - schema: *ref_774 + - schema: *ref_773 rawValue: Update Rollups - language: *ref_4629 + language: *ref_2727 installationState: - schema: *ref_775 + schema: *ref_774 rawValue: Pending - language: *ref_4630 + language: *ref_2728 kbId: - schema: *ref_773 + schema: *ref_772 rawValue: '890830' - language: *ref_4628 + language: *ref_2726 patchId: - schema: *ref_770 + schema: *ref_769 rawValue: 39f9cdd1-795c-4d0e-8c0a-73ab3f31746d - language: *ref_4625 + language: *ref_2723 version: - schema: *ref_772 + schema: *ref_771 rawValue: '' - language: *ref_4627 - language: *ref_4624 + language: *ref_2725 + language: *ref_2722 pendingPatchCount: - schema: *ref_767 + schema: *ref_766 rawValue: 2 - language: *ref_4621 + language: *ref_2719 rebootStatus: - schema: *ref_763 + schema: *ref_762 rawValue: Completed - language: *ref_4617 + language: *ref_2715 startDateTime: - schema: *ref_776 + schema: *ref_775 rawValue: '2020-04-24T21:02:04.2556154Z' - language: *ref_4631 + language: *ref_2729 status: schema: *ref_246 rawValue: Succeeded - language: *ref_4615 - language: *ref_4614 + language: *ref_2713 + language: *ref_2712 '202': {} - operation: *ref_4633 - operationGroup: *ref_4356 + operation: *ref_2731 + operationGroup: *ref_2454 - operationId: VirtualMachines_RunCommand examples: - name: VirtualMachineRunCommand clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: 24fb23e3-6ba3-41f0-9b6e-e41131d5d61e - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: crptestar98131 - language: *ref_4634 - parameter: *ref_1975 + language: *ref_2732 + parameter: *ref_1577 - exampleValue: schema: *ref_3 rawValue: vm3036 - language: *ref_4635 - parameter: *ref_1976 + language: *ref_2733 + parameter: *ref_1578 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4637 - parameter: *ref_4636 + language: *ref_2735 + parameter: *ref_2734 - exampleValue: - schema: *ref_1971 + schema: *ref_1573 parentsValue: {} properties: commandId: - schema: *ref_861 + schema: *ref_860 rawValue: RunPowerShellScript - language: *ref_4639 - language: *ref_4638 - parameter: *ref_1973 - operation: *ref_4642 - operationGroup: *ref_4356 + language: *ref_2737 + language: *ref_2736 + parameter: *ref_1575 + operation: *ref_2740 + operationGroup: *ref_2454 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/VirtualMachineRunCommand.json responses: '200': body: - schema: *ref_1977 + schema: *ref_1579 parentsValue: {} properties: value: - schema: *ref_1253 + schema: *ref_1252 elements: - schema: *ref_89 parentsValue: {} @@ -133577,74 +98444,74 @@ testModel: code: schema: *ref_84 rawValue: ComponentStatus/StdOut/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: This is a sample script with parameters value1 value2 - language: *ref_4488 + language: *ref_2586 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: ComponentStatus/StdErr/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: '' - language: *ref_4488 - language: *ref_4641 - language: *ref_4640 + language: *ref_2586 + language: *ref_2739 + language: *ref_2738 '202': {} - operation: *ref_4642 - operationGroup: *ref_4356 + operation: *ref_2740 + operationGroup: *ref_2454 - operationId: VirtualMachineScaleSets_ListByLocation examples: - name: Lists all the VM scale sets under the specified subscription for the specified location. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1764 + schema: *ref_1503 rawValue: eastus - language: *ref_4643 - parameter: *ref_1985 + language: *ref_2741 + parameter: *ref_1580 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2020-06-01' - language: *ref_4645 - parameter: *ref_4644 - operation: *ref_4687 - operationGroup: *ref_4688 + language: *ref_2743 + parameter: *ref_2742 + operation: *ref_2785 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListVirtualMachineScaleSetsInASubscriptionByLocation.json responses: '200': body: - schema: *ref_1986 + schema: *ref_1581 parentsValue: {} properties: value: - schema: *ref_1200 + schema: *ref_1199 elements: - schema: *ref_572 parentsValue: @@ -133655,80 +98522,80 @@ testModel: name: schema: *ref_588 rawValue: '{virtualMachineScaleSetName}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: eastus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: doNotRunExtensionsOnOverprovisionedVMs: schema: *ref_324 rawValue: false - language: *ref_4684 + language: *ref_2782 overprovision: schema: *ref_323 rawValue: false - language: *ref_4683 + language: *ref_2781 platformFaultDomainCount: schema: *ref_328 rawValue: 1 - language: *ref_4686 + language: *ref_2784 provisioningState: schema: *ref_322 rawValue: succeeded - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: false - language: *ref_4685 + language: *ref_2783 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: automaticOSUpgradePolicy: - schema: *ref_703 + schema: *ref_702 parentsValue: {} properties: enableAutomaticOSUpgrade: schema: *ref_294 rawValue: false - language: *ref_4655 - language: *ref_4654 + language: *ref_2753 + language: *ref_2752 mode: schema: *ref_287 rawValue: Automatic - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -133736,13 +98603,13 @@ testModel: name: schema: *ref_58 rawValue: myNic - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -133750,15 +98617,15 @@ testModel: name: schema: *ref_48 rawValue: myIPConfig - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4681 + language: *ref_2779 subnet: schema: *ref_68 parentsValue: {} @@ -133766,10 +98633,10 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/myVNet/subnets/mySubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 networkSecurityGroup: schema: *ref_22 parentsValue: {} @@ -133777,27 +98644,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/myNetworkSecurityGroup - language: *ref_4146 - language: *ref_4675 + language: *ref_2244 + language: *ref_2773 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: admin - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{virtualMachineScaleSetName}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -133805,17 +98672,17 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 - language: *ref_4657 + language: *ref_2513 + language: *ref_2758 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: [] - language: *ref_4669 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -133823,36 +98690,36 @@ testModel: offer: schema: *ref_40 rawValue: databricks - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: azuredatabricks - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: databricksworker - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 3.15.2 - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 30 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -133860,12 +98727,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -133873,16 +98740,16 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2s_v3 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 4 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 + language: *ref_2747 + language: *ref_2746 - schema: *ref_572 parentsValue: Resource: @@ -133892,80 +98759,80 @@ testModel: name: schema: *ref_588 rawValue: '{virtualMachineScaleSetName}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}1 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: eastus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue2 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: doNotRunExtensionsOnOverprovisionedVMs: schema: *ref_324 rawValue: false - language: *ref_4684 + language: *ref_2782 overprovision: schema: *ref_323 rawValue: false - language: *ref_4683 + language: *ref_2781 platformFaultDomainCount: schema: *ref_328 rawValue: 1 - language: *ref_4686 + language: *ref_2784 provisioningState: schema: *ref_322 rawValue: succeeded - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: false - language: *ref_4685 + language: *ref_2783 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: automaticOSUpgradePolicy: - schema: *ref_703 + schema: *ref_702 parentsValue: {} properties: enableAutomaticOSUpgrade: schema: *ref_294 rawValue: false - language: *ref_4655 - language: *ref_4654 + language: *ref_2753 + language: *ref_2752 mode: schema: *ref_287 rawValue: Automatic - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -133973,13 +98840,13 @@ testModel: name: schema: *ref_58 rawValue: myNic1 - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -133987,15 +98854,15 @@ testModel: name: schema: *ref_48 rawValue: myIPConfig - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4681 + language: *ref_2779 subnet: schema: *ref_68 parentsValue: {} @@ -134003,10 +98870,10 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/myVNet/subnets/mySubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 networkSecurityGroup: schema: *ref_22 parentsValue: {} @@ -134014,27 +98881,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityGroups/myNetworkSecurityGroup - language: *ref_4146 - language: *ref_4675 + language: *ref_2244 + language: *ref_2773 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: admin - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{virtualMachineScaleSetName}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -134042,17 +98909,17 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 - language: *ref_4657 + language: *ref_2513 + language: *ref_2758 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: [] - language: *ref_4669 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -134060,36 +98927,36 @@ testModel: offer: schema: *ref_40 rawValue: databricks - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: azuredatabricks - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: databricksworker - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 3.15.2 - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 30 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -134097,12 +98964,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -134110,20 +98977,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2s_v3 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 4 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4647 - language: *ref_4646 - operation: *ref_4687 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2745 + language: *ref_2744 + operation: *ref_2785 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_CreateOrUpdate examples: - name: Create a custom-image scale set from an unmanaged generalized os image. @@ -134139,36 +99006,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -134176,17 +99043,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -134194,9 +99061,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -134206,54 +99073,54 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: name: schema: *ref_305 rawValue: osDisk - language: *ref_4691 + language: *ref_2789 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 image: schema: *ref_160 parentsValue: {} @@ -134261,16 +99128,16 @@ testModel: uri: schema: *ref_159 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/{existing-container-name}/{existing-generalized-os-image-blob-name}.vhd - language: *ref_4337 - language: *ref_4692 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2435 + language: *ref_2790 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateACustomImageScaleSetFromAnUnmanagedGeneralizedOsImage.json responses: '200': @@ -134284,60 +99151,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d6e9ab29-f8c9-4792-978c-ae2c07b98f17 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -134345,9 +99212,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -134355,20 +99222,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -134376,15 +99243,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -134392,33 +99259,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -134426,33 +99293,33 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: name: schema: *ref_305 rawValue: osDisk - language: *ref_4691 + language: *ref_2789 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 image: schema: *ref_160 parentsValue: {} @@ -134460,16 +99327,16 @@ testModel: uri: schema: *ref_159 rawValue: https://{existing-storage-account-name}.blob.core.windows.net/system/Microsoft.Compute/Images/vhds/{existing-generalized-os-image-blob-name}.vhd - language: *ref_4337 - language: *ref_4692 + language: *ref_2435 + language: *ref_2790 osType: schema: *ref_26 rawValue: Windows - language: *ref_4697 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2795 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -134477,17 +99344,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -134499,60 +99366,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d6e9ab29-f8c9-4792-978c-ae2c07b98f17 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -134560,9 +99427,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -134570,20 +99437,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -134591,15 +99458,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -134607,33 +99474,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -134641,33 +99508,33 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: name: schema: *ref_305 rawValue: osDisk - language: *ref_4691 + language: *ref_2789 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 image: schema: *ref_160 parentsValue: {} @@ -134675,16 +99542,16 @@ testModel: uri: schema: *ref_159 rawValue: https://{existing-storage-account-name}.blob.core.windows.net/system/Microsoft.Compute/Images/vhds/{existing-generalized-os-image-blob-name}.vhd - language: *ref_4337 - language: *ref_4692 + language: *ref_2435 + language: *ref_2790 osType: schema: *ref_26 rawValue: Windows - language: *ref_4697 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2795 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -134692,40 +99559,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a platform-image scale set with unmanaged os disks. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -134736,36 +99603,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -134773,17 +99640,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -134791,9 +99658,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -134803,36 +99670,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -134842,38 +99709,38 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: name: schema: *ref_305 rawValue: osDisk - language: *ref_4691 + language: *ref_2789 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 vhdContainers: - schema: *ref_1186 + schema: *ref_1185 elements: - schema: *ref_308 rawValue: http://{existing-storage-account-name-0}.blob.core.windows.net/vhdContainer @@ -134885,11 +99752,11 @@ testModel: rawValue: http://{existing-storage-account-name-3}.blob.core.windows.net/vhdContainer - schema: *ref_308 rawValue: http://{existing-storage-account-name-4}.blob.core.windows.net/vhdContainer - language: *ref_4709 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2807 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -134897,20 +99764,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAPlatformImageScaleSetWithUnmanagedOsDisks.json responses: '200': @@ -134924,60 +99791,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: 77b7df9a-32fe-45e3-8911-60ac9c9b9c64 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -134985,9 +99852,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -134995,20 +99862,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -135016,15 +99883,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -135032,33 +99899,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -135066,15 +99933,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -135084,46 +99951,46 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: name: schema: *ref_305 rawValue: osDisk - language: *ref_4691 + language: *ref_2789 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 vhdContainers: - schema: *ref_1186 + schema: *ref_1185 elements: - schema: *ref_308 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds - language: *ref_4709 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2807 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -135131,17 +99998,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -135153,60 +100020,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: 77b7df9a-32fe-45e3-8911-60ac9c9b9c64 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -135214,9 +100081,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -135224,20 +100091,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -135245,15 +100112,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -135261,33 +100128,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -135295,15 +100162,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -135313,46 +100180,46 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: name: schema: *ref_305 rawValue: osDisk - language: *ref_4691 + language: *ref_2789 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 vhdContainers: - schema: *ref_1186 + schema: *ref_1185 elements: - schema: *ref_308 rawValue: http://{existing-storage-account-name}.blob.core.windows.net/vhds - language: *ref_4709 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2807 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -135360,40 +100227,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set from a custom image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -135404,36 +100271,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -135441,17 +100308,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -135459,9 +100326,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -135471,36 +100338,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -135513,22 +100380,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/{existing-custom-image-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -135536,12 +100403,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -135549,20 +100416,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetFromACustomImage.json responses: '200': @@ -135576,60 +100443,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -135637,9 +100504,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -135647,20 +100514,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -135668,15 +100535,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -135684,29 +100551,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -135714,15 +100581,15 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 + language: *ref_2513 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -135735,22 +100602,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -135758,12 +100625,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -135771,17 +100638,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -135793,60 +100660,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -135854,9 +100721,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -135864,20 +100731,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -135885,15 +100752,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -135901,29 +100768,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -135931,15 +100798,15 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 + language: *ref_2513 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -135952,22 +100819,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -135975,12 +100842,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -135988,40 +100855,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set from a generalized shared image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -136032,36 +100899,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -136069,17 +100936,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -136087,9 +100954,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -136099,36 +100966,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -136141,22 +101008,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -136164,12 +101031,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -136177,20 +101044,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetFromAGeneralizedSharedImage.json responses: '200': @@ -136204,60 +101071,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -136265,9 +101132,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -136275,20 +101142,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -136296,15 +101163,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -136312,29 +101179,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -136342,15 +101209,15 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 + language: *ref_2513 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -136363,22 +101230,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -136386,12 +101253,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -136399,17 +101266,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -136421,60 +101288,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -136482,9 +101349,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -136492,20 +101359,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -136513,15 +101380,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -136529,29 +101396,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -136559,15 +101426,15 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 + language: *ref_2513 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -136580,22 +101447,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -136603,12 +101470,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -136616,40 +101483,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set from a specialized shared image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -136660,36 +101527,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -136697,17 +101564,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -136715,9 +101582,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -136727,19 +101594,19 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -136752,22 +101619,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -136775,12 +101642,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -136788,20 +101655,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetFromASpecializedSharedImage.json responses: '200': @@ -136815,60 +101682,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -136876,9 +101743,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -136886,20 +101753,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -136907,15 +101774,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -136923,19 +101790,19 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -136948,22 +101815,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -136971,12 +101838,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -136984,17 +101851,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -137006,60 +101873,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -137067,9 +101934,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -137077,20 +101944,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -137098,15 +101965,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -137114,19 +101981,19 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -137139,22 +102006,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/mySharedGallery/images/mySharedImage - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -137162,12 +102029,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -137175,40 +102042,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with DiskEncryptionSet resource in os disk and data disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -137219,36 +102086,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -137256,17 +102123,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -137274,9 +102141,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -137286,60 +102153,60 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -137354,16 +102221,16 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4710 + language: *ref_2808 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - language: *ref_4669 + language: *ref_2766 + language: *ref_2813 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: @@ -137374,22 +102241,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/{existing-custom-image-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -137404,19 +102271,19 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4710 + language: *ref_2808 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -137424,20 +102291,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScalesetWithDiskEncryptionSetResource.json responses: '200': @@ -137451,60 +102318,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -137512,9 +102379,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -137522,20 +102389,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -137543,15 +102410,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -137559,29 +102426,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -137589,39 +102456,39 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 + language: *ref_2513 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -137636,16 +102503,16 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4710 + language: *ref_2808 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - language: *ref_4669 + language: *ref_2766 + language: *ref_2813 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: @@ -137656,22 +102523,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -137686,19 +102553,19 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4710 + language: *ref_2808 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -137706,17 +102573,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -137728,60 +102595,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -137789,9 +102656,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -137799,20 +102666,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -137820,15 +102687,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -137836,29 +102703,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -137866,39 +102733,39 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 + language: *ref_2513 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -137913,16 +102780,16 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4710 + language: *ref_2808 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - language: *ref_4669 + language: *ref_2766 + language: *ref_2813 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: @@ -137933,22 +102800,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -137963,19 +102830,19 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4710 + language: *ref_2808 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -137983,40 +102850,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with Fpga Network Interfaces. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -138027,36 +102894,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -138064,17 +102931,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -138082,9 +102949,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -138094,40 +102961,40 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 + language: *ref_2772 + language: *ref_2771 - schema: *ref_80 parentsValue: {} properties: name: schema: *ref_58 rawValue: '{fpgaNic-Name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableFpga: schema: *ref_60 rawValue: true - language: *ref_4716 + language: *ref_2814 enableIPForwarding: schema: *ref_63 rawValue: false - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -138135,19 +103002,19 @@ testModel: name: schema: *ref_48 rawValue: '{fpgaNic-Name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4681 + language: *ref_2779 privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -138155,36 +103022,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-fpga-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: false - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -138197,22 +103064,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/{existing-custom-image-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -138220,12 +103087,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -138233,20 +103100,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetFromWithFpgaNetworkInterface.json responses: '200': @@ -138260,60 +103127,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -138321,9 +103188,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -138331,20 +103198,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -138352,15 +103219,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -138368,24 +103235,24 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 + language: *ref_2772 + language: *ref_2771 - schema: *ref_80 parentsValue: {} properties: name: schema: *ref_58 rawValue: '{fpgaNic-Name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -138393,20 +103260,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableFpga: schema: *ref_60 rawValue: true - language: *ref_4716 + language: *ref_2814 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -138414,19 +103281,19 @@ testModel: name: schema: *ref_48 rawValue: '{fpgaNic-Name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4681 + language: *ref_2779 privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -138434,29 +103301,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-fpga-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: false - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -138464,15 +103331,15 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 + language: *ref_2513 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -138485,22 +103352,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -138508,12 +103375,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -138521,17 +103388,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -138543,60 +103410,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: afa2afa8-9e49-48fb-9d18-c86323b5d064 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -138604,9 +103471,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -138614,20 +103481,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -138635,15 +103502,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -138651,24 +103518,24 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 + language: *ref_2772 + language: *ref_2771 - schema: *ref_80 parentsValue: {} properties: name: schema: *ref_58 rawValue: '{fpgaNic-Name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -138676,20 +103543,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableFpga: schema: *ref_60 rawValue: true - language: *ref_4716 + language: *ref_2814 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -138697,19 +103564,19 @@ testModel: name: schema: *ref_48 rawValue: '{fpgaNic-Name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4681 + language: *ref_2779 privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -138717,29 +103584,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-fpga-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: false - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -138747,15 +103614,15 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 + language: *ref_2513 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -138768,22 +103635,22 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/nsgcustom - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4662 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -138791,12 +103658,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -138804,40 +103671,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with Host Encryption using encryptionAtHost property. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -138848,8 +103715,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -138858,43 +103725,43 @@ testModel: name: schema: *ref_150 rawValue: windows2016 - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -138902,17 +103769,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -138920,9 +103787,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -138932,34 +103799,34 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 securityProfile: schema: *ref_315 parentsValue: {} @@ -138967,10 +103834,10 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4718 + language: *ref_2522 + language: *ref_2816 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -138980,32 +103847,32 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -139013,12 +103880,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -139026,20 +103893,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithEncryptionAtHost.json responses: '200': @@ -139053,20 +103920,20 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -139075,55 +103942,55 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -139131,9 +103998,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -139141,20 +104008,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -139162,15 +104029,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -139178,33 +104045,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -139212,13 +104079,13 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 securityProfile: schema: *ref_315 parentsValue: {} @@ -139226,10 +104093,10 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4718 + language: *ref_2522 + language: *ref_2816 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -139239,32 +104106,32 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -139272,12 +104139,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -139285,17 +104152,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -139307,20 +104174,20 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -139329,55 +104196,55 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -139385,9 +104252,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -139395,20 +104262,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -139416,15 +104283,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -139432,33 +104299,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -139466,13 +104333,13 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 securityProfile: schema: *ref_315 parentsValue: {} @@ -139480,10 +104347,10 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4718 + language: *ref_2522 + language: *ref_2816 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -139493,32 +104360,32 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -139526,12 +104393,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -139539,40 +104406,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with Uefi Settings of secureBoot and vTPM. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -139583,36 +104450,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -139620,17 +104487,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -139638,9 +104505,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -139650,34 +104517,34 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 securityProfile: schema: *ref_315 parentsValue: {} @@ -139685,23 +104552,23 @@ testModel: securityType: schema: *ref_216 rawValue: TrustedLaunch - language: *ref_4380 + language: *ref_2478 uefiSettings: - schema: *ref_692 + schema: *ref_691 parentsValue: {} properties: secureBootEnabled: schema: *ref_213 rawValue: true - language: *ref_4378 + language: *ref_2476 vTpmEnabled: schema: *ref_214 rawValue: true - language: *ref_4379 - language: *ref_4377 - language: *ref_4718 + language: *ref_2477 + language: *ref_2475 + language: *ref_2816 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -139711,32 +104578,32 @@ testModel: offer: schema: *ref_40 rawValue: windowsserver-gen2preview-preview - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows10-tvm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 18363.592.2001092016 - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -139744,12 +104611,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: StandardSSD_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -139757,20 +104624,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2s_v3 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithUefiSettings.json responses: '200': @@ -139784,60 +104651,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -139845,9 +104712,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -139855,20 +104722,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -139876,15 +104743,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -139892,33 +104759,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -139926,13 +104793,13 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 securityProfile: schema: *ref_315 parentsValue: {} @@ -139940,23 +104807,23 @@ testModel: securityType: schema: *ref_216 rawValue: TrustedLaunch - language: *ref_4380 + language: *ref_2478 uefiSettings: - schema: *ref_692 + schema: *ref_691 parentsValue: {} properties: secureBootEnabled: schema: *ref_213 rawValue: true - language: *ref_4378 + language: *ref_2476 vTpmEnabled: schema: *ref_214 rawValue: true - language: *ref_4379 - language: *ref_4377 - language: *ref_4718 + language: *ref_2477 + language: *ref_2475 + language: *ref_2816 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -139966,32 +104833,32 @@ testModel: offer: schema: *ref_40 rawValue: windowsserver-gen2preview-preview - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows10-tvm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 18363.592.2001092016 - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -139999,12 +104866,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: StandardSSD_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -140012,17 +104879,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2s_v3 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -140034,60 +104901,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -140095,9 +104962,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -140105,20 +104972,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -140126,15 +104993,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -140142,33 +105009,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -140176,13 +105043,13 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 securityProfile: schema: *ref_315 parentsValue: {} @@ -140190,23 +105057,23 @@ testModel: securityType: schema: *ref_216 rawValue: TrustedLaunch - language: *ref_4380 + language: *ref_2478 uefiSettings: - schema: *ref_692 + schema: *ref_691 parentsValue: {} properties: secureBootEnabled: schema: *ref_213 rawValue: true - language: *ref_4378 + language: *ref_2476 vTpmEnabled: schema: *ref_214 rawValue: true - language: *ref_4379 - language: *ref_4377 - language: *ref_4718 + language: *ref_2477 + language: *ref_2475 + language: *ref_2816 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -140216,32 +105083,32 @@ testModel: offer: schema: *ref_40 rawValue: windowsserver-gen2preview-preview - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows10-tvm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 18363.592.2001092016 - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -140249,12 +105116,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: StandardSSD_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -140262,40 +105129,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2s_v3 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with a marketplace image plan. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -140306,8 +105173,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -140316,43 +105183,43 @@ testModel: name: schema: *ref_150 rawValue: windows2016 - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -140360,17 +105227,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -140378,9 +105245,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -140390,36 +105257,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -140429,32 +105296,32 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -140462,12 +105329,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -140475,20 +105342,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithAMarketplaceImagePlan.json responses: '200': @@ -140502,20 +105369,20 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -140524,55 +105391,55 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -140580,9 +105447,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -140590,20 +105457,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -140611,15 +105478,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -140627,33 +105494,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -140661,15 +105528,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -140679,32 +105546,32 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -140712,12 +105579,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -140725,17 +105592,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -140747,20 +105614,20 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -140769,55 +105636,55 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -140825,9 +105692,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -140835,20 +105702,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -140856,15 +105723,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -140872,33 +105739,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -140906,15 +105773,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -140924,32 +105791,32 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -140957,12 +105824,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -140970,40 +105837,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with an azure application gateway. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -141014,36 +105881,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -141051,17 +105918,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -141069,13 +105936,13 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: applicationGatewayBackendAddressPools: - schema: *ref_1190 + schema: *ref_1189 elements: - schema: *ref_22 parentsValue: {} @@ -141084,8 +105951,8 @@ testModel: schema: *ref_83 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/applicationGateways/{existing-application-gateway-name}/backendAddressPools/{existing-backend-address-pool-name} - language: *ref_4146 - language: *ref_4719 + language: *ref_2244 + language: *ref_2817 subnet: schema: *ref_68 parentsValue: {} @@ -141093,36 +105960,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -141132,32 +105999,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -141165,12 +106032,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -141178,20 +106045,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithAnAzureApplicationGateway.json responses: '200': @@ -141205,60 +106072,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: a0134477-b9d9-484b-b0e3-205c1c089ffa - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -141266,9 +106133,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -141276,20 +106143,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -141297,13 +106164,13 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: applicationGatewayBackendAddressPools: - schema: *ref_1190 + schema: *ref_1189 elements: - schema: *ref_22 parentsValue: {} @@ -141311,12 +106178,12 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/applicationGateways/nsgExistingAppGw/backendAddressPools/appGatewayBackendPool - language: *ref_4146 - language: *ref_4719 + language: *ref_2244 + language: *ref_2817 privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -141324,33 +106191,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -141358,15 +106225,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -141376,32 +106243,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -141409,12 +106276,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -141422,17 +106289,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -141444,60 +106311,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: a0134477-b9d9-484b-b0e3-205c1c089ffa - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -141505,9 +106372,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -141515,20 +106382,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -141536,13 +106403,13 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: applicationGatewayBackendAddressPools: - schema: *ref_1190 + schema: *ref_1189 elements: - schema: *ref_22 parentsValue: {} @@ -141550,12 +106417,12 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/applicationGateways/nsgExistingAppGw/backendAddressPools/appGatewayBackendPool - language: *ref_4146 - language: *ref_4719 + language: *ref_2244 + language: *ref_2817 privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -141563,33 +106430,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -141597,15 +106464,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -141615,32 +106482,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -141648,12 +106515,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -141661,40 +106528,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with an azure load balancer. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -141705,36 +106572,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -141742,17 +106609,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -141760,13 +106627,13 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: loadBalancerBackendAddressPools: - schema: *ref_1192 + schema: *ref_1191 elements: - schema: *ref_22 parentsValue: {} @@ -141775,10 +106642,10 @@ testModel: schema: *ref_83 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/loadBalancers/{existing-load-balancer-name}/backendAddressPools/{existing-backend-address-pool-name} - language: *ref_4146 - language: *ref_4724 + language: *ref_2244 + language: *ref_2822 loadBalancerInboundNatPools: - schema: *ref_1193 + schema: *ref_1192 elements: - schema: *ref_22 parentsValue: {} @@ -141787,26 +106654,26 @@ testModel: schema: *ref_83 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/loadBalancers/{existing-load-balancer-name}/inboundNatPools/{existing-nat-pool-name} - language: *ref_4146 - language: *ref_4725 + language: *ref_2244 + language: *ref_2823 publicIPAddressConfiguration: - schema: *ref_711 + schema: *ref_710 parentsValue: {} properties: name: schema: *ref_50 rawValue: '{vmss-name}' - language: *ref_4721 + language: *ref_2819 properties: - schema: *ref_712 + schema: *ref_711 parentsValue: {} properties: publicIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4723 - language: *ref_4722 - language: *ref_4720 + language: *ref_2821 + language: *ref_2820 + language: *ref_2818 subnet: schema: *ref_68 parentsValue: {} @@ -141814,36 +106681,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -141853,32 +106720,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -141886,12 +106753,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -141899,20 +106766,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithAnAzureLoadBalancer.json responses: '200': @@ -141926,60 +106793,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: ec0b21ca-51ec-414b-9323-f236ffc21479 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -141987,9 +106854,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -141997,20 +106864,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -142018,13 +106885,13 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: loadBalancerBackendAddressPools: - schema: *ref_1192 + schema: *ref_1191 elements: - schema: *ref_22 parentsValue: {} @@ -142032,10 +106899,10 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/loadBalancers/myLb/backendAddressPools/lbBackendPool - language: *ref_4146 - language: *ref_4724 + language: *ref_2244 + language: *ref_2822 loadBalancerInboundNatPools: - schema: *ref_1193 + schema: *ref_1192 elements: - schema: *ref_22 parentsValue: {} @@ -142043,12 +106910,12 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/loadBalancers/myLb/inboundNatPools/lbNatPool - language: *ref_4146 - language: *ref_4725 + language: *ref_2244 + language: *ref_2823 privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -142056,33 +106923,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -142090,15 +106957,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -142108,32 +106975,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -142141,12 +107008,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -142154,17 +107021,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -142176,60 +107043,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: ec0b21ca-51ec-414b-9323-f236ffc21479 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -142237,9 +107104,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -142247,20 +107114,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -142268,13 +107135,13 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: loadBalancerBackendAddressPools: - schema: *ref_1192 + schema: *ref_1191 elements: - schema: *ref_22 parentsValue: {} @@ -142282,10 +107149,10 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/loadBalancers/myLb/backendAddressPools/lbBackendPool - language: *ref_4146 - language: *ref_4724 + language: *ref_2244 + language: *ref_2822 loadBalancerInboundNatPools: - schema: *ref_1193 + schema: *ref_1192 elements: - schema: *ref_22 parentsValue: {} @@ -142293,12 +107160,12 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/loadBalancers/myLb/inboundNatPools/lbNatPool - language: *ref_4146 - language: *ref_4725 + language: *ref_2244 + language: *ref_2823 privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -142306,33 +107173,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -142340,15 +107207,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -142358,32 +107225,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -142391,12 +107258,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -142404,40 +107271,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with automatic repairs enabled clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -142448,49 +107315,49 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: automaticRepairsPolicy: - schema: *ref_610 + schema: *ref_609 parentsValue: {} properties: enabled: schema: *ref_296 rawValue: true - language: *ref_4727 + language: *ref_2825 gracePeriod: schema: *ref_297 rawValue: PT30M - language: *ref_4728 - language: *ref_4726 + language: *ref_2826 + language: *ref_2824 overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -142498,17 +107365,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -142516,9 +107383,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -142528,36 +107395,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -142567,32 +107434,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -142600,12 +107467,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -142613,20 +107480,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithAutomaticRepairs.json responses: '200': @@ -142640,73 +107507,73 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: automaticRepairsPolicy: - schema: *ref_610 + schema: *ref_609 parentsValue: {} properties: enabled: schema: *ref_296 rawValue: true - language: *ref_4727 + language: *ref_2825 gracePeriod: schema: *ref_297 rawValue: PT30M - language: *ref_4728 - language: *ref_4726 + language: *ref_2826 + language: *ref_2824 overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -142714,9 +107581,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -142724,20 +107591,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -142745,15 +107612,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -142761,33 +107628,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -142795,15 +107662,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -142813,32 +107680,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -142846,12 +107713,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -142859,17 +107726,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -142881,73 +107748,73 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: automaticRepairsPolicy: - schema: *ref_610 + schema: *ref_609 parentsValue: {} properties: enabled: schema: *ref_296 rawValue: true - language: *ref_4727 + language: *ref_2825 gracePeriod: schema: *ref_297 rawValue: PT30M - language: *ref_4728 - language: *ref_4726 + language: *ref_2826 + language: *ref_2824 overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -142955,9 +107822,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -142965,20 +107832,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -142986,15 +107853,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -143002,33 +107869,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -143036,15 +107903,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -143054,32 +107921,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -143087,12 +107954,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -143100,40 +107967,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with boot diagnostics. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -143144,28 +108011,28 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -143173,25 +108040,25 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://{existing-storage-account-name}.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4729 + language: *ref_2482 + language: *ref_2480 + language: *ref_2827 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -143199,17 +108066,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -143217,9 +108084,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -143229,36 +108096,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -143268,32 +108135,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -143301,12 +108168,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -143314,20 +108181,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithBootDiagnostics.json responses: '200': @@ -143341,52 +108208,52 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -143394,25 +108261,25 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4729 + language: *ref_2482 + language: *ref_2480 + language: *ref_2827 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -143420,9 +108287,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -143430,20 +108297,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -143451,15 +108318,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -143467,33 +108334,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -143501,15 +108368,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -143519,32 +108386,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -143552,12 +108419,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -143565,17 +108432,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -143587,52 +108454,52 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -143640,25 +108507,25 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4729 + language: *ref_2482 + language: *ref_2480 + language: *ref_2827 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -143666,9 +108533,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -143676,20 +108543,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -143697,15 +108564,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -143713,33 +108580,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -143747,15 +108614,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -143765,32 +108632,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -143798,12 +108665,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -143811,40 +108678,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with empty data disks on each vm. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -143855,36 +108722,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -143892,17 +108759,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -143910,9 +108777,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -143922,72 +108789,72 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 - - schema: *ref_614 + language: *ref_2809 + - schema: *ref_613 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 1 - language: *ref_4711 - language: *ref_4669 + language: *ref_2809 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -143995,36 +108862,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 512 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -144032,12 +108899,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -144045,20 +108912,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithEmptyDataDisksOnEachVm.json responses: '200': @@ -144072,60 +108939,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Succeeded - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: 8042c376-4690-4c47-9fa2-fbdad70e32fa - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -144133,9 +109000,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -144143,20 +109010,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -144164,15 +109031,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -144180,33 +109047,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -144214,39 +109081,39 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -144254,27 +109121,27 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - - schema: *ref_614 + language: *ref_2766 + language: *ref_2813 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 1 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -144282,9 +109149,9 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - language: *ref_4669 + language: *ref_2766 + language: *ref_2813 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -144292,36 +109159,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 512 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -144329,12 +109196,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -144342,17 +109209,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -144364,60 +109231,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: 8042c376-4690-4c47-9fa2-fbdad70e32fa - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -144425,9 +109292,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -144435,20 +109302,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -144456,15 +109323,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -144472,33 +109339,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -144506,39 +109373,39 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -144546,27 +109413,27 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - - schema: *ref_614 + language: *ref_2766 + language: *ref_2813 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 1 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -144574,9 +109441,9 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - language: *ref_4669 + language: *ref_2766 + language: *ref_2813 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -144584,36 +109451,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 512 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -144621,12 +109488,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -144634,40 +109501,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with ephemeral os disks using placement property. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -144678,8 +109545,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -144688,43 +109555,43 @@ testModel: name: schema: *ref_150 rawValue: windows2016 - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -144732,17 +109599,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -144750,9 +109617,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -144762,36 +109629,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -144801,32 +109668,32 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -144834,12 +109701,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: ResourceDisk - language: *ref_4433 - language: *ref_4730 + language: *ref_2531 + language: *ref_2828 managedDisk: schema: *ref_312 parentsValue: {} @@ -144847,12 +109714,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -144860,20 +109727,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithDiffOsDiskUsingDiffDiskPlacement.json responses: '200': @@ -144887,20 +109754,20 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -144909,55 +109776,55 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -144965,9 +109832,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -144975,20 +109842,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -144996,15 +109863,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -145012,33 +109879,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -145046,15 +109913,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -145064,32 +109931,32 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -145097,12 +109964,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: ResourceDisk - language: *ref_4433 - language: *ref_4730 + language: *ref_2531 + language: *ref_2828 managedDisk: schema: *ref_312 parentsValue: {} @@ -145110,12 +109977,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -145123,17 +109990,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -145145,20 +110012,20 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -145167,55 +110034,55 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -145223,9 +110090,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -145233,20 +110100,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -145254,15 +110121,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -145270,33 +110137,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -145304,15 +110171,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -145322,32 +110189,32 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -145355,12 +110222,12 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 + language: *ref_2530 placement: schema: *ref_164 rawValue: ResourceDisk - language: *ref_4433 - language: *ref_4730 + language: *ref_2531 + language: *ref_2828 managedDisk: schema: *ref_312 parentsValue: {} @@ -145368,12 +110235,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -145381,40 +110248,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with ephemeral os disks. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -145425,8 +110292,8 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -145435,43 +110302,43 @@ testModel: name: schema: *ref_150 rawValue: windows2016 - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -145479,17 +110346,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -145497,9 +110364,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -145509,36 +110376,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -145548,32 +110415,32 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -145581,8 +110448,8 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 - language: *ref_4730 + language: *ref_2530 + language: *ref_2828 managedDisk: schema: *ref_312 parentsValue: {} @@ -145590,20 +110457,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 rawValue: Standard_DS1_v2 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithDiffOsDisk.json responses: '200': @@ -145617,20 +110484,20 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -145639,55 +110506,55 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -145695,9 +110562,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -145705,20 +110572,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -145726,15 +110593,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -145742,33 +110609,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -145776,15 +110643,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -145794,32 +110661,32 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -145827,8 +110694,8 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 - language: *ref_4730 + language: *ref_2530 + language: *ref_2828 managedDisk: schema: *ref_312 parentsValue: {} @@ -145836,12 +110703,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -145849,17 +110716,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -145871,20 +110738,20 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -145893,55 +110760,55 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4717 + language: *ref_2520 + language: *ref_2815 properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: b9e23088-6ffc-46e0-9e02-b0a6eeef47db - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -145949,9 +110816,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -145959,20 +110826,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -145980,15 +110847,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -145996,33 +110863,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -146030,15 +110897,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -146048,32 +110915,32 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diffDiskSettings: schema: *ref_306 parentsValue: {} @@ -146081,8 +110948,8 @@ testModel: option: schema: *ref_163 rawValue: Local - language: *ref_4432 - language: *ref_4730 + language: *ref_2530 + language: *ref_2828 managedDisk: schema: *ref_312 parentsValue: {} @@ -146090,12 +110957,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -146103,40 +110970,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with extension time budget. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -146147,28 +111014,28 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -146176,29 +111043,29 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://{existing-storage-account-name}.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4729 + language: *ref_2482 + language: *ref_2480 + language: *ref_2827 extensionProfile: - schema: *ref_615 + schema: *ref_614 parentsValue: {} properties: extensionsTimeBudget: schema: *ref_317 rawValue: PT1H20M - language: *ref_4741 + language: *ref_2839 extensions: - schema: *ref_1197 + schema: *ref_1196 elements: - schema: *ref_121 parentsValue: {} @@ -146206,7 +111073,7 @@ testModel: name: schema: *ref_92 rawValue: '{extension-name}' - language: *ref_4733 + language: *ref_2831 properties: schema: *ref_104 parentsValue: {} @@ -146214,32 +111081,32 @@ testModel: type: schema: *ref_96 rawValue: '{extension-Type}' - language: *ref_4736 + language: *ref_2834 autoUpgradeMinorVersion: schema: *ref_98 rawValue: false - language: *ref_4738 + language: *ref_2836 publisher: schema: *ref_95 rawValue: '{extension-Publisher}' - language: *ref_4735 + language: *ref_2833 settings: schema: *ref_66 - rawValue: *ref_4740 - language: *ref_4739 + rawValue: *ref_2838 + language: *ref_2837 typeHandlerVersion: schema: *ref_97 rawValue: '{handler-version}' - language: *ref_4737 - language: *ref_4734 - language: *ref_4732 - language: *ref_4731 + language: *ref_2835 + language: *ref_2832 + language: *ref_2830 + language: *ref_2829 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -146247,17 +111114,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -146265,9 +111132,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -146277,36 +111144,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -146316,32 +111183,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -146349,12 +111216,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -146362,20 +111229,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithExtensionsTimeBudget.json responses: '200': @@ -146389,52 +111256,52 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -146442,29 +111309,29 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4729 + language: *ref_2482 + language: *ref_2480 + language: *ref_2827 extensionProfile: - schema: *ref_615 + schema: *ref_614 parentsValue: {} properties: extensionsTimeBudget: schema: *ref_317 rawValue: PT1H20M - language: *ref_4741 + language: *ref_2839 extensions: - schema: *ref_1197 + schema: *ref_1196 elements: - schema: *ref_121 parentsValue: {} @@ -146472,7 +111339,7 @@ testModel: name: schema: *ref_92 rawValue: '{extension-name}' - language: *ref_4733 + language: *ref_2831 properties: schema: *ref_104 parentsValue: {} @@ -146480,32 +111347,32 @@ testModel: type: schema: *ref_96 rawValue: '{extension-Type}' - language: *ref_4736 + language: *ref_2834 autoUpgradeMinorVersion: schema: *ref_98 rawValue: false - language: *ref_4738 + language: *ref_2836 publisher: schema: *ref_95 rawValue: '{extension-Publisher}' - language: *ref_4735 + language: *ref_2833 settings: schema: *ref_66 - rawValue: *ref_4742 - language: *ref_4739 + rawValue: *ref_2840 + language: *ref_2837 typeHandlerVersion: schema: *ref_97 rawValue: '{handler-version}' - language: *ref_4737 - language: *ref_4734 - language: *ref_4732 - language: *ref_4731 + language: *ref_2835 + language: *ref_2832 + language: *ref_2830 + language: *ref_2829 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -146513,9 +111380,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -146523,20 +111390,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -146544,15 +111411,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -146560,33 +111427,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -146594,15 +111461,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -146612,32 +111479,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -146645,12 +111512,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -146658,17 +111525,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -146680,52 +111547,52 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -146733,29 +111600,29 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4729 + language: *ref_2482 + language: *ref_2480 + language: *ref_2827 extensionProfile: - schema: *ref_615 + schema: *ref_614 parentsValue: {} properties: extensionsTimeBudget: schema: *ref_317 rawValue: PT1H20M - language: *ref_4741 + language: *ref_2839 extensions: - schema: *ref_1197 + schema: *ref_1196 elements: - schema: *ref_121 parentsValue: {} @@ -146763,7 +111630,7 @@ testModel: name: schema: *ref_92 rawValue: '{extension-name}' - language: *ref_4733 + language: *ref_2831 properties: schema: *ref_104 parentsValue: {} @@ -146771,32 +111638,32 @@ testModel: type: schema: *ref_96 rawValue: '{extension-Type}' - language: *ref_4736 + language: *ref_2834 autoUpgradeMinorVersion: schema: *ref_98 rawValue: false - language: *ref_4738 + language: *ref_2836 publisher: schema: *ref_95 rawValue: '{extension-Publisher}' - language: *ref_4735 + language: *ref_2833 settings: schema: *ref_66 - rawValue: *ref_4743 - language: *ref_4739 + rawValue: *ref_2841 + language: *ref_2837 typeHandlerVersion: schema: *ref_97 rawValue: '{handler-version}' - language: *ref_4737 - language: *ref_4734 - language: *ref_4732 - language: *ref_4731 + language: *ref_2835 + language: *ref_2832 + language: *ref_2830 + language: *ref_2829 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -146804,9 +111671,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -146814,20 +111681,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -146835,15 +111702,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -146851,33 +111718,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -146885,15 +111752,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -146903,32 +111770,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -146936,12 +111803,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -146949,40 +111816,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with managed boot diagnostics. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -146993,28 +111860,28 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -147022,21 +111889,21 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4729 + language: *ref_2481 + language: *ref_2480 + language: *ref_2827 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -147044,17 +111911,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -147062,9 +111929,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -147074,36 +111941,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -147113,32 +111980,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -147146,12 +112013,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -147159,20 +112026,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithManagedBootDiagnostics.json responses: '200': @@ -147186,52 +112053,52 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -147239,21 +112106,21 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4729 + language: *ref_2481 + language: *ref_2480 + language: *ref_2827 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -147261,9 +112128,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -147271,20 +112138,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -147292,15 +112159,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -147308,33 +112175,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -147342,15 +112209,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -147360,32 +112227,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -147393,12 +112260,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -147406,17 +112273,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -147428,52 +112295,52 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -147481,21 +112348,21 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4729 + language: *ref_2481 + language: *ref_2480 + language: *ref_2827 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -147503,9 +112370,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -147513,20 +112380,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -147534,15 +112401,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -147550,33 +112417,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -147584,15 +112451,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -147602,32 +112469,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -147635,12 +112502,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -147648,40 +112515,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with password authentication. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -147692,36 +112559,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -147729,17 +112596,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -147747,9 +112614,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -147759,36 +112626,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -147798,32 +112665,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -147831,12 +112698,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -147844,20 +112711,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithPasswordAuthentication.json responses: '200': @@ -147871,60 +112738,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: ffb27c5c-39a5-4d4e-b307-b32598689813 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -147932,9 +112799,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -147942,20 +112809,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -147963,15 +112830,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -147979,33 +112846,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -148013,15 +112880,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -148031,32 +112898,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -148064,12 +112931,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -148077,17 +112944,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -148099,60 +112966,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: ffb27c5c-39a5-4d4e-b307-b32598689813 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -148160,9 +113027,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -148170,20 +113037,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -148191,15 +113058,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -148207,33 +113074,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -148241,15 +113108,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -148259,32 +113126,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -148292,12 +113159,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -148305,40 +113172,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with premium storage. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -148349,36 +113216,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -148386,17 +113253,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -148404,9 +113271,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -148416,36 +113283,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -148455,32 +113322,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -148488,12 +113355,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -148501,20 +113368,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithPremiumStorage.json responses: '200': @@ -148528,60 +113395,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: 19fd38a2-f50a-42c6-9dc7-3f9cf3791225 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -148589,9 +113456,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -148599,20 +113466,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -148620,15 +113487,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -148636,33 +113503,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -148670,15 +113537,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -148688,32 +113555,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -148721,12 +113588,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -148734,17 +113601,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -148756,60 +113623,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: 19fd38a2-f50a-42c6-9dc7-3f9cf3791225 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -148817,9 +113684,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -148827,20 +113694,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -148848,15 +113715,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -148864,33 +113731,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -148898,15 +113765,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -148916,32 +113783,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -148949,12 +113816,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -148962,40 +113829,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_DS1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with ssh authentication. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -149006,36 +113873,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -149043,17 +113910,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -149061,9 +113928,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -149073,29 +113940,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -149103,33 +113970,33 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: true - language: *ref_4415 + language: *ref_2513 ssh: - schema: *ref_678 + schema: *ref_677 parentsValue: {} properties: publicKeys: - schema: *ref_1163 + schema: *ref_1162 elements: - - schema: *ref_679 + - schema: *ref_678 parentsValue: {} properties: path: schema: *ref_193 rawValue: /home/{your-username}/.ssh/authorized_keys - language: *ref_4436 + language: *ref_2534 keyData: schema: *ref_194 rawValue: >- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1 - language: *ref_4437 - language: *ref_4435 - language: *ref_4434 - language: *ref_4660 - language: *ref_4657 + language: *ref_2535 + language: *ref_2533 + language: *ref_2532 + language: *ref_2758 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -149139,32 +114006,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -149172,12 +114039,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -149185,20 +114052,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithSshAuthentication.json responses: '200': @@ -149212,60 +114079,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: fb73af19-0090-467c-9ced-b00bceab1c45 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -149273,9 +114140,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -149283,20 +114150,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -149304,15 +114171,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -149320,29 +114187,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -149350,37 +114217,37 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: true - language: *ref_4415 + language: *ref_2513 ssh: - schema: *ref_678 + schema: *ref_677 parentsValue: {} properties: publicKeys: - schema: *ref_1163 + schema: *ref_1162 elements: - - schema: *ref_679 + - schema: *ref_678 parentsValue: {} properties: path: schema: *ref_193 rawValue: /home/{your-username}/.ssh/authorized_keys - language: *ref_4436 + language: *ref_2534 keyData: schema: *ref_194 rawValue: >- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1 - language: *ref_4437 - language: *ref_4435 - language: *ref_4434 - language: *ref_4660 + language: *ref_2535 + language: *ref_2533 + language: *ref_2532 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -149390,32 +114257,32 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -149423,12 +114290,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -149436,17 +114303,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -149458,60 +114325,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: fb73af19-0090-467c-9ced-b00bceab1c45 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -149519,9 +114386,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -149529,20 +114396,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -149550,15 +114417,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -149566,29 +114433,29 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -149596,37 +114463,37 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: true - language: *ref_4415 + language: *ref_2513 ssh: - schema: *ref_678 + schema: *ref_677 parentsValue: {} properties: publicKeys: - schema: *ref_1163 + schema: *ref_1162 elements: - - schema: *ref_679 + - schema: *ref_678 parentsValue: {} properties: path: schema: *ref_193 rawValue: /home/{your-username}/.ssh/authorized_keys - language: *ref_4436 + language: *ref_2534 keyData: schema: *ref_194 rawValue: >- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeClRAk2ipUs/l5voIsDC5q9RI+YSRd1Bvd/O+axgY4WiBzG+4FwJWZm/mLLe5DoOdHQwmU2FrKXZSW4w2sYE70KeWnrFViCOX5MTVvJgPE8ClugNl8RWth/tU849DvM9sT7vFgfVSHcAS2yDRyDlueii+8nF2ym8XWAPltFVCyLHRsyBp5YPqK8JFYIa1eybKsY3hEAxRCA+/7bq8et+Gj3coOsuRmrehav7rE6N12Pb80I6ofa6SM5XNYq4Xk0iYNx7R3kdz0Jj9XgZYWjAHjJmT0gTRoOnt6upOuxK7xI/ykWrllgpXrCPu3Ymz+c+ujaqcxDopnAl2lmf69/J1 - language: *ref_4437 - language: *ref_4435 - language: *ref_4434 - language: *ref_4660 + language: *ref_2535 + language: *ref_2533 + language: *ref_2532 + language: *ref_2758 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 - language: *ref_4657 + language: *ref_2794 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -149636,32 +114503,32 @@ testModel: offer: schema: *ref_40 rawValue: UbuntuServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: Canonical - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 16.04-LTS - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -149669,12 +114536,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -149682,40 +114549,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with terminate scheduled events enabled. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -149726,36 +114593,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -149763,17 +114630,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -149781,9 +114648,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -149793,54 +114660,54 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 scheduledEventsProfile: schema: *ref_320 parentsValue: {} properties: terminateNotificationProfile: - schema: *ref_699 + schema: *ref_698 parentsValue: {} properties: enable: schema: *ref_276 rawValue: true - language: *ref_4428 + language: *ref_2526 notBeforeTimeout: schema: *ref_275 rawValue: PT5M - language: *ref_4427 - language: *ref_4426 - language: *ref_4744 + language: *ref_2525 + language: *ref_2524 + language: *ref_2842 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -149850,32 +114717,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -149883,12 +114750,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -149896,20 +114763,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithTerminateScheduledEventEnabled.json responses: '200': @@ -149923,60 +114790,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -149984,9 +114851,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -149994,20 +114861,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -150015,15 +114882,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -150031,33 +114898,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -150065,33 +114932,33 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 scheduledEventsProfile: schema: *ref_320 parentsValue: {} properties: terminateNotificationProfile: - schema: *ref_699 + schema: *ref_698 parentsValue: {} properties: enable: schema: *ref_276 rawValue: true - language: *ref_4428 + language: *ref_2526 notBeforeTimeout: schema: *ref_275 rawValue: PT5M - language: *ref_4427 - language: *ref_4426 - language: *ref_4744 + language: *ref_2525 + language: *ref_2524 + language: *ref_2842 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -150101,32 +114968,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -150134,12 +115001,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -150147,17 +115014,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -150169,60 +115036,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -150230,9 +115097,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -150240,20 +115107,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -150261,15 +115128,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -150277,33 +115144,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -150311,33 +115178,33 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 scheduledEventsProfile: schema: *ref_320 parentsValue: {} properties: terminateNotificationProfile: - schema: *ref_699 + schema: *ref_698 parentsValue: {} properties: enable: schema: *ref_276 rawValue: true - language: *ref_4428 + language: *ref_2526 notBeforeTimeout: schema: *ref_275 rawValue: PT5M - language: *ref_4427 - language: *ref_4426 - language: *ref_4744 + language: *ref_2525 + language: *ref_2524 + language: *ref_2842 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -150347,32 +115214,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -150380,12 +115247,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -150393,40 +115260,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with userData. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -150437,36 +115304,36 @@ testModel: location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -150474,17 +115341,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -150492,9 +115359,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -150504,36 +115371,36 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -150543,32 +115410,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -150576,16 +115443,16 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 userData: schema: *ref_321 rawValue: RXhhbXBsZSBVc2VyRGF0YQ== - language: *ref_4745 - language: *ref_4656 - language: *ref_4651 + language: *ref_2843 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -150593,20 +115460,20 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateAScaleSetWithUserData.json responses: '200': @@ -150620,52 +115487,52 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -150673,25 +115540,25 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4729 + language: *ref_2482 + language: *ref_2480 + language: *ref_2827 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -150699,9 +115566,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -150709,20 +115576,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -150730,15 +115597,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -150746,33 +115613,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -150780,15 +115647,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -150798,32 +115665,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -150831,12 +115698,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -150844,17 +115711,17 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4694 + language: *ref_2747 + language: *ref_2746 + language: *ref_2792 '201': body: schema: *ref_572 @@ -150866,52 +115733,52 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: true - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: d053ec5a-8da6-495f-ab13-38216503c6d7 - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Manual - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: diagnosticsProfile: @@ -150919,25 +115786,25 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 + language: *ref_2481 storageUri: schema: *ref_218 rawValue: http://nsgdiagnostic.blob.core.windows.net - language: *ref_4384 - language: *ref_4382 - language: *ref_4729 + language: *ref_2482 + language: *ref_2480 + language: *ref_2827 networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -150945,9 +115812,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -150955,20 +115822,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -150976,15 +115843,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -150992,33 +115859,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -151026,15 +115893,15 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: imageReference: @@ -151044,32 +115911,32 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 managedDisk: schema: *ref_312 parentsValue: {} @@ -151077,12 +115944,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -151090,40 +115957,40 @@ testModel: name: schema: *ref_140 rawValue: Standard_D1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 3 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4703 + language: *ref_2747 + language: *ref_2746 + language: *ref_2801 - name: Create a scale set with virtual machines in different zones. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4705 - parameter: *ref_1994 + language: *ref_2803 + parameter: *ref_1584 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4706 - parameter: *ref_1995 + language: *ref_2804 + parameter: *ref_1585 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4708 - parameter: *ref_4707 + language: *ref_2806 + parameter: *ref_2805 - exampleValue: schema: *ref_572 parentsValue: @@ -151134,36 +116001,36 @@ testModel: location: schema: *ref_590 rawValue: centralus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Automatic - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -151171,17 +116038,17 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -151189,9 +116056,9 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: subnet: @@ -151201,72 +116068,72 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/{existing-virtual-network-name}/subnets/{existing-subnet-name} - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminPassword: schema: *ref_300 rawValue: '{your-password}' - language: *ref_4690 + language: *ref_2788 adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 - language: *ref_4657 + language: *ref_2756 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 - - schema: *ref_614 + language: *ref_2809 + - schema: *ref_613 parentsValue: {} properties: createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 1 - language: *ref_4711 - language: *ref_4669 + language: *ref_2809 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -151274,36 +116141,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 512 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -151311,12 +116178,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -151324,28 +116191,28 @@ testModel: name: schema: *ref_140 rawValue: Standard_A1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 2 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 + language: *ref_2747 + language: *ref_2746 zones: - schema: *ref_1199 + schema: *ref_1198 elements: - schema: *ref_335 rawValue: '1' - schema: *ref_335 rawValue: '3' - language: *ref_4746 - language: *ref_4689 - parameter: *ref_1992 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2844 + language: *ref_2787 + parameter: *ref_1582 + operation: *ref_2802 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAScaleSetWithVMsInDifferentZones.json responses: '200': @@ -151359,60 +116226,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: centralus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Succeeded - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: false - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: 8042c376-4690-4c47-9fa2-fbdad70e32fa - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Automatic - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -151420,9 +116287,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -151430,20 +116297,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -151451,15 +116318,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -151467,33 +116334,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -151501,39 +116368,39 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -151541,27 +116408,27 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - - schema: *ref_614 + language: *ref_2766 + language: *ref_2813 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 1 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -151569,9 +116436,9 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - language: *ref_4669 + language: *ref_2766 + language: *ref_2813 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -151579,36 +116446,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 512 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -151616,16 +116483,16 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 zoneBalance: schema: *ref_327 rawValue: false - language: *ref_4747 - language: *ref_4651 + language: *ref_2845 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -151633,25 +116500,25 @@ testModel: name: schema: *ref_140 rawValue: Standard_A1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 2 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 + language: *ref_2747 + language: *ref_2746 zones: - schema: *ref_1199 + schema: *ref_1198 elements: - schema: *ref_335 rawValue: '1' - schema: *ref_335 rawValue: '3' - language: *ref_4746 - language: *ref_4694 + language: *ref_2844 + language: *ref_2792 '201': body: schema: *ref_572 @@ -151663,60 +116530,60 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name} - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: centralus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: overprovision: schema: *ref_323 rawValue: true - language: *ref_4683 + language: *ref_2781 provisioningState: schema: *ref_322 rawValue: Creating - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: false - language: *ref_4685 + language: *ref_2783 uniqueId: schema: *ref_325 rawValue: 8042c376-4690-4c47-9fa2-fbdad70e32fa - language: *ref_4702 + language: *ref_2800 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: mode: schema: *ref_287 rawValue: Automatic - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -151724,9 +116591,9 @@ testModel: name: schema: *ref_58 rawValue: '{vmss-name}' - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -151734,20 +116601,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: true - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -151755,15 +116622,15 @@ testModel: name: schema: *ref_48 rawValue: '{vmss-name}' - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -151771,33 +116638,33 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/nsgExistingVnet/subnets/nsgExistingSubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: '{your-username}' - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: '{vmss-name}' - language: *ref_4658 + language: *ref_2756 secrets: - schema: *ref_1185 + schema: *ref_1184 elements: [] - language: *ref_4696 + language: *ref_2794 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -151805,39 +116672,39 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4695 - language: *ref_4657 + language: *ref_2444 + language: *ref_2793 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: - - schema: *ref_614 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 0 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -151845,27 +116712,27 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - - schema: *ref_614 + language: *ref_2766 + language: *ref_2813 + - schema: *ref_613 parentsValue: {} properties: caching: schema: *ref_161 rawValue: None - language: *ref_4712 + language: *ref_2810 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4713 + language: *ref_2811 diskSizeGB: schema: *ref_311 rawValue: 1023 - language: *ref_4714 + language: *ref_2812 lun: schema: *ref_310 rawValue: 1 - language: *ref_4711 + language: *ref_2809 managedDisk: schema: *ref_312 parentsValue: {} @@ -151873,9 +116740,9 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4715 - language: *ref_4669 + language: *ref_2766 + language: *ref_2813 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -151883,36 +116750,36 @@ testModel: offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2016-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 512 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -151920,16 +116787,16 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 zoneBalance: schema: *ref_327 rawValue: false - language: *ref_4747 - language: *ref_4651 + language: *ref_2845 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -151937,97 +116804,97 @@ testModel: name: schema: *ref_140 rawValue: Standard_A1_v2 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 2 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 + language: *ref_2747 + language: *ref_2746 zones: - schema: *ref_1199 + schema: *ref_1198 elements: - schema: *ref_335 rawValue: '1' - schema: *ref_335 rawValue: '3' - language: *ref_4746 - language: *ref_4703 - operation: *ref_4704 - operationGroup: *ref_4688 + language: *ref_2844 + language: *ref_2801 + operation: *ref_2802 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_Update examples: [] - operation: *ref_4748 - operationGroup: *ref_4688 + operation: *ref_2846 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_Delete examples: - name: Force Delete a VM scale set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4749 - parameter: *ref_2019 + language: *ref_2847 + parameter: *ref_1590 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_4750 - parameter: *ref_2020 + language: *ref_2848 + parameter: *ref_1591 - exampleValue: - schema: *ref_1813 + schema: *ref_1521 rawValue: 'true' - language: *ref_4751 - parameter: *ref_2015 + language: *ref_2849 + parameter: *ref_1592 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2020-06-01' - language: *ref_4753 - parameter: *ref_4752 - operation: *ref_4754 - operationGroup: *ref_4688 + language: *ref_2851 + parameter: *ref_2850 + operation: *ref_2852 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ForceDeleteVirtualMachineScaleSets.json responses: '200': {} '202': {} '204': {} - operation: *ref_4754 - operationGroup: *ref_4688 + operation: *ref_2852 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_Get examples: - name: Get a virtual machine scale set placed on a dedicated host group through automatic placement. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4755 - parameter: *ref_2027 + language: *ref_2853 + parameter: *ref_1594 - exampleValue: schema: *ref_3 rawValue: myVirtualMachineScaleSet - language: *ref_4756 - parameter: *ref_2028 + language: *ref_2854 + parameter: *ref_1595 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4758 - parameter: *ref_4757 - operation: *ref_4761 - operationGroup: *ref_4688 + language: *ref_2856 + parameter: *ref_2855 + operation: *ref_2859 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineScaleSetAutoPlacedOnDedicatedHostGroup.json responses: '200': @@ -152041,36 +116908,36 @@ testModel: name: schema: *ref_588 rawValue: myVirtualMachineScaleSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myVirtualMachineScaleSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: doNotRunExtensionsOnOverprovisionedVMs: schema: *ref_324 rawValue: false - language: *ref_4684 + language: *ref_2782 hostGroup: schema: *ref_22 parentsValue: {} @@ -152078,52 +116945,52 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/hostGroups/myHostGroup - language: *ref_4146 - language: *ref_4760 + language: *ref_2244 + language: *ref_2858 overprovision: schema: *ref_323 rawValue: false - language: *ref_4683 + language: *ref_2781 platformFaultDomainCount: schema: *ref_328 rawValue: 1 - language: *ref_4686 + language: *ref_2784 provisioningState: schema: *ref_322 rawValue: succeeded - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: false - language: *ref_4685 + language: *ref_2783 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: automaticOSUpgradePolicy: - schema: *ref_703 + schema: *ref_702 parentsValue: {} properties: enableAutomaticOSUpgrade: schema: *ref_294 rawValue: false - language: *ref_4655 - language: *ref_4654 + language: *ref_2753 + language: *ref_2752 mode: schema: *ref_287 rawValue: Automatic - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -152131,13 +116998,13 @@ testModel: name: schema: *ref_58 rawValue: myNic - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -152145,15 +117012,15 @@ testModel: name: schema: *ref_48 rawValue: myIPConfig - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4681 + language: *ref_2779 subnet: schema: *ref_68 parentsValue: {} @@ -152161,10 +117028,10 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVNet/subnets/mySubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 networkSecurityGroup: schema: *ref_22 parentsValue: {} @@ -152172,27 +117039,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkSecurityGroups/myNetworkSecurityGroup - language: *ref_4146 - language: *ref_4675 + language: *ref_2244 + language: *ref_2773 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: admin - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: myVirtualMachineScaleSet - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -152200,17 +117067,17 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 - language: *ref_4657 + language: *ref_2513 + language: *ref_2758 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: [] - language: *ref_4669 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -152218,36 +117085,36 @@ testModel: offer: schema: *ref_40 rawValue: databricks - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: azuredatabricks - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: databricksworker - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 3.15.2 - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 30 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -152255,12 +117122,12 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 - language: *ref_4656 - language: *ref_4651 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -152268,42 +117135,42 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2s_v3 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 4 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4759 + language: *ref_2747 + language: *ref_2746 + language: *ref_2857 - name: Get a virtual machine scale set with UserData clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4755 - parameter: *ref_2027 + language: *ref_2853 + parameter: *ref_1594 - exampleValue: schema: *ref_3 rawValue: myVirtualMachineScaleSet - language: *ref_4756 - parameter: *ref_2028 + language: *ref_2854 + parameter: *ref_1595 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4758 - parameter: *ref_4757 - operation: *ref_4761 - operationGroup: *ref_4688 + language: *ref_2856 + parameter: *ref_2855 + operation: *ref_2859 + operationGroup: *ref_2786 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineScaleSetWithUserData.json responses: '200': @@ -152317,36 +117184,36 @@ testModel: name: schema: *ref_588 rawValue: myVirtualMachineScaleSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myVirtualMachineScaleSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_702 + schema: *ref_701 parentsValue: {} properties: doNotRunExtensionsOnOverprovisionedVMs: schema: *ref_324 rawValue: false - language: *ref_4684 + language: *ref_2782 hostGroup: schema: *ref_22 parentsValue: {} @@ -152354,52 +117221,52 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/hostGroups/myHostGroup - language: *ref_4146 - language: *ref_4760 + language: *ref_2244 + language: *ref_2858 overprovision: schema: *ref_323 rawValue: false - language: *ref_4683 + language: *ref_2781 platformFaultDomainCount: schema: *ref_328 rawValue: 1 - language: *ref_4686 + language: *ref_2784 provisioningState: schema: *ref_322 rawValue: succeeded - language: *ref_4682 + language: *ref_2780 singlePlacementGroup: schema: *ref_326 rawValue: false - language: *ref_4685 + language: *ref_2783 upgradePolicy: - schema: *ref_609 + schema: *ref_608 parentsValue: {} properties: automaticOSUpgradePolicy: - schema: *ref_703 + schema: *ref_702 parentsValue: {} properties: enableAutomaticOSUpgrade: schema: *ref_294 rawValue: false - language: *ref_4655 - language: *ref_4654 + language: *ref_2753 + language: *ref_2752 mode: schema: *ref_287 rawValue: Automatic - language: *ref_4653 - language: *ref_4652 + language: *ref_2751 + language: *ref_2750 virtualMachineProfile: - schema: *ref_704 + schema: *ref_703 parentsValue: {} properties: networkProfile: - schema: *ref_708 + schema: *ref_707 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1195 + schema: *ref_1194 elements: - schema: *ref_80 parentsValue: {} @@ -152407,13 +117274,13 @@ testModel: name: schema: *ref_58 rawValue: myNic - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -152421,15 +117288,15 @@ testModel: name: schema: *ref_48 rawValue: myIPConfig - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4681 + language: *ref_2779 subnet: schema: *ref_68 parentsValue: {} @@ -152437,10 +117304,10 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/myVNet/subnets/mySubnet - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 networkSecurityGroup: schema: *ref_22 parentsValue: {} @@ -152448,27 +117315,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkSecurityGroups/myNetworkSecurityGroup - language: *ref_4146 - language: *ref_4675 + language: *ref_2244 + language: *ref_2773 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_4671 - language: *ref_4670 + language: *ref_2772 + language: *ref_2771 + language: *ref_2769 + language: *ref_2768 osProfile: - schema: *ref_705 + schema: *ref_704 parentsValue: {} properties: adminUsername: schema: *ref_299 rawValue: admin - language: *ref_4659 + language: *ref_2757 computerNamePrefix: schema: *ref_298 rawValue: myVirtualMachineScaleSet - language: *ref_4658 + language: *ref_2756 linuxConfiguration: schema: *ref_303 parentsValue: {} @@ -152476,17 +117343,17 @@ testModel: disablePasswordAuthentication: schema: *ref_192 rawValue: false - language: *ref_4415 - language: *ref_4660 - language: *ref_4657 + language: *ref_2513 + language: *ref_2758 + language: *ref_2755 storageProfile: - schema: *ref_706 + schema: *ref_705 parentsValue: {} properties: dataDisks: - schema: *ref_1187 + schema: *ref_1186 elements: [] - language: *ref_4669 + language: *ref_2767 imageReference: schema: *ref_77 parentsValue: {} @@ -152494,36 +117361,36 @@ testModel: offer: schema: *ref_40 rawValue: databricks - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: azuredatabricks - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: databricksworker - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 3.15.2 - language: *ref_4332 - language: *ref_4662 + language: *ref_2430 + language: *ref_2760 osDisk: - schema: *ref_707 + schema: *ref_706 parentsValue: {} properties: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4664 + language: *ref_2762 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4665 + language: *ref_2763 diskSizeGB: schema: *ref_307 rawValue: 30 - language: *ref_4666 + language: *ref_2764 managedDisk: schema: *ref_312 parentsValue: {} @@ -152531,16 +117398,16 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Premium_LRS - language: *ref_4668 - language: *ref_4667 - language: *ref_4663 - language: *ref_4661 + language: *ref_2766 + language: *ref_2765 + language: *ref_2761 + language: *ref_2759 userData: schema: *ref_321 rawValue: RXhhbXBsZSBVc2VyRGF0YQ== - language: *ref_4745 - language: *ref_4656 - language: *ref_4651 + language: *ref_2843 + language: *ref_2754 + language: *ref_2749 sku: schema: *ref_285 parentsValue: {} @@ -152548,120 +117415,120 @@ testModel: name: schema: *ref_140 rawValue: Standard_D2s_v3 - language: *ref_4131 + language: *ref_2229 capacity: schema: *ref_142 rawValue: 4 - language: *ref_4650 + language: *ref_2748 tier: schema: *ref_141 rawValue: Standard - language: *ref_4649 - language: *ref_4648 - language: *ref_4759 - operation: *ref_4761 - operationGroup: *ref_4688 + language: *ref_2747 + language: *ref_2746 + language: *ref_2857 + operation: *ref_2859 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_Deallocate examples: [] - operation: *ref_4762 - operationGroup: *ref_4688 + operation: *ref_2860 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_DeleteInstances examples: [] - operation: *ref_4763 - operationGroup: *ref_4688 + operation: *ref_2861 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_GetInstanceView examples: [] - operation: *ref_4764 - operationGroup: *ref_4688 + operation: *ref_2862 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_List examples: [] - operation: *ref_4765 - operationGroup: *ref_4688 + operation: *ref_2863 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_ListAll examples: [] - operation: *ref_4766 - operationGroup: *ref_4688 + operation: *ref_2864 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_ListSkus examples: [] - operation: *ref_4767 - operationGroup: *ref_4688 + operation: *ref_2865 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_GetOSUpgradeHistory examples: [] - operation: *ref_4768 - operationGroup: *ref_4688 + operation: *ref_2866 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_PowerOff examples: [] - operation: *ref_4769 - operationGroup: *ref_4688 + operation: *ref_2867 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_Restart examples: [] - operation: *ref_4770 - operationGroup: *ref_4688 + operation: *ref_2868 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_Start examples: [] - operation: *ref_4771 - operationGroup: *ref_4688 + operation: *ref_2869 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_Redeploy examples: [] - operation: *ref_4772 - operationGroup: *ref_4688 + operation: *ref_2870 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_PerformMaintenance examples: [] - operation: *ref_4773 - operationGroup: *ref_4688 + operation: *ref_2871 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_UpdateInstances examples: [] - operation: *ref_4774 - operationGroup: *ref_4688 + operation: *ref_2872 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_Reimage examples: [] - operation: *ref_4775 - operationGroup: *ref_4688 + operation: *ref_2873 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_ReimageAll examples: [] - operation: *ref_4776 - operationGroup: *ref_4688 + operation: *ref_2874 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_ForceRecoveryServiceFabricPlatformUpdateDomainWalk examples: [] - operation: *ref_4777 - operationGroup: *ref_4688 + operation: *ref_2875 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_ConvertToSinglePlacementGroup examples: [] - operation: *ref_4778 - operationGroup: *ref_4688 + operation: *ref_2876 + operationGroup: *ref_2786 - operationId: VirtualMachineScaleSets_SetOrchestrationServiceState examples: [] - operation: *ref_4779 - operationGroup: *ref_4688 + operation: *ref_2877 + operationGroup: *ref_2786 - operationId: VirtualMachineSizes_List examples: [] - operation: *ref_4781 - operationGroup: *ref_4780 + operation: *ref_2879 + operationGroup: *ref_2878 - operationId: Images_CreateOrUpdate examples: - name: Create a virtual machine image from a blob with DiskEncryptionSet resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -152672,15 +117539,15 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: osDisk: @@ -152693,7 +117560,7 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 diskEncryptionSet: schema: *ref_45 parentsValue: @@ -152704,27 +117571,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 - language: *ref_4792 + language: *ref_2892 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageFromABlobWithDiskEncryptionSet.json responses: '200': @@ -152738,37 +117605,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -152779,11 +117646,11 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 diskEncryptionSet: schema: *ref_45 parentsValue: @@ -152794,24 +117661,24 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 - language: *ref_4792 + language: *ref_2892 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -152823,37 +117690,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -152864,11 +117731,11 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 diskEncryptionSet: schema: *ref_45 parentsValue: @@ -152879,47 +117746,47 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 - language: *ref_4792 + language: *ref_2892 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image from a blob. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -152930,15 +117797,15 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: osDisk: @@ -152951,28 +117818,28 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 - language: *ref_4792 + language: *ref_2891 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageFromABlob.json responses: '200': @@ -152986,37 +117853,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -153027,29 +117894,29 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 - language: *ref_4792 + language: *ref_2894 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -153061,37 +117928,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -153102,52 +117969,52 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 - language: *ref_4792 + language: *ref_2894 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image from a managed disk with DiskEncryptionSet resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -153158,15 +118025,15 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: osDisk: @@ -153186,10 +118053,10 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 + language: *ref_2892 managedDisk: schema: *ref_22 parentsValue: {} @@ -153197,25 +118064,25 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageFromAManagedDiskWithDiskEncryptionSet.json responses: '200': @@ -153229,37 +118096,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -153270,7 +118137,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 diskEncryptionSet: schema: *ref_45 parentsValue: @@ -153281,10 +118148,10 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 + language: *ref_2892 managedDisk: schema: *ref_22 parentsValue: {} @@ -153292,22 +118159,22 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -153319,37 +118186,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -153360,7 +118227,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 diskEncryptionSet: schema: *ref_45 parentsValue: @@ -153371,10 +118238,10 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 + language: *ref_2892 managedDisk: schema: *ref_22 parentsValue: {} @@ -153382,45 +118249,45 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image from a managed disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -153431,15 +118298,15 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: osDisk: @@ -153456,29 +118323,29 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageFromAManagedDisk.json responses: '200': @@ -153492,37 +118359,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -153533,7 +118400,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 managedDisk: schema: *ref_22 parentsValue: {} @@ -153541,26 +118408,26 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -153572,37 +118439,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -153613,7 +118480,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 managedDisk: schema: *ref_22 parentsValue: {} @@ -153621,49 +118488,49 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image from a snapshot with DiskEncryptionSet resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -153674,15 +118541,15 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: osDisk: @@ -153702,10 +118569,10 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 + language: *ref_2892 snapshot: schema: *ref_22 parentsValue: {} @@ -153713,25 +118580,25 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageFromASnapshotWithDiskEncryptionSet.json responses: '200': @@ -153745,37 +118612,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -153786,7 +118653,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 diskEncryptionSet: schema: *ref_45 parentsValue: @@ -153797,10 +118664,10 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 + language: *ref_2892 snapshot: schema: *ref_22 parentsValue: {} @@ -153808,22 +118675,22 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -153835,37 +118702,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -153876,7 +118743,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 diskEncryptionSet: schema: *ref_45 parentsValue: @@ -153887,10 +118754,10 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4794 + language: *ref_2892 snapshot: schema: *ref_22 parentsValue: {} @@ -153898,45 +118765,45 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image from a snapshot. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -153947,15 +118814,15 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: osDisk: @@ -153972,29 +118839,29 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageFromASnapshot.json responses: '200': @@ -154008,37 +118875,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154049,7 +118916,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 snapshot: schema: *ref_22 parentsValue: {} @@ -154057,26 +118924,26 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -154088,37 +118955,37 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154129,7 +118996,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 snapshot: schema: *ref_22 parentsValue: {} @@ -154137,49 +119004,49 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image from an existing virtual machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -154190,11 +119057,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: sourceVirtualMachine: @@ -154204,13 +119071,13 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4146 - language: *ref_4805 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2244 + language: *ref_2903 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageFromAVM.json responses: '200': @@ -154224,29 +119091,29 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 sourceVirtualMachine: schema: *ref_22 parentsValue: {} @@ -154254,16 +119121,16 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4146 - language: *ref_4805 + language: *ref_2244 + language: *ref_2903 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154274,7 +119141,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 managedDisk: schema: *ref_22 parentsValue: {} @@ -154282,26 +119149,26 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myVM_OsDisk_1_6dc293b7d811433196903acf92665022 - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -154313,29 +119180,29 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 sourceVirtualMachine: schema: *ref_22 parentsValue: {} @@ -154343,16 +119210,16 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4146 - language: *ref_4805 + language: *ref_2244 + language: *ref_2903 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: [] - language: *ref_4797 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154363,7 +119230,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 managedDisk: schema: *ref_22 parentsValue: {} @@ -154371,49 +119238,49 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myVM_OsDisk_1_6dc293b7d811433196903acf92665022 - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image that includes a data disk from a blob. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -154424,19 +119291,19 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -154447,14 +119314,14 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/dataimages/dataimage.vhd - language: *ref_4793 - language: *ref_4792 + language: *ref_2891 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154465,28 +119332,28 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 - language: *ref_4792 + language: *ref_2891 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageThatIncludesADataDiskFromABlob.json responses: '200': @@ -154500,35 +119367,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -154539,14 +119406,14 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/dataimages/dataimage.vhd - language: *ref_4793 - language: *ref_4792 + language: *ref_2891 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154557,29 +119424,29 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 - language: *ref_4792 + language: *ref_2894 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -154591,35 +119458,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -154630,14 +119497,14 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/dataimages/dataimage.vhd - language: *ref_4793 - language: *ref_4792 + language: *ref_2891 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154648,52 +119515,52 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 - language: *ref_4792 + language: *ref_2894 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image that includes a data disk from a managed disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -154704,19 +119571,19 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -154731,15 +119598,15 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154754,29 +119621,29 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageThatIncludesADataDiskFromAManagedDisk.json responses: '200': @@ -154790,35 +119657,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -154833,15 +119700,15 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154852,7 +119719,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 managedDisk: schema: *ref_22 parentsValue: {} @@ -154860,26 +119727,26 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -154891,35 +119758,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -154934,15 +119801,15 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -154953,7 +119820,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 managedDisk: schema: *ref_22 parentsValue: {} @@ -154961,49 +119828,49 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4146 - language: *ref_4803 - language: *ref_4792 + language: *ref_2244 + language: *ref_2901 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: false - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 - name: Create a virtual machine image that includes a data disk from a snapshot. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4782 - parameter: *ref_2207 + language: *ref_2880 + parameter: *ref_1669 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4783 - parameter: *ref_2208 + language: *ref_2881 + parameter: *ref_1670 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4785 - parameter: *ref_4784 + language: *ref_2883 + parameter: *ref_2882 - exampleValue: schema: *ref_573 parentsValue: @@ -155014,19 +119881,19 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -155041,15 +119908,15 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -155064,29 +119931,29 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4786 - parameter: *ref_2205 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2884 + parameter: *ref_1667 + operation: *ref_2898 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAnImageThatIncludesADataDiskFromASnapshot.json responses: '200': @@ -155100,35 +119967,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -155143,15 +120010,15 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -155162,7 +120029,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 snapshot: schema: *ref_22 parentsValue: {} @@ -155170,26 +120037,26 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4795 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2893 '201': body: schema: *ref_573 @@ -155201,35 +120068,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/disk/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: Creating - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -155244,15 +120111,15 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -155263,7 +120130,7 @@ testModel: caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4796 + language: *ref_2894 snapshot: schema: *ref_22 parentsValue: {} @@ -155271,77 +120138,77 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4146 - language: *ref_4804 - language: *ref_4792 + language: *ref_2244 + language: *ref_2902 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Linux - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4799 - operation: *ref_4800 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2897 + operation: *ref_2898 + operationGroup: *ref_2899 - operationId: Images_Update examples: - name: Updates tags of an Image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4807 - parameter: *ref_2218 + language: *ref_2905 + parameter: *ref_1673 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4808 - parameter: *ref_2219 + language: *ref_2906 + parameter: *ref_1674 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4810 - parameter: *ref_4809 + language: *ref_2908 + parameter: *ref_2907 - exampleValue: - schema: *ref_626 + schema: *ref_625 parentsValue: UpdateResource: - schema: *ref_598 + schema: *ref_597 parentsValue: {} properties: tags: - schema: *ref_631 + schema: *ref_630 properties: department: schema: *ref_1 rawValue: HR - language: *ref_4168 - language: *ref_4167 + language: *ref_2266 + language: *ref_2265 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: hyperVGeneration: schema: *ref_29 rawValue: V1 - language: *ref_4813 + language: *ref_2911 sourceVirtualMachine: schema: *ref_22 parentsValue: {} @@ -155349,13 +120216,13 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4146 - language: *ref_4805 - language: *ref_4812 - language: *ref_4811 - parameter: *ref_2216 - operation: *ref_4818 - operationGroup: *ref_4801 + language: *ref_2244 + language: *ref_2903 + language: *ref_2910 + language: *ref_2909 + parameter: *ref_1671 + operation: *ref_2916 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/UpdateImage.json responses: '200': @@ -155369,42 +120236,42 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: department: schema: *ref_2 rawValue: HR - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: created - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -155415,7 +120282,7 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/dataimages/dataimage.vhd - language: *ref_4793 + language: *ref_2891 managedDisk: schema: *ref_22 parentsValue: {} @@ -155423,8 +120290,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -155432,19 +120299,19 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -155455,11 +120322,11 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 diskSizeGB: schema: *ref_341 rawValue: 20 - language: *ref_4815 + language: *ref_2913 managedDisk: schema: *ref_22 parentsValue: {} @@ -155467,8 +120334,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -155476,30 +120343,30 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Windows - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4814 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2912 '201': body: schema: *ref_573 @@ -155511,42 +120378,42 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: department: schema: *ref_2 rawValue: HR - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: created - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -155557,7 +120424,7 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/dataimages/dataimage.vhd - language: *ref_4793 + language: *ref_2891 managedDisk: schema: *ref_22 parentsValue: {} @@ -155565,8 +120432,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -155574,19 +120441,19 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -155597,11 +120464,11 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 diskSizeGB: schema: *ref_341 rawValue: 20 - language: *ref_4815 + language: *ref_2913 managedDisk: schema: *ref_22 parentsValue: {} @@ -155609,8 +120476,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -155618,63 +120485,63 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Windows - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4817 - operation: *ref_4818 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2915 + operation: *ref_2916 + operationGroup: *ref_2899 - operationId: Images_Delete examples: [] - operation: *ref_4819 - operationGroup: *ref_4801 + operation: *ref_2917 + operationGroup: *ref_2899 - operationId: Images_Get examples: - name: Get information about a virtual machine image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4820 - parameter: *ref_2237 + language: *ref_2918 + parameter: *ref_1677 - exampleValue: schema: *ref_3 rawValue: myImage - language: *ref_4821 - parameter: *ref_2238 + language: *ref_2919 + parameter: *ref_1678 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4823 - parameter: *ref_4822 - operation: *ref_4825 - operationGroup: *ref_4801 + language: *ref_2921 + parameter: *ref_2920 + operation: *ref_2923 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetInformationAboutAnImage.json responses: '200': @@ -155688,35 +120555,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: created - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -155727,7 +120594,7 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/dataimages/dataimage.vhd - language: *ref_4793 + language: *ref_2891 managedDisk: schema: *ref_22 parentsValue: {} @@ -155735,8 +120602,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -155744,19 +120611,19 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -155767,11 +120634,11 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 diskSizeGB: schema: *ref_341 rawValue: 20 - language: *ref_4815 + language: *ref_2913 managedDisk: schema: *ref_22 parentsValue: {} @@ -155779,8 +120646,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -155788,63 +120655,63 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Windows - language: *ref_4790 - language: *ref_4789 + language: *ref_2888 + language: *ref_2887 zoneResilient: schema: *ref_343 rawValue: true - language: *ref_4802 - language: *ref_4788 - language: *ref_4787 - language: *ref_4824 - operation: *ref_4825 - operationGroup: *ref_4801 + language: *ref_2900 + language: *ref_2886 + language: *ref_2885 + language: *ref_2922 + operation: *ref_2923 + operationGroup: *ref_2899 - operationId: Images_ListByResourceGroup examples: - name: List all virtual machine images in a resource group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4826 - parameter: *ref_2243 + language: *ref_2924 + parameter: *ref_1680 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4828 - parameter: *ref_4827 - operation: *ref_4831 - operationGroup: *ref_4801 + language: *ref_2926 + parameter: *ref_2925 + operation: *ref_2929 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListImagesInAResourceGroup.json responses: '200': body: - schema: *ref_2244 + schema: *ref_1681 parentsValue: {} properties: value: - schema: *ref_1202 + schema: *ref_1201 elements: - schema: *ref_573 parentsValue: @@ -155855,35 +120722,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: created - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -155894,7 +120761,7 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/dataimages/dataimage.vhd - language: *ref_4793 + language: *ref_2891 managedDisk: schema: *ref_22 parentsValue: {} @@ -155902,8 +120769,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -155911,19 +120778,19 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -155934,7 +120801,7 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 managedDisk: schema: *ref_22 parentsValue: {} @@ -155942,8 +120809,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -155951,55 +120818,55 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Windows - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4830 - language: *ref_4829 - operation: *ref_4831 - operationGroup: *ref_4801 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2928 + language: *ref_2927 + operation: *ref_2929 + operationGroup: *ref_2899 - operationId: Images_List examples: - name: List all virtual machine images in a subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4833 - parameter: *ref_4832 - operation: *ref_4835 - operationGroup: *ref_4801 + language: *ref_2931 + parameter: *ref_2930 + operation: *ref_2933 + operationGroup: *ref_2899 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListImagesInASubscription.json responses: '200': body: - schema: *ref_2244 + schema: *ref_1681 parentsValue: {} properties: value: - schema: *ref_1202 + schema: *ref_1201 elements: - schema: *ref_573 parentsValue: @@ -156010,35 +120877,35 @@ testModel: name: schema: *ref_588 rawValue: myImage - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/images - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/images/myImage - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_604 + schema: *ref_603 parentsValue: {} properties: provisioningState: schema: *ref_344 rawValue: created - language: *ref_4798 + language: *ref_2896 storageProfile: - schema: *ref_715 + schema: *ref_714 parentsValue: {} properties: dataDisks: - schema: *ref_1201 + schema: *ref_1200 elements: - schema: *ref_339 parentsValue: @@ -156049,7 +120916,7 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/dataimages/dataimage.vhd - language: *ref_4793 + language: *ref_2891 managedDisk: schema: *ref_22 parentsValue: {} @@ -156057,8 +120924,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -156066,19 +120933,19 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: lun: schema: *ref_338 rawValue: 1 - language: *ref_4806 - language: *ref_4797 + language: *ref_2904 + language: *ref_2895 osDisk: schema: *ref_336 parentsValue: @@ -156089,7 +120956,7 @@ testModel: blobUri: schema: *ref_340 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_4793 + language: *ref_2891 managedDisk: schema: *ref_22 parentsValue: {} @@ -156097,8 +120964,8 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 - language: *ref_4146 - language: *ref_4803 + language: *ref_2244 + language: *ref_2901 snapshot: schema: *ref_22 parentsValue: {} @@ -156106,54 +120973,54 @@ testModel: id: schema: *ref_83 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_4146 - language: *ref_4804 + language: *ref_2244 + language: *ref_2902 storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4816 - language: *ref_4792 + language: *ref_2914 + language: *ref_2890 properties: osState: schema: *ref_342 rawValue: Generalized - language: *ref_4791 + language: *ref_2889 osType: schema: *ref_26 rawValue: Windows - language: *ref_4790 - language: *ref_4789 - language: *ref_4788 - language: *ref_4787 - language: *ref_4830 - language: *ref_4834 - operation: *ref_4835 - operationGroup: *ref_4801 + language: *ref_2888 + language: *ref_2887 + language: *ref_2886 + language: *ref_2885 + language: *ref_2928 + language: *ref_2932 + operation: *ref_2933 + operationGroup: *ref_2899 - operationId: RestorePointCollections_CreateOrUpdate examples: - name: Create or update a restore point collection. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4836 - parameter: *ref_2257 + language: *ref_2934 + parameter: *ref_1684 - exampleValue: schema: *ref_3 rawValue: myRpc - language: *ref_4837 - parameter: *ref_2258 + language: *ref_2935 + parameter: *ref_1685 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4839 - parameter: *ref_4838 + language: *ref_2937 + parameter: *ref_2936 - exampleValue: schema: *ref_574 parentsValue: @@ -156164,34 +121031,34 @@ testModel: location: schema: *ref_590 rawValue: norwayeast - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4843 - language: *ref_4842 - language: *ref_4841 - language: *ref_4840 - parameter: *ref_2255 - operation: *ref_4849 - operationGroup: *ref_4850 + language: *ref_2941 + language: *ref_2940 + language: *ref_2939 + language: *ref_2938 + parameter: *ref_1682 + operation: *ref_2947 + operationGroup: *ref_2948 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateARestorePointCollection.json responses: '200': @@ -156205,55 +121072,55 @@ testModel: name: schema: *ref_588 rawValue: myRpc - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/restorePointCollections - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/myRpc - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: norwayeast - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: provisioningState: schema: *ref_347 rawValue: Successful - language: *ref_4846 + language: *ref_2944 restorePointCollectionId: schema: *ref_348 rawValue: 638f052b-a7c2-450c-89e7-6a3b8f1d6a7c - language: *ref_4847 + language: *ref_2945 source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4843 + language: *ref_2941 location: schema: *ref_345 rawValue: eastus - language: *ref_4845 - language: *ref_4842 - language: *ref_4841 - language: *ref_4844 + language: *ref_2943 + language: *ref_2940 + language: *ref_2939 + language: *ref_2942 '201': body: schema: *ref_574 @@ -156265,92 +121132,92 @@ testModel: name: schema: *ref_588 rawValue: myRpc - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/restorePointCollections - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/myRpc - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: norwayeast - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: provisioningState: schema: *ref_347 rawValue: Successful - language: *ref_4846 + language: *ref_2944 restorePointCollectionId: schema: *ref_348 rawValue: 638f052b-a7c2-450c-89e7-6a3b8f1d6a7c - language: *ref_4847 + language: *ref_2945 source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4843 + language: *ref_2941 location: schema: *ref_345 rawValue: eastus - language: *ref_4845 - language: *ref_4842 - language: *ref_4841 - language: *ref_4848 - operation: *ref_4849 - operationGroup: *ref_4850 + language: *ref_2943 + language: *ref_2940 + language: *ref_2939 + language: *ref_2946 + operation: *ref_2947 + operationGroup: *ref_2948 - operationId: RestorePointCollections_Update examples: [] - operation: *ref_4851 - operationGroup: *ref_4850 + operation: *ref_2949 + operationGroup: *ref_2948 - operationId: RestorePointCollections_Delete examples: [] - operation: *ref_4852 - operationGroup: *ref_4850 + operation: *ref_2950 + operationGroup: *ref_2948 - operationId: RestorePointCollections_Get examples: - name: Get a restore point collection (but not the restore points contained in the restore point collection) clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4853 - parameter: *ref_2284 + language: *ref_2951 + parameter: *ref_1693 - exampleValue: schema: *ref_3 rawValue: myRpc - language: *ref_4854 - parameter: *ref_2285 + language: *ref_2952 + parameter: *ref_1694 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4856 - parameter: *ref_4855 - operation: *ref_4858 - operationGroup: *ref_4850 + language: *ref_2954 + parameter: *ref_2953 + operation: *ref_2956 + operationGroup: *ref_2948 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetRestorePointCollection.json responses: '200': @@ -156364,80 +121231,80 @@ testModel: name: schema: *ref_588 rawValue: myRpc - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/restorePointCollections - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/myRpc - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: provisioningState: schema: *ref_347 rawValue: Successful - language: *ref_4846 + language: *ref_2944 restorePointCollectionId: schema: *ref_348 rawValue: 59f04a5d-f783-4200-a1bd-d3f464e8c4b4 - language: *ref_4847 + language: *ref_2945 source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/myRpc - language: *ref_4843 + language: *ref_2941 location: schema: *ref_345 rawValue: eastus - language: *ref_4845 - language: *ref_4842 - language: *ref_4841 - language: *ref_4857 + language: *ref_2943 + language: *ref_2940 + language: *ref_2939 + language: *ref_2955 - name: Get a restore point collection, including the restore points contained in the restore point collection clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4853 - parameter: *ref_2284 + language: *ref_2951 + parameter: *ref_1693 - exampleValue: schema: *ref_3 rawValue: rpcName - language: *ref_4854 - parameter: *ref_2285 + language: *ref_2952 + parameter: *ref_1694 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4856 - parameter: *ref_4855 - operation: *ref_4858 - operationGroup: *ref_4850 + language: *ref_2954 + parameter: *ref_2953 + operation: *ref_2956 + operationGroup: *ref_2948 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetRestorePointCollectionWithContainedRestorePoints.json responses: '200': @@ -156451,42 +121318,42 @@ testModel: name: schema: *ref_588 rawValue: rpcName - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/restorePointCollections - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpcName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: provisioningState: schema: *ref_347 rawValue: Successful - language: *ref_4846 + language: *ref_2944 restorePointCollectionId: schema: *ref_348 rawValue: 59f04a5d-f783-4200-a1bd-d3f464e8c4b4 - language: *ref_4847 + language: *ref_2945 restorePoints: - schema: *ref_1207 + schema: *ref_1206 elements: - schema: *ref_349 parentsValue: @@ -156497,19 +121364,19 @@ testModel: name: schema: *ref_351 rawValue: restorePointName - language: *ref_4889 + language: *ref_2987 id: schema: *ref_350 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpcName/restorePoints/restorePointName - language: *ref_4888 - language: *ref_4887 + language: *ref_2986 + language: *ref_2985 properties: consistencyMode: schema: *ref_365 rawValue: ApplicationConsistent - language: *ref_4880 + language: *ref_2978 excludeDisks: - schema: *ref_1206 + schema: *ref_1205 elements: - schema: *ref_68 parentsValue: {} @@ -156517,37 +121384,37 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vm8768_disk2_fe6ffde4f69b491ca33fb984d5bcd89f - language: *ref_4680 - language: *ref_4886 + language: *ref_2778 + language: *ref_2984 provisioningDetails: - schema: *ref_725 + schema: *ref_724 parentsValue: {} properties: creationTime: schema: *ref_366 rawValue: '2021-01-27T20:35:05.8401519+00:00' - language: *ref_4882 + language: *ref_2980 statusCode: schema: *ref_368 rawValue: 0 - language: *ref_4884 + language: *ref_2982 statusMessage: schema: *ref_369 rawValue: >- {"jobMessage":"","messageStr":"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed ","snapshotConsistency":2} - language: *ref_4885 + language: *ref_2983 totalUsedSizeInBytes: schema: *ref_367 rawValue: 10835349504 - language: *ref_4883 - language: *ref_4881 + language: *ref_2981 + language: *ref_2979 provisioningState: schema: *ref_364 rawValue: Succeeded - language: *ref_4879 + language: *ref_2977 sourceMetadata: - schema: *ref_721 + schema: *ref_720 parentsValue: {} properties: diagnosticsProfile: @@ -156555,15 +121422,15 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4877 + language: *ref_2481 + language: *ref_2480 + language: *ref_2975 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -156571,8 +121438,8 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_B1s - language: *ref_4326 - language: *ref_4861 + language: *ref_2424 + language: *ref_2959 osProfile: schema: *ref_361 parentsValue: {} @@ -156580,23 +121447,23 @@ testModel: adminUsername: schema: *ref_177 rawValue: admin - language: *ref_4344 + language: *ref_2442 allowExtensionOperations: schema: *ref_199 rawValue: true - language: *ref_4349 + language: *ref_2447 computerName: schema: *ref_176 rawValue: computerName - language: *ref_4343 + language: *ref_2441 requireGuestProvisionSignal: schema: *ref_200 rawValue: true - language: *ref_4876 + language: *ref_2974 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -156604,31 +121471,31 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4875 + language: *ref_2444 + language: *ref_2443 + language: *ref_2973 storageProfile: - schema: *ref_722 + schema: *ref_721 parentsValue: {} properties: dataDisks: - schema: *ref_1205 + schema: *ref_1204 elements: - - schema: *ref_724 + - schema: *ref_723 parentsValue: {} properties: name: schema: *ref_359 rawValue: testingexcludedisk_DataDisk_1 - language: *ref_4871 + language: *ref_2969 caching: schema: *ref_161 rawValue: None - language: *ref_4872 + language: *ref_2970 diskRestorePoint: schema: *ref_68 parentsValue: {} @@ -156637,12 +121504,12 @@ testModel: schema: *ref_49 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpcName/restorePoints/restorePointName/diskRestorePoints/testingexcludedisk_DataDisk_1_68785190-1acb-4d5e-a8ae-705b45f3dca5 - language: *ref_4680 - language: *ref_4874 + language: *ref_2778 + language: *ref_2972 lun: schema: *ref_358 rawValue: 1 - language: *ref_4870 + language: *ref_2968 managedDisk: schema: *ref_78 parentsValue: @@ -156653,27 +121520,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/testingexcludedisk_DataDisk_1 - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4873 - language: *ref_4869 + language: *ref_2462 + language: *ref_2971 + language: *ref_2967 osDisk: - schema: *ref_723 + schema: *ref_722 parentsValue: {} properties: name: schema: *ref_356 rawValue: testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f - language: *ref_4865 + language: *ref_2963 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4866 + language: *ref_2964 diskRestorePoint: schema: *ref_68 parentsValue: {} @@ -156682,8 +121549,8 @@ testModel: schema: *ref_49 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpcName/restorePoints/restorePointName/diskRestorePoints/testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f_22b4bdfe-6c54-4f72-84d8-85d8860f0c57 - language: *ref_4680 - language: *ref_4868 + language: *ref_2778 + language: *ref_2966 managedDisk: schema: *ref_78 parentsValue: @@ -156694,74 +121561,74 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4867 + language: *ref_2462 + language: *ref_2965 osType: schema: *ref_355 rawValue: Windows - language: *ref_4864 - language: *ref_4863 - language: *ref_4862 + language: *ref_2962 + language: *ref_2961 + language: *ref_2960 vmId: schema: *ref_363 rawValue: 76d6541e-80bd-4dc1-932b-3cae4cfb80e7 - language: *ref_4878 - language: *ref_4860 - language: *ref_4859 + language: *ref_2976 + language: *ref_2958 + language: *ref_2957 source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4843 + language: *ref_2941 location: schema: *ref_345 rawValue: eastus - language: *ref_4845 - language: *ref_4842 - language: *ref_4841 - language: *ref_4857 - operation: *ref_4858 - operationGroup: *ref_4850 + language: *ref_2943 + language: *ref_2940 + language: *ref_2939 + language: *ref_2955 + operation: *ref_2956 + operationGroup: *ref_2948 - operationId: RestorePointCollections_List examples: - name: Gets the list of restore point collections in a resource group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4890 - parameter: *ref_2290 + language: *ref_2988 + parameter: *ref_1696 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4892 - parameter: *ref_4891 - operation: *ref_4895 - operationGroup: *ref_4850 + language: *ref_2990 + parameter: *ref_2989 + operation: *ref_2993 + operationGroup: *ref_2948 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetRestorePointCollectionsInAResourceGroup.json responses: '200': body: - schema: *ref_2291 + schema: *ref_1697 parentsValue: {} properties: value: - schema: *ref_1208 + schema: *ref_1207 elements: - schema: *ref_574 parentsValue: @@ -156772,54 +121639,54 @@ testModel: name: schema: *ref_588 rawValue: restorePointCollection1 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/restorePointCollections - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/restorePointCollection1 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: provisioningState: schema: *ref_347 rawValue: Successful - language: *ref_4846 + language: *ref_2944 restorePointCollectionId: schema: *ref_348 rawValue: 59f04a5d-f783-4200-a1bd-d3f464e8c4b4 - language: *ref_4847 + language: *ref_2945 source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/restorePointCollection1 - language: *ref_4843 + language: *ref_2941 location: schema: *ref_345 rawValue: West US - language: *ref_4845 - language: *ref_4842 - language: *ref_4841 + language: *ref_2943 + language: *ref_2940 + language: *ref_2939 - schema: *ref_574 parentsValue: Resource: @@ -156829,84 +121696,84 @@ testModel: name: schema: *ref_588 rawValue: restorePointCollection2 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/restorePointCollections - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/restorePointCollection2 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: provisioningState: schema: *ref_347 rawValue: Deleting - language: *ref_4846 + language: *ref_2944 restorePointCollectionId: schema: *ref_348 rawValue: 2875c590-e337-4102-9668-4f5b7e3f98a4 - language: *ref_4847 + language: *ref_2945 source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/restorePointCollection2 - language: *ref_4843 + language: *ref_2941 location: schema: *ref_345 rawValue: West US - language: *ref_4845 - language: *ref_4842 - language: *ref_4841 - language: *ref_4894 - language: *ref_4893 - operation: *ref_4895 - operationGroup: *ref_4850 + language: *ref_2943 + language: *ref_2940 + language: *ref_2939 + language: *ref_2992 + language: *ref_2991 + operation: *ref_2993 + operationGroup: *ref_2948 - operationId: RestorePointCollections_ListAll examples: - name: Gets the list of restore point collections in a subscription clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4897 - parameter: *ref_4896 - operation: *ref_4899 - operationGroup: *ref_4850 + language: *ref_2995 + parameter: *ref_2994 + operation: *ref_2997 + operationGroup: *ref_2948 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetRestorePointCollectionsInASubscription.json responses: '200': body: - schema: *ref_2291 + schema: *ref_1697 parentsValue: {} properties: value: - schema: *ref_1208 + schema: *ref_1207 elements: - schema: *ref_574 parentsValue: @@ -156917,54 +121784,54 @@ testModel: name: schema: *ref_588 rawValue: restorePointCollection1 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/restorePointCollections - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/resourceGroup1/providers/Microsoft.Compute/restorePointCollections/restorePointCollection1 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: provisioningState: schema: *ref_347 rawValue: Successful - language: *ref_4846 + language: *ref_2944 restorePointCollectionId: schema: *ref_348 rawValue: 59f04a5d-f783-4200-a1bd-d3f464e8c4b4 - language: *ref_4847 + language: *ref_2945 source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/VM_Test - language: *ref_4843 + language: *ref_2941 location: schema: *ref_345 rawValue: West US - language: *ref_4845 - language: *ref_4842 - language: *ref_4841 + language: *ref_2943 + language: *ref_2940 + language: *ref_2939 - schema: *ref_574 parentsValue: Resource: @@ -156974,94 +121841,94 @@ testModel: name: schema: *ref_588 rawValue: restorePointCollection2 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/restorePointCollections - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/resourceGroup2/providers/Microsoft.Compute/restorePointCollections/restorePointCollection2 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_608 + schema: *ref_607 parentsValue: {} properties: provisioningState: schema: *ref_347 rawValue: Deleting - language: *ref_4846 + language: *ref_2944 restorePointCollectionId: schema: *ref_348 rawValue: 2875c590-e337-4102-9668-4f5b7e3f98a4 - language: *ref_4847 + language: *ref_2945 source: - schema: *ref_720 + schema: *ref_719 parentsValue: {} properties: id: schema: *ref_346 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/VM_Prod - language: *ref_4843 + language: *ref_2941 location: schema: *ref_345 rawValue: West US - language: *ref_4845 - language: *ref_4842 - language: *ref_4841 - language: *ref_4894 - language: *ref_4898 - operation: *ref_4899 - operationGroup: *ref_4850 + language: *ref_2943 + language: *ref_2940 + language: *ref_2939 + language: *ref_2992 + language: *ref_2996 + operation: *ref_2997 + operationGroup: *ref_2948 - operationId: RestorePoints_Create examples: - name: Create a restore point clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4900 - parameter: *ref_2304 + language: *ref_2998 + parameter: *ref_1700 - exampleValue: schema: *ref_3 rawValue: rpcName - language: *ref_4901 - parameter: *ref_2305 + language: *ref_2999 + parameter: *ref_1701 - exampleValue: schema: *ref_3 rawValue: rpName - language: *ref_4902 - parameter: *ref_2306 + language: *ref_3000 + parameter: *ref_1702 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4904 - parameter: *ref_4903 + language: *ref_3002 + parameter: *ref_3001 - exampleValue: schema: *ref_349 parentsValue: {} properties: excludeDisks: - schema: *ref_1206 + schema: *ref_1205 elements: - schema: *ref_68 parentsValue: {} @@ -157069,12 +121936,12 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vm8768_disk2_fe6ffde4f69b491ca33fb984d5bcd89f - language: *ref_4680 - language: *ref_4886 - language: *ref_4905 - parameter: *ref_2302 - operation: *ref_4907 - operationGroup: *ref_4908 + language: *ref_2778 + language: *ref_2984 + language: *ref_3003 + parameter: *ref_1698 + operation: *ref_3005 + operationGroup: *ref_3006 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateARestorePoint.json responses: '201': @@ -157088,19 +121955,19 @@ testModel: name: schema: *ref_351 rawValue: rpName - language: *ref_4889 + language: *ref_2987 id: schema: *ref_350 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpcName/restorePoints/rpName - language: *ref_4888 - language: *ref_4887 + language: *ref_2986 + language: *ref_2985 properties: consistencyMode: schema: *ref_365 rawValue: ApplicationConsistent - language: *ref_4880 + language: *ref_2978 excludeDisks: - schema: *ref_1206 + schema: *ref_1205 elements: - schema: *ref_68 parentsValue: {} @@ -157108,37 +121975,37 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vm8768_disk2_fe6ffde4f69b491ca33fb984d5bcd89f - language: *ref_4680 - language: *ref_4886 + language: *ref_2778 + language: *ref_2984 provisioningDetails: - schema: *ref_725 + schema: *ref_724 parentsValue: {} properties: creationTime: schema: *ref_366 rawValue: '2021-01-27T20:35:05.8401519+00:00' - language: *ref_4882 + language: *ref_2980 statusCode: schema: *ref_368 rawValue: 0 - language: *ref_4884 + language: *ref_2982 statusMessage: schema: *ref_369 rawValue: >- {"jobMessage":"","messageStr":"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed ","snapshotConsistency":2} - language: *ref_4885 + language: *ref_2983 totalUsedSizeInBytes: schema: *ref_367 rawValue: 10835349504 - language: *ref_4883 - language: *ref_4881 + language: *ref_2981 + language: *ref_2979 provisioningState: schema: *ref_364 rawValue: Succeeded - language: *ref_4879 + language: *ref_2977 sourceMetadata: - schema: *ref_721 + schema: *ref_720 parentsValue: {} properties: diagnosticsProfile: @@ -157146,15 +122013,15 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4877 + language: *ref_2481 + language: *ref_2480 + language: *ref_2975 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -157162,8 +122029,8 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_B1s - language: *ref_4326 - language: *ref_4861 + language: *ref_2424 + language: *ref_2959 osProfile: schema: *ref_361 parentsValue: {} @@ -157171,23 +122038,23 @@ testModel: adminUsername: schema: *ref_177 rawValue: admin - language: *ref_4344 + language: *ref_2442 allowExtensionOperations: schema: *ref_199 rawValue: true - language: *ref_4349 + language: *ref_2447 computerName: schema: *ref_176 rawValue: computerName - language: *ref_4343 + language: *ref_2441 requireGuestProvisionSignal: schema: *ref_200 rawValue: true - language: *ref_4876 + language: *ref_2974 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -157195,31 +122062,31 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4875 + language: *ref_2444 + language: *ref_2443 + language: *ref_2973 storageProfile: - schema: *ref_722 + schema: *ref_721 parentsValue: {} properties: dataDisks: - schema: *ref_1205 + schema: *ref_1204 elements: - - schema: *ref_724 + - schema: *ref_723 parentsValue: {} properties: name: schema: *ref_359 rawValue: testingexcludedisk_DataDisk_1 - language: *ref_4871 + language: *ref_2969 caching: schema: *ref_161 rawValue: None - language: *ref_4872 + language: *ref_2970 diskRestorePoint: schema: *ref_68 parentsValue: {} @@ -157228,12 +122095,12 @@ testModel: schema: *ref_49 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/userdata/providers/Microsoft.Compute/restorePointCollections/mynewrpc/restorePoints/restorepointtwo/diskRestorePoints/testingexcludedisk_DataDisk_1_68785190-1acb-4d5e-a8ae-705b45f3dca5 - language: *ref_4680 - language: *ref_4874 + language: *ref_2778 + language: *ref_2972 lun: schema: *ref_358 rawValue: 1 - language: *ref_4870 + language: *ref_2968 managedDisk: schema: *ref_78 parentsValue: @@ -157244,27 +122111,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/userdata/providers/Microsoft.Compute/disks/testingexcludedisk_DataDisk_1 - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4873 - language: *ref_4869 + language: *ref_2462 + language: *ref_2971 + language: *ref_2967 osDisk: - schema: *ref_723 + schema: *ref_722 parentsValue: {} properties: name: schema: *ref_356 rawValue: testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f - language: *ref_4865 + language: *ref_2963 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4866 + language: *ref_2964 diskRestorePoint: schema: *ref_68 parentsValue: {} @@ -157273,8 +122140,8 @@ testModel: schema: *ref_49 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpcName/restorePoints/rpName/diskRestorePoints/testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f_22b4bdfe-6c54-4f72-84d8-85d8860f0c57 - language: *ref_4680 - language: *ref_4868 + language: *ref_2778 + language: *ref_2966 managedDisk: schema: *ref_78 parentsValue: @@ -157285,64 +122152,64 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4867 + language: *ref_2462 + language: *ref_2965 osType: schema: *ref_355 rawValue: Windows - language: *ref_4864 - language: *ref_4863 - language: *ref_4862 + language: *ref_2962 + language: *ref_2961 + language: *ref_2960 vmId: schema: *ref_363 rawValue: 76d6541e-80bd-4dc1-932b-3cae4cfb80e7 - language: *ref_4878 - language: *ref_4860 - language: *ref_4906 - operation: *ref_4907 - operationGroup: *ref_4908 + language: *ref_2976 + language: *ref_2958 + language: *ref_3004 + operation: *ref_3005 + operationGroup: *ref_3006 - operationId: RestorePoints_Delete examples: [] - operation: *ref_4909 - operationGroup: *ref_4908 + operation: *ref_3007 + operationGroup: *ref_3006 - operationId: RestorePoints_Get examples: - name: Get a restore point clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4910 - parameter: *ref_2322 + language: *ref_3008 + parameter: *ref_1706 - exampleValue: schema: *ref_3 rawValue: rpcName - language: *ref_4911 - parameter: *ref_2323 + language: *ref_3009 + parameter: *ref_1707 - exampleValue: schema: *ref_3 rawValue: rpName - language: *ref_4912 - parameter: *ref_2324 + language: *ref_3010 + parameter: *ref_1708 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4914 - parameter: *ref_4913 - operation: *ref_4916 - operationGroup: *ref_4908 + language: *ref_3012 + parameter: *ref_3011 + operation: *ref_3014 + operationGroup: *ref_3006 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetRestorePoint.json responses: '200': @@ -157356,19 +122223,19 @@ testModel: name: schema: *ref_351 rawValue: rpName - language: *ref_4889 + language: *ref_2987 id: schema: *ref_350 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpcName/restorePoints/rpName - language: *ref_4888 - language: *ref_4887 + language: *ref_2986 + language: *ref_2985 properties: consistencyMode: schema: *ref_365 rawValue: ApplicationConsistent - language: *ref_4880 + language: *ref_2978 excludeDisks: - schema: *ref_1206 + schema: *ref_1205 elements: - schema: *ref_68 parentsValue: {} @@ -157376,37 +122243,37 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vm8768_disk2_fe6ffde4f69b491ca33fb984d5bcd89f - language: *ref_4680 - language: *ref_4886 + language: *ref_2778 + language: *ref_2984 provisioningDetails: - schema: *ref_725 + schema: *ref_724 parentsValue: {} properties: creationTime: schema: *ref_366 rawValue: '2021-01-27T20:35:05.8401519+00:00' - language: *ref_4882 + language: *ref_2980 statusCode: schema: *ref_368 rawValue: 0 - language: *ref_4884 + language: *ref_2982 statusMessage: schema: *ref_369 rawValue: >- {"jobMessage":"","messageStr":"1/27/2021 8:35:56 PM , snapshotCreator=guestExtension, hostStatusCodePreSnapshot=200, Plugin enable Succeeded (command: Snapshot) Snapshot command completed ","snapshotConsistency":2} - language: *ref_4885 + language: *ref_2983 totalUsedSizeInBytes: schema: *ref_367 rawValue: 10835349504 - language: *ref_4883 - language: *ref_4881 + language: *ref_2981 + language: *ref_2979 provisioningState: schema: *ref_364 rawValue: Succeeded - language: *ref_4879 + language: *ref_2977 sourceMetadata: - schema: *ref_721 + schema: *ref_720 parentsValue: {} properties: diagnosticsProfile: @@ -157414,15 +122281,15 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_4877 + language: *ref_2481 + language: *ref_2480 + language: *ref_2975 hardwareProfile: schema: *ref_354 parentsValue: {} @@ -157430,8 +122297,8 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_B1s - language: *ref_4326 - language: *ref_4861 + language: *ref_2424 + language: *ref_2959 osProfile: schema: *ref_361 parentsValue: {} @@ -157439,23 +122306,23 @@ testModel: adminUsername: schema: *ref_177 rawValue: admin - language: *ref_4344 + language: *ref_2442 allowExtensionOperations: schema: *ref_199 rawValue: true - language: *ref_4349 + language: *ref_2447 computerName: schema: *ref_176 rawValue: computerName - language: *ref_4343 + language: *ref_2441 requireGuestProvisionSignal: schema: *ref_200 rawValue: true - language: *ref_4876 + language: *ref_2974 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -157463,31 +122330,31 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4875 + language: *ref_2444 + language: *ref_2443 + language: *ref_2973 storageProfile: - schema: *ref_722 + schema: *ref_721 parentsValue: {} properties: dataDisks: - schema: *ref_1205 + schema: *ref_1204 elements: - - schema: *ref_724 + - schema: *ref_723 parentsValue: {} properties: name: schema: *ref_359 rawValue: testingexcludedisk_DataDisk_1 - language: *ref_4871 + language: *ref_2969 caching: schema: *ref_161 rawValue: None - language: *ref_4872 + language: *ref_2970 diskRestorePoint: schema: *ref_68 parentsValue: {} @@ -157496,12 +122363,12 @@ testModel: schema: *ref_49 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/userdata/providers/Microsoft.Compute/restorePointCollections/mynewrpc/restorePoints/restorepointtwo/diskRestorePoints/testingexcludedisk_DataDisk_1_68785190-1acb-4d5e-a8ae-705b45f3dca5 - language: *ref_4680 - language: *ref_4874 + language: *ref_2778 + language: *ref_2972 lun: schema: *ref_358 rawValue: 1 - language: *ref_4870 + language: *ref_2968 managedDisk: schema: *ref_78 parentsValue: @@ -157512,27 +122379,27 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/userdata/providers/Microsoft.Compute/disks/testingexcludedisk_DataDisk_1 - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4873 - language: *ref_4869 + language: *ref_2462 + language: *ref_2971 + language: *ref_2967 osDisk: - schema: *ref_723 + schema: *ref_722 parentsValue: {} properties: name: schema: *ref_356 rawValue: testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f - language: *ref_4865 + language: *ref_2963 caching: schema: *ref_161 rawValue: ReadWrite - language: *ref_4866 + language: *ref_2964 diskRestorePoint: schema: *ref_68 parentsValue: {} @@ -157541,8 +122408,8 @@ testModel: schema: *ref_49 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpcName/restorePoints/rpName/diskRestorePoints/testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f_22b4bdfe-6c54-4f72-84d8-85d8860f0c57 - language: *ref_4680 - language: *ref_4868 + language: *ref_2778 + language: *ref_2966 managedDisk: schema: *ref_78 parentsValue: @@ -157553,128 +122420,128 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/testingexcludedisk_OsDisk_1_74cdaedcea50483d9833c96adefa100f - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4867 + language: *ref_2462 + language: *ref_2965 osType: schema: *ref_355 rawValue: Windows - language: *ref_4864 - language: *ref_4863 - language: *ref_4862 + language: *ref_2962 + language: *ref_2961 + language: *ref_2960 vmId: schema: *ref_363 rawValue: 76d6541e-80bd-4dc1-932b-3cae4cfb80e7 - language: *ref_4878 - language: *ref_4860 - language: *ref_4915 - operation: *ref_4916 - operationGroup: *ref_4908 + language: *ref_2976 + language: *ref_2958 + language: *ref_3013 + operation: *ref_3014 + operationGroup: *ref_3006 - operationId: VirtualMachineScaleSetExtensions_CreateOrUpdate examples: [] - operation: *ref_4918 - operationGroup: *ref_4917 + operation: *ref_3016 + operationGroup: *ref_3015 - operationId: VirtualMachineScaleSetExtensions_Update examples: [] - operation: *ref_4919 - operationGroup: *ref_4917 + operation: *ref_3017 + operationGroup: *ref_3015 - operationId: VirtualMachineScaleSetExtensions_Delete examples: [] - operation: *ref_4920 - operationGroup: *ref_4917 + operation: *ref_3018 + operationGroup: *ref_3015 - operationId: VirtualMachineScaleSetExtensions_Get examples: [] - operation: *ref_4921 - operationGroup: *ref_4917 + operation: *ref_3019 + operationGroup: *ref_3015 - operationId: VirtualMachineScaleSetExtensions_List examples: [] - operation: *ref_4922 - operationGroup: *ref_4917 + operation: *ref_3020 + operationGroup: *ref_3015 - operationId: VirtualMachineScaleSetRollingUpgrades_Cancel examples: [] - operation: *ref_4924 - operationGroup: *ref_4923 + operation: *ref_3022 + operationGroup: *ref_3021 - operationId: VirtualMachineScaleSetRollingUpgrades_StartOSUpgrade examples: [] - operation: *ref_4925 - operationGroup: *ref_4923 + operation: *ref_3023 + operationGroup: *ref_3021 - operationId: VirtualMachineScaleSetRollingUpgrades_StartExtensionUpgrade examples: - name: Start an extension rolling upgrade. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4926 - parameter: *ref_2394 + language: *ref_3024 + parameter: *ref_1733 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_4927 - parameter: *ref_2395 + language: *ref_3025 + parameter: *ref_1734 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4929 - parameter: *ref_4928 - operation: *ref_4930 - operationGroup: *ref_4923 + language: *ref_3027 + parameter: *ref_3026 + operation: *ref_3028 + operationGroup: *ref_3021 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/VMScaleSetExtensionRollingUpgrade.json responses: '200': {} '202': {} - operation: *ref_4930 - operationGroup: *ref_4923 + operation: *ref_3028 + operationGroup: *ref_3021 - operationId: VirtualMachineScaleSetRollingUpgrades_GetLatest examples: [] - operation: *ref_4931 - operationGroup: *ref_4923 + operation: *ref_3029 + operationGroup: *ref_3021 - operationId: VirtualMachineScaleSetVMExtensions_CreateOrUpdate examples: - name: Create VirtualMachineScaleSet VM extension. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4932 - parameter: *ref_2410 + language: *ref_3030 + parameter: *ref_1739 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_4933 - parameter: *ref_2411 + language: *ref_3031 + parameter: *ref_1740 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_4934 - parameter: *ref_2412 + language: *ref_3032 + parameter: *ref_1741 - exampleValue: schema: *ref_3 rawValue: myVMExtension - language: *ref_4935 - parameter: *ref_2413 + language: *ref_3033 + parameter: *ref_1742 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4937 - parameter: *ref_4936 + language: *ref_3035 + parameter: *ref_3034 - exampleValue: schema: *ref_123 parentsValue: {} @@ -157686,28 +122553,28 @@ testModel: type: schema: *ref_109 rawValue: extType - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 publisher: schema: *ref_108 rawValue: extPublisher - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_4940 - language: *ref_4465 + rawValue: *ref_3038 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.2' - language: *ref_4463 - language: *ref_4939 - language: *ref_4938 - parameter: *ref_2408 - operation: *ref_4948 - operationGroup: *ref_4949 + language: *ref_2561 + language: *ref_3037 + language: *ref_3036 + parameter: *ref_1737 + operation: *ref_3046 + operationGroup: *ref_3047 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateVirtualMachineScaleSetVMExtensions.json responses: '200': @@ -157721,17 +122588,17 @@ testModel: id: schema: *ref_125 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/extensions/myVMExtension - language: *ref_4218 - language: *ref_4945 + language: *ref_2316 + language: *ref_3043 properties: name: schema: *ref_105 rawValue: myVMExtension - language: *ref_4942 + language: *ref_3040 type: schema: *ref_106 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions - language: *ref_4943 + language: *ref_3041 properties: schema: *ref_149 parentsValue: {} @@ -157739,29 +122606,29 @@ testModel: type: schema: *ref_109 rawValue: extType - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 provisioningState: schema: *ref_111 rawValue: Creating - language: *ref_4467 + language: *ref_2565 publisher: schema: *ref_108 rawValue: extPublisher - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_4944 - language: *ref_4465 + rawValue: *ref_3042 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.2' - language: *ref_4463 - language: *ref_4939 - language: *ref_4941 + language: *ref_2561 + language: *ref_3037 + language: *ref_3039 '201': body: schema: *ref_123 @@ -157773,17 +122640,17 @@ testModel: id: schema: *ref_125 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/extensions/myVMExtension - language: *ref_4218 - language: *ref_4945 + language: *ref_2316 + language: *ref_3043 properties: name: schema: *ref_105 rawValue: myVMExtension - language: *ref_4942 + language: *ref_3040 type: schema: *ref_106 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions - language: *ref_4943 + language: *ref_3041 properties: schema: *ref_149 parentsValue: {} @@ -157791,99 +122658,99 @@ testModel: type: schema: *ref_109 rawValue: extType - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 provisioningState: schema: *ref_111 rawValue: Creating - language: *ref_4467 + language: *ref_2565 publisher: schema: *ref_108 rawValue: extPublisher - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_4947 - language: *ref_4465 + rawValue: *ref_3045 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.2' - language: *ref_4463 - language: *ref_4939 - language: *ref_4946 - operation: *ref_4948 - operationGroup: *ref_4949 + language: *ref_2561 + language: *ref_3037 + language: *ref_3044 + operation: *ref_3046 + operationGroup: *ref_3047 - operationId: VirtualMachineScaleSetVMExtensions_Update examples: - name: Update VirtualMachineScaleSet VM extension. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4950 - parameter: *ref_2423 + language: *ref_3048 + parameter: *ref_1745 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_4951 - parameter: *ref_2424 + language: *ref_3049 + parameter: *ref_1746 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_4952 - parameter: *ref_2425 + language: *ref_3050 + parameter: *ref_1747 - exampleValue: schema: *ref_3 rawValue: myVMExtension - language: *ref_4953 - parameter: *ref_2426 + language: *ref_3051 + parameter: *ref_1748 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4955 - parameter: *ref_4954 + language: *ref_3053 + parameter: *ref_3052 - exampleValue: schema: *ref_124 parentsValue: {} properties: properties: - schema: *ref_603 + schema: *ref_602 parentsValue: {} properties: type: schema: *ref_119 rawValue: extType - language: *ref_4959 + language: *ref_3057 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4961 + language: *ref_3059 publisher: schema: *ref_118 rawValue: extPublisher - language: *ref_4958 + language: *ref_3056 settings: schema: *ref_66 - rawValue: *ref_4963 - language: *ref_4962 + rawValue: *ref_3061 + language: *ref_3060 typeHandlerVersion: schema: *ref_120 rawValue: '1.2' - language: *ref_4960 - language: *ref_4957 - language: *ref_4956 - parameter: *ref_2421 - operation: *ref_4966 - operationGroup: *ref_4949 + language: *ref_3058 + language: *ref_3055 + language: *ref_3054 + parameter: *ref_1743 + operation: *ref_3064 + operationGroup: *ref_3047 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/UpdateVirtualMachineScaleSetVMExtensions.json responses: '200': @@ -157897,17 +122764,17 @@ testModel: id: schema: *ref_125 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/extensions/myVMExtension - language: *ref_4218 - language: *ref_4945 + language: *ref_2316 + language: *ref_3043 properties: name: schema: *ref_105 rawValue: myVMExtension - language: *ref_4942 + language: *ref_3040 type: schema: *ref_106 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions - language: *ref_4943 + language: *ref_3041 properties: schema: *ref_149 parentsValue: {} @@ -157915,112 +122782,112 @@ testModel: type: schema: *ref_109 rawValue: extType - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 provisioningState: schema: *ref_111 rawValue: Creating - language: *ref_4467 + language: *ref_2565 publisher: schema: *ref_108 rawValue: extPublisher - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_4965 - language: *ref_4465 + rawValue: *ref_3063 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.2' - language: *ref_4463 - language: *ref_4939 - language: *ref_4964 - operation: *ref_4966 - operationGroup: *ref_4949 + language: *ref_2561 + language: *ref_3037 + language: *ref_3062 + operation: *ref_3064 + operationGroup: *ref_3047 - operationId: VirtualMachineScaleSetVMExtensions_Delete examples: - name: Delete VirtualMachineScaleSet VM extension. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4967 - parameter: *ref_2434 + language: *ref_3065 + parameter: *ref_1749 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_4968 - parameter: *ref_2435 + language: *ref_3066 + parameter: *ref_1750 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_4969 - parameter: *ref_2436 + language: *ref_3067 + parameter: *ref_1751 - exampleValue: schema: *ref_3 rawValue: myVMExtension - language: *ref_4970 - parameter: *ref_2437 + language: *ref_3068 + parameter: *ref_1752 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4972 - parameter: *ref_4971 - operation: *ref_4973 - operationGroup: *ref_4949 + language: *ref_3070 + parameter: *ref_3069 + operation: *ref_3071 + operationGroup: *ref_3047 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/DeleteVirtualMachineScaleSetVMExtensions.json responses: '200': {} '202': {} '204': {} - operation: *ref_4973 - operationGroup: *ref_4949 + operation: *ref_3071 + operationGroup: *ref_3047 - operationId: VirtualMachineScaleSetVMExtensions_Get examples: - name: Get VirtualMachineScaleSet VM extension. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4974 - parameter: *ref_2446 + language: *ref_3072 + parameter: *ref_1753 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_4975 - parameter: *ref_2447 + language: *ref_3073 + parameter: *ref_1754 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_4976 - parameter: *ref_2448 + language: *ref_3074 + parameter: *ref_1755 - exampleValue: schema: *ref_3 rawValue: myVMExtension - language: *ref_4977 - parameter: *ref_2449 + language: *ref_3075 + parameter: *ref_1756 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4979 - parameter: *ref_4978 - operation: *ref_4982 - operationGroup: *ref_4949 + language: *ref_3077 + parameter: *ref_3076 + operation: *ref_3080 + operationGroup: *ref_3047 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineScaleSetVMExtensions.json responses: '200': @@ -158034,17 +122901,17 @@ testModel: id: schema: *ref_125 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/extensions/myVMExtension - language: *ref_4218 - language: *ref_4945 + language: *ref_2316 + language: *ref_3043 properties: name: schema: *ref_105 rawValue: myVMExtension - language: *ref_4942 + language: *ref_3040 type: schema: *ref_106 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions - language: *ref_4943 + language: *ref_3041 properties: schema: *ref_149 parentsValue: {} @@ -158052,72 +122919,72 @@ testModel: type: schema: *ref_109 rawValue: extType - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 provisioningState: schema: *ref_111 rawValue: Creating - language: *ref_4467 + language: *ref_2565 publisher: schema: *ref_108 rawValue: extPublisher - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_4981 - language: *ref_4465 + rawValue: *ref_3079 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.2' - language: *ref_4463 - language: *ref_4939 - language: *ref_4980 - operation: *ref_4982 - operationGroup: *ref_4949 + language: *ref_2561 + language: *ref_3037 + language: *ref_3078 + operation: *ref_3080 + operationGroup: *ref_3047 - operationId: VirtualMachineScaleSetVMExtensions_List examples: - name: List extensions in Vmss instance. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4983 - parameter: *ref_2457 + language: *ref_3081 + parameter: *ref_1758 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_4984 - parameter: *ref_2458 + language: *ref_3082 + parameter: *ref_1759 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_4985 - parameter: *ref_2459 + language: *ref_3083 + parameter: *ref_1760 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4987 - parameter: *ref_4986 - operation: *ref_4992 - operationGroup: *ref_4949 + language: *ref_3085 + parameter: *ref_3084 + operation: *ref_3090 + operationGroup: *ref_3047 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListVirtualMachineScaleSetVMExtensions.json responses: '200': body: - schema: *ref_2460 + schema: *ref_1762 parentsValue: {} properties: value: - schema: *ref_1240 + schema: *ref_1239 elements: - schema: *ref_123 parentsValue: @@ -158128,17 +122995,17 @@ testModel: id: schema: *ref_125 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/extensions/myVMExtension - language: *ref_4218 - language: *ref_4945 + language: *ref_2316 + language: *ref_3043 properties: name: schema: *ref_105 rawValue: myVMExtension - language: *ref_4942 + language: *ref_3040 type: schema: *ref_106 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions - language: *ref_4943 + language: *ref_3041 properties: schema: *ref_149 parentsValue: {} @@ -158146,28 +123013,28 @@ testModel: type: schema: *ref_109 rawValue: extType - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 provisioningState: schema: *ref_111 rawValue: Succeeded - language: *ref_4467 + language: *ref_2565 publisher: schema: *ref_108 rawValue: extPublisher - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_4990 - language: *ref_4465 + rawValue: *ref_3088 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.2' - language: *ref_4463 - language: *ref_4939 + language: *ref_2561 + language: *ref_3037 - schema: *ref_123 parentsValue: SubResourceReadOnly: @@ -158177,17 +123044,17 @@ testModel: id: schema: *ref_125 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/extensions/myVMExtension1 - language: *ref_4218 - language: *ref_4945 + language: *ref_2316 + language: *ref_3043 properties: name: schema: *ref_105 rawValue: myVMExtension1 - language: *ref_4942 + language: *ref_3040 type: schema: *ref_106 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/extensions - language: *ref_4943 + language: *ref_3041 properties: schema: *ref_149 parentsValue: {} @@ -158195,124 +123062,124 @@ testModel: type: schema: *ref_109 rawValue: extType1 - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 provisioningState: schema: *ref_111 rawValue: Succeeded - language: *ref_4467 + language: *ref_2565 publisher: schema: *ref_108 rawValue: extPublisher1 - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_4991 - language: *ref_4465 + rawValue: *ref_3089 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.0' - language: *ref_4463 - language: *ref_4939 - language: *ref_4989 - language: *ref_4988 - operation: *ref_4992 - operationGroup: *ref_4949 + language: *ref_2561 + language: *ref_3037 + language: *ref_3087 + language: *ref_3086 + operation: *ref_3090 + operationGroup: *ref_3047 - operationId: VirtualMachineScaleSetVMs_Reimage examples: [] - operation: *ref_4994 - operationGroup: *ref_4993 + operation: *ref_3092 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_ReimageAll examples: [] - operation: *ref_4995 - operationGroup: *ref_4993 + operation: *ref_3093 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_Deallocate examples: [] - operation: *ref_4996 - operationGroup: *ref_4993 + operation: *ref_3094 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_Update examples: [] - operation: *ref_4997 - operationGroup: *ref_4993 + operation: *ref_3095 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_Delete examples: - name: Force Delete a virtual machine from a VM scale set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_4998 - parameter: *ref_2509 + language: *ref_3096 + parameter: *ref_1779 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_4999 - parameter: *ref_2510 + language: *ref_3097 + parameter: *ref_1780 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5000 - parameter: *ref_2511 + language: *ref_3098 + parameter: *ref_1781 - exampleValue: - schema: *ref_1813 + schema: *ref_1521 rawValue: 'true' - language: *ref_5001 - parameter: *ref_2505 + language: *ref_3099 + parameter: *ref_1782 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2020-06-01' - language: *ref_5003 - parameter: *ref_5002 - operation: *ref_5004 - operationGroup: *ref_4993 + language: *ref_3101 + parameter: *ref_3100 + operation: *ref_3102 + operationGroup: *ref_3091 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ForceDeleteVirtualMachineScaleSetVM.json responses: '200': {} '202': {} '204': {} - operation: *ref_5004 - operationGroup: *ref_4993 + operation: *ref_3102 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_Get examples: - name: Get VM scale set VM with UserData clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5005 - parameter: *ref_2517 + language: *ref_3103 + parameter: *ref_1783 - exampleValue: schema: *ref_3 rawValue: '{vmss-name}' - language: *ref_5006 - parameter: *ref_2518 + language: *ref_3104 + parameter: *ref_1784 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5007 - parameter: *ref_2519 + language: *ref_3105 + parameter: *ref_1785 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5009 - parameter: *ref_5008 - operation: *ref_5027 - operationGroup: *ref_4993 + language: *ref_3107 + parameter: *ref_3106 + operation: *ref_3125 + operationGroup: *ref_3091 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineScaleSetVMWithUserData.json responses: '200': @@ -158326,30 +123193,30 @@ testModel: name: schema: *ref_588 rawValue: '{vmss-vm-name}' - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}/virtualMachines/0 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: myTag1: schema: *ref_2 rawValue: tagValue1 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_829 + schema: *ref_828 parentsValue: {} properties: diagnosticsProfile: @@ -158357,34 +123224,34 @@ testModel: parentsValue: {} properties: bootDiagnostics: - schema: *ref_693 + schema: *ref_692 parentsValue: {} properties: enabled: schema: *ref_217 rawValue: true - language: *ref_4383 - language: *ref_4382 - language: *ref_5021 + language: *ref_2481 + language: *ref_2480 + language: *ref_3119 hardwareProfile: schema: *ref_354 parentsValue: {} properties: {} - language: *ref_5014 + language: *ref_3112 latestModelApplied: schema: *ref_380 rawValue: true - language: *ref_5012 + language: *ref_3110 modelDefinitionApplied: schema: *ref_396 rawValue: VirtualMachineScaleSet - language: *ref_5023 + language: *ref_3121 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -158395,17 +123262,17 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/{vmss-name}/virtualMachines/0/networkInterfaces/vmsstestnetconfig5415 - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: {} - language: *ref_4351 - language: *ref_5018 + language: *ref_2449 + language: *ref_3116 networkProfileConfiguration: - schema: *ref_831 + schema: *ref_830 parentsValue: {} properties: networkInterfaceConfigurations: - schema: *ref_1244 + schema: *ref_1243 elements: - schema: *ref_80 parentsValue: {} @@ -158413,9 +123280,9 @@ testModel: name: schema: *ref_58 rawValue: vmsstestnetconfig5415 - language: *ref_4672 + language: *ref_2770 properties: - schema: *ref_709 + schema: *ref_708 parentsValue: {} properties: dnsSettings: @@ -158423,20 +123290,20 @@ testModel: parentsValue: {} properties: dnsServers: - schema: *ref_1188 + schema: *ref_1187 elements: [] - language: *ref_4700 - language: *ref_4699 + language: *ref_2798 + language: *ref_2797 enableAcceleratedNetworking: schema: *ref_59 rawValue: false - language: *ref_4698 + language: *ref_2796 enableIPForwarding: schema: *ref_63 rawValue: false - language: *ref_4693 + language: *ref_2791 ipConfigurations: - schema: *ref_1194 + schema: *ref_1193 elements: - schema: *ref_62 parentsValue: {} @@ -158444,15 +123311,15 @@ testModel: name: schema: *ref_48 rawValue: vmsstestnetconfig9693 - language: *ref_4677 + language: *ref_2775 properties: - schema: *ref_710 + schema: *ref_709 parentsValue: {} properties: privateIPAddressVersion: schema: *ref_55 rawValue: IPv4 - language: *ref_4701 + language: *ref_2799 subnet: schema: *ref_68 parentsValue: {} @@ -158460,17 +123327,17 @@ testModel: id: schema: *ref_49 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/virtualNetworks/vn4071/subnets/sn5503 - language: *ref_4680 - language: *ref_4679 - language: *ref_4678 - language: *ref_4676 + language: *ref_2778 + language: *ref_2777 + language: *ref_2776 + language: *ref_2774 primary: schema: *ref_46 rawValue: true - language: *ref_4674 - language: *ref_4673 - language: *ref_5020 - language: *ref_5019 + language: *ref_2772 + language: *ref_2771 + language: *ref_3118 + language: *ref_3117 osProfile: schema: *ref_361 parentsValue: {} @@ -158478,23 +123345,23 @@ testModel: adminUsername: schema: *ref_177 rawValue: Foo12 - language: *ref_4344 + language: *ref_2442 allowExtensionOperations: schema: *ref_199 rawValue: true - language: *ref_4349 + language: *ref_2447 computerName: schema: *ref_176 rawValue: test000000 - language: *ref_4343 + language: *ref_2441 requireGuestProvisionSignal: schema: *ref_200 rawValue: true - language: *ref_4876 + language: *ref_2974 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -158502,47 +123369,47 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_5017 + language: *ref_2444 + language: *ref_2443 + language: *ref_3115 provisioningState: schema: *ref_394 rawValue: Succeeded - language: *ref_5022 + language: *ref_3120 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: - - schema: *ref_673 + - schema: *ref_672 parentsValue: {} properties: name: schema: *ref_169 rawValue: vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d - language: *ref_4413 + language: *ref_2511 caching: schema: *ref_161 rawValue: None - language: *ref_4414 + language: *ref_2512 createOption: schema: *ref_165 rawValue: Empty - language: *ref_4411 + language: *ref_2509 diskSizeGB: schema: *ref_170 rawValue: 128 - language: *ref_4412 + language: *ref_2510 lun: schema: *ref_168 rawValue: 1 - language: *ref_4409 + language: *ref_2507 managedDisk: schema: *ref_78 parentsValue: @@ -158553,19 +123420,19 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_disk2_6c4f554bdafa49baa780eb2d128ff39d - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4419 + language: *ref_2462 + language: *ref_2517 toBeDetached: schema: *ref_171 rawValue: false - language: *ref_4430 - language: *ref_4341 + language: *ref_2528 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -158573,44 +123440,44 @@ testModel: exactVersion: schema: *ref_43 rawValue: 4.127.20180315 - language: *ref_5016 + language: *ref_3114 offer: schema: *ref_40 rawValue: WindowsServer - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: MicrosoftWindowsServer - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: 2012-R2-Datacenter - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: 4.127.20180315 - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: None - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 diskSizeGB: schema: *ref_166 rawValue: 127 - language: *ref_4340 + language: *ref_2438 managedDisk: schema: *ref_78 parentsValue: @@ -158621,31 +123488,31 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/vmss3176_vmss3176_0_OsDisk_1_6d72b805e50e4de6830303c5055077fc - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_5015 + language: *ref_2432 + language: *ref_2431 + language: *ref_3113 userData: schema: *ref_399 rawValue: RXhhbXBsZSBVc2VyRGF0YQ== - language: *ref_5024 + language: *ref_3122 vmId: schema: *ref_381 rawValue: 42af9fdf-b906-4ad7-9905-8316209ff619 - language: *ref_5013 - language: *ref_5011 + language: *ref_3111 + language: *ref_3109 resources: - schema: *ref_1245 + schema: *ref_1244 elements: - schema: *ref_278 parentsValue: @@ -158656,27 +123523,27 @@ testModel: name: schema: *ref_588 rawValue: CustomScriptExtension-DSC - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines/extensions - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM/extensions/CustomScriptExtension-DSC - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: west us - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: displayName: schema: *ref_2 rawValue: CustomScriptExtension-DSC - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: schema: *ref_149 @@ -158685,81 +123552,81 @@ testModel: type: schema: *ref_109 rawValue: CustomScriptExtension - language: *ref_4462 + language: *ref_2560 autoUpgradeMinorVersion: schema: *ref_98 rawValue: true - language: *ref_4464 + language: *ref_2562 provisioningState: schema: *ref_111 rawValue: Succeeded - language: *ref_4467 + language: *ref_2565 publisher: schema: *ref_108 rawValue: Microsoft.Compute - language: *ref_4461 + language: *ref_2559 settings: schema: *ref_66 - rawValue: *ref_5026 - language: *ref_4465 + rawValue: *ref_3124 + language: *ref_2563 typeHandlerVersion: schema: *ref_110 rawValue: '1.9' - language: *ref_4463 - language: *ref_4460 - language: *ref_5025 - language: *ref_5010 - operation: *ref_5027 - operationGroup: *ref_4993 + language: *ref_2561 + language: *ref_2558 + language: *ref_3123 + language: *ref_3108 + operation: *ref_3125 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_GetInstanceView examples: - name: Get instance view of a virtual machine from a VM scale set placed on a dedicated host group through automatic placement. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5028 - parameter: *ref_2524 + language: *ref_3126 + parameter: *ref_1787 - exampleValue: schema: *ref_3 rawValue: myVirtualMachineScaleSet - language: *ref_5029 - parameter: *ref_2525 + language: *ref_3127 + parameter: *ref_1788 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5030 - parameter: *ref_2526 + language: *ref_3128 + parameter: *ref_1789 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5032 - parameter: *ref_5031 - operation: *ref_5044 - operationGroup: *ref_4993 + language: *ref_3130 + parameter: *ref_3129 + operation: *ref_3142 + operationGroup: *ref_3091 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineScaleSetVMInstanceViewAutoPlacedOnDedicatedHostGroup.json responses: '200': body: - schema: *ref_830 + schema: *ref_829 parentsValue: {} properties: assignedHost: schema: *ref_390 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/hostGroups/myHostGroup/hosts/myHost - language: *ref_5043 + language: *ref_3141 bootDiagnostics: schema: *ref_389 rawValue: null - language: *ref_5041 + language: *ref_3139 disks: - schema: *ref_1241 + schema: *ref_1240 elements: - schema: *ref_387 parentsValue: {} @@ -158767,13 +123634,13 @@ testModel: name: schema: *ref_240 rawValue: myOSDisk - language: *ref_4491 + language: *ref_2589 encryptionSettings: - schema: *ref_1176 + schema: *ref_1175 rawValue: null - language: *ref_5039 + language: *ref_3137 statuses: - schema: *ref_1177 + schema: *ref_1176 elements: - schema: *ref_89 parentsValue: {} @@ -158781,39 +123648,39 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: null - language: *ref_4488 + language: *ref_2586 time: schema: *ref_88 rawValue: '2021-03-01T04:58:58.0882815+00:00' - language: *ref_4489 - language: *ref_4492 - language: *ref_5038 + language: *ref_2587 + language: *ref_2590 + language: *ref_3136 platformFaultDomain: schema: *ref_383 rawValue: 0 - language: *ref_5035 + language: *ref_3133 platformUpdateDomain: schema: *ref_382 rawValue: 0 - language: *ref_5034 + language: *ref_3132 rdpThumbPrint: schema: *ref_384 rawValue: null - language: *ref_5036 + language: *ref_3134 statuses: - schema: *ref_1243 + schema: *ref_1242 elements: - schema: *ref_89 parentsValue: {} @@ -158821,57 +123688,57 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: null - language: *ref_4488 + language: *ref_2586 time: schema: *ref_88 rawValue: '2020-06-05T04:59:58.1852966+00:00' - language: *ref_4489 + language: *ref_2587 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: PowerState/running - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: VM running - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: null - language: *ref_4488 + language: *ref_2586 time: schema: *ref_88 rawValue: null - language: *ref_4489 - language: *ref_5042 + language: *ref_2587 + language: *ref_3140 vmAgent: schema: *ref_385 parentsValue: {} properties: extensionHandlers: - schema: *ref_1174 + schema: *ref_1173 rawValue: null - language: *ref_4483 + language: *ref_2581 statuses: - schema: *ref_1175 + schema: *ref_1174 elements: - schema: *ref_89 parentsValue: {} @@ -158879,209 +123746,209 @@ testModel: code: schema: *ref_84 rawValue: ProvisioningState/Unavailable - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Not Ready - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Warning - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: VM status blob is found but not yet populated. - language: *ref_4488 + language: *ref_2586 time: schema: *ref_88 rawValue: '2021-03-01T05:00:32+00:00' - language: *ref_4489 - language: *ref_4487 + language: *ref_2587 + language: *ref_2585 vmAgentVersion: schema: *ref_230 rawValue: Unknown - language: *ref_4482 - language: *ref_5037 + language: *ref_2580 + language: *ref_3135 extensions: - schema: *ref_1242 + schema: *ref_1241 rawValue: null - language: *ref_5040 - language: *ref_5033 - operation: *ref_5044 - operationGroup: *ref_4993 + language: *ref_3138 + language: *ref_3131 + operation: *ref_3142 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_List examples: [] - operation: *ref_5045 - operationGroup: *ref_4993 + operation: *ref_3143 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_PowerOff examples: [] - operation: *ref_5046 - operationGroup: *ref_4993 + operation: *ref_3144 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_Restart examples: [] - operation: *ref_5047 - operationGroup: *ref_4993 + operation: *ref_3145 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_Start examples: [] - operation: *ref_5048 - operationGroup: *ref_4993 + operation: *ref_3146 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_Redeploy examples: [] - operation: *ref_5049 - operationGroup: *ref_4993 + operation: *ref_3147 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_RetrieveBootDiagnosticsData examples: - name: RetrieveBootDiagnosticsData of a virtual machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ResourceGroup - language: *ref_5050 - parameter: *ref_2581 + language: *ref_3148 + parameter: *ref_1809 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_5051 - parameter: *ref_2582 + language: *ref_3149 + parameter: *ref_1810 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5052 - parameter: *ref_2583 + language: *ref_3150 + parameter: *ref_1811 - exampleValue: - schema: *ref_1598 + schema: *ref_1424 rawValue: 60 - language: *ref_5053 - parameter: *ref_2579 + language: *ref_3151 + parameter: *ref_1812 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5055 - parameter: *ref_5054 - operation: *ref_5057 - operationGroup: *ref_4993 + language: *ref_3153 + parameter: *ref_3152 + operation: *ref_3155 + operationGroup: *ref_3091 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/RetrieveBootDiagnosticsDataVMScaleSetVM.json responses: '200': body: - schema: *ref_1931 + schema: *ref_1559 parentsValue: {} properties: consoleScreenshotBlobUri: - schema: *ref_732 + schema: *ref_731 rawValue: https://storageuri/myvmScaleSetinstance.screenshot.bmp?{saskey} - language: *ref_4571 + language: *ref_2669 serialConsoleLogBlobUri: - schema: *ref_733 + schema: *ref_732 rawValue: https://storageuri/myvmScaleSetinstance.serialconsole.log?{saskey} - language: *ref_4572 - language: *ref_5056 - operation: *ref_5057 - operationGroup: *ref_4993 + language: *ref_2670 + language: *ref_3154 + operation: *ref_3155 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_PerformMaintenance examples: [] - operation: *ref_5058 - operationGroup: *ref_4993 + operation: *ref_3156 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_SimulateEviction examples: - name: Simulate Eviction a virtual machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ResourceGroup - language: *ref_5059 - parameter: *ref_2596 + language: *ref_3157 + parameter: *ref_1816 - exampleValue: schema: *ref_3 rawValue: VmScaleSetName - language: *ref_5060 - parameter: *ref_2597 + language: *ref_3158 + parameter: *ref_1817 - exampleValue: schema: *ref_3 rawValue: InstanceId - language: *ref_5061 - parameter: *ref_2598 + language: *ref_3159 + parameter: *ref_1818 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5063 - parameter: *ref_5062 - operation: *ref_5064 - operationGroup: *ref_4993 + language: *ref_3161 + parameter: *ref_3160 + operation: *ref_3162 + operationGroup: *ref_3091 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/SimulateEvictionOfVmssVM.json responses: '204': {} - operation: *ref_5064 - operationGroup: *ref_4993 + operation: *ref_3162 + operationGroup: *ref_3091 - operationId: VirtualMachineScaleSetVMs_RunCommand examples: - name: VirtualMachineScaleSetVMs_RunCommand clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5065 - parameter: *ref_2604 + language: *ref_3163 + parameter: *ref_1821 - exampleValue: schema: *ref_3 rawValue: myVirtualMachineScaleSet - language: *ref_5066 - parameter: *ref_2605 + language: *ref_3164 + parameter: *ref_1822 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5067 - parameter: *ref_2606 + language: *ref_3165 + parameter: *ref_1823 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5069 - parameter: *ref_5068 + language: *ref_3167 + parameter: *ref_3166 - exampleValue: - schema: *ref_1971 + schema: *ref_1573 parentsValue: {} properties: commandId: - schema: *ref_861 + schema: *ref_860 rawValue: RunPowerShellScript - language: *ref_4639 + language: *ref_2737 script: - schema: *ref_1251 + schema: *ref_1250 elements: - - schema: *ref_862 + - schema: *ref_861 rawValue: "# Test multi-line string\r\nWrite-Host Hello World!" - language: *ref_5071 - language: *ref_5070 - parameter: *ref_2602 - operation: *ref_5073 - operationGroup: *ref_4993 + language: *ref_3169 + language: *ref_3168 + parameter: *ref_1819 + operation: *ref_3171 + operationGroup: *ref_3091 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/VMScaleSetRunCommand.json responses: '200': body: - schema: *ref_1977 + schema: *ref_1579 parentsValue: {} properties: value: - schema: *ref_1253 + schema: *ref_1252 elements: - schema: *ref_89 parentsValue: {} @@ -159089,603 +123956,603 @@ testModel: code: schema: *ref_84 rawValue: ComponentStatus/StdOut/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: Hello World! - language: *ref_4488 + language: *ref_2586 - schema: *ref_89 parentsValue: {} properties: code: schema: *ref_84 rawValue: ComponentStatus/StdErr/succeeded - language: *ref_4229 + language: *ref_2327 displayStatus: schema: *ref_86 rawValue: Provisioning succeeded - language: *ref_4231 + language: *ref_2329 level: schema: *ref_85 rawValue: Info - language: *ref_4230 + language: *ref_2328 message: schema: *ref_87 rawValue: '' - language: *ref_4488 - language: *ref_4641 - language: *ref_5072 + language: *ref_2586 + language: *ref_2739 + language: *ref_3170 '202': {} - operation: *ref_5073 - operationGroup: *ref_4993 + operation: *ref_3171 + operationGroup: *ref_3091 - operationId: LogAnalytics_ExportRequestRateByInterval examples: - name: Export logs which contain all Api requests made to Compute Resource Provider within the given time period broken down by intervals. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1764 + schema: *ref_1503 rawValue: westus - language: *ref_5074 - parameter: *ref_2616 + language: *ref_3172 + parameter: *ref_1826 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5076 - parameter: *ref_5075 + language: *ref_3174 + parameter: *ref_3173 - exampleValue: - schema: *ref_834 + schema: *ref_833 parentsValue: LogAnalyticsInputBase: - schema: *ref_835 + schema: *ref_834 parentsValue: {} properties: blobContainerSasUri: - schema: *ref_837 + schema: *ref_836 rawValue: https://somesasuri - language: *ref_5080 + language: *ref_3178 fromTime: - schema: *ref_838 + schema: *ref_837 rawValue: '2018-01-21T01:54:06.862601Z' - language: *ref_5081 + language: *ref_3179 groupByResourceName: - schema: *ref_842 + schema: *ref_841 rawValue: true - language: *ref_5083 + language: *ref_3181 toTime: - schema: *ref_839 + schema: *ref_838 rawValue: '2018-01-23T01:54:06.862601Z' - language: *ref_5082 - language: *ref_5079 + language: *ref_3180 + language: *ref_3177 properties: intervalLength: - schema: *ref_845 + schema: *ref_844 rawValue: FiveMins - language: *ref_5078 - language: *ref_5077 - parameter: *ref_2614 - operation: *ref_5087 - operationGroup: *ref_5088 + language: *ref_3176 + language: *ref_3175 + parameter: *ref_1824 + operation: *ref_3185 + operationGroup: *ref_3186 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/LogAnalyticsRequestRateByInterval.json responses: '200': body: - schema: *ref_2617 + schema: *ref_1827 parentsValue: {} properties: properties: - schema: *ref_847 + schema: *ref_846 parentsValue: {} properties: output: - schema: *ref_846 + schema: *ref_845 rawValue: https://crptestar4227.blob.core.windows.net:443/sascontainer/RequestRateByInterval_20180121-0154_20180123-0154.csv - language: *ref_5086 - language: *ref_5085 - language: *ref_5084 + language: *ref_3184 + language: *ref_3183 + language: *ref_3182 '202': {} - operation: *ref_5087 - operationGroup: *ref_5088 + operation: *ref_3185 + operationGroup: *ref_3186 - operationId: LogAnalytics_ExportThrottledRequests examples: - name: Export logs which contain all throttled Api requests made to Compute Resource Provider within the given time period. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1764 + schema: *ref_1503 rawValue: westus - language: *ref_5089 - parameter: *ref_2627 + language: *ref_3187 + parameter: *ref_1830 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5091 - parameter: *ref_5090 + language: *ref_3189 + parameter: *ref_3188 - exampleValue: - schema: *ref_836 + schema: *ref_835 parentsValue: LogAnalyticsInputBase: - schema: *ref_835 + schema: *ref_834 parentsValue: {} properties: blobContainerSasUri: - schema: *ref_837 + schema: *ref_836 rawValue: https://somesasuri - language: *ref_5080 + language: *ref_3178 fromTime: - schema: *ref_838 + schema: *ref_837 rawValue: '2018-01-21T01:54:06.862601Z' - language: *ref_5081 + language: *ref_3179 groupByClientApplicationId: - schema: *ref_843 + schema: *ref_842 rawValue: false - language: *ref_5094 + language: *ref_3192 groupByOperationName: - schema: *ref_841 + schema: *ref_840 rawValue: true - language: *ref_5093 + language: *ref_3191 groupByResourceName: - schema: *ref_842 + schema: *ref_841 rawValue: false - language: *ref_5083 + language: *ref_3181 groupByUserAgent: - schema: *ref_844 + schema: *ref_843 rawValue: false - language: *ref_5095 + language: *ref_3193 toTime: - schema: *ref_839 + schema: *ref_838 rawValue: '2018-01-23T01:54:06.862601Z' - language: *ref_5082 - language: *ref_5079 + language: *ref_3180 + language: *ref_3177 properties: {} - language: *ref_5092 - parameter: *ref_2625 - operation: *ref_5097 - operationGroup: *ref_5088 + language: *ref_3190 + parameter: *ref_1828 + operation: *ref_3195 + operationGroup: *ref_3186 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/LogAnalyticsThrottledRequests.json responses: '200': body: - schema: *ref_2617 + schema: *ref_1827 parentsValue: {} properties: properties: - schema: *ref_847 + schema: *ref_846 parentsValue: {} properties: output: - schema: *ref_846 + schema: *ref_845 rawValue: https://crptestar4227.blob.core.windows.net:443/sascontainer/ThrottledRequests_20180121-0154_20180123-0154.csv - language: *ref_5086 - language: *ref_5085 - language: *ref_5096 + language: *ref_3184 + language: *ref_3183 + language: *ref_3194 '202': {} - operation: *ref_5097 - operationGroup: *ref_5088 + operation: *ref_3195 + operationGroup: *ref_3186 - operationId: VirtualMachineRunCommands_List examples: - name: VirtualMachineRunCommandList clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: subid - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1764 + schema: *ref_1503 rawValue: SoutheastAsia - language: *ref_5098 - parameter: *ref_2635 + language: *ref_3196 + parameter: *ref_1831 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5100 - parameter: *ref_5099 - operation: *ref_5108 - operationGroup: *ref_5109 + language: *ref_3198 + parameter: *ref_3197 + operation: *ref_3206 + operationGroup: *ref_3207 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/VirtualMachineRunCommandList.json responses: '200': body: - schema: *ref_2636 + schema: *ref_1832 parentsValue: {} properties: value: - schema: *ref_1248 + schema: *ref_1247 elements: - - schema: *ref_848 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Configure the machine to enable remote PowerShell. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: EnableRemotePS - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Enable remote PowerShell - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Shows detailed information for the IP address, subnet mask and default gateway for each adapter bound to TCP/IP. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: IPConfig - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: List IP configuration - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Custom multiline PowerShell script should be defined in script property. Optional parameters can be set in parameters property. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: RunPowerShellScript - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Executes a PowerShell script - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Custom multiline shell script should be defined in script property. Optional parameters can be set in parameters property. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: RunShellScript - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Executes a Linux shell script - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Linux - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Get the configuration of all network interfaces. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: ifconfig - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: List network configuration - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Linux - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Checks if the local Administrator account is disabled, and if so enables it. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: EnableAdminAccount - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Enable administrator account - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Reset built-in Administrator account password. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: ResetAccountPassword - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Reset built-in Administrator account password - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Checks registry settings and domain policy settings. Suggests policy actions if machine is part of a domain or modifies the settings to default values. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: RDPSettings - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Verify RDP Listener Settings - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Sets the default or user specified port number for Remote Desktop connections. Enables firewall rule for inbound access to the port. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: SetRDPPort - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Set Remote Desktop port - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - - schema: *ref_848 + language: *ref_3203 + - schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Removes the SSL certificate tied to the RDP listener and restores the RDP listerner security to default. Use this script if you see any issues with the certificate. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: ResetRDPCert - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Restore RDP Authentication mode to defaults - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - language: *ref_5102 - language: *ref_5101 - operation: *ref_5108 - operationGroup: *ref_5109 + language: *ref_3203 + language: *ref_3200 + language: *ref_3199 + operation: *ref_3206 + operationGroup: *ref_3207 - operationId: VirtualMachineRunCommands_Get examples: - name: VirtualMachineRunCommandGet clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: 24fb23e3-6ba3-41f0-9b6e-e41131d5d61e - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1764 + schema: *ref_1503 rawValue: SoutheastAsia - language: *ref_5110 - parameter: *ref_2642 + language: *ref_3208 + parameter: *ref_1833 - exampleValue: schema: *ref_3 rawValue: RunPowerShellScript - language: *ref_5111 - parameter: *ref_2643 + language: *ref_3209 + parameter: *ref_1834 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5113 - parameter: *ref_5112 - operation: *ref_5121 - operationGroup: *ref_5109 + language: *ref_3211 + parameter: *ref_3210 + operation: *ref_3219 + operationGroup: *ref_3207 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/VirtualMachineRunCommandGet.json responses: '200': body: - schema: *ref_854 + schema: *ref_853 parentsValue: RunCommandDocumentBase: - schema: *ref_848 + schema: *ref_847 parentsValue: {} properties: description: - schema: *ref_858 + schema: *ref_857 rawValue: Custom multiline PowerShell script should be defined in script property. Optional parameters can be set in parameters property. - language: *ref_5107 + language: *ref_3205 $schema: - schema: *ref_855 + schema: *ref_854 rawValue: http://schema.management.azure.com/schemas/2016-11-17/runcommands.json - language: *ref_5103 + language: *ref_3201 id: - schema: *ref_856 + schema: *ref_855 rawValue: RunPowerShellScript - language: *ref_5104 + language: *ref_3202 label: - schema: *ref_857 + schema: *ref_856 rawValue: Executes a PowerShell script - language: *ref_5106 + language: *ref_3204 osType: schema: *ref_26 rawValue: Windows - language: *ref_5105 - language: *ref_5120 + language: *ref_3203 + language: *ref_3218 properties: parameters: - schema: *ref_1250 + schema: *ref_1249 elements: - - schema: *ref_860 + - schema: *ref_859 parentsValue: {} properties: name: - schema: *ref_850 + schema: *ref_849 rawValue: arg1 - language: *ref_5117 + language: *ref_3215 type: - schema: *ref_851 + schema: *ref_850 rawValue: string - language: *ref_5118 + language: *ref_3216 defaultValue: - schema: *ref_852 + schema: *ref_851 rawValue: value1 - language: *ref_5119 - - schema: *ref_860 + language: *ref_3217 + - schema: *ref_859 parentsValue: {} properties: name: - schema: *ref_850 + schema: *ref_849 rawValue: arg2 - language: *ref_5117 + language: *ref_3215 type: - schema: *ref_851 + schema: *ref_850 rawValue: string - language: *ref_5118 + language: *ref_3216 defaultValue: - schema: *ref_852 + schema: *ref_851 rawValue: value2 - language: *ref_5119 - language: *ref_5116 + language: *ref_3217 + language: *ref_3214 script: - schema: *ref_1249 + schema: *ref_1248 elements: - - schema: *ref_849 + - schema: *ref_848 rawValue: param( - - schema: *ref_849 + - schema: *ref_848 rawValue: ' [string]$arg1,' - - schema: *ref_849 + - schema: *ref_848 rawValue: ' [string]$arg2' - - schema: *ref_849 + - schema: *ref_848 rawValue: ) - - schema: *ref_849 + - schema: *ref_848 rawValue: Write-Host This is a sample script with parameters $arg1 $arg2 - language: *ref_5115 - language: *ref_5114 - operation: *ref_5121 - operationGroup: *ref_5109 + language: *ref_3213 + language: *ref_3212 + operation: *ref_3219 + operationGroup: *ref_3207 - operationId: VirtualMachineRunCommands_CreateOrUpdate examples: - name: Create or update a run command. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5122 - parameter: *ref_2651 + language: *ref_3220 + parameter: *ref_1837 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_5123 - parameter: *ref_2652 + language: *ref_3221 + parameter: *ref_1838 - exampleValue: schema: *ref_3 rawValue: myRunCommand - language: *ref_5124 - parameter: *ref_2653 + language: *ref_3222 + parameter: *ref_1839 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5126 - parameter: *ref_5125 + language: *ref_3224 + parameter: *ref_3223 - exampleValue: schema: *ref_577 parentsValue: @@ -159696,19 +124563,19 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -159716,49 +124583,49 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 runAsPassword: schema: *ref_409 rawValue: - language: *ref_5136 + language: *ref_3234 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5127 - parameter: *ref_2649 - operation: *ref_5141 - operationGroup: *ref_5109 + language: *ref_3235 + language: *ref_3226 + language: *ref_3225 + parameter: *ref_1835 + operation: *ref_3239 + operationGroup: *ref_3207 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateRunCommand.json responses: '200': @@ -159772,19 +124639,19 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -159794,19 +124661,19 @@ testModel: tag2: schema: *ref_2 rawValue: value2 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -159814,46 +124681,46 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Succeeded - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5138 + language: *ref_3235 + language: *ref_3226 + language: *ref_3236 '201': body: schema: *ref_577 @@ -159865,19 +124732,19 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -159887,19 +124754,19 @@ testModel: tag2: schema: *ref_2 rawValue: value2 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -159907,100 +124774,100 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Creating - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5140 - operation: *ref_5141 - operationGroup: *ref_5109 + language: *ref_3235 + language: *ref_3226 + language: *ref_3238 + operation: *ref_3239 + operationGroup: *ref_3207 - operationId: VirtualMachineRunCommands_Update examples: - name: Update a run command. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5142 - parameter: *ref_2663 + language: *ref_3240 + parameter: *ref_1842 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_5143 - parameter: *ref_2664 + language: *ref_3241 + parameter: *ref_1843 - exampleValue: schema: *ref_3 rawValue: myRunCommand - language: *ref_5144 - parameter: *ref_2665 + language: *ref_3242 + parameter: *ref_1844 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5146 - parameter: *ref_5145 + language: *ref_3244 + parameter: *ref_3243 - exampleValue: - schema: *ref_630 + schema: *ref_629 parentsValue: {} properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Script Source Updated! - language: *ref_5130 - language: *ref_5129 - language: *ref_5148 - language: *ref_5147 - parameter: *ref_2661 - operation: *ref_5150 - operationGroup: *ref_5109 + language: *ref_3228 + language: *ref_3227 + language: *ref_3246 + language: *ref_3245 + parameter: *ref_1840 + operation: *ref_3248 + operationGroup: *ref_3207 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/UpdateRunCommand.json responses: '200': @@ -160014,19 +124881,19 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -160036,19 +124903,19 @@ testModel: tag2: schema: *ref_2 rawValue: value2 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -160056,119 +124923,119 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Updating - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Script Source Updated! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5149 - operation: *ref_5150 - operationGroup: *ref_5109 + language: *ref_3235 + language: *ref_3226 + language: *ref_3247 + operation: *ref_3248 + operationGroup: *ref_3207 - operationId: VirtualMachineRunCommands_Delete examples: - name: Delete a run command. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5151 - parameter: *ref_2673 + language: *ref_3249 + parameter: *ref_1845 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_5152 - parameter: *ref_2674 + language: *ref_3250 + parameter: *ref_1846 - exampleValue: schema: *ref_3 rawValue: myRunCommand - language: *ref_5153 - parameter: *ref_2675 + language: *ref_3251 + parameter: *ref_1847 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5155 - parameter: *ref_5154 - operation: *ref_5156 - operationGroup: *ref_5109 + language: *ref_3253 + parameter: *ref_3252 + operation: *ref_3254 + operationGroup: *ref_3207 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/DeleteRunCommand.json responses: '200': {} '202': {} '204': {} - operation: *ref_5156 - operationGroup: *ref_5109 + operation: *ref_3254 + operationGroup: *ref_3207 - operationId: VirtualMachineRunCommands_GetByVirtualMachine examples: - name: Get a run command. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5157 - parameter: *ref_2684 + language: *ref_3255 + parameter: *ref_1848 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_5158 - parameter: *ref_2685 + language: *ref_3256 + parameter: *ref_1849 - exampleValue: schema: *ref_3 rawValue: myRunCommand - language: *ref_5159 - parameter: *ref_2686 + language: *ref_3257 + parameter: *ref_1850 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5161 - parameter: *ref_5160 - operation: *ref_5163 - operationGroup: *ref_5109 + language: *ref_3259 + parameter: *ref_3258 + operation: *ref_3261 + operationGroup: *ref_3207 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetRunCommand.json responses: '200': @@ -160182,19 +125049,19 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -160204,19 +125071,19 @@ testModel: tag2: schema: *ref_2 rawValue: value2 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -160224,84 +125091,84 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Succeeded - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5162 - operation: *ref_5163 - operationGroup: *ref_5109 + language: *ref_3235 + language: *ref_3226 + language: *ref_3260 + operation: *ref_3261 + operationGroup: *ref_3207 - operationId: VirtualMachineRunCommands_ListByVirtualMachine examples: - name: List run commands in a Virtual Machine. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5164 - parameter: *ref_2694 + language: *ref_3262 + parameter: *ref_1852 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_5165 - parameter: *ref_2695 + language: *ref_3263 + parameter: *ref_1853 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5167 - parameter: *ref_5166 - operation: *ref_5170 - operationGroup: *ref_5109 + language: *ref_3265 + parameter: *ref_3264 + operation: *ref_3268 + operationGroup: *ref_3207 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListRunCommandsInVM.json responses: '200': body: - schema: *ref_2696 + schema: *ref_1855 parentsValue: {} properties: value: - schema: *ref_1257 + schema: *ref_1256 elements: - schema: *ref_577 parentsValue: @@ -160312,19 +125179,19 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -160334,19 +125201,19 @@ testModel: tag2: schema: *ref_2 rawValue: value2 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -160354,84 +125221,84 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Succeeded - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 0 - language: *ref_5137 - language: *ref_5128 - language: *ref_5169 - language: *ref_5168 - operation: *ref_5170 - operationGroup: *ref_5109 + language: *ref_3235 + language: *ref_3226 + language: *ref_3267 + language: *ref_3266 + operation: *ref_3268 + operationGroup: *ref_3207 - operationId: VirtualMachineScaleSetVMRunCommands_CreateOrUpdate examples: - name: Create VirtualMachineScaleSet VM run command. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5171 - parameter: *ref_2703 + language: *ref_3269 + parameter: *ref_1858 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_5172 - parameter: *ref_2704 + language: *ref_3270 + parameter: *ref_1859 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5173 - parameter: *ref_2705 + language: *ref_3271 + parameter: *ref_1860 - exampleValue: schema: *ref_3 rawValue: myRunCommand - language: *ref_5174 - parameter: *ref_2706 + language: *ref_3272 + parameter: *ref_1861 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5176 - parameter: *ref_5175 + language: *ref_3274 + parameter: *ref_3273 - exampleValue: schema: *ref_577 parentsValue: @@ -160442,19 +125309,19 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -160462,49 +125329,49 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 runAsPassword: schema: *ref_409 rawValue: - language: *ref_5136 + language: *ref_3234 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5177 - parameter: *ref_2701 - operation: *ref_5180 - operationGroup: *ref_5181 + language: *ref_3235 + language: *ref_3226 + language: *ref_3275 + parameter: *ref_1856 + operation: *ref_3278 + operationGroup: *ref_3279 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateOrUpdateVirtualMachineScaleSetVMRunCommands.json responses: '200': @@ -160518,31 +125385,31 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -160550,46 +125417,46 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Succeeded - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5178 + language: *ref_3235 + language: *ref_3226 + language: *ref_3276 '201': body: schema: *ref_577 @@ -160601,31 +125468,31 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -160633,105 +125500,105 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Creating - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5179 - operation: *ref_5180 - operationGroup: *ref_5181 + language: *ref_3235 + language: *ref_3226 + language: *ref_3277 + operation: *ref_3278 + operationGroup: *ref_3279 - operationId: VirtualMachineScaleSetVMRunCommands_Update examples: - name: Update VirtualMachineScaleSet VM run command. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5182 - parameter: *ref_2716 + language: *ref_3280 + parameter: *ref_1864 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_5183 - parameter: *ref_2717 + language: *ref_3281 + parameter: *ref_1865 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5184 - parameter: *ref_2718 + language: *ref_3282 + parameter: *ref_1866 - exampleValue: schema: *ref_3 rawValue: myRunCommand - language: *ref_5185 - parameter: *ref_2719 + language: *ref_3283 + parameter: *ref_1867 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5187 - parameter: *ref_5186 + language: *ref_3285 + parameter: *ref_3284 - exampleValue: - schema: *ref_630 + schema: *ref_629 parentsValue: {} properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Script Source Updated! - language: *ref_5130 - language: *ref_5129 - language: *ref_5148 - language: *ref_5188 - parameter: *ref_2714 - operation: *ref_5190 - operationGroup: *ref_5181 + language: *ref_3228 + language: *ref_3227 + language: *ref_3246 + language: *ref_3286 + parameter: *ref_1862 + operation: *ref_3288 + operationGroup: *ref_3279 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/UpdateVirtualMachineScaleSetVMRunCommands.json responses: '200': @@ -160745,19 +125612,19 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -160767,19 +125634,19 @@ testModel: tag2: schema: *ref_2 rawValue: value2 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -160787,129 +125654,129 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Updating - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Script Source Updated! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5189 - operation: *ref_5190 - operationGroup: *ref_5181 + language: *ref_3235 + language: *ref_3226 + language: *ref_3287 + operation: *ref_3288 + operationGroup: *ref_3279 - operationId: VirtualMachineScaleSetVMRunCommands_Delete examples: - name: Delete VirtualMachineScaleSet VM run command. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5191 - parameter: *ref_2727 + language: *ref_3289 + parameter: *ref_1868 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_5192 - parameter: *ref_2728 + language: *ref_3290 + parameter: *ref_1869 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5193 - parameter: *ref_2729 + language: *ref_3291 + parameter: *ref_1870 - exampleValue: schema: *ref_3 rawValue: myRunCommand - language: *ref_5194 - parameter: *ref_2730 + language: *ref_3292 + parameter: *ref_1871 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5196 - parameter: *ref_5195 - operation: *ref_5197 - operationGroup: *ref_5181 + language: *ref_3294 + parameter: *ref_3293 + operation: *ref_3295 + operationGroup: *ref_3279 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/DeleteVirtualMachineScaleSetVMRunCommands.json responses: '200': {} '202': {} '204': {} - operation: *ref_5197 - operationGroup: *ref_5181 + operation: *ref_3295 + operationGroup: *ref_3279 - operationId: VirtualMachineScaleSetVMRunCommands_Get examples: - name: Get VirtualMachineScaleSet VM run commands. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5198 - parameter: *ref_2739 + language: *ref_3296 + parameter: *ref_1872 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_5199 - parameter: *ref_2740 + language: *ref_3297 + parameter: *ref_1873 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5200 - parameter: *ref_2741 + language: *ref_3298 + parameter: *ref_1874 - exampleValue: schema: *ref_3 rawValue: myRunCommand - language: *ref_5201 - parameter: *ref_2742 + language: *ref_3299 + parameter: *ref_1875 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5203 - parameter: *ref_5202 - operation: *ref_5205 - operationGroup: *ref_5181 + language: *ref_3301 + parameter: *ref_3300 + operation: *ref_3303 + operationGroup: *ref_3279 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetVirtualMachineScaleSetVMRunCommands.json responses: '200': @@ -160923,19 +125790,19 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -160945,19 +125812,19 @@ testModel: tag2: schema: *ref_2 rawValue: value2 - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -160965,89 +125832,89 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Succeeded - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 3600 - language: *ref_5137 - language: *ref_5128 - language: *ref_5204 - operation: *ref_5205 - operationGroup: *ref_5181 + language: *ref_3235 + language: *ref_3226 + language: *ref_3302 + operation: *ref_3303 + operationGroup: *ref_3279 - operationId: VirtualMachineScaleSetVMRunCommands_List examples: - name: List run commands in Vmss instance. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: myResourceGroup - language: *ref_5206 - parameter: *ref_2750 + language: *ref_3304 + parameter: *ref_1877 - exampleValue: schema: *ref_3 rawValue: myvmScaleSet - language: *ref_5207 - parameter: *ref_2751 + language: *ref_3305 + parameter: *ref_1878 - exampleValue: schema: *ref_3 rawValue: '0' - language: *ref_5208 - parameter: *ref_2752 + language: *ref_3306 + parameter: *ref_1879 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5210 - parameter: *ref_5209 - operation: *ref_5212 - operationGroup: *ref_5181 + language: *ref_3308 + parameter: *ref_3307 + operation: *ref_3310 + operationGroup: *ref_3279 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListVirtualMachineScaleSetVMRunCommands.json responses: '200': body: - schema: *ref_2696 + schema: *ref_1855 parentsValue: {} properties: value: - schema: *ref_1257 + schema: *ref_1256 elements: - schema: *ref_577 parentsValue: @@ -161058,31 +125925,31 @@ testModel: name: schema: *ref_588 rawValue: myRunCommand - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachineScaleSets/myvmScaleSet/virtualMachines/0/runCommands/myRunCommand - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_620 + schema: *ref_619 parentsValue: {} properties: asyncExecution: schema: *ref_407 rawValue: false - language: *ref_5134 + language: *ref_3232 parameters: - schema: *ref_1254 + schema: *ref_1253 elements: - schema: *ref_406 parentsValue: {} @@ -161090,1073 +125957,1073 @@ testModel: name: schema: *ref_404 rawValue: param1 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value1 - language: *ref_5133 + language: *ref_3231 - schema: *ref_406 parentsValue: {} properties: name: schema: *ref_404 rawValue: param2 - language: *ref_5132 + language: *ref_3230 value: schema: *ref_405 rawValue: value2 - language: *ref_5133 - language: *ref_5131 + language: *ref_3231 + language: *ref_3229 provisioningState: schema: *ref_413 rawValue: Succeeded - language: *ref_5139 + language: *ref_3237 runAsUser: schema: *ref_408 rawValue: user1 - language: *ref_5135 + language: *ref_3233 source: - schema: *ref_863 + schema: *ref_862 parentsValue: {} properties: script: schema: *ref_401 rawValue: Write-Host Hello World! - language: *ref_5130 - language: *ref_5129 + language: *ref_3228 + language: *ref_3227 timeoutInSeconds: schema: *ref_410 rawValue: 0 - language: *ref_5137 - language: *ref_5128 - language: *ref_5169 - language: *ref_5211 - operation: *ref_5212 - operationGroup: *ref_5181 + language: *ref_3235 + language: *ref_3226 + language: *ref_3267 + language: *ref_3309 + operation: *ref_3310 + operationGroup: *ref_3279 - operationId: ResourceSkus_List examples: - name: Lists all available Resource SKUs clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2757 + schema: *ref_1881 rawValue: '2019-04-01' - language: *ref_5214 - parameter: *ref_5213 - operation: *ref_5233 - operationGroup: *ref_5234 + language: *ref_3312 + parameter: *ref_3311 + operation: *ref_3331 + operationGroup: *ref_3332 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2019-04-01/examples/ListAvailableResourceSkus.json responses: '200': body: - schema: *ref_2762 + schema: *ref_1884 parentsValue: {} properties: nextLink: - schema: *ref_892 + schema: *ref_891 rawValue: null - language: *ref_5232 + language: *ref_3330 value: - schema: *ref_1271 + schema: *ref_1270 elements: - - schema: *ref_893 + - schema: *ref_892 parentsValue: {} properties: name: - schema: *ref_867 + schema: *ref_866 rawValue: Standard_A0 - language: *ref_5218 + language: *ref_3316 capabilities: - schema: *ref_1266 + schema: *ref_1265 elements: - - schema: *ref_886 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxResourceVolumeMB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '20480' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: OSVhdSizeMB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1047552' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUs - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: HyperVGenerations - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: V1 - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MemoryGB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '0.75' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxDataDiskCount - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: LowPriorityCapable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: PremiumIO - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUsAvailable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: ACUs - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '50' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUsPerCore - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: EphemeralOSDiskSupported - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: AcceleratedNetworkingEnabled - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: RdmaEnabled - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxNetworkInterfaces - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '2' - language: *ref_5230 - language: *ref_5231 + language: *ref_3328 + language: *ref_3329 family: - schema: *ref_870 + schema: *ref_869 rawValue: standardA0_A7Family - language: *ref_5221 + language: *ref_3319 locationInfo: - schema: *ref_1263 + schema: *ref_1262 elements: - - schema: *ref_895 + - schema: *ref_894 parentsValue: {} properties: location: - schema: *ref_877 + schema: *ref_876 rawValue: westus - language: *ref_5224 + language: *ref_3322 zoneDetails: - schema: *ref_1262 + schema: *ref_1261 elements: - - schema: *ref_896 + - schema: *ref_895 parentsValue: {} properties: name: - schema: *ref_1260 + schema: *ref_1259 elements: - - schema: *ref_879 + - schema: *ref_878 rawValue: '2' - language: *ref_5227 + language: *ref_3325 capabilities: - schema: *ref_1261 + schema: *ref_1260 elements: - - schema: *ref_886 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: UltraSSDAvailable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'True' - language: *ref_5230 - language: *ref_5228 - language: *ref_5226 + language: *ref_3328 + language: *ref_3326 + language: *ref_3324 zones: - schema: *ref_1259 + schema: *ref_1258 elements: - - schema: *ref_878 + - schema: *ref_877 rawValue: '2' - - schema: *ref_878 + - schema: *ref_877 rawValue: '1' - language: *ref_5225 - language: *ref_5223 + language: *ref_3323 + language: *ref_3321 locations: - schema: *ref_1258 + schema: *ref_1257 elements: - - schema: *ref_876 + - schema: *ref_875 rawValue: westus - language: *ref_5222 + language: *ref_3320 resourceType: - schema: *ref_866 + schema: *ref_865 rawValue: virtualMachines - language: *ref_5217 + language: *ref_3315 size: - schema: *ref_869 + schema: *ref_868 rawValue: A0 - language: *ref_5220 + language: *ref_3318 tier: - schema: *ref_868 + schema: *ref_867 rawValue: Standard - language: *ref_5219 - - schema: *ref_893 + language: *ref_3317 + - schema: *ref_892 parentsValue: {} properties: name: - schema: *ref_867 + schema: *ref_866 rawValue: Standard_A1 - language: *ref_5218 + language: *ref_3316 capabilities: - schema: *ref_1266 + schema: *ref_1265 elements: - - schema: *ref_886 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxResourceVolumeMB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '71680' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: OSVhdSizeMB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1047552' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUs - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: HyperVGenerations - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: V1 - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MemoryGB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1.75' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxDataDiskCount - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '2' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: LowPriorityCapable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'True' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: PremiumIO - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUsAvailable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: ACUs - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '100' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUsPerCore - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: EphemeralOSDiskSupported - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: AcceleratedNetworkingEnabled - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: RdmaEnabled - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxNetworkInterfaces - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '2' - language: *ref_5230 - language: *ref_5231 + language: *ref_3328 + language: *ref_3329 family: - schema: *ref_870 + schema: *ref_869 rawValue: standardA0_A7Family - language: *ref_5221 + language: *ref_3319 locationInfo: - schema: *ref_1263 + schema: *ref_1262 elements: - - schema: *ref_895 + - schema: *ref_894 parentsValue: {} properties: location: - schema: *ref_877 + schema: *ref_876 rawValue: westus - language: *ref_5224 + language: *ref_3322 zones: - schema: *ref_1259 + schema: *ref_1258 elements: - - schema: *ref_878 + - schema: *ref_877 rawValue: '1' - - schema: *ref_878 + - schema: *ref_877 rawValue: '2' - - schema: *ref_878 + - schema: *ref_877 rawValue: '3' - language: *ref_5225 - language: *ref_5223 + language: *ref_3323 + language: *ref_3321 locations: - schema: *ref_1258 + schema: *ref_1257 elements: - - schema: *ref_876 + - schema: *ref_875 rawValue: westus - language: *ref_5222 + language: *ref_3320 resourceType: - schema: *ref_866 + schema: *ref_865 rawValue: virtualMachines - language: *ref_5217 + language: *ref_3315 size: - schema: *ref_869 + schema: *ref_868 rawValue: A1 - language: *ref_5220 + language: *ref_3318 tier: - schema: *ref_868 + schema: *ref_867 rawValue: Standard - language: *ref_5219 - language: *ref_5216 - language: *ref_5215 + language: *ref_3317 + language: *ref_3314 + language: *ref_3313 - name: Lists all available Resource SKUs for the specified region clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2757 + schema: *ref_1881 rawValue: '2019-04-01' - language: *ref_5214 - parameter: *ref_5213 + language: *ref_3312 + parameter: *ref_3311 - exampleValue: - schema: *ref_2758 + schema: *ref_1882 rawValue: location eq 'westus' - language: *ref_5235 - parameter: *ref_2760 - operation: *ref_5233 - operationGroup: *ref_5234 + language: *ref_3333 + parameter: *ref_1883 + operation: *ref_3331 + operationGroup: *ref_3332 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2019-04-01/examples/ListAvailableResourceSkusForARegion.json responses: '200': body: - schema: *ref_2762 + schema: *ref_1884 parentsValue: {} properties: nextLink: - schema: *ref_892 + schema: *ref_891 rawValue: null - language: *ref_5232 + language: *ref_3330 value: - schema: *ref_1271 + schema: *ref_1270 elements: - - schema: *ref_893 + - schema: *ref_892 parentsValue: {} properties: name: - schema: *ref_867 + schema: *ref_866 rawValue: Standard_A0 - language: *ref_5218 + language: *ref_3316 capabilities: - schema: *ref_1266 + schema: *ref_1265 elements: - - schema: *ref_886 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxResourceVolumeMB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '20480' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: OSVhdSizeMB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1047552' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUs - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: HyperVGenerations - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: V1 - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MemoryGB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '0.75' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxDataDiskCount - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: LowPriorityCapable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: PremiumIO - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUsAvailable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: ACUs - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '50' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUsPerCore - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: EphemeralOSDiskSupported - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: AcceleratedNetworkingEnabled - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: RdmaEnabled - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxNetworkInterfaces - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '2' - language: *ref_5230 - language: *ref_5231 + language: *ref_3328 + language: *ref_3329 family: - schema: *ref_870 + schema: *ref_869 rawValue: standardA0_A7Family - language: *ref_5221 + language: *ref_3319 locationInfo: - schema: *ref_1263 + schema: *ref_1262 elements: - - schema: *ref_895 + - schema: *ref_894 parentsValue: {} properties: location: - schema: *ref_877 + schema: *ref_876 rawValue: westus - language: *ref_5224 + language: *ref_3322 zoneDetails: - schema: *ref_1262 + schema: *ref_1261 elements: - - schema: *ref_896 + - schema: *ref_895 parentsValue: {} properties: name: - schema: *ref_1260 + schema: *ref_1259 elements: - - schema: *ref_879 + - schema: *ref_878 rawValue: '2' - language: *ref_5227 + language: *ref_3325 capabilities: - schema: *ref_1261 + schema: *ref_1260 elements: - - schema: *ref_886 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: UltraSSDAvailable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'True' - language: *ref_5230 - language: *ref_5228 - language: *ref_5226 + language: *ref_3328 + language: *ref_3326 + language: *ref_3324 zones: - schema: *ref_1259 + schema: *ref_1258 elements: - - schema: *ref_878 + - schema: *ref_877 rawValue: '2' - - schema: *ref_878 + - schema: *ref_877 rawValue: '1' - language: *ref_5225 - language: *ref_5223 + language: *ref_3323 + language: *ref_3321 locations: - schema: *ref_1258 + schema: *ref_1257 elements: - - schema: *ref_876 + - schema: *ref_875 rawValue: westus - language: *ref_5222 + language: *ref_3320 resourceType: - schema: *ref_866 + schema: *ref_865 rawValue: virtualMachines - language: *ref_5217 + language: *ref_3315 size: - schema: *ref_869 + schema: *ref_868 rawValue: A0 - language: *ref_5220 + language: *ref_3318 tier: - schema: *ref_868 + schema: *ref_867 rawValue: Standard - language: *ref_5219 - - schema: *ref_893 + language: *ref_3317 + - schema: *ref_892 parentsValue: {} properties: name: - schema: *ref_867 + schema: *ref_866 rawValue: Standard_A1 - language: *ref_5218 + language: *ref_3316 capabilities: - schema: *ref_1266 + schema: *ref_1265 elements: - - schema: *ref_886 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxResourceVolumeMB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '71680' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: OSVhdSizeMB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1047552' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUs - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: HyperVGenerations - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: V1 - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MemoryGB - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1.75' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxDataDiskCount - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '2' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: LowPriorityCapable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'True' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: PremiumIO - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUsAvailable - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: ACUs - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '100' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: vCPUsPerCore - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '1' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: EphemeralOSDiskSupported - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: AcceleratedNetworkingEnabled - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: RdmaEnabled - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: 'False' - language: *ref_5230 - - schema: *ref_886 + language: *ref_3328 + - schema: *ref_885 parentsValue: {} properties: name: - schema: *ref_880 + schema: *ref_879 rawValue: MaxNetworkInterfaces - language: *ref_5229 + language: *ref_3327 value: - schema: *ref_881 + schema: *ref_880 rawValue: '2' - language: *ref_5230 - language: *ref_5231 + language: *ref_3328 + language: *ref_3329 family: - schema: *ref_870 + schema: *ref_869 rawValue: standardA0_A7Family - language: *ref_5221 + language: *ref_3319 locationInfo: - schema: *ref_1263 + schema: *ref_1262 elements: - - schema: *ref_895 + - schema: *ref_894 parentsValue: {} properties: location: - schema: *ref_877 + schema: *ref_876 rawValue: westus - language: *ref_5224 + language: *ref_3322 zones: - schema: *ref_1259 + schema: *ref_1258 elements: - - schema: *ref_878 + - schema: *ref_877 rawValue: '1' - - schema: *ref_878 + - schema: *ref_877 rawValue: '2' - - schema: *ref_878 + - schema: *ref_877 rawValue: '3' - language: *ref_5225 - language: *ref_5223 + language: *ref_3323 + language: *ref_3321 locations: - schema: *ref_1258 + schema: *ref_1257 elements: - - schema: *ref_876 + - schema: *ref_875 rawValue: westus - language: *ref_5222 + language: *ref_3320 resourceType: - schema: *ref_866 + schema: *ref_865 rawValue: virtualMachines - language: *ref_5217 + language: *ref_3315 size: - schema: *ref_869 + schema: *ref_868 rawValue: A1 - language: *ref_5220 + language: *ref_3318 tier: - schema: *ref_868 + schema: *ref_867 rawValue: Standard - language: *ref_5219 - language: *ref_5216 - language: *ref_5215 - operation: *ref_5233 - operationGroup: *ref_5234 + language: *ref_3317 + language: *ref_3314 + language: *ref_3313 + operation: *ref_3331 + operationGroup: *ref_3332 - operationId: Disks_CreateOrUpdate examples: - name: Create a managed disk and associate with disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -162167,11 +127034,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162181,25 +127048,25 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskAccessId: schema: *ref_459 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/{existing-diskAccess-name} - language: *ref_5246 + language: *ref_3344 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 networkAccessPolicy: schema: *ref_458 rawValue: AllowPrivate - language: *ref_5245 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3343 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskWithDiskAccess.json responses: '200': @@ -162213,15 +127080,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162231,26 +127098,26 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskAccessId: schema: *ref_459 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/{existing-diskAccess-name} - language: *ref_5246 + language: *ref_3344 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 networkAccessPolicy: schema: *ref_458 rawValue: AllowPrivate - language: *ref_5245 + language: *ref_3343 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -162262,15 +127129,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162280,41 +127147,41 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create a managed disk and associate with disk encryption set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -162325,11 +127192,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162339,12 +127206,12 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 encryption: schema: *ref_477 parentsValue: {} @@ -162352,13 +127219,13 @@ testModel: diskEncryptionSetId: schema: *ref_454 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_5253 - language: *ref_5252 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3351 + language: *ref_3350 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskWithDiskEncryptionSet.json responses: '200': @@ -162372,15 +127239,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162390,12 +127257,12 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 encryption: schema: *ref_477 parentsValue: {} @@ -162403,14 +127270,14 @@ testModel: diskEncryptionSetId: schema: *ref_454 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/{existing-diskEncryptionSet-name} - language: *ref_5253 - language: *ref_5252 + language: *ref_3351 + language: *ref_3350 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -162422,15 +127289,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162440,41 +127307,41 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create a managed disk by copying a snapshot. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -162485,11 +127352,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162499,17 +127366,17 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_5254 - language: *ref_5242 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3352 + language: *ref_3340 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskByCopyingASnapshot.json responses: '200': @@ -162523,15 +127390,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162541,18 +127408,18 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_5254 - language: *ref_5242 + language: *ref_3352 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -162564,15 +127431,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162582,41 +127449,41 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_5254 - language: *ref_5242 + language: *ref_3352 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create a managed disk by importing an unmanaged blob from a different subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -162627,11 +127494,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162641,21 +127508,21 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 + language: *ref_3354 storageAccountId: schema: *ref_430 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount - language: *ref_5255 - language: *ref_5242 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3353 + language: *ref_3340 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskByImportingAnUnmanagedBlobFromADifferentSubscription.json responses: '200': @@ -162669,15 +127536,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162687,22 +127554,22 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 + language: *ref_3354 storageAccountId: schema: *ref_430 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount - language: *ref_5255 - language: *ref_5242 + language: *ref_3353 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -162714,15 +127581,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162732,45 +127599,45 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 + language: *ref_3354 storageAccountId: schema: *ref_430 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount - language: *ref_5255 - language: *ref_5242 + language: *ref_3353 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create a managed disk by importing an unmanaged blob from the same subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -162781,11 +127648,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162795,17 +127662,17 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 - language: *ref_5242 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3354 + language: *ref_3340 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskByImportingAnUnmanagedBlobFromTheSameSubscription.json responses: '200': @@ -162819,15 +127686,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162837,18 +127704,18 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 - language: *ref_5242 + language: *ref_3354 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -162860,15 +127727,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162878,41 +127745,41 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 - language: *ref_5242 + language: *ref_3354 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create a managed disk from a platform image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscriptionId}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -162923,11 +127790,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162937,7 +127804,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -162945,18 +127812,18 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/westus/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/1.0.0 - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3355 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskFromAPlatformImage.json responses: '200': @@ -162970,15 +127837,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -162988,7 +127855,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -162996,21 +127863,21 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/westus/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/1.0.0 - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5260 + language: *ref_3358 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 + language: *ref_3346 purchasePlan: schema: *ref_469 parentsValue: {} @@ -163018,18 +127885,18 @@ testModel: name: schema: *ref_24 rawValue: '{sku}' - language: *ref_5262 + language: *ref_3360 product: schema: *ref_25 rawValue: '{offer}' - language: *ref_5264 + language: *ref_3362 publisher: schema: *ref_23 rawValue: '{publisher}' - language: *ref_5263 - language: *ref_5261 - language: *ref_5241 - language: *ref_5247 + language: *ref_3361 + language: *ref_3359 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -163041,15 +127908,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163059,7 +127926,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -163067,21 +127934,21 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/westus/Publishers/{publisher}/ArtifactTypes/VMImage/Offers/{offer}/Skus/{sku}/Versions/1.0.0 - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5260 + language: *ref_3358 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 + language: *ref_3346 purchasePlan: schema: *ref_469 parentsValue: {} @@ -163089,41 +127956,41 @@ testModel: name: schema: *ref_24 rawValue: '{sku}' - language: *ref_5262 + language: *ref_3360 product: schema: *ref_25 rawValue: '{offer}' - language: *ref_5264 + language: *ref_3362 publisher: schema: *ref_23 rawValue: '{publisher}' - language: *ref_5263 - language: *ref_5261 - language: *ref_5241 - language: *ref_5249 + language: *ref_3361 + language: *ref_3359 + language: *ref_3339 + language: *ref_3347 - name: Create a managed disk from an existing managed disk in the same or different subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk2 - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -163134,11 +128001,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163148,17 +128015,17 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myDisk1 - language: *ref_5254 - language: *ref_5242 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3352 + language: *ref_3340 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskFromAnExistingManagedDisk.json responses: '200': @@ -163172,15 +128039,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk2 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163190,18 +128057,18 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myDisk1 - language: *ref_5254 - language: *ref_5242 + language: *ref_3352 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -163213,15 +128080,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk2 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163231,41 +128098,41 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myDisk1 - language: *ref_5254 - language: *ref_5242 + language: *ref_3352 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create a managed disk with security profile clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -163276,11 +128143,11 @@ testModel: location: schema: *ref_590 rawValue: North Central US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163290,7 +128157,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -163298,27 +128165,27 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/uswest/Publishers/Microsoft/ArtifactTypes/VMImage/Offers/{offer} - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 securityProfile: - schema: *ref_907 + schema: *ref_906 parentsValue: {} properties: securityType: schema: *ref_464 rawValue: TrustedLaunch - language: *ref_5266 - language: *ref_5265 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3364 + language: *ref_3363 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskWithSecurityProfile.json responses: '200': @@ -163332,15 +128199,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: North Central US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163350,7 +128217,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -163358,28 +128225,28 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/uswest/Publishers/Microsoft/ArtifactTypes/VMImage/Offers/{offer} - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 + language: *ref_3346 securityProfile: - schema: *ref_907 + schema: *ref_906 parentsValue: {} properties: securityType: schema: *ref_464 rawValue: TrustedLaunch - language: *ref_5266 - language: *ref_5265 - language: *ref_5241 - language: *ref_5247 + language: *ref_3364 + language: *ref_3363 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -163391,15 +128258,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: North Central US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163409,7 +128276,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -163417,51 +128284,51 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/uswest/Publishers/Microsoft/ArtifactTypes/VMImage/Offers/{offer} - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 + language: *ref_3346 securityProfile: - schema: *ref_907 + schema: *ref_906 parentsValue: {} properties: securityType: schema: *ref_464 rawValue: TrustedLaunch - language: *ref_5266 - language: *ref_5265 - language: *ref_5241 - language: *ref_5249 + language: *ref_3364 + language: *ref_3363 + language: *ref_3339 + language: *ref_3347 - name: Create a managed disk with ssd zrs account type. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -163472,11 +128339,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163486,26 +128353,26 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 - language: *ref_5241 + language: *ref_3342 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: Premium_ZRS - language: *ref_5268 - language: *ref_5267 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3366 + language: *ref_3365 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskWithSSDZRSAccountType.json responses: '200': @@ -163519,15 +128386,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163537,31 +128404,31 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 + language: *ref_3346 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: Premium_ZRS - language: *ref_5268 + language: *ref_3366 tier: schema: *ref_424 rawValue: Premium - language: *ref_5269 - language: *ref_5267 - language: *ref_5247 + language: *ref_3367 + language: *ref_3365 + language: *ref_3345 '202': body: schema: *ref_578 @@ -163573,15 +128440,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163591,54 +128458,54 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 + language: *ref_3346 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: Premium_ZRS - language: *ref_5268 + language: *ref_3366 tier: schema: *ref_424 rawValue: Premium - language: *ref_5269 - language: *ref_5267 - language: *ref_5249 + language: *ref_3367 + language: *ref_3365 + language: *ref_3347 - name: Create a managed upload disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -163649,11 +128516,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163663,17 +128530,17 @@ testModel: createOption: schema: *ref_429 rawValue: Upload - language: *ref_5243 + language: *ref_3341 uploadSizeBytes: schema: *ref_437 rawValue: 10737418752 - language: *ref_5270 - language: *ref_5242 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3368 + language: *ref_3340 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedUploadDisk.json responses: '200': @@ -163687,15 +128554,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163705,18 +128572,18 @@ testModel: createOption: schema: *ref_429 rawValue: Upload - language: *ref_5243 + language: *ref_3341 uploadSizeBytes: schema: *ref_437 rawValue: 10737418752 - language: *ref_5270 - language: *ref_5242 + language: *ref_3368 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -163728,15 +128595,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163746,41 +128613,41 @@ testModel: createOption: schema: *ref_429 rawValue: Upload - language: *ref_5243 + language: *ref_3341 uploadSizeBytes: schema: *ref_437 rawValue: 10737418752 - language: *ref_5270 - language: *ref_5242 + language: *ref_3368 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create an empty managed disk in extended location. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -163791,8 +128658,8 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: extendedLocation: schema: *ref_284 @@ -163801,14 +128668,14 @@ testModel: name: schema: *ref_37 rawValue: '{edge-zone-id}' - language: *ref_5272 + language: *ref_3370 type: schema: *ref_38 rawValue: EdgeZone - language: *ref_5273 - language: *ref_5271 + language: *ref_3371 + language: *ref_3369 properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163818,17 +128685,17 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3342 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAnEmptyManagedDiskInExtendedLocation.json responses: '200': @@ -163842,12 +128709,12 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: extendedLocation: schema: *ref_284 @@ -163856,14 +128723,14 @@ testModel: name: schema: *ref_37 rawValue: '{edge-zone-id}' - language: *ref_5272 + language: *ref_3370 type: schema: *ref_38 rawValue: EdgeZone - language: *ref_5273 - language: *ref_5271 + language: *ref_3371 + language: *ref_3369 properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163873,18 +128740,18 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -163896,12 +128763,12 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: extendedLocation: schema: *ref_284 @@ -163910,14 +128777,14 @@ testModel: name: schema: *ref_37 rawValue: '{edge-zone-id}' - language: *ref_5272 + language: *ref_3370 type: schema: *ref_38 rawValue: EdgeZone - language: *ref_5273 - language: *ref_5271 + language: *ref_3371 + language: *ref_3369 properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163927,41 +128794,41 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create an empty managed disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -163972,11 +128839,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -163986,17 +128853,17 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 - language: *ref_5241 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3342 + language: *ref_3339 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAnEmptyManagedDisk.json responses: '200': @@ -164010,15 +128877,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164028,18 +128895,18 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5247 + language: *ref_3346 + language: *ref_3339 + language: *ref_3345 '202': body: schema: *ref_578 @@ -164051,15 +128918,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164069,41 +128936,41 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5249 + language: *ref_3346 + language: *ref_3339 + language: *ref_3347 - name: Create an ultra managed disk with logicalSectorSize 512E clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5236 - parameter: *ref_2771 + language: *ref_3334 + parameter: *ref_1889 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5237 - parameter: *ref_2772 + language: *ref_3335 + parameter: *ref_1890 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5239 - parameter: *ref_5238 + language: *ref_3337 + parameter: *ref_3336 - exampleValue: schema: *ref_578 parentsValue: @@ -164114,11 +128981,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164128,30 +128995,30 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 + language: *ref_3341 logicalSectorSize: schema: *ref_438 rawValue: 512 - language: *ref_5274 - language: *ref_5242 + language: *ref_3372 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 - language: *ref_5241 + language: *ref_3342 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: UltraSSD_LRS - language: *ref_5268 - language: *ref_5267 - language: *ref_5240 - parameter: *ref_2769 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3366 + language: *ref_3365 + language: *ref_3338 + parameter: *ref_1887 + operation: *ref_3348 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateAManagedDiskWithLogicalSectorSize.json responses: '200': @@ -164165,15 +129032,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164183,35 +129050,35 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 + language: *ref_3341 logicalSectorSize: schema: *ref_438 rawValue: 512 - language: *ref_5274 - language: *ref_5242 + language: *ref_3372 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 + language: *ref_3346 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: UltraSSD_LRS - language: *ref_5268 + language: *ref_3366 tier: schema: *ref_424 rawValue: Ultra - language: *ref_5269 - language: *ref_5267 - language: *ref_5247 + language: *ref_3367 + language: *ref_3365 + language: *ref_3345 '202': body: schema: *ref_578 @@ -164223,15 +129090,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164241,83 +129108,83 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 + language: *ref_3341 logicalSectorSize: schema: *ref_438 rawValue: 512 - language: *ref_5274 - language: *ref_5242 + language: *ref_3372 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 + language: *ref_3346 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: UltraSSD_LRS - language: *ref_5268 + language: *ref_3366 tier: schema: *ref_424 rawValue: Ultra - language: *ref_5269 - language: *ref_5267 - language: *ref_5249 - operation: *ref_5250 - operationGroup: *ref_5251 + language: *ref_3367 + language: *ref_3365 + language: *ref_3347 + operation: *ref_3348 + operationGroup: *ref_3349 - operationId: Disks_Update examples: - name: Create or update a bursting enabled managed disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5275 - parameter: *ref_2783 + language: *ref_3373 + parameter: *ref_1894 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5276 - parameter: *ref_2784 + language: *ref_3374 + parameter: *ref_1895 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5278 - parameter: *ref_5277 + language: *ref_3376 + parameter: *ref_3375 - exampleValue: - schema: *ref_2780 + schema: *ref_1891 parentsValue: {} properties: properties: - schema: *ref_917 + schema: *ref_916 parentsValue: {} properties: burstingEnabled: schema: *ref_461 rawValue: true - language: *ref_5282 + language: *ref_3380 diskSizeGB: - schema: *ref_908 + schema: *ref_907 rawValue: 1024 - language: *ref_5281 - language: *ref_5280 - language: *ref_5279 - parameter: *ref_2781 - operation: *ref_5286 - operationGroup: *ref_5251 + language: *ref_3379 + language: *ref_3378 + language: *ref_3377 + parameter: *ref_1892 + operation: *ref_3384 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateOrUpdateABurstingEnabledManagedDisk.json responses: '200': @@ -164331,21 +129198,21 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: burstingEnabled: schema: *ref_461 rawValue: true - language: *ref_5284 + language: *ref_3382 creationData: schema: *ref_470 parentsValue: {} @@ -164353,18 +129220,18 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 1024 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 - language: *ref_5241 - language: *ref_5283 + language: *ref_3346 + language: *ref_3339 + language: *ref_3381 '202': body: schema: *ref_578 @@ -164376,15 +129243,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164394,47 +129261,47 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 1024 - language: *ref_5244 + language: *ref_3342 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5285 + language: *ref_3346 + language: *ref_3339 + language: *ref_3383 - name: Update a managed disk to add purchase plan. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5275 - parameter: *ref_2783 + language: *ref_3373 + parameter: *ref_1894 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5276 - parameter: *ref_2784 + language: *ref_3374 + parameter: *ref_1895 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5278 - parameter: *ref_5277 + language: *ref_3376 + parameter: *ref_3375 - exampleValue: - schema: *ref_2780 + schema: *ref_1891 parentsValue: {} properties: properties: - schema: *ref_917 + schema: *ref_916 parentsValue: {} properties: purchasePlan: @@ -164444,25 +129311,25 @@ testModel: name: schema: *ref_24 rawValue: myPurchasePlanName - language: *ref_5262 + language: *ref_3360 product: schema: *ref_25 rawValue: myPurchasePlanProduct - language: *ref_5264 + language: *ref_3362 promotionCode: schema: *ref_428 rawValue: myPurchasePlanPromotionCode - language: *ref_5288 + language: *ref_3386 publisher: schema: *ref_23 rawValue: myPurchasePlanPublisher - language: *ref_5263 - language: *ref_5287 - language: *ref_5280 - language: *ref_5279 - parameter: *ref_2781 - operation: *ref_5286 - operationGroup: *ref_5251 + language: *ref_3361 + language: *ref_3385 + language: *ref_3378 + language: *ref_3377 + parameter: *ref_1892 + operation: *ref_3384 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateAManagedDiskToAddPurchasePlan.json responses: '200': @@ -164476,15 +129343,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164494,7 +129361,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -164502,25 +129369,25 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscription-id}/Providers/Microsoft.Compute/Locations/westus/Publishers/test_test_pmc2pc1/ArtifactTypes/VMImage/Offers/marketplace_vm_test/Skus/test_sku/Versions/1.0.0 - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 127 - language: *ref_5244 + language: *ref_3342 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5260 + language: *ref_3358 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 + language: *ref_3346 purchasePlan: schema: *ref_469 parentsValue: {} @@ -164528,35 +129395,35 @@ testModel: name: schema: *ref_24 rawValue: myPurchasePlanName - language: *ref_5262 + language: *ref_3360 product: schema: *ref_25 rawValue: myPurchasePlanProduct - language: *ref_5264 + language: *ref_3362 promotionCode: schema: *ref_428 rawValue: myPurchasePlanPromotionCode - language: *ref_5288 + language: *ref_3386 publisher: schema: *ref_23 rawValue: myPurchasePlanPublisher - language: *ref_5263 - language: *ref_5261 - language: *ref_5241 + language: *ref_3361 + language: *ref_3359 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: Standard_LRS - language: *ref_5268 + language: *ref_3366 tier: schema: *ref_424 rawValue: Standard - language: *ref_5269 - language: *ref_5267 - language: *ref_5283 + language: *ref_3367 + language: *ref_3365 + language: *ref_3381 '202': body: schema: *ref_578 @@ -164568,15 +129435,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164586,7 +129453,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -164594,25 +129461,25 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscription-id}/Providers/Microsoft.Compute/Locations/westus/Publishers/test_test_pmc2pc1/ArtifactTypes/VMImage/Offers/marketplace_vm_test/Skus/test_sku/Versions/1.0.0 - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 127 - language: *ref_5244 + language: *ref_3342 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5260 + language: *ref_3358 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 + language: *ref_3346 purchasePlan: schema: *ref_469 parentsValue: {} @@ -164620,75 +129487,75 @@ testModel: name: schema: *ref_24 rawValue: myPurchasePlanName - language: *ref_5262 + language: *ref_3360 product: schema: *ref_25 rawValue: myPurchasePlanProduct - language: *ref_5264 + language: *ref_3362 promotionCode: schema: *ref_428 rawValue: myPurchasePlanPromotionCode - language: *ref_5288 + language: *ref_3386 publisher: schema: *ref_23 rawValue: myPurchasePlanPublisher - language: *ref_5263 - language: *ref_5261 - language: *ref_5241 + language: *ref_3361 + language: *ref_3359 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: Standard_LRS - language: *ref_5268 + language: *ref_3366 tier: schema: *ref_424 rawValue: Standard - language: *ref_5269 - language: *ref_5267 - language: *ref_5285 + language: *ref_3367 + language: *ref_3365 + language: *ref_3383 - name: Update a managed disk to add supportsHibernation. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5275 - parameter: *ref_2783 + language: *ref_3373 + parameter: *ref_1894 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5276 - parameter: *ref_2784 + language: *ref_3374 + parameter: *ref_1895 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5278 - parameter: *ref_5277 + language: *ref_3376 + parameter: *ref_3375 - exampleValue: - schema: *ref_2780 + schema: *ref_1891 parentsValue: {} properties: properties: - schema: *ref_917 + schema: *ref_916 parentsValue: {} properties: supportsHibernation: schema: *ref_463 rawValue: true - language: *ref_5289 - language: *ref_5280 - language: *ref_5279 - parameter: *ref_2781 - operation: *ref_5286 - operationGroup: *ref_5251 + language: *ref_3387 + language: *ref_3378 + language: *ref_3377 + parameter: *ref_1892 + operation: *ref_3384 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateAManagedDiskToAddSupportsHibernation.json responses: '200': @@ -164702,15 +129569,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164720,47 +129587,47 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 - language: *ref_5242 + language: *ref_3354 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 127 - language: *ref_5244 + language: *ref_3342 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5260 + language: *ref_3358 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 + language: *ref_3346 supportsHibernation: schema: *ref_463 rawValue: true - language: *ref_5290 - language: *ref_5241 + language: *ref_3388 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: Standard_LRS - language: *ref_5268 + language: *ref_3366 tier: schema: *ref_424 rawValue: Standard - language: *ref_5269 - language: *ref_5267 - language: *ref_5283 + language: *ref_3367 + language: *ref_3365 + language: *ref_3381 '202': body: schema: *ref_578 @@ -164772,15 +129639,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164790,87 +129657,87 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 - language: *ref_5242 + language: *ref_3354 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 127 - language: *ref_5244 + language: *ref_3342 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5260 + language: *ref_3358 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 + language: *ref_3346 supportsHibernation: schema: *ref_463 rawValue: true - language: *ref_5290 - language: *ref_5241 + language: *ref_3388 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: Standard_LRS - language: *ref_5268 + language: *ref_3366 tier: schema: *ref_424 rawValue: Standard - language: *ref_5269 - language: *ref_5267 - language: *ref_5285 + language: *ref_3367 + language: *ref_3365 + language: *ref_3383 - name: Update a managed disk to change tier. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5275 - parameter: *ref_2783 + language: *ref_3373 + parameter: *ref_1894 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5276 - parameter: *ref_2784 + language: *ref_3374 + parameter: *ref_1895 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5278 - parameter: *ref_5277 + language: *ref_3376 + parameter: *ref_3375 - exampleValue: - schema: *ref_2780 + schema: *ref_1891 parentsValue: {} properties: properties: - schema: *ref_917 + schema: *ref_916 parentsValue: {} properties: tier: - schema: *ref_915 + schema: *ref_914 rawValue: P30 - language: *ref_5291 - language: *ref_5280 - language: *ref_5279 - parameter: *ref_2781 - operation: *ref_5286 - operationGroup: *ref_5251 + language: *ref_3389 + language: *ref_3378 + language: *ref_3377 + parameter: *ref_1892 + operation: *ref_3384 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateAManagedDiskToChangeTier.json responses: '200': @@ -164884,15 +129751,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164902,18 +129769,18 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 + language: *ref_3346 tier: schema: *ref_460 rawValue: P30 - language: *ref_5292 - language: *ref_5241 - language: *ref_5283 + language: *ref_3390 + language: *ref_3339 + language: *ref_3381 '202': body: schema: *ref_578 @@ -164925,15 +129792,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -164943,67 +129810,67 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 propertyUpdatesInProgress: - schema: *ref_906 + schema: *ref_905 parentsValue: {} properties: targetTier: schema: *ref_462 rawValue: P30 - language: *ref_5294 - language: *ref_5293 + language: *ref_3392 + language: *ref_3391 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 + language: *ref_3346 tier: schema: *ref_460 rawValue: P10 - language: *ref_5292 - language: *ref_5241 - language: *ref_5285 + language: *ref_3390 + language: *ref_3339 + language: *ref_3383 - name: Update a managed disk to disable bursting. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5275 - parameter: *ref_2783 + language: *ref_3373 + parameter: *ref_1894 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5276 - parameter: *ref_2784 + language: *ref_3374 + parameter: *ref_1895 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5278 - parameter: *ref_5277 + language: *ref_3376 + parameter: *ref_3375 - exampleValue: - schema: *ref_2780 + schema: *ref_1891 parentsValue: {} properties: properties: - schema: *ref_917 + schema: *ref_916 parentsValue: {} properties: burstingEnabled: schema: *ref_461 rawValue: false - language: *ref_5282 - language: *ref_5280 - language: *ref_5279 - parameter: *ref_2781 - operation: *ref_5286 - operationGroup: *ref_5251 + language: *ref_3380 + language: *ref_3378 + language: *ref_3377 + parameter: *ref_1892 + operation: *ref_3384 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateAManagedDiskToDisableBursting.json responses: '200': @@ -165017,15 +129884,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -165035,14 +129902,14 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 - language: *ref_5241 - language: *ref_5283 + language: *ref_3346 + language: *ref_3339 + language: *ref_3381 '202': body: schema: *ref_578 @@ -165054,15 +129921,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -165072,54 +129939,54 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5285 + language: *ref_3346 + language: *ref_3339 + language: *ref_3383 - name: Update managed disk to remove disk access resource association. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5275 - parameter: *ref_2783 + language: *ref_3373 + parameter: *ref_1894 - exampleValue: schema: *ref_7 rawValue: myDisk - language: *ref_5276 - parameter: *ref_2784 + language: *ref_3374 + parameter: *ref_1895 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5278 - parameter: *ref_5277 + language: *ref_3376 + parameter: *ref_3375 - exampleValue: - schema: *ref_2780 + schema: *ref_1891 parentsValue: {} properties: properties: - schema: *ref_917 + schema: *ref_916 parentsValue: {} properties: networkAccessPolicy: schema: *ref_458 rawValue: AllowAll - language: *ref_5295 - language: *ref_5280 - language: *ref_5279 - parameter: *ref_2781 - operation: *ref_5286 - operationGroup: *ref_5251 + language: *ref_3393 + language: *ref_3378 + language: *ref_3377 + parameter: *ref_1892 + operation: *ref_3384 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateAManagedDiskToRemoveDiskAccess.json responses: '200': @@ -165133,15 +130000,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -165151,22 +130018,22 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 networkAccessPolicy: schema: *ref_458 rawValue: AllowAll - language: *ref_5245 + language: *ref_3343 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 - language: *ref_5241 - language: *ref_5283 + language: *ref_3346 + language: *ref_3339 + language: *ref_3381 '202': body: schema: *ref_578 @@ -165178,15 +130045,15 @@ testModel: name: schema: *ref_588 rawValue: myDisk - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -165196,51 +130063,51 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 networkAccessPolicy: schema: *ref_458 rawValue: AllowAll - language: *ref_5245 + language: *ref_3343 provisioningState: schema: *ref_448 rawValue: Updating - language: *ref_5248 - language: *ref_5241 - language: *ref_5285 - operation: *ref_5286 - operationGroup: *ref_5251 + language: *ref_3346 + language: *ref_3339 + language: *ref_3383 + operation: *ref_3384 + operationGroup: *ref_3349 - operationId: Disks_Get examples: - name: Get information about a managed disk. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5296 - parameter: *ref_2792 + language: *ref_3394 + parameter: *ref_1896 - exampleValue: schema: *ref_7 rawValue: myManagedDisk - language: *ref_5297 - parameter: *ref_2793 + language: *ref_3395 + parameter: *ref_1897 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5299 - parameter: *ref_5298 - operation: *ref_5314 - operationGroup: *ref_5251 + language: *ref_3397 + parameter: *ref_3396 + operation: *ref_3412 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/GetInformationAboutAManagedDisk.json responses: '200': @@ -165254,19 +130121,19 @@ testModel: name: schema: *ref_588 rawValue: myManagedDisk - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/disks - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -165276,15 +130143,15 @@ testModel: project: schema: *ref_2 rawValue: ManagedDisks - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: managedBy: schema: *ref_421 rawValue: /subscriptions/123caaa-123v-v211-a49f-f88ccac5bf88/resourceGroups/ResourceGroupName/providers/Microsoft.Compute/virtualMachines/TestVM414689371c88843d65ec - language: *ref_5301 + language: *ref_3399 properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -165294,7 +130161,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -165302,13 +130169,13 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscription-id}/Providers/Microsoft.Compute/Locations/westus/Publishers/test_test_pmc2pc1/ArtifactTypes/VMImage/Offers/marketplace_vm_test/Skus/test_sku/Versions/1.0.0 - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 10 - language: *ref_5244 + language: *ref_3342 encryption: schema: *ref_477 parentsValue: {} @@ -165316,8 +130183,8 @@ testModel: type: schema: *ref_455 rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5252 + language: *ref_3411 + language: *ref_3350 encryptionSettingsCollection: schema: *ref_474 parentsValue: {} @@ -165325,21 +130192,21 @@ testModel: enabled: schema: *ref_442 rawValue: true - language: *ref_5304 + language: *ref_3402 encryptionSettings: - schema: *ref_1274 + schema: *ref_1273 elements: - - schema: *ref_902 + - schema: *ref_901 parentsValue: {} properties: diskEncryptionKey: - schema: *ref_903 + schema: *ref_902 parentsValue: {} properties: secretUrl: schema: *ref_444 rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 + language: *ref_3407 sourceVault: schema: *ref_445 parentsValue: {} @@ -165347,17 +130214,17 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 keyEncryptionKey: - schema: *ref_904 + schema: *ref_903 parentsValue: {} properties: keyUrl: schema: *ref_446 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 + language: *ref_3410 sourceVault: schema: *ref_445 parentsValue: {} @@ -165365,23 +130232,23 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5303 + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3401 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5260 + language: *ref_3358 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 + language: *ref_3346 purchasePlan: schema: *ref_469 parentsValue: {} @@ -165389,85 +130256,85 @@ testModel: name: schema: *ref_24 rawValue: test_sku - language: *ref_5262 + language: *ref_3360 product: schema: *ref_25 rawValue: marketplace_vm_test - language: *ref_5264 + language: *ref_3362 publisher: schema: *ref_23 rawValue: test_test_pmc2pc1 - language: *ref_5263 - language: *ref_5261 + language: *ref_3361 + language: *ref_3359 securityProfile: - schema: *ref_907 + schema: *ref_906 parentsValue: {} properties: securityType: schema: *ref_464 rawValue: TrustedLaunch - language: *ref_5266 - language: *ref_5265 + language: *ref_3364 + language: *ref_3363 supportsHibernation: schema: *ref_463 rawValue: true - language: *ref_5290 + language: *ref_3388 timeCreated: schema: *ref_426 rawValue: '2016-12-28T04:41:35.079872+00:00' - language: *ref_5302 - language: *ref_5241 + language: *ref_3400 + language: *ref_3339 sku: - schema: *ref_900 + schema: *ref_899 parentsValue: {} properties: name: schema: *ref_423 rawValue: Standard_LRS - language: *ref_5268 - language: *ref_5267 - language: *ref_5300 - operation: *ref_5314 - operationGroup: *ref_5251 + language: *ref_3366 + language: *ref_3365 + language: *ref_3398 + operation: *ref_3412 + operationGroup: *ref_3349 - operationId: Disks_Delete examples: [] - operation: *ref_5315 - operationGroup: *ref_5251 + operation: *ref_3413 + operationGroup: *ref_3349 - operationId: Disks_ListByResourceGroup examples: - name: List all managed disks in a resource group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5316 - parameter: *ref_2806 + language: *ref_3414 + parameter: *ref_1900 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5318 - parameter: *ref_5317 - operation: *ref_5322 - operationGroup: *ref_5251 + language: *ref_3416 + parameter: *ref_3415 + operation: *ref_3420 + operationGroup: *ref_3349 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListManagedDisksInAResourceGroup.json responses: '200': body: - schema: *ref_2807 + schema: *ref_1901 parentsValue: {} properties: nextLink: - schema: *ref_918 + schema: *ref_917 rawValue: http://disksvchost:99/subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/Disks/myManagedDisk - language: *ref_5321 + language: *ref_3419 value: - schema: *ref_1276 + schema: *ref_1275 elements: - schema: *ref_578 parentsValue: @@ -165478,19 +130345,19 @@ testModel: name: schema: *ref_588 rawValue: myManagedDisk1 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/disks - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -165500,11 +130367,11 @@ testModel: project: schema: *ref_2 rawValue: ManagedDisks - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -165514,16 +130381,16 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_5254 - language: *ref_5242 + language: *ref_3352 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 encryption: schema: *ref_477 parentsValue: {} @@ -165531,8 +130398,8 @@ testModel: type: schema: *ref_455 rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5252 + language: *ref_3411 + language: *ref_3350 encryptionSettingsCollection: schema: *ref_474 parentsValue: {} @@ -165540,21 +130407,21 @@ testModel: enabled: schema: *ref_442 rawValue: true - language: *ref_5304 + language: *ref_3402 encryptionSettings: - schema: *ref_1274 + schema: *ref_1273 elements: - - schema: *ref_902 + - schema: *ref_901 parentsValue: {} properties: diskEncryptionKey: - schema: *ref_903 + schema: *ref_902 parentsValue: {} properties: secretUrl: schema: *ref_444 rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 + language: *ref_3407 sourceVault: schema: *ref_445 parentsValue: {} @@ -165562,17 +130429,17 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 keyEncryptionKey: - schema: *ref_904 + schema: *ref_903 parentsValue: {} properties: keyUrl: schema: *ref_446 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 + language: *ref_3410 sourceVault: schema: *ref_445 parentsValue: {} @@ -165580,24 +130447,24 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5303 + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3401 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 + language: *ref_3346 timeCreated: schema: *ref_426 rawValue: '2016-12-28T04:41:35.9278721+00:00' - language: *ref_5302 - language: *ref_5241 + language: *ref_3400 + language: *ref_3339 - schema: *ref_578 parentsValue: Resource: @@ -165607,23 +130474,23 @@ testModel: name: schema: *ref_588 rawValue: myManagedDisk2 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/disks - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -165633,12 +130500,12 @@ testModel: createOption: schema: *ref_429 rawValue: Empty - language: *ref_5243 - language: *ref_5242 + language: *ref_3341 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 10 - language: *ref_5244 + language: *ref_3342 encryption: schema: *ref_477 parentsValue: {} @@ -165646,21 +130513,21 @@ testModel: type: schema: *ref_455 rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5252 + language: *ref_3411 + language: *ref_3350 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 + language: *ref_3346 timeCreated: schema: *ref_426 rawValue: '2016-12-28T04:41:36.872242+00:00' - language: *ref_5302 - language: *ref_5241 + language: *ref_3400 + language: *ref_3339 - schema: *ref_578 parentsValue: Resource: @@ -165670,19 +130537,380 @@ testModel: name: schema: *ref_588 rawValue: myManagedDisk3 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/disks - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - language: *ref_4132 + language: *ref_2230 + location: + schema: *ref_590 + rawValue: westus + language: *ref_2225 + tags: + schema: *ref_591 + properties: + department: + schema: *ref_2 + rawValue: Development + project: + schema: *ref_2 + rawValue: ManagedDisks + language: *ref_2245 + language: *ref_2224 + properties: + properties: + schema: *ref_900 + parentsValue: {} + properties: + creationData: + schema: *ref_470 + parentsValue: {} + properties: + createOption: + schema: *ref_429 + rawValue: FromImage + language: *ref_3341 + imageReference: + schema: *ref_433 + parentsValue: {} + properties: + id: + schema: *ref_431 + rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/uswest/Publishers/Microsoft/ArtifactTypes/VMImage/Offers/{offer} + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 + diskSizeGB: + schema: *ref_439 + rawValue: 200 + language: *ref_3342 + encryption: + schema: *ref_477 + parentsValue: {} + properties: + type: + schema: *ref_455 + rawValue: EncryptionAtRestWithPlatformKey + language: *ref_3411 + language: *ref_3350 + encryptionSettingsCollection: + schema: *ref_474 + parentsValue: {} + properties: + enabled: + schema: *ref_442 + rawValue: true + language: *ref_3402 + encryptionSettings: + schema: *ref_1273 + elements: + - schema: *ref_901 + parentsValue: {} + properties: + diskEncryptionKey: + schema: *ref_902 + parentsValue: {} + properties: + secretUrl: + schema: *ref_444 + rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} + language: *ref_3407 + sourceVault: + schema: *ref_445 + parentsValue: {} + properties: + id: + schema: *ref_443 + rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 + keyEncryptionKey: + schema: *ref_903 + parentsValue: {} + properties: + keyUrl: + schema: *ref_446 + rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} + language: *ref_3410 + sourceVault: + schema: *ref_445 + parentsValue: {} + properties: + id: + schema: *ref_443 + rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3401 + osType: + schema: *ref_26 + rawValue: Windows + language: *ref_3355 + provisioningState: + schema: *ref_448 + rawValue: Succeeded + language: *ref_3346 + timeCreated: + schema: *ref_426 + rawValue: '2016-12-28T04:41:36.3973934+00:00' + language: *ref_3400 + language: *ref_3339 + language: *ref_3418 + language: *ref_3417 + operation: *ref_3420 + operationGroup: *ref_3349 + - operationId: Disks_List + examples: + - name: List all managed disks in a subscription. + clientParameters: + - exampleValue: + schema: *ref_1325 + rawValue: '{subscription-id}' + language: *ref_2215 + parameter: *ref_1330 + methodParameters: + - exampleValue: + schema: *ref_1886 + rawValue: '2020-12-01' + language: *ref_3422 + parameter: *ref_3421 + operation: *ref_3424 + operationGroup: *ref_3349 + originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListManagedDisksInASubscription.json + responses: + '200': + body: + schema: *ref_1901 + parentsValue: {} + properties: + nextLink: + schema: *ref_917 + rawValue: http://disksvchost:99/subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/Disks/myManagedDisk + language: *ref_3419 + value: + schema: *ref_1275 + elements: + - schema: *ref_578 + parentsValue: + Resource: + schema: *ref_18 + parentsValue: {} + properties: + name: + schema: *ref_588 + rawValue: myManagedDisk1 + language: *ref_2231 + type: + schema: *ref_589 + rawValue: Microsoft.Compute/disks + language: *ref_2232 + id: + schema: *ref_587 + rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 + language: *ref_2230 + location: + schema: *ref_590 + rawValue: westus + language: *ref_2225 + tags: + schema: *ref_591 + properties: + department: + schema: *ref_2 + rawValue: Development + project: + schema: *ref_2 + rawValue: ManagedDisks + language: *ref_2245 + language: *ref_2224 + properties: + properties: + schema: *ref_900 + parentsValue: {} + properties: + creationData: + schema: *ref_470 + parentsValue: {} + properties: + createOption: + schema: *ref_429 + rawValue: Copy + language: *ref_3341 + sourceResourceId: + schema: *ref_435 + rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 + language: *ref_3352 + language: *ref_3340 + diskSizeGB: + schema: *ref_439 + rawValue: 200 + language: *ref_3342 + encryption: + schema: *ref_477 + parentsValue: {} + properties: + type: + schema: *ref_455 + rawValue: EncryptionAtRestWithPlatformKey + language: *ref_3411 + language: *ref_3350 + encryptionSettingsCollection: + schema: *ref_474 + parentsValue: {} + properties: + enabled: + schema: *ref_442 + rawValue: true + language: *ref_3402 + encryptionSettings: + schema: *ref_1273 + elements: + - schema: *ref_901 + parentsValue: {} + properties: + diskEncryptionKey: + schema: *ref_902 + parentsValue: {} + properties: + secretUrl: + schema: *ref_444 + rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} + language: *ref_3407 + sourceVault: + schema: *ref_445 + parentsValue: {} + properties: + id: + schema: *ref_443 + rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 + keyEncryptionKey: + schema: *ref_903 + parentsValue: {} + properties: + keyUrl: + schema: *ref_446 + rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} + language: *ref_3410 + sourceVault: + schema: *ref_445 + parentsValue: {} + properties: + id: + schema: *ref_443 + rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3401 + osType: + schema: *ref_26 + rawValue: Windows + language: *ref_3355 + provisioningState: + schema: *ref_448 + rawValue: Succeeded + language: *ref_3346 + timeCreated: + schema: *ref_426 + rawValue: '2016-12-28T04:41:35.9278721+00:00' + language: *ref_3400 + language: *ref_3339 + - schema: *ref_578 + parentsValue: + Resource: + schema: *ref_18 + parentsValue: {} + properties: + name: + schema: *ref_588 + rawValue: myManagedDisk2 + language: *ref_2231 + type: + schema: *ref_589 + rawValue: Microsoft.Compute/disks + language: *ref_2232 + id: + schema: *ref_587 + rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 + language: *ref_2230 + location: + schema: *ref_590 + rawValue: westus + language: *ref_2225 + language: *ref_2224 + properties: + properties: + schema: *ref_900 + parentsValue: {} + properties: + creationData: + schema: *ref_470 + parentsValue: {} + properties: + createOption: + schema: *ref_429 + rawValue: Empty + language: *ref_3341 + language: *ref_3340 + diskSizeGB: + schema: *ref_439 + rawValue: 10 + language: *ref_3342 + encryption: + schema: *ref_477 + parentsValue: {} + properties: + type: + schema: *ref_455 + rawValue: EncryptionAtRestWithPlatformKey + language: *ref_3411 + language: *ref_3350 + osType: + schema: *ref_26 + rawValue: Windows + language: *ref_3355 + provisioningState: + schema: *ref_448 + rawValue: Succeeded + language: *ref_3346 + timeCreated: + schema: *ref_426 + rawValue: '2016-12-28T04:41:36.872242+00:00' + language: *ref_3400 + language: *ref_3339 + - schema: *ref_578 + parentsValue: + Resource: + schema: *ref_18 + parentsValue: {} + properties: + name: + schema: *ref_588 + rawValue: myManagedDisk3 + language: *ref_2231 + type: + schema: *ref_589 + rawValue: Microsoft.Compute/disks + language: *ref_2232 + id: + schema: *ref_587 + rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk3 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -165692,11 +130920,11 @@ testModel: project: schema: *ref_2 rawValue: ManagedDisks - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_901 + schema: *ref_900 parentsValue: {} properties: creationData: @@ -165706,7 +130934,7 @@ testModel: createOption: schema: *ref_429 rawValue: FromImage - language: *ref_5243 + language: *ref_3341 imageReference: schema: *ref_433 parentsValue: {} @@ -165714,13 +130942,13 @@ testModel: id: schema: *ref_431 rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/uswest/Publishers/Microsoft/ArtifactTypes/VMImage/Offers/{offer} - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 + language: *ref_3357 + language: *ref_3356 + language: *ref_3340 diskSizeGB: schema: *ref_439 rawValue: 200 - language: *ref_5244 + language: *ref_3342 encryption: schema: *ref_477 parentsValue: {} @@ -165728,8 +130956,8 @@ testModel: type: schema: *ref_455 rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5252 + language: *ref_3411 + language: *ref_3350 encryptionSettingsCollection: schema: *ref_474 parentsValue: {} @@ -165737,21 +130965,21 @@ testModel: enabled: schema: *ref_442 rawValue: true - language: *ref_5304 + language: *ref_3402 encryptionSettings: - schema: *ref_1274 + schema: *ref_1273 elements: - - schema: *ref_902 + - schema: *ref_901 parentsValue: {} properties: diskEncryptionKey: - schema: *ref_903 + schema: *ref_902 parentsValue: {} properties: secretUrl: schema: *ref_444 rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 + language: *ref_3407 sourceVault: schema: *ref_445 parentsValue: {} @@ -165759,378 +130987,17 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 keyEncryptionKey: - schema: *ref_904 - parentsValue: {} - properties: - keyUrl: - schema: *ref_446 - rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 - sourceVault: - schema: *ref_445 - parentsValue: {} - properties: - id: - schema: *ref_443 - rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5303 - osType: - schema: *ref_26 - rawValue: Windows - language: *ref_5257 - provisioningState: - schema: *ref_448 - rawValue: Succeeded - language: *ref_5248 - timeCreated: - schema: *ref_426 - rawValue: '2016-12-28T04:41:36.3973934+00:00' - language: *ref_5302 - language: *ref_5241 - language: *ref_5320 - language: *ref_5319 - operation: *ref_5322 - operationGroup: *ref_5251 - - operationId: Disks_List - examples: - - name: List all managed disks in a subscription. - clientParameters: - - exampleValue: - schema: *ref_1326 - rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 - methodParameters: - - exampleValue: - schema: *ref_2768 - rawValue: '2020-12-01' - language: *ref_5324 - parameter: *ref_5323 - operation: *ref_5326 - operationGroup: *ref_5251 - originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListManagedDisksInASubscription.json - responses: - '200': - body: - schema: *ref_2807 - parentsValue: {} - properties: - nextLink: - schema: *ref_918 - rawValue: http://disksvchost:99/subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/Disks/myManagedDisk - language: *ref_5321 - value: - schema: *ref_1276 - elements: - - schema: *ref_578 - parentsValue: - Resource: - schema: *ref_18 - parentsValue: {} - properties: - name: - schema: *ref_588 - rawValue: myManagedDisk1 - language: *ref_4133 - type: - schema: *ref_589 - rawValue: Microsoft.Compute/disks - language: *ref_4134 - id: - schema: *ref_587 - rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 - language: *ref_4132 - location: - schema: *ref_590 - rawValue: westus - language: *ref_4127 - tags: - schema: *ref_591 - properties: - department: - schema: *ref_2 - rawValue: Development - project: - schema: *ref_2 - rawValue: ManagedDisks - language: *ref_4147 - language: *ref_4126 - properties: - properties: - schema: *ref_901 - parentsValue: {} - properties: - creationData: - schema: *ref_470 - parentsValue: {} - properties: - createOption: - schema: *ref_429 - rawValue: Copy - language: *ref_5243 - sourceResourceId: - schema: *ref_435 - rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk1 - language: *ref_5254 - language: *ref_5242 - diskSizeGB: - schema: *ref_439 - rawValue: 200 - language: *ref_5244 - encryption: - schema: *ref_477 - parentsValue: {} - properties: - type: - schema: *ref_455 - rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5252 - encryptionSettingsCollection: - schema: *ref_474 - parentsValue: {} - properties: - enabled: - schema: *ref_442 - rawValue: true - language: *ref_5304 - encryptionSettings: - schema: *ref_1274 - elements: - - schema: *ref_902 - parentsValue: {} - properties: - diskEncryptionKey: - schema: *ref_903 - parentsValue: {} - properties: - secretUrl: - schema: *ref_444 - rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 - sourceVault: - schema: *ref_445 - parentsValue: {} - properties: - id: - schema: *ref_443 - rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 - keyEncryptionKey: - schema: *ref_904 - parentsValue: {} - properties: - keyUrl: - schema: *ref_446 - rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 - sourceVault: - schema: *ref_445 - parentsValue: {} - properties: - id: - schema: *ref_443 - rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5303 - osType: - schema: *ref_26 - rawValue: Windows - language: *ref_5257 - provisioningState: - schema: *ref_448 - rawValue: Succeeded - language: *ref_5248 - timeCreated: - schema: *ref_426 - rawValue: '2016-12-28T04:41:35.9278721+00:00' - language: *ref_5302 - language: *ref_5241 - - schema: *ref_578 - parentsValue: - Resource: - schema: *ref_18 - parentsValue: {} - properties: - name: - schema: *ref_588 - rawValue: myManagedDisk2 - language: *ref_4133 - type: - schema: *ref_589 - rawValue: Microsoft.Compute/disks - language: *ref_4134 - id: - schema: *ref_587 - rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk2 - language: *ref_4132 - location: - schema: *ref_590 - rawValue: westus - language: *ref_4127 - language: *ref_4126 - properties: - properties: - schema: *ref_901 - parentsValue: {} - properties: - creationData: - schema: *ref_470 - parentsValue: {} - properties: - createOption: - schema: *ref_429 - rawValue: Empty - language: *ref_5243 - language: *ref_5242 - diskSizeGB: - schema: *ref_439 - rawValue: 10 - language: *ref_5244 - encryption: - schema: *ref_477 - parentsValue: {} - properties: - type: - schema: *ref_455 - rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5252 - osType: - schema: *ref_26 - rawValue: Windows - language: *ref_5257 - provisioningState: - schema: *ref_448 - rawValue: Succeeded - language: *ref_5248 - timeCreated: - schema: *ref_426 - rawValue: '2016-12-28T04:41:36.872242+00:00' - language: *ref_5302 - language: *ref_5241 - - schema: *ref_578 - parentsValue: - Resource: - schema: *ref_18 - parentsValue: {} - properties: - name: - schema: *ref_588 - rawValue: myManagedDisk3 - language: *ref_4133 - type: - schema: *ref_589 - rawValue: Microsoft.Compute/disks - language: *ref_4134 - id: - schema: *ref_587 - rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk3 - language: *ref_4132 - location: - schema: *ref_590 - rawValue: westus - language: *ref_4127 - tags: - schema: *ref_591 - properties: - department: - schema: *ref_2 - rawValue: Development - project: - schema: *ref_2 - rawValue: ManagedDisks - language: *ref_4147 - language: *ref_4126 - properties: - properties: - schema: *ref_901 - parentsValue: {} - properties: - creationData: - schema: *ref_470 - parentsValue: {} - properties: - createOption: - schema: *ref_429 - rawValue: FromImage - language: *ref_5243 - imageReference: - schema: *ref_433 - parentsValue: {} - properties: - id: - schema: *ref_431 - rawValue: /Subscriptions/{subscriptionId}/Providers/Microsoft.Compute/Locations/uswest/Publishers/Microsoft/ArtifactTypes/VMImage/Offers/{offer} - language: *ref_5259 - language: *ref_5258 - language: *ref_5242 - diskSizeGB: - schema: *ref_439 - rawValue: 200 - language: *ref_5244 - encryption: - schema: *ref_477 - parentsValue: {} - properties: - type: - schema: *ref_455 - rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5252 - encryptionSettingsCollection: - schema: *ref_474 - parentsValue: {} - properties: - enabled: - schema: *ref_442 - rawValue: true - language: *ref_5304 - encryptionSettings: - schema: *ref_1274 - elements: - - schema: *ref_902 - parentsValue: {} - properties: - diskEncryptionKey: schema: *ref_903 parentsValue: {} - properties: - secretUrl: - schema: *ref_444 - rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 - sourceVault: - schema: *ref_445 - parentsValue: {} - properties: - id: - schema: *ref_443 - rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 - keyEncryptionKey: - schema: *ref_904 - parentsValue: {} properties: keyUrl: schema: *ref_446 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 + language: *ref_3410 sourceVault: schema: *ref_445 parentsValue: {} @@ -166138,61 +131005,61 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5303 + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3401 osType: schema: *ref_26 rawValue: Windows - language: *ref_5257 + language: *ref_3355 provisioningState: schema: *ref_448 rawValue: Succeeded - language: *ref_5248 + language: *ref_3346 timeCreated: schema: *ref_426 rawValue: '2016-12-28T04:41:36.3973934+00:00' - language: *ref_5302 - language: *ref_5241 - language: *ref_5320 - language: *ref_5325 - operation: *ref_5326 - operationGroup: *ref_5251 + language: *ref_3400 + language: *ref_3339 + language: *ref_3418 + language: *ref_3423 + operation: *ref_3424 + operationGroup: *ref_3349 - operationId: Disks_GrantAccess examples: [] - operation: *ref_5327 - operationGroup: *ref_5251 + operation: *ref_3425 + operationGroup: *ref_3349 - operationId: Disks_RevokeAccess examples: [] - operation: *ref_5328 - operationGroup: *ref_5251 + operation: *ref_3426 + operationGroup: *ref_3349 - operationId: Snapshots_CreateOrUpdate examples: - name: Create a snapshot by importing an unmanaged blob from a different subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5329 - parameter: *ref_2840 + language: *ref_3427 + parameter: *ref_1912 - exampleValue: schema: *ref_7 rawValue: mySnapshot1 - language: *ref_5330 - parameter: *ref_2841 + language: *ref_3428 + parameter: *ref_1913 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5332 - parameter: *ref_5331 + language: *ref_3430 + parameter: *ref_3429 - exampleValue: schema: *ref_579 parentsValue: @@ -166203,11 +131070,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166217,21 +131084,21 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 + language: *ref_3354 storageAccountId: schema: *ref_430 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount - language: *ref_5255 - language: *ref_5335 - language: *ref_5334 - language: *ref_5333 - parameter: *ref_2838 - operation: *ref_5339 - operationGroup: *ref_5340 + language: *ref_3353 + language: *ref_3433 + language: *ref_3432 + language: *ref_3431 + parameter: *ref_1910 + operation: *ref_3437 + operationGroup: *ref_3438 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateASnapshotByImportingAnUnmanagedBlobFromADifferentSubscription.json responses: '200': @@ -166245,15 +131112,15 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot1 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166263,22 +131130,22 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 + language: *ref_3354 storageAccountId: schema: *ref_430 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount - language: *ref_5255 - language: *ref_5335 + language: *ref_3353 + language: *ref_3433 provisioningState: schema: *ref_475 rawValue: Updating - language: *ref_5337 - language: *ref_5334 - language: *ref_5336 + language: *ref_3435 + language: *ref_3432 + language: *ref_3434 '202': body: schema: *ref_579 @@ -166290,15 +131157,15 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot1 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166308,45 +131175,45 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 + language: *ref_3354 storageAccountId: schema: *ref_430 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount - language: *ref_5255 - language: *ref_5335 + language: *ref_3353 + language: *ref_3433 provisioningState: schema: *ref_475 rawValue: Updating - language: *ref_5337 - language: *ref_5334 - language: *ref_5338 + language: *ref_3435 + language: *ref_3432 + language: *ref_3436 - name: Create a snapshot by importing an unmanaged blob from the same subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5329 - parameter: *ref_2840 + language: *ref_3427 + parameter: *ref_1912 - exampleValue: schema: *ref_7 rawValue: mySnapshot1 - language: *ref_5330 - parameter: *ref_2841 + language: *ref_3428 + parameter: *ref_1913 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5332 - parameter: *ref_5331 + language: *ref_3430 + parameter: *ref_3429 - exampleValue: schema: *ref_579 parentsValue: @@ -166357,11 +131224,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166371,17 +131238,17 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 - language: *ref_5335 - language: *ref_5334 - language: *ref_5333 - parameter: *ref_2838 - operation: *ref_5339 - operationGroup: *ref_5340 + language: *ref_3354 + language: *ref_3433 + language: *ref_3432 + language: *ref_3431 + parameter: *ref_1910 + operation: *ref_3437 + operationGroup: *ref_3438 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateASnapshotByImportingAnUnmanagedBlobFromTheSameSubscription.json responses: '200': @@ -166395,15 +131262,15 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot1 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166413,18 +131280,18 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 - language: *ref_5335 + language: *ref_3354 + language: *ref_3433 provisioningState: schema: *ref_475 rawValue: Updating - language: *ref_5337 - language: *ref_5334 - language: *ref_5336 + language: *ref_3435 + language: *ref_3432 + language: *ref_3434 '202': body: schema: *ref_579 @@ -166436,15 +131303,15 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot1 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166454,41 +131321,41 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 - language: *ref_5335 + language: *ref_3354 + language: *ref_3433 provisioningState: schema: *ref_475 rawValue: Updating - language: *ref_5337 - language: *ref_5334 - language: *ref_5338 + language: *ref_3435 + language: *ref_3432 + language: *ref_3436 - name: Create a snapshot from an existing snapshot in the same or a different subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5329 - parameter: *ref_2840 + language: *ref_3427 + parameter: *ref_1912 - exampleValue: schema: *ref_7 rawValue: mySnapshot2 - language: *ref_5330 - parameter: *ref_2841 + language: *ref_3428 + parameter: *ref_1913 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5332 - parameter: *ref_5331 + language: *ref_3430 + parameter: *ref_3429 - exampleValue: schema: *ref_579 parentsValue: @@ -166499,11 +131366,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166513,17 +131380,17 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_5254 - language: *ref_5335 - language: *ref_5334 - language: *ref_5333 - parameter: *ref_2838 - operation: *ref_5339 - operationGroup: *ref_5340 + language: *ref_3352 + language: *ref_3433 + language: *ref_3432 + language: *ref_3431 + parameter: *ref_1910 + operation: *ref_3437 + operationGroup: *ref_3438 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateASnapshotFromAnExistingSnapshot.json responses: '200': @@ -166537,15 +131404,15 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot2 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166555,18 +131422,18 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_5254 - language: *ref_5335 + language: *ref_3352 + language: *ref_3433 provisioningState: schema: *ref_475 rawValue: Updating - language: *ref_5337 - language: *ref_5334 - language: *ref_5336 + language: *ref_3435 + language: *ref_3432 + language: *ref_3434 '202': body: schema: *ref_579 @@ -166578,15 +131445,15 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot2 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166596,51 +131463,51 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_5254 - language: *ref_5335 + language: *ref_3352 + language: *ref_3433 provisioningState: schema: *ref_475 rawValue: Updating - language: *ref_5337 - language: *ref_5334 - language: *ref_5338 - operation: *ref_5339 - operationGroup: *ref_5340 + language: *ref_3435 + language: *ref_3432 + language: *ref_3436 + operation: *ref_3437 + operationGroup: *ref_3438 - operationId: Snapshots_Update examples: [] - operation: *ref_5341 - operationGroup: *ref_5340 + operation: *ref_3439 + operationGroup: *ref_3438 - operationId: Snapshots_Get examples: - name: Get information about a snapshot. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5342 - parameter: *ref_2861 + language: *ref_3440 + parameter: *ref_1919 - exampleValue: schema: *ref_7 rawValue: mySnapshot - language: *ref_5343 - parameter: *ref_2862 + language: *ref_3441 + parameter: *ref_1920 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5345 - parameter: *ref_5344 - operation: *ref_5356 - operationGroup: *ref_5340 + language: *ref_3443 + parameter: *ref_3442 + operation: *ref_3454 + operationGroup: *ref_3438 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/GetInformationAboutASnapshot.json responses: '200': @@ -166654,19 +131521,19 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/snapshots - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -166676,11 +131543,11 @@ testModel: project: schema: *ref_2 rawValue: Snapshots - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166690,20 +131557,20 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myDisk - language: *ref_5254 + language: *ref_3352 sourceUniqueId: schema: *ref_436 rawValue: d633885d-d102-4481-901e-5b2413d1a7be - language: *ref_5351 - language: *ref_5335 + language: *ref_3449 + language: *ref_3433 diskSizeGB: schema: *ref_471 rawValue: 100 - language: *ref_5352 + language: *ref_3450 encryption: schema: *ref_477 parentsValue: {} @@ -166711,8 +131578,8 @@ testModel: type: schema: *ref_455 rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5354 + language: *ref_3411 + language: *ref_3452 encryptionSettingsCollection: schema: *ref_474 parentsValue: {} @@ -166720,21 +131587,21 @@ testModel: enabled: schema: *ref_442 rawValue: true - language: *ref_5304 + language: *ref_3402 encryptionSettings: - schema: *ref_1274 + schema: *ref_1273 elements: - - schema: *ref_902 + - schema: *ref_901 parentsValue: {} properties: diskEncryptionKey: - schema: *ref_903 + schema: *ref_902 parentsValue: {} properties: secretUrl: schema: *ref_444 rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 + language: *ref_3407 sourceVault: schema: *ref_445 parentsValue: {} @@ -166742,17 +131609,17 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 keyEncryptionKey: - schema: *ref_904 + schema: *ref_903 parentsValue: {} properties: keyUrl: schema: *ref_446 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 + language: *ref_3410 sourceVault: schema: *ref_445 parentsValue: {} @@ -166760,23 +131627,23 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5353 + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3451 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5349 + language: *ref_3447 osType: schema: *ref_26 rawValue: Windows - language: *ref_5348 + language: *ref_3446 provisioningState: schema: *ref_475 rawValue: Succeeded - language: *ref_5337 + language: *ref_3435 purchasePlan: schema: *ref_469 parentsValue: {} @@ -166784,63 +131651,63 @@ testModel: name: schema: *ref_24 rawValue: test_sku - language: *ref_5262 + language: *ref_3360 product: schema: *ref_25 rawValue: marketplace_vm_test - language: *ref_5264 + language: *ref_3362 publisher: schema: *ref_23 rawValue: test_test_pmc2pc1 - language: *ref_5263 - language: *ref_5350 + language: *ref_3361 + language: *ref_3448 supportsHibernation: schema: *ref_479 rawValue: true - language: *ref_5355 + language: *ref_3453 timeCreated: schema: *ref_468 rawValue: '2016-12-28T04:41:35.079872+00:00' - language: *ref_5347 - language: *ref_5334 - language: *ref_5346 - operation: *ref_5356 - operationGroup: *ref_5340 + language: *ref_3445 + language: *ref_3432 + language: *ref_3444 + operation: *ref_3454 + operationGroup: *ref_3438 - operationId: Snapshots_Delete examples: [] - operation: *ref_5357 - operationGroup: *ref_5340 + operation: *ref_3455 + operationGroup: *ref_3438 - operationId: Snapshots_ListByResourceGroup examples: - name: List all snapshots in a resource group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5358 - parameter: *ref_2875 + language: *ref_3456 + parameter: *ref_1923 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5360 - parameter: *ref_5359 - operation: *ref_5363 - operationGroup: *ref_5340 + language: *ref_3458 + parameter: *ref_3457 + operation: *ref_3461 + operationGroup: *ref_3438 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListSnapshotsInAResourceGroup.json responses: '200': body: - schema: *ref_2876 + schema: *ref_1924 parentsValue: {} properties: value: - schema: *ref_1277 + schema: *ref_1276 elements: - schema: *ref_579 parentsValue: @@ -166851,19 +131718,19 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/snapshots - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -166873,11 +131740,11 @@ testModel: project: schema: *ref_2 rawValue: Snapshots - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -166887,16 +131754,16 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_5254 - language: *ref_5335 + language: *ref_3352 + language: *ref_3433 diskSizeGB: schema: *ref_471 rawValue: 200 - language: *ref_5352 + language: *ref_3450 encryption: schema: *ref_477 parentsValue: {} @@ -166904,8 +131771,8 @@ testModel: type: schema: *ref_455 rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5354 + language: *ref_3411 + language: *ref_3452 encryptionSettingsCollection: schema: *ref_474 parentsValue: {} @@ -166913,21 +131780,21 @@ testModel: enabled: schema: *ref_442 rawValue: true - language: *ref_5304 + language: *ref_3402 encryptionSettings: - schema: *ref_1274 + schema: *ref_1273 elements: - - schema: *ref_902 + - schema: *ref_901 parentsValue: {} properties: diskEncryptionKey: - schema: *ref_903 + schema: *ref_902 parentsValue: {} properties: secretUrl: schema: *ref_444 rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 + language: *ref_3407 sourceVault: schema: *ref_445 parentsValue: {} @@ -166935,17 +131802,17 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 keyEncryptionKey: - schema: *ref_904 + schema: *ref_903 parentsValue: {} properties: keyUrl: schema: *ref_446 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 + language: *ref_3410 sourceVault: schema: *ref_445 parentsValue: {} @@ -166953,54 +131820,54 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5353 + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3451 osType: schema: *ref_26 rawValue: Windows - language: *ref_5348 + language: *ref_3446 provisioningState: schema: *ref_475 rawValue: Succeeded - language: *ref_5337 + language: *ref_3435 timeCreated: schema: *ref_468 rawValue: '2016-12-28T04:41:35.9278721+00:00' - language: *ref_5347 - language: *ref_5334 - language: *ref_5362 - language: *ref_5361 - operation: *ref_5363 - operationGroup: *ref_5340 + language: *ref_3445 + language: *ref_3432 + language: *ref_3460 + language: *ref_3459 + operation: *ref_3461 + operationGroup: *ref_3438 - operationId: Snapshots_List examples: - name: List all snapshots in a subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5365 - parameter: *ref_5364 - operation: *ref_5367 - operationGroup: *ref_5340 + language: *ref_3463 + parameter: *ref_3462 + operation: *ref_3465 + operationGroup: *ref_3438 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListSnapshotsInASubscription.json responses: '200': body: - schema: *ref_2876 + schema: *ref_1924 parentsValue: {} properties: value: - schema: *ref_1277 + schema: *ref_1276 elements: - schema: *ref_579 parentsValue: @@ -167011,19 +131878,19 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot1 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/snapshots - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot1 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -167033,11 +131900,11 @@ testModel: project: schema: *ref_2 rawValue: Snapshots - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -167047,16 +131914,16 @@ testModel: createOption: schema: *ref_429 rawValue: Copy - language: *ref_5243 + language: *ref_3341 sourceResourceId: schema: *ref_435 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_5254 - language: *ref_5335 + language: *ref_3352 + language: *ref_3433 diskSizeGB: schema: *ref_471 rawValue: 200 - language: *ref_5352 + language: *ref_3450 encryption: schema: *ref_477 parentsValue: {} @@ -167064,8 +131931,8 @@ testModel: type: schema: *ref_455 rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5354 + language: *ref_3411 + language: *ref_3452 encryptionSettingsCollection: schema: *ref_474 parentsValue: {} @@ -167073,21 +131940,21 @@ testModel: enabled: schema: *ref_442 rawValue: true - language: *ref_5304 + language: *ref_3402 encryptionSettings: - schema: *ref_1274 + schema: *ref_1273 elements: - - schema: *ref_902 + - schema: *ref_901 parentsValue: {} properties: diskEncryptionKey: - schema: *ref_903 + schema: *ref_902 parentsValue: {} properties: secretUrl: schema: *ref_444 rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 + language: *ref_3407 sourceVault: schema: *ref_445 parentsValue: {} @@ -167095,17 +131962,17 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 keyEncryptionKey: - schema: *ref_904 + schema: *ref_903 parentsValue: {} properties: keyUrl: schema: *ref_446 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 + language: *ref_3410 sourceVault: schema: *ref_445 parentsValue: {} @@ -167113,24 +131980,24 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5353 + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3451 osType: schema: *ref_26 rawValue: Windows - language: *ref_5348 + language: *ref_3446 provisioningState: schema: *ref_475 rawValue: Succeeded - language: *ref_5337 + language: *ref_3435 timeCreated: schema: *ref_468 rawValue: '2016-12-28T04:47:30.6630569+00:00' - language: *ref_5347 - language: *ref_5334 + language: *ref_3445 + language: *ref_3432 - schema: *ref_579 parentsValue: Resource: @@ -167140,19 +132007,19 @@ testModel: name: schema: *ref_588 rawValue: mySnapshot2 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/snapshots - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot2 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -167162,11 +132029,11 @@ testModel: project: schema: *ref_2 rawValue: Snapshots - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_923 + schema: *ref_922 parentsValue: {} properties: creationData: @@ -167176,20 +132043,20 @@ testModel: createOption: schema: *ref_429 rawValue: Import - language: *ref_5243 + language: *ref_3341 sourceUri: schema: *ref_434 rawValue: https://mystorageaccount.blob.core.windows.net/osimages/osimage.vhd - language: *ref_5256 + language: *ref_3354 storageAccountId: schema: *ref_430 rawValue: subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/myStorageAccount - language: *ref_5255 - language: *ref_5335 + language: *ref_3353 + language: *ref_3433 diskSizeGB: schema: *ref_471 rawValue: 200 - language: *ref_5352 + language: *ref_3450 encryption: schema: *ref_477 parentsValue: {} @@ -167197,8 +132064,8 @@ testModel: type: schema: *ref_455 rawValue: EncryptionAtRestWithPlatformKey - language: *ref_5313 - language: *ref_5354 + language: *ref_3411 + language: *ref_3452 encryptionSettingsCollection: schema: *ref_474 parentsValue: {} @@ -167206,21 +132073,21 @@ testModel: enabled: schema: *ref_442 rawValue: true - language: *ref_5304 + language: *ref_3402 encryptionSettings: - schema: *ref_1274 + schema: *ref_1273 elements: - - schema: *ref_902 + - schema: *ref_901 parentsValue: {} properties: diskEncryptionKey: - schema: *ref_903 + schema: *ref_902 parentsValue: {} properties: secretUrl: schema: *ref_444 rawValue: https://myvmvault.vault-int.azure-int.net/secrets/{secret} - language: *ref_5309 + language: *ref_3407 sourceVault: schema: *ref_445 parentsValue: {} @@ -167228,17 +132095,17 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5307 - language: *ref_5306 + language: *ref_3406 + language: *ref_3405 + language: *ref_3404 keyEncryptionKey: - schema: *ref_904 + schema: *ref_903 parentsValue: {} properties: keyUrl: schema: *ref_446 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5312 + language: *ref_3410 sourceVault: schema: *ref_445 parentsValue: {} @@ -167246,61 +132113,61 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5311 - language: *ref_5310 - language: *ref_5305 - language: *ref_5353 + language: *ref_3406 + language: *ref_3409 + language: *ref_3408 + language: *ref_3403 + language: *ref_3451 osType: schema: *ref_26 rawValue: Windows - language: *ref_5348 + language: *ref_3446 provisioningState: schema: *ref_475 rawValue: Succeeded - language: *ref_5337 + language: *ref_3435 timeCreated: schema: *ref_468 rawValue: '2016-12-28T04:47:30.3247198+00:00' - language: *ref_5347 - language: *ref_5334 - language: *ref_5362 - language: *ref_5366 - operation: *ref_5367 - operationGroup: *ref_5340 + language: *ref_3445 + language: *ref_3432 + language: *ref_3460 + language: *ref_3464 + operation: *ref_3465 + operationGroup: *ref_3438 - operationId: Snapshots_GrantAccess examples: [] - operation: *ref_5368 - operationGroup: *ref_5340 + operation: *ref_3466 + operationGroup: *ref_3438 - operationId: Snapshots_RevokeAccess examples: [] - operation: *ref_5369 - operationGroup: *ref_5340 + operation: *ref_3467 + operationGroup: *ref_3438 - operationId: DiskEncryptionSets_CreateOrUpdate examples: - name: Create a disk encryption set with key vault from a different subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5370 - parameter: *ref_2907 + language: *ref_3468 + parameter: *ref_1933 - exampleValue: schema: *ref_7 rawValue: myDiskEncryptionSet - language: *ref_5371 - parameter: *ref_2908 + language: *ref_3469 + parameter: *ref_1934 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5373 - parameter: *ref_5372 + language: *ref_3471 + parameter: *ref_3470 - exampleValue: schema: *ref_580 parentsValue: @@ -167311,20 +132178,20 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167334,17 +132201,17 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/{key} - language: *ref_5380 - language: *ref_5379 + language: *ref_3478 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 - language: *ref_5377 - language: *ref_5374 - parameter: *ref_2905 - operation: *ref_5384 - operationGroup: *ref_5385 + language: *ref_3476 + language: *ref_3475 + language: *ref_3472 + parameter: *ref_1931 + operation: *ref_3482 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateADiskEncryptionSetWithKeyVaultFromADifferentSubscription.json responses: '200': @@ -167358,24 +132225,24 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167385,18 +132252,18 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/{key} - language: *ref_5380 - language: *ref_5379 + language: *ref_3478 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 - language: *ref_5377 - language: *ref_5381 + language: *ref_3480 + language: *ref_3475 + language: *ref_3479 '202': body: schema: *ref_580 @@ -167408,24 +132275,24 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167435,41 +132302,41 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/{key} - language: *ref_5380 - language: *ref_5379 + language: *ref_3478 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 - language: *ref_5377 - language: *ref_5383 + language: *ref_3480 + language: *ref_3475 + language: *ref_3481 - name: Create a disk encryption set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5370 - parameter: *ref_2907 + language: *ref_3468 + parameter: *ref_1933 - exampleValue: schema: *ref_7 rawValue: myDiskEncryptionSet - language: *ref_5371 - parameter: *ref_2908 + language: *ref_3469 + parameter: *ref_1934 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5373 - parameter: *ref_5372 + language: *ref_3471 + parameter: *ref_3470 - exampleValue: schema: *ref_580 parentsValue: @@ -167480,20 +132347,20 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167503,7 +132370,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -167511,18 +132378,18 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 - language: *ref_5377 - language: *ref_5374 - parameter: *ref_2905 - operation: *ref_5384 - operationGroup: *ref_5385 + language: *ref_3476 + language: *ref_3475 + language: *ref_3472 + parameter: *ref_1931 + operation: *ref_3482 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateADiskEncryptionSet.json responses: '200': @@ -167536,24 +132403,24 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167563,7 +132430,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -167571,19 +132438,19 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 - language: *ref_5377 - language: *ref_5381 + language: *ref_3480 + language: *ref_3475 + language: *ref_3479 '202': body: schema: *ref_580 @@ -167595,24 +132462,24 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167622,7 +132489,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -167630,61 +132497,61 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 - language: *ref_5377 - language: *ref_5383 - operation: *ref_5384 - operationGroup: *ref_5385 + language: *ref_3480 + language: *ref_3475 + language: *ref_3481 + operation: *ref_3482 + operationGroup: *ref_3483 - operationId: DiskEncryptionSets_Update examples: - name: Update a disk encryption set with rotationToLatestKeyVersionEnabled set to true - Succeeded clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5387 - parameter: *ref_2919 + language: *ref_3485 + parameter: *ref_1938 - exampleValue: schema: *ref_7 rawValue: myDiskEncryptionSet - language: *ref_5388 - parameter: *ref_2920 + language: *ref_3486 + parameter: *ref_1939 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5390 - parameter: *ref_5389 + language: *ref_3488 + parameter: *ref_3487 - exampleValue: - schema: *ref_2916 + schema: *ref_1935 parentsValue: {} properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5396 + language: *ref_3474 + language: *ref_3494 properties: - schema: *ref_932 + schema: *ref_931 parentsValue: {} properties: activeKey: @@ -167694,21 +132561,21 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/keyName/keyVersion1 - language: *ref_5380 - language: *ref_5394 + language: *ref_3478 + language: *ref_3492 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5393 + language: *ref_3491 rotationToLatestKeyVersionEnabled: schema: *ref_487 rawValue: true - language: *ref_5395 - language: *ref_5392 - language: *ref_5391 - parameter: *ref_2917 - operation: *ref_5402 - operationGroup: *ref_5385 + language: *ref_3493 + language: *ref_3490 + language: *ref_3489 + parameter: *ref_1936 + operation: *ref_3500 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateADiskEncryptionSetWithRotationToLatestKeyVersionEnabled.json responses: '200': @@ -167722,32 +132589,32 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167757,26 +132624,26 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/keyName/KeyVersion2 - language: *ref_5380 - language: *ref_5379 + language: *ref_3478 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 lastKeyRotationTimestamp: schema: *ref_488 rawValue: '2020-12-01T04:41:35.079872+00:00' - language: *ref_5400 + language: *ref_3498 provisioningState: schema: *ref_486 rawValue: Succeeded - language: *ref_5398 + language: *ref_3496 rotationToLatestKeyVersionEnabled: schema: *ref_487 rawValue: true - language: *ref_5399 - language: *ref_5377 - language: *ref_5397 + language: *ref_3497 + language: *ref_3475 + language: *ref_3495 '202': body: schema: *ref_580 @@ -167788,32 +132655,32 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167823,56 +132690,56 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/keyName/keyVersion1 - language: *ref_5380 - language: *ref_5379 + language: *ref_3478 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 - language: *ref_5377 - language: *ref_5401 + language: *ref_3480 + language: *ref_3475 + language: *ref_3499 - name: Update a disk encryption set with rotationToLatestKeyVersionEnabled set to true - Updating clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5387 - parameter: *ref_2919 + language: *ref_3485 + parameter: *ref_1938 - exampleValue: schema: *ref_7 rawValue: myDiskEncryptionSet - language: *ref_5388 - parameter: *ref_2920 + language: *ref_3486 + parameter: *ref_1939 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5390 - parameter: *ref_5389 + language: *ref_3488 + parameter: *ref_3487 - exampleValue: - schema: *ref_2916 + schema: *ref_1935 parentsValue: {} properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5396 + language: *ref_3474 + language: *ref_3494 properties: - schema: *ref_932 + schema: *ref_931 parentsValue: {} properties: activeKey: @@ -167882,21 +132749,21 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/keyName/keyVersion1 - language: *ref_5380 - language: *ref_5394 + language: *ref_3478 + language: *ref_3492 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5393 + language: *ref_3491 rotationToLatestKeyVersionEnabled: schema: *ref_487 rawValue: true - language: *ref_5395 - language: *ref_5392 - language: *ref_5391 - parameter: *ref_2917 - operation: *ref_5402 - operationGroup: *ref_5385 + language: *ref_3493 + language: *ref_3490 + language: *ref_3489 + parameter: *ref_1936 + operation: *ref_3500 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateADiskEncryptionSetWithRotationToLatestKeyVersionEnabledInProgress.json responses: '200': @@ -167910,32 +132777,32 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -167945,18 +132812,18 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/keyName/keyVersion2 - language: *ref_5380 - language: *ref_5379 + language: *ref_3478 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 lastKeyRotationTimestamp: schema: *ref_488 rawValue: '2020-12-01T04:41:35.079872+00:00' - language: *ref_5400 + language: *ref_3498 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: - schema: *ref_485 parentsValue: {} @@ -167964,18 +132831,18 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/keyName/keyVersion1 - language: *ref_5380 - language: *ref_5382 + language: *ref_3478 + language: *ref_3480 provisioningState: schema: *ref_486 rawValue: Updating - language: *ref_5398 + language: *ref_3496 rotationToLatestKeyVersionEnabled: schema: *ref_487 rawValue: true - language: *ref_5399 - language: *ref_5377 - language: *ref_5397 + language: *ref_3497 + language: *ref_3475 + language: *ref_3495 '202': body: schema: *ref_580 @@ -167987,32 +132854,32 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -168022,47 +132889,47 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvaultdifferentsub.vault-int.azure-int.net/keys/keyName/keyVersion1 - language: *ref_5380 - language: *ref_5379 + language: *ref_3478 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 - language: *ref_5377 - language: *ref_5401 + language: *ref_3480 + language: *ref_3475 + language: *ref_3499 - name: Update a disk encryption set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5387 - parameter: *ref_2919 + language: *ref_3485 + parameter: *ref_1938 - exampleValue: schema: *ref_7 rawValue: myDiskEncryptionSet - language: *ref_5388 - parameter: *ref_2920 + language: *ref_3486 + parameter: *ref_1939 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5390 - parameter: *ref_5389 + language: *ref_3488 + parameter: *ref_3487 - exampleValue: - schema: *ref_2916 + schema: *ref_1935 parentsValue: {} properties: properties: - schema: *ref_932 + schema: *ref_931 parentsValue: {} properties: activeKey: @@ -168072,7 +132939,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/keyName/keyVersion - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -168080,16 +132947,16 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5394 + language: *ref_3406 + language: *ref_3484 + language: *ref_3492 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5393 - language: *ref_5392 + language: *ref_3491 + language: *ref_3490 tags: - schema: *ref_931 + schema: *ref_930 properties: department: schema: *ref_7 @@ -168097,11 +132964,11 @@ testModel: project: schema: *ref_7 rawValue: Encryption - language: *ref_5403 - language: *ref_5391 - parameter: *ref_2917 - operation: *ref_5402 - operationGroup: *ref_5385 + language: *ref_3501 + language: *ref_3489 + parameter: *ref_1936 + operation: *ref_3500 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateADiskEncryptionSet.json responses: '200': @@ -168115,11 +132982,11 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -168129,20 +132996,20 @@ testModel: project: schema: *ref_2 rawValue: Encryption - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -168152,7 +133019,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/keyName/keyVersion - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -168160,23 +133027,23 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 lastKeyRotationTimestamp: schema: *ref_488 rawValue: '2020-12-01T04:41:35.079872+00:00' - language: *ref_5400 + language: *ref_3498 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 - language: *ref_5377 - language: *ref_5397 + language: *ref_3480 + language: *ref_3475 + language: *ref_3495 '202': body: schema: *ref_580 @@ -168188,11 +133055,11 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -168202,20 +133069,20 @@ testModel: project: schema: *ref_2 rawValue: Encryption - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -168225,7 +133092,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/keyName/keyVersion - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -168233,48 +133100,48 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 - language: *ref_5377 - language: *ref_5401 - operation: *ref_5402 - operationGroup: *ref_5385 + language: *ref_3480 + language: *ref_3475 + language: *ref_3499 + operation: *ref_3500 + operationGroup: *ref_3483 - operationId: DiskEncryptionSets_Get examples: - name: Get information about a disk encryption set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5404 - parameter: *ref_2928 + language: *ref_3502 + parameter: *ref_1940 - exampleValue: schema: *ref_7 rawValue: myDiskEncryptionSet - language: *ref_5405 - parameter: *ref_2929 + language: *ref_3503 + parameter: *ref_1941 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5407 - parameter: *ref_5406 - operation: *ref_5409 - operationGroup: *ref_5385 + language: *ref_3505 + parameter: *ref_3504 + operation: *ref_3507 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/GetInformationAboutADiskEncryptionSet.json responses: '200': @@ -168288,19 +133155,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -168310,20 +133177,20 @@ testModel: project: schema: *ref_2 rawValue: Encryption - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -168333,7 +133200,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -168341,94 +133208,94 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 + language: *ref_3480 provisioningState: schema: *ref_486 rawValue: Succeeded - language: *ref_5398 - language: *ref_5377 - language: *ref_5408 - operation: *ref_5409 - operationGroup: *ref_5385 + language: *ref_3496 + language: *ref_3475 + language: *ref_3506 + operation: *ref_3507 + operationGroup: *ref_3483 - operationId: DiskEncryptionSets_Delete examples: - name: Delete a disk encryption set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5410 - parameter: *ref_2935 + language: *ref_3508 + parameter: *ref_1942 - exampleValue: schema: *ref_7 rawValue: myDiskEncryptionSet - language: *ref_5411 - parameter: *ref_2936 + language: *ref_3509 + parameter: *ref_1943 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5413 - parameter: *ref_5412 - operation: *ref_5414 - operationGroup: *ref_5385 + language: *ref_3511 + parameter: *ref_3510 + operation: *ref_3512 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/DeleteADiskEncryptionSet.json responses: '200': {} '202': {} '204': {} - operation: *ref_5414 - operationGroup: *ref_5385 + operation: *ref_3512 + operationGroup: *ref_3483 - operationId: DiskEncryptionSets_ListByResourceGroup examples: - name: List all disk encryption sets in a resource group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5415 - parameter: *ref_2942 + language: *ref_3513 + parameter: *ref_1944 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5417 - parameter: *ref_5416 - operation: *ref_5421 - operationGroup: *ref_5385 + language: *ref_3515 + parameter: *ref_3514 + operation: *ref_3519 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListDiskEncryptionSetsInAResourceGroup.json responses: '200': body: - schema: *ref_2943 + schema: *ref_1945 parentsValue: {} properties: nextLink: - schema: *ref_933 + schema: *ref_932 rawValue: https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets?$skiptoken={token} - language: *ref_5420 + language: *ref_3518 value: - schema: *ref_1279 + schema: *ref_1278 elements: - schema: *ref_580 parentsValue: @@ -168439,19 +133306,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -168461,20 +133328,20 @@ testModel: project: schema: *ref_2 rawValue: Encryption - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -168484,7 +133351,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -168492,22 +133359,22 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 + language: *ref_3480 provisioningState: schema: *ref_486 rawValue: Succeeded - language: *ref_5398 - language: *ref_5377 + language: *ref_3496 + language: *ref_3475 - schema: *ref_580 parentsValue: Resource: @@ -168517,19 +133384,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet2 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet2 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -168539,20 +133406,20 @@ testModel: project: schema: *ref_2 rawValue: Encryption - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -168562,7 +133429,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -168570,56 +133437,56 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault2 - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 + language: *ref_3480 provisioningState: schema: *ref_486 rawValue: Succeeded - language: *ref_5398 - language: *ref_5377 - language: *ref_5419 - language: *ref_5418 - operation: *ref_5421 - operationGroup: *ref_5385 + language: *ref_3496 + language: *ref_3475 + language: *ref_3517 + language: *ref_3516 + operation: *ref_3519 + operationGroup: *ref_3483 - operationId: DiskEncryptionSets_List examples: - name: List all disk encryption sets in a subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5423 - parameter: *ref_5422 - operation: *ref_5425 - operationGroup: *ref_5385 + language: *ref_3521 + parameter: *ref_3520 + operation: *ref_3523 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListDiskEncryptionSetsInASubscription.json responses: '200': body: - schema: *ref_2943 + schema: *ref_1945 parentsValue: {} properties: nextLink: - schema: *ref_933 + schema: *ref_932 rawValue: https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets?$skiptoken={token} - language: *ref_5420 + language: *ref_3518 value: - schema: *ref_1279 + schema: *ref_1278 elements: - schema: *ref_580 parentsValue: @@ -168630,19 +133497,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -168652,20 +133519,20 @@ testModel: project: schema: *ref_2 rawValue: Encryption - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -168675,7 +133542,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -168683,22 +133550,22 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 + language: *ref_3480 provisioningState: schema: *ref_486 rawValue: Succeeded - language: *ref_5398 - language: *ref_5377 + language: *ref_3496 + language: *ref_3475 - schema: *ref_580 parentsValue: Resource: @@ -168708,19 +133575,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskEncryptionSet2 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskEncryptionSets - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscriptionId}/resourceGroups/mySecondResourceGroup/providers/Microsoft.Compute/diskEncryptionSets/myDiskEncryptionSet2 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -168730,20 +133597,20 @@ testModel: project: schema: *ref_2 rawValue: Encryption - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: identity: - schema: *ref_929 + schema: *ref_928 parentsValue: {} properties: type: schema: *ref_480 rawValue: SystemAssigned - language: *ref_5376 - language: *ref_5375 + language: *ref_3474 + language: *ref_3473 properties: - schema: *ref_930 + schema: *ref_929 parentsValue: {} properties: activeKey: @@ -168753,7 +133620,7 @@ testModel: keyUrl: schema: *ref_484 rawValue: https://myvmvault.vault-int.azure-int.net/keys/{key} - language: *ref_5380 + language: *ref_3478 sourceVault: schema: *ref_445 parentsValue: {} @@ -168761,100 +133628,100 @@ testModel: id: schema: *ref_443 rawValue: /subscriptions/{subscriptionId}/resourceGroups/mySecondResourceGroup/providers/Microsoft.KeyVault/vaults/myVMVault2 - language: *ref_5308 - language: *ref_5386 - language: *ref_5379 + language: *ref_3406 + language: *ref_3484 + language: *ref_3477 encryptionType: schema: *ref_483 rawValue: EncryptionAtRestWithCustomerKey - language: *ref_5378 + language: *ref_3476 previousKeys: - schema: *ref_1278 + schema: *ref_1277 elements: [] - language: *ref_5382 + language: *ref_3480 provisioningState: schema: *ref_486 rawValue: Succeeded - language: *ref_5398 - language: *ref_5377 - language: *ref_5419 - language: *ref_5424 - operation: *ref_5425 - operationGroup: *ref_5385 + language: *ref_3496 + language: *ref_3475 + language: *ref_3517 + language: *ref_3522 + operation: *ref_3523 + operationGroup: *ref_3483 - operationId: DiskEncryptionSets_ListAssociatedResources examples: - name: List all resources that are encrypted with this disk encryption set. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5426 - parameter: *ref_2954 + language: *ref_3524 + parameter: *ref_1946 - exampleValue: schema: *ref_7 rawValue: myDiskEncryptionSet - language: *ref_5427 - parameter: *ref_2955 + language: *ref_3525 + parameter: *ref_1947 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5429 - parameter: *ref_5428 - operation: *ref_5433 - operationGroup: *ref_5385 + language: *ref_3527 + parameter: *ref_3526 + operation: *ref_3531 + operationGroup: *ref_3483 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListDiskEncryptionSetAssociatedResources.json responses: '200': body: - schema: *ref_2956 + schema: *ref_1948 parentsValue: {} properties: nextLink: - schema: *ref_935 + schema: *ref_934 rawValue: https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}/associatedResources?$skiptoken={token} - language: *ref_5432 + language: *ref_3530 value: - schema: *ref_1280 + schema: *ref_1279 elements: - - schema: *ref_934 + - schema: *ref_933 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/disks/myManagedDisk - - schema: *ref_934 + - schema: *ref_933 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/snapshots/mySnapshot - language: *ref_5431 - language: *ref_5430 - operation: *ref_5433 - operationGroup: *ref_5385 + language: *ref_3529 + language: *ref_3528 + operation: *ref_3531 + operationGroup: *ref_3483 - operationId: DiskAccesses_CreateOrUpdate examples: - name: Create a disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5434 - parameter: *ref_2964 + language: *ref_3532 + parameter: *ref_1951 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5435 - parameter: *ref_2965 + language: *ref_3533 + parameter: *ref_1952 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5437 - parameter: *ref_5436 + language: *ref_3535 + parameter: *ref_3534 - exampleValue: schema: *ref_581 parentsValue: @@ -168865,13 +133732,13 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: {} - language: *ref_5438 - parameter: *ref_2962 - operation: *ref_5444 - operationGroup: *ref_5445 + language: *ref_3536 + parameter: *ref_1949 + operation: *ref_3542 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/CreateADiskAccess.json responses: '200': @@ -168885,35 +133752,35 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourcegroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_936 + schema: *ref_935 parentsValue: {} properties: provisioningState: schema: *ref_497 rawValue: Succeeded - language: *ref_5441 + language: *ref_3539 timeCreated: schema: *ref_498 rawValue: '2020-05-01T04:41:35.079872+00:00' - language: *ref_5442 - language: *ref_5440 - language: *ref_5439 + language: *ref_3540 + language: *ref_3538 + language: *ref_3537 '202': body: schema: *ref_581 @@ -168925,51 +133792,51 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: {} - language: *ref_5443 - operation: *ref_5444 - operationGroup: *ref_5445 + language: *ref_3541 + operation: *ref_3542 + operationGroup: *ref_3543 - operationId: DiskAccesses_Update examples: - name: Update a disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5446 - parameter: *ref_2976 + language: *ref_3544 + parameter: *ref_1956 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5447 - parameter: *ref_2977 + language: *ref_3545 + parameter: *ref_1957 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5449 - parameter: *ref_5448 + language: *ref_3547 + parameter: *ref_3546 - exampleValue: - schema: *ref_2973 + schema: *ref_1953 parentsValue: {} properties: tags: - schema: *ref_941 + schema: *ref_940 properties: department: schema: *ref_7 @@ -168977,11 +133844,11 @@ testModel: project: schema: *ref_7 rawValue: PrivateEndpoints - language: *ref_5451 - language: *ref_5450 - parameter: *ref_2974 - operation: *ref_5454 - operationGroup: *ref_5445 + language: *ref_3549 + language: *ref_3548 + parameter: *ref_1954 + operation: *ref_3552 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/UpdateADiskAccess.json responses: '200': @@ -168995,19 +133862,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourcegroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -169017,10 +133884,10 @@ testModel: project: schema: *ref_2 rawValue: PrivateEndpoints - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: {} - language: *ref_5452 + language: *ref_3550 '202': body: schema: *ref_581 @@ -169032,19 +133899,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourcegroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -169054,39 +133921,39 @@ testModel: project: schema: *ref_2 rawValue: PrivateEndpoints - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: {} - language: *ref_5453 - operation: *ref_5454 - operationGroup: *ref_5445 + language: *ref_3551 + operation: *ref_3552 + operationGroup: *ref_3543 - operationId: DiskAccesses_Get examples: - name: Get information about a disk access resource with private endpoints. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5455 - parameter: *ref_2985 + language: *ref_3553 + parameter: *ref_1958 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5456 - parameter: *ref_2986 + language: *ref_3554 + parameter: *ref_1959 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5458 - parameter: *ref_5457 - operation: *ref_5472 - operationGroup: *ref_5445 + language: *ref_3556 + parameter: *ref_3555 + operation: *ref_3570 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/GetInformationAboutADiskAccessWithPrivateEndpoints.json responses: '200': @@ -169100,19 +133967,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -169122,102 +133989,102 @@ testModel: project: schema: *ref_2 rawValue: PrivateEndpoints - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_936 + schema: *ref_935 parentsValue: {} properties: privateEndpointConnections: - schema: *ref_1281 + schema: *ref_1280 elements: - - schema: *ref_937 + - schema: *ref_936 parentsValue: {} properties: name: schema: *ref_495 rawValue: myDiskAccess.d4914cfa-6bc2-4049-a57c-3d1f622d8eef - language: *ref_5470 + language: *ref_3568 type: schema: *ref_496 rawValue: Microsoft.Compute/diskAccesses/PrivateEndpointConnections - language: *ref_5471 + language: *ref_3569 id: schema: *ref_494 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess/privateEndpoinConnections/myDiskAccess.d4914cfa-6bc2-4049-a57c-3d1f622d8eef - language: *ref_5469 + language: *ref_3567 properties: - schema: *ref_938 + schema: *ref_937 parentsValue: {} properties: privateEndpoint: - schema: *ref_939 + schema: *ref_938 parentsValue: {} properties: id: schema: *ref_489 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_5463 - language: *ref_5462 + language: *ref_3561 + language: *ref_3560 privateLinkServiceConnectionState: - schema: *ref_940 + schema: *ref_939 parentsValue: {} properties: description: schema: *ref_491 rawValue: Auto-Approved - language: *ref_5466 + language: *ref_3564 actionsRequired: schema: *ref_492 rawValue: None - language: *ref_5467 + language: *ref_3565 status: schema: *ref_490 rawValue: Approved - language: *ref_5465 - language: *ref_5464 + language: *ref_3563 + language: *ref_3562 provisioningState: schema: *ref_493 rawValue: Succeeded - language: *ref_5468 - language: *ref_5461 - language: *ref_5460 + language: *ref_3566 + language: *ref_3559 + language: *ref_3558 provisioningState: schema: *ref_497 rawValue: Succeeded - language: *ref_5441 + language: *ref_3539 timeCreated: schema: *ref_498 rawValue: '2020-05-01T04:41:35.079872+00:00' - language: *ref_5442 - language: *ref_5440 - language: *ref_5459 + language: *ref_3540 + language: *ref_3538 + language: *ref_3557 - name: Get information about a disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5455 - parameter: *ref_2985 + language: *ref_3553 + parameter: *ref_1958 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5456 - parameter: *ref_2986 + language: *ref_3554 + parameter: *ref_1959 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5458 - parameter: *ref_5457 - operation: *ref_5472 - operationGroup: *ref_5445 + language: *ref_3556 + parameter: *ref_3555 + operation: *ref_3570 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/GetInformationAboutADiskAccess.json responses: '200': @@ -169231,19 +134098,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -169253,94 +134120,94 @@ testModel: project: schema: *ref_2 rawValue: PrivateEndpoints - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_936 + schema: *ref_935 parentsValue: {} properties: provisioningState: schema: *ref_497 rawValue: Succeeded - language: *ref_5441 + language: *ref_3539 timeCreated: schema: *ref_498 rawValue: '2020-05-01T04:41:35.079872+00:00' - language: *ref_5442 - language: *ref_5440 - language: *ref_5459 - operation: *ref_5472 - operationGroup: *ref_5445 + language: *ref_3540 + language: *ref_3538 + language: *ref_3557 + operation: *ref_3570 + operationGroup: *ref_3543 - operationId: DiskAccesses_Delete examples: - name: Delete a disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5473 - parameter: *ref_2992 + language: *ref_3571 + parameter: *ref_1960 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5474 - parameter: *ref_2993 + language: *ref_3572 + parameter: *ref_1961 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5476 - parameter: *ref_5475 - operation: *ref_5477 - operationGroup: *ref_5445 + language: *ref_3574 + parameter: *ref_3573 + operation: *ref_3575 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/DeleteADiskAccess.json responses: '200': {} '202': {} '204': {} - operation: *ref_5477 - operationGroup: *ref_5445 + operation: *ref_3575 + operationGroup: *ref_3543 - operationId: DiskAccesses_ListByResourceGroup examples: - name: List all disk access resources in a resource group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5478 - parameter: *ref_2999 + language: *ref_3576 + parameter: *ref_1962 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5480 - parameter: *ref_5479 - operation: *ref_5484 - operationGroup: *ref_5445 + language: *ref_3578 + parameter: *ref_3577 + operation: *ref_3582 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListDiskAccessesInAResourceGroup.json responses: '200': body: - schema: *ref_3000 + schema: *ref_1963 parentsValue: {} properties: nextLink: - schema: *ref_942 + schema: *ref_941 rawValue: https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskAccesses?$skiptoken={token} - language: *ref_5483 + language: *ref_3581 value: - schema: *ref_1282 + schema: *ref_1281 elements: - schema: *ref_581 parentsValue: @@ -169351,19 +134218,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -169373,22 +134240,22 @@ testModel: project: schema: *ref_2 rawValue: PrivateEndpoints - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_936 + schema: *ref_935 parentsValue: {} properties: provisioningState: schema: *ref_497 rawValue: Succeeded - language: *ref_5441 + language: *ref_3539 timeCreated: schema: *ref_498 rawValue: '2020-05-01T04:41:35.079872+00:00' - language: *ref_5442 - language: *ref_5440 + language: *ref_3540 + language: *ref_3538 - schema: *ref_581 parentsValue: Resource: @@ -169398,19 +134265,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess2 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess2 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -169420,110 +134287,110 @@ testModel: project: schema: *ref_2 rawValue: PrivateEndpoints - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_936 + schema: *ref_935 parentsValue: {} properties: privateEndpointConnections: - schema: *ref_1281 + schema: *ref_1280 elements: - - schema: *ref_937 + - schema: *ref_936 parentsValue: {} properties: name: schema: *ref_495 rawValue: myDiskAccess.d4914cfa-6bc2-4049-a57c-3d1f622d8eef - language: *ref_5470 + language: *ref_3568 type: schema: *ref_496 rawValue: Microsoft.Compute/diskAccesses/PrivateEndpointConnections - language: *ref_5471 + language: *ref_3569 id: schema: *ref_494 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess2/privateEndpoinConnections/myDiskAccess2.d4914cfa-6bc2-4049-a57c-3d1f622d8eef - language: *ref_5469 + language: *ref_3567 properties: - schema: *ref_938 + schema: *ref_937 parentsValue: {} properties: privateEndpoint: - schema: *ref_939 + schema: *ref_938 parentsValue: {} properties: id: schema: *ref_489 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint2 - language: *ref_5463 - language: *ref_5462 + language: *ref_3561 + language: *ref_3560 privateLinkServiceConnectionState: - schema: *ref_940 + schema: *ref_939 parentsValue: {} properties: description: schema: *ref_491 rawValue: Auto-Approved - language: *ref_5466 + language: *ref_3564 actionsRequired: schema: *ref_492 rawValue: None - language: *ref_5467 + language: *ref_3565 status: schema: *ref_490 rawValue: Approved - language: *ref_5465 - language: *ref_5464 + language: *ref_3563 + language: *ref_3562 provisioningState: schema: *ref_493 rawValue: Succeeded - language: *ref_5468 - language: *ref_5461 - language: *ref_5460 + language: *ref_3566 + language: *ref_3559 + language: *ref_3558 provisioningState: schema: *ref_497 rawValue: Succeeded - language: *ref_5441 + language: *ref_3539 timeCreated: schema: *ref_498 rawValue: '2020-05-01T04:41:35.079872+00:00' - language: *ref_5442 - language: *ref_5440 - language: *ref_5482 - language: *ref_5481 - operation: *ref_5484 - operationGroup: *ref_5445 + language: *ref_3540 + language: *ref_3538 + language: *ref_3580 + language: *ref_3579 + operation: *ref_3582 + operationGroup: *ref_3543 - operationId: DiskAccesses_List examples: - name: List all disk access resources in a subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5486 - parameter: *ref_5485 - operation: *ref_5488 - operationGroup: *ref_5445 + language: *ref_3584 + parameter: *ref_3583 + operation: *ref_3586 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListDiskAccessesInASubscription.json responses: '200': body: - schema: *ref_3000 + schema: *ref_1963 parentsValue: {} properties: nextLink: - schema: *ref_942 + schema: *ref_941 rawValue: https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskAccesses?$skiptoken={token} - language: *ref_5483 + language: *ref_3581 value: - schema: *ref_1282 + schema: *ref_1281 elements: - schema: *ref_581 parentsValue: @@ -169534,19 +134401,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -169556,22 +134423,22 @@ testModel: project: schema: *ref_2 rawValue: PrivateEndpoints - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_936 + schema: *ref_935 parentsValue: {} properties: provisioningState: schema: *ref_497 rawValue: Succeeded - language: *ref_5441 + language: *ref_3539 timeCreated: schema: *ref_498 rawValue: '2020-05-01T04:41:35.079872+00:00' - language: *ref_5442 - language: *ref_5440 + language: *ref_3540 + language: *ref_3538 - schema: *ref_581 parentsValue: Resource: @@ -169581,19 +134448,19 @@ testModel: name: schema: *ref_588 rawValue: myDiskAccess2 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/diskAccesses - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/mySecondResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess2 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 + language: *ref_2225 tags: schema: *ref_591 properties: @@ -169603,746 +134470,746 @@ testModel: project: schema: *ref_2 rawValue: PrivateEndpoints - language: *ref_4147 - language: *ref_4126 + language: *ref_2245 + language: *ref_2224 properties: properties: - schema: *ref_936 + schema: *ref_935 parentsValue: {} properties: privateEndpointConnections: - schema: *ref_1281 + schema: *ref_1280 elements: - - schema: *ref_937 + - schema: *ref_936 parentsValue: {} properties: name: schema: *ref_495 rawValue: myDiskAccess.d4914cfa-6bc2-4049-a57c-3d1f622d8eef - language: *ref_5470 + language: *ref_3568 type: schema: *ref_496 rawValue: Microsoft.Compute/diskAccesses/PrivateEndpointConnections - language: *ref_5471 + language: *ref_3569 id: schema: *ref_494 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/mySecondResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess2/privateEndpoinConnections/myDiskAccess2.d4914cfa-6bc2-4049-a57c-3d1f622d8eef - language: *ref_5469 + language: *ref_3567 properties: - schema: *ref_938 + schema: *ref_937 parentsValue: {} properties: privateEndpoint: - schema: *ref_939 + schema: *ref_938 parentsValue: {} properties: id: schema: *ref_489 rawValue: /subscriptions/{subscription-id}/resourceGroups/mySecondResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint2 - language: *ref_5463 - language: *ref_5462 + language: *ref_3561 + language: *ref_3560 privateLinkServiceConnectionState: - schema: *ref_940 + schema: *ref_939 parentsValue: {} properties: description: schema: *ref_491 rawValue: Auto-Approved - language: *ref_5466 + language: *ref_3564 actionsRequired: schema: *ref_492 rawValue: None - language: *ref_5467 + language: *ref_3565 status: schema: *ref_490 rawValue: Approved - language: *ref_5465 - language: *ref_5464 + language: *ref_3563 + language: *ref_3562 provisioningState: schema: *ref_493 rawValue: Succeeded - language: *ref_5468 - language: *ref_5461 - language: *ref_5460 + language: *ref_3566 + language: *ref_3559 + language: *ref_3558 provisioningState: schema: *ref_497 rawValue: Succeeded - language: *ref_5441 + language: *ref_3539 timeCreated: schema: *ref_498 rawValue: '2020-05-01T04:41:35.079872+00:00' - language: *ref_5442 - language: *ref_5440 - language: *ref_5482 - language: *ref_5487 - operation: *ref_5488 - operationGroup: *ref_5445 + language: *ref_3540 + language: *ref_3538 + language: *ref_3580 + language: *ref_3585 + operation: *ref_3586 + operationGroup: *ref_3543 - operationId: DiskAccesses_GetPrivateLinkResources examples: - name: List all possible private link resources under disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5489 - parameter: *ref_3011 + language: *ref_3587 + parameter: *ref_1964 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5490 - parameter: *ref_3012 + language: *ref_3588 + parameter: *ref_1965 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5492 - parameter: *ref_5491 - operation: *ref_5502 - operationGroup: *ref_5445 + language: *ref_3590 + parameter: *ref_3589 + operation: *ref_3600 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/GetDiskAccessPrivateLinkResources.json responses: '200': body: - schema: *ref_3013 + schema: *ref_1966 parentsValue: {} properties: value: - schema: *ref_1285 + schema: *ref_1284 elements: - - schema: *ref_949 + - schema: *ref_948 parentsValue: {} properties: name: - schema: *ref_947 + schema: *ref_946 rawValue: disks - language: *ref_5500 + language: *ref_3598 type: - schema: *ref_948 + schema: *ref_947 rawValue: Microsoft.Compute/diskAccesses/privateLinkResources - language: *ref_5501 + language: *ref_3599 id: - schema: *ref_946 + schema: *ref_945 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess/privateLinkResources/disks - language: *ref_5499 + language: *ref_3597 properties: - schema: *ref_950 + schema: *ref_949 parentsValue: {} properties: groupId: - schema: *ref_943 + schema: *ref_942 rawValue: disks - language: *ref_5496 + language: *ref_3594 requiredMembers: - schema: *ref_1283 + schema: *ref_1282 elements: - - schema: *ref_944 + - schema: *ref_943 rawValue: diskAccess_1 - language: *ref_5497 + language: *ref_3595 requiredZoneNames: - schema: *ref_1284 + schema: *ref_1283 elements: - - schema: *ref_945 + - schema: *ref_944 rawValue: privatelink.blob.core.windows.net - language: *ref_5498 - language: *ref_5495 - language: *ref_5494 - language: *ref_5493 - operation: *ref_5502 - operationGroup: *ref_5445 + language: *ref_3596 + language: *ref_3593 + language: *ref_3592 + language: *ref_3591 + operation: *ref_3600 + operationGroup: *ref_3543 - operationId: DiskAccesses_UpdateAPrivateEndpointConnection examples: - name: Approve a Private Endpoint Connection under a disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5503 - parameter: *ref_3021 + language: *ref_3601 + parameter: *ref_1969 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5504 - parameter: *ref_3022 + language: *ref_3602 + parameter: *ref_1970 - exampleValue: schema: *ref_7 rawValue: myPrivateEndpointConnection - language: *ref_5505 - parameter: *ref_3023 + language: *ref_3603 + parameter: *ref_1971 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5507 - parameter: *ref_5506 + language: *ref_3605 + parameter: *ref_3604 - exampleValue: - schema: *ref_937 + schema: *ref_936 parentsValue: {} properties: properties: - schema: *ref_938 + schema: *ref_937 parentsValue: {} properties: privateLinkServiceConnectionState: - schema: *ref_940 + schema: *ref_939 parentsValue: {} properties: description: schema: *ref_491 rawValue: Approving myPrivateEndpointConnection - language: *ref_5466 + language: *ref_3564 status: schema: *ref_490 rawValue: Approved - language: *ref_5465 - language: *ref_5464 - language: *ref_5461 - language: *ref_5508 - parameter: *ref_3019 - operation: *ref_5511 - operationGroup: *ref_5445 + language: *ref_3563 + language: *ref_3562 + language: *ref_3559 + language: *ref_3606 + parameter: *ref_1967 + operation: *ref_3609 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ApprovePrivateEndpointConnection.json responses: '200': body: - schema: *ref_937 + schema: *ref_936 parentsValue: {} properties: name: schema: *ref_495 rawValue: myPrivateEndpointConnectionName - language: *ref_5470 + language: *ref_3568 type: schema: *ref_496 rawValue: Microsoft.Compute/diskAccesses/PrivateEndpointConnections - language: *ref_5471 + language: *ref_3569 id: schema: *ref_494 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess/privateEndpoinConnections/myPrivateEndpointConnectionName - language: *ref_5469 + language: *ref_3567 properties: - schema: *ref_938 + schema: *ref_937 parentsValue: {} properties: privateEndpoint: - schema: *ref_939 + schema: *ref_938 parentsValue: {} properties: id: schema: *ref_489 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_5463 - language: *ref_5462 + language: *ref_3561 + language: *ref_3560 privateLinkServiceConnectionState: - schema: *ref_940 + schema: *ref_939 parentsValue: {} properties: description: schema: *ref_491 rawValue: Approving myPrivateEndpointConnection - language: *ref_5466 + language: *ref_3564 actionsRequired: schema: *ref_492 rawValue: None - language: *ref_5467 + language: *ref_3565 status: schema: *ref_490 rawValue: Approved - language: *ref_5465 - language: *ref_5464 + language: *ref_3563 + language: *ref_3562 provisioningState: schema: *ref_493 rawValue: Succeeded - language: *ref_5468 - language: *ref_5461 - language: *ref_5509 + language: *ref_3566 + language: *ref_3559 + language: *ref_3607 '202': body: - schema: *ref_937 + schema: *ref_936 parentsValue: {} properties: name: schema: *ref_495 rawValue: myPrivateEndpointConenction - language: *ref_5470 + language: *ref_3568 type: schema: *ref_496 rawValue: Microsoft.Compute/diskAccesses/privateEndpointConnections - language: *ref_5471 + language: *ref_3569 properties: - schema: *ref_938 + schema: *ref_937 parentsValue: {} properties: privateEndpoint: - schema: *ref_939 + schema: *ref_938 parentsValue: {} properties: id: schema: *ref_489 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_5463 - language: *ref_5462 + language: *ref_3561 + language: *ref_3560 privateLinkServiceConnectionState: - schema: *ref_940 + schema: *ref_939 parentsValue: {} properties: description: schema: *ref_491 rawValue: Approving myPrivateEndpointConnection - language: *ref_5466 + language: *ref_3564 actionsRequired: schema: *ref_492 rawValue: None - language: *ref_5467 + language: *ref_3565 status: schema: *ref_490 rawValue: Approved - language: *ref_5465 - language: *ref_5464 + language: *ref_3563 + language: *ref_3562 provisioningState: schema: *ref_493 rawValue: Updating - language: *ref_5468 - language: *ref_5461 - language: *ref_5510 - operation: *ref_5511 - operationGroup: *ref_5445 + language: *ref_3566 + language: *ref_3559 + language: *ref_3608 + operation: *ref_3609 + operationGroup: *ref_3543 - operationId: DiskAccesses_GetAPrivateEndpointConnection examples: - name: Get information about a private endpoint connection under a disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5512 - parameter: *ref_3031 + language: *ref_3610 + parameter: *ref_1972 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5513 - parameter: *ref_3032 + language: *ref_3611 + parameter: *ref_1973 - exampleValue: schema: *ref_7 rawValue: myPrivateEndpointConnection - language: *ref_5514 - parameter: *ref_3033 + language: *ref_3612 + parameter: *ref_1974 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5516 - parameter: *ref_5515 - operation: *ref_5518 - operationGroup: *ref_5445 + language: *ref_3614 + parameter: *ref_3613 + operation: *ref_3616 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/GetInformationAboutAPrivateEndpointConnection.json responses: '200': body: - schema: *ref_937 + schema: *ref_936 parentsValue: {} properties: name: schema: *ref_495 rawValue: myPrivateEndpointConnection - language: *ref_5470 + language: *ref_3568 type: schema: *ref_496 rawValue: Microsoft.Compute/diskAccesses/PrivateEndpointConnections - language: *ref_5471 + language: *ref_3569 id: schema: *ref_494 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess/privateEndpoinConnections/myPrivateEndpointConnection - language: *ref_5469 + language: *ref_3567 properties: - schema: *ref_938 + schema: *ref_937 parentsValue: {} properties: privateEndpoint: - schema: *ref_939 + schema: *ref_938 parentsValue: {} properties: id: schema: *ref_489 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_5463 - language: *ref_5462 + language: *ref_3561 + language: *ref_3560 privateLinkServiceConnectionState: - schema: *ref_940 + schema: *ref_939 parentsValue: {} properties: description: schema: *ref_491 rawValue: Auto-Approved - language: *ref_5466 + language: *ref_3564 actionsRequired: schema: *ref_492 rawValue: None - language: *ref_5467 + language: *ref_3565 status: schema: *ref_490 rawValue: Approved - language: *ref_5465 - language: *ref_5464 + language: *ref_3563 + language: *ref_3562 provisioningState: schema: *ref_493 rawValue: Succeeded - language: *ref_5468 - language: *ref_5461 - language: *ref_5517 - operation: *ref_5518 - operationGroup: *ref_5445 + language: *ref_3566 + language: *ref_3559 + language: *ref_3615 + operation: *ref_3616 + operationGroup: *ref_3543 - operationId: DiskAccesses_DeleteAPrivateEndpointConnection examples: - name: Delete a private endpoint connection under a disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5519 - parameter: *ref_3039 + language: *ref_3617 + parameter: *ref_1975 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5520 - parameter: *ref_3040 + language: *ref_3618 + parameter: *ref_1976 - exampleValue: schema: *ref_7 rawValue: myPrivateEndpointConnection - language: *ref_5521 - parameter: *ref_3041 + language: *ref_3619 + parameter: *ref_1977 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5523 - parameter: *ref_5522 - operation: *ref_5524 - operationGroup: *ref_5445 + language: *ref_3621 + parameter: *ref_3620 + operation: *ref_3622 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/DeleteAPrivateEndpointConnection.json responses: '200': {} '202': {} '204': {} - operation: *ref_5524 - operationGroup: *ref_5445 + operation: *ref_3622 + operationGroup: *ref_3543 - operationId: DiskAccesses_ListPrivateEndpointConnections examples: - name: Get information about a private endpoint connection under a disk access resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5525 - parameter: *ref_3047 + language: *ref_3623 + parameter: *ref_1978 - exampleValue: schema: *ref_7 rawValue: myDiskAccess - language: *ref_5526 - parameter: *ref_3048 + language: *ref_3624 + parameter: *ref_1979 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5528 - parameter: *ref_5527 - operation: *ref_5531 - operationGroup: *ref_5445 + language: *ref_3626 + parameter: *ref_3625 + operation: *ref_3629 + operationGroup: *ref_3543 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListPrivateEndpointConnectionsInADiskAccess.json responses: '200': body: - schema: *ref_3049 + schema: *ref_1980 parentsValue: {} properties: value: - schema: *ref_1286 + schema: *ref_1285 elements: - - schema: *ref_937 + - schema: *ref_936 parentsValue: {} properties: name: schema: *ref_495 rawValue: myPrivateEndpointConnection - language: *ref_5470 + language: *ref_3568 type: schema: *ref_496 rawValue: Microsoft.Compute/diskAccesses/PrivateEndpointConnections - language: *ref_5471 + language: *ref_3569 id: schema: *ref_494 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskAccesses/myDiskAccess/privateEndpoinConnections/myPrivateEndpointConnection - language: *ref_5469 + language: *ref_3567 properties: - schema: *ref_938 + schema: *ref_937 parentsValue: {} properties: privateEndpoint: - schema: *ref_939 + schema: *ref_938 parentsValue: {} properties: id: schema: *ref_489 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_5463 - language: *ref_5462 + language: *ref_3561 + language: *ref_3560 privateLinkServiceConnectionState: - schema: *ref_940 + schema: *ref_939 parentsValue: {} properties: description: schema: *ref_491 rawValue: Auto-Approved - language: *ref_5466 + language: *ref_3564 actionsRequired: schema: *ref_492 rawValue: None - language: *ref_5467 + language: *ref_3565 status: schema: *ref_490 rawValue: Approved - language: *ref_5465 - language: *ref_5464 + language: *ref_3563 + language: *ref_3562 provisioningState: schema: *ref_493 rawValue: Succeeded - language: *ref_5468 - language: *ref_5461 - language: *ref_5530 - language: *ref_5529 - operation: *ref_5531 - operationGroup: *ref_5445 + language: *ref_3566 + language: *ref_3559 + language: *ref_3628 + language: *ref_3627 + operation: *ref_3629 + operationGroup: *ref_3543 - operationId: DiskRestorePoint_Get examples: - name: Get an incremental disk restorePoint resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5532 - parameter: *ref_3055 + language: *ref_3630 + parameter: *ref_1981 - exampleValue: schema: *ref_7 rawValue: rpc - language: *ref_5533 - parameter: *ref_3056 + language: *ref_3631 + parameter: *ref_1982 - exampleValue: schema: *ref_7 rawValue: vmrp - language: *ref_5534 - parameter: *ref_3057 + language: *ref_3632 + parameter: *ref_1983 - exampleValue: schema: *ref_7 rawValue: TestDisk45ceb03433006d1baee0_b70cd924-3362-4a80-93c2-9415eaa12745 - language: *ref_5535 - parameter: *ref_3058 + language: *ref_3633 + parameter: *ref_1984 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5537 - parameter: *ref_5536 - operation: *ref_5549 - operationGroup: *ref_5550 + language: *ref_3635 + parameter: *ref_3634 + operation: *ref_3647 + operationGroup: *ref_3648 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/GetDiskRestorePointResources.json responses: '200': body: - schema: *ref_952 + schema: *ref_951 parentsValue: ProxyOnlyResource: - schema: *ref_956 + schema: *ref_955 parentsValue: {} properties: name: - schema: *ref_954 + schema: *ref_953 rawValue: TestDisk45ceb03433006d1baee0_b70cd924-3362-4a80-93c2-9415eaa12745 - language: *ref_5548 + language: *ref_3646 id: - schema: *ref_953 + schema: *ref_952 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpc/restorePoints/vmrp/diskRestorePoints/TestDisk45ceb03433006d1baee0_b70cd924-3362-4a80-93c2-9415eaa12745 - language: *ref_5547 - language: *ref_5546 + language: *ref_3645 + language: *ref_3644 properties: properties: - schema: *ref_961 + schema: *ref_960 parentsValue: {} properties: familyId: - schema: *ref_959 + schema: *ref_958 rawValue: 996bf3ce-b6ff-4e86-9db6-dc27ea06cea5 - language: *ref_5544 + language: *ref_3642 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5543 + language: *ref_3641 osType: schema: *ref_26 rawValue: Windows - language: *ref_5542 + language: *ref_3640 sourceResourceId: - schema: *ref_958 + schema: *ref_957 rawValue: /subscriptions/d2260d06-e00d-422f-8b63-93df551a59ae/resourceGroups/rg0680fb0c-89f1-41b4-96c0-35733a181558/providers/Microsoft.Compute/disks/TestDisk45ceb03433006d1baee0 - language: *ref_5541 + language: *ref_3639 sourceUniqueId: - schema: *ref_960 + schema: *ref_959 rawValue: 48e058b1-7eea-4968-b532-10a8a1130c13 - language: *ref_5545 + language: *ref_3643 timeCreated: - schema: *ref_957 + schema: *ref_956 rawValue: '2020-09-16T04:41:35.079872+00:00' - language: *ref_5540 - language: *ref_5539 - language: *ref_5538 - operation: *ref_5549 - operationGroup: *ref_5550 + language: *ref_3638 + language: *ref_3637 + language: *ref_3636 + operation: *ref_3647 + operationGroup: *ref_3648 - operationId: DiskRestorePoint_ListByRestorePoint examples: - name: Get an incremental disk restorePoint resource. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5551 - parameter: *ref_3064 + language: *ref_3649 + parameter: *ref_1985 - exampleValue: schema: *ref_7 rawValue: rpc - language: *ref_5552 - parameter: *ref_3065 + language: *ref_3650 + parameter: *ref_1986 - exampleValue: schema: *ref_7 rawValue: vmrp - language: *ref_5553 - parameter: *ref_3066 + language: *ref_3651 + parameter: *ref_1987 - exampleValue: - schema: *ref_2768 + schema: *ref_1886 rawValue: '2020-12-01' - language: *ref_5555 - parameter: *ref_5554 - operation: *ref_5558 - operationGroup: *ref_5550 + language: *ref_3653 + parameter: *ref_3652 + operation: *ref_3656 + operationGroup: *ref_3648 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/examples/ListDiskRestorePointsInVmRestorePoint.json responses: '200': body: - schema: *ref_3067 + schema: *ref_1988 parentsValue: {} properties: value: - schema: *ref_1287 + schema: *ref_1286 elements: - - schema: *ref_952 + - schema: *ref_951 parentsValue: ProxyOnlyResource: - schema: *ref_956 + schema: *ref_955 parentsValue: {} properties: name: - schema: *ref_954 + schema: *ref_953 rawValue: TestDisk45ceb03433006d1baee0_b70cd924-3362-4a80-93c2-9415eaa12745 - language: *ref_5548 + language: *ref_3646 id: - schema: *ref_953 + schema: *ref_952 rawValue: >- /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/restorePointCollections/rpc/restorePoints/vmrp/diskRestorePoints/TestDisk45ceb03433006d1baee0_b70cd924-3362-4a80-93c2-9415eaa12745 - language: *ref_5547 - language: *ref_5546 + language: *ref_3645 + language: *ref_3644 properties: properties: - schema: *ref_961 + schema: *ref_960 parentsValue: {} properties: familyId: - schema: *ref_959 + schema: *ref_958 rawValue: 996bf3ce-b6ff-4e86-9db6-dc27ea06cea5 - language: *ref_5544 + language: *ref_3642 hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5543 + language: *ref_3641 osType: schema: *ref_26 rawValue: Windows - language: *ref_5542 + language: *ref_3640 sourceResourceId: - schema: *ref_958 + schema: *ref_957 rawValue: /subscriptions/d2260d06-e00d-422f-8b63-93df551a59ae/resourceGroups/rg0680fb0c-89f1-41b4-96c0-35733a181558/providers/Microsoft.Compute/disks/TestDisk45ceb03433006d1baee0 - language: *ref_5541 + language: *ref_3639 sourceUniqueId: - schema: *ref_960 + schema: *ref_959 rawValue: 48e058b1-7eea-4968-b532-10a8a1130c13 - language: *ref_5545 + language: *ref_3643 timeCreated: - schema: *ref_957 + schema: *ref_956 rawValue: '2020-09-16T04:41:35.079872+00:00' - language: *ref_5540 - language: *ref_5539 - language: *ref_5557 - language: *ref_5556 - operation: *ref_5558 - operationGroup: *ref_5550 + language: *ref_3638 + language: *ref_3637 + language: *ref_3655 + language: *ref_3654 + operation: *ref_3656 + operationGroup: *ref_3648 - operationId: Galleries_CreateOrUpdate examples: - name: Create or update a simple gallery with sharing profile. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5559 - parameter: *ref_3076 + language: *ref_3657 + parameter: *ref_1992 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5560 - parameter: *ref_3077 + language: *ref_3658 + parameter: *ref_1993 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5562 - parameter: *ref_5561 + language: *ref_3660 + parameter: *ref_3659 - exampleValue: schema: *ref_582 parentsValue: @@ -170353,31 +135220,31 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 sharingProfile: - schema: *ref_965 + schema: *ref_964 parentsValue: {} properties: permissions: schema: *ref_502 rawValue: Groups - language: *ref_5567 - language: *ref_5566 - language: *ref_5564 - language: *ref_5563 - parameter: *ref_3074 - operation: *ref_5574 - operationGroup: *ref_5575 + language: *ref_3665 + language: *ref_3664 + language: *ref_3662 + language: *ref_3661 + parameter: *ref_1990 + operation: *ref_3672 + operationGroup: *ref_3673 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryWithSharingProfile.json responses: '200': @@ -170391,45 +135258,45 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Updating - language: *ref_5571 + language: *ref_3669 sharingProfile: - schema: *ref_965 + schema: *ref_964 parentsValue: {} properties: permissions: schema: *ref_502 rawValue: Groups - language: *ref_5567 - language: *ref_5566 - language: *ref_5564 - language: *ref_5568 + language: *ref_3665 + language: *ref_3664 + language: *ref_3662 + language: *ref_3666 '201': body: schema: *ref_582 @@ -170441,45 +135308,45 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Creating - language: *ref_5571 + language: *ref_3669 sharingProfile: - schema: *ref_965 + schema: *ref_964 parentsValue: {} properties: permissions: schema: *ref_502 rawValue: Groups - language: *ref_5567 - language: *ref_5566 - language: *ref_5564 - language: *ref_5572 + language: *ref_3665 + language: *ref_3664 + language: *ref_3662 + language: *ref_3670 '202': body: schema: *ref_582 @@ -170491,68 +135358,68 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Updating - language: *ref_5571 + language: *ref_3669 sharingProfile: - schema: *ref_965 + schema: *ref_964 parentsValue: {} properties: permissions: schema: *ref_502 rawValue: Groups - language: *ref_5567 - language: *ref_5566 - language: *ref_5564 - language: *ref_5573 + language: *ref_3665 + language: *ref_3664 + language: *ref_3662 + language: *ref_3671 - name: Create or update a simple gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5559 - parameter: *ref_3076 + language: *ref_3657 + parameter: *ref_1992 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5560 - parameter: *ref_3077 + language: *ref_3658 + parameter: *ref_1993 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5562 - parameter: *ref_5561 + language: *ref_3660 + parameter: *ref_3659 - exampleValue: schema: *ref_582 parentsValue: @@ -170563,22 +135430,22 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 - language: *ref_5564 - language: *ref_5563 - parameter: *ref_3074 - operation: *ref_5574 - operationGroup: *ref_5575 + language: *ref_3663 + language: *ref_3662 + language: *ref_3661 + parameter: *ref_1990 + operation: *ref_3672 + operationGroup: *ref_3673 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGallery.json responses: '200': @@ -170592,36 +135459,36 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Updating - language: *ref_5571 - language: *ref_5564 - language: *ref_5568 + language: *ref_3669 + language: *ref_3662 + language: *ref_3666 '201': body: schema: *ref_582 @@ -170633,36 +135500,36 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Creating - language: *ref_5571 - language: *ref_5564 - language: *ref_5572 + language: *ref_3669 + language: *ref_3662 + language: *ref_3670 '202': body: schema: *ref_582 @@ -170674,80 +135541,80 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Updating - language: *ref_5571 - language: *ref_5564 - language: *ref_5573 - operation: *ref_5574 - operationGroup: *ref_5575 + language: *ref_3669 + language: *ref_3662 + language: *ref_3671 + operation: *ref_3672 + operationGroup: *ref_3673 - operationId: Galleries_Update examples: - name: Update a simple gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5576 - parameter: *ref_3087 + language: *ref_3674 + parameter: *ref_1996 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5577 - parameter: *ref_3088 + language: *ref_3675 + parameter: *ref_1997 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5579 - parameter: *ref_5578 + language: *ref_3677 + parameter: *ref_3676 - exampleValue: - schema: *ref_967 + schema: *ref_966 parentsValue: {} properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 - language: *ref_5581 - language: *ref_5580 - parameter: *ref_3085 - operation: *ref_5583 - operationGroup: *ref_5575 + language: *ref_3663 + language: *ref_3679 + language: *ref_3678 + parameter: *ref_1994 + operation: *ref_3681 + operationGroup: *ref_3673 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/UpdateASimpleGallery.json responses: '200': @@ -170761,70 +135628,70 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Updating - language: *ref_5571 - language: *ref_5564 - language: *ref_5582 - operation: *ref_5583 - operationGroup: *ref_5575 + language: *ref_3669 + language: *ref_3662 + language: *ref_3680 + operation: *ref_3681 + operationGroup: *ref_3673 - operationId: Galleries_Get examples: - name: Get a gallery with select permissions. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5584 - parameter: *ref_3100 + language: *ref_3682 + parameter: *ref_1999 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5585 - parameter: *ref_3101 + language: *ref_3683 + parameter: *ref_2000 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5587 - parameter: *ref_5586 + language: *ref_3685 + parameter: *ref_3684 - exampleValue: - schema: *ref_3096 + schema: *ref_1998 rawValue: Permissions - language: *ref_5588 - parameter: *ref_3098 - operation: *ref_5593 - operationGroup: *ref_5575 + language: *ref_3686 + parameter: *ref_2001 + operation: *ref_3691 + operationGroup: *ref_3673 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryWithSelectPermissions.json responses: '200': @@ -170838,85 +135705,85 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: sharingProfile: - schema: *ref_965 + schema: *ref_964 parentsValue: {} properties: groups: - schema: *ref_1289 + schema: *ref_1288 elements: - - schema: *ref_966 + - schema: *ref_965 parentsValue: {} properties: type: schema: *ref_503 rawValue: Subscriptions - language: *ref_5591 + language: *ref_3689 ids: - schema: *ref_1288 + schema: *ref_1287 elements: - schema: *ref_504 rawValue: 34a4ab42-0d72-47d9-bd1a-aed207386dac - schema: *ref_504 rawValue: 380fd389-260b-41aa-bad9-0a83108c370b - language: *ref_5592 - - schema: *ref_966 + language: *ref_3690 + - schema: *ref_965 parentsValue: {} properties: type: schema: *ref_503 rawValue: AADTenants - language: *ref_5591 + language: *ref_3689 ids: - schema: *ref_1288 + schema: *ref_1287 elements: - schema: *ref_504 rawValue: c24c76aa-8897-4027-9b03-8f7928b54ff6 - language: *ref_5592 - language: *ref_5590 + language: *ref_3690 + language: *ref_3688 permissions: schema: *ref_502 rawValue: Groups - language: *ref_5567 - language: *ref_5566 - language: *ref_5564 - language: *ref_5589 + language: *ref_3665 + language: *ref_3664 + language: *ref_3662 + language: *ref_3687 - name: Get a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5584 - parameter: *ref_3100 + language: *ref_3682 + parameter: *ref_1999 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5585 - parameter: *ref_3101 + language: *ref_3683 + parameter: *ref_2000 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5587 - parameter: *ref_5586 - operation: *ref_5593 - operationGroup: *ref_5575 + language: *ref_3685 + parameter: *ref_3684 + operation: *ref_3691 + operationGroup: *ref_3673 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGallery.json responses: '200': @@ -170930,108 +135797,108 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Succeeded - language: *ref_5571 - language: *ref_5564 - language: *ref_5589 - operation: *ref_5593 - operationGroup: *ref_5575 + language: *ref_3669 + language: *ref_3662 + language: *ref_3687 + operation: *ref_3691 + operationGroup: *ref_3673 - operationId: Galleries_Delete examples: - name: Delete a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5594 - parameter: *ref_3106 + language: *ref_3692 + parameter: *ref_2002 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5595 - parameter: *ref_3107 + language: *ref_3693 + parameter: *ref_2003 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5597 - parameter: *ref_5596 - operation: *ref_5598 - operationGroup: *ref_5575 + language: *ref_3695 + parameter: *ref_3694 + operation: *ref_3696 + operationGroup: *ref_3673 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/DeleteAGallery.json responses: '200': {} '202': {} '204': {} - operation: *ref_5598 - operationGroup: *ref_5575 + operation: *ref_3696 + operationGroup: *ref_3673 - operationId: Galleries_ListByResourceGroup examples: - name: List galleries in a resource group. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5599 - parameter: *ref_3113 + language: *ref_3697 + parameter: *ref_2004 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5601 - parameter: *ref_5600 - operation: *ref_5605 - operationGroup: *ref_5575 + language: *ref_3699 + parameter: *ref_3698 + operation: *ref_3703 + operationGroup: *ref_3673 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListGalleriesInAResourceGroup.json responses: '200': body: - schema: *ref_3114 + schema: *ref_2005 parentsValue: {} properties: nextLink: - schema: *ref_992 + schema: *ref_991 rawValue: >- http://svchost:99/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/galleries/myGalleryName - language: *ref_5604 + language: *ref_3702 value: - schema: *ref_1296 + schema: *ref_1295 elements: - schema: *ref_582 parentsValue: @@ -171042,73 +135909,73 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Succeeded - language: *ref_5571 - language: *ref_5564 - language: *ref_5603 - language: *ref_5602 - operation: *ref_5605 - operationGroup: *ref_5575 + language: *ref_3669 + language: *ref_3662 + language: *ref_3701 + language: *ref_3700 + operation: *ref_3703 + operationGroup: *ref_3673 - operationId: Galleries_List examples: - name: List galleries in a subscription. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5607 - parameter: *ref_5606 - operation: *ref_5609 - operationGroup: *ref_5575 + language: *ref_3705 + parameter: *ref_3704 + operation: *ref_3707 + operationGroup: *ref_3673 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListGalleriesInASubscription.json responses: '200': body: - schema: *ref_3114 + schema: *ref_2005 parentsValue: {} properties: nextLink: - schema: *ref_992 + schema: *ref_991 rawValue: http://svchost:99/subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleries?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/galleries/myGalleryName - language: *ref_5604 + language: *ref_3702 value: - schema: *ref_1296 + schema: *ref_1295 elements: - schema: *ref_582 parentsValue: @@ -171119,73 +135986,73 @@ testModel: name: schema: *ref_588 rawValue: myGalleryName - language: *ref_4133 + language: *ref_2231 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_963 + schema: *ref_962 parentsValue: {} properties: description: schema: *ref_499 rawValue: This is the gallery description. - language: *ref_5565 + language: *ref_3663 identifier: - schema: *ref_964 + schema: *ref_963 parentsValue: {} properties: uniqueName: schema: *ref_500 rawValue: '{subscription-id}-MYGALLERYNAME' - language: *ref_5570 - language: *ref_5569 + language: *ref_3668 + language: *ref_3667 provisioningState: schema: *ref_501 rawValue: Succeeded - language: *ref_5571 - language: *ref_5564 - language: *ref_5603 - language: *ref_5608 - operation: *ref_5609 - operationGroup: *ref_5575 + language: *ref_3669 + language: *ref_3662 + language: *ref_3701 + language: *ref_3706 + operation: *ref_3707 + operationGroup: *ref_3673 - operationId: GalleryImages_CreateOrUpdate examples: - name: Create or update a simple gallery image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5610 - parameter: *ref_3127 + language: *ref_3708 + parameter: *ref_2008 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5611 - parameter: *ref_3128 + language: *ref_3709 + parameter: *ref_2009 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5612 - parameter: *ref_3129 + language: *ref_3710 + parameter: *ref_2010 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5614 - parameter: *ref_5613 + language: *ref_3712 + parameter: *ref_3711 - exampleValue: schema: *ref_583 parentsValue: @@ -171196,47 +136063,47 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_969 + schema: *ref_968 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5619 + language: *ref_3717 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5620 + language: *ref_3721 + language: *ref_3718 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5618 + language: *ref_3716 osType: schema: *ref_26 rawValue: Windows - language: *ref_5617 - language: *ref_5616 - language: *ref_5615 - parameter: *ref_3125 - operation: *ref_5628 - operationGroup: *ref_5629 + language: *ref_3715 + language: *ref_3714 + language: *ref_3713 + parameter: *ref_2006 + operation: *ref_3726 + operationGroup: *ref_3727 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryImage.json responses: '200': @@ -171250,52 +136117,52 @@ testModel: name: schema: *ref_588 rawValue: myGalleryImageName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_969 + schema: *ref_968 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5619 + language: *ref_3717 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5620 + language: *ref_3721 + language: *ref_3718 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5618 + language: *ref_3716 osType: schema: *ref_26 rawValue: Windows - language: *ref_5617 + language: *ref_3715 provisioningState: schema: *ref_520 rawValue: Updating - language: *ref_5625 - language: *ref_5616 - language: *ref_5624 + language: *ref_3723 + language: *ref_3714 + language: *ref_3722 '201': body: schema: *ref_583 @@ -171307,52 +136174,52 @@ testModel: name: schema: *ref_588 rawValue: myGalleryImageName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_969 + schema: *ref_968 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5619 + language: *ref_3717 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5620 + language: *ref_3721 + language: *ref_3718 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5618 + language: *ref_3716 osType: schema: *ref_26 rawValue: Windows - language: *ref_5617 + language: *ref_3715 provisioningState: schema: *ref_520 rawValue: Creating - language: *ref_5625 - language: *ref_5616 - language: *ref_5626 + language: *ref_3723 + language: *ref_3714 + language: *ref_3724 '202': body: schema: *ref_583 @@ -171364,126 +136231,126 @@ testModel: name: schema: *ref_588 rawValue: myGalleryImageName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_969 + schema: *ref_968 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5619 + language: *ref_3717 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5620 + language: *ref_3721 + language: *ref_3718 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5618 + language: *ref_3716 osType: schema: *ref_26 rawValue: Windows - language: *ref_5617 + language: *ref_3715 provisioningState: schema: *ref_520 rawValue: Updating - language: *ref_5625 - language: *ref_5616 - language: *ref_5627 - operation: *ref_5628 - operationGroup: *ref_5629 + language: *ref_3723 + language: *ref_3714 + language: *ref_3725 + operation: *ref_3726 + operationGroup: *ref_3727 - operationId: GalleryImages_Update examples: - name: Update a simple gallery image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5630 - parameter: *ref_3139 + language: *ref_3728 + parameter: *ref_2013 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5631 - parameter: *ref_3140 + language: *ref_3729 + parameter: *ref_2014 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5632 - parameter: *ref_3141 + language: *ref_3730 + parameter: *ref_2015 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5634 - parameter: *ref_5633 + language: *ref_3732 + parameter: *ref_3731 - exampleValue: - schema: *ref_973 + schema: *ref_972 parentsValue: {} properties: properties: - schema: *ref_969 + schema: *ref_968 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5619 + language: *ref_3717 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5620 + language: *ref_3721 + language: *ref_3718 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5618 + language: *ref_3716 osType: schema: *ref_26 rawValue: Windows - language: *ref_5617 - language: *ref_5636 - language: *ref_5635 - parameter: *ref_3137 - operation: *ref_5638 - operationGroup: *ref_5629 + language: *ref_3715 + language: *ref_3734 + language: *ref_3733 + parameter: *ref_2011 + operation: *ref_3736 + operationGroup: *ref_3727 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/UpdateASimpleGalleryImage.json responses: '200': @@ -171497,86 +136364,86 @@ testModel: name: schema: *ref_588 rawValue: myGalleryImageName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_969 + schema: *ref_968 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5619 + language: *ref_3717 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5620 + language: *ref_3721 + language: *ref_3718 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5618 + language: *ref_3716 osType: schema: *ref_26 rawValue: Windows - language: *ref_5617 + language: *ref_3715 provisioningState: schema: *ref_520 rawValue: Updating - language: *ref_5625 - language: *ref_5616 - language: *ref_5637 - operation: *ref_5638 - operationGroup: *ref_5629 + language: *ref_3723 + language: *ref_3714 + language: *ref_3735 + operation: *ref_3736 + operationGroup: *ref_3727 - operationId: GalleryImages_Get examples: - name: Get a gallery image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5639 - parameter: *ref_3149 + language: *ref_3737 + parameter: *ref_2016 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5640 - parameter: *ref_3150 + language: *ref_3738 + parameter: *ref_2017 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5641 - parameter: *ref_3151 + language: *ref_3739 + parameter: *ref_2018 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5643 - parameter: *ref_5642 - operation: *ref_5645 - operationGroup: *ref_5629 + language: *ref_3741 + parameter: *ref_3740 + operation: *ref_3743 + operationGroup: *ref_3727 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryImage.json responses: '200': @@ -171590,134 +136457,134 @@ testModel: name: schema: *ref_588 rawValue: myGalleryImageName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_969 + schema: *ref_968 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5619 + language: *ref_3717 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5620 + language: *ref_3721 + language: *ref_3718 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5618 + language: *ref_3716 osType: schema: *ref_26 rawValue: Windows - language: *ref_5617 + language: *ref_3715 provisioningState: schema: *ref_520 rawValue: Succeeded - language: *ref_5625 - language: *ref_5616 - language: *ref_5644 - operation: *ref_5645 - operationGroup: *ref_5629 + language: *ref_3723 + language: *ref_3714 + language: *ref_3742 + operation: *ref_3743 + operationGroup: *ref_3727 - operationId: GalleryImages_Delete examples: - name: Delete a gallery image. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5646 - parameter: *ref_3157 + language: *ref_3744 + parameter: *ref_2019 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5647 - parameter: *ref_3158 + language: *ref_3745 + parameter: *ref_2020 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5648 - parameter: *ref_3159 + language: *ref_3746 + parameter: *ref_2021 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5650 - parameter: *ref_5649 - operation: *ref_5651 - operationGroup: *ref_5629 + language: *ref_3748 + parameter: *ref_3747 + operation: *ref_3749 + operationGroup: *ref_3727 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/DeleteAGalleryImage.json responses: '200': {} '202': {} '204': {} - operation: *ref_5651 - operationGroup: *ref_5629 + operation: *ref_3749 + operationGroup: *ref_3727 - operationId: GalleryImages_ListByGallery examples: - name: List gallery images in a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5652 - parameter: *ref_3165 + language: *ref_3750 + parameter: *ref_2022 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5653 - parameter: *ref_3166 + language: *ref_3751 + parameter: *ref_2023 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5655 - parameter: *ref_5654 - operation: *ref_5659 - operationGroup: *ref_5629 + language: *ref_3753 + parameter: *ref_3752 + operation: *ref_3757 + operationGroup: *ref_3727 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListGalleryImagesInAGallery.json responses: '200': body: - schema: *ref_3167 + schema: *ref_2024 parentsValue: {} properties: nextLink: - schema: *ref_993 + schema: *ref_992 rawValue: >- http://svchost:99/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/images?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/galleries/myGalleryName/images/myGalleryImageName - language: *ref_5658 + language: *ref_3756 value: - schema: *ref_1297 + schema: *ref_1296 elements: - schema: *ref_583 parentsValue: @@ -171728,90 +136595,90 @@ testModel: name: schema: *ref_588 rawValue: myGalleryImageName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_969 + schema: *ref_968 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5619 + language: *ref_3717 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5620 + language: *ref_3721 + language: *ref_3718 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5618 + language: *ref_3716 osType: schema: *ref_26 rawValue: Windows - language: *ref_5617 + language: *ref_3715 provisioningState: schema: *ref_520 rawValue: Succeeded - language: *ref_5625 - language: *ref_5616 - language: *ref_5657 - language: *ref_5656 - operation: *ref_5659 - operationGroup: *ref_5629 + language: *ref_3723 + language: *ref_3714 + language: *ref_3755 + language: *ref_3754 + operation: *ref_3757 + operationGroup: *ref_3727 - operationId: GalleryImageVersions_CreateOrUpdate examples: - name: Create or update a simple Gallery Image Version using VM as source. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5660 - parameter: *ref_3175 + language: *ref_3758 + parameter: *ref_2027 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5661 - parameter: *ref_3176 + language: *ref_3759 + parameter: *ref_2028 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5662 - parameter: *ref_3177 + language: *ref_3760 + parameter: *ref_2029 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5663 - parameter: *ref_3178 + language: *ref_3761 + parameter: *ref_2030 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5665 - parameter: *ref_5664 + language: *ref_3763 + parameter: *ref_3762 - exampleValue: schema: *ref_584 parentsValue: @@ -171822,11 +136689,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: publishingProfile: @@ -171837,21 +136704,21 @@ testModel: parentsValue: {} properties: targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -171862,13 +136729,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -171878,14 +136745,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -171896,28 +136763,28 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 - - schema: *ref_986 + language: *ref_3770 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -171928,13 +136795,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -171944,14 +136811,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -171962,25 +136829,25 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: source: @@ -171990,14 +136857,14 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/virtualMachines/{vmName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5666 - parameter: *ref_3173 - operation: *ref_5696 - operationGroup: *ref_5697 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3764 + parameter: *ref_2025 + operation: *ref_3794 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryImageVersionWithVMAsSource.json responses: '200': @@ -172011,21 +136878,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -172036,31 +136903,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -172071,13 +136938,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -172087,14 +136954,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -172105,32 +136972,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -172141,13 +137008,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -172157,14 +137024,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -172175,29 +137042,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -172208,18 +137075,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -172230,14 +137097,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -172245,11 +137112,11 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/virtualMachines/{vmName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5683 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3781 '201': body: schema: *ref_584 @@ -172261,21 +137128,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Creating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -172286,31 +137153,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -172321,13 +137188,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -172337,14 +137204,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -172355,32 +137222,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -172391,13 +137258,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -172407,14 +137274,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -172425,29 +137292,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -172458,18 +137325,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -172480,14 +137347,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -172495,11 +137362,11 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/virtualMachines/{vmName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5694 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3792 '202': body: schema: *ref_584 @@ -172511,21 +137378,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -172536,31 +137403,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -172571,13 +137438,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -172587,14 +137454,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -172605,32 +137472,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -172641,13 +137508,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -172657,14 +137524,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -172675,29 +137542,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -172708,18 +137575,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -172730,14 +137597,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -172745,44 +137612,44 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/virtualMachines/{vmName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5695 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3793 - name: Create or update a simple Gallery Image Version using managed image as source. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5660 - parameter: *ref_3175 + language: *ref_3758 + parameter: *ref_2027 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5661 - parameter: *ref_3176 + language: *ref_3759 + parameter: *ref_2028 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5662 - parameter: *ref_3177 + language: *ref_3760 + parameter: *ref_2029 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5663 - parameter: *ref_3178 + language: *ref_3761 + parameter: *ref_2030 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5665 - parameter: *ref_5664 + language: *ref_3763 + parameter: *ref_3762 - exampleValue: schema: *ref_584 parentsValue: @@ -172793,11 +137660,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: publishingProfile: @@ -172808,21 +137675,21 @@ testModel: parentsValue: {} properties: targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -172833,13 +137700,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -172849,14 +137716,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -172867,28 +137734,28 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 - - schema: *ref_986 + language: *ref_3770 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -172899,13 +137766,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -172915,14 +137782,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -172933,25 +137800,25 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: source: @@ -172961,14 +137828,14 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5666 - parameter: *ref_3173 - operation: *ref_5696 - operationGroup: *ref_5697 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3764 + parameter: *ref_2025 + operation: *ref_3794 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryImageVersion.json responses: '200': @@ -172982,21 +137849,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -173007,31 +137874,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -173042,13 +137909,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -173058,14 +137925,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -173076,32 +137943,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -173112,13 +137979,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -173128,14 +137995,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -173146,29 +138013,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -173179,18 +138046,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -173201,14 +138068,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -173216,11 +138083,11 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5683 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3781 '201': body: schema: *ref_584 @@ -173232,21 +138099,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Creating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -173257,31 +138124,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -173292,13 +138159,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -173308,14 +138175,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -173326,32 +138193,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -173362,13 +138229,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -173378,14 +138245,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -173396,29 +138263,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -173429,18 +138296,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -173451,14 +138318,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -173466,11 +138333,11 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5694 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3792 '202': body: schema: *ref_584 @@ -173482,21 +138349,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -173507,31 +138374,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -173542,13 +138409,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -173558,14 +138425,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -173576,32 +138443,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -173612,13 +138479,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -173628,14 +138495,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -173646,29 +138513,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -173679,18 +138546,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -173701,14 +138568,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -173716,44 +138583,44 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5695 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3793 - name: Create or update a simple Gallery Image Version using mix of disks and snapshots as a source. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5660 - parameter: *ref_3175 + language: *ref_3758 + parameter: *ref_2027 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5661 - parameter: *ref_3176 + language: *ref_3759 + parameter: *ref_2028 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5662 - parameter: *ref_3177 + language: *ref_3760 + parameter: *ref_2029 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5663 - parameter: *ref_3178 + language: *ref_3761 + parameter: *ref_2030 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5665 - parameter: *ref_5664 + language: *ref_3763 + parameter: *ref_3762 - exampleValue: schema: *ref_584 parentsValue: @@ -173764,11 +138631,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: publishingProfile: @@ -173779,21 +138646,21 @@ testModel: parentsValue: {} properties: targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -173804,14 +138671,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -173822,28 +138689,28 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 - - schema: *ref_986 + language: *ref_3770 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -173854,14 +138721,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -173872,29 +138739,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -173905,7 +138772,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -173913,15 +138780,15 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/disks/{dataDiskName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -173932,7 +138799,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -173940,17 +138807,17 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{osSnapshotName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5666 - parameter: *ref_3173 - operation: *ref_5696 - operationGroup: *ref_5697 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3764 + parameter: *ref_2025 + operation: *ref_3794 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryImageVersionWithSnapshotsAsSource.json responses: '200': @@ -173964,21 +138831,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -173989,31 +138856,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174024,14 +138891,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174042,32 +138909,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174078,14 +138945,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174096,29 +138963,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -174129,11 +138996,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -174141,15 +139008,15 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/disks/{dataDiskName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -174160,11 +139027,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -174172,14 +139039,14 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{osSnapshotName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5683 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3781 '201': body: schema: *ref_584 @@ -174191,21 +139058,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Creating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -174216,31 +139083,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174251,14 +139118,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174269,32 +139136,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174305,14 +139172,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174323,29 +139190,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -174356,11 +139223,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -174368,15 +139235,15 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/disks/{dataDiskName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -174387,11 +139254,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -174399,14 +139266,14 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{osSnapshotName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5694 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3792 '202': body: schema: *ref_584 @@ -174418,21 +139285,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -174443,31 +139310,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174478,14 +139345,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174496,32 +139363,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174532,14 +139399,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174550,29 +139417,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -174583,11 +139450,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -174595,15 +139462,15 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/disks/{dataDiskName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -174614,11 +139481,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -174626,47 +139493,47 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{osSnapshotName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5695 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3793 - name: Create or update a simple Gallery Image Version using shared image as source. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5660 - parameter: *ref_3175 + language: *ref_3758 + parameter: *ref_2027 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5661 - parameter: *ref_3176 + language: *ref_3759 + parameter: *ref_2028 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5662 - parameter: *ref_3177 + language: *ref_3760 + parameter: *ref_2029 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5663 - parameter: *ref_3178 + language: *ref_3761 + parameter: *ref_2030 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5665 - parameter: *ref_5664 + language: *ref_3763 + parameter: *ref_3762 - exampleValue: schema: *ref_584 parentsValue: @@ -174677,11 +139544,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: publishingProfile: @@ -174692,21 +139559,21 @@ testModel: parentsValue: {} properties: targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174717,13 +139584,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -174733,14 +139600,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174751,28 +139618,28 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 - - schema: *ref_986 + language: *ref_3770 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174783,13 +139650,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -174799,14 +139666,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174817,25 +139684,25 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: source: @@ -174845,14 +139712,14 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5666 - parameter: *ref_3173 - operation: *ref_5696 - operationGroup: *ref_5697 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3764 + parameter: *ref_2025 + operation: *ref_3794 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryImageVersionWithImageVersionAsSource.json responses: '200': @@ -174866,21 +139733,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -174891,31 +139758,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174926,13 +139793,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -174942,14 +139809,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -174960,32 +139827,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -174996,13 +139863,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -175012,14 +139879,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175030,29 +139897,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -175063,18 +139930,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -175085,14 +139952,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -175100,11 +139967,11 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5683 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3781 '201': body: schema: *ref_584 @@ -175116,21 +139983,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Creating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -175141,31 +140008,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -175176,13 +140043,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -175192,14 +140059,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175210,32 +140077,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -175246,13 +140113,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -175262,14 +140129,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175280,29 +140147,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -175313,18 +140180,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -175335,14 +140202,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -175350,11 +140217,11 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5694 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3792 '202': body: schema: *ref_584 @@ -175366,21 +140233,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -175391,31 +140258,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -175426,13 +140293,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -175442,14 +140309,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175460,32 +140327,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -175496,13 +140363,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -175512,14 +140379,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175530,29 +140397,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -175563,18 +140430,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -175585,14 +140452,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -175600,44 +140467,44 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/galleries/{galleryName}/images/{imageDefinitionName}/versions/{versionName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5695 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3793 - name: Create or update a simple Gallery Image Version using snapshots as a source. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5660 - parameter: *ref_3175 + language: *ref_3758 + parameter: *ref_2027 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5661 - parameter: *ref_3176 + language: *ref_3759 + parameter: *ref_2028 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5662 - parameter: *ref_3177 + language: *ref_3760 + parameter: *ref_2029 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5663 - parameter: *ref_3178 + language: *ref_3761 + parameter: *ref_2030 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5665 - parameter: *ref_5664 + language: *ref_3763 + parameter: *ref_3762 - exampleValue: schema: *ref_584 parentsValue: @@ -175648,11 +140515,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: publishingProfile: @@ -175663,21 +140530,21 @@ testModel: parentsValue: {} properties: targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -175688,14 +140555,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175706,28 +140573,28 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 - - schema: *ref_986 + language: *ref_3770 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -175738,14 +140605,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175756,29 +140623,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -175789,7 +140656,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -175797,15 +140664,15 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/disks/{dataDiskName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -175816,7 +140683,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -175824,17 +140691,17 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{osSnapshotName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5666 - parameter: *ref_3173 - operation: *ref_5696 - operationGroup: *ref_5697 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3764 + parameter: *ref_2025 + operation: *ref_3794 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryImageVersionWithSnapshotsAsSource.json responses: '200': @@ -175848,21 +140715,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -175873,31 +140740,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -175908,14 +140775,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175926,32 +140793,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -175962,14 +140829,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -175980,29 +140847,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -176013,11 +140880,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -176025,15 +140892,15 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/disks/{dataDiskName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -176044,11 +140911,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -176056,14 +140923,14 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{osSnapshotName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5683 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3781 '201': body: schema: *ref_584 @@ -176075,21 +140942,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Creating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -176100,31 +140967,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -176135,14 +141002,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -176153,32 +141020,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -176189,14 +141056,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -176207,29 +141074,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -176240,11 +141107,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -176252,15 +141119,15 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/disks/{dataDiskName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -176271,11 +141138,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -176283,14 +141150,14 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{osSnapshotName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5694 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3792 '202': body: schema: *ref_584 @@ -176302,21 +141169,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -176327,31 +141194,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -176362,14 +141229,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -176380,32 +141247,32 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myWestUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -176416,14 +141283,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -176434,29 +141301,29 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myEastUSDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -176467,11 +141334,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -176479,15 +141346,15 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/disks/{dataDiskName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -176498,11 +141365,11 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 parentsValue: {} @@ -176510,47 +141377,47 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{osSnapshotName} - language: *ref_5682 - language: *ref_5698 - language: *ref_5689 + language: *ref_3780 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5695 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3793 - name: Create or update a simple Gallery Image Version using vhd as a source. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5660 - parameter: *ref_3175 + language: *ref_3758 + parameter: *ref_2027 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5661 - parameter: *ref_3176 + language: *ref_3759 + parameter: *ref_2028 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5662 - parameter: *ref_3177 + language: *ref_3760 + parameter: *ref_2029 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5663 - parameter: *ref_3178 + language: *ref_3761 + parameter: *ref_2030 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5665 - parameter: *ref_5664 + language: *ref_3763 + parameter: *ref_3762 - exampleValue: schema: *ref_584 parentsValue: @@ -176561,11 +141428,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: publishingProfile: @@ -176576,21 +141443,21 @@ testModel: parentsValue: {} properties: targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -176601,14 +141468,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -176619,40 +141486,40 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 - - schema: *ref_986 + language: *ref_3770 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -176663,7 +141530,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -176671,19 +141538,19 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -176694,7 +141561,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -176702,21 +141569,21 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5666 - parameter: *ref_3173 - operation: *ref_5696 - operationGroup: *ref_5697 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3764 + parameter: *ref_2025 + operation: *ref_3794 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryImageVersionWithVHD.json responses: '200': @@ -176730,21 +141597,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -176755,31 +141622,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -176790,14 +141657,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -176808,44 +141675,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -176856,7 +141723,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -176864,19 +141731,19 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -176887,7 +141754,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -176895,18 +141762,18 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5683 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3781 '201': body: schema: *ref_584 @@ -176918,21 +141785,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Creating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -176943,31 +141810,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -176978,14 +141845,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -176996,44 +141863,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -177044,7 +141911,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -177052,19 +141919,19 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -177075,7 +141942,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -177083,18 +141950,18 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5694 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3792 '202': body: schema: *ref_584 @@ -177106,21 +141973,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -177131,31 +141998,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -177166,14 +142033,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -177184,44 +142051,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -177232,7 +142099,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -177240,19 +142107,19 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -177263,7 +142130,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -177271,61 +142138,61 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5695 - operation: *ref_5696 - operationGroup: *ref_5697 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3793 + operation: *ref_3794 + operationGroup: *ref_3795 - operationId: GalleryImageVersions_Update examples: - name: Update a simple Gallery Image Version (Managed Image as source). clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5700 - parameter: *ref_3188 + language: *ref_3798 + parameter: *ref_2033 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5701 - parameter: *ref_3189 + language: *ref_3799 + parameter: *ref_2034 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5702 - parameter: *ref_3190 + language: *ref_3800 + parameter: *ref_2035 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5703 - parameter: *ref_3191 + language: *ref_3801 + parameter: *ref_2036 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5705 - parameter: *ref_5704 + language: *ref_3803 + parameter: *ref_3802 - exampleValue: - schema: *ref_974 + schema: *ref_973 parentsValue: {} properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: publishingProfile: @@ -177336,40 +142203,40 @@ testModel: parentsValue: {} properties: targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 - - schema: *ref_986 + language: *ref_3770 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: source: @@ -177379,14 +142246,14 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5707 - language: *ref_5706 - parameter: *ref_3186 - operation: *ref_5709 - operationGroup: *ref_5697 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3805 + language: *ref_3804 + parameter: *ref_2031 + operation: *ref_3807 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/UpdateASimpleGalleryImageVersion.json responses: '200': @@ -177400,21 +142267,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -177425,31 +142292,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -177460,14 +142327,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -177478,44 +142345,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -177526,18 +142393,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -177548,14 +142415,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -177563,50 +142430,50 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5708 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3806 - name: Update a simple Gallery Image Version without source id. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5700 - parameter: *ref_3188 + language: *ref_3798 + parameter: *ref_2033 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5701 - parameter: *ref_3189 + language: *ref_3799 + parameter: *ref_2034 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5702 - parameter: *ref_3190 + language: *ref_3800 + parameter: *ref_2035 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5703 - parameter: *ref_3191 + language: *ref_3801 + parameter: *ref_2036 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5705 - parameter: *ref_5704 + language: *ref_3803 + parameter: *ref_3802 - exampleValue: - schema: *ref_974 + schema: *ref_973 parentsValue: {} properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: publishingProfile: @@ -177617,48 +142484,48 @@ testModel: parentsValue: {} properties: targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 - - schema: *ref_986 + language: *ref_3770 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: {} - language: *ref_5680 - language: *ref_5707 - language: *ref_5706 - parameter: *ref_3186 - operation: *ref_5709 - operationGroup: *ref_5697 + language: *ref_3778 + language: *ref_3805 + language: *ref_3804 + parameter: *ref_2031 + operation: *ref_3807 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/UpdateASimpleGalleryImageVersionWithoutSourceId.json responses: '200': @@ -177672,21 +142539,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Updating - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -177697,31 +142564,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -177732,14 +142599,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -177750,44 +142617,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_ZRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -177798,18 +142665,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -177820,14 +142687,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -177835,55 +142702,55 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5708 - operation: *ref_5709 - operationGroup: *ref_5697 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3806 + operation: *ref_3807 + operationGroup: *ref_3795 - operationId: GalleryImageVersions_Get examples: - name: Get a gallery image version with replication status. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5710 - parameter: *ref_3203 + language: *ref_3808 + parameter: *ref_2038 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5711 - parameter: *ref_3204 + language: *ref_3809 + parameter: *ref_2039 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5712 - parameter: *ref_3205 + language: *ref_3810 + parameter: *ref_2040 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5713 - parameter: *ref_3206 + language: *ref_3811 + parameter: *ref_2041 - exampleValue: - schema: *ref_3199 + schema: *ref_2037 rawValue: ReplicationStatus - language: *ref_5714 - parameter: *ref_3201 + language: *ref_3812 + parameter: *ref_2042 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5716 - parameter: *ref_5715 - operation: *ref_5725 - operationGroup: *ref_5697 + language: *ref_3814 + parameter: *ref_3813 + operation: *ref_3823 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryImageVersionWithReplicationStatus.json responses: '200': @@ -177897,21 +142764,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Succeeded - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -177922,31 +142789,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -177957,13 +142824,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -177973,14 +142840,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -177991,38 +142858,38 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 replicationStatus: schema: *ref_565 parentsValue: {} @@ -178030,56 +142897,56 @@ testModel: aggregatedState: schema: *ref_554 rawValue: Completed - language: *ref_5719 + language: *ref_3817 summary: - schema: *ref_1295 + schema: *ref_1294 elements: - - schema: *ref_989 + - schema: *ref_988 parentsValue: {} properties: progress: schema: *ref_558 rawValue: 100 - language: *ref_5724 + language: *ref_3822 region: schema: *ref_555 rawValue: West US - language: *ref_5721 + language: *ref_3819 state: schema: *ref_556 rawValue: Completed - language: *ref_5722 + language: *ref_3820 details: schema: *ref_557 rawValue: '' - language: *ref_5723 - - schema: *ref_989 + language: *ref_3821 + - schema: *ref_988 parentsValue: {} properties: progress: schema: *ref_558 rawValue: 100 - language: *ref_5724 + language: *ref_3822 region: schema: *ref_555 rawValue: East US - language: *ref_5721 + language: *ref_3819 state: schema: *ref_556 rawValue: Completed - language: *ref_5722 + language: *ref_3820 details: schema: *ref_557 rawValue: '' - language: *ref_5723 - language: *ref_5720 - language: *ref_5718 + language: *ref_3821 + language: *ref_3818 + language: *ref_3816 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -178090,18 +142957,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -178112,14 +142979,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -178127,46 +142994,46 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5717 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3815 - name: Get a gallery image version with snapshots as a source. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5710 - parameter: *ref_3203 + language: *ref_3808 + parameter: *ref_2038 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5711 - parameter: *ref_3204 + language: *ref_3809 + parameter: *ref_2039 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5712 - parameter: *ref_3205 + language: *ref_3810 + parameter: *ref_2040 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5713 - parameter: *ref_3206 + language: *ref_3811 + parameter: *ref_2041 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5716 - parameter: *ref_5715 - operation: *ref_5725 - operationGroup: *ref_5697 + language: *ref_3814 + parameter: *ref_3813 + operation: *ref_3823 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryImageVersionWithSnapshotsAsSource.json responses: '200': @@ -178180,21 +143047,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Succeeded - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -178205,31 +143072,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -178240,14 +143107,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -178258,44 +143125,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -178306,22 +143173,22 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{diskSnapshotName} - language: *ref_5698 - language: *ref_5689 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -178332,56 +143199,56 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 + language: *ref_3788 source: schema: *ref_553 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/snapshots/{snapshotName} - language: *ref_5698 - language: *ref_5689 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5717 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3815 - name: Get a gallery image version with vhd as a source. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5710 - parameter: *ref_3203 + language: *ref_3808 + parameter: *ref_2038 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5711 - parameter: *ref_3204 + language: *ref_3809 + parameter: *ref_2039 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5712 - parameter: *ref_3205 + language: *ref_3810 + parameter: *ref_2040 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5713 - parameter: *ref_3206 + language: *ref_3811 + parameter: *ref_2041 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5716 - parameter: *ref_5715 - operation: *ref_5725 - operationGroup: *ref_5697 + language: *ref_3814 + parameter: *ref_3813 + operation: *ref_3823 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryImageVersionWithVhdAsSource.json responses: '200': @@ -178395,21 +143262,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Succeeded - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -178420,31 +143287,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -178455,14 +143322,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -178473,44 +143340,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -178521,7 +143388,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -178529,19 +143396,19 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -178552,7 +143419,7 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 source: schema: *ref_553 parentsValue: {} @@ -178560,53 +143427,53 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/{storageAccount} - language: *ref_5682 + language: *ref_3780 uri: schema: *ref_546 rawValue: https://gallerysourcencus.blob.core.windows.net/myvhds/Windows-Server-2012-R2-20171216-en.us-128GB.vhd - language: *ref_5699 - language: *ref_5698 - language: *ref_5689 + language: *ref_3797 + language: *ref_3796 + language: *ref_3787 properties: {} - language: *ref_5688 - language: *ref_5680 - language: *ref_5667 - language: *ref_5717 + language: *ref_3786 + language: *ref_3778 + language: *ref_3765 + language: *ref_3815 - name: Get a gallery image version. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5710 - parameter: *ref_3203 + language: *ref_3808 + parameter: *ref_2038 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5711 - parameter: *ref_3204 + language: *ref_3809 + parameter: *ref_2039 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5712 - parameter: *ref_3205 + language: *ref_3810 + parameter: *ref_2040 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5713 - parameter: *ref_3206 + language: *ref_3811 + parameter: *ref_2041 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5716 - parameter: *ref_5715 - operation: *ref_5725 - operationGroup: *ref_5697 + language: *ref_3814 + parameter: *ref_3813 + operation: *ref_3823 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryImageVersion.json responses: '200': @@ -178620,21 +143487,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Succeeded - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -178645,31 +143512,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -178680,13 +143547,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -178696,14 +143563,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -178714,44 +143581,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -178762,18 +143629,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -178784,14 +143651,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -178799,103 +143666,103 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5717 - operation: *ref_5725 - operationGroup: *ref_5697 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3815 + operation: *ref_3823 + operationGroup: *ref_3795 - operationId: GalleryImageVersions_Delete examples: - name: Delete a gallery image version. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5726 - parameter: *ref_3211 + language: *ref_3824 + parameter: *ref_2043 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5727 - parameter: *ref_3212 + language: *ref_3825 + parameter: *ref_2044 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5728 - parameter: *ref_3213 + language: *ref_3826 + parameter: *ref_2045 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5729 - parameter: *ref_3214 + language: *ref_3827 + parameter: *ref_2046 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5731 - parameter: *ref_5730 - operation: *ref_5732 - operationGroup: *ref_5697 + language: *ref_3829 + parameter: *ref_3828 + operation: *ref_3830 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/DeleteAGalleryImageVersion.json responses: '200': {} '202': {} '204': {} - operation: *ref_5732 - operationGroup: *ref_5697 + operation: *ref_3830 + operationGroup: *ref_3795 - operationId: GalleryImageVersions_ListByGalleryImage examples: - name: List gallery image versions in a gallery image definition. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5733 - parameter: *ref_3220 + language: *ref_3831 + parameter: *ref_2047 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5734 - parameter: *ref_3221 + language: *ref_3832 + parameter: *ref_2048 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5735 - parameter: *ref_3222 + language: *ref_3833 + parameter: *ref_2049 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5737 - parameter: *ref_5736 - operation: *ref_5741 - operationGroup: *ref_5697 + language: *ref_3835 + parameter: *ref_3834 + operation: *ref_3839 + operationGroup: *ref_3795 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListGalleryImageVersionsInAGalleryImage.json responses: '200': body: - schema: *ref_3223 + schema: *ref_2050 parentsValue: {} properties: nextLink: - schema: *ref_994 + schema: *ref_993 rawValue: >- http://svchost:99/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/images/myGalleryImageName/versions?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/galleries/myGalleryName/images/myGalleryImageName/versions/myGalleryImageVersionName - language: *ref_5740 + language: *ref_3838 value: - schema: *ref_1298 + schema: *ref_1297 elements: - schema: *ref_584 parentsValue: @@ -178906,21 +143773,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_970 + schema: *ref_969 parentsValue: {} properties: provisioningState: schema: *ref_544 rawValue: Succeeded - language: *ref_5687 + language: *ref_3785 publishingProfile: schema: *ref_523 parentsValue: @@ -178931,31 +143798,31 @@ testModel: publishedDate: schema: *ref_542 rawValue: '2018-01-01T00:00:00Z' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 encryption: - schema: *ref_987 + schema: *ref_986 parentsValue: {} properties: dataDiskImages: - schema: *ref_1292 + schema: *ref_1291 elements: - schema: *ref_538 parentsValue: @@ -178966,13 +143833,13 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myOtherDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 0 - language: *ref_5678 + language: *ref_3776 - schema: *ref_538 parentsValue: DiskImageEncryption: @@ -178982,14 +143849,14 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: lun: schema: *ref_537 rawValue: 1 - language: *ref_5678 - language: *ref_5677 + language: *ref_3776 + language: *ref_3775 osDiskImage: schema: *ref_535 parentsValue: @@ -179000,44 +143867,44 @@ testModel: diskEncryptionSetId: schema: *ref_539 rawValue: /subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/diskEncryptionSet/myDiskEncryptionSet - language: *ref_5676 - language: *ref_5675 + language: *ref_3774 + language: *ref_3773 properties: {} - language: *ref_5674 - language: *ref_5673 + language: *ref_3772 + language: *ref_3771 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - - schema: *ref_986 + language: *ref_3777 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: East US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 2 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: {} - language: *ref_5668 + language: *ref_3766 storageProfile: - schema: *ref_988 + schema: *ref_987 parentsValue: {} properties: dataDiskImages: - schema: *ref_1294 + schema: *ref_1293 elements: - schema: *ref_550 parentsValue: @@ -179048,18 +143915,18 @@ testModel: hostCaching: schema: *ref_552 rawValue: None - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: lun: schema: *ref_549 rawValue: 1 - language: *ref_5693 - language: *ref_5692 + language: *ref_3791 + language: *ref_3790 osDiskImage: schema: *ref_547 parentsValue: @@ -179070,14 +143937,14 @@ testModel: hostCaching: schema: *ref_552 rawValue: ReadOnly - language: *ref_5691 + language: *ref_3789 sizeInGB: schema: *ref_551 rawValue: 10 - language: *ref_5690 - language: *ref_5689 + language: *ref_3788 + language: *ref_3787 properties: {} - language: *ref_5688 + language: *ref_3786 source: schema: *ref_553 parentsValue: {} @@ -179085,44 +143952,44 @@ testModel: id: schema: *ref_545 rawValue: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Compute/images/{imageName} - language: *ref_5682 - language: *ref_5681 - language: *ref_5680 - language: *ref_5667 - language: *ref_5739 - language: *ref_5738 - operation: *ref_5741 - operationGroup: *ref_5697 + language: *ref_3780 + language: *ref_3779 + language: *ref_3778 + language: *ref_3765 + language: *ref_3837 + language: *ref_3836 + operation: *ref_3839 + operationGroup: *ref_3795 - operationId: GalleryApplications_CreateOrUpdate examples: - name: Create or update a simple gallery Application. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5742 - parameter: *ref_3231 + language: *ref_3840 + parameter: *ref_2053 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5743 - parameter: *ref_3232 + language: *ref_3841 + parameter: *ref_2054 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5744 - parameter: *ref_3233 + language: *ref_3842 + parameter: *ref_2055 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5746 - parameter: *ref_5745 + language: *ref_3844 + parameter: *ref_3843 - exampleValue: schema: *ref_585 parentsValue: @@ -179133,38 +144000,38 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_971 + schema: *ref_970 parentsValue: {} properties: description: schema: *ref_559 rawValue: This is the gallery application description. - language: *ref_5749 + language: *ref_3847 eula: schema: *ref_560 rawValue: This is the gallery application EULA. - language: *ref_5750 + language: *ref_3848 privacyStatementUri: schema: *ref_561 rawValue: myPrivacyStatementUri} - language: *ref_5751 + language: *ref_3849 releaseNoteUri: schema: *ref_562 rawValue: myReleaseNoteUri - language: *ref_5752 + language: *ref_3850 supportedOSType: schema: *ref_26 rawValue: Windows - language: *ref_5753 - language: *ref_5748 - language: *ref_5747 - parameter: *ref_3229 - operation: *ref_5757 - operationGroup: *ref_5758 + language: *ref_3851 + language: *ref_3846 + language: *ref_3845 + parameter: *ref_2051 + operation: *ref_3855 + operationGroup: *ref_3856 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryApplication.json responses: '200': @@ -179178,47 +144045,47 @@ testModel: name: schema: *ref_588 rawValue: myGalleryApplicationName - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications/myGalleryApplicationName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_971 + schema: *ref_970 parentsValue: {} properties: description: schema: *ref_559 rawValue: This is the gallery application description. - language: *ref_5749 + language: *ref_3847 eula: schema: *ref_560 rawValue: This is the gallery application EULA. - language: *ref_5750 + language: *ref_3848 privacyStatementUri: schema: *ref_561 rawValue: myPrivacyStatementUri} - language: *ref_5751 + language: *ref_3849 releaseNoteUri: schema: *ref_562 rawValue: myReleaseNoteUri - language: *ref_5752 + language: *ref_3850 supportedOSType: schema: *ref_26 rawValue: Windows - language: *ref_5753 - language: *ref_5748 - language: *ref_5754 + language: *ref_3851 + language: *ref_3846 + language: *ref_3852 '201': body: schema: *ref_585 @@ -179230,47 +144097,47 @@ testModel: name: schema: *ref_588 rawValue: myGalleryApplicationName - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications/myGalleryApplicationName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_971 + schema: *ref_970 parentsValue: {} properties: description: schema: *ref_559 rawValue: This is the gallery application description. - language: *ref_5749 + language: *ref_3847 eula: schema: *ref_560 rawValue: This is the gallery application EULA. - language: *ref_5750 + language: *ref_3848 privacyStatementUri: schema: *ref_561 rawValue: myPrivacyStatementUri} - language: *ref_5751 + language: *ref_3849 releaseNoteUri: schema: *ref_562 rawValue: myReleaseNoteUri - language: *ref_5752 + language: *ref_3850 supportedOSType: schema: *ref_26 rawValue: Windows - language: *ref_5753 - language: *ref_5748 - language: *ref_5755 + language: *ref_3851 + language: *ref_3846 + language: *ref_3853 '202': body: schema: *ref_585 @@ -179282,112 +144149,112 @@ testModel: name: schema: *ref_588 rawValue: myGalleryApplicationName - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications/myGalleryApplicationName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_971 + schema: *ref_970 parentsValue: {} properties: description: schema: *ref_559 rawValue: This is the gallery application description. - language: *ref_5749 + language: *ref_3847 eula: schema: *ref_560 rawValue: This is the gallery application EULA. - language: *ref_5750 + language: *ref_3848 privacyStatementUri: schema: *ref_561 rawValue: myPrivacyStatementUri} - language: *ref_5751 + language: *ref_3849 releaseNoteUri: schema: *ref_562 rawValue: myReleaseNoteUri - language: *ref_5752 + language: *ref_3850 supportedOSType: schema: *ref_26 rawValue: Windows - language: *ref_5753 - language: *ref_5748 - language: *ref_5756 - operation: *ref_5757 - operationGroup: *ref_5758 + language: *ref_3851 + language: *ref_3846 + language: *ref_3854 + operation: *ref_3855 + operationGroup: *ref_3856 - operationId: GalleryApplications_Update examples: - name: Update a simple gallery Application. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5759 - parameter: *ref_3243 + language: *ref_3857 + parameter: *ref_2058 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5760 - parameter: *ref_3244 + language: *ref_3858 + parameter: *ref_2059 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5761 - parameter: *ref_3245 + language: *ref_3859 + parameter: *ref_2060 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5763 - parameter: *ref_5762 + language: *ref_3861 + parameter: *ref_3860 - exampleValue: - schema: *ref_975 + schema: *ref_974 parentsValue: {} properties: properties: - schema: *ref_971 + schema: *ref_970 parentsValue: {} properties: description: schema: *ref_559 rawValue: This is the gallery application description. - language: *ref_5749 + language: *ref_3847 eula: schema: *ref_560 rawValue: This is the gallery application EULA. - language: *ref_5750 + language: *ref_3848 privacyStatementUri: schema: *ref_561 rawValue: myPrivacyStatementUri} - language: *ref_5751 + language: *ref_3849 releaseNoteUri: schema: *ref_562 rawValue: myReleaseNoteUri - language: *ref_5752 + language: *ref_3850 supportedOSType: schema: *ref_26 rawValue: Windows - language: *ref_5753 - language: *ref_5765 - language: *ref_5764 - parameter: *ref_3241 - operation: *ref_5767 - operationGroup: *ref_5758 + language: *ref_3851 + language: *ref_3863 + language: *ref_3862 + parameter: *ref_2056 + operation: *ref_3865 + operationGroup: *ref_3856 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/UpdateASimpleGalleryApplication.json responses: '200': @@ -179401,81 +144268,81 @@ testModel: name: schema: *ref_588 rawValue: myGalleryApplicationName - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications/myGalleryApplicationName - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_971 + schema: *ref_970 parentsValue: {} properties: description: schema: *ref_559 rawValue: This is the gallery application description. - language: *ref_5749 + language: *ref_3847 eula: schema: *ref_560 rawValue: This is the gallery application EULA. - language: *ref_5750 + language: *ref_3848 privacyStatementUri: schema: *ref_561 rawValue: myPrivacyStatementUri} - language: *ref_5751 + language: *ref_3849 releaseNoteUri: schema: *ref_562 rawValue: myReleaseNoteUri - language: *ref_5752 + language: *ref_3850 supportedOSType: schema: *ref_26 rawValue: Windows - language: *ref_5753 - language: *ref_5748 - language: *ref_5766 - operation: *ref_5767 - operationGroup: *ref_5758 + language: *ref_3851 + language: *ref_3846 + language: *ref_3864 + operation: *ref_3865 + operationGroup: *ref_3856 - operationId: GalleryApplications_Get examples: - name: Get a gallery Application. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5768 - parameter: *ref_3253 + language: *ref_3866 + parameter: *ref_2061 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5769 - parameter: *ref_3254 + language: *ref_3867 + parameter: *ref_2062 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5770 - parameter: *ref_3255 + language: *ref_3868 + parameter: *ref_2063 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5772 - parameter: *ref_5771 - operation: *ref_5774 - operationGroup: *ref_5758 + language: *ref_3870 + parameter: *ref_3869 + operation: *ref_3872 + operationGroup: *ref_3856 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryApplication.json responses: '200': @@ -179489,121 +144356,121 @@ testModel: name: schema: *ref_588 rawValue: myGalleryApplicationName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_971 + schema: *ref_970 parentsValue: {} properties: description: schema: *ref_559 rawValue: This is the gallery application description. - language: *ref_5749 + language: *ref_3847 eula: schema: *ref_560 rawValue: This is the gallery application EULA. - language: *ref_5750 + language: *ref_3848 privacyStatementUri: schema: *ref_561 rawValue: myPrivacyStatementUri} - language: *ref_5751 + language: *ref_3849 releaseNoteUri: schema: *ref_562 rawValue: myReleaseNoteUri - language: *ref_5752 + language: *ref_3850 supportedOSType: schema: *ref_26 rawValue: Windows - language: *ref_5753 - language: *ref_5748 - language: *ref_5773 - operation: *ref_5774 - operationGroup: *ref_5758 + language: *ref_3851 + language: *ref_3846 + language: *ref_3871 + operation: *ref_3872 + operationGroup: *ref_3856 - operationId: GalleryApplications_Delete examples: - name: Delete a gallery Application. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5775 - parameter: *ref_3261 + language: *ref_3873 + parameter: *ref_2064 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5776 - parameter: *ref_3262 + language: *ref_3874 + parameter: *ref_2065 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5777 - parameter: *ref_3263 + language: *ref_3875 + parameter: *ref_2066 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5779 - parameter: *ref_5778 - operation: *ref_5780 - operationGroup: *ref_5758 + language: *ref_3877 + parameter: *ref_3876 + operation: *ref_3878 + operationGroup: *ref_3856 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/DeleteAGalleryApplication.json responses: '200': {} '202': {} '204': {} - operation: *ref_5780 - operationGroup: *ref_5758 + operation: *ref_3878 + operationGroup: *ref_3856 - operationId: GalleryApplications_ListByGallery examples: - name: List gallery Applications in a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5781 - parameter: *ref_3269 + language: *ref_3879 + parameter: *ref_2067 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5782 - parameter: *ref_3270 + language: *ref_3880 + parameter: *ref_2068 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5784 - parameter: *ref_5783 - operation: *ref_5788 - operationGroup: *ref_5758 + language: *ref_3882 + parameter: *ref_3881 + operation: *ref_3886 + operationGroup: *ref_3856 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListGalleryApplicationsInAGallery.json responses: '200': body: - schema: *ref_3271 + schema: *ref_2069 parentsValue: {} properties: nextLink: - schema: *ref_995 + schema: *ref_994 rawValue: >- http://svchost:99/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/galleries/myGalleryName/applications/myGalleryApplicationName - language: *ref_5787 + language: *ref_3885 value: - schema: *ref_1299 + schema: *ref_1298 elements: - schema: *ref_585 parentsValue: @@ -179614,77 +144481,77 @@ testModel: name: schema: *ref_588 rawValue: myGalleryApplicationName - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_971 + schema: *ref_970 parentsValue: {} properties: description: schema: *ref_559 rawValue: This is the gallery application description. - language: *ref_5749 + language: *ref_3847 eula: schema: *ref_560 rawValue: This is the gallery application EULA. - language: *ref_5750 + language: *ref_3848 privacyStatementUri: schema: *ref_561 rawValue: myPrivacyStatementUri} - language: *ref_5751 + language: *ref_3849 releaseNoteUri: schema: *ref_562 rawValue: myReleaseNoteUri - language: *ref_5752 + language: *ref_3850 supportedOSType: schema: *ref_26 rawValue: Windows - language: *ref_5753 - language: *ref_5748 - language: *ref_5786 - language: *ref_5785 - operation: *ref_5788 - operationGroup: *ref_5758 + language: *ref_3851 + language: *ref_3846 + language: *ref_3884 + language: *ref_3883 + operation: *ref_3886 + operationGroup: *ref_3856 - operationId: GalleryApplicationVersions_CreateOrUpdate examples: - name: Create or update a simple gallery Application Version. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5789 - parameter: *ref_3279 + language: *ref_3887 + parameter: *ref_2072 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5790 - parameter: *ref_3280 + language: *ref_3888 + parameter: *ref_2073 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5791 - parameter: *ref_3281 + language: *ref_3889 + parameter: *ref_2074 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5792 - parameter: *ref_3282 + language: *ref_3890 + parameter: *ref_2075 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5794 - parameter: *ref_5793 + language: *ref_3892 + parameter: *ref_3891 - exampleValue: schema: *ref_586 parentsValue: @@ -179695,11 +144562,11 @@ testModel: location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: publishingProfile: @@ -179712,64 +144579,64 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00Z' - language: *ref_5803 + language: *ref_3901 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 - language: *ref_5796 - language: *ref_5795 - parameter: *ref_3277 - operation: *ref_5810 - operationGroup: *ref_5811 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 + language: *ref_3894 + language: *ref_3893 + parameter: *ref_2070 + operation: *ref_3908 + operationGroup: *ref_3909 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/CreateOrUpdateASimpleGalleryApplicationVersion.json responses: '200': @@ -179783,29 +144650,29 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries/applications/versions - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: provisioningState: schema: *ref_564 rawValue: Updating - language: *ref_5807 + language: *ref_3905 publishingProfile: schema: *ref_531 parentsValue: @@ -179816,73 +144683,73 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00+00:00' - language: *ref_5803 + language: *ref_3901 excludeFromLatest: schema: *ref_541 rawValue: false - language: *ref_5806 + language: *ref_3904 publishedDate: schema: *ref_542 rawValue: '2019-06-21T17:13:57.5972568+00:00' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: enableHealthCheck: schema: *ref_530 rawValue: false - language: *ref_5805 + language: *ref_3903 manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 - language: *ref_5796 - language: *ref_5804 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 + language: *ref_3894 + language: *ref_3902 '201': body: schema: *ref_586 @@ -179894,29 +144761,29 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries/applications/versions - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: provisioningState: schema: *ref_564 rawValue: Creating - language: *ref_5807 + language: *ref_3905 publishingProfile: schema: *ref_531 parentsValue: @@ -179927,73 +144794,73 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00+00:00' - language: *ref_5803 + language: *ref_3901 excludeFromLatest: schema: *ref_541 rawValue: false - language: *ref_5806 + language: *ref_3904 publishedDate: schema: *ref_542 rawValue: '2019-06-21T17:13:57.5972568+00:00' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: enableHealthCheck: schema: *ref_530 rawValue: false - language: *ref_5805 + language: *ref_3903 manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 - language: *ref_5796 - language: *ref_5808 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 + language: *ref_3894 + language: *ref_3906 '202': body: schema: *ref_586 @@ -180005,29 +144872,29 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries/applications/versions - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: provisioningState: schema: *ref_564 rawValue: Updating - language: *ref_5807 + language: *ref_3905 publishingProfile: schema: *ref_531 parentsValue: @@ -180038,116 +144905,116 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00+00:00' - language: *ref_5803 + language: *ref_3901 excludeFromLatest: schema: *ref_541 rawValue: false - language: *ref_5806 + language: *ref_3904 publishedDate: schema: *ref_542 rawValue: '2019-06-21T17:13:57.5972568+00:00' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: enableHealthCheck: schema: *ref_530 rawValue: false - language: *ref_5805 + language: *ref_3903 manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 - language: *ref_5796 - language: *ref_5809 - operation: *ref_5810 - operationGroup: *ref_5811 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 + language: *ref_3894 + language: *ref_3907 + operation: *ref_3908 + operationGroup: *ref_3909 - operationId: GalleryApplicationVersions_Update examples: - name: Update a simple gallery Application Version. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5812 - parameter: *ref_3292 + language: *ref_3910 + parameter: *ref_2078 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5813 - parameter: *ref_3293 + language: *ref_3911 + parameter: *ref_2079 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5814 - parameter: *ref_3294 + language: *ref_3912 + parameter: *ref_2080 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5815 - parameter: *ref_3295 + language: *ref_3913 + parameter: *ref_2081 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5817 - parameter: *ref_5816 + language: *ref_3915 + parameter: *ref_3914 - exampleValue: - schema: *ref_976 + schema: *ref_975 parentsValue: {} properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: publishingProfile: @@ -180160,64 +145027,64 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00Z' - language: *ref_5803 + language: *ref_3901 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 - language: *ref_5819 - language: *ref_5818 - parameter: *ref_3290 - operation: *ref_5821 - operationGroup: *ref_5811 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 + language: *ref_3917 + language: *ref_3916 + parameter: *ref_2076 + operation: *ref_3919 + operationGroup: *ref_3909 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/UpdateASimpleGalleryApplicationVersion.json responses: '200': @@ -180231,29 +145098,29 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries/applications/versions - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: provisioningState: schema: *ref_564 rawValue: Updating - language: *ref_5807 + language: *ref_3905 publishingProfile: schema: *ref_531 parentsValue: @@ -180264,117 +145131,117 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00+00:00' - language: *ref_5803 + language: *ref_3901 excludeFromLatest: schema: *ref_541 rawValue: false - language: *ref_5806 + language: *ref_3904 publishedDate: schema: *ref_542 rawValue: '2019-06-21T17:13:57.5972568+00:00' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: enableHealthCheck: schema: *ref_530 rawValue: false - language: *ref_5805 + language: *ref_3903 manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 - language: *ref_5796 - language: *ref_5820 - operation: *ref_5821 - operationGroup: *ref_5811 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 + language: *ref_3894 + language: *ref_3918 + operation: *ref_3919 + operationGroup: *ref_3909 - operationId: GalleryApplicationVersions_Get examples: - name: Get a gallery Application Version with replication status. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5822 - parameter: *ref_3306 + language: *ref_3920 + parameter: *ref_2082 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5823 - parameter: *ref_3307 + language: *ref_3921 + parameter: *ref_2083 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5824 - parameter: *ref_3308 + language: *ref_3922 + parameter: *ref_2084 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5825 - parameter: *ref_3309 + language: *ref_3923 + parameter: *ref_2085 - exampleValue: - schema: *ref_3199 + schema: *ref_2037 rawValue: ReplicationStatus - language: *ref_5826 - parameter: *ref_3304 + language: *ref_3924 + parameter: *ref_2086 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5828 - parameter: *ref_5827 - operation: *ref_5831 - operationGroup: *ref_5811 + language: *ref_3926 + parameter: *ref_3925 + operation: *ref_3929 + operationGroup: *ref_3909 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryApplicationVersionWithReplicationStatus.json responses: '200': @@ -180388,21 +145255,21 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: provisioningState: schema: *ref_564 rawValue: Succeeded - language: *ref_5807 + language: *ref_3905 publishingProfile: schema: *ref_531 parentsValue: @@ -180413,71 +145280,71 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00+00:00' - language: *ref_5803 + language: *ref_3901 excludeFromLatest: schema: *ref_541 rawValue: false - language: *ref_5806 + language: *ref_3904 publishedDate: schema: *ref_542 rawValue: '2019-06-21T17:13:57.5972568+00:00' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: enableHealthCheck: schema: *ref_530 rawValue: false - language: *ref_5805 + language: *ref_3903 manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 replicationStatus: schema: *ref_565 parentsValue: {} @@ -180485,68 +145352,68 @@ testModel: aggregatedState: schema: *ref_554 rawValue: Completed - language: *ref_5719 + language: *ref_3817 summary: - schema: *ref_1295 + schema: *ref_1294 elements: - - schema: *ref_989 + - schema: *ref_988 parentsValue: {} properties: progress: schema: *ref_558 rawValue: 100 - language: *ref_5724 + language: *ref_3822 region: schema: *ref_555 rawValue: West US - language: *ref_5721 + language: *ref_3819 state: schema: *ref_556 rawValue: Completed - language: *ref_5722 + language: *ref_3820 details: schema: *ref_557 rawValue: '' - language: *ref_5723 - language: *ref_5720 - language: *ref_5830 - language: *ref_5796 - language: *ref_5829 + language: *ref_3821 + language: *ref_3818 + language: *ref_3928 + language: *ref_3894 + language: *ref_3927 - name: Get a gallery Application Version. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5822 - parameter: *ref_3306 + language: *ref_3920 + parameter: *ref_2082 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5823 - parameter: *ref_3307 + language: *ref_3921 + parameter: *ref_2083 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5824 - parameter: *ref_3308 + language: *ref_3922 + parameter: *ref_2084 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5825 - parameter: *ref_3309 + language: *ref_3923 + parameter: *ref_2085 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5828 - parameter: *ref_5827 - operation: *ref_5831 - operationGroup: *ref_5811 + language: *ref_3926 + parameter: *ref_3925 + operation: *ref_3929 + operationGroup: *ref_3909 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetAGalleryApplicationVersion.json responses: '200': @@ -180560,29 +145427,29 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries/applications/versions - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: provisioningState: schema: *ref_564 rawValue: Succeeded - language: *ref_5807 + language: *ref_3905 publishingProfile: schema: *ref_531 parentsValue: @@ -180593,165 +145460,165 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00+00:00' - language: *ref_5803 + language: *ref_3901 excludeFromLatest: schema: *ref_541 rawValue: false - language: *ref_5806 + language: *ref_3904 publishedDate: schema: *ref_542 rawValue: '2019-06-21T17:13:57.5972568+00:00' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: enableHealthCheck: schema: *ref_530 rawValue: false - language: *ref_5805 + language: *ref_3903 manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 - language: *ref_5796 - language: *ref_5829 - operation: *ref_5831 - operationGroup: *ref_5811 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 + language: *ref_3894 + language: *ref_3927 + operation: *ref_3929 + operationGroup: *ref_3909 - operationId: GalleryApplicationVersions_Delete examples: - name: Delete a gallery Application Version. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5832 - parameter: *ref_3314 + language: *ref_3930 + parameter: *ref_2087 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5833 - parameter: *ref_3315 + language: *ref_3931 + parameter: *ref_2088 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5834 - parameter: *ref_3316 + language: *ref_3932 + parameter: *ref_2089 - exampleValue: schema: *ref_8 rawValue: 1.0.0 - language: *ref_5835 - parameter: *ref_3317 + language: *ref_3933 + parameter: *ref_2090 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5837 - parameter: *ref_5836 - operation: *ref_5838 - operationGroup: *ref_5811 + language: *ref_3935 + parameter: *ref_3934 + operation: *ref_3936 + operationGroup: *ref_3909 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/DeleteAGalleryApplicationVersion.json responses: '200': {} '202': {} '204': {} - operation: *ref_5838 - operationGroup: *ref_5811 + operation: *ref_3936 + operationGroup: *ref_3909 - operationId: GalleryApplicationVersions_ListByGalleryApplication examples: - name: List gallery Application Versions in a gallery Application Definition. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5839 - parameter: *ref_3323 + language: *ref_3937 + parameter: *ref_2091 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5840 - parameter: *ref_3324 + language: *ref_3938 + parameter: *ref_2092 - exampleValue: schema: *ref_8 rawValue: myGalleryApplicationName - language: *ref_5841 - parameter: *ref_3325 + language: *ref_3939 + parameter: *ref_2093 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5843 - parameter: *ref_5842 - operation: *ref_5847 - operationGroup: *ref_5811 + language: *ref_3941 + parameter: *ref_3940 + operation: *ref_3945 + operationGroup: *ref_3909 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListGalleryApplicationVersionsInAGalleryApplication.json responses: '200': body: - schema: *ref_3326 + schema: *ref_2094 parentsValue: {} properties: nextLink: - schema: *ref_996 + schema: *ref_995 rawValue: >- http://svchost:99/subscriptions/{subscriptionId}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myGalleryName/applications/myGalleryApplicationName/versions?$skiptoken={token}/Subscriptions/{subscriptionId}/ResourceGroups/myResourceGroup/galleries/myGalleryName/applications/myGalleryApplicationName/versions/myGalleryApplicationVersionName - language: *ref_5846 + language: *ref_3944 value: - schema: *ref_1300 + schema: *ref_1299 elements: - schema: *ref_586 parentsValue: @@ -180762,30 +145629,30 @@ testModel: name: schema: *ref_588 rawValue: 1.0.0 - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/galleries/applications/versions - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: >- /subscriptions/01523d7c-60da-455e-adef-521b547922c4/resourceGroups/galleryPsTestRg98/providers/Microsoft.Compute/galleries/galleryPsTestGallery6165/applications/galleryPsTestGalleryApplication7825/versions/1.0.0 - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: West US - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_972 + schema: *ref_971 parentsValue: {} properties: provisioningState: schema: *ref_564 rawValue: Succeeded - language: *ref_5807 + language: *ref_3905 publishingProfile: schema: *ref_531 parentsValue: @@ -180796,922 +145663,922 @@ testModel: endOfLifeDate: schema: *ref_543 rawValue: '2019-07-01T07:00:00+00:00' - language: *ref_5803 + language: *ref_3901 excludeFromLatest: schema: *ref_541 rawValue: false - language: *ref_5806 + language: *ref_3904 publishedDate: schema: *ref_542 rawValue: '2019-06-21T17:13:57.5972568+00:00' - language: *ref_5685 + language: *ref_3783 replicaCount: schema: *ref_540 rawValue: 1 - language: *ref_5684 + language: *ref_3782 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5686 + language: *ref_3784 targetRegions: - schema: *ref_1293 + schema: *ref_1292 elements: - - schema: *ref_986 + - schema: *ref_985 parentsValue: {} properties: name: schema: *ref_532 rawValue: West US - language: *ref_5671 + language: *ref_3769 regionalReplicaCount: schema: *ref_533 rawValue: 1 - language: *ref_5672 + language: *ref_3770 storageAccountType: schema: *ref_534 rawValue: Standard_LRS - language: *ref_5679 - language: *ref_5670 - language: *ref_5669 + language: *ref_3777 + language: *ref_3768 + language: *ref_3767 properties: enableHealthCheck: schema: *ref_530 rawValue: false - language: *ref_5805 + language: *ref_3903 manageActions: - schema: *ref_991 + schema: *ref_990 parentsValue: {} properties: install: schema: *ref_527 rawValue: powershell -command "Expand-Archive -Path package.zip -DestinationPath C:\package" - language: *ref_5801 + language: *ref_3899 remove: schema: *ref_528 rawValue: 'del C:\package ' - language: *ref_5802 - language: *ref_5800 + language: *ref_3900 + language: *ref_3898 source: - schema: *ref_990 + schema: *ref_989 parentsValue: {} properties: mediaLink: schema: *ref_525 rawValue: https://mystorageaccount.blob.core.windows.net/mycontainer/package.zip?{sasKey} - language: *ref_5799 - language: *ref_5798 - language: *ref_5797 - language: *ref_5796 - language: *ref_5845 - language: *ref_5844 - operation: *ref_5847 - operationGroup: *ref_5811 + language: *ref_3897 + language: *ref_3896 + language: *ref_3895 + language: *ref_3894 + language: *ref_3943 + language: *ref_3942 + operation: *ref_3945 + operationGroup: *ref_3909 - operationId: GallerySharingProfile_Update examples: - name: Add sharing id to the sharing profile of a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5848 - parameter: *ref_3335 + language: *ref_3946 + parameter: *ref_2098 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5849 - parameter: *ref_3336 + language: *ref_3947 + parameter: *ref_2099 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5851 - parameter: *ref_5850 + language: *ref_3949 + parameter: *ref_3948 - exampleValue: - schema: *ref_3332 + schema: *ref_2095 parentsValue: {} properties: groups: - schema: *ref_1301 + schema: *ref_1300 elements: - - schema: *ref_966 + - schema: *ref_965 parentsValue: {} properties: type: schema: *ref_503 rawValue: Subscriptions - language: *ref_5591 + language: *ref_3689 ids: - schema: *ref_1288 + schema: *ref_1287 elements: - schema: *ref_504 rawValue: 34a4ab42-0d72-47d9-bd1a-aed207386dac - schema: *ref_504 rawValue: 380fd389-260b-41aa-bad9-0a83108c370b - language: *ref_5592 - - schema: *ref_966 + language: *ref_3690 + - schema: *ref_965 parentsValue: {} properties: type: schema: *ref_503 rawValue: AADTenants - language: *ref_5591 + language: *ref_3689 ids: - schema: *ref_1288 + schema: *ref_1287 elements: - schema: *ref_504 rawValue: c24c76aa-8897-4027-9b03-8f7928b54ff6 - language: *ref_5592 - language: *ref_5854 + language: *ref_3690 + language: *ref_3952 operationType: - schema: *ref_997 + schema: *ref_996 rawValue: Add - language: *ref_5853 - language: *ref_5852 - parameter: *ref_3333 - operation: *ref_5857 - operationGroup: *ref_5858 + language: *ref_3951 + language: *ref_3950 + parameter: *ref_2096 + operation: *ref_3955 + operationGroup: *ref_3956 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/AddToSharingProfileInAGallery.json responses: '200': body: - schema: *ref_3332 + schema: *ref_2095 parentsValue: {} properties: groups: - schema: *ref_1301 + schema: *ref_1300 elements: - - schema: *ref_966 + - schema: *ref_965 parentsValue: {} properties: type: schema: *ref_503 rawValue: Subscriptions - language: *ref_5591 + language: *ref_3689 ids: - schema: *ref_1288 + schema: *ref_1287 elements: - schema: *ref_504 rawValue: 34a4ab42-0d72-47d9-bd1a-aed207386dac - schema: *ref_504 rawValue: 380fd389-260b-41aa-bad9-0a83108c370b - language: *ref_5592 - - schema: *ref_966 + language: *ref_3690 + - schema: *ref_965 parentsValue: {} properties: type: schema: *ref_503 rawValue: AADTenants - language: *ref_5591 + language: *ref_3689 ids: - schema: *ref_1288 + schema: *ref_1287 elements: - schema: *ref_504 rawValue: c24c76aa-8897-4027-9b03-8f7928b54ff6 - language: *ref_5592 - language: *ref_5854 + language: *ref_3690 + language: *ref_3952 operationType: - schema: *ref_997 + schema: *ref_996 rawValue: Add - language: *ref_5853 - language: *ref_5855 + language: *ref_3951 + language: *ref_3953 '202': body: - schema: *ref_3332 + schema: *ref_2095 parentsValue: {} properties: groups: - schema: *ref_1301 + schema: *ref_1300 elements: - - schema: *ref_966 + - schema: *ref_965 parentsValue: {} properties: type: schema: *ref_503 rawValue: Subscriptions - language: *ref_5591 + language: *ref_3689 ids: - schema: *ref_1288 + schema: *ref_1287 elements: - schema: *ref_504 rawValue: 34a4ab42-0d72-47d9-bd1a-aed207386dac - schema: *ref_504 rawValue: 380fd389-260b-41aa-bad9-0a83108c370b - language: *ref_5592 - - schema: *ref_966 + language: *ref_3690 + - schema: *ref_965 parentsValue: {} properties: type: schema: *ref_503 rawValue: AADTenants - language: *ref_5591 + language: *ref_3689 ids: - schema: *ref_1288 + schema: *ref_1287 elements: - schema: *ref_504 rawValue: c24c76aa-8897-4027-9b03-8f7928b54ff6 - language: *ref_5592 - language: *ref_5854 + language: *ref_3690 + language: *ref_3952 operationType: - schema: *ref_997 + schema: *ref_996 rawValue: Add - language: *ref_5853 - language: *ref_5856 + language: *ref_3951 + language: *ref_3954 - name: reset sharing profile of a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_2767 + schema: *ref_1885 rawValue: myResourceGroup - language: *ref_5848 - parameter: *ref_3335 + language: *ref_3946 + parameter: *ref_2098 - exampleValue: schema: *ref_8 rawValue: myGalleryName - language: *ref_5849 - parameter: *ref_3336 + language: *ref_3947 + parameter: *ref_2099 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5851 - parameter: *ref_5850 + language: *ref_3949 + parameter: *ref_3948 - exampleValue: - schema: *ref_3332 + schema: *ref_2095 parentsValue: {} properties: operationType: - schema: *ref_997 + schema: *ref_996 rawValue: Reset - language: *ref_5853 - language: *ref_5852 - parameter: *ref_3333 - operation: *ref_5857 - operationGroup: *ref_5858 + language: *ref_3951 + language: *ref_3950 + parameter: *ref_2096 + operation: *ref_3955 + operationGroup: *ref_3956 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ResetSharingProfileInAGallery.json responses: '200': body: - schema: *ref_3332 + schema: *ref_2095 parentsValue: {} properties: operationType: - schema: *ref_997 + schema: *ref_996 rawValue: Reset - language: *ref_5853 - language: *ref_5855 + language: *ref_3951 + language: *ref_3953 '202': body: - schema: *ref_3332 + schema: *ref_2095 parentsValue: {} properties: operationType: - schema: *ref_997 + schema: *ref_996 rawValue: Reset - language: *ref_5853 - language: *ref_5856 - operation: *ref_5857 - operationGroup: *ref_5858 + language: *ref_3951 + language: *ref_3954 + operation: *ref_3955 + operationGroup: *ref_3956 - operationId: SharedGalleries_List examples: - name: Get a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_8 rawValue: myLocation - language: *ref_5859 - parameter: *ref_3348 + language: *ref_3957 + parameter: *ref_2101 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5861 - parameter: *ref_5860 - operation: *ref_5871 - operationGroup: *ref_5872 + language: *ref_3959 + parameter: *ref_3958 + operation: *ref_3969 + operationGroup: *ref_3970 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListSharedGalleries.json responses: '200': body: - schema: *ref_3349 + schema: *ref_2103 parentsValue: {} properties: nextLink: - schema: *ref_1009 + schema: *ref_1008 rawValue: http://svchost:99/subscriptions/{subscriptionId}/providers/Microsoft.Compute/sharedGalleries?$skiptoken={token}/Subscriptions/{subscriptionId}/galleries/galleryUniqueName - language: *ref_5870 + language: *ref_3968 value: - schema: *ref_1302 + schema: *ref_1301 elements: - - schema: *ref_998 + - schema: *ref_997 parentsValue: PirSharedGalleryResource: - schema: *ref_999 + schema: *ref_998 parentsValue: PirResource: - schema: *ref_1001 + schema: *ref_1000 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_1003 rawValue: galleryUniqueName - language: *ref_5868 + language: *ref_3966 location: - schema: *ref_1005 + schema: *ref_1004 rawValue: myLocation - language: *ref_5869 - language: *ref_5867 + language: *ref_3967 + language: *ref_3965 properties: identifier: - schema: *ref_1010 + schema: *ref_1009 parentsValue: {} properties: uniqueId: - schema: *ref_1008 + schema: *ref_1007 rawValue: /SharedGalleries/galleryUniqueName - language: *ref_5866 - language: *ref_5865 - language: *ref_5864 + language: *ref_3964 + language: *ref_3963 + language: *ref_3962 properties: {} - language: *ref_5863 - language: *ref_5862 - operation: *ref_5871 - operationGroup: *ref_5872 + language: *ref_3961 + language: *ref_3960 + operation: *ref_3969 + operationGroup: *ref_3970 - operationId: SharedGalleries_Get examples: - name: Get a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_8 rawValue: myLocation - language: *ref_5873 - parameter: *ref_3354 + language: *ref_3971 + parameter: *ref_2104 - exampleValue: schema: *ref_8 rawValue: galleryUniqueName - language: *ref_5874 - parameter: *ref_3355 + language: *ref_3972 + parameter: *ref_2105 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5876 - parameter: *ref_5875 - operation: *ref_5878 - operationGroup: *ref_5872 + language: *ref_3974 + parameter: *ref_3973 + operation: *ref_3976 + operationGroup: *ref_3970 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetASharedGallery.json responses: '200': body: - schema: *ref_998 + schema: *ref_997 parentsValue: PirSharedGalleryResource: - schema: *ref_999 + schema: *ref_998 parentsValue: PirResource: - schema: *ref_1001 + schema: *ref_1000 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_1003 rawValue: myGalleryName - language: *ref_5868 + language: *ref_3966 location: - schema: *ref_1005 + schema: *ref_1004 rawValue: myLocation - language: *ref_5869 - language: *ref_5867 + language: *ref_3967 + language: *ref_3965 properties: identifier: - schema: *ref_1010 + schema: *ref_1009 parentsValue: {} properties: uniqueId: - schema: *ref_1008 + schema: *ref_1007 rawValue: /SharedGalleries/galleryUniqueName - language: *ref_5866 - language: *ref_5865 - language: *ref_5864 + language: *ref_3964 + language: *ref_3963 + language: *ref_3962 properties: {} - language: *ref_5877 - operation: *ref_5878 - operationGroup: *ref_5872 + language: *ref_3975 + operation: *ref_3976 + operationGroup: *ref_3970 - operationId: SharedGalleryImages_List examples: - name: Get a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_8 rawValue: myLocation - language: *ref_5879 - parameter: *ref_3364 + language: *ref_3977 + parameter: *ref_2106 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5881 - parameter: *ref_5880 + language: *ref_3979 + parameter: *ref_3978 - exampleValue: schema: *ref_8 rawValue: galleryUniqueName - language: *ref_5882 - parameter: *ref_3365 - operation: *ref_5891 - operationGroup: *ref_5892 + language: *ref_3980 + parameter: *ref_2107 + operation: *ref_3989 + operationGroup: *ref_3990 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListSharedGalleryImages.json responses: '200': body: - schema: *ref_3366 + schema: *ref_2109 parentsValue: {} properties: nextLink: - schema: *ref_1011 + schema: *ref_1010 rawValue: >- http://svchost:99/subscriptions/{subscription-Id}/providers/Microsoft.Compute/sharedGalleries/galleryUniqueName/images?$skiptoken={token}/Subscriptions/{subscription-Id}/galleries/galleryUniqueName/images/myGalleryImageName - language: *ref_5890 + language: *ref_3988 value: - schema: *ref_1304 + schema: *ref_1303 elements: - - schema: *ref_1000 + - schema: *ref_999 parentsValue: PirSharedGalleryResource: - schema: *ref_999 + schema: *ref_998 parentsValue: PirResource: - schema: *ref_1001 + schema: *ref_1000 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_1003 rawValue: myGalleryImageName - language: *ref_5868 + language: *ref_3966 location: - schema: *ref_1005 + schema: *ref_1004 rawValue: myLocation - language: *ref_5869 - language: *ref_5867 + language: *ref_3967 + language: *ref_3965 properties: identifier: - schema: *ref_1010 + schema: *ref_1009 parentsValue: {} properties: uniqueId: - schema: *ref_1008 + schema: *ref_1007 rawValue: /SharedGalleries/galleryUniqueName/Images/myGalleryImageName - language: *ref_5866 - language: *ref_5865 - language: *ref_5864 + language: *ref_3964 + language: *ref_3963 + language: *ref_3962 properties: properties: - schema: *ref_1012 + schema: *ref_1011 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5889 + language: *ref_3987 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5888 + language: *ref_3721 + language: *ref_3986 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5887 + language: *ref_3985 osType: schema: *ref_26 rawValue: Windows - language: *ref_5886 - language: *ref_5885 - language: *ref_5884 - language: *ref_5883 - operation: *ref_5891 - operationGroup: *ref_5892 + language: *ref_3984 + language: *ref_3983 + language: *ref_3982 + language: *ref_3981 + operation: *ref_3989 + operationGroup: *ref_3990 - operationId: SharedGalleryImages_Get examples: - name: Get a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_8 rawValue: myLocation - language: *ref_5893 - parameter: *ref_3371 + language: *ref_3991 + parameter: *ref_2110 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5895 - parameter: *ref_5894 + language: *ref_3993 + parameter: *ref_3992 - exampleValue: schema: *ref_8 rawValue: galleryUniqueName - language: *ref_5896 - parameter: *ref_3372 + language: *ref_3994 + parameter: *ref_2111 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5897 - parameter: *ref_3373 - operation: *ref_5899 - operationGroup: *ref_5892 + language: *ref_3995 + parameter: *ref_2112 + operation: *ref_3997 + operationGroup: *ref_3990 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetASharedGalleryImage.json responses: '200': body: - schema: *ref_1000 + schema: *ref_999 parentsValue: PirSharedGalleryResource: - schema: *ref_999 + schema: *ref_998 parentsValue: PirResource: - schema: *ref_1001 + schema: *ref_1000 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_1003 rawValue: myGalleryImageName - language: *ref_5868 + language: *ref_3966 location: - schema: *ref_1005 + schema: *ref_1004 rawValue: myLocation - language: *ref_5869 - language: *ref_5867 + language: *ref_3967 + language: *ref_3965 properties: identifier: - schema: *ref_1010 + schema: *ref_1009 parentsValue: {} properties: uniqueId: - schema: *ref_1008 + schema: *ref_1007 rawValue: /SharedGalleries/galleryUniqueName/Images/myGalleryImageName - language: *ref_5866 - language: *ref_5865 - language: *ref_5864 + language: *ref_3964 + language: *ref_3963 + language: *ref_3962 properties: properties: - schema: *ref_1012 + schema: *ref_1011 parentsValue: {} properties: hyperVGeneration: schema: *ref_427 rawValue: V1 - language: *ref_5889 + language: *ref_3987 identifier: - schema: *ref_981 + schema: *ref_980 parentsValue: {} properties: offer: schema: *ref_511 rawValue: myOfferName - language: *ref_5622 + language: *ref_3720 publisher: schema: *ref_510 rawValue: myPublisherName - language: *ref_5621 + language: *ref_3719 sku: schema: *ref_512 rawValue: mySkuName - language: *ref_5623 - language: *ref_5888 + language: *ref_3721 + language: *ref_3986 osState: schema: *ref_342 rawValue: Generalized - language: *ref_5887 + language: *ref_3985 osType: schema: *ref_26 rawValue: Windows - language: *ref_5886 - language: *ref_5885 - language: *ref_5898 - operation: *ref_5899 - operationGroup: *ref_5892 + language: *ref_3984 + language: *ref_3983 + language: *ref_3996 + operation: *ref_3997 + operationGroup: *ref_3990 - operationId: SharedGalleryImageVersions_List examples: - name: Get a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_8 rawValue: myLocation - language: *ref_5900 - parameter: *ref_3382 + language: *ref_3998 + parameter: *ref_2113 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5902 - parameter: *ref_5901 + language: *ref_4000 + parameter: *ref_3999 - exampleValue: schema: *ref_8 rawValue: galleryUniqueName - language: *ref_5903 - parameter: *ref_3383 + language: *ref_4001 + parameter: *ref_2114 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5904 - parameter: *ref_3384 - operation: *ref_5911 - operationGroup: *ref_5912 + language: *ref_4002 + parameter: *ref_2115 + operation: *ref_4009 + operationGroup: *ref_4010 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/ListSharedGalleryImageVersions.json responses: '200': body: - schema: *ref_3385 + schema: *ref_2117 parentsValue: {} properties: nextLink: - schema: *ref_1013 + schema: *ref_1012 rawValue: >- http://svchost:99/subscriptions/{subscription-Id}/providers/Microsoft.Compute/sharedGalleries/galleryUniqueName/images/myGalleryImageName/versions?$skiptoken={token}/Subscriptions/{subscription-Id}/galleries/galleryUniqueName/images/myGalleryImageName/versions/myGalleryImageVersionName - language: *ref_5910 + language: *ref_4008 value: - schema: *ref_1305 + schema: *ref_1304 elements: - - schema: *ref_1007 + - schema: *ref_1006 parentsValue: PirSharedGalleryResource: - schema: *ref_999 + schema: *ref_998 parentsValue: PirResource: - schema: *ref_1001 + schema: *ref_1000 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_1003 rawValue: myGalleryImageVersionName - language: *ref_5868 + language: *ref_3966 location: - schema: *ref_1005 + schema: *ref_1004 rawValue: myLocation - language: *ref_5869 - language: *ref_5867 + language: *ref_3967 + language: *ref_3965 properties: identifier: - schema: *ref_1010 + schema: *ref_1009 parentsValue: {} properties: uniqueId: - schema: *ref_1008 + schema: *ref_1007 rawValue: /SharedGalleries/galleryUniqueName/Images/myGalleryImageName/Versions/myGalleryImageVersionName - language: *ref_5866 - language: *ref_5865 - language: *ref_5864 + language: *ref_3964 + language: *ref_3963 + language: *ref_3962 properties: properties: - schema: *ref_1014 + schema: *ref_1013 parentsValue: {} properties: endOfLifeDate: - schema: *ref_1003 + schema: *ref_1002 rawValue: '2022-03-20T09:12:28Z' - language: *ref_5909 + language: *ref_4007 publishedDate: - schema: *ref_1002 + schema: *ref_1001 rawValue: '2018-03-20T09:12:28Z' - language: *ref_5908 - language: *ref_5907 - language: *ref_5906 - language: *ref_5905 - operation: *ref_5911 - operationGroup: *ref_5912 + language: *ref_4006 + language: *ref_4005 + language: *ref_4004 + language: *ref_4003 + operation: *ref_4009 + operationGroup: *ref_4010 - operationId: SharedGalleryImageVersions_Get examples: - name: Get a gallery. clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_8 rawValue: myLocation - language: *ref_5913 - parameter: *ref_3390 + language: *ref_4011 + parameter: *ref_2118 - exampleValue: - schema: *ref_3073 + schema: *ref_1989 rawValue: '2020-09-30' - language: *ref_5915 - parameter: *ref_5914 + language: *ref_4013 + parameter: *ref_4012 - exampleValue: schema: *ref_8 rawValue: galleryUniqueName - language: *ref_5916 - parameter: *ref_3391 + language: *ref_4014 + parameter: *ref_2119 - exampleValue: schema: *ref_8 rawValue: myGalleryImageName - language: *ref_5917 - parameter: *ref_3392 + language: *ref_4015 + parameter: *ref_2120 - exampleValue: schema: *ref_8 rawValue: myGalleryImageVersionName - language: *ref_5918 - parameter: *ref_3393 - operation: *ref_5920 - operationGroup: *ref_5912 + language: *ref_4016 + parameter: *ref_2121 + operation: *ref_4018 + operationGroup: *ref_4010 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2020-09-30/examples/GetASharedGalleryImageVersion.json responses: '200': body: - schema: *ref_1007 + schema: *ref_1006 parentsValue: PirSharedGalleryResource: - schema: *ref_999 + schema: *ref_998 parentsValue: PirResource: - schema: *ref_1001 + schema: *ref_1000 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_1003 rawValue: myGalleryImageVersionName - language: *ref_5868 + language: *ref_3966 location: - schema: *ref_1005 + schema: *ref_1004 rawValue: myLocation - language: *ref_5869 - language: *ref_5867 + language: *ref_3967 + language: *ref_3965 properties: identifier: - schema: *ref_1010 + schema: *ref_1009 parentsValue: {} properties: uniqueId: - schema: *ref_1008 + schema: *ref_1007 rawValue: /SharedGalleries/galleryUniqueName/Images/myGalleryImageName/Versions/myGalleryImageVersionName - language: *ref_5866 - language: *ref_5865 - language: *ref_5864 + language: *ref_3964 + language: *ref_3963 + language: *ref_3962 properties: properties: - schema: *ref_1014 + schema: *ref_1013 parentsValue: {} properties: endOfLifeDate: - schema: *ref_1003 + schema: *ref_1002 rawValue: '2022-03-20T09:12:28Z' - language: *ref_5909 + language: *ref_4007 publishedDate: - schema: *ref_1002 + schema: *ref_1001 rawValue: '2018-03-20T09:12:28Z' - language: *ref_5908 - language: *ref_5907 - language: *ref_5919 - operation: *ref_5920 - operationGroup: *ref_5912 + language: *ref_4006 + language: *ref_4005 + language: *ref_4017 + operation: *ref_4018 + operationGroup: *ref_4010 - operationId: CloudServiceRoleInstances_Delete examples: - name: Delete Cloud Service Role Instance clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: '{roleInstance-name}' - language: *ref_5921 - parameter: *ref_3399 + language: *ref_4019 + parameter: *ref_2122 - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_5922 - parameter: *ref_3400 + language: *ref_4020 + parameter: *ref_2123 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_5923 - parameter: *ref_3401 + language: *ref_4021 + parameter: *ref_2124 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5925 - parameter: *ref_5924 - operation: *ref_5926 - operationGroup: *ref_5927 + language: *ref_4023 + parameter: *ref_4022 + operation: *ref_4024 + operationGroup: *ref_4025 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/DeleteCloudServiceRoleInstance.json responses: '200': {} '202': {} '204': {} - operation: *ref_5926 - operationGroup: *ref_5927 + operation: *ref_4024 + operationGroup: *ref_4025 - operationId: CloudServiceRoleInstances_Get examples: - name: Get Cloud Service Role Instance clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: '{roleInstance-name}' - language: *ref_5928 - parameter: *ref_3410 + language: *ref_4026 + parameter: *ref_2125 - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_5929 - parameter: *ref_3411 + language: *ref_4027 + parameter: *ref_2126 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_5930 - parameter: *ref_3412 + language: *ref_4028 + parameter: *ref_2127 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5932 - parameter: *ref_5931 - operation: *ref_5944 - operationGroup: *ref_5927 + language: *ref_4030 + parameter: *ref_4029 + operation: *ref_4042 + operationGroup: *ref_4025 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetCloudServiceRoleInstance.json responses: '200': body: - schema: *ref_1034 + schema: *ref_1033 parentsValue: {} properties: name: - schema: *ref_1016 + schema: *ref_1015 rawValue: '{roleInstance-name}' - language: *ref_5935 + language: *ref_4033 type: - schema: *ref_1017 + schema: *ref_1016 rawValue: Microsoft.Compute/cloudServices/roleInstances - language: *ref_5936 + language: *ref_4034 id: - schema: *ref_1015 + schema: *ref_1014 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/{roleInstance-name} - language: *ref_5934 + language: *ref_4032 location: - schema: *ref_1018 + schema: *ref_1017 rawValue: eastus2euap - language: *ref_5937 + language: *ref_4035 properties: - schema: *ref_1030 + schema: *ref_1029 parentsValue: {} properties: networkProfile: - schema: *ref_1031 + schema: *ref_1030 parentsValue: {} properties: networkInterfaces: - schema: *ref_1306 + schema: *ref_1305 elements: - schema: *ref_22 parentsValue: {} @@ -181719,169 +146586,169 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/{roleInstance-name}/networkInterfaces/nic1 - language: *ref_4146 - language: *ref_5943 - language: *ref_5942 - language: *ref_5941 + language: *ref_2244 + language: *ref_4041 + language: *ref_4040 + language: *ref_4039 sku: - schema: *ref_1029 + schema: *ref_1028 parentsValue: {} properties: name: - schema: *ref_1020 + schema: *ref_1019 rawValue: Standard_D1_v2 - language: *ref_5939 + language: *ref_4037 tier: - schema: *ref_1021 + schema: *ref_1020 rawValue: Standard - language: *ref_5940 - language: *ref_5938 - language: *ref_5933 - operation: *ref_5944 - operationGroup: *ref_5927 + language: *ref_4038 + language: *ref_4036 + language: *ref_4031 + operation: *ref_4042 + operationGroup: *ref_4025 - operationId: CloudServiceRoleInstances_GetInstanceView examples: - name: Get Instance View of Cloud Service Role Instance clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: '{roleInstance-name}' - language: *ref_5945 - parameter: *ref_3417 + language: *ref_4043 + parameter: *ref_2129 - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_5946 - parameter: *ref_3418 + language: *ref_4044 + parameter: *ref_2130 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_5947 - parameter: *ref_3419 + language: *ref_4045 + parameter: *ref_2131 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5949 - parameter: *ref_5948 - operation: *ref_5959 - operationGroup: *ref_5927 + language: *ref_4047 + parameter: *ref_4046 + operation: *ref_4057 + operationGroup: *ref_4025 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetInstanceViewOfCloudServiceRoleInstance.json responses: '200': body: - schema: *ref_1032 + schema: *ref_1031 parentsValue: {} properties: platformFaultDomain: - schema: *ref_1023 + schema: *ref_1022 rawValue: 0 - language: *ref_5952 + language: *ref_4050 platformUpdateDomain: - schema: *ref_1022 + schema: *ref_1021 rawValue: 0 - language: *ref_5951 + language: *ref_4049 privateId: - schema: *ref_1024 + schema: *ref_1023 rawValue: 3491bc0c-1f6c-444f-b1d0-ec0751a74e3e - language: *ref_5953 + language: *ref_4051 statuses: - schema: *ref_1307 + schema: *ref_1306 elements: - - schema: *ref_1033 + - schema: *ref_1032 parentsValue: {} properties: code: - schema: *ref_1025 + schema: *ref_1024 rawValue: RoleState/RoleStateStarted - language: *ref_5955 + language: *ref_4053 displayStatus: - schema: *ref_1026 + schema: *ref_1025 rawValue: RoleStateStarted - language: *ref_5956 + language: *ref_4054 level: schema: *ref_85 rawValue: Info - language: *ref_5958 + language: *ref_4056 message: - schema: *ref_1027 + schema: *ref_1026 rawValue: '' - language: *ref_5957 - language: *ref_5954 - language: *ref_5950 - operation: *ref_5959 - operationGroup: *ref_5927 + language: *ref_4055 + language: *ref_4052 + language: *ref_4048 + operation: *ref_4057 + operationGroup: *ref_4025 - operationId: CloudServiceRoleInstances_List examples: - name: List Role Instances in a Cloud Service clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_5960 - parameter: *ref_3428 + language: *ref_4058 + parameter: *ref_2132 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_5961 - parameter: *ref_3429 + language: *ref_4059 + parameter: *ref_2133 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5963 - parameter: *ref_5962 - operation: *ref_5966 - operationGroup: *ref_5927 + language: *ref_4061 + parameter: *ref_4060 + operation: *ref_4064 + operationGroup: *ref_4025 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListCloudServiceRolesInstances.json responses: '200': body: - schema: *ref_3430 + schema: *ref_2135 parentsValue: {} properties: value: - schema: *ref_1308 + schema: *ref_1307 elements: - - schema: *ref_1034 + - schema: *ref_1033 parentsValue: {} properties: name: - schema: *ref_1016 + schema: *ref_1015 rawValue: ContosoFrontend_IN_0 - language: *ref_5935 + language: *ref_4033 type: - schema: *ref_1017 + schema: *ref_1016 rawValue: Microsoft.Compute/cloudServices/roleInstances - language: *ref_5936 + language: *ref_4034 id: - schema: *ref_1015 + schema: *ref_1014 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/ContosoFrontend_IN_0 - language: *ref_5934 + language: *ref_4032 location: - schema: *ref_1018 + schema: *ref_1017 rawValue: eastus2euap - language: *ref_5937 + language: *ref_4035 properties: - schema: *ref_1030 + schema: *ref_1029 parentsValue: {} properties: networkProfile: - schema: *ref_1031 + schema: *ref_1030 parentsValue: {} properties: networkInterfaces: - schema: *ref_1306 + schema: *ref_1305 elements: - schema: *ref_22 parentsValue: {} @@ -181889,52 +146756,52 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/ContosoFrontend_IN_0/networkInterfaces/nic1 - language: *ref_4146 - language: *ref_5943 - language: *ref_5942 - language: *ref_5941 + language: *ref_2244 + language: *ref_4041 + language: *ref_4040 + language: *ref_4039 sku: - schema: *ref_1029 + schema: *ref_1028 parentsValue: {} properties: name: - schema: *ref_1020 + schema: *ref_1019 rawValue: Standard_D1_v2 - language: *ref_5939 + language: *ref_4037 tier: - schema: *ref_1021 + schema: *ref_1020 rawValue: Standard - language: *ref_5940 - language: *ref_5938 - - schema: *ref_1034 + language: *ref_4038 + language: *ref_4036 + - schema: *ref_1033 parentsValue: {} properties: name: - schema: *ref_1016 + schema: *ref_1015 rawValue: ContosoFrontend_IN_1 - language: *ref_5935 + language: *ref_4033 type: - schema: *ref_1017 + schema: *ref_1016 rawValue: Microsoft.Compute/cloudServices/roleInstances - language: *ref_5936 + language: *ref_4034 id: - schema: *ref_1015 + schema: *ref_1014 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/ContosoFrontend_IN_1 - language: *ref_5934 + language: *ref_4032 location: - schema: *ref_1018 + schema: *ref_1017 rawValue: eastus2euap - language: *ref_5937 + language: *ref_4035 properties: - schema: *ref_1030 + schema: *ref_1029 parentsValue: {} properties: networkProfile: - schema: *ref_1031 + schema: *ref_1030 parentsValue: {} properties: networkInterfaces: - schema: *ref_1306 + schema: *ref_1305 elements: - schema: *ref_22 parentsValue: {} @@ -181942,52 +146809,52 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/ContosoFrontend_IN_1/networkInterfaces/nic1 - language: *ref_4146 - language: *ref_5943 - language: *ref_5942 - language: *ref_5941 + language: *ref_2244 + language: *ref_4041 + language: *ref_4040 + language: *ref_4039 sku: - schema: *ref_1029 + schema: *ref_1028 parentsValue: {} properties: name: - schema: *ref_1020 + schema: *ref_1019 rawValue: Standard_D1_v2 - language: *ref_5939 + language: *ref_4037 tier: - schema: *ref_1021 + schema: *ref_1020 rawValue: Standard - language: *ref_5940 - language: *ref_5938 - - schema: *ref_1034 + language: *ref_4038 + language: *ref_4036 + - schema: *ref_1033 parentsValue: {} properties: name: - schema: *ref_1016 + schema: *ref_1015 rawValue: ContosoBackend_IN_0 - language: *ref_5935 + language: *ref_4033 type: - schema: *ref_1017 + schema: *ref_1016 rawValue: Microsoft.Compute/cloudServices/roleInstances - language: *ref_5936 + language: *ref_4034 id: - schema: *ref_1015 + schema: *ref_1014 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/ContosoBackend_IN_0 - language: *ref_5934 + language: *ref_4032 location: - schema: *ref_1018 + schema: *ref_1017 rawValue: eastus2euap - language: *ref_5937 + language: *ref_4035 properties: - schema: *ref_1030 + schema: *ref_1029 parentsValue: {} properties: networkProfile: - schema: *ref_1031 + schema: *ref_1030 parentsValue: {} properties: networkInterfaces: - schema: *ref_1306 + schema: *ref_1305 elements: - schema: *ref_22 parentsValue: {} @@ -181995,52 +146862,52 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/ContosoBackend_IN_0/networkInterfaces/nic1 - language: *ref_4146 - language: *ref_5943 - language: *ref_5942 - language: *ref_5941 + language: *ref_2244 + language: *ref_4041 + language: *ref_4040 + language: *ref_4039 sku: - schema: *ref_1029 + schema: *ref_1028 parentsValue: {} properties: name: - schema: *ref_1020 + schema: *ref_1019 rawValue: Standard_D1_v2 - language: *ref_5939 + language: *ref_4037 tier: - schema: *ref_1021 + schema: *ref_1020 rawValue: Standard - language: *ref_5940 - language: *ref_5938 - - schema: *ref_1034 + language: *ref_4038 + language: *ref_4036 + - schema: *ref_1033 parentsValue: {} properties: name: - schema: *ref_1016 + schema: *ref_1015 rawValue: ContosoBackend_IN_1 - language: *ref_5935 + language: *ref_4033 type: - schema: *ref_1017 + schema: *ref_1016 rawValue: Microsoft.Compute/cloudServices/roleInstances - language: *ref_5936 + language: *ref_4034 id: - schema: *ref_1015 + schema: *ref_1014 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/ContosoBackend_IN_1 - language: *ref_5934 + language: *ref_4032 location: - schema: *ref_1018 + schema: *ref_1017 rawValue: eastus2euap - language: *ref_5937 + language: *ref_4035 properties: - schema: *ref_1030 + schema: *ref_1029 parentsValue: {} properties: networkProfile: - schema: *ref_1031 + schema: *ref_1030 parentsValue: {} properties: networkInterfaces: - schema: *ref_1306 + schema: *ref_1305 elements: - schema: *ref_22 parentsValue: {} @@ -182048,431 +146915,431 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roleInstances/ContosoBackend_IN_1/networkInterfaces/nic1 - language: *ref_4146 - language: *ref_5943 - language: *ref_5942 - language: *ref_5941 + language: *ref_2244 + language: *ref_4041 + language: *ref_4040 + language: *ref_4039 sku: - schema: *ref_1029 + schema: *ref_1028 parentsValue: {} properties: name: - schema: *ref_1020 + schema: *ref_1019 rawValue: Standard_D1_v2 - language: *ref_5939 + language: *ref_4037 tier: - schema: *ref_1021 + schema: *ref_1020 rawValue: Standard - language: *ref_5940 - language: *ref_5938 - language: *ref_5965 - language: *ref_5964 - operation: *ref_5966 - operationGroup: *ref_5927 + language: *ref_4038 + language: *ref_4036 + language: *ref_4063 + language: *ref_4062 + operation: *ref_4064 + operationGroup: *ref_4025 - operationId: CloudServiceRoleInstances_Restart examples: - name: Restart Cloud Service Role Instance clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: '{roleInstance-name}' - language: *ref_5967 - parameter: *ref_3435 + language: *ref_4065 + parameter: *ref_2136 - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_5968 - parameter: *ref_3436 + language: *ref_4066 + parameter: *ref_2137 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_5969 - parameter: *ref_3437 + language: *ref_4067 + parameter: *ref_2138 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5971 - parameter: *ref_5970 - operation: *ref_5972 - operationGroup: *ref_5927 + language: *ref_4069 + parameter: *ref_4068 + operation: *ref_4070 + operationGroup: *ref_4025 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/RestartCloudServiceRoleInstance.json responses: '200': {} '202': {} - operation: *ref_5972 - operationGroup: *ref_5927 + operation: *ref_4070 + operationGroup: *ref_4025 - operationId: CloudServiceRoleInstances_Reimage examples: - name: Reimage Cloud Service Role Instance clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: '{roleInstance-name}' - language: *ref_5973 - parameter: *ref_3443 + language: *ref_4071 + parameter: *ref_2139 - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_5974 - parameter: *ref_3444 + language: *ref_4072 + parameter: *ref_2140 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_5975 - parameter: *ref_3445 + language: *ref_4073 + parameter: *ref_2141 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5977 - parameter: *ref_5976 - operation: *ref_5978 - operationGroup: *ref_5927 + language: *ref_4075 + parameter: *ref_4074 + operation: *ref_4076 + operationGroup: *ref_4025 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ReimageCloudServiceRoleInstance.json responses: '200': {} '202': {} - operation: *ref_5978 - operationGroup: *ref_5927 + operation: *ref_4076 + operationGroup: *ref_4025 - operationId: CloudServiceRoleInstances_Rebuild examples: - name: Rebuild Cloud Service Role Instance clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: '{roleInstance-name}' - language: *ref_5979 - parameter: *ref_3451 + language: *ref_4077 + parameter: *ref_2142 - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_5980 - parameter: *ref_3452 + language: *ref_4078 + parameter: *ref_2143 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_5981 - parameter: *ref_3453 + language: *ref_4079 + parameter: *ref_2144 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5983 - parameter: *ref_5982 - operation: *ref_5984 - operationGroup: *ref_5927 + language: *ref_4081 + parameter: *ref_4080 + operation: *ref_4082 + operationGroup: *ref_4025 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/RebuildCloudServiceRoleInstance.json responses: '200': {} '202': {} - operation: *ref_5984 - operationGroup: *ref_5927 + operation: *ref_4082 + operationGroup: *ref_4025 - operationId: CloudServiceRoleInstances_GetRemoteDesktopFile examples: [] - operation: *ref_5985 - operationGroup: *ref_5927 + operation: *ref_4083 + operationGroup: *ref_4025 - operationId: CloudServiceRoles_Get examples: - name: Get Cloud Service Role clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: '{role-name}' - language: *ref_5986 - parameter: *ref_3469 + language: *ref_4084 + parameter: *ref_2149 - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_5987 - parameter: *ref_3470 + language: *ref_4085 + parameter: *ref_2150 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_5988 - parameter: *ref_3471 + language: *ref_4086 + parameter: *ref_2151 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_5990 - parameter: *ref_5989 - operation: *ref_6002 - operationGroup: *ref_6003 + language: *ref_4088 + parameter: *ref_4087 + operation: *ref_4100 + operationGroup: *ref_4101 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetCloudServiceRole.json responses: '200': body: - schema: *ref_1046 + schema: *ref_1045 parentsValue: {} properties: name: - schema: *ref_1037 + schema: *ref_1036 rawValue: '{role-name}' - language: *ref_5993 + language: *ref_4091 type: - schema: *ref_1038 + schema: *ref_1037 rawValue: Microsoft.Compute/cloudServices/roles - language: *ref_5994 + language: *ref_4092 id: - schema: *ref_1036 + schema: *ref_1035 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roles/{role-name} - language: *ref_5992 + language: *ref_4090 location: - schema: *ref_1039 + schema: *ref_1038 rawValue: eastus2euap - language: *ref_5995 + language: *ref_4093 properties: - schema: *ref_1045 + schema: *ref_1044 parentsValue: {} properties: uniqueId: - schema: *ref_1043 + schema: *ref_1042 rawValue: b03bc269-766b-4921-b91a-7dffaae4d03b:{role-name} - language: *ref_6001 - language: *ref_6000 + language: *ref_4099 + language: *ref_4098 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_5996 - language: *ref_5991 - operation: *ref_6002 - operationGroup: *ref_6003 + language: *ref_4096 + language: *ref_4094 + language: *ref_4089 + operation: *ref_4100 + operationGroup: *ref_4101 - operationId: CloudServiceRoles_List examples: - name: List Roles in a Cloud Service clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6004 - parameter: *ref_3477 + language: *ref_4102 + parameter: *ref_2152 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6005 - parameter: *ref_3478 + language: *ref_4103 + parameter: *ref_2153 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6007 - parameter: *ref_6006 - operation: *ref_6010 - operationGroup: *ref_6003 + language: *ref_4105 + parameter: *ref_4104 + operation: *ref_4108 + operationGroup: *ref_4101 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListCloudServiceRoles.json responses: '200': body: - schema: *ref_3479 + schema: *ref_2154 parentsValue: {} properties: value: - schema: *ref_1309 + schema: *ref_1308 elements: - - schema: *ref_1046 + - schema: *ref_1045 parentsValue: {} properties: name: - schema: *ref_1037 + schema: *ref_1036 rawValue: ContosoFrontend - language: *ref_5993 + language: *ref_4091 type: - schema: *ref_1038 + schema: *ref_1037 rawValue: Microsoft.Compute/cloudServices/roles - language: *ref_5994 + language: *ref_4092 id: - schema: *ref_1036 + schema: *ref_1035 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roles/ContosoFrontend - language: *ref_5992 + language: *ref_4090 location: - schema: *ref_1039 + schema: *ref_1038 rawValue: eastus2euap - language: *ref_5995 + language: *ref_4093 properties: - schema: *ref_1045 + schema: *ref_1044 parentsValue: {} properties: uniqueId: - schema: *ref_1043 + schema: *ref_1042 rawValue: b03bc269-766b-4921-b91a-7dffaae4d03b:ContosoFrontend - language: *ref_6001 - language: *ref_6000 + language: *ref_4099 + language: *ref_4098 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_5996 - - schema: *ref_1046 + language: *ref_4096 + language: *ref_4094 + - schema: *ref_1045 parentsValue: {} properties: name: - schema: *ref_1037 + schema: *ref_1036 rawValue: ContosoBackend - language: *ref_5993 + language: *ref_4091 type: - schema: *ref_1038 + schema: *ref_1037 rawValue: Microsoft.Compute/cloudServices/roles - language: *ref_5994 + language: *ref_4092 id: - schema: *ref_1036 + schema: *ref_1035 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/roles/ContosoBackend - language: *ref_5992 + language: *ref_4090 location: - schema: *ref_1039 + schema: *ref_1038 rawValue: eastus2euap - language: *ref_5995 + language: *ref_4093 properties: - schema: *ref_1045 + schema: *ref_1044 parentsValue: {} properties: uniqueId: - schema: *ref_1043 + schema: *ref_1042 rawValue: b03bc269-766b-4921-b91a-7dffaae4d03b:ContosoBackend - language: *ref_6001 - language: *ref_6000 + language: *ref_4099 + language: *ref_4098 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_5996 - language: *ref_6009 - language: *ref_6008 - operation: *ref_6010 - operationGroup: *ref_6003 + language: *ref_4096 + language: *ref_4094 + language: *ref_4107 + language: *ref_4106 + operation: *ref_4108 + operationGroup: *ref_4101 - operationId: CloudServices_CreateOrUpdate examples: - name: Create New Cloud Service with Multiple Roles clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6011 - parameter: *ref_3487 + language: *ref_4109 + parameter: *ref_2157 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6012 - parameter: *ref_3488 + language: *ref_4110 + parameter: *ref_2158 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6014 - parameter: *ref_6013 + language: *ref_4112 + parameter: *ref_4111 - exampleValue: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -182482,144 +147349,144 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - - schema: *ref_1080 + language: *ref_4096 + language: *ref_4122 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoBackend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6015 - parameter: *ref_3485 - operation: *ref_6042 - operationGroup: *ref_6043 + language: *ref_4118 + language: *ref_4115 + language: *ref_4113 + parameter: *ref_2155 + operation: *ref_4140 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateCloudServiceWithMultiRole.json responses: '200': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -182629,156 +147496,156 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Updating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - - schema: *ref_1080 + language: *ref_4096 + language: *ref_4122 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoBackend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 7f3edf91-cb34-4a3e-971a-177dc3dd43cb - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6033 + language: *ref_4118 + language: *ref_4115 + language: *ref_4131 '201': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -182788,166 +147655,166 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Creating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - - schema: *ref_1080 + language: *ref_4096 + language: *ref_4122 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoBackend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 7f3edf91-cb34-4a3e-971a-177dc3dd43cb - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6041 + language: *ref_4118 + language: *ref_4115 + language: *ref_4139 - name: Create New Cloud Service with Single Role clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6011 - parameter: *ref_3487 + language: *ref_4109 + parameter: *ref_2157 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6012 - parameter: *ref_3488 + language: *ref_4110 + parameter: *ref_2158 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6014 - parameter: *ref_6013 + language: *ref_4112 + parameter: *ref_4111 - exampleValue: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: myLoadBalancer - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: myfe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -182957,120 +147824,120 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/myPublicIP - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6015 - parameter: *ref_3485 - operation: *ref_6042 - operationGroup: *ref_6043 + language: *ref_4118 + language: *ref_4115 + language: *ref_4113 + parameter: *ref_2155 + operation: *ref_4140 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateCloudServiceWithSingleRole.json responses: '200': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: myLoadBalancer - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: myfe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -183080,132 +147947,132 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/myPublicIP - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Updating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 14d10b45-ced7-42ef-a406-50a3df2cea7d - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6033 + language: *ref_4118 + language: *ref_4115 + language: *ref_4131 '201': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/5393f919-a68a-43d0-9063-4b2bda6bffdf/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: myLoadBalancer - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: myfe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -183215,142 +148082,142 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/myPublicIP - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Creating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 14d10b45-ced7-42ef-a406-50a3df2cea7d - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6041 + language: *ref_4118 + language: *ref_4115 + language: *ref_4139 - name: Create New Cloud Service with Single Role and Certificate from Key Vault clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6011 - parameter: *ref_3487 + language: *ref_4109 + parameter: *ref_2157 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6012 - parameter: *ref_3488 + language: *ref_4110 + parameter: *ref_2158 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6014 - parameter: *ref_6013 + language: *ref_4112 + parameter: *ref_4111 - exampleValue: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -183360,21 +148227,21 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: - - schema: *ref_1082 + - schema: *ref_1081 parentsValue: {} properties: sourceVault: @@ -183384,128 +148251,128 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.KeyVault/vaults/{keyvault-name} - language: *ref_4146 - language: *ref_6044 + language: *ref_2244 + language: *ref_4142 vaultCertificates: - schema: *ref_1311 + schema: *ref_1310 elements: - - schema: *ref_1083 + - schema: *ref_1082 parentsValue: {} properties: certificateUrl: - schema: *ref_1060 + schema: *ref_1059 rawValue: https://{keyvault-name}.vault.azure.net:443/secrets/ContosoCertificate/{secret-id} - language: *ref_6046 - language: *ref_6045 - language: *ref_6038 - language: *ref_6037 + language: *ref_4144 + language: *ref_4143 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6015 - parameter: *ref_3485 - operation: *ref_6042 - operationGroup: *ref_6043 + language: *ref_4118 + language: *ref_4115 + language: *ref_4113 + parameter: *ref_2155 + operation: *ref_4140 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateCloudServiceWithSingleRoleAndCertificate.json responses: '200': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -183515,21 +148382,21 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: - - schema: *ref_1082 + - schema: *ref_1081 parentsValue: {} properties: sourceVault: @@ -183539,131 +148406,131 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.KeyVault/vaults/{keyvault-name} - language: *ref_4146 - language: *ref_6044 + language: *ref_2244 + language: *ref_4142 vaultCertificates: - schema: *ref_1311 + schema: *ref_1310 elements: - - schema: *ref_1083 + - schema: *ref_1082 parentsValue: {} properties: certificateUrl: - schema: *ref_1060 + schema: *ref_1059 rawValue: https://{keyvault-name}.vault.azure.net:443/secrets/ContosoCertificate/{secret-id} - language: *ref_6046 - language: *ref_6045 - language: *ref_6038 - language: *ref_6037 + language: *ref_4144 + language: *ref_4143 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Updating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 60b6cd59-600b-4e02-b717-521b07aa94bf - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6033 + language: *ref_4118 + language: *ref_4115 + language: *ref_4131 '201': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -183673,21 +148540,21 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: - - schema: *ref_1082 + - schema: *ref_1081 parentsValue: {} properties: sourceVault: @@ -183697,186 +148564,186 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.KeyVault/vaults/{keyvault-name} - language: *ref_4146 - language: *ref_6044 + language: *ref_2244 + language: *ref_4142 vaultCertificates: - schema: *ref_1311 + schema: *ref_1310 elements: - - schema: *ref_1083 + - schema: *ref_1082 parentsValue: {} properties: certificateUrl: - schema: *ref_1060 + schema: *ref_1059 rawValue: https://{keyvault-name}.vault.azure.net:443/secrets/ContosoCertificate/{secret-id} - language: *ref_6046 - language: *ref_6045 - language: *ref_6038 - language: *ref_6037 + language: *ref_4144 + language: *ref_4143 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Creating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 60b6cd59-600b-4e02-b717-521b07aa94bf - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6041 + language: *ref_4118 + language: *ref_4115 + language: *ref_4139 - name: Create New Cloud Service with Single Role and RDP Extension clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6011 - parameter: *ref_3487 + language: *ref_4109 + parameter: *ref_2157 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6012 - parameter: *ref_3488 + language: *ref_4110 + parameter: *ref_2158 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6014 - parameter: *ref_6013 + language: *ref_4112 + parameter: *ref_4111 - exampleValue: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 extensionProfile: - schema: *ref_1089 + schema: *ref_1088 parentsValue: {} properties: extensions: - schema: *ref_1316 + schema: *ref_1315 elements: - - schema: *ref_1090 + - schema: *ref_1089 parentsValue: {} properties: name: - schema: *ref_1065 + schema: *ref_1064 rawValue: RDPExtension - language: *ref_6049 + language: *ref_4147 properties: - schema: *ref_1091 + schema: *ref_1090 parentsValue: {} properties: type: - schema: *ref_1067 + schema: *ref_1066 rawValue: RDP - language: *ref_6052 + language: *ref_4150 autoUpgradeMinorVersion: - schema: *ref_1069 + schema: *ref_1068 rawValue: false - language: *ref_6054 + language: *ref_4152 protectedSettings: - schema: *ref_1071 + schema: *ref_1070 rawValue: {password} - language: *ref_6056 + language: *ref_4154 publisher: - schema: *ref_1066 + schema: *ref_1065 rawValue: Microsoft.Windows.Azure.Extensions - language: *ref_6051 + language: *ref_4149 settings: - schema: *ref_1070 + schema: *ref_1069 rawValue: UserAzure10/22/2021 15:05:45 - language: *ref_6055 + language: *ref_4153 typeHandlerVersion: - schema: *ref_1068 + schema: *ref_1067 rawValue: 1.2.1 - language: *ref_6053 - language: *ref_6050 - language: *ref_6048 - language: *ref_6047 + language: *ref_4151 + language: *ref_4148 + language: *ref_4146 + language: *ref_4145 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -183886,171 +148753,171 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6015 - parameter: *ref_3485 - operation: *ref_6042 - operationGroup: *ref_6043 + language: *ref_4118 + language: *ref_4115 + language: *ref_4113 + parameter: *ref_2155 + operation: *ref_4140 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateCloudServiceWithSingleRoleAndRDP.json responses: '200': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 extensionProfile: - schema: *ref_1089 + schema: *ref_1088 parentsValue: {} properties: extensions: - schema: *ref_1316 + schema: *ref_1315 elements: - - schema: *ref_1090 + - schema: *ref_1089 parentsValue: {} properties: name: - schema: *ref_1065 + schema: *ref_1064 rawValue: RDPExtension - language: *ref_6049 + language: *ref_4147 properties: - schema: *ref_1091 + schema: *ref_1090 parentsValue: {} properties: type: - schema: *ref_1067 + schema: *ref_1066 rawValue: RDP - language: *ref_6052 + language: *ref_4150 autoUpgradeMinorVersion: - schema: *ref_1069 + schema: *ref_1068 rawValue: false - language: *ref_6054 + language: *ref_4152 provisioningState: - schema: *ref_1074 + schema: *ref_1073 rawValue: Creating - language: *ref_6057 + language: *ref_4155 publisher: - schema: *ref_1066 + schema: *ref_1065 rawValue: Microsoft.Windows.Azure.Extensions - language: *ref_6051 + language: *ref_4149 rolesAppliedTo: - schema: *ref_1315 + schema: *ref_1314 elements: - - schema: *ref_1075 + - schema: *ref_1074 rawValue: '*' - language: *ref_6058 + language: *ref_4156 settings: - schema: *ref_1070 + schema: *ref_1069 rawValue: UserAzure10/22/2021 15:05:45 - language: *ref_6055 + language: *ref_4153 typeHandlerVersion: - schema: *ref_1068 + schema: *ref_1067 rawValue: 1.2.1 - language: *ref_6053 - language: *ref_6050 - language: *ref_6048 - language: *ref_6047 + language: *ref_4151 + language: *ref_4148 + language: *ref_4146 + language: *ref_4145 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -184060,183 +148927,183 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Updating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: c948cccb-bbfa-4516-a250-c28abc4d0c15 - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6033 + language: *ref_4118 + language: *ref_4115 + language: *ref_4131 '201': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: westus - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 extensionProfile: - schema: *ref_1089 + schema: *ref_1088 parentsValue: {} properties: extensions: - schema: *ref_1316 + schema: *ref_1315 elements: - - schema: *ref_1090 + - schema: *ref_1089 parentsValue: {} properties: name: - schema: *ref_1065 + schema: *ref_1064 rawValue: RDPExtension - language: *ref_6049 + language: *ref_4147 properties: - schema: *ref_1091 + schema: *ref_1090 parentsValue: {} properties: type: - schema: *ref_1067 + schema: *ref_1066 rawValue: RDP - language: *ref_6052 + language: *ref_4150 autoUpgradeMinorVersion: - schema: *ref_1069 + schema: *ref_1068 rawValue: false - language: *ref_6054 + language: *ref_4152 provisioningState: - schema: *ref_1074 + schema: *ref_1073 rawValue: Creating - language: *ref_6057 + language: *ref_4155 publisher: - schema: *ref_1066 + schema: *ref_1065 rawValue: Microsoft.Windows.Azure.Extensions - language: *ref_6051 + language: *ref_4149 rolesAppliedTo: - schema: *ref_1315 + schema: *ref_1314 elements: - - schema: *ref_1075 + - schema: *ref_1074 rawValue: '*' - language: *ref_6058 + language: *ref_4156 settings: - schema: *ref_1070 + schema: *ref_1069 rawValue: UserAzure10/22/2021 15:05:45 - language: *ref_6055 + language: *ref_4153 typeHandlerVersion: - schema: *ref_1068 + schema: *ref_1067 rawValue: 1.2.1 - language: *ref_6053 - language: *ref_6050 - language: *ref_6048 - language: *ref_6047 + language: *ref_4151 + language: *ref_4148 + language: *ref_4146 + language: *ref_4145 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -184246,176 +149113,176 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 packageUrl: - schema: *ref_1053 + schema: *ref_1052 rawValue: '{PackageUrl}' - language: *ref_6018 + language: *ref_4116 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Creating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 1 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: c948cccb-bbfa-4516-a250-c28abc4d0c15 - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6041 - operation: *ref_6042 - operationGroup: *ref_6043 + language: *ref_4118 + language: *ref_4115 + language: *ref_4139 + operation: *ref_4140 + operationGroup: *ref_4141 - operationId: CloudServices_Update examples: - name: Update existing Cloud Service to add tags clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6059 - parameter: *ref_3499 + language: *ref_4157 + parameter: *ref_2162 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6060 - parameter: *ref_3500 + language: *ref_4158 + parameter: *ref_2163 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6062 - parameter: *ref_6061 + language: *ref_4160 + parameter: *ref_4159 - exampleValue: - schema: *ref_3496 + schema: *ref_2159 parentsValue: {} properties: tags: - schema: *ref_1093 + schema: *ref_1092 properties: Documentation: schema: *ref_3 rawValue: RestAPI - language: *ref_6064 - language: *ref_6063 - parameter: *ref_3497 - operation: *ref_6067 - operationGroup: *ref_6043 + language: *ref_4162 + language: *ref_4161 + parameter: *ref_2160 + operation: *ref_4165 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/UpdateCloudServiceToIncludeTags.json responses: '200': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: eastus2euap - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -184425,275 +149292,275 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Updating - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - - schema: *ref_1080 + language: *ref_4096 + language: *ref_4122 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoBackend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 4ccb4323-4740-4545-bb81-780b27375947 - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 + language: *ref_4118 + language: *ref_4115 tags: - schema: *ref_1052 + schema: *ref_1051 properties: Documentation: schema: *ref_3 rawValue: RestAPI - language: *ref_6066 - language: *ref_6065 - operation: *ref_6067 - operationGroup: *ref_6043 + language: *ref_4164 + language: *ref_4163 + operation: *ref_4165 + operationGroup: *ref_4141 - operationId: CloudServices_Delete examples: - name: Delete Cloud Service clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6068 - parameter: *ref_3508 + language: *ref_4166 + parameter: *ref_2164 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6069 - parameter: *ref_3509 + language: *ref_4167 + parameter: *ref_2165 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6071 - parameter: *ref_6070 - operation: *ref_6072 - operationGroup: *ref_6043 + language: *ref_4169 + parameter: *ref_4168 + operation: *ref_4170 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/DeleteCloudService.json responses: '200': {} '202': {} '204': {} - operation: *ref_6072 - operationGroup: *ref_6043 + operation: *ref_4170 + operationGroup: *ref_4141 - operationId: CloudServices_Get examples: - name: Get Cloud Service with Multiple Roles and RDP Extension clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6073 - parameter: *ref_3515 + language: *ref_4171 + parameter: *ref_2166 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6074 - parameter: *ref_3516 + language: *ref_4172 + parameter: *ref_2167 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6076 - parameter: *ref_6075 - operation: *ref_6078 - operationGroup: *ref_6043 + language: *ref_4174 + parameter: *ref_4173 + operation: *ref_4176 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetCloudServiceWithMultiRoleAndRDP.json responses: '200': body: - schema: *ref_1100 + schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: eastus2euap - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 extensionProfile: - schema: *ref_1089 + schema: *ref_1088 parentsValue: {} properties: extensions: - schema: *ref_1316 + schema: *ref_1315 elements: - - schema: *ref_1090 + - schema: *ref_1089 parentsValue: {} properties: name: - schema: *ref_1065 + schema: *ref_1064 rawValue: RDPExtension - language: *ref_6049 + language: *ref_4147 properties: - schema: *ref_1091 + schema: *ref_1090 parentsValue: {} properties: type: - schema: *ref_1067 + schema: *ref_1066 rawValue: RDP - language: *ref_6052 + language: *ref_4150 autoUpgradeMinorVersion: - schema: *ref_1069 + schema: *ref_1068 rawValue: false - language: *ref_6054 + language: *ref_4152 provisioningState: - schema: *ref_1074 + schema: *ref_1073 rawValue: Succeeded - language: *ref_6057 + language: *ref_4155 publisher: - schema: *ref_1066 + schema: *ref_1065 rawValue: Microsoft.Windows.Azure.Extensions - language: *ref_6051 + language: *ref_4149 rolesAppliedTo: - schema: *ref_1315 + schema: *ref_1314 elements: - - schema: *ref_1075 + - schema: *ref_1074 rawValue: '*' - language: *ref_6058 + language: *ref_4156 settings: - schema: *ref_1070 + schema: *ref_1069 rawValue: userazure01/12/2022 16:29:02 - language: *ref_6055 + language: *ref_4153 typeHandlerVersion: - schema: *ref_1068 + schema: *ref_1067 rawValue: 1.2.1 - language: *ref_6053 - language: *ref_6050 - language: *ref_6048 - language: *ref_6047 + language: *ref_4151 + language: *ref_4148 + language: *ref_4146 + language: *ref_4145 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -184703,391 +149570,391 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Succeeded - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - - schema: *ref_1080 + language: *ref_4096 + language: *ref_4122 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoBackend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 4ccb4323-4740-4545-bb81-780b27375947 - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6077 - operation: *ref_6078 - operationGroup: *ref_6043 + language: *ref_4118 + language: *ref_4115 + language: *ref_4175 + operation: *ref_4176 + operationGroup: *ref_4141 - operationId: CloudServices_GetInstanceView examples: - name: Get Cloud Service Instance View with Multiple Roles clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6079 - parameter: *ref_3522 + language: *ref_4177 + parameter: *ref_2168 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6080 - parameter: *ref_3523 + language: *ref_4178 + parameter: *ref_2169 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6082 - parameter: *ref_6081 - operation: *ref_6092 - operationGroup: *ref_6043 + language: *ref_4180 + parameter: *ref_4179 + operation: *ref_4190 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetCloudServiceInstanceViewWithMultiRole.json responses: '200': body: - schema: *ref_3524 + schema: *ref_2170 parentsValue: {} properties: privateIds: - schema: *ref_1318 + schema: *ref_1317 elements: - - schema: *ref_1097 + - schema: *ref_1096 rawValue: 3491bc0c-1f6c-444f-b1d0-ec0751a74e3e - language: *ref_6089 + language: *ref_4187 roleInstance: - schema: *ref_1098 + schema: *ref_1097 parentsValue: {} properties: statusesSummary: - schema: *ref_1317 + schema: *ref_1316 elements: - - schema: *ref_1099 + - schema: *ref_1098 parentsValue: {} properties: code: - schema: *ref_1094 + schema: *ref_1093 rawValue: ProvisioningState/succeeded - language: *ref_6086 + language: *ref_4184 count: - schema: *ref_1095 + schema: *ref_1094 rawValue: 4 - language: *ref_6087 - - schema: *ref_1099 + language: *ref_4185 + - schema: *ref_1098 parentsValue: {} properties: code: - schema: *ref_1094 + schema: *ref_1093 rawValue: PowerState/started - language: *ref_6086 + language: *ref_4184 count: - schema: *ref_1095 + schema: *ref_1094 rawValue: 4 - language: *ref_6087 - - schema: *ref_1099 + language: *ref_4185 + - schema: *ref_1098 parentsValue: {} properties: code: - schema: *ref_1094 + schema: *ref_1093 rawValue: RoleState/RoleStateStarted - language: *ref_6086 + language: *ref_4184 count: - schema: *ref_1095 + schema: *ref_1094 rawValue: 4 - language: *ref_6087 - language: *ref_6085 - language: *ref_6084 + language: *ref_4185 + language: *ref_4183 + language: *ref_4182 sdkVersion: - schema: *ref_1096 + schema: *ref_1095 rawValue: 2.9.6496.3 - language: *ref_6088 + language: *ref_4186 statuses: - schema: *ref_1319 + schema: *ref_1318 elements: - - schema: *ref_1033 + - schema: *ref_1032 parentsValue: {} properties: code: - schema: *ref_1025 + schema: *ref_1024 rawValue: ProvisioningState/succeeded - language: *ref_5955 + language: *ref_4053 displayStatus: - schema: *ref_1026 + schema: *ref_1025 rawValue: Provisioning succeeded - language: *ref_5956 + language: *ref_4054 level: schema: *ref_85 rawValue: Info - language: *ref_5958 + language: *ref_4056 time: - schema: *ref_1028 + schema: *ref_1027 rawValue: '2021-01-12T16:50:07.0953535+05:30' - language: *ref_6091 - - schema: *ref_1033 + language: *ref_4189 + - schema: *ref_1032 parentsValue: {} properties: code: - schema: *ref_1025 + schema: *ref_1024 rawValue: PowerState/started - language: *ref_5955 + language: *ref_4053 displayStatus: - schema: *ref_1026 + schema: *ref_1025 rawValue: Started - language: *ref_5956 + language: *ref_4054 level: schema: *ref_85 rawValue: Info - language: *ref_5958 + language: *ref_4056 time: - schema: *ref_1028 + schema: *ref_1027 rawValue: '2021-01-12T16:50:07.0953535+05:30' - language: *ref_6091 - - schema: *ref_1033 + language: *ref_4189 + - schema: *ref_1032 parentsValue: {} properties: code: - schema: *ref_1025 + schema: *ref_1024 rawValue: CurrentUpgradeDomain/-1 - language: *ref_5955 + language: *ref_4053 displayStatus: - schema: *ref_1026 + schema: *ref_1025 rawValue: Current Upgrade Domain of cloud service is -1. - language: *ref_5956 + language: *ref_4054 level: schema: *ref_85 rawValue: Info - language: *ref_5958 - - schema: *ref_1033 + language: *ref_4056 + - schema: *ref_1032 parentsValue: {} properties: code: - schema: *ref_1025 + schema: *ref_1024 rawValue: MaxUpgradeDomain/1 - language: *ref_5955 + language: *ref_4053 displayStatus: - schema: *ref_1026 + schema: *ref_1025 rawValue: Max Upgrade Domain of cloud service is 1. - language: *ref_5956 + language: *ref_4054 level: schema: *ref_85 rawValue: Info - language: *ref_5958 - language: *ref_6090 - language: *ref_6083 - operation: *ref_6092 - operationGroup: *ref_6043 + language: *ref_4056 + language: *ref_4188 + language: *ref_4181 + operation: *ref_4190 + operationGroup: *ref_4141 - operationId: CloudServices_ListAll examples: - name: List Cloud Services in a Subscription clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6094 - parameter: *ref_6093 - operation: *ref_6097 - operationGroup: *ref_6043 + language: *ref_4192 + parameter: *ref_4191 + operation: *ref_4195 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListCloudServicesInSubscription.json responses: '200': body: - schema: *ref_3530 + schema: *ref_2171 parentsValue: {} properties: value: - schema: *ref_1320 + schema: *ref_1319 elements: - - schema: *ref_1100 + - schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: eastus2euap - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 extensionProfile: - schema: *ref_1089 + schema: *ref_1088 parentsValue: {} properties: extensions: - schema: *ref_1316 + schema: *ref_1315 elements: - - schema: *ref_1090 + - schema: *ref_1089 parentsValue: {} properties: name: - schema: *ref_1065 + schema: *ref_1064 rawValue: RDPExtension - language: *ref_6049 + language: *ref_4147 properties: - schema: *ref_1091 + schema: *ref_1090 parentsValue: {} properties: type: - schema: *ref_1067 + schema: *ref_1066 rawValue: RDP - language: *ref_6052 + language: *ref_4150 autoUpgradeMinorVersion: - schema: *ref_1069 + schema: *ref_1068 rawValue: false - language: *ref_6054 + language: *ref_4152 provisioningState: - schema: *ref_1074 + schema: *ref_1073 rawValue: Succeeded - language: *ref_6057 + language: *ref_4155 publisher: - schema: *ref_1066 + schema: *ref_1065 rawValue: Microsoft.Windows.Azure.Extensions - language: *ref_6051 + language: *ref_4149 rolesAppliedTo: - schema: *ref_1315 + schema: *ref_1314 elements: - - schema: *ref_1075 + - schema: *ref_1074 rawValue: '*' - language: *ref_6058 + language: *ref_4156 settings: - schema: *ref_1070 + schema: *ref_1069 rawValue: userazure01/12/2022 16:29:02 - language: *ref_6055 + language: *ref_4153 typeHandlerVersion: - schema: *ref_1068 + schema: *ref_1067 rawValue: 1.2.1 - language: *ref_6053 - language: *ref_6050 - language: *ref_6048 - language: *ref_6047 + language: *ref_4151 + language: *ref_4148 + language: *ref_4146 + language: *ref_4145 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -185097,236 +149964,236 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Succeeded - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - - schema: *ref_1080 + language: *ref_4096 + language: *ref_4122 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoBackend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 4ccb4323-4740-4545-bb81-780b27375947 - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6096 - language: *ref_6095 - operation: *ref_6097 - operationGroup: *ref_6043 + language: *ref_4118 + language: *ref_4115 + language: *ref_4194 + language: *ref_4193 + operation: *ref_4195 + operationGroup: *ref_4141 - operationId: CloudServices_List examples: - name: List Cloud Services in a Resource Group clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6098 - parameter: *ref_3536 + language: *ref_4196 + parameter: *ref_2172 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6100 - parameter: *ref_6099 - operation: *ref_6102 - operationGroup: *ref_6043 + language: *ref_4198 + parameter: *ref_4197 + operation: *ref_4200 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListCloudServicesInResourceGroup.json responses: '200': body: - schema: *ref_3530 + schema: *ref_2171 parentsValue: {} properties: value: - schema: *ref_1320 + schema: *ref_1319 elements: - - schema: *ref_1100 + - schema: *ref_1099 parentsValue: {} properties: name: - schema: *ref_1049 + schema: *ref_1048 rawValue: '{cs-name}' - language: *ref_6035 + language: *ref_4133 type: - schema: *ref_1050 + schema: *ref_1049 rawValue: Microsoft.Compute/cloudServices - language: *ref_6036 + language: *ref_4134 id: - schema: *ref_1048 + schema: *ref_1047 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name} - language: *ref_6034 + language: *ref_4132 location: - schema: *ref_1051 + schema: *ref_1050 rawValue: eastus2euap - language: *ref_6016 + language: *ref_4114 properties: - schema: *ref_1078 + schema: *ref_1077 parentsValue: {} properties: configuration: - schema: *ref_1054 + schema: *ref_1053 rawValue: '{ServiceConfiguration}' - language: *ref_6019 + language: *ref_4117 extensionProfile: - schema: *ref_1089 + schema: *ref_1088 parentsValue: {} properties: extensions: - schema: *ref_1316 + schema: *ref_1315 elements: - - schema: *ref_1090 + - schema: *ref_1089 parentsValue: {} properties: name: - schema: *ref_1065 + schema: *ref_1064 rawValue: RDPExtension - language: *ref_6049 + language: *ref_4147 properties: - schema: *ref_1091 + schema: *ref_1090 parentsValue: {} properties: type: - schema: *ref_1067 + schema: *ref_1066 rawValue: RDP - language: *ref_6052 + language: *ref_4150 autoUpgradeMinorVersion: - schema: *ref_1069 + schema: *ref_1068 rawValue: false - language: *ref_6054 + language: *ref_4152 provisioningState: - schema: *ref_1074 + schema: *ref_1073 rawValue: Succeeded - language: *ref_6057 + language: *ref_4155 publisher: - schema: *ref_1066 + schema: *ref_1065 rawValue: Microsoft.Windows.Azure.Extensions - language: *ref_6051 + language: *ref_4149 rolesAppliedTo: - schema: *ref_1315 + schema: *ref_1314 elements: - - schema: *ref_1075 + - schema: *ref_1074 rawValue: '*' - language: *ref_6058 + language: *ref_4156 settings: - schema: *ref_1070 + schema: *ref_1069 rawValue: userazure01/12/2022 16:29:02 - language: *ref_6055 + language: *ref_4153 typeHandlerVersion: - schema: *ref_1068 + schema: *ref_1067 rawValue: 1.2.1 - language: *ref_6053 - language: *ref_6050 - language: *ref_6048 - language: *ref_6047 + language: *ref_4151 + language: *ref_4148 + language: *ref_4146 + language: *ref_4145 networkProfile: - schema: *ref_1084 + schema: *ref_1083 parentsValue: {} properties: loadBalancerConfigurations: - schema: *ref_1314 + schema: *ref_1313 elements: - - schema: *ref_1085 + - schema: *ref_1084 parentsValue: {} properties: name: - schema: *ref_1062 + schema: *ref_1061 rawValue: contosolb - language: *ref_6027 + language: *ref_4125 properties: - schema: *ref_1086 + schema: *ref_1085 parentsValue: {} properties: frontendIPConfigurations: - schema: *ref_1313 + schema: *ref_1312 elements: - - schema: *ref_1087 + - schema: *ref_1086 parentsValue: {} properties: name: - schema: *ref_1063 + schema: *ref_1062 rawValue: contosofe - language: *ref_6030 + language: *ref_4128 properties: - schema: *ref_1088 + schema: *ref_1087 parentsValue: {} properties: publicIPAddress: @@ -185336,952 +150203,952 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Network/publicIPAddresses/contosopublicip - language: *ref_4146 - language: *ref_6032 - language: *ref_6031 - language: *ref_6029 - language: *ref_6028 - language: *ref_6026 - language: *ref_6025 + language: *ref_2244 + language: *ref_4130 + language: *ref_4129 + language: *ref_4127 + language: *ref_4126 + language: *ref_4124 + language: *ref_4123 osProfile: - schema: *ref_1081 + schema: *ref_1080 parentsValue: {} properties: secrets: - schema: *ref_1312 + schema: *ref_1311 elements: [] - language: *ref_6038 - language: *ref_6037 + language: *ref_4136 + language: *ref_4135 provisioningState: - schema: *ref_1076 + schema: *ref_1075 rawValue: Succeeded - language: *ref_6039 + language: *ref_4137 roleProfile: - schema: *ref_1079 + schema: *ref_1078 parentsValue: {} properties: roles: - schema: *ref_1310 + schema: *ref_1309 elements: - - schema: *ref_1080 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoFrontend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - - schema: *ref_1080 + language: *ref_4096 + language: *ref_4122 + - schema: *ref_1079 parentsValue: {} properties: name: - schema: *ref_1059 + schema: *ref_1058 rawValue: ContosoBackend - language: *ref_6023 + language: *ref_4121 sku: - schema: *ref_1044 + schema: *ref_1043 parentsValue: {} properties: name: - schema: *ref_1040 + schema: *ref_1039 rawValue: Standard_D1_v2 - language: *ref_5997 + language: *ref_4095 capacity: - schema: *ref_1042 + schema: *ref_1041 rawValue: 2 - language: *ref_5999 + language: *ref_4097 tier: - schema: *ref_1041 + schema: *ref_1040 rawValue: Standard - language: *ref_5998 - language: *ref_6024 - language: *ref_6022 - language: *ref_6021 + language: *ref_4096 + language: *ref_4122 + language: *ref_4120 + language: *ref_4119 uniqueId: - schema: *ref_1077 + schema: *ref_1076 rawValue: 4ccb4323-4740-4545-bb81-780b27375947 - language: *ref_6040 + language: *ref_4138 upgradeMode: - schema: *ref_1058 + schema: *ref_1057 rawValue: Auto - language: *ref_6020 - language: *ref_6017 - language: *ref_6096 - language: *ref_6101 - operation: *ref_6102 - operationGroup: *ref_6043 + language: *ref_4118 + language: *ref_4115 + language: *ref_4194 + language: *ref_4199 + operation: *ref_4200 + operationGroup: *ref_4141 - operationId: CloudServices_Start examples: - name: Start Cloud Service clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6103 - parameter: *ref_3542 + language: *ref_4201 + parameter: *ref_2173 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6104 - parameter: *ref_3543 + language: *ref_4202 + parameter: *ref_2174 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6106 - parameter: *ref_6105 - operation: *ref_6107 - operationGroup: *ref_6043 + language: *ref_4204 + parameter: *ref_4203 + operation: *ref_4205 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/StartCloudService.json responses: '200': {} '202': {} - operation: *ref_6107 - operationGroup: *ref_6043 + operation: *ref_4205 + operationGroup: *ref_4141 - operationId: CloudServices_PowerOff examples: - name: Stop or PowerOff Cloud Service clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6108 - parameter: *ref_3549 + language: *ref_4206 + parameter: *ref_2175 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6109 - parameter: *ref_3550 + language: *ref_4207 + parameter: *ref_2176 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6111 - parameter: *ref_6110 - operation: *ref_6112 - operationGroup: *ref_6043 + language: *ref_4209 + parameter: *ref_4208 + operation: *ref_4210 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/PowerOffCloudService.json responses: '200': {} '202': {} - operation: *ref_6112 - operationGroup: *ref_6043 + operation: *ref_4210 + operationGroup: *ref_4141 - operationId: CloudServices_Restart examples: - name: Restart Cloud Service Role Instances clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6113 - parameter: *ref_3563 + language: *ref_4211 + parameter: *ref_2180 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6114 - parameter: *ref_3564 + language: *ref_4212 + parameter: *ref_2181 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6116 - parameter: *ref_6115 + language: *ref_4214 + parameter: *ref_4213 - exampleValue: - schema: *ref_3556 + schema: *ref_2177 parentsValue: {} properties: roleInstances: - schema: *ref_1321 + schema: *ref_1320 elements: - - schema: *ref_1102 + - schema: *ref_1101 rawValue: ContosoFrontend_IN_0 - - schema: *ref_1102 + - schema: *ref_1101 rawValue: ContosoBackend_IN_1 - language: *ref_6118 - language: *ref_6117 - parameter: *ref_3558 - operation: *ref_6119 - operationGroup: *ref_6043 + language: *ref_4216 + language: *ref_4215 + parameter: *ref_2178 + operation: *ref_4217 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/RestartCloudServiceRoleInstances.json responses: '200': {} '202': {} - operation: *ref_6119 - operationGroup: *ref_6043 + operation: *ref_4217 + operationGroup: *ref_4141 - operationId: CloudServices_Reimage examples: - name: Reimage Cloud Service Role Instances clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6120 - parameter: *ref_3573 + language: *ref_4218 + parameter: *ref_2184 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6121 - parameter: *ref_3574 + language: *ref_4219 + parameter: *ref_2185 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6123 - parameter: *ref_6122 + language: *ref_4221 + parameter: *ref_4220 - exampleValue: - schema: *ref_3556 + schema: *ref_2177 parentsValue: {} properties: roleInstances: - schema: *ref_1321 + schema: *ref_1320 elements: - - schema: *ref_1102 + - schema: *ref_1101 rawValue: ContosoFrontend_IN_0 - - schema: *ref_1102 + - schema: *ref_1101 rawValue: ContosoBackend_IN_1 - language: *ref_6118 - language: *ref_6124 - parameter: *ref_3568 - operation: *ref_6125 - operationGroup: *ref_6043 + language: *ref_4216 + language: *ref_4222 + parameter: *ref_2182 + operation: *ref_4223 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ReimageCloudServiceRoleInstances.json responses: '200': {} '202': {} - operation: *ref_6125 - operationGroup: *ref_6043 + operation: *ref_4223 + operationGroup: *ref_4141 - operationId: CloudServices_Rebuild examples: - name: Rebuild Cloud Service Role Instances clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6126 - parameter: *ref_3583 + language: *ref_4224 + parameter: *ref_2188 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6127 - parameter: *ref_3584 + language: *ref_4225 + parameter: *ref_2189 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6129 - parameter: *ref_6128 + language: *ref_4227 + parameter: *ref_4226 - exampleValue: - schema: *ref_3556 + schema: *ref_2177 parentsValue: {} properties: roleInstances: - schema: *ref_1321 + schema: *ref_1320 elements: - - schema: *ref_1102 + - schema: *ref_1101 rawValue: ContosoFrontend_IN_0 - - schema: *ref_1102 + - schema: *ref_1101 rawValue: ContosoBackend_IN_1 - language: *ref_6118 - language: *ref_6130 - parameter: *ref_3578 - operation: *ref_6131 - operationGroup: *ref_6043 + language: *ref_4216 + language: *ref_4228 + parameter: *ref_2186 + operation: *ref_4229 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/RebuildCloudServiceRoleInstances.json responses: '200': {} '202': {} - operation: *ref_6131 - operationGroup: *ref_6043 + operation: *ref_4229 + operationGroup: *ref_4141 - operationId: CloudServices_DeleteInstances examples: - name: Delete Cloud Service Role Instances clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6132 - parameter: *ref_3593 + language: *ref_4230 + parameter: *ref_2192 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6133 - parameter: *ref_3594 + language: *ref_4231 + parameter: *ref_2193 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6135 - parameter: *ref_6134 + language: *ref_4233 + parameter: *ref_4232 - exampleValue: - schema: *ref_3556 + schema: *ref_2177 parentsValue: {} properties: roleInstances: - schema: *ref_1321 + schema: *ref_1320 elements: - - schema: *ref_1102 + - schema: *ref_1101 rawValue: ContosoFrontend_IN_0 - - schema: *ref_1102 + - schema: *ref_1101 rawValue: ContosoBackend_IN_1 - language: *ref_6118 - language: *ref_6136 - parameter: *ref_3588 - operation: *ref_6137 - operationGroup: *ref_6043 + language: *ref_4216 + language: *ref_4234 + parameter: *ref_2190 + operation: *ref_4235 + operationGroup: *ref_4141 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/DeleteCloudServiceRoleInstances.json responses: '200': {} '202': {} - operation: *ref_6137 - operationGroup: *ref_6043 + operation: *ref_4235 + operationGroup: *ref_4141 - operationId: CloudServicesUpdateDomain_WalkUpdateDomain examples: - name: Update Cloud Service to specified Domain clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6138 - parameter: *ref_3599 + language: *ref_4236 + parameter: *ref_2196 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6139 - parameter: *ref_3600 + language: *ref_4237 + parameter: *ref_2197 - exampleValue: - schema: *ref_1598 + schema: *ref_1424 rawValue: 1 - language: *ref_6140 - parameter: *ref_3601 + language: *ref_4238 + parameter: *ref_2198 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6142 - parameter: *ref_6141 - operation: *ref_6143 - operationGroup: *ref_6144 + language: *ref_4240 + parameter: *ref_4239 + operation: *ref_4241 + operationGroup: *ref_4242 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/UpdateCloudServiceUpdateDomain.json responses: '200': {} '202': {} - operation: *ref_6143 - operationGroup: *ref_6144 + operation: *ref_4241 + operationGroup: *ref_4242 - operationId: CloudServicesUpdateDomain_GetUpdateDomain examples: - name: Get Cloud Service Update Domain clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6145 - parameter: *ref_3607 + language: *ref_4243 + parameter: *ref_2199 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6146 - parameter: *ref_3608 + language: *ref_4244 + parameter: *ref_2200 - exampleValue: - schema: *ref_1598 + schema: *ref_1424 rawValue: 1 - language: *ref_6147 - parameter: *ref_3609 + language: *ref_4245 + parameter: *ref_2201 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6149 - parameter: *ref_6148 - operation: *ref_6153 - operationGroup: *ref_6144 + language: *ref_4247 + parameter: *ref_4246 + operation: *ref_4251 + operationGroup: *ref_4242 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetCloudServiceUpdateDomain.json responses: '200': body: - schema: *ref_1105 + schema: *ref_1104 parentsValue: {} properties: name: - schema: *ref_1104 + schema: *ref_1103 rawValue: '1' - language: *ref_6152 + language: *ref_4250 id: - schema: *ref_1103 + schema: *ref_1102 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/updateDomains/1 - language: *ref_6151 - language: *ref_6150 - operation: *ref_6153 - operationGroup: *ref_6144 + language: *ref_4249 + language: *ref_4248 + operation: *ref_4251 + operationGroup: *ref_4242 - operationId: CloudServicesUpdateDomain_ListUpdateDomains examples: - name: List Update Domains in Cloud Service clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: ConstosoRG - language: *ref_6154 - parameter: *ref_3615 + language: *ref_4252 + parameter: *ref_2202 - exampleValue: schema: *ref_3 rawValue: '{cs-name}' - language: *ref_6155 - parameter: *ref_3616 + language: *ref_4253 + parameter: *ref_2203 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6157 - parameter: *ref_6156 - operation: *ref_6160 - operationGroup: *ref_6144 + language: *ref_4255 + parameter: *ref_4254 + operation: *ref_4258 + operationGroup: *ref_4242 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListCloudServiceUpdateDomains.json responses: '200': body: - schema: *ref_3617 + schema: *ref_2204 parentsValue: {} properties: value: - schema: *ref_1322 + schema: *ref_1321 elements: - - schema: *ref_1105 + - schema: *ref_1104 parentsValue: {} properties: name: - schema: *ref_1104 + schema: *ref_1103 rawValue: '0' - language: *ref_6152 + language: *ref_4250 id: - schema: *ref_1103 + schema: *ref_1102 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/updateDomains/0 - language: *ref_6151 - - schema: *ref_1105 + language: *ref_4249 + - schema: *ref_1104 parentsValue: {} properties: name: - schema: *ref_1104 + schema: *ref_1103 rawValue: '1' - language: *ref_6152 + language: *ref_4250 id: - schema: *ref_1103 + schema: *ref_1102 rawValue: /subscriptions/{subscription-id}/resourceGroups/ConstosoRG/providers/Microsoft.Compute/cloudServices/{cs-name}/updateDomains/1 - language: *ref_6151 - language: *ref_6159 - language: *ref_6158 - operation: *ref_6160 - operationGroup: *ref_6144 + language: *ref_4249 + language: *ref_4257 + language: *ref_4256 + operation: *ref_4258 + operationGroup: *ref_4242 - operationId: CloudServiceOperatingSystems_GetOSVersion examples: - name: Get Cloud Service OS Version clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: westus2 - language: *ref_6161 - parameter: *ref_3623 + language: *ref_4259 + parameter: *ref_2205 - exampleValue: schema: *ref_3 rawValue: WA-GUEST-OS-3.90_202010-02 - language: *ref_6162 - parameter: *ref_3624 + language: *ref_4260 + parameter: *ref_2206 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6164 - parameter: *ref_6163 - operation: *ref_6177 - operationGroup: *ref_6178 + language: *ref_4262 + parameter: *ref_4261 + operation: *ref_4275 + operationGroup: *ref_4276 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetCloudServiceOSVersion.json responses: '200': body: - schema: *ref_1118 + schema: *ref_1117 parentsValue: {} properties: name: - schema: *ref_1108 + schema: *ref_1107 rawValue: WA-GUEST-OS-3.90_202010-02 - language: *ref_6167 + language: *ref_4265 type: - schema: *ref_1109 + schema: *ref_1108 rawValue: Microsoft.Compute/locations/cloudServiceOsVersions - language: *ref_6168 + language: *ref_4266 id: - schema: *ref_1107 + schema: *ref_1106 rawValue: /subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-3.90_202010-02 - language: *ref_6166 + language: *ref_4264 location: - schema: *ref_1110 + schema: *ref_1109 rawValue: westus2 - language: *ref_6169 + language: *ref_4267 properties: - schema: *ref_1117 + schema: *ref_1116 parentsValue: {} properties: family: - schema: *ref_1111 + schema: *ref_1110 rawValue: '3' - language: *ref_6171 + language: *ref_4269 familyLabel: - schema: *ref_1112 + schema: *ref_1111 rawValue: Windows Server 2012 - language: *ref_6172 + language: *ref_4270 isActive: - schema: *ref_1116 + schema: *ref_1115 rawValue: true - language: *ref_6176 + language: *ref_4274 isDefault: - schema: *ref_1115 + schema: *ref_1114 rawValue: true - language: *ref_6175 + language: *ref_4273 label: - schema: *ref_1114 + schema: *ref_1113 rawValue: Windows Azure Guest OS 3.90 (Release 202010-02) - language: *ref_6174 + language: *ref_4272 version: - schema: *ref_1113 + schema: *ref_1112 rawValue: WA-GUEST-OS-3.90_202010-02 - language: *ref_6173 - language: *ref_6170 - language: *ref_6165 - operation: *ref_6177 - operationGroup: *ref_6178 + language: *ref_4271 + language: *ref_4268 + language: *ref_4263 + operation: *ref_4275 + operationGroup: *ref_4276 - operationId: CloudServiceOperatingSystems_ListOSVersions examples: - name: List Cloud Service OS Versions in a subscription clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: westus2 - language: *ref_6179 - parameter: *ref_3630 + language: *ref_4277 + parameter: *ref_2207 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6181 - parameter: *ref_6180 - operation: *ref_6184 - operationGroup: *ref_6178 + language: *ref_4279 + parameter: *ref_4278 + operation: *ref_4282 + operationGroup: *ref_4276 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListCloudServiceOSVersions.json responses: '200': body: - schema: *ref_3631 + schema: *ref_2208 parentsValue: {} properties: value: - schema: *ref_1323 + schema: *ref_1322 elements: - - schema: *ref_1118 + - schema: *ref_1117 parentsValue: {} properties: name: - schema: *ref_1108 + schema: *ref_1107 rawValue: WA-GUEST-OS-3.90_202010-02 - language: *ref_6167 + language: *ref_4265 type: - schema: *ref_1109 + schema: *ref_1108 rawValue: Microsoft.Compute/locations/cloudServiceOsVersions - language: *ref_6168 + language: *ref_4266 id: - schema: *ref_1107 + schema: *ref_1106 rawValue: /subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-3.90_202010-02 - language: *ref_6166 + language: *ref_4264 location: - schema: *ref_1110 + schema: *ref_1109 rawValue: westus2 - language: *ref_6169 + language: *ref_4267 properties: - schema: *ref_1117 + schema: *ref_1116 parentsValue: {} properties: family: - schema: *ref_1111 + schema: *ref_1110 rawValue: '3' - language: *ref_6171 + language: *ref_4269 familyLabel: - schema: *ref_1112 + schema: *ref_1111 rawValue: Windows Server 2012 - language: *ref_6172 + language: *ref_4270 isActive: - schema: *ref_1116 + schema: *ref_1115 rawValue: true - language: *ref_6176 + language: *ref_4274 isDefault: - schema: *ref_1115 + schema: *ref_1114 rawValue: true - language: *ref_6175 + language: *ref_4273 label: - schema: *ref_1114 + schema: *ref_1113 rawValue: Windows Azure Guest OS 3.90 (Release 202010-02) - language: *ref_6174 + language: *ref_4272 version: - schema: *ref_1113 + schema: *ref_1112 rawValue: WA-GUEST-OS-3.90_202010-02 - language: *ref_6173 - language: *ref_6170 - - schema: *ref_1118 + language: *ref_4271 + language: *ref_4268 + - schema: *ref_1117 parentsValue: {} properties: name: - schema: *ref_1108 + schema: *ref_1107 rawValue: WA-GUEST-OS-4.83_202010-02 - language: *ref_6167 + language: *ref_4265 type: - schema: *ref_1109 + schema: *ref_1108 rawValue: Microsoft.Compute/locations/cloudServiceOsVersions - language: *ref_6168 + language: *ref_4266 id: - schema: *ref_1107 + schema: *ref_1106 rawValue: /subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSVersions/WA-GUEST-OS-4.83_202010-02 - language: *ref_6166 + language: *ref_4264 location: - schema: *ref_1110 + schema: *ref_1109 rawValue: westus2 - language: *ref_6169 + language: *ref_4267 properties: - schema: *ref_1117 + schema: *ref_1116 parentsValue: {} properties: family: - schema: *ref_1111 + schema: *ref_1110 rawValue: '4' - language: *ref_6171 + language: *ref_4269 familyLabel: - schema: *ref_1112 + schema: *ref_1111 rawValue: Windows Server 2012 R2 - language: *ref_6172 + language: *ref_4270 isActive: - schema: *ref_1116 + schema: *ref_1115 rawValue: true - language: *ref_6176 + language: *ref_4274 isDefault: - schema: *ref_1115 + schema: *ref_1114 rawValue: true - language: *ref_6175 + language: *ref_4273 label: - schema: *ref_1114 + schema: *ref_1113 rawValue: Windows Azure Guest OS 4.83 (Release 202010-02) - language: *ref_6174 + language: *ref_4272 version: - schema: *ref_1113 + schema: *ref_1112 rawValue: WA-GUEST-OS-4.83_202010-02 - language: *ref_6173 - language: *ref_6170 - language: *ref_6183 - language: *ref_6182 - operation: *ref_6184 - operationGroup: *ref_6178 + language: *ref_4271 + language: *ref_4268 + language: *ref_4281 + language: *ref_4280 + operation: *ref_4282 + operationGroup: *ref_4276 - operationId: CloudServiceOperatingSystems_GetOSFamily examples: - name: Get Cloud Service OS Family clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: westus2 - language: *ref_6185 - parameter: *ref_3637 + language: *ref_4283 + parameter: *ref_2209 - exampleValue: schema: *ref_3 rawValue: '3' - language: *ref_6186 - parameter: *ref_3638 + language: *ref_4284 + parameter: *ref_2210 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6188 - parameter: *ref_6187 - operation: *ref_6202 - operationGroup: *ref_6178 + language: *ref_4286 + parameter: *ref_4285 + operation: *ref_4300 + operationGroup: *ref_4276 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/GetCloudServiceOSFamily.json responses: '200': body: - schema: *ref_1130 + schema: *ref_1129 parentsValue: {} properties: name: - schema: *ref_1121 + schema: *ref_1120 rawValue: '3' - language: *ref_6191 + language: *ref_4289 type: - schema: *ref_1122 + schema: *ref_1121 rawValue: Microsoft.Compute/locations/cloudServiceOsFamilies - language: *ref_6192 + language: *ref_4290 id: - schema: *ref_1120 + schema: *ref_1119 rawValue: /subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/3 - language: *ref_6190 + language: *ref_4288 location: - schema: *ref_1123 + schema: *ref_1122 rawValue: westus2 - language: *ref_6193 + language: *ref_4291 properties: - schema: *ref_1128 + schema: *ref_1127 parentsValue: {} properties: name: - schema: *ref_1124 + schema: *ref_1123 rawValue: '3' - language: *ref_6195 + language: *ref_4293 label: - schema: *ref_1125 + schema: *ref_1124 rawValue: Windows Server 2012 - language: *ref_6196 + language: *ref_4294 versions: - schema: *ref_1324 + schema: *ref_1323 elements: - - schema: *ref_1129 + - schema: *ref_1128 parentsValue: {} properties: isActive: - schema: *ref_1116 + schema: *ref_1115 rawValue: true - language: *ref_6201 + language: *ref_4299 isDefault: - schema: *ref_1115 + schema: *ref_1114 rawValue: true - language: *ref_6200 + language: *ref_4298 label: - schema: *ref_1127 + schema: *ref_1126 rawValue: Windows Azure Guest OS 3.90 (Release 202010-02) - language: *ref_6199 + language: *ref_4297 version: - schema: *ref_1126 + schema: *ref_1125 rawValue: WA-GUEST-OS-3.90_202010-02 - language: *ref_6198 - language: *ref_6197 - language: *ref_6194 - language: *ref_6189 - operation: *ref_6202 - operationGroup: *ref_6178 + language: *ref_4296 + language: *ref_4295 + language: *ref_4292 + language: *ref_4287 + operation: *ref_4300 + operationGroup: *ref_4276 - operationId: CloudServiceOperatingSystems_ListOSFamilies examples: - name: List Cloud Service OS Families in a subscription clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: '{subscription-id}' - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: westus2 - language: *ref_6203 - parameter: *ref_3644 + language: *ref_4301 + parameter: *ref_2211 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_6205 - parameter: *ref_6204 - operation: *ref_6208 - operationGroup: *ref_6178 + language: *ref_4303 + parameter: *ref_4302 + operation: *ref_4306 + operationGroup: *ref_4276 originalFile: specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/ListCloudServiceOSFamilies.json responses: '200': body: - schema: *ref_3645 + schema: *ref_2212 parentsValue: {} properties: value: - schema: *ref_1325 + schema: *ref_1324 elements: - - schema: *ref_1130 + - schema: *ref_1129 parentsValue: {} properties: name: - schema: *ref_1121 + schema: *ref_1120 rawValue: '3' - language: *ref_6191 + language: *ref_4289 type: - schema: *ref_1122 + schema: *ref_1121 rawValue: Microsoft.Compute/locations/cloudServiceOsFamilies - language: *ref_6192 + language: *ref_4290 id: - schema: *ref_1120 + schema: *ref_1119 rawValue: /subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/3 - language: *ref_6190 + language: *ref_4288 location: - schema: *ref_1123 + schema: *ref_1122 rawValue: westus2 - language: *ref_6193 + language: *ref_4291 properties: - schema: *ref_1128 + schema: *ref_1127 parentsValue: {} properties: name: - schema: *ref_1124 + schema: *ref_1123 rawValue: '3' - language: *ref_6195 + language: *ref_4293 label: - schema: *ref_1125 + schema: *ref_1124 rawValue: Windows Server 2012 - language: *ref_6196 + language: *ref_4294 versions: - schema: *ref_1324 + schema: *ref_1323 elements: - - schema: *ref_1129 + - schema: *ref_1128 parentsValue: {} properties: isActive: - schema: *ref_1116 + schema: *ref_1115 rawValue: true - language: *ref_6201 + language: *ref_4299 isDefault: - schema: *ref_1115 + schema: *ref_1114 rawValue: true - language: *ref_6200 + language: *ref_4298 label: - schema: *ref_1127 + schema: *ref_1126 rawValue: Windows Azure Guest OS 3.90 (Release 202010-02) - language: *ref_6199 + language: *ref_4297 version: - schema: *ref_1126 + schema: *ref_1125 rawValue: WA-GUEST-OS-3.90_202010-02 - language: *ref_6198 - language: *ref_6197 - language: *ref_6194 - - schema: *ref_1130 + language: *ref_4296 + language: *ref_4295 + language: *ref_4292 + - schema: *ref_1129 parentsValue: {} properties: name: - schema: *ref_1121 + schema: *ref_1120 rawValue: '4' - language: *ref_6191 + language: *ref_4289 type: - schema: *ref_1122 + schema: *ref_1121 rawValue: Microsoft.Compute/locations/cloudServiceOsFamilies - language: *ref_6192 + language: *ref_4290 id: - schema: *ref_1120 + schema: *ref_1119 rawValue: /subscriptions/{subscription-id}/providers/Microsoft.Compute/locations/westus2/cloudServiceOSFamilies/4 - language: *ref_6190 + language: *ref_4288 location: - schema: *ref_1123 + schema: *ref_1122 rawValue: westus2 - language: *ref_6193 + language: *ref_4291 properties: - schema: *ref_1128 + schema: *ref_1127 parentsValue: {} properties: name: - schema: *ref_1124 + schema: *ref_1123 rawValue: '4' - language: *ref_6195 + language: *ref_4293 label: - schema: *ref_1125 + schema: *ref_1124 rawValue: Windows Server 2012 R2 - language: *ref_6196 + language: *ref_4294 versions: - schema: *ref_1324 + schema: *ref_1323 elements: - - schema: *ref_1129 + - schema: *ref_1128 parentsValue: {} properties: isActive: - schema: *ref_1116 + schema: *ref_1115 rawValue: true - language: *ref_6201 + language: *ref_4299 isDefault: - schema: *ref_1115 + schema: *ref_1114 rawValue: true - language: *ref_6200 + language: *ref_4298 label: - schema: *ref_1127 + schema: *ref_1126 rawValue: Windows Azure Guest OS 4.83 (Release 202010-02) - language: *ref_6199 + language: *ref_4297 version: - schema: *ref_1126 + schema: *ref_1125 rawValue: WA-GUEST-OS-4.83_202010-02 - language: *ref_6198 - language: *ref_6197 - language: *ref_6194 - language: *ref_6207 - language: *ref_6206 - operation: *ref_6208 - operationGroup: *ref_6178 + language: *ref_4296 + language: *ref_4295 + language: *ref_4292 + language: *ref_4305 + language: *ref_4304 + operation: *ref_4306 + operationGroup: *ref_4276 scenarioTests: - - &ref_6212 + - &ref_4310 _filePath: Microsoft.Compute\stable\2021-03-01\test-scenarios\sample.yaml _swaggerFilePaths: - Microsoft.Compute/stable/2021-03-01/compute.json @@ -186301,34 +151168,34 @@ testModel: name: ../examples/DeleteAProximityPlacementGroup.json clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: $(subscriptionId) - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: $(resourceGroupName) - language: *ref_4171 - parameter: *ref_1408 + language: *ref_2269 + parameter: *ref_1357 - exampleValue: schema: *ref_3 rawValue: $(resourceName) - language: *ref_4172 - parameter: *ref_1409 + language: *ref_2270 + parameter: *ref_1358 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4174 - parameter: *ref_4173 - operation: *ref_4175 - operationGroup: *ref_4161 + language: *ref_2272 + parameter: *ref_2271 + operation: *ref_2273 + operationGroup: *ref_2259 originalFile: '' responses: '200': body: - rawValue: &ref_6210 {} - language: *ref_6209 + rawValue: &ref_4308 {} + language: *ref_4307 isPrepareStep: true outputVariables: {} outputVariablesModel: {} @@ -186345,7 +151212,7 @@ testModel: variables: {} responses: '200': - body: *ref_6210 + body: *ref_4308 requiredVariables: - subscriptionId - location @@ -186355,7 +151222,7 @@ testModel: subscriptionId: 00000000-00000000-00000000-00000000 scenarios: - description: Microsoft.SignalRService/Basic_CRUD - _scenarioDef: *ref_6212 + _scenarioDef: *ref_4310 requiredVariables: - subscriptionId - location @@ -186399,26 +151266,26 @@ testModel: name: ../examples/CreateOrUpdateAProximityPlacementGroup.json clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: $(subscriptionId) - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: $(resourceGroupName) - language: *ref_4151 - parameter: *ref_1392 + language: *ref_2249 + parameter: *ref_1351 - exampleValue: schema: *ref_3 rawValue: $(resourceName) - language: *ref_4152 - parameter: *ref_1393 + language: *ref_2250 + parameter: *ref_1352 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4154 - parameter: *ref_4153 + language: *ref_2252 + parameter: *ref_2251 - exampleValue: schema: *ref_566 parentsValue: @@ -186429,22 +151296,22 @@ testModel: location: schema: *ref_590 rawValue: $(location) - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 - language: *ref_4156 - language: *ref_4155 - parameter: *ref_1390 - operation: *ref_4160 - operationGroup: *ref_4161 + language: *ref_2255 + language: *ref_2254 + language: *ref_2253 + parameter: *ref_1349 + operation: *ref_2258 + operationGroup: *ref_2259 originalFile: '' responses: '200': @@ -186458,31 +151325,31 @@ testModel: name: schema: *ref_588 rawValue: myProximityPlacementGroup - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/proximityPlacementGroups - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.Compute/proximityPlacementGroups/myProximityPlacementGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 - language: *ref_4156 - language: *ref_4158 + language: *ref_2255 + language: *ref_2254 + language: *ref_2256 '201': body: schema: *ref_566 @@ -186494,38 +151361,38 @@ testModel: name: schema: *ref_588 rawValue: myProximityPlacementGroup - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/proximityPlacementGroups - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/proximityPlacementGroups/myProximityPlacementGroup - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: properties: - schema: *ref_640 + schema: *ref_639 parentsValue: {} properties: proximityPlacementGroupType: schema: *ref_19 rawValue: Standard - language: *ref_4157 - language: *ref_4156 - language: *ref_4159 + language: *ref_2255 + language: *ref_2254 + language: *ref_2257 outputVariables: fakeScenarioVar: fromResponse: /id outputVariablesModel: fakeScenarioVar: - type: object - languages: *ref_4132 + languages: *ref_2230 parameters: api-version: '2021-03-01' parameters: @@ -186565,34 +151432,34 @@ testModel: name: ../examples/DeleteAProximityPlacementGroup.json clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: $(subscriptionId) - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: $(resourceGroupName) - language: *ref_4171 - parameter: *ref_1408 + language: *ref_2269 + parameter: *ref_1357 - exampleValue: schema: *ref_3 rawValue: $(resourceName) - language: *ref_4172 - parameter: *ref_1409 + language: *ref_2270 + parameter: *ref_1358 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4174 - parameter: *ref_4173 - operation: *ref_4175 - operationGroup: *ref_4161 + language: *ref_2272 + parameter: *ref_2271 + operation: *ref_2273 + operationGroup: *ref_2259 originalFile: '' responses: '200': body: - rawValue: &ref_6211 {} - language: *ref_6209 + rawValue: &ref_4309 {} + language: *ref_4307 outputVariables: {} outputVariablesModel: {} parameters: @@ -186608,7 +151475,7 @@ testModel: variables: {} responses: '200': - body: *ref_6211 + body: *ref_4309 - type: restCall operationId: VirtualMachines_CreateOrUpdate description: Create a vm with Host Encryption using encryptionAtHost property. @@ -186617,26 +151484,26 @@ testModel: name: ../examples/CreateAVmWithEncryptionAtHost.json clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: $(subscriptionId) - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: $(resourceGroupName) - language: *ref_4358 - parameter: *ref_1793 + language: *ref_2456 + parameter: *ref_1515 - exampleValue: schema: *ref_3 rawValue: myVM - language: *ref_4359 - parameter: *ref_1794 + language: *ref_2457 + parameter: *ref_1516 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4361 - parameter: *ref_4360 + language: *ref_2459 + parameter: *ref_2458 - exampleValue: schema: *ref_571 parentsValue: @@ -186647,8 +151514,8 @@ testModel: location: schema: *ref_590 rawValue: $(location) - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -186657,18 +151524,18 @@ testModel: name: schema: *ref_150 rawValue: $(fakeStepVar) - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: windows-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -186678,14 +151545,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -186696,20 +151563,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.Network/networkInterfaces/{existing-nic-name} - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -186717,16 +151584,16 @@ testModel: adminPassword: schema: *ref_178 rawValue: '{your-password}' - language: *ref_4365 + language: *ref_2463 adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 - language: *ref_4342 + language: *ref_2441 + language: *ref_2440 securityProfile: schema: *ref_315 parentsValue: {} @@ -186734,8 +151601,8 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4376 + language: *ref_2522 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} @@ -186747,36 +151614,36 @@ testModel: offer: schema: *ref_40 rawValue: windows-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: $(fakeScenarioVar) - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: windows2016 - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -186784,15 +151651,15 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 - language: *ref_4333 - language: *ref_4327 - language: *ref_4324 - language: *ref_4362 - parameter: *ref_1791 - operation: *ref_4374 - operationGroup: *ref_4356 + language: *ref_2462 + language: *ref_2461 + language: *ref_2431 + language: *ref_2425 + language: *ref_2422 + language: *ref_2460 + parameter: *ref_1513 + operation: *ref_2472 + operationGroup: *ref_2454 originalFile: '' responses: '200': @@ -186806,20 +151673,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -186828,18 +151695,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -186849,14 +151716,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -186867,20 +151734,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/$(subscriptionId)/resourceGroups/$(resourceGroupName)/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -186888,15 +151755,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -186904,17 +151771,17 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 securityProfile: schema: *ref_315 parentsValue: {} @@ -186922,16 +151789,16 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4376 + language: *ref_2522 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -186939,36 +151806,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -186976,20 +151843,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4372 + language: *ref_2452 + language: *ref_2422 + language: *ref_2470 '201': body: schema: *ref_571 @@ -187001,20 +151868,20 @@ testModel: name: schema: *ref_588 rawValue: myVM - language: *ref_4133 + language: *ref_2231 type: schema: *ref_589 rawValue: Microsoft.Compute/virtualMachines - language: *ref_4134 + language: *ref_2232 id: schema: *ref_587 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM - language: *ref_4132 + language: *ref_2230 location: schema: *ref_590 rawValue: westus - language: *ref_4127 - language: *ref_4126 + language: *ref_2225 + language: *ref_2224 properties: plan: schema: *ref_286 @@ -187023,18 +151890,18 @@ testModel: name: schema: *ref_150 rawValue: standard-data-science-vm - language: *ref_4421 + language: *ref_2519 product: schema: *ref_152 rawValue: standard-data-science-vm - language: *ref_4423 + language: *ref_2521 publisher: schema: *ref_151 rawValue: microsoft-ads - language: *ref_4422 - language: *ref_4420 + language: *ref_2520 + language: *ref_2518 properties: - schema: *ref_605 + schema: *ref_604 parentsValue: {} properties: hardwareProfile: @@ -187044,14 +151911,14 @@ testModel: vmSize: schema: *ref_154 rawValue: Standard_DS1_v2 - language: *ref_4326 - language: *ref_4325 + language: *ref_2424 + language: *ref_2423 networkProfile: schema: *ref_393 parentsValue: {} properties: networkInterfaces: - schema: *ref_1166 + schema: *ref_1165 elements: - schema: *ref_79 parentsValue: @@ -187062,20 +151929,20 @@ testModel: id: schema: *ref_83 rawValue: /subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic - language: *ref_4146 - language: *ref_4182 + language: *ref_2244 + language: *ref_2280 properties: properties: - schema: *ref_682 + schema: *ref_681 parentsValue: {} properties: primary: schema: *ref_46 rawValue: true - language: *ref_4371 - language: *ref_4370 - language: *ref_4351 - language: *ref_4350 + language: *ref_2469 + language: *ref_2468 + language: *ref_2449 + language: *ref_2448 osProfile: schema: *ref_361 parentsValue: {} @@ -187083,15 +151950,15 @@ testModel: adminUsername: schema: *ref_177 rawValue: '{your-username}' - language: *ref_4344 + language: *ref_2442 computerName: schema: *ref_176 rawValue: myVM - language: *ref_4343 + language: *ref_2441 secrets: - schema: *ref_1165 + schema: *ref_1164 elements: [] - language: *ref_4348 + language: *ref_2446 windowsConfiguration: schema: *ref_302 parentsValue: {} @@ -187099,17 +151966,17 @@ testModel: enableAutomaticUpdates: schema: *ref_181 rawValue: true - language: *ref_4347 + language: *ref_2445 provisionVMAgent: schema: *ref_180 rawValue: true - language: *ref_4346 - language: *ref_4345 - language: *ref_4342 + language: *ref_2444 + language: *ref_2443 + language: *ref_2440 provisioningState: schema: *ref_222 rawValue: Creating - language: *ref_4353 + language: *ref_2451 securityProfile: schema: *ref_315 parentsValue: {} @@ -187117,16 +151984,16 @@ testModel: encryptionAtHost: schema: *ref_215 rawValue: true - language: *ref_4424 - language: *ref_4376 + language: *ref_2522 + language: *ref_2474 storageProfile: schema: *ref_392 parentsValue: {} properties: dataDisks: - schema: *ref_1160 + schema: *ref_1159 elements: [] - language: *ref_4341 + language: *ref_2439 imageReference: schema: *ref_77 parentsValue: {} @@ -187134,36 +152001,36 @@ testModel: offer: schema: *ref_40 rawValue: standard-data-science-vm - language: *ref_4330 + language: *ref_2428 publisher: schema: *ref_39 rawValue: microsoft-ads - language: *ref_4329 + language: *ref_2427 sku: schema: *ref_41 rawValue: standard-data-science-vm - language: *ref_4331 + language: *ref_2429 version: schema: *ref_42 rawValue: latest - language: *ref_4332 - language: *ref_4328 + language: *ref_2430 + language: *ref_2426 osDisk: - schema: *ref_670 + schema: *ref_669 parentsValue: {} properties: name: schema: *ref_158 rawValue: myVMosdisk - language: *ref_4335 + language: *ref_2433 caching: schema: *ref_161 rawValue: ReadOnly - language: *ref_4338 + language: *ref_2436 createOption: schema: *ref_165 rawValue: FromImage - language: *ref_4339 + language: *ref_2437 managedDisk: schema: *ref_78 parentsValue: {} @@ -187171,20 +152038,20 @@ testModel: storageAccountType: schema: *ref_44 rawValue: Standard_LRS - language: *ref_4364 - language: *ref_4363 + language: *ref_2462 + language: *ref_2461 osType: schema: *ref_26 rawValue: Windows - language: *ref_4334 - language: *ref_4333 - language: *ref_4327 + language: *ref_2432 + language: *ref_2431 + language: *ref_2425 vmId: schema: *ref_272 rawValue: 5c0d55a7-c407-4ed6-bf7d-ddb810267c85 - language: *ref_4354 - language: *ref_4324 - language: *ref_4373 + language: *ref_2452 + language: *ref_2422 + language: *ref_2471 outputVariables: {} outputVariablesModel: {} parameters: @@ -187328,7 +152195,7 @@ testModel: resourceName: type: string - description: Microsoft.SignalRService/DeleteOnly - _scenarioDef: *ref_6212 + _scenarioDef: *ref_4310 requiredVariables: - subscriptionId - location @@ -187347,34 +152214,34 @@ testModel: name: ../examples/DeleteAProximityPlacementGroup.json clientParameters: - exampleValue: - schema: *ref_1326 + schema: *ref_1325 rawValue: $(subscriptionId) - language: *ref_4117 - parameter: *ref_1336 + language: *ref_2215 + parameter: *ref_1330 methodParameters: - exampleValue: schema: *ref_3 rawValue: $(resourceGroupName) - language: *ref_4171 - parameter: *ref_1408 + language: *ref_2269 + parameter: *ref_1357 - exampleValue: schema: *ref_3 rawValue: $(resourceName) - language: *ref_4172 - parameter: *ref_1409 + language: *ref_2270 + parameter: *ref_1358 - exampleValue: - schema: *ref_1328 + schema: *ref_1327 rawValue: '2021-03-01' - language: *ref_4174 - parameter: *ref_4173 - operation: *ref_4175 - operationGroup: *ref_4161 + language: *ref_2272 + parameter: *ref_2271 + operation: *ref_2273 + operationGroup: *ref_2259 originalFile: '' responses: '200': body: - rawValue: &ref_6213 {} - language: *ref_6209 + rawValue: &ref_4311 {} + language: *ref_4307 outputVariables: {} outputVariablesModel: {} parameters: @@ -187390,7 +152257,7 @@ testModel: variables: {} responses: '200': - body: *ref_6213 + body: *ref_4311 variables: {} scope: ResourceGroup secretVariables: [] @@ -187409,536 +152276,5 @@ language: default: name: ComputeManagementClient description: '' - go: - name: ComputeManagementClient - description: '' - azureARM: true - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armcompute - parameterGroups: - - *ref_3651 - - *ref_3652 - - *ref_3653 - - *ref_3654 - - *ref_3655 - - *ref_1371 - - *ref_3656 - - *ref_3657 - - *ref_3658 - - *ref_3659 - - *ref_3660 - - *ref_1418 - - *ref_3661 - - *ref_3662 - - *ref_3663 - - *ref_3664 - - *ref_3665 - - *ref_1463 - - *ref_3666 - - *ref_3667 - - *ref_3668 - - *ref_3669 - - *ref_3670 - - *ref_1517 - - *ref_3671 - - *ref_3672 - - *ref_3673 - - *ref_3674 - - *ref_3675 - - *ref_3676 - - *ref_3677 - - *ref_3678 - - *ref_3679 - - *ref_3680 - - *ref_1599 - - *ref_3681 - - *ref_3682 - - *ref_3683 - - *ref_1648 - - *ref_1658 - - *ref_3684 - - *ref_1674 - - *ref_3685 - - *ref_3686 - - *ref_3687 - - *ref_3688 - - *ref_1724 - - *ref_3689 - - *ref_3690 - - *ref_3691 - - *ref_3692 - - *ref_3693 - - *ref_3694 - - *ref_3695 - - *ref_3696 - - *ref_1821 - - *ref_1828 - - *ref_3697 - - *ref_3698 - - *ref_3699 - - *ref_3700 - - *ref_3701 - - *ref_1867 - - *ref_3702 - - *ref_1886 - - *ref_3703 - - *ref_3704 - - *ref_3705 - - *ref_3706 - - *ref_1924 - - *ref_1932 - - *ref_3707 - - *ref_3708 - - *ref_3709 - - *ref_3710 - - *ref_3711 - - *ref_3712 - - *ref_3713 - - *ref_3714 - - *ref_2021 - - *ref_2029 - - *ref_2042 - - *ref_2054 - - *ref_3715 - - *ref_3716 - - *ref_3717 - - *ref_3718 - - *ref_3719 - - *ref_2094 - - *ref_2111 - - *ref_2121 - - *ref_2131 - - *ref_2141 - - *ref_3720 - - *ref_2160 - - *ref_2170 - - *ref_3721 - - *ref_3722 - - *ref_3723 - - *ref_3724 - - *ref_3725 - - *ref_3726 - - *ref_3727 - - *ref_2239 - - *ref_3728 - - *ref_3729 - - *ref_3730 - - *ref_3731 - - *ref_3732 - - *ref_2286 - - *ref_3733 - - *ref_3734 - - *ref_3735 - - *ref_3736 - - *ref_3737 - - *ref_3738 - - *ref_3739 - - *ref_3740 - - *ref_2368 - - *ref_3741 - - *ref_3742 - - *ref_3743 - - *ref_3744 - - *ref_3745 - - *ref_3746 - - *ref_3747 - - *ref_3748 - - *ref_2450 - - *ref_2461 - - *ref_2474 - - *ref_3749 - - *ref_3750 - - *ref_3751 - - *ref_2512 - - *ref_2520 - - *ref_3752 - - *ref_2534 - - *ref_2552 - - *ref_3753 - - *ref_3754 - - *ref_3755 - - *ref_2584 - - *ref_3756 - - *ref_3757 - - *ref_3758 - - *ref_3759 - - *ref_3760 - - *ref_3761 - - *ref_3762 - - *ref_3763 - - *ref_3764 - - *ref_3765 - - *ref_2687 - - *ref_2697 - - *ref_3766 - - *ref_3767 - - *ref_3768 - - *ref_2743 - - *ref_2753 - - *ref_2763 - - *ref_3769 - - *ref_3770 - - *ref_3771 - - *ref_3772 - - *ref_3773 - - *ref_3774 - - *ref_3775 - - *ref_3776 - - *ref_3777 - - *ref_3778 - - *ref_3779 - - *ref_3780 - - *ref_3781 - - *ref_3782 - - *ref_3783 - - *ref_3784 - - *ref_3785 - - *ref_3786 - - *ref_3787 - - *ref_3788 - - *ref_3789 - - *ref_3790 - - *ref_3791 - - *ref_3792 - - *ref_3793 - - *ref_3794 - - *ref_3795 - - *ref_3796 - - *ref_3797 - - *ref_3798 - - *ref_3799 - - *ref_3800 - - *ref_3801 - - *ref_3802 - - *ref_3803 - - *ref_3804 - - *ref_3805 - - *ref_3806 - - *ref_3102 - - *ref_3807 - - *ref_3808 - - *ref_3809 - - *ref_3810 - - *ref_3811 - - *ref_3812 - - *ref_3813 - - *ref_3814 - - *ref_3815 - - *ref_3816 - - *ref_3207 - - *ref_3817 - - *ref_3818 - - *ref_3819 - - *ref_3820 - - *ref_3821 - - *ref_3822 - - *ref_3823 - - *ref_3824 - - *ref_3825 - - *ref_3310 - - *ref_3826 - - *ref_3827 - - *ref_3828 - - *ref_3350 - - *ref_3829 - - *ref_3367 - - *ref_3830 - - *ref_3386 - - *ref_3831 - - *ref_3832 - - *ref_3413 - - *ref_3833 - - *ref_3431 - - *ref_3834 - - *ref_3835 - - *ref_3836 - - *ref_3837 - - *ref_3838 - - *ref_3839 - - *ref_3840 - - *ref_3841 - - *ref_3842 - - *ref_3843 - - *ref_3844 - - *ref_3845 - - *ref_3846 - - *ref_3847 - - *ref_3848 - - *ref_3565 - - *ref_3575 - - *ref_3585 - - *ref_3595 - - *ref_3849 - - *ref_3850 - - *ref_3851 - - *ref_3852 - - *ref_3853 - - *ref_3854 - - *ref_3855 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_3856 - - *ref_3857 - - *ref_3858 - - *ref_3859 - - *ref_3860 - - *ref_3861 - - *ref_3862 - - *ref_3863 - - *ref_3864 - - *ref_3865 - - *ref_3866 - - *ref_3867 - - *ref_3868 - - *ref_3869 - - *ref_3870 - - *ref_3871 - - *ref_3872 - - *ref_3873 - - *ref_3874 - - *ref_3875 - - *ref_3876 - - *ref_3877 - - *ref_3878 - - *ref_3879 - - *ref_3880 - - *ref_3881 - - *ref_3882 - - *ref_3883 - - *ref_3884 - - *ref_3885 - - *ref_3886 - - *ref_3887 - - *ref_3888 - - *ref_3889 - - *ref_3890 - - *ref_3891 - - *ref_3892 - - *ref_3893 - - *ref_3894 - - *ref_3895 - - *ref_3896 - - *ref_3897 - - *ref_3898 - - *ref_3899 - - *ref_3900 - - *ref_3901 - - *ref_3902 - - *ref_3903 - - *ref_3904 - - *ref_3905 - - *ref_3906 - - *ref_3907 - - *ref_3908 - - *ref_3909 - - *ref_3910 - - *ref_3911 - - *ref_3912 - - *ref_3913 - - *ref_3914 - - *ref_3915 - - *ref_3916 - - *ref_3917 - - *ref_3918 - - *ref_3919 - - *ref_3920 - - *ref_3921 - - *ref_3922 - - *ref_3923 - - *ref_3924 - - *ref_3925 - - *ref_3926 - - *ref_3927 - - *ref_3928 - - *ref_3929 - - *ref_3930 - - *ref_3931 - - *ref_3932 - - *ref_3933 - - *ref_3934 - - *ref_3935 - - *ref_3936 - - *ref_3937 - - *ref_3938 - - *ref_3939 - - *ref_3940 - - *ref_3941 - - *ref_3942 - - *ref_3943 - - *ref_3944 - - *ref_3945 - - *ref_3946 - - *ref_3947 - - *ref_3948 - - *ref_3949 - - *ref_3950 - - *ref_3951 - - *ref_3952 - - *ref_3953 - - *ref_3954 - - *ref_3955 - - *ref_3956 - - *ref_3957 - - *ref_3958 - - *ref_3959 - - *ref_3960 - - *ref_3961 - - *ref_3962 - - *ref_3963 - - *ref_3964 - - *ref_3965 - - *ref_3966 - - *ref_3967 - - *ref_3968 - - *ref_3969 - - *ref_3970 - - *ref_3971 - - *ref_3972 - - *ref_3973 - - *ref_3974 - - *ref_3975 - - *ref_3976 - - *ref_3977 - - *ref_3978 - - *ref_3979 - - *ref_3980 - - *ref_3981 - - *ref_3982 - - *ref_3983 - - *ref_3984 - - *ref_3985 - - *ref_3986 - - *ref_3987 - - *ref_3988 - - *ref_3989 - - *ref_3990 - - *ref_3991 - - *ref_3992 - - *ref_3993 - - *ref_3994 - - *ref_3995 - - *ref_3996 - - *ref_3997 - - *ref_3998 - - *ref_3999 - - *ref_4000 - - *ref_4001 - - *ref_4002 - - *ref_4003 - - *ref_4004 - - *ref_4005 - - *ref_4006 - - *ref_4007 - - *ref_4008 - - *ref_4009 - - *ref_4010 - - *ref_4011 - - *ref_4012 - - *ref_4013 - - *ref_4014 - - *ref_4015 - - *ref_4016 - - *ref_4017 - - *ref_4018 - - *ref_4019 - - *ref_4020 - - *ref_4021 - - *ref_4022 - - *ref_4023 - - *ref_4024 - - *ref_4025 - - *ref_4026 - - *ref_4027 - - *ref_4028 - - *ref_4029 - - *ref_4030 - - *ref_4031 - - *ref_4032 - - *ref_4033 - - *ref_4034 - - *ref_4035 - - *ref_4036 - - *ref_4037 - - *ref_4038 - - *ref_4039 - - *ref_4040 - - *ref_4041 - - *ref_4042 - - *ref_4043 - - *ref_4044 - - *ref_4045 - - *ref_4046 - - *ref_4047 - - *ref_4048 - - *ref_4049 - - *ref_4050 - - *ref_4051 - - *ref_4052 - - *ref_4053 - - *ref_4054 - - *ref_4055 - - *ref_4056 - - *ref_4057 - - *ref_4058 - - *ref_4059 - - *ref_4060 - - *ref_4061 - - *ref_4062 - - *ref_4063 - - *ref_4064 - - *ref_4065 - - *ref_4066 - - *ref_4067 - - *ref_4068 - - *ref_4069 - - *ref_4070 - - *ref_4071 - - *ref_4072 - - *ref_4073 - - *ref_4074 - - *ref_4075 - - *ref_4076 - - *ref_4077 - - *ref_4078 - - *ref_4079 - - *ref_4080 - - *ref_4081 - - *ref_4082 - - *ref_4083 - - *ref_4084 - - *ref_4085 - - *ref_4086 - - *ref_4087 - - *ref_4088 - - *ref_4089 - - *ref_4090 - - *ref_4091 - - *ref_4092 - - *ref_4093 - - *ref_4094 - - *ref_4095 - - *ref_4096 - - *ref_4097 - - *ref_4098 - - *ref_4099 - - *ref_4100 - - *ref_4101 - - *ref_4102 - - *ref_4103 - - *ref_4104 - - *ref_4105 - - *ref_4106 - - *ref_4107 - - *ref_4108 - - *ref_4109 - - *ref_4110 - - *ref_4111 - - *ref_4112 - - *ref_4113 - - *ref_4114 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/go-tester-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/go-tester-pre.yaml index cc5f8b7c5..d8eced7d0 100644 --- a/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/go-tester-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/go-tester-pre.yaml @@ -3,7 +3,7 @@ info: title: Azure Machine Learning Workspaces schemas: booleans: - - &ref_62 + - &ref_60 type: boolean language: default: @@ -13,7 +13,7 @@ schemas: name: bool description: Indicates whether the operation applies to data-plane protocol: {} - - &ref_882 + - &ref_876 type: boolean defaultValue: false language: @@ -24,7 +24,7 @@ schemas: name: bool description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service protocol: {} - - &ref_886 + - &ref_880 type: boolean defaultValue: false language: @@ -35,7 +35,7 @@ schemas: name: bool description: The flag to indicate whether to allow public access when behind VNet. protocol: {} - - &ref_899 + - &ref_893 type: boolean language: default: @@ -45,7 +45,7 @@ schemas: name: bool description: If the storage associated with the workspace has hierarchical namespace(HNS) enabled. protocol: {} - - &ref_973 + - &ref_966 type: boolean summary: Low priority capable language: @@ -56,7 +56,7 @@ schemas: name: bool description: Specifies if the virtual machine size supports low priority VMs. protocol: {} - - &ref_974 + - &ref_967 type: boolean summary: Premium IO supported language: @@ -67,7 +67,7 @@ schemas: name: bool description: Specifies if the virtual machine size supports premium IO. protocol: {} - - &ref_250 + - &ref_245 type: boolean language: default: @@ -77,7 +77,7 @@ schemas: name: bool description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. protocol: {} - - &ref_251 + - &ref_246 type: boolean language: default: @@ -87,11 +87,11 @@ schemas: name: bool description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. protocol: {} - - &ref_424 + - &ref_418 type: boolean defaultValue: false extensions: - x-ms-mutability: &ref_831 + x-ms-mutability: &ref_825 - create - read - update @@ -103,11 +103,11 @@ schemas: name: bool description: Is the asset archived? protocol: {} - - &ref_422 + - &ref_416 type: boolean defaultValue: false extensions: - x-ms-mutability: &ref_423 + x-ms-mutability: &ref_417 - create - read language: @@ -118,7 +118,7 @@ schemas: name: bool description: If the name version are system generated (anonymous registration). protocol: {} - - &ref_1992 + - &ref_1985 type: boolean apiVersions: - version: 2022-02-01-preview @@ -130,7 +130,7 @@ schemas: name: bool description: '' protocol: {} - - &ref_1994 + - &ref_1987 type: boolean apiVersions: - version: 2022-02-01-preview @@ -143,10 +143,10 @@ schemas: name: bool description: '' protocol: {} - - &ref_492 + - &ref_486 type: boolean extensions: - x-ms-mutability: &ref_493 + x-ms-mutability: &ref_487 - read language: default: @@ -156,7 +156,7 @@ schemas: name: bool description: Readonly property to indicate if datastore is the workspace default datastore protocol: {} - - &ref_319 + - &ref_313 type: boolean defaultValue: false language: @@ -167,7 +167,7 @@ schemas: name: bool description: If true, enables Application Insights logging. protocol: {} - - &ref_330 + - &ref_324 type: boolean defaultValue: false language: @@ -178,7 +178,7 @@ schemas: name: bool description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." protocol: {} - - &ref_264 + - &ref_259 type: boolean language: default: @@ -188,7 +188,7 @@ schemas: name: bool description: Indicates whether to overwrite existing domain label. protocol: {} - - &ref_99 + - &ref_97 type: boolean language: default: @@ -198,7 +198,7 @@ schemas: name: bool description: Network is isolated or not protocol: {} - - &ref_119 + - &ref_117 type: boolean defaultValue: true summary: Enable node public IP. @@ -214,7 +214,7 @@ schemas: Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. protocol: {} - - &ref_170 + - &ref_168 type: boolean summary: Enable node public IP. language: @@ -229,7 +229,7 @@ schemas: Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. protocol: {} - - &ref_237 + - &ref_233 type: boolean language: default: @@ -239,7 +239,7 @@ schemas: name: bool description: Indicates whether this compute will be used for running notebooks. protocol: {} - - &ref_219 + - &ref_216 type: boolean language: default: @@ -249,7 +249,7 @@ schemas: name: bool description: '' protocol: {} - - &ref_673 + - &ref_667 type: boolean defaultValue: false language: @@ -260,7 +260,7 @@ schemas: name: bool description: Determines whether to use Dnn based featurizers for data featurization. protocol: {} - - &ref_732 + - &ref_726 type: boolean defaultValue: true language: @@ -271,7 +271,7 @@ schemas: name: bool description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. protocol: {} - - &ref_739 + - &ref_733 type: boolean defaultValue: false language: @@ -282,7 +282,7 @@ schemas: name: bool description: Enable recommendation of DNN models. protocol: {} - - &ref_740 + - &ref_734 type: boolean defaultValue: false language: @@ -293,7 +293,7 @@ schemas: name: bool description: Flag to turn on explainability on best model. protocol: {} - - &ref_741 + - &ref_735 type: boolean defaultValue: false language: @@ -304,7 +304,7 @@ schemas: name: bool description: Flag for enabling onnx compatible models. protocol: {} - - &ref_742 + - &ref_736 type: boolean defaultValue: true language: @@ -315,7 +315,7 @@ schemas: name: bool description: Enable stack ensemble run. protocol: {} - - &ref_743 + - &ref_737 type: boolean defaultValue: true language: @@ -326,7 +326,7 @@ schemas: name: bool description: Enable voting ensemble run. protocol: {} - - &ref_524 + - &ref_518 type: boolean language: default: @@ -336,7 +336,7 @@ schemas: name: bool description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - &ref_532 + - &ref_526 type: boolean language: default: @@ -346,7 +346,7 @@ schemas: name: bool description: Whether to use distributed training. protocol: {} - - &ref_533 + - &ref_527 type: boolean language: default: @@ -356,7 +356,7 @@ schemas: name: bool description: Enable early stopping logic during training. protocol: {} - - &ref_536 + - &ref_530 type: boolean language: default: @@ -366,7 +366,7 @@ schemas: name: bool description: Enable normalization when exporting ONNX model. protocol: {} - - &ref_544 + - &ref_538 type: boolean language: default: @@ -376,7 +376,7 @@ schemas: name: bool description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - &ref_563 + - &ref_557 type: boolean language: default: @@ -387,7 +387,7 @@ schemas: description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} numbers: - - &ref_884 + - &ref_878 type: integer apiVersions: - version: 2022-02-01-preview @@ -400,7 +400,7 @@ schemas: name: int32 description: Count of private connections in the workspace protocol: {} - - &ref_88 + - &ref_86 type: integer apiVersions: - version: '3.0' @@ -413,7 +413,7 @@ schemas: name: int32 description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - &ref_895 + - &ref_889 type: integer apiVersions: - version: 2022-02-01-preview @@ -426,7 +426,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_896 + - &ref_890 type: integer apiVersions: - version: 2022-02-01-preview @@ -439,7 +439,7 @@ schemas: name: int32 description: The throughput of the collections in cosmosdb database protocol: {} - - &ref_1356 + - &ref_1349 type: integer apiVersions: - version: 2022-02-01-preview @@ -456,7 +456,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_959 + - &ref_952 type: integer apiVersions: - version: 2022-02-01-preview @@ -469,7 +469,7 @@ schemas: name: int64 description: The current usage of the resource. protocol: {} - - &ref_960 + - &ref_953 type: integer apiVersions: - version: 2022-02-01-preview @@ -482,7 +482,7 @@ schemas: name: int64 description: The maximum permitted usage of the resource. protocol: {} - - &ref_968 + - &ref_961 type: integer apiVersions: - version: 2022-02-01-preview @@ -496,7 +496,7 @@ schemas: name: int32 description: The number of vCPUs supported by the virtual machine size. protocol: {} - - &ref_969 + - &ref_962 type: integer apiVersions: - version: 2022-02-01-preview @@ -510,7 +510,7 @@ schemas: name: int32 description: The number of gPUs supported by the virtual machine size. protocol: {} - - &ref_970 + - &ref_963 type: integer apiVersions: - version: 2022-02-01-preview @@ -524,7 +524,7 @@ schemas: name: int32 description: The OS VHD disk size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_971 + - &ref_964 type: integer apiVersions: - version: 2022-02-01-preview @@ -538,7 +538,7 @@ schemas: name: int32 description: The resource volume size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_972 + - &ref_965 type: number apiVersions: - version: 2022-02-01-preview @@ -552,7 +552,7 @@ schemas: name: float64 description: The amount of memory, in GB, supported by the virtual machine size. protocol: {} - - &ref_977 + - &ref_970 type: number apiVersions: - version: 2022-02-01-preview @@ -566,7 +566,7 @@ schemas: name: float64 description: The price charged for using the VM. protocol: {} - - &ref_986 + - &ref_979 type: integer apiVersions: - version: 2022-02-01-preview @@ -580,7 +580,7 @@ schemas: name: int64 description: The maximum permitted quota of the resource. protocol: {} - - &ref_992 + - &ref_985 type: integer apiVersions: - version: 2022-02-01-preview @@ -594,7 +594,7 @@ schemas: name: int64 description: The maximum permitted quota of the resource. protocol: {} - - &ref_1001 + - &ref_994 type: integer apiVersions: - version: 2022-02-01-preview @@ -608,7 +608,7 @@ schemas: name: int64 description: The maximum permitted quota of the resource. protocol: {} - - &ref_100 + - &ref_98 type: integer apiVersions: - version: 2022-02-01-preview @@ -621,7 +621,7 @@ schemas: name: int32 description: Max number of nodes to use protocol: {} - - &ref_101 + - &ref_99 type: integer apiVersions: - version: 2022-02-01-preview @@ -635,7 +635,7 @@ schemas: name: int32 description: Min number of nodes to use protocol: {} - - &ref_1012 + - &ref_1005 type: integer apiVersions: - version: 2022-02-01-preview @@ -649,7 +649,7 @@ schemas: name: int32 description: SSH port number of the node. protocol: {} - - &ref_1022 + - &ref_1015 type: integer apiVersions: - version: 2022-02-01-preview @@ -662,7 +662,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_1043 + - &ref_1036 type: integer apiVersions: - version: 2022-02-01-preview @@ -688,7 +688,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_1644 + - &ref_1637 type: integer apiVersions: - version: 2022-02-01-preview @@ -705,7 +705,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1054 + - &ref_1047 type: integer apiVersions: - version: 2022-02-01-preview @@ -718,7 +718,7 @@ schemas: name: int32 description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - &ref_1666 + - &ref_1659 type: integer apiVersions: - version: 2022-02-01-preview @@ -735,7 +735,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_355 + - &ref_349 type: integer apiVersions: - version: 2022-02-01-preview @@ -749,7 +749,7 @@ schemas: name: int32 description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." protocol: {} - - &ref_357 + - &ref_351 type: integer apiVersions: - version: 2022-02-01-preview @@ -763,7 +763,7 @@ schemas: name: int32 description: Indicates maximum number of parallelism per instance. protocol: {} - - &ref_358 + - &ref_352 type: integer apiVersions: - version: 2022-02-01-preview @@ -777,7 +777,7 @@ schemas: name: int64 description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." protocol: {} - - &ref_375 + - &ref_369 type: integer apiVersions: - version: 2022-02-01-preview @@ -795,7 +795,7 @@ schemas: name: int32 description: Optional number of instances or nodes used by the compute target. protocol: {} - - &ref_378 + - &ref_372 type: integer apiVersions: - version: 2022-02-01-preview @@ -809,7 +809,7 @@ schemas: name: int32 description: Maximum retry count for a mini-batch protocol: {} - - &ref_1714 + - &ref_1707 type: integer apiVersions: - version: 2022-02-01-preview @@ -826,7 +826,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1073 + - &ref_1066 type: integer apiVersions: - version: 2022-02-01-preview @@ -839,7 +839,7 @@ schemas: name: int32 description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." protocol: {} - - &ref_1074 + - &ref_1067 type: integer apiVersions: - version: 2022-02-01-preview @@ -852,7 +852,7 @@ schemas: name: int32 description: Indicates number of processes per instance protocol: {} - - &ref_1075 + - &ref_1068 type: integer apiVersions: - version: 2022-02-01-preview @@ -865,7 +865,7 @@ schemas: name: int64 description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." protocol: {} - - &ref_1091 + - &ref_1084 type: integer apiVersions: - version: 2022-02-01-preview @@ -878,7 +878,7 @@ schemas: name: int32 description: Maximum retry count for a mini-batch protocol: {} - - &ref_1737 + - &ref_1730 type: integer apiVersions: - version: 2022-02-01-preview @@ -895,7 +895,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1990 + - &ref_1983 type: integer apiVersions: - version: 2022-02-01-preview @@ -909,7 +909,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_411 + - &ref_405 type: integer apiVersions: - version: 2022-02-01-preview @@ -939,7 +939,7 @@ schemas: name: int32 description: Port for endpoint. protocol: {} - - &ref_2140 + - &ref_2133 type: integer apiVersions: - version: 2022-02-01-preview @@ -956,7 +956,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_2274 + - &ref_2267 type: integer apiVersions: - version: 2022-02-01-preview @@ -973,7 +973,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_2295 + - &ref_2288 type: integer apiVersions: - version: 2022-02-01-preview @@ -990,7 +990,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_323 + - &ref_317 type: integer apiVersions: - version: 2022-02-01-preview @@ -1004,7 +1004,7 @@ schemas: name: int32 description: The number of failures to allow before returning an unhealthy status. protocol: {} - - &ref_326 + - &ref_320 type: integer apiVersions: - version: 2022-02-01-preview @@ -1018,7 +1018,7 @@ schemas: name: int32 description: The number of successful probes before returning a healthy status. protocol: {} - - &ref_333 + - &ref_327 type: integer apiVersions: - version: 2022-02-01-preview @@ -1032,7 +1032,7 @@ schemas: name: int32 description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. protocol: {} - - &ref_2366 + - &ref_2359 type: integer apiVersions: - version: 2022-02-01-preview @@ -1049,7 +1049,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_2389 + - &ref_2382 type: integer apiVersions: - version: 2022-02-01-preview @@ -1066,7 +1066,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1133 + - &ref_1126 type: integer apiVersions: - version: 2022-02-01-preview @@ -1079,7 +1079,7 @@ schemas: name: int32 description: The maximum number of lines to tail. protocol: {} - - &ref_1136 + - &ref_1129 type: integer apiVersions: - version: 2022-02-01-preview @@ -1093,7 +1093,7 @@ schemas: name: int32 description: Gets or sets the default capacity. protocol: {} - - &ref_1137 + - &ref_1130 type: integer apiVersions: - version: 2022-02-01-preview @@ -1107,7 +1107,7 @@ schemas: name: int32 description: Gets or sets the maximum. protocol: {} - - &ref_1138 + - &ref_1131 type: integer apiVersions: - version: 2022-02-01-preview @@ -1121,7 +1121,7 @@ schemas: name: int32 description: Gets or sets the minimum. protocol: {} - - &ref_2332 + - &ref_2325 type: integer apiVersions: - version: 2022-02-01-preview @@ -1138,7 +1138,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1148 + - &ref_1141 type: integer apiVersions: - version: 2022-02-01-preview @@ -1152,7 +1152,7 @@ schemas: name: int64 description: Access token expiry time (UTC). protocol: {} - - &ref_1149 + - &ref_1142 type: integer apiVersions: - version: 2022-02-01-preview @@ -1166,7 +1166,7 @@ schemas: name: int64 description: Refresh access token after time (UTC). protocol: {} - - &ref_256 + - &ref_251 type: integer apiVersions: - version: 2022-02-01-preview @@ -1180,7 +1180,7 @@ schemas: name: int32 description: Number of agents protocol: {} - - &ref_111 + - &ref_109 type: integer apiVersions: - version: 2022-02-01-preview @@ -1194,7 +1194,7 @@ schemas: name: int32 description: The number of compute nodes currently assigned to the compute. protocol: {} - - &ref_112 + - &ref_110 type: integer apiVersions: - version: 2022-02-01-preview @@ -1212,7 +1212,7 @@ schemas: The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation. protocol: {} - - &ref_113 + - &ref_111 type: integer apiVersions: - version: 2022-02-01-preview @@ -1226,7 +1226,7 @@ schemas: name: int32 description: Number of compute nodes in idle state. protocol: {} - - &ref_114 + - &ref_112 type: integer apiVersions: - version: 2022-02-01-preview @@ -1240,7 +1240,7 @@ schemas: name: int32 description: Number of compute nodes which are running jobs. protocol: {} - - &ref_115 + - &ref_113 type: integer apiVersions: - version: 2022-02-01-preview @@ -1254,7 +1254,7 @@ schemas: name: int32 description: Number of compute nodes which are being prepared. protocol: {} - - &ref_116 + - &ref_114 type: integer apiVersions: - version: 2022-02-01-preview @@ -1268,7 +1268,7 @@ schemas: name: int32 description: Number of compute nodes which are in unusable state. protocol: {} - - &ref_117 + - &ref_115 type: integer apiVersions: - version: 2022-02-01-preview @@ -1282,7 +1282,7 @@ schemas: name: int32 description: Number of compute nodes which are leaving the amlCompute. protocol: {} - - &ref_118 + - &ref_116 type: integer apiVersions: - version: 2022-02-01-preview @@ -1296,7 +1296,7 @@ schemas: name: int32 description: Number of compute nodes which are in preempted state. protocol: {} - - &ref_128 + - &ref_126 type: integer apiVersions: - version: 2022-02-01-preview @@ -1309,7 +1309,7 @@ schemas: name: int32 description: Describes the port for connecting through SSH. protocol: {} - - &ref_178 + - &ref_176 type: integer apiVersions: - version: 2022-02-01-preview @@ -1323,7 +1323,7 @@ schemas: name: int32 description: The initial disk size in gigabytes. protocol: {} - - &ref_179 + - &ref_177 type: integer apiVersions: - version: 2022-02-01-preview @@ -1337,7 +1337,7 @@ schemas: name: int32 description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. protocol: {} - - &ref_233 + - &ref_229 type: integer apiVersions: - version: 2022-02-01-preview @@ -1350,7 +1350,7 @@ schemas: name: int32 description: Port open for ssh connections. protocol: {} - - &ref_234 + - &ref_230 type: integer apiVersions: - version: 2022-02-01-preview @@ -1363,7 +1363,7 @@ schemas: name: int32 description: Notebook server port open for ssh connections. protocol: {} - - &ref_201 + - &ref_198 type: integer apiVersions: - version: 2022-02-01-preview @@ -1376,7 +1376,7 @@ schemas: name: int32 description: Port open for ssh connections on the master node of the cluster. protocol: {} - - &ref_218 + - &ref_215 type: integer apiVersions: - version: 2022-02-01-preview @@ -1389,7 +1389,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_220 + - &ref_217 type: integer apiVersions: - version: 2022-02-01-preview @@ -1402,7 +1402,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_221 + - &ref_218 type: integer apiVersions: - version: 2022-02-01-preview @@ -1415,7 +1415,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_223 + - &ref_220 type: integer apiVersions: - version: 2022-02-01-preview @@ -1428,7 +1428,7 @@ schemas: name: int32 description: The number of compute nodes currently assigned to the compute. protocol: {} - - &ref_654 + - &ref_648 type: number apiVersions: - version: 2022-02-01-preview @@ -1442,7 +1442,7 @@ schemas: name: float32 description: Absolute distance allowed from the best performing run. protocol: {} - - &ref_655 + - &ref_649 type: number apiVersions: - version: 2022-02-01-preview @@ -1456,7 +1456,7 @@ schemas: name: float32 description: Ratio of the allowed distance from the best performing run. protocol: {} - - &ref_651 + - &ref_645 type: integer apiVersions: - version: 2022-02-01-preview @@ -1470,7 +1470,7 @@ schemas: name: int32 description: Number of intervals by which to delay the first evaluation. protocol: {} - - &ref_652 + - &ref_646 type: integer apiVersions: - version: 2022-02-01-preview @@ -1484,7 +1484,7 @@ schemas: name: int32 description: Interval (number of runs) between policy evaluations. protocol: {} - - &ref_624 + - &ref_618 type: number apiVersions: - version: 2022-02-01-preview @@ -1497,7 +1497,7 @@ schemas: name: float64 description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} - - &ref_640 + - &ref_634 type: number apiVersions: - version: 2022-02-01-preview @@ -1510,7 +1510,7 @@ schemas: name: float64 description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} - - &ref_733 + - &ref_727 type: number apiVersions: - version: 2022-02-01-preview @@ -1523,7 +1523,7 @@ schemas: name: float64 description: Exit score for the AutoML job. protocol: {} - - &ref_734 + - &ref_728 type: integer apiVersions: - version: 2022-02-01-preview @@ -1537,7 +1537,7 @@ schemas: name: int32 description: Maximum Concurrent iterations. protocol: {} - - &ref_735 + - &ref_729 type: integer apiVersions: - version: 2022-02-01-preview @@ -1551,7 +1551,7 @@ schemas: name: int32 description: Max cores per iteration. protocol: {} - - &ref_736 + - &ref_730 type: integer apiVersions: - version: 2022-02-01-preview @@ -1565,7 +1565,7 @@ schemas: name: int32 description: Number of iterations. protocol: {} - - &ref_745 + - &ref_739 type: number apiVersions: - version: 2022-02-01-preview @@ -1579,7 +1579,7 @@ schemas: name: float64 description: Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. protocol: {} - - &ref_693 + - &ref_687 type: integer apiVersions: - version: 2022-02-01-preview @@ -1592,7 +1592,7 @@ schemas: name: int32 description: '[Required] Forecast horizon value.' protocol: {} - - &ref_629 + - &ref_623 type: integer apiVersions: - version: 2022-02-01-preview @@ -1605,7 +1605,7 @@ schemas: name: int32 description: '[Required] N-Cross validations value.' protocol: {} - - &ref_703 + - &ref_697 type: integer apiVersions: - version: 2022-02-01-preview @@ -1618,7 +1618,7 @@ schemas: name: int32 description: '[Required] Seasonality value.' protocol: {} - - &ref_158 + - &ref_156 type: integer precision: 32 language: @@ -1629,7 +1629,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_722 + - &ref_716 type: integer apiVersions: - version: 2022-02-01-preview @@ -1642,7 +1642,7 @@ schemas: name: int32 description: '[Required] TargetRollingWindowSize value.' protocol: {} - - &ref_688 + - &ref_682 type: integer apiVersions: - version: 2022-02-01-preview @@ -1655,7 +1655,7 @@ schemas: name: int32 description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." protocol: {} - - &ref_517 + - &ref_511 type: integer apiVersions: - version: 2022-02-01-preview @@ -1668,7 +1668,7 @@ schemas: name: int32 description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - &ref_518 + - &ref_512 type: integer apiVersions: - version: 2022-02-01-preview @@ -1681,7 +1681,7 @@ schemas: name: int32 description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - &ref_519 + - &ref_513 type: integer apiVersions: - version: 2022-02-01-preview @@ -1694,7 +1694,7 @@ schemas: name: int32 description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - &ref_520 + - &ref_514 type: integer apiVersions: - version: 2022-02-01-preview @@ -1707,7 +1707,7 @@ schemas: name: int32 description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} - - &ref_526 + - &ref_520 type: number apiVersions: - version: 2022-02-01-preview @@ -1720,7 +1720,7 @@ schemas: name: float32 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_527 + - &ref_521 type: number apiVersions: - version: 2022-02-01-preview @@ -1733,7 +1733,7 @@ schemas: name: float32 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_530 + - &ref_524 type: integer apiVersions: - version: 2022-02-01-preview @@ -1746,7 +1746,7 @@ schemas: name: int32 description: Frequency to store model checkpoints. Must be a positive integer. protocol: {} - - &ref_534 + - &ref_528 type: integer apiVersions: - version: 2022-02-01-preview @@ -1759,7 +1759,7 @@ schemas: name: int32 description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." protocol: {} - - &ref_535 + - &ref_529 type: integer apiVersions: - version: 2022-02-01-preview @@ -1772,7 +1772,7 @@ schemas: name: int32 description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." protocol: {} - - &ref_537 + - &ref_531 type: integer apiVersions: - version: 2022-02-01-preview @@ -1785,7 +1785,7 @@ schemas: name: int32 description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - &ref_538 + - &ref_532 type: integer apiVersions: - version: 2022-02-01-preview @@ -1798,7 +1798,7 @@ schemas: name: int32 description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." protocol: {} - - &ref_539 + - &ref_533 type: integer apiVersions: - version: 2022-02-01-preview @@ -1811,7 +1811,7 @@ schemas: name: int32 description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_540 + - &ref_534 type: number apiVersions: - version: 2022-02-01-preview @@ -1824,7 +1824,7 @@ schemas: name: float32 description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - &ref_543 + - &ref_537 type: number apiVersions: - version: 2022-02-01-preview @@ -1837,7 +1837,7 @@ schemas: name: float32 description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - &ref_545 + - &ref_539 type: integer apiVersions: - version: 2022-02-01-preview @@ -1850,7 +1850,7 @@ schemas: name: int32 description: Number of training epochs. Must be a positive integer. protocol: {} - - &ref_546 + - &ref_540 type: integer apiVersions: - version: 2022-02-01-preview @@ -1863,7 +1863,7 @@ schemas: name: int32 description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - &ref_548 + - &ref_542 type: integer apiVersions: - version: 2022-02-01-preview @@ -1876,7 +1876,7 @@ schemas: name: int32 description: Random seed to be used when using deterministic training. protocol: {} - - &ref_549 + - &ref_543 type: number apiVersions: - version: 2022-02-01-preview @@ -1889,7 +1889,7 @@ schemas: name: float32 description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." protocol: {} - - &ref_550 + - &ref_544 type: number apiVersions: - version: 2022-02-01-preview @@ -1902,7 +1902,7 @@ schemas: name: float32 description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - &ref_551 + - &ref_545 type: integer apiVersions: - version: 2022-02-01-preview @@ -1915,7 +1915,7 @@ schemas: name: int32 description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - &ref_552 + - &ref_546 type: integer apiVersions: - version: 2022-02-01-preview @@ -1928,7 +1928,7 @@ schemas: name: int32 description: Training batch size. Must be a positive integer. protocol: {} - - &ref_553 + - &ref_547 type: integer apiVersions: - version: 2022-02-01-preview @@ -1941,7 +1941,7 @@ schemas: name: int32 description: Validation batch size. Must be a positive integer. protocol: {} - - &ref_554 + - &ref_548 type: number apiVersions: - version: 2022-02-01-preview @@ -1954,7 +1954,7 @@ schemas: name: float32 description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - &ref_555 + - &ref_549 type: integer apiVersions: - version: 2022-02-01-preview @@ -1967,7 +1967,7 @@ schemas: name: int32 description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - &ref_556 + - &ref_550 type: number apiVersions: - version: 2022-02-01-preview @@ -1980,7 +1980,7 @@ schemas: name: float32 description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} - - &ref_641 + - &ref_635 type: integer apiVersions: - version: 2022-02-01-preview @@ -1994,7 +1994,7 @@ schemas: name: int32 description: Maximum number of concurrent AutoML iterations. protocol: {} - - &ref_642 + - &ref_636 type: integer apiVersions: - version: 2022-02-01-preview @@ -2008,7 +2008,7 @@ schemas: name: int32 description: Maximum number of AutoML iterations. protocol: {} - - &ref_658 + - &ref_652 type: integer apiVersions: - version: 2022-02-01-preview @@ -2021,7 +2021,7 @@ schemas: name: int32 description: Maximum number of concurrent iterations for the underlying Sweep job. protocol: {} - - &ref_659 + - &ref_653 type: integer apiVersions: - version: 2022-02-01-preview @@ -2034,7 +2034,7 @@ schemas: name: int32 description: Maximum number of iterations for the underlying Sweep job. protocol: {} - - &ref_557 + - &ref_551 type: integer apiVersions: - version: 2022-02-01-preview @@ -2047,7 +2047,7 @@ schemas: name: int32 description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_558 + - &ref_552 type: number apiVersions: - version: 2022-02-01-preview @@ -2060,7 +2060,7 @@ schemas: name: float32 description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." protocol: {} - - &ref_559 + - &ref_553 type: integer apiVersions: - version: 2022-02-01-preview @@ -2073,7 +2073,7 @@ schemas: name: int32 description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_560 + - &ref_554 type: integer apiVersions: - version: 2022-02-01-preview @@ -2086,7 +2086,7 @@ schemas: name: int32 description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_561 + - &ref_555 type: integer apiVersions: - version: 2022-02-01-preview @@ -2099,7 +2099,7 @@ schemas: name: int32 description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_564 + - &ref_558 type: number apiVersions: - version: 2022-02-01-preview @@ -2112,7 +2112,7 @@ schemas: name: float32 description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. protocol: {} - - &ref_566 + - &ref_560 type: number apiVersions: - version: 2022-02-01-preview @@ -2125,7 +2125,7 @@ schemas: name: float32 description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_567 + - &ref_561 type: number apiVersions: - version: 2022-02-01-preview @@ -2138,7 +2138,7 @@ schemas: name: float32 description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_568 + - &ref_562 type: number apiVersions: - version: 2022-02-01-preview @@ -2151,7 +2151,7 @@ schemas: name: float32 description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - &ref_762 + - &ref_756 type: integer apiVersions: - version: 2022-02-01-preview @@ -2168,7 +2168,7 @@ schemas: name: int32 description: Number of processes per MPI node. protocol: {} - - &ref_679 + - &ref_673 type: integer apiVersions: - version: 2022-02-01-preview @@ -2182,7 +2182,7 @@ schemas: name: int32 description: Maximum Concurrent AutoML iterations. protocol: {} - - &ref_680 + - &ref_674 type: integer apiVersions: - version: 2022-02-01-preview @@ -2196,7 +2196,7 @@ schemas: name: int32 description: Number of AutoML iterations. protocol: {} - - &ref_755 + - &ref_749 type: integer apiVersions: - version: 2022-02-01-preview @@ -2209,7 +2209,7 @@ schemas: name: int32 description: Number of processes per node. protocol: {} - - &ref_790 + - &ref_784 type: integer apiVersions: - version: 2022-02-01-preview @@ -2222,7 +2222,7 @@ schemas: name: int32 description: An optional integer to use as the seed for random number generation protocol: {} - - &ref_157 + - &ref_155 type: integer apiVersions: - version: 2022-02-01-preview @@ -2235,7 +2235,7 @@ schemas: name: int32 description: '[Required] Specifies schedule interval in conjunction with frequency' protocol: {} - - &ref_773 + - &ref_767 type: integer apiVersions: - version: 2022-02-01-preview @@ -2248,7 +2248,7 @@ schemas: name: int32 description: Sweep Job max concurrent trials. protocol: {} - - &ref_774 + - &ref_768 type: integer apiVersions: - version: 2022-02-01-preview @@ -2261,7 +2261,7 @@ schemas: name: int32 description: Sweep Job max total trials. protocol: {} - - &ref_339 + - &ref_333 type: integer apiVersions: - version: 2022-02-01-preview @@ -2275,7 +2275,7 @@ schemas: name: int32 description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. protocol: {} - - &ref_340 + - &ref_334 type: integer apiVersions: - version: 2022-02-01-preview @@ -2289,7 +2289,7 @@ schemas: name: int32 description: The minimum number of instances to always be present. protocol: {} - - &ref_342 + - &ref_336 type: integer apiVersions: - version: 2022-02-01-preview @@ -2303,7 +2303,7 @@ schemas: name: int32 description: Target CPU usage for the autoscaler. protocol: {} - - &ref_756 + - &ref_750 type: integer apiVersions: - version: 2022-02-01-preview @@ -2321,7 +2321,7 @@ schemas: name: int32 description: Number of parameter server tasks. protocol: {} - - &ref_757 + - &ref_751 type: integer apiVersions: - version: 2022-02-01-preview @@ -2338,7 +2338,7 @@ schemas: name: int32 description: Number of workers. If not specified, will default to the instance count. protocol: {} - - &ref_647 + - &ref_641 type: integer apiVersions: - version: 2022-02-01-preview @@ -2363,7 +2363,7 @@ schemas: name: string description: simple string protocol: {} - - &ref_56 + - &ref_55 type: string apiVersions: - version: 2022-02-01-preview @@ -2375,7 +2375,7 @@ schemas: name: string description: 'Operation name: {provider}/{resource}/{operation}' protocol: {} - - &ref_57 + - &ref_56 type: string apiVersions: - version: 2022-02-01-preview @@ -2387,7 +2387,7 @@ schemas: name: string description: 'The resource provider name: Microsoft.MachineLearningExperimentation' protocol: {} - - &ref_58 + - &ref_57 type: string apiVersions: - version: 2022-02-01-preview @@ -2399,7 +2399,7 @@ schemas: name: string description: The resource on which the operation is performed. protocol: {} - - &ref_59 + - &ref_58 type: string apiVersions: - version: 2022-02-01-preview @@ -2411,7 +2411,7 @@ schemas: name: string description: The operation that users can perform. protocol: {} - - &ref_60 + - &ref_59 type: string apiVersions: - version: 2022-02-01-preview @@ -2423,7 +2423,7 @@ schemas: name: string description: The description for the operation. protocol: {} - - &ref_65 + - &ref_63 type: string apiVersions: - version: '3.0' @@ -2435,7 +2435,7 @@ schemas: name: string description: The error code. protocol: {} - - &ref_66 + - &ref_64 type: string apiVersions: - version: '3.0' @@ -2447,7 +2447,7 @@ schemas: name: string description: The error message. protocol: {} - - &ref_67 + - &ref_65 type: string apiVersions: - version: '3.0' @@ -2459,7 +2459,7 @@ schemas: name: string description: The error target. protocol: {} - - &ref_69 + - &ref_67 type: string apiVersions: - version: '3.0' @@ -2471,7 +2471,7 @@ schemas: name: string description: The additional info type. protocol: {} - - &ref_1287 + - &ref_1280 type: string apiVersions: - version: '3.0' @@ -2484,7 +2484,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1299 + - &ref_1292 type: string apiVersions: - version: '3.0' @@ -2512,7 +2512,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_869 + - &ref_863 type: string apiVersions: - version: 2022-02-01-preview @@ -2524,7 +2524,7 @@ schemas: name: string description: The immutable id associated with this workspace. protocol: {} - - &ref_870 + - &ref_864 type: string apiVersions: - version: 2022-02-01-preview @@ -2536,7 +2536,7 @@ schemas: name: string description: The description of this workspace. protocol: {} - - &ref_871 + - &ref_865 type: string apiVersions: - version: 2022-02-01-preview @@ -2548,7 +2548,7 @@ schemas: name: string description: The friendly name for this workspace. This name in mutable protocol: {} - - &ref_872 + - &ref_866 type: string apiVersions: - version: 2022-02-01-preview @@ -2560,7 +2560,7 @@ schemas: name: string description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - &ref_873 + - &ref_867 type: string apiVersions: - version: 2022-02-01-preview @@ -2572,7 +2572,7 @@ schemas: name: string description: ARM id of the application insights associated with this workspace. protocol: {} - - &ref_874 + - &ref_868 type: string apiVersions: - version: 2022-02-01-preview @@ -2584,7 +2584,7 @@ schemas: name: string description: ARM id of the container registry associated with this workspace. protocol: {} - - &ref_875 + - &ref_869 type: string apiVersions: - version: 2022-02-01-preview @@ -2596,7 +2596,7 @@ schemas: name: string description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - &ref_876 + - &ref_870 type: string apiVersions: - version: 2022-02-01-preview @@ -2608,7 +2608,7 @@ schemas: name: string description: Url for the discovery service to identify regional endpoints for machine learning experimentation services protocol: {} - - &ref_878 + - &ref_872 type: string apiVersions: - version: 2022-02-01-preview @@ -2620,7 +2620,7 @@ schemas: name: string description: The ArmId of the user assigned identity that will be used to access the customer managed key vault protocol: {} - - &ref_879 + - &ref_873 type: string apiVersions: - version: 2022-02-01-preview @@ -2632,7 +2632,7 @@ schemas: name: string description: The ArmId of the keyVault where the customer owned encryption key is present. protocol: {} - - &ref_880 + - &ref_874 type: string apiVersions: - version: 2022-02-01-preview @@ -2644,7 +2644,7 @@ schemas: name: string description: Key vault uri to access the encryption key. protocol: {} - - &ref_881 + - &ref_875 type: string apiVersions: - version: 2022-02-01-preview @@ -2656,7 +2656,7 @@ schemas: name: string description: For future use - The client id of the identity which will be used to access key vault. protocol: {} - - &ref_883 + - &ref_877 type: string apiVersions: - version: 2022-02-01-preview @@ -2668,7 +2668,7 @@ schemas: name: string description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace protocol: {} - - &ref_885 + - &ref_879 type: string apiVersions: - version: 2022-02-01-preview @@ -2680,7 +2680,7 @@ schemas: name: string description: The compute name for image build protocol: {} - - &ref_72 + - &ref_70 type: string apiVersions: - version: 2022-02-01-preview @@ -2692,7 +2692,7 @@ schemas: name: string description: The ARM identifier for Private Endpoint protocol: {} - - &ref_73 + - &ref_71 type: string apiVersions: - version: 2022-02-01-preview @@ -2704,7 +2704,7 @@ schemas: name: string description: The ARM identifier for Subnet resource that private endpoint links to protocol: {} - - &ref_75 + - &ref_73 type: string apiVersions: - version: 2022-02-01-preview @@ -2716,7 +2716,7 @@ schemas: name: string description: The reason for approval/rejection of the connection. protocol: {} - - &ref_76 + - &ref_74 type: string apiVersions: - version: 2022-02-01-preview @@ -2728,7 +2728,7 @@ schemas: name: string description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - - &ref_82 + - &ref_80 type: string apiVersions: - version: 2022-02-01-preview @@ -2740,7 +2740,7 @@ schemas: name: string description: Specifies the location of the resource. protocol: {} - - &ref_84 + - &ref_82 type: string apiVersions: - version: '3.0' @@ -2752,7 +2752,7 @@ schemas: name: string description: The name of the SKU. Ex - P3. It is typically a letter+number code protocol: {} - - &ref_86 + - &ref_84 type: string apiVersions: - version: '3.0' @@ -2764,7 +2764,7 @@ schemas: name: string description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' protocol: {} - - &ref_87 + - &ref_85 type: string apiVersions: - version: '3.0' @@ -2776,7 +2776,7 @@ schemas: name: string description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - &ref_861 + - &ref_855 type: string apiVersions: - version: '3.0' @@ -2788,7 +2788,7 @@ schemas: name: string description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - - &ref_862 + - &ref_856 type: string apiVersions: - version: '3.0' @@ -2800,7 +2800,7 @@ schemas: name: string description: The name of the resource protocol: {} - - &ref_863 + - &ref_857 type: string apiVersions: - version: '3.0' @@ -2812,7 +2812,7 @@ schemas: name: string description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - - &ref_864 + - &ref_858 type: string apiVersions: - version: '3.0' @@ -2824,7 +2824,7 @@ schemas: name: string description: The identity that created the resource. protocol: {} - - &ref_867 + - &ref_861 type: string apiVersions: - version: '3.0' @@ -2836,7 +2836,7 @@ schemas: name: string description: The identity that last modified the resource. protocol: {} - - &ref_888 + - &ref_882 type: string apiVersions: - version: 2022-02-01-preview @@ -2848,7 +2848,7 @@ schemas: name: string description: Unique name of the private link. protocol: {} - - &ref_889 + - &ref_883 type: string apiVersions: - version: 2022-02-01-preview @@ -2860,7 +2860,7 @@ schemas: name: string description: The resource id that private link links to. protocol: {} - - &ref_890 + - &ref_884 type: string apiVersions: - version: 2022-02-01-preview @@ -2872,7 +2872,7 @@ schemas: name: string description: The private link resource group id. protocol: {} - - &ref_891 + - &ref_885 type: string apiVersions: - version: 2022-02-01-preview @@ -2884,7 +2884,7 @@ schemas: name: string description: Request message. protocol: {} - - &ref_892 + - &ref_886 type: string apiVersions: - version: 2022-02-01-preview @@ -2896,7 +2896,7 @@ schemas: name: string description: '' protocol: {} - - &ref_893 + - &ref_887 type: string apiVersions: - version: 2022-02-01-preview @@ -2908,7 +2908,7 @@ schemas: name: string description: the data plane resourceId that used to initialize notebook component protocol: {} - - &ref_894 + - &ref_888 type: string apiVersions: - version: 2022-02-01-preview @@ -2920,7 +2920,7 @@ schemas: name: string description: '' protocol: {} - - &ref_897 + - &ref_891 type: string apiVersions: - version: 2022-02-01-preview @@ -2932,7 +2932,7 @@ schemas: name: string description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - &ref_898 + - &ref_892 type: string apiVersions: - version: 2022-02-01-preview @@ -2944,7 +2944,7 @@ schemas: name: string description: The tenant id associated with this workspace. protocol: {} - - &ref_900 + - &ref_894 type: string apiVersions: - version: 2022-02-01-preview @@ -2956,7 +2956,7 @@ schemas: name: string description: The URI associated with this workspace that machine learning flow must point at to set up tracking. protocol: {} - - &ref_901 + - &ref_895 type: string apiVersions: - version: 2022-02-01-preview @@ -2968,7 +2968,7 @@ schemas: name: string description: Specifies the location of the resource. protocol: {} - - &ref_919 + - &ref_913 type: string apiVersions: - version: 2022-02-01-preview @@ -2980,7 +2980,7 @@ schemas: name: string description: The description of this workspace. protocol: {} - - &ref_920 + - &ref_914 type: string apiVersions: - version: 2022-02-01-preview @@ -2992,7 +2992,7 @@ schemas: name: string description: The friendly name for this workspace. protocol: {} - - &ref_921 + - &ref_915 type: string apiVersions: - version: 2022-02-01-preview @@ -3004,7 +3004,7 @@ schemas: name: string description: The compute name for image build protocol: {} - - &ref_922 + - &ref_916 type: string apiVersions: - version: 2022-02-01-preview @@ -3016,7 +3016,7 @@ schemas: name: string description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - &ref_923 + - &ref_917 type: string apiVersions: - version: 2022-02-01-preview @@ -3028,7 +3028,7 @@ schemas: name: string description: ARM id of the application insights associated with this workspace. protocol: {} - - &ref_924 + - &ref_918 type: string apiVersions: - version: 2022-02-01-preview @@ -3040,7 +3040,7 @@ schemas: name: string description: ARM id of the container registry associated with this workspace. protocol: {} - - &ref_926 + - &ref_920 type: string apiVersions: - version: 2022-02-01-preview @@ -3052,7 +3052,7 @@ schemas: name: string description: The URI that can be used to request the next list of machine learning workspaces. protocol: {} - - &ref_937 + - &ref_931 type: string apiVersions: - version: 2022-02-01-preview @@ -3064,7 +3064,7 @@ schemas: name: string description: Code for workspace setup error protocol: {} - - &ref_939 + - &ref_933 type: string apiVersions: - version: 2022-02-01-preview @@ -3076,7 +3076,7 @@ schemas: name: string description: Message of workspace setup error protocol: {} - - &ref_943 + - &ref_936 type: string apiVersions: - version: 2022-02-01-preview @@ -3090,7 +3090,7 @@ schemas: name: string description: '' protocol: {} - - &ref_944 + - &ref_937 type: string apiVersions: - version: 2022-02-01-preview @@ -3102,7 +3102,7 @@ schemas: name: string description: '' protocol: {} - - &ref_945 + - &ref_938 type: string apiVersions: - version: 2022-02-01-preview @@ -3116,7 +3116,7 @@ schemas: name: string description: '' protocol: {} - - &ref_946 + - &ref_939 type: string apiVersions: - version: 2022-02-01-preview @@ -3128,7 +3128,7 @@ schemas: name: string description: '' protocol: {} - - &ref_947 + - &ref_940 type: string apiVersions: - version: 2022-02-01-preview @@ -3140,7 +3140,7 @@ schemas: name: string description: '' protocol: {} - - &ref_948 + - &ref_941 type: string apiVersions: - version: 2022-02-01-preview @@ -3152,7 +3152,7 @@ schemas: name: string description: '' protocol: {} - - &ref_949 + - &ref_942 type: string apiVersions: - version: 2022-02-01-preview @@ -3164,7 +3164,7 @@ schemas: name: string description: '' protocol: {} - - &ref_950 + - &ref_943 type: string apiVersions: - version: 2022-02-01-preview @@ -3178,7 +3178,7 @@ schemas: name: string description: '' protocol: {} - - &ref_951 + - &ref_944 type: string apiVersions: - version: 2022-02-01-preview @@ -3192,7 +3192,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1423 + - &ref_1416 type: string apiVersions: - version: 2022-02-01-preview @@ -3205,7 +3205,7 @@ schemas: name: string description: '' protocol: {} - - &ref_955 + - &ref_948 type: string apiVersions: - version: 2022-02-01-preview @@ -3217,7 +3217,7 @@ schemas: name: string description: Specifies the resource ID. protocol: {} - - &ref_956 + - &ref_949 type: string apiVersions: - version: 2022-02-01-preview @@ -3229,7 +3229,7 @@ schemas: name: string description: Region of the AML workspace in the id. protocol: {} - - &ref_957 + - &ref_950 type: string apiVersions: - version: 2022-02-01-preview @@ -3241,7 +3241,7 @@ schemas: name: string description: Specifies the resource type. protocol: {} - - &ref_961 + - &ref_954 type: string apiVersions: - version: 2022-02-01-preview @@ -3253,7 +3253,7 @@ schemas: name: string description: The name of the resource. protocol: {} - - &ref_962 + - &ref_955 type: string apiVersions: - version: 2022-02-01-preview @@ -3265,7 +3265,7 @@ schemas: name: string description: The localized name of the resource. protocol: {} - - &ref_963 + - &ref_956 type: string apiVersions: - version: 2022-02-01-preview @@ -3277,7 +3277,7 @@ schemas: name: string description: The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. protocol: {} - - &ref_966 + - &ref_959 type: string apiVersions: - version: 2022-02-01-preview @@ -3290,7 +3290,7 @@ schemas: name: string description: The name of the virtual machine size. protocol: {} - - &ref_967 + - &ref_960 type: string apiVersions: - version: 2022-02-01-preview @@ -3303,7 +3303,7 @@ schemas: name: string description: The family name of the virtual machine size. protocol: {} - - &ref_980 + - &ref_973 type: string apiVersions: - version: 2022-02-01-preview @@ -3315,7 +3315,7 @@ schemas: name: string description: '' protocol: {} - - &ref_984 + - &ref_977 type: string apiVersions: - version: 2022-02-01-preview @@ -3327,7 +3327,7 @@ schemas: name: string description: Specifies the resource ID. protocol: {} - - &ref_985 + - &ref_978 type: string apiVersions: - version: 2022-02-01-preview @@ -3339,7 +3339,7 @@ schemas: name: string description: Specifies the resource type. protocol: {} - - &ref_988 + - &ref_981 type: string apiVersions: - version: 2022-02-01-preview @@ -3351,7 +3351,7 @@ schemas: name: string description: Region of workspace quota to be updated. protocol: {} - - &ref_990 + - &ref_983 type: string apiVersions: - version: 2022-02-01-preview @@ -3363,7 +3363,7 @@ schemas: name: string description: Specifies the resource ID. protocol: {} - - &ref_991 + - &ref_984 type: string apiVersions: - version: 2022-02-01-preview @@ -3375,7 +3375,7 @@ schemas: name: string description: Specifies the resource type. protocol: {} - - &ref_994 + - &ref_987 type: string apiVersions: - version: 2022-02-01-preview @@ -3387,7 +3387,7 @@ schemas: name: string description: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. protocol: {} - - &ref_996 + - &ref_989 type: string apiVersions: - version: 2022-02-01-preview @@ -3399,7 +3399,7 @@ schemas: name: string description: Specifies the resource ID. protocol: {} - - &ref_997 + - &ref_990 type: string apiVersions: - version: 2022-02-01-preview @@ -3411,7 +3411,7 @@ schemas: name: string description: Region of the AML workspace in the id. protocol: {} - - &ref_998 + - &ref_991 type: string apiVersions: - version: 2022-02-01-preview @@ -3423,7 +3423,7 @@ schemas: name: string description: Specifies the resource type. protocol: {} - - &ref_999 + - &ref_992 type: string apiVersions: - version: 2022-02-01-preview @@ -3435,7 +3435,7 @@ schemas: name: string description: The name of the resource. protocol: {} - - &ref_1000 + - &ref_993 type: string apiVersions: - version: 2022-02-01-preview @@ -3447,7 +3447,7 @@ schemas: name: string description: The localized name of the resource. protocol: {} - - &ref_1002 + - &ref_995 type: string apiVersions: - version: 2022-02-01-preview @@ -3459,7 +3459,7 @@ schemas: name: string description: The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. protocol: {} - - &ref_277 + - &ref_271 type: string apiVersions: - version: 2022-02-01-preview @@ -3485,7 +3485,7 @@ schemas: description: '' header: Azure-AsyncOperation protocol: {} - - &ref_244 + - &ref_239 type: string apiVersions: - version: 2022-02-01-preview @@ -3497,7 +3497,7 @@ schemas: name: string description: Location for the underlying compute protocol: {} - - &ref_246 + - &ref_241 type: string apiVersions: - version: 2022-02-01-preview @@ -3509,7 +3509,7 @@ schemas: name: string description: The description of the Machine Learning compute. protocol: {} - - &ref_249 + - &ref_244 type: string apiVersions: - version: 2022-02-01-preview @@ -3521,7 +3521,7 @@ schemas: name: string description: ARM resource id of the underlying compute protocol: {} - - &ref_1005 + - &ref_998 type: string apiVersions: - version: 2022-02-01-preview @@ -3533,7 +3533,7 @@ schemas: name: string description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_1503 + - &ref_1496 type: string apiVersions: - version: 2022-02-01-preview @@ -3547,7 +3547,7 @@ schemas: description: '' header: Azure-AsyncOperation protocol: {} - - &ref_1504 + - &ref_1497 type: string apiVersions: - version: 2022-02-01-preview @@ -3561,7 +3561,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1009 + - &ref_1002 type: string apiVersions: - version: 2022-02-01-preview @@ -3574,7 +3574,7 @@ schemas: name: string description: ID of the compute node. protocol: {} - - &ref_1010 + - &ref_1003 type: string apiVersions: - version: 2022-02-01-preview @@ -3587,7 +3587,7 @@ schemas: name: string description: Private IP address of the compute node. protocol: {} - - &ref_1011 + - &ref_1004 type: string apiVersions: - version: 2022-02-01-preview @@ -3600,7 +3600,7 @@ schemas: name: string description: Public IP address of the compute node. protocol: {} - - &ref_1014 + - &ref_1007 type: string apiVersions: - version: 2022-02-01-preview @@ -3613,7 +3613,7 @@ schemas: name: string description: ID of the Experiment running on the node, if any else null. protocol: {} - - &ref_1015 + - &ref_1008 type: string apiVersions: - version: 2022-02-01-preview @@ -3625,7 +3625,7 @@ schemas: name: string description: The continuation token. protocol: {} - - &ref_1017 + - &ref_1010 type: string apiVersions: - version: 2022-02-01-preview @@ -3637,7 +3637,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1018 + - &ref_1011 type: string apiVersions: - version: 2022-02-01-preview @@ -3649,7 +3649,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1019 + - &ref_1012 type: string apiVersions: - version: 2022-02-01-preview @@ -3661,7 +3661,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1020 + - &ref_1013 type: string apiVersions: - version: 2022-02-01-preview @@ -3675,7 +3675,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1021 + - &ref_1014 type: string apiVersions: - version: 2022-02-01-preview @@ -3687,7 +3687,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1023 + - &ref_1016 type: string apiVersions: - version: 2022-02-01-preview @@ -3701,7 +3701,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1024 + - &ref_1017 type: string apiVersions: - version: 2022-02-01-preview @@ -3727,7 +3727,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_280 + - &ref_274 type: string apiVersions: - version: 2022-02-01-preview @@ -3739,7 +3739,7 @@ schemas: name: string description: The private link resource group id. protocol: {} - - &ref_281 + - &ref_275 type: string apiVersions: - version: 2022-02-01-preview @@ -3751,7 +3751,7 @@ schemas: name: string description: '' protocol: {} - - &ref_282 + - &ref_276 type: string apiVersions: - version: 2022-02-01-preview @@ -3763,7 +3763,7 @@ schemas: name: string description: '' protocol: {} - - &ref_283 + - &ref_277 type: string apiVersions: - version: 2022-02-01-preview @@ -3775,7 +3775,7 @@ schemas: name: string description: Specifies the location of the resource. protocol: {} - - &ref_1038 + - &ref_1031 type: string apiVersions: - version: 2022-02-01-preview @@ -3789,7 +3789,7 @@ schemas: name: string description: '' protocol: {} - - &ref_285 + - &ref_279 type: string apiVersions: - version: 2022-02-01-preview @@ -3801,7 +3801,7 @@ schemas: name: string description: Category of the workspace connection. protocol: {} - - &ref_286 + - &ref_280 type: string apiVersions: - version: 2022-02-01-preview @@ -3813,7 +3813,7 @@ schemas: name: string description: Target of the workspace connection. protocol: {} - - &ref_287 + - &ref_281 type: string apiVersions: - version: 2022-02-01-preview @@ -3825,7 +3825,7 @@ schemas: name: string description: Authorization type of the workspace connection. protocol: {} - - &ref_288 + - &ref_282 type: string apiVersions: - version: 2022-02-01-preview @@ -3837,7 +3837,7 @@ schemas: name: string description: Value details of the workspace connection. protocol: {} - - &ref_1039 + - &ref_1032 type: string apiVersions: - version: 2022-02-01-preview @@ -3849,7 +3849,7 @@ schemas: name: string description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_1041 + - &ref_1034 type: string apiVersions: - version: 2022-02-01-preview @@ -3861,7 +3861,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1042 + - &ref_1035 type: string apiVersions: - version: 2022-02-01-preview @@ -3873,7 +3873,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1048 + - &ref_1041 type: string apiVersions: - version: 2022-02-01-preview @@ -3885,7 +3885,7 @@ schemas: name: string description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. protocol: {} - - &ref_291 + - &ref_285 type: string apiVersions: - version: 2022-02-01-preview @@ -3897,7 +3897,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_307 + - &ref_301 type: string apiVersions: - version: 2022-02-01-preview @@ -3909,7 +3909,7 @@ schemas: name: string description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." protocol: {} - - &ref_301 + - &ref_295 type: string apiVersions: - version: 2022-02-01-preview @@ -3921,7 +3921,7 @@ schemas: name: string description: Description of the inference endpoint. protocol: {} - - &ref_302 + - &ref_296 type: string apiVersions: - version: 2022-02-01-preview @@ -3937,7 +3937,7 @@ schemas: name: string description: The primary key. protocol: {} - - &ref_303 + - &ref_297 type: string apiVersions: - version: 2022-02-01-preview @@ -3953,7 +3953,7 @@ schemas: name: string description: The secondary key. protocol: {} - - &ref_305 + - &ref_299 type: string apiVersions: - version: 2022-02-01-preview @@ -3968,7 +3968,7 @@ schemas: name: string description: Endpoint URI. protocol: {} - - &ref_306 + - &ref_300 type: string apiVersions: - version: 2022-02-01-preview @@ -3995,7 +3995,7 @@ schemas: name: string description: '' protocol: {} - - &ref_391 + - &ref_385 type: string apiVersions: - version: '3.0' @@ -4025,7 +4025,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1658 + - &ref_1651 type: string apiVersions: - version: 2022-02-01-preview @@ -4038,7 +4038,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1052 + - &ref_1045 type: string apiVersions: - version: 2022-02-01-preview @@ -4050,7 +4050,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1053 + - &ref_1046 type: string apiVersions: - version: 2022-02-01-preview @@ -4062,7 +4062,7 @@ schemas: name: string description: The geo-location where the resource lives. protocol: {} - - &ref_1055 + - &ref_1048 type: string apiVersions: - version: 2022-02-01-preview @@ -4074,7 +4074,7 @@ schemas: name: string description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - &ref_1056 + - &ref_1049 type: string apiVersions: - version: 2022-02-01-preview @@ -4086,7 +4086,7 @@ schemas: name: string description: The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - &ref_1057 + - &ref_1050 type: string apiVersions: - version: 2022-02-01-preview @@ -4098,7 +4098,7 @@ schemas: name: string description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - &ref_1680 + - &ref_1673 type: string apiVersions: - version: 2022-02-01-preview @@ -4126,7 +4126,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1062 + - &ref_1055 type: string apiVersions: - version: 2022-02-01-preview @@ -4138,7 +4138,7 @@ schemas: name: string description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. protocol: {} - - &ref_308 + - &ref_302 type: string apiVersions: - version: 2022-02-01-preview @@ -4150,7 +4150,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_354 + - &ref_348 type: string apiVersions: - version: 2022-02-01-preview @@ -4162,7 +4162,7 @@ schemas: name: string description: Compute target for batch inference operation. protocol: {} - - &ref_374 + - &ref_368 type: string apiVersions: - version: 2022-02-01-preview @@ -4175,7 +4175,7 @@ schemas: name: string description: Customized output file name for append_row output action. protocol: {} - - &ref_376 + - &ref_370 type: string apiVersions: - version: 2022-02-01-preview @@ -4191,7 +4191,7 @@ schemas: name: string description: Optional type of VM used as supported by the compute target. protocol: {} - - &ref_348 + - &ref_342 type: string apiVersions: - version: 2022-02-01-preview @@ -4207,7 +4207,7 @@ schemas: name: string description: ARM resource ID of the code asset. protocol: {} - - &ref_349 + - &ref_343 type: string apiVersions: - version: 2022-02-01-preview @@ -4225,7 +4225,7 @@ schemas: name: string description: '[Required] The script to execute on startup. eg. "score.py"' protocol: {} - - &ref_350 + - &ref_344 type: string apiVersions: - version: 2022-02-01-preview @@ -4237,7 +4237,7 @@ schemas: name: string description: Description of the endpoint deployment. protocol: {} - - &ref_351 + - &ref_345 type: string apiVersions: - version: 2022-02-01-preview @@ -4263,7 +4263,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1065 + - &ref_1058 type: string apiVersions: - version: 2022-02-01-preview @@ -4275,7 +4275,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1066 + - &ref_1059 type: string apiVersions: - version: 2022-02-01-preview @@ -4287,7 +4287,7 @@ schemas: name: string description: The geo-location where the resource lives. protocol: {} - - &ref_1067 + - &ref_1060 type: string apiVersions: - version: 2022-02-01-preview @@ -4303,7 +4303,7 @@ schemas: name: string description: ARM resource ID of the code asset. protocol: {} - - &ref_1068 + - &ref_1061 type: string apiVersions: - version: 2022-02-01-preview @@ -4320,7 +4320,7 @@ schemas: name: string description: The script to execute on startup. eg. "score.py" protocol: {} - - &ref_1069 + - &ref_1062 type: string apiVersions: - version: 2022-02-01-preview @@ -4332,7 +4332,7 @@ schemas: name: string description: Compute binding definition. protocol: {} - - &ref_1070 + - &ref_1063 type: string apiVersions: - version: 2022-02-01-preview @@ -4344,7 +4344,7 @@ schemas: name: string description: Description of the endpoint deployment. protocol: {} - - &ref_1071 + - &ref_1064 type: string apiVersions: - version: 2022-02-01-preview @@ -4356,7 +4356,7 @@ schemas: name: string description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - &ref_1089 + - &ref_1082 type: string apiVersions: - version: 2022-02-01-preview @@ -4368,7 +4368,7 @@ schemas: name: string description: Customized output file name for append_row output action. protocol: {} - - &ref_1752 + - &ref_1745 type: string apiVersions: - version: 2022-02-01-preview @@ -4396,7 +4396,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1097 + - &ref_1090 type: string apiVersions: - version: 2022-02-01-preview @@ -4408,7 +4408,7 @@ schemas: name: string description: The link to the next page of CodeContainer objects. If null, there are no additional pages. protocol: {} - - &ref_832 + - &ref_826 type: string apiVersions: - version: 2022-02-01-preview @@ -4423,7 +4423,7 @@ schemas: name: string description: The latest version inside this container. protocol: {} - - &ref_833 + - &ref_827 type: string apiVersions: - version: 2022-02-01-preview @@ -4438,7 +4438,7 @@ schemas: name: string description: The next auto incremental version protocol: {} - - &ref_825 + - &ref_819 type: string apiVersions: - version: 2022-02-01-preview @@ -4450,7 +4450,7 @@ schemas: name: string description: The asset description text. protocol: {} - - &ref_1098 + - &ref_1091 type: string apiVersions: - version: 2022-02-01-preview @@ -4462,7 +4462,7 @@ schemas: name: string description: The link to the next page of CodeVersion objects. If null, there are no additional pages. protocol: {} - - &ref_396 + - &ref_390 type: string apiVersions: - version: 2022-02-01-preview @@ -4474,7 +4474,7 @@ schemas: name: string description: Uri where code is located protocol: {} - - &ref_1099 + - &ref_1092 type: string apiVersions: - version: 2022-02-01-preview @@ -4486,7 +4486,7 @@ schemas: name: string description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1100 + - &ref_1093 type: string apiVersions: - version: 2022-02-01-preview @@ -4498,7 +4498,7 @@ schemas: name: string description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. protocol: {} - - &ref_1101 + - &ref_1094 type: string apiVersions: - version: 2022-02-01-preview @@ -4510,7 +4510,7 @@ schemas: name: string description: The link to the next page of DataContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1102 + - &ref_1095 type: string apiVersions: - version: 2022-02-01-preview @@ -4522,7 +4522,7 @@ schemas: name: string description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. protocol: {} - - &ref_404 + - &ref_398 type: string apiVersions: - version: 2022-02-01-preview @@ -4539,7 +4539,7 @@ schemas: name: string description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' protocol: {} - - &ref_1248 + - &ref_1241 type: string apiVersions: - version: 2022-02-01-preview @@ -4551,7 +4551,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1103 + - &ref_1096 type: string apiVersions: - version: 2022-02-01-preview @@ -4563,7 +4563,7 @@ schemas: name: string description: The link to the next page of Datastore objects. If null, there are no additional pages. protocol: {} - - &ref_1104 + - &ref_1097 type: string apiVersions: - version: 2022-02-01-preview @@ -4575,7 +4575,7 @@ schemas: name: string description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1105 + - &ref_1098 type: string apiVersions: - version: 2022-02-01-preview @@ -4587,7 +4587,7 @@ schemas: name: string description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. protocol: {} - - &ref_405 + - &ref_399 type: string apiVersions: - version: 2022-02-01-preview @@ -4604,7 +4604,7 @@ schemas: name: string description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" protocol: {} - - &ref_406 + - &ref_400 type: string apiVersions: - version: 2022-02-01-preview @@ -4621,7 +4621,7 @@ schemas: name: string description: "Path to the Dockerfile in the build context.\r\n" protocol: {} - - &ref_407 + - &ref_401 type: string apiVersions: - version: 2022-02-01-preview @@ -4637,7 +4637,7 @@ schemas: name: string description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" protocol: {} - - &ref_409 + - &ref_403 type: string apiVersions: - version: 2022-02-01-preview @@ -4653,7 +4653,7 @@ schemas: name: string description: "Name of the image that will be used for the environment.\r\n" protocol: {} - - &ref_410 + - &ref_404 type: string apiVersions: - version: 2022-02-01-preview @@ -4666,7 +4666,7 @@ schemas: name: string description: '[Required] The path for the route.' protocol: {} - - &ref_1108 + - &ref_1101 type: string apiVersions: - version: 2022-02-01-preview @@ -4678,7 +4678,7 @@ schemas: name: string description: The link to the next page of JobBase objects. If null, there are no additional pages. protocol: {} - - &ref_806 + - &ref_800 type: string apiVersions: - version: 2022-02-01-preview @@ -4694,7 +4694,7 @@ schemas: name: string description: ARM resource ID of the compute resource. protocol: {} - - &ref_807 + - &ref_801 type: string apiVersions: - version: 2022-02-01-preview @@ -4710,7 +4710,7 @@ schemas: name: string description: Display name of job. protocol: {} - - &ref_808 + - &ref_802 type: string apiVersions: - version: 2022-02-01-preview @@ -4727,7 +4727,7 @@ schemas: name: string description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. protocol: {} - - &ref_166 + - &ref_164 type: string apiVersions: - version: 2022-02-01-preview @@ -4816,7 +4816,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1110 + - &ref_1103 type: string apiVersions: - version: 2022-02-01-preview @@ -4828,7 +4828,7 @@ schemas: name: string description: The link to the next page of ModelContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1111 + - &ref_1104 type: string apiVersions: - version: 2022-02-01-preview @@ -4840,7 +4840,7 @@ schemas: name: string description: The link to the next page of ModelVersion objects. If null, there are no additional pages. protocol: {} - - &ref_415 + - &ref_409 type: string apiVersions: - version: 2022-02-01-preview @@ -4852,7 +4852,7 @@ schemas: name: string description: Name of the training job which produced this model protocol: {} - - &ref_417 + - &ref_411 type: string apiVersions: - version: 2022-02-01-preview @@ -4864,7 +4864,7 @@ schemas: name: string description: The URI path to the model contents. protocol: {} - - &ref_1113 + - &ref_1106 type: string apiVersions: - version: 2022-02-01-preview @@ -4876,7 +4876,7 @@ schemas: name: string description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. protocol: {} - - &ref_380 + - &ref_374 type: string apiVersions: - version: 2022-02-01-preview @@ -4888,7 +4888,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_294 + - &ref_288 type: string apiVersions: - version: 2022-02-01-preview @@ -4914,7 +4914,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1114 + - &ref_1107 type: string apiVersions: - version: 2022-02-01-preview @@ -4926,7 +4926,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1115 + - &ref_1108 type: string apiVersions: - version: 2022-02-01-preview @@ -4938,7 +4938,7 @@ schemas: name: string description: The geo-location where the resource lives. protocol: {} - - &ref_2309 + - &ref_2302 type: string apiVersions: - version: 2022-02-01-preview @@ -4952,7 +4952,7 @@ schemas: description: '' header: Azure-AsyncOperation protocol: {} - - &ref_2347 + - &ref_2340 type: string apiVersions: - version: 2022-02-01-preview @@ -4966,7 +4966,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1120 + - &ref_1113 type: string apiVersions: - version: 2022-02-01-preview @@ -4978,7 +4978,7 @@ schemas: name: string description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. protocol: {} - - &ref_381 + - &ref_375 type: string apiVersions: - version: 2022-02-01-preview @@ -4990,7 +4990,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_322 + - &ref_316 type: string apiVersions: - version: 2022-02-01-preview @@ -5006,7 +5006,7 @@ schemas: name: string description: Compute instance type. protocol: {} - - &ref_328 + - &ref_322 type: string apiVersions: - version: 2022-02-01-preview @@ -5018,7 +5018,7 @@ schemas: name: string description: The URI path to the model. protocol: {} - - &ref_329 + - &ref_323 type: string apiVersions: - version: 2022-02-01-preview @@ -5044,7 +5044,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1122 + - &ref_1115 type: string apiVersions: - version: 2022-02-01-preview @@ -5056,7 +5056,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1123 + - &ref_1116 type: string apiVersions: - version: 2022-02-01-preview @@ -5068,7 +5068,7 @@ schemas: name: string description: The geo-location where the resource lives. protocol: {} - - &ref_2404 + - &ref_2397 type: string apiVersions: - version: 2022-02-01-preview @@ -5082,7 +5082,7 @@ schemas: description: '' header: Azure-AsyncOperation protocol: {} - - &ref_2317 + - &ref_2310 type: string apiVersions: - version: 2022-02-01-preview @@ -5096,7 +5096,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1134 + - &ref_1127 type: string apiVersions: - version: 2022-02-01-preview @@ -5108,7 +5108,7 @@ schemas: name: string description: The retrieved online deployment logs. protocol: {} - - &ref_1135 + - &ref_1128 type: string apiVersions: - version: 2022-02-01-preview @@ -5120,7 +5120,7 @@ schemas: name: string description: The link to the next page of SkuResource objects. If null, there are no additional pages. protocol: {} - - &ref_1140 + - &ref_1133 type: string apiVersions: - version: 2022-02-01-preview @@ -5135,7 +5135,7 @@ schemas: name: string description: The resource type name. protocol: {} - - &ref_1141 + - &ref_1134 type: string apiVersions: - version: 2022-02-01-preview @@ -5148,7 +5148,7 @@ schemas: name: string description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' protocol: {} - - &ref_1146 + - &ref_1139 type: string apiVersions: - version: 2022-02-01-preview @@ -5172,7 +5172,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1147 + - &ref_1140 type: string apiVersions: - version: 2022-02-01-preview @@ -5184,7 +5184,7 @@ schemas: name: string description: Access token for endpoint authentication. protocol: {} - - &ref_1150 + - &ref_1143 type: string apiVersions: - version: 2022-02-01-preview @@ -5196,7 +5196,7 @@ schemas: name: string description: Access token type. protocol: {} - - &ref_1151 + - &ref_1144 type: string apiVersions: - version: 2022-02-01-preview @@ -5208,7 +5208,7 @@ schemas: name: string description: Specifies the feature ID protocol: {} - - &ref_1152 + - &ref_1145 type: string apiVersions: - version: 2022-02-01-preview @@ -5220,7 +5220,7 @@ schemas: name: string description: 'Specifies the feature name ' protocol: {} - - &ref_1153 + - &ref_1146 type: string apiVersions: - version: 2022-02-01-preview @@ -5232,7 +5232,7 @@ schemas: name: string description: Describes the feature for user experience protocol: {} - - &ref_1154 + - &ref_1147 type: string apiVersions: - version: 2022-02-01-preview @@ -5244,7 +5244,7 @@ schemas: name: string description: The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. protocol: {} - - &ref_106 + - &ref_104 type: string apiVersions: - version: 2022-02-01-preview @@ -5256,7 +5256,7 @@ schemas: name: string description: The ID of the resource protocol: {} - - &ref_252 + - &ref_247 type: string apiVersions: - version: 2022-02-01-preview @@ -5268,7 +5268,7 @@ schemas: name: string description: Cluster full qualified domain name protocol: {} - - &ref_253 + - &ref_248 type: string apiVersions: - version: 2022-02-01-preview @@ -5280,7 +5280,7 @@ schemas: name: string description: The type of this system service. protocol: {} - - &ref_254 + - &ref_249 type: string apiVersions: - version: 2022-02-01-preview @@ -5292,7 +5292,7 @@ schemas: name: string description: Public IP address protocol: {} - - &ref_255 + - &ref_250 type: string apiVersions: - version: 2022-02-01-preview @@ -5304,7 +5304,7 @@ schemas: name: string description: The version for this type. protocol: {} - - &ref_257 + - &ref_252 type: string apiVersions: - version: 2022-02-01-preview @@ -5316,7 +5316,7 @@ schemas: name: string description: Agent virtual machine size protocol: {} - - &ref_260 + - &ref_255 type: string apiVersions: - version: 2022-02-01-preview @@ -5328,7 +5328,7 @@ schemas: name: string description: Cert data protocol: {} - - &ref_261 + - &ref_256 type: string apiVersions: - version: 2022-02-01-preview @@ -5340,7 +5340,7 @@ schemas: name: string description: Key data protocol: {} - - &ref_262 + - &ref_257 type: string apiVersions: - version: 2022-02-01-preview @@ -5352,7 +5352,7 @@ schemas: name: string description: CNAME of the cert protocol: {} - - &ref_263 + - &ref_258 type: string apiVersions: - version: 2022-02-01-preview @@ -5364,7 +5364,7 @@ schemas: name: string description: Leaf domain label of public endpoint protocol: {} - - &ref_265 + - &ref_260 type: string apiVersions: - version: 2022-02-01-preview @@ -5376,7 +5376,7 @@ schemas: name: string description: Virtual network subnet resource ID the compute nodes belong to protocol: {} - - &ref_266 + - &ref_261 type: string apiVersions: - version: 2022-02-01-preview @@ -5389,7 +5389,7 @@ schemas: name: string description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. protocol: {} - - &ref_267 + - &ref_262 type: string apiVersions: - version: 2022-02-01-preview @@ -5402,7 +5402,7 @@ schemas: name: string description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. protocol: {} - - &ref_268 + - &ref_263 type: string apiVersions: - version: 2022-02-01-preview @@ -5415,7 +5415,7 @@ schemas: name: string description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. protocol: {} - - &ref_270 + - &ref_265 type: string apiVersions: - version: 2022-02-01-preview @@ -5427,7 +5427,7 @@ schemas: name: string description: Load Balancer Subnet protocol: {} - - &ref_209 + - &ref_206 type: string apiVersions: - version: 2022-02-01-preview @@ -5441,7 +5441,7 @@ schemas: name: string description: Relay connection string. protocol: {} - - &ref_210 + - &ref_207 type: string apiVersions: - version: 2022-02-01-preview @@ -5455,7 +5455,7 @@ schemas: name: string description: ServiceBus connection string. protocol: {} - - &ref_211 + - &ref_208 type: string apiVersions: - version: 2022-02-01-preview @@ -5467,7 +5467,7 @@ schemas: name: string description: Extension principal-id. protocol: {} - - &ref_212 + - &ref_209 type: string apiVersions: - version: 2022-02-01-preview @@ -5479,7 +5479,7 @@ schemas: name: string description: Extension instance release train. protocol: {} - - &ref_213 + - &ref_210 type: string apiVersions: - version: 2022-02-01-preview @@ -5491,7 +5491,7 @@ schemas: name: string description: VC name. protocol: {} - - &ref_214 + - &ref_211 type: string apiVersions: - version: 2022-02-01-preview @@ -5504,7 +5504,7 @@ schemas: name: string description: Compute namespace protocol: {} - - &ref_215 + - &ref_212 type: string apiVersions: - version: 2022-02-01-preview @@ -5516,7 +5516,7 @@ schemas: name: string description: Default instance type protocol: {} - - &ref_96 + - &ref_94 type: string apiVersions: - version: 2022-02-01-preview @@ -5528,7 +5528,7 @@ schemas: name: string description: Virtual Machine Size protocol: {} - - &ref_98 + - &ref_96 type: string apiVersions: - version: 2022-02-01-preview @@ -5540,7 +5540,7 @@ schemas: name: string description: Virtual Machine image path protocol: {} - - &ref_103 + - &ref_101 type: string apiVersions: - version: 2022-02-01-preview @@ -5553,7 +5553,7 @@ schemas: name: string description: Name of the administrator user account which can be used to SSH to nodes. protocol: {} - - &ref_104 + - &ref_102 type: string apiVersions: - version: 2022-02-01-preview @@ -5566,7 +5566,7 @@ schemas: name: string description: SSH public key of the administrator user account. protocol: {} - - &ref_105 + - &ref_103 type: string apiVersions: - version: 2022-02-01-preview @@ -5579,7 +5579,7 @@ schemas: name: string description: Password of the administrator user account. protocol: {} - - &ref_123 + - &ref_121 type: string apiVersions: - version: 2022-02-01-preview @@ -5591,7 +5591,7 @@ schemas: name: string description: Virtual Machine Size protocol: {} - - &ref_127 + - &ref_125 type: string apiVersions: - version: 2022-02-01-preview @@ -5603,7 +5603,7 @@ schemas: name: string description: Describes the admin user name. protocol: {} - - &ref_129 + - &ref_127 type: string apiVersions: - version: 2022-02-01-preview @@ -5615,7 +5615,7 @@ schemas: name: string description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. protocol: {} - - &ref_130 + - &ref_128 type: string apiVersions: - version: 2022-02-01-preview @@ -5627,7 +5627,7 @@ schemas: name: string description: Public IP Address of this ComputeInstance. protocol: {} - - &ref_131 + - &ref_129 type: string apiVersions: - version: 2022-02-01-preview @@ -5639,7 +5639,7 @@ schemas: name: string description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). protocol: {} - - &ref_132 + - &ref_130 type: string apiVersions: - version: 2022-02-01-preview @@ -5651,7 +5651,7 @@ schemas: name: string description: Name of the ComputeInstance application. protocol: {} - - &ref_133 + - &ref_131 type: string apiVersions: - version: 2022-02-01-preview @@ -5663,7 +5663,7 @@ schemas: name: string description: Application' endpoint URI. protocol: {} - - &ref_134 + - &ref_132 type: string apiVersions: - version: 2022-02-01-preview @@ -5675,7 +5675,7 @@ schemas: name: string description: Name of the user. protocol: {} - - &ref_135 + - &ref_133 type: string apiVersions: - version: 2022-02-01-preview @@ -5687,7 +5687,7 @@ schemas: name: string description: Uniquely identifies user' Azure Active Directory organization. protocol: {} - - &ref_136 + - &ref_134 type: string apiVersions: - version: 2022-02-01-preview @@ -5699,7 +5699,7 @@ schemas: name: string description: Uniquely identifies the user within his/her organization. protocol: {} - - &ref_139 + - &ref_137 type: string apiVersions: - version: 2022-02-01-preview @@ -5711,7 +5711,7 @@ schemas: name: string description: User’s AAD Object Id. protocol: {} - - &ref_140 + - &ref_138 type: string apiVersions: - version: 2022-02-01-preview @@ -5723,7 +5723,7 @@ schemas: name: string description: User’s AAD Tenant Id. protocol: {} - - &ref_141 + - &ref_139 type: string apiVersions: - version: 2022-02-01-preview @@ -5735,7 +5735,7 @@ schemas: name: string description: 'The storage source of the script: inline, workspace.' protocol: {} - - &ref_142 + - &ref_140 type: string apiVersions: - version: 2022-02-01-preview @@ -5747,7 +5747,7 @@ schemas: name: string description: The location of scripts in the mounted volume. protocol: {} - - &ref_143 + - &ref_141 type: string apiVersions: - version: 2022-02-01-preview @@ -5759,7 +5759,7 @@ schemas: name: string description: Optional command line arguments passed to the script to run. protocol: {} - - &ref_144 + - &ref_142 type: string apiVersions: - version: 2022-02-01-preview @@ -5771,7 +5771,7 @@ schemas: name: string description: Optional time period passed to timeout command. protocol: {} - - &ref_150 + - &ref_148 type: string apiVersions: - version: 2022-02-01-preview @@ -5783,7 +5783,7 @@ schemas: name: string description: Schedule id. protocol: {} - - &ref_171 + - &ref_169 type: string apiVersions: - version: 2022-02-01-preview @@ -5795,7 +5795,7 @@ schemas: name: string description: Name of the ComputeInstance container. protocol: {} - - &ref_173 + - &ref_171 type: string apiVersions: - version: 2022-02-01-preview @@ -5807,7 +5807,7 @@ schemas: name: string description: Information of GPU. protocol: {} - - &ref_175 + - &ref_173 type: string apiVersions: - version: 2022-02-01-preview @@ -5819,7 +5819,7 @@ schemas: name: string description: name of environment. protocol: {} - - &ref_176 + - &ref_174 type: string apiVersions: - version: 2022-02-01-preview @@ -5831,7 +5831,7 @@ schemas: name: string description: version of environment. protocol: {} - - &ref_181 + - &ref_179 type: string apiVersions: - version: 2022-02-01-preview @@ -5843,7 +5843,7 @@ schemas: name: string description: Source of the ComputeInstance data mount. protocol: {} - - &ref_183 + - &ref_181 type: string apiVersions: - version: 2022-02-01-preview @@ -5855,7 +5855,7 @@ schemas: name: string description: name of the ComputeInstance data mount. protocol: {} - - &ref_185 + - &ref_183 type: string apiVersions: - version: 2022-02-01-preview @@ -5867,7 +5867,7 @@ schemas: name: string description: who this data mount created by. protocol: {} - - &ref_186 + - &ref_184 type: string apiVersions: - version: 2022-02-01-preview @@ -5879,7 +5879,7 @@ schemas: name: string description: Path of this data mount. protocol: {} - - &ref_189 + - &ref_187 type: string apiVersions: - version: 2022-02-01-preview @@ -5891,7 +5891,7 @@ schemas: name: string description: Error of this data mount. protocol: {} - - &ref_190 + - &ref_188 type: string apiVersions: - version: 2022-02-01-preview @@ -5903,7 +5903,7 @@ schemas: name: string description: Runtime of compute instance. protocol: {} - - &ref_232 + - &ref_228 type: string apiVersions: - version: 2022-02-01-preview @@ -5915,7 +5915,7 @@ schemas: name: string description: Virtual Machine size protocol: {} - - &ref_235 + - &ref_231 type: string apiVersions: - version: 2022-02-01-preview @@ -5927,7 +5927,7 @@ schemas: name: string description: Public IP address of the virtual machine. protocol: {} - - &ref_203 + - &ref_200 type: string apiVersions: - version: 2022-02-01-preview @@ -5939,7 +5939,7 @@ schemas: name: string description: Username of admin account protocol: {} - - &ref_204 + - &ref_201 type: string apiVersions: - version: 2022-02-01-preview @@ -5951,7 +5951,7 @@ schemas: name: string description: Password of admin account protocol: {} - - &ref_205 + - &ref_202 type: string apiVersions: - version: 2022-02-01-preview @@ -5963,7 +5963,7 @@ schemas: name: string description: Public key data protocol: {} - - &ref_206 + - &ref_203 type: string apiVersions: - version: 2022-02-01-preview @@ -5975,7 +5975,7 @@ schemas: name: string description: Private key data protocol: {} - - &ref_202 + - &ref_199 type: string apiVersions: - version: 2022-02-01-preview @@ -5987,7 +5987,7 @@ schemas: name: string description: Public IP address of the master node of the cluster. protocol: {} - - &ref_197 + - &ref_194 type: string apiVersions: - version: 2022-02-01-preview @@ -5999,7 +5999,7 @@ schemas: name: string description: Databricks access token protocol: {} - - &ref_198 + - &ref_195 type: string apiVersions: - version: 2022-02-01-preview @@ -6011,7 +6011,7 @@ schemas: name: string description: Workspace Url protocol: {} - - &ref_193 + - &ref_191 type: string apiVersions: - version: 2022-02-01-preview @@ -6023,7 +6023,7 @@ schemas: name: string description: DataLake Store Account Name protocol: {} - - &ref_222 + - &ref_219 type: string apiVersions: - version: 2022-02-01-preview @@ -6035,7 +6035,7 @@ schemas: name: string description: Spark version. protocol: {} - - &ref_224 + - &ref_221 type: string apiVersions: - version: 2022-02-01-preview @@ -6047,7 +6047,7 @@ schemas: name: string description: Node size. protocol: {} - - &ref_225 + - &ref_222 type: string apiVersions: - version: 2022-02-01-preview @@ -6059,7 +6059,7 @@ schemas: name: string description: Node size family. protocol: {} - - &ref_226 + - &ref_223 type: string apiVersions: - version: 2022-02-01-preview @@ -6071,7 +6071,7 @@ schemas: name: string description: Azure subscription identifier. protocol: {} - - &ref_227 + - &ref_224 type: string apiVersions: - version: 2022-02-01-preview @@ -6083,7 +6083,7 @@ schemas: name: string description: Name of the resource group in which workspace is located. protocol: {} - - &ref_228 + - &ref_225 type: string apiVersions: - version: 2022-02-01-preview @@ -6095,7 +6095,7 @@ schemas: name: string description: Name of Azure Machine Learning workspace. protocol: {} - - &ref_229 + - &ref_226 type: string apiVersions: - version: 2022-02-01-preview @@ -6107,7 +6107,7 @@ schemas: name: string description: Pool name. protocol: {} - - &ref_1027 + - &ref_1020 type: string apiVersions: - version: 2022-02-01-preview @@ -6119,7 +6119,7 @@ schemas: name: string description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - &ref_1028 + - &ref_1021 type: string apiVersions: - version: 2022-02-01-preview @@ -6131,7 +6131,7 @@ schemas: name: string description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - &ref_1029 + - &ref_1022 type: string apiVersions: - version: 2022-02-01-preview @@ -6143,7 +6143,7 @@ schemas: name: string description: Image registry pull secret. protocol: {} - - &ref_1034 + - &ref_1027 type: string apiVersions: - version: 2022-02-01-preview @@ -6155,7 +6155,7 @@ schemas: name: string description: access token for databricks account. protocol: {} - - &ref_457 + - &ref_451 type: string apiVersions: - version: 2022-02-01-preview @@ -6167,7 +6167,7 @@ schemas: name: string description: Storage account key. protocol: {} - - &ref_48 + - &ref_47 type: string apiVersions: - version: 2022-02-01-preview @@ -6180,7 +6180,7 @@ schemas: name: string description: '[Required] Input Asset URI.' protocol: {} - - &ref_34 + - &ref_33 type: string apiVersions: - version: 2022-02-01-preview @@ -6192,7 +6192,7 @@ schemas: name: string description: Output Asset URI. protocol: {} - - &ref_495 + - &ref_489 type: string apiVersions: - version: 2022-02-01-preview @@ -6208,7 +6208,7 @@ schemas: name: string description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." protocol: {} - - &ref_36 + - &ref_35 type: string apiVersions: - version: 2022-02-01-preview @@ -6224,7 +6224,7 @@ schemas: name: string description: Description for the output. protocol: {} - - &ref_427 + - &ref_421 type: string apiVersions: - version: 2022-02-01-preview @@ -6240,7 +6240,7 @@ schemas: name: string description: Storage account name. protocol: {} - - &ref_428 + - &ref_422 type: string apiVersions: - version: 2022-02-01-preview @@ -6256,7 +6256,7 @@ schemas: name: string description: Storage account container name. protocol: {} - - &ref_429 + - &ref_423 type: string apiVersions: - version: 2022-02-01-preview @@ -6272,7 +6272,7 @@ schemas: name: string description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_430 + - &ref_424 type: string apiVersions: - version: 2022-02-01-preview @@ -6288,7 +6288,7 @@ schemas: name: string description: Protocol used to communicate with the storage account. protocol: {} - - &ref_432 + - &ref_426 type: string apiVersions: - version: 2022-02-01-preview @@ -6305,7 +6305,7 @@ schemas: name: string description: '[Required] Azure Data Lake store name.' protocol: {} - - &ref_433 + - &ref_427 type: string apiVersions: - version: 2022-02-01-preview @@ -6322,7 +6322,7 @@ schemas: name: string description: '[Required] Storage account name.' protocol: {} - - &ref_434 + - &ref_428 type: string apiVersions: - version: 2022-02-01-preview @@ -6338,7 +6338,7 @@ schemas: name: string description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_435 + - &ref_429 type: string apiVersions: - version: 2022-02-01-preview @@ -6355,7 +6355,7 @@ schemas: name: string description: '[Required] The name of the Data Lake Gen2 filesystem.' protocol: {} - - &ref_436 + - &ref_430 type: string apiVersions: - version: 2022-02-01-preview @@ -6371,7 +6371,7 @@ schemas: name: string description: Protocol used to communicate with the storage account. protocol: {} - - &ref_437 + - &ref_431 type: string apiVersions: - version: 2022-02-01-preview @@ -6388,7 +6388,7 @@ schemas: name: string description: '[Required] Storage account name.' protocol: {} - - &ref_438 + - &ref_432 type: string apiVersions: - version: 2022-02-01-preview @@ -6404,7 +6404,7 @@ schemas: name: string description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_439 + - &ref_433 type: string apiVersions: - version: 2022-02-01-preview @@ -6421,7 +6421,7 @@ schemas: name: string description: '[Required] The name of the Azure file share that the datastore points to.' protocol: {} - - &ref_440 + - &ref_434 type: string apiVersions: - version: 2022-02-01-preview @@ -6437,7 +6437,7 @@ schemas: name: string description: Protocol used to communicate with the storage account. protocol: {} - - &ref_453 + - &ref_447 type: string apiVersions: - version: 2022-02-01-preview @@ -6449,7 +6449,7 @@ schemas: name: string description: Authority URL used for authentication. protocol: {} - - &ref_455 + - &ref_449 type: string apiVersions: - version: 2022-02-01-preview @@ -6461,7 +6461,7 @@ schemas: name: string description: Resource the service principal has access to. protocol: {} - - &ref_470 + - &ref_464 type: string apiVersions: - version: 2022-02-01-preview @@ -6473,7 +6473,7 @@ schemas: name: string description: Service principal certificate. protocol: {} - - &ref_472 + - &ref_466 type: string apiVersions: - version: 2022-02-01-preview @@ -6486,7 +6486,7 @@ schemas: name: string description: '[Required] Thumbprint of the certificate used for authentication.' protocol: {} - - &ref_625 + - &ref_619 type: string apiVersions: - version: 2022-02-01-preview @@ -6498,7 +6498,7 @@ schemas: name: string description: '' protocol: {} - - &ref_52 + - &ref_51 type: string apiVersions: - version: 2022-02-01-preview @@ -6514,7 +6514,7 @@ schemas: name: string description: Description for the input. protocol: {} - - &ref_635 + - &ref_629 type: string apiVersions: - version: 2022-02-01-preview @@ -6526,7 +6526,7 @@ schemas: name: string description: The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. protocol: {} - - &ref_639 + - &ref_633 type: string apiVersions: - version: 2022-02-01-preview @@ -6539,7 +6539,7 @@ schemas: name: string description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." protocol: {} - - &ref_670 + - &ref_664 type: string apiVersions: - version: 2022-02-01-preview @@ -6551,7 +6551,7 @@ schemas: name: string description: '' protocol: {} - - &ref_672 + - &ref_666 type: string apiVersions: - version: 2022-02-01-preview @@ -6563,7 +6563,7 @@ schemas: name: string description: '' protocol: {} - - &ref_38 + - &ref_37 type: string apiVersions: - version: 2022-02-01-preview @@ -6575,7 +6575,7 @@ schemas: name: string description: '' protocol: {} - - &ref_678 + - &ref_672 type: string apiVersions: - version: 2022-02-01-preview @@ -6587,7 +6587,7 @@ schemas: name: string description: Dataset language, useful for the text data. protocol: {} - - &ref_750 + - &ref_744 type: string apiVersions: - version: 2022-02-01-preview @@ -6603,7 +6603,7 @@ schemas: name: string description: ARM resource ID of the code asset. protocol: {} - - &ref_751 + - &ref_745 type: string apiVersions: - version: 2022-02-01-preview @@ -6621,7 +6621,7 @@ schemas: name: string description: '[Required] The command to execute on startup of the job. eg. "python train.py"' protocol: {} - - &ref_765 + - &ref_759 type: string apiVersions: - version: 2022-02-01-preview @@ -6638,7 +6638,7 @@ schemas: name: string description: '[Required] The ARM resource ID of the Environment specification for the job.' protocol: {} - - &ref_312 + - &ref_306 type: string apiVersions: - version: 2022-02-01-preview @@ -6650,7 +6650,7 @@ schemas: name: string description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_313 + - &ref_307 type: string apiVersions: - version: 2022-02-01-preview @@ -6662,7 +6662,7 @@ schemas: name: string description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_314 + - &ref_308 type: string apiVersions: - version: 2022-02-01-preview @@ -6674,7 +6674,7 @@ schemas: name: string description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_167 + - &ref_165 type: string apiVersions: - version: 2022-02-01-preview @@ -6687,7 +6687,7 @@ schemas: name: string description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." protocol: {} - - &ref_369 + - &ref_363 type: string apiVersions: - version: 2022-02-01-preview @@ -6699,7 +6699,7 @@ schemas: name: string description: ARM resource ID of the datastore where the asset is located. protocol: {} - - &ref_370 + - &ref_364 type: string apiVersions: - version: 2022-02-01-preview @@ -6711,7 +6711,7 @@ schemas: name: string description: The path of the file/directory in the datastore. protocol: {} - - &ref_687 + - &ref_681 type: string apiVersions: - version: 2022-02-01-preview @@ -6723,7 +6723,7 @@ schemas: name: string description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." protocol: {} - - &ref_699 + - &ref_693 type: string apiVersions: - version: 2022-02-01-preview @@ -6735,7 +6735,7 @@ schemas: name: string description: When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast frequency is dataset frequency by default. protocol: {} - - &ref_728 + - &ref_722 type: string apiVersions: - version: 2022-02-01-preview @@ -6747,7 +6747,7 @@ schemas: name: string description: The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. protocol: {} - - &ref_729 + - &ref_723 type: string apiVersions: - version: 2022-02-01-preview @@ -6759,7 +6759,7 @@ schemas: name: string description: '' protocol: {} - - &ref_441 + - &ref_435 type: string apiVersions: - version: 2022-02-01-preview @@ -6775,7 +6775,7 @@ schemas: name: string description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. protocol: {} - - &ref_442 + - &ref_436 type: string apiVersions: - version: 2022-02-01-preview @@ -6792,7 +6792,7 @@ schemas: name: string description: '[Required] IP Address or DNS HostName.' protocol: {} - - &ref_443 + - &ref_437 type: string apiVersions: - version: 2022-02-01-preview @@ -6809,7 +6809,7 @@ schemas: name: string description: Protocol used to communicate with the storage account (Https/Http). protocol: {} - - &ref_362 + - &ref_356 type: string apiVersions: - version: 2022-02-01-preview @@ -6822,7 +6822,7 @@ schemas: name: string description: '[Required] ARM resource ID of the asset.' protocol: {} - - &ref_523 + - &ref_517 type: string apiVersions: - version: 2022-02-01-preview @@ -6834,7 +6834,7 @@ schemas: name: string description: Settings for advanced scenarios. protocol: {} - - &ref_525 + - &ref_519 type: string apiVersions: - version: 2022-02-01-preview @@ -6846,7 +6846,7 @@ schemas: name: string description: Settings for using Augmentations. protocol: {} - - &ref_528 + - &ref_522 type: string apiVersions: - version: 2022-02-01-preview @@ -6858,7 +6858,7 @@ schemas: name: string description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." protocol: {} - - &ref_529 + - &ref_523 type: string apiVersions: - version: 2022-02-01-preview @@ -6870,7 +6870,7 @@ schemas: name: string description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." protocol: {} - - &ref_531 + - &ref_525 type: string apiVersions: - version: 2022-02-01-preview @@ -6882,7 +6882,7 @@ schemas: name: string description: The id of a previous run that has a pretrained checkpoint for incremental training. protocol: {} - - &ref_542 + - &ref_536 type: string apiVersions: - version: 2022-02-01-preview @@ -6894,7 +6894,7 @@ schemas: name: string description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_571 + - &ref_565 type: string apiVersions: - version: 2022-02-01-preview @@ -6906,7 +6906,7 @@ schemas: name: string description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - &ref_572 + - &ref_566 type: string apiVersions: - version: 2022-02-01-preview @@ -6918,7 +6918,7 @@ schemas: name: string description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - &ref_573 + - &ref_567 type: string apiVersions: - version: 2022-02-01-preview @@ -6930,7 +6930,7 @@ schemas: name: string description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - &ref_574 + - &ref_568 type: string apiVersions: - version: 2022-02-01-preview @@ -6942,7 +6942,7 @@ schemas: name: string description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} - - &ref_577 + - &ref_571 type: string apiVersions: - version: 2022-02-01-preview @@ -6954,7 +6954,7 @@ schemas: name: string description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - &ref_578 + - &ref_572 type: string apiVersions: - version: 2022-02-01-preview @@ -6966,7 +6966,7 @@ schemas: name: string description: Settings for using Augmentations. protocol: {} - - &ref_579 + - &ref_573 type: string apiVersions: - version: 2022-02-01-preview @@ -6978,7 +6978,7 @@ schemas: name: string description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_580 + - &ref_574 type: string apiVersions: - version: 2022-02-01-preview @@ -6990,7 +6990,7 @@ schemas: name: string description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_581 + - &ref_575 type: string apiVersions: - version: 2022-02-01-preview @@ -7002,7 +7002,7 @@ schemas: name: string description: Whether to use distributer training. protocol: {} - - &ref_582 + - &ref_576 type: string apiVersions: - version: 2022-02-01-preview @@ -7014,7 +7014,7 @@ schemas: name: string description: Enable early stopping logic during training. protocol: {} - - &ref_583 + - &ref_577 type: string apiVersions: - version: 2022-02-01-preview @@ -7026,7 +7026,7 @@ schemas: name: string description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." protocol: {} - - &ref_584 + - &ref_578 type: string apiVersions: - version: 2022-02-01-preview @@ -7038,7 +7038,7 @@ schemas: name: string description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." protocol: {} - - &ref_585 + - &ref_579 type: string apiVersions: - version: 2022-02-01-preview @@ -7050,7 +7050,7 @@ schemas: name: string description: Enable normalization when exporting ONNX model. protocol: {} - - &ref_586 + - &ref_580 type: string apiVersions: - version: 2022-02-01-preview @@ -7062,7 +7062,7 @@ schemas: name: string description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - &ref_587 + - &ref_581 type: string apiVersions: - version: 2022-02-01-preview @@ -7074,7 +7074,7 @@ schemas: name: string description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." protocol: {} - - &ref_588 + - &ref_582 type: string apiVersions: - version: 2022-02-01-preview @@ -7086,7 +7086,7 @@ schemas: name: string description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_589 + - &ref_583 type: string apiVersions: - version: 2022-02-01-preview @@ -7098,7 +7098,7 @@ schemas: name: string description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - &ref_590 + - &ref_584 type: string apiVersions: - version: 2022-02-01-preview @@ -7110,7 +7110,7 @@ schemas: name: string description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. protocol: {} - - &ref_591 + - &ref_585 type: string apiVersions: - version: 2022-02-01-preview @@ -7122,7 +7122,7 @@ schemas: name: string description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_592 + - &ref_586 type: string apiVersions: - version: 2022-02-01-preview @@ -7134,7 +7134,7 @@ schemas: name: string description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - &ref_593 + - &ref_587 type: string apiVersions: - version: 2022-02-01-preview @@ -7146,7 +7146,7 @@ schemas: name: string description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - &ref_594 + - &ref_588 type: string apiVersions: - version: 2022-02-01-preview @@ -7158,7 +7158,7 @@ schemas: name: string description: Number of training epochs. Must be a positive integer. protocol: {} - - &ref_595 + - &ref_589 type: string apiVersions: - version: 2022-02-01-preview @@ -7170,7 +7170,7 @@ schemas: name: string description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - &ref_596 + - &ref_590 type: string apiVersions: - version: 2022-02-01-preview @@ -7182,7 +7182,7 @@ schemas: name: string description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. protocol: {} - - &ref_597 + - &ref_591 type: string apiVersions: - version: 2022-02-01-preview @@ -7194,7 +7194,7 @@ schemas: name: string description: Random seed to be used when using deterministic training. protocol: {} - - &ref_598 + - &ref_592 type: string apiVersions: - version: 2022-02-01-preview @@ -7206,7 +7206,7 @@ schemas: name: string description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." protocol: {} - - &ref_599 + - &ref_593 type: string apiVersions: - version: 2022-02-01-preview @@ -7218,7 +7218,7 @@ schemas: name: string description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - &ref_600 + - &ref_594 type: string apiVersions: - version: 2022-02-01-preview @@ -7230,7 +7230,7 @@ schemas: name: string description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - &ref_601 + - &ref_595 type: string apiVersions: - version: 2022-02-01-preview @@ -7242,7 +7242,7 @@ schemas: name: string description: Training batch size. Must be a positive integer. protocol: {} - - &ref_602 + - &ref_596 type: string apiVersions: - version: 2022-02-01-preview @@ -7254,7 +7254,7 @@ schemas: name: string description: Validation batch size. Must be a positive integer. protocol: {} - - &ref_603 + - &ref_597 type: string apiVersions: - version: 2022-02-01-preview @@ -7266,7 +7266,7 @@ schemas: name: string description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - &ref_604 + - &ref_598 type: string apiVersions: - version: 2022-02-01-preview @@ -7278,7 +7278,7 @@ schemas: name: string description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - &ref_605 + - &ref_599 type: string apiVersions: - version: 2022-02-01-preview @@ -7290,7 +7290,7 @@ schemas: name: string description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} - - &ref_565 + - &ref_559 type: string apiVersions: - version: 2022-02-01-preview @@ -7302,7 +7302,7 @@ schemas: name: string description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_606 + - &ref_600 type: string apiVersions: - version: 2022-02-01-preview @@ -7314,7 +7314,7 @@ schemas: name: string description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_607 + - &ref_601 type: string apiVersions: - version: 2022-02-01-preview @@ -7326,7 +7326,7 @@ schemas: name: string description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." protocol: {} - - &ref_608 + - &ref_602 type: string apiVersions: - version: 2022-02-01-preview @@ -7338,7 +7338,7 @@ schemas: name: string description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_609 + - &ref_603 type: string apiVersions: - version: 2022-02-01-preview @@ -7350,7 +7350,7 @@ schemas: name: string description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_610 + - &ref_604 type: string apiVersions: - version: 2022-02-01-preview @@ -7362,7 +7362,7 @@ schemas: name: string description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_611 + - &ref_605 type: string apiVersions: - version: 2022-02-01-preview @@ -7374,7 +7374,7 @@ schemas: name: string description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_612 + - &ref_606 type: string apiVersions: - version: 2022-02-01-preview @@ -7386,7 +7386,7 @@ schemas: name: string description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_613 + - &ref_607 type: string apiVersions: - version: 2022-02-01-preview @@ -7398,7 +7398,7 @@ schemas: name: string description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. protocol: {} - - &ref_614 + - &ref_608 type: string apiVersions: - version: 2022-02-01-preview @@ -7410,7 +7410,7 @@ schemas: name: string description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_615 + - &ref_609 type: string apiVersions: - version: 2022-02-01-preview @@ -7422,7 +7422,7 @@ schemas: name: string description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_616 + - &ref_610 type: string apiVersions: - version: 2022-02-01-preview @@ -7434,7 +7434,7 @@ schemas: name: string description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" protocol: {} - - &ref_617 + - &ref_611 type: string apiVersions: - version: 2022-02-01-preview @@ -7446,7 +7446,7 @@ schemas: name: string description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - &ref_618 + - &ref_612 type: string apiVersions: - version: 2022-02-01-preview @@ -7458,7 +7458,7 @@ schemas: name: string description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. protocol: {} - - &ref_476 + - &ref_470 type: string apiVersions: - version: 2022-02-01-preview @@ -7475,7 +7475,7 @@ schemas: name: string description: '[Required] IP Address or DNS HostName.' protocol: {} - - &ref_477 + - &ref_471 type: string apiVersions: - version: 2022-02-01-preview @@ -7492,7 +7492,7 @@ schemas: name: string description: '[Required] Kerberos Username' protocol: {} - - &ref_478 + - &ref_472 type: string apiVersions: - version: 2022-02-01-preview @@ -7509,7 +7509,7 @@ schemas: name: string description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' protocol: {} - - &ref_459 + - &ref_453 type: string apiVersions: - version: 2022-02-01-preview @@ -7521,7 +7521,7 @@ schemas: name: string description: Kerberos keytab secret. protocol: {} - - &ref_460 + - &ref_454 type: string apiVersions: - version: 2022-02-01-preview @@ -7533,7 +7533,7 @@ schemas: name: string description: Kerberos password secret. protocol: {} - - &ref_49 + - &ref_48 type: string apiVersions: - version: 2022-02-01-preview @@ -7546,7 +7546,7 @@ schemas: name: string description: '[Required] Literal value for the input.' protocol: {} - - &ref_814 + - &ref_808 type: string apiVersions: - version: 2022-02-01-preview @@ -7562,7 +7562,7 @@ schemas: name: string description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. protocol: {} - - &ref_398 + - &ref_392 type: string apiVersions: - version: 2022-02-01-preview @@ -7574,7 +7574,7 @@ schemas: name: string description: '' protocol: {} - - &ref_785 + - &ref_779 type: string apiVersions: - version: 2022-02-01-preview @@ -7587,7 +7587,7 @@ schemas: name: string description: '[Required] Name of the metric to optimize.' protocol: {} - - &ref_363 + - &ref_357 type: string apiVersions: - version: 2022-02-01-preview @@ -7599,7 +7599,7 @@ schemas: name: string description: ARM resource ID of the job. protocol: {} - - &ref_364 + - &ref_358 type: string apiVersions: - version: 2022-02-01-preview @@ -7611,7 +7611,7 @@ schemas: name: string description: The path of the file/directory in the job output. protocol: {} - - &ref_1085 + - &ref_1078 type: string apiVersions: - version: 2022-02-01-preview @@ -7623,7 +7623,7 @@ schemas: name: string description: ARM resource ID of the datastore where the asset is located. protocol: {} - - &ref_1086 + - &ref_1079 type: string apiVersions: - version: 2022-02-01-preview @@ -7635,7 +7635,7 @@ schemas: name: string description: The path of the file/directory in the datastore. protocol: {} - - &ref_1079 + - &ref_1072 type: string apiVersions: - version: 2022-02-01-preview @@ -7647,7 +7647,7 @@ schemas: name: string description: ARM resource ID of the asset. protocol: {} - - &ref_1080 + - &ref_1073 type: string apiVersions: - version: 2022-02-01-preview @@ -7659,7 +7659,7 @@ schemas: name: string description: ARM resource ID of the job. protocol: {} - - &ref_1081 + - &ref_1074 type: string apiVersions: - version: 2022-02-01-preview @@ -7671,7 +7671,7 @@ schemas: name: string description: The path of the file/directory in the job output. protocol: {} - - &ref_461 + - &ref_455 type: string apiVersions: - version: 2022-02-01-preview @@ -7683,7 +7683,7 @@ schemas: name: string description: Storage container SAS token. protocol: {} - - &ref_479 + - &ref_473 type: string apiVersions: - version: 2022-02-01-preview @@ -7695,7 +7695,7 @@ schemas: name: string description: Authority URL used for authentication. protocol: {} - - &ref_481 + - &ref_475 type: string apiVersions: - version: 2022-02-01-preview @@ -7707,7 +7707,7 @@ schemas: name: string description: Resource the service principal has access to. protocol: {} - - &ref_462 + - &ref_456 type: string apiVersions: - version: 2022-02-01-preview @@ -7719,7 +7719,7 @@ schemas: name: string description: Service principal secret. protocol: {} - - &ref_796 + - &ref_790 type: string apiVersions: - version: 2022-02-01-preview @@ -7735,7 +7735,7 @@ schemas: name: string description: ARM resource ID of the code asset. protocol: {} - - &ref_797 + - &ref_791 type: string apiVersions: - version: 2022-02-01-preview @@ -7753,7 +7753,7 @@ schemas: name: string description: '[Required] The command to execute on startup of the job. eg. "python train.py"' protocol: {} - - &ref_799 + - &ref_793 type: string apiVersions: - version: 2022-02-01-preview @@ -7767,7 +7767,7 @@ schemas: description: '[Required] The ARM resource ID of the Environment specification for the job.' protocol: {} choices: - - &ref_245 + - &ref_240 choices: - value: Unknown language: @@ -7838,7 +7838,7 @@ schemas: description: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - - &ref_877 + - &ref_871 choices: - value: Enabled language: @@ -7869,7 +7869,7 @@ schemas: description: Indicates whether or not the encryption is enabled for the workspace. possibleValuesFunc: PossibleEncryptionStatusValues protocol: {} - - &ref_887 + - &ref_881 choices: - value: Enabled language: @@ -7900,7 +7900,7 @@ schemas: description: Whether requests from Public Network are allowed. possibleValuesFunc: PossiblePublicNetworkAccessValues protocol: {} - - &ref_74 + - &ref_72 choices: - value: Pending language: @@ -7955,7 +7955,7 @@ schemas: description: The private endpoint connection status. possibleValuesFunc: PossiblePrivateEndpointServiceConnectionStatusValues protocol: {} - - &ref_77 + - &ref_75 choices: - value: Succeeded language: @@ -8002,7 +8002,7 @@ schemas: description: The current provisioning state. possibleValuesFunc: PossiblePrivateEndpointConnectionProvisioningStateValues protocol: {} - - &ref_80 + - &ref_78 choices: - value: None language: @@ -8049,7 +8049,7 @@ schemas: description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). possibleValuesFunc: PossibleManagedServiceIdentityTypeValues protocol: {} - - &ref_865 + - &ref_859 choices: - value: User language: @@ -8096,7 +8096,7 @@ schemas: description: The type of identity that created the resource. possibleValuesFunc: PossibleCreatedByTypeValues protocol: {} - - &ref_938 + - &ref_932 choices: - value: Warning language: @@ -8135,7 +8135,7 @@ schemas: description: Level of workspace setup error possibleValuesFunc: PossibleDiagnoseResultLevelValues protocol: {} - - &ref_958 + - &ref_951 choices: - value: Count language: @@ -8158,7 +8158,7 @@ schemas: description: An enum describing the unit of usage measurement. possibleValuesFunc: PossibleUsageUnitValues protocol: {} - - &ref_975 + - &ref_968 choices: - value: USD language: @@ -8182,7 +8182,7 @@ schemas: description: 'Three lettered code specifying the currency of the VM price. Example: USD' possibleValuesFunc: PossibleBillingCurrencyValues protocol: {} - - &ref_976 + - &ref_969 choices: - value: OneHour language: @@ -8206,7 +8206,7 @@ schemas: description: 'The unit of time measurement for the specified VM price. Example: OneHour' possibleValuesFunc: PossibleUnitOfMeasureValues protocol: {} - - &ref_978 + - &ref_971 choices: - value: Linux language: @@ -8238,7 +8238,7 @@ schemas: description: Operating system type used by the VM. possibleValuesFunc: PossibleVMPriceOSTypeValues protocol: {} - - &ref_979 + - &ref_972 choices: - value: Standard language: @@ -8278,7 +8278,7 @@ schemas: description: The type of the VM. possibleValuesFunc: PossibleVMTierValues protocol: {} - - &ref_987 + - &ref_980 choices: - value: Count language: @@ -8301,7 +8301,7 @@ schemas: description: An enum describing the unit of quota measurement. possibleValuesFunc: PossibleQuotaUnitValues protocol: {} - - &ref_993 + - &ref_986 choices: - value: Undefined language: @@ -8381,7 +8381,7 @@ schemas: description: Status of update workspace quota. possibleValuesFunc: PossibleStatusValues protocol: {} - - &ref_242 + - &ref_237 choices: - value: AKS language: @@ -8476,7 +8476,7 @@ schemas: description: The type of compute possibleValuesFunc: PossibleComputeTypeValues protocol: {} - - &ref_1498 + - &ref_1491 choices: - value: Delete language: @@ -8507,7 +8507,7 @@ schemas: description: '' possibleValuesFunc: PossibleUnderlyingResourceActionValues protocol: {} - - &ref_1013 + - &ref_1006 choices: - value: idle language: @@ -8570,7 +8570,7 @@ schemas: description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. possibleValuesFunc: PossibleNodeStateValues protocol: {} - - &ref_289 + - &ref_283 choices: - value: JSON language: @@ -8593,7 +8593,7 @@ schemas: description: format for the workspace connection value possibleValuesFunc: PossibleValueFormatValues protocol: {} - - &ref_296 + - &ref_290 choices: - value: Creating language: @@ -8656,7 +8656,7 @@ schemas: description: State of endpoint provisioning. possibleValuesFunc: PossibleEndpointProvisioningStateValues protocol: {} - - &ref_300 + - &ref_294 choices: - value: AMLToken language: @@ -8695,7 +8695,7 @@ schemas: description: Enum to determine endpoint authentication mode. possibleValuesFunc: PossibleEndpointAuthModeValues protocol: {} - - &ref_356 + - &ref_350 choices: - value: Info language: @@ -8734,7 +8734,7 @@ schemas: description: 'Log verbosity for batch inferencing. Increasing verbosity order for logging is : Warning, Info and Debug. The default value is Info.' possibleValuesFunc: PossibleBatchLoggingLevelValues protocol: {} - - &ref_367 + - &ref_361 choices: - value: Id language: @@ -8773,7 +8773,7 @@ schemas: description: Enum to determine which reference method to use for an asset. possibleValuesFunc: PossibleReferenceTypeValues protocol: {} - - &ref_373 + - &ref_367 choices: - value: SummaryOnly language: @@ -8804,7 +8804,7 @@ schemas: description: Enum to determine how batch inferencing will handle output possibleValuesFunc: PossibleBatchOutputActionValues protocol: {} - - &ref_331 + - &ref_325 choices: - value: Creating language: @@ -8875,7 +8875,7 @@ schemas: description: Possible values for DeploymentProvisioningState. possibleValuesFunc: PossibleDeploymentProvisioningStateValues protocol: {} - - &ref_1836 + - &ref_1829 choices: - value: ActiveOnly language: @@ -8914,7 +8914,7 @@ schemas: description: '' possibleValuesFunc: PossibleListViewTypeValues protocol: {} - - &ref_402 + - &ref_396 choices: - value: UriFile language: @@ -8953,7 +8953,7 @@ schemas: description: Enum to determine the type of data. possibleValuesFunc: PossibleDataTypeValues protocol: {} - - &ref_487 + - &ref_481 choices: - value: AccountKey language: @@ -9024,7 +9024,7 @@ schemas: description: Enum to determine the datastore credentials type. possibleValuesFunc: PossibleCredentialsTypeValues protocol: {} - - &ref_449 + - &ref_443 choices: - value: AzureBlob language: @@ -9079,7 +9079,7 @@ schemas: description: Enum to determine the datastore contents type. possibleValuesFunc: PossibleDatastoreTypeValues protocol: {} - - &ref_468 + - &ref_462 choices: - value: AccountKey language: @@ -9142,7 +9142,7 @@ schemas: description: Enum to determine the datastore secrets type. possibleValuesFunc: PossibleSecretsTypeValues protocol: {} - - &ref_408 + - &ref_402 choices: - value: Curated language: @@ -9173,7 +9173,7 @@ schemas: description: Environment type is either user created or curated by Azure ML service possibleValuesFunc: PossibleEnvironmentTypeValues protocol: {} - - &ref_413 + - &ref_407 choices: - value: Linux language: @@ -9204,7 +9204,7 @@ schemas: description: The type of operating system. possibleValuesFunc: PossibleOperatingSystemTypeValues protocol: {} - - &ref_817 + - &ref_811 choices: - value: Managed language: @@ -9243,7 +9243,7 @@ schemas: description: Enum to determine identity framework. possibleValuesFunc: PossibleIdentityConfigurationTypeValues protocol: {} - - &ref_805 + - &ref_799 choices: - value: AutoML language: @@ -9290,7 +9290,7 @@ schemas: description: Enum to determine the type of job. possibleValuesFunc: PossibleJobTypeValues protocol: {} - - &ref_163 + - &ref_161 choices: - value: Enabled language: @@ -9321,7 +9321,7 @@ schemas: description: Enum to describe status of schedule possibleValuesFunc: PossibleScheduleStatusValues protocol: {} - - &ref_161 + - &ref_159 choices: - value: Cron language: @@ -9352,7 +9352,7 @@ schemas: description: Enum to describe type of schedule possibleValuesFunc: PossibleScheduleTypeValues protocol: {} - - &ref_824 + - &ref_818 choices: - value: NotStarted language: @@ -9491,7 +9491,7 @@ schemas: description: The status of a job. possibleValuesFunc: PossibleJobStatusValues protocol: {} - - &ref_416 + - &ref_410 choices: - value: CustomModel language: @@ -9530,7 +9530,7 @@ schemas: description: The async operation state. possibleValuesFunc: PossibleModelTypeValues protocol: {} - - &ref_318 + - &ref_312 choices: - value: Managed language: @@ -9569,7 +9569,7 @@ schemas: description: Enum to determine endpoint compute type. possibleValuesFunc: PossibleEndpointComputeTypeValues protocol: {} - - &ref_2256 + - &ref_2249 choices: - value: CreatedAtDesc language: @@ -9616,7 +9616,7 @@ schemas: description: '' possibleValuesFunc: PossibleOrderStringValues protocol: {} - - &ref_297 + - &ref_291 choices: - value: Enabled language: @@ -9647,7 +9647,7 @@ schemas: description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled. possibleValuesFunc: PossiblePublicNetworkAccessTypeValues protocol: {} - - &ref_320 + - &ref_314 choices: - value: Enabled language: @@ -9678,7 +9678,7 @@ schemas: description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. possibleValuesFunc: PossibleEgressPublicNetworkAccessTypeValues protocol: {} - - &ref_344 + - &ref_338 choices: - value: Default language: @@ -9709,7 +9709,7 @@ schemas: description: '' possibleValuesFunc: PossibleScaleTypeValues protocol: {} - - &ref_1132 + - &ref_1125 choices: - value: StorageInitializer language: @@ -9740,7 +9740,7 @@ schemas: description: '' possibleValuesFunc: PossibleContainerTypeValues protocol: {} - - &ref_1139 + - &ref_1132 choices: - value: Automatic language: @@ -9779,7 +9779,7 @@ schemas: description: Node scaling setting for the compute sku. possibleValuesFunc: PossibleSKUScaleTypeValues protocol: {} - - &ref_1145 + - &ref_1138 choices: - value: Primary language: @@ -9810,7 +9810,7 @@ schemas: description: '' possibleValuesFunc: PossibleKeyTypeValues protocol: {} - - &ref_258 + - &ref_253 choices: - value: FastProd language: @@ -9850,7 +9850,7 @@ schemas: description: Intended usage of the cluster possibleValuesFunc: PossibleClusterPurposeValues protocol: {} - - &ref_259 + - &ref_254 choices: - value: Disabled language: @@ -9889,7 +9889,7 @@ schemas: description: Enable or disable ssl for scoring possibleValuesFunc: PossibleSSLConfigurationStatusValues protocol: {} - - &ref_269 + - &ref_264 choices: - value: PublicIp language: @@ -9921,7 +9921,7 @@ schemas: description: Load Balancer Type possibleValuesFunc: PossibleLoadBalancerTypeValues protocol: {} - - &ref_95 + - &ref_93 choices: - value: Linux language: @@ -9953,7 +9953,7 @@ schemas: description: Compute OS Type possibleValuesFunc: PossibleOsTypeValues protocol: {} - - &ref_97 + - &ref_95 choices: - value: Dedicated language: @@ -9984,7 +9984,7 @@ schemas: description: Virtual Machine priority possibleValuesFunc: PossibleVMPriorityValues protocol: {} - - &ref_107 + - &ref_105 choices: - value: Enabled language: @@ -10031,7 +10031,7 @@ schemas: creation time, after creation it will be either enabled or disabled. possibleValuesFunc: PossibleRemoteLoginPortPublicAccessValues protocol: {} - - &ref_108 + - &ref_106 choices: - value: Steady language: @@ -10068,7 +10068,7 @@ schemas: compute nodes are being added to or removed from the compute. possibleValuesFunc: PossibleAllocationStateValues protocol: {} - - &ref_125 + - &ref_123 choices: - value: Personal language: @@ -10105,7 +10105,7 @@ schemas: user can access applications on this instance depending on his/her assigned role. possibleValuesFunc: PossibleApplicationSharingPolicyValues protocol: {} - - &ref_126 + - &ref_124 choices: - value: Enabled language: @@ -10142,7 +10142,7 @@ schemas: according to the VNet/subnet policy if applicable. possibleValuesFunc: PossibleSSHPublicAccessValues protocol: {} - - &ref_137 + - &ref_135 choices: - value: Creating language: @@ -10277,7 +10277,7 @@ schemas: description: Current state of an ComputeInstance. possibleValuesFunc: PossibleComputeInstanceStateValues protocol: {} - - &ref_138 + - &ref_136 choices: - value: personal language: @@ -10302,7 +10302,7 @@ schemas: description: The Compute Instance Authorization type. Available values are personal (default). possibleValuesFunc: PossibleComputeInstanceAuthorizationTypeValues protocol: {} - - &ref_146 + - &ref_144 choices: - value: Create language: @@ -10365,7 +10365,7 @@ schemas: description: Name of the last operation. possibleValuesFunc: PossibleOperationNameValues protocol: {} - - &ref_148 + - &ref_146 choices: - value: InProgress language: @@ -10444,7 +10444,7 @@ schemas: description: Operation status. possibleValuesFunc: PossibleOperationStatusValues protocol: {} - - &ref_149 + - &ref_147 choices: - value: User language: @@ -10483,7 +10483,7 @@ schemas: description: Trigger of operation. possibleValuesFunc: PossibleOperationTriggerValues protocol: {} - - &ref_151 + - &ref_149 choices: - value: Completed language: @@ -10522,7 +10522,7 @@ schemas: description: The current deployment state of schedule. possibleValuesFunc: PossibleProvisioningStatusValues protocol: {} - - &ref_152 + - &ref_150 choices: - value: Start language: @@ -10553,7 +10553,7 @@ schemas: description: The compute power action. possibleValuesFunc: PossibleComputePowerActionValues protocol: {} - - &ref_172 + - &ref_170 choices: - value: None language: @@ -10592,7 +10592,7 @@ schemas: description: Auto save settings. possibleValuesFunc: PossibleAutosaveValues protocol: {} - - &ref_174 + - &ref_172 choices: - value: Bridge language: @@ -10623,7 +10623,7 @@ schemas: description: network of this container. possibleValuesFunc: PossibleNetworkValues protocol: {} - - &ref_177 + - &ref_175 choices: - value: None language: @@ -10662,7 +10662,7 @@ schemas: description: Caching type of Data Disk. possibleValuesFunc: PossibleCachingValues protocol: {} - - &ref_180 + - &ref_178 choices: - value: Standard_LRS language: @@ -10694,7 +10694,7 @@ schemas: description: type of this storage account. possibleValuesFunc: PossibleStorageAccountTypeValues protocol: {} - - &ref_182 + - &ref_180 choices: - value: Dataset language: @@ -10733,7 +10733,7 @@ schemas: description: Data source type. possibleValuesFunc: PossibleSourceTypeValues protocol: {} - - &ref_184 + - &ref_182 choices: - value: Mount language: @@ -10764,7 +10764,7 @@ schemas: description: Mount Action. possibleValuesFunc: PossibleMountActionValues protocol: {} - - &ref_187 + - &ref_185 choices: - value: MountRequested language: @@ -10827,7 +10827,7 @@ schemas: description: Mount state. possibleValuesFunc: PossibleMountStateValues protocol: {} - - &ref_47 + - &ref_46 choices: - value: ReadOnlyMount language: @@ -10890,7 +10890,7 @@ schemas: description: Enum to determine the input data delivery mode. possibleValuesFunc: PossibleInputDeliveryModeValues protocol: {} - - &ref_33 + - &ref_32 choices: - value: ReadWriteMount language: @@ -10921,7 +10921,7 @@ schemas: description: Output data delivery mode enums. possibleValuesFunc: PossibleOutputDeliveryModeValues protocol: {} - - &ref_695 + - &ref_689 choices: - value: Auto language: @@ -10952,7 +10952,7 @@ schemas: description: Enum to determine forecast horizon selection mode. possibleValuesFunc: PossibleForecastHorizonModeValues protocol: {} - - &ref_35 + - &ref_34 choices: - value: UriFile language: @@ -11015,7 +11015,7 @@ schemas: description: Enum to determine the Job Output Type. possibleValuesFunc: PossibleJobOutputTypeValues protocol: {} - - &ref_684 + - &ref_678 choices: - value: NotSet language: @@ -11078,7 +11078,7 @@ schemas: description: Enum for setting log verbosity. possibleValuesFunc: PossibleLogVerbosityValues protocol: {} - - &ref_683 + - &ref_677 choices: - value: Classification language: @@ -11205,7 +11205,7 @@ schemas: description: AutoMLJob Task type. possibleValuesFunc: PossibleTaskTypeValues protocol: {} - - &ref_631 + - &ref_625 choices: - value: Auto language: @@ -11236,7 +11236,7 @@ schemas: description: Determines how N-Cross validations value is determined. possibleValuesFunc: PossibleNCrossValidationsModeValues protocol: {} - - &ref_705 + - &ref_699 choices: - value: Auto language: @@ -11267,7 +11267,7 @@ schemas: description: Forecasting seasonality mode. possibleValuesFunc: PossibleSeasonalityModeValues protocol: {} - - &ref_715 + - &ref_709 choices: - value: Auto language: @@ -11298,7 +11298,7 @@ schemas: description: Target lags selection modes. possibleValuesFunc: PossibleTargetLagsModeValues protocol: {} - - &ref_724 + - &ref_718 choices: - value: Auto language: @@ -11329,7 +11329,7 @@ schemas: description: Target rolling windows size mode. possibleValuesFunc: PossibleTargetRollingWindowSizeModeValues protocol: {} - - &ref_431 + - &ref_425 choices: - value: None language: @@ -11368,7 +11368,7 @@ schemas: description: '' possibleValuesFunc: PossibleServiceDataAccessAuthIdentityValues protocol: {} - - &ref_650 + - &ref_644 choices: - value: Bandit language: @@ -11407,7 +11407,7 @@ schemas: description: '' possibleValuesFunc: PossibleEarlyTerminationPolicyTypeValues protocol: {} - - &ref_660 + - &ref_654 choices: - value: Grid language: @@ -11446,7 +11446,7 @@ schemas: description: '' possibleValuesFunc: PossibleSamplingAlgorithmTypeValues protocol: {} - - &ref_747 + - &ref_741 choices: - value: LogisticRegression language: @@ -11605,7 +11605,7 @@ schemas: description: Enum for all classification models supported by AutoML. possibleValuesFunc: PossibleClassificationModelsValues protocol: {} - - &ref_662 + - &ref_656 choices: - value: AUCWeighted language: @@ -11674,7 +11674,7 @@ schemas: description: Primary metrics for classification tasks. possibleValuesFunc: PossibleClassificationPrimaryMetricsValues protocol: {} - - &ref_51 + - &ref_50 choices: - value: Literal language: @@ -11745,7 +11745,7 @@ schemas: description: Enum to determine the Job Input Type. possibleValuesFunc: PossibleJobInputTypeValues protocol: {} - - &ref_674 + - &ref_668 choices: - value: Auto language: @@ -11784,7 +11784,7 @@ schemas: description: Featurization mode - determines data featurization mode. possibleValuesFunc: PossibleFeaturizationModeValues protocol: {} - - &ref_746 + - &ref_740 choices: - value: None language: @@ -11866,7 +11866,7 @@ schemas: LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression possibleValuesFunc: PossibleStackMetaLearnerTypeValues protocol: {} - - &ref_760 + - &ref_754 choices: - value: PyTorch language: @@ -11905,7 +11905,7 @@ schemas: description: Enum to determine the job distribution type. possibleValuesFunc: PossibleDistributionTypeValues protocol: {} - - &ref_777 + - &ref_771 choices: - value: Command language: @@ -11936,7 +11936,7 @@ schemas: description: '' possibleValuesFunc: PossibleJobLimitsTypeValues protocol: {} - - &ref_686 + - &ref_680 choices: - value: AutoArima language: @@ -12135,7 +12135,7 @@ schemas: description: Enum for all forecasting models supported by AutoML. possibleValuesFunc: PossibleForecastingModelsValues protocol: {} - - &ref_689 + - &ref_683 choices: - value: None language: @@ -12166,7 +12166,7 @@ schemas: description: Flag for generating lags for the numeric features. possibleValuesFunc: PossibleFeatureLagsValues protocol: {} - - &ref_709 + - &ref_703 choices: - value: None language: @@ -12213,7 +12213,7 @@ schemas: description: The parameter defining how if AutoML should handle short time series. possibleValuesFunc: PossibleShortSeriesHandlingConfigurationValues protocol: {} - - &ref_710 + - &ref_704 choices: - value: None language: @@ -12268,7 +12268,7 @@ schemas: description: Target aggregate function. possibleValuesFunc: PossibleTargetAggregationFunctionValues protocol: {} - - &ref_730 + - &ref_724 choices: - value: None language: @@ -12307,7 +12307,7 @@ schemas: description: Configure STL Decomposition of the time-series target column. possibleValuesFunc: PossibleUseStlValues protocol: {} - - &ref_731 + - &ref_725 choices: - value: SpearmanCorrelation language: @@ -12354,7 +12354,7 @@ schemas: description: Primary metrics for Forecasting task. possibleValuesFunc: PossibleForecastingPrimaryMetricsValues protocol: {} - - &ref_541 + - &ref_535 choices: - value: None language: @@ -12393,7 +12393,7 @@ schemas: description: Learning rate scheduler enum. possibleValuesFunc: PossibleLearningRateSchedulerValues protocol: {} - - &ref_547 + - &ref_541 choices: - value: None language: @@ -12440,7 +12440,7 @@ schemas: description: Stochastic optimizer for image models. possibleValuesFunc: PossibleStochasticOptimizerValues protocol: {} - - &ref_661 + - &ref_655 choices: - value: AUCWeighted language: @@ -12517,7 +12517,7 @@ schemas: description: Primary metrics for classification multilabel tasks. possibleValuesFunc: PossibleClassificationMultilabelPrimaryMetricsValues protocol: {} - - &ref_512 + - &ref_506 choices: - value: MeanAveragePrecision language: @@ -12544,7 +12544,7 @@ schemas: description: Primary metrics for InstanceSegmentation tasks. possibleValuesFunc: PossibleInstanceSegmentationPrimaryMetricsValues protocol: {} - - &ref_562 + - &ref_556 choices: - value: None language: @@ -12599,7 +12599,7 @@ schemas: description: Image model size. possibleValuesFunc: PossibleModelSizeValues protocol: {} - - &ref_569 + - &ref_563 choices: - value: None language: @@ -12646,7 +12646,7 @@ schemas: description: Metric computation method to use for validation metrics in image tasks. possibleValuesFunc: PossibleValidationMetricTypeValues protocol: {} - - &ref_513 + - &ref_507 choices: - value: MeanAveragePrecision language: @@ -12673,7 +12673,7 @@ schemas: description: Primary metrics for Image ObjectDetection task. possibleValuesFunc: PossibleObjectDetectionPrimaryMetricsValues protocol: {} - - &ref_784 + - &ref_778 choices: - value: Minimize language: @@ -12704,7 +12704,7 @@ schemas: description: Defines supported metric goals for hyperparameter tuning possibleValuesFunc: PossibleGoalValues protocol: {} - - &ref_789 + - &ref_783 choices: - value: Random language: @@ -12735,7 +12735,7 @@ schemas: description: The specific type of random algorithm possibleValuesFunc: PossibleRandomSamplingAlgorithmRuleValues protocol: {} - - &ref_159 + - &ref_157 choices: - value: Monday language: @@ -12806,7 +12806,7 @@ schemas: description: Enum of weekdays possibleValuesFunc: PossibleWeekdayValues protocol: {} - - &ref_156 + - &ref_154 choices: - value: Minute language: @@ -12861,7 +12861,7 @@ schemas: description: Enum to describe the frequency of a recurrence schedule possibleValuesFunc: PossibleRecurrenceFrequencyValues protocol: {} - - &ref_663 + - &ref_657 choices: - value: ElasticNet language: @@ -12976,7 +12976,7 @@ schemas: description: Enum for all Regression models supported by AutoML. possibleValuesFunc: PossibleRegressionModelsValues protocol: {} - - &ref_664 + - &ref_658 choices: - value: SpearmanCorrelation language: @@ -13024,7 +13024,7 @@ schemas: possibleValuesFunc: PossibleRegressionPrimaryMetricsValues protocol: {} sealedChoices: - - &ref_85 + - &ref_83 choices: - value: Free language: @@ -13072,7 +13072,7 @@ schemas: possibleValuesFunc: PossibleSKUTierValues protocol: {} constants: - - &ref_1288 + - &ref_1281 type: constant value: value: 2022-02-01-preview @@ -13085,7 +13085,7 @@ schemas: name: string description: Api Version (2022-02-01-preview) protocol: {} - - &ref_1291 + - &ref_1284 type: constant value: value: application/json @@ -13099,14 +13099,14 @@ schemas: description: 'Accept: application/json' protocol: {} dictionaries: - - &ref_81 + - &ref_79 type: dictionary - elementType: &ref_910 + elementType: &ref_904 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_54 + - schema: &ref_53 type: uuid apiVersions: - version: '3.0' @@ -13120,7 +13120,7 @@ schemas: protocol: {} readOnly: true serializedName: principalId - language: &ref_2469 + language: &ref_2462 default: name: principalId description: The principal ID of the assigned identity. @@ -13128,7 +13128,7 @@ schemas: name: PrincipalID description: READ-ONLY; The principal ID of the assigned identity. protocol: {} - - schema: &ref_55 + - schema: &ref_54 type: uuid apiVersions: - version: '3.0' @@ -13142,7 +13142,7 @@ schemas: protocol: {} readOnly: true serializedName: clientId - language: &ref_2468 + language: &ref_2461 default: name: clientId description: The client ID of the assigned identity. @@ -13181,7 +13181,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_83 + - &ref_81 type: dictionary elementType: *ref_1 language: @@ -13194,7 +13194,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_902 + - &ref_896 type: dictionary elementType: *ref_1 language: @@ -13207,7 +13207,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_918 + - &ref_912 type: dictionary elementType: *ref_1 language: @@ -13220,7 +13220,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_927 + - &ref_921 type: dictionary elementType: &ref_2 type: any @@ -13242,7 +13242,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_928 + - &ref_922 type: dictionary elementType: *ref_2 language: @@ -13255,7 +13255,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_929 + - &ref_923 type: dictionary elementType: *ref_2 language: @@ -13268,7 +13268,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_930 + - &ref_924 type: dictionary elementType: *ref_2 language: @@ -13281,7 +13281,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_931 + - &ref_925 type: dictionary elementType: *ref_2 language: @@ -13294,7 +13294,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_932 + - &ref_926 type: dictionary elementType: *ref_2 language: @@ -13307,7 +13307,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_933 + - &ref_927 type: dictionary elementType: *ref_2 language: @@ -13320,7 +13320,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_934 + - &ref_928 type: dictionary elementType: *ref_2 language: @@ -13333,7 +13333,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_935 + - &ref_929 type: dictionary elementType: *ref_2 language: @@ -13346,7 +13346,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_278 + - &ref_272 type: dictionary elementType: *ref_3 language: @@ -13359,7 +13359,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_284 + - &ref_278 type: dictionary elementType: *ref_4 language: @@ -13372,7 +13372,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_304 + - &ref_298 type: dictionary elementType: *ref_4 nullableItems: true @@ -13386,7 +13386,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_390 + - &ref_384 type: dictionary elementType: *ref_5 language: @@ -13399,7 +13399,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1051 + - &ref_1044 type: dictionary elementType: *ref_2 language: @@ -13417,7 +13417,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_1058 + - &ref_1051 type: dictionary elementType: *ref_6 nullableItems: true @@ -13431,7 +13431,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_377 + - &ref_371 type: dictionary elementType: *ref_2 language: @@ -13444,7 +13444,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_352 + - &ref_346 type: dictionary elementType: *ref_7 nullableItems: true @@ -13458,7 +13458,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_353 + - &ref_347 type: dictionary elementType: *ref_7 nullableItems: true @@ -13472,7 +13472,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1072 + - &ref_1065 type: dictionary elementType: *ref_8 nullableItems: true @@ -13486,7 +13486,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1090 + - &ref_1083 type: dictionary elementType: *ref_8 nullableItems: true @@ -13500,7 +13500,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1093 + - &ref_1086 type: dictionary elementType: *ref_8 nullableItems: true @@ -13514,7 +13514,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_826 + - &ref_820 type: dictionary elementType: *ref_9 nullableItems: true @@ -13528,7 +13528,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_827 + - &ref_821 type: dictionary elementType: *ref_9 nullableItems: true @@ -13556,9 +13556,9 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_823 + - &ref_817 type: dictionary - elementType: &ref_1109 + elementType: &ref_1102 type: object apiVersions: - version: 2022-02-01-preview @@ -13570,7 +13570,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3458 + language: &ref_3451 default: name: endpoint description: Url for endpoint. @@ -13585,7 +13585,7 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_3459 + language: &ref_3452 default: name: errorMessage description: Any error in the service. @@ -13600,7 +13600,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3460 + language: &ref_3453 default: name: jobServiceType description: Endpoint type. @@ -13615,7 +13615,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3461 + language: &ref_3454 default: name: port description: Port for endpoint. @@ -13626,10 +13626,7 @@ schemas: - schema: *ref_14 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3462 + language: &ref_3455 default: name: properties description: Additional properties to set on the endpoint. @@ -13645,7 +13642,7 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_3463 + language: &ref_3456 default: name: status description: Status of endpoint. @@ -13695,9 +13692,9 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_414 + - &ref_408 type: dictionary - elementType: &ref_1112 + elementType: &ref_1105 type: object apiVersions: - version: 2022-02-01-preview @@ -13705,10 +13702,7 @@ schemas: - schema: *ref_17 nullable: true serializedName: data - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3651 + language: &ref_3649 default: name: data description: Model flavor-specific data. @@ -13745,7 +13739,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_295 + - &ref_289 type: dictionary elementType: *ref_18 language: @@ -13758,7 +13752,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_298 + - &ref_292 type: dictionary elementType: *ref_18 language: @@ -13771,7 +13765,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1116 + - &ref_1109 type: dictionary elementType: *ref_18 language: @@ -13784,7 +13778,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1117 + - &ref_1110 type: dictionary elementType: *ref_18 language: @@ -13797,7 +13791,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1118 + - &ref_1111 type: dictionary elementType: *ref_19 nullableItems: true @@ -13811,7 +13805,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1131 + - &ref_1124 type: dictionary elementType: *ref_20 nullableItems: true @@ -13851,19 +13845,16 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_216 + - &ref_213 type: dictionary - elementType: &ref_1161 + elementType: &ref_1154 type: object apiVersions: - version: 2022-02-01-preview properties: - schema: *ref_22 serializedName: nodeSelector - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2737 + language: &ref_2730 default: name: nodeSelector description: Node Selector @@ -13872,14 +13863,14 @@ schemas: description: Node Selector byValue: true protocol: {} - - schema: &ref_1162 + - schema: &ref_1155 type: object apiVersions: - version: 2022-02-01-preview properties: - schema: *ref_23 serializedName: requests - language: &ref_2739 + language: &ref_2732 default: name: requests description: Resource requests for this instance type @@ -13890,7 +13881,7 @@ schemas: protocol: {} - schema: *ref_23 serializedName: limits - language: &ref_2738 + language: &ref_2731 default: name: limits description: Resource limits for this instance type @@ -13904,9 +13895,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_24 - anonymous: true language: default: name: InstanceTypeSchemaResources @@ -13920,9 +13908,7 @@ schemas: namespace: '' protocol: {} serializedName: resources - extensions: - x-internal-autorest-anonymous-schema: *ref_24 - language: &ref_2740 + language: &ref_2733 default: name: resources description: Resource requests/limits for this instance type @@ -13957,7 +13943,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_120 + - &ref_118 type: dictionary elementType: *ref_2 language: @@ -13970,7 +13956,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_496 + - &ref_490 type: dictionary elementType: *ref_21 nullableItems: true @@ -13984,39 +13970,40 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - type: dictionary - elementType: &ref_27 + - &ref_3462 + type: dictionary + elementType: &ref_26 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_497 + children: &ref_491 all: - - &ref_25 + - &ref_24 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeCustomModel parents: all: - - &ref_26 + - &ref_25 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_25 - - &ref_28 + - *ref_24 + - &ref_27 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeMLFlowModel parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14035,18 +14022,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_29 + - &ref_28 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeMLTable parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14065,18 +14052,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_30 + - &ref_29 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeTritonModel parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14095,18 +14082,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_31 + - &ref_30 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeURIFile parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14125,18 +14112,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_32 + - &ref_31 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeURIFolder parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14156,20 +14143,20 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_25 + - *ref_24 + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 properties: - - schema: *ref_33 + - schema: *ref_32 serializedName: mode extensions: x-ms-mutability: - create - read - language: &ref_3469 + language: &ref_3463 default: name: mode description: Output Asset Delivery Mode. @@ -14177,10 +14164,10 @@ schemas: name: Mode description: Output Asset Delivery Mode. protocol: {} - - schema: *ref_34 + - schema: *ref_33 nullable: true serializedName: uri - language: &ref_3470 + language: &ref_3464 default: name: uri description: Output Asset URI. @@ -14193,7 +14180,7 @@ schemas: usage: - output - input - language: &ref_3471 + language: &ref_3465 default: name: AssetJobOutput description: Asset output type. @@ -14204,10 +14191,10 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_27 + - *ref_26 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14226,35 +14213,35 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 immediate: - - *ref_25 + - *ref_24 + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 - discriminator: &ref_498 + discriminator: &ref_492 all: - CustomModel: *ref_25 - MLFlowModel: *ref_28 - MLTable: *ref_29 - TritonModel: *ref_30 - UriFile: *ref_31 - UriFolder: *ref_32 + CustomModel: *ref_24 + MLFlowModel: *ref_27 + MLTable: *ref_28 + TritonModel: *ref_29 + UriFile: *ref_30 + UriFolder: *ref_31 immediate: - CustomModel: *ref_25 - MLFlowModel: *ref_28 - MLTable: *ref_29 - TritonModel: *ref_30 - UriFile: *ref_31 - UriFolder: *ref_32 - property: &ref_37 - schema: *ref_35 + CustomModel: *ref_24 + MLFlowModel: *ref_27 + MLTable: *ref_28 + TritonModel: *ref_29 + UriFile: *ref_30 + UriFolder: *ref_31 + property: &ref_36 + schema: *ref_34 isDiscriminator: true required: true serializedName: jobOutputType @@ -14262,7 +14249,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3473 + language: &ref_3467 default: name: jobOutputType description: '[Required] Specifies the type of job.' @@ -14271,7 +14258,7 @@ schemas: description: REQUIRED; [Required] Specifies the type of job. protocol: {} properties: - - schema: *ref_36 + - schema: *ref_35 nullable: true required: false serializedName: description @@ -14279,7 +14266,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3472 + language: &ref_3466 default: name: description description: Description for the output. @@ -14287,13 +14274,13 @@ schemas: name: Description description: Description for the output. protocol: {} - - *ref_37 + - *ref_36 serializationFormats: - json usage: - output - input - language: &ref_3474 + language: &ref_3468 default: name: JobOutput description: Job output definition container information on where to find job output/logs. @@ -14325,7 +14312,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_671 + - &ref_665 type: dictionary elementType: *ref_21 nullableItems: true @@ -14339,22 +14326,22 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_675 + - &ref_669 type: dictionary - elementType: &ref_1274 + elementType: &ref_1267 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1193 + elementType: &ref_1186 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1273 + - schema: &ref_1266 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_38 + elementType: *ref_37 language: default: name: ColumnTransformerFields @@ -14379,9 +14366,6 @@ schemas: - schema: *ref_2 nullable: true serializedName: parameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: parameters @@ -14431,7 +14415,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_766 + - &ref_760 type: dictionary elementType: *ref_21 nullableItems: true @@ -14445,39 +14429,40 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - type: dictionary - elementType: &ref_41 + - &ref_3508 + type: dictionary + elementType: &ref_40 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_767 + children: &ref_761 all: - - &ref_39 + - &ref_38 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeMLTable parents: all: - - &ref_40 + - &ref_39 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_39 - - &ref_42 + - *ref_38 + - &ref_41 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeCustomModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14496,18 +14481,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_43 + - &ref_42 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeMLFlowModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14526,18 +14511,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_44 + - &ref_43 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeTritonModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14556,18 +14541,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_45 + - &ref_44 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeURIFile parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14586,18 +14571,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_46 + - &ref_45 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeURIFolder parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14617,14 +14602,14 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_39 + - *ref_38 + - *ref_41 - *ref_42 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 properties: - - schema: *ref_47 + - schema: *ref_46 required: false serializedName: mode extensions: @@ -14639,10 +14624,10 @@ schemas: name: Mode description: Input Asset Delivery Mode. protocol: {} - - schema: *ref_48 + - schema: *ref_47 required: true serializedName: uri - language: &ref_3481 + language: &ref_3475 default: name: uri description: '[Required] Input Asset URI.' @@ -14655,7 +14640,7 @@ schemas: usage: - output - input - language: &ref_3482 + language: &ref_3476 default: name: AssetJobInput description: Asset input type. @@ -14666,10 +14651,10 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_41 + - *ref_40 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14688,22 +14673,22 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_42 - - &ref_50 + - *ref_41 + - &ref_49 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeLiteral parents: all: - - *ref_41 + - *ref_40 immediate: - - *ref_41 + - *ref_40 properties: - - schema: *ref_49 + - schema: *ref_48 required: true serializedName: value - language: &ref_3515 + language: &ref_3510 default: name: value description: '[Required] Literal value for the input.' @@ -14729,37 +14714,37 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_42 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 immediate: - - *ref_39 + - *ref_38 + - *ref_41 + - *ref_49 - *ref_42 - - *ref_50 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 - discriminator: &ref_768 + discriminator: &ref_762 all: - CustomModel: *ref_42 - Literal: *ref_50 - MLFlowModel: *ref_43 - MLTable: *ref_39 - TritonModel: *ref_44 - UriFile: *ref_45 - UriFolder: *ref_46 + CustomModel: *ref_41 + Literal: *ref_49 + MLFlowModel: *ref_42 + MLTable: *ref_38 + TritonModel: *ref_43 + UriFile: *ref_44 + UriFolder: *ref_45 immediate: - CustomModel: *ref_42 - Literal: *ref_50 - MLFlowModel: *ref_43 - MLTable: *ref_39 - TritonModel: *ref_44 - UriFile: *ref_45 - UriFolder: *ref_46 - property: &ref_53 - schema: *ref_51 + CustomModel: *ref_41 + Literal: *ref_49 + MLFlowModel: *ref_42 + MLTable: *ref_38 + TritonModel: *ref_43 + UriFile: *ref_44 + UriFolder: *ref_45 + property: &ref_52 + schema: *ref_50 isDiscriminator: true required: true serializedName: jobInputType @@ -14767,7 +14752,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3483 + language: &ref_3477 default: name: jobInputType description: '[Required] Specifies the type of job.' @@ -14776,7 +14761,7 @@ schemas: description: REQUIRED; [Required] Specifies the type of job. protocol: {} properties: - - schema: *ref_52 + - schema: *ref_51 nullable: true required: false serializedName: description @@ -14784,7 +14769,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3514 + language: &ref_3509 default: name: description description: Description for the input. @@ -14792,13 +14777,13 @@ schemas: name: Description description: Description for the input. protocol: {} - - *ref_53 + - *ref_52 serializationFormats: - json usage: - output - input - language: &ref_3484 + language: &ref_3478 default: name: JobInput description: Command job definition. @@ -14831,8 +14816,9 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_3516 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: @@ -14844,8 +14830,9 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_41 + - &ref_3523 + type: dictionary + elementType: *ref_40 nullableItems: true language: default: @@ -14857,7 +14844,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_782 + - &ref_776 type: dictionary elementType: *ref_2 language: @@ -14870,8 +14857,9 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_3525 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: @@ -14884,7 +14872,7 @@ schemas: marshallingFormat: json protocol: {} - type: dictionary - elementType: *ref_41 + elementType: *ref_40 nullableItems: true language: default: @@ -14897,7 +14885,7 @@ schemas: marshallingFormat: json protocol: {} - type: dictionary - elementType: *ref_27 + elementType: *ref_26 nullableItems: true language: default: @@ -14909,7 +14897,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_800 + - &ref_794 type: dictionary elementType: *ref_21 nullableItems: true @@ -14926,7 +14914,7 @@ schemas: any: - *ref_2 dateTimes: - - &ref_866 + - &ref_860 type: date-time format: date-time apiVersions: @@ -14940,7 +14928,7 @@ schemas: description: The timestamp of resource creation (UTC). internalTimeType: timeRFC3339 protocol: {} - - &ref_868 + - &ref_862 type: date-time format: date-time apiVersions: @@ -14954,7 +14942,7 @@ schemas: description: The timestamp of resource last modification (UTC) internalTimeType: timeRFC3339 protocol: {} - - &ref_247 + - &ref_242 type: date-time format: date-time apiVersions: @@ -14968,7 +14956,7 @@ schemas: description: The time at which the compute was created. internalTimeType: timeRFC3339 protocol: {} - - &ref_248 + - &ref_243 type: date-time format: date-time apiVersions: @@ -14982,7 +14970,7 @@ schemas: description: The time at which the compute was last modified. internalTimeType: timeRFC3339 protocol: {} - - &ref_162 + - &ref_160 type: date-time format: date-time apiVersions: @@ -14996,7 +14984,7 @@ schemas: description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" internalTimeType: timeRFC3339 protocol: {} - - &ref_165 + - &ref_163 type: date-time format: date-time apiVersions: @@ -15010,7 +14998,7 @@ schemas: description: Specifies start time of schedule in ISO 8601 format. internalTimeType: timeRFC3339 protocol: {} - - &ref_109 + - &ref_107 type: date-time format: date-time apiVersions: @@ -15025,7 +15013,7 @@ schemas: description: The time at which the compute entered its current allocation state. internalTimeType: timeRFC3339 protocol: {} - - &ref_147 + - &ref_145 type: date-time format: date-time apiVersions: @@ -15039,7 +15027,7 @@ schemas: description: Time of the last operation. internalTimeType: timeRFC3339 protocol: {} - - &ref_188 + - &ref_186 type: date-time format: date-time apiVersions: @@ -15055,7 +15043,7 @@ schemas: internalTimeType: timeRFC3339 protocol: {} durations: - - &ref_102 + - &ref_100 type: duration apiVersions: - version: 2022-02-01-preview @@ -15067,7 +15055,7 @@ schemas: name: string description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. protocol: {} - - &ref_1643 + - &ref_1636 type: duration apiVersions: - version: 2022-02-01-preview @@ -15081,7 +15069,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_1665 + - &ref_1658 type: duration apiVersions: - version: 2022-02-01-preview @@ -15095,7 +15083,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_1679 + - &ref_1672 type: duration apiVersions: - version: 2022-02-01-preview @@ -15109,7 +15097,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_379 + - &ref_373 type: duration apiVersions: - version: 2022-02-01-preview @@ -15122,7 +15110,7 @@ schemas: name: string description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} - - &ref_1713 + - &ref_1706 type: duration apiVersions: - version: 2022-02-01-preview @@ -15136,7 +15124,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_1092 + - &ref_1085 type: duration apiVersions: - version: 2022-02-01-preview @@ -15148,7 +15136,7 @@ schemas: name: string description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} - - &ref_1736 + - &ref_1729 type: duration apiVersions: - version: 2022-02-01-preview @@ -15162,7 +15150,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_1751 + - &ref_1744 type: duration apiVersions: - version: 2022-02-01-preview @@ -15176,7 +15164,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2139 + - &ref_2132 type: duration apiVersions: - version: 2022-02-01-preview @@ -15190,7 +15178,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2273 + - &ref_2266 type: duration apiVersions: - version: 2022-02-01-preview @@ -15204,7 +15192,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2294 + - &ref_2287 type: duration apiVersions: - version: 2022-02-01-preview @@ -15218,7 +15206,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2308 + - &ref_2301 type: duration apiVersions: - version: 2022-02-01-preview @@ -15232,7 +15220,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_324 + - &ref_318 type: duration apiVersions: - version: 2022-02-01-preview @@ -15244,7 +15232,7 @@ schemas: name: string description: The delay before the first probe in ISO 8601 format. protocol: {} - - &ref_325 + - &ref_319 type: duration apiVersions: - version: 2022-02-01-preview @@ -15257,7 +15245,7 @@ schemas: name: string description: The length of time between probes in ISO 8601 format. protocol: {} - - &ref_327 + - &ref_321 type: duration apiVersions: - version: 2022-02-01-preview @@ -15270,7 +15258,7 @@ schemas: name: string description: The probe timeout in ISO 8601 format. protocol: {} - - &ref_334 + - &ref_328 type: duration apiVersions: - version: 2022-02-01-preview @@ -15283,7 +15271,7 @@ schemas: name: string description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." protocol: {} - - &ref_335 + - &ref_329 type: duration apiVersions: - version: 2022-02-01-preview @@ -15296,7 +15284,7 @@ schemas: name: string description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." protocol: {} - - &ref_2365 + - &ref_2358 type: duration apiVersions: - version: 2022-02-01-preview @@ -15310,7 +15298,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2388 + - &ref_2381 type: duration apiVersions: - version: 2022-02-01-preview @@ -15324,7 +15312,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2403 + - &ref_2396 type: duration apiVersions: - version: 2022-02-01-preview @@ -15338,7 +15326,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_737 + - &ref_731 type: duration apiVersions: - version: 2022-02-01-preview @@ -15351,7 +15339,7 @@ schemas: name: string description: AutoML job timeout. protocol: {} - - &ref_738 + - &ref_732 type: duration apiVersions: - version: 2022-02-01-preview @@ -15364,7 +15352,7 @@ schemas: name: string description: Iteration timeout. protocol: {} - - &ref_744 + - &ref_738 type: duration apiVersions: - version: 2022-02-01-preview @@ -15377,7 +15365,7 @@ schemas: name: string description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." protocol: {} - - &ref_779 + - &ref_773 type: duration apiVersions: - version: 2022-02-01-preview @@ -15389,7 +15377,7 @@ schemas: name: string description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. protocol: {} - - &ref_643 + - &ref_637 type: duration apiVersions: - version: 2022-02-01-preview @@ -15401,7 +15389,7 @@ schemas: name: string description: AutoML job timeout. protocol: {} - - &ref_681 + - &ref_675 type: duration apiVersions: - version: 2022-02-01-preview @@ -15413,7 +15401,7 @@ schemas: name: string description: AutoML job timeout. protocol: {} - - &ref_775 + - &ref_769 type: duration apiVersions: - version: 2022-02-01-preview @@ -15425,7 +15413,7 @@ schemas: name: string description: Sweep Job Trial timeout value. protocol: {} - - &ref_341 + - &ref_335 type: duration apiVersions: - version: 2022-02-01-preview @@ -15439,7 +15427,7 @@ schemas: description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. protocol: {} uuids: - - &ref_78 + - &ref_76 type: uuid apiVersions: - version: '3.0' @@ -15451,7 +15439,7 @@ schemas: name: string description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - &ref_79 + - &ref_77 type: uuid apiVersions: - version: '3.0' @@ -15463,9 +15451,9 @@ schemas: name: string description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} + - *ref_53 - *ref_54 - - *ref_55 - - &ref_454 + - &ref_448 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15477,7 +15465,7 @@ schemas: name: string description: '[Required] Service principal client ID.' protocol: {} - - &ref_471 + - &ref_465 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15489,7 +15477,7 @@ schemas: name: string description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} - - &ref_812 + - &ref_806 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15505,7 +15493,7 @@ schemas: name: string description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. protocol: {} - - &ref_813 + - &ref_807 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15521,7 +15509,7 @@ schemas: name: string description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. protocol: {} - - &ref_480 + - &ref_474 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15533,7 +15521,7 @@ schemas: name: string description: '[Required] Service principal client ID.' protocol: {} - - &ref_482 + - &ref_476 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15546,23 +15534,23 @@ schemas: description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} objects: - - &ref_1292 + - &ref_1285 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1206 + - schema: &ref_1199 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_63 + elementType: &ref_61 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_56 + - schema: *ref_55 serializedName: name - language: &ref_2449 + language: &ref_2442 default: name: name description: 'Operation name: {provider}/{resource}/{operation}' @@ -15570,14 +15558,14 @@ schemas: name: Name description: 'Operation name: {provider}/{resource}/{operation}' protocol: {} - - schema: &ref_64 + - schema: &ref_62 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_57 + - schema: *ref_56 serializedName: provider - language: &ref_2451 + language: &ref_2444 default: name: provider description: 'The resource provider name: Microsoft.MachineLearningExperimentation' @@ -15585,9 +15573,9 @@ schemas: name: Provider description: 'The resource provider name: Microsoft.MachineLearningExperimentation' protocol: {} - - schema: *ref_58 + - schema: *ref_57 serializedName: resource - language: &ref_2452 + language: &ref_2445 default: name: resource description: The resource on which the operation is performed. @@ -15595,9 +15583,9 @@ schemas: name: Resource description: The resource on which the operation is performed. protocol: {} - - schema: *ref_59 + - schema: *ref_58 serializedName: operation - language: &ref_2450 + language: &ref_2443 default: name: operation description: The operation that users can perform. @@ -15605,7 +15593,7 @@ schemas: name: Operation description: The operation that users can perform. protocol: {} - - schema: *ref_60 + - schema: *ref_59 serializedName: description language: default: @@ -15619,9 +15607,6 @@ schemas: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_61 - anonymous: true language: default: name: AmlOperationDisplay @@ -15634,9 +15619,7 @@ schemas: namespace: '' protocol: {} serializedName: display - extensions: - x-internal-autorest-anonymous-schema: *ref_61 - language: &ref_2453 + language: &ref_2446 default: name: display description: Display name of operation @@ -15644,7 +15627,7 @@ schemas: name: Display description: Display name of operation protocol: {} - - schema: *ref_62 + - schema: *ref_60 serializedName: isDataAction language: default: @@ -15686,7 +15669,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2454 + language: &ref_2447 default: name: value description: List of AML workspace operations supported by the AML workspace resource provider. @@ -15711,19 +15694,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_63 - - *ref_64 - - &ref_110 + - *ref_61 + - *ref_62 + - &ref_108 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_68 + - schema: &ref_66 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_65 + - schema: *ref_63 readOnly: true serializedName: code language: @@ -15734,7 +15717,7 @@ schemas: name: Code description: READ-ONLY; The error code. protocol: {} - - schema: *ref_66 + - schema: *ref_64 readOnly: true serializedName: message language: @@ -15745,7 +15728,7 @@ schemas: name: Message description: READ-ONLY; The error message. protocol: {} - - schema: *ref_67 + - schema: *ref_65 readOnly: true serializedName: target language: @@ -15756,11 +15739,11 @@ schemas: name: Target description: READ-ONLY; The error target. protocol: {} - - schema: &ref_1207 + - schema: &ref_1200 type: array apiVersions: - version: '3.0' - elementType: *ref_68 + elementType: *ref_66 language: default: name: ErrorDetailDetails @@ -15782,16 +15765,16 @@ schemas: description: READ-ONLY; The error details. byValue: true protocol: {} - - schema: &ref_1208 + - schema: &ref_1201 type: array apiVersions: - version: '3.0' - elementType: &ref_70 + elementType: &ref_68 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_69 + - schema: *ref_67 readOnly: true serializedName: type language: @@ -15805,9 +15788,6 @@ schemas: - schema: *ref_2 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info @@ -15902,44 +15882,44 @@ schemas: namespace: '' summary: Error response protocol: {} + - *ref_66 - *ref_68 - - *ref_70 - - &ref_89 + - &ref_87 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_71 + - &ref_69 type: object apiVersions: - version: '3.0' children: all: - - &ref_846 + - &ref_840 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_907 + - schema: &ref_901 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_908 + - schema: &ref_902 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_72 + - schema: *ref_70 readOnly: true serializedName: id - language: &ref_2490 + language: &ref_2483 default: name: id description: The ARM identifier for Private Endpoint @@ -15947,7 +15927,7 @@ schemas: name: ID description: READ-ONLY; The ARM identifier for Private Endpoint protocol: {} - - schema: *ref_73 + - schema: *ref_71 readOnly: true serializedName: subnetArmId language: @@ -15976,7 +15956,7 @@ schemas: protocol: {} required: false serializedName: privateEndpoint - language: &ref_2491 + language: &ref_2484 default: name: privateEndpoint description: The resource of private end point. @@ -15984,14 +15964,14 @@ schemas: name: PrivateEndpoint description: The resource of private end point. protocol: {} - - schema: &ref_909 + - schema: &ref_903 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_74 + - schema: *ref_72 serializedName: status - language: &ref_2494 + language: &ref_2487 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. @@ -15999,9 +15979,9 @@ schemas: name: Status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - - schema: *ref_75 + - schema: *ref_73 serializedName: description - language: &ref_2492 + language: &ref_2485 default: name: description description: The reason for approval/rejection of the connection. @@ -16009,9 +15989,9 @@ schemas: name: Description description: The reason for approval/rejection of the connection. protocol: {} - - schema: *ref_76 + - schema: *ref_74 serializedName: actionsRequired - language: &ref_2493 + language: &ref_2486 default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. @@ -16037,7 +16017,7 @@ schemas: protocol: {} required: true serializedName: privateLinkServiceConnectionState - language: &ref_2495 + language: &ref_2488 default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. @@ -16045,11 +16025,11 @@ schemas: name: PrivateLinkServiceConnectionState description: REQUIRED; A collection of information about the state of the connection between service consumer and provider. protocol: {} - - schema: *ref_77 + - schema: *ref_75 readOnly: true required: false serializedName: provisioningState - language: &ref_2496 + language: &ref_2489 default: name: provisioningState description: The provisioning state of the private endpoint connection resource. @@ -16076,7 +16056,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2497 + language: &ref_2490 default: name: properties description: Resource properties. @@ -16084,16 +16064,16 @@ schemas: name: Properties description: Resource properties. protocol: {} - - schema: &ref_276 + - schema: &ref_270 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_78 + - schema: *ref_76 readOnly: true required: false serializedName: principalId - language: &ref_2466 + language: &ref_2459 default: name: principalId description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. @@ -16101,11 +16081,11 @@ schemas: name: PrincipalID description: READ-ONLY; The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - schema: *ref_79 + - schema: *ref_77 readOnly: true required: false serializedName: tenantId - language: &ref_2467 + language: &ref_2460 default: name: tenantId description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. @@ -16113,10 +16093,10 @@ schemas: name: TenantID description: READ-ONLY; The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - schema: *ref_80 + - schema: *ref_78 required: true serializedName: type - language: &ref_2465 + language: &ref_2458 default: name: type description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). @@ -16124,10 +16104,10 @@ schemas: name: Type description: REQUIRED; Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). protocol: {} - - schema: *ref_81 + - schema: *ref_79 required: false serializedName: userAssignedIdentities - language: &ref_2470 + language: &ref_2463 default: name: userAssignedIdentities description: >- @@ -16167,7 +16147,7 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: *ref_82 + - schema: *ref_80 serializedName: location language: default: @@ -16177,11 +16157,8 @@ schemas: name: Location description: Specifies the location of the resource. protocol: {} - - schema: *ref_83 + - schema: *ref_81 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -16191,15 +16168,15 @@ schemas: description: Contains resource tags defined as key/value pairs. byValue: true protocol: {} - - schema: &ref_279 + - schema: &ref_273 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_84 + - schema: *ref_82 required: true serializedName: name - language: &ref_2930 + language: &ref_2923 default: name: name description: The name of the SKU. Ex - P3. It is typically a letter+number code @@ -16207,10 +16184,10 @@ schemas: name: Name description: REQUIRED; The name of the SKU. Ex - P3. It is typically a letter+number code protocol: {} - - schema: *ref_85 + - schema: *ref_83 required: false serializedName: tier - language: &ref_2934 + language: &ref_2927 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. @@ -16218,10 +16195,10 @@ schemas: name: Tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. protocol: {} - - schema: *ref_86 + - schema: *ref_84 required: false serializedName: size - language: &ref_2933 + language: &ref_2926 default: name: size description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' @@ -16229,10 +16206,10 @@ schemas: name: Size description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - schema: *ref_87 + - schema: *ref_85 required: false serializedName: family - language: &ref_2932 + language: &ref_2925 default: name: family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. @@ -16240,10 +16217,10 @@ schemas: name: Family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - schema: *ref_88 + - schema: *ref_86 required: false serializedName: capacity - language: &ref_2931 + language: &ref_2924 default: name: capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. @@ -16293,69 +16270,69 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_89 - - &ref_90 + - *ref_87 + - &ref_88 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 - - &ref_275 + - *ref_69 + - &ref_269 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_90 + - *ref_88 immediate: - - *ref_90 + - *ref_88 properties: - schema: type: object - children: &ref_91 + children: &ref_89 all: - - &ref_92 + - &ref_90 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeAKS parents: all: - - &ref_93 + - &ref_91 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_91 - discriminator: &ref_273 + children: *ref_89 + discriminator: &ref_267 all: - AKS: *ref_92 - AmlCompute: &ref_94 + AKS: *ref_90 + AmlCompute: &ref_92 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeAmlCompute parents: all: - - *ref_93 - - &ref_121 + - *ref_91 + - &ref_119 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_94 + - *ref_92 immediate: - - *ref_94 + - *ref_92 properties: - - schema: &ref_1163 + - schema: &ref_1156 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_95 + - schema: *ref_93 serializedName: osType - language: &ref_2719 + language: &ref_2712 default: name: osType description: Compute OS Type @@ -16363,9 +16340,9 @@ schemas: name: OSType description: Compute OS Type protocol: {} - - schema: *ref_96 + - schema: *ref_94 serializedName: vmSize - language: &ref_2730 + language: &ref_2723 default: name: vmSize description: Virtual Machine Size @@ -16373,9 +16350,9 @@ schemas: name: VMSize description: Virtual Machine Size protocol: {} - - schema: *ref_97 + - schema: *ref_95 serializedName: vmPriority - language: &ref_2729 + language: &ref_2722 default: name: vmPriority description: Virtual Machine priority @@ -16383,15 +16360,15 @@ schemas: name: VMPriority description: Virtual Machine priority protocol: {} - - schema: &ref_1164 + - schema: &ref_1157 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_98 + - schema: *ref_96 required: true serializedName: id - language: &ref_2782 + language: &ref_2775 default: name: id description: Virtual Machine image path @@ -16416,7 +16393,7 @@ schemas: namespace: '' protocol: {} serializedName: virtualMachineImage - language: &ref_2728 + language: &ref_2721 default: name: virtualMachineImage description: Virtual Machine image for AML Compute - windows only @@ -16424,9 +16401,9 @@ schemas: name: VirtualMachineImage description: Virtual Machine image for AML Compute - windows only protocol: {} - - schema: *ref_99 + - schema: *ref_97 serializedName: isolatedNetwork - language: &ref_2711 + language: &ref_2704 default: name: isolatedNetwork description: Network is isolated or not @@ -16434,15 +16411,15 @@ schemas: name: IsolatedNetwork description: Network is isolated or not protocol: {} - - schema: &ref_1006 + - schema: &ref_999 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_100 + - schema: *ref_98 required: true serializedName: maxNodeCount - language: &ref_2721 + language: &ref_2714 default: name: maxNodeCount description: Max number of nodes to use @@ -16450,10 +16427,10 @@ schemas: name: MaxNodeCount description: REQUIRED; Max number of nodes to use protocol: {} - - schema: *ref_101 + - schema: *ref_99 required: false serializedName: minNodeCount - language: &ref_2722 + language: &ref_2715 default: name: minNodeCount description: Min number of nodes to use @@ -16461,10 +16438,10 @@ schemas: name: MinNodeCount description: Min number of nodes to use protocol: {} - - schema: *ref_102 + - schema: *ref_100 required: false serializedName: nodeIdleTimeBeforeScaleDown - language: &ref_2723 + language: &ref_2716 default: name: nodeIdleTimeBeforeScaleDown description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. @@ -16489,7 +16466,7 @@ schemas: namespace: '' protocol: {} serializedName: scaleSettings - language: &ref_2724 + language: &ref_2717 default: name: scaleSettings description: Scale settings for AML Compute @@ -16497,12 +16474,12 @@ schemas: name: ScaleSettings description: Scale settings for AML Compute protocol: {} - - schema: &ref_1165 + - schema: &ref_1158 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_103 + - schema: *ref_101 required: true serializedName: adminUserName language: @@ -16513,7 +16490,7 @@ schemas: name: AdminUserName description: REQUIRED; Name of the administrator user account which can be used to SSH to nodes. protocol: {} - - schema: *ref_104 + - schema: *ref_102 required: false serializedName: adminUserSshPublicKey language: @@ -16524,7 +16501,7 @@ schemas: name: AdminUserSSHPublicKey description: SSH public key of the administrator user account. protocol: {} - - schema: *ref_105 + - schema: *ref_103 required: false serializedName: adminUserPassword language: @@ -16560,15 +16537,15 @@ schemas: name: UserAccountCredentials description: Credentials for an administrator user account that will be created on each compute node. protocol: {} - - schema: &ref_124 + - schema: &ref_122 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_106 + - schema: *ref_104 required: true serializedName: id - language: &ref_2725 + language: &ref_2718 default: name: id description: The ID of the resource @@ -16599,7 +16576,7 @@ schemas: extensions: x-ms-azure-resource: true x-nullable: true - language: &ref_2726 + language: &ref_2719 default: name: subnet description: Virtual network subnet resource ID the compute nodes belong to. @@ -16607,9 +16584,9 @@ schemas: name: Subnet description: Virtual network subnet resource ID the compute nodes belong to. protocol: {} - - schema: *ref_107 + - schema: *ref_105 serializedName: remoteLoginPortPublicAccess - language: &ref_2720 + language: &ref_2713 default: name: remoteLoginPortPublicAccess description: >- @@ -16627,10 +16604,10 @@ schemas: creation time, after creation it will be either enabled or disabled. protocol: {} - - schema: *ref_108 + - schema: *ref_106 readOnly: true serializedName: allocationState - language: &ref_2706 + language: &ref_2699 default: name: allocationState description: >- @@ -16648,10 +16625,10 @@ schemas: compute nodes are being added to or removed from the compute. protocol: {} - - schema: *ref_109 + - schema: *ref_107 readOnly: true serializedName: allocationStateTransitionTime - language: &ref_2707 + language: &ref_2700 default: name: allocationStateTransitionTime description: The time at which the compute entered its current allocation state. @@ -16659,11 +16636,11 @@ schemas: name: AllocationStateTransitionTime description: READ-ONLY; The time at which the compute entered its current allocation state. protocol: {} - - schema: &ref_1260 + - schema: &ref_1253 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_110 + elementType: *ref_108 summary: Errors. extensions: x-ms-identifiers: @@ -16683,7 +16660,7 @@ schemas: extensions: x-ms-identifiers: - /error/code - language: &ref_2710 + language: &ref_2703 default: name: errors description: Collection of errors encountered by various compute nodes during node setup. @@ -16692,10 +16669,10 @@ schemas: description: READ-ONLY; Collection of errors encountered by various compute nodes during node setup. byValue: true protocol: {} - - schema: *ref_111 + - schema: *ref_109 readOnly: true serializedName: currentNodeCount - language: &ref_2708 + language: &ref_2701 default: name: currentNodeCount description: The number of compute nodes currently assigned to the compute. @@ -16703,10 +16680,10 @@ schemas: name: CurrentNodeCount description: READ-ONLY; The number of compute nodes currently assigned to the compute. protocol: {} - - schema: *ref_112 + - schema: *ref_110 readOnly: true serializedName: targetNodeCount - language: &ref_2727 + language: &ref_2720 default: name: targetNodeCount description: >- @@ -16720,15 +16697,15 @@ schemas: this property denotes the target node count for the previous resize operation. protocol: {} - - schema: &ref_1166 + - schema: &ref_1159 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_113 + - schema: *ref_111 readOnly: true serializedName: idleNodeCount - language: &ref_2712 + language: &ref_2705 default: name: idleNodeCount description: Number of compute nodes in idle state. @@ -16736,10 +16713,10 @@ schemas: name: IdleNodeCount description: READ-ONLY; Number of compute nodes in idle state. protocol: {} - - schema: *ref_114 + - schema: *ref_112 readOnly: true serializedName: runningNodeCount - language: &ref_2716 + language: &ref_2709 default: name: runningNodeCount description: Number of compute nodes which are running jobs. @@ -16747,10 +16724,10 @@ schemas: name: RunningNodeCount description: READ-ONLY; Number of compute nodes which are running jobs. protocol: {} - - schema: *ref_115 + - schema: *ref_113 readOnly: true serializedName: preparingNodeCount - language: &ref_2715 + language: &ref_2708 default: name: preparingNodeCount description: Number of compute nodes which are being prepared. @@ -16758,10 +16735,10 @@ schemas: name: PreparingNodeCount description: READ-ONLY; Number of compute nodes which are being prepared. protocol: {} - - schema: *ref_116 + - schema: *ref_114 readOnly: true serializedName: unusableNodeCount - language: &ref_2717 + language: &ref_2710 default: name: unusableNodeCount description: Number of compute nodes which are in unusable state. @@ -16769,10 +16746,10 @@ schemas: name: UnusableNodeCount description: READ-ONLY; Number of compute nodes which are in unusable state. protocol: {} - - schema: *ref_117 + - schema: *ref_115 readOnly: true serializedName: leavingNodeCount - language: &ref_2713 + language: &ref_2706 default: name: leavingNodeCount description: Number of compute nodes which are leaving the amlCompute. @@ -16780,10 +16757,10 @@ schemas: name: LeavingNodeCount description: READ-ONLY; Number of compute nodes which are leaving the amlCompute. protocol: {} - - schema: *ref_118 + - schema: *ref_116 readOnly: true serializedName: preemptedNodeCount - language: &ref_2714 + language: &ref_2707 default: name: preemptedNodeCount description: Number of compute nodes which are in preempted state. @@ -16809,7 +16786,7 @@ schemas: protocol: {} readOnly: true serializedName: nodeStateCounts - language: &ref_2718 + language: &ref_2711 default: name: nodeStateCounts description: Counts of various node states on the compute. @@ -16817,9 +16794,9 @@ schemas: name: NodeStateCounts description: READ-ONLY; Counts of various node states on the compute. protocol: {} - - schema: *ref_119 + - schema: *ref_117 serializedName: enableNodePublicIp - language: &ref_2709 + language: &ref_2702 default: name: enableNodePublicIp description: >- @@ -16833,11 +16810,8 @@ schemas: compute nodes will have a private endpoint and no public IPs. protocol: {} - - schema: *ref_120 + - schema: *ref_118 serializedName: propertyBag - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: propertyBag @@ -16866,7 +16840,7 @@ schemas: needsDateTimeMarshalling: true protocol: {} serializedName: properties - language: &ref_2731 + language: &ref_2724 default: name: properties description: Properties of AmlCompute @@ -16879,7 +16853,7 @@ schemas: usage: - output - input - language: &ref_2732 + language: &ref_2725 default: name: AmlComputeSchema description: Properties(top level) of AmlCompute @@ -16891,8 +16865,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_121 + - *ref_91 + - *ref_119 serializationFormats: - json usage: @@ -16911,32 +16885,32 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - ComputeInstance: &ref_122 + ComputeInstance: &ref_120 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeComputeInstance parents: all: - - *ref_93 - - &ref_191 + - *ref_91 + - &ref_189 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_122 + - *ref_120 immediate: - - *ref_122 + - *ref_120 properties: - - schema: &ref_1167 + - schema: &ref_1160 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_123 + - schema: *ref_121 serializedName: vmSize - language: &ref_2771 + language: &ref_2764 default: name: vmSize description: Virtual Machine Size @@ -16944,11 +16918,11 @@ schemas: name: VMSize description: Virtual Machine Size protocol: {} - - schema: *ref_124 + - schema: *ref_122 serializedName: subnet extensions: x-ms-azure-resource: true - language: &ref_2770 + language: &ref_2763 default: name: subnet description: Virtual network subnet resource ID the compute nodes belong to. @@ -16956,9 +16930,9 @@ schemas: name: Subnet description: Virtual network subnet resource ID the compute nodes belong to. protocol: {} - - schema: *ref_125 + - schema: *ref_123 serializedName: applicationSharingPolicy - language: &ref_2748 + language: &ref_2741 default: name: applicationSharingPolicy description: >- @@ -16972,14 +16946,14 @@ schemas: user can access applications on this instance depending on his/her assigned role. protocol: {} - - schema: &ref_1168 + - schema: &ref_1161 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_126 + - schema: *ref_124 serializedName: sshPublicAccess - language: &ref_2767 + language: &ref_2760 default: name: sshPublicAccess description: >- @@ -16993,10 +16967,10 @@ schemas: according to the VNet/subnet policy if applicable. protocol: {} - - schema: *ref_127 + - schema: *ref_125 readOnly: true serializedName: adminUserName - language: &ref_2765 + language: &ref_2758 default: name: adminUserName description: Describes the admin user name. @@ -17004,10 +16978,10 @@ schemas: name: AdminUserName description: READ-ONLY; Describes the admin user name. protocol: {} - - schema: *ref_128 + - schema: *ref_126 readOnly: true serializedName: sshPort - language: &ref_2766 + language: &ref_2759 default: name: sshPort description: Describes the port for connecting through SSH. @@ -17015,7 +16989,7 @@ schemas: name: SSHPort description: READ-ONLY; Describes the port for connecting through SSH. protocol: {} - - schema: *ref_129 + - schema: *ref_127 serializedName: adminPublicKey language: default: @@ -17042,7 +17016,7 @@ schemas: namespace: '' protocol: {} serializedName: sshSettings - language: &ref_2768 + language: &ref_2761 default: name: sshSettings description: Specifies policy and settings for SSH access. @@ -17050,15 +17024,15 @@ schemas: name: SSHSettings description: Specifies policy and settings for SSH access. protocol: {} - - schema: &ref_1169 + - schema: &ref_1162 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_130 + - schema: *ref_128 readOnly: true serializedName: publicIpAddress - language: &ref_2754 + language: &ref_2747 default: name: publicIpAddress description: Public IP Address of this ComputeInstance. @@ -17066,10 +17040,10 @@ schemas: name: PublicIPAddress description: READ-ONLY; Public IP Address of this ComputeInstance. protocol: {} - - schema: *ref_131 + - schema: *ref_129 readOnly: true serializedName: privateIpAddress - language: &ref_2753 + language: &ref_2746 default: name: privateIpAddress description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). @@ -17095,7 +17069,7 @@ schemas: protocol: {} readOnly: true serializedName: connectivityEndpoints - language: &ref_2755 + language: &ref_2748 default: name: connectivityEndpoints description: Describes all connectivity endpoints available for this ComputeInstance. @@ -17103,18 +17077,18 @@ schemas: name: ConnectivityEndpoints description: READ-ONLY; Describes all connectivity endpoints available for this ComputeInstance. protocol: {} - - schema: &ref_1261 + - schema: &ref_1254 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1170 + elementType: &ref_1163 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_132 + - schema: *ref_130 serializedName: displayName - language: &ref_2749 + language: &ref_2742 default: name: displayName description: Name of the ComputeInstance application. @@ -17122,9 +17096,9 @@ schemas: name: DisplayName description: Name of the ComputeInstance application. protocol: {} - - schema: *ref_133 + - schema: *ref_131 serializedName: endpointUri - language: &ref_2750 + language: &ref_2743 default: name: endpointUri description: Application' endpoint URI. @@ -17166,7 +17140,7 @@ schemas: extensions: x-ms-identifiers: - displayName - language: &ref_2751 + language: &ref_2744 default: name: applications description: Describes available applications and their endpoints on this ComputeInstance. @@ -17175,15 +17149,15 @@ schemas: description: READ-ONLY; Describes available applications and their endpoints on this ComputeInstance. byValue: true protocol: {} - - schema: &ref_1171 + - schema: &ref_1164 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_134 + - schema: *ref_132 readOnly: true serializedName: userName - language: &ref_2757 + language: &ref_2750 default: name: userName description: Name of the user. @@ -17191,10 +17165,10 @@ schemas: name: UserName description: READ-ONLY; Name of the user. protocol: {} - - schema: *ref_135 + - schema: *ref_133 readOnly: true serializedName: userOrgId - language: &ref_2758 + language: &ref_2751 default: name: userOrgId description: Uniquely identifies user' Azure Active Directory organization. @@ -17202,10 +17176,10 @@ schemas: name: UserOrgID description: READ-ONLY; Uniquely identifies user' Azure Active Directory organization. protocol: {} - - schema: *ref_136 + - schema: *ref_134 readOnly: true serializedName: userId - language: &ref_2756 + language: &ref_2749 default: name: userId description: Uniquely identifies the user within his/her organization. @@ -17231,7 +17205,7 @@ schemas: protocol: {} readOnly: true serializedName: createdBy - language: &ref_2759 + language: &ref_2752 default: name: createdBy description: Describes information on user who created this ComputeInstance. @@ -17239,11 +17213,11 @@ schemas: name: CreatedBy description: READ-ONLY; Describes information on user who created this ComputeInstance. protocol: {} - - schema: &ref_1262 + - schema: &ref_1255 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_110 + elementType: *ref_108 summary: Errors. extensions: x-ms-identifiers: @@ -17263,7 +17237,7 @@ schemas: extensions: x-ms-identifiers: - /error/code - language: &ref_2760 + language: &ref_2753 default: name: errors description: Collection of errors encountered on this ComputeInstance. @@ -17272,10 +17246,10 @@ schemas: description: READ-ONLY; Collection of errors encountered on this ComputeInstance. byValue: true protocol: {} - - schema: *ref_137 + - schema: *ref_135 readOnly: true serializedName: state - language: &ref_2769 + language: &ref_2762 default: name: state description: The current state of this ComputeInstance. @@ -17283,9 +17257,9 @@ schemas: name: State description: READ-ONLY; The current state of this ComputeInstance. protocol: {} - - schema: *ref_138 + - schema: *ref_136 serializedName: computeInstanceAuthorizationType - language: &ref_2752 + language: &ref_2745 default: name: computeInstanceAuthorizationType description: The Compute Instance Authorization type. Available values are personal (default). @@ -17293,20 +17267,20 @@ schemas: name: ComputeInstanceAuthorizationType description: The Compute Instance Authorization type. Available values are personal (default). protocol: {} - - schema: &ref_1172 + - schema: &ref_1165 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1173 + - schema: &ref_1166 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_139 + - schema: *ref_137 required: true serializedName: objectId - language: &ref_2761 + language: &ref_2754 default: name: objectId description: User’s AAD Object Id. @@ -17314,10 +17288,10 @@ schemas: name: ObjectID description: REQUIRED; User’s AAD Object Id. protocol: {} - - schema: *ref_140 + - schema: *ref_138 required: true serializedName: tenantId - language: &ref_2762 + language: &ref_2755 default: name: tenantId description: User’s AAD Tenant Id. @@ -17342,7 +17316,7 @@ schemas: namespace: '' protocol: {} serializedName: assignedUser - language: &ref_2763 + language: &ref_2756 default: name: assignedUser description: A user explicitly assigned to a personal compute instance. @@ -17367,7 +17341,7 @@ schemas: namespace: '' protocol: {} serializedName: personalComputeInstanceSettings - language: &ref_2764 + language: &ref_2757 default: name: personalComputeInstanceSettings description: Settings for a personal compute instance. @@ -17375,22 +17349,22 @@ schemas: name: PersonalComputeInstanceSettings description: Settings for a personal compute instance. protocol: {} - - schema: &ref_1174 + - schema: &ref_1167 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1175 + - schema: &ref_1168 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_145 + - schema: &ref_143 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_141 + - schema: *ref_139 serializedName: scriptSource language: default: @@ -17400,7 +17374,7 @@ schemas: name: ScriptSource description: 'The storage source of the script: inline, workspace.' protocol: {} - - schema: *ref_142 + - schema: *ref_140 serializedName: scriptData language: default: @@ -17410,7 +17384,7 @@ schemas: name: ScriptData description: The location of scripts in the mounted volume. protocol: {} - - schema: *ref_143 + - schema: *ref_141 serializedName: scriptArguments language: default: @@ -17420,7 +17394,7 @@ schemas: name: ScriptArguments description: Optional command line arguments passed to the script to run. protocol: {} - - schema: *ref_144 + - schema: *ref_142 serializedName: timeout language: default: @@ -17455,7 +17429,7 @@ schemas: name: StartupScript description: Script that's run every time the machine starts. protocol: {} - - schema: *ref_145 + - schema: *ref_143 serializedName: creationScript language: default: @@ -17515,12 +17489,12 @@ schemas: name: SetupScripts description: Details of customized scripts to execute for setting up the cluster. protocol: {} - - schema: &ref_1176 + - schema: &ref_1169 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_146 + - schema: *ref_144 serializedName: operationName language: default: @@ -17530,7 +17504,7 @@ schemas: name: OperationName description: Name of the last operation. protocol: {} - - schema: *ref_147 + - schema: *ref_145 serializedName: operationTime language: default: @@ -17540,7 +17514,7 @@ schemas: name: OperationTime description: Time of the last operation. protocol: {} - - schema: *ref_148 + - schema: *ref_146 serializedName: operationStatus language: default: @@ -17550,7 +17524,7 @@ schemas: name: OperationStatus description: Operation status. protocol: {} - - schema: *ref_149 + - schema: *ref_147 serializedName: operationTrigger language: default: @@ -17587,21 +17561,21 @@ schemas: name: LastOperation description: READ-ONLY; The last operation on ComputeInstance. protocol: {} - - schema: &ref_1177 + - schema: &ref_1170 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1263 + - schema: &ref_1256 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1178 + elementType: &ref_1171 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_150 + - schema: *ref_148 readOnly: true serializedName: id language: @@ -17612,7 +17586,7 @@ schemas: name: ID description: READ-ONLY; Schedule id. protocol: {} - - schema: *ref_151 + - schema: *ref_149 readOnly: true serializedName: provisioningStatus language: @@ -17623,7 +17597,7 @@ schemas: name: ProvisioningStatus description: READ-ONLY; The current deployment state of schedule. protocol: {} - - schema: *ref_152 + - schema: *ref_150 serializedName: action language: default: @@ -17633,37 +17607,37 @@ schemas: name: Action description: The compute power action. protocol: {} - - schema: &ref_822 + - schema: &ref_816 type: object - children: &ref_153 + children: &ref_151 all: - - &ref_154 + - &ref_152 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ScheduleTypeCron parents: all: - - &ref_155 + - &ref_153 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_153 - discriminator: &ref_168 + children: *ref_151 + discriminator: &ref_166 all: - Cron: *ref_154 - Recurrence: &ref_160 + Cron: *ref_152 + Recurrence: &ref_158 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ScheduleTypeRecurrence parents: all: - - *ref_155 + - *ref_153 immediate: - - *ref_155 + - *ref_153 properties: - - schema: *ref_156 + - schema: *ref_154 required: true serializedName: frequency language: @@ -17674,7 +17648,7 @@ schemas: name: Frequency description: REQUIRED; [Required] Specifies frequency with with which to trigger schedule protocol: {} - - schema: *ref_157 + - schema: *ref_155 required: true serializedName: interval language: @@ -17685,14 +17659,14 @@ schemas: name: Interval description: REQUIRED; [Required] Specifies schedule interval in conjunction with frequency protocol: {} - - schema: &ref_1204 + - schema: &ref_1197 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1282 + - schema: &ref_1275 type: array - elementType: *ref_158 + elementType: *ref_156 language: default: name: ArrayOfArrayItemschema @@ -17714,9 +17688,9 @@ schemas: description: REQUIRED; [Required] List of hours for recurrence schedule pattern byValue: true protocol: {} - - schema: &ref_1283 + - schema: &ref_1276 type: array - elementType: *ref_158 + elementType: *ref_156 language: default: name: ArrayOfArrayItemschema @@ -17738,11 +17712,11 @@ schemas: description: REQUIRED; [Required] List of minutes for recurrence schedule pattern byValue: true protocol: {} - - schema: &ref_1284 + - schema: &ref_1277 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_159 + elementType: *ref_157 language: default: name: RecurrencePatternWeekdays @@ -17814,10 +17788,10 @@ schemas: namespace: '' protocol: {} immediate: - Cron: *ref_154 - Recurrence: *ref_160 - property: &ref_164 - schema: *ref_161 + Cron: *ref_152 + Recurrence: *ref_158 + property: &ref_162 + schema: *ref_159 isDiscriminator: true required: true serializedName: scheduleType @@ -17825,7 +17799,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3452 + language: &ref_3445 default: name: scheduleType description: '[Required] Specifies the schedule type' @@ -17834,11 +17808,11 @@ schemas: description: REQUIRED; [Required] Specifies the schedule type protocol: {} properties: - - schema: *ref_162 + - schema: *ref_160 nullable: true required: false serializedName: endTime - language: &ref_3450 + language: &ref_3443 default: name: endTime description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" @@ -17846,10 +17820,10 @@ schemas: name: EndTime description: Specifies end time of schedule in ISO 8601 format. If not present, the schedule will run indefinitely protocol: {} - - schema: *ref_163 + - schema: *ref_161 required: false serializedName: scheduleStatus - language: &ref_3451 + language: &ref_3444 default: name: scheduleStatus description: Specifies the schedule's status @@ -17857,12 +17831,12 @@ schemas: name: ScheduleStatus description: Specifies the schedule's status protocol: {} - - *ref_164 - - schema: *ref_165 + - *ref_162 + - schema: *ref_163 nullable: true required: false serializedName: startTime - language: &ref_3453 + language: &ref_3446 default: name: startTime description: Specifies start time of schedule in ISO 8601 format. @@ -17870,11 +17844,11 @@ schemas: name: StartTime description: Specifies start time of schedule in ISO 8601 format. protocol: {} - - schema: *ref_166 + - schema: *ref_164 nullable: true required: false serializedName: timeZone - language: &ref_3454 + language: &ref_3447 default: name: timeZone description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." @@ -17887,7 +17861,7 @@ schemas: usage: - output - input - language: &ref_3455 + language: &ref_3448 default: name: ScheduleBase description: Base definition of a schedule @@ -17906,12 +17880,12 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_155 + - *ref_153 properties: - - schema: *ref_167 + - schema: *ref_165 required: true serializedName: expression - language: &ref_3456 + language: &ref_3449 default: name: expression description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." @@ -17937,17 +17911,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_160 + - *ref_158 immediate: - - *ref_154 - - *ref_160 - discriminator: *ref_168 + - *ref_152 + - *ref_158 + discriminator: *ref_166 language: - default: &ref_169 + default: &ref_167 name: ScheduleBaseClassification description: discriminated type discriminatorInterface: ScheduleBaseClassification - go: *ref_169 + go: *ref_167 protocol: {} serializedName: schedule language: @@ -18022,7 +17996,7 @@ schemas: name: Schedules description: READ-ONLY; The list of schedules to be applied on the computes. protocol: {} - - schema: *ref_170 + - schema: *ref_168 serializedName: enableNodePublicIp language: default: @@ -18038,16 +18012,16 @@ schemas: compute nodes will have a private endpoint and no public IPs. protocol: {} - - schema: &ref_1265 + - schema: &ref_1258 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1179 + elementType: &ref_1172 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_171 + - schema: *ref_169 serializedName: name language: default: @@ -18057,7 +18031,7 @@ schemas: name: Name description: Name of the ComputeInstance container. protocol: {} - - schema: *ref_172 + - schema: *ref_170 serializedName: autosave language: default: @@ -18067,7 +18041,7 @@ schemas: name: Autosave description: Auto save settings. protocol: {} - - schema: *ref_173 + - schema: *ref_171 serializedName: gpu language: default: @@ -18077,7 +18051,7 @@ schemas: name: Gpu description: Information of GPU. protocol: {} - - schema: *ref_174 + - schema: *ref_172 serializedName: network language: default: @@ -18087,12 +18061,12 @@ schemas: name: Network description: network of this container. protocol: {} - - schema: &ref_1180 + - schema: &ref_1173 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_175 + - schema: *ref_173 serializedName: name language: default: @@ -18102,7 +18076,7 @@ schemas: name: Name description: name of environment. protocol: {} - - schema: *ref_176 + - schema: *ref_174 serializedName: version language: default: @@ -18137,7 +18111,7 @@ schemas: name: Environment description: Environment information of this container. protocol: {} - - schema: &ref_1264 + - schema: &ref_1257 type: array apiVersions: - version: 2022-02-01-preview @@ -18211,16 +18185,16 @@ schemas: description: READ-ONLY; Describes informations of containers on this ComputeInstance. byValue: true protocol: {} - - schema: &ref_1266 + - schema: &ref_1259 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1181 + elementType: &ref_1174 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_177 + - schema: *ref_175 serializedName: caching language: default: @@ -18230,7 +18204,7 @@ schemas: name: Caching description: Caching type of Data Disk. protocol: {} - - schema: *ref_178 + - schema: *ref_176 serializedName: diskSizeGB language: default: @@ -18240,7 +18214,7 @@ schemas: name: DiskSizeGB description: The initial disk size in gigabytes. protocol: {} - - schema: *ref_179 + - schema: *ref_177 serializedName: lun language: default: @@ -18250,7 +18224,7 @@ schemas: name: Lun description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. protocol: {} - - schema: *ref_180 + - schema: *ref_178 serializedName: storageAccountType language: default: @@ -18301,16 +18275,16 @@ schemas: description: READ-ONLY; Describes informations of dataDisks on this ComputeInstance. byValue: true protocol: {} - - schema: &ref_1267 + - schema: &ref_1260 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1182 + elementType: &ref_1175 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_181 + - schema: *ref_179 serializedName: source language: default: @@ -18320,7 +18294,7 @@ schemas: name: Source description: Source of the ComputeInstance data mount. protocol: {} - - schema: *ref_182 + - schema: *ref_180 serializedName: sourceType language: default: @@ -18330,7 +18304,7 @@ schemas: name: SourceType description: Data source type. protocol: {} - - schema: *ref_183 + - schema: *ref_181 serializedName: mountName language: default: @@ -18340,7 +18314,7 @@ schemas: name: MountName description: name of the ComputeInstance data mount. protocol: {} - - schema: *ref_184 + - schema: *ref_182 serializedName: mountAction language: default: @@ -18350,7 +18324,7 @@ schemas: name: MountAction description: Mount Action. protocol: {} - - schema: *ref_185 + - schema: *ref_183 serializedName: createdBy language: default: @@ -18360,7 +18334,7 @@ schemas: name: CreatedBy description: who this data mount created by. protocol: {} - - schema: *ref_186 + - schema: *ref_184 serializedName: mountPath language: default: @@ -18370,7 +18344,7 @@ schemas: name: MountPath description: Path of this data mount. protocol: {} - - schema: *ref_187 + - schema: *ref_185 serializedName: mountState language: default: @@ -18380,7 +18354,7 @@ schemas: name: MountState description: Mount state. protocol: {} - - schema: *ref_188 + - schema: *ref_186 serializedName: mountedOn language: default: @@ -18390,7 +18364,7 @@ schemas: name: MountedOn description: The time when the disk mounted. protocol: {} - - schema: *ref_189 + - schema: *ref_187 serializedName: error language: default: @@ -18442,12 +18416,12 @@ schemas: description: READ-ONLY; Describes informations of dataMounts on this ComputeInstance. byValue: true protocol: {} - - schema: &ref_1183 + - schema: &ref_1176 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_190 + - schema: *ref_188 serializedName: runtime language: default: @@ -18501,7 +18475,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2772 + language: &ref_2765 default: name: properties description: Properties of ComputeInstance @@ -18514,7 +18488,7 @@ schemas: usage: - output - input - language: &ref_2773 + language: &ref_2766 default: name: ComputeInstanceSchema description: Properties(top level) of ComputeInstance @@ -18526,8 +18500,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_191 + - *ref_91 + - *ref_189 serializationFormats: - json usage: @@ -18546,16 +18520,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - DataFactory: &ref_240 + DataFactory: &ref_235 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeDataFactory parents: all: - - *ref_93 + - *ref_91 immediate: - - *ref_93 + - *ref_91 serializationFormats: - json usage: @@ -18574,30 +18548,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - DataLakeAnalytics: &ref_192 + DataLakeAnalytics: &ref_190 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeDataLakeAnalytics parents: all: - - *ref_93 - - &ref_195 + - *ref_91 + - &ref_192 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_192 + - *ref_190 immediate: - - *ref_192 + - *ref_190 properties: - - schema: &ref_1187 + - schema: &ref_1180 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_193 + - schema: *ref_191 serializedName: dataLakeStoreAccountName language: default: @@ -18612,9 +18586,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_194 - anonymous: true language: default: name: DataLakeAnalyticsSchemaProperties @@ -18627,8 +18598,6 @@ schemas: namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_194 language: default: name: properties @@ -18654,8 +18623,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_195 + - *ref_91 + - *ref_192 serializationFormats: - json usage: @@ -18674,30 +18643,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - Databricks: &ref_196 + Databricks: &ref_193 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeDatabricks parents: all: - - *ref_93 - - &ref_199 + - *ref_91 + - &ref_196 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_196 + - *ref_193 immediate: - - *ref_196 + - *ref_193 properties: - - schema: &ref_1186 + - schema: &ref_1179 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_197 + - schema: *ref_194 serializedName: databricksAccessToken language: default: @@ -18707,7 +18676,7 @@ schemas: name: DatabricksAccessToken description: Databricks access token protocol: {} - - schema: *ref_198 + - schema: *ref_195 serializedName: workspaceUrl language: default: @@ -18759,8 +18728,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_199 + - *ref_91 + - *ref_196 serializationFormats: - json usage: @@ -18779,30 +18748,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - HDInsight: &ref_200 + HDInsight: &ref_197 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeHDInsight parents: all: - - *ref_93 - - &ref_207 + - *ref_91 + - &ref_204 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_200 + - *ref_197 immediate: - - *ref_200 + - *ref_197 properties: - - schema: &ref_1185 + - schema: &ref_1178 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_201 + - schema: *ref_198 serializedName: sshPort language: default: @@ -18812,7 +18781,7 @@ schemas: name: SSHPort description: Port open for ssh connections on the master node of the cluster. protocol: {} - - schema: *ref_202 + - schema: *ref_199 serializedName: address language: default: @@ -18822,12 +18791,12 @@ schemas: name: Address description: Public IP address of the master node of the cluster. protocol: {} - - schema: &ref_236 + - schema: &ref_232 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_203 + - schema: *ref_200 serializedName: username language: default: @@ -18837,7 +18806,7 @@ schemas: name: Username description: Username of admin account protocol: {} - - schema: *ref_204 + - schema: *ref_201 serializedName: password language: default: @@ -18847,7 +18816,7 @@ schemas: name: Password description: Password of admin account protocol: {} - - schema: *ref_205 + - schema: *ref_202 serializedName: publicKeyData language: default: @@ -18857,7 +18826,7 @@ schemas: name: PublicKeyData description: Public key data protocol: {} - - schema: *ref_206 + - schema: *ref_203 serializedName: privateKeyData language: default: @@ -18934,8 +18903,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_207 + - *ref_91 + - *ref_204 serializationFormats: - json usage: @@ -18954,34 +18923,34 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - Kubernetes: &ref_208 + Kubernetes: &ref_205 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeKubernetes parents: all: - - *ref_93 - - &ref_217 + - *ref_91 + - &ref_214 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_208 + - *ref_205 immediate: - - *ref_208 + - *ref_205 properties: - - schema: &ref_1160 + - schema: &ref_1153 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_209 + - schema: *ref_206 serializedName: relayConnectionString extensions: x-ms-secret: true - language: &ref_2743 + language: &ref_2736 default: name: relayConnectionString description: Relay connection string. @@ -18989,11 +18958,11 @@ schemas: name: RelayConnectionString description: Relay connection string. protocol: {} - - schema: *ref_210 + - schema: *ref_207 serializedName: serviceBusConnectionString extensions: x-ms-secret: true - language: &ref_2744 + language: &ref_2737 default: name: serviceBusConnectionString description: ServiceBus connection string. @@ -19001,9 +18970,9 @@ schemas: name: ServiceBusConnectionString description: ServiceBus connection string. protocol: {} - - schema: *ref_211 + - schema: *ref_208 serializedName: extensionPrincipalId - language: &ref_2736 + language: &ref_2729 default: name: extensionPrincipalId description: Extension principal-id. @@ -19011,9 +18980,9 @@ schemas: name: ExtensionPrincipalID description: Extension principal-id. protocol: {} - - schema: *ref_212 + - schema: *ref_209 serializedName: extensionInstanceReleaseTrain - language: &ref_2735 + language: &ref_2728 default: name: extensionInstanceReleaseTrain description: Extension instance release train. @@ -19021,9 +18990,9 @@ schemas: name: ExtensionInstanceReleaseTrain description: Extension instance release train. protocol: {} - - schema: *ref_213 + - schema: *ref_210 serializedName: vcName - language: &ref_2745 + language: &ref_2738 default: name: vcName description: VC name. @@ -19031,9 +19000,9 @@ schemas: name: VcName description: VC name. protocol: {} - - schema: *ref_214 + - schema: *ref_211 serializedName: namespace - language: &ref_2742 + language: &ref_2735 default: name: namespace description: Compute namespace @@ -19041,9 +19010,9 @@ schemas: name: Namespace description: Compute namespace protocol: {} - - schema: *ref_215 + - schema: *ref_212 serializedName: defaultInstanceType - language: &ref_2734 + language: &ref_2727 default: name: defaultInstanceType description: Default instance type @@ -19051,12 +19020,9 @@ schemas: name: DefaultInstanceType description: Default instance type protocol: {} - - schema: *ref_216 + - schema: *ref_213 serializedName: instanceTypes - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2741 + language: &ref_2734 default: name: instanceTypes description: Instance Type Schema @@ -19083,7 +19049,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2746 + language: &ref_2739 default: name: properties description: Properties of Kubernetes @@ -19096,7 +19062,7 @@ schemas: usage: - output - input - language: &ref_2747 + language: &ref_2740 default: name: KubernetesSchema description: Kubernetes Compute Schema @@ -19108,8 +19074,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_217 + - *ref_91 + - *ref_214 serializationFormats: - json usage: @@ -19128,28 +19094,28 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - SynapseSpark: &ref_241 + SynapseSpark: &ref_236 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeSynapseSpark parents: all: - - *ref_93 + - *ref_91 immediate: - - *ref_93 + - *ref_91 properties: - - schema: &ref_1188 + - schema: &ref_1181 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1189 + - schema: &ref_1182 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_218 + - schema: *ref_215 serializedName: minNodeCount language: default: @@ -19159,7 +19125,7 @@ schemas: name: MinNodeCount description: '' protocol: {} - - schema: *ref_219 + - schema: *ref_216 serializedName: enabled language: default: @@ -19169,7 +19135,7 @@ schemas: name: Enabled description: '' protocol: {} - - schema: *ref_220 + - schema: *ref_217 serializedName: maxNodeCount language: default: @@ -19204,12 +19170,12 @@ schemas: name: AutoScaleProperties description: Auto scale properties. protocol: {} - - schema: &ref_1190 + - schema: &ref_1183 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_221 + - schema: *ref_218 serializedName: delayInMinutes language: default: @@ -19219,7 +19185,7 @@ schemas: name: DelayInMinutes description: '' protocol: {} - - schema: *ref_219 + - schema: *ref_216 serializedName: enabled language: default: @@ -19254,7 +19220,7 @@ schemas: name: AutoPauseProperties description: Auto pause properties. protocol: {} - - schema: *ref_222 + - schema: *ref_219 serializedName: sparkVersion language: default: @@ -19264,7 +19230,7 @@ schemas: name: SparkVersion description: Spark version. protocol: {} - - schema: *ref_223 + - schema: *ref_220 serializedName: nodeCount language: default: @@ -19274,7 +19240,7 @@ schemas: name: NodeCount description: The number of compute nodes currently assigned to the compute. protocol: {} - - schema: *ref_224 + - schema: *ref_221 serializedName: nodeSize language: default: @@ -19284,7 +19250,7 @@ schemas: name: NodeSize description: Node size. protocol: {} - - schema: *ref_225 + - schema: *ref_222 serializedName: nodeSizeFamily language: default: @@ -19294,7 +19260,7 @@ schemas: name: NodeSizeFamily description: Node size family. protocol: {} - - schema: *ref_226 + - schema: *ref_223 serializedName: subscriptionId language: default: @@ -19304,7 +19270,7 @@ schemas: name: SubscriptionID description: Azure subscription identifier. protocol: {} - - schema: *ref_227 + - schema: *ref_224 serializedName: resourceGroup language: default: @@ -19314,7 +19280,7 @@ schemas: name: ResourceGroup description: Name of the resource group in which workspace is located. protocol: {} - - schema: *ref_228 + - schema: *ref_225 serializedName: workspaceName language: default: @@ -19324,7 +19290,7 @@ schemas: name: WorkspaceName description: Name of Azure Machine Learning workspace. protocol: {} - - schema: *ref_229 + - schema: *ref_226 serializedName: poolName language: default: @@ -19339,9 +19305,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_230 - anonymous: true language: default: name: SynapseSparkProperties @@ -19354,8 +19317,6 @@ schemas: namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_230 language: default: name: properties @@ -19382,30 +19343,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - VirtualMachine: &ref_231 + VirtualMachine: &ref_227 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeVirtualMachine parents: all: - - *ref_93 - - &ref_239 + - *ref_91 + - &ref_234 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_231 + - *ref_227 immediate: - - *ref_231 + - *ref_227 properties: - - schema: &ref_1184 + - schema: &ref_1177 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_232 + - schema: *ref_228 serializedName: virtualMachineSize language: default: @@ -19415,7 +19376,7 @@ schemas: name: VirtualMachineSize description: Virtual Machine size protocol: {} - - schema: *ref_233 + - schema: *ref_229 serializedName: sshPort language: default: @@ -19425,7 +19386,7 @@ schemas: name: SSHPort description: Port open for ssh connections. protocol: {} - - schema: *ref_234 + - schema: *ref_230 serializedName: notebookServerPort language: default: @@ -19435,7 +19396,7 @@ schemas: name: NotebookServerPort description: Notebook server port open for ssh connections. protocol: {} - - schema: *ref_235 + - schema: *ref_231 serializedName: address language: default: @@ -19445,7 +19406,7 @@ schemas: name: Address description: Public IP address of the virtual machine. protocol: {} - - schema: *ref_236 + - schema: *ref_232 serializedName: administratorAccount language: default: @@ -19455,7 +19416,7 @@ schemas: name: AdministratorAccount description: Admin credentials for virtual machine protocol: {} - - schema: *ref_237 + - schema: *ref_233 serializedName: isNotebookInstanceCompute language: default: @@ -19470,9 +19431,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_238 - anonymous: true language: default: name: VirtualMachineSchemaProperties @@ -19485,8 +19443,6 @@ schemas: namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_238 language: default: name: properties @@ -19512,8 +19468,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_239 + - *ref_91 + - *ref_234 serializationFormats: - json usage: @@ -19533,22 +19489,22 @@ schemas: namespace: '' protocol: {} immediate: - AKS: *ref_92 - AmlCompute: *ref_94 - ComputeInstance: *ref_122 - DataFactory: *ref_240 - DataLakeAnalytics: *ref_192 - Databricks: *ref_196 - HDInsight: *ref_200 - Kubernetes: *ref_208 - SynapseSpark: *ref_241 - VirtualMachine: *ref_231 - property: &ref_243 - schema: *ref_242 + AKS: *ref_90 + AmlCompute: *ref_92 + ComputeInstance: *ref_120 + DataFactory: *ref_235 + DataLakeAnalytics: *ref_190 + Databricks: *ref_193 + HDInsight: *ref_197 + Kubernetes: *ref_205 + SynapseSpark: *ref_236 + VirtualMachine: *ref_227 + property: &ref_238 + schema: *ref_237 isDiscriminator: true required: true serializedName: computeType - language: &ref_2690 + language: &ref_2683 default: name: computeType description: The type of compute @@ -19557,8 +19513,8 @@ schemas: description: REQUIRED; The type of compute protocol: {} properties: - - *ref_243 - - schema: *ref_244 + - *ref_238 + - schema: *ref_239 readOnly: true required: false serializedName: computeLocation @@ -19570,11 +19526,11 @@ schemas: name: ComputeLocation description: READ-ONLY; Location for the underlying compute protocol: {} - - schema: *ref_245 + - schema: *ref_240 readOnly: true required: false serializedName: provisioningState - language: &ref_2693 + language: &ref_2686 default: name: provisioningState description: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. @@ -19582,10 +19538,10 @@ schemas: name: ProvisioningState description: READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. protocol: {} - - schema: *ref_246 + - schema: *ref_241 required: false serializedName: description - language: &ref_2689 + language: &ref_2682 default: name: description description: The description of the Machine Learning compute. @@ -19593,11 +19549,11 @@ schemas: name: Description description: The description of the Machine Learning compute. protocol: {} - - schema: *ref_247 + - schema: *ref_242 readOnly: true required: false serializedName: createdOn - language: &ref_2691 + language: &ref_2684 default: name: createdOn description: The time at which the compute was created. @@ -19605,11 +19561,11 @@ schemas: name: CreatedOn description: READ-ONLY; The time at which the compute was created. protocol: {} - - schema: *ref_248 + - schema: *ref_243 readOnly: true required: false serializedName: modifiedOn - language: &ref_2692 + language: &ref_2685 default: name: modifiedOn description: The time at which the compute was last modified. @@ -19617,10 +19573,10 @@ schemas: name: ModifiedOn description: READ-ONLY; The time at which the compute was last modified. protocol: {} - - schema: *ref_249 + - schema: *ref_244 required: false serializedName: resourceId - language: &ref_2694 + language: &ref_2687 default: name: resourceId description: ARM resource id of the underlying compute @@ -19628,11 +19584,11 @@ schemas: name: ResourceID description: ARM resource id of the underlying compute protocol: {} - - schema: &ref_1229 + - schema: &ref_1222 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_110 + elementType: *ref_108 extensions: x-ms-identifiers: - /error/code @@ -19661,11 +19617,11 @@ schemas: description: READ-ONLY; Errors during provisioning byValue: true protocol: {} - - schema: *ref_250 + - schema: *ref_245 readOnly: true required: false serializedName: isAttachedCompute - language: &ref_2733 + language: &ref_2726 default: name: isAttachedCompute description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. @@ -19673,7 +19629,7 @@ schemas: name: IsAttachedCompute description: READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. protocol: {} - - schema: *ref_251 + - schema: *ref_246 required: false serializedName: disableLocalAuth language: @@ -19689,7 +19645,7 @@ schemas: usage: - output - input - language: &ref_2695 + language: &ref_2688 default: name: Compute description: Machine Learning compute object. @@ -19716,22 +19672,22 @@ schemas: needsDateTimeMarshalling: true rootDiscriminator: true protocol: {} - - &ref_272 + - &ref_266 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_92 + - *ref_90 immediate: - - *ref_92 + - *ref_90 properties: - - schema: &ref_1156 + - schema: &ref_1149 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_252 + - schema: *ref_247 serializedName: clusterFqdn language: default: @@ -19741,16 +19697,16 @@ schemas: name: ClusterFqdn description: Cluster full qualified domain name protocol: {} - - schema: &ref_1259 + - schema: &ref_1252 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1157 + elementType: &ref_1150 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_253 + - schema: *ref_248 readOnly: true serializedName: systemServiceType language: @@ -19761,7 +19717,7 @@ schemas: name: SystemServiceType description: READ-ONLY; The type of this system service. protocol: {} - - schema: *ref_254 + - schema: *ref_249 readOnly: true serializedName: publicIpAddress language: @@ -19772,7 +19728,7 @@ schemas: name: PublicIPAddress description: READ-ONLY; Public IP address protocol: {} - - schema: *ref_255 + - schema: *ref_250 readOnly: true serializedName: version language: @@ -19826,9 +19782,9 @@ schemas: description: READ-ONLY; System services byValue: true protocol: {} - - schema: *ref_256 + - schema: *ref_251 serializedName: agentCount - language: &ref_2789 + language: &ref_2782 default: name: agentCount description: Number of agents @@ -19836,7 +19792,7 @@ schemas: name: AgentCount description: Number of agents protocol: {} - - schema: *ref_257 + - schema: *ref_252 serializedName: agentVmSize language: default: @@ -19846,7 +19802,7 @@ schemas: name: AgentVMSize description: Agent virtual machine size protocol: {} - - schema: *ref_258 + - schema: *ref_253 serializedName: clusterPurpose language: default: @@ -19856,12 +19812,12 @@ schemas: name: ClusterPurpose description: Intended usage of the cluster protocol: {} - - schema: &ref_1158 + - schema: &ref_1151 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_259 + - schema: *ref_254 serializedName: status language: default: @@ -19871,7 +19827,7 @@ schemas: name: Status description: Enable or disable ssl for scoring protocol: {} - - schema: *ref_260 + - schema: *ref_255 serializedName: cert language: default: @@ -19881,7 +19837,7 @@ schemas: name: Cert description: Cert data protocol: {} - - schema: *ref_261 + - schema: *ref_256 serializedName: key language: default: @@ -19891,7 +19847,7 @@ schemas: name: Key description: Key data protocol: {} - - schema: *ref_262 + - schema: *ref_257 serializedName: cname language: default: @@ -19901,7 +19857,7 @@ schemas: name: Cname description: CNAME of the cert protocol: {} - - schema: *ref_263 + - schema: *ref_258 serializedName: leafDomainLabel language: default: @@ -19911,7 +19867,7 @@ schemas: name: LeafDomainLabel description: Leaf domain label of public endpoint protocol: {} - - schema: *ref_264 + - schema: *ref_259 serializedName: overwriteExistingDomain language: default: @@ -19946,12 +19902,12 @@ schemas: name: SSLConfiguration description: SSL configuration protocol: {} - - schema: &ref_1159 + - schema: &ref_1152 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_265 + - schema: *ref_260 serializedName: subnetId language: default: @@ -19961,7 +19917,7 @@ schemas: name: SubnetID description: Virtual network subnet resource ID the compute nodes belong to protocol: {} - - schema: *ref_266 + - schema: *ref_261 serializedName: serviceCidr language: default: @@ -19971,7 +19927,7 @@ schemas: name: ServiceCidr description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. protocol: {} - - schema: *ref_267 + - schema: *ref_262 serializedName: dnsServiceIP language: default: @@ -19981,7 +19937,7 @@ schemas: name: DNSServiceIP description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. protocol: {} - - schema: *ref_268 + - schema: *ref_263 serializedName: dockerBridgeCidr language: default: @@ -20016,7 +19972,7 @@ schemas: name: AksNetworkingConfiguration description: AKS networking configuration for vnet protocol: {} - - schema: *ref_269 + - schema: *ref_264 serializedName: loadBalancerType language: default: @@ -20026,7 +19982,7 @@ schemas: name: LoadBalancerType description: Load Balancer Type protocol: {} - - schema: *ref_270 + - schema: *ref_265 serializedName: loadBalancerSubnet language: default: @@ -20041,9 +19997,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_271 - anonymous: true language: default: name: AKSSchemaProperties @@ -20057,9 +20010,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_271 - language: &ref_2790 + language: &ref_2783 default: name: properties description: AKS properties @@ -20072,7 +20023,7 @@ schemas: usage: - output - input - language: &ref_2791 + language: &ref_2784 default: name: AKSSchema description: '' @@ -20084,8 +20035,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_272 + - *ref_91 + - *ref_266 serializationFormats: - json usage: @@ -20104,36 +20055,36 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_208 - - *ref_94 - - *ref_122 - - *ref_231 - - *ref_200 - - *ref_240 - - *ref_196 - - *ref_192 - - *ref_241 + - *ref_205 + - *ref_92 + - *ref_120 + - *ref_227 + - *ref_197 + - *ref_235 + - *ref_193 + - *ref_190 + - *ref_236 immediate: + - *ref_90 + - *ref_205 - *ref_92 - - *ref_208 - - *ref_94 - - *ref_122 - - *ref_231 - - *ref_200 - - *ref_240 - - *ref_196 - - *ref_192 - - *ref_241 - discriminator: *ref_273 + - *ref_120 + - *ref_227 + - *ref_197 + - *ref_235 + - *ref_193 + - *ref_190 + - *ref_236 + discriminator: *ref_267 language: - default: &ref_274 + default: &ref_268 name: ComputeClassification description: discriminated type discriminatorInterface: ComputeClassification - go: *ref_274 + go: *ref_268 protocol: {} serializedName: properties - language: &ref_2696 + language: &ref_2689 default: name: properties description: Compute properties @@ -20147,7 +20098,7 @@ schemas: usage: - output - input - language: &ref_2697 + language: &ref_2690 default: name: ComputeResourceSchema description: '' @@ -20159,10 +20110,10 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_71 - - *ref_275 + - *ref_69 + - *ref_269 properties: - - schema: *ref_276 + - schema: *ref_270 serializedName: identity language: default: @@ -20172,9 +20123,9 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: *ref_277 + - schema: *ref_271 serializedName: location - language: &ref_2698 + language: &ref_2691 default: name: location description: Specifies the location of the resource. @@ -20182,11 +20133,8 @@ schemas: name: Location description: Specifies the location of the resource. protocol: {} - - schema: *ref_278 + - schema: *ref_272 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -20196,7 +20144,7 @@ schemas: description: Contains resource tags defined as key/value pairs. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 serializedName: sku language: default: @@ -20223,25 +20171,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_847 + - &ref_841 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_1037 + - schema: &ref_1030 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_280 + - schema: *ref_274 readOnly: true serializedName: groupId - language: &ref_2870 + language: &ref_2863 default: name: groupId description: The private link resource group id. @@ -20249,11 +20197,11 @@ schemas: name: GroupID description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_1233 + - schema: &ref_1226 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_281 + elementType: *ref_275 language: default: name: PrivateLinkResourcePropertiesRequiredMembers @@ -20266,7 +20214,7 @@ schemas: protocol: {} readOnly: true serializedName: requiredMembers - language: &ref_2871 + language: &ref_2864 default: name: requiredMembers description: The private link resource required member names. @@ -20275,11 +20223,11 @@ schemas: description: READ-ONLY; The private link resource required member names. byValue: true protocol: {} - - schema: &ref_1234 + - schema: &ref_1227 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_282 + elementType: *ref_276 language: default: name: PrivateLinkResourcePropertiesRequiredZoneNames @@ -20320,7 +20268,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2872 + language: &ref_2865 default: name: properties description: Resource properties. @@ -20328,7 +20276,7 @@ schemas: name: Properties description: Resource properties. protocol: {} - - schema: *ref_276 + - schema: *ref_270 serializedName: identity language: default: @@ -20338,7 +20286,7 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: *ref_283 + - schema: *ref_277 serializedName: location language: default: @@ -20348,11 +20296,8 @@ schemas: name: Location description: Specifies the location of the resource. protocol: {} - - schema: *ref_284 + - schema: *ref_278 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -20362,7 +20307,7 @@ schemas: description: Contains resource tags defined as key/value pairs. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 serializedName: sku language: default: @@ -20389,24 +20334,24 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_848 + - &ref_842 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_1040 + - schema: &ref_1033 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_285 + - schema: *ref_279 serializedName: category - language: &ref_2882 + language: &ref_2875 default: name: category description: Category of the workspace connection. @@ -20414,9 +20359,9 @@ schemas: name: Category description: Category of the workspace connection. protocol: {} - - schema: *ref_286 + - schema: *ref_280 serializedName: target - language: &ref_2883 + language: &ref_2876 default: name: target description: Target of the workspace connection. @@ -20424,9 +20369,9 @@ schemas: name: Target description: Target of the workspace connection. protocol: {} - - schema: *ref_287 + - schema: *ref_281 serializedName: authType - language: &ref_2881 + language: &ref_2874 default: name: authType description: Authorization type of the workspace connection. @@ -20434,9 +20379,9 @@ schemas: name: AuthType description: Authorization type of the workspace connection. protocol: {} - - schema: *ref_288 + - schema: *ref_282 serializedName: value - language: &ref_2884 + language: &ref_2877 default: name: value description: Value details of the workspace connection. @@ -20444,7 +20389,7 @@ schemas: name: Value description: Value details of the workspace connection. protocol: {} - - schema: *ref_289 + - schema: *ref_283 serializedName: valueFormat language: default: @@ -20473,7 +20418,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2885 + language: &ref_2878 default: name: properties description: Properties of workspace connection. @@ -20499,27 +20444,27 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_290 + - &ref_284 type: object apiVersions: - version: '3.0' children: all: - - &ref_386 + - &ref_380 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_284 + - *ref_69 immediate: - - *ref_290 + - *ref_284 properties: - - schema: *ref_276 + - schema: *ref_270 required: false serializedName: identity - language: &ref_2919 + language: &ref_2912 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -20527,10 +20472,10 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_291 + - schema: *ref_285 required: false serializedName: kind - language: &ref_2920 + language: &ref_2913 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -20538,33 +20483,33 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: &ref_292 + - schema: &ref_286 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_293 + - &ref_287 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_292 - - &ref_299 + - *ref_286 + - &ref_293 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_293 + - *ref_287 immediate: - - *ref_293 + - *ref_287 properties: - - schema: *ref_294 + - schema: *ref_288 nullable: true serializedName: compute - language: &ref_3694 + language: &ref_3692 default: name: compute description: "ARM resource ID of the compute if it exists.\r\noptional" @@ -20572,12 +20517,9 @@ schemas: name: Compute description: ARM resource ID of the compute if it exists. optional protocol: {} - - schema: *ref_295 + - schema: *ref_289 nullable: true serializedName: mirrorTraffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: mirrorTraffic @@ -20587,13 +20529,13 @@ schemas: description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. byValue: true protocol: {} - - schema: *ref_296 + - schema: *ref_290 readOnly: true serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_3695 + language: &ref_3693 default: name: provisioningState description: Provisioning state for the endpoint. @@ -20601,7 +20543,7 @@ schemas: name: ProvisioningState description: READ-ONLY; Provisioning state for the endpoint. protocol: {} - - schema: *ref_297 + - schema: *ref_291 serializedName: publicNetworkAccess language: default: @@ -20611,13 +20553,10 @@ schemas: name: PublicNetworkAccess description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. protocol: {} - - schema: *ref_298 + - schema: *ref_292 nullable: true serializedName: traffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3696 + language: &ref_3694 default: name: traffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. @@ -20644,13 +20583,13 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_292 - - *ref_299 + - *ref_286 + - *ref_293 properties: - - schema: *ref_300 + - schema: *ref_294 required: true serializedName: authMode - language: &ref_2922 + language: &ref_2915 default: name: authMode description: '[Required] Use ''Key'' for key based authentication and ''AMLToken'' for Azure Machine Learning token-based authentication. ''Key'' doesn''t expire but ''AMLToken'' does.' @@ -20658,11 +20597,11 @@ schemas: name: AuthMode description: REQUIRED; [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does. protocol: {} - - schema: *ref_301 + - schema: *ref_295 nullable: true required: false serializedName: description - language: &ref_2921 + language: &ref_2914 default: name: description description: Description of the inference endpoint. @@ -20670,19 +20609,19 @@ schemas: name: Description description: Description of the inference endpoint. protocol: {} - - schema: &ref_1050 + - schema: &ref_1043 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_302 + - schema: *ref_296 nullable: true serializedName: primaryKey extensions: x-ms-mutability: - create - read - language: &ref_2985 + language: &ref_2978 default: name: primaryKey description: The primary key. @@ -20690,14 +20629,14 @@ schemas: name: PrimaryKey description: The primary key. protocol: {} - - schema: *ref_303 + - schema: *ref_297 nullable: true serializedName: secondaryKey extensions: x-ms-mutability: - create - read - language: &ref_2986 + language: &ref_2979 default: name: secondaryKey description: The secondary key. @@ -20737,14 +20676,11 @@ schemas: name: Keys description: EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API. protocol: {} - - schema: *ref_304 + - schema: *ref_298 nullable: true required: false serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2923 + language: &ref_2916 default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. @@ -20753,7 +20689,7 @@ schemas: description: Property dictionary. Properties can be added, but not removed or altered. byValue: true protocol: {} - - schema: *ref_305 + - schema: *ref_299 nullable: true readOnly: true required: false @@ -20761,7 +20697,7 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_2924 + language: &ref_2917 default: name: scoringUri description: Endpoint URI. @@ -20769,7 +20705,7 @@ schemas: name: ScoringURI description: READ-ONLY; Endpoint URI. protocol: {} - - schema: *ref_306 + - schema: *ref_300 nullable: true readOnly: true required: false @@ -20777,7 +20713,7 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_2925 + language: &ref_2918 default: name: swaggerUri description: Endpoint Swagger URI. @@ -20790,7 +20726,7 @@ schemas: usage: - output - input - language: &ref_2926 + language: &ref_2919 default: name: EndpointPropertiesBase description: Inference Endpoint base definition @@ -20803,17 +20739,17 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_293 + - *ref_287 properties: - - schema: &ref_1049 + - schema: &ref_1042 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_307 + - schema: *ref_301 nullable: true serializedName: deploymentName - language: &ref_2927 + language: &ref_2920 default: name: deploymentName description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." @@ -20841,7 +20777,7 @@ schemas: serializedName: defaults extensions: x-nullable: true - language: &ref_2928 + language: &ref_2921 default: name: defaults description: Default values for Batch Endpoint @@ -20849,13 +20785,13 @@ schemas: name: Defaults description: Default values for Batch Endpoint protocol: {} - - schema: *ref_296 + - schema: *ref_290 readOnly: true serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_2969 + language: &ref_2962 default: name: provisioningState description: Provisioning state for the endpoint. @@ -20881,7 +20817,7 @@ schemas: protocol: {} required: true serializedName: properties - language: &ref_2929 + language: &ref_2922 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -20889,10 +20825,10 @@ schemas: name: Properties description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_273 required: false serializedName: sku - language: &ref_2935 + language: &ref_2928 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -20916,21 +20852,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_387 + - &ref_381 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_284 + - *ref_69 immediate: - - *ref_290 + - *ref_284 properties: - - schema: *ref_276 + - schema: *ref_270 required: false serializedName: identity - language: &ref_2997 + language: &ref_2990 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -20938,10 +20874,10 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_308 + - schema: *ref_302 required: false serializedName: kind - language: &ref_2998 + language: &ref_2991 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -20949,51 +20885,51 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: &ref_309 + - schema: &ref_303 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_311 + - &ref_305 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_309 - - &ref_310 + - *ref_303 + - &ref_304 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_382 + children: &ref_376 all: - - &ref_316 + - &ref_310 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EndpointComputeTypeKubernetes parents: all: - - *ref_310 - - *ref_311 + - *ref_304 + - *ref_305 immediate: - - *ref_310 + - *ref_304 properties: - - schema: &ref_1197 + - schema: &ref_1190 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_315 + - schema: &ref_309 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_312 + - schema: *ref_306 nullable: true serializedName: cpu - language: &ref_3789 + language: &ref_3787 default: name: cpu description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" @@ -21001,10 +20937,10 @@ schemas: name: CPU description: 'Number of vCPUs request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' protocol: {} - - schema: *ref_313 + - schema: *ref_307 nullable: true serializedName: gpu - language: &ref_3790 + language: &ref_3788 default: name: gpu description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" @@ -21012,10 +20948,10 @@ schemas: name: Gpu description: 'Number of Nvidia GPU cards request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' protocol: {} - - schema: *ref_314 + - schema: *ref_308 nullable: true serializedName: memory - language: &ref_3791 + language: &ref_3789 default: name: memory description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" @@ -21043,7 +20979,7 @@ schemas: serializedName: containerResourceLimits extensions: x-nullable: true - language: &ref_3792 + language: &ref_3790 default: name: containerResourceLimits description: 'Container resource limit info:' @@ -21051,12 +20987,12 @@ schemas: name: ContainerResourceLimits description: 'Container resource limit info:' protocol: {} - - schema: *ref_315 + - schema: *ref_309 nullable: true serializedName: containerResourceRequests extensions: x-nullable: true - language: &ref_3793 + language: &ref_3791 default: name: containerResourceRequests description: 'Container resource request info:' @@ -21084,7 +21020,7 @@ schemas: serializedName: containerResourceRequirements extensions: x-nullable: true - language: &ref_3794 + language: &ref_3792 default: name: containerResourceRequirements description: The resource requirements for the container (cpu and memory). @@ -21110,17 +21046,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_317 + - &ref_311 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EndpointComputeTypeManaged parents: all: - - *ref_310 - - *ref_311 + - *ref_304 + - *ref_305 immediate: - - *ref_310 + - *ref_304 serializationFormats: - json usage: @@ -21140,21 +21076,21 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_316 - - *ref_317 - discriminator: &ref_383 + - *ref_310 + - *ref_311 + discriminator: &ref_377 all: - Kubernetes: *ref_316 - Managed: *ref_317 + Kubernetes: *ref_310 + Managed: *ref_311 immediate: - Kubernetes: *ref_316 - Managed: *ref_317 - property: &ref_321 - schema: *ref_318 + Kubernetes: *ref_310 + Managed: *ref_311 + property: &ref_315 + schema: *ref_312 isDiscriminator: true required: true serializedName: endpointComputeType - language: &ref_3770 + language: &ref_3768 default: name: endpointComputeType description: '[Required] The compute type of the endpoint.' @@ -21162,16 +21098,16 @@ schemas: name: EndpointComputeType description: REQUIRED; [Required] The compute type of the endpoint. protocol: {} - parents: &ref_384 + parents: &ref_378 all: - - *ref_311 + - *ref_305 immediate: - - *ref_311 + - *ref_305 properties: - - schema: *ref_319 + - schema: *ref_313 required: false serializedName: appInsightsEnabled - language: &ref_3769 + language: &ref_3767 default: name: appInsightsEnabled description: If true, enables Application Insights logging. @@ -21179,7 +21115,7 @@ schemas: name: AppInsightsEnabled description: If true, enables Application Insights logging. protocol: {} - - schema: *ref_320 + - schema: *ref_314 required: false serializedName: egressPublicNetworkAccess language: @@ -21190,8 +21126,8 @@ schemas: name: EgressPublicNetworkAccess description: 'If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.' protocol: {} - - *ref_321 - - schema: *ref_322 + - *ref_315 + - schema: *ref_316 nullable: true required: false serializedName: instanceType @@ -21199,7 +21135,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3771 + language: &ref_3769 default: name: instanceType description: Compute instance type. @@ -21207,14 +21143,14 @@ schemas: name: InstanceType description: Compute instance type. protocol: {} - - schema: &ref_332 + - schema: &ref_326 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_323 + - schema: *ref_317 serializedName: failureThreshold - language: &ref_3772 + language: &ref_3770 default: name: failureThreshold description: The number of failures to allow before returning an unhealthy status. @@ -21222,10 +21158,10 @@ schemas: name: FailureThreshold description: The number of failures to allow before returning an unhealthy status. protocol: {} - - schema: *ref_324 + - schema: *ref_318 nullable: true serializedName: initialDelay - language: &ref_3773 + language: &ref_3771 default: name: initialDelay description: The delay before the first probe in ISO 8601 format. @@ -21233,9 +21169,9 @@ schemas: name: InitialDelay description: The delay before the first probe in ISO 8601 format. protocol: {} - - schema: *ref_325 + - schema: *ref_319 serializedName: period - language: &ref_3774 + language: &ref_3772 default: name: period description: The length of time between probes in ISO 8601 format. @@ -21243,9 +21179,9 @@ schemas: name: Period description: The length of time between probes in ISO 8601 format. protocol: {} - - schema: *ref_326 + - schema: *ref_320 serializedName: successThreshold - language: &ref_3775 + language: &ref_3773 default: name: successThreshold description: The number of successful probes before returning a healthy status. @@ -21253,9 +21189,9 @@ schemas: name: SuccessThreshold description: The number of successful probes before returning a healthy status. protocol: {} - - schema: *ref_327 + - schema: *ref_321 serializedName: timeout - language: &ref_3776 + language: &ref_3774 default: name: timeout description: The probe timeout in ISO 8601 format. @@ -21284,7 +21220,7 @@ schemas: serializedName: livenessProbe extensions: x-nullable: true - language: &ref_3777 + language: &ref_3775 default: name: livenessProbe description: Liveness probe monitors the health of the container regularly. @@ -21292,11 +21228,11 @@ schemas: name: LivenessProbe description: Liveness probe monitors the health of the container regularly. protocol: {} - - schema: *ref_328 + - schema: *ref_322 nullable: true required: false serializedName: model - language: &ref_3778 + language: &ref_3776 default: name: model description: The URI path to the model. @@ -21304,11 +21240,11 @@ schemas: name: Model description: The URI path to the model. protocol: {} - - schema: *ref_329 + - schema: *ref_323 nullable: true required: false serializedName: modelMountPath - language: &ref_3779 + language: &ref_3777 default: name: modelMountPath description: The path to mount the model in custom container. @@ -21316,7 +21252,7 @@ schemas: name: ModelMountPath description: The path to mount the model in custom container. protocol: {} - - schema: *ref_330 + - schema: *ref_324 required: false serializedName: privateNetworkConnection language: @@ -21327,14 +21263,14 @@ schemas: name: PrivateNetworkConnection description: If true, enable private network connection. DEPRECATED for future API versions. Use EgressPublicNetworkAccess. protocol: {} - - schema: *ref_331 + - schema: *ref_325 readOnly: true required: false serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_3780 + language: &ref_3778 default: name: provisioningState description: Provisioning state for the endpoint deployment. @@ -21342,13 +21278,13 @@ schemas: name: ProvisioningState description: READ-ONLY; Provisioning state for the endpoint deployment. protocol: {} - - schema: *ref_332 + - schema: *ref_326 nullable: true required: false serializedName: readinessProbe extensions: x-nullable: true - language: &ref_3812 + language: &ref_3810 default: name: readinessProbe description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. @@ -21356,14 +21292,14 @@ schemas: name: ReadinessProbe description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. protocol: {} - - schema: &ref_1121 + - schema: &ref_1114 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_333 + - schema: *ref_327 serializedName: maxConcurrentRequestsPerInstance - language: &ref_3781 + language: &ref_3779 default: name: maxConcurrentRequestsPerInstance description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. @@ -21371,9 +21307,9 @@ schemas: name: MaxConcurrentRequestsPerInstance description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. protocol: {} - - schema: *ref_334 + - schema: *ref_328 serializedName: maxQueueWait - language: &ref_3782 + language: &ref_3780 default: name: maxQueueWait description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." @@ -21381,9 +21317,9 @@ schemas: name: MaxQueueWait description: The maximum amount of time a request will stay in the queue in ISO 8601 format. Defaults to 500ms. protocol: {} - - schema: *ref_335 + - schema: *ref_329 serializedName: requestTimeout - language: &ref_3783 + language: &ref_3781 default: name: requestTimeout description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." @@ -21412,7 +21348,7 @@ schemas: serializedName: requestSettings extensions: x-nullable: true - language: &ref_3784 + language: &ref_3782 default: name: requestSettings description: Request settings for the deployment. @@ -21422,35 +21358,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_336 + children: &ref_330 all: - - &ref_337 + - &ref_331 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ScaleTypeDefault parents: all: - - &ref_338 + - &ref_332 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_336 - discriminator: &ref_346 + children: *ref_330 + discriminator: &ref_340 all: - Default: *ref_337 - TargetUtilization: &ref_343 + Default: *ref_331 + TargetUtilization: &ref_337 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ScaleTypeTargetUtilization parents: all: - - *ref_338 + - *ref_332 immediate: - - *ref_338 + - *ref_332 properties: - - schema: *ref_339 + - schema: *ref_333 serializedName: maxInstances language: default: @@ -21460,7 +21396,7 @@ schemas: name: MaxInstances description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. protocol: {} - - schema: *ref_340 + - schema: *ref_334 serializedName: minInstances language: default: @@ -21470,7 +21406,7 @@ schemas: name: MinInstances description: The minimum number of instances to always be present. protocol: {} - - schema: *ref_341 + - schema: *ref_335 serializedName: pollingInterval language: default: @@ -21480,7 +21416,7 @@ schemas: name: PollingInterval description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. protocol: {} - - schema: *ref_342 + - schema: *ref_336 serializedName: targetUtilizationPercentage language: default: @@ -21509,14 +21445,14 @@ schemas: namespace: '' protocol: {} immediate: - Default: *ref_337 - TargetUtilization: *ref_343 - property: &ref_345 - schema: *ref_344 + Default: *ref_331 + TargetUtilization: *ref_337 + property: &ref_339 + schema: *ref_338 isDiscriminator: true required: true serializedName: scaleType - language: &ref_3785 + language: &ref_3783 default: name: scaleType description: '[Required] Type of deployment scaling algorithm' @@ -21525,13 +21461,13 @@ schemas: description: REQUIRED; [Required] Type of deployment scaling algorithm protocol: {} properties: - - *ref_345 + - *ref_339 serializationFormats: - json usage: - output - input - language: &ref_3786 + language: &ref_3784 default: name: OnlineScaleSettings description: Online deployment scaling configuration. @@ -21549,7 +21485,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_338 + - *ref_332 serializationFormats: - json usage: @@ -21568,24 +21504,24 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_343 + - *ref_337 immediate: + - *ref_331 - *ref_337 - - *ref_343 - discriminator: *ref_346 + discriminator: *ref_340 language: - default: &ref_347 + default: &ref_341 name: OnlineScaleSettingsClassification description: discriminated type discriminatorInterface: OnlineScaleSettingsClassification - go: *ref_347 + go: *ref_341 protocol: {} nullable: true required: false serializedName: scaleSettings extensions: x-nullable: true - language: &ref_3787 + language: &ref_3785 default: name: scaleSettings description: "Scale settings for the deployment.\r\nIf it is null or not provided,\r\nit defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment\r\nand to DefaultScaleSettings for ManagedOnlineDeployment." @@ -21601,7 +21537,7 @@ schemas: usage: - output - input - language: &ref_3788 + language: &ref_3786 default: name: OnlineDeploymentDetails description: '' @@ -21618,18 +21554,18 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - *ref_316 - - *ref_317 - immediate: - - *ref_309 - *ref_310 + - *ref_311 + immediate: + - *ref_303 + - *ref_304 properties: - - schema: &ref_1064 + - schema: &ref_1057 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_348 + - schema: *ref_342 nullable: true required: false serializedName: codeId @@ -21637,7 +21573,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3000 + language: &ref_2993 default: name: codeId description: ARM resource ID of the code asset. @@ -21645,14 +21581,14 @@ schemas: name: CodeID description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_349 + - schema: *ref_343 required: true serializedName: scoringScript extensions: x-ms-mutability: - create - read - language: &ref_3001 + language: &ref_2994 default: name: scoringScript description: '[Required] The script to execute on startup. eg. "score.py"' @@ -21680,7 +21616,7 @@ schemas: serializedName: codeConfiguration extensions: x-nullable: true - language: &ref_3002 + language: &ref_2995 default: name: codeConfiguration description: Code configuration for the endpoint deployment. @@ -21688,10 +21624,10 @@ schemas: name: CodeConfiguration description: Code configuration for the endpoint deployment. protocol: {} - - schema: *ref_350 + - schema: *ref_344 nullable: true serializedName: description - language: &ref_2999 + language: &ref_2992 default: name: description description: Description of the endpoint deployment. @@ -21699,10 +21635,10 @@ schemas: name: Description description: Description of the endpoint deployment. protocol: {} - - schema: *ref_351 + - schema: *ref_345 nullable: true serializedName: environmentId - language: &ref_3003 + language: &ref_2996 default: name: environmentId description: ARM resource ID of the environment specification for the endpoint deployment. @@ -21710,13 +21646,10 @@ schemas: name: EnvironmentID description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - schema: *ref_352 + - schema: *ref_346 nullable: true serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3004 + language: &ref_2997 default: name: environmentVariables description: Environment variables configuration for the deployment. @@ -21725,13 +21658,10 @@ schemas: description: Environment variables configuration for the deployment. byValue: true protocol: {} - - schema: *ref_353 + - schema: *ref_347 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3005 + language: &ref_2998 default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. @@ -21745,7 +21675,7 @@ schemas: usage: - output - input - language: &ref_3006 + language: &ref_2999 default: name: EndpointDeploymentPropertiesBase description: Base definition for endpoint deployment. @@ -21758,12 +21688,12 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_311 + - *ref_305 properties: - - schema: *ref_354 + - schema: *ref_348 nullable: true serializedName: compute - language: &ref_3007 + language: &ref_3000 default: name: compute description: Compute target for batch inference operation. @@ -21771,9 +21701,9 @@ schemas: name: Compute description: Compute target for batch inference operation. protocol: {} - - schema: *ref_355 + - schema: *ref_349 serializedName: errorThreshold - language: &ref_3008 + language: &ref_3001 default: name: errorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." @@ -21783,9 +21713,9 @@ schemas: Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored. protocol: {} - - schema: *ref_356 + - schema: *ref_350 serializedName: loggingLevel - language: &ref_3009 + language: &ref_3002 default: name: loggingLevel description: Logging level for batch inference operation. @@ -21793,9 +21723,9 @@ schemas: name: LoggingLevel description: Logging level for batch inference operation. protocol: {} - - schema: *ref_357 + - schema: *ref_351 serializedName: maxConcurrencyPerInstance - language: &ref_3010 + language: &ref_3003 default: name: maxConcurrencyPerInstance description: Indicates maximum number of parallelism per instance. @@ -21803,9 +21733,9 @@ schemas: name: MaxConcurrencyPerInstance description: Indicates maximum number of parallelism per instance. protocol: {} - - schema: *ref_358 + - schema: *ref_352 serializedName: miniBatchSize - language: &ref_3011 + language: &ref_3004 default: name: miniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." @@ -21815,38 +21745,38 @@ schemas: protocol: {} - schema: type: object - children: &ref_359 + children: &ref_353 all: - - &ref_360 + - &ref_354 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeDataPath parents: all: - - &ref_361 + - &ref_355 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_359 - discriminator: &ref_371 + children: *ref_353 + discriminator: &ref_365 all: - DataPath: *ref_360 - Id: &ref_365 + DataPath: *ref_354 + Id: &ref_359 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeID parents: all: - - *ref_361 + - *ref_355 immediate: - - *ref_361 + - *ref_355 properties: - - schema: *ref_362 + - schema: *ref_356 required: true serializedName: assetId - language: &ref_3014 + language: &ref_3007 default: name: assetId description: '[Required] ARM resource ID of the asset.' @@ -21872,18 +21802,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - OutputPath: &ref_366 + OutputPath: &ref_360 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeOutputPath parents: all: - - *ref_361 + - *ref_355 immediate: - - *ref_361 + - *ref_355 properties: - - schema: *ref_363 + - schema: *ref_357 nullable: true serializedName: jobId language: @@ -21894,7 +21824,7 @@ schemas: name: JobID description: ARM resource ID of the job. protocol: {} - - schema: *ref_364 + - schema: *ref_358 nullable: true serializedName: path language: @@ -21924,15 +21854,15 @@ schemas: namespace: '' protocol: {} immediate: - DataPath: *ref_360 - Id: *ref_365 - OutputPath: *ref_366 - property: &ref_368 - schema: *ref_367 + DataPath: *ref_354 + Id: *ref_359 + OutputPath: *ref_360 + property: &ref_362 + schema: *ref_361 isDiscriminator: true required: true serializedName: referenceType - language: &ref_3012 + language: &ref_3005 default: name: referenceType description: '[Required] Specifies the type of asset reference.' @@ -21941,13 +21871,13 @@ schemas: description: REQUIRED; [Required] Specifies the type of asset reference. protocol: {} properties: - - *ref_368 + - *ref_362 serializationFormats: - json usage: - output - input - language: &ref_3013 + language: &ref_3006 default: name: AssetReferenceBase description: Base definition for asset references. @@ -21966,9 +21896,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_361 + - *ref_355 properties: - - schema: *ref_369 + - schema: *ref_363 nullable: true serializedName: datastoreId language: @@ -21979,7 +21909,7 @@ schemas: name: DatastoreID description: ARM resource ID of the datastore where the asset is located. protocol: {} - - schema: *ref_370 + - schema: *ref_364 nullable: true serializedName: path language: @@ -22008,25 +21938,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_365 - - *ref_366 + - *ref_359 + - *ref_360 immediate: + - *ref_354 + - *ref_359 - *ref_360 - - *ref_365 - - *ref_366 - discriminator: *ref_371 + discriminator: *ref_365 language: - default: &ref_372 + default: &ref_366 name: AssetReferenceBaseClassification description: discriminated type discriminatorInterface: AssetReferenceBaseClassification - go: *ref_372 + go: *ref_366 protocol: {} nullable: true serializedName: model extensions: x-nullable: true - language: &ref_3015 + language: &ref_3008 default: name: model description: Reference to the model asset for the endpoint deployment. @@ -22035,9 +21965,9 @@ schemas: description: Reference to the model asset for the endpoint deployment. byValue: true protocol: {} - - schema: *ref_373 + - schema: *ref_367 serializedName: outputAction - language: &ref_3016 + language: &ref_3009 default: name: outputAction description: Indicates how the output will be organized. @@ -22045,10 +21975,10 @@ schemas: name: OutputAction description: Indicates how the output will be organized. protocol: {} - - schema: *ref_374 + - schema: *ref_368 nullable: true serializedName: outputFileName - language: &ref_3017 + language: &ref_3010 default: name: outputFileName description: Customized output file name for append_row output action. @@ -22056,13 +21986,13 @@ schemas: name: OutputFileName description: Customized output file name for append_row output action. protocol: {} - - schema: *ref_331 + - schema: *ref_325 readOnly: true serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_3018 + language: &ref_3011 default: name: provisioningState description: Provisioning state for the endpoint deployment. @@ -22070,18 +22000,18 @@ schemas: name: ProvisioningState description: READ-ONLY; Provisioning state for the endpoint deployment. protocol: {} - - schema: &ref_501 + - schema: &ref_495 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_375 + - schema: *ref_369 serializedName: instanceCount extensions: x-ms-mutability: - create - read - language: &ref_3019 + language: &ref_3012 default: name: instanceCount description: Optional number of instances or nodes used by the compute target. @@ -22089,14 +22019,14 @@ schemas: name: InstanceCount description: Optional number of instances or nodes used by the compute target. protocol: {} - - schema: *ref_376 + - schema: *ref_370 nullable: true serializedName: instanceType extensions: x-ms-mutability: - create - read - language: &ref_3020 + language: &ref_3013 default: name: instanceType description: Optional type of VM used as supported by the compute target. @@ -22104,16 +22034,14 @@ schemas: name: InstanceType description: Optional type of VM used as supported by the compute target. protocol: {} - - schema: *ref_377 + - schema: *ref_371 nullable: true serializedName: properties extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3022 + language: &ref_3015 default: name: properties description: Additional properties bag. @@ -22143,7 +22071,7 @@ schemas: serializedName: resources extensions: x-nullable: true - language: &ref_3023 + language: &ref_3016 default: name: resources description: "Indicates compute configuration for the job.\r\nIf not provided, will default to the defaults defined in ResourceConfiguration." @@ -22151,14 +22079,14 @@ schemas: name: Resources description: Indicates compute configuration for the job. If not provided, will default to the defaults defined in ResourceConfiguration. protocol: {} - - schema: &ref_1063 + - schema: &ref_1056 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_378 + - schema: *ref_372 serializedName: maxRetries - language: &ref_3024 + language: &ref_3017 default: name: maxRetries description: Maximum retry count for a mini-batch @@ -22166,9 +22094,9 @@ schemas: name: MaxRetries description: Maximum retry count for a mini-batch protocol: {} - - schema: *ref_379 + - schema: *ref_373 serializedName: timeout - language: &ref_3025 + language: &ref_3018 default: name: timeout description: Invocation timeout for a mini-batch, in ISO 8601 format. @@ -22196,7 +22124,7 @@ schemas: serializedName: retrySettings extensions: x-nullable: true - language: &ref_3026 + language: &ref_3019 default: name: retrySettings description: "Retry Settings for the batch inference operation.\r\nIf not provided, will default to the defaults defined in BatchRetrySettings." @@ -22222,7 +22150,7 @@ schemas: protocol: {} required: true serializedName: properties - language: &ref_3027 + language: &ref_3020 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -22230,10 +22158,10 @@ schemas: name: Properties description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_273 required: false serializedName: sku - language: &ref_3028 + language: &ref_3021 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -22257,21 +22185,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_388 + - &ref_382 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_284 + - *ref_69 immediate: - - *ref_290 + - *ref_284 properties: - - schema: *ref_276 + - schema: *ref_270 required: false serializedName: identity - language: &ref_3692 + language: &ref_3690 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -22279,10 +22207,10 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_380 + - schema: *ref_374 required: false serializedName: kind - language: &ref_3693 + language: &ref_3691 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -22290,10 +22218,10 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_299 + - schema: *ref_293 required: true serializedName: properties - language: &ref_3697 + language: &ref_3695 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -22301,10 +22229,10 @@ schemas: name: Properties description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_273 required: false serializedName: sku - language: &ref_3698 + language: &ref_3696 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -22328,21 +22256,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_389 + - &ref_383 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_284 + - *ref_69 immediate: - - *ref_290 + - *ref_284 properties: - - schema: *ref_276 + - schema: *ref_270 required: false serializedName: identity - language: &ref_3767 + language: &ref_3765 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -22350,10 +22278,10 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_381 + - schema: *ref_375 required: false serializedName: kind - language: &ref_3768 + language: &ref_3766 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -22363,19 +22291,19 @@ schemas: protocol: {} - schema: type: object - children: *ref_382 - discriminator: *ref_383 - parents: *ref_384 + children: *ref_376 + discriminator: *ref_377 + parents: *ref_378 language: - default: &ref_385 + default: &ref_379 name: OnlineDeploymentDetailsClassification description: discriminated type discriminatorInterface: OnlineDeploymentDetailsClassification - go: *ref_385 + go: *ref_379 protocol: {} required: true serializedName: properties - language: &ref_3795 + language: &ref_3793 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -22384,10 +22312,10 @@ schemas: description: REQUIRED; [Required] Additional attributes of the entity. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 required: false serializedName: sku - language: &ref_3796 + language: &ref_3794 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -22412,27 +22340,25 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_386 - - *ref_387 - - *ref_388 - - *ref_389 + - *ref_380 + - *ref_381 + - *ref_382 + - *ref_383 parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_390 + - schema: *ref_384 required: false serializedName: tags extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - create - update - language: &ref_2917 + language: &ref_2910 default: name: tags description: Resource tags. @@ -22441,14 +22367,14 @@ schemas: description: Resource tags. byValue: true protocol: {} - - schema: *ref_391 + - schema: *ref_385 required: true serializedName: location extensions: x-ms-mutability: - read - create - language: &ref_2916 + language: &ref_2909 default: name: location description: The geo-location where the resource lives @@ -22462,7 +22388,7 @@ schemas: usage: - output - input - language: &ref_2918 + language: &ref_2911 default: name: TrackedResource description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' @@ -22476,67 +22402,67 @@ schemas: namespace: '' summary: Tracked Resource protocol: {} - - *ref_386 - - *ref_387 - - &ref_849 + - *ref_380 + - *ref_381 + - &ref_843 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_392 + - schema: &ref_386 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_393 + - &ref_387 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_392 - - &ref_425 + - *ref_386 + - &ref_419 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - &ref_395 + - *ref_387 + - &ref_389 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_393 - - *ref_392 - - &ref_394 + - *ref_387 + - *ref_386 + - &ref_388 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_418 + - &ref_412 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - - schema: *ref_396 + - schema: *ref_390 nullable: true serializedName: codeUri - language: &ref_3134 + language: &ref_3127 default: name: codeUri description: Uri where code is located @@ -22560,27 +22486,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_419 + - &ref_413 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - schema: *ref_2 nullable: true serializedName: componentSpec extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3198 + language: &ref_3191 default: name: componentSpec description: "Defines Component definition details.\r\n" @@ -22605,30 +22529,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_397 + - &ref_391 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_834 + children: &ref_828 all: - - &ref_399 + - &ref_393 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DataTypeMLTable parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - *ref_391 + - *ref_388 + - *ref_389 immediate: - - *ref_397 + - *ref_391 properties: - - schema: &ref_1281 + - schema: &ref_1274 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_398 + elementType: *ref_392 extensions: x-ms-mutability: - create @@ -22677,18 +22601,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_400 + - &ref_394 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DataTypeURIFile parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - *ref_391 + - *ref_388 + - *ref_389 immediate: - - *ref_397 + - *ref_391 serializationFormats: - json usage: @@ -22707,18 +22631,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_401 + - &ref_395 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DataTypeURIFolder parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - *ref_391 + - *ref_388 + - *ref_389 immediate: - - *ref_397 + - *ref_391 serializationFormats: - json usage: @@ -22738,20 +22662,20 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_399 - - *ref_400 - - *ref_401 - discriminator: &ref_835 + - *ref_393 + - *ref_394 + - *ref_395 + discriminator: &ref_829 all: - MLTable: *ref_399 - UriFile: *ref_400 - UriFolder: *ref_401 + MLTable: *ref_393 + UriFile: *ref_394 + UriFolder: *ref_395 immediate: - MLTable: *ref_399 - UriFile: *ref_400 - UriFolder: *ref_401 - property: &ref_403 - schema: *ref_402 + MLTable: *ref_393 + UriFile: *ref_394 + UriFolder: *ref_395 + property: &ref_397 + schema: *ref_396 isDiscriminator: true required: true serializedName: dataType @@ -22759,7 +22683,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3263 + language: &ref_3256 default: name: dataType description: '[Required] Specifies the type of data.' @@ -22767,22 +22691,22 @@ schemas: name: DataType description: REQUIRED; [Required] Specifies the type of data. protocol: {} - parents: &ref_836 + parents: &ref_830 all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - - *ref_403 - - schema: *ref_404 + - *ref_397 + - schema: *ref_398 required: true serializedName: dataUri extensions: x-ms-mutability: - create - read - language: &ref_3264 + language: &ref_3257 default: name: dataUri description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' @@ -22795,7 +22719,7 @@ schemas: usage: - output - input - language: &ref_3265 + language: &ref_3258 default: name: DataVersionBaseDetails description: Data version base definition @@ -22813,30 +22737,30 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - &ref_420 + - &ref_414 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - - schema: &ref_1106 + - schema: &ref_1099 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_405 + - schema: *ref_399 required: true serializedName: contextUri extensions: x-ms-mutability: - create - read - language: &ref_3400 + language: &ref_3393 default: name: contextUri description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" @@ -22844,7 +22768,7 @@ schemas: name: ContextURI description: REQUIRED; [Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. protocol: {} - - schema: *ref_406 + - schema: *ref_400 nullable: true required: false serializedName: dockerfilePath @@ -22852,7 +22776,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3401 + language: &ref_3394 default: name: dockerfilePath description: "Path to the Dockerfile in the build context.\r\n" @@ -22881,7 +22805,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3402 + language: &ref_3395 default: name: build description: Configuration settings for Docker build context. @@ -22889,13 +22813,13 @@ schemas: name: Build description: Configuration settings for Docker build context. protocol: {} - - schema: *ref_407 + - schema: *ref_401 serializedName: condaFile extensions: x-ms-mutability: - create - read - language: &ref_3403 + language: &ref_3396 default: name: condaFile description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" @@ -22903,13 +22827,13 @@ schemas: name: CondaFile description: Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages. protocol: {} - - schema: *ref_408 + - schema: *ref_402 readOnly: true serializedName: environmentType extensions: x-ms-mutability: - read - language: &ref_3404 + language: &ref_3397 default: name: environmentType description: "Environment type is either user managed or curated by the Azure ML service\r\n" @@ -22917,13 +22841,13 @@ schemas: name: EnvironmentType description: READ-ONLY; Environment type is either user managed or curated by the Azure ML service protocol: {} - - schema: *ref_409 + - schema: *ref_403 serializedName: image extensions: x-ms-mutability: - create - read - language: &ref_3405 + language: &ref_3398 default: name: image description: "Name of the image that will be used for the environment.\r\n" @@ -22931,20 +22855,20 @@ schemas: name: Image description: Name of the image that will be used for the environment. protocol: {} - - schema: &ref_1107 + - schema: &ref_1100 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_412 + - schema: &ref_406 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_410 + - schema: *ref_404 required: true serializedName: path - language: &ref_3406 + language: &ref_3399 default: name: path description: '[Required] The path for the route.' @@ -22952,10 +22876,10 @@ schemas: name: Path description: REQUIRED; [Required] The path for the route. protocol: {} - - schema: *ref_411 + - schema: *ref_405 required: true serializedName: port - language: &ref_3407 + language: &ref_3400 default: name: port description: '[Required] The port for the route.' @@ -22980,7 +22904,7 @@ schemas: namespace: '' protocol: {} serializedName: livenessRoute - language: &ref_3408 + language: &ref_3401 default: name: livenessRoute description: The route to check the liveness of the inference server container. @@ -22988,9 +22912,9 @@ schemas: name: LivenessRoute description: The route to check the liveness of the inference server container. protocol: {} - - schema: *ref_412 + - schema: *ref_406 serializedName: readinessRoute - language: &ref_3409 + language: &ref_3402 default: name: readinessRoute description: The route to check the readiness of the inference server container. @@ -22998,9 +22922,9 @@ schemas: name: ReadinessRoute description: The route to check the readiness of the inference server container. protocol: {} - - schema: *ref_412 + - schema: *ref_406 serializedName: scoringRoute - language: &ref_3410 + language: &ref_3403 default: name: scoringRoute description: The port to send the scoring requests to, within the inference server container. @@ -23029,7 +22953,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3411 + language: &ref_3404 default: name: inferenceConfig description: Defines configuration specific to inference. @@ -23037,7 +22961,7 @@ schemas: name: InferenceConfig description: Defines configuration specific to inference. protocol: {} - - schema: *ref_413 + - schema: *ref_407 serializedName: osType extensions: x-ms-mutability: @@ -23067,24 +22991,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_421 + - &ref_415 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - - schema: *ref_414 + - schema: *ref_408 nullable: true serializedName: flavors - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3652 + language: &ref_3650 default: name: flavors description: Mapping of model flavors to their properties. @@ -23093,7 +23014,7 @@ schemas: description: Mapping of model flavors to their properties. byValue: true protocol: {} - - schema: *ref_415 + - schema: *ref_409 nullable: true serializedName: jobName language: @@ -23104,9 +23025,9 @@ schemas: name: JobName description: Name of the training job which produced this model protocol: {} - - schema: *ref_416 + - schema: *ref_410 serializedName: modelType - language: &ref_3653 + language: &ref_3651 default: name: modelType description: The storage format for this entity. Used for NCD. @@ -23114,10 +23035,10 @@ schemas: name: ModelType description: The storage format for this entity. Used for NCD. protocol: {} - - schema: *ref_417 + - schema: *ref_411 nullable: true serializedName: modelUri - language: &ref_3654 + language: &ref_3652 default: name: modelUri description: The URI path to the model contents. @@ -23142,26 +23063,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_399 - - *ref_400 - - *ref_401 + - *ref_393 + - *ref_394 + - *ref_395 immediate: - - *ref_418 - - *ref_419 - - *ref_397 - - *ref_420 - - *ref_421 + - *ref_412 + - *ref_413 + - *ref_391 + - *ref_414 + - *ref_415 parents: all: - - *ref_395 + - *ref_389 immediate: - - *ref_395 + - *ref_389 properties: - - schema: *ref_422 + - schema: *ref_416 serializedName: isAnonymous extensions: - x-ms-mutability: *ref_423 - language: &ref_3132 + x-ms-mutability: *ref_417 + language: &ref_3125 default: name: isAnonymous description: If the name version are system generated (anonymous registration). @@ -23169,7 +23090,7 @@ schemas: name: IsAnonymous description: If the name version are system generated (anonymous registration). protocol: {} - - schema: *ref_424 + - schema: *ref_418 serializedName: isArchived extensions: x-ms-mutability: @@ -23189,7 +23110,7 @@ schemas: usage: - output - input - language: &ref_3133 + language: &ref_3126 default: name: AssetBase description: '' @@ -23200,28 +23121,28 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_418 - - *ref_425 + - *ref_412 - *ref_419 - - &ref_828 + - *ref_413 + - &ref_822 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_387 + - *ref_389 immediate: - - *ref_393 + - *ref_387 properties: - - schema: *ref_402 + - schema: *ref_396 required: true serializedName: dataType extensions: x-ms-mutability: - create - read - language: &ref_3234 + language: &ref_3227 default: name: dataType description: '[Required] Specifies the type of data.' @@ -23245,33 +23166,33 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_397 - - &ref_426 + - *ref_391 + - &ref_420 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_838 + children: &ref_832 all: - - &ref_444 + - &ref_438 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeAzureBlob parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_427 + - schema: *ref_421 nullable: true serializedName: accountName extensions: x-ms-mutability: - create - read - language: &ref_3309 + language: &ref_3302 default: name: accountName description: Storage account name. @@ -23279,14 +23200,14 @@ schemas: name: AccountName description: Storage account name. protocol: {} - - schema: *ref_428 + - schema: *ref_422 nullable: true serializedName: containerName extensions: x-ms-mutability: - create - read - language: &ref_3310 + language: &ref_3303 default: name: containerName description: Storage account container name. @@ -23294,14 +23215,14 @@ schemas: name: ContainerName description: Storage account container name. protocol: {} - - schema: *ref_429 + - schema: *ref_423 nullable: true serializedName: endpoint extensions: x-ms-mutability: - create - read - language: &ref_3311 + language: &ref_3304 default: name: endpoint description: Azure cloud endpoint for the storage account. @@ -23309,14 +23230,14 @@ schemas: name: Endpoint description: Azure cloud endpoint for the storage account. protocol: {} - - schema: *ref_430 + - schema: *ref_424 nullable: true serializedName: protocol extensions: x-ms-mutability: - create - read - language: &ref_3312 + language: &ref_3305 default: name: protocol description: Protocol used to communicate with the storage account. @@ -23324,7 +23245,7 @@ schemas: name: Protocol description: Protocol used to communicate with the storage account. protocol: {} - - schema: *ref_431 + - schema: *ref_425 serializedName: serviceDataAccessAuthIdentity extensions: x-ms-mutability: @@ -23356,19 +23277,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_445 + - &ref_439 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeAzureDataLakeGen1 parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_431 + - schema: *ref_425 required: false serializedName: serviceDataAccessAuthIdentity extensions: @@ -23383,14 +23304,14 @@ schemas: name: ServiceDataAccessAuthIdentity description: Indicates which identity to use to authenticate service data access to customer's storage. protocol: {} - - schema: *ref_432 + - schema: *ref_426 required: true serializedName: storeName extensions: x-ms-mutability: - create - read - language: &ref_3339 + language: &ref_3332 default: name: storeName description: '[Required] Azure Data Lake store name.' @@ -23416,26 +23337,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_446 + - &ref_440 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeAzureDataLakeGen2 parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_433 + - schema: *ref_427 required: true serializedName: accountName extensions: x-ms-mutability: - create - read - language: &ref_3346 + language: &ref_3339 default: name: accountName description: '[Required] Storage account name.' @@ -23443,7 +23364,7 @@ schemas: name: AccountName description: REQUIRED; [Required] Storage account name. protocol: {} - - schema: *ref_434 + - schema: *ref_428 nullable: true required: false serializedName: endpoint @@ -23451,7 +23372,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3347 + language: &ref_3340 default: name: endpoint description: Azure cloud endpoint for the storage account. @@ -23459,14 +23380,14 @@ schemas: name: Endpoint description: Azure cloud endpoint for the storage account. protocol: {} - - schema: *ref_435 + - schema: *ref_429 required: true serializedName: filesystem extensions: x-ms-mutability: - create - read - language: &ref_3348 + language: &ref_3341 default: name: filesystem description: '[Required] The name of the Data Lake Gen2 filesystem.' @@ -23474,7 +23395,7 @@ schemas: name: Filesystem description: REQUIRED; [Required] The name of the Data Lake Gen2 filesystem. protocol: {} - - schema: *ref_436 + - schema: *ref_430 nullable: true required: false serializedName: protocol @@ -23482,7 +23403,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3349 + language: &ref_3342 default: name: protocol description: Protocol used to communicate with the storage account. @@ -23490,7 +23411,7 @@ schemas: name: Protocol description: Protocol used to communicate with the storage account. protocol: {} - - schema: *ref_431 + - schema: *ref_425 required: false serializedName: serviceDataAccessAuthIdentity extensions: @@ -23523,26 +23444,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_447 + - &ref_441 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeAzureFile parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_437 + - schema: *ref_431 required: true serializedName: accountName extensions: x-ms-mutability: - create - read - language: &ref_3354 + language: &ref_3347 default: name: accountName description: '[Required] Storage account name.' @@ -23550,7 +23471,7 @@ schemas: name: AccountName description: REQUIRED; [Required] Storage account name. protocol: {} - - schema: *ref_438 + - schema: *ref_432 nullable: true required: false serializedName: endpoint @@ -23558,7 +23479,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3355 + language: &ref_3348 default: name: endpoint description: Azure cloud endpoint for the storage account. @@ -23566,14 +23487,14 @@ schemas: name: Endpoint description: Azure cloud endpoint for the storage account. protocol: {} - - schema: *ref_439 + - schema: *ref_433 required: true serializedName: fileShareName extensions: x-ms-mutability: - create - read - language: &ref_3356 + language: &ref_3349 default: name: fileShareName description: '[Required] The name of the Azure file share that the datastore points to.' @@ -23581,7 +23502,7 @@ schemas: name: FileShareName description: REQUIRED; [Required] The name of the Azure file share that the datastore points to. protocol: {} - - schema: *ref_440 + - schema: *ref_434 nullable: true required: false serializedName: protocol @@ -23589,7 +23510,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3357 + language: &ref_3350 default: name: protocol description: Protocol used to communicate with the storage account. @@ -23597,7 +23518,7 @@ schemas: name: Protocol description: Protocol used to communicate with the storage account. protocol: {} - - schema: *ref_431 + - schema: *ref_425 required: false serializedName: serviceDataAccessAuthIdentity extensions: @@ -23630,19 +23551,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_448 + - &ref_442 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeHdfs parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_441 + - schema: *ref_435 nullable: true required: false serializedName: hdfsServerCertificate @@ -23658,7 +23579,7 @@ schemas: name: HdfsServerCertificate description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. protocol: {} - - schema: *ref_442 + - schema: *ref_436 required: true serializedName: nameNodeAddress extensions: @@ -23673,7 +23594,7 @@ schemas: name: NameNodeAddress description: REQUIRED; [Required] IP Address or DNS HostName. protocol: {} - - schema: *ref_443 + - schema: *ref_437 nullable: true required: false serializedName: protocol @@ -23708,30 +23629,30 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_448 - discriminator: &ref_839 + - *ref_438 + - *ref_439 + - *ref_440 + - *ref_441 + - *ref_442 + discriminator: &ref_833 all: - AzureBlob: *ref_444 - AzureDataLakeGen1: *ref_445 - AzureDataLakeGen2: *ref_446 - AzureFile: *ref_447 - Hdfs: *ref_448 + AzureBlob: *ref_438 + AzureDataLakeGen1: *ref_439 + AzureDataLakeGen2: *ref_440 + AzureFile: *ref_441 + Hdfs: *ref_442 immediate: - AzureBlob: *ref_444 - AzureDataLakeGen1: *ref_445 - AzureDataLakeGen2: *ref_446 - AzureFile: *ref_447 - Hdfs: *ref_448 - property: &ref_491 - schema: *ref_449 + AzureBlob: *ref_438 + AzureDataLakeGen1: *ref_439 + AzureDataLakeGen2: *ref_440 + AzureFile: *ref_441 + Hdfs: *ref_442 + property: &ref_485 + schema: *ref_443 isDiscriminator: true required: true serializedName: datastoreType - language: &ref_3306 + language: &ref_3299 default: name: datastoreType description: '[Required] Storage type backing the datastore.' @@ -23739,43 +23660,43 @@ schemas: name: DatastoreType description: REQUIRED; [Required] Storage type backing the datastore. protocol: {} - parents: &ref_840 + parents: &ref_834 all: - - *ref_395 + - *ref_389 immediate: - - *ref_395 + - *ref_389 properties: - schema: type: object - children: &ref_450 + children: &ref_444 all: - - &ref_451 + - &ref_445 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeAccountKey parents: all: - - &ref_452 + - &ref_446 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_450 - discriminator: &ref_489 + children: *ref_444 + discriminator: &ref_483 all: - AccountKey: *ref_451 - Certificate: &ref_483 + AccountKey: *ref_445 + Certificate: &ref_477 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeCertificate parents: all: - - *ref_452 + - *ref_446 immediate: - - *ref_452 + - *ref_446 properties: - - schema: *ref_453 + - schema: *ref_447 nullable: true required: false serializedName: authorityUrl @@ -23787,7 +23708,7 @@ schemas: name: AuthorityURL description: Authority URL used for authentication. protocol: {} - - schema: *ref_454 + - schema: *ref_448 required: true serializedName: clientId language: @@ -23798,7 +23719,7 @@ schemas: name: ClientID description: REQUIRED; [Required] Service principal client ID. protocol: {} - - schema: *ref_455 + - schema: *ref_449 nullable: true required: false serializedName: resourceUrl @@ -23810,34 +23731,34 @@ schemas: name: ResourceURL description: Resource the service principal has access to. protocol: {} - - schema: &ref_458 + - schema: &ref_452 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeCertificate parents: all: - - &ref_456 + - &ref_450 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_2039 + children: &ref_2032 all: - - &ref_463 + - &ref_457 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeAccountKey parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_457 + - schema: *ref_451 nullable: true serializedName: key - language: &ref_3352 + language: &ref_3345 default: name: key description: Storage account key. @@ -23863,19 +23784,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_458 - - &ref_464 + - *ref_452 + - &ref_458 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeKerberosKeytab parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_459 + - schema: *ref_453 nullable: true serializedName: kerberosKeytab language: @@ -23904,18 +23825,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_465 + - &ref_459 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeKerberosPassword parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_460 + - schema: *ref_454 nullable: true serializedName: kerberosPassword language: @@ -23944,18 +23865,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_466 + - &ref_460 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeSas parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_461 + - schema: *ref_455 nullable: true serializedName: sasToken language: @@ -23984,21 +23905,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_467 + - &ref_461 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeServicePrincipal parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_462 + - schema: *ref_456 nullable: true serializedName: clientSecret - language: &ref_3336 + language: &ref_3329 default: name: clientSecret description: Service principal secret. @@ -24025,33 +23946,33 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_463 + - *ref_457 + - *ref_452 - *ref_458 - - *ref_464 - - *ref_465 - - *ref_466 - - *ref_467 - discriminator: &ref_2040 + - *ref_459 + - *ref_460 + - *ref_461 + discriminator: &ref_2033 all: - AccountKey: *ref_463 - Certificate: *ref_458 - KerberosKeytab: *ref_464 - KerberosPassword: *ref_465 - Sas: *ref_466 - ServicePrincipal: *ref_467 + AccountKey: *ref_457 + Certificate: *ref_452 + KerberosKeytab: *ref_458 + KerberosPassword: *ref_459 + Sas: *ref_460 + ServicePrincipal: *ref_461 immediate: - AccountKey: *ref_463 - Certificate: *ref_458 - KerberosKeytab: *ref_464 - KerberosPassword: *ref_465 - Sas: *ref_466 - ServicePrincipal: *ref_467 - property: &ref_469 - schema: *ref_468 + AccountKey: *ref_457 + Certificate: *ref_452 + KerberosKeytab: *ref_458 + KerberosPassword: *ref_459 + Sas: *ref_460 + ServicePrincipal: *ref_461 + property: &ref_463 + schema: *ref_462 isDiscriminator: true required: true serializedName: secretsType - language: &ref_3334 + language: &ref_3327 default: name: secretsType description: '[Required] Credential type used to authentication with storage.' @@ -24060,13 +23981,13 @@ schemas: description: REQUIRED; [Required] Credential type used to authentication with storage. protocol: {} properties: - - *ref_469 + - *ref_463 serializationFormats: - json usage: - output - input - language: &ref_3335 + language: &ref_3328 default: name: DatastoreSecrets description: Base definition for datastore secrets. @@ -24088,9 +24009,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_470 + - schema: *ref_464 nullable: true serializedName: certificate language: @@ -24135,7 +24056,7 @@ schemas: name: Secrets description: REQUIRED; [Required] Service principal secrets. protocol: {} - - schema: *ref_471 + - schema: *ref_465 required: true serializedName: tenantId language: @@ -24146,7 +24067,7 @@ schemas: name: TenantID description: REQUIRED; [Required] ID of the tenant to which the service principal belongs. protocol: {} - - schema: *ref_472 + - schema: *ref_466 required: true serializedName: thumbprint language: @@ -24175,34 +24096,34 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - KerberosKeytab: &ref_473 + KerberosKeytab: &ref_467 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeKerberosKeytab parents: all: - - &ref_474 + - &ref_468 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_473 - - &ref_475 + - *ref_467 + - &ref_469 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeKerberosPassword parents: all: - - *ref_474 - - *ref_452 + - *ref_468 + - *ref_446 immediate: - - *ref_474 - - *ref_452 + - *ref_468 + - *ref_446 properties: - - schema: *ref_465 + - schema: *ref_459 required: true serializedName: secrets extensions: @@ -24238,10 +24159,10 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_473 - - *ref_475 + - *ref_467 + - *ref_469 properties: - - schema: *ref_476 + - schema: *ref_470 required: true serializedName: kerberosKdcAddress extensions: @@ -24256,7 +24177,7 @@ schemas: name: KerberosKdcAddress description: REQUIRED; [Required] IP Address or DNS HostName. protocol: {} - - schema: *ref_477 + - schema: *ref_471 required: true serializedName: kerberosPrincipal extensions: @@ -24271,7 +24192,7 @@ schemas: name: KerberosPrincipal description: REQUIRED; [Required] Kerberos Username protocol: {} - - schema: *ref_478 + - schema: *ref_472 required: true serializedName: kerberosRealm extensions: @@ -24302,12 +24223,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_452 + - *ref_446 immediate: - - *ref_474 - - *ref_452 + - *ref_468 + - *ref_446 properties: - - schema: *ref_464 + - schema: *ref_458 required: true serializedName: secrets extensions: @@ -24342,17 +24263,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - KerberosPassword: *ref_475 - None: &ref_484 + KerberosPassword: *ref_469 + None: &ref_478 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeNone parents: all: - - *ref_452 + - *ref_446 immediate: - - *ref_452 + - *ref_446 serializationFormats: - json usage: @@ -24371,18 +24292,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - Sas: &ref_485 + Sas: &ref_479 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeSas parents: all: - - *ref_452 + - *ref_446 immediate: - - *ref_452 + - *ref_446 properties: - - schema: *ref_466 + - schema: *ref_460 required: true serializedName: secrets extensions: @@ -24417,22 +24338,22 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - ServicePrincipal: &ref_486 + ServicePrincipal: &ref_480 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeServicePrincipal parents: all: - - *ref_452 + - *ref_446 immediate: - - *ref_452 + - *ref_446 properties: - - schema: *ref_479 + - schema: *ref_473 nullable: true required: false serializedName: authorityUrl - language: &ref_3331 + language: &ref_3324 default: name: authorityUrl description: Authority URL used for authentication. @@ -24440,10 +24361,10 @@ schemas: name: AuthorityURL description: Authority URL used for authentication. protocol: {} - - schema: *ref_480 + - schema: *ref_474 required: true serializedName: clientId - language: &ref_3332 + language: &ref_3325 default: name: clientId description: '[Required] Service principal client ID.' @@ -24451,11 +24372,11 @@ schemas: name: ClientID description: REQUIRED; [Required] Service principal client ID. protocol: {} - - schema: *ref_481 + - schema: *ref_475 nullable: true required: false serializedName: resourceUrl - language: &ref_3333 + language: &ref_3326 default: name: resourceUrl description: Resource the service principal has access to. @@ -24463,7 +24384,7 @@ schemas: name: ResourceURL description: Resource the service principal has access to. protocol: {} - - schema: *ref_467 + - schema: *ref_461 required: true serializedName: secrets extensions: @@ -24472,7 +24393,7 @@ schemas: - create - update x-ms-secret: true - language: &ref_3337 + language: &ref_3330 default: name: secrets description: '[Required] Service principal secrets.' @@ -24480,10 +24401,10 @@ schemas: name: Secrets description: REQUIRED; [Required] Service principal secrets. protocol: {} - - schema: *ref_482 + - schema: *ref_476 required: true serializedName: tenantId - language: &ref_3338 + language: &ref_3331 default: name: tenantId description: '[Required] ID of the tenant to which the service principal belongs.' @@ -24510,19 +24431,19 @@ schemas: namespace: '' protocol: {} immediate: - AccountKey: *ref_451 - Certificate: *ref_483 - KerberosKeytab: *ref_473 - KerberosPassword: *ref_475 - None: *ref_484 - Sas: *ref_485 - ServicePrincipal: *ref_486 - property: &ref_488 - schema: *ref_487 + AccountKey: *ref_445 + Certificate: *ref_477 + KerberosKeytab: *ref_467 + KerberosPassword: *ref_469 + None: *ref_478 + Sas: *ref_479 + ServicePrincipal: *ref_480 + property: &ref_482 + schema: *ref_481 isDiscriminator: true required: true serializedName: credentialsType - language: &ref_3303 + language: &ref_3296 default: name: credentialsType description: '[Required] Credential type used to authentication with storage.' @@ -24531,13 +24452,13 @@ schemas: description: REQUIRED; [Required] Credential type used to authentication with storage. protocol: {} properties: - - *ref_488 + - *ref_482 serializationFormats: - json usage: - output - input - language: &ref_3304 + language: &ref_3297 default: name: DatastoreCredentials description: Base definition for datastore credentials. @@ -24560,9 +24481,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_452 + - *ref_446 properties: - - schema: *ref_463 + - schema: *ref_457 required: true serializedName: secrets extensions: @@ -24571,7 +24492,7 @@ schemas: - create - update x-ms-secret: true - language: &ref_3353 + language: &ref_3346 default: name: secrets description: '[Required] Storage account secrets.' @@ -24597,31 +24518,31 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_483 - - *ref_473 - - *ref_475 - - *ref_484 - - *ref_485 - - *ref_486 + - *ref_477 + - *ref_467 + - *ref_469 + - *ref_478 + - *ref_479 + - *ref_480 immediate: - - *ref_451 - - *ref_483 - - *ref_473 - - *ref_475 - - *ref_484 - - *ref_485 - - *ref_486 - discriminator: *ref_489 + - *ref_445 + - *ref_477 + - *ref_467 + - *ref_469 + - *ref_478 + - *ref_479 + - *ref_480 + discriminator: *ref_483 language: - default: &ref_490 + default: &ref_484 name: DatastoreCredentialsClassification description: discriminated type discriminatorInterface: DatastoreCredentialsClassification - go: *ref_490 + go: *ref_484 protocol: {} required: true serializedName: credentials - language: &ref_3305 + language: &ref_3298 default: name: credentials description: '[Required] Account credentials.' @@ -24630,14 +24551,14 @@ schemas: description: REQUIRED; [Required] Account credentials. byValue: true protocol: {} - - *ref_491 - - schema: *ref_492 + - *ref_485 + - schema: *ref_486 readOnly: true required: false serializedName: isDefault extensions: - x-ms-mutability: *ref_493 - language: &ref_3307 + x-ms-mutability: *ref_487 + language: &ref_3300 default: name: isDefault description: Readonly property to indicate if datastore is the workspace default datastore @@ -24650,7 +24571,7 @@ schemas: usage: - output - input - language: &ref_3308 + language: &ref_3301 default: name: DatastoreDetails description: Base definition for datastore contents configuration. @@ -24670,16 +24591,16 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - &ref_829 + - &ref_823 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_387 + - *ref_389 immediate: - - *ref_393 + - *ref_387 serializationFormats: - json usage: @@ -24696,26 +24617,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_420 - - &ref_494 + - *ref_414 + - &ref_488 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_842 + children: &ref_836 all: - - &ref_801 + - &ref_795 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobTypeAutoML parents: all: - - *ref_494 - - *ref_395 + - *ref_488 + - *ref_389 immediate: - - *ref_494 + - *ref_488 properties: - - schema: *ref_495 + - schema: *ref_489 nullable: true required: false serializedName: environmentId @@ -24723,7 +24644,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3467 + language: &ref_3460 default: name: environmentId description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." @@ -24735,17 +24656,15 @@ schemas: running the job. protocol: {} - - schema: *ref_496 + - schema: *ref_490 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3468 + language: &ref_3461 default: name: environmentVariables description: Environment variables included in the job. @@ -24754,35 +24673,33 @@ schemas: description: Environment variables included in the job. byValue: true protocol: {} - - schema: &ref_780 + - schema: &ref_774 type: dictionary elementType: type: object - children: *ref_497 - discriminator: *ref_498 + children: *ref_491 + discriminator: *ref_492 language: - default: &ref_499 + default: &ref_493 name: JobOutputClassification description: discriminated type discriminatorInterface: JobOutputClassification - go: *ref_499 + go: *ref_493 protocol: {} language: - default: &ref_500 + default: &ref_494 name: map[string]JobOutputClassification description: map of discriminators - go: *ref_500 + go: *ref_494 protocol: {} nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3475 + language: &ref_3469 default: name: outputs description: Mapping of output data bindings used in the job. @@ -24791,7 +24708,7 @@ schemas: description: Mapping of output data bindings used in the job. byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_495 nullable: true required: false serializedName: resources @@ -24800,7 +24717,7 @@ schemas: - create - read x-nullable: true - language: &ref_3477 + language: &ref_3471 default: name: resources description: Compute Resource configuration for the job. @@ -24810,92 +24727,92 @@ schemas: protocol: {} - schema: type: object - children: &ref_504 + children: &ref_498 all: - - &ref_502 + - &ref_496 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeClassification parents: all: - - &ref_503 + - &ref_497 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_502 - - &ref_505 + - *ref_496 + - &ref_499 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeForecasting parents: all: - - *ref_503 - - &ref_508 + - *ref_497 + - &ref_502 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_504 - discriminator: &ref_748 + children: *ref_498 + discriminator: &ref_742 all: - Classification: *ref_502 - Forecasting: *ref_505 - ImageClassification: &ref_506 + Classification: *ref_496 + Forecasting: *ref_499 + ImageClassification: &ref_500 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeImageClassification parents: all: - - &ref_507 + - &ref_501 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_506 - - &ref_509 + - *ref_500 + - &ref_503 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeImageClassificationMultilabel parents: all: - - *ref_507 - - *ref_508 - - &ref_511 + - *ref_501 + - *ref_502 + - &ref_505 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_507 - - *ref_506 - - *ref_509 - - &ref_510 + - *ref_501 + - *ref_500 + - *ref_503 + - &ref_504 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_514 + - &ref_508 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeImageInstanceSegmentation parents: all: - - *ref_510 - - *ref_508 - - *ref_511 + - *ref_504 + - *ref_502 + - *ref_505 immediate: - - *ref_510 - - *ref_508 + - *ref_504 + - *ref_502 properties: - - schema: *ref_512 + - schema: *ref_506 serializedName: primaryMetric language: default: @@ -24925,21 +24842,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_515 + - &ref_509 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeImageObjectDetection parents: all: - - *ref_510 - - *ref_508 - - *ref_511 + - *ref_504 + - *ref_502 + - *ref_505 immediate: - - *ref_510 - - *ref_508 + - *ref_504 + - *ref_502 properties: - - schema: *ref_513 + - schema: *ref_507 serializedName: primaryMetric language: default: @@ -24972,37 +24889,37 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_514 - - *ref_515 + - *ref_508 + - *ref_509 parents: all: - - *ref_511 + - *ref_505 immediate: - - *ref_511 + - *ref_505 properties: - - schema: &ref_521 + - schema: &ref_515 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_516 + - &ref_510 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_522 + - &ref_516 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_516 + - *ref_510 immediate: - - *ref_516 + - *ref_510 properties: - - schema: *ref_517 + - schema: *ref_511 nullable: true serializedName: trainingCropSize language: @@ -25017,10 +24934,10 @@ schemas: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - schema: *ref_518 + - schema: *ref_512 nullable: true serializedName: validationCropSize - language: &ref_3492 + language: &ref_3486 default: name: validationCropSize description: >- @@ -25032,7 +24949,7 @@ schemas: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - schema: *ref_519 + - schema: *ref_513 nullable: true serializedName: validationResizeSize language: @@ -25043,7 +24960,7 @@ schemas: name: ValidationResizeSize description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - schema: *ref_520 + - schema: *ref_514 nullable: true serializedName: weightedLoss language: @@ -25076,12 +24993,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_521 + - *ref_515 immediate: - - *ref_522 - - *ref_521 + - *ref_516 + - *ref_515 properties: - - schema: *ref_523 + - schema: *ref_517 nullable: true serializedName: advancedSettings language: @@ -25092,7 +25009,7 @@ schemas: name: AdvancedSettings description: Settings for advanced scenarios. protocol: {} - - schema: *ref_524 + - schema: *ref_518 nullable: true serializedName: amsGradient language: @@ -25103,7 +25020,7 @@ schemas: name: AmsGradient description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - schema: *ref_525 + - schema: *ref_519 nullable: true serializedName: augmentations language: @@ -25114,7 +25031,7 @@ schemas: name: Augmentations description: Settings for using Augmentations. protocol: {} - - schema: *ref_526 + - schema: *ref_520 nullable: true serializedName: beta1 language: @@ -25125,7 +25042,7 @@ schemas: name: Beta1 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_527 + - schema: *ref_521 nullable: true serializedName: beta2 language: @@ -25136,7 +25053,7 @@ schemas: name: Beta2 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_528 + - schema: *ref_522 nullable: true serializedName: checkpointDatasetId language: @@ -25149,7 +25066,7 @@ schemas: FileDataset id for pretrained checkpoint(s) for incremental training. Make sure to pass CheckpointFilename along with CheckpointDatasetId. protocol: {} - - schema: *ref_529 + - schema: *ref_523 nullable: true serializedName: checkpointFilename language: @@ -25162,7 +25079,7 @@ schemas: The pretrained checkpoint filename in FileDataset for incremental training. Make sure to pass CheckpointDatasetId along with CheckpointFilename. protocol: {} - - schema: *ref_530 + - schema: *ref_524 nullable: true serializedName: checkpointFrequency language: @@ -25173,7 +25090,7 @@ schemas: name: CheckpointFrequency description: Frequency to store model checkpoints. Must be a positive integer. protocol: {} - - schema: *ref_531 + - schema: *ref_525 nullable: true serializedName: checkpointRunId language: @@ -25184,7 +25101,7 @@ schemas: name: CheckpointRunID description: The id of a previous run that has a pretrained checkpoint for incremental training. protocol: {} - - schema: *ref_532 + - schema: *ref_526 nullable: true serializedName: distributed language: @@ -25195,7 +25112,7 @@ schemas: name: Distributed description: Whether to use distributed training. protocol: {} - - schema: *ref_533 + - schema: *ref_527 nullable: true serializedName: earlyStopping language: @@ -25206,7 +25123,7 @@ schemas: name: EarlyStopping description: Enable early stopping logic during training. protocol: {} - - schema: *ref_534 + - schema: *ref_528 nullable: true serializedName: earlyStoppingDelay language: @@ -25219,7 +25136,7 @@ schemas: Minimum number of epochs or validation evaluations to wait before primary metric improvement is tracked for early stopping. Must be a positive integer. protocol: {} - - schema: *ref_535 + - schema: *ref_529 nullable: true serializedName: earlyStoppingPatience language: @@ -25232,7 +25149,7 @@ schemas: Minimum number of epochs or validation evaluations with no primary metric improvement before the run is stopped. Must be a positive integer. protocol: {} - - schema: *ref_536 + - schema: *ref_530 nullable: true serializedName: enableOnnxNormalization language: @@ -25243,7 +25160,7 @@ schemas: name: EnableOnnxNormalization description: Enable normalization when exporting ONNX model. protocol: {} - - schema: *ref_537 + - schema: *ref_531 nullable: true serializedName: evaluationFrequency language: @@ -25254,7 +25171,7 @@ schemas: name: EvaluationFrequency description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - schema: *ref_538 + - schema: *ref_532 nullable: true serializedName: gradientAccumulationStep language: @@ -25269,7 +25186,7 @@ schemas: accumulated gradients to compute the weight updates. Must be a positive integer. protocol: {} - - schema: *ref_539 + - schema: *ref_533 nullable: true serializedName: layersToFreeze language: @@ -25285,7 +25202,7 @@ schemas: on layer freeze, please see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. protocol: {} - - schema: *ref_540 + - schema: *ref_534 nullable: true serializedName: learningRate language: @@ -25296,7 +25213,7 @@ schemas: name: LearningRate description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_541 + - schema: *ref_535 serializedName: learningRateScheduler language: default: @@ -25306,7 +25223,7 @@ schemas: name: LearningRateScheduler description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. protocol: {} - - schema: *ref_542 + - schema: *ref_536 nullable: true serializedName: modelName language: @@ -25321,7 +25238,7 @@ schemas: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. protocol: {} - - schema: *ref_543 + - schema: *ref_537 nullable: true serializedName: momentum language: @@ -25332,7 +25249,7 @@ schemas: name: Momentum description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_544 + - schema: *ref_538 nullable: true serializedName: nesterov language: @@ -25343,7 +25260,7 @@ schemas: name: Nesterov description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - schema: *ref_545 + - schema: *ref_539 nullable: true serializedName: numberOfEpochs language: @@ -25354,7 +25271,7 @@ schemas: name: NumberOfEpochs description: Number of training epochs. Must be a positive integer. protocol: {} - - schema: *ref_546 + - schema: *ref_540 nullable: true serializedName: numberOfWorkers language: @@ -25365,7 +25282,7 @@ schemas: name: NumberOfWorkers description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - schema: *ref_547 + - schema: *ref_541 serializedName: optimizer language: default: @@ -25375,7 +25292,7 @@ schemas: name: Optimizer description: Type of optimizer. protocol: {} - - schema: *ref_548 + - schema: *ref_542 nullable: true serializedName: randomSeed language: @@ -25386,7 +25303,7 @@ schemas: name: RandomSeed description: Random seed to be used when using deterministic training. protocol: {} - - schema: *ref_549 + - schema: *ref_543 nullable: true serializedName: splitRatio language: @@ -25399,7 +25316,7 @@ schemas: If validation data is not defined, this specifies the split ratio for splitting train data into random train and validation subsets. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_550 + - schema: *ref_544 nullable: true serializedName: stepLRGamma language: @@ -25410,7 +25327,7 @@ schemas: name: StepLRGamma description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_551 + - schema: *ref_545 nullable: true serializedName: stepLRStepSize language: @@ -25421,7 +25338,7 @@ schemas: name: StepLRStepSize description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - schema: *ref_552 + - schema: *ref_546 nullable: true serializedName: trainingBatchSize language: @@ -25432,7 +25349,7 @@ schemas: name: TrainingBatchSize description: Training batch size. Must be a positive integer. protocol: {} - - schema: *ref_553 + - schema: *ref_547 nullable: true serializedName: validationBatchSize language: @@ -25443,7 +25360,7 @@ schemas: name: ValidationBatchSize description: Validation batch size. Must be a positive integer. protocol: {} - - schema: *ref_554 + - schema: *ref_548 nullable: true serializedName: warmupCosineLRCycles language: @@ -25458,7 +25375,7 @@ schemas: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_555 + - schema: *ref_549 nullable: true serializedName: warmupCosineLRWarmupEpochs language: @@ -25469,7 +25386,7 @@ schemas: name: WarmupCosineLRWarmupEpochs description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - schema: *ref_556 + - schema: *ref_550 nullable: true serializedName: weightDecay language: @@ -25501,9 +25418,9 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_516 + - *ref_510 properties: - - schema: *ref_557 + - schema: *ref_551 nullable: true serializedName: boxDetectionsPerImage language: @@ -25516,7 +25433,7 @@ schemas: Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is not supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_558 + - schema: *ref_552 nullable: true serializedName: boxScoreThreshold language: @@ -25529,7 +25446,7 @@ schemas: During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be a float in the range[0, 1]. protocol: {} - - schema: *ref_559 + - schema: *ref_553 nullable: true serializedName: imageSize language: @@ -25542,7 +25459,7 @@ schemas: Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA OOM if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_560 + - schema: *ref_554 nullable: true serializedName: maxSize language: @@ -25557,7 +25474,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_561 + - schema: *ref_555 nullable: true serializedName: minSize language: @@ -25572,7 +25489,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_562 + - schema: *ref_556 serializedName: modelSize language: default: @@ -25584,7 +25501,7 @@ schemas: Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the model size is too big. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_563 + - schema: *ref_557 nullable: true serializedName: multiScale language: @@ -25597,7 +25514,7 @@ schemas: Enable multi-scale image by varying image size by +/- 50%. Note: training run may get into CUDA OOM if no sufficient GPU memory. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_564 + - schema: *ref_558 nullable: true serializedName: nmsIouThreshold language: @@ -25608,7 +25525,7 @@ schemas: name: NmsIouThreshold description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_565 + - schema: *ref_559 nullable: true serializedName: tileGridSize language: @@ -25623,7 +25540,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_566 + - schema: *ref_560 nullable: true serializedName: tileOverlapRatio language: @@ -25636,7 +25553,7 @@ schemas: Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1). Note: This settings is not supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_567 + - schema: *ref_561 nullable: true serializedName: tilePredictionsNmsThreshold language: @@ -25651,7 +25568,7 @@ schemas: 'yolov5' algorithm. protocol: {} - - schema: *ref_568 + - schema: *ref_562 nullable: true serializedName: validationIouThreshold language: @@ -25662,7 +25579,7 @@ schemas: name: ValidationIouThreshold description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - schema: *ref_569 + - schema: *ref_563 serializedName: validationMetricType language: default: @@ -25704,33 +25621,33 @@ schemas: name: ModelSettings description: Settings used for training the model. protocol: {} - - schema: &ref_1280 + - schema: &ref_1273 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_575 + elementType: &ref_569 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_570 + - &ref_564 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_576 + - &ref_570 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_570 + - *ref_564 immediate: - - *ref_570 + - *ref_564 properties: - - schema: *ref_571 + - schema: *ref_565 nullable: true serializedName: trainingCropSize language: @@ -25745,10 +25662,10 @@ schemas: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - schema: *ref_572 + - schema: *ref_566 nullable: true serializedName: validationCropSize - language: &ref_3494 + language: &ref_3488 default: name: validationCropSize description: >- @@ -25760,7 +25677,7 @@ schemas: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - schema: *ref_573 + - schema: *ref_567 nullable: true serializedName: validationResizeSize language: @@ -25775,7 +25692,7 @@ schemas: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - schema: *ref_574 + - schema: *ref_568 nullable: true serializedName: weightedLoss language: @@ -25814,12 +25731,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_575 + - *ref_569 immediate: - - *ref_576 - - *ref_575 + - *ref_570 + - *ref_569 properties: - - schema: *ref_577 + - schema: *ref_571 nullable: true serializedName: amsGradient language: @@ -25830,7 +25747,7 @@ schemas: name: AmsGradient description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - schema: *ref_578 + - schema: *ref_572 nullable: true serializedName: augmentations language: @@ -25841,7 +25758,7 @@ schemas: name: Augmentations description: Settings for using Augmentations. protocol: {} - - schema: *ref_579 + - schema: *ref_573 nullable: true serializedName: beta1 language: @@ -25852,7 +25769,7 @@ schemas: name: Beta1 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_580 + - schema: *ref_574 nullable: true serializedName: beta2 language: @@ -25863,7 +25780,7 @@ schemas: name: Beta2 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_581 + - schema: *ref_575 nullable: true serializedName: distributed language: @@ -25874,7 +25791,7 @@ schemas: name: Distributed description: Whether to use distributer training. protocol: {} - - schema: *ref_582 + - schema: *ref_576 nullable: true serializedName: earlyStopping language: @@ -25885,7 +25802,7 @@ schemas: name: EarlyStopping description: Enable early stopping logic during training. protocol: {} - - schema: *ref_583 + - schema: *ref_577 nullable: true serializedName: earlyStoppingDelay language: @@ -25898,7 +25815,7 @@ schemas: Minimum number of epochs or validation evaluations to wait before primary metric improvement is tracked for early stopping. Must be a positive integer. protocol: {} - - schema: *ref_584 + - schema: *ref_578 nullable: true serializedName: earlyStoppingPatience language: @@ -25911,7 +25828,7 @@ schemas: Minimum number of epochs or validation evaluations with no primary metric improvement before the run is stopped. Must be a positive integer. protocol: {} - - schema: *ref_585 + - schema: *ref_579 nullable: true serializedName: enableOnnxNormalization language: @@ -25922,7 +25839,7 @@ schemas: name: EnableOnnxNormalization description: Enable normalization when exporting ONNX model. protocol: {} - - schema: *ref_586 + - schema: *ref_580 nullable: true serializedName: evaluationFrequency language: @@ -25933,7 +25850,7 @@ schemas: name: EvaluationFrequency description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - schema: *ref_587 + - schema: *ref_581 nullable: true serializedName: gradientAccumulationStep language: @@ -25948,7 +25865,7 @@ schemas: accumulated gradients to compute the weight updates. Must be a positive integer. protocol: {} - - schema: *ref_588 + - schema: *ref_582 nullable: true serializedName: layersToFreeze language: @@ -25964,7 +25881,7 @@ schemas: on layer freeze, please see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. protocol: {} - - schema: *ref_589 + - schema: *ref_583 nullable: true serializedName: learningRate language: @@ -25975,7 +25892,7 @@ schemas: name: LearningRate description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_590 + - schema: *ref_584 nullable: true serializedName: learningRateScheduler language: @@ -25986,7 +25903,7 @@ schemas: name: LearningRateScheduler description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. protocol: {} - - schema: *ref_591 + - schema: *ref_585 nullable: true serializedName: modelName language: @@ -26001,7 +25918,7 @@ schemas: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. protocol: {} - - schema: *ref_592 + - schema: *ref_586 nullable: true serializedName: momentum language: @@ -26012,7 +25929,7 @@ schemas: name: Momentum description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_593 + - schema: *ref_587 nullable: true serializedName: nesterov language: @@ -26023,7 +25940,7 @@ schemas: name: Nesterov description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - schema: *ref_594 + - schema: *ref_588 nullable: true serializedName: numberOfEpochs language: @@ -26034,7 +25951,7 @@ schemas: name: NumberOfEpochs description: Number of training epochs. Must be a positive integer. protocol: {} - - schema: *ref_595 + - schema: *ref_589 nullable: true serializedName: numberOfWorkers language: @@ -26045,7 +25962,7 @@ schemas: name: NumberOfWorkers description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - schema: *ref_596 + - schema: *ref_590 nullable: true serializedName: optimizer language: @@ -26056,7 +25973,7 @@ schemas: name: Optimizer description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. protocol: {} - - schema: *ref_597 + - schema: *ref_591 nullable: true serializedName: randomSeed language: @@ -26067,7 +25984,7 @@ schemas: name: RandomSeed description: Random seed to be used when using deterministic training. protocol: {} - - schema: *ref_598 + - schema: *ref_592 nullable: true serializedName: splitRatio language: @@ -26080,7 +25997,7 @@ schemas: If validation data is not defined, this specifies the split ratio for splitting train data into random train and validation subsets. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_599 + - schema: *ref_593 nullable: true serializedName: stepLRGamma language: @@ -26091,7 +26008,7 @@ schemas: name: StepLRGamma description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_600 + - schema: *ref_594 nullable: true serializedName: stepLRStepSize language: @@ -26102,7 +26019,7 @@ schemas: name: StepLRStepSize description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - schema: *ref_601 + - schema: *ref_595 nullable: true serializedName: trainingBatchSize language: @@ -26113,7 +26030,7 @@ schemas: name: TrainingBatchSize description: Training batch size. Must be a positive integer. protocol: {} - - schema: *ref_602 + - schema: *ref_596 nullable: true serializedName: validationBatchSize language: @@ -26124,7 +26041,7 @@ schemas: name: ValidationBatchSize description: Validation batch size. Must be a positive integer. protocol: {} - - schema: *ref_603 + - schema: *ref_597 nullable: true serializedName: warmupCosineLRCycles language: @@ -26139,7 +26056,7 @@ schemas: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_604 + - schema: *ref_598 nullable: true serializedName: warmupCosineLRWarmupEpochs language: @@ -26150,7 +26067,7 @@ schemas: name: WarmupCosineLRWarmupEpochs description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - schema: *ref_605 + - schema: *ref_599 nullable: true serializedName: weightDecay language: @@ -26191,9 +26108,9 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_570 + - *ref_564 properties: - - schema: *ref_606 + - schema: *ref_600 nullable: true serializedName: boxDetectionsPerImage language: @@ -26206,7 +26123,7 @@ schemas: Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is not supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_607 + - schema: *ref_601 nullable: true serializedName: boxScoreThreshold language: @@ -26219,7 +26136,7 @@ schemas: During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be a float in the range[0, 1]. protocol: {} - - schema: *ref_608 + - schema: *ref_602 nullable: true serializedName: imageSize language: @@ -26232,7 +26149,7 @@ schemas: Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA OOM if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_609 + - schema: *ref_603 nullable: true serializedName: maxSize language: @@ -26247,7 +26164,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_610 + - schema: *ref_604 nullable: true serializedName: minSize language: @@ -26262,7 +26179,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_611 + - schema: *ref_605 nullable: true serializedName: modelSize language: @@ -26275,7 +26192,7 @@ schemas: Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the model size is too big. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_612 + - schema: *ref_606 nullable: true serializedName: multiScale language: @@ -26288,7 +26205,7 @@ schemas: Enable multi-scale image by varying image size by +/- 50%. Note: training run may get into CUDA OOM if no sufficient GPU memory. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_613 + - schema: *ref_607 nullable: true serializedName: nmsIouThreshold language: @@ -26299,7 +26216,7 @@ schemas: name: NmsIouThreshold description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. protocol: {} - - schema: *ref_614 + - schema: *ref_608 nullable: true serializedName: tileGridSize language: @@ -26314,7 +26231,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_615 + - schema: *ref_609 nullable: true serializedName: tileOverlapRatio language: @@ -26327,7 +26244,7 @@ schemas: Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1). Note: This settings is not supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_616 + - schema: *ref_610 nullable: true serializedName: tilePredictionsNmsThreshold language: @@ -26342,7 +26259,7 @@ schemas: 'yolov5' algorithm. NMS: Non-maximum suppression protocol: {} - - schema: *ref_617 + - schema: *ref_611 nullable: true serializedName: validationIouThreshold language: @@ -26353,7 +26270,7 @@ schemas: name: ValidationIouThreshold description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - schema: *ref_618 + - schema: *ref_612 nullable: true serializedName: validationMetricType language: @@ -26431,56 +26348,56 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_514 - - *ref_515 + - *ref_508 + - *ref_509 immediate: - - *ref_507 - - *ref_510 + - *ref_501 + - *ref_504 properties: - - schema: &ref_636 + - schema: &ref_630 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_619 + - &ref_613 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_637 + - &ref_631 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_619 + - *ref_613 immediate: - - *ref_619 + - *ref_613 properties: - - schema: &ref_620 + - schema: &ref_614 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_621 + - &ref_615 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_620 - - &ref_622 + - *ref_614 + - &ref_616 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_621 + - *ref_615 immediate: - - *ref_621 + - *ref_615 serializationFormats: - json usage: @@ -26497,15 +26414,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_623 + - &ref_617 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_621 + - *ref_615 immediate: - - *ref_621 + - *ref_615 serializationFormats: - json usage: @@ -26523,11 +26440,11 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_620 - - *ref_622 - - *ref_623 + - *ref_614 + - *ref_616 + - *ref_617 properties: - - schema: *ref_39 + - schema: *ref_38 nullable: true serializedName: data extensions: @@ -26541,7 +26458,7 @@ schemas: name: Data description: Validation data MLTable. protocol: {} - - schema: *ref_624 + - schema: *ref_618 nullable: true serializedName: validationDataSize language: @@ -26571,13 +26488,13 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_621 + - *ref_615 properties: - - schema: &ref_1270 + - schema: &ref_1263 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_625 + elementType: *ref_619 language: default: name: TableVerticalValidationDataSettingsCvSplitColumnNames @@ -26600,35 +26517,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_626 + children: &ref_620 all: - - &ref_627 + - &ref_621 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: NCrossValidationsModeAuto parents: all: - - &ref_628 + - &ref_622 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_626 - discriminator: &ref_633 + children: *ref_620 + discriminator: &ref_627 all: - Auto: *ref_627 - Custom: &ref_630 + Auto: *ref_621 + Custom: &ref_624 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: NCrossValidationsModeCustom parents: all: - - *ref_628 + - *ref_622 immediate: - - *ref_628 + - *ref_622 properties: - - schema: *ref_629 + - schema: *ref_623 required: true serializedName: value language: @@ -26658,10 +26575,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_627 - Custom: *ref_630 - property: &ref_632 - schema: *ref_631 + Auto: *ref_621 + Custom: *ref_624 + property: &ref_626 + schema: *ref_625 isDiscriminator: true required: true serializedName: mode @@ -26678,7 +26595,7 @@ schemas: description: REQUIRED; [Required] Mode for determining N-Cross validations. protocol: {} properties: - - *ref_632 + - *ref_626 serializationFormats: - json usage: @@ -26702,7 +26619,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_628 + - *ref_622 serializationFormats: - json usage: @@ -26721,17 +26638,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_630 + - *ref_624 immediate: - - *ref_627 - - *ref_630 - discriminator: *ref_633 + - *ref_621 + - *ref_624 + discriminator: *ref_627 language: - default: &ref_634 + default: &ref_628 name: NCrossValidationsClassification description: discriminated type discriminatorInterface: NCrossValidationsClassification - go: *ref_634 + go: *ref_628 protocol: {} nullable: true serializedName: nCrossValidations @@ -26779,7 +26696,7 @@ schemas: name: ValidationData description: Validation data inputs. protocol: {} - - schema: *ref_635 + - schema: *ref_629 nullable: true serializedName: weightColumnName language: @@ -26810,18 +26727,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_636 - - &ref_638 + - *ref_630 + - &ref_632 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_619 + - *ref_613 immediate: - - *ref_619 + - *ref_613 properties: - - schema: *ref_623 + - schema: *ref_617 nullable: true serializedName: validationData extensions: @@ -26851,14 +26768,14 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_637 - - *ref_636 - - *ref_638 + - *ref_631 + - *ref_630 + - *ref_632 properties: - - schema: *ref_639 + - schema: *ref_633 required: true serializedName: targetColumnName - language: &ref_3480 + language: &ref_3474 default: name: targetColumnName description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." @@ -26868,12 +26785,12 @@ schemas: REQUIRED; [Required] Target column name: This is prediction values column. Also known as label column name in context of classification tasks. protocol: {} - - schema: &ref_1191 + - schema: &ref_1184 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_39 + - schema: *ref_38 nullable: true serializedName: data extensions: @@ -26887,7 +26804,7 @@ schemas: name: Data description: Test data MLTable. protocol: {} - - schema: *ref_640 + - schema: *ref_634 nullable: true serializedName: testDataSize language: @@ -26929,17 +26846,17 @@ schemas: name: TestData description: Test data input. protocol: {} - - schema: &ref_1192 + - schema: &ref_1185 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_39 + - schema: *ref_38 required: true serializedName: data extensions: x-ms-discriminator-value: MLTable - language: &ref_3485 + language: &ref_3479 default: name: data description: '[Required] Training data MLTable.' @@ -26965,7 +26882,7 @@ schemas: protocol: {} required: true serializedName: trainingData - language: &ref_3486 + language: &ref_3480 default: name: trainingData description: '[Required] Training data input.' @@ -26978,7 +26895,7 @@ schemas: usage: - output - input - language: &ref_3487 + language: &ref_3481 default: name: DataSettings description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. @@ -26992,9 +26909,9 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_619 + - *ref_613 properties: - - schema: *ref_622 + - schema: *ref_616 nullable: true serializedName: validationData extensions: @@ -27027,7 +26944,7 @@ schemas: protocol: {} required: true serializedName: dataSettings - language: &ref_3488 + language: &ref_3482 default: name: dataSettings description: >- @@ -27039,12 +26956,12 @@ schemas: REQUIRED; [Required] Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. protocol: {} - - schema: &ref_1199 + - schema: &ref_1192 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_641 + - schema: *ref_635 serializedName: maxConcurrentTrials language: default: @@ -27054,9 +26971,9 @@ schemas: name: MaxConcurrentTrials description: Maximum number of concurrent AutoML iterations. protocol: {} - - schema: *ref_642 + - schema: *ref_636 serializedName: maxTrials - language: &ref_3489 + language: &ref_3483 default: name: maxTrials description: Maximum number of AutoML iterations. @@ -27064,7 +26981,7 @@ schemas: name: MaxTrials description: Maximum number of AutoML iterations. protocol: {} - - schema: *ref_643 + - schema: *ref_637 serializedName: timeout language: default: @@ -27092,7 +27009,7 @@ schemas: protocol: {} required: true serializedName: limitSettings - language: &ref_3490 + language: &ref_3484 default: name: limitSettings description: '[Required] Limit settings for the AutoML job.' @@ -27100,40 +27017,40 @@ schemas: name: LimitSettings description: REQUIRED; [Required] Limit settings for the AutoML job. protocol: {} - - schema: &ref_1200 + - schema: &ref_1193 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_783 + - schema: &ref_777 type: object - children: &ref_644 + children: &ref_638 all: - - &ref_645 + - &ref_639 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EarlyTerminationPolicyTypeBandit parents: all: - - &ref_646 + - &ref_640 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_644 - discriminator: &ref_656 + children: *ref_638 + discriminator: &ref_650 all: - Bandit: *ref_645 - MedianStopping: &ref_648 + Bandit: *ref_639 + MedianStopping: &ref_642 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EarlyTerminationPolicyTypeMedianStopping parents: all: - - *ref_646 + - *ref_640 immediate: - - *ref_646 + - *ref_640 serializationFormats: - json usage: @@ -27154,18 +27071,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - TruncationSelection: &ref_649 + TruncationSelection: &ref_643 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EarlyTerminationPolicyTypeTruncationSelection parents: all: - - *ref_646 + - *ref_640 immediate: - - *ref_646 + - *ref_640 properties: - - schema: *ref_647 + - schema: *ref_641 serializedName: truncationPercentage language: default: @@ -27198,15 +27115,15 @@ schemas: namespace: '' protocol: {} immediate: - Bandit: *ref_645 - MedianStopping: *ref_648 - TruncationSelection: *ref_649 - property: &ref_653 - schema: *ref_650 + Bandit: *ref_639 + MedianStopping: *ref_642 + TruncationSelection: *ref_643 + property: &ref_647 + schema: *ref_644 isDiscriminator: true required: true serializedName: policyType - language: &ref_3534 + language: &ref_3532 default: name: policyType description: '[Required] Name of policy configuration' @@ -27215,10 +27132,10 @@ schemas: description: REQUIRED; [Required] Name of policy configuration protocol: {} properties: - - schema: *ref_651 + - schema: *ref_645 required: false serializedName: delayEvaluation - language: &ref_3532 + language: &ref_3530 default: name: delayEvaluation description: Number of intervals by which to delay the first evaluation. @@ -27226,10 +27143,10 @@ schemas: name: DelayEvaluation description: Number of intervals by which to delay the first evaluation. protocol: {} - - schema: *ref_652 + - schema: *ref_646 required: false serializedName: evaluationInterval - language: &ref_3533 + language: &ref_3531 default: name: evaluationInterval description: Interval (number of runs) between policy evaluations. @@ -27237,13 +27154,13 @@ schemas: name: EvaluationInterval description: Interval (number of runs) between policy evaluations. protocol: {} - - *ref_653 + - *ref_647 serializationFormats: - json usage: - output - input - language: &ref_3535 + language: &ref_3533 default: name: EarlyTerminationPolicy description: Early termination policies enable canceling poor-performing runs before they complete @@ -27264,9 +27181,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_646 + - *ref_640 properties: - - schema: *ref_654 + - schema: *ref_648 serializedName: slackAmount language: default: @@ -27276,7 +27193,7 @@ schemas: name: SlackAmount description: Absolute distance allowed from the best performing run. protocol: {} - - schema: *ref_655 + - schema: *ref_649 serializedName: slackFactor language: default: @@ -27308,19 +27225,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_648 - - *ref_649 + - *ref_642 + - *ref_643 immediate: - - *ref_645 - - *ref_648 - - *ref_649 - discriminator: *ref_656 + - *ref_639 + - *ref_642 + - *ref_643 + discriminator: *ref_650 language: - default: &ref_657 + default: &ref_651 name: EarlyTerminationPolicyClassification description: discriminated type discriminatorInterface: EarlyTerminationPolicyClassification - go: *ref_657 + go: *ref_651 protocol: {} nullable: true required: false @@ -27336,12 +27253,12 @@ schemas: description: Type of early termination policy. byValue: true protocol: {} - - schema: &ref_1201 + - schema: &ref_1194 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_658 + - schema: *ref_652 nullable: true serializedName: maxConcurrentTrials language: @@ -27352,7 +27269,7 @@ schemas: name: MaxConcurrentTrials description: Maximum number of concurrent iterations for the underlying Sweep job. protocol: {} - - schema: *ref_659 + - schema: *ref_653 nullable: true serializedName: maxTrials language: @@ -27389,7 +27306,7 @@ schemas: name: Limits description: REQUIRED; [Required] Limit settings for model sweeping and hyperparameter sweeping. protocol: {} - - schema: *ref_660 + - schema: *ref_654 required: true serializedName: samplingAlgorithm language: @@ -27434,7 +27351,7 @@ schemas: usage: - output - input - language: &ref_3491 + language: &ref_3485 default: name: ImageVertical description: "Abstract class for AutoML tasks that train image (computer vision) models -\r\nsuch as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation." @@ -27448,10 +27365,10 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_507 - - *ref_508 + - *ref_501 + - *ref_502 properties: - - schema: *ref_661 + - schema: *ref_655 serializedName: primaryMetric language: default: @@ -27482,20 +27399,20 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_506 - - *ref_509 + - *ref_500 + - *ref_503 parents: all: - - *ref_511 + - *ref_505 immediate: - - *ref_511 + - *ref_505 properties: - - schema: *ref_522 + - schema: *ref_516 nullable: true serializedName: modelSettings extensions: x-nullable: true - language: &ref_3493 + language: &ref_3487 default: name: modelSettings description: Settings used for training the model. @@ -27503,11 +27420,11 @@ schemas: name: ModelSettings description: Settings used for training the model. protocol: {} - - schema: &ref_1279 + - schema: &ref_1272 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_576 + elementType: *ref_570 extensions: x-ms-identifiers: [] language: @@ -27524,7 +27441,7 @@ schemas: serializedName: searchSpace extensions: x-ms-identifiers: [] - language: &ref_3495 + language: &ref_3489 default: name: searchSpace description: Search space for sampling different combinations of models and their hyperparameters. @@ -27538,7 +27455,7 @@ schemas: usage: - output - input - language: &ref_3496 + language: &ref_3490 default: name: ImageClassificationBase description: '' @@ -27550,13 +27467,13 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_508 - - *ref_511 + - *ref_502 + - *ref_505 immediate: - - *ref_507 - - *ref_508 + - *ref_501 + - *ref_502 properties: - - schema: *ref_662 + - schema: *ref_656 serializedName: primaryMetric language: default: @@ -27588,27 +27505,27 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - ImageClassificationMultilabel: *ref_509 - ImageInstanceSegmentation: *ref_514 - ImageObjectDetection: *ref_515 - Regression: &ref_682 + ImageClassificationMultilabel: *ref_503 + ImageInstanceSegmentation: *ref_508 + ImageObjectDetection: *ref_509 + Regression: &ref_676 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeRegression parents: all: - - *ref_503 - - *ref_508 + - *ref_497 + - *ref_502 immediate: - - *ref_503 - - *ref_508 + - *ref_497 + - *ref_502 properties: - - schema: &ref_1285 + - schema: &ref_1278 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_663 + elementType: *ref_657 language: default: name: RegressionAllowedModels @@ -27630,11 +27547,11 @@ schemas: description: Allowed models for regression task. byValue: true protocol: {} - - schema: &ref_1286 + - schema: &ref_1279 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_663 + elementType: *ref_657 language: default: name: RegressionBlockedModels @@ -27656,7 +27573,7 @@ schemas: description: Blocked models for regression task. byValue: true protocol: {} - - schema: *ref_664 + - schema: *ref_658 serializedName: primaryMetric language: default: @@ -27685,34 +27602,34 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - TextClassification: &ref_665 + TextClassification: &ref_659 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeTextClassification parents: all: - - &ref_666 + - &ref_660 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_665 - - &ref_667 + - *ref_659 + - &ref_661 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeTextClassificationMultilabel parents: all: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 immediate: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 properties: - - schema: *ref_661 + - schema: *ref_655 readOnly: true serializedName: primaryMetric language: @@ -27743,20 +27660,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_668 + - &ref_662 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeTextNER parents: all: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 immediate: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 properties: - - schema: *ref_662 + - schema: *ref_656 readOnly: true serializedName: primaryMetric language: @@ -27786,11 +27703,11 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_659 + - *ref_661 + - *ref_662 properties: - - schema: *ref_638 + - schema: *ref_632 nullable: true serializedName: dataSettings extensions: @@ -27803,33 +27720,33 @@ schemas: name: DataSettings description: Data inputs for AutoMLJob. protocol: {} - - schema: &ref_676 + - schema: &ref_670 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_669 + - &ref_663 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_677 + - &ref_671 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_669 + - *ref_663 immediate: - - *ref_669 + - *ref_663 properties: - - schema: &ref_1271 + - schema: &ref_1264 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_670 + elementType: *ref_664 language: default: name: TableVerticalFeaturizationSettingsBlockedTransformers @@ -27851,12 +27768,9 @@ schemas: description: These transformers shall not be used in featurization. byValue: true protocol: {} - - schema: *ref_671 + - schema: *ref_665 nullable: true serializedName: columnNameAndTypes - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: columnNameAndTypes @@ -27866,11 +27780,11 @@ schemas: description: Dictionary of column name and its type (int, float, string, datetime etc). byValue: true protocol: {} - - schema: &ref_1272 + - schema: &ref_1265 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_672 + elementType: *ref_666 language: default: name: TableVerticalFeaturizationSettingsDropColumns @@ -27892,7 +27806,7 @@ schemas: description: Columns to be dropped from data during featurization. byValue: true protocol: {} - - schema: *ref_673 + - schema: *ref_667 serializedName: enableDnnFeaturization language: default: @@ -27902,7 +27816,7 @@ schemas: name: EnableDnnFeaturization description: Determines whether to use Dnn based featurizers for data featurization. protocol: {} - - schema: *ref_674 + - schema: *ref_668 serializedName: mode language: default: @@ -27916,12 +27830,9 @@ schemas: If 'Custom' is selected then user can specify additional inputs to customize how featurization is done. protocol: {} - - schema: *ref_675 + - schema: *ref_669 nullable: true serializedName: transformerParams - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: transformerParams @@ -27952,12 +27863,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_676 + - *ref_670 immediate: - - *ref_677 - - *ref_676 + - *ref_671 + - *ref_670 properties: - - schema: *ref_678 + - schema: *ref_672 nullable: true serializedName: datasetLanguage language: @@ -27985,7 +27896,7 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_669 + - *ref_663 serializationFormats: - json usage: @@ -28014,12 +27925,12 @@ schemas: name: FeaturizationSettings description: Featurization inputs needed for AutoML job. protocol: {} - - schema: &ref_1202 + - schema: &ref_1195 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_679 + - schema: *ref_673 serializedName: maxConcurrentTrials language: default: @@ -28029,7 +27940,7 @@ schemas: name: MaxConcurrentTrials description: Maximum Concurrent AutoML iterations. protocol: {} - - schema: *ref_680 + - schema: *ref_674 serializedName: maxTrials language: default: @@ -28039,7 +27950,7 @@ schemas: name: MaxTrials description: Number of AutoML iterations. protocol: {} - - schema: *ref_681 + - schema: *ref_675 serializedName: timeout language: default: @@ -28093,12 +28004,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_508 + - *ref_502 immediate: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 properties: - - schema: *ref_662 + - schema: *ref_656 serializedName: primaryMetric language: default: @@ -28126,21 +28037,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - TextClassificationMultilabel: *ref_667 - TextNER: *ref_668 + TextClassificationMultilabel: *ref_661 + TextNER: *ref_662 immediate: - Classification: *ref_502 - Forecasting: *ref_505 - ImageClassification: *ref_506 - ImageClassificationMultilabel: *ref_509 - ImageInstanceSegmentation: *ref_514 - ImageObjectDetection: *ref_515 - Regression: *ref_682 - TextClassification: *ref_665 - TextClassificationMultilabel: *ref_667 - TextNER: *ref_668 - property: &ref_685 - schema: *ref_683 + Classification: *ref_496 + Forecasting: *ref_499 + ImageClassification: *ref_500 + ImageClassificationMultilabel: *ref_503 + ImageInstanceSegmentation: *ref_508 + ImageObjectDetection: *ref_509 + Regression: *ref_676 + TextClassification: *ref_659 + TextClassificationMultilabel: *ref_661 + TextNER: *ref_662 + property: &ref_679 + schema: *ref_677 isDiscriminator: true required: true serializedName: taskType @@ -28148,7 +28059,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3478 + language: &ref_3472 default: name: taskType description: '[Required] Task type for AutoMLJob.' @@ -28157,7 +28068,7 @@ schemas: description: REQUIRED; [Required] Task type for AutoMLJob. protocol: {} properties: - - schema: *ref_684 + - schema: *ref_678 required: false serializedName: logVerbosity language: @@ -28168,13 +28079,13 @@ schemas: name: LogVerbosity description: Log verbosity for the job. protocol: {} - - *ref_685 + - *ref_679 serializationFormats: - json usage: - output - input - language: &ref_3479 + language: &ref_3473 default: name: AutoMLVertical description: "AutoML vertical class.\r\nBase class for AutoML verticals - TableVertical/ImageVertical/NLPVertical" @@ -28200,14 +28111,14 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_503 - - *ref_508 + - *ref_497 + - *ref_502 properties: - - schema: &ref_1276 + - schema: &ref_1269 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_686 + elementType: *ref_680 language: default: name: ForecastingAllowedModels @@ -28229,11 +28140,11 @@ schemas: description: Allowed models for forecasting task. byValue: true protocol: {} - - schema: &ref_1277 + - schema: &ref_1270 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_686 + elementType: *ref_680 language: default: name: ForecastingBlockedModels @@ -28255,12 +28166,12 @@ schemas: description: Blocked models for forecasting task. byValue: true protocol: {} - - schema: &ref_1198 + - schema: &ref_1191 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_687 + - schema: *ref_681 nullable: true serializedName: countryOrRegionForHolidays language: @@ -28271,7 +28182,7 @@ schemas: name: CountryOrRegionForHolidays description: Country or region for holidays for forecasting tasks. These should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'. protocol: {} - - schema: *ref_688 + - schema: *ref_682 serializedName: cvStepSize language: default: @@ -28283,7 +28194,7 @@ schemas: Number of periods between the origin time of one CV fold and the next fold. For example, if CVStepSize = 3 for daily data, the origin time for each fold will be three days apart. protocol: {} - - schema: *ref_689 + - schema: *ref_683 serializedName: featureLags language: default: @@ -28295,35 +28206,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_690 + children: &ref_684 all: - - &ref_691 + - &ref_685 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ForecastHorizonModeAuto parents: all: - - &ref_692 + - &ref_686 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_690 - discriminator: &ref_697 + children: *ref_684 + discriminator: &ref_691 all: - Auto: *ref_691 - Custom: &ref_694 + Auto: *ref_685 + Custom: &ref_688 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ForecastHorizonModeCustom parents: all: - - *ref_692 + - *ref_686 immediate: - - *ref_692 + - *ref_686 properties: - - schema: *ref_693 + - schema: *ref_687 required: true serializedName: value language: @@ -28353,10 +28264,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_691 - Custom: *ref_694 - property: &ref_696 - schema: *ref_695 + Auto: *ref_685 + Custom: *ref_688 + property: &ref_690 + schema: *ref_689 isDiscriminator: true required: true serializedName: mode @@ -28373,7 +28284,7 @@ schemas: description: REQUIRED; [Required] Set forecast horizon value selection mode. protocol: {} properties: - - *ref_696 + - *ref_690 serializationFormats: - json usage: @@ -28397,7 +28308,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_692 + - *ref_686 serializationFormats: - json usage: @@ -28416,17 +28327,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_694 + - *ref_688 immediate: - - *ref_691 - - *ref_694 - discriminator: *ref_697 + - *ref_685 + - *ref_688 + discriminator: *ref_691 language: - default: &ref_698 + default: &ref_692 name: ForecastHorizonClassification description: discriminated type discriminatorInterface: ForecastHorizonClassification - go: *ref_698 + go: *ref_692 protocol: {} nullable: true serializedName: forecastHorizon @@ -28441,7 +28352,7 @@ schemas: description: The desired maximum forecast horizon in units of time-series frequency. byValue: true protocol: {} - - schema: *ref_699 + - schema: *ref_693 nullable: true serializedName: frequency language: @@ -28458,35 +28369,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_700 + children: &ref_694 all: - - &ref_701 + - &ref_695 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SeasonalityModeAuto parents: all: - - &ref_702 + - &ref_696 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_700 - discriminator: &ref_707 + children: *ref_694 + discriminator: &ref_701 all: - Auto: *ref_701 - Custom: &ref_704 + Auto: *ref_695 + Custom: &ref_698 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SeasonalityModeCustom parents: all: - - *ref_702 + - *ref_696 immediate: - - *ref_702 + - *ref_696 properties: - - schema: *ref_703 + - schema: *ref_697 required: true serializedName: value language: @@ -28516,10 +28427,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_701 - Custom: *ref_704 - property: &ref_706 - schema: *ref_705 + Auto: *ref_695 + Custom: *ref_698 + property: &ref_700 + schema: *ref_699 isDiscriminator: true required: true serializedName: mode @@ -28536,7 +28447,7 @@ schemas: description: REQUIRED; [Required] Seasonality mode. protocol: {} properties: - - *ref_706 + - *ref_700 serializationFormats: - json usage: @@ -28560,7 +28471,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_702 + - *ref_696 serializationFormats: - json usage: @@ -28579,17 +28490,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_704 + - *ref_698 immediate: - - *ref_701 - - *ref_704 - discriminator: *ref_707 + - *ref_695 + - *ref_698 + discriminator: *ref_701 language: - default: &ref_708 + default: &ref_702 name: SeasonalityClassification description: discriminated type discriminatorInterface: SeasonalityClassification - go: *ref_708 + go: *ref_702 protocol: {} nullable: true serializedName: seasonality @@ -28604,7 +28515,7 @@ schemas: description: Set time series seasonality as an integer multiple of the series frequency. If seasonality is set to 'auto', it will be inferred. byValue: true protocol: {} - - schema: *ref_709 + - schema: *ref_703 serializedName: shortSeriesHandlingConfig language: default: @@ -28614,7 +28525,7 @@ schemas: name: ShortSeriesHandlingConfig description: The parameter defining how if AutoML should handle short time series. protocol: {} - - schema: *ref_710 + - schema: *ref_704 serializedName: targetAggregateFunction language: default: @@ -28630,37 +28541,37 @@ schemas: protocol: {} - schema: type: object - children: &ref_711 + children: &ref_705 all: - - &ref_712 + - &ref_706 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TargetLagsModeAuto parents: all: - - &ref_713 + - &ref_707 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_711 - discriminator: &ref_717 + children: *ref_705 + discriminator: &ref_711 all: - Auto: *ref_712 - Custom: &ref_714 + Auto: *ref_706 + Custom: &ref_708 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TargetLagsModeCustom parents: all: - - *ref_713 + - *ref_707 immediate: - - *ref_713 + - *ref_707 properties: - - schema: &ref_1275 + - schema: &ref_1268 type: array - elementType: *ref_158 + elementType: *ref_156 language: default: name: ArrayOfArrayItemschema @@ -28702,10 +28613,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_712 - Custom: *ref_714 - property: &ref_716 - schema: *ref_715 + Auto: *ref_706 + Custom: *ref_708 + property: &ref_710 + schema: *ref_709 isDiscriminator: true required: true serializedName: mode @@ -28722,7 +28633,7 @@ schemas: description: REQUIRED; [Required] Set target lags mode - Auto/Custom protocol: {} properties: - - *ref_716 + - *ref_710 serializationFormats: - json usage: @@ -28746,7 +28657,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_713 + - *ref_707 serializationFormats: - json usage: @@ -28765,17 +28676,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_714 + - *ref_708 immediate: - - *ref_712 - - *ref_714 - discriminator: *ref_717 + - *ref_706 + - *ref_708 + discriminator: *ref_711 language: - default: &ref_718 + default: &ref_712 name: TargetLagsClassification description: discriminated type discriminatorInterface: TargetLagsClassification - go: *ref_718 + go: *ref_712 protocol: {} nullable: true serializedName: targetLags @@ -28792,35 +28703,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_719 + children: &ref_713 all: - - &ref_720 + - &ref_714 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TargetRollingWindowSizeModeAuto parents: all: - - &ref_721 + - &ref_715 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_719 - discriminator: &ref_726 + children: *ref_713 + discriminator: &ref_720 all: - Auto: *ref_720 - Custom: &ref_723 + Auto: *ref_714 + Custom: &ref_717 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TargetRollingWindowSizeModeCustom parents: all: - - *ref_721 + - *ref_715 immediate: - - *ref_721 + - *ref_715 properties: - - schema: *ref_722 + - schema: *ref_716 required: true serializedName: value language: @@ -28850,10 +28761,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_720 - Custom: *ref_723 - property: &ref_725 - schema: *ref_724 + Auto: *ref_714 + Custom: *ref_717 + property: &ref_719 + schema: *ref_718 isDiscriminator: true required: true serializedName: mode @@ -28870,7 +28781,7 @@ schemas: description: REQUIRED; [Required] TargetRollingWindowSiz detection mode. protocol: {} properties: - - *ref_725 + - *ref_719 serializationFormats: - json usage: @@ -28894,7 +28805,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_721 + - *ref_715 serializationFormats: - json usage: @@ -28913,17 +28824,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_723 + - *ref_717 immediate: - - *ref_720 - - *ref_723 - discriminator: *ref_726 + - *ref_714 + - *ref_717 + discriminator: *ref_720 language: - default: &ref_727 + default: &ref_721 name: TargetRollingWindowSizeClassification description: discriminated type discriminatorInterface: TargetRollingWindowSizeClassification - go: *ref_727 + go: *ref_721 protocol: {} nullable: true serializedName: targetRollingWindowSize @@ -28938,7 +28849,7 @@ schemas: description: The number of past periods used to create a rolling window average of the target column. byValue: true protocol: {} - - schema: *ref_728 + - schema: *ref_722 nullable: true serializedName: timeColumnName language: @@ -28953,11 +28864,11 @@ schemas: The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. protocol: {} - - schema: &ref_1278 + - schema: &ref_1271 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_729 + elementType: *ref_723 language: default: name: ForecastingSettingsTimeSeriesIdColumnNames @@ -28983,7 +28894,7 @@ schemas: forecasting. byValue: true protocol: {} - - schema: *ref_730 + - schema: *ref_724 serializedName: useStl language: default: @@ -29022,7 +28933,7 @@ schemas: name: ForecastingSettings description: Forecasting task specific inputs. protocol: {} - - schema: *ref_731 + - schema: *ref_725 serializedName: primaryMetric language: default: @@ -29051,13 +28962,13 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_682 + - *ref_676 immediate: - - *ref_502 - - *ref_505 - - *ref_682 + - *ref_496 + - *ref_499 + - *ref_676 properties: - - schema: *ref_637 + - schema: *ref_631 nullable: true serializedName: dataSettings extensions: @@ -29070,7 +28981,7 @@ schemas: name: DataSettings description: Data inputs for AutoMLJob. protocol: {} - - schema: *ref_677 + - schema: *ref_671 nullable: true serializedName: featurizationSettings extensions: @@ -29083,12 +28994,12 @@ schemas: name: FeaturizationSettings description: Featurization inputs needed for AutoML job. protocol: {} - - schema: &ref_1194 + - schema: &ref_1187 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_732 + - schema: *ref_726 serializedName: enableEarlyTermination language: default: @@ -29098,7 +29009,7 @@ schemas: name: EnableEarlyTermination description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. protocol: {} - - schema: *ref_733 + - schema: *ref_727 nullable: true serializedName: exitScore language: @@ -29109,7 +29020,7 @@ schemas: name: ExitScore description: Exit score for the AutoML job. protocol: {} - - schema: *ref_734 + - schema: *ref_728 serializedName: maxConcurrentTrials language: default: @@ -29119,7 +29030,7 @@ schemas: name: MaxConcurrentTrials description: Maximum Concurrent iterations. protocol: {} - - schema: *ref_735 + - schema: *ref_729 serializedName: maxCoresPerTrial language: default: @@ -29129,7 +29040,7 @@ schemas: name: MaxCoresPerTrial description: Max cores per iteration. protocol: {} - - schema: *ref_736 + - schema: *ref_730 serializedName: maxTrials language: default: @@ -29139,7 +29050,7 @@ schemas: name: MaxTrials description: Number of iterations. protocol: {} - - schema: *ref_737 + - schema: *ref_731 serializedName: timeout language: default: @@ -29149,7 +29060,7 @@ schemas: name: Timeout description: AutoML job timeout. protocol: {} - - schema: *ref_738 + - schema: *ref_732 serializedName: trialTimeout language: default: @@ -29187,12 +29098,12 @@ schemas: name: LimitSettings description: Execution constraints for AutoMLJob. protocol: {} - - schema: &ref_1195 + - schema: &ref_1188 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_739 + - schema: *ref_733 serializedName: enableDnnTraining language: default: @@ -29202,7 +29113,7 @@ schemas: name: EnableDnnTraining description: Enable recommendation of DNN models. protocol: {} - - schema: *ref_740 + - schema: *ref_734 serializedName: enableModelExplainability language: default: @@ -29212,7 +29123,7 @@ schemas: name: EnableModelExplainability description: Flag to turn on explainability on best model. protocol: {} - - schema: *ref_741 + - schema: *ref_735 serializedName: enableOnnxCompatibleModels language: default: @@ -29222,7 +29133,7 @@ schemas: name: EnableOnnxCompatibleModels description: Flag for enabling onnx compatible models. protocol: {} - - schema: *ref_742 + - schema: *ref_736 serializedName: enableStackEnsemble language: default: @@ -29232,7 +29143,7 @@ schemas: name: EnableStackEnsemble description: Enable stack ensemble run. protocol: {} - - schema: *ref_743 + - schema: *ref_737 serializedName: enableVoteEnsemble language: default: @@ -29242,7 +29153,7 @@ schemas: name: EnableVoteEnsemble description: Enable voting ensemble run. protocol: {} - - schema: *ref_744 + - schema: *ref_738 serializedName: ensembleModelDownloadTimeout language: default: @@ -29256,7 +29167,7 @@ schemas: is needed. protocol: {} - - schema: &ref_1196 + - schema: &ref_1189 type: object apiVersions: - version: 2022-02-01-preview @@ -29264,9 +29175,6 @@ schemas: - schema: *ref_2 nullable: true serializedName: stackMetaLearnerKWargs - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: stackMetaLearnerKWargs @@ -29276,7 +29184,7 @@ schemas: description: Optional parameters to pass to the initializer of the meta-learner. byValue: true protocol: {} - - schema: *ref_745 + - schema: *ref_739 serializedName: stackMetaLearnerTrainPercentage language: default: @@ -29290,7 +29198,7 @@ schemas: Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. protocol: {} - - schema: *ref_746 + - schema: *ref_740 serializedName: stackMetaLearnerType language: default: @@ -29372,16 +29280,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_508 + - *ref_502 immediate: - - *ref_503 - - *ref_508 + - *ref_497 + - *ref_502 properties: - - schema: &ref_1268 + - schema: &ref_1261 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_747 + elementType: *ref_741 language: default: name: ClassificationAllowedModels @@ -29403,11 +29311,11 @@ schemas: description: Allowed models for classification task. byValue: true protocol: {} - - schema: &ref_1269 + - schema: &ref_1262 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_747 + elementType: *ref_741 language: default: name: ClassificationBlockedModels @@ -29429,7 +29337,7 @@ schemas: description: Blocked models for classification task. byValue: true protocol: {} - - schema: *ref_662 + - schema: *ref_656 serializedName: primaryMetric language: default: @@ -29458,37 +29366,37 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_505 - - *ref_506 + - *ref_499 + - *ref_500 + - *ref_503 + - *ref_508 - *ref_509 - - *ref_514 - - *ref_515 - - *ref_682 - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_676 + - *ref_659 + - *ref_661 + - *ref_662 immediate: - - *ref_502 - - *ref_505 - - *ref_506 + - *ref_496 + - *ref_499 + - *ref_500 + - *ref_503 + - *ref_508 - *ref_509 - - *ref_514 - - *ref_515 - - *ref_682 - - *ref_665 - - *ref_667 - - *ref_668 - discriminator: *ref_748 + - *ref_676 + - *ref_659 + - *ref_661 + - *ref_662 + discriminator: *ref_742 language: - default: &ref_749 + default: &ref_743 name: AutoMLVerticalClassification description: discriminated type discriminatorInterface: AutoMLVerticalClassification - go: *ref_749 + go: *ref_743 protocol: {} required: true serializedName: taskDetails - language: &ref_3497 + language: &ref_3491 default: name: taskDetails description: '[Required] This represents scenario which can be one of Tables/NLP/Image' @@ -29516,19 +29424,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_802 + - &ref_796 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobTypeCommand parents: all: - - *ref_494 - - *ref_395 + - *ref_488 + - *ref_389 immediate: - - *ref_494 + - *ref_488 properties: - - schema: *ref_750 + - schema: *ref_744 nullable: true required: false serializedName: codeId @@ -29536,7 +29444,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3505 + language: &ref_3499 default: name: codeId description: ARM resource ID of the code asset. @@ -29544,14 +29452,14 @@ schemas: name: CodeID description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_751 + - schema: *ref_745 required: true serializedName: command extensions: x-ms-mutability: - create - read - language: &ref_3506 + language: &ref_3500 default: name: command description: '[Required] The command to execute on startup of the job. eg. "python train.py"' @@ -29559,37 +29467,37 @@ schemas: name: Command description: REQUIRED; [Required] The command to execute on startup of the job. eg. "python train.py" protocol: {} - - schema: &ref_798 + - schema: &ref_792 type: object - children: &ref_752 + children: &ref_746 all: - - &ref_753 + - &ref_747 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DistributionTypeMpi parents: all: - - &ref_754 + - &ref_748 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_752 - discriminator: &ref_763 + children: *ref_746 + discriminator: &ref_757 all: - Mpi: *ref_753 - PyTorch: &ref_758 + Mpi: *ref_747 + PyTorch: &ref_752 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DistributionTypePyTorch parents: all: - - *ref_754 + - *ref_748 immediate: - - *ref_754 + - *ref_748 properties: - - schema: *ref_755 + - schema: *ref_749 nullable: true serializedName: processCountPerInstance language: @@ -29618,24 +29526,24 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - TensorFlow: &ref_759 + TensorFlow: &ref_753 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DistributionTypeTensorFlow parents: all: - - *ref_754 + - *ref_748 immediate: - - *ref_754 + - *ref_748 properties: - - schema: *ref_756 + - schema: *ref_750 serializedName: parameterServerCount extensions: x-ms-mutability: - create - read - language: &ref_3509 + language: &ref_3503 default: name: parameterServerCount description: Number of parameter server tasks. @@ -29643,14 +29551,14 @@ schemas: name: ParameterServerCount description: Number of parameter server tasks. protocol: {} - - schema: *ref_757 + - schema: *ref_751 nullable: true serializedName: workerCount extensions: x-ms-mutability: - create - read - language: &ref_3510 + language: &ref_3504 default: name: workerCount description: Number of workers. If not specified, will default to the instance count. @@ -29677,11 +29585,11 @@ schemas: namespace: '' protocol: {} immediate: - Mpi: *ref_753 - PyTorch: *ref_758 - TensorFlow: *ref_759 - property: &ref_761 - schema: *ref_760 + Mpi: *ref_747 + PyTorch: *ref_752 + TensorFlow: *ref_753 + property: &ref_755 + schema: *ref_754 isDiscriminator: true required: true serializedName: distributionType @@ -29689,7 +29597,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3507 + language: &ref_3501 default: name: distributionType description: '[Required] Specifies the type of distribution framework.' @@ -29698,13 +29606,13 @@ schemas: description: REQUIRED; [Required] Specifies the type of distribution framework. protocol: {} properties: - - *ref_761 + - *ref_755 serializationFormats: - json usage: - output - input - language: &ref_3508 + language: &ref_3502 default: name: DistributionConfiguration description: Base definition for job distribution configuration. @@ -29723,16 +29631,16 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_754 + - *ref_748 properties: - - schema: *ref_762 + - schema: *ref_756 nullable: true serializedName: processCountPerInstance extensions: x-ms-mutability: - create - read - language: &ref_3551 + language: &ref_3549 default: name: processCountPerInstance description: Number of processes per MPI node. @@ -29758,19 +29666,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_758 - - *ref_759 + - *ref_752 + - *ref_753 immediate: + - *ref_747 + - *ref_752 - *ref_753 - - *ref_758 - - *ref_759 - discriminator: *ref_763 + discriminator: *ref_757 language: - default: &ref_764 + default: &ref_758 name: DistributionConfigurationClassification description: discriminated type discriminatorInterface: DistributionConfigurationClassification - go: *ref_764 + go: *ref_758 protocol: {} nullable: true required: false @@ -29780,7 +29688,7 @@ schemas: - create - read x-nullable: true - language: &ref_3511 + language: &ref_3505 default: name: distribution description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. @@ -29789,14 +29697,14 @@ schemas: description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. byValue: true protocol: {} - - schema: *ref_765 + - schema: *ref_759 required: true serializedName: environmentId extensions: x-ms-mutability: - create - read - language: &ref_3512 + language: &ref_3506 default: name: environmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' @@ -29804,17 +29712,15 @@ schemas: name: EnvironmentID description: REQUIRED; [Required] The ARM resource ID of the Environment specification for the job. protocol: {} - - schema: *ref_766 + - schema: *ref_760 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3513 + language: &ref_3507 default: name: environmentVariables description: Environment variables included in the job. @@ -29823,35 +29729,33 @@ schemas: description: Environment variables included in the job. byValue: true protocol: {} - - schema: &ref_781 + - schema: &ref_775 type: dictionary elementType: type: object - children: *ref_767 - discriminator: *ref_768 + children: *ref_761 + discriminator: *ref_762 language: - default: &ref_769 + default: &ref_763 name: JobInputClassification description: discriminated type discriminatorInterface: JobInputClassification - go: *ref_769 + go: *ref_763 protocol: {} language: - default: &ref_770 + default: &ref_764 name: map[string]JobInputClassification description: map of discriminators - go: *ref_770 + go: *ref_764 protocol: {} nullable: true required: false serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3516 + language: &ref_3511 default: name: inputs description: Mapping of input data bindings used in the job. @@ -29860,35 +29764,35 @@ schemas: description: Mapping of input data bindings used in the job. byValue: true protocol: {} - - schema: &ref_771 + - schema: &ref_765 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobLimitsTypeCommand parents: all: - - &ref_772 + - &ref_766 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_771 - - &ref_776 + - *ref_765 + - &ref_770 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobLimitsTypeSweep parents: all: - - *ref_772 + - *ref_766 immediate: - - *ref_772 + - *ref_766 properties: - - schema: *ref_773 + - schema: *ref_767 nullable: true serializedName: maxConcurrentTrials - language: &ref_3537 + language: &ref_3535 default: name: maxConcurrentTrials description: Sweep Job max concurrent trials. @@ -29896,10 +29800,10 @@ schemas: name: MaxConcurrentTrials description: Sweep Job max concurrent trials. protocol: {} - - schema: *ref_774 + - schema: *ref_768 nullable: true serializedName: maxTotalTrials - language: &ref_3538 + language: &ref_3536 default: name: maxTotalTrials description: Sweep Job max total trials. @@ -29907,10 +29811,10 @@ schemas: name: MaxTotalTrials description: Sweep Job max total trials. protocol: {} - - schema: *ref_775 + - schema: *ref_769 nullable: true serializedName: trialTimeout - language: &ref_3539 + language: &ref_3537 default: name: trialTimeout description: Sweep Job Trial timeout value. @@ -29937,21 +29841,21 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_771 - - *ref_776 + - *ref_765 + - *ref_770 discriminator: all: - Command: *ref_771 - Sweep: *ref_776 + Command: *ref_765 + Sweep: *ref_770 immediate: - Command: *ref_771 - Sweep: *ref_776 - property: &ref_778 - schema: *ref_777 + Command: *ref_765 + Sweep: *ref_770 + property: &ref_772 + schema: *ref_771 isDiscriminator: true required: true serializedName: jobLimitsType - language: &ref_3517 + language: &ref_3512 default: name: jobLimitsType description: '[Required] JobLimit type.' @@ -29960,12 +29864,12 @@ schemas: description: REQUIRED; [Required] JobLimit type. protocol: {} properties: - - *ref_778 - - schema: *ref_779 + - *ref_772 + - schema: *ref_773 nullable: true required: false serializedName: timeout - language: &ref_3518 + language: &ref_3513 default: name: timeout description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. @@ -29978,7 +29882,7 @@ schemas: usage: - output - input - language: &ref_3519 + language: &ref_3514 default: name: JobLimits description: '' @@ -29996,7 +29900,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_772 + - *ref_766 serializationFormats: - json usage: @@ -30024,7 +29928,7 @@ schemas: - create - read x-nullable: true - language: &ref_3520 + language: &ref_3515 default: name: limits description: Command Job limit. @@ -30032,17 +29936,15 @@ schemas: name: Limits description: Command Job limit. protocol: {} - - schema: *ref_780 + - schema: *ref_774 nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3521 + language: &ref_3517 default: name: outputs description: Mapping of output data bindings used in the job. @@ -30057,11 +29959,9 @@ schemas: required: false serializedName: parameters extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - language: &ref_3523 + language: &ref_3519 default: name: parameters description: Input parameters. @@ -30070,7 +29970,7 @@ schemas: description: READ-ONLY; Input parameters. byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_495 nullable: true required: false serializedName: resources @@ -30079,7 +29979,7 @@ schemas: - create - read x-nullable: true - language: &ref_3525 + language: &ref_3521 default: name: resources description: Compute Resource configuration for the job. @@ -30106,28 +30006,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_803 + - &ref_797 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobTypePipeline parents: all: - - *ref_494 - - *ref_395 + - *ref_488 + - *ref_389 immediate: - - *ref_494 + - *ref_488 properties: - - schema: *ref_781 + - schema: *ref_775 nullable: true serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3527 + language: &ref_3524 default: name: inputs description: Inputs for the pipeline job. @@ -30136,12 +30034,10 @@ schemas: description: Inputs for the pipeline job. byValue: true protocol: {} - - schema: *ref_782 + - schema: *ref_776 nullable: true serializedName: jobs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30154,16 +30050,14 @@ schemas: description: Jobs construct the Pipeline Job. byValue: true protocol: {} - - schema: *ref_780 + - schema: *ref_774 nullable: true serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3528 + language: &ref_3526 default: name: outputs description: Outputs for the pipeline job @@ -30176,12 +30070,10 @@ schemas: nullable: true serializedName: settings extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3530 + language: &ref_3528 default: name: settings description: Pipeline settings, for things like ContinueRunOnStepFailure etc. @@ -30209,25 +30101,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_804 + - &ref_798 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobTypeSweep parents: all: - - *ref_494 - - *ref_395 + - *ref_488 + - *ref_389 immediate: - - *ref_494 + - *ref_488 properties: - - schema: *ref_783 + - schema: *ref_777 nullable: true required: false serializedName: earlyTermination extensions: x-nullable: true - language: &ref_3536 + language: &ref_3534 default: name: earlyTermination description: Early termination policies enable canceling poor-performing runs before they complete @@ -30236,13 +30128,11 @@ schemas: description: Early termination policies enable canceling poor-performing runs before they complete byValue: true protocol: {} - - schema: *ref_781 + - schema: *ref_775 nullable: true required: false serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30255,7 +30145,7 @@ schemas: description: Mapping of input data bindings used in the job. byValue: true protocol: {} - - schema: *ref_776 + - schema: *ref_770 nullable: true required: false serializedName: limits @@ -30265,7 +30155,7 @@ schemas: - create - read x-nullable: true - language: &ref_3540 + language: &ref_3538 default: name: limits description: Sweep Job limit. @@ -30273,15 +30163,15 @@ schemas: name: Limits description: Sweep Job limit. protocol: {} - - schema: &ref_1203 + - schema: &ref_1196 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_784 + - schema: *ref_778 required: true serializedName: goal - language: &ref_3541 + language: &ref_3539 default: name: goal description: '[Required] Defines supported metric goals for hyperparameter tuning' @@ -30289,10 +30179,10 @@ schemas: name: Goal description: REQUIRED; [Required] Defines supported metric goals for hyperparameter tuning protocol: {} - - schema: *ref_785 + - schema: *ref_779 required: true serializedName: primaryMetric - language: &ref_3542 + language: &ref_3540 default: name: primaryMetric description: '[Required] Name of the metric to optimize.' @@ -30318,7 +30208,7 @@ schemas: protocol: {} required: true serializedName: objective - language: &ref_3543 + language: &ref_3541 default: name: objective description: '[Required] Optimization objective.' @@ -30326,13 +30216,11 @@ schemas: name: Objective description: REQUIRED; [Required] Optimization objective. protocol: {} - - schema: *ref_780 + - schema: *ref_774 nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30347,33 +30235,33 @@ schemas: protocol: {} - schema: type: object - children: &ref_786 + children: &ref_780 all: - - &ref_787 + - &ref_781 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SamplingAlgorithmTypeBayesian parents: all: - - &ref_788 + - &ref_782 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_786 - discriminator: &ref_794 + children: *ref_780 + discriminator: &ref_788 all: - Bayesian: *ref_787 - Grid: &ref_791 + Bayesian: *ref_781 + Grid: &ref_785 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SamplingAlgorithmTypeGrid parents: all: - - *ref_788 + - *ref_782 immediate: - - *ref_788 + - *ref_782 serializationFormats: - json usage: @@ -30392,18 +30280,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - Random: &ref_792 + Random: &ref_786 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SamplingAlgorithmTypeRandom parents: all: - - *ref_788 + - *ref_782 immediate: - - *ref_788 + - *ref_782 properties: - - schema: *ref_789 + - schema: *ref_783 serializedName: rule language: default: @@ -30413,7 +30301,7 @@ schemas: name: Rule description: The specific type of random algorithm protocol: {} - - schema: *ref_790 + - schema: *ref_784 nullable: true serializedName: seed language: @@ -30443,15 +30331,15 @@ schemas: namespace: '' protocol: {} immediate: - Bayesian: *ref_787 - Grid: *ref_791 - Random: *ref_792 - property: &ref_793 - schema: *ref_660 + Bayesian: *ref_781 + Grid: *ref_785 + Random: *ref_786 + property: &ref_787 + schema: *ref_654 isDiscriminator: true required: true serializedName: samplingAlgorithmType - language: &ref_3544 + language: &ref_3542 default: name: samplingAlgorithmType description: '[Required] The algorithm used for generating hyperparameter values, along with configuration properties' @@ -30460,13 +30348,13 @@ schemas: description: REQUIRED; [Required] The algorithm used for generating hyperparameter values, along with configuration properties protocol: {} properties: - - *ref_793 + - *ref_787 serializationFormats: - json usage: - output - input - language: &ref_3545 + language: &ref_3543 default: name: SamplingAlgorithm description: "The Sampling Algorithm used to generate hyperparameter values, along with properties to\r\nconfigure the algorithm" @@ -30485,7 +30373,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_788 + - *ref_782 serializationFormats: - json usage: @@ -30504,23 +30392,23 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_791 - - *ref_792 + - *ref_785 + - *ref_786 immediate: - - *ref_787 - - *ref_791 - - *ref_792 - discriminator: *ref_794 + - *ref_781 + - *ref_785 + - *ref_786 + discriminator: *ref_788 language: - default: &ref_795 + default: &ref_789 name: SamplingAlgorithmClassification description: discriminated type discriminatorInterface: SamplingAlgorithmClassification - go: *ref_795 + go: *ref_789 protocol: {} required: true serializedName: samplingAlgorithm - language: &ref_3546 + language: &ref_3544 default: name: samplingAlgorithm description: '[Required] The hyperparameter sampling algorithm' @@ -30532,10 +30420,7 @@ schemas: - schema: *ref_2 required: true serializedName: searchSpace - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3548 + language: &ref_3546 default: name: searchSpace description: '[Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter' @@ -30544,12 +30429,12 @@ schemas: description: REQUIRED; [Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter byValue: true protocol: {} - - schema: &ref_1205 + - schema: &ref_1198 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_796 + - schema: *ref_790 nullable: true required: false serializedName: codeId @@ -30557,7 +30442,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3549 + language: &ref_3547 default: name: codeId description: ARM resource ID of the code asset. @@ -30565,14 +30450,14 @@ schemas: name: CodeID description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_797 + - schema: *ref_791 required: true serializedName: command extensions: x-ms-mutability: - create - read - language: &ref_3550 + language: &ref_3548 default: name: command description: '[Required] The command to execute on startup of the job. eg. "python train.py"' @@ -30580,7 +30465,7 @@ schemas: name: Command description: REQUIRED; [Required] The command to execute on startup of the job. eg. "python train.py" protocol: {} - - schema: *ref_798 + - schema: *ref_792 nullable: true required: false serializedName: distribution @@ -30589,7 +30474,7 @@ schemas: - create - read x-nullable: true - language: &ref_3552 + language: &ref_3550 default: name: distribution description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. @@ -30598,10 +30483,10 @@ schemas: description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. byValue: true protocol: {} - - schema: *ref_799 + - schema: *ref_793 required: true serializedName: environmentId - language: &ref_3553 + language: &ref_3551 default: name: environmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' @@ -30609,17 +30494,15 @@ schemas: name: EnvironmentID description: REQUIRED; [Required] The ARM resource ID of the Environment specification for the job. protocol: {} - - schema: *ref_800 + - schema: *ref_794 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3554 + language: &ref_3552 default: name: environmentVariables description: Environment variables included in the job. @@ -30628,7 +30511,7 @@ schemas: description: Environment variables included in the job. byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_495 nullable: true required: false serializedName: resources @@ -30637,7 +30520,7 @@ schemas: - create - read x-nullable: true - language: &ref_3556 + language: &ref_3554 default: name: resources description: Compute Resource configuration for the job. @@ -30664,7 +30547,7 @@ schemas: protocol: {} required: true serializedName: trial - language: &ref_3557 + language: &ref_3555 default: name: trial description: '[Required] Trial component definition.' @@ -30692,23 +30575,23 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_801 - - *ref_802 - - *ref_803 - - *ref_804 - discriminator: &ref_843 + - *ref_795 + - *ref_796 + - *ref_797 + - *ref_798 + discriminator: &ref_837 all: - AutoML: *ref_801 - Command: *ref_802 - Pipeline: *ref_803 - Sweep: *ref_804 + AutoML: *ref_795 + Command: *ref_796 + Pipeline: *ref_797 + Sweep: *ref_798 immediate: - AutoML: *ref_801 - Command: *ref_802 - Pipeline: *ref_803 - Sweep: *ref_804 - property: &ref_821 - schema: *ref_805 + AutoML: *ref_795 + Command: *ref_796 + Pipeline: *ref_797 + Sweep: *ref_798 + property: &ref_815 + schema: *ref_799 isDiscriminator: true required: true serializedName: jobType @@ -30716,7 +30599,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3449 + language: &ref_3442 default: name: jobType description: '[Required] Specifies the type of job.' @@ -30724,13 +30607,13 @@ schemas: name: JobType description: REQUIRED; [Required] Specifies the type of job. protocol: {} - parents: &ref_844 + parents: &ref_838 all: - - *ref_395 + - *ref_389 immediate: - - *ref_395 + - *ref_389 properties: - - schema: *ref_806 + - schema: *ref_800 nullable: true required: false serializedName: computeId @@ -30738,7 +30621,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3442 + language: &ref_3435 default: name: computeId description: ARM resource ID of the compute resource. @@ -30746,7 +30629,7 @@ schemas: name: ComputeID description: ARM resource ID of the compute resource. protocol: {} - - schema: *ref_807 + - schema: *ref_801 nullable: true required: false serializedName: displayName @@ -30754,7 +30637,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3443 + language: &ref_3436 default: name: displayName description: Display name of job. @@ -30762,7 +30645,7 @@ schemas: name: DisplayName description: Display name of job. protocol: {} - - schema: *ref_808 + - schema: *ref_802 nullable: true required: false serializedName: experimentName @@ -30770,7 +30653,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3444 + language: &ref_3437 default: name: experimentName description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. @@ -30780,35 +30663,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_809 + children: &ref_803 all: - - &ref_810 + - &ref_804 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: IdentityConfigurationTypeAMLToken parents: all: - - &ref_811 + - &ref_805 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_809 - discriminator: &ref_819 + children: *ref_803 + discriminator: &ref_813 all: - AMLToken: *ref_810 - Managed: &ref_815 + AMLToken: *ref_804 + Managed: &ref_809 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: IdentityConfigurationTypeManaged parents: all: - - *ref_811 + - *ref_805 immediate: - - *ref_811 + - *ref_805 properties: - - schema: *ref_812 + - schema: *ref_806 nullable: true serializedName: clientId extensions: @@ -30823,7 +30706,7 @@ schemas: name: ClientID description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. protocol: {} - - schema: *ref_813 + - schema: *ref_807 nullable: true serializedName: objectId extensions: @@ -30838,7 +30721,7 @@ schemas: name: ObjectID description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. protocol: {} - - schema: *ref_814 + - schema: *ref_808 nullable: true serializedName: resourceId extensions: @@ -30871,16 +30754,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - UserIdentity: &ref_816 + UserIdentity: &ref_810 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: IdentityConfigurationTypeUserIdentity parents: all: - - *ref_811 + - *ref_805 immediate: - - *ref_811 + - *ref_805 serializationFormats: - json usage: @@ -30900,11 +30783,11 @@ schemas: namespace: '' protocol: {} immediate: - AMLToken: *ref_810 - Managed: *ref_815 - UserIdentity: *ref_816 - property: &ref_818 - schema: *ref_817 + AMLToken: *ref_804 + Managed: *ref_809 + UserIdentity: *ref_810 + property: &ref_812 + schema: *ref_811 isDiscriminator: true required: true serializedName: identityType @@ -30912,7 +30795,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3445 + language: &ref_3438 default: name: identityType description: '[Required] Specifies the type of identity framework.' @@ -30921,13 +30804,13 @@ schemas: description: REQUIRED; [Required] Specifies the type of identity framework. protocol: {} properties: - - *ref_818 + - *ref_812 serializationFormats: - json usage: - output - input - language: &ref_3446 + language: &ref_3439 default: name: IdentityConfiguration description: Base definition for identity configuration. @@ -30946,7 +30829,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_811 + - *ref_805 serializationFormats: - json usage: @@ -30965,19 +30848,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_815 - - *ref_816 + - *ref_809 + - *ref_810 immediate: + - *ref_804 + - *ref_809 - *ref_810 - - *ref_815 - - *ref_816 - discriminator: *ref_819 + discriminator: *ref_813 language: - default: &ref_820 + default: &ref_814 name: IdentityConfigurationClassification description: discriminated type discriminatorInterface: IdentityConfigurationClassification - go: *ref_820 + go: *ref_814 protocol: {} nullable: true required: false @@ -30987,7 +30870,7 @@ schemas: - create - read x-nullable: true - language: &ref_3447 + language: &ref_3440 default: name: identity description: "Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null.\r\nDefaults to AmlToken if null." @@ -30996,7 +30879,7 @@ schemas: description: Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null. byValue: true protocol: {} - - schema: *ref_424 + - schema: *ref_418 required: false serializedName: isArchived extensions: @@ -31004,7 +30887,7 @@ schemas: - create - read - update - language: &ref_3448 + language: &ref_3441 default: name: isArchived description: Is the asset archived? @@ -31012,14 +30895,14 @@ schemas: name: IsArchived description: Is the asset archived? protocol: {} - - *ref_821 - - schema: *ref_822 + - *ref_815 + - schema: *ref_816 nullable: true required: false serializedName: schedule extensions: x-nullable: true - language: &ref_3457 + language: &ref_3450 default: name: schedule description: "Schedule definition of job.\r\nIf no schedule is provided, the job is run once and immediately after submission." @@ -31028,14 +30911,11 @@ schemas: description: Schedule definition of job. If no schedule is provided, the job is run once and immediately after submission. byValue: true protocol: {} - - schema: *ref_823 + - schema: *ref_817 nullable: true required: false serializedName: services - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3464 + language: &ref_3457 default: name: services description: "List of JobEndpoints.\r\nFor local jobs, a job endpoint will have an endpoint value of FileStreamObject." @@ -31044,14 +30924,14 @@ schemas: description: List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject. byValue: true protocol: {} - - schema: *ref_824 + - schema: *ref_818 readOnly: true required: false serializedName: status extensions: x-ms-mutability: - read - language: &ref_3465 + language: &ref_3458 default: name: status description: Status of the job. @@ -31064,7 +30944,7 @@ schemas: usage: - output - input - language: &ref_3466 + language: &ref_3459 default: name: JobBaseDetails description: Base definition for a job. @@ -31084,16 +30964,16 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - &ref_830 + - &ref_824 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_387 + - *ref_389 immediate: - - *ref_393 + - *ref_387 serializationFormats: - json usage: @@ -31110,29 +30990,29 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_421 - - *ref_801 - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_802 - - *ref_448 - - *ref_399 - - *ref_803 - - *ref_804 - - *ref_400 - - *ref_401 - immediate: + - *ref_415 + - *ref_795 + - *ref_438 + - *ref_439 + - *ref_440 + - *ref_441 + - *ref_796 + - *ref_442 - *ref_393 + - *ref_797 + - *ref_798 - *ref_394 - - *ref_426 - - *ref_494 + - *ref_395 + immediate: + - *ref_387 + - *ref_388 + - *ref_420 + - *ref_488 properties: - - schema: *ref_825 + - schema: *ref_819 nullable: true serializedName: description - language: &ref_3100 + language: &ref_3093 default: name: description description: The asset description text. @@ -31140,13 +31020,10 @@ schemas: name: Description description: The asset description text. protocol: {} - - schema: *ref_826 + - schema: *ref_820 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3131 + language: &ref_3124 default: name: properties description: The asset property dictionary. @@ -31155,13 +31032,10 @@ schemas: description: The asset property dictionary. byValue: true protocol: {} - - schema: *ref_827 + - schema: *ref_821 nullable: true serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3101 + language: &ref_3094 default: name: tags description: Tag dictionary. Tags can be added, removed, and updated. @@ -31175,7 +31049,7 @@ schemas: usage: - output - input - language: &ref_3102 + language: &ref_3095 default: name: ResourceBase description: '' @@ -31188,7 +31062,7 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_393 + - *ref_387 serializationFormats: - json usage: @@ -31205,25 +31079,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_828 - - *ref_829 - - *ref_830 + - *ref_822 + - *ref_823 + - *ref_824 immediate: - - *ref_392 - - *ref_425 - - *ref_828 - - *ref_829 - - *ref_830 + - *ref_386 + - *ref_419 + - *ref_822 + - *ref_823 + - *ref_824 parents: all: - - *ref_395 + - *ref_389 immediate: - - *ref_395 + - *ref_389 properties: - - schema: *ref_424 + - schema: *ref_418 serializedName: isArchived extensions: - x-ms-mutability: *ref_831 + x-ms-mutability: *ref_825 language: default: name: isArchived @@ -31232,7 +31106,7 @@ schemas: name: IsArchived description: Is the asset archived? protocol: {} - - schema: *ref_832 + - schema: *ref_826 nullable: true readOnly: true serializedName: latestVersion @@ -31247,7 +31121,7 @@ schemas: name: LatestVersion description: READ-ONLY; The latest version inside this container. protocol: {} - - schema: *ref_833 + - schema: *ref_827 nullable: true readOnly: true serializedName: nextVersion @@ -31267,7 +31141,7 @@ schemas: usage: - output - input - language: &ref_3103 + language: &ref_3096 default: name: AssetContainer description: '' @@ -31278,9 +31152,9 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_395 + - *ref_389 immediate: - - *ref_393 + - *ref_387 serializationFormats: - json usage: @@ -31299,7 +31173,7 @@ schemas: protocol: {} required: true serializedName: properties - language: &ref_3104 + language: &ref_3097 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31323,20 +31197,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_850 + - &ref_844 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_418 + - schema: *ref_412 required: true serializedName: properties - language: &ref_3135 + language: &ref_3128 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31360,20 +31234,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_851 + - &ref_845 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_425 + - schema: *ref_419 required: true serializedName: properties - language: &ref_3166 + language: &ref_3159 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31397,20 +31271,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_852 + - &ref_846 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_419 + - schema: *ref_413 required: true serializedName: properties - language: &ref_3199 + language: &ref_3192 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31434,20 +31308,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_853 + - &ref_847 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_828 + - schema: *ref_822 required: true serializedName: properties - language: &ref_3235 + language: &ref_3228 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31471,31 +31345,31 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_854 + - &ref_848 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - schema: type: object - children: *ref_834 - discriminator: *ref_835 - parents: *ref_836 + children: *ref_828 + discriminator: *ref_829 + parents: *ref_830 language: - default: &ref_837 + default: &ref_831 name: DataVersionBaseDetailsClassification description: discriminated type discriminatorInterface: DataVersionBaseDetailsClassification - go: *ref_837 + go: *ref_831 protocol: {} required: true serializedName: properties - language: &ref_3266 + language: &ref_3259 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31520,31 +31394,31 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_855 + - &ref_849 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - schema: type: object - children: *ref_838 - discriminator: *ref_839 - parents: *ref_840 + children: *ref_832 + discriminator: *ref_833 + parents: *ref_834 language: - default: &ref_841 + default: &ref_835 name: DatastoreDetailsClassification description: discriminated type discriminatorInterface: DatastoreDetailsClassification - go: *ref_841 + go: *ref_835 protocol: {} required: true serializedName: properties - language: &ref_3313 + language: &ref_3306 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31569,20 +31443,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_856 + - &ref_850 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_829 + - schema: *ref_823 required: true serializedName: properties - language: &ref_3373 + language: &ref_3366 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31606,20 +31480,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_857 + - &ref_851 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_420 + - schema: *ref_414 required: true serializedName: properties - language: &ref_3412 + language: &ref_3405 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31643,31 +31517,31 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_858 + - &ref_852 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - schema: type: object - children: *ref_842 - discriminator: *ref_843 - parents: *ref_844 + children: *ref_836 + discriminator: *ref_837 + parents: *ref_838 language: - default: &ref_845 + default: &ref_839 name: JobBaseDetailsClassification description: discriminated type discriminatorInterface: JobBaseDetailsClassification - go: *ref_845 + go: *ref_839 protocol: {} required: true serializedName: properties - language: &ref_3498 + language: &ref_3492 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31692,20 +31566,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_859 + - &ref_853 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_830 + - schema: *ref_824 required: true serializedName: properties - language: &ref_3619 + language: &ref_3617 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31729,20 +31603,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_860 + - &ref_854 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_421 + - schema: *ref_415 required: true serializedName: properties - language: &ref_3655 + language: &ref_3653 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31766,32 +31640,32 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_388 - - *ref_389 + - *ref_382 + - *ref_383 immediate: + - *ref_840 + - *ref_87 + - *ref_88 + - *ref_841 + - *ref_842 + - *ref_284 + - *ref_843 + - *ref_844 + - *ref_845 - *ref_846 - - *ref_89 - - *ref_90 - *ref_847 - *ref_848 - - *ref_290 - *ref_849 - *ref_850 - *ref_851 - *ref_852 - *ref_853 - *ref_854 - - *ref_855 - - *ref_856 - - *ref_857 - - *ref_858 - - *ref_859 - - *ref_860 properties: - - schema: *ref_861 + - schema: *ref_855 readOnly: true serializedName: id - language: &ref_2463 + language: &ref_2456 default: name: id description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -31799,10 +31673,10 @@ schemas: name: ID description: READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - - schema: *ref_862 + - schema: *ref_856 readOnly: true serializedName: name - language: &ref_2461 + language: &ref_2454 default: name: name description: The name of the resource @@ -31810,10 +31684,10 @@ schemas: name: Name description: READ-ONLY; The name of the resource protocol: {} - - schema: *ref_863 + - schema: *ref_857 readOnly: true serializedName: type - language: &ref_2462 + language: &ref_2455 default: name: type description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" @@ -31821,14 +31695,14 @@ schemas: name: Type description: READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - - schema: &ref_911 + - schema: &ref_905 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_864 + - schema: *ref_858 serializedName: createdBy - language: &ref_2910 + language: &ref_2903 default: name: createdBy description: The identity that created the resource. @@ -31836,9 +31710,9 @@ schemas: name: CreatedBy description: The identity that created the resource. protocol: {} - - schema: *ref_865 + - schema: *ref_859 serializedName: createdByType - language: &ref_2911 + language: &ref_2904 default: name: createdByType description: The type of identity that created the resource. @@ -31846,9 +31720,9 @@ schemas: name: CreatedByType description: The type of identity that created the resource. protocol: {} - - schema: *ref_866 + - schema: *ref_860 serializedName: createdAt - language: &ref_2909 + language: &ref_2902 default: name: createdAt description: The timestamp of resource creation (UTC). @@ -31856,9 +31730,9 @@ schemas: name: CreatedAt description: The timestamp of resource creation (UTC). protocol: {} - - schema: *ref_867 + - schema: *ref_861 serializedName: lastModifiedBy - language: &ref_2913 + language: &ref_2906 default: name: lastModifiedBy description: The identity that last modified the resource. @@ -31866,9 +31740,9 @@ schemas: name: LastModifiedBy description: The identity that last modified the resource. protocol: {} - - schema: *ref_865 + - schema: *ref_859 serializedName: lastModifiedByType - language: &ref_2914 + language: &ref_2907 default: name: lastModifiedByType description: The type of identity that last modified the resource. @@ -31876,9 +31750,9 @@ schemas: name: LastModifiedByType description: The type of identity that last modified the resource. protocol: {} - - schema: *ref_868 + - schema: *ref_862 serializedName: lastModifiedAt - language: &ref_2912 + language: &ref_2905 default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) @@ -31905,7 +31779,7 @@ schemas: protocol: {} readOnly: true serializedName: systemData - language: &ref_2915 + language: &ref_2908 default: name: systemData description: Azure Resource Manager metadata containing createdBy and modifiedBy information. @@ -31921,7 +31795,7 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_2464 + language: &ref_2457 default: name: Resource description: Common fields that are returned in the response for all Azure Resource Manager resources @@ -31935,14 +31809,14 @@ schemas: summary: Resource protocol: {} immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_903 + - schema: &ref_897 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_869 + - schema: *ref_863 readOnly: true serializedName: workspaceId language: @@ -31953,9 +31827,9 @@ schemas: name: WorkspaceID description: READ-ONLY; The immutable id associated with this workspace. protocol: {} - - schema: *ref_870 + - schema: *ref_864 serializedName: description - language: &ref_2473 + language: &ref_2466 default: name: description description: The description of this workspace. @@ -31963,9 +31837,9 @@ schemas: name: Description description: The description of this workspace. protocol: {} - - schema: *ref_871 + - schema: *ref_865 serializedName: friendlyName - language: &ref_2486 + language: &ref_2479 default: name: friendlyName description: The friendly name for this workspace. This name in mutable @@ -31973,9 +31847,9 @@ schemas: name: FriendlyName description: The friendly name for this workspace. This name in mutable protocol: {} - - schema: *ref_872 + - schema: *ref_866 serializedName: keyVault - language: &ref_2489 + language: &ref_2482 default: name: keyVault description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created @@ -31983,9 +31857,9 @@ schemas: name: KeyVault description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - schema: *ref_873 + - schema: *ref_867 serializedName: applicationInsights - language: &ref_2475 + language: &ref_2468 default: name: applicationInsights description: ARM id of the application insights associated with this workspace. @@ -31993,10 +31867,10 @@ schemas: name: ApplicationInsights description: ARM id of the application insights associated with this workspace. protocol: {} - - schema: *ref_874 + - schema: *ref_868 nullable: true serializedName: containerRegistry - language: &ref_2476 + language: &ref_2469 default: name: containerRegistry description: ARM id of the container registry associated with this workspace. @@ -32004,9 +31878,9 @@ schemas: name: ContainerRegistry description: ARM id of the container registry associated with this workspace. protocol: {} - - schema: *ref_875 + - schema: *ref_869 serializedName: storageAccount - language: &ref_2509 + language: &ref_2502 default: name: storageAccount description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created @@ -32014,9 +31888,9 @@ schemas: name: StorageAccount description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - schema: *ref_876 + - schema: *ref_870 serializedName: discoveryUrl - language: &ref_2477 + language: &ref_2470 default: name: discoveryUrl description: Url for the discovery service to identify regional endpoints for machine learning experimentation services @@ -32024,7 +31898,7 @@ schemas: name: DiscoveryURL description: Url for the discovery service to identify regional endpoints for machine learning experimentation services protocol: {} - - schema: *ref_245 + - schema: *ref_240 readOnly: true serializedName: provisioningState language: @@ -32035,15 +31909,15 @@ schemas: name: ProvisioningState description: READ-ONLY; The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. protocol: {} - - schema: &ref_904 + - schema: &ref_898 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_877 + - schema: *ref_871 required: true serializedName: status - language: &ref_2484 + language: &ref_2477 default: name: status description: Indicates whether or not the encryption is enabled for the workspace. @@ -32051,14 +31925,14 @@ schemas: name: Status description: REQUIRED; Indicates whether or not the encryption is enabled for the workspace. protocol: {} - - schema: &ref_905 + - schema: &ref_899 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_878 + - schema: *ref_872 serializedName: userAssignedIdentity - language: &ref_2478 + language: &ref_2471 default: name: userAssignedIdentity description: The ArmId of the user assigned identity that will be used to access the customer managed key vault @@ -32084,7 +31958,7 @@ schemas: protocol: {} required: false serializedName: identity - language: &ref_2479 + language: &ref_2472 default: name: identity description: The identity that will be used to access the key vault for encryption at rest. @@ -32092,15 +31966,15 @@ schemas: name: Identity description: The identity that will be used to access the key vault for encryption at rest. protocol: {} - - schema: &ref_906 + - schema: &ref_900 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_879 + - schema: *ref_873 required: true serializedName: keyVaultArmId - language: &ref_2482 + language: &ref_2475 default: name: keyVaultArmId description: The ArmId of the keyVault where the customer owned encryption key is present. @@ -32108,10 +31982,10 @@ schemas: name: KeyVaultArmID description: REQUIRED; The ArmId of the keyVault where the customer owned encryption key is present. protocol: {} - - schema: *ref_880 + - schema: *ref_874 required: true serializedName: keyIdentifier - language: &ref_2481 + language: &ref_2474 default: name: keyIdentifier description: Key vault uri to access the encryption key. @@ -32119,10 +31993,10 @@ schemas: name: KeyIdentifier description: REQUIRED; Key vault uri to access the encryption key. protocol: {} - - schema: *ref_881 + - schema: *ref_875 required: false serializedName: identityClientId - language: &ref_2480 + language: &ref_2473 default: name: identityClientId description: For future use - The client id of the identity which will be used to access key vault. @@ -32148,7 +32022,7 @@ schemas: protocol: {} required: true serializedName: keyVaultProperties - language: &ref_2483 + language: &ref_2476 default: name: keyVaultProperties description: Customer Key vault properties. @@ -32173,7 +32047,7 @@ schemas: namespace: '' protocol: {} serializedName: encryption - language: &ref_2485 + language: &ref_2478 default: name: encryption description: The encryption settings of Azure ML workspace. @@ -32181,9 +32055,9 @@ schemas: name: Encryption description: The encryption settings of Azure ML workspace. protocol: {} - - schema: *ref_882 + - schema: *ref_876 serializedName: hbiWorkspace - language: &ref_2487 + language: &ref_2480 default: name: hbiWorkspace description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service @@ -32191,10 +32065,10 @@ schemas: name: HbiWorkspace description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service protocol: {} - - schema: *ref_883 + - schema: *ref_877 readOnly: true serializedName: serviceProvisionedResourceGroup - language: &ref_2501 + language: &ref_2494 default: name: serviceProvisionedResourceGroup description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace @@ -32202,10 +32076,10 @@ schemas: name: ServiceProvisionedResourceGroup description: READ-ONLY; The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace protocol: {} - - schema: *ref_884 + - schema: *ref_878 readOnly: true serializedName: privateLinkCount - language: &ref_2499 + language: &ref_2492 default: name: privateLinkCount description: Count of private connections in the workspace @@ -32213,9 +32087,9 @@ schemas: name: PrivateLinkCount description: READ-ONLY; Count of private connections in the workspace protocol: {} - - schema: *ref_885 + - schema: *ref_879 serializedName: imageBuildCompute - language: &ref_2488 + language: &ref_2481 default: name: imageBuildCompute description: The compute name for image build @@ -32223,9 +32097,9 @@ schemas: name: ImageBuildCompute description: The compute name for image build protocol: {} - - schema: *ref_886 + - schema: *ref_880 serializedName: allowPublicAccessWhenBehindVnet - language: &ref_2474 + language: &ref_2467 default: name: allowPublicAccessWhenBehindVnet description: The flag to indicate whether to allow public access when behind VNet. @@ -32233,9 +32107,9 @@ schemas: name: AllowPublicAccessWhenBehindVnet description: The flag to indicate whether to allow public access when behind VNet. protocol: {} - - schema: *ref_887 + - schema: *ref_881 serializedName: publicNetworkAccess - language: &ref_2500 + language: &ref_2493 default: name: publicNetworkAccess description: Whether requests from Public Network are allowed. @@ -32243,11 +32117,11 @@ schemas: name: PublicNetworkAccess description: Whether requests from Public Network are allowed. protocol: {} - - schema: &ref_1209 + - schema: &ref_1202 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_846 + elementType: *ref_840 extensions: x-ms-identifiers: - name @@ -32266,7 +32140,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2498 + language: &ref_2491 default: name: privateEndpointConnections description: The list of private endpoint connections in the workspace. @@ -32275,18 +32149,18 @@ schemas: description: READ-ONLY; The list of private endpoint connections in the workspace. byValue: true protocol: {} - - schema: &ref_1210 + - schema: &ref_1203 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_912 + elementType: &ref_906 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_888 + - schema: *ref_882 serializedName: name - language: &ref_2502 + language: &ref_2495 default: name: name description: Unique name of the private link. @@ -32294,14 +32168,14 @@ schemas: name: Name description: Unique name of the private link. protocol: {} - - schema: &ref_913 + - schema: &ref_907 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_889 + - schema: *ref_883 serializedName: privateLinkResourceId - language: &ref_2504 + language: &ref_2497 default: name: privateLinkResourceId description: The resource id that private link links to. @@ -32309,9 +32183,9 @@ schemas: name: PrivateLinkResourceID description: The resource id that private link links to. protocol: {} - - schema: *ref_890 + - schema: *ref_884 serializedName: groupId - language: &ref_2503 + language: &ref_2496 default: name: groupId description: The private link resource group id. @@ -32319,9 +32193,9 @@ schemas: name: GroupID description: The private link resource group id. protocol: {} - - schema: *ref_891 + - schema: *ref_885 serializedName: requestMessage - language: &ref_2505 + language: &ref_2498 default: name: requestMessage description: Request message. @@ -32329,9 +32203,9 @@ schemas: name: RequestMessage description: Request message. protocol: {} - - schema: *ref_74 + - schema: *ref_72 serializedName: status - language: &ref_2506 + language: &ref_2499 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. @@ -32358,7 +32232,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2507 + language: &ref_2500 default: name: properties description: Resource properties. @@ -32399,7 +32273,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2508 + language: &ref_2501 default: name: sharedPrivateLinkResources description: The list of shared private link resources in this workspace. @@ -32408,14 +32282,14 @@ schemas: description: The list of shared private link resources in this workspace. byValue: true protocol: {} - - schema: &ref_914 + - schema: &ref_908 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_892 + - schema: *ref_886 serializedName: fqdn - language: &ref_2596 + language: &ref_2589 default: name: fqdn description: '' @@ -32423,9 +32297,9 @@ schemas: name: Fqdn description: '' protocol: {} - - schema: *ref_893 + - schema: *ref_887 serializedName: resourceId - language: &ref_2600 + language: &ref_2593 default: name: resourceId description: the data plane resourceId that used to initialize notebook component @@ -32433,14 +32307,14 @@ schemas: name: ResourceID description: the data plane resourceId that used to initialize notebook component protocol: {} - - schema: &ref_915 + - schema: &ref_909 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_894 + - schema: *ref_888 serializedName: errorMessage - language: &ref_2597 + language: &ref_2590 default: name: errorMessage description: '' @@ -32448,9 +32322,9 @@ schemas: name: ErrorMessage description: '' protocol: {} - - schema: *ref_895 + - schema: *ref_889 serializedName: statusCode - language: &ref_2598 + language: &ref_2591 default: name: statusCode description: '' @@ -32478,7 +32352,7 @@ schemas: serializedName: notebookPreparationError extensions: x-nullable: true - language: &ref_2599 + language: &ref_2592 default: name: notebookPreparationError description: The error that occurs when preparing notebook. @@ -32512,17 +32386,17 @@ schemas: name: NotebookInfo description: READ-ONLY; The notebook info of Azure ML workspace. protocol: {} - - schema: &ref_916 + - schema: &ref_910 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_917 + - schema: &ref_911 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_896 + - schema: *ref_890 serializedName: collectionsThroughput language: default: @@ -32582,7 +32456,7 @@ schemas: name: ServiceManagedResourcesSettings description: The service managed resource settings. protocol: {} - - schema: *ref_897 + - schema: *ref_891 serializedName: primaryUserAssignedIdentity language: default: @@ -32592,7 +32466,7 @@ schemas: name: PrimaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - schema: *ref_898 + - schema: *ref_892 readOnly: true serializedName: tenantId language: @@ -32603,7 +32477,7 @@ schemas: name: TenantID description: READ-ONLY; The tenant id associated with this workspace. protocol: {} - - schema: *ref_899 + - schema: *ref_893 readOnly: true serializedName: storageHnsEnabled language: @@ -32614,7 +32488,7 @@ schemas: name: StorageHnsEnabled description: READ-ONLY; If the storage associated with the workspace has hierarchical namespace(HNS) enabled. protocol: {} - - schema: *ref_900 + - schema: *ref_894 readOnly: true serializedName: mlFlowTrackingUri language: @@ -32645,7 +32519,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2510 + language: &ref_2503 default: name: properties description: The properties of the machine learning workspace. @@ -32653,9 +32527,9 @@ schemas: name: Properties description: The properties of the machine learning workspace. protocol: {} - - schema: *ref_276 + - schema: *ref_270 serializedName: identity - language: &ref_2471 + language: &ref_2464 default: name: identity description: The identity of the resource. @@ -32663,9 +32537,9 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: *ref_901 + - schema: *ref_895 serializedName: location - language: &ref_2472 + language: &ref_2465 default: name: location description: Specifies the location of the resource. @@ -32673,11 +32547,8 @@ schemas: name: Location description: Specifies the location of the resource. protocol: {} - - schema: *ref_902 + - schema: *ref_896 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -32687,7 +32558,7 @@ schemas: description: Contains resource tags defined as key/value pairs. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 serializedName: sku language: default: @@ -32714,35 +32585,32 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_897 + - *ref_898 + - *ref_899 + - *ref_900 + - *ref_840 + - *ref_901 + - *ref_902 - *ref_903 + - *ref_270 - *ref_904 + - *ref_273 + - *ref_69 - *ref_905 - *ref_906 - - *ref_846 - *ref_907 - *ref_908 - *ref_909 - - *ref_276 - *ref_910 - - *ref_279 - - *ref_71 - *ref_911 - - *ref_912 - - *ref_913 - - *ref_914 - - *ref_915 - - *ref_916 - - *ref_917 - - &ref_1325 + - &ref_1318 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_918 + - schema: *ref_912 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -32752,7 +32620,7 @@ schemas: description: The resource tags for the machine learning workspace. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 serializedName: sku language: default: @@ -32762,7 +32630,7 @@ schemas: name: SKU description: The sku of the workspace. protocol: {} - - schema: *ref_276 + - schema: *ref_270 serializedName: identity language: default: @@ -32772,14 +32640,14 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: &ref_925 + - schema: &ref_919 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_919 + - schema: *ref_913 serializedName: description - language: &ref_2522 + language: &ref_2515 default: name: description description: The description of this workspace. @@ -32787,9 +32655,9 @@ schemas: name: Description description: The description of this workspace. protocol: {} - - schema: *ref_920 + - schema: *ref_914 serializedName: friendlyName - language: &ref_2523 + language: &ref_2516 default: name: friendlyName description: The friendly name for this workspace. @@ -32797,7 +32665,7 @@ schemas: name: FriendlyName description: The friendly name for this workspace. protocol: {} - - schema: *ref_921 + - schema: *ref_915 serializedName: imageBuildCompute language: default: @@ -32807,7 +32675,7 @@ schemas: name: ImageBuildCompute description: The compute name for image build protocol: {} - - schema: *ref_916 + - schema: *ref_910 serializedName: serviceManagedResourcesSettings language: default: @@ -32817,7 +32685,7 @@ schemas: name: ServiceManagedResourcesSettings description: The service managed resource settings. protocol: {} - - schema: *ref_922 + - schema: *ref_916 serializedName: primaryUserAssignedIdentity language: default: @@ -32827,9 +32695,9 @@ schemas: name: PrimaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - schema: *ref_887 + - schema: *ref_881 serializedName: publicNetworkAccess - language: &ref_2524 + language: &ref_2517 default: name: publicNetworkAccess description: Whether requests from Public Network are allowed. @@ -32837,7 +32705,7 @@ schemas: name: PublicNetworkAccess description: Whether requests from Public Network are allowed. protocol: {} - - schema: *ref_923 + - schema: *ref_917 serializedName: applicationInsights language: default: @@ -32847,7 +32715,7 @@ schemas: name: ApplicationInsights description: ARM id of the application insights associated with this workspace. protocol: {} - - schema: *ref_924 + - schema: *ref_918 serializedName: containerRegistry language: default: @@ -32875,7 +32743,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2525 + language: &ref_2518 default: name: properties description: The properties that the machine learning workspace will be updated with. @@ -32900,17 +32768,17 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_925 - - &ref_1341 + - *ref_919 + - &ref_1334 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1211 + - schema: &ref_1204 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_89 + elementType: *ref_87 language: default: name: WorkspaceListResultValue @@ -32922,7 +32790,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2532 + language: &ref_2525 default: name: value description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. @@ -32931,9 +32799,9 @@ schemas: description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. byValue: true protocol: {} - - schema: *ref_926 + - schema: *ref_920 serializedName: nextLink - language: &ref_2531 + language: &ref_2524 default: name: nextLink description: The URI that can be used to request the next list of machine learning workspaces. @@ -32957,22 +32825,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1346 + - &ref_1339 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_936 + - schema: &ref_930 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_927 + - schema: *ref_921 serializedName: udr - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2544 + language: &ref_2537 default: name: udr description: Setting for diagnosing user defined routing @@ -32981,12 +32846,9 @@ schemas: description: Setting for diagnosing user defined routing byValue: true protocol: {} - - schema: *ref_928 + - schema: *ref_922 serializedName: nsg - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2540 + language: &ref_2533 default: name: nsg description: Setting for diagnosing network security group @@ -32995,12 +32857,9 @@ schemas: description: Setting for diagnosing network security group byValue: true protocol: {} - - schema: *ref_929 + - schema: *ref_923 serializedName: resourceLock - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2542 + language: &ref_2535 default: name: resourceLock description: Setting for diagnosing resource lock @@ -33009,12 +32868,9 @@ schemas: description: Setting for diagnosing resource lock byValue: true protocol: {} - - schema: *ref_930 + - schema: *ref_924 serializedName: dnsResolution - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2538 + language: &ref_2531 default: name: dnsResolution description: Setting for diagnosing dns resolution @@ -33023,12 +32879,9 @@ schemas: description: Setting for diagnosing dns resolution byValue: true protocol: {} - - schema: *ref_931 + - schema: *ref_925 serializedName: storageAccount - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2543 + language: &ref_2536 default: name: storageAccount description: Setting for diagnosing dependent storage account @@ -33037,12 +32890,9 @@ schemas: description: Setting for diagnosing dependent storage account byValue: true protocol: {} - - schema: *ref_932 + - schema: *ref_926 serializedName: keyVault - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2539 + language: &ref_2532 default: name: keyVault description: Setting for diagnosing dependent key vault @@ -33051,12 +32901,9 @@ schemas: description: Setting for diagnosing dependent key vault byValue: true protocol: {} - - schema: *ref_933 + - schema: *ref_927 serializedName: containerRegistry - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2537 + language: &ref_2530 default: name: containerRegistry description: Setting for diagnosing dependent container registry @@ -33065,12 +32912,9 @@ schemas: description: Setting for diagnosing dependent container registry byValue: true protocol: {} - - schema: *ref_934 + - schema: *ref_928 serializedName: applicationInsights - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2536 + language: &ref_2529 default: name: applicationInsights description: Setting for diagnosing dependent application insights @@ -33079,12 +32923,9 @@ schemas: description: Setting for diagnosing dependent application insights byValue: true protocol: {} - - schema: *ref_935 + - schema: *ref_929 serializedName: others - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2541 + language: &ref_2534 default: name: others description: Setting for diagnosing unclassified category of problems @@ -33110,7 +32951,7 @@ schemas: namespace: '' protocol: {} serializedName: value - language: &ref_2545 + language: &ref_2538 default: name: value description: Value of Parameters @@ -33133,30 +32974,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_936 - - &ref_1355 + - *ref_930 + - &ref_1348 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_942 + - schema: &ref_935 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1212 + - schema: &ref_1205 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_940 + elementType: &ref_934 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_937 + - schema: *ref_931 readOnly: true serializedName: code - language: &ref_2550 + language: &ref_2543 default: name: code description: Code for workspace setup error @@ -33164,10 +33005,10 @@ schemas: name: Code description: READ-ONLY; Code for workspace setup error protocol: {} - - schema: *ref_938 + - schema: *ref_932 readOnly: true serializedName: level - language: &ref_2551 + language: &ref_2544 default: name: level description: Level of workspace setup error @@ -33175,10 +33016,10 @@ schemas: name: Level description: READ-ONLY; Level of workspace setup error protocol: {} - - schema: *ref_939 + - schema: *ref_933 readOnly: true serializedName: message - language: &ref_2552 + language: &ref_2545 default: name: message description: Message of workspace setup error @@ -33218,7 +33059,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2559 + language: &ref_2552 default: name: userDefinedRouteResults description: '' @@ -33227,11 +33068,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1213 + - schema: &ref_1206 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33249,7 +33090,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2555 + language: &ref_2548 default: name: networkSecurityRuleResults description: '' @@ -33258,11 +33099,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1214 + - schema: &ref_1207 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33280,7 +33121,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2557 + language: &ref_2550 default: name: resourceLockResults description: '' @@ -33289,11 +33130,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1215 + - schema: &ref_1208 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33311,7 +33152,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2553 + language: &ref_2546 default: name: dnsResolutionResults description: '' @@ -33320,11 +33161,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1216 + - schema: &ref_1209 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33342,7 +33183,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2558 + language: &ref_2551 default: name: storageAccountResults description: '' @@ -33351,11 +33192,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1217 + - schema: &ref_1210 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33373,7 +33214,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2554 + language: &ref_2547 default: name: keyVaultResults description: '' @@ -33382,11 +33223,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1218 + - schema: &ref_1211 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33404,7 +33245,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2549 + language: &ref_2542 default: name: containerRegistryResults description: '' @@ -33413,11 +33254,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1219 + - schema: &ref_1212 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33435,7 +33276,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2548 + language: &ref_2541 default: name: applicationInsightsResults description: '' @@ -33444,11 +33285,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1220 + - schema: &ref_1213 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33466,7 +33307,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2556 + language: &ref_2549 default: name: otherResults description: '' @@ -33479,9 +33320,6 @@ schemas: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_941 - anonymous: true language: default: name: DiagnoseResponseResultValue @@ -33495,9 +33333,7 @@ schemas: namespace: '' protocol: {} serializedName: value - extensions: - x-internal-autorest-anonymous-schema: *ref_941 - language: &ref_2560 + language: &ref_2553 default: name: value description: '' @@ -33520,19 +33356,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_942 - - *ref_940 - - &ref_1363 + - *ref_935 + - *ref_934 + - &ref_1356 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_943 + - schema: *ref_936 readOnly: true serializedName: userStorageKey extensions: x-ms-secret: true - language: &ref_2575 + language: &ref_2568 default: name: userStorageKey description: '' @@ -33540,10 +33376,10 @@ schemas: name: UserStorageKey description: READ-ONLY protocol: {} - - schema: *ref_944 + - schema: *ref_937 readOnly: true serializedName: userStorageResourceId - language: &ref_2576 + language: &ref_2569 default: name: userStorageResourceId description: '' @@ -33551,12 +33387,12 @@ schemas: name: UserStorageResourceID description: READ-ONLY protocol: {} - - schema: *ref_945 + - schema: *ref_938 readOnly: true serializedName: appInsightsInstrumentationKey extensions: x-ms-secret: true - language: &ref_2565 + language: &ref_2558 default: name: appInsightsInstrumentationKey description: '' @@ -33564,15 +33400,15 @@ schemas: name: AppInsightsInstrumentationKey description: READ-ONLY protocol: {} - - schema: &ref_952 + - schema: &ref_945 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_946 + - schema: *ref_939 readOnly: true serializedName: location - language: &ref_2566 + language: &ref_2559 default: name: location description: '' @@ -33580,10 +33416,10 @@ schemas: name: Location description: READ-ONLY protocol: {} - - schema: *ref_947 + - schema: *ref_940 readOnly: true serializedName: username - language: &ref_2570 + language: &ref_2563 default: name: username description: '' @@ -33591,19 +33427,19 @@ schemas: name: Username description: READ-ONLY protocol: {} - - schema: &ref_1221 + - schema: &ref_1214 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_953 + elementType: &ref_946 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_948 + - schema: *ref_941 readOnly: true serializedName: name - language: &ref_2567 + language: &ref_2560 default: name: name description: '' @@ -33611,10 +33447,10 @@ schemas: name: Name description: READ-ONLY protocol: {} - - schema: *ref_949 + - schema: *ref_942 readOnly: true serializedName: value - language: &ref_2568 + language: &ref_2561 default: name: value description: '' @@ -33654,7 +33490,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2569 + language: &ref_2562 default: name: passwords description: '' @@ -33681,7 +33517,7 @@ schemas: protocol: {} readOnly: true serializedName: containerRegistryCredentials - language: &ref_2571 + language: &ref_2564 default: name: containerRegistryCredentials description: '' @@ -33689,17 +33525,17 @@ schemas: name: ContainerRegistryCredentials description: READ-ONLY protocol: {} - - schema: &ref_954 + - schema: &ref_947 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_950 + - schema: *ref_943 readOnly: true serializedName: primaryAccessKey extensions: x-ms-secret: true - language: &ref_2572 + language: &ref_2565 default: name: primaryAccessKey description: '' @@ -33707,12 +33543,12 @@ schemas: name: PrimaryAccessKey description: READ-ONLY protocol: {} - - schema: *ref_951 + - schema: *ref_944 readOnly: true serializedName: secondaryAccessKey extensions: x-ms-secret: true - language: &ref_2573 + language: &ref_2566 default: name: secondaryAccessKey description: '' @@ -33737,7 +33573,7 @@ schemas: protocol: {} readOnly: true serializedName: notebookAccessKeys - language: &ref_2574 + language: &ref_2567 default: name: notebookAccessKeys description: '' @@ -33760,27 +33596,27 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_952 - - *ref_953 - - *ref_954 - - &ref_1425 + - *ref_945 + - *ref_946 + - *ref_947 + - &ref_1418 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1222 + - schema: &ref_1215 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_964 + elementType: &ref_957 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_955 + - schema: *ref_948 readOnly: true serializedName: id - language: &ref_2630 + language: &ref_2623 default: name: id description: Specifies the resource ID. @@ -33788,7 +33624,7 @@ schemas: name: ID description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_956 + - schema: *ref_949 readOnly: true serializedName: amlWorkspaceLocation language: @@ -33799,10 +33635,10 @@ schemas: name: AmlWorkspaceLocation description: READ-ONLY; Region of the AML workspace in the id. protocol: {} - - schema: *ref_957 + - schema: *ref_950 readOnly: true serializedName: type - language: &ref_2628 + language: &ref_2621 default: name: type description: Specifies the resource type. @@ -33810,10 +33646,10 @@ schemas: name: Type description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: *ref_958 + - schema: *ref_951 readOnly: true serializedName: unit - language: &ref_2632 + language: &ref_2625 default: name: unit description: An enum describing the unit of usage measurement. @@ -33821,10 +33657,10 @@ schemas: name: Unit description: READ-ONLY; An enum describing the unit of usage measurement. protocol: {} - - schema: *ref_959 + - schema: *ref_952 readOnly: true serializedName: currentValue - language: &ref_2629 + language: &ref_2622 default: name: currentValue description: The current usage of the resource. @@ -33832,10 +33668,10 @@ schemas: name: CurrentValue description: READ-ONLY; The current usage of the resource. protocol: {} - - schema: *ref_960 + - schema: *ref_953 readOnly: true serializedName: limit - language: &ref_2631 + language: &ref_2624 default: name: limit description: The maximum permitted usage of the resource. @@ -33843,15 +33679,15 @@ schemas: name: Limit description: READ-ONLY; The maximum permitted usage of the resource. protocol: {} - - schema: &ref_965 + - schema: &ref_958 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_961 + - schema: *ref_954 readOnly: true serializedName: value - language: &ref_2626 + language: &ref_2619 default: name: value description: The name of the resource. @@ -33859,10 +33695,10 @@ schemas: name: Value description: READ-ONLY; The name of the resource. protocol: {} - - schema: *ref_962 + - schema: *ref_955 readOnly: true serializedName: localizedValue - language: &ref_2625 + language: &ref_2618 default: name: localizedValue description: The localized name of the resource. @@ -33887,7 +33723,7 @@ schemas: protocol: {} readOnly: true serializedName: name - language: &ref_2627 + language: &ref_2620 default: name: name description: The name of the type of usage. @@ -33922,7 +33758,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_2633 + language: &ref_2626 default: name: value description: The list of AML resource usages. @@ -33931,7 +33767,7 @@ schemas: description: READ-ONLY; The list of AML resource usages. byValue: true protocol: {} - - schema: *ref_963 + - schema: *ref_956 readOnly: true serializedName: nextLink language: @@ -33958,26 +33794,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_964 - - *ref_965 - - &ref_1432 + - *ref_957 + - *ref_958 + - &ref_1425 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1225 + - schema: &ref_1218 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_981 + elementType: &ref_974 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_966 + - schema: *ref_959 readOnly: true serializedName: name - language: &ref_2638 + language: &ref_2631 default: name: name description: The name of the virtual machine size. @@ -33985,10 +33821,10 @@ schemas: name: Name description: READ-ONLY; The name of the virtual machine size. protocol: {} - - schema: *ref_967 + - schema: *ref_960 readOnly: true serializedName: family - language: &ref_2646 + language: &ref_2639 default: name: family description: The family name of the virtual machine size. @@ -33996,10 +33832,10 @@ schemas: name: Family description: READ-ONLY; The family name of the virtual machine size. protocol: {} - - schema: *ref_968 + - schema: *ref_961 readOnly: true serializedName: vCPUs - language: &ref_2654 + language: &ref_2647 default: name: vCPUs description: The number of vCPUs supported by the virtual machine size. @@ -34007,10 +33843,10 @@ schemas: name: VCPUs description: READ-ONLY; The number of vCPUs supported by the virtual machine size. protocol: {} - - schema: *ref_969 + - schema: *ref_962 readOnly: true serializedName: gpus - language: &ref_2647 + language: &ref_2640 default: name: gpus description: The number of gPUs supported by the virtual machine size. @@ -34018,10 +33854,10 @@ schemas: name: Gpus description: READ-ONLY; The number of gPUs supported by the virtual machine size. protocol: {} - - schema: *ref_970 + - schema: *ref_963 readOnly: true serializedName: osVhdSizeMB - language: &ref_2651 + language: &ref_2644 default: name: osVhdSizeMB description: The OS VHD disk size, in MB, allowed by the virtual machine size. @@ -34029,10 +33865,10 @@ schemas: name: OSVhdSizeMB description: READ-ONLY; The OS VHD disk size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_971 + - schema: *ref_964 readOnly: true serializedName: maxResourceVolumeMB - language: &ref_2649 + language: &ref_2642 default: name: maxResourceVolumeMB description: The resource volume size, in MB, allowed by the virtual machine size. @@ -34040,10 +33876,10 @@ schemas: name: MaxResourceVolumeMB description: READ-ONLY; The resource volume size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_972 + - schema: *ref_965 readOnly: true serializedName: memoryGB - language: &ref_2650 + language: &ref_2643 default: name: memoryGB description: The amount of memory, in GB, supported by the virtual machine size. @@ -34051,10 +33887,10 @@ schemas: name: MemoryGB description: READ-ONLY; The amount of memory, in GB, supported by the virtual machine size. protocol: {} - - schema: *ref_973 + - schema: *ref_966 readOnly: true serializedName: lowPriorityCapable - language: &ref_2648 + language: &ref_2641 default: name: lowPriorityCapable description: Specifies if the virtual machine size supports low priority VMs. @@ -34062,10 +33898,10 @@ schemas: name: LowPriorityCapable description: READ-ONLY; Specifies if the virtual machine size supports low priority VMs. protocol: {} - - schema: *ref_974 + - schema: *ref_967 readOnly: true serializedName: premiumIO - language: &ref_2652 + language: &ref_2645 default: name: premiumIO description: Specifies if the virtual machine size supports premium IO. @@ -34073,15 +33909,15 @@ schemas: name: PremiumIO description: READ-ONLY; Specifies if the virtual machine size supports premium IO. protocol: {} - - schema: &ref_982 + - schema: &ref_975 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_975 + - schema: *ref_968 required: true serializedName: billingCurrency - language: &ref_2639 + language: &ref_2632 default: name: billingCurrency description: 'Three lettered code specifying the currency of the VM price. Example: USD' @@ -34089,10 +33925,10 @@ schemas: name: BillingCurrency description: 'REQUIRED; Three lettered code specifying the currency of the VM price. Example: USD' protocol: {} - - schema: *ref_976 + - schema: *ref_969 required: true serializedName: unitOfMeasure - language: &ref_2640 + language: &ref_2633 default: name: unitOfMeasure description: 'The unit of time measurement for the specified VM price. Example: OneHour' @@ -34100,19 +33936,19 @@ schemas: name: UnitOfMeasure description: 'REQUIRED; The unit of time measurement for the specified VM price. Example: OneHour' protocol: {} - - schema: &ref_1223 + - schema: &ref_1216 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_983 + elementType: &ref_976 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_977 + - schema: *ref_970 required: true serializedName: retailPrice - language: &ref_2642 + language: &ref_2635 default: name: retailPrice description: The price charged for using the VM. @@ -34120,10 +33956,10 @@ schemas: name: RetailPrice description: REQUIRED; The price charged for using the VM. protocol: {} - - schema: *ref_978 + - schema: *ref_971 required: true serializedName: osType - language: &ref_2641 + language: &ref_2634 default: name: osType description: Operating system type used by the VM. @@ -34131,10 +33967,10 @@ schemas: name: OSType description: REQUIRED; Operating system type used by the VM. protocol: {} - - schema: *ref_979 + - schema: *ref_972 required: true serializedName: vmTier - language: &ref_2643 + language: &ref_2636 default: name: vmTier description: The type of the VM. @@ -34174,7 +34010,7 @@ schemas: serializedName: values extensions: x-ms-identifiers: [] - language: &ref_2644 + language: &ref_2637 default: name: values description: The list of estimated prices for using a VM of a particular OS type, tier, etc. @@ -34200,7 +34036,7 @@ schemas: namespace: '' protocol: {} serializedName: estimatedVMPrices - language: &ref_2645 + language: &ref_2638 default: name: estimatedVMPrices description: The estimated price information for using a VM. @@ -34208,11 +34044,11 @@ schemas: name: EstimatedVMPrices description: The estimated price information for using a VM. protocol: {} - - schema: &ref_1224 + - schema: &ref_1217 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_980 + elementType: *ref_973 summary: Supported Compute Types language: default: @@ -34225,7 +34061,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: supportedComputeTypes - language: &ref_2653 + language: &ref_2646 default: name: supportedComputeTypes description: Specifies the compute types supported by the virtual machine size. @@ -34267,7 +34103,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2655 + language: &ref_2648 default: name: value description: The list of virtual machine sizes supported by AmlCompute. @@ -34292,26 +34128,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_981 - - *ref_982 - - *ref_983 - - &ref_1438 + - *ref_974 + - *ref_975 + - *ref_976 + - &ref_1431 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1226 + - schema: &ref_1219 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_989 + elementType: &ref_982 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_984 + - schema: *ref_977 serializedName: id - language: &ref_2659 + language: &ref_2652 default: name: id description: Specifies the resource ID. @@ -34319,9 +34155,9 @@ schemas: name: ID description: Specifies the resource ID. protocol: {} - - schema: *ref_985 + - schema: *ref_978 serializedName: type - language: &ref_2658 + language: &ref_2651 default: name: type description: Specifies the resource type. @@ -34329,9 +34165,9 @@ schemas: name: Type description: Specifies the resource type. protocol: {} - - schema: *ref_986 + - schema: *ref_979 serializedName: limit - language: &ref_2660 + language: &ref_2653 default: name: limit description: The maximum permitted quota of the resource. @@ -34339,9 +34175,9 @@ schemas: name: Limit description: The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_980 serializedName: unit - language: &ref_2661 + language: &ref_2654 default: name: unit description: An enum describing the unit of quota measurement. @@ -34375,7 +34211,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2662 + language: &ref_2655 default: name: value description: The list for update quota. @@ -34384,7 +34220,7 @@ schemas: description: The list for update quota. byValue: true protocol: {} - - schema: *ref_988 + - schema: *ref_981 serializedName: location language: default: @@ -34410,25 +34246,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_989 - - &ref_1442 + - *ref_982 + - &ref_1435 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1227 + - schema: &ref_1220 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_995 + elementType: &ref_988 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_990 + - schema: *ref_983 readOnly: true serializedName: id - language: &ref_2667 + language: &ref_2660 default: name: id description: Specifies the resource ID. @@ -34436,10 +34272,10 @@ schemas: name: ID description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_991 + - schema: *ref_984 readOnly: true serializedName: type - language: &ref_2666 + language: &ref_2659 default: name: type description: Specifies the resource type. @@ -34447,9 +34283,9 @@ schemas: name: Type description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: *ref_992 + - schema: *ref_985 serializedName: limit - language: &ref_2668 + language: &ref_2661 default: name: limit description: The maximum permitted quota of the resource. @@ -34457,10 +34293,10 @@ schemas: name: Limit description: The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_980 readOnly: true serializedName: unit - language: &ref_2670 + language: &ref_2663 default: name: unit description: An enum describing the unit of quota measurement. @@ -34468,10 +34304,10 @@ schemas: name: Unit description: READ-ONLY; An enum describing the unit of quota measurement. protocol: {} - - schema: *ref_993 + - schema: *ref_986 readOnly: false serializedName: status - language: &ref_2669 + language: &ref_2662 default: name: status description: Status of update workspace quota. @@ -34506,7 +34342,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_2671 + language: &ref_2664 default: name: value description: The list of workspace quota update result. @@ -34515,7 +34351,7 @@ schemas: description: READ-ONLY; The list of workspace quota update result. byValue: true protocol: {} - - schema: *ref_994 + - schema: *ref_987 readOnly: true serializedName: nextLink language: @@ -34542,25 +34378,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_995 - - &ref_1449 + - *ref_988 + - &ref_1442 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1228 + - schema: &ref_1221 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1003 + elementType: &ref_996 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_996 + - schema: *ref_989 readOnly: true serializedName: id - language: &ref_2679 + language: &ref_2672 default: name: id description: Specifies the resource ID. @@ -34568,7 +34404,7 @@ schemas: name: ID description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_997 + - schema: *ref_990 readOnly: true serializedName: amlWorkspaceLocation language: @@ -34579,10 +34415,10 @@ schemas: name: AmlWorkspaceLocation description: READ-ONLY; Region of the AML workspace in the id. protocol: {} - - schema: *ref_998 + - schema: *ref_991 readOnly: true serializedName: type - language: &ref_2678 + language: &ref_2671 default: name: type description: Specifies the resource type. @@ -34590,15 +34426,15 @@ schemas: name: Type description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: &ref_1004 + - schema: &ref_997 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_999 + - schema: *ref_992 readOnly: true serializedName: value - language: &ref_2676 + language: &ref_2669 default: name: value description: The name of the resource. @@ -34606,10 +34442,10 @@ schemas: name: Value description: READ-ONLY; The name of the resource. protocol: {} - - schema: *ref_1000 + - schema: *ref_993 readOnly: true serializedName: localizedValue - language: &ref_2675 + language: &ref_2668 default: name: localizedValue description: The localized name of the resource. @@ -34634,7 +34470,7 @@ schemas: protocol: {} readOnly: true serializedName: name - language: &ref_2677 + language: &ref_2670 default: name: name description: Name of the resource. @@ -34642,10 +34478,10 @@ schemas: name: Name description: READ-ONLY; Name of the resource. protocol: {} - - schema: *ref_1001 + - schema: *ref_994 readOnly: true serializedName: limit - language: &ref_2680 + language: &ref_2673 default: name: limit description: The maximum permitted quota of the resource. @@ -34653,10 +34489,10 @@ schemas: name: Limit description: READ-ONLY; The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_980 readOnly: true serializedName: unit - language: &ref_2681 + language: &ref_2674 default: name: unit description: An enum describing the unit of quota measurement. @@ -34691,7 +34527,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_2682 + language: &ref_2675 default: name: value description: The list of Workspace Quotas by VM Family @@ -34700,7 +34536,7 @@ schemas: description: READ-ONLY; The list of Workspace Quotas by VM Family byValue: true protocol: {} - - schema: *ref_1002 + - schema: *ref_995 readOnly: true serializedName: nextLink language: @@ -34727,18 +34563,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1003 - - *ref_1004 - - &ref_1460 + - *ref_996 + - *ref_997 + - &ref_1453 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1230 + - schema: &ref_1223 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_90 + elementType: *ref_88 language: default: name: PaginatedComputeResourcesListValue @@ -34750,7 +34586,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2699 + language: &ref_2692 default: name: value description: An array of Machine Learning compute objects wrapped in ARM resource envelope. @@ -34759,9 +34595,9 @@ schemas: description: An array of Machine Learning compute objects wrapped in ARM resource envelope. byValue: true protocol: {} - - schema: *ref_1005 + - schema: *ref_998 serializedName: nextLink - language: &ref_2688 + language: &ref_2681 default: name: nextLink description: A continuation link (absolute URI) to the next page of results in the list. @@ -34785,27 +34621,27 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_90 - - *ref_275 - - *ref_93 - - &ref_1485 + - *ref_88 + - *ref_269 + - *ref_91 + - &ref_1478 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1007 + - schema: &ref_1000 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1008 + - schema: &ref_1001 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1006 + - schema: *ref_999 serializedName: scaleSettings - language: &ref_2796 + language: &ref_2789 default: name: scaleSettings description: scale settings for AML Compute @@ -34829,7 +34665,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2797 + language: &ref_2790 default: name: properties description: Properties of ClusterUpdate @@ -34855,7 +34691,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2798 + language: &ref_2791 default: name: properties description: The properties of the amlCompute. @@ -34879,27 +34715,27 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1007 - - *ref_1008 - - *ref_1006 - - &ref_1513 + - *ref_1000 + - *ref_1001 + - *ref_999 + - &ref_1506 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1231 + - schema: &ref_1224 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1016 + elementType: &ref_1009 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1009 + - schema: *ref_1002 readOnly: true serializedName: nodeId - language: &ref_2814 + language: &ref_2807 default: name: nodeId description: ID of the compute node. @@ -34907,10 +34743,10 @@ schemas: name: NodeID description: READ-ONLY; ID of the compute node. protocol: {} - - schema: *ref_1010 + - schema: *ref_1003 readOnly: true serializedName: privateIpAddress - language: &ref_2817 + language: &ref_2810 default: name: privateIpAddress description: Private IP address of the compute node. @@ -34918,10 +34754,10 @@ schemas: name: PrivateIPAddress description: READ-ONLY; Private IP address of the compute node. protocol: {} - - schema: *ref_1011 + - schema: *ref_1004 readOnly: true serializedName: publicIpAddress - language: &ref_2818 + language: &ref_2811 default: name: publicIpAddress description: Public IP address of the compute node. @@ -34929,10 +34765,10 @@ schemas: name: PublicIPAddress description: READ-ONLY; Public IP address of the compute node. protocol: {} - - schema: *ref_1012 + - schema: *ref_1005 readOnly: true serializedName: port - language: &ref_2816 + language: &ref_2809 default: name: port description: SSH port number of the node. @@ -34940,10 +34776,10 @@ schemas: name: Port description: READ-ONLY; SSH port number of the node. protocol: {} - - schema: *ref_1013 + - schema: *ref_1006 readOnly: true serializedName: nodeState - language: &ref_2815 + language: &ref_2808 default: name: nodeState description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. @@ -34951,10 +34787,10 @@ schemas: name: NodeState description: READ-ONLY; State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. protocol: {} - - schema: *ref_1014 + - schema: *ref_1007 readOnly: true serializedName: runId - language: &ref_2819 + language: &ref_2812 default: name: runId description: ID of the Experiment running on the node, if any else null. @@ -34995,7 +34831,7 @@ schemas: extensions: x-ms-identifiers: - nodeId - language: &ref_2820 + language: &ref_2813 default: name: nodes description: The collection of returned AmlCompute nodes details. @@ -35004,10 +34840,10 @@ schemas: description: READ-ONLY; The collection of returned AmlCompute nodes details. byValue: true protocol: {} - - schema: *ref_1015 + - schema: *ref_1008 readOnly: true serializedName: nextLink - language: &ref_2813 + language: &ref_2806 default: name: nextLink description: The continuation token. @@ -35031,16 +34867,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1016 - - &ref_1385 + - *ref_1009 + - &ref_1378 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1017 + - schema: *ref_1010 readOnly: true serializedName: notebookResourceId - language: &ref_2588 + language: &ref_2581 default: name: notebookResourceId description: '' @@ -35048,10 +34884,10 @@ schemas: name: NotebookResourceID description: READ-ONLY protocol: {} - - schema: *ref_1018 + - schema: *ref_1011 readOnly: true serializedName: hostName - language: &ref_2587 + language: &ref_2580 default: name: hostName description: '' @@ -35059,10 +34895,10 @@ schemas: name: HostName description: READ-ONLY protocol: {} - - schema: *ref_1019 + - schema: *ref_1012 readOnly: true serializedName: publicDns - language: &ref_2589 + language: &ref_2582 default: name: publicDns description: '' @@ -35070,7 +34906,7 @@ schemas: name: PublicDNS description: READ-ONLY protocol: {} - - schema: *ref_1020 + - schema: *ref_1013 readOnly: true serializedName: accessToken extensions: @@ -35083,10 +34919,10 @@ schemas: name: AccessToken description: READ-ONLY protocol: {} - - schema: *ref_1021 + - schema: *ref_1014 readOnly: true serializedName: tokenType - language: &ref_2591 + language: &ref_2584 default: name: tokenType description: '' @@ -35094,10 +34930,10 @@ schemas: name: TokenType description: READ-ONLY protocol: {} - - schema: *ref_1022 + - schema: *ref_1015 readOnly: true serializedName: expiresIn - language: &ref_2586 + language: &ref_2579 default: name: expiresIn description: '' @@ -35105,7 +34941,7 @@ schemas: name: ExpiresIn description: READ-ONLY protocol: {} - - schema: *ref_1023 + - schema: *ref_1016 readOnly: true serializedName: refreshToken extensions: @@ -35118,10 +34954,10 @@ schemas: name: RefreshToken description: READ-ONLY protocol: {} - - schema: *ref_1024 + - schema: *ref_1017 readOnly: true serializedName: scope - language: &ref_2590 + language: &ref_2583 default: name: scope description: '' @@ -35144,33 +34980,33 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1025 + - &ref_1018 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_1524 + children: &ref_1517 all: - - &ref_1026 + - &ref_1019 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeAKS parents: all: - - *ref_1025 - - &ref_1030 + - *ref_1018 + - &ref_1023 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1026 + - *ref_1019 immediate: - - *ref_1026 + - *ref_1019 properties: - - schema: *ref_1027 + - schema: *ref_1020 serializedName: userKubeConfig - language: &ref_2828 + language: &ref_2821 default: name: userKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. @@ -35178,9 +35014,9 @@ schemas: name: UserKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - schema: *ref_1028 + - schema: *ref_1021 serializedName: adminKubeConfig - language: &ref_2826 + language: &ref_2819 default: name: adminKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. @@ -35188,9 +35024,9 @@ schemas: name: AdminKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - schema: *ref_1029 + - schema: *ref_1022 serializedName: imagePullSecretName - language: &ref_2827 + language: &ref_2820 default: name: imagePullSecretName description: Image registry pull secret. @@ -35202,7 +35038,7 @@ schemas: - json usage: - output - language: &ref_2829 + language: &ref_2822 default: name: AksComputeSecretsProperties description: Properties of AksComputeSecrets @@ -35214,8 +35050,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1030 + - *ref_1018 + - *ref_1023 serializationFormats: - json usage: @@ -35233,25 +35069,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1031 + - &ref_1024 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeVirtualMachine parents: all: - - *ref_1025 - - &ref_1032 + - *ref_1018 + - &ref_1025 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1031 + - *ref_1024 immediate: - - *ref_1031 + - *ref_1024 properties: - - schema: *ref_236 + - schema: *ref_232 serializedName: administratorAccount language: default: @@ -35277,8 +35113,8 @@ schemas: namespace: '' protocol: {} immediate: + - *ref_1018 - *ref_1025 - - *ref_1032 serializationFormats: - json usage: @@ -35296,25 +35132,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1033 + - &ref_1026 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeDatabricks parents: all: - - *ref_1025 - - &ref_1035 + - *ref_1018 + - &ref_1028 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1033 + - *ref_1026 immediate: - - *ref_1033 + - *ref_1026 properties: - - schema: *ref_1034 + - schema: *ref_1027 serializedName: databricksAccessToken language: default: @@ -35340,8 +35176,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1035 + - *ref_1018 + - *ref_1028 serializationFormats: - json usage: @@ -35360,24 +35196,24 @@ schemas: namespace: '' protocol: {} immediate: + - *ref_1019 + - *ref_1024 - *ref_1026 - - *ref_1031 - - *ref_1033 - discriminator: &ref_1525 + discriminator: &ref_1518 all: - AKS: *ref_1026 - Databricks: *ref_1033 - VirtualMachine: *ref_1031 + AKS: *ref_1019 + Databricks: *ref_1026 + VirtualMachine: *ref_1024 immediate: - AKS: *ref_1026 - Databricks: *ref_1033 - VirtualMachine: *ref_1031 - property: &ref_1036 - schema: *ref_242 + AKS: *ref_1019 + Databricks: *ref_1026 + VirtualMachine: *ref_1024 + property: &ref_1029 + schema: *ref_237 isDiscriminator: true required: true serializedName: computeType - language: &ref_2830 + language: &ref_2823 default: name: computeType description: The type of compute @@ -35386,12 +35222,12 @@ schemas: description: REQUIRED; The type of compute protocol: {} properties: - - *ref_1036 + - *ref_1029 serializationFormats: - json usage: - output - language: &ref_2831 + language: &ref_2824 default: name: ComputeSecrets description: Secrets related to a Machine Learning compute. Might differ for every type of compute. @@ -35409,16 +35245,16 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - &ref_1556 + - &ref_1549 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1232 + - schema: &ref_1225 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_846 + elementType: *ref_840 language: default: name: PrivateEndpointConnectionListResultValue @@ -35430,7 +35266,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2849 + language: &ref_2842 default: name: value description: Array of private endpoint connections @@ -35455,16 +35291,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1588 + - &ref_1581 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1235 + - schema: &ref_1228 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_847 + elementType: *ref_841 language: default: name: PrivateLinkResourceListResultValue @@ -35476,7 +35312,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2873 + language: &ref_2866 default: name: value description: Array of private link resources @@ -35501,19 +35337,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_847 - - *ref_1037 - - &ref_1402 + - *ref_841 + - *ref_1030 + - &ref_1395 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1038 + - schema: *ref_1031 readOnly: true serializedName: userStorageKey extensions: x-ms-secret: true - language: &ref_2605 + language: &ref_2598 default: name: userStorageKey description: '' @@ -35536,16 +35372,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1601 + - &ref_1594 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1236 + - schema: &ref_1229 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_848 + elementType: *ref_842 language: default: name: PaginatedWorkspaceConnectionsListValue @@ -35557,7 +35393,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2886 + language: &ref_2879 default: name: value description: An array of Workspace connection objects. @@ -35566,7 +35402,7 @@ schemas: description: An array of Workspace connection objects. byValue: true protocol: {} - - schema: *ref_1039 + - schema: *ref_1032 serializedName: nextLink language: default: @@ -35592,30 +35428,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_848 - - *ref_1040 - - &ref_1417 + - *ref_842 + - *ref_1033 + - &ref_1410 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1239 + - schema: &ref_1232 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1044 + elementType: &ref_1037 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1045 + - schema: &ref_1038 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1041 + - schema: *ref_1034 serializedName: category - language: &ref_2614 + language: &ref_2607 default: name: category description: '' @@ -35623,18 +35459,18 @@ schemas: name: Category description: '' protocol: {} - - schema: &ref_1238 + - schema: &ref_1231 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1046 + elementType: &ref_1039 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1042 + - schema: *ref_1035 serializedName: domainName - language: &ref_2615 + language: &ref_2608 default: name: domainName description: '' @@ -35642,18 +35478,18 @@ schemas: name: DomainName description: '' protocol: {} - - schema: &ref_1237 + - schema: &ref_1230 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1047 + elementType: &ref_1040 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1043 + - schema: *ref_1036 serializedName: port - language: &ref_2616 + language: &ref_2609 default: name: port description: '' @@ -35693,7 +35529,7 @@ schemas: extensions: x-ms-identifiers: - port - language: &ref_2617 + language: &ref_2610 default: name: endpointDetails description: '' @@ -35735,7 +35571,7 @@ schemas: extensions: x-ms-identifiers: - domainName - language: &ref_2618 + language: &ref_2611 default: name: endpoints description: '' @@ -35761,7 +35597,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2619 + language: &ref_2612 default: name: properties description: '' @@ -35801,7 +35637,7 @@ schemas: extensions: x-ms-identifiers: - /properties/category - language: &ref_2620 + language: &ref_2613 default: name: value description: '' @@ -35826,18 +35662,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1044 - - *ref_1045 - - *ref_1046 - - *ref_1047 - - &ref_1636 + - *ref_1037 + - *ref_1038 + - *ref_1039 + - *ref_1040 + - &ref_1629 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1048 + - schema: *ref_1041 serializedName: nextLink - language: &ref_2908 + language: &ref_2901 default: name: nextLink description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. @@ -35845,11 +35681,11 @@ schemas: name: NextLink description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1240 + - schema: &ref_1233 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_386 + elementType: *ref_380 language: default: name: BatchEndpointTrackedResourceArmPaginatedResultValue @@ -35861,7 +35697,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2936 + language: &ref_2929 default: name: value description: An array of objects of type BatchEndpoint. @@ -35886,25 +35722,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_386 - - *ref_292 - - *ref_1049 - - *ref_293 - - *ref_1050 - - *ref_290 - - &ref_1659 + - *ref_380 + - *ref_286 + - *ref_1042 + - *ref_287 + - *ref_1043 + - *ref_284 + - &ref_1652 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1059 + - schema: &ref_1052 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_80 + - schema: *ref_78 serializedName: type - language: &ref_2952 + language: &ref_2945 default: name: type description: Managed service identity (system assigned and/or user assigned identities) @@ -35912,12 +35748,9 @@ schemas: name: Type description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1051 + - schema: *ref_1044 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2954 + language: &ref_2947 default: name: userAssignedIdentities description: >- @@ -35948,7 +35781,7 @@ schemas: namespace: '' protocol: {} serializedName: identity - language: &ref_2955 + language: &ref_2948 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -35956,9 +35789,9 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1052 + - schema: *ref_1045 serializedName: kind - language: &ref_2956 + language: &ref_2949 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -35966,9 +35799,9 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1053 + - schema: *ref_1046 serializedName: location - language: &ref_2957 + language: &ref_2950 default: name: location description: The geo-location where the resource lives. @@ -35976,17 +35809,17 @@ schemas: name: Location description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1060 + - schema: &ref_1053 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1049 + - schema: *ref_1042 nullable: true serializedName: defaults extensions: x-nullable: true - language: &ref_2958 + language: &ref_2951 default: name: defaults description: Default values for Batch Endpoint @@ -36010,7 +35843,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2959 + language: &ref_2952 default: name: properties description: Additional attributes of the entity. @@ -36018,14 +35851,14 @@ schemas: name: Properties description: Additional attributes of the entity. protocol: {} - - schema: &ref_1061 + - schema: &ref_1054 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1054 + - schema: *ref_1047 serializedName: capacity - language: &ref_2961 + language: &ref_2954 default: name: capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. @@ -36033,9 +35866,9 @@ schemas: name: Capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - schema: *ref_1055 + - schema: *ref_1048 serializedName: family - language: &ref_2962 + language: &ref_2955 default: name: family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. @@ -36043,9 +35876,9 @@ schemas: name: Family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - schema: *ref_1056 + - schema: *ref_1049 serializedName: name - language: &ref_2960 + language: &ref_2953 default: name: name description: The name of the SKU. Ex - P3. It is typically a letter+number code. @@ -36053,9 +35886,9 @@ schemas: name: Name description: The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - schema: *ref_1057 + - schema: *ref_1050 serializedName: size - language: &ref_2963 + language: &ref_2956 default: name: size description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. @@ -36063,9 +35896,9 @@ schemas: name: Size description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - schema: *ref_85 + - schema: *ref_83 serializedName: tier - language: &ref_2964 + language: &ref_2957 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. @@ -36089,7 +35922,7 @@ schemas: namespace: '' protocol: {} serializedName: sku - language: &ref_2965 + language: &ref_2958 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -36097,12 +35930,9 @@ schemas: name: SKU description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1058 + - schema: *ref_1051 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2966 + language: &ref_2959 default: name: tags description: Resource tags. @@ -36128,17 +35958,17 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1059 - - *ref_1060 - - *ref_1061 - - &ref_1705 + - *ref_1052 + - *ref_1053 + - *ref_1054 + - &ref_1698 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1062 + - schema: *ref_1055 serializedName: nextLink - language: &ref_2996 + language: &ref_2989 default: name: nextLink description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. @@ -36146,11 +35976,11 @@ schemas: name: NextLink description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1241 + - schema: &ref_1234 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_387 + elementType: *ref_381 language: default: name: BatchDeploymentTrackedResourceArmPaginatedResultValue @@ -36162,7 +35992,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3029 + language: &ref_3022 default: name: value description: An array of objects of type BatchDeployment. @@ -36187,21 +36017,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_387 - - *ref_309 - - *ref_361 - - *ref_501 - - *ref_1063 - - *ref_311 - - *ref_1064 - - &ref_1729 + - *ref_381 + - *ref_303 + - *ref_355 + - *ref_495 + - *ref_1056 + - *ref_305 + - *ref_1057 + - &ref_1722 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_1052 serializedName: identity - language: &ref_3050 + language: &ref_3043 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -36209,9 +36039,9 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1065 + - schema: *ref_1058 serializedName: kind - language: &ref_3051 + language: &ref_3044 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -36219,9 +36049,9 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1066 + - schema: *ref_1059 serializedName: location - language: &ref_3052 + language: &ref_3045 default: name: location description: The geo-location where the resource lives. @@ -36229,24 +36059,24 @@ schemas: name: Location description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1094 + - schema: &ref_1087 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1095 + - schema: &ref_1088 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1067 + - schema: *ref_1060 nullable: true serializedName: codeId extensions: x-ms-mutability: - create - read - language: &ref_3054 + language: &ref_3047 default: name: codeId description: ARM resource ID of the code asset. @@ -36254,13 +36084,13 @@ schemas: name: CodeID description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_1068 + - schema: *ref_1061 serializedName: scoringScript extensions: x-ms-mutability: - create - read - language: &ref_3055 + language: &ref_3048 default: name: scoringScript description: The script to execute on startup. eg. "score.py" @@ -36287,7 +36117,7 @@ schemas: serializedName: codeConfiguration extensions: x-nullable: true - language: &ref_3056 + language: &ref_3049 default: name: codeConfiguration description: Code configuration for the endpoint deployment. @@ -36295,10 +36125,10 @@ schemas: name: CodeConfiguration description: Code configuration for the endpoint deployment. protocol: {} - - schema: *ref_1069 + - schema: *ref_1062 nullable: true serializedName: compute - language: &ref_3057 + language: &ref_3050 default: name: compute description: Compute binding definition. @@ -36306,10 +36136,10 @@ schemas: name: Compute description: Compute binding definition. protocol: {} - - schema: *ref_1070 + - schema: *ref_1063 nullable: true serializedName: description - language: &ref_3053 + language: &ref_3046 default: name: description description: Description of the endpoint deployment. @@ -36317,10 +36147,10 @@ schemas: name: Description description: Description of the endpoint deployment. protocol: {} - - schema: *ref_1071 + - schema: *ref_1064 nullable: true serializedName: environmentId - language: &ref_3058 + language: &ref_3051 default: name: environmentId description: ARM resource ID of the environment specification for the endpoint deployment. @@ -36328,13 +36158,10 @@ schemas: name: EnvironmentID description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - schema: *ref_1072 + - schema: *ref_1065 nullable: true serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3059 + language: &ref_3052 default: name: environmentVariables description: Environment variables configuration for the deployment. @@ -36343,9 +36170,9 @@ schemas: description: Environment variables configuration for the deployment. byValue: true protocol: {} - - schema: *ref_1073 + - schema: *ref_1066 serializedName: errorThreshold - language: &ref_3060 + language: &ref_3053 default: name: errorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." @@ -36355,9 +36182,9 @@ schemas: Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored. protocol: {} - - schema: *ref_356 + - schema: *ref_350 serializedName: loggingLevel - language: &ref_3061 + language: &ref_3054 default: name: loggingLevel description: Logging level for batch inference operation. @@ -36365,9 +36192,9 @@ schemas: name: LoggingLevel description: Logging level for batch inference operation. protocol: {} - - schema: *ref_1074 + - schema: *ref_1067 serializedName: maxConcurrencyPerInstance - language: &ref_3062 + language: &ref_3055 default: name: maxConcurrencyPerInstance description: Indicates number of processes per instance @@ -36375,9 +36202,9 @@ schemas: name: MaxConcurrencyPerInstance description: Indicates number of processes per instance protocol: {} - - schema: *ref_1075 + - schema: *ref_1068 serializedName: miniBatchSize - language: &ref_3063 + language: &ref_3056 default: name: miniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." @@ -36387,37 +36214,37 @@ schemas: protocol: {} - schema: type: object - children: &ref_1076 + children: &ref_1069 all: - - &ref_1077 + - &ref_1070 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeDataPath parents: all: - - &ref_1078 + - &ref_1071 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_1076 - discriminator: &ref_1087 + children: *ref_1069 + discriminator: &ref_1080 all: - DataPath: *ref_1077 - Id: &ref_1082 + DataPath: *ref_1070 + Id: &ref_1075 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeID parents: all: - - *ref_1078 + - *ref_1071 immediate: - - *ref_1078 + - *ref_1071 properties: - - schema: *ref_1079 + - schema: *ref_1072 serializedName: assetId - language: &ref_3066 + language: &ref_3059 default: name: assetId description: ARM resource ID of the asset. @@ -36442,18 +36269,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - OutputPath: &ref_1083 + OutputPath: &ref_1076 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeOutputPath parents: all: - - *ref_1078 + - *ref_1071 immediate: - - *ref_1078 + - *ref_1071 properties: - - schema: *ref_1080 + - schema: *ref_1073 nullable: true serializedName: jobId language: @@ -36464,7 +36291,7 @@ schemas: name: JobID description: ARM resource ID of the job. protocol: {} - - schema: *ref_1081 + - schema: *ref_1074 nullable: true serializedName: path language: @@ -36493,15 +36320,15 @@ schemas: namespace: '' protocol: {} immediate: - DataPath: *ref_1077 - Id: *ref_1082 - OutputPath: *ref_1083 - property: &ref_1084 - schema: *ref_367 + DataPath: *ref_1070 + Id: *ref_1075 + OutputPath: *ref_1076 + property: &ref_1077 + schema: *ref_361 isDiscriminator: true required: true serializedName: referenceType - language: &ref_3064 + language: &ref_3057 default: name: referenceType description: '[Required] Specifies the type of asset reference.' @@ -36510,12 +36337,12 @@ schemas: description: REQUIRED; [Required] Specifies the type of asset reference. protocol: {} properties: - - *ref_1084 + - *ref_1077 serializationFormats: - json usage: - input - language: &ref_3065 + language: &ref_3058 default: name: PartialAssetReferenceBase description: Base definition for asset references. @@ -36534,9 +36361,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_1078 + - *ref_1071 properties: - - schema: *ref_1085 + - schema: *ref_1078 nullable: true serializedName: datastoreId language: @@ -36547,7 +36374,7 @@ schemas: name: DatastoreID description: ARM resource ID of the datastore where the asset is located. protocol: {} - - schema: *ref_1086 + - schema: *ref_1079 nullable: true serializedName: path language: @@ -36575,25 +36402,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1082 - - *ref_1083 + - *ref_1075 + - *ref_1076 immediate: - - *ref_1077 - - *ref_1082 - - *ref_1083 - discriminator: *ref_1087 + - *ref_1070 + - *ref_1075 + - *ref_1076 + discriminator: *ref_1080 language: - default: &ref_1088 + default: &ref_1081 name: PartialAssetReferenceBaseClassification description: discriminated type discriminatorInterface: PartialAssetReferenceBaseClassification - go: *ref_1088 + go: *ref_1081 protocol: {} nullable: true serializedName: model extensions: x-nullable: true - language: &ref_3067 + language: &ref_3060 default: name: model description: Reference to the model asset for the endpoint deployment. @@ -36602,9 +36429,9 @@ schemas: description: Reference to the model asset for the endpoint deployment. byValue: true protocol: {} - - schema: *ref_373 + - schema: *ref_367 serializedName: outputAction - language: &ref_3068 + language: &ref_3061 default: name: outputAction description: Indicates how the output will be organized. @@ -36612,10 +36439,10 @@ schemas: name: OutputAction description: Indicates how the output will be organized. protocol: {} - - schema: *ref_1089 + - schema: *ref_1082 nullable: true serializedName: outputFileName - language: &ref_3069 + language: &ref_3062 default: name: outputFileName description: Customized output file name for append_row output action. @@ -36623,13 +36450,10 @@ schemas: name: OutputFileName description: Customized output file name for append_row output action. protocol: {} - - schema: *ref_1090 + - schema: *ref_1083 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3070 + language: &ref_3063 default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. @@ -36638,14 +36462,14 @@ schemas: description: Property dictionary. Properties can be added, but not removed or altered. byValue: true protocol: {} - - schema: &ref_1096 + - schema: &ref_1089 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1091 + - schema: *ref_1084 serializedName: maxRetries - language: &ref_3071 + language: &ref_3064 default: name: maxRetries description: Maximum retry count for a mini-batch @@ -36653,9 +36477,9 @@ schemas: name: MaxRetries description: Maximum retry count for a mini-batch protocol: {} - - schema: *ref_1092 + - schema: *ref_1085 serializedName: timeout - language: &ref_3072 + language: &ref_3065 default: name: timeout description: Invocation timeout for a mini-batch, in ISO 8601 format. @@ -36682,7 +36506,7 @@ schemas: serializedName: retrySettings extensions: x-nullable: true - language: &ref_3073 + language: &ref_3066 default: name: retrySettings description: Retry Settings for the batch inference operation. @@ -36707,7 +36531,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_3074 + language: &ref_3067 default: name: properties description: Additional attributes of the entity. @@ -36715,9 +36539,9 @@ schemas: name: Properties description: Additional attributes of the entity. protocol: {} - - schema: *ref_1061 + - schema: *ref_1054 serializedName: sku - language: &ref_3075 + language: &ref_3068 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -36725,12 +36549,9 @@ schemas: name: SKU description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1093 + - schema: *ref_1086 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3076 + language: &ref_3069 default: name: tags description: Resource tags. @@ -36756,18 +36577,18 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1094 - - *ref_1095 - - *ref_1078 - - *ref_1096 - - &ref_1765 + - *ref_1087 + - *ref_1088 + - *ref_1071 + - *ref_1089 + - &ref_1758 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1097 + - schema: *ref_1090 serializedName: nextLink - language: &ref_3099 + language: &ref_3092 default: name: nextLink description: The link to the next page of CodeContainer objects. If null, there are no additional pages. @@ -36775,11 +36596,11 @@ schemas: name: NextLink description: The link to the next page of CodeContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1242 + - schema: &ref_1235 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_849 + elementType: *ref_843 language: default: name: CodeContainerResourceArmPaginatedResultValue @@ -36791,7 +36612,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3105 + language: &ref_3098 default: name: value description: An array of objects of type CodeContainer. @@ -36816,18 +36637,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_849 - - *ref_392 - - *ref_393 - - *ref_395 - - &ref_1803 + - *ref_843 + - *ref_386 + - *ref_387 + - *ref_389 + - &ref_1796 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1098 + - schema: *ref_1091 serializedName: nextLink - language: &ref_3130 + language: &ref_3123 default: name: nextLink description: The link to the next page of CodeVersion objects. If null, there are no additional pages. @@ -36835,11 +36656,11 @@ schemas: name: NextLink description: The link to the next page of CodeVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1243 + - schema: &ref_1236 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_850 + elementType: *ref_844 language: default: name: CodeVersionResourceArmPaginatedResultValue @@ -36851,7 +36672,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3136 + language: &ref_3129 default: name: value description: An array of objects of type CodeVersion. @@ -36876,17 +36697,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_850 - - *ref_418 - - *ref_394 - - &ref_1842 + - *ref_844 + - *ref_412 + - *ref_388 + - &ref_1835 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1099 + - schema: *ref_1092 serializedName: nextLink - language: &ref_3165 + language: &ref_3158 default: name: nextLink description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. @@ -36894,11 +36715,11 @@ schemas: name: NextLink description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1244 + - schema: &ref_1237 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_851 + elementType: *ref_845 language: default: name: ComponentContainerResourceArmPaginatedResultValue @@ -36910,7 +36731,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3167 + language: &ref_3160 default: name: value description: An array of objects of type ComponentContainer. @@ -36935,16 +36756,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_851 - - *ref_425 - - &ref_1880 + - *ref_845 + - *ref_419 + - &ref_1873 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1100 + - schema: *ref_1093 serializedName: nextLink - language: &ref_3196 + language: &ref_3189 default: name: nextLink description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. @@ -36952,11 +36773,11 @@ schemas: name: NextLink description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1245 + - schema: &ref_1238 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_852 + elementType: *ref_846 language: default: name: ComponentVersionResourceArmPaginatedResultValue @@ -36968,7 +36789,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3200 + language: &ref_3193 default: name: value description: An array of objects of type ComponentVersion. @@ -36993,16 +36814,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_852 - - *ref_419 - - &ref_1918 + - *ref_846 + - *ref_413 + - &ref_1911 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1101 + - schema: *ref_1094 serializedName: nextLink - language: &ref_3233 + language: &ref_3226 default: name: nextLink description: The link to the next page of DataContainer objects. If null, there are no additional pages. @@ -37010,11 +36831,11 @@ schemas: name: NextLink description: The link to the next page of DataContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1246 + - schema: &ref_1239 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_853 + elementType: *ref_847 language: default: name: DataContainerResourceArmPaginatedResultValue @@ -37026,7 +36847,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3236 + language: &ref_3229 default: name: value description: An array of objects of type DataContainer. @@ -37051,16 +36872,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_853 - - *ref_828 - - &ref_1957 + - *ref_847 + - *ref_822 + - &ref_1950 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1102 + - schema: *ref_1095 serializedName: nextLink - language: &ref_3262 + language: &ref_3255 default: name: nextLink description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. @@ -37068,11 +36889,11 @@ schemas: name: NextLink description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1247 + - schema: &ref_1240 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_854 + elementType: *ref_848 language: default: name: DataVersionBaseResourceArmPaginatedResultValue @@ -37084,7 +36905,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3267 + language: &ref_3260 default: name: value description: An array of objects of type DataVersionBase. @@ -37109,16 +36930,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_854 - - *ref_397 - - &ref_2004 + - *ref_848 + - *ref_391 + - &ref_1997 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1103 + - schema: *ref_1096 serializedName: nextLink - language: &ref_3302 + language: &ref_3295 default: name: nextLink description: The link to the next page of Datastore objects. If null, there are no additional pages. @@ -37126,11 +36947,11 @@ schemas: name: NextLink description: The link to the next page of Datastore objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1249 + - schema: &ref_1242 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_855 + elementType: *ref_849 language: default: name: DatastoreResourceArmPaginatedResultValue @@ -37142,7 +36963,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3314 + language: &ref_3307 default: name: value description: An array of objects of type Datastore. @@ -37167,18 +36988,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_855 - - *ref_426 - - *ref_452 - - *ref_456 - - &ref_2052 + - *ref_849 + - *ref_420 + - *ref_446 + - *ref_450 + - &ref_2045 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1104 + - schema: *ref_1097 serializedName: nextLink - language: &ref_3372 + language: &ref_3365 default: name: nextLink description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. @@ -37186,11 +37007,11 @@ schemas: name: NextLink description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1250 + - schema: &ref_1243 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_856 + elementType: *ref_850 language: default: name: EnvironmentContainerResourceArmPaginatedResultValue @@ -37202,7 +37023,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3374 + language: &ref_3367 default: name: value description: An array of objects of type EnvironmentContainer. @@ -37227,16 +37048,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_856 - - *ref_829 - - &ref_2090 + - *ref_850 + - *ref_823 + - &ref_2083 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1105 + - schema: *ref_1098 serializedName: nextLink - language: &ref_3399 + language: &ref_3392 default: name: nextLink description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. @@ -37244,11 +37065,11 @@ schemas: name: NextLink description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1251 + - schema: &ref_1244 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_857 + elementType: *ref_851 language: default: name: EnvironmentVersionResourceArmPaginatedResultValue @@ -37260,7 +37081,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3413 + language: &ref_3406 default: name: value description: An array of objects of type EnvironmentVersion. @@ -37285,19 +37106,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_857 - - *ref_420 - - *ref_1106 - - *ref_1107 - - *ref_412 - - &ref_2132 + - *ref_851 + - *ref_414 + - *ref_1099 + - *ref_1100 + - *ref_406 + - &ref_2125 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1108 + - schema: *ref_1101 serializedName: nextLink - language: &ref_3504 + language: &ref_3498 default: name: nextLink description: The link to the next page of JobBase objects. If null, there are no additional pages. @@ -37305,11 +37126,11 @@ schemas: name: NextLink description: The link to the next page of JobBase objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1252 + - schema: &ref_1245 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_858 + elementType: *ref_852 language: default: name: JobBaseResourceArmPaginatedResultValue @@ -37321,7 +37142,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3499 + language: &ref_3493 default: name: value description: An array of objects of type JobBase. @@ -37346,19 +37167,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_858 - - *ref_494 - - *ref_811 - - *ref_155 - - *ref_1109 - - &ref_2178 + - *ref_852 + - *ref_488 + - *ref_805 + - *ref_153 + - *ref_1102 + - &ref_2171 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1110 + - schema: *ref_1103 serializedName: nextLink - language: &ref_3618 + language: &ref_3616 default: name: nextLink description: The link to the next page of ModelContainer objects. If null, there are no additional pages. @@ -37366,11 +37187,11 @@ schemas: name: NextLink description: The link to the next page of ModelContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1253 + - schema: &ref_1246 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_859 + elementType: *ref_853 language: default: name: ModelContainerResourceArmPaginatedResultValue @@ -37382,7 +37203,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3620 + language: &ref_3618 default: name: value description: An array of objects of type ModelContainer. @@ -37407,16 +37228,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_859 - - *ref_830 - - &ref_2222 + - *ref_853 + - *ref_824 + - &ref_2215 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1111 + - schema: *ref_1104 serializedName: nextLink - language: &ref_3650 + language: &ref_3648 default: name: nextLink description: The link to the next page of ModelVersion objects. If null, there are no additional pages. @@ -37424,11 +37245,11 @@ schemas: name: NextLink description: The link to the next page of ModelVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1254 + - schema: &ref_1247 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_860 + elementType: *ref_854 language: default: name: ModelVersionResourceArmPaginatedResultValue @@ -37440,7 +37261,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3656 + language: &ref_3654 default: name: value description: An array of objects of type ModelVersion. @@ -37465,17 +37286,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_860 - - *ref_421 - - *ref_1112 - - &ref_2266 + - *ref_854 + - *ref_415 + - *ref_1105 + - &ref_2259 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1113 + - schema: *ref_1106 serializedName: nextLink - language: &ref_3691 + language: &ref_3689 default: name: nextLink description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. @@ -37483,11 +37304,11 @@ schemas: name: NextLink description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1255 + - schema: &ref_1248 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_388 + elementType: *ref_382 language: default: name: OnlineEndpointTrackedResourceArmPaginatedResultValue @@ -37499,7 +37320,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3699 + language: &ref_3697 default: name: value description: An array of objects of type OnlineEndpoint. @@ -37524,16 +37345,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_388 - - *ref_299 - - &ref_2288 + - *ref_382 + - *ref_293 + - &ref_2281 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_1052 serializedName: identity - language: &ref_3716 + language: &ref_3714 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -37541,9 +37362,9 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1114 + - schema: *ref_1107 serializedName: kind - language: &ref_3717 + language: &ref_3715 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -37551,9 +37372,9 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1115 + - schema: *ref_1108 serializedName: location - language: &ref_3718 + language: &ref_3716 default: name: location description: The geo-location where the resource lives. @@ -37561,17 +37382,14 @@ schemas: name: Location description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1119 + - schema: &ref_1112 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1116 + - schema: *ref_1109 nullable: true serializedName: mirrorTraffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: mirrorTraffic @@ -37581,7 +37399,7 @@ schemas: description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. byValue: true protocol: {} - - schema: *ref_297 + - schema: *ref_291 serializedName: publicNetworkAccess language: default: @@ -37591,13 +37409,10 @@ schemas: name: PublicNetworkAccess description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. protocol: {} - - schema: *ref_1117 + - schema: *ref_1110 nullable: true serializedName: traffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3719 + language: &ref_3717 default: name: traffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. @@ -37623,7 +37438,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_3720 + language: &ref_3718 default: name: properties description: Additional attributes of the entity. @@ -37631,9 +37446,9 @@ schemas: name: Properties description: Additional attributes of the entity. protocol: {} - - schema: *ref_1061 + - schema: *ref_1054 serializedName: sku - language: &ref_3721 + language: &ref_3719 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -37641,12 +37456,9 @@ schemas: name: SKU description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1118 + - schema: *ref_1111 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3722 + language: &ref_3720 default: name: tags description: Resource tags. @@ -37672,15 +37484,15 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1119 - - &ref_2357 + - *ref_1112 + - &ref_2350 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1120 + - schema: *ref_1113 serializedName: nextLink - language: &ref_3766 + language: &ref_3764 default: name: nextLink description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. @@ -37688,11 +37500,11 @@ schemas: name: NextLink description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1256 + - schema: &ref_1249 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_389 + elementType: *ref_383 language: default: name: OnlineDeploymentTrackedResourceArmPaginatedResultValue @@ -37704,7 +37516,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3797 + language: &ref_3795 default: name: value description: An array of objects of type OnlineDeployment. @@ -37729,19 +37541,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_389 - - *ref_310 + - *ref_383 + - *ref_304 + - *ref_326 + - *ref_1114 - *ref_332 - - *ref_1121 - - *ref_338 - - &ref_2381 + - &ref_2374 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_1052 serializedName: identity - language: &ref_3819 + language: &ref_3817 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -37749,9 +37561,9 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1122 + - schema: *ref_1115 serializedName: kind - language: &ref_3820 + language: &ref_3818 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -37759,9 +37571,9 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1123 + - schema: *ref_1116 serializedName: location - language: &ref_3821 + language: &ref_3819 default: name: location description: The geo-location where the resource lives. @@ -37771,33 +37583,33 @@ schemas: protocol: {} - schema: type: object - children: &ref_1124 + children: &ref_1117 all: - - &ref_1125 + - &ref_1118 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EndpointComputeTypeKubernetes parents: all: - - &ref_1126 + - &ref_1119 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_1124 - discriminator: &ref_1129 + children: *ref_1117 + discriminator: &ref_1122 all: - Kubernetes: *ref_1125 - Managed: &ref_1127 + Kubernetes: *ref_1118 + Managed: &ref_1120 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EndpointComputeTypeManaged parents: all: - - *ref_1126 + - *ref_1119 immediate: - - *ref_1126 + - *ref_1119 serializationFormats: - json usage: @@ -37816,14 +37628,14 @@ schemas: namespace: '' protocol: {} immediate: - Kubernetes: *ref_1125 - Managed: *ref_1127 - property: &ref_1128 - schema: *ref_318 + Kubernetes: *ref_1118 + Managed: *ref_1120 + property: &ref_1121 + schema: *ref_312 isDiscriminator: true required: true serializedName: endpointComputeType - language: &ref_3822 + language: &ref_3820 default: name: endpointComputeType description: '[Required] The compute type of the endpoint.' @@ -37832,12 +37644,12 @@ schemas: description: REQUIRED; [Required] The compute type of the endpoint. protocol: {} properties: - - *ref_1128 + - *ref_1121 serializationFormats: - json usage: - input - language: &ref_3823 + language: &ref_3821 default: name: PartialOnlineDeployment description: Mutable online deployment configuration @@ -37855,7 +37667,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_1126 + - *ref_1119 serializationFormats: - json usage: @@ -37873,20 +37685,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1127 + - *ref_1120 immediate: - - *ref_1125 - - *ref_1127 - discriminator: *ref_1129 + - *ref_1118 + - *ref_1120 + discriminator: *ref_1122 language: - default: &ref_1130 + default: &ref_1123 name: PartialOnlineDeploymentClassification description: discriminated type discriminatorInterface: PartialOnlineDeploymentClassification - go: *ref_1130 + go: *ref_1123 protocol: {} serializedName: properties - language: &ref_3824 + language: &ref_3822 default: name: properties description: Additional attributes of the entity. @@ -37895,9 +37707,9 @@ schemas: description: Additional attributes of the entity. byValue: true protocol: {} - - schema: *ref_1061 + - schema: *ref_1054 serializedName: sku - language: &ref_3825 + language: &ref_3823 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -37905,12 +37717,9 @@ schemas: name: SKU description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1131 + - schema: *ref_1124 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3826 + language: &ref_3824 default: name: tags description: Resource tags. @@ -37936,15 +37745,15 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1126 - - &ref_2412 + - *ref_1119 + - &ref_2405 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1132 + - schema: *ref_1125 serializedName: containerType - language: &ref_3849 + language: &ref_3847 default: name: containerType description: The type of container to retrieve logs from. @@ -37952,10 +37761,10 @@ schemas: name: ContainerType description: The type of container to retrieve logs from. protocol: {} - - schema: *ref_1133 + - schema: *ref_1126 nullable: true serializedName: tail - language: &ref_3850 + language: &ref_3848 default: name: tail description: The maximum number of lines to tail. @@ -37978,15 +37787,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_2419 + - &ref_2412 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1134 + - schema: *ref_1127 nullable: true serializedName: content - language: &ref_3853 + language: &ref_3851 default: name: content description: The retrieved online deployment logs. @@ -38009,14 +37818,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_2434 + - &ref_2427 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1135 + - schema: *ref_1128 serializedName: nextLink - language: &ref_3861 + language: &ref_3859 default: name: nextLink description: The link to the next page of SkuResource objects. If null, there are no additional pages. @@ -38024,23 +37833,23 @@ schemas: name: NextLink description: The link to the next page of SkuResource objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1257 + - schema: &ref_1250 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1142 + elementType: &ref_1135 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1143 + - schema: &ref_1136 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1136 + - schema: *ref_1129 serializedName: default - language: &ref_3862 + language: &ref_3860 default: name: default description: Gets or sets the default capacity. @@ -38048,9 +37857,9 @@ schemas: name: Default description: Gets or sets the default capacity. protocol: {} - - schema: *ref_1137 + - schema: *ref_1130 serializedName: maximum - language: &ref_3863 + language: &ref_3861 default: name: maximum description: Gets or sets the maximum. @@ -38058,9 +37867,9 @@ schemas: name: Maximum description: Gets or sets the maximum. protocol: {} - - schema: *ref_1138 + - schema: *ref_1131 serializedName: minimum - language: &ref_3864 + language: &ref_3862 default: name: minimum description: Gets or sets the minimum. @@ -38068,9 +37877,9 @@ schemas: name: Minimum description: Gets or sets the minimum. protocol: {} - - schema: *ref_1139 + - schema: *ref_1132 serializedName: scaleType - language: &ref_3865 + language: &ref_3863 default: name: scaleType description: Gets or sets the type of the scale. @@ -38097,7 +37906,7 @@ schemas: serializedName: capacity extensions: x-nullable: true - language: &ref_3866 + language: &ref_3864 default: name: capacity description: Gets or sets the Sku Capacity. @@ -38105,14 +37914,14 @@ schemas: name: Capacity description: Gets or sets the Sku Capacity. protocol: {} - - schema: *ref_1140 + - schema: *ref_1133 nullable: true readOnly: true serializedName: resourceType extensions: x-ms-mutability: - read - language: &ref_3867 + language: &ref_3865 default: name: resourceType description: The resource type name. @@ -38120,15 +37929,15 @@ schemas: name: ResourceType description: READ-ONLY; The resource type name. protocol: {} - - schema: &ref_1144 + - schema: &ref_1137 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1141 + - schema: *ref_1134 required: true serializedName: name - language: &ref_3868 + language: &ref_3866 default: name: name description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' @@ -38136,10 +37945,10 @@ schemas: name: Name description: REQUIRED; [Required] The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - schema: *ref_85 + - schema: *ref_83 required: false serializedName: tier - language: &ref_3869 + language: &ref_3867 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. @@ -38166,7 +37975,7 @@ schemas: serializedName: sku extensions: x-nullable: true - language: &ref_3870 + language: &ref_3868 default: name: sku description: Gets or sets the Sku. @@ -38204,7 +38013,7 @@ schemas: serializedName: value extensions: x-ms-identifiers: [] - language: &ref_3871 + language: &ref_3869 default: name: value description: An array of objects of type SkuResource. @@ -38229,18 +38038,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1142 - - *ref_1143 - - *ref_1144 - - &ref_2326 + - *ref_1135 + - *ref_1136 + - *ref_1137 + - &ref_2319 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1145 + - schema: *ref_1138 required: true serializedName: keyType - language: &ref_3745 + language: &ref_3743 default: name: keyType description: '[Required] Specification for which type of key to generate. Primary or Secondary.' @@ -38248,11 +38057,11 @@ schemas: name: KeyType description: REQUIRED; [Required] Specification for which type of key to generate. Primary or Secondary. protocol: {} - - schema: *ref_1146 + - schema: *ref_1139 nullable: true required: false serializedName: keyValue - language: &ref_3746 + language: &ref_3744 default: name: keyValue description: The value the key is set to. @@ -38275,15 +38084,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_2341 + - &ref_2334 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1147 + - schema: *ref_1140 nullable: true serializedName: accessToken - language: &ref_3753 + language: &ref_3751 default: name: accessToken description: Access token for endpoint authentication. @@ -38291,9 +38100,9 @@ schemas: name: AccessToken description: Access token for endpoint authentication. protocol: {} - - schema: *ref_1148 + - schema: *ref_1141 serializedName: expiryTimeUtc - language: &ref_3754 + language: &ref_3752 default: name: expiryTimeUtc description: Access token expiry time (UTC). @@ -38301,9 +38110,9 @@ schemas: name: ExpiryTimeUTC description: Access token expiry time (UTC). protocol: {} - - schema: *ref_1149 + - schema: *ref_1142 serializedName: refreshAfterTimeUtc - language: &ref_3755 + language: &ref_3753 default: name: refreshAfterTimeUtc description: Refresh access token after time (UTC). @@ -38311,10 +38120,10 @@ schemas: name: RefreshAfterTimeUTC description: Refresh access token after time (UTC). protocol: {} - - schema: *ref_1150 + - schema: *ref_1143 nullable: true serializedName: tokenType - language: &ref_3756 + language: &ref_3754 default: name: tokenType description: Access token type. @@ -38337,23 +38146,23 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_2440 + - &ref_2433 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1258 + - schema: &ref_1251 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1155 + elementType: &ref_1148 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1151 + - schema: *ref_1144 serializedName: id - language: &ref_3881 + language: &ref_3879 default: name: id description: Specifies the feature ID @@ -38361,9 +38170,9 @@ schemas: name: ID description: Specifies the feature ID protocol: {} - - schema: *ref_1152 + - schema: *ref_1145 serializedName: displayName - language: &ref_3880 + language: &ref_3878 default: name: displayName description: 'Specifies the feature name ' @@ -38371,9 +38180,9 @@ schemas: name: DisplayName description: Specifies the feature name protocol: {} - - schema: *ref_1153 + - schema: *ref_1146 serializedName: description - language: &ref_3879 + language: &ref_3877 default: name: description description: Describes the feature for user experience @@ -38408,7 +38217,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_3882 + language: &ref_3880 default: name: value description: The list of AML user facing features. @@ -38417,7 +38226,7 @@ schemas: description: READ-ONLY; The list of AML user facing features. byValue: true protocol: {} - - schema: *ref_1154 + - schema: *ref_1147 readOnly: true serializedName: nextLink language: @@ -38444,16 +38253,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_1148 + - *ref_122 + - *ref_90 + - *ref_266 + - *ref_1149 + - *ref_1150 + - *ref_1151 + - *ref_1152 + - *ref_205 + - *ref_214 + - *ref_1153 + - *ref_1154 - *ref_1155 - - *ref_124 - - *ref_92 - - *ref_272 - *ref_1156 - *ref_1157 - *ref_1158 - *ref_1159 - - *ref_208 - - *ref_217 + - *ref_92 + - *ref_119 - *ref_1160 - *ref_1161 - *ref_1162 @@ -38461,10 +38279,9 @@ schemas: - *ref_1164 - *ref_1165 - *ref_1166 - - *ref_94 - - *ref_121 - *ref_1167 - *ref_1168 + - *ref_143 - *ref_1169 - *ref_1170 - *ref_1171 @@ -38472,181 +38289,180 @@ schemas: - *ref_1173 - *ref_1174 - *ref_1175 - - *ref_145 - *ref_1176 + - *ref_120 + - *ref_189 + - *ref_227 + - *ref_234 - *ref_1177 + - *ref_232 - *ref_1178 + - *ref_197 + - *ref_204 + - *ref_235 - *ref_1179 + - *ref_193 + - *ref_196 + - *ref_190 + - *ref_192 - *ref_1180 + - *ref_236 - *ref_1181 - *ref_1182 - *ref_1183 - - *ref_122 - - *ref_191 - - *ref_231 - - *ref_239 + - *ref_1023 + - *ref_1019 + - *ref_1024 + - *ref_1025 + - *ref_1028 + - *ref_1026 + - *ref_445 + - *ref_457 + - *ref_804 + - *ref_39 + - *ref_25 + - *ref_685 + - *ref_686 + - *ref_795 + - *ref_26 + - *ref_502 + - *ref_621 + - *ref_622 + - *ref_695 + - *ref_696 + - *ref_706 + - *ref_707 + - *ref_714 + - *ref_715 + - *ref_438 + - *ref_439 + - *ref_440 + - *ref_441 + - *ref_639 + - *ref_640 + - *ref_781 + - *ref_782 + - *ref_477 + - *ref_452 + - *ref_496 + - *ref_497 + - *ref_631 + - *ref_614 + - *ref_615 + - *ref_38 + - *ref_40 + - *ref_613 - *ref_1184 - - *ref_236 - *ref_1185 - - *ref_200 - - *ref_207 - - *ref_240 + - *ref_671 - *ref_1186 - - *ref_196 - - *ref_199 - - *ref_192 - - *ref_195 + - *ref_663 - *ref_1187 - - *ref_241 - *ref_1188 - *ref_1189 + - *ref_796 + - *ref_748 + - *ref_765 + - *ref_766 - *ref_1190 - - *ref_1030 - - *ref_1026 - - *ref_1031 - - *ref_1032 - - *ref_1035 - - *ref_1033 - - *ref_451 - - *ref_463 - - *ref_810 - - *ref_40 - - *ref_26 - - *ref_691 - - *ref_692 - - *ref_801 - - *ref_27 - - *ref_508 - - *ref_627 - - *ref_628 - - *ref_701 - - *ref_702 - - *ref_712 - - *ref_713 - - *ref_720 - - *ref_721 - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_645 - - *ref_646 - - *ref_787 - - *ref_788 - - *ref_483 - - *ref_458 - - *ref_502 - - *ref_503 - - *ref_637 - - *ref_620 - - *ref_621 - - *ref_39 + - *ref_309 + - *ref_152 + - *ref_688 - *ref_41 - - *ref_619 + - *ref_24 + - *ref_624 + - *ref_698 + - *ref_708 + - *ref_717 + - *ref_354 + - *ref_331 + - *ref_499 - *ref_1191 + - *ref_785 + - *ref_442 + - *ref_359 + - *ref_500 + - *ref_501 + - *ref_516 + - *ref_510 + - *ref_570 + - *ref_564 + - *ref_505 + - *ref_630 + - *ref_616 - *ref_1192 - - *ref_677 - *ref_1193 - - *ref_669 - *ref_1194 + - *ref_503 + - *ref_508 + - *ref_504 + - *ref_515 + - *ref_569 + - *ref_509 + - *ref_468 + - *ref_467 + - *ref_458 + - *ref_469 + - *ref_459 + - *ref_310 + - *ref_49 + - *ref_809 + - *ref_311 + - *ref_642 + - *ref_42 + - *ref_27 + - *ref_393 + - *ref_28 + - *ref_747 + - *ref_660 + - *ref_632 + - *ref_617 + - *ref_670 - *ref_1195 + - *ref_478 - *ref_1196 - - *ref_802 - - *ref_754 - - *ref_771 - - *ref_772 - - *ref_1197 - - *ref_315 - - *ref_154 - - *ref_694 - - *ref_42 - - *ref_25 - - *ref_630 - - *ref_704 - - *ref_714 - - *ref_723 - *ref_360 - - *ref_337 - - *ref_505 + - *ref_1070 + - *ref_1075 + - *ref_1118 + - *ref_1120 + - *ref_1076 + - *ref_797 + - *ref_752 + - *ref_786 + - *ref_1197 + - *ref_158 + - *ref_676 + - *ref_479 + - *ref_460 + - *ref_480 + - *ref_461 + - *ref_798 + - *ref_770 - *ref_1198 - - *ref_791 - - *ref_448 - - *ref_365 - - *ref_506 - - *ref_507 - - *ref_522 - - *ref_516 - - *ref_576 - - *ref_570 - - *ref_511 - - *ref_636 - - *ref_622 - - *ref_1199 - - *ref_1200 - - *ref_1201 - - *ref_509 - - *ref_514 - - *ref_510 - - *ref_521 - - *ref_575 - - *ref_515 - - *ref_474 - - *ref_473 - - *ref_464 - - *ref_475 - - *ref_465 - - *ref_316 - - *ref_50 - - *ref_815 - - *ref_317 - - *ref_648 + - *ref_337 + - *ref_753 + - *ref_659 + - *ref_661 + - *ref_662 - *ref_43 - - *ref_28 - - *ref_399 - *ref_29 - - *ref_753 - - *ref_666 - - *ref_638 - - *ref_623 - - *ref_676 - - *ref_1202 - - *ref_484 - - *ref_1203 - - *ref_366 - - *ref_1077 - - *ref_1082 - - *ref_1125 - - *ref_1127 - - *ref_1083 - - *ref_803 - - *ref_758 - - *ref_792 - - *ref_1204 - - *ref_160 - - *ref_682 - - *ref_485 - - *ref_466 - - *ref_486 - - *ref_467 - - *ref_804 - - *ref_776 - - *ref_1205 - - *ref_343 - - *ref_759 - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_643 + - *ref_394 - *ref_44 - *ref_30 - - *ref_649 - - *ref_400 + - *ref_395 - *ref_45 - *ref_31 - - *ref_401 - - *ref_46 - - *ref_32 - - *ref_816 + - *ref_810 arrays: + - *ref_1199 + - *ref_1200 + - *ref_1201 + - *ref_1202 + - *ref_1203 + - *ref_1204 + - *ref_1205 - *ref_1206 - *ref_1207 - *ref_1208 @@ -38682,18 +38498,11 @@ schemas: - *ref_1238 - *ref_1239 - *ref_1240 - - *ref_1241 - - *ref_1242 - - *ref_1243 - - *ref_1244 - - *ref_1245 - - *ref_1246 - - *ref_1247 - - &ref_1993 + - &ref_1986 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_1248 + elementType: *ref_1241 language: default: name: ArrayOfGet7ItemsItem @@ -38703,6 +38512,13 @@ schemas: description: Array of Get7ItemsItem elementIsPtr: true protocol: {} + - *ref_1242 + - *ref_1243 + - *ref_1244 + - *ref_1245 + - *ref_1246 + - *ref_1247 + - *ref_1248 - *ref_1249 - *ref_1250 - *ref_1251 @@ -38734,21 +38550,14 @@ schemas: - *ref_1277 - *ref_1278 - *ref_1279 - - *ref_1280 - - *ref_1281 - - *ref_1282 - - *ref_1283 - - *ref_1284 - - *ref_1285 - - *ref_1286 globalParameters: - - &ref_1298 - schema: *ref_1287 + - &ref_1291 + schema: *ref_1280 implementation: Client required: true extensions: x-ms-priority: 0 - language: &ref_2456 + language: &ref_2449 default: name: SubscriptionId description: The ID of the target subscription. @@ -38760,7 +38569,7 @@ globalParameters: protocol: http: in: path - - &ref_1289 + - &ref_1282 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -38780,12 +38589,12 @@ globalParameters: protocol: http: in: uri - - &ref_1290 - schema: *ref_1288 + - &ref_1283 + schema: *ref_1281 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_2446 + language: &ref_2439 default: name: apiVersion description: Api Version @@ -38798,19 +38607,19 @@ globalParameters: http: in: query operationGroups: - - &ref_2448 + - &ref_2441 $key: Operations operations: - - &ref_2447 + - &ref_2440 operationId: Operations_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 + - *ref_1282 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -38841,8 +38650,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1292 - language: &ref_2455 + - schema: *ref_1285 + language: &ref_2448 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -38857,7 +38666,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -38911,23 +38720,23 @@ operationGroups: azureARM: true clientName: OperationsClient openApiType: arm - optionalParamGroup: &ref_3884 + optionalParamGroup: &ref_3882 schema: type: object language: - default: &ref_1293 + default: &ref_1286 name: OperationsClientListOptions description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1293 + go: *ref_1286 protocol: {} originalParameter: [] required: false serializedName: OperationsClientListOptions language: - default: &ref_1294 + default: &ref_1287 name: options description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1294 + go: *ref_1287 protocol: {} paging: nextLinkName: null @@ -38935,28 +38744,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_3976 + responseEnv: &ref_3974 type: object properties: - - &ref_1296 - schema: *ref_1292 + - &ref_1289 + schema: *ref_1285 serializedName: AmlOperationListResult language: - default: &ref_1295 + default: &ref_1288 name: AmlOperationListResult description: An array of operations supported by the resource provider. byValue: true embeddedType: true - go: *ref_1295 + go: *ref_1288 protocol: {} language: - default: &ref_1297 + default: &ref_1290 name: OperationsClientListResponse description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1296 - go: *ref_1297 + resultProp: *ref_1289 + go: *ref_1290 protocol: {} protocol: {} language: @@ -38969,22 +38778,22 @@ operationGroups: clientCtorName: NewOperationsClient clientName: OperationsClient protocol: {} - - &ref_2460 + - &ref_2453 $key: Workspaces operations: - - &ref_2459 + - &ref_2452 operationId: Workspaces_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1300 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1293 + schema: *ref_1292 implementation: Method required: true - language: &ref_2457 + language: &ref_2450 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -38996,11 +38805,11 @@ operationGroups: protocol: http: in: path - - &ref_1301 + - &ref_1294 schema: *ref_1 implementation: Method required: true - language: &ref_2458 + language: &ref_2451 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -39014,7 +38823,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39044,11 +38853,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1300 - - *ref_1301 + - *ref_1293 + - *ref_1294 responses: - - schema: *ref_89 - language: &ref_2511 + - schema: *ref_87 + language: &ref_2504 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -39063,7 +38872,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -39155,65 +38964,65 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3885 + optionalParamGroup: &ref_3883 schema: type: object language: - default: &ref_1302 + default: &ref_1295 name: WorkspacesClientGetOptions description: WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method. - go: *ref_1302 + go: *ref_1295 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientGetOptions language: - default: &ref_1303 + default: &ref_1296 name: options description: WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method. - go: *ref_1303 + go: *ref_1296 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_3977 + responseEnv: &ref_3975 type: object properties: - - &ref_1305 - schema: *ref_89 + - &ref_1298 + schema: *ref_87 serializedName: Workspace language: - default: &ref_1304 + default: &ref_1297 name: Workspace description: An object that represents a machine learning workspace. byValue: true embeddedType: true - go: *ref_1304 + go: *ref_1297 protocol: {} language: - default: &ref_1306 + default: &ref_1299 name: WorkspacesClientGetResponse description: WorkspacesClientGetResponse contains the response from method WorkspacesClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1305 - go: *ref_1306 + resultProp: *ref_1298 + go: *ref_1299 protocol: {} protocol: {} - - &ref_2515 + - &ref_2508 operationId: Workspaces_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1309 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1302 + schema: *ref_1292 implementation: Method required: true - language: &ref_2512 + language: &ref_2505 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -39225,11 +39034,11 @@ operationGroups: protocol: http: in: path - - &ref_1310 + - &ref_1303 schema: *ref_1 implementation: Method required: true - language: &ref_2513 + language: &ref_2506 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -39242,13 +39051,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_1308 + application/json: &ref_1301 parameters: - - &ref_1307 - schema: *ref_89 + - &ref_1300 + schema: *ref_87 implementation: Method required: true - language: &ref_2514 + language: &ref_2507 default: name: parameters description: The parameters for creating or updating a machine learning workspace. @@ -39259,7 +39068,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39276,7 +39085,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1307 + - *ref_1300 language: default: name: '' @@ -39293,13 +39102,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1308 + - *ref_1301 signatureParameters: - - *ref_1309 - - *ref_1310 + - *ref_1302 + - *ref_1303 responses: - - schema: *ref_89 - language: &ref_2516 + - schema: *ref_87 + language: &ref_2509 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -39325,7 +39134,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -39433,81 +39242,81 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3886 + optionalParamGroup: &ref_3884 schema: type: object language: - default: &ref_1311 + default: &ref_1304 name: WorkspacesClientBeginCreateOrUpdateOptions description: WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method. - go: *ref_1311 + go: *ref_1304 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1312 + default: &ref_1305 name: string description: '' - go: *ref_1312 + go: *ref_1305 protocol: {} language: - default: &ref_1313 + default: &ref_1306 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1313 + go: *ref_1306 protocol: {} required: false serializedName: WorkspacesClientBeginCreateOrUpdateOptions language: - default: &ref_1314 + default: &ref_1307 name: options description: WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method. - go: *ref_1314 + go: *ref_1307 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3978 + responseEnv: &ref_3976 type: object properties: - - &ref_1316 - schema: *ref_89 + - &ref_1309 + schema: *ref_87 serializedName: Workspace language: - default: &ref_1315 + default: &ref_1308 name: Workspace description: An object that represents a machine learning workspace. byValue: true embeddedType: true - go: *ref_1315 + go: *ref_1308 protocol: {} language: - default: &ref_1317 + default: &ref_1310 name: WorkspacesClientCreateOrUpdateResponse description: WorkspacesClientCreateOrUpdateResponse contains the response from method WorkspacesClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1316 - go: *ref_1317 + resultProp: *ref_1309 + go: *ref_1310 protocol: {} protocol: {} - - &ref_2519 + - &ref_2512 operationId: Workspaces_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1318 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1311 + schema: *ref_1292 implementation: Method required: true - language: &ref_2517 + language: &ref_2510 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -39519,11 +39328,11 @@ operationGroups: protocol: http: in: path - - &ref_1319 + - &ref_1312 schema: *ref_1 implementation: Method required: true - language: &ref_2518 + language: &ref_2511 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -39537,7 +39346,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39567,8 +39376,8 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1318 - - *ref_1319 + - *ref_1311 + - *ref_1312 responses: - language: default: @@ -39604,7 +39413,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -39645,67 +39454,67 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3887 + optionalParamGroup: &ref_3885 schema: type: object language: - default: &ref_1320 + default: &ref_1313 name: WorkspacesClientBeginDeleteOptions description: WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method. - go: *ref_1320 + go: *ref_1313 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1321 + default: &ref_1314 name: string description: '' - go: *ref_1321 + go: *ref_1314 protocol: {} language: - default: &ref_1322 + default: &ref_1315 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1322 + go: *ref_1315 protocol: {} required: false serializedName: WorkspacesClientBeginDeleteOptions language: - default: &ref_1323 + default: &ref_1316 name: options description: WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method. - go: *ref_1323 + go: *ref_1316 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_3979 + responseEnv: &ref_3977 type: object language: - default: &ref_1324 + default: &ref_1317 name: WorkspacesClientDeleteResponse description: WorkspacesClientDeleteResponse contains the response from method WorkspacesClient.BeginDelete. forLRO: true responseType: true - go: *ref_1324 + go: *ref_1317 protocol: {} protocol: {} - - &ref_2527 + - &ref_2520 operationId: Workspaces_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1328 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1321 + schema: *ref_1292 implementation: Method required: true - language: &ref_2520 + language: &ref_2513 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -39717,11 +39526,11 @@ operationGroups: protocol: http: in: path - - &ref_1329 + - &ref_1322 schema: *ref_1 implementation: Method required: true - language: &ref_2521 + language: &ref_2514 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -39734,13 +39543,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_1327 + application/json: &ref_1320 parameters: - - &ref_1326 - schema: *ref_1325 + - &ref_1319 + schema: *ref_1318 implementation: Method required: true - language: &ref_2526 + language: &ref_2519 default: name: parameters description: The parameters for updating a machine learning workspace. @@ -39751,7 +39560,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39768,7 +39577,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1326 + - *ref_1319 language: default: name: '' @@ -39785,13 +39594,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1327 + - *ref_1320 signatureParameters: - - *ref_1328 - - *ref_1329 + - *ref_1321 + - *ref_1322 responses: - - schema: *ref_89 - language: &ref_2528 + - schema: *ref_87 + language: &ref_2521 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -39817,7 +39626,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -39880,81 +39689,81 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3888 + optionalParamGroup: &ref_3886 schema: type: object language: - default: &ref_1330 + default: &ref_1323 name: WorkspacesClientBeginUpdateOptions description: WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method. - go: *ref_1330 + go: *ref_1323 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1331 + default: &ref_1324 name: string description: '' - go: *ref_1331 + go: *ref_1324 protocol: {} language: - default: &ref_1332 + default: &ref_1325 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1332 + go: *ref_1325 protocol: {} required: false serializedName: WorkspacesClientBeginUpdateOptions language: - default: &ref_1333 + default: &ref_1326 name: options description: WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method. - go: *ref_1333 + go: *ref_1326 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_3980 + responseEnv: &ref_3978 type: object properties: - - &ref_1335 - schema: *ref_89 + - &ref_1328 + schema: *ref_87 serializedName: Workspace language: - default: &ref_1334 + default: &ref_1327 name: Workspace description: An object that represents a machine learning workspace. byValue: true embeddedType: true - go: *ref_1334 + go: *ref_1327 protocol: {} language: - default: &ref_1336 + default: &ref_1329 name: WorkspacesClientUpdateResponse description: WorkspacesClientUpdateResponse contains the response from method WorkspacesClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1335 - go: *ref_1336 + resultProp: *ref_1328 + go: *ref_1329 protocol: {} protocol: {} - - &ref_2530 + - &ref_2523 operationId: Workspaces_ListByResourceGroup apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1340 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1333 + schema: *ref_1292 implementation: Method required: true - language: &ref_2529 + language: &ref_2522 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -39966,7 +39775,7 @@ operationGroups: protocol: http: in: path - - &ref_1338 + - &ref_1331 schema: *ref_1 implementation: Method language: @@ -39977,24 +39786,24 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1342 + paramGroup: &ref_1335 schema: type: object language: - default: &ref_1337 + default: &ref_1330 name: WorkspacesClientListByResourceGroupOptions description: WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.NewListByResourceGroupPager method. - go: *ref_1337 + go: *ref_1330 protocol: {} originalParameter: - - *ref_1338 + - *ref_1331 required: false serializedName: WorkspacesClientListByResourceGroupOptions language: - default: &ref_1339 + default: &ref_1332 name: options description: WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.NewListByResourceGroupPager method. - go: *ref_1339 + go: *ref_1332 protocol: {} serializedName: $skip protocol: @@ -40002,7 +39811,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40032,11 +39841,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1340 - - *ref_1338 + - *ref_1333 + - *ref_1331 responses: - - schema: *ref_1341 - language: &ref_2533 + - schema: *ref_1334 + language: &ref_2526 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -40051,7 +39860,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40117,49 +39926,49 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: *ref_1342 + optionalParamGroup: *ref_1335 paging: nextLinkName: NextLink protocolNaming: internalMethod: listByResourceGroup requestMethod: listByResourceGroupCreateRequest responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_3981 + responseEnv: &ref_3979 type: object properties: - - &ref_1344 - schema: *ref_1341 + - &ref_1337 + schema: *ref_1334 serializedName: WorkspaceListResult language: - default: &ref_1343 + default: &ref_1336 name: WorkspaceListResult description: The result of a request to list machine learning workspaces. byValue: true embeddedType: true - go: *ref_1343 + go: *ref_1336 protocol: {} language: - default: &ref_1345 + default: &ref_1338 name: WorkspacesClientListByResourceGroupResponse description: WorkspacesClientListByResourceGroupResponse contains the response from method WorkspacesClient.NewListByResourceGroupPager. marshallingFormat: json responseType: true - resultProp: *ref_1344 - go: *ref_1345 + resultProp: *ref_1337 + go: *ref_1338 protocol: {} protocol: {} - - &ref_2547 + - &ref_2540 operationId: Workspaces_Diagnose apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1353 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1346 + schema: *ref_1292 implementation: Method required: true - language: &ref_2534 + language: &ref_2527 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -40171,11 +39980,11 @@ operationGroups: protocol: http: in: path - - &ref_1354 + - &ref_1347 schema: *ref_1 implementation: Method required: true - language: &ref_2535 + language: &ref_2528 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -40187,60 +39996,60 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1352 + application/json: &ref_1345 parameters: - - &ref_1348 - schema: *ref_1346 + - &ref_1341 + schema: *ref_1339 implementation: Method required: false - language: &ref_2546 + language: &ref_2539 default: name: parameters description: The parameter of diagnosing workspace health go: name: Parameters description: The parameter of diagnosing workspace health - paramGroup: &ref_1357 + paramGroup: &ref_1350 schema: type: object language: - default: &ref_1347 + default: &ref_1340 name: WorkspacesClientBeginDiagnoseOptions description: WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method. - go: *ref_1347 + go: *ref_1340 protocol: {} originalParameter: - - *ref_1348 + - *ref_1341 - schema: type: string language: - default: &ref_1349 + default: &ref_1342 name: string description: '' - go: *ref_1349 + go: *ref_1342 protocol: {} language: - default: &ref_1350 + default: &ref_1343 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1350 + go: *ref_1343 protocol: {} required: false serializedName: WorkspacesClientBeginDiagnoseOptions language: - default: &ref_1351 + default: &ref_1344 name: options description: WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method. - go: *ref_1351 + go: *ref_1344 protocol: {} protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40257,7 +40066,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1348 + - *ref_1341 language: default: name: '' @@ -40274,13 +40083,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1352 + - *ref_1345 signatureParameters: - - *ref_1353 - - *ref_1354 + - *ref_1346 + - *ref_1347 responses: - - schema: *ref_1355 - language: &ref_2561 + - schema: *ref_1348 + language: &ref_2554 default: name: '' description: Success @@ -40313,7 +40122,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1356 + - schema: *ref_1349 header: Retry-After language: default: @@ -40325,7 +40134,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40393,50 +40202,50 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: *ref_1357 + optionalParamGroup: *ref_1350 protocolNaming: internalMethod: diagnose requestMethod: diagnoseCreateRequest responseMethod: diagnoseHandleResponse - responseEnv: &ref_3982 + responseEnv: &ref_3980 type: object properties: - - &ref_1359 - schema: *ref_1355 + - &ref_1352 + schema: *ref_1348 serializedName: DiagnoseResponseResult language: - default: &ref_1358 + default: &ref_1351 name: DiagnoseResponseResult description: '' byValue: true embeddedType: true - go: *ref_1358 + go: *ref_1351 protocol: {} language: - default: &ref_1360 + default: &ref_1353 name: WorkspacesClientDiagnoseResponse description: WorkspacesClientDiagnoseResponse contains the response from method WorkspacesClient.BeginDiagnose. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1359 - go: *ref_1360 + resultProp: *ref_1352 + go: *ref_1353 protocol: {} summary: Diagnose workspace setup issue. protocol: {} - - &ref_2564 + - &ref_2557 operationId: Workspaces_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1361 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1354 + schema: *ref_1292 implementation: Method required: true - language: &ref_2562 + language: &ref_2555 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -40448,11 +40257,11 @@ operationGroups: protocol: http: in: path - - &ref_1362 + - &ref_1355 schema: *ref_1 implementation: Method required: true - language: &ref_2563 + language: &ref_2556 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -40466,7 +40275,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40496,11 +40305,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1361 - - *ref_1362 + - *ref_1354 + - *ref_1355 responses: - - schema: *ref_1363 - language: &ref_2577 + - schema: *ref_1356 + language: &ref_2570 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -40515,7 +40324,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40568,65 +40377,65 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3889 + optionalParamGroup: &ref_3887 schema: type: object language: - default: &ref_1364 + default: &ref_1357 name: WorkspacesClientListKeysOptions description: WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method. - go: *ref_1364 + go: *ref_1357 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListKeysOptions language: - default: &ref_1365 + default: &ref_1358 name: options description: WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method. - go: *ref_1365 + go: *ref_1358 protocol: {} protocolNaming: internalMethod: listKeys requestMethod: listKeysCreateRequest responseMethod: listKeysHandleResponse - responseEnv: &ref_3983 + responseEnv: &ref_3981 type: object properties: - - &ref_1367 - schema: *ref_1363 + - &ref_1360 + schema: *ref_1356 serializedName: ListWorkspaceKeysResult language: - default: &ref_1366 + default: &ref_1359 name: ListWorkspaceKeysResult description: '' byValue: true embeddedType: true - go: *ref_1366 + go: *ref_1359 protocol: {} language: - default: &ref_1368 + default: &ref_1361 name: WorkspacesClientListKeysResponse description: WorkspacesClientListKeysResponse contains the response from method WorkspacesClient.ListKeys. marshallingFormat: json responseType: true - resultProp: *ref_1367 - go: *ref_1368 + resultProp: *ref_1360 + go: *ref_1361 protocol: {} protocol: {} - - &ref_2580 + - &ref_2573 operationId: Workspaces_ResyncKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1369 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1362 + schema: *ref_1292 implementation: Method required: true - language: &ref_2578 + language: &ref_2571 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -40638,11 +40447,11 @@ operationGroups: protocol: http: in: path - - &ref_1370 + - &ref_1363 schema: *ref_1 implementation: Method required: true - language: &ref_2579 + language: &ref_2572 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -40656,7 +40465,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40686,8 +40495,8 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1369 - - *ref_1370 + - *ref_1362 + - *ref_1363 responses: - language: default: @@ -40712,7 +40521,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40752,63 +40561,63 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3890 + optionalParamGroup: &ref_3888 schema: type: object language: - default: &ref_1371 + default: &ref_1364 name: WorkspacesClientBeginResyncKeysOptions description: WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method. - go: *ref_1371 + go: *ref_1364 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1372 + default: &ref_1365 name: string description: '' - go: *ref_1372 + go: *ref_1365 protocol: {} language: - default: &ref_1373 + default: &ref_1366 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1373 + go: *ref_1366 protocol: {} required: false serializedName: WorkspacesClientBeginResyncKeysOptions language: - default: &ref_1374 + default: &ref_1367 name: options description: WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method. - go: *ref_1374 + go: *ref_1367 protocol: {} protocolNaming: internalMethod: resyncKeys requestMethod: resyncKeysCreateRequest responseMethod: resyncKeysHandleResponse - responseEnv: &ref_3984 + responseEnv: &ref_3982 type: object language: - default: &ref_1375 + default: &ref_1368 name: WorkspacesClientResyncKeysResponse description: WorkspacesClientResyncKeysResponse contains the response from method WorkspacesClient.BeginResyncKeys. forLRO: true responseType: true - go: *ref_1375 + go: *ref_1368 protocol: {} protocol: {} - - &ref_2581 + - &ref_2574 operationId: Workspaces_ListBySubscription apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1377 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1370 schema: *ref_1 implementation: Method language: @@ -40819,24 +40628,24 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1379 + paramGroup: &ref_1372 schema: type: object language: - default: &ref_1376 + default: &ref_1369 name: WorkspacesClientListBySubscriptionOptions description: WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method. - go: *ref_1376 + go: *ref_1369 protocol: {} originalParameter: - - *ref_1377 + - *ref_1370 required: false serializedName: WorkspacesClientListBySubscriptionOptions language: - default: &ref_1378 + default: &ref_1371 name: options description: WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method. - go: *ref_1378 + go: *ref_1371 protocol: {} serializedName: $skip protocol: @@ -40844,7 +40653,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40874,10 +40683,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1377 + - *ref_1370 responses: - - schema: *ref_1341 - language: &ref_2582 + - schema: *ref_1334 + language: &ref_2575 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -40892,7 +40701,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40957,50 +40766,50 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: *ref_1379 + optionalParamGroup: *ref_1372 paging: nextLinkName: NextLink protocolNaming: internalMethod: listBySubscription requestMethod: listBySubscriptionCreateRequest responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_3985 + responseEnv: &ref_3983 type: object properties: - - &ref_1381 - schema: *ref_1341 + - &ref_1374 + schema: *ref_1334 serializedName: WorkspaceListResult language: - default: &ref_1380 + default: &ref_1373 name: WorkspaceListResult description: The result of a request to list machine learning workspaces. byValue: true embeddedType: true - go: *ref_1380 + go: *ref_1373 protocol: {} language: - default: &ref_1382 + default: &ref_1375 name: WorkspacesClientListBySubscriptionResponse description: WorkspacesClientListBySubscriptionResponse contains the response from method WorkspacesClient.NewListBySubscriptionPager. marshallingFormat: json responseType: true - resultProp: *ref_1381 - go: *ref_1382 + resultProp: *ref_1374 + go: *ref_1375 protocol: {} protocol: {} - - &ref_2585 + - &ref_2578 operationId: Workspaces_ListNotebookAccessToken apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1383 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1376 + schema: *ref_1292 implementation: Method required: true - language: &ref_2583 + language: &ref_2576 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41012,11 +40821,11 @@ operationGroups: protocol: http: in: path - - &ref_1384 + - &ref_1377 schema: *ref_1 implementation: Method required: true - language: &ref_2584 + language: &ref_2577 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41030,7 +40839,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41060,11 +40869,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1383 - - *ref_1384 + - *ref_1376 + - *ref_1377 responses: - - schema: *ref_1385 - language: &ref_2592 + - schema: *ref_1378 + language: &ref_2585 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -41079,7 +40888,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41124,65 +40933,65 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3891 + optionalParamGroup: &ref_3889 schema: type: object language: - default: &ref_1386 + default: &ref_1379 name: WorkspacesClientListNotebookAccessTokenOptions description: WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method. - go: *ref_1386 + go: *ref_1379 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListNotebookAccessTokenOptions language: - default: &ref_1387 + default: &ref_1380 name: options description: WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method. - go: *ref_1387 + go: *ref_1380 protocol: {} protocolNaming: internalMethod: listNotebookAccessToken requestMethod: listNotebookAccessTokenCreateRequest responseMethod: listNotebookAccessTokenHandleResponse - responseEnv: &ref_3986 + responseEnv: &ref_3984 type: object properties: - - &ref_1389 - schema: *ref_1385 + - &ref_1382 + schema: *ref_1378 serializedName: NotebookAccessTokenResult language: - default: &ref_1388 + default: &ref_1381 name: NotebookAccessTokenResult description: '' byValue: true embeddedType: true - go: *ref_1388 + go: *ref_1381 protocol: {} language: - default: &ref_1390 + default: &ref_1383 name: WorkspacesClientListNotebookAccessTokenResponse description: WorkspacesClientListNotebookAccessTokenResponse contains the response from method WorkspacesClient.ListNotebookAccessToken. marshallingFormat: json responseType: true - resultProp: *ref_1389 - go: *ref_1390 + resultProp: *ref_1382 + go: *ref_1383 protocol: {} protocol: {} - - &ref_2595 + - &ref_2588 operationId: Workspaces_PrepareNotebook apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1391 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1384 + schema: *ref_1292 implementation: Method required: true - language: &ref_2593 + language: &ref_2586 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41194,11 +41003,11 @@ operationGroups: protocol: http: in: path - - &ref_1392 + - &ref_1385 schema: *ref_1 implementation: Method required: true - language: &ref_2594 + language: &ref_2587 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41212,7 +41021,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41242,11 +41051,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1391 - - *ref_1392 + - *ref_1384 + - *ref_1385 responses: - - schema: *ref_914 - language: &ref_2601 + - schema: *ref_908 + language: &ref_2594 default: name: '' description: Success @@ -41272,7 +41081,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41320,81 +41129,81 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3892 + optionalParamGroup: &ref_3890 schema: type: object language: - default: &ref_1393 + default: &ref_1386 name: WorkspacesClientBeginPrepareNotebookOptions description: WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method. - go: *ref_1393 + go: *ref_1386 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1394 + default: &ref_1387 name: string description: '' - go: *ref_1394 + go: *ref_1387 protocol: {} language: - default: &ref_1395 + default: &ref_1388 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1395 + go: *ref_1388 protocol: {} required: false serializedName: WorkspacesClientBeginPrepareNotebookOptions language: - default: &ref_1396 + default: &ref_1389 name: options description: WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method. - go: *ref_1396 + go: *ref_1389 protocol: {} protocolNaming: internalMethod: prepareNotebook requestMethod: prepareNotebookCreateRequest responseMethod: prepareNotebookHandleResponse - responseEnv: &ref_3987 + responseEnv: &ref_3985 type: object properties: - - &ref_1398 - schema: *ref_914 + - &ref_1391 + schema: *ref_908 serializedName: NotebookResourceInfo language: - default: &ref_1397 + default: &ref_1390 name: NotebookResourceInfo description: '' byValue: true embeddedType: true - go: *ref_1397 + go: *ref_1390 protocol: {} language: - default: &ref_1399 + default: &ref_1392 name: WorkspacesClientPrepareNotebookResponse description: WorkspacesClientPrepareNotebookResponse contains the response from method WorkspacesClient.BeginPrepareNotebook. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1398 - go: *ref_1399 + resultProp: *ref_1391 + go: *ref_1392 protocol: {} protocol: {} - - &ref_2604 + - &ref_2597 operationId: Workspaces_ListStorageAccountKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1400 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1393 + schema: *ref_1292 implementation: Method required: true - language: &ref_2602 + language: &ref_2595 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41406,11 +41215,11 @@ operationGroups: protocol: http: in: path - - &ref_1401 + - &ref_1394 schema: *ref_1 implementation: Method required: true - language: &ref_2603 + language: &ref_2596 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41424,7 +41233,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41454,11 +41263,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1400 - - *ref_1401 + - *ref_1393 + - *ref_1394 responses: - - schema: *ref_1402 - language: &ref_2606 + - schema: *ref_1395 + language: &ref_2599 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -41473,7 +41282,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41513,65 +41322,65 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3893 + optionalParamGroup: &ref_3891 schema: type: object language: - default: &ref_1403 + default: &ref_1396 name: WorkspacesClientListStorageAccountKeysOptions description: WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method. - go: *ref_1403 + go: *ref_1396 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListStorageAccountKeysOptions language: - default: &ref_1404 + default: &ref_1397 name: options description: WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method. - go: *ref_1404 + go: *ref_1397 protocol: {} protocolNaming: internalMethod: listStorageAccountKeys requestMethod: listStorageAccountKeysCreateRequest responseMethod: listStorageAccountKeysHandleResponse - responseEnv: &ref_3988 + responseEnv: &ref_3986 type: object properties: - - &ref_1406 - schema: *ref_1402 + - &ref_1399 + schema: *ref_1395 serializedName: ListStorageAccountKeysResult language: - default: &ref_1405 + default: &ref_1398 name: ListStorageAccountKeysResult description: '' byValue: true embeddedType: true - go: *ref_1405 + go: *ref_1398 protocol: {} language: - default: &ref_1407 + default: &ref_1400 name: WorkspacesClientListStorageAccountKeysResponse description: WorkspacesClientListStorageAccountKeysResponse contains the response from method WorkspacesClient.ListStorageAccountKeys. marshallingFormat: json responseType: true - resultProp: *ref_1406 - go: *ref_1407 + resultProp: *ref_1399 + go: *ref_1400 protocol: {} protocol: {} - - &ref_2609 + - &ref_2602 operationId: Workspaces_ListNotebookKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1408 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1401 + schema: *ref_1292 implementation: Method required: true - language: &ref_2607 + language: &ref_2600 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41583,11 +41392,11 @@ operationGroups: protocol: http: in: path - - &ref_1409 + - &ref_1402 schema: *ref_1 implementation: Method required: true - language: &ref_2608 + language: &ref_2601 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41601,7 +41410,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41631,11 +41440,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1408 - - *ref_1409 + - *ref_1401 + - *ref_1402 responses: - - schema: *ref_954 - language: &ref_2610 + - schema: *ref_947 + language: &ref_2603 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -41650,7 +41459,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41691,64 +41500,64 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3894 + optionalParamGroup: &ref_3892 schema: type: object language: - default: &ref_1410 + default: &ref_1403 name: WorkspacesClientListNotebookKeysOptions description: WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method. - go: *ref_1410 + go: *ref_1403 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListNotebookKeysOptions language: - default: &ref_1411 + default: &ref_1404 name: options description: WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method. - go: *ref_1411 + go: *ref_1404 protocol: {} protocolNaming: internalMethod: listNotebookKeys requestMethod: listNotebookKeysCreateRequest responseMethod: listNotebookKeysHandleResponse - responseEnv: &ref_3989 + responseEnv: &ref_3987 type: object properties: - - &ref_1413 - schema: *ref_954 + - &ref_1406 + schema: *ref_947 serializedName: ListNotebookKeysResult language: - default: &ref_1412 + default: &ref_1405 name: ListNotebookKeysResult description: '' byValue: true embeddedType: true - go: *ref_1412 + go: *ref_1405 protocol: {} language: - default: &ref_1414 + default: &ref_1407 name: WorkspacesClientListNotebookKeysResponse description: WorkspacesClientListNotebookKeysResponse contains the response from method WorkspacesClient.ListNotebookKeys. marshallingFormat: json responseType: true - resultProp: *ref_1413 - go: *ref_1414 + resultProp: *ref_1406 + go: *ref_1407 protocol: {} protocol: {} - - &ref_2613 + - &ref_2606 operationId: Workspaces_ListOutboundNetworkDependenciesEndpoints apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1415 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1408 + schema: *ref_1292 implementation: Method required: true - language: &ref_2611 + language: &ref_2604 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41760,11 +41569,11 @@ operationGroups: protocol: http: in: path - - &ref_1416 + - &ref_1409 schema: *ref_1 implementation: Method required: true - language: &ref_2612 + language: &ref_2605 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41776,10 +41585,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41809,11 +41618,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1415 - - *ref_1416 + - *ref_1408 + - *ref_1409 responses: - - schema: *ref_1417 - language: &ref_2621 + - schema: *ref_1410 + language: &ref_2614 default: name: '' description: Success @@ -41828,7 +41637,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41881,50 +41690,50 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3895 + optionalParamGroup: &ref_3893 schema: type: object language: - default: &ref_1418 + default: &ref_1411 name: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions description: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method. - go: *ref_1418 + go: *ref_1411 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions language: - default: &ref_1419 + default: &ref_1412 name: options description: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method. - go: *ref_1419 + go: *ref_1412 protocol: {} protocolNaming: internalMethod: listOutboundNetworkDependenciesEndpoints requestMethod: listOutboundNetworkDependenciesEndpointsCreateRequest responseMethod: listOutboundNetworkDependenciesEndpointsHandleResponse - responseEnv: &ref_3990 + responseEnv: &ref_3988 type: object properties: - - &ref_1421 - schema: *ref_1417 + - &ref_1414 + schema: *ref_1410 serializedName: ExternalFQDNResponse language: - default: &ref_1420 + default: &ref_1413 name: ExternalFQDNResponse description: '' byValue: true embeddedType: true - go: *ref_1420 + go: *ref_1413 protocol: {} language: - default: &ref_1422 + default: &ref_1415 name: WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse description: WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse contains the response from method WorkspacesClient.ListOutboundNetworkDependenciesEndpoints. marshallingFormat: json responseType: true - resultProp: *ref_1421 - go: *ref_1422 + resultProp: *ref_1414 + go: *ref_1415 protocol: {} summary: Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. protocol: {} @@ -41938,24 +41747,24 @@ operationGroups: clientCtorName: NewWorkspacesClient clientName: WorkspacesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2624 + - &ref_2617 $key: Usages operations: - - &ref_2623 + - &ref_2616 operationId: Usages_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1424 - schema: *ref_1423 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1417 + schema: *ref_1416 implementation: Method required: true - language: &ref_2622 + language: &ref_2615 default: name: location description: The location for which resource usage is queried. @@ -41969,7 +41778,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41999,10 +41808,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1424 + - *ref_1417 responses: - - schema: *ref_1425 - language: &ref_2634 + - schema: *ref_1418 + language: &ref_2627 default: name: '' description: OK @@ -42017,7 +41826,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -42345,23 +42154,23 @@ operationGroups: azureARM: true clientName: UsagesClient openApiType: arm - optionalParamGroup: &ref_3896 + optionalParamGroup: &ref_3894 schema: type: object language: - default: &ref_1426 + default: &ref_1419 name: UsagesClientListOptions description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_1426 + go: *ref_1419 protocol: {} originalParameter: [] required: false serializedName: UsagesClientListOptions language: - default: &ref_1427 + default: &ref_1420 name: options description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_1427 + go: *ref_1420 protocol: {} paging: nextLinkName: NextLink @@ -42369,28 +42178,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_3991 + responseEnv: &ref_3989 type: object properties: - - &ref_1429 - schema: *ref_1425 + - &ref_1422 + schema: *ref_1418 serializedName: ListUsagesResult language: - default: &ref_1428 + default: &ref_1421 name: ListUsagesResult description: The List Usages operation response. byValue: true embeddedType: true - go: *ref_1428 + go: *ref_1421 protocol: {} language: - default: &ref_1430 + default: &ref_1423 name: UsagesClientListResponse description: UsagesClientListResponse contains the response from method UsagesClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1429 - go: *ref_1430 + resultProp: *ref_1422 + go: *ref_1423 protocol: {} protocol: {} language: @@ -42403,22 +42212,22 @@ operationGroups: clientCtorName: NewUsagesClient clientName: UsagesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2637 + - &ref_2630 $key: VirtualMachineSizes operations: - - &ref_2636 + - &ref_2629 operationId: VirtualMachineSizes_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1431 - schema: *ref_1423 + - *ref_1282 + - &ref_1424 + schema: *ref_1416 implementation: Method required: true - language: &ref_2635 + language: &ref_2628 default: name: location description: The location upon which virtual-machine-sizes is queried. @@ -42430,11 +42239,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1283 + - *ref_1291 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -42464,10 +42273,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1431 + - *ref_1424 responses: - - schema: *ref_1432 - language: &ref_2656 + - schema: *ref_1425 + language: &ref_2649 default: name: '' description: OK @@ -42482,7 +42291,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -42777,50 +42586,50 @@ operationGroups: azureARM: true clientName: VirtualMachineSizesClient openApiType: arm - optionalParamGroup: &ref_3897 + optionalParamGroup: &ref_3895 schema: type: object language: - default: &ref_1433 + default: &ref_1426 name: VirtualMachineSizesClientListOptions description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method. - go: *ref_1433 + go: *ref_1426 protocol: {} originalParameter: [] required: false serializedName: VirtualMachineSizesClientListOptions language: - default: &ref_1434 + default: &ref_1427 name: options description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method. - go: *ref_1434 + go: *ref_1427 protocol: {} protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_3992 + responseEnv: &ref_3990 type: object properties: - - &ref_1436 - schema: *ref_1432 + - &ref_1429 + schema: *ref_1425 serializedName: VirtualMachineSizeListResult language: - default: &ref_1435 + default: &ref_1428 name: VirtualMachineSizeListResult description: The List Virtual Machine size operation response. byValue: true embeddedType: true - go: *ref_1435 + go: *ref_1428 protocol: {} language: - default: &ref_1437 + default: &ref_1430 name: VirtualMachineSizesClientListResponse description: VirtualMachineSizesClientListResponse contains the response from method VirtualMachineSizesClient.List. marshallingFormat: json responseType: true - resultProp: *ref_1436 - go: *ref_1437 + resultProp: *ref_1429 + go: *ref_1430 protocol: {} protocol: {} language: @@ -42833,22 +42642,22 @@ operationGroups: clientCtorName: NewVirtualMachineSizesClient clientName: VirtualMachineSizesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2665 + - &ref_2658 $key: Quotas operations: - - &ref_2664 + - &ref_2657 operationId: Quotas_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1441 - schema: *ref_1423 + - *ref_1282 + - &ref_1434 + schema: *ref_1416 implementation: Method required: true - language: &ref_2657 + language: &ref_2650 default: name: location description: The location for update quota is queried. @@ -42860,16 +42669,16 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1283 + - *ref_1291 requestMediaTypes: - application/json: &ref_1440 + application/json: &ref_1433 parameters: - - &ref_1439 - schema: *ref_1438 + - &ref_1432 + schema: *ref_1431 implementation: Method required: true - language: &ref_2663 + language: &ref_2656 default: name: parameters description: Quota update parameters. @@ -42880,7 +42689,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -42897,7 +42706,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1439 + - *ref_1432 language: default: name: '' @@ -42914,12 +42723,12 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1440 + - *ref_1433 signatureParameters: - - *ref_1441 + - *ref_1434 responses: - - schema: *ref_1442 - language: &ref_2672 + - schema: *ref_1435 + language: &ref_2665 default: name: '' description: The operation was successful. @@ -42934,7 +42743,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -42993,65 +42802,65 @@ operationGroups: azureARM: true clientName: QuotasClient openApiType: arm - optionalParamGroup: &ref_3898 + optionalParamGroup: &ref_3896 schema: type: object language: - default: &ref_1443 + default: &ref_1436 name: QuotasClientUpdateOptions description: QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method. - go: *ref_1443 + go: *ref_1436 protocol: {} originalParameter: [] required: false serializedName: QuotasClientUpdateOptions language: - default: &ref_1444 + default: &ref_1437 name: options description: QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method. - go: *ref_1444 + go: *ref_1437 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_3993 + responseEnv: &ref_3991 type: object properties: - - &ref_1446 - schema: *ref_1442 + - &ref_1439 + schema: *ref_1435 serializedName: UpdateWorkspaceQuotasResult language: - default: &ref_1445 + default: &ref_1438 name: UpdateWorkspaceQuotasResult description: The result of update workspace quota. byValue: true embeddedType: true - go: *ref_1445 + go: *ref_1438 protocol: {} language: - default: &ref_1447 + default: &ref_1440 name: QuotasClientUpdateResponse description: QuotasClientUpdateResponse contains the response from method QuotasClient.Update. marshallingFormat: json responseType: true - resultProp: *ref_1446 - go: *ref_1447 + resultProp: *ref_1439 + go: *ref_1440 protocol: {} protocol: {} - - &ref_2674 + - &ref_2667 operationId: Quotas_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1448 - schema: *ref_1423 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1441 + schema: *ref_1416 implementation: Method required: true - language: &ref_2673 + language: &ref_2666 default: name: location description: The location for which resource usage is queried. @@ -43065,7 +42874,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43095,10 +42904,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1448 + - *ref_1441 responses: - - schema: *ref_1449 - language: &ref_2683 + - schema: *ref_1442 + language: &ref_2676 default: name: '' description: OK @@ -43113,7 +42922,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -43434,23 +43243,23 @@ operationGroups: azureARM: true clientName: QuotasClient openApiType: arm - optionalParamGroup: &ref_3899 + optionalParamGroup: &ref_3897 schema: type: object language: - default: &ref_1450 + default: &ref_1443 name: QuotasClientListOptions description: QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method. - go: *ref_1450 + go: *ref_1443 protocol: {} originalParameter: [] required: false serializedName: QuotasClientListOptions language: - default: &ref_1451 + default: &ref_1444 name: options description: QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method. - go: *ref_1451 + go: *ref_1444 protocol: {} paging: nextLinkName: NextLink @@ -43458,28 +43267,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_3994 + responseEnv: &ref_3992 type: object properties: - - &ref_1453 - schema: *ref_1449 + - &ref_1446 + schema: *ref_1442 serializedName: ListWorkspaceQuotas language: - default: &ref_1452 + default: &ref_1445 name: ListWorkspaceQuotas description: The List WorkspaceQuotasByVMFamily operation response. byValue: true embeddedType: true - go: *ref_1452 + go: *ref_1445 protocol: {} language: - default: &ref_1454 + default: &ref_1447 name: QuotasClientListResponse description: QuotasClientListResponse contains the response from method QuotasClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1453 - go: *ref_1454 + resultProp: *ref_1446 + go: *ref_1447 protocol: {} protocol: {} language: @@ -43492,23 +43301,23 @@ operationGroups: clientCtorName: NewQuotasClient clientName: QuotasClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2687 + - &ref_2680 $key: Compute operations: - - &ref_2686 + - &ref_2679 operationId: Compute_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1458 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1451 + schema: *ref_1292 implementation: Method required: true - language: &ref_2684 + language: &ref_2677 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -43520,11 +43329,11 @@ operationGroups: protocol: http: in: path - - &ref_1459 + - &ref_1452 schema: *ref_1 implementation: Method required: true - language: &ref_2685 + language: &ref_2678 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -43536,8 +43345,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1456 + - *ref_1283 + - &ref_1449 schema: *ref_1 implementation: Method language: @@ -43548,24 +43357,24 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1461 + paramGroup: &ref_1454 schema: type: object language: - default: &ref_1455 + default: &ref_1448 name: ComputeClientListOptions description: ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method. - go: *ref_1455 + go: *ref_1448 protocol: {} originalParameter: - - *ref_1456 + - *ref_1449 required: false serializedName: ComputeClientListOptions language: - default: &ref_1457 + default: &ref_1450 name: options description: ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method. - go: *ref_1457 + go: *ref_1450 protocol: {} serializedName: $skip protocol: @@ -43573,7 +43382,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43603,12 +43412,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1458 - - *ref_1459 - - *ref_1456 + - *ref_1451 + - *ref_1452 + - *ref_1449 responses: - - schema: *ref_1460 - language: &ref_2700 + - schema: *ref_1453 + language: &ref_2693 default: name: '' description: >- @@ -43627,7 +43436,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -43692,49 +43501,49 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: *ref_1461 + optionalParamGroup: *ref_1454 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_3995 + responseEnv: &ref_3993 type: object properties: - - &ref_1463 - schema: *ref_1460 + - &ref_1456 + schema: *ref_1453 serializedName: PaginatedComputeResourcesList language: - default: &ref_1462 + default: &ref_1455 name: PaginatedComputeResourcesList description: Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. byValue: true embeddedType: true - go: *ref_1462 + go: *ref_1455 protocol: {} language: - default: &ref_1464 + default: &ref_1457 name: ComputeClientListResponse description: ComputeClientListResponse contains the response from method ComputeClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1463 - go: *ref_1464 + resultProp: *ref_1456 + go: *ref_1457 protocol: {} protocol: {} - - &ref_2704 + - &ref_2697 operationId: Compute_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1465 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1458 + schema: *ref_1292 implementation: Method required: true - language: &ref_2701 + language: &ref_2694 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -43746,11 +43555,11 @@ operationGroups: protocol: http: in: path - - &ref_1466 + - &ref_1459 schema: *ref_1 implementation: Method required: true - language: &ref_2702 + language: &ref_2695 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -43762,11 +43571,11 @@ operationGroups: protocol: http: in: path - - &ref_1467 + - &ref_1460 schema: *ref_3 implementation: Method required: true - language: &ref_2703 + language: &ref_2696 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -43778,10 +43587,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43811,12 +43620,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1465 - - *ref_1466 - - *ref_1467 + - *ref_1458 + - *ref_1459 + - *ref_1460 responses: - - schema: *ref_90 - language: &ref_2705 + - schema: *ref_88 + language: &ref_2698 default: name: '' description: Success. @@ -43831,7 +43640,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -44019,64 +43828,64 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3900 + optionalParamGroup: &ref_3898 schema: type: object language: - default: &ref_1468 + default: &ref_1461 name: ComputeClientGetOptions description: ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method. - go: *ref_1468 + go: *ref_1461 protocol: {} originalParameter: [] required: false serializedName: ComputeClientGetOptions language: - default: &ref_1469 + default: &ref_1462 name: options description: ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method. - go: *ref_1469 + go: *ref_1462 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_3996 + responseEnv: &ref_3994 type: object properties: - - &ref_1471 - schema: *ref_90 + - &ref_1464 + schema: *ref_88 serializedName: ComputeResource language: - default: &ref_1470 + default: &ref_1463 name: ComputeResource description: Machine Learning compute object wrapped into ARM resource envelope. byValue: true embeddedType: true - go: *ref_1470 + go: *ref_1463 protocol: {} language: - default: &ref_1472 + default: &ref_1465 name: ComputeClientGetResponse description: ComputeClientGetResponse contains the response from method ComputeClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1471 - go: *ref_1472 + resultProp: *ref_1464 + go: *ref_1465 protocol: {} protocol: {} - - &ref_2778 + - &ref_2771 operationId: Compute_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1475 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1468 + schema: *ref_1292 implementation: Method required: true - language: &ref_2774 + language: &ref_2767 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -44088,11 +43897,11 @@ operationGroups: protocol: http: in: path - - &ref_1476 + - &ref_1469 schema: *ref_1 implementation: Method required: true - language: &ref_2775 + language: &ref_2768 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -44104,11 +43913,11 @@ operationGroups: protocol: http: in: path - - &ref_1477 + - &ref_1470 schema: *ref_3 implementation: Method required: true - language: &ref_2776 + language: &ref_2769 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -44120,15 +43929,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1474 + application/json: &ref_1467 parameters: - - &ref_1473 - schema: *ref_90 + - &ref_1466 + schema: *ref_88 implementation: Method required: true - language: &ref_2777 + language: &ref_2770 default: name: parameters description: Payload with Machine Learning compute definition. @@ -44139,7 +43948,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44156,7 +43965,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1473 + - *ref_1466 language: default: name: '' @@ -44173,14 +43982,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1474 + - *ref_1467 signatureParameters: - - *ref_1475 - - *ref_1476 - - *ref_1477 + - *ref_1468 + - *ref_1469 + - *ref_1470 responses: - - schema: *ref_90 - language: &ref_2779 + - schema: *ref_88 + language: &ref_2772 default: name: '' description: Compute creation or update initiated. @@ -44194,8 +44003,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_90 - language: &ref_2780 + - schema: *ref_88 + language: &ref_2773 default: name: '' description: Compute creation or update initiated. @@ -44220,7 +44029,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -44329,7 +44138,7 @@ operationGroups: vcName: null provisioningState: Creating resourceId: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - headers: &ref_2781 + headers: &ref_2774 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create a AML Compute: parameters: @@ -44375,7 +44184,7 @@ operationGroups: properties: computeType: AmlCompute provisioningState: Creating - headers: &ref_2783 + headers: &ref_2776 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create a DataFactory Compute: parameters: @@ -44409,7 +44218,7 @@ operationGroups: properties: computeType: DataFactory provisioningState: Creating - headers: &ref_2784 + headers: &ref_2777 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an AKS Compute: parameters: @@ -44442,7 +44251,7 @@ operationGroups: properties: computeType: AKS provisioningState: Creating - headers: &ref_2785 + headers: &ref_2778 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an ComputeInstance Compute: parameters: @@ -44487,7 +44296,7 @@ operationGroups: properties: computeType: ComputeInstance provisioningState: Creating - headers: &ref_2786 + headers: &ref_2779 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an ComputeInstance Compute with minimal inputs: parameters: @@ -44523,7 +44332,7 @@ operationGroups: properties: computeType: ComputeInstance provisioningState: Creating - headers: &ref_2787 + headers: &ref_2780 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Update a AML Compute: parameters: @@ -44592,7 +44401,7 @@ operationGroups: description: some compute computeType: AmlCompute provisioningState: Updating - headers: &ref_2788 + headers: &ref_2781 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Update an AKS Compute: parameters: @@ -44635,7 +44444,7 @@ operationGroups: computeType: AKS provisioningState: Updating resourceId: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - headers: &ref_2792 + headers: &ref_2785 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... x-ms-long-running-operation: true language: @@ -44651,80 +44460,80 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3901 + optionalParamGroup: &ref_3899 schema: type: object language: - default: &ref_1478 + default: &ref_1471 name: ComputeClientBeginCreateOrUpdateOptions description: ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method. - go: *ref_1478 + go: *ref_1471 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1479 + default: &ref_1472 name: string description: '' - go: *ref_1479 + go: *ref_1472 protocol: {} language: - default: &ref_1480 + default: &ref_1473 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1480 + go: *ref_1473 protocol: {} required: false serializedName: ComputeClientBeginCreateOrUpdateOptions language: - default: &ref_1481 + default: &ref_1474 name: options description: ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method. - go: *ref_1481 + go: *ref_1474 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_3997 + responseEnv: &ref_3995 type: object properties: - - &ref_1483 - schema: *ref_90 + - &ref_1476 + schema: *ref_88 serializedName: ComputeResource language: - default: &ref_1482 + default: &ref_1475 name: ComputeResource description: Machine Learning compute object wrapped into ARM resource envelope. byValue: true embeddedType: true - go: *ref_1482 + go: *ref_1475 protocol: {} language: - default: &ref_1484 + default: &ref_1477 name: ComputeClientCreateOrUpdateResponse description: ComputeClientCreateOrUpdateResponse contains the response from method ComputeClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1483 - go: *ref_1484 + resultProp: *ref_1476 + go: *ref_1477 protocol: {} protocol: {} - - &ref_2800 + - &ref_2793 operationId: Compute_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1488 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1481 + schema: *ref_1292 implementation: Method required: true - language: &ref_2793 + language: &ref_2786 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -44736,11 +44545,11 @@ operationGroups: protocol: http: in: path - - &ref_1489 + - &ref_1482 schema: *ref_1 implementation: Method required: true - language: &ref_2794 + language: &ref_2787 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -44752,11 +44561,11 @@ operationGroups: protocol: http: in: path - - &ref_1490 + - &ref_1483 schema: *ref_3 implementation: Method required: true - language: &ref_2795 + language: &ref_2788 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -44768,15 +44577,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1487 + application/json: &ref_1480 parameters: - - &ref_1486 - schema: *ref_1485 + - &ref_1479 + schema: *ref_1478 implementation: Method required: true - language: &ref_2799 + language: &ref_2792 default: name: parameters description: Additional parameters for cluster update. @@ -44787,7 +44596,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44804,7 +44613,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1486 + - *ref_1479 language: default: name: '' @@ -44821,14 +44630,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1487 + - *ref_1480 signatureParameters: - - *ref_1488 - - *ref_1489 - - *ref_1490 + - *ref_1481 + - *ref_1482 + - *ref_1483 responses: - - schema: *ref_90 - language: &ref_2801 + - schema: *ref_88 + language: &ref_2794 default: name: '' description: Compute update initiated. @@ -44843,7 +44652,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -44886,7 +44695,7 @@ operationGroups: description: some compute computeType: AmlCompute provisioningState: Updating - headers: &ref_2802 + headers: &ref_2795 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... x-ms-long-running-operation: true language: @@ -44901,80 +44710,80 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3902 + optionalParamGroup: &ref_3900 schema: type: object language: - default: &ref_1491 + default: &ref_1484 name: ComputeClientBeginUpdateOptions description: ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method. - go: *ref_1491 + go: *ref_1484 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1492 + default: &ref_1485 name: string description: '' - go: *ref_1492 + go: *ref_1485 protocol: {} language: - default: &ref_1493 + default: &ref_1486 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1493 + go: *ref_1486 protocol: {} required: false serializedName: ComputeClientBeginUpdateOptions language: - default: &ref_1494 + default: &ref_1487 name: options description: ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method. - go: *ref_1494 + go: *ref_1487 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_3998 + responseEnv: &ref_3996 type: object properties: - - &ref_1496 - schema: *ref_90 + - &ref_1489 + schema: *ref_88 serializedName: ComputeResource language: - default: &ref_1495 + default: &ref_1488 name: ComputeResource description: Machine Learning compute object wrapped into ARM resource envelope. byValue: true embeddedType: true - go: *ref_1495 + go: *ref_1488 protocol: {} language: - default: &ref_1497 + default: &ref_1490 name: ComputeClientUpdateResponse description: ComputeClientUpdateResponse contains the response from method ComputeClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1496 - go: *ref_1497 + resultProp: *ref_1489 + go: *ref_1490 protocol: {} protocol: {} - - &ref_2807 + - &ref_2800 operationId: Compute_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1499 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1492 + schema: *ref_1292 implementation: Method required: true - language: &ref_2803 + language: &ref_2796 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -44986,11 +44795,11 @@ operationGroups: protocol: http: in: path - - &ref_1500 + - &ref_1493 schema: *ref_1 implementation: Method required: true - language: &ref_2804 + language: &ref_2797 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45002,11 +44811,11 @@ operationGroups: protocol: http: in: path - - &ref_1501 + - &ref_1494 schema: *ref_3 implementation: Method required: true - language: &ref_2805 + language: &ref_2798 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45018,12 +44827,12 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1502 - schema: *ref_1498 + - *ref_1283 + - &ref_1495 + schema: *ref_1491 implementation: Method required: true - language: &ref_2806 + language: &ref_2799 default: name: underlyingResourceAction description: Delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'. @@ -45037,7 +44846,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45067,10 +44876,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1499 - - *ref_1500 - - *ref_1501 - - *ref_1502 + - *ref_1492 + - *ref_1493 + - *ref_1494 + - *ref_1495 responses: - language: default: @@ -45093,7 +44902,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1503 + - schema: *ref_1496 header: Azure-AsyncOperation language: default: @@ -45102,7 +44911,7 @@ operationGroups: go: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - - schema: *ref_1504 + - schema: *ref_1497 header: Location language: default: @@ -45125,7 +44934,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45154,7 +44963,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_2808 + headers: &ref_2801 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/...pathToOperationResult... '204': {} @@ -45171,66 +44980,66 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3903 + optionalParamGroup: &ref_3901 schema: type: object language: - default: &ref_1505 + default: &ref_1498 name: ComputeClientBeginDeleteOptions description: ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method. - go: *ref_1505 + go: *ref_1498 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1506 + default: &ref_1499 name: string description: '' - go: *ref_1506 + go: *ref_1499 protocol: {} language: - default: &ref_1507 + default: &ref_1500 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1507 + go: *ref_1500 protocol: {} required: false serializedName: ComputeClientBeginDeleteOptions language: - default: &ref_1508 + default: &ref_1501 name: options description: ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method. - go: *ref_1508 + go: *ref_1501 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_3999 + responseEnv: &ref_3997 type: object language: - default: &ref_1509 + default: &ref_1502 name: ComputeClientDeleteResponse description: ComputeClientDeleteResponse contains the response from method ComputeClient.BeginDelete. forLRO: true responseType: true - go: *ref_1509 + go: *ref_1502 protocol: {} protocol: {} - - &ref_2812 + - &ref_2805 operationId: Compute_ListNodes apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1510 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1503 + schema: *ref_1292 implementation: Method required: true - language: &ref_2809 + language: &ref_2802 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -45242,11 +45051,11 @@ operationGroups: protocol: http: in: path - - &ref_1511 + - &ref_1504 schema: *ref_1 implementation: Method required: true - language: &ref_2810 + language: &ref_2803 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45258,11 +45067,11 @@ operationGroups: protocol: http: in: path - - &ref_1512 + - &ref_1505 schema: *ref_3 implementation: Method required: true - language: &ref_2811 + language: &ref_2804 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45274,10 +45083,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45307,12 +45116,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1510 - - *ref_1511 - - *ref_1512 + - *ref_1503 + - *ref_1504 + - *ref_1505 responses: - - schema: *ref_1513 - language: &ref_2821 + - schema: *ref_1506 + language: &ref_2814 default: name: '' description: The operation was successful. The response contains the list of IP addresses. @@ -45327,7 +45136,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45384,23 +45193,23 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3904 + optionalParamGroup: &ref_3902 schema: type: object language: - default: &ref_1514 + default: &ref_1507 name: ComputeClientListNodesOptions description: ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.NewListNodesPager method. - go: *ref_1514 + go: *ref_1507 protocol: {} originalParameter: [] required: false serializedName: ComputeClientListNodesOptions language: - default: &ref_1515 + default: &ref_1508 name: options description: ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.NewListNodesPager method. - go: *ref_1515 + go: *ref_1508 protocol: {} paging: itemName: nodes @@ -45409,42 +45218,42 @@ operationGroups: internalMethod: listNodes requestMethod: listNodesCreateRequest responseMethod: listNodesHandleResponse - responseEnv: &ref_4000 + responseEnv: &ref_3998 type: object properties: - - &ref_1517 - schema: *ref_1513 + - &ref_1510 + schema: *ref_1506 serializedName: AmlComputeNodesInformation language: - default: &ref_1516 + default: &ref_1509 name: AmlComputeNodesInformation description: Result of AmlCompute Nodes byValue: true embeddedType: true - go: *ref_1516 + go: *ref_1509 protocol: {} language: - default: &ref_1518 + default: &ref_1511 name: ComputeClientListNodesResponse description: ComputeClientListNodesResponse contains the response from method ComputeClient.NewListNodesPager. marshallingFormat: json responseType: true - resultProp: *ref_1517 - go: *ref_1518 + resultProp: *ref_1510 + go: *ref_1511 protocol: {} protocol: {} - - &ref_2825 + - &ref_2818 operationId: Compute_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1519 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1512 + schema: *ref_1292 implementation: Method required: true - language: &ref_2822 + language: &ref_2815 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -45456,11 +45265,11 @@ operationGroups: protocol: http: in: path - - &ref_1520 + - &ref_1513 schema: *ref_1 implementation: Method required: true - language: &ref_2823 + language: &ref_2816 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45472,11 +45281,11 @@ operationGroups: protocol: http: in: path - - &ref_1521 + - &ref_1514 schema: *ref_3 implementation: Method required: true - language: &ref_2824 + language: &ref_2817 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45488,10 +45297,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45521,12 +45330,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1519 - - *ref_1520 - - *ref_1521 + - *ref_1512 + - *ref_1513 + - *ref_1514 responses: - - schema: *ref_1025 - language: &ref_2832 + - schema: *ref_1018 + language: &ref_2825 default: name: '' description: Success. @@ -45542,7 +45351,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45586,75 +45395,75 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3905 + optionalParamGroup: &ref_3903 schema: type: object language: - default: &ref_1522 + default: &ref_1515 name: ComputeClientListKeysOptions description: ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method. - go: *ref_1522 + go: *ref_1515 protocol: {} originalParameter: [] required: false serializedName: ComputeClientListKeysOptions language: - default: &ref_1523 + default: &ref_1516 name: options description: ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method. - go: *ref_1523 + go: *ref_1516 protocol: {} protocolNaming: internalMethod: listKeys requestMethod: listKeysCreateRequest responseMethod: listKeysHandleResponse - responseEnv: &ref_4001 + responseEnv: &ref_3999 type: object properties: - - &ref_1528 + - &ref_1521 schema: type: object - children: *ref_1524 - discriminator: *ref_1525 + children: *ref_1517 + discriminator: *ref_1518 language: - default: &ref_1526 + default: &ref_1519 name: ComputeSecretsClassification description: discriminated type discriminatorInterface: ComputeSecretsClassification - go: *ref_1526 + go: *ref_1519 protocol: {} isDiscriminator: true serializedName: ComputeSecrets language: - default: &ref_1527 + default: &ref_1520 name: ComputeSecrets description: Secrets related to a Machine Learning compute. Might differ for every type of compute. byValue: true embeddedType: true - go: *ref_1527 + go: *ref_1520 protocol: {} language: - default: &ref_1529 + default: &ref_1522 name: ComputeClientListKeysResponse description: ComputeClientListKeysResponse contains the response from method ComputeClient.ListKeys. marshallingFormat: json responseType: true - resultProp: *ref_1528 - go: *ref_1529 + resultProp: *ref_1521 + go: *ref_1522 protocol: {} protocol: {} - - &ref_2836 + - &ref_2829 operationId: Compute_Start apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1530 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1523 + schema: *ref_1292 implementation: Method required: true - language: &ref_2833 + language: &ref_2826 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -45666,11 +45475,11 @@ operationGroups: protocol: http: in: path - - &ref_1531 + - &ref_1524 schema: *ref_1 implementation: Method required: true - language: &ref_2834 + language: &ref_2827 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45682,11 +45491,11 @@ operationGroups: protocol: http: in: path - - &ref_1532 + - &ref_1525 schema: *ref_3 implementation: Method required: true - language: &ref_2835 + language: &ref_2828 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45698,10 +45507,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45731,9 +45540,9 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1530 - - *ref_1531 - - *ref_1532 + - *ref_1523 + - *ref_1524 + - *ref_1525 responses: - language: default: @@ -45747,7 +45556,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45787,66 +45596,66 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3906 + optionalParamGroup: &ref_3904 schema: type: object language: - default: &ref_1533 + default: &ref_1526 name: ComputeClientBeginStartOptions description: ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method. - go: *ref_1533 + go: *ref_1526 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1534 + default: &ref_1527 name: string description: '' - go: *ref_1534 + go: *ref_1527 protocol: {} language: - default: &ref_1535 + default: &ref_1528 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1535 + go: *ref_1528 protocol: {} required: false serializedName: ComputeClientBeginStartOptions language: - default: &ref_1536 + default: &ref_1529 name: options description: ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method. - go: *ref_1536 + go: *ref_1529 protocol: {} protocolNaming: internalMethod: start requestMethod: startCreateRequest responseMethod: startHandleResponse - responseEnv: &ref_4002 + responseEnv: &ref_4000 type: object language: - default: &ref_1537 + default: &ref_1530 name: ComputeClientStartResponse description: ComputeClientStartResponse contains the response from method ComputeClient.BeginStart. forLRO: true responseType: true - go: *ref_1537 + go: *ref_1530 protocol: {} protocol: {} - - &ref_2840 + - &ref_2833 operationId: Compute_Stop apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1538 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1531 + schema: *ref_1292 implementation: Method required: true - language: &ref_2837 + language: &ref_2830 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -45858,11 +45667,11 @@ operationGroups: protocol: http: in: path - - &ref_1539 + - &ref_1532 schema: *ref_1 implementation: Method required: true - language: &ref_2838 + language: &ref_2831 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45874,11 +45683,11 @@ operationGroups: protocol: http: in: path - - &ref_1540 + - &ref_1533 schema: *ref_3 implementation: Method required: true - language: &ref_2839 + language: &ref_2832 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45890,10 +45699,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45923,9 +45732,9 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1538 - - *ref_1539 - - *ref_1540 + - *ref_1531 + - *ref_1532 + - *ref_1533 responses: - language: default: @@ -45939,7 +45748,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45979,66 +45788,66 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3907 + optionalParamGroup: &ref_3905 schema: type: object language: - default: &ref_1541 + default: &ref_1534 name: ComputeClientBeginStopOptions description: ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method. - go: *ref_1541 + go: *ref_1534 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1542 + default: &ref_1535 name: string description: '' - go: *ref_1542 + go: *ref_1535 protocol: {} language: - default: &ref_1543 + default: &ref_1536 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1543 + go: *ref_1536 protocol: {} required: false serializedName: ComputeClientBeginStopOptions language: - default: &ref_1544 + default: &ref_1537 name: options description: ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method. - go: *ref_1544 + go: *ref_1537 protocol: {} protocolNaming: internalMethod: stop requestMethod: stopCreateRequest responseMethod: stopHandleResponse - responseEnv: &ref_4003 + responseEnv: &ref_4001 type: object language: - default: &ref_1545 + default: &ref_1538 name: ComputeClientStopResponse description: ComputeClientStopResponse contains the response from method ComputeClient.BeginStop. forLRO: true responseType: true - go: *ref_1545 + go: *ref_1538 protocol: {} protocol: {} - - &ref_2844 + - &ref_2837 operationId: Compute_Restart apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1546 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1539 + schema: *ref_1292 implementation: Method required: true - language: &ref_2841 + language: &ref_2834 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46050,11 +45859,11 @@ operationGroups: protocol: http: in: path - - &ref_1547 + - &ref_1540 schema: *ref_1 implementation: Method required: true - language: &ref_2842 + language: &ref_2835 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46066,11 +45875,11 @@ operationGroups: protocol: http: in: path - - &ref_1548 + - &ref_1541 schema: *ref_3 implementation: Method required: true - language: &ref_2843 + language: &ref_2836 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -46082,10 +45891,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46115,9 +45924,9 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1546 - - *ref_1547 - - *ref_1548 + - *ref_1539 + - *ref_1540 + - *ref_1541 responses: - language: default: @@ -46131,7 +45940,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -46171,52 +45980,52 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3908 + optionalParamGroup: &ref_3906 schema: type: object language: - default: &ref_1549 + default: &ref_1542 name: ComputeClientBeginRestartOptions description: ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method. - go: *ref_1549 + go: *ref_1542 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1550 + default: &ref_1543 name: string description: '' - go: *ref_1550 + go: *ref_1543 protocol: {} language: - default: &ref_1551 + default: &ref_1544 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1551 + go: *ref_1544 protocol: {} required: false serializedName: ComputeClientBeginRestartOptions language: - default: &ref_1552 + default: &ref_1545 name: options description: ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method. - go: *ref_1552 + go: *ref_1545 protocol: {} protocolNaming: internalMethod: restart requestMethod: restartCreateRequest responseMethod: restartHandleResponse - responseEnv: &ref_4004 + responseEnv: &ref_4002 type: object language: - default: &ref_1553 + default: &ref_1546 name: ComputeClientRestartResponse description: ComputeClientRestartResponse contains the response from method ComputeClient.BeginRestart. forLRO: true responseType: true - go: *ref_1553 + go: *ref_1546 protocol: {} protocol: {} language: @@ -46229,22 +46038,22 @@ operationGroups: clientCtorName: NewComputeClient clientName: ComputeClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2848 + - &ref_2841 $key: PrivateEndpointConnections operations: - - &ref_2847 + - &ref_2840 operationId: PrivateEndpointConnections_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1554 - schema: *ref_1299 + - *ref_1282 + - &ref_1547 + schema: *ref_1292 implementation: Method required: true - language: &ref_2845 + language: &ref_2838 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46256,11 +46065,11 @@ operationGroups: protocol: http: in: path - - &ref_1555 + - &ref_1548 schema: *ref_1 implementation: Method required: true - language: &ref_2846 + language: &ref_2839 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46272,11 +46081,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1283 + - *ref_1291 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46306,11 +46115,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1554 - - *ref_1555 + - *ref_1547 + - *ref_1548 responses: - - schema: *ref_1556 - language: &ref_2850 + - schema: *ref_1549 + language: &ref_2843 default: name: '' description: OK -- Successfully retrieved private endpoint connections. @@ -46325,7 +46134,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -46391,23 +46200,23 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_3909 + optionalParamGroup: &ref_3907 schema: type: object language: - default: &ref_1557 + default: &ref_1550 name: PrivateEndpointConnectionsClientListOptions description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_1557 + go: *ref_1550 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientListOptions language: - default: &ref_1558 + default: &ref_1551 name: options description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_1558 + go: *ref_1551 protocol: {} paging: nextLinkName: null @@ -46415,42 +46224,42 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4005 + responseEnv: &ref_4003 type: object properties: - - &ref_1560 - schema: *ref_1556 + - &ref_1553 + schema: *ref_1549 serializedName: PrivateEndpointConnectionListResult language: - default: &ref_1559 + default: &ref_1552 name: PrivateEndpointConnectionListResult description: List of private endpoint connection associated with the specified workspace byValue: true embeddedType: true - go: *ref_1559 + go: *ref_1552 protocol: {} language: - default: &ref_1561 + default: &ref_1554 name: PrivateEndpointConnectionsClientListResponse description: PrivateEndpointConnectionsClientListResponse contains the response from method PrivateEndpointConnectionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1560 - go: *ref_1561 + resultProp: *ref_1553 + go: *ref_1554 protocol: {} protocol: {} - - &ref_2854 + - &ref_2847 operationId: PrivateEndpointConnections_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1562 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1555 + schema: *ref_1292 implementation: Method required: true - language: &ref_2851 + language: &ref_2844 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46462,11 +46271,11 @@ operationGroups: protocol: http: in: path - - &ref_1563 + - &ref_1556 schema: *ref_1 implementation: Method required: true - language: &ref_2852 + language: &ref_2845 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46478,11 +46287,11 @@ operationGroups: protocol: http: in: path - - &ref_1564 + - &ref_1557 schema: *ref_4 implementation: Method required: true - language: &ref_2853 + language: &ref_2846 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace @@ -46494,10 +46303,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46527,12 +46336,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1562 - - *ref_1563 - - *ref_1564 + - *ref_1555 + - *ref_1556 + - *ref_1557 responses: - - schema: *ref_846 - language: &ref_2855 + - schema: *ref_840 + language: &ref_2848 default: name: '' description: OK -- Get the private endpoint connection properties successfully. @@ -46547,7 +46356,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -46599,64 +46408,64 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_3910 + optionalParamGroup: &ref_3908 schema: type: object language: - default: &ref_1565 + default: &ref_1558 name: PrivateEndpointConnectionsClientGetOptions description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_1565 + go: *ref_1558 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientGetOptions language: - default: &ref_1566 + default: &ref_1559 name: options description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_1566 + go: *ref_1559 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4006 + responseEnv: &ref_4004 type: object properties: - - &ref_1568 - schema: *ref_846 + - &ref_1561 + schema: *ref_840 serializedName: PrivateEndpointConnection language: - default: &ref_1567 + default: &ref_1560 name: PrivateEndpointConnection description: The Private Endpoint Connection resource. byValue: true embeddedType: true - go: *ref_1567 + go: *ref_1560 protocol: {} language: - default: &ref_1569 + default: &ref_1562 name: PrivateEndpointConnectionsClientGetResponse description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1568 - go: *ref_1569 + resultProp: *ref_1561 + go: *ref_1562 protocol: {} protocol: {} - - &ref_2860 + - &ref_2853 operationId: PrivateEndpointConnections_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1572 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1565 + schema: *ref_1292 implementation: Method required: true - language: &ref_2856 + language: &ref_2849 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46668,11 +46477,11 @@ operationGroups: protocol: http: in: path - - &ref_1573 + - &ref_1566 schema: *ref_1 implementation: Method required: true - language: &ref_2857 + language: &ref_2850 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46684,11 +46493,11 @@ operationGroups: protocol: http: in: path - - &ref_1574 + - &ref_1567 schema: *ref_4 implementation: Method required: true - language: &ref_2858 + language: &ref_2851 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace @@ -46700,15 +46509,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1571 + application/json: &ref_1564 parameters: - - &ref_1570 - schema: *ref_846 + - &ref_1563 + schema: *ref_840 implementation: Method required: true - language: &ref_2859 + language: &ref_2852 default: name: properties description: The private endpoint connection properties. @@ -46719,7 +46528,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46736,7 +46545,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1570 + - *ref_1563 language: default: name: '' @@ -46753,14 +46562,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1571 + - *ref_1564 signatureParameters: - - *ref_1572 - - *ref_1573 - - *ref_1574 + - *ref_1565 + - *ref_1566 + - *ref_1567 responses: - - schema: *ref_846 - language: &ref_2861 + - schema: *ref_840 + language: &ref_2854 default: name: '' description: OK -- Update the private endpoint connection properties successfully. @@ -46775,7 +46584,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -46832,64 +46641,64 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_3911 + optionalParamGroup: &ref_3909 schema: type: object language: - default: &ref_1575 + default: &ref_1568 name: PrivateEndpointConnectionsClientCreateOrUpdateOptions description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_1575 + go: *ref_1568 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientCreateOrUpdateOptions language: - default: &ref_1576 + default: &ref_1569 name: options description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_1576 + go: *ref_1569 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4007 + responseEnv: &ref_4005 type: object properties: - - &ref_1578 - schema: *ref_846 + - &ref_1571 + schema: *ref_840 serializedName: PrivateEndpointConnection language: - default: &ref_1577 + default: &ref_1570 name: PrivateEndpointConnection description: The Private Endpoint Connection resource. byValue: true embeddedType: true - go: *ref_1577 + go: *ref_1570 protocol: {} language: - default: &ref_1579 + default: &ref_1572 name: PrivateEndpointConnectionsClientCreateOrUpdateResponse description: PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1578 - go: *ref_1579 + resultProp: *ref_1571 + go: *ref_1572 protocol: {} protocol: {} - - &ref_2865 + - &ref_2858 operationId: PrivateEndpointConnections_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1580 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1573 + schema: *ref_1292 implementation: Method required: true - language: &ref_2862 + language: &ref_2855 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46901,11 +46710,11 @@ operationGroups: protocol: http: in: path - - &ref_1581 + - &ref_1574 schema: *ref_1 implementation: Method required: true - language: &ref_2863 + language: &ref_2856 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46917,11 +46726,11 @@ operationGroups: protocol: http: in: path - - &ref_1582 + - &ref_1575 schema: *ref_4 implementation: Method required: true - language: &ref_2864 + language: &ref_2857 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace @@ -46933,10 +46742,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46966,9 +46775,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1580 - - *ref_1581 - - *ref_1582 + - *ref_1573 + - *ref_1574 + - *ref_1575 responses: - language: default: @@ -46993,7 +46802,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47034,36 +46843,36 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_3912 + optionalParamGroup: &ref_3910 schema: type: object language: - default: &ref_1583 + default: &ref_1576 name: PrivateEndpointConnectionsClientDeleteOptions description: PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method. - go: *ref_1583 + go: *ref_1576 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientDeleteOptions language: - default: &ref_1584 + default: &ref_1577 name: options description: PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method. - go: *ref_1584 + go: *ref_1577 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4008 + responseEnv: &ref_4006 type: object language: - default: &ref_1585 + default: &ref_1578 name: PrivateEndpointConnectionsClientDeleteResponse description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.Delete. responseType: true - go: *ref_1585 + go: *ref_1578 protocol: {} protocol: {} language: @@ -47076,23 +46885,23 @@ operationGroups: clientCtorName: NewPrivateEndpointConnectionsClient clientName: PrivateEndpointConnectionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2869 + - &ref_2862 $key: PrivateLinkResources operations: - - &ref_2868 + - &ref_2861 operationId: PrivateLinkResources_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1586 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1579 + schema: *ref_1292 implementation: Method required: true - language: &ref_2866 + language: &ref_2859 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47104,11 +46913,11 @@ operationGroups: protocol: http: in: path - - &ref_1587 + - &ref_1580 schema: *ref_1 implementation: Method required: true - language: &ref_2867 + language: &ref_2860 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47120,10 +46929,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47153,11 +46962,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1586 - - *ref_1587 + - *ref_1579 + - *ref_1580 responses: - - schema: *ref_1588 - language: &ref_2874 + - schema: *ref_1581 + language: &ref_2867 default: name: '' description: Successfully retrieved private link resources. @@ -47172,7 +46981,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47220,50 +47029,50 @@ operationGroups: azureARM: true clientName: PrivateLinkResourcesClient openApiType: arm - optionalParamGroup: &ref_3913 + optionalParamGroup: &ref_3911 schema: type: object language: - default: &ref_1589 + default: &ref_1582 name: PrivateLinkResourcesClientListOptions description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method. - go: *ref_1589 + go: *ref_1582 protocol: {} originalParameter: [] required: false serializedName: PrivateLinkResourcesClientListOptions language: - default: &ref_1590 + default: &ref_1583 name: options description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method. - go: *ref_1590 + go: *ref_1583 protocol: {} protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4009 + responseEnv: &ref_4007 type: object properties: - - &ref_1592 - schema: *ref_1588 + - &ref_1585 + schema: *ref_1581 serializedName: PrivateLinkResourceListResult language: - default: &ref_1591 + default: &ref_1584 name: PrivateLinkResourceListResult description: A list of private link resources byValue: true embeddedType: true - go: *ref_1591 + go: *ref_1584 protocol: {} language: - default: &ref_1593 + default: &ref_1586 name: PrivateLinkResourcesClientListResponse description: PrivateLinkResourcesClientListResponse contains the response from method PrivateLinkResourcesClient.List. marshallingFormat: json responseType: true - resultProp: *ref_1592 - go: *ref_1593 + resultProp: *ref_1585 + go: *ref_1586 protocol: {} protocol: {} language: @@ -47276,23 +47085,23 @@ operationGroups: clientCtorName: NewPrivateLinkResourcesClient clientName: PrivateLinkResourcesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2880 + - &ref_2873 $key: WorkspaceConnections operations: - - &ref_2879 + - &ref_2872 operationId: WorkspaceConnections_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1599 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1592 + schema: *ref_1292 implementation: Method required: true - language: &ref_2875 + language: &ref_2868 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47304,11 +47113,11 @@ operationGroups: protocol: http: in: path - - &ref_1600 + - &ref_1593 schema: *ref_1 implementation: Method required: true - language: &ref_2876 + language: &ref_2869 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47320,11 +47129,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1595 + - *ref_1283 + - &ref_1588 schema: *ref_4 implementation: Method - language: &ref_2877 + language: &ref_2870 default: name: target description: Target of the workspace connection. @@ -47332,21 +47141,21 @@ operationGroups: go: name: Target description: Target of the workspace connection. - paramGroup: &ref_1596 + paramGroup: &ref_1589 schema: type: object language: - default: &ref_1594 + default: &ref_1587 name: WorkspaceConnectionsClientListOptions description: WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.NewListPager method. - go: *ref_1594 + go: *ref_1587 protocol: {} originalParameter: - - *ref_1595 - - &ref_1598 + - *ref_1588 + - &ref_1591 schema: *ref_4 implementation: Method - language: &ref_2878 + language: &ref_2871 default: name: category description: Category of the workspace connection. @@ -47354,7 +47163,7 @@ operationGroups: go: name: Category description: Category of the workspace connection. - paramGroup: *ref_1596 + paramGroup: *ref_1589 serializedName: category protocol: http: @@ -47362,19 +47171,19 @@ operationGroups: required: false serializedName: WorkspaceConnectionsClientListOptions language: - default: &ref_1597 + default: &ref_1590 name: options description: WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.NewListPager method. - go: *ref_1597 + go: *ref_1590 protocol: {} serializedName: target protocol: http: in: query - - *ref_1598 + - *ref_1591 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47404,13 +47213,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1599 - - *ref_1600 - - *ref_1595 - - *ref_1598 + - *ref_1592 + - *ref_1593 + - *ref_1588 + - *ref_1591 responses: - - schema: *ref_1601 - language: &ref_2887 + - schema: *ref_1594 + language: &ref_2880 default: name: '' description: >- @@ -47429,7 +47238,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47489,49 +47298,49 @@ operationGroups: azureARM: true clientName: WorkspaceConnectionsClient openApiType: arm - optionalParamGroup: *ref_1596 + optionalParamGroup: *ref_1589 paging: nextLinkName: null protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4010 + responseEnv: &ref_4008 type: object properties: - - &ref_1603 - schema: *ref_1601 + - &ref_1596 + schema: *ref_1594 serializedName: PaginatedWorkspaceConnectionsList language: - default: &ref_1602 + default: &ref_1595 name: PaginatedWorkspaceConnectionsList description: Paginated list of Workspace connection objects. byValue: true embeddedType: true - go: *ref_1602 + go: *ref_1595 protocol: {} language: - default: &ref_1604 + default: &ref_1597 name: WorkspaceConnectionsClientListResponse description: WorkspaceConnectionsClientListResponse contains the response from method WorkspaceConnectionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1603 - go: *ref_1604 + resultProp: *ref_1596 + go: *ref_1597 protocol: {} protocol: {} - - &ref_2892 + - &ref_2885 operationId: WorkspaceConnections_Create apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1607 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1600 + schema: *ref_1292 implementation: Method required: true - language: &ref_2888 + language: &ref_2881 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47543,11 +47352,11 @@ operationGroups: protocol: http: in: path - - &ref_1608 + - &ref_1601 schema: *ref_1 implementation: Method required: true - language: &ref_2889 + language: &ref_2882 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47559,11 +47368,11 @@ operationGroups: protocol: http: in: path - - &ref_1609 + - &ref_1602 schema: *ref_4 implementation: Method required: true - language: &ref_2890 + language: &ref_2883 default: name: connectionName description: Friendly name of the workspace connection @@ -47575,15 +47384,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1606 + application/json: &ref_1599 parameters: - - &ref_1605 - schema: *ref_848 + - &ref_1598 + schema: *ref_842 implementation: Method required: true - language: &ref_2891 + language: &ref_2884 default: name: parameters description: The object for creating or updating a new workspace connection @@ -47594,7 +47403,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47611,7 +47420,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1605 + - *ref_1598 language: default: name: '' @@ -47628,14 +47437,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1606 + - *ref_1599 signatureParameters: - - *ref_1607 - - *ref_1608 - - *ref_1609 + - *ref_1600 + - *ref_1601 + - *ref_1602 responses: - - schema: *ref_848 - language: &ref_2893 + - schema: *ref_842 + language: &ref_2886 default: name: '' description: Successfully created the workspace connection. @@ -47650,7 +47459,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47704,64 +47513,64 @@ operationGroups: azureARM: true clientName: WorkspaceConnectionsClient openApiType: arm - optionalParamGroup: &ref_3914 + optionalParamGroup: &ref_3912 schema: type: object language: - default: &ref_1610 + default: &ref_1603 name: WorkspaceConnectionsClientCreateOptions description: WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method. - go: *ref_1610 + go: *ref_1603 protocol: {} originalParameter: [] required: false serializedName: WorkspaceConnectionsClientCreateOptions language: - default: &ref_1611 + default: &ref_1604 name: options description: WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method. - go: *ref_1611 + go: *ref_1604 protocol: {} protocolNaming: internalMethod: create requestMethod: createCreateRequest responseMethod: createHandleResponse - responseEnv: &ref_4011 + responseEnv: &ref_4009 type: object properties: - - &ref_1613 - schema: *ref_848 + - &ref_1606 + schema: *ref_842 serializedName: WorkspaceConnection language: - default: &ref_1612 + default: &ref_1605 name: WorkspaceConnection description: Workspace connection. byValue: true embeddedType: true - go: *ref_1612 + go: *ref_1605 protocol: {} language: - default: &ref_1614 + default: &ref_1607 name: WorkspaceConnectionsClientCreateResponse description: WorkspaceConnectionsClientCreateResponse contains the response from method WorkspaceConnectionsClient.Create. marshallingFormat: json responseType: true - resultProp: *ref_1613 - go: *ref_1614 + resultProp: *ref_1606 + go: *ref_1607 protocol: {} protocol: {} - - &ref_2897 + - &ref_2890 operationId: WorkspaceConnections_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1615 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1608 + schema: *ref_1292 implementation: Method required: true - language: &ref_2894 + language: &ref_2887 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47773,11 +47582,11 @@ operationGroups: protocol: http: in: path - - &ref_1616 + - &ref_1609 schema: *ref_1 implementation: Method required: true - language: &ref_2895 + language: &ref_2888 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47789,11 +47598,11 @@ operationGroups: protocol: http: in: path - - &ref_1617 + - &ref_1610 schema: *ref_4 implementation: Method required: true - language: &ref_2896 + language: &ref_2889 default: name: connectionName description: Friendly name of the workspace connection @@ -47805,10 +47614,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47838,12 +47647,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1615 - - *ref_1616 - - *ref_1617 + - *ref_1608 + - *ref_1609 + - *ref_1610 responses: - - schema: *ref_848 - language: &ref_2898 + - schema: *ref_842 + language: &ref_2891 default: name: '' description: Successfully retrieved the detail of the linked workspace. @@ -47858,7 +47667,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47906,64 +47715,64 @@ operationGroups: azureARM: true clientName: WorkspaceConnectionsClient openApiType: arm - optionalParamGroup: &ref_3915 + optionalParamGroup: &ref_3913 schema: type: object language: - default: &ref_1618 + default: &ref_1611 name: WorkspaceConnectionsClientGetOptions description: WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method. - go: *ref_1618 + go: *ref_1611 protocol: {} originalParameter: [] required: false serializedName: WorkspaceConnectionsClientGetOptions language: - default: &ref_1619 + default: &ref_1612 name: options description: WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method. - go: *ref_1619 + go: *ref_1612 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4012 + responseEnv: &ref_4010 type: object properties: - - &ref_1621 - schema: *ref_848 + - &ref_1614 + schema: *ref_842 serializedName: WorkspaceConnection language: - default: &ref_1620 + default: &ref_1613 name: WorkspaceConnection description: Workspace connection. byValue: true embeddedType: true - go: *ref_1620 + go: *ref_1613 protocol: {} language: - default: &ref_1622 + default: &ref_1615 name: WorkspaceConnectionsClientGetResponse description: WorkspaceConnectionsClientGetResponse contains the response from method WorkspaceConnectionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1621 - go: *ref_1622 + resultProp: *ref_1614 + go: *ref_1615 protocol: {} protocol: {} - - &ref_2902 + - &ref_2895 operationId: WorkspaceConnections_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1623 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1616 + schema: *ref_1292 implementation: Method required: true - language: &ref_2899 + language: &ref_2892 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47975,11 +47784,11 @@ operationGroups: protocol: http: in: path - - &ref_1624 + - &ref_1617 schema: *ref_1 implementation: Method required: true - language: &ref_2900 + language: &ref_2893 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47991,11 +47800,11 @@ operationGroups: protocol: http: in: path - - &ref_1625 + - &ref_1618 schema: *ref_4 implementation: Method required: true - language: &ref_2901 + language: &ref_2894 default: name: connectionName description: Friendly name of the workspace connection @@ -48007,10 +47816,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48040,9 +47849,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1623 - - *ref_1624 - - *ref_1625 + - *ref_1616 + - *ref_1617 + - *ref_1618 responses: - language: default: @@ -48067,7 +47876,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -48107,36 +47916,36 @@ operationGroups: azureARM: true clientName: WorkspaceConnectionsClient openApiType: arm - optionalParamGroup: &ref_3916 + optionalParamGroup: &ref_3914 schema: type: object language: - default: &ref_1626 + default: &ref_1619 name: WorkspaceConnectionsClientDeleteOptions description: WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method. - go: *ref_1626 + go: *ref_1619 protocol: {} originalParameter: [] required: false serializedName: WorkspaceConnectionsClientDeleteOptions language: - default: &ref_1627 + default: &ref_1620 name: options description: WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method. - go: *ref_1627 + go: *ref_1620 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4013 + responseEnv: &ref_4011 type: object language: - default: &ref_1628 + default: &ref_1621 name: WorkspaceConnectionsClientDeleteResponse description: WorkspaceConnectionsClientDeleteResponse contains the response from method WorkspaceConnectionsClient.Delete. responseType: true - go: *ref_1628 + go: *ref_1621 protocol: {} protocol: {} language: @@ -48149,23 +47958,23 @@ operationGroups: clientCtorName: NewWorkspaceConnectionsClient clientName: WorkspaceConnectionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2907 + - &ref_2900 $key: BatchEndpoints operations: - - &ref_2906 + - &ref_2899 operationId: BatchEndpoints_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1634 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1627 + schema: *ref_1292 implementation: Method required: true - language: &ref_2903 + language: &ref_2896 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -48177,11 +47986,11 @@ operationGroups: protocol: http: in: path - - &ref_1635 + - &ref_1628 schema: *ref_1 implementation: Method required: true - language: &ref_2904 + language: &ref_2897 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -48193,11 +48002,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1630 + - *ref_1283 + - &ref_1623 schema: *ref_18 implementation: Method - language: &ref_2905 + language: &ref_2898 default: name: count description: Number of endpoints to be retrieved in a page of results. @@ -48205,18 +48014,18 @@ operationGroups: go: name: Count description: Number of endpoints to be retrieved in a page of results. - paramGroup: &ref_1631 + paramGroup: &ref_1624 schema: type: object language: - default: &ref_1629 + default: &ref_1622 name: BatchEndpointsClientListOptions description: BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.NewListPager method. - go: *ref_1629 + go: *ref_1622 protocol: {} originalParameter: - - *ref_1630 - - &ref_1633 + - *ref_1623 + - &ref_1626 schema: *ref_1 implementation: Method language: @@ -48227,7 +48036,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1631 + paramGroup: *ref_1624 serializedName: $skip protocol: http: @@ -48235,19 +48044,19 @@ operationGroups: required: false serializedName: BatchEndpointsClientListOptions language: - default: &ref_1632 + default: &ref_1625 name: options description: BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.NewListPager method. - go: *ref_1632 + go: *ref_1625 protocol: {} serializedName: count protocol: http: in: query - - *ref_1633 + - *ref_1626 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48277,13 +48086,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1634 - - *ref_1635 - - *ref_1630 - - *ref_1633 + - *ref_1627 + - *ref_1628 + - *ref_1623 + - *ref_1626 responses: - - schema: *ref_1636 - language: &ref_2937 + - schema: *ref_1629 + language: &ref_2930 default: name: '' description: Success @@ -48298,7 +48107,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -48365,7 +48174,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2938 {} + headers: &ref_2931 {} x-ms-pageable: nextLinkName: nextLink language: @@ -48381,50 +48190,50 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: *ref_1631 + optionalParamGroup: *ref_1624 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4014 + responseEnv: &ref_4012 type: object properties: - - &ref_1638 - schema: *ref_1636 + - &ref_1631 + schema: *ref_1629 serializedName: BatchEndpointTrackedResourceArmPaginatedResult language: - default: &ref_1637 + default: &ref_1630 name: BatchEndpointTrackedResourceArmPaginatedResult description: A paginated list of BatchEndpoint entities. byValue: true embeddedType: true - go: *ref_1637 + go: *ref_1630 protocol: {} language: - default: &ref_1639 + default: &ref_1632 name: BatchEndpointsClientListResponse description: BatchEndpointsClientListResponse contains the response from method BatchEndpointsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1638 - go: *ref_1639 + resultProp: *ref_1631 + go: *ref_1632 protocol: {} summary: Lists Batch inference endpoint in the workspace. protocol: {} - - &ref_2942 + - &ref_2935 operationId: BatchEndpoints_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1640 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1633 + schema: *ref_1292 implementation: Method required: true - language: &ref_2939 + language: &ref_2932 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -48436,11 +48245,11 @@ operationGroups: protocol: http: in: path - - &ref_1641 + - &ref_1634 schema: *ref_1 implementation: Method required: true - language: &ref_2940 + language: &ref_2933 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -48452,11 +48261,11 @@ operationGroups: protocol: http: in: path - - &ref_1642 + - &ref_1635 schema: *ref_4 implementation: Method required: true - language: &ref_2941 + language: &ref_2934 default: name: endpointName description: Inference Endpoint name. @@ -48468,10 +48277,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48501,9 +48310,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1640 - - *ref_1641 - - *ref_1642 + - *ref_1633 + - *ref_1634 + - *ref_1635 responses: - language: default: @@ -48526,7 +48335,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1643 + - schema: *ref_1636 header: x-ms-async-operation-timeout language: default: @@ -48544,7 +48353,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1644 + - schema: *ref_1637 header: Retry-After language: default: @@ -48567,7 +48376,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -48610,67 +48419,67 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3917 + optionalParamGroup: &ref_3915 schema: type: object language: - default: &ref_1645 + default: &ref_1638 name: BatchEndpointsClientBeginDeleteOptions description: BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method. - go: *ref_1645 + go: *ref_1638 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1646 + default: &ref_1639 name: string description: '' - go: *ref_1646 + go: *ref_1639 protocol: {} language: - default: &ref_1647 + default: &ref_1640 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1647 + go: *ref_1640 protocol: {} required: false serializedName: BatchEndpointsClientBeginDeleteOptions language: - default: &ref_1648 + default: &ref_1641 name: options description: BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method. - go: *ref_1648 + go: *ref_1641 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4015 + responseEnv: &ref_4013 type: object language: - default: &ref_1649 + default: &ref_1642 name: BatchEndpointsClientDeleteResponse description: BatchEndpointsClientDeleteResponse contains the response from method BatchEndpointsClient.BeginDelete. forLRO: true responseType: true - go: *ref_1649 + go: *ref_1642 protocol: {} summary: Delete Batch Inference Endpoint (asynchronous). protocol: {} - - &ref_2946 + - &ref_2939 operationId: BatchEndpoints_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1650 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1643 + schema: *ref_1292 implementation: Method required: true - language: &ref_2943 + language: &ref_2936 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -48682,11 +48491,11 @@ operationGroups: protocol: http: in: path - - &ref_1651 + - &ref_1644 schema: *ref_1 implementation: Method required: true - language: &ref_2944 + language: &ref_2937 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -48698,11 +48507,11 @@ operationGroups: protocol: http: in: path - - &ref_1652 + - &ref_1645 schema: *ref_6 implementation: Method required: true - language: &ref_2945 + language: &ref_2938 default: name: endpointName description: Name for the Batch Endpoint. @@ -48714,10 +48523,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48747,12 +48556,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1650 - - *ref_1651 - - *ref_1652 + - *ref_1643 + - *ref_1644 + - *ref_1645 responses: - - schema: *ref_386 - language: &ref_2947 + - schema: *ref_380 + language: &ref_2940 default: name: '' description: Success @@ -48767,7 +48576,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -48831,7 +48640,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2948 {} + headers: &ref_2941 {} language: default: name: Get @@ -48845,65 +48654,65 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3918 + optionalParamGroup: &ref_3916 schema: type: object language: - default: &ref_1653 + default: &ref_1646 name: BatchEndpointsClientGetOptions description: BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method. - go: *ref_1653 + go: *ref_1646 protocol: {} originalParameter: [] required: false serializedName: BatchEndpointsClientGetOptions language: - default: &ref_1654 + default: &ref_1647 name: options description: BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method. - go: *ref_1654 + go: *ref_1647 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4016 + responseEnv: &ref_4014 type: object properties: - - &ref_1656 - schema: *ref_386 + - &ref_1649 + schema: *ref_380 serializedName: BatchEndpointData language: - default: &ref_1655 + default: &ref_1648 name: BatchEndpointData description: '' byValue: true embeddedType: true - go: *ref_1655 + go: *ref_1648 protocol: {} language: - default: &ref_1657 + default: &ref_1650 name: BatchEndpointsClientGetResponse description: BatchEndpointsClientGetResponse contains the response from method BatchEndpointsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1656 - go: *ref_1657 + resultProp: *ref_1649 + go: *ref_1650 protocol: {} summary: Gets a batch inference endpoint by name. protocol: {} - - &ref_2968 + - &ref_2961 operationId: BatchEndpoints_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1662 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1655 + schema: *ref_1292 implementation: Method required: true - language: &ref_2949 + language: &ref_2942 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -48915,11 +48724,11 @@ operationGroups: protocol: http: in: path - - &ref_1663 + - &ref_1656 schema: *ref_1 implementation: Method required: true - language: &ref_2950 + language: &ref_2943 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -48931,11 +48740,11 @@ operationGroups: protocol: http: in: path - - &ref_1664 - schema: *ref_1658 + - &ref_1657 + schema: *ref_1651 implementation: Method required: true - language: &ref_2951 + language: &ref_2944 default: name: endpointName description: Name for the Batch inference endpoint. @@ -48947,15 +48756,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1661 + application/json: &ref_1654 parameters: - - &ref_1660 - schema: *ref_1659 + - &ref_1653 + schema: *ref_1652 implementation: Method required: true - language: &ref_2967 + language: &ref_2960 default: name: body description: Mutable batch inference endpoint definition object. @@ -48966,7 +48775,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48983,7 +48792,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1660 + - *ref_1653 language: default: name: '' @@ -49000,14 +48809,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1661 + - *ref_1654 signatureParameters: - - *ref_1662 - - *ref_1663 - - *ref_1664 + - *ref_1655 + - *ref_1656 + - *ref_1657 responses: - - schema: *ref_386 - language: &ref_2970 + - schema: *ref_380 + language: &ref_2963 default: name: '' description: Success @@ -49031,7 +48840,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1665 + - schema: *ref_1658 header: x-ms-async-operation-timeout language: default: @@ -49049,7 +48858,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1666 + - schema: *ref_1659 header: Retry-After language: default: @@ -49061,7 +48870,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -49085,7 +48894,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_2953 {} + string: &ref_2946 {} kind: string location: string properties: @@ -49143,7 +48952,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2971 {} + headers: &ref_2964 {} '202': {} x-ms-long-running-operation: true language: @@ -49159,81 +48968,81 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3919 + optionalParamGroup: &ref_3917 schema: type: object language: - default: &ref_1667 + default: &ref_1660 name: BatchEndpointsClientBeginUpdateOptions description: BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method. - go: *ref_1667 + go: *ref_1660 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1668 + default: &ref_1661 name: string description: '' - go: *ref_1668 + go: *ref_1661 protocol: {} language: - default: &ref_1669 + default: &ref_1662 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1669 + go: *ref_1662 protocol: {} required: false serializedName: BatchEndpointsClientBeginUpdateOptions language: - default: &ref_1670 + default: &ref_1663 name: options description: BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method. - go: *ref_1670 + go: *ref_1663 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4017 + responseEnv: &ref_4015 type: object properties: - - &ref_1672 - schema: *ref_386 + - &ref_1665 + schema: *ref_380 serializedName: BatchEndpointData language: - default: &ref_1671 + default: &ref_1664 name: BatchEndpointData description: '' byValue: true embeddedType: true - go: *ref_1671 + go: *ref_1664 protocol: {} language: - default: &ref_1673 + default: &ref_1666 name: BatchEndpointsClientUpdateResponse description: BatchEndpointsClientUpdateResponse contains the response from method BatchEndpointsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1672 - go: *ref_1673 + resultProp: *ref_1665 + go: *ref_1666 protocol: {} summary: Update a batch inference endpoint (asynchronous). protocol: {} - - &ref_2976 + - &ref_2969 operationId: BatchEndpoints_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1676 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1669 + schema: *ref_1292 implementation: Method required: true - language: &ref_2972 + language: &ref_2965 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -49245,11 +49054,11 @@ operationGroups: protocol: http: in: path - - &ref_1677 + - &ref_1670 schema: *ref_1 implementation: Method required: true - language: &ref_2973 + language: &ref_2966 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -49261,11 +49070,11 @@ operationGroups: protocol: http: in: path - - &ref_1678 - schema: *ref_1658 + - &ref_1671 + schema: *ref_1651 implementation: Method required: true - language: &ref_2974 + language: &ref_2967 default: name: endpointName description: Name for the Batch inference endpoint. @@ -49277,15 +49086,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1675 + application/json: &ref_1668 parameters: - - &ref_1674 - schema: *ref_386 + - &ref_1667 + schema: *ref_380 implementation: Method required: true - language: &ref_2975 + language: &ref_2968 default: name: body description: Batch inference endpoint definition object. @@ -49296,7 +49105,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49313,7 +49122,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1674 + - *ref_1667 language: default: name: '' @@ -49330,14 +49139,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1675 + - *ref_1668 signatureParameters: - - *ref_1676 - - *ref_1677 - - *ref_1678 + - *ref_1669 + - *ref_1670 + - *ref_1671 responses: - - schema: *ref_386 - language: &ref_2977 + - schema: *ref_380 + language: &ref_2970 default: name: '' description: Success @@ -49351,8 +49160,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_386 - language: &ref_2979 + - schema: *ref_380 + language: &ref_2972 default: name: '' description: Created @@ -49362,7 +49171,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1679 + - schema: *ref_1672 header: x-ms-async-operation-timeout language: default: @@ -49371,7 +49180,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_1680 + - schema: *ref_1673 header: Azure-AsyncOperation language: default: @@ -49386,7 +49195,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -49471,7 +49280,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2978 {} + headers: &ref_2971 {} '201': body: name: string @@ -49510,7 +49319,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2980 {} + headers: &ref_2973 {} x-ms-long-running-operation: true language: default: @@ -49525,81 +49334,81 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3920 + optionalParamGroup: &ref_3918 schema: type: object language: - default: &ref_1681 + default: &ref_1674 name: BatchEndpointsClientBeginCreateOrUpdateOptions description: BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method. - go: *ref_1681 + go: *ref_1674 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1682 + default: &ref_1675 name: string description: '' - go: *ref_1682 + go: *ref_1675 protocol: {} language: - default: &ref_1683 + default: &ref_1676 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1683 + go: *ref_1676 protocol: {} required: false serializedName: BatchEndpointsClientBeginCreateOrUpdateOptions language: - default: &ref_1684 + default: &ref_1677 name: options description: BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method. - go: *ref_1684 + go: *ref_1677 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4018 + responseEnv: &ref_4016 type: object properties: - - &ref_1686 - schema: *ref_386 + - &ref_1679 + schema: *ref_380 serializedName: BatchEndpointData language: - default: &ref_1685 + default: &ref_1678 name: BatchEndpointData description: '' byValue: true embeddedType: true - go: *ref_1685 + go: *ref_1678 protocol: {} language: - default: &ref_1687 + default: &ref_1680 name: BatchEndpointsClientCreateOrUpdateResponse description: BatchEndpointsClientCreateOrUpdateResponse contains the response from method BatchEndpointsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1686 - go: *ref_1687 + resultProp: *ref_1679 + go: *ref_1680 protocol: {} summary: Creates a batch inference endpoint (asynchronous). protocol: {} - - &ref_2984 + - &ref_2977 operationId: BatchEndpoints_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1688 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1681 + schema: *ref_1292 implementation: Method required: true - language: &ref_2981 + language: &ref_2974 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -49611,11 +49420,11 @@ operationGroups: protocol: http: in: path - - &ref_1689 + - &ref_1682 schema: *ref_1 implementation: Method required: true - language: &ref_2982 + language: &ref_2975 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -49627,11 +49436,11 @@ operationGroups: protocol: http: in: path - - &ref_1690 + - &ref_1683 schema: *ref_9 implementation: Method required: true - language: &ref_2983 + language: &ref_2976 default: name: endpointName description: Inference Endpoint name. @@ -49643,10 +49452,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49676,12 +49485,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1688 - - *ref_1689 - - *ref_1690 + - *ref_1681 + - *ref_1682 + - *ref_1683 responses: - - schema: *ref_1050 - language: &ref_2987 + - schema: *ref_1043 + language: &ref_2980 default: name: '' description: Success @@ -49696,7 +49505,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -49726,7 +49535,7 @@ operationGroups: body: primaryKey: string secondaryKey: string - headers: &ref_2988 {} + headers: &ref_2981 {} language: default: name: ListKeys @@ -49740,50 +49549,50 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3921 + optionalParamGroup: &ref_3919 schema: type: object language: - default: &ref_1691 + default: &ref_1684 name: BatchEndpointsClientListKeysOptions description: BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method. - go: *ref_1691 + go: *ref_1684 protocol: {} originalParameter: [] required: false serializedName: BatchEndpointsClientListKeysOptions language: - default: &ref_1692 + default: &ref_1685 name: options description: BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method. - go: *ref_1692 + go: *ref_1685 protocol: {} protocolNaming: internalMethod: listKeys requestMethod: listKeysCreateRequest responseMethod: listKeysHandleResponse - responseEnv: &ref_4019 + responseEnv: &ref_4017 type: object properties: - - &ref_1694 - schema: *ref_1050 + - &ref_1687 + schema: *ref_1043 serializedName: EndpointAuthKeys language: - default: &ref_1693 + default: &ref_1686 name: EndpointAuthKeys description: Keys for endpoint authentication. byValue: true embeddedType: true - go: *ref_1693 + go: *ref_1686 protocol: {} language: - default: &ref_1695 + default: &ref_1688 name: BatchEndpointsClientListKeysResponse description: BatchEndpointsClientListKeysResponse contains the response from method BatchEndpointsClient.ListKeys. marshallingFormat: json responseType: true - resultProp: *ref_1694 - go: *ref_1695 + resultProp: *ref_1687 + go: *ref_1688 protocol: {} summary: Lists batch Inference Endpoint keys. protocol: {} @@ -49797,23 +49606,23 @@ operationGroups: clientCtorName: NewBatchEndpointsClient clientName: BatchEndpointsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2995 + - &ref_2988 $key: BatchDeployments operations: - - &ref_2994 + - &ref_2987 operationId: BatchDeployments_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1702 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1695 + schema: *ref_1292 implementation: Method required: true - language: &ref_2989 + language: &ref_2982 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -49825,11 +49634,11 @@ operationGroups: protocol: http: in: path - - &ref_1703 + - &ref_1696 schema: *ref_1 implementation: Method required: true - language: &ref_2990 + language: &ref_2983 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -49841,11 +49650,11 @@ operationGroups: protocol: http: in: path - - &ref_1704 + - &ref_1697 schema: *ref_7 implementation: Method required: true - language: &ref_2991 + language: &ref_2984 default: name: endpointName description: Endpoint name @@ -49857,11 +49666,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1697 + - *ref_1283 + - &ref_1690 schema: *ref_7 implementation: Method - language: &ref_2992 + language: &ref_2985 default: name: orderBy description: Ordering of list. @@ -49869,21 +49678,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_1698 + paramGroup: &ref_1691 schema: type: object language: - default: &ref_1696 + default: &ref_1689 name: BatchDeploymentsClientListOptions description: BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.NewListPager method. - go: *ref_1696 + go: *ref_1689 protocol: {} originalParameter: - - *ref_1697 - - &ref_1700 + - *ref_1690 + - &ref_1693 schema: *ref_18 implementation: Method - language: &ref_2993 + language: &ref_2986 default: name: top description: Top of list. @@ -49891,12 +49700,12 @@ operationGroups: go: name: Top description: Top of list. - paramGroup: *ref_1698 + paramGroup: *ref_1691 serializedName: $top protocol: http: in: query - - &ref_1701 + - &ref_1694 schema: *ref_1 implementation: Method language: @@ -49907,7 +49716,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1698 + paramGroup: *ref_1691 serializedName: $skip protocol: http: @@ -49915,20 +49724,20 @@ operationGroups: required: false serializedName: BatchDeploymentsClientListOptions language: - default: &ref_1699 + default: &ref_1692 name: options description: BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.NewListPager method. - go: *ref_1699 + go: *ref_1692 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_1700 - - *ref_1701 + - *ref_1693 + - *ref_1694 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49958,15 +49767,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1702 - - *ref_1703 - - *ref_1704 + - *ref_1695 + - *ref_1696 - *ref_1697 - - *ref_1700 - - *ref_1701 + - *ref_1690 + - *ref_1693 + - *ref_1694 responses: - - schema: *ref_1705 - language: &ref_3030 + - schema: *ref_1698 + language: &ref_3023 default: name: '' description: Success @@ -49981,7 +49790,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -50052,7 +49861,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3021 + string: &ref_3014 a3c13e2e-a213-4cac-9f5a-b49966906ad6: null retrySettings: maxRetries: 1 @@ -50071,7 +49880,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3031 {} + headers: &ref_3024 {} x-ms-pageable: nextLinkName: nextLink language: @@ -50087,50 +49896,50 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: *ref_1698 + optionalParamGroup: *ref_1691 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4020 + responseEnv: &ref_4018 type: object properties: - - &ref_1707 - schema: *ref_1705 + - &ref_1700 + schema: *ref_1698 serializedName: BatchDeploymentTrackedResourceArmPaginatedResult language: - default: &ref_1706 + default: &ref_1699 name: BatchDeploymentTrackedResourceArmPaginatedResult description: A paginated list of BatchDeployment entities. byValue: true embeddedType: true - go: *ref_1706 + go: *ref_1699 protocol: {} language: - default: &ref_1708 + default: &ref_1701 name: BatchDeploymentsClientListResponse description: BatchDeploymentsClientListResponse contains the response from method BatchDeploymentsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1707 - go: *ref_1708 + resultProp: *ref_1700 + go: *ref_1701 protocol: {} summary: Lists Batch inference deployments in the workspace. protocol: {} - - &ref_3036 + - &ref_3029 operationId: BatchDeployments_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1709 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1702 + schema: *ref_1292 implementation: Method required: true - language: &ref_3032 + language: &ref_3025 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -50142,11 +49951,11 @@ operationGroups: protocol: http: in: path - - &ref_1710 + - &ref_1703 schema: *ref_1 implementation: Method required: true - language: &ref_3033 + language: &ref_3026 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -50158,11 +49967,11 @@ operationGroups: protocol: http: in: path - - &ref_1711 + - &ref_1704 schema: *ref_7 implementation: Method required: true - language: &ref_3034 + language: &ref_3027 default: name: endpointName description: Endpoint name @@ -50174,11 +49983,11 @@ operationGroups: protocol: http: in: path - - &ref_1712 + - &ref_1705 schema: *ref_7 implementation: Method required: true - language: &ref_3035 + language: &ref_3028 default: name: deploymentName description: Inference deployment identifier. @@ -50190,10 +49999,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50223,10 +50032,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1709 - - *ref_1710 - - *ref_1711 - - *ref_1712 + - *ref_1702 + - *ref_1703 + - *ref_1704 + - *ref_1705 responses: - language: default: @@ -50249,7 +50058,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1713 + - schema: *ref_1706 header: x-ms-async-operation-timeout language: default: @@ -50267,7 +50076,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1714 + - schema: *ref_1707 header: Retry-After language: default: @@ -50290,7 +50099,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -50334,67 +50143,67 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3922 + optionalParamGroup: &ref_3920 schema: type: object language: - default: &ref_1715 + default: &ref_1708 name: BatchDeploymentsClientBeginDeleteOptions description: BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method. - go: *ref_1715 + go: *ref_1708 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1716 + default: &ref_1709 name: string description: '' - go: *ref_1716 + go: *ref_1709 protocol: {} language: - default: &ref_1717 + default: &ref_1710 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1717 + go: *ref_1710 protocol: {} required: false serializedName: BatchDeploymentsClientBeginDeleteOptions language: - default: &ref_1718 + default: &ref_1711 name: options description: BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method. - go: *ref_1718 + go: *ref_1711 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4021 + responseEnv: &ref_4019 type: object language: - default: &ref_1719 + default: &ref_1712 name: BatchDeploymentsClientDeleteResponse description: BatchDeploymentsClientDeleteResponse contains the response from method BatchDeploymentsClient.BeginDelete. forLRO: true responseType: true - go: *ref_1719 + go: *ref_1712 protocol: {} summary: Delete Batch Inference deployment (asynchronous). protocol: {} - - &ref_3041 + - &ref_3034 operationId: BatchDeployments_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1720 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1713 + schema: *ref_1292 implementation: Method required: true - language: &ref_3037 + language: &ref_3030 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -50406,11 +50215,11 @@ operationGroups: protocol: http: in: path - - &ref_1721 + - &ref_1714 schema: *ref_1 implementation: Method required: true - language: &ref_3038 + language: &ref_3031 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -50422,11 +50231,11 @@ operationGroups: protocol: http: in: path - - &ref_1722 + - &ref_1715 schema: *ref_8 implementation: Method required: true - language: &ref_3039 + language: &ref_3032 default: name: endpointName description: Endpoint name @@ -50438,11 +50247,11 @@ operationGroups: protocol: http: in: path - - &ref_1723 + - &ref_1716 schema: *ref_8 implementation: Method required: true - language: &ref_3040 + language: &ref_3033 default: name: deploymentName description: The identifier for the Batch deployments. @@ -50454,10 +50263,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50487,13 +50296,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1720 - - *ref_1721 - - *ref_1722 - - *ref_1723 + - *ref_1713 + - *ref_1714 + - *ref_1715 + - *ref_1716 responses: - - schema: *ref_387 - language: &ref_3043 + - schema: *ref_381 + language: &ref_3036 default: name: '' description: Success @@ -50508,7 +50317,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -50575,7 +50384,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3042 + string: &ref_3035 843c2bb4-e5f1-4267-98c8-ba22a99dbb00: null retrySettings: maxRetries: 1 @@ -50594,7 +50403,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3044 {} + headers: &ref_3037 {} language: default: name: Get @@ -50608,65 +50417,65 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3923 + optionalParamGroup: &ref_3921 schema: type: object language: - default: &ref_1724 + default: &ref_1717 name: BatchDeploymentsClientGetOptions description: BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method. - go: *ref_1724 + go: *ref_1717 protocol: {} originalParameter: [] required: false serializedName: BatchDeploymentsClientGetOptions language: - default: &ref_1725 + default: &ref_1718 name: options description: BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method. - go: *ref_1725 + go: *ref_1718 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4022 + responseEnv: &ref_4020 type: object properties: - - &ref_1727 - schema: *ref_387 + - &ref_1720 + schema: *ref_381 serializedName: BatchDeploymentData language: - default: &ref_1726 + default: &ref_1719 name: BatchDeploymentData description: '' byValue: true embeddedType: true - go: *ref_1726 + go: *ref_1719 protocol: {} language: - default: &ref_1728 + default: &ref_1721 name: BatchDeploymentsClientGetResponse description: BatchDeploymentsClientGetResponse contains the response from method BatchDeploymentsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1727 - go: *ref_1728 + resultProp: *ref_1720 + go: *ref_1721 protocol: {} summary: Gets a batch inference deployment by id. protocol: {} - - &ref_3078 + - &ref_3071 operationId: BatchDeployments_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1732 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1725 + schema: *ref_1292 implementation: Method required: true - language: &ref_3045 + language: &ref_3038 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -50678,11 +50487,11 @@ operationGroups: protocol: http: in: path - - &ref_1733 + - &ref_1726 schema: *ref_1 implementation: Method required: true - language: &ref_3046 + language: &ref_3039 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -50694,11 +50503,11 @@ operationGroups: protocol: http: in: path - - &ref_1734 - schema: *ref_1658 + - &ref_1727 + schema: *ref_1651 implementation: Method required: true - language: &ref_3047 + language: &ref_3040 default: name: endpointName description: Inference endpoint name @@ -50710,11 +50519,11 @@ operationGroups: protocol: http: in: path - - &ref_1735 - schema: *ref_1658 + - &ref_1728 + schema: *ref_1651 implementation: Method required: true - language: &ref_3048 + language: &ref_3041 default: name: deploymentName description: The identifier for the Batch inference deployment. @@ -50726,15 +50535,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1731 + application/json: &ref_1724 parameters: - - &ref_1730 - schema: *ref_1729 + - &ref_1723 + schema: *ref_1722 implementation: Method required: true - language: &ref_3077 + language: &ref_3070 default: name: body description: Batch inference deployment definition object. @@ -50745,7 +50554,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50762,7 +50571,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1730 + - *ref_1723 language: default: name: '' @@ -50779,15 +50588,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1731 + - *ref_1724 signatureParameters: - - *ref_1732 - - *ref_1733 - - *ref_1734 - - *ref_1735 + - *ref_1725 + - *ref_1726 + - *ref_1727 + - *ref_1728 responses: - - schema: *ref_387 - language: &ref_3080 + - schema: *ref_381 + language: &ref_3073 default: name: '' description: Success @@ -50811,7 +50620,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1736 + - schema: *ref_1729 header: x-ms-async-operation-timeout language: default: @@ -50829,7 +50638,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1737 + - schema: *ref_1730 header: Retry-After language: default: @@ -50841,7 +50650,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -50865,7 +50674,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3049 {} + string: &ref_3042 {} kind: string location: string properties: @@ -50945,7 +50754,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3079 + string: &ref_3072 1e5e1cf9-b0ea-4cf6-9764-e750bf85c10a: null retrySettings: maxRetries: 1 @@ -50964,7 +50773,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3081 {} + headers: &ref_3074 {} '202': {} x-ms-long-running-operation: true language: @@ -50980,81 +50789,81 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3924 + optionalParamGroup: &ref_3922 schema: type: object language: - default: &ref_1738 + default: &ref_1731 name: BatchDeploymentsClientBeginUpdateOptions description: BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method. - go: *ref_1738 + go: *ref_1731 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1739 + default: &ref_1732 name: string description: '' - go: *ref_1739 + go: *ref_1732 protocol: {} language: - default: &ref_1740 + default: &ref_1733 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1740 + go: *ref_1733 protocol: {} required: false serializedName: BatchDeploymentsClientBeginUpdateOptions language: - default: &ref_1741 + default: &ref_1734 name: options description: BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method. - go: *ref_1741 + go: *ref_1734 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4023 + responseEnv: &ref_4021 type: object properties: - - &ref_1743 - schema: *ref_387 + - &ref_1736 + schema: *ref_381 serializedName: BatchDeploymentData language: - default: &ref_1742 + default: &ref_1735 name: BatchDeploymentData description: '' byValue: true embeddedType: true - go: *ref_1742 + go: *ref_1735 protocol: {} language: - default: &ref_1744 + default: &ref_1737 name: BatchDeploymentsClientUpdateResponse description: BatchDeploymentsClientUpdateResponse contains the response from method BatchDeploymentsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1743 - go: *ref_1744 + resultProp: *ref_1736 + go: *ref_1737 protocol: {} summary: Update a batch inference deployment (asynchronous). protocol: {} - - &ref_3088 + - &ref_3081 operationId: BatchDeployments_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1747 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1740 + schema: *ref_1292 implementation: Method required: true - language: &ref_3082 + language: &ref_3075 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -51066,11 +50875,11 @@ operationGroups: protocol: http: in: path - - &ref_1748 + - &ref_1741 schema: *ref_1 implementation: Method required: true - language: &ref_3083 + language: &ref_3076 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -51082,11 +50891,11 @@ operationGroups: protocol: http: in: path - - &ref_1749 - schema: *ref_1658 + - &ref_1742 + schema: *ref_1651 implementation: Method required: true - language: &ref_3084 + language: &ref_3077 default: name: endpointName description: Inference endpoint name @@ -51098,11 +50907,11 @@ operationGroups: protocol: http: in: path - - &ref_1750 - schema: *ref_1658 + - &ref_1743 + schema: *ref_1651 implementation: Method required: true - language: &ref_3085 + language: &ref_3078 default: name: deploymentName description: The identifier for the Batch inference deployment. @@ -51114,15 +50923,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1746 + application/json: &ref_1739 parameters: - - &ref_1745 - schema: *ref_387 + - &ref_1738 + schema: *ref_381 implementation: Method required: true - language: &ref_3087 + language: &ref_3080 default: name: body description: Batch inference deployment definition object. @@ -51133,7 +50942,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51150,7 +50959,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1745 + - *ref_1738 language: default: name: '' @@ -51167,15 +50976,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1746 + - *ref_1739 signatureParameters: - - *ref_1747 - - *ref_1748 - - *ref_1749 - - *ref_1750 + - *ref_1740 + - *ref_1741 + - *ref_1742 + - *ref_1743 responses: - - schema: *ref_387 - language: &ref_3090 + - schema: *ref_381 + language: &ref_3083 default: name: '' description: Success @@ -51189,8 +50998,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_387 - language: &ref_3093 + - schema: *ref_381 + language: &ref_3086 default: name: '' description: Created @@ -51200,7 +51009,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1751 + - schema: *ref_1744 header: x-ms-async-operation-timeout language: default: @@ -51209,7 +51018,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_1752 + - schema: *ref_1745 header: Azure-AsyncOperation language: default: @@ -51224,7 +51033,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -51275,7 +51084,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3086 + string: &ref_3079 cd3c37dc-2876-4ca4-8a54-21bd7619724a: null retrySettings: maxRetries: 1 @@ -51334,7 +51143,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3089 + string: &ref_3082 4939850d-8eae-4343-8566-0826259a2ad1: null retrySettings: maxRetries: 1 @@ -51353,7 +51162,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3091 {} + headers: &ref_3084 {} '201': body: name: string @@ -51394,7 +51203,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3092 + string: &ref_3085 b76755e4-16bf-45d4-b625-6634df7444cc: null retrySettings: maxRetries: 1 @@ -51413,7 +51222,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3094 {} + headers: &ref_3087 {} x-ms-long-running-operation: true language: default: @@ -51428,66 +51237,66 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3925 + optionalParamGroup: &ref_3923 schema: type: object language: - default: &ref_1753 + default: &ref_1746 name: BatchDeploymentsClientBeginCreateOrUpdateOptions description: BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_1753 + go: *ref_1746 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1754 + default: &ref_1747 name: string description: '' - go: *ref_1754 + go: *ref_1747 protocol: {} language: - default: &ref_1755 + default: &ref_1748 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1755 + go: *ref_1748 protocol: {} required: false serializedName: BatchDeploymentsClientBeginCreateOrUpdateOptions language: - default: &ref_1756 + default: &ref_1749 name: options description: BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_1756 + go: *ref_1749 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4024 + responseEnv: &ref_4022 type: object properties: - - &ref_1758 - schema: *ref_387 + - &ref_1751 + schema: *ref_381 serializedName: BatchDeploymentData language: - default: &ref_1757 + default: &ref_1750 name: BatchDeploymentData description: '' byValue: true embeddedType: true - go: *ref_1757 + go: *ref_1750 protocol: {} language: - default: &ref_1759 + default: &ref_1752 name: BatchDeploymentsClientCreateOrUpdateResponse description: BatchDeploymentsClientCreateOrUpdateResponse contains the response from method BatchDeploymentsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1758 - go: *ref_1759 + resultProp: *ref_1751 + go: *ref_1752 protocol: {} summary: Creates/updates a batch inference deployment (asynchronous). protocol: {} @@ -51501,23 +51310,23 @@ operationGroups: clientCtorName: NewBatchDeploymentsClient clientName: BatchDeploymentsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3098 + - &ref_3091 $key: CodeContainers operations: - - &ref_3097 + - &ref_3090 operationId: CodeContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1763 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1756 + schema: *ref_1292 implementation: Method required: true - language: &ref_3095 + language: &ref_3088 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -51529,11 +51338,11 @@ operationGroups: protocol: http: in: path - - &ref_1764 + - &ref_1757 schema: *ref_1 implementation: Method required: true - language: &ref_3096 + language: &ref_3089 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -51545,8 +51354,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1761 + - *ref_1283 + - &ref_1754 schema: *ref_1 implementation: Method language: @@ -51557,24 +51366,24 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1766 + paramGroup: &ref_1759 schema: type: object language: - default: &ref_1760 + default: &ref_1753 name: CodeContainersClientListOptions description: CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.NewListPager method. - go: *ref_1760 + go: *ref_1753 protocol: {} originalParameter: - - *ref_1761 + - *ref_1754 required: false serializedName: CodeContainersClientListOptions language: - default: &ref_1762 + default: &ref_1755 name: options description: CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.NewListPager method. - go: *ref_1762 + go: *ref_1755 protocol: {} serializedName: $skip protocol: @@ -51582,7 +51391,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51612,12 +51421,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1763 - - *ref_1764 - - *ref_1761 + - *ref_1756 + - *ref_1757 + - *ref_1754 responses: - - schema: *ref_1765 - language: &ref_3106 + - schema: *ref_1758 + language: &ref_3099 default: name: '' description: Success @@ -51632,7 +51441,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -51707,50 +51516,50 @@ operationGroups: azureARM: true clientName: CodeContainersClient openApiType: arm - optionalParamGroup: *ref_1766 + optionalParamGroup: *ref_1759 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4025 + responseEnv: &ref_4023 type: object properties: - - &ref_1768 - schema: *ref_1765 + - &ref_1761 + schema: *ref_1758 serializedName: CodeContainerResourceArmPaginatedResult language: - default: &ref_1767 + default: &ref_1760 name: CodeContainerResourceArmPaginatedResult description: A paginated list of CodeContainer entities. byValue: true embeddedType: true - go: *ref_1767 + go: *ref_1760 protocol: {} language: - default: &ref_1769 + default: &ref_1762 name: CodeContainersClientListResponse description: CodeContainersClientListResponse contains the response from method CodeContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1768 - go: *ref_1769 + resultProp: *ref_1761 + go: *ref_1762 protocol: {} summary: List containers. protocol: {} - - &ref_3110 + - &ref_3103 operationId: CodeContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1770 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1763 + schema: *ref_1292 implementation: Method required: true - language: &ref_3107 + language: &ref_3100 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -51762,11 +51571,11 @@ operationGroups: protocol: http: in: path - - &ref_1771 + - &ref_1764 schema: *ref_1 implementation: Method required: true - language: &ref_3108 + language: &ref_3101 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -51778,11 +51587,11 @@ operationGroups: protocol: http: in: path - - &ref_1772 + - &ref_1765 schema: *ref_9 implementation: Method required: true - language: &ref_3109 + language: &ref_3102 default: name: name description: Container name. This is case-sensitive. @@ -51794,10 +51603,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51827,9 +51636,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1770 - - *ref_1771 - - *ref_1772 + - *ref_1763 + - *ref_1764 + - *ref_1765 responses: - language: default: @@ -51854,7 +51663,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -51895,51 +51704,51 @@ operationGroups: azureARM: true clientName: CodeContainersClient openApiType: arm - optionalParamGroup: &ref_3926 + optionalParamGroup: &ref_3924 schema: type: object language: - default: &ref_1773 + default: &ref_1766 name: CodeContainersClientDeleteOptions description: CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method. - go: *ref_1773 + go: *ref_1766 protocol: {} originalParameter: [] required: false serializedName: CodeContainersClientDeleteOptions language: - default: &ref_1774 + default: &ref_1767 name: options description: CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method. - go: *ref_1774 + go: *ref_1767 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4026 + responseEnv: &ref_4024 type: object language: - default: &ref_1775 + default: &ref_1768 name: CodeContainersClientDeleteResponse description: CodeContainersClientDeleteResponse contains the response from method CodeContainersClient.Delete. responseType: true - go: *ref_1775 + go: *ref_1768 protocol: {} summary: Delete container. protocol: {} - - &ref_3114 + - &ref_3107 operationId: CodeContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1776 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1769 + schema: *ref_1292 implementation: Method required: true - language: &ref_3111 + language: &ref_3104 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -51951,11 +51760,11 @@ operationGroups: protocol: http: in: path - - &ref_1777 + - &ref_1770 schema: *ref_1 implementation: Method required: true - language: &ref_3112 + language: &ref_3105 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -51967,11 +51776,11 @@ operationGroups: protocol: http: in: path - - &ref_1778 + - &ref_1771 schema: *ref_9 implementation: Method required: true - language: &ref_3113 + language: &ref_3106 default: name: name description: Container name. This is case-sensitive. @@ -51983,10 +51792,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52016,12 +51825,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1776 - - *ref_1777 - - *ref_1778 + - *ref_1769 + - *ref_1770 + - *ref_1771 responses: - - schema: *ref_849 - language: &ref_3115 + - schema: *ref_843 + language: &ref_3108 default: name: '' description: Success @@ -52036,7 +51845,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -52092,65 +51901,65 @@ operationGroups: azureARM: true clientName: CodeContainersClient openApiType: arm - optionalParamGroup: &ref_3927 + optionalParamGroup: &ref_3925 schema: type: object language: - default: &ref_1779 + default: &ref_1772 name: CodeContainersClientGetOptions description: CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method. - go: *ref_1779 + go: *ref_1772 protocol: {} originalParameter: [] required: false serializedName: CodeContainersClientGetOptions language: - default: &ref_1780 + default: &ref_1773 name: options description: CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method. - go: *ref_1780 + go: *ref_1773 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4027 + responseEnv: &ref_4025 type: object properties: - - &ref_1782 - schema: *ref_849 + - &ref_1775 + schema: *ref_843 serializedName: CodeContainerData language: - default: &ref_1781 + default: &ref_1774 name: CodeContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1781 + go: *ref_1774 protocol: {} language: - default: &ref_1783 + default: &ref_1776 name: CodeContainersClientGetResponse description: CodeContainersClientGetResponse contains the response from method CodeContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1782 - go: *ref_1783 + resultProp: *ref_1775 + go: *ref_1776 protocol: {} summary: Get container. protocol: {} - - &ref_3120 + - &ref_3113 operationId: CodeContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1786 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1779 + schema: *ref_1292 implementation: Method required: true - language: &ref_3116 + language: &ref_3109 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -52162,11 +51971,11 @@ operationGroups: protocol: http: in: path - - &ref_1787 + - &ref_1780 schema: *ref_1 implementation: Method required: true - language: &ref_3117 + language: &ref_3110 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -52178,11 +51987,11 @@ operationGroups: protocol: http: in: path - - &ref_1788 - schema: *ref_1658 + - &ref_1781 + schema: *ref_1651 implementation: Method required: true - language: &ref_3118 + language: &ref_3111 default: name: name description: Container name. This is case-sensitive. @@ -52194,15 +52003,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1785 + application/json: &ref_1778 parameters: - - &ref_1784 - schema: *ref_849 + - &ref_1777 + schema: *ref_843 implementation: Method required: true - language: &ref_3119 + language: &ref_3112 default: name: body description: Container entity to create or update. @@ -52213,7 +52022,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52230,7 +52039,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1784 + - *ref_1777 language: default: name: '' @@ -52247,14 +52056,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1785 + - *ref_1778 signatureParameters: - - *ref_1786 - - *ref_1787 - - *ref_1788 + - *ref_1779 + - *ref_1780 + - *ref_1781 responses: - - schema: *ref_849 - language: &ref_3121 + - schema: *ref_843 + language: &ref_3114 default: name: '' description: Success @@ -52268,8 +52077,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_849 - language: &ref_3122 + - schema: *ref_843 + language: &ref_3115 default: name: '' description: Created @@ -52284,7 +52093,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -52363,50 +52172,50 @@ operationGroups: azureARM: true clientName: CodeContainersClient openApiType: arm - optionalParamGroup: &ref_3928 + optionalParamGroup: &ref_3926 schema: type: object language: - default: &ref_1789 + default: &ref_1782 name: CodeContainersClientCreateOrUpdateOptions description: CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method. - go: *ref_1789 + go: *ref_1782 protocol: {} originalParameter: [] required: false serializedName: CodeContainersClientCreateOrUpdateOptions language: - default: &ref_1790 + default: &ref_1783 name: options description: CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method. - go: *ref_1790 + go: *ref_1783 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4028 + responseEnv: &ref_4026 type: object properties: - - &ref_1792 - schema: *ref_849 + - &ref_1785 + schema: *ref_843 serializedName: CodeContainerData language: - default: &ref_1791 + default: &ref_1784 name: CodeContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1791 + go: *ref_1784 protocol: {} language: - default: &ref_1793 + default: &ref_1786 name: CodeContainersClientCreateOrUpdateResponse description: CodeContainersClientCreateOrUpdateResponse contains the response from method CodeContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1792 - go: *ref_1793 + resultProp: *ref_1785 + go: *ref_1786 protocol: {} summary: Create or update container. protocol: {} @@ -52420,23 +52229,23 @@ operationGroups: clientCtorName: NewCodeContainersClient clientName: CodeContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3129 + - &ref_3122 $key: CodeVersions operations: - - &ref_3128 + - &ref_3121 operationId: CodeVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1800 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1793 + schema: *ref_1292 implementation: Method required: true - language: &ref_3123 + language: &ref_3116 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -52448,11 +52257,11 @@ operationGroups: protocol: http: in: path - - &ref_1801 + - &ref_1794 schema: *ref_1 implementation: Method required: true - language: &ref_3124 + language: &ref_3117 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -52464,11 +52273,11 @@ operationGroups: protocol: http: in: path - - &ref_1802 + - &ref_1795 schema: *ref_9 implementation: Method required: true - language: &ref_3125 + language: &ref_3118 default: name: name description: Container name. This is case-sensitive. @@ -52480,11 +52289,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1795 + - *ref_1283 + - &ref_1788 schema: *ref_9 implementation: Method - language: &ref_3126 + language: &ref_3119 default: name: orderBy description: Ordering of list. @@ -52492,21 +52301,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_1796 + paramGroup: &ref_1789 schema: type: object language: - default: &ref_1794 + default: &ref_1787 name: CodeVersionsClientListOptions description: CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.NewListPager method. - go: *ref_1794 + go: *ref_1787 protocol: {} originalParameter: - - *ref_1795 - - &ref_1798 + - *ref_1788 + - &ref_1791 schema: *ref_18 implementation: Method - language: &ref_3127 + language: &ref_3120 default: name: top description: Maximum number of records to return. @@ -52514,12 +52323,12 @@ operationGroups: go: name: Top description: Maximum number of records to return. - paramGroup: *ref_1796 + paramGroup: *ref_1789 serializedName: $top protocol: http: in: query - - &ref_1799 + - &ref_1792 schema: *ref_1 implementation: Method language: @@ -52530,7 +52339,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1796 + paramGroup: *ref_1789 serializedName: $skip protocol: http: @@ -52538,20 +52347,20 @@ operationGroups: required: false serializedName: CodeVersionsClientListOptions language: - default: &ref_1797 + default: &ref_1790 name: options description: CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.NewListPager method. - go: *ref_1797 + go: *ref_1790 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_1798 - - *ref_1799 + - *ref_1791 + - *ref_1792 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52581,15 +52390,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1800 - - *ref_1801 - - *ref_1802 + - *ref_1793 + - *ref_1794 - *ref_1795 - - *ref_1798 - - *ref_1799 + - *ref_1788 + - *ref_1791 + - *ref_1792 responses: - - schema: *ref_1803 - language: &ref_3137 + - schema: *ref_1796 + language: &ref_3130 default: name: '' description: Success @@ -52604,7 +52413,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -52655,7 +52464,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3138 {} + headers: &ref_3131 {} x-ms-pageable: nextLinkName: nextLink language: @@ -52671,50 +52480,50 @@ operationGroups: azureARM: true clientName: CodeVersionsClient openApiType: arm - optionalParamGroup: *ref_1796 + optionalParamGroup: *ref_1789 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4029 + responseEnv: &ref_4027 type: object properties: - - &ref_1805 - schema: *ref_1803 + - &ref_1798 + schema: *ref_1796 serializedName: CodeVersionResourceArmPaginatedResult language: - default: &ref_1804 + default: &ref_1797 name: CodeVersionResourceArmPaginatedResult description: A paginated list of CodeVersion entities. byValue: true embeddedType: true - go: *ref_1804 + go: *ref_1797 protocol: {} language: - default: &ref_1806 + default: &ref_1799 name: CodeVersionsClientListResponse description: CodeVersionsClientListResponse contains the response from method CodeVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1805 - go: *ref_1806 + resultProp: *ref_1798 + go: *ref_1799 protocol: {} summary: List versions. protocol: {} - - &ref_3143 + - &ref_3136 operationId: CodeVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1807 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1800 + schema: *ref_1292 implementation: Method required: true - language: &ref_3139 + language: &ref_3132 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -52726,11 +52535,11 @@ operationGroups: protocol: http: in: path - - &ref_1808 + - &ref_1801 schema: *ref_1 implementation: Method required: true - language: &ref_3140 + language: &ref_3133 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -52742,11 +52551,11 @@ operationGroups: protocol: http: in: path - - &ref_1809 + - &ref_1802 schema: *ref_9 implementation: Method required: true - language: &ref_3141 + language: &ref_3134 default: name: name description: Container name. This is case-sensitive. @@ -52758,11 +52567,11 @@ operationGroups: protocol: http: in: path - - &ref_1810 + - &ref_1803 schema: *ref_9 implementation: Method required: true - language: &ref_3142 + language: &ref_3135 default: name: version description: Version identifier. This is case-sensitive. @@ -52774,10 +52583,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52807,10 +52616,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1807 - - *ref_1808 - - *ref_1809 - - *ref_1810 + - *ref_1800 + - *ref_1801 + - *ref_1802 + - *ref_1803 responses: - language: default: @@ -52835,7 +52644,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -52877,51 +52686,51 @@ operationGroups: azureARM: true clientName: CodeVersionsClient openApiType: arm - optionalParamGroup: &ref_3929 + optionalParamGroup: &ref_3927 schema: type: object language: - default: &ref_1811 + default: &ref_1804 name: CodeVersionsClientDeleteOptions description: CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method. - go: *ref_1811 + go: *ref_1804 protocol: {} originalParameter: [] required: false serializedName: CodeVersionsClientDeleteOptions language: - default: &ref_1812 + default: &ref_1805 name: options description: CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method. - go: *ref_1812 + go: *ref_1805 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4030 + responseEnv: &ref_4028 type: object language: - default: &ref_1813 + default: &ref_1806 name: CodeVersionsClientDeleteResponse description: CodeVersionsClientDeleteResponse contains the response from method CodeVersionsClient.Delete. responseType: true - go: *ref_1813 + go: *ref_1806 protocol: {} summary: Delete version. protocol: {} - - &ref_3148 + - &ref_3141 operationId: CodeVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1814 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1807 + schema: *ref_1292 implementation: Method required: true - language: &ref_3144 + language: &ref_3137 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -52933,11 +52742,11 @@ operationGroups: protocol: http: in: path - - &ref_1815 + - &ref_1808 schema: *ref_1 implementation: Method required: true - language: &ref_3145 + language: &ref_3138 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -52949,11 +52758,11 @@ operationGroups: protocol: http: in: path - - &ref_1816 + - &ref_1809 schema: *ref_9 implementation: Method required: true - language: &ref_3146 + language: &ref_3139 default: name: name description: Container name. This is case-sensitive. @@ -52965,11 +52774,11 @@ operationGroups: protocol: http: in: path - - &ref_1817 + - &ref_1810 schema: *ref_9 implementation: Method required: true - language: &ref_3147 + language: &ref_3140 default: name: version description: Version identifier. This is case-sensitive. @@ -52981,10 +52790,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53014,13 +52823,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1814 - - *ref_1815 - - *ref_1816 - - *ref_1817 + - *ref_1807 + - *ref_1808 + - *ref_1809 + - *ref_1810 responses: - - schema: *ref_850 - language: &ref_3149 + - schema: *ref_844 + language: &ref_3142 default: name: '' description: Success @@ -53035,7 +52844,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -53082,7 +52891,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3150 {} + headers: &ref_3143 {} language: default: name: Get @@ -53096,65 +52905,65 @@ operationGroups: azureARM: true clientName: CodeVersionsClient openApiType: arm - optionalParamGroup: &ref_3930 + optionalParamGroup: &ref_3928 schema: type: object language: - default: &ref_1818 + default: &ref_1811 name: CodeVersionsClientGetOptions description: CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method. - go: *ref_1818 + go: *ref_1811 protocol: {} originalParameter: [] required: false serializedName: CodeVersionsClientGetOptions language: - default: &ref_1819 + default: &ref_1812 name: options description: CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method. - go: *ref_1819 + go: *ref_1812 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4031 + responseEnv: &ref_4029 type: object properties: - - &ref_1821 - schema: *ref_850 + - &ref_1814 + schema: *ref_844 serializedName: CodeVersionData language: - default: &ref_1820 + default: &ref_1813 name: CodeVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1820 + go: *ref_1813 protocol: {} language: - default: &ref_1822 + default: &ref_1815 name: CodeVersionsClientGetResponse description: CodeVersionsClientGetResponse contains the response from method CodeVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1821 - go: *ref_1822 + resultProp: *ref_1814 + go: *ref_1815 protocol: {} summary: Get version. protocol: {} - - &ref_3156 + - &ref_3149 operationId: CodeVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1825 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1818 + schema: *ref_1292 implementation: Method required: true - language: &ref_3151 + language: &ref_3144 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -53166,11 +52975,11 @@ operationGroups: protocol: http: in: path - - &ref_1826 + - &ref_1819 schema: *ref_1 implementation: Method required: true - language: &ref_3152 + language: &ref_3145 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -53182,11 +52991,11 @@ operationGroups: protocol: http: in: path - - &ref_1827 - schema: *ref_1658 + - &ref_1820 + schema: *ref_1651 implementation: Method required: true - language: &ref_3153 + language: &ref_3146 default: name: name description: Container name. This is case-sensitive. @@ -53198,11 +53007,11 @@ operationGroups: protocol: http: in: path - - &ref_1828 + - &ref_1821 schema: *ref_9 implementation: Method required: true - language: &ref_3154 + language: &ref_3147 default: name: version description: Version identifier. This is case-sensitive. @@ -53214,15 +53023,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1824 + application/json: &ref_1817 parameters: - - &ref_1823 - schema: *ref_850 + - &ref_1816 + schema: *ref_844 implementation: Method required: true - language: &ref_3155 + language: &ref_3148 default: name: body description: Version entity to create or update. @@ -53233,7 +53042,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53250,7 +53059,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1823 + - *ref_1816 language: default: name: '' @@ -53267,15 +53076,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1824 + - *ref_1817 signatureParameters: - - *ref_1825 - - *ref_1826 - - *ref_1827 - - *ref_1828 + - *ref_1818 + - *ref_1819 + - *ref_1820 + - *ref_1821 responses: - - schema: *ref_850 - language: &ref_3157 + - schema: *ref_844 + language: &ref_3150 default: name: '' description: Success @@ -53289,8 +53098,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_850 - language: &ref_3159 + - schema: *ref_844 + language: &ref_3152 default: name: '' description: Created @@ -53305,7 +53114,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -53361,7 +53170,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3158 {} + headers: &ref_3151 {} '201': body: name: string @@ -53382,7 +53191,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3160 {} + headers: &ref_3153 {} language: default: name: CreateOrUpdate @@ -53396,50 +53205,50 @@ operationGroups: azureARM: true clientName: CodeVersionsClient openApiType: arm - optionalParamGroup: &ref_3931 + optionalParamGroup: &ref_3929 schema: type: object language: - default: &ref_1829 + default: &ref_1822 name: CodeVersionsClientCreateOrUpdateOptions description: CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method. - go: *ref_1829 + go: *ref_1822 protocol: {} originalParameter: [] required: false serializedName: CodeVersionsClientCreateOrUpdateOptions language: - default: &ref_1830 + default: &ref_1823 name: options description: CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method. - go: *ref_1830 + go: *ref_1823 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4032 + responseEnv: &ref_4030 type: object properties: - - &ref_1832 - schema: *ref_850 + - &ref_1825 + schema: *ref_844 serializedName: CodeVersionData language: - default: &ref_1831 + default: &ref_1824 name: CodeVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1831 + go: *ref_1824 protocol: {} language: - default: &ref_1833 + default: &ref_1826 name: CodeVersionsClientCreateOrUpdateResponse description: CodeVersionsClientCreateOrUpdateResponse contains the response from method CodeVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1832 - go: *ref_1833 + resultProp: *ref_1825 + go: *ref_1826 protocol: {} summary: Create or update version. protocol: {} @@ -53453,23 +53262,23 @@ operationGroups: clientCtorName: NewCodeVersionsClient clientName: CodeVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3164 + - &ref_3157 $key: ComponentContainers operations: - - &ref_3163 + - &ref_3156 operationId: ComponentContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1840 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1833 + schema: *ref_1292 implementation: Method required: true - language: &ref_3161 + language: &ref_3154 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -53481,11 +53290,11 @@ operationGroups: protocol: http: in: path - - &ref_1841 + - &ref_1834 schema: *ref_1 implementation: Method required: true - language: &ref_3162 + language: &ref_3155 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -53497,8 +53306,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1835 + - *ref_1283 + - &ref_1828 schema: *ref_1 implementation: Method language: @@ -53509,19 +53318,19 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1837 + paramGroup: &ref_1830 schema: type: object language: - default: &ref_1834 + default: &ref_1827 name: ComponentContainersClientListOptions description: ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.NewListPager method. - go: *ref_1834 + go: *ref_1827 protocol: {} originalParameter: - - *ref_1835 - - &ref_1839 - schema: *ref_1836 + - *ref_1828 + - &ref_1832 + schema: *ref_1829 implementation: Method language: default: @@ -53531,7 +53340,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1837 + paramGroup: *ref_1830 serializedName: listViewType protocol: http: @@ -53539,19 +53348,19 @@ operationGroups: required: false serializedName: ComponentContainersClientListOptions language: - default: &ref_1838 + default: &ref_1831 name: options description: ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.NewListPager method. - go: *ref_1838 + go: *ref_1831 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_1839 + - *ref_1832 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53581,13 +53390,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1840 - - *ref_1841 - - *ref_1835 - - *ref_1839 + - *ref_1833 + - *ref_1834 + - *ref_1828 + - *ref_1832 responses: - - schema: *ref_1842 - language: &ref_3168 + - schema: *ref_1835 + language: &ref_3161 default: name: '' description: Success @@ -53602,7 +53411,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -53648,7 +53457,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3169 {} + headers: &ref_3162 {} x-ms-pageable: nextLinkName: nextLink language: @@ -53664,50 +53473,50 @@ operationGroups: azureARM: true clientName: ComponentContainersClient openApiType: arm - optionalParamGroup: *ref_1837 + optionalParamGroup: *ref_1830 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4033 + responseEnv: &ref_4031 type: object properties: - - &ref_1844 - schema: *ref_1842 + - &ref_1837 + schema: *ref_1835 serializedName: ComponentContainerResourceArmPaginatedResult language: - default: &ref_1843 + default: &ref_1836 name: ComponentContainerResourceArmPaginatedResult description: A paginated list of ComponentContainer entities. byValue: true embeddedType: true - go: *ref_1843 + go: *ref_1836 protocol: {} language: - default: &ref_1845 + default: &ref_1838 name: ComponentContainersClientListResponse description: ComponentContainersClientListResponse contains the response from method ComponentContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1844 - go: *ref_1845 + resultProp: *ref_1837 + go: *ref_1838 protocol: {} summary: List component containers. protocol: {} - - &ref_3173 + - &ref_3166 operationId: ComponentContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1846 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1839 + schema: *ref_1292 implementation: Method required: true - language: &ref_3170 + language: &ref_3163 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -53719,11 +53528,11 @@ operationGroups: protocol: http: in: path - - &ref_1847 + - &ref_1840 schema: *ref_1 implementation: Method required: true - language: &ref_3171 + language: &ref_3164 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -53735,11 +53544,11 @@ operationGroups: protocol: http: in: path - - &ref_1848 + - &ref_1841 schema: *ref_9 implementation: Method required: true - language: &ref_3172 + language: &ref_3165 default: name: name description: Container name. @@ -53751,10 +53560,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53784,9 +53593,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1846 - - *ref_1847 - - *ref_1848 + - *ref_1839 + - *ref_1840 + - *ref_1841 responses: - language: default: @@ -53811,7 +53620,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -53852,51 +53661,51 @@ operationGroups: azureARM: true clientName: ComponentContainersClient openApiType: arm - optionalParamGroup: &ref_3932 + optionalParamGroup: &ref_3930 schema: type: object language: - default: &ref_1849 + default: &ref_1842 name: ComponentContainersClientDeleteOptions description: ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method. - go: *ref_1849 + go: *ref_1842 protocol: {} originalParameter: [] required: false serializedName: ComponentContainersClientDeleteOptions language: - default: &ref_1850 + default: &ref_1843 name: options description: ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method. - go: *ref_1850 + go: *ref_1843 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4034 + responseEnv: &ref_4032 type: object language: - default: &ref_1851 + default: &ref_1844 name: ComponentContainersClientDeleteResponse description: ComponentContainersClientDeleteResponse contains the response from method ComponentContainersClient.Delete. responseType: true - go: *ref_1851 + go: *ref_1844 protocol: {} summary: Delete container. protocol: {} - - &ref_3177 + - &ref_3170 operationId: ComponentContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1852 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1845 + schema: *ref_1292 implementation: Method required: true - language: &ref_3174 + language: &ref_3167 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -53908,11 +53717,11 @@ operationGroups: protocol: http: in: path - - &ref_1853 + - &ref_1846 schema: *ref_1 implementation: Method required: true - language: &ref_3175 + language: &ref_3168 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -53924,11 +53733,11 @@ operationGroups: protocol: http: in: path - - &ref_1854 + - &ref_1847 schema: *ref_9 implementation: Method required: true - language: &ref_3176 + language: &ref_3169 default: name: name description: Container name. @@ -53940,10 +53749,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53973,12 +53782,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1852 - - *ref_1853 - - *ref_1854 + - *ref_1845 + - *ref_1846 + - *ref_1847 responses: - - schema: *ref_851 - language: &ref_3178 + - schema: *ref_845 + language: &ref_3171 default: name: '' description: Success @@ -53993,7 +53802,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -54037,7 +53846,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3179 {} + headers: &ref_3172 {} language: default: name: Get @@ -54051,65 +53860,65 @@ operationGroups: azureARM: true clientName: ComponentContainersClient openApiType: arm - optionalParamGroup: &ref_3933 + optionalParamGroup: &ref_3931 schema: type: object language: - default: &ref_1855 + default: &ref_1848 name: ComponentContainersClientGetOptions description: ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method. - go: *ref_1855 + go: *ref_1848 protocol: {} originalParameter: [] required: false serializedName: ComponentContainersClientGetOptions language: - default: &ref_1856 + default: &ref_1849 name: options description: ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method. - go: *ref_1856 + go: *ref_1849 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4035 + responseEnv: &ref_4033 type: object properties: - - &ref_1858 - schema: *ref_851 + - &ref_1851 + schema: *ref_845 serializedName: ComponentContainerData language: - default: &ref_1857 + default: &ref_1850 name: ComponentContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1857 + go: *ref_1850 protocol: {} language: - default: &ref_1859 + default: &ref_1852 name: ComponentContainersClientGetResponse description: ComponentContainersClientGetResponse contains the response from method ComponentContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1858 - go: *ref_1859 + resultProp: *ref_1851 + go: *ref_1852 protocol: {} summary: Get container. protocol: {} - - &ref_3184 + - &ref_3177 operationId: ComponentContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1862 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1855 + schema: *ref_1292 implementation: Method required: true - language: &ref_3180 + language: &ref_3173 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -54121,11 +53930,11 @@ operationGroups: protocol: http: in: path - - &ref_1863 + - &ref_1856 schema: *ref_1 implementation: Method required: true - language: &ref_3181 + language: &ref_3174 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -54137,11 +53946,11 @@ operationGroups: protocol: http: in: path - - &ref_1864 - schema: *ref_1658 + - &ref_1857 + schema: *ref_1651 implementation: Method required: true - language: &ref_3182 + language: &ref_3175 default: name: name description: Container name. @@ -54153,15 +53962,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1861 + application/json: &ref_1854 parameters: - - &ref_1860 - schema: *ref_851 + - &ref_1853 + schema: *ref_845 implementation: Method required: true - language: &ref_3183 + language: &ref_3176 default: name: body description: Container entity to create or update. @@ -54172,7 +53981,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54189,7 +53998,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1860 + - *ref_1853 language: default: name: '' @@ -54206,14 +54015,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1861 + - *ref_1854 signatureParameters: - - *ref_1862 - - *ref_1863 - - *ref_1864 + - *ref_1855 + - *ref_1856 + - *ref_1857 responses: - - schema: *ref_851 - language: &ref_3185 + - schema: *ref_845 + language: &ref_3178 default: name: '' description: Success @@ -54227,8 +54036,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_851 - language: &ref_3187 + - schema: *ref_845 + language: &ref_3180 default: name: '' description: Created @@ -54243,7 +54052,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -54294,7 +54103,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3186 {} + headers: &ref_3179 {} '201': body: name: string @@ -54313,7 +54122,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3188 {} + headers: &ref_3181 {} language: default: name: CreateOrUpdate @@ -54327,50 +54136,50 @@ operationGroups: azureARM: true clientName: ComponentContainersClient openApiType: arm - optionalParamGroup: &ref_3934 + optionalParamGroup: &ref_3932 schema: type: object language: - default: &ref_1865 + default: &ref_1858 name: ComponentContainersClientCreateOrUpdateOptions description: ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method. - go: *ref_1865 + go: *ref_1858 protocol: {} originalParameter: [] required: false serializedName: ComponentContainersClientCreateOrUpdateOptions language: - default: &ref_1866 + default: &ref_1859 name: options description: ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method. - go: *ref_1866 + go: *ref_1859 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4036 + responseEnv: &ref_4034 type: object properties: - - &ref_1868 - schema: *ref_851 + - &ref_1861 + schema: *ref_845 serializedName: ComponentContainerData language: - default: &ref_1867 + default: &ref_1860 name: ComponentContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1867 + go: *ref_1860 protocol: {} language: - default: &ref_1869 + default: &ref_1862 name: ComponentContainersClientCreateOrUpdateResponse description: ComponentContainersClientCreateOrUpdateResponse contains the response from method ComponentContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1868 - go: *ref_1869 + resultProp: *ref_1861 + go: *ref_1862 protocol: {} summary: Create or update container. protocol: {} @@ -54384,23 +54193,23 @@ operationGroups: clientCtorName: NewComponentContainersClient clientName: ComponentContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3195 + - &ref_3188 $key: ComponentVersions operations: - - &ref_3194 + - &ref_3187 operationId: ComponentVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1877 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1870 + schema: *ref_1292 implementation: Method required: true - language: &ref_3189 + language: &ref_3182 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -54412,11 +54221,11 @@ operationGroups: protocol: http: in: path - - &ref_1878 + - &ref_1871 schema: *ref_1 implementation: Method required: true - language: &ref_3190 + language: &ref_3183 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -54428,11 +54237,11 @@ operationGroups: protocol: http: in: path - - &ref_1879 + - &ref_1872 schema: *ref_9 implementation: Method required: true - language: &ref_3191 + language: &ref_3184 default: name: name description: Component name. @@ -54444,11 +54253,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1871 + - *ref_1283 + - &ref_1864 schema: *ref_9 implementation: Method - language: &ref_3192 + language: &ref_3185 default: name: orderBy description: Ordering of list. @@ -54456,21 +54265,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_1872 + paramGroup: &ref_1865 schema: type: object language: - default: &ref_1870 + default: &ref_1863 name: ComponentVersionsClientListOptions description: ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.NewListPager method. - go: *ref_1870 + go: *ref_1863 protocol: {} originalParameter: - - *ref_1871 - - &ref_1874 + - *ref_1864 + - &ref_1867 schema: *ref_18 implementation: Method - language: &ref_3193 + language: &ref_3186 default: name: top description: Maximum number of records to return. @@ -54478,12 +54287,12 @@ operationGroups: go: name: Top description: Maximum number of records to return. - paramGroup: *ref_1872 + paramGroup: *ref_1865 serializedName: $top protocol: http: in: query - - &ref_1875 + - &ref_1868 schema: *ref_1 implementation: Method language: @@ -54494,13 +54303,13 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1872 + paramGroup: *ref_1865 serializedName: $skip protocol: http: in: query - - &ref_1876 - schema: *ref_1836 + - &ref_1869 + schema: *ref_1829 implementation: Method language: default: @@ -54510,7 +54319,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1872 + paramGroup: *ref_1865 serializedName: listViewType protocol: http: @@ -54518,21 +54327,21 @@ operationGroups: required: false serializedName: ComponentVersionsClientListOptions language: - default: &ref_1873 + default: &ref_1866 name: options description: ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.NewListPager method. - go: *ref_1873 + go: *ref_1866 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_1874 - - *ref_1875 - - *ref_1876 + - *ref_1867 + - *ref_1868 + - *ref_1869 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54562,16 +54371,16 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1877 - - *ref_1878 - - *ref_1879 + - *ref_1870 - *ref_1871 - - *ref_1874 - - *ref_1875 - - *ref_1876 + - *ref_1872 + - *ref_1864 + - *ref_1867 + - *ref_1868 + - *ref_1869 responses: - - schema: *ref_1880 - language: &ref_3201 + - schema: *ref_1873 + language: &ref_3194 default: name: '' description: Success @@ -54586,7 +54395,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -54624,7 +54433,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3197 + componentSpec: &ref_3190 50acbce5-cccc-475a-8ac6-c4da402afbd8: null isAnonymous: false properties: @@ -54638,7 +54447,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3202 {} + headers: &ref_3195 {} x-ms-pageable: nextLinkName: nextLink language: @@ -54654,50 +54463,50 @@ operationGroups: azureARM: true clientName: ComponentVersionsClient openApiType: arm - optionalParamGroup: *ref_1872 + optionalParamGroup: *ref_1865 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4037 + responseEnv: &ref_4035 type: object properties: - - &ref_1882 - schema: *ref_1880 + - &ref_1875 + schema: *ref_1873 serializedName: ComponentVersionResourceArmPaginatedResult language: - default: &ref_1881 + default: &ref_1874 name: ComponentVersionResourceArmPaginatedResult description: A paginated list of ComponentVersion entities. byValue: true embeddedType: true - go: *ref_1881 + go: *ref_1874 protocol: {} language: - default: &ref_1883 + default: &ref_1876 name: ComponentVersionsClientListResponse description: ComponentVersionsClientListResponse contains the response from method ComponentVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1882 - go: *ref_1883 + resultProp: *ref_1875 + go: *ref_1876 protocol: {} summary: List component versions. protocol: {} - - &ref_3207 + - &ref_3200 operationId: ComponentVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1884 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1877 + schema: *ref_1292 implementation: Method required: true - language: &ref_3203 + language: &ref_3196 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -54709,11 +54518,11 @@ operationGroups: protocol: http: in: path - - &ref_1885 + - &ref_1878 schema: *ref_1 implementation: Method required: true - language: &ref_3204 + language: &ref_3197 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -54725,11 +54534,11 @@ operationGroups: protocol: http: in: path - - &ref_1886 + - &ref_1879 schema: *ref_9 implementation: Method required: true - language: &ref_3205 + language: &ref_3198 default: name: name description: Container name. @@ -54741,11 +54550,11 @@ operationGroups: protocol: http: in: path - - &ref_1887 + - &ref_1880 schema: *ref_9 implementation: Method required: true - language: &ref_3206 + language: &ref_3199 default: name: version description: Version identifier. @@ -54757,10 +54566,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54790,10 +54599,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1884 - - *ref_1885 - - *ref_1886 - - *ref_1887 + - *ref_1877 + - *ref_1878 + - *ref_1879 + - *ref_1880 responses: - language: default: @@ -54818,7 +54627,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -54860,51 +54669,51 @@ operationGroups: azureARM: true clientName: ComponentVersionsClient openApiType: arm - optionalParamGroup: &ref_3935 + optionalParamGroup: &ref_3933 schema: type: object language: - default: &ref_1888 + default: &ref_1881 name: ComponentVersionsClientDeleteOptions description: ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method. - go: *ref_1888 + go: *ref_1881 protocol: {} originalParameter: [] required: false serializedName: ComponentVersionsClientDeleteOptions language: - default: &ref_1889 + default: &ref_1882 name: options description: ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method. - go: *ref_1889 + go: *ref_1882 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4038 + responseEnv: &ref_4036 type: object language: - default: &ref_1890 + default: &ref_1883 name: ComponentVersionsClientDeleteResponse description: ComponentVersionsClientDeleteResponse contains the response from method ComponentVersionsClient.Delete. responseType: true - go: *ref_1890 + go: *ref_1883 protocol: {} summary: Delete version. protocol: {} - - &ref_3212 + - &ref_3205 operationId: ComponentVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1891 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1884 + schema: *ref_1292 implementation: Method required: true - language: &ref_3208 + language: &ref_3201 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -54916,11 +54725,11 @@ operationGroups: protocol: http: in: path - - &ref_1892 + - &ref_1885 schema: *ref_1 implementation: Method required: true - language: &ref_3209 + language: &ref_3202 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -54932,11 +54741,11 @@ operationGroups: protocol: http: in: path - - &ref_1893 + - &ref_1886 schema: *ref_9 implementation: Method required: true - language: &ref_3210 + language: &ref_3203 default: name: name description: Container name. @@ -54948,11 +54757,11 @@ operationGroups: protocol: http: in: path - - &ref_1894 + - &ref_1887 schema: *ref_9 implementation: Method required: true - language: &ref_3211 + language: &ref_3204 default: name: version description: Version identifier. @@ -54964,10 +54773,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54997,13 +54806,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1891 - - *ref_1892 - - *ref_1893 - - *ref_1894 + - *ref_1884 + - *ref_1885 + - *ref_1886 + - *ref_1887 responses: - - schema: *ref_852 - language: &ref_3214 + - schema: *ref_846 + language: &ref_3207 default: name: '' description: Success @@ -55018,7 +54827,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -55052,7 +54861,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3213 + componentSpec: &ref_3206 1a7c40b5-2029-4f5f-a8d6-fd0822038773: null isAnonymous: false properties: @@ -55066,7 +54875,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3215 {} + headers: &ref_3208 {} language: default: name: Get @@ -55080,65 +54889,65 @@ operationGroups: azureARM: true clientName: ComponentVersionsClient openApiType: arm - optionalParamGroup: &ref_3936 + optionalParamGroup: &ref_3934 schema: type: object language: - default: &ref_1895 + default: &ref_1888 name: ComponentVersionsClientGetOptions description: ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method. - go: *ref_1895 + go: *ref_1888 protocol: {} originalParameter: [] required: false serializedName: ComponentVersionsClientGetOptions language: - default: &ref_1896 + default: &ref_1889 name: options description: ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method. - go: *ref_1896 + go: *ref_1889 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4039 + responseEnv: &ref_4037 type: object properties: - - &ref_1898 - schema: *ref_852 + - &ref_1891 + schema: *ref_846 serializedName: ComponentVersionData language: - default: &ref_1897 + default: &ref_1890 name: ComponentVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1897 + go: *ref_1890 protocol: {} language: - default: &ref_1899 + default: &ref_1892 name: ComponentVersionsClientGetResponse description: ComponentVersionsClientGetResponse contains the response from method ComponentVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1898 - go: *ref_1899 + resultProp: *ref_1891 + go: *ref_1892 protocol: {} summary: Get version. protocol: {} - - &ref_3222 + - &ref_3215 operationId: ComponentVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1902 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1895 + schema: *ref_1292 implementation: Method required: true - language: &ref_3216 + language: &ref_3209 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -55150,11 +54959,11 @@ operationGroups: protocol: http: in: path - - &ref_1903 + - &ref_1896 schema: *ref_1 implementation: Method required: true - language: &ref_3217 + language: &ref_3210 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -55166,11 +54975,11 @@ operationGroups: protocol: http: in: path - - &ref_1904 - schema: *ref_1658 + - &ref_1897 + schema: *ref_1651 implementation: Method required: true - language: &ref_3218 + language: &ref_3211 default: name: name description: Container name. @@ -55182,11 +54991,11 @@ operationGroups: protocol: http: in: path - - &ref_1905 + - &ref_1898 schema: *ref_9 implementation: Method required: true - language: &ref_3219 + language: &ref_3212 default: name: version description: Version identifier. @@ -55198,15 +55007,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1901 + application/json: &ref_1894 parameters: - - &ref_1900 - schema: *ref_852 + - &ref_1893 + schema: *ref_846 implementation: Method required: true - language: &ref_3221 + language: &ref_3214 default: name: body description: Version entity to create or update. @@ -55217,7 +55026,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55234,7 +55043,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1900 + - *ref_1893 language: default: name: '' @@ -55251,15 +55060,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1901 + - *ref_1894 signatureParameters: - - *ref_1902 - - *ref_1903 - - *ref_1904 - - *ref_1905 + - *ref_1895 + - *ref_1896 + - *ref_1897 + - *ref_1898 responses: - - schema: *ref_852 - language: &ref_3224 + - schema: *ref_846 + language: &ref_3217 default: name: '' description: Success @@ -55273,8 +55082,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_852 - language: &ref_3227 + - schema: *ref_846 + language: &ref_3220 default: name: '' description: Created @@ -55289,7 +55098,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -55313,7 +55122,7 @@ operationGroups: body: properties: description: string - componentSpec: &ref_3220 + componentSpec: &ref_3213 8ced901b-d826-477d-bfef-329da9672513: null isAnonymous: false properties: @@ -55333,7 +55142,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3223 + componentSpec: &ref_3216 2de2e74e-457d-4447-a581-933abc2b9d96: null isAnonymous: false properties: @@ -55347,7 +55156,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3225 {} + headers: &ref_3218 {} '201': body: name: string @@ -55355,7 +55164,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3226 + componentSpec: &ref_3219 a6c1349d-5e45-48da-92c3-3ce176cb30e9: null isAnonymous: false properties: @@ -55369,7 +55178,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3228 {} + headers: &ref_3221 {} language: default: name: CreateOrUpdate @@ -55383,50 +55192,50 @@ operationGroups: azureARM: true clientName: ComponentVersionsClient openApiType: arm - optionalParamGroup: &ref_3937 + optionalParamGroup: &ref_3935 schema: type: object language: - default: &ref_1906 + default: &ref_1899 name: ComponentVersionsClientCreateOrUpdateOptions description: ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method. - go: *ref_1906 + go: *ref_1899 protocol: {} originalParameter: [] required: false serializedName: ComponentVersionsClientCreateOrUpdateOptions language: - default: &ref_1907 + default: &ref_1900 name: options description: ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method. - go: *ref_1907 + go: *ref_1900 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4040 + responseEnv: &ref_4038 type: object properties: - - &ref_1909 - schema: *ref_852 + - &ref_1902 + schema: *ref_846 serializedName: ComponentVersionData language: - default: &ref_1908 + default: &ref_1901 name: ComponentVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1908 + go: *ref_1901 protocol: {} language: - default: &ref_1910 + default: &ref_1903 name: ComponentVersionsClientCreateOrUpdateResponse description: ComponentVersionsClientCreateOrUpdateResponse contains the response from method ComponentVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1909 - go: *ref_1910 + resultProp: *ref_1902 + go: *ref_1903 protocol: {} summary: Create or update version. protocol: {} @@ -55440,23 +55249,23 @@ operationGroups: clientCtorName: NewComponentVersionsClient clientName: ComponentVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3232 + - &ref_3225 $key: DataContainers operations: - - &ref_3231 + - &ref_3224 operationId: DataContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1916 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1909 + schema: *ref_1292 implementation: Method required: true - language: &ref_3229 + language: &ref_3222 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -55468,11 +55277,11 @@ operationGroups: protocol: http: in: path - - &ref_1917 + - &ref_1910 schema: *ref_1 implementation: Method required: true - language: &ref_3230 + language: &ref_3223 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -55484,8 +55293,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1912 + - *ref_1283 + - &ref_1905 schema: *ref_1 implementation: Method language: @@ -55496,19 +55305,19 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1913 + paramGroup: &ref_1906 schema: type: object language: - default: &ref_1911 + default: &ref_1904 name: DataContainersClientListOptions description: DataContainersClientListOptions contains the optional parameters for the DataContainersClient.NewListPager method. - go: *ref_1911 + go: *ref_1904 protocol: {} originalParameter: - - *ref_1912 - - &ref_1915 - schema: *ref_1836 + - *ref_1905 + - &ref_1908 + schema: *ref_1829 implementation: Method language: default: @@ -55518,7 +55327,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1913 + paramGroup: *ref_1906 serializedName: listViewType protocol: http: @@ -55526,19 +55335,19 @@ operationGroups: required: false serializedName: DataContainersClientListOptions language: - default: &ref_1914 + default: &ref_1907 name: options description: DataContainersClientListOptions contains the optional parameters for the DataContainersClient.NewListPager method. - go: *ref_1914 + go: *ref_1907 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_1915 + - *ref_1908 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55568,13 +55377,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1916 - - *ref_1917 - - *ref_1912 - - *ref_1915 + - *ref_1909 + - *ref_1910 + - *ref_1905 + - *ref_1908 responses: - - schema: *ref_1918 - language: &ref_3237 + - schema: *ref_1911 + language: &ref_3230 default: name: '' description: Success @@ -55589,7 +55398,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -55671,50 +55480,50 @@ operationGroups: azureARM: true clientName: DataContainersClient openApiType: arm - optionalParamGroup: *ref_1913 + optionalParamGroup: *ref_1906 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4041 + responseEnv: &ref_4039 type: object properties: - - &ref_1920 - schema: *ref_1918 + - &ref_1913 + schema: *ref_1911 serializedName: DataContainerResourceArmPaginatedResult language: - default: &ref_1919 + default: &ref_1912 name: DataContainerResourceArmPaginatedResult description: A paginated list of DataContainer entities. byValue: true embeddedType: true - go: *ref_1919 + go: *ref_1912 protocol: {} language: - default: &ref_1921 + default: &ref_1914 name: DataContainersClientListResponse description: DataContainersClientListResponse contains the response from method DataContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1920 - go: *ref_1921 + resultProp: *ref_1913 + go: *ref_1914 protocol: {} summary: List data containers. protocol: {} - - &ref_3241 + - &ref_3234 operationId: DataContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1922 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1915 + schema: *ref_1292 implementation: Method required: true - language: &ref_3238 + language: &ref_3231 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -55726,11 +55535,11 @@ operationGroups: protocol: http: in: path - - &ref_1923 + - &ref_1916 schema: *ref_1 implementation: Method required: true - language: &ref_3239 + language: &ref_3232 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -55742,11 +55551,11 @@ operationGroups: protocol: http: in: path - - &ref_1924 + - &ref_1917 schema: *ref_9 implementation: Method required: true - language: &ref_3240 + language: &ref_3233 default: name: name description: Container name. @@ -55758,10 +55567,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55791,9 +55600,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1922 - - *ref_1923 - - *ref_1924 + - *ref_1915 + - *ref_1916 + - *ref_1917 responses: - language: default: @@ -55818,7 +55627,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -55859,51 +55668,51 @@ operationGroups: azureARM: true clientName: DataContainersClient openApiType: arm - optionalParamGroup: &ref_3938 + optionalParamGroup: &ref_3936 schema: type: object language: - default: &ref_1925 + default: &ref_1918 name: DataContainersClientDeleteOptions description: DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method. - go: *ref_1925 + go: *ref_1918 protocol: {} originalParameter: [] required: false serializedName: DataContainersClientDeleteOptions language: - default: &ref_1926 + default: &ref_1919 name: options description: DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method. - go: *ref_1926 + go: *ref_1919 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4042 + responseEnv: &ref_4040 type: object language: - default: &ref_1927 + default: &ref_1920 name: DataContainersClientDeleteResponse description: DataContainersClientDeleteResponse contains the response from method DataContainersClient.Delete. responseType: true - go: *ref_1927 + go: *ref_1920 protocol: {} summary: Delete container. protocol: {} - - &ref_3245 + - &ref_3238 operationId: DataContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1928 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1921 + schema: *ref_1292 implementation: Method required: true - language: &ref_3242 + language: &ref_3235 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -55915,11 +55724,11 @@ operationGroups: protocol: http: in: path - - &ref_1929 + - &ref_1922 schema: *ref_1 implementation: Method required: true - language: &ref_3243 + language: &ref_3236 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -55931,11 +55740,11 @@ operationGroups: protocol: http: in: path - - &ref_1930 + - &ref_1923 schema: *ref_9 implementation: Method required: true - language: &ref_3244 + language: &ref_3237 default: name: name description: Container name. @@ -55947,10 +55756,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55980,12 +55789,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1928 - - *ref_1929 - - *ref_1930 + - *ref_1921 + - *ref_1922 + - *ref_1923 responses: - - schema: *ref_853 - language: &ref_3246 + - schema: *ref_847 + language: &ref_3239 default: name: '' description: Success @@ -56000,7 +55809,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -56060,65 +55869,65 @@ operationGroups: azureARM: true clientName: DataContainersClient openApiType: arm - optionalParamGroup: &ref_3939 + optionalParamGroup: &ref_3937 schema: type: object language: - default: &ref_1931 + default: &ref_1924 name: DataContainersClientGetOptions description: DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method. - go: *ref_1931 + go: *ref_1924 protocol: {} originalParameter: [] required: false serializedName: DataContainersClientGetOptions language: - default: &ref_1932 + default: &ref_1925 name: options description: DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method. - go: *ref_1932 + go: *ref_1925 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4043 + responseEnv: &ref_4041 type: object properties: - - &ref_1934 - schema: *ref_853 + - &ref_1927 + schema: *ref_847 serializedName: DataContainerData language: - default: &ref_1933 + default: &ref_1926 name: DataContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1933 + go: *ref_1926 protocol: {} language: - default: &ref_1935 + default: &ref_1928 name: DataContainersClientGetResponse description: DataContainersClientGetResponse contains the response from method DataContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1934 - go: *ref_1935 + resultProp: *ref_1927 + go: *ref_1928 protocol: {} summary: Get container. protocol: {} - - &ref_3251 + - &ref_3244 operationId: DataContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1938 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1931 + schema: *ref_1292 implementation: Method required: true - language: &ref_3247 + language: &ref_3240 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -56130,11 +55939,11 @@ operationGroups: protocol: http: in: path - - &ref_1939 + - &ref_1932 schema: *ref_1 implementation: Method required: true - language: &ref_3248 + language: &ref_3241 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -56146,11 +55955,11 @@ operationGroups: protocol: http: in: path - - &ref_1940 - schema: *ref_1658 + - &ref_1933 + schema: *ref_1651 implementation: Method required: true - language: &ref_3249 + language: &ref_3242 default: name: name description: Container name. @@ -56162,15 +55971,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1937 + application/json: &ref_1930 parameters: - - &ref_1936 - schema: *ref_853 + - &ref_1929 + schema: *ref_847 implementation: Method required: true - language: &ref_3250 + language: &ref_3243 default: name: body description: Container entity to create or update. @@ -56181,7 +55990,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56198,7 +56007,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1936 + - *ref_1929 language: default: name: '' @@ -56215,14 +56024,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1937 + - *ref_1930 signatureParameters: - - *ref_1938 - - *ref_1939 - - *ref_1940 + - *ref_1931 + - *ref_1932 + - *ref_1933 responses: - - schema: *ref_853 - language: &ref_3252 + - schema: *ref_847 + language: &ref_3245 default: name: '' description: Success @@ -56236,8 +56045,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_853 - language: &ref_3253 + - schema: *ref_847 + language: &ref_3246 default: name: '' description: Created @@ -56252,7 +56061,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -56343,50 +56152,50 @@ operationGroups: azureARM: true clientName: DataContainersClient openApiType: arm - optionalParamGroup: &ref_3940 + optionalParamGroup: &ref_3938 schema: type: object language: - default: &ref_1941 + default: &ref_1934 name: DataContainersClientCreateOrUpdateOptions description: DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method. - go: *ref_1941 + go: *ref_1934 protocol: {} originalParameter: [] required: false serializedName: DataContainersClientCreateOrUpdateOptions language: - default: &ref_1942 + default: &ref_1935 name: options description: DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method. - go: *ref_1942 + go: *ref_1935 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4044 + responseEnv: &ref_4042 type: object properties: - - &ref_1944 - schema: *ref_853 + - &ref_1937 + schema: *ref_847 serializedName: DataContainerData language: - default: &ref_1943 + default: &ref_1936 name: DataContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1943 + go: *ref_1936 protocol: {} language: - default: &ref_1945 + default: &ref_1938 name: DataContainersClientCreateOrUpdateResponse description: DataContainersClientCreateOrUpdateResponse contains the response from method DataContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1944 - go: *ref_1945 + resultProp: *ref_1937 + go: *ref_1938 protocol: {} summary: Create or update container. protocol: {} @@ -56400,23 +56209,23 @@ operationGroups: clientCtorName: NewDataContainersClient clientName: DataContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3261 + - &ref_3254 $key: DataVersions operations: - - &ref_3260 + - &ref_3253 operationId: DataVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1954 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1947 + schema: *ref_1292 implementation: Method required: true - language: &ref_3254 + language: &ref_3247 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -56428,11 +56237,11 @@ operationGroups: protocol: http: in: path - - &ref_1955 + - &ref_1948 schema: *ref_1 implementation: Method required: true - language: &ref_3255 + language: &ref_3248 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -56444,11 +56253,11 @@ operationGroups: protocol: http: in: path - - &ref_1956 + - &ref_1949 schema: *ref_9 implementation: Method required: true - language: &ref_3256 + language: &ref_3249 default: name: name description: Data container's name @@ -56460,11 +56269,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1947 + - *ref_1283 + - &ref_1940 schema: *ref_9 implementation: Method - language: &ref_3257 + language: &ref_3250 default: name: orderBy description: Please choose OrderBy value from ['createdtime', 'modifiedtime'] @@ -56472,21 +56281,21 @@ operationGroups: go: name: OrderBy description: Please choose OrderBy value from ['createdtime', 'modifiedtime'] - paramGroup: &ref_1948 + paramGroup: &ref_1941 schema: type: object language: - default: &ref_1946 + default: &ref_1939 name: DataVersionsClientListOptions description: DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.NewListPager method. - go: *ref_1946 + go: *ref_1939 protocol: {} originalParameter: - - *ref_1947 - - &ref_1950 + - *ref_1940 + - &ref_1943 schema: *ref_18 implementation: Method - language: &ref_3258 + language: &ref_3251 default: name: top description: "Top count of results, top count cannot be greater than the page size.\r\n If topCount > page size, results with be default page size count will be returned" @@ -56494,12 +56303,12 @@ operationGroups: go: name: Top description: Top count of results, top count cannot be greater than the page size. If topCount > page size, results with be default page size count will be returned - paramGroup: *ref_1948 + paramGroup: *ref_1941 serializedName: $top protocol: http: in: query - - &ref_1951 + - &ref_1944 schema: *ref_1 implementation: Method language: @@ -56510,15 +56319,15 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1948 + paramGroup: *ref_1941 serializedName: $skip protocol: http: in: query - - &ref_1952 + - &ref_1945 schema: *ref_9 implementation: Method - language: &ref_3259 + language: &ref_3252 default: name: tags description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' @@ -56526,13 +56335,13 @@ operationGroups: go: name: Tags description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - paramGroup: *ref_1948 + paramGroup: *ref_1941 serializedName: $tags protocol: http: in: query - - &ref_1953 - schema: *ref_1836 + - &ref_1946 + schema: *ref_1829 implementation: Method language: default: @@ -56542,7 +56351,7 @@ operationGroups: go: name: ListViewType description: '[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.' - paramGroup: *ref_1948 + paramGroup: *ref_1941 serializedName: listViewType protocol: http: @@ -56550,22 +56359,22 @@ operationGroups: required: false serializedName: DataVersionsClientListOptions language: - default: &ref_1949 + default: &ref_1942 name: options description: DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.NewListPager method. - go: *ref_1949 + go: *ref_1942 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_1950 - - *ref_1951 - - *ref_1952 - - *ref_1953 + - *ref_1943 + - *ref_1944 + - *ref_1945 + - *ref_1946 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56595,17 +56404,17 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1954 - - *ref_1955 - - *ref_1956 - *ref_1947 - - *ref_1950 - - *ref_1951 - - *ref_1952 - - *ref_1953 + - *ref_1948 + - *ref_1949 + - *ref_1940 + - *ref_1943 + - *ref_1944 + - *ref_1945 + - *ref_1946 responses: - - schema: *ref_1957 - language: &ref_3268 + - schema: *ref_1950 + language: &ref_3261 default: name: '' description: Success @@ -56620,7 +56429,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -56673,7 +56482,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3269 {} + headers: &ref_3262 {} x-ms-pageable: nextLinkName: nextLink language: @@ -56689,50 +56498,50 @@ operationGroups: azureARM: true clientName: DataVersionsClient openApiType: arm - optionalParamGroup: *ref_1948 + optionalParamGroup: *ref_1941 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4045 + responseEnv: &ref_4043 type: object properties: - - &ref_1959 - schema: *ref_1957 + - &ref_1952 + schema: *ref_1950 serializedName: DataVersionBaseResourceArmPaginatedResult language: - default: &ref_1958 + default: &ref_1951 name: DataVersionBaseResourceArmPaginatedResult description: A paginated list of DataVersionBase entities. byValue: true embeddedType: true - go: *ref_1958 + go: *ref_1951 protocol: {} language: - default: &ref_1960 + default: &ref_1953 name: DataVersionsClientListResponse description: DataVersionsClientListResponse contains the response from method DataVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1959 - go: *ref_1960 + resultProp: *ref_1952 + go: *ref_1953 protocol: {} summary: List data versions in the data container protocol: {} - - &ref_3274 + - &ref_3267 operationId: DataVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1961 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1954 + schema: *ref_1292 implementation: Method required: true - language: &ref_3270 + language: &ref_3263 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -56744,11 +56553,11 @@ operationGroups: protocol: http: in: path - - &ref_1962 + - &ref_1955 schema: *ref_1 implementation: Method required: true - language: &ref_3271 + language: &ref_3264 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -56760,11 +56569,11 @@ operationGroups: protocol: http: in: path - - &ref_1963 + - &ref_1956 schema: *ref_9 implementation: Method required: true - language: &ref_3272 + language: &ref_3265 default: name: name description: Container name. @@ -56776,11 +56585,11 @@ operationGroups: protocol: http: in: path - - &ref_1964 + - &ref_1957 schema: *ref_9 implementation: Method required: true - language: &ref_3273 + language: &ref_3266 default: name: version description: Version identifier. @@ -56792,10 +56601,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56825,10 +56634,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1961 - - *ref_1962 - - *ref_1963 - - *ref_1964 + - *ref_1954 + - *ref_1955 + - *ref_1956 + - *ref_1957 responses: - language: default: @@ -56853,7 +56662,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -56895,51 +56704,51 @@ operationGroups: azureARM: true clientName: DataVersionsClient openApiType: arm - optionalParamGroup: &ref_3941 + optionalParamGroup: &ref_3939 schema: type: object language: - default: &ref_1965 + default: &ref_1958 name: DataVersionsClientDeleteOptions description: DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method. - go: *ref_1965 + go: *ref_1958 protocol: {} originalParameter: [] required: false serializedName: DataVersionsClientDeleteOptions language: - default: &ref_1966 + default: &ref_1959 name: options description: DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method. - go: *ref_1966 + go: *ref_1959 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4046 + responseEnv: &ref_4044 type: object language: - default: &ref_1967 + default: &ref_1960 name: DataVersionsClientDeleteResponse description: DataVersionsClientDeleteResponse contains the response from method DataVersionsClient.Delete. responseType: true - go: *ref_1967 + go: *ref_1960 protocol: {} summary: Delete version. protocol: {} - - &ref_3279 + - &ref_3272 operationId: DataVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1968 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1961 + schema: *ref_1292 implementation: Method required: true - language: &ref_3275 + language: &ref_3268 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -56951,11 +56760,11 @@ operationGroups: protocol: http: in: path - - &ref_1969 + - &ref_1962 schema: *ref_1 implementation: Method required: true - language: &ref_3276 + language: &ref_3269 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -56967,11 +56776,11 @@ operationGroups: protocol: http: in: path - - &ref_1970 + - &ref_1963 schema: *ref_9 implementation: Method required: true - language: &ref_3277 + language: &ref_3270 default: name: name description: Container name. @@ -56983,11 +56792,11 @@ operationGroups: protocol: http: in: path - - &ref_1971 + - &ref_1964 schema: *ref_9 implementation: Method required: true - language: &ref_3278 + language: &ref_3271 default: name: version description: Version identifier. @@ -56999,10 +56808,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57032,13 +56841,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1968 - - *ref_1969 - - *ref_1970 - - *ref_1971 + - *ref_1961 + - *ref_1962 + - *ref_1963 + - *ref_1964 responses: - - schema: *ref_854 - language: &ref_3280 + - schema: *ref_848 + language: &ref_3273 default: name: '' description: Success @@ -57053,7 +56862,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -57101,7 +56910,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3281 {} + headers: &ref_3274 {} language: default: name: Get @@ -57115,65 +56924,65 @@ operationGroups: azureARM: true clientName: DataVersionsClient openApiType: arm - optionalParamGroup: &ref_3942 + optionalParamGroup: &ref_3940 schema: type: object language: - default: &ref_1972 + default: &ref_1965 name: DataVersionsClientGetOptions description: DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method. - go: *ref_1972 + go: *ref_1965 protocol: {} originalParameter: [] required: false serializedName: DataVersionsClientGetOptions language: - default: &ref_1973 + default: &ref_1966 name: options description: DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method. - go: *ref_1973 + go: *ref_1966 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4047 + responseEnv: &ref_4045 type: object properties: - - &ref_1975 - schema: *ref_854 + - &ref_1968 + schema: *ref_848 serializedName: DataVersionBaseData language: - default: &ref_1974 + default: &ref_1967 name: DataVersionBaseData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1974 + go: *ref_1967 protocol: {} language: - default: &ref_1976 + default: &ref_1969 name: DataVersionsClientGetResponse description: DataVersionsClientGetResponse contains the response from method DataVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1975 - go: *ref_1976 + resultProp: *ref_1968 + go: *ref_1969 protocol: {} summary: Get version. protocol: {} - - &ref_3287 + - &ref_3280 operationId: DataVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1979 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1972 + schema: *ref_1292 implementation: Method required: true - language: &ref_3282 + language: &ref_3275 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -57185,11 +56994,11 @@ operationGroups: protocol: http: in: path - - &ref_1980 + - &ref_1973 schema: *ref_1 implementation: Method required: true - language: &ref_3283 + language: &ref_3276 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -57201,11 +57010,11 @@ operationGroups: protocol: http: in: path - - &ref_1981 - schema: *ref_1658 + - &ref_1974 + schema: *ref_1651 implementation: Method required: true - language: &ref_3284 + language: &ref_3277 default: name: name description: Container name. @@ -57217,11 +57026,11 @@ operationGroups: protocol: http: in: path - - &ref_1982 + - &ref_1975 schema: *ref_9 implementation: Method required: true - language: &ref_3285 + language: &ref_3278 default: name: version description: Version identifier. @@ -57233,15 +57042,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1978 + application/json: &ref_1971 parameters: - - &ref_1977 - schema: *ref_854 + - &ref_1970 + schema: *ref_848 implementation: Method required: true - language: &ref_3286 + language: &ref_3279 default: name: body description: Version entity to create or update. @@ -57252,7 +57061,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57269,7 +57078,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1977 + - *ref_1970 language: default: name: '' @@ -57286,15 +57095,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1978 + - *ref_1971 signatureParameters: - - *ref_1979 - - *ref_1980 - - *ref_1981 - - *ref_1982 + - *ref_1972 + - *ref_1973 + - *ref_1974 + - *ref_1975 responses: - - schema: *ref_854 - language: &ref_3288 + - schema: *ref_848 + language: &ref_3281 default: name: '' description: Success @@ -57308,8 +57117,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_854 - language: &ref_3290 + - schema: *ref_848 + language: &ref_3283 default: name: '' description: Created @@ -57324,7 +57133,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -57382,7 +57191,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3289 {} + headers: &ref_3282 {} '201': body: name: string @@ -57404,7 +57213,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3291 {} + headers: &ref_3284 {} language: default: name: CreateOrUpdate @@ -57418,50 +57227,50 @@ operationGroups: azureARM: true clientName: DataVersionsClient openApiType: arm - optionalParamGroup: &ref_3943 + optionalParamGroup: &ref_3941 schema: type: object language: - default: &ref_1983 + default: &ref_1976 name: DataVersionsClientCreateOrUpdateOptions description: DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method. - go: *ref_1983 + go: *ref_1976 protocol: {} originalParameter: [] required: false serializedName: DataVersionsClientCreateOrUpdateOptions language: - default: &ref_1984 + default: &ref_1977 name: options description: DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method. - go: *ref_1984 + go: *ref_1977 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4048 + responseEnv: &ref_4046 type: object properties: - - &ref_1986 - schema: *ref_854 + - &ref_1979 + schema: *ref_848 serializedName: DataVersionBaseData language: - default: &ref_1985 + default: &ref_1978 name: DataVersionBaseData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1985 + go: *ref_1978 protocol: {} language: - default: &ref_1987 + default: &ref_1980 name: DataVersionsClientCreateOrUpdateResponse description: DataVersionsClientCreateOrUpdateResponse contains the response from method DataVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1986 - go: *ref_1987 + resultProp: *ref_1979 + go: *ref_1980 protocol: {} summary: Create or update version. protocol: {} @@ -57475,23 +57284,23 @@ operationGroups: clientCtorName: NewDataVersionsClient clientName: DataVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3301 + - &ref_3294 $key: Datastores operations: - - &ref_3300 + - &ref_3293 operationId: Datastores_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2002 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1995 + schema: *ref_1292 implementation: Method required: true - language: &ref_3292 + language: &ref_3285 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -57503,11 +57312,11 @@ operationGroups: protocol: http: in: path - - &ref_2003 + - &ref_1996 schema: *ref_1 implementation: Method required: true - language: &ref_3293 + language: &ref_3286 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -57519,8 +57328,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1989 + - *ref_1283 + - &ref_1982 schema: *ref_1 implementation: Method language: @@ -57531,21 +57340,21 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1991 + paramGroup: &ref_1984 schema: type: object language: - default: &ref_1988 + default: &ref_1981 name: DatastoresClientListOptions description: DatastoresClientListOptions contains the optional parameters for the DatastoresClient.NewListPager method. - go: *ref_1988 + go: *ref_1981 protocol: {} originalParameter: - - *ref_1989 - - &ref_1996 - schema: *ref_1990 + - *ref_1982 + - &ref_1989 + schema: *ref_1983 implementation: Method - language: &ref_3294 + language: &ref_3287 default: name: count description: Maximum number of results to return. @@ -57553,15 +57362,15 @@ operationGroups: go: name: Count description: Maximum number of results to return. - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: count protocol: http: in: query - - &ref_1997 - schema: *ref_1992 + - &ref_1990 + schema: *ref_1985 implementation: Method - language: &ref_3295 + language: &ref_3288 default: name: isDefault description: Filter down to the workspace default datastore. @@ -57569,15 +57378,15 @@ operationGroups: go: name: IsDefault description: Filter down to the workspace default datastore. - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: isDefault protocol: http: in: query - - &ref_1998 - schema: *ref_1993 + - &ref_1991 + schema: *ref_1986 implementation: Method - language: &ref_3296 + language: &ref_3289 default: name: names description: Names of datastores to return. @@ -57586,16 +57395,16 @@ operationGroups: name: Names description: Names of datastores to return. byValue: true - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: names protocol: http: in: query style: form - - &ref_1999 + - &ref_1992 schema: *ref_9 implementation: Method - language: &ref_3297 + language: &ref_3290 default: name: searchText description: Text to search for in the datastore names. @@ -57603,15 +57412,15 @@ operationGroups: go: name: SearchText description: Text to search for in the datastore names. - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: searchText protocol: http: in: query - - &ref_2000 + - &ref_1993 schema: *ref_9 implementation: Method - language: &ref_3298 + language: &ref_3291 default: name: orderBy description: Order by property (createdtime | modifiedtime | name). @@ -57619,15 +57428,15 @@ operationGroups: go: name: OrderBy description: Order by property (createdtime | modifiedtime | name). - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: orderBy protocol: http: in: query - - &ref_2001 - schema: *ref_1994 + - &ref_1994 + schema: *ref_1987 implementation: Method - language: &ref_3299 + language: &ref_3292 default: name: orderByAsc description: Order by property in ascending order. @@ -57635,7 +57444,7 @@ operationGroups: go: name: OrderByAsc description: Order by property in ascending order. - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: orderByAsc protocol: http: @@ -57643,24 +57452,24 @@ operationGroups: required: false serializedName: DatastoresClientListOptions language: - default: &ref_1995 + default: &ref_1988 name: options description: DatastoresClientListOptions contains the optional parameters for the DatastoresClient.NewListPager method. - go: *ref_1995 + go: *ref_1988 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_1996 - - *ref_1997 - - *ref_1998 - - *ref_1999 - - *ref_2000 - - *ref_2001 + - *ref_1989 + - *ref_1990 + - *ref_1991 + - *ref_1992 + - *ref_1993 + - *ref_1994 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57690,18 +57499,18 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2002 - - *ref_2003 - - *ref_1989 + - *ref_1995 - *ref_1996 - - *ref_1997 - - *ref_1998 - - *ref_1999 - - *ref_2000 - - *ref_2001 + - *ref_1982 + - *ref_1989 + - *ref_1990 + - *ref_1991 + - *ref_1992 + - *ref_1993 + - *ref_1994 responses: - - schema: *ref_2004 - language: &ref_3315 + - schema: *ref_1997 + language: &ref_3308 default: name: '' description: Success @@ -57716,7 +57525,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -57776,7 +57585,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3316 {} + headers: &ref_3309 {} x-ms-pageable: nextLinkName: nextLink language: @@ -57792,50 +57601,50 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: *ref_1991 + optionalParamGroup: *ref_1984 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4049 + responseEnv: &ref_4047 type: object properties: - - &ref_2006 - schema: *ref_2004 + - &ref_1999 + schema: *ref_1997 serializedName: DatastoreResourceArmPaginatedResult language: - default: &ref_2005 + default: &ref_1998 name: DatastoreResourceArmPaginatedResult description: A paginated list of Datastore entities. byValue: true embeddedType: true - go: *ref_2005 + go: *ref_1998 protocol: {} language: - default: &ref_2007 + default: &ref_2000 name: DatastoresClientListResponse description: DatastoresClientListResponse contains the response from method DatastoresClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2006 - go: *ref_2007 + resultProp: *ref_1999 + go: *ref_2000 protocol: {} summary: List datastores. protocol: {} - - &ref_3320 + - &ref_3313 operationId: Datastores_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2008 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2001 + schema: *ref_1292 implementation: Method required: true - language: &ref_3317 + language: &ref_3310 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -57847,11 +57656,11 @@ operationGroups: protocol: http: in: path - - &ref_2009 + - &ref_2002 schema: *ref_1 implementation: Method required: true - language: &ref_3318 + language: &ref_3311 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -57863,11 +57672,11 @@ operationGroups: protocol: http: in: path - - &ref_2010 + - &ref_2003 schema: *ref_9 implementation: Method required: true - language: &ref_3319 + language: &ref_3312 default: name: name description: Datastore name. @@ -57879,10 +57688,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57912,9 +57721,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2008 - - *ref_2009 - - *ref_2010 + - *ref_2001 + - *ref_2002 + - *ref_2003 responses: - language: default: @@ -57939,7 +57748,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -57980,51 +57789,51 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: &ref_3944 + optionalParamGroup: &ref_3942 schema: type: object language: - default: &ref_2011 + default: &ref_2004 name: DatastoresClientDeleteOptions description: DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method. - go: *ref_2011 + go: *ref_2004 protocol: {} originalParameter: [] required: false serializedName: DatastoresClientDeleteOptions language: - default: &ref_2012 + default: &ref_2005 name: options description: DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method. - go: *ref_2012 + go: *ref_2005 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4050 + responseEnv: &ref_4048 type: object language: - default: &ref_2013 + default: &ref_2006 name: DatastoresClientDeleteResponse description: DatastoresClientDeleteResponse contains the response from method DatastoresClient.Delete. responseType: true - go: *ref_2013 + go: *ref_2006 protocol: {} summary: Delete datastore. protocol: {} - - &ref_3324 + - &ref_3317 operationId: Datastores_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2014 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2007 + schema: *ref_1292 implementation: Method required: true - language: &ref_3321 + language: &ref_3314 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -58036,11 +57845,11 @@ operationGroups: protocol: http: in: path - - &ref_2015 + - &ref_2008 schema: *ref_1 implementation: Method required: true - language: &ref_3322 + language: &ref_3315 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -58052,11 +57861,11 @@ operationGroups: protocol: http: in: path - - &ref_2016 + - &ref_2009 schema: *ref_9 implementation: Method required: true - language: &ref_3323 + language: &ref_3316 default: name: name description: Datastore name. @@ -58068,10 +57877,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58101,12 +57910,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2014 - - *ref_2015 - - *ref_2016 + - *ref_2007 + - *ref_2008 + - *ref_2009 responses: - - schema: *ref_855 - language: &ref_3325 + - schema: *ref_849 + language: &ref_3318 default: name: '' description: Success @@ -58121,7 +57930,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -58172,7 +57981,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3326 {} + headers: &ref_3319 {} language: default: name: Get @@ -58186,65 +57995,65 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: &ref_3945 + optionalParamGroup: &ref_3943 schema: type: object language: - default: &ref_2017 + default: &ref_2010 name: DatastoresClientGetOptions description: DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method. - go: *ref_2017 + go: *ref_2010 protocol: {} originalParameter: [] required: false serializedName: DatastoresClientGetOptions language: - default: &ref_2018 + default: &ref_2011 name: options description: DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method. - go: *ref_2018 + go: *ref_2011 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4051 + responseEnv: &ref_4049 type: object properties: - - &ref_2020 - schema: *ref_855 + - &ref_2013 + schema: *ref_849 serializedName: DatastoreData language: - default: &ref_2019 + default: &ref_2012 name: DatastoreData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2019 + go: *ref_2012 protocol: {} language: - default: &ref_2021 + default: &ref_2014 name: DatastoresClientGetResponse description: DatastoresClientGetResponse contains the response from method DatastoresClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2020 - go: *ref_2021 + resultProp: *ref_2013 + go: *ref_2014 protocol: {} summary: Get datastore. protocol: {} - - &ref_3341 + - &ref_3334 operationId: Datastores_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2027 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2020 + schema: *ref_1292 implementation: Method required: true - language: &ref_3327 + language: &ref_3320 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -58256,11 +58065,11 @@ operationGroups: protocol: http: in: path - - &ref_2028 + - &ref_2021 schema: *ref_1 implementation: Method required: true - language: &ref_3328 + language: &ref_3321 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -58272,11 +58081,11 @@ operationGroups: protocol: http: in: path - - &ref_2029 - schema: *ref_1658 + - &ref_2022 + schema: *ref_1651 implementation: Method required: true - language: &ref_3329 + language: &ref_3322 default: name: name description: Datastore name. @@ -58288,11 +58097,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2023 - schema: *ref_1994 + - *ref_1283 + - &ref_2016 + schema: *ref_1987 implementation: Method - language: &ref_3330 + language: &ref_3323 default: name: skipValidation description: Flag to skip validation. @@ -58300,37 +58109,37 @@ operationGroups: go: name: SkipValidation description: Flag to skip validation. - paramGroup: &ref_2030 + paramGroup: &ref_2023 schema: type: object language: - default: &ref_2022 + default: &ref_2015 name: DatastoresClientCreateOrUpdateOptions description: DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method. - go: *ref_2022 + go: *ref_2015 protocol: {} originalParameter: - - *ref_2023 + - *ref_2016 required: false serializedName: DatastoresClientCreateOrUpdateOptions language: - default: &ref_2024 + default: &ref_2017 name: options description: DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method. - go: *ref_2024 + go: *ref_2017 protocol: {} serializedName: skipValidation protocol: http: in: query requestMediaTypes: - application/json: &ref_2026 + application/json: &ref_2019 parameters: - - &ref_2025 - schema: *ref_855 + - &ref_2018 + schema: *ref_849 implementation: Method required: true - language: &ref_3340 + language: &ref_3333 default: name: body description: Datastore entity to create or update. @@ -58341,7 +58150,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58358,7 +58167,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2025 + - *ref_2018 language: default: name: '' @@ -58375,15 +58184,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2026 + - *ref_2019 signatureParameters: - - *ref_2027 - - *ref_2028 - - *ref_2029 - - *ref_2023 + - *ref_2020 + - *ref_2021 + - *ref_2022 + - *ref_2016 responses: - - schema: *ref_855 - language: &ref_3342 + - schema: *ref_849 + language: &ref_3335 default: name: '' description: Success @@ -58397,8 +58206,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_855 - language: &ref_3344 + - schema: *ref_849 + language: &ref_3337 default: name: '' description: Created @@ -58413,7 +58222,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -58483,7 +58292,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3343 {} + headers: &ref_3336 {} '201': body: name: string @@ -58509,7 +58318,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3345 {} + headers: &ref_3338 {} CreateOrUpdate datastore (Azure Data Lake Gen2 w/ Service Principal).: parameters: name: string @@ -58569,7 +58378,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3350 {} + headers: &ref_3343 {} '201': body: name: string @@ -58598,7 +58407,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3351 {} + headers: &ref_3344 {} CreateOrUpdate datastore (Azure File store w/ AccountKey).: parameters: name: string @@ -58650,7 +58459,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3358 {} + headers: &ref_3351 {} '201': body: name: string @@ -58675,7 +58484,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3359 {} + headers: &ref_3352 {} CreateOrUpdate datastore (AzureBlob w/ AccountKey).: parameters: name: string @@ -58728,7 +58537,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3360 {} + headers: &ref_3353 {} '201': body: name: string @@ -58754,7 +58563,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3361 {} + headers: &ref_3354 {} language: default: name: CreateOrUpdate @@ -58768,48 +58577,48 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: *ref_2030 + optionalParamGroup: *ref_2023 protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4052 + responseEnv: &ref_4050 type: object properties: - - &ref_2032 - schema: *ref_855 + - &ref_2025 + schema: *ref_849 serializedName: DatastoreData language: - default: &ref_2031 + default: &ref_2024 name: DatastoreData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2031 + go: *ref_2024 protocol: {} language: - default: &ref_2033 + default: &ref_2026 name: DatastoresClientCreateOrUpdateResponse description: DatastoresClientCreateOrUpdateResponse contains the response from method DatastoresClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2032 - go: *ref_2033 + resultProp: *ref_2025 + go: *ref_2026 protocol: {} summary: Create or update datastore. protocol: {} - - &ref_3365 + - &ref_3358 operationId: Datastores_ListSecrets apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2034 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2027 + schema: *ref_1292 implementation: Method required: true - language: &ref_3362 + language: &ref_3355 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -58821,11 +58630,11 @@ operationGroups: protocol: http: in: path - - &ref_2035 + - &ref_2028 schema: *ref_1 implementation: Method required: true - language: &ref_3363 + language: &ref_3356 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -58837,11 +58646,11 @@ operationGroups: protocol: http: in: path - - &ref_2036 + - &ref_2029 schema: *ref_9 implementation: Method required: true - language: &ref_3364 + language: &ref_3357 default: name: name description: Datastore name. @@ -58853,10 +58662,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58886,12 +58695,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_2034 - - *ref_2035 - - *ref_2036 + - *ref_2027 + - *ref_2028 + - *ref_2029 responses: - - schema: *ref_456 - language: &ref_3366 + - schema: *ref_450 + language: &ref_3359 default: name: '' description: Success @@ -58907,7 +58716,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -58937,7 +58746,7 @@ operationGroups: body: key: string secretsType: AccountKey - headers: &ref_3367 {} + headers: &ref_3360 {} language: default: name: ListSecrets @@ -58951,61 +58760,61 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: &ref_3946 + optionalParamGroup: &ref_3944 schema: type: object language: - default: &ref_2037 + default: &ref_2030 name: DatastoresClientListSecretsOptions description: DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method. - go: *ref_2037 + go: *ref_2030 protocol: {} originalParameter: [] required: false serializedName: DatastoresClientListSecretsOptions language: - default: &ref_2038 + default: &ref_2031 name: options description: DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method. - go: *ref_2038 + go: *ref_2031 protocol: {} protocolNaming: internalMethod: listSecrets requestMethod: listSecretsCreateRequest responseMethod: listSecretsHandleResponse - responseEnv: &ref_4053 + responseEnv: &ref_4051 type: object properties: - - &ref_2043 + - &ref_2036 schema: type: object - children: *ref_2039 - discriminator: *ref_2040 + children: *ref_2032 + discriminator: *ref_2033 language: - default: &ref_2041 + default: &ref_2034 name: DatastoreSecretsClassification description: discriminated type discriminatorInterface: DatastoreSecretsClassification - go: *ref_2041 + go: *ref_2034 protocol: {} isDiscriminator: true serializedName: DatastoreSecrets language: - default: &ref_2042 + default: &ref_2035 name: DatastoreSecrets description: Base definition for datastore secrets. byValue: true embeddedType: true - go: *ref_2042 + go: *ref_2035 protocol: {} language: - default: &ref_2044 + default: &ref_2037 name: DatastoresClientListSecretsResponse description: DatastoresClientListSecretsResponse contains the response from method DatastoresClient.ListSecrets. marshallingFormat: json responseType: true - resultProp: *ref_2043 - go: *ref_2044 + resultProp: *ref_2036 + go: *ref_2037 protocol: {} summary: Get datastore secrets. protocol: {} @@ -59019,23 +58828,23 @@ operationGroups: clientCtorName: NewDatastoresClient clientName: DatastoresClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3371 + - &ref_3364 $key: EnvironmentContainers operations: - - &ref_3370 + - &ref_3363 operationId: EnvironmentContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2050 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2043 + schema: *ref_1292 implementation: Method required: true - language: &ref_3368 + language: &ref_3361 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59047,11 +58856,11 @@ operationGroups: protocol: http: in: path - - &ref_2051 + - &ref_2044 schema: *ref_1 implementation: Method required: true - language: &ref_3369 + language: &ref_3362 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -59063,8 +58872,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2046 + - *ref_1283 + - &ref_2039 schema: *ref_1 implementation: Method language: @@ -59075,19 +58884,19 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_2047 + paramGroup: &ref_2040 schema: type: object language: - default: &ref_2045 + default: &ref_2038 name: EnvironmentContainersClientListOptions description: EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.NewListPager method. - go: *ref_2045 + go: *ref_2038 protocol: {} originalParameter: - - *ref_2046 - - &ref_2049 - schema: *ref_1836 + - *ref_2039 + - &ref_2042 + schema: *ref_1829 implementation: Method language: default: @@ -59097,7 +58906,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2047 + paramGroup: *ref_2040 serializedName: listViewType protocol: http: @@ -59105,19 +58914,19 @@ operationGroups: required: false serializedName: EnvironmentContainersClientListOptions language: - default: &ref_2048 + default: &ref_2041 name: options description: EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.NewListPager method. - go: *ref_2048 + go: *ref_2041 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_2049 + - *ref_2042 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59147,13 +58956,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2050 - - *ref_2051 - - *ref_2046 - - *ref_2049 + - *ref_2043 + - *ref_2044 + - *ref_2039 + - *ref_2042 responses: - - schema: *ref_2052 - language: &ref_3375 + - schema: *ref_2045 + language: &ref_3368 default: name: '' description: Success @@ -59168,7 +58977,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -59228,50 +59037,50 @@ operationGroups: azureARM: true clientName: EnvironmentContainersClient openApiType: arm - optionalParamGroup: *ref_2047 + optionalParamGroup: *ref_2040 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4054 + responseEnv: &ref_4052 type: object properties: - - &ref_2054 - schema: *ref_2052 + - &ref_2047 + schema: *ref_2045 serializedName: EnvironmentContainerResourceArmPaginatedResult language: - default: &ref_2053 + default: &ref_2046 name: EnvironmentContainerResourceArmPaginatedResult description: A paginated list of EnvironmentContainer entities. byValue: true embeddedType: true - go: *ref_2053 + go: *ref_2046 protocol: {} language: - default: &ref_2055 + default: &ref_2048 name: EnvironmentContainersClientListResponse description: EnvironmentContainersClientListResponse contains the response from method EnvironmentContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2054 - go: *ref_2055 + resultProp: *ref_2047 + go: *ref_2048 protocol: {} summary: List environment containers. protocol: {} - - &ref_3379 + - &ref_3372 operationId: EnvironmentContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2056 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2049 + schema: *ref_1292 implementation: Method required: true - language: &ref_3376 + language: &ref_3369 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59283,11 +59092,11 @@ operationGroups: protocol: http: in: path - - &ref_2057 + - &ref_2050 schema: *ref_1 implementation: Method required: true - language: &ref_3377 + language: &ref_3370 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -59299,11 +59108,11 @@ operationGroups: protocol: http: in: path - - &ref_2058 + - &ref_2051 schema: *ref_9 implementation: Method required: true - language: &ref_3378 + language: &ref_3371 default: name: name description: Container name. This is case-sensitive. @@ -59315,10 +59124,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59348,9 +59157,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2056 - - *ref_2057 - - *ref_2058 + - *ref_2049 + - *ref_2050 + - *ref_2051 responses: - language: default: @@ -59375,7 +59184,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -59416,51 +59225,51 @@ operationGroups: azureARM: true clientName: EnvironmentContainersClient openApiType: arm - optionalParamGroup: &ref_3947 + optionalParamGroup: &ref_3945 schema: type: object language: - default: &ref_2059 + default: &ref_2052 name: EnvironmentContainersClientDeleteOptions description: EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method. - go: *ref_2059 + go: *ref_2052 protocol: {} originalParameter: [] required: false serializedName: EnvironmentContainersClientDeleteOptions language: - default: &ref_2060 + default: &ref_2053 name: options description: EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method. - go: *ref_2060 + go: *ref_2053 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4055 + responseEnv: &ref_4053 type: object language: - default: &ref_2061 + default: &ref_2054 name: EnvironmentContainersClientDeleteResponse description: EnvironmentContainersClientDeleteResponse contains the response from method EnvironmentContainersClient.Delete. responseType: true - go: *ref_2061 + go: *ref_2054 protocol: {} summary: Delete container. protocol: {} - - &ref_3383 + - &ref_3376 operationId: EnvironmentContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2062 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2055 + schema: *ref_1292 implementation: Method required: true - language: &ref_3380 + language: &ref_3373 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59472,11 +59281,11 @@ operationGroups: protocol: http: in: path - - &ref_2063 + - &ref_2056 schema: *ref_1 implementation: Method required: true - language: &ref_3381 + language: &ref_3374 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -59488,11 +59297,11 @@ operationGroups: protocol: http: in: path - - &ref_2064 + - &ref_2057 schema: *ref_9 implementation: Method required: true - language: &ref_3382 + language: &ref_3375 default: name: name description: Container name. This is case-sensitive. @@ -59504,10 +59313,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59537,12 +59346,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2062 - - *ref_2063 - - *ref_2064 + - *ref_2055 + - *ref_2056 + - *ref_2057 responses: - - schema: *ref_856 - language: &ref_3384 + - schema: *ref_850 + language: &ref_3377 default: name: '' description: Success @@ -59557,7 +59366,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -59613,65 +59422,65 @@ operationGroups: azureARM: true clientName: EnvironmentContainersClient openApiType: arm - optionalParamGroup: &ref_3948 + optionalParamGroup: &ref_3946 schema: type: object language: - default: &ref_2065 + default: &ref_2058 name: EnvironmentContainersClientGetOptions description: EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method. - go: *ref_2065 + go: *ref_2058 protocol: {} originalParameter: [] required: false serializedName: EnvironmentContainersClientGetOptions language: - default: &ref_2066 + default: &ref_2059 name: options description: EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method. - go: *ref_2066 + go: *ref_2059 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4056 + responseEnv: &ref_4054 type: object properties: - - &ref_2068 - schema: *ref_856 + - &ref_2061 + schema: *ref_850 serializedName: EnvironmentContainerData language: - default: &ref_2067 + default: &ref_2060 name: EnvironmentContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2067 + go: *ref_2060 protocol: {} language: - default: &ref_2069 + default: &ref_2062 name: EnvironmentContainersClientGetResponse description: EnvironmentContainersClientGetResponse contains the response from method EnvironmentContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2068 - go: *ref_2069 + resultProp: *ref_2061 + go: *ref_2062 protocol: {} summary: Get container. protocol: {} - - &ref_3389 + - &ref_3382 operationId: EnvironmentContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2072 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2065 + schema: *ref_1292 implementation: Method required: true - language: &ref_3385 + language: &ref_3378 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59683,11 +59492,11 @@ operationGroups: protocol: http: in: path - - &ref_2073 + - &ref_2066 schema: *ref_1 implementation: Method required: true - language: &ref_3386 + language: &ref_3379 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -59699,11 +59508,11 @@ operationGroups: protocol: http: in: path - - &ref_2074 - schema: *ref_1658 + - &ref_2067 + schema: *ref_1651 implementation: Method required: true - language: &ref_3387 + language: &ref_3380 default: name: name description: Container name. This is case-sensitive. @@ -59715,15 +59524,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2071 + application/json: &ref_2064 parameters: - - &ref_2070 - schema: *ref_856 + - &ref_2063 + schema: *ref_850 implementation: Method required: true - language: &ref_3388 + language: &ref_3381 default: name: body description: Container entity to create or update. @@ -59734,7 +59543,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59751,7 +59560,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2070 + - *ref_2063 language: default: name: '' @@ -59768,14 +59577,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2071 + - *ref_2064 signatureParameters: - - *ref_2072 - - *ref_2073 - - *ref_2074 + - *ref_2065 + - *ref_2066 + - *ref_2067 responses: - - schema: *ref_856 - language: &ref_3390 + - schema: *ref_850 + language: &ref_3383 default: name: '' description: Success @@ -59789,8 +59598,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_856 - language: &ref_3391 + - schema: *ref_850 + language: &ref_3384 default: name: '' description: Created @@ -59805,7 +59614,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -59899,50 +59708,50 @@ operationGroups: azureARM: true clientName: EnvironmentContainersClient openApiType: arm - optionalParamGroup: &ref_3949 + optionalParamGroup: &ref_3947 schema: type: object language: - default: &ref_2075 + default: &ref_2068 name: EnvironmentContainersClientCreateOrUpdateOptions description: EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method. - go: *ref_2075 + go: *ref_2068 protocol: {} originalParameter: [] required: false serializedName: EnvironmentContainersClientCreateOrUpdateOptions language: - default: &ref_2076 + default: &ref_2069 name: options description: EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method. - go: *ref_2076 + go: *ref_2069 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4057 + responseEnv: &ref_4055 type: object properties: - - &ref_2078 - schema: *ref_856 + - &ref_2071 + schema: *ref_850 serializedName: EnvironmentContainerData language: - default: &ref_2077 + default: &ref_2070 name: EnvironmentContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2077 + go: *ref_2070 protocol: {} language: - default: &ref_2079 + default: &ref_2072 name: EnvironmentContainersClientCreateOrUpdateResponse description: EnvironmentContainersClientCreateOrUpdateResponse contains the response from method EnvironmentContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2078 - go: *ref_2079 + resultProp: *ref_2071 + go: *ref_2072 protocol: {} summary: Create or update container. protocol: {} @@ -59956,23 +59765,23 @@ operationGroups: clientCtorName: NewEnvironmentContainersClient clientName: EnvironmentContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3398 + - &ref_3391 $key: EnvironmentVersions operations: - - &ref_3397 + - &ref_3390 operationId: EnvironmentVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2087 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2080 + schema: *ref_1292 implementation: Method required: true - language: &ref_3392 + language: &ref_3385 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59984,11 +59793,11 @@ operationGroups: protocol: http: in: path - - &ref_2088 + - &ref_2081 schema: *ref_1 implementation: Method required: true - language: &ref_3393 + language: &ref_3386 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -60000,11 +59809,11 @@ operationGroups: protocol: http: in: path - - &ref_2089 + - &ref_2082 schema: *ref_9 implementation: Method required: true - language: &ref_3394 + language: &ref_3387 default: name: name description: Container name. This is case-sensitive. @@ -60016,11 +59825,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2081 + - *ref_1283 + - &ref_2074 schema: *ref_9 implementation: Method - language: &ref_3395 + language: &ref_3388 default: name: orderBy description: Ordering of list. @@ -60028,21 +59837,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_2082 + paramGroup: &ref_2075 schema: type: object language: - default: &ref_2080 + default: &ref_2073 name: EnvironmentVersionsClientListOptions description: EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.NewListPager method. - go: *ref_2080 + go: *ref_2073 protocol: {} originalParameter: - - *ref_2081 - - &ref_2084 + - *ref_2074 + - &ref_2077 schema: *ref_18 implementation: Method - language: &ref_3396 + language: &ref_3389 default: name: top description: Maximum number of records to return. @@ -60050,12 +59859,12 @@ operationGroups: go: name: Top description: Maximum number of records to return. - paramGroup: *ref_2082 + paramGroup: *ref_2075 serializedName: $top protocol: http: in: query - - &ref_2085 + - &ref_2078 schema: *ref_1 implementation: Method language: @@ -60066,13 +59875,13 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_2082 + paramGroup: *ref_2075 serializedName: $skip protocol: http: in: query - - &ref_2086 - schema: *ref_1836 + - &ref_2079 + schema: *ref_1829 implementation: Method language: default: @@ -60082,7 +59891,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2082 + paramGroup: *ref_2075 serializedName: listViewType protocol: http: @@ -60090,21 +59899,21 @@ operationGroups: required: false serializedName: EnvironmentVersionsClientListOptions language: - default: &ref_2083 + default: &ref_2076 name: options description: EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.NewListPager method. - go: *ref_2083 + go: *ref_2076 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_2084 - - *ref_2085 - - *ref_2086 + - *ref_2077 + - *ref_2078 + - *ref_2079 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60134,16 +59943,16 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2087 - - *ref_2088 - - *ref_2089 + - *ref_2080 - *ref_2081 - - *ref_2084 - - *ref_2085 - - *ref_2086 + - *ref_2082 + - *ref_2074 + - *ref_2077 + - *ref_2078 + - *ref_2079 responses: - - schema: *ref_2090 - language: &ref_3414 + - schema: *ref_2083 + language: &ref_3407 default: name: '' description: Success @@ -60158,7 +59967,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -60224,7 +60033,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3415 {} + headers: &ref_3408 {} x-ms-pageable: nextLinkName: nextLink language: @@ -60240,50 +60049,50 @@ operationGroups: azureARM: true clientName: EnvironmentVersionsClient openApiType: arm - optionalParamGroup: *ref_2082 + optionalParamGroup: *ref_2075 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4058 + responseEnv: &ref_4056 type: object properties: - - &ref_2092 - schema: *ref_2090 + - &ref_2085 + schema: *ref_2083 serializedName: EnvironmentVersionResourceArmPaginatedResult language: - default: &ref_2091 + default: &ref_2084 name: EnvironmentVersionResourceArmPaginatedResult description: A paginated list of EnvironmentVersion entities. byValue: true embeddedType: true - go: *ref_2091 + go: *ref_2084 protocol: {} language: - default: &ref_2093 + default: &ref_2086 name: EnvironmentVersionsClientListResponse description: EnvironmentVersionsClientListResponse contains the response from method EnvironmentVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2092 - go: *ref_2093 + resultProp: *ref_2085 + go: *ref_2086 protocol: {} summary: List versions. protocol: {} - - &ref_3420 + - &ref_3413 operationId: EnvironmentVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2094 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2087 + schema: *ref_1292 implementation: Method required: true - language: &ref_3416 + language: &ref_3409 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -60295,11 +60104,11 @@ operationGroups: protocol: http: in: path - - &ref_2095 + - &ref_2088 schema: *ref_1 implementation: Method required: true - language: &ref_3417 + language: &ref_3410 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -60311,11 +60120,11 @@ operationGroups: protocol: http: in: path - - &ref_2096 + - &ref_2089 schema: *ref_9 implementation: Method required: true - language: &ref_3418 + language: &ref_3411 default: name: name description: Container name. This is case-sensitive. @@ -60327,11 +60136,11 @@ operationGroups: protocol: http: in: path - - &ref_2097 + - &ref_2090 schema: *ref_9 implementation: Method required: true - language: &ref_3419 + language: &ref_3412 default: name: version description: Version identifier. This is case-sensitive. @@ -60343,10 +60152,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60376,10 +60185,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2094 - - *ref_2095 - - *ref_2096 - - *ref_2097 + - *ref_2087 + - *ref_2088 + - *ref_2089 + - *ref_2090 responses: - language: default: @@ -60404,7 +60213,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -60446,51 +60255,51 @@ operationGroups: azureARM: true clientName: EnvironmentVersionsClient openApiType: arm - optionalParamGroup: &ref_3950 + optionalParamGroup: &ref_3948 schema: type: object language: - default: &ref_2098 + default: &ref_2091 name: EnvironmentVersionsClientDeleteOptions description: EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method. - go: *ref_2098 + go: *ref_2091 protocol: {} originalParameter: [] required: false serializedName: EnvironmentVersionsClientDeleteOptions language: - default: &ref_2099 + default: &ref_2092 name: options description: EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method. - go: *ref_2099 + go: *ref_2092 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4059 + responseEnv: &ref_4057 type: object language: - default: &ref_2100 + default: &ref_2093 name: EnvironmentVersionsClientDeleteResponse description: EnvironmentVersionsClientDeleteResponse contains the response from method EnvironmentVersionsClient.Delete. responseType: true - go: *ref_2100 + go: *ref_2093 protocol: {} summary: Delete version. protocol: {} - - &ref_3425 + - &ref_3418 operationId: EnvironmentVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2101 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2094 + schema: *ref_1292 implementation: Method required: true - language: &ref_3421 + language: &ref_3414 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -60502,11 +60311,11 @@ operationGroups: protocol: http: in: path - - &ref_2102 + - &ref_2095 schema: *ref_1 implementation: Method required: true - language: &ref_3422 + language: &ref_3415 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -60518,11 +60327,11 @@ operationGroups: protocol: http: in: path - - &ref_2103 + - &ref_2096 schema: *ref_9 implementation: Method required: true - language: &ref_3423 + language: &ref_3416 default: name: name description: Container name. This is case-sensitive. @@ -60534,11 +60343,11 @@ operationGroups: protocol: http: in: path - - &ref_2104 + - &ref_2097 schema: *ref_9 implementation: Method required: true - language: &ref_3424 + language: &ref_3417 default: name: version description: Version identifier. This is case-sensitive. @@ -60550,10 +60359,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60583,13 +60392,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2101 - - *ref_2102 - - *ref_2103 - - *ref_2104 + - *ref_2094 + - *ref_2095 + - *ref_2096 + - *ref_2097 responses: - - schema: *ref_857 - language: &ref_3426 + - schema: *ref_851 + language: &ref_3419 default: name: '' description: Success @@ -60604,7 +60413,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -60666,7 +60475,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3427 {} + headers: &ref_3420 {} language: default: name: Get @@ -60680,65 +60489,65 @@ operationGroups: azureARM: true clientName: EnvironmentVersionsClient openApiType: arm - optionalParamGroup: &ref_3951 + optionalParamGroup: &ref_3949 schema: type: object language: - default: &ref_2105 + default: &ref_2098 name: EnvironmentVersionsClientGetOptions description: EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method. - go: *ref_2105 + go: *ref_2098 protocol: {} originalParameter: [] required: false serializedName: EnvironmentVersionsClientGetOptions language: - default: &ref_2106 + default: &ref_2099 name: options description: EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method. - go: *ref_2106 + go: *ref_2099 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4060 + responseEnv: &ref_4058 type: object properties: - - &ref_2108 - schema: *ref_857 + - &ref_2101 + schema: *ref_851 serializedName: EnvironmentVersionData language: - default: &ref_2107 + default: &ref_2100 name: EnvironmentVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2107 + go: *ref_2100 protocol: {} language: - default: &ref_2109 + default: &ref_2102 name: EnvironmentVersionsClientGetResponse description: EnvironmentVersionsClientGetResponse contains the response from method EnvironmentVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2108 - go: *ref_2109 + resultProp: *ref_2101 + go: *ref_2102 protocol: {} summary: Get version. protocol: {} - - &ref_3433 + - &ref_3426 operationId: EnvironmentVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2112 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2105 + schema: *ref_1292 implementation: Method required: true - language: &ref_3428 + language: &ref_3421 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -60750,11 +60559,11 @@ operationGroups: protocol: http: in: path - - &ref_2113 + - &ref_2106 schema: *ref_1 implementation: Method required: true - language: &ref_3429 + language: &ref_3422 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -60766,11 +60575,11 @@ operationGroups: protocol: http: in: path - - &ref_2114 - schema: *ref_1658 + - &ref_2107 + schema: *ref_1651 implementation: Method required: true - language: &ref_3430 + language: &ref_3423 default: name: name description: Name of EnvironmentVersion. This is case-sensitive. @@ -60782,11 +60591,11 @@ operationGroups: protocol: http: in: path - - &ref_2115 + - &ref_2108 schema: *ref_9 implementation: Method required: true - language: &ref_3431 + language: &ref_3424 default: name: version description: Version of EnvironmentVersion. @@ -60798,15 +60607,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2111 + application/json: &ref_2104 parameters: - - &ref_2110 - schema: *ref_857 + - &ref_2103 + schema: *ref_851 implementation: Method required: true - language: &ref_3432 + language: &ref_3425 default: name: body description: Definition of EnvironmentVersion. @@ -60817,7 +60626,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60834,7 +60643,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2110 + - *ref_2103 language: default: name: '' @@ -60851,15 +60660,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2111 + - *ref_2104 signatureParameters: - - *ref_2112 - - *ref_2113 - - *ref_2114 - - *ref_2115 + - *ref_2105 + - *ref_2106 + - *ref_2107 + - *ref_2108 responses: - - schema: *ref_857 - language: &ref_3434 + - schema: *ref_851 + language: &ref_3427 default: name: '' description: Success @@ -60873,8 +60682,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_857 - language: &ref_3436 + - schema: *ref_851 + language: &ref_3429 default: name: '' description: Created @@ -60889,7 +60698,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -60974,7 +60783,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3435 {} + headers: &ref_3428 {} '201': body: name: string @@ -61010,7 +60819,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3437 {} + headers: &ref_3430 {} language: default: name: CreateOrUpdate @@ -61024,50 +60833,50 @@ operationGroups: azureARM: true clientName: EnvironmentVersionsClient openApiType: arm - optionalParamGroup: &ref_3952 + optionalParamGroup: &ref_3950 schema: type: object language: - default: &ref_2116 + default: &ref_2109 name: EnvironmentVersionsClientCreateOrUpdateOptions description: EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method. - go: *ref_2116 + go: *ref_2109 protocol: {} originalParameter: [] required: false serializedName: EnvironmentVersionsClientCreateOrUpdateOptions language: - default: &ref_2117 + default: &ref_2110 name: options description: EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method. - go: *ref_2117 + go: *ref_2110 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4061 + responseEnv: &ref_4059 type: object properties: - - &ref_2119 - schema: *ref_857 + - &ref_2112 + schema: *ref_851 serializedName: EnvironmentVersionData language: - default: &ref_2118 + default: &ref_2111 name: EnvironmentVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2118 + go: *ref_2111 protocol: {} language: - default: &ref_2120 + default: &ref_2113 name: EnvironmentVersionsClientCreateOrUpdateResponse description: EnvironmentVersionsClientCreateOrUpdateResponse contains the response from method EnvironmentVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2119 - go: *ref_2120 + resultProp: *ref_2112 + go: *ref_2113 protocol: {} summary: Creates or updates an EnvironmentVersion. protocol: {} @@ -61081,23 +60890,23 @@ operationGroups: clientCtorName: NewEnvironmentVersionsClient clientName: EnvironmentVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3441 + - &ref_3434 $key: Jobs operations: - - &ref_3440 + - &ref_3433 operationId: Jobs_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2130 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2123 + schema: *ref_1292 implementation: Method required: true - language: &ref_3438 + language: &ref_3431 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -61109,11 +60918,11 @@ operationGroups: protocol: http: in: path - - &ref_2131 + - &ref_2124 schema: *ref_1 implementation: Method required: true - language: &ref_3439 + language: &ref_3432 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -61125,8 +60934,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2122 + - *ref_1283 + - &ref_2115 schema: *ref_1 implementation: Method language: @@ -61137,21 +60946,21 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_2123 + paramGroup: &ref_2116 schema: type: object language: - default: &ref_2121 + default: &ref_2114 name: JobsClientListOptions description: JobsClientListOptions contains the optional parameters for the JobsClient.NewListPager method. - go: *ref_2121 + go: *ref_2114 protocol: {} originalParameter: - - *ref_2122 - - &ref_2125 + - *ref_2115 + - &ref_2118 schema: *ref_9 implementation: Method - language: &ref_3502 + language: &ref_3496 default: name: jobType description: Type of job to be returned. @@ -61159,15 +60968,15 @@ operationGroups: go: name: JobType description: Type of job to be returned. - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: jobType protocol: http: in: query - - &ref_2126 + - &ref_2119 schema: *ref_9 implementation: Method - language: &ref_3503 + language: &ref_3497 default: name: tag description: Jobs returned will have this tag key. @@ -61175,13 +60984,13 @@ operationGroups: go: name: Tag description: Jobs returned will have this tag key. - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: tag protocol: http: in: query - - &ref_2127 - schema: *ref_1836 + - &ref_2120 + schema: *ref_1829 implementation: Method language: default: @@ -61191,13 +61000,13 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: listViewType protocol: http: in: query - - &ref_2128 - schema: *ref_1992 + - &ref_2121 + schema: *ref_1985 implementation: Method language: default: @@ -61207,12 +61016,12 @@ operationGroups: go: name: Scheduled description: Indicator whether the job is scheduled job. - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: scheduled protocol: http: in: query - - &ref_2129 + - &ref_2122 schema: *ref_9 implementation: Method language: @@ -61223,7 +61032,7 @@ operationGroups: go: name: ScheduleID description: The scheduled id for listing the job triggered from - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: scheduleId protocol: http: @@ -61231,23 +61040,23 @@ operationGroups: required: false serializedName: JobsClientListOptions language: - default: &ref_2124 + default: &ref_2117 name: options description: JobsClientListOptions contains the optional parameters for the JobsClient.NewListPager method. - go: *ref_2124 + go: *ref_2117 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_2125 - - *ref_2126 - - *ref_2127 - - *ref_2128 - - *ref_2129 + - *ref_2118 + - *ref_2119 + - *ref_2120 + - *ref_2121 + - *ref_2122 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61277,17 +61086,17 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2130 - - *ref_2131 + - *ref_2123 + - *ref_2124 + - *ref_2115 + - *ref_2118 + - *ref_2119 + - *ref_2120 + - *ref_2121 - *ref_2122 - - *ref_2125 - - *ref_2126 - - *ref_2127 - - *ref_2128 - - *ref_2129 responses: - - schema: *ref_2132 - language: &ref_3500 + - schema: *ref_2125 + language: &ref_3494 default: name: '' description: Success @@ -61302,7 +61111,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -61357,7 +61166,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3476 + string: &ref_3470 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -61399,7 +61208,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3501 {} + headers: &ref_3495 {} List Command Job.: parameters: $skipToken: string @@ -61449,7 +61258,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3522 + parameters: &ref_3518 string: string properties: string: string @@ -61457,7 +61266,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3524 + string: &ref_3520 7aad5998-6c83-4ca9-b50a-b44dfc43f420: null services: string: @@ -61478,7 +61287,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3526 {} + headers: &ref_3522 {} List Pipeline Job.: parameters: $skipToken: string @@ -61525,7 +61334,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3529 {} + settings: &ref_3527 {} status: NotStarted tags: string: string @@ -61536,7 +61345,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3531 {} + headers: &ref_3529 {} List Sweep Job.: parameters: $skipToken: string @@ -61577,7 +61386,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3547 + searchSpace: &ref_3545 string: {} services: string: @@ -61604,7 +61413,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3555 + string: &ref_3553 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -61613,7 +61422,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3558 {} + headers: &ref_3556 {} x-ms-pageable: nextLinkName: nextLink language: @@ -61629,50 +61438,50 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: *ref_2123 + optionalParamGroup: *ref_2116 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4062 + responseEnv: &ref_4060 type: object properties: - - &ref_2134 - schema: *ref_2132 + - &ref_2127 + schema: *ref_2125 serializedName: JobBaseResourceArmPaginatedResult language: - default: &ref_2133 + default: &ref_2126 name: JobBaseResourceArmPaginatedResult description: A paginated list of JobBase entities. byValue: true embeddedType: true - go: *ref_2133 + go: *ref_2126 protocol: {} language: - default: &ref_2135 + default: &ref_2128 name: JobsClientListResponse description: JobsClientListResponse contains the response from method JobsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2134 - go: *ref_2135 + resultProp: *ref_2127 + go: *ref_2128 protocol: {} summary: Lists Jobs in the workspace. protocol: {} - - &ref_3562 + - &ref_3560 operationId: Jobs_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2136 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2129 + schema: *ref_1292 implementation: Method required: true - language: &ref_3559 + language: &ref_3557 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -61684,11 +61493,11 @@ operationGroups: protocol: http: in: path - - &ref_2137 + - &ref_2130 schema: *ref_1 implementation: Method required: true - language: &ref_3560 + language: &ref_3558 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -61700,11 +61509,11 @@ operationGroups: protocol: http: in: path - - &ref_2138 + - &ref_2131 schema: *ref_9 implementation: Method required: true - language: &ref_3561 + language: &ref_3559 default: name: id description: The name and identifier for the Job. This is case-sensitive. @@ -61716,10 +61525,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61749,9 +61558,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2136 - - *ref_2137 - - *ref_2138 + - *ref_2129 + - *ref_2130 + - *ref_2131 responses: - language: default: @@ -61774,7 +61583,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2139 + - schema: *ref_2132 header: x-ms-async-operation-timeout language: default: @@ -61792,7 +61601,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2140 + - schema: *ref_2133 header: Retry-After language: default: @@ -61815,7 +61624,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -61858,67 +61667,67 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: &ref_3953 + optionalParamGroup: &ref_3951 schema: type: object language: - default: &ref_2141 + default: &ref_2134 name: JobsClientBeginDeleteOptions description: JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method. - go: *ref_2141 + go: *ref_2134 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2142 + default: &ref_2135 name: string description: '' - go: *ref_2142 + go: *ref_2135 protocol: {} language: - default: &ref_2143 + default: &ref_2136 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2143 + go: *ref_2136 protocol: {} required: false serializedName: JobsClientBeginDeleteOptions language: - default: &ref_2144 + default: &ref_2137 name: options description: JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method. - go: *ref_2144 + go: *ref_2137 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4063 + responseEnv: &ref_4061 type: object language: - default: &ref_2145 + default: &ref_2138 name: JobsClientDeleteResponse description: JobsClientDeleteResponse contains the response from method JobsClient.BeginDelete. forLRO: true responseType: true - go: *ref_2145 + go: *ref_2138 protocol: {} summary: Deletes a Job (asynchronous). protocol: {} - - &ref_3566 + - &ref_3564 operationId: Jobs_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2146 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2139 + schema: *ref_1292 implementation: Method required: true - language: &ref_3563 + language: &ref_3561 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -61930,11 +61739,11 @@ operationGroups: protocol: http: in: path - - &ref_2147 + - &ref_2140 schema: *ref_1 implementation: Method required: true - language: &ref_3564 + language: &ref_3562 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -61946,11 +61755,11 @@ operationGroups: protocol: http: in: path - - &ref_2148 + - &ref_2141 schema: *ref_16 implementation: Method required: true - language: &ref_3565 + language: &ref_3563 default: name: id description: The name and identifier for the Job. This is case-sensitive. @@ -61962,10 +61771,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61995,12 +61804,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2146 - - *ref_2147 - - *ref_2148 + - *ref_2139 + - *ref_2140 + - *ref_2141 responses: - - schema: *ref_858 - language: &ref_3568 + - schema: *ref_852 + language: &ref_3566 default: name: '' description: Success @@ -62015,7 +61824,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -62070,7 +61879,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3567 + string: &ref_3565 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62112,7 +61921,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3569 {} + headers: &ref_3567 {} Get Command Job.: parameters: api-version: 2022-02-01-preview @@ -62158,7 +61967,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3570 + parameters: &ref_3568 string: string properties: string: string @@ -62166,7 +61975,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3571 + string: &ref_3569 8385cf05-78c0-41ef-b31d-36796a678e19: null services: string: @@ -62187,7 +61996,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3572 {} + headers: &ref_3570 {} Get Pipeline Job.: parameters: api-version: 2022-02-01-preview @@ -62230,7 +62039,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3573 {} + settings: &ref_3571 {} status: NotStarted tags: string: string @@ -62241,7 +62050,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3574 {} + headers: &ref_3572 {} Get Sweep Job.: parameters: api-version: 2022-02-01-preview @@ -62278,7 +62087,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3575 + searchSpace: &ref_3573 string: {} services: string: @@ -62305,7 +62114,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3576 + string: &ref_3574 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -62314,7 +62123,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3577 {} + headers: &ref_3575 {} language: default: name: Get @@ -62328,65 +62137,65 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: &ref_3954 + optionalParamGroup: &ref_3952 schema: type: object language: - default: &ref_2149 + default: &ref_2142 name: JobsClientGetOptions description: JobsClientGetOptions contains the optional parameters for the JobsClient.Get method. - go: *ref_2149 + go: *ref_2142 protocol: {} originalParameter: [] required: false serializedName: JobsClientGetOptions language: - default: &ref_2150 + default: &ref_2143 name: options description: JobsClientGetOptions contains the optional parameters for the JobsClient.Get method. - go: *ref_2150 + go: *ref_2143 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4064 + responseEnv: &ref_4062 type: object properties: - - &ref_2152 - schema: *ref_858 + - &ref_2145 + schema: *ref_852 serializedName: JobBaseData language: - default: &ref_2151 + default: &ref_2144 name: JobBaseData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2151 + go: *ref_2144 protocol: {} language: - default: &ref_2153 + default: &ref_2146 name: JobsClientGetResponse description: JobsClientGetResponse contains the response from method JobsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2152 - go: *ref_2153 + resultProp: *ref_2145 + go: *ref_2146 protocol: {} summary: Gets a Job by name/id. protocol: {} - - &ref_3583 + - &ref_3581 operationId: Jobs_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2156 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2149 + schema: *ref_1292 implementation: Method required: true - language: &ref_3578 + language: &ref_3576 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -62398,11 +62207,11 @@ operationGroups: protocol: http: in: path - - &ref_2157 + - &ref_2150 schema: *ref_1 implementation: Method required: true - language: &ref_3579 + language: &ref_3577 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -62414,11 +62223,11 @@ operationGroups: protocol: http: in: path - - &ref_2158 - schema: *ref_1658 + - &ref_2151 + schema: *ref_1651 implementation: Method required: true - language: &ref_3580 + language: &ref_3578 default: name: id description: The name and identifier for the Job. This is case-sensitive. @@ -62430,15 +62239,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2155 + application/json: &ref_2148 parameters: - - &ref_2154 - schema: *ref_858 + - &ref_2147 + schema: *ref_852 implementation: Method required: true - language: &ref_3582 + language: &ref_3580 default: name: body description: Job definition object. @@ -62449,7 +62258,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -62466,7 +62275,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2154 + - *ref_2147 language: default: name: '' @@ -62483,14 +62292,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2155 + - *ref_2148 signatureParameters: - - *ref_2156 - - *ref_2157 - - *ref_2158 + - *ref_2149 + - *ref_2150 + - *ref_2151 responses: - - schema: *ref_858 - language: &ref_3585 + - schema: *ref_852 + language: &ref_3583 default: name: '' description: Success @@ -62504,8 +62313,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_858 - language: &ref_3588 + - schema: *ref_852 + language: &ref_3586 default: name: '' description: Created @@ -62520,7 +62329,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -62565,7 +62374,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3581 + string: &ref_3579 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62632,7 +62441,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3584 + string: &ref_3582 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62674,7 +62483,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3586 {} + headers: &ref_3584 {} '201': body: name: string @@ -62704,7 +62513,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3587 + string: &ref_3585 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62746,7 +62555,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3589 {} + headers: &ref_3587 {} CreateOrUpdate Command Job.: parameters: api-version: 2022-02-01-preview @@ -62788,7 +62597,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3590 + string: &ref_3588 e6b6493e-7d5e-4db3-be1e-306ec641327e: null services: string: @@ -62841,7 +62650,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3591 + parameters: &ref_3589 string: string properties: string: string @@ -62849,7 +62658,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3592 + string: &ref_3590 a0847709-f5aa-4561-8ba5-d915d403fdcf: null services: string: @@ -62870,7 +62679,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3593 {} + headers: &ref_3591 {} '201': body: name: string @@ -62907,7 +62716,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3594 + parameters: &ref_3592 string: string properties: string: string @@ -62915,7 +62724,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3595 + string: &ref_3593 b8163d40-c351-43d6-8a34-d0cd895b8a5a: null services: string: @@ -62936,7 +62745,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3596 {} + headers: &ref_3594 {} CreateOrUpdate Pipeline Job.: parameters: api-version: 2022-02-01-preview @@ -62967,7 +62776,7 @@ operationGroups: port: 1 properties: string: string - settings: &ref_3597 {} + settings: &ref_3595 {} tags: string: string id: string @@ -63009,7 +62818,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3598 {} + settings: &ref_3596 {} status: NotStarted tags: string: string @@ -63020,7 +62829,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3599 {} + headers: &ref_3597 {} '201': body: name: string @@ -63054,7 +62863,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3600 {} + settings: &ref_3598 {} status: NotStarted tags: string: string @@ -63065,7 +62874,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3601 {} + headers: &ref_3599 {} CreateOrUpdate Sweep Job.: parameters: api-version: 2022-02-01-preview @@ -63092,7 +62901,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3602 + searchSpace: &ref_3600 string: {} services: string: @@ -63116,7 +62925,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3603 + string: &ref_3601 e6b6493e-7d5e-4db3-be1e-306ec641327e: null id: string resourceGroupName: test-rg @@ -63151,7 +62960,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3604 + searchSpace: &ref_3602 string: {} services: string: @@ -63178,7 +62987,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3605 + string: &ref_3603 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -63187,7 +62996,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3606 {} + headers: &ref_3604 {} '201': body: name: string @@ -63215,7 +63024,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3607 + searchSpace: &ref_3605 string: {} services: string: @@ -63242,7 +63051,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3608 + string: &ref_3606 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -63251,7 +63060,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3609 {} + headers: &ref_3607 {} language: default: name: CreateOrUpdate @@ -63265,65 +63074,65 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: &ref_3955 + optionalParamGroup: &ref_3953 schema: type: object language: - default: &ref_2159 + default: &ref_2152 name: JobsClientCreateOrUpdateOptions description: JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method. - go: *ref_2159 + go: *ref_2152 protocol: {} originalParameter: [] required: false serializedName: JobsClientCreateOrUpdateOptions language: - default: &ref_2160 + default: &ref_2153 name: options description: JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method. - go: *ref_2160 + go: *ref_2153 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4065 + responseEnv: &ref_4063 type: object properties: - - &ref_2162 - schema: *ref_858 + - &ref_2155 + schema: *ref_852 serializedName: JobBaseData language: - default: &ref_2161 + default: &ref_2154 name: JobBaseData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2161 + go: *ref_2154 protocol: {} language: - default: &ref_2163 + default: &ref_2156 name: JobsClientCreateOrUpdateResponse description: JobsClientCreateOrUpdateResponse contains the response from method JobsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2162 - go: *ref_2163 + resultProp: *ref_2155 + go: *ref_2156 protocol: {} summary: Creates and executes a Job. protocol: {} - - &ref_3613 + - &ref_3611 operationId: Jobs_Cancel apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2164 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2157 + schema: *ref_1292 implementation: Method required: true - language: &ref_3610 + language: &ref_3608 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -63335,11 +63144,11 @@ operationGroups: protocol: http: in: path - - &ref_2165 + - &ref_2158 schema: *ref_1 implementation: Method required: true - language: &ref_3611 + language: &ref_3609 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -63351,11 +63160,11 @@ operationGroups: protocol: http: in: path - - &ref_2166 + - &ref_2159 schema: *ref_16 implementation: Method required: true - language: &ref_3612 + language: &ref_3610 default: name: id description: The name and identifier for the Job. This is case-sensitive. @@ -63367,10 +63176,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63400,9 +63209,9 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_2164 - - *ref_2165 - - *ref_2166 + - *ref_2157 + - *ref_2158 + - *ref_2159 responses: - language: default: @@ -63416,7 +63225,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -63456,36 +63265,36 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: &ref_3956 + optionalParamGroup: &ref_3954 schema: type: object language: - default: &ref_2167 + default: &ref_2160 name: JobsClientCancelOptions description: JobsClientCancelOptions contains the optional parameters for the JobsClient.Cancel method. - go: *ref_2167 + go: *ref_2160 protocol: {} originalParameter: [] required: false serializedName: JobsClientCancelOptions language: - default: &ref_2168 + default: &ref_2161 name: options description: JobsClientCancelOptions contains the optional parameters for the JobsClient.Cancel method. - go: *ref_2168 + go: *ref_2161 protocol: {} protocolNaming: internalMethod: cancel requestMethod: cancelCreateRequest responseMethod: cancelHandleResponse - responseEnv: &ref_4066 + responseEnv: &ref_4064 type: object language: - default: &ref_2169 + default: &ref_2162 name: JobsClientCancelResponse description: JobsClientCancelResponse contains the response from method JobsClient.Cancel. responseType: true - go: *ref_2169 + go: *ref_2162 protocol: {} summary: Cancels a Job. protocol: {} @@ -63499,23 +63308,23 @@ operationGroups: clientCtorName: NewJobsClient clientName: JobsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3617 + - &ref_3615 $key: ModelContainers operations: - - &ref_3616 + - &ref_3614 operationId: ModelContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2176 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2169 + schema: *ref_1292 implementation: Method required: true - language: &ref_3614 + language: &ref_3612 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -63527,11 +63336,11 @@ operationGroups: protocol: http: in: path - - &ref_2177 + - &ref_2170 schema: *ref_1 implementation: Method required: true - language: &ref_3615 + language: &ref_3613 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -63543,8 +63352,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2171 + - *ref_1283 + - &ref_2164 schema: *ref_1 implementation: Method language: @@ -63555,18 +63364,18 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_2172 + paramGroup: &ref_2165 schema: type: object language: - default: &ref_2170 + default: &ref_2163 name: ModelContainersClientListOptions description: ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.NewListPager method. - go: *ref_2170 + go: *ref_2163 protocol: {} originalParameter: - - *ref_2171 - - &ref_2174 + - *ref_2164 + - &ref_2167 schema: *ref_18 implementation: Method language: @@ -63577,13 +63386,13 @@ operationGroups: go: name: Count description: Maximum number of results to return. - paramGroup: *ref_2172 + paramGroup: *ref_2165 serializedName: count protocol: http: in: query - - &ref_2175 - schema: *ref_1836 + - &ref_2168 + schema: *ref_1829 implementation: Method language: default: @@ -63593,7 +63402,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2172 + paramGroup: *ref_2165 serializedName: listViewType protocol: http: @@ -63601,20 +63410,20 @@ operationGroups: required: false serializedName: ModelContainersClientListOptions language: - default: &ref_2173 + default: &ref_2166 name: options description: ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.NewListPager method. - go: *ref_2173 + go: *ref_2166 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_2174 - - *ref_2175 + - *ref_2167 + - *ref_2168 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63644,14 +63453,14 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2176 - - *ref_2177 - - *ref_2171 - - *ref_2174 - - *ref_2175 + - *ref_2169 + - *ref_2170 + - *ref_2164 + - *ref_2167 + - *ref_2168 responses: - - schema: *ref_2178 - language: &ref_3621 + - schema: *ref_2171 + language: &ref_3619 default: name: '' description: Success @@ -63666,7 +63475,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -63726,50 +63535,50 @@ operationGroups: azureARM: true clientName: ModelContainersClient openApiType: arm - optionalParamGroup: *ref_2172 + optionalParamGroup: *ref_2165 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4067 + responseEnv: &ref_4065 type: object properties: - - &ref_2180 - schema: *ref_2178 + - &ref_2173 + schema: *ref_2171 serializedName: ModelContainerResourceArmPaginatedResult language: - default: &ref_2179 + default: &ref_2172 name: ModelContainerResourceArmPaginatedResult description: A paginated list of ModelContainer entities. byValue: true embeddedType: true - go: *ref_2179 + go: *ref_2172 protocol: {} language: - default: &ref_2181 + default: &ref_2174 name: ModelContainersClientListResponse description: ModelContainersClientListResponse contains the response from method ModelContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2180 - go: *ref_2181 + resultProp: *ref_2173 + go: *ref_2174 protocol: {} summary: List model containers. protocol: {} - - &ref_3625 + - &ref_3623 operationId: ModelContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2182 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2175 + schema: *ref_1292 implementation: Method required: true - language: &ref_3622 + language: &ref_3620 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -63781,11 +63590,11 @@ operationGroups: protocol: http: in: path - - &ref_2183 + - &ref_2176 schema: *ref_1 implementation: Method required: true - language: &ref_3623 + language: &ref_3621 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -63797,11 +63606,11 @@ operationGroups: protocol: http: in: path - - &ref_2184 + - &ref_2177 schema: *ref_16 implementation: Method required: true - language: &ref_3624 + language: &ref_3622 default: name: name description: Container name. This is case-sensitive. @@ -63813,10 +63622,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63846,9 +63655,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2182 - - *ref_2183 - - *ref_2184 + - *ref_2175 + - *ref_2176 + - *ref_2177 responses: - language: default: @@ -63873,7 +63682,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -63914,51 +63723,51 @@ operationGroups: azureARM: true clientName: ModelContainersClient openApiType: arm - optionalParamGroup: &ref_3957 + optionalParamGroup: &ref_3955 schema: type: object language: - default: &ref_2185 + default: &ref_2178 name: ModelContainersClientDeleteOptions description: ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method. - go: *ref_2185 + go: *ref_2178 protocol: {} originalParameter: [] required: false serializedName: ModelContainersClientDeleteOptions language: - default: &ref_2186 + default: &ref_2179 name: options description: ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method. - go: *ref_2186 + go: *ref_2179 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4068 + responseEnv: &ref_4066 type: object language: - default: &ref_2187 + default: &ref_2180 name: ModelContainersClientDeleteResponse description: ModelContainersClientDeleteResponse contains the response from method ModelContainersClient.Delete. responseType: true - go: *ref_2187 + go: *ref_2180 protocol: {} summary: Delete container. protocol: {} - - &ref_3629 + - &ref_3627 operationId: ModelContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2188 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2181 + schema: *ref_1292 implementation: Method required: true - language: &ref_3626 + language: &ref_3624 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -63970,11 +63779,11 @@ operationGroups: protocol: http: in: path - - &ref_2189 + - &ref_2182 schema: *ref_1 implementation: Method required: true - language: &ref_3627 + language: &ref_3625 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -63986,11 +63795,11 @@ operationGroups: protocol: http: in: path - - &ref_2190 + - &ref_2183 schema: *ref_16 implementation: Method required: true - language: &ref_3628 + language: &ref_3626 default: name: name description: Container name. This is case-sensitive. @@ -64002,10 +63811,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64035,12 +63844,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2188 - - *ref_2189 - - *ref_2190 + - *ref_2181 + - *ref_2182 + - *ref_2183 responses: - - schema: *ref_859 - language: &ref_3630 + - schema: *ref_853 + language: &ref_3628 default: name: '' description: Success @@ -64055,7 +63864,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -64111,65 +63920,65 @@ operationGroups: azureARM: true clientName: ModelContainersClient openApiType: arm - optionalParamGroup: &ref_3958 + optionalParamGroup: &ref_3956 schema: type: object language: - default: &ref_2191 + default: &ref_2184 name: ModelContainersClientGetOptions description: ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method. - go: *ref_2191 + go: *ref_2184 protocol: {} originalParameter: [] required: false serializedName: ModelContainersClientGetOptions language: - default: &ref_2192 + default: &ref_2185 name: options description: ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method. - go: *ref_2192 + go: *ref_2185 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4069 + responseEnv: &ref_4067 type: object properties: - - &ref_2194 - schema: *ref_859 + - &ref_2187 + schema: *ref_853 serializedName: ModelContainerData language: - default: &ref_2193 + default: &ref_2186 name: ModelContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2193 + go: *ref_2186 protocol: {} language: - default: &ref_2195 + default: &ref_2188 name: ModelContainersClientGetResponse description: ModelContainersClientGetResponse contains the response from method ModelContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2194 - go: *ref_2195 + resultProp: *ref_2187 + go: *ref_2188 protocol: {} summary: Get container. protocol: {} - - &ref_3635 + - &ref_3633 operationId: ModelContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2198 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2191 + schema: *ref_1292 implementation: Method required: true - language: &ref_3631 + language: &ref_3629 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -64181,11 +63990,11 @@ operationGroups: protocol: http: in: path - - &ref_2199 + - &ref_2192 schema: *ref_1 implementation: Method required: true - language: &ref_3632 + language: &ref_3630 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -64197,11 +64006,11 @@ operationGroups: protocol: http: in: path - - &ref_2200 - schema: *ref_1658 + - &ref_2193 + schema: *ref_1651 implementation: Method required: true - language: &ref_3633 + language: &ref_3631 default: name: name description: Container name. This is case-sensitive. @@ -64213,15 +64022,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2197 + application/json: &ref_2190 parameters: - - &ref_2196 - schema: *ref_859 + - &ref_2189 + schema: *ref_853 implementation: Method required: true - language: &ref_3634 + language: &ref_3632 default: name: body description: Container entity to create or update. @@ -64232,7 +64041,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64249,7 +64058,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2196 + - *ref_2189 language: default: name: '' @@ -64266,14 +64075,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2197 + - *ref_2190 signatureParameters: - - *ref_2198 - - *ref_2199 - - *ref_2200 + - *ref_2191 + - *ref_2192 + - *ref_2193 responses: - - schema: *ref_859 - language: &ref_3636 + - schema: *ref_853 + language: &ref_3634 default: name: '' description: Success @@ -64287,8 +64096,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_859 - language: &ref_3637 + - schema: *ref_853 + language: &ref_3635 default: name: '' description: Created @@ -64303,7 +64112,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -64382,50 +64191,50 @@ operationGroups: azureARM: true clientName: ModelContainersClient openApiType: arm - optionalParamGroup: &ref_3959 + optionalParamGroup: &ref_3957 schema: type: object language: - default: &ref_2201 + default: &ref_2194 name: ModelContainersClientCreateOrUpdateOptions description: ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method. - go: *ref_2201 + go: *ref_2194 protocol: {} originalParameter: [] required: false serializedName: ModelContainersClientCreateOrUpdateOptions language: - default: &ref_2202 + default: &ref_2195 name: options description: ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method. - go: *ref_2202 + go: *ref_2195 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4070 + responseEnv: &ref_4068 type: object properties: - - &ref_2204 - schema: *ref_859 + - &ref_2197 + schema: *ref_853 serializedName: ModelContainerData language: - default: &ref_2203 + default: &ref_2196 name: ModelContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2203 + go: *ref_2196 protocol: {} language: - default: &ref_2205 + default: &ref_2198 name: ModelContainersClientCreateOrUpdateResponse description: ModelContainersClientCreateOrUpdateResponse contains the response from method ModelContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2204 - go: *ref_2205 + resultProp: *ref_2197 + go: *ref_2198 protocol: {} summary: Create or update container. protocol: {} @@ -64439,23 +64248,23 @@ operationGroups: clientCtorName: NewModelContainersClient clientName: ModelContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3649 + - &ref_3647 $key: ModelVersions operations: - - &ref_3648 + - &ref_3646 operationId: ModelVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2219 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2212 + schema: *ref_1292 implementation: Method required: true - language: &ref_3638 + language: &ref_3636 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -64467,11 +64276,11 @@ operationGroups: protocol: http: in: path - - &ref_2220 + - &ref_2213 schema: *ref_1 implementation: Method required: true - language: &ref_3639 + language: &ref_3637 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -64483,11 +64292,11 @@ operationGroups: protocol: http: in: path - - &ref_2221 + - &ref_2214 schema: *ref_16 implementation: Method required: true - language: &ref_3640 + language: &ref_3638 default: name: name description: Model name. This is case-sensitive. @@ -64499,8 +64308,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2207 + - *ref_1283 + - &ref_2200 schema: *ref_1 implementation: Method language: @@ -64511,21 +64320,21 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_2208 + paramGroup: &ref_2201 schema: type: object language: - default: &ref_2206 + default: &ref_2199 name: ModelVersionsClientListOptions description: ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.NewListPager method. - go: *ref_2206 + go: *ref_2199 protocol: {} originalParameter: - - *ref_2207 - - &ref_2210 + - *ref_2200 + - &ref_2203 schema: *ref_16 implementation: Method - language: &ref_3641 + language: &ref_3639 default: name: orderBy description: Ordering of list. @@ -64533,15 +64342,15 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: $orderBy protocol: http: in: query - - &ref_2211 + - &ref_2204 schema: *ref_18 implementation: Method - language: &ref_3642 + language: &ref_3640 default: name: top description: Maximum number of records to return. @@ -64549,15 +64358,15 @@ operationGroups: go: name: Top description: Maximum number of records to return. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: $top protocol: http: in: query - - &ref_2212 + - &ref_2205 schema: *ref_16 implementation: Method - language: &ref_3643 + language: &ref_3641 default: name: version description: Model version. @@ -64565,15 +64374,15 @@ operationGroups: go: name: Version description: Model version. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: version protocol: http: in: query - - &ref_2213 + - &ref_2206 schema: *ref_16 implementation: Method - language: &ref_3644 + language: &ref_3642 default: name: description description: Model description. @@ -64581,15 +64390,15 @@ operationGroups: go: name: Description description: Model description. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: description protocol: http: in: query - - &ref_2214 + - &ref_2207 schema: *ref_18 implementation: Method - language: &ref_3645 + language: &ref_3643 default: name: offset description: Number of initial results to skip. @@ -64597,15 +64406,15 @@ operationGroups: go: name: Offset description: Number of initial results to skip. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: offset protocol: http: in: query - - &ref_2215 + - &ref_2208 schema: *ref_16 implementation: Method - language: &ref_3646 + language: &ref_3644 default: name: tags description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' @@ -64613,15 +64422,15 @@ operationGroups: go: name: Tags description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: tags protocol: http: in: query - - &ref_2216 + - &ref_2209 schema: *ref_16 implementation: Method - language: &ref_3647 + language: &ref_3645 default: name: properties description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' @@ -64629,12 +64438,12 @@ operationGroups: go: name: Properties description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: properties protocol: http: in: query - - &ref_2217 + - &ref_2210 schema: *ref_16 implementation: Method language: @@ -64645,13 +64454,13 @@ operationGroups: go: name: Feed description: Name of the feed. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: feed protocol: http: in: query - - &ref_2218 - schema: *ref_1836 + - &ref_2211 + schema: *ref_1829 implementation: Method language: default: @@ -64661,7 +64470,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: listViewType protocol: http: @@ -64669,27 +64478,27 @@ operationGroups: required: false serializedName: ModelVersionsClientListOptions language: - default: &ref_2209 + default: &ref_2202 name: options description: ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.NewListPager method. - go: *ref_2209 + go: *ref_2202 protocol: {} serializedName: $skip protocol: http: in: query + - *ref_2203 + - *ref_2204 + - *ref_2205 + - *ref_2206 + - *ref_2207 + - *ref_2208 + - *ref_2209 - *ref_2210 - *ref_2211 - - *ref_2212 - - *ref_2213 - - *ref_2214 - - *ref_2215 - - *ref_2216 - - *ref_2217 - - *ref_2218 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64719,22 +64528,22 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2219 - - *ref_2220 - - *ref_2221 - - *ref_2207 - - *ref_2210 - - *ref_2211 - *ref_2212 - *ref_2213 - *ref_2214 - - *ref_2215 - - *ref_2216 - - *ref_2217 - - *ref_2218 + - *ref_2200 + - *ref_2203 + - *ref_2204 + - *ref_2205 + - *ref_2206 + - *ref_2207 + - *ref_2208 + - *ref_2209 + - *ref_2210 + - *ref_2211 responses: - - schema: *ref_2222 - language: &ref_3657 + - schema: *ref_2215 + language: &ref_3655 default: name: '' description: Success @@ -64749,7 +64558,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -64810,7 +64619,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3658 {} + headers: &ref_3656 {} x-ms-pageable: nextLinkName: nextLink language: @@ -64826,50 +64635,50 @@ operationGroups: azureARM: true clientName: ModelVersionsClient openApiType: arm - optionalParamGroup: *ref_2208 + optionalParamGroup: *ref_2201 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4071 + responseEnv: &ref_4069 type: object properties: - - &ref_2224 - schema: *ref_2222 + - &ref_2217 + schema: *ref_2215 serializedName: ModelVersionResourceArmPaginatedResult language: - default: &ref_2223 + default: &ref_2216 name: ModelVersionResourceArmPaginatedResult description: A paginated list of ModelVersion entities. byValue: true embeddedType: true - go: *ref_2223 + go: *ref_2216 protocol: {} language: - default: &ref_2225 + default: &ref_2218 name: ModelVersionsClientListResponse description: ModelVersionsClientListResponse contains the response from method ModelVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2224 - go: *ref_2225 + resultProp: *ref_2217 + go: *ref_2218 protocol: {} summary: List model versions. protocol: {} - - &ref_3663 + - &ref_3661 operationId: ModelVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2226 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2219 + schema: *ref_1292 implementation: Method required: true - language: &ref_3659 + language: &ref_3657 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -64881,11 +64690,11 @@ operationGroups: protocol: http: in: path - - &ref_2227 + - &ref_2220 schema: *ref_1 implementation: Method required: true - language: &ref_3660 + language: &ref_3658 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -64897,11 +64706,11 @@ operationGroups: protocol: http: in: path - - &ref_2228 + - &ref_2221 schema: *ref_16 implementation: Method required: true - language: &ref_3661 + language: &ref_3659 default: name: name description: Container name. This is case-sensitive. @@ -64913,11 +64722,11 @@ operationGroups: protocol: http: in: path - - &ref_2229 + - &ref_2222 schema: *ref_16 implementation: Method required: true - language: &ref_3662 + language: &ref_3660 default: name: version description: Version identifier. This is case-sensitive. @@ -64929,10 +64738,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64962,10 +64771,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2226 - - *ref_2227 - - *ref_2228 - - *ref_2229 + - *ref_2219 + - *ref_2220 + - *ref_2221 + - *ref_2222 responses: - language: default: @@ -64990,7 +64799,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -65032,51 +64841,51 @@ operationGroups: azureARM: true clientName: ModelVersionsClient openApiType: arm - optionalParamGroup: &ref_3960 + optionalParamGroup: &ref_3958 schema: type: object language: - default: &ref_2230 + default: &ref_2223 name: ModelVersionsClientDeleteOptions description: ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method. - go: *ref_2230 + go: *ref_2223 protocol: {} originalParameter: [] required: false serializedName: ModelVersionsClientDeleteOptions language: - default: &ref_2231 + default: &ref_2224 name: options description: ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method. - go: *ref_2231 + go: *ref_2224 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4072 + responseEnv: &ref_4070 type: object language: - default: &ref_2232 + default: &ref_2225 name: ModelVersionsClientDeleteResponse description: ModelVersionsClientDeleteResponse contains the response from method ModelVersionsClient.Delete. responseType: true - go: *ref_2232 + go: *ref_2225 protocol: {} summary: Delete version. protocol: {} - - &ref_3668 + - &ref_3666 operationId: ModelVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2233 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2226 + schema: *ref_1292 implementation: Method required: true - language: &ref_3664 + language: &ref_3662 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -65088,11 +64897,11 @@ operationGroups: protocol: http: in: path - - &ref_2234 + - &ref_2227 schema: *ref_1 implementation: Method required: true - language: &ref_3665 + language: &ref_3663 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -65104,11 +64913,11 @@ operationGroups: protocol: http: in: path - - &ref_2235 + - &ref_2228 schema: *ref_16 implementation: Method required: true - language: &ref_3666 + language: &ref_3664 default: name: name description: Container name. This is case-sensitive. @@ -65120,11 +64929,11 @@ operationGroups: protocol: http: in: path - - &ref_2236 + - &ref_2229 schema: *ref_16 implementation: Method required: true - language: &ref_3667 + language: &ref_3665 default: name: version description: Version identifier. This is case-sensitive. @@ -65136,10 +64945,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65169,13 +64978,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2233 - - *ref_2234 - - *ref_2235 - - *ref_2236 + - *ref_2226 + - *ref_2227 + - *ref_2228 + - *ref_2229 responses: - - schema: *ref_860 - language: &ref_3669 + - schema: *ref_854 + language: &ref_3667 default: name: '' description: Success @@ -65190,7 +64999,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -65242,7 +65051,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3670 {} + headers: &ref_3668 {} language: default: name: Get @@ -65256,65 +65065,65 @@ operationGroups: azureARM: true clientName: ModelVersionsClient openApiType: arm - optionalParamGroup: &ref_3961 + optionalParamGroup: &ref_3959 schema: type: object language: - default: &ref_2237 + default: &ref_2230 name: ModelVersionsClientGetOptions description: ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method. - go: *ref_2237 + go: *ref_2230 protocol: {} originalParameter: [] required: false serializedName: ModelVersionsClientGetOptions language: - default: &ref_2238 + default: &ref_2231 name: options description: ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method. - go: *ref_2238 + go: *ref_2231 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4073 + responseEnv: &ref_4071 type: object properties: - - &ref_2240 - schema: *ref_860 + - &ref_2233 + schema: *ref_854 serializedName: ModelVersionData language: - default: &ref_2239 + default: &ref_2232 name: ModelVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2239 + go: *ref_2232 protocol: {} language: - default: &ref_2241 + default: &ref_2234 name: ModelVersionsClientGetResponse description: ModelVersionsClientGetResponse contains the response from method ModelVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2240 - go: *ref_2241 + resultProp: *ref_2233 + go: *ref_2234 protocol: {} summary: Get version. protocol: {} - - &ref_3676 + - &ref_3674 operationId: ModelVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2244 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2237 + schema: *ref_1292 implementation: Method required: true - language: &ref_3671 + language: &ref_3669 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -65326,11 +65135,11 @@ operationGroups: protocol: http: in: path - - &ref_2245 + - &ref_2238 schema: *ref_1 implementation: Method required: true - language: &ref_3672 + language: &ref_3670 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -65342,11 +65151,11 @@ operationGroups: protocol: http: in: path - - &ref_2246 - schema: *ref_1658 + - &ref_2239 + schema: *ref_1651 implementation: Method required: true - language: &ref_3673 + language: &ref_3671 default: name: name description: Container name. This is case-sensitive. @@ -65358,11 +65167,11 @@ operationGroups: protocol: http: in: path - - &ref_2247 + - &ref_2240 schema: *ref_16 implementation: Method required: true - language: &ref_3674 + language: &ref_3672 default: name: version description: Version identifier. This is case-sensitive. @@ -65374,15 +65183,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2243 + application/json: &ref_2236 parameters: - - &ref_2242 - schema: *ref_860 + - &ref_2235 + schema: *ref_854 implementation: Method required: true - language: &ref_3675 + language: &ref_3673 default: name: body description: Version entity to create or update. @@ -65393,7 +65202,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65410,7 +65219,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2242 + - *ref_2235 language: default: name: '' @@ -65427,15 +65236,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2243 + - *ref_2236 signatureParameters: - - *ref_2244 - - *ref_2245 - - *ref_2246 - - *ref_2247 + - *ref_2237 + - *ref_2238 + - *ref_2239 + - *ref_2240 responses: - - schema: *ref_860 - language: &ref_3677 + - schema: *ref_854 + language: &ref_3675 default: name: '' description: Success @@ -65449,8 +65258,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_860 - language: &ref_3679 + - schema: *ref_854 + language: &ref_3677 default: name: '' description: Created @@ -65465,7 +65274,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -65531,7 +65340,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3678 {} + headers: &ref_3676 {} '201': body: name: string @@ -65557,7 +65366,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3680 {} + headers: &ref_3678 {} language: default: name: CreateOrUpdate @@ -65571,50 +65380,50 @@ operationGroups: azureARM: true clientName: ModelVersionsClient openApiType: arm - optionalParamGroup: &ref_3962 + optionalParamGroup: &ref_3960 schema: type: object language: - default: &ref_2248 + default: &ref_2241 name: ModelVersionsClientCreateOrUpdateOptions description: ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method. - go: *ref_2248 + go: *ref_2241 protocol: {} originalParameter: [] required: false serializedName: ModelVersionsClientCreateOrUpdateOptions language: - default: &ref_2249 + default: &ref_2242 name: options description: ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method. - go: *ref_2249 + go: *ref_2242 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4074 + responseEnv: &ref_4072 type: object properties: - - &ref_2251 - schema: *ref_860 + - &ref_2244 + schema: *ref_854 serializedName: ModelVersionData language: - default: &ref_2250 + default: &ref_2243 name: ModelVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2250 + go: *ref_2243 protocol: {} language: - default: &ref_2252 + default: &ref_2245 name: ModelVersionsClientCreateOrUpdateResponse description: ModelVersionsClientCreateOrUpdateResponse contains the response from method ModelVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2251 - go: *ref_2252 + resultProp: *ref_2244 + go: *ref_2245 protocol: {} summary: Create or update version. protocol: {} @@ -65628,23 +65437,23 @@ operationGroups: clientCtorName: NewModelVersionsClient clientName: ModelVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3690 + - &ref_3688 $key: OnlineEndpoints operations: - - &ref_3689 + - &ref_3687 operationId: OnlineEndpoints_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2264 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2257 + schema: *ref_1292 implementation: Method required: true - language: &ref_3681 + language: &ref_3679 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -65656,11 +65465,11 @@ operationGroups: protocol: http: in: path - - &ref_2265 + - &ref_2258 schema: *ref_1 implementation: Method required: true - language: &ref_3682 + language: &ref_3680 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -65672,11 +65481,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2254 + - *ref_1283 + - &ref_2247 schema: *ref_16 implementation: Method - language: &ref_3683 + language: &ref_3681 default: name: name description: Name of the endpoint. @@ -65684,21 +65493,21 @@ operationGroups: go: name: Name description: Name of the endpoint. - paramGroup: &ref_2255 + paramGroup: &ref_2248 schema: type: object language: - default: &ref_2253 + default: &ref_2246 name: OnlineEndpointsClientListOptions description: OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.NewListPager method. - go: *ref_2253 + go: *ref_2246 protocol: {} originalParameter: - - *ref_2254 - - &ref_2258 + - *ref_2247 + - &ref_2251 schema: *ref_18 implementation: Method - language: &ref_3684 + language: &ref_3682 default: name: count description: Number of endpoints to be retrieved in a page of results. @@ -65706,15 +65515,15 @@ operationGroups: go: name: Count description: Number of endpoints to be retrieved in a page of results. - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: count protocol: http: in: query - - &ref_2259 - schema: *ref_318 + - &ref_2252 + schema: *ref_312 implementation: Method - language: &ref_3685 + language: &ref_3683 default: name: computeType description: EndpointComputeType to be filtered by. @@ -65722,12 +65531,12 @@ operationGroups: go: name: ComputeType description: EndpointComputeType to be filtered by. - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: computeType protocol: http: in: query - - &ref_2260 + - &ref_2253 schema: *ref_1 implementation: Method language: @@ -65738,15 +65547,15 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: $skip protocol: http: in: query - - &ref_2261 + - &ref_2254 schema: *ref_16 implementation: Method - language: &ref_3686 + language: &ref_3684 default: name: tags description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' @@ -65754,15 +65563,15 @@ operationGroups: go: name: Tags description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: tags protocol: http: in: query - - &ref_2262 + - &ref_2255 schema: *ref_16 implementation: Method - language: &ref_3687 + language: &ref_3685 default: name: properties description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' @@ -65770,15 +65579,15 @@ operationGroups: go: name: Properties description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: properties protocol: http: in: query - - &ref_2263 - schema: *ref_2256 + - &ref_2256 + schema: *ref_2249 implementation: Method - language: &ref_3688 + language: &ref_3686 default: name: orderBy description: The option to order the response. @@ -65786,7 +65595,7 @@ operationGroups: go: name: OrderBy description: The option to order the response. - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: orderBy protocol: http: @@ -65794,24 +65603,24 @@ operationGroups: required: false serializedName: OnlineEndpointsClientListOptions language: - default: &ref_2257 + default: &ref_2250 name: options description: OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.NewListPager method. - go: *ref_2257 + go: *ref_2250 protocol: {} serializedName: name protocol: http: in: query - - *ref_2258 - - *ref_2259 - - *ref_2260 - - *ref_2261 - - *ref_2262 - - *ref_2263 + - *ref_2251 + - *ref_2252 + - *ref_2253 + - *ref_2254 + - *ref_2255 + - *ref_2256 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65841,18 +65650,18 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2264 - - *ref_2265 - - *ref_2254 + - *ref_2257 - *ref_2258 - - *ref_2259 - - *ref_2260 - - *ref_2261 - - *ref_2262 - - *ref_2263 + - *ref_2247 + - *ref_2251 + - *ref_2252 + - *ref_2253 + - *ref_2254 + - *ref_2255 + - *ref_2256 responses: - - schema: *ref_2266 - language: &ref_3700 + - schema: *ref_2259 + language: &ref_3698 default: name: '' description: Success @@ -65867,7 +65676,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -65941,7 +65750,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3701 {} + headers: &ref_3699 {} x-ms-pageable: nextLinkName: nextLink language: @@ -65957,50 +65766,50 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: *ref_2255 + optionalParamGroup: *ref_2248 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4075 + responseEnv: &ref_4073 type: object properties: - - &ref_2268 - schema: *ref_2266 + - &ref_2261 + schema: *ref_2259 serializedName: OnlineEndpointTrackedResourceArmPaginatedResult language: - default: &ref_2267 + default: &ref_2260 name: OnlineEndpointTrackedResourceArmPaginatedResult description: A paginated list of OnlineEndpoint entities. byValue: true embeddedType: true - go: *ref_2267 + go: *ref_2260 protocol: {} language: - default: &ref_2269 + default: &ref_2262 name: OnlineEndpointsClientListResponse description: OnlineEndpointsClientListResponse contains the response from method OnlineEndpointsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2268 - go: *ref_2269 + resultProp: *ref_2261 + go: *ref_2262 protocol: {} summary: List Online Endpoints. protocol: {} - - &ref_3705 + - &ref_3703 operationId: OnlineEndpoints_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2270 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2263 + schema: *ref_1292 implementation: Method required: true - language: &ref_3702 + language: &ref_3700 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -66012,11 +65821,11 @@ operationGroups: protocol: http: in: path - - &ref_2271 + - &ref_2264 schema: *ref_1 implementation: Method required: true - language: &ref_3703 + language: &ref_3701 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -66028,11 +65837,11 @@ operationGroups: protocol: http: in: path - - &ref_2272 + - &ref_2265 schema: *ref_16 implementation: Method required: true - language: &ref_3704 + language: &ref_3702 default: name: endpointName description: Online Endpoint name. @@ -66044,10 +65853,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66077,9 +65886,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2270 - - *ref_2271 - - *ref_2272 + - *ref_2263 + - *ref_2264 + - *ref_2265 responses: - language: default: @@ -66102,7 +65911,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2273 + - schema: *ref_2266 header: x-ms-async-operation-timeout language: default: @@ -66120,7 +65929,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2274 + - schema: *ref_2267 header: Retry-After language: default: @@ -66143,7 +65952,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -66186,67 +65995,67 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3963 + optionalParamGroup: &ref_3961 schema: type: object language: - default: &ref_2275 + default: &ref_2268 name: OnlineEndpointsClientBeginDeleteOptions description: OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method. - go: *ref_2275 + go: *ref_2268 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2276 + default: &ref_2269 name: string description: '' - go: *ref_2276 + go: *ref_2269 protocol: {} language: - default: &ref_2277 + default: &ref_2270 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2277 + go: *ref_2270 protocol: {} required: false serializedName: OnlineEndpointsClientBeginDeleteOptions language: - default: &ref_2278 + default: &ref_2271 name: options description: OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method. - go: *ref_2278 + go: *ref_2271 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4076 + responseEnv: &ref_4074 type: object language: - default: &ref_2279 + default: &ref_2272 name: OnlineEndpointsClientDeleteResponse description: OnlineEndpointsClientDeleteResponse contains the response from method OnlineEndpointsClient.BeginDelete. forLRO: true responseType: true - go: *ref_2279 + go: *ref_2272 protocol: {} summary: Delete Online Endpoint (asynchronous). protocol: {} - - &ref_3709 + - &ref_3707 operationId: OnlineEndpoints_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2280 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2273 + schema: *ref_1292 implementation: Method required: true - language: &ref_3706 + language: &ref_3704 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -66258,11 +66067,11 @@ operationGroups: protocol: http: in: path - - &ref_2281 + - &ref_2274 schema: *ref_1 implementation: Method required: true - language: &ref_3707 + language: &ref_3705 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -66274,11 +66083,11 @@ operationGroups: protocol: http: in: path - - &ref_2282 + - &ref_2275 schema: *ref_19 implementation: Method required: true - language: &ref_3708 + language: &ref_3706 default: name: endpointName description: Online Endpoint name. @@ -66290,10 +66099,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66323,12 +66132,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2280 - - *ref_2281 - - *ref_2282 + - *ref_2273 + - *ref_2274 + - *ref_2275 responses: - - schema: *ref_388 - language: &ref_3710 + - schema: *ref_382 + language: &ref_3708 default: name: '' description: Success @@ -66343,7 +66152,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -66409,7 +66218,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3711 {} + headers: &ref_3709 {} language: default: name: Get @@ -66423,65 +66232,65 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3964 + optionalParamGroup: &ref_3962 schema: type: object language: - default: &ref_2283 + default: &ref_2276 name: OnlineEndpointsClientGetOptions description: OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method. - go: *ref_2283 + go: *ref_2276 protocol: {} originalParameter: [] required: false serializedName: OnlineEndpointsClientGetOptions language: - default: &ref_2284 + default: &ref_2277 name: options description: OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method. - go: *ref_2284 + go: *ref_2277 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4077 + responseEnv: &ref_4075 type: object properties: - - &ref_2286 - schema: *ref_388 + - &ref_2279 + schema: *ref_382 serializedName: OnlineEndpointData language: - default: &ref_2285 + default: &ref_2278 name: OnlineEndpointData description: '' byValue: true embeddedType: true - go: *ref_2285 + go: *ref_2278 protocol: {} language: - default: &ref_2287 + default: &ref_2280 name: OnlineEndpointsClientGetResponse description: OnlineEndpointsClientGetResponse contains the response from method OnlineEndpointsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2286 - go: *ref_2287 + resultProp: *ref_2279 + go: *ref_2280 protocol: {} summary: Get Online Endpoint. protocol: {} - - &ref_3724 + - &ref_3722 operationId: OnlineEndpoints_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2291 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2284 + schema: *ref_1292 implementation: Method required: true - language: &ref_3712 + language: &ref_3710 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -66493,11 +66302,11 @@ operationGroups: protocol: http: in: path - - &ref_2292 + - &ref_2285 schema: *ref_1 implementation: Method required: true - language: &ref_3713 + language: &ref_3711 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -66509,11 +66318,11 @@ operationGroups: protocol: http: in: path - - &ref_2293 + - &ref_2286 schema: *ref_19 implementation: Method required: true - language: &ref_3714 + language: &ref_3712 default: name: endpointName description: Online Endpoint name. @@ -66525,15 +66334,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2290 + application/json: &ref_2283 parameters: - - &ref_2289 - schema: *ref_2288 + - &ref_2282 + schema: *ref_2281 implementation: Method required: true - language: &ref_3723 + language: &ref_3721 default: name: body description: Online Endpoint entity to apply during operation. @@ -66544,7 +66353,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66561,7 +66370,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2289 + - *ref_2282 language: default: name: '' @@ -66578,14 +66387,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2290 + - *ref_2283 signatureParameters: - - *ref_2291 - - *ref_2292 - - *ref_2293 + - *ref_2284 + - *ref_2285 + - *ref_2286 responses: - - schema: *ref_388 - language: &ref_3725 + - schema: *ref_382 + language: &ref_3723 default: name: '' description: Success @@ -66609,7 +66418,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2294 + - schema: *ref_2287 header: x-ms-async-operation-timeout language: default: @@ -66627,7 +66436,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2295 + - schema: *ref_2288 header: Retry-After language: default: @@ -66639,7 +66448,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -66663,7 +66472,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3715 {} + string: &ref_3713 {} kind: string location: string properties: @@ -66722,7 +66531,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3726 {} + headers: &ref_3724 {} '202': {} x-ms-long-running-operation: true language: @@ -66738,81 +66547,81 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3965 + optionalParamGroup: &ref_3963 schema: type: object language: - default: &ref_2296 + default: &ref_2289 name: OnlineEndpointsClientBeginUpdateOptions description: OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method. - go: *ref_2296 + go: *ref_2289 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2297 + default: &ref_2290 name: string description: '' - go: *ref_2297 + go: *ref_2290 protocol: {} language: - default: &ref_2298 + default: &ref_2291 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2298 + go: *ref_2291 protocol: {} required: false serializedName: OnlineEndpointsClientBeginUpdateOptions language: - default: &ref_2299 + default: &ref_2292 name: options description: OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method. - go: *ref_2299 + go: *ref_2292 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4078 + responseEnv: &ref_4076 type: object properties: - - &ref_2301 - schema: *ref_388 + - &ref_2294 + schema: *ref_382 serializedName: OnlineEndpointData language: - default: &ref_2300 + default: &ref_2293 name: OnlineEndpointData description: '' byValue: true embeddedType: true - go: *ref_2300 + go: *ref_2293 protocol: {} language: - default: &ref_2302 + default: &ref_2295 name: OnlineEndpointsClientUpdateResponse description: OnlineEndpointsClientUpdateResponse contains the response from method OnlineEndpointsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_2301 - go: *ref_2302 + resultProp: *ref_2294 + go: *ref_2295 protocol: {} summary: Update Online Endpoint (asynchronous). protocol: {} - - &ref_3731 + - &ref_3729 operationId: OnlineEndpoints_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2305 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2298 + schema: *ref_1292 implementation: Method required: true - language: &ref_3727 + language: &ref_3725 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -66824,11 +66633,11 @@ operationGroups: protocol: http: in: path - - &ref_2306 + - &ref_2299 schema: *ref_1 implementation: Method required: true - language: &ref_3728 + language: &ref_3726 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -66840,11 +66649,11 @@ operationGroups: protocol: http: in: path - - &ref_2307 - schema: *ref_1658 + - &ref_2300 + schema: *ref_1651 implementation: Method required: true - language: &ref_3729 + language: &ref_3727 default: name: endpointName description: Online Endpoint name. @@ -66856,15 +66665,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2304 + application/json: &ref_2297 parameters: - - &ref_2303 - schema: *ref_388 + - &ref_2296 + schema: *ref_382 implementation: Method required: true - language: &ref_3730 + language: &ref_3728 default: name: body description: Online Endpoint entity to apply during operation. @@ -66875,7 +66684,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66892,7 +66701,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2303 + - *ref_2296 language: default: name: '' @@ -66909,14 +66718,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2304 + - *ref_2297 signatureParameters: - - *ref_2305 - - *ref_2306 - - *ref_2307 + - *ref_2298 + - *ref_2299 + - *ref_2300 responses: - - schema: *ref_388 - language: &ref_3732 + - schema: *ref_382 + language: &ref_3730 default: name: '' description: Success @@ -66930,8 +66739,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_388 - language: &ref_3734 + - schema: *ref_382 + language: &ref_3732 default: name: '' description: Created @@ -66941,7 +66750,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2308 + - schema: *ref_2301 header: x-ms-async-operation-timeout language: default: @@ -66950,7 +66759,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2309 + - schema: *ref_2302 header: Azure-AsyncOperation language: default: @@ -66965,7 +66774,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -67053,7 +66862,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3733 {} + headers: &ref_3731 {} '201': body: name: string @@ -67094,7 +66903,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3735 {} + headers: &ref_3733 {} x-ms-long-running-operation: true language: default: @@ -67109,81 +66918,81 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3966 + optionalParamGroup: &ref_3964 schema: type: object language: - default: &ref_2310 + default: &ref_2303 name: OnlineEndpointsClientBeginCreateOrUpdateOptions description: OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method. - go: *ref_2310 + go: *ref_2303 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2311 + default: &ref_2304 name: string description: '' - go: *ref_2311 + go: *ref_2304 protocol: {} language: - default: &ref_2312 + default: &ref_2305 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2312 + go: *ref_2305 protocol: {} required: false serializedName: OnlineEndpointsClientBeginCreateOrUpdateOptions language: - default: &ref_2313 + default: &ref_2306 name: options description: OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method. - go: *ref_2313 + go: *ref_2306 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4079 + responseEnv: &ref_4077 type: object properties: - - &ref_2315 - schema: *ref_388 + - &ref_2308 + schema: *ref_382 serializedName: OnlineEndpointData language: - default: &ref_2314 + default: &ref_2307 name: OnlineEndpointData description: '' byValue: true embeddedType: true - go: *ref_2314 + go: *ref_2307 protocol: {} language: - default: &ref_2316 + default: &ref_2309 name: OnlineEndpointsClientCreateOrUpdateResponse description: OnlineEndpointsClientCreateOrUpdateResponse contains the response from method OnlineEndpointsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_2315 - go: *ref_2316 + resultProp: *ref_2308 + go: *ref_2309 protocol: {} summary: Create or update Online Endpoint (asynchronous). protocol: {} - - &ref_3739 + - &ref_3737 operationId: OnlineEndpoints_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2318 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2311 + schema: *ref_1292 implementation: Method required: true - language: &ref_3736 + language: &ref_3734 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -67195,11 +67004,11 @@ operationGroups: protocol: http: in: path - - &ref_2319 + - &ref_2312 schema: *ref_1 implementation: Method required: true - language: &ref_3737 + language: &ref_3735 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -67211,11 +67020,11 @@ operationGroups: protocol: http: in: path - - &ref_2320 - schema: *ref_2317 + - &ref_2313 + schema: *ref_2310 implementation: Method required: true - language: &ref_3738 + language: &ref_3736 default: name: endpointName description: Online Endpoint name. @@ -67227,10 +67036,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67260,12 +67069,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_2318 - - *ref_2319 - - *ref_2320 + - *ref_2311 + - *ref_2312 + - *ref_2313 responses: - - schema: *ref_1050 - language: &ref_3740 + - schema: *ref_1043 + language: &ref_3738 default: name: '' description: Success @@ -67280,7 +67089,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -67310,7 +67119,7 @@ operationGroups: body: primaryKey: string secondaryKey: string - headers: &ref_3741 {} + headers: &ref_3739 {} language: default: name: ListKeys @@ -67324,65 +67133,65 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3967 + optionalParamGroup: &ref_3965 schema: type: object language: - default: &ref_2321 + default: &ref_2314 name: OnlineEndpointsClientListKeysOptions description: OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method. - go: *ref_2321 + go: *ref_2314 protocol: {} originalParameter: [] required: false serializedName: OnlineEndpointsClientListKeysOptions language: - default: &ref_2322 + default: &ref_2315 name: options description: OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method. - go: *ref_2322 + go: *ref_2315 protocol: {} protocolNaming: internalMethod: listKeys requestMethod: listKeysCreateRequest responseMethod: listKeysHandleResponse - responseEnv: &ref_4080 + responseEnv: &ref_4078 type: object properties: - - &ref_2324 - schema: *ref_1050 + - &ref_2317 + schema: *ref_1043 serializedName: EndpointAuthKeys language: - default: &ref_2323 + default: &ref_2316 name: EndpointAuthKeys description: Keys for endpoint authentication. byValue: true embeddedType: true - go: *ref_2323 + go: *ref_2316 protocol: {} language: - default: &ref_2325 + default: &ref_2318 name: OnlineEndpointsClientListKeysResponse description: OnlineEndpointsClientListKeysResponse contains the response from method OnlineEndpointsClient.ListKeys. marshallingFormat: json responseType: true - resultProp: *ref_2324 - go: *ref_2325 + resultProp: *ref_2317 + go: *ref_2318 protocol: {} summary: List EndpointAuthKeys for an Endpoint using Key-based authentication. protocol: {} - - &ref_3748 + - &ref_3746 operationId: OnlineEndpoints_RegenerateKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2329 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2322 + schema: *ref_1292 implementation: Method required: true - language: &ref_3742 + language: &ref_3740 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -67394,11 +67203,11 @@ operationGroups: protocol: http: in: path - - &ref_2330 + - &ref_2323 schema: *ref_1 implementation: Method required: true - language: &ref_3743 + language: &ref_3741 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -67410,11 +67219,11 @@ operationGroups: protocol: http: in: path - - &ref_2331 - schema: *ref_2317 + - &ref_2324 + schema: *ref_2310 implementation: Method required: true - language: &ref_3744 + language: &ref_3742 default: name: endpointName description: Online Endpoint name. @@ -67426,15 +67235,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2328 + application/json: &ref_2321 parameters: - - &ref_2327 - schema: *ref_2326 + - &ref_2320 + schema: *ref_2319 implementation: Method required: true - language: &ref_3747 + language: &ref_3745 default: name: body description: RegenerateKeys request . @@ -67445,7 +67254,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67462,7 +67271,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2327 + - *ref_2320 language: default: name: '' @@ -67479,11 +67288,11 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2328 + - *ref_2321 signatureParameters: - - *ref_2329 - - *ref_2330 - - *ref_2331 + - *ref_2322 + - *ref_2323 + - *ref_2324 responses: - language: default: @@ -67506,7 +67315,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2317 + - schema: *ref_2310 header: Location language: default: @@ -67515,7 +67324,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2332 + - schema: *ref_2325 header: Retry-After language: default: @@ -67527,7 +67336,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -67574,67 +67383,283 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3968 + optionalParamGroup: &ref_3966 schema: type: object language: - default: &ref_2333 + default: &ref_2326 name: OnlineEndpointsClientBeginRegenerateKeysOptions description: OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method. - go: *ref_2333 + go: *ref_2326 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2334 + default: &ref_2327 name: string description: '' - go: *ref_2334 + go: *ref_2327 protocol: {} language: - default: &ref_2335 + default: &ref_2328 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2335 + go: *ref_2328 protocol: {} required: false serializedName: OnlineEndpointsClientBeginRegenerateKeysOptions language: - default: &ref_2336 + default: &ref_2329 name: options description: OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method. - go: *ref_2336 + go: *ref_2329 protocol: {} protocolNaming: internalMethod: regenerateKeys requestMethod: regenerateKeysCreateRequest responseMethod: regenerateKeysHandleResponse - responseEnv: &ref_4081 + responseEnv: &ref_4079 type: object language: - default: &ref_2337 + default: &ref_2330 name: OnlineEndpointsClientRegenerateKeysResponse description: OnlineEndpointsClientRegenerateKeysResponse contains the response from method OnlineEndpointsClient.BeginRegenerateKeys. forLRO: true responseType: true - go: *ref_2337 + go: *ref_2330 protocol: {} summary: Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). protocol: {} - - &ref_3752 + - &ref_3750 operationId: OnlineEndpoints_GetToken apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2338 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2331 + schema: *ref_1292 + implementation: Method + required: true + language: &ref_3747 + default: + name: resourceGroupName + description: The name of the resource group. The name is case insensitive. + serializedName: resourceGroupName + go: + name: resourceGroupName + description: The name of the resource group. The name is case insensitive. + serializedName: resourceGroupName + protocol: + http: + in: path + - &ref_2332 + schema: *ref_1 + implementation: Method + required: true + language: &ref_3748 + default: + name: workspaceName + description: Name of Azure Machine Learning workspace. + serializedName: workspaceName + go: + name: workspaceName + description: Name of Azure Machine Learning workspace. + serializedName: workspaceName + protocol: + http: + in: path + - &ref_2333 + schema: *ref_21 implementation: Method required: true language: &ref_3749 + default: + name: endpointName + description: Online Endpoint name. + serializedName: endpointName + go: + name: endpointName + description: Online Endpoint name. + serializedName: endpointName + protocol: + http: + in: path + - *ref_1283 + requests: + - parameters: + - schema: *ref_1284 + implementation: Method + origin: modelerfour:synthesized/accept + required: true + language: + default: + name: accept + description: Accept header + serializedName: Accept + go: + name: accept + description: Accept header + serializedName: Accept + protocol: + http: + in: header + signatureParameters: [] + language: + default: + name: '' + description: '' + go: + name: '' + description: '' + protocol: + http: + path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/token + method: post + uri: '{$host}' + signatureParameters: + - *ref_2331 + - *ref_2332 + - *ref_2333 + responses: + - schema: *ref_2334 + language: &ref_3755 + default: + name: '' + description: Success + go: + name: '' + description: Success + protocol: + http: + knownMediaType: json + mediaTypes: + - application/json + statusCodes: + - '200' + exceptions: + - schema: *ref_108 + language: + default: + name: '' + description: Error + go: + name: '' + description: Error + protocol: + http: + knownMediaType: json + mediaTypes: + - application/json + statusCodes: + - default + extensions: + x-ms-examples: + GetToken Online Endpoint.: + parameters: + api-version: 2022-02-01-preview + endpointName: testEndpointName + resourceGroupName: test-rg + subscriptionId: 00000000-1111-2222-3333-444444444444 + workspaceName: my-aml-workspace + x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/getToken.json + responses: + '200': + body: + accessToken: string + expiryTimeUtc: 1 + refreshAfterTimeUtc: 1 + tokenType: string + headers: &ref_3756 {} + language: + default: + name: GetToken + description: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. + summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. + go: + name: GetToken + description: |- + Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. + If the operation fails it returns an *azcore.ResponseError type. + azureARM: true + clientName: OnlineEndpointsClient + openApiType: arm + optionalParamGroup: &ref_3967 + schema: + type: object + language: + default: &ref_2335 + name: OnlineEndpointsClientGetTokenOptions + description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. + go: *ref_2335 + protocol: {} + originalParameter: [] + required: false + serializedName: OnlineEndpointsClientGetTokenOptions + language: + default: &ref_2336 + name: options + description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. + go: *ref_2336 + protocol: {} + protocolNaming: + internalMethod: getToken + requestMethod: getTokenCreateRequest + responseMethod: getTokenHandleResponse + responseEnv: &ref_4080 + type: object + properties: + - &ref_2338 + schema: *ref_2334 + serializedName: EndpointAuthToken + language: + default: &ref_2337 + name: EndpointAuthToken + description: Service Token + byValue: true + embeddedType: true + go: *ref_2337 + protocol: {} + language: + default: &ref_2339 + name: OnlineEndpointsClientGetTokenResponse + description: OnlineEndpointsClientGetTokenResponse contains the response from method OnlineEndpointsClient.GetToken. + marshallingFormat: json + responseType: true + resultProp: *ref_2338 + go: *ref_2339 + protocol: {} + summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. + protocol: {} + language: + default: + name: OnlineEndpoints + description: '' + go: + name: OnlineEndpoints + description: '' + clientCtorName: NewOnlineEndpointsClient + clientName: OnlineEndpointsClient + clientParams: + - *ref_1291 + protocol: {} + - &ref_3763 + $key: OnlineDeployments + operations: + - &ref_3762 + operationId: OnlineDeployments_List + apiVersions: + - version: 2022-02-01-preview + parameters: + - *ref_1282 + - *ref_1291 + - &ref_2347 + schema: *ref_1292 + implementation: Method + required: true + language: &ref_3757 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -67646,11 +67671,11 @@ operationGroups: protocol: http: in: path - - &ref_2339 + - &ref_2348 schema: *ref_1 implementation: Method required: true - language: &ref_3750 + language: &ref_3758 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -67662,227 +67687,11 @@ operationGroups: protocol: http: in: path - - &ref_2340 - schema: *ref_21 - implementation: Method - required: true - language: &ref_3751 - default: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName - protocol: - http: - in: path - - *ref_1290 - requests: - - parameters: - - schema: *ref_1291 - implementation: Method - origin: modelerfour:synthesized/accept - required: true - language: - default: - name: accept - description: Accept header - serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept - protocol: - http: - in: header - signatureParameters: [] - language: - default: - name: '' - description: '' - go: - name: '' - description: '' - protocol: - http: - path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/token - method: post - uri: '{$host}' - signatureParameters: - - *ref_2338 - - *ref_2339 - - *ref_2340 - responses: - - schema: *ref_2341 - language: &ref_3757 - default: - name: '' - description: Success - go: - name: '' - description: Success - protocol: - http: - knownMediaType: json - mediaTypes: - - application/json - statusCodes: - - '200' - exceptions: - - schema: *ref_110 - language: - default: - name: '' - description: Error - go: - name: '' - description: Error - protocol: - http: - knownMediaType: json - mediaTypes: - - application/json - statusCodes: - - default - extensions: - x-ms-examples: - GetToken Online Endpoint.: - parameters: - api-version: 2022-02-01-preview - endpointName: testEndpointName - resourceGroupName: test-rg - subscriptionId: 00000000-1111-2222-3333-444444444444 - workspaceName: my-aml-workspace - x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/getToken.json - responses: - '200': - body: - accessToken: string - expiryTimeUtc: 1 - refreshAfterTimeUtc: 1 - tokenType: string - headers: &ref_3758 {} - language: - default: - name: GetToken - description: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - go: - name: GetToken - description: |- - Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_3969 - schema: - type: object - language: - default: &ref_2342 - name: OnlineEndpointsClientGetTokenOptions - description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. - go: *ref_2342 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineEndpointsClientGetTokenOptions - language: - default: &ref_2343 - name: options - description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. - go: *ref_2343 - protocol: {} - protocolNaming: - internalMethod: getToken - requestMethod: getTokenCreateRequest - responseMethod: getTokenHandleResponse - responseEnv: &ref_4082 - type: object - properties: - - &ref_2345 - schema: *ref_2341 - serializedName: EndpointAuthToken - language: - default: &ref_2344 - name: EndpointAuthToken - description: Service Token - byValue: true - embeddedType: true - go: *ref_2344 - protocol: {} - language: - default: &ref_2346 - name: OnlineEndpointsClientGetTokenResponse - description: OnlineEndpointsClientGetTokenResponse contains the response from method OnlineEndpointsClient.GetToken. - marshallingFormat: json - responseType: true - resultProp: *ref_2345 - go: *ref_2346 - protocol: {} - summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - protocol: {} - language: - default: - name: OnlineEndpoints - description: '' - go: - name: OnlineEndpoints - description: '' - clientCtorName: NewOnlineEndpointsClient - clientName: OnlineEndpointsClient - clientParams: - - *ref_1298 - protocol: {} - - &ref_3765 - $key: OnlineDeployments - operations: - - &ref_3764 - operationId: OnlineDeployments_List - apiVersions: - - version: 2022-02-01-preview - parameters: - - *ref_1289 - - *ref_1298 - - &ref_2354 - schema: *ref_1299 + - &ref_2349 + schema: *ref_2340 implementation: Method required: true language: &ref_3759 - default: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName - protocol: - http: - in: path - - &ref_2355 - schema: *ref_1 - implementation: Method - required: true - language: &ref_3760 - default: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName - protocol: - http: - in: path - - &ref_2356 - schema: *ref_2347 - implementation: Method - required: true - language: &ref_3761 default: name: endpointName description: Inference endpoint name. @@ -67894,11 +67703,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2349 - schema: *ref_2347 + - *ref_1283 + - &ref_2342 + schema: *ref_2340 implementation: Method - language: &ref_3762 + language: &ref_3760 default: name: orderBy description: Ordering of list. @@ -67906,21 +67715,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_2350 + paramGroup: &ref_2343 schema: type: object language: - default: &ref_2348 + default: &ref_2341 name: OnlineDeploymentsClientListOptions description: OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.NewListPager method. - go: *ref_2348 + go: *ref_2341 protocol: {} originalParameter: - - *ref_2349 - - &ref_2352 + - *ref_2342 + - &ref_2345 schema: *ref_18 implementation: Method - language: &ref_3763 + language: &ref_3761 default: name: top description: Top of list. @@ -67928,12 +67737,12 @@ operationGroups: go: name: Top description: Top of list. - paramGroup: *ref_2350 + paramGroup: *ref_2343 serializedName: $top protocol: http: in: query - - &ref_2353 + - &ref_2346 schema: *ref_1 implementation: Method language: @@ -67944,7 +67753,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_2350 + paramGroup: *ref_2343 serializedName: $skip protocol: http: @@ -67952,20 +67761,20 @@ operationGroups: required: false serializedName: OnlineDeploymentsClientListOptions language: - default: &ref_2351 + default: &ref_2344 name: options description: OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.NewListPager method. - go: *ref_2351 + go: *ref_2344 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_2352 - - *ref_2353 + - *ref_2345 + - *ref_2346 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67995,15 +67804,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2354 - - *ref_2355 - - *ref_2356 + - *ref_2347 + - *ref_2348 - *ref_2349 - - *ref_2352 - - *ref_2353 + - *ref_2342 + - *ref_2345 + - *ref_2346 responses: - - schema: *ref_2357 - language: &ref_3798 + - schema: *ref_2350 + language: &ref_3796 default: name: '' description: Success @@ -68018,7 +67827,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -68115,7 +67924,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3799 {} + headers: &ref_3797 {} x-ms-pageable: nextLinkName: nextLink language: @@ -68131,50 +67940,50 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: *ref_2350 + optionalParamGroup: *ref_2343 paging: nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4083 + responseEnv: &ref_4081 type: object properties: - - &ref_2359 - schema: *ref_2357 + - &ref_2352 + schema: *ref_2350 serializedName: OnlineDeploymentTrackedResourceArmPaginatedResult language: - default: &ref_2358 + default: &ref_2351 name: OnlineDeploymentTrackedResourceArmPaginatedResult description: A paginated list of OnlineDeployment entities. byValue: true embeddedType: true - go: *ref_2358 + go: *ref_2351 protocol: {} language: - default: &ref_2360 + default: &ref_2353 name: OnlineDeploymentsClientListResponse description: OnlineDeploymentsClientListResponse contains the response from method OnlineDeploymentsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2359 - go: *ref_2360 + resultProp: *ref_2352 + go: *ref_2353 protocol: {} summary: List Inference Endpoint Deployments. protocol: {} - - &ref_3804 + - &ref_3802 operationId: OnlineDeployments_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2361 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2354 + schema: *ref_1292 implementation: Method required: true - language: &ref_3800 + language: &ref_3798 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -68186,11 +67995,11 @@ operationGroups: protocol: http: in: path - - &ref_2362 + - &ref_2355 schema: *ref_1 implementation: Method required: true - language: &ref_3801 + language: &ref_3799 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -68202,11 +68011,11 @@ operationGroups: protocol: http: in: path - - &ref_2363 - schema: *ref_2347 + - &ref_2356 + schema: *ref_2340 implementation: Method required: true - language: &ref_3802 + language: &ref_3800 default: name: endpointName description: Inference endpoint name. @@ -68218,11 +68027,11 @@ operationGroups: protocol: http: in: path - - &ref_2364 - schema: *ref_2347 + - &ref_2357 + schema: *ref_2340 implementation: Method required: true - language: &ref_3803 + language: &ref_3801 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -68234,10 +68043,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68267,10 +68076,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2361 - - *ref_2362 - - *ref_2363 - - *ref_2364 + - *ref_2354 + - *ref_2355 + - *ref_2356 + - *ref_2357 responses: - language: default: @@ -68293,7 +68102,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2365 + - schema: *ref_2358 header: x-ms-async-operation-timeout language: default: @@ -68302,7 +68111,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2347 + - schema: *ref_2340 header: Location language: default: @@ -68311,7 +68120,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2366 + - schema: *ref_2359 header: Retry-After language: default: @@ -68334,7 +68143,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -68378,67 +68187,67 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3970 + optionalParamGroup: &ref_3968 schema: type: object language: - default: &ref_2367 + default: &ref_2360 name: OnlineDeploymentsClientBeginDeleteOptions description: OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method. - go: *ref_2367 + go: *ref_2360 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2368 + default: &ref_2361 name: string description: '' - go: *ref_2368 + go: *ref_2361 protocol: {} language: - default: &ref_2369 + default: &ref_2362 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2369 + go: *ref_2362 protocol: {} required: false serializedName: OnlineDeploymentsClientBeginDeleteOptions language: - default: &ref_2370 + default: &ref_2363 name: options description: OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method. - go: *ref_2370 + go: *ref_2363 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4084 + responseEnv: &ref_4082 type: object language: - default: &ref_2371 + default: &ref_2364 name: OnlineDeploymentsClientDeleteResponse description: OnlineDeploymentsClientDeleteResponse contains the response from method OnlineDeploymentsClient.BeginDelete. forLRO: true responseType: true - go: *ref_2371 + go: *ref_2364 protocol: {} summary: Delete Inference Endpoint Deployment (asynchronous). protocol: {} - - &ref_3809 + - &ref_3807 operationId: OnlineDeployments_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2372 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2365 + schema: *ref_1292 implementation: Method required: true - language: &ref_3805 + language: &ref_3803 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -68450,11 +68259,11 @@ operationGroups: protocol: http: in: path - - &ref_2373 + - &ref_2366 schema: *ref_1 implementation: Method required: true - language: &ref_3806 + language: &ref_3804 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -68466,11 +68275,11 @@ operationGroups: protocol: http: in: path - - &ref_2374 + - &ref_2367 schema: *ref_20 implementation: Method required: true - language: &ref_3807 + language: &ref_3805 default: name: endpointName description: Inference endpoint name. @@ -68482,11 +68291,11 @@ operationGroups: protocol: http: in: path - - &ref_2375 + - &ref_2368 schema: *ref_20 implementation: Method required: true - language: &ref_3808 + language: &ref_3806 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -68498,10 +68307,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68531,13 +68340,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2372 - - *ref_2373 - - *ref_2374 - - *ref_2375 + - *ref_2365 + - *ref_2366 + - *ref_2367 + - *ref_2368 responses: - - schema: *ref_389 - language: &ref_3810 + - schema: *ref_383 + language: &ref_3808 default: name: '' description: Success @@ -68552,7 +68361,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -68646,7 +68455,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3811 {} + headers: &ref_3809 {} Get Managed Online Deployment.: parameters: api-version: 2022-02-01-preview @@ -68720,7 +68529,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3813 {} + headers: &ref_3811 {} language: default: name: Get @@ -68734,65 +68543,65 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3971 + optionalParamGroup: &ref_3969 schema: type: object language: - default: &ref_2376 + default: &ref_2369 name: OnlineDeploymentsClientGetOptions description: OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method. - go: *ref_2376 + go: *ref_2369 protocol: {} originalParameter: [] required: false serializedName: OnlineDeploymentsClientGetOptions language: - default: &ref_2377 + default: &ref_2370 name: options description: OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method. - go: *ref_2377 + go: *ref_2370 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4085 + responseEnv: &ref_4083 type: object properties: - - &ref_2379 - schema: *ref_389 + - &ref_2372 + schema: *ref_383 serializedName: OnlineDeploymentData language: - default: &ref_2378 + default: &ref_2371 name: OnlineDeploymentData description: '' byValue: true embeddedType: true - go: *ref_2378 + go: *ref_2371 protocol: {} language: - default: &ref_2380 + default: &ref_2373 name: OnlineDeploymentsClientGetResponse description: OnlineDeploymentsClientGetResponse contains the response from method OnlineDeploymentsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2379 - go: *ref_2380 + resultProp: *ref_2372 + go: *ref_2373 protocol: {} summary: Get Inference Deployment Deployment. protocol: {} - - &ref_3828 + - &ref_3826 operationId: OnlineDeployments_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2384 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2377 + schema: *ref_1292 implementation: Method required: true - language: &ref_3814 + language: &ref_3812 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -68804,11 +68613,11 @@ operationGroups: protocol: http: in: path - - &ref_2385 + - &ref_2378 schema: *ref_1 implementation: Method required: true - language: &ref_3815 + language: &ref_3813 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -68820,11 +68629,11 @@ operationGroups: protocol: http: in: path - - &ref_2386 - schema: *ref_1658 + - &ref_2379 + schema: *ref_1651 implementation: Method required: true - language: &ref_3816 + language: &ref_3814 default: name: endpointName description: Online Endpoint name. @@ -68836,11 +68645,11 @@ operationGroups: protocol: http: in: path - - &ref_2387 - schema: *ref_1658 + - &ref_2380 + schema: *ref_1651 implementation: Method required: true - language: &ref_3817 + language: &ref_3815 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -68852,15 +68661,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2383 + application/json: &ref_2376 parameters: - - &ref_2382 - schema: *ref_2381 + - &ref_2375 + schema: *ref_2374 implementation: Method required: true - language: &ref_3827 + language: &ref_3825 default: name: body description: Online Endpoint entity to apply during operation. @@ -68871,7 +68680,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68888,7 +68697,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2382 + - *ref_2375 language: default: name: '' @@ -68905,15 +68714,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2383 + - *ref_2376 signatureParameters: - - *ref_2384 - - *ref_2385 - - *ref_2386 - - *ref_2387 + - *ref_2377 + - *ref_2378 + - *ref_2379 + - *ref_2380 responses: - - schema: *ref_389 - language: &ref_3829 + - schema: *ref_383 + language: &ref_3827 default: name: '' description: Success @@ -68937,7 +68746,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2388 + - schema: *ref_2381 header: x-ms-async-operation-timeout language: default: @@ -68955,7 +68764,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2389 + - schema: *ref_2382 header: Retry-After language: default: @@ -68967,7 +68776,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -68991,7 +68800,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3818 {} + string: &ref_3816 {} kind: string location: string properties: @@ -69077,7 +68886,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3830 {} + headers: &ref_3828 {} '202': {} Update Managed Online Deployment.: parameters: @@ -69086,7 +68895,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3831 {} + string: &ref_3829 {} kind: string location: string properties: @@ -69169,7 +68978,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3832 {} + headers: &ref_3830 {} '202': {} x-ms-long-running-operation: true language: @@ -69185,81 +68994,81 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3972 + optionalParamGroup: &ref_3970 schema: type: object language: - default: &ref_2390 + default: &ref_2383 name: OnlineDeploymentsClientBeginUpdateOptions description: OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method. - go: *ref_2390 + go: *ref_2383 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2391 + default: &ref_2384 name: string description: '' - go: *ref_2391 + go: *ref_2384 protocol: {} language: - default: &ref_2392 + default: &ref_2385 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2392 + go: *ref_2385 protocol: {} required: false serializedName: OnlineDeploymentsClientBeginUpdateOptions language: - default: &ref_2393 + default: &ref_2386 name: options description: OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method. - go: *ref_2393 + go: *ref_2386 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4086 + responseEnv: &ref_4084 type: object properties: - - &ref_2395 - schema: *ref_389 + - &ref_2388 + schema: *ref_383 serializedName: OnlineDeploymentData language: - default: &ref_2394 + default: &ref_2387 name: OnlineDeploymentData description: '' byValue: true embeddedType: true - go: *ref_2394 + go: *ref_2387 protocol: {} language: - default: &ref_2396 + default: &ref_2389 name: OnlineDeploymentsClientUpdateResponse description: OnlineDeploymentsClientUpdateResponse contains the response from method OnlineDeploymentsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_2395 - go: *ref_2396 + resultProp: *ref_2388 + go: *ref_2389 protocol: {} summary: Update Online Deployment (asynchronous). protocol: {} - - &ref_3838 + - &ref_3836 operationId: OnlineDeployments_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2399 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2392 + schema: *ref_1292 implementation: Method required: true - language: &ref_3833 + language: &ref_3831 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -69271,11 +69080,11 @@ operationGroups: protocol: http: in: path - - &ref_2400 + - &ref_2393 schema: *ref_1 implementation: Method required: true - language: &ref_3834 + language: &ref_3832 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -69287,11 +69096,11 @@ operationGroups: protocol: http: in: path - - &ref_2401 - schema: *ref_1658 + - &ref_2394 + schema: *ref_1651 implementation: Method required: true - language: &ref_3835 + language: &ref_3833 default: name: endpointName description: Inference endpoint name. @@ -69303,11 +69112,11 @@ operationGroups: protocol: http: in: path - - &ref_2402 - schema: *ref_1658 + - &ref_2395 + schema: *ref_1651 implementation: Method required: true - language: &ref_3836 + language: &ref_3834 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -69319,15 +69128,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2398 + application/json: &ref_2391 parameters: - - &ref_2397 - schema: *ref_389 + - &ref_2390 + schema: *ref_383 implementation: Method required: true - language: &ref_3837 + language: &ref_3835 default: name: body description: Inference Endpoint entity to apply during operation. @@ -69338,7 +69147,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -69355,7 +69164,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2397 + - *ref_2390 language: default: name: '' @@ -69372,15 +69181,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2398 + - *ref_2391 signatureParameters: - - *ref_2399 - - *ref_2400 - - *ref_2401 - - *ref_2402 + - *ref_2392 + - *ref_2393 + - *ref_2394 + - *ref_2395 responses: - - schema: *ref_389 - language: &ref_3839 + - schema: *ref_383 + language: &ref_3837 default: name: '' description: Success @@ -69394,8 +69203,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_389 - language: &ref_3841 + - schema: *ref_383 + language: &ref_3839 default: name: '' description: Created @@ -69405,7 +69214,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2403 + - schema: *ref_2396 header: x-ms-async-operation-timeout language: default: @@ -69414,7 +69223,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2404 + - schema: *ref_2397 header: Azure-AsyncOperation language: default: @@ -69429,7 +69238,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -69573,7 +69382,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3840 {} + headers: &ref_3838 {} '201': body: name: string @@ -69640,7 +69449,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3842 {} + headers: &ref_3840 {} CreateOrUpdate Managed Online Deployment.: parameters: api-version: 2022-02-01-preview @@ -69762,7 +69571,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3843 {} + headers: &ref_3841 {} '201': body: name: string @@ -69826,7 +69635,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3844 {} + headers: &ref_3842 {} x-ms-long-running-operation: true language: default: @@ -69841,81 +69650,81 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3973 + optionalParamGroup: &ref_3971 schema: type: object language: - default: &ref_2405 + default: &ref_2398 name: OnlineDeploymentsClientBeginCreateOrUpdateOptions description: OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_2405 + go: *ref_2398 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2406 + default: &ref_2399 name: string description: '' - go: *ref_2406 + go: *ref_2399 protocol: {} language: - default: &ref_2407 + default: &ref_2400 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2407 + go: *ref_2400 protocol: {} required: false serializedName: OnlineDeploymentsClientBeginCreateOrUpdateOptions language: - default: &ref_2408 + default: &ref_2401 name: options description: OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_2408 + go: *ref_2401 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4087 + responseEnv: &ref_4085 type: object properties: - - &ref_2410 - schema: *ref_389 + - &ref_2403 + schema: *ref_383 serializedName: OnlineDeploymentData language: - default: &ref_2409 + default: &ref_2402 name: OnlineDeploymentData description: '' byValue: true embeddedType: true - go: *ref_2409 + go: *ref_2402 protocol: {} language: - default: &ref_2411 + default: &ref_2404 name: OnlineDeploymentsClientCreateOrUpdateResponse description: OnlineDeploymentsClientCreateOrUpdateResponse contains the response from method OnlineDeploymentsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_2410 - go: *ref_2411 + resultProp: *ref_2403 + go: *ref_2404 protocol: {} summary: Create or update Inference Endpoint Deployment (asynchronous). protocol: {} - - &ref_3852 + - &ref_3850 operationId: OnlineDeployments_GetLogs apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2415 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2408 + schema: *ref_1292 implementation: Method required: true - language: &ref_3845 + language: &ref_3843 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -69927,11 +69736,11 @@ operationGroups: protocol: http: in: path - - &ref_2416 + - &ref_2409 schema: *ref_1 implementation: Method required: true - language: &ref_3846 + language: &ref_3844 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -69943,11 +69752,11 @@ operationGroups: protocol: http: in: path - - &ref_2417 - schema: *ref_2317 + - &ref_2410 + schema: *ref_2310 implementation: Method required: true - language: &ref_3847 + language: &ref_3845 default: name: endpointName description: Inference endpoint name. @@ -69959,11 +69768,11 @@ operationGroups: protocol: http: in: path - - &ref_2418 - schema: *ref_2317 + - &ref_2411 + schema: *ref_2310 implementation: Method required: true - language: &ref_3848 + language: &ref_3846 default: name: deploymentName description: The name and identifier for the endpoint. @@ -69975,15 +69784,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2414 + application/json: &ref_2407 parameters: - - &ref_2413 - schema: *ref_2412 + - &ref_2406 + schema: *ref_2405 implementation: Method required: true - language: &ref_3851 + language: &ref_3849 default: name: body description: The request containing parameters for retrieving logs. @@ -69994,7 +69803,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70011,7 +69820,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2413 + - *ref_2406 language: default: name: '' @@ -70028,15 +69837,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2414 + - *ref_2407 signatureParameters: - - *ref_2415 - - *ref_2416 - - *ref_2417 - - *ref_2418 + - *ref_2408 + - *ref_2409 + - *ref_2410 + - *ref_2411 responses: - - schema: *ref_2419 - language: &ref_3854 + - schema: *ref_2412 + language: &ref_3852 default: name: '' description: Success @@ -70051,7 +69860,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -70097,65 +69906,65 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3974 + optionalParamGroup: &ref_3972 schema: type: object language: - default: &ref_2420 + default: &ref_2413 name: OnlineDeploymentsClientGetLogsOptions description: OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method. - go: *ref_2420 + go: *ref_2413 protocol: {} originalParameter: [] required: false serializedName: OnlineDeploymentsClientGetLogsOptions language: - default: &ref_2421 + default: &ref_2414 name: options description: OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method. - go: *ref_2421 + go: *ref_2414 protocol: {} protocolNaming: internalMethod: getLogs requestMethod: getLogsCreateRequest responseMethod: getLogsHandleResponse - responseEnv: &ref_4088 + responseEnv: &ref_4086 type: object properties: - - &ref_2423 - schema: *ref_2419 + - &ref_2416 + schema: *ref_2412 serializedName: DeploymentLogs language: - default: &ref_2422 + default: &ref_2415 name: DeploymentLogs description: '' byValue: true embeddedType: true - go: *ref_2422 + go: *ref_2415 protocol: {} language: - default: &ref_2424 + default: &ref_2417 name: OnlineDeploymentsClientGetLogsResponse description: OnlineDeploymentsClientGetLogsResponse contains the response from method OnlineDeploymentsClient.GetLogs. marshallingFormat: json responseType: true - resultProp: *ref_2423 - go: *ref_2424 + resultProp: *ref_2416 + go: *ref_2417 protocol: {} summary: Polls an Endpoint operation. protocol: {} - - &ref_3860 + - &ref_3858 operationId: OnlineDeployments_ListSkus apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2430 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2423 + schema: *ref_1292 implementation: Method required: true - language: &ref_3855 + language: &ref_3853 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -70167,11 +69976,11 @@ operationGroups: protocol: http: in: path - - &ref_2431 + - &ref_2424 schema: *ref_1 implementation: Method required: true - language: &ref_3856 + language: &ref_3854 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -70183,11 +69992,11 @@ operationGroups: protocol: http: in: path - - &ref_2432 - schema: *ref_2317 + - &ref_2425 + schema: *ref_2310 implementation: Method required: true - language: &ref_3857 + language: &ref_3855 default: name: endpointName description: Inference endpoint name. @@ -70199,11 +70008,11 @@ operationGroups: protocol: http: in: path - - &ref_2433 - schema: *ref_2317 + - &ref_2426 + schema: *ref_2310 implementation: Method required: true - language: &ref_3858 + language: &ref_3856 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -70215,11 +70024,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2426 + - *ref_1283 + - &ref_2419 schema: *ref_18 implementation: Method - language: &ref_3859 + language: &ref_3857 default: name: count description: Number of Skus to be retrieved in a page of results. @@ -70227,18 +70036,18 @@ operationGroups: go: name: Count description: Number of Skus to be retrieved in a page of results. - paramGroup: &ref_2427 + paramGroup: &ref_2420 schema: type: object language: - default: &ref_2425 + default: &ref_2418 name: OnlineDeploymentsClientListSKUsOptions description: OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method. - go: *ref_2425 + go: *ref_2418 protocol: {} originalParameter: - - *ref_2426 - - &ref_2429 + - *ref_2419 + - &ref_2422 schema: *ref_1 implementation: Method language: @@ -70249,7 +70058,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_2427 + paramGroup: *ref_2420 serializedName: $skip protocol: http: @@ -70257,19 +70066,19 @@ operationGroups: required: false serializedName: OnlineDeploymentsClientListSKUsOptions language: - default: &ref_2428 + default: &ref_2421 name: options description: OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method. - go: *ref_2428 + go: *ref_2421 protocol: {} serializedName: count protocol: http: in: query - - *ref_2429 + - *ref_2422 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70299,15 +70108,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2430 - - *ref_2431 - - *ref_2432 - - *ref_2433 + - *ref_2423 + - *ref_2424 + - *ref_2425 - *ref_2426 - - *ref_2429 + - *ref_2419 + - *ref_2422 responses: - - schema: *ref_2434 - language: &ref_3872 + - schema: *ref_2427 + language: &ref_3870 default: name: '' description: Success @@ -70322,7 +70131,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -70365,7 +70174,7 @@ operationGroups: sku: name: string tier: Free - headers: &ref_3873 {} + headers: &ref_3871 {} List Managed Online Deployment Skus.: parameters: $skipToken: string @@ -70392,7 +70201,7 @@ operationGroups: sku: name: string tier: Free - headers: &ref_3874 {} + headers: &ref_3872 {} x-ms-pageable: nextLinkName: nextLink language: @@ -70408,35 +70217,35 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: *ref_2427 + optionalParamGroup: *ref_2420 paging: nextLinkName: NextLink protocolNaming: internalMethod: listSKUs requestMethod: listSKUsCreateRequest responseMethod: listSKUsHandleResponse - responseEnv: &ref_4089 + responseEnv: &ref_4087 type: object properties: - - &ref_2436 - schema: *ref_2434 + - &ref_2429 + schema: *ref_2427 serializedName: SKUResourceArmPaginatedResult language: - default: &ref_2435 + default: &ref_2428 name: SKUResourceArmPaginatedResult description: A paginated list of SkuResource entities. byValue: true embeddedType: true - go: *ref_2435 + go: *ref_2428 protocol: {} language: - default: &ref_2437 + default: &ref_2430 name: OnlineDeploymentsClientListSKUsResponse description: OnlineDeploymentsClientListSKUsResponse contains the response from method OnlineDeploymentsClient.NewListSKUsPager. marshallingFormat: json responseType: true - resultProp: *ref_2436 - go: *ref_2437 + resultProp: *ref_2429 + go: *ref_2430 protocol: {} summary: List Inference Endpoint Deployment Skus. protocol: {} @@ -70450,24 +70259,24 @@ operationGroups: clientCtorName: NewOnlineDeploymentsClient clientName: OnlineDeploymentsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3878 + - &ref_3876 $key: WorkspaceFeatures operations: - - &ref_3877 + - &ref_3875 operationId: WorkspaceFeatures_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_2438 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_2431 + schema: *ref_1292 implementation: Method required: true - language: &ref_3875 + language: &ref_3873 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -70479,11 +70288,11 @@ operationGroups: protocol: http: in: path - - &ref_2439 + - &ref_2432 schema: *ref_1 implementation: Method required: true - language: &ref_3876 + language: &ref_3874 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -70497,7 +70306,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70527,11 +70336,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2438 - - *ref_2439 + - *ref_2431 + - *ref_2432 responses: - - schema: *ref_2440 - language: &ref_3883 + - schema: *ref_2433 + language: &ref_3881 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -70546,7 +70355,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -70594,23 +70403,23 @@ operationGroups: azureARM: true clientName: WorkspaceFeaturesClient openApiType: arm - optionalParamGroup: &ref_3975 + optionalParamGroup: &ref_3973 schema: type: object language: - default: &ref_2441 + default: &ref_2434 name: WorkspaceFeaturesClientListOptions description: WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.NewListPager method. - go: *ref_2441 + go: *ref_2434 protocol: {} originalParameter: [] required: false serializedName: WorkspaceFeaturesClientListOptions language: - default: &ref_2442 + default: &ref_2435 name: options description: WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.NewListPager method. - go: *ref_2442 + go: *ref_2435 protocol: {} paging: nextLinkName: NextLink @@ -70618,28 +70427,28 @@ operationGroups: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4090 + responseEnv: &ref_4088 type: object properties: - - &ref_2444 - schema: *ref_2440 + - &ref_2437 + schema: *ref_2433 serializedName: ListAmlUserFeatureResult language: - default: &ref_2443 + default: &ref_2436 name: ListAmlUserFeatureResult description: The List Aml user feature operation response. byValue: true embeddedType: true - go: *ref_2443 + go: *ref_2436 protocol: {} language: - default: &ref_2445 + default: &ref_2438 name: WorkspaceFeaturesClientListResponse description: WorkspaceFeaturesClientListResponse contains the response from method WorkspaceFeaturesClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2444 - go: *ref_2445 + resultProp: *ref_2437 + go: *ref_2438 protocol: {} protocol: {} language: @@ -70652,7 +70461,7 @@ operationGroups: clientCtorName: NewWorkspaceFeaturesClient clientName: WorkspaceFeaturesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} security: authenticationRequired: true @@ -70668,6263 +70477,6263 @@ testModel: - name: OperationsList clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: [] - operation: *ref_2447 - operationGroup: *ref_2448 + operation: *ref_2440 + operationGroup: *ref_2441 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/operationsList.json responses: '200': body: - schema: *ref_1292 + schema: *ref_1285 parentsValue: {} properties: value: - schema: *ref_1206 + schema: *ref_1199 elements: - - schema: *ref_63 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/write - language: *ref_2449 + language: *ref_2442 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: Create/Update Machine Learning workspaces - language: *ref_2450 + language: *ref_2443 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2451 + language: *ref_2444 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2452 - language: *ref_2453 - - schema: *ref_63 + language: *ref_2445 + language: *ref_2446 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/delete - language: *ref_2449 + language: *ref_2442 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: Delete Machine Learning workspaces - language: *ref_2450 + language: *ref_2443 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2451 + language: *ref_2444 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2452 - language: *ref_2453 - - schema: *ref_63 + language: *ref_2445 + language: *ref_2446 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/listkeys/action - language: *ref_2449 + language: *ref_2442 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: List workspace Keys - language: *ref_2450 + language: *ref_2443 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2451 + language: *ref_2444 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2452 - language: *ref_2453 - language: *ref_2454 - language: *ref_2455 - operation: *ref_2447 - operationGroup: *ref_2448 + language: *ref_2445 + language: *ref_2446 + language: *ref_2447 + language: *ref_2448 + operation: *ref_2440 + operationGroup: *ref_2441 - operationId: Workspaces_Get examples: - name: Get Workspace clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2457 - parameter: *ref_1300 + language: *ref_2450 + parameter: *ref_1293 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2458 - parameter: *ref_1301 - operation: *ref_2459 - operationGroup: *ref_2460 + language: *ref_2451 + parameter: *ref_1294 + operation: *ref_2452 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/get.json responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2471 + language: *ref_2462 + language: *ref_2463 + language: *ref_2464 location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2472 + language: *ref_2465 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2473 + language: *ref_2466 allowPublicAccessWhenBehindVnet: - schema: *ref_886 + schema: *ref_880 rawValue: false - language: *ref_2474 + language: *ref_2467 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2475 + language: *ref_2468 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2476 + language: *ref_2469 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2477 + language: *ref_2470 encryption: - schema: *ref_904 + schema: *ref_898 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_899 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_872 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2478 - language: *ref_2479 + language: *ref_2471 + language: *ref_2472 keyVaultProperties: - schema: *ref_906 + schema: *ref_900 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_875 rawValue: '' - language: *ref_2480 + language: *ref_2473 keyIdentifier: - schema: *ref_880 + schema: *ref_874 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2481 + language: *ref_2474 keyVaultArmId: - schema: *ref_879 + schema: *ref_873 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2482 - language: *ref_2483 + language: *ref_2475 + language: *ref_2476 status: - schema: *ref_877 + schema: *ref_871 rawValue: Enabled - language: *ref_2484 - language: *ref_2485 + language: *ref_2477 + language: *ref_2478 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2486 + language: *ref_2479 hbiWorkspace: - schema: *ref_882 + schema: *ref_876 rawValue: false - language: *ref_2487 + language: *ref_2480 imageBuildCompute: - schema: *ref_885 + schema: *ref_879 rawValue: testcompute - language: *ref_2488 + language: *ref_2481 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2489 + language: *ref_2482 privateEndpointConnections: - schema: *ref_1209 + schema: *ref_1202 elements: - - schema: *ref_846 + - schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testprivatelinkconnection - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/testprivatelinkconnection - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2490 - language: *ref_2491 + language: *ref_2483 + language: *ref_2484 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2492 + language: *ref_2485 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2493 + language: *ref_2486 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2494 - language: *ref_2495 + language: *ref_2487 + language: *ref_2488 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2496 - language: *ref_2497 - language: *ref_2498 + language: *ref_2489 + language: *ref_2490 + language: *ref_2491 privateLinkCount: - schema: *ref_884 + schema: *ref_878 rawValue: 0 - language: *ref_2499 + language: *ref_2492 publicNetworkAccess: - schema: *ref_887 + schema: *ref_881 rawValue: Disabled - language: *ref_2500 + language: *ref_2493 serviceProvisionedResourceGroup: - schema: *ref_883 + schema: *ref_877 rawValue: testworkspace_0000111122223333 - language: *ref_2501 + language: *ref_2494 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1203 elements: - - schema: *ref_912 + - schema: *ref_906 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_882 rawValue: testcosmosdbresource - language: *ref_2502 + language: *ref_2495 properties: - schema: *ref_913 + schema: *ref_907 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_884 rawValue: Sql - language: *ref_2503 + language: *ref_2496 privateLinkResourceId: - schema: *ref_889 + schema: *ref_883 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testcosmosdbresource/privateLinkResources/Sql - language: *ref_2504 + language: *ref_2497 requestMessage: - schema: *ref_891 + schema: *ref_885 rawValue: Please approve - language: *ref_2505 + language: *ref_2498 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2506 - language: *ref_2507 - language: *ref_2508 + language: *ref_2499 + language: *ref_2500 + language: *ref_2501 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2509 - language: *ref_2510 - language: *ref_2511 - operation: *ref_2459 - operationGroup: *ref_2460 + language: *ref_2502 + language: *ref_2503 + language: *ref_2504 + operation: *ref_2452 + operationGroup: *ref_2453 - operationId: Workspaces_CreateOrUpdate examples: - name: Create Workspace clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2512 - parameter: *ref_1309 + language: *ref_2505 + parameter: *ref_1302 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2513 - parameter: *ref_1310 + language: *ref_2506 + parameter: *ref_1303 - exampleValue: - schema: *ref_89 + schema: *ref_87 parentsValue: {} properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2465 + language: *ref_2458 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2470 - language: *ref_2471 + language: *ref_2463 + language: *ref_2464 location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2472 + language: *ref_2465 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2473 + language: *ref_2466 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2475 + language: *ref_2468 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2476 + language: *ref_2469 encryption: - schema: *ref_904 + schema: *ref_898 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_899 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_872 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2478 - language: *ref_2479 + language: *ref_2471 + language: *ref_2472 keyVaultProperties: - schema: *ref_906 + schema: *ref_900 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_875 rawValue: '' - language: *ref_2480 + language: *ref_2473 keyIdentifier: - schema: *ref_880 + schema: *ref_874 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2481 + language: *ref_2474 keyVaultArmId: - schema: *ref_879 + schema: *ref_873 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2482 - language: *ref_2483 + language: *ref_2475 + language: *ref_2476 status: - schema: *ref_877 + schema: *ref_871 rawValue: Enabled - language: *ref_2484 - language: *ref_2485 + language: *ref_2477 + language: *ref_2478 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2486 + language: *ref_2479 hbiWorkspace: - schema: *ref_882 + schema: *ref_876 rawValue: false - language: *ref_2487 + language: *ref_2480 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2489 + language: *ref_2482 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1203 elements: - - schema: *ref_912 + - schema: *ref_906 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_882 rawValue: testdbresource - language: *ref_2502 + language: *ref_2495 properties: - schema: *ref_913 + schema: *ref_907 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_884 rawValue: Sql - language: *ref_2503 + language: *ref_2496 privateLinkResourceId: - schema: *ref_889 + schema: *ref_883 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testdbresource/privateLinkResources/Sql - language: *ref_2504 + language: *ref_2497 requestMessage: - schema: *ref_891 + schema: *ref_885 rawValue: Please approve - language: *ref_2505 + language: *ref_2498 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2506 - language: *ref_2507 - language: *ref_2508 + language: *ref_2499 + language: *ref_2500 + language: *ref_2501 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2509 - language: *ref_2510 - language: *ref_2514 - parameter: *ref_1307 - operation: *ref_2515 - operationGroup: *ref_2460 + language: *ref_2502 + language: *ref_2503 + language: *ref_2507 + parameter: *ref_1300 + operation: *ref_2508 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/create.json responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2471 + language: *ref_2462 + language: *ref_2463 + language: *ref_2464 location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2472 + language: *ref_2465 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2473 + language: *ref_2466 allowPublicAccessWhenBehindVnet: - schema: *ref_886 + schema: *ref_880 rawValue: false - language: *ref_2474 + language: *ref_2467 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2475 + language: *ref_2468 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2476 + language: *ref_2469 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2477 + language: *ref_2470 encryption: - schema: *ref_904 + schema: *ref_898 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_899 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_872 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2478 - language: *ref_2479 + language: *ref_2471 + language: *ref_2472 keyVaultProperties: - schema: *ref_906 + schema: *ref_900 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_875 rawValue: '' - language: *ref_2480 + language: *ref_2473 keyIdentifier: - schema: *ref_880 + schema: *ref_874 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2481 + language: *ref_2474 keyVaultArmId: - schema: *ref_879 + schema: *ref_873 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2482 - language: *ref_2483 + language: *ref_2475 + language: *ref_2476 status: - schema: *ref_877 + schema: *ref_871 rawValue: Enabled - language: *ref_2484 - language: *ref_2485 + language: *ref_2477 + language: *ref_2478 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2486 + language: *ref_2479 hbiWorkspace: - schema: *ref_882 + schema: *ref_876 rawValue: false - language: *ref_2487 + language: *ref_2480 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2489 + language: *ref_2482 publicNetworkAccess: - schema: *ref_887 + schema: *ref_881 rawValue: Disabled - language: *ref_2500 + language: *ref_2493 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1203 elements: - - schema: *ref_912 + - schema: *ref_906 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_882 rawValue: testdbresource - language: *ref_2502 + language: *ref_2495 properties: - schema: *ref_913 + schema: *ref_907 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_884 rawValue: Sql - language: *ref_2503 + language: *ref_2496 privateLinkResourceId: - schema: *ref_889 + schema: *ref_883 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testdbresource/privateLinkResources/Sql - language: *ref_2504 + language: *ref_2497 requestMessage: - schema: *ref_891 + schema: *ref_885 rawValue: Please approve - language: *ref_2505 + language: *ref_2498 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2506 - language: *ref_2507 - language: *ref_2508 + language: *ref_2499 + language: *ref_2500 + language: *ref_2501 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2509 - language: *ref_2510 - language: *ref_2516 + language: *ref_2502 + language: *ref_2503 + language: *ref_2509 '202': {} - operation: *ref_2515 - operationGroup: *ref_2460 + operation: *ref_2508 + operationGroup: *ref_2453 - operationId: Workspaces_Delete examples: - name: Delete Workspace clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2517 - parameter: *ref_1318 + language: *ref_2510 + parameter: *ref_1311 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2518 - parameter: *ref_1319 - operation: *ref_2519 - operationGroup: *ref_2460 + language: *ref_2511 + parameter: *ref_1312 + operation: *ref_2512 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_2519 - operationGroup: *ref_2460 + operation: *ref_2512 + operationGroup: *ref_2453 - operationId: Workspaces_Update examples: - name: Update Workspace clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2520 - parameter: *ref_1328 + language: *ref_2513 + parameter: *ref_1321 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2521 - parameter: *ref_1329 + language: *ref_2514 + parameter: *ref_1322 - exampleValue: - schema: *ref_1325 + schema: *ref_1318 parentsValue: {} properties: properties: - schema: *ref_925 + schema: *ref_919 parentsValue: {} properties: description: - schema: *ref_919 + schema: *ref_913 rawValue: new description - language: *ref_2522 + language: *ref_2515 friendlyName: - schema: *ref_920 + schema: *ref_914 rawValue: New friendly name - language: *ref_2523 + language: *ref_2516 publicNetworkAccess: - schema: *ref_887 + schema: *ref_881 rawValue: Disabled - language: *ref_2524 - language: *ref_2525 - language: *ref_2526 - parameter: *ref_1326 - operation: *ref_2527 - operationGroup: *ref_2460 + language: *ref_2517 + language: *ref_2518 + language: *ref_2519 + parameter: *ref_1319 + operation: *ref_2520 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/update.json responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 - language: *ref_2471 + language: *ref_2460 + language: *ref_2464 location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2472 + language: *ref_2465 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: new description - language: *ref_2473 + language: *ref_2466 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2475 + language: *ref_2468 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2476 + language: *ref_2469 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2477 + language: *ref_2470 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: New friendly name - language: *ref_2486 + language: *ref_2479 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2489 + language: *ref_2482 publicNetworkAccess: - schema: *ref_887 + schema: *ref_881 rawValue: Disabled - language: *ref_2500 + language: *ref_2493 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2509 - language: *ref_2510 - language: *ref_2528 + language: *ref_2502 + language: *ref_2503 + language: *ref_2521 '202': {} - operation: *ref_2527 - operationGroup: *ref_2460 + operation: *ref_2520 + operationGroup: *ref_2453 - operationId: Workspaces_ListByResourceGroup examples: - name: Get Workspaces by Resource Group clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2529 - parameter: *ref_1340 - operation: *ref_2530 - operationGroup: *ref_2460 + language: *ref_2522 + parameter: *ref_1333 + operation: *ref_2523 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listByResourceGroup.json responses: '200': body: - schema: *ref_1341 + schema: *ref_1334 parentsValue: {} properties: nextLink: - schema: *ref_926 + schema: *ref_920 rawValue: nextLink - language: *ref_2531 + language: *ref_2524 value: - schema: *ref_1211 + schema: *ref_1204 elements: - - schema: *ref_89 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2472 + language: *ref_2465 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2473 + language: *ref_2466 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2475 + language: *ref_2468 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2476 + language: *ref_2469 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2477 + language: *ref_2470 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2486 + language: *ref_2479 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2489 + language: *ref_2482 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2509 - language: *ref_2510 - - schema: *ref_89 + language: *ref_2502 + language: *ref_2503 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace1 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace1 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2472 + language: *ref_2465 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2473 + language: *ref_2466 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2475 + language: *ref_2468 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistryNew - language: *ref_2476 + language: *ref_2469 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2477 + language: *ref_2470 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName 1 - language: *ref_2486 + language: *ref_2479 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkvNew - language: *ref_2489 + language: *ref_2482 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccountOld - language: *ref_2509 - language: *ref_2510 - language: *ref_2532 - language: *ref_2533 - operation: *ref_2530 - operationGroup: *ref_2460 + language: *ref_2502 + language: *ref_2503 + language: *ref_2525 + language: *ref_2526 + operation: *ref_2523 + operationGroup: *ref_2453 - operationId: Workspaces_Diagnose examples: - name: Diagnose Workspace clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2534 - parameter: *ref_1353 + language: *ref_2527 + parameter: *ref_1346 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2535 - parameter: *ref_1354 + language: *ref_2528 + parameter: *ref_1347 - exampleValue: - schema: *ref_1346 + schema: *ref_1339 parentsValue: {} properties: value: - schema: *ref_936 + schema: *ref_930 parentsValue: {} properties: applicationInsights: - schema: *ref_934 + schema: *ref_928 properties: {} - language: *ref_2536 + language: *ref_2529 containerRegistry: - schema: *ref_933 + schema: *ref_927 properties: {} - language: *ref_2537 + language: *ref_2530 dnsResolution: - schema: *ref_930 + schema: *ref_924 properties: {} - language: *ref_2538 + language: *ref_2531 keyVault: - schema: *ref_932 + schema: *ref_926 properties: {} - language: *ref_2539 + language: *ref_2532 nsg: - schema: *ref_928 + schema: *ref_922 properties: {} - language: *ref_2540 + language: *ref_2533 others: - schema: *ref_935 + schema: *ref_929 properties: {} - language: *ref_2541 + language: *ref_2534 resourceLock: - schema: *ref_929 + schema: *ref_923 properties: {} - language: *ref_2542 + language: *ref_2535 storageAccount: - schema: *ref_931 + schema: *ref_925 properties: {} - language: *ref_2543 + language: *ref_2536 udr: - schema: *ref_927 + schema: *ref_921 properties: {} - language: *ref_2544 - language: *ref_2545 - language: *ref_2546 - parameter: *ref_1348 - operation: *ref_2547 - operationGroup: *ref_2460 + language: *ref_2537 + language: *ref_2538 + language: *ref_2539 + parameter: *ref_1341 + operation: *ref_2540 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/diagnose.json responses: '200': body: - schema: *ref_1355 + schema: *ref_1348 parentsValue: {} properties: value: - schema: *ref_942 + schema: *ref_935 parentsValue: {} properties: applicationInsightsResults: - schema: *ref_1219 + schema: *ref_1212 elements: [] - language: *ref_2548 + language: *ref_2541 containerRegistryResults: - schema: *ref_1218 + schema: *ref_1211 elements: [] - language: *ref_2549 + language: *ref_2542 dnsResolutionResults: - schema: *ref_1215 + schema: *ref_1208 elements: - - schema: *ref_940 + - schema: *ref_934 parentsValue: {} properties: code: - schema: *ref_937 + schema: *ref_931 rawValue: CustomDNSInUse - language: *ref_2550 + language: *ref_2543 level: - schema: *ref_938 + schema: *ref_932 rawValue: Warning - language: *ref_2551 + language: *ref_2544 message: - schema: *ref_939 + schema: *ref_933 rawValue: We have detected an on-premise dns server is configured. Please make sure conditional forwarding is configured correctly according to doc https://foo - language: *ref_2552 - language: *ref_2553 + language: *ref_2545 + language: *ref_2546 keyVaultResults: - schema: *ref_1217 + schema: *ref_1210 elements: [] - language: *ref_2554 + language: *ref_2547 networkSecurityRuleResults: - schema: *ref_1213 + schema: *ref_1206 elements: [] - language: *ref_2555 + language: *ref_2548 otherResults: - schema: *ref_1220 + schema: *ref_1213 elements: [] - language: *ref_2556 + language: *ref_2549 resourceLockResults: - schema: *ref_1214 + schema: *ref_1207 elements: [] - language: *ref_2557 + language: *ref_2550 storageAccountResults: - schema: *ref_1216 + schema: *ref_1209 elements: [] - language: *ref_2558 + language: *ref_2551 userDefinedRouteResults: - schema: *ref_1212 + schema: *ref_1205 elements: [] - language: *ref_2559 - language: *ref_2560 - language: *ref_2561 + language: *ref_2552 + language: *ref_2553 + language: *ref_2554 '202': {} - operation: *ref_2547 - operationGroup: *ref_2460 + operation: *ref_2540 + operationGroup: *ref_2453 - operationId: Workspaces_ListKeys examples: - name: List Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2562 - parameter: *ref_1361 + language: *ref_2555 + parameter: *ref_1354 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2563 - parameter: *ref_1362 - operation: *ref_2564 - operationGroup: *ref_2460 + language: *ref_2556 + parameter: *ref_1355 + operation: *ref_2557 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listKeys.json responses: '200': body: - schema: *ref_1363 + schema: *ref_1356 parentsValue: {} properties: appInsightsInstrumentationKey: - schema: *ref_945 + schema: *ref_938 rawValue: null - language: *ref_2565 + language: *ref_2558 containerRegistryCredentials: - schema: *ref_952 + schema: *ref_945 parentsValue: {} properties: location: - schema: *ref_946 + schema: *ref_939 rawValue: null - language: *ref_2566 + language: *ref_2559 passwords: - schema: *ref_1221 + schema: *ref_1214 elements: - - schema: *ref_953 + - schema: *ref_946 parentsValue: {} properties: name: - schema: *ref_948 + schema: *ref_941 rawValue: password - language: *ref_2567 + language: *ref_2560 value: - schema: *ref_949 + schema: *ref_942 rawValue: - language: *ref_2568 - - schema: *ref_953 + language: *ref_2561 + - schema: *ref_946 parentsValue: {} properties: name: - schema: *ref_948 + schema: *ref_941 rawValue: password2 - language: *ref_2567 + language: *ref_2560 value: - schema: *ref_949 + schema: *ref_942 rawValue: 0KARRQoQHSUq1yViPWg7YFernOS=Ic/t - language: *ref_2568 - language: *ref_2569 + language: *ref_2561 + language: *ref_2562 username: - schema: *ref_947 + schema: *ref_940 rawValue: testdemoworkjmjmeykp - language: *ref_2570 - language: *ref_2571 + language: *ref_2563 + language: *ref_2564 notebookAccessKeys: - schema: *ref_954 + schema: *ref_947 parentsValue: {} properties: primaryAccessKey: - schema: *ref_950 + schema: *ref_943 rawValue: null - language: *ref_2572 + language: *ref_2565 secondaryAccessKey: - schema: *ref_951 + schema: *ref_944 rawValue: null - language: *ref_2573 - language: *ref_2574 + language: *ref_2566 + language: *ref_2567 userStorageKey: - schema: *ref_943 + schema: *ref_936 rawValue: null - language: *ref_2575 + language: *ref_2568 userStorageResourceId: - schema: *ref_944 + schema: *ref_937 rawValue: /subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ragargeastus2euap/providers/Microsoft.Storage/storageAccounts/testdemoworkazashomr - language: *ref_2576 - language: *ref_2577 - operation: *ref_2564 - operationGroup: *ref_2460 + language: *ref_2569 + language: *ref_2570 + operation: *ref_2557 + operationGroup: *ref_2453 - operationId: Workspaces_ResyncKeys examples: - name: Resync Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2578 - parameter: *ref_1369 + language: *ref_2571 + parameter: *ref_1362 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2579 - parameter: *ref_1370 - operation: *ref_2580 - operationGroup: *ref_2460 + language: *ref_2572 + parameter: *ref_1363 + operation: *ref_2573 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/resyncKeys.json responses: '200': {} '202': {} - operation: *ref_2580 - operationGroup: *ref_2460 + operation: *ref_2573 + operationGroup: *ref_2453 - operationId: Workspaces_ListBySubscription examples: - name: Get Workspaces by subscription clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: [] - operation: *ref_2581 - operationGroup: *ref_2460 + operation: *ref_2574 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listBySubscription.json responses: '200': body: - schema: *ref_1341 + schema: *ref_1334 parentsValue: {} properties: nextLink: - schema: *ref_926 + schema: *ref_920 rawValue: nextLink - language: *ref_2531 + language: *ref_2524 value: - schema: *ref_1211 + schema: *ref_1204 elements: - - schema: *ref_89 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2472 + language: *ref_2465 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2473 + language: *ref_2466 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2475 + language: *ref_2468 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2476 + language: *ref_2469 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2477 + language: *ref_2470 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2486 + language: *ref_2479 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2489 + language: *ref_2482 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2509 - language: *ref_2510 - - schema: *ref_89 + language: *ref_2502 + language: *ref_2503 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-5678/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2472 + language: *ref_2465 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2473 + language: *ref_2466 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2475 + language: *ref_2468 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistryNew - language: *ref_2476 + language: *ref_2469 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2477 + language: *ref_2470 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2486 + language: *ref_2479 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkvNew - language: *ref_2489 + language: *ref_2482 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccountOld - language: *ref_2509 - language: *ref_2510 - language: *ref_2532 - language: *ref_2582 - operation: *ref_2581 - operationGroup: *ref_2460 + language: *ref_2502 + language: *ref_2503 + language: *ref_2525 + language: *ref_2575 + operation: *ref_2574 + operationGroup: *ref_2453 - operationId: Workspaces_ListNotebookAccessToken examples: - name: List Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2583 - parameter: *ref_1383 + language: *ref_2576 + parameter: *ref_1376 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2584 - parameter: *ref_1384 - operation: *ref_2585 - operationGroup: *ref_2460 + language: *ref_2577 + parameter: *ref_1377 + operation: *ref_2578 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listNotebookAccessToken.json responses: '200': body: - schema: *ref_1385 + schema: *ref_1378 parentsValue: {} properties: expiresIn: - schema: *ref_1022 + schema: *ref_1015 rawValue: 28800 - language: *ref_2586 + language: *ref_2579 hostName: - schema: *ref_1018 + schema: *ref_1011 rawValue: Host product name - language: *ref_2587 + language: *ref_2580 notebookResourceId: - schema: *ref_1017 + schema: *ref_1010 rawValue: '94350843095843059' - language: *ref_2588 + language: *ref_2581 publicDns: - schema: *ref_1019 + schema: *ref_1012 rawValue: resource.notebooks.azure.net - language: *ref_2589 + language: *ref_2582 scope: - schema: *ref_1024 + schema: *ref_1017 rawValue: aznb_identity - language: *ref_2590 + language: *ref_2583 tokenType: - schema: *ref_1021 + schema: *ref_1014 rawValue: Bearer - language: *ref_2591 - language: *ref_2592 - operation: *ref_2585 - operationGroup: *ref_2460 + language: *ref_2584 + language: *ref_2585 + operation: *ref_2578 + operationGroup: *ref_2453 - operationId: Workspaces_PrepareNotebook examples: - name: Prepare Notebook clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2593 - parameter: *ref_1391 + language: *ref_2586 + parameter: *ref_1384 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2594 - parameter: *ref_1392 - operation: *ref_2595 - operationGroup: *ref_2460 + language: *ref_2587 + parameter: *ref_1385 + operation: *ref_2588 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Notebook/prepare.json responses: '200': body: - schema: *ref_914 + schema: *ref_908 parentsValue: {} properties: fqdn: - schema: *ref_892 + schema: *ref_886 rawValue: testnotebook.notebooks.azure.com - language: *ref_2596 + language: *ref_2589 notebookPreparationError: - schema: *ref_915 + schema: *ref_909 parentsValue: {} properties: errorMessage: - schema: *ref_894 + schema: *ref_888 rawValue: general error - language: *ref_2597 + language: *ref_2590 statusCode: - schema: *ref_895 + schema: *ref_889 rawValue: 500 - language: *ref_2598 - language: *ref_2599 + language: *ref_2591 + language: *ref_2592 resourceId: - schema: *ref_893 + schema: *ref_887 rawValue: aabbccddee112233445566778899 - language: *ref_2600 - language: *ref_2601 + language: *ref_2593 + language: *ref_2594 '202': {} - operation: *ref_2595 - operationGroup: *ref_2460 + operation: *ref_2588 + operationGroup: *ref_2453 - operationId: Workspaces_ListStorageAccountKeys examples: - name: List Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2602 - parameter: *ref_1400 + language: *ref_2595 + parameter: *ref_1393 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2603 - parameter: *ref_1401 - operation: *ref_2604 - operationGroup: *ref_2460 + language: *ref_2596 + parameter: *ref_1394 + operation: *ref_2597 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listStorageAccountKeys.json responses: '200': body: - schema: *ref_1402 + schema: *ref_1395 parentsValue: {} properties: userStorageKey: - schema: *ref_1038 + schema: *ref_1031 rawValue: null - language: *ref_2605 - language: *ref_2606 - operation: *ref_2604 - operationGroup: *ref_2460 + language: *ref_2598 + language: *ref_2599 + operation: *ref_2597 + operationGroup: *ref_2453 - operationId: Workspaces_ListNotebookKeys examples: - name: List Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2607 - parameter: *ref_1408 + language: *ref_2600 + parameter: *ref_1401 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2608 - parameter: *ref_1409 - operation: *ref_2609 - operationGroup: *ref_2460 + language: *ref_2601 + parameter: *ref_1402 + operation: *ref_2602 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Notebook/listKeys.json responses: '200': body: - schema: *ref_954 + schema: *ref_947 parentsValue: {} properties: primaryAccessKey: - schema: *ref_950 + schema: *ref_943 rawValue: null - language: *ref_2572 + language: *ref_2565 secondaryAccessKey: - schema: *ref_951 + schema: *ref_944 rawValue: null - language: *ref_2573 - language: *ref_2610 - operation: *ref_2609 - operationGroup: *ref_2460 + language: *ref_2566 + language: *ref_2603 + operation: *ref_2602 + operationGroup: *ref_2453 - operationId: Workspaces_ListOutboundNetworkDependenciesEndpoints examples: - name: ListOutboundNetworkDependenciesEndpoints clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2611 - parameter: *ref_1415 + language: *ref_2604 + parameter: *ref_1408 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2612 - parameter: *ref_1416 - operation: *ref_2613 - operationGroup: *ref_2460 + language: *ref_2605 + parameter: *ref_1409 + operation: *ref_2606 + operationGroup: *ref_2453 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ExternalFQDN/get.json responses: '200': body: - schema: *ref_1417 + schema: *ref_1410 parentsValue: {} properties: value: - schema: *ref_1239 + schema: *ref_1232 elements: - - schema: *ref_1044 + - schema: *ref_1037 parentsValue: {} properties: properties: - schema: *ref_1045 + schema: *ref_1038 parentsValue: {} properties: category: - schema: *ref_1041 + schema: *ref_1034 rawValue: Azure Active Directory - language: *ref_2614 + language: *ref_2607 endpoints: - schema: *ref_1238 + schema: *ref_1231 elements: - - schema: *ref_1046 + - schema: *ref_1039 parentsValue: {} properties: domainName: - schema: *ref_1042 + schema: *ref_1035 rawValue: login.microsoftonline.com - language: *ref_2615 + language: *ref_2608 endpointDetails: - schema: *ref_1237 + schema: *ref_1230 elements: - - schema: *ref_1047 + - schema: *ref_1040 parentsValue: {} properties: port: - schema: *ref_1043 + schema: *ref_1036 rawValue: 443 - language: *ref_2616 - language: *ref_2617 - language: *ref_2618 - language: *ref_2619 - - schema: *ref_1044 + language: *ref_2609 + language: *ref_2610 + language: *ref_2611 + language: *ref_2612 + - schema: *ref_1037 parentsValue: {} properties: properties: - schema: *ref_1045 + schema: *ref_1038 parentsValue: {} properties: category: - schema: *ref_1041 + schema: *ref_1034 rawValue: Azure portal - language: *ref_2614 + language: *ref_2607 endpoints: - schema: *ref_1238 + schema: *ref_1231 elements: - - schema: *ref_1046 + - schema: *ref_1039 parentsValue: {} properties: domainName: - schema: *ref_1042 + schema: *ref_1035 rawValue: management.azure.com - language: *ref_2615 + language: *ref_2608 endpointDetails: - schema: *ref_1237 + schema: *ref_1230 elements: - - schema: *ref_1047 + - schema: *ref_1040 parentsValue: {} properties: port: - schema: *ref_1043 + schema: *ref_1036 rawValue: 443 - language: *ref_2616 - language: *ref_2617 - language: *ref_2618 - language: *ref_2619 - language: *ref_2620 - language: *ref_2621 - operation: *ref_2613 - operationGroup: *ref_2460 + language: *ref_2609 + language: *ref_2610 + language: *ref_2611 + language: *ref_2612 + language: *ref_2613 + language: *ref_2614 + operation: *ref_2606 + operationGroup: *ref_2453 - operationId: Usages_List examples: - name: List Usages clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1416 rawValue: eastus - language: *ref_2622 - parameter: *ref_1424 - operation: *ref_2623 - operationGroup: *ref_2624 + language: *ref_2615 + parameter: *ref_1417 + operation: *ref_2616 + operationGroup: *ref_2617 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Usage/list.json responses: '200': body: - schema: *ref_1425 + schema: *ref_1418 parentsValue: {} properties: value: - schema: *ref_1222 + schema: *ref_1215 elements: - - schema: *ref_964 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Clusters - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Clusters - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/totalCores/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 7 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 100 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Total Cluster Dedicated Regional vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Total Cluster Dedicated Regional vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/dedicatedCores/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 14 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 48 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 2 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 2 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 2 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_dsv2/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster2_dsv2/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 12 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_nc/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluser1_nc/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 0 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 0 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 0 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 0 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Total Cluster LowPriority Regional vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Total Cluster LowPriority Regional vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/lowPriorityCores/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 18 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 50 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard D Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard D Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_D_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_DSv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard Dv2 Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard Dv2 Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_Dv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard FSv2 Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard FSv2 Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_FSv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 18 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 12 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluster2_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluster3_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NCv2 Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NCv2 Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NCv3 Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NCv3 Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv3_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard ND Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard ND Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_ND_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NDv2 Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NDv2 Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NDv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - - schema: *ref_964 + language: *ref_2625 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NV Family Cluster LowPriority vCPUs - language: *ref_2625 + language: *ref_2618 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NV Family Cluster LowPriority vCPUs - language: *ref_2626 - language: *ref_2627 + language: *ref_2619 + language: *ref_2620 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2628 + language: *ref_2621 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2629 + language: *ref_2622 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NV_Family_Cluster_LowPriority_vCPUs - language: *ref_2630 + language: *ref_2623 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2631 + language: *ref_2624 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2632 - language: *ref_2633 - language: *ref_2634 - operation: *ref_2623 - operationGroup: *ref_2624 + language: *ref_2625 + language: *ref_2626 + language: *ref_2627 + operation: *ref_2616 + operationGroup: *ref_2617 - operationId: VirtualMachineSizes_List examples: - name: List VM Sizes clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1416 rawValue: eastus - language: *ref_2635 - parameter: *ref_1431 - operation: *ref_2636 - operationGroup: *ref_2637 + language: *ref_2628 + parameter: *ref_1424 + operation: *ref_2629 + operationGroup: *ref_2630 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/VirtualMachineSize/list.json responses: '200': body: - schema: *ref_1432 + schema: *ref_1425 parentsValue: {} properties: value: - schema: *ref_1225 + schema: *ref_1218 elements: - - schema: *ref_981 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS1_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.13 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.01 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.07 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.05 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 7168 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 3.5 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 1 - language: *ref_2654 - - schema: *ref_981 + language: *ref_2647 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS2_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.03 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.15 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.1 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.25 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 14336 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 7 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_973 rawValue: MIR - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 2 - language: *ref_2654 - - schema: *ref_981 + language: *ref_2647 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS3_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.2 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.06 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.5 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.29 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 28672 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 14 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_973 rawValue: MIR - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 4 - language: *ref_2654 - - schema: *ref_981 + language: *ref_2647 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS4_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.12 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.4 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 1.01 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.58 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 57344 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 28 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_973 rawValue: MIR - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 8 - language: *ref_2654 - - schema: *ref_981 + language: *ref_2647 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS5_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 1.17 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.81 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 2.02 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.23 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 114688 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 56 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_973 rawValue: MIR - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 16 - language: *ref_2654 - - schema: *ref_981 + language: *ref_2647 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS11_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.26 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.18 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.11 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.04 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 28672 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 14 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 2 - language: *ref_2654 - - schema: *ref_981 + language: *ref_2647 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS12_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.37 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.53 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.21 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.07 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 57344 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 28 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 4 - language: *ref_2654 - - schema: *ref_981 + language: *ref_2647 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS13_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.15 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.42 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.74 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 1.06 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 114688 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 56 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 8 - language: *ref_2654 - - schema: *ref_981 + language: *ref_2647 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS14_v2 - language: *ref_2638 + language: *ref_2631 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2639 + language: *ref_2632 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2640 + language: *ref_2633 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.3 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 1.48 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.84 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2643 - - schema: *ref_983 + language: *ref_2636 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2641 + language: *ref_2634 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 2.11 - language: *ref_2642 + language: *ref_2635 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2643 - language: *ref_2644 - language: *ref_2645 + language: *ref_2636 + language: *ref_2637 + language: *ref_2638 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2646 + language: *ref_2639 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2647 + language: *ref_2640 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2648 + language: *ref_2641 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 229376 - language: *ref_2649 + language: *ref_2642 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 112 - language: *ref_2650 + language: *ref_2643 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2651 + language: *ref_2644 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2652 + language: *ref_2645 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2653 + language: *ref_2646 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 16 - language: *ref_2654 - language: *ref_2655 - language: *ref_2656 - operation: *ref_2636 - operationGroup: *ref_2637 + language: *ref_2647 + language: *ref_2648 + language: *ref_2649 + operation: *ref_2629 + operationGroup: *ref_2630 - operationId: Quotas_Update examples: - name: update quotas clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1416 rawValue: eastus - language: *ref_2657 - parameter: *ref_1441 + language: *ref_2650 + parameter: *ref_1434 - exampleValue: - schema: *ref_1438 + schema: *ref_1431 parentsValue: {} properties: value: - schema: *ref_1226 + schema: *ref_1219 elements: - - schema: *ref_989 + - schema: *ref_982 parentsValue: {} properties: type: - schema: *ref_985 + schema: *ref_978 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2658 + language: *ref_2651 id: - schema: *ref_984 + schema: *ref_977 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2659 + language: *ref_2652 limit: - schema: *ref_986 + schema: *ref_979 rawValue: 100 - language: *ref_2660 + language: *ref_2653 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2661 - - schema: *ref_989 + language: *ref_2654 + - schema: *ref_982 parentsValue: {} properties: type: - schema: *ref_985 + schema: *ref_978 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2658 + language: *ref_2651 id: - schema: *ref_984 + schema: *ref_977 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2659 + language: *ref_2652 limit: - schema: *ref_986 + schema: *ref_979 rawValue: 200 - language: *ref_2660 + language: *ref_2653 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2661 - language: *ref_2662 - language: *ref_2663 - parameter: *ref_1439 - operation: *ref_2664 - operationGroup: *ref_2665 + language: *ref_2654 + language: *ref_2655 + language: *ref_2656 + parameter: *ref_1432 + operation: *ref_2657 + operationGroup: *ref_2658 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Quota/update.json responses: '200': body: - schema: *ref_1442 + schema: *ref_1435 parentsValue: {} properties: value: - schema: *ref_1227 + schema: *ref_1220 elements: - - schema: *ref_995 + - schema: *ref_988 parentsValue: {} properties: type: - schema: *ref_991 + schema: *ref_984 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2666 + language: *ref_2659 id: - schema: *ref_990 + schema: *ref_983 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2667 + language: *ref_2660 limit: - schema: *ref_992 + schema: *ref_985 rawValue: 100 - language: *ref_2668 + language: *ref_2661 status: - schema: *ref_993 + schema: *ref_986 rawValue: Success - language: *ref_2669 + language: *ref_2662 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2670 - - schema: *ref_995 + language: *ref_2663 + - schema: *ref_988 parentsValue: {} properties: type: - schema: *ref_991 + schema: *ref_984 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2666 + language: *ref_2659 id: - schema: *ref_990 + schema: *ref_983 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2667 + language: *ref_2660 limit: - schema: *ref_992 + schema: *ref_985 rawValue: 200 - language: *ref_2668 + language: *ref_2661 status: - schema: *ref_993 + schema: *ref_986 rawValue: Success - language: *ref_2669 + language: *ref_2662 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2670 - language: *ref_2671 - language: *ref_2672 - operation: *ref_2664 - operationGroup: *ref_2665 + language: *ref_2663 + language: *ref_2664 + language: *ref_2665 + operation: *ref_2657 + operationGroup: *ref_2658 - operationId: Quotas_List examples: - name: List workspace quotas by VMFamily clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1416 rawValue: eastus - language: *ref_2673 - parameter: *ref_1448 - operation: *ref_2674 - operationGroup: *ref_2665 + language: *ref_2666 + parameter: *ref_1441 + operation: *ref_2667 + operationGroup: *ref_2658 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Quota/list.json responses: '200': body: - schema: *ref_1449 + schema: *ref_1442 parentsValue: {} properties: value: - schema: *ref_1228 + schema: *ref_1221 elements: - - schema: *ref_1003 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 48 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quota - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - - schema: *ref_1003 + language: *ref_2674 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2675 + language: *ref_2668 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2676 - language: *ref_2677 + language: *ref_2669 + language: *ref_2670 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2678 + language: *ref_2671 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2679 + language: *ref_2672 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2680 + language: *ref_2673 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2681 - language: *ref_2682 - language: *ref_2683 - operation: *ref_2674 - operationGroup: *ref_2665 + language: *ref_2674 + language: *ref_2675 + language: *ref_2676 + operation: *ref_2667 + operationGroup: *ref_2658 - operationId: Compute_List examples: - name: Get Computes clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: '2021-04-01' - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2684 - parameter: *ref_1458 + language: *ref_2677 + parameter: *ref_1451 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2685 - parameter: *ref_1459 - operation: *ref_2686 - operationGroup: *ref_2687 + language: *ref_2678 + parameter: *ref_1452 + operation: *ref_2679 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/list.json responses: '200': body: - schema: *ref_1460 + schema: *ref_1453 parentsValue: {} properties: nextLink: - schema: *ref_1005 + schema: *ref_998 rawValue: nextLink - language: *ref_2688 + language: *ref_2681 value: - schema: *ref_1230 + schema: *ref_1223 elements: - - schema: *ref_90 + - schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 + language: *ref_2683 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2691 + language: *ref_2684 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2692 + language: *ref_2685 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2693 + language: *ref_2686 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - - schema: *ref_90 + language: *ref_2691 + - schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 + language: *ref_2683 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2691 + language: *ref_2684 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2692 + language: *ref_2685 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2693 + language: *ref_2686 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute1234-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute1234 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute1234 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2699 - language: *ref_2700 - operation: *ref_2686 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2692 + language: *ref_2693 + operation: *ref_2679 + operationGroup: *ref_2680 - operationId: Compute_Get examples: - name: Get a AKS Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2701 - parameter: *ref_1465 + language: *ref_2694 + parameter: *ref_1458 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2702 - parameter: *ref_1466 + language: *ref_2695 + parameter: *ref_1459 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2703 - parameter: *ref_1467 - operation: *ref_2704 - operationGroup: *ref_2687 + language: *ref_2696 + parameter: *ref_1460 + operation: *ref_2697 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/AKSCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 + language: *ref_2683 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2691 + language: *ref_2684 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2692 + language: *ref_2685 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2693 + language: *ref_2686 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2705 + language: *ref_2691 + language: *ref_2698 - name: Get a AML Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2701 - parameter: *ref_1465 + language: *ref_2694 + parameter: *ref_1458 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2702 - parameter: *ref_1466 + language: *ref_2695 + parameter: *ref_1459 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2703 - parameter: *ref_1467 - operation: *ref_2704 - operationGroup: *ref_2687 + language: *ref_2696 + parameter: *ref_1460 + operation: *ref_2697 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/AmlCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_119 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1156 parentsValue: {} properties: allocationState: - schema: *ref_108 + schema: *ref_106 rawValue: Resizing - language: *ref_2706 + language: *ref_2699 allocationStateTransitionTime: - schema: *ref_109 + schema: *ref_107 rawValue: '2017-09-27T22:28:08.998Z' - language: *ref_2707 + language: *ref_2700 currentNodeCount: - schema: *ref_111 + schema: *ref_109 rawValue: 0 - language: *ref_2708 + language: *ref_2701 enableNodePublicIp: - schema: *ref_119 + schema: *ref_117 rawValue: true - language: *ref_2709 + language: *ref_2702 errors: - schema: *ref_1260 + schema: *ref_1253 rawValue: null - language: *ref_2710 + language: *ref_2703 isolatedNetwork: - schema: *ref_99 + schema: *ref_97 rawValue: false - language: *ref_2711 + language: *ref_2704 nodeStateCounts: - schema: *ref_1166 + schema: *ref_1159 parentsValue: {} properties: idleNodeCount: - schema: *ref_113 + schema: *ref_111 rawValue: 0 - language: *ref_2712 + language: *ref_2705 leavingNodeCount: - schema: *ref_117 + schema: *ref_115 rawValue: 0 - language: *ref_2713 + language: *ref_2706 preemptedNodeCount: - schema: *ref_118 + schema: *ref_116 rawValue: 0 - language: *ref_2714 + language: *ref_2707 preparingNodeCount: - schema: *ref_115 + schema: *ref_113 rawValue: 0 - language: *ref_2715 + language: *ref_2708 runningNodeCount: - schema: *ref_114 + schema: *ref_112 rawValue: 0 - language: *ref_2716 + language: *ref_2709 unusableNodeCount: - schema: *ref_116 + schema: *ref_114 rawValue: 0 - language: *ref_2717 - language: *ref_2718 + language: *ref_2710 + language: *ref_2711 osType: - schema: *ref_95 + schema: *ref_93 rawValue: Windows - language: *ref_2719 + language: *ref_2712 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_105 rawValue: Enabled - language: *ref_2720 + language: *ref_2713 scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 1 - language: *ref_2721 + language: *ref_2714 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 0 - language: *ref_2722 + language: *ref_2715 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2723 - language: *ref_2724 + language: *ref_2716 + language: *ref_2717 subnet: - schema: *ref_124 + schema: *ref_122 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_104 rawValue: test-subnet-resource-id - language: *ref_2725 - language: *ref_2726 + language: *ref_2718 + language: *ref_2719 targetNodeCount: - schema: *ref_112 + schema: *ref_110 rawValue: 1 - language: *ref_2727 + language: *ref_2720 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1157 rawValue: null - language: *ref_2728 + language: *ref_2721 vmPriority: - schema: *ref_97 + schema: *ref_95 rawValue: Dedicated - language: *ref_2729 + language: *ref_2722 vmSize: - schema: *ref_96 + schema: *ref_94 rawValue: STANDARD_NC6 - language: *ref_2730 - language: *ref_2731 - language: *ref_2732 + language: *ref_2723 + language: *ref_2724 + language: *ref_2725 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2690 + language: *ref_2683 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2691 + language: *ref_2684 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2692 + language: *ref_2685 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2698 - language: *ref_2705 + language: *ref_2691 + language: *ref_2698 - name: Get a Kubernetes Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2701 - parameter: *ref_1465 + language: *ref_2694 + parameter: *ref_1458 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2702 - parameter: *ref_1466 + language: *ref_2695 + parameter: *ref_1459 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2703 - parameter: *ref_1467 - operation: *ref_2704 - operationGroup: *ref_2687 + language: *ref_2696 + parameter: *ref_1460 + operation: *ref_2697 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/KubernetesCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_205 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: Kubernetes - language: *ref_2690 + language: *ref_2683 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2691 + language: *ref_2684 isAttachedCompute: - schema: *ref_250 + schema: *ref_245 rawValue: true - language: *ref_2733 + language: *ref_2726 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2692 + language: *ref_2685 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2693 + language: *ref_2686 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 KubernetesSchema: - schema: *ref_217 + schema: *ref_214 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1153 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_212 rawValue: defaultInstanceType - language: *ref_2734 + language: *ref_2727 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_209 rawValue: stable - language: *ref_2735 + language: *ref_2728 extensionPrincipalId: - schema: *ref_211 + schema: *ref_208 rawValue: null - language: *ref_2736 + language: *ref_2729 instanceTypes: - schema: *ref_216 + schema: *ref_213 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1154 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2737 + language: *ref_2730 resources: - schema: *ref_1162 + schema: *ref_1155 parentsValue: {} properties: limits: @@ -76939,7 +76748,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2738 + language: *ref_2731 requests: schema: *ref_23 properties: @@ -76952,350 +76761,350 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2739 - language: *ref_2740 - language: *ref_2741 + language: *ref_2732 + language: *ref_2733 + language: *ref_2734 namespace: - schema: *ref_214 + schema: *ref_211 rawValue: default - language: *ref_2742 + language: *ref_2735 relayConnectionString: - schema: *ref_209 + schema: *ref_206 rawValue: null - language: *ref_2743 + language: *ref_2736 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_207 rawValue: null - language: *ref_2744 + language: *ref_2737 vcName: - schema: *ref_213 + schema: *ref_210 rawValue: null - language: *ref_2745 - language: *ref_2746 - language: *ref_2747 + language: *ref_2738 + language: *ref_2739 + language: *ref_2740 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2705 + language: *ref_2691 + language: *ref_2698 - name: Get an ComputeInstance clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2701 - parameter: *ref_1465 + language: *ref_2694 + parameter: *ref_1458 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2702 - parameter: *ref_1466 + language: *ref_2695 + parameter: *ref_1459 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2703 - parameter: *ref_1467 - operation: *ref_2704 - operationGroup: *ref_2687 + language: *ref_2696 + parameter: *ref_1460 + operation: *ref_2697 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/ComputeInstance.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2690 + language: *ref_2683 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2691 + language: *ref_2684 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2692 + language: *ref_2685 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_189 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1160 parentsValue: {} properties: applicationSharingPolicy: - schema: *ref_125 + schema: *ref_123 rawValue: Shared - language: *ref_2748 + language: *ref_2741 applications: - schema: *ref_1261 + schema: *ref_1254 elements: - - schema: *ref_1170 + - schema: *ref_1163 parentsValue: {} properties: displayName: - schema: *ref_132 + schema: *ref_130 rawValue: Jupyter - language: *ref_2749 + language: *ref_2742 endpointUri: - schema: *ref_133 + schema: *ref_131 rawValue: https://compute123.eastus2.azureml.net/jupyter - language: *ref_2750 - language: *ref_2751 + language: *ref_2743 + language: *ref_2744 computeInstanceAuthorizationType: - schema: *ref_138 + schema: *ref_136 rawValue: personal - language: *ref_2752 + language: *ref_2745 connectivityEndpoints: - schema: *ref_1169 + schema: *ref_1162 parentsValue: {} properties: privateIpAddress: - schema: *ref_131 + schema: *ref_129 rawValue: 10.0.0.1 - language: *ref_2753 + language: *ref_2746 publicIpAddress: - schema: *ref_130 + schema: *ref_128 rawValue: 10.0.0.1 - language: *ref_2754 - language: *ref_2755 + language: *ref_2747 + language: *ref_2748 createdBy: - schema: *ref_1171 + schema: *ref_1164 parentsValue: {} properties: userId: - schema: *ref_136 + schema: *ref_134 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2756 + language: *ref_2749 userName: - schema: *ref_134 + schema: *ref_132 rawValue: foobar@microsoft.com - language: *ref_2757 + language: *ref_2750 userOrgId: - schema: *ref_135 + schema: *ref_133 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2758 - language: *ref_2759 + language: *ref_2751 + language: *ref_2752 errors: - schema: *ref_1262 + schema: *ref_1255 rawValue: null - language: *ref_2760 + language: *ref_2753 personalComputeInstanceSettings: - schema: *ref_1172 + schema: *ref_1165 parentsValue: {} properties: assignedUser: - schema: *ref_1173 + schema: *ref_1166 parentsValue: {} properties: objectId: - schema: *ref_139 + schema: *ref_137 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2761 + language: *ref_2754 tenantId: - schema: *ref_140 + schema: *ref_138 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2762 - language: *ref_2763 - language: *ref_2764 + language: *ref_2755 + language: *ref_2756 + language: *ref_2757 sshSettings: - schema: *ref_1168 + schema: *ref_1161 parentsValue: {} properties: adminUserName: - schema: *ref_127 + schema: *ref_125 rawValue: azureuser - language: *ref_2765 + language: *ref_2758 sshPort: - schema: *ref_128 + schema: *ref_126 rawValue: 22 - language: *ref_2766 + language: *ref_2759 sshPublicAccess: - schema: *ref_126 + schema: *ref_124 rawValue: Enabled - language: *ref_2767 - language: *ref_2768 + language: *ref_2760 + language: *ref_2761 state: - schema: *ref_137 + schema: *ref_135 rawValue: Running - language: *ref_2769 + language: *ref_2762 subnet: - schema: *ref_124 + schema: *ref_122 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_104 rawValue: test-subnet-resource-id - language: *ref_2725 - language: *ref_2770 + language: *ref_2718 + language: *ref_2763 vmSize: - schema: *ref_123 + schema: *ref_121 rawValue: STANDARD_NC6 - language: *ref_2771 - language: *ref_2772 - language: *ref_2773 + language: *ref_2764 + language: *ref_2765 + language: *ref_2766 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2698 - language: *ref_2705 - operation: *ref_2704 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2698 + operation: *ref_2697 + operationGroup: *ref_2680 - operationId: Compute_CreateOrUpdate examples: - name: Attach a Kubernetes Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2774 - parameter: *ref_1475 + language: *ref_2767 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2775 - parameter: *ref_1476 + language: *ref_2768 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2776 - parameter: *ref_1477 + language: *ref_2769 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_205 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: Kubernetes - language: *ref_2690 + language: *ref_2683 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 KubernetesSchema: - schema: *ref_217 + schema: *ref_214 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1153 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_212 rawValue: defaultInstanceType - language: *ref_2734 + language: *ref_2727 instanceTypes: - schema: *ref_216 + schema: *ref_213 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1154 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2737 + language: *ref_2730 resources: - schema: *ref_1162 + schema: *ref_1155 parentsValue: {} properties: limits: @@ -77310,7 +77119,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2738 + language: *ref_2731 requests: schema: *ref_23 properties: @@ -77323,94 +77132,94 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2739 - language: *ref_2740 - language: *ref_2741 + language: *ref_2732 + language: *ref_2733 + language: *ref_2734 namespace: - schema: *ref_214 + schema: *ref_211 rawValue: default - language: *ref_2742 - language: *ref_2746 - language: *ref_2747 + language: *ref_2735 + language: *ref_2739 + language: *ref_2740 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2777 - parameter: *ref_1473 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2770 + parameter: *ref_1466 + operation: *ref_2771 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/KubernetesCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_205 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: Kubernetes - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 + language: *ref_2686 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 KubernetesSchema: - schema: *ref_217 + schema: *ref_214 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1153 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_212 rawValue: defaultInstanceType - language: *ref_2734 + language: *ref_2727 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_209 rawValue: stable - language: *ref_2735 + language: *ref_2728 extensionPrincipalId: - schema: *ref_211 + schema: *ref_208 rawValue: null - language: *ref_2736 + language: *ref_2729 instanceTypes: - schema: *ref_216 + schema: *ref_213 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1154 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2737 + language: *ref_2730 resources: - schema: *ref_1162 + schema: *ref_1155 parentsValue: {} properties: limits: @@ -77425,7 +77234,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2738 + language: *ref_2731 requests: schema: *ref_23 properties: @@ -77438,118 +77247,118 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2739 - language: *ref_2740 - language: *ref_2741 + language: *ref_2732 + language: *ref_2733 + language: *ref_2734 namespace: - schema: *ref_214 + schema: *ref_211 rawValue: default - language: *ref_2742 + language: *ref_2735 relayConnectionString: - schema: *ref_209 + schema: *ref_206 rawValue: null - language: *ref_2743 + language: *ref_2736 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_207 rawValue: null - language: *ref_2744 + language: *ref_2737 vcName: - schema: *ref_213 + schema: *ref_210 rawValue: null - language: *ref_2745 - language: *ref_2746 - language: *ref_2747 + language: *ref_2738 + language: *ref_2739 + language: *ref_2740 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2779 + language: *ref_2691 + language: *ref_2772 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_205 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: Kubernetes - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 + language: *ref_2686 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 KubernetesSchema: - schema: *ref_217 + schema: *ref_214 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1153 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_212 rawValue: defaultInstanceType - language: *ref_2734 + language: *ref_2727 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_209 rawValue: stable - language: *ref_2735 + language: *ref_2728 extensionPrincipalId: - schema: *ref_211 + schema: *ref_208 rawValue: null - language: *ref_2736 + language: *ref_2729 instanceTypes: - schema: *ref_216 + schema: *ref_213 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1154 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2737 + language: *ref_2730 resources: - schema: *ref_1162 + schema: *ref_1155 parentsValue: {} properties: limits: @@ -77564,7 +77373,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2738 + language: *ref_2731 requests: schema: *ref_23 properties: @@ -77577,6047 +77386,6047 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2739 - language: *ref_2740 - language: *ref_2741 + language: *ref_2732 + language: *ref_2733 + language: *ref_2734 namespace: - schema: *ref_214 + schema: *ref_211 rawValue: default - language: *ref_2742 + language: *ref_2735 relayConnectionString: - schema: *ref_209 + schema: *ref_206 rawValue: null - language: *ref_2743 + language: *ref_2736 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_207 rawValue: null - language: *ref_2744 + language: *ref_2737 vcName: - schema: *ref_213 + schema: *ref_210 rawValue: null - language: *ref_2745 - language: *ref_2746 - language: *ref_2747 + language: *ref_2738 + language: *ref_2739 + language: *ref_2740 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2780 - headers: *ref_2781 + language: *ref_2691 + language: *ref_2773 + headers: *ref_2774 - name: Create a AML Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2774 - parameter: *ref_1475 + language: *ref_2767 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2775 - parameter: *ref_1476 + language: *ref_2768 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2776 - parameter: *ref_1477 + language: *ref_2769 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_119 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1156 parentsValue: {} properties: enableNodePublicIp: - schema: *ref_119 + schema: *ref_117 rawValue: true - language: *ref_2709 + language: *ref_2702 isolatedNetwork: - schema: *ref_99 + schema: *ref_97 rawValue: false - language: *ref_2711 + language: *ref_2704 osType: - schema: *ref_95 + schema: *ref_93 rawValue: Windows - language: *ref_2719 + language: *ref_2712 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_105 rawValue: NotSpecified - language: *ref_2720 + language: *ref_2713 scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 1 - language: *ref_2721 + language: *ref_2714 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 0 - language: *ref_2722 + language: *ref_2715 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2723 - language: *ref_2724 + language: *ref_2716 + language: *ref_2717 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1157 parentsValue: {} properties: id: - schema: *ref_98 + schema: *ref_96 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myImageGallery/images/myImageDefinition/versions/0.0.1 - language: *ref_2782 - language: *ref_2728 + language: *ref_2775 + language: *ref_2721 vmPriority: - schema: *ref_97 + schema: *ref_95 rawValue: Dedicated - language: *ref_2729 + language: *ref_2722 vmSize: - schema: *ref_96 + schema: *ref_94 rawValue: STANDARD_NC6 - language: *ref_2730 - language: *ref_2731 - language: *ref_2732 + language: *ref_2723 + language: *ref_2724 + language: *ref_2725 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2690 - language: *ref_2695 + language: *ref_2683 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2777 - parameter: *ref_1473 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2770 + parameter: *ref_1466 + operation: *ref_2771 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicAmlCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2779 + language: *ref_2691 + language: *ref_2772 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2780 - headers: *ref_2783 + language: *ref_2691 + language: *ref_2773 + headers: *ref_2776 - name: Create a DataFactory Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2774 - parameter: *ref_1475 + language: *ref_2767 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2775 - parameter: *ref_1476 + language: *ref_2768 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2776 - parameter: *ref_1477 + language: *ref_2769 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_235 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: DataFactory - language: *ref_2690 - language: *ref_2695 + language: *ref_2683 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2777 - parameter: *ref_1473 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2770 + parameter: *ref_1466 + operation: *ref_2771 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicDataFactoryCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_235 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: DataFactory - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2779 + language: *ref_2691 + language: *ref_2772 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_235 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: DataFactory - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2780 - headers: *ref_2784 + language: *ref_2691 + language: *ref_2773 + headers: *ref_2777 - name: Create an AKS Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2774 - parameter: *ref_1475 + language: *ref_2767 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2775 - parameter: *ref_1476 + language: *ref_2768 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2776 - parameter: *ref_1477 + language: *ref_2769 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 - language: *ref_2695 + language: *ref_2683 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2777 - parameter: *ref_1473 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2770 + parameter: *ref_1466 + operation: *ref_2771 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicAKSCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2779 + language: *ref_2691 + language: *ref_2772 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2780 - headers: *ref_2785 + language: *ref_2691 + language: *ref_2773 + headers: *ref_2778 - name: Create an ComputeInstance Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2774 - parameter: *ref_1475 + language: *ref_2767 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2775 - parameter: *ref_1476 + language: *ref_2768 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2776 - parameter: *ref_1477 + language: *ref_2769 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2690 - language: *ref_2695 + language: *ref_2683 + language: *ref_2688 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_189 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1160 parentsValue: {} properties: applicationSharingPolicy: - schema: *ref_125 + schema: *ref_123 rawValue: Personal - language: *ref_2748 + language: *ref_2741 computeInstanceAuthorizationType: - schema: *ref_138 + schema: *ref_136 rawValue: personal - language: *ref_2752 + language: *ref_2745 personalComputeInstanceSettings: - schema: *ref_1172 + schema: *ref_1165 parentsValue: {} properties: assignedUser: - schema: *ref_1173 + schema: *ref_1166 parentsValue: {} properties: objectId: - schema: *ref_139 + schema: *ref_137 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2761 + language: *ref_2754 tenantId: - schema: *ref_140 + schema: *ref_138 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2762 - language: *ref_2763 - language: *ref_2764 + language: *ref_2755 + language: *ref_2756 + language: *ref_2757 sshSettings: - schema: *ref_1168 + schema: *ref_1161 parentsValue: {} properties: sshPublicAccess: - schema: *ref_126 + schema: *ref_124 rawValue: Disabled - language: *ref_2767 - language: *ref_2768 + language: *ref_2760 + language: *ref_2761 subnet: - schema: *ref_124 + schema: *ref_122 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_104 rawValue: test-subnet-resource-id - language: *ref_2725 - language: *ref_2770 + language: *ref_2718 + language: *ref_2763 vmSize: - schema: *ref_123 + schema: *ref_121 rawValue: STANDARD_NC6 - language: *ref_2771 - language: *ref_2772 - language: *ref_2773 + language: *ref_2764 + language: *ref_2765 + language: *ref_2766 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2777 - parameter: *ref_1473 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2770 + parameter: *ref_1466 + operation: *ref_2771 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/ComputeInstance.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2779 + language: *ref_2691 + language: *ref_2772 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2780 - headers: *ref_2786 + language: *ref_2691 + language: *ref_2773 + headers: *ref_2779 - name: Create an ComputeInstance Compute with minimal inputs clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2774 - parameter: *ref_1475 + language: *ref_2767 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2775 - parameter: *ref_1476 + language: *ref_2768 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2776 - parameter: *ref_1477 + language: *ref_2769 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2690 - language: *ref_2695 + language: *ref_2683 + language: *ref_2688 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_189 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1160 parentsValue: {} properties: vmSize: - schema: *ref_123 + schema: *ref_121 rawValue: STANDARD_NC6 - language: *ref_2771 - language: *ref_2772 - language: *ref_2773 + language: *ref_2764 + language: *ref_2765 + language: *ref_2766 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2777 - parameter: *ref_1473 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2770 + parameter: *ref_1466 + operation: *ref_2771 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/ComputeInstanceMinimal.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2779 + language: *ref_2691 + language: *ref_2772 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2780 - headers: *ref_2787 + language: *ref_2691 + language: *ref_2773 + headers: *ref_2780 - name: Update a AML Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2774 - parameter: *ref_1475 + language: *ref_2767 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2775 - parameter: *ref_1476 + language: *ref_2768 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2776 - parameter: *ref_1477 + language: *ref_2769 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_119 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1156 parentsValue: {} properties: scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 4 - language: *ref_2721 + language: *ref_2714 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 4 - language: *ref_2722 + language: *ref_2715 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2723 - language: *ref_2724 - language: *ref_2731 - language: *ref_2732 + language: *ref_2716 + language: *ref_2717 + language: *ref_2724 + language: *ref_2725 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2690 - language: *ref_2695 + language: *ref_2683 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2777 - parameter: *ref_1473 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2770 + parameter: *ref_1466 + operation: *ref_2771 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/AmlCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_119 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1156 parentsValue: {} properties: allocationState: - schema: *ref_108 + schema: *ref_106 rawValue: Resizing - language: *ref_2706 + language: *ref_2699 allocationStateTransitionTime: - schema: *ref_109 + schema: *ref_107 rawValue: '2017-09-27T22:28:08.998Z' - language: *ref_2707 + language: *ref_2700 currentNodeCount: - schema: *ref_111 + schema: *ref_109 rawValue: 0 - language: *ref_2708 + language: *ref_2701 enableNodePublicIp: - schema: *ref_119 + schema: *ref_117 rawValue: true - language: *ref_2709 + language: *ref_2702 errors: - schema: *ref_1260 + schema: *ref_1253 rawValue: null - language: *ref_2710 + language: *ref_2703 isolatedNetwork: - schema: *ref_99 + schema: *ref_97 rawValue: false - language: *ref_2711 + language: *ref_2704 nodeStateCounts: - schema: *ref_1166 + schema: *ref_1159 parentsValue: {} properties: idleNodeCount: - schema: *ref_113 + schema: *ref_111 rawValue: 0 - language: *ref_2712 + language: *ref_2705 leavingNodeCount: - schema: *ref_117 + schema: *ref_115 rawValue: 0 - language: *ref_2713 + language: *ref_2706 preemptedNodeCount: - schema: *ref_118 + schema: *ref_116 rawValue: 0 - language: *ref_2714 + language: *ref_2707 preparingNodeCount: - schema: *ref_115 + schema: *ref_113 rawValue: 0 - language: *ref_2715 + language: *ref_2708 runningNodeCount: - schema: *ref_114 + schema: *ref_112 rawValue: 0 - language: *ref_2716 + language: *ref_2709 unusableNodeCount: - schema: *ref_116 + schema: *ref_114 rawValue: 0 - language: *ref_2717 - language: *ref_2718 + language: *ref_2710 + language: *ref_2711 osType: - schema: *ref_95 + schema: *ref_93 rawValue: Windows - language: *ref_2719 + language: *ref_2712 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_105 rawValue: Enabled - language: *ref_2720 + language: *ref_2713 scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 1 - language: *ref_2721 + language: *ref_2714 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 0 - language: *ref_2722 + language: *ref_2715 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2723 - language: *ref_2724 + language: *ref_2716 + language: *ref_2717 subnet: - schema: *ref_124 + schema: *ref_122 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_104 rawValue: test-subnet-resource-id - language: *ref_2725 - language: *ref_2726 + language: *ref_2718 + language: *ref_2719 targetNodeCount: - schema: *ref_112 + schema: *ref_110 rawValue: 1 - language: *ref_2727 + language: *ref_2720 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1157 rawValue: null - language: *ref_2728 + language: *ref_2721 vmPriority: - schema: *ref_97 + schema: *ref_95 rawValue: Dedicated - language: *ref_2729 + language: *ref_2722 vmSize: - schema: *ref_96 + schema: *ref_94 rawValue: STANDARD_NC6 - language: *ref_2730 - language: *ref_2731 - language: *ref_2732 + language: *ref_2723 + language: *ref_2724 + language: *ref_2725 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2690 + language: *ref_2683 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2691 + language: *ref_2684 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2692 + language: *ref_2685 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2698 - language: *ref_2779 + language: *ref_2691 + language: *ref_2772 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Updating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2698 - language: *ref_2780 - headers: *ref_2788 + language: *ref_2691 + language: *ref_2773 + headers: *ref_2781 - name: Update an AKS Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2774 - parameter: *ref_1475 + language: *ref_2767 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2775 - parameter: *ref_1476 + language: *ref_2768 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2776 - parameter: *ref_1477 + language: *ref_2769 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: AKSSchema: - schema: *ref_272 + schema: *ref_266 parentsValue: {} properties: properties: - schema: *ref_1156 + schema: *ref_1149 parentsValue: {} properties: agentCount: - schema: *ref_256 + schema: *ref_251 rawValue: 4 - language: *ref_2789 - language: *ref_2790 - language: *ref_2791 + language: *ref_2782 + language: *ref_2783 + language: *ref_2784 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 + language: *ref_2683 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2777 - parameter: *ref_1473 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2770 + parameter: *ref_1466 + operation: *ref_2771 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/AKSCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: AKSSchema: - schema: *ref_272 + schema: *ref_266 parentsValue: {} properties: properties: - schema: *ref_1156 + schema: *ref_1149 parentsValue: {} properties: agentCount: - schema: *ref_256 + schema: *ref_251 rawValue: 4 - language: *ref_2789 - language: *ref_2790 - language: *ref_2791 + language: *ref_2782 + language: *ref_2783 + language: *ref_2784 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2693 + language: *ref_2686 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2779 + language: *ref_2691 + language: *ref_2772 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Updating - language: *ref_2693 + language: *ref_2686 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2694 - language: *ref_2695 + language: *ref_2687 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2698 - language: *ref_2780 - headers: *ref_2792 - operation: *ref_2778 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2773 + headers: *ref_2785 + operation: *ref_2771 + operationGroup: *ref_2680 - operationId: Compute_Update examples: - name: Update a AmlCompute Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2793 - parameter: *ref_1488 + language: *ref_2786 + parameter: *ref_1481 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2794 - parameter: *ref_1489 + language: *ref_2787 + parameter: *ref_1482 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2795 - parameter: *ref_1490 + language: *ref_2788 + parameter: *ref_1483 - exampleValue: - schema: *ref_1485 + schema: *ref_1478 parentsValue: {} properties: properties: - schema: *ref_1007 + schema: *ref_1000 parentsValue: {} properties: properties: - schema: *ref_1008 + schema: *ref_1001 parentsValue: {} properties: scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 4 - language: *ref_2721 + language: *ref_2714 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 4 - language: *ref_2722 + language: *ref_2715 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2723 - language: *ref_2796 - language: *ref_2797 - language: *ref_2798 - language: *ref_2799 - parameter: *ref_1486 - operation: *ref_2800 - operationGroup: *ref_2687 + language: *ref_2716 + language: *ref_2789 + language: *ref_2790 + language: *ref_2791 + language: *ref_2792 + parameter: *ref_1479 + operation: *ref_2793 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/patch.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2689 + language: *ref_2682 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2690 + language: *ref_2683 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Updating - language: *ref_2693 - language: *ref_2695 + language: *ref_2686 + language: *ref_2688 properties: {} - language: *ref_2696 - language: *ref_2697 + language: *ref_2689 + language: *ref_2690 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2698 - language: *ref_2801 - headers: *ref_2802 - operation: *ref_2800 - operationGroup: *ref_2687 + language: *ref_2691 + language: *ref_2794 + headers: *ref_2795 + operation: *ref_2793 + operationGroup: *ref_2680 - operationId: Compute_Delete examples: - name: Delete Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2803 - parameter: *ref_1499 + language: *ref_2796 + parameter: *ref_1492 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2804 - parameter: *ref_1500 + language: *ref_2797 + parameter: *ref_1493 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2805 - parameter: *ref_1501 + language: *ref_2798 + parameter: *ref_1494 - exampleValue: - schema: *ref_1498 + schema: *ref_1491 rawValue: Delete - language: *ref_2806 - parameter: *ref_1502 - operation: *ref_2807 - operationGroup: *ref_2687 + language: *ref_2799 + parameter: *ref_1495 + operation: *ref_2800 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/delete.json responses: '200': {} '202': - headers: *ref_2808 + headers: *ref_2801 '204': {} - operation: *ref_2807 - operationGroup: *ref_2687 + operation: *ref_2800 + operationGroup: *ref_2680 - operationId: Compute_ListNodes examples: - name: Get compute nodes information for a compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2809 - parameter: *ref_1510 + language: *ref_2802 + parameter: *ref_1503 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2810 - parameter: *ref_1511 + language: *ref_2803 + parameter: *ref_1504 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2811 - parameter: *ref_1512 - operation: *ref_2812 - operationGroup: *ref_2687 + language: *ref_2804 + parameter: *ref_1505 + operation: *ref_2805 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/listNodes.json responses: '200': body: - schema: *ref_1513 + schema: *ref_1506 parentsValue: {} properties: nextLink: - schema: *ref_1015 + schema: *ref_1008 rawValue: nextLink - language: *ref_2813 + language: *ref_2806 nodes: - schema: *ref_1231 + schema: *ref_1224 elements: - - schema: *ref_1016 + - schema: *ref_1009 parentsValue: {} properties: nodeId: - schema: *ref_1009 + schema: *ref_1002 rawValue: tvm-3601533753_1-20170719t162906z - language: *ref_2814 + language: *ref_2807 nodeState: - schema: *ref_1013 + schema: *ref_1006 rawValue: running - language: *ref_2815 + language: *ref_2808 port: - schema: *ref_1012 + schema: *ref_1005 rawValue: 50000 - language: *ref_2816 + language: *ref_2809 privateIpAddress: - schema: *ref_1010 + schema: *ref_1003 rawValue: 13.84.190.124 - language: *ref_2817 + language: *ref_2810 publicIpAddress: - schema: *ref_1011 + schema: *ref_1004 rawValue: 13.84.190.134 - language: *ref_2818 + language: *ref_2811 runId: - schema: *ref_1014 + schema: *ref_1007 rawValue: 2f378a44-38f2-443a-9f0d-9909d0b47890 - language: *ref_2819 - - schema: *ref_1016 + language: *ref_2812 + - schema: *ref_1009 parentsValue: {} properties: nodeId: - schema: *ref_1009 + schema: *ref_1002 rawValue: tvm-3601533753_2-20170719t162906z - language: *ref_2814 + language: *ref_2807 nodeState: - schema: *ref_1013 + schema: *ref_1006 rawValue: idle - language: *ref_2815 + language: *ref_2808 port: - schema: *ref_1012 + schema: *ref_1005 rawValue: 50001 - language: *ref_2816 + language: *ref_2809 privateIpAddress: - schema: *ref_1010 + schema: *ref_1003 rawValue: 13.84.190.124 - language: *ref_2817 + language: *ref_2810 publicIpAddress: - schema: *ref_1011 + schema: *ref_1004 rawValue: 13.84.190.134 - language: *ref_2818 - language: *ref_2820 - language: *ref_2821 - operation: *ref_2812 - operationGroup: *ref_2687 + language: *ref_2811 + language: *ref_2813 + language: *ref_2814 + operation: *ref_2805 + operationGroup: *ref_2680 - operationId: Compute_ListKeys examples: - name: List AKS Compute Keys clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2822 - parameter: *ref_1519 + language: *ref_2815 + parameter: *ref_1512 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2823 - parameter: *ref_1520 + language: *ref_2816 + parameter: *ref_1513 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2824 - parameter: *ref_1521 - operation: *ref_2825 - operationGroup: *ref_2687 + language: *ref_2817 + parameter: *ref_1514 + operation: *ref_2818 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/listKeys.json responses: '200': body: - schema: *ref_1026 + schema: *ref_1019 parentsValue: AksComputeSecretsProperties: - schema: *ref_1030 + schema: *ref_1023 parentsValue: {} properties: adminKubeConfig: - schema: *ref_1028 + schema: *ref_1021 rawValue: admin kube config... - language: *ref_2826 + language: *ref_2819 imagePullSecretName: - schema: *ref_1029 + schema: *ref_1022 rawValue: the image pull secret name - language: *ref_2827 + language: *ref_2820 userKubeConfig: - schema: *ref_1027 + schema: *ref_1020 rawValue: user kube config... - language: *ref_2828 - language: *ref_2829 + language: *ref_2821 + language: *ref_2822 ComputeSecrets: - schema: *ref_1025 + schema: *ref_1018 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2830 - language: *ref_2831 + language: *ref_2823 + language: *ref_2824 properties: {} - language: *ref_2832 - operation: *ref_2825 - operationGroup: *ref_2687 + language: *ref_2825 + operation: *ref_2818 + operationGroup: *ref_2680 - operationId: Compute_Start examples: - name: Start ComputeInstance Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2833 - parameter: *ref_1530 + language: *ref_2826 + parameter: *ref_1523 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2834 - parameter: *ref_1531 + language: *ref_2827 + parameter: *ref_1524 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2835 - parameter: *ref_1532 - operation: *ref_2836 - operationGroup: *ref_2687 + language: *ref_2828 + parameter: *ref_1525 + operation: *ref_2829 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/start.json responses: '202': {} - operation: *ref_2836 - operationGroup: *ref_2687 + operation: *ref_2829 + operationGroup: *ref_2680 - operationId: Compute_Stop examples: - name: Stop ComputeInstance Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2837 - parameter: *ref_1538 + language: *ref_2830 + parameter: *ref_1531 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2838 - parameter: *ref_1539 + language: *ref_2831 + parameter: *ref_1532 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2839 - parameter: *ref_1540 - operation: *ref_2840 - operationGroup: *ref_2687 + language: *ref_2832 + parameter: *ref_1533 + operation: *ref_2833 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/stop.json responses: '202': {} - operation: *ref_2840 - operationGroup: *ref_2687 + operation: *ref_2833 + operationGroup: *ref_2680 - operationId: Compute_Restart examples: - name: Restart ComputeInstance Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2841 - parameter: *ref_1546 + language: *ref_2834 + parameter: *ref_1539 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2842 - parameter: *ref_1547 + language: *ref_2835 + parameter: *ref_1540 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2843 - parameter: *ref_1548 - operation: *ref_2844 - operationGroup: *ref_2687 + language: *ref_2836 + parameter: *ref_1541 + operation: *ref_2837 + operationGroup: *ref_2680 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/restart.json responses: '202': {} - operation: *ref_2844 - operationGroup: *ref_2687 + operation: *ref_2837 + operationGroup: *ref_2680 - operationId: PrivateEndpointConnections_List examples: - name: StorageAccountListPrivateEndpointConnections clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2845 - parameter: *ref_1554 + language: *ref_2838 + parameter: *ref_1547 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2846 - parameter: *ref_1555 - operation: *ref_2847 - operationGroup: *ref_2848 + language: *ref_2839 + parameter: *ref_1548 + operation: *ref_2840 + operationGroup: *ref_2841 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/list.json responses: '200': body: - schema: *ref_1556 + schema: *ref_1549 parentsValue: {} properties: value: - schema: *ref_1232 + schema: *ref_1225 elements: - - schema: *ref_846 + - schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: '{privateEndpointConnectionName}' - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2490 - language: *ref_2491 + language: *ref_2483 + language: *ref_2484 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2492 + language: *ref_2485 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2493 + language: *ref_2486 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2494 - language: *ref_2495 + language: *ref_2487 + language: *ref_2488 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2496 - language: *ref_2497 - - schema: *ref_846 + language: *ref_2489 + language: *ref_2490 + - schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: '{privateEndpointConnectionName}' - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2490 - language: *ref_2491 + language: *ref_2483 + language: *ref_2484 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2492 + language: *ref_2485 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2493 + language: *ref_2486 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2494 - language: *ref_2495 + language: *ref_2487 + language: *ref_2488 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2496 - language: *ref_2497 - language: *ref_2849 - language: *ref_2850 - operation: *ref_2847 - operationGroup: *ref_2848 + language: *ref_2489 + language: *ref_2490 + language: *ref_2842 + language: *ref_2843 + operation: *ref_2840 + operationGroup: *ref_2841 - operationId: PrivateEndpointConnections_Get examples: - name: WorkspaceGetPrivateEndpointConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2851 - parameter: *ref_1562 + language: *ref_2844 + parameter: *ref_1555 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2852 - parameter: *ref_1563 + language: *ref_2845 + parameter: *ref_1556 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_2853 - parameter: *ref_1564 - operation: *ref_2854 - operationGroup: *ref_2848 + language: *ref_2846 + parameter: *ref_1557 + operation: *ref_2847 + operationGroup: *ref_2841 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/get.json responses: '200': body: - schema: *ref_846 + schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: '{privateEndpointConnectionName}' - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2490 - language: *ref_2491 + language: *ref_2483 + language: *ref_2484 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2492 + language: *ref_2485 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2493 + language: *ref_2486 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2494 - language: *ref_2495 + language: *ref_2487 + language: *ref_2488 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2496 - language: *ref_2497 - language: *ref_2855 - operation: *ref_2854 - operationGroup: *ref_2848 + language: *ref_2489 + language: *ref_2490 + language: *ref_2848 + operation: *ref_2847 + operationGroup: *ref_2841 - operationId: PrivateEndpointConnections_CreateOrUpdate examples: - name: WorkspacePutPrivateEndpointConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2856 - parameter: *ref_1572 + language: *ref_2849 + parameter: *ref_1565 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2857 - parameter: *ref_1573 + language: *ref_2850 + parameter: *ref_1566 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_2858 - parameter: *ref_1574 + language: *ref_2851 + parameter: *ref_1567 - exampleValue: - schema: *ref_846 + schema: *ref_840 parentsValue: {} properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2492 + language: *ref_2485 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2494 - language: *ref_2495 - language: *ref_2497 - language: *ref_2859 - parameter: *ref_1570 - operation: *ref_2860 - operationGroup: *ref_2848 + language: *ref_2487 + language: *ref_2488 + language: *ref_2490 + language: *ref_2852 + parameter: *ref_1563 + operation: *ref_2853 + operationGroup: *ref_2841 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/createOrUpdate.json responses: '200': body: - schema: *ref_846 + schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: '{privateEndpointConnectionName}' - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2490 - language: *ref_2491 + language: *ref_2483 + language: *ref_2484 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2492 + language: *ref_2485 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2493 + language: *ref_2486 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2494 - language: *ref_2495 + language: *ref_2487 + language: *ref_2488 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2496 - language: *ref_2497 - language: *ref_2861 - operation: *ref_2860 - operationGroup: *ref_2848 + language: *ref_2489 + language: *ref_2490 + language: *ref_2854 + operation: *ref_2853 + operationGroup: *ref_2841 - operationId: PrivateEndpointConnections_Delete examples: - name: WorkspaceDeletePrivateEndpointConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2862 - parameter: *ref_1580 + language: *ref_2855 + parameter: *ref_1573 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2863 - parameter: *ref_1581 + language: *ref_2856 + parameter: *ref_1574 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_2864 - parameter: *ref_1582 - operation: *ref_2865 - operationGroup: *ref_2848 + language: *ref_2857 + parameter: *ref_1575 + operation: *ref_2858 + operationGroup: *ref_2841 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/delete.json responses: '200': {} '204': {} - operation: *ref_2865 - operationGroup: *ref_2848 + operation: *ref_2858 + operationGroup: *ref_2841 - operationId: PrivateLinkResources_List examples: - name: WorkspaceListPrivateLinkResources clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2866 - parameter: *ref_1586 + language: *ref_2859 + parameter: *ref_1579 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2867 - parameter: *ref_1587 - operation: *ref_2868 - operationGroup: *ref_2869 + language: *ref_2860 + parameter: *ref_1580 + operation: *ref_2861 + operationGroup: *ref_2862 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateLinkResource/list.json responses: '200': body: - schema: *ref_1588 + schema: *ref_1581 parentsValue: {} properties: value: - schema: *ref_1235 + schema: *ref_1228 elements: - - schema: *ref_847 + - schema: *ref_841 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: amlworkspace - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateLinkResources - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateLinkResources/amlworkspace - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_1037 + schema: *ref_1030 parentsValue: {} properties: groupId: - schema: *ref_280 + schema: *ref_274 rawValue: amlworkspace - language: *ref_2870 + language: *ref_2863 requiredMembers: - schema: *ref_1233 + schema: *ref_1226 elements: - - schema: *ref_281 + - schema: *ref_275 rawValue: default - language: *ref_2871 - language: *ref_2872 - language: *ref_2873 - language: *ref_2874 - operation: *ref_2868 - operationGroup: *ref_2869 + language: *ref_2864 + language: *ref_2865 + language: *ref_2866 + language: *ref_2867 + operation: *ref_2861 + operationGroup: *ref_2862 - operationId: WorkspaceConnections_List examples: - name: ListWorkspaceConnections clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1 - language: *ref_2875 - parameter: *ref_1599 + language: *ref_2868 + parameter: *ref_1592 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_2876 - parameter: *ref_1600 + language: *ref_2869 + parameter: *ref_1593 - exampleValue: schema: *ref_4 rawValue: www.facebook.com - language: *ref_2877 - parameter: *ref_1595 + language: *ref_2870 + parameter: *ref_1588 - exampleValue: schema: *ref_4 rawValue: ACR - language: *ref_2878 - parameter: *ref_1598 - operation: *ref_2879 - operationGroup: *ref_2880 + language: *ref_2871 + parameter: *ref_1591 + operation: *ref_2872 + operationGroup: *ref_2873 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/list.json responses: '200': body: - schema: *ref_1601 + schema: *ref_1594 parentsValue: {} properties: value: - schema: *ref_1236 + schema: *ref_1229 elements: - - schema: *ref_848 + - schema: *ref_842 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: connection-1 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedWorkspaces/connection-1 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2881 + language: *ref_2874 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2882 + language: *ref_2875 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2883 + language: *ref_2876 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2884 - language: *ref_2885 - - schema: *ref_848 + language: *ref_2877 + language: *ref_2878 + - schema: *ref_842 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: connection-2 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedWorkspaces/connection-2 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2881 + language: *ref_2874 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2882 + language: *ref_2875 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2883 + language: *ref_2876 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2884 - language: *ref_2885 - language: *ref_2886 - language: *ref_2887 - operation: *ref_2879 - operationGroup: *ref_2880 + language: *ref_2877 + language: *ref_2878 + language: *ref_2879 + language: *ref_2880 + operation: *ref_2872 + operationGroup: *ref_2873 - operationId: WorkspaceConnections_Create examples: - name: CreateWorkspaceConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1 - language: *ref_2888 - parameter: *ref_1607 + language: *ref_2881 + parameter: *ref_1600 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_2889 - parameter: *ref_1608 + language: *ref_2882 + parameter: *ref_1601 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_2890 - parameter: *ref_1609 + language: *ref_2883 + parameter: *ref_1602 - exampleValue: - schema: *ref_848 + schema: *ref_842 parentsValue: {} properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2881 + language: *ref_2874 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2882 + language: *ref_2875 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2883 + language: *ref_2876 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2884 - language: *ref_2885 - language: *ref_2891 - parameter: *ref_1605 - operation: *ref_2892 - operationGroup: *ref_2880 + language: *ref_2877 + language: *ref_2878 + language: *ref_2884 + parameter: *ref_1598 + operation: *ref_2885 + operationGroup: *ref_2873 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/create.json responses: '200': body: - schema: *ref_848 + schema: *ref_842 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: connection-1 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/connections/connection-1 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2881 + language: *ref_2874 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2882 + language: *ref_2875 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2883 + language: *ref_2876 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2884 - language: *ref_2885 - language: *ref_2893 - operation: *ref_2892 - operationGroup: *ref_2880 + language: *ref_2877 + language: *ref_2878 + language: *ref_2886 + operation: *ref_2885 + operationGroup: *ref_2873 - operationId: WorkspaceConnections_Get examples: - name: GetWorkspaceConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1 - language: *ref_2894 - parameter: *ref_1615 + language: *ref_2887 + parameter: *ref_1608 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_2895 - parameter: *ref_1616 + language: *ref_2888 + parameter: *ref_1609 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_2896 - parameter: *ref_1617 - operation: *ref_2897 - operationGroup: *ref_2880 + language: *ref_2889 + parameter: *ref_1610 + operation: *ref_2890 + operationGroup: *ref_2873 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/get.json responses: '200': body: - schema: *ref_848 + schema: *ref_842 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: connection-1 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/connections/connection-1 - language: *ref_2463 - language: *ref_2464 + language: *ref_2456 + language: *ref_2457 properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2881 + language: *ref_2874 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2882 + language: *ref_2875 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2883 + language: *ref_2876 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2884 - language: *ref_2885 - language: *ref_2898 - operation: *ref_2897 - operationGroup: *ref_2880 + language: *ref_2877 + language: *ref_2878 + language: *ref_2891 + operation: *ref_2890 + operationGroup: *ref_2873 - operationId: WorkspaceConnections_Delete examples: - name: DeleteWorkspaceConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1 - language: *ref_2899 - parameter: *ref_1623 + language: *ref_2892 + parameter: *ref_1616 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_2900 - parameter: *ref_1624 + language: *ref_2893 + parameter: *ref_1617 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_2901 - parameter: *ref_1625 - operation: *ref_2902 - operationGroup: *ref_2880 + language: *ref_2894 + parameter: *ref_1618 + operation: *ref_2895 + operationGroup: *ref_2873 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/delete.json responses: '200': {} '204': {} - operation: *ref_2902 - operationGroup: *ref_2880 + operation: *ref_2895 + operationGroup: *ref_2873 - operationId: BatchEndpoints_List examples: - name: List Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2903 - parameter: *ref_1634 + language: *ref_2896 + parameter: *ref_1627 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2904 - parameter: *ref_1635 + language: *ref_2897 + parameter: *ref_1628 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_2905 - parameter: *ref_1630 - operation: *ref_2906 - operationGroup: *ref_2907 + language: *ref_2898 + parameter: *ref_1623 + operation: *ref_2899 + operationGroup: *ref_2900 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/list.json responses: '200': body: - schema: *ref_1636 + schema: *ref_1629 parentsValue: {} properties: nextLink: - schema: *ref_1048 + schema: *ref_1041 rawValue: string - language: *ref_2908 + language: *ref_2901 value: - schema: *ref_1240 + schema: *ref_1233 elements: - - schema: *ref_386 + - schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2919 + language: *ref_2462 + language: *ref_2463 + language: *ref_2912 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2920 + language: *ref_2913 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2927 - language: *ref_2928 - language: *ref_2929 + language: *ref_2920 + language: *ref_2921 + language: *ref_2922 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_2935 - language: *ref_2936 - language: *ref_2937 - headers: *ref_2938 - operation: *ref_2906 - operationGroup: *ref_2907 + language: *ref_2927 + language: *ref_2928 + language: *ref_2929 + language: *ref_2930 + headers: *ref_2931 + operation: *ref_2899 + operationGroup: *ref_2900 - operationId: BatchEndpoints_Delete examples: - name: Delete Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1234 - language: *ref_2939 - parameter: *ref_1640 + language: *ref_2932 + parameter: *ref_1633 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2940 - parameter: *ref_1641 + language: *ref_2933 + parameter: *ref_1634 - exampleValue: schema: *ref_4 rawValue: testBatchEndpoint - language: *ref_2941 - parameter: *ref_1642 - operation: *ref_2942 - operationGroup: *ref_2907 + language: *ref_2934 + parameter: *ref_1635 + operation: *ref_2935 + operationGroup: *ref_2900 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_2942 - operationGroup: *ref_2907 + operation: *ref_2935 + operationGroup: *ref_2900 - operationId: BatchEndpoints_Get examples: - name: Get Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2943 - parameter: *ref_1650 + language: *ref_2936 + parameter: *ref_1643 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2944 - parameter: *ref_1651 + language: *ref_2937 + parameter: *ref_1644 - exampleValue: schema: *ref_6 rawValue: testEndpointName - language: *ref_2945 - parameter: *ref_1652 - operation: *ref_2946 - operationGroup: *ref_2907 + language: *ref_2938 + parameter: *ref_1645 + operation: *ref_2939 + operationGroup: *ref_2900 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/get.json responses: '200': body: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2919 + language: *ref_2462 + language: *ref_2463 + language: *ref_2912 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2920 + language: *ref_2913 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2927 - language: *ref_2928 - language: *ref_2929 + language: *ref_2920 + language: *ref_2921 + language: *ref_2922 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_2935 - language: *ref_2947 - headers: *ref_2948 - operation: *ref_2946 - operationGroup: *ref_2907 + language: *ref_2927 + language: *ref_2928 + language: *ref_2940 + headers: *ref_2941 + operation: *ref_2939 + operationGroup: *ref_2900 - operationId: BatchEndpoints_Update examples: - name: Update Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2949 - parameter: *ref_1662 + language: *ref_2942 + parameter: *ref_1655 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2950 - parameter: *ref_1663 + language: *ref_2943 + parameter: *ref_1656 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_2951 - parameter: *ref_1664 + language: *ref_2944 + parameter: *ref_1657 - exampleValue: - schema: *ref_1659 + schema: *ref_1652 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2952 + language: *ref_2945 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_2953 - language: *ref_2954 - language: *ref_2955 + rawValue: *ref_2946 + language: *ref_2947 + language: *ref_2948 kind: - schema: *ref_1052 + schema: *ref_1045 rawValue: string - language: *ref_2956 + language: *ref_2949 location: - schema: *ref_1053 + schema: *ref_1046 rawValue: string - language: *ref_2957 + language: *ref_2950 properties: - schema: *ref_1060 + schema: *ref_1053 parentsValue: {} properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2927 - language: *ref_2958 - language: *ref_2959 + language: *ref_2920 + language: *ref_2951 + language: *ref_2952 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2960 + language: *ref_2953 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2961 + language: *ref_2954 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2962 + language: *ref_2955 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2963 + language: *ref_2956 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2964 - language: *ref_2965 + language: *ref_2957 + language: *ref_2958 tags: - schema: *ref_1058 + schema: *ref_1051 properties: {} - language: *ref_2966 - language: *ref_2967 - parameter: *ref_1660 - operation: *ref_2968 - operationGroup: *ref_2907 + language: *ref_2959 + language: *ref_2960 + parameter: *ref_1653 + operation: *ref_2961 + operationGroup: *ref_2900 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/update.json responses: '200': body: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2919 + language: *ref_2462 + language: *ref_2463 + language: *ref_2912 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2920 + language: *ref_2913 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2927 - language: *ref_2928 + language: *ref_2920 + language: *ref_2921 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Creating - language: *ref_2969 - language: *ref_2929 + language: *ref_2962 + language: *ref_2922 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_2935 - language: *ref_2970 - headers: *ref_2971 + language: *ref_2927 + language: *ref_2928 + language: *ref_2963 + headers: *ref_2964 '202': {} - operation: *ref_2968 - operationGroup: *ref_2907 + operation: *ref_2961 + operationGroup: *ref_2900 - operationId: BatchEndpoints_CreateOrUpdate examples: - name: CreateOrUpdate Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2972 - parameter: *ref_1676 + language: *ref_2965 + parameter: *ref_1669 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2973 - parameter: *ref_1677 + language: *ref_2966 + parameter: *ref_1670 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_2974 - parameter: *ref_1678 + language: *ref_2967 + parameter: *ref_1671 - exampleValue: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2470 - language: *ref_2919 + language: *ref_2463 + language: *ref_2912 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2920 + language: *ref_2913 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 - language: *ref_2926 + language: *ref_2916 + language: *ref_2919 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2927 - language: *ref_2928 - language: *ref_2929 + language: *ref_2920 + language: *ref_2921 + language: *ref_2922 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_2935 - language: *ref_2975 - parameter: *ref_1674 - operation: *ref_2976 - operationGroup: *ref_2907 + language: *ref_2927 + language: *ref_2928 + language: *ref_2968 + parameter: *ref_1667 + operation: *ref_2969 + operationGroup: *ref_2900 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/createOrUpdate.json responses: '200': body: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2919 + language: *ref_2462 + language: *ref_2463 + language: *ref_2912 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2920 + language: *ref_2913 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2927 - language: *ref_2928 - language: *ref_2929 + language: *ref_2920 + language: *ref_2921 + language: *ref_2922 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_2935 - language: *ref_2977 - headers: *ref_2978 + language: *ref_2927 + language: *ref_2928 + language: *ref_2970 + headers: *ref_2971 '201': body: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2919 - kind: - schema: *ref_291 + language: *ref_2462 + language: *ref_2463 + language: *ref_2912 + kind: + schema: *ref_285 rawValue: string - language: *ref_2920 + language: *ref_2913 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2927 - language: *ref_2928 - language: *ref_2929 + language: *ref_2920 + language: *ref_2921 + language: *ref_2922 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_2935 - language: *ref_2979 - headers: *ref_2980 - operation: *ref_2976 - operationGroup: *ref_2907 + language: *ref_2927 + language: *ref_2928 + language: *ref_2972 + headers: *ref_2973 + operation: *ref_2969 + operationGroup: *ref_2900 - operationId: BatchEndpoints_ListKeys examples: - name: ListKeys Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2981 - parameter: *ref_1688 + language: *ref_2974 + parameter: *ref_1681 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2982 - parameter: *ref_1689 + language: *ref_2975 + parameter: *ref_1682 - exampleValue: schema: *ref_9 rawValue: testEndpointName - language: *ref_2983 - parameter: *ref_1690 - operation: *ref_2984 - operationGroup: *ref_2907 + language: *ref_2976 + parameter: *ref_1683 + operation: *ref_2977 + operationGroup: *ref_2900 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/listKeys.json responses: '200': body: - schema: *ref_1050 + schema: *ref_1043 parentsValue: {} properties: primaryKey: - schema: *ref_302 + schema: *ref_296 rawValue: string - language: *ref_2985 + language: *ref_2978 secondaryKey: - schema: *ref_303 + schema: *ref_297 rawValue: string - language: *ref_2986 - language: *ref_2987 - headers: *ref_2988 - operation: *ref_2984 - operationGroup: *ref_2907 + language: *ref_2979 + language: *ref_2980 + headers: *ref_2981 + operation: *ref_2977 + operationGroup: *ref_2900 - operationId: BatchDeployments_List examples: - name: List Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2989 - parameter: *ref_1702 + language: *ref_2982 + parameter: *ref_1695 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2990 - parameter: *ref_1703 + language: *ref_2983 + parameter: *ref_1696 - exampleValue: schema: *ref_7 rawValue: testEndpointName - language: *ref_2991 - parameter: *ref_1704 + language: *ref_2984 + parameter: *ref_1697 - exampleValue: schema: *ref_7 rawValue: string - language: *ref_2992 - parameter: *ref_1697 + language: *ref_2985 + parameter: *ref_1690 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_2993 - parameter: *ref_1700 - operation: *ref_2994 - operationGroup: *ref_2995 + language: *ref_2986 + parameter: *ref_1693 + operation: *ref_2987 + operationGroup: *ref_2988 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/list.json responses: '200': body: - schema: *ref_1705 + schema: *ref_1698 parentsValue: {} properties: nextLink: - schema: *ref_1062 + schema: *ref_1055 rawValue: string - language: *ref_2996 + language: *ref_2989 value: - schema: *ref_1241 + schema: *ref_1234 elements: - - schema: *ref_387 + - schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2997 + language: *ref_2462 + language: *ref_2463 + language: *ref_2990 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_2998 + language: *ref_2991 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3007 + language: *ref_3000 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3008 + language: *ref_3001 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3009 + language: *ref_3002 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3010 + language: *ref_3003 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3011 + language: *ref_3004 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3012 - language: *ref_3013 + language: *ref_3005 + language: *ref_3006 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3014 - language: *ref_3015 + language: *ref_3007 + language: *ref_3008 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3016 + language: *ref_3009 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3017 + language: *ref_3010 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3018 + language: *ref_3011 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3021 - language: *ref_3022 - language: *ref_3023 + rawValue: *ref_3014 + language: *ref_3015 + language: *ref_3016 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3024 + language: *ref_3017 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3025 - language: *ref_3026 - language: *ref_3027 + language: *ref_3018 + language: *ref_3019 + language: *ref_3020 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3028 - language: *ref_3029 - language: *ref_3030 - headers: *ref_3031 - operation: *ref_2994 - operationGroup: *ref_2995 + language: *ref_2927 + language: *ref_3021 + language: *ref_3022 + language: *ref_3023 + headers: *ref_3024 + operation: *ref_2987 + operationGroup: *ref_2988 - operationId: BatchDeployments_Delete examples: - name: Delete Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3032 - parameter: *ref_1709 + language: *ref_3025 + parameter: *ref_1702 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3033 - parameter: *ref_1710 + language: *ref_3026 + parameter: *ref_1703 - exampleValue: schema: *ref_7 rawValue: testEndpointName - language: *ref_3034 - parameter: *ref_1711 + language: *ref_3027 + parameter: *ref_1704 - exampleValue: schema: *ref_7 rawValue: testDeploymentName - language: *ref_3035 - parameter: *ref_1712 - operation: *ref_3036 - operationGroup: *ref_2995 + language: *ref_3028 + parameter: *ref_1705 + operation: *ref_3029 + operationGroup: *ref_2988 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_3036 - operationGroup: *ref_2995 + operation: *ref_3029 + operationGroup: *ref_2988 - operationId: BatchDeployments_Get examples: - name: Get Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3037 - parameter: *ref_1720 + language: *ref_3030 + parameter: *ref_1713 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3038 - parameter: *ref_1721 + language: *ref_3031 + parameter: *ref_1714 - exampleValue: schema: *ref_8 rawValue: testEndpointName - language: *ref_3039 - parameter: *ref_1722 + language: *ref_3032 + parameter: *ref_1715 - exampleValue: schema: *ref_8 rawValue: testDeploymentName - language: *ref_3040 - parameter: *ref_1723 - operation: *ref_3041 - operationGroup: *ref_2995 + language: *ref_3033 + parameter: *ref_1716 + operation: *ref_3034 + operationGroup: *ref_2988 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/get.json responses: '200': body: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2997 + language: *ref_2462 + language: *ref_2463 + language: *ref_2990 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_2998 + language: *ref_2991 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3007 + language: *ref_3000 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3008 + language: *ref_3001 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3009 + language: *ref_3002 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3010 + language: *ref_3003 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3011 + language: *ref_3004 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3012 - language: *ref_3013 + language: *ref_3005 + language: *ref_3006 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3014 - language: *ref_3015 + language: *ref_3007 + language: *ref_3008 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3016 + language: *ref_3009 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3017 + language: *ref_3010 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3018 + language: *ref_3011 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3042 - language: *ref_3022 - language: *ref_3023 + rawValue: *ref_3035 + language: *ref_3015 + language: *ref_3016 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3024 + language: *ref_3017 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3025 - language: *ref_3026 - language: *ref_3027 + language: *ref_3018 + language: *ref_3019 + language: *ref_3020 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3028 - language: *ref_3043 - headers: *ref_3044 - operation: *ref_3041 - operationGroup: *ref_2995 + language: *ref_2927 + language: *ref_3021 + language: *ref_3036 + headers: *ref_3037 + operation: *ref_3034 + operationGroup: *ref_2988 - operationId: BatchDeployments_Update examples: - name: Update Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3045 - parameter: *ref_1732 + language: *ref_3038 + parameter: *ref_1725 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3046 - parameter: *ref_1733 + language: *ref_3039 + parameter: *ref_1726 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3047 - parameter: *ref_1734 + language: *ref_3040 + parameter: *ref_1727 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3048 - parameter: *ref_1735 + language: *ref_3041 + parameter: *ref_1728 - exampleValue: - schema: *ref_1729 + schema: *ref_1722 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2952 + language: *ref_2945 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_3049 - language: *ref_2954 - language: *ref_3050 + rawValue: *ref_3042 + language: *ref_2947 + language: *ref_3043 kind: - schema: *ref_1065 + schema: *ref_1058 rawValue: string - language: *ref_3051 + language: *ref_3044 location: - schema: *ref_1066 + schema: *ref_1059 rawValue: string - language: *ref_3052 + language: *ref_3045 properties: - schema: *ref_1094 + schema: *ref_1087 parentsValue: {} properties: description: - schema: *ref_1070 + schema: *ref_1063 rawValue: string - language: *ref_3053 + language: *ref_3046 codeConfiguration: - schema: *ref_1095 + schema: *ref_1088 parentsValue: {} properties: codeId: - schema: *ref_1067 + schema: *ref_1060 rawValue: string - language: *ref_3054 + language: *ref_3047 scoringScript: - schema: *ref_1068 + schema: *ref_1061 rawValue: string - language: *ref_3055 - language: *ref_3056 + language: *ref_3048 + language: *ref_3049 compute: - schema: *ref_1069 + schema: *ref_1062 rawValue: string - language: *ref_3057 + language: *ref_3050 environmentId: - schema: *ref_1071 + schema: *ref_1064 rawValue: string - language: *ref_3058 + language: *ref_3051 environmentVariables: - schema: *ref_1072 + schema: *ref_1065 properties: string: schema: *ref_8 rawValue: string - language: *ref_3059 + language: *ref_3052 errorThreshold: - schema: *ref_1073 + schema: *ref_1066 rawValue: 1 - language: *ref_3060 + language: *ref_3053 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3061 + language: *ref_3054 maxConcurrencyPerInstance: - schema: *ref_1074 + schema: *ref_1067 rawValue: 1 - language: *ref_3062 + language: *ref_3055 miniBatchSize: - schema: *ref_1075 + schema: *ref_1068 rawValue: 1 - language: *ref_3063 + language: *ref_3056 model: - schema: *ref_1082 + schema: *ref_1075 parentsValue: PartialAssetReferenceBase: - schema: *ref_1078 + schema: *ref_1071 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3064 - language: *ref_3065 + language: *ref_3057 + language: *ref_3058 properties: assetId: - schema: *ref_1079 + schema: *ref_1072 rawValue: string - language: *ref_3066 - language: *ref_3067 + language: *ref_3059 + language: *ref_3060 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3068 + language: *ref_3061 outputFileName: - schema: *ref_1089 + schema: *ref_1082 rawValue: string - language: *ref_3069 + language: *ref_3062 properties: - schema: *ref_1090 + schema: *ref_1083 properties: string: schema: *ref_8 rawValue: string - language: *ref_3070 + language: *ref_3063 retrySettings: - schema: *ref_1096 + schema: *ref_1089 parentsValue: {} properties: maxRetries: - schema: *ref_1091 + schema: *ref_1084 rawValue: 1 - language: *ref_3071 + language: *ref_3064 timeout: - schema: *ref_1092 + schema: *ref_1085 rawValue: PT5M - language: *ref_3072 - language: *ref_3073 - language: *ref_3074 + language: *ref_3065 + language: *ref_3066 + language: *ref_3067 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2960 + language: *ref_2953 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2961 + language: *ref_2954 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2962 + language: *ref_2955 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2963 + language: *ref_2956 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2964 - language: *ref_3075 + language: *ref_2957 + language: *ref_3068 tags: - schema: *ref_1093 + schema: *ref_1086 properties: {} - language: *ref_3076 - language: *ref_3077 - parameter: *ref_1730 - operation: *ref_3078 - operationGroup: *ref_2995 + language: *ref_3069 + language: *ref_3070 + parameter: *ref_1723 + operation: *ref_3071 + operationGroup: *ref_2988 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/update.json responses: '200': body: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2997 + language: *ref_2462 + language: *ref_2463 + language: *ref_2990 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_2998 + language: *ref_2991 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3007 + language: *ref_3000 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3008 + language: *ref_3001 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3009 + language: *ref_3002 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3010 + language: *ref_3003 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3011 + language: *ref_3004 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3012 - language: *ref_3013 + language: *ref_3005 + language: *ref_3006 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3014 - language: *ref_3015 + language: *ref_3007 + language: *ref_3008 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3016 + language: *ref_3009 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3017 + language: *ref_3010 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3018 + language: *ref_3011 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3079 - language: *ref_3022 - language: *ref_3023 + rawValue: *ref_3072 + language: *ref_3015 + language: *ref_3016 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3024 + language: *ref_3017 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3025 - language: *ref_3026 - language: *ref_3027 + language: *ref_3018 + language: *ref_3019 + language: *ref_3020 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3028 - language: *ref_3080 - headers: *ref_3081 + language: *ref_2927 + language: *ref_3021 + language: *ref_3073 + headers: *ref_3074 '202': {} - operation: *ref_3078 - operationGroup: *ref_2995 + operation: *ref_3071 + operationGroup: *ref_2988 - operationId: BatchDeployments_CreateOrUpdate examples: - name: CreateOrUpdate Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3082 - parameter: *ref_1747 + language: *ref_3075 + parameter: *ref_1740 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3083 - parameter: *ref_1748 + language: *ref_3076 + parameter: *ref_1741 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3084 - parameter: *ref_1749 + language: *ref_3077 + parameter: *ref_1742 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3085 - parameter: *ref_1750 + language: *ref_3078 + parameter: *ref_1743 - exampleValue: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2470 - language: *ref_2997 + language: *ref_2463 + language: *ref_2990 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_2998 + language: *ref_2991 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3007 + language: *ref_3000 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3008 + language: *ref_3001 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3009 + language: *ref_3002 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3010 + language: *ref_3003 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3011 + language: *ref_3004 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3012 - language: *ref_3013 + language: *ref_3005 + language: *ref_3006 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3014 - language: *ref_3015 + language: *ref_3007 + language: *ref_3008 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3016 + language: *ref_3009 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3017 + language: *ref_3010 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3086 - language: *ref_3022 - language: *ref_3023 + rawValue: *ref_3079 + language: *ref_3015 + language: *ref_3016 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3024 + language: *ref_3017 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3025 - language: *ref_3026 - language: *ref_3027 + language: *ref_3018 + language: *ref_3019 + language: *ref_3020 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3028 - language: *ref_3087 - parameter: *ref_1745 - operation: *ref_3088 - operationGroup: *ref_2995 + language: *ref_2927 + language: *ref_3021 + language: *ref_3080 + parameter: *ref_1738 + operation: *ref_3081 + operationGroup: *ref_2988 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/createOrUpdate.json responses: '200': body: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2997 + language: *ref_2462 + language: *ref_2463 + language: *ref_2990 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_2998 + language: *ref_2991 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3007 + language: *ref_3000 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3008 + language: *ref_3001 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3009 + language: *ref_3002 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3010 + language: *ref_3003 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3011 + language: *ref_3004 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3012 - language: *ref_3013 + language: *ref_3005 + language: *ref_3006 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3014 - language: *ref_3015 + language: *ref_3007 + language: *ref_3008 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3016 + language: *ref_3009 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3017 + language: *ref_3010 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3018 + language: *ref_3011 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3089 - language: *ref_3022 - language: *ref_3023 + rawValue: *ref_3082 + language: *ref_3015 + language: *ref_3016 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3024 + language: *ref_3017 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3025 - language: *ref_3026 - language: *ref_3027 + language: *ref_3018 + language: *ref_3019 + language: *ref_3020 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3028 - language: *ref_3090 - headers: *ref_3091 + language: *ref_2927 + language: *ref_3021 + language: *ref_3083 + headers: *ref_3084 '201': body: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_2997 + language: *ref_2462 + language: *ref_2463 + language: *ref_2990 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_2998 + language: *ref_2991 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3007 + language: *ref_3000 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3008 + language: *ref_3001 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3009 + language: *ref_3002 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3010 + language: *ref_3003 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3011 + language: *ref_3004 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3012 - language: *ref_3013 + language: *ref_3005 + language: *ref_3006 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3014 - language: *ref_3015 + language: *ref_3007 + language: *ref_3008 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3016 + language: *ref_3009 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3017 + language: *ref_3010 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3018 + language: *ref_3011 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3092 - language: *ref_3022 - language: *ref_3023 + rawValue: *ref_3085 + language: *ref_3015 + language: *ref_3016 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3024 + language: *ref_3017 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3025 - language: *ref_3026 - language: *ref_3027 + language: *ref_3018 + language: *ref_3019 + language: *ref_3020 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3028 - language: *ref_3093 - headers: *ref_3094 - operation: *ref_3088 - operationGroup: *ref_2995 + language: *ref_2927 + language: *ref_3021 + language: *ref_3086 + headers: *ref_3087 + operation: *ref_3081 + operationGroup: *ref_2988 - operationId: CodeContainers_List examples: - name: List Code Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3095 - parameter: *ref_1763 + language: *ref_3088 + parameter: *ref_1756 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3096 - parameter: *ref_1764 - operation: *ref_3097 - operationGroup: *ref_3098 + language: *ref_3089 + parameter: *ref_1757 + operation: *ref_3090 + operationGroup: *ref_3091 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/list.json responses: '200': body: - schema: *ref_1765 + schema: *ref_1758 parentsValue: {} properties: nextLink: - schema: *ref_1097 + schema: *ref_1090 rawValue: string - language: *ref_3099 + language: *ref_3092 value: - schema: *ref_1242 + schema: *ref_1235 elements: - - schema: *ref_849 + - schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -83625,77 +83434,77 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3104 - - schema: *ref_849 + language: *ref_3097 + - schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer2 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer2 - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -83703,155 +83512,155 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3104 - language: *ref_3105 - language: *ref_3106 - operation: *ref_3097 - operationGroup: *ref_3098 + language: *ref_3097 + language: *ref_3098 + language: *ref_3099 + operation: *ref_3090 + operationGroup: *ref_3091 - operationId: CodeContainers_Delete examples: - name: Delete Code Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3107 - parameter: *ref_1770 + language: *ref_3100 + parameter: *ref_1763 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3108 - parameter: *ref_1771 + language: *ref_3101 + parameter: *ref_1764 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3109 - parameter: *ref_1772 - operation: *ref_3110 - operationGroup: *ref_3098 + language: *ref_3102 + parameter: *ref_1765 + operation: *ref_3103 + operationGroup: *ref_3091 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3110 - operationGroup: *ref_3098 + operation: *ref_3103 + operationGroup: *ref_3091 - operationId: CodeContainers_Get examples: - name: Get Code Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3111 - parameter: *ref_1776 + language: *ref_3104 + parameter: *ref_1769 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3112 - parameter: *ref_1777 + language: *ref_3105 + parameter: *ref_1770 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3113 - parameter: *ref_1778 - operation: *ref_3114 - operationGroup: *ref_3098 + language: *ref_3106 + parameter: *ref_1771 + operation: *ref_3107 + operationGroup: *ref_3091 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/get.json responses: '200': body: - schema: *ref_849 + schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -83859,65 +83668,65 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3104 - language: *ref_3115 - operation: *ref_3114 - operationGroup: *ref_3098 + language: *ref_3097 + language: *ref_3108 + operation: *ref_3107 + operationGroup: *ref_3091 - operationId: CodeContainers_CreateOrUpdate examples: - name: CreateOrUpdate Code Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3116 - parameter: *ref_1786 + language: *ref_3109 + parameter: *ref_1779 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3117 - parameter: *ref_1787 + language: *ref_3110 + parameter: *ref_1780 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testContainer - language: *ref_3118 - parameter: *ref_1788 + language: *ref_3111 + parameter: *ref_1781 - exampleValue: - schema: *ref_849 + schema: *ref_843 parentsValue: {} properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -83925,85 +83734,85 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3104 - language: *ref_3119 - parameter: *ref_1784 - operation: *ref_3120 - operationGroup: *ref_3098 + language: *ref_3097 + language: *ref_3112 + parameter: *ref_1777 + operation: *ref_3113 + operationGroup: *ref_3091 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/createOrUpdate.json responses: '200': body: - schema: *ref_849 + schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -84011,80 +83820,80 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3104 - language: *ref_3121 + language: *ref_3097 + language: *ref_3114 '201': body: - schema: *ref_849 + schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -84092,1866 +83901,1866 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3104 - language: *ref_3122 - operation: *ref_3120 - operationGroup: *ref_3098 + language: *ref_3097 + language: *ref_3115 + operation: *ref_3113 + operationGroup: *ref_3091 - operationId: CodeVersions_List examples: - name: List Code Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3123 - parameter: *ref_1800 + language: *ref_3116 + parameter: *ref_1793 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3124 - parameter: *ref_1801 + language: *ref_3117 + parameter: *ref_1794 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3125 - parameter: *ref_1802 + language: *ref_3118 + parameter: *ref_1795 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3126 - parameter: *ref_1795 + language: *ref_3119 + parameter: *ref_1788 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3127 - parameter: *ref_1798 - operation: *ref_3128 - operationGroup: *ref_3129 + language: *ref_3120 + parameter: *ref_1791 + operation: *ref_3121 + operationGroup: *ref_3122 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/list.json responses: '200': body: - schema: *ref_1803 + schema: *ref_1796 parentsValue: {} properties: nextLink: - schema: *ref_1098 + schema: *ref_1091 rawValue: string - language: *ref_3130 + language: *ref_3123 value: - schema: *ref_1243 + schema: *ref_1236 elements: - - schema: *ref_850 + - schema: *ref_844 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3134 - language: *ref_3135 - language: *ref_3136 - language: *ref_3137 - headers: *ref_3138 - operation: *ref_3128 - operationGroup: *ref_3129 + language: *ref_3127 + language: *ref_3128 + language: *ref_3129 + language: *ref_3130 + headers: *ref_3131 + operation: *ref_3121 + operationGroup: *ref_3122 - operationId: CodeVersions_Delete examples: - name: Delete Code Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3139 - parameter: *ref_1807 + language: *ref_3132 + parameter: *ref_1800 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3140 - parameter: *ref_1808 + language: *ref_3133 + parameter: *ref_1801 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3141 - parameter: *ref_1809 + language: *ref_3134 + parameter: *ref_1802 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3142 - parameter: *ref_1810 - operation: *ref_3143 - operationGroup: *ref_3129 + language: *ref_3135 + parameter: *ref_1803 + operation: *ref_3136 + operationGroup: *ref_3122 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/delete.json responses: '200': {} '204': {} - operation: *ref_3143 - operationGroup: *ref_3129 + operation: *ref_3136 + operationGroup: *ref_3122 - operationId: CodeVersions_Get examples: - name: Get Code Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3144 - parameter: *ref_1814 + language: *ref_3137 + parameter: *ref_1807 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3145 - parameter: *ref_1815 + language: *ref_3138 + parameter: *ref_1808 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3146 - parameter: *ref_1816 + language: *ref_3139 + parameter: *ref_1809 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3147 - parameter: *ref_1817 - operation: *ref_3148 - operationGroup: *ref_3129 + language: *ref_3140 + parameter: *ref_1810 + operation: *ref_3141 + operationGroup: *ref_3122 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/get.json responses: '200': body: - schema: *ref_850 + schema: *ref_844 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3134 - language: *ref_3135 - language: *ref_3149 - headers: *ref_3150 - operation: *ref_3148 - operationGroup: *ref_3129 + language: *ref_3127 + language: *ref_3128 + language: *ref_3142 + headers: *ref_3143 + operation: *ref_3141 + operationGroup: *ref_3122 - operationId: CodeVersions_CreateOrUpdate examples: - name: CreateOrUpdate Code Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3151 - parameter: *ref_1825 + language: *ref_3144 + parameter: *ref_1818 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3152 - parameter: *ref_1826 + language: *ref_3145 + parameter: *ref_1819 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3153 - parameter: *ref_1827 + language: *ref_3146 + parameter: *ref_1820 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3154 - parameter: *ref_1828 + language: *ref_3147 + parameter: *ref_1821 - exampleValue: - schema: *ref_850 + schema: *ref_844 parentsValue: {} properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3134 - language: *ref_3135 - language: *ref_3155 - parameter: *ref_1823 - operation: *ref_3156 - operationGroup: *ref_3129 + language: *ref_3127 + language: *ref_3128 + language: *ref_3148 + parameter: *ref_1816 + operation: *ref_3149 + operationGroup: *ref_3122 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/createOrUpdate.json responses: '200': body: - schema: *ref_850 + schema: *ref_844 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3134 - language: *ref_3135 - language: *ref_3157 - headers: *ref_3158 + language: *ref_3127 + language: *ref_3128 + language: *ref_3150 + headers: *ref_3151 '201': body: - schema: *ref_850 + schema: *ref_844 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3134 - language: *ref_3135 - language: *ref_3159 - headers: *ref_3160 - operation: *ref_3156 - operationGroup: *ref_3129 + language: *ref_3127 + language: *ref_3128 + language: *ref_3152 + headers: *ref_3153 + operation: *ref_3149 + operationGroup: *ref_3122 - operationId: ComponentContainers_List examples: - name: List Component Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3161 - parameter: *ref_1840 + language: *ref_3154 + parameter: *ref_1833 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3162 - parameter: *ref_1841 - operation: *ref_3163 - operationGroup: *ref_3164 + language: *ref_3155 + parameter: *ref_1834 + operation: *ref_3156 + operationGroup: *ref_3157 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/list.json responses: '200': body: - schema: *ref_1842 + schema: *ref_1835 parentsValue: {} properties: nextLink: - schema: *ref_1099 + schema: *ref_1092 rawValue: string - language: *ref_3165 + language: *ref_3158 value: - schema: *ref_1244 + schema: *ref_1237 elements: - - schema: *ref_851 + - schema: *ref_845 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3166 - language: *ref_3167 - language: *ref_3168 - headers: *ref_3169 - operation: *ref_3163 - operationGroup: *ref_3164 + language: *ref_3159 + language: *ref_3160 + language: *ref_3161 + headers: *ref_3162 + operation: *ref_3156 + operationGroup: *ref_3157 - operationId: ComponentContainers_Delete examples: - name: Delete Component Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3170 - parameter: *ref_1846 + language: *ref_3163 + parameter: *ref_1839 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3171 - parameter: *ref_1847 + language: *ref_3164 + parameter: *ref_1840 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3172 - parameter: *ref_1848 - operation: *ref_3173 - operationGroup: *ref_3164 + language: *ref_3165 + parameter: *ref_1841 + operation: *ref_3166 + operationGroup: *ref_3157 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3173 - operationGroup: *ref_3164 + operation: *ref_3166 + operationGroup: *ref_3157 - operationId: ComponentContainers_Get examples: - name: Get Component Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3174 - parameter: *ref_1852 + language: *ref_3167 + parameter: *ref_1845 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3175 - parameter: *ref_1853 + language: *ref_3168 + parameter: *ref_1846 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3176 - parameter: *ref_1854 - operation: *ref_3177 - operationGroup: *ref_3164 + language: *ref_3169 + parameter: *ref_1847 + operation: *ref_3170 + operationGroup: *ref_3157 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/get.json responses: '200': body: - schema: *ref_851 + schema: *ref_845 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3166 - language: *ref_3178 - headers: *ref_3179 - operation: *ref_3177 - operationGroup: *ref_3164 + language: *ref_3159 + language: *ref_3171 + headers: *ref_3172 + operation: *ref_3170 + operationGroup: *ref_3157 - operationId: ComponentContainers_CreateOrUpdate examples: - name: CreateOrUpdate Component Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3180 - parameter: *ref_1862 + language: *ref_3173 + parameter: *ref_1855 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3181 - parameter: *ref_1863 + language: *ref_3174 + parameter: *ref_1856 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3182 - parameter: *ref_1864 + language: *ref_3175 + parameter: *ref_1857 - exampleValue: - schema: *ref_851 + schema: *ref_845 parentsValue: {} properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3166 - language: *ref_3183 - parameter: *ref_1860 - operation: *ref_3184 - operationGroup: *ref_3164 + language: *ref_3159 + language: *ref_3176 + parameter: *ref_1853 + operation: *ref_3177 + operationGroup: *ref_3157 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/createOrUpdate.json responses: '200': body: - schema: *ref_851 + schema: *ref_845 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3166 - language: *ref_3185 - headers: *ref_3186 + language: *ref_3159 + language: *ref_3178 + headers: *ref_3179 '201': body: - schema: *ref_851 + schema: *ref_845 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3166 - language: *ref_3187 - headers: *ref_3188 - operation: *ref_3184 - operationGroup: *ref_3164 + language: *ref_3159 + language: *ref_3180 + headers: *ref_3181 + operation: *ref_3177 + operationGroup: *ref_3157 - operationId: ComponentVersions_List examples: - name: List Component Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3189 - parameter: *ref_1877 + language: *ref_3182 + parameter: *ref_1870 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3190 - parameter: *ref_1878 + language: *ref_3183 + parameter: *ref_1871 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3191 - parameter: *ref_1879 + language: *ref_3184 + parameter: *ref_1872 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3192 - parameter: *ref_1871 + language: *ref_3185 + parameter: *ref_1864 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3193 - parameter: *ref_1874 - operation: *ref_3194 - operationGroup: *ref_3195 + language: *ref_3186 + parameter: *ref_1867 + operation: *ref_3187 + operationGroup: *ref_3188 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/list.json responses: '200': body: - schema: *ref_1880 + schema: *ref_1873 parentsValue: {} properties: nextLink: - schema: *ref_1100 + schema: *ref_1093 rawValue: string - language: *ref_3196 + language: *ref_3189 value: - schema: *ref_1245 + schema: *ref_1238 elements: - - schema: *ref_852 + - schema: *ref_846 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3197 - language: *ref_3198 - language: *ref_3199 - language: *ref_3200 - language: *ref_3201 - headers: *ref_3202 - operation: *ref_3194 - operationGroup: *ref_3195 + rawValue: *ref_3190 + language: *ref_3191 + language: *ref_3192 + language: *ref_3193 + language: *ref_3194 + headers: *ref_3195 + operation: *ref_3187 + operationGroup: *ref_3188 - operationId: ComponentVersions_Delete examples: - name: Delete Component Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3203 - parameter: *ref_1884 + language: *ref_3196 + parameter: *ref_1877 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3204 - parameter: *ref_1885 + language: *ref_3197 + parameter: *ref_1878 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3205 - parameter: *ref_1886 + language: *ref_3198 + parameter: *ref_1879 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3206 - parameter: *ref_1887 - operation: *ref_3207 - operationGroup: *ref_3195 + language: *ref_3199 + parameter: *ref_1880 + operation: *ref_3200 + operationGroup: *ref_3188 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/delete.json responses: '200': {} '204': {} - operation: *ref_3207 - operationGroup: *ref_3195 + operation: *ref_3200 + operationGroup: *ref_3188 - operationId: ComponentVersions_Get examples: - name: Get Component Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3208 - parameter: *ref_1891 + language: *ref_3201 + parameter: *ref_1884 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3209 - parameter: *ref_1892 + language: *ref_3202 + parameter: *ref_1885 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3210 - parameter: *ref_1893 + language: *ref_3203 + parameter: *ref_1886 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3211 - parameter: *ref_1894 - operation: *ref_3212 - operationGroup: *ref_3195 + language: *ref_3204 + parameter: *ref_1887 + operation: *ref_3205 + operationGroup: *ref_3188 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/get.json responses: '200': body: - schema: *ref_852 + schema: *ref_846 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3213 - language: *ref_3198 - language: *ref_3199 - language: *ref_3214 - headers: *ref_3215 - operation: *ref_3212 - operationGroup: *ref_3195 + rawValue: *ref_3206 + language: *ref_3191 + language: *ref_3192 + language: *ref_3207 + headers: *ref_3208 + operation: *ref_3205 + operationGroup: *ref_3188 - operationId: ComponentVersions_CreateOrUpdate examples: - name: CreateOrUpdate Component Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3216 - parameter: *ref_1902 + language: *ref_3209 + parameter: *ref_1895 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3217 - parameter: *ref_1903 + language: *ref_3210 + parameter: *ref_1896 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3218 - parameter: *ref_1904 + language: *ref_3211 + parameter: *ref_1897 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3219 - parameter: *ref_1905 + language: *ref_3212 + parameter: *ref_1898 - exampleValue: - schema: *ref_852 + schema: *ref_846 parentsValue: {} properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3220 - language: *ref_3198 - language: *ref_3199 - language: *ref_3221 - parameter: *ref_1900 - operation: *ref_3222 - operationGroup: *ref_3195 + rawValue: *ref_3213 + language: *ref_3191 + language: *ref_3192 + language: *ref_3214 + parameter: *ref_1893 + operation: *ref_3215 + operationGroup: *ref_3188 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/createOrUpdate.json responses: '200': body: - schema: *ref_852 + schema: *ref_846 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3223 - language: *ref_3198 - language: *ref_3199 - language: *ref_3224 - headers: *ref_3225 + rawValue: *ref_3216 + language: *ref_3191 + language: *ref_3192 + language: *ref_3217 + headers: *ref_3218 '201': body: - schema: *ref_852 + schema: *ref_846 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3226 - language: *ref_3198 - language: *ref_3199 - language: *ref_3227 - headers: *ref_3228 - operation: *ref_3222 - operationGroup: *ref_3195 + rawValue: *ref_3219 + language: *ref_3191 + language: *ref_3192 + language: *ref_3220 + headers: *ref_3221 + operation: *ref_3215 + operationGroup: *ref_3188 - operationId: DataContainers_List examples: - name: List Data Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3229 - parameter: *ref_1916 + language: *ref_3222 + parameter: *ref_1909 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3230 - parameter: *ref_1917 - operation: *ref_3231 - operationGroup: *ref_3232 + language: *ref_3223 + parameter: *ref_1910 + operation: *ref_3224 + operationGroup: *ref_3225 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/list.json responses: '200': body: - schema: *ref_1918 + schema: *ref_1911 parentsValue: {} properties: nextLink: - schema: *ref_1101 + schema: *ref_1094 rawValue: nextlink - language: *ref_3233 + language: *ref_3226 value: - schema: *ref_1246 + schema: *ref_1239 elements: - - schema: *ref_853 + - schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datastore123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -85959,9 +85768,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -85969,81 +85778,81 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3234 - language: *ref_3235 - - schema: *ref_853 + language: *ref_3227 + language: *ref_3228 + - schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datastore124 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer124 - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -86051,9 +85860,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -86061,159 +85870,159 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3234 - language: *ref_3235 - language: *ref_3236 - language: *ref_3237 - operation: *ref_3231 - operationGroup: *ref_3232 + language: *ref_3227 + language: *ref_3228 + language: *ref_3229 + language: *ref_3230 + operation: *ref_3224 + operationGroup: *ref_3225 - operationId: DataContainers_Delete examples: - name: Delete Data Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3238 - parameter: *ref_1922 + language: *ref_3231 + parameter: *ref_1915 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3239 - parameter: *ref_1923 + language: *ref_3232 + parameter: *ref_1916 - exampleValue: schema: *ref_9 rawValue: datacontainer123 - language: *ref_3240 - parameter: *ref_1924 - operation: *ref_3241 - operationGroup: *ref_3232 + language: *ref_3233 + parameter: *ref_1917 + operation: *ref_3234 + operationGroup: *ref_3225 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3241 - operationGroup: *ref_3232 + operation: *ref_3234 + operationGroup: *ref_3225 - operationId: DataContainers_Get examples: - name: Get Data Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3242 - parameter: *ref_1928 + language: *ref_3235 + parameter: *ref_1921 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3243 - parameter: *ref_1929 + language: *ref_3236 + parameter: *ref_1922 - exampleValue: schema: *ref_9 rawValue: datacontainer123 - language: *ref_3244 - parameter: *ref_1930 - operation: *ref_3245 - operationGroup: *ref_3232 + language: *ref_3237 + parameter: *ref_1923 + operation: *ref_3238 + operationGroup: *ref_3225 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/get.json responses: '200': body: - schema: *ref_853 + schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datacontainer123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -86221,9 +86030,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -86231,69 +86040,69 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3234 - language: *ref_3235 - language: *ref_3246 - operation: *ref_3245 - operationGroup: *ref_3232 + language: *ref_3227 + language: *ref_3228 + language: *ref_3239 + operation: *ref_3238 + operationGroup: *ref_3225 - operationId: DataContainers_CreateOrUpdate examples: - name: CreateOrUpdate Data Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3247 - parameter: *ref_1938 + language: *ref_3240 + parameter: *ref_1931 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3248 - parameter: *ref_1939 + language: *ref_3241 + parameter: *ref_1932 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: datacontainer123 - language: *ref_3249 - parameter: *ref_1940 + language: *ref_3242 + parameter: *ref_1933 - exampleValue: - schema: *ref_853 + schema: *ref_847 parentsValue: {} properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -86301,9 +86110,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -86311,89 +86120,89 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3234 - language: *ref_3235 - language: *ref_3250 - parameter: *ref_1936 - operation: *ref_3251 - operationGroup: *ref_3232 + language: *ref_3227 + language: *ref_3228 + language: *ref_3243 + parameter: *ref_1929 + operation: *ref_3244 + operationGroup: *ref_3225 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/createOrUpdate.json responses: '200': body: - schema: *ref_853 + schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datacontainer123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -86401,9 +86210,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -86411,84 +86220,84 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3234 - language: *ref_3235 - language: *ref_3252 + language: *ref_3227 + language: *ref_3228 + language: *ref_3245 '201': body: - schema: *ref_853 + schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datacontainer123 - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -86496,9 +86305,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -86506,2734 +86315,2734 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3234 - language: *ref_3235 - language: *ref_3253 - operation: *ref_3251 - operationGroup: *ref_3232 + language: *ref_3227 + language: *ref_3228 + language: *ref_3246 + operation: *ref_3244 + operationGroup: *ref_3225 - operationId: DataVersions_List examples: - name: List Data Version Base. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3254 - parameter: *ref_1954 + language: *ref_3247 + parameter: *ref_1947 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3255 - parameter: *ref_1955 + language: *ref_3248 + parameter: *ref_1948 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3256 - parameter: *ref_1956 + language: *ref_3249 + parameter: *ref_1949 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3257 - parameter: *ref_1947 + language: *ref_3250 + parameter: *ref_1940 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3258 - parameter: *ref_1950 + language: *ref_3251 + parameter: *ref_1943 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3259 - parameter: *ref_1952 - operation: *ref_3260 - operationGroup: *ref_3261 + language: *ref_3252 + parameter: *ref_1945 + operation: *ref_3253 + operationGroup: *ref_3254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/list.json responses: '200': body: - schema: *ref_1957 + schema: *ref_1950 parentsValue: {} properties: nextLink: - schema: *ref_1102 + schema: *ref_1095 rawValue: string - language: *ref_3262 + language: *ref_3255 value: - schema: *ref_1247 + schema: *ref_1240 elements: - - schema: *ref_854 + - schema: *ref_848 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3263 + language: *ref_3256 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3264 - language: *ref_3265 + language: *ref_3257 + language: *ref_3258 properties: {} - language: *ref_3266 - language: *ref_3267 - language: *ref_3268 - headers: *ref_3269 - operation: *ref_3260 - operationGroup: *ref_3261 + language: *ref_3259 + language: *ref_3260 + language: *ref_3261 + headers: *ref_3262 + operation: *ref_3253 + operationGroup: *ref_3254 - operationId: DataVersions_Delete examples: - name: Delete Data Version Base. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3270 - parameter: *ref_1961 + language: *ref_3263 + parameter: *ref_1954 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3271 - parameter: *ref_1962 + language: *ref_3264 + parameter: *ref_1955 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3272 - parameter: *ref_1963 + language: *ref_3265 + parameter: *ref_1956 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3273 - parameter: *ref_1964 - operation: *ref_3274 - operationGroup: *ref_3261 + language: *ref_3266 + parameter: *ref_1957 + operation: *ref_3267 + operationGroup: *ref_3254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/delete.json responses: '200': {} '204': {} - operation: *ref_3274 - operationGroup: *ref_3261 + operation: *ref_3267 + operationGroup: *ref_3254 - operationId: DataVersions_Get examples: - name: Get Data Version Base. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3275 - parameter: *ref_1968 + language: *ref_3268 + parameter: *ref_1961 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3276 - parameter: *ref_1969 + language: *ref_3269 + parameter: *ref_1962 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3277 - parameter: *ref_1970 + language: *ref_3270 + parameter: *ref_1963 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3278 - parameter: *ref_1971 - operation: *ref_3279 - operationGroup: *ref_3261 + language: *ref_3271 + parameter: *ref_1964 + operation: *ref_3272 + operationGroup: *ref_3254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/get.json responses: '200': body: - schema: *ref_854 + schema: *ref_848 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3263 + language: *ref_3256 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3264 - language: *ref_3265 + language: *ref_3257 + language: *ref_3258 properties: {} - language: *ref_3266 - language: *ref_3280 - headers: *ref_3281 - operation: *ref_3279 - operationGroup: *ref_3261 + language: *ref_3259 + language: *ref_3273 + headers: *ref_3274 + operation: *ref_3272 + operationGroup: *ref_3254 - operationId: DataVersions_CreateOrUpdate examples: - name: CreateOrUpdate Data Version Base. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3282 - parameter: *ref_1979 + language: *ref_3275 + parameter: *ref_1972 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3283 - parameter: *ref_1980 + language: *ref_3276 + parameter: *ref_1973 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3284 - parameter: *ref_1981 + language: *ref_3277 + parameter: *ref_1974 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3285 - parameter: *ref_1982 + language: *ref_3278 + parameter: *ref_1975 - exampleValue: - schema: *ref_854 + schema: *ref_848 parentsValue: {} properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3263 + language: *ref_3256 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3264 - language: *ref_3265 + language: *ref_3257 + language: *ref_3258 properties: {} - language: *ref_3266 - language: *ref_3286 - parameter: *ref_1977 - operation: *ref_3287 - operationGroup: *ref_3261 + language: *ref_3259 + language: *ref_3279 + parameter: *ref_1970 + operation: *ref_3280 + operationGroup: *ref_3254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/createOrUpdate.json responses: '200': body: - schema: *ref_854 + schema: *ref_848 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3263 + language: *ref_3256 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3264 - language: *ref_3265 + language: *ref_3257 + language: *ref_3258 properties: {} - language: *ref_3266 - language: *ref_3288 - headers: *ref_3289 + language: *ref_3259 + language: *ref_3281 + headers: *ref_3282 '201': body: - schema: *ref_854 + schema: *ref_848 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3263 + language: *ref_3256 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3264 - language: *ref_3265 + language: *ref_3257 + language: *ref_3258 properties: {} - language: *ref_3266 - language: *ref_3290 - headers: *ref_3291 - operation: *ref_3287 - operationGroup: *ref_3261 + language: *ref_3259 + language: *ref_3283 + headers: *ref_3284 + operation: *ref_3280 + operationGroup: *ref_3254 - operationId: Datastores_List examples: - name: List datastores. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3292 - parameter: *ref_2002 + language: *ref_3285 + parameter: *ref_1995 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3293 - parameter: *ref_2003 + language: *ref_3286 + parameter: *ref_1996 - exampleValue: - schema: *ref_1990 + schema: *ref_1983 rawValue: 1 - language: *ref_3294 - parameter: *ref_1996 + language: *ref_3287 + parameter: *ref_1989 - exampleValue: - schema: *ref_1992 + schema: *ref_1985 rawValue: false - language: *ref_3295 - parameter: *ref_1997 + language: *ref_3288 + parameter: *ref_1990 - exampleValue: - schema: *ref_1993 + schema: *ref_1986 elements: - - schema: *ref_1248 + - schema: *ref_1241 rawValue: string - language: *ref_3296 - parameter: *ref_1998 + language: *ref_3289 + parameter: *ref_1991 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3297 - parameter: *ref_1999 + language: *ref_3290 + parameter: *ref_1992 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3298 - parameter: *ref_2000 + language: *ref_3291 + parameter: *ref_1993 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3299 - parameter: *ref_2001 - operation: *ref_3300 - operationGroup: *ref_3301 + language: *ref_3292 + parameter: *ref_1994 + operation: *ref_3293 + operationGroup: *ref_3294 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/list.json responses: '200': body: - schema: *ref_2004 + schema: *ref_1997 parentsValue: {} properties: nextLink: - schema: *ref_1103 + schema: *ref_1096 rawValue: string - language: *ref_3302 + language: *ref_3295 value: - schema: *ref_1249 + schema: *ref_1242 elements: - - schema: *ref_855 + - schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: {} - language: *ref_3305 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3306 + language: *ref_3299 isDefault: - schema: *ref_492 + schema: *ref_486 rawValue: false - language: *ref_3307 - language: *ref_3308 + language: *ref_3300 + language: *ref_3301 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3309 + language: *ref_3302 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3310 + language: *ref_3303 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3311 + language: *ref_3304 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3312 - language: *ref_3313 - language: *ref_3314 - language: *ref_3315 - headers: *ref_3316 - operation: *ref_3300 - operationGroup: *ref_3301 + language: *ref_3305 + language: *ref_3306 + language: *ref_3307 + language: *ref_3308 + headers: *ref_3309 + operation: *ref_3293 + operationGroup: *ref_3294 - operationId: Datastores_Delete examples: - name: Delete datastore. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3317 - parameter: *ref_2008 + language: *ref_3310 + parameter: *ref_2001 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3318 - parameter: *ref_2009 + language: *ref_3311 + parameter: *ref_2002 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3319 - parameter: *ref_2010 - operation: *ref_3320 - operationGroup: *ref_3301 + language: *ref_3312 + parameter: *ref_2003 + operation: *ref_3313 + operationGroup: *ref_3294 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/delete.json responses: '200': {} '204': {} - operation: *ref_3320 - operationGroup: *ref_3301 + operation: *ref_3313 + operationGroup: *ref_3294 - operationId: Datastores_Get examples: - name: Get datastore. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3321 - parameter: *ref_2014 + language: *ref_3314 + parameter: *ref_2007 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3322 - parameter: *ref_2015 + language: *ref_3315 + parameter: *ref_2008 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3323 - parameter: *ref_2016 - operation: *ref_3324 - operationGroup: *ref_3301 + language: *ref_3316 + parameter: *ref_2009 + operation: *ref_3317 + operationGroup: *ref_3294 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/get.json responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: {} - language: *ref_3305 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3306 + language: *ref_3299 isDefault: - schema: *ref_492 + schema: *ref_486 rawValue: false - language: *ref_3307 - language: *ref_3308 + language: *ref_3300 + language: *ref_3301 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3309 + language: *ref_3302 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3310 + language: *ref_3303 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3311 + language: *ref_3304 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3312 - language: *ref_3313 - language: *ref_3325 - headers: *ref_3326 - operation: *ref_3324 - operationGroup: *ref_3301 + language: *ref_3305 + language: *ref_3306 + language: *ref_3318 + headers: *ref_3319 + operation: *ref_3317 + operationGroup: *ref_3294 - operationId: Datastores_CreateOrUpdate examples: - name: CreateOrUpdate datastore (Azure Data Lake Gen1 w/ ServicePrincipal). clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3327 - parameter: *ref_2027 + language: *ref_3320 + parameter: *ref_2020 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3328 - parameter: *ref_2028 + language: *ref_3321 + parameter: *ref_2021 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3329 - parameter: *ref_2029 + language: *ref_3322 + parameter: *ref_2022 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3330 - parameter: *ref_2023 + language: *ref_3323 + parameter: *ref_2016 - exampleValue: - schema: *ref_855 + schema: *ref_849 parentsValue: {} properties: properties: - schema: *ref_445 + schema: *ref_439 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3331 + language: *ref_3324 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3332 + language: *ref_3325 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3333 + language: *ref_3326 secrets: - schema: *ref_467 + schema: *ref_461 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: ServicePrincipal - language: *ref_3334 - language: *ref_3335 + language: *ref_3327 + language: *ref_3328 properties: clientSecret: - schema: *ref_462 + schema: *ref_456 rawValue: string - language: *ref_3336 - language: *ref_3337 + language: *ref_3329 + language: *ref_3330 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3338 - language: *ref_3305 + language: *ref_3331 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen1 - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: storeName: - schema: *ref_432 + schema: *ref_426 rawValue: string - language: *ref_3339 - language: *ref_3313 - language: *ref_3340 - parameter: *ref_2025 - operation: *ref_3341 - operationGroup: *ref_3301 + language: *ref_3332 + language: *ref_3306 + language: *ref_3333 + parameter: *ref_2018 + operation: *ref_3334 + operationGroup: *ref_3294 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureDataLakeGen1WServicePrincipal/createOrUpdate.json responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_445 + schema: *ref_439 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3331 + language: *ref_3324 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3332 + language: *ref_3325 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3333 + language: *ref_3326 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3338 - language: *ref_3305 + language: *ref_3331 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen1 - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: storeName: - schema: *ref_432 + schema: *ref_426 rawValue: string - language: *ref_3339 - language: *ref_3313 - language: *ref_3342 - headers: *ref_3343 + language: *ref_3332 + language: *ref_3306 + language: *ref_3335 + headers: *ref_3336 '201': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_445 + schema: *ref_439 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3331 + language: *ref_3324 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3332 + language: *ref_3325 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3333 + language: *ref_3326 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3338 - language: *ref_3305 + language: *ref_3331 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen1 - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: storeName: - schema: *ref_432 + schema: *ref_426 rawValue: string - language: *ref_3339 - language: *ref_3313 - language: *ref_3344 - headers: *ref_3345 + language: *ref_3332 + language: *ref_3306 + language: *ref_3337 + headers: *ref_3338 - name: CreateOrUpdate datastore (Azure Data Lake Gen2 w/ Service Principal). clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3327 - parameter: *ref_2027 + language: *ref_3320 + parameter: *ref_2020 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3328 - parameter: *ref_2028 + language: *ref_3321 + parameter: *ref_2021 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3329 - parameter: *ref_2029 + language: *ref_3322 + parameter: *ref_2022 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3330 - parameter: *ref_2023 + language: *ref_3323 + parameter: *ref_2016 - exampleValue: - schema: *ref_855 + schema: *ref_849 parentsValue: {} properties: properties: - schema: *ref_446 + schema: *ref_440 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3331 + language: *ref_3324 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3332 + language: *ref_3325 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3333 + language: *ref_3326 secrets: - schema: *ref_467 + schema: *ref_461 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: ServicePrincipal - language: *ref_3334 - language: *ref_3335 + language: *ref_3327 + language: *ref_3328 properties: clientSecret: - schema: *ref_462 + schema: *ref_456 rawValue: string - language: *ref_3336 - language: *ref_3337 + language: *ref_3329 + language: *ref_3330 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3338 - language: *ref_3305 + language: *ref_3331 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen2 - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: accountName: - schema: *ref_433 + schema: *ref_427 rawValue: string - language: *ref_3346 + language: *ref_3339 endpoint: - schema: *ref_434 + schema: *ref_428 rawValue: string - language: *ref_3347 + language: *ref_3340 filesystem: - schema: *ref_435 + schema: *ref_429 rawValue: string - language: *ref_3348 + language: *ref_3341 protocol: - schema: *ref_436 + schema: *ref_430 rawValue: string - language: *ref_3349 - language: *ref_3313 - language: *ref_3340 - parameter: *ref_2025 - operation: *ref_3341 - operationGroup: *ref_3301 + language: *ref_3342 + language: *ref_3306 + language: *ref_3333 + parameter: *ref_2018 + operation: *ref_3334 + operationGroup: *ref_3294 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureDataLakeGen2WServicePrincipal/createOrUpdate.json responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_446 + schema: *ref_440 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3331 + language: *ref_3324 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3332 + language: *ref_3325 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3333 + language: *ref_3326 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3338 - language: *ref_3305 + language: *ref_3331 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen2 - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: accountName: - schema: *ref_433 + schema: *ref_427 rawValue: string - language: *ref_3346 + language: *ref_3339 endpoint: - schema: *ref_434 + schema: *ref_428 rawValue: string - language: *ref_3347 + language: *ref_3340 filesystem: - schema: *ref_435 + schema: *ref_429 rawValue: string - language: *ref_3348 + language: *ref_3341 protocol: - schema: *ref_436 + schema: *ref_430 rawValue: string - language: *ref_3349 - language: *ref_3313 - language: *ref_3342 - headers: *ref_3350 + language: *ref_3342 + language: *ref_3306 + language: *ref_3335 + headers: *ref_3343 '201': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_446 + schema: *ref_440 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3331 + language: *ref_3324 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3332 + language: *ref_3325 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3333 + language: *ref_3326 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3338 - language: *ref_3305 + language: *ref_3331 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen2 - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: accountName: - schema: *ref_433 + schema: *ref_427 rawValue: string - language: *ref_3346 + language: *ref_3339 endpoint: - schema: *ref_434 + schema: *ref_428 rawValue: string - language: *ref_3347 + language: *ref_3340 filesystem: - schema: *ref_435 + schema: *ref_429 rawValue: string - language: *ref_3348 + language: *ref_3341 protocol: - schema: *ref_436 + schema: *ref_430 rawValue: string - language: *ref_3349 - language: *ref_3313 - language: *ref_3344 - headers: *ref_3351 + language: *ref_3342 + language: *ref_3306 + language: *ref_3337 + headers: *ref_3344 - name: CreateOrUpdate datastore (Azure File store w/ AccountKey). clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3327 - parameter: *ref_2027 + language: *ref_3320 + parameter: *ref_2020 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3328 - parameter: *ref_2028 + language: *ref_3321 + parameter: *ref_2021 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3329 - parameter: *ref_2029 + language: *ref_3322 + parameter: *ref_2022 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3330 - parameter: *ref_2023 + language: *ref_3323 + parameter: *ref_2016 - exampleValue: - schema: *ref_855 + schema: *ref_849 parentsValue: {} properties: properties: - schema: *ref_447 + schema: *ref_441 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: secrets: - schema: *ref_463 + schema: *ref_457 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: AccountKey - language: *ref_3334 - language: *ref_3335 + language: *ref_3327 + language: *ref_3328 properties: key: - schema: *ref_457 + schema: *ref_451 rawValue: string - language: *ref_3352 - language: *ref_3353 - language: *ref_3305 + language: *ref_3345 + language: *ref_3346 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureFile - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: accountName: - schema: *ref_437 + schema: *ref_431 rawValue: string - language: *ref_3354 + language: *ref_3347 endpoint: - schema: *ref_438 + schema: *ref_432 rawValue: string - language: *ref_3355 + language: *ref_3348 fileShareName: - schema: *ref_439 + schema: *ref_433 rawValue: string - language: *ref_3356 + language: *ref_3349 protocol: - schema: *ref_440 + schema: *ref_434 rawValue: string - language: *ref_3357 - language: *ref_3313 - language: *ref_3340 - parameter: *ref_2025 - operation: *ref_3341 - operationGroup: *ref_3301 + language: *ref_3350 + language: *ref_3306 + language: *ref_3333 + parameter: *ref_2018 + operation: *ref_3334 + operationGroup: *ref_3294 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureFileWAccountKey/createOrUpdate.json responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_447 + schema: *ref_441 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: {} - language: *ref_3305 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureFile - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: accountName: - schema: *ref_437 + schema: *ref_431 rawValue: string - language: *ref_3354 + language: *ref_3347 endpoint: - schema: *ref_438 + schema: *ref_432 rawValue: string - language: *ref_3355 + language: *ref_3348 fileShareName: - schema: *ref_439 + schema: *ref_433 rawValue: string - language: *ref_3356 + language: *ref_3349 protocol: - schema: *ref_440 + schema: *ref_434 rawValue: string - language: *ref_3357 - language: *ref_3313 - language: *ref_3342 - headers: *ref_3358 + language: *ref_3350 + language: *ref_3306 + language: *ref_3335 + headers: *ref_3351 '201': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_447 + schema: *ref_441 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: {} - language: *ref_3305 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureFile - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: accountName: - schema: *ref_437 + schema: *ref_431 rawValue: string - language: *ref_3354 + language: *ref_3347 endpoint: - schema: *ref_438 + schema: *ref_432 rawValue: string - language: *ref_3355 + language: *ref_3348 fileShareName: - schema: *ref_439 + schema: *ref_433 rawValue: string - language: *ref_3356 + language: *ref_3349 protocol: - schema: *ref_440 + schema: *ref_434 rawValue: string - language: *ref_3357 - language: *ref_3313 - language: *ref_3344 - headers: *ref_3359 + language: *ref_3350 + language: *ref_3306 + language: *ref_3337 + headers: *ref_3352 - name: CreateOrUpdate datastore (AzureBlob w/ AccountKey). clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3327 - parameter: *ref_2027 + language: *ref_3320 + parameter: *ref_2020 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3328 - parameter: *ref_2028 + language: *ref_3321 + parameter: *ref_2021 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3329 - parameter: *ref_2029 + language: *ref_3322 + parameter: *ref_2022 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3330 - parameter: *ref_2023 + language: *ref_3323 + parameter: *ref_2016 - exampleValue: - schema: *ref_855 + schema: *ref_849 parentsValue: {} properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: secrets: - schema: *ref_463 + schema: *ref_457 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: AccountKey - language: *ref_3334 - language: *ref_3335 + language: *ref_3327 + language: *ref_3328 properties: key: - schema: *ref_457 + schema: *ref_451 rawValue: string - language: *ref_3352 - language: *ref_3353 - language: *ref_3305 + language: *ref_3345 + language: *ref_3346 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3306 - language: *ref_3308 + language: *ref_3299 + language: *ref_3301 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3309 + language: *ref_3302 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3310 + language: *ref_3303 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3311 + language: *ref_3304 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3312 - language: *ref_3313 - language: *ref_3340 - parameter: *ref_2025 - operation: *ref_3341 - operationGroup: *ref_3301 + language: *ref_3305 + language: *ref_3306 + language: *ref_3333 + parameter: *ref_2018 + operation: *ref_3334 + operationGroup: *ref_3294 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureBlobWAccountKey/createOrUpdate.json responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: {} - language: *ref_3305 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3306 + language: *ref_3299 isDefault: - schema: *ref_492 + schema: *ref_486 rawValue: false - language: *ref_3307 - language: *ref_3308 + language: *ref_3300 + language: *ref_3301 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3309 + language: *ref_3302 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3310 + language: *ref_3303 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3311 + language: *ref_3304 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3312 - language: *ref_3313 - language: *ref_3342 - headers: *ref_3360 + language: *ref_3305 + language: *ref_3306 + language: *ref_3335 + headers: *ref_3353 '201': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3303 - language: *ref_3304 + language: *ref_3296 + language: *ref_3297 properties: {} - language: *ref_3305 + language: *ref_3298 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3306 + language: *ref_3299 isDefault: - schema: *ref_492 + schema: *ref_486 rawValue: false - language: *ref_3307 - language: *ref_3308 + language: *ref_3300 + language: *ref_3301 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3309 + language: *ref_3302 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3310 + language: *ref_3303 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3311 + language: *ref_3304 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3312 - language: *ref_3313 - language: *ref_3344 - headers: *ref_3361 - operation: *ref_3341 - operationGroup: *ref_3301 + language: *ref_3305 + language: *ref_3306 + language: *ref_3337 + headers: *ref_3354 + operation: *ref_3334 + operationGroup: *ref_3294 - operationId: Datastores_ListSecrets examples: - name: Get datastore secrets. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3362 - parameter: *ref_2034 + language: *ref_3355 + parameter: *ref_2027 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3363 - parameter: *ref_2035 + language: *ref_3356 + parameter: *ref_2028 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3364 - parameter: *ref_2036 - operation: *ref_3365 - operationGroup: *ref_3301 + language: *ref_3357 + parameter: *ref_2029 + operation: *ref_3358 + operationGroup: *ref_3294 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/listSecrets.json responses: '200': body: - schema: *ref_463 + schema: *ref_457 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: AccountKey - language: *ref_3334 - language: *ref_3335 + language: *ref_3327 + language: *ref_3328 properties: key: - schema: *ref_457 + schema: *ref_451 rawValue: string - language: *ref_3352 - language: *ref_3366 - headers: *ref_3367 - operation: *ref_3365 - operationGroup: *ref_3301 + language: *ref_3345 + language: *ref_3359 + headers: *ref_3360 + operation: *ref_3358 + operationGroup: *ref_3294 - operationId: EnvironmentContainers_List examples: - name: List Environment Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3368 - parameter: *ref_2050 + language: *ref_3361 + parameter: *ref_2043 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3369 - parameter: *ref_2051 - operation: *ref_3370 - operationGroup: *ref_3371 + language: *ref_3362 + parameter: *ref_2044 + operation: *ref_3363 + operationGroup: *ref_3364 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/list.json responses: '200': body: - schema: *ref_2052 + schema: *ref_2045 parentsValue: {} properties: nextLink: - schema: *ref_1104 + schema: *ref_1097 rawValue: string - language: *ref_3372 + language: *ref_3365 value: - schema: *ref_1250 + schema: *ref_1243 elements: - - schema: *ref_856 + - schema: *ref_850 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testEnvironment - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -89241,155 +89050,155 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3373 - language: *ref_3374 - language: *ref_3375 - operation: *ref_3370 - operationGroup: *ref_3371 + language: *ref_3366 + language: *ref_3367 + language: *ref_3368 + operation: *ref_3363 + operationGroup: *ref_3364 - operationId: EnvironmentContainers_Delete examples: - name: Delete Environment Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3376 - parameter: *ref_2056 + language: *ref_3369 + parameter: *ref_2049 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3377 - parameter: *ref_2057 + language: *ref_3370 + parameter: *ref_2050 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3378 - parameter: *ref_2058 - operation: *ref_3379 - operationGroup: *ref_3371 + language: *ref_3371 + parameter: *ref_2051 + operation: *ref_3372 + operationGroup: *ref_3364 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3379 - operationGroup: *ref_3371 + operation: *ref_3372 + operationGroup: *ref_3364 - operationId: EnvironmentContainers_Get examples: - name: Get Environment Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3380 - parameter: *ref_2062 + language: *ref_3373 + parameter: *ref_2055 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3381 - parameter: *ref_2063 + language: *ref_3374 + parameter: *ref_2056 - exampleValue: schema: *ref_9 rawValue: testEnvironment - language: *ref_3382 - parameter: *ref_2064 - operation: *ref_3383 - operationGroup: *ref_3371 + language: *ref_3375 + parameter: *ref_2057 + operation: *ref_3376 + operationGroup: *ref_3364 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/get.json responses: '200': body: - schema: *ref_856 + schema: *ref_850 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testEnvironment - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -89397,65 +89206,65 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3373 - language: *ref_3384 - operation: *ref_3383 - operationGroup: *ref_3371 + language: *ref_3366 + language: *ref_3377 + operation: *ref_3376 + operationGroup: *ref_3364 - operationId: EnvironmentContainers_CreateOrUpdate examples: - name: CreateOrUpdate Environment Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3385 - parameter: *ref_2072 + language: *ref_3378 + parameter: *ref_2065 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3386 - parameter: *ref_2073 + language: *ref_3379 + parameter: *ref_2066 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEnvironment - language: *ref_3387 - parameter: *ref_2074 + language: *ref_3380 + parameter: *ref_2067 - exampleValue: - schema: *ref_856 + schema: *ref_850 parentsValue: {} properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: additionalProp1: schema: *ref_9 @@ -89466,9 +89275,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: additionalProp1: schema: *ref_9 @@ -89479,85 +89288,85 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3373 - language: *ref_3388 - parameter: *ref_2070 - operation: *ref_3389 - operationGroup: *ref_3371 + language: *ref_3366 + language: *ref_3381 + parameter: *ref_2063 + operation: *ref_3382 + operationGroup: *ref_3364 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/createOrUpdate.json responses: '200': body: - schema: *ref_856 + schema: *ref_850 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testEnvironment - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-04T03:39:11.300Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-04T03:39:11.300Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: additionalProp1: schema: *ref_9 @@ -89568,9 +89377,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: additionalProp1: schema: *ref_9 @@ -89581,80 +89390,80 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3373 - language: *ref_3390 + language: *ref_3366 + language: *ref_3383 '201': body: - schema: *ref_856 + schema: *ref_850 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testEnvironment - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-04T03:39:11.301Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-04T03:39:11.301Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: additionalProp1: schema: *ref_9 @@ -89665,9 +89474,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: additionalProp1: schema: *ref_9 @@ -89678,7009 +89487,7009 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3373 - language: *ref_3391 - operation: *ref_3389 - operationGroup: *ref_3371 + language: *ref_3366 + language: *ref_3384 + operation: *ref_3382 + operationGroup: *ref_3364 - operationId: EnvironmentVersions_List examples: - name: List Environment Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3392 - parameter: *ref_2087 + language: *ref_3385 + parameter: *ref_2080 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3393 - parameter: *ref_2088 + language: *ref_3386 + parameter: *ref_2081 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3394 - parameter: *ref_2089 + language: *ref_3387 + parameter: *ref_2082 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3395 - parameter: *ref_2081 + language: *ref_3388 + parameter: *ref_2074 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3396 - parameter: *ref_2084 - operation: *ref_3397 - operationGroup: *ref_3398 + language: *ref_3389 + parameter: *ref_2077 + operation: *ref_3390 + operationGroup: *ref_3391 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/list.json responses: '200': body: - schema: *ref_2090 + schema: *ref_2083 parentsValue: {} properties: nextLink: - schema: *ref_1105 + schema: *ref_1098 rawValue: string - language: *ref_3399 + language: *ref_3392 value: - schema: *ref_1251 + schema: *ref_1244 elements: - - schema: *ref_857 + - schema: *ref_851 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3400 + language: *ref_3393 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3401 - language: *ref_3402 + language: *ref_3394 + language: *ref_3395 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3403 + language: *ref_3396 environmentType: - schema: *ref_408 + schema: *ref_402 rawValue: Curated - language: *ref_3404 + language: *ref_3397 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3405 + language: *ref_3398 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3408 + language: *ref_3400 + language: *ref_3401 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3409 + language: *ref_3400 + language: *ref_3402 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3410 - language: *ref_3411 - language: *ref_3412 - language: *ref_3413 - language: *ref_3414 - headers: *ref_3415 - operation: *ref_3397 - operationGroup: *ref_3398 + language: *ref_3400 + language: *ref_3403 + language: *ref_3404 + language: *ref_3405 + language: *ref_3406 + language: *ref_3407 + headers: *ref_3408 + operation: *ref_3390 + operationGroup: *ref_3391 - operationId: EnvironmentVersions_Delete examples: - name: Delete Environment Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3416 - parameter: *ref_2094 + language: *ref_3409 + parameter: *ref_2087 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3417 - parameter: *ref_2095 + language: *ref_3410 + parameter: *ref_2088 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3418 - parameter: *ref_2096 + language: *ref_3411 + parameter: *ref_2089 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3419 - parameter: *ref_2097 - operation: *ref_3420 - operationGroup: *ref_3398 + language: *ref_3412 + parameter: *ref_2090 + operation: *ref_3413 + operationGroup: *ref_3391 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/delete.json responses: '200': {} '204': {} - operation: *ref_3420 - operationGroup: *ref_3398 + operation: *ref_3413 + operationGroup: *ref_3391 - operationId: EnvironmentVersions_Get examples: - name: Get Environment Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3421 - parameter: *ref_2101 + language: *ref_3414 + parameter: *ref_2094 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3422 - parameter: *ref_2102 + language: *ref_3415 + parameter: *ref_2095 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3423 - parameter: *ref_2103 + language: *ref_3416 + parameter: *ref_2096 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3424 - parameter: *ref_2104 - operation: *ref_3425 - operationGroup: *ref_3398 + language: *ref_3417 + parameter: *ref_2097 + operation: *ref_3418 + operationGroup: *ref_3391 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/get.json responses: '200': body: - schema: *ref_857 + schema: *ref_851 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3400 + language: *ref_3393 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3401 - language: *ref_3402 + language: *ref_3394 + language: *ref_3395 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3403 + language: *ref_3396 environmentType: - schema: *ref_408 + schema: *ref_402 rawValue: Curated - language: *ref_3404 + language: *ref_3397 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3405 + language: *ref_3398 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3408 + language: *ref_3400 + language: *ref_3401 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3409 + language: *ref_3400 + language: *ref_3402 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3410 - language: *ref_3411 - language: *ref_3412 - language: *ref_3426 - headers: *ref_3427 - operation: *ref_3425 - operationGroup: *ref_3398 + language: *ref_3400 + language: *ref_3403 + language: *ref_3404 + language: *ref_3405 + language: *ref_3419 + headers: *ref_3420 + operation: *ref_3418 + operationGroup: *ref_3391 - operationId: EnvironmentVersions_CreateOrUpdate examples: - name: CreateOrUpdate Environment Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3428 - parameter: *ref_2112 + language: *ref_3421 + parameter: *ref_2105 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3429 - parameter: *ref_2113 + language: *ref_3422 + parameter: *ref_2106 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3430 - parameter: *ref_2114 + language: *ref_3423 + parameter: *ref_2107 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3431 - parameter: *ref_2115 + language: *ref_3424 + parameter: *ref_2108 - exampleValue: - schema: *ref_857 + schema: *ref_851 parentsValue: {} properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3400 + language: *ref_3393 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3401 - language: *ref_3402 + language: *ref_3394 + language: *ref_3395 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3403 + language: *ref_3396 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3405 + language: *ref_3398 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3408 + language: *ref_3400 + language: *ref_3401 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3409 + language: *ref_3400 + language: *ref_3402 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3410 - language: *ref_3411 - language: *ref_3412 - language: *ref_3432 - parameter: *ref_2110 - operation: *ref_3433 - operationGroup: *ref_3398 + language: *ref_3400 + language: *ref_3403 + language: *ref_3404 + language: *ref_3405 + language: *ref_3425 + parameter: *ref_2103 + operation: *ref_3426 + operationGroup: *ref_3391 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/createOrUpdate.json responses: '200': body: - schema: *ref_857 + schema: *ref_851 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3400 + language: *ref_3393 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3401 - language: *ref_3402 + language: *ref_3394 + language: *ref_3395 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3403 + language: *ref_3396 environmentType: - schema: *ref_408 + schema: *ref_402 rawValue: Curated - language: *ref_3404 + language: *ref_3397 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3405 + language: *ref_3398 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3408 + language: *ref_3400 + language: *ref_3401 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3409 + language: *ref_3400 + language: *ref_3402 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3410 - language: *ref_3411 - language: *ref_3412 - language: *ref_3434 - headers: *ref_3435 + language: *ref_3400 + language: *ref_3403 + language: *ref_3404 + language: *ref_3405 + language: *ref_3427 + headers: *ref_3428 '201': body: - schema: *ref_857 + schema: *ref_851 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3400 + language: *ref_3393 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3401 - language: *ref_3402 + language: *ref_3394 + language: *ref_3395 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3403 + language: *ref_3396 environmentType: - schema: *ref_408 + schema: *ref_402 rawValue: Curated - language: *ref_3404 + language: *ref_3397 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3405 + language: *ref_3398 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3408 + language: *ref_3400 + language: *ref_3401 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3409 + language: *ref_3400 + language: *ref_3402 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3406 + language: *ref_3399 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3407 - language: *ref_3410 - language: *ref_3411 - language: *ref_3412 - language: *ref_3436 - headers: *ref_3437 - operation: *ref_3433 - operationGroup: *ref_3398 + language: *ref_3400 + language: *ref_3403 + language: *ref_3404 + language: *ref_3405 + language: *ref_3429 + headers: *ref_3430 + operation: *ref_3426 + operationGroup: *ref_3391 - operationId: Jobs_List examples: - name: List AutoML Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3438 - parameter: *ref_2130 + language: *ref_3431 + parameter: *ref_2123 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3439 - parameter: *ref_2131 - operation: *ref_3440 - operationGroup: *ref_3441 + language: *ref_3432 + parameter: *ref_2124 + operation: *ref_3433 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/list.json responses: '200': body: - schema: *ref_2132 + schema: *ref_2125 parentsValue: {} properties: value: - schema: *ref_1252 + schema: *ref_1245 elements: - - schema: *ref_858 + - schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: ManagedIdentity - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3448 + language: *ref_3441 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3449 + language: *ref_3442 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3450 + language: *ref_3443 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3451 + language: *ref_3444 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3452 + language: *ref_3445 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3453 + language: *ref_3446 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3454 - language: *ref_3455 + language: *ref_3447 + language: *ref_3448 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3456 - language: *ref_3457 + language: *ref_3449 + language: *ref_3450 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: Scheduled - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3467 + language: *ref_3460 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3468 + language: *ref_3461 outputs: - schema: *ref_780 + schema: *ref_3462 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3475 + language: *ref_3469 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3476 - language: *ref_3022 - language: *ref_3477 + rawValue: *ref_3470 + language: *ref_3015 + language: *ref_3471 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3478 - language: *ref_3479 + language: *ref_3472 + language: *ref_3473 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3480 + language: *ref_3474 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3481 - language: *ref_3482 + language: *ref_3475 + language: *ref_3476 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: {} - language: *ref_3485 - language: *ref_3486 - language: *ref_3487 + language: *ref_3479 + language: *ref_3480 + language: *ref_3481 properties: {} - language: *ref_3488 + language: *ref_3482 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3489 - language: *ref_3490 - language: *ref_3491 + language: *ref_3483 + language: *ref_3484 + language: *ref_3485 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3492 - language: *ref_3493 + language: *ref_3486 + language: *ref_3487 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3494 - language: *ref_3495 - language: *ref_3496 + language: *ref_3488 + language: *ref_3489 + language: *ref_3490 properties: {} - language: *ref_3497 - language: *ref_3498 - language: *ref_3499 - language: *ref_3500 - headers: *ref_3501 + language: *ref_3491 + language: *ref_3492 + language: *ref_3493 + language: *ref_3494 + headers: *ref_3495 - name: List Command Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3438 - parameter: *ref_2130 + language: *ref_3431 + parameter: *ref_2123 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3439 - parameter: *ref_2131 + language: *ref_3432 + parameter: *ref_2124 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3502 - parameter: *ref_2125 + language: *ref_3496 + parameter: *ref_2118 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3503 - parameter: *ref_2126 - operation: *ref_3440 - operationGroup: *ref_3441 + language: *ref_3497 + parameter: *ref_2119 + operation: *ref_3433 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/list.json responses: '200': body: - schema: *ref_2132 + schema: *ref_2125 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1101 rawValue: string - language: *ref_3504 + language: *ref_3498 value: - schema: *ref_1252 + schema: *ref_1245 elements: - - schema: *ref_858 + - schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3505 + language: *ref_3499 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3506 + language: *ref_3500 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3509 + language: *ref_3503 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3510 - language: *ref_3511 + language: *ref_3504 + language: *ref_3505 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3512 + language: *ref_3506 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3513 + language: *ref_3507 inputs: - schema: *ref_781 + schema: *ref_3508 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3516 + language: *ref_3510 + language: *ref_3511 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3517 + language: *ref_3512 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3518 - language: *ref_3519 + language: *ref_3513 + language: *ref_3514 properties: {} - language: *ref_3520 + language: *ref_3515 outputs: - schema: *ref_780 + schema: *ref_3516 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3521 + language: *ref_3517 parameters: schema: *ref_2 - rawValue: *ref_3522 - language: *ref_3523 + rawValue: *ref_3518 + language: *ref_3519 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3524 - language: *ref_3022 - language: *ref_3525 - language: *ref_3498 - language: *ref_3499 - language: *ref_3500 - headers: *ref_3526 + rawValue: *ref_3520 + language: *ref_3015 + language: *ref_3521 + language: *ref_3492 + language: *ref_3493 + language: *ref_3494 + headers: *ref_3522 - name: List Pipeline Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3438 - parameter: *ref_2130 + language: *ref_3431 + parameter: *ref_2123 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3439 - parameter: *ref_2131 + language: *ref_3432 + parameter: *ref_2124 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3502 - parameter: *ref_2125 + language: *ref_3496 + parameter: *ref_2118 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3503 - parameter: *ref_2126 - operation: *ref_3440 - operationGroup: *ref_3441 + language: *ref_3497 + parameter: *ref_2119 + operation: *ref_3433 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/list.json responses: '200': body: - schema: *ref_2132 + schema: *ref_2125 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1101 rawValue: string - language: *ref_3504 + language: *ref_3498 value: - schema: *ref_1252 + schema: *ref_1245 elements: - - schema: *ref_858 + - schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: inputs: - schema: *ref_781 + schema: *ref_3523 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3527 + language: *ref_3510 + language: *ref_3524 outputs: - schema: *ref_780 + schema: *ref_3525 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3528 + language: *ref_3526 settings: schema: *ref_2 - rawValue: *ref_3529 - language: *ref_3530 - language: *ref_3498 - language: *ref_3499 - language: *ref_3500 - headers: *ref_3531 + rawValue: *ref_3527 + language: *ref_3528 + language: *ref_3492 + language: *ref_3493 + language: *ref_3494 + headers: *ref_3529 - name: List Sweep Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3438 - parameter: *ref_2130 + language: *ref_3431 + parameter: *ref_2123 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3439 - parameter: *ref_2131 + language: *ref_3432 + parameter: *ref_2124 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3502 - parameter: *ref_2125 + language: *ref_3496 + parameter: *ref_2118 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3503 - parameter: *ref_2126 - operation: *ref_3440 - operationGroup: *ref_3441 + language: *ref_3497 + parameter: *ref_2119 + operation: *ref_3433 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/list.json responses: '200': body: - schema: *ref_2132 + schema: *ref_2125 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1101 rawValue: string - language: *ref_3504 + language: *ref_3498 value: - schema: *ref_1252 + schema: *ref_1245 elements: - - schema: *ref_858 + - schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3532 + language: *ref_3530 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3533 + language: *ref_3531 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3534 - language: *ref_3535 + language: *ref_3532 + language: *ref_3533 properties: {} - language: *ref_3536 + language: *ref_3534 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3517 - language: *ref_3519 + language: *ref_3512 + language: *ref_3514 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3537 + language: *ref_3535 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3538 + language: *ref_3536 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3539 - language: *ref_3540 + language: *ref_3537 + language: *ref_3538 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3541 + language: *ref_3539 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3542 - language: *ref_3543 + language: *ref_3540 + language: *ref_3541 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3544 - language: *ref_3545 + language: *ref_3542 + language: *ref_3543 properties: {} - language: *ref_3546 + language: *ref_3544 searchSpace: schema: *ref_2 - rawValue: *ref_3547 - language: *ref_3548 + rawValue: *ref_3545 + language: *ref_3546 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3549 + language: *ref_3547 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3550 + language: *ref_3548 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3551 - language: *ref_3552 + language: *ref_3549 + language: *ref_3550 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3553 + language: *ref_3551 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3554 + language: *ref_3552 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3555 - language: *ref_3022 - language: *ref_3556 - language: *ref_3557 - language: *ref_3498 - language: *ref_3499 - language: *ref_3500 - headers: *ref_3558 - operation: *ref_3440 - operationGroup: *ref_3441 + rawValue: *ref_3553 + language: *ref_3015 + language: *ref_3554 + language: *ref_3555 + language: *ref_3492 + language: *ref_3493 + language: *ref_3494 + headers: *ref_3556 + operation: *ref_3433 + operationGroup: *ref_3434 - operationId: Jobs_Delete examples: - name: Delete Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3559 - parameter: *ref_2136 + language: *ref_3557 + parameter: *ref_2129 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3560 - parameter: *ref_2137 + language: *ref_3558 + parameter: *ref_2130 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3561 - parameter: *ref_2138 - operation: *ref_3562 - operationGroup: *ref_3441 + language: *ref_3559 + parameter: *ref_2131 + operation: *ref_3560 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_3562 - operationGroup: *ref_3441 + operation: *ref_3560 + operationGroup: *ref_3434 - operationId: Jobs_Get examples: - name: Get AutoML Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3563 - parameter: *ref_2146 + language: *ref_3561 + parameter: *ref_2139 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3564 - parameter: *ref_2147 + language: *ref_3562 + parameter: *ref_2140 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3565 - parameter: *ref_2148 - operation: *ref_3566 - operationGroup: *ref_3441 + language: *ref_3563 + parameter: *ref_2141 + operation: *ref_3564 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/get.json responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: ManagedIdentity - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3448 + language: *ref_3441 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3449 + language: *ref_3442 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3450 + language: *ref_3443 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3451 + language: *ref_3444 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3452 + language: *ref_3445 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3453 + language: *ref_3446 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3454 - language: *ref_3455 + language: *ref_3447 + language: *ref_3448 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3456 - language: *ref_3457 + language: *ref_3449 + language: *ref_3450 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: Scheduled - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3467 + language: *ref_3460 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3468 + language: *ref_3461 outputs: - schema: *ref_780 + schema: *ref_3462 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3475 + language: *ref_3469 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3567 - language: *ref_3022 - language: *ref_3477 + rawValue: *ref_3565 + language: *ref_3015 + language: *ref_3471 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3478 - language: *ref_3479 + language: *ref_3472 + language: *ref_3473 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3480 + language: *ref_3474 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3481 - language: *ref_3482 + language: *ref_3475 + language: *ref_3476 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: {} - language: *ref_3485 - language: *ref_3486 - language: *ref_3487 + language: *ref_3479 + language: *ref_3480 + language: *ref_3481 properties: {} - language: *ref_3488 + language: *ref_3482 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3489 - language: *ref_3490 - language: *ref_3491 + language: *ref_3483 + language: *ref_3484 + language: *ref_3485 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3492 - language: *ref_3493 + language: *ref_3486 + language: *ref_3487 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3494 - language: *ref_3495 - language: *ref_3496 + language: *ref_3488 + language: *ref_3489 + language: *ref_3490 properties: {} - language: *ref_3497 - language: *ref_3498 - language: *ref_3568 - headers: *ref_3569 + language: *ref_3491 + language: *ref_3492 + language: *ref_3566 + headers: *ref_3567 - name: Get Command Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3563 - parameter: *ref_2146 + language: *ref_3561 + parameter: *ref_2139 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3564 - parameter: *ref_2147 + language: *ref_3562 + parameter: *ref_2140 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3565 - parameter: *ref_2148 - operation: *ref_3566 - operationGroup: *ref_3441 + language: *ref_3563 + parameter: *ref_2141 + operation: *ref_3564 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/get.json responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3505 + language: *ref_3499 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3506 + language: *ref_3500 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3509 + language: *ref_3503 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3510 - language: *ref_3511 + language: *ref_3504 + language: *ref_3505 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3512 + language: *ref_3506 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3513 + language: *ref_3507 inputs: - schema: *ref_781 + schema: *ref_3508 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3516 + language: *ref_3510 + language: *ref_3511 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3517 + language: *ref_3512 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3518 - language: *ref_3519 + language: *ref_3513 + language: *ref_3514 properties: {} - language: *ref_3520 + language: *ref_3515 outputs: - schema: *ref_780 + schema: *ref_3516 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3521 + language: *ref_3517 parameters: schema: *ref_2 - rawValue: *ref_3570 - language: *ref_3523 + rawValue: *ref_3568 + language: *ref_3519 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3571 - language: *ref_3022 - language: *ref_3525 - language: *ref_3498 - language: *ref_3568 - headers: *ref_3572 + rawValue: *ref_3569 + language: *ref_3015 + language: *ref_3521 + language: *ref_3492 + language: *ref_3566 + headers: *ref_3570 - name: Get Pipeline Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3563 - parameter: *ref_2146 + language: *ref_3561 + parameter: *ref_2139 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3564 - parameter: *ref_2147 + language: *ref_3562 + parameter: *ref_2140 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3565 - parameter: *ref_2148 - operation: *ref_3566 - operationGroup: *ref_3441 + language: *ref_3563 + parameter: *ref_2141 + operation: *ref_3564 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/get.json responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: inputs: - schema: *ref_781 + schema: *ref_3523 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3527 + language: *ref_3510 + language: *ref_3524 outputs: - schema: *ref_780 + schema: *ref_3525 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3528 + language: *ref_3526 settings: schema: *ref_2 - rawValue: *ref_3573 - language: *ref_3530 - language: *ref_3498 - language: *ref_3568 - headers: *ref_3574 + rawValue: *ref_3571 + language: *ref_3528 + language: *ref_3492 + language: *ref_3566 + headers: *ref_3572 - name: Get Sweep Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3563 - parameter: *ref_2146 + language: *ref_3561 + parameter: *ref_2139 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3564 - parameter: *ref_2147 + language: *ref_3562 + parameter: *ref_2140 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3565 - parameter: *ref_2148 - operation: *ref_3566 - operationGroup: *ref_3441 + language: *ref_3563 + parameter: *ref_2141 + operation: *ref_3564 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/get.json responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3532 + language: *ref_3530 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3533 + language: *ref_3531 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3534 - language: *ref_3535 + language: *ref_3532 + language: *ref_3533 properties: {} - language: *ref_3536 + language: *ref_3534 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3517 - language: *ref_3519 + language: *ref_3512 + language: *ref_3514 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3537 + language: *ref_3535 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3538 + language: *ref_3536 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3539 - language: *ref_3540 + language: *ref_3537 + language: *ref_3538 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3541 + language: *ref_3539 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3542 - language: *ref_3543 + language: *ref_3540 + language: *ref_3541 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3544 - language: *ref_3545 + language: *ref_3542 + language: *ref_3543 properties: {} - language: *ref_3546 + language: *ref_3544 searchSpace: schema: *ref_2 - rawValue: *ref_3575 - language: *ref_3548 + rawValue: *ref_3573 + language: *ref_3546 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3549 + language: *ref_3547 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3550 + language: *ref_3548 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3551 - language: *ref_3552 + language: *ref_3549 + language: *ref_3550 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3553 + language: *ref_3551 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3554 + language: *ref_3552 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3576 - language: *ref_3022 - language: *ref_3556 - language: *ref_3557 - language: *ref_3498 - language: *ref_3568 - headers: *ref_3577 - operation: *ref_3566 - operationGroup: *ref_3441 + rawValue: *ref_3574 + language: *ref_3015 + language: *ref_3554 + language: *ref_3555 + language: *ref_3492 + language: *ref_3566 + headers: *ref_3575 + operation: *ref_3564 + operationGroup: *ref_3434 - operationId: Jobs_CreateOrUpdate examples: - name: CreateOrUpdate AutoML Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3578 - parameter: *ref_2156 + language: *ref_3576 + parameter: *ref_2149 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3579 - parameter: *ref_2157 + language: *ref_3577 + parameter: *ref_2150 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3580 - parameter: *ref_2158 + language: *ref_3578 + parameter: *ref_2151 - exampleValue: - schema: *ref_858 + schema: *ref_852 parentsValue: {} properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3448 + language: *ref_3441 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3449 + language: *ref_3442 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3450 + language: *ref_3443 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3451 + language: *ref_3444 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3452 + language: *ref_3445 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3453 + language: *ref_3446 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3454 - language: *ref_3455 + language: *ref_3447 + language: *ref_3448 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3456 - language: *ref_3457 + language: *ref_3449 + language: *ref_3450 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 - language: *ref_3464 - language: *ref_3466 + language: *ref_3455 + language: *ref_3457 + language: *ref_3459 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3467 + language: *ref_3460 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3468 + language: *ref_3461 outputs: - schema: *ref_780 + schema: *ref_3462 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3475 + language: *ref_3469 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3581 - language: *ref_3022 - language: *ref_3477 + rawValue: *ref_3579 + language: *ref_3015 + language: *ref_3471 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3478 - language: *ref_3479 + language: *ref_3472 + language: *ref_3473 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3480 + language: *ref_3474 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3481 - language: *ref_3482 + language: *ref_3475 + language: *ref_3476 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: {} - language: *ref_3485 - language: *ref_3486 - language: *ref_3487 + language: *ref_3479 + language: *ref_3480 + language: *ref_3481 properties: {} - language: *ref_3488 + language: *ref_3482 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3489 - language: *ref_3490 - language: *ref_3491 + language: *ref_3483 + language: *ref_3484 + language: *ref_3485 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3492 - language: *ref_3493 + language: *ref_3486 + language: *ref_3487 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3494 - language: *ref_3495 - language: *ref_3496 + language: *ref_3488 + language: *ref_3489 + language: *ref_3490 properties: {} - language: *ref_3497 - language: *ref_3498 - language: *ref_3582 - parameter: *ref_2154 - operation: *ref_3583 - operationGroup: *ref_3441 + language: *ref_3491 + language: *ref_3492 + language: *ref_3580 + parameter: *ref_2147 + operation: *ref_3581 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/createOrUpdate.json responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: ManagedIdentity - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3448 + language: *ref_3441 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3449 + language: *ref_3442 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3450 + language: *ref_3443 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3451 + language: *ref_3444 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3452 + language: *ref_3445 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3453 + language: *ref_3446 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3454 - language: *ref_3455 + language: *ref_3447 + language: *ref_3448 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3456 - language: *ref_3457 + language: *ref_3449 + language: *ref_3450 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: Scheduled - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3467 + language: *ref_3460 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3468 + language: *ref_3461 outputs: - schema: *ref_780 + schema: *ref_3462 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3475 + language: *ref_3469 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3584 - language: *ref_3022 - language: *ref_3477 + rawValue: *ref_3582 + language: *ref_3015 + language: *ref_3471 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3478 - language: *ref_3479 + language: *ref_3472 + language: *ref_3473 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3480 + language: *ref_3474 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3481 - language: *ref_3482 + language: *ref_3475 + language: *ref_3476 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: {} - language: *ref_3485 - language: *ref_3486 - language: *ref_3487 + language: *ref_3479 + language: *ref_3480 + language: *ref_3481 properties: {} - language: *ref_3488 + language: *ref_3482 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3489 - language: *ref_3490 - language: *ref_3491 + language: *ref_3483 + language: *ref_3484 + language: *ref_3485 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3492 - language: *ref_3493 + language: *ref_3486 + language: *ref_3487 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3494 - language: *ref_3495 - language: *ref_3496 + language: *ref_3488 + language: *ref_3489 + language: *ref_3490 properties: {} - language: *ref_3497 - language: *ref_3498 - language: *ref_3585 - headers: *ref_3586 + language: *ref_3491 + language: *ref_3492 + language: *ref_3583 + headers: *ref_3584 '201': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: ManagedIdentity - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3448 + language: *ref_3441 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3449 + language: *ref_3442 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3450 + language: *ref_3443 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3451 + language: *ref_3444 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3452 + language: *ref_3445 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3453 + language: *ref_3446 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3454 - language: *ref_3455 + language: *ref_3447 + language: *ref_3448 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3456 - language: *ref_3457 + language: *ref_3449 + language: *ref_3450 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: Scheduled - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3467 + language: *ref_3460 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3468 + language: *ref_3461 outputs: - schema: *ref_780 + schema: *ref_3462 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3475 + language: *ref_3469 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3587 - language: *ref_3022 - language: *ref_3477 + rawValue: *ref_3585 + language: *ref_3015 + language: *ref_3471 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3478 - language: *ref_3479 + language: *ref_3472 + language: *ref_3473 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3480 + language: *ref_3474 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3481 - language: *ref_3482 + language: *ref_3475 + language: *ref_3476 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: {} - language: *ref_3485 - language: *ref_3486 - language: *ref_3487 + language: *ref_3479 + language: *ref_3480 + language: *ref_3481 properties: {} - language: *ref_3488 + language: *ref_3482 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3489 - language: *ref_3490 - language: *ref_3491 + language: *ref_3483 + language: *ref_3484 + language: *ref_3485 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3492 - language: *ref_3493 + language: *ref_3486 + language: *ref_3487 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3494 - language: *ref_3495 - language: *ref_3496 + language: *ref_3488 + language: *ref_3489 + language: *ref_3490 properties: {} - language: *ref_3497 - language: *ref_3498 - language: *ref_3588 - headers: *ref_3589 + language: *ref_3491 + language: *ref_3492 + language: *ref_3586 + headers: *ref_3587 - name: CreateOrUpdate Command Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3578 - parameter: *ref_2156 + language: *ref_3576 + parameter: *ref_2149 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3579 - parameter: *ref_2157 + language: *ref_3577 + parameter: *ref_2150 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3580 - parameter: *ref_2158 + language: *ref_3578 + parameter: *ref_2151 - exampleValue: - schema: *ref_858 + schema: *ref_852 parentsValue: {} properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 - language: *ref_3464 - language: *ref_3466 + language: *ref_3455 + language: *ref_3457 + language: *ref_3459 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3505 + language: *ref_3499 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3506 + language: *ref_3500 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3509 + language: *ref_3503 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3510 - language: *ref_3511 + language: *ref_3504 + language: *ref_3505 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3512 + language: *ref_3506 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3513 + language: *ref_3507 inputs: - schema: *ref_781 + schema: *ref_3508 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3516 + language: *ref_3510 + language: *ref_3511 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3517 + language: *ref_3512 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3518 - language: *ref_3519 + language: *ref_3513 + language: *ref_3514 properties: {} - language: *ref_3520 + language: *ref_3515 outputs: - schema: *ref_780 + schema: *ref_3516 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3521 + language: *ref_3517 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3590 - language: *ref_3022 - language: *ref_3525 - language: *ref_3498 - language: *ref_3582 - parameter: *ref_2154 - operation: *ref_3583 - operationGroup: *ref_3441 + rawValue: *ref_3588 + language: *ref_3015 + language: *ref_3521 + language: *ref_3492 + language: *ref_3580 + parameter: *ref_2147 + operation: *ref_3581 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/createOrUpdate.json responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3505 + language: *ref_3499 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3506 + language: *ref_3500 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3509 + language: *ref_3503 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3510 - language: *ref_3511 + language: *ref_3504 + language: *ref_3505 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3512 + language: *ref_3506 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3513 + language: *ref_3507 inputs: - schema: *ref_781 + schema: *ref_3508 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3516 + language: *ref_3510 + language: *ref_3511 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3517 + language: *ref_3512 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3518 - language: *ref_3519 + language: *ref_3513 + language: *ref_3514 properties: {} - language: *ref_3520 + language: *ref_3515 outputs: - schema: *ref_780 + schema: *ref_3516 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3521 + language: *ref_3517 parameters: schema: *ref_2 - rawValue: *ref_3591 - language: *ref_3523 + rawValue: *ref_3589 + language: *ref_3519 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3592 - language: *ref_3022 - language: *ref_3525 - language: *ref_3498 - language: *ref_3585 - headers: *ref_3593 + rawValue: *ref_3590 + language: *ref_3015 + language: *ref_3521 + language: *ref_3492 + language: *ref_3583 + headers: *ref_3591 '201': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3445 - language: *ref_3446 + language: *ref_3438 + language: *ref_3439 properties: {} - language: *ref_3447 + language: *ref_3440 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3505 + language: *ref_3499 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3506 + language: *ref_3500 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3509 + language: *ref_3503 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3510 - language: *ref_3511 + language: *ref_3504 + language: *ref_3505 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3512 + language: *ref_3506 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3513 + language: *ref_3507 inputs: - schema: *ref_781 + schema: *ref_3508 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3516 + language: *ref_3510 + language: *ref_3511 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3517 + language: *ref_3512 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3518 - language: *ref_3519 + language: *ref_3513 + language: *ref_3514 properties: {} - language: *ref_3520 + language: *ref_3515 outputs: - schema: *ref_780 + schema: *ref_3516 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3521 + language: *ref_3517 parameters: schema: *ref_2 - rawValue: *ref_3594 - language: *ref_3523 + rawValue: *ref_3592 + language: *ref_3519 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3595 - language: *ref_3022 - language: *ref_3525 - language: *ref_3498 - language: *ref_3588 - headers: *ref_3596 + rawValue: *ref_3593 + language: *ref_3015 + language: *ref_3521 + language: *ref_3492 + language: *ref_3586 + headers: *ref_3594 - name: CreateOrUpdate Pipeline Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3578 - parameter: *ref_2156 + language: *ref_3576 + parameter: *ref_2149 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3579 - parameter: *ref_2157 + language: *ref_3577 + parameter: *ref_2150 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3580 - parameter: *ref_2158 + language: *ref_3578 + parameter: *ref_2151 - exampleValue: - schema: *ref_858 + schema: *ref_852 parentsValue: {} properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 - language: *ref_3464 - language: *ref_3466 + language: *ref_3455 + language: *ref_3457 + language: *ref_3459 properties: inputs: - schema: *ref_781 + schema: *ref_3523 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3527 + language: *ref_3510 + language: *ref_3524 outputs: - schema: *ref_780 + schema: *ref_3525 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3528 + language: *ref_3526 settings: schema: *ref_2 - rawValue: *ref_3597 - language: *ref_3530 - language: *ref_3498 - language: *ref_3582 - parameter: *ref_2154 - operation: *ref_3583 - operationGroup: *ref_3441 + rawValue: *ref_3595 + language: *ref_3528 + language: *ref_3492 + language: *ref_3580 + parameter: *ref_2147 + operation: *ref_3581 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/createOrUpdate.json responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: inputs: - schema: *ref_781 + schema: *ref_3523 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3527 + language: *ref_3510 + language: *ref_3524 outputs: - schema: *ref_780 + schema: *ref_3525 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3528 + language: *ref_3526 settings: schema: *ref_2 - rawValue: *ref_3598 - language: *ref_3530 - language: *ref_3498 - language: *ref_3585 - headers: *ref_3599 + rawValue: *ref_3596 + language: *ref_3528 + language: *ref_3492 + language: *ref_3583 + headers: *ref_3597 '201': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: inputs: - schema: *ref_781 + schema: *ref_3523 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3514 + language: *ref_3509 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3483 - language: *ref_3484 + language: *ref_3477 + language: *ref_3478 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3515 - language: *ref_3527 + language: *ref_3510 + language: *ref_3524 outputs: - schema: *ref_780 + schema: *ref_3525 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3469 + language: *ref_3463 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3470 - language: *ref_3471 + language: *ref_3464 + language: *ref_3465 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3472 + language: *ref_3466 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3473 - language: *ref_3474 + language: *ref_3467 + language: *ref_3468 properties: {} - language: *ref_3528 + language: *ref_3526 settings: schema: *ref_2 - rawValue: *ref_3600 - language: *ref_3530 - language: *ref_3498 - language: *ref_3588 - headers: *ref_3601 + rawValue: *ref_3598 + language: *ref_3528 + language: *ref_3492 + language: *ref_3586 + headers: *ref_3599 - name: CreateOrUpdate Sweep Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3578 - parameter: *ref_2156 + language: *ref_3576 + parameter: *ref_2149 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3579 - parameter: *ref_2157 + language: *ref_3577 + parameter: *ref_2150 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3580 - parameter: *ref_2158 + language: *ref_3578 + parameter: *ref_2151 - exampleValue: - schema: *ref_858 + schema: *ref_852 parentsValue: {} properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 - language: *ref_3464 - language: *ref_3466 + language: *ref_3455 + language: *ref_3457 + language: *ref_3459 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3532 + language: *ref_3530 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3533 + language: *ref_3531 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3534 - language: *ref_3535 + language: *ref_3532 + language: *ref_3533 properties: {} - language: *ref_3536 + language: *ref_3534 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3517 - language: *ref_3519 + language: *ref_3512 + language: *ref_3514 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3537 + language: *ref_3535 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3538 + language: *ref_3536 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3539 - language: *ref_3540 + language: *ref_3537 + language: *ref_3538 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3541 + language: *ref_3539 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3542 - language: *ref_3543 + language: *ref_3540 + language: *ref_3541 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3544 - language: *ref_3545 + language: *ref_3542 + language: *ref_3543 properties: {} - language: *ref_3546 + language: *ref_3544 searchSpace: schema: *ref_2 - rawValue: *ref_3602 - language: *ref_3548 + rawValue: *ref_3600 + language: *ref_3546 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3549 + language: *ref_3547 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3550 + language: *ref_3548 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3551 - language: *ref_3552 + language: *ref_3549 + language: *ref_3550 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3553 + language: *ref_3551 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3554 + language: *ref_3552 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3603 - language: *ref_3022 - language: *ref_3556 - language: *ref_3557 - language: *ref_3498 - language: *ref_3582 - parameter: *ref_2154 - operation: *ref_3583 - operationGroup: *ref_3441 + rawValue: *ref_3601 + language: *ref_3015 + language: *ref_3554 + language: *ref_3555 + language: *ref_3492 + language: *ref_3580 + parameter: *ref_2147 + operation: *ref_3581 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/createOrUpdate.json responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3532 + language: *ref_3530 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3533 + language: *ref_3531 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3534 - language: *ref_3535 + language: *ref_3532 + language: *ref_3533 properties: {} - language: *ref_3536 + language: *ref_3534 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3517 - language: *ref_3519 + language: *ref_3512 + language: *ref_3514 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3537 + language: *ref_3535 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3538 + language: *ref_3536 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3539 - language: *ref_3540 + language: *ref_3537 + language: *ref_3538 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3541 + language: *ref_3539 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3542 - language: *ref_3543 + language: *ref_3540 + language: *ref_3541 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3544 - language: *ref_3545 + language: *ref_3542 + language: *ref_3543 properties: {} - language: *ref_3546 + language: *ref_3544 searchSpace: schema: *ref_2 - rawValue: *ref_3604 - language: *ref_3548 + rawValue: *ref_3602 + language: *ref_3546 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3549 + language: *ref_3547 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3550 + language: *ref_3548 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3551 - language: *ref_3552 + language: *ref_3549 + language: *ref_3550 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3553 + language: *ref_3551 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3554 + language: *ref_3552 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3605 - language: *ref_3022 - language: *ref_3556 - language: *ref_3557 - language: *ref_3498 - language: *ref_3585 - headers: *ref_3606 + rawValue: *ref_3603 + language: *ref_3015 + language: *ref_3554 + language: *ref_3555 + language: *ref_3492 + language: *ref_3583 + headers: *ref_3604 '201': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3442 + language: *ref_3435 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3443 + language: *ref_3436 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3444 + language: *ref_3437 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3449 + language: *ref_3442 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3458 + language: *ref_3451 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3459 + language: *ref_3452 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3460 + language: *ref_3453 port: schema: *ref_13 rawValue: 1 - language: *ref_3461 + language: *ref_3454 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3462 + language: *ref_3455 status: schema: *ref_15 rawValue: string - language: *ref_3463 - language: *ref_3464 + language: *ref_3456 + language: *ref_3457 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3532 + language: *ref_3530 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3533 + language: *ref_3531 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3534 - language: *ref_3535 + language: *ref_3532 + language: *ref_3533 properties: {} - language: *ref_3536 + language: *ref_3534 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3517 - language: *ref_3519 + language: *ref_3512 + language: *ref_3514 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3537 + language: *ref_3535 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3538 + language: *ref_3536 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3539 - language: *ref_3540 + language: *ref_3537 + language: *ref_3538 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3541 + language: *ref_3539 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3542 - language: *ref_3543 + language: *ref_3540 + language: *ref_3541 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3544 - language: *ref_3545 + language: *ref_3542 + language: *ref_3543 properties: {} - language: *ref_3546 + language: *ref_3544 searchSpace: schema: *ref_2 - rawValue: *ref_3607 - language: *ref_3548 + rawValue: *ref_3605 + language: *ref_3546 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3549 + language: *ref_3547 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3550 + language: *ref_3548 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3507 - language: *ref_3508 + language: *ref_3501 + language: *ref_3502 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3551 - language: *ref_3552 + language: *ref_3549 + language: *ref_3550 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3553 + language: *ref_3551 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3554 + language: *ref_3552 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3019 + language: *ref_3012 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3020 + language: *ref_3013 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3608 - language: *ref_3022 - language: *ref_3556 - language: *ref_3557 - language: *ref_3498 - language: *ref_3588 - headers: *ref_3609 - operation: *ref_3583 - operationGroup: *ref_3441 + rawValue: *ref_3606 + language: *ref_3015 + language: *ref_3554 + language: *ref_3555 + language: *ref_3492 + language: *ref_3586 + headers: *ref_3607 + operation: *ref_3581 + operationGroup: *ref_3434 - operationId: Jobs_Cancel examples: - name: Cancel Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3610 - parameter: *ref_2164 + language: *ref_3608 + parameter: *ref_2157 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3611 - parameter: *ref_2165 + language: *ref_3609 + parameter: *ref_2158 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3612 - parameter: *ref_2166 - operation: *ref_3613 - operationGroup: *ref_3441 + language: *ref_3610 + parameter: *ref_2159 + operation: *ref_3611 + operationGroup: *ref_3434 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/cancel.json responses: '200': {} - operation: *ref_3613 - operationGroup: *ref_3441 + operation: *ref_3611 + operationGroup: *ref_3434 - operationId: ModelContainers_List examples: - name: List Model Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3614 - parameter: *ref_2176 + language: *ref_3612 + parameter: *ref_2169 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3615 - parameter: *ref_2177 - operation: *ref_3616 - operationGroup: *ref_3617 + language: *ref_3613 + parameter: *ref_2170 + operation: *ref_3614 + operationGroup: *ref_3615 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/list.json responses: '200': body: - schema: *ref_2178 + schema: *ref_2171 parentsValue: {} properties: nextLink: - schema: *ref_1110 + schema: *ref_1103 rawValue: nextlink - language: *ref_3618 + language: *ref_3616 value: - schema: *ref_1253 + schema: *ref_1246 elements: - - schema: *ref_859 + - schema: *ref_853 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -96688,155 +96497,155 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3619 - language: *ref_3620 - language: *ref_3621 - operation: *ref_3616 - operationGroup: *ref_3617 + language: *ref_3617 + language: *ref_3618 + language: *ref_3619 + operation: *ref_3614 + operationGroup: *ref_3615 - operationId: ModelContainers_Delete examples: - name: Delete Model Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3622 - parameter: *ref_2182 + language: *ref_3620 + parameter: *ref_2175 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3623 - parameter: *ref_2183 + language: *ref_3621 + parameter: *ref_2176 - exampleValue: schema: *ref_16 rawValue: testContainer - language: *ref_3624 - parameter: *ref_2184 - operation: *ref_3625 - operationGroup: *ref_3617 + language: *ref_3622 + parameter: *ref_2177 + operation: *ref_3623 + operationGroup: *ref_3615 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3625 - operationGroup: *ref_3617 + operation: *ref_3623 + operationGroup: *ref_3615 - operationId: ModelContainers_Get examples: - name: Get Model Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3626 - parameter: *ref_2188 + language: *ref_3624 + parameter: *ref_2181 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3627 - parameter: *ref_2189 + language: *ref_3625 + parameter: *ref_2182 - exampleValue: schema: *ref_16 rawValue: testContainer - language: *ref_3628 - parameter: *ref_2190 - operation: *ref_3629 - operationGroup: *ref_3617 + language: *ref_3626 + parameter: *ref_2183 + operation: *ref_3627 + operationGroup: *ref_3615 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/get.json responses: '200': body: - schema: *ref_859 + schema: *ref_853 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -96844,65 +96653,65 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3619 - language: *ref_3630 - operation: *ref_3629 - operationGroup: *ref_3617 + language: *ref_3617 + language: *ref_3628 + operation: *ref_3627 + operationGroup: *ref_3615 - operationId: ModelContainers_CreateOrUpdate examples: - name: CreateOrUpdate Model Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3631 - parameter: *ref_2198 + language: *ref_3629 + parameter: *ref_2191 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3632 - parameter: *ref_2199 + language: *ref_3630 + parameter: *ref_2192 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testContainer - language: *ref_3633 - parameter: *ref_2200 + language: *ref_3631 + parameter: *ref_2193 - exampleValue: - schema: *ref_859 + schema: *ref_853 parentsValue: {} properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -96910,85 +96719,85 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3619 - language: *ref_3634 - parameter: *ref_2196 - operation: *ref_3635 - operationGroup: *ref_3617 + language: *ref_3617 + language: *ref_3632 + parameter: *ref_2189 + operation: *ref_3633 + operationGroup: *ref_3615 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/createOrUpdate.json responses: '200': body: - schema: *ref_859 + schema: *ref_853 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -96996,80 +96805,80 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3619 - language: *ref_3636 + language: *ref_3617 + language: *ref_3634 '201': body: - schema: *ref_859 + schema: *ref_853 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3100 + language: *ref_3093 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -97077,186 +96886,186 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: {} - language: *ref_3103 + language: *ref_3096 properties: {} - language: *ref_3619 - language: *ref_3637 - operation: *ref_3635 - operationGroup: *ref_3617 + language: *ref_3617 + language: *ref_3635 + operation: *ref_3633 + operationGroup: *ref_3615 - operationId: ModelVersions_List examples: - name: List Model Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3638 - parameter: *ref_2219 + language: *ref_3636 + parameter: *ref_2212 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3639 - parameter: *ref_2220 + language: *ref_3637 + parameter: *ref_2213 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3640 - parameter: *ref_2221 + language: *ref_3638 + parameter: *ref_2214 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3641 - parameter: *ref_2210 + language: *ref_3639 + parameter: *ref_2203 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3642 - parameter: *ref_2211 + language: *ref_3640 + parameter: *ref_2204 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3643 - parameter: *ref_2212 + language: *ref_3641 + parameter: *ref_2205 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3644 - parameter: *ref_2213 + language: *ref_3642 + parameter: *ref_2206 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3645 - parameter: *ref_2214 + language: *ref_3643 + parameter: *ref_2207 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3646 - parameter: *ref_2215 + language: *ref_3644 + parameter: *ref_2208 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3647 - parameter: *ref_2216 - operation: *ref_3648 - operationGroup: *ref_3649 + language: *ref_3645 + parameter: *ref_2209 + operation: *ref_3646 + operationGroup: *ref_3647 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/list.json responses: '200': body: - schema: *ref_2222 + schema: *ref_2215 parentsValue: {} properties: nextLink: - schema: *ref_1111 + schema: *ref_1104 rawValue: string - language: *ref_3650 + language: *ref_3648 value: - schema: *ref_1254 + schema: *ref_1247 elements: - - schema: *ref_860 + - schema: *ref_854 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -97265,196 +97074,196 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3651 - language: *ref_3652 + language: *ref_3649 + language: *ref_3650 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3653 + language: *ref_3651 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3654 - language: *ref_3655 - language: *ref_3656 - language: *ref_3657 - headers: *ref_3658 - operation: *ref_3648 - operationGroup: *ref_3649 + language: *ref_3652 + language: *ref_3653 + language: *ref_3654 + language: *ref_3655 + headers: *ref_3656 + operation: *ref_3646 + operationGroup: *ref_3647 - operationId: ModelVersions_Delete examples: - name: Delete Model Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3659 - parameter: *ref_2226 + language: *ref_3657 + parameter: *ref_2219 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3660 - parameter: *ref_2227 + language: *ref_3658 + parameter: *ref_2220 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3661 - parameter: *ref_2228 + language: *ref_3659 + parameter: *ref_2221 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3662 - parameter: *ref_2229 - operation: *ref_3663 - operationGroup: *ref_3649 + language: *ref_3660 + parameter: *ref_2222 + operation: *ref_3661 + operationGroup: *ref_3647 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/delete.json responses: '200': {} '204': {} - operation: *ref_3663 - operationGroup: *ref_3649 + operation: *ref_3661 + operationGroup: *ref_3647 - operationId: ModelVersions_Get examples: - name: Get Model Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3664 - parameter: *ref_2233 + language: *ref_3662 + parameter: *ref_2226 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3665 - parameter: *ref_2234 + language: *ref_3663 + parameter: *ref_2227 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3666 - parameter: *ref_2235 + language: *ref_3664 + parameter: *ref_2228 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3667 - parameter: *ref_2236 - operation: *ref_3668 - operationGroup: *ref_3649 + language: *ref_3665 + parameter: *ref_2229 + operation: *ref_3666 + operationGroup: *ref_3647 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/get.json responses: '200': body: - schema: *ref_860 + schema: *ref_854 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -97463,101 +97272,101 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3651 - language: *ref_3652 + language: *ref_3649 + language: *ref_3650 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3653 + language: *ref_3651 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3654 - language: *ref_3655 - language: *ref_3669 - headers: *ref_3670 - operation: *ref_3668 - operationGroup: *ref_3649 + language: *ref_3652 + language: *ref_3653 + language: *ref_3667 + headers: *ref_3668 + operation: *ref_3666 + operationGroup: *ref_3647 - operationId: ModelVersions_CreateOrUpdate examples: - name: CreateOrUpdate Model Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3671 - parameter: *ref_2244 + language: *ref_3669 + parameter: *ref_2237 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3672 - parameter: *ref_2245 + language: *ref_3670 + parameter: *ref_2238 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3673 - parameter: *ref_2246 + language: *ref_3671 + parameter: *ref_2239 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3674 - parameter: *ref_2247 + language: *ref_3672 + parameter: *ref_2240 - exampleValue: - schema: *ref_860 + schema: *ref_854 parentsValue: {} properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -97566,115 +97375,115 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3651 - language: *ref_3652 + language: *ref_3649 + language: *ref_3650 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3653 + language: *ref_3651 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3654 - language: *ref_3655 - language: *ref_3675 - parameter: *ref_2242 - operation: *ref_3676 - operationGroup: *ref_3649 + language: *ref_3652 + language: *ref_3653 + language: *ref_3673 + parameter: *ref_2235 + operation: *ref_3674 + operationGroup: *ref_3647 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/createOrUpdate.json responses: '200': body: - schema: *ref_860 + schema: *ref_854 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -97683,111 +97492,111 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3651 - language: *ref_3652 + language: *ref_3649 + language: *ref_3650 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3653 + language: *ref_3651 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3654 - language: *ref_3655 - language: *ref_3677 - headers: *ref_3678 + language: *ref_3652 + language: *ref_3653 + language: *ref_3675 + headers: *ref_3676 '201': body: - schema: *ref_860 + schema: *ref_854 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3100 + language: *ref_3093 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3131 + language: *ref_3124 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3101 - language: *ref_3102 + language: *ref_3094 + language: *ref_3095 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3132 - language: *ref_3133 + language: *ref_3125 + language: *ref_3126 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -97796,5337 +97605,5337 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3651 - language: *ref_3652 + language: *ref_3649 + language: *ref_3650 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3653 + language: *ref_3651 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3654 - language: *ref_3655 - language: *ref_3679 - headers: *ref_3680 - operation: *ref_3676 - operationGroup: *ref_3649 + language: *ref_3652 + language: *ref_3653 + language: *ref_3677 + headers: *ref_3678 + operation: *ref_3674 + operationGroup: *ref_3647 - operationId: OnlineEndpoints_List examples: - name: List Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3681 - parameter: *ref_2264 + language: *ref_3679 + parameter: *ref_2257 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3682 - parameter: *ref_2265 + language: *ref_3680 + parameter: *ref_2258 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3683 - parameter: *ref_2254 + language: *ref_3681 + parameter: *ref_2247 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3684 - parameter: *ref_2258 + language: *ref_3682 + parameter: *ref_2251 - exampleValue: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3685 - parameter: *ref_2259 + language: *ref_3683 + parameter: *ref_2252 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3686 - parameter: *ref_2261 + language: *ref_3684 + parameter: *ref_2254 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3687 - parameter: *ref_2262 + language: *ref_3685 + parameter: *ref_2255 - exampleValue: - schema: *ref_2256 + schema: *ref_2249 rawValue: CreatedAtDesc - language: *ref_3688 - parameter: *ref_2263 - operation: *ref_3689 - operationGroup: *ref_3690 + language: *ref_3686 + parameter: *ref_2256 + operation: *ref_3687 + operationGroup: *ref_3688 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/list.json responses: '200': body: - schema: *ref_2266 + schema: *ref_2259 parentsValue: {} properties: nextLink: - schema: *ref_1113 + schema: *ref_1106 rawValue: string - language: *ref_3691 + language: *ref_3689 value: - schema: *ref_1255 + schema: *ref_1248 elements: - - schema: *ref_388 + - schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3692 + language: *ref_2462 + language: *ref_2463 + language: *ref_3690 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3693 + language: *ref_3691 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3694 + language: *ref_3692 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Creating - language: *ref_3695 + language: *ref_3693 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3696 - language: *ref_3697 + language: *ref_3694 + language: *ref_3695 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3698 - language: *ref_3699 - language: *ref_3700 - headers: *ref_3701 - operation: *ref_3689 - operationGroup: *ref_3690 + language: *ref_2927 + language: *ref_3696 + language: *ref_3697 + language: *ref_3698 + headers: *ref_3699 + operation: *ref_3687 + operationGroup: *ref_3688 - operationId: OnlineEndpoints_Delete examples: - name: Delete Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3702 - parameter: *ref_2270 + language: *ref_3700 + parameter: *ref_2263 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3703 - parameter: *ref_2271 + language: *ref_3701 + parameter: *ref_2264 - exampleValue: schema: *ref_16 rawValue: testEndpointName - language: *ref_3704 - parameter: *ref_2272 - operation: *ref_3705 - operationGroup: *ref_3690 + language: *ref_3702 + parameter: *ref_2265 + operation: *ref_3703 + operationGroup: *ref_3688 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_3705 - operationGroup: *ref_3690 + operation: *ref_3703 + operationGroup: *ref_3688 - operationId: OnlineEndpoints_Get examples: - name: Get Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3706 - parameter: *ref_2280 + language: *ref_3704 + parameter: *ref_2273 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3707 - parameter: *ref_2281 + language: *ref_3705 + parameter: *ref_2274 - exampleValue: schema: *ref_19 rawValue: testEndpointName - language: *ref_3708 - parameter: *ref_2282 - operation: *ref_3709 - operationGroup: *ref_3690 + language: *ref_3706 + parameter: *ref_2275 + operation: *ref_3707 + operationGroup: *ref_3688 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/get.json responses: '200': body: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3692 + language: *ref_2462 + language: *ref_2463 + language: *ref_3690 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3693 + language: *ref_3691 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3694 + language: *ref_3692 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Creating - language: *ref_3695 + language: *ref_3693 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3696 - language: *ref_3697 + language: *ref_3694 + language: *ref_3695 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3698 - language: *ref_3710 - headers: *ref_3711 - operation: *ref_3709 - operationGroup: *ref_3690 + language: *ref_2927 + language: *ref_3696 + language: *ref_3708 + headers: *ref_3709 + operation: *ref_3707 + operationGroup: *ref_3688 - operationId: OnlineEndpoints_Update examples: - name: Update Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3712 - parameter: *ref_2291 + language: *ref_3710 + parameter: *ref_2284 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3713 - parameter: *ref_2292 + language: *ref_3711 + parameter: *ref_2285 - exampleValue: schema: *ref_19 rawValue: testEndpointName - language: *ref_3714 - parameter: *ref_2293 + language: *ref_3712 + parameter: *ref_2286 - exampleValue: - schema: *ref_2288 + schema: *ref_2281 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2952 + language: *ref_2945 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_3715 - language: *ref_2954 - language: *ref_3716 + rawValue: *ref_3713 + language: *ref_2947 + language: *ref_3714 kind: - schema: *ref_1114 + schema: *ref_1107 rawValue: string - language: *ref_3717 + language: *ref_3715 location: - schema: *ref_1115 + schema: *ref_1108 rawValue: string - language: *ref_3718 + language: *ref_3716 properties: - schema: *ref_1119 + schema: *ref_1112 parentsValue: {} properties: traffic: - schema: *ref_1117 + schema: *ref_1110 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3719 - language: *ref_3720 + language: *ref_3717 + language: *ref_3718 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2960 + language: *ref_2953 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2961 + language: *ref_2954 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2962 + language: *ref_2955 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2963 + language: *ref_2956 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2964 - language: *ref_3721 + language: *ref_2957 + language: *ref_3719 tags: - schema: *ref_1118 + schema: *ref_1111 properties: {} - language: *ref_3722 - language: *ref_3723 - parameter: *ref_2289 - operation: *ref_3724 - operationGroup: *ref_3690 + language: *ref_3720 + language: *ref_3721 + parameter: *ref_2282 + operation: *ref_3722 + operationGroup: *ref_3688 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/update.json responses: '200': body: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3692 + language: *ref_2462 + language: *ref_2463 + language: *ref_3690 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3693 + language: *ref_3691 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3694 + language: *ref_3692 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Creating - language: *ref_3695 + language: *ref_3693 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3696 - language: *ref_3697 + language: *ref_3694 + language: *ref_3695 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3698 - language: *ref_3725 - headers: *ref_3726 + language: *ref_2927 + language: *ref_3696 + language: *ref_3723 + headers: *ref_3724 '202': {} - operation: *ref_3724 - operationGroup: *ref_3690 + operation: *ref_3722 + operationGroup: *ref_3688 - operationId: OnlineEndpoints_CreateOrUpdate examples: - name: CreateOrUpdate Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3727 - parameter: *ref_2305 + language: *ref_3725 + parameter: *ref_2298 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3728 - parameter: *ref_2306 + language: *ref_3726 + parameter: *ref_2299 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3729 - parameter: *ref_2307 + language: *ref_3727 + parameter: *ref_2300 - exampleValue: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2470 - language: *ref_3692 + language: *ref_2463 + language: *ref_3690 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3693 + language: *ref_3691 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 - language: *ref_2926 + language: *ref_2916 + language: *ref_2919 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3694 + language: *ref_3692 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3696 - language: *ref_3697 + language: *ref_3694 + language: *ref_3695 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3698 - language: *ref_3730 - parameter: *ref_2303 - operation: *ref_3731 - operationGroup: *ref_3690 + language: *ref_2927 + language: *ref_3696 + language: *ref_3728 + parameter: *ref_2296 + operation: *ref_3729 + operationGroup: *ref_3688 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/createOrUpdate.json responses: '200': body: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3692 + language: *ref_2462 + language: *ref_2463 + language: *ref_3690 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3693 + language: *ref_3691 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3694 + language: *ref_3692 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Creating - language: *ref_3695 + language: *ref_3693 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3696 - language: *ref_3697 + language: *ref_3694 + language: *ref_3695 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3698 - language: *ref_3732 - headers: *ref_3733 + language: *ref_2927 + language: *ref_3696 + language: *ref_3730 + headers: *ref_3731 '201': body: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3692 + language: *ref_2462 + language: *ref_2463 + language: *ref_3690 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3693 + language: *ref_3691 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2921 + language: *ref_2914 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2922 + language: *ref_2915 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2923 + language: *ref_2916 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2924 + language: *ref_2917 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2925 - language: *ref_2926 + language: *ref_2918 + language: *ref_2919 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3694 + language: *ref_3692 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Creating - language: *ref_3695 + language: *ref_3693 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3696 - language: *ref_3697 + language: *ref_3694 + language: *ref_3695 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3698 - language: *ref_3734 - headers: *ref_3735 - operation: *ref_3731 - operationGroup: *ref_3690 + language: *ref_2927 + language: *ref_3696 + language: *ref_3732 + headers: *ref_3733 + operation: *ref_3729 + operationGroup: *ref_3688 - operationId: OnlineEndpoints_ListKeys examples: - name: ListKeys Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3736 - parameter: *ref_2318 + language: *ref_3734 + parameter: *ref_2311 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3737 - parameter: *ref_2319 + language: *ref_3735 + parameter: *ref_2312 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpointName - language: *ref_3738 - parameter: *ref_2320 - operation: *ref_3739 - operationGroup: *ref_3690 + language: *ref_3736 + parameter: *ref_2313 + operation: *ref_3737 + operationGroup: *ref_3688 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/listKeys.json responses: '200': body: - schema: *ref_1050 + schema: *ref_1043 parentsValue: {} properties: primaryKey: - schema: *ref_302 + schema: *ref_296 rawValue: string - language: *ref_2985 + language: *ref_2978 secondaryKey: - schema: *ref_303 + schema: *ref_297 rawValue: string - language: *ref_2986 - language: *ref_3740 - headers: *ref_3741 - operation: *ref_3739 - operationGroup: *ref_3690 + language: *ref_2979 + language: *ref_3738 + headers: *ref_3739 + operation: *ref_3737 + operationGroup: *ref_3688 - operationId: OnlineEndpoints_RegenerateKeys examples: - name: RegenerateKeys Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3742 - parameter: *ref_2329 + language: *ref_3740 + parameter: *ref_2322 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3743 - parameter: *ref_2330 + language: *ref_3741 + parameter: *ref_2323 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpointName - language: *ref_3744 - parameter: *ref_2331 + language: *ref_3742 + parameter: *ref_2324 - exampleValue: - schema: *ref_2326 + schema: *ref_2319 parentsValue: {} properties: keyType: - schema: *ref_1145 + schema: *ref_1138 rawValue: Primary - language: *ref_3745 + language: *ref_3743 keyValue: - schema: *ref_1146 + schema: *ref_1139 rawValue: string - language: *ref_3746 - language: *ref_3747 - parameter: *ref_2327 - operation: *ref_3748 - operationGroup: *ref_3690 + language: *ref_3744 + language: *ref_3745 + parameter: *ref_2320 + operation: *ref_3746 + operationGroup: *ref_3688 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/regenerateKeys.json responses: '200': {} '202': {} - operation: *ref_3748 - operationGroup: *ref_3690 + operation: *ref_3746 + operationGroup: *ref_3688 - operationId: OnlineEndpoints_GetToken examples: - name: GetToken Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3749 - parameter: *ref_2338 + language: *ref_3747 + parameter: *ref_2331 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3750 - parameter: *ref_2339 + language: *ref_3748 + parameter: *ref_2332 - exampleValue: schema: *ref_21 rawValue: testEndpointName - language: *ref_3751 - parameter: *ref_2340 - operation: *ref_3752 - operationGroup: *ref_3690 + language: *ref_3749 + parameter: *ref_2333 + operation: *ref_3750 + operationGroup: *ref_3688 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/getToken.json responses: '200': body: - schema: *ref_2341 + schema: *ref_2334 parentsValue: {} properties: accessToken: - schema: *ref_1147 + schema: *ref_1140 rawValue: string - language: *ref_3753 + language: *ref_3751 expiryTimeUtc: - schema: *ref_1148 + schema: *ref_1141 rawValue: 1 - language: *ref_3754 + language: *ref_3752 refreshAfterTimeUtc: - schema: *ref_1149 + schema: *ref_1142 rawValue: 1 - language: *ref_3755 + language: *ref_3753 tokenType: - schema: *ref_1150 + schema: *ref_1143 rawValue: string - language: *ref_3756 - language: *ref_3757 - headers: *ref_3758 - operation: *ref_3752 - operationGroup: *ref_3690 + language: *ref_3754 + language: *ref_3755 + headers: *ref_3756 + operation: *ref_3750 + operationGroup: *ref_3688 - operationId: OnlineDeployments_List examples: - name: List Online Deployments. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3759 - parameter: *ref_2354 + language: *ref_3757 + parameter: *ref_2347 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3760 - parameter: *ref_2355 + language: *ref_3758 + parameter: *ref_2348 - exampleValue: - schema: *ref_2347 + schema: *ref_2340 rawValue: testEndpointName - language: *ref_3761 - parameter: *ref_2356 + language: *ref_3759 + parameter: *ref_2349 - exampleValue: - schema: *ref_2347 + schema: *ref_2340 rawValue: string - language: *ref_3762 - parameter: *ref_2349 + language: *ref_3760 + parameter: *ref_2342 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3763 - parameter: *ref_2352 - operation: *ref_3764 - operationGroup: *ref_3765 + language: *ref_3761 + parameter: *ref_2345 + operation: *ref_3762 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/list.json responses: '200': body: - schema: *ref_2357 + schema: *ref_2350 parentsValue: {} properties: nextLink: - schema: *ref_1120 + schema: *ref_1113 rawValue: string - language: *ref_3766 + language: *ref_3764 value: - schema: *ref_1256 + schema: *ref_1249 elements: - - schema: *ref_389 + - schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3792 + language: *ref_3789 + language: *ref_3790 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3793 - language: *ref_3794 - language: *ref_3795 + language: *ref_3789 + language: *ref_3791 + language: *ref_3792 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3797 - language: *ref_3798 - headers: *ref_3799 - operation: *ref_3764 - operationGroup: *ref_3765 + language: *ref_2927 + language: *ref_3794 + language: *ref_3795 + language: *ref_3796 + headers: *ref_3797 + operation: *ref_3762 + operationGroup: *ref_3763 - operationId: OnlineDeployments_Delete examples: - name: Delete Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3800 - parameter: *ref_2361 + language: *ref_3798 + parameter: *ref_2354 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3801 - parameter: *ref_2362 + language: *ref_3799 + parameter: *ref_2355 - exampleValue: - schema: *ref_2347 + schema: *ref_2340 rawValue: testEndpoint - language: *ref_3802 - parameter: *ref_2363 + language: *ref_3800 + parameter: *ref_2356 - exampleValue: - schema: *ref_2347 + schema: *ref_2340 rawValue: testDeployment - language: *ref_3803 - parameter: *ref_2364 - operation: *ref_3804 - operationGroup: *ref_3765 + language: *ref_3801 + parameter: *ref_2357 + operation: *ref_3802 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_3804 - operationGroup: *ref_3765 + operation: *ref_3802 + operationGroup: *ref_3763 - operationId: OnlineDeployments_Get examples: - name: Get Kubernetes Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3805 - parameter: *ref_2372 + language: *ref_3803 + parameter: *ref_2365 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3806 - parameter: *ref_2373 + language: *ref_3804 + parameter: *ref_2366 - exampleValue: schema: *ref_20 rawValue: testEndpointName - language: *ref_3807 - parameter: *ref_2374 + language: *ref_3805 + parameter: *ref_2367 - exampleValue: schema: *ref_20 rawValue: testDeploymentName - language: *ref_3808 - parameter: *ref_2375 - operation: *ref_3809 - operationGroup: *ref_3765 + language: *ref_3806 + parameter: *ref_2368 + operation: *ref_3807 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/get.json responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3792 + language: *ref_3789 + language: *ref_3790 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3793 - language: *ref_3794 - language: *ref_3795 + language: *ref_3789 + language: *ref_3791 + language: *ref_3792 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3810 - headers: *ref_3811 + language: *ref_2927 + language: *ref_3794 + language: *ref_3808 + headers: *ref_3809 - name: Get Managed Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3805 - parameter: *ref_2372 + language: *ref_3803 + parameter: *ref_2365 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3806 - parameter: *ref_2373 + language: *ref_3804 + parameter: *ref_2366 - exampleValue: schema: *ref_20 rawValue: testEndpointName - language: *ref_3807 - parameter: *ref_2374 + language: *ref_3805 + parameter: *ref_2367 - exampleValue: schema: *ref_20 rawValue: testDeploymentName - language: *ref_3808 - parameter: *ref_2375 - operation: *ref_3809 - operationGroup: *ref_3765 + language: *ref_3806 + parameter: *ref_2368 + operation: *ref_3807 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/get.json responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3776 - language: *ref_3812 + language: *ref_3774 + language: *ref_3810 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: {} - language: *ref_3795 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3810 - headers: *ref_3813 - operation: *ref_3809 - operationGroup: *ref_3765 + language: *ref_2927 + language: *ref_3794 + language: *ref_3808 + headers: *ref_3811 + operation: *ref_3807 + operationGroup: *ref_3763 - operationId: OnlineDeployments_Update examples: - name: Update Kubernetes Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3814 - parameter: *ref_2384 + language: *ref_3812 + parameter: *ref_2377 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3815 - parameter: *ref_2385 + language: *ref_3813 + parameter: *ref_2378 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3816 - parameter: *ref_2386 + language: *ref_3814 + parameter: *ref_2379 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3817 - parameter: *ref_2387 + language: *ref_3815 + parameter: *ref_2380 - exampleValue: - schema: *ref_2381 + schema: *ref_2374 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2952 + language: *ref_2945 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_3818 - language: *ref_2954 - language: *ref_3819 + rawValue: *ref_3816 + language: *ref_2947 + language: *ref_3817 kind: - schema: *ref_1122 + schema: *ref_1115 rawValue: string - language: *ref_3820 + language: *ref_3818 location: - schema: *ref_1123 + schema: *ref_1116 rawValue: string - language: *ref_3821 + language: *ref_3819 properties: - schema: *ref_1125 + schema: *ref_1118 parentsValue: PartialOnlineDeployment: - schema: *ref_1126 + schema: *ref_1119 parentsValue: {} properties: endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3822 - language: *ref_3823 + language: *ref_3820 + language: *ref_3821 properties: {} - language: *ref_3824 + language: *ref_3822 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2960 + language: *ref_2953 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2961 + language: *ref_2954 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2962 + language: *ref_2955 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2963 + language: *ref_2956 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2964 - language: *ref_3825 + language: *ref_2957 + language: *ref_3823 tags: - schema: *ref_1131 + schema: *ref_1124 properties: {} - language: *ref_3826 - language: *ref_3827 - parameter: *ref_2382 - operation: *ref_3828 - operationGroup: *ref_3765 + language: *ref_3824 + language: *ref_3825 + parameter: *ref_2375 + operation: *ref_3826 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/update.json responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3792 + language: *ref_3789 + language: *ref_3790 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3793 - language: *ref_3794 - language: *ref_3795 + language: *ref_3789 + language: *ref_3791 + language: *ref_3792 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3829 - headers: *ref_3830 + language: *ref_2927 + language: *ref_3794 + language: *ref_3827 + headers: *ref_3828 '202': {} - name: Update Managed Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3814 - parameter: *ref_2384 + language: *ref_3812 + parameter: *ref_2377 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3815 - parameter: *ref_2385 + language: *ref_3813 + parameter: *ref_2378 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3816 - parameter: *ref_2386 + language: *ref_3814 + parameter: *ref_2379 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3817 - parameter: *ref_2387 + language: *ref_3815 + parameter: *ref_2380 - exampleValue: - schema: *ref_2381 + schema: *ref_2374 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2952 + language: *ref_2945 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_3831 - language: *ref_2954 - language: *ref_3819 + rawValue: *ref_3829 + language: *ref_2947 + language: *ref_3817 kind: - schema: *ref_1122 + schema: *ref_1115 rawValue: string - language: *ref_3820 + language: *ref_3818 location: - schema: *ref_1123 + schema: *ref_1116 rawValue: string - language: *ref_3821 + language: *ref_3819 properties: - schema: *ref_1127 + schema: *ref_1120 parentsValue: PartialOnlineDeployment: - schema: *ref_1126 + schema: *ref_1119 parentsValue: {} properties: endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3822 - language: *ref_3823 + language: *ref_3820 + language: *ref_3821 properties: {} - language: *ref_3824 + language: *ref_3822 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2960 + language: *ref_2953 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2961 + language: *ref_2954 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2962 + language: *ref_2955 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2963 + language: *ref_2956 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2964 - language: *ref_3825 + language: *ref_2957 + language: *ref_3823 tags: - schema: *ref_1131 + schema: *ref_1124 properties: {} - language: *ref_3826 - language: *ref_3827 - parameter: *ref_2382 - operation: *ref_3828 - operationGroup: *ref_3765 + language: *ref_3824 + language: *ref_3825 + parameter: *ref_2375 + operation: *ref_3826 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/update.json responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3776 - language: *ref_3812 + language: *ref_3774 + language: *ref_3810 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: {} - language: *ref_3795 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3829 - headers: *ref_3832 + language: *ref_2927 + language: *ref_3794 + language: *ref_3827 + headers: *ref_3830 '202': {} - operation: *ref_3828 - operationGroup: *ref_3765 + operation: *ref_3826 + operationGroup: *ref_3763 - operationId: OnlineDeployments_CreateOrUpdate examples: - name: CreateOrUpdate Kubernetes Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3833 - parameter: *ref_2399 + language: *ref_3831 + parameter: *ref_2392 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3834 - parameter: *ref_2400 + language: *ref_3832 + parameter: *ref_2393 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3835 - parameter: *ref_2401 + language: *ref_3833 + parameter: *ref_2394 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3836 - parameter: *ref_2402 + language: *ref_3834 + parameter: *ref_2395 - exampleValue: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2470 - language: *ref_3767 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3792 + language: *ref_3789 + language: *ref_3790 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3793 - language: *ref_3794 - language: *ref_3795 + language: *ref_3789 + language: *ref_3791 + language: *ref_3792 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3837 - parameter: *ref_2397 - operation: *ref_3838 - operationGroup: *ref_3765 + language: *ref_2927 + language: *ref_3794 + language: *ref_3835 + parameter: *ref_2390 + operation: *ref_3836 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/createOrUpdate.json responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3792 + language: *ref_3789 + language: *ref_3790 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3793 - language: *ref_3794 - language: *ref_3795 + language: *ref_3789 + language: *ref_3791 + language: *ref_3792 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3839 - headers: *ref_3840 + language: *ref_2927 + language: *ref_3794 + language: *ref_3837 + headers: *ref_3838 '201': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3792 + language: *ref_3789 + language: *ref_3790 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3789 + language: *ref_3787 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3790 + language: *ref_3788 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3791 - language: *ref_3793 - language: *ref_3794 - language: *ref_3795 + language: *ref_3789 + language: *ref_3791 + language: *ref_3792 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3841 - headers: *ref_3842 + language: *ref_2927 + language: *ref_3794 + language: *ref_3839 + headers: *ref_3840 - name: CreateOrUpdate Managed Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3833 - parameter: *ref_2399 + language: *ref_3831 + parameter: *ref_2392 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3834 - parameter: *ref_2400 + language: *ref_3832 + parameter: *ref_2393 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3835 - parameter: *ref_2401 + language: *ref_3833 + parameter: *ref_2394 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3836 - parameter: *ref_2402 + language: *ref_3834 + parameter: *ref_2395 - exampleValue: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2470 - language: *ref_3767 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3776 - language: *ref_3812 + language: *ref_3774 + language: *ref_3810 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: {} - language: *ref_3795 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3837 - parameter: *ref_2397 - operation: *ref_3838 - operationGroup: *ref_3765 + language: *ref_2927 + language: *ref_3794 + language: *ref_3835 + parameter: *ref_2390 + operation: *ref_3836 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/createOrUpdate.json responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3776 - language: *ref_3812 + language: *ref_3774 + language: *ref_3810 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: {} - language: *ref_3795 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3839 - headers: *ref_3843 + language: *ref_2927 + language: *ref_3794 + language: *ref_3837 + headers: *ref_3841 '201': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2461 + language: *ref_2454 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2462 + language: *ref_2455 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2463 + language: *ref_2456 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2909 + language: *ref_2902 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2910 + language: *ref_2903 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2911 + language: *ref_2904 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2912 + language: *ref_2905 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2913 + language: *ref_2906 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2914 - language: *ref_2915 - language: *ref_2464 + language: *ref_2907 + language: *ref_2908 + language: *ref_2457 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2916 + language: *ref_2909 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2917 - language: *ref_2918 + language: *ref_2910 + language: *ref_2911 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2465 + language: *ref_2458 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2466 + language: *ref_2459 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 - language: *ref_2470 - language: *ref_3767 + language: *ref_2462 + language: *ref_2463 + language: *ref_3765 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3768 + language: *ref_3766 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_2999 + language: *ref_2992 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3000 + language: *ref_2993 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3001 - language: *ref_3002 + language: *ref_2994 + language: *ref_2995 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3003 + language: *ref_2996 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3004 + language: *ref_2997 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3005 - language: *ref_3006 + language: *ref_2998 + language: *ref_2999 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3769 + language: *ref_3767 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3770 + language: *ref_3768 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3771 + language: *ref_3769 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3776 - language: *ref_3777 + language: *ref_3774 + language: *ref_3775 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3778 + language: *ref_3776 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3779 + language: *ref_3777 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3780 + language: *ref_3778 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3772 + language: *ref_3770 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3773 + language: *ref_3771 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3774 + language: *ref_3772 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3775 + language: *ref_3773 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3776 - language: *ref_3812 + language: *ref_3774 + language: *ref_3810 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3781 + language: *ref_3779 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3782 + language: *ref_3780 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3783 - language: *ref_3784 + language: *ref_3781 + language: *ref_3782 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3785 - language: *ref_3786 + language: *ref_3783 + language: *ref_3784 properties: {} - language: *ref_3787 - language: *ref_3788 + language: *ref_3785 + language: *ref_3786 properties: {} - language: *ref_3795 + language: *ref_3793 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2930 + language: *ref_2923 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2931 + language: *ref_2924 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2932 + language: *ref_2925 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2933 + language: *ref_2926 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2934 - language: *ref_3796 - language: *ref_3841 - headers: *ref_3844 - operation: *ref_3838 - operationGroup: *ref_3765 + language: *ref_2927 + language: *ref_3794 + language: *ref_3839 + headers: *ref_3842 + operation: *ref_3836 + operationGroup: *ref_3763 - operationId: OnlineDeployments_GetLogs examples: - name: Get Online Deployment Logs. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3845 - parameter: *ref_2415 + language: *ref_3843 + parameter: *ref_2408 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3846 - parameter: *ref_2416 + language: *ref_3844 + parameter: *ref_2409 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpoint - language: *ref_3847 - parameter: *ref_2417 + language: *ref_3845 + parameter: *ref_2410 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testDeployment - language: *ref_3848 - parameter: *ref_2418 + language: *ref_3846 + parameter: *ref_2411 - exampleValue: - schema: *ref_2412 + schema: *ref_2405 parentsValue: {} properties: containerType: - schema: *ref_1132 + schema: *ref_1125 rawValue: StorageInitializer - language: *ref_3849 + language: *ref_3847 tail: - schema: *ref_1133 + schema: *ref_1126 rawValue: 0 - language: *ref_3850 - language: *ref_3851 - parameter: *ref_2413 - operation: *ref_3852 - operationGroup: *ref_3765 + language: *ref_3848 + language: *ref_3849 + parameter: *ref_2406 + operation: *ref_3850 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/getLogs.json responses: '200': body: - schema: *ref_2419 + schema: *ref_2412 parentsValue: {} properties: content: - schema: *ref_1134 + schema: *ref_1127 rawValue: string - language: *ref_3853 - language: *ref_3854 - operation: *ref_3852 - operationGroup: *ref_3765 + language: *ref_3851 + language: *ref_3852 + operation: *ref_3850 + operationGroup: *ref_3763 - operationId: OnlineDeployments_ListSkus examples: - name: List Kubernetes Online Deployment Skus. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3855 - parameter: *ref_2430 + language: *ref_3853 + parameter: *ref_2423 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3856 - parameter: *ref_2431 + language: *ref_3854 + parameter: *ref_2424 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpointName - language: *ref_3857 - parameter: *ref_2432 + language: *ref_3855 + parameter: *ref_2425 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testDeploymentName - language: *ref_3858 - parameter: *ref_2433 + language: *ref_3856 + parameter: *ref_2426 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3859 - parameter: *ref_2426 - operation: *ref_3860 - operationGroup: *ref_3765 + language: *ref_3857 + parameter: *ref_2419 + operation: *ref_3858 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/listSkus.json responses: '200': body: - schema: *ref_2434 + schema: *ref_2427 parentsValue: {} properties: nextLink: - schema: *ref_1135 + schema: *ref_1128 rawValue: string - language: *ref_3861 + language: *ref_3859 value: - schema: *ref_1257 + schema: *ref_1250 elements: - - schema: *ref_1142 + - schema: *ref_1135 parentsValue: {} properties: capacity: - schema: *ref_1143 + schema: *ref_1136 parentsValue: {} properties: default: - schema: *ref_1136 + schema: *ref_1129 rawValue: 1 - language: *ref_3862 + language: *ref_3860 maximum: - schema: *ref_1137 + schema: *ref_1130 rawValue: 1 - language: *ref_3863 + language: *ref_3861 minimum: - schema: *ref_1138 + schema: *ref_1131 rawValue: 1 - language: *ref_3864 + language: *ref_3862 scaleType: - schema: *ref_1139 + schema: *ref_1132 rawValue: Automatic - language: *ref_3865 - language: *ref_3866 + language: *ref_3863 + language: *ref_3864 resourceType: - schema: *ref_1140 + schema: *ref_1133 rawValue: Microsoft.MachineLearning.Services/endpoints/deployments - language: *ref_3867 + language: *ref_3865 sku: - schema: *ref_1144 + schema: *ref_1137 parentsValue: {} properties: name: - schema: *ref_1141 + schema: *ref_1134 rawValue: string - language: *ref_3868 + language: *ref_3866 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3869 - language: *ref_3870 - language: *ref_3871 - language: *ref_3872 - headers: *ref_3873 + language: *ref_3867 + language: *ref_3868 + language: *ref_3869 + language: *ref_3870 + headers: *ref_3871 - name: List Managed Online Deployment Skus. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3855 - parameter: *ref_2430 + language: *ref_3853 + parameter: *ref_2423 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3856 - parameter: *ref_2431 + language: *ref_3854 + parameter: *ref_2424 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpointName - language: *ref_3857 - parameter: *ref_2432 + language: *ref_3855 + parameter: *ref_2425 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testDeploymentName - language: *ref_3858 - parameter: *ref_2433 + language: *ref_3856 + parameter: *ref_2426 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3859 - parameter: *ref_2426 - operation: *ref_3860 - operationGroup: *ref_3765 + language: *ref_3857 + parameter: *ref_2419 + operation: *ref_3858 + operationGroup: *ref_3763 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/listSkus.json responses: '200': body: - schema: *ref_2434 + schema: *ref_2427 parentsValue: {} properties: nextLink: - schema: *ref_1135 + schema: *ref_1128 rawValue: string - language: *ref_3861 + language: *ref_3859 value: - schema: *ref_1257 + schema: *ref_1250 elements: - - schema: *ref_1142 + - schema: *ref_1135 parentsValue: {} properties: capacity: - schema: *ref_1143 + schema: *ref_1136 parentsValue: {} properties: default: - schema: *ref_1136 + schema: *ref_1129 rawValue: 1 - language: *ref_3862 + language: *ref_3860 maximum: - schema: *ref_1137 + schema: *ref_1130 rawValue: 1 - language: *ref_3863 + language: *ref_3861 minimum: - schema: *ref_1138 + schema: *ref_1131 rawValue: 1 - language: *ref_3864 + language: *ref_3862 scaleType: - schema: *ref_1139 + schema: *ref_1132 rawValue: Automatic - language: *ref_3865 - language: *ref_3866 + language: *ref_3863 + language: *ref_3864 resourceType: - schema: *ref_1140 + schema: *ref_1133 rawValue: Microsoft.MachineLearning.Services/endpoints/deployments - language: *ref_3867 + language: *ref_3865 sku: - schema: *ref_1144 + schema: *ref_1137 parentsValue: {} properties: name: - schema: *ref_1141 + schema: *ref_1134 rawValue: string - language: *ref_3868 + language: *ref_3866 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3869 - language: *ref_3870 - language: *ref_3871 - language: *ref_3872 - headers: *ref_3874 - operation: *ref_3860 - operationGroup: *ref_3765 + language: *ref_3867 + language: *ref_3868 + language: *ref_3869 + language: *ref_3870 + headers: *ref_3872 + operation: *ref_3858 + operationGroup: *ref_3763 - operationId: WorkspaceFeatures_List examples: - name: List Workspace features clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2456 - parameter: *ref_1298 + language: *ref_2449 + parameter: *ref_1291 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: myResourceGroup - language: *ref_3875 - parameter: *ref_2438 + language: *ref_3873 + parameter: *ref_2431 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3876 - parameter: *ref_2439 - operation: *ref_3877 - operationGroup: *ref_3878 + language: *ref_3874 + parameter: *ref_2432 + operation: *ref_3875 + operationGroup: *ref_3876 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceFeature/list.json responses: '200': body: - schema: *ref_2440 + schema: *ref_2433 parentsValue: {} properties: value: - schema: *ref_1258 + schema: *ref_1251 elements: - - schema: *ref_1155 + - schema: *ref_1148 parentsValue: {} properties: description: - schema: *ref_1153 + schema: *ref_1146 rawValue: Create, edit or delete AutoML experiments in the SDK - language: *ref_3879 + language: *ref_3877 displayName: - schema: *ref_1152 + schema: *ref_1145 rawValue: Create edit experiments UI - language: *ref_3880 + language: *ref_3878 id: - schema: *ref_1151 + schema: *ref_1144 rawValue: automatedml_createeditexperimentsui - language: *ref_3881 - - schema: *ref_1155 + language: *ref_3879 + - schema: *ref_1148 parentsValue: {} properties: description: - schema: *ref_1153 + schema: *ref_1146 rawValue: Upgrade workspace from Basic to enterprise from the UI - language: *ref_3879 + language: *ref_3877 displayName: - schema: *ref_1152 + schema: *ref_1145 rawValue: Upgrade workspace UI - language: *ref_3880 + language: *ref_3878 id: - schema: *ref_1151 + schema: *ref_1144 rawValue: workspace_upgradeworkspaceui - language: *ref_3881 - language: *ref_3882 - language: *ref_3883 - operation: *ref_3877 - operationGroup: *ref_3878 + language: *ref_3879 + language: *ref_3880 + language: *ref_3881 + operation: *ref_3875 + operationGroup: *ref_3876 scenarioTests: [] language: default: @@ -103137,32 +102946,32 @@ language: description: '' azureARM: true discriminators: - - *ref_93 - - *ref_1025 - - *ref_361 - - *ref_1078 - - *ref_397 - - *ref_426 - - *ref_452 - - *ref_456 - - *ref_494 - - *ref_811 - - *ref_155 - - *ref_310 - - *ref_338 - - *ref_1126 - - *ref_692 - - *ref_27 - - *ref_508 - - *ref_628 - - *ref_702 - - *ref_713 - - *ref_721 - - *ref_646 - - *ref_788 - - *ref_41 - - *ref_754 - - *ref_772 + - *ref_91 + - *ref_1018 + - *ref_355 + - *ref_1071 + - *ref_391 + - *ref_420 + - *ref_446 + - *ref_450 + - *ref_488 + - *ref_805 + - *ref_153 + - *ref_304 + - *ref_332 + - *ref_1119 + - *ref_686 + - *ref_26 + - *ref_502 + - *ref_622 + - *ref_696 + - *ref_707 + - *ref_715 + - *ref_640 + - *ref_782 + - *ref_40 + - *ref_748 + - *ref_766 exportClients: false groupParameters: true hasTimeRFC3339: true @@ -103170,16 +102979,18 @@ language: openApiType: arm packageName: armmachinelearningservices parameterGroups: + - *ref_3882 + - *ref_3883 - *ref_3884 - *ref_3885 - *ref_3886 + - *ref_1335 + - *ref_1350 - *ref_3887 - *ref_3888 - - *ref_1342 - - *ref_1357 + - *ref_1372 - *ref_3889 - *ref_3890 - - *ref_1379 - *ref_3891 - *ref_3892 - *ref_3893 @@ -103187,9 +102998,9 @@ language: - *ref_3895 - *ref_3896 - *ref_3897 + - *ref_1454 - *ref_3898 - *ref_3899 - - *ref_1461 - *ref_3900 - *ref_3901 - *ref_3902 @@ -103202,91 +103013,91 @@ language: - *ref_3909 - *ref_3910 - *ref_3911 + - *ref_1589 - *ref_3912 - *ref_3913 - - *ref_1596 - *ref_3914 + - *ref_1624 - *ref_3915 - *ref_3916 - - *ref_1631 - *ref_3917 - *ref_3918 - *ref_3919 + - *ref_1691 - *ref_3920 - *ref_3921 - - *ref_1698 - *ref_3922 - *ref_3923 + - *ref_1759 - *ref_3924 - *ref_3925 - - *ref_1766 - *ref_3926 + - *ref_1789 - *ref_3927 - *ref_3928 - - *ref_1796 - *ref_3929 + - *ref_1830 - *ref_3930 - *ref_3931 - - *ref_1837 - *ref_3932 + - *ref_1865 - *ref_3933 - *ref_3934 - - *ref_1872 - *ref_3935 + - *ref_1906 - *ref_3936 - *ref_3937 - - *ref_1913 - *ref_3938 + - *ref_1941 - *ref_3939 - *ref_3940 - - *ref_1948 - *ref_3941 + - *ref_1984 - *ref_3942 - *ref_3943 - - *ref_1991 + - *ref_2023 - *ref_3944 + - *ref_2040 - *ref_3945 - - *ref_2030 - *ref_3946 - - *ref_2047 - *ref_3947 + - *ref_2075 - *ref_3948 - *ref_3949 - - *ref_2082 - *ref_3950 + - *ref_2116 - *ref_3951 - *ref_3952 - - *ref_2123 - *ref_3953 - *ref_3954 + - *ref_2165 - *ref_3955 - *ref_3956 - - *ref_2172 - *ref_3957 + - *ref_2201 - *ref_3958 - *ref_3959 - - *ref_2208 - *ref_3960 + - *ref_2248 - *ref_3961 - *ref_3962 - - *ref_2255 - *ref_3963 - *ref_3964 - *ref_3965 - *ref_3966 - *ref_3967 + - *ref_2343 - *ref_3968 - *ref_3969 - - *ref_2350 - *ref_3970 - *ref_3971 - *ref_3972 + - *ref_2420 - *ref_3973 - - *ref_3974 - - *ref_2427 - - *ref_3975 rawJSONAsBytes: false responseEnvelopes: + - *ref_3974 + - *ref_3975 - *ref_3976 - *ref_3977 - *ref_3978 @@ -103400,7 +103211,5 @@ language: - *ref_4086 - *ref_4087 - *ref_4088 - - *ref_4089 - - *ref_4090 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/go-tester.yaml b/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/go-tester.yaml index dbf71f904..38fc87ee8 100644 --- a/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/go-tester.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/go-tester.yaml @@ -3,7 +3,7 @@ info: title: Azure Machine Learning Workspaces schemas: booleans: - - &ref_62 + - &ref_60 type: boolean language: default: @@ -13,7 +13,7 @@ schemas: name: bool description: Indicates whether the operation applies to data-plane protocol: {} - - &ref_882 + - &ref_876 type: boolean defaultValue: false language: @@ -24,7 +24,7 @@ schemas: name: bool description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service protocol: {} - - &ref_886 + - &ref_880 type: boolean defaultValue: false language: @@ -35,7 +35,7 @@ schemas: name: bool description: The flag to indicate whether to allow public access when behind VNet. protocol: {} - - &ref_899 + - &ref_893 type: boolean language: default: @@ -45,7 +45,7 @@ schemas: name: bool description: If the storage associated with the workspace has hierarchical namespace(HNS) enabled. protocol: {} - - &ref_973 + - &ref_966 type: boolean summary: Low priority capable language: @@ -56,7 +56,7 @@ schemas: name: bool description: Specifies if the virtual machine size supports low priority VMs. protocol: {} - - &ref_974 + - &ref_967 type: boolean summary: Premium IO supported language: @@ -67,7 +67,7 @@ schemas: name: bool description: Specifies if the virtual machine size supports premium IO. protocol: {} - - &ref_250 + - &ref_245 type: boolean language: default: @@ -77,7 +77,7 @@ schemas: name: bool description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. protocol: {} - - &ref_251 + - &ref_246 type: boolean language: default: @@ -87,11 +87,11 @@ schemas: name: bool description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. protocol: {} - - &ref_424 + - &ref_418 type: boolean defaultValue: false extensions: - x-ms-mutability: &ref_831 + x-ms-mutability: &ref_825 - create - read - update @@ -103,11 +103,11 @@ schemas: name: bool description: Is the asset archived? protocol: {} - - &ref_422 + - &ref_416 type: boolean defaultValue: false extensions: - x-ms-mutability: &ref_423 + x-ms-mutability: &ref_417 - create - read language: @@ -118,7 +118,7 @@ schemas: name: bool description: If the name version are system generated (anonymous registration). protocol: {} - - &ref_1992 + - &ref_1985 type: boolean apiVersions: - version: 2022-02-01-preview @@ -130,7 +130,7 @@ schemas: name: bool description: '' protocol: {} - - &ref_1994 + - &ref_1987 type: boolean apiVersions: - version: 2022-02-01-preview @@ -143,10 +143,10 @@ schemas: name: bool description: '' protocol: {} - - &ref_492 + - &ref_486 type: boolean extensions: - x-ms-mutability: &ref_493 + x-ms-mutability: &ref_487 - read language: default: @@ -156,7 +156,7 @@ schemas: name: bool description: Readonly property to indicate if datastore is the workspace default datastore protocol: {} - - &ref_319 + - &ref_313 type: boolean defaultValue: false language: @@ -167,7 +167,7 @@ schemas: name: bool description: If true, enables Application Insights logging. protocol: {} - - &ref_330 + - &ref_324 type: boolean defaultValue: false language: @@ -178,7 +178,7 @@ schemas: name: bool description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." protocol: {} - - &ref_264 + - &ref_259 type: boolean language: default: @@ -188,7 +188,7 @@ schemas: name: bool description: Indicates whether to overwrite existing domain label. protocol: {} - - &ref_99 + - &ref_97 type: boolean language: default: @@ -198,7 +198,7 @@ schemas: name: bool description: Network is isolated or not protocol: {} - - &ref_119 + - &ref_117 type: boolean defaultValue: true summary: Enable node public IP. @@ -214,7 +214,7 @@ schemas: Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. protocol: {} - - &ref_170 + - &ref_168 type: boolean summary: Enable node public IP. language: @@ -229,7 +229,7 @@ schemas: Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. protocol: {} - - &ref_237 + - &ref_233 type: boolean language: default: @@ -239,7 +239,7 @@ schemas: name: bool description: Indicates whether this compute will be used for running notebooks. protocol: {} - - &ref_219 + - &ref_216 type: boolean language: default: @@ -249,7 +249,7 @@ schemas: name: bool description: '' protocol: {} - - &ref_673 + - &ref_667 type: boolean defaultValue: false language: @@ -260,7 +260,7 @@ schemas: name: bool description: Determines whether to use Dnn based featurizers for data featurization. protocol: {} - - &ref_732 + - &ref_726 type: boolean defaultValue: true language: @@ -271,7 +271,7 @@ schemas: name: bool description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. protocol: {} - - &ref_739 + - &ref_733 type: boolean defaultValue: false language: @@ -282,7 +282,7 @@ schemas: name: bool description: Enable recommendation of DNN models. protocol: {} - - &ref_740 + - &ref_734 type: boolean defaultValue: false language: @@ -293,7 +293,7 @@ schemas: name: bool description: Flag to turn on explainability on best model. protocol: {} - - &ref_741 + - &ref_735 type: boolean defaultValue: false language: @@ -304,7 +304,7 @@ schemas: name: bool description: Flag for enabling onnx compatible models. protocol: {} - - &ref_742 + - &ref_736 type: boolean defaultValue: true language: @@ -315,7 +315,7 @@ schemas: name: bool description: Enable stack ensemble run. protocol: {} - - &ref_743 + - &ref_737 type: boolean defaultValue: true language: @@ -326,7 +326,7 @@ schemas: name: bool description: Enable voting ensemble run. protocol: {} - - &ref_524 + - &ref_518 type: boolean language: default: @@ -336,7 +336,7 @@ schemas: name: bool description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - &ref_532 + - &ref_526 type: boolean language: default: @@ -346,7 +346,7 @@ schemas: name: bool description: Whether to use distributed training. protocol: {} - - &ref_533 + - &ref_527 type: boolean language: default: @@ -356,7 +356,7 @@ schemas: name: bool description: Enable early stopping logic during training. protocol: {} - - &ref_536 + - &ref_530 type: boolean language: default: @@ -366,7 +366,7 @@ schemas: name: bool description: Enable normalization when exporting ONNX model. protocol: {} - - &ref_544 + - &ref_538 type: boolean language: default: @@ -376,7 +376,7 @@ schemas: name: bool description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - &ref_563 + - &ref_557 type: boolean language: default: @@ -387,7 +387,7 @@ schemas: description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} numbers: - - &ref_884 + - &ref_878 type: integer apiVersions: - version: 2022-02-01-preview @@ -400,7 +400,7 @@ schemas: name: int32 description: Count of private connections in the workspace protocol: {} - - &ref_88 + - &ref_86 type: integer apiVersions: - version: '3.0' @@ -413,7 +413,7 @@ schemas: name: int32 description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - &ref_895 + - &ref_889 type: integer apiVersions: - version: 2022-02-01-preview @@ -426,7 +426,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_896 + - &ref_890 type: integer apiVersions: - version: 2022-02-01-preview @@ -439,7 +439,7 @@ schemas: name: int32 description: The throughput of the collections in cosmosdb database protocol: {} - - &ref_1356 + - &ref_1349 type: integer apiVersions: - version: 2022-02-01-preview @@ -456,7 +456,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_959 + - &ref_952 type: integer apiVersions: - version: 2022-02-01-preview @@ -469,7 +469,7 @@ schemas: name: int64 description: The current usage of the resource. protocol: {} - - &ref_960 + - &ref_953 type: integer apiVersions: - version: 2022-02-01-preview @@ -482,7 +482,7 @@ schemas: name: int64 description: The maximum permitted usage of the resource. protocol: {} - - &ref_968 + - &ref_961 type: integer apiVersions: - version: 2022-02-01-preview @@ -496,7 +496,7 @@ schemas: name: int32 description: The number of vCPUs supported by the virtual machine size. protocol: {} - - &ref_969 + - &ref_962 type: integer apiVersions: - version: 2022-02-01-preview @@ -510,7 +510,7 @@ schemas: name: int32 description: The number of gPUs supported by the virtual machine size. protocol: {} - - &ref_970 + - &ref_963 type: integer apiVersions: - version: 2022-02-01-preview @@ -524,7 +524,7 @@ schemas: name: int32 description: The OS VHD disk size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_971 + - &ref_964 type: integer apiVersions: - version: 2022-02-01-preview @@ -538,7 +538,7 @@ schemas: name: int32 description: The resource volume size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_972 + - &ref_965 type: number apiVersions: - version: 2022-02-01-preview @@ -552,7 +552,7 @@ schemas: name: float64 description: The amount of memory, in GB, supported by the virtual machine size. protocol: {} - - &ref_977 + - &ref_970 type: number apiVersions: - version: 2022-02-01-preview @@ -566,7 +566,7 @@ schemas: name: float64 description: The price charged for using the VM. protocol: {} - - &ref_986 + - &ref_979 type: integer apiVersions: - version: 2022-02-01-preview @@ -580,7 +580,7 @@ schemas: name: int64 description: The maximum permitted quota of the resource. protocol: {} - - &ref_992 + - &ref_985 type: integer apiVersions: - version: 2022-02-01-preview @@ -594,7 +594,7 @@ schemas: name: int64 description: The maximum permitted quota of the resource. protocol: {} - - &ref_1001 + - &ref_994 type: integer apiVersions: - version: 2022-02-01-preview @@ -608,7 +608,7 @@ schemas: name: int64 description: The maximum permitted quota of the resource. protocol: {} - - &ref_100 + - &ref_98 type: integer apiVersions: - version: 2022-02-01-preview @@ -621,7 +621,7 @@ schemas: name: int32 description: Max number of nodes to use protocol: {} - - &ref_101 + - &ref_99 type: integer apiVersions: - version: 2022-02-01-preview @@ -635,7 +635,7 @@ schemas: name: int32 description: Min number of nodes to use protocol: {} - - &ref_1012 + - &ref_1005 type: integer apiVersions: - version: 2022-02-01-preview @@ -649,7 +649,7 @@ schemas: name: int32 description: SSH port number of the node. protocol: {} - - &ref_1022 + - &ref_1015 type: integer apiVersions: - version: 2022-02-01-preview @@ -662,7 +662,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_1043 + - &ref_1036 type: integer apiVersions: - version: 2022-02-01-preview @@ -688,7 +688,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_1644 + - &ref_1637 type: integer apiVersions: - version: 2022-02-01-preview @@ -705,7 +705,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1054 + - &ref_1047 type: integer apiVersions: - version: 2022-02-01-preview @@ -718,7 +718,7 @@ schemas: name: int32 description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - &ref_1666 + - &ref_1659 type: integer apiVersions: - version: 2022-02-01-preview @@ -735,7 +735,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_355 + - &ref_349 type: integer apiVersions: - version: 2022-02-01-preview @@ -749,7 +749,7 @@ schemas: name: int32 description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." protocol: {} - - &ref_357 + - &ref_351 type: integer apiVersions: - version: 2022-02-01-preview @@ -763,7 +763,7 @@ schemas: name: int32 description: Indicates maximum number of parallelism per instance. protocol: {} - - &ref_358 + - &ref_352 type: integer apiVersions: - version: 2022-02-01-preview @@ -777,7 +777,7 @@ schemas: name: int64 description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." protocol: {} - - &ref_375 + - &ref_369 type: integer apiVersions: - version: 2022-02-01-preview @@ -795,7 +795,7 @@ schemas: name: int32 description: Optional number of instances or nodes used by the compute target. protocol: {} - - &ref_378 + - &ref_372 type: integer apiVersions: - version: 2022-02-01-preview @@ -809,7 +809,7 @@ schemas: name: int32 description: Maximum retry count for a mini-batch protocol: {} - - &ref_1714 + - &ref_1707 type: integer apiVersions: - version: 2022-02-01-preview @@ -826,7 +826,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1073 + - &ref_1066 type: integer apiVersions: - version: 2022-02-01-preview @@ -839,7 +839,7 @@ schemas: name: int32 description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." protocol: {} - - &ref_1074 + - &ref_1067 type: integer apiVersions: - version: 2022-02-01-preview @@ -852,7 +852,7 @@ schemas: name: int32 description: Indicates number of processes per instance protocol: {} - - &ref_1075 + - &ref_1068 type: integer apiVersions: - version: 2022-02-01-preview @@ -865,7 +865,7 @@ schemas: name: int64 description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." protocol: {} - - &ref_1091 + - &ref_1084 type: integer apiVersions: - version: 2022-02-01-preview @@ -878,7 +878,7 @@ schemas: name: int32 description: Maximum retry count for a mini-batch protocol: {} - - &ref_1737 + - &ref_1730 type: integer apiVersions: - version: 2022-02-01-preview @@ -895,7 +895,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1990 + - &ref_1983 type: integer apiVersions: - version: 2022-02-01-preview @@ -909,7 +909,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_411 + - &ref_405 type: integer apiVersions: - version: 2022-02-01-preview @@ -939,7 +939,7 @@ schemas: name: int32 description: Port for endpoint. protocol: {} - - &ref_2140 + - &ref_2133 type: integer apiVersions: - version: 2022-02-01-preview @@ -956,7 +956,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_2274 + - &ref_2267 type: integer apiVersions: - version: 2022-02-01-preview @@ -973,7 +973,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_2295 + - &ref_2288 type: integer apiVersions: - version: 2022-02-01-preview @@ -990,7 +990,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_323 + - &ref_317 type: integer apiVersions: - version: 2022-02-01-preview @@ -1004,7 +1004,7 @@ schemas: name: int32 description: The number of failures to allow before returning an unhealthy status. protocol: {} - - &ref_326 + - &ref_320 type: integer apiVersions: - version: 2022-02-01-preview @@ -1018,7 +1018,7 @@ schemas: name: int32 description: The number of successful probes before returning a healthy status. protocol: {} - - &ref_333 + - &ref_327 type: integer apiVersions: - version: 2022-02-01-preview @@ -1032,7 +1032,7 @@ schemas: name: int32 description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. protocol: {} - - &ref_2366 + - &ref_2359 type: integer apiVersions: - version: 2022-02-01-preview @@ -1049,7 +1049,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_2389 + - &ref_2382 type: integer apiVersions: - version: 2022-02-01-preview @@ -1066,7 +1066,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1133 + - &ref_1126 type: integer apiVersions: - version: 2022-02-01-preview @@ -1079,7 +1079,7 @@ schemas: name: int32 description: The maximum number of lines to tail. protocol: {} - - &ref_1136 + - &ref_1129 type: integer apiVersions: - version: 2022-02-01-preview @@ -1093,7 +1093,7 @@ schemas: name: int32 description: Gets or sets the default capacity. protocol: {} - - &ref_1137 + - &ref_1130 type: integer apiVersions: - version: 2022-02-01-preview @@ -1107,7 +1107,7 @@ schemas: name: int32 description: Gets or sets the maximum. protocol: {} - - &ref_1138 + - &ref_1131 type: integer apiVersions: - version: 2022-02-01-preview @@ -1121,7 +1121,7 @@ schemas: name: int32 description: Gets or sets the minimum. protocol: {} - - &ref_2332 + - &ref_2325 type: integer apiVersions: - version: 2022-02-01-preview @@ -1138,7 +1138,7 @@ schemas: description: '' header: Retry-After protocol: {} - - &ref_1148 + - &ref_1141 type: integer apiVersions: - version: 2022-02-01-preview @@ -1152,7 +1152,7 @@ schemas: name: int64 description: Access token expiry time (UTC). protocol: {} - - &ref_1149 + - &ref_1142 type: integer apiVersions: - version: 2022-02-01-preview @@ -1166,7 +1166,7 @@ schemas: name: int64 description: Refresh access token after time (UTC). protocol: {} - - &ref_256 + - &ref_251 type: integer apiVersions: - version: 2022-02-01-preview @@ -1180,7 +1180,7 @@ schemas: name: int32 description: Number of agents protocol: {} - - &ref_111 + - &ref_109 type: integer apiVersions: - version: 2022-02-01-preview @@ -1194,7 +1194,7 @@ schemas: name: int32 description: The number of compute nodes currently assigned to the compute. protocol: {} - - &ref_112 + - &ref_110 type: integer apiVersions: - version: 2022-02-01-preview @@ -1212,7 +1212,7 @@ schemas: The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation. protocol: {} - - &ref_113 + - &ref_111 type: integer apiVersions: - version: 2022-02-01-preview @@ -1226,7 +1226,7 @@ schemas: name: int32 description: Number of compute nodes in idle state. protocol: {} - - &ref_114 + - &ref_112 type: integer apiVersions: - version: 2022-02-01-preview @@ -1240,7 +1240,7 @@ schemas: name: int32 description: Number of compute nodes which are running jobs. protocol: {} - - &ref_115 + - &ref_113 type: integer apiVersions: - version: 2022-02-01-preview @@ -1254,7 +1254,7 @@ schemas: name: int32 description: Number of compute nodes which are being prepared. protocol: {} - - &ref_116 + - &ref_114 type: integer apiVersions: - version: 2022-02-01-preview @@ -1268,7 +1268,7 @@ schemas: name: int32 description: Number of compute nodes which are in unusable state. protocol: {} - - &ref_117 + - &ref_115 type: integer apiVersions: - version: 2022-02-01-preview @@ -1282,7 +1282,7 @@ schemas: name: int32 description: Number of compute nodes which are leaving the amlCompute. protocol: {} - - &ref_118 + - &ref_116 type: integer apiVersions: - version: 2022-02-01-preview @@ -1296,7 +1296,7 @@ schemas: name: int32 description: Number of compute nodes which are in preempted state. protocol: {} - - &ref_128 + - &ref_126 type: integer apiVersions: - version: 2022-02-01-preview @@ -1309,7 +1309,7 @@ schemas: name: int32 description: Describes the port for connecting through SSH. protocol: {} - - &ref_178 + - &ref_176 type: integer apiVersions: - version: 2022-02-01-preview @@ -1323,7 +1323,7 @@ schemas: name: int32 description: The initial disk size in gigabytes. protocol: {} - - &ref_179 + - &ref_177 type: integer apiVersions: - version: 2022-02-01-preview @@ -1337,7 +1337,7 @@ schemas: name: int32 description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. protocol: {} - - &ref_233 + - &ref_229 type: integer apiVersions: - version: 2022-02-01-preview @@ -1350,7 +1350,7 @@ schemas: name: int32 description: Port open for ssh connections. protocol: {} - - &ref_234 + - &ref_230 type: integer apiVersions: - version: 2022-02-01-preview @@ -1363,7 +1363,7 @@ schemas: name: int32 description: Notebook server port open for ssh connections. protocol: {} - - &ref_201 + - &ref_198 type: integer apiVersions: - version: 2022-02-01-preview @@ -1376,7 +1376,7 @@ schemas: name: int32 description: Port open for ssh connections on the master node of the cluster. protocol: {} - - &ref_218 + - &ref_215 type: integer apiVersions: - version: 2022-02-01-preview @@ -1389,7 +1389,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_220 + - &ref_217 type: integer apiVersions: - version: 2022-02-01-preview @@ -1402,7 +1402,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_221 + - &ref_218 type: integer apiVersions: - version: 2022-02-01-preview @@ -1415,7 +1415,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_223 + - &ref_220 type: integer apiVersions: - version: 2022-02-01-preview @@ -1428,7 +1428,7 @@ schemas: name: int32 description: The number of compute nodes currently assigned to the compute. protocol: {} - - &ref_654 + - &ref_648 type: number apiVersions: - version: 2022-02-01-preview @@ -1442,7 +1442,7 @@ schemas: name: float32 description: Absolute distance allowed from the best performing run. protocol: {} - - &ref_655 + - &ref_649 type: number apiVersions: - version: 2022-02-01-preview @@ -1456,7 +1456,7 @@ schemas: name: float32 description: Ratio of the allowed distance from the best performing run. protocol: {} - - &ref_651 + - &ref_645 type: integer apiVersions: - version: 2022-02-01-preview @@ -1470,7 +1470,7 @@ schemas: name: int32 description: Number of intervals by which to delay the first evaluation. protocol: {} - - &ref_652 + - &ref_646 type: integer apiVersions: - version: 2022-02-01-preview @@ -1484,7 +1484,7 @@ schemas: name: int32 description: Interval (number of runs) between policy evaluations. protocol: {} - - &ref_624 + - &ref_618 type: number apiVersions: - version: 2022-02-01-preview @@ -1497,7 +1497,7 @@ schemas: name: float64 description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} - - &ref_640 + - &ref_634 type: number apiVersions: - version: 2022-02-01-preview @@ -1510,7 +1510,7 @@ schemas: name: float64 description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} - - &ref_733 + - &ref_727 type: number apiVersions: - version: 2022-02-01-preview @@ -1523,7 +1523,7 @@ schemas: name: float64 description: Exit score for the AutoML job. protocol: {} - - &ref_734 + - &ref_728 type: integer apiVersions: - version: 2022-02-01-preview @@ -1537,7 +1537,7 @@ schemas: name: int32 description: Maximum Concurrent iterations. protocol: {} - - &ref_735 + - &ref_729 type: integer apiVersions: - version: 2022-02-01-preview @@ -1551,7 +1551,7 @@ schemas: name: int32 description: Max cores per iteration. protocol: {} - - &ref_736 + - &ref_730 type: integer apiVersions: - version: 2022-02-01-preview @@ -1565,7 +1565,7 @@ schemas: name: int32 description: Number of iterations. protocol: {} - - &ref_745 + - &ref_739 type: number apiVersions: - version: 2022-02-01-preview @@ -1579,7 +1579,7 @@ schemas: name: float64 description: Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. protocol: {} - - &ref_693 + - &ref_687 type: integer apiVersions: - version: 2022-02-01-preview @@ -1592,7 +1592,7 @@ schemas: name: int32 description: '[Required] Forecast horizon value.' protocol: {} - - &ref_629 + - &ref_623 type: integer apiVersions: - version: 2022-02-01-preview @@ -1605,7 +1605,7 @@ schemas: name: int32 description: '[Required] N-Cross validations value.' protocol: {} - - &ref_703 + - &ref_697 type: integer apiVersions: - version: 2022-02-01-preview @@ -1618,7 +1618,7 @@ schemas: name: int32 description: '[Required] Seasonality value.' protocol: {} - - &ref_158 + - &ref_156 type: integer precision: 32 language: @@ -1629,7 +1629,7 @@ schemas: name: int32 description: '' protocol: {} - - &ref_722 + - &ref_716 type: integer apiVersions: - version: 2022-02-01-preview @@ -1642,7 +1642,7 @@ schemas: name: int32 description: '[Required] TargetRollingWindowSize value.' protocol: {} - - &ref_688 + - &ref_682 type: integer apiVersions: - version: 2022-02-01-preview @@ -1655,7 +1655,7 @@ schemas: name: int32 description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." protocol: {} - - &ref_517 + - &ref_511 type: integer apiVersions: - version: 2022-02-01-preview @@ -1668,7 +1668,7 @@ schemas: name: int32 description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - &ref_518 + - &ref_512 type: integer apiVersions: - version: 2022-02-01-preview @@ -1681,7 +1681,7 @@ schemas: name: int32 description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - &ref_519 + - &ref_513 type: integer apiVersions: - version: 2022-02-01-preview @@ -1694,7 +1694,7 @@ schemas: name: int32 description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - &ref_520 + - &ref_514 type: integer apiVersions: - version: 2022-02-01-preview @@ -1707,7 +1707,7 @@ schemas: name: int32 description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} - - &ref_526 + - &ref_520 type: number apiVersions: - version: 2022-02-01-preview @@ -1720,7 +1720,7 @@ schemas: name: float32 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_527 + - &ref_521 type: number apiVersions: - version: 2022-02-01-preview @@ -1733,7 +1733,7 @@ schemas: name: float32 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_530 + - &ref_524 type: integer apiVersions: - version: 2022-02-01-preview @@ -1746,7 +1746,7 @@ schemas: name: int32 description: Frequency to store model checkpoints. Must be a positive integer. protocol: {} - - &ref_534 + - &ref_528 type: integer apiVersions: - version: 2022-02-01-preview @@ -1759,7 +1759,7 @@ schemas: name: int32 description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." protocol: {} - - &ref_535 + - &ref_529 type: integer apiVersions: - version: 2022-02-01-preview @@ -1772,7 +1772,7 @@ schemas: name: int32 description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." protocol: {} - - &ref_537 + - &ref_531 type: integer apiVersions: - version: 2022-02-01-preview @@ -1785,7 +1785,7 @@ schemas: name: int32 description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - &ref_538 + - &ref_532 type: integer apiVersions: - version: 2022-02-01-preview @@ -1798,7 +1798,7 @@ schemas: name: int32 description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." protocol: {} - - &ref_539 + - &ref_533 type: integer apiVersions: - version: 2022-02-01-preview @@ -1811,7 +1811,7 @@ schemas: name: int32 description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_540 + - &ref_534 type: number apiVersions: - version: 2022-02-01-preview @@ -1824,7 +1824,7 @@ schemas: name: float32 description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - &ref_543 + - &ref_537 type: number apiVersions: - version: 2022-02-01-preview @@ -1837,7 +1837,7 @@ schemas: name: float32 description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - &ref_545 + - &ref_539 type: integer apiVersions: - version: 2022-02-01-preview @@ -1850,7 +1850,7 @@ schemas: name: int32 description: Number of training epochs. Must be a positive integer. protocol: {} - - &ref_546 + - &ref_540 type: integer apiVersions: - version: 2022-02-01-preview @@ -1863,7 +1863,7 @@ schemas: name: int32 description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - &ref_548 + - &ref_542 type: integer apiVersions: - version: 2022-02-01-preview @@ -1876,7 +1876,7 @@ schemas: name: int32 description: Random seed to be used when using deterministic training. protocol: {} - - &ref_549 + - &ref_543 type: number apiVersions: - version: 2022-02-01-preview @@ -1889,7 +1889,7 @@ schemas: name: float32 description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." protocol: {} - - &ref_550 + - &ref_544 type: number apiVersions: - version: 2022-02-01-preview @@ -1902,7 +1902,7 @@ schemas: name: float32 description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - &ref_551 + - &ref_545 type: integer apiVersions: - version: 2022-02-01-preview @@ -1915,7 +1915,7 @@ schemas: name: int32 description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - &ref_552 + - &ref_546 type: integer apiVersions: - version: 2022-02-01-preview @@ -1928,7 +1928,7 @@ schemas: name: int32 description: Training batch size. Must be a positive integer. protocol: {} - - &ref_553 + - &ref_547 type: integer apiVersions: - version: 2022-02-01-preview @@ -1941,7 +1941,7 @@ schemas: name: int32 description: Validation batch size. Must be a positive integer. protocol: {} - - &ref_554 + - &ref_548 type: number apiVersions: - version: 2022-02-01-preview @@ -1954,7 +1954,7 @@ schemas: name: float32 description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - &ref_555 + - &ref_549 type: integer apiVersions: - version: 2022-02-01-preview @@ -1967,7 +1967,7 @@ schemas: name: int32 description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - &ref_556 + - &ref_550 type: number apiVersions: - version: 2022-02-01-preview @@ -1980,7 +1980,7 @@ schemas: name: float32 description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} - - &ref_641 + - &ref_635 type: integer apiVersions: - version: 2022-02-01-preview @@ -1994,7 +1994,7 @@ schemas: name: int32 description: Maximum number of concurrent AutoML iterations. protocol: {} - - &ref_642 + - &ref_636 type: integer apiVersions: - version: 2022-02-01-preview @@ -2008,7 +2008,7 @@ schemas: name: int32 description: Maximum number of AutoML iterations. protocol: {} - - &ref_658 + - &ref_652 type: integer apiVersions: - version: 2022-02-01-preview @@ -2021,7 +2021,7 @@ schemas: name: int32 description: Maximum number of concurrent iterations for the underlying Sweep job. protocol: {} - - &ref_659 + - &ref_653 type: integer apiVersions: - version: 2022-02-01-preview @@ -2034,7 +2034,7 @@ schemas: name: int32 description: Maximum number of iterations for the underlying Sweep job. protocol: {} - - &ref_557 + - &ref_551 type: integer apiVersions: - version: 2022-02-01-preview @@ -2047,7 +2047,7 @@ schemas: name: int32 description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_558 + - &ref_552 type: number apiVersions: - version: 2022-02-01-preview @@ -2060,7 +2060,7 @@ schemas: name: float32 description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." protocol: {} - - &ref_559 + - &ref_553 type: integer apiVersions: - version: 2022-02-01-preview @@ -2073,7 +2073,7 @@ schemas: name: int32 description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_560 + - &ref_554 type: integer apiVersions: - version: 2022-02-01-preview @@ -2086,7 +2086,7 @@ schemas: name: int32 description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_561 + - &ref_555 type: integer apiVersions: - version: 2022-02-01-preview @@ -2099,7 +2099,7 @@ schemas: name: int32 description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_564 + - &ref_558 type: number apiVersions: - version: 2022-02-01-preview @@ -2112,7 +2112,7 @@ schemas: name: float32 description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. protocol: {} - - &ref_566 + - &ref_560 type: number apiVersions: - version: 2022-02-01-preview @@ -2125,7 +2125,7 @@ schemas: name: float32 description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_567 + - &ref_561 type: number apiVersions: - version: 2022-02-01-preview @@ -2138,7 +2138,7 @@ schemas: name: float32 description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_568 + - &ref_562 type: number apiVersions: - version: 2022-02-01-preview @@ -2151,7 +2151,7 @@ schemas: name: float32 description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - &ref_762 + - &ref_756 type: integer apiVersions: - version: 2022-02-01-preview @@ -2168,7 +2168,7 @@ schemas: name: int32 description: Number of processes per MPI node. protocol: {} - - &ref_679 + - &ref_673 type: integer apiVersions: - version: 2022-02-01-preview @@ -2182,7 +2182,7 @@ schemas: name: int32 description: Maximum Concurrent AutoML iterations. protocol: {} - - &ref_680 + - &ref_674 type: integer apiVersions: - version: 2022-02-01-preview @@ -2196,7 +2196,7 @@ schemas: name: int32 description: Number of AutoML iterations. protocol: {} - - &ref_755 + - &ref_749 type: integer apiVersions: - version: 2022-02-01-preview @@ -2209,7 +2209,7 @@ schemas: name: int32 description: Number of processes per node. protocol: {} - - &ref_790 + - &ref_784 type: integer apiVersions: - version: 2022-02-01-preview @@ -2222,7 +2222,7 @@ schemas: name: int32 description: An optional integer to use as the seed for random number generation protocol: {} - - &ref_157 + - &ref_155 type: integer apiVersions: - version: 2022-02-01-preview @@ -2235,7 +2235,7 @@ schemas: name: int32 description: '[Required] Specifies schedule interval in conjunction with frequency' protocol: {} - - &ref_773 + - &ref_767 type: integer apiVersions: - version: 2022-02-01-preview @@ -2248,7 +2248,7 @@ schemas: name: int32 description: Sweep Job max concurrent trials. protocol: {} - - &ref_774 + - &ref_768 type: integer apiVersions: - version: 2022-02-01-preview @@ -2261,7 +2261,7 @@ schemas: name: int32 description: Sweep Job max total trials. protocol: {} - - &ref_339 + - &ref_333 type: integer apiVersions: - version: 2022-02-01-preview @@ -2275,7 +2275,7 @@ schemas: name: int32 description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. protocol: {} - - &ref_340 + - &ref_334 type: integer apiVersions: - version: 2022-02-01-preview @@ -2289,7 +2289,7 @@ schemas: name: int32 description: The minimum number of instances to always be present. protocol: {} - - &ref_342 + - &ref_336 type: integer apiVersions: - version: 2022-02-01-preview @@ -2303,7 +2303,7 @@ schemas: name: int32 description: Target CPU usage for the autoscaler. protocol: {} - - &ref_756 + - &ref_750 type: integer apiVersions: - version: 2022-02-01-preview @@ -2321,7 +2321,7 @@ schemas: name: int32 description: Number of parameter server tasks. protocol: {} - - &ref_757 + - &ref_751 type: integer apiVersions: - version: 2022-02-01-preview @@ -2338,7 +2338,7 @@ schemas: name: int32 description: Number of workers. If not specified, will default to the instance count. protocol: {} - - &ref_647 + - &ref_641 type: integer apiVersions: - version: 2022-02-01-preview @@ -2363,7 +2363,7 @@ schemas: name: string description: simple string protocol: {} - - &ref_56 + - &ref_55 type: string apiVersions: - version: 2022-02-01-preview @@ -2375,7 +2375,7 @@ schemas: name: string description: 'Operation name: {provider}/{resource}/{operation}' protocol: {} - - &ref_57 + - &ref_56 type: string apiVersions: - version: 2022-02-01-preview @@ -2387,7 +2387,7 @@ schemas: name: string description: 'The resource provider name: Microsoft.MachineLearningExperimentation' protocol: {} - - &ref_58 + - &ref_57 type: string apiVersions: - version: 2022-02-01-preview @@ -2399,7 +2399,7 @@ schemas: name: string description: The resource on which the operation is performed. protocol: {} - - &ref_59 + - &ref_58 type: string apiVersions: - version: 2022-02-01-preview @@ -2411,7 +2411,7 @@ schemas: name: string description: The operation that users can perform. protocol: {} - - &ref_60 + - &ref_59 type: string apiVersions: - version: 2022-02-01-preview @@ -2423,7 +2423,7 @@ schemas: name: string description: The description for the operation. protocol: {} - - &ref_65 + - &ref_63 type: string apiVersions: - version: '3.0' @@ -2435,7 +2435,7 @@ schemas: name: string description: The error code. protocol: {} - - &ref_66 + - &ref_64 type: string apiVersions: - version: '3.0' @@ -2447,7 +2447,7 @@ schemas: name: string description: The error message. protocol: {} - - &ref_67 + - &ref_65 type: string apiVersions: - version: '3.0' @@ -2459,7 +2459,7 @@ schemas: name: string description: The error target. protocol: {} - - &ref_69 + - &ref_67 type: string apiVersions: - version: '3.0' @@ -2471,7 +2471,7 @@ schemas: name: string description: The additional info type. protocol: {} - - &ref_1287 + - &ref_1280 type: string apiVersions: - version: '3.0' @@ -2484,7 +2484,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1299 + - &ref_1292 type: string apiVersions: - version: '3.0' @@ -2512,7 +2512,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_869 + - &ref_863 type: string apiVersions: - version: 2022-02-01-preview @@ -2524,7 +2524,7 @@ schemas: name: string description: The immutable id associated with this workspace. protocol: {} - - &ref_870 + - &ref_864 type: string apiVersions: - version: 2022-02-01-preview @@ -2536,7 +2536,7 @@ schemas: name: string description: The description of this workspace. protocol: {} - - &ref_871 + - &ref_865 type: string apiVersions: - version: 2022-02-01-preview @@ -2548,7 +2548,7 @@ schemas: name: string description: The friendly name for this workspace. This name in mutable protocol: {} - - &ref_872 + - &ref_866 type: string apiVersions: - version: 2022-02-01-preview @@ -2560,7 +2560,7 @@ schemas: name: string description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - &ref_873 + - &ref_867 type: string apiVersions: - version: 2022-02-01-preview @@ -2572,7 +2572,7 @@ schemas: name: string description: ARM id of the application insights associated with this workspace. protocol: {} - - &ref_874 + - &ref_868 type: string apiVersions: - version: 2022-02-01-preview @@ -2584,7 +2584,7 @@ schemas: name: string description: ARM id of the container registry associated with this workspace. protocol: {} - - &ref_875 + - &ref_869 type: string apiVersions: - version: 2022-02-01-preview @@ -2596,7 +2596,7 @@ schemas: name: string description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - &ref_876 + - &ref_870 type: string apiVersions: - version: 2022-02-01-preview @@ -2608,7 +2608,7 @@ schemas: name: string description: Url for the discovery service to identify regional endpoints for machine learning experimentation services protocol: {} - - &ref_878 + - &ref_872 type: string apiVersions: - version: 2022-02-01-preview @@ -2620,7 +2620,7 @@ schemas: name: string description: The ArmId of the user assigned identity that will be used to access the customer managed key vault protocol: {} - - &ref_879 + - &ref_873 type: string apiVersions: - version: 2022-02-01-preview @@ -2632,7 +2632,7 @@ schemas: name: string description: The ArmId of the keyVault where the customer owned encryption key is present. protocol: {} - - &ref_880 + - &ref_874 type: string apiVersions: - version: 2022-02-01-preview @@ -2644,7 +2644,7 @@ schemas: name: string description: Key vault uri to access the encryption key. protocol: {} - - &ref_881 + - &ref_875 type: string apiVersions: - version: 2022-02-01-preview @@ -2656,7 +2656,7 @@ schemas: name: string description: For future use - The client id of the identity which will be used to access key vault. protocol: {} - - &ref_883 + - &ref_877 type: string apiVersions: - version: 2022-02-01-preview @@ -2668,7 +2668,7 @@ schemas: name: string description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace protocol: {} - - &ref_885 + - &ref_879 type: string apiVersions: - version: 2022-02-01-preview @@ -2680,7 +2680,7 @@ schemas: name: string description: The compute name for image build protocol: {} - - &ref_72 + - &ref_70 type: string apiVersions: - version: 2022-02-01-preview @@ -2692,7 +2692,7 @@ schemas: name: string description: The ARM identifier for Private Endpoint protocol: {} - - &ref_73 + - &ref_71 type: string apiVersions: - version: 2022-02-01-preview @@ -2704,7 +2704,7 @@ schemas: name: string description: The ARM identifier for Subnet resource that private endpoint links to protocol: {} - - &ref_75 + - &ref_73 type: string apiVersions: - version: 2022-02-01-preview @@ -2716,7 +2716,7 @@ schemas: name: string description: The reason for approval/rejection of the connection. protocol: {} - - &ref_76 + - &ref_74 type: string apiVersions: - version: 2022-02-01-preview @@ -2728,7 +2728,7 @@ schemas: name: string description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - - &ref_82 + - &ref_80 type: string apiVersions: - version: 2022-02-01-preview @@ -2740,7 +2740,7 @@ schemas: name: string description: Specifies the location of the resource. protocol: {} - - &ref_84 + - &ref_82 type: string apiVersions: - version: '3.0' @@ -2752,7 +2752,7 @@ schemas: name: string description: The name of the SKU. Ex - P3. It is typically a letter+number code protocol: {} - - &ref_86 + - &ref_84 type: string apiVersions: - version: '3.0' @@ -2764,7 +2764,7 @@ schemas: name: string description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' protocol: {} - - &ref_87 + - &ref_85 type: string apiVersions: - version: '3.0' @@ -2776,7 +2776,7 @@ schemas: name: string description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - &ref_861 + - &ref_855 type: string apiVersions: - version: '3.0' @@ -2788,7 +2788,7 @@ schemas: name: string description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - - &ref_862 + - &ref_856 type: string apiVersions: - version: '3.0' @@ -2800,7 +2800,7 @@ schemas: name: string description: The name of the resource protocol: {} - - &ref_863 + - &ref_857 type: string apiVersions: - version: '3.0' @@ -2812,7 +2812,7 @@ schemas: name: string description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - - &ref_864 + - &ref_858 type: string apiVersions: - version: '3.0' @@ -2824,7 +2824,7 @@ schemas: name: string description: The identity that created the resource. protocol: {} - - &ref_867 + - &ref_861 type: string apiVersions: - version: '3.0' @@ -2836,7 +2836,7 @@ schemas: name: string description: The identity that last modified the resource. protocol: {} - - &ref_888 + - &ref_882 type: string apiVersions: - version: 2022-02-01-preview @@ -2848,7 +2848,7 @@ schemas: name: string description: Unique name of the private link. protocol: {} - - &ref_889 + - &ref_883 type: string apiVersions: - version: 2022-02-01-preview @@ -2860,7 +2860,7 @@ schemas: name: string description: The resource id that private link links to. protocol: {} - - &ref_890 + - &ref_884 type: string apiVersions: - version: 2022-02-01-preview @@ -2872,7 +2872,7 @@ schemas: name: string description: The private link resource group id. protocol: {} - - &ref_891 + - &ref_885 type: string apiVersions: - version: 2022-02-01-preview @@ -2884,7 +2884,7 @@ schemas: name: string description: Request message. protocol: {} - - &ref_892 + - &ref_886 type: string apiVersions: - version: 2022-02-01-preview @@ -2896,7 +2896,7 @@ schemas: name: string description: '' protocol: {} - - &ref_893 + - &ref_887 type: string apiVersions: - version: 2022-02-01-preview @@ -2908,7 +2908,7 @@ schemas: name: string description: the data plane resourceId that used to initialize notebook component protocol: {} - - &ref_894 + - &ref_888 type: string apiVersions: - version: 2022-02-01-preview @@ -2920,7 +2920,7 @@ schemas: name: string description: '' protocol: {} - - &ref_897 + - &ref_891 type: string apiVersions: - version: 2022-02-01-preview @@ -2932,7 +2932,7 @@ schemas: name: string description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - &ref_898 + - &ref_892 type: string apiVersions: - version: 2022-02-01-preview @@ -2944,7 +2944,7 @@ schemas: name: string description: The tenant id associated with this workspace. protocol: {} - - &ref_900 + - &ref_894 type: string apiVersions: - version: 2022-02-01-preview @@ -2956,7 +2956,7 @@ schemas: name: string description: The URI associated with this workspace that machine learning flow must point at to set up tracking. protocol: {} - - &ref_901 + - &ref_895 type: string apiVersions: - version: 2022-02-01-preview @@ -2968,7 +2968,7 @@ schemas: name: string description: Specifies the location of the resource. protocol: {} - - &ref_919 + - &ref_913 type: string apiVersions: - version: 2022-02-01-preview @@ -2980,7 +2980,7 @@ schemas: name: string description: The description of this workspace. protocol: {} - - &ref_920 + - &ref_914 type: string apiVersions: - version: 2022-02-01-preview @@ -2992,7 +2992,7 @@ schemas: name: string description: The friendly name for this workspace. protocol: {} - - &ref_921 + - &ref_915 type: string apiVersions: - version: 2022-02-01-preview @@ -3004,7 +3004,7 @@ schemas: name: string description: The compute name for image build protocol: {} - - &ref_922 + - &ref_916 type: string apiVersions: - version: 2022-02-01-preview @@ -3016,7 +3016,7 @@ schemas: name: string description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - &ref_923 + - &ref_917 type: string apiVersions: - version: 2022-02-01-preview @@ -3028,7 +3028,7 @@ schemas: name: string description: ARM id of the application insights associated with this workspace. protocol: {} - - &ref_924 + - &ref_918 type: string apiVersions: - version: 2022-02-01-preview @@ -3040,7 +3040,7 @@ schemas: name: string description: ARM id of the container registry associated with this workspace. protocol: {} - - &ref_926 + - &ref_920 type: string apiVersions: - version: 2022-02-01-preview @@ -3052,7 +3052,7 @@ schemas: name: string description: The URI that can be used to request the next list of machine learning workspaces. protocol: {} - - &ref_937 + - &ref_931 type: string apiVersions: - version: 2022-02-01-preview @@ -3064,7 +3064,7 @@ schemas: name: string description: Code for workspace setup error protocol: {} - - &ref_939 + - &ref_933 type: string apiVersions: - version: 2022-02-01-preview @@ -3076,7 +3076,7 @@ schemas: name: string description: Message of workspace setup error protocol: {} - - &ref_943 + - &ref_936 type: string apiVersions: - version: 2022-02-01-preview @@ -3090,7 +3090,7 @@ schemas: name: string description: '' protocol: {} - - &ref_944 + - &ref_937 type: string apiVersions: - version: 2022-02-01-preview @@ -3102,7 +3102,7 @@ schemas: name: string description: '' protocol: {} - - &ref_945 + - &ref_938 type: string apiVersions: - version: 2022-02-01-preview @@ -3116,7 +3116,7 @@ schemas: name: string description: '' protocol: {} - - &ref_946 + - &ref_939 type: string apiVersions: - version: 2022-02-01-preview @@ -3128,7 +3128,7 @@ schemas: name: string description: '' protocol: {} - - &ref_947 + - &ref_940 type: string apiVersions: - version: 2022-02-01-preview @@ -3140,7 +3140,7 @@ schemas: name: string description: '' protocol: {} - - &ref_948 + - &ref_941 type: string apiVersions: - version: 2022-02-01-preview @@ -3152,7 +3152,7 @@ schemas: name: string description: '' protocol: {} - - &ref_949 + - &ref_942 type: string apiVersions: - version: 2022-02-01-preview @@ -3164,7 +3164,7 @@ schemas: name: string description: '' protocol: {} - - &ref_950 + - &ref_943 type: string apiVersions: - version: 2022-02-01-preview @@ -3178,7 +3178,7 @@ schemas: name: string description: '' protocol: {} - - &ref_951 + - &ref_944 type: string apiVersions: - version: 2022-02-01-preview @@ -3192,7 +3192,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1423 + - &ref_1416 type: string apiVersions: - version: 2022-02-01-preview @@ -3205,7 +3205,7 @@ schemas: name: string description: '' protocol: {} - - &ref_955 + - &ref_948 type: string apiVersions: - version: 2022-02-01-preview @@ -3217,7 +3217,7 @@ schemas: name: string description: Specifies the resource ID. protocol: {} - - &ref_956 + - &ref_949 type: string apiVersions: - version: 2022-02-01-preview @@ -3229,7 +3229,7 @@ schemas: name: string description: Region of the AML workspace in the id. protocol: {} - - &ref_957 + - &ref_950 type: string apiVersions: - version: 2022-02-01-preview @@ -3241,7 +3241,7 @@ schemas: name: string description: Specifies the resource type. protocol: {} - - &ref_961 + - &ref_954 type: string apiVersions: - version: 2022-02-01-preview @@ -3253,7 +3253,7 @@ schemas: name: string description: The name of the resource. protocol: {} - - &ref_962 + - &ref_955 type: string apiVersions: - version: 2022-02-01-preview @@ -3265,7 +3265,7 @@ schemas: name: string description: The localized name of the resource. protocol: {} - - &ref_963 + - &ref_956 type: string apiVersions: - version: 2022-02-01-preview @@ -3277,7 +3277,7 @@ schemas: name: string description: The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. protocol: {} - - &ref_966 + - &ref_959 type: string apiVersions: - version: 2022-02-01-preview @@ -3290,7 +3290,7 @@ schemas: name: string description: The name of the virtual machine size. protocol: {} - - &ref_967 + - &ref_960 type: string apiVersions: - version: 2022-02-01-preview @@ -3303,7 +3303,7 @@ schemas: name: string description: The family name of the virtual machine size. protocol: {} - - &ref_980 + - &ref_973 type: string apiVersions: - version: 2022-02-01-preview @@ -3315,7 +3315,7 @@ schemas: name: string description: '' protocol: {} - - &ref_984 + - &ref_977 type: string apiVersions: - version: 2022-02-01-preview @@ -3327,7 +3327,7 @@ schemas: name: string description: Specifies the resource ID. protocol: {} - - &ref_985 + - &ref_978 type: string apiVersions: - version: 2022-02-01-preview @@ -3339,7 +3339,7 @@ schemas: name: string description: Specifies the resource type. protocol: {} - - &ref_988 + - &ref_981 type: string apiVersions: - version: 2022-02-01-preview @@ -3351,7 +3351,7 @@ schemas: name: string description: Region of workspace quota to be updated. protocol: {} - - &ref_990 + - &ref_983 type: string apiVersions: - version: 2022-02-01-preview @@ -3363,7 +3363,7 @@ schemas: name: string description: Specifies the resource ID. protocol: {} - - &ref_991 + - &ref_984 type: string apiVersions: - version: 2022-02-01-preview @@ -3375,7 +3375,7 @@ schemas: name: string description: Specifies the resource type. protocol: {} - - &ref_994 + - &ref_987 type: string apiVersions: - version: 2022-02-01-preview @@ -3387,7 +3387,7 @@ schemas: name: string description: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. protocol: {} - - &ref_996 + - &ref_989 type: string apiVersions: - version: 2022-02-01-preview @@ -3399,7 +3399,7 @@ schemas: name: string description: Specifies the resource ID. protocol: {} - - &ref_997 + - &ref_990 type: string apiVersions: - version: 2022-02-01-preview @@ -3411,7 +3411,7 @@ schemas: name: string description: Region of the AML workspace in the id. protocol: {} - - &ref_998 + - &ref_991 type: string apiVersions: - version: 2022-02-01-preview @@ -3423,7 +3423,7 @@ schemas: name: string description: Specifies the resource type. protocol: {} - - &ref_999 + - &ref_992 type: string apiVersions: - version: 2022-02-01-preview @@ -3435,7 +3435,7 @@ schemas: name: string description: The name of the resource. protocol: {} - - &ref_1000 + - &ref_993 type: string apiVersions: - version: 2022-02-01-preview @@ -3447,7 +3447,7 @@ schemas: name: string description: The localized name of the resource. protocol: {} - - &ref_1002 + - &ref_995 type: string apiVersions: - version: 2022-02-01-preview @@ -3459,7 +3459,7 @@ schemas: name: string description: The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. protocol: {} - - &ref_277 + - &ref_271 type: string apiVersions: - version: 2022-02-01-preview @@ -3485,7 +3485,7 @@ schemas: description: '' header: Azure-AsyncOperation protocol: {} - - &ref_244 + - &ref_239 type: string apiVersions: - version: 2022-02-01-preview @@ -3497,7 +3497,7 @@ schemas: name: string description: Location for the underlying compute protocol: {} - - &ref_246 + - &ref_241 type: string apiVersions: - version: 2022-02-01-preview @@ -3509,7 +3509,7 @@ schemas: name: string description: The description of the Machine Learning compute. protocol: {} - - &ref_249 + - &ref_244 type: string apiVersions: - version: 2022-02-01-preview @@ -3521,7 +3521,7 @@ schemas: name: string description: ARM resource id of the underlying compute protocol: {} - - &ref_1005 + - &ref_998 type: string apiVersions: - version: 2022-02-01-preview @@ -3533,7 +3533,7 @@ schemas: name: string description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_1503 + - &ref_1496 type: string apiVersions: - version: 2022-02-01-preview @@ -3547,7 +3547,7 @@ schemas: description: '' header: Azure-AsyncOperation protocol: {} - - &ref_1504 + - &ref_1497 type: string apiVersions: - version: 2022-02-01-preview @@ -3561,7 +3561,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1009 + - &ref_1002 type: string apiVersions: - version: 2022-02-01-preview @@ -3574,7 +3574,7 @@ schemas: name: string description: ID of the compute node. protocol: {} - - &ref_1010 + - &ref_1003 type: string apiVersions: - version: 2022-02-01-preview @@ -3587,7 +3587,7 @@ schemas: name: string description: Private IP address of the compute node. protocol: {} - - &ref_1011 + - &ref_1004 type: string apiVersions: - version: 2022-02-01-preview @@ -3600,7 +3600,7 @@ schemas: name: string description: Public IP address of the compute node. protocol: {} - - &ref_1014 + - &ref_1007 type: string apiVersions: - version: 2022-02-01-preview @@ -3613,7 +3613,7 @@ schemas: name: string description: ID of the Experiment running on the node, if any else null. protocol: {} - - &ref_1015 + - &ref_1008 type: string apiVersions: - version: 2022-02-01-preview @@ -3625,7 +3625,7 @@ schemas: name: string description: The continuation token. protocol: {} - - &ref_1017 + - &ref_1010 type: string apiVersions: - version: 2022-02-01-preview @@ -3637,7 +3637,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1018 + - &ref_1011 type: string apiVersions: - version: 2022-02-01-preview @@ -3649,7 +3649,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1019 + - &ref_1012 type: string apiVersions: - version: 2022-02-01-preview @@ -3661,7 +3661,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1020 + - &ref_1013 type: string apiVersions: - version: 2022-02-01-preview @@ -3675,7 +3675,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1021 + - &ref_1014 type: string apiVersions: - version: 2022-02-01-preview @@ -3687,7 +3687,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1023 + - &ref_1016 type: string apiVersions: - version: 2022-02-01-preview @@ -3701,7 +3701,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1024 + - &ref_1017 type: string apiVersions: - version: 2022-02-01-preview @@ -3727,7 +3727,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_280 + - &ref_274 type: string apiVersions: - version: 2022-02-01-preview @@ -3739,7 +3739,7 @@ schemas: name: string description: The private link resource group id. protocol: {} - - &ref_281 + - &ref_275 type: string apiVersions: - version: 2022-02-01-preview @@ -3751,7 +3751,7 @@ schemas: name: string description: '' protocol: {} - - &ref_282 + - &ref_276 type: string apiVersions: - version: 2022-02-01-preview @@ -3763,7 +3763,7 @@ schemas: name: string description: '' protocol: {} - - &ref_283 + - &ref_277 type: string apiVersions: - version: 2022-02-01-preview @@ -3775,7 +3775,7 @@ schemas: name: string description: Specifies the location of the resource. protocol: {} - - &ref_1038 + - &ref_1031 type: string apiVersions: - version: 2022-02-01-preview @@ -3789,7 +3789,7 @@ schemas: name: string description: '' protocol: {} - - &ref_285 + - &ref_279 type: string apiVersions: - version: 2022-02-01-preview @@ -3801,7 +3801,7 @@ schemas: name: string description: Category of the workspace connection. protocol: {} - - &ref_286 + - &ref_280 type: string apiVersions: - version: 2022-02-01-preview @@ -3813,7 +3813,7 @@ schemas: name: string description: Target of the workspace connection. protocol: {} - - &ref_287 + - &ref_281 type: string apiVersions: - version: 2022-02-01-preview @@ -3825,7 +3825,7 @@ schemas: name: string description: Authorization type of the workspace connection. protocol: {} - - &ref_288 + - &ref_282 type: string apiVersions: - version: 2022-02-01-preview @@ -3837,7 +3837,7 @@ schemas: name: string description: Value details of the workspace connection. protocol: {} - - &ref_1039 + - &ref_1032 type: string apiVersions: - version: 2022-02-01-preview @@ -3849,7 +3849,7 @@ schemas: name: string description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_1041 + - &ref_1034 type: string apiVersions: - version: 2022-02-01-preview @@ -3861,7 +3861,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1042 + - &ref_1035 type: string apiVersions: - version: 2022-02-01-preview @@ -3873,7 +3873,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1048 + - &ref_1041 type: string apiVersions: - version: 2022-02-01-preview @@ -3885,7 +3885,7 @@ schemas: name: string description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. protocol: {} - - &ref_291 + - &ref_285 type: string apiVersions: - version: 2022-02-01-preview @@ -3897,7 +3897,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_307 + - &ref_301 type: string apiVersions: - version: 2022-02-01-preview @@ -3909,7 +3909,7 @@ schemas: name: string description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." protocol: {} - - &ref_301 + - &ref_295 type: string apiVersions: - version: 2022-02-01-preview @@ -3921,7 +3921,7 @@ schemas: name: string description: Description of the inference endpoint. protocol: {} - - &ref_302 + - &ref_296 type: string apiVersions: - version: 2022-02-01-preview @@ -3937,7 +3937,7 @@ schemas: name: string description: The primary key. protocol: {} - - &ref_303 + - &ref_297 type: string apiVersions: - version: 2022-02-01-preview @@ -3953,7 +3953,7 @@ schemas: name: string description: The secondary key. protocol: {} - - &ref_305 + - &ref_299 type: string apiVersions: - version: 2022-02-01-preview @@ -3968,7 +3968,7 @@ schemas: name: string description: Endpoint URI. protocol: {} - - &ref_306 + - &ref_300 type: string apiVersions: - version: 2022-02-01-preview @@ -3995,7 +3995,7 @@ schemas: name: string description: '' protocol: {} - - &ref_391 + - &ref_385 type: string apiVersions: - version: '3.0' @@ -4025,7 +4025,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1658 + - &ref_1651 type: string apiVersions: - version: 2022-02-01-preview @@ -4038,7 +4038,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1052 + - &ref_1045 type: string apiVersions: - version: 2022-02-01-preview @@ -4050,7 +4050,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1053 + - &ref_1046 type: string apiVersions: - version: 2022-02-01-preview @@ -4062,7 +4062,7 @@ schemas: name: string description: The geo-location where the resource lives. protocol: {} - - &ref_1055 + - &ref_1048 type: string apiVersions: - version: 2022-02-01-preview @@ -4074,7 +4074,7 @@ schemas: name: string description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - &ref_1056 + - &ref_1049 type: string apiVersions: - version: 2022-02-01-preview @@ -4086,7 +4086,7 @@ schemas: name: string description: The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - &ref_1057 + - &ref_1050 type: string apiVersions: - version: 2022-02-01-preview @@ -4098,7 +4098,7 @@ schemas: name: string description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - &ref_1680 + - &ref_1673 type: string apiVersions: - version: 2022-02-01-preview @@ -4126,7 +4126,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1062 + - &ref_1055 type: string apiVersions: - version: 2022-02-01-preview @@ -4138,7 +4138,7 @@ schemas: name: string description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. protocol: {} - - &ref_308 + - &ref_302 type: string apiVersions: - version: 2022-02-01-preview @@ -4150,7 +4150,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_354 + - &ref_348 type: string apiVersions: - version: 2022-02-01-preview @@ -4162,7 +4162,7 @@ schemas: name: string description: Compute target for batch inference operation. protocol: {} - - &ref_374 + - &ref_368 type: string apiVersions: - version: 2022-02-01-preview @@ -4175,7 +4175,7 @@ schemas: name: string description: Customized output file name for append_row output action. protocol: {} - - &ref_376 + - &ref_370 type: string apiVersions: - version: 2022-02-01-preview @@ -4191,7 +4191,7 @@ schemas: name: string description: Optional type of VM used as supported by the compute target. protocol: {} - - &ref_348 + - &ref_342 type: string apiVersions: - version: 2022-02-01-preview @@ -4207,7 +4207,7 @@ schemas: name: string description: ARM resource ID of the code asset. protocol: {} - - &ref_349 + - &ref_343 type: string apiVersions: - version: 2022-02-01-preview @@ -4225,7 +4225,7 @@ schemas: name: string description: '[Required] The script to execute on startup. eg. "score.py"' protocol: {} - - &ref_350 + - &ref_344 type: string apiVersions: - version: 2022-02-01-preview @@ -4237,7 +4237,7 @@ schemas: name: string description: Description of the endpoint deployment. protocol: {} - - &ref_351 + - &ref_345 type: string apiVersions: - version: 2022-02-01-preview @@ -4263,7 +4263,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1065 + - &ref_1058 type: string apiVersions: - version: 2022-02-01-preview @@ -4275,7 +4275,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1066 + - &ref_1059 type: string apiVersions: - version: 2022-02-01-preview @@ -4287,7 +4287,7 @@ schemas: name: string description: The geo-location where the resource lives. protocol: {} - - &ref_1067 + - &ref_1060 type: string apiVersions: - version: 2022-02-01-preview @@ -4303,7 +4303,7 @@ schemas: name: string description: ARM resource ID of the code asset. protocol: {} - - &ref_1068 + - &ref_1061 type: string apiVersions: - version: 2022-02-01-preview @@ -4320,7 +4320,7 @@ schemas: name: string description: The script to execute on startup. eg. "score.py" protocol: {} - - &ref_1069 + - &ref_1062 type: string apiVersions: - version: 2022-02-01-preview @@ -4332,7 +4332,7 @@ schemas: name: string description: Compute binding definition. protocol: {} - - &ref_1070 + - &ref_1063 type: string apiVersions: - version: 2022-02-01-preview @@ -4344,7 +4344,7 @@ schemas: name: string description: Description of the endpoint deployment. protocol: {} - - &ref_1071 + - &ref_1064 type: string apiVersions: - version: 2022-02-01-preview @@ -4356,7 +4356,7 @@ schemas: name: string description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - &ref_1089 + - &ref_1082 type: string apiVersions: - version: 2022-02-01-preview @@ -4368,7 +4368,7 @@ schemas: name: string description: Customized output file name for append_row output action. protocol: {} - - &ref_1752 + - &ref_1745 type: string apiVersions: - version: 2022-02-01-preview @@ -4396,7 +4396,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1097 + - &ref_1090 type: string apiVersions: - version: 2022-02-01-preview @@ -4408,7 +4408,7 @@ schemas: name: string description: The link to the next page of CodeContainer objects. If null, there are no additional pages. protocol: {} - - &ref_832 + - &ref_826 type: string apiVersions: - version: 2022-02-01-preview @@ -4423,7 +4423,7 @@ schemas: name: string description: The latest version inside this container. protocol: {} - - &ref_833 + - &ref_827 type: string apiVersions: - version: 2022-02-01-preview @@ -4438,7 +4438,7 @@ schemas: name: string description: The next auto incremental version protocol: {} - - &ref_825 + - &ref_819 type: string apiVersions: - version: 2022-02-01-preview @@ -4450,7 +4450,7 @@ schemas: name: string description: The asset description text. protocol: {} - - &ref_1098 + - &ref_1091 type: string apiVersions: - version: 2022-02-01-preview @@ -4462,7 +4462,7 @@ schemas: name: string description: The link to the next page of CodeVersion objects. If null, there are no additional pages. protocol: {} - - &ref_396 + - &ref_390 type: string apiVersions: - version: 2022-02-01-preview @@ -4474,7 +4474,7 @@ schemas: name: string description: Uri where code is located protocol: {} - - &ref_1099 + - &ref_1092 type: string apiVersions: - version: 2022-02-01-preview @@ -4486,7 +4486,7 @@ schemas: name: string description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1100 + - &ref_1093 type: string apiVersions: - version: 2022-02-01-preview @@ -4498,7 +4498,7 @@ schemas: name: string description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. protocol: {} - - &ref_1101 + - &ref_1094 type: string apiVersions: - version: 2022-02-01-preview @@ -4510,7 +4510,7 @@ schemas: name: string description: The link to the next page of DataContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1102 + - &ref_1095 type: string apiVersions: - version: 2022-02-01-preview @@ -4522,7 +4522,7 @@ schemas: name: string description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. protocol: {} - - &ref_404 + - &ref_398 type: string apiVersions: - version: 2022-02-01-preview @@ -4539,7 +4539,7 @@ schemas: name: string description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' protocol: {} - - &ref_1248 + - &ref_1241 type: string apiVersions: - version: 2022-02-01-preview @@ -4551,7 +4551,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1103 + - &ref_1096 type: string apiVersions: - version: 2022-02-01-preview @@ -4563,7 +4563,7 @@ schemas: name: string description: The link to the next page of Datastore objects. If null, there are no additional pages. protocol: {} - - &ref_1104 + - &ref_1097 type: string apiVersions: - version: 2022-02-01-preview @@ -4575,7 +4575,7 @@ schemas: name: string description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1105 + - &ref_1098 type: string apiVersions: - version: 2022-02-01-preview @@ -4587,7 +4587,7 @@ schemas: name: string description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. protocol: {} - - &ref_405 + - &ref_399 type: string apiVersions: - version: 2022-02-01-preview @@ -4604,7 +4604,7 @@ schemas: name: string description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" protocol: {} - - &ref_406 + - &ref_400 type: string apiVersions: - version: 2022-02-01-preview @@ -4621,7 +4621,7 @@ schemas: name: string description: "Path to the Dockerfile in the build context.\r\n" protocol: {} - - &ref_407 + - &ref_401 type: string apiVersions: - version: 2022-02-01-preview @@ -4637,7 +4637,7 @@ schemas: name: string description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" protocol: {} - - &ref_409 + - &ref_403 type: string apiVersions: - version: 2022-02-01-preview @@ -4653,7 +4653,7 @@ schemas: name: string description: "Name of the image that will be used for the environment.\r\n" protocol: {} - - &ref_410 + - &ref_404 type: string apiVersions: - version: 2022-02-01-preview @@ -4666,7 +4666,7 @@ schemas: name: string description: '[Required] The path for the route.' protocol: {} - - &ref_1108 + - &ref_1101 type: string apiVersions: - version: 2022-02-01-preview @@ -4678,7 +4678,7 @@ schemas: name: string description: The link to the next page of JobBase objects. If null, there are no additional pages. protocol: {} - - &ref_806 + - &ref_800 type: string apiVersions: - version: 2022-02-01-preview @@ -4694,7 +4694,7 @@ schemas: name: string description: ARM resource ID of the compute resource. protocol: {} - - &ref_807 + - &ref_801 type: string apiVersions: - version: 2022-02-01-preview @@ -4710,7 +4710,7 @@ schemas: name: string description: Display name of job. protocol: {} - - &ref_808 + - &ref_802 type: string apiVersions: - version: 2022-02-01-preview @@ -4727,7 +4727,7 @@ schemas: name: string description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. protocol: {} - - &ref_166 + - &ref_164 type: string apiVersions: - version: 2022-02-01-preview @@ -4816,7 +4816,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1110 + - &ref_1103 type: string apiVersions: - version: 2022-02-01-preview @@ -4828,7 +4828,7 @@ schemas: name: string description: The link to the next page of ModelContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1111 + - &ref_1104 type: string apiVersions: - version: 2022-02-01-preview @@ -4840,7 +4840,7 @@ schemas: name: string description: The link to the next page of ModelVersion objects. If null, there are no additional pages. protocol: {} - - &ref_415 + - &ref_409 type: string apiVersions: - version: 2022-02-01-preview @@ -4852,7 +4852,7 @@ schemas: name: string description: Name of the training job which produced this model protocol: {} - - &ref_417 + - &ref_411 type: string apiVersions: - version: 2022-02-01-preview @@ -4864,7 +4864,7 @@ schemas: name: string description: The URI path to the model contents. protocol: {} - - &ref_1113 + - &ref_1106 type: string apiVersions: - version: 2022-02-01-preview @@ -4876,7 +4876,7 @@ schemas: name: string description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. protocol: {} - - &ref_380 + - &ref_374 type: string apiVersions: - version: 2022-02-01-preview @@ -4888,7 +4888,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_294 + - &ref_288 type: string apiVersions: - version: 2022-02-01-preview @@ -4914,7 +4914,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1114 + - &ref_1107 type: string apiVersions: - version: 2022-02-01-preview @@ -4926,7 +4926,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1115 + - &ref_1108 type: string apiVersions: - version: 2022-02-01-preview @@ -4938,7 +4938,7 @@ schemas: name: string description: The geo-location where the resource lives. protocol: {} - - &ref_2309 + - &ref_2302 type: string apiVersions: - version: 2022-02-01-preview @@ -4952,7 +4952,7 @@ schemas: description: '' header: Azure-AsyncOperation protocol: {} - - &ref_2347 + - &ref_2340 type: string apiVersions: - version: 2022-02-01-preview @@ -4966,7 +4966,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1120 + - &ref_1113 type: string apiVersions: - version: 2022-02-01-preview @@ -4978,7 +4978,7 @@ schemas: name: string description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. protocol: {} - - &ref_381 + - &ref_375 type: string apiVersions: - version: 2022-02-01-preview @@ -4990,7 +4990,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_322 + - &ref_316 type: string apiVersions: - version: 2022-02-01-preview @@ -5006,7 +5006,7 @@ schemas: name: string description: Compute instance type. protocol: {} - - &ref_328 + - &ref_322 type: string apiVersions: - version: 2022-02-01-preview @@ -5018,7 +5018,7 @@ schemas: name: string description: The URI path to the model. protocol: {} - - &ref_329 + - &ref_323 type: string apiVersions: - version: 2022-02-01-preview @@ -5044,7 +5044,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1122 + - &ref_1115 type: string apiVersions: - version: 2022-02-01-preview @@ -5056,7 +5056,7 @@ schemas: name: string description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1123 + - &ref_1116 type: string apiVersions: - version: 2022-02-01-preview @@ -5068,7 +5068,7 @@ schemas: name: string description: The geo-location where the resource lives. protocol: {} - - &ref_2404 + - &ref_2397 type: string apiVersions: - version: 2022-02-01-preview @@ -5082,7 +5082,7 @@ schemas: description: '' header: Azure-AsyncOperation protocol: {} - - &ref_2317 + - &ref_2310 type: string apiVersions: - version: 2022-02-01-preview @@ -5096,7 +5096,7 @@ schemas: description: '' header: Location protocol: {} - - &ref_1134 + - &ref_1127 type: string apiVersions: - version: 2022-02-01-preview @@ -5108,7 +5108,7 @@ schemas: name: string description: The retrieved online deployment logs. protocol: {} - - &ref_1135 + - &ref_1128 type: string apiVersions: - version: 2022-02-01-preview @@ -5120,7 +5120,7 @@ schemas: name: string description: The link to the next page of SkuResource objects. If null, there are no additional pages. protocol: {} - - &ref_1140 + - &ref_1133 type: string apiVersions: - version: 2022-02-01-preview @@ -5135,7 +5135,7 @@ schemas: name: string description: The resource type name. protocol: {} - - &ref_1141 + - &ref_1134 type: string apiVersions: - version: 2022-02-01-preview @@ -5148,7 +5148,7 @@ schemas: name: string description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' protocol: {} - - &ref_1146 + - &ref_1139 type: string apiVersions: - version: 2022-02-01-preview @@ -5172,7 +5172,7 @@ schemas: name: string description: '' protocol: {} - - &ref_1147 + - &ref_1140 type: string apiVersions: - version: 2022-02-01-preview @@ -5184,7 +5184,7 @@ schemas: name: string description: Access token for endpoint authentication. protocol: {} - - &ref_1150 + - &ref_1143 type: string apiVersions: - version: 2022-02-01-preview @@ -5196,7 +5196,7 @@ schemas: name: string description: Access token type. protocol: {} - - &ref_1151 + - &ref_1144 type: string apiVersions: - version: 2022-02-01-preview @@ -5208,7 +5208,7 @@ schemas: name: string description: Specifies the feature ID protocol: {} - - &ref_1152 + - &ref_1145 type: string apiVersions: - version: 2022-02-01-preview @@ -5220,7 +5220,7 @@ schemas: name: string description: 'Specifies the feature name ' protocol: {} - - &ref_1153 + - &ref_1146 type: string apiVersions: - version: 2022-02-01-preview @@ -5232,7 +5232,7 @@ schemas: name: string description: Describes the feature for user experience protocol: {} - - &ref_1154 + - &ref_1147 type: string apiVersions: - version: 2022-02-01-preview @@ -5244,7 +5244,7 @@ schemas: name: string description: The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. protocol: {} - - &ref_106 + - &ref_104 type: string apiVersions: - version: 2022-02-01-preview @@ -5256,7 +5256,7 @@ schemas: name: string description: The ID of the resource protocol: {} - - &ref_252 + - &ref_247 type: string apiVersions: - version: 2022-02-01-preview @@ -5268,7 +5268,7 @@ schemas: name: string description: Cluster full qualified domain name protocol: {} - - &ref_253 + - &ref_248 type: string apiVersions: - version: 2022-02-01-preview @@ -5280,7 +5280,7 @@ schemas: name: string description: The type of this system service. protocol: {} - - &ref_254 + - &ref_249 type: string apiVersions: - version: 2022-02-01-preview @@ -5292,7 +5292,7 @@ schemas: name: string description: Public IP address protocol: {} - - &ref_255 + - &ref_250 type: string apiVersions: - version: 2022-02-01-preview @@ -5304,7 +5304,7 @@ schemas: name: string description: The version for this type. protocol: {} - - &ref_257 + - &ref_252 type: string apiVersions: - version: 2022-02-01-preview @@ -5316,7 +5316,7 @@ schemas: name: string description: Agent virtual machine size protocol: {} - - &ref_260 + - &ref_255 type: string apiVersions: - version: 2022-02-01-preview @@ -5328,7 +5328,7 @@ schemas: name: string description: Cert data protocol: {} - - &ref_261 + - &ref_256 type: string apiVersions: - version: 2022-02-01-preview @@ -5340,7 +5340,7 @@ schemas: name: string description: Key data protocol: {} - - &ref_262 + - &ref_257 type: string apiVersions: - version: 2022-02-01-preview @@ -5352,7 +5352,7 @@ schemas: name: string description: CNAME of the cert protocol: {} - - &ref_263 + - &ref_258 type: string apiVersions: - version: 2022-02-01-preview @@ -5364,7 +5364,7 @@ schemas: name: string description: Leaf domain label of public endpoint protocol: {} - - &ref_265 + - &ref_260 type: string apiVersions: - version: 2022-02-01-preview @@ -5376,7 +5376,7 @@ schemas: name: string description: Virtual network subnet resource ID the compute nodes belong to protocol: {} - - &ref_266 + - &ref_261 type: string apiVersions: - version: 2022-02-01-preview @@ -5389,7 +5389,7 @@ schemas: name: string description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. protocol: {} - - &ref_267 + - &ref_262 type: string apiVersions: - version: 2022-02-01-preview @@ -5402,7 +5402,7 @@ schemas: name: string description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. protocol: {} - - &ref_268 + - &ref_263 type: string apiVersions: - version: 2022-02-01-preview @@ -5415,7 +5415,7 @@ schemas: name: string description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. protocol: {} - - &ref_270 + - &ref_265 type: string apiVersions: - version: 2022-02-01-preview @@ -5427,7 +5427,7 @@ schemas: name: string description: Load Balancer Subnet protocol: {} - - &ref_209 + - &ref_206 type: string apiVersions: - version: 2022-02-01-preview @@ -5441,7 +5441,7 @@ schemas: name: string description: Relay connection string. protocol: {} - - &ref_210 + - &ref_207 type: string apiVersions: - version: 2022-02-01-preview @@ -5455,7 +5455,7 @@ schemas: name: string description: ServiceBus connection string. protocol: {} - - &ref_211 + - &ref_208 type: string apiVersions: - version: 2022-02-01-preview @@ -5467,7 +5467,7 @@ schemas: name: string description: Extension principal-id. protocol: {} - - &ref_212 + - &ref_209 type: string apiVersions: - version: 2022-02-01-preview @@ -5479,7 +5479,7 @@ schemas: name: string description: Extension instance release train. protocol: {} - - &ref_213 + - &ref_210 type: string apiVersions: - version: 2022-02-01-preview @@ -5491,7 +5491,7 @@ schemas: name: string description: VC name. protocol: {} - - &ref_214 + - &ref_211 type: string apiVersions: - version: 2022-02-01-preview @@ -5504,7 +5504,7 @@ schemas: name: string description: Compute namespace protocol: {} - - &ref_215 + - &ref_212 type: string apiVersions: - version: 2022-02-01-preview @@ -5516,7 +5516,7 @@ schemas: name: string description: Default instance type protocol: {} - - &ref_96 + - &ref_94 type: string apiVersions: - version: 2022-02-01-preview @@ -5528,7 +5528,7 @@ schemas: name: string description: Virtual Machine Size protocol: {} - - &ref_98 + - &ref_96 type: string apiVersions: - version: 2022-02-01-preview @@ -5540,7 +5540,7 @@ schemas: name: string description: Virtual Machine image path protocol: {} - - &ref_103 + - &ref_101 type: string apiVersions: - version: 2022-02-01-preview @@ -5553,7 +5553,7 @@ schemas: name: string description: Name of the administrator user account which can be used to SSH to nodes. protocol: {} - - &ref_104 + - &ref_102 type: string apiVersions: - version: 2022-02-01-preview @@ -5566,7 +5566,7 @@ schemas: name: string description: SSH public key of the administrator user account. protocol: {} - - &ref_105 + - &ref_103 type: string apiVersions: - version: 2022-02-01-preview @@ -5579,7 +5579,7 @@ schemas: name: string description: Password of the administrator user account. protocol: {} - - &ref_123 + - &ref_121 type: string apiVersions: - version: 2022-02-01-preview @@ -5591,7 +5591,7 @@ schemas: name: string description: Virtual Machine Size protocol: {} - - &ref_127 + - &ref_125 type: string apiVersions: - version: 2022-02-01-preview @@ -5603,7 +5603,7 @@ schemas: name: string description: Describes the admin user name. protocol: {} - - &ref_129 + - &ref_127 type: string apiVersions: - version: 2022-02-01-preview @@ -5615,7 +5615,7 @@ schemas: name: string description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. protocol: {} - - &ref_130 + - &ref_128 type: string apiVersions: - version: 2022-02-01-preview @@ -5627,7 +5627,7 @@ schemas: name: string description: Public IP Address of this ComputeInstance. protocol: {} - - &ref_131 + - &ref_129 type: string apiVersions: - version: 2022-02-01-preview @@ -5639,7 +5639,7 @@ schemas: name: string description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). protocol: {} - - &ref_132 + - &ref_130 type: string apiVersions: - version: 2022-02-01-preview @@ -5651,7 +5651,7 @@ schemas: name: string description: Name of the ComputeInstance application. protocol: {} - - &ref_133 + - &ref_131 type: string apiVersions: - version: 2022-02-01-preview @@ -5663,7 +5663,7 @@ schemas: name: string description: Application' endpoint URI. protocol: {} - - &ref_134 + - &ref_132 type: string apiVersions: - version: 2022-02-01-preview @@ -5675,7 +5675,7 @@ schemas: name: string description: Name of the user. protocol: {} - - &ref_135 + - &ref_133 type: string apiVersions: - version: 2022-02-01-preview @@ -5687,7 +5687,7 @@ schemas: name: string description: Uniquely identifies user' Azure Active Directory organization. protocol: {} - - &ref_136 + - &ref_134 type: string apiVersions: - version: 2022-02-01-preview @@ -5699,7 +5699,7 @@ schemas: name: string description: Uniquely identifies the user within his/her organization. protocol: {} - - &ref_139 + - &ref_137 type: string apiVersions: - version: 2022-02-01-preview @@ -5711,7 +5711,7 @@ schemas: name: string description: User’s AAD Object Id. protocol: {} - - &ref_140 + - &ref_138 type: string apiVersions: - version: 2022-02-01-preview @@ -5723,7 +5723,7 @@ schemas: name: string description: User’s AAD Tenant Id. protocol: {} - - &ref_141 + - &ref_139 type: string apiVersions: - version: 2022-02-01-preview @@ -5735,7 +5735,7 @@ schemas: name: string description: 'The storage source of the script: inline, workspace.' protocol: {} - - &ref_142 + - &ref_140 type: string apiVersions: - version: 2022-02-01-preview @@ -5747,7 +5747,7 @@ schemas: name: string description: The location of scripts in the mounted volume. protocol: {} - - &ref_143 + - &ref_141 type: string apiVersions: - version: 2022-02-01-preview @@ -5759,7 +5759,7 @@ schemas: name: string description: Optional command line arguments passed to the script to run. protocol: {} - - &ref_144 + - &ref_142 type: string apiVersions: - version: 2022-02-01-preview @@ -5771,7 +5771,7 @@ schemas: name: string description: Optional time period passed to timeout command. protocol: {} - - &ref_150 + - &ref_148 type: string apiVersions: - version: 2022-02-01-preview @@ -5783,7 +5783,7 @@ schemas: name: string description: Schedule id. protocol: {} - - &ref_171 + - &ref_169 type: string apiVersions: - version: 2022-02-01-preview @@ -5795,7 +5795,7 @@ schemas: name: string description: Name of the ComputeInstance container. protocol: {} - - &ref_173 + - &ref_171 type: string apiVersions: - version: 2022-02-01-preview @@ -5807,7 +5807,7 @@ schemas: name: string description: Information of GPU. protocol: {} - - &ref_175 + - &ref_173 type: string apiVersions: - version: 2022-02-01-preview @@ -5819,7 +5819,7 @@ schemas: name: string description: name of environment. protocol: {} - - &ref_176 + - &ref_174 type: string apiVersions: - version: 2022-02-01-preview @@ -5831,7 +5831,7 @@ schemas: name: string description: version of environment. protocol: {} - - &ref_181 + - &ref_179 type: string apiVersions: - version: 2022-02-01-preview @@ -5843,7 +5843,7 @@ schemas: name: string description: Source of the ComputeInstance data mount. protocol: {} - - &ref_183 + - &ref_181 type: string apiVersions: - version: 2022-02-01-preview @@ -5855,7 +5855,7 @@ schemas: name: string description: name of the ComputeInstance data mount. protocol: {} - - &ref_185 + - &ref_183 type: string apiVersions: - version: 2022-02-01-preview @@ -5867,7 +5867,7 @@ schemas: name: string description: who this data mount created by. protocol: {} - - &ref_186 + - &ref_184 type: string apiVersions: - version: 2022-02-01-preview @@ -5879,7 +5879,7 @@ schemas: name: string description: Path of this data mount. protocol: {} - - &ref_189 + - &ref_187 type: string apiVersions: - version: 2022-02-01-preview @@ -5891,7 +5891,7 @@ schemas: name: string description: Error of this data mount. protocol: {} - - &ref_190 + - &ref_188 type: string apiVersions: - version: 2022-02-01-preview @@ -5903,7 +5903,7 @@ schemas: name: string description: Runtime of compute instance. protocol: {} - - &ref_232 + - &ref_228 type: string apiVersions: - version: 2022-02-01-preview @@ -5915,7 +5915,7 @@ schemas: name: string description: Virtual Machine size protocol: {} - - &ref_235 + - &ref_231 type: string apiVersions: - version: 2022-02-01-preview @@ -5927,7 +5927,7 @@ schemas: name: string description: Public IP address of the virtual machine. protocol: {} - - &ref_203 + - &ref_200 type: string apiVersions: - version: 2022-02-01-preview @@ -5939,7 +5939,7 @@ schemas: name: string description: Username of admin account protocol: {} - - &ref_204 + - &ref_201 type: string apiVersions: - version: 2022-02-01-preview @@ -5951,7 +5951,7 @@ schemas: name: string description: Password of admin account protocol: {} - - &ref_205 + - &ref_202 type: string apiVersions: - version: 2022-02-01-preview @@ -5963,7 +5963,7 @@ schemas: name: string description: Public key data protocol: {} - - &ref_206 + - &ref_203 type: string apiVersions: - version: 2022-02-01-preview @@ -5975,7 +5975,7 @@ schemas: name: string description: Private key data protocol: {} - - &ref_202 + - &ref_199 type: string apiVersions: - version: 2022-02-01-preview @@ -5987,7 +5987,7 @@ schemas: name: string description: Public IP address of the master node of the cluster. protocol: {} - - &ref_197 + - &ref_194 type: string apiVersions: - version: 2022-02-01-preview @@ -5999,7 +5999,7 @@ schemas: name: string description: Databricks access token protocol: {} - - &ref_198 + - &ref_195 type: string apiVersions: - version: 2022-02-01-preview @@ -6011,7 +6011,7 @@ schemas: name: string description: Workspace Url protocol: {} - - &ref_193 + - &ref_191 type: string apiVersions: - version: 2022-02-01-preview @@ -6023,7 +6023,7 @@ schemas: name: string description: DataLake Store Account Name protocol: {} - - &ref_222 + - &ref_219 type: string apiVersions: - version: 2022-02-01-preview @@ -6035,7 +6035,7 @@ schemas: name: string description: Spark version. protocol: {} - - &ref_224 + - &ref_221 type: string apiVersions: - version: 2022-02-01-preview @@ -6047,7 +6047,7 @@ schemas: name: string description: Node size. protocol: {} - - &ref_225 + - &ref_222 type: string apiVersions: - version: 2022-02-01-preview @@ -6059,7 +6059,7 @@ schemas: name: string description: Node size family. protocol: {} - - &ref_226 + - &ref_223 type: string apiVersions: - version: 2022-02-01-preview @@ -6071,7 +6071,7 @@ schemas: name: string description: Azure subscription identifier. protocol: {} - - &ref_227 + - &ref_224 type: string apiVersions: - version: 2022-02-01-preview @@ -6083,7 +6083,7 @@ schemas: name: string description: Name of the resource group in which workspace is located. protocol: {} - - &ref_228 + - &ref_225 type: string apiVersions: - version: 2022-02-01-preview @@ -6095,7 +6095,7 @@ schemas: name: string description: Name of Azure Machine Learning workspace. protocol: {} - - &ref_229 + - &ref_226 type: string apiVersions: - version: 2022-02-01-preview @@ -6107,7 +6107,7 @@ schemas: name: string description: Pool name. protocol: {} - - &ref_1027 + - &ref_1020 type: string apiVersions: - version: 2022-02-01-preview @@ -6119,7 +6119,7 @@ schemas: name: string description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - &ref_1028 + - &ref_1021 type: string apiVersions: - version: 2022-02-01-preview @@ -6131,7 +6131,7 @@ schemas: name: string description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - &ref_1029 + - &ref_1022 type: string apiVersions: - version: 2022-02-01-preview @@ -6143,7 +6143,7 @@ schemas: name: string description: Image registry pull secret. protocol: {} - - &ref_1034 + - &ref_1027 type: string apiVersions: - version: 2022-02-01-preview @@ -6155,7 +6155,7 @@ schemas: name: string description: access token for databricks account. protocol: {} - - &ref_457 + - &ref_451 type: string apiVersions: - version: 2022-02-01-preview @@ -6167,7 +6167,7 @@ schemas: name: string description: Storage account key. protocol: {} - - &ref_48 + - &ref_47 type: string apiVersions: - version: 2022-02-01-preview @@ -6180,7 +6180,7 @@ schemas: name: string description: '[Required] Input Asset URI.' protocol: {} - - &ref_34 + - &ref_33 type: string apiVersions: - version: 2022-02-01-preview @@ -6192,7 +6192,7 @@ schemas: name: string description: Output Asset URI. protocol: {} - - &ref_495 + - &ref_489 type: string apiVersions: - version: 2022-02-01-preview @@ -6208,7 +6208,7 @@ schemas: name: string description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." protocol: {} - - &ref_36 + - &ref_35 type: string apiVersions: - version: 2022-02-01-preview @@ -6224,7 +6224,7 @@ schemas: name: string description: Description for the output. protocol: {} - - &ref_427 + - &ref_421 type: string apiVersions: - version: 2022-02-01-preview @@ -6240,7 +6240,7 @@ schemas: name: string description: Storage account name. protocol: {} - - &ref_428 + - &ref_422 type: string apiVersions: - version: 2022-02-01-preview @@ -6256,7 +6256,7 @@ schemas: name: string description: Storage account container name. protocol: {} - - &ref_429 + - &ref_423 type: string apiVersions: - version: 2022-02-01-preview @@ -6272,7 +6272,7 @@ schemas: name: string description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_430 + - &ref_424 type: string apiVersions: - version: 2022-02-01-preview @@ -6288,7 +6288,7 @@ schemas: name: string description: Protocol used to communicate with the storage account. protocol: {} - - &ref_432 + - &ref_426 type: string apiVersions: - version: 2022-02-01-preview @@ -6305,7 +6305,7 @@ schemas: name: string description: '[Required] Azure Data Lake store name.' protocol: {} - - &ref_433 + - &ref_427 type: string apiVersions: - version: 2022-02-01-preview @@ -6322,7 +6322,7 @@ schemas: name: string description: '[Required] Storage account name.' protocol: {} - - &ref_434 + - &ref_428 type: string apiVersions: - version: 2022-02-01-preview @@ -6338,7 +6338,7 @@ schemas: name: string description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_435 + - &ref_429 type: string apiVersions: - version: 2022-02-01-preview @@ -6355,7 +6355,7 @@ schemas: name: string description: '[Required] The name of the Data Lake Gen2 filesystem.' protocol: {} - - &ref_436 + - &ref_430 type: string apiVersions: - version: 2022-02-01-preview @@ -6371,7 +6371,7 @@ schemas: name: string description: Protocol used to communicate with the storage account. protocol: {} - - &ref_437 + - &ref_431 type: string apiVersions: - version: 2022-02-01-preview @@ -6388,7 +6388,7 @@ schemas: name: string description: '[Required] Storage account name.' protocol: {} - - &ref_438 + - &ref_432 type: string apiVersions: - version: 2022-02-01-preview @@ -6404,7 +6404,7 @@ schemas: name: string description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_439 + - &ref_433 type: string apiVersions: - version: 2022-02-01-preview @@ -6421,7 +6421,7 @@ schemas: name: string description: '[Required] The name of the Azure file share that the datastore points to.' protocol: {} - - &ref_440 + - &ref_434 type: string apiVersions: - version: 2022-02-01-preview @@ -6437,7 +6437,7 @@ schemas: name: string description: Protocol used to communicate with the storage account. protocol: {} - - &ref_453 + - &ref_447 type: string apiVersions: - version: 2022-02-01-preview @@ -6449,7 +6449,7 @@ schemas: name: string description: Authority URL used for authentication. protocol: {} - - &ref_455 + - &ref_449 type: string apiVersions: - version: 2022-02-01-preview @@ -6461,7 +6461,7 @@ schemas: name: string description: Resource the service principal has access to. protocol: {} - - &ref_470 + - &ref_464 type: string apiVersions: - version: 2022-02-01-preview @@ -6473,7 +6473,7 @@ schemas: name: string description: Service principal certificate. protocol: {} - - &ref_472 + - &ref_466 type: string apiVersions: - version: 2022-02-01-preview @@ -6486,7 +6486,7 @@ schemas: name: string description: '[Required] Thumbprint of the certificate used for authentication.' protocol: {} - - &ref_625 + - &ref_619 type: string apiVersions: - version: 2022-02-01-preview @@ -6498,7 +6498,7 @@ schemas: name: string description: '' protocol: {} - - &ref_52 + - &ref_51 type: string apiVersions: - version: 2022-02-01-preview @@ -6514,7 +6514,7 @@ schemas: name: string description: Description for the input. protocol: {} - - &ref_635 + - &ref_629 type: string apiVersions: - version: 2022-02-01-preview @@ -6526,7 +6526,7 @@ schemas: name: string description: The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. protocol: {} - - &ref_639 + - &ref_633 type: string apiVersions: - version: 2022-02-01-preview @@ -6539,7 +6539,7 @@ schemas: name: string description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." protocol: {} - - &ref_670 + - &ref_664 type: string apiVersions: - version: 2022-02-01-preview @@ -6551,7 +6551,7 @@ schemas: name: string description: '' protocol: {} - - &ref_672 + - &ref_666 type: string apiVersions: - version: 2022-02-01-preview @@ -6563,7 +6563,7 @@ schemas: name: string description: '' protocol: {} - - &ref_38 + - &ref_37 type: string apiVersions: - version: 2022-02-01-preview @@ -6575,7 +6575,7 @@ schemas: name: string description: '' protocol: {} - - &ref_678 + - &ref_672 type: string apiVersions: - version: 2022-02-01-preview @@ -6587,7 +6587,7 @@ schemas: name: string description: Dataset language, useful for the text data. protocol: {} - - &ref_750 + - &ref_744 type: string apiVersions: - version: 2022-02-01-preview @@ -6603,7 +6603,7 @@ schemas: name: string description: ARM resource ID of the code asset. protocol: {} - - &ref_751 + - &ref_745 type: string apiVersions: - version: 2022-02-01-preview @@ -6621,7 +6621,7 @@ schemas: name: string description: '[Required] The command to execute on startup of the job. eg. "python train.py"' protocol: {} - - &ref_765 + - &ref_759 type: string apiVersions: - version: 2022-02-01-preview @@ -6638,7 +6638,7 @@ schemas: name: string description: '[Required] The ARM resource ID of the Environment specification for the job.' protocol: {} - - &ref_312 + - &ref_306 type: string apiVersions: - version: 2022-02-01-preview @@ -6650,7 +6650,7 @@ schemas: name: string description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_313 + - &ref_307 type: string apiVersions: - version: 2022-02-01-preview @@ -6662,7 +6662,7 @@ schemas: name: string description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_314 + - &ref_308 type: string apiVersions: - version: 2022-02-01-preview @@ -6674,7 +6674,7 @@ schemas: name: string description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_167 + - &ref_165 type: string apiVersions: - version: 2022-02-01-preview @@ -6687,7 +6687,7 @@ schemas: name: string description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." protocol: {} - - &ref_369 + - &ref_363 type: string apiVersions: - version: 2022-02-01-preview @@ -6699,7 +6699,7 @@ schemas: name: string description: ARM resource ID of the datastore where the asset is located. protocol: {} - - &ref_370 + - &ref_364 type: string apiVersions: - version: 2022-02-01-preview @@ -6711,7 +6711,7 @@ schemas: name: string description: The path of the file/directory in the datastore. protocol: {} - - &ref_687 + - &ref_681 type: string apiVersions: - version: 2022-02-01-preview @@ -6723,7 +6723,7 @@ schemas: name: string description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." protocol: {} - - &ref_699 + - &ref_693 type: string apiVersions: - version: 2022-02-01-preview @@ -6735,7 +6735,7 @@ schemas: name: string description: When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast frequency is dataset frequency by default. protocol: {} - - &ref_728 + - &ref_722 type: string apiVersions: - version: 2022-02-01-preview @@ -6747,7 +6747,7 @@ schemas: name: string description: The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. protocol: {} - - &ref_729 + - &ref_723 type: string apiVersions: - version: 2022-02-01-preview @@ -6759,7 +6759,7 @@ schemas: name: string description: '' protocol: {} - - &ref_441 + - &ref_435 type: string apiVersions: - version: 2022-02-01-preview @@ -6775,7 +6775,7 @@ schemas: name: string description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. protocol: {} - - &ref_442 + - &ref_436 type: string apiVersions: - version: 2022-02-01-preview @@ -6792,7 +6792,7 @@ schemas: name: string description: '[Required] IP Address or DNS HostName.' protocol: {} - - &ref_443 + - &ref_437 type: string apiVersions: - version: 2022-02-01-preview @@ -6809,7 +6809,7 @@ schemas: name: string description: Protocol used to communicate with the storage account (Https/Http). protocol: {} - - &ref_362 + - &ref_356 type: string apiVersions: - version: 2022-02-01-preview @@ -6822,7 +6822,7 @@ schemas: name: string description: '[Required] ARM resource ID of the asset.' protocol: {} - - &ref_523 + - &ref_517 type: string apiVersions: - version: 2022-02-01-preview @@ -6834,7 +6834,7 @@ schemas: name: string description: Settings for advanced scenarios. protocol: {} - - &ref_525 + - &ref_519 type: string apiVersions: - version: 2022-02-01-preview @@ -6846,7 +6846,7 @@ schemas: name: string description: Settings for using Augmentations. protocol: {} - - &ref_528 + - &ref_522 type: string apiVersions: - version: 2022-02-01-preview @@ -6858,7 +6858,7 @@ schemas: name: string description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." protocol: {} - - &ref_529 + - &ref_523 type: string apiVersions: - version: 2022-02-01-preview @@ -6870,7 +6870,7 @@ schemas: name: string description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." protocol: {} - - &ref_531 + - &ref_525 type: string apiVersions: - version: 2022-02-01-preview @@ -6882,7 +6882,7 @@ schemas: name: string description: The id of a previous run that has a pretrained checkpoint for incremental training. protocol: {} - - &ref_542 + - &ref_536 type: string apiVersions: - version: 2022-02-01-preview @@ -6894,7 +6894,7 @@ schemas: name: string description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_571 + - &ref_565 type: string apiVersions: - version: 2022-02-01-preview @@ -6906,7 +6906,7 @@ schemas: name: string description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - &ref_572 + - &ref_566 type: string apiVersions: - version: 2022-02-01-preview @@ -6918,7 +6918,7 @@ schemas: name: string description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - &ref_573 + - &ref_567 type: string apiVersions: - version: 2022-02-01-preview @@ -6930,7 +6930,7 @@ schemas: name: string description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - &ref_574 + - &ref_568 type: string apiVersions: - version: 2022-02-01-preview @@ -6942,7 +6942,7 @@ schemas: name: string description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} - - &ref_577 + - &ref_571 type: string apiVersions: - version: 2022-02-01-preview @@ -6954,7 +6954,7 @@ schemas: name: string description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - &ref_578 + - &ref_572 type: string apiVersions: - version: 2022-02-01-preview @@ -6966,7 +6966,7 @@ schemas: name: string description: Settings for using Augmentations. protocol: {} - - &ref_579 + - &ref_573 type: string apiVersions: - version: 2022-02-01-preview @@ -6978,7 +6978,7 @@ schemas: name: string description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_580 + - &ref_574 type: string apiVersions: - version: 2022-02-01-preview @@ -6990,7 +6990,7 @@ schemas: name: string description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_581 + - &ref_575 type: string apiVersions: - version: 2022-02-01-preview @@ -7002,7 +7002,7 @@ schemas: name: string description: Whether to use distributer training. protocol: {} - - &ref_582 + - &ref_576 type: string apiVersions: - version: 2022-02-01-preview @@ -7014,7 +7014,7 @@ schemas: name: string description: Enable early stopping logic during training. protocol: {} - - &ref_583 + - &ref_577 type: string apiVersions: - version: 2022-02-01-preview @@ -7026,7 +7026,7 @@ schemas: name: string description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." protocol: {} - - &ref_584 + - &ref_578 type: string apiVersions: - version: 2022-02-01-preview @@ -7038,7 +7038,7 @@ schemas: name: string description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." protocol: {} - - &ref_585 + - &ref_579 type: string apiVersions: - version: 2022-02-01-preview @@ -7050,7 +7050,7 @@ schemas: name: string description: Enable normalization when exporting ONNX model. protocol: {} - - &ref_586 + - &ref_580 type: string apiVersions: - version: 2022-02-01-preview @@ -7062,7 +7062,7 @@ schemas: name: string description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - &ref_587 + - &ref_581 type: string apiVersions: - version: 2022-02-01-preview @@ -7074,7 +7074,7 @@ schemas: name: string description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." protocol: {} - - &ref_588 + - &ref_582 type: string apiVersions: - version: 2022-02-01-preview @@ -7086,7 +7086,7 @@ schemas: name: string description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_589 + - &ref_583 type: string apiVersions: - version: 2022-02-01-preview @@ -7098,7 +7098,7 @@ schemas: name: string description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - &ref_590 + - &ref_584 type: string apiVersions: - version: 2022-02-01-preview @@ -7110,7 +7110,7 @@ schemas: name: string description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. protocol: {} - - &ref_591 + - &ref_585 type: string apiVersions: - version: 2022-02-01-preview @@ -7122,7 +7122,7 @@ schemas: name: string description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_592 + - &ref_586 type: string apiVersions: - version: 2022-02-01-preview @@ -7134,7 +7134,7 @@ schemas: name: string description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - &ref_593 + - &ref_587 type: string apiVersions: - version: 2022-02-01-preview @@ -7146,7 +7146,7 @@ schemas: name: string description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - &ref_594 + - &ref_588 type: string apiVersions: - version: 2022-02-01-preview @@ -7158,7 +7158,7 @@ schemas: name: string description: Number of training epochs. Must be a positive integer. protocol: {} - - &ref_595 + - &ref_589 type: string apiVersions: - version: 2022-02-01-preview @@ -7170,7 +7170,7 @@ schemas: name: string description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - &ref_596 + - &ref_590 type: string apiVersions: - version: 2022-02-01-preview @@ -7182,7 +7182,7 @@ schemas: name: string description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. protocol: {} - - &ref_597 + - &ref_591 type: string apiVersions: - version: 2022-02-01-preview @@ -7194,7 +7194,7 @@ schemas: name: string description: Random seed to be used when using deterministic training. protocol: {} - - &ref_598 + - &ref_592 type: string apiVersions: - version: 2022-02-01-preview @@ -7206,7 +7206,7 @@ schemas: name: string description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." protocol: {} - - &ref_599 + - &ref_593 type: string apiVersions: - version: 2022-02-01-preview @@ -7218,7 +7218,7 @@ schemas: name: string description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - &ref_600 + - &ref_594 type: string apiVersions: - version: 2022-02-01-preview @@ -7230,7 +7230,7 @@ schemas: name: string description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - &ref_601 + - &ref_595 type: string apiVersions: - version: 2022-02-01-preview @@ -7242,7 +7242,7 @@ schemas: name: string description: Training batch size. Must be a positive integer. protocol: {} - - &ref_602 + - &ref_596 type: string apiVersions: - version: 2022-02-01-preview @@ -7254,7 +7254,7 @@ schemas: name: string description: Validation batch size. Must be a positive integer. protocol: {} - - &ref_603 + - &ref_597 type: string apiVersions: - version: 2022-02-01-preview @@ -7266,7 +7266,7 @@ schemas: name: string description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - &ref_604 + - &ref_598 type: string apiVersions: - version: 2022-02-01-preview @@ -7278,7 +7278,7 @@ schemas: name: string description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - &ref_605 + - &ref_599 type: string apiVersions: - version: 2022-02-01-preview @@ -7290,7 +7290,7 @@ schemas: name: string description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} - - &ref_565 + - &ref_559 type: string apiVersions: - version: 2022-02-01-preview @@ -7302,7 +7302,7 @@ schemas: name: string description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_606 + - &ref_600 type: string apiVersions: - version: 2022-02-01-preview @@ -7314,7 +7314,7 @@ schemas: name: string description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_607 + - &ref_601 type: string apiVersions: - version: 2022-02-01-preview @@ -7326,7 +7326,7 @@ schemas: name: string description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." protocol: {} - - &ref_608 + - &ref_602 type: string apiVersions: - version: 2022-02-01-preview @@ -7338,7 +7338,7 @@ schemas: name: string description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_609 + - &ref_603 type: string apiVersions: - version: 2022-02-01-preview @@ -7350,7 +7350,7 @@ schemas: name: string description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_610 + - &ref_604 type: string apiVersions: - version: 2022-02-01-preview @@ -7362,7 +7362,7 @@ schemas: name: string description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_611 + - &ref_605 type: string apiVersions: - version: 2022-02-01-preview @@ -7374,7 +7374,7 @@ schemas: name: string description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_612 + - &ref_606 type: string apiVersions: - version: 2022-02-01-preview @@ -7386,7 +7386,7 @@ schemas: name: string description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_613 + - &ref_607 type: string apiVersions: - version: 2022-02-01-preview @@ -7398,7 +7398,7 @@ schemas: name: string description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. protocol: {} - - &ref_614 + - &ref_608 type: string apiVersions: - version: 2022-02-01-preview @@ -7410,7 +7410,7 @@ schemas: name: string description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_615 + - &ref_609 type: string apiVersions: - version: 2022-02-01-preview @@ -7422,7 +7422,7 @@ schemas: name: string description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_616 + - &ref_610 type: string apiVersions: - version: 2022-02-01-preview @@ -7434,7 +7434,7 @@ schemas: name: string description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" protocol: {} - - &ref_617 + - &ref_611 type: string apiVersions: - version: 2022-02-01-preview @@ -7446,7 +7446,7 @@ schemas: name: string description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - &ref_618 + - &ref_612 type: string apiVersions: - version: 2022-02-01-preview @@ -7458,7 +7458,7 @@ schemas: name: string description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. protocol: {} - - &ref_476 + - &ref_470 type: string apiVersions: - version: 2022-02-01-preview @@ -7475,7 +7475,7 @@ schemas: name: string description: '[Required] IP Address or DNS HostName.' protocol: {} - - &ref_477 + - &ref_471 type: string apiVersions: - version: 2022-02-01-preview @@ -7492,7 +7492,7 @@ schemas: name: string description: '[Required] Kerberos Username' protocol: {} - - &ref_478 + - &ref_472 type: string apiVersions: - version: 2022-02-01-preview @@ -7509,7 +7509,7 @@ schemas: name: string description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' protocol: {} - - &ref_459 + - &ref_453 type: string apiVersions: - version: 2022-02-01-preview @@ -7521,7 +7521,7 @@ schemas: name: string description: Kerberos keytab secret. protocol: {} - - &ref_460 + - &ref_454 type: string apiVersions: - version: 2022-02-01-preview @@ -7533,7 +7533,7 @@ schemas: name: string description: Kerberos password secret. protocol: {} - - &ref_49 + - &ref_48 type: string apiVersions: - version: 2022-02-01-preview @@ -7546,7 +7546,7 @@ schemas: name: string description: '[Required] Literal value for the input.' protocol: {} - - &ref_814 + - &ref_808 type: string apiVersions: - version: 2022-02-01-preview @@ -7562,7 +7562,7 @@ schemas: name: string description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. protocol: {} - - &ref_398 + - &ref_392 type: string apiVersions: - version: 2022-02-01-preview @@ -7574,7 +7574,7 @@ schemas: name: string description: '' protocol: {} - - &ref_785 + - &ref_779 type: string apiVersions: - version: 2022-02-01-preview @@ -7587,7 +7587,7 @@ schemas: name: string description: '[Required] Name of the metric to optimize.' protocol: {} - - &ref_363 + - &ref_357 type: string apiVersions: - version: 2022-02-01-preview @@ -7599,7 +7599,7 @@ schemas: name: string description: ARM resource ID of the job. protocol: {} - - &ref_364 + - &ref_358 type: string apiVersions: - version: 2022-02-01-preview @@ -7611,7 +7611,7 @@ schemas: name: string description: The path of the file/directory in the job output. protocol: {} - - &ref_1085 + - &ref_1078 type: string apiVersions: - version: 2022-02-01-preview @@ -7623,7 +7623,7 @@ schemas: name: string description: ARM resource ID of the datastore where the asset is located. protocol: {} - - &ref_1086 + - &ref_1079 type: string apiVersions: - version: 2022-02-01-preview @@ -7635,7 +7635,7 @@ schemas: name: string description: The path of the file/directory in the datastore. protocol: {} - - &ref_1079 + - &ref_1072 type: string apiVersions: - version: 2022-02-01-preview @@ -7647,7 +7647,7 @@ schemas: name: string description: ARM resource ID of the asset. protocol: {} - - &ref_1080 + - &ref_1073 type: string apiVersions: - version: 2022-02-01-preview @@ -7659,7 +7659,7 @@ schemas: name: string description: ARM resource ID of the job. protocol: {} - - &ref_1081 + - &ref_1074 type: string apiVersions: - version: 2022-02-01-preview @@ -7671,7 +7671,7 @@ schemas: name: string description: The path of the file/directory in the job output. protocol: {} - - &ref_461 + - &ref_455 type: string apiVersions: - version: 2022-02-01-preview @@ -7683,7 +7683,7 @@ schemas: name: string description: Storage container SAS token. protocol: {} - - &ref_479 + - &ref_473 type: string apiVersions: - version: 2022-02-01-preview @@ -7695,7 +7695,7 @@ schemas: name: string description: Authority URL used for authentication. protocol: {} - - &ref_481 + - &ref_475 type: string apiVersions: - version: 2022-02-01-preview @@ -7707,7 +7707,7 @@ schemas: name: string description: Resource the service principal has access to. protocol: {} - - &ref_462 + - &ref_456 type: string apiVersions: - version: 2022-02-01-preview @@ -7719,7 +7719,7 @@ schemas: name: string description: Service principal secret. protocol: {} - - &ref_796 + - &ref_790 type: string apiVersions: - version: 2022-02-01-preview @@ -7735,7 +7735,7 @@ schemas: name: string description: ARM resource ID of the code asset. protocol: {} - - &ref_797 + - &ref_791 type: string apiVersions: - version: 2022-02-01-preview @@ -7753,7 +7753,7 @@ schemas: name: string description: '[Required] The command to execute on startup of the job. eg. "python train.py"' protocol: {} - - &ref_799 + - &ref_793 type: string apiVersions: - version: 2022-02-01-preview @@ -7767,7 +7767,7 @@ schemas: description: '[Required] The ARM resource ID of the Environment specification for the job.' protocol: {} choices: - - &ref_245 + - &ref_240 choices: - value: Unknown language: @@ -7838,7 +7838,7 @@ schemas: description: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - - &ref_877 + - &ref_871 choices: - value: Enabled language: @@ -7869,7 +7869,7 @@ schemas: description: Indicates whether or not the encryption is enabled for the workspace. possibleValuesFunc: PossibleEncryptionStatusValues protocol: {} - - &ref_887 + - &ref_881 choices: - value: Enabled language: @@ -7900,7 +7900,7 @@ schemas: description: Whether requests from Public Network are allowed. possibleValuesFunc: PossiblePublicNetworkAccessValues protocol: {} - - &ref_74 + - &ref_72 choices: - value: Pending language: @@ -7955,7 +7955,7 @@ schemas: description: The private endpoint connection status. possibleValuesFunc: PossiblePrivateEndpointServiceConnectionStatusValues protocol: {} - - &ref_77 + - &ref_75 choices: - value: Succeeded language: @@ -8002,7 +8002,7 @@ schemas: description: The current provisioning state. possibleValuesFunc: PossiblePrivateEndpointConnectionProvisioningStateValues protocol: {} - - &ref_80 + - &ref_78 choices: - value: None language: @@ -8049,7 +8049,7 @@ schemas: description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). possibleValuesFunc: PossibleManagedServiceIdentityTypeValues protocol: {} - - &ref_865 + - &ref_859 choices: - value: User language: @@ -8096,7 +8096,7 @@ schemas: description: The type of identity that created the resource. possibleValuesFunc: PossibleCreatedByTypeValues protocol: {} - - &ref_938 + - &ref_932 choices: - value: Warning language: @@ -8135,7 +8135,7 @@ schemas: description: Level of workspace setup error possibleValuesFunc: PossibleDiagnoseResultLevelValues protocol: {} - - &ref_958 + - &ref_951 choices: - value: Count language: @@ -8158,7 +8158,7 @@ schemas: description: An enum describing the unit of usage measurement. possibleValuesFunc: PossibleUsageUnitValues protocol: {} - - &ref_975 + - &ref_968 choices: - value: USD language: @@ -8182,7 +8182,7 @@ schemas: description: 'Three lettered code specifying the currency of the VM price. Example: USD' possibleValuesFunc: PossibleBillingCurrencyValues protocol: {} - - &ref_976 + - &ref_969 choices: - value: OneHour language: @@ -8206,7 +8206,7 @@ schemas: description: 'The unit of time measurement for the specified VM price. Example: OneHour' possibleValuesFunc: PossibleUnitOfMeasureValues protocol: {} - - &ref_978 + - &ref_971 choices: - value: Linux language: @@ -8238,7 +8238,7 @@ schemas: description: Operating system type used by the VM. possibleValuesFunc: PossibleVMPriceOSTypeValues protocol: {} - - &ref_979 + - &ref_972 choices: - value: Standard language: @@ -8278,7 +8278,7 @@ schemas: description: The type of the VM. possibleValuesFunc: PossibleVMTierValues protocol: {} - - &ref_987 + - &ref_980 choices: - value: Count language: @@ -8301,7 +8301,7 @@ schemas: description: An enum describing the unit of quota measurement. possibleValuesFunc: PossibleQuotaUnitValues protocol: {} - - &ref_993 + - &ref_986 choices: - value: Undefined language: @@ -8381,7 +8381,7 @@ schemas: description: Status of update workspace quota. possibleValuesFunc: PossibleStatusValues protocol: {} - - &ref_242 + - &ref_237 choices: - value: AKS language: @@ -8476,7 +8476,7 @@ schemas: description: The type of compute possibleValuesFunc: PossibleComputeTypeValues protocol: {} - - &ref_1498 + - &ref_1491 choices: - value: Delete language: @@ -8507,7 +8507,7 @@ schemas: description: '' possibleValuesFunc: PossibleUnderlyingResourceActionValues protocol: {} - - &ref_1013 + - &ref_1006 choices: - value: idle language: @@ -8570,7 +8570,7 @@ schemas: description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. possibleValuesFunc: PossibleNodeStateValues protocol: {} - - &ref_289 + - &ref_283 choices: - value: JSON language: @@ -8593,7 +8593,7 @@ schemas: description: format for the workspace connection value possibleValuesFunc: PossibleValueFormatValues protocol: {} - - &ref_296 + - &ref_290 choices: - value: Creating language: @@ -8656,7 +8656,7 @@ schemas: description: State of endpoint provisioning. possibleValuesFunc: PossibleEndpointProvisioningStateValues protocol: {} - - &ref_300 + - &ref_294 choices: - value: AMLToken language: @@ -8695,7 +8695,7 @@ schemas: description: Enum to determine endpoint authentication mode. possibleValuesFunc: PossibleEndpointAuthModeValues protocol: {} - - &ref_356 + - &ref_350 choices: - value: Info language: @@ -8734,7 +8734,7 @@ schemas: description: 'Log verbosity for batch inferencing. Increasing verbosity order for logging is : Warning, Info and Debug. The default value is Info.' possibleValuesFunc: PossibleBatchLoggingLevelValues protocol: {} - - &ref_367 + - &ref_361 choices: - value: Id language: @@ -8773,7 +8773,7 @@ schemas: description: Enum to determine which reference method to use for an asset. possibleValuesFunc: PossibleReferenceTypeValues protocol: {} - - &ref_373 + - &ref_367 choices: - value: SummaryOnly language: @@ -8804,7 +8804,7 @@ schemas: description: Enum to determine how batch inferencing will handle output possibleValuesFunc: PossibleBatchOutputActionValues protocol: {} - - &ref_331 + - &ref_325 choices: - value: Creating language: @@ -8875,7 +8875,7 @@ schemas: description: Possible values for DeploymentProvisioningState. possibleValuesFunc: PossibleDeploymentProvisioningStateValues protocol: {} - - &ref_1836 + - &ref_1829 choices: - value: ActiveOnly language: @@ -8914,7 +8914,7 @@ schemas: description: '' possibleValuesFunc: PossibleListViewTypeValues protocol: {} - - &ref_402 + - &ref_396 choices: - value: UriFile language: @@ -8953,7 +8953,7 @@ schemas: description: Enum to determine the type of data. possibleValuesFunc: PossibleDataTypeValues protocol: {} - - &ref_487 + - &ref_481 choices: - value: AccountKey language: @@ -9024,7 +9024,7 @@ schemas: description: Enum to determine the datastore credentials type. possibleValuesFunc: PossibleCredentialsTypeValues protocol: {} - - &ref_449 + - &ref_443 choices: - value: AzureBlob language: @@ -9079,7 +9079,7 @@ schemas: description: Enum to determine the datastore contents type. possibleValuesFunc: PossibleDatastoreTypeValues protocol: {} - - &ref_468 + - &ref_462 choices: - value: AccountKey language: @@ -9142,7 +9142,7 @@ schemas: description: Enum to determine the datastore secrets type. possibleValuesFunc: PossibleSecretsTypeValues protocol: {} - - &ref_408 + - &ref_402 choices: - value: Curated language: @@ -9173,7 +9173,7 @@ schemas: description: Environment type is either user created or curated by Azure ML service possibleValuesFunc: PossibleEnvironmentTypeValues protocol: {} - - &ref_413 + - &ref_407 choices: - value: Linux language: @@ -9204,7 +9204,7 @@ schemas: description: The type of operating system. possibleValuesFunc: PossibleOperatingSystemTypeValues protocol: {} - - &ref_817 + - &ref_811 choices: - value: Managed language: @@ -9243,7 +9243,7 @@ schemas: description: Enum to determine identity framework. possibleValuesFunc: PossibleIdentityConfigurationTypeValues protocol: {} - - &ref_805 + - &ref_799 choices: - value: AutoML language: @@ -9290,7 +9290,7 @@ schemas: description: Enum to determine the type of job. possibleValuesFunc: PossibleJobTypeValues protocol: {} - - &ref_163 + - &ref_161 choices: - value: Enabled language: @@ -9321,7 +9321,7 @@ schemas: description: Enum to describe status of schedule possibleValuesFunc: PossibleScheduleStatusValues protocol: {} - - &ref_161 + - &ref_159 choices: - value: Cron language: @@ -9352,7 +9352,7 @@ schemas: description: Enum to describe type of schedule possibleValuesFunc: PossibleScheduleTypeValues protocol: {} - - &ref_824 + - &ref_818 choices: - value: NotStarted language: @@ -9491,7 +9491,7 @@ schemas: description: The status of a job. possibleValuesFunc: PossibleJobStatusValues protocol: {} - - &ref_416 + - &ref_410 choices: - value: CustomModel language: @@ -9530,7 +9530,7 @@ schemas: description: The async operation state. possibleValuesFunc: PossibleModelTypeValues protocol: {} - - &ref_318 + - &ref_312 choices: - value: Managed language: @@ -9569,7 +9569,7 @@ schemas: description: Enum to determine endpoint compute type. possibleValuesFunc: PossibleEndpointComputeTypeValues protocol: {} - - &ref_2256 + - &ref_2249 choices: - value: CreatedAtDesc language: @@ -9616,7 +9616,7 @@ schemas: description: '' possibleValuesFunc: PossibleOrderStringValues protocol: {} - - &ref_297 + - &ref_291 choices: - value: Enabled language: @@ -9647,7 +9647,7 @@ schemas: description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled. possibleValuesFunc: PossiblePublicNetworkAccessTypeValues protocol: {} - - &ref_320 + - &ref_314 choices: - value: Enabled language: @@ -9678,7 +9678,7 @@ schemas: description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. possibleValuesFunc: PossibleEgressPublicNetworkAccessTypeValues protocol: {} - - &ref_344 + - &ref_338 choices: - value: Default language: @@ -9709,7 +9709,7 @@ schemas: description: '' possibleValuesFunc: PossibleScaleTypeValues protocol: {} - - &ref_1132 + - &ref_1125 choices: - value: StorageInitializer language: @@ -9740,7 +9740,7 @@ schemas: description: '' possibleValuesFunc: PossibleContainerTypeValues protocol: {} - - &ref_1139 + - &ref_1132 choices: - value: Automatic language: @@ -9779,7 +9779,7 @@ schemas: description: Node scaling setting for the compute sku. possibleValuesFunc: PossibleSKUScaleTypeValues protocol: {} - - &ref_1145 + - &ref_1138 choices: - value: Primary language: @@ -9810,7 +9810,7 @@ schemas: description: '' possibleValuesFunc: PossibleKeyTypeValues protocol: {} - - &ref_258 + - &ref_253 choices: - value: FastProd language: @@ -9850,7 +9850,7 @@ schemas: description: Intended usage of the cluster possibleValuesFunc: PossibleClusterPurposeValues protocol: {} - - &ref_259 + - &ref_254 choices: - value: Disabled language: @@ -9889,7 +9889,7 @@ schemas: description: Enable or disable ssl for scoring possibleValuesFunc: PossibleSSLConfigurationStatusValues protocol: {} - - &ref_269 + - &ref_264 choices: - value: PublicIp language: @@ -9921,7 +9921,7 @@ schemas: description: Load Balancer Type possibleValuesFunc: PossibleLoadBalancerTypeValues protocol: {} - - &ref_95 + - &ref_93 choices: - value: Linux language: @@ -9953,7 +9953,7 @@ schemas: description: Compute OS Type possibleValuesFunc: PossibleOsTypeValues protocol: {} - - &ref_97 + - &ref_95 choices: - value: Dedicated language: @@ -9984,7 +9984,7 @@ schemas: description: Virtual Machine priority possibleValuesFunc: PossibleVMPriorityValues protocol: {} - - &ref_107 + - &ref_105 choices: - value: Enabled language: @@ -10031,7 +10031,7 @@ schemas: creation time, after creation it will be either enabled or disabled. possibleValuesFunc: PossibleRemoteLoginPortPublicAccessValues protocol: {} - - &ref_108 + - &ref_106 choices: - value: Steady language: @@ -10068,7 +10068,7 @@ schemas: compute nodes are being added to or removed from the compute. possibleValuesFunc: PossibleAllocationStateValues protocol: {} - - &ref_125 + - &ref_123 choices: - value: Personal language: @@ -10105,7 +10105,7 @@ schemas: user can access applications on this instance depending on his/her assigned role. possibleValuesFunc: PossibleApplicationSharingPolicyValues protocol: {} - - &ref_126 + - &ref_124 choices: - value: Enabled language: @@ -10142,7 +10142,7 @@ schemas: according to the VNet/subnet policy if applicable. possibleValuesFunc: PossibleSSHPublicAccessValues protocol: {} - - &ref_137 + - &ref_135 choices: - value: Creating language: @@ -10277,7 +10277,7 @@ schemas: description: Current state of an ComputeInstance. possibleValuesFunc: PossibleComputeInstanceStateValues protocol: {} - - &ref_138 + - &ref_136 choices: - value: personal language: @@ -10302,7 +10302,7 @@ schemas: description: The Compute Instance Authorization type. Available values are personal (default). possibleValuesFunc: PossibleComputeInstanceAuthorizationTypeValues protocol: {} - - &ref_146 + - &ref_144 choices: - value: Create language: @@ -10365,7 +10365,7 @@ schemas: description: Name of the last operation. possibleValuesFunc: PossibleOperationNameValues protocol: {} - - &ref_148 + - &ref_146 choices: - value: InProgress language: @@ -10444,7 +10444,7 @@ schemas: description: Operation status. possibleValuesFunc: PossibleOperationStatusValues protocol: {} - - &ref_149 + - &ref_147 choices: - value: User language: @@ -10483,7 +10483,7 @@ schemas: description: Trigger of operation. possibleValuesFunc: PossibleOperationTriggerValues protocol: {} - - &ref_151 + - &ref_149 choices: - value: Completed language: @@ -10522,7 +10522,7 @@ schemas: description: The current deployment state of schedule. possibleValuesFunc: PossibleProvisioningStatusValues protocol: {} - - &ref_152 + - &ref_150 choices: - value: Start language: @@ -10553,7 +10553,7 @@ schemas: description: The compute power action. possibleValuesFunc: PossibleComputePowerActionValues protocol: {} - - &ref_172 + - &ref_170 choices: - value: None language: @@ -10592,7 +10592,7 @@ schemas: description: Auto save settings. possibleValuesFunc: PossibleAutosaveValues protocol: {} - - &ref_174 + - &ref_172 choices: - value: Bridge language: @@ -10623,7 +10623,7 @@ schemas: description: network of this container. possibleValuesFunc: PossibleNetworkValues protocol: {} - - &ref_177 + - &ref_175 choices: - value: None language: @@ -10662,7 +10662,7 @@ schemas: description: Caching type of Data Disk. possibleValuesFunc: PossibleCachingValues protocol: {} - - &ref_180 + - &ref_178 choices: - value: Standard_LRS language: @@ -10694,7 +10694,7 @@ schemas: description: type of this storage account. possibleValuesFunc: PossibleStorageAccountTypeValues protocol: {} - - &ref_182 + - &ref_180 choices: - value: Dataset language: @@ -10733,7 +10733,7 @@ schemas: description: Data source type. possibleValuesFunc: PossibleSourceTypeValues protocol: {} - - &ref_184 + - &ref_182 choices: - value: Mount language: @@ -10764,7 +10764,7 @@ schemas: description: Mount Action. possibleValuesFunc: PossibleMountActionValues protocol: {} - - &ref_187 + - &ref_185 choices: - value: MountRequested language: @@ -10827,7 +10827,7 @@ schemas: description: Mount state. possibleValuesFunc: PossibleMountStateValues protocol: {} - - &ref_47 + - &ref_46 choices: - value: ReadOnlyMount language: @@ -10890,7 +10890,7 @@ schemas: description: Enum to determine the input data delivery mode. possibleValuesFunc: PossibleInputDeliveryModeValues protocol: {} - - &ref_33 + - &ref_32 choices: - value: ReadWriteMount language: @@ -10921,7 +10921,7 @@ schemas: description: Output data delivery mode enums. possibleValuesFunc: PossibleOutputDeliveryModeValues protocol: {} - - &ref_695 + - &ref_689 choices: - value: Auto language: @@ -10952,7 +10952,7 @@ schemas: description: Enum to determine forecast horizon selection mode. possibleValuesFunc: PossibleForecastHorizonModeValues protocol: {} - - &ref_35 + - &ref_34 choices: - value: UriFile language: @@ -11015,7 +11015,7 @@ schemas: description: Enum to determine the Job Output Type. possibleValuesFunc: PossibleJobOutputTypeValues protocol: {} - - &ref_684 + - &ref_678 choices: - value: NotSet language: @@ -11078,7 +11078,7 @@ schemas: description: Enum for setting log verbosity. possibleValuesFunc: PossibleLogVerbosityValues protocol: {} - - &ref_683 + - &ref_677 choices: - value: Classification language: @@ -11205,7 +11205,7 @@ schemas: description: AutoMLJob Task type. possibleValuesFunc: PossibleTaskTypeValues protocol: {} - - &ref_631 + - &ref_625 choices: - value: Auto language: @@ -11236,7 +11236,7 @@ schemas: description: Determines how N-Cross validations value is determined. possibleValuesFunc: PossibleNCrossValidationsModeValues protocol: {} - - &ref_705 + - &ref_699 choices: - value: Auto language: @@ -11267,7 +11267,7 @@ schemas: description: Forecasting seasonality mode. possibleValuesFunc: PossibleSeasonalityModeValues protocol: {} - - &ref_715 + - &ref_709 choices: - value: Auto language: @@ -11298,7 +11298,7 @@ schemas: description: Target lags selection modes. possibleValuesFunc: PossibleTargetLagsModeValues protocol: {} - - &ref_724 + - &ref_718 choices: - value: Auto language: @@ -11329,7 +11329,7 @@ schemas: description: Target rolling windows size mode. possibleValuesFunc: PossibleTargetRollingWindowSizeModeValues protocol: {} - - &ref_431 + - &ref_425 choices: - value: None language: @@ -11368,7 +11368,7 @@ schemas: description: '' possibleValuesFunc: PossibleServiceDataAccessAuthIdentityValues protocol: {} - - &ref_650 + - &ref_644 choices: - value: Bandit language: @@ -11407,7 +11407,7 @@ schemas: description: '' possibleValuesFunc: PossibleEarlyTerminationPolicyTypeValues protocol: {} - - &ref_660 + - &ref_654 choices: - value: Grid language: @@ -11446,7 +11446,7 @@ schemas: description: '' possibleValuesFunc: PossibleSamplingAlgorithmTypeValues protocol: {} - - &ref_747 + - &ref_741 choices: - value: LogisticRegression language: @@ -11605,7 +11605,7 @@ schemas: description: Enum for all classification models supported by AutoML. possibleValuesFunc: PossibleClassificationModelsValues protocol: {} - - &ref_662 + - &ref_656 choices: - value: AUCWeighted language: @@ -11674,7 +11674,7 @@ schemas: description: Primary metrics for classification tasks. possibleValuesFunc: PossibleClassificationPrimaryMetricsValues protocol: {} - - &ref_51 + - &ref_50 choices: - value: Literal language: @@ -11745,7 +11745,7 @@ schemas: description: Enum to determine the Job Input Type. possibleValuesFunc: PossibleJobInputTypeValues protocol: {} - - &ref_674 + - &ref_668 choices: - value: Auto language: @@ -11784,7 +11784,7 @@ schemas: description: Featurization mode - determines data featurization mode. possibleValuesFunc: PossibleFeaturizationModeValues protocol: {} - - &ref_746 + - &ref_740 choices: - value: None language: @@ -11866,7 +11866,7 @@ schemas: LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression possibleValuesFunc: PossibleStackMetaLearnerTypeValues protocol: {} - - &ref_760 + - &ref_754 choices: - value: PyTorch language: @@ -11905,7 +11905,7 @@ schemas: description: Enum to determine the job distribution type. possibleValuesFunc: PossibleDistributionTypeValues protocol: {} - - &ref_777 + - &ref_771 choices: - value: Command language: @@ -11936,7 +11936,7 @@ schemas: description: '' possibleValuesFunc: PossibleJobLimitsTypeValues protocol: {} - - &ref_686 + - &ref_680 choices: - value: AutoArima language: @@ -12135,7 +12135,7 @@ schemas: description: Enum for all forecasting models supported by AutoML. possibleValuesFunc: PossibleForecastingModelsValues protocol: {} - - &ref_689 + - &ref_683 choices: - value: None language: @@ -12166,7 +12166,7 @@ schemas: description: Flag for generating lags for the numeric features. possibleValuesFunc: PossibleFeatureLagsValues protocol: {} - - &ref_709 + - &ref_703 choices: - value: None language: @@ -12213,7 +12213,7 @@ schemas: description: The parameter defining how if AutoML should handle short time series. possibleValuesFunc: PossibleShortSeriesHandlingConfigurationValues protocol: {} - - &ref_710 + - &ref_704 choices: - value: None language: @@ -12268,7 +12268,7 @@ schemas: description: Target aggregate function. possibleValuesFunc: PossibleTargetAggregationFunctionValues protocol: {} - - &ref_730 + - &ref_724 choices: - value: None language: @@ -12307,7 +12307,7 @@ schemas: description: Configure STL Decomposition of the time-series target column. possibleValuesFunc: PossibleUseStlValues protocol: {} - - &ref_731 + - &ref_725 choices: - value: SpearmanCorrelation language: @@ -12354,7 +12354,7 @@ schemas: description: Primary metrics for Forecasting task. possibleValuesFunc: PossibleForecastingPrimaryMetricsValues protocol: {} - - &ref_541 + - &ref_535 choices: - value: None language: @@ -12393,7 +12393,7 @@ schemas: description: Learning rate scheduler enum. possibleValuesFunc: PossibleLearningRateSchedulerValues protocol: {} - - &ref_547 + - &ref_541 choices: - value: None language: @@ -12440,7 +12440,7 @@ schemas: description: Stochastic optimizer for image models. possibleValuesFunc: PossibleStochasticOptimizerValues protocol: {} - - &ref_661 + - &ref_655 choices: - value: AUCWeighted language: @@ -12517,7 +12517,7 @@ schemas: description: Primary metrics for classification multilabel tasks. possibleValuesFunc: PossibleClassificationMultilabelPrimaryMetricsValues protocol: {} - - &ref_512 + - &ref_506 choices: - value: MeanAveragePrecision language: @@ -12544,7 +12544,7 @@ schemas: description: Primary metrics for InstanceSegmentation tasks. possibleValuesFunc: PossibleInstanceSegmentationPrimaryMetricsValues protocol: {} - - &ref_562 + - &ref_556 choices: - value: None language: @@ -12599,7 +12599,7 @@ schemas: description: Image model size. possibleValuesFunc: PossibleModelSizeValues protocol: {} - - &ref_569 + - &ref_563 choices: - value: None language: @@ -12646,7 +12646,7 @@ schemas: description: Metric computation method to use for validation metrics in image tasks. possibleValuesFunc: PossibleValidationMetricTypeValues protocol: {} - - &ref_513 + - &ref_507 choices: - value: MeanAveragePrecision language: @@ -12673,7 +12673,7 @@ schemas: description: Primary metrics for Image ObjectDetection task. possibleValuesFunc: PossibleObjectDetectionPrimaryMetricsValues protocol: {} - - &ref_784 + - &ref_778 choices: - value: Minimize language: @@ -12704,7 +12704,7 @@ schemas: description: Defines supported metric goals for hyperparameter tuning possibleValuesFunc: PossibleGoalValues protocol: {} - - &ref_789 + - &ref_783 choices: - value: Random language: @@ -12735,7 +12735,7 @@ schemas: description: The specific type of random algorithm possibleValuesFunc: PossibleRandomSamplingAlgorithmRuleValues protocol: {} - - &ref_159 + - &ref_157 choices: - value: Monday language: @@ -12806,7 +12806,7 @@ schemas: description: Enum of weekdays possibleValuesFunc: PossibleWeekdayValues protocol: {} - - &ref_156 + - &ref_154 choices: - value: Minute language: @@ -12861,7 +12861,7 @@ schemas: description: Enum to describe the frequency of a recurrence schedule possibleValuesFunc: PossibleRecurrenceFrequencyValues protocol: {} - - &ref_663 + - &ref_657 choices: - value: ElasticNet language: @@ -12976,7 +12976,7 @@ schemas: description: Enum for all Regression models supported by AutoML. possibleValuesFunc: PossibleRegressionModelsValues protocol: {} - - &ref_664 + - &ref_658 choices: - value: SpearmanCorrelation language: @@ -13024,7 +13024,7 @@ schemas: possibleValuesFunc: PossibleRegressionPrimaryMetricsValues protocol: {} sealedChoices: - - &ref_85 + - &ref_83 choices: - value: Free language: @@ -13072,7 +13072,7 @@ schemas: possibleValuesFunc: PossibleSKUTierValues protocol: {} constants: - - &ref_1288 + - &ref_1281 type: constant value: value: 2022-02-01-preview @@ -13085,7 +13085,7 @@ schemas: name: string description: Api Version (2022-02-01-preview) protocol: {} - - &ref_1291 + - &ref_1284 type: constant value: value: application/json @@ -13099,14 +13099,14 @@ schemas: description: 'Accept: application/json' protocol: {} dictionaries: - - &ref_81 + - &ref_79 type: dictionary - elementType: &ref_910 + elementType: &ref_904 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_54 + - schema: &ref_53 type: uuid apiVersions: - version: '3.0' @@ -13120,7 +13120,7 @@ schemas: protocol: {} readOnly: true serializedName: principalId - language: &ref_2470 + language: &ref_2463 default: name: principalId description: The principal ID of the assigned identity. @@ -13128,7 +13128,7 @@ schemas: name: PrincipalID description: READ-ONLY; The principal ID of the assigned identity. protocol: {} - - schema: &ref_55 + - schema: &ref_54 type: uuid apiVersions: - version: '3.0' @@ -13142,7 +13142,7 @@ schemas: protocol: {} readOnly: true serializedName: clientId - language: &ref_2469 + language: &ref_2462 default: name: clientId description: The client ID of the assigned identity. @@ -13181,7 +13181,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_83 + - &ref_81 type: dictionary elementType: *ref_1 language: @@ -13194,7 +13194,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_902 + - &ref_896 type: dictionary elementType: *ref_1 language: @@ -13207,7 +13207,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_918 + - &ref_912 type: dictionary elementType: *ref_1 language: @@ -13220,7 +13220,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_927 + - &ref_921 type: dictionary elementType: &ref_2 type: any @@ -13242,7 +13242,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_928 + - &ref_922 type: dictionary elementType: *ref_2 language: @@ -13255,7 +13255,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_929 + - &ref_923 type: dictionary elementType: *ref_2 language: @@ -13268,7 +13268,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_930 + - &ref_924 type: dictionary elementType: *ref_2 language: @@ -13281,7 +13281,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_931 + - &ref_925 type: dictionary elementType: *ref_2 language: @@ -13294,7 +13294,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_932 + - &ref_926 type: dictionary elementType: *ref_2 language: @@ -13307,7 +13307,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_933 + - &ref_927 type: dictionary elementType: *ref_2 language: @@ -13320,7 +13320,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_934 + - &ref_928 type: dictionary elementType: *ref_2 language: @@ -13333,7 +13333,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_935 + - &ref_929 type: dictionary elementType: *ref_2 language: @@ -13346,7 +13346,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_278 + - &ref_272 type: dictionary elementType: *ref_3 language: @@ -13359,7 +13359,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_284 + - &ref_278 type: dictionary elementType: *ref_4 language: @@ -13372,7 +13372,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_304 + - &ref_298 type: dictionary elementType: *ref_4 nullableItems: true @@ -13386,7 +13386,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_390 + - &ref_384 type: dictionary elementType: *ref_5 language: @@ -13399,7 +13399,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1051 + - &ref_1044 type: dictionary elementType: *ref_2 language: @@ -13417,7 +13417,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_1058 + - &ref_1051 type: dictionary elementType: *ref_6 nullableItems: true @@ -13431,7 +13431,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_377 + - &ref_371 type: dictionary elementType: *ref_2 language: @@ -13444,7 +13444,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_352 + - &ref_346 type: dictionary elementType: *ref_7 nullableItems: true @@ -13458,7 +13458,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_353 + - &ref_347 type: dictionary elementType: *ref_7 nullableItems: true @@ -13472,7 +13472,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1072 + - &ref_1065 type: dictionary elementType: *ref_8 nullableItems: true @@ -13486,7 +13486,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1090 + - &ref_1083 type: dictionary elementType: *ref_8 nullableItems: true @@ -13500,7 +13500,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1093 + - &ref_1086 type: dictionary elementType: *ref_8 nullableItems: true @@ -13514,7 +13514,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_826 + - &ref_820 type: dictionary elementType: *ref_9 nullableItems: true @@ -13528,7 +13528,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_827 + - &ref_821 type: dictionary elementType: *ref_9 nullableItems: true @@ -13556,9 +13556,9 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_823 + - &ref_817 type: dictionary - elementType: &ref_1109 + elementType: &ref_1102 type: object apiVersions: - version: 2022-02-01-preview @@ -13570,7 +13570,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3478 + language: &ref_3471 default: name: endpoint description: Url for endpoint. @@ -13585,7 +13585,7 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_3479 + language: &ref_3472 default: name: errorMessage description: Any error in the service. @@ -13600,7 +13600,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3480 + language: &ref_3473 default: name: jobServiceType description: Endpoint type. @@ -13615,7 +13615,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3481 + language: &ref_3474 default: name: port description: Port for endpoint. @@ -13626,10 +13626,7 @@ schemas: - schema: *ref_14 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3482 + language: &ref_3475 default: name: properties description: Additional properties to set on the endpoint. @@ -13645,7 +13642,7 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_3483 + language: &ref_3476 default: name: status description: Status of endpoint. @@ -13695,9 +13692,9 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_414 + - &ref_408 type: dictionary - elementType: &ref_1112 + elementType: &ref_1105 type: object apiVersions: - version: 2022-02-01-preview @@ -13705,10 +13702,7 @@ schemas: - schema: *ref_17 nullable: true serializedName: data - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3673 + language: &ref_3671 default: name: data description: Model flavor-specific data. @@ -13745,7 +13739,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_295 + - &ref_289 type: dictionary elementType: *ref_18 language: @@ -13758,7 +13752,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_298 + - &ref_292 type: dictionary elementType: *ref_18 language: @@ -13771,7 +13765,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1116 + - &ref_1109 type: dictionary elementType: *ref_18 language: @@ -13784,7 +13778,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1117 + - &ref_1110 type: dictionary elementType: *ref_18 language: @@ -13797,7 +13791,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1118 + - &ref_1111 type: dictionary elementType: *ref_19 nullableItems: true @@ -13811,7 +13805,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_1131 + - &ref_1124 type: dictionary elementType: *ref_20 nullableItems: true @@ -13851,19 +13845,16 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_216 + - &ref_213 type: dictionary - elementType: &ref_1161 + elementType: &ref_1154 type: object apiVersions: - version: 2022-02-01-preview properties: - schema: *ref_22 serializedName: nodeSelector - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2743 + language: &ref_2736 default: name: nodeSelector description: Node Selector @@ -13872,14 +13863,14 @@ schemas: description: Node Selector byValue: true protocol: {} - - schema: &ref_1162 + - schema: &ref_1155 type: object apiVersions: - version: 2022-02-01-preview properties: - schema: *ref_23 serializedName: requests - language: &ref_2745 + language: &ref_2738 default: name: requests description: Resource requests for this instance type @@ -13890,7 +13881,7 @@ schemas: protocol: {} - schema: *ref_23 serializedName: limits - language: &ref_2744 + language: &ref_2737 default: name: limits description: Resource limits for this instance type @@ -13904,9 +13895,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_24 - anonymous: true language: default: name: InstanceTypeSchemaResources @@ -13920,9 +13908,7 @@ schemas: namespace: '' protocol: {} serializedName: resources - extensions: - x-internal-autorest-anonymous-schema: *ref_24 - language: &ref_2746 + language: &ref_2739 default: name: resources description: Resource requests/limits for this instance type @@ -13957,7 +13943,7 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_120 + - &ref_118 type: dictionary elementType: *ref_2 language: @@ -13970,7 +13956,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_496 + - &ref_490 type: dictionary elementType: *ref_21 nullableItems: true @@ -13984,39 +13970,40 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - type: dictionary - elementType: &ref_27 + - &ref_3482 + type: dictionary + elementType: &ref_26 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_497 + children: &ref_491 all: - - &ref_25 + - &ref_24 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeCustomModel parents: all: - - &ref_26 + - &ref_25 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_25 - - &ref_28 + - *ref_24 + - &ref_27 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeMLFlowModel parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14035,18 +14022,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_29 + - &ref_28 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeMLTable parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14065,18 +14052,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_30 + - &ref_29 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeTritonModel parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14095,18 +14082,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_31 + - &ref_30 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeURIFile parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14125,18 +14112,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_32 + - &ref_31 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobOutputTypeURIFolder parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14156,20 +14143,20 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_25 + - *ref_24 + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 properties: - - schema: *ref_33 + - schema: *ref_32 serializedName: mode extensions: x-ms-mutability: - create - read - language: &ref_3489 + language: &ref_3483 default: name: mode description: Output Asset Delivery Mode. @@ -14177,10 +14164,10 @@ schemas: name: Mode description: Output Asset Delivery Mode. protocol: {} - - schema: *ref_34 + - schema: *ref_33 nullable: true serializedName: uri - language: &ref_3490 + language: &ref_3484 default: name: uri description: Output Asset URI. @@ -14193,7 +14180,7 @@ schemas: usage: - output - input - language: &ref_3491 + language: &ref_3485 default: name: AssetJobOutput description: Asset output type. @@ -14204,10 +14191,10 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_27 + - *ref_26 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14226,35 +14213,35 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 immediate: - - *ref_25 + - *ref_24 + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 - discriminator: &ref_498 + discriminator: &ref_492 all: - CustomModel: *ref_25 - MLFlowModel: *ref_28 - MLTable: *ref_29 - TritonModel: *ref_30 - UriFile: *ref_31 - UriFolder: *ref_32 + CustomModel: *ref_24 + MLFlowModel: *ref_27 + MLTable: *ref_28 + TritonModel: *ref_29 + UriFile: *ref_30 + UriFolder: *ref_31 immediate: - CustomModel: *ref_25 - MLFlowModel: *ref_28 - MLTable: *ref_29 - TritonModel: *ref_30 - UriFile: *ref_31 - UriFolder: *ref_32 - property: &ref_37 - schema: *ref_35 + CustomModel: *ref_24 + MLFlowModel: *ref_27 + MLTable: *ref_28 + TritonModel: *ref_29 + UriFile: *ref_30 + UriFolder: *ref_31 + property: &ref_36 + schema: *ref_34 isDiscriminator: true required: true serializedName: jobOutputType @@ -14262,7 +14249,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3493 + language: &ref_3487 default: name: jobOutputType description: '[Required] Specifies the type of job.' @@ -14271,7 +14258,7 @@ schemas: description: REQUIRED; [Required] Specifies the type of job. protocol: {} properties: - - schema: *ref_36 + - schema: *ref_35 nullable: true required: false serializedName: description @@ -14279,7 +14266,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3492 + language: &ref_3486 default: name: description description: Description for the output. @@ -14287,13 +14274,13 @@ schemas: name: Description description: Description for the output. protocol: {} - - *ref_37 + - *ref_36 serializationFormats: - json usage: - output - input - language: &ref_3494 + language: &ref_3488 default: name: JobOutput description: Job output definition container information on where to find job output/logs. @@ -14325,7 +14312,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_671 + - &ref_665 type: dictionary elementType: *ref_21 nullableItems: true @@ -14339,22 +14326,22 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - &ref_675 + - &ref_669 type: dictionary - elementType: &ref_1274 + elementType: &ref_1267 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1193 + elementType: &ref_1186 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1273 + - schema: &ref_1266 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_38 + elementType: *ref_37 language: default: name: ColumnTransformerFields @@ -14379,9 +14366,6 @@ schemas: - schema: *ref_2 nullable: true serializedName: parameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: parameters @@ -14431,7 +14415,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_766 + - &ref_760 type: dictionary elementType: *ref_21 nullableItems: true @@ -14445,39 +14429,40 @@ schemas: elementIsPtr: true marshallingFormat: json protocol: {} - - type: dictionary - elementType: &ref_41 + - &ref_3529 + type: dictionary + elementType: &ref_40 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_767 + children: &ref_761 all: - - &ref_39 + - &ref_38 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeMLTable parents: all: - - &ref_40 + - &ref_39 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_39 - - &ref_42 + - *ref_38 + - &ref_41 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeCustomModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14496,18 +14481,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_43 + - &ref_42 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeMLFlowModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14526,18 +14511,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_44 + - &ref_43 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeTritonModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14556,18 +14541,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_45 + - &ref_44 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeURIFile parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14586,18 +14571,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_46 + - &ref_45 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeURIFolder parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14617,14 +14602,14 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_39 + - *ref_38 + - *ref_41 - *ref_42 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 properties: - - schema: *ref_47 + - schema: *ref_46 required: false serializedName: mode extensions: @@ -14639,10 +14624,10 @@ schemas: name: Mode description: Input Asset Delivery Mode. protocol: {} - - schema: *ref_48 + - schema: *ref_47 required: true serializedName: uri - language: &ref_3501 + language: &ref_3495 default: name: uri description: '[Required] Input Asset URI.' @@ -14655,7 +14640,7 @@ schemas: usage: - output - input - language: &ref_3502 + language: &ref_3496 default: name: AssetJobInput description: Asset input type. @@ -14666,10 +14651,10 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_41 + - *ref_40 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14688,22 +14673,22 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_42 - - &ref_50 + - *ref_41 + - &ref_49 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobInputTypeLiteral parents: all: - - *ref_41 + - *ref_40 immediate: - - *ref_41 + - *ref_40 properties: - - schema: *ref_49 + - schema: *ref_48 required: true serializedName: value - language: &ref_3536 + language: &ref_3531 default: name: value description: '[Required] Literal value for the input.' @@ -14729,37 +14714,37 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_42 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 immediate: - - *ref_39 + - *ref_38 + - *ref_41 + - *ref_49 - *ref_42 - - *ref_50 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 - discriminator: &ref_768 + discriminator: &ref_762 all: - CustomModel: *ref_42 - Literal: *ref_50 - MLFlowModel: *ref_43 - MLTable: *ref_39 - TritonModel: *ref_44 - UriFile: *ref_45 - UriFolder: *ref_46 + CustomModel: *ref_41 + Literal: *ref_49 + MLFlowModel: *ref_42 + MLTable: *ref_38 + TritonModel: *ref_43 + UriFile: *ref_44 + UriFolder: *ref_45 immediate: - CustomModel: *ref_42 - Literal: *ref_50 - MLFlowModel: *ref_43 - MLTable: *ref_39 - TritonModel: *ref_44 - UriFile: *ref_45 - UriFolder: *ref_46 - property: &ref_53 - schema: *ref_51 + CustomModel: *ref_41 + Literal: *ref_49 + MLFlowModel: *ref_42 + MLTable: *ref_38 + TritonModel: *ref_43 + UriFile: *ref_44 + UriFolder: *ref_45 + property: &ref_52 + schema: *ref_50 isDiscriminator: true required: true serializedName: jobInputType @@ -14767,7 +14752,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3503 + language: &ref_3497 default: name: jobInputType description: '[Required] Specifies the type of job.' @@ -14776,7 +14761,7 @@ schemas: description: REQUIRED; [Required] Specifies the type of job. protocol: {} properties: - - schema: *ref_52 + - schema: *ref_51 nullable: true required: false serializedName: description @@ -14784,7 +14769,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3535 + language: &ref_3530 default: name: description description: Description for the input. @@ -14792,13 +14777,13 @@ schemas: name: Description description: Description for the input. protocol: {} - - *ref_53 + - *ref_52 serializationFormats: - json usage: - output - input - language: &ref_3504 + language: &ref_3498 default: name: JobInput description: Command job definition. @@ -14831,8 +14816,9 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_3537 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: @@ -14844,8 +14830,9 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_41 + - &ref_3544 + type: dictionary + elementType: *ref_40 nullableItems: true language: default: @@ -14857,7 +14844,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_782 + - &ref_776 type: dictionary elementType: *ref_2 language: @@ -14870,8 +14857,9 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_3546 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: @@ -14884,7 +14872,7 @@ schemas: marshallingFormat: json protocol: {} - type: dictionary - elementType: *ref_41 + elementType: *ref_40 nullableItems: true language: default: @@ -14897,7 +14885,7 @@ schemas: marshallingFormat: json protocol: {} - type: dictionary - elementType: *ref_27 + elementType: *ref_26 nullableItems: true language: default: @@ -14909,7 +14897,7 @@ schemas: elementIsPtr: false marshallingFormat: json protocol: {} - - &ref_800 + - &ref_794 type: dictionary elementType: *ref_21 nullableItems: true @@ -14926,7 +14914,7 @@ schemas: any: - *ref_2 dateTimes: - - &ref_866 + - &ref_860 type: date-time format: date-time apiVersions: @@ -14940,7 +14928,7 @@ schemas: description: The timestamp of resource creation (UTC). internalTimeType: timeRFC3339 protocol: {} - - &ref_868 + - &ref_862 type: date-time format: date-time apiVersions: @@ -14954,7 +14942,7 @@ schemas: description: The timestamp of resource last modification (UTC) internalTimeType: timeRFC3339 protocol: {} - - &ref_247 + - &ref_242 type: date-time format: date-time apiVersions: @@ -14968,7 +14956,7 @@ schemas: description: The time at which the compute was created. internalTimeType: timeRFC3339 protocol: {} - - &ref_248 + - &ref_243 type: date-time format: date-time apiVersions: @@ -14982,7 +14970,7 @@ schemas: description: The time at which the compute was last modified. internalTimeType: timeRFC3339 protocol: {} - - &ref_162 + - &ref_160 type: date-time format: date-time apiVersions: @@ -14996,7 +14984,7 @@ schemas: description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" internalTimeType: timeRFC3339 protocol: {} - - &ref_165 + - &ref_163 type: date-time format: date-time apiVersions: @@ -15010,7 +14998,7 @@ schemas: description: Specifies start time of schedule in ISO 8601 format. internalTimeType: timeRFC3339 protocol: {} - - &ref_109 + - &ref_107 type: date-time format: date-time apiVersions: @@ -15025,7 +15013,7 @@ schemas: description: The time at which the compute entered its current allocation state. internalTimeType: timeRFC3339 protocol: {} - - &ref_147 + - &ref_145 type: date-time format: date-time apiVersions: @@ -15039,7 +15027,7 @@ schemas: description: Time of the last operation. internalTimeType: timeRFC3339 protocol: {} - - &ref_188 + - &ref_186 type: date-time format: date-time apiVersions: @@ -15055,7 +15043,7 @@ schemas: internalTimeType: timeRFC3339 protocol: {} durations: - - &ref_102 + - &ref_100 type: duration apiVersions: - version: 2022-02-01-preview @@ -15067,7 +15055,7 @@ schemas: name: string description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. protocol: {} - - &ref_1643 + - &ref_1636 type: duration apiVersions: - version: 2022-02-01-preview @@ -15081,7 +15069,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_1665 + - &ref_1658 type: duration apiVersions: - version: 2022-02-01-preview @@ -15095,7 +15083,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_1679 + - &ref_1672 type: duration apiVersions: - version: 2022-02-01-preview @@ -15109,7 +15097,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_379 + - &ref_373 type: duration apiVersions: - version: 2022-02-01-preview @@ -15122,7 +15110,7 @@ schemas: name: string description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} - - &ref_1713 + - &ref_1706 type: duration apiVersions: - version: 2022-02-01-preview @@ -15136,7 +15124,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_1092 + - &ref_1085 type: duration apiVersions: - version: 2022-02-01-preview @@ -15148,7 +15136,7 @@ schemas: name: string description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} - - &ref_1736 + - &ref_1729 type: duration apiVersions: - version: 2022-02-01-preview @@ -15162,7 +15150,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_1751 + - &ref_1744 type: duration apiVersions: - version: 2022-02-01-preview @@ -15176,7 +15164,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2139 + - &ref_2132 type: duration apiVersions: - version: 2022-02-01-preview @@ -15190,7 +15178,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2273 + - &ref_2266 type: duration apiVersions: - version: 2022-02-01-preview @@ -15204,7 +15192,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2294 + - &ref_2287 type: duration apiVersions: - version: 2022-02-01-preview @@ -15218,7 +15206,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2308 + - &ref_2301 type: duration apiVersions: - version: 2022-02-01-preview @@ -15232,7 +15220,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_324 + - &ref_318 type: duration apiVersions: - version: 2022-02-01-preview @@ -15244,7 +15232,7 @@ schemas: name: string description: The delay before the first probe in ISO 8601 format. protocol: {} - - &ref_325 + - &ref_319 type: duration apiVersions: - version: 2022-02-01-preview @@ -15257,7 +15245,7 @@ schemas: name: string description: The length of time between probes in ISO 8601 format. protocol: {} - - &ref_327 + - &ref_321 type: duration apiVersions: - version: 2022-02-01-preview @@ -15270,7 +15258,7 @@ schemas: name: string description: The probe timeout in ISO 8601 format. protocol: {} - - &ref_334 + - &ref_328 type: duration apiVersions: - version: 2022-02-01-preview @@ -15283,7 +15271,7 @@ schemas: name: string description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." protocol: {} - - &ref_335 + - &ref_329 type: duration apiVersions: - version: 2022-02-01-preview @@ -15296,7 +15284,7 @@ schemas: name: string description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." protocol: {} - - &ref_2365 + - &ref_2358 type: duration apiVersions: - version: 2022-02-01-preview @@ -15310,7 +15298,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2388 + - &ref_2381 type: duration apiVersions: - version: 2022-02-01-preview @@ -15324,7 +15312,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_2403 + - &ref_2396 type: duration apiVersions: - version: 2022-02-01-preview @@ -15338,7 +15326,7 @@ schemas: description: '' header: x-ms-async-operation-timeout protocol: {} - - &ref_737 + - &ref_731 type: duration apiVersions: - version: 2022-02-01-preview @@ -15351,7 +15339,7 @@ schemas: name: string description: AutoML job timeout. protocol: {} - - &ref_738 + - &ref_732 type: duration apiVersions: - version: 2022-02-01-preview @@ -15364,7 +15352,7 @@ schemas: name: string description: Iteration timeout. protocol: {} - - &ref_744 + - &ref_738 type: duration apiVersions: - version: 2022-02-01-preview @@ -15377,7 +15365,7 @@ schemas: name: string description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." protocol: {} - - &ref_779 + - &ref_773 type: duration apiVersions: - version: 2022-02-01-preview @@ -15389,7 +15377,7 @@ schemas: name: string description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. protocol: {} - - &ref_643 + - &ref_637 type: duration apiVersions: - version: 2022-02-01-preview @@ -15401,7 +15389,7 @@ schemas: name: string description: AutoML job timeout. protocol: {} - - &ref_681 + - &ref_675 type: duration apiVersions: - version: 2022-02-01-preview @@ -15413,7 +15401,7 @@ schemas: name: string description: AutoML job timeout. protocol: {} - - &ref_775 + - &ref_769 type: duration apiVersions: - version: 2022-02-01-preview @@ -15425,7 +15413,7 @@ schemas: name: string description: Sweep Job Trial timeout value. protocol: {} - - &ref_341 + - &ref_335 type: duration apiVersions: - version: 2022-02-01-preview @@ -15439,7 +15427,7 @@ schemas: description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. protocol: {} uuids: - - &ref_78 + - &ref_76 type: uuid apiVersions: - version: '3.0' @@ -15451,7 +15439,7 @@ schemas: name: string description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - &ref_79 + - &ref_77 type: uuid apiVersions: - version: '3.0' @@ -15463,9 +15451,9 @@ schemas: name: string description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} + - *ref_53 - *ref_54 - - *ref_55 - - &ref_454 + - &ref_448 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15477,7 +15465,7 @@ schemas: name: string description: '[Required] Service principal client ID.' protocol: {} - - &ref_471 + - &ref_465 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15489,7 +15477,7 @@ schemas: name: string description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} - - &ref_812 + - &ref_806 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15505,7 +15493,7 @@ schemas: name: string description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. protocol: {} - - &ref_813 + - &ref_807 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15521,7 +15509,7 @@ schemas: name: string description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. protocol: {} - - &ref_480 + - &ref_474 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15533,7 +15521,7 @@ schemas: name: string description: '[Required] Service principal client ID.' protocol: {} - - &ref_482 + - &ref_476 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15546,23 +15534,23 @@ schemas: description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} objects: - - &ref_1292 + - &ref_1285 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1206 + - schema: &ref_1199 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_63 + elementType: &ref_61 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_56 + - schema: *ref_55 serializedName: name - language: &ref_2449 + language: &ref_2442 default: name: name description: 'Operation name: {provider}/{resource}/{operation}' @@ -15570,14 +15558,14 @@ schemas: name: Name description: 'Operation name: {provider}/{resource}/{operation}' protocol: {} - - schema: &ref_64 + - schema: &ref_62 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_57 + - schema: *ref_56 serializedName: provider - language: &ref_2451 + language: &ref_2444 default: name: provider description: 'The resource provider name: Microsoft.MachineLearningExperimentation' @@ -15585,9 +15573,9 @@ schemas: name: Provider description: 'The resource provider name: Microsoft.MachineLearningExperimentation' protocol: {} - - schema: *ref_58 + - schema: *ref_57 serializedName: resource - language: &ref_2452 + language: &ref_2445 default: name: resource description: The resource on which the operation is performed. @@ -15595,9 +15583,9 @@ schemas: name: Resource description: The resource on which the operation is performed. protocol: {} - - schema: *ref_59 + - schema: *ref_58 serializedName: operation - language: &ref_2450 + language: &ref_2443 default: name: operation description: The operation that users can perform. @@ -15605,7 +15593,7 @@ schemas: name: Operation description: The operation that users can perform. protocol: {} - - schema: *ref_60 + - schema: *ref_59 serializedName: description language: default: @@ -15619,9 +15607,6 @@ schemas: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_61 - anonymous: true language: default: name: AmlOperationDisplay @@ -15634,9 +15619,7 @@ schemas: namespace: '' protocol: {} serializedName: display - extensions: - x-internal-autorest-anonymous-schema: *ref_61 - language: &ref_2453 + language: &ref_2446 default: name: display description: Display name of operation @@ -15644,7 +15627,7 @@ schemas: name: Display description: Display name of operation protocol: {} - - schema: *ref_62 + - schema: *ref_60 serializedName: isDataAction language: default: @@ -15686,7 +15669,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2454 + language: &ref_2447 default: name: value description: List of AML workspace operations supported by the AML workspace resource provider. @@ -15711,19 +15694,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_63 - - *ref_64 - - &ref_110 + - *ref_61 + - *ref_62 + - &ref_108 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_68 + - schema: &ref_66 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_65 + - schema: *ref_63 readOnly: true serializedName: code language: @@ -15734,7 +15717,7 @@ schemas: name: Code description: READ-ONLY; The error code. protocol: {} - - schema: *ref_66 + - schema: *ref_64 readOnly: true serializedName: message language: @@ -15745,7 +15728,7 @@ schemas: name: Message description: READ-ONLY; The error message. protocol: {} - - schema: *ref_67 + - schema: *ref_65 readOnly: true serializedName: target language: @@ -15756,11 +15739,11 @@ schemas: name: Target description: READ-ONLY; The error target. protocol: {} - - schema: &ref_1207 + - schema: &ref_1200 type: array apiVersions: - version: '3.0' - elementType: *ref_68 + elementType: *ref_66 language: default: name: ErrorDetailDetails @@ -15782,16 +15765,16 @@ schemas: description: READ-ONLY; The error details. byValue: true protocol: {} - - schema: &ref_1208 + - schema: &ref_1201 type: array apiVersions: - version: '3.0' - elementType: &ref_70 + elementType: &ref_68 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_69 + - schema: *ref_67 readOnly: true serializedName: type language: @@ -15805,9 +15788,6 @@ schemas: - schema: *ref_2 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info @@ -15902,44 +15882,44 @@ schemas: namespace: '' summary: Error response protocol: {} + - *ref_66 - *ref_68 - - *ref_70 - - &ref_89 + - &ref_87 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_71 + - &ref_69 type: object apiVersions: - version: '3.0' children: all: - - &ref_846 + - &ref_840 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_907 + - schema: &ref_901 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_908 + - schema: &ref_902 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_72 + - schema: *ref_70 readOnly: true serializedName: id - language: &ref_2491 + language: &ref_2484 default: name: id description: The ARM identifier for Private Endpoint @@ -15947,7 +15927,7 @@ schemas: name: ID description: READ-ONLY; The ARM identifier for Private Endpoint protocol: {} - - schema: *ref_73 + - schema: *ref_71 readOnly: true serializedName: subnetArmId language: @@ -15976,7 +15956,7 @@ schemas: protocol: {} required: false serializedName: privateEndpoint - language: &ref_2492 + language: &ref_2485 default: name: privateEndpoint description: The resource of private end point. @@ -15984,14 +15964,14 @@ schemas: name: PrivateEndpoint description: The resource of private end point. protocol: {} - - schema: &ref_909 + - schema: &ref_903 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_74 + - schema: *ref_72 serializedName: status - language: &ref_2495 + language: &ref_2488 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. @@ -15999,9 +15979,9 @@ schemas: name: Status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - - schema: *ref_75 + - schema: *ref_73 serializedName: description - language: &ref_2493 + language: &ref_2486 default: name: description description: The reason for approval/rejection of the connection. @@ -16009,9 +15989,9 @@ schemas: name: Description description: The reason for approval/rejection of the connection. protocol: {} - - schema: *ref_76 + - schema: *ref_74 serializedName: actionsRequired - language: &ref_2494 + language: &ref_2487 default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. @@ -16037,7 +16017,7 @@ schemas: protocol: {} required: true serializedName: privateLinkServiceConnectionState - language: &ref_2496 + language: &ref_2489 default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. @@ -16045,11 +16025,11 @@ schemas: name: PrivateLinkServiceConnectionState description: REQUIRED; A collection of information about the state of the connection between service consumer and provider. protocol: {} - - schema: *ref_77 + - schema: *ref_75 readOnly: true required: false serializedName: provisioningState - language: &ref_2497 + language: &ref_2490 default: name: provisioningState description: The provisioning state of the private endpoint connection resource. @@ -16076,7 +16056,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2498 + language: &ref_2491 default: name: properties description: Resource properties. @@ -16084,16 +16064,16 @@ schemas: name: Properties description: Resource properties. protocol: {} - - schema: &ref_276 + - schema: &ref_270 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_78 + - schema: *ref_76 readOnly: true required: false serializedName: principalId - language: &ref_2467 + language: &ref_2460 default: name: principalId description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. @@ -16101,11 +16081,11 @@ schemas: name: PrincipalID description: READ-ONLY; The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - schema: *ref_79 + - schema: *ref_77 readOnly: true required: false serializedName: tenantId - language: &ref_2468 + language: &ref_2461 default: name: tenantId description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. @@ -16113,10 +16093,10 @@ schemas: name: TenantID description: READ-ONLY; The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - schema: *ref_80 + - schema: *ref_78 required: true serializedName: type - language: &ref_2466 + language: &ref_2459 default: name: type description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). @@ -16124,10 +16104,10 @@ schemas: name: Type description: REQUIRED; Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). protocol: {} - - schema: *ref_81 + - schema: *ref_79 required: false serializedName: userAssignedIdentities - language: &ref_2471 + language: &ref_2464 default: name: userAssignedIdentities description: >- @@ -16167,7 +16147,7 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: *ref_82 + - schema: *ref_80 serializedName: location language: default: @@ -16177,11 +16157,8 @@ schemas: name: Location description: Specifies the location of the resource. protocol: {} - - schema: *ref_83 + - schema: *ref_81 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -16191,15 +16168,15 @@ schemas: description: Contains resource tags defined as key/value pairs. byValue: true protocol: {} - - schema: &ref_279 + - schema: &ref_273 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_84 + - schema: *ref_82 required: true serializedName: name - language: &ref_2939 + language: &ref_2932 default: name: name description: The name of the SKU. Ex - P3. It is typically a letter+number code @@ -16207,10 +16184,10 @@ schemas: name: Name description: REQUIRED; The name of the SKU. Ex - P3. It is typically a letter+number code protocol: {} - - schema: *ref_85 + - schema: *ref_83 required: false serializedName: tier - language: &ref_2943 + language: &ref_2936 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. @@ -16218,10 +16195,10 @@ schemas: name: Tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. protocol: {} - - schema: *ref_86 + - schema: *ref_84 required: false serializedName: size - language: &ref_2942 + language: &ref_2935 default: name: size description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' @@ -16229,10 +16206,10 @@ schemas: name: Size description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - schema: *ref_87 + - schema: *ref_85 required: false serializedName: family - language: &ref_2941 + language: &ref_2934 default: name: family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. @@ -16240,10 +16217,10 @@ schemas: name: Family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - schema: *ref_88 + - schema: *ref_86 required: false serializedName: capacity - language: &ref_2940 + language: &ref_2933 default: name: capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. @@ -16293,69 +16270,69 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_89 - - &ref_90 + - *ref_87 + - &ref_88 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 - - &ref_275 + - *ref_69 + - &ref_269 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_90 + - *ref_88 immediate: - - *ref_90 + - *ref_88 properties: - schema: type: object - children: &ref_91 + children: &ref_89 all: - - &ref_92 + - &ref_90 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeAKS parents: all: - - &ref_93 + - &ref_91 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_91 - discriminator: &ref_273 + children: *ref_89 + discriminator: &ref_267 all: - AKS: *ref_92 - AmlCompute: &ref_94 + AKS: *ref_90 + AmlCompute: &ref_92 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeAmlCompute parents: all: - - *ref_93 - - &ref_121 + - *ref_91 + - &ref_119 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_94 + - *ref_92 immediate: - - *ref_94 + - *ref_92 properties: - - schema: &ref_1163 + - schema: &ref_1156 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_95 + - schema: *ref_93 serializedName: osType - language: &ref_2725 + language: &ref_2718 default: name: osType description: Compute OS Type @@ -16363,9 +16340,9 @@ schemas: name: OSType description: Compute OS Type protocol: {} - - schema: *ref_96 + - schema: *ref_94 serializedName: vmSize - language: &ref_2736 + language: &ref_2729 default: name: vmSize description: Virtual Machine Size @@ -16373,9 +16350,9 @@ schemas: name: VMSize description: Virtual Machine Size protocol: {} - - schema: *ref_97 + - schema: *ref_95 serializedName: vmPriority - language: &ref_2735 + language: &ref_2728 default: name: vmPriority description: Virtual Machine priority @@ -16383,15 +16360,15 @@ schemas: name: VMPriority description: Virtual Machine priority protocol: {} - - schema: &ref_1164 + - schema: &ref_1157 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_98 + - schema: *ref_96 required: true serializedName: id - language: &ref_2788 + language: &ref_2781 default: name: id description: Virtual Machine image path @@ -16416,7 +16393,7 @@ schemas: namespace: '' protocol: {} serializedName: virtualMachineImage - language: &ref_2734 + language: &ref_2727 default: name: virtualMachineImage description: Virtual Machine image for AML Compute - windows only @@ -16424,9 +16401,9 @@ schemas: name: VirtualMachineImage description: Virtual Machine image for AML Compute - windows only protocol: {} - - schema: *ref_99 + - schema: *ref_97 serializedName: isolatedNetwork - language: &ref_2717 + language: &ref_2710 default: name: isolatedNetwork description: Network is isolated or not @@ -16434,15 +16411,15 @@ schemas: name: IsolatedNetwork description: Network is isolated or not protocol: {} - - schema: &ref_1006 + - schema: &ref_999 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_100 + - schema: *ref_98 required: true serializedName: maxNodeCount - language: &ref_2727 + language: &ref_2720 default: name: maxNodeCount description: Max number of nodes to use @@ -16450,10 +16427,10 @@ schemas: name: MaxNodeCount description: REQUIRED; Max number of nodes to use protocol: {} - - schema: *ref_101 + - schema: *ref_99 required: false serializedName: minNodeCount - language: &ref_2728 + language: &ref_2721 default: name: minNodeCount description: Min number of nodes to use @@ -16461,10 +16438,10 @@ schemas: name: MinNodeCount description: Min number of nodes to use protocol: {} - - schema: *ref_102 + - schema: *ref_100 required: false serializedName: nodeIdleTimeBeforeScaleDown - language: &ref_2729 + language: &ref_2722 default: name: nodeIdleTimeBeforeScaleDown description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. @@ -16489,7 +16466,7 @@ schemas: namespace: '' protocol: {} serializedName: scaleSettings - language: &ref_2730 + language: &ref_2723 default: name: scaleSettings description: Scale settings for AML Compute @@ -16497,12 +16474,12 @@ schemas: name: ScaleSettings description: Scale settings for AML Compute protocol: {} - - schema: &ref_1165 + - schema: &ref_1158 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_103 + - schema: *ref_101 required: true serializedName: adminUserName language: @@ -16513,7 +16490,7 @@ schemas: name: AdminUserName description: REQUIRED; Name of the administrator user account which can be used to SSH to nodes. protocol: {} - - schema: *ref_104 + - schema: *ref_102 required: false serializedName: adminUserSshPublicKey language: @@ -16524,7 +16501,7 @@ schemas: name: AdminUserSSHPublicKey description: SSH public key of the administrator user account. protocol: {} - - schema: *ref_105 + - schema: *ref_103 required: false serializedName: adminUserPassword language: @@ -16560,15 +16537,15 @@ schemas: name: UserAccountCredentials description: Credentials for an administrator user account that will be created on each compute node. protocol: {} - - schema: &ref_124 + - schema: &ref_122 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_106 + - schema: *ref_104 required: true serializedName: id - language: &ref_2731 + language: &ref_2724 default: name: id description: The ID of the resource @@ -16599,7 +16576,7 @@ schemas: extensions: x-ms-azure-resource: true x-nullable: true - language: &ref_2732 + language: &ref_2725 default: name: subnet description: Virtual network subnet resource ID the compute nodes belong to. @@ -16607,9 +16584,9 @@ schemas: name: Subnet description: Virtual network subnet resource ID the compute nodes belong to. protocol: {} - - schema: *ref_107 + - schema: *ref_105 serializedName: remoteLoginPortPublicAccess - language: &ref_2726 + language: &ref_2719 default: name: remoteLoginPortPublicAccess description: >- @@ -16627,10 +16604,10 @@ schemas: creation time, after creation it will be either enabled or disabled. protocol: {} - - schema: *ref_108 + - schema: *ref_106 readOnly: true serializedName: allocationState - language: &ref_2712 + language: &ref_2705 default: name: allocationState description: >- @@ -16648,10 +16625,10 @@ schemas: compute nodes are being added to or removed from the compute. protocol: {} - - schema: *ref_109 + - schema: *ref_107 readOnly: true serializedName: allocationStateTransitionTime - language: &ref_2713 + language: &ref_2706 default: name: allocationStateTransitionTime description: The time at which the compute entered its current allocation state. @@ -16659,11 +16636,11 @@ schemas: name: AllocationStateTransitionTime description: READ-ONLY; The time at which the compute entered its current allocation state. protocol: {} - - schema: &ref_1260 + - schema: &ref_1253 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_110 + elementType: *ref_108 summary: Errors. extensions: x-ms-identifiers: @@ -16683,7 +16660,7 @@ schemas: extensions: x-ms-identifiers: - /error/code - language: &ref_2716 + language: &ref_2709 default: name: errors description: Collection of errors encountered by various compute nodes during node setup. @@ -16692,10 +16669,10 @@ schemas: description: READ-ONLY; Collection of errors encountered by various compute nodes during node setup. byValue: true protocol: {} - - schema: *ref_111 + - schema: *ref_109 readOnly: true serializedName: currentNodeCount - language: &ref_2714 + language: &ref_2707 default: name: currentNodeCount description: The number of compute nodes currently assigned to the compute. @@ -16703,10 +16680,10 @@ schemas: name: CurrentNodeCount description: READ-ONLY; The number of compute nodes currently assigned to the compute. protocol: {} - - schema: *ref_112 + - schema: *ref_110 readOnly: true serializedName: targetNodeCount - language: &ref_2733 + language: &ref_2726 default: name: targetNodeCount description: >- @@ -16720,15 +16697,15 @@ schemas: this property denotes the target node count for the previous resize operation. protocol: {} - - schema: &ref_1166 + - schema: &ref_1159 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_113 + - schema: *ref_111 readOnly: true serializedName: idleNodeCount - language: &ref_2718 + language: &ref_2711 default: name: idleNodeCount description: Number of compute nodes in idle state. @@ -16736,10 +16713,10 @@ schemas: name: IdleNodeCount description: READ-ONLY; Number of compute nodes in idle state. protocol: {} - - schema: *ref_114 + - schema: *ref_112 readOnly: true serializedName: runningNodeCount - language: &ref_2722 + language: &ref_2715 default: name: runningNodeCount description: Number of compute nodes which are running jobs. @@ -16747,10 +16724,10 @@ schemas: name: RunningNodeCount description: READ-ONLY; Number of compute nodes which are running jobs. protocol: {} - - schema: *ref_115 + - schema: *ref_113 readOnly: true serializedName: preparingNodeCount - language: &ref_2721 + language: &ref_2714 default: name: preparingNodeCount description: Number of compute nodes which are being prepared. @@ -16758,10 +16735,10 @@ schemas: name: PreparingNodeCount description: READ-ONLY; Number of compute nodes which are being prepared. protocol: {} - - schema: *ref_116 + - schema: *ref_114 readOnly: true serializedName: unusableNodeCount - language: &ref_2723 + language: &ref_2716 default: name: unusableNodeCount description: Number of compute nodes which are in unusable state. @@ -16769,10 +16746,10 @@ schemas: name: UnusableNodeCount description: READ-ONLY; Number of compute nodes which are in unusable state. protocol: {} - - schema: *ref_117 + - schema: *ref_115 readOnly: true serializedName: leavingNodeCount - language: &ref_2719 + language: &ref_2712 default: name: leavingNodeCount description: Number of compute nodes which are leaving the amlCompute. @@ -16780,10 +16757,10 @@ schemas: name: LeavingNodeCount description: READ-ONLY; Number of compute nodes which are leaving the amlCompute. protocol: {} - - schema: *ref_118 + - schema: *ref_116 readOnly: true serializedName: preemptedNodeCount - language: &ref_2720 + language: &ref_2713 default: name: preemptedNodeCount description: Number of compute nodes which are in preempted state. @@ -16809,7 +16786,7 @@ schemas: protocol: {} readOnly: true serializedName: nodeStateCounts - language: &ref_2724 + language: &ref_2717 default: name: nodeStateCounts description: Counts of various node states on the compute. @@ -16817,9 +16794,9 @@ schemas: name: NodeStateCounts description: READ-ONLY; Counts of various node states on the compute. protocol: {} - - schema: *ref_119 + - schema: *ref_117 serializedName: enableNodePublicIp - language: &ref_2715 + language: &ref_2708 default: name: enableNodePublicIp description: >- @@ -16833,11 +16810,8 @@ schemas: compute nodes will have a private endpoint and no public IPs. protocol: {} - - schema: *ref_120 + - schema: *ref_118 serializedName: propertyBag - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: propertyBag @@ -16866,7 +16840,7 @@ schemas: needsDateTimeMarshalling: true protocol: {} serializedName: properties - language: &ref_2737 + language: &ref_2730 default: name: properties description: Properties of AmlCompute @@ -16879,7 +16853,7 @@ schemas: usage: - output - input - language: &ref_2738 + language: &ref_2731 default: name: AmlComputeSchema description: Properties(top level) of AmlCompute @@ -16891,8 +16865,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_121 + - *ref_91 + - *ref_119 serializationFormats: - json usage: @@ -16911,32 +16885,32 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - ComputeInstance: &ref_122 + ComputeInstance: &ref_120 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeComputeInstance parents: all: - - *ref_93 - - &ref_191 + - *ref_91 + - &ref_189 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_122 + - *ref_120 immediate: - - *ref_122 + - *ref_120 properties: - - schema: &ref_1167 + - schema: &ref_1160 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_123 + - schema: *ref_121 serializedName: vmSize - language: &ref_2777 + language: &ref_2770 default: name: vmSize description: Virtual Machine Size @@ -16944,11 +16918,11 @@ schemas: name: VMSize description: Virtual Machine Size protocol: {} - - schema: *ref_124 + - schema: *ref_122 serializedName: subnet extensions: x-ms-azure-resource: true - language: &ref_2776 + language: &ref_2769 default: name: subnet description: Virtual network subnet resource ID the compute nodes belong to. @@ -16956,9 +16930,9 @@ schemas: name: Subnet description: Virtual network subnet resource ID the compute nodes belong to. protocol: {} - - schema: *ref_125 + - schema: *ref_123 serializedName: applicationSharingPolicy - language: &ref_2754 + language: &ref_2747 default: name: applicationSharingPolicy description: >- @@ -16972,14 +16946,14 @@ schemas: user can access applications on this instance depending on his/her assigned role. protocol: {} - - schema: &ref_1168 + - schema: &ref_1161 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_126 + - schema: *ref_124 serializedName: sshPublicAccess - language: &ref_2773 + language: &ref_2766 default: name: sshPublicAccess description: >- @@ -16993,10 +16967,10 @@ schemas: according to the VNet/subnet policy if applicable. protocol: {} - - schema: *ref_127 + - schema: *ref_125 readOnly: true serializedName: adminUserName - language: &ref_2771 + language: &ref_2764 default: name: adminUserName description: Describes the admin user name. @@ -17004,10 +16978,10 @@ schemas: name: AdminUserName description: READ-ONLY; Describes the admin user name. protocol: {} - - schema: *ref_128 + - schema: *ref_126 readOnly: true serializedName: sshPort - language: &ref_2772 + language: &ref_2765 default: name: sshPort description: Describes the port for connecting through SSH. @@ -17015,7 +16989,7 @@ schemas: name: SSHPort description: READ-ONLY; Describes the port for connecting through SSH. protocol: {} - - schema: *ref_129 + - schema: *ref_127 serializedName: adminPublicKey language: default: @@ -17042,7 +17016,7 @@ schemas: namespace: '' protocol: {} serializedName: sshSettings - language: &ref_2774 + language: &ref_2767 default: name: sshSettings description: Specifies policy and settings for SSH access. @@ -17050,15 +17024,15 @@ schemas: name: SSHSettings description: Specifies policy and settings for SSH access. protocol: {} - - schema: &ref_1169 + - schema: &ref_1162 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_130 + - schema: *ref_128 readOnly: true serializedName: publicIpAddress - language: &ref_2760 + language: &ref_2753 default: name: publicIpAddress description: Public IP Address of this ComputeInstance. @@ -17066,10 +17040,10 @@ schemas: name: PublicIPAddress description: READ-ONLY; Public IP Address of this ComputeInstance. protocol: {} - - schema: *ref_131 + - schema: *ref_129 readOnly: true serializedName: privateIpAddress - language: &ref_2759 + language: &ref_2752 default: name: privateIpAddress description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). @@ -17095,7 +17069,7 @@ schemas: protocol: {} readOnly: true serializedName: connectivityEndpoints - language: &ref_2761 + language: &ref_2754 default: name: connectivityEndpoints description: Describes all connectivity endpoints available for this ComputeInstance. @@ -17103,18 +17077,18 @@ schemas: name: ConnectivityEndpoints description: READ-ONLY; Describes all connectivity endpoints available for this ComputeInstance. protocol: {} - - schema: &ref_1261 + - schema: &ref_1254 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1170 + elementType: &ref_1163 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_132 + - schema: *ref_130 serializedName: displayName - language: &ref_2755 + language: &ref_2748 default: name: displayName description: Name of the ComputeInstance application. @@ -17122,9 +17096,9 @@ schemas: name: DisplayName description: Name of the ComputeInstance application. protocol: {} - - schema: *ref_133 + - schema: *ref_131 serializedName: endpointUri - language: &ref_2756 + language: &ref_2749 default: name: endpointUri description: Application' endpoint URI. @@ -17166,7 +17140,7 @@ schemas: extensions: x-ms-identifiers: - displayName - language: &ref_2757 + language: &ref_2750 default: name: applications description: Describes available applications and their endpoints on this ComputeInstance. @@ -17175,15 +17149,15 @@ schemas: description: READ-ONLY; Describes available applications and their endpoints on this ComputeInstance. byValue: true protocol: {} - - schema: &ref_1171 + - schema: &ref_1164 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_134 + - schema: *ref_132 readOnly: true serializedName: userName - language: &ref_2763 + language: &ref_2756 default: name: userName description: Name of the user. @@ -17191,10 +17165,10 @@ schemas: name: UserName description: READ-ONLY; Name of the user. protocol: {} - - schema: *ref_135 + - schema: *ref_133 readOnly: true serializedName: userOrgId - language: &ref_2764 + language: &ref_2757 default: name: userOrgId description: Uniquely identifies user' Azure Active Directory organization. @@ -17202,10 +17176,10 @@ schemas: name: UserOrgID description: READ-ONLY; Uniquely identifies user' Azure Active Directory organization. protocol: {} - - schema: *ref_136 + - schema: *ref_134 readOnly: true serializedName: userId - language: &ref_2762 + language: &ref_2755 default: name: userId description: Uniquely identifies the user within his/her organization. @@ -17231,7 +17205,7 @@ schemas: protocol: {} readOnly: true serializedName: createdBy - language: &ref_2765 + language: &ref_2758 default: name: createdBy description: Describes information on user who created this ComputeInstance. @@ -17239,11 +17213,11 @@ schemas: name: CreatedBy description: READ-ONLY; Describes information on user who created this ComputeInstance. protocol: {} - - schema: &ref_1262 + - schema: &ref_1255 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_110 + elementType: *ref_108 summary: Errors. extensions: x-ms-identifiers: @@ -17263,7 +17237,7 @@ schemas: extensions: x-ms-identifiers: - /error/code - language: &ref_2766 + language: &ref_2759 default: name: errors description: Collection of errors encountered on this ComputeInstance. @@ -17272,10 +17246,10 @@ schemas: description: READ-ONLY; Collection of errors encountered on this ComputeInstance. byValue: true protocol: {} - - schema: *ref_137 + - schema: *ref_135 readOnly: true serializedName: state - language: &ref_2775 + language: &ref_2768 default: name: state description: The current state of this ComputeInstance. @@ -17283,9 +17257,9 @@ schemas: name: State description: READ-ONLY; The current state of this ComputeInstance. protocol: {} - - schema: *ref_138 + - schema: *ref_136 serializedName: computeInstanceAuthorizationType - language: &ref_2758 + language: &ref_2751 default: name: computeInstanceAuthorizationType description: The Compute Instance Authorization type. Available values are personal (default). @@ -17293,20 +17267,20 @@ schemas: name: ComputeInstanceAuthorizationType description: The Compute Instance Authorization type. Available values are personal (default). protocol: {} - - schema: &ref_1172 + - schema: &ref_1165 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1173 + - schema: &ref_1166 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_139 + - schema: *ref_137 required: true serializedName: objectId - language: &ref_2767 + language: &ref_2760 default: name: objectId description: User’s AAD Object Id. @@ -17314,10 +17288,10 @@ schemas: name: ObjectID description: REQUIRED; User’s AAD Object Id. protocol: {} - - schema: *ref_140 + - schema: *ref_138 required: true serializedName: tenantId - language: &ref_2768 + language: &ref_2761 default: name: tenantId description: User’s AAD Tenant Id. @@ -17342,7 +17316,7 @@ schemas: namespace: '' protocol: {} serializedName: assignedUser - language: &ref_2769 + language: &ref_2762 default: name: assignedUser description: A user explicitly assigned to a personal compute instance. @@ -17367,7 +17341,7 @@ schemas: namespace: '' protocol: {} serializedName: personalComputeInstanceSettings - language: &ref_2770 + language: &ref_2763 default: name: personalComputeInstanceSettings description: Settings for a personal compute instance. @@ -17375,22 +17349,22 @@ schemas: name: PersonalComputeInstanceSettings description: Settings for a personal compute instance. protocol: {} - - schema: &ref_1174 + - schema: &ref_1167 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1175 + - schema: &ref_1168 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_145 + - schema: &ref_143 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_141 + - schema: *ref_139 serializedName: scriptSource language: default: @@ -17400,7 +17374,7 @@ schemas: name: ScriptSource description: 'The storage source of the script: inline, workspace.' protocol: {} - - schema: *ref_142 + - schema: *ref_140 serializedName: scriptData language: default: @@ -17410,7 +17384,7 @@ schemas: name: ScriptData description: The location of scripts in the mounted volume. protocol: {} - - schema: *ref_143 + - schema: *ref_141 serializedName: scriptArguments language: default: @@ -17420,7 +17394,7 @@ schemas: name: ScriptArguments description: Optional command line arguments passed to the script to run. protocol: {} - - schema: *ref_144 + - schema: *ref_142 serializedName: timeout language: default: @@ -17455,7 +17429,7 @@ schemas: name: StartupScript description: Script that's run every time the machine starts. protocol: {} - - schema: *ref_145 + - schema: *ref_143 serializedName: creationScript language: default: @@ -17515,12 +17489,12 @@ schemas: name: SetupScripts description: Details of customized scripts to execute for setting up the cluster. protocol: {} - - schema: &ref_1176 + - schema: &ref_1169 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_146 + - schema: *ref_144 serializedName: operationName language: default: @@ -17530,7 +17504,7 @@ schemas: name: OperationName description: Name of the last operation. protocol: {} - - schema: *ref_147 + - schema: *ref_145 serializedName: operationTime language: default: @@ -17540,7 +17514,7 @@ schemas: name: OperationTime description: Time of the last operation. protocol: {} - - schema: *ref_148 + - schema: *ref_146 serializedName: operationStatus language: default: @@ -17550,7 +17524,7 @@ schemas: name: OperationStatus description: Operation status. protocol: {} - - schema: *ref_149 + - schema: *ref_147 serializedName: operationTrigger language: default: @@ -17587,21 +17561,21 @@ schemas: name: LastOperation description: READ-ONLY; The last operation on ComputeInstance. protocol: {} - - schema: &ref_1177 + - schema: &ref_1170 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1263 + - schema: &ref_1256 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1178 + elementType: &ref_1171 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_150 + - schema: *ref_148 readOnly: true serializedName: id language: @@ -17612,7 +17586,7 @@ schemas: name: ID description: READ-ONLY; Schedule id. protocol: {} - - schema: *ref_151 + - schema: *ref_149 readOnly: true serializedName: provisioningStatus language: @@ -17623,7 +17597,7 @@ schemas: name: ProvisioningStatus description: READ-ONLY; The current deployment state of schedule. protocol: {} - - schema: *ref_152 + - schema: *ref_150 serializedName: action language: default: @@ -17633,37 +17607,37 @@ schemas: name: Action description: The compute power action. protocol: {} - - schema: &ref_822 + - schema: &ref_816 type: object - children: &ref_153 + children: &ref_151 all: - - &ref_154 + - &ref_152 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ScheduleTypeCron parents: all: - - &ref_155 + - &ref_153 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_153 - discriminator: &ref_168 + children: *ref_151 + discriminator: &ref_166 all: - Cron: *ref_154 - Recurrence: &ref_160 + Cron: *ref_152 + Recurrence: &ref_158 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ScheduleTypeRecurrence parents: all: - - *ref_155 + - *ref_153 immediate: - - *ref_155 + - *ref_153 properties: - - schema: *ref_156 + - schema: *ref_154 required: true serializedName: frequency language: @@ -17674,7 +17648,7 @@ schemas: name: Frequency description: REQUIRED; [Required] Specifies frequency with with which to trigger schedule protocol: {} - - schema: *ref_157 + - schema: *ref_155 required: true serializedName: interval language: @@ -17685,14 +17659,14 @@ schemas: name: Interval description: REQUIRED; [Required] Specifies schedule interval in conjunction with frequency protocol: {} - - schema: &ref_1204 + - schema: &ref_1197 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1282 + - schema: &ref_1275 type: array - elementType: *ref_158 + elementType: *ref_156 language: default: name: ArrayOfArrayItemschema @@ -17714,9 +17688,9 @@ schemas: description: REQUIRED; [Required] List of hours for recurrence schedule pattern byValue: true protocol: {} - - schema: &ref_1283 + - schema: &ref_1276 type: array - elementType: *ref_158 + elementType: *ref_156 language: default: name: ArrayOfArrayItemschema @@ -17738,11 +17712,11 @@ schemas: description: REQUIRED; [Required] List of minutes for recurrence schedule pattern byValue: true protocol: {} - - schema: &ref_1284 + - schema: &ref_1277 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_159 + elementType: *ref_157 language: default: name: RecurrencePatternWeekdays @@ -17814,10 +17788,10 @@ schemas: namespace: '' protocol: {} immediate: - Cron: *ref_154 - Recurrence: *ref_160 - property: &ref_164 - schema: *ref_161 + Cron: *ref_152 + Recurrence: *ref_158 + property: &ref_162 + schema: *ref_159 isDiscriminator: true required: true serializedName: scheduleType @@ -17825,7 +17799,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3472 + language: &ref_3465 default: name: scheduleType description: '[Required] Specifies the schedule type' @@ -17834,11 +17808,11 @@ schemas: description: REQUIRED; [Required] Specifies the schedule type protocol: {} properties: - - schema: *ref_162 + - schema: *ref_160 nullable: true required: false serializedName: endTime - language: &ref_3470 + language: &ref_3463 default: name: endTime description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" @@ -17846,10 +17820,10 @@ schemas: name: EndTime description: Specifies end time of schedule in ISO 8601 format. If not present, the schedule will run indefinitely protocol: {} - - schema: *ref_163 + - schema: *ref_161 required: false serializedName: scheduleStatus - language: &ref_3471 + language: &ref_3464 default: name: scheduleStatus description: Specifies the schedule's status @@ -17857,12 +17831,12 @@ schemas: name: ScheduleStatus description: Specifies the schedule's status protocol: {} - - *ref_164 - - schema: *ref_165 + - *ref_162 + - schema: *ref_163 nullable: true required: false serializedName: startTime - language: &ref_3473 + language: &ref_3466 default: name: startTime description: Specifies start time of schedule in ISO 8601 format. @@ -17870,11 +17844,11 @@ schemas: name: StartTime description: Specifies start time of schedule in ISO 8601 format. protocol: {} - - schema: *ref_166 + - schema: *ref_164 nullable: true required: false serializedName: timeZone - language: &ref_3474 + language: &ref_3467 default: name: timeZone description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." @@ -17887,7 +17861,7 @@ schemas: usage: - output - input - language: &ref_3475 + language: &ref_3468 default: name: ScheduleBase description: Base definition of a schedule @@ -17906,12 +17880,12 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_155 + - *ref_153 properties: - - schema: *ref_167 + - schema: *ref_165 required: true serializedName: expression - language: &ref_3476 + language: &ref_3469 default: name: expression description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." @@ -17937,17 +17911,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_160 + - *ref_158 immediate: - - *ref_154 - - *ref_160 - discriminator: *ref_168 + - *ref_152 + - *ref_158 + discriminator: *ref_166 language: - default: &ref_169 + default: &ref_167 name: ScheduleBaseClassification description: discriminated type discriminatorInterface: ScheduleBaseClassification - go: *ref_169 + go: *ref_167 protocol: {} serializedName: schedule language: @@ -18022,7 +17996,7 @@ schemas: name: Schedules description: READ-ONLY; The list of schedules to be applied on the computes. protocol: {} - - schema: *ref_170 + - schema: *ref_168 serializedName: enableNodePublicIp language: default: @@ -18038,16 +18012,16 @@ schemas: compute nodes will have a private endpoint and no public IPs. protocol: {} - - schema: &ref_1265 + - schema: &ref_1258 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1179 + elementType: &ref_1172 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_171 + - schema: *ref_169 serializedName: name language: default: @@ -18057,7 +18031,7 @@ schemas: name: Name description: Name of the ComputeInstance container. protocol: {} - - schema: *ref_172 + - schema: *ref_170 serializedName: autosave language: default: @@ -18067,7 +18041,7 @@ schemas: name: Autosave description: Auto save settings. protocol: {} - - schema: *ref_173 + - schema: *ref_171 serializedName: gpu language: default: @@ -18077,7 +18051,7 @@ schemas: name: Gpu description: Information of GPU. protocol: {} - - schema: *ref_174 + - schema: *ref_172 serializedName: network language: default: @@ -18087,12 +18061,12 @@ schemas: name: Network description: network of this container. protocol: {} - - schema: &ref_1180 + - schema: &ref_1173 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_175 + - schema: *ref_173 serializedName: name language: default: @@ -18102,7 +18076,7 @@ schemas: name: Name description: name of environment. protocol: {} - - schema: *ref_176 + - schema: *ref_174 serializedName: version language: default: @@ -18137,7 +18111,7 @@ schemas: name: Environment description: Environment information of this container. protocol: {} - - schema: &ref_1264 + - schema: &ref_1257 type: array apiVersions: - version: 2022-02-01-preview @@ -18211,16 +18185,16 @@ schemas: description: READ-ONLY; Describes informations of containers on this ComputeInstance. byValue: true protocol: {} - - schema: &ref_1266 + - schema: &ref_1259 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1181 + elementType: &ref_1174 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_177 + - schema: *ref_175 serializedName: caching language: default: @@ -18230,7 +18204,7 @@ schemas: name: Caching description: Caching type of Data Disk. protocol: {} - - schema: *ref_178 + - schema: *ref_176 serializedName: diskSizeGB language: default: @@ -18240,7 +18214,7 @@ schemas: name: DiskSizeGB description: The initial disk size in gigabytes. protocol: {} - - schema: *ref_179 + - schema: *ref_177 serializedName: lun language: default: @@ -18250,7 +18224,7 @@ schemas: name: Lun description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. protocol: {} - - schema: *ref_180 + - schema: *ref_178 serializedName: storageAccountType language: default: @@ -18301,16 +18275,16 @@ schemas: description: READ-ONLY; Describes informations of dataDisks on this ComputeInstance. byValue: true protocol: {} - - schema: &ref_1267 + - schema: &ref_1260 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1182 + elementType: &ref_1175 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_181 + - schema: *ref_179 serializedName: source language: default: @@ -18320,7 +18294,7 @@ schemas: name: Source description: Source of the ComputeInstance data mount. protocol: {} - - schema: *ref_182 + - schema: *ref_180 serializedName: sourceType language: default: @@ -18330,7 +18304,7 @@ schemas: name: SourceType description: Data source type. protocol: {} - - schema: *ref_183 + - schema: *ref_181 serializedName: mountName language: default: @@ -18340,7 +18314,7 @@ schemas: name: MountName description: name of the ComputeInstance data mount. protocol: {} - - schema: *ref_184 + - schema: *ref_182 serializedName: mountAction language: default: @@ -18350,7 +18324,7 @@ schemas: name: MountAction description: Mount Action. protocol: {} - - schema: *ref_185 + - schema: *ref_183 serializedName: createdBy language: default: @@ -18360,7 +18334,7 @@ schemas: name: CreatedBy description: who this data mount created by. protocol: {} - - schema: *ref_186 + - schema: *ref_184 serializedName: mountPath language: default: @@ -18370,7 +18344,7 @@ schemas: name: MountPath description: Path of this data mount. protocol: {} - - schema: *ref_187 + - schema: *ref_185 serializedName: mountState language: default: @@ -18380,7 +18354,7 @@ schemas: name: MountState description: Mount state. protocol: {} - - schema: *ref_188 + - schema: *ref_186 serializedName: mountedOn language: default: @@ -18390,7 +18364,7 @@ schemas: name: MountedOn description: The time when the disk mounted. protocol: {} - - schema: *ref_189 + - schema: *ref_187 serializedName: error language: default: @@ -18442,12 +18416,12 @@ schemas: description: READ-ONLY; Describes informations of dataMounts on this ComputeInstance. byValue: true protocol: {} - - schema: &ref_1183 + - schema: &ref_1176 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_190 + - schema: *ref_188 serializedName: runtime language: default: @@ -18501,7 +18475,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2778 + language: &ref_2771 default: name: properties description: Properties of ComputeInstance @@ -18514,7 +18488,7 @@ schemas: usage: - output - input - language: &ref_2779 + language: &ref_2772 default: name: ComputeInstanceSchema description: Properties(top level) of ComputeInstance @@ -18526,8 +18500,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_191 + - *ref_91 + - *ref_189 serializationFormats: - json usage: @@ -18546,16 +18520,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - DataFactory: &ref_240 + DataFactory: &ref_235 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeDataFactory parents: all: - - *ref_93 + - *ref_91 immediate: - - *ref_93 + - *ref_91 serializationFormats: - json usage: @@ -18574,30 +18548,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - DataLakeAnalytics: &ref_192 + DataLakeAnalytics: &ref_190 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeDataLakeAnalytics parents: all: - - *ref_93 - - &ref_195 + - *ref_91 + - &ref_192 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_192 + - *ref_190 immediate: - - *ref_192 + - *ref_190 properties: - - schema: &ref_1187 + - schema: &ref_1180 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_193 + - schema: *ref_191 serializedName: dataLakeStoreAccountName language: default: @@ -18612,9 +18586,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_194 - anonymous: true language: default: name: DataLakeAnalyticsSchemaProperties @@ -18627,8 +18598,6 @@ schemas: namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_194 language: default: name: properties @@ -18654,8 +18623,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_195 + - *ref_91 + - *ref_192 serializationFormats: - json usage: @@ -18674,30 +18643,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - Databricks: &ref_196 + Databricks: &ref_193 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeDatabricks parents: all: - - *ref_93 - - &ref_199 + - *ref_91 + - &ref_196 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_196 + - *ref_193 immediate: - - *ref_196 + - *ref_193 properties: - - schema: &ref_1186 + - schema: &ref_1179 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_197 + - schema: *ref_194 serializedName: databricksAccessToken language: default: @@ -18707,7 +18676,7 @@ schemas: name: DatabricksAccessToken description: Databricks access token protocol: {} - - schema: *ref_198 + - schema: *ref_195 serializedName: workspaceUrl language: default: @@ -18759,8 +18728,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_199 + - *ref_91 + - *ref_196 serializationFormats: - json usage: @@ -18779,30 +18748,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - HDInsight: &ref_200 + HDInsight: &ref_197 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeHDInsight parents: all: - - *ref_93 - - &ref_207 + - *ref_91 + - &ref_204 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_200 + - *ref_197 immediate: - - *ref_200 + - *ref_197 properties: - - schema: &ref_1185 + - schema: &ref_1178 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_201 + - schema: *ref_198 serializedName: sshPort language: default: @@ -18812,7 +18781,7 @@ schemas: name: SSHPort description: Port open for ssh connections on the master node of the cluster. protocol: {} - - schema: *ref_202 + - schema: *ref_199 serializedName: address language: default: @@ -18822,12 +18791,12 @@ schemas: name: Address description: Public IP address of the master node of the cluster. protocol: {} - - schema: &ref_236 + - schema: &ref_232 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_203 + - schema: *ref_200 serializedName: username language: default: @@ -18837,7 +18806,7 @@ schemas: name: Username description: Username of admin account protocol: {} - - schema: *ref_204 + - schema: *ref_201 serializedName: password language: default: @@ -18847,7 +18816,7 @@ schemas: name: Password description: Password of admin account protocol: {} - - schema: *ref_205 + - schema: *ref_202 serializedName: publicKeyData language: default: @@ -18857,7 +18826,7 @@ schemas: name: PublicKeyData description: Public key data protocol: {} - - schema: *ref_206 + - schema: *ref_203 serializedName: privateKeyData language: default: @@ -18934,8 +18903,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_207 + - *ref_91 + - *ref_204 serializationFormats: - json usage: @@ -18954,34 +18923,34 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - Kubernetes: &ref_208 + Kubernetes: &ref_205 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeKubernetes parents: all: - - *ref_93 - - &ref_217 + - *ref_91 + - &ref_214 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_208 + - *ref_205 immediate: - - *ref_208 + - *ref_205 properties: - - schema: &ref_1160 + - schema: &ref_1153 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_209 + - schema: *ref_206 serializedName: relayConnectionString extensions: x-ms-secret: true - language: &ref_2749 + language: &ref_2742 default: name: relayConnectionString description: Relay connection string. @@ -18989,11 +18958,11 @@ schemas: name: RelayConnectionString description: Relay connection string. protocol: {} - - schema: *ref_210 + - schema: *ref_207 serializedName: serviceBusConnectionString extensions: x-ms-secret: true - language: &ref_2750 + language: &ref_2743 default: name: serviceBusConnectionString description: ServiceBus connection string. @@ -19001,9 +18970,9 @@ schemas: name: ServiceBusConnectionString description: ServiceBus connection string. protocol: {} - - schema: *ref_211 + - schema: *ref_208 serializedName: extensionPrincipalId - language: &ref_2742 + language: &ref_2735 default: name: extensionPrincipalId description: Extension principal-id. @@ -19011,9 +18980,9 @@ schemas: name: ExtensionPrincipalID description: Extension principal-id. protocol: {} - - schema: *ref_212 + - schema: *ref_209 serializedName: extensionInstanceReleaseTrain - language: &ref_2741 + language: &ref_2734 default: name: extensionInstanceReleaseTrain description: Extension instance release train. @@ -19021,9 +18990,9 @@ schemas: name: ExtensionInstanceReleaseTrain description: Extension instance release train. protocol: {} - - schema: *ref_213 + - schema: *ref_210 serializedName: vcName - language: &ref_2751 + language: &ref_2744 default: name: vcName description: VC name. @@ -19031,9 +19000,9 @@ schemas: name: VcName description: VC name. protocol: {} - - schema: *ref_214 + - schema: *ref_211 serializedName: namespace - language: &ref_2748 + language: &ref_2741 default: name: namespace description: Compute namespace @@ -19041,9 +19010,9 @@ schemas: name: Namespace description: Compute namespace protocol: {} - - schema: *ref_215 + - schema: *ref_212 serializedName: defaultInstanceType - language: &ref_2740 + language: &ref_2733 default: name: defaultInstanceType description: Default instance type @@ -19051,12 +19020,9 @@ schemas: name: DefaultInstanceType description: Default instance type protocol: {} - - schema: *ref_216 + - schema: *ref_213 serializedName: instanceTypes - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2747 + language: &ref_2740 default: name: instanceTypes description: Instance Type Schema @@ -19083,7 +19049,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2752 + language: &ref_2745 default: name: properties description: Properties of Kubernetes @@ -19096,7 +19062,7 @@ schemas: usage: - output - input - language: &ref_2753 + language: &ref_2746 default: name: KubernetesSchema description: Kubernetes Compute Schema @@ -19108,8 +19074,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_217 + - *ref_91 + - *ref_214 serializationFormats: - json usage: @@ -19128,28 +19094,28 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - SynapseSpark: &ref_241 + SynapseSpark: &ref_236 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeSynapseSpark parents: all: - - *ref_93 + - *ref_91 immediate: - - *ref_93 + - *ref_91 properties: - - schema: &ref_1188 + - schema: &ref_1181 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1189 + - schema: &ref_1182 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_218 + - schema: *ref_215 serializedName: minNodeCount language: default: @@ -19159,7 +19125,7 @@ schemas: name: MinNodeCount description: '' protocol: {} - - schema: *ref_219 + - schema: *ref_216 serializedName: enabled language: default: @@ -19169,7 +19135,7 @@ schemas: name: Enabled description: '' protocol: {} - - schema: *ref_220 + - schema: *ref_217 serializedName: maxNodeCount language: default: @@ -19204,12 +19170,12 @@ schemas: name: AutoScaleProperties description: Auto scale properties. protocol: {} - - schema: &ref_1190 + - schema: &ref_1183 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_221 + - schema: *ref_218 serializedName: delayInMinutes language: default: @@ -19219,7 +19185,7 @@ schemas: name: DelayInMinutes description: '' protocol: {} - - schema: *ref_219 + - schema: *ref_216 serializedName: enabled language: default: @@ -19254,7 +19220,7 @@ schemas: name: AutoPauseProperties description: Auto pause properties. protocol: {} - - schema: *ref_222 + - schema: *ref_219 serializedName: sparkVersion language: default: @@ -19264,7 +19230,7 @@ schemas: name: SparkVersion description: Spark version. protocol: {} - - schema: *ref_223 + - schema: *ref_220 serializedName: nodeCount language: default: @@ -19274,7 +19240,7 @@ schemas: name: NodeCount description: The number of compute nodes currently assigned to the compute. protocol: {} - - schema: *ref_224 + - schema: *ref_221 serializedName: nodeSize language: default: @@ -19284,7 +19250,7 @@ schemas: name: NodeSize description: Node size. protocol: {} - - schema: *ref_225 + - schema: *ref_222 serializedName: nodeSizeFamily language: default: @@ -19294,7 +19260,7 @@ schemas: name: NodeSizeFamily description: Node size family. protocol: {} - - schema: *ref_226 + - schema: *ref_223 serializedName: subscriptionId language: default: @@ -19304,7 +19270,7 @@ schemas: name: SubscriptionID description: Azure subscription identifier. protocol: {} - - schema: *ref_227 + - schema: *ref_224 serializedName: resourceGroup language: default: @@ -19314,7 +19280,7 @@ schemas: name: ResourceGroup description: Name of the resource group in which workspace is located. protocol: {} - - schema: *ref_228 + - schema: *ref_225 serializedName: workspaceName language: default: @@ -19324,7 +19290,7 @@ schemas: name: WorkspaceName description: Name of Azure Machine Learning workspace. protocol: {} - - schema: *ref_229 + - schema: *ref_226 serializedName: poolName language: default: @@ -19339,9 +19305,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_230 - anonymous: true language: default: name: SynapseSparkProperties @@ -19354,8 +19317,6 @@ schemas: namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_230 language: default: name: properties @@ -19382,30 +19343,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - VirtualMachine: &ref_231 + VirtualMachine: &ref_227 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeVirtualMachine parents: all: - - *ref_93 - - &ref_239 + - *ref_91 + - &ref_234 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_231 + - *ref_227 immediate: - - *ref_231 + - *ref_227 properties: - - schema: &ref_1184 + - schema: &ref_1177 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_232 + - schema: *ref_228 serializedName: virtualMachineSize language: default: @@ -19415,7 +19376,7 @@ schemas: name: VirtualMachineSize description: Virtual Machine size protocol: {} - - schema: *ref_233 + - schema: *ref_229 serializedName: sshPort language: default: @@ -19425,7 +19386,7 @@ schemas: name: SSHPort description: Port open for ssh connections. protocol: {} - - schema: *ref_234 + - schema: *ref_230 serializedName: notebookServerPort language: default: @@ -19435,7 +19396,7 @@ schemas: name: NotebookServerPort description: Notebook server port open for ssh connections. protocol: {} - - schema: *ref_235 + - schema: *ref_231 serializedName: address language: default: @@ -19445,7 +19406,7 @@ schemas: name: Address description: Public IP address of the virtual machine. protocol: {} - - schema: *ref_236 + - schema: *ref_232 serializedName: administratorAccount language: default: @@ -19455,7 +19416,7 @@ schemas: name: AdministratorAccount description: Admin credentials for virtual machine protocol: {} - - schema: *ref_237 + - schema: *ref_233 serializedName: isNotebookInstanceCompute language: default: @@ -19470,9 +19431,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_238 - anonymous: true language: default: name: VirtualMachineSchemaProperties @@ -19485,8 +19443,6 @@ schemas: namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_238 language: default: name: properties @@ -19512,8 +19468,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_239 + - *ref_91 + - *ref_234 serializationFormats: - json usage: @@ -19533,22 +19489,22 @@ schemas: namespace: '' protocol: {} immediate: - AKS: *ref_92 - AmlCompute: *ref_94 - ComputeInstance: *ref_122 - DataFactory: *ref_240 - DataLakeAnalytics: *ref_192 - Databricks: *ref_196 - HDInsight: *ref_200 - Kubernetes: *ref_208 - SynapseSpark: *ref_241 - VirtualMachine: *ref_231 - property: &ref_243 - schema: *ref_242 + AKS: *ref_90 + AmlCompute: *ref_92 + ComputeInstance: *ref_120 + DataFactory: *ref_235 + DataLakeAnalytics: *ref_190 + Databricks: *ref_193 + HDInsight: *ref_197 + Kubernetes: *ref_205 + SynapseSpark: *ref_236 + VirtualMachine: *ref_227 + property: &ref_238 + schema: *ref_237 isDiscriminator: true required: true serializedName: computeType - language: &ref_2695 + language: &ref_2688 default: name: computeType description: The type of compute @@ -19557,8 +19513,8 @@ schemas: description: REQUIRED; The type of compute protocol: {} properties: - - *ref_243 - - schema: *ref_244 + - *ref_238 + - schema: *ref_239 readOnly: true required: false serializedName: computeLocation @@ -19570,11 +19526,11 @@ schemas: name: ComputeLocation description: READ-ONLY; Location for the underlying compute protocol: {} - - schema: *ref_245 + - schema: *ref_240 readOnly: true required: false serializedName: provisioningState - language: &ref_2698 + language: &ref_2691 default: name: provisioningState description: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. @@ -19582,10 +19538,10 @@ schemas: name: ProvisioningState description: READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. protocol: {} - - schema: *ref_246 + - schema: *ref_241 required: false serializedName: description - language: &ref_2694 + language: &ref_2687 default: name: description description: The description of the Machine Learning compute. @@ -19593,11 +19549,11 @@ schemas: name: Description description: The description of the Machine Learning compute. protocol: {} - - schema: *ref_247 + - schema: *ref_242 readOnly: true required: false serializedName: createdOn - language: &ref_2696 + language: &ref_2689 default: name: createdOn description: The time at which the compute was created. @@ -19605,11 +19561,11 @@ schemas: name: CreatedOn description: READ-ONLY; The time at which the compute was created. protocol: {} - - schema: *ref_248 + - schema: *ref_243 readOnly: true required: false serializedName: modifiedOn - language: &ref_2697 + language: &ref_2690 default: name: modifiedOn description: The time at which the compute was last modified. @@ -19617,10 +19573,10 @@ schemas: name: ModifiedOn description: READ-ONLY; The time at which the compute was last modified. protocol: {} - - schema: *ref_249 + - schema: *ref_244 required: false serializedName: resourceId - language: &ref_2699 + language: &ref_2692 default: name: resourceId description: ARM resource id of the underlying compute @@ -19628,11 +19584,11 @@ schemas: name: ResourceID description: ARM resource id of the underlying compute protocol: {} - - schema: &ref_1229 + - schema: &ref_1222 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_110 + elementType: *ref_108 extensions: x-ms-identifiers: - /error/code @@ -19661,11 +19617,11 @@ schemas: description: READ-ONLY; Errors during provisioning byValue: true protocol: {} - - schema: *ref_250 + - schema: *ref_245 readOnly: true required: false serializedName: isAttachedCompute - language: &ref_2739 + language: &ref_2732 default: name: isAttachedCompute description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. @@ -19673,7 +19629,7 @@ schemas: name: IsAttachedCompute description: READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. protocol: {} - - schema: *ref_251 + - schema: *ref_246 required: false serializedName: disableLocalAuth language: @@ -19689,7 +19645,7 @@ schemas: usage: - output - input - language: &ref_2700 + language: &ref_2693 default: name: Compute description: Machine Learning compute object. @@ -19716,22 +19672,22 @@ schemas: needsDateTimeMarshalling: true rootDiscriminator: true protocol: {} - - &ref_272 + - &ref_266 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_92 + - *ref_90 immediate: - - *ref_92 + - *ref_90 properties: - - schema: &ref_1156 + - schema: &ref_1149 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_252 + - schema: *ref_247 serializedName: clusterFqdn language: default: @@ -19741,16 +19697,16 @@ schemas: name: ClusterFqdn description: Cluster full qualified domain name protocol: {} - - schema: &ref_1259 + - schema: &ref_1252 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1157 + elementType: &ref_1150 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_253 + - schema: *ref_248 readOnly: true serializedName: systemServiceType language: @@ -19761,7 +19717,7 @@ schemas: name: SystemServiceType description: READ-ONLY; The type of this system service. protocol: {} - - schema: *ref_254 + - schema: *ref_249 readOnly: true serializedName: publicIpAddress language: @@ -19772,7 +19728,7 @@ schemas: name: PublicIPAddress description: READ-ONLY; Public IP address protocol: {} - - schema: *ref_255 + - schema: *ref_250 readOnly: true serializedName: version language: @@ -19826,9 +19782,9 @@ schemas: description: READ-ONLY; System services byValue: true protocol: {} - - schema: *ref_256 + - schema: *ref_251 serializedName: agentCount - language: &ref_2795 + language: &ref_2788 default: name: agentCount description: Number of agents @@ -19836,7 +19792,7 @@ schemas: name: AgentCount description: Number of agents protocol: {} - - schema: *ref_257 + - schema: *ref_252 serializedName: agentVmSize language: default: @@ -19846,7 +19802,7 @@ schemas: name: AgentVMSize description: Agent virtual machine size protocol: {} - - schema: *ref_258 + - schema: *ref_253 serializedName: clusterPurpose language: default: @@ -19856,12 +19812,12 @@ schemas: name: ClusterPurpose description: Intended usage of the cluster protocol: {} - - schema: &ref_1158 + - schema: &ref_1151 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_259 + - schema: *ref_254 serializedName: status language: default: @@ -19871,7 +19827,7 @@ schemas: name: Status description: Enable or disable ssl for scoring protocol: {} - - schema: *ref_260 + - schema: *ref_255 serializedName: cert language: default: @@ -19881,7 +19837,7 @@ schemas: name: Cert description: Cert data protocol: {} - - schema: *ref_261 + - schema: *ref_256 serializedName: key language: default: @@ -19891,7 +19847,7 @@ schemas: name: Key description: Key data protocol: {} - - schema: *ref_262 + - schema: *ref_257 serializedName: cname language: default: @@ -19901,7 +19857,7 @@ schemas: name: Cname description: CNAME of the cert protocol: {} - - schema: *ref_263 + - schema: *ref_258 serializedName: leafDomainLabel language: default: @@ -19911,7 +19867,7 @@ schemas: name: LeafDomainLabel description: Leaf domain label of public endpoint protocol: {} - - schema: *ref_264 + - schema: *ref_259 serializedName: overwriteExistingDomain language: default: @@ -19946,12 +19902,12 @@ schemas: name: SSLConfiguration description: SSL configuration protocol: {} - - schema: &ref_1159 + - schema: &ref_1152 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_265 + - schema: *ref_260 serializedName: subnetId language: default: @@ -19961,7 +19917,7 @@ schemas: name: SubnetID description: Virtual network subnet resource ID the compute nodes belong to protocol: {} - - schema: *ref_266 + - schema: *ref_261 serializedName: serviceCidr language: default: @@ -19971,7 +19927,7 @@ schemas: name: ServiceCidr description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. protocol: {} - - schema: *ref_267 + - schema: *ref_262 serializedName: dnsServiceIP language: default: @@ -19981,7 +19937,7 @@ schemas: name: DNSServiceIP description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. protocol: {} - - schema: *ref_268 + - schema: *ref_263 serializedName: dockerBridgeCidr language: default: @@ -20016,7 +19972,7 @@ schemas: name: AksNetworkingConfiguration description: AKS networking configuration for vnet protocol: {} - - schema: *ref_269 + - schema: *ref_264 serializedName: loadBalancerType language: default: @@ -20026,7 +19982,7 @@ schemas: name: LoadBalancerType description: Load Balancer Type protocol: {} - - schema: *ref_270 + - schema: *ref_265 serializedName: loadBalancerSubnet language: default: @@ -20041,9 +19997,6 @@ schemas: usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_271 - anonymous: true language: default: name: AKSSchemaProperties @@ -20057,9 +20010,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_271 - language: &ref_2796 + language: &ref_2789 default: name: properties description: AKS properties @@ -20072,7 +20023,7 @@ schemas: usage: - output - input - language: &ref_2797 + language: &ref_2790 default: name: AKSSchema description: '' @@ -20084,8 +20035,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_272 + - *ref_91 + - *ref_266 serializationFormats: - json usage: @@ -20104,36 +20055,36 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_208 - - *ref_94 - - *ref_122 - - *ref_231 - - *ref_200 - - *ref_240 - - *ref_196 - - *ref_192 - - *ref_241 + - *ref_205 + - *ref_92 + - *ref_120 + - *ref_227 + - *ref_197 + - *ref_235 + - *ref_193 + - *ref_190 + - *ref_236 immediate: + - *ref_90 + - *ref_205 - *ref_92 - - *ref_208 - - *ref_94 - - *ref_122 - - *ref_231 - - *ref_200 - - *ref_240 - - *ref_196 - - *ref_192 - - *ref_241 - discriminator: *ref_273 + - *ref_120 + - *ref_227 + - *ref_197 + - *ref_235 + - *ref_193 + - *ref_190 + - *ref_236 + discriminator: *ref_267 language: - default: &ref_274 + default: &ref_268 name: ComputeClassification description: discriminated type discriminatorInterface: ComputeClassification - go: *ref_274 + go: *ref_268 protocol: {} serializedName: properties - language: &ref_2701 + language: &ref_2694 default: name: properties description: Compute properties @@ -20147,7 +20098,7 @@ schemas: usage: - output - input - language: &ref_2702 + language: &ref_2695 default: name: ComputeResourceSchema description: '' @@ -20159,10 +20110,10 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_71 - - *ref_275 + - *ref_69 + - *ref_269 properties: - - schema: *ref_276 + - schema: *ref_270 serializedName: identity language: default: @@ -20172,9 +20123,9 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: *ref_277 + - schema: *ref_271 serializedName: location - language: &ref_2703 + language: &ref_2696 default: name: location description: Specifies the location of the resource. @@ -20182,11 +20133,8 @@ schemas: name: Location description: Specifies the location of the resource. protocol: {} - - schema: *ref_278 + - schema: *ref_272 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -20196,7 +20144,7 @@ schemas: description: Contains resource tags defined as key/value pairs. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 serializedName: sku language: default: @@ -20223,25 +20171,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_847 + - &ref_841 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_1037 + - schema: &ref_1030 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_280 + - schema: *ref_274 readOnly: true serializedName: groupId - language: &ref_2878 + language: &ref_2871 default: name: groupId description: The private link resource group id. @@ -20249,11 +20197,11 @@ schemas: name: GroupID description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_1233 + - schema: &ref_1226 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_281 + elementType: *ref_275 language: default: name: PrivateLinkResourcePropertiesRequiredMembers @@ -20266,7 +20214,7 @@ schemas: protocol: {} readOnly: true serializedName: requiredMembers - language: &ref_2879 + language: &ref_2872 default: name: requiredMembers description: The private link resource required member names. @@ -20275,11 +20223,11 @@ schemas: description: READ-ONLY; The private link resource required member names. byValue: true protocol: {} - - schema: &ref_1234 + - schema: &ref_1227 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_282 + elementType: *ref_276 language: default: name: PrivateLinkResourcePropertiesRequiredZoneNames @@ -20320,7 +20268,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2880 + language: &ref_2873 default: name: properties description: Resource properties. @@ -20328,7 +20276,7 @@ schemas: name: Properties description: Resource properties. protocol: {} - - schema: *ref_276 + - schema: *ref_270 serializedName: identity language: default: @@ -20338,7 +20286,7 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: *ref_283 + - schema: *ref_277 serializedName: location language: default: @@ -20348,11 +20296,8 @@ schemas: name: Location description: Specifies the location of the resource. protocol: {} - - schema: *ref_284 + - schema: *ref_278 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -20362,7 +20307,7 @@ schemas: description: Contains resource tags defined as key/value pairs. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 serializedName: sku language: default: @@ -20389,24 +20334,24 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_848 + - &ref_842 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_1040 + - schema: &ref_1033 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_285 + - schema: *ref_279 serializedName: category - language: &ref_2890 + language: &ref_2883 default: name: category description: Category of the workspace connection. @@ -20414,9 +20359,9 @@ schemas: name: Category description: Category of the workspace connection. protocol: {} - - schema: *ref_286 + - schema: *ref_280 serializedName: target - language: &ref_2891 + language: &ref_2884 default: name: target description: Target of the workspace connection. @@ -20424,9 +20369,9 @@ schemas: name: Target description: Target of the workspace connection. protocol: {} - - schema: *ref_287 + - schema: *ref_281 serializedName: authType - language: &ref_2889 + language: &ref_2882 default: name: authType description: Authorization type of the workspace connection. @@ -20434,9 +20379,9 @@ schemas: name: AuthType description: Authorization type of the workspace connection. protocol: {} - - schema: *ref_288 + - schema: *ref_282 serializedName: value - language: &ref_2892 + language: &ref_2885 default: name: value description: Value details of the workspace connection. @@ -20444,7 +20389,7 @@ schemas: name: Value description: Value details of the workspace connection. protocol: {} - - schema: *ref_289 + - schema: *ref_283 serializedName: valueFormat language: default: @@ -20473,7 +20418,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2893 + language: &ref_2886 default: name: properties description: Properties of workspace connection. @@ -20499,27 +20444,27 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_290 + - &ref_284 type: object apiVersions: - version: '3.0' children: all: - - &ref_386 + - &ref_380 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_284 + - *ref_69 immediate: - - *ref_290 + - *ref_284 properties: - - schema: *ref_276 + - schema: *ref_270 required: false serializedName: identity - language: &ref_2928 + language: &ref_2921 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -20527,10 +20472,10 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_291 + - schema: *ref_285 required: false serializedName: kind - language: &ref_2929 + language: &ref_2922 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -20538,33 +20483,33 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: &ref_292 + - schema: &ref_286 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_293 + - &ref_287 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_292 - - &ref_299 + - *ref_286 + - &ref_293 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_293 + - *ref_287 immediate: - - *ref_293 + - *ref_287 properties: - - schema: *ref_294 + - schema: *ref_288 nullable: true serializedName: compute - language: &ref_3717 + language: &ref_3715 default: name: compute description: "ARM resource ID of the compute if it exists.\r\noptional" @@ -20572,12 +20517,9 @@ schemas: name: Compute description: ARM resource ID of the compute if it exists. optional protocol: {} - - schema: *ref_295 + - schema: *ref_289 nullable: true serializedName: mirrorTraffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: mirrorTraffic @@ -20587,13 +20529,13 @@ schemas: description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. byValue: true protocol: {} - - schema: *ref_296 + - schema: *ref_290 readOnly: true serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_3718 + language: &ref_3716 default: name: provisioningState description: Provisioning state for the endpoint. @@ -20601,7 +20543,7 @@ schemas: name: ProvisioningState description: READ-ONLY; Provisioning state for the endpoint. protocol: {} - - schema: *ref_297 + - schema: *ref_291 serializedName: publicNetworkAccess language: default: @@ -20611,13 +20553,10 @@ schemas: name: PublicNetworkAccess description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. protocol: {} - - schema: *ref_298 + - schema: *ref_292 nullable: true serializedName: traffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3719 + language: &ref_3717 default: name: traffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. @@ -20644,13 +20583,13 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_292 - - *ref_299 + - *ref_286 + - *ref_293 properties: - - schema: *ref_300 + - schema: *ref_294 required: true serializedName: authMode - language: &ref_2931 + language: &ref_2924 default: name: authMode description: '[Required] Use ''Key'' for key based authentication and ''AMLToken'' for Azure Machine Learning token-based authentication. ''Key'' doesn''t expire but ''AMLToken'' does.' @@ -20658,11 +20597,11 @@ schemas: name: AuthMode description: REQUIRED; [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does. protocol: {} - - schema: *ref_301 + - schema: *ref_295 nullable: true required: false serializedName: description - language: &ref_2930 + language: &ref_2923 default: name: description description: Description of the inference endpoint. @@ -20670,19 +20609,19 @@ schemas: name: Description description: Description of the inference endpoint. protocol: {} - - schema: &ref_1050 + - schema: &ref_1043 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_302 + - schema: *ref_296 nullable: true serializedName: primaryKey extensions: x-ms-mutability: - create - read - language: &ref_2995 + language: &ref_2988 default: name: primaryKey description: The primary key. @@ -20690,14 +20629,14 @@ schemas: name: PrimaryKey description: The primary key. protocol: {} - - schema: *ref_303 + - schema: *ref_297 nullable: true serializedName: secondaryKey extensions: x-ms-mutability: - create - read - language: &ref_2996 + language: &ref_2989 default: name: secondaryKey description: The secondary key. @@ -20737,14 +20676,11 @@ schemas: name: Keys description: EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API. protocol: {} - - schema: *ref_304 + - schema: *ref_298 nullable: true required: false serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2932 + language: &ref_2925 default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. @@ -20753,7 +20689,7 @@ schemas: description: Property dictionary. Properties can be added, but not removed or altered. byValue: true protocol: {} - - schema: *ref_305 + - schema: *ref_299 nullable: true readOnly: true required: false @@ -20761,7 +20697,7 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_2933 + language: &ref_2926 default: name: scoringUri description: Endpoint URI. @@ -20769,7 +20705,7 @@ schemas: name: ScoringURI description: READ-ONLY; Endpoint URI. protocol: {} - - schema: *ref_306 + - schema: *ref_300 nullable: true readOnly: true required: false @@ -20777,7 +20713,7 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_2934 + language: &ref_2927 default: name: swaggerUri description: Endpoint Swagger URI. @@ -20790,7 +20726,7 @@ schemas: usage: - output - input - language: &ref_2935 + language: &ref_2928 default: name: EndpointPropertiesBase description: Inference Endpoint base definition @@ -20803,17 +20739,17 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_293 + - *ref_287 properties: - - schema: &ref_1049 + - schema: &ref_1042 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_307 + - schema: *ref_301 nullable: true serializedName: deploymentName - language: &ref_2936 + language: &ref_2929 default: name: deploymentName description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." @@ -20841,7 +20777,7 @@ schemas: serializedName: defaults extensions: x-nullable: true - language: &ref_2937 + language: &ref_2930 default: name: defaults description: Default values for Batch Endpoint @@ -20849,13 +20785,13 @@ schemas: name: Defaults description: Default values for Batch Endpoint protocol: {} - - schema: *ref_296 + - schema: *ref_290 readOnly: true serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_2979 + language: &ref_2972 default: name: provisioningState description: Provisioning state for the endpoint. @@ -20881,7 +20817,7 @@ schemas: protocol: {} required: true serializedName: properties - language: &ref_2938 + language: &ref_2931 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -20889,10 +20825,10 @@ schemas: name: Properties description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_273 required: false serializedName: sku - language: &ref_2944 + language: &ref_2937 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -20916,21 +20852,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_387 + - &ref_381 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_284 + - *ref_69 immediate: - - *ref_290 + - *ref_284 properties: - - schema: *ref_276 + - schema: *ref_270 required: false serializedName: identity - language: &ref_3007 + language: &ref_3000 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -20938,10 +20874,10 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_308 + - schema: *ref_302 required: false serializedName: kind - language: &ref_3008 + language: &ref_3001 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -20949,51 +20885,51 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: &ref_309 + - schema: &ref_303 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_311 + - &ref_305 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_309 - - &ref_310 + - *ref_303 + - &ref_304 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_382 + children: &ref_376 all: - - &ref_316 + - &ref_310 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EndpointComputeTypeKubernetes parents: all: - - *ref_310 - - *ref_311 + - *ref_304 + - *ref_305 immediate: - - *ref_310 + - *ref_304 properties: - - schema: &ref_1197 + - schema: &ref_1190 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_315 + - schema: &ref_309 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_312 + - schema: *ref_306 nullable: true serializedName: cpu - language: &ref_3813 + language: &ref_3811 default: name: cpu description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" @@ -21001,10 +20937,10 @@ schemas: name: CPU description: 'Number of vCPUs request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' protocol: {} - - schema: *ref_313 + - schema: *ref_307 nullable: true serializedName: gpu - language: &ref_3814 + language: &ref_3812 default: name: gpu description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" @@ -21012,10 +20948,10 @@ schemas: name: Gpu description: 'Number of Nvidia GPU cards request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' protocol: {} - - schema: *ref_314 + - schema: *ref_308 nullable: true serializedName: memory - language: &ref_3815 + language: &ref_3813 default: name: memory description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" @@ -21043,7 +20979,7 @@ schemas: serializedName: containerResourceLimits extensions: x-nullable: true - language: &ref_3816 + language: &ref_3814 default: name: containerResourceLimits description: 'Container resource limit info:' @@ -21051,12 +20987,12 @@ schemas: name: ContainerResourceLimits description: 'Container resource limit info:' protocol: {} - - schema: *ref_315 + - schema: *ref_309 nullable: true serializedName: containerResourceRequests extensions: x-nullable: true - language: &ref_3817 + language: &ref_3815 default: name: containerResourceRequests description: 'Container resource request info:' @@ -21084,7 +21020,7 @@ schemas: serializedName: containerResourceRequirements extensions: x-nullable: true - language: &ref_3818 + language: &ref_3816 default: name: containerResourceRequirements description: The resource requirements for the container (cpu and memory). @@ -21110,17 +21046,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_317 + - &ref_311 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EndpointComputeTypeManaged parents: all: - - *ref_310 - - *ref_311 + - *ref_304 + - *ref_305 immediate: - - *ref_310 + - *ref_304 serializationFormats: - json usage: @@ -21140,21 +21076,21 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_316 - - *ref_317 - discriminator: &ref_383 + - *ref_310 + - *ref_311 + discriminator: &ref_377 all: - Kubernetes: *ref_316 - Managed: *ref_317 + Kubernetes: *ref_310 + Managed: *ref_311 immediate: - Kubernetes: *ref_316 - Managed: *ref_317 - property: &ref_321 - schema: *ref_318 + Kubernetes: *ref_310 + Managed: *ref_311 + property: &ref_315 + schema: *ref_312 isDiscriminator: true required: true serializedName: endpointComputeType - language: &ref_3794 + language: &ref_3792 default: name: endpointComputeType description: '[Required] The compute type of the endpoint.' @@ -21162,16 +21098,16 @@ schemas: name: EndpointComputeType description: REQUIRED; [Required] The compute type of the endpoint. protocol: {} - parents: &ref_384 + parents: &ref_378 all: - - *ref_311 + - *ref_305 immediate: - - *ref_311 + - *ref_305 properties: - - schema: *ref_319 + - schema: *ref_313 required: false serializedName: appInsightsEnabled - language: &ref_3793 + language: &ref_3791 default: name: appInsightsEnabled description: If true, enables Application Insights logging. @@ -21179,7 +21115,7 @@ schemas: name: AppInsightsEnabled description: If true, enables Application Insights logging. protocol: {} - - schema: *ref_320 + - schema: *ref_314 required: false serializedName: egressPublicNetworkAccess language: @@ -21190,8 +21126,8 @@ schemas: name: EgressPublicNetworkAccess description: 'If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.' protocol: {} - - *ref_321 - - schema: *ref_322 + - *ref_315 + - schema: *ref_316 nullable: true required: false serializedName: instanceType @@ -21199,7 +21135,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3795 + language: &ref_3793 default: name: instanceType description: Compute instance type. @@ -21207,14 +21143,14 @@ schemas: name: InstanceType description: Compute instance type. protocol: {} - - schema: &ref_332 + - schema: &ref_326 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_323 + - schema: *ref_317 serializedName: failureThreshold - language: &ref_3796 + language: &ref_3794 default: name: failureThreshold description: The number of failures to allow before returning an unhealthy status. @@ -21222,10 +21158,10 @@ schemas: name: FailureThreshold description: The number of failures to allow before returning an unhealthy status. protocol: {} - - schema: *ref_324 + - schema: *ref_318 nullable: true serializedName: initialDelay - language: &ref_3797 + language: &ref_3795 default: name: initialDelay description: The delay before the first probe in ISO 8601 format. @@ -21233,9 +21169,9 @@ schemas: name: InitialDelay description: The delay before the first probe in ISO 8601 format. protocol: {} - - schema: *ref_325 + - schema: *ref_319 serializedName: period - language: &ref_3798 + language: &ref_3796 default: name: period description: The length of time between probes in ISO 8601 format. @@ -21243,9 +21179,9 @@ schemas: name: Period description: The length of time between probes in ISO 8601 format. protocol: {} - - schema: *ref_326 + - schema: *ref_320 serializedName: successThreshold - language: &ref_3799 + language: &ref_3797 default: name: successThreshold description: The number of successful probes before returning a healthy status. @@ -21253,9 +21189,9 @@ schemas: name: SuccessThreshold description: The number of successful probes before returning a healthy status. protocol: {} - - schema: *ref_327 + - schema: *ref_321 serializedName: timeout - language: &ref_3800 + language: &ref_3798 default: name: timeout description: The probe timeout in ISO 8601 format. @@ -21284,7 +21220,7 @@ schemas: serializedName: livenessProbe extensions: x-nullable: true - language: &ref_3801 + language: &ref_3799 default: name: livenessProbe description: Liveness probe monitors the health of the container regularly. @@ -21292,11 +21228,11 @@ schemas: name: LivenessProbe description: Liveness probe monitors the health of the container regularly. protocol: {} - - schema: *ref_328 + - schema: *ref_322 nullable: true required: false serializedName: model - language: &ref_3802 + language: &ref_3800 default: name: model description: The URI path to the model. @@ -21304,11 +21240,11 @@ schemas: name: Model description: The URI path to the model. protocol: {} - - schema: *ref_329 + - schema: *ref_323 nullable: true required: false serializedName: modelMountPath - language: &ref_3803 + language: &ref_3801 default: name: modelMountPath description: The path to mount the model in custom container. @@ -21316,7 +21252,7 @@ schemas: name: ModelMountPath description: The path to mount the model in custom container. protocol: {} - - schema: *ref_330 + - schema: *ref_324 required: false serializedName: privateNetworkConnection language: @@ -21327,14 +21263,14 @@ schemas: name: PrivateNetworkConnection description: If true, enable private network connection. DEPRECATED for future API versions. Use EgressPublicNetworkAccess. protocol: {} - - schema: *ref_331 + - schema: *ref_325 readOnly: true required: false serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_3804 + language: &ref_3802 default: name: provisioningState description: Provisioning state for the endpoint deployment. @@ -21342,13 +21278,13 @@ schemas: name: ProvisioningState description: READ-ONLY; Provisioning state for the endpoint deployment. protocol: {} - - schema: *ref_332 + - schema: *ref_326 nullable: true required: false serializedName: readinessProbe extensions: x-nullable: true - language: &ref_3837 + language: &ref_3835 default: name: readinessProbe description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. @@ -21356,14 +21292,14 @@ schemas: name: ReadinessProbe description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. protocol: {} - - schema: &ref_1121 + - schema: &ref_1114 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_333 + - schema: *ref_327 serializedName: maxConcurrentRequestsPerInstance - language: &ref_3805 + language: &ref_3803 default: name: maxConcurrentRequestsPerInstance description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. @@ -21371,9 +21307,9 @@ schemas: name: MaxConcurrentRequestsPerInstance description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. protocol: {} - - schema: *ref_334 + - schema: *ref_328 serializedName: maxQueueWait - language: &ref_3806 + language: &ref_3804 default: name: maxQueueWait description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." @@ -21381,9 +21317,9 @@ schemas: name: MaxQueueWait description: The maximum amount of time a request will stay in the queue in ISO 8601 format. Defaults to 500ms. protocol: {} - - schema: *ref_335 + - schema: *ref_329 serializedName: requestTimeout - language: &ref_3807 + language: &ref_3805 default: name: requestTimeout description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." @@ -21412,7 +21348,7 @@ schemas: serializedName: requestSettings extensions: x-nullable: true - language: &ref_3808 + language: &ref_3806 default: name: requestSettings description: Request settings for the deployment. @@ -21422,35 +21358,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_336 + children: &ref_330 all: - - &ref_337 + - &ref_331 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ScaleTypeDefault parents: all: - - &ref_338 + - &ref_332 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_336 - discriminator: &ref_346 + children: *ref_330 + discriminator: &ref_340 all: - Default: *ref_337 - TargetUtilization: &ref_343 + Default: *ref_331 + TargetUtilization: &ref_337 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ScaleTypeTargetUtilization parents: all: - - *ref_338 + - *ref_332 immediate: - - *ref_338 + - *ref_332 properties: - - schema: *ref_339 + - schema: *ref_333 serializedName: maxInstances language: default: @@ -21460,7 +21396,7 @@ schemas: name: MaxInstances description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. protocol: {} - - schema: *ref_340 + - schema: *ref_334 serializedName: minInstances language: default: @@ -21470,7 +21406,7 @@ schemas: name: MinInstances description: The minimum number of instances to always be present. protocol: {} - - schema: *ref_341 + - schema: *ref_335 serializedName: pollingInterval language: default: @@ -21480,7 +21416,7 @@ schemas: name: PollingInterval description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. protocol: {} - - schema: *ref_342 + - schema: *ref_336 serializedName: targetUtilizationPercentage language: default: @@ -21509,14 +21445,14 @@ schemas: namespace: '' protocol: {} immediate: - Default: *ref_337 - TargetUtilization: *ref_343 - property: &ref_345 - schema: *ref_344 + Default: *ref_331 + TargetUtilization: *ref_337 + property: &ref_339 + schema: *ref_338 isDiscriminator: true required: true serializedName: scaleType - language: &ref_3809 + language: &ref_3807 default: name: scaleType description: '[Required] Type of deployment scaling algorithm' @@ -21525,13 +21461,13 @@ schemas: description: REQUIRED; [Required] Type of deployment scaling algorithm protocol: {} properties: - - *ref_345 + - *ref_339 serializationFormats: - json usage: - output - input - language: &ref_3810 + language: &ref_3808 default: name: OnlineScaleSettings description: Online deployment scaling configuration. @@ -21549,7 +21485,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_338 + - *ref_332 serializationFormats: - json usage: @@ -21568,24 +21504,24 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_343 + - *ref_337 immediate: + - *ref_331 - *ref_337 - - *ref_343 - discriminator: *ref_346 + discriminator: *ref_340 language: - default: &ref_347 + default: &ref_341 name: OnlineScaleSettingsClassification description: discriminated type discriminatorInterface: OnlineScaleSettingsClassification - go: *ref_347 + go: *ref_341 protocol: {} nullable: true required: false serializedName: scaleSettings extensions: x-nullable: true - language: &ref_3811 + language: &ref_3809 default: name: scaleSettings description: "Scale settings for the deployment.\r\nIf it is null or not provided,\r\nit defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment\r\nand to DefaultScaleSettings for ManagedOnlineDeployment." @@ -21601,7 +21537,7 @@ schemas: usage: - output - input - language: &ref_3812 + language: &ref_3810 default: name: OnlineDeploymentDetails description: '' @@ -21618,18 +21554,18 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - *ref_316 - - *ref_317 - immediate: - - *ref_309 - *ref_310 + - *ref_311 + immediate: + - *ref_303 + - *ref_304 properties: - - schema: &ref_1064 + - schema: &ref_1057 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_348 + - schema: *ref_342 nullable: true required: false serializedName: codeId @@ -21637,7 +21573,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3010 + language: &ref_3003 default: name: codeId description: ARM resource ID of the code asset. @@ -21645,14 +21581,14 @@ schemas: name: CodeID description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_349 + - schema: *ref_343 required: true serializedName: scoringScript extensions: x-ms-mutability: - create - read - language: &ref_3011 + language: &ref_3004 default: name: scoringScript description: '[Required] The script to execute on startup. eg. "score.py"' @@ -21680,7 +21616,7 @@ schemas: serializedName: codeConfiguration extensions: x-nullable: true - language: &ref_3012 + language: &ref_3005 default: name: codeConfiguration description: Code configuration for the endpoint deployment. @@ -21688,10 +21624,10 @@ schemas: name: CodeConfiguration description: Code configuration for the endpoint deployment. protocol: {} - - schema: *ref_350 + - schema: *ref_344 nullable: true serializedName: description - language: &ref_3009 + language: &ref_3002 default: name: description description: Description of the endpoint deployment. @@ -21699,10 +21635,10 @@ schemas: name: Description description: Description of the endpoint deployment. protocol: {} - - schema: *ref_351 + - schema: *ref_345 nullable: true serializedName: environmentId - language: &ref_3013 + language: &ref_3006 default: name: environmentId description: ARM resource ID of the environment specification for the endpoint deployment. @@ -21710,13 +21646,10 @@ schemas: name: EnvironmentID description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - schema: *ref_352 + - schema: *ref_346 nullable: true serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3014 + language: &ref_3007 default: name: environmentVariables description: Environment variables configuration for the deployment. @@ -21725,13 +21658,10 @@ schemas: description: Environment variables configuration for the deployment. byValue: true protocol: {} - - schema: *ref_353 + - schema: *ref_347 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3015 + language: &ref_3008 default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. @@ -21745,7 +21675,7 @@ schemas: usage: - output - input - language: &ref_3016 + language: &ref_3009 default: name: EndpointDeploymentPropertiesBase description: Base definition for endpoint deployment. @@ -21758,12 +21688,12 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_311 + - *ref_305 properties: - - schema: *ref_354 + - schema: *ref_348 nullable: true serializedName: compute - language: &ref_3017 + language: &ref_3010 default: name: compute description: Compute target for batch inference operation. @@ -21771,9 +21701,9 @@ schemas: name: Compute description: Compute target for batch inference operation. protocol: {} - - schema: *ref_355 + - schema: *ref_349 serializedName: errorThreshold - language: &ref_3018 + language: &ref_3011 default: name: errorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." @@ -21783,9 +21713,9 @@ schemas: Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored. protocol: {} - - schema: *ref_356 + - schema: *ref_350 serializedName: loggingLevel - language: &ref_3019 + language: &ref_3012 default: name: loggingLevel description: Logging level for batch inference operation. @@ -21793,9 +21723,9 @@ schemas: name: LoggingLevel description: Logging level for batch inference operation. protocol: {} - - schema: *ref_357 + - schema: *ref_351 serializedName: maxConcurrencyPerInstance - language: &ref_3020 + language: &ref_3013 default: name: maxConcurrencyPerInstance description: Indicates maximum number of parallelism per instance. @@ -21803,9 +21733,9 @@ schemas: name: MaxConcurrencyPerInstance description: Indicates maximum number of parallelism per instance. protocol: {} - - schema: *ref_358 + - schema: *ref_352 serializedName: miniBatchSize - language: &ref_3021 + language: &ref_3014 default: name: miniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." @@ -21815,38 +21745,38 @@ schemas: protocol: {} - schema: type: object - children: &ref_359 + children: &ref_353 all: - - &ref_360 + - &ref_354 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeDataPath parents: all: - - &ref_361 + - &ref_355 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_359 - discriminator: &ref_371 + children: *ref_353 + discriminator: &ref_365 all: - DataPath: *ref_360 - Id: &ref_365 + DataPath: *ref_354 + Id: &ref_359 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeID parents: all: - - *ref_361 + - *ref_355 immediate: - - *ref_361 + - *ref_355 properties: - - schema: *ref_362 + - schema: *ref_356 required: true serializedName: assetId - language: &ref_3024 + language: &ref_3017 default: name: assetId description: '[Required] ARM resource ID of the asset.' @@ -21872,18 +21802,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - OutputPath: &ref_366 + OutputPath: &ref_360 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeOutputPath parents: all: - - *ref_361 + - *ref_355 immediate: - - *ref_361 + - *ref_355 properties: - - schema: *ref_363 + - schema: *ref_357 nullable: true serializedName: jobId language: @@ -21894,7 +21824,7 @@ schemas: name: JobID description: ARM resource ID of the job. protocol: {} - - schema: *ref_364 + - schema: *ref_358 nullable: true serializedName: path language: @@ -21924,15 +21854,15 @@ schemas: namespace: '' protocol: {} immediate: - DataPath: *ref_360 - Id: *ref_365 - OutputPath: *ref_366 - property: &ref_368 - schema: *ref_367 + DataPath: *ref_354 + Id: *ref_359 + OutputPath: *ref_360 + property: &ref_362 + schema: *ref_361 isDiscriminator: true required: true serializedName: referenceType - language: &ref_3022 + language: &ref_3015 default: name: referenceType description: '[Required] Specifies the type of asset reference.' @@ -21941,13 +21871,13 @@ schemas: description: REQUIRED; [Required] Specifies the type of asset reference. protocol: {} properties: - - *ref_368 + - *ref_362 serializationFormats: - json usage: - output - input - language: &ref_3023 + language: &ref_3016 default: name: AssetReferenceBase description: Base definition for asset references. @@ -21966,9 +21896,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_361 + - *ref_355 properties: - - schema: *ref_369 + - schema: *ref_363 nullable: true serializedName: datastoreId language: @@ -21979,7 +21909,7 @@ schemas: name: DatastoreID description: ARM resource ID of the datastore where the asset is located. protocol: {} - - schema: *ref_370 + - schema: *ref_364 nullable: true serializedName: path language: @@ -22008,25 +21938,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_365 - - *ref_366 + - *ref_359 + - *ref_360 immediate: + - *ref_354 + - *ref_359 - *ref_360 - - *ref_365 - - *ref_366 - discriminator: *ref_371 + discriminator: *ref_365 language: - default: &ref_372 + default: &ref_366 name: AssetReferenceBaseClassification description: discriminated type discriminatorInterface: AssetReferenceBaseClassification - go: *ref_372 + go: *ref_366 protocol: {} nullable: true serializedName: model extensions: x-nullable: true - language: &ref_3025 + language: &ref_3018 default: name: model description: Reference to the model asset for the endpoint deployment. @@ -22035,9 +21965,9 @@ schemas: description: Reference to the model asset for the endpoint deployment. byValue: true protocol: {} - - schema: *ref_373 + - schema: *ref_367 serializedName: outputAction - language: &ref_3026 + language: &ref_3019 default: name: outputAction description: Indicates how the output will be organized. @@ -22045,10 +21975,10 @@ schemas: name: OutputAction description: Indicates how the output will be organized. protocol: {} - - schema: *ref_374 + - schema: *ref_368 nullable: true serializedName: outputFileName - language: &ref_3027 + language: &ref_3020 default: name: outputFileName description: Customized output file name for append_row output action. @@ -22056,13 +21986,13 @@ schemas: name: OutputFileName description: Customized output file name for append_row output action. protocol: {} - - schema: *ref_331 + - schema: *ref_325 readOnly: true serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_3028 + language: &ref_3021 default: name: provisioningState description: Provisioning state for the endpoint deployment. @@ -22070,18 +22000,18 @@ schemas: name: ProvisioningState description: READ-ONLY; Provisioning state for the endpoint deployment. protocol: {} - - schema: &ref_501 + - schema: &ref_495 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_375 + - schema: *ref_369 serializedName: instanceCount extensions: x-ms-mutability: - create - read - language: &ref_3029 + language: &ref_3022 default: name: instanceCount description: Optional number of instances or nodes used by the compute target. @@ -22089,14 +22019,14 @@ schemas: name: InstanceCount description: Optional number of instances or nodes used by the compute target. protocol: {} - - schema: *ref_376 + - schema: *ref_370 nullable: true serializedName: instanceType extensions: x-ms-mutability: - create - read - language: &ref_3030 + language: &ref_3023 default: name: instanceType description: Optional type of VM used as supported by the compute target. @@ -22104,16 +22034,14 @@ schemas: name: InstanceType description: Optional type of VM used as supported by the compute target. protocol: {} - - schema: *ref_377 + - schema: *ref_371 nullable: true serializedName: properties extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3032 + language: &ref_3025 default: name: properties description: Additional properties bag. @@ -22143,7 +22071,7 @@ schemas: serializedName: resources extensions: x-nullable: true - language: &ref_3033 + language: &ref_3026 default: name: resources description: "Indicates compute configuration for the job.\r\nIf not provided, will default to the defaults defined in ResourceConfiguration." @@ -22151,14 +22079,14 @@ schemas: name: Resources description: Indicates compute configuration for the job. If not provided, will default to the defaults defined in ResourceConfiguration. protocol: {} - - schema: &ref_1063 + - schema: &ref_1056 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_378 + - schema: *ref_372 serializedName: maxRetries - language: &ref_3034 + language: &ref_3027 default: name: maxRetries description: Maximum retry count for a mini-batch @@ -22166,9 +22094,9 @@ schemas: name: MaxRetries description: Maximum retry count for a mini-batch protocol: {} - - schema: *ref_379 + - schema: *ref_373 serializedName: timeout - language: &ref_3035 + language: &ref_3028 default: name: timeout description: Invocation timeout for a mini-batch, in ISO 8601 format. @@ -22196,7 +22124,7 @@ schemas: serializedName: retrySettings extensions: x-nullable: true - language: &ref_3036 + language: &ref_3029 default: name: retrySettings description: "Retry Settings for the batch inference operation.\r\nIf not provided, will default to the defaults defined in BatchRetrySettings." @@ -22222,7 +22150,7 @@ schemas: protocol: {} required: true serializedName: properties - language: &ref_3037 + language: &ref_3030 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -22230,10 +22158,10 @@ schemas: name: Properties description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_273 required: false serializedName: sku - language: &ref_3038 + language: &ref_3031 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -22257,21 +22185,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_388 + - &ref_382 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_284 + - *ref_69 immediate: - - *ref_290 + - *ref_284 properties: - - schema: *ref_276 + - schema: *ref_270 required: false serializedName: identity - language: &ref_3715 + language: &ref_3713 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -22279,10 +22207,10 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_380 + - schema: *ref_374 required: false serializedName: kind - language: &ref_3716 + language: &ref_3714 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -22290,10 +22218,10 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_299 + - schema: *ref_293 required: true serializedName: properties - language: &ref_3720 + language: &ref_3718 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -22301,10 +22229,10 @@ schemas: name: Properties description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_273 required: false serializedName: sku - language: &ref_3721 + language: &ref_3719 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -22328,21 +22256,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_389 + - &ref_383 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_284 + - *ref_69 immediate: - - *ref_290 + - *ref_284 properties: - - schema: *ref_276 + - schema: *ref_270 required: false serializedName: identity - language: &ref_3791 + language: &ref_3789 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -22350,10 +22278,10 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_381 + - schema: *ref_375 required: false serializedName: kind - language: &ref_3792 + language: &ref_3790 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -22363,19 +22291,19 @@ schemas: protocol: {} - schema: type: object - children: *ref_382 - discriminator: *ref_383 - parents: *ref_384 + children: *ref_376 + discriminator: *ref_377 + parents: *ref_378 language: - default: &ref_385 + default: &ref_379 name: OnlineDeploymentDetailsClassification description: discriminated type discriminatorInterface: OnlineDeploymentDetailsClassification - go: *ref_385 + go: *ref_379 protocol: {} required: true serializedName: properties - language: &ref_3819 + language: &ref_3817 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -22384,10 +22312,10 @@ schemas: description: REQUIRED; [Required] Additional attributes of the entity. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 required: false serializedName: sku - language: &ref_3820 + language: &ref_3818 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -22412,27 +22340,25 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_386 - - *ref_387 - - *ref_388 - - *ref_389 + - *ref_380 + - *ref_381 + - *ref_382 + - *ref_383 parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_390 + - schema: *ref_384 required: false serializedName: tags extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - create - update - language: &ref_2926 + language: &ref_2919 default: name: tags description: Resource tags. @@ -22441,14 +22367,14 @@ schemas: description: Resource tags. byValue: true protocol: {} - - schema: *ref_391 + - schema: *ref_385 required: true serializedName: location extensions: x-ms-mutability: - read - create - language: &ref_2925 + language: &ref_2918 default: name: location description: The geo-location where the resource lives @@ -22462,7 +22388,7 @@ schemas: usage: - output - input - language: &ref_2927 + language: &ref_2920 default: name: TrackedResource description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' @@ -22476,67 +22402,67 @@ schemas: namespace: '' summary: Tracked Resource protocol: {} - - *ref_386 - - *ref_387 - - &ref_849 + - *ref_380 + - *ref_381 + - &ref_843 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_392 + - schema: &ref_386 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_393 + - &ref_387 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_392 - - &ref_425 + - *ref_386 + - &ref_419 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - &ref_395 + - *ref_387 + - &ref_389 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_393 - - *ref_392 - - &ref_394 + - *ref_387 + - *ref_386 + - &ref_388 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_418 + - &ref_412 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - - schema: *ref_396 + - schema: *ref_390 nullable: true serializedName: codeUri - language: &ref_3146 + language: &ref_3139 default: name: codeUri description: Uri where code is located @@ -22560,27 +22486,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_419 + - &ref_413 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - schema: *ref_2 nullable: true serializedName: componentSpec extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3212 + language: &ref_3205 default: name: componentSpec description: "Defines Component definition details.\r\n" @@ -22605,30 +22529,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_397 + - &ref_391 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_834 + children: &ref_828 all: - - &ref_399 + - &ref_393 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DataTypeMLTable parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - *ref_391 + - *ref_388 + - *ref_389 immediate: - - *ref_397 + - *ref_391 properties: - - schema: &ref_1281 + - schema: &ref_1274 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_398 + elementType: *ref_392 extensions: x-ms-mutability: - create @@ -22677,18 +22601,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_400 + - &ref_394 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DataTypeURIFile parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - *ref_391 + - *ref_388 + - *ref_389 immediate: - - *ref_397 + - *ref_391 serializationFormats: - json usage: @@ -22707,18 +22631,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_401 + - &ref_395 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DataTypeURIFolder parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - *ref_391 + - *ref_388 + - *ref_389 immediate: - - *ref_397 + - *ref_391 serializationFormats: - json usage: @@ -22738,20 +22662,20 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_399 - - *ref_400 - - *ref_401 - discriminator: &ref_835 + - *ref_393 + - *ref_394 + - *ref_395 + discriminator: &ref_829 all: - MLTable: *ref_399 - UriFile: *ref_400 - UriFolder: *ref_401 + MLTable: *ref_393 + UriFile: *ref_394 + UriFolder: *ref_395 immediate: - MLTable: *ref_399 - UriFile: *ref_400 - UriFolder: *ref_401 - property: &ref_403 - schema: *ref_402 + MLTable: *ref_393 + UriFile: *ref_394 + UriFolder: *ref_395 + property: &ref_397 + schema: *ref_396 isDiscriminator: true required: true serializedName: dataType @@ -22759,7 +22683,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3279 + language: &ref_3272 default: name: dataType description: '[Required] Specifies the type of data.' @@ -22767,22 +22691,22 @@ schemas: name: DataType description: REQUIRED; [Required] Specifies the type of data. protocol: {} - parents: &ref_836 + parents: &ref_830 all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - - *ref_403 - - schema: *ref_404 + - *ref_397 + - schema: *ref_398 required: true serializedName: dataUri extensions: x-ms-mutability: - create - read - language: &ref_3280 + language: &ref_3273 default: name: dataUri description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' @@ -22795,7 +22719,7 @@ schemas: usage: - output - input - language: &ref_3281 + language: &ref_3274 default: name: DataVersionBaseDetails description: Data version base definition @@ -22813,30 +22737,30 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - &ref_420 + - &ref_414 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - - schema: &ref_1106 + - schema: &ref_1099 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_405 + - schema: *ref_399 required: true serializedName: contextUri extensions: x-ms-mutability: - create - read - language: &ref_3419 + language: &ref_3412 default: name: contextUri description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" @@ -22844,7 +22768,7 @@ schemas: name: ContextURI description: REQUIRED; [Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. protocol: {} - - schema: *ref_406 + - schema: *ref_400 nullable: true required: false serializedName: dockerfilePath @@ -22852,7 +22776,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3420 + language: &ref_3413 default: name: dockerfilePath description: "Path to the Dockerfile in the build context.\r\n" @@ -22881,7 +22805,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3421 + language: &ref_3414 default: name: build description: Configuration settings for Docker build context. @@ -22889,13 +22813,13 @@ schemas: name: Build description: Configuration settings for Docker build context. protocol: {} - - schema: *ref_407 + - schema: *ref_401 serializedName: condaFile extensions: x-ms-mutability: - create - read - language: &ref_3422 + language: &ref_3415 default: name: condaFile description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" @@ -22903,13 +22827,13 @@ schemas: name: CondaFile description: Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages. protocol: {} - - schema: *ref_408 + - schema: *ref_402 readOnly: true serializedName: environmentType extensions: x-ms-mutability: - read - language: &ref_3423 + language: &ref_3416 default: name: environmentType description: "Environment type is either user managed or curated by the Azure ML service\r\n" @@ -22917,13 +22841,13 @@ schemas: name: EnvironmentType description: READ-ONLY; Environment type is either user managed or curated by the Azure ML service protocol: {} - - schema: *ref_409 + - schema: *ref_403 serializedName: image extensions: x-ms-mutability: - create - read - language: &ref_3424 + language: &ref_3417 default: name: image description: "Name of the image that will be used for the environment.\r\n" @@ -22931,20 +22855,20 @@ schemas: name: Image description: Name of the image that will be used for the environment. protocol: {} - - schema: &ref_1107 + - schema: &ref_1100 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_412 + - schema: &ref_406 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_410 + - schema: *ref_404 required: true serializedName: path - language: &ref_3425 + language: &ref_3418 default: name: path description: '[Required] The path for the route.' @@ -22952,10 +22876,10 @@ schemas: name: Path description: REQUIRED; [Required] The path for the route. protocol: {} - - schema: *ref_411 + - schema: *ref_405 required: true serializedName: port - language: &ref_3426 + language: &ref_3419 default: name: port description: '[Required] The port for the route.' @@ -22980,7 +22904,7 @@ schemas: namespace: '' protocol: {} serializedName: livenessRoute - language: &ref_3427 + language: &ref_3420 default: name: livenessRoute description: The route to check the liveness of the inference server container. @@ -22988,9 +22912,9 @@ schemas: name: LivenessRoute description: The route to check the liveness of the inference server container. protocol: {} - - schema: *ref_412 + - schema: *ref_406 serializedName: readinessRoute - language: &ref_3428 + language: &ref_3421 default: name: readinessRoute description: The route to check the readiness of the inference server container. @@ -22998,9 +22922,9 @@ schemas: name: ReadinessRoute description: The route to check the readiness of the inference server container. protocol: {} - - schema: *ref_412 + - schema: *ref_406 serializedName: scoringRoute - language: &ref_3429 + language: &ref_3422 default: name: scoringRoute description: The port to send the scoring requests to, within the inference server container. @@ -23029,7 +22953,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3430 + language: &ref_3423 default: name: inferenceConfig description: Defines configuration specific to inference. @@ -23037,7 +22961,7 @@ schemas: name: InferenceConfig description: Defines configuration specific to inference. protocol: {} - - schema: *ref_413 + - schema: *ref_407 serializedName: osType extensions: x-ms-mutability: @@ -23067,24 +22991,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_421 + - &ref_415 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_394 - - *ref_395 + - *ref_388 + - *ref_389 immediate: - - *ref_394 + - *ref_388 properties: - - schema: *ref_414 + - schema: *ref_408 nullable: true serializedName: flavors - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3674 + language: &ref_3672 default: name: flavors description: Mapping of model flavors to their properties. @@ -23093,7 +23014,7 @@ schemas: description: Mapping of model flavors to their properties. byValue: true protocol: {} - - schema: *ref_415 + - schema: *ref_409 nullable: true serializedName: jobName language: @@ -23104,9 +23025,9 @@ schemas: name: JobName description: Name of the training job which produced this model protocol: {} - - schema: *ref_416 + - schema: *ref_410 serializedName: modelType - language: &ref_3675 + language: &ref_3673 default: name: modelType description: The storage format for this entity. Used for NCD. @@ -23114,10 +23035,10 @@ schemas: name: ModelType description: The storage format for this entity. Used for NCD. protocol: {} - - schema: *ref_417 + - schema: *ref_411 nullable: true serializedName: modelUri - language: &ref_3676 + language: &ref_3674 default: name: modelUri description: The URI path to the model contents. @@ -23142,26 +23063,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_399 - - *ref_400 - - *ref_401 + - *ref_393 + - *ref_394 + - *ref_395 immediate: - - *ref_418 - - *ref_419 - - *ref_397 - - *ref_420 - - *ref_421 + - *ref_412 + - *ref_413 + - *ref_391 + - *ref_414 + - *ref_415 parents: all: - - *ref_395 + - *ref_389 immediate: - - *ref_395 + - *ref_389 properties: - - schema: *ref_422 + - schema: *ref_416 serializedName: isAnonymous extensions: - x-ms-mutability: *ref_423 - language: &ref_3144 + x-ms-mutability: *ref_417 + language: &ref_3137 default: name: isAnonymous description: If the name version are system generated (anonymous registration). @@ -23169,7 +23090,7 @@ schemas: name: IsAnonymous description: If the name version are system generated (anonymous registration). protocol: {} - - schema: *ref_424 + - schema: *ref_418 serializedName: isArchived extensions: x-ms-mutability: @@ -23189,7 +23110,7 @@ schemas: usage: - output - input - language: &ref_3145 + language: &ref_3138 default: name: AssetBase description: '' @@ -23200,28 +23121,28 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_418 - - *ref_425 + - *ref_412 - *ref_419 - - &ref_828 + - *ref_413 + - &ref_822 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_387 + - *ref_389 immediate: - - *ref_393 + - *ref_387 properties: - - schema: *ref_402 + - schema: *ref_396 required: true serializedName: dataType extensions: x-ms-mutability: - create - read - language: &ref_3249 + language: &ref_3242 default: name: dataType description: '[Required] Specifies the type of data.' @@ -23245,33 +23166,33 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_397 - - &ref_426 + - *ref_391 + - &ref_420 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_838 + children: &ref_832 all: - - &ref_444 + - &ref_438 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeAzureBlob parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_427 + - schema: *ref_421 nullable: true serializedName: accountName extensions: x-ms-mutability: - create - read - language: &ref_3326 + language: &ref_3319 default: name: accountName description: Storage account name. @@ -23279,14 +23200,14 @@ schemas: name: AccountName description: Storage account name. protocol: {} - - schema: *ref_428 + - schema: *ref_422 nullable: true serializedName: containerName extensions: x-ms-mutability: - create - read - language: &ref_3327 + language: &ref_3320 default: name: containerName description: Storage account container name. @@ -23294,14 +23215,14 @@ schemas: name: ContainerName description: Storage account container name. protocol: {} - - schema: *ref_429 + - schema: *ref_423 nullable: true serializedName: endpoint extensions: x-ms-mutability: - create - read - language: &ref_3328 + language: &ref_3321 default: name: endpoint description: Azure cloud endpoint for the storage account. @@ -23309,14 +23230,14 @@ schemas: name: Endpoint description: Azure cloud endpoint for the storage account. protocol: {} - - schema: *ref_430 + - schema: *ref_424 nullable: true serializedName: protocol extensions: x-ms-mutability: - create - read - language: &ref_3329 + language: &ref_3322 default: name: protocol description: Protocol used to communicate with the storage account. @@ -23324,7 +23245,7 @@ schemas: name: Protocol description: Protocol used to communicate with the storage account. protocol: {} - - schema: *ref_431 + - schema: *ref_425 serializedName: serviceDataAccessAuthIdentity extensions: x-ms-mutability: @@ -23356,19 +23277,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_445 + - &ref_439 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeAzureDataLakeGen1 parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_431 + - schema: *ref_425 required: false serializedName: serviceDataAccessAuthIdentity extensions: @@ -23383,14 +23304,14 @@ schemas: name: ServiceDataAccessAuthIdentity description: Indicates which identity to use to authenticate service data access to customer's storage. protocol: {} - - schema: *ref_432 + - schema: *ref_426 required: true serializedName: storeName extensions: x-ms-mutability: - create - read - language: &ref_3357 + language: &ref_3350 default: name: storeName description: '[Required] Azure Data Lake store name.' @@ -23416,26 +23337,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_446 + - &ref_440 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeAzureDataLakeGen2 parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_433 + - schema: *ref_427 required: true serializedName: accountName extensions: x-ms-mutability: - create - read - language: &ref_3364 + language: &ref_3357 default: name: accountName description: '[Required] Storage account name.' @@ -23443,7 +23364,7 @@ schemas: name: AccountName description: REQUIRED; [Required] Storage account name. protocol: {} - - schema: *ref_434 + - schema: *ref_428 nullable: true required: false serializedName: endpoint @@ -23451,7 +23372,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3365 + language: &ref_3358 default: name: endpoint description: Azure cloud endpoint for the storage account. @@ -23459,14 +23380,14 @@ schemas: name: Endpoint description: Azure cloud endpoint for the storage account. protocol: {} - - schema: *ref_435 + - schema: *ref_429 required: true serializedName: filesystem extensions: x-ms-mutability: - create - read - language: &ref_3366 + language: &ref_3359 default: name: filesystem description: '[Required] The name of the Data Lake Gen2 filesystem.' @@ -23474,7 +23395,7 @@ schemas: name: Filesystem description: REQUIRED; [Required] The name of the Data Lake Gen2 filesystem. protocol: {} - - schema: *ref_436 + - schema: *ref_430 nullable: true required: false serializedName: protocol @@ -23482,7 +23403,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3367 + language: &ref_3360 default: name: protocol description: Protocol used to communicate with the storage account. @@ -23490,7 +23411,7 @@ schemas: name: Protocol description: Protocol used to communicate with the storage account. protocol: {} - - schema: *ref_431 + - schema: *ref_425 required: false serializedName: serviceDataAccessAuthIdentity extensions: @@ -23523,26 +23444,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_447 + - &ref_441 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeAzureFile parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_437 + - schema: *ref_431 required: true serializedName: accountName extensions: x-ms-mutability: - create - read - language: &ref_3372 + language: &ref_3365 default: name: accountName description: '[Required] Storage account name.' @@ -23550,7 +23471,7 @@ schemas: name: AccountName description: REQUIRED; [Required] Storage account name. protocol: {} - - schema: *ref_438 + - schema: *ref_432 nullable: true required: false serializedName: endpoint @@ -23558,7 +23479,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3373 + language: &ref_3366 default: name: endpoint description: Azure cloud endpoint for the storage account. @@ -23566,14 +23487,14 @@ schemas: name: Endpoint description: Azure cloud endpoint for the storage account. protocol: {} - - schema: *ref_439 + - schema: *ref_433 required: true serializedName: fileShareName extensions: x-ms-mutability: - create - read - language: &ref_3374 + language: &ref_3367 default: name: fileShareName description: '[Required] The name of the Azure file share that the datastore points to.' @@ -23581,7 +23502,7 @@ schemas: name: FileShareName description: REQUIRED; [Required] The name of the Azure file share that the datastore points to. protocol: {} - - schema: *ref_440 + - schema: *ref_434 nullable: true required: false serializedName: protocol @@ -23589,7 +23510,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3375 + language: &ref_3368 default: name: protocol description: Protocol used to communicate with the storage account. @@ -23597,7 +23518,7 @@ schemas: name: Protocol description: Protocol used to communicate with the storage account. protocol: {} - - schema: *ref_431 + - schema: *ref_425 required: false serializedName: serviceDataAccessAuthIdentity extensions: @@ -23630,19 +23551,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_448 + - &ref_442 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DatastoreTypeHdfs parents: all: - - *ref_426 - - *ref_395 + - *ref_420 + - *ref_389 immediate: - - *ref_426 + - *ref_420 properties: - - schema: *ref_441 + - schema: *ref_435 nullable: true required: false serializedName: hdfsServerCertificate @@ -23658,7 +23579,7 @@ schemas: name: HdfsServerCertificate description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. protocol: {} - - schema: *ref_442 + - schema: *ref_436 required: true serializedName: nameNodeAddress extensions: @@ -23673,7 +23594,7 @@ schemas: name: NameNodeAddress description: REQUIRED; [Required] IP Address or DNS HostName. protocol: {} - - schema: *ref_443 + - schema: *ref_437 nullable: true required: false serializedName: protocol @@ -23708,30 +23629,30 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_448 - discriminator: &ref_839 + - *ref_438 + - *ref_439 + - *ref_440 + - *ref_441 + - *ref_442 + discriminator: &ref_833 all: - AzureBlob: *ref_444 - AzureDataLakeGen1: *ref_445 - AzureDataLakeGen2: *ref_446 - AzureFile: *ref_447 - Hdfs: *ref_448 + AzureBlob: *ref_438 + AzureDataLakeGen1: *ref_439 + AzureDataLakeGen2: *ref_440 + AzureFile: *ref_441 + Hdfs: *ref_442 immediate: - AzureBlob: *ref_444 - AzureDataLakeGen1: *ref_445 - AzureDataLakeGen2: *ref_446 - AzureFile: *ref_447 - Hdfs: *ref_448 - property: &ref_491 - schema: *ref_449 + AzureBlob: *ref_438 + AzureDataLakeGen1: *ref_439 + AzureDataLakeGen2: *ref_440 + AzureFile: *ref_441 + Hdfs: *ref_442 + property: &ref_485 + schema: *ref_443 isDiscriminator: true required: true serializedName: datastoreType - language: &ref_3323 + language: &ref_3316 default: name: datastoreType description: '[Required] Storage type backing the datastore.' @@ -23739,43 +23660,43 @@ schemas: name: DatastoreType description: REQUIRED; [Required] Storage type backing the datastore. protocol: {} - parents: &ref_840 + parents: &ref_834 all: - - *ref_395 + - *ref_389 immediate: - - *ref_395 + - *ref_389 properties: - schema: type: object - children: &ref_450 + children: &ref_444 all: - - &ref_451 + - &ref_445 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeAccountKey parents: all: - - &ref_452 + - &ref_446 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_450 - discriminator: &ref_489 + children: *ref_444 + discriminator: &ref_483 all: - AccountKey: *ref_451 - Certificate: &ref_483 + AccountKey: *ref_445 + Certificate: &ref_477 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeCertificate parents: all: - - *ref_452 + - *ref_446 immediate: - - *ref_452 + - *ref_446 properties: - - schema: *ref_453 + - schema: *ref_447 nullable: true required: false serializedName: authorityUrl @@ -23787,7 +23708,7 @@ schemas: name: AuthorityURL description: Authority URL used for authentication. protocol: {} - - schema: *ref_454 + - schema: *ref_448 required: true serializedName: clientId language: @@ -23798,7 +23719,7 @@ schemas: name: ClientID description: REQUIRED; [Required] Service principal client ID. protocol: {} - - schema: *ref_455 + - schema: *ref_449 nullable: true required: false serializedName: resourceUrl @@ -23810,34 +23731,34 @@ schemas: name: ResourceURL description: Resource the service principal has access to. protocol: {} - - schema: &ref_458 + - schema: &ref_452 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeCertificate parents: all: - - &ref_456 + - &ref_450 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_2039 + children: &ref_2032 all: - - &ref_463 + - &ref_457 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeAccountKey parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_457 + - schema: *ref_451 nullable: true serializedName: key - language: &ref_3370 + language: &ref_3363 default: name: key description: Storage account key. @@ -23863,19 +23784,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_458 - - &ref_464 + - *ref_452 + - &ref_458 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeKerberosKeytab parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_459 + - schema: *ref_453 nullable: true serializedName: kerberosKeytab language: @@ -23904,18 +23825,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_465 + - &ref_459 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeKerberosPassword parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_460 + - schema: *ref_454 nullable: true serializedName: kerberosPassword language: @@ -23944,18 +23865,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_466 + - &ref_460 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeSas parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_461 + - schema: *ref_455 nullable: true serializedName: sasToken language: @@ -23984,21 +23905,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_467 + - &ref_461 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SecretsTypeServicePrincipal parents: all: - - *ref_456 + - *ref_450 immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_462 + - schema: *ref_456 nullable: true serializedName: clientSecret - language: &ref_3354 + language: &ref_3347 default: name: clientSecret description: Service principal secret. @@ -24025,33 +23946,33 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_463 + - *ref_457 + - *ref_452 - *ref_458 - - *ref_464 - - *ref_465 - - *ref_466 - - *ref_467 - discriminator: &ref_2040 + - *ref_459 + - *ref_460 + - *ref_461 + discriminator: &ref_2033 all: - AccountKey: *ref_463 - Certificate: *ref_458 - KerberosKeytab: *ref_464 - KerberosPassword: *ref_465 - Sas: *ref_466 - ServicePrincipal: *ref_467 + AccountKey: *ref_457 + Certificate: *ref_452 + KerberosKeytab: *ref_458 + KerberosPassword: *ref_459 + Sas: *ref_460 + ServicePrincipal: *ref_461 immediate: - AccountKey: *ref_463 - Certificate: *ref_458 - KerberosKeytab: *ref_464 - KerberosPassword: *ref_465 - Sas: *ref_466 - ServicePrincipal: *ref_467 - property: &ref_469 - schema: *ref_468 + AccountKey: *ref_457 + Certificate: *ref_452 + KerberosKeytab: *ref_458 + KerberosPassword: *ref_459 + Sas: *ref_460 + ServicePrincipal: *ref_461 + property: &ref_463 + schema: *ref_462 isDiscriminator: true required: true serializedName: secretsType - language: &ref_3352 + language: &ref_3345 default: name: secretsType description: '[Required] Credential type used to authentication with storage.' @@ -24060,13 +23981,13 @@ schemas: description: REQUIRED; [Required] Credential type used to authentication with storage. protocol: {} properties: - - *ref_469 + - *ref_463 serializationFormats: - json usage: - output - input - language: &ref_3353 + language: &ref_3346 default: name: DatastoreSecrets description: Base definition for datastore secrets. @@ -24088,9 +24009,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_456 + - *ref_450 properties: - - schema: *ref_470 + - schema: *ref_464 nullable: true serializedName: certificate language: @@ -24135,7 +24056,7 @@ schemas: name: Secrets description: REQUIRED; [Required] Service principal secrets. protocol: {} - - schema: *ref_471 + - schema: *ref_465 required: true serializedName: tenantId language: @@ -24146,7 +24067,7 @@ schemas: name: TenantID description: REQUIRED; [Required] ID of the tenant to which the service principal belongs. protocol: {} - - schema: *ref_472 + - schema: *ref_466 required: true serializedName: thumbprint language: @@ -24175,34 +24096,34 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - KerberosKeytab: &ref_473 + KerberosKeytab: &ref_467 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeKerberosKeytab parents: all: - - &ref_474 + - &ref_468 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_473 - - &ref_475 + - *ref_467 + - &ref_469 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeKerberosPassword parents: all: - - *ref_474 - - *ref_452 + - *ref_468 + - *ref_446 immediate: - - *ref_474 - - *ref_452 + - *ref_468 + - *ref_446 properties: - - schema: *ref_465 + - schema: *ref_459 required: true serializedName: secrets extensions: @@ -24238,10 +24159,10 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_473 - - *ref_475 + - *ref_467 + - *ref_469 properties: - - schema: *ref_476 + - schema: *ref_470 required: true serializedName: kerberosKdcAddress extensions: @@ -24256,7 +24177,7 @@ schemas: name: KerberosKdcAddress description: REQUIRED; [Required] IP Address or DNS HostName. protocol: {} - - schema: *ref_477 + - schema: *ref_471 required: true serializedName: kerberosPrincipal extensions: @@ -24271,7 +24192,7 @@ schemas: name: KerberosPrincipal description: REQUIRED; [Required] Kerberos Username protocol: {} - - schema: *ref_478 + - schema: *ref_472 required: true serializedName: kerberosRealm extensions: @@ -24302,12 +24223,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_452 + - *ref_446 immediate: - - *ref_474 - - *ref_452 + - *ref_468 + - *ref_446 properties: - - schema: *ref_464 + - schema: *ref_458 required: true serializedName: secrets extensions: @@ -24342,17 +24263,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - KerberosPassword: *ref_475 - None: &ref_484 + KerberosPassword: *ref_469 + None: &ref_478 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeNone parents: all: - - *ref_452 + - *ref_446 immediate: - - *ref_452 + - *ref_446 serializationFormats: - json usage: @@ -24371,18 +24292,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - Sas: &ref_485 + Sas: &ref_479 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeSas parents: all: - - *ref_452 + - *ref_446 immediate: - - *ref_452 + - *ref_446 properties: - - schema: *ref_466 + - schema: *ref_460 required: true serializedName: secrets extensions: @@ -24417,22 +24338,22 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - ServicePrincipal: &ref_486 + ServicePrincipal: &ref_480 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: CredentialsTypeServicePrincipal parents: all: - - *ref_452 + - *ref_446 immediate: - - *ref_452 + - *ref_446 properties: - - schema: *ref_479 + - schema: *ref_473 nullable: true required: false serializedName: authorityUrl - language: &ref_3349 + language: &ref_3342 default: name: authorityUrl description: Authority URL used for authentication. @@ -24440,10 +24361,10 @@ schemas: name: AuthorityURL description: Authority URL used for authentication. protocol: {} - - schema: *ref_480 + - schema: *ref_474 required: true serializedName: clientId - language: &ref_3350 + language: &ref_3343 default: name: clientId description: '[Required] Service principal client ID.' @@ -24451,11 +24372,11 @@ schemas: name: ClientID description: REQUIRED; [Required] Service principal client ID. protocol: {} - - schema: *ref_481 + - schema: *ref_475 nullable: true required: false serializedName: resourceUrl - language: &ref_3351 + language: &ref_3344 default: name: resourceUrl description: Resource the service principal has access to. @@ -24463,7 +24384,7 @@ schemas: name: ResourceURL description: Resource the service principal has access to. protocol: {} - - schema: *ref_467 + - schema: *ref_461 required: true serializedName: secrets extensions: @@ -24472,7 +24393,7 @@ schemas: - create - update x-ms-secret: true - language: &ref_3355 + language: &ref_3348 default: name: secrets description: '[Required] Service principal secrets.' @@ -24480,10 +24401,10 @@ schemas: name: Secrets description: REQUIRED; [Required] Service principal secrets. protocol: {} - - schema: *ref_482 + - schema: *ref_476 required: true serializedName: tenantId - language: &ref_3356 + language: &ref_3349 default: name: tenantId description: '[Required] ID of the tenant to which the service principal belongs.' @@ -24510,19 +24431,19 @@ schemas: namespace: '' protocol: {} immediate: - AccountKey: *ref_451 - Certificate: *ref_483 - KerberosKeytab: *ref_473 - KerberosPassword: *ref_475 - None: *ref_484 - Sas: *ref_485 - ServicePrincipal: *ref_486 - property: &ref_488 - schema: *ref_487 + AccountKey: *ref_445 + Certificate: *ref_477 + KerberosKeytab: *ref_467 + KerberosPassword: *ref_469 + None: *ref_478 + Sas: *ref_479 + ServicePrincipal: *ref_480 + property: &ref_482 + schema: *ref_481 isDiscriminator: true required: true serializedName: credentialsType - language: &ref_3320 + language: &ref_3313 default: name: credentialsType description: '[Required] Credential type used to authentication with storage.' @@ -24531,13 +24452,13 @@ schemas: description: REQUIRED; [Required] Credential type used to authentication with storage. protocol: {} properties: - - *ref_488 + - *ref_482 serializationFormats: - json usage: - output - input - language: &ref_3321 + language: &ref_3314 default: name: DatastoreCredentials description: Base definition for datastore credentials. @@ -24560,9 +24481,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_452 + - *ref_446 properties: - - schema: *ref_463 + - schema: *ref_457 required: true serializedName: secrets extensions: @@ -24571,7 +24492,7 @@ schemas: - create - update x-ms-secret: true - language: &ref_3371 + language: &ref_3364 default: name: secrets description: '[Required] Storage account secrets.' @@ -24597,31 +24518,31 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_483 - - *ref_473 - - *ref_475 - - *ref_484 - - *ref_485 - - *ref_486 + - *ref_477 + - *ref_467 + - *ref_469 + - *ref_478 + - *ref_479 + - *ref_480 immediate: - - *ref_451 - - *ref_483 - - *ref_473 - - *ref_475 - - *ref_484 - - *ref_485 - - *ref_486 - discriminator: *ref_489 + - *ref_445 + - *ref_477 + - *ref_467 + - *ref_469 + - *ref_478 + - *ref_479 + - *ref_480 + discriminator: *ref_483 language: - default: &ref_490 + default: &ref_484 name: DatastoreCredentialsClassification description: discriminated type discriminatorInterface: DatastoreCredentialsClassification - go: *ref_490 + go: *ref_484 protocol: {} required: true serializedName: credentials - language: &ref_3322 + language: &ref_3315 default: name: credentials description: '[Required] Account credentials.' @@ -24630,14 +24551,14 @@ schemas: description: REQUIRED; [Required] Account credentials. byValue: true protocol: {} - - *ref_491 - - schema: *ref_492 + - *ref_485 + - schema: *ref_486 readOnly: true required: false serializedName: isDefault extensions: - x-ms-mutability: *ref_493 - language: &ref_3324 + x-ms-mutability: *ref_487 + language: &ref_3317 default: name: isDefault description: Readonly property to indicate if datastore is the workspace default datastore @@ -24650,7 +24571,7 @@ schemas: usage: - output - input - language: &ref_3325 + language: &ref_3318 default: name: DatastoreDetails description: Base definition for datastore contents configuration. @@ -24670,16 +24591,16 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - &ref_829 + - &ref_823 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_387 + - *ref_389 immediate: - - *ref_393 + - *ref_387 serializationFormats: - json usage: @@ -24696,26 +24617,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_420 - - &ref_494 + - *ref_414 + - &ref_488 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_842 + children: &ref_836 all: - - &ref_801 + - &ref_795 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobTypeAutoML parents: all: - - *ref_494 - - *ref_395 + - *ref_488 + - *ref_389 immediate: - - *ref_494 + - *ref_488 properties: - - schema: *ref_495 + - schema: *ref_489 nullable: true required: false serializedName: environmentId @@ -24723,7 +24644,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3487 + language: &ref_3480 default: name: environmentId description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." @@ -24735,17 +24656,15 @@ schemas: running the job. protocol: {} - - schema: *ref_496 + - schema: *ref_490 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3488 + language: &ref_3481 default: name: environmentVariables description: Environment variables included in the job. @@ -24754,35 +24673,33 @@ schemas: description: Environment variables included in the job. byValue: true protocol: {} - - schema: &ref_780 + - schema: &ref_774 type: dictionary elementType: type: object - children: *ref_497 - discriminator: *ref_498 + children: *ref_491 + discriminator: *ref_492 language: - default: &ref_499 + default: &ref_493 name: JobOutputClassification description: discriminated type discriminatorInterface: JobOutputClassification - go: *ref_499 + go: *ref_493 protocol: {} language: - default: &ref_500 + default: &ref_494 name: map[string]JobOutputClassification description: map of discriminators - go: *ref_500 + go: *ref_494 protocol: {} nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3495 + language: &ref_3489 default: name: outputs description: Mapping of output data bindings used in the job. @@ -24791,7 +24708,7 @@ schemas: description: Mapping of output data bindings used in the job. byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_495 nullable: true required: false serializedName: resources @@ -24800,7 +24717,7 @@ schemas: - create - read x-nullable: true - language: &ref_3497 + language: &ref_3491 default: name: resources description: Compute Resource configuration for the job. @@ -24810,92 +24727,92 @@ schemas: protocol: {} - schema: type: object - children: &ref_504 + children: &ref_498 all: - - &ref_502 + - &ref_496 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeClassification parents: all: - - &ref_503 + - &ref_497 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_502 - - &ref_505 + - *ref_496 + - &ref_499 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeForecasting parents: all: - - *ref_503 - - &ref_508 + - *ref_497 + - &ref_502 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_504 - discriminator: &ref_748 + children: *ref_498 + discriminator: &ref_742 all: - Classification: *ref_502 - Forecasting: *ref_505 - ImageClassification: &ref_506 + Classification: *ref_496 + Forecasting: *ref_499 + ImageClassification: &ref_500 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeImageClassification parents: all: - - &ref_507 + - &ref_501 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_506 - - &ref_509 + - *ref_500 + - &ref_503 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeImageClassificationMultilabel parents: all: - - *ref_507 - - *ref_508 - - &ref_511 + - *ref_501 + - *ref_502 + - &ref_505 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_507 - - *ref_506 - - *ref_509 - - &ref_510 + - *ref_501 + - *ref_500 + - *ref_503 + - &ref_504 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_514 + - &ref_508 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeImageInstanceSegmentation parents: all: - - *ref_510 - - *ref_508 - - *ref_511 + - *ref_504 + - *ref_502 + - *ref_505 immediate: - - *ref_510 - - *ref_508 + - *ref_504 + - *ref_502 properties: - - schema: *ref_512 + - schema: *ref_506 serializedName: primaryMetric language: default: @@ -24925,21 +24842,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_515 + - &ref_509 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeImageObjectDetection parents: all: - - *ref_510 - - *ref_508 - - *ref_511 + - *ref_504 + - *ref_502 + - *ref_505 immediate: - - *ref_510 - - *ref_508 + - *ref_504 + - *ref_502 properties: - - schema: *ref_513 + - schema: *ref_507 serializedName: primaryMetric language: default: @@ -24972,37 +24889,37 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_514 - - *ref_515 + - *ref_508 + - *ref_509 parents: all: - - *ref_511 + - *ref_505 immediate: - - *ref_511 + - *ref_505 properties: - - schema: &ref_521 + - schema: &ref_515 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_516 + - &ref_510 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_522 + - &ref_516 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_516 + - *ref_510 immediate: - - *ref_516 + - *ref_510 properties: - - schema: *ref_517 + - schema: *ref_511 nullable: true serializedName: trainingCropSize language: @@ -25017,10 +24934,10 @@ schemas: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - schema: *ref_518 + - schema: *ref_512 nullable: true serializedName: validationCropSize - language: &ref_3512 + language: &ref_3506 default: name: validationCropSize description: >- @@ -25032,7 +24949,7 @@ schemas: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - schema: *ref_519 + - schema: *ref_513 nullable: true serializedName: validationResizeSize language: @@ -25043,7 +24960,7 @@ schemas: name: ValidationResizeSize description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - schema: *ref_520 + - schema: *ref_514 nullable: true serializedName: weightedLoss language: @@ -25076,12 +24993,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_521 + - *ref_515 immediate: - - *ref_522 - - *ref_521 + - *ref_516 + - *ref_515 properties: - - schema: *ref_523 + - schema: *ref_517 nullable: true serializedName: advancedSettings language: @@ -25092,7 +25009,7 @@ schemas: name: AdvancedSettings description: Settings for advanced scenarios. protocol: {} - - schema: *ref_524 + - schema: *ref_518 nullable: true serializedName: amsGradient language: @@ -25103,7 +25020,7 @@ schemas: name: AmsGradient description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - schema: *ref_525 + - schema: *ref_519 nullable: true serializedName: augmentations language: @@ -25114,7 +25031,7 @@ schemas: name: Augmentations description: Settings for using Augmentations. protocol: {} - - schema: *ref_526 + - schema: *ref_520 nullable: true serializedName: beta1 language: @@ -25125,7 +25042,7 @@ schemas: name: Beta1 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_527 + - schema: *ref_521 nullable: true serializedName: beta2 language: @@ -25136,7 +25053,7 @@ schemas: name: Beta2 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_528 + - schema: *ref_522 nullable: true serializedName: checkpointDatasetId language: @@ -25149,7 +25066,7 @@ schemas: FileDataset id for pretrained checkpoint(s) for incremental training. Make sure to pass CheckpointFilename along with CheckpointDatasetId. protocol: {} - - schema: *ref_529 + - schema: *ref_523 nullable: true serializedName: checkpointFilename language: @@ -25162,7 +25079,7 @@ schemas: The pretrained checkpoint filename in FileDataset for incremental training. Make sure to pass CheckpointDatasetId along with CheckpointFilename. protocol: {} - - schema: *ref_530 + - schema: *ref_524 nullable: true serializedName: checkpointFrequency language: @@ -25173,7 +25090,7 @@ schemas: name: CheckpointFrequency description: Frequency to store model checkpoints. Must be a positive integer. protocol: {} - - schema: *ref_531 + - schema: *ref_525 nullable: true serializedName: checkpointRunId language: @@ -25184,7 +25101,7 @@ schemas: name: CheckpointRunID description: The id of a previous run that has a pretrained checkpoint for incremental training. protocol: {} - - schema: *ref_532 + - schema: *ref_526 nullable: true serializedName: distributed language: @@ -25195,7 +25112,7 @@ schemas: name: Distributed description: Whether to use distributed training. protocol: {} - - schema: *ref_533 + - schema: *ref_527 nullable: true serializedName: earlyStopping language: @@ -25206,7 +25123,7 @@ schemas: name: EarlyStopping description: Enable early stopping logic during training. protocol: {} - - schema: *ref_534 + - schema: *ref_528 nullable: true serializedName: earlyStoppingDelay language: @@ -25219,7 +25136,7 @@ schemas: Minimum number of epochs or validation evaluations to wait before primary metric improvement is tracked for early stopping. Must be a positive integer. protocol: {} - - schema: *ref_535 + - schema: *ref_529 nullable: true serializedName: earlyStoppingPatience language: @@ -25232,7 +25149,7 @@ schemas: Minimum number of epochs or validation evaluations with no primary metric improvement before the run is stopped. Must be a positive integer. protocol: {} - - schema: *ref_536 + - schema: *ref_530 nullable: true serializedName: enableOnnxNormalization language: @@ -25243,7 +25160,7 @@ schemas: name: EnableOnnxNormalization description: Enable normalization when exporting ONNX model. protocol: {} - - schema: *ref_537 + - schema: *ref_531 nullable: true serializedName: evaluationFrequency language: @@ -25254,7 +25171,7 @@ schemas: name: EvaluationFrequency description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - schema: *ref_538 + - schema: *ref_532 nullable: true serializedName: gradientAccumulationStep language: @@ -25269,7 +25186,7 @@ schemas: accumulated gradients to compute the weight updates. Must be a positive integer. protocol: {} - - schema: *ref_539 + - schema: *ref_533 nullable: true serializedName: layersToFreeze language: @@ -25285,7 +25202,7 @@ schemas: on layer freeze, please see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. protocol: {} - - schema: *ref_540 + - schema: *ref_534 nullable: true serializedName: learningRate language: @@ -25296,7 +25213,7 @@ schemas: name: LearningRate description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_541 + - schema: *ref_535 serializedName: learningRateScheduler language: default: @@ -25306,7 +25223,7 @@ schemas: name: LearningRateScheduler description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. protocol: {} - - schema: *ref_542 + - schema: *ref_536 nullable: true serializedName: modelName language: @@ -25321,7 +25238,7 @@ schemas: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. protocol: {} - - schema: *ref_543 + - schema: *ref_537 nullable: true serializedName: momentum language: @@ -25332,7 +25249,7 @@ schemas: name: Momentum description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_544 + - schema: *ref_538 nullable: true serializedName: nesterov language: @@ -25343,7 +25260,7 @@ schemas: name: Nesterov description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - schema: *ref_545 + - schema: *ref_539 nullable: true serializedName: numberOfEpochs language: @@ -25354,7 +25271,7 @@ schemas: name: NumberOfEpochs description: Number of training epochs. Must be a positive integer. protocol: {} - - schema: *ref_546 + - schema: *ref_540 nullable: true serializedName: numberOfWorkers language: @@ -25365,7 +25282,7 @@ schemas: name: NumberOfWorkers description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - schema: *ref_547 + - schema: *ref_541 serializedName: optimizer language: default: @@ -25375,7 +25292,7 @@ schemas: name: Optimizer description: Type of optimizer. protocol: {} - - schema: *ref_548 + - schema: *ref_542 nullable: true serializedName: randomSeed language: @@ -25386,7 +25303,7 @@ schemas: name: RandomSeed description: Random seed to be used when using deterministic training. protocol: {} - - schema: *ref_549 + - schema: *ref_543 nullable: true serializedName: splitRatio language: @@ -25399,7 +25316,7 @@ schemas: If validation data is not defined, this specifies the split ratio for splitting train data into random train and validation subsets. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_550 + - schema: *ref_544 nullable: true serializedName: stepLRGamma language: @@ -25410,7 +25327,7 @@ schemas: name: StepLRGamma description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_551 + - schema: *ref_545 nullable: true serializedName: stepLRStepSize language: @@ -25421,7 +25338,7 @@ schemas: name: StepLRStepSize description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - schema: *ref_552 + - schema: *ref_546 nullable: true serializedName: trainingBatchSize language: @@ -25432,7 +25349,7 @@ schemas: name: TrainingBatchSize description: Training batch size. Must be a positive integer. protocol: {} - - schema: *ref_553 + - schema: *ref_547 nullable: true serializedName: validationBatchSize language: @@ -25443,7 +25360,7 @@ schemas: name: ValidationBatchSize description: Validation batch size. Must be a positive integer. protocol: {} - - schema: *ref_554 + - schema: *ref_548 nullable: true serializedName: warmupCosineLRCycles language: @@ -25458,7 +25375,7 @@ schemas: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_555 + - schema: *ref_549 nullable: true serializedName: warmupCosineLRWarmupEpochs language: @@ -25469,7 +25386,7 @@ schemas: name: WarmupCosineLRWarmupEpochs description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - schema: *ref_556 + - schema: *ref_550 nullable: true serializedName: weightDecay language: @@ -25501,9 +25418,9 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_516 + - *ref_510 properties: - - schema: *ref_557 + - schema: *ref_551 nullable: true serializedName: boxDetectionsPerImage language: @@ -25516,7 +25433,7 @@ schemas: Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is not supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_558 + - schema: *ref_552 nullable: true serializedName: boxScoreThreshold language: @@ -25529,7 +25446,7 @@ schemas: During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be a float in the range[0, 1]. protocol: {} - - schema: *ref_559 + - schema: *ref_553 nullable: true serializedName: imageSize language: @@ -25542,7 +25459,7 @@ schemas: Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA OOM if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_560 + - schema: *ref_554 nullable: true serializedName: maxSize language: @@ -25557,7 +25474,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_561 + - schema: *ref_555 nullable: true serializedName: minSize language: @@ -25572,7 +25489,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_562 + - schema: *ref_556 serializedName: modelSize language: default: @@ -25584,7 +25501,7 @@ schemas: Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the model size is too big. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_563 + - schema: *ref_557 nullable: true serializedName: multiScale language: @@ -25597,7 +25514,7 @@ schemas: Enable multi-scale image by varying image size by +/- 50%. Note: training run may get into CUDA OOM if no sufficient GPU memory. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_564 + - schema: *ref_558 nullable: true serializedName: nmsIouThreshold language: @@ -25608,7 +25525,7 @@ schemas: name: NmsIouThreshold description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_565 + - schema: *ref_559 nullable: true serializedName: tileGridSize language: @@ -25623,7 +25540,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_566 + - schema: *ref_560 nullable: true serializedName: tileOverlapRatio language: @@ -25636,7 +25553,7 @@ schemas: Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1). Note: This settings is not supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_567 + - schema: *ref_561 nullable: true serializedName: tilePredictionsNmsThreshold language: @@ -25651,7 +25568,7 @@ schemas: 'yolov5' algorithm. protocol: {} - - schema: *ref_568 + - schema: *ref_562 nullable: true serializedName: validationIouThreshold language: @@ -25662,7 +25579,7 @@ schemas: name: ValidationIouThreshold description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - schema: *ref_569 + - schema: *ref_563 serializedName: validationMetricType language: default: @@ -25704,33 +25621,33 @@ schemas: name: ModelSettings description: Settings used for training the model. protocol: {} - - schema: &ref_1280 + - schema: &ref_1273 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_575 + elementType: &ref_569 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_570 + - &ref_564 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_576 + - &ref_570 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_570 + - *ref_564 immediate: - - *ref_570 + - *ref_564 properties: - - schema: *ref_571 + - schema: *ref_565 nullable: true serializedName: trainingCropSize language: @@ -25745,10 +25662,10 @@ schemas: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - schema: *ref_572 + - schema: *ref_566 nullable: true serializedName: validationCropSize - language: &ref_3514 + language: &ref_3508 default: name: validationCropSize description: >- @@ -25760,7 +25677,7 @@ schemas: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - schema: *ref_573 + - schema: *ref_567 nullable: true serializedName: validationResizeSize language: @@ -25775,7 +25692,7 @@ schemas: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - schema: *ref_574 + - schema: *ref_568 nullable: true serializedName: weightedLoss language: @@ -25814,12 +25731,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_575 + - *ref_569 immediate: - - *ref_576 - - *ref_575 + - *ref_570 + - *ref_569 properties: - - schema: *ref_577 + - schema: *ref_571 nullable: true serializedName: amsGradient language: @@ -25830,7 +25747,7 @@ schemas: name: AmsGradient description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - schema: *ref_578 + - schema: *ref_572 nullable: true serializedName: augmentations language: @@ -25841,7 +25758,7 @@ schemas: name: Augmentations description: Settings for using Augmentations. protocol: {} - - schema: *ref_579 + - schema: *ref_573 nullable: true serializedName: beta1 language: @@ -25852,7 +25769,7 @@ schemas: name: Beta1 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_580 + - schema: *ref_574 nullable: true serializedName: beta2 language: @@ -25863,7 +25780,7 @@ schemas: name: Beta2 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_581 + - schema: *ref_575 nullable: true serializedName: distributed language: @@ -25874,7 +25791,7 @@ schemas: name: Distributed description: Whether to use distributer training. protocol: {} - - schema: *ref_582 + - schema: *ref_576 nullable: true serializedName: earlyStopping language: @@ -25885,7 +25802,7 @@ schemas: name: EarlyStopping description: Enable early stopping logic during training. protocol: {} - - schema: *ref_583 + - schema: *ref_577 nullable: true serializedName: earlyStoppingDelay language: @@ -25898,7 +25815,7 @@ schemas: Minimum number of epochs or validation evaluations to wait before primary metric improvement is tracked for early stopping. Must be a positive integer. protocol: {} - - schema: *ref_584 + - schema: *ref_578 nullable: true serializedName: earlyStoppingPatience language: @@ -25911,7 +25828,7 @@ schemas: Minimum number of epochs or validation evaluations with no primary metric improvement before the run is stopped. Must be a positive integer. protocol: {} - - schema: *ref_585 + - schema: *ref_579 nullable: true serializedName: enableOnnxNormalization language: @@ -25922,7 +25839,7 @@ schemas: name: EnableOnnxNormalization description: Enable normalization when exporting ONNX model. protocol: {} - - schema: *ref_586 + - schema: *ref_580 nullable: true serializedName: evaluationFrequency language: @@ -25933,7 +25850,7 @@ schemas: name: EvaluationFrequency description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - schema: *ref_587 + - schema: *ref_581 nullable: true serializedName: gradientAccumulationStep language: @@ -25948,7 +25865,7 @@ schemas: accumulated gradients to compute the weight updates. Must be a positive integer. protocol: {} - - schema: *ref_588 + - schema: *ref_582 nullable: true serializedName: layersToFreeze language: @@ -25964,7 +25881,7 @@ schemas: on layer freeze, please see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. protocol: {} - - schema: *ref_589 + - schema: *ref_583 nullable: true serializedName: learningRate language: @@ -25975,7 +25892,7 @@ schemas: name: LearningRate description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_590 + - schema: *ref_584 nullable: true serializedName: learningRateScheduler language: @@ -25986,7 +25903,7 @@ schemas: name: LearningRateScheduler description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. protocol: {} - - schema: *ref_591 + - schema: *ref_585 nullable: true serializedName: modelName language: @@ -26001,7 +25918,7 @@ schemas: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. protocol: {} - - schema: *ref_592 + - schema: *ref_586 nullable: true serializedName: momentum language: @@ -26012,7 +25929,7 @@ schemas: name: Momentum description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_593 + - schema: *ref_587 nullable: true serializedName: nesterov language: @@ -26023,7 +25940,7 @@ schemas: name: Nesterov description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - schema: *ref_594 + - schema: *ref_588 nullable: true serializedName: numberOfEpochs language: @@ -26034,7 +25951,7 @@ schemas: name: NumberOfEpochs description: Number of training epochs. Must be a positive integer. protocol: {} - - schema: *ref_595 + - schema: *ref_589 nullable: true serializedName: numberOfWorkers language: @@ -26045,7 +25962,7 @@ schemas: name: NumberOfWorkers description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - schema: *ref_596 + - schema: *ref_590 nullable: true serializedName: optimizer language: @@ -26056,7 +25973,7 @@ schemas: name: Optimizer description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. protocol: {} - - schema: *ref_597 + - schema: *ref_591 nullable: true serializedName: randomSeed language: @@ -26067,7 +25984,7 @@ schemas: name: RandomSeed description: Random seed to be used when using deterministic training. protocol: {} - - schema: *ref_598 + - schema: *ref_592 nullable: true serializedName: splitRatio language: @@ -26080,7 +25997,7 @@ schemas: If validation data is not defined, this specifies the split ratio for splitting train data into random train and validation subsets. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_599 + - schema: *ref_593 nullable: true serializedName: stepLRGamma language: @@ -26091,7 +26008,7 @@ schemas: name: StepLRGamma description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_600 + - schema: *ref_594 nullable: true serializedName: stepLRStepSize language: @@ -26102,7 +26019,7 @@ schemas: name: StepLRStepSize description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - schema: *ref_601 + - schema: *ref_595 nullable: true serializedName: trainingBatchSize language: @@ -26113,7 +26030,7 @@ schemas: name: TrainingBatchSize description: Training batch size. Must be a positive integer. protocol: {} - - schema: *ref_602 + - schema: *ref_596 nullable: true serializedName: validationBatchSize language: @@ -26124,7 +26041,7 @@ schemas: name: ValidationBatchSize description: Validation batch size. Must be a positive integer. protocol: {} - - schema: *ref_603 + - schema: *ref_597 nullable: true serializedName: warmupCosineLRCycles language: @@ -26139,7 +26056,7 @@ schemas: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_604 + - schema: *ref_598 nullable: true serializedName: warmupCosineLRWarmupEpochs language: @@ -26150,7 +26067,7 @@ schemas: name: WarmupCosineLRWarmupEpochs description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - schema: *ref_605 + - schema: *ref_599 nullable: true serializedName: weightDecay language: @@ -26191,9 +26108,9 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_570 + - *ref_564 properties: - - schema: *ref_606 + - schema: *ref_600 nullable: true serializedName: boxDetectionsPerImage language: @@ -26206,7 +26123,7 @@ schemas: Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is not supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_607 + - schema: *ref_601 nullable: true serializedName: boxScoreThreshold language: @@ -26219,7 +26136,7 @@ schemas: During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be a float in the range[0, 1]. protocol: {} - - schema: *ref_608 + - schema: *ref_602 nullable: true serializedName: imageSize language: @@ -26232,7 +26149,7 @@ schemas: Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA OOM if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_609 + - schema: *ref_603 nullable: true serializedName: maxSize language: @@ -26247,7 +26164,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_610 + - schema: *ref_604 nullable: true serializedName: minSize language: @@ -26262,7 +26179,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_611 + - schema: *ref_605 nullable: true serializedName: modelSize language: @@ -26275,7 +26192,7 @@ schemas: Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the model size is too big. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_612 + - schema: *ref_606 nullable: true serializedName: multiScale language: @@ -26288,7 +26205,7 @@ schemas: Enable multi-scale image by varying image size by +/- 50%. Note: training run may get into CUDA OOM if no sufficient GPU memory. Note: This settings is only supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_613 + - schema: *ref_607 nullable: true serializedName: nmsIouThreshold language: @@ -26299,7 +26216,7 @@ schemas: name: NmsIouThreshold description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. protocol: {} - - schema: *ref_614 + - schema: *ref_608 nullable: true serializedName: tileGridSize language: @@ -26314,7 +26231,7 @@ schemas: supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_615 + - schema: *ref_609 nullable: true serializedName: tileOverlapRatio language: @@ -26327,7 +26244,7 @@ schemas: Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1). Note: This settings is not supported for the 'yolov5' algorithm. protocol: {} - - schema: *ref_616 + - schema: *ref_610 nullable: true serializedName: tilePredictionsNmsThreshold language: @@ -26342,7 +26259,7 @@ schemas: 'yolov5' algorithm. NMS: Non-maximum suppression protocol: {} - - schema: *ref_617 + - schema: *ref_611 nullable: true serializedName: validationIouThreshold language: @@ -26353,7 +26270,7 @@ schemas: name: ValidationIouThreshold description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - schema: *ref_618 + - schema: *ref_612 nullable: true serializedName: validationMetricType language: @@ -26431,56 +26348,56 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_514 - - *ref_515 + - *ref_508 + - *ref_509 immediate: - - *ref_507 - - *ref_510 + - *ref_501 + - *ref_504 properties: - - schema: &ref_636 + - schema: &ref_630 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_619 + - &ref_613 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_637 + - &ref_631 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_619 + - *ref_613 immediate: - - *ref_619 + - *ref_613 properties: - - schema: &ref_620 + - schema: &ref_614 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_621 + - &ref_615 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_620 - - &ref_622 + - *ref_614 + - &ref_616 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_621 + - *ref_615 immediate: - - *ref_621 + - *ref_615 serializationFormats: - json usage: @@ -26497,15 +26414,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_623 + - &ref_617 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_621 + - *ref_615 immediate: - - *ref_621 + - *ref_615 serializationFormats: - json usage: @@ -26523,11 +26440,11 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_620 - - *ref_622 - - *ref_623 + - *ref_614 + - *ref_616 + - *ref_617 properties: - - schema: *ref_39 + - schema: *ref_38 nullable: true serializedName: data extensions: @@ -26541,7 +26458,7 @@ schemas: name: Data description: Validation data MLTable. protocol: {} - - schema: *ref_624 + - schema: *ref_618 nullable: true serializedName: validationDataSize language: @@ -26571,13 +26488,13 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_621 + - *ref_615 properties: - - schema: &ref_1270 + - schema: &ref_1263 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_625 + elementType: *ref_619 language: default: name: TableVerticalValidationDataSettingsCvSplitColumnNames @@ -26600,35 +26517,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_626 + children: &ref_620 all: - - &ref_627 + - &ref_621 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: NCrossValidationsModeAuto parents: all: - - &ref_628 + - &ref_622 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_626 - discriminator: &ref_633 + children: *ref_620 + discriminator: &ref_627 all: - Auto: *ref_627 - Custom: &ref_630 + Auto: *ref_621 + Custom: &ref_624 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: NCrossValidationsModeCustom parents: all: - - *ref_628 + - *ref_622 immediate: - - *ref_628 + - *ref_622 properties: - - schema: *ref_629 + - schema: *ref_623 required: true serializedName: value language: @@ -26658,10 +26575,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_627 - Custom: *ref_630 - property: &ref_632 - schema: *ref_631 + Auto: *ref_621 + Custom: *ref_624 + property: &ref_626 + schema: *ref_625 isDiscriminator: true required: true serializedName: mode @@ -26678,7 +26595,7 @@ schemas: description: REQUIRED; [Required] Mode for determining N-Cross validations. protocol: {} properties: - - *ref_632 + - *ref_626 serializationFormats: - json usage: @@ -26702,7 +26619,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_628 + - *ref_622 serializationFormats: - json usage: @@ -26721,17 +26638,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_630 + - *ref_624 immediate: - - *ref_627 - - *ref_630 - discriminator: *ref_633 + - *ref_621 + - *ref_624 + discriminator: *ref_627 language: - default: &ref_634 + default: &ref_628 name: NCrossValidationsClassification description: discriminated type discriminatorInterface: NCrossValidationsClassification - go: *ref_634 + go: *ref_628 protocol: {} nullable: true serializedName: nCrossValidations @@ -26779,7 +26696,7 @@ schemas: name: ValidationData description: Validation data inputs. protocol: {} - - schema: *ref_635 + - schema: *ref_629 nullable: true serializedName: weightColumnName language: @@ -26810,18 +26727,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_636 - - &ref_638 + - *ref_630 + - &ref_632 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_619 + - *ref_613 immediate: - - *ref_619 + - *ref_613 properties: - - schema: *ref_623 + - schema: *ref_617 nullable: true serializedName: validationData extensions: @@ -26851,14 +26768,14 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_637 - - *ref_636 - - *ref_638 + - *ref_631 + - *ref_630 + - *ref_632 properties: - - schema: *ref_639 + - schema: *ref_633 required: true serializedName: targetColumnName - language: &ref_3500 + language: &ref_3494 default: name: targetColumnName description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." @@ -26868,12 +26785,12 @@ schemas: REQUIRED; [Required] Target column name: This is prediction values column. Also known as label column name in context of classification tasks. protocol: {} - - schema: &ref_1191 + - schema: &ref_1184 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_39 + - schema: *ref_38 nullable: true serializedName: data extensions: @@ -26887,7 +26804,7 @@ schemas: name: Data description: Test data MLTable. protocol: {} - - schema: *ref_640 + - schema: *ref_634 nullable: true serializedName: testDataSize language: @@ -26929,17 +26846,17 @@ schemas: name: TestData description: Test data input. protocol: {} - - schema: &ref_1192 + - schema: &ref_1185 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_39 + - schema: *ref_38 required: true serializedName: data extensions: x-ms-discriminator-value: MLTable - language: &ref_3505 + language: &ref_3499 default: name: data description: '[Required] Training data MLTable.' @@ -26965,7 +26882,7 @@ schemas: protocol: {} required: true serializedName: trainingData - language: &ref_3506 + language: &ref_3500 default: name: trainingData description: '[Required] Training data input.' @@ -26978,7 +26895,7 @@ schemas: usage: - output - input - language: &ref_3507 + language: &ref_3501 default: name: DataSettings description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. @@ -26992,9 +26909,9 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_619 + - *ref_613 properties: - - schema: *ref_622 + - schema: *ref_616 nullable: true serializedName: validationData extensions: @@ -27027,7 +26944,7 @@ schemas: protocol: {} required: true serializedName: dataSettings - language: &ref_3508 + language: &ref_3502 default: name: dataSettings description: >- @@ -27039,12 +26956,12 @@ schemas: REQUIRED; [Required] Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. protocol: {} - - schema: &ref_1199 + - schema: &ref_1192 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_641 + - schema: *ref_635 serializedName: maxConcurrentTrials language: default: @@ -27054,9 +26971,9 @@ schemas: name: MaxConcurrentTrials description: Maximum number of concurrent AutoML iterations. protocol: {} - - schema: *ref_642 + - schema: *ref_636 serializedName: maxTrials - language: &ref_3509 + language: &ref_3503 default: name: maxTrials description: Maximum number of AutoML iterations. @@ -27064,7 +26981,7 @@ schemas: name: MaxTrials description: Maximum number of AutoML iterations. protocol: {} - - schema: *ref_643 + - schema: *ref_637 serializedName: timeout language: default: @@ -27092,7 +27009,7 @@ schemas: protocol: {} required: true serializedName: limitSettings - language: &ref_3510 + language: &ref_3504 default: name: limitSettings description: '[Required] Limit settings for the AutoML job.' @@ -27100,40 +27017,40 @@ schemas: name: LimitSettings description: REQUIRED; [Required] Limit settings for the AutoML job. protocol: {} - - schema: &ref_1200 + - schema: &ref_1193 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_783 + - schema: &ref_777 type: object - children: &ref_644 + children: &ref_638 all: - - &ref_645 + - &ref_639 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EarlyTerminationPolicyTypeBandit parents: all: - - &ref_646 + - &ref_640 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_644 - discriminator: &ref_656 + children: *ref_638 + discriminator: &ref_650 all: - Bandit: *ref_645 - MedianStopping: &ref_648 + Bandit: *ref_639 + MedianStopping: &ref_642 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EarlyTerminationPolicyTypeMedianStopping parents: all: - - *ref_646 + - *ref_640 immediate: - - *ref_646 + - *ref_640 serializationFormats: - json usage: @@ -27154,18 +27071,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - TruncationSelection: &ref_649 + TruncationSelection: &ref_643 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EarlyTerminationPolicyTypeTruncationSelection parents: all: - - *ref_646 + - *ref_640 immediate: - - *ref_646 + - *ref_640 properties: - - schema: *ref_647 + - schema: *ref_641 serializedName: truncationPercentage language: default: @@ -27198,15 +27115,15 @@ schemas: namespace: '' protocol: {} immediate: - Bandit: *ref_645 - MedianStopping: *ref_648 - TruncationSelection: *ref_649 - property: &ref_653 - schema: *ref_650 + Bandit: *ref_639 + MedianStopping: *ref_642 + TruncationSelection: *ref_643 + property: &ref_647 + schema: *ref_644 isDiscriminator: true required: true serializedName: policyType - language: &ref_3555 + language: &ref_3553 default: name: policyType description: '[Required] Name of policy configuration' @@ -27215,10 +27132,10 @@ schemas: description: REQUIRED; [Required] Name of policy configuration protocol: {} properties: - - schema: *ref_651 + - schema: *ref_645 required: false serializedName: delayEvaluation - language: &ref_3553 + language: &ref_3551 default: name: delayEvaluation description: Number of intervals by which to delay the first evaluation. @@ -27226,10 +27143,10 @@ schemas: name: DelayEvaluation description: Number of intervals by which to delay the first evaluation. protocol: {} - - schema: *ref_652 + - schema: *ref_646 required: false serializedName: evaluationInterval - language: &ref_3554 + language: &ref_3552 default: name: evaluationInterval description: Interval (number of runs) between policy evaluations. @@ -27237,13 +27154,13 @@ schemas: name: EvaluationInterval description: Interval (number of runs) between policy evaluations. protocol: {} - - *ref_653 + - *ref_647 serializationFormats: - json usage: - output - input - language: &ref_3556 + language: &ref_3554 default: name: EarlyTerminationPolicy description: Early termination policies enable canceling poor-performing runs before they complete @@ -27264,9 +27181,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_646 + - *ref_640 properties: - - schema: *ref_654 + - schema: *ref_648 serializedName: slackAmount language: default: @@ -27276,7 +27193,7 @@ schemas: name: SlackAmount description: Absolute distance allowed from the best performing run. protocol: {} - - schema: *ref_655 + - schema: *ref_649 serializedName: slackFactor language: default: @@ -27308,19 +27225,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_648 - - *ref_649 + - *ref_642 + - *ref_643 immediate: - - *ref_645 - - *ref_648 - - *ref_649 - discriminator: *ref_656 + - *ref_639 + - *ref_642 + - *ref_643 + discriminator: *ref_650 language: - default: &ref_657 + default: &ref_651 name: EarlyTerminationPolicyClassification description: discriminated type discriminatorInterface: EarlyTerminationPolicyClassification - go: *ref_657 + go: *ref_651 protocol: {} nullable: true required: false @@ -27336,12 +27253,12 @@ schemas: description: Type of early termination policy. byValue: true protocol: {} - - schema: &ref_1201 + - schema: &ref_1194 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_658 + - schema: *ref_652 nullable: true serializedName: maxConcurrentTrials language: @@ -27352,7 +27269,7 @@ schemas: name: MaxConcurrentTrials description: Maximum number of concurrent iterations for the underlying Sweep job. protocol: {} - - schema: *ref_659 + - schema: *ref_653 nullable: true serializedName: maxTrials language: @@ -27389,7 +27306,7 @@ schemas: name: Limits description: REQUIRED; [Required] Limit settings for model sweeping and hyperparameter sweeping. protocol: {} - - schema: *ref_660 + - schema: *ref_654 required: true serializedName: samplingAlgorithm language: @@ -27434,7 +27351,7 @@ schemas: usage: - output - input - language: &ref_3511 + language: &ref_3505 default: name: ImageVertical description: "Abstract class for AutoML tasks that train image (computer vision) models -\r\nsuch as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation." @@ -27448,10 +27365,10 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_507 - - *ref_508 + - *ref_501 + - *ref_502 properties: - - schema: *ref_661 + - schema: *ref_655 serializedName: primaryMetric language: default: @@ -27482,20 +27399,20 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_506 - - *ref_509 + - *ref_500 + - *ref_503 parents: all: - - *ref_511 + - *ref_505 immediate: - - *ref_511 + - *ref_505 properties: - - schema: *ref_522 + - schema: *ref_516 nullable: true serializedName: modelSettings extensions: x-nullable: true - language: &ref_3513 + language: &ref_3507 default: name: modelSettings description: Settings used for training the model. @@ -27503,11 +27420,11 @@ schemas: name: ModelSettings description: Settings used for training the model. protocol: {} - - schema: &ref_1279 + - schema: &ref_1272 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_576 + elementType: *ref_570 extensions: x-ms-identifiers: [] language: @@ -27524,7 +27441,7 @@ schemas: serializedName: searchSpace extensions: x-ms-identifiers: [] - language: &ref_3515 + language: &ref_3509 default: name: searchSpace description: Search space for sampling different combinations of models and their hyperparameters. @@ -27538,7 +27455,7 @@ schemas: usage: - output - input - language: &ref_3516 + language: &ref_3510 default: name: ImageClassificationBase description: '' @@ -27550,13 +27467,13 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_508 - - *ref_511 + - *ref_502 + - *ref_505 immediate: - - *ref_507 - - *ref_508 + - *ref_501 + - *ref_502 properties: - - schema: *ref_662 + - schema: *ref_656 serializedName: primaryMetric language: default: @@ -27588,27 +27505,27 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - ImageClassificationMultilabel: *ref_509 - ImageInstanceSegmentation: *ref_514 - ImageObjectDetection: *ref_515 - Regression: &ref_682 + ImageClassificationMultilabel: *ref_503 + ImageInstanceSegmentation: *ref_508 + ImageObjectDetection: *ref_509 + Regression: &ref_676 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeRegression parents: all: - - *ref_503 - - *ref_508 + - *ref_497 + - *ref_502 immediate: - - *ref_503 - - *ref_508 + - *ref_497 + - *ref_502 properties: - - schema: &ref_1285 + - schema: &ref_1278 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_663 + elementType: *ref_657 language: default: name: RegressionAllowedModels @@ -27630,11 +27547,11 @@ schemas: description: Allowed models for regression task. byValue: true protocol: {} - - schema: &ref_1286 + - schema: &ref_1279 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_663 + elementType: *ref_657 language: default: name: RegressionBlockedModels @@ -27656,7 +27573,7 @@ schemas: description: Blocked models for regression task. byValue: true protocol: {} - - schema: *ref_664 + - schema: *ref_658 serializedName: primaryMetric language: default: @@ -27685,34 +27602,34 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - TextClassification: &ref_665 + TextClassification: &ref_659 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeTextClassification parents: all: - - &ref_666 + - &ref_660 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_665 - - &ref_667 + - *ref_659 + - &ref_661 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeTextClassificationMultilabel parents: all: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 immediate: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 properties: - - schema: *ref_661 + - schema: *ref_655 readOnly: true serializedName: primaryMetric language: @@ -27743,20 +27660,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_668 + - &ref_662 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TaskTypeTextNER parents: all: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 immediate: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 properties: - - schema: *ref_662 + - schema: *ref_656 readOnly: true serializedName: primaryMetric language: @@ -27786,11 +27703,11 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_659 + - *ref_661 + - *ref_662 properties: - - schema: *ref_638 + - schema: *ref_632 nullable: true serializedName: dataSettings extensions: @@ -27803,33 +27720,33 @@ schemas: name: DataSettings description: Data inputs for AutoMLJob. protocol: {} - - schema: &ref_676 + - schema: &ref_670 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_669 + - &ref_663 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_677 + - &ref_671 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_669 + - *ref_663 immediate: - - *ref_669 + - *ref_663 properties: - - schema: &ref_1271 + - schema: &ref_1264 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_670 + elementType: *ref_664 language: default: name: TableVerticalFeaturizationSettingsBlockedTransformers @@ -27851,12 +27768,9 @@ schemas: description: These transformers shall not be used in featurization. byValue: true protocol: {} - - schema: *ref_671 + - schema: *ref_665 nullable: true serializedName: columnNameAndTypes - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: columnNameAndTypes @@ -27866,11 +27780,11 @@ schemas: description: Dictionary of column name and its type (int, float, string, datetime etc). byValue: true protocol: {} - - schema: &ref_1272 + - schema: &ref_1265 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_672 + elementType: *ref_666 language: default: name: TableVerticalFeaturizationSettingsDropColumns @@ -27892,7 +27806,7 @@ schemas: description: Columns to be dropped from data during featurization. byValue: true protocol: {} - - schema: *ref_673 + - schema: *ref_667 serializedName: enableDnnFeaturization language: default: @@ -27902,7 +27816,7 @@ schemas: name: EnableDnnFeaturization description: Determines whether to use Dnn based featurizers for data featurization. protocol: {} - - schema: *ref_674 + - schema: *ref_668 serializedName: mode language: default: @@ -27916,12 +27830,9 @@ schemas: If 'Custom' is selected then user can specify additional inputs to customize how featurization is done. protocol: {} - - schema: *ref_675 + - schema: *ref_669 nullable: true serializedName: transformerParams - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: transformerParams @@ -27952,12 +27863,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_676 + - *ref_670 immediate: - - *ref_677 - - *ref_676 + - *ref_671 + - *ref_670 properties: - - schema: *ref_678 + - schema: *ref_672 nullable: true serializedName: datasetLanguage language: @@ -27985,7 +27896,7 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_669 + - *ref_663 serializationFormats: - json usage: @@ -28014,12 +27925,12 @@ schemas: name: FeaturizationSettings description: Featurization inputs needed for AutoML job. protocol: {} - - schema: &ref_1202 + - schema: &ref_1195 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_679 + - schema: *ref_673 serializedName: maxConcurrentTrials language: default: @@ -28029,7 +27940,7 @@ schemas: name: MaxConcurrentTrials description: Maximum Concurrent AutoML iterations. protocol: {} - - schema: *ref_680 + - schema: *ref_674 serializedName: maxTrials language: default: @@ -28039,7 +27950,7 @@ schemas: name: MaxTrials description: Number of AutoML iterations. protocol: {} - - schema: *ref_681 + - schema: *ref_675 serializedName: timeout language: default: @@ -28093,12 +28004,12 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_508 + - *ref_502 immediate: - - *ref_666 - - *ref_508 + - *ref_660 + - *ref_502 properties: - - schema: *ref_662 + - schema: *ref_656 serializedName: primaryMetric language: default: @@ -28126,21 +28037,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - TextClassificationMultilabel: *ref_667 - TextNER: *ref_668 + TextClassificationMultilabel: *ref_661 + TextNER: *ref_662 immediate: - Classification: *ref_502 - Forecasting: *ref_505 - ImageClassification: *ref_506 - ImageClassificationMultilabel: *ref_509 - ImageInstanceSegmentation: *ref_514 - ImageObjectDetection: *ref_515 - Regression: *ref_682 - TextClassification: *ref_665 - TextClassificationMultilabel: *ref_667 - TextNER: *ref_668 - property: &ref_685 - schema: *ref_683 + Classification: *ref_496 + Forecasting: *ref_499 + ImageClassification: *ref_500 + ImageClassificationMultilabel: *ref_503 + ImageInstanceSegmentation: *ref_508 + ImageObjectDetection: *ref_509 + Regression: *ref_676 + TextClassification: *ref_659 + TextClassificationMultilabel: *ref_661 + TextNER: *ref_662 + property: &ref_679 + schema: *ref_677 isDiscriminator: true required: true serializedName: taskType @@ -28148,7 +28059,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3498 + language: &ref_3492 default: name: taskType description: '[Required] Task type for AutoMLJob.' @@ -28157,7 +28068,7 @@ schemas: description: REQUIRED; [Required] Task type for AutoMLJob. protocol: {} properties: - - schema: *ref_684 + - schema: *ref_678 required: false serializedName: logVerbosity language: @@ -28168,13 +28079,13 @@ schemas: name: LogVerbosity description: Log verbosity for the job. protocol: {} - - *ref_685 + - *ref_679 serializationFormats: - json usage: - output - input - language: &ref_3499 + language: &ref_3493 default: name: AutoMLVertical description: "AutoML vertical class.\r\nBase class for AutoML verticals - TableVertical/ImageVertical/NLPVertical" @@ -28200,14 +28111,14 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_503 - - *ref_508 + - *ref_497 + - *ref_502 properties: - - schema: &ref_1276 + - schema: &ref_1269 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_686 + elementType: *ref_680 language: default: name: ForecastingAllowedModels @@ -28229,11 +28140,11 @@ schemas: description: Allowed models for forecasting task. byValue: true protocol: {} - - schema: &ref_1277 + - schema: &ref_1270 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_686 + elementType: *ref_680 language: default: name: ForecastingBlockedModels @@ -28255,12 +28166,12 @@ schemas: description: Blocked models for forecasting task. byValue: true protocol: {} - - schema: &ref_1198 + - schema: &ref_1191 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_687 + - schema: *ref_681 nullable: true serializedName: countryOrRegionForHolidays language: @@ -28271,7 +28182,7 @@ schemas: name: CountryOrRegionForHolidays description: Country or region for holidays for forecasting tasks. These should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'. protocol: {} - - schema: *ref_688 + - schema: *ref_682 serializedName: cvStepSize language: default: @@ -28283,7 +28194,7 @@ schemas: Number of periods between the origin time of one CV fold and the next fold. For example, if CVStepSize = 3 for daily data, the origin time for each fold will be three days apart. protocol: {} - - schema: *ref_689 + - schema: *ref_683 serializedName: featureLags language: default: @@ -28295,35 +28206,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_690 + children: &ref_684 all: - - &ref_691 + - &ref_685 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ForecastHorizonModeAuto parents: all: - - &ref_692 + - &ref_686 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_690 - discriminator: &ref_697 + children: *ref_684 + discriminator: &ref_691 all: - Auto: *ref_691 - Custom: &ref_694 + Auto: *ref_685 + Custom: &ref_688 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ForecastHorizonModeCustom parents: all: - - *ref_692 + - *ref_686 immediate: - - *ref_692 + - *ref_686 properties: - - schema: *ref_693 + - schema: *ref_687 required: true serializedName: value language: @@ -28353,10 +28264,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_691 - Custom: *ref_694 - property: &ref_696 - schema: *ref_695 + Auto: *ref_685 + Custom: *ref_688 + property: &ref_690 + schema: *ref_689 isDiscriminator: true required: true serializedName: mode @@ -28373,7 +28284,7 @@ schemas: description: REQUIRED; [Required] Set forecast horizon value selection mode. protocol: {} properties: - - *ref_696 + - *ref_690 serializationFormats: - json usage: @@ -28397,7 +28308,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_692 + - *ref_686 serializationFormats: - json usage: @@ -28416,17 +28327,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_694 + - *ref_688 immediate: - - *ref_691 - - *ref_694 - discriminator: *ref_697 + - *ref_685 + - *ref_688 + discriminator: *ref_691 language: - default: &ref_698 + default: &ref_692 name: ForecastHorizonClassification description: discriminated type discriminatorInterface: ForecastHorizonClassification - go: *ref_698 + go: *ref_692 protocol: {} nullable: true serializedName: forecastHorizon @@ -28441,7 +28352,7 @@ schemas: description: The desired maximum forecast horizon in units of time-series frequency. byValue: true protocol: {} - - schema: *ref_699 + - schema: *ref_693 nullable: true serializedName: frequency language: @@ -28458,35 +28369,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_700 + children: &ref_694 all: - - &ref_701 + - &ref_695 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SeasonalityModeAuto parents: all: - - &ref_702 + - &ref_696 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_700 - discriminator: &ref_707 + children: *ref_694 + discriminator: &ref_701 all: - Auto: *ref_701 - Custom: &ref_704 + Auto: *ref_695 + Custom: &ref_698 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SeasonalityModeCustom parents: all: - - *ref_702 + - *ref_696 immediate: - - *ref_702 + - *ref_696 properties: - - schema: *ref_703 + - schema: *ref_697 required: true serializedName: value language: @@ -28516,10 +28427,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_701 - Custom: *ref_704 - property: &ref_706 - schema: *ref_705 + Auto: *ref_695 + Custom: *ref_698 + property: &ref_700 + schema: *ref_699 isDiscriminator: true required: true serializedName: mode @@ -28536,7 +28447,7 @@ schemas: description: REQUIRED; [Required] Seasonality mode. protocol: {} properties: - - *ref_706 + - *ref_700 serializationFormats: - json usage: @@ -28560,7 +28471,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_702 + - *ref_696 serializationFormats: - json usage: @@ -28579,17 +28490,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_704 + - *ref_698 immediate: - - *ref_701 - - *ref_704 - discriminator: *ref_707 + - *ref_695 + - *ref_698 + discriminator: *ref_701 language: - default: &ref_708 + default: &ref_702 name: SeasonalityClassification description: discriminated type discriminatorInterface: SeasonalityClassification - go: *ref_708 + go: *ref_702 protocol: {} nullable: true serializedName: seasonality @@ -28604,7 +28515,7 @@ schemas: description: Set time series seasonality as an integer multiple of the series frequency. If seasonality is set to 'auto', it will be inferred. byValue: true protocol: {} - - schema: *ref_709 + - schema: *ref_703 serializedName: shortSeriesHandlingConfig language: default: @@ -28614,7 +28525,7 @@ schemas: name: ShortSeriesHandlingConfig description: The parameter defining how if AutoML should handle short time series. protocol: {} - - schema: *ref_710 + - schema: *ref_704 serializedName: targetAggregateFunction language: default: @@ -28630,37 +28541,37 @@ schemas: protocol: {} - schema: type: object - children: &ref_711 + children: &ref_705 all: - - &ref_712 + - &ref_706 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TargetLagsModeAuto parents: all: - - &ref_713 + - &ref_707 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_711 - discriminator: &ref_717 + children: *ref_705 + discriminator: &ref_711 all: - Auto: *ref_712 - Custom: &ref_714 + Auto: *ref_706 + Custom: &ref_708 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TargetLagsModeCustom parents: all: - - *ref_713 + - *ref_707 immediate: - - *ref_713 + - *ref_707 properties: - - schema: &ref_1275 + - schema: &ref_1268 type: array - elementType: *ref_158 + elementType: *ref_156 language: default: name: ArrayOfArrayItemschema @@ -28702,10 +28613,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_712 - Custom: *ref_714 - property: &ref_716 - schema: *ref_715 + Auto: *ref_706 + Custom: *ref_708 + property: &ref_710 + schema: *ref_709 isDiscriminator: true required: true serializedName: mode @@ -28722,7 +28633,7 @@ schemas: description: REQUIRED; [Required] Set target lags mode - Auto/Custom protocol: {} properties: - - *ref_716 + - *ref_710 serializationFormats: - json usage: @@ -28746,7 +28657,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_713 + - *ref_707 serializationFormats: - json usage: @@ -28765,17 +28676,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_714 + - *ref_708 immediate: - - *ref_712 - - *ref_714 - discriminator: *ref_717 + - *ref_706 + - *ref_708 + discriminator: *ref_711 language: - default: &ref_718 + default: &ref_712 name: TargetLagsClassification description: discriminated type discriminatorInterface: TargetLagsClassification - go: *ref_718 + go: *ref_712 protocol: {} nullable: true serializedName: targetLags @@ -28792,35 +28703,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_719 + children: &ref_713 all: - - &ref_720 + - &ref_714 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TargetRollingWindowSizeModeAuto parents: all: - - &ref_721 + - &ref_715 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_719 - discriminator: &ref_726 + children: *ref_713 + discriminator: &ref_720 all: - Auto: *ref_720 - Custom: &ref_723 + Auto: *ref_714 + Custom: &ref_717 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: TargetRollingWindowSizeModeCustom parents: all: - - *ref_721 + - *ref_715 immediate: - - *ref_721 + - *ref_715 properties: - - schema: *ref_722 + - schema: *ref_716 required: true serializedName: value language: @@ -28850,10 +28761,10 @@ schemas: namespace: '' protocol: {} immediate: - Auto: *ref_720 - Custom: *ref_723 - property: &ref_725 - schema: *ref_724 + Auto: *ref_714 + Custom: *ref_717 + property: &ref_719 + schema: *ref_718 isDiscriminator: true required: true serializedName: mode @@ -28870,7 +28781,7 @@ schemas: description: REQUIRED; [Required] TargetRollingWindowSiz detection mode. protocol: {} properties: - - *ref_725 + - *ref_719 serializationFormats: - json usage: @@ -28894,7 +28805,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_721 + - *ref_715 serializationFormats: - json usage: @@ -28913,17 +28824,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_723 + - *ref_717 immediate: - - *ref_720 - - *ref_723 - discriminator: *ref_726 + - *ref_714 + - *ref_717 + discriminator: *ref_720 language: - default: &ref_727 + default: &ref_721 name: TargetRollingWindowSizeClassification description: discriminated type discriminatorInterface: TargetRollingWindowSizeClassification - go: *ref_727 + go: *ref_721 protocol: {} nullable: true serializedName: targetRollingWindowSize @@ -28938,7 +28849,7 @@ schemas: description: The number of past periods used to create a rolling window average of the target column. byValue: true protocol: {} - - schema: *ref_728 + - schema: *ref_722 nullable: true serializedName: timeColumnName language: @@ -28953,11 +28864,11 @@ schemas: The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. protocol: {} - - schema: &ref_1278 + - schema: &ref_1271 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_729 + elementType: *ref_723 language: default: name: ForecastingSettingsTimeSeriesIdColumnNames @@ -28983,7 +28894,7 @@ schemas: forecasting. byValue: true protocol: {} - - schema: *ref_730 + - schema: *ref_724 serializedName: useStl language: default: @@ -29022,7 +28933,7 @@ schemas: name: ForecastingSettings description: Forecasting task specific inputs. protocol: {} - - schema: *ref_731 + - schema: *ref_725 serializedName: primaryMetric language: default: @@ -29051,13 +28962,13 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_682 + - *ref_676 immediate: - - *ref_502 - - *ref_505 - - *ref_682 + - *ref_496 + - *ref_499 + - *ref_676 properties: - - schema: *ref_637 + - schema: *ref_631 nullable: true serializedName: dataSettings extensions: @@ -29070,7 +28981,7 @@ schemas: name: DataSettings description: Data inputs for AutoMLJob. protocol: {} - - schema: *ref_677 + - schema: *ref_671 nullable: true serializedName: featurizationSettings extensions: @@ -29083,12 +28994,12 @@ schemas: name: FeaturizationSettings description: Featurization inputs needed for AutoML job. protocol: {} - - schema: &ref_1194 + - schema: &ref_1187 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_732 + - schema: *ref_726 serializedName: enableEarlyTermination language: default: @@ -29098,7 +29009,7 @@ schemas: name: EnableEarlyTermination description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. protocol: {} - - schema: *ref_733 + - schema: *ref_727 nullable: true serializedName: exitScore language: @@ -29109,7 +29020,7 @@ schemas: name: ExitScore description: Exit score for the AutoML job. protocol: {} - - schema: *ref_734 + - schema: *ref_728 serializedName: maxConcurrentTrials language: default: @@ -29119,7 +29030,7 @@ schemas: name: MaxConcurrentTrials description: Maximum Concurrent iterations. protocol: {} - - schema: *ref_735 + - schema: *ref_729 serializedName: maxCoresPerTrial language: default: @@ -29129,7 +29040,7 @@ schemas: name: MaxCoresPerTrial description: Max cores per iteration. protocol: {} - - schema: *ref_736 + - schema: *ref_730 serializedName: maxTrials language: default: @@ -29139,7 +29050,7 @@ schemas: name: MaxTrials description: Number of iterations. protocol: {} - - schema: *ref_737 + - schema: *ref_731 serializedName: timeout language: default: @@ -29149,7 +29060,7 @@ schemas: name: Timeout description: AutoML job timeout. protocol: {} - - schema: *ref_738 + - schema: *ref_732 serializedName: trialTimeout language: default: @@ -29187,12 +29098,12 @@ schemas: name: LimitSettings description: Execution constraints for AutoMLJob. protocol: {} - - schema: &ref_1195 + - schema: &ref_1188 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_739 + - schema: *ref_733 serializedName: enableDnnTraining language: default: @@ -29202,7 +29113,7 @@ schemas: name: EnableDnnTraining description: Enable recommendation of DNN models. protocol: {} - - schema: *ref_740 + - schema: *ref_734 serializedName: enableModelExplainability language: default: @@ -29212,7 +29123,7 @@ schemas: name: EnableModelExplainability description: Flag to turn on explainability on best model. protocol: {} - - schema: *ref_741 + - schema: *ref_735 serializedName: enableOnnxCompatibleModels language: default: @@ -29222,7 +29133,7 @@ schemas: name: EnableOnnxCompatibleModels description: Flag for enabling onnx compatible models. protocol: {} - - schema: *ref_742 + - schema: *ref_736 serializedName: enableStackEnsemble language: default: @@ -29232,7 +29143,7 @@ schemas: name: EnableStackEnsemble description: Enable stack ensemble run. protocol: {} - - schema: *ref_743 + - schema: *ref_737 serializedName: enableVoteEnsemble language: default: @@ -29242,7 +29153,7 @@ schemas: name: EnableVoteEnsemble description: Enable voting ensemble run. protocol: {} - - schema: *ref_744 + - schema: *ref_738 serializedName: ensembleModelDownloadTimeout language: default: @@ -29256,7 +29167,7 @@ schemas: is needed. protocol: {} - - schema: &ref_1196 + - schema: &ref_1189 type: object apiVersions: - version: 2022-02-01-preview @@ -29264,9 +29175,6 @@ schemas: - schema: *ref_2 nullable: true serializedName: stackMetaLearnerKWargs - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: stackMetaLearnerKWargs @@ -29276,7 +29184,7 @@ schemas: description: Optional parameters to pass to the initializer of the meta-learner. byValue: true protocol: {} - - schema: *ref_745 + - schema: *ref_739 serializedName: stackMetaLearnerTrainPercentage language: default: @@ -29290,7 +29198,7 @@ schemas: Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. protocol: {} - - schema: *ref_746 + - schema: *ref_740 serializedName: stackMetaLearnerType language: default: @@ -29372,16 +29280,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_508 + - *ref_502 immediate: - - *ref_503 - - *ref_508 + - *ref_497 + - *ref_502 properties: - - schema: &ref_1268 + - schema: &ref_1261 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_747 + elementType: *ref_741 language: default: name: ClassificationAllowedModels @@ -29403,11 +29311,11 @@ schemas: description: Allowed models for classification task. byValue: true protocol: {} - - schema: &ref_1269 + - schema: &ref_1262 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_747 + elementType: *ref_741 language: default: name: ClassificationBlockedModels @@ -29429,7 +29337,7 @@ schemas: description: Blocked models for classification task. byValue: true protocol: {} - - schema: *ref_662 + - schema: *ref_656 serializedName: primaryMetric language: default: @@ -29458,37 +29366,37 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_505 - - *ref_506 + - *ref_499 + - *ref_500 + - *ref_503 + - *ref_508 - *ref_509 - - *ref_514 - - *ref_515 - - *ref_682 - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_676 + - *ref_659 + - *ref_661 + - *ref_662 immediate: - - *ref_502 - - *ref_505 - - *ref_506 + - *ref_496 + - *ref_499 + - *ref_500 + - *ref_503 + - *ref_508 - *ref_509 - - *ref_514 - - *ref_515 - - *ref_682 - - *ref_665 - - *ref_667 - - *ref_668 - discriminator: *ref_748 + - *ref_676 + - *ref_659 + - *ref_661 + - *ref_662 + discriminator: *ref_742 language: - default: &ref_749 + default: &ref_743 name: AutoMLVerticalClassification description: discriminated type discriminatorInterface: AutoMLVerticalClassification - go: *ref_749 + go: *ref_743 protocol: {} required: true serializedName: taskDetails - language: &ref_3517 + language: &ref_3511 default: name: taskDetails description: '[Required] This represents scenario which can be one of Tables/NLP/Image' @@ -29516,19 +29424,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_802 + - &ref_796 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobTypeCommand parents: all: - - *ref_494 - - *ref_395 + - *ref_488 + - *ref_389 immediate: - - *ref_494 + - *ref_488 properties: - - schema: *ref_750 + - schema: *ref_744 nullable: true required: false serializedName: codeId @@ -29536,7 +29444,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3526 + language: &ref_3520 default: name: codeId description: ARM resource ID of the code asset. @@ -29544,14 +29452,14 @@ schemas: name: CodeID description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_751 + - schema: *ref_745 required: true serializedName: command extensions: x-ms-mutability: - create - read - language: &ref_3527 + language: &ref_3521 default: name: command description: '[Required] The command to execute on startup of the job. eg. "python train.py"' @@ -29559,37 +29467,37 @@ schemas: name: Command description: REQUIRED; [Required] The command to execute on startup of the job. eg. "python train.py" protocol: {} - - schema: &ref_798 + - schema: &ref_792 type: object - children: &ref_752 + children: &ref_746 all: - - &ref_753 + - &ref_747 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DistributionTypeMpi parents: all: - - &ref_754 + - &ref_748 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_752 - discriminator: &ref_763 + children: *ref_746 + discriminator: &ref_757 all: - Mpi: *ref_753 - PyTorch: &ref_758 + Mpi: *ref_747 + PyTorch: &ref_752 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DistributionTypePyTorch parents: all: - - *ref_754 + - *ref_748 immediate: - - *ref_754 + - *ref_748 properties: - - schema: *ref_755 + - schema: *ref_749 nullable: true serializedName: processCountPerInstance language: @@ -29618,24 +29526,24 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - TensorFlow: &ref_759 + TensorFlow: &ref_753 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: DistributionTypeTensorFlow parents: all: - - *ref_754 + - *ref_748 immediate: - - *ref_754 + - *ref_748 properties: - - schema: *ref_756 + - schema: *ref_750 serializedName: parameterServerCount extensions: x-ms-mutability: - create - read - language: &ref_3530 + language: &ref_3524 default: name: parameterServerCount description: Number of parameter server tasks. @@ -29643,14 +29551,14 @@ schemas: name: ParameterServerCount description: Number of parameter server tasks. protocol: {} - - schema: *ref_757 + - schema: *ref_751 nullable: true serializedName: workerCount extensions: x-ms-mutability: - create - read - language: &ref_3531 + language: &ref_3525 default: name: workerCount description: Number of workers. If not specified, will default to the instance count. @@ -29677,11 +29585,11 @@ schemas: namespace: '' protocol: {} immediate: - Mpi: *ref_753 - PyTorch: *ref_758 - TensorFlow: *ref_759 - property: &ref_761 - schema: *ref_760 + Mpi: *ref_747 + PyTorch: *ref_752 + TensorFlow: *ref_753 + property: &ref_755 + schema: *ref_754 isDiscriminator: true required: true serializedName: distributionType @@ -29689,7 +29597,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3528 + language: &ref_3522 default: name: distributionType description: '[Required] Specifies the type of distribution framework.' @@ -29698,13 +29606,13 @@ schemas: description: REQUIRED; [Required] Specifies the type of distribution framework. protocol: {} properties: - - *ref_761 + - *ref_755 serializationFormats: - json usage: - output - input - language: &ref_3529 + language: &ref_3523 default: name: DistributionConfiguration description: Base definition for job distribution configuration. @@ -29723,16 +29631,16 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_754 + - *ref_748 properties: - - schema: *ref_762 + - schema: *ref_756 nullable: true serializedName: processCountPerInstance extensions: x-ms-mutability: - create - read - language: &ref_3572 + language: &ref_3570 default: name: processCountPerInstance description: Number of processes per MPI node. @@ -29758,19 +29666,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_758 - - *ref_759 + - *ref_752 + - *ref_753 immediate: + - *ref_747 + - *ref_752 - *ref_753 - - *ref_758 - - *ref_759 - discriminator: *ref_763 + discriminator: *ref_757 language: - default: &ref_764 + default: &ref_758 name: DistributionConfigurationClassification description: discriminated type discriminatorInterface: DistributionConfigurationClassification - go: *ref_764 + go: *ref_758 protocol: {} nullable: true required: false @@ -29780,7 +29688,7 @@ schemas: - create - read x-nullable: true - language: &ref_3532 + language: &ref_3526 default: name: distribution description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. @@ -29789,14 +29697,14 @@ schemas: description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. byValue: true protocol: {} - - schema: *ref_765 + - schema: *ref_759 required: true serializedName: environmentId extensions: x-ms-mutability: - create - read - language: &ref_3533 + language: &ref_3527 default: name: environmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' @@ -29804,17 +29712,15 @@ schemas: name: EnvironmentID description: REQUIRED; [Required] The ARM resource ID of the Environment specification for the job. protocol: {} - - schema: *ref_766 + - schema: *ref_760 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3534 + language: &ref_3528 default: name: environmentVariables description: Environment variables included in the job. @@ -29823,35 +29729,33 @@ schemas: description: Environment variables included in the job. byValue: true protocol: {} - - schema: &ref_781 + - schema: &ref_775 type: dictionary elementType: type: object - children: *ref_767 - discriminator: *ref_768 + children: *ref_761 + discriminator: *ref_762 language: - default: &ref_769 + default: &ref_763 name: JobInputClassification description: discriminated type discriminatorInterface: JobInputClassification - go: *ref_769 + go: *ref_763 protocol: {} language: - default: &ref_770 + default: &ref_764 name: map[string]JobInputClassification description: map of discriminators - go: *ref_770 + go: *ref_764 protocol: {} nullable: true required: false serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3537 + language: &ref_3532 default: name: inputs description: Mapping of input data bindings used in the job. @@ -29860,35 +29764,35 @@ schemas: description: Mapping of input data bindings used in the job. byValue: true protocol: {} - - schema: &ref_771 + - schema: &ref_765 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobLimitsTypeCommand parents: all: - - &ref_772 + - &ref_766 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_771 - - &ref_776 + - *ref_765 + - &ref_770 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobLimitsTypeSweep parents: all: - - *ref_772 + - *ref_766 immediate: - - *ref_772 + - *ref_766 properties: - - schema: *ref_773 + - schema: *ref_767 nullable: true serializedName: maxConcurrentTrials - language: &ref_3558 + language: &ref_3556 default: name: maxConcurrentTrials description: Sweep Job max concurrent trials. @@ -29896,10 +29800,10 @@ schemas: name: MaxConcurrentTrials description: Sweep Job max concurrent trials. protocol: {} - - schema: *ref_774 + - schema: *ref_768 nullable: true serializedName: maxTotalTrials - language: &ref_3559 + language: &ref_3557 default: name: maxTotalTrials description: Sweep Job max total trials. @@ -29907,10 +29811,10 @@ schemas: name: MaxTotalTrials description: Sweep Job max total trials. protocol: {} - - schema: *ref_775 + - schema: *ref_769 nullable: true serializedName: trialTimeout - language: &ref_3560 + language: &ref_3558 default: name: trialTimeout description: Sweep Job Trial timeout value. @@ -29937,21 +29841,21 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_771 - - *ref_776 + - *ref_765 + - *ref_770 discriminator: all: - Command: *ref_771 - Sweep: *ref_776 + Command: *ref_765 + Sweep: *ref_770 immediate: - Command: *ref_771 - Sweep: *ref_776 - property: &ref_778 - schema: *ref_777 + Command: *ref_765 + Sweep: *ref_770 + property: &ref_772 + schema: *ref_771 isDiscriminator: true required: true serializedName: jobLimitsType - language: &ref_3538 + language: &ref_3533 default: name: jobLimitsType description: '[Required] JobLimit type.' @@ -29960,12 +29864,12 @@ schemas: description: REQUIRED; [Required] JobLimit type. protocol: {} properties: - - *ref_778 - - schema: *ref_779 + - *ref_772 + - schema: *ref_773 nullable: true required: false serializedName: timeout - language: &ref_3539 + language: &ref_3534 default: name: timeout description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. @@ -29978,7 +29882,7 @@ schemas: usage: - output - input - language: &ref_3540 + language: &ref_3535 default: name: JobLimits description: '' @@ -29996,7 +29900,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_772 + - *ref_766 serializationFormats: - json usage: @@ -30024,7 +29928,7 @@ schemas: - create - read x-nullable: true - language: &ref_3541 + language: &ref_3536 default: name: limits description: Command Job limit. @@ -30032,17 +29936,15 @@ schemas: name: Limits description: Command Job limit. protocol: {} - - schema: *ref_780 + - schema: *ref_774 nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3542 + language: &ref_3538 default: name: outputs description: Mapping of output data bindings used in the job. @@ -30057,11 +29959,9 @@ schemas: required: false serializedName: parameters extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - language: &ref_3544 + language: &ref_3540 default: name: parameters description: Input parameters. @@ -30070,7 +29970,7 @@ schemas: description: READ-ONLY; Input parameters. byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_495 nullable: true required: false serializedName: resources @@ -30079,7 +29979,7 @@ schemas: - create - read x-nullable: true - language: &ref_3546 + language: &ref_3542 default: name: resources description: Compute Resource configuration for the job. @@ -30106,28 +30006,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_803 + - &ref_797 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobTypePipeline parents: all: - - *ref_494 - - *ref_395 + - *ref_488 + - *ref_389 immediate: - - *ref_494 + - *ref_488 properties: - - schema: *ref_781 + - schema: *ref_775 nullable: true serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3548 + language: &ref_3545 default: name: inputs description: Inputs for the pipeline job. @@ -30136,12 +30034,10 @@ schemas: description: Inputs for the pipeline job. byValue: true protocol: {} - - schema: *ref_782 + - schema: *ref_776 nullable: true serializedName: jobs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30154,16 +30050,14 @@ schemas: description: Jobs construct the Pipeline Job. byValue: true protocol: {} - - schema: *ref_780 + - schema: *ref_774 nullable: true serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3549 + language: &ref_3547 default: name: outputs description: Outputs for the pipeline job @@ -30176,12 +30070,10 @@ schemas: nullable: true serializedName: settings extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3551 + language: &ref_3549 default: name: settings description: Pipeline settings, for things like ContinueRunOnStepFailure etc. @@ -30209,25 +30101,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_804 + - &ref_798 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: JobTypeSweep parents: all: - - *ref_494 - - *ref_395 + - *ref_488 + - *ref_389 immediate: - - *ref_494 + - *ref_488 properties: - - schema: *ref_783 + - schema: *ref_777 nullable: true required: false serializedName: earlyTermination extensions: x-nullable: true - language: &ref_3557 + language: &ref_3555 default: name: earlyTermination description: Early termination policies enable canceling poor-performing runs before they complete @@ -30236,13 +30128,11 @@ schemas: description: Early termination policies enable canceling poor-performing runs before they complete byValue: true protocol: {} - - schema: *ref_781 + - schema: *ref_775 nullable: true required: false serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30255,7 +30145,7 @@ schemas: description: Mapping of input data bindings used in the job. byValue: true protocol: {} - - schema: *ref_776 + - schema: *ref_770 nullable: true required: false serializedName: limits @@ -30265,7 +30155,7 @@ schemas: - create - read x-nullable: true - language: &ref_3561 + language: &ref_3559 default: name: limits description: Sweep Job limit. @@ -30273,15 +30163,15 @@ schemas: name: Limits description: Sweep Job limit. protocol: {} - - schema: &ref_1203 + - schema: &ref_1196 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_784 + - schema: *ref_778 required: true serializedName: goal - language: &ref_3562 + language: &ref_3560 default: name: goal description: '[Required] Defines supported metric goals for hyperparameter tuning' @@ -30289,10 +30179,10 @@ schemas: name: Goal description: REQUIRED; [Required] Defines supported metric goals for hyperparameter tuning protocol: {} - - schema: *ref_785 + - schema: *ref_779 required: true serializedName: primaryMetric - language: &ref_3563 + language: &ref_3561 default: name: primaryMetric description: '[Required] Name of the metric to optimize.' @@ -30318,7 +30208,7 @@ schemas: protocol: {} required: true serializedName: objective - language: &ref_3564 + language: &ref_3562 default: name: objective description: '[Required] Optimization objective.' @@ -30326,13 +30216,11 @@ schemas: name: Objective description: REQUIRED; [Required] Optimization objective. protocol: {} - - schema: *ref_780 + - schema: *ref_774 nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30347,33 +30235,33 @@ schemas: protocol: {} - schema: type: object - children: &ref_786 + children: &ref_780 all: - - &ref_787 + - &ref_781 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SamplingAlgorithmTypeBayesian parents: all: - - &ref_788 + - &ref_782 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_786 - discriminator: &ref_794 + children: *ref_780 + discriminator: &ref_788 all: - Bayesian: *ref_787 - Grid: &ref_791 + Bayesian: *ref_781 + Grid: &ref_785 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SamplingAlgorithmTypeGrid parents: all: - - *ref_788 + - *ref_782 immediate: - - *ref_788 + - *ref_782 serializationFormats: - json usage: @@ -30392,18 +30280,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - Random: &ref_792 + Random: &ref_786 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: SamplingAlgorithmTypeRandom parents: all: - - *ref_788 + - *ref_782 immediate: - - *ref_788 + - *ref_782 properties: - - schema: *ref_789 + - schema: *ref_783 serializedName: rule language: default: @@ -30413,7 +30301,7 @@ schemas: name: Rule description: The specific type of random algorithm protocol: {} - - schema: *ref_790 + - schema: *ref_784 nullable: true serializedName: seed language: @@ -30443,15 +30331,15 @@ schemas: namespace: '' protocol: {} immediate: - Bayesian: *ref_787 - Grid: *ref_791 - Random: *ref_792 - property: &ref_793 - schema: *ref_660 + Bayesian: *ref_781 + Grid: *ref_785 + Random: *ref_786 + property: &ref_787 + schema: *ref_654 isDiscriminator: true required: true serializedName: samplingAlgorithmType - language: &ref_3565 + language: &ref_3563 default: name: samplingAlgorithmType description: '[Required] The algorithm used for generating hyperparameter values, along with configuration properties' @@ -30460,13 +30348,13 @@ schemas: description: REQUIRED; [Required] The algorithm used for generating hyperparameter values, along with configuration properties protocol: {} properties: - - *ref_793 + - *ref_787 serializationFormats: - json usage: - output - input - language: &ref_3566 + language: &ref_3564 default: name: SamplingAlgorithm description: "The Sampling Algorithm used to generate hyperparameter values, along with properties to\r\nconfigure the algorithm" @@ -30485,7 +30373,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_788 + - *ref_782 serializationFormats: - json usage: @@ -30504,23 +30392,23 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_791 - - *ref_792 + - *ref_785 + - *ref_786 immediate: - - *ref_787 - - *ref_791 - - *ref_792 - discriminator: *ref_794 + - *ref_781 + - *ref_785 + - *ref_786 + discriminator: *ref_788 language: - default: &ref_795 + default: &ref_789 name: SamplingAlgorithmClassification description: discriminated type discriminatorInterface: SamplingAlgorithmClassification - go: *ref_795 + go: *ref_789 protocol: {} required: true serializedName: samplingAlgorithm - language: &ref_3567 + language: &ref_3565 default: name: samplingAlgorithm description: '[Required] The hyperparameter sampling algorithm' @@ -30532,10 +30420,7 @@ schemas: - schema: *ref_2 required: true serializedName: searchSpace - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3569 + language: &ref_3567 default: name: searchSpace description: '[Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter' @@ -30544,12 +30429,12 @@ schemas: description: REQUIRED; [Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter byValue: true protocol: {} - - schema: &ref_1205 + - schema: &ref_1198 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_796 + - schema: *ref_790 nullable: true required: false serializedName: codeId @@ -30557,7 +30442,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3570 + language: &ref_3568 default: name: codeId description: ARM resource ID of the code asset. @@ -30565,14 +30450,14 @@ schemas: name: CodeID description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_797 + - schema: *ref_791 required: true serializedName: command extensions: x-ms-mutability: - create - read - language: &ref_3571 + language: &ref_3569 default: name: command description: '[Required] The command to execute on startup of the job. eg. "python train.py"' @@ -30580,7 +30465,7 @@ schemas: name: Command description: REQUIRED; [Required] The command to execute on startup of the job. eg. "python train.py" protocol: {} - - schema: *ref_798 + - schema: *ref_792 nullable: true required: false serializedName: distribution @@ -30589,7 +30474,7 @@ schemas: - create - read x-nullable: true - language: &ref_3573 + language: &ref_3571 default: name: distribution description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. @@ -30598,10 +30483,10 @@ schemas: description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. byValue: true protocol: {} - - schema: *ref_799 + - schema: *ref_793 required: true serializedName: environmentId - language: &ref_3574 + language: &ref_3572 default: name: environmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' @@ -30609,17 +30494,15 @@ schemas: name: EnvironmentID description: REQUIRED; [Required] The ARM resource ID of the Environment specification for the job. protocol: {} - - schema: *ref_800 + - schema: *ref_794 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3575 + language: &ref_3573 default: name: environmentVariables description: Environment variables included in the job. @@ -30628,7 +30511,7 @@ schemas: description: Environment variables included in the job. byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_495 nullable: true required: false serializedName: resources @@ -30637,7 +30520,7 @@ schemas: - create - read x-nullable: true - language: &ref_3577 + language: &ref_3575 default: name: resources description: Compute Resource configuration for the job. @@ -30664,7 +30547,7 @@ schemas: protocol: {} required: true serializedName: trial - language: &ref_3578 + language: &ref_3576 default: name: trial description: '[Required] Trial component definition.' @@ -30692,23 +30575,23 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_801 - - *ref_802 - - *ref_803 - - *ref_804 - discriminator: &ref_843 + - *ref_795 + - *ref_796 + - *ref_797 + - *ref_798 + discriminator: &ref_837 all: - AutoML: *ref_801 - Command: *ref_802 - Pipeline: *ref_803 - Sweep: *ref_804 + AutoML: *ref_795 + Command: *ref_796 + Pipeline: *ref_797 + Sweep: *ref_798 immediate: - AutoML: *ref_801 - Command: *ref_802 - Pipeline: *ref_803 - Sweep: *ref_804 - property: &ref_821 - schema: *ref_805 + AutoML: *ref_795 + Command: *ref_796 + Pipeline: *ref_797 + Sweep: *ref_798 + property: &ref_815 + schema: *ref_799 isDiscriminator: true required: true serializedName: jobType @@ -30716,7 +30599,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3469 + language: &ref_3462 default: name: jobType description: '[Required] Specifies the type of job.' @@ -30724,13 +30607,13 @@ schemas: name: JobType description: REQUIRED; [Required] Specifies the type of job. protocol: {} - parents: &ref_844 + parents: &ref_838 all: - - *ref_395 + - *ref_389 immediate: - - *ref_395 + - *ref_389 properties: - - schema: *ref_806 + - schema: *ref_800 nullable: true required: false serializedName: computeId @@ -30738,7 +30621,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3462 + language: &ref_3455 default: name: computeId description: ARM resource ID of the compute resource. @@ -30746,7 +30629,7 @@ schemas: name: ComputeID description: ARM resource ID of the compute resource. protocol: {} - - schema: *ref_807 + - schema: *ref_801 nullable: true required: false serializedName: displayName @@ -30754,7 +30637,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3463 + language: &ref_3456 default: name: displayName description: Display name of job. @@ -30762,7 +30645,7 @@ schemas: name: DisplayName description: Display name of job. protocol: {} - - schema: *ref_808 + - schema: *ref_802 nullable: true required: false serializedName: experimentName @@ -30770,7 +30653,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3464 + language: &ref_3457 default: name: experimentName description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. @@ -30780,35 +30663,35 @@ schemas: protocol: {} - schema: type: object - children: &ref_809 + children: &ref_803 all: - - &ref_810 + - &ref_804 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: IdentityConfigurationTypeAMLToken parents: all: - - &ref_811 + - &ref_805 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_809 - discriminator: &ref_819 + children: *ref_803 + discriminator: &ref_813 all: - AMLToken: *ref_810 - Managed: &ref_815 + AMLToken: *ref_804 + Managed: &ref_809 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: IdentityConfigurationTypeManaged parents: all: - - *ref_811 + - *ref_805 immediate: - - *ref_811 + - *ref_805 properties: - - schema: *ref_812 + - schema: *ref_806 nullable: true serializedName: clientId extensions: @@ -30823,7 +30706,7 @@ schemas: name: ClientID description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. protocol: {} - - schema: *ref_813 + - schema: *ref_807 nullable: true serializedName: objectId extensions: @@ -30838,7 +30721,7 @@ schemas: name: ObjectID description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. protocol: {} - - schema: *ref_814 + - schema: *ref_808 nullable: true serializedName: resourceId extensions: @@ -30871,16 +30754,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - UserIdentity: &ref_816 + UserIdentity: &ref_810 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: IdentityConfigurationTypeUserIdentity parents: all: - - *ref_811 + - *ref_805 immediate: - - *ref_811 + - *ref_805 serializationFormats: - json usage: @@ -30900,11 +30783,11 @@ schemas: namespace: '' protocol: {} immediate: - AMLToken: *ref_810 - Managed: *ref_815 - UserIdentity: *ref_816 - property: &ref_818 - schema: *ref_817 + AMLToken: *ref_804 + Managed: *ref_809 + UserIdentity: *ref_810 + property: &ref_812 + schema: *ref_811 isDiscriminator: true required: true serializedName: identityType @@ -30912,7 +30795,7 @@ schemas: x-ms-mutability: - create - read - language: &ref_3465 + language: &ref_3458 default: name: identityType description: '[Required] Specifies the type of identity framework.' @@ -30921,13 +30804,13 @@ schemas: description: REQUIRED; [Required] Specifies the type of identity framework. protocol: {} properties: - - *ref_818 + - *ref_812 serializationFormats: - json usage: - output - input - language: &ref_3466 + language: &ref_3459 default: name: IdentityConfiguration description: Base definition for identity configuration. @@ -30946,7 +30829,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_811 + - *ref_805 serializationFormats: - json usage: @@ -30965,19 +30848,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_815 - - *ref_816 + - *ref_809 + - *ref_810 immediate: + - *ref_804 + - *ref_809 - *ref_810 - - *ref_815 - - *ref_816 - discriminator: *ref_819 + discriminator: *ref_813 language: - default: &ref_820 + default: &ref_814 name: IdentityConfigurationClassification description: discriminated type discriminatorInterface: IdentityConfigurationClassification - go: *ref_820 + go: *ref_814 protocol: {} nullable: true required: false @@ -30987,7 +30870,7 @@ schemas: - create - read x-nullable: true - language: &ref_3467 + language: &ref_3460 default: name: identity description: "Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null.\r\nDefaults to AmlToken if null." @@ -30996,7 +30879,7 @@ schemas: description: Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null. byValue: true protocol: {} - - schema: *ref_424 + - schema: *ref_418 required: false serializedName: isArchived extensions: @@ -31004,7 +30887,7 @@ schemas: - create - read - update - language: &ref_3468 + language: &ref_3461 default: name: isArchived description: Is the asset archived? @@ -31012,14 +30895,14 @@ schemas: name: IsArchived description: Is the asset archived? protocol: {} - - *ref_821 - - schema: *ref_822 + - *ref_815 + - schema: *ref_816 nullable: true required: false serializedName: schedule extensions: x-nullable: true - language: &ref_3477 + language: &ref_3470 default: name: schedule description: "Schedule definition of job.\r\nIf no schedule is provided, the job is run once and immediately after submission." @@ -31028,14 +30911,11 @@ schemas: description: Schedule definition of job. If no schedule is provided, the job is run once and immediately after submission. byValue: true protocol: {} - - schema: *ref_823 + - schema: *ref_817 nullable: true required: false serializedName: services - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3484 + language: &ref_3477 default: name: services description: "List of JobEndpoints.\r\nFor local jobs, a job endpoint will have an endpoint value of FileStreamObject." @@ -31044,14 +30924,14 @@ schemas: description: List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject. byValue: true protocol: {} - - schema: *ref_824 + - schema: *ref_818 readOnly: true required: false serializedName: status extensions: x-ms-mutability: - read - language: &ref_3485 + language: &ref_3478 default: name: status description: Status of the job. @@ -31064,7 +30944,7 @@ schemas: usage: - output - input - language: &ref_3486 + language: &ref_3479 default: name: JobBaseDetails description: Base definition for a job. @@ -31084,16 +30964,16 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - &ref_830 + - &ref_824 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_387 + - *ref_389 immediate: - - *ref_393 + - *ref_387 serializationFormats: - json usage: @@ -31110,29 +30990,29 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_421 - - *ref_801 - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_802 - - *ref_448 - - *ref_399 - - *ref_803 - - *ref_804 - - *ref_400 - - *ref_401 - immediate: + - *ref_415 + - *ref_795 + - *ref_438 + - *ref_439 + - *ref_440 + - *ref_441 + - *ref_796 + - *ref_442 - *ref_393 + - *ref_797 + - *ref_798 - *ref_394 - - *ref_426 - - *ref_494 + - *ref_395 + immediate: + - *ref_387 + - *ref_388 + - *ref_420 + - *ref_488 properties: - - schema: *ref_825 + - schema: *ref_819 nullable: true serializedName: description - language: &ref_3111 + language: &ref_3104 default: name: description description: The asset description text. @@ -31140,13 +31020,10 @@ schemas: name: Description description: The asset description text. protocol: {} - - schema: *ref_826 + - schema: *ref_820 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3143 + language: &ref_3136 default: name: properties description: The asset property dictionary. @@ -31155,13 +31032,10 @@ schemas: description: The asset property dictionary. byValue: true protocol: {} - - schema: *ref_827 + - schema: *ref_821 nullable: true serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3112 + language: &ref_3105 default: name: tags description: Tag dictionary. Tags can be added, removed, and updated. @@ -31175,7 +31049,7 @@ schemas: usage: - output - input - language: &ref_3113 + language: &ref_3106 default: name: ResourceBase description: '' @@ -31188,7 +31062,7 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_393 + - *ref_387 serializationFormats: - json usage: @@ -31205,25 +31079,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_828 - - *ref_829 - - *ref_830 + - *ref_822 + - *ref_823 + - *ref_824 immediate: - - *ref_392 - - *ref_425 - - *ref_828 - - *ref_829 - - *ref_830 + - *ref_386 + - *ref_419 + - *ref_822 + - *ref_823 + - *ref_824 parents: all: - - *ref_395 + - *ref_389 immediate: - - *ref_395 + - *ref_389 properties: - - schema: *ref_424 + - schema: *ref_418 serializedName: isArchived extensions: - x-ms-mutability: *ref_831 + x-ms-mutability: *ref_825 language: default: name: isArchived @@ -31232,7 +31106,7 @@ schemas: name: IsArchived description: Is the asset archived? protocol: {} - - schema: *ref_832 + - schema: *ref_826 nullable: true readOnly: true serializedName: latestVersion @@ -31247,7 +31121,7 @@ schemas: name: LatestVersion description: READ-ONLY; The latest version inside this container. protocol: {} - - schema: *ref_833 + - schema: *ref_827 nullable: true readOnly: true serializedName: nextVersion @@ -31267,7 +31141,7 @@ schemas: usage: - output - input - language: &ref_3114 + language: &ref_3107 default: name: AssetContainer description: '' @@ -31278,9 +31152,9 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_395 + - *ref_389 immediate: - - *ref_393 + - *ref_387 serializationFormats: - json usage: @@ -31299,7 +31173,7 @@ schemas: protocol: {} required: true serializedName: properties - language: &ref_3115 + language: &ref_3108 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31323,20 +31197,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_850 + - &ref_844 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_418 + - schema: *ref_412 required: true serializedName: properties - language: &ref_3147 + language: &ref_3140 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31360,20 +31234,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_851 + - &ref_845 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_425 + - schema: *ref_419 required: true serializedName: properties - language: &ref_3179 + language: &ref_3172 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31397,20 +31271,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_852 + - &ref_846 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_419 + - schema: *ref_413 required: true serializedName: properties - language: &ref_3213 + language: &ref_3206 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31434,20 +31308,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_853 + - &ref_847 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_828 + - schema: *ref_822 required: true serializedName: properties - language: &ref_3250 + language: &ref_3243 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31471,31 +31345,31 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_854 + - &ref_848 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - schema: type: object - children: *ref_834 - discriminator: *ref_835 - parents: *ref_836 + children: *ref_828 + discriminator: *ref_829 + parents: *ref_830 language: - default: &ref_837 + default: &ref_831 name: DataVersionBaseDetailsClassification description: discriminated type discriminatorInterface: DataVersionBaseDetailsClassification - go: *ref_837 + go: *ref_831 protocol: {} required: true serializedName: properties - language: &ref_3282 + language: &ref_3275 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31520,31 +31394,31 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_855 + - &ref_849 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - schema: type: object - children: *ref_838 - discriminator: *ref_839 - parents: *ref_840 + children: *ref_832 + discriminator: *ref_833 + parents: *ref_834 language: - default: &ref_841 + default: &ref_835 name: DatastoreDetailsClassification description: discriminated type discriminatorInterface: DatastoreDetailsClassification - go: *ref_841 + go: *ref_835 protocol: {} required: true serializedName: properties - language: &ref_3330 + language: &ref_3323 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31569,20 +31443,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_856 + - &ref_850 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_829 + - schema: *ref_823 required: true serializedName: properties - language: &ref_3391 + language: &ref_3384 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31606,20 +31480,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_857 + - &ref_851 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_420 + - schema: *ref_414 required: true serializedName: properties - language: &ref_3431 + language: &ref_3424 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31643,31 +31517,31 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_858 + - &ref_852 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - schema: type: object - children: *ref_842 - discriminator: *ref_843 - parents: *ref_844 + children: *ref_836 + discriminator: *ref_837 + parents: *ref_838 language: - default: &ref_845 + default: &ref_839 name: JobBaseDetailsClassification description: discriminated type discriminatorInterface: JobBaseDetailsClassification - go: *ref_845 + go: *ref_839 protocol: {} required: true serializedName: properties - language: &ref_3518 + language: &ref_3512 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31692,20 +31566,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_859 + - &ref_853 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_830 + - schema: *ref_824 required: true serializedName: properties - language: &ref_3640 + language: &ref_3638 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31729,20 +31603,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_860 + - &ref_854 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_421 + - schema: *ref_415 required: true serializedName: properties - language: &ref_3677 + language: &ref_3675 default: name: properties description: '[Required] Additional attributes of the entity.' @@ -31766,32 +31640,32 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_388 - - *ref_389 + - *ref_382 + - *ref_383 immediate: + - *ref_840 + - *ref_87 + - *ref_88 + - *ref_841 + - *ref_842 + - *ref_284 + - *ref_843 + - *ref_844 + - *ref_845 - *ref_846 - - *ref_89 - - *ref_90 - *ref_847 - *ref_848 - - *ref_290 - *ref_849 - *ref_850 - *ref_851 - *ref_852 - *ref_853 - *ref_854 - - *ref_855 - - *ref_856 - - *ref_857 - - *ref_858 - - *ref_859 - - *ref_860 properties: - - schema: *ref_861 + - schema: *ref_855 readOnly: true serializedName: id - language: &ref_2464 + language: &ref_2457 default: name: id description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} @@ -31799,10 +31673,10 @@ schemas: name: ID description: READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - - schema: *ref_862 + - schema: *ref_856 readOnly: true serializedName: name - language: &ref_2462 + language: &ref_2455 default: name: name description: The name of the resource @@ -31810,10 +31684,10 @@ schemas: name: Name description: READ-ONLY; The name of the resource protocol: {} - - schema: *ref_863 + - schema: *ref_857 readOnly: true serializedName: type - language: &ref_2463 + language: &ref_2456 default: name: type description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" @@ -31821,14 +31695,14 @@ schemas: name: Type description: READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - - schema: &ref_911 + - schema: &ref_905 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_864 + - schema: *ref_858 serializedName: createdBy - language: &ref_2919 + language: &ref_2912 default: name: createdBy description: The identity that created the resource. @@ -31836,9 +31710,9 @@ schemas: name: CreatedBy description: The identity that created the resource. protocol: {} - - schema: *ref_865 + - schema: *ref_859 serializedName: createdByType - language: &ref_2920 + language: &ref_2913 default: name: createdByType description: The type of identity that created the resource. @@ -31846,9 +31720,9 @@ schemas: name: CreatedByType description: The type of identity that created the resource. protocol: {} - - schema: *ref_866 + - schema: *ref_860 serializedName: createdAt - language: &ref_2918 + language: &ref_2911 default: name: createdAt description: The timestamp of resource creation (UTC). @@ -31856,9 +31730,9 @@ schemas: name: CreatedAt description: The timestamp of resource creation (UTC). protocol: {} - - schema: *ref_867 + - schema: *ref_861 serializedName: lastModifiedBy - language: &ref_2922 + language: &ref_2915 default: name: lastModifiedBy description: The identity that last modified the resource. @@ -31866,9 +31740,9 @@ schemas: name: LastModifiedBy description: The identity that last modified the resource. protocol: {} - - schema: *ref_865 + - schema: *ref_859 serializedName: lastModifiedByType - language: &ref_2923 + language: &ref_2916 default: name: lastModifiedByType description: The type of identity that last modified the resource. @@ -31876,9 +31750,9 @@ schemas: name: LastModifiedByType description: The type of identity that last modified the resource. protocol: {} - - schema: *ref_868 + - schema: *ref_862 serializedName: lastModifiedAt - language: &ref_2921 + language: &ref_2914 default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) @@ -31905,7 +31779,7 @@ schemas: protocol: {} readOnly: true serializedName: systemData - language: &ref_2924 + language: &ref_2917 default: name: systemData description: Azure Resource Manager metadata containing createdBy and modifiedBy information. @@ -31921,7 +31795,7 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_2465 + language: &ref_2458 default: name: Resource description: Common fields that are returned in the response for all Azure Resource Manager resources @@ -31935,14 +31809,14 @@ schemas: summary: Resource protocol: {} immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_903 + - schema: &ref_897 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_869 + - schema: *ref_863 readOnly: true serializedName: workspaceId language: @@ -31953,9 +31827,9 @@ schemas: name: WorkspaceID description: READ-ONLY; The immutable id associated with this workspace. protocol: {} - - schema: *ref_870 + - schema: *ref_864 serializedName: description - language: &ref_2474 + language: &ref_2467 default: name: description description: The description of this workspace. @@ -31963,9 +31837,9 @@ schemas: name: Description description: The description of this workspace. protocol: {} - - schema: *ref_871 + - schema: *ref_865 serializedName: friendlyName - language: &ref_2487 + language: &ref_2480 default: name: friendlyName description: The friendly name for this workspace. This name in mutable @@ -31973,9 +31847,9 @@ schemas: name: FriendlyName description: The friendly name for this workspace. This name in mutable protocol: {} - - schema: *ref_872 + - schema: *ref_866 serializedName: keyVault - language: &ref_2490 + language: &ref_2483 default: name: keyVault description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created @@ -31983,9 +31857,9 @@ schemas: name: KeyVault description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - schema: *ref_873 + - schema: *ref_867 serializedName: applicationInsights - language: &ref_2476 + language: &ref_2469 default: name: applicationInsights description: ARM id of the application insights associated with this workspace. @@ -31993,10 +31867,10 @@ schemas: name: ApplicationInsights description: ARM id of the application insights associated with this workspace. protocol: {} - - schema: *ref_874 + - schema: *ref_868 nullable: true serializedName: containerRegistry - language: &ref_2477 + language: &ref_2470 default: name: containerRegistry description: ARM id of the container registry associated with this workspace. @@ -32004,9 +31878,9 @@ schemas: name: ContainerRegistry description: ARM id of the container registry associated with this workspace. protocol: {} - - schema: *ref_875 + - schema: *ref_869 serializedName: storageAccount - language: &ref_2510 + language: &ref_2503 default: name: storageAccount description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created @@ -32014,9 +31888,9 @@ schemas: name: StorageAccount description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - schema: *ref_876 + - schema: *ref_870 serializedName: discoveryUrl - language: &ref_2478 + language: &ref_2471 default: name: discoveryUrl description: Url for the discovery service to identify regional endpoints for machine learning experimentation services @@ -32024,7 +31898,7 @@ schemas: name: DiscoveryURL description: Url for the discovery service to identify regional endpoints for machine learning experimentation services protocol: {} - - schema: *ref_245 + - schema: *ref_240 readOnly: true serializedName: provisioningState language: @@ -32035,15 +31909,15 @@ schemas: name: ProvisioningState description: READ-ONLY; The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. protocol: {} - - schema: &ref_904 + - schema: &ref_898 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_877 + - schema: *ref_871 required: true serializedName: status - language: &ref_2485 + language: &ref_2478 default: name: status description: Indicates whether or not the encryption is enabled for the workspace. @@ -32051,14 +31925,14 @@ schemas: name: Status description: REQUIRED; Indicates whether or not the encryption is enabled for the workspace. protocol: {} - - schema: &ref_905 + - schema: &ref_899 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_878 + - schema: *ref_872 serializedName: userAssignedIdentity - language: &ref_2479 + language: &ref_2472 default: name: userAssignedIdentity description: The ArmId of the user assigned identity that will be used to access the customer managed key vault @@ -32084,7 +31958,7 @@ schemas: protocol: {} required: false serializedName: identity - language: &ref_2480 + language: &ref_2473 default: name: identity description: The identity that will be used to access the key vault for encryption at rest. @@ -32092,15 +31966,15 @@ schemas: name: Identity description: The identity that will be used to access the key vault for encryption at rest. protocol: {} - - schema: &ref_906 + - schema: &ref_900 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_879 + - schema: *ref_873 required: true serializedName: keyVaultArmId - language: &ref_2483 + language: &ref_2476 default: name: keyVaultArmId description: The ArmId of the keyVault where the customer owned encryption key is present. @@ -32108,10 +31982,10 @@ schemas: name: KeyVaultArmID description: REQUIRED; The ArmId of the keyVault where the customer owned encryption key is present. protocol: {} - - schema: *ref_880 + - schema: *ref_874 required: true serializedName: keyIdentifier - language: &ref_2482 + language: &ref_2475 default: name: keyIdentifier description: Key vault uri to access the encryption key. @@ -32119,10 +31993,10 @@ schemas: name: KeyIdentifier description: REQUIRED; Key vault uri to access the encryption key. protocol: {} - - schema: *ref_881 + - schema: *ref_875 required: false serializedName: identityClientId - language: &ref_2481 + language: &ref_2474 default: name: identityClientId description: For future use - The client id of the identity which will be used to access key vault. @@ -32148,7 +32022,7 @@ schemas: protocol: {} required: true serializedName: keyVaultProperties - language: &ref_2484 + language: &ref_2477 default: name: keyVaultProperties description: Customer Key vault properties. @@ -32173,7 +32047,7 @@ schemas: namespace: '' protocol: {} serializedName: encryption - language: &ref_2486 + language: &ref_2479 default: name: encryption description: The encryption settings of Azure ML workspace. @@ -32181,9 +32055,9 @@ schemas: name: Encryption description: The encryption settings of Azure ML workspace. protocol: {} - - schema: *ref_882 + - schema: *ref_876 serializedName: hbiWorkspace - language: &ref_2488 + language: &ref_2481 default: name: hbiWorkspace description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service @@ -32191,10 +32065,10 @@ schemas: name: HbiWorkspace description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service protocol: {} - - schema: *ref_883 + - schema: *ref_877 readOnly: true serializedName: serviceProvisionedResourceGroup - language: &ref_2502 + language: &ref_2495 default: name: serviceProvisionedResourceGroup description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace @@ -32202,10 +32076,10 @@ schemas: name: ServiceProvisionedResourceGroup description: READ-ONLY; The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace protocol: {} - - schema: *ref_884 + - schema: *ref_878 readOnly: true serializedName: privateLinkCount - language: &ref_2500 + language: &ref_2493 default: name: privateLinkCount description: Count of private connections in the workspace @@ -32213,9 +32087,9 @@ schemas: name: PrivateLinkCount description: READ-ONLY; Count of private connections in the workspace protocol: {} - - schema: *ref_885 + - schema: *ref_879 serializedName: imageBuildCompute - language: &ref_2489 + language: &ref_2482 default: name: imageBuildCompute description: The compute name for image build @@ -32223,9 +32097,9 @@ schemas: name: ImageBuildCompute description: The compute name for image build protocol: {} - - schema: *ref_886 + - schema: *ref_880 serializedName: allowPublicAccessWhenBehindVnet - language: &ref_2475 + language: &ref_2468 default: name: allowPublicAccessWhenBehindVnet description: The flag to indicate whether to allow public access when behind VNet. @@ -32233,9 +32107,9 @@ schemas: name: AllowPublicAccessWhenBehindVnet description: The flag to indicate whether to allow public access when behind VNet. protocol: {} - - schema: *ref_887 + - schema: *ref_881 serializedName: publicNetworkAccess - language: &ref_2501 + language: &ref_2494 default: name: publicNetworkAccess description: Whether requests from Public Network are allowed. @@ -32243,11 +32117,11 @@ schemas: name: PublicNetworkAccess description: Whether requests from Public Network are allowed. protocol: {} - - schema: &ref_1209 + - schema: &ref_1202 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_846 + elementType: *ref_840 extensions: x-ms-identifiers: - name @@ -32266,7 +32140,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2499 + language: &ref_2492 default: name: privateEndpointConnections description: The list of private endpoint connections in the workspace. @@ -32275,18 +32149,18 @@ schemas: description: READ-ONLY; The list of private endpoint connections in the workspace. byValue: true protocol: {} - - schema: &ref_1210 + - schema: &ref_1203 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_912 + elementType: &ref_906 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_888 + - schema: *ref_882 serializedName: name - language: &ref_2503 + language: &ref_2496 default: name: name description: Unique name of the private link. @@ -32294,14 +32168,14 @@ schemas: name: Name description: Unique name of the private link. protocol: {} - - schema: &ref_913 + - schema: &ref_907 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_889 + - schema: *ref_883 serializedName: privateLinkResourceId - language: &ref_2505 + language: &ref_2498 default: name: privateLinkResourceId description: The resource id that private link links to. @@ -32309,9 +32183,9 @@ schemas: name: PrivateLinkResourceID description: The resource id that private link links to. protocol: {} - - schema: *ref_890 + - schema: *ref_884 serializedName: groupId - language: &ref_2504 + language: &ref_2497 default: name: groupId description: The private link resource group id. @@ -32319,9 +32193,9 @@ schemas: name: GroupID description: The private link resource group id. protocol: {} - - schema: *ref_891 + - schema: *ref_885 serializedName: requestMessage - language: &ref_2506 + language: &ref_2499 default: name: requestMessage description: Request message. @@ -32329,9 +32203,9 @@ schemas: name: RequestMessage description: Request message. protocol: {} - - schema: *ref_74 + - schema: *ref_72 serializedName: status - language: &ref_2507 + language: &ref_2500 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. @@ -32358,7 +32232,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2508 + language: &ref_2501 default: name: properties description: Resource properties. @@ -32399,7 +32273,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2509 + language: &ref_2502 default: name: sharedPrivateLinkResources description: The list of shared private link resources in this workspace. @@ -32408,14 +32282,14 @@ schemas: description: The list of shared private link resources in this workspace. byValue: true protocol: {} - - schema: &ref_914 + - schema: &ref_908 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_892 + - schema: *ref_886 serializedName: fqdn - language: &ref_2599 + language: &ref_2592 default: name: fqdn description: '' @@ -32423,9 +32297,9 @@ schemas: name: Fqdn description: '' protocol: {} - - schema: *ref_893 + - schema: *ref_887 serializedName: resourceId - language: &ref_2603 + language: &ref_2596 default: name: resourceId description: the data plane resourceId that used to initialize notebook component @@ -32433,14 +32307,14 @@ schemas: name: ResourceID description: the data plane resourceId that used to initialize notebook component protocol: {} - - schema: &ref_915 + - schema: &ref_909 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_894 + - schema: *ref_888 serializedName: errorMessage - language: &ref_2600 + language: &ref_2593 default: name: errorMessage description: '' @@ -32448,9 +32322,9 @@ schemas: name: ErrorMessage description: '' protocol: {} - - schema: *ref_895 + - schema: *ref_889 serializedName: statusCode - language: &ref_2601 + language: &ref_2594 default: name: statusCode description: '' @@ -32478,7 +32352,7 @@ schemas: serializedName: notebookPreparationError extensions: x-nullable: true - language: &ref_2602 + language: &ref_2595 default: name: notebookPreparationError description: The error that occurs when preparing notebook. @@ -32512,17 +32386,17 @@ schemas: name: NotebookInfo description: READ-ONLY; The notebook info of Azure ML workspace. protocol: {} - - schema: &ref_916 + - schema: &ref_910 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_917 + - schema: &ref_911 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_896 + - schema: *ref_890 serializedName: collectionsThroughput language: default: @@ -32582,7 +32456,7 @@ schemas: name: ServiceManagedResourcesSettings description: The service managed resource settings. protocol: {} - - schema: *ref_897 + - schema: *ref_891 serializedName: primaryUserAssignedIdentity language: default: @@ -32592,7 +32466,7 @@ schemas: name: PrimaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - schema: *ref_898 + - schema: *ref_892 readOnly: true serializedName: tenantId language: @@ -32603,7 +32477,7 @@ schemas: name: TenantID description: READ-ONLY; The tenant id associated with this workspace. protocol: {} - - schema: *ref_899 + - schema: *ref_893 readOnly: true serializedName: storageHnsEnabled language: @@ -32614,7 +32488,7 @@ schemas: name: StorageHnsEnabled description: READ-ONLY; If the storage associated with the workspace has hierarchical namespace(HNS) enabled. protocol: {} - - schema: *ref_900 + - schema: *ref_894 readOnly: true serializedName: mlFlowTrackingUri language: @@ -32645,7 +32519,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2511 + language: &ref_2504 default: name: properties description: The properties of the machine learning workspace. @@ -32653,9 +32527,9 @@ schemas: name: Properties description: The properties of the machine learning workspace. protocol: {} - - schema: *ref_276 + - schema: *ref_270 serializedName: identity - language: &ref_2472 + language: &ref_2465 default: name: identity description: The identity of the resource. @@ -32663,9 +32537,9 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: *ref_901 + - schema: *ref_895 serializedName: location - language: &ref_2473 + language: &ref_2466 default: name: location description: Specifies the location of the resource. @@ -32673,11 +32547,8 @@ schemas: name: Location description: Specifies the location of the resource. protocol: {} - - schema: *ref_902 + - schema: *ref_896 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -32687,7 +32558,7 @@ schemas: description: Contains resource tags defined as key/value pairs. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 serializedName: sku language: default: @@ -32714,35 +32585,32 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_897 + - *ref_898 + - *ref_899 + - *ref_900 + - *ref_840 + - *ref_901 + - *ref_902 - *ref_903 + - *ref_270 - *ref_904 + - *ref_273 + - *ref_69 - *ref_905 - *ref_906 - - *ref_846 - *ref_907 - *ref_908 - *ref_909 - - *ref_276 - *ref_910 - - *ref_279 - - *ref_71 - *ref_911 - - *ref_912 - - *ref_913 - - *ref_914 - - *ref_915 - - *ref_916 - - *ref_917 - - &ref_1325 + - &ref_1318 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_918 + - schema: *ref_912 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags @@ -32752,7 +32620,7 @@ schemas: description: The resource tags for the machine learning workspace. byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_273 serializedName: sku language: default: @@ -32762,7 +32630,7 @@ schemas: name: SKU description: The sku of the workspace. protocol: {} - - schema: *ref_276 + - schema: *ref_270 serializedName: identity language: default: @@ -32772,14 +32640,14 @@ schemas: name: Identity description: The identity of the resource. protocol: {} - - schema: &ref_925 + - schema: &ref_919 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_919 + - schema: *ref_913 serializedName: description - language: &ref_2523 + language: &ref_2516 default: name: description description: The description of this workspace. @@ -32787,9 +32655,9 @@ schemas: name: Description description: The description of this workspace. protocol: {} - - schema: *ref_920 + - schema: *ref_914 serializedName: friendlyName - language: &ref_2524 + language: &ref_2517 default: name: friendlyName description: The friendly name for this workspace. @@ -32797,7 +32665,7 @@ schemas: name: FriendlyName description: The friendly name for this workspace. protocol: {} - - schema: *ref_921 + - schema: *ref_915 serializedName: imageBuildCompute language: default: @@ -32807,7 +32675,7 @@ schemas: name: ImageBuildCompute description: The compute name for image build protocol: {} - - schema: *ref_916 + - schema: *ref_910 serializedName: serviceManagedResourcesSettings language: default: @@ -32817,7 +32685,7 @@ schemas: name: ServiceManagedResourcesSettings description: The service managed resource settings. protocol: {} - - schema: *ref_922 + - schema: *ref_916 serializedName: primaryUserAssignedIdentity language: default: @@ -32827,9 +32695,9 @@ schemas: name: PrimaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - schema: *ref_887 + - schema: *ref_881 serializedName: publicNetworkAccess - language: &ref_2525 + language: &ref_2518 default: name: publicNetworkAccess description: Whether requests from Public Network are allowed. @@ -32837,7 +32705,7 @@ schemas: name: PublicNetworkAccess description: Whether requests from Public Network are allowed. protocol: {} - - schema: *ref_923 + - schema: *ref_917 serializedName: applicationInsights language: default: @@ -32847,7 +32715,7 @@ schemas: name: ApplicationInsights description: ARM id of the application insights associated with this workspace. protocol: {} - - schema: *ref_924 + - schema: *ref_918 serializedName: containerRegistry language: default: @@ -32875,7 +32743,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2526 + language: &ref_2519 default: name: properties description: The properties that the machine learning workspace will be updated with. @@ -32900,17 +32768,17 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_925 - - &ref_1341 + - *ref_919 + - &ref_1334 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1211 + - schema: &ref_1204 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_89 + elementType: *ref_87 language: default: name: WorkspaceListResultValue @@ -32922,7 +32790,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2533 + language: &ref_2526 default: name: value description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. @@ -32931,9 +32799,9 @@ schemas: description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. byValue: true protocol: {} - - schema: *ref_926 + - schema: *ref_920 serializedName: nextLink - language: &ref_2532 + language: &ref_2525 default: name: nextLink description: The URI that can be used to request the next list of machine learning workspaces. @@ -32957,22 +32825,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1346 + - &ref_1339 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_936 + - schema: &ref_930 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_927 + - schema: *ref_921 serializedName: udr - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2546 + language: &ref_2539 default: name: udr description: Setting for diagnosing user defined routing @@ -32981,12 +32846,9 @@ schemas: description: Setting for diagnosing user defined routing byValue: true protocol: {} - - schema: *ref_928 + - schema: *ref_922 serializedName: nsg - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2542 + language: &ref_2535 default: name: nsg description: Setting for diagnosing network security group @@ -32995,12 +32857,9 @@ schemas: description: Setting for diagnosing network security group byValue: true protocol: {} - - schema: *ref_929 + - schema: *ref_923 serializedName: resourceLock - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2544 + language: &ref_2537 default: name: resourceLock description: Setting for diagnosing resource lock @@ -33009,12 +32868,9 @@ schemas: description: Setting for diagnosing resource lock byValue: true protocol: {} - - schema: *ref_930 + - schema: *ref_924 serializedName: dnsResolution - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2540 + language: &ref_2533 default: name: dnsResolution description: Setting for diagnosing dns resolution @@ -33023,12 +32879,9 @@ schemas: description: Setting for diagnosing dns resolution byValue: true protocol: {} - - schema: *ref_931 + - schema: *ref_925 serializedName: storageAccount - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2545 + language: &ref_2538 default: name: storageAccount description: Setting for diagnosing dependent storage account @@ -33037,12 +32890,9 @@ schemas: description: Setting for diagnosing dependent storage account byValue: true protocol: {} - - schema: *ref_932 + - schema: *ref_926 serializedName: keyVault - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2541 + language: &ref_2534 default: name: keyVault description: Setting for diagnosing dependent key vault @@ -33051,12 +32901,9 @@ schemas: description: Setting for diagnosing dependent key vault byValue: true protocol: {} - - schema: *ref_933 + - schema: *ref_927 serializedName: containerRegistry - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2539 + language: &ref_2532 default: name: containerRegistry description: Setting for diagnosing dependent container registry @@ -33065,12 +32912,9 @@ schemas: description: Setting for diagnosing dependent container registry byValue: true protocol: {} - - schema: *ref_934 + - schema: *ref_928 serializedName: applicationInsights - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2538 + language: &ref_2531 default: name: applicationInsights description: Setting for diagnosing dependent application insights @@ -33079,12 +32923,9 @@ schemas: description: Setting for diagnosing dependent application insights byValue: true protocol: {} - - schema: *ref_935 + - schema: *ref_929 serializedName: others - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2543 + language: &ref_2536 default: name: others description: Setting for diagnosing unclassified category of problems @@ -33110,7 +32951,7 @@ schemas: namespace: '' protocol: {} serializedName: value - language: &ref_2547 + language: &ref_2540 default: name: value description: Value of Parameters @@ -33133,30 +32974,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_936 - - &ref_1355 + - *ref_930 + - &ref_1348 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_942 + - schema: &ref_935 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1212 + - schema: &ref_1205 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_940 + elementType: &ref_934 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_937 + - schema: *ref_931 readOnly: true serializedName: code - language: &ref_2552 + language: &ref_2545 default: name: code description: Code for workspace setup error @@ -33164,10 +33005,10 @@ schemas: name: Code description: READ-ONLY; Code for workspace setup error protocol: {} - - schema: *ref_938 + - schema: *ref_932 readOnly: true serializedName: level - language: &ref_2553 + language: &ref_2546 default: name: level description: Level of workspace setup error @@ -33175,10 +33016,10 @@ schemas: name: Level description: READ-ONLY; Level of workspace setup error protocol: {} - - schema: *ref_939 + - schema: *ref_933 readOnly: true serializedName: message - language: &ref_2554 + language: &ref_2547 default: name: message description: Message of workspace setup error @@ -33218,7 +33059,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2561 + language: &ref_2554 default: name: userDefinedRouteResults description: '' @@ -33227,11 +33068,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1213 + - schema: &ref_1206 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33249,7 +33090,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2557 + language: &ref_2550 default: name: networkSecurityRuleResults description: '' @@ -33258,11 +33099,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1214 + - schema: &ref_1207 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33280,7 +33121,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2559 + language: &ref_2552 default: name: resourceLockResults description: '' @@ -33289,11 +33130,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1215 + - schema: &ref_1208 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33311,7 +33152,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2555 + language: &ref_2548 default: name: dnsResolutionResults description: '' @@ -33320,11 +33161,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1216 + - schema: &ref_1209 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33342,7 +33183,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2560 + language: &ref_2553 default: name: storageAccountResults description: '' @@ -33351,11 +33192,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1217 + - schema: &ref_1210 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33373,7 +33214,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2556 + language: &ref_2549 default: name: keyVaultResults description: '' @@ -33382,11 +33223,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1218 + - schema: &ref_1211 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33404,7 +33245,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2551 + language: &ref_2544 default: name: containerRegistryResults description: '' @@ -33413,11 +33254,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1219 + - schema: &ref_1212 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33435,7 +33276,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2550 + language: &ref_2543 default: name: applicationInsightsResults description: '' @@ -33444,11 +33285,11 @@ schemas: description: '' byValue: true protocol: {} - - schema: &ref_1220 + - schema: &ref_1213 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_934 extensions: x-ms-identifiers: - message @@ -33466,7 +33307,7 @@ schemas: extensions: x-ms-identifiers: - message - language: &ref_2558 + language: &ref_2551 default: name: otherResults description: '' @@ -33479,9 +33320,6 @@ schemas: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_941 - anonymous: true language: default: name: DiagnoseResponseResultValue @@ -33495,9 +33333,7 @@ schemas: namespace: '' protocol: {} serializedName: value - extensions: - x-internal-autorest-anonymous-schema: *ref_941 - language: &ref_2562 + language: &ref_2555 default: name: value description: '' @@ -33520,19 +33356,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_942 - - *ref_940 - - &ref_1363 + - *ref_935 + - *ref_934 + - &ref_1356 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_943 + - schema: *ref_936 readOnly: true serializedName: userStorageKey extensions: x-ms-secret: true - language: &ref_2577 + language: &ref_2570 default: name: userStorageKey description: '' @@ -33540,10 +33376,10 @@ schemas: name: UserStorageKey description: READ-ONLY protocol: {} - - schema: *ref_944 + - schema: *ref_937 readOnly: true serializedName: userStorageResourceId - language: &ref_2578 + language: &ref_2571 default: name: userStorageResourceId description: '' @@ -33551,12 +33387,12 @@ schemas: name: UserStorageResourceID description: READ-ONLY protocol: {} - - schema: *ref_945 + - schema: *ref_938 readOnly: true serializedName: appInsightsInstrumentationKey extensions: x-ms-secret: true - language: &ref_2567 + language: &ref_2560 default: name: appInsightsInstrumentationKey description: '' @@ -33564,15 +33400,15 @@ schemas: name: AppInsightsInstrumentationKey description: READ-ONLY protocol: {} - - schema: &ref_952 + - schema: &ref_945 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_946 + - schema: *ref_939 readOnly: true serializedName: location - language: &ref_2568 + language: &ref_2561 default: name: location description: '' @@ -33580,10 +33416,10 @@ schemas: name: Location description: READ-ONLY protocol: {} - - schema: *ref_947 + - schema: *ref_940 readOnly: true serializedName: username - language: &ref_2572 + language: &ref_2565 default: name: username description: '' @@ -33591,19 +33427,19 @@ schemas: name: Username description: READ-ONLY protocol: {} - - schema: &ref_1221 + - schema: &ref_1214 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_953 + elementType: &ref_946 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_948 + - schema: *ref_941 readOnly: true serializedName: name - language: &ref_2569 + language: &ref_2562 default: name: name description: '' @@ -33611,10 +33447,10 @@ schemas: name: Name description: READ-ONLY protocol: {} - - schema: *ref_949 + - schema: *ref_942 readOnly: true serializedName: value - language: &ref_2570 + language: &ref_2563 default: name: value description: '' @@ -33654,7 +33490,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2571 + language: &ref_2564 default: name: passwords description: '' @@ -33681,7 +33517,7 @@ schemas: protocol: {} readOnly: true serializedName: containerRegistryCredentials - language: &ref_2573 + language: &ref_2566 default: name: containerRegistryCredentials description: '' @@ -33689,17 +33525,17 @@ schemas: name: ContainerRegistryCredentials description: READ-ONLY protocol: {} - - schema: &ref_954 + - schema: &ref_947 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_950 + - schema: *ref_943 readOnly: true serializedName: primaryAccessKey extensions: x-ms-secret: true - language: &ref_2574 + language: &ref_2567 default: name: primaryAccessKey description: '' @@ -33707,12 +33543,12 @@ schemas: name: PrimaryAccessKey description: READ-ONLY protocol: {} - - schema: *ref_951 + - schema: *ref_944 readOnly: true serializedName: secondaryAccessKey extensions: x-ms-secret: true - language: &ref_2575 + language: &ref_2568 default: name: secondaryAccessKey description: '' @@ -33737,7 +33573,7 @@ schemas: protocol: {} readOnly: true serializedName: notebookAccessKeys - language: &ref_2576 + language: &ref_2569 default: name: notebookAccessKeys description: '' @@ -33760,27 +33596,27 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_952 - - *ref_953 - - *ref_954 - - &ref_1425 + - *ref_945 + - *ref_946 + - *ref_947 + - &ref_1418 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1222 + - schema: &ref_1215 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_964 + elementType: &ref_957 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_955 + - schema: *ref_948 readOnly: true serializedName: id - language: &ref_2633 + language: &ref_2626 default: name: id description: Specifies the resource ID. @@ -33788,7 +33624,7 @@ schemas: name: ID description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_956 + - schema: *ref_949 readOnly: true serializedName: amlWorkspaceLocation language: @@ -33799,10 +33635,10 @@ schemas: name: AmlWorkspaceLocation description: READ-ONLY; Region of the AML workspace in the id. protocol: {} - - schema: *ref_957 + - schema: *ref_950 readOnly: true serializedName: type - language: &ref_2631 + language: &ref_2624 default: name: type description: Specifies the resource type. @@ -33810,10 +33646,10 @@ schemas: name: Type description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: *ref_958 + - schema: *ref_951 readOnly: true serializedName: unit - language: &ref_2635 + language: &ref_2628 default: name: unit description: An enum describing the unit of usage measurement. @@ -33821,10 +33657,10 @@ schemas: name: Unit description: READ-ONLY; An enum describing the unit of usage measurement. protocol: {} - - schema: *ref_959 + - schema: *ref_952 readOnly: true serializedName: currentValue - language: &ref_2632 + language: &ref_2625 default: name: currentValue description: The current usage of the resource. @@ -33832,10 +33668,10 @@ schemas: name: CurrentValue description: READ-ONLY; The current usage of the resource. protocol: {} - - schema: *ref_960 + - schema: *ref_953 readOnly: true serializedName: limit - language: &ref_2634 + language: &ref_2627 default: name: limit description: The maximum permitted usage of the resource. @@ -33843,15 +33679,15 @@ schemas: name: Limit description: READ-ONLY; The maximum permitted usage of the resource. protocol: {} - - schema: &ref_965 + - schema: &ref_958 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_961 + - schema: *ref_954 readOnly: true serializedName: value - language: &ref_2629 + language: &ref_2622 default: name: value description: The name of the resource. @@ -33859,10 +33695,10 @@ schemas: name: Value description: READ-ONLY; The name of the resource. protocol: {} - - schema: *ref_962 + - schema: *ref_955 readOnly: true serializedName: localizedValue - language: &ref_2628 + language: &ref_2621 default: name: localizedValue description: The localized name of the resource. @@ -33887,7 +33723,7 @@ schemas: protocol: {} readOnly: true serializedName: name - language: &ref_2630 + language: &ref_2623 default: name: name description: The name of the type of usage. @@ -33922,7 +33758,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_2636 + language: &ref_2629 default: name: value description: The list of AML resource usages. @@ -33931,7 +33767,7 @@ schemas: description: READ-ONLY; The list of AML resource usages. byValue: true protocol: {} - - schema: *ref_963 + - schema: *ref_956 readOnly: true serializedName: nextLink language: @@ -33958,26 +33794,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_964 - - *ref_965 - - &ref_1432 + - *ref_957 + - *ref_958 + - &ref_1425 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1225 + - schema: &ref_1218 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_981 + elementType: &ref_974 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_966 + - schema: *ref_959 readOnly: true serializedName: name - language: &ref_2642 + language: &ref_2635 default: name: name description: The name of the virtual machine size. @@ -33985,10 +33821,10 @@ schemas: name: Name description: READ-ONLY; The name of the virtual machine size. protocol: {} - - schema: *ref_967 + - schema: *ref_960 readOnly: true serializedName: family - language: &ref_2650 + language: &ref_2643 default: name: family description: The family name of the virtual machine size. @@ -33996,10 +33832,10 @@ schemas: name: Family description: READ-ONLY; The family name of the virtual machine size. protocol: {} - - schema: *ref_968 + - schema: *ref_961 readOnly: true serializedName: vCPUs - language: &ref_2658 + language: &ref_2651 default: name: vCPUs description: The number of vCPUs supported by the virtual machine size. @@ -34007,10 +33843,10 @@ schemas: name: VCPUs description: READ-ONLY; The number of vCPUs supported by the virtual machine size. protocol: {} - - schema: *ref_969 + - schema: *ref_962 readOnly: true serializedName: gpus - language: &ref_2651 + language: &ref_2644 default: name: gpus description: The number of gPUs supported by the virtual machine size. @@ -34018,10 +33854,10 @@ schemas: name: Gpus description: READ-ONLY; The number of gPUs supported by the virtual machine size. protocol: {} - - schema: *ref_970 + - schema: *ref_963 readOnly: true serializedName: osVhdSizeMB - language: &ref_2655 + language: &ref_2648 default: name: osVhdSizeMB description: The OS VHD disk size, in MB, allowed by the virtual machine size. @@ -34029,10 +33865,10 @@ schemas: name: OSVhdSizeMB description: READ-ONLY; The OS VHD disk size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_971 + - schema: *ref_964 readOnly: true serializedName: maxResourceVolumeMB - language: &ref_2653 + language: &ref_2646 default: name: maxResourceVolumeMB description: The resource volume size, in MB, allowed by the virtual machine size. @@ -34040,10 +33876,10 @@ schemas: name: MaxResourceVolumeMB description: READ-ONLY; The resource volume size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_972 + - schema: *ref_965 readOnly: true serializedName: memoryGB - language: &ref_2654 + language: &ref_2647 default: name: memoryGB description: The amount of memory, in GB, supported by the virtual machine size. @@ -34051,10 +33887,10 @@ schemas: name: MemoryGB description: READ-ONLY; The amount of memory, in GB, supported by the virtual machine size. protocol: {} - - schema: *ref_973 + - schema: *ref_966 readOnly: true serializedName: lowPriorityCapable - language: &ref_2652 + language: &ref_2645 default: name: lowPriorityCapable description: Specifies if the virtual machine size supports low priority VMs. @@ -34062,10 +33898,10 @@ schemas: name: LowPriorityCapable description: READ-ONLY; Specifies if the virtual machine size supports low priority VMs. protocol: {} - - schema: *ref_974 + - schema: *ref_967 readOnly: true serializedName: premiumIO - language: &ref_2656 + language: &ref_2649 default: name: premiumIO description: Specifies if the virtual machine size supports premium IO. @@ -34073,15 +33909,15 @@ schemas: name: PremiumIO description: READ-ONLY; Specifies if the virtual machine size supports premium IO. protocol: {} - - schema: &ref_982 + - schema: &ref_975 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_975 + - schema: *ref_968 required: true serializedName: billingCurrency - language: &ref_2643 + language: &ref_2636 default: name: billingCurrency description: 'Three lettered code specifying the currency of the VM price. Example: USD' @@ -34089,10 +33925,10 @@ schemas: name: BillingCurrency description: 'REQUIRED; Three lettered code specifying the currency of the VM price. Example: USD' protocol: {} - - schema: *ref_976 + - schema: *ref_969 required: true serializedName: unitOfMeasure - language: &ref_2644 + language: &ref_2637 default: name: unitOfMeasure description: 'The unit of time measurement for the specified VM price. Example: OneHour' @@ -34100,19 +33936,19 @@ schemas: name: UnitOfMeasure description: 'REQUIRED; The unit of time measurement for the specified VM price. Example: OneHour' protocol: {} - - schema: &ref_1223 + - schema: &ref_1216 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_983 + elementType: &ref_976 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_977 + - schema: *ref_970 required: true serializedName: retailPrice - language: &ref_2646 + language: &ref_2639 default: name: retailPrice description: The price charged for using the VM. @@ -34120,10 +33956,10 @@ schemas: name: RetailPrice description: REQUIRED; The price charged for using the VM. protocol: {} - - schema: *ref_978 + - schema: *ref_971 required: true serializedName: osType - language: &ref_2645 + language: &ref_2638 default: name: osType description: Operating system type used by the VM. @@ -34131,10 +33967,10 @@ schemas: name: OSType description: REQUIRED; Operating system type used by the VM. protocol: {} - - schema: *ref_979 + - schema: *ref_972 required: true serializedName: vmTier - language: &ref_2647 + language: &ref_2640 default: name: vmTier description: The type of the VM. @@ -34174,7 +34010,7 @@ schemas: serializedName: values extensions: x-ms-identifiers: [] - language: &ref_2648 + language: &ref_2641 default: name: values description: The list of estimated prices for using a VM of a particular OS type, tier, etc. @@ -34200,7 +34036,7 @@ schemas: namespace: '' protocol: {} serializedName: estimatedVMPrices - language: &ref_2649 + language: &ref_2642 default: name: estimatedVMPrices description: The estimated price information for using a VM. @@ -34208,11 +34044,11 @@ schemas: name: EstimatedVMPrices description: The estimated price information for using a VM. protocol: {} - - schema: &ref_1224 + - schema: &ref_1217 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_980 + elementType: *ref_973 summary: Supported Compute Types language: default: @@ -34225,7 +34061,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: supportedComputeTypes - language: &ref_2657 + language: &ref_2650 default: name: supportedComputeTypes description: Specifies the compute types supported by the virtual machine size. @@ -34267,7 +34103,7 @@ schemas: extensions: x-ms-identifiers: - name - language: &ref_2659 + language: &ref_2652 default: name: value description: The list of virtual machine sizes supported by AmlCompute. @@ -34292,26 +34128,26 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_981 - - *ref_982 - - *ref_983 - - &ref_1438 + - *ref_974 + - *ref_975 + - *ref_976 + - &ref_1431 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1226 + - schema: &ref_1219 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_989 + elementType: &ref_982 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_984 + - schema: *ref_977 serializedName: id - language: &ref_2663 + language: &ref_2656 default: name: id description: Specifies the resource ID. @@ -34319,9 +34155,9 @@ schemas: name: ID description: Specifies the resource ID. protocol: {} - - schema: *ref_985 + - schema: *ref_978 serializedName: type - language: &ref_2662 + language: &ref_2655 default: name: type description: Specifies the resource type. @@ -34329,9 +34165,9 @@ schemas: name: Type description: Specifies the resource type. protocol: {} - - schema: *ref_986 + - schema: *ref_979 serializedName: limit - language: &ref_2664 + language: &ref_2657 default: name: limit description: The maximum permitted quota of the resource. @@ -34339,9 +34175,9 @@ schemas: name: Limit description: The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_980 serializedName: unit - language: &ref_2665 + language: &ref_2658 default: name: unit description: An enum describing the unit of quota measurement. @@ -34375,7 +34211,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2666 + language: &ref_2659 default: name: value description: The list for update quota. @@ -34384,7 +34220,7 @@ schemas: description: The list for update quota. byValue: true protocol: {} - - schema: *ref_988 + - schema: *ref_981 serializedName: location language: default: @@ -34410,25 +34246,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_989 - - &ref_1442 + - *ref_982 + - &ref_1435 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1227 + - schema: &ref_1220 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_995 + elementType: &ref_988 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_990 + - schema: *ref_983 readOnly: true serializedName: id - language: &ref_2671 + language: &ref_2664 default: name: id description: Specifies the resource ID. @@ -34436,10 +34272,10 @@ schemas: name: ID description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_991 + - schema: *ref_984 readOnly: true serializedName: type - language: &ref_2670 + language: &ref_2663 default: name: type description: Specifies the resource type. @@ -34447,9 +34283,9 @@ schemas: name: Type description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: *ref_992 + - schema: *ref_985 serializedName: limit - language: &ref_2672 + language: &ref_2665 default: name: limit description: The maximum permitted quota of the resource. @@ -34457,10 +34293,10 @@ schemas: name: Limit description: The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_980 readOnly: true serializedName: unit - language: &ref_2674 + language: &ref_2667 default: name: unit description: An enum describing the unit of quota measurement. @@ -34468,10 +34304,10 @@ schemas: name: Unit description: READ-ONLY; An enum describing the unit of quota measurement. protocol: {} - - schema: *ref_993 + - schema: *ref_986 readOnly: false serializedName: status - language: &ref_2673 + language: &ref_2666 default: name: status description: Status of update workspace quota. @@ -34506,7 +34342,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_2675 + language: &ref_2668 default: name: value description: The list of workspace quota update result. @@ -34515,7 +34351,7 @@ schemas: description: READ-ONLY; The list of workspace quota update result. byValue: true protocol: {} - - schema: *ref_994 + - schema: *ref_987 readOnly: true serializedName: nextLink language: @@ -34542,25 +34378,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_995 - - &ref_1449 + - *ref_988 + - &ref_1442 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1228 + - schema: &ref_1221 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1003 + elementType: &ref_996 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_996 + - schema: *ref_989 readOnly: true serializedName: id - language: &ref_2683 + language: &ref_2676 default: name: id description: Specifies the resource ID. @@ -34568,7 +34404,7 @@ schemas: name: ID description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_997 + - schema: *ref_990 readOnly: true serializedName: amlWorkspaceLocation language: @@ -34579,10 +34415,10 @@ schemas: name: AmlWorkspaceLocation description: READ-ONLY; Region of the AML workspace in the id. protocol: {} - - schema: *ref_998 + - schema: *ref_991 readOnly: true serializedName: type - language: &ref_2682 + language: &ref_2675 default: name: type description: Specifies the resource type. @@ -34590,15 +34426,15 @@ schemas: name: Type description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: &ref_1004 + - schema: &ref_997 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_999 + - schema: *ref_992 readOnly: true serializedName: value - language: &ref_2680 + language: &ref_2673 default: name: value description: The name of the resource. @@ -34606,10 +34442,10 @@ schemas: name: Value description: READ-ONLY; The name of the resource. protocol: {} - - schema: *ref_1000 + - schema: *ref_993 readOnly: true serializedName: localizedValue - language: &ref_2679 + language: &ref_2672 default: name: localizedValue description: The localized name of the resource. @@ -34634,7 +34470,7 @@ schemas: protocol: {} readOnly: true serializedName: name - language: &ref_2681 + language: &ref_2674 default: name: name description: Name of the resource. @@ -34642,10 +34478,10 @@ schemas: name: Name description: READ-ONLY; Name of the resource. protocol: {} - - schema: *ref_1001 + - schema: *ref_994 readOnly: true serializedName: limit - language: &ref_2684 + language: &ref_2677 default: name: limit description: The maximum permitted quota of the resource. @@ -34653,10 +34489,10 @@ schemas: name: Limit description: READ-ONLY; The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_980 readOnly: true serializedName: unit - language: &ref_2685 + language: &ref_2678 default: name: unit description: An enum describing the unit of quota measurement. @@ -34691,7 +34527,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_2686 + language: &ref_2679 default: name: value description: The list of Workspace Quotas by VM Family @@ -34700,7 +34536,7 @@ schemas: description: READ-ONLY; The list of Workspace Quotas by VM Family byValue: true protocol: {} - - schema: *ref_1002 + - schema: *ref_995 readOnly: true serializedName: nextLink language: @@ -34727,18 +34563,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1003 - - *ref_1004 - - &ref_1460 + - *ref_996 + - *ref_997 + - &ref_1453 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1230 + - schema: &ref_1223 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_90 + elementType: *ref_88 language: default: name: PaginatedComputeResourcesListValue @@ -34750,7 +34586,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2704 + language: &ref_2697 default: name: value description: An array of Machine Learning compute objects wrapped in ARM resource envelope. @@ -34759,9 +34595,9 @@ schemas: description: An array of Machine Learning compute objects wrapped in ARM resource envelope. byValue: true protocol: {} - - schema: *ref_1005 + - schema: *ref_998 serializedName: nextLink - language: &ref_2693 + language: &ref_2686 default: name: nextLink description: A continuation link (absolute URI) to the next page of results in the list. @@ -34785,27 +34621,27 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_90 - - *ref_275 - - *ref_93 - - &ref_1485 + - *ref_88 + - *ref_269 + - *ref_91 + - &ref_1478 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1007 + - schema: &ref_1000 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1008 + - schema: &ref_1001 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1006 + - schema: *ref_999 serializedName: scaleSettings - language: &ref_2802 + language: &ref_2795 default: name: scaleSettings description: scale settings for AML Compute @@ -34829,7 +34665,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2803 + language: &ref_2796 default: name: properties description: Properties of ClusterUpdate @@ -34855,7 +34691,7 @@ schemas: serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2804 + language: &ref_2797 default: name: properties description: The properties of the amlCompute. @@ -34879,27 +34715,27 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1007 - - *ref_1008 - - *ref_1006 - - &ref_1513 + - *ref_1000 + - *ref_1001 + - *ref_999 + - &ref_1506 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1231 + - schema: &ref_1224 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1016 + elementType: &ref_1009 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1009 + - schema: *ref_1002 readOnly: true serializedName: nodeId - language: &ref_2820 + language: &ref_2813 default: name: nodeId description: ID of the compute node. @@ -34907,10 +34743,10 @@ schemas: name: NodeID description: READ-ONLY; ID of the compute node. protocol: {} - - schema: *ref_1010 + - schema: *ref_1003 readOnly: true serializedName: privateIpAddress - language: &ref_2823 + language: &ref_2816 default: name: privateIpAddress description: Private IP address of the compute node. @@ -34918,10 +34754,10 @@ schemas: name: PrivateIPAddress description: READ-ONLY; Private IP address of the compute node. protocol: {} - - schema: *ref_1011 + - schema: *ref_1004 readOnly: true serializedName: publicIpAddress - language: &ref_2824 + language: &ref_2817 default: name: publicIpAddress description: Public IP address of the compute node. @@ -34929,10 +34765,10 @@ schemas: name: PublicIPAddress description: READ-ONLY; Public IP address of the compute node. protocol: {} - - schema: *ref_1012 + - schema: *ref_1005 readOnly: true serializedName: port - language: &ref_2822 + language: &ref_2815 default: name: port description: SSH port number of the node. @@ -34940,10 +34776,10 @@ schemas: name: Port description: READ-ONLY; SSH port number of the node. protocol: {} - - schema: *ref_1013 + - schema: *ref_1006 readOnly: true serializedName: nodeState - language: &ref_2821 + language: &ref_2814 default: name: nodeState description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. @@ -34951,10 +34787,10 @@ schemas: name: NodeState description: READ-ONLY; State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. protocol: {} - - schema: *ref_1014 + - schema: *ref_1007 readOnly: true serializedName: runId - language: &ref_2825 + language: &ref_2818 default: name: runId description: ID of the Experiment running on the node, if any else null. @@ -34995,7 +34831,7 @@ schemas: extensions: x-ms-identifiers: - nodeId - language: &ref_2826 + language: &ref_2819 default: name: nodes description: The collection of returned AmlCompute nodes details. @@ -35004,10 +34840,10 @@ schemas: description: READ-ONLY; The collection of returned AmlCompute nodes details. byValue: true protocol: {} - - schema: *ref_1015 + - schema: *ref_1008 readOnly: true serializedName: nextLink - language: &ref_2819 + language: &ref_2812 default: name: nextLink description: The continuation token. @@ -35031,16 +34867,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1016 - - &ref_1385 + - *ref_1009 + - &ref_1378 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1017 + - schema: *ref_1010 readOnly: true serializedName: notebookResourceId - language: &ref_2591 + language: &ref_2584 default: name: notebookResourceId description: '' @@ -35048,10 +34884,10 @@ schemas: name: NotebookResourceID description: READ-ONLY protocol: {} - - schema: *ref_1018 + - schema: *ref_1011 readOnly: true serializedName: hostName - language: &ref_2590 + language: &ref_2583 default: name: hostName description: '' @@ -35059,10 +34895,10 @@ schemas: name: HostName description: READ-ONLY protocol: {} - - schema: *ref_1019 + - schema: *ref_1012 readOnly: true serializedName: publicDns - language: &ref_2592 + language: &ref_2585 default: name: publicDns description: '' @@ -35070,7 +34906,7 @@ schemas: name: PublicDNS description: READ-ONLY protocol: {} - - schema: *ref_1020 + - schema: *ref_1013 readOnly: true serializedName: accessToken extensions: @@ -35083,10 +34919,10 @@ schemas: name: AccessToken description: READ-ONLY protocol: {} - - schema: *ref_1021 + - schema: *ref_1014 readOnly: true serializedName: tokenType - language: &ref_2594 + language: &ref_2587 default: name: tokenType description: '' @@ -35094,10 +34930,10 @@ schemas: name: TokenType description: READ-ONLY protocol: {} - - schema: *ref_1022 + - schema: *ref_1015 readOnly: true serializedName: expiresIn - language: &ref_2589 + language: &ref_2582 default: name: expiresIn description: '' @@ -35105,7 +34941,7 @@ schemas: name: ExpiresIn description: READ-ONLY protocol: {} - - schema: *ref_1023 + - schema: *ref_1016 readOnly: true serializedName: refreshToken extensions: @@ -35118,10 +34954,10 @@ schemas: name: RefreshToken description: READ-ONLY protocol: {} - - schema: *ref_1024 + - schema: *ref_1017 readOnly: true serializedName: scope - language: &ref_2593 + language: &ref_2586 default: name: scope description: '' @@ -35144,33 +34980,33 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1025 + - &ref_1018 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_1524 + children: &ref_1517 all: - - &ref_1026 + - &ref_1019 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeAKS parents: all: - - *ref_1025 - - &ref_1030 + - *ref_1018 + - &ref_1023 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1026 + - *ref_1019 immediate: - - *ref_1026 + - *ref_1019 properties: - - schema: *ref_1027 + - schema: *ref_1020 serializedName: userKubeConfig - language: &ref_2835 + language: &ref_2828 default: name: userKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. @@ -35178,9 +35014,9 @@ schemas: name: UserKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - schema: *ref_1028 + - schema: *ref_1021 serializedName: adminKubeConfig - language: &ref_2833 + language: &ref_2826 default: name: adminKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. @@ -35188,9 +35024,9 @@ schemas: name: AdminKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - schema: *ref_1029 + - schema: *ref_1022 serializedName: imagePullSecretName - language: &ref_2834 + language: &ref_2827 default: name: imagePullSecretName description: Image registry pull secret. @@ -35202,7 +35038,7 @@ schemas: - json usage: - output - language: &ref_2836 + language: &ref_2829 default: name: AksComputeSecretsProperties description: Properties of AksComputeSecrets @@ -35214,8 +35050,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1030 + - *ref_1018 + - *ref_1023 serializationFormats: - json usage: @@ -35233,25 +35069,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1031 + - &ref_1024 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeVirtualMachine parents: all: - - *ref_1025 - - &ref_1032 + - *ref_1018 + - &ref_1025 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1031 + - *ref_1024 immediate: - - *ref_1031 + - *ref_1024 properties: - - schema: *ref_236 + - schema: *ref_232 serializedName: administratorAccount language: default: @@ -35277,8 +35113,8 @@ schemas: namespace: '' protocol: {} immediate: + - *ref_1018 - *ref_1025 - - *ref_1032 serializationFormats: - json usage: @@ -35296,25 +35132,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1033 + - &ref_1026 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ComputeTypeDatabricks parents: all: - - *ref_1025 - - &ref_1035 + - *ref_1018 + - &ref_1028 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1033 + - *ref_1026 immediate: - - *ref_1033 + - *ref_1026 properties: - - schema: *ref_1034 + - schema: *ref_1027 serializedName: databricksAccessToken language: default: @@ -35340,8 +35176,8 @@ schemas: namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1035 + - *ref_1018 + - *ref_1028 serializationFormats: - json usage: @@ -35360,24 +35196,24 @@ schemas: namespace: '' protocol: {} immediate: + - *ref_1019 + - *ref_1024 - *ref_1026 - - *ref_1031 - - *ref_1033 - discriminator: &ref_1525 + discriminator: &ref_1518 all: - AKS: *ref_1026 - Databricks: *ref_1033 - VirtualMachine: *ref_1031 + AKS: *ref_1019 + Databricks: *ref_1026 + VirtualMachine: *ref_1024 immediate: - AKS: *ref_1026 - Databricks: *ref_1033 - VirtualMachine: *ref_1031 - property: &ref_1036 - schema: *ref_242 + AKS: *ref_1019 + Databricks: *ref_1026 + VirtualMachine: *ref_1024 + property: &ref_1029 + schema: *ref_237 isDiscriminator: true required: true serializedName: computeType - language: &ref_2837 + language: &ref_2830 default: name: computeType description: The type of compute @@ -35386,12 +35222,12 @@ schemas: description: REQUIRED; The type of compute protocol: {} properties: - - *ref_1036 + - *ref_1029 serializationFormats: - json usage: - output - language: &ref_2838 + language: &ref_2831 default: name: ComputeSecrets description: Secrets related to a Machine Learning compute. Might differ for every type of compute. @@ -35409,16 +35245,16 @@ schemas: namespace: '' rootDiscriminator: true protocol: {} - - &ref_1556 + - &ref_1549 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1232 + - schema: &ref_1225 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_846 + elementType: *ref_840 language: default: name: PrivateEndpointConnectionListResultValue @@ -35430,7 +35266,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2856 + language: &ref_2849 default: name: value description: Array of private endpoint connections @@ -35455,16 +35291,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1588 + - &ref_1581 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1235 + - schema: &ref_1228 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_847 + elementType: *ref_841 language: default: name: PrivateLinkResourceListResultValue @@ -35476,7 +35312,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2881 + language: &ref_2874 default: name: value description: Array of private link resources @@ -35501,19 +35337,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_847 - - *ref_1037 - - &ref_1402 + - *ref_841 + - *ref_1030 + - &ref_1395 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1038 + - schema: *ref_1031 readOnly: true serializedName: userStorageKey extensions: x-ms-secret: true - language: &ref_2608 + language: &ref_2601 default: name: userStorageKey description: '' @@ -35536,16 +35372,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_1601 + - &ref_1594 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1236 + - schema: &ref_1229 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_848 + elementType: *ref_842 language: default: name: PaginatedWorkspaceConnectionsListValue @@ -35557,7 +35393,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2894 + language: &ref_2887 default: name: value description: An array of Workspace connection objects. @@ -35566,7 +35402,7 @@ schemas: description: An array of Workspace connection objects. byValue: true protocol: {} - - schema: *ref_1039 + - schema: *ref_1032 serializedName: nextLink language: default: @@ -35592,30 +35428,30 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_848 - - *ref_1040 - - &ref_1417 + - *ref_842 + - *ref_1033 + - &ref_1410 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1239 + - schema: &ref_1232 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1044 + elementType: &ref_1037 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1045 + - schema: &ref_1038 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1041 + - schema: *ref_1034 serializedName: category - language: &ref_2617 + language: &ref_2610 default: name: category description: '' @@ -35623,18 +35459,18 @@ schemas: name: Category description: '' protocol: {} - - schema: &ref_1238 + - schema: &ref_1231 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1046 + elementType: &ref_1039 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1042 + - schema: *ref_1035 serializedName: domainName - language: &ref_2618 + language: &ref_2611 default: name: domainName description: '' @@ -35642,18 +35478,18 @@ schemas: name: DomainName description: '' protocol: {} - - schema: &ref_1237 + - schema: &ref_1230 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1047 + elementType: &ref_1040 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1043 + - schema: *ref_1036 serializedName: port - language: &ref_2619 + language: &ref_2612 default: name: port description: '' @@ -35693,7 +35529,7 @@ schemas: extensions: x-ms-identifiers: - port - language: &ref_2620 + language: &ref_2613 default: name: endpointDetails description: '' @@ -35735,7 +35571,7 @@ schemas: extensions: x-ms-identifiers: - domainName - language: &ref_2621 + language: &ref_2614 default: name: endpoints description: '' @@ -35761,7 +35597,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2622 + language: &ref_2615 default: name: properties description: '' @@ -35801,7 +35637,7 @@ schemas: extensions: x-ms-identifiers: - /properties/category - language: &ref_2623 + language: &ref_2616 default: name: value description: '' @@ -35826,18 +35662,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1044 - - *ref_1045 - - *ref_1046 - - *ref_1047 - - &ref_1636 + - *ref_1037 + - *ref_1038 + - *ref_1039 + - *ref_1040 + - &ref_1629 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1048 + - schema: *ref_1041 serializedName: nextLink - language: &ref_2917 + language: &ref_2910 default: name: nextLink description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. @@ -35845,11 +35681,11 @@ schemas: name: NextLink description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1240 + - schema: &ref_1233 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_386 + elementType: *ref_380 language: default: name: BatchEndpointTrackedResourceArmPaginatedResultValue @@ -35861,7 +35697,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_2945 + language: &ref_2938 default: name: value description: An array of objects of type BatchEndpoint. @@ -35886,25 +35722,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_386 - - *ref_292 - - *ref_1049 - - *ref_293 - - *ref_1050 - - *ref_290 - - &ref_1659 + - *ref_380 + - *ref_286 + - *ref_1042 + - *ref_287 + - *ref_1043 + - *ref_284 + - &ref_1652 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1059 + - schema: &ref_1052 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_80 + - schema: *ref_78 serializedName: type - language: &ref_2962 + language: &ref_2955 default: name: type description: Managed service identity (system assigned and/or user assigned identities) @@ -35912,12 +35748,9 @@ schemas: name: Type description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1051 + - schema: *ref_1044 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2964 + language: &ref_2957 default: name: userAssignedIdentities description: >- @@ -35948,7 +35781,7 @@ schemas: namespace: '' protocol: {} serializedName: identity - language: &ref_2965 + language: &ref_2958 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -35956,9 +35789,9 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1052 + - schema: *ref_1045 serializedName: kind - language: &ref_2966 + language: &ref_2959 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -35966,9 +35799,9 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1053 + - schema: *ref_1046 serializedName: location - language: &ref_2967 + language: &ref_2960 default: name: location description: The geo-location where the resource lives. @@ -35976,17 +35809,17 @@ schemas: name: Location description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1060 + - schema: &ref_1053 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1049 + - schema: *ref_1042 nullable: true serializedName: defaults extensions: x-nullable: true - language: &ref_2968 + language: &ref_2961 default: name: defaults description: Default values for Batch Endpoint @@ -36010,7 +35843,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_2969 + language: &ref_2962 default: name: properties description: Additional attributes of the entity. @@ -36018,14 +35851,14 @@ schemas: name: Properties description: Additional attributes of the entity. protocol: {} - - schema: &ref_1061 + - schema: &ref_1054 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1054 + - schema: *ref_1047 serializedName: capacity - language: &ref_2971 + language: &ref_2964 default: name: capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. @@ -36033,9 +35866,9 @@ schemas: name: Capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - schema: *ref_1055 + - schema: *ref_1048 serializedName: family - language: &ref_2972 + language: &ref_2965 default: name: family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. @@ -36043,9 +35876,9 @@ schemas: name: Family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - schema: *ref_1056 + - schema: *ref_1049 serializedName: name - language: &ref_2970 + language: &ref_2963 default: name: name description: The name of the SKU. Ex - P3. It is typically a letter+number code. @@ -36053,9 +35886,9 @@ schemas: name: Name description: The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - schema: *ref_1057 + - schema: *ref_1050 serializedName: size - language: &ref_2973 + language: &ref_2966 default: name: size description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. @@ -36063,9 +35896,9 @@ schemas: name: Size description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - schema: *ref_85 + - schema: *ref_83 serializedName: tier - language: &ref_2974 + language: &ref_2967 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. @@ -36089,7 +35922,7 @@ schemas: namespace: '' protocol: {} serializedName: sku - language: &ref_2975 + language: &ref_2968 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -36097,12 +35930,9 @@ schemas: name: SKU description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1058 + - schema: *ref_1051 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2976 + language: &ref_2969 default: name: tags description: Resource tags. @@ -36128,17 +35958,17 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1059 - - *ref_1060 - - *ref_1061 - - &ref_1705 + - *ref_1052 + - *ref_1053 + - *ref_1054 + - &ref_1698 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1062 + - schema: *ref_1055 serializedName: nextLink - language: &ref_3006 + language: &ref_2999 default: name: nextLink description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. @@ -36146,11 +35976,11 @@ schemas: name: NextLink description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1241 + - schema: &ref_1234 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_387 + elementType: *ref_381 language: default: name: BatchDeploymentTrackedResourceArmPaginatedResultValue @@ -36162,7 +35992,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3039 + language: &ref_3032 default: name: value description: An array of objects of type BatchDeployment. @@ -36187,21 +36017,21 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_387 - - *ref_309 - - *ref_361 - - *ref_501 - - *ref_1063 - - *ref_311 - - *ref_1064 - - &ref_1729 + - *ref_381 + - *ref_303 + - *ref_355 + - *ref_495 + - *ref_1056 + - *ref_305 + - *ref_1057 + - &ref_1722 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_1052 serializedName: identity - language: &ref_3061 + language: &ref_3054 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -36209,9 +36039,9 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1065 + - schema: *ref_1058 serializedName: kind - language: &ref_3062 + language: &ref_3055 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -36219,9 +36049,9 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1066 + - schema: *ref_1059 serializedName: location - language: &ref_3063 + language: &ref_3056 default: name: location description: The geo-location where the resource lives. @@ -36229,24 +36059,24 @@ schemas: name: Location description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1094 + - schema: &ref_1087 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1095 + - schema: &ref_1088 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1067 + - schema: *ref_1060 nullable: true serializedName: codeId extensions: x-ms-mutability: - create - read - language: &ref_3065 + language: &ref_3058 default: name: codeId description: ARM resource ID of the code asset. @@ -36254,13 +36084,13 @@ schemas: name: CodeID description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_1068 + - schema: *ref_1061 serializedName: scoringScript extensions: x-ms-mutability: - create - read - language: &ref_3066 + language: &ref_3059 default: name: scoringScript description: The script to execute on startup. eg. "score.py" @@ -36287,7 +36117,7 @@ schemas: serializedName: codeConfiguration extensions: x-nullable: true - language: &ref_3067 + language: &ref_3060 default: name: codeConfiguration description: Code configuration for the endpoint deployment. @@ -36295,10 +36125,10 @@ schemas: name: CodeConfiguration description: Code configuration for the endpoint deployment. protocol: {} - - schema: *ref_1069 + - schema: *ref_1062 nullable: true serializedName: compute - language: &ref_3068 + language: &ref_3061 default: name: compute description: Compute binding definition. @@ -36306,10 +36136,10 @@ schemas: name: Compute description: Compute binding definition. protocol: {} - - schema: *ref_1070 + - schema: *ref_1063 nullable: true serializedName: description - language: &ref_3064 + language: &ref_3057 default: name: description description: Description of the endpoint deployment. @@ -36317,10 +36147,10 @@ schemas: name: Description description: Description of the endpoint deployment. protocol: {} - - schema: *ref_1071 + - schema: *ref_1064 nullable: true serializedName: environmentId - language: &ref_3069 + language: &ref_3062 default: name: environmentId description: ARM resource ID of the environment specification for the endpoint deployment. @@ -36328,13 +36158,10 @@ schemas: name: EnvironmentID description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - schema: *ref_1072 + - schema: *ref_1065 nullable: true serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3070 + language: &ref_3063 default: name: environmentVariables description: Environment variables configuration for the deployment. @@ -36343,9 +36170,9 @@ schemas: description: Environment variables configuration for the deployment. byValue: true protocol: {} - - schema: *ref_1073 + - schema: *ref_1066 serializedName: errorThreshold - language: &ref_3071 + language: &ref_3064 default: name: errorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." @@ -36355,9 +36182,9 @@ schemas: Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored. protocol: {} - - schema: *ref_356 + - schema: *ref_350 serializedName: loggingLevel - language: &ref_3072 + language: &ref_3065 default: name: loggingLevel description: Logging level for batch inference operation. @@ -36365,9 +36192,9 @@ schemas: name: LoggingLevel description: Logging level for batch inference operation. protocol: {} - - schema: *ref_1074 + - schema: *ref_1067 serializedName: maxConcurrencyPerInstance - language: &ref_3073 + language: &ref_3066 default: name: maxConcurrencyPerInstance description: Indicates number of processes per instance @@ -36375,9 +36202,9 @@ schemas: name: MaxConcurrencyPerInstance description: Indicates number of processes per instance protocol: {} - - schema: *ref_1075 + - schema: *ref_1068 serializedName: miniBatchSize - language: &ref_3074 + language: &ref_3067 default: name: miniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." @@ -36387,37 +36214,37 @@ schemas: protocol: {} - schema: type: object - children: &ref_1076 + children: &ref_1069 all: - - &ref_1077 + - &ref_1070 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeDataPath parents: all: - - &ref_1078 + - &ref_1071 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_1076 - discriminator: &ref_1087 + children: *ref_1069 + discriminator: &ref_1080 all: - DataPath: *ref_1077 - Id: &ref_1082 + DataPath: *ref_1070 + Id: &ref_1075 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeID parents: all: - - *ref_1078 + - *ref_1071 immediate: - - *ref_1078 + - *ref_1071 properties: - - schema: *ref_1079 + - schema: *ref_1072 serializedName: assetId - language: &ref_3077 + language: &ref_3070 default: name: assetId description: ARM resource ID of the asset. @@ -36442,18 +36269,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - OutputPath: &ref_1083 + OutputPath: &ref_1076 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: ReferenceTypeOutputPath parents: all: - - *ref_1078 + - *ref_1071 immediate: - - *ref_1078 + - *ref_1071 properties: - - schema: *ref_1080 + - schema: *ref_1073 nullable: true serializedName: jobId language: @@ -36464,7 +36291,7 @@ schemas: name: JobID description: ARM resource ID of the job. protocol: {} - - schema: *ref_1081 + - schema: *ref_1074 nullable: true serializedName: path language: @@ -36493,15 +36320,15 @@ schemas: namespace: '' protocol: {} immediate: - DataPath: *ref_1077 - Id: *ref_1082 - OutputPath: *ref_1083 - property: &ref_1084 - schema: *ref_367 + DataPath: *ref_1070 + Id: *ref_1075 + OutputPath: *ref_1076 + property: &ref_1077 + schema: *ref_361 isDiscriminator: true required: true serializedName: referenceType - language: &ref_3075 + language: &ref_3068 default: name: referenceType description: '[Required] Specifies the type of asset reference.' @@ -36510,12 +36337,12 @@ schemas: description: REQUIRED; [Required] Specifies the type of asset reference. protocol: {} properties: - - *ref_1084 + - *ref_1077 serializationFormats: - json usage: - input - language: &ref_3076 + language: &ref_3069 default: name: PartialAssetReferenceBase description: Base definition for asset references. @@ -36534,9 +36361,9 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_1078 + - *ref_1071 properties: - - schema: *ref_1085 + - schema: *ref_1078 nullable: true serializedName: datastoreId language: @@ -36547,7 +36374,7 @@ schemas: name: DatastoreID description: ARM resource ID of the datastore where the asset is located. protocol: {} - - schema: *ref_1086 + - schema: *ref_1079 nullable: true serializedName: path language: @@ -36575,25 +36402,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1082 - - *ref_1083 + - *ref_1075 + - *ref_1076 immediate: - - *ref_1077 - - *ref_1082 - - *ref_1083 - discriminator: *ref_1087 + - *ref_1070 + - *ref_1075 + - *ref_1076 + discriminator: *ref_1080 language: - default: &ref_1088 + default: &ref_1081 name: PartialAssetReferenceBaseClassification description: discriminated type discriminatorInterface: PartialAssetReferenceBaseClassification - go: *ref_1088 + go: *ref_1081 protocol: {} nullable: true serializedName: model extensions: x-nullable: true - language: &ref_3078 + language: &ref_3071 default: name: model description: Reference to the model asset for the endpoint deployment. @@ -36602,9 +36429,9 @@ schemas: description: Reference to the model asset for the endpoint deployment. byValue: true protocol: {} - - schema: *ref_373 + - schema: *ref_367 serializedName: outputAction - language: &ref_3079 + language: &ref_3072 default: name: outputAction description: Indicates how the output will be organized. @@ -36612,10 +36439,10 @@ schemas: name: OutputAction description: Indicates how the output will be organized. protocol: {} - - schema: *ref_1089 + - schema: *ref_1082 nullable: true serializedName: outputFileName - language: &ref_3080 + language: &ref_3073 default: name: outputFileName description: Customized output file name for append_row output action. @@ -36623,13 +36450,10 @@ schemas: name: OutputFileName description: Customized output file name for append_row output action. protocol: {} - - schema: *ref_1090 + - schema: *ref_1083 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3081 + language: &ref_3074 default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. @@ -36638,14 +36462,14 @@ schemas: description: Property dictionary. Properties can be added, but not removed or altered. byValue: true protocol: {} - - schema: &ref_1096 + - schema: &ref_1089 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1091 + - schema: *ref_1084 serializedName: maxRetries - language: &ref_3082 + language: &ref_3075 default: name: maxRetries description: Maximum retry count for a mini-batch @@ -36653,9 +36477,9 @@ schemas: name: MaxRetries description: Maximum retry count for a mini-batch protocol: {} - - schema: *ref_1092 + - schema: *ref_1085 serializedName: timeout - language: &ref_3083 + language: &ref_3076 default: name: timeout description: Invocation timeout for a mini-batch, in ISO 8601 format. @@ -36682,7 +36506,7 @@ schemas: serializedName: retrySettings extensions: x-nullable: true - language: &ref_3084 + language: &ref_3077 default: name: retrySettings description: Retry Settings for the batch inference operation. @@ -36707,7 +36531,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_3085 + language: &ref_3078 default: name: properties description: Additional attributes of the entity. @@ -36715,9 +36539,9 @@ schemas: name: Properties description: Additional attributes of the entity. protocol: {} - - schema: *ref_1061 + - schema: *ref_1054 serializedName: sku - language: &ref_3086 + language: &ref_3079 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -36725,12 +36549,9 @@ schemas: name: SKU description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1093 + - schema: *ref_1086 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3087 + language: &ref_3080 default: name: tags description: Resource tags. @@ -36756,18 +36577,18 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1094 - - *ref_1095 - - *ref_1078 - - *ref_1096 - - &ref_1765 + - *ref_1087 + - *ref_1088 + - *ref_1071 + - *ref_1089 + - &ref_1758 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1097 + - schema: *ref_1090 serializedName: nextLink - language: &ref_3110 + language: &ref_3103 default: name: nextLink description: The link to the next page of CodeContainer objects. If null, there are no additional pages. @@ -36775,11 +36596,11 @@ schemas: name: NextLink description: The link to the next page of CodeContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1242 + - schema: &ref_1235 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_849 + elementType: *ref_843 language: default: name: CodeContainerResourceArmPaginatedResultValue @@ -36791,7 +36612,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3116 + language: &ref_3109 default: name: value description: An array of objects of type CodeContainer. @@ -36816,18 +36637,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_849 - - *ref_392 - - *ref_393 - - *ref_395 - - &ref_1803 + - *ref_843 + - *ref_386 + - *ref_387 + - *ref_389 + - &ref_1796 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1098 + - schema: *ref_1091 serializedName: nextLink - language: &ref_3142 + language: &ref_3135 default: name: nextLink description: The link to the next page of CodeVersion objects. If null, there are no additional pages. @@ -36835,11 +36656,11 @@ schemas: name: NextLink description: The link to the next page of CodeVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1243 + - schema: &ref_1236 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_850 + elementType: *ref_844 language: default: name: CodeVersionResourceArmPaginatedResultValue @@ -36851,7 +36672,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3148 + language: &ref_3141 default: name: value description: An array of objects of type CodeVersion. @@ -36876,17 +36697,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_850 - - *ref_418 - - *ref_394 - - &ref_1842 + - *ref_844 + - *ref_412 + - *ref_388 + - &ref_1835 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1099 + - schema: *ref_1092 serializedName: nextLink - language: &ref_3178 + language: &ref_3171 default: name: nextLink description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. @@ -36894,11 +36715,11 @@ schemas: name: NextLink description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1244 + - schema: &ref_1237 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_851 + elementType: *ref_845 language: default: name: ComponentContainerResourceArmPaginatedResultValue @@ -36910,7 +36731,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3180 + language: &ref_3173 default: name: value description: An array of objects of type ComponentContainer. @@ -36935,16 +36756,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_851 - - *ref_425 - - &ref_1880 + - *ref_845 + - *ref_419 + - &ref_1873 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1100 + - schema: *ref_1093 serializedName: nextLink - language: &ref_3210 + language: &ref_3203 default: name: nextLink description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. @@ -36952,11 +36773,11 @@ schemas: name: NextLink description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1245 + - schema: &ref_1238 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_852 + elementType: *ref_846 language: default: name: ComponentVersionResourceArmPaginatedResultValue @@ -36968,7 +36789,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3214 + language: &ref_3207 default: name: value description: An array of objects of type ComponentVersion. @@ -36993,16 +36814,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_852 - - *ref_419 - - &ref_1918 + - *ref_846 + - *ref_413 + - &ref_1911 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1101 + - schema: *ref_1094 serializedName: nextLink - language: &ref_3248 + language: &ref_3241 default: name: nextLink description: The link to the next page of DataContainer objects. If null, there are no additional pages. @@ -37010,11 +36831,11 @@ schemas: name: NextLink description: The link to the next page of DataContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1246 + - schema: &ref_1239 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_853 + elementType: *ref_847 language: default: name: DataContainerResourceArmPaginatedResultValue @@ -37026,7 +36847,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3251 + language: &ref_3244 default: name: value description: An array of objects of type DataContainer. @@ -37051,16 +36872,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_853 - - *ref_828 - - &ref_1957 + - *ref_847 + - *ref_822 + - &ref_1950 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1102 + - schema: *ref_1095 serializedName: nextLink - language: &ref_3278 + language: &ref_3271 default: name: nextLink description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. @@ -37068,11 +36889,11 @@ schemas: name: NextLink description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1247 + - schema: &ref_1240 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_854 + elementType: *ref_848 language: default: name: DataVersionBaseResourceArmPaginatedResultValue @@ -37084,7 +36905,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3283 + language: &ref_3276 default: name: value description: An array of objects of type DataVersionBase. @@ -37109,16 +36930,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_854 - - *ref_397 - - &ref_2004 + - *ref_848 + - *ref_391 + - &ref_1997 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1103 + - schema: *ref_1096 serializedName: nextLink - language: &ref_3319 + language: &ref_3312 default: name: nextLink description: The link to the next page of Datastore objects. If null, there are no additional pages. @@ -37126,11 +36947,11 @@ schemas: name: NextLink description: The link to the next page of Datastore objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1249 + - schema: &ref_1242 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_855 + elementType: *ref_849 language: default: name: DatastoreResourceArmPaginatedResultValue @@ -37142,7 +36963,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3331 + language: &ref_3324 default: name: value description: An array of objects of type Datastore. @@ -37167,18 +36988,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_855 - - *ref_426 - - *ref_452 - - *ref_456 - - &ref_2052 + - *ref_849 + - *ref_420 + - *ref_446 + - *ref_450 + - &ref_2045 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1104 + - schema: *ref_1097 serializedName: nextLink - language: &ref_3390 + language: &ref_3383 default: name: nextLink description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. @@ -37186,11 +37007,11 @@ schemas: name: NextLink description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1250 + - schema: &ref_1243 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_856 + elementType: *ref_850 language: default: name: EnvironmentContainerResourceArmPaginatedResultValue @@ -37202,7 +37023,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3392 + language: &ref_3385 default: name: value description: An array of objects of type EnvironmentContainer. @@ -37227,16 +37048,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_856 - - *ref_829 - - &ref_2090 + - *ref_850 + - *ref_823 + - &ref_2083 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1105 + - schema: *ref_1098 serializedName: nextLink - language: &ref_3418 + language: &ref_3411 default: name: nextLink description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. @@ -37244,11 +37065,11 @@ schemas: name: NextLink description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1251 + - schema: &ref_1244 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_857 + elementType: *ref_851 language: default: name: EnvironmentVersionResourceArmPaginatedResultValue @@ -37260,7 +37081,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3432 + language: &ref_3425 default: name: value description: An array of objects of type EnvironmentVersion. @@ -37285,19 +37106,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_857 - - *ref_420 - - *ref_1106 - - *ref_1107 - - *ref_412 - - &ref_2132 + - *ref_851 + - *ref_414 + - *ref_1099 + - *ref_1100 + - *ref_406 + - &ref_2125 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1108 + - schema: *ref_1101 serializedName: nextLink - language: &ref_3525 + language: &ref_3519 default: name: nextLink description: The link to the next page of JobBase objects. If null, there are no additional pages. @@ -37305,11 +37126,11 @@ schemas: name: NextLink description: The link to the next page of JobBase objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1252 + - schema: &ref_1245 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_858 + elementType: *ref_852 language: default: name: JobBaseResourceArmPaginatedResultValue @@ -37321,7 +37142,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3519 + language: &ref_3513 default: name: value description: An array of objects of type JobBase. @@ -37346,19 +37167,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_858 - - *ref_494 - - *ref_811 - - *ref_155 - - *ref_1109 - - &ref_2178 + - *ref_852 + - *ref_488 + - *ref_805 + - *ref_153 + - *ref_1102 + - &ref_2171 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1110 + - schema: *ref_1103 serializedName: nextLink - language: &ref_3639 + language: &ref_3637 default: name: nextLink description: The link to the next page of ModelContainer objects. If null, there are no additional pages. @@ -37366,11 +37187,11 @@ schemas: name: NextLink description: The link to the next page of ModelContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1253 + - schema: &ref_1246 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_859 + elementType: *ref_853 language: default: name: ModelContainerResourceArmPaginatedResultValue @@ -37382,7 +37203,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3641 + language: &ref_3639 default: name: value description: An array of objects of type ModelContainer. @@ -37407,16 +37228,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_859 - - *ref_830 - - &ref_2222 + - *ref_853 + - *ref_824 + - &ref_2215 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1111 + - schema: *ref_1104 serializedName: nextLink - language: &ref_3672 + language: &ref_3670 default: name: nextLink description: The link to the next page of ModelVersion objects. If null, there are no additional pages. @@ -37424,11 +37245,11 @@ schemas: name: NextLink description: The link to the next page of ModelVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1254 + - schema: &ref_1247 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_860 + elementType: *ref_854 language: default: name: ModelVersionResourceArmPaginatedResultValue @@ -37440,7 +37261,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3678 + language: &ref_3676 default: name: value description: An array of objects of type ModelVersion. @@ -37465,17 +37286,17 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_860 - - *ref_421 - - *ref_1112 - - &ref_2266 + - *ref_854 + - *ref_415 + - *ref_1105 + - &ref_2259 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1113 + - schema: *ref_1106 serializedName: nextLink - language: &ref_3714 + language: &ref_3712 default: name: nextLink description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. @@ -37483,11 +37304,11 @@ schemas: name: NextLink description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1255 + - schema: &ref_1248 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_388 + elementType: *ref_382 language: default: name: OnlineEndpointTrackedResourceArmPaginatedResultValue @@ -37499,7 +37320,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3722 + language: &ref_3720 default: name: value description: An array of objects of type OnlineEndpoint. @@ -37524,16 +37345,16 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_388 - - *ref_299 - - &ref_2288 + - *ref_382 + - *ref_293 + - &ref_2281 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_1052 serializedName: identity - language: &ref_3740 + language: &ref_3738 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -37541,9 +37362,9 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1114 + - schema: *ref_1107 serializedName: kind - language: &ref_3741 + language: &ref_3739 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -37551,9 +37372,9 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1115 + - schema: *ref_1108 serializedName: location - language: &ref_3742 + language: &ref_3740 default: name: location description: The geo-location where the resource lives. @@ -37561,17 +37382,14 @@ schemas: name: Location description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1119 + - schema: &ref_1112 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1116 + - schema: *ref_1109 nullable: true serializedName: mirrorTraffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: mirrorTraffic @@ -37581,7 +37399,7 @@ schemas: description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. byValue: true protocol: {} - - schema: *ref_297 + - schema: *ref_291 serializedName: publicNetworkAccess language: default: @@ -37591,13 +37409,10 @@ schemas: name: PublicNetworkAccess description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. protocol: {} - - schema: *ref_1117 + - schema: *ref_1110 nullable: true serializedName: traffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3743 + language: &ref_3741 default: name: traffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. @@ -37623,7 +37438,7 @@ schemas: namespace: '' protocol: {} serializedName: properties - language: &ref_3744 + language: &ref_3742 default: name: properties description: Additional attributes of the entity. @@ -37631,9 +37446,9 @@ schemas: name: Properties description: Additional attributes of the entity. protocol: {} - - schema: *ref_1061 + - schema: *ref_1054 serializedName: sku - language: &ref_3745 + language: &ref_3743 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -37641,12 +37456,9 @@ schemas: name: SKU description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1118 + - schema: *ref_1111 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3746 + language: &ref_3744 default: name: tags description: Resource tags. @@ -37672,15 +37484,15 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1119 - - &ref_2357 + - *ref_1112 + - &ref_2350 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1120 + - schema: *ref_1113 serializedName: nextLink - language: &ref_3790 + language: &ref_3788 default: name: nextLink description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. @@ -37688,11 +37500,11 @@ schemas: name: NextLink description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1256 + - schema: &ref_1249 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_389 + elementType: *ref_383 language: default: name: OnlineDeploymentTrackedResourceArmPaginatedResultValue @@ -37704,7 +37516,7 @@ schemas: marshallingFormat: json protocol: {} serializedName: value - language: &ref_3821 + language: &ref_3819 default: name: value description: An array of objects of type OnlineDeployment. @@ -37729,19 +37541,19 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_389 - - *ref_310 + - *ref_383 + - *ref_304 + - *ref_326 + - *ref_1114 - *ref_332 - - *ref_1121 - - *ref_338 - - &ref_2381 + - &ref_2374 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_1052 serializedName: identity - language: &ref_3844 + language: &ref_3842 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) @@ -37749,9 +37561,9 @@ schemas: name: Identity description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1122 + - schema: *ref_1115 serializedName: kind - language: &ref_3845 + language: &ref_3843 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. @@ -37759,9 +37571,9 @@ schemas: name: Kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1123 + - schema: *ref_1116 serializedName: location - language: &ref_3846 + language: &ref_3844 default: name: location description: The geo-location where the resource lives. @@ -37771,33 +37583,33 @@ schemas: protocol: {} - schema: type: object - children: &ref_1124 + children: &ref_1117 all: - - &ref_1125 + - &ref_1118 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EndpointComputeTypeKubernetes parents: all: - - &ref_1126 + - &ref_1119 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_1124 - discriminator: &ref_1129 + children: *ref_1117 + discriminator: &ref_1122 all: - Kubernetes: *ref_1125 - Managed: &ref_1127 + Kubernetes: *ref_1118 + Managed: &ref_1120 type: object apiVersions: - version: 2022-02-01-preview discriminatorValue: EndpointComputeTypeManaged parents: all: - - *ref_1126 + - *ref_1119 immediate: - - *ref_1126 + - *ref_1119 serializationFormats: - json usage: @@ -37816,14 +37628,14 @@ schemas: namespace: '' protocol: {} immediate: - Kubernetes: *ref_1125 - Managed: *ref_1127 - property: &ref_1128 - schema: *ref_318 + Kubernetes: *ref_1118 + Managed: *ref_1120 + property: &ref_1121 + schema: *ref_312 isDiscriminator: true required: true serializedName: endpointComputeType - language: &ref_3847 + language: &ref_3845 default: name: endpointComputeType description: '[Required] The compute type of the endpoint.' @@ -37832,12 +37644,12 @@ schemas: description: REQUIRED; [Required] The compute type of the endpoint. protocol: {} properties: - - *ref_1128 + - *ref_1121 serializationFormats: - json usage: - input - language: &ref_3848 + language: &ref_3846 default: name: PartialOnlineDeployment description: Mutable online deployment configuration @@ -37855,7 +37667,7 @@ schemas: rootDiscriminator: true protocol: {} immediate: - - *ref_1126 + - *ref_1119 serializationFormats: - json usage: @@ -37873,20 +37685,20 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1127 + - *ref_1120 immediate: - - *ref_1125 - - *ref_1127 - discriminator: *ref_1129 + - *ref_1118 + - *ref_1120 + discriminator: *ref_1122 language: - default: &ref_1130 + default: &ref_1123 name: PartialOnlineDeploymentClassification description: discriminated type discriminatorInterface: PartialOnlineDeploymentClassification - go: *ref_1130 + go: *ref_1123 protocol: {} serializedName: properties - language: &ref_3849 + language: &ref_3847 default: name: properties description: Additional attributes of the entity. @@ -37895,9 +37707,9 @@ schemas: description: Additional attributes of the entity. byValue: true protocol: {} - - schema: *ref_1061 + - schema: *ref_1054 serializedName: sku - language: &ref_3850 + language: &ref_3848 default: name: sku description: Sku details required for ARM contract for Autoscaling. @@ -37905,12 +37717,9 @@ schemas: name: SKU description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1131 + - schema: *ref_1124 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3851 + language: &ref_3849 default: name: tags description: Resource tags. @@ -37936,15 +37745,15 @@ schemas: namespace: '' needsPatchMarshaller: true protocol: {} - - *ref_1126 - - &ref_2412 + - *ref_1119 + - &ref_2405 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1132 + - schema: *ref_1125 serializedName: containerType - language: &ref_3874 + language: &ref_3872 default: name: containerType description: The type of container to retrieve logs from. @@ -37952,10 +37761,10 @@ schemas: name: ContainerType description: The type of container to retrieve logs from. protocol: {} - - schema: *ref_1133 + - schema: *ref_1126 nullable: true serializedName: tail - language: &ref_3875 + language: &ref_3873 default: name: tail description: The maximum number of lines to tail. @@ -37978,15 +37787,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_2419 + - &ref_2412 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1134 + - schema: *ref_1127 nullable: true serializedName: content - language: &ref_3878 + language: &ref_3876 default: name: content description: The retrieved online deployment logs. @@ -38009,14 +37818,14 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_2434 + - &ref_2427 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1135 + - schema: *ref_1128 serializedName: nextLink - language: &ref_3886 + language: &ref_3884 default: name: nextLink description: The link to the next page of SkuResource objects. If null, there are no additional pages. @@ -38024,23 +37833,23 @@ schemas: name: NextLink description: The link to the next page of SkuResource objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1257 + - schema: &ref_1250 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1142 + elementType: &ref_1135 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1143 + - schema: &ref_1136 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1136 + - schema: *ref_1129 serializedName: default - language: &ref_3887 + language: &ref_3885 default: name: default description: Gets or sets the default capacity. @@ -38048,9 +37857,9 @@ schemas: name: Default description: Gets or sets the default capacity. protocol: {} - - schema: *ref_1137 + - schema: *ref_1130 serializedName: maximum - language: &ref_3888 + language: &ref_3886 default: name: maximum description: Gets or sets the maximum. @@ -38058,9 +37867,9 @@ schemas: name: Maximum description: Gets or sets the maximum. protocol: {} - - schema: *ref_1138 + - schema: *ref_1131 serializedName: minimum - language: &ref_3889 + language: &ref_3887 default: name: minimum description: Gets or sets the minimum. @@ -38068,9 +37877,9 @@ schemas: name: Minimum description: Gets or sets the minimum. protocol: {} - - schema: *ref_1139 + - schema: *ref_1132 serializedName: scaleType - language: &ref_3890 + language: &ref_3888 default: name: scaleType description: Gets or sets the type of the scale. @@ -38097,7 +37906,7 @@ schemas: serializedName: capacity extensions: x-nullable: true - language: &ref_3891 + language: &ref_3889 default: name: capacity description: Gets or sets the Sku Capacity. @@ -38105,14 +37914,14 @@ schemas: name: Capacity description: Gets or sets the Sku Capacity. protocol: {} - - schema: *ref_1140 + - schema: *ref_1133 nullable: true readOnly: true serializedName: resourceType extensions: x-ms-mutability: - read - language: &ref_3892 + language: &ref_3890 default: name: resourceType description: The resource type name. @@ -38120,15 +37929,15 @@ schemas: name: ResourceType description: READ-ONLY; The resource type name. protocol: {} - - schema: &ref_1144 + - schema: &ref_1137 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1141 + - schema: *ref_1134 required: true serializedName: name - language: &ref_3893 + language: &ref_3891 default: name: name description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' @@ -38136,10 +37945,10 @@ schemas: name: Name description: REQUIRED; [Required] The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - schema: *ref_85 + - schema: *ref_83 required: false serializedName: tier - language: &ref_3894 + language: &ref_3892 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. @@ -38166,7 +37975,7 @@ schemas: serializedName: sku extensions: x-nullable: true - language: &ref_3895 + language: &ref_3893 default: name: sku description: Gets or sets the Sku. @@ -38204,7 +38013,7 @@ schemas: serializedName: value extensions: x-ms-identifiers: [] - language: &ref_3896 + language: &ref_3894 default: name: value description: An array of objects of type SkuResource. @@ -38229,18 +38038,18 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - *ref_1142 - - *ref_1143 - - *ref_1144 - - &ref_2326 + - *ref_1135 + - *ref_1136 + - *ref_1137 + - &ref_2319 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1145 + - schema: *ref_1138 required: true serializedName: keyType - language: &ref_3769 + language: &ref_3767 default: name: keyType description: '[Required] Specification for which type of key to generate. Primary or Secondary.' @@ -38248,11 +38057,11 @@ schemas: name: KeyType description: REQUIRED; [Required] Specification for which type of key to generate. Primary or Secondary. protocol: {} - - schema: *ref_1146 + - schema: *ref_1139 nullable: true required: false serializedName: keyValue - language: &ref_3770 + language: &ref_3768 default: name: keyValue description: The value the key is set to. @@ -38275,15 +38084,15 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_2341 + - &ref_2334 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1147 + - schema: *ref_1140 nullable: true serializedName: accessToken - language: &ref_3777 + language: &ref_3775 default: name: accessToken description: Access token for endpoint authentication. @@ -38291,9 +38100,9 @@ schemas: name: AccessToken description: Access token for endpoint authentication. protocol: {} - - schema: *ref_1148 + - schema: *ref_1141 serializedName: expiryTimeUtc - language: &ref_3778 + language: &ref_3776 default: name: expiryTimeUtc description: Access token expiry time (UTC). @@ -38301,9 +38110,9 @@ schemas: name: ExpiryTimeUTC description: Access token expiry time (UTC). protocol: {} - - schema: *ref_1149 + - schema: *ref_1142 serializedName: refreshAfterTimeUtc - language: &ref_3779 + language: &ref_3777 default: name: refreshAfterTimeUtc description: Refresh access token after time (UTC). @@ -38311,10 +38120,10 @@ schemas: name: RefreshAfterTimeUTC description: Refresh access token after time (UTC). protocol: {} - - schema: *ref_1150 + - schema: *ref_1143 nullable: true serializedName: tokenType - language: &ref_3780 + language: &ref_3778 default: name: tokenType description: Access token type. @@ -38337,23 +38146,23 @@ schemas: marshallingFormat: json namespace: '' protocol: {} - - &ref_2440 + - &ref_2433 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1258 + - schema: &ref_1251 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1155 + elementType: &ref_1148 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1151 + - schema: *ref_1144 serializedName: id - language: &ref_3907 + language: &ref_3905 default: name: id description: Specifies the feature ID @@ -38361,9 +38170,9 @@ schemas: name: ID description: Specifies the feature ID protocol: {} - - schema: *ref_1152 + - schema: *ref_1145 serializedName: displayName - language: &ref_3906 + language: &ref_3904 default: name: displayName description: 'Specifies the feature name ' @@ -38371,9 +38180,9 @@ schemas: name: DisplayName description: Specifies the feature name protocol: {} - - schema: *ref_1153 + - schema: *ref_1146 serializedName: description - language: &ref_3905 + language: &ref_3903 default: name: description description: Describes the feature for user experience @@ -38408,7 +38217,7 @@ schemas: protocol: {} readOnly: true serializedName: value - language: &ref_3908 + language: &ref_3906 default: name: value description: The list of AML user facing features. @@ -38417,7 +38226,7 @@ schemas: description: READ-ONLY; The list of AML user facing features. byValue: true protocol: {} - - schema: *ref_1154 + - schema: *ref_1147 readOnly: true serializedName: nextLink language: @@ -38444,16 +38253,25 @@ schemas: marshallingFormat: json namespace: '' protocol: {} + - *ref_1148 + - *ref_122 + - *ref_90 + - *ref_266 + - *ref_1149 + - *ref_1150 + - *ref_1151 + - *ref_1152 + - *ref_205 + - *ref_214 + - *ref_1153 + - *ref_1154 - *ref_1155 - - *ref_124 - - *ref_92 - - *ref_272 - *ref_1156 - *ref_1157 - *ref_1158 - *ref_1159 - - *ref_208 - - *ref_217 + - *ref_92 + - *ref_119 - *ref_1160 - *ref_1161 - *ref_1162 @@ -38461,10 +38279,9 @@ schemas: - *ref_1164 - *ref_1165 - *ref_1166 - - *ref_94 - - *ref_121 - *ref_1167 - *ref_1168 + - *ref_143 - *ref_1169 - *ref_1170 - *ref_1171 @@ -38472,181 +38289,180 @@ schemas: - *ref_1173 - *ref_1174 - *ref_1175 - - *ref_145 - *ref_1176 + - *ref_120 + - *ref_189 + - *ref_227 + - *ref_234 - *ref_1177 + - *ref_232 - *ref_1178 + - *ref_197 + - *ref_204 + - *ref_235 - *ref_1179 + - *ref_193 + - *ref_196 + - *ref_190 + - *ref_192 - *ref_1180 + - *ref_236 - *ref_1181 - *ref_1182 - *ref_1183 - - *ref_122 - - *ref_191 - - *ref_231 - - *ref_239 + - *ref_1023 + - *ref_1019 + - *ref_1024 + - *ref_1025 + - *ref_1028 + - *ref_1026 + - *ref_445 + - *ref_457 + - *ref_804 + - *ref_39 + - *ref_25 + - *ref_685 + - *ref_686 + - *ref_795 + - *ref_26 + - *ref_502 + - *ref_621 + - *ref_622 + - *ref_695 + - *ref_696 + - *ref_706 + - *ref_707 + - *ref_714 + - *ref_715 + - *ref_438 + - *ref_439 + - *ref_440 + - *ref_441 + - *ref_639 + - *ref_640 + - *ref_781 + - *ref_782 + - *ref_477 + - *ref_452 + - *ref_496 + - *ref_497 + - *ref_631 + - *ref_614 + - *ref_615 + - *ref_38 + - *ref_40 + - *ref_613 - *ref_1184 - - *ref_236 - *ref_1185 - - *ref_200 - - *ref_207 - - *ref_240 + - *ref_671 - *ref_1186 - - *ref_196 - - *ref_199 - - *ref_192 - - *ref_195 + - *ref_663 - *ref_1187 - - *ref_241 - *ref_1188 - *ref_1189 + - *ref_796 + - *ref_748 + - *ref_765 + - *ref_766 - *ref_1190 - - *ref_1030 - - *ref_1026 - - *ref_1031 - - *ref_1032 - - *ref_1035 - - *ref_1033 - - *ref_451 - - *ref_463 - - *ref_810 - - *ref_40 - - *ref_26 - - *ref_691 - - *ref_692 - - *ref_801 - - *ref_27 - - *ref_508 - - *ref_627 - - *ref_628 - - *ref_701 - - *ref_702 - - *ref_712 - - *ref_713 - - *ref_720 - - *ref_721 - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_645 - - *ref_646 - - *ref_787 - - *ref_788 - - *ref_483 - - *ref_458 - - *ref_502 - - *ref_503 - - *ref_637 - - *ref_620 - - *ref_621 - - *ref_39 + - *ref_309 + - *ref_152 + - *ref_688 - *ref_41 - - *ref_619 + - *ref_24 + - *ref_624 + - *ref_698 + - *ref_708 + - *ref_717 + - *ref_354 + - *ref_331 + - *ref_499 - *ref_1191 + - *ref_785 + - *ref_442 + - *ref_359 + - *ref_500 + - *ref_501 + - *ref_516 + - *ref_510 + - *ref_570 + - *ref_564 + - *ref_505 + - *ref_630 + - *ref_616 - *ref_1192 - - *ref_677 - *ref_1193 - - *ref_669 - *ref_1194 + - *ref_503 + - *ref_508 + - *ref_504 + - *ref_515 + - *ref_569 + - *ref_509 + - *ref_468 + - *ref_467 + - *ref_458 + - *ref_469 + - *ref_459 + - *ref_310 + - *ref_49 + - *ref_809 + - *ref_311 + - *ref_642 + - *ref_42 + - *ref_27 + - *ref_393 + - *ref_28 + - *ref_747 + - *ref_660 + - *ref_632 + - *ref_617 + - *ref_670 - *ref_1195 + - *ref_478 - *ref_1196 - - *ref_802 - - *ref_754 - - *ref_771 - - *ref_772 - - *ref_1197 - - *ref_315 - - *ref_154 - - *ref_694 - - *ref_42 - - *ref_25 - - *ref_630 - - *ref_704 - - *ref_714 - - *ref_723 - *ref_360 - - *ref_337 - - *ref_505 + - *ref_1070 + - *ref_1075 + - *ref_1118 + - *ref_1120 + - *ref_1076 + - *ref_797 + - *ref_752 + - *ref_786 + - *ref_1197 + - *ref_158 + - *ref_676 + - *ref_479 + - *ref_460 + - *ref_480 + - *ref_461 + - *ref_798 + - *ref_770 - *ref_1198 - - *ref_791 - - *ref_448 - - *ref_365 - - *ref_506 - - *ref_507 - - *ref_522 - - *ref_516 - - *ref_576 - - *ref_570 - - *ref_511 - - *ref_636 - - *ref_622 - - *ref_1199 - - *ref_1200 - - *ref_1201 - - *ref_509 - - *ref_514 - - *ref_510 - - *ref_521 - - *ref_575 - - *ref_515 - - *ref_474 - - *ref_473 - - *ref_464 - - *ref_475 - - *ref_465 - - *ref_316 - - *ref_50 - - *ref_815 - - *ref_317 - - *ref_648 + - *ref_337 + - *ref_753 + - *ref_659 + - *ref_661 + - *ref_662 - *ref_43 - - *ref_28 - - *ref_399 - *ref_29 - - *ref_753 - - *ref_666 - - *ref_638 - - *ref_623 - - *ref_676 - - *ref_1202 - - *ref_484 - - *ref_1203 - - *ref_366 - - *ref_1077 - - *ref_1082 - - *ref_1125 - - *ref_1127 - - *ref_1083 - - *ref_803 - - *ref_758 - - *ref_792 - - *ref_1204 - - *ref_160 - - *ref_682 - - *ref_485 - - *ref_466 - - *ref_486 - - *ref_467 - - *ref_804 - - *ref_776 - - *ref_1205 - - *ref_343 - - *ref_759 - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_643 + - *ref_394 - *ref_44 - *ref_30 - - *ref_649 - - *ref_400 + - *ref_395 - *ref_45 - *ref_31 - - *ref_401 - - *ref_46 - - *ref_32 - - *ref_816 + - *ref_810 arrays: + - *ref_1199 + - *ref_1200 + - *ref_1201 + - *ref_1202 + - *ref_1203 + - *ref_1204 + - *ref_1205 - *ref_1206 - *ref_1207 - *ref_1208 @@ -38682,18 +38498,11 @@ schemas: - *ref_1238 - *ref_1239 - *ref_1240 - - *ref_1241 - - *ref_1242 - - *ref_1243 - - *ref_1244 - - *ref_1245 - - *ref_1246 - - *ref_1247 - - &ref_1993 + - &ref_1986 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_1248 + elementType: *ref_1241 language: default: name: ArrayOfGet7ItemsItem @@ -38703,6 +38512,13 @@ schemas: description: Array of Get7ItemsItem elementIsPtr: true protocol: {} + - *ref_1242 + - *ref_1243 + - *ref_1244 + - *ref_1245 + - *ref_1246 + - *ref_1247 + - *ref_1248 - *ref_1249 - *ref_1250 - *ref_1251 @@ -38734,21 +38550,14 @@ schemas: - *ref_1277 - *ref_1278 - *ref_1279 - - *ref_1280 - - *ref_1281 - - *ref_1282 - - *ref_1283 - - *ref_1284 - - *ref_1285 - - *ref_1286 globalParameters: - - &ref_1298 - schema: *ref_1287 + - &ref_1291 + schema: *ref_1280 implementation: Client required: true extensions: x-ms-priority: 0 - language: &ref_2457 + language: &ref_2450 default: name: SubscriptionId description: The ID of the target subscription. @@ -38760,7 +38569,7 @@ globalParameters: protocol: http: in: path - - &ref_1289 + - &ref_1282 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -38780,12 +38589,12 @@ globalParameters: protocol: http: in: uri - - &ref_1290 - schema: *ref_1288 + - &ref_1283 + schema: *ref_1281 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_2446 + language: &ref_2439 default: name: apiVersion description: Api Version @@ -38798,19 +38607,19 @@ globalParameters: http: in: query operationGroups: - - &ref_2448 + - &ref_2441 $key: Operations operations: - - &ref_2447 + - &ref_2440 operationId: Operations_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 + - *ref_1282 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -38841,8 +38650,8 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1292 - language: &ref_2455 + - schema: *ref_1285 + language: &ref_2448 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -38857,7 +38666,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -38911,52 +38720,52 @@ operationGroups: azureARM: true clientName: OperationsClient openApiType: arm - optionalParamGroup: &ref_3911 + optionalParamGroup: &ref_3909 schema: type: object language: - default: &ref_1293 + default: &ref_1286 name: OperationsClientListOptions description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1293 + go: *ref_1286 protocol: {} originalParameter: [] required: false serializedName: OperationsClientListOptions language: - default: &ref_1294 + default: &ref_1287 name: options description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1294 + go: *ref_1287 protocol: {} - paging: &ref_2456 + paging: &ref_2449 nextLinkName: null protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4003 + responseEnv: &ref_4001 type: object properties: - - &ref_1296 - schema: *ref_1292 + - &ref_1289 + schema: *ref_1285 serializedName: AmlOperationListResult language: - default: &ref_1295 + default: &ref_1288 name: AmlOperationListResult description: An array of operations supported by the resource provider. byValue: true embeddedType: true - go: *ref_1295 + go: *ref_1288 protocol: {} language: - default: &ref_1297 + default: &ref_1290 name: OperationsClientListResponse description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1296 - go: *ref_1297 + resultProp: *ref_1289 + go: *ref_1290 protocol: {} protocol: {} language: @@ -38969,22 +38778,22 @@ operationGroups: clientCtorName: NewOperationsClient clientName: OperationsClient protocol: {} - - &ref_2461 + - &ref_2454 $key: Workspaces operations: - - &ref_2460 + - &ref_2453 operationId: Workspaces_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1300 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1293 + schema: *ref_1292 implementation: Method required: true - language: &ref_2458 + language: &ref_2451 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -38996,11 +38805,11 @@ operationGroups: protocol: http: in: path - - &ref_1301 + - &ref_1294 schema: *ref_1 implementation: Method required: true - language: &ref_2459 + language: &ref_2452 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -39014,7 +38823,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39044,11 +38853,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1300 - - *ref_1301 + - *ref_1293 + - *ref_1294 responses: - - schema: *ref_89 - language: &ref_2512 + - schema: *ref_87 + language: &ref_2505 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -39063,7 +38872,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -39155,65 +38964,65 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3912 + optionalParamGroup: &ref_3910 schema: type: object language: - default: &ref_1302 + default: &ref_1295 name: WorkspacesClientGetOptions description: WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method. - go: *ref_1302 + go: *ref_1295 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientGetOptions language: - default: &ref_1303 + default: &ref_1296 name: options description: WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method. - go: *ref_1303 + go: *ref_1296 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4004 + responseEnv: &ref_4002 type: object properties: - - &ref_1305 - schema: *ref_89 + - &ref_1298 + schema: *ref_87 serializedName: Workspace language: - default: &ref_1304 + default: &ref_1297 name: Workspace description: An object that represents a machine learning workspace. byValue: true embeddedType: true - go: *ref_1304 + go: *ref_1297 protocol: {} language: - default: &ref_1306 + default: &ref_1299 name: WorkspacesClientGetResponse description: WorkspacesClientGetResponse contains the response from method WorkspacesClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1305 - go: *ref_1306 + resultProp: *ref_1298 + go: *ref_1299 protocol: {} protocol: {} - - &ref_2516 + - &ref_2509 operationId: Workspaces_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1309 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1302 + schema: *ref_1292 implementation: Method required: true - language: &ref_2513 + language: &ref_2506 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -39225,11 +39034,11 @@ operationGroups: protocol: http: in: path - - &ref_1310 + - &ref_1303 schema: *ref_1 implementation: Method required: true - language: &ref_2514 + language: &ref_2507 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -39242,13 +39051,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_1308 + application/json: &ref_1301 parameters: - - &ref_1307 - schema: *ref_89 + - &ref_1300 + schema: *ref_87 implementation: Method required: true - language: &ref_2515 + language: &ref_2508 default: name: parameters description: The parameters for creating or updating a machine learning workspace. @@ -39259,7 +39068,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39276,7 +39085,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1307 + - *ref_1300 language: default: name: '' @@ -39293,13 +39102,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1308 + - *ref_1301 signatureParameters: - - *ref_1309 - - *ref_1310 + - *ref_1302 + - *ref_1303 responses: - - schema: *ref_89 - language: &ref_2517 + - schema: *ref_87 + language: &ref_2510 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -39325,7 +39134,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -39433,81 +39242,81 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3913 + optionalParamGroup: &ref_3911 schema: type: object language: - default: &ref_1311 + default: &ref_1304 name: WorkspacesClientBeginCreateOrUpdateOptions description: WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method. - go: *ref_1311 + go: *ref_1304 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1312 + default: &ref_1305 name: string description: '' - go: *ref_1312 + go: *ref_1305 protocol: {} language: - default: &ref_1313 + default: &ref_1306 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1313 + go: *ref_1306 protocol: {} required: false serializedName: WorkspacesClientBeginCreateOrUpdateOptions language: - default: &ref_1314 + default: &ref_1307 name: options description: WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method. - go: *ref_1314 + go: *ref_1307 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4005 + responseEnv: &ref_4003 type: object properties: - - &ref_1316 - schema: *ref_89 + - &ref_1309 + schema: *ref_87 serializedName: Workspace language: - default: &ref_1315 + default: &ref_1308 name: Workspace description: An object that represents a machine learning workspace. byValue: true embeddedType: true - go: *ref_1315 + go: *ref_1308 protocol: {} language: - default: &ref_1317 + default: &ref_1310 name: WorkspacesClientCreateOrUpdateResponse description: WorkspacesClientCreateOrUpdateResponse contains the response from method WorkspacesClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1316 - go: *ref_1317 + resultProp: *ref_1309 + go: *ref_1310 protocol: {} protocol: {} - - &ref_2520 + - &ref_2513 operationId: Workspaces_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1318 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1311 + schema: *ref_1292 implementation: Method required: true - language: &ref_2518 + language: &ref_2511 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -39519,11 +39328,11 @@ operationGroups: protocol: http: in: path - - &ref_1319 + - &ref_1312 schema: *ref_1 implementation: Method required: true - language: &ref_2519 + language: &ref_2512 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -39537,7 +39346,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39567,8 +39376,8 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1318 - - *ref_1319 + - *ref_1311 + - *ref_1312 responses: - language: default: @@ -39604,7 +39413,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -39645,67 +39454,67 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3914 + optionalParamGroup: &ref_3912 schema: type: object language: - default: &ref_1320 + default: &ref_1313 name: WorkspacesClientBeginDeleteOptions description: WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method. - go: *ref_1320 + go: *ref_1313 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1321 + default: &ref_1314 name: string description: '' - go: *ref_1321 + go: *ref_1314 protocol: {} language: - default: &ref_1322 + default: &ref_1315 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1322 + go: *ref_1315 protocol: {} required: false serializedName: WorkspacesClientBeginDeleteOptions language: - default: &ref_1323 + default: &ref_1316 name: options description: WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method. - go: *ref_1323 + go: *ref_1316 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4006 + responseEnv: &ref_4004 type: object language: - default: &ref_1324 + default: &ref_1317 name: WorkspacesClientDeleteResponse description: WorkspacesClientDeleteResponse contains the response from method WorkspacesClient.BeginDelete. forLRO: true responseType: true - go: *ref_1324 + go: *ref_1317 protocol: {} protocol: {} - - &ref_2528 + - &ref_2521 operationId: Workspaces_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1328 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1321 + schema: *ref_1292 implementation: Method required: true - language: &ref_2521 + language: &ref_2514 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -39717,11 +39526,11 @@ operationGroups: protocol: http: in: path - - &ref_1329 + - &ref_1322 schema: *ref_1 implementation: Method required: true - language: &ref_2522 + language: &ref_2515 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -39734,13 +39543,13 @@ operationGroups: http: in: path requestMediaTypes: - application/json: &ref_1327 + application/json: &ref_1320 parameters: - - &ref_1326 - schema: *ref_1325 + - &ref_1319 + schema: *ref_1318 implementation: Method required: true - language: &ref_2527 + language: &ref_2520 default: name: parameters description: The parameters for updating a machine learning workspace. @@ -39751,7 +39560,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39768,7 +39577,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1326 + - *ref_1319 language: default: name: '' @@ -39785,13 +39594,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1327 + - *ref_1320 signatureParameters: - - *ref_1328 - - *ref_1329 + - *ref_1321 + - *ref_1322 responses: - - schema: *ref_89 - language: &ref_2529 + - schema: *ref_87 + language: &ref_2522 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -39817,7 +39626,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -39880,81 +39689,81 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3915 + optionalParamGroup: &ref_3913 schema: type: object language: - default: &ref_1330 + default: &ref_1323 name: WorkspacesClientBeginUpdateOptions description: WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method. - go: *ref_1330 + go: *ref_1323 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1331 + default: &ref_1324 name: string description: '' - go: *ref_1331 + go: *ref_1324 protocol: {} language: - default: &ref_1332 + default: &ref_1325 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1332 + go: *ref_1325 protocol: {} required: false serializedName: WorkspacesClientBeginUpdateOptions language: - default: &ref_1333 + default: &ref_1326 name: options description: WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method. - go: *ref_1333 + go: *ref_1326 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4007 + responseEnv: &ref_4005 type: object properties: - - &ref_1335 - schema: *ref_89 + - &ref_1328 + schema: *ref_87 serializedName: Workspace language: - default: &ref_1334 + default: &ref_1327 name: Workspace description: An object that represents a machine learning workspace. byValue: true embeddedType: true - go: *ref_1334 + go: *ref_1327 protocol: {} language: - default: &ref_1336 + default: &ref_1329 name: WorkspacesClientUpdateResponse description: WorkspacesClientUpdateResponse contains the response from method WorkspacesClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1335 - go: *ref_1336 + resultProp: *ref_1328 + go: *ref_1329 protocol: {} protocol: {} - - &ref_2531 + - &ref_2524 operationId: Workspaces_ListByResourceGroup apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1340 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1333 + schema: *ref_1292 implementation: Method required: true - language: &ref_2530 + language: &ref_2523 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -39966,7 +39775,7 @@ operationGroups: protocol: http: in: path - - &ref_1338 + - &ref_1331 schema: *ref_1 implementation: Method language: @@ -39977,24 +39786,24 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1342 + paramGroup: &ref_1335 schema: type: object language: - default: &ref_1337 + default: &ref_1330 name: WorkspacesClientListByResourceGroupOptions description: WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.NewListByResourceGroupPager method. - go: *ref_1337 + go: *ref_1330 protocol: {} originalParameter: - - *ref_1338 + - *ref_1331 required: false serializedName: WorkspacesClientListByResourceGroupOptions language: - default: &ref_1339 + default: &ref_1332 name: options description: WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.NewListByResourceGroupPager method. - go: *ref_1339 + go: *ref_1332 protocol: {} serializedName: $skip protocol: @@ -40002,7 +39811,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40032,11 +39841,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1340 - - *ref_1338 + - *ref_1333 + - *ref_1331 responses: - - schema: *ref_1341 - language: &ref_2534 + - schema: *ref_1334 + language: &ref_2527 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -40051,7 +39860,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40117,49 +39926,49 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: *ref_1342 - paging: &ref_2535 + optionalParamGroup: *ref_1335 + paging: &ref_2528 nextLinkName: NextLink protocolNaming: internalMethod: listByResourceGroup requestMethod: listByResourceGroupCreateRequest responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_4008 + responseEnv: &ref_4006 type: object properties: - - &ref_1344 - schema: *ref_1341 + - &ref_1337 + schema: *ref_1334 serializedName: WorkspaceListResult language: - default: &ref_1343 + default: &ref_1336 name: WorkspaceListResult description: The result of a request to list machine learning workspaces. byValue: true embeddedType: true - go: *ref_1343 + go: *ref_1336 protocol: {} language: - default: &ref_1345 + default: &ref_1338 name: WorkspacesClientListByResourceGroupResponse description: WorkspacesClientListByResourceGroupResponse contains the response from method WorkspacesClient.NewListByResourceGroupPager. marshallingFormat: json responseType: true - resultProp: *ref_1344 - go: *ref_1345 + resultProp: *ref_1337 + go: *ref_1338 protocol: {} protocol: {} - - &ref_2549 + - &ref_2542 operationId: Workspaces_Diagnose apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1353 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1346 + schema: *ref_1292 implementation: Method required: true - language: &ref_2536 + language: &ref_2529 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -40171,11 +39980,11 @@ operationGroups: protocol: http: in: path - - &ref_1354 + - &ref_1347 schema: *ref_1 implementation: Method required: true - language: &ref_2537 + language: &ref_2530 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -40187,60 +39996,60 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1352 + application/json: &ref_1345 parameters: - - &ref_1348 - schema: *ref_1346 + - &ref_1341 + schema: *ref_1339 implementation: Method required: false - language: &ref_2548 + language: &ref_2541 default: name: parameters description: The parameter of diagnosing workspace health go: name: Parameters description: The parameter of diagnosing workspace health - paramGroup: &ref_1357 + paramGroup: &ref_1350 schema: type: object language: - default: &ref_1347 + default: &ref_1340 name: WorkspacesClientBeginDiagnoseOptions description: WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method. - go: *ref_1347 + go: *ref_1340 protocol: {} originalParameter: - - *ref_1348 + - *ref_1341 - schema: type: string language: - default: &ref_1349 + default: &ref_1342 name: string description: '' - go: *ref_1349 + go: *ref_1342 protocol: {} language: - default: &ref_1350 + default: &ref_1343 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1350 + go: *ref_1343 protocol: {} required: false serializedName: WorkspacesClientBeginDiagnoseOptions language: - default: &ref_1351 + default: &ref_1344 name: options description: WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method. - go: *ref_1351 + go: *ref_1344 protocol: {} protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40257,7 +40066,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1348 + - *ref_1341 language: default: name: '' @@ -40274,13 +40083,13 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1352 + - *ref_1345 signatureParameters: - - *ref_1353 - - *ref_1354 + - *ref_1346 + - *ref_1347 responses: - - schema: *ref_1355 - language: &ref_2563 + - schema: *ref_1348 + language: &ref_2556 default: name: '' description: Success @@ -40313,7 +40122,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1356 + - schema: *ref_1349 header: Retry-After language: default: @@ -40325,7 +40134,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40393,50 +40202,50 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: *ref_1357 + optionalParamGroup: *ref_1350 protocolNaming: internalMethod: diagnose requestMethod: diagnoseCreateRequest responseMethod: diagnoseHandleResponse - responseEnv: &ref_4009 + responseEnv: &ref_4007 type: object properties: - - &ref_1359 - schema: *ref_1355 + - &ref_1352 + schema: *ref_1348 serializedName: DiagnoseResponseResult language: - default: &ref_1358 + default: &ref_1351 name: DiagnoseResponseResult description: '' byValue: true embeddedType: true - go: *ref_1358 + go: *ref_1351 protocol: {} language: - default: &ref_1360 + default: &ref_1353 name: WorkspacesClientDiagnoseResponse description: WorkspacesClientDiagnoseResponse contains the response from method WorkspacesClient.BeginDiagnose. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1359 - go: *ref_1360 + resultProp: *ref_1352 + go: *ref_1353 protocol: {} summary: Diagnose workspace setup issue. protocol: {} - - &ref_2566 + - &ref_2559 operationId: Workspaces_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1361 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1354 + schema: *ref_1292 implementation: Method required: true - language: &ref_2564 + language: &ref_2557 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -40448,11 +40257,11 @@ operationGroups: protocol: http: in: path - - &ref_1362 + - &ref_1355 schema: *ref_1 implementation: Method required: true - language: &ref_2565 + language: &ref_2558 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -40466,7 +40275,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40496,11 +40305,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1361 - - *ref_1362 + - *ref_1354 + - *ref_1355 responses: - - schema: *ref_1363 - language: &ref_2579 + - schema: *ref_1356 + language: &ref_2572 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -40515,7 +40324,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40568,65 +40377,65 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3916 + optionalParamGroup: &ref_3914 schema: type: object language: - default: &ref_1364 + default: &ref_1357 name: WorkspacesClientListKeysOptions description: WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method. - go: *ref_1364 + go: *ref_1357 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListKeysOptions language: - default: &ref_1365 + default: &ref_1358 name: options description: WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method. - go: *ref_1365 + go: *ref_1358 protocol: {} protocolNaming: internalMethod: listKeys requestMethod: listKeysCreateRequest responseMethod: listKeysHandleResponse - responseEnv: &ref_4010 + responseEnv: &ref_4008 type: object properties: - - &ref_1367 - schema: *ref_1363 + - &ref_1360 + schema: *ref_1356 serializedName: ListWorkspaceKeysResult language: - default: &ref_1366 + default: &ref_1359 name: ListWorkspaceKeysResult description: '' byValue: true embeddedType: true - go: *ref_1366 + go: *ref_1359 protocol: {} language: - default: &ref_1368 + default: &ref_1361 name: WorkspacesClientListKeysResponse description: WorkspacesClientListKeysResponse contains the response from method WorkspacesClient.ListKeys. marshallingFormat: json responseType: true - resultProp: *ref_1367 - go: *ref_1368 + resultProp: *ref_1360 + go: *ref_1361 protocol: {} protocol: {} - - &ref_2582 + - &ref_2575 operationId: Workspaces_ResyncKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1369 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1362 + schema: *ref_1292 implementation: Method required: true - language: &ref_2580 + language: &ref_2573 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -40638,11 +40447,11 @@ operationGroups: protocol: http: in: path - - &ref_1370 + - &ref_1363 schema: *ref_1 implementation: Method required: true - language: &ref_2581 + language: &ref_2574 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -40656,7 +40465,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40686,8 +40495,8 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1369 - - *ref_1370 + - *ref_1362 + - *ref_1363 responses: - language: default: @@ -40712,7 +40521,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40752,63 +40561,63 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3917 + optionalParamGroup: &ref_3915 schema: type: object language: - default: &ref_1371 + default: &ref_1364 name: WorkspacesClientBeginResyncKeysOptions description: WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method. - go: *ref_1371 + go: *ref_1364 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1372 + default: &ref_1365 name: string description: '' - go: *ref_1372 + go: *ref_1365 protocol: {} language: - default: &ref_1373 + default: &ref_1366 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1373 + go: *ref_1366 protocol: {} required: false serializedName: WorkspacesClientBeginResyncKeysOptions language: - default: &ref_1374 + default: &ref_1367 name: options description: WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method. - go: *ref_1374 + go: *ref_1367 protocol: {} protocolNaming: internalMethod: resyncKeys requestMethod: resyncKeysCreateRequest responseMethod: resyncKeysHandleResponse - responseEnv: &ref_4011 + responseEnv: &ref_4009 type: object language: - default: &ref_1375 + default: &ref_1368 name: WorkspacesClientResyncKeysResponse description: WorkspacesClientResyncKeysResponse contains the response from method WorkspacesClient.BeginResyncKeys. forLRO: true responseType: true - go: *ref_1375 + go: *ref_1368 protocol: {} protocol: {} - - &ref_2583 + - &ref_2576 operationId: Workspaces_ListBySubscription apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1377 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1370 schema: *ref_1 implementation: Method language: @@ -40819,24 +40628,24 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1379 + paramGroup: &ref_1372 schema: type: object language: - default: &ref_1376 + default: &ref_1369 name: WorkspacesClientListBySubscriptionOptions description: WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method. - go: *ref_1376 + go: *ref_1369 protocol: {} originalParameter: - - *ref_1377 + - *ref_1370 required: false serializedName: WorkspacesClientListBySubscriptionOptions language: - default: &ref_1378 + default: &ref_1371 name: options description: WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method. - go: *ref_1378 + go: *ref_1371 protocol: {} serializedName: $skip protocol: @@ -40844,7 +40653,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40874,10 +40683,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1377 + - *ref_1370 responses: - - schema: *ref_1341 - language: &ref_2584 + - schema: *ref_1334 + language: &ref_2577 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -40892,7 +40701,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -40957,50 +40766,50 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: *ref_1379 - paging: &ref_2585 + optionalParamGroup: *ref_1372 + paging: &ref_2578 nextLinkName: NextLink protocolNaming: internalMethod: listBySubscription requestMethod: listBySubscriptionCreateRequest responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_4012 + responseEnv: &ref_4010 type: object properties: - - &ref_1381 - schema: *ref_1341 + - &ref_1374 + schema: *ref_1334 serializedName: WorkspaceListResult language: - default: &ref_1380 + default: &ref_1373 name: WorkspaceListResult description: The result of a request to list machine learning workspaces. byValue: true embeddedType: true - go: *ref_1380 + go: *ref_1373 protocol: {} language: - default: &ref_1382 + default: &ref_1375 name: WorkspacesClientListBySubscriptionResponse description: WorkspacesClientListBySubscriptionResponse contains the response from method WorkspacesClient.NewListBySubscriptionPager. marshallingFormat: json responseType: true - resultProp: *ref_1381 - go: *ref_1382 + resultProp: *ref_1374 + go: *ref_1375 protocol: {} protocol: {} - - &ref_2588 + - &ref_2581 operationId: Workspaces_ListNotebookAccessToken apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1383 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1376 + schema: *ref_1292 implementation: Method required: true - language: &ref_2586 + language: &ref_2579 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41012,11 +40821,11 @@ operationGroups: protocol: http: in: path - - &ref_1384 + - &ref_1377 schema: *ref_1 implementation: Method required: true - language: &ref_2587 + language: &ref_2580 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41030,7 +40839,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41060,11 +40869,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1383 - - *ref_1384 + - *ref_1376 + - *ref_1377 responses: - - schema: *ref_1385 - language: &ref_2595 + - schema: *ref_1378 + language: &ref_2588 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -41079,7 +40888,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41124,65 +40933,65 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3918 + optionalParamGroup: &ref_3916 schema: type: object language: - default: &ref_1386 + default: &ref_1379 name: WorkspacesClientListNotebookAccessTokenOptions description: WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method. - go: *ref_1386 + go: *ref_1379 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListNotebookAccessTokenOptions language: - default: &ref_1387 + default: &ref_1380 name: options description: WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method. - go: *ref_1387 + go: *ref_1380 protocol: {} protocolNaming: internalMethod: listNotebookAccessToken requestMethod: listNotebookAccessTokenCreateRequest responseMethod: listNotebookAccessTokenHandleResponse - responseEnv: &ref_4013 + responseEnv: &ref_4011 type: object properties: - - &ref_1389 - schema: *ref_1385 + - &ref_1382 + schema: *ref_1378 serializedName: NotebookAccessTokenResult language: - default: &ref_1388 + default: &ref_1381 name: NotebookAccessTokenResult description: '' byValue: true embeddedType: true - go: *ref_1388 + go: *ref_1381 protocol: {} language: - default: &ref_1390 + default: &ref_1383 name: WorkspacesClientListNotebookAccessTokenResponse description: WorkspacesClientListNotebookAccessTokenResponse contains the response from method WorkspacesClient.ListNotebookAccessToken. marshallingFormat: json responseType: true - resultProp: *ref_1389 - go: *ref_1390 + resultProp: *ref_1382 + go: *ref_1383 protocol: {} protocol: {} - - &ref_2598 + - &ref_2591 operationId: Workspaces_PrepareNotebook apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1391 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1384 + schema: *ref_1292 implementation: Method required: true - language: &ref_2596 + language: &ref_2589 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41194,11 +41003,11 @@ operationGroups: protocol: http: in: path - - &ref_1392 + - &ref_1385 schema: *ref_1 implementation: Method required: true - language: &ref_2597 + language: &ref_2590 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41212,7 +41021,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41242,11 +41051,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1391 - - *ref_1392 + - *ref_1384 + - *ref_1385 responses: - - schema: *ref_914 - language: &ref_2604 + - schema: *ref_908 + language: &ref_2597 default: name: '' description: Success @@ -41272,7 +41081,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41320,81 +41129,81 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3919 + optionalParamGroup: &ref_3917 schema: type: object language: - default: &ref_1393 + default: &ref_1386 name: WorkspacesClientBeginPrepareNotebookOptions description: WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method. - go: *ref_1393 + go: *ref_1386 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1394 + default: &ref_1387 name: string description: '' - go: *ref_1394 + go: *ref_1387 protocol: {} language: - default: &ref_1395 + default: &ref_1388 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1395 + go: *ref_1388 protocol: {} required: false serializedName: WorkspacesClientBeginPrepareNotebookOptions language: - default: &ref_1396 + default: &ref_1389 name: options description: WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method. - go: *ref_1396 + go: *ref_1389 protocol: {} protocolNaming: internalMethod: prepareNotebook requestMethod: prepareNotebookCreateRequest responseMethod: prepareNotebookHandleResponse - responseEnv: &ref_4014 + responseEnv: &ref_4012 type: object properties: - - &ref_1398 - schema: *ref_914 + - &ref_1391 + schema: *ref_908 serializedName: NotebookResourceInfo language: - default: &ref_1397 + default: &ref_1390 name: NotebookResourceInfo description: '' byValue: true embeddedType: true - go: *ref_1397 + go: *ref_1390 protocol: {} language: - default: &ref_1399 + default: &ref_1392 name: WorkspacesClientPrepareNotebookResponse description: WorkspacesClientPrepareNotebookResponse contains the response from method WorkspacesClient.BeginPrepareNotebook. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1398 - go: *ref_1399 + resultProp: *ref_1391 + go: *ref_1392 protocol: {} protocol: {} - - &ref_2607 + - &ref_2600 operationId: Workspaces_ListStorageAccountKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1400 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1393 + schema: *ref_1292 implementation: Method required: true - language: &ref_2605 + language: &ref_2598 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41406,11 +41215,11 @@ operationGroups: protocol: http: in: path - - &ref_1401 + - &ref_1394 schema: *ref_1 implementation: Method required: true - language: &ref_2606 + language: &ref_2599 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41424,7 +41233,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41454,11 +41263,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1400 - - *ref_1401 + - *ref_1393 + - *ref_1394 responses: - - schema: *ref_1402 - language: &ref_2609 + - schema: *ref_1395 + language: &ref_2602 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -41473,7 +41282,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41513,65 +41322,65 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3920 + optionalParamGroup: &ref_3918 schema: type: object language: - default: &ref_1403 + default: &ref_1396 name: WorkspacesClientListStorageAccountKeysOptions description: WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method. - go: *ref_1403 + go: *ref_1396 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListStorageAccountKeysOptions language: - default: &ref_1404 + default: &ref_1397 name: options description: WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method. - go: *ref_1404 + go: *ref_1397 protocol: {} protocolNaming: internalMethod: listStorageAccountKeys requestMethod: listStorageAccountKeysCreateRequest responseMethod: listStorageAccountKeysHandleResponse - responseEnv: &ref_4015 + responseEnv: &ref_4013 type: object properties: - - &ref_1406 - schema: *ref_1402 + - &ref_1399 + schema: *ref_1395 serializedName: ListStorageAccountKeysResult language: - default: &ref_1405 + default: &ref_1398 name: ListStorageAccountKeysResult description: '' byValue: true embeddedType: true - go: *ref_1405 + go: *ref_1398 protocol: {} language: - default: &ref_1407 + default: &ref_1400 name: WorkspacesClientListStorageAccountKeysResponse description: WorkspacesClientListStorageAccountKeysResponse contains the response from method WorkspacesClient.ListStorageAccountKeys. marshallingFormat: json responseType: true - resultProp: *ref_1406 - go: *ref_1407 + resultProp: *ref_1399 + go: *ref_1400 protocol: {} protocol: {} - - &ref_2612 + - &ref_2605 operationId: Workspaces_ListNotebookKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1408 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1401 + schema: *ref_1292 implementation: Method required: true - language: &ref_2610 + language: &ref_2603 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41583,11 +41392,11 @@ operationGroups: protocol: http: in: path - - &ref_1409 + - &ref_1402 schema: *ref_1 implementation: Method required: true - language: &ref_2611 + language: &ref_2604 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41601,7 +41410,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41631,11 +41440,11 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1408 - - *ref_1409 + - *ref_1401 + - *ref_1402 responses: - - schema: *ref_954 - language: &ref_2613 + - schema: *ref_947 + language: &ref_2606 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -41650,7 +41459,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41691,64 +41500,64 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3921 + optionalParamGroup: &ref_3919 schema: type: object language: - default: &ref_1410 + default: &ref_1403 name: WorkspacesClientListNotebookKeysOptions description: WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method. - go: *ref_1410 + go: *ref_1403 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListNotebookKeysOptions language: - default: &ref_1411 + default: &ref_1404 name: options description: WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method. - go: *ref_1411 + go: *ref_1404 protocol: {} protocolNaming: internalMethod: listNotebookKeys requestMethod: listNotebookKeysCreateRequest responseMethod: listNotebookKeysHandleResponse - responseEnv: &ref_4016 + responseEnv: &ref_4014 type: object properties: - - &ref_1413 - schema: *ref_954 + - &ref_1406 + schema: *ref_947 serializedName: ListNotebookKeysResult language: - default: &ref_1412 + default: &ref_1405 name: ListNotebookKeysResult description: '' byValue: true embeddedType: true - go: *ref_1412 + go: *ref_1405 protocol: {} language: - default: &ref_1414 + default: &ref_1407 name: WorkspacesClientListNotebookKeysResponse description: WorkspacesClientListNotebookKeysResponse contains the response from method WorkspacesClient.ListNotebookKeys. marshallingFormat: json responseType: true - resultProp: *ref_1413 - go: *ref_1414 + resultProp: *ref_1406 + go: *ref_1407 protocol: {} protocol: {} - - &ref_2616 + - &ref_2609 operationId: Workspaces_ListOutboundNetworkDependenciesEndpoints apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1415 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1408 + schema: *ref_1292 implementation: Method required: true - language: &ref_2614 + language: &ref_2607 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -41760,11 +41569,11 @@ operationGroups: protocol: http: in: path - - &ref_1416 + - &ref_1409 schema: *ref_1 implementation: Method required: true - language: &ref_2615 + language: &ref_2608 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -41776,10 +41585,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41809,11 +41618,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1415 - - *ref_1416 + - *ref_1408 + - *ref_1409 responses: - - schema: *ref_1417 - language: &ref_2624 + - schema: *ref_1410 + language: &ref_2617 default: name: '' description: Success @@ -41828,7 +41637,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -41881,50 +41690,50 @@ operationGroups: azureARM: true clientName: WorkspacesClient openApiType: arm - optionalParamGroup: &ref_3922 + optionalParamGroup: &ref_3920 schema: type: object language: - default: &ref_1418 + default: &ref_1411 name: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions description: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method. - go: *ref_1418 + go: *ref_1411 protocol: {} originalParameter: [] required: false serializedName: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions language: - default: &ref_1419 + default: &ref_1412 name: options description: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method. - go: *ref_1419 + go: *ref_1412 protocol: {} protocolNaming: internalMethod: listOutboundNetworkDependenciesEndpoints requestMethod: listOutboundNetworkDependenciesEndpointsCreateRequest responseMethod: listOutboundNetworkDependenciesEndpointsHandleResponse - responseEnv: &ref_4017 + responseEnv: &ref_4015 type: object properties: - - &ref_1421 - schema: *ref_1417 + - &ref_1414 + schema: *ref_1410 serializedName: ExternalFQDNResponse language: - default: &ref_1420 + default: &ref_1413 name: ExternalFQDNResponse description: '' byValue: true embeddedType: true - go: *ref_1420 + go: *ref_1413 protocol: {} language: - default: &ref_1422 + default: &ref_1415 name: WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse description: WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse contains the response from method WorkspacesClient.ListOutboundNetworkDependenciesEndpoints. marshallingFormat: json responseType: true - resultProp: *ref_1421 - go: *ref_1422 + resultProp: *ref_1414 + go: *ref_1415 protocol: {} summary: Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. protocol: {} @@ -41938,24 +41747,24 @@ operationGroups: clientCtorName: NewWorkspacesClient clientName: WorkspacesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2627 + - &ref_2620 $key: Usages operations: - - &ref_2626 + - &ref_2619 operationId: Usages_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1424 - schema: *ref_1423 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1417 + schema: *ref_1416 implementation: Method required: true - language: &ref_2625 + language: &ref_2618 default: name: location description: The location for which resource usage is queried. @@ -41969,7 +41778,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41999,10 +41808,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1424 + - *ref_1417 responses: - - schema: *ref_1425 - language: &ref_2637 + - schema: *ref_1418 + language: &ref_2630 default: name: '' description: OK @@ -42017,7 +41826,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -42345,52 +42154,52 @@ operationGroups: azureARM: true clientName: UsagesClient openApiType: arm - optionalParamGroup: &ref_3923 + optionalParamGroup: &ref_3921 schema: type: object language: - default: &ref_1426 + default: &ref_1419 name: UsagesClientListOptions description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_1426 + go: *ref_1419 protocol: {} originalParameter: [] required: false serializedName: UsagesClientListOptions language: - default: &ref_1427 + default: &ref_1420 name: options description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_1427 + go: *ref_1420 protocol: {} - paging: &ref_2638 + paging: &ref_2631 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4018 + responseEnv: &ref_4016 type: object properties: - - &ref_1429 - schema: *ref_1425 + - &ref_1422 + schema: *ref_1418 serializedName: ListUsagesResult language: - default: &ref_1428 + default: &ref_1421 name: ListUsagesResult description: The List Usages operation response. byValue: true embeddedType: true - go: *ref_1428 + go: *ref_1421 protocol: {} language: - default: &ref_1430 + default: &ref_1423 name: UsagesClientListResponse description: UsagesClientListResponse contains the response from method UsagesClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1429 - go: *ref_1430 + resultProp: *ref_1422 + go: *ref_1423 protocol: {} protocol: {} language: @@ -42403,22 +42212,22 @@ operationGroups: clientCtorName: NewUsagesClient clientName: UsagesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2641 + - &ref_2634 $key: VirtualMachineSizes operations: - - &ref_2640 + - &ref_2633 operationId: VirtualMachineSizes_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1431 - schema: *ref_1423 + - *ref_1282 + - &ref_1424 + schema: *ref_1416 implementation: Method required: true - language: &ref_2639 + language: &ref_2632 default: name: location description: The location upon which virtual-machine-sizes is queried. @@ -42430,11 +42239,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1283 + - *ref_1291 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -42464,10 +42273,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1431 + - *ref_1424 responses: - - schema: *ref_1432 - language: &ref_2660 + - schema: *ref_1425 + language: &ref_2653 default: name: '' description: OK @@ -42482,7 +42291,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -42777,50 +42586,50 @@ operationGroups: azureARM: true clientName: VirtualMachineSizesClient openApiType: arm - optionalParamGroup: &ref_3924 + optionalParamGroup: &ref_3922 schema: type: object language: - default: &ref_1433 + default: &ref_1426 name: VirtualMachineSizesClientListOptions description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method. - go: *ref_1433 + go: *ref_1426 protocol: {} originalParameter: [] required: false serializedName: VirtualMachineSizesClientListOptions language: - default: &ref_1434 + default: &ref_1427 name: options description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method. - go: *ref_1434 + go: *ref_1427 protocol: {} protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4019 + responseEnv: &ref_4017 type: object properties: - - &ref_1436 - schema: *ref_1432 + - &ref_1429 + schema: *ref_1425 serializedName: VirtualMachineSizeListResult language: - default: &ref_1435 + default: &ref_1428 name: VirtualMachineSizeListResult description: The List Virtual Machine size operation response. byValue: true embeddedType: true - go: *ref_1435 + go: *ref_1428 protocol: {} language: - default: &ref_1437 + default: &ref_1430 name: VirtualMachineSizesClientListResponse description: VirtualMachineSizesClientListResponse contains the response from method VirtualMachineSizesClient.List. marshallingFormat: json responseType: true - resultProp: *ref_1436 - go: *ref_1437 + resultProp: *ref_1429 + go: *ref_1430 protocol: {} protocol: {} language: @@ -42833,22 +42642,22 @@ operationGroups: clientCtorName: NewVirtualMachineSizesClient clientName: VirtualMachineSizesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2669 + - &ref_2662 $key: Quotas operations: - - &ref_2668 + - &ref_2661 operationId: Quotas_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1441 - schema: *ref_1423 + - *ref_1282 + - &ref_1434 + schema: *ref_1416 implementation: Method required: true - language: &ref_2661 + language: &ref_2654 default: name: location description: The location for update quota is queried. @@ -42860,16 +42669,16 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1283 + - *ref_1291 requestMediaTypes: - application/json: &ref_1440 + application/json: &ref_1433 parameters: - - &ref_1439 - schema: *ref_1438 + - &ref_1432 + schema: *ref_1431 implementation: Method required: true - language: &ref_2667 + language: &ref_2660 default: name: parameters description: Quota update parameters. @@ -42880,7 +42689,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -42897,7 +42706,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1439 + - *ref_1432 language: default: name: '' @@ -42914,12 +42723,12 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1440 + - *ref_1433 signatureParameters: - - *ref_1441 + - *ref_1434 responses: - - schema: *ref_1442 - language: &ref_2676 + - schema: *ref_1435 + language: &ref_2669 default: name: '' description: The operation was successful. @@ -42934,7 +42743,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -42993,65 +42802,65 @@ operationGroups: azureARM: true clientName: QuotasClient openApiType: arm - optionalParamGroup: &ref_3925 + optionalParamGroup: &ref_3923 schema: type: object language: - default: &ref_1443 + default: &ref_1436 name: QuotasClientUpdateOptions description: QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method. - go: *ref_1443 + go: *ref_1436 protocol: {} originalParameter: [] required: false serializedName: QuotasClientUpdateOptions language: - default: &ref_1444 + default: &ref_1437 name: options description: QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method. - go: *ref_1444 + go: *ref_1437 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4020 + responseEnv: &ref_4018 type: object properties: - - &ref_1446 - schema: *ref_1442 + - &ref_1439 + schema: *ref_1435 serializedName: UpdateWorkspaceQuotasResult language: - default: &ref_1445 + default: &ref_1438 name: UpdateWorkspaceQuotasResult description: The result of update workspace quota. byValue: true embeddedType: true - go: *ref_1445 + go: *ref_1438 protocol: {} language: - default: &ref_1447 + default: &ref_1440 name: QuotasClientUpdateResponse description: QuotasClientUpdateResponse contains the response from method QuotasClient.Update. marshallingFormat: json responseType: true - resultProp: *ref_1446 - go: *ref_1447 + resultProp: *ref_1439 + go: *ref_1440 protocol: {} protocol: {} - - &ref_2678 + - &ref_2671 operationId: Quotas_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1448 - schema: *ref_1423 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_1441 + schema: *ref_1416 implementation: Method required: true - language: &ref_2677 + language: &ref_2670 default: name: location description: The location for which resource usage is queried. @@ -43065,7 +42874,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43095,10 +42904,10 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1448 + - *ref_1441 responses: - - schema: *ref_1449 - language: &ref_2687 + - schema: *ref_1442 + language: &ref_2680 default: name: '' description: OK @@ -43113,7 +42922,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -43434,52 +43243,52 @@ operationGroups: azureARM: true clientName: QuotasClient openApiType: arm - optionalParamGroup: &ref_3926 + optionalParamGroup: &ref_3924 schema: type: object language: - default: &ref_1450 + default: &ref_1443 name: QuotasClientListOptions description: QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method. - go: *ref_1450 + go: *ref_1443 protocol: {} originalParameter: [] required: false serializedName: QuotasClientListOptions language: - default: &ref_1451 + default: &ref_1444 name: options description: QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method. - go: *ref_1451 + go: *ref_1444 protocol: {} - paging: &ref_2688 + paging: &ref_2681 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4021 + responseEnv: &ref_4019 type: object properties: - - &ref_1453 - schema: *ref_1449 + - &ref_1446 + schema: *ref_1442 serializedName: ListWorkspaceQuotas language: - default: &ref_1452 + default: &ref_1445 name: ListWorkspaceQuotas description: The List WorkspaceQuotasByVMFamily operation response. byValue: true embeddedType: true - go: *ref_1452 + go: *ref_1445 protocol: {} language: - default: &ref_1454 + default: &ref_1447 name: QuotasClientListResponse description: QuotasClientListResponse contains the response from method QuotasClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1453 - go: *ref_1454 + resultProp: *ref_1446 + go: *ref_1447 protocol: {} protocol: {} language: @@ -43492,23 +43301,23 @@ operationGroups: clientCtorName: NewQuotasClient clientName: QuotasClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2692 + - &ref_2685 $key: Compute operations: - - &ref_2691 + - &ref_2684 operationId: Compute_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1458 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1451 + schema: *ref_1292 implementation: Method required: true - language: &ref_2689 + language: &ref_2682 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -43520,11 +43329,11 @@ operationGroups: protocol: http: in: path - - &ref_1459 + - &ref_1452 schema: *ref_1 implementation: Method required: true - language: &ref_2690 + language: &ref_2683 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -43536,8 +43345,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1456 + - *ref_1283 + - &ref_1449 schema: *ref_1 implementation: Method language: @@ -43548,24 +43357,24 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1461 + paramGroup: &ref_1454 schema: type: object language: - default: &ref_1455 + default: &ref_1448 name: ComputeClientListOptions description: ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method. - go: *ref_1455 + go: *ref_1448 protocol: {} originalParameter: - - *ref_1456 + - *ref_1449 required: false serializedName: ComputeClientListOptions language: - default: &ref_1457 + default: &ref_1450 name: options description: ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method. - go: *ref_1457 + go: *ref_1450 protocol: {} serializedName: $skip protocol: @@ -43573,7 +43382,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43603,12 +43412,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1458 - - *ref_1459 - - *ref_1456 + - *ref_1451 + - *ref_1452 + - *ref_1449 responses: - - schema: *ref_1460 - language: &ref_2705 + - schema: *ref_1453 + language: &ref_2698 default: name: '' description: >- @@ -43627,7 +43436,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -43692,49 +43501,49 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: *ref_1461 - paging: &ref_2706 + optionalParamGroup: *ref_1454 + paging: &ref_2699 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4022 + responseEnv: &ref_4020 type: object properties: - - &ref_1463 - schema: *ref_1460 + - &ref_1456 + schema: *ref_1453 serializedName: PaginatedComputeResourcesList language: - default: &ref_1462 + default: &ref_1455 name: PaginatedComputeResourcesList description: Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. byValue: true embeddedType: true - go: *ref_1462 + go: *ref_1455 protocol: {} language: - default: &ref_1464 + default: &ref_1457 name: ComputeClientListResponse description: ComputeClientListResponse contains the response from method ComputeClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1463 - go: *ref_1464 + resultProp: *ref_1456 + go: *ref_1457 protocol: {} protocol: {} - - &ref_2710 + - &ref_2703 operationId: Compute_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1465 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1458 + schema: *ref_1292 implementation: Method required: true - language: &ref_2707 + language: &ref_2700 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -43746,11 +43555,11 @@ operationGroups: protocol: http: in: path - - &ref_1466 + - &ref_1459 schema: *ref_1 implementation: Method required: true - language: &ref_2708 + language: &ref_2701 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -43762,11 +43571,11 @@ operationGroups: protocol: http: in: path - - &ref_1467 + - &ref_1460 schema: *ref_3 implementation: Method required: true - language: &ref_2709 + language: &ref_2702 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -43778,10 +43587,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43811,12 +43620,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1465 - - *ref_1466 - - *ref_1467 + - *ref_1458 + - *ref_1459 + - *ref_1460 responses: - - schema: *ref_90 - language: &ref_2711 + - schema: *ref_88 + language: &ref_2704 default: name: '' description: Success. @@ -43831,7 +43640,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -44019,64 +43828,64 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3927 + optionalParamGroup: &ref_3925 schema: type: object language: - default: &ref_1468 + default: &ref_1461 name: ComputeClientGetOptions description: ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method. - go: *ref_1468 + go: *ref_1461 protocol: {} originalParameter: [] required: false serializedName: ComputeClientGetOptions language: - default: &ref_1469 + default: &ref_1462 name: options description: ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method. - go: *ref_1469 + go: *ref_1462 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4023 + responseEnv: &ref_4021 type: object properties: - - &ref_1471 - schema: *ref_90 + - &ref_1464 + schema: *ref_88 serializedName: ComputeResource language: - default: &ref_1470 + default: &ref_1463 name: ComputeResource description: Machine Learning compute object wrapped into ARM resource envelope. byValue: true embeddedType: true - go: *ref_1470 + go: *ref_1463 protocol: {} language: - default: &ref_1472 + default: &ref_1465 name: ComputeClientGetResponse description: ComputeClientGetResponse contains the response from method ComputeClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1471 - go: *ref_1472 + resultProp: *ref_1464 + go: *ref_1465 protocol: {} protocol: {} - - &ref_2784 + - &ref_2777 operationId: Compute_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1475 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1468 + schema: *ref_1292 implementation: Method required: true - language: &ref_2780 + language: &ref_2773 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -44088,11 +43897,11 @@ operationGroups: protocol: http: in: path - - &ref_1476 + - &ref_1469 schema: *ref_1 implementation: Method required: true - language: &ref_2781 + language: &ref_2774 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -44104,11 +43913,11 @@ operationGroups: protocol: http: in: path - - &ref_1477 + - &ref_1470 schema: *ref_3 implementation: Method required: true - language: &ref_2782 + language: &ref_2775 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -44120,15 +43929,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1474 + application/json: &ref_1467 parameters: - - &ref_1473 - schema: *ref_90 + - &ref_1466 + schema: *ref_88 implementation: Method required: true - language: &ref_2783 + language: &ref_2776 default: name: parameters description: Payload with Machine Learning compute definition. @@ -44139,7 +43948,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44156,7 +43965,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1473 + - *ref_1466 language: default: name: '' @@ -44173,14 +43982,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1474 + - *ref_1467 signatureParameters: - - *ref_1475 - - *ref_1476 - - *ref_1477 + - *ref_1468 + - *ref_1469 + - *ref_1470 responses: - - schema: *ref_90 - language: &ref_2785 + - schema: *ref_88 + language: &ref_2778 default: name: '' description: Compute creation or update initiated. @@ -44194,8 +44003,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_90 - language: &ref_2786 + - schema: *ref_88 + language: &ref_2779 default: name: '' description: Compute creation or update initiated. @@ -44220,7 +44029,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -44329,7 +44138,7 @@ operationGroups: vcName: null provisioningState: Creating resourceId: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - headers: &ref_2787 + headers: &ref_2780 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create a AML Compute: parameters: @@ -44375,7 +44184,7 @@ operationGroups: properties: computeType: AmlCompute provisioningState: Creating - headers: &ref_2789 + headers: &ref_2782 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create a DataFactory Compute: parameters: @@ -44409,7 +44218,7 @@ operationGroups: properties: computeType: DataFactory provisioningState: Creating - headers: &ref_2790 + headers: &ref_2783 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an AKS Compute: parameters: @@ -44442,7 +44251,7 @@ operationGroups: properties: computeType: AKS provisioningState: Creating - headers: &ref_2791 + headers: &ref_2784 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an ComputeInstance Compute: parameters: @@ -44487,7 +44296,7 @@ operationGroups: properties: computeType: ComputeInstance provisioningState: Creating - headers: &ref_2792 + headers: &ref_2785 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an ComputeInstance Compute with minimal inputs: parameters: @@ -44523,7 +44332,7 @@ operationGroups: properties: computeType: ComputeInstance provisioningState: Creating - headers: &ref_2793 + headers: &ref_2786 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Update a AML Compute: parameters: @@ -44592,7 +44401,7 @@ operationGroups: description: some compute computeType: AmlCompute provisioningState: Updating - headers: &ref_2794 + headers: &ref_2787 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Update an AKS Compute: parameters: @@ -44635,7 +44444,7 @@ operationGroups: computeType: AKS provisioningState: Updating resourceId: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - headers: &ref_2798 + headers: &ref_2791 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... x-ms-long-running-operation: true language: @@ -44651,80 +44460,80 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3928 + optionalParamGroup: &ref_3926 schema: type: object language: - default: &ref_1478 + default: &ref_1471 name: ComputeClientBeginCreateOrUpdateOptions description: ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method. - go: *ref_1478 + go: *ref_1471 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1479 + default: &ref_1472 name: string description: '' - go: *ref_1479 + go: *ref_1472 protocol: {} language: - default: &ref_1480 + default: &ref_1473 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1480 + go: *ref_1473 protocol: {} required: false serializedName: ComputeClientBeginCreateOrUpdateOptions language: - default: &ref_1481 + default: &ref_1474 name: options description: ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method. - go: *ref_1481 + go: *ref_1474 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4024 + responseEnv: &ref_4022 type: object properties: - - &ref_1483 - schema: *ref_90 + - &ref_1476 + schema: *ref_88 serializedName: ComputeResource language: - default: &ref_1482 + default: &ref_1475 name: ComputeResource description: Machine Learning compute object wrapped into ARM resource envelope. byValue: true embeddedType: true - go: *ref_1482 + go: *ref_1475 protocol: {} language: - default: &ref_1484 + default: &ref_1477 name: ComputeClientCreateOrUpdateResponse description: ComputeClientCreateOrUpdateResponse contains the response from method ComputeClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1483 - go: *ref_1484 + resultProp: *ref_1476 + go: *ref_1477 protocol: {} protocol: {} - - &ref_2806 + - &ref_2799 operationId: Compute_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1488 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1481 + schema: *ref_1292 implementation: Method required: true - language: &ref_2799 + language: &ref_2792 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -44736,11 +44545,11 @@ operationGroups: protocol: http: in: path - - &ref_1489 + - &ref_1482 schema: *ref_1 implementation: Method required: true - language: &ref_2800 + language: &ref_2793 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -44752,11 +44561,11 @@ operationGroups: protocol: http: in: path - - &ref_1490 + - &ref_1483 schema: *ref_3 implementation: Method required: true - language: &ref_2801 + language: &ref_2794 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -44768,15 +44577,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1487 + application/json: &ref_1480 parameters: - - &ref_1486 - schema: *ref_1485 + - &ref_1479 + schema: *ref_1478 implementation: Method required: true - language: &ref_2805 + language: &ref_2798 default: name: parameters description: Additional parameters for cluster update. @@ -44787,7 +44596,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44804,7 +44613,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1486 + - *ref_1479 language: default: name: '' @@ -44821,14 +44630,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1487 + - *ref_1480 signatureParameters: - - *ref_1488 - - *ref_1489 - - *ref_1490 + - *ref_1481 + - *ref_1482 + - *ref_1483 responses: - - schema: *ref_90 - language: &ref_2807 + - schema: *ref_88 + language: &ref_2800 default: name: '' description: Compute update initiated. @@ -44843,7 +44652,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -44886,7 +44695,7 @@ operationGroups: description: some compute computeType: AmlCompute provisioningState: Updating - headers: &ref_2808 + headers: &ref_2801 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... x-ms-long-running-operation: true language: @@ -44901,80 +44710,80 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3929 + optionalParamGroup: &ref_3927 schema: type: object language: - default: &ref_1491 + default: &ref_1484 name: ComputeClientBeginUpdateOptions description: ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method. - go: *ref_1491 + go: *ref_1484 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1492 + default: &ref_1485 name: string description: '' - go: *ref_1492 + go: *ref_1485 protocol: {} language: - default: &ref_1493 + default: &ref_1486 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1493 + go: *ref_1486 protocol: {} required: false serializedName: ComputeClientBeginUpdateOptions language: - default: &ref_1494 + default: &ref_1487 name: options description: ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method. - go: *ref_1494 + go: *ref_1487 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4025 + responseEnv: &ref_4023 type: object properties: - - &ref_1496 - schema: *ref_90 + - &ref_1489 + schema: *ref_88 serializedName: ComputeResource language: - default: &ref_1495 + default: &ref_1488 name: ComputeResource description: Machine Learning compute object wrapped into ARM resource envelope. byValue: true embeddedType: true - go: *ref_1495 + go: *ref_1488 protocol: {} language: - default: &ref_1497 + default: &ref_1490 name: ComputeClientUpdateResponse description: ComputeClientUpdateResponse contains the response from method ComputeClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1496 - go: *ref_1497 + resultProp: *ref_1489 + go: *ref_1490 protocol: {} protocol: {} - - &ref_2813 + - &ref_2806 operationId: Compute_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1499 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1492 + schema: *ref_1292 implementation: Method required: true - language: &ref_2809 + language: &ref_2802 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -44986,11 +44795,11 @@ operationGroups: protocol: http: in: path - - &ref_1500 + - &ref_1493 schema: *ref_1 implementation: Method required: true - language: &ref_2810 + language: &ref_2803 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45002,11 +44811,11 @@ operationGroups: protocol: http: in: path - - &ref_1501 + - &ref_1494 schema: *ref_3 implementation: Method required: true - language: &ref_2811 + language: &ref_2804 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45018,12 +44827,12 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1502 - schema: *ref_1498 + - *ref_1283 + - &ref_1495 + schema: *ref_1491 implementation: Method required: true - language: &ref_2812 + language: &ref_2805 default: name: underlyingResourceAction description: Delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'. @@ -45037,7 +44846,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45067,10 +44876,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1499 - - *ref_1500 - - *ref_1501 - - *ref_1502 + - *ref_1492 + - *ref_1493 + - *ref_1494 + - *ref_1495 responses: - language: default: @@ -45093,7 +44902,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1503 + - schema: *ref_1496 header: Azure-AsyncOperation language: default: @@ -45102,7 +44911,7 @@ operationGroups: go: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - - schema: *ref_1504 + - schema: *ref_1497 header: Location language: default: @@ -45125,7 +44934,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45154,7 +44963,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_2814 + headers: &ref_2807 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/...pathToOperationResult... '204': {} @@ -45171,66 +44980,66 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3930 + optionalParamGroup: &ref_3928 schema: type: object language: - default: &ref_1505 + default: &ref_1498 name: ComputeClientBeginDeleteOptions description: ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method. - go: *ref_1505 + go: *ref_1498 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1506 + default: &ref_1499 name: string description: '' - go: *ref_1506 + go: *ref_1499 protocol: {} language: - default: &ref_1507 + default: &ref_1500 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1507 + go: *ref_1500 protocol: {} required: false serializedName: ComputeClientBeginDeleteOptions language: - default: &ref_1508 + default: &ref_1501 name: options description: ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method. - go: *ref_1508 + go: *ref_1501 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4026 + responseEnv: &ref_4024 type: object language: - default: &ref_1509 + default: &ref_1502 name: ComputeClientDeleteResponse description: ComputeClientDeleteResponse contains the response from method ComputeClient.BeginDelete. forLRO: true responseType: true - go: *ref_1509 + go: *ref_1502 protocol: {} protocol: {} - - &ref_2818 + - &ref_2811 operationId: Compute_ListNodes apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1510 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1503 + schema: *ref_1292 implementation: Method required: true - language: &ref_2815 + language: &ref_2808 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -45242,11 +45051,11 @@ operationGroups: protocol: http: in: path - - &ref_1511 + - &ref_1504 schema: *ref_1 implementation: Method required: true - language: &ref_2816 + language: &ref_2809 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45258,11 +45067,11 @@ operationGroups: protocol: http: in: path - - &ref_1512 + - &ref_1505 schema: *ref_3 implementation: Method required: true - language: &ref_2817 + language: &ref_2810 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45274,10 +45083,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45307,12 +45116,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1510 - - *ref_1511 - - *ref_1512 + - *ref_1503 + - *ref_1504 + - *ref_1505 responses: - - schema: *ref_1513 - language: &ref_2827 + - schema: *ref_1506 + language: &ref_2820 default: name: '' description: The operation was successful. The response contains the list of IP addresses. @@ -45327,7 +45136,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45384,67 +45193,67 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3931 + optionalParamGroup: &ref_3929 schema: type: object language: - default: &ref_1514 + default: &ref_1507 name: ComputeClientListNodesOptions description: ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.NewListNodesPager method. - go: *ref_1514 + go: *ref_1507 protocol: {} originalParameter: [] required: false serializedName: ComputeClientListNodesOptions language: - default: &ref_1515 + default: &ref_1508 name: options description: ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.NewListNodesPager method. - go: *ref_1515 + go: *ref_1508 protocol: {} - paging: &ref_2828 + paging: &ref_2821 itemName: nodes nextLinkName: NextLink protocolNaming: internalMethod: listNodes requestMethod: listNodesCreateRequest responseMethod: listNodesHandleResponse - responseEnv: &ref_4027 + responseEnv: &ref_4025 type: object properties: - - &ref_1517 - schema: *ref_1513 + - &ref_1510 + schema: *ref_1506 serializedName: AmlComputeNodesInformation language: - default: &ref_1516 + default: &ref_1509 name: AmlComputeNodesInformation description: Result of AmlCompute Nodes byValue: true embeddedType: true - go: *ref_1516 + go: *ref_1509 protocol: {} language: - default: &ref_1518 + default: &ref_1511 name: ComputeClientListNodesResponse description: ComputeClientListNodesResponse contains the response from method ComputeClient.NewListNodesPager. marshallingFormat: json responseType: true - resultProp: *ref_1517 - go: *ref_1518 + resultProp: *ref_1510 + go: *ref_1511 protocol: {} protocol: {} - - &ref_2832 + - &ref_2825 operationId: Compute_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1519 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1512 + schema: *ref_1292 implementation: Method required: true - language: &ref_2829 + language: &ref_2822 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -45456,11 +45265,11 @@ operationGroups: protocol: http: in: path - - &ref_1520 + - &ref_1513 schema: *ref_1 implementation: Method required: true - language: &ref_2830 + language: &ref_2823 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45472,11 +45281,11 @@ operationGroups: protocol: http: in: path - - &ref_1521 + - &ref_1514 schema: *ref_3 implementation: Method required: true - language: &ref_2831 + language: &ref_2824 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45488,10 +45297,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45521,12 +45330,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1519 - - *ref_1520 - - *ref_1521 + - *ref_1512 + - *ref_1513 + - *ref_1514 responses: - - schema: *ref_1025 - language: &ref_2839 + - schema: *ref_1018 + language: &ref_2832 default: name: '' description: Success. @@ -45542,7 +45351,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45586,75 +45395,75 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3932 + optionalParamGroup: &ref_3930 schema: type: object language: - default: &ref_1522 + default: &ref_1515 name: ComputeClientListKeysOptions description: ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method. - go: *ref_1522 + go: *ref_1515 protocol: {} originalParameter: [] required: false serializedName: ComputeClientListKeysOptions language: - default: &ref_1523 + default: &ref_1516 name: options description: ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method. - go: *ref_1523 + go: *ref_1516 protocol: {} protocolNaming: internalMethod: listKeys requestMethod: listKeysCreateRequest responseMethod: listKeysHandleResponse - responseEnv: &ref_4028 + responseEnv: &ref_4026 type: object properties: - - &ref_1528 + - &ref_1521 schema: type: object - children: *ref_1524 - discriminator: *ref_1525 + children: *ref_1517 + discriminator: *ref_1518 language: - default: &ref_1526 + default: &ref_1519 name: ComputeSecretsClassification description: discriminated type discriminatorInterface: ComputeSecretsClassification - go: *ref_1526 + go: *ref_1519 protocol: {} isDiscriminator: true serializedName: ComputeSecrets language: - default: &ref_1527 + default: &ref_1520 name: ComputeSecrets description: Secrets related to a Machine Learning compute. Might differ for every type of compute. byValue: true embeddedType: true - go: *ref_1527 + go: *ref_1520 protocol: {} language: - default: &ref_1529 + default: &ref_1522 name: ComputeClientListKeysResponse description: ComputeClientListKeysResponse contains the response from method ComputeClient.ListKeys. marshallingFormat: json responseType: true - resultProp: *ref_1528 - go: *ref_1529 + resultProp: *ref_1521 + go: *ref_1522 protocol: {} protocol: {} - - &ref_2843 + - &ref_2836 operationId: Compute_Start apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1530 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1523 + schema: *ref_1292 implementation: Method required: true - language: &ref_2840 + language: &ref_2833 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -45666,11 +45475,11 @@ operationGroups: protocol: http: in: path - - &ref_1531 + - &ref_1524 schema: *ref_1 implementation: Method required: true - language: &ref_2841 + language: &ref_2834 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45682,11 +45491,11 @@ operationGroups: protocol: http: in: path - - &ref_1532 + - &ref_1525 schema: *ref_3 implementation: Method required: true - language: &ref_2842 + language: &ref_2835 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45698,10 +45507,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45731,9 +45540,9 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1530 - - *ref_1531 - - *ref_1532 + - *ref_1523 + - *ref_1524 + - *ref_1525 responses: - language: default: @@ -45747,7 +45556,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45787,66 +45596,66 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3933 + optionalParamGroup: &ref_3931 schema: type: object language: - default: &ref_1533 + default: &ref_1526 name: ComputeClientBeginStartOptions description: ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method. - go: *ref_1533 + go: *ref_1526 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1534 + default: &ref_1527 name: string description: '' - go: *ref_1534 + go: *ref_1527 protocol: {} language: - default: &ref_1535 + default: &ref_1528 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1535 + go: *ref_1528 protocol: {} required: false serializedName: ComputeClientBeginStartOptions language: - default: &ref_1536 + default: &ref_1529 name: options description: ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method. - go: *ref_1536 + go: *ref_1529 protocol: {} protocolNaming: internalMethod: start requestMethod: startCreateRequest responseMethod: startHandleResponse - responseEnv: &ref_4029 + responseEnv: &ref_4027 type: object language: - default: &ref_1537 + default: &ref_1530 name: ComputeClientStartResponse description: ComputeClientStartResponse contains the response from method ComputeClient.BeginStart. forLRO: true responseType: true - go: *ref_1537 + go: *ref_1530 protocol: {} protocol: {} - - &ref_2847 + - &ref_2840 operationId: Compute_Stop apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1538 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1531 + schema: *ref_1292 implementation: Method required: true - language: &ref_2844 + language: &ref_2837 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -45858,11 +45667,11 @@ operationGroups: protocol: http: in: path - - &ref_1539 + - &ref_1532 schema: *ref_1 implementation: Method required: true - language: &ref_2845 + language: &ref_2838 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -45874,11 +45683,11 @@ operationGroups: protocol: http: in: path - - &ref_1540 + - &ref_1533 schema: *ref_3 implementation: Method required: true - language: &ref_2846 + language: &ref_2839 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -45890,10 +45699,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45923,9 +45732,9 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1538 - - *ref_1539 - - *ref_1540 + - *ref_1531 + - *ref_1532 + - *ref_1533 responses: - language: default: @@ -45939,7 +45748,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -45979,66 +45788,66 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3934 + optionalParamGroup: &ref_3932 schema: type: object language: - default: &ref_1541 + default: &ref_1534 name: ComputeClientBeginStopOptions description: ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method. - go: *ref_1541 + go: *ref_1534 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1542 + default: &ref_1535 name: string description: '' - go: *ref_1542 + go: *ref_1535 protocol: {} language: - default: &ref_1543 + default: &ref_1536 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1543 + go: *ref_1536 protocol: {} required: false serializedName: ComputeClientBeginStopOptions language: - default: &ref_1544 + default: &ref_1537 name: options description: ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method. - go: *ref_1544 + go: *ref_1537 protocol: {} protocolNaming: internalMethod: stop requestMethod: stopCreateRequest responseMethod: stopHandleResponse - responseEnv: &ref_4030 + responseEnv: &ref_4028 type: object language: - default: &ref_1545 + default: &ref_1538 name: ComputeClientStopResponse description: ComputeClientStopResponse contains the response from method ComputeClient.BeginStop. forLRO: true responseType: true - go: *ref_1545 + go: *ref_1538 protocol: {} protocol: {} - - &ref_2851 + - &ref_2844 operationId: Compute_Restart apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1546 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1539 + schema: *ref_1292 implementation: Method required: true - language: &ref_2848 + language: &ref_2841 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46050,11 +45859,11 @@ operationGroups: protocol: http: in: path - - &ref_1547 + - &ref_1540 schema: *ref_1 implementation: Method required: true - language: &ref_2849 + language: &ref_2842 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46066,11 +45875,11 @@ operationGroups: protocol: http: in: path - - &ref_1548 + - &ref_1541 schema: *ref_3 implementation: Method required: true - language: &ref_2850 + language: &ref_2843 default: name: computeName description: Name of the Azure Machine Learning compute. @@ -46082,10 +45891,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46115,9 +45924,9 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1546 - - *ref_1547 - - *ref_1548 + - *ref_1539 + - *ref_1540 + - *ref_1541 responses: - language: default: @@ -46131,7 +45940,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -46171,52 +45980,52 @@ operationGroups: azureARM: true clientName: ComputeClient openApiType: arm - optionalParamGroup: &ref_3935 + optionalParamGroup: &ref_3933 schema: type: object language: - default: &ref_1549 + default: &ref_1542 name: ComputeClientBeginRestartOptions description: ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method. - go: *ref_1549 + go: *ref_1542 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1550 + default: &ref_1543 name: string description: '' - go: *ref_1550 + go: *ref_1543 protocol: {} language: - default: &ref_1551 + default: &ref_1544 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1551 + go: *ref_1544 protocol: {} required: false serializedName: ComputeClientBeginRestartOptions language: - default: &ref_1552 + default: &ref_1545 name: options description: ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method. - go: *ref_1552 + go: *ref_1545 protocol: {} protocolNaming: internalMethod: restart requestMethod: restartCreateRequest responseMethod: restartHandleResponse - responseEnv: &ref_4031 + responseEnv: &ref_4029 type: object language: - default: &ref_1553 + default: &ref_1546 name: ComputeClientRestartResponse description: ComputeClientRestartResponse contains the response from method ComputeClient.BeginRestart. forLRO: true responseType: true - go: *ref_1553 + go: *ref_1546 protocol: {} protocol: {} language: @@ -46229,22 +46038,22 @@ operationGroups: clientCtorName: NewComputeClient clientName: ComputeClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2855 + - &ref_2848 $key: PrivateEndpointConnections operations: - - &ref_2854 + - &ref_2847 operationId: PrivateEndpointConnections_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1554 - schema: *ref_1299 + - *ref_1282 + - &ref_1547 + schema: *ref_1292 implementation: Method required: true - language: &ref_2852 + language: &ref_2845 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46256,11 +46065,11 @@ operationGroups: protocol: http: in: path - - &ref_1555 + - &ref_1548 schema: *ref_1 implementation: Method required: true - language: &ref_2853 + language: &ref_2846 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46272,11 +46081,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1283 + - *ref_1291 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46306,11 +46115,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1554 - - *ref_1555 + - *ref_1547 + - *ref_1548 responses: - - schema: *ref_1556 - language: &ref_2857 + - schema: *ref_1549 + language: &ref_2850 default: name: '' description: OK -- Successfully retrieved private endpoint connections. @@ -46325,7 +46134,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -46391,66 +46200,66 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_3936 + optionalParamGroup: &ref_3934 schema: type: object language: - default: &ref_1557 + default: &ref_1550 name: PrivateEndpointConnectionsClientListOptions description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_1557 + go: *ref_1550 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientListOptions language: - default: &ref_1558 + default: &ref_1551 name: options description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_1558 + go: *ref_1551 protocol: {} - paging: &ref_2858 + paging: &ref_2851 nextLinkName: null protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4032 + responseEnv: &ref_4030 type: object properties: - - &ref_1560 - schema: *ref_1556 + - &ref_1553 + schema: *ref_1549 serializedName: PrivateEndpointConnectionListResult language: - default: &ref_1559 + default: &ref_1552 name: PrivateEndpointConnectionListResult description: List of private endpoint connection associated with the specified workspace byValue: true embeddedType: true - go: *ref_1559 + go: *ref_1552 protocol: {} language: - default: &ref_1561 + default: &ref_1554 name: PrivateEndpointConnectionsClientListResponse description: PrivateEndpointConnectionsClientListResponse contains the response from method PrivateEndpointConnectionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1560 - go: *ref_1561 + resultProp: *ref_1553 + go: *ref_1554 protocol: {} protocol: {} - - &ref_2862 + - &ref_2855 operationId: PrivateEndpointConnections_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1562 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1555 + schema: *ref_1292 implementation: Method required: true - language: &ref_2859 + language: &ref_2852 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46462,11 +46271,11 @@ operationGroups: protocol: http: in: path - - &ref_1563 + - &ref_1556 schema: *ref_1 implementation: Method required: true - language: &ref_2860 + language: &ref_2853 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46478,11 +46287,11 @@ operationGroups: protocol: http: in: path - - &ref_1564 + - &ref_1557 schema: *ref_4 implementation: Method required: true - language: &ref_2861 + language: &ref_2854 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace @@ -46494,10 +46303,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46527,12 +46336,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1562 - - *ref_1563 - - *ref_1564 + - *ref_1555 + - *ref_1556 + - *ref_1557 responses: - - schema: *ref_846 - language: &ref_2863 + - schema: *ref_840 + language: &ref_2856 default: name: '' description: OK -- Get the private endpoint connection properties successfully. @@ -46547,7 +46356,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -46599,64 +46408,64 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_3937 + optionalParamGroup: &ref_3935 schema: type: object language: - default: &ref_1565 + default: &ref_1558 name: PrivateEndpointConnectionsClientGetOptions description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_1565 + go: *ref_1558 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientGetOptions language: - default: &ref_1566 + default: &ref_1559 name: options description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_1566 + go: *ref_1559 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4033 + responseEnv: &ref_4031 type: object properties: - - &ref_1568 - schema: *ref_846 + - &ref_1561 + schema: *ref_840 serializedName: PrivateEndpointConnection language: - default: &ref_1567 + default: &ref_1560 name: PrivateEndpointConnection description: The Private Endpoint Connection resource. byValue: true embeddedType: true - go: *ref_1567 + go: *ref_1560 protocol: {} language: - default: &ref_1569 + default: &ref_1562 name: PrivateEndpointConnectionsClientGetResponse description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1568 - go: *ref_1569 + resultProp: *ref_1561 + go: *ref_1562 protocol: {} protocol: {} - - &ref_2868 + - &ref_2861 operationId: PrivateEndpointConnections_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1572 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1565 + schema: *ref_1292 implementation: Method required: true - language: &ref_2864 + language: &ref_2857 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46668,11 +46477,11 @@ operationGroups: protocol: http: in: path - - &ref_1573 + - &ref_1566 schema: *ref_1 implementation: Method required: true - language: &ref_2865 + language: &ref_2858 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46684,11 +46493,11 @@ operationGroups: protocol: http: in: path - - &ref_1574 + - &ref_1567 schema: *ref_4 implementation: Method required: true - language: &ref_2866 + language: &ref_2859 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace @@ -46700,15 +46509,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1571 + application/json: &ref_1564 parameters: - - &ref_1570 - schema: *ref_846 + - &ref_1563 + schema: *ref_840 implementation: Method required: true - language: &ref_2867 + language: &ref_2860 default: name: properties description: The private endpoint connection properties. @@ -46719,7 +46528,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46736,7 +46545,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1570 + - *ref_1563 language: default: name: '' @@ -46753,14 +46562,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1571 + - *ref_1564 signatureParameters: - - *ref_1572 - - *ref_1573 - - *ref_1574 + - *ref_1565 + - *ref_1566 + - *ref_1567 responses: - - schema: *ref_846 - language: &ref_2869 + - schema: *ref_840 + language: &ref_2862 default: name: '' description: OK -- Update the private endpoint connection properties successfully. @@ -46775,7 +46584,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -46832,64 +46641,64 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_3938 + optionalParamGroup: &ref_3936 schema: type: object language: - default: &ref_1575 + default: &ref_1568 name: PrivateEndpointConnectionsClientCreateOrUpdateOptions description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_1575 + go: *ref_1568 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientCreateOrUpdateOptions language: - default: &ref_1576 + default: &ref_1569 name: options description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_1576 + go: *ref_1569 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4034 + responseEnv: &ref_4032 type: object properties: - - &ref_1578 - schema: *ref_846 + - &ref_1571 + schema: *ref_840 serializedName: PrivateEndpointConnection language: - default: &ref_1577 + default: &ref_1570 name: PrivateEndpointConnection description: The Private Endpoint Connection resource. byValue: true embeddedType: true - go: *ref_1577 + go: *ref_1570 protocol: {} language: - default: &ref_1579 + default: &ref_1572 name: PrivateEndpointConnectionsClientCreateOrUpdateResponse description: PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1578 - go: *ref_1579 + resultProp: *ref_1571 + go: *ref_1572 protocol: {} protocol: {} - - &ref_2873 + - &ref_2866 operationId: PrivateEndpointConnections_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1580 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1573 + schema: *ref_1292 implementation: Method required: true - language: &ref_2870 + language: &ref_2863 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -46901,11 +46710,11 @@ operationGroups: protocol: http: in: path - - &ref_1581 + - &ref_1574 schema: *ref_1 implementation: Method required: true - language: &ref_2871 + language: &ref_2864 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -46917,11 +46726,11 @@ operationGroups: protocol: http: in: path - - &ref_1582 + - &ref_1575 schema: *ref_4 implementation: Method required: true - language: &ref_2872 + language: &ref_2865 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace @@ -46933,10 +46742,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46966,9 +46775,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1580 - - *ref_1581 - - *ref_1582 + - *ref_1573 + - *ref_1574 + - *ref_1575 responses: - language: default: @@ -46993,7 +46802,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47034,36 +46843,36 @@ operationGroups: azureARM: true clientName: PrivateEndpointConnectionsClient openApiType: arm - optionalParamGroup: &ref_3939 + optionalParamGroup: &ref_3937 schema: type: object language: - default: &ref_1583 + default: &ref_1576 name: PrivateEndpointConnectionsClientDeleteOptions description: PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method. - go: *ref_1583 + go: *ref_1576 protocol: {} originalParameter: [] required: false serializedName: PrivateEndpointConnectionsClientDeleteOptions language: - default: &ref_1584 + default: &ref_1577 name: options description: PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method. - go: *ref_1584 + go: *ref_1577 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4035 + responseEnv: &ref_4033 type: object language: - default: &ref_1585 + default: &ref_1578 name: PrivateEndpointConnectionsClientDeleteResponse description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.Delete. responseType: true - go: *ref_1585 + go: *ref_1578 protocol: {} protocol: {} language: @@ -47076,23 +46885,23 @@ operationGroups: clientCtorName: NewPrivateEndpointConnectionsClient clientName: PrivateEndpointConnectionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2877 + - &ref_2870 $key: PrivateLinkResources operations: - - &ref_2876 + - &ref_2869 operationId: PrivateLinkResources_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1586 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1579 + schema: *ref_1292 implementation: Method required: true - language: &ref_2874 + language: &ref_2867 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47104,11 +46913,11 @@ operationGroups: protocol: http: in: path - - &ref_1587 + - &ref_1580 schema: *ref_1 implementation: Method required: true - language: &ref_2875 + language: &ref_2868 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47120,10 +46929,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47153,11 +46962,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1586 - - *ref_1587 + - *ref_1579 + - *ref_1580 responses: - - schema: *ref_1588 - language: &ref_2882 + - schema: *ref_1581 + language: &ref_2875 default: name: '' description: Successfully retrieved private link resources. @@ -47172,7 +46981,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47220,50 +47029,50 @@ operationGroups: azureARM: true clientName: PrivateLinkResourcesClient openApiType: arm - optionalParamGroup: &ref_3940 + optionalParamGroup: &ref_3938 schema: type: object language: - default: &ref_1589 + default: &ref_1582 name: PrivateLinkResourcesClientListOptions description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method. - go: *ref_1589 + go: *ref_1582 protocol: {} originalParameter: [] required: false serializedName: PrivateLinkResourcesClientListOptions language: - default: &ref_1590 + default: &ref_1583 name: options description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method. - go: *ref_1590 + go: *ref_1583 protocol: {} protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4036 + responseEnv: &ref_4034 type: object properties: - - &ref_1592 - schema: *ref_1588 + - &ref_1585 + schema: *ref_1581 serializedName: PrivateLinkResourceListResult language: - default: &ref_1591 + default: &ref_1584 name: PrivateLinkResourceListResult description: A list of private link resources byValue: true embeddedType: true - go: *ref_1591 + go: *ref_1584 protocol: {} language: - default: &ref_1593 + default: &ref_1586 name: PrivateLinkResourcesClientListResponse description: PrivateLinkResourcesClientListResponse contains the response from method PrivateLinkResourcesClient.List. marshallingFormat: json responseType: true - resultProp: *ref_1592 - go: *ref_1593 + resultProp: *ref_1585 + go: *ref_1586 protocol: {} protocol: {} language: @@ -47276,23 +47085,23 @@ operationGroups: clientCtorName: NewPrivateLinkResourcesClient clientName: PrivateLinkResourcesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2888 + - &ref_2881 $key: WorkspaceConnections operations: - - &ref_2887 + - &ref_2880 operationId: WorkspaceConnections_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1599 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1592 + schema: *ref_1292 implementation: Method required: true - language: &ref_2883 + language: &ref_2876 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47304,11 +47113,11 @@ operationGroups: protocol: http: in: path - - &ref_1600 + - &ref_1593 schema: *ref_1 implementation: Method required: true - language: &ref_2884 + language: &ref_2877 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47320,11 +47129,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1595 + - *ref_1283 + - &ref_1588 schema: *ref_4 implementation: Method - language: &ref_2885 + language: &ref_2878 default: name: target description: Target of the workspace connection. @@ -47332,21 +47141,21 @@ operationGroups: go: name: Target description: Target of the workspace connection. - paramGroup: &ref_1596 + paramGroup: &ref_1589 schema: type: object language: - default: &ref_1594 + default: &ref_1587 name: WorkspaceConnectionsClientListOptions description: WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.NewListPager method. - go: *ref_1594 + go: *ref_1587 protocol: {} originalParameter: - - *ref_1595 - - &ref_1598 + - *ref_1588 + - &ref_1591 schema: *ref_4 implementation: Method - language: &ref_2886 + language: &ref_2879 default: name: category description: Category of the workspace connection. @@ -47354,7 +47163,7 @@ operationGroups: go: name: Category description: Category of the workspace connection. - paramGroup: *ref_1596 + paramGroup: *ref_1589 serializedName: category protocol: http: @@ -47362,19 +47171,19 @@ operationGroups: required: false serializedName: WorkspaceConnectionsClientListOptions language: - default: &ref_1597 + default: &ref_1590 name: options description: WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.NewListPager method. - go: *ref_1597 + go: *ref_1590 protocol: {} serializedName: target protocol: http: in: query - - *ref_1598 + - *ref_1591 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47404,13 +47213,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1599 - - *ref_1600 - - *ref_1595 - - *ref_1598 + - *ref_1592 + - *ref_1593 + - *ref_1588 + - *ref_1591 responses: - - schema: *ref_1601 - language: &ref_2895 + - schema: *ref_1594 + language: &ref_2888 default: name: '' description: >- @@ -47429,7 +47238,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47489,49 +47298,49 @@ operationGroups: azureARM: true clientName: WorkspaceConnectionsClient openApiType: arm - optionalParamGroup: *ref_1596 - paging: &ref_2896 + optionalParamGroup: *ref_1589 + paging: &ref_2889 nextLinkName: null protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4037 + responseEnv: &ref_4035 type: object properties: - - &ref_1603 - schema: *ref_1601 + - &ref_1596 + schema: *ref_1594 serializedName: PaginatedWorkspaceConnectionsList language: - default: &ref_1602 + default: &ref_1595 name: PaginatedWorkspaceConnectionsList description: Paginated list of Workspace connection objects. byValue: true embeddedType: true - go: *ref_1602 + go: *ref_1595 protocol: {} language: - default: &ref_1604 + default: &ref_1597 name: WorkspaceConnectionsClientListResponse description: WorkspaceConnectionsClientListResponse contains the response from method WorkspaceConnectionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1603 - go: *ref_1604 + resultProp: *ref_1596 + go: *ref_1597 protocol: {} protocol: {} - - &ref_2901 + - &ref_2894 operationId: WorkspaceConnections_Create apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1607 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1600 + schema: *ref_1292 implementation: Method required: true - language: &ref_2897 + language: &ref_2890 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47543,11 +47352,11 @@ operationGroups: protocol: http: in: path - - &ref_1608 + - &ref_1601 schema: *ref_1 implementation: Method required: true - language: &ref_2898 + language: &ref_2891 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47559,11 +47368,11 @@ operationGroups: protocol: http: in: path - - &ref_1609 + - &ref_1602 schema: *ref_4 implementation: Method required: true - language: &ref_2899 + language: &ref_2892 default: name: connectionName description: Friendly name of the workspace connection @@ -47575,15 +47384,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1606 + application/json: &ref_1599 parameters: - - &ref_1605 - schema: *ref_848 + - &ref_1598 + schema: *ref_842 implementation: Method required: true - language: &ref_2900 + language: &ref_2893 default: name: parameters description: The object for creating or updating a new workspace connection @@ -47594,7 +47403,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47611,7 +47420,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1605 + - *ref_1598 language: default: name: '' @@ -47628,14 +47437,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1606 + - *ref_1599 signatureParameters: - - *ref_1607 - - *ref_1608 - - *ref_1609 + - *ref_1600 + - *ref_1601 + - *ref_1602 responses: - - schema: *ref_848 - language: &ref_2902 + - schema: *ref_842 + language: &ref_2895 default: name: '' description: Successfully created the workspace connection. @@ -47650,7 +47459,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47704,64 +47513,64 @@ operationGroups: azureARM: true clientName: WorkspaceConnectionsClient openApiType: arm - optionalParamGroup: &ref_3941 + optionalParamGroup: &ref_3939 schema: type: object language: - default: &ref_1610 + default: &ref_1603 name: WorkspaceConnectionsClientCreateOptions description: WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method. - go: *ref_1610 + go: *ref_1603 protocol: {} originalParameter: [] required: false serializedName: WorkspaceConnectionsClientCreateOptions language: - default: &ref_1611 + default: &ref_1604 name: options description: WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method. - go: *ref_1611 + go: *ref_1604 protocol: {} protocolNaming: internalMethod: create requestMethod: createCreateRequest responseMethod: createHandleResponse - responseEnv: &ref_4038 + responseEnv: &ref_4036 type: object properties: - - &ref_1613 - schema: *ref_848 + - &ref_1606 + schema: *ref_842 serializedName: WorkspaceConnection language: - default: &ref_1612 + default: &ref_1605 name: WorkspaceConnection description: Workspace connection. byValue: true embeddedType: true - go: *ref_1612 + go: *ref_1605 protocol: {} language: - default: &ref_1614 + default: &ref_1607 name: WorkspaceConnectionsClientCreateResponse description: WorkspaceConnectionsClientCreateResponse contains the response from method WorkspaceConnectionsClient.Create. marshallingFormat: json responseType: true - resultProp: *ref_1613 - go: *ref_1614 + resultProp: *ref_1606 + go: *ref_1607 protocol: {} protocol: {} - - &ref_2906 + - &ref_2899 operationId: WorkspaceConnections_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1615 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1608 + schema: *ref_1292 implementation: Method required: true - language: &ref_2903 + language: &ref_2896 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47773,11 +47582,11 @@ operationGroups: protocol: http: in: path - - &ref_1616 + - &ref_1609 schema: *ref_1 implementation: Method required: true - language: &ref_2904 + language: &ref_2897 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47789,11 +47598,11 @@ operationGroups: protocol: http: in: path - - &ref_1617 + - &ref_1610 schema: *ref_4 implementation: Method required: true - language: &ref_2905 + language: &ref_2898 default: name: connectionName description: Friendly name of the workspace connection @@ -47805,10 +47614,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47838,12 +47647,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1615 - - *ref_1616 - - *ref_1617 + - *ref_1608 + - *ref_1609 + - *ref_1610 responses: - - schema: *ref_848 - language: &ref_2907 + - schema: *ref_842 + language: &ref_2900 default: name: '' description: Successfully retrieved the detail of the linked workspace. @@ -47858,7 +47667,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -47906,64 +47715,64 @@ operationGroups: azureARM: true clientName: WorkspaceConnectionsClient openApiType: arm - optionalParamGroup: &ref_3942 + optionalParamGroup: &ref_3940 schema: type: object language: - default: &ref_1618 + default: &ref_1611 name: WorkspaceConnectionsClientGetOptions description: WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method. - go: *ref_1618 + go: *ref_1611 protocol: {} originalParameter: [] required: false serializedName: WorkspaceConnectionsClientGetOptions language: - default: &ref_1619 + default: &ref_1612 name: options description: WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method. - go: *ref_1619 + go: *ref_1612 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4039 + responseEnv: &ref_4037 type: object properties: - - &ref_1621 - schema: *ref_848 + - &ref_1614 + schema: *ref_842 serializedName: WorkspaceConnection language: - default: &ref_1620 + default: &ref_1613 name: WorkspaceConnection description: Workspace connection. byValue: true embeddedType: true - go: *ref_1620 + go: *ref_1613 protocol: {} language: - default: &ref_1622 + default: &ref_1615 name: WorkspaceConnectionsClientGetResponse description: WorkspaceConnectionsClientGetResponse contains the response from method WorkspaceConnectionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1621 - go: *ref_1622 + resultProp: *ref_1614 + go: *ref_1615 protocol: {} protocol: {} - - &ref_2911 + - &ref_2904 operationId: WorkspaceConnections_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1623 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1616 + schema: *ref_1292 implementation: Method required: true - language: &ref_2908 + language: &ref_2901 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -47975,11 +47784,11 @@ operationGroups: protocol: http: in: path - - &ref_1624 + - &ref_1617 schema: *ref_1 implementation: Method required: true - language: &ref_2909 + language: &ref_2902 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -47991,11 +47800,11 @@ operationGroups: protocol: http: in: path - - &ref_1625 + - &ref_1618 schema: *ref_4 implementation: Method required: true - language: &ref_2910 + language: &ref_2903 default: name: connectionName description: Friendly name of the workspace connection @@ -48007,10 +47816,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48040,9 +47849,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1623 - - *ref_1624 - - *ref_1625 + - *ref_1616 + - *ref_1617 + - *ref_1618 responses: - language: default: @@ -48067,7 +47876,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -48107,36 +47916,36 @@ operationGroups: azureARM: true clientName: WorkspaceConnectionsClient openApiType: arm - optionalParamGroup: &ref_3943 + optionalParamGroup: &ref_3941 schema: type: object language: - default: &ref_1626 + default: &ref_1619 name: WorkspaceConnectionsClientDeleteOptions description: WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method. - go: *ref_1626 + go: *ref_1619 protocol: {} originalParameter: [] required: false serializedName: WorkspaceConnectionsClientDeleteOptions language: - default: &ref_1627 + default: &ref_1620 name: options description: WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method. - go: *ref_1627 + go: *ref_1620 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4040 + responseEnv: &ref_4038 type: object language: - default: &ref_1628 + default: &ref_1621 name: WorkspaceConnectionsClientDeleteResponse description: WorkspaceConnectionsClientDeleteResponse contains the response from method WorkspaceConnectionsClient.Delete. responseType: true - go: *ref_1628 + go: *ref_1621 protocol: {} protocol: {} language: @@ -48149,23 +47958,23 @@ operationGroups: clientCtorName: NewWorkspaceConnectionsClient clientName: WorkspaceConnectionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_2916 + - &ref_2909 $key: BatchEndpoints operations: - - &ref_2915 + - &ref_2908 operationId: BatchEndpoints_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1634 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1627 + schema: *ref_1292 implementation: Method required: true - language: &ref_2912 + language: &ref_2905 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -48177,11 +47986,11 @@ operationGroups: protocol: http: in: path - - &ref_1635 + - &ref_1628 schema: *ref_1 implementation: Method required: true - language: &ref_2913 + language: &ref_2906 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -48193,11 +48002,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1630 + - *ref_1283 + - &ref_1623 schema: *ref_18 implementation: Method - language: &ref_2914 + language: &ref_2907 default: name: count description: Number of endpoints to be retrieved in a page of results. @@ -48205,18 +48014,18 @@ operationGroups: go: name: Count description: Number of endpoints to be retrieved in a page of results. - paramGroup: &ref_1631 + paramGroup: &ref_1624 schema: type: object language: - default: &ref_1629 + default: &ref_1622 name: BatchEndpointsClientListOptions description: BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.NewListPager method. - go: *ref_1629 + go: *ref_1622 protocol: {} originalParameter: - - *ref_1630 - - &ref_1633 + - *ref_1623 + - &ref_1626 schema: *ref_1 implementation: Method language: @@ -48227,7 +48036,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1631 + paramGroup: *ref_1624 serializedName: $skip protocol: http: @@ -48235,19 +48044,19 @@ operationGroups: required: false serializedName: BatchEndpointsClientListOptions language: - default: &ref_1632 + default: &ref_1625 name: options description: BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.NewListPager method. - go: *ref_1632 + go: *ref_1625 protocol: {} serializedName: count protocol: http: in: query - - *ref_1633 + - *ref_1626 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48277,13 +48086,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1634 - - *ref_1635 - - *ref_1630 - - *ref_1633 + - *ref_1627 + - *ref_1628 + - *ref_1623 + - *ref_1626 responses: - - schema: *ref_1636 - language: &ref_2946 + - schema: *ref_1629 + language: &ref_2939 default: name: '' description: Success @@ -48298,7 +48107,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -48365,7 +48174,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2947 {} + headers: &ref_2940 {} x-ms-pageable: nextLinkName: nextLink language: @@ -48381,50 +48190,50 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: *ref_1631 - paging: &ref_2948 + optionalParamGroup: *ref_1624 + paging: &ref_2941 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4041 + responseEnv: &ref_4039 type: object properties: - - &ref_1638 - schema: *ref_1636 + - &ref_1631 + schema: *ref_1629 serializedName: BatchEndpointTrackedResourceArmPaginatedResult language: - default: &ref_1637 + default: &ref_1630 name: BatchEndpointTrackedResourceArmPaginatedResult description: A paginated list of BatchEndpoint entities. byValue: true embeddedType: true - go: *ref_1637 + go: *ref_1630 protocol: {} language: - default: &ref_1639 + default: &ref_1632 name: BatchEndpointsClientListResponse description: BatchEndpointsClientListResponse contains the response from method BatchEndpointsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1638 - go: *ref_1639 + resultProp: *ref_1631 + go: *ref_1632 protocol: {} summary: Lists Batch inference endpoint in the workspace. protocol: {} - - &ref_2952 + - &ref_2945 operationId: BatchEndpoints_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1640 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1633 + schema: *ref_1292 implementation: Method required: true - language: &ref_2949 + language: &ref_2942 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -48436,11 +48245,11 @@ operationGroups: protocol: http: in: path - - &ref_1641 + - &ref_1634 schema: *ref_1 implementation: Method required: true - language: &ref_2950 + language: &ref_2943 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -48452,11 +48261,11 @@ operationGroups: protocol: http: in: path - - &ref_1642 + - &ref_1635 schema: *ref_4 implementation: Method required: true - language: &ref_2951 + language: &ref_2944 default: name: endpointName description: Inference Endpoint name. @@ -48468,10 +48277,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48501,9 +48310,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1640 - - *ref_1641 - - *ref_1642 + - *ref_1633 + - *ref_1634 + - *ref_1635 responses: - language: default: @@ -48526,7 +48335,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1643 + - schema: *ref_1636 header: x-ms-async-operation-timeout language: default: @@ -48544,7 +48353,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1644 + - schema: *ref_1637 header: Retry-After language: default: @@ -48567,7 +48376,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -48610,67 +48419,67 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3944 + optionalParamGroup: &ref_3942 schema: type: object language: - default: &ref_1645 + default: &ref_1638 name: BatchEndpointsClientBeginDeleteOptions description: BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method. - go: *ref_1645 + go: *ref_1638 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1646 + default: &ref_1639 name: string description: '' - go: *ref_1646 + go: *ref_1639 protocol: {} language: - default: &ref_1647 + default: &ref_1640 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1647 + go: *ref_1640 protocol: {} required: false serializedName: BatchEndpointsClientBeginDeleteOptions language: - default: &ref_1648 + default: &ref_1641 name: options description: BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method. - go: *ref_1648 + go: *ref_1641 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4042 + responseEnv: &ref_4040 type: object language: - default: &ref_1649 + default: &ref_1642 name: BatchEndpointsClientDeleteResponse description: BatchEndpointsClientDeleteResponse contains the response from method BatchEndpointsClient.BeginDelete. forLRO: true responseType: true - go: *ref_1649 + go: *ref_1642 protocol: {} summary: Delete Batch Inference Endpoint (asynchronous). protocol: {} - - &ref_2956 + - &ref_2949 operationId: BatchEndpoints_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1650 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1643 + schema: *ref_1292 implementation: Method required: true - language: &ref_2953 + language: &ref_2946 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -48682,11 +48491,11 @@ operationGroups: protocol: http: in: path - - &ref_1651 + - &ref_1644 schema: *ref_1 implementation: Method required: true - language: &ref_2954 + language: &ref_2947 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -48698,11 +48507,11 @@ operationGroups: protocol: http: in: path - - &ref_1652 + - &ref_1645 schema: *ref_6 implementation: Method required: true - language: &ref_2955 + language: &ref_2948 default: name: endpointName description: Name for the Batch Endpoint. @@ -48714,10 +48523,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48747,12 +48556,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1650 - - *ref_1651 - - *ref_1652 + - *ref_1643 + - *ref_1644 + - *ref_1645 responses: - - schema: *ref_386 - language: &ref_2957 + - schema: *ref_380 + language: &ref_2950 default: name: '' description: Success @@ -48767,7 +48576,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -48831,7 +48640,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2958 {} + headers: &ref_2951 {} language: default: name: Get @@ -48845,65 +48654,65 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3945 + optionalParamGroup: &ref_3943 schema: type: object language: - default: &ref_1653 + default: &ref_1646 name: BatchEndpointsClientGetOptions description: BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method. - go: *ref_1653 + go: *ref_1646 protocol: {} originalParameter: [] required: false serializedName: BatchEndpointsClientGetOptions language: - default: &ref_1654 + default: &ref_1647 name: options description: BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method. - go: *ref_1654 + go: *ref_1647 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4043 + responseEnv: &ref_4041 type: object properties: - - &ref_1656 - schema: *ref_386 + - &ref_1649 + schema: *ref_380 serializedName: BatchEndpointData language: - default: &ref_1655 + default: &ref_1648 name: BatchEndpointData description: '' byValue: true embeddedType: true - go: *ref_1655 + go: *ref_1648 protocol: {} language: - default: &ref_1657 + default: &ref_1650 name: BatchEndpointsClientGetResponse description: BatchEndpointsClientGetResponse contains the response from method BatchEndpointsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1656 - go: *ref_1657 + resultProp: *ref_1649 + go: *ref_1650 protocol: {} summary: Gets a batch inference endpoint by name. protocol: {} - - &ref_2978 + - &ref_2971 operationId: BatchEndpoints_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1662 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1655 + schema: *ref_1292 implementation: Method required: true - language: &ref_2959 + language: &ref_2952 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -48915,11 +48724,11 @@ operationGroups: protocol: http: in: path - - &ref_1663 + - &ref_1656 schema: *ref_1 implementation: Method required: true - language: &ref_2960 + language: &ref_2953 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -48931,11 +48740,11 @@ operationGroups: protocol: http: in: path - - &ref_1664 - schema: *ref_1658 + - &ref_1657 + schema: *ref_1651 implementation: Method required: true - language: &ref_2961 + language: &ref_2954 default: name: endpointName description: Name for the Batch inference endpoint. @@ -48947,15 +48756,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1661 + application/json: &ref_1654 parameters: - - &ref_1660 - schema: *ref_1659 + - &ref_1653 + schema: *ref_1652 implementation: Method required: true - language: &ref_2977 + language: &ref_2970 default: name: body description: Mutable batch inference endpoint definition object. @@ -48966,7 +48775,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48983,7 +48792,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1660 + - *ref_1653 language: default: name: '' @@ -49000,14 +48809,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1661 + - *ref_1654 signatureParameters: - - *ref_1662 - - *ref_1663 - - *ref_1664 + - *ref_1655 + - *ref_1656 + - *ref_1657 responses: - - schema: *ref_386 - language: &ref_2980 + - schema: *ref_380 + language: &ref_2973 default: name: '' description: Success @@ -49031,7 +48840,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1665 + - schema: *ref_1658 header: x-ms-async-operation-timeout language: default: @@ -49049,7 +48858,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1666 + - schema: *ref_1659 header: Retry-After language: default: @@ -49061,7 +48870,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -49085,7 +48894,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_2963 {} + string: &ref_2956 {} kind: string location: string properties: @@ -49143,7 +48952,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2981 {} + headers: &ref_2974 {} '202': {} x-ms-long-running-operation: true language: @@ -49159,81 +48968,81 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3946 + optionalParamGroup: &ref_3944 schema: type: object language: - default: &ref_1667 + default: &ref_1660 name: BatchEndpointsClientBeginUpdateOptions description: BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method. - go: *ref_1667 + go: *ref_1660 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1668 + default: &ref_1661 name: string description: '' - go: *ref_1668 + go: *ref_1661 protocol: {} language: - default: &ref_1669 + default: &ref_1662 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1669 + go: *ref_1662 protocol: {} required: false serializedName: BatchEndpointsClientBeginUpdateOptions language: - default: &ref_1670 + default: &ref_1663 name: options description: BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method. - go: *ref_1670 + go: *ref_1663 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4044 + responseEnv: &ref_4042 type: object properties: - - &ref_1672 - schema: *ref_386 + - &ref_1665 + schema: *ref_380 serializedName: BatchEndpointData language: - default: &ref_1671 + default: &ref_1664 name: BatchEndpointData description: '' byValue: true embeddedType: true - go: *ref_1671 + go: *ref_1664 protocol: {} language: - default: &ref_1673 + default: &ref_1666 name: BatchEndpointsClientUpdateResponse description: BatchEndpointsClientUpdateResponse contains the response from method BatchEndpointsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1672 - go: *ref_1673 + resultProp: *ref_1665 + go: *ref_1666 protocol: {} summary: Update a batch inference endpoint (asynchronous). protocol: {} - - &ref_2986 + - &ref_2979 operationId: BatchEndpoints_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1676 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1669 + schema: *ref_1292 implementation: Method required: true - language: &ref_2982 + language: &ref_2975 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -49245,11 +49054,11 @@ operationGroups: protocol: http: in: path - - &ref_1677 + - &ref_1670 schema: *ref_1 implementation: Method required: true - language: &ref_2983 + language: &ref_2976 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -49261,11 +49070,11 @@ operationGroups: protocol: http: in: path - - &ref_1678 - schema: *ref_1658 + - &ref_1671 + schema: *ref_1651 implementation: Method required: true - language: &ref_2984 + language: &ref_2977 default: name: endpointName description: Name for the Batch inference endpoint. @@ -49277,15 +49086,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1675 + application/json: &ref_1668 parameters: - - &ref_1674 - schema: *ref_386 + - &ref_1667 + schema: *ref_380 implementation: Method required: true - language: &ref_2985 + language: &ref_2978 default: name: body description: Batch inference endpoint definition object. @@ -49296,7 +49105,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49313,7 +49122,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1674 + - *ref_1667 language: default: name: '' @@ -49330,14 +49139,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1675 + - *ref_1668 signatureParameters: - - *ref_1676 - - *ref_1677 - - *ref_1678 + - *ref_1669 + - *ref_1670 + - *ref_1671 responses: - - schema: *ref_386 - language: &ref_2987 + - schema: *ref_380 + language: &ref_2980 default: name: '' description: Success @@ -49351,8 +49160,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_386 - language: &ref_2989 + - schema: *ref_380 + language: &ref_2982 default: name: '' description: Created @@ -49362,7 +49171,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1679 + - schema: *ref_1672 header: x-ms-async-operation-timeout language: default: @@ -49371,7 +49180,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_1680 + - schema: *ref_1673 header: Azure-AsyncOperation language: default: @@ -49386,7 +49195,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -49471,7 +49280,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2988 {} + headers: &ref_2981 {} '201': body: name: string @@ -49510,7 +49319,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_2990 {} + headers: &ref_2983 {} x-ms-long-running-operation: true language: default: @@ -49525,81 +49334,81 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3947 + optionalParamGroup: &ref_3945 schema: type: object language: - default: &ref_1681 + default: &ref_1674 name: BatchEndpointsClientBeginCreateOrUpdateOptions description: BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method. - go: *ref_1681 + go: *ref_1674 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1682 + default: &ref_1675 name: string description: '' - go: *ref_1682 + go: *ref_1675 protocol: {} language: - default: &ref_1683 + default: &ref_1676 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1683 + go: *ref_1676 protocol: {} required: false serializedName: BatchEndpointsClientBeginCreateOrUpdateOptions language: - default: &ref_1684 + default: &ref_1677 name: options description: BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method. - go: *ref_1684 + go: *ref_1677 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4045 + responseEnv: &ref_4043 type: object properties: - - &ref_1686 - schema: *ref_386 + - &ref_1679 + schema: *ref_380 serializedName: BatchEndpointData language: - default: &ref_1685 + default: &ref_1678 name: BatchEndpointData description: '' byValue: true embeddedType: true - go: *ref_1685 + go: *ref_1678 protocol: {} language: - default: &ref_1687 + default: &ref_1680 name: BatchEndpointsClientCreateOrUpdateResponse description: BatchEndpointsClientCreateOrUpdateResponse contains the response from method BatchEndpointsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1686 - go: *ref_1687 + resultProp: *ref_1679 + go: *ref_1680 protocol: {} summary: Creates a batch inference endpoint (asynchronous). protocol: {} - - &ref_2994 + - &ref_2987 operationId: BatchEndpoints_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1688 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1681 + schema: *ref_1292 implementation: Method required: true - language: &ref_2991 + language: &ref_2984 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -49611,11 +49420,11 @@ operationGroups: protocol: http: in: path - - &ref_1689 + - &ref_1682 schema: *ref_1 implementation: Method required: true - language: &ref_2992 + language: &ref_2985 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -49627,11 +49436,11 @@ operationGroups: protocol: http: in: path - - &ref_1690 + - &ref_1683 schema: *ref_9 implementation: Method required: true - language: &ref_2993 + language: &ref_2986 default: name: endpointName description: Inference Endpoint name. @@ -49643,10 +49452,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49676,12 +49485,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_1688 - - *ref_1689 - - *ref_1690 + - *ref_1681 + - *ref_1682 + - *ref_1683 responses: - - schema: *ref_1050 - language: &ref_2997 + - schema: *ref_1043 + language: &ref_2990 default: name: '' description: Success @@ -49696,7 +49505,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -49726,7 +49535,7 @@ operationGroups: body: primaryKey: string secondaryKey: string - headers: &ref_2998 {} + headers: &ref_2991 {} language: default: name: ListKeys @@ -49740,50 +49549,50 @@ operationGroups: azureARM: true clientName: BatchEndpointsClient openApiType: arm - optionalParamGroup: &ref_3948 + optionalParamGroup: &ref_3946 schema: type: object language: - default: &ref_1691 + default: &ref_1684 name: BatchEndpointsClientListKeysOptions description: BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method. - go: *ref_1691 + go: *ref_1684 protocol: {} originalParameter: [] required: false serializedName: BatchEndpointsClientListKeysOptions language: - default: &ref_1692 + default: &ref_1685 name: options description: BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method. - go: *ref_1692 + go: *ref_1685 protocol: {} protocolNaming: internalMethod: listKeys requestMethod: listKeysCreateRequest responseMethod: listKeysHandleResponse - responseEnv: &ref_4046 + responseEnv: &ref_4044 type: object properties: - - &ref_1694 - schema: *ref_1050 + - &ref_1687 + schema: *ref_1043 serializedName: EndpointAuthKeys language: - default: &ref_1693 + default: &ref_1686 name: EndpointAuthKeys description: Keys for endpoint authentication. byValue: true embeddedType: true - go: *ref_1693 + go: *ref_1686 protocol: {} language: - default: &ref_1695 + default: &ref_1688 name: BatchEndpointsClientListKeysResponse description: BatchEndpointsClientListKeysResponse contains the response from method BatchEndpointsClient.ListKeys. marshallingFormat: json responseType: true - resultProp: *ref_1694 - go: *ref_1695 + resultProp: *ref_1687 + go: *ref_1688 protocol: {} summary: Lists batch Inference Endpoint keys. protocol: {} @@ -49797,23 +49606,23 @@ operationGroups: clientCtorName: NewBatchEndpointsClient clientName: BatchEndpointsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3005 + - &ref_2998 $key: BatchDeployments operations: - - &ref_3004 + - &ref_2997 operationId: BatchDeployments_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1702 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1695 + schema: *ref_1292 implementation: Method required: true - language: &ref_2999 + language: &ref_2992 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -49825,11 +49634,11 @@ operationGroups: protocol: http: in: path - - &ref_1703 + - &ref_1696 schema: *ref_1 implementation: Method required: true - language: &ref_3000 + language: &ref_2993 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -49841,11 +49650,11 @@ operationGroups: protocol: http: in: path - - &ref_1704 + - &ref_1697 schema: *ref_7 implementation: Method required: true - language: &ref_3001 + language: &ref_2994 default: name: endpointName description: Endpoint name @@ -49857,11 +49666,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1697 + - *ref_1283 + - &ref_1690 schema: *ref_7 implementation: Method - language: &ref_3002 + language: &ref_2995 default: name: orderBy description: Ordering of list. @@ -49869,21 +49678,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_1698 + paramGroup: &ref_1691 schema: type: object language: - default: &ref_1696 + default: &ref_1689 name: BatchDeploymentsClientListOptions description: BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.NewListPager method. - go: *ref_1696 + go: *ref_1689 protocol: {} originalParameter: - - *ref_1697 - - &ref_1700 + - *ref_1690 + - &ref_1693 schema: *ref_18 implementation: Method - language: &ref_3003 + language: &ref_2996 default: name: top description: Top of list. @@ -49891,12 +49700,12 @@ operationGroups: go: name: Top description: Top of list. - paramGroup: *ref_1698 + paramGroup: *ref_1691 serializedName: $top protocol: http: in: query - - &ref_1701 + - &ref_1694 schema: *ref_1 implementation: Method language: @@ -49907,7 +49716,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1698 + paramGroup: *ref_1691 serializedName: $skip protocol: http: @@ -49915,20 +49724,20 @@ operationGroups: required: false serializedName: BatchDeploymentsClientListOptions language: - default: &ref_1699 + default: &ref_1692 name: options description: BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.NewListPager method. - go: *ref_1699 + go: *ref_1692 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_1700 - - *ref_1701 + - *ref_1693 + - *ref_1694 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49958,15 +49767,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1702 - - *ref_1703 - - *ref_1704 + - *ref_1695 + - *ref_1696 - *ref_1697 - - *ref_1700 - - *ref_1701 + - *ref_1690 + - *ref_1693 + - *ref_1694 responses: - - schema: *ref_1705 - language: &ref_3040 + - schema: *ref_1698 + language: &ref_3033 default: name: '' description: Success @@ -49981,7 +49790,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -50052,7 +49861,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3031 + string: &ref_3024 a3c13e2e-a213-4cac-9f5a-b49966906ad6: null retrySettings: maxRetries: 1 @@ -50071,7 +49880,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3041 {} + headers: &ref_3034 {} x-ms-pageable: nextLinkName: nextLink language: @@ -50087,50 +49896,50 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: *ref_1698 - paging: &ref_3042 + optionalParamGroup: *ref_1691 + paging: &ref_3035 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4047 + responseEnv: &ref_4045 type: object properties: - - &ref_1707 - schema: *ref_1705 + - &ref_1700 + schema: *ref_1698 serializedName: BatchDeploymentTrackedResourceArmPaginatedResult language: - default: &ref_1706 + default: &ref_1699 name: BatchDeploymentTrackedResourceArmPaginatedResult description: A paginated list of BatchDeployment entities. byValue: true embeddedType: true - go: *ref_1706 + go: *ref_1699 protocol: {} language: - default: &ref_1708 + default: &ref_1701 name: BatchDeploymentsClientListResponse description: BatchDeploymentsClientListResponse contains the response from method BatchDeploymentsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1707 - go: *ref_1708 + resultProp: *ref_1700 + go: *ref_1701 protocol: {} summary: Lists Batch inference deployments in the workspace. protocol: {} - - &ref_3047 + - &ref_3040 operationId: BatchDeployments_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1709 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1702 + schema: *ref_1292 implementation: Method required: true - language: &ref_3043 + language: &ref_3036 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -50142,11 +49951,11 @@ operationGroups: protocol: http: in: path - - &ref_1710 + - &ref_1703 schema: *ref_1 implementation: Method required: true - language: &ref_3044 + language: &ref_3037 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -50158,11 +49967,11 @@ operationGroups: protocol: http: in: path - - &ref_1711 + - &ref_1704 schema: *ref_7 implementation: Method required: true - language: &ref_3045 + language: &ref_3038 default: name: endpointName description: Endpoint name @@ -50174,11 +49983,11 @@ operationGroups: protocol: http: in: path - - &ref_1712 + - &ref_1705 schema: *ref_7 implementation: Method required: true - language: &ref_3046 + language: &ref_3039 default: name: deploymentName description: Inference deployment identifier. @@ -50190,10 +49999,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50223,10 +50032,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1709 - - *ref_1710 - - *ref_1711 - - *ref_1712 + - *ref_1702 + - *ref_1703 + - *ref_1704 + - *ref_1705 responses: - language: default: @@ -50249,7 +50058,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1713 + - schema: *ref_1706 header: x-ms-async-operation-timeout language: default: @@ -50267,7 +50076,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1714 + - schema: *ref_1707 header: Retry-After language: default: @@ -50290,7 +50099,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -50334,67 +50143,67 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3949 + optionalParamGroup: &ref_3947 schema: type: object language: - default: &ref_1715 + default: &ref_1708 name: BatchDeploymentsClientBeginDeleteOptions description: BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method. - go: *ref_1715 + go: *ref_1708 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1716 + default: &ref_1709 name: string description: '' - go: *ref_1716 + go: *ref_1709 protocol: {} language: - default: &ref_1717 + default: &ref_1710 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1717 + go: *ref_1710 protocol: {} required: false serializedName: BatchDeploymentsClientBeginDeleteOptions language: - default: &ref_1718 + default: &ref_1711 name: options description: BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method. - go: *ref_1718 + go: *ref_1711 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4048 + responseEnv: &ref_4046 type: object language: - default: &ref_1719 + default: &ref_1712 name: BatchDeploymentsClientDeleteResponse description: BatchDeploymentsClientDeleteResponse contains the response from method BatchDeploymentsClient.BeginDelete. forLRO: true responseType: true - go: *ref_1719 + go: *ref_1712 protocol: {} summary: Delete Batch Inference deployment (asynchronous). protocol: {} - - &ref_3052 + - &ref_3045 operationId: BatchDeployments_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1720 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1713 + schema: *ref_1292 implementation: Method required: true - language: &ref_3048 + language: &ref_3041 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -50406,11 +50215,11 @@ operationGroups: protocol: http: in: path - - &ref_1721 + - &ref_1714 schema: *ref_1 implementation: Method required: true - language: &ref_3049 + language: &ref_3042 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -50422,11 +50231,11 @@ operationGroups: protocol: http: in: path - - &ref_1722 + - &ref_1715 schema: *ref_8 implementation: Method required: true - language: &ref_3050 + language: &ref_3043 default: name: endpointName description: Endpoint name @@ -50438,11 +50247,11 @@ operationGroups: protocol: http: in: path - - &ref_1723 + - &ref_1716 schema: *ref_8 implementation: Method required: true - language: &ref_3051 + language: &ref_3044 default: name: deploymentName description: The identifier for the Batch deployments. @@ -50454,10 +50263,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50487,13 +50296,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1720 - - *ref_1721 - - *ref_1722 - - *ref_1723 + - *ref_1713 + - *ref_1714 + - *ref_1715 + - *ref_1716 responses: - - schema: *ref_387 - language: &ref_3054 + - schema: *ref_381 + language: &ref_3047 default: name: '' description: Success @@ -50508,7 +50317,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -50575,7 +50384,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3053 + string: &ref_3046 843c2bb4-e5f1-4267-98c8-ba22a99dbb00: null retrySettings: maxRetries: 1 @@ -50594,7 +50403,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3055 {} + headers: &ref_3048 {} language: default: name: Get @@ -50608,65 +50417,65 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3950 + optionalParamGroup: &ref_3948 schema: type: object language: - default: &ref_1724 + default: &ref_1717 name: BatchDeploymentsClientGetOptions description: BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method. - go: *ref_1724 + go: *ref_1717 protocol: {} originalParameter: [] required: false serializedName: BatchDeploymentsClientGetOptions language: - default: &ref_1725 + default: &ref_1718 name: options description: BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method. - go: *ref_1725 + go: *ref_1718 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4049 + responseEnv: &ref_4047 type: object properties: - - &ref_1727 - schema: *ref_387 + - &ref_1720 + schema: *ref_381 serializedName: BatchDeploymentData language: - default: &ref_1726 + default: &ref_1719 name: BatchDeploymentData description: '' byValue: true embeddedType: true - go: *ref_1726 + go: *ref_1719 protocol: {} language: - default: &ref_1728 + default: &ref_1721 name: BatchDeploymentsClientGetResponse description: BatchDeploymentsClientGetResponse contains the response from method BatchDeploymentsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1727 - go: *ref_1728 + resultProp: *ref_1720 + go: *ref_1721 protocol: {} summary: Gets a batch inference deployment by id. protocol: {} - - &ref_3089 + - &ref_3082 operationId: BatchDeployments_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1732 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1725 + schema: *ref_1292 implementation: Method required: true - language: &ref_3056 + language: &ref_3049 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -50678,11 +50487,11 @@ operationGroups: protocol: http: in: path - - &ref_1733 + - &ref_1726 schema: *ref_1 implementation: Method required: true - language: &ref_3057 + language: &ref_3050 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -50694,11 +50503,11 @@ operationGroups: protocol: http: in: path - - &ref_1734 - schema: *ref_1658 + - &ref_1727 + schema: *ref_1651 implementation: Method required: true - language: &ref_3058 + language: &ref_3051 default: name: endpointName description: Inference endpoint name @@ -50710,11 +50519,11 @@ operationGroups: protocol: http: in: path - - &ref_1735 - schema: *ref_1658 + - &ref_1728 + schema: *ref_1651 implementation: Method required: true - language: &ref_3059 + language: &ref_3052 default: name: deploymentName description: The identifier for the Batch inference deployment. @@ -50726,15 +50535,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1731 + application/json: &ref_1724 parameters: - - &ref_1730 - schema: *ref_1729 + - &ref_1723 + schema: *ref_1722 implementation: Method required: true - language: &ref_3088 + language: &ref_3081 default: name: body description: Batch inference deployment definition object. @@ -50745,7 +50554,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50762,7 +50571,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1730 + - *ref_1723 language: default: name: '' @@ -50779,15 +50588,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1731 + - *ref_1724 signatureParameters: - - *ref_1732 - - *ref_1733 - - *ref_1734 - - *ref_1735 + - *ref_1725 + - *ref_1726 + - *ref_1727 + - *ref_1728 responses: - - schema: *ref_387 - language: &ref_3091 + - schema: *ref_381 + language: &ref_3084 default: name: '' description: Success @@ -50811,7 +50620,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1736 + - schema: *ref_1729 header: x-ms-async-operation-timeout language: default: @@ -50829,7 +50638,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_1737 + - schema: *ref_1730 header: Retry-After language: default: @@ -50841,7 +50650,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -50865,7 +50674,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3060 {} + string: &ref_3053 {} kind: string location: string properties: @@ -50945,7 +50754,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3090 + string: &ref_3083 1e5e1cf9-b0ea-4cf6-9764-e750bf85c10a: null retrySettings: maxRetries: 1 @@ -50964,7 +50773,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3092 {} + headers: &ref_3085 {} '202': {} x-ms-long-running-operation: true language: @@ -50980,81 +50789,81 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3951 + optionalParamGroup: &ref_3949 schema: type: object language: - default: &ref_1738 + default: &ref_1731 name: BatchDeploymentsClientBeginUpdateOptions description: BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method. - go: *ref_1738 + go: *ref_1731 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1739 + default: &ref_1732 name: string description: '' - go: *ref_1739 + go: *ref_1732 protocol: {} language: - default: &ref_1740 + default: &ref_1733 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1740 + go: *ref_1733 protocol: {} required: false serializedName: BatchDeploymentsClientBeginUpdateOptions language: - default: &ref_1741 + default: &ref_1734 name: options description: BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method. - go: *ref_1741 + go: *ref_1734 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4050 + responseEnv: &ref_4048 type: object properties: - - &ref_1743 - schema: *ref_387 + - &ref_1736 + schema: *ref_381 serializedName: BatchDeploymentData language: - default: &ref_1742 + default: &ref_1735 name: BatchDeploymentData description: '' byValue: true embeddedType: true - go: *ref_1742 + go: *ref_1735 protocol: {} language: - default: &ref_1744 + default: &ref_1737 name: BatchDeploymentsClientUpdateResponse description: BatchDeploymentsClientUpdateResponse contains the response from method BatchDeploymentsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1743 - go: *ref_1744 + resultProp: *ref_1736 + go: *ref_1737 protocol: {} summary: Update a batch inference deployment (asynchronous). protocol: {} - - &ref_3099 + - &ref_3092 operationId: BatchDeployments_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1747 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1740 + schema: *ref_1292 implementation: Method required: true - language: &ref_3093 + language: &ref_3086 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -51066,11 +50875,11 @@ operationGroups: protocol: http: in: path - - &ref_1748 + - &ref_1741 schema: *ref_1 implementation: Method required: true - language: &ref_3094 + language: &ref_3087 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -51082,11 +50891,11 @@ operationGroups: protocol: http: in: path - - &ref_1749 - schema: *ref_1658 + - &ref_1742 + schema: *ref_1651 implementation: Method required: true - language: &ref_3095 + language: &ref_3088 default: name: endpointName description: Inference endpoint name @@ -51098,11 +50907,11 @@ operationGroups: protocol: http: in: path - - &ref_1750 - schema: *ref_1658 + - &ref_1743 + schema: *ref_1651 implementation: Method required: true - language: &ref_3096 + language: &ref_3089 default: name: deploymentName description: The identifier for the Batch inference deployment. @@ -51114,15 +50923,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1746 + application/json: &ref_1739 parameters: - - &ref_1745 - schema: *ref_387 + - &ref_1738 + schema: *ref_381 implementation: Method required: true - language: &ref_3098 + language: &ref_3091 default: name: body description: Batch inference deployment definition object. @@ -51133,7 +50942,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51150,7 +50959,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1745 + - *ref_1738 language: default: name: '' @@ -51167,15 +50976,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1746 + - *ref_1739 signatureParameters: - - *ref_1747 - - *ref_1748 - - *ref_1749 - - *ref_1750 + - *ref_1740 + - *ref_1741 + - *ref_1742 + - *ref_1743 responses: - - schema: *ref_387 - language: &ref_3101 + - schema: *ref_381 + language: &ref_3094 default: name: '' description: Success @@ -51189,8 +50998,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_387 - language: &ref_3104 + - schema: *ref_381 + language: &ref_3097 default: name: '' description: Created @@ -51200,7 +51009,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_1751 + - schema: *ref_1744 header: x-ms-async-operation-timeout language: default: @@ -51209,7 +51018,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_1752 + - schema: *ref_1745 header: Azure-AsyncOperation language: default: @@ -51224,7 +51033,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -51275,7 +51084,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3097 + string: &ref_3090 cd3c37dc-2876-4ca4-8a54-21bd7619724a: null retrySettings: maxRetries: 1 @@ -51334,7 +51143,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3100 + string: &ref_3093 4939850d-8eae-4343-8566-0826259a2ad1: null retrySettings: maxRetries: 1 @@ -51353,7 +51162,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3102 {} + headers: &ref_3095 {} '201': body: name: string @@ -51394,7 +51203,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3103 + string: &ref_3096 b76755e4-16bf-45d4-b625-6634df7444cc: null retrySettings: maxRetries: 1 @@ -51413,7 +51222,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3105 {} + headers: &ref_3098 {} x-ms-long-running-operation: true language: default: @@ -51428,66 +51237,66 @@ operationGroups: azureARM: true clientName: BatchDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3952 + optionalParamGroup: &ref_3950 schema: type: object language: - default: &ref_1753 + default: &ref_1746 name: BatchDeploymentsClientBeginCreateOrUpdateOptions description: BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_1753 + go: *ref_1746 protocol: {} originalParameter: - schema: type: string language: - default: &ref_1754 + default: &ref_1747 name: string description: '' - go: *ref_1754 + go: *ref_1747 protocol: {} language: - default: &ref_1755 + default: &ref_1748 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_1755 + go: *ref_1748 protocol: {} required: false serializedName: BatchDeploymentsClientBeginCreateOrUpdateOptions language: - default: &ref_1756 + default: &ref_1749 name: options description: BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_1756 + go: *ref_1749 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4051 + responseEnv: &ref_4049 type: object properties: - - &ref_1758 - schema: *ref_387 + - &ref_1751 + schema: *ref_381 serializedName: BatchDeploymentData language: - default: &ref_1757 + default: &ref_1750 name: BatchDeploymentData description: '' byValue: true embeddedType: true - go: *ref_1757 + go: *ref_1750 protocol: {} language: - default: &ref_1759 + default: &ref_1752 name: BatchDeploymentsClientCreateOrUpdateResponse description: BatchDeploymentsClientCreateOrUpdateResponse contains the response from method BatchDeploymentsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_1758 - go: *ref_1759 + resultProp: *ref_1751 + go: *ref_1752 protocol: {} summary: Creates/updates a batch inference deployment (asynchronous). protocol: {} @@ -51501,23 +51310,23 @@ operationGroups: clientCtorName: NewBatchDeploymentsClient clientName: BatchDeploymentsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3109 + - &ref_3102 $key: CodeContainers operations: - - &ref_3108 + - &ref_3101 operationId: CodeContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1763 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1756 + schema: *ref_1292 implementation: Method required: true - language: &ref_3106 + language: &ref_3099 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -51529,11 +51338,11 @@ operationGroups: protocol: http: in: path - - &ref_1764 + - &ref_1757 schema: *ref_1 implementation: Method required: true - language: &ref_3107 + language: &ref_3100 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -51545,8 +51354,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1761 + - *ref_1283 + - &ref_1754 schema: *ref_1 implementation: Method language: @@ -51557,24 +51366,24 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1766 + paramGroup: &ref_1759 schema: type: object language: - default: &ref_1760 + default: &ref_1753 name: CodeContainersClientListOptions description: CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.NewListPager method. - go: *ref_1760 + go: *ref_1753 protocol: {} originalParameter: - - *ref_1761 + - *ref_1754 required: false serializedName: CodeContainersClientListOptions language: - default: &ref_1762 + default: &ref_1755 name: options description: CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.NewListPager method. - go: *ref_1762 + go: *ref_1755 protocol: {} serializedName: $skip protocol: @@ -51582,7 +51391,7 @@ operationGroups: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51612,12 +51421,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1763 - - *ref_1764 - - *ref_1761 + - *ref_1756 + - *ref_1757 + - *ref_1754 responses: - - schema: *ref_1765 - language: &ref_3117 + - schema: *ref_1758 + language: &ref_3110 default: name: '' description: Success @@ -51632,7 +51441,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -51707,50 +51516,50 @@ operationGroups: azureARM: true clientName: CodeContainersClient openApiType: arm - optionalParamGroup: *ref_1766 - paging: &ref_3118 + optionalParamGroup: *ref_1759 + paging: &ref_3111 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4052 + responseEnv: &ref_4050 type: object properties: - - &ref_1768 - schema: *ref_1765 + - &ref_1761 + schema: *ref_1758 serializedName: CodeContainerResourceArmPaginatedResult language: - default: &ref_1767 + default: &ref_1760 name: CodeContainerResourceArmPaginatedResult description: A paginated list of CodeContainer entities. byValue: true embeddedType: true - go: *ref_1767 + go: *ref_1760 protocol: {} language: - default: &ref_1769 + default: &ref_1762 name: CodeContainersClientListResponse description: CodeContainersClientListResponse contains the response from method CodeContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1768 - go: *ref_1769 + resultProp: *ref_1761 + go: *ref_1762 protocol: {} summary: List containers. protocol: {} - - &ref_3122 + - &ref_3115 operationId: CodeContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1770 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1763 + schema: *ref_1292 implementation: Method required: true - language: &ref_3119 + language: &ref_3112 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -51762,11 +51571,11 @@ operationGroups: protocol: http: in: path - - &ref_1771 + - &ref_1764 schema: *ref_1 implementation: Method required: true - language: &ref_3120 + language: &ref_3113 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -51778,11 +51587,11 @@ operationGroups: protocol: http: in: path - - &ref_1772 + - &ref_1765 schema: *ref_9 implementation: Method required: true - language: &ref_3121 + language: &ref_3114 default: name: name description: Container name. This is case-sensitive. @@ -51794,10 +51603,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51827,9 +51636,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1770 - - *ref_1771 - - *ref_1772 + - *ref_1763 + - *ref_1764 + - *ref_1765 responses: - language: default: @@ -51854,7 +51663,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -51895,51 +51704,51 @@ operationGroups: azureARM: true clientName: CodeContainersClient openApiType: arm - optionalParamGroup: &ref_3953 + optionalParamGroup: &ref_3951 schema: type: object language: - default: &ref_1773 + default: &ref_1766 name: CodeContainersClientDeleteOptions description: CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method. - go: *ref_1773 + go: *ref_1766 protocol: {} originalParameter: [] required: false serializedName: CodeContainersClientDeleteOptions language: - default: &ref_1774 + default: &ref_1767 name: options description: CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method. - go: *ref_1774 + go: *ref_1767 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4053 + responseEnv: &ref_4051 type: object language: - default: &ref_1775 + default: &ref_1768 name: CodeContainersClientDeleteResponse description: CodeContainersClientDeleteResponse contains the response from method CodeContainersClient.Delete. responseType: true - go: *ref_1775 + go: *ref_1768 protocol: {} summary: Delete container. protocol: {} - - &ref_3126 + - &ref_3119 operationId: CodeContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1776 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1769 + schema: *ref_1292 implementation: Method required: true - language: &ref_3123 + language: &ref_3116 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -51951,11 +51760,11 @@ operationGroups: protocol: http: in: path - - &ref_1777 + - &ref_1770 schema: *ref_1 implementation: Method required: true - language: &ref_3124 + language: &ref_3117 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -51967,11 +51776,11 @@ operationGroups: protocol: http: in: path - - &ref_1778 + - &ref_1771 schema: *ref_9 implementation: Method required: true - language: &ref_3125 + language: &ref_3118 default: name: name description: Container name. This is case-sensitive. @@ -51983,10 +51792,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52016,12 +51825,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1776 - - *ref_1777 - - *ref_1778 + - *ref_1769 + - *ref_1770 + - *ref_1771 responses: - - schema: *ref_849 - language: &ref_3127 + - schema: *ref_843 + language: &ref_3120 default: name: '' description: Success @@ -52036,7 +51845,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -52092,65 +51901,65 @@ operationGroups: azureARM: true clientName: CodeContainersClient openApiType: arm - optionalParamGroup: &ref_3954 + optionalParamGroup: &ref_3952 schema: type: object language: - default: &ref_1779 + default: &ref_1772 name: CodeContainersClientGetOptions description: CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method. - go: *ref_1779 + go: *ref_1772 protocol: {} originalParameter: [] required: false serializedName: CodeContainersClientGetOptions language: - default: &ref_1780 + default: &ref_1773 name: options description: CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method. - go: *ref_1780 + go: *ref_1773 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4054 + responseEnv: &ref_4052 type: object properties: - - &ref_1782 - schema: *ref_849 + - &ref_1775 + schema: *ref_843 serializedName: CodeContainerData language: - default: &ref_1781 + default: &ref_1774 name: CodeContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1781 + go: *ref_1774 protocol: {} language: - default: &ref_1783 + default: &ref_1776 name: CodeContainersClientGetResponse description: CodeContainersClientGetResponse contains the response from method CodeContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1782 - go: *ref_1783 + resultProp: *ref_1775 + go: *ref_1776 protocol: {} summary: Get container. protocol: {} - - &ref_3132 + - &ref_3125 operationId: CodeContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1786 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1779 + schema: *ref_1292 implementation: Method required: true - language: &ref_3128 + language: &ref_3121 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -52162,11 +51971,11 @@ operationGroups: protocol: http: in: path - - &ref_1787 + - &ref_1780 schema: *ref_1 implementation: Method required: true - language: &ref_3129 + language: &ref_3122 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -52178,11 +51987,11 @@ operationGroups: protocol: http: in: path - - &ref_1788 - schema: *ref_1658 + - &ref_1781 + schema: *ref_1651 implementation: Method required: true - language: &ref_3130 + language: &ref_3123 default: name: name description: Container name. This is case-sensitive. @@ -52194,15 +52003,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1785 + application/json: &ref_1778 parameters: - - &ref_1784 - schema: *ref_849 + - &ref_1777 + schema: *ref_843 implementation: Method required: true - language: &ref_3131 + language: &ref_3124 default: name: body description: Container entity to create or update. @@ -52213,7 +52022,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52230,7 +52039,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1784 + - *ref_1777 language: default: name: '' @@ -52247,14 +52056,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1785 + - *ref_1778 signatureParameters: - - *ref_1786 - - *ref_1787 - - *ref_1788 + - *ref_1779 + - *ref_1780 + - *ref_1781 responses: - - schema: *ref_849 - language: &ref_3133 + - schema: *ref_843 + language: &ref_3126 default: name: '' description: Success @@ -52268,8 +52077,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_849 - language: &ref_3134 + - schema: *ref_843 + language: &ref_3127 default: name: '' description: Created @@ -52284,7 +52093,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -52363,50 +52172,50 @@ operationGroups: azureARM: true clientName: CodeContainersClient openApiType: arm - optionalParamGroup: &ref_3955 + optionalParamGroup: &ref_3953 schema: type: object language: - default: &ref_1789 + default: &ref_1782 name: CodeContainersClientCreateOrUpdateOptions description: CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method. - go: *ref_1789 + go: *ref_1782 protocol: {} originalParameter: [] required: false serializedName: CodeContainersClientCreateOrUpdateOptions language: - default: &ref_1790 + default: &ref_1783 name: options description: CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method. - go: *ref_1790 + go: *ref_1783 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4055 + responseEnv: &ref_4053 type: object properties: - - &ref_1792 - schema: *ref_849 + - &ref_1785 + schema: *ref_843 serializedName: CodeContainerData language: - default: &ref_1791 + default: &ref_1784 name: CodeContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1791 + go: *ref_1784 protocol: {} language: - default: &ref_1793 + default: &ref_1786 name: CodeContainersClientCreateOrUpdateResponse description: CodeContainersClientCreateOrUpdateResponse contains the response from method CodeContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1792 - go: *ref_1793 + resultProp: *ref_1785 + go: *ref_1786 protocol: {} summary: Create or update container. protocol: {} @@ -52420,23 +52229,23 @@ operationGroups: clientCtorName: NewCodeContainersClient clientName: CodeContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3141 + - &ref_3134 $key: CodeVersions operations: - - &ref_3140 + - &ref_3133 operationId: CodeVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1800 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1793 + schema: *ref_1292 implementation: Method required: true - language: &ref_3135 + language: &ref_3128 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -52448,11 +52257,11 @@ operationGroups: protocol: http: in: path - - &ref_1801 + - &ref_1794 schema: *ref_1 implementation: Method required: true - language: &ref_3136 + language: &ref_3129 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -52464,11 +52273,11 @@ operationGroups: protocol: http: in: path - - &ref_1802 + - &ref_1795 schema: *ref_9 implementation: Method required: true - language: &ref_3137 + language: &ref_3130 default: name: name description: Container name. This is case-sensitive. @@ -52480,11 +52289,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1795 + - *ref_1283 + - &ref_1788 schema: *ref_9 implementation: Method - language: &ref_3138 + language: &ref_3131 default: name: orderBy description: Ordering of list. @@ -52492,21 +52301,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_1796 + paramGroup: &ref_1789 schema: type: object language: - default: &ref_1794 + default: &ref_1787 name: CodeVersionsClientListOptions description: CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.NewListPager method. - go: *ref_1794 + go: *ref_1787 protocol: {} originalParameter: - - *ref_1795 - - &ref_1798 + - *ref_1788 + - &ref_1791 schema: *ref_18 implementation: Method - language: &ref_3139 + language: &ref_3132 default: name: top description: Maximum number of records to return. @@ -52514,12 +52323,12 @@ operationGroups: go: name: Top description: Maximum number of records to return. - paramGroup: *ref_1796 + paramGroup: *ref_1789 serializedName: $top protocol: http: in: query - - &ref_1799 + - &ref_1792 schema: *ref_1 implementation: Method language: @@ -52530,7 +52339,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1796 + paramGroup: *ref_1789 serializedName: $skip protocol: http: @@ -52538,20 +52347,20 @@ operationGroups: required: false serializedName: CodeVersionsClientListOptions language: - default: &ref_1797 + default: &ref_1790 name: options description: CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.NewListPager method. - go: *ref_1797 + go: *ref_1790 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_1798 - - *ref_1799 + - *ref_1791 + - *ref_1792 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52581,15 +52390,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1800 - - *ref_1801 - - *ref_1802 + - *ref_1793 + - *ref_1794 - *ref_1795 - - *ref_1798 - - *ref_1799 + - *ref_1788 + - *ref_1791 + - *ref_1792 responses: - - schema: *ref_1803 - language: &ref_3149 + - schema: *ref_1796 + language: &ref_3142 default: name: '' description: Success @@ -52604,7 +52413,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -52655,7 +52464,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3150 {} + headers: &ref_3143 {} x-ms-pageable: nextLinkName: nextLink language: @@ -52671,50 +52480,50 @@ operationGroups: azureARM: true clientName: CodeVersionsClient openApiType: arm - optionalParamGroup: *ref_1796 - paging: &ref_3151 + optionalParamGroup: *ref_1789 + paging: &ref_3144 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4056 + responseEnv: &ref_4054 type: object properties: - - &ref_1805 - schema: *ref_1803 + - &ref_1798 + schema: *ref_1796 serializedName: CodeVersionResourceArmPaginatedResult language: - default: &ref_1804 + default: &ref_1797 name: CodeVersionResourceArmPaginatedResult description: A paginated list of CodeVersion entities. byValue: true embeddedType: true - go: *ref_1804 + go: *ref_1797 protocol: {} language: - default: &ref_1806 + default: &ref_1799 name: CodeVersionsClientListResponse description: CodeVersionsClientListResponse contains the response from method CodeVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1805 - go: *ref_1806 + resultProp: *ref_1798 + go: *ref_1799 protocol: {} summary: List versions. protocol: {} - - &ref_3156 + - &ref_3149 operationId: CodeVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1807 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1800 + schema: *ref_1292 implementation: Method required: true - language: &ref_3152 + language: &ref_3145 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -52726,11 +52535,11 @@ operationGroups: protocol: http: in: path - - &ref_1808 + - &ref_1801 schema: *ref_1 implementation: Method required: true - language: &ref_3153 + language: &ref_3146 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -52742,11 +52551,11 @@ operationGroups: protocol: http: in: path - - &ref_1809 + - &ref_1802 schema: *ref_9 implementation: Method required: true - language: &ref_3154 + language: &ref_3147 default: name: name description: Container name. This is case-sensitive. @@ -52758,11 +52567,11 @@ operationGroups: protocol: http: in: path - - &ref_1810 + - &ref_1803 schema: *ref_9 implementation: Method required: true - language: &ref_3155 + language: &ref_3148 default: name: version description: Version identifier. This is case-sensitive. @@ -52774,10 +52583,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52807,10 +52616,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1807 - - *ref_1808 - - *ref_1809 - - *ref_1810 + - *ref_1800 + - *ref_1801 + - *ref_1802 + - *ref_1803 responses: - language: default: @@ -52835,7 +52644,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -52877,51 +52686,51 @@ operationGroups: azureARM: true clientName: CodeVersionsClient openApiType: arm - optionalParamGroup: &ref_3956 + optionalParamGroup: &ref_3954 schema: type: object language: - default: &ref_1811 + default: &ref_1804 name: CodeVersionsClientDeleteOptions description: CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method. - go: *ref_1811 + go: *ref_1804 protocol: {} originalParameter: [] required: false serializedName: CodeVersionsClientDeleteOptions language: - default: &ref_1812 + default: &ref_1805 name: options description: CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method. - go: *ref_1812 + go: *ref_1805 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4057 + responseEnv: &ref_4055 type: object language: - default: &ref_1813 + default: &ref_1806 name: CodeVersionsClientDeleteResponse description: CodeVersionsClientDeleteResponse contains the response from method CodeVersionsClient.Delete. responseType: true - go: *ref_1813 + go: *ref_1806 protocol: {} summary: Delete version. protocol: {} - - &ref_3161 + - &ref_3154 operationId: CodeVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1814 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1807 + schema: *ref_1292 implementation: Method required: true - language: &ref_3157 + language: &ref_3150 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -52933,11 +52742,11 @@ operationGroups: protocol: http: in: path - - &ref_1815 + - &ref_1808 schema: *ref_1 implementation: Method required: true - language: &ref_3158 + language: &ref_3151 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -52949,11 +52758,11 @@ operationGroups: protocol: http: in: path - - &ref_1816 + - &ref_1809 schema: *ref_9 implementation: Method required: true - language: &ref_3159 + language: &ref_3152 default: name: name description: Container name. This is case-sensitive. @@ -52965,11 +52774,11 @@ operationGroups: protocol: http: in: path - - &ref_1817 + - &ref_1810 schema: *ref_9 implementation: Method required: true - language: &ref_3160 + language: &ref_3153 default: name: version description: Version identifier. This is case-sensitive. @@ -52981,10 +52790,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53014,13 +52823,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1814 - - *ref_1815 - - *ref_1816 - - *ref_1817 + - *ref_1807 + - *ref_1808 + - *ref_1809 + - *ref_1810 responses: - - schema: *ref_850 - language: &ref_3162 + - schema: *ref_844 + language: &ref_3155 default: name: '' description: Success @@ -53035,7 +52844,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -53082,7 +52891,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3163 {} + headers: &ref_3156 {} language: default: name: Get @@ -53096,65 +52905,65 @@ operationGroups: azureARM: true clientName: CodeVersionsClient openApiType: arm - optionalParamGroup: &ref_3957 + optionalParamGroup: &ref_3955 schema: type: object language: - default: &ref_1818 + default: &ref_1811 name: CodeVersionsClientGetOptions description: CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method. - go: *ref_1818 + go: *ref_1811 protocol: {} originalParameter: [] required: false serializedName: CodeVersionsClientGetOptions language: - default: &ref_1819 + default: &ref_1812 name: options description: CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method. - go: *ref_1819 + go: *ref_1812 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4058 + responseEnv: &ref_4056 type: object properties: - - &ref_1821 - schema: *ref_850 + - &ref_1814 + schema: *ref_844 serializedName: CodeVersionData language: - default: &ref_1820 + default: &ref_1813 name: CodeVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1820 + go: *ref_1813 protocol: {} language: - default: &ref_1822 + default: &ref_1815 name: CodeVersionsClientGetResponse description: CodeVersionsClientGetResponse contains the response from method CodeVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1821 - go: *ref_1822 + resultProp: *ref_1814 + go: *ref_1815 protocol: {} summary: Get version. protocol: {} - - &ref_3169 + - &ref_3162 operationId: CodeVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1825 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1818 + schema: *ref_1292 implementation: Method required: true - language: &ref_3164 + language: &ref_3157 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -53166,11 +52975,11 @@ operationGroups: protocol: http: in: path - - &ref_1826 + - &ref_1819 schema: *ref_1 implementation: Method required: true - language: &ref_3165 + language: &ref_3158 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -53182,11 +52991,11 @@ operationGroups: protocol: http: in: path - - &ref_1827 - schema: *ref_1658 + - &ref_1820 + schema: *ref_1651 implementation: Method required: true - language: &ref_3166 + language: &ref_3159 default: name: name description: Container name. This is case-sensitive. @@ -53198,11 +53007,11 @@ operationGroups: protocol: http: in: path - - &ref_1828 + - &ref_1821 schema: *ref_9 implementation: Method required: true - language: &ref_3167 + language: &ref_3160 default: name: version description: Version identifier. This is case-sensitive. @@ -53214,15 +53023,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1824 + application/json: &ref_1817 parameters: - - &ref_1823 - schema: *ref_850 + - &ref_1816 + schema: *ref_844 implementation: Method required: true - language: &ref_3168 + language: &ref_3161 default: name: body description: Version entity to create or update. @@ -53233,7 +53042,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53250,7 +53059,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1823 + - *ref_1816 language: default: name: '' @@ -53267,15 +53076,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1824 + - *ref_1817 signatureParameters: - - *ref_1825 - - *ref_1826 - - *ref_1827 - - *ref_1828 + - *ref_1818 + - *ref_1819 + - *ref_1820 + - *ref_1821 responses: - - schema: *ref_850 - language: &ref_3170 + - schema: *ref_844 + language: &ref_3163 default: name: '' description: Success @@ -53289,8 +53098,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_850 - language: &ref_3172 + - schema: *ref_844 + language: &ref_3165 default: name: '' description: Created @@ -53305,7 +53114,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -53361,7 +53170,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3171 {} + headers: &ref_3164 {} '201': body: name: string @@ -53382,7 +53191,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3173 {} + headers: &ref_3166 {} language: default: name: CreateOrUpdate @@ -53396,50 +53205,50 @@ operationGroups: azureARM: true clientName: CodeVersionsClient openApiType: arm - optionalParamGroup: &ref_3958 + optionalParamGroup: &ref_3956 schema: type: object language: - default: &ref_1829 + default: &ref_1822 name: CodeVersionsClientCreateOrUpdateOptions description: CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method. - go: *ref_1829 + go: *ref_1822 protocol: {} originalParameter: [] required: false serializedName: CodeVersionsClientCreateOrUpdateOptions language: - default: &ref_1830 + default: &ref_1823 name: options description: CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method. - go: *ref_1830 + go: *ref_1823 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4059 + responseEnv: &ref_4057 type: object properties: - - &ref_1832 - schema: *ref_850 + - &ref_1825 + schema: *ref_844 serializedName: CodeVersionData language: - default: &ref_1831 + default: &ref_1824 name: CodeVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1831 + go: *ref_1824 protocol: {} language: - default: &ref_1833 + default: &ref_1826 name: CodeVersionsClientCreateOrUpdateResponse description: CodeVersionsClientCreateOrUpdateResponse contains the response from method CodeVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1832 - go: *ref_1833 + resultProp: *ref_1825 + go: *ref_1826 protocol: {} summary: Create or update version. protocol: {} @@ -53453,23 +53262,23 @@ operationGroups: clientCtorName: NewCodeVersionsClient clientName: CodeVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3177 + - &ref_3170 $key: ComponentContainers operations: - - &ref_3176 + - &ref_3169 operationId: ComponentContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1840 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1833 + schema: *ref_1292 implementation: Method required: true - language: &ref_3174 + language: &ref_3167 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -53481,11 +53290,11 @@ operationGroups: protocol: http: in: path - - &ref_1841 + - &ref_1834 schema: *ref_1 implementation: Method required: true - language: &ref_3175 + language: &ref_3168 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -53497,8 +53306,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1835 + - *ref_1283 + - &ref_1828 schema: *ref_1 implementation: Method language: @@ -53509,19 +53318,19 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1837 + paramGroup: &ref_1830 schema: type: object language: - default: &ref_1834 + default: &ref_1827 name: ComponentContainersClientListOptions description: ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.NewListPager method. - go: *ref_1834 + go: *ref_1827 protocol: {} originalParameter: - - *ref_1835 - - &ref_1839 - schema: *ref_1836 + - *ref_1828 + - &ref_1832 + schema: *ref_1829 implementation: Method language: default: @@ -53531,7 +53340,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1837 + paramGroup: *ref_1830 serializedName: listViewType protocol: http: @@ -53539,19 +53348,19 @@ operationGroups: required: false serializedName: ComponentContainersClientListOptions language: - default: &ref_1838 + default: &ref_1831 name: options description: ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.NewListPager method. - go: *ref_1838 + go: *ref_1831 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_1839 + - *ref_1832 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53581,13 +53390,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1840 - - *ref_1841 - - *ref_1835 - - *ref_1839 + - *ref_1833 + - *ref_1834 + - *ref_1828 + - *ref_1832 responses: - - schema: *ref_1842 - language: &ref_3181 + - schema: *ref_1835 + language: &ref_3174 default: name: '' description: Success @@ -53602,7 +53411,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -53648,7 +53457,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3182 {} + headers: &ref_3175 {} x-ms-pageable: nextLinkName: nextLink language: @@ -53664,50 +53473,50 @@ operationGroups: azureARM: true clientName: ComponentContainersClient openApiType: arm - optionalParamGroup: *ref_1837 - paging: &ref_3183 + optionalParamGroup: *ref_1830 + paging: &ref_3176 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4060 + responseEnv: &ref_4058 type: object properties: - - &ref_1844 - schema: *ref_1842 + - &ref_1837 + schema: *ref_1835 serializedName: ComponentContainerResourceArmPaginatedResult language: - default: &ref_1843 + default: &ref_1836 name: ComponentContainerResourceArmPaginatedResult description: A paginated list of ComponentContainer entities. byValue: true embeddedType: true - go: *ref_1843 + go: *ref_1836 protocol: {} language: - default: &ref_1845 + default: &ref_1838 name: ComponentContainersClientListResponse description: ComponentContainersClientListResponse contains the response from method ComponentContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1844 - go: *ref_1845 + resultProp: *ref_1837 + go: *ref_1838 protocol: {} summary: List component containers. protocol: {} - - &ref_3187 + - &ref_3180 operationId: ComponentContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1846 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1839 + schema: *ref_1292 implementation: Method required: true - language: &ref_3184 + language: &ref_3177 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -53719,11 +53528,11 @@ operationGroups: protocol: http: in: path - - &ref_1847 + - &ref_1840 schema: *ref_1 implementation: Method required: true - language: &ref_3185 + language: &ref_3178 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -53735,11 +53544,11 @@ operationGroups: protocol: http: in: path - - &ref_1848 + - &ref_1841 schema: *ref_9 implementation: Method required: true - language: &ref_3186 + language: &ref_3179 default: name: name description: Container name. @@ -53751,10 +53560,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53784,9 +53593,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1846 - - *ref_1847 - - *ref_1848 + - *ref_1839 + - *ref_1840 + - *ref_1841 responses: - language: default: @@ -53811,7 +53620,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -53852,51 +53661,51 @@ operationGroups: azureARM: true clientName: ComponentContainersClient openApiType: arm - optionalParamGroup: &ref_3959 + optionalParamGroup: &ref_3957 schema: type: object language: - default: &ref_1849 + default: &ref_1842 name: ComponentContainersClientDeleteOptions description: ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method. - go: *ref_1849 + go: *ref_1842 protocol: {} originalParameter: [] required: false serializedName: ComponentContainersClientDeleteOptions language: - default: &ref_1850 + default: &ref_1843 name: options description: ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method. - go: *ref_1850 + go: *ref_1843 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4061 + responseEnv: &ref_4059 type: object language: - default: &ref_1851 + default: &ref_1844 name: ComponentContainersClientDeleteResponse description: ComponentContainersClientDeleteResponse contains the response from method ComponentContainersClient.Delete. responseType: true - go: *ref_1851 + go: *ref_1844 protocol: {} summary: Delete container. protocol: {} - - &ref_3191 + - &ref_3184 operationId: ComponentContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1852 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1845 + schema: *ref_1292 implementation: Method required: true - language: &ref_3188 + language: &ref_3181 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -53908,11 +53717,11 @@ operationGroups: protocol: http: in: path - - &ref_1853 + - &ref_1846 schema: *ref_1 implementation: Method required: true - language: &ref_3189 + language: &ref_3182 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -53924,11 +53733,11 @@ operationGroups: protocol: http: in: path - - &ref_1854 + - &ref_1847 schema: *ref_9 implementation: Method required: true - language: &ref_3190 + language: &ref_3183 default: name: name description: Container name. @@ -53940,10 +53749,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53973,12 +53782,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1852 - - *ref_1853 - - *ref_1854 + - *ref_1845 + - *ref_1846 + - *ref_1847 responses: - - schema: *ref_851 - language: &ref_3192 + - schema: *ref_845 + language: &ref_3185 default: name: '' description: Success @@ -53993,7 +53802,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -54037,7 +53846,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3193 {} + headers: &ref_3186 {} language: default: name: Get @@ -54051,65 +53860,65 @@ operationGroups: azureARM: true clientName: ComponentContainersClient openApiType: arm - optionalParamGroup: &ref_3960 + optionalParamGroup: &ref_3958 schema: type: object language: - default: &ref_1855 + default: &ref_1848 name: ComponentContainersClientGetOptions description: ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method. - go: *ref_1855 + go: *ref_1848 protocol: {} originalParameter: [] required: false serializedName: ComponentContainersClientGetOptions language: - default: &ref_1856 + default: &ref_1849 name: options description: ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method. - go: *ref_1856 + go: *ref_1849 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4062 + responseEnv: &ref_4060 type: object properties: - - &ref_1858 - schema: *ref_851 + - &ref_1851 + schema: *ref_845 serializedName: ComponentContainerData language: - default: &ref_1857 + default: &ref_1850 name: ComponentContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1857 + go: *ref_1850 protocol: {} language: - default: &ref_1859 + default: &ref_1852 name: ComponentContainersClientGetResponse description: ComponentContainersClientGetResponse contains the response from method ComponentContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1858 - go: *ref_1859 + resultProp: *ref_1851 + go: *ref_1852 protocol: {} summary: Get container. protocol: {} - - &ref_3198 + - &ref_3191 operationId: ComponentContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1862 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1855 + schema: *ref_1292 implementation: Method required: true - language: &ref_3194 + language: &ref_3187 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -54121,11 +53930,11 @@ operationGroups: protocol: http: in: path - - &ref_1863 + - &ref_1856 schema: *ref_1 implementation: Method required: true - language: &ref_3195 + language: &ref_3188 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -54137,11 +53946,11 @@ operationGroups: protocol: http: in: path - - &ref_1864 - schema: *ref_1658 + - &ref_1857 + schema: *ref_1651 implementation: Method required: true - language: &ref_3196 + language: &ref_3189 default: name: name description: Container name. @@ -54153,15 +53962,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1861 + application/json: &ref_1854 parameters: - - &ref_1860 - schema: *ref_851 + - &ref_1853 + schema: *ref_845 implementation: Method required: true - language: &ref_3197 + language: &ref_3190 default: name: body description: Container entity to create or update. @@ -54172,7 +53981,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54189,7 +53998,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1860 + - *ref_1853 language: default: name: '' @@ -54206,14 +54015,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1861 + - *ref_1854 signatureParameters: - - *ref_1862 - - *ref_1863 - - *ref_1864 + - *ref_1855 + - *ref_1856 + - *ref_1857 responses: - - schema: *ref_851 - language: &ref_3199 + - schema: *ref_845 + language: &ref_3192 default: name: '' description: Success @@ -54227,8 +54036,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_851 - language: &ref_3201 + - schema: *ref_845 + language: &ref_3194 default: name: '' description: Created @@ -54243,7 +54052,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -54294,7 +54103,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3200 {} + headers: &ref_3193 {} '201': body: name: string @@ -54313,7 +54122,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3202 {} + headers: &ref_3195 {} language: default: name: CreateOrUpdate @@ -54327,50 +54136,50 @@ operationGroups: azureARM: true clientName: ComponentContainersClient openApiType: arm - optionalParamGroup: &ref_3961 + optionalParamGroup: &ref_3959 schema: type: object language: - default: &ref_1865 + default: &ref_1858 name: ComponentContainersClientCreateOrUpdateOptions description: ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method. - go: *ref_1865 + go: *ref_1858 protocol: {} originalParameter: [] required: false serializedName: ComponentContainersClientCreateOrUpdateOptions language: - default: &ref_1866 + default: &ref_1859 name: options description: ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method. - go: *ref_1866 + go: *ref_1859 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4063 + responseEnv: &ref_4061 type: object properties: - - &ref_1868 - schema: *ref_851 + - &ref_1861 + schema: *ref_845 serializedName: ComponentContainerData language: - default: &ref_1867 + default: &ref_1860 name: ComponentContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1867 + go: *ref_1860 protocol: {} language: - default: &ref_1869 + default: &ref_1862 name: ComponentContainersClientCreateOrUpdateResponse description: ComponentContainersClientCreateOrUpdateResponse contains the response from method ComponentContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1868 - go: *ref_1869 + resultProp: *ref_1861 + go: *ref_1862 protocol: {} summary: Create or update container. protocol: {} @@ -54384,23 +54193,23 @@ operationGroups: clientCtorName: NewComponentContainersClient clientName: ComponentContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3209 + - &ref_3202 $key: ComponentVersions operations: - - &ref_3208 + - &ref_3201 operationId: ComponentVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1877 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1870 + schema: *ref_1292 implementation: Method required: true - language: &ref_3203 + language: &ref_3196 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -54412,11 +54221,11 @@ operationGroups: protocol: http: in: path - - &ref_1878 + - &ref_1871 schema: *ref_1 implementation: Method required: true - language: &ref_3204 + language: &ref_3197 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -54428,11 +54237,11 @@ operationGroups: protocol: http: in: path - - &ref_1879 + - &ref_1872 schema: *ref_9 implementation: Method required: true - language: &ref_3205 + language: &ref_3198 default: name: name description: Component name. @@ -54444,11 +54253,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1871 + - *ref_1283 + - &ref_1864 schema: *ref_9 implementation: Method - language: &ref_3206 + language: &ref_3199 default: name: orderBy description: Ordering of list. @@ -54456,21 +54265,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_1872 + paramGroup: &ref_1865 schema: type: object language: - default: &ref_1870 + default: &ref_1863 name: ComponentVersionsClientListOptions description: ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.NewListPager method. - go: *ref_1870 + go: *ref_1863 protocol: {} originalParameter: - - *ref_1871 - - &ref_1874 + - *ref_1864 + - &ref_1867 schema: *ref_18 implementation: Method - language: &ref_3207 + language: &ref_3200 default: name: top description: Maximum number of records to return. @@ -54478,12 +54287,12 @@ operationGroups: go: name: Top description: Maximum number of records to return. - paramGroup: *ref_1872 + paramGroup: *ref_1865 serializedName: $top protocol: http: in: query - - &ref_1875 + - &ref_1868 schema: *ref_1 implementation: Method language: @@ -54494,13 +54303,13 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1872 + paramGroup: *ref_1865 serializedName: $skip protocol: http: in: query - - &ref_1876 - schema: *ref_1836 + - &ref_1869 + schema: *ref_1829 implementation: Method language: default: @@ -54510,7 +54319,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1872 + paramGroup: *ref_1865 serializedName: listViewType protocol: http: @@ -54518,21 +54327,21 @@ operationGroups: required: false serializedName: ComponentVersionsClientListOptions language: - default: &ref_1873 + default: &ref_1866 name: options description: ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.NewListPager method. - go: *ref_1873 + go: *ref_1866 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_1874 - - *ref_1875 - - *ref_1876 + - *ref_1867 + - *ref_1868 + - *ref_1869 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54562,16 +54371,16 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1877 - - *ref_1878 - - *ref_1879 + - *ref_1870 - *ref_1871 - - *ref_1874 - - *ref_1875 - - *ref_1876 + - *ref_1872 + - *ref_1864 + - *ref_1867 + - *ref_1868 + - *ref_1869 responses: - - schema: *ref_1880 - language: &ref_3215 + - schema: *ref_1873 + language: &ref_3208 default: name: '' description: Success @@ -54586,7 +54395,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -54624,7 +54433,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3211 + componentSpec: &ref_3204 50acbce5-cccc-475a-8ac6-c4da402afbd8: null isAnonymous: false properties: @@ -54638,7 +54447,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3216 {} + headers: &ref_3209 {} x-ms-pageable: nextLinkName: nextLink language: @@ -54654,50 +54463,50 @@ operationGroups: azureARM: true clientName: ComponentVersionsClient openApiType: arm - optionalParamGroup: *ref_1872 - paging: &ref_3217 + optionalParamGroup: *ref_1865 + paging: &ref_3210 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4064 + responseEnv: &ref_4062 type: object properties: - - &ref_1882 - schema: *ref_1880 + - &ref_1875 + schema: *ref_1873 serializedName: ComponentVersionResourceArmPaginatedResult language: - default: &ref_1881 + default: &ref_1874 name: ComponentVersionResourceArmPaginatedResult description: A paginated list of ComponentVersion entities. byValue: true embeddedType: true - go: *ref_1881 + go: *ref_1874 protocol: {} language: - default: &ref_1883 + default: &ref_1876 name: ComponentVersionsClientListResponse description: ComponentVersionsClientListResponse contains the response from method ComponentVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1882 - go: *ref_1883 + resultProp: *ref_1875 + go: *ref_1876 protocol: {} summary: List component versions. protocol: {} - - &ref_3222 + - &ref_3215 operationId: ComponentVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1884 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1877 + schema: *ref_1292 implementation: Method required: true - language: &ref_3218 + language: &ref_3211 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -54709,11 +54518,11 @@ operationGroups: protocol: http: in: path - - &ref_1885 + - &ref_1878 schema: *ref_1 implementation: Method required: true - language: &ref_3219 + language: &ref_3212 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -54725,11 +54534,11 @@ operationGroups: protocol: http: in: path - - &ref_1886 + - &ref_1879 schema: *ref_9 implementation: Method required: true - language: &ref_3220 + language: &ref_3213 default: name: name description: Container name. @@ -54741,11 +54550,11 @@ operationGroups: protocol: http: in: path - - &ref_1887 + - &ref_1880 schema: *ref_9 implementation: Method required: true - language: &ref_3221 + language: &ref_3214 default: name: version description: Version identifier. @@ -54757,10 +54566,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54790,10 +54599,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1884 - - *ref_1885 - - *ref_1886 - - *ref_1887 + - *ref_1877 + - *ref_1878 + - *ref_1879 + - *ref_1880 responses: - language: default: @@ -54818,7 +54627,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -54860,51 +54669,51 @@ operationGroups: azureARM: true clientName: ComponentVersionsClient openApiType: arm - optionalParamGroup: &ref_3962 + optionalParamGroup: &ref_3960 schema: type: object language: - default: &ref_1888 + default: &ref_1881 name: ComponentVersionsClientDeleteOptions description: ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method. - go: *ref_1888 + go: *ref_1881 protocol: {} originalParameter: [] required: false serializedName: ComponentVersionsClientDeleteOptions language: - default: &ref_1889 + default: &ref_1882 name: options description: ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method. - go: *ref_1889 + go: *ref_1882 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4065 + responseEnv: &ref_4063 type: object language: - default: &ref_1890 + default: &ref_1883 name: ComponentVersionsClientDeleteResponse description: ComponentVersionsClientDeleteResponse contains the response from method ComponentVersionsClient.Delete. responseType: true - go: *ref_1890 + go: *ref_1883 protocol: {} summary: Delete version. protocol: {} - - &ref_3227 + - &ref_3220 operationId: ComponentVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1891 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1884 + schema: *ref_1292 implementation: Method required: true - language: &ref_3223 + language: &ref_3216 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -54916,11 +54725,11 @@ operationGroups: protocol: http: in: path - - &ref_1892 + - &ref_1885 schema: *ref_1 implementation: Method required: true - language: &ref_3224 + language: &ref_3217 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -54932,11 +54741,11 @@ operationGroups: protocol: http: in: path - - &ref_1893 + - &ref_1886 schema: *ref_9 implementation: Method required: true - language: &ref_3225 + language: &ref_3218 default: name: name description: Container name. @@ -54948,11 +54757,11 @@ operationGroups: protocol: http: in: path - - &ref_1894 + - &ref_1887 schema: *ref_9 implementation: Method required: true - language: &ref_3226 + language: &ref_3219 default: name: version description: Version identifier. @@ -54964,10 +54773,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54997,13 +54806,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1891 - - *ref_1892 - - *ref_1893 - - *ref_1894 + - *ref_1884 + - *ref_1885 + - *ref_1886 + - *ref_1887 responses: - - schema: *ref_852 - language: &ref_3229 + - schema: *ref_846 + language: &ref_3222 default: name: '' description: Success @@ -55018,7 +54827,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -55052,7 +54861,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3228 + componentSpec: &ref_3221 1a7c40b5-2029-4f5f-a8d6-fd0822038773: null isAnonymous: false properties: @@ -55066,7 +54875,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3230 {} + headers: &ref_3223 {} language: default: name: Get @@ -55080,65 +54889,65 @@ operationGroups: azureARM: true clientName: ComponentVersionsClient openApiType: arm - optionalParamGroup: &ref_3963 + optionalParamGroup: &ref_3961 schema: type: object language: - default: &ref_1895 + default: &ref_1888 name: ComponentVersionsClientGetOptions description: ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method. - go: *ref_1895 + go: *ref_1888 protocol: {} originalParameter: [] required: false serializedName: ComponentVersionsClientGetOptions language: - default: &ref_1896 + default: &ref_1889 name: options description: ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method. - go: *ref_1896 + go: *ref_1889 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4066 + responseEnv: &ref_4064 type: object properties: - - &ref_1898 - schema: *ref_852 + - &ref_1891 + schema: *ref_846 serializedName: ComponentVersionData language: - default: &ref_1897 + default: &ref_1890 name: ComponentVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1897 + go: *ref_1890 protocol: {} language: - default: &ref_1899 + default: &ref_1892 name: ComponentVersionsClientGetResponse description: ComponentVersionsClientGetResponse contains the response from method ComponentVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1898 - go: *ref_1899 + resultProp: *ref_1891 + go: *ref_1892 protocol: {} summary: Get version. protocol: {} - - &ref_3237 + - &ref_3230 operationId: ComponentVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1902 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1895 + schema: *ref_1292 implementation: Method required: true - language: &ref_3231 + language: &ref_3224 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -55150,11 +54959,11 @@ operationGroups: protocol: http: in: path - - &ref_1903 + - &ref_1896 schema: *ref_1 implementation: Method required: true - language: &ref_3232 + language: &ref_3225 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -55166,11 +54975,11 @@ operationGroups: protocol: http: in: path - - &ref_1904 - schema: *ref_1658 + - &ref_1897 + schema: *ref_1651 implementation: Method required: true - language: &ref_3233 + language: &ref_3226 default: name: name description: Container name. @@ -55182,11 +54991,11 @@ operationGroups: protocol: http: in: path - - &ref_1905 + - &ref_1898 schema: *ref_9 implementation: Method required: true - language: &ref_3234 + language: &ref_3227 default: name: version description: Version identifier. @@ -55198,15 +55007,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1901 + application/json: &ref_1894 parameters: - - &ref_1900 - schema: *ref_852 + - &ref_1893 + schema: *ref_846 implementation: Method required: true - language: &ref_3236 + language: &ref_3229 default: name: body description: Version entity to create or update. @@ -55217,7 +55026,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55234,7 +55043,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1900 + - *ref_1893 language: default: name: '' @@ -55251,15 +55060,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1901 + - *ref_1894 signatureParameters: - - *ref_1902 - - *ref_1903 - - *ref_1904 - - *ref_1905 + - *ref_1895 + - *ref_1896 + - *ref_1897 + - *ref_1898 responses: - - schema: *ref_852 - language: &ref_3239 + - schema: *ref_846 + language: &ref_3232 default: name: '' description: Success @@ -55273,8 +55082,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_852 - language: &ref_3242 + - schema: *ref_846 + language: &ref_3235 default: name: '' description: Created @@ -55289,7 +55098,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -55313,7 +55122,7 @@ operationGroups: body: properties: description: string - componentSpec: &ref_3235 + componentSpec: &ref_3228 8ced901b-d826-477d-bfef-329da9672513: null isAnonymous: false properties: @@ -55333,7 +55142,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3238 + componentSpec: &ref_3231 2de2e74e-457d-4447-a581-933abc2b9d96: null isAnonymous: false properties: @@ -55347,7 +55156,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3240 {} + headers: &ref_3233 {} '201': body: name: string @@ -55355,7 +55164,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3241 + componentSpec: &ref_3234 a6c1349d-5e45-48da-92c3-3ce176cb30e9: null isAnonymous: false properties: @@ -55369,7 +55178,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3243 {} + headers: &ref_3236 {} language: default: name: CreateOrUpdate @@ -55383,50 +55192,50 @@ operationGroups: azureARM: true clientName: ComponentVersionsClient openApiType: arm - optionalParamGroup: &ref_3964 + optionalParamGroup: &ref_3962 schema: type: object language: - default: &ref_1906 + default: &ref_1899 name: ComponentVersionsClientCreateOrUpdateOptions description: ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method. - go: *ref_1906 + go: *ref_1899 protocol: {} originalParameter: [] required: false serializedName: ComponentVersionsClientCreateOrUpdateOptions language: - default: &ref_1907 + default: &ref_1900 name: options description: ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method. - go: *ref_1907 + go: *ref_1900 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4067 + responseEnv: &ref_4065 type: object properties: - - &ref_1909 - schema: *ref_852 + - &ref_1902 + schema: *ref_846 serializedName: ComponentVersionData language: - default: &ref_1908 + default: &ref_1901 name: ComponentVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1908 + go: *ref_1901 protocol: {} language: - default: &ref_1910 + default: &ref_1903 name: ComponentVersionsClientCreateOrUpdateResponse description: ComponentVersionsClientCreateOrUpdateResponse contains the response from method ComponentVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1909 - go: *ref_1910 + resultProp: *ref_1902 + go: *ref_1903 protocol: {} summary: Create or update version. protocol: {} @@ -55440,23 +55249,23 @@ operationGroups: clientCtorName: NewComponentVersionsClient clientName: ComponentVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3247 + - &ref_3240 $key: DataContainers operations: - - &ref_3246 + - &ref_3239 operationId: DataContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1916 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1909 + schema: *ref_1292 implementation: Method required: true - language: &ref_3244 + language: &ref_3237 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -55468,11 +55277,11 @@ operationGroups: protocol: http: in: path - - &ref_1917 + - &ref_1910 schema: *ref_1 implementation: Method required: true - language: &ref_3245 + language: &ref_3238 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -55484,8 +55293,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1912 + - *ref_1283 + - &ref_1905 schema: *ref_1 implementation: Method language: @@ -55496,19 +55305,19 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1913 + paramGroup: &ref_1906 schema: type: object language: - default: &ref_1911 + default: &ref_1904 name: DataContainersClientListOptions description: DataContainersClientListOptions contains the optional parameters for the DataContainersClient.NewListPager method. - go: *ref_1911 + go: *ref_1904 protocol: {} originalParameter: - - *ref_1912 - - &ref_1915 - schema: *ref_1836 + - *ref_1905 + - &ref_1908 + schema: *ref_1829 implementation: Method language: default: @@ -55518,7 +55327,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1913 + paramGroup: *ref_1906 serializedName: listViewType protocol: http: @@ -55526,19 +55335,19 @@ operationGroups: required: false serializedName: DataContainersClientListOptions language: - default: &ref_1914 + default: &ref_1907 name: options description: DataContainersClientListOptions contains the optional parameters for the DataContainersClient.NewListPager method. - go: *ref_1914 + go: *ref_1907 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_1915 + - *ref_1908 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55568,13 +55377,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1916 - - *ref_1917 - - *ref_1912 - - *ref_1915 + - *ref_1909 + - *ref_1910 + - *ref_1905 + - *ref_1908 responses: - - schema: *ref_1918 - language: &ref_3252 + - schema: *ref_1911 + language: &ref_3245 default: name: '' description: Success @@ -55589,7 +55398,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -55671,50 +55480,50 @@ operationGroups: azureARM: true clientName: DataContainersClient openApiType: arm - optionalParamGroup: *ref_1913 - paging: &ref_3253 + optionalParamGroup: *ref_1906 + paging: &ref_3246 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4068 + responseEnv: &ref_4066 type: object properties: - - &ref_1920 - schema: *ref_1918 + - &ref_1913 + schema: *ref_1911 serializedName: DataContainerResourceArmPaginatedResult language: - default: &ref_1919 + default: &ref_1912 name: DataContainerResourceArmPaginatedResult description: A paginated list of DataContainer entities. byValue: true embeddedType: true - go: *ref_1919 + go: *ref_1912 protocol: {} language: - default: &ref_1921 + default: &ref_1914 name: DataContainersClientListResponse description: DataContainersClientListResponse contains the response from method DataContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1920 - go: *ref_1921 + resultProp: *ref_1913 + go: *ref_1914 protocol: {} summary: List data containers. protocol: {} - - &ref_3257 + - &ref_3250 operationId: DataContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1922 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1915 + schema: *ref_1292 implementation: Method required: true - language: &ref_3254 + language: &ref_3247 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -55726,11 +55535,11 @@ operationGroups: protocol: http: in: path - - &ref_1923 + - &ref_1916 schema: *ref_1 implementation: Method required: true - language: &ref_3255 + language: &ref_3248 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -55742,11 +55551,11 @@ operationGroups: protocol: http: in: path - - &ref_1924 + - &ref_1917 schema: *ref_9 implementation: Method required: true - language: &ref_3256 + language: &ref_3249 default: name: name description: Container name. @@ -55758,10 +55567,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55791,9 +55600,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1922 - - *ref_1923 - - *ref_1924 + - *ref_1915 + - *ref_1916 + - *ref_1917 responses: - language: default: @@ -55818,7 +55627,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -55859,51 +55668,51 @@ operationGroups: azureARM: true clientName: DataContainersClient openApiType: arm - optionalParamGroup: &ref_3965 + optionalParamGroup: &ref_3963 schema: type: object language: - default: &ref_1925 + default: &ref_1918 name: DataContainersClientDeleteOptions description: DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method. - go: *ref_1925 + go: *ref_1918 protocol: {} originalParameter: [] required: false serializedName: DataContainersClientDeleteOptions language: - default: &ref_1926 + default: &ref_1919 name: options description: DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method. - go: *ref_1926 + go: *ref_1919 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4069 + responseEnv: &ref_4067 type: object language: - default: &ref_1927 + default: &ref_1920 name: DataContainersClientDeleteResponse description: DataContainersClientDeleteResponse contains the response from method DataContainersClient.Delete. responseType: true - go: *ref_1927 + go: *ref_1920 protocol: {} summary: Delete container. protocol: {} - - &ref_3261 + - &ref_3254 operationId: DataContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1928 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1921 + schema: *ref_1292 implementation: Method required: true - language: &ref_3258 + language: &ref_3251 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -55915,11 +55724,11 @@ operationGroups: protocol: http: in: path - - &ref_1929 + - &ref_1922 schema: *ref_1 implementation: Method required: true - language: &ref_3259 + language: &ref_3252 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -55931,11 +55740,11 @@ operationGroups: protocol: http: in: path - - &ref_1930 + - &ref_1923 schema: *ref_9 implementation: Method required: true - language: &ref_3260 + language: &ref_3253 default: name: name description: Container name. @@ -55947,10 +55756,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55980,12 +55789,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1928 - - *ref_1929 - - *ref_1930 + - *ref_1921 + - *ref_1922 + - *ref_1923 responses: - - schema: *ref_853 - language: &ref_3262 + - schema: *ref_847 + language: &ref_3255 default: name: '' description: Success @@ -56000,7 +55809,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -56060,65 +55869,65 @@ operationGroups: azureARM: true clientName: DataContainersClient openApiType: arm - optionalParamGroup: &ref_3966 + optionalParamGroup: &ref_3964 schema: type: object language: - default: &ref_1931 + default: &ref_1924 name: DataContainersClientGetOptions description: DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method. - go: *ref_1931 + go: *ref_1924 protocol: {} originalParameter: [] required: false serializedName: DataContainersClientGetOptions language: - default: &ref_1932 + default: &ref_1925 name: options description: DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method. - go: *ref_1932 + go: *ref_1925 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4070 + responseEnv: &ref_4068 type: object properties: - - &ref_1934 - schema: *ref_853 + - &ref_1927 + schema: *ref_847 serializedName: DataContainerData language: - default: &ref_1933 + default: &ref_1926 name: DataContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1933 + go: *ref_1926 protocol: {} language: - default: &ref_1935 + default: &ref_1928 name: DataContainersClientGetResponse description: DataContainersClientGetResponse contains the response from method DataContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1934 - go: *ref_1935 + resultProp: *ref_1927 + go: *ref_1928 protocol: {} summary: Get container. protocol: {} - - &ref_3267 + - &ref_3260 operationId: DataContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1938 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1931 + schema: *ref_1292 implementation: Method required: true - language: &ref_3263 + language: &ref_3256 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -56130,11 +55939,11 @@ operationGroups: protocol: http: in: path - - &ref_1939 + - &ref_1932 schema: *ref_1 implementation: Method required: true - language: &ref_3264 + language: &ref_3257 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -56146,11 +55955,11 @@ operationGroups: protocol: http: in: path - - &ref_1940 - schema: *ref_1658 + - &ref_1933 + schema: *ref_1651 implementation: Method required: true - language: &ref_3265 + language: &ref_3258 default: name: name description: Container name. @@ -56162,15 +55971,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1937 + application/json: &ref_1930 parameters: - - &ref_1936 - schema: *ref_853 + - &ref_1929 + schema: *ref_847 implementation: Method required: true - language: &ref_3266 + language: &ref_3259 default: name: body description: Container entity to create or update. @@ -56181,7 +55990,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56198,7 +56007,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1936 + - *ref_1929 language: default: name: '' @@ -56215,14 +56024,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1937 + - *ref_1930 signatureParameters: - - *ref_1938 - - *ref_1939 - - *ref_1940 + - *ref_1931 + - *ref_1932 + - *ref_1933 responses: - - schema: *ref_853 - language: &ref_3268 + - schema: *ref_847 + language: &ref_3261 default: name: '' description: Success @@ -56236,8 +56045,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_853 - language: &ref_3269 + - schema: *ref_847 + language: &ref_3262 default: name: '' description: Created @@ -56252,7 +56061,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -56343,50 +56152,50 @@ operationGroups: azureARM: true clientName: DataContainersClient openApiType: arm - optionalParamGroup: &ref_3967 + optionalParamGroup: &ref_3965 schema: type: object language: - default: &ref_1941 + default: &ref_1934 name: DataContainersClientCreateOrUpdateOptions description: DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method. - go: *ref_1941 + go: *ref_1934 protocol: {} originalParameter: [] required: false serializedName: DataContainersClientCreateOrUpdateOptions language: - default: &ref_1942 + default: &ref_1935 name: options description: DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method. - go: *ref_1942 + go: *ref_1935 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4071 + responseEnv: &ref_4069 type: object properties: - - &ref_1944 - schema: *ref_853 + - &ref_1937 + schema: *ref_847 serializedName: DataContainerData language: - default: &ref_1943 + default: &ref_1936 name: DataContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1943 + go: *ref_1936 protocol: {} language: - default: &ref_1945 + default: &ref_1938 name: DataContainersClientCreateOrUpdateResponse description: DataContainersClientCreateOrUpdateResponse contains the response from method DataContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1944 - go: *ref_1945 + resultProp: *ref_1937 + go: *ref_1938 protocol: {} summary: Create or update container. protocol: {} @@ -56400,23 +56209,23 @@ operationGroups: clientCtorName: NewDataContainersClient clientName: DataContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3277 + - &ref_3270 $key: DataVersions operations: - - &ref_3276 + - &ref_3269 operationId: DataVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1954 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1947 + schema: *ref_1292 implementation: Method required: true - language: &ref_3270 + language: &ref_3263 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -56428,11 +56237,11 @@ operationGroups: protocol: http: in: path - - &ref_1955 + - &ref_1948 schema: *ref_1 implementation: Method required: true - language: &ref_3271 + language: &ref_3264 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -56444,11 +56253,11 @@ operationGroups: protocol: http: in: path - - &ref_1956 + - &ref_1949 schema: *ref_9 implementation: Method required: true - language: &ref_3272 + language: &ref_3265 default: name: name description: Data container's name @@ -56460,11 +56269,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1947 + - *ref_1283 + - &ref_1940 schema: *ref_9 implementation: Method - language: &ref_3273 + language: &ref_3266 default: name: orderBy description: Please choose OrderBy value from ['createdtime', 'modifiedtime'] @@ -56472,21 +56281,21 @@ operationGroups: go: name: OrderBy description: Please choose OrderBy value from ['createdtime', 'modifiedtime'] - paramGroup: &ref_1948 + paramGroup: &ref_1941 schema: type: object language: - default: &ref_1946 + default: &ref_1939 name: DataVersionsClientListOptions description: DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.NewListPager method. - go: *ref_1946 + go: *ref_1939 protocol: {} originalParameter: - - *ref_1947 - - &ref_1950 + - *ref_1940 + - &ref_1943 schema: *ref_18 implementation: Method - language: &ref_3274 + language: &ref_3267 default: name: top description: "Top count of results, top count cannot be greater than the page size.\r\n If topCount > page size, results with be default page size count will be returned" @@ -56494,12 +56303,12 @@ operationGroups: go: name: Top description: Top count of results, top count cannot be greater than the page size. If topCount > page size, results with be default page size count will be returned - paramGroup: *ref_1948 + paramGroup: *ref_1941 serializedName: $top protocol: http: in: query - - &ref_1951 + - &ref_1944 schema: *ref_1 implementation: Method language: @@ -56510,15 +56319,15 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_1948 + paramGroup: *ref_1941 serializedName: $skip protocol: http: in: query - - &ref_1952 + - &ref_1945 schema: *ref_9 implementation: Method - language: &ref_3275 + language: &ref_3268 default: name: tags description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' @@ -56526,13 +56335,13 @@ operationGroups: go: name: Tags description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - paramGroup: *ref_1948 + paramGroup: *ref_1941 serializedName: $tags protocol: http: in: query - - &ref_1953 - schema: *ref_1836 + - &ref_1946 + schema: *ref_1829 implementation: Method language: default: @@ -56542,7 +56351,7 @@ operationGroups: go: name: ListViewType description: '[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.' - paramGroup: *ref_1948 + paramGroup: *ref_1941 serializedName: listViewType protocol: http: @@ -56550,22 +56359,22 @@ operationGroups: required: false serializedName: DataVersionsClientListOptions language: - default: &ref_1949 + default: &ref_1942 name: options description: DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.NewListPager method. - go: *ref_1949 + go: *ref_1942 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_1950 - - *ref_1951 - - *ref_1952 - - *ref_1953 + - *ref_1943 + - *ref_1944 + - *ref_1945 + - *ref_1946 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56595,17 +56404,17 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1954 - - *ref_1955 - - *ref_1956 - *ref_1947 - - *ref_1950 - - *ref_1951 - - *ref_1952 - - *ref_1953 + - *ref_1948 + - *ref_1949 + - *ref_1940 + - *ref_1943 + - *ref_1944 + - *ref_1945 + - *ref_1946 responses: - - schema: *ref_1957 - language: &ref_3284 + - schema: *ref_1950 + language: &ref_3277 default: name: '' description: Success @@ -56620,7 +56429,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -56673,7 +56482,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3285 {} + headers: &ref_3278 {} x-ms-pageable: nextLinkName: nextLink language: @@ -56689,50 +56498,50 @@ operationGroups: azureARM: true clientName: DataVersionsClient openApiType: arm - optionalParamGroup: *ref_1948 - paging: &ref_3286 + optionalParamGroup: *ref_1941 + paging: &ref_3279 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4072 + responseEnv: &ref_4070 type: object properties: - - &ref_1959 - schema: *ref_1957 + - &ref_1952 + schema: *ref_1950 serializedName: DataVersionBaseResourceArmPaginatedResult language: - default: &ref_1958 + default: &ref_1951 name: DataVersionBaseResourceArmPaginatedResult description: A paginated list of DataVersionBase entities. byValue: true embeddedType: true - go: *ref_1958 + go: *ref_1951 protocol: {} language: - default: &ref_1960 + default: &ref_1953 name: DataVersionsClientListResponse description: DataVersionsClientListResponse contains the response from method DataVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_1959 - go: *ref_1960 + resultProp: *ref_1952 + go: *ref_1953 protocol: {} summary: List data versions in the data container protocol: {} - - &ref_3291 + - &ref_3284 operationId: DataVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1961 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1954 + schema: *ref_1292 implementation: Method required: true - language: &ref_3287 + language: &ref_3280 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -56744,11 +56553,11 @@ operationGroups: protocol: http: in: path - - &ref_1962 + - &ref_1955 schema: *ref_1 implementation: Method required: true - language: &ref_3288 + language: &ref_3281 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -56760,11 +56569,11 @@ operationGroups: protocol: http: in: path - - &ref_1963 + - &ref_1956 schema: *ref_9 implementation: Method required: true - language: &ref_3289 + language: &ref_3282 default: name: name description: Container name. @@ -56776,11 +56585,11 @@ operationGroups: protocol: http: in: path - - &ref_1964 + - &ref_1957 schema: *ref_9 implementation: Method required: true - language: &ref_3290 + language: &ref_3283 default: name: version description: Version identifier. @@ -56792,10 +56601,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56825,10 +56634,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_1961 - - *ref_1962 - - *ref_1963 - - *ref_1964 + - *ref_1954 + - *ref_1955 + - *ref_1956 + - *ref_1957 responses: - language: default: @@ -56853,7 +56662,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -56895,51 +56704,51 @@ operationGroups: azureARM: true clientName: DataVersionsClient openApiType: arm - optionalParamGroup: &ref_3968 + optionalParamGroup: &ref_3966 schema: type: object language: - default: &ref_1965 + default: &ref_1958 name: DataVersionsClientDeleteOptions description: DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method. - go: *ref_1965 + go: *ref_1958 protocol: {} originalParameter: [] required: false serializedName: DataVersionsClientDeleteOptions language: - default: &ref_1966 + default: &ref_1959 name: options description: DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method. - go: *ref_1966 + go: *ref_1959 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4073 + responseEnv: &ref_4071 type: object language: - default: &ref_1967 + default: &ref_1960 name: DataVersionsClientDeleteResponse description: DataVersionsClientDeleteResponse contains the response from method DataVersionsClient.Delete. responseType: true - go: *ref_1967 + go: *ref_1960 protocol: {} summary: Delete version. protocol: {} - - &ref_3296 + - &ref_3289 operationId: DataVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1968 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1961 + schema: *ref_1292 implementation: Method required: true - language: &ref_3292 + language: &ref_3285 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -56951,11 +56760,11 @@ operationGroups: protocol: http: in: path - - &ref_1969 + - &ref_1962 schema: *ref_1 implementation: Method required: true - language: &ref_3293 + language: &ref_3286 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -56967,11 +56776,11 @@ operationGroups: protocol: http: in: path - - &ref_1970 + - &ref_1963 schema: *ref_9 implementation: Method required: true - language: &ref_3294 + language: &ref_3287 default: name: name description: Container name. @@ -56983,11 +56792,11 @@ operationGroups: protocol: http: in: path - - &ref_1971 + - &ref_1964 schema: *ref_9 implementation: Method required: true - language: &ref_3295 + language: &ref_3288 default: name: version description: Version identifier. @@ -56999,10 +56808,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57032,13 +56841,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_1968 - - *ref_1969 - - *ref_1970 - - *ref_1971 + - *ref_1961 + - *ref_1962 + - *ref_1963 + - *ref_1964 responses: - - schema: *ref_854 - language: &ref_3297 + - schema: *ref_848 + language: &ref_3290 default: name: '' description: Success @@ -57053,7 +56862,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -57101,7 +56910,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3298 {} + headers: &ref_3291 {} language: default: name: Get @@ -57115,65 +56924,65 @@ operationGroups: azureARM: true clientName: DataVersionsClient openApiType: arm - optionalParamGroup: &ref_3969 + optionalParamGroup: &ref_3967 schema: type: object language: - default: &ref_1972 + default: &ref_1965 name: DataVersionsClientGetOptions description: DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method. - go: *ref_1972 + go: *ref_1965 protocol: {} originalParameter: [] required: false serializedName: DataVersionsClientGetOptions language: - default: &ref_1973 + default: &ref_1966 name: options description: DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method. - go: *ref_1973 + go: *ref_1966 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4074 + responseEnv: &ref_4072 type: object properties: - - &ref_1975 - schema: *ref_854 + - &ref_1968 + schema: *ref_848 serializedName: DataVersionBaseData language: - default: &ref_1974 + default: &ref_1967 name: DataVersionBaseData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1974 + go: *ref_1967 protocol: {} language: - default: &ref_1976 + default: &ref_1969 name: DataVersionsClientGetResponse description: DataVersionsClientGetResponse contains the response from method DataVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_1975 - go: *ref_1976 + resultProp: *ref_1968 + go: *ref_1969 protocol: {} summary: Get version. protocol: {} - - &ref_3304 + - &ref_3297 operationId: DataVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1979 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1972 + schema: *ref_1292 implementation: Method required: true - language: &ref_3299 + language: &ref_3292 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -57185,11 +56994,11 @@ operationGroups: protocol: http: in: path - - &ref_1980 + - &ref_1973 schema: *ref_1 implementation: Method required: true - language: &ref_3300 + language: &ref_3293 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -57201,11 +57010,11 @@ operationGroups: protocol: http: in: path - - &ref_1981 - schema: *ref_1658 + - &ref_1974 + schema: *ref_1651 implementation: Method required: true - language: &ref_3301 + language: &ref_3294 default: name: name description: Container name. @@ -57217,11 +57026,11 @@ operationGroups: protocol: http: in: path - - &ref_1982 + - &ref_1975 schema: *ref_9 implementation: Method required: true - language: &ref_3302 + language: &ref_3295 default: name: version description: Version identifier. @@ -57233,15 +57042,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_1978 + application/json: &ref_1971 parameters: - - &ref_1977 - schema: *ref_854 + - &ref_1970 + schema: *ref_848 implementation: Method required: true - language: &ref_3303 + language: &ref_3296 default: name: body description: Version entity to create or update. @@ -57252,7 +57061,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57269,7 +57078,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_1977 + - *ref_1970 language: default: name: '' @@ -57286,15 +57095,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1978 + - *ref_1971 signatureParameters: - - *ref_1979 - - *ref_1980 - - *ref_1981 - - *ref_1982 + - *ref_1972 + - *ref_1973 + - *ref_1974 + - *ref_1975 responses: - - schema: *ref_854 - language: &ref_3305 + - schema: *ref_848 + language: &ref_3298 default: name: '' description: Success @@ -57308,8 +57117,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_854 - language: &ref_3307 + - schema: *ref_848 + language: &ref_3300 default: name: '' description: Created @@ -57324,7 +57133,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -57382,7 +57191,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3306 {} + headers: &ref_3299 {} '201': body: name: string @@ -57404,7 +57213,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3308 {} + headers: &ref_3301 {} language: default: name: CreateOrUpdate @@ -57418,50 +57227,50 @@ operationGroups: azureARM: true clientName: DataVersionsClient openApiType: arm - optionalParamGroup: &ref_3970 + optionalParamGroup: &ref_3968 schema: type: object language: - default: &ref_1983 + default: &ref_1976 name: DataVersionsClientCreateOrUpdateOptions description: DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method. - go: *ref_1983 + go: *ref_1976 protocol: {} originalParameter: [] required: false serializedName: DataVersionsClientCreateOrUpdateOptions language: - default: &ref_1984 + default: &ref_1977 name: options description: DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method. - go: *ref_1984 + go: *ref_1977 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4075 + responseEnv: &ref_4073 type: object properties: - - &ref_1986 - schema: *ref_854 + - &ref_1979 + schema: *ref_848 serializedName: DataVersionBaseData language: - default: &ref_1985 + default: &ref_1978 name: DataVersionBaseData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_1985 + go: *ref_1978 protocol: {} language: - default: &ref_1987 + default: &ref_1980 name: DataVersionsClientCreateOrUpdateResponse description: DataVersionsClientCreateOrUpdateResponse contains the response from method DataVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_1986 - go: *ref_1987 + resultProp: *ref_1979 + go: *ref_1980 protocol: {} summary: Create or update version. protocol: {} @@ -57475,23 +57284,23 @@ operationGroups: clientCtorName: NewDataVersionsClient clientName: DataVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3318 + - &ref_3311 $key: Datastores operations: - - &ref_3317 + - &ref_3310 operationId: Datastores_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2002 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_1995 + schema: *ref_1292 implementation: Method required: true - language: &ref_3309 + language: &ref_3302 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -57503,11 +57312,11 @@ operationGroups: protocol: http: in: path - - &ref_2003 + - &ref_1996 schema: *ref_1 implementation: Method required: true - language: &ref_3310 + language: &ref_3303 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -57519,8 +57328,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_1989 + - *ref_1283 + - &ref_1982 schema: *ref_1 implementation: Method language: @@ -57531,21 +57340,21 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_1991 + paramGroup: &ref_1984 schema: type: object language: - default: &ref_1988 + default: &ref_1981 name: DatastoresClientListOptions description: DatastoresClientListOptions contains the optional parameters for the DatastoresClient.NewListPager method. - go: *ref_1988 + go: *ref_1981 protocol: {} originalParameter: - - *ref_1989 - - &ref_1996 - schema: *ref_1990 + - *ref_1982 + - &ref_1989 + schema: *ref_1983 implementation: Method - language: &ref_3311 + language: &ref_3304 default: name: count description: Maximum number of results to return. @@ -57553,15 +57362,15 @@ operationGroups: go: name: Count description: Maximum number of results to return. - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: count protocol: http: in: query - - &ref_1997 - schema: *ref_1992 + - &ref_1990 + schema: *ref_1985 implementation: Method - language: &ref_3312 + language: &ref_3305 default: name: isDefault description: Filter down to the workspace default datastore. @@ -57569,15 +57378,15 @@ operationGroups: go: name: IsDefault description: Filter down to the workspace default datastore. - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: isDefault protocol: http: in: query - - &ref_1998 - schema: *ref_1993 + - &ref_1991 + schema: *ref_1986 implementation: Method - language: &ref_3313 + language: &ref_3306 default: name: names description: Names of datastores to return. @@ -57586,16 +57395,16 @@ operationGroups: name: Names description: Names of datastores to return. byValue: true - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: names protocol: http: in: query style: form - - &ref_1999 + - &ref_1992 schema: *ref_9 implementation: Method - language: &ref_3314 + language: &ref_3307 default: name: searchText description: Text to search for in the datastore names. @@ -57603,15 +57412,15 @@ operationGroups: go: name: SearchText description: Text to search for in the datastore names. - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: searchText protocol: http: in: query - - &ref_2000 + - &ref_1993 schema: *ref_9 implementation: Method - language: &ref_3315 + language: &ref_3308 default: name: orderBy description: Order by property (createdtime | modifiedtime | name). @@ -57619,15 +57428,15 @@ operationGroups: go: name: OrderBy description: Order by property (createdtime | modifiedtime | name). - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: orderBy protocol: http: in: query - - &ref_2001 - schema: *ref_1994 + - &ref_1994 + schema: *ref_1987 implementation: Method - language: &ref_3316 + language: &ref_3309 default: name: orderByAsc description: Order by property in ascending order. @@ -57635,7 +57444,7 @@ operationGroups: go: name: OrderByAsc description: Order by property in ascending order. - paramGroup: *ref_1991 + paramGroup: *ref_1984 serializedName: orderByAsc protocol: http: @@ -57643,24 +57452,24 @@ operationGroups: required: false serializedName: DatastoresClientListOptions language: - default: &ref_1995 + default: &ref_1988 name: options description: DatastoresClientListOptions contains the optional parameters for the DatastoresClient.NewListPager method. - go: *ref_1995 + go: *ref_1988 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_1996 - - *ref_1997 - - *ref_1998 - - *ref_1999 - - *ref_2000 - - *ref_2001 + - *ref_1989 + - *ref_1990 + - *ref_1991 + - *ref_1992 + - *ref_1993 + - *ref_1994 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57690,18 +57499,18 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2002 - - *ref_2003 - - *ref_1989 + - *ref_1995 - *ref_1996 - - *ref_1997 - - *ref_1998 - - *ref_1999 - - *ref_2000 - - *ref_2001 + - *ref_1982 + - *ref_1989 + - *ref_1990 + - *ref_1991 + - *ref_1992 + - *ref_1993 + - *ref_1994 responses: - - schema: *ref_2004 - language: &ref_3332 + - schema: *ref_1997 + language: &ref_3325 default: name: '' description: Success @@ -57716,7 +57525,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -57776,7 +57585,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3333 {} + headers: &ref_3326 {} x-ms-pageable: nextLinkName: nextLink language: @@ -57792,50 +57601,50 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: *ref_1991 - paging: &ref_3334 + optionalParamGroup: *ref_1984 + paging: &ref_3327 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4076 + responseEnv: &ref_4074 type: object properties: - - &ref_2006 - schema: *ref_2004 + - &ref_1999 + schema: *ref_1997 serializedName: DatastoreResourceArmPaginatedResult language: - default: &ref_2005 + default: &ref_1998 name: DatastoreResourceArmPaginatedResult description: A paginated list of Datastore entities. byValue: true embeddedType: true - go: *ref_2005 + go: *ref_1998 protocol: {} language: - default: &ref_2007 + default: &ref_2000 name: DatastoresClientListResponse description: DatastoresClientListResponse contains the response from method DatastoresClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2006 - go: *ref_2007 + resultProp: *ref_1999 + go: *ref_2000 protocol: {} summary: List datastores. protocol: {} - - &ref_3338 + - &ref_3331 operationId: Datastores_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2008 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2001 + schema: *ref_1292 implementation: Method required: true - language: &ref_3335 + language: &ref_3328 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -57847,11 +57656,11 @@ operationGroups: protocol: http: in: path - - &ref_2009 + - &ref_2002 schema: *ref_1 implementation: Method required: true - language: &ref_3336 + language: &ref_3329 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -57863,11 +57672,11 @@ operationGroups: protocol: http: in: path - - &ref_2010 + - &ref_2003 schema: *ref_9 implementation: Method required: true - language: &ref_3337 + language: &ref_3330 default: name: name description: Datastore name. @@ -57879,10 +57688,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57912,9 +57721,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2008 - - *ref_2009 - - *ref_2010 + - *ref_2001 + - *ref_2002 + - *ref_2003 responses: - language: default: @@ -57939,7 +57748,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -57980,51 +57789,51 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: &ref_3971 + optionalParamGroup: &ref_3969 schema: type: object language: - default: &ref_2011 + default: &ref_2004 name: DatastoresClientDeleteOptions description: DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method. - go: *ref_2011 + go: *ref_2004 protocol: {} originalParameter: [] required: false serializedName: DatastoresClientDeleteOptions language: - default: &ref_2012 + default: &ref_2005 name: options description: DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method. - go: *ref_2012 + go: *ref_2005 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4077 + responseEnv: &ref_4075 type: object language: - default: &ref_2013 + default: &ref_2006 name: DatastoresClientDeleteResponse description: DatastoresClientDeleteResponse contains the response from method DatastoresClient.Delete. responseType: true - go: *ref_2013 + go: *ref_2006 protocol: {} summary: Delete datastore. protocol: {} - - &ref_3342 + - &ref_3335 operationId: Datastores_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2014 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2007 + schema: *ref_1292 implementation: Method required: true - language: &ref_3339 + language: &ref_3332 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -58036,11 +57845,11 @@ operationGroups: protocol: http: in: path - - &ref_2015 + - &ref_2008 schema: *ref_1 implementation: Method required: true - language: &ref_3340 + language: &ref_3333 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -58052,11 +57861,11 @@ operationGroups: protocol: http: in: path - - &ref_2016 + - &ref_2009 schema: *ref_9 implementation: Method required: true - language: &ref_3341 + language: &ref_3334 default: name: name description: Datastore name. @@ -58068,10 +57877,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58101,12 +57910,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2014 - - *ref_2015 - - *ref_2016 + - *ref_2007 + - *ref_2008 + - *ref_2009 responses: - - schema: *ref_855 - language: &ref_3343 + - schema: *ref_849 + language: &ref_3336 default: name: '' description: Success @@ -58121,7 +57930,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -58172,7 +57981,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3344 {} + headers: &ref_3337 {} language: default: name: Get @@ -58186,65 +57995,65 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: &ref_3972 + optionalParamGroup: &ref_3970 schema: type: object language: - default: &ref_2017 + default: &ref_2010 name: DatastoresClientGetOptions description: DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method. - go: *ref_2017 + go: *ref_2010 protocol: {} originalParameter: [] required: false serializedName: DatastoresClientGetOptions language: - default: &ref_2018 + default: &ref_2011 name: options description: DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method. - go: *ref_2018 + go: *ref_2011 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4078 + responseEnv: &ref_4076 type: object properties: - - &ref_2020 - schema: *ref_855 + - &ref_2013 + schema: *ref_849 serializedName: DatastoreData language: - default: &ref_2019 + default: &ref_2012 name: DatastoreData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2019 + go: *ref_2012 protocol: {} language: - default: &ref_2021 + default: &ref_2014 name: DatastoresClientGetResponse description: DatastoresClientGetResponse contains the response from method DatastoresClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2020 - go: *ref_2021 + resultProp: *ref_2013 + go: *ref_2014 protocol: {} summary: Get datastore. protocol: {} - - &ref_3359 + - &ref_3352 operationId: Datastores_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2027 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2020 + schema: *ref_1292 implementation: Method required: true - language: &ref_3345 + language: &ref_3338 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -58256,11 +58065,11 @@ operationGroups: protocol: http: in: path - - &ref_2028 + - &ref_2021 schema: *ref_1 implementation: Method required: true - language: &ref_3346 + language: &ref_3339 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -58272,11 +58081,11 @@ operationGroups: protocol: http: in: path - - &ref_2029 - schema: *ref_1658 + - &ref_2022 + schema: *ref_1651 implementation: Method required: true - language: &ref_3347 + language: &ref_3340 default: name: name description: Datastore name. @@ -58288,11 +58097,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2023 - schema: *ref_1994 + - *ref_1283 + - &ref_2016 + schema: *ref_1987 implementation: Method - language: &ref_3348 + language: &ref_3341 default: name: skipValidation description: Flag to skip validation. @@ -58300,37 +58109,37 @@ operationGroups: go: name: SkipValidation description: Flag to skip validation. - paramGroup: &ref_2030 + paramGroup: &ref_2023 schema: type: object language: - default: &ref_2022 + default: &ref_2015 name: DatastoresClientCreateOrUpdateOptions description: DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method. - go: *ref_2022 + go: *ref_2015 protocol: {} originalParameter: - - *ref_2023 + - *ref_2016 required: false serializedName: DatastoresClientCreateOrUpdateOptions language: - default: &ref_2024 + default: &ref_2017 name: options description: DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method. - go: *ref_2024 + go: *ref_2017 protocol: {} serializedName: skipValidation protocol: http: in: query requestMediaTypes: - application/json: &ref_2026 + application/json: &ref_2019 parameters: - - &ref_2025 - schema: *ref_855 + - &ref_2018 + schema: *ref_849 implementation: Method required: true - language: &ref_3358 + language: &ref_3351 default: name: body description: Datastore entity to create or update. @@ -58341,7 +58150,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58358,7 +58167,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2025 + - *ref_2018 language: default: name: '' @@ -58375,15 +58184,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2026 + - *ref_2019 signatureParameters: - - *ref_2027 - - *ref_2028 - - *ref_2029 - - *ref_2023 + - *ref_2020 + - *ref_2021 + - *ref_2022 + - *ref_2016 responses: - - schema: *ref_855 - language: &ref_3360 + - schema: *ref_849 + language: &ref_3353 default: name: '' description: Success @@ -58397,8 +58206,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_855 - language: &ref_3362 + - schema: *ref_849 + language: &ref_3355 default: name: '' description: Created @@ -58413,7 +58222,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -58483,7 +58292,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3361 {} + headers: &ref_3354 {} '201': body: name: string @@ -58509,7 +58318,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3363 {} + headers: &ref_3356 {} CreateOrUpdate datastore (Azure Data Lake Gen2 w/ Service Principal).: parameters: name: string @@ -58569,7 +58378,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3368 {} + headers: &ref_3361 {} '201': body: name: string @@ -58598,7 +58407,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3369 {} + headers: &ref_3362 {} CreateOrUpdate datastore (Azure File store w/ AccountKey).: parameters: name: string @@ -58650,7 +58459,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3376 {} + headers: &ref_3369 {} '201': body: name: string @@ -58675,7 +58484,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3377 {} + headers: &ref_3370 {} CreateOrUpdate datastore (AzureBlob w/ AccountKey).: parameters: name: string @@ -58728,7 +58537,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3378 {} + headers: &ref_3371 {} '201': body: name: string @@ -58754,7 +58563,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3379 {} + headers: &ref_3372 {} language: default: name: CreateOrUpdate @@ -58768,48 +58577,48 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: *ref_2030 + optionalParamGroup: *ref_2023 protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4079 + responseEnv: &ref_4077 type: object properties: - - &ref_2032 - schema: *ref_855 + - &ref_2025 + schema: *ref_849 serializedName: DatastoreData language: - default: &ref_2031 + default: &ref_2024 name: DatastoreData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2031 + go: *ref_2024 protocol: {} language: - default: &ref_2033 + default: &ref_2026 name: DatastoresClientCreateOrUpdateResponse description: DatastoresClientCreateOrUpdateResponse contains the response from method DatastoresClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2032 - go: *ref_2033 + resultProp: *ref_2025 + go: *ref_2026 protocol: {} summary: Create or update datastore. protocol: {} - - &ref_3383 + - &ref_3376 operationId: Datastores_ListSecrets apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2034 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2027 + schema: *ref_1292 implementation: Method required: true - language: &ref_3380 + language: &ref_3373 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -58821,11 +58630,11 @@ operationGroups: protocol: http: in: path - - &ref_2035 + - &ref_2028 schema: *ref_1 implementation: Method required: true - language: &ref_3381 + language: &ref_3374 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -58837,11 +58646,11 @@ operationGroups: protocol: http: in: path - - &ref_2036 + - &ref_2029 schema: *ref_9 implementation: Method required: true - language: &ref_3382 + language: &ref_3375 default: name: name description: Datastore name. @@ -58853,10 +58662,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58886,12 +58695,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_2034 - - *ref_2035 - - *ref_2036 + - *ref_2027 + - *ref_2028 + - *ref_2029 responses: - - schema: *ref_456 - language: &ref_3384 + - schema: *ref_450 + language: &ref_3377 default: name: '' description: Success @@ -58907,7 +58716,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -58937,7 +58746,7 @@ operationGroups: body: key: string secretsType: AccountKey - headers: &ref_3385 {} + headers: &ref_3378 {} language: default: name: ListSecrets @@ -58951,61 +58760,61 @@ operationGroups: azureARM: true clientName: DatastoresClient openApiType: arm - optionalParamGroup: &ref_3973 + optionalParamGroup: &ref_3971 schema: type: object language: - default: &ref_2037 + default: &ref_2030 name: DatastoresClientListSecretsOptions description: DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method. - go: *ref_2037 + go: *ref_2030 protocol: {} originalParameter: [] required: false serializedName: DatastoresClientListSecretsOptions language: - default: &ref_2038 + default: &ref_2031 name: options description: DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method. - go: *ref_2038 + go: *ref_2031 protocol: {} protocolNaming: internalMethod: listSecrets requestMethod: listSecretsCreateRequest responseMethod: listSecretsHandleResponse - responseEnv: &ref_4080 + responseEnv: &ref_4078 type: object properties: - - &ref_2043 + - &ref_2036 schema: type: object - children: *ref_2039 - discriminator: *ref_2040 + children: *ref_2032 + discriminator: *ref_2033 language: - default: &ref_2041 + default: &ref_2034 name: DatastoreSecretsClassification description: discriminated type discriminatorInterface: DatastoreSecretsClassification - go: *ref_2041 + go: *ref_2034 protocol: {} isDiscriminator: true serializedName: DatastoreSecrets language: - default: &ref_2042 + default: &ref_2035 name: DatastoreSecrets description: Base definition for datastore secrets. byValue: true embeddedType: true - go: *ref_2042 + go: *ref_2035 protocol: {} language: - default: &ref_2044 + default: &ref_2037 name: DatastoresClientListSecretsResponse description: DatastoresClientListSecretsResponse contains the response from method DatastoresClient.ListSecrets. marshallingFormat: json responseType: true - resultProp: *ref_2043 - go: *ref_2044 + resultProp: *ref_2036 + go: *ref_2037 protocol: {} summary: Get datastore secrets. protocol: {} @@ -59019,23 +58828,23 @@ operationGroups: clientCtorName: NewDatastoresClient clientName: DatastoresClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3389 + - &ref_3382 $key: EnvironmentContainers operations: - - &ref_3388 + - &ref_3381 operationId: EnvironmentContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2050 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2043 + schema: *ref_1292 implementation: Method required: true - language: &ref_3386 + language: &ref_3379 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59047,11 +58856,11 @@ operationGroups: protocol: http: in: path - - &ref_2051 + - &ref_2044 schema: *ref_1 implementation: Method required: true - language: &ref_3387 + language: &ref_3380 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -59063,8 +58872,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2046 + - *ref_1283 + - &ref_2039 schema: *ref_1 implementation: Method language: @@ -59075,19 +58884,19 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_2047 + paramGroup: &ref_2040 schema: type: object language: - default: &ref_2045 + default: &ref_2038 name: EnvironmentContainersClientListOptions description: EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.NewListPager method. - go: *ref_2045 + go: *ref_2038 protocol: {} originalParameter: - - *ref_2046 - - &ref_2049 - schema: *ref_1836 + - *ref_2039 + - &ref_2042 + schema: *ref_1829 implementation: Method language: default: @@ -59097,7 +58906,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2047 + paramGroup: *ref_2040 serializedName: listViewType protocol: http: @@ -59105,19 +58914,19 @@ operationGroups: required: false serializedName: EnvironmentContainersClientListOptions language: - default: &ref_2048 + default: &ref_2041 name: options description: EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.NewListPager method. - go: *ref_2048 + go: *ref_2041 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_2049 + - *ref_2042 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59147,13 +58956,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2050 - - *ref_2051 - - *ref_2046 - - *ref_2049 + - *ref_2043 + - *ref_2044 + - *ref_2039 + - *ref_2042 responses: - - schema: *ref_2052 - language: &ref_3393 + - schema: *ref_2045 + language: &ref_3386 default: name: '' description: Success @@ -59168,7 +58977,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -59228,50 +59037,50 @@ operationGroups: azureARM: true clientName: EnvironmentContainersClient openApiType: arm - optionalParamGroup: *ref_2047 - paging: &ref_3394 + optionalParamGroup: *ref_2040 + paging: &ref_3387 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4081 + responseEnv: &ref_4079 type: object properties: - - &ref_2054 - schema: *ref_2052 + - &ref_2047 + schema: *ref_2045 serializedName: EnvironmentContainerResourceArmPaginatedResult language: - default: &ref_2053 + default: &ref_2046 name: EnvironmentContainerResourceArmPaginatedResult description: A paginated list of EnvironmentContainer entities. byValue: true embeddedType: true - go: *ref_2053 + go: *ref_2046 protocol: {} language: - default: &ref_2055 + default: &ref_2048 name: EnvironmentContainersClientListResponse description: EnvironmentContainersClientListResponse contains the response from method EnvironmentContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2054 - go: *ref_2055 + resultProp: *ref_2047 + go: *ref_2048 protocol: {} summary: List environment containers. protocol: {} - - &ref_3398 + - &ref_3391 operationId: EnvironmentContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2056 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2049 + schema: *ref_1292 implementation: Method required: true - language: &ref_3395 + language: &ref_3388 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59283,11 +59092,11 @@ operationGroups: protocol: http: in: path - - &ref_2057 + - &ref_2050 schema: *ref_1 implementation: Method required: true - language: &ref_3396 + language: &ref_3389 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -59299,11 +59108,11 @@ operationGroups: protocol: http: in: path - - &ref_2058 + - &ref_2051 schema: *ref_9 implementation: Method required: true - language: &ref_3397 + language: &ref_3390 default: name: name description: Container name. This is case-sensitive. @@ -59315,10 +59124,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59348,9 +59157,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2056 - - *ref_2057 - - *ref_2058 + - *ref_2049 + - *ref_2050 + - *ref_2051 responses: - language: default: @@ -59375,7 +59184,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -59416,51 +59225,51 @@ operationGroups: azureARM: true clientName: EnvironmentContainersClient openApiType: arm - optionalParamGroup: &ref_3974 + optionalParamGroup: &ref_3972 schema: type: object language: - default: &ref_2059 + default: &ref_2052 name: EnvironmentContainersClientDeleteOptions description: EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method. - go: *ref_2059 + go: *ref_2052 protocol: {} originalParameter: [] required: false serializedName: EnvironmentContainersClientDeleteOptions language: - default: &ref_2060 + default: &ref_2053 name: options description: EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method. - go: *ref_2060 + go: *ref_2053 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4082 + responseEnv: &ref_4080 type: object language: - default: &ref_2061 + default: &ref_2054 name: EnvironmentContainersClientDeleteResponse description: EnvironmentContainersClientDeleteResponse contains the response from method EnvironmentContainersClient.Delete. responseType: true - go: *ref_2061 + go: *ref_2054 protocol: {} summary: Delete container. protocol: {} - - &ref_3402 + - &ref_3395 operationId: EnvironmentContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2062 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2055 + schema: *ref_1292 implementation: Method required: true - language: &ref_3399 + language: &ref_3392 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59472,11 +59281,11 @@ operationGroups: protocol: http: in: path - - &ref_2063 + - &ref_2056 schema: *ref_1 implementation: Method required: true - language: &ref_3400 + language: &ref_3393 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -59488,11 +59297,11 @@ operationGroups: protocol: http: in: path - - &ref_2064 + - &ref_2057 schema: *ref_9 implementation: Method required: true - language: &ref_3401 + language: &ref_3394 default: name: name description: Container name. This is case-sensitive. @@ -59504,10 +59313,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59537,12 +59346,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2062 - - *ref_2063 - - *ref_2064 + - *ref_2055 + - *ref_2056 + - *ref_2057 responses: - - schema: *ref_856 - language: &ref_3403 + - schema: *ref_850 + language: &ref_3396 default: name: '' description: Success @@ -59557,7 +59366,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -59613,65 +59422,65 @@ operationGroups: azureARM: true clientName: EnvironmentContainersClient openApiType: arm - optionalParamGroup: &ref_3975 + optionalParamGroup: &ref_3973 schema: type: object language: - default: &ref_2065 + default: &ref_2058 name: EnvironmentContainersClientGetOptions description: EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method. - go: *ref_2065 + go: *ref_2058 protocol: {} originalParameter: [] required: false serializedName: EnvironmentContainersClientGetOptions language: - default: &ref_2066 + default: &ref_2059 name: options description: EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method. - go: *ref_2066 + go: *ref_2059 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4083 + responseEnv: &ref_4081 type: object properties: - - &ref_2068 - schema: *ref_856 + - &ref_2061 + schema: *ref_850 serializedName: EnvironmentContainerData language: - default: &ref_2067 + default: &ref_2060 name: EnvironmentContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2067 + go: *ref_2060 protocol: {} language: - default: &ref_2069 + default: &ref_2062 name: EnvironmentContainersClientGetResponse description: EnvironmentContainersClientGetResponse contains the response from method EnvironmentContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2068 - go: *ref_2069 + resultProp: *ref_2061 + go: *ref_2062 protocol: {} summary: Get container. protocol: {} - - &ref_3408 + - &ref_3401 operationId: EnvironmentContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2072 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2065 + schema: *ref_1292 implementation: Method required: true - language: &ref_3404 + language: &ref_3397 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59683,11 +59492,11 @@ operationGroups: protocol: http: in: path - - &ref_2073 + - &ref_2066 schema: *ref_1 implementation: Method required: true - language: &ref_3405 + language: &ref_3398 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -59699,11 +59508,11 @@ operationGroups: protocol: http: in: path - - &ref_2074 - schema: *ref_1658 + - &ref_2067 + schema: *ref_1651 implementation: Method required: true - language: &ref_3406 + language: &ref_3399 default: name: name description: Container name. This is case-sensitive. @@ -59715,15 +59524,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2071 + application/json: &ref_2064 parameters: - - &ref_2070 - schema: *ref_856 + - &ref_2063 + schema: *ref_850 implementation: Method required: true - language: &ref_3407 + language: &ref_3400 default: name: body description: Container entity to create or update. @@ -59734,7 +59543,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59751,7 +59560,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2070 + - *ref_2063 language: default: name: '' @@ -59768,14 +59577,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2071 + - *ref_2064 signatureParameters: - - *ref_2072 - - *ref_2073 - - *ref_2074 + - *ref_2065 + - *ref_2066 + - *ref_2067 responses: - - schema: *ref_856 - language: &ref_3409 + - schema: *ref_850 + language: &ref_3402 default: name: '' description: Success @@ -59789,8 +59598,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_856 - language: &ref_3410 + - schema: *ref_850 + language: &ref_3403 default: name: '' description: Created @@ -59805,7 +59614,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -59899,50 +59708,50 @@ operationGroups: azureARM: true clientName: EnvironmentContainersClient openApiType: arm - optionalParamGroup: &ref_3976 + optionalParamGroup: &ref_3974 schema: type: object language: - default: &ref_2075 + default: &ref_2068 name: EnvironmentContainersClientCreateOrUpdateOptions description: EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method. - go: *ref_2075 + go: *ref_2068 protocol: {} originalParameter: [] required: false serializedName: EnvironmentContainersClientCreateOrUpdateOptions language: - default: &ref_2076 + default: &ref_2069 name: options description: EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method. - go: *ref_2076 + go: *ref_2069 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4084 + responseEnv: &ref_4082 type: object properties: - - &ref_2078 - schema: *ref_856 + - &ref_2071 + schema: *ref_850 serializedName: EnvironmentContainerData language: - default: &ref_2077 + default: &ref_2070 name: EnvironmentContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2077 + go: *ref_2070 protocol: {} language: - default: &ref_2079 + default: &ref_2072 name: EnvironmentContainersClientCreateOrUpdateResponse description: EnvironmentContainersClientCreateOrUpdateResponse contains the response from method EnvironmentContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2078 - go: *ref_2079 + resultProp: *ref_2071 + go: *ref_2072 protocol: {} summary: Create or update container. protocol: {} @@ -59956,23 +59765,23 @@ operationGroups: clientCtorName: NewEnvironmentContainersClient clientName: EnvironmentContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3417 + - &ref_3410 $key: EnvironmentVersions operations: - - &ref_3416 + - &ref_3409 operationId: EnvironmentVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2087 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2080 + schema: *ref_1292 implementation: Method required: true - language: &ref_3411 + language: &ref_3404 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -59984,11 +59793,11 @@ operationGroups: protocol: http: in: path - - &ref_2088 + - &ref_2081 schema: *ref_1 implementation: Method required: true - language: &ref_3412 + language: &ref_3405 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -60000,11 +59809,11 @@ operationGroups: protocol: http: in: path - - &ref_2089 + - &ref_2082 schema: *ref_9 implementation: Method required: true - language: &ref_3413 + language: &ref_3406 default: name: name description: Container name. This is case-sensitive. @@ -60016,11 +59825,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2081 + - *ref_1283 + - &ref_2074 schema: *ref_9 implementation: Method - language: &ref_3414 + language: &ref_3407 default: name: orderBy description: Ordering of list. @@ -60028,21 +59837,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_2082 + paramGroup: &ref_2075 schema: type: object language: - default: &ref_2080 + default: &ref_2073 name: EnvironmentVersionsClientListOptions description: EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.NewListPager method. - go: *ref_2080 + go: *ref_2073 protocol: {} originalParameter: - - *ref_2081 - - &ref_2084 + - *ref_2074 + - &ref_2077 schema: *ref_18 implementation: Method - language: &ref_3415 + language: &ref_3408 default: name: top description: Maximum number of records to return. @@ -60050,12 +59859,12 @@ operationGroups: go: name: Top description: Maximum number of records to return. - paramGroup: *ref_2082 + paramGroup: *ref_2075 serializedName: $top protocol: http: in: query - - &ref_2085 + - &ref_2078 schema: *ref_1 implementation: Method language: @@ -60066,13 +59875,13 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_2082 + paramGroup: *ref_2075 serializedName: $skip protocol: http: in: query - - &ref_2086 - schema: *ref_1836 + - &ref_2079 + schema: *ref_1829 implementation: Method language: default: @@ -60082,7 +59891,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2082 + paramGroup: *ref_2075 serializedName: listViewType protocol: http: @@ -60090,21 +59899,21 @@ operationGroups: required: false serializedName: EnvironmentVersionsClientListOptions language: - default: &ref_2083 + default: &ref_2076 name: options description: EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.NewListPager method. - go: *ref_2083 + go: *ref_2076 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_2084 - - *ref_2085 - - *ref_2086 + - *ref_2077 + - *ref_2078 + - *ref_2079 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60134,16 +59943,16 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2087 - - *ref_2088 - - *ref_2089 + - *ref_2080 - *ref_2081 - - *ref_2084 - - *ref_2085 - - *ref_2086 + - *ref_2082 + - *ref_2074 + - *ref_2077 + - *ref_2078 + - *ref_2079 responses: - - schema: *ref_2090 - language: &ref_3433 + - schema: *ref_2083 + language: &ref_3426 default: name: '' description: Success @@ -60158,7 +59967,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -60224,7 +60033,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3434 {} + headers: &ref_3427 {} x-ms-pageable: nextLinkName: nextLink language: @@ -60240,50 +60049,50 @@ operationGroups: azureARM: true clientName: EnvironmentVersionsClient openApiType: arm - optionalParamGroup: *ref_2082 - paging: &ref_3435 + optionalParamGroup: *ref_2075 + paging: &ref_3428 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4085 + responseEnv: &ref_4083 type: object properties: - - &ref_2092 - schema: *ref_2090 + - &ref_2085 + schema: *ref_2083 serializedName: EnvironmentVersionResourceArmPaginatedResult language: - default: &ref_2091 + default: &ref_2084 name: EnvironmentVersionResourceArmPaginatedResult description: A paginated list of EnvironmentVersion entities. byValue: true embeddedType: true - go: *ref_2091 + go: *ref_2084 protocol: {} language: - default: &ref_2093 + default: &ref_2086 name: EnvironmentVersionsClientListResponse description: EnvironmentVersionsClientListResponse contains the response from method EnvironmentVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2092 - go: *ref_2093 + resultProp: *ref_2085 + go: *ref_2086 protocol: {} summary: List versions. protocol: {} - - &ref_3440 + - &ref_3433 operationId: EnvironmentVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2094 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2087 + schema: *ref_1292 implementation: Method required: true - language: &ref_3436 + language: &ref_3429 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -60295,11 +60104,11 @@ operationGroups: protocol: http: in: path - - &ref_2095 + - &ref_2088 schema: *ref_1 implementation: Method required: true - language: &ref_3437 + language: &ref_3430 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -60311,11 +60120,11 @@ operationGroups: protocol: http: in: path - - &ref_2096 + - &ref_2089 schema: *ref_9 implementation: Method required: true - language: &ref_3438 + language: &ref_3431 default: name: name description: Container name. This is case-sensitive. @@ -60327,11 +60136,11 @@ operationGroups: protocol: http: in: path - - &ref_2097 + - &ref_2090 schema: *ref_9 implementation: Method required: true - language: &ref_3439 + language: &ref_3432 default: name: version description: Version identifier. This is case-sensitive. @@ -60343,10 +60152,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60376,10 +60185,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2094 - - *ref_2095 - - *ref_2096 - - *ref_2097 + - *ref_2087 + - *ref_2088 + - *ref_2089 + - *ref_2090 responses: - language: default: @@ -60404,7 +60213,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -60446,51 +60255,51 @@ operationGroups: azureARM: true clientName: EnvironmentVersionsClient openApiType: arm - optionalParamGroup: &ref_3977 + optionalParamGroup: &ref_3975 schema: type: object language: - default: &ref_2098 + default: &ref_2091 name: EnvironmentVersionsClientDeleteOptions description: EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method. - go: *ref_2098 + go: *ref_2091 protocol: {} originalParameter: [] required: false serializedName: EnvironmentVersionsClientDeleteOptions language: - default: &ref_2099 + default: &ref_2092 name: options description: EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method. - go: *ref_2099 + go: *ref_2092 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4086 + responseEnv: &ref_4084 type: object language: - default: &ref_2100 + default: &ref_2093 name: EnvironmentVersionsClientDeleteResponse description: EnvironmentVersionsClientDeleteResponse contains the response from method EnvironmentVersionsClient.Delete. responseType: true - go: *ref_2100 + go: *ref_2093 protocol: {} summary: Delete version. protocol: {} - - &ref_3445 + - &ref_3438 operationId: EnvironmentVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2101 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2094 + schema: *ref_1292 implementation: Method required: true - language: &ref_3441 + language: &ref_3434 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -60502,11 +60311,11 @@ operationGroups: protocol: http: in: path - - &ref_2102 + - &ref_2095 schema: *ref_1 implementation: Method required: true - language: &ref_3442 + language: &ref_3435 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -60518,11 +60327,11 @@ operationGroups: protocol: http: in: path - - &ref_2103 + - &ref_2096 schema: *ref_9 implementation: Method required: true - language: &ref_3443 + language: &ref_3436 default: name: name description: Container name. This is case-sensitive. @@ -60534,11 +60343,11 @@ operationGroups: protocol: http: in: path - - &ref_2104 + - &ref_2097 schema: *ref_9 implementation: Method required: true - language: &ref_3444 + language: &ref_3437 default: name: version description: Version identifier. This is case-sensitive. @@ -60550,10 +60359,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60583,13 +60392,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2101 - - *ref_2102 - - *ref_2103 - - *ref_2104 + - *ref_2094 + - *ref_2095 + - *ref_2096 + - *ref_2097 responses: - - schema: *ref_857 - language: &ref_3446 + - schema: *ref_851 + language: &ref_3439 default: name: '' description: Success @@ -60604,7 +60413,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -60666,7 +60475,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3447 {} + headers: &ref_3440 {} language: default: name: Get @@ -60680,65 +60489,65 @@ operationGroups: azureARM: true clientName: EnvironmentVersionsClient openApiType: arm - optionalParamGroup: &ref_3978 + optionalParamGroup: &ref_3976 schema: type: object language: - default: &ref_2105 + default: &ref_2098 name: EnvironmentVersionsClientGetOptions description: EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method. - go: *ref_2105 + go: *ref_2098 protocol: {} originalParameter: [] required: false serializedName: EnvironmentVersionsClientGetOptions language: - default: &ref_2106 + default: &ref_2099 name: options description: EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method. - go: *ref_2106 + go: *ref_2099 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4087 + responseEnv: &ref_4085 type: object properties: - - &ref_2108 - schema: *ref_857 + - &ref_2101 + schema: *ref_851 serializedName: EnvironmentVersionData language: - default: &ref_2107 + default: &ref_2100 name: EnvironmentVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2107 + go: *ref_2100 protocol: {} language: - default: &ref_2109 + default: &ref_2102 name: EnvironmentVersionsClientGetResponse description: EnvironmentVersionsClientGetResponse contains the response from method EnvironmentVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2108 - go: *ref_2109 + resultProp: *ref_2101 + go: *ref_2102 protocol: {} summary: Get version. protocol: {} - - &ref_3453 + - &ref_3446 operationId: EnvironmentVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2112 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2105 + schema: *ref_1292 implementation: Method required: true - language: &ref_3448 + language: &ref_3441 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -60750,11 +60559,11 @@ operationGroups: protocol: http: in: path - - &ref_2113 + - &ref_2106 schema: *ref_1 implementation: Method required: true - language: &ref_3449 + language: &ref_3442 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -60766,11 +60575,11 @@ operationGroups: protocol: http: in: path - - &ref_2114 - schema: *ref_1658 + - &ref_2107 + schema: *ref_1651 implementation: Method required: true - language: &ref_3450 + language: &ref_3443 default: name: name description: Name of EnvironmentVersion. This is case-sensitive. @@ -60782,11 +60591,11 @@ operationGroups: protocol: http: in: path - - &ref_2115 + - &ref_2108 schema: *ref_9 implementation: Method required: true - language: &ref_3451 + language: &ref_3444 default: name: version description: Version of EnvironmentVersion. @@ -60798,15 +60607,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2111 + application/json: &ref_2104 parameters: - - &ref_2110 - schema: *ref_857 + - &ref_2103 + schema: *ref_851 implementation: Method required: true - language: &ref_3452 + language: &ref_3445 default: name: body description: Definition of EnvironmentVersion. @@ -60817,7 +60626,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60834,7 +60643,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2110 + - *ref_2103 language: default: name: '' @@ -60851,15 +60660,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2111 + - *ref_2104 signatureParameters: - - *ref_2112 - - *ref_2113 - - *ref_2114 - - *ref_2115 + - *ref_2105 + - *ref_2106 + - *ref_2107 + - *ref_2108 responses: - - schema: *ref_857 - language: &ref_3454 + - schema: *ref_851 + language: &ref_3447 default: name: '' description: Success @@ -60873,8 +60682,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_857 - language: &ref_3456 + - schema: *ref_851 + language: &ref_3449 default: name: '' description: Created @@ -60889,7 +60698,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -60974,7 +60783,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3455 {} + headers: &ref_3448 {} '201': body: name: string @@ -61010,7 +60819,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3457 {} + headers: &ref_3450 {} language: default: name: CreateOrUpdate @@ -61024,50 +60833,50 @@ operationGroups: azureARM: true clientName: EnvironmentVersionsClient openApiType: arm - optionalParamGroup: &ref_3979 + optionalParamGroup: &ref_3977 schema: type: object language: - default: &ref_2116 + default: &ref_2109 name: EnvironmentVersionsClientCreateOrUpdateOptions description: EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method. - go: *ref_2116 + go: *ref_2109 protocol: {} originalParameter: [] required: false serializedName: EnvironmentVersionsClientCreateOrUpdateOptions language: - default: &ref_2117 + default: &ref_2110 name: options description: EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method. - go: *ref_2117 + go: *ref_2110 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4088 + responseEnv: &ref_4086 type: object properties: - - &ref_2119 - schema: *ref_857 + - &ref_2112 + schema: *ref_851 serializedName: EnvironmentVersionData language: - default: &ref_2118 + default: &ref_2111 name: EnvironmentVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2118 + go: *ref_2111 protocol: {} language: - default: &ref_2120 + default: &ref_2113 name: EnvironmentVersionsClientCreateOrUpdateResponse description: EnvironmentVersionsClientCreateOrUpdateResponse contains the response from method EnvironmentVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2119 - go: *ref_2120 + resultProp: *ref_2112 + go: *ref_2113 protocol: {} summary: Creates or updates an EnvironmentVersion. protocol: {} @@ -61081,23 +60890,23 @@ operationGroups: clientCtorName: NewEnvironmentVersionsClient clientName: EnvironmentVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3461 + - &ref_3454 $key: Jobs operations: - - &ref_3460 + - &ref_3453 operationId: Jobs_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2130 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2123 + schema: *ref_1292 implementation: Method required: true - language: &ref_3458 + language: &ref_3451 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -61109,11 +60918,11 @@ operationGroups: protocol: http: in: path - - &ref_2131 + - &ref_2124 schema: *ref_1 implementation: Method required: true - language: &ref_3459 + language: &ref_3452 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -61125,8 +60934,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2122 + - *ref_1283 + - &ref_2115 schema: *ref_1 implementation: Method language: @@ -61137,21 +60946,21 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_2123 + paramGroup: &ref_2116 schema: type: object language: - default: &ref_2121 + default: &ref_2114 name: JobsClientListOptions description: JobsClientListOptions contains the optional parameters for the JobsClient.NewListPager method. - go: *ref_2121 + go: *ref_2114 protocol: {} originalParameter: - - *ref_2122 - - &ref_2125 + - *ref_2115 + - &ref_2118 schema: *ref_9 implementation: Method - language: &ref_3523 + language: &ref_3517 default: name: jobType description: Type of job to be returned. @@ -61159,15 +60968,15 @@ operationGroups: go: name: JobType description: Type of job to be returned. - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: jobType protocol: http: in: query - - &ref_2126 + - &ref_2119 schema: *ref_9 implementation: Method - language: &ref_3524 + language: &ref_3518 default: name: tag description: Jobs returned will have this tag key. @@ -61175,13 +60984,13 @@ operationGroups: go: name: Tag description: Jobs returned will have this tag key. - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: tag protocol: http: in: query - - &ref_2127 - schema: *ref_1836 + - &ref_2120 + schema: *ref_1829 implementation: Method language: default: @@ -61191,13 +61000,13 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: listViewType protocol: http: in: query - - &ref_2128 - schema: *ref_1992 + - &ref_2121 + schema: *ref_1985 implementation: Method language: default: @@ -61207,12 +61016,12 @@ operationGroups: go: name: Scheduled description: Indicator whether the job is scheduled job. - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: scheduled protocol: http: in: query - - &ref_2129 + - &ref_2122 schema: *ref_9 implementation: Method language: @@ -61223,7 +61032,7 @@ operationGroups: go: name: ScheduleID description: The scheduled id for listing the job triggered from - paramGroup: *ref_2123 + paramGroup: *ref_2116 serializedName: scheduleId protocol: http: @@ -61231,23 +61040,23 @@ operationGroups: required: false serializedName: JobsClientListOptions language: - default: &ref_2124 + default: &ref_2117 name: options description: JobsClientListOptions contains the optional parameters for the JobsClient.NewListPager method. - go: *ref_2124 + go: *ref_2117 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_2125 - - *ref_2126 - - *ref_2127 - - *ref_2128 - - *ref_2129 + - *ref_2118 + - *ref_2119 + - *ref_2120 + - *ref_2121 + - *ref_2122 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61277,17 +61086,17 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2130 - - *ref_2131 + - *ref_2123 + - *ref_2124 + - *ref_2115 + - *ref_2118 + - *ref_2119 + - *ref_2120 + - *ref_2121 - *ref_2122 - - *ref_2125 - - *ref_2126 - - *ref_2127 - - *ref_2128 - - *ref_2129 responses: - - schema: *ref_2132 - language: &ref_3520 + - schema: *ref_2125 + language: &ref_3514 default: name: '' description: Success @@ -61302,7 +61111,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -61357,7 +61166,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3496 + string: &ref_3490 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -61399,7 +61208,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3521 {} + headers: &ref_3515 {} List Command Job.: parameters: $skipToken: string @@ -61449,7 +61258,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3543 + parameters: &ref_3539 string: string properties: string: string @@ -61457,7 +61266,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3545 + string: &ref_3541 7aad5998-6c83-4ca9-b50a-b44dfc43f420: null services: string: @@ -61478,7 +61287,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3547 {} + headers: &ref_3543 {} List Pipeline Job.: parameters: $skipToken: string @@ -61525,7 +61334,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3550 {} + settings: &ref_3548 {} status: NotStarted tags: string: string @@ -61536,7 +61345,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3552 {} + headers: &ref_3550 {} List Sweep Job.: parameters: $skipToken: string @@ -61577,7 +61386,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3568 + searchSpace: &ref_3566 string: {} services: string: @@ -61604,7 +61413,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3576 + string: &ref_3574 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -61613,7 +61422,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3579 {} + headers: &ref_3577 {} x-ms-pageable: nextLinkName: nextLink language: @@ -61629,50 +61438,50 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: *ref_2123 - paging: &ref_3522 + optionalParamGroup: *ref_2116 + paging: &ref_3516 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4089 + responseEnv: &ref_4087 type: object properties: - - &ref_2134 - schema: *ref_2132 + - &ref_2127 + schema: *ref_2125 serializedName: JobBaseResourceArmPaginatedResult language: - default: &ref_2133 + default: &ref_2126 name: JobBaseResourceArmPaginatedResult description: A paginated list of JobBase entities. byValue: true embeddedType: true - go: *ref_2133 + go: *ref_2126 protocol: {} language: - default: &ref_2135 + default: &ref_2128 name: JobsClientListResponse description: JobsClientListResponse contains the response from method JobsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2134 - go: *ref_2135 + resultProp: *ref_2127 + go: *ref_2128 protocol: {} summary: Lists Jobs in the workspace. protocol: {} - - &ref_3583 + - &ref_3581 operationId: Jobs_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2136 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2129 + schema: *ref_1292 implementation: Method required: true - language: &ref_3580 + language: &ref_3578 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -61684,11 +61493,11 @@ operationGroups: protocol: http: in: path - - &ref_2137 + - &ref_2130 schema: *ref_1 implementation: Method required: true - language: &ref_3581 + language: &ref_3579 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -61700,11 +61509,11 @@ operationGroups: protocol: http: in: path - - &ref_2138 + - &ref_2131 schema: *ref_9 implementation: Method required: true - language: &ref_3582 + language: &ref_3580 default: name: id description: The name and identifier for the Job. This is case-sensitive. @@ -61716,10 +61525,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61749,9 +61558,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2136 - - *ref_2137 - - *ref_2138 + - *ref_2129 + - *ref_2130 + - *ref_2131 responses: - language: default: @@ -61774,7 +61583,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2139 + - schema: *ref_2132 header: x-ms-async-operation-timeout language: default: @@ -61792,7 +61601,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2140 + - schema: *ref_2133 header: Retry-After language: default: @@ -61815,7 +61624,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -61858,67 +61667,67 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: &ref_3980 + optionalParamGroup: &ref_3978 schema: type: object language: - default: &ref_2141 + default: &ref_2134 name: JobsClientBeginDeleteOptions description: JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method. - go: *ref_2141 + go: *ref_2134 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2142 + default: &ref_2135 name: string description: '' - go: *ref_2142 + go: *ref_2135 protocol: {} language: - default: &ref_2143 + default: &ref_2136 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2143 + go: *ref_2136 protocol: {} required: false serializedName: JobsClientBeginDeleteOptions language: - default: &ref_2144 + default: &ref_2137 name: options description: JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method. - go: *ref_2144 + go: *ref_2137 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4090 + responseEnv: &ref_4088 type: object language: - default: &ref_2145 + default: &ref_2138 name: JobsClientDeleteResponse description: JobsClientDeleteResponse contains the response from method JobsClient.BeginDelete. forLRO: true responseType: true - go: *ref_2145 + go: *ref_2138 protocol: {} summary: Deletes a Job (asynchronous). protocol: {} - - &ref_3587 + - &ref_3585 operationId: Jobs_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2146 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2139 + schema: *ref_1292 implementation: Method required: true - language: &ref_3584 + language: &ref_3582 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -61930,11 +61739,11 @@ operationGroups: protocol: http: in: path - - &ref_2147 + - &ref_2140 schema: *ref_1 implementation: Method required: true - language: &ref_3585 + language: &ref_3583 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -61946,11 +61755,11 @@ operationGroups: protocol: http: in: path - - &ref_2148 + - &ref_2141 schema: *ref_16 implementation: Method required: true - language: &ref_3586 + language: &ref_3584 default: name: id description: The name and identifier for the Job. This is case-sensitive. @@ -61962,10 +61771,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61995,12 +61804,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2146 - - *ref_2147 - - *ref_2148 + - *ref_2139 + - *ref_2140 + - *ref_2141 responses: - - schema: *ref_858 - language: &ref_3589 + - schema: *ref_852 + language: &ref_3587 default: name: '' description: Success @@ -62015,7 +61824,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -62070,7 +61879,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3588 + string: &ref_3586 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62112,7 +61921,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3590 {} + headers: &ref_3588 {} Get Command Job.: parameters: api-version: 2022-02-01-preview @@ -62158,7 +61967,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3591 + parameters: &ref_3589 string: string properties: string: string @@ -62166,7 +61975,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3592 + string: &ref_3590 8385cf05-78c0-41ef-b31d-36796a678e19: null services: string: @@ -62187,7 +61996,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3593 {} + headers: &ref_3591 {} Get Pipeline Job.: parameters: api-version: 2022-02-01-preview @@ -62230,7 +62039,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3594 {} + settings: &ref_3592 {} status: NotStarted tags: string: string @@ -62241,7 +62050,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3595 {} + headers: &ref_3593 {} Get Sweep Job.: parameters: api-version: 2022-02-01-preview @@ -62278,7 +62087,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3596 + searchSpace: &ref_3594 string: {} services: string: @@ -62305,7 +62114,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3597 + string: &ref_3595 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -62314,7 +62123,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3598 {} + headers: &ref_3596 {} language: default: name: Get @@ -62328,65 +62137,65 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: &ref_3981 + optionalParamGroup: &ref_3979 schema: type: object language: - default: &ref_2149 + default: &ref_2142 name: JobsClientGetOptions description: JobsClientGetOptions contains the optional parameters for the JobsClient.Get method. - go: *ref_2149 + go: *ref_2142 protocol: {} originalParameter: [] required: false serializedName: JobsClientGetOptions language: - default: &ref_2150 + default: &ref_2143 name: options description: JobsClientGetOptions contains the optional parameters for the JobsClient.Get method. - go: *ref_2150 + go: *ref_2143 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4091 + responseEnv: &ref_4089 type: object properties: - - &ref_2152 - schema: *ref_858 + - &ref_2145 + schema: *ref_852 serializedName: JobBaseData language: - default: &ref_2151 + default: &ref_2144 name: JobBaseData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2151 + go: *ref_2144 protocol: {} language: - default: &ref_2153 + default: &ref_2146 name: JobsClientGetResponse description: JobsClientGetResponse contains the response from method JobsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2152 - go: *ref_2153 + resultProp: *ref_2145 + go: *ref_2146 protocol: {} summary: Gets a Job by name/id. protocol: {} - - &ref_3604 + - &ref_3602 operationId: Jobs_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2156 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2149 + schema: *ref_1292 implementation: Method required: true - language: &ref_3599 + language: &ref_3597 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -62398,11 +62207,11 @@ operationGroups: protocol: http: in: path - - &ref_2157 + - &ref_2150 schema: *ref_1 implementation: Method required: true - language: &ref_3600 + language: &ref_3598 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -62414,11 +62223,11 @@ operationGroups: protocol: http: in: path - - &ref_2158 - schema: *ref_1658 + - &ref_2151 + schema: *ref_1651 implementation: Method required: true - language: &ref_3601 + language: &ref_3599 default: name: id description: The name and identifier for the Job. This is case-sensitive. @@ -62430,15 +62239,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2155 + application/json: &ref_2148 parameters: - - &ref_2154 - schema: *ref_858 + - &ref_2147 + schema: *ref_852 implementation: Method required: true - language: &ref_3603 + language: &ref_3601 default: name: body description: Job definition object. @@ -62449,7 +62258,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -62466,7 +62275,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2154 + - *ref_2147 language: default: name: '' @@ -62483,14 +62292,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2155 + - *ref_2148 signatureParameters: - - *ref_2156 - - *ref_2157 - - *ref_2158 + - *ref_2149 + - *ref_2150 + - *ref_2151 responses: - - schema: *ref_858 - language: &ref_3606 + - schema: *ref_852 + language: &ref_3604 default: name: '' description: Success @@ -62504,8 +62313,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_858 - language: &ref_3609 + - schema: *ref_852 + language: &ref_3607 default: name: '' description: Created @@ -62520,7 +62329,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -62565,7 +62374,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3602 + string: &ref_3600 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62632,7 +62441,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3605 + string: &ref_3603 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62674,7 +62483,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3607 {} + headers: &ref_3605 {} '201': body: name: string @@ -62704,7 +62513,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3608 + string: &ref_3606 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62746,7 +62555,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3610 {} + headers: &ref_3608 {} CreateOrUpdate Command Job.: parameters: api-version: 2022-02-01-preview @@ -62788,7 +62597,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3611 + string: &ref_3609 e6b6493e-7d5e-4db3-be1e-306ec641327e: null services: string: @@ -62841,7 +62650,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3612 + parameters: &ref_3610 string: string properties: string: string @@ -62849,7 +62658,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3613 + string: &ref_3611 a0847709-f5aa-4561-8ba5-d915d403fdcf: null services: string: @@ -62870,7 +62679,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3614 {} + headers: &ref_3612 {} '201': body: name: string @@ -62907,7 +62716,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3615 + parameters: &ref_3613 string: string properties: string: string @@ -62915,7 +62724,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3616 + string: &ref_3614 b8163d40-c351-43d6-8a34-d0cd895b8a5a: null services: string: @@ -62936,7 +62745,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3617 {} + headers: &ref_3615 {} CreateOrUpdate Pipeline Job.: parameters: api-version: 2022-02-01-preview @@ -62967,7 +62776,7 @@ operationGroups: port: 1 properties: string: string - settings: &ref_3618 {} + settings: &ref_3616 {} tags: string: string id: string @@ -63009,7 +62818,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3619 {} + settings: &ref_3617 {} status: NotStarted tags: string: string @@ -63020,7 +62829,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3620 {} + headers: &ref_3618 {} '201': body: name: string @@ -63054,7 +62863,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3621 {} + settings: &ref_3619 {} status: NotStarted tags: string: string @@ -63065,7 +62874,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3622 {} + headers: &ref_3620 {} CreateOrUpdate Sweep Job.: parameters: api-version: 2022-02-01-preview @@ -63092,7 +62901,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3623 + searchSpace: &ref_3621 string: {} services: string: @@ -63116,7 +62925,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3624 + string: &ref_3622 e6b6493e-7d5e-4db3-be1e-306ec641327e: null id: string resourceGroupName: test-rg @@ -63151,7 +62960,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3625 + searchSpace: &ref_3623 string: {} services: string: @@ -63178,7 +62987,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3626 + string: &ref_3624 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -63187,7 +62996,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3627 {} + headers: &ref_3625 {} '201': body: name: string @@ -63215,7 +63024,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3628 + searchSpace: &ref_3626 string: {} services: string: @@ -63242,7 +63051,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3629 + string: &ref_3627 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -63251,7 +63060,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3630 {} + headers: &ref_3628 {} language: default: name: CreateOrUpdate @@ -63265,65 +63074,65 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: &ref_3982 + optionalParamGroup: &ref_3980 schema: type: object language: - default: &ref_2159 + default: &ref_2152 name: JobsClientCreateOrUpdateOptions description: JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method. - go: *ref_2159 + go: *ref_2152 protocol: {} originalParameter: [] required: false serializedName: JobsClientCreateOrUpdateOptions language: - default: &ref_2160 + default: &ref_2153 name: options description: JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method. - go: *ref_2160 + go: *ref_2153 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4092 + responseEnv: &ref_4090 type: object properties: - - &ref_2162 - schema: *ref_858 + - &ref_2155 + schema: *ref_852 serializedName: JobBaseData language: - default: &ref_2161 + default: &ref_2154 name: JobBaseData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2161 + go: *ref_2154 protocol: {} language: - default: &ref_2163 + default: &ref_2156 name: JobsClientCreateOrUpdateResponse description: JobsClientCreateOrUpdateResponse contains the response from method JobsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2162 - go: *ref_2163 + resultProp: *ref_2155 + go: *ref_2156 protocol: {} summary: Creates and executes a Job. protocol: {} - - &ref_3634 + - &ref_3632 operationId: Jobs_Cancel apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2164 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2157 + schema: *ref_1292 implementation: Method required: true - language: &ref_3631 + language: &ref_3629 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -63335,11 +63144,11 @@ operationGroups: protocol: http: in: path - - &ref_2165 + - &ref_2158 schema: *ref_1 implementation: Method required: true - language: &ref_3632 + language: &ref_3630 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -63351,11 +63160,11 @@ operationGroups: protocol: http: in: path - - &ref_2166 + - &ref_2159 schema: *ref_16 implementation: Method required: true - language: &ref_3633 + language: &ref_3631 default: name: id description: The name and identifier for the Job. This is case-sensitive. @@ -63367,10 +63176,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63400,9 +63209,9 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_2164 - - *ref_2165 - - *ref_2166 + - *ref_2157 + - *ref_2158 + - *ref_2159 responses: - language: default: @@ -63416,7 +63225,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -63456,36 +63265,36 @@ operationGroups: azureARM: true clientName: JobsClient openApiType: arm - optionalParamGroup: &ref_3983 + optionalParamGroup: &ref_3981 schema: type: object language: - default: &ref_2167 + default: &ref_2160 name: JobsClientCancelOptions description: JobsClientCancelOptions contains the optional parameters for the JobsClient.Cancel method. - go: *ref_2167 + go: *ref_2160 protocol: {} originalParameter: [] required: false serializedName: JobsClientCancelOptions language: - default: &ref_2168 + default: &ref_2161 name: options description: JobsClientCancelOptions contains the optional parameters for the JobsClient.Cancel method. - go: *ref_2168 + go: *ref_2161 protocol: {} protocolNaming: internalMethod: cancel requestMethod: cancelCreateRequest responseMethod: cancelHandleResponse - responseEnv: &ref_4093 + responseEnv: &ref_4091 type: object language: - default: &ref_2169 + default: &ref_2162 name: JobsClientCancelResponse description: JobsClientCancelResponse contains the response from method JobsClient.Cancel. responseType: true - go: *ref_2169 + go: *ref_2162 protocol: {} summary: Cancels a Job. protocol: {} @@ -63499,23 +63308,23 @@ operationGroups: clientCtorName: NewJobsClient clientName: JobsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3638 + - &ref_3636 $key: ModelContainers operations: - - &ref_3637 + - &ref_3635 operationId: ModelContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2176 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2169 + schema: *ref_1292 implementation: Method required: true - language: &ref_3635 + language: &ref_3633 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -63527,11 +63336,11 @@ operationGroups: protocol: http: in: path - - &ref_2177 + - &ref_2170 schema: *ref_1 implementation: Method required: true - language: &ref_3636 + language: &ref_3634 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -63543,8 +63352,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2171 + - *ref_1283 + - &ref_2164 schema: *ref_1 implementation: Method language: @@ -63555,18 +63364,18 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_2172 + paramGroup: &ref_2165 schema: type: object language: - default: &ref_2170 + default: &ref_2163 name: ModelContainersClientListOptions description: ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.NewListPager method. - go: *ref_2170 + go: *ref_2163 protocol: {} originalParameter: - - *ref_2171 - - &ref_2174 + - *ref_2164 + - &ref_2167 schema: *ref_18 implementation: Method language: @@ -63577,13 +63386,13 @@ operationGroups: go: name: Count description: Maximum number of results to return. - paramGroup: *ref_2172 + paramGroup: *ref_2165 serializedName: count protocol: http: in: query - - &ref_2175 - schema: *ref_1836 + - &ref_2168 + schema: *ref_1829 implementation: Method language: default: @@ -63593,7 +63402,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2172 + paramGroup: *ref_2165 serializedName: listViewType protocol: http: @@ -63601,20 +63410,20 @@ operationGroups: required: false serializedName: ModelContainersClientListOptions language: - default: &ref_2173 + default: &ref_2166 name: options description: ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.NewListPager method. - go: *ref_2173 + go: *ref_2166 protocol: {} serializedName: $skip protocol: http: in: query - - *ref_2174 - - *ref_2175 + - *ref_2167 + - *ref_2168 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63644,14 +63453,14 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2176 - - *ref_2177 - - *ref_2171 - - *ref_2174 - - *ref_2175 + - *ref_2169 + - *ref_2170 + - *ref_2164 + - *ref_2167 + - *ref_2168 responses: - - schema: *ref_2178 - language: &ref_3642 + - schema: *ref_2171 + language: &ref_3640 default: name: '' description: Success @@ -63666,7 +63475,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -63726,50 +63535,50 @@ operationGroups: azureARM: true clientName: ModelContainersClient openApiType: arm - optionalParamGroup: *ref_2172 - paging: &ref_3643 + optionalParamGroup: *ref_2165 + paging: &ref_3641 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4094 + responseEnv: &ref_4092 type: object properties: - - &ref_2180 - schema: *ref_2178 + - &ref_2173 + schema: *ref_2171 serializedName: ModelContainerResourceArmPaginatedResult language: - default: &ref_2179 + default: &ref_2172 name: ModelContainerResourceArmPaginatedResult description: A paginated list of ModelContainer entities. byValue: true embeddedType: true - go: *ref_2179 + go: *ref_2172 protocol: {} language: - default: &ref_2181 + default: &ref_2174 name: ModelContainersClientListResponse description: ModelContainersClientListResponse contains the response from method ModelContainersClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2180 - go: *ref_2181 + resultProp: *ref_2173 + go: *ref_2174 protocol: {} summary: List model containers. protocol: {} - - &ref_3647 + - &ref_3645 operationId: ModelContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2182 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2175 + schema: *ref_1292 implementation: Method required: true - language: &ref_3644 + language: &ref_3642 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -63781,11 +63590,11 @@ operationGroups: protocol: http: in: path - - &ref_2183 + - &ref_2176 schema: *ref_1 implementation: Method required: true - language: &ref_3645 + language: &ref_3643 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -63797,11 +63606,11 @@ operationGroups: protocol: http: in: path - - &ref_2184 + - &ref_2177 schema: *ref_16 implementation: Method required: true - language: &ref_3646 + language: &ref_3644 default: name: name description: Container name. This is case-sensitive. @@ -63813,10 +63622,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63846,9 +63655,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2182 - - *ref_2183 - - *ref_2184 + - *ref_2175 + - *ref_2176 + - *ref_2177 responses: - language: default: @@ -63873,7 +63682,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -63914,51 +63723,51 @@ operationGroups: azureARM: true clientName: ModelContainersClient openApiType: arm - optionalParamGroup: &ref_3984 + optionalParamGroup: &ref_3982 schema: type: object language: - default: &ref_2185 + default: &ref_2178 name: ModelContainersClientDeleteOptions description: ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method. - go: *ref_2185 + go: *ref_2178 protocol: {} originalParameter: [] required: false serializedName: ModelContainersClientDeleteOptions language: - default: &ref_2186 + default: &ref_2179 name: options description: ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method. - go: *ref_2186 + go: *ref_2179 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4095 + responseEnv: &ref_4093 type: object language: - default: &ref_2187 + default: &ref_2180 name: ModelContainersClientDeleteResponse description: ModelContainersClientDeleteResponse contains the response from method ModelContainersClient.Delete. responseType: true - go: *ref_2187 + go: *ref_2180 protocol: {} summary: Delete container. protocol: {} - - &ref_3651 + - &ref_3649 operationId: ModelContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2188 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2181 + schema: *ref_1292 implementation: Method required: true - language: &ref_3648 + language: &ref_3646 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -63970,11 +63779,11 @@ operationGroups: protocol: http: in: path - - &ref_2189 + - &ref_2182 schema: *ref_1 implementation: Method required: true - language: &ref_3649 + language: &ref_3647 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -63986,11 +63795,11 @@ operationGroups: protocol: http: in: path - - &ref_2190 + - &ref_2183 schema: *ref_16 implementation: Method required: true - language: &ref_3650 + language: &ref_3648 default: name: name description: Container name. This is case-sensitive. @@ -64002,10 +63811,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64035,12 +63844,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2188 - - *ref_2189 - - *ref_2190 + - *ref_2181 + - *ref_2182 + - *ref_2183 responses: - - schema: *ref_859 - language: &ref_3652 + - schema: *ref_853 + language: &ref_3650 default: name: '' description: Success @@ -64055,7 +63864,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -64111,65 +63920,65 @@ operationGroups: azureARM: true clientName: ModelContainersClient openApiType: arm - optionalParamGroup: &ref_3985 + optionalParamGroup: &ref_3983 schema: type: object language: - default: &ref_2191 + default: &ref_2184 name: ModelContainersClientGetOptions description: ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method. - go: *ref_2191 + go: *ref_2184 protocol: {} originalParameter: [] required: false serializedName: ModelContainersClientGetOptions language: - default: &ref_2192 + default: &ref_2185 name: options description: ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method. - go: *ref_2192 + go: *ref_2185 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4096 + responseEnv: &ref_4094 type: object properties: - - &ref_2194 - schema: *ref_859 + - &ref_2187 + schema: *ref_853 serializedName: ModelContainerData language: - default: &ref_2193 + default: &ref_2186 name: ModelContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2193 + go: *ref_2186 protocol: {} language: - default: &ref_2195 + default: &ref_2188 name: ModelContainersClientGetResponse description: ModelContainersClientGetResponse contains the response from method ModelContainersClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2194 - go: *ref_2195 + resultProp: *ref_2187 + go: *ref_2188 protocol: {} summary: Get container. protocol: {} - - &ref_3657 + - &ref_3655 operationId: ModelContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2198 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2191 + schema: *ref_1292 implementation: Method required: true - language: &ref_3653 + language: &ref_3651 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -64181,11 +63990,11 @@ operationGroups: protocol: http: in: path - - &ref_2199 + - &ref_2192 schema: *ref_1 implementation: Method required: true - language: &ref_3654 + language: &ref_3652 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -64197,11 +64006,11 @@ operationGroups: protocol: http: in: path - - &ref_2200 - schema: *ref_1658 + - &ref_2193 + schema: *ref_1651 implementation: Method required: true - language: &ref_3655 + language: &ref_3653 default: name: name description: Container name. This is case-sensitive. @@ -64213,15 +64022,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2197 + application/json: &ref_2190 parameters: - - &ref_2196 - schema: *ref_859 + - &ref_2189 + schema: *ref_853 implementation: Method required: true - language: &ref_3656 + language: &ref_3654 default: name: body description: Container entity to create or update. @@ -64232,7 +64041,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64249,7 +64058,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2196 + - *ref_2189 language: default: name: '' @@ -64266,14 +64075,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2197 + - *ref_2190 signatureParameters: - - *ref_2198 - - *ref_2199 - - *ref_2200 + - *ref_2191 + - *ref_2192 + - *ref_2193 responses: - - schema: *ref_859 - language: &ref_3658 + - schema: *ref_853 + language: &ref_3656 default: name: '' description: Success @@ -64287,8 +64096,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_859 - language: &ref_3659 + - schema: *ref_853 + language: &ref_3657 default: name: '' description: Created @@ -64303,7 +64112,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -64382,50 +64191,50 @@ operationGroups: azureARM: true clientName: ModelContainersClient openApiType: arm - optionalParamGroup: &ref_3986 + optionalParamGroup: &ref_3984 schema: type: object language: - default: &ref_2201 + default: &ref_2194 name: ModelContainersClientCreateOrUpdateOptions description: ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method. - go: *ref_2201 + go: *ref_2194 protocol: {} originalParameter: [] required: false serializedName: ModelContainersClientCreateOrUpdateOptions language: - default: &ref_2202 + default: &ref_2195 name: options description: ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method. - go: *ref_2202 + go: *ref_2195 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4097 + responseEnv: &ref_4095 type: object properties: - - &ref_2204 - schema: *ref_859 + - &ref_2197 + schema: *ref_853 serializedName: ModelContainerData language: - default: &ref_2203 + default: &ref_2196 name: ModelContainerData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2203 + go: *ref_2196 protocol: {} language: - default: &ref_2205 + default: &ref_2198 name: ModelContainersClientCreateOrUpdateResponse description: ModelContainersClientCreateOrUpdateResponse contains the response from method ModelContainersClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2204 - go: *ref_2205 + resultProp: *ref_2197 + go: *ref_2198 protocol: {} summary: Create or update container. protocol: {} @@ -64439,23 +64248,23 @@ operationGroups: clientCtorName: NewModelContainersClient clientName: ModelContainersClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3671 + - &ref_3669 $key: ModelVersions operations: - - &ref_3670 + - &ref_3668 operationId: ModelVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2219 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2212 + schema: *ref_1292 implementation: Method required: true - language: &ref_3660 + language: &ref_3658 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -64467,11 +64276,11 @@ operationGroups: protocol: http: in: path - - &ref_2220 + - &ref_2213 schema: *ref_1 implementation: Method required: true - language: &ref_3661 + language: &ref_3659 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -64483,11 +64292,11 @@ operationGroups: protocol: http: in: path - - &ref_2221 + - &ref_2214 schema: *ref_16 implementation: Method required: true - language: &ref_3662 + language: &ref_3660 default: name: name description: Model name. This is case-sensitive. @@ -64499,8 +64308,8 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2207 + - *ref_1283 + - &ref_2200 schema: *ref_1 implementation: Method language: @@ -64511,21 +64320,21 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: &ref_2208 + paramGroup: &ref_2201 schema: type: object language: - default: &ref_2206 + default: &ref_2199 name: ModelVersionsClientListOptions description: ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.NewListPager method. - go: *ref_2206 + go: *ref_2199 protocol: {} originalParameter: - - *ref_2207 - - &ref_2210 + - *ref_2200 + - &ref_2203 schema: *ref_16 implementation: Method - language: &ref_3663 + language: &ref_3661 default: name: orderBy description: Ordering of list. @@ -64533,15 +64342,15 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: $orderBy protocol: http: in: query - - &ref_2211 + - &ref_2204 schema: *ref_18 implementation: Method - language: &ref_3664 + language: &ref_3662 default: name: top description: Maximum number of records to return. @@ -64549,15 +64358,15 @@ operationGroups: go: name: Top description: Maximum number of records to return. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: $top protocol: http: in: query - - &ref_2212 + - &ref_2205 schema: *ref_16 implementation: Method - language: &ref_3665 + language: &ref_3663 default: name: version description: Model version. @@ -64565,15 +64374,15 @@ operationGroups: go: name: Version description: Model version. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: version protocol: http: in: query - - &ref_2213 + - &ref_2206 schema: *ref_16 implementation: Method - language: &ref_3666 + language: &ref_3664 default: name: description description: Model description. @@ -64581,15 +64390,15 @@ operationGroups: go: name: Description description: Model description. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: description protocol: http: in: query - - &ref_2214 + - &ref_2207 schema: *ref_18 implementation: Method - language: &ref_3667 + language: &ref_3665 default: name: offset description: Number of initial results to skip. @@ -64597,15 +64406,15 @@ operationGroups: go: name: Offset description: Number of initial results to skip. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: offset protocol: http: in: query - - &ref_2215 + - &ref_2208 schema: *ref_16 implementation: Method - language: &ref_3668 + language: &ref_3666 default: name: tags description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' @@ -64613,15 +64422,15 @@ operationGroups: go: name: Tags description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: tags protocol: http: in: query - - &ref_2216 + - &ref_2209 schema: *ref_16 implementation: Method - language: &ref_3669 + language: &ref_3667 default: name: properties description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' @@ -64629,12 +64438,12 @@ operationGroups: go: name: Properties description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: properties protocol: http: in: query - - &ref_2217 + - &ref_2210 schema: *ref_16 implementation: Method language: @@ -64645,13 +64454,13 @@ operationGroups: go: name: Feed description: Name of the feed. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: feed protocol: http: in: query - - &ref_2218 - schema: *ref_1836 + - &ref_2211 + schema: *ref_1829 implementation: Method language: default: @@ -64661,7 +64470,7 @@ operationGroups: go: name: ListViewType description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2208 + paramGroup: *ref_2201 serializedName: listViewType protocol: http: @@ -64669,27 +64478,27 @@ operationGroups: required: false serializedName: ModelVersionsClientListOptions language: - default: &ref_2209 + default: &ref_2202 name: options description: ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.NewListPager method. - go: *ref_2209 + go: *ref_2202 protocol: {} serializedName: $skip protocol: http: in: query + - *ref_2203 + - *ref_2204 + - *ref_2205 + - *ref_2206 + - *ref_2207 + - *ref_2208 + - *ref_2209 - *ref_2210 - *ref_2211 - - *ref_2212 - - *ref_2213 - - *ref_2214 - - *ref_2215 - - *ref_2216 - - *ref_2217 - - *ref_2218 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64719,22 +64528,22 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2219 - - *ref_2220 - - *ref_2221 - - *ref_2207 - - *ref_2210 - - *ref_2211 - *ref_2212 - *ref_2213 - *ref_2214 - - *ref_2215 - - *ref_2216 - - *ref_2217 - - *ref_2218 + - *ref_2200 + - *ref_2203 + - *ref_2204 + - *ref_2205 + - *ref_2206 + - *ref_2207 + - *ref_2208 + - *ref_2209 + - *ref_2210 + - *ref_2211 responses: - - schema: *ref_2222 - language: &ref_3679 + - schema: *ref_2215 + language: &ref_3677 default: name: '' description: Success @@ -64749,7 +64558,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -64810,7 +64619,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3680 {} + headers: &ref_3678 {} x-ms-pageable: nextLinkName: nextLink language: @@ -64826,50 +64635,50 @@ operationGroups: azureARM: true clientName: ModelVersionsClient openApiType: arm - optionalParamGroup: *ref_2208 - paging: &ref_3681 + optionalParamGroup: *ref_2201 + paging: &ref_3679 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4098 + responseEnv: &ref_4096 type: object properties: - - &ref_2224 - schema: *ref_2222 + - &ref_2217 + schema: *ref_2215 serializedName: ModelVersionResourceArmPaginatedResult language: - default: &ref_2223 + default: &ref_2216 name: ModelVersionResourceArmPaginatedResult description: A paginated list of ModelVersion entities. byValue: true embeddedType: true - go: *ref_2223 + go: *ref_2216 protocol: {} language: - default: &ref_2225 + default: &ref_2218 name: ModelVersionsClientListResponse description: ModelVersionsClientListResponse contains the response from method ModelVersionsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2224 - go: *ref_2225 + resultProp: *ref_2217 + go: *ref_2218 protocol: {} summary: List model versions. protocol: {} - - &ref_3686 + - &ref_3684 operationId: ModelVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2226 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2219 + schema: *ref_1292 implementation: Method required: true - language: &ref_3682 + language: &ref_3680 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -64881,11 +64690,11 @@ operationGroups: protocol: http: in: path - - &ref_2227 + - &ref_2220 schema: *ref_1 implementation: Method required: true - language: &ref_3683 + language: &ref_3681 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -64897,11 +64706,11 @@ operationGroups: protocol: http: in: path - - &ref_2228 + - &ref_2221 schema: *ref_16 implementation: Method required: true - language: &ref_3684 + language: &ref_3682 default: name: name description: Container name. This is case-sensitive. @@ -64913,11 +64722,11 @@ operationGroups: protocol: http: in: path - - &ref_2229 + - &ref_2222 schema: *ref_16 implementation: Method required: true - language: &ref_3685 + language: &ref_3683 default: name: version description: Version identifier. This is case-sensitive. @@ -64929,10 +64738,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64962,10 +64771,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2226 - - *ref_2227 - - *ref_2228 - - *ref_2229 + - *ref_2219 + - *ref_2220 + - *ref_2221 + - *ref_2222 responses: - language: default: @@ -64990,7 +64799,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -65032,51 +64841,51 @@ operationGroups: azureARM: true clientName: ModelVersionsClient openApiType: arm - optionalParamGroup: &ref_3987 + optionalParamGroup: &ref_3985 schema: type: object language: - default: &ref_2230 + default: &ref_2223 name: ModelVersionsClientDeleteOptions description: ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method. - go: *ref_2230 + go: *ref_2223 protocol: {} originalParameter: [] required: false serializedName: ModelVersionsClientDeleteOptions language: - default: &ref_2231 + default: &ref_2224 name: options description: ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method. - go: *ref_2231 + go: *ref_2224 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4099 + responseEnv: &ref_4097 type: object language: - default: &ref_2232 + default: &ref_2225 name: ModelVersionsClientDeleteResponse description: ModelVersionsClientDeleteResponse contains the response from method ModelVersionsClient.Delete. responseType: true - go: *ref_2232 + go: *ref_2225 protocol: {} summary: Delete version. protocol: {} - - &ref_3691 + - &ref_3689 operationId: ModelVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2233 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2226 + schema: *ref_1292 implementation: Method required: true - language: &ref_3687 + language: &ref_3685 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -65088,11 +64897,11 @@ operationGroups: protocol: http: in: path - - &ref_2234 + - &ref_2227 schema: *ref_1 implementation: Method required: true - language: &ref_3688 + language: &ref_3686 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -65104,11 +64913,11 @@ operationGroups: protocol: http: in: path - - &ref_2235 + - &ref_2228 schema: *ref_16 implementation: Method required: true - language: &ref_3689 + language: &ref_3687 default: name: name description: Container name. This is case-sensitive. @@ -65120,11 +64929,11 @@ operationGroups: protocol: http: in: path - - &ref_2236 + - &ref_2229 schema: *ref_16 implementation: Method required: true - language: &ref_3690 + language: &ref_3688 default: name: version description: Version identifier. This is case-sensitive. @@ -65136,10 +64945,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65169,13 +64978,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2233 - - *ref_2234 - - *ref_2235 - - *ref_2236 + - *ref_2226 + - *ref_2227 + - *ref_2228 + - *ref_2229 responses: - - schema: *ref_860 - language: &ref_3692 + - schema: *ref_854 + language: &ref_3690 default: name: '' description: Success @@ -65190,7 +64999,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -65242,7 +65051,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3693 {} + headers: &ref_3691 {} language: default: name: Get @@ -65256,65 +65065,65 @@ operationGroups: azureARM: true clientName: ModelVersionsClient openApiType: arm - optionalParamGroup: &ref_3988 + optionalParamGroup: &ref_3986 schema: type: object language: - default: &ref_2237 + default: &ref_2230 name: ModelVersionsClientGetOptions description: ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method. - go: *ref_2237 + go: *ref_2230 protocol: {} originalParameter: [] required: false serializedName: ModelVersionsClientGetOptions language: - default: &ref_2238 + default: &ref_2231 name: options description: ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method. - go: *ref_2238 + go: *ref_2231 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4100 + responseEnv: &ref_4098 type: object properties: - - &ref_2240 - schema: *ref_860 + - &ref_2233 + schema: *ref_854 serializedName: ModelVersionData language: - default: &ref_2239 + default: &ref_2232 name: ModelVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2239 + go: *ref_2232 protocol: {} language: - default: &ref_2241 + default: &ref_2234 name: ModelVersionsClientGetResponse description: ModelVersionsClientGetResponse contains the response from method ModelVersionsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2240 - go: *ref_2241 + resultProp: *ref_2233 + go: *ref_2234 protocol: {} summary: Get version. protocol: {} - - &ref_3699 + - &ref_3697 operationId: ModelVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2244 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2237 + schema: *ref_1292 implementation: Method required: true - language: &ref_3694 + language: &ref_3692 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -65326,11 +65135,11 @@ operationGroups: protocol: http: in: path - - &ref_2245 + - &ref_2238 schema: *ref_1 implementation: Method required: true - language: &ref_3695 + language: &ref_3693 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -65342,11 +65151,11 @@ operationGroups: protocol: http: in: path - - &ref_2246 - schema: *ref_1658 + - &ref_2239 + schema: *ref_1651 implementation: Method required: true - language: &ref_3696 + language: &ref_3694 default: name: name description: Container name. This is case-sensitive. @@ -65358,11 +65167,11 @@ operationGroups: protocol: http: in: path - - &ref_2247 + - &ref_2240 schema: *ref_16 implementation: Method required: true - language: &ref_3697 + language: &ref_3695 default: name: version description: Version identifier. This is case-sensitive. @@ -65374,15 +65183,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2243 + application/json: &ref_2236 parameters: - - &ref_2242 - schema: *ref_860 + - &ref_2235 + schema: *ref_854 implementation: Method required: true - language: &ref_3698 + language: &ref_3696 default: name: body description: Version entity to create or update. @@ -65393,7 +65202,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65410,7 +65219,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2242 + - *ref_2235 language: default: name: '' @@ -65427,15 +65236,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2243 + - *ref_2236 signatureParameters: - - *ref_2244 - - *ref_2245 - - *ref_2246 - - *ref_2247 + - *ref_2237 + - *ref_2238 + - *ref_2239 + - *ref_2240 responses: - - schema: *ref_860 - language: &ref_3700 + - schema: *ref_854 + language: &ref_3698 default: name: '' description: Success @@ -65449,8 +65258,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_860 - language: &ref_3702 + - schema: *ref_854 + language: &ref_3700 default: name: '' description: Created @@ -65465,7 +65274,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -65531,7 +65340,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3701 {} + headers: &ref_3699 {} '201': body: name: string @@ -65557,7 +65366,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3703 {} + headers: &ref_3701 {} language: default: name: CreateOrUpdate @@ -65571,50 +65380,50 @@ operationGroups: azureARM: true clientName: ModelVersionsClient openApiType: arm - optionalParamGroup: &ref_3989 + optionalParamGroup: &ref_3987 schema: type: object language: - default: &ref_2248 + default: &ref_2241 name: ModelVersionsClientCreateOrUpdateOptions description: ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method. - go: *ref_2248 + go: *ref_2241 protocol: {} originalParameter: [] required: false serializedName: ModelVersionsClientCreateOrUpdateOptions language: - default: &ref_2249 + default: &ref_2242 name: options description: ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method. - go: *ref_2249 + go: *ref_2242 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4101 + responseEnv: &ref_4099 type: object properties: - - &ref_2251 - schema: *ref_860 + - &ref_2244 + schema: *ref_854 serializedName: ModelVersionData language: - default: &ref_2250 + default: &ref_2243 name: ModelVersionData description: Azure Resource Manager resource envelope. byValue: true embeddedType: true - go: *ref_2250 + go: *ref_2243 protocol: {} language: - default: &ref_2252 + default: &ref_2245 name: ModelVersionsClientCreateOrUpdateResponse description: ModelVersionsClientCreateOrUpdateResponse contains the response from method ModelVersionsClient.CreateOrUpdate. marshallingFormat: json responseType: true - resultProp: *ref_2251 - go: *ref_2252 + resultProp: *ref_2244 + go: *ref_2245 protocol: {} summary: Create or update version. protocol: {} @@ -65628,23 +65437,23 @@ operationGroups: clientCtorName: NewModelVersionsClient clientName: ModelVersionsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3713 + - &ref_3711 $key: OnlineEndpoints operations: - - &ref_3712 + - &ref_3710 operationId: OnlineEndpoints_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2264 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2257 + schema: *ref_1292 implementation: Method required: true - language: &ref_3704 + language: &ref_3702 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -65656,11 +65465,11 @@ operationGroups: protocol: http: in: path - - &ref_2265 + - &ref_2258 schema: *ref_1 implementation: Method required: true - language: &ref_3705 + language: &ref_3703 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -65672,11 +65481,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2254 + - *ref_1283 + - &ref_2247 schema: *ref_16 implementation: Method - language: &ref_3706 + language: &ref_3704 default: name: name description: Name of the endpoint. @@ -65684,21 +65493,21 @@ operationGroups: go: name: Name description: Name of the endpoint. - paramGroup: &ref_2255 + paramGroup: &ref_2248 schema: type: object language: - default: &ref_2253 + default: &ref_2246 name: OnlineEndpointsClientListOptions description: OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.NewListPager method. - go: *ref_2253 + go: *ref_2246 protocol: {} originalParameter: - - *ref_2254 - - &ref_2258 + - *ref_2247 + - &ref_2251 schema: *ref_18 implementation: Method - language: &ref_3707 + language: &ref_3705 default: name: count description: Number of endpoints to be retrieved in a page of results. @@ -65706,15 +65515,15 @@ operationGroups: go: name: Count description: Number of endpoints to be retrieved in a page of results. - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: count protocol: http: in: query - - &ref_2259 - schema: *ref_318 + - &ref_2252 + schema: *ref_312 implementation: Method - language: &ref_3708 + language: &ref_3706 default: name: computeType description: EndpointComputeType to be filtered by. @@ -65722,12 +65531,12 @@ operationGroups: go: name: ComputeType description: EndpointComputeType to be filtered by. - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: computeType protocol: http: in: query - - &ref_2260 + - &ref_2253 schema: *ref_1 implementation: Method language: @@ -65738,15 +65547,15 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: $skip protocol: http: in: query - - &ref_2261 + - &ref_2254 schema: *ref_16 implementation: Method - language: &ref_3709 + language: &ref_3707 default: name: tags description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' @@ -65754,15 +65563,15 @@ operationGroups: go: name: Tags description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: tags protocol: http: in: query - - &ref_2262 + - &ref_2255 schema: *ref_16 implementation: Method - language: &ref_3710 + language: &ref_3708 default: name: properties description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' @@ -65770,15 +65579,15 @@ operationGroups: go: name: Properties description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: properties protocol: http: in: query - - &ref_2263 - schema: *ref_2256 + - &ref_2256 + schema: *ref_2249 implementation: Method - language: &ref_3711 + language: &ref_3709 default: name: orderBy description: The option to order the response. @@ -65786,7 +65595,7 @@ operationGroups: go: name: OrderBy description: The option to order the response. - paramGroup: *ref_2255 + paramGroup: *ref_2248 serializedName: orderBy protocol: http: @@ -65794,24 +65603,24 @@ operationGroups: required: false serializedName: OnlineEndpointsClientListOptions language: - default: &ref_2257 + default: &ref_2250 name: options description: OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.NewListPager method. - go: *ref_2257 + go: *ref_2250 protocol: {} serializedName: name protocol: http: in: query - - *ref_2258 - - *ref_2259 - - *ref_2260 - - *ref_2261 - - *ref_2262 - - *ref_2263 + - *ref_2251 + - *ref_2252 + - *ref_2253 + - *ref_2254 + - *ref_2255 + - *ref_2256 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65841,18 +65650,18 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2264 - - *ref_2265 - - *ref_2254 + - *ref_2257 - *ref_2258 - - *ref_2259 - - *ref_2260 - - *ref_2261 - - *ref_2262 - - *ref_2263 + - *ref_2247 + - *ref_2251 + - *ref_2252 + - *ref_2253 + - *ref_2254 + - *ref_2255 + - *ref_2256 responses: - - schema: *ref_2266 - language: &ref_3723 + - schema: *ref_2259 + language: &ref_3721 default: name: '' description: Success @@ -65867,7 +65676,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -65941,7 +65750,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3724 {} + headers: &ref_3722 {} x-ms-pageable: nextLinkName: nextLink language: @@ -65957,50 +65766,50 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: *ref_2255 - paging: &ref_3725 + optionalParamGroup: *ref_2248 + paging: &ref_3723 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4102 + responseEnv: &ref_4100 type: object properties: - - &ref_2268 - schema: *ref_2266 + - &ref_2261 + schema: *ref_2259 serializedName: OnlineEndpointTrackedResourceArmPaginatedResult language: - default: &ref_2267 + default: &ref_2260 name: OnlineEndpointTrackedResourceArmPaginatedResult description: A paginated list of OnlineEndpoint entities. byValue: true embeddedType: true - go: *ref_2267 + go: *ref_2260 protocol: {} language: - default: &ref_2269 + default: &ref_2262 name: OnlineEndpointsClientListResponse description: OnlineEndpointsClientListResponse contains the response from method OnlineEndpointsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2268 - go: *ref_2269 + resultProp: *ref_2261 + go: *ref_2262 protocol: {} summary: List Online Endpoints. protocol: {} - - &ref_3729 + - &ref_3727 operationId: OnlineEndpoints_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2270 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2263 + schema: *ref_1292 implementation: Method required: true - language: &ref_3726 + language: &ref_3724 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -66012,11 +65821,11 @@ operationGroups: protocol: http: in: path - - &ref_2271 + - &ref_2264 schema: *ref_1 implementation: Method required: true - language: &ref_3727 + language: &ref_3725 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -66028,11 +65837,11 @@ operationGroups: protocol: http: in: path - - &ref_2272 + - &ref_2265 schema: *ref_16 implementation: Method required: true - language: &ref_3728 + language: &ref_3726 default: name: endpointName description: Online Endpoint name. @@ -66044,10 +65853,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66077,9 +65886,9 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2270 - - *ref_2271 - - *ref_2272 + - *ref_2263 + - *ref_2264 + - *ref_2265 responses: - language: default: @@ -66102,7 +65911,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2273 + - schema: *ref_2266 header: x-ms-async-operation-timeout language: default: @@ -66120,7 +65929,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2274 + - schema: *ref_2267 header: Retry-After language: default: @@ -66143,7 +65952,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -66186,67 +65995,67 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3990 + optionalParamGroup: &ref_3988 schema: type: object language: - default: &ref_2275 + default: &ref_2268 name: OnlineEndpointsClientBeginDeleteOptions description: OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method. - go: *ref_2275 + go: *ref_2268 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2276 + default: &ref_2269 name: string description: '' - go: *ref_2276 + go: *ref_2269 protocol: {} language: - default: &ref_2277 + default: &ref_2270 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2277 + go: *ref_2270 protocol: {} required: false serializedName: OnlineEndpointsClientBeginDeleteOptions language: - default: &ref_2278 + default: &ref_2271 name: options description: OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method. - go: *ref_2278 + go: *ref_2271 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4103 + responseEnv: &ref_4101 type: object language: - default: &ref_2279 + default: &ref_2272 name: OnlineEndpointsClientDeleteResponse description: OnlineEndpointsClientDeleteResponse contains the response from method OnlineEndpointsClient.BeginDelete. forLRO: true responseType: true - go: *ref_2279 + go: *ref_2272 protocol: {} summary: Delete Online Endpoint (asynchronous). protocol: {} - - &ref_3733 + - &ref_3731 operationId: OnlineEndpoints_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2280 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2273 + schema: *ref_1292 implementation: Method required: true - language: &ref_3730 + language: &ref_3728 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -66258,11 +66067,11 @@ operationGroups: protocol: http: in: path - - &ref_2281 + - &ref_2274 schema: *ref_1 implementation: Method required: true - language: &ref_3731 + language: &ref_3729 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -66274,11 +66083,11 @@ operationGroups: protocol: http: in: path - - &ref_2282 + - &ref_2275 schema: *ref_19 implementation: Method required: true - language: &ref_3732 + language: &ref_3730 default: name: endpointName description: Online Endpoint name. @@ -66290,10 +66099,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66323,12 +66132,12 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2280 - - *ref_2281 - - *ref_2282 + - *ref_2273 + - *ref_2274 + - *ref_2275 responses: - - schema: *ref_388 - language: &ref_3734 + - schema: *ref_382 + language: &ref_3732 default: name: '' description: Success @@ -66343,7 +66152,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -66409,7 +66218,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3735 {} + headers: &ref_3733 {} language: default: name: Get @@ -66423,65 +66232,65 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3991 + optionalParamGroup: &ref_3989 schema: type: object language: - default: &ref_2283 + default: &ref_2276 name: OnlineEndpointsClientGetOptions description: OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method. - go: *ref_2283 + go: *ref_2276 protocol: {} originalParameter: [] required: false serializedName: OnlineEndpointsClientGetOptions language: - default: &ref_2284 + default: &ref_2277 name: options description: OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method. - go: *ref_2284 + go: *ref_2277 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4104 + responseEnv: &ref_4102 type: object properties: - - &ref_2286 - schema: *ref_388 + - &ref_2279 + schema: *ref_382 serializedName: OnlineEndpointData language: - default: &ref_2285 + default: &ref_2278 name: OnlineEndpointData description: '' byValue: true embeddedType: true - go: *ref_2285 + go: *ref_2278 protocol: {} language: - default: &ref_2287 + default: &ref_2280 name: OnlineEndpointsClientGetResponse description: OnlineEndpointsClientGetResponse contains the response from method OnlineEndpointsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2286 - go: *ref_2287 + resultProp: *ref_2279 + go: *ref_2280 protocol: {} summary: Get Online Endpoint. protocol: {} - - &ref_3748 + - &ref_3746 operationId: OnlineEndpoints_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2291 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2284 + schema: *ref_1292 implementation: Method required: true - language: &ref_3736 + language: &ref_3734 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -66493,11 +66302,11 @@ operationGroups: protocol: http: in: path - - &ref_2292 + - &ref_2285 schema: *ref_1 implementation: Method required: true - language: &ref_3737 + language: &ref_3735 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -66509,11 +66318,11 @@ operationGroups: protocol: http: in: path - - &ref_2293 + - &ref_2286 schema: *ref_19 implementation: Method required: true - language: &ref_3738 + language: &ref_3736 default: name: endpointName description: Online Endpoint name. @@ -66525,15 +66334,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2290 + application/json: &ref_2283 parameters: - - &ref_2289 - schema: *ref_2288 + - &ref_2282 + schema: *ref_2281 implementation: Method required: true - language: &ref_3747 + language: &ref_3745 default: name: body description: Online Endpoint entity to apply during operation. @@ -66544,7 +66353,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66561,7 +66370,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2289 + - *ref_2282 language: default: name: '' @@ -66578,14 +66387,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2290 + - *ref_2283 signatureParameters: - - *ref_2291 - - *ref_2292 - - *ref_2293 + - *ref_2284 + - *ref_2285 + - *ref_2286 responses: - - schema: *ref_388 - language: &ref_3749 + - schema: *ref_382 + language: &ref_3747 default: name: '' description: Success @@ -66609,7 +66418,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2294 + - schema: *ref_2287 header: x-ms-async-operation-timeout language: default: @@ -66627,7 +66436,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2295 + - schema: *ref_2288 header: Retry-After language: default: @@ -66639,7 +66448,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -66663,7 +66472,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3739 {} + string: &ref_3737 {} kind: string location: string properties: @@ -66722,7 +66531,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3750 {} + headers: &ref_3748 {} '202': {} x-ms-long-running-operation: true language: @@ -66738,81 +66547,81 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3992 + optionalParamGroup: &ref_3990 schema: type: object language: - default: &ref_2296 + default: &ref_2289 name: OnlineEndpointsClientBeginUpdateOptions description: OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method. - go: *ref_2296 + go: *ref_2289 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2297 + default: &ref_2290 name: string description: '' - go: *ref_2297 + go: *ref_2290 protocol: {} language: - default: &ref_2298 + default: &ref_2291 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2298 + go: *ref_2291 protocol: {} required: false serializedName: OnlineEndpointsClientBeginUpdateOptions language: - default: &ref_2299 + default: &ref_2292 name: options description: OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method. - go: *ref_2299 + go: *ref_2292 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4105 + responseEnv: &ref_4103 type: object properties: - - &ref_2301 - schema: *ref_388 + - &ref_2294 + schema: *ref_382 serializedName: OnlineEndpointData language: - default: &ref_2300 + default: &ref_2293 name: OnlineEndpointData description: '' byValue: true embeddedType: true - go: *ref_2300 + go: *ref_2293 protocol: {} language: - default: &ref_2302 + default: &ref_2295 name: OnlineEndpointsClientUpdateResponse description: OnlineEndpointsClientUpdateResponse contains the response from method OnlineEndpointsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_2301 - go: *ref_2302 + resultProp: *ref_2294 + go: *ref_2295 protocol: {} summary: Update Online Endpoint (asynchronous). protocol: {} - - &ref_3755 + - &ref_3753 operationId: OnlineEndpoints_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2305 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2298 + schema: *ref_1292 implementation: Method required: true - language: &ref_3751 + language: &ref_3749 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -66824,11 +66633,11 @@ operationGroups: protocol: http: in: path - - &ref_2306 + - &ref_2299 schema: *ref_1 implementation: Method required: true - language: &ref_3752 + language: &ref_3750 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -66840,11 +66649,11 @@ operationGroups: protocol: http: in: path - - &ref_2307 - schema: *ref_1658 + - &ref_2300 + schema: *ref_1651 implementation: Method required: true - language: &ref_3753 + language: &ref_3751 default: name: endpointName description: Online Endpoint name. @@ -66856,15 +66665,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2304 + application/json: &ref_2297 parameters: - - &ref_2303 - schema: *ref_388 + - &ref_2296 + schema: *ref_382 implementation: Method required: true - language: &ref_3754 + language: &ref_3752 default: name: body description: Online Endpoint entity to apply during operation. @@ -66875,7 +66684,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66892,7 +66701,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2303 + - *ref_2296 language: default: name: '' @@ -66909,14 +66718,14 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2304 + - *ref_2297 signatureParameters: - - *ref_2305 - - *ref_2306 - - *ref_2307 + - *ref_2298 + - *ref_2299 + - *ref_2300 responses: - - schema: *ref_388 - language: &ref_3756 + - schema: *ref_382 + language: &ref_3754 default: name: '' description: Success @@ -66930,8 +66739,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_388 - language: &ref_3758 + - schema: *ref_382 + language: &ref_3756 default: name: '' description: Created @@ -66941,7 +66750,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2308 + - schema: *ref_2301 header: x-ms-async-operation-timeout language: default: @@ -66950,7 +66759,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2309 + - schema: *ref_2302 header: Azure-AsyncOperation language: default: @@ -66965,7 +66774,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -67053,7 +66862,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3757 {} + headers: &ref_3755 {} '201': body: name: string @@ -67094,7 +66903,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3759 {} + headers: &ref_3757 {} x-ms-long-running-operation: true language: default: @@ -67109,81 +66918,81 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3993 + optionalParamGroup: &ref_3991 schema: type: object language: - default: &ref_2310 + default: &ref_2303 name: OnlineEndpointsClientBeginCreateOrUpdateOptions description: OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method. - go: *ref_2310 + go: *ref_2303 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2311 + default: &ref_2304 name: string description: '' - go: *ref_2311 + go: *ref_2304 protocol: {} language: - default: &ref_2312 + default: &ref_2305 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2312 + go: *ref_2305 protocol: {} required: false serializedName: OnlineEndpointsClientBeginCreateOrUpdateOptions language: - default: &ref_2313 + default: &ref_2306 name: options description: OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method. - go: *ref_2313 + go: *ref_2306 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4106 + responseEnv: &ref_4104 type: object properties: - - &ref_2315 - schema: *ref_388 + - &ref_2308 + schema: *ref_382 serializedName: OnlineEndpointData language: - default: &ref_2314 + default: &ref_2307 name: OnlineEndpointData description: '' byValue: true embeddedType: true - go: *ref_2314 + go: *ref_2307 protocol: {} language: - default: &ref_2316 + default: &ref_2309 name: OnlineEndpointsClientCreateOrUpdateResponse description: OnlineEndpointsClientCreateOrUpdateResponse contains the response from method OnlineEndpointsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_2315 - go: *ref_2316 + resultProp: *ref_2308 + go: *ref_2309 protocol: {} summary: Create or update Online Endpoint (asynchronous). protocol: {} - - &ref_3763 + - &ref_3761 operationId: OnlineEndpoints_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2318 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2311 + schema: *ref_1292 implementation: Method required: true - language: &ref_3760 + language: &ref_3758 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -67195,11 +67004,11 @@ operationGroups: protocol: http: in: path - - &ref_2319 + - &ref_2312 schema: *ref_1 implementation: Method required: true - language: &ref_3761 + language: &ref_3759 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -67211,11 +67020,11 @@ operationGroups: protocol: http: in: path - - &ref_2320 - schema: *ref_2317 + - &ref_2313 + schema: *ref_2310 implementation: Method required: true - language: &ref_3762 + language: &ref_3760 default: name: endpointName description: Online Endpoint name. @@ -67227,10 +67036,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67260,12 +67069,12 @@ operationGroups: method: post uri: '{$host}' signatureParameters: - - *ref_2318 - - *ref_2319 - - *ref_2320 + - *ref_2311 + - *ref_2312 + - *ref_2313 responses: - - schema: *ref_1050 - language: &ref_3764 + - schema: *ref_1043 + language: &ref_3762 default: name: '' description: Success @@ -67280,7 +67089,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -67310,7 +67119,7 @@ operationGroups: body: primaryKey: string secondaryKey: string - headers: &ref_3765 {} + headers: &ref_3763 {} language: default: name: ListKeys @@ -67324,65 +67133,65 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3994 + optionalParamGroup: &ref_3992 schema: type: object language: - default: &ref_2321 + default: &ref_2314 name: OnlineEndpointsClientListKeysOptions description: OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method. - go: *ref_2321 + go: *ref_2314 protocol: {} originalParameter: [] required: false serializedName: OnlineEndpointsClientListKeysOptions language: - default: &ref_2322 + default: &ref_2315 name: options description: OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method. - go: *ref_2322 + go: *ref_2315 protocol: {} protocolNaming: internalMethod: listKeys requestMethod: listKeysCreateRequest responseMethod: listKeysHandleResponse - responseEnv: &ref_4107 + responseEnv: &ref_4105 type: object properties: - - &ref_2324 - schema: *ref_1050 + - &ref_2317 + schema: *ref_1043 serializedName: EndpointAuthKeys language: - default: &ref_2323 + default: &ref_2316 name: EndpointAuthKeys description: Keys for endpoint authentication. byValue: true embeddedType: true - go: *ref_2323 + go: *ref_2316 protocol: {} language: - default: &ref_2325 + default: &ref_2318 name: OnlineEndpointsClientListKeysResponse description: OnlineEndpointsClientListKeysResponse contains the response from method OnlineEndpointsClient.ListKeys. marshallingFormat: json responseType: true - resultProp: *ref_2324 - go: *ref_2325 + resultProp: *ref_2317 + go: *ref_2318 protocol: {} summary: List EndpointAuthKeys for an Endpoint using Key-based authentication. protocol: {} - - &ref_3772 + - &ref_3770 operationId: OnlineEndpoints_RegenerateKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2329 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2322 + schema: *ref_1292 implementation: Method required: true - language: &ref_3766 + language: &ref_3764 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -67394,11 +67203,11 @@ operationGroups: protocol: http: in: path - - &ref_2330 + - &ref_2323 schema: *ref_1 implementation: Method required: true - language: &ref_3767 + language: &ref_3765 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -67410,11 +67219,11 @@ operationGroups: protocol: http: in: path - - &ref_2331 - schema: *ref_2317 + - &ref_2324 + schema: *ref_2310 implementation: Method required: true - language: &ref_3768 + language: &ref_3766 default: name: endpointName description: Online Endpoint name. @@ -67426,15 +67235,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2328 + application/json: &ref_2321 parameters: - - &ref_2327 - schema: *ref_2326 + - &ref_2320 + schema: *ref_2319 implementation: Method required: true - language: &ref_3771 + language: &ref_3769 default: name: body description: RegenerateKeys request . @@ -67445,7 +67254,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67462,7 +67271,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2327 + - *ref_2320 language: default: name: '' @@ -67479,11 +67288,11 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2328 + - *ref_2321 signatureParameters: - - *ref_2329 - - *ref_2330 - - *ref_2331 + - *ref_2322 + - *ref_2323 + - *ref_2324 responses: - language: default: @@ -67506,7 +67315,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2317 + - schema: *ref_2310 header: Location language: default: @@ -67515,7 +67324,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2332 + - schema: *ref_2325 header: Retry-After language: default: @@ -67527,7 +67336,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -67574,67 +67383,283 @@ operationGroups: azureARM: true clientName: OnlineEndpointsClient openApiType: arm - optionalParamGroup: &ref_3995 + optionalParamGroup: &ref_3993 schema: type: object language: - default: &ref_2333 + default: &ref_2326 name: OnlineEndpointsClientBeginRegenerateKeysOptions description: OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method. - go: *ref_2333 + go: *ref_2326 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2334 + default: &ref_2327 name: string description: '' - go: *ref_2334 + go: *ref_2327 protocol: {} language: - default: &ref_2335 + default: &ref_2328 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2335 + go: *ref_2328 protocol: {} required: false serializedName: OnlineEndpointsClientBeginRegenerateKeysOptions language: - default: &ref_2336 + default: &ref_2329 name: options description: OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method. - go: *ref_2336 + go: *ref_2329 protocol: {} protocolNaming: internalMethod: regenerateKeys requestMethod: regenerateKeysCreateRequest responseMethod: regenerateKeysHandleResponse - responseEnv: &ref_4108 + responseEnv: &ref_4106 type: object language: - default: &ref_2337 + default: &ref_2330 name: OnlineEndpointsClientRegenerateKeysResponse description: OnlineEndpointsClientRegenerateKeysResponse contains the response from method OnlineEndpointsClient.BeginRegenerateKeys. forLRO: true responseType: true - go: *ref_2337 + go: *ref_2330 protocol: {} summary: Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). protocol: {} - - &ref_3776 + - &ref_3774 operationId: OnlineEndpoints_GetToken apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2338 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2331 + schema: *ref_1292 + implementation: Method + required: true + language: &ref_3771 + default: + name: resourceGroupName + description: The name of the resource group. The name is case insensitive. + serializedName: resourceGroupName + go: + name: resourceGroupName + description: The name of the resource group. The name is case insensitive. + serializedName: resourceGroupName + protocol: + http: + in: path + - &ref_2332 + schema: *ref_1 + implementation: Method + required: true + language: &ref_3772 + default: + name: workspaceName + description: Name of Azure Machine Learning workspace. + serializedName: workspaceName + go: + name: workspaceName + description: Name of Azure Machine Learning workspace. + serializedName: workspaceName + protocol: + http: + in: path + - &ref_2333 + schema: *ref_21 implementation: Method required: true language: &ref_3773 + default: + name: endpointName + description: Online Endpoint name. + serializedName: endpointName + go: + name: endpointName + description: Online Endpoint name. + serializedName: endpointName + protocol: + http: + in: path + - *ref_1283 + requests: + - parameters: + - schema: *ref_1284 + implementation: Method + origin: modelerfour:synthesized/accept + required: true + language: + default: + name: accept + description: Accept header + serializedName: Accept + go: + name: accept + description: Accept header + serializedName: Accept + protocol: + http: + in: header + signatureParameters: [] + language: + default: + name: '' + description: '' + go: + name: '' + description: '' + protocol: + http: + path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/token + method: post + uri: '{$host}' + signatureParameters: + - *ref_2331 + - *ref_2332 + - *ref_2333 + responses: + - schema: *ref_2334 + language: &ref_3779 + default: + name: '' + description: Success + go: + name: '' + description: Success + protocol: + http: + knownMediaType: json + mediaTypes: + - application/json + statusCodes: + - '200' + exceptions: + - schema: *ref_108 + language: + default: + name: '' + description: Error + go: + name: '' + description: Error + protocol: + http: + knownMediaType: json + mediaTypes: + - application/json + statusCodes: + - default + extensions: + x-ms-examples: + GetToken Online Endpoint.: + parameters: + api-version: 2022-02-01-preview + endpointName: testEndpointName + resourceGroupName: test-rg + subscriptionId: 00000000-1111-2222-3333-444444444444 + workspaceName: my-aml-workspace + x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/getToken.json + responses: + '200': + body: + accessToken: string + expiryTimeUtc: 1 + refreshAfterTimeUtc: 1 + tokenType: string + headers: &ref_3780 {} + language: + default: + name: GetToken + description: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. + summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. + go: + name: GetToken + description: |- + Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. + If the operation fails it returns an *azcore.ResponseError type. + azureARM: true + clientName: OnlineEndpointsClient + openApiType: arm + optionalParamGroup: &ref_3994 + schema: + type: object + language: + default: &ref_2335 + name: OnlineEndpointsClientGetTokenOptions + description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. + go: *ref_2335 + protocol: {} + originalParameter: [] + required: false + serializedName: OnlineEndpointsClientGetTokenOptions + language: + default: &ref_2336 + name: options + description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. + go: *ref_2336 + protocol: {} + protocolNaming: + internalMethod: getToken + requestMethod: getTokenCreateRequest + responseMethod: getTokenHandleResponse + responseEnv: &ref_4107 + type: object + properties: + - &ref_2338 + schema: *ref_2334 + serializedName: EndpointAuthToken + language: + default: &ref_2337 + name: EndpointAuthToken + description: Service Token + byValue: true + embeddedType: true + go: *ref_2337 + protocol: {} + language: + default: &ref_2339 + name: OnlineEndpointsClientGetTokenResponse + description: OnlineEndpointsClientGetTokenResponse contains the response from method OnlineEndpointsClient.GetToken. + marshallingFormat: json + responseType: true + resultProp: *ref_2338 + go: *ref_2339 + protocol: {} + summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. + protocol: {} + language: + default: + name: OnlineEndpoints + description: '' + go: + name: OnlineEndpoints + description: '' + clientCtorName: NewOnlineEndpointsClient + clientName: OnlineEndpointsClient + clientParams: + - *ref_1291 + protocol: {} + - &ref_3787 + $key: OnlineDeployments + operations: + - &ref_3786 + operationId: OnlineDeployments_List + apiVersions: + - version: 2022-02-01-preview + parameters: + - *ref_1282 + - *ref_1291 + - &ref_2347 + schema: *ref_1292 + implementation: Method + required: true + language: &ref_3781 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -67646,11 +67671,11 @@ operationGroups: protocol: http: in: path - - &ref_2339 + - &ref_2348 schema: *ref_1 implementation: Method required: true - language: &ref_3774 + language: &ref_3782 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -67662,227 +67687,11 @@ operationGroups: protocol: http: in: path - - &ref_2340 - schema: *ref_21 - implementation: Method - required: true - language: &ref_3775 - default: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName - protocol: - http: - in: path - - *ref_1290 - requests: - - parameters: - - schema: *ref_1291 - implementation: Method - origin: modelerfour:synthesized/accept - required: true - language: - default: - name: accept - description: Accept header - serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept - protocol: - http: - in: header - signatureParameters: [] - language: - default: - name: '' - description: '' - go: - name: '' - description: '' - protocol: - http: - path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/token - method: post - uri: '{$host}' - signatureParameters: - - *ref_2338 - - *ref_2339 - - *ref_2340 - responses: - - schema: *ref_2341 - language: &ref_3781 - default: - name: '' - description: Success - go: - name: '' - description: Success - protocol: - http: - knownMediaType: json - mediaTypes: - - application/json - statusCodes: - - '200' - exceptions: - - schema: *ref_110 - language: - default: - name: '' - description: Error - go: - name: '' - description: Error - protocol: - http: - knownMediaType: json - mediaTypes: - - application/json - statusCodes: - - default - extensions: - x-ms-examples: - GetToken Online Endpoint.: - parameters: - api-version: 2022-02-01-preview - endpointName: testEndpointName - resourceGroupName: test-rg - subscriptionId: 00000000-1111-2222-3333-444444444444 - workspaceName: my-aml-workspace - x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/getToken.json - responses: - '200': - body: - accessToken: string - expiryTimeUtc: 1 - refreshAfterTimeUtc: 1 - tokenType: string - headers: &ref_3782 {} - language: - default: - name: GetToken - description: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - go: - name: GetToken - description: |- - Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_3996 - schema: - type: object - language: - default: &ref_2342 - name: OnlineEndpointsClientGetTokenOptions - description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. - go: *ref_2342 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineEndpointsClientGetTokenOptions - language: - default: &ref_2343 - name: options - description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. - go: *ref_2343 - protocol: {} - protocolNaming: - internalMethod: getToken - requestMethod: getTokenCreateRequest - responseMethod: getTokenHandleResponse - responseEnv: &ref_4109 - type: object - properties: - - &ref_2345 - schema: *ref_2341 - serializedName: EndpointAuthToken - language: - default: &ref_2344 - name: EndpointAuthToken - description: Service Token - byValue: true - embeddedType: true - go: *ref_2344 - protocol: {} - language: - default: &ref_2346 - name: OnlineEndpointsClientGetTokenResponse - description: OnlineEndpointsClientGetTokenResponse contains the response from method OnlineEndpointsClient.GetToken. - marshallingFormat: json - responseType: true - resultProp: *ref_2345 - go: *ref_2346 - protocol: {} - summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - protocol: {} - language: - default: - name: OnlineEndpoints - description: '' - go: - name: OnlineEndpoints - description: '' - clientCtorName: NewOnlineEndpointsClient - clientName: OnlineEndpointsClient - clientParams: - - *ref_1298 - protocol: {} - - &ref_3789 - $key: OnlineDeployments - operations: - - &ref_3788 - operationId: OnlineDeployments_List - apiVersions: - - version: 2022-02-01-preview - parameters: - - *ref_1289 - - *ref_1298 - - &ref_2354 - schema: *ref_1299 + - &ref_2349 + schema: *ref_2340 implementation: Method required: true language: &ref_3783 - default: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName - protocol: - http: - in: path - - &ref_2355 - schema: *ref_1 - implementation: Method - required: true - language: &ref_3784 - default: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName - protocol: - http: - in: path - - &ref_2356 - schema: *ref_2347 - implementation: Method - required: true - language: &ref_3785 default: name: endpointName description: Inference endpoint name. @@ -67894,11 +67703,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2349 - schema: *ref_2347 + - *ref_1283 + - &ref_2342 + schema: *ref_2340 implementation: Method - language: &ref_3786 + language: &ref_3784 default: name: orderBy description: Ordering of list. @@ -67906,21 +67715,21 @@ operationGroups: go: name: OrderBy description: Ordering of list. - paramGroup: &ref_2350 + paramGroup: &ref_2343 schema: type: object language: - default: &ref_2348 + default: &ref_2341 name: OnlineDeploymentsClientListOptions description: OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.NewListPager method. - go: *ref_2348 + go: *ref_2341 protocol: {} originalParameter: - - *ref_2349 - - &ref_2352 + - *ref_2342 + - &ref_2345 schema: *ref_18 implementation: Method - language: &ref_3787 + language: &ref_3785 default: name: top description: Top of list. @@ -67928,12 +67737,12 @@ operationGroups: go: name: Top description: Top of list. - paramGroup: *ref_2350 + paramGroup: *ref_2343 serializedName: $top protocol: http: in: query - - &ref_2353 + - &ref_2346 schema: *ref_1 implementation: Method language: @@ -67944,7 +67753,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_2350 + paramGroup: *ref_2343 serializedName: $skip protocol: http: @@ -67952,20 +67761,20 @@ operationGroups: required: false serializedName: OnlineDeploymentsClientListOptions language: - default: &ref_2351 + default: &ref_2344 name: options description: OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.NewListPager method. - go: *ref_2351 + go: *ref_2344 protocol: {} serializedName: $orderBy protocol: http: in: query - - *ref_2352 - - *ref_2353 + - *ref_2345 + - *ref_2346 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67995,15 +67804,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2354 - - *ref_2355 - - *ref_2356 + - *ref_2347 + - *ref_2348 - *ref_2349 - - *ref_2352 - - *ref_2353 + - *ref_2342 + - *ref_2345 + - *ref_2346 responses: - - schema: *ref_2357 - language: &ref_3822 + - schema: *ref_2350 + language: &ref_3820 default: name: '' description: Success @@ -68018,7 +67827,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -68115,7 +67924,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3823 {} + headers: &ref_3821 {} x-ms-pageable: nextLinkName: nextLink language: @@ -68131,50 +67940,50 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: *ref_2350 - paging: &ref_3824 + optionalParamGroup: *ref_2343 + paging: &ref_3822 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4110 + responseEnv: &ref_4108 type: object properties: - - &ref_2359 - schema: *ref_2357 + - &ref_2352 + schema: *ref_2350 serializedName: OnlineDeploymentTrackedResourceArmPaginatedResult language: - default: &ref_2358 + default: &ref_2351 name: OnlineDeploymentTrackedResourceArmPaginatedResult description: A paginated list of OnlineDeployment entities. byValue: true embeddedType: true - go: *ref_2358 + go: *ref_2351 protocol: {} language: - default: &ref_2360 + default: &ref_2353 name: OnlineDeploymentsClientListResponse description: OnlineDeploymentsClientListResponse contains the response from method OnlineDeploymentsClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2359 - go: *ref_2360 + resultProp: *ref_2352 + go: *ref_2353 protocol: {} summary: List Inference Endpoint Deployments. protocol: {} - - &ref_3829 + - &ref_3827 operationId: OnlineDeployments_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2361 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2354 + schema: *ref_1292 implementation: Method required: true - language: &ref_3825 + language: &ref_3823 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -68186,11 +67995,11 @@ operationGroups: protocol: http: in: path - - &ref_2362 + - &ref_2355 schema: *ref_1 implementation: Method required: true - language: &ref_3826 + language: &ref_3824 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -68202,11 +68011,11 @@ operationGroups: protocol: http: in: path - - &ref_2363 - schema: *ref_2347 + - &ref_2356 + schema: *ref_2340 implementation: Method required: true - language: &ref_3827 + language: &ref_3825 default: name: endpointName description: Inference endpoint name. @@ -68218,11 +68027,11 @@ operationGroups: protocol: http: in: path - - &ref_2364 - schema: *ref_2347 + - &ref_2357 + schema: *ref_2340 implementation: Method required: true - language: &ref_3828 + language: &ref_3826 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -68234,10 +68043,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68267,10 +68076,10 @@ operationGroups: method: delete uri: '{$host}' signatureParameters: - - *ref_2361 - - *ref_2362 - - *ref_2363 - - *ref_2364 + - *ref_2354 + - *ref_2355 + - *ref_2356 + - *ref_2357 responses: - language: default: @@ -68293,7 +68102,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2365 + - schema: *ref_2358 header: x-ms-async-operation-timeout language: default: @@ -68302,7 +68111,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2347 + - schema: *ref_2340 header: Location language: default: @@ -68311,7 +68120,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2366 + - schema: *ref_2359 header: Retry-After language: default: @@ -68334,7 +68143,7 @@ operationGroups: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -68378,67 +68187,67 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3997 + optionalParamGroup: &ref_3995 schema: type: object language: - default: &ref_2367 + default: &ref_2360 name: OnlineDeploymentsClientBeginDeleteOptions description: OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method. - go: *ref_2367 + go: *ref_2360 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2368 + default: &ref_2361 name: string description: '' - go: *ref_2368 + go: *ref_2361 protocol: {} language: - default: &ref_2369 + default: &ref_2362 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2369 + go: *ref_2362 protocol: {} required: false serializedName: OnlineDeploymentsClientBeginDeleteOptions language: - default: &ref_2370 + default: &ref_2363 name: options description: OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method. - go: *ref_2370 + go: *ref_2363 protocol: {} protocolNaming: internalMethod: deleteOperation requestMethod: deleteCreateRequest responseMethod: deleteHandleResponse - responseEnv: &ref_4111 + responseEnv: &ref_4109 type: object language: - default: &ref_2371 + default: &ref_2364 name: OnlineDeploymentsClientDeleteResponse description: OnlineDeploymentsClientDeleteResponse contains the response from method OnlineDeploymentsClient.BeginDelete. forLRO: true responseType: true - go: *ref_2371 + go: *ref_2364 protocol: {} summary: Delete Inference Endpoint Deployment (asynchronous). protocol: {} - - &ref_3834 + - &ref_3832 operationId: OnlineDeployments_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2372 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2365 + schema: *ref_1292 implementation: Method required: true - language: &ref_3830 + language: &ref_3828 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -68450,11 +68259,11 @@ operationGroups: protocol: http: in: path - - &ref_2373 + - &ref_2366 schema: *ref_1 implementation: Method required: true - language: &ref_3831 + language: &ref_3829 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -68466,11 +68275,11 @@ operationGroups: protocol: http: in: path - - &ref_2374 + - &ref_2367 schema: *ref_20 implementation: Method required: true - language: &ref_3832 + language: &ref_3830 default: name: endpointName description: Inference endpoint name. @@ -68482,11 +68291,11 @@ operationGroups: protocol: http: in: path - - &ref_2375 + - &ref_2368 schema: *ref_20 implementation: Method required: true - language: &ref_3833 + language: &ref_3831 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -68498,10 +68307,10 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68531,13 +68340,13 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2372 - - *ref_2373 - - *ref_2374 - - *ref_2375 + - *ref_2365 + - *ref_2366 + - *ref_2367 + - *ref_2368 responses: - - schema: *ref_389 - language: &ref_3835 + - schema: *ref_383 + language: &ref_3833 default: name: '' description: Success @@ -68552,7 +68361,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -68646,7 +68455,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3836 {} + headers: &ref_3834 {} Get Managed Online Deployment.: parameters: api-version: 2022-02-01-preview @@ -68720,7 +68529,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3838 {} + headers: &ref_3836 {} language: default: name: Get @@ -68734,65 +68543,65 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3998 + optionalParamGroup: &ref_3996 schema: type: object language: - default: &ref_2376 + default: &ref_2369 name: OnlineDeploymentsClientGetOptions description: OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method. - go: *ref_2376 + go: *ref_2369 protocol: {} originalParameter: [] required: false serializedName: OnlineDeploymentsClientGetOptions language: - default: &ref_2377 + default: &ref_2370 name: options description: OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method. - go: *ref_2377 + go: *ref_2370 protocol: {} protocolNaming: internalMethod: get requestMethod: getCreateRequest responseMethod: getHandleResponse - responseEnv: &ref_4112 + responseEnv: &ref_4110 type: object properties: - - &ref_2379 - schema: *ref_389 + - &ref_2372 + schema: *ref_383 serializedName: OnlineDeploymentData language: - default: &ref_2378 + default: &ref_2371 name: OnlineDeploymentData description: '' byValue: true embeddedType: true - go: *ref_2378 + go: *ref_2371 protocol: {} language: - default: &ref_2380 + default: &ref_2373 name: OnlineDeploymentsClientGetResponse description: OnlineDeploymentsClientGetResponse contains the response from method OnlineDeploymentsClient.Get. marshallingFormat: json responseType: true - resultProp: *ref_2379 - go: *ref_2380 + resultProp: *ref_2372 + go: *ref_2373 protocol: {} summary: Get Inference Deployment Deployment. protocol: {} - - &ref_3853 + - &ref_3851 operationId: OnlineDeployments_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2384 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2377 + schema: *ref_1292 implementation: Method required: true - language: &ref_3839 + language: &ref_3837 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -68804,11 +68613,11 @@ operationGroups: protocol: http: in: path - - &ref_2385 + - &ref_2378 schema: *ref_1 implementation: Method required: true - language: &ref_3840 + language: &ref_3838 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -68820,11 +68629,11 @@ operationGroups: protocol: http: in: path - - &ref_2386 - schema: *ref_1658 + - &ref_2379 + schema: *ref_1651 implementation: Method required: true - language: &ref_3841 + language: &ref_3839 default: name: endpointName description: Online Endpoint name. @@ -68836,11 +68645,11 @@ operationGroups: protocol: http: in: path - - &ref_2387 - schema: *ref_1658 + - &ref_2380 + schema: *ref_1651 implementation: Method required: true - language: &ref_3842 + language: &ref_3840 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -68852,15 +68661,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2383 + application/json: &ref_2376 parameters: - - &ref_2382 - schema: *ref_2381 + - &ref_2375 + schema: *ref_2374 implementation: Method required: true - language: &ref_3852 + language: &ref_3850 default: name: body description: Online Endpoint entity to apply during operation. @@ -68871,7 +68680,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68888,7 +68697,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2382 + - *ref_2375 language: default: name: '' @@ -68905,15 +68714,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2383 + - *ref_2376 signatureParameters: - - *ref_2384 - - *ref_2385 - - *ref_2386 - - *ref_2387 + - *ref_2377 + - *ref_2378 + - *ref_2379 + - *ref_2380 responses: - - schema: *ref_389 - language: &ref_3854 + - schema: *ref_383 + language: &ref_3852 default: name: '' description: Success @@ -68937,7 +68746,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2388 + - schema: *ref_2381 header: x-ms-async-operation-timeout language: default: @@ -68955,7 +68764,7 @@ operationGroups: go: name: Location description: URI to poll for asynchronous operation result. - - schema: *ref_2389 + - schema: *ref_2382 header: Retry-After language: default: @@ -68967,7 +68776,7 @@ operationGroups: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -68991,7 +68800,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3843 {} + string: &ref_3841 {} kind: string location: string properties: @@ -69077,7 +68886,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3855 {} + headers: &ref_3853 {} '202': {} Update Managed Online Deployment.: parameters: @@ -69086,7 +68895,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3856 {} + string: &ref_3854 {} kind: string location: string properties: @@ -69169,7 +68978,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3857 {} + headers: &ref_3855 {} '202': {} x-ms-long-running-operation: true language: @@ -69185,81 +68994,81 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_3999 + optionalParamGroup: &ref_3997 schema: type: object language: - default: &ref_2390 + default: &ref_2383 name: OnlineDeploymentsClientBeginUpdateOptions description: OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method. - go: *ref_2390 + go: *ref_2383 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2391 + default: &ref_2384 name: string description: '' - go: *ref_2391 + go: *ref_2384 protocol: {} language: - default: &ref_2392 + default: &ref_2385 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2392 + go: *ref_2385 protocol: {} required: false serializedName: OnlineDeploymentsClientBeginUpdateOptions language: - default: &ref_2393 + default: &ref_2386 name: options description: OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method. - go: *ref_2393 + go: *ref_2386 protocol: {} protocolNaming: internalMethod: update requestMethod: updateCreateRequest responseMethod: updateHandleResponse - responseEnv: &ref_4113 + responseEnv: &ref_4111 type: object properties: - - &ref_2395 - schema: *ref_389 + - &ref_2388 + schema: *ref_383 serializedName: OnlineDeploymentData language: - default: &ref_2394 + default: &ref_2387 name: OnlineDeploymentData description: '' byValue: true embeddedType: true - go: *ref_2394 + go: *ref_2387 protocol: {} language: - default: &ref_2396 + default: &ref_2389 name: OnlineDeploymentsClientUpdateResponse description: OnlineDeploymentsClientUpdateResponse contains the response from method OnlineDeploymentsClient.BeginUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_2395 - go: *ref_2396 + resultProp: *ref_2388 + go: *ref_2389 protocol: {} summary: Update Online Deployment (asynchronous). protocol: {} - - &ref_3863 + - &ref_3861 operationId: OnlineDeployments_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2399 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2392 + schema: *ref_1292 implementation: Method required: true - language: &ref_3858 + language: &ref_3856 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -69271,11 +69080,11 @@ operationGroups: protocol: http: in: path - - &ref_2400 + - &ref_2393 schema: *ref_1 implementation: Method required: true - language: &ref_3859 + language: &ref_3857 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -69287,11 +69096,11 @@ operationGroups: protocol: http: in: path - - &ref_2401 - schema: *ref_1658 + - &ref_2394 + schema: *ref_1651 implementation: Method required: true - language: &ref_3860 + language: &ref_3858 default: name: endpointName description: Inference endpoint name. @@ -69303,11 +69112,11 @@ operationGroups: protocol: http: in: path - - &ref_2402 - schema: *ref_1658 + - &ref_2395 + schema: *ref_1651 implementation: Method required: true - language: &ref_3861 + language: &ref_3859 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -69319,15 +69128,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2398 + application/json: &ref_2391 parameters: - - &ref_2397 - schema: *ref_389 + - &ref_2390 + schema: *ref_383 implementation: Method required: true - language: &ref_3862 + language: &ref_3860 default: name: body description: Inference Endpoint entity to apply during operation. @@ -69338,7 +69147,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -69355,7 +69164,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2397 + - *ref_2390 language: default: name: '' @@ -69372,15 +69181,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2398 + - *ref_2391 signatureParameters: - - *ref_2399 - - *ref_2400 - - *ref_2401 - - *ref_2402 + - *ref_2392 + - *ref_2393 + - *ref_2394 + - *ref_2395 responses: - - schema: *ref_389 - language: &ref_3864 + - schema: *ref_383 + language: &ref_3862 default: name: '' description: Success @@ -69394,8 +69203,8 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_389 - language: &ref_3866 + - schema: *ref_383 + language: &ref_3864 default: name: '' description: Created @@ -69405,7 +69214,7 @@ operationGroups: protocol: http: headers: - - schema: *ref_2403 + - schema: *ref_2396 header: x-ms-async-operation-timeout language: default: @@ -69414,7 +69223,7 @@ operationGroups: go: name: XMSAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2404 + - schema: *ref_2397 header: Azure-AsyncOperation language: default: @@ -69429,7 +69238,7 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -69573,7 +69382,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3865 {} + headers: &ref_3863 {} '201': body: name: string @@ -69640,7 +69449,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3867 {} + headers: &ref_3865 {} CreateOrUpdate Managed Online Deployment.: parameters: api-version: 2022-02-01-preview @@ -69762,7 +69571,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3868 {} + headers: &ref_3866 {} '201': body: name: string @@ -69826,7 +69635,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3869 {} + headers: &ref_3867 {} x-ms-long-running-operation: true language: default: @@ -69841,81 +69650,81 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_4000 + optionalParamGroup: &ref_3998 schema: type: object language: - default: &ref_2405 + default: &ref_2398 name: OnlineDeploymentsClientBeginCreateOrUpdateOptions description: OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_2405 + go: *ref_2398 protocol: {} originalParameter: - schema: type: string language: - default: &ref_2406 + default: &ref_2399 name: string description: '' - go: *ref_2406 + go: *ref_2399 protocol: {} language: - default: &ref_2407 + default: &ref_2400 name: ResumeToken description: Resumes the LRO from the provided token. byValue: true - go: *ref_2407 + go: *ref_2400 protocol: {} required: false serializedName: OnlineDeploymentsClientBeginCreateOrUpdateOptions language: - default: &ref_2408 + default: &ref_2401 name: options description: OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_2408 + go: *ref_2401 protocol: {} protocolNaming: internalMethod: createOrUpdate requestMethod: createOrUpdateCreateRequest responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_4114 + responseEnv: &ref_4112 type: object properties: - - &ref_2410 - schema: *ref_389 + - &ref_2403 + schema: *ref_383 serializedName: OnlineDeploymentData language: - default: &ref_2409 + default: &ref_2402 name: OnlineDeploymentData description: '' byValue: true embeddedType: true - go: *ref_2409 + go: *ref_2402 protocol: {} language: - default: &ref_2411 + default: &ref_2404 name: OnlineDeploymentsClientCreateOrUpdateResponse description: OnlineDeploymentsClientCreateOrUpdateResponse contains the response from method OnlineDeploymentsClient.BeginCreateOrUpdate. forLRO: true marshallingFormat: json responseType: true - resultProp: *ref_2410 - go: *ref_2411 + resultProp: *ref_2403 + go: *ref_2404 protocol: {} summary: Create or update Inference Endpoint Deployment (asynchronous). protocol: {} - - &ref_3877 + - &ref_3875 operationId: OnlineDeployments_GetLogs apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2415 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2408 + schema: *ref_1292 implementation: Method required: true - language: &ref_3870 + language: &ref_3868 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -69927,11 +69736,11 @@ operationGroups: protocol: http: in: path - - &ref_2416 + - &ref_2409 schema: *ref_1 implementation: Method required: true - language: &ref_3871 + language: &ref_3869 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -69943,11 +69752,11 @@ operationGroups: protocol: http: in: path - - &ref_2417 - schema: *ref_2317 + - &ref_2410 + schema: *ref_2310 implementation: Method required: true - language: &ref_3872 + language: &ref_3870 default: name: endpointName description: Inference endpoint name. @@ -69959,11 +69768,11 @@ operationGroups: protocol: http: in: path - - &ref_2418 - schema: *ref_2317 + - &ref_2411 + schema: *ref_2310 implementation: Method required: true - language: &ref_3873 + language: &ref_3871 default: name: deploymentName description: The name and identifier for the endpoint. @@ -69975,15 +69784,15 @@ operationGroups: protocol: http: in: path - - *ref_1290 + - *ref_1283 requestMediaTypes: - application/json: &ref_2414 + application/json: &ref_2407 parameters: - - &ref_2413 - schema: *ref_2412 + - &ref_2406 + schema: *ref_2405 implementation: Method required: true - language: &ref_3876 + language: &ref_3874 default: name: body description: The request containing parameters for retrieving logs. @@ -69994,7 +69803,7 @@ operationGroups: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70011,7 +69820,7 @@ operationGroups: http: in: header signatureParameters: - - *ref_2413 + - *ref_2406 language: default: name: '' @@ -70028,15 +69837,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2414 + - *ref_2407 signatureParameters: - - *ref_2415 - - *ref_2416 - - *ref_2417 - - *ref_2418 + - *ref_2408 + - *ref_2409 + - *ref_2410 + - *ref_2411 responses: - - schema: *ref_2419 - language: &ref_3879 + - schema: *ref_2412 + language: &ref_3877 default: name: '' description: Success @@ -70051,7 +69860,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -70097,65 +69906,65 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: &ref_4001 + optionalParamGroup: &ref_3999 schema: type: object language: - default: &ref_2420 + default: &ref_2413 name: OnlineDeploymentsClientGetLogsOptions description: OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method. - go: *ref_2420 + go: *ref_2413 protocol: {} originalParameter: [] required: false serializedName: OnlineDeploymentsClientGetLogsOptions language: - default: &ref_2421 + default: &ref_2414 name: options description: OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method. - go: *ref_2421 + go: *ref_2414 protocol: {} protocolNaming: internalMethod: getLogs requestMethod: getLogsCreateRequest responseMethod: getLogsHandleResponse - responseEnv: &ref_4115 + responseEnv: &ref_4113 type: object properties: - - &ref_2423 - schema: *ref_2419 + - &ref_2416 + schema: *ref_2412 serializedName: DeploymentLogs language: - default: &ref_2422 + default: &ref_2415 name: DeploymentLogs description: '' byValue: true embeddedType: true - go: *ref_2422 + go: *ref_2415 protocol: {} language: - default: &ref_2424 + default: &ref_2417 name: OnlineDeploymentsClientGetLogsResponse description: OnlineDeploymentsClientGetLogsResponse contains the response from method OnlineDeploymentsClient.GetLogs. marshallingFormat: json responseType: true - resultProp: *ref_2423 - go: *ref_2424 + resultProp: *ref_2416 + go: *ref_2417 protocol: {} summary: Polls an Endpoint operation. protocol: {} - - &ref_3885 + - &ref_3883 operationId: OnlineDeployments_ListSkus apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2430 - schema: *ref_1299 + - *ref_1282 + - *ref_1291 + - &ref_2423 + schema: *ref_1292 implementation: Method required: true - language: &ref_3880 + language: &ref_3878 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -70167,11 +69976,11 @@ operationGroups: protocol: http: in: path - - &ref_2431 + - &ref_2424 schema: *ref_1 implementation: Method required: true - language: &ref_3881 + language: &ref_3879 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -70183,11 +69992,11 @@ operationGroups: protocol: http: in: path - - &ref_2432 - schema: *ref_2317 + - &ref_2425 + schema: *ref_2310 implementation: Method required: true - language: &ref_3882 + language: &ref_3880 default: name: endpointName description: Inference endpoint name. @@ -70199,11 +70008,11 @@ operationGroups: protocol: http: in: path - - &ref_2433 - schema: *ref_2317 + - &ref_2426 + schema: *ref_2310 implementation: Method required: true - language: &ref_3883 + language: &ref_3881 default: name: deploymentName description: Inference Endpoint Deployment name. @@ -70215,11 +70024,11 @@ operationGroups: protocol: http: in: path - - *ref_1290 - - &ref_2426 + - *ref_1283 + - &ref_2419 schema: *ref_18 implementation: Method - language: &ref_3884 + language: &ref_3882 default: name: count description: Number of Skus to be retrieved in a page of results. @@ -70227,18 +70036,18 @@ operationGroups: go: name: Count description: Number of Skus to be retrieved in a page of results. - paramGroup: &ref_2427 + paramGroup: &ref_2420 schema: type: object language: - default: &ref_2425 + default: &ref_2418 name: OnlineDeploymentsClientListSKUsOptions description: OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method. - go: *ref_2425 + go: *ref_2418 protocol: {} originalParameter: - - *ref_2426 - - &ref_2429 + - *ref_2419 + - &ref_2422 schema: *ref_1 implementation: Method language: @@ -70249,7 +70058,7 @@ operationGroups: go: name: Skip description: Continuation token for pagination. - paramGroup: *ref_2427 + paramGroup: *ref_2420 serializedName: $skip protocol: http: @@ -70257,19 +70066,19 @@ operationGroups: required: false serializedName: OnlineDeploymentsClientListSKUsOptions language: - default: &ref_2428 + default: &ref_2421 name: options description: OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method. - go: *ref_2428 + go: *ref_2421 protocol: {} serializedName: count protocol: http: in: query - - *ref_2429 + - *ref_2422 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70299,15 +70108,15 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2430 - - *ref_2431 - - *ref_2432 - - *ref_2433 + - *ref_2423 + - *ref_2424 + - *ref_2425 - *ref_2426 - - *ref_2429 + - *ref_2419 + - *ref_2422 responses: - - schema: *ref_2434 - language: &ref_3897 + - schema: *ref_2427 + language: &ref_3895 default: name: '' description: Success @@ -70322,7 +70131,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -70365,7 +70174,7 @@ operationGroups: sku: name: string tier: Free - headers: &ref_3898 {} + headers: &ref_3896 {} List Managed Online Deployment Skus.: parameters: $skipToken: string @@ -70392,7 +70201,7 @@ operationGroups: sku: name: string tier: Free - headers: &ref_3900 {} + headers: &ref_3898 {} x-ms-pageable: nextLinkName: nextLink language: @@ -70408,35 +70217,35 @@ operationGroups: azureARM: true clientName: OnlineDeploymentsClient openApiType: arm - optionalParamGroup: *ref_2427 - paging: &ref_3899 + optionalParamGroup: *ref_2420 + paging: &ref_3897 nextLinkName: NextLink protocolNaming: internalMethod: listSKUs requestMethod: listSKUsCreateRequest responseMethod: listSKUsHandleResponse - responseEnv: &ref_4116 + responseEnv: &ref_4114 type: object properties: - - &ref_2436 - schema: *ref_2434 + - &ref_2429 + schema: *ref_2427 serializedName: SKUResourceArmPaginatedResult language: - default: &ref_2435 + default: &ref_2428 name: SKUResourceArmPaginatedResult description: A paginated list of SkuResource entities. byValue: true embeddedType: true - go: *ref_2435 + go: *ref_2428 protocol: {} language: - default: &ref_2437 + default: &ref_2430 name: OnlineDeploymentsClientListSKUsResponse description: OnlineDeploymentsClientListSKUsResponse contains the response from method OnlineDeploymentsClient.NewListSKUsPager. marshallingFormat: json responseType: true - resultProp: *ref_2436 - go: *ref_2437 + resultProp: *ref_2429 + go: *ref_2430 protocol: {} summary: List Inference Endpoint Deployment Skus. protocol: {} @@ -70450,24 +70259,24 @@ operationGroups: clientCtorName: NewOnlineDeploymentsClient clientName: OnlineDeploymentsClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} - - &ref_3904 + - &ref_3902 $key: WorkspaceFeatures operations: - - &ref_3903 + - &ref_3901 operationId: WorkspaceFeatures_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_2438 - schema: *ref_1299 + - *ref_1282 + - *ref_1283 + - *ref_1291 + - &ref_2431 + schema: *ref_1292 implementation: Method required: true - language: &ref_3901 + language: &ref_3899 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. @@ -70479,11 +70288,11 @@ operationGroups: protocol: http: in: path - - &ref_2439 + - &ref_2432 schema: *ref_1 implementation: Method required: true - language: &ref_3902 + language: &ref_3900 default: name: workspaceName description: Name of Azure Machine Learning workspace. @@ -70497,7 +70306,7 @@ operationGroups: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1284 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70527,11 +70336,11 @@ operationGroups: method: get uri: '{$host}' signatureParameters: - - *ref_2438 - - *ref_2439 + - *ref_2431 + - *ref_2432 responses: - - schema: *ref_2440 - language: &ref_3909 + - schema: *ref_2433 + language: &ref_3907 default: name: '' description: The request was successful; the request was well-formed and received properly. @@ -70546,7 +70355,7 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_108 language: default: name: '' @@ -70594,52 +70403,52 @@ operationGroups: azureARM: true clientName: WorkspaceFeaturesClient openApiType: arm - optionalParamGroup: &ref_4002 + optionalParamGroup: &ref_4000 schema: type: object language: - default: &ref_2441 + default: &ref_2434 name: WorkspaceFeaturesClientListOptions description: WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.NewListPager method. - go: *ref_2441 + go: *ref_2434 protocol: {} originalParameter: [] required: false serializedName: WorkspaceFeaturesClientListOptions language: - default: &ref_2442 + default: &ref_2435 name: options description: WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.NewListPager method. - go: *ref_2442 + go: *ref_2435 protocol: {} - paging: &ref_3910 + paging: &ref_3908 nextLinkName: NextLink protocolNaming: internalMethod: listOperation requestMethod: listCreateRequest responseMethod: listHandleResponse - responseEnv: &ref_4117 + responseEnv: &ref_4115 type: object properties: - - &ref_2444 - schema: *ref_2440 + - &ref_2437 + schema: *ref_2433 serializedName: ListAmlUserFeatureResult language: - default: &ref_2443 + default: &ref_2436 name: ListAmlUserFeatureResult description: The List Aml user feature operation response. byValue: true embeddedType: true - go: *ref_2443 + go: *ref_2436 protocol: {} language: - default: &ref_2445 + default: &ref_2438 name: WorkspaceFeaturesClientListResponse description: WorkspaceFeaturesClientListResponse contains the response from method WorkspaceFeaturesClient.NewListPager. marshallingFormat: json responseType: true - resultProp: *ref_2444 - go: *ref_2445 + resultProp: *ref_2437 + go: *ref_2438 protocol: {} protocol: {} language: @@ -70652,7 +70461,7 @@ operationGroups: clientCtorName: NewWorkspaceFeaturesClient clientName: WorkspaceFeaturesClient clientParams: - - *ref_1298 + - *ref_1291 protocol: {} security: authenticationRequired: true @@ -70669,21 +70478,21 @@ testModel: checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: [] isLRO: false isMultiRespOperation: false - isPageable: *ref_2456 + isPageable: *ref_2449 methodParameters: [] methodParametersOutput: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_2447 - operationGroup: *ref_2448 + operation: *ref_2440 + operationGroup: *ref_2441 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/operationsList.json pageableItemName: Value responseOutput: |- @@ -70721,103 +70530,103 @@ testModel: responses: '200': body: - schema: *ref_1292 + schema: *ref_1285 parentsValue: {} properties: value: - schema: *ref_1206 + schema: *ref_1199 elements: - - schema: *ref_63 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/write - language: *ref_2449 + language: *ref_2442 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: Create/Update Machine Learning workspaces - language: *ref_2450 + language: *ref_2443 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2451 + language: *ref_2444 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2452 - language: *ref_2453 - - schema: *ref_63 + language: *ref_2445 + language: *ref_2446 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/delete - language: *ref_2449 + language: *ref_2442 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: Delete Machine Learning workspaces - language: *ref_2450 + language: *ref_2443 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2451 + language: *ref_2444 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2452 - language: *ref_2453 - - schema: *ref_63 + language: *ref_2445 + language: *ref_2446 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/listkeys/action - language: *ref_2449 + language: *ref_2442 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: List workspace Keys - language: *ref_2450 + language: *ref_2443 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2451 + language: *ref_2444 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2452 - language: *ref_2453 - language: *ref_2454 - language: *ref_2455 - operation: *ref_2447 - operationGroup: *ref_2448 + language: *ref_2445 + language: *ref_2446 + language: *ref_2447 + language: *ref_2448 + operation: *ref_2440 + operationGroup: *ref_2441 - operationId: Workspaces_Get examples: - name: Get Workspace checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -70825,15 +70634,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2458 - parameter: *ref_1300 + language: *ref_2451 + parameter: *ref_1293 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2459 - parameter: *ref_1301 + language: *ref_2452 + parameter: *ref_1294 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -70844,8 +70653,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_2460 - operationGroup: *ref_2461 + operation: *ref_2453 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/get.json responseOutput: |- armmachinelearningservices.Workspace{ @@ -70926,264 +70735,264 @@ testModel: responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_2472 + language: *ref_2463 + language: *ref_2464 + language: *ref_2465 location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2473 + language: *ref_2466 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2474 + language: *ref_2467 allowPublicAccessWhenBehindVnet: - schema: *ref_886 + schema: *ref_880 rawValue: false - language: *ref_2475 + language: *ref_2468 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2476 + language: *ref_2469 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2477 + language: *ref_2470 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2478 + language: *ref_2471 encryption: - schema: *ref_904 + schema: *ref_898 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_899 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_872 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2479 - language: *ref_2480 + language: *ref_2472 + language: *ref_2473 keyVaultProperties: - schema: *ref_906 + schema: *ref_900 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_875 rawValue: '' - language: *ref_2481 + language: *ref_2474 keyIdentifier: - schema: *ref_880 + schema: *ref_874 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2482 + language: *ref_2475 keyVaultArmId: - schema: *ref_879 + schema: *ref_873 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2483 - language: *ref_2484 + language: *ref_2476 + language: *ref_2477 status: - schema: *ref_877 + schema: *ref_871 rawValue: Enabled - language: *ref_2485 - language: *ref_2486 + language: *ref_2478 + language: *ref_2479 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2487 + language: *ref_2480 hbiWorkspace: - schema: *ref_882 + schema: *ref_876 rawValue: false - language: *ref_2488 + language: *ref_2481 imageBuildCompute: - schema: *ref_885 + schema: *ref_879 rawValue: testcompute - language: *ref_2489 + language: *ref_2482 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2490 + language: *ref_2483 privateEndpointConnections: - schema: *ref_1209 + schema: *ref_1202 elements: - - schema: *ref_846 + - schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testprivatelinkconnection - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/testprivatelinkconnection - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2491 - language: *ref_2492 + language: *ref_2484 + language: *ref_2485 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2493 + language: *ref_2486 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2494 + language: *ref_2487 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2495 - language: *ref_2496 + language: *ref_2488 + language: *ref_2489 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2497 - language: *ref_2498 - language: *ref_2499 + language: *ref_2490 + language: *ref_2491 + language: *ref_2492 privateLinkCount: - schema: *ref_884 + schema: *ref_878 rawValue: 0 - language: *ref_2500 + language: *ref_2493 publicNetworkAccess: - schema: *ref_887 + schema: *ref_881 rawValue: Disabled - language: *ref_2501 + language: *ref_2494 serviceProvisionedResourceGroup: - schema: *ref_883 + schema: *ref_877 rawValue: testworkspace_0000111122223333 - language: *ref_2502 + language: *ref_2495 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1203 elements: - - schema: *ref_912 + - schema: *ref_906 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_882 rawValue: testcosmosdbresource - language: *ref_2503 + language: *ref_2496 properties: - schema: *ref_913 + schema: *ref_907 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_884 rawValue: Sql - language: *ref_2504 + language: *ref_2497 privateLinkResourceId: - schema: *ref_889 + schema: *ref_883 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testcosmosdbresource/privateLinkResources/Sql - language: *ref_2505 + language: *ref_2498 requestMessage: - schema: *ref_891 + schema: *ref_885 rawValue: Please approve - language: *ref_2506 + language: *ref_2499 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2507 - language: *ref_2508 - language: *ref_2509 + language: *ref_2500 + language: *ref_2501 + language: *ref_2502 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2510 - language: *ref_2511 - language: *ref_2512 - operation: *ref_2460 - operationGroup: *ref_2461 + language: *ref_2503 + language: *ref_2504 + language: *ref_2505 + operation: *ref_2453 + operationGroup: *ref_2454 - operationId: Workspaces_CreateOrUpdate examples: - name: Create Workspace checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -71191,142 +71000,142 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2513 - parameter: *ref_1309 + language: *ref_2506 + parameter: *ref_1302 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2514 - parameter: *ref_1310 + language: *ref_2507 + parameter: *ref_1303 - exampleValue: - schema: *ref_89 + schema: *ref_87 parentsValue: {} properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2466 + language: *ref_2459 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2471 - language: *ref_2472 + language: *ref_2464 + language: *ref_2465 location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2473 + language: *ref_2466 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2474 + language: *ref_2467 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2476 + language: *ref_2469 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2477 + language: *ref_2470 encryption: - schema: *ref_904 + schema: *ref_898 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_899 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_872 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2479 - language: *ref_2480 + language: *ref_2472 + language: *ref_2473 keyVaultProperties: - schema: *ref_906 + schema: *ref_900 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_875 rawValue: '' - language: *ref_2481 + language: *ref_2474 keyIdentifier: - schema: *ref_880 + schema: *ref_874 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2482 + language: *ref_2475 keyVaultArmId: - schema: *ref_879 + schema: *ref_873 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2483 - language: *ref_2484 + language: *ref_2476 + language: *ref_2477 status: - schema: *ref_877 + schema: *ref_871 rawValue: Enabled - language: *ref_2485 - language: *ref_2486 + language: *ref_2478 + language: *ref_2479 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2487 + language: *ref_2480 hbiWorkspace: - schema: *ref_882 + schema: *ref_876 rawValue: false - language: *ref_2488 + language: *ref_2481 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2490 + language: *ref_2483 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1203 elements: - - schema: *ref_912 + - schema: *ref_906 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_882 rawValue: testdbresource - language: *ref_2503 + language: *ref_2496 properties: - schema: *ref_913 + schema: *ref_907 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_884 rawValue: Sql - language: *ref_2504 + language: *ref_2497 privateLinkResourceId: - schema: *ref_889 + schema: *ref_883 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testdbresource/privateLinkResources/Sql - language: *ref_2505 + language: *ref_2498 requestMessage: - schema: *ref_891 + schema: *ref_885 rawValue: Please approve - language: *ref_2506 + language: *ref_2499 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2507 - language: *ref_2508 - language: *ref_2509 + language: *ref_2500 + language: *ref_2501 + language: *ref_2502 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2510 - language: *ref_2511 - language: *ref_2515 - parameter: *ref_1307 + language: *ref_2503 + language: *ref_2504 + language: *ref_2508 + parameter: *ref_1300 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -71379,8 +71188,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2516 - operationGroup: *ref_2461 + operation: *ref_2509 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/create.json pollerType: WorkspacesClientCreateOrUpdateResponse responseOutput: |- @@ -71442,194 +71251,194 @@ testModel: responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_2472 + language: *ref_2463 + language: *ref_2464 + language: *ref_2465 location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2473 + language: *ref_2466 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2474 + language: *ref_2467 allowPublicAccessWhenBehindVnet: - schema: *ref_886 + schema: *ref_880 rawValue: false - language: *ref_2475 + language: *ref_2468 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2476 + language: *ref_2469 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2477 + language: *ref_2470 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2478 + language: *ref_2471 encryption: - schema: *ref_904 + schema: *ref_898 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_899 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_872 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2479 - language: *ref_2480 + language: *ref_2472 + language: *ref_2473 keyVaultProperties: - schema: *ref_906 + schema: *ref_900 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_875 rawValue: '' - language: *ref_2481 + language: *ref_2474 keyIdentifier: - schema: *ref_880 + schema: *ref_874 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2482 + language: *ref_2475 keyVaultArmId: - schema: *ref_879 + schema: *ref_873 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2483 - language: *ref_2484 + language: *ref_2476 + language: *ref_2477 status: - schema: *ref_877 + schema: *ref_871 rawValue: Enabled - language: *ref_2485 - language: *ref_2486 + language: *ref_2478 + language: *ref_2479 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2487 + language: *ref_2480 hbiWorkspace: - schema: *ref_882 + schema: *ref_876 rawValue: false - language: *ref_2488 + language: *ref_2481 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2490 + language: *ref_2483 publicNetworkAccess: - schema: *ref_887 + schema: *ref_881 rawValue: Disabled - language: *ref_2501 + language: *ref_2494 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1203 elements: - - schema: *ref_912 + - schema: *ref_906 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_882 rawValue: testdbresource - language: *ref_2503 + language: *ref_2496 properties: - schema: *ref_913 + schema: *ref_907 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_884 rawValue: Sql - language: *ref_2504 + language: *ref_2497 privateLinkResourceId: - schema: *ref_889 + schema: *ref_883 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testdbresource/privateLinkResources/Sql - language: *ref_2505 + language: *ref_2498 requestMessage: - schema: *ref_891 + schema: *ref_885 rawValue: Please approve - language: *ref_2506 + language: *ref_2499 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2507 - language: *ref_2508 - language: *ref_2509 + language: *ref_2500 + language: *ref_2501 + language: *ref_2502 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2510 - language: *ref_2511 - language: *ref_2517 + language: *ref_2503 + language: *ref_2504 + language: *ref_2510 '202': {} - operation: *ref_2516 - operationGroup: *ref_2461 + operation: *ref_2509 + operationGroup: *ref_2454 - operationId: Workspaces_Delete examples: - name: Delete Workspace checkResponse: false clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -71637,15 +71446,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2518 - parameter: *ref_1318 + language: *ref_2511 + parameter: *ref_1311 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2519 - parameter: *ref_1319 + language: *ref_2512 + parameter: *ref_1312 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -71656,8 +71465,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_2520 - operationGroup: *ref_2461 + operation: *ref_2513 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/delete.json pollerType: WorkspacesClientDeleteResponse returnInfo: @@ -71667,23 +71476,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_2520 - operationGroup: *ref_2461 + operation: *ref_2513 + operationGroup: *ref_2454 - operationId: Workspaces_Update examples: - name: Update Workspace checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -71691,38 +71500,38 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2521 - parameter: *ref_1328 + language: *ref_2514 + parameter: *ref_1321 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2522 - parameter: *ref_1329 + language: *ref_2515 + parameter: *ref_1322 - exampleValue: - schema: *ref_1325 + schema: *ref_1318 parentsValue: {} properties: properties: - schema: *ref_925 + schema: *ref_919 parentsValue: {} properties: description: - schema: *ref_919 + schema: *ref_913 rawValue: new description - language: *ref_2523 + language: *ref_2516 friendlyName: - schema: *ref_920 + schema: *ref_914 rawValue: New friendly name - language: *ref_2524 + language: *ref_2517 publicNetworkAccess: - schema: *ref_887 + schema: *ref_881 rawValue: Disabled - language: *ref_2525 - language: *ref_2526 - language: *ref_2527 - parameter: *ref_1326 + language: *ref_2518 + language: *ref_2519 + language: *ref_2520 + parameter: *ref_1319 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -71742,8 +71551,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_2528 - operationGroup: *ref_2461 + operation: *ref_2521 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/update.json pollerType: WorkspacesClientUpdateResponse responseOutput: |- @@ -71776,115 +71585,115 @@ testModel: responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 - language: *ref_2472 + language: *ref_2461 + language: *ref_2465 location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2473 + language: *ref_2466 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: new description - language: *ref_2474 + language: *ref_2467 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2476 + language: *ref_2469 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2477 + language: *ref_2470 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2478 + language: *ref_2471 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: New friendly name - language: *ref_2487 + language: *ref_2480 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2490 + language: *ref_2483 publicNetworkAccess: - schema: *ref_887 + schema: *ref_881 rawValue: Disabled - language: *ref_2501 + language: *ref_2494 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2510 - language: *ref_2511 - language: *ref_2529 + language: *ref_2503 + language: *ref_2504 + language: *ref_2522 '202': {} - operation: *ref_2528 - operationGroup: *ref_2461 + operation: *ref_2521 + operationGroup: *ref_2454 - operationId: Workspaces_ListByResourceGroup examples: - name: Get Workspaces by Resource Group checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2535 + isPageable: *ref_2528 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2530 - parameter: *ref_1340 + language: *ref_2523 + parameter: *ref_1333 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"workspace-1234"' @@ -71893,8 +71702,8 @@ testModel: &armmachinelearningservices.WorkspacesClientListByResourceGroupOptions{Skip: nil, } opName: NewListByResourceGroupPager - operation: *ref_2531 - operationGroup: *ref_2461 + operation: *ref_2524 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listByResourceGroup.json pageableItemName: Value responseOutput: |- @@ -71938,149 +71747,149 @@ testModel: responses: '200': body: - schema: *ref_1341 + schema: *ref_1334 parentsValue: {} properties: nextLink: - schema: *ref_926 + schema: *ref_920 rawValue: nextLink - language: *ref_2532 + language: *ref_2525 value: - schema: *ref_1211 + schema: *ref_1204 elements: - - schema: *ref_89 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2473 + language: *ref_2466 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2474 + language: *ref_2467 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2476 + language: *ref_2469 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2477 + language: *ref_2470 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2478 + language: *ref_2471 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2487 + language: *ref_2480 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2490 + language: *ref_2483 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2510 - language: *ref_2511 - - schema: *ref_89 + language: *ref_2503 + language: *ref_2504 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace1 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace1 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2473 + language: *ref_2466 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2474 + language: *ref_2467 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2476 + language: *ref_2469 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistryNew - language: *ref_2477 + language: *ref_2470 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2478 + language: *ref_2471 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName 1 - language: *ref_2487 + language: *ref_2480 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkvNew - language: *ref_2490 + language: *ref_2483 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccountOld - language: *ref_2510 - language: *ref_2511 - language: *ref_2533 - language: *ref_2534 - operation: *ref_2531 - operationGroup: *ref_2461 + language: *ref_2503 + language: *ref_2504 + language: *ref_2526 + language: *ref_2527 + operation: *ref_2524 + operationGroup: *ref_2454 - operationId: Workspaces_Diagnose examples: - name: Diagnose Workspace checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -72088,62 +71897,62 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2536 - parameter: *ref_1353 + language: *ref_2529 + parameter: *ref_1346 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2537 - parameter: *ref_1354 + language: *ref_2530 + parameter: *ref_1347 - exampleValue: - schema: *ref_1346 + schema: *ref_1339 parentsValue: {} properties: value: - schema: *ref_936 + schema: *ref_930 parentsValue: {} properties: applicationInsights: - schema: *ref_934 + schema: *ref_928 properties: {} - language: *ref_2538 + language: *ref_2531 containerRegistry: - schema: *ref_933 + schema: *ref_927 properties: {} - language: *ref_2539 + language: *ref_2532 dnsResolution: - schema: *ref_930 + schema: *ref_924 properties: {} - language: *ref_2540 + language: *ref_2533 keyVault: - schema: *ref_932 + schema: *ref_926 properties: {} - language: *ref_2541 + language: *ref_2534 nsg: - schema: *ref_928 + schema: *ref_922 properties: {} - language: *ref_2542 + language: *ref_2535 others: - schema: *ref_935 + schema: *ref_929 properties: {} - language: *ref_2543 + language: *ref_2536 resourceLock: - schema: *ref_929 + schema: *ref_923 properties: {} - language: *ref_2544 + language: *ref_2537 storageAccount: - schema: *ref_931 + schema: *ref_925 properties: {} - language: *ref_2545 + language: *ref_2538 udr: - schema: *ref_927 + schema: *ref_921 properties: {} - language: *ref_2546 - language: *ref_2547 - language: *ref_2548 - parameter: *ref_1348 + language: *ref_2539 + language: *ref_2540 + language: *ref_2541 + parameter: *ref_1341 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -72177,8 +71986,8 @@ testModel: }, } opName: BeginDiagnose - operation: *ref_2549 - operationGroup: *ref_2461 + operation: *ref_2542 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/diagnose.json pollerType: WorkspacesClientDiagnoseResponse responseOutput: |- @@ -72216,84 +72025,84 @@ testModel: responses: '200': body: - schema: *ref_1355 + schema: *ref_1348 parentsValue: {} properties: value: - schema: *ref_942 + schema: *ref_935 parentsValue: {} properties: applicationInsightsResults: - schema: *ref_1219 + schema: *ref_1212 elements: [] - language: *ref_2550 + language: *ref_2543 containerRegistryResults: - schema: *ref_1218 + schema: *ref_1211 elements: [] - language: *ref_2551 + language: *ref_2544 dnsResolutionResults: - schema: *ref_1215 + schema: *ref_1208 elements: - - schema: *ref_940 + - schema: *ref_934 parentsValue: {} properties: code: - schema: *ref_937 + schema: *ref_931 rawValue: CustomDNSInUse - language: *ref_2552 + language: *ref_2545 level: - schema: *ref_938 + schema: *ref_932 rawValue: Warning - language: *ref_2553 + language: *ref_2546 message: - schema: *ref_939 + schema: *ref_933 rawValue: We have detected an on-premise dns server is configured. Please make sure conditional forwarding is configured correctly according to doc https://foo - language: *ref_2554 - language: *ref_2555 + language: *ref_2547 + language: *ref_2548 keyVaultResults: - schema: *ref_1217 + schema: *ref_1210 elements: [] - language: *ref_2556 + language: *ref_2549 networkSecurityRuleResults: - schema: *ref_1213 + schema: *ref_1206 elements: [] - language: *ref_2557 + language: *ref_2550 otherResults: - schema: *ref_1220 + schema: *ref_1213 elements: [] - language: *ref_2558 + language: *ref_2551 resourceLockResults: - schema: *ref_1214 + schema: *ref_1207 elements: [] - language: *ref_2559 + language: *ref_2552 storageAccountResults: - schema: *ref_1216 + schema: *ref_1209 elements: [] - language: *ref_2560 + language: *ref_2553 userDefinedRouteResults: - schema: *ref_1212 + schema: *ref_1205 elements: [] - language: *ref_2561 - language: *ref_2562 - language: *ref_2563 + language: *ref_2554 + language: *ref_2555 + language: *ref_2556 '202': {} - operation: *ref_2549 - operationGroup: *ref_2461 + operation: *ref_2542 + operationGroup: *ref_2454 - operationId: Workspaces_ListKeys examples: - name: List Workspace Keys checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"' @@ -72301,15 +72110,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2564 - parameter: *ref_1361 + language: *ref_2557 + parameter: *ref_1354 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2565 - parameter: *ref_1362 + language: *ref_2558 + parameter: *ref_1355 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -72320,8 +72129,8 @@ testModel: - paramName: options paramOutput: nil opName: ListKeys - operation: *ref_2566 - operationGroup: *ref_2461 + operation: *ref_2559 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listKeys.json responseOutput: |- armmachinelearningservices.ListWorkspaceKeysResult{ @@ -72349,91 +72158,91 @@ testModel: responses: '200': body: - schema: *ref_1363 + schema: *ref_1356 parentsValue: {} properties: appInsightsInstrumentationKey: - schema: *ref_945 + schema: *ref_938 rawValue: null - language: *ref_2567 + language: *ref_2560 containerRegistryCredentials: - schema: *ref_952 + schema: *ref_945 parentsValue: {} properties: location: - schema: *ref_946 + schema: *ref_939 rawValue: null - language: *ref_2568 + language: *ref_2561 passwords: - schema: *ref_1221 + schema: *ref_1214 elements: - - schema: *ref_953 + - schema: *ref_946 parentsValue: {} properties: name: - schema: *ref_948 + schema: *ref_941 rawValue: password - language: *ref_2569 + language: *ref_2562 value: - schema: *ref_949 + schema: *ref_942 rawValue: - language: *ref_2570 - - schema: *ref_953 + language: *ref_2563 + - schema: *ref_946 parentsValue: {} properties: name: - schema: *ref_948 + schema: *ref_941 rawValue: password2 - language: *ref_2569 + language: *ref_2562 value: - schema: *ref_949 + schema: *ref_942 rawValue: 0KARRQoQHSUq1yViPWg7YFernOS=Ic/t - language: *ref_2570 - language: *ref_2571 + language: *ref_2563 + language: *ref_2564 username: - schema: *ref_947 + schema: *ref_940 rawValue: testdemoworkjmjmeykp - language: *ref_2572 - language: *ref_2573 + language: *ref_2565 + language: *ref_2566 notebookAccessKeys: - schema: *ref_954 + schema: *ref_947 parentsValue: {} properties: primaryAccessKey: - schema: *ref_950 + schema: *ref_943 rawValue: null - language: *ref_2574 + language: *ref_2567 secondaryAccessKey: - schema: *ref_951 + schema: *ref_944 rawValue: null - language: *ref_2575 - language: *ref_2576 + language: *ref_2568 + language: *ref_2569 userStorageKey: - schema: *ref_943 + schema: *ref_936 rawValue: null - language: *ref_2577 + language: *ref_2570 userStorageResourceId: - schema: *ref_944 + schema: *ref_937 rawValue: /subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ragargeastus2euap/providers/Microsoft.Storage/storageAccounts/testdemoworkazashomr - language: *ref_2578 - language: *ref_2579 - operation: *ref_2566 - operationGroup: *ref_2461 + language: *ref_2571 + language: *ref_2572 + operation: *ref_2559 + operationGroup: *ref_2454 - operationId: Workspaces_ResyncKeys examples: - name: Resync Workspace Keys checkResponse: false clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"' @@ -72441,15 +72250,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2580 - parameter: *ref_1369 + language: *ref_2573 + parameter: *ref_1362 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2581 - parameter: *ref_1370 + language: *ref_2574 + parameter: *ref_1363 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -72460,8 +72269,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginResyncKeys - operation: *ref_2582 - operationGroup: *ref_2461 + operation: *ref_2575 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/resyncKeys.json pollerType: WorkspacesClientResyncKeysResponse returnInfo: @@ -72470,29 +72279,29 @@ testModel: responses: '200': {} '202': {} - operation: *ref_2582 - operationGroup: *ref_2461 + operation: *ref_2575 + operationGroup: *ref_2454 - operationId: Workspaces_ListBySubscription examples: - name: Get Workspaces by subscription checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2585 + isPageable: *ref_2578 methodParameters: [] methodParametersOutput: - paramName: options @@ -72500,8 +72309,8 @@ testModel: &armmachinelearningservices.WorkspacesClientListBySubscriptionOptions{Skip: nil, } opName: NewListBySubscriptionPager - operation: *ref_2583 - operationGroup: *ref_2461 + operation: *ref_2576 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listBySubscription.json pageableItemName: Value responseOutput: |- @@ -72545,149 +72354,149 @@ testModel: responses: '200': body: - schema: *ref_1341 + schema: *ref_1334 parentsValue: {} properties: nextLink: - schema: *ref_926 + schema: *ref_920 rawValue: nextLink - language: *ref_2532 + language: *ref_2525 value: - schema: *ref_1211 + schema: *ref_1204 elements: - - schema: *ref_89 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2473 + language: *ref_2466 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2474 + language: *ref_2467 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2476 + language: *ref_2469 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2477 + language: *ref_2470 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2478 + language: *ref_2471 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2487 + language: *ref_2480 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2490 + language: *ref_2483 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2510 - language: *ref_2511 - - schema: *ref_89 + language: *ref_2503 + language: *ref_2504 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testworkspace - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-5678/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_901 + schema: *ref_895 rawValue: eastus2euap - language: *ref_2473 + language: *ref_2466 properties: - schema: *ref_903 + schema: *ref_897 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_864 rawValue: test description - language: *ref_2474 + language: *ref_2467 applicationInsights: - schema: *ref_873 + schema: *ref_867 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2476 + language: *ref_2469 containerRegistry: - schema: *ref_874 + schema: *ref_868 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistryNew - language: *ref_2477 + language: *ref_2470 discoveryUrl: - schema: *ref_876 + schema: *ref_870 rawValue: http://example.com - language: *ref_2478 + language: *ref_2471 friendlyName: - schema: *ref_871 + schema: *ref_865 rawValue: HelloName - language: *ref_2487 + language: *ref_2480 keyVault: - schema: *ref_872 + schema: *ref_866 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkvNew - language: *ref_2490 + language: *ref_2483 storageAccount: - schema: *ref_875 + schema: *ref_869 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccountOld - language: *ref_2510 - language: *ref_2511 - language: *ref_2533 - language: *ref_2584 - operation: *ref_2583 - operationGroup: *ref_2461 + language: *ref_2503 + language: *ref_2504 + language: *ref_2526 + language: *ref_2577 + operation: *ref_2576 + operationGroup: *ref_2454 - operationId: Workspaces_ListNotebookAccessToken examples: - name: List Workspace Keys checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -72695,15 +72504,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2586 - parameter: *ref_1383 + language: *ref_2579 + parameter: *ref_1376 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2587 - parameter: *ref_1384 + language: *ref_2580 + parameter: *ref_1377 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -72714,8 +72523,8 @@ testModel: - paramName: options paramOutput: nil opName: ListNotebookAccessToken - operation: *ref_2588 - operationGroup: *ref_2461 + operation: *ref_2581 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listNotebookAccessToken.json responseOutput: |- armmachinelearningservices.NotebookAccessTokenResult{ @@ -72734,51 +72543,51 @@ testModel: responses: '200': body: - schema: *ref_1385 + schema: *ref_1378 parentsValue: {} properties: expiresIn: - schema: *ref_1022 + schema: *ref_1015 rawValue: 28800 - language: *ref_2589 + language: *ref_2582 hostName: - schema: *ref_1018 + schema: *ref_1011 rawValue: Host product name - language: *ref_2590 + language: *ref_2583 notebookResourceId: - schema: *ref_1017 + schema: *ref_1010 rawValue: '94350843095843059' - language: *ref_2591 + language: *ref_2584 publicDns: - schema: *ref_1019 + schema: *ref_1012 rawValue: resource.notebooks.azure.net - language: *ref_2592 + language: *ref_2585 scope: - schema: *ref_1024 + schema: *ref_1017 rawValue: aznb_identity - language: *ref_2593 + language: *ref_2586 tokenType: - schema: *ref_1021 + schema: *ref_1014 rawValue: Bearer - language: *ref_2594 - language: *ref_2595 - operation: *ref_2588 - operationGroup: *ref_2461 + language: *ref_2587 + language: *ref_2588 + operation: *ref_2581 + operationGroup: *ref_2454 - operationId: Workspaces_PrepareNotebook examples: - name: Prepare Notebook checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"' @@ -72786,15 +72595,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2596 - parameter: *ref_1391 + language: *ref_2589 + parameter: *ref_1384 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2597 - parameter: *ref_1392 + language: *ref_2590 + parameter: *ref_1385 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -72805,8 +72614,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginPrepareNotebook - operation: *ref_2598 - operationGroup: *ref_2461 + operation: *ref_2591 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Notebook/prepare.json pollerType: WorkspacesClientPrepareNotebookResponse responseOutput: |- @@ -72826,49 +72635,49 @@ testModel: responses: '200': body: - schema: *ref_914 + schema: *ref_908 parentsValue: {} properties: fqdn: - schema: *ref_892 + schema: *ref_886 rawValue: testnotebook.notebooks.azure.com - language: *ref_2599 + language: *ref_2592 notebookPreparationError: - schema: *ref_915 + schema: *ref_909 parentsValue: {} properties: errorMessage: - schema: *ref_894 + schema: *ref_888 rawValue: general error - language: *ref_2600 + language: *ref_2593 statusCode: - schema: *ref_895 + schema: *ref_889 rawValue: 500 - language: *ref_2601 - language: *ref_2602 + language: *ref_2594 + language: *ref_2595 resourceId: - schema: *ref_893 + schema: *ref_887 rawValue: aabbccddee112233445566778899 - language: *ref_2603 - language: *ref_2604 + language: *ref_2596 + language: *ref_2597 '202': {} - operation: *ref_2598 - operationGroup: *ref_2461 + operation: *ref_2591 + operationGroup: *ref_2454 - operationId: Workspaces_ListStorageAccountKeys examples: - name: List Workspace Keys checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"' @@ -72876,15 +72685,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2605 - parameter: *ref_1400 + language: *ref_2598 + parameter: *ref_1393 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2606 - parameter: *ref_1401 + language: *ref_2599 + parameter: *ref_1394 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -72895,8 +72704,8 @@ testModel: - paramName: options paramOutput: nil opName: ListStorageAccountKeys - operation: *ref_2607 - operationGroup: *ref_2461 + operation: *ref_2600 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listStorageAccountKeys.json responseOutput: |- armmachinelearningservices.ListStorageAccountKeysResult{ @@ -72909,31 +72718,31 @@ testModel: responses: '200': body: - schema: *ref_1402 + schema: *ref_1395 parentsValue: {} properties: userStorageKey: - schema: *ref_1038 + schema: *ref_1031 rawValue: null - language: *ref_2608 - language: *ref_2609 - operation: *ref_2607 - operationGroup: *ref_2461 + language: *ref_2601 + language: *ref_2602 + operation: *ref_2600 + operationGroup: *ref_2454 - operationId: Workspaces_ListNotebookKeys examples: - name: List Workspace Keys checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"' @@ -72941,15 +72750,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2610 - parameter: *ref_1408 + language: *ref_2603 + parameter: *ref_1401 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2611 - parameter: *ref_1409 + language: *ref_2604 + parameter: *ref_1402 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -72960,8 +72769,8 @@ testModel: - paramName: options paramOutput: nil opName: ListNotebookKeys - operation: *ref_2612 - operationGroup: *ref_2461 + operation: *ref_2605 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Notebook/listKeys.json responseOutput: |- armmachinelearningservices.ListNotebookKeysResult{ @@ -72974,35 +72783,35 @@ testModel: responses: '200': body: - schema: *ref_954 + schema: *ref_947 parentsValue: {} properties: primaryAccessKey: - schema: *ref_950 + schema: *ref_943 rawValue: null - language: *ref_2574 + language: *ref_2567 secondaryAccessKey: - schema: *ref_951 + schema: *ref_944 rawValue: null - language: *ref_2575 - language: *ref_2613 - operation: *ref_2612 - operationGroup: *ref_2461 + language: *ref_2568 + language: *ref_2606 + operation: *ref_2605 + operationGroup: *ref_2454 - operationId: Workspaces_ListOutboundNetworkDependenciesEndpoints examples: - name: ListOutboundNetworkDependenciesEndpoints checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -73010,15 +72819,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: workspace-1234 - language: *ref_2614 - parameter: *ref_1415 + language: *ref_2607 + parameter: *ref_1408 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2615 - parameter: *ref_1416 + language: *ref_2608 + parameter: *ref_1409 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -73029,8 +72838,8 @@ testModel: - paramName: options paramOutput: nil opName: ListOutboundNetworkDependenciesEndpoints - operation: *ref_2616 - operationGroup: *ref_2461 + operation: *ref_2609 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ExternalFQDN/get.json responseOutput: |- armmachinelearningservices.ExternalFQDNResponse{ @@ -73070,119 +72879,119 @@ testModel: responses: '200': body: - schema: *ref_1417 + schema: *ref_1410 parentsValue: {} properties: value: - schema: *ref_1239 + schema: *ref_1232 elements: - - schema: *ref_1044 + - schema: *ref_1037 parentsValue: {} properties: properties: - schema: *ref_1045 + schema: *ref_1038 parentsValue: {} properties: category: - schema: *ref_1041 + schema: *ref_1034 rawValue: Azure Active Directory - language: *ref_2617 + language: *ref_2610 endpoints: - schema: *ref_1238 + schema: *ref_1231 elements: - - schema: *ref_1046 + - schema: *ref_1039 parentsValue: {} properties: domainName: - schema: *ref_1042 + schema: *ref_1035 rawValue: login.microsoftonline.com - language: *ref_2618 + language: *ref_2611 endpointDetails: - schema: *ref_1237 + schema: *ref_1230 elements: - - schema: *ref_1047 + - schema: *ref_1040 parentsValue: {} properties: port: - schema: *ref_1043 + schema: *ref_1036 rawValue: 443 - language: *ref_2619 - language: *ref_2620 - language: *ref_2621 - language: *ref_2622 - - schema: *ref_1044 + language: *ref_2612 + language: *ref_2613 + language: *ref_2614 + language: *ref_2615 + - schema: *ref_1037 parentsValue: {} properties: properties: - schema: *ref_1045 + schema: *ref_1038 parentsValue: {} properties: category: - schema: *ref_1041 + schema: *ref_1034 rawValue: Azure portal - language: *ref_2617 + language: *ref_2610 endpoints: - schema: *ref_1238 + schema: *ref_1231 elements: - - schema: *ref_1046 + - schema: *ref_1039 parentsValue: {} properties: domainName: - schema: *ref_1042 + schema: *ref_1035 rawValue: management.azure.com - language: *ref_2618 + language: *ref_2611 endpointDetails: - schema: *ref_1237 + schema: *ref_1230 elements: - - schema: *ref_1047 + - schema: *ref_1040 parentsValue: {} properties: port: - schema: *ref_1043 + schema: *ref_1036 rawValue: 443 - language: *ref_2619 - language: *ref_2620 - language: *ref_2621 - language: *ref_2622 - language: *ref_2623 - language: *ref_2624 - operation: *ref_2616 - operationGroup: *ref_2461 + language: *ref_2612 + language: *ref_2613 + language: *ref_2614 + language: *ref_2615 + language: *ref_2616 + language: *ref_2617 + operation: *ref_2609 + operationGroup: *ref_2454 - operationId: Usages_List examples: - name: List Usages checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2638 + isPageable: *ref_2631 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1416 rawValue: eastus - language: *ref_2625 - parameter: *ref_1424 + language: *ref_2618 + parameter: *ref_1417 methodParametersOutput: - paramName: location paramOutput: '"eastus"' - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_2626 - operationGroup: *ref_2627 + operation: *ref_2619 + operationGroup: *ref_2620 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Usage/list.json pageableItemName: Value responseOutput: >- @@ -73975,1298 +73784,1298 @@ testModel: responses: '200': body: - schema: *ref_1425 + schema: *ref_1418 parentsValue: {} properties: value: - schema: *ref_1222 + schema: *ref_1215 elements: - - schema: *ref_964 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Clusters - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Clusters - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/totalCores/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 7 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 100 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Total Cluster Dedicated Regional vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Total Cluster Dedicated Regional vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/dedicatedCores/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 14 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 48 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 2 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 2 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 2 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_dsv2/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster2_dsv2/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 12 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_nc/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluser1_nc/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 0 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 0 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 0 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 0 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 24 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Total Cluster LowPriority Regional vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Total Cluster LowPriority Regional vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/lowPriorityCores/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 18 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: 50 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard D Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard D Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_D_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard DSv2 Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard DSv2 Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_DSv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard Dv2 Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard Dv2 Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_Dv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard FSv2 Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard FSv2 Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_FSv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 18 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 12 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluster2_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 6 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluster3_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NCv2 Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NCv2 Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NCv3 Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NCv3 Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv3_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard ND Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard ND Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_ND_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NDv2 Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NDv2 Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NDv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - - schema: *ref_964 + language: *ref_2628 + - schema: *ref_957 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_958 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_955 rawValue: Standard NV Family Cluster LowPriority vCPUs - language: *ref_2628 + language: *ref_2621 value: - schema: *ref_961 + schema: *ref_954 rawValue: Standard NV Family Cluster LowPriority vCPUs - language: *ref_2629 - language: *ref_2630 + language: *ref_2622 + language: *ref_2623 type: - schema: *ref_957 + schema: *ref_950 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2631 + language: *ref_2624 currentValue: - schema: *ref_959 + schema: *ref_952 rawValue: 0 - language: *ref_2632 + language: *ref_2625 id: - schema: *ref_955 + schema: *ref_948 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NV_Family_Cluster_LowPriority_vCPUs - language: *ref_2633 + language: *ref_2626 limit: - schema: *ref_960 + schema: *ref_953 rawValue: -1 - language: *ref_2634 + language: *ref_2627 unit: - schema: *ref_958 + schema: *ref_951 rawValue: Count - language: *ref_2635 - language: *ref_2636 - language: *ref_2637 - operation: *ref_2626 - operationGroup: *ref_2627 + language: *ref_2628 + language: *ref_2629 + language: *ref_2630 + operation: *ref_2619 + operationGroup: *ref_2620 - operationId: VirtualMachineSizes_List examples: - name: List VM Sizes checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -75274,10 +75083,10 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1416 rawValue: eastus - language: *ref_2639 - parameter: *ref_1431 + language: *ref_2632 + parameter: *ref_1424 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -75286,8 +75095,8 @@ testModel: - paramName: options paramOutput: nil opName: List - operation: *ref_2640 - operationGroup: *ref_2641 + operation: *ref_2633 + operationGroup: *ref_2634 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/VirtualMachineSize/list.json responseOutput: |- armmachinelearningservices.VirtualMachineSizeListResult{ @@ -75656,1155 +75465,1155 @@ testModel: responses: '200': body: - schema: *ref_1432 + schema: *ref_1425 parentsValue: {} properties: value: - schema: *ref_1225 + schema: *ref_1218 elements: - - schema: *ref_981 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS1_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.13 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.01 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.07 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.05 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 7168 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 3.5 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 1 - language: *ref_2658 - - schema: *ref_981 + language: *ref_2651 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS2_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.03 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.15 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.1 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.25 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 14336 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 7 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_973 rawValue: MIR - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 2 - language: *ref_2658 - - schema: *ref_981 + language: *ref_2651 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS3_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.2 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.06 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.5 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.29 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 28672 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 14 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_973 rawValue: MIR - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 4 - language: *ref_2658 - - schema: *ref_981 + language: *ref_2651 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS4_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.12 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.4 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 1.01 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.58 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 57344 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 28 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_973 rawValue: MIR - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 8 - language: *ref_2658 - - schema: *ref_981 + language: *ref_2651 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS5_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 1.17 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.81 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 2.02 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.23 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 114688 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 56 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_973 rawValue: MIR - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 16 - language: *ref_2658 - - schema: *ref_981 + language: *ref_2651 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS11_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.26 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.18 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.11 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.04 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 28672 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 14 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 2 - language: *ref_2658 - - schema: *ref_981 + language: *ref_2651 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS12_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.37 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.53 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.21 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.07 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 57344 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 28 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 4 - language: *ref_2658 - - schema: *ref_981 + language: *ref_2651 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS13_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.15 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.42 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.74 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 1.06 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 114688 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 56 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 8 - language: *ref_2658 - - schema: *ref_981 + language: *ref_2651 + - schema: *ref_974 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_959 rawValue: Standard_DS14_v2 - language: *ref_2642 + language: *ref_2635 estimatedVMPrices: - schema: *ref_982 + schema: *ref_975 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_968 rawValue: USD - language: *ref_2643 + language: *ref_2636 unitOfMeasure: - schema: *ref_976 + schema: *ref_969 rawValue: OneHour - language: *ref_2644 + language: *ref_2637 values: - schema: *ref_1223 + schema: *ref_1216 elements: - - schema: *ref_983 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.3 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Linux - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 1.48 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 0.84 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: LowPriority - language: *ref_2647 - - schema: *ref_983 + language: *ref_2640 + - schema: *ref_976 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_971 rawValue: Windows - language: *ref_2645 + language: *ref_2638 retailPrice: - schema: *ref_977 + schema: *ref_970 rawValue: 2.11 - language: *ref_2646 + language: *ref_2639 vmTier: - schema: *ref_979 + schema: *ref_972 rawValue: Standard - language: *ref_2647 - language: *ref_2648 - language: *ref_2649 + language: *ref_2640 + language: *ref_2641 + language: *ref_2642 family: - schema: *ref_967 + schema: *ref_960 rawValue: standardDSv2Family - language: *ref_2650 + language: *ref_2643 gpus: - schema: *ref_969 + schema: *ref_962 rawValue: 0 - language: *ref_2651 + language: *ref_2644 lowPriorityCapable: - schema: *ref_973 + schema: *ref_966 rawValue: true - language: *ref_2652 + language: *ref_2645 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_964 rawValue: 229376 - language: *ref_2653 + language: *ref_2646 memoryGB: - schema: *ref_972 + schema: *ref_965 rawValue: 112 - language: *ref_2654 + language: *ref_2647 osVhdSizeMB: - schema: *ref_970 + schema: *ref_963 rawValue: 1047552 - language: *ref_2655 + language: *ref_2648 premiumIO: - schema: *ref_974 + schema: *ref_967 rawValue: true - language: *ref_2656 + language: *ref_2649 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1217 elements: - - schema: *ref_980 + - schema: *ref_973 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_973 rawValue: ComputeInstance - language: *ref_2657 + language: *ref_2650 vCPUs: - schema: *ref_968 + schema: *ref_961 rawValue: 16 - language: *ref_2658 - language: *ref_2659 - language: *ref_2660 - operation: *ref_2640 - operationGroup: *ref_2641 + language: *ref_2651 + language: *ref_2652 + language: *ref_2653 + operation: *ref_2633 + operationGroup: *ref_2634 - operationId: Quotas_Update examples: - name: update quotas checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' @@ -76812,58 +76621,58 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1416 rawValue: eastus - language: *ref_2661 - parameter: *ref_1441 + language: *ref_2654 + parameter: *ref_1434 - exampleValue: - schema: *ref_1438 + schema: *ref_1431 parentsValue: {} properties: value: - schema: *ref_1226 + schema: *ref_1219 elements: - - schema: *ref_989 + - schema: *ref_982 parentsValue: {} properties: type: - schema: *ref_985 + schema: *ref_978 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2662 + language: *ref_2655 id: - schema: *ref_984 + schema: *ref_977 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2663 + language: *ref_2656 limit: - schema: *ref_986 + schema: *ref_979 rawValue: 100 - language: *ref_2664 + language: *ref_2657 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2665 - - schema: *ref_989 + language: *ref_2658 + - schema: *ref_982 parentsValue: {} properties: type: - schema: *ref_985 + schema: *ref_978 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2662 + language: *ref_2655 id: - schema: *ref_984 + schema: *ref_977 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2663 + language: *ref_2656 limit: - schema: *ref_986 + schema: *ref_979 rawValue: 200 - language: *ref_2664 + language: *ref_2657 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2665 - language: *ref_2666 - language: *ref_2667 - parameter: *ref_1439 + language: *ref_2658 + language: *ref_2659 + language: *ref_2660 + parameter: *ref_1432 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -76889,8 +76698,8 @@ testModel: - paramName: options paramOutput: nil opName: Update - operation: *ref_2668 - operationGroup: *ref_2669 + operation: *ref_2661 + operationGroup: *ref_2662 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Quota/update.json responseOutput: |- armmachinelearningservices.UpdateWorkspaceQuotasResult{ @@ -76918,97 +76727,97 @@ testModel: responses: '200': body: - schema: *ref_1442 + schema: *ref_1435 parentsValue: {} properties: value: - schema: *ref_1227 + schema: *ref_1220 elements: - - schema: *ref_995 + - schema: *ref_988 parentsValue: {} properties: type: - schema: *ref_991 + schema: *ref_984 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2670 + language: *ref_2663 id: - schema: *ref_990 + schema: *ref_983 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2671 + language: *ref_2664 limit: - schema: *ref_992 + schema: *ref_985 rawValue: 100 - language: *ref_2672 + language: *ref_2665 status: - schema: *ref_993 + schema: *ref_986 rawValue: Success - language: *ref_2673 + language: *ref_2666 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2674 - - schema: *ref_995 + language: *ref_2667 + - schema: *ref_988 parentsValue: {} properties: type: - schema: *ref_991 + schema: *ref_984 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2670 + language: *ref_2663 id: - schema: *ref_990 + schema: *ref_983 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2671 + language: *ref_2664 limit: - schema: *ref_992 + schema: *ref_985 rawValue: 200 - language: *ref_2672 + language: *ref_2665 status: - schema: *ref_993 + schema: *ref_986 rawValue: Success - language: *ref_2673 + language: *ref_2666 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2674 - language: *ref_2675 - language: *ref_2676 - operation: *ref_2668 - operationGroup: *ref_2669 + language: *ref_2667 + language: *ref_2668 + language: *ref_2669 + operation: *ref_2661 + operationGroup: *ref_2662 - operationId: Quotas_List examples: - name: List workspace quotas by VMFamily checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2688 + isPageable: *ref_2681 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1416 rawValue: eastus - language: *ref_2677 - parameter: *ref_1448 + language: *ref_2670 + parameter: *ref_1441 methodParametersOutput: - paramName: location paramOutput: '"eastus"' - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_2678 - operationGroup: *ref_2669 + operation: *ref_2671 + operationGroup: *ref_2662 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Quota/list.json pageableItemName: Value responseOutput: |- @@ -77422,1328 +77231,1328 @@ testModel: responses: '200': body: - schema: *ref_1449 + schema: *ref_1442 parentsValue: {} properties: value: - schema: *ref_1228 + schema: *ref_1221 elements: - - schema: *ref_1003 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 48 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quota - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 12 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 0 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - - schema: *ref_1003 + language: *ref_2678 + - schema: *ref_996 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_997 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_993 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2679 + language: *ref_2672 value: - schema: *ref_999 + schema: *ref_992 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2680 - language: *ref_2681 + language: *ref_2673 + language: *ref_2674 type: - schema: *ref_998 + schema: *ref_991 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2682 + language: *ref_2675 id: - schema: *ref_996 + schema: *ref_989 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2683 + language: *ref_2676 limit: - schema: *ref_1001 + schema: *ref_994 rawValue: 24 - language: *ref_2684 + language: *ref_2677 unit: - schema: *ref_987 + schema: *ref_980 rawValue: Count - language: *ref_2685 - language: *ref_2686 - language: *ref_2687 - operation: *ref_2678 - operationGroup: *ref_2669 + language: *ref_2678 + language: *ref_2679 + language: *ref_2680 + operation: *ref_2671 + operationGroup: *ref_2662 - operationId: Compute_List examples: - name: Get Computes checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: '2021-04-01' - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2706 + isPageable: *ref_2699 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2689 - parameter: *ref_1458 + language: *ref_2682 + parameter: *ref_1451 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2690 - parameter: *ref_1459 + language: *ref_2683 + parameter: *ref_1452 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"testrg123"' @@ -78754,8 +78563,8 @@ testModel: &armmachinelearningservices.ComputeClientListOptions{Skip: nil, } opName: NewListPager - operation: *ref_2691 - operationGroup: *ref_2692 + operation: *ref_2684 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/list.json pageableItemName: Value responseOutput: |- @@ -78797,161 +78606,161 @@ testModel: responses: '200': body: - schema: *ref_1460 + schema: *ref_1453 parentsValue: {} properties: nextLink: - schema: *ref_1005 + schema: *ref_998 rawValue: nextLink - language: *ref_2693 + language: *ref_2686 value: - schema: *ref_1230 + schema: *ref_1223 elements: - - schema: *ref_90 + - schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 + language: *ref_2688 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2696 + language: *ref_2689 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2697 + language: *ref_2690 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 + language: *ref_2691 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - - schema: *ref_90 + language: *ref_2696 + - schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 + language: *ref_2688 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2696 + language: *ref_2689 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2697 + language: *ref_2690 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 + language: *ref_2691 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute1234-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute1234 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute1234 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2704 - language: *ref_2705 - operation: *ref_2691 - operationGroup: *ref_2692 + language: *ref_2696 + language: *ref_2697 + language: *ref_2698 + operation: *ref_2684 + operationGroup: *ref_2685 - operationId: Compute_Get examples: - name: Get a AKS Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -78959,20 +78768,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2707 - parameter: *ref_1465 + language: *ref_2700 + parameter: *ref_1458 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2708 - parameter: *ref_1466 + language: *ref_2701 + parameter: *ref_1459 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2709 - parameter: *ref_1467 + language: *ref_2702 + parameter: *ref_1460 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -78985,8 +78794,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_2710 - operationGroup: *ref_2692 + operation: *ref_2703 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/AKSCompute.json responseOutput: |- armmachinelearningservices.ComputeResource{ @@ -79011,83 +78820,83 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 + language: *ref_2688 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2696 + language: *ref_2689 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2697 + language: *ref_2690 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 + language: *ref_2691 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2711 + language: *ref_2696 + language: *ref_2704 - name: Get a AML Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -79095,20 +78904,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2707 - parameter: *ref_1465 + language: *ref_2700 + parameter: *ref_1458 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2708 - parameter: *ref_1466 + language: *ref_2701 + parameter: *ref_1459 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2709 - parameter: *ref_1467 + language: *ref_2702 + parameter: *ref_1460 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -79121,8 +78930,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_2710 - operationGroup: *ref_2692 + operation: *ref_2703 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/AmlCompute.json responseOutput: |- armmachinelearningservices.ComputeResource{ @@ -79174,192 +78983,192 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_119 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1156 parentsValue: {} properties: allocationState: - schema: *ref_108 + schema: *ref_106 rawValue: Resizing - language: *ref_2712 + language: *ref_2705 allocationStateTransitionTime: - schema: *ref_109 + schema: *ref_107 rawValue: '2017-09-27T22:28:08.998Z' - language: *ref_2713 + language: *ref_2706 currentNodeCount: - schema: *ref_111 + schema: *ref_109 rawValue: 0 - language: *ref_2714 + language: *ref_2707 enableNodePublicIp: - schema: *ref_119 + schema: *ref_117 rawValue: true - language: *ref_2715 + language: *ref_2708 errors: - schema: *ref_1260 + schema: *ref_1253 rawValue: null - language: *ref_2716 + language: *ref_2709 isolatedNetwork: - schema: *ref_99 + schema: *ref_97 rawValue: false - language: *ref_2717 + language: *ref_2710 nodeStateCounts: - schema: *ref_1166 + schema: *ref_1159 parentsValue: {} properties: idleNodeCount: - schema: *ref_113 + schema: *ref_111 rawValue: 0 - language: *ref_2718 + language: *ref_2711 leavingNodeCount: - schema: *ref_117 + schema: *ref_115 rawValue: 0 - language: *ref_2719 + language: *ref_2712 preemptedNodeCount: - schema: *ref_118 + schema: *ref_116 rawValue: 0 - language: *ref_2720 + language: *ref_2713 preparingNodeCount: - schema: *ref_115 + schema: *ref_113 rawValue: 0 - language: *ref_2721 + language: *ref_2714 runningNodeCount: - schema: *ref_114 + schema: *ref_112 rawValue: 0 - language: *ref_2722 + language: *ref_2715 unusableNodeCount: - schema: *ref_116 + schema: *ref_114 rawValue: 0 - language: *ref_2723 - language: *ref_2724 + language: *ref_2716 + language: *ref_2717 osType: - schema: *ref_95 + schema: *ref_93 rawValue: Windows - language: *ref_2725 + language: *ref_2718 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_105 rawValue: Enabled - language: *ref_2726 + language: *ref_2719 scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 1 - language: *ref_2727 + language: *ref_2720 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 0 - language: *ref_2728 + language: *ref_2721 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2729 - language: *ref_2730 + language: *ref_2722 + language: *ref_2723 subnet: - schema: *ref_124 + schema: *ref_122 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_104 rawValue: test-subnet-resource-id - language: *ref_2731 - language: *ref_2732 + language: *ref_2724 + language: *ref_2725 targetNodeCount: - schema: *ref_112 + schema: *ref_110 rawValue: 1 - language: *ref_2733 + language: *ref_2726 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1157 rawValue: null - language: *ref_2734 + language: *ref_2727 vmPriority: - schema: *ref_97 + schema: *ref_95 rawValue: Dedicated - language: *ref_2735 + language: *ref_2728 vmSize: - schema: *ref_96 + schema: *ref_94 rawValue: STANDARD_NC6 - language: *ref_2736 - language: *ref_2737 - language: *ref_2738 + language: *ref_2729 + language: *ref_2730 + language: *ref_2731 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2695 + language: *ref_2688 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2696 + language: *ref_2689 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2697 + language: *ref_2690 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2703 - language: *ref_2711 + language: *ref_2696 + language: *ref_2704 - name: Get a Kubernetes Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -79367,20 +79176,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2707 - parameter: *ref_1465 + language: *ref_2700 + parameter: *ref_1458 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2708 - parameter: *ref_1466 + language: *ref_2701 + parameter: *ref_1459 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2709 - parameter: *ref_1467 + language: *ref_2702 + parameter: *ref_1460 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -79393,8 +79202,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_2710 - operationGroup: *ref_2692 + operation: *ref_2703 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/KubernetesCompute.json responseOutput: |- armmachinelearningservices.ComputeResource{ @@ -79441,81 +79250,81 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_205 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: Kubernetes - language: *ref_2695 + language: *ref_2688 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2696 + language: *ref_2689 isAttachedCompute: - schema: *ref_250 + schema: *ref_245 rawValue: true - language: *ref_2739 + language: *ref_2732 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2697 + language: *ref_2690 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 + language: *ref_2691 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 KubernetesSchema: - schema: *ref_217 + schema: *ref_214 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1153 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_212 rawValue: defaultInstanceType - language: *ref_2740 + language: *ref_2733 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_209 rawValue: stable - language: *ref_2741 + language: *ref_2734 extensionPrincipalId: - schema: *ref_211 + schema: *ref_208 rawValue: null - language: *ref_2742 + language: *ref_2735 instanceTypes: - schema: *ref_216 + schema: *ref_213 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1154 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2743 + language: *ref_2736 resources: - schema: *ref_1162 + schema: *ref_1155 parentsValue: {} properties: limits: @@ -79530,7 +79339,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2744 + language: *ref_2737 requests: schema: *ref_23 properties: @@ -79543,66 +79352,66 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2745 - language: *ref_2746 - language: *ref_2747 + language: *ref_2738 + language: *ref_2739 + language: *ref_2740 namespace: - schema: *ref_214 + schema: *ref_211 rawValue: default - language: *ref_2748 + language: *ref_2741 relayConnectionString: - schema: *ref_209 + schema: *ref_206 rawValue: null - language: *ref_2749 + language: *ref_2742 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_207 rawValue: null - language: *ref_2750 + language: *ref_2743 vcName: - schema: *ref_213 + schema: *ref_210 rawValue: null - language: *ref_2751 - language: *ref_2752 - language: *ref_2753 + language: *ref_2744 + language: *ref_2745 + language: *ref_2746 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2711 + language: *ref_2696 + language: *ref_2704 - name: Get an ComputeInstance checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -79610,20 +79419,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2707 - parameter: *ref_1465 + language: *ref_2700 + parameter: *ref_1458 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2708 - parameter: *ref_1466 + language: *ref_2701 + parameter: *ref_1459 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2709 - parameter: *ref_1467 + language: *ref_2702 + parameter: *ref_1460 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -79636,8 +79445,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_2710 - operationGroup: *ref_2692 + operation: *ref_2703 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/ComputeInstance.json responseOutput: |- armmachinelearningservices.ComputeResource{ @@ -79695,202 +79504,202 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2695 + language: *ref_2688 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2696 + language: *ref_2689 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2697 + language: *ref_2690 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_189 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1160 parentsValue: {} properties: applicationSharingPolicy: - schema: *ref_125 + schema: *ref_123 rawValue: Shared - language: *ref_2754 + language: *ref_2747 applications: - schema: *ref_1261 + schema: *ref_1254 elements: - - schema: *ref_1170 + - schema: *ref_1163 parentsValue: {} properties: displayName: - schema: *ref_132 + schema: *ref_130 rawValue: Jupyter - language: *ref_2755 + language: *ref_2748 endpointUri: - schema: *ref_133 + schema: *ref_131 rawValue: https://compute123.eastus2.azureml.net/jupyter - language: *ref_2756 - language: *ref_2757 + language: *ref_2749 + language: *ref_2750 computeInstanceAuthorizationType: - schema: *ref_138 + schema: *ref_136 rawValue: personal - language: *ref_2758 + language: *ref_2751 connectivityEndpoints: - schema: *ref_1169 + schema: *ref_1162 parentsValue: {} properties: privateIpAddress: - schema: *ref_131 + schema: *ref_129 rawValue: 10.0.0.1 - language: *ref_2759 + language: *ref_2752 publicIpAddress: - schema: *ref_130 + schema: *ref_128 rawValue: 10.0.0.1 - language: *ref_2760 - language: *ref_2761 + language: *ref_2753 + language: *ref_2754 createdBy: - schema: *ref_1171 + schema: *ref_1164 parentsValue: {} properties: userId: - schema: *ref_136 + schema: *ref_134 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2762 + language: *ref_2755 userName: - schema: *ref_134 + schema: *ref_132 rawValue: foobar@microsoft.com - language: *ref_2763 + language: *ref_2756 userOrgId: - schema: *ref_135 + schema: *ref_133 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2764 - language: *ref_2765 + language: *ref_2757 + language: *ref_2758 errors: - schema: *ref_1262 + schema: *ref_1255 rawValue: null - language: *ref_2766 + language: *ref_2759 personalComputeInstanceSettings: - schema: *ref_1172 + schema: *ref_1165 parentsValue: {} properties: assignedUser: - schema: *ref_1173 + schema: *ref_1166 parentsValue: {} properties: objectId: - schema: *ref_139 + schema: *ref_137 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2767 + language: *ref_2760 tenantId: - schema: *ref_140 + schema: *ref_138 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2768 - language: *ref_2769 - language: *ref_2770 + language: *ref_2761 + language: *ref_2762 + language: *ref_2763 sshSettings: - schema: *ref_1168 + schema: *ref_1161 parentsValue: {} properties: adminUserName: - schema: *ref_127 + schema: *ref_125 rawValue: azureuser - language: *ref_2771 + language: *ref_2764 sshPort: - schema: *ref_128 + schema: *ref_126 rawValue: 22 - language: *ref_2772 + language: *ref_2765 sshPublicAccess: - schema: *ref_126 + schema: *ref_124 rawValue: Enabled - language: *ref_2773 - language: *ref_2774 + language: *ref_2766 + language: *ref_2767 state: - schema: *ref_137 + schema: *ref_135 rawValue: Running - language: *ref_2775 + language: *ref_2768 subnet: - schema: *ref_124 + schema: *ref_122 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_104 rawValue: test-subnet-resource-id - language: *ref_2731 - language: *ref_2776 + language: *ref_2724 + language: *ref_2769 vmSize: - schema: *ref_123 + schema: *ref_121 rawValue: STANDARD_NC6 - language: *ref_2777 - language: *ref_2778 - language: *ref_2779 + language: *ref_2770 + language: *ref_2771 + language: *ref_2772 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2703 - language: *ref_2711 - operation: *ref_2710 - operationGroup: *ref_2692 + language: *ref_2696 + language: *ref_2704 + operation: *ref_2703 + operationGroup: *ref_2685 - operationId: Compute_CreateOrUpdate examples: - name: Attach a Kubernetes Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -79898,72 +79707,72 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2780 - parameter: *ref_1475 + language: *ref_2773 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2781 - parameter: *ref_1476 + language: *ref_2774 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2782 - parameter: *ref_1477 + language: *ref_2775 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_205 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: Kubernetes - language: *ref_2695 + language: *ref_2688 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 KubernetesSchema: - schema: *ref_217 + schema: *ref_214 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1153 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_212 rawValue: defaultInstanceType - language: *ref_2740 + language: *ref_2733 instanceTypes: - schema: *ref_216 + schema: *ref_213 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1154 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2743 + language: *ref_2736 resources: - schema: *ref_1162 + schema: *ref_1155 parentsValue: {} properties: limits: @@ -79978,7 +79787,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2744 + language: *ref_2737 requests: schema: *ref_23 properties: @@ -79991,25 +79800,25 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2745 - language: *ref_2746 - language: *ref_2747 + language: *ref_2738 + language: *ref_2739 + language: *ref_2740 namespace: - schema: *ref_214 + schema: *ref_211 rawValue: default - language: *ref_2748 - language: *ref_2752 - language: *ref_2753 + language: *ref_2741 + language: *ref_2745 + language: *ref_2746 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2783 - parameter: *ref_1473 + language: *ref_2696 + language: *ref_2776 + parameter: *ref_1466 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -80052,8 +79861,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2784 - operationGroup: *ref_2692 + operation: *ref_2777 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/KubernetesCompute.json pollerType: ComputeClientCreateOrUpdateResponse responseOutput: |- @@ -80098,69 +79907,69 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_205 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: Kubernetes - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 + language: *ref_2691 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 KubernetesSchema: - schema: *ref_217 + schema: *ref_214 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1153 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_212 rawValue: defaultInstanceType - language: *ref_2740 + language: *ref_2733 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_209 rawValue: stable - language: *ref_2741 + language: *ref_2734 extensionPrincipalId: - schema: *ref_211 + schema: *ref_208 rawValue: null - language: *ref_2742 + language: *ref_2735 instanceTypes: - schema: *ref_216 + schema: *ref_213 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1154 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2743 + language: *ref_2736 resources: - schema: *ref_1162 + schema: *ref_1155 parentsValue: {} properties: limits: @@ -80175,7 +79984,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2744 + language: *ref_2737 requests: schema: *ref_23 properties: @@ -80188,118 +79997,118 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2745 - language: *ref_2746 - language: *ref_2747 + language: *ref_2738 + language: *ref_2739 + language: *ref_2740 namespace: - schema: *ref_214 + schema: *ref_211 rawValue: default - language: *ref_2748 + language: *ref_2741 relayConnectionString: - schema: *ref_209 + schema: *ref_206 rawValue: null - language: *ref_2749 + language: *ref_2742 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_207 rawValue: null - language: *ref_2750 + language: *ref_2743 vcName: - schema: *ref_213 + schema: *ref_210 rawValue: null - language: *ref_2751 - language: *ref_2752 - language: *ref_2753 + language: *ref_2744 + language: *ref_2745 + language: *ref_2746 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2785 + language: *ref_2696 + language: *ref_2778 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_205 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: Kubernetes - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2698 + language: *ref_2691 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 KubernetesSchema: - schema: *ref_217 + schema: *ref_214 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1153 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_212 rawValue: defaultInstanceType - language: *ref_2740 + language: *ref_2733 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_209 rawValue: stable - language: *ref_2741 + language: *ref_2734 extensionPrincipalId: - schema: *ref_211 + schema: *ref_208 rawValue: null - language: *ref_2742 + language: *ref_2735 instanceTypes: - schema: *ref_216 + schema: *ref_213 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1154 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2743 + language: *ref_2736 resources: - schema: *ref_1162 + schema: *ref_1155 parentsValue: {} properties: limits: @@ -80314,7 +80123,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2744 + language: *ref_2737 requests: schema: *ref_23 properties: @@ -80327,67 +80136,67 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2745 - language: *ref_2746 - language: *ref_2747 + language: *ref_2738 + language: *ref_2739 + language: *ref_2740 namespace: - schema: *ref_214 + schema: *ref_211 rawValue: default - language: *ref_2748 + language: *ref_2741 relayConnectionString: - schema: *ref_209 + schema: *ref_206 rawValue: null - language: *ref_2749 + language: *ref_2742 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_207 rawValue: null - language: *ref_2750 + language: *ref_2743 vcName: - schema: *ref_213 + schema: *ref_210 rawValue: null - language: *ref_2751 - language: *ref_2752 - language: *ref_2753 + language: *ref_2744 + language: *ref_2745 + language: *ref_2746 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2786 - headers: *ref_2787 + language: *ref_2696 + language: *ref_2779 + headers: *ref_2780 - name: Create a AML Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -80395,109 +80204,109 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2780 - parameter: *ref_1475 + language: *ref_2773 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2781 - parameter: *ref_1476 + language: *ref_2774 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2782 - parameter: *ref_1477 + language: *ref_2775 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_119 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1156 parentsValue: {} properties: enableNodePublicIp: - schema: *ref_119 + schema: *ref_117 rawValue: true - language: *ref_2715 + language: *ref_2708 isolatedNetwork: - schema: *ref_99 + schema: *ref_97 rawValue: false - language: *ref_2717 + language: *ref_2710 osType: - schema: *ref_95 + schema: *ref_93 rawValue: Windows - language: *ref_2725 + language: *ref_2718 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_105 rawValue: NotSpecified - language: *ref_2726 + language: *ref_2719 scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 1 - language: *ref_2727 + language: *ref_2720 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 0 - language: *ref_2728 + language: *ref_2721 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2729 - language: *ref_2730 + language: *ref_2722 + language: *ref_2723 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1157 parentsValue: {} properties: id: - schema: *ref_98 + schema: *ref_96 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myImageGallery/images/myImageDefinition/versions/0.0.1 - language: *ref_2788 - language: *ref_2734 + language: *ref_2781 + language: *ref_2727 vmPriority: - schema: *ref_97 + schema: *ref_95 rawValue: Dedicated - language: *ref_2735 + language: *ref_2728 vmSize: - schema: *ref_96 + schema: *ref_94 rawValue: STANDARD_NC6 - language: *ref_2736 - language: *ref_2737 - language: *ref_2738 + language: *ref_2729 + language: *ref_2730 + language: *ref_2731 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2695 - language: *ref_2700 + language: *ref_2688 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2783 - parameter: *ref_1473 + language: *ref_2696 + language: *ref_2776 + parameter: *ref_1466 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -80534,8 +80343,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2784 - operationGroup: *ref_2692 + operation: *ref_2777 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicAmlCompute.json pollerType: ComputeClientCreateOrUpdateResponse responseOutput: |- @@ -80557,118 +80366,118 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2785 + language: *ref_2696 + language: *ref_2778 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2786 - headers: *ref_2789 + language: *ref_2696 + language: *ref_2779 + headers: *ref_2782 - name: Create a DataFactory Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -80676,49 +80485,49 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2780 - parameter: *ref_1475 + language: *ref_2773 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2781 - parameter: *ref_1476 + language: *ref_2774 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2782 - parameter: *ref_1477 + language: *ref_2775 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_235 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: DataFactory - language: *ref_2695 - language: *ref_2700 + language: *ref_2688 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2783 - parameter: *ref_1473 + language: *ref_2696 + language: *ref_2776 + parameter: *ref_1466 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -80739,8 +80548,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2784 - operationGroup: *ref_2692 + operation: *ref_2777 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicDataFactoryCompute.json pollerType: ComputeClientCreateOrUpdateResponse responseOutput: |- @@ -80762,118 +80571,118 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_235 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: DataFactory - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2785 + language: *ref_2696 + language: *ref_2778 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_235 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: DataFactory - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2786 - headers: *ref_2790 + language: *ref_2696 + language: *ref_2779 + headers: *ref_2783 - name: Create an AKS Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -80881,49 +80690,49 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2780 - parameter: *ref_1475 + language: *ref_2773 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2781 - parameter: *ref_1476 + language: *ref_2774 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2782 - parameter: *ref_1477 + language: *ref_2775 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 - language: *ref_2700 + language: *ref_2688 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2783 - parameter: *ref_1473 + language: *ref_2696 + language: *ref_2776 + parameter: *ref_1466 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -80944,8 +80753,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2784 - operationGroup: *ref_2692 + operation: *ref_2777 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicAKSCompute.json pollerType: ComputeClientCreateOrUpdateResponse responseOutput: |- @@ -80967,118 +80776,118 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2785 + language: *ref_2696 + language: *ref_2778 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2786 - headers: *ref_2791 + language: *ref_2696 + language: *ref_2779 + headers: *ref_2784 - name: Create an ComputeInstance Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -81086,107 +80895,107 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2780 - parameter: *ref_1475 + language: *ref_2773 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2781 - parameter: *ref_1476 + language: *ref_2774 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2782 - parameter: *ref_1477 + language: *ref_2775 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2695 - language: *ref_2700 + language: *ref_2688 + language: *ref_2693 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_189 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1160 parentsValue: {} properties: applicationSharingPolicy: - schema: *ref_125 + schema: *ref_123 rawValue: Personal - language: *ref_2754 + language: *ref_2747 computeInstanceAuthorizationType: - schema: *ref_138 + schema: *ref_136 rawValue: personal - language: *ref_2758 + language: *ref_2751 personalComputeInstanceSettings: - schema: *ref_1172 + schema: *ref_1165 parentsValue: {} properties: assignedUser: - schema: *ref_1173 + schema: *ref_1166 parentsValue: {} properties: objectId: - schema: *ref_139 + schema: *ref_137 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2767 + language: *ref_2760 tenantId: - schema: *ref_140 + schema: *ref_138 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2768 - language: *ref_2769 - language: *ref_2770 + language: *ref_2761 + language: *ref_2762 + language: *ref_2763 sshSettings: - schema: *ref_1168 + schema: *ref_1161 parentsValue: {} properties: sshPublicAccess: - schema: *ref_126 + schema: *ref_124 rawValue: Disabled - language: *ref_2773 - language: *ref_2774 + language: *ref_2766 + language: *ref_2767 subnet: - schema: *ref_124 + schema: *ref_122 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_104 rawValue: test-subnet-resource-id - language: *ref_2731 - language: *ref_2776 + language: *ref_2724 + language: *ref_2769 vmSize: - schema: *ref_123 + schema: *ref_121 rawValue: STANDARD_NC6 - language: *ref_2777 - language: *ref_2778 - language: *ref_2779 + language: *ref_2770 + language: *ref_2771 + language: *ref_2772 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2783 - parameter: *ref_1473 + language: *ref_2696 + language: *ref_2776 + parameter: *ref_1466 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -81224,8 +81033,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2784 - operationGroup: *ref_2692 + operation: *ref_2777 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/ComputeInstance.json pollerType: ComputeClientCreateOrUpdateResponse responseOutput: |- @@ -81247,118 +81056,118 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2785 + language: *ref_2696 + language: *ref_2778 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2786 - headers: *ref_2792 + language: *ref_2696 + language: *ref_2779 + headers: *ref_2785 - name: Create an ComputeInstance Compute with minimal inputs checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -81366,63 +81175,63 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2780 - parameter: *ref_1475 + language: *ref_2773 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2781 - parameter: *ref_1476 + language: *ref_2774 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2782 - parameter: *ref_1477 + language: *ref_2775 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2695 - language: *ref_2700 + language: *ref_2688 + language: *ref_2693 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_189 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1160 parentsValue: {} properties: vmSize: - schema: *ref_123 + schema: *ref_121 rawValue: STANDARD_NC6 - language: *ref_2777 - language: *ref_2778 - language: *ref_2779 + language: *ref_2770 + language: *ref_2771 + language: *ref_2772 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2783 - parameter: *ref_1473 + language: *ref_2696 + language: *ref_2776 + parameter: *ref_1466 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -81446,8 +81255,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2784 - operationGroup: *ref_2692 + operation: *ref_2777 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/ComputeInstanceMinimal.json pollerType: ComputeClientCreateOrUpdateResponse responseOutput: |- @@ -81469,118 +81278,118 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2785 + language: *ref_2696 + language: *ref_2778 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_120 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: ComputeInstance - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Creating - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2786 - headers: *ref_2793 + language: *ref_2696 + language: *ref_2779 + headers: *ref_2786 - name: Update a AML Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -81588,80 +81397,80 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2780 - parameter: *ref_1475 + language: *ref_2773 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2781 - parameter: *ref_1476 + language: *ref_2774 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2782 - parameter: *ref_1477 + language: *ref_2775 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_119 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1156 parentsValue: {} properties: scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 4 - language: *ref_2727 + language: *ref_2720 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 4 - language: *ref_2728 + language: *ref_2721 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2729 - language: *ref_2730 - language: *ref_2737 - language: *ref_2738 + language: *ref_2722 + language: *ref_2723 + language: *ref_2730 + language: *ref_2731 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2695 - language: *ref_2700 + language: *ref_2688 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2783 - parameter: *ref_1473 + language: *ref_2696 + language: *ref_2776 + parameter: *ref_1466 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -81690,8 +81499,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2784 - operationGroup: *ref_2692 + operation: *ref_2777 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/AmlCompute.json pollerType: ComputeClientCreateOrUpdateResponse responseOutput: |- @@ -81744,247 +81553,247 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_119 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1156 parentsValue: {} properties: allocationState: - schema: *ref_108 + schema: *ref_106 rawValue: Resizing - language: *ref_2712 + language: *ref_2705 allocationStateTransitionTime: - schema: *ref_109 + schema: *ref_107 rawValue: '2017-09-27T22:28:08.998Z' - language: *ref_2713 + language: *ref_2706 currentNodeCount: - schema: *ref_111 + schema: *ref_109 rawValue: 0 - language: *ref_2714 + language: *ref_2707 enableNodePublicIp: - schema: *ref_119 + schema: *ref_117 rawValue: true - language: *ref_2715 + language: *ref_2708 errors: - schema: *ref_1260 + schema: *ref_1253 rawValue: null - language: *ref_2716 + language: *ref_2709 isolatedNetwork: - schema: *ref_99 + schema: *ref_97 rawValue: false - language: *ref_2717 + language: *ref_2710 nodeStateCounts: - schema: *ref_1166 + schema: *ref_1159 parentsValue: {} properties: idleNodeCount: - schema: *ref_113 + schema: *ref_111 rawValue: 0 - language: *ref_2718 + language: *ref_2711 leavingNodeCount: - schema: *ref_117 + schema: *ref_115 rawValue: 0 - language: *ref_2719 + language: *ref_2712 preemptedNodeCount: - schema: *ref_118 + schema: *ref_116 rawValue: 0 - language: *ref_2720 + language: *ref_2713 preparingNodeCount: - schema: *ref_115 + schema: *ref_113 rawValue: 0 - language: *ref_2721 + language: *ref_2714 runningNodeCount: - schema: *ref_114 + schema: *ref_112 rawValue: 0 - language: *ref_2722 + language: *ref_2715 unusableNodeCount: - schema: *ref_116 + schema: *ref_114 rawValue: 0 - language: *ref_2723 - language: *ref_2724 + language: *ref_2716 + language: *ref_2717 osType: - schema: *ref_95 + schema: *ref_93 rawValue: Windows - language: *ref_2725 + language: *ref_2718 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_105 rawValue: Enabled - language: *ref_2726 + language: *ref_2719 scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 1 - language: *ref_2727 + language: *ref_2720 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 0 - language: *ref_2728 + language: *ref_2721 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2729 - language: *ref_2730 + language: *ref_2722 + language: *ref_2723 subnet: - schema: *ref_124 + schema: *ref_122 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_104 rawValue: test-subnet-resource-id - language: *ref_2731 - language: *ref_2732 + language: *ref_2724 + language: *ref_2725 targetNodeCount: - schema: *ref_112 + schema: *ref_110 rawValue: 1 - language: *ref_2733 + language: *ref_2726 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1157 rawValue: null - language: *ref_2734 + language: *ref_2727 vmPriority: - schema: *ref_97 + schema: *ref_95 rawValue: Dedicated - language: *ref_2735 + language: *ref_2728 vmSize: - schema: *ref_96 + schema: *ref_94 rawValue: STANDARD_NC6 - language: *ref_2736 - language: *ref_2737 - language: *ref_2738 + language: *ref_2729 + language: *ref_2730 + language: *ref_2731 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2695 + language: *ref_2688 createdOn: - schema: *ref_247 + schema: *ref_242 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2696 + language: *ref_2689 modifiedOn: - schema: *ref_248 + schema: *ref_243 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2697 + language: *ref_2690 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2703 - language: *ref_2785 + language: *ref_2696 + language: *ref_2778 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Updating - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2703 - language: *ref_2786 - headers: *ref_2794 + language: *ref_2696 + language: *ref_2779 + headers: *ref_2787 - name: Update an AKS Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -81992,71 +81801,71 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2780 - parameter: *ref_1475 + language: *ref_2773 + parameter: *ref_1468 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2781 - parameter: *ref_1476 + language: *ref_2774 + parameter: *ref_1469 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2782 - parameter: *ref_1477 + language: *ref_2775 + parameter: *ref_1470 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: AKSSchema: - schema: *ref_272 + schema: *ref_266 parentsValue: {} properties: properties: - schema: *ref_1156 + schema: *ref_1149 parentsValue: {} properties: agentCount: - schema: *ref_256 + schema: *ref_251 rawValue: 4 - language: *ref_2795 - language: *ref_2796 - language: *ref_2797 + language: *ref_2788 + language: *ref_2789 + language: *ref_2790 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 + language: *ref_2688 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2783 - parameter: *ref_1473 + language: *ref_2696 + language: *ref_2776 + parameter: *ref_1466 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -82082,8 +81891,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2784 - operationGroup: *ref_2692 + operation: *ref_2777 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/AKSCompute.json pollerType: ComputeClientCreateOrUpdateResponse responseOutput: |- @@ -82110,152 +81919,152 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: AKSSchema: - schema: *ref_272 + schema: *ref_266 parentsValue: {} properties: properties: - schema: *ref_1156 + schema: *ref_1149 parentsValue: {} properties: agentCount: - schema: *ref_256 + schema: *ref_251 rawValue: 4 - language: *ref_2795 - language: *ref_2796 - language: *ref_2797 + language: *ref_2788 + language: *ref_2789 + language: *ref_2790 Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 + language: *ref_2691 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2785 + language: *ref_2696 + language: *ref_2778 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Updating - language: *ref_2698 + language: *ref_2691 resourceId: - schema: *ref_249 + schema: *ref_244 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2699 - language: *ref_2700 + language: *ref_2692 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus - language: *ref_2703 - language: *ref_2786 - headers: *ref_2798 - operation: *ref_2784 - operationGroup: *ref_2692 + language: *ref_2696 + language: *ref_2779 + headers: *ref_2791 + operation: *ref_2777 + operationGroup: *ref_2685 - operationId: Compute_Update examples: - name: Update a AmlCompute Compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -82263,53 +82072,53 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2799 - parameter: *ref_1488 + language: *ref_2792 + parameter: *ref_1481 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2800 - parameter: *ref_1489 + language: *ref_2793 + parameter: *ref_1482 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2801 - parameter: *ref_1490 + language: *ref_2794 + parameter: *ref_1483 - exampleValue: - schema: *ref_1485 + schema: *ref_1478 parentsValue: {} properties: properties: - schema: *ref_1007 + schema: *ref_1000 parentsValue: {} properties: properties: - schema: *ref_1008 + schema: *ref_1001 parentsValue: {} properties: scaleSettings: - schema: *ref_1006 + schema: *ref_999 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_98 rawValue: 4 - language: *ref_2727 + language: *ref_2720 minNodeCount: - schema: *ref_101 + schema: *ref_99 rawValue: 4 - language: *ref_2728 + language: *ref_2721 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_100 rawValue: PT5M - language: *ref_2729 - language: *ref_2802 - language: *ref_2803 - language: *ref_2804 - language: *ref_2805 - parameter: *ref_1486 + language: *ref_2722 + language: *ref_2795 + language: *ref_2796 + language: *ref_2797 + language: *ref_2798 + parameter: *ref_1479 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -82335,8 +82144,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_2806 - operationGroup: *ref_2692 + operation: *ref_2799 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/patch.json pollerType: ComputeClientUpdateResponse responseOutput: |- @@ -82359,76 +82168,76 @@ testModel: responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_269 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_92 parentsValue: Compute: - schema: *ref_93 + schema: *ref_91 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_241 rawValue: some compute - language: *ref_2694 + language: *ref_2687 computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AmlCompute - language: *ref_2695 + language: *ref_2688 provisioningState: - schema: *ref_245 + schema: *ref_240 rawValue: Succeeded - language: *ref_2698 - language: *ref_2700 + language: *ref_2691 + language: *ref_2693 properties: {} - language: *ref_2701 - language: *ref_2702 + language: *ref_2694 + language: *ref_2695 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: compute123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: location: - schema: *ref_277 + schema: *ref_271 rawValue: eastus2 - language: *ref_2703 - language: *ref_2807 - headers: *ref_2808 - operation: *ref_2806 - operationGroup: *ref_2692 + language: *ref_2696 + language: *ref_2800 + headers: *ref_2801 + operation: *ref_2799 + operationGroup: *ref_2685 - operationId: Compute_Delete examples: - name: Delete Compute checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -82436,25 +82245,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2809 - parameter: *ref_1499 + language: *ref_2802 + parameter: *ref_1492 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2810 - parameter: *ref_1500 + language: *ref_2803 + parameter: *ref_1493 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2811 - parameter: *ref_1501 + language: *ref_2804 + parameter: *ref_1494 - exampleValue: - schema: *ref_1498 + schema: *ref_1491 rawValue: Delete - language: *ref_2812 - parameter: *ref_1502 + language: *ref_2805 + parameter: *ref_1495 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -82469,8 +82278,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_2813 - operationGroup: *ref_2692 + operation: *ref_2806 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/delete.json pollerType: ComputeClientDeleteResponse returnInfo: @@ -82479,47 +82288,47 @@ testModel: responses: '200': {} '202': - headers: *ref_2814 + headers: *ref_2807 '204': {} - operation: *ref_2813 - operationGroup: *ref_2692 + operation: *ref_2806 + operationGroup: *ref_2685 - operationId: Compute_ListNodes examples: - name: Get compute nodes information for a compute checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2828 + isPageable: *ref_2821 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2815 - parameter: *ref_1510 + language: *ref_2808 + parameter: *ref_1503 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2816 - parameter: *ref_1511 + language: *ref_2809 + parameter: *ref_1504 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2817 - parameter: *ref_1512 + language: *ref_2810 + parameter: *ref_1505 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"testrg123"' @@ -82530,8 +82339,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListNodesPager - operation: *ref_2818 - operationGroup: *ref_2692 + operation: *ref_2811 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/listNodes.json pageableItemName: Nodes responseOutput: |- @@ -82560,85 +82369,85 @@ testModel: responses: '200': body: - schema: *ref_1513 + schema: *ref_1506 parentsValue: {} properties: nextLink: - schema: *ref_1015 + schema: *ref_1008 rawValue: nextLink - language: *ref_2819 + language: *ref_2812 nodes: - schema: *ref_1231 + schema: *ref_1224 elements: - - schema: *ref_1016 + - schema: *ref_1009 parentsValue: {} properties: nodeId: - schema: *ref_1009 + schema: *ref_1002 rawValue: tvm-3601533753_1-20170719t162906z - language: *ref_2820 + language: *ref_2813 nodeState: - schema: *ref_1013 + schema: *ref_1006 rawValue: running - language: *ref_2821 + language: *ref_2814 port: - schema: *ref_1012 + schema: *ref_1005 rawValue: 50000 - language: *ref_2822 + language: *ref_2815 privateIpAddress: - schema: *ref_1010 + schema: *ref_1003 rawValue: 13.84.190.124 - language: *ref_2823 + language: *ref_2816 publicIpAddress: - schema: *ref_1011 + schema: *ref_1004 rawValue: 13.84.190.134 - language: *ref_2824 + language: *ref_2817 runId: - schema: *ref_1014 + schema: *ref_1007 rawValue: 2f378a44-38f2-443a-9f0d-9909d0b47890 - language: *ref_2825 - - schema: *ref_1016 + language: *ref_2818 + - schema: *ref_1009 parentsValue: {} properties: nodeId: - schema: *ref_1009 + schema: *ref_1002 rawValue: tvm-3601533753_2-20170719t162906z - language: *ref_2820 + language: *ref_2813 nodeState: - schema: *ref_1013 + schema: *ref_1006 rawValue: idle - language: *ref_2821 + language: *ref_2814 port: - schema: *ref_1012 + schema: *ref_1005 rawValue: 50001 - language: *ref_2822 + language: *ref_2815 privateIpAddress: - schema: *ref_1010 + schema: *ref_1003 rawValue: 13.84.190.124 - language: *ref_2823 + language: *ref_2816 publicIpAddress: - schema: *ref_1011 + schema: *ref_1004 rawValue: 13.84.190.134 - language: *ref_2824 - language: *ref_2826 - language: *ref_2827 - operation: *ref_2818 - operationGroup: *ref_2692 + language: *ref_2817 + language: *ref_2819 + language: *ref_2820 + operation: *ref_2811 + operationGroup: *ref_2685 - operationId: Compute_ListKeys examples: - name: List AKS Compute Keys checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -82646,20 +82455,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2829 - parameter: *ref_1519 + language: *ref_2822 + parameter: *ref_1512 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2830 - parameter: *ref_1520 + language: *ref_2823 + parameter: *ref_1513 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2831 - parameter: *ref_1521 + language: *ref_2824 + parameter: *ref_1514 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -82672,8 +82481,8 @@ testModel: - paramName: options paramOutput: nil opName: ListKeys - operation: *ref_2832 - operationGroup: *ref_2692 + operation: *ref_2825 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/listKeys.json responseIsDiscriminator: true responseOutput: |- @@ -82693,53 +82502,53 @@ testModel: responses: '200': body: - schema: *ref_1026 + schema: *ref_1019 parentsValue: AksComputeSecretsProperties: - schema: *ref_1030 + schema: *ref_1023 parentsValue: {} properties: adminKubeConfig: - schema: *ref_1028 + schema: *ref_1021 rawValue: admin kube config... - language: *ref_2833 + language: *ref_2826 imagePullSecretName: - schema: *ref_1029 + schema: *ref_1022 rawValue: the image pull secret name - language: *ref_2834 + language: *ref_2827 userKubeConfig: - schema: *ref_1027 + schema: *ref_1020 rawValue: user kube config... - language: *ref_2835 - language: *ref_2836 + language: *ref_2828 + language: *ref_2829 ComputeSecrets: - schema: *ref_1025 + schema: *ref_1018 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_237 rawValue: AKS - language: *ref_2837 - language: *ref_2838 + language: *ref_2830 + language: *ref_2831 properties: {} - language: *ref_2839 - operation: *ref_2832 - operationGroup: *ref_2692 + language: *ref_2832 + operation: *ref_2825 + operationGroup: *ref_2685 - operationId: Compute_Start examples: - name: Start ComputeInstance Compute checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -82747,20 +82556,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2840 - parameter: *ref_1530 + language: *ref_2833 + parameter: *ref_1523 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2841 - parameter: *ref_1531 + language: *ref_2834 + parameter: *ref_1524 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2842 - parameter: *ref_1532 + language: *ref_2835 + parameter: *ref_1525 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -82773,8 +82582,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginStart - operation: *ref_2843 - operationGroup: *ref_2692 + operation: *ref_2836 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/start.json pollerType: ComputeClientStartResponse returnInfo: @@ -82782,23 +82591,23 @@ testModel: - error responses: '202': {} - operation: *ref_2843 - operationGroup: *ref_2692 + operation: *ref_2836 + operationGroup: *ref_2685 - operationId: Compute_Stop examples: - name: Stop ComputeInstance Compute checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -82806,20 +82615,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2844 - parameter: *ref_1538 + language: *ref_2837 + parameter: *ref_1531 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2845 - parameter: *ref_1539 + language: *ref_2838 + parameter: *ref_1532 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2846 - parameter: *ref_1540 + language: *ref_2839 + parameter: *ref_1533 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -82832,8 +82641,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginStop - operation: *ref_2847 - operationGroup: *ref_2692 + operation: *ref_2840 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/stop.json pollerType: ComputeClientStopResponse returnInfo: @@ -82841,23 +82650,23 @@ testModel: - error responses: '202': {} - operation: *ref_2847 - operationGroup: *ref_2692 + operation: *ref_2840 + operationGroup: *ref_2685 - operationId: Compute_Restart examples: - name: Restart ComputeInstance Compute checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"' @@ -82865,20 +82674,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_2848 - parameter: *ref_1546 + language: *ref_2841 + parameter: *ref_1539 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2849 - parameter: *ref_1547 + language: *ref_2842 + parameter: *ref_1540 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2850 - parameter: *ref_1548 + language: *ref_2843 + parameter: *ref_1541 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -82891,8 +82700,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginRestart - operation: *ref_2851 - operationGroup: *ref_2692 + operation: *ref_2844 + operationGroup: *ref_2685 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/restart.json pollerType: ComputeClientRestartResponse returnInfo: @@ -82900,40 +82709,40 @@ testModel: - error responses: '202': {} - operation: *ref_2851 - operationGroup: *ref_2692 + operation: *ref_2844 + operationGroup: *ref_2685 - operationId: PrivateEndpointConnections_List examples: - name: StorageAccountListPrivateEndpointConnections checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2858 + isPageable: *ref_2851 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2852 - parameter: *ref_1554 + language: *ref_2845 + parameter: *ref_1547 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2853 - parameter: *ref_1555 + language: *ref_2846 + parameter: *ref_1548 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"rg-1234"' @@ -82942,8 +82751,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_2854 - operationGroup: *ref_2855 + operation: *ref_2847 + operationGroup: *ref_2848 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/list.json pageableItemName: Value responseOutput: |- @@ -82989,141 +82798,141 @@ testModel: responses: '200': body: - schema: *ref_1556 + schema: *ref_1549 parentsValue: {} properties: value: - schema: *ref_1232 + schema: *ref_1225 elements: - - schema: *ref_846 + - schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: '{privateEndpointConnectionName}' - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2491 - language: *ref_2492 + language: *ref_2484 + language: *ref_2485 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2493 + language: *ref_2486 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2494 + language: *ref_2487 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2495 - language: *ref_2496 + language: *ref_2488 + language: *ref_2489 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2497 - language: *ref_2498 - - schema: *ref_846 + language: *ref_2490 + language: *ref_2491 + - schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: '{privateEndpointConnectionName}' - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2491 - language: *ref_2492 + language: *ref_2484 + language: *ref_2485 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2493 + language: *ref_2486 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2494 + language: *ref_2487 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2495 - language: *ref_2496 + language: *ref_2488 + language: *ref_2489 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2497 - language: *ref_2498 - language: *ref_2856 - language: *ref_2857 - operation: *ref_2854 - operationGroup: *ref_2855 + language: *ref_2490 + language: *ref_2491 + language: *ref_2849 + language: *ref_2850 + operation: *ref_2847 + operationGroup: *ref_2848 - operationId: PrivateEndpointConnections_Get examples: - name: WorkspaceGetPrivateEndpointConnection checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -83131,20 +82940,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2859 - parameter: *ref_1562 + language: *ref_2852 + parameter: *ref_1555 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2860 - parameter: *ref_1563 + language: *ref_2853 + parameter: *ref_1556 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_2861 - parameter: *ref_1564 + language: *ref_2854 + parameter: *ref_1557 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -83157,8 +82966,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_2862 - operationGroup: *ref_2855 + operation: *ref_2855 + operationGroup: *ref_2848 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/get.json responseOutput: |- armmachinelearningservices.PrivateEndpointConnection{ @@ -83185,79 +82994,79 @@ testModel: responses: '200': body: - schema: *ref_846 + schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: '{privateEndpointConnectionName}' - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2491 - language: *ref_2492 + language: *ref_2484 + language: *ref_2485 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2493 + language: *ref_2486 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2494 + language: *ref_2487 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2495 - language: *ref_2496 + language: *ref_2488 + language: *ref_2489 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2497 - language: *ref_2498 - language: *ref_2863 - operation: *ref_2862 - operationGroup: *ref_2855 + language: *ref_2490 + language: *ref_2491 + language: *ref_2856 + operation: *ref_2855 + operationGroup: *ref_2848 - operationId: PrivateEndpointConnections_CreateOrUpdate examples: - name: WorkspacePutPrivateEndpointConnection checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -83265,44 +83074,44 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2864 - parameter: *ref_1572 + language: *ref_2857 + parameter: *ref_1565 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2865 - parameter: *ref_1573 + language: *ref_2858 + parameter: *ref_1566 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_2866 - parameter: *ref_1574 + language: *ref_2859 + parameter: *ref_1567 - exampleValue: - schema: *ref_846 + schema: *ref_840 parentsValue: {} properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2493 + language: *ref_2486 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2495 - language: *ref_2496 - language: *ref_2498 - language: *ref_2867 - parameter: *ref_1570 + language: *ref_2488 + language: *ref_2489 + language: *ref_2491 + language: *ref_2860 + parameter: *ref_1563 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -83325,8 +83134,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_2868 - operationGroup: *ref_2855 + operation: *ref_2861 + operationGroup: *ref_2848 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/createOrUpdate.json responseOutput: |- armmachinelearningservices.PrivateEndpointConnection{ @@ -83353,79 +83162,79 @@ testModel: responses: '200': body: - schema: *ref_846 + schema: *ref_840 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: '{privateEndpointConnectionName}' - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_907 + schema: *ref_901 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_902 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2491 - language: *ref_2492 + language: *ref_2484 + language: *ref_2485 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_903 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2493 + language: *ref_2486 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2494 + language: *ref_2487 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2495 - language: *ref_2496 + language: *ref_2488 + language: *ref_2489 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2497 - language: *ref_2498 - language: *ref_2869 - operation: *ref_2868 - operationGroup: *ref_2855 + language: *ref_2490 + language: *ref_2491 + language: *ref_2862 + operation: *ref_2861 + operationGroup: *ref_2848 - operationId: PrivateEndpointConnections_Delete examples: - name: WorkspaceDeletePrivateEndpointConnection checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -83433,20 +83242,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2870 - parameter: *ref_1580 + language: *ref_2863 + parameter: *ref_1573 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2871 - parameter: *ref_1581 + language: *ref_2864 + parameter: *ref_1574 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_2872 - parameter: *ref_1582 + language: *ref_2865 + parameter: *ref_1575 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -83459,8 +83268,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_2873 - operationGroup: *ref_2855 + operation: *ref_2866 + operationGroup: *ref_2848 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/delete.json returnInfo: - PrivateEndpointConnectionsClientDeleteResponse @@ -83468,23 +83277,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_2873 - operationGroup: *ref_2855 + operation: *ref_2866 + operationGroup: *ref_2848 - operationId: PrivateLinkResources_List examples: - name: WorkspaceListPrivateLinkResources checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -83492,15 +83301,15 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: rg-1234 - language: *ref_2874 - parameter: *ref_1586 + language: *ref_2867 + parameter: *ref_1579 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2875 - parameter: *ref_1587 + language: *ref_2868 + parameter: *ref_1580 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -83511,8 +83320,8 @@ testModel: - paramName: options paramOutput: nil opName: List - operation: *ref_2876 - operationGroup: *ref_2877 + operation: *ref_2869 + operationGroup: *ref_2870 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateLinkResource/list.json responseOutput: |- armmachinelearningservices.PrivateLinkResourceListResult{ @@ -83536,93 +83345,93 @@ testModel: responses: '200': body: - schema: *ref_1588 + schema: *ref_1581 parentsValue: {} properties: value: - schema: *ref_1235 + schema: *ref_1228 elements: - - schema: *ref_847 + - schema: *ref_841 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: amlworkspace - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/privateLinkResources - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateLinkResources/amlworkspace - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_1037 + schema: *ref_1030 parentsValue: {} properties: groupId: - schema: *ref_280 + schema: *ref_274 rawValue: amlworkspace - language: *ref_2878 + language: *ref_2871 requiredMembers: - schema: *ref_1233 + schema: *ref_1226 elements: - - schema: *ref_281 + - schema: *ref_275 rawValue: default - language: *ref_2879 - language: *ref_2880 - language: *ref_2881 - language: *ref_2882 - operation: *ref_2876 - operationGroup: *ref_2877 + language: *ref_2872 + language: *ref_2873 + language: *ref_2874 + language: *ref_2875 + operation: *ref_2869 + operationGroup: *ref_2870 - operationId: WorkspaceConnections_List examples: - name: ListWorkspaceConnections checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2896 + isPageable: *ref_2889 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1 - language: *ref_2883 - parameter: *ref_1599 + language: *ref_2876 + parameter: *ref_1592 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_2884 - parameter: *ref_1600 + language: *ref_2877 + parameter: *ref_1593 - exampleValue: schema: *ref_4 rawValue: www.facebook.com - language: *ref_2885 - parameter: *ref_1595 + language: *ref_2878 + parameter: *ref_1588 - exampleValue: schema: *ref_4 rawValue: ACR - language: *ref_2886 - parameter: *ref_1598 + language: *ref_2879 + parameter: *ref_1591 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"resourceGroup-1"' @@ -83634,8 +83443,8 @@ testModel: Category: to.Ptr("ACR"), } opName: NewListPager - operation: *ref_2887 - operationGroup: *ref_2888 + operation: *ref_2880 + operationGroup: *ref_2881 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/list.json pageableItemName: Value responseOutput: |- @@ -83671,113 +83480,113 @@ testModel: responses: '200': body: - schema: *ref_1601 + schema: *ref_1594 parentsValue: {} properties: value: - schema: *ref_1236 + schema: *ref_1229 elements: - - schema: *ref_848 + - schema: *ref_842 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: connection-1 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedWorkspaces/connection-1 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2889 + language: *ref_2882 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2890 + language: *ref_2883 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2891 + language: *ref_2884 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2892 - language: *ref_2893 - - schema: *ref_848 + language: *ref_2885 + language: *ref_2886 + - schema: *ref_842 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: connection-2 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedWorkspaces/connection-2 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2889 + language: *ref_2882 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2890 + language: *ref_2883 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2891 + language: *ref_2884 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2892 - language: *ref_2893 - language: *ref_2894 - language: *ref_2895 - operation: *ref_2887 - operationGroup: *ref_2888 + language: *ref_2885 + language: *ref_2886 + language: *ref_2887 + language: *ref_2888 + operation: *ref_2880 + operationGroup: *ref_2881 - operationId: WorkspaceConnections_Create examples: - name: CreateWorkspaceConnection checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -83785,47 +83594,47 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1 - language: *ref_2897 - parameter: *ref_1607 + language: *ref_2890 + parameter: *ref_1600 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_2898 - parameter: *ref_1608 + language: *ref_2891 + parameter: *ref_1601 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_2899 - parameter: *ref_1609 + language: *ref_2892 + parameter: *ref_1602 - exampleValue: - schema: *ref_848 + schema: *ref_842 parentsValue: {} properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2889 + language: *ref_2882 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2890 + language: *ref_2883 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2891 + language: *ref_2884 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2892 - language: *ref_2893 - language: *ref_2900 - parameter: *ref_1605 + language: *ref_2885 + language: *ref_2886 + language: *ref_2893 + parameter: *ref_1598 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -83848,8 +83657,8 @@ testModel: - paramName: options paramOutput: nil opName: Create - operation: *ref_2901 - operationGroup: *ref_2888 + operation: *ref_2894 + operationGroup: *ref_2881 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/create.json responseOutput: |- armmachinelearningservices.WorkspaceConnection{ @@ -83871,65 +83680,65 @@ testModel: responses: '200': body: - schema: *ref_848 + schema: *ref_842 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: connection-1 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/connections/connection-1 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2889 + language: *ref_2882 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2890 + language: *ref_2883 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2891 + language: *ref_2884 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2892 - language: *ref_2893 - language: *ref_2902 - operation: *ref_2901 - operationGroup: *ref_2888 + language: *ref_2885 + language: *ref_2886 + language: *ref_2895 + operation: *ref_2894 + operationGroup: *ref_2881 - operationId: WorkspaceConnections_Get examples: - name: GetWorkspaceConnection checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -83937,20 +83746,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1 - language: *ref_2903 - parameter: *ref_1615 + language: *ref_2896 + parameter: *ref_1608 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_2904 - parameter: *ref_1616 + language: *ref_2897 + parameter: *ref_1609 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_2905 - parameter: *ref_1617 + language: *ref_2898 + parameter: *ref_1610 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -83963,8 +83772,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_2906 - operationGroup: *ref_2888 + operation: *ref_2899 + operationGroup: *ref_2881 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/get.json responseOutput: |- armmachinelearningservices.WorkspaceConnection{ @@ -83986,65 +83795,65 @@ testModel: responses: '200': body: - schema: *ref_848 + schema: *ref_842 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: connection-1 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/connections/connection-1 - language: *ref_2464 - language: *ref_2465 + language: *ref_2457 + language: *ref_2458 properties: properties: - schema: *ref_1040 + schema: *ref_1033 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_281 rawValue: PAT - language: *ref_2889 + language: *ref_2882 category: - schema: *ref_285 + schema: *ref_279 rawValue: ACR - language: *ref_2890 + language: *ref_2883 target: - schema: *ref_286 + schema: *ref_280 rawValue: www.facebook.com - language: *ref_2891 + language: *ref_2884 value: - schema: *ref_288 + schema: *ref_282 rawValue: secrets - language: *ref_2892 - language: *ref_2893 - language: *ref_2907 - operation: *ref_2906 - operationGroup: *ref_2888 + language: *ref_2885 + language: *ref_2886 + language: *ref_2900 + operation: *ref_2899 + operationGroup: *ref_2881 - operationId: WorkspaceConnections_Delete examples: - name: DeleteWorkspaceConnection checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -84052,20 +83861,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1 - language: *ref_2908 - parameter: *ref_1623 + language: *ref_2901 + parameter: *ref_1616 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_2909 - parameter: *ref_1624 + language: *ref_2902 + parameter: *ref_1617 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_2910 - parameter: *ref_1625 + language: *ref_2903 + parameter: *ref_1618 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -84078,8 +83887,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_2911 - operationGroup: *ref_2888 + operation: *ref_2904 + operationGroup: *ref_2881 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/delete.json returnInfo: - WorkspaceConnectionsClientDeleteResponse @@ -84087,45 +83896,45 @@ testModel: responses: '200': {} '204': {} - operation: *ref_2911 - operationGroup: *ref_2888 + operation: *ref_2904 + operationGroup: *ref_2881 - operationId: BatchEndpoints_List examples: - name: List Batch Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_2948 + isPageable: *ref_2941 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2912 - parameter: *ref_1634 + language: *ref_2905 + parameter: *ref_1627 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2913 - parameter: *ref_1635 + language: *ref_2906 + parameter: *ref_1628 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_2914 - parameter: *ref_1630 + language: *ref_2907 + parameter: *ref_1623 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -84137,8 +83946,8 @@ testModel: Skip: nil, } opName: NewListPager - operation: *ref_2915 - operationGroup: *ref_2916 + operation: *ref_2908 + operationGroup: *ref_2909 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/list.json pageableItemName: Value responseOutput: |- @@ -84199,202 +84008,202 @@ testModel: responses: '200': body: - schema: *ref_1636 + schema: *ref_1629 parentsValue: {} properties: nextLink: - schema: *ref_1048 + schema: *ref_1041 rawValue: string - language: *ref_2917 + language: *ref_2910 value: - schema: *ref_1240 + schema: *ref_1233 elements: - - schema: *ref_386 + - schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_2928 + language: *ref_2463 + language: *ref_2464 + language: *ref_2921 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2929 + language: *ref_2922 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2936 - language: *ref_2937 - language: *ref_2938 + language: *ref_2929 + language: *ref_2930 + language: *ref_2931 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_2944 - language: *ref_2945 - language: *ref_2946 - headers: *ref_2947 - operation: *ref_2915 - operationGroup: *ref_2916 + language: *ref_2936 + language: *ref_2937 + language: *ref_2938 + language: *ref_2939 + headers: *ref_2940 + operation: *ref_2908 + operationGroup: *ref_2909 - operationId: BatchEndpoints_Delete examples: - name: Delete Batch Endpoint. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -84402,20 +84211,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: resourceGroup-1234 - language: *ref_2949 - parameter: *ref_1640 + language: *ref_2942 + parameter: *ref_1633 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2950 - parameter: *ref_1641 + language: *ref_2943 + parameter: *ref_1634 - exampleValue: schema: *ref_4 rawValue: testBatchEndpoint - language: *ref_2951 - parameter: *ref_1642 + language: *ref_2944 + parameter: *ref_1635 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -84428,8 +84237,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_2952 - operationGroup: *ref_2916 + operation: *ref_2945 + operationGroup: *ref_2909 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/delete.json pollerType: BatchEndpointsClientDeleteResponse returnInfo: @@ -84439,23 +84248,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_2952 - operationGroup: *ref_2916 + operation: *ref_2945 + operationGroup: *ref_2909 - operationId: BatchEndpoints_Get examples: - name: Get Batch Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -84463,20 +84272,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2953 - parameter: *ref_1650 + language: *ref_2946 + parameter: *ref_1643 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2954 - parameter: *ref_1651 + language: *ref_2947 + parameter: *ref_1644 - exampleValue: schema: *ref_6 rawValue: testEndpointName - language: *ref_2955 - parameter: *ref_1652 + language: *ref_2948 + parameter: *ref_1645 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -84489,8 +84298,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_2956 - operationGroup: *ref_2916 + operation: *ref_2949 + operationGroup: *ref_2909 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/get.json responseOutput: |- armmachinelearningservices.BatchEndpointData{ @@ -84548,191 +84357,191 @@ testModel: responses: '200': body: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_2928 + language: *ref_2463 + language: *ref_2464 + language: *ref_2921 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2929 + language: *ref_2922 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2936 - language: *ref_2937 - language: *ref_2938 + language: *ref_2929 + language: *ref_2930 + language: *ref_2931 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_2944 - language: *ref_2957 - headers: *ref_2958 - operation: *ref_2956 - operationGroup: *ref_2916 + language: *ref_2936 + language: *ref_2937 + language: *ref_2950 + headers: *ref_2951 + operation: *ref_2949 + operationGroup: *ref_2909 - operationId: BatchEndpoints_Update examples: - name: Update Batch Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -84740,93 +84549,93 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2959 - parameter: *ref_1662 + language: *ref_2952 + parameter: *ref_1655 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2960 - parameter: *ref_1663 + language: *ref_2953 + parameter: *ref_1656 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_2961 - parameter: *ref_1664 + language: *ref_2954 + parameter: *ref_1657 - exampleValue: - schema: *ref_1659 + schema: *ref_1652 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2962 + language: *ref_2955 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_2963 - language: *ref_2964 - language: *ref_2965 + rawValue: *ref_2956 + language: *ref_2957 + language: *ref_2958 kind: - schema: *ref_1052 + schema: *ref_1045 rawValue: string - language: *ref_2966 + language: *ref_2959 location: - schema: *ref_1053 + schema: *ref_1046 rawValue: string - language: *ref_2967 + language: *ref_2960 properties: - schema: *ref_1060 + schema: *ref_1053 parentsValue: {} properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2936 - language: *ref_2968 - language: *ref_2969 + language: *ref_2929 + language: *ref_2961 + language: *ref_2962 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2970 + language: *ref_2963 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2971 + language: *ref_2964 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2972 + language: *ref_2965 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2973 + language: *ref_2966 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2974 - language: *ref_2975 + language: *ref_2967 + language: *ref_2968 tags: - schema: *ref_1058 + schema: *ref_1051 properties: {} - language: *ref_2976 - language: *ref_2977 - parameter: *ref_1660 + language: *ref_2969 + language: *ref_2970 + parameter: *ref_1653 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -84866,8 +84675,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_2978 - operationGroup: *ref_2916 + operation: *ref_2971 + operationGroup: *ref_2909 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/update.json pollerType: BatchEndpointsClientUpdateResponse responseOutput: |- @@ -84927,196 +84736,196 @@ testModel: responses: '200': body: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_2928 + language: *ref_2463 + language: *ref_2464 + language: *ref_2921 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2929 + language: *ref_2922 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2936 - language: *ref_2937 + language: *ref_2929 + language: *ref_2930 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Succeeded - language: *ref_2979 - language: *ref_2938 + language: *ref_2972 + language: *ref_2931 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_2944 - language: *ref_2980 - headers: *ref_2981 + language: *ref_2936 + language: *ref_2937 + language: *ref_2973 + headers: *ref_2974 '202': {} - operation: *ref_2978 - operationGroup: *ref_2916 + operation: *ref_2971 + operationGroup: *ref_2909 - operationId: BatchEndpoints_CreateOrUpdate examples: - name: CreateOrUpdate Batch Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -85124,119 +84933,119 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2982 - parameter: *ref_1676 + language: *ref_2975 + parameter: *ref_1669 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2983 - parameter: *ref_1677 + language: *ref_2976 + parameter: *ref_1670 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_2984 - parameter: *ref_1678 + language: *ref_2977 + parameter: *ref_1671 - exampleValue: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2471 - language: *ref_2928 + language: *ref_2464 + language: *ref_2921 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2929 + language: *ref_2922 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 - language: *ref_2935 + language: *ref_2925 + language: *ref_2928 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2936 - language: *ref_2937 - language: *ref_2938 + language: *ref_2929 + language: *ref_2930 + language: *ref_2931 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_2944 - language: *ref_2985 - parameter: *ref_1674 + language: *ref_2936 + language: *ref_2937 + language: *ref_2978 + parameter: *ref_1667 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -85281,8 +85090,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_2986 - operationGroup: *ref_2916 + operation: *ref_2979 + operationGroup: *ref_2909 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/createOrUpdate.json pollerType: BatchEndpointsClientCreateOrUpdateResponse responseOutput: |- @@ -85341,361 +85150,361 @@ testModel: responses: '200': body: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_2928 + language: *ref_2463 + language: *ref_2464 + language: *ref_2921 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2929 + language: *ref_2922 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2936 - language: *ref_2937 - language: *ref_2938 + language: *ref_2929 + language: *ref_2930 + language: *ref_2931 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_2944 - language: *ref_2987 - headers: *ref_2988 + language: *ref_2936 + language: *ref_2937 + language: *ref_2980 + headers: *ref_2981 '201': body: - schema: *ref_386 + schema: *ref_380 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_2928 + language: *ref_2463 + language: *ref_2464 + language: *ref_2921 kind: - schema: *ref_291 + schema: *ref_285 rawValue: string - language: *ref_2929 + language: *ref_2922 properties: - schema: *ref_292 + schema: *ref_286 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: defaults: - schema: *ref_1049 + schema: *ref_1042 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_301 rawValue: string - language: *ref_2936 - language: *ref_2937 - language: *ref_2938 + language: *ref_2929 + language: *ref_2930 + language: *ref_2931 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_2944 - language: *ref_2989 - headers: *ref_2990 - operation: *ref_2986 - operationGroup: *ref_2916 + language: *ref_2936 + language: *ref_2937 + language: *ref_2982 + headers: *ref_2983 + operation: *ref_2979 + operationGroup: *ref_2909 - operationId: BatchEndpoints_ListKeys examples: - name: ListKeys Batch Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -85703,20 +85512,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2991 - parameter: *ref_1688 + language: *ref_2984 + parameter: *ref_1681 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_2992 - parameter: *ref_1689 + language: *ref_2985 + parameter: *ref_1682 - exampleValue: schema: *ref_9 rawValue: testEndpointName - language: *ref_2993 - parameter: *ref_1690 + language: *ref_2986 + parameter: *ref_1683 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -85729,8 +85538,8 @@ testModel: - paramName: options paramOutput: nil opName: ListKeys - operation: *ref_2994 - operationGroup: *ref_2916 + operation: *ref_2987 + operationGroup: *ref_2909 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/listKeys.json responseOutput: |- armmachinelearningservices.EndpointAuthKeys{ @@ -85745,68 +85554,68 @@ testModel: responses: '200': body: - schema: *ref_1050 + schema: *ref_1043 parentsValue: {} properties: primaryKey: - schema: *ref_302 + schema: *ref_296 rawValue: string - language: *ref_2995 + language: *ref_2988 secondaryKey: - schema: *ref_303 + schema: *ref_297 rawValue: string - language: *ref_2996 - language: *ref_2997 - headers: *ref_2998 - operation: *ref_2994 - operationGroup: *ref_2916 + language: *ref_2989 + language: *ref_2990 + headers: *ref_2991 + operation: *ref_2987 + operationGroup: *ref_2909 - operationId: BatchDeployments_List examples: - name: List Batch Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3042 + isPageable: *ref_3035 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_2999 - parameter: *ref_1702 + language: *ref_2992 + parameter: *ref_1695 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3000 - parameter: *ref_1703 + language: *ref_2993 + parameter: *ref_1696 - exampleValue: schema: *ref_7 rawValue: testEndpointName - language: *ref_3001 - parameter: *ref_1704 + language: *ref_2994 + parameter: *ref_1697 - exampleValue: schema: *ref_7 rawValue: string - language: *ref_3002 - parameter: *ref_1697 + language: *ref_2995 + parameter: *ref_1690 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3003 - parameter: *ref_1700 + language: *ref_2996 + parameter: *ref_1693 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -85821,8 +85630,8 @@ testModel: Skip: nil, } opName: NewListPager - operation: *ref_3004 - operationGroup: *ref_3005 + operation: *ref_2997 + operationGroup: *ref_2998 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/list.json pageableItemName: Value responseOutput: |- @@ -85910,288 +85719,288 @@ testModel: responses: '200': body: - schema: *ref_1705 + schema: *ref_1698 parentsValue: {} properties: nextLink: - schema: *ref_1062 + schema: *ref_1055 rawValue: string - language: *ref_3006 + language: *ref_2999 value: - schema: *ref_1241 + schema: *ref_1234 elements: - - schema: *ref_387 + - schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3007 + language: *ref_2463 + language: *ref_2464 + language: *ref_3000 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_3008 + language: *ref_3001 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3017 + language: *ref_3010 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3018 + language: *ref_3011 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3019 + language: *ref_3012 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3020 + language: *ref_3013 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3021 + language: *ref_3014 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3022 - language: *ref_3023 + language: *ref_3015 + language: *ref_3016 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3024 - language: *ref_3025 + language: *ref_3017 + language: *ref_3018 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3026 + language: *ref_3019 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3027 + language: *ref_3020 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3028 + language: *ref_3021 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3031 - language: *ref_3032 - language: *ref_3033 + rawValue: *ref_3024 + language: *ref_3025 + language: *ref_3026 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3034 + language: *ref_3027 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3035 - language: *ref_3036 - language: *ref_3037 + language: *ref_3028 + language: *ref_3029 + language: *ref_3030 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3038 - language: *ref_3039 - language: *ref_3040 - headers: *ref_3041 - operation: *ref_3004 - operationGroup: *ref_3005 + language: *ref_2936 + language: *ref_3031 + language: *ref_3032 + language: *ref_3033 + headers: *ref_3034 + operation: *ref_2997 + operationGroup: *ref_2998 - operationId: BatchDeployments_Delete examples: - name: Delete Batch Deployment. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -86199,25 +86008,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3043 - parameter: *ref_1709 + language: *ref_3036 + parameter: *ref_1702 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3044 - parameter: *ref_1710 + language: *ref_3037 + parameter: *ref_1703 - exampleValue: schema: *ref_7 rawValue: testEndpointName - language: *ref_3045 - parameter: *ref_1711 + language: *ref_3038 + parameter: *ref_1704 - exampleValue: schema: *ref_7 rawValue: testDeploymentName - language: *ref_3046 - parameter: *ref_1712 + language: *ref_3039 + parameter: *ref_1705 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -86232,8 +86041,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_3047 - operationGroup: *ref_3005 + operation: *ref_3040 + operationGroup: *ref_2998 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/delete.json pollerType: BatchDeploymentsClientDeleteResponse returnInfo: @@ -86243,23 +86052,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_3047 - operationGroup: *ref_3005 + operation: *ref_3040 + operationGroup: *ref_2998 - operationId: BatchDeployments_Get examples: - name: Get Batch Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -86267,25 +86076,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3048 - parameter: *ref_1720 + language: *ref_3041 + parameter: *ref_1713 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3049 - parameter: *ref_1721 + language: *ref_3042 + parameter: *ref_1714 - exampleValue: schema: *ref_8 rawValue: testEndpointName - language: *ref_3050 - parameter: *ref_1722 + language: *ref_3043 + parameter: *ref_1715 - exampleValue: schema: *ref_8 rawValue: testDeploymentName - language: *ref_3051 - parameter: *ref_1723 + language: *ref_3044 + parameter: *ref_1716 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -86300,8 +86109,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3052 - operationGroup: *ref_3005 + operation: *ref_3045 + operationGroup: *ref_2998 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/get.json responseOutput: |- armmachinelearningservices.BatchDeploymentData{ @@ -86386,277 +86195,277 @@ testModel: responses: '200': body: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3007 + language: *ref_2463 + language: *ref_2464 + language: *ref_3000 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_3008 + language: *ref_3001 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3017 + language: *ref_3010 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3018 + language: *ref_3011 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3019 + language: *ref_3012 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3020 + language: *ref_3013 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3021 + language: *ref_3014 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3022 - language: *ref_3023 + language: *ref_3015 + language: *ref_3016 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3024 - language: *ref_3025 + language: *ref_3017 + language: *ref_3018 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3026 + language: *ref_3019 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3027 + language: *ref_3020 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3028 + language: *ref_3021 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3053 - language: *ref_3032 - language: *ref_3033 + rawValue: *ref_3046 + language: *ref_3025 + language: *ref_3026 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3034 + language: *ref_3027 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3035 - language: *ref_3036 - language: *ref_3037 + language: *ref_3028 + language: *ref_3029 + language: *ref_3030 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3038 - language: *ref_3054 - headers: *ref_3055 - operation: *ref_3052 - operationGroup: *ref_3005 + language: *ref_2936 + language: *ref_3031 + language: *ref_3047 + headers: *ref_3048 + operation: *ref_3045 + operationGroup: *ref_2998 - operationId: BatchDeployments_Update examples: - name: Update Batch Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -86664,183 +86473,183 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3056 - parameter: *ref_1732 + language: *ref_3049 + parameter: *ref_1725 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3057 - parameter: *ref_1733 + language: *ref_3050 + parameter: *ref_1726 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3058 - parameter: *ref_1734 + language: *ref_3051 + parameter: *ref_1727 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3059 - parameter: *ref_1735 + language: *ref_3052 + parameter: *ref_1728 - exampleValue: - schema: *ref_1729 + schema: *ref_1722 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2962 + language: *ref_2955 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_3060 - language: *ref_2964 - language: *ref_3061 + rawValue: *ref_3053 + language: *ref_2957 + language: *ref_3054 kind: - schema: *ref_1065 + schema: *ref_1058 rawValue: string - language: *ref_3062 + language: *ref_3055 location: - schema: *ref_1066 + schema: *ref_1059 rawValue: string - language: *ref_3063 + language: *ref_3056 properties: - schema: *ref_1094 + schema: *ref_1087 parentsValue: {} properties: description: - schema: *ref_1070 + schema: *ref_1063 rawValue: string - language: *ref_3064 + language: *ref_3057 codeConfiguration: - schema: *ref_1095 + schema: *ref_1088 parentsValue: {} properties: codeId: - schema: *ref_1067 + schema: *ref_1060 rawValue: string - language: *ref_3065 + language: *ref_3058 scoringScript: - schema: *ref_1068 + schema: *ref_1061 rawValue: string - language: *ref_3066 - language: *ref_3067 + language: *ref_3059 + language: *ref_3060 compute: - schema: *ref_1069 + schema: *ref_1062 rawValue: string - language: *ref_3068 + language: *ref_3061 environmentId: - schema: *ref_1071 + schema: *ref_1064 rawValue: string - language: *ref_3069 + language: *ref_3062 environmentVariables: - schema: *ref_1072 + schema: *ref_1065 properties: string: schema: *ref_8 rawValue: string - language: *ref_3070 + language: *ref_3063 errorThreshold: - schema: *ref_1073 + schema: *ref_1066 rawValue: 1 - language: *ref_3071 + language: *ref_3064 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3072 + language: *ref_3065 maxConcurrencyPerInstance: - schema: *ref_1074 + schema: *ref_1067 rawValue: 1 - language: *ref_3073 + language: *ref_3066 miniBatchSize: - schema: *ref_1075 + schema: *ref_1068 rawValue: 1 - language: *ref_3074 + language: *ref_3067 model: - schema: *ref_1082 + schema: *ref_1075 parentsValue: PartialAssetReferenceBase: - schema: *ref_1078 + schema: *ref_1071 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3075 - language: *ref_3076 + language: *ref_3068 + language: *ref_3069 properties: assetId: - schema: *ref_1079 + schema: *ref_1072 rawValue: string - language: *ref_3077 - language: *ref_3078 + language: *ref_3070 + language: *ref_3071 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3079 + language: *ref_3072 outputFileName: - schema: *ref_1089 + schema: *ref_1082 rawValue: string - language: *ref_3080 + language: *ref_3073 properties: - schema: *ref_1090 + schema: *ref_1083 properties: string: schema: *ref_8 rawValue: string - language: *ref_3081 + language: *ref_3074 retrySettings: - schema: *ref_1096 + schema: *ref_1089 parentsValue: {} properties: maxRetries: - schema: *ref_1091 + schema: *ref_1084 rawValue: 1 - language: *ref_3082 + language: *ref_3075 timeout: - schema: *ref_1092 + schema: *ref_1085 rawValue: PT5M - language: *ref_3083 - language: *ref_3084 - language: *ref_3085 + language: *ref_3076 + language: *ref_3077 + language: *ref_3078 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2970 + language: *ref_2963 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2971 + language: *ref_2964 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2972 + language: *ref_2965 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2973 + language: *ref_2966 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2974 - language: *ref_3086 + language: *ref_2967 + language: *ref_3079 tags: - schema: *ref_1093 + schema: *ref_1086 properties: {} - language: *ref_3087 - language: *ref_3088 - parameter: *ref_1730 + language: *ref_3080 + language: *ref_3081 + parameter: *ref_1723 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -86906,8 +86715,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_3089 - operationGroup: *ref_3005 + operation: *ref_3082 + operationGroup: *ref_2998 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/update.json pollerType: BatchDeploymentsClientUpdateResponse responseOutput: |- @@ -86993,278 +86802,278 @@ testModel: responses: '200': body: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3007 + language: *ref_2463 + language: *ref_2464 + language: *ref_3000 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_3008 + language: *ref_3001 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3017 + language: *ref_3010 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3018 + language: *ref_3011 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3019 + language: *ref_3012 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3020 + language: *ref_3013 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3021 + language: *ref_3014 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3022 - language: *ref_3023 + language: *ref_3015 + language: *ref_3016 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3024 - language: *ref_3025 + language: *ref_3017 + language: *ref_3018 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3026 + language: *ref_3019 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3027 + language: *ref_3020 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3028 + language: *ref_3021 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3090 - language: *ref_3032 - language: *ref_3033 + rawValue: *ref_3083 + language: *ref_3025 + language: *ref_3026 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3034 + language: *ref_3027 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3035 - language: *ref_3036 - language: *ref_3037 + language: *ref_3028 + language: *ref_3029 + language: *ref_3030 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3038 - language: *ref_3091 - headers: *ref_3092 + language: *ref_2936 + language: *ref_3031 + language: *ref_3084 + headers: *ref_3085 '202': {} - operation: *ref_3089 - operationGroup: *ref_3005 + operation: *ref_3082 + operationGroup: *ref_2998 - operationId: BatchDeployments_CreateOrUpdate examples: - name: CreateOrUpdate Batch Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -87272,214 +87081,214 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3093 - parameter: *ref_1747 + language: *ref_3086 + parameter: *ref_1740 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3094 - parameter: *ref_1748 + language: *ref_3087 + parameter: *ref_1741 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3095 - parameter: *ref_1749 + language: *ref_3088 + parameter: *ref_1742 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3096 - parameter: *ref_1750 + language: *ref_3089 + parameter: *ref_1743 - exampleValue: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2471 - language: *ref_3007 + language: *ref_2464 + language: *ref_3000 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_3008 + language: *ref_3001 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3017 + language: *ref_3010 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3018 + language: *ref_3011 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3019 + language: *ref_3012 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3020 + language: *ref_3013 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3021 + language: *ref_3014 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3022 - language: *ref_3023 + language: *ref_3015 + language: *ref_3016 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3024 - language: *ref_3025 + language: *ref_3017 + language: *ref_3018 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3026 + language: *ref_3019 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3027 + language: *ref_3020 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3097 - language: *ref_3032 - language: *ref_3033 + rawValue: *ref_3090 + language: *ref_3025 + language: *ref_3026 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3034 + language: *ref_3027 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3035 - language: *ref_3036 - language: *ref_3037 + language: *ref_3028 + language: *ref_3029 + language: *ref_3030 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3038 - language: *ref_3098 - parameter: *ref_1745 + language: *ref_2936 + language: *ref_3031 + language: *ref_3091 + parameter: *ref_1738 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -87554,8 +87363,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_3099 - operationGroup: *ref_3005 + operation: *ref_3092 + operationGroup: *ref_2998 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/createOrUpdate.json pollerType: BatchDeploymentsClientCreateOrUpdateResponse responseOutput: |- @@ -87641,550 +87450,550 @@ testModel: responses: '200': body: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3007 + language: *ref_2463 + language: *ref_2464 + language: *ref_3000 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_3008 + language: *ref_3001 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3017 + language: *ref_3010 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3018 + language: *ref_3011 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3019 + language: *ref_3012 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3020 + language: *ref_3013 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3021 + language: *ref_3014 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3022 - language: *ref_3023 + language: *ref_3015 + language: *ref_3016 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3024 - language: *ref_3025 + language: *ref_3017 + language: *ref_3018 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3026 + language: *ref_3019 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3027 + language: *ref_3020 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3028 + language: *ref_3021 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3100 - language: *ref_3032 - language: *ref_3033 + rawValue: *ref_3093 + language: *ref_3025 + language: *ref_3026 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3034 + language: *ref_3027 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3035 - language: *ref_3036 - language: *ref_3037 + language: *ref_3028 + language: *ref_3029 + language: *ref_3030 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3038 - language: *ref_3101 - headers: *ref_3102 + language: *ref_2936 + language: *ref_3031 + language: *ref_3094 + headers: *ref_3095 '201': body: - schema: *ref_387 + schema: *ref_381 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3007 + language: *ref_2463 + language: *ref_2464 + language: *ref_3000 kind: - schema: *ref_308 + schema: *ref_302 rawValue: string - language: *ref_3008 + language: *ref_3001 properties: - schema: *ref_309 + schema: *ref_303 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: compute: - schema: *ref_354 + schema: *ref_348 rawValue: string - language: *ref_3017 + language: *ref_3010 errorThreshold: - schema: *ref_355 + schema: *ref_349 rawValue: 1 - language: *ref_3018 + language: *ref_3011 loggingLevel: - schema: *ref_356 + schema: *ref_350 rawValue: Info - language: *ref_3019 + language: *ref_3012 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_351 rawValue: 1 - language: *ref_3020 + language: *ref_3013 miniBatchSize: - schema: *ref_358 + schema: *ref_352 rawValue: 1 - language: *ref_3021 + language: *ref_3014 model: - schema: *ref_365 + schema: *ref_359 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_355 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_361 rawValue: Id - language: *ref_3022 - language: *ref_3023 + language: *ref_3015 + language: *ref_3016 properties: assetId: - schema: *ref_362 + schema: *ref_356 rawValue: string - language: *ref_3024 - language: *ref_3025 + language: *ref_3017 + language: *ref_3018 outputAction: - schema: *ref_373 + schema: *ref_367 rawValue: SummaryOnly - language: *ref_3026 + language: *ref_3019 outputFileName: - schema: *ref_374 + schema: *ref_368 rawValue: string - language: *ref_3027 + language: *ref_3020 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3028 + language: *ref_3021 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3103 - language: *ref_3032 - language: *ref_3033 + rawValue: *ref_3096 + language: *ref_3025 + language: *ref_3026 retrySettings: - schema: *ref_1063 + schema: *ref_1056 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_372 rawValue: 1 - language: *ref_3034 + language: *ref_3027 timeout: - schema: *ref_379 + schema: *ref_373 rawValue: PT5M - language: *ref_3035 - language: *ref_3036 - language: *ref_3037 + language: *ref_3028 + language: *ref_3029 + language: *ref_3030 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3038 - language: *ref_3104 - headers: *ref_3105 - operation: *ref_3099 - operationGroup: *ref_3005 + language: *ref_2936 + language: *ref_3031 + language: *ref_3097 + headers: *ref_3098 + operation: *ref_3092 + operationGroup: *ref_2998 - operationId: CodeContainers_List examples: - name: List Code Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3118 + isPageable: *ref_3111 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3106 - parameter: *ref_1763 + language: *ref_3099 + parameter: *ref_1756 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3107 - parameter: *ref_1764 + language: *ref_3100 + parameter: *ref_1757 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"testrg123"' @@ -88195,8 +88004,8 @@ testModel: &armmachinelearningservices.CodeContainersClientListOptions{Skip: nil, } opName: NewListPager - operation: *ref_3108 - operationGroup: *ref_3109 + operation: *ref_3101 + operationGroup: *ref_3102 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/list.json pageableItemName: Value responseOutput: |- @@ -88250,81 +88059,81 @@ testModel: responses: '200': body: - schema: *ref_1765 + schema: *ref_1758 parentsValue: {} properties: nextLink: - schema: *ref_1097 + schema: *ref_1090 rawValue: string - language: *ref_3110 + language: *ref_3103 value: - schema: *ref_1242 + schema: *ref_1235 elements: - - schema: *ref_849 + - schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -88332,77 +88141,77 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3115 - - schema: *ref_849 + language: *ref_3108 + - schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer2 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer2 - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -88410,31 +88219,31 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3115 - language: *ref_3116 - language: *ref_3117 - operation: *ref_3108 - operationGroup: *ref_3109 + language: *ref_3108 + language: *ref_3109 + language: *ref_3110 + operation: *ref_3101 + operationGroup: *ref_3102 - operationId: CodeContainers_Delete examples: - name: Delete Code Container. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -88442,20 +88251,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3119 - parameter: *ref_1770 + language: *ref_3112 + parameter: *ref_1763 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3120 - parameter: *ref_1771 + language: *ref_3113 + parameter: *ref_1764 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3121 - parameter: *ref_1772 + language: *ref_3114 + parameter: *ref_1765 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -88468,8 +88277,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3122 - operationGroup: *ref_3109 + operation: *ref_3115 + operationGroup: *ref_3102 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/delete.json returnInfo: - CodeContainersClientDeleteResponse @@ -88477,23 +88286,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3122 - operationGroup: *ref_3109 + operation: *ref_3115 + operationGroup: *ref_3102 - operationId: CodeContainers_Get examples: - name: Get Code Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -88501,20 +88310,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3123 - parameter: *ref_1776 + language: *ref_3116 + parameter: *ref_1769 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3124 - parameter: *ref_1777 + language: *ref_3117 + parameter: *ref_1770 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3125 - parameter: *ref_1778 + language: *ref_3118 + parameter: *ref_1771 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -88527,8 +88336,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3126 - operationGroup: *ref_3109 + operation: *ref_3119 + operationGroup: *ref_3102 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/get.json responseOutput: |- armmachinelearningservices.CodeContainerData{ @@ -88559,71 +88368,71 @@ testModel: responses: '200': body: - schema: *ref_849 + schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -88631,30 +88440,30 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3115 - language: *ref_3127 - operation: *ref_3126 - operationGroup: *ref_3109 + language: *ref_3108 + language: *ref_3120 + operation: *ref_3119 + operationGroup: *ref_3102 - operationId: CodeContainers_CreateOrUpdate examples: - name: CreateOrUpdate Code Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -88662,40 +88471,40 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3128 - parameter: *ref_1786 + language: *ref_3121 + parameter: *ref_1779 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3129 - parameter: *ref_1787 + language: *ref_3122 + parameter: *ref_1780 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testContainer - language: *ref_3130 - parameter: *ref_1788 + language: *ref_3123 + parameter: *ref_1781 - exampleValue: - schema: *ref_849 + schema: *ref_843 parentsValue: {} properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -88703,14 +88512,14 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3115 - language: *ref_3131 - parameter: *ref_1784 + language: *ref_3108 + language: *ref_3124 + parameter: *ref_1777 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -88734,8 +88543,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3132 - operationGroup: *ref_3109 + operation: *ref_3125 + operationGroup: *ref_3102 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/createOrUpdate.json responseOutput: |- armmachinelearningservices.CodeContainerData{ @@ -88766,71 +88575,71 @@ testModel: responses: '200': body: - schema: *ref_849 + schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -88838,80 +88647,80 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3115 - language: *ref_3133 + language: *ref_3108 + language: *ref_3126 '201': body: - schema: *ref_849 + schema: *ref_843 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_392 + schema: *ref_386 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: property1: schema: *ref_9 @@ -88919,62 +88728,62 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3115 - language: *ref_3134 - operation: *ref_3132 - operationGroup: *ref_3109 + language: *ref_3108 + language: *ref_3127 + operation: *ref_3125 + operationGroup: *ref_3102 - operationId: CodeVersions_List examples: - name: List Code Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3151 + isPageable: *ref_3144 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3135 - parameter: *ref_1800 + language: *ref_3128 + parameter: *ref_1793 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3136 - parameter: *ref_1801 + language: *ref_3129 + parameter: *ref_1794 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3137 - parameter: *ref_1802 + language: *ref_3130 + parameter: *ref_1795 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3138 - parameter: *ref_1795 + language: *ref_3131 + parameter: *ref_1788 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3139 - parameter: *ref_1798 + language: *ref_3132 + parameter: *ref_1791 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -88989,8 +88798,8 @@ testModel: Skip: nil, } opName: NewListPager - operation: *ref_3140 - operationGroup: *ref_3141 + operation: *ref_3133 + operationGroup: *ref_3134 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/list.json pageableItemName: Value responseOutput: |- @@ -89028,126 +88837,126 @@ testModel: responses: '200': body: - schema: *ref_1803 + schema: *ref_1796 parentsValue: {} properties: nextLink: - schema: *ref_1098 + schema: *ref_1091 rawValue: string - language: *ref_3142 + language: *ref_3135 value: - schema: *ref_1243 + schema: *ref_1236 elements: - - schema: *ref_850 + - schema: *ref_844 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3146 - language: *ref_3147 - language: *ref_3148 - language: *ref_3149 - headers: *ref_3150 - operation: *ref_3140 - operationGroup: *ref_3141 + language: *ref_3139 + language: *ref_3140 + language: *ref_3141 + language: *ref_3142 + headers: *ref_3143 + operation: *ref_3133 + operationGroup: *ref_3134 - operationId: CodeVersions_Delete examples: - name: Delete Code Version. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -89155,25 +88964,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3152 - parameter: *ref_1807 + language: *ref_3145 + parameter: *ref_1800 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3153 - parameter: *ref_1808 + language: *ref_3146 + parameter: *ref_1801 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3154 - parameter: *ref_1809 + language: *ref_3147 + parameter: *ref_1802 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3155 - parameter: *ref_1810 + language: *ref_3148 + parameter: *ref_1803 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -89188,8 +88997,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3156 - operationGroup: *ref_3141 + operation: *ref_3149 + operationGroup: *ref_3134 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/delete.json returnInfo: - CodeVersionsClientDeleteResponse @@ -89197,23 +89006,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3156 - operationGroup: *ref_3141 + operation: *ref_3149 + operationGroup: *ref_3134 - operationId: CodeVersions_Get examples: - name: Get Code Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -89221,25 +89030,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3157 - parameter: *ref_1814 + language: *ref_3150 + parameter: *ref_1807 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3158 - parameter: *ref_1815 + language: *ref_3151 + parameter: *ref_1808 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3159 - parameter: *ref_1816 + language: *ref_3152 + parameter: *ref_1809 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3160 - parameter: *ref_1817 + language: *ref_3153 + parameter: *ref_1810 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -89254,8 +89063,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3161 - operationGroup: *ref_3141 + operation: *ref_3154 + operationGroup: *ref_3134 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/get.json responseOutput: |- armmachinelearningservices.CodeVersionData{ @@ -89290,115 +89099,115 @@ testModel: responses: '200': body: - schema: *ref_850 + schema: *ref_844 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3146 - language: *ref_3147 - language: *ref_3162 - headers: *ref_3163 - operation: *ref_3161 - operationGroup: *ref_3141 + language: *ref_3139 + language: *ref_3140 + language: *ref_3155 + headers: *ref_3156 + operation: *ref_3154 + operationGroup: *ref_3134 - operationId: CodeVersions_CreateOrUpdate examples: - name: CreateOrUpdate Code Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -89406,72 +89215,72 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3164 - parameter: *ref_1825 + language: *ref_3157 + parameter: *ref_1818 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3165 - parameter: *ref_1826 + language: *ref_3158 + parameter: *ref_1819 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3166 - parameter: *ref_1827 + language: *ref_3159 + parameter: *ref_1820 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3167 - parameter: *ref_1828 + language: *ref_3160 + parameter: *ref_1821 - exampleValue: - schema: *ref_850 + schema: *ref_844 parentsValue: {} properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3146 - language: *ref_3147 - language: *ref_3168 - parameter: *ref_1823 + language: *ref_3139 + language: *ref_3140 + language: *ref_3161 + parameter: *ref_1816 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -89501,8 +89310,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3169 - operationGroup: *ref_3141 + operation: *ref_3162 + operationGroup: *ref_3134 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/createOrUpdate.json responseOutput: |- armmachinelearningservices.CodeVersionData{ @@ -89537,226 +89346,226 @@ testModel: responses: '200': body: - schema: *ref_850 + schema: *ref_844 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3146 - language: *ref_3147 - language: *ref_3170 - headers: *ref_3171 + language: *ref_3139 + language: *ref_3140 + language: *ref_3163 + headers: *ref_3164 '201': body: - schema: *ref_850 + schema: *ref_844 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_418 + schema: *ref_412 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: codeUri: - schema: *ref_396 + schema: *ref_390 rawValue: https://blobStorage/folderName - language: *ref_3146 - language: *ref_3147 - language: *ref_3172 - headers: *ref_3173 - operation: *ref_3169 - operationGroup: *ref_3141 + language: *ref_3139 + language: *ref_3140 + language: *ref_3165 + headers: *ref_3166 + operation: *ref_3162 + operationGroup: *ref_3134 - operationId: ComponentContainers_List examples: - name: List Component Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3183 + isPageable: *ref_3176 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3174 - parameter: *ref_1840 + language: *ref_3167 + parameter: *ref_1833 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3175 - parameter: *ref_1841 + language: *ref_3168 + parameter: *ref_1834 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -89768,8 +89577,8 @@ testModel: ListViewType: nil, } opName: NewListPager - operation: *ref_3176 - operationGroup: *ref_3177 + operation: *ref_3169 + operationGroup: *ref_3170 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/list.json pageableItemName: Value responseOutput: |- @@ -89805,118 +89614,118 @@ testModel: responses: '200': body: - schema: *ref_1842 + schema: *ref_1835 parentsValue: {} properties: nextLink: - schema: *ref_1099 + schema: *ref_1092 rawValue: string - language: *ref_3178 + language: *ref_3171 value: - schema: *ref_1244 + schema: *ref_1237 elements: - - schema: *ref_851 + - schema: *ref_845 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3179 - language: *ref_3180 - language: *ref_3181 - headers: *ref_3182 - operation: *ref_3176 - operationGroup: *ref_3177 + language: *ref_3172 + language: *ref_3173 + language: *ref_3174 + headers: *ref_3175 + operation: *ref_3169 + operationGroup: *ref_3170 - operationId: ComponentContainers_Delete examples: - name: Delete Component Container. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -89924,20 +89733,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3184 - parameter: *ref_1846 + language: *ref_3177 + parameter: *ref_1839 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3185 - parameter: *ref_1847 + language: *ref_3178 + parameter: *ref_1840 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3186 - parameter: *ref_1848 + language: *ref_3179 + parameter: *ref_1841 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -89950,8 +89759,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3187 - operationGroup: *ref_3177 + operation: *ref_3180 + operationGroup: *ref_3170 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/delete.json returnInfo: - ComponentContainersClientDeleteResponse @@ -89959,23 +89768,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3187 - operationGroup: *ref_3177 + operation: *ref_3180 + operationGroup: *ref_3170 - operationId: ComponentContainers_Get examples: - name: Get Component Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -89983,20 +89792,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3188 - parameter: *ref_1852 + language: *ref_3181 + parameter: *ref_1845 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3189 - parameter: *ref_1853 + language: *ref_3182 + parameter: *ref_1846 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3190 - parameter: *ref_1854 + language: *ref_3183 + parameter: *ref_1847 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -90009,8 +89818,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3191 - operationGroup: *ref_3177 + operation: *ref_3184 + operationGroup: *ref_3170 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/get.json responseOutput: |- armmachinelearningservices.ComponentContainerData{ @@ -90043,107 +89852,107 @@ testModel: responses: '200': body: - schema: *ref_851 + schema: *ref_845 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3179 - language: *ref_3192 - headers: *ref_3193 - operation: *ref_3191 - operationGroup: *ref_3177 + language: *ref_3172 + language: *ref_3185 + headers: *ref_3186 + operation: *ref_3184 + operationGroup: *ref_3170 - operationId: ComponentContainers_CreateOrUpdate examples: - name: CreateOrUpdate Component Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -90151,59 +89960,59 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3194 - parameter: *ref_1862 + language: *ref_3187 + parameter: *ref_1855 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3195 - parameter: *ref_1863 + language: *ref_3188 + parameter: *ref_1856 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3196 - parameter: *ref_1864 + language: *ref_3189 + parameter: *ref_1857 - exampleValue: - schema: *ref_851 + schema: *ref_845 parentsValue: {} properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3179 - language: *ref_3197 - parameter: *ref_1860 + language: *ref_3172 + language: *ref_3190 + parameter: *ref_1853 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -90229,8 +90038,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3198 - operationGroup: *ref_3177 + operation: *ref_3191 + operationGroup: *ref_3170 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/createOrUpdate.json responseOutput: |- armmachinelearningservices.ComponentContainerData{ @@ -90263,225 +90072,225 @@ testModel: responses: '200': body: - schema: *ref_851 + schema: *ref_845 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3179 - language: *ref_3199 - headers: *ref_3200 + language: *ref_3172 + language: *ref_3192 + headers: *ref_3193 '201': body: - schema: *ref_851 + schema: *ref_845 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_425 + schema: *ref_419 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3179 - language: *ref_3201 - headers: *ref_3202 - operation: *ref_3198 - operationGroup: *ref_3177 + language: *ref_3172 + language: *ref_3194 + headers: *ref_3195 + operation: *ref_3191 + operationGroup: *ref_3170 - operationId: ComponentVersions_List examples: - name: List Component Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3217 + isPageable: *ref_3210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3203 - parameter: *ref_1877 + language: *ref_3196 + parameter: *ref_1870 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3204 - parameter: *ref_1878 + language: *ref_3197 + parameter: *ref_1871 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3205 - parameter: *ref_1879 + language: *ref_3198 + parameter: *ref_1872 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3206 - parameter: *ref_1871 + language: *ref_3199 + parameter: *ref_1864 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3207 - parameter: *ref_1874 + language: *ref_3200 + parameter: *ref_1867 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -90497,8 +90306,8 @@ testModel: ListViewType: nil, } opName: NewListPager - operation: *ref_3208 - operationGroup: *ref_3209 + operation: *ref_3201 + operationGroup: *ref_3202 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/list.json pageableItemName: Value responseOutput: |- @@ -90538,126 +90347,126 @@ testModel: responses: '200': body: - schema: *ref_1880 + schema: *ref_1873 parentsValue: {} properties: nextLink: - schema: *ref_1100 + schema: *ref_1093 rawValue: string - language: *ref_3210 + language: *ref_3203 value: - schema: *ref_1245 + schema: *ref_1238 elements: - - schema: *ref_852 + - schema: *ref_846 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3211 - language: *ref_3212 - language: *ref_3213 - language: *ref_3214 - language: *ref_3215 - headers: *ref_3216 - operation: *ref_3208 - operationGroup: *ref_3209 + rawValue: *ref_3204 + language: *ref_3205 + language: *ref_3206 + language: *ref_3207 + language: *ref_3208 + headers: *ref_3209 + operation: *ref_3201 + operationGroup: *ref_3202 - operationId: ComponentVersions_Delete examples: - name: Delete Component Version. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -90665,25 +90474,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3218 - parameter: *ref_1884 + language: *ref_3211 + parameter: *ref_1877 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3219 - parameter: *ref_1885 + language: *ref_3212 + parameter: *ref_1878 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3220 - parameter: *ref_1886 + language: *ref_3213 + parameter: *ref_1879 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3221 - parameter: *ref_1887 + language: *ref_3214 + parameter: *ref_1880 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -90698,8 +90507,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3222 - operationGroup: *ref_3209 + operation: *ref_3215 + operationGroup: *ref_3202 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/delete.json returnInfo: - ComponentVersionsClientDeleteResponse @@ -90707,23 +90516,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3222 - operationGroup: *ref_3209 + operation: *ref_3215 + operationGroup: *ref_3202 - operationId: ComponentVersions_Get examples: - name: Get Component Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -90731,25 +90540,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3223 - parameter: *ref_1891 + language: *ref_3216 + parameter: *ref_1884 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3224 - parameter: *ref_1892 + language: *ref_3217 + parameter: *ref_1885 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3225 - parameter: *ref_1893 + language: *ref_3218 + parameter: *ref_1886 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3226 - parameter: *ref_1894 + language: *ref_3219 + parameter: *ref_1887 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -90764,8 +90573,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3227 - operationGroup: *ref_3209 + operation: *ref_3220 + operationGroup: *ref_3202 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/get.json responseOutput: |- armmachinelearningservices.ComponentVersionData{ @@ -90802,115 +90611,115 @@ testModel: responses: '200': body: - schema: *ref_852 + schema: *ref_846 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3228 - language: *ref_3212 - language: *ref_3213 - language: *ref_3229 - headers: *ref_3230 - operation: *ref_3227 - operationGroup: *ref_3209 + rawValue: *ref_3221 + language: *ref_3205 + language: *ref_3206 + language: *ref_3222 + headers: *ref_3223 + operation: *ref_3220 + operationGroup: *ref_3202 - operationId: ComponentVersions_CreateOrUpdate examples: - name: CreateOrUpdate Component Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -90918,72 +90727,72 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3231 - parameter: *ref_1902 + language: *ref_3224 + parameter: *ref_1895 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3232 - parameter: *ref_1903 + language: *ref_3225 + parameter: *ref_1896 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3233 - parameter: *ref_1904 + language: *ref_3226 + parameter: *ref_1897 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3234 - parameter: *ref_1905 + language: *ref_3227 + parameter: *ref_1898 - exampleValue: - schema: *ref_852 + schema: *ref_846 parentsValue: {} properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3235 - language: *ref_3212 - language: *ref_3213 - language: *ref_3236 - parameter: *ref_1900 + rawValue: *ref_3228 + language: *ref_3205 + language: *ref_3206 + language: *ref_3229 + parameter: *ref_1893 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -91015,8 +90824,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3237 - operationGroup: *ref_3209 + operation: *ref_3230 + operationGroup: *ref_3202 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/createOrUpdate.json responseOutput: |- armmachinelearningservices.ComponentVersionData{ @@ -91053,226 +90862,226 @@ testModel: responses: '200': body: - schema: *ref_852 + schema: *ref_846 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3238 - language: *ref_3212 - language: *ref_3213 - language: *ref_3239 - headers: *ref_3240 + rawValue: *ref_3231 + language: *ref_3205 + language: *ref_3206 + language: *ref_3232 + headers: *ref_3233 '201': body: - schema: *ref_852 + schema: *ref_846 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_419 + schema: *ref_413 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3241 - language: *ref_3212 - language: *ref_3213 - language: *ref_3242 - headers: *ref_3243 - operation: *ref_3237 - operationGroup: *ref_3209 + rawValue: *ref_3234 + language: *ref_3205 + language: *ref_3206 + language: *ref_3235 + headers: *ref_3236 + operation: *ref_3230 + operationGroup: *ref_3202 - operationId: DataContainers_List examples: - name: List Data Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3253 + isPageable: *ref_3246 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3244 - parameter: *ref_1916 + language: *ref_3237 + parameter: *ref_1909 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3245 - parameter: *ref_1917 + language: *ref_3238 + parameter: *ref_1910 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"testrg123"' @@ -91284,8 +91093,8 @@ testModel: ListViewType: nil, } opName: NewListPager - operation: *ref_3246 - operationGroup: *ref_3247 + operation: *ref_3239 + operationGroup: *ref_3240 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/list.json pageableItemName: Value responseOutput: |- @@ -91349,81 +91158,81 @@ testModel: responses: '200': body: - schema: *ref_1918 + schema: *ref_1911 parentsValue: {} properties: nextLink: - schema: *ref_1101 + schema: *ref_1094 rawValue: nextlink - language: *ref_3248 + language: *ref_3241 value: - schema: *ref_1246 + schema: *ref_1239 elements: - - schema: *ref_853 + - schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datastore123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -91431,9 +91240,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -91441,81 +91250,81 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3249 - language: *ref_3250 - - schema: *ref_853 + language: *ref_3242 + language: *ref_3243 + - schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datastore124 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer124 - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -91523,9 +91332,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -91533,35 +91342,35 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3249 - language: *ref_3250 - language: *ref_3251 - language: *ref_3252 - operation: *ref_3246 - operationGroup: *ref_3247 + language: *ref_3242 + language: *ref_3243 + language: *ref_3244 + language: *ref_3245 + operation: *ref_3239 + operationGroup: *ref_3240 - operationId: DataContainers_Delete examples: - name: Delete Data Container. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -91569,20 +91378,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3254 - parameter: *ref_1922 + language: *ref_3247 + parameter: *ref_1915 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3255 - parameter: *ref_1923 + language: *ref_3248 + parameter: *ref_1916 - exampleValue: schema: *ref_9 rawValue: datacontainer123 - language: *ref_3256 - parameter: *ref_1924 + language: *ref_3249 + parameter: *ref_1917 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -91595,8 +91404,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3257 - operationGroup: *ref_3247 + operation: *ref_3250 + operationGroup: *ref_3240 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/delete.json returnInfo: - DataContainersClientDeleteResponse @@ -91604,23 +91413,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3257 - operationGroup: *ref_3247 + operation: *ref_3250 + operationGroup: *ref_3240 - operationId: DataContainers_Get examples: - name: Get Data Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -91628,20 +91437,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3258 - parameter: *ref_1928 + language: *ref_3251 + parameter: *ref_1921 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3259 - parameter: *ref_1929 + language: *ref_3252 + parameter: *ref_1922 - exampleValue: schema: *ref_9 rawValue: datacontainer123 - language: *ref_3260 - parameter: *ref_1930 + language: *ref_3253 + parameter: *ref_1923 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -91654,8 +91463,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3261 - operationGroup: *ref_3247 + operation: *ref_3254 + operationGroup: *ref_3240 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/get.json responseOutput: |- armmachinelearningservices.DataContainerData{ @@ -91691,71 +91500,71 @@ testModel: responses: '200': body: - schema: *ref_853 + schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datacontainer123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -91763,9 +91572,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -91773,34 +91582,34 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3249 - language: *ref_3250 - language: *ref_3262 - operation: *ref_3261 - operationGroup: *ref_3247 + language: *ref_3242 + language: *ref_3243 + language: *ref_3255 + operation: *ref_3254 + operationGroup: *ref_3240 - operationId: DataContainers_CreateOrUpdate examples: - name: CreateOrUpdate Data Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -91808,40 +91617,40 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3263 - parameter: *ref_1938 + language: *ref_3256 + parameter: *ref_1931 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3264 - parameter: *ref_1939 + language: *ref_3257 + parameter: *ref_1932 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: datacontainer123 - language: *ref_3265 - parameter: *ref_1940 + language: *ref_3258 + parameter: *ref_1933 - exampleValue: - schema: *ref_853 + schema: *ref_847 parentsValue: {} properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -91849,9 +91658,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -91859,18 +91668,18 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3249 - language: *ref_3250 - language: *ref_3266 - parameter: *ref_1936 + language: *ref_3242 + language: *ref_3243 + language: *ref_3259 + parameter: *ref_1929 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -91899,8 +91708,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3267 - operationGroup: *ref_3247 + operation: *ref_3260 + operationGroup: *ref_3240 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/createOrUpdate.json responseOutput: |- armmachinelearningservices.DataContainerData{ @@ -91936,71 +91745,71 @@ testModel: responses: '200': body: - schema: *ref_853 + schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datacontainer123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -92008,9 +91817,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -92018,84 +91827,84 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3249 - language: *ref_3250 - language: *ref_3268 + language: *ref_3242 + language: *ref_3243 + language: *ref_3261 '201': body: - schema: *ref_853 + schema: *ref_847 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: datacontainer123 - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_828 + schema: *ref_822 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: properties1: schema: *ref_9 @@ -92103,9 +91912,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -92113,71 +91922,71 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3249 - language: *ref_3250 - language: *ref_3269 - operation: *ref_3267 - operationGroup: *ref_3247 + language: *ref_3242 + language: *ref_3243 + language: *ref_3262 + operation: *ref_3260 + operationGroup: *ref_3240 - operationId: DataVersions_List examples: - name: List Data Version Base. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3286 + isPageable: *ref_3279 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3270 - parameter: *ref_1954 + language: *ref_3263 + parameter: *ref_1947 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3271 - parameter: *ref_1955 + language: *ref_3264 + parameter: *ref_1948 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3272 - parameter: *ref_1956 + language: *ref_3265 + parameter: *ref_1949 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3273 - parameter: *ref_1947 + language: *ref_3266 + parameter: *ref_1940 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3274 - parameter: *ref_1950 + language: *ref_3267 + parameter: *ref_1943 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3275 - parameter: *ref_1952 + language: *ref_3268 + parameter: *ref_1945 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -92194,8 +92003,8 @@ testModel: ListViewType: nil, } opName: NewListPager - operation: *ref_3276 - operationGroup: *ref_3277 + operation: *ref_3269 + operationGroup: *ref_3270 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/list.json pageableItemName: Value responseOutput: |- @@ -92234,135 +92043,135 @@ testModel: responses: '200': body: - schema: *ref_1957 + schema: *ref_1950 parentsValue: {} properties: nextLink: - schema: *ref_1102 + schema: *ref_1095 rawValue: string - language: *ref_3278 + language: *ref_3271 value: - schema: *ref_1247 + schema: *ref_1240 elements: - - schema: *ref_854 + - schema: *ref_848 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3279 + language: *ref_3272 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3280 - language: *ref_3281 + language: *ref_3273 + language: *ref_3274 properties: {} - language: *ref_3282 - language: *ref_3283 - language: *ref_3284 - headers: *ref_3285 - operation: *ref_3276 - operationGroup: *ref_3277 + language: *ref_3275 + language: *ref_3276 + language: *ref_3277 + headers: *ref_3278 + operation: *ref_3269 + operationGroup: *ref_3270 - operationId: DataVersions_Delete examples: - name: Delete Data Version Base. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -92370,25 +92179,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3287 - parameter: *ref_1961 + language: *ref_3280 + parameter: *ref_1954 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3288 - parameter: *ref_1962 + language: *ref_3281 + parameter: *ref_1955 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3289 - parameter: *ref_1963 + language: *ref_3282 + parameter: *ref_1956 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3290 - parameter: *ref_1964 + language: *ref_3283 + parameter: *ref_1957 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -92403,8 +92212,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3291 - operationGroup: *ref_3277 + operation: *ref_3284 + operationGroup: *ref_3270 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/delete.json returnInfo: - DataVersionsClientDeleteResponse @@ -92412,23 +92221,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3291 - operationGroup: *ref_3277 + operation: *ref_3284 + operationGroup: *ref_3270 - operationId: DataVersions_Get examples: - name: Get Data Version Base. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -92436,25 +92245,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3292 - parameter: *ref_1968 + language: *ref_3285 + parameter: *ref_1961 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3293 - parameter: *ref_1969 + language: *ref_3286 + parameter: *ref_1962 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3294 - parameter: *ref_1970 + language: *ref_3287 + parameter: *ref_1963 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3295 - parameter: *ref_1971 + language: *ref_3288 + parameter: *ref_1964 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -92469,8 +92278,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3296 - operationGroup: *ref_3277 + operation: *ref_3289 + operationGroup: *ref_3270 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/get.json responseOutput: |- armmachinelearningservices.DataVersionBaseData{ @@ -92506,124 +92315,124 @@ testModel: responses: '200': body: - schema: *ref_854 + schema: *ref_848 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3279 + language: *ref_3272 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3280 - language: *ref_3281 + language: *ref_3273 + language: *ref_3274 properties: {} - language: *ref_3282 - language: *ref_3297 - headers: *ref_3298 - operation: *ref_3296 - operationGroup: *ref_3277 + language: *ref_3275 + language: *ref_3290 + headers: *ref_3291 + operation: *ref_3289 + operationGroup: *ref_3270 - operationId: DataVersions_CreateOrUpdate examples: - name: CreateOrUpdate Data Version Base. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -92631,81 +92440,81 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3299 - parameter: *ref_1979 + language: *ref_3292 + parameter: *ref_1972 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3300 - parameter: *ref_1980 + language: *ref_3293 + parameter: *ref_1973 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3301 - parameter: *ref_1981 + language: *ref_3294 + parameter: *ref_1974 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3302 - parameter: *ref_1982 + language: *ref_3295 + parameter: *ref_1975 - exampleValue: - schema: *ref_854 + schema: *ref_848 parentsValue: {} properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3279 + language: *ref_3272 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3280 - language: *ref_3281 + language: *ref_3273 + language: *ref_3274 properties: {} - language: *ref_3282 - language: *ref_3303 - parameter: *ref_1977 + language: *ref_3275 + language: *ref_3296 + parameter: *ref_1970 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -92736,8 +92545,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3304 - operationGroup: *ref_3277 + operation: *ref_3297 + operationGroup: *ref_3270 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/createOrUpdate.json responseOutput: |- armmachinelearningservices.DataVersionBaseData{ @@ -92773,276 +92582,276 @@ testModel: responses: '200': body: - schema: *ref_854 + schema: *ref_848 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3279 + language: *ref_3272 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3280 - language: *ref_3281 + language: *ref_3273 + language: *ref_3274 properties: {} - language: *ref_3282 - language: *ref_3305 - headers: *ref_3306 + language: *ref_3275 + language: *ref_3298 + headers: *ref_3299 '201': body: - schema: *ref_854 + schema: *ref_848 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_400 + schema: *ref_394 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_391 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: dataType: - schema: *ref_402 + schema: *ref_396 rawValue: UriFile - language: *ref_3279 + language: *ref_3272 dataUri: - schema: *ref_404 + schema: *ref_398 rawValue: string - language: *ref_3280 - language: *ref_3281 + language: *ref_3273 + language: *ref_3274 properties: {} - language: *ref_3282 - language: *ref_3307 - headers: *ref_3308 - operation: *ref_3304 - operationGroup: *ref_3277 + language: *ref_3275 + language: *ref_3300 + headers: *ref_3301 + operation: *ref_3297 + operationGroup: *ref_3270 - operationId: Datastores_List examples: - name: List datastores. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3334 + isPageable: *ref_3327 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3309 - parameter: *ref_2002 + language: *ref_3302 + parameter: *ref_1995 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3310 - parameter: *ref_2003 + language: *ref_3303 + parameter: *ref_1996 - exampleValue: - schema: *ref_1990 + schema: *ref_1983 rawValue: 1 - language: *ref_3311 - parameter: *ref_1996 + language: *ref_3304 + parameter: *ref_1989 - exampleValue: - schema: *ref_1992 + schema: *ref_1985 rawValue: false - language: *ref_3312 - parameter: *ref_1997 + language: *ref_3305 + parameter: *ref_1990 - exampleValue: - schema: *ref_1993 + schema: *ref_1986 elements: - - schema: *ref_1248 + - schema: *ref_1241 rawValue: string - language: *ref_3313 - parameter: *ref_1998 + language: *ref_3306 + parameter: *ref_1991 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3314 - parameter: *ref_1999 + language: *ref_3307 + parameter: *ref_1992 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3315 - parameter: *ref_2000 + language: *ref_3308 + parameter: *ref_1993 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3316 - parameter: *ref_2001 + language: *ref_3309 + parameter: *ref_1994 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -93060,8 +92869,8 @@ testModel: OrderByAsc: to.Ptr(false), } opName: NewListPager - operation: *ref_3317 - operationGroup: *ref_3318 + operation: *ref_3310 + operationGroup: *ref_3311 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/list.json pageableItemName: Value responseOutput: |- @@ -93103,153 +92912,153 @@ testModel: responses: '200': body: - schema: *ref_2004 + schema: *ref_1997 parentsValue: {} properties: nextLink: - schema: *ref_1103 + schema: *ref_1096 rawValue: string - language: *ref_3319 + language: *ref_3312 value: - schema: *ref_1249 + schema: *ref_1242 elements: - - schema: *ref_855 + - schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: {} - language: *ref_3322 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3323 + language: *ref_3316 isDefault: - schema: *ref_492 + schema: *ref_486 rawValue: false - language: *ref_3324 - language: *ref_3325 + language: *ref_3317 + language: *ref_3318 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3326 + language: *ref_3319 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3327 + language: *ref_3320 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3328 + language: *ref_3321 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3329 - language: *ref_3330 - language: *ref_3331 - language: *ref_3332 - headers: *ref_3333 - operation: *ref_3317 - operationGroup: *ref_3318 + language: *ref_3322 + language: *ref_3323 + language: *ref_3324 + language: *ref_3325 + headers: *ref_3326 + operation: *ref_3310 + operationGroup: *ref_3311 - operationId: Datastores_Delete examples: - name: Delete datastore. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -93257,20 +93066,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3335 - parameter: *ref_2008 + language: *ref_3328 + parameter: *ref_2001 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3336 - parameter: *ref_2009 + language: *ref_3329 + parameter: *ref_2002 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3337 - parameter: *ref_2010 + language: *ref_3330 + parameter: *ref_2003 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -93283,8 +93092,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3338 - operationGroup: *ref_3318 + operation: *ref_3331 + operationGroup: *ref_3311 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/delete.json returnInfo: - DatastoresClientDeleteResponse @@ -93292,23 +93101,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3338 - operationGroup: *ref_3318 + operation: *ref_3331 + operationGroup: *ref_3311 - operationId: Datastores_Get examples: - name: Get datastore. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -93316,20 +93125,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3339 - parameter: *ref_2014 + language: *ref_3332 + parameter: *ref_2007 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3340 - parameter: *ref_2015 + language: *ref_3333 + parameter: *ref_2008 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3341 - parameter: *ref_2016 + language: *ref_3334 + parameter: *ref_2009 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -93342,8 +93151,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3342 - operationGroup: *ref_3318 + operation: *ref_3335 + operationGroup: *ref_3311 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/get.json responseOutput: |- armmachinelearningservices.DatastoreData{ @@ -93382,142 +93191,142 @@ testModel: responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: {} - language: *ref_3322 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3323 + language: *ref_3316 isDefault: - schema: *ref_492 + schema: *ref_486 rawValue: false - language: *ref_3324 - language: *ref_3325 + language: *ref_3317 + language: *ref_3318 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3326 + language: *ref_3319 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3327 + language: *ref_3320 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3328 + language: *ref_3321 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3329 - language: *ref_3330 - language: *ref_3343 - headers: *ref_3344 - operation: *ref_3342 - operationGroup: *ref_3318 + language: *ref_3322 + language: *ref_3323 + language: *ref_3336 + headers: *ref_3337 + operation: *ref_3335 + operationGroup: *ref_3311 - operationId: Datastores_CreateOrUpdate examples: - name: CreateOrUpdate datastore (Azure Data Lake Gen1 w/ ServicePrincipal). checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -93525,117 +93334,117 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3345 - parameter: *ref_2027 + language: *ref_3338 + parameter: *ref_2020 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3346 - parameter: *ref_2028 + language: *ref_3339 + parameter: *ref_2021 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3347 - parameter: *ref_2029 + language: *ref_3340 + parameter: *ref_2022 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3348 - parameter: *ref_2023 + language: *ref_3341 + parameter: *ref_2016 - exampleValue: - schema: *ref_855 + schema: *ref_849 parentsValue: {} properties: properties: - schema: *ref_445 + schema: *ref_439 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3349 + language: *ref_3342 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3350 + language: *ref_3343 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3351 + language: *ref_3344 secrets: - schema: *ref_467 + schema: *ref_461 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: ServicePrincipal - language: *ref_3352 - language: *ref_3353 + language: *ref_3345 + language: *ref_3346 properties: clientSecret: - schema: *ref_462 + schema: *ref_456 rawValue: string - language: *ref_3354 - language: *ref_3355 + language: *ref_3347 + language: *ref_3348 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3356 - language: *ref_3322 + language: *ref_3349 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen1 - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: storeName: - schema: *ref_432 + schema: *ref_426 rawValue: string - language: *ref_3357 - language: *ref_3330 - language: *ref_3358 - parameter: *ref_2025 + language: *ref_3350 + language: *ref_3323 + language: *ref_3351 + parameter: *ref_2018 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -93673,8 +93482,8 @@ testModel: &armmachinelearningservices.DatastoresClientCreateOrUpdateOptions{SkipValidation: to.Ptr(false), } opName: CreateOrUpdate - operation: *ref_3359 - operationGroup: *ref_3318 + operation: *ref_3352 + operationGroup: *ref_3311 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureDataLakeGen1WServicePrincipal/createOrUpdate.json responseOutput: |- armmachinelearningservices.DatastoreData{ @@ -93713,259 +93522,259 @@ testModel: responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_445 + schema: *ref_439 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3349 + language: *ref_3342 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3350 + language: *ref_3343 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3351 + language: *ref_3344 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3356 - language: *ref_3322 + language: *ref_3349 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen1 - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: storeName: - schema: *ref_432 + schema: *ref_426 rawValue: string - language: *ref_3357 - language: *ref_3330 - language: *ref_3360 - headers: *ref_3361 + language: *ref_3350 + language: *ref_3323 + language: *ref_3353 + headers: *ref_3354 '201': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_445 + schema: *ref_439 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3349 + language: *ref_3342 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3350 + language: *ref_3343 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3351 + language: *ref_3344 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3356 - language: *ref_3322 + language: *ref_3349 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen1 - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: storeName: - schema: *ref_432 + schema: *ref_426 rawValue: string - language: *ref_3357 - language: *ref_3330 - language: *ref_3362 - headers: *ref_3363 + language: *ref_3350 + language: *ref_3323 + language: *ref_3355 + headers: *ref_3356 - name: CreateOrUpdate datastore (Azure Data Lake Gen2 w/ Service Principal). checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -93973,129 +93782,129 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3345 - parameter: *ref_2027 + language: *ref_3338 + parameter: *ref_2020 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3346 - parameter: *ref_2028 + language: *ref_3339 + parameter: *ref_2021 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3347 - parameter: *ref_2029 + language: *ref_3340 + parameter: *ref_2022 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3348 - parameter: *ref_2023 + language: *ref_3341 + parameter: *ref_2016 - exampleValue: - schema: *ref_855 + schema: *ref_849 parentsValue: {} properties: properties: - schema: *ref_446 + schema: *ref_440 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3349 + language: *ref_3342 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3350 + language: *ref_3343 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3351 + language: *ref_3344 secrets: - schema: *ref_467 + schema: *ref_461 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: ServicePrincipal - language: *ref_3352 - language: *ref_3353 + language: *ref_3345 + language: *ref_3346 properties: clientSecret: - schema: *ref_462 + schema: *ref_456 rawValue: string - language: *ref_3354 - language: *ref_3355 + language: *ref_3347 + language: *ref_3348 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3356 - language: *ref_3322 + language: *ref_3349 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen2 - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: accountName: - schema: *ref_433 + schema: *ref_427 rawValue: string - language: *ref_3364 + language: *ref_3357 endpoint: - schema: *ref_434 + schema: *ref_428 rawValue: string - language: *ref_3365 + language: *ref_3358 filesystem: - schema: *ref_435 + schema: *ref_429 rawValue: string - language: *ref_3366 + language: *ref_3359 protocol: - schema: *ref_436 + schema: *ref_430 rawValue: string - language: *ref_3367 - language: *ref_3330 - language: *ref_3358 - parameter: *ref_2025 + language: *ref_3360 + language: *ref_3323 + language: *ref_3351 + parameter: *ref_2018 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -94136,8 +93945,8 @@ testModel: &armmachinelearningservices.DatastoresClientCreateOrUpdateOptions{SkipValidation: to.Ptr(false), } opName: CreateOrUpdate - operation: *ref_3359 - operationGroup: *ref_3318 + operation: *ref_3352 + operationGroup: *ref_3311 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureDataLakeGen2WServicePrincipal/createOrUpdate.json responseOutput: |- armmachinelearningservices.DatastoreData{ @@ -94179,283 +93988,283 @@ testModel: responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_446 + schema: *ref_440 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3349 + language: *ref_3342 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3350 + language: *ref_3343 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3351 + language: *ref_3344 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3356 - language: *ref_3322 + language: *ref_3349 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen2 - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: accountName: - schema: *ref_433 + schema: *ref_427 rawValue: string - language: *ref_3364 + language: *ref_3357 endpoint: - schema: *ref_434 + schema: *ref_428 rawValue: string - language: *ref_3365 + language: *ref_3358 filesystem: - schema: *ref_435 + schema: *ref_429 rawValue: string - language: *ref_3366 + language: *ref_3359 protocol: - schema: *ref_436 + schema: *ref_430 rawValue: string - language: *ref_3367 - language: *ref_3330 - language: *ref_3360 - headers: *ref_3368 + language: *ref_3360 + language: *ref_3323 + language: *ref_3353 + headers: *ref_3361 '201': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_446 + schema: *ref_440 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_486 + schema: *ref_480 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: ServicePrincipal - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: authorityUrl: - schema: *ref_479 + schema: *ref_473 rawValue: string - language: *ref_3349 + language: *ref_3342 clientId: - schema: *ref_480 + schema: *ref_474 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3350 + language: *ref_3343 resourceUrl: - schema: *ref_481 + schema: *ref_475 rawValue: string - language: *ref_3351 + language: *ref_3344 tenantId: - schema: *ref_482 + schema: *ref_476 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3356 - language: *ref_3322 + language: *ref_3349 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureDataLakeGen2 - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: accountName: - schema: *ref_433 + schema: *ref_427 rawValue: string - language: *ref_3364 + language: *ref_3357 endpoint: - schema: *ref_434 + schema: *ref_428 rawValue: string - language: *ref_3365 + language: *ref_3358 filesystem: - schema: *ref_435 + schema: *ref_429 rawValue: string - language: *ref_3366 + language: *ref_3359 protocol: - schema: *ref_436 + schema: *ref_430 rawValue: string - language: *ref_3367 - language: *ref_3330 - language: *ref_3362 - headers: *ref_3369 + language: *ref_3360 + language: *ref_3323 + language: *ref_3355 + headers: *ref_3362 - name: CreateOrUpdate datastore (Azure File store w/ AccountKey). checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -94463,113 +94272,113 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3345 - parameter: *ref_2027 + language: *ref_3338 + parameter: *ref_2020 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3346 - parameter: *ref_2028 + language: *ref_3339 + parameter: *ref_2021 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3347 - parameter: *ref_2029 + language: *ref_3340 + parameter: *ref_2022 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3348 - parameter: *ref_2023 + language: *ref_3341 + parameter: *ref_2016 - exampleValue: - schema: *ref_855 + schema: *ref_849 parentsValue: {} properties: properties: - schema: *ref_447 + schema: *ref_441 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: secrets: - schema: *ref_463 + schema: *ref_457 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: AccountKey - language: *ref_3352 - language: *ref_3353 + language: *ref_3345 + language: *ref_3346 properties: key: - schema: *ref_457 + schema: *ref_451 rawValue: string - language: *ref_3370 - language: *ref_3371 - language: *ref_3322 + language: *ref_3363 + language: *ref_3364 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureFile - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: accountName: - schema: *ref_437 + schema: *ref_431 rawValue: string - language: *ref_3372 + language: *ref_3365 endpoint: - schema: *ref_438 + schema: *ref_432 rawValue: string - language: *ref_3373 + language: *ref_3366 fileShareName: - schema: *ref_439 + schema: *ref_433 rawValue: string - language: *ref_3374 + language: *ref_3367 protocol: - schema: *ref_440 + schema: *ref_434 rawValue: string - language: *ref_3375 - language: *ref_3330 - language: *ref_3358 - parameter: *ref_2025 + language: *ref_3368 + language: *ref_3323 + language: *ref_3351 + parameter: *ref_2018 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -94606,8 +94415,8 @@ testModel: &armmachinelearningservices.DatastoresClientCreateOrUpdateOptions{SkipValidation: to.Ptr(false), } opName: CreateOrUpdate - operation: *ref_3359 - operationGroup: *ref_3318 + operation: *ref_3352 + operationGroup: *ref_3311 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureFileWAccountKey/createOrUpdate.json responseOutput: |- armmachinelearningservices.DatastoreData{ @@ -94645,251 +94454,251 @@ testModel: responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_447 + schema: *ref_441 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: {} - language: *ref_3322 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureFile - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: accountName: - schema: *ref_437 + schema: *ref_431 rawValue: string - language: *ref_3372 + language: *ref_3365 endpoint: - schema: *ref_438 + schema: *ref_432 rawValue: string - language: *ref_3373 + language: *ref_3366 fileShareName: - schema: *ref_439 + schema: *ref_433 rawValue: string - language: *ref_3374 + language: *ref_3367 protocol: - schema: *ref_440 + schema: *ref_434 rawValue: string - language: *ref_3375 - language: *ref_3330 - language: *ref_3360 - headers: *ref_3376 + language: *ref_3368 + language: *ref_3323 + language: *ref_3353 + headers: *ref_3369 '201': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_447 + schema: *ref_441 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: {} - language: *ref_3322 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureFile - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: accountName: - schema: *ref_437 + schema: *ref_431 rawValue: string - language: *ref_3372 + language: *ref_3365 endpoint: - schema: *ref_438 + schema: *ref_432 rawValue: string - language: *ref_3373 + language: *ref_3366 fileShareName: - schema: *ref_439 + schema: *ref_433 rawValue: string - language: *ref_3374 + language: *ref_3367 protocol: - schema: *ref_440 + schema: *ref_434 rawValue: string - language: *ref_3375 - language: *ref_3330 - language: *ref_3362 - headers: *ref_3377 + language: *ref_3368 + language: *ref_3323 + language: *ref_3355 + headers: *ref_3370 - name: CreateOrUpdate datastore (AzureBlob w/ AccountKey). checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -94897,113 +94706,113 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3345 - parameter: *ref_2027 + language: *ref_3338 + parameter: *ref_2020 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3346 - parameter: *ref_2028 + language: *ref_3339 + parameter: *ref_2021 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3347 - parameter: *ref_2029 + language: *ref_3340 + parameter: *ref_2022 - exampleValue: - schema: *ref_1994 + schema: *ref_1987 rawValue: false - language: *ref_3348 - parameter: *ref_2023 + language: *ref_3341 + parameter: *ref_2016 - exampleValue: - schema: *ref_855 + schema: *ref_849 parentsValue: {} properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: secrets: - schema: *ref_463 + schema: *ref_457 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: AccountKey - language: *ref_3352 - language: *ref_3353 + language: *ref_3345 + language: *ref_3346 properties: key: - schema: *ref_457 + schema: *ref_451 rawValue: string - language: *ref_3370 - language: *ref_3371 - language: *ref_3322 + language: *ref_3363 + language: *ref_3364 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3323 - language: *ref_3325 + language: *ref_3316 + language: *ref_3318 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3326 + language: *ref_3319 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3327 + language: *ref_3320 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3328 + language: *ref_3321 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3329 - language: *ref_3330 - language: *ref_3358 - parameter: *ref_2025 + language: *ref_3322 + language: *ref_3323 + language: *ref_3351 + parameter: *ref_2018 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -95040,8 +94849,8 @@ testModel: &armmachinelearningservices.DatastoresClientCreateOrUpdateOptions{SkipValidation: to.Ptr(false), } opName: CreateOrUpdate - operation: *ref_3359 - operationGroup: *ref_3318 + operation: *ref_3352 + operationGroup: *ref_3311 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureBlobWAccountKey/createOrUpdate.json responseOutput: |- armmachinelearningservices.DatastoreData{ @@ -95080,263 +94889,263 @@ testModel: responses: '200': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: {} - language: *ref_3322 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3323 + language: *ref_3316 isDefault: - schema: *ref_492 + schema: *ref_486 rawValue: false - language: *ref_3324 - language: *ref_3325 + language: *ref_3317 + language: *ref_3318 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3326 + language: *ref_3319 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3327 + language: *ref_3320 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3328 + language: *ref_3321 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3329 - language: *ref_3330 - language: *ref_3360 - headers: *ref_3378 + language: *ref_3322 + language: *ref_3323 + language: *ref_3353 + headers: *ref_3371 '201': body: - schema: *ref_855 + schema: *ref_849 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_444 + schema: *ref_438 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_420 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 rawValue: null - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: credentials: - schema: *ref_451 + schema: *ref_445 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_446 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_481 rawValue: AccountKey - language: *ref_3320 - language: *ref_3321 + language: *ref_3313 + language: *ref_3314 properties: {} - language: *ref_3322 + language: *ref_3315 datastoreType: - schema: *ref_449 + schema: *ref_443 rawValue: AzureBlob - language: *ref_3323 + language: *ref_3316 isDefault: - schema: *ref_492 + schema: *ref_486 rawValue: false - language: *ref_3324 - language: *ref_3325 + language: *ref_3317 + language: *ref_3318 properties: accountName: - schema: *ref_427 + schema: *ref_421 rawValue: string - language: *ref_3326 + language: *ref_3319 containerName: - schema: *ref_428 + schema: *ref_422 rawValue: string - language: *ref_3327 + language: *ref_3320 endpoint: - schema: *ref_429 + schema: *ref_423 rawValue: core.windows.net - language: *ref_3328 + language: *ref_3321 protocol: - schema: *ref_430 + schema: *ref_424 rawValue: https - language: *ref_3329 - language: *ref_3330 - language: *ref_3362 - headers: *ref_3379 - operation: *ref_3359 - operationGroup: *ref_3318 + language: *ref_3322 + language: *ref_3323 + language: *ref_3355 + headers: *ref_3372 + operation: *ref_3352 + operationGroup: *ref_3311 - operationId: Datastores_ListSecrets examples: - name: Get datastore secrets. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -95344,20 +95153,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3380 - parameter: *ref_2034 + language: *ref_3373 + parameter: *ref_2027 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3381 - parameter: *ref_2035 + language: *ref_3374 + parameter: *ref_2028 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3382 - parameter: *ref_2036 + language: *ref_3375 + parameter: *ref_2029 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -95370,8 +95179,8 @@ testModel: - paramName: options paramOutput: nil opName: ListSecrets - operation: *ref_3383 - operationGroup: *ref_3318 + operation: *ref_3376 + operationGroup: *ref_3311 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/listSecrets.json responseIsDiscriminator: true responseOutput: |- @@ -95389,58 +95198,58 @@ testModel: responses: '200': body: - schema: *ref_463 + schema: *ref_457 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_450 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_462 rawValue: AccountKey - language: *ref_3352 - language: *ref_3353 + language: *ref_3345 + language: *ref_3346 properties: key: - schema: *ref_457 + schema: *ref_451 rawValue: string - language: *ref_3370 - language: *ref_3384 - headers: *ref_3385 - operation: *ref_3383 - operationGroup: *ref_3318 + language: *ref_3363 + language: *ref_3377 + headers: *ref_3378 + operation: *ref_3376 + operationGroup: *ref_3311 - operationId: EnvironmentContainers_List examples: - name: List Environment Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3394 + isPageable: *ref_3387 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3386 - parameter: *ref_2050 + language: *ref_3379 + parameter: *ref_2043 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3387 - parameter: *ref_2051 + language: *ref_3380 + parameter: *ref_2044 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"testrg123"' @@ -95452,8 +95261,8 @@ testModel: ListViewType: nil, } opName: NewListPager - operation: *ref_3388 - operationGroup: *ref_3389 + operation: *ref_3381 + operationGroup: *ref_3382 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/list.json pageableItemName: Value responseOutput: |- @@ -95487,81 +95296,81 @@ testModel: responses: '200': body: - schema: *ref_2052 + schema: *ref_2045 parentsValue: {} properties: nextLink: - schema: *ref_1104 + schema: *ref_1097 rawValue: string - language: *ref_3390 + language: *ref_3383 value: - schema: *ref_1250 + schema: *ref_1243 elements: - - schema: *ref_856 + - schema: *ref_850 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testEnvironment - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -95569,31 +95378,31 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3391 - language: *ref_3392 - language: *ref_3393 - operation: *ref_3388 - operationGroup: *ref_3389 + language: *ref_3384 + language: *ref_3385 + language: *ref_3386 + operation: *ref_3381 + operationGroup: *ref_3382 - operationId: EnvironmentContainers_Delete examples: - name: Delete Environment Container. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -95601,20 +95410,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3395 - parameter: *ref_2056 + language: *ref_3388 + parameter: *ref_2049 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3396 - parameter: *ref_2057 + language: *ref_3389 + parameter: *ref_2050 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3397 - parameter: *ref_2058 + language: *ref_3390 + parameter: *ref_2051 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -95627,8 +95436,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3398 - operationGroup: *ref_3389 + operation: *ref_3391 + operationGroup: *ref_3382 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/delete.json returnInfo: - EnvironmentContainersClientDeleteResponse @@ -95636,23 +95445,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3398 - operationGroup: *ref_3389 + operation: *ref_3391 + operationGroup: *ref_3382 - operationId: EnvironmentContainers_Get examples: - name: Get Environment Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -95660,20 +95469,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3399 - parameter: *ref_2062 + language: *ref_3392 + parameter: *ref_2055 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3400 - parameter: *ref_2063 + language: *ref_3393 + parameter: *ref_2056 - exampleValue: schema: *ref_9 rawValue: testEnvironment - language: *ref_3401 - parameter: *ref_2064 + language: *ref_3394 + parameter: *ref_2057 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -95686,8 +95495,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3402 - operationGroup: *ref_3389 + operation: *ref_3395 + operationGroup: *ref_3382 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/get.json responseOutput: |- armmachinelearningservices.EnvironmentContainerData{ @@ -95718,71 +95527,71 @@ testModel: responses: '200': body: - schema: *ref_856 + schema: *ref_850 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testEnvironment - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -95790,30 +95599,30 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3391 - language: *ref_3403 - operation: *ref_3402 - operationGroup: *ref_3389 + language: *ref_3384 + language: *ref_3396 + operation: *ref_3395 + operationGroup: *ref_3382 - operationId: EnvironmentContainers_CreateOrUpdate examples: - name: CreateOrUpdate Environment Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -95821,40 +95630,40 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3404 - parameter: *ref_2072 + language: *ref_3397 + parameter: *ref_2065 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3405 - parameter: *ref_2073 + language: *ref_3398 + parameter: *ref_2066 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEnvironment - language: *ref_3406 - parameter: *ref_2074 + language: *ref_3399 + parameter: *ref_2067 - exampleValue: - schema: *ref_856 + schema: *ref_850 parentsValue: {} properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: additionalProp1: schema: *ref_9 @@ -95865,9 +95674,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: additionalProp1: schema: *ref_9 @@ -95878,14 +95687,14 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3391 - language: *ref_3407 - parameter: *ref_2070 + language: *ref_3384 + language: *ref_3400 + parameter: *ref_2063 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -95915,8 +95724,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3408 - operationGroup: *ref_3389 + operation: *ref_3401 + operationGroup: *ref_3382 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/createOrUpdate.json responseOutput: |- armmachinelearningservices.EnvironmentContainerData{ @@ -95953,71 +95762,71 @@ testModel: responses: '200': body: - schema: *ref_856 + schema: *ref_850 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testEnvironment - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-04T03:39:11.300Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-04T03:39:11.300Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: additionalProp1: schema: *ref_9 @@ -96028,9 +95837,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: additionalProp1: schema: *ref_9 @@ -96041,80 +95850,80 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3391 - language: *ref_3409 + language: *ref_3384 + language: *ref_3402 '201': body: - schema: *ref_856 + schema: *ref_850 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testEnvironment - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-04T03:39:11.301Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-04T03:39:11.301Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_829 + schema: *ref_823 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: additionalProp1: schema: *ref_9 @@ -96125,9 +95934,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: additionalProp1: schema: *ref_9 @@ -96138,62 +95947,62 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3391 - language: *ref_3410 - operation: *ref_3408 - operationGroup: *ref_3389 + language: *ref_3384 + language: *ref_3403 + operation: *ref_3401 + operationGroup: *ref_3382 - operationId: EnvironmentVersions_List examples: - name: List Environment Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3435 + isPageable: *ref_3428 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3411 - parameter: *ref_2087 + language: *ref_3404 + parameter: *ref_2080 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3412 - parameter: *ref_2088 + language: *ref_3405 + parameter: *ref_2081 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3413 - parameter: *ref_2089 + language: *ref_3406 + parameter: *ref_2082 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3414 - parameter: *ref_2081 + language: *ref_3407 + parameter: *ref_2074 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3415 - parameter: *ref_2084 + language: *ref_3408 + parameter: *ref_2077 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -96209,8 +96018,8 @@ testModel: ListViewType: nil, } opName: NewListPager - operation: *ref_3416 - operationGroup: *ref_3417 + operation: *ref_3409 + operationGroup: *ref_3410 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/list.json pageableItemName: Value responseOutput: |- @@ -96268,191 +96077,191 @@ testModel: responses: '200': body: - schema: *ref_2090 + schema: *ref_2083 parentsValue: {} properties: nextLink: - schema: *ref_1105 + schema: *ref_1098 rawValue: string - language: *ref_3418 + language: *ref_3411 value: - schema: *ref_1251 + schema: *ref_1244 elements: - - schema: *ref_857 + - schema: *ref_851 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3419 + language: *ref_3412 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3420 - language: *ref_3421 + language: *ref_3413 + language: *ref_3414 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3422 + language: *ref_3415 environmentType: - schema: *ref_408 + schema: *ref_402 rawValue: Curated - language: *ref_3423 + language: *ref_3416 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3424 + language: *ref_3417 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3427 + language: *ref_3419 + language: *ref_3420 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3428 + language: *ref_3419 + language: *ref_3421 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3429 - language: *ref_3430 - language: *ref_3431 - language: *ref_3432 - language: *ref_3433 - headers: *ref_3434 - operation: *ref_3416 - operationGroup: *ref_3417 + language: *ref_3419 + language: *ref_3422 + language: *ref_3423 + language: *ref_3424 + language: *ref_3425 + language: *ref_3426 + headers: *ref_3427 + operation: *ref_3409 + operationGroup: *ref_3410 - operationId: EnvironmentVersions_Delete examples: - name: Delete Environment Version. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -96460,25 +96269,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3436 - parameter: *ref_2094 + language: *ref_3429 + parameter: *ref_2087 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3437 - parameter: *ref_2095 + language: *ref_3430 + parameter: *ref_2088 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3438 - parameter: *ref_2096 + language: *ref_3431 + parameter: *ref_2089 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3439 - parameter: *ref_2097 + language: *ref_3432 + parameter: *ref_2090 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -96493,8 +96302,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3440 - operationGroup: *ref_3417 + operation: *ref_3433 + operationGroup: *ref_3410 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/delete.json returnInfo: - EnvironmentVersionsClientDeleteResponse @@ -96502,23 +96311,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3440 - operationGroup: *ref_3417 + operation: *ref_3433 + operationGroup: *ref_3410 - operationId: EnvironmentVersions_Get examples: - name: Get Environment Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -96526,25 +96335,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3441 - parameter: *ref_2101 + language: *ref_3434 + parameter: *ref_2094 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3442 - parameter: *ref_2102 + language: *ref_3435 + parameter: *ref_2095 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3443 - parameter: *ref_2103 + language: *ref_3436 + parameter: *ref_2096 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3444 - parameter: *ref_2104 + language: *ref_3437 + parameter: *ref_2097 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -96559,8 +96368,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3445 - operationGroup: *ref_3417 + operation: *ref_3438 + operationGroup: *ref_3410 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/get.json responseOutput: |- armmachinelearningservices.EnvironmentVersionData{ @@ -96615,180 +96424,180 @@ testModel: responses: '200': body: - schema: *ref_857 + schema: *ref_851 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3419 + language: *ref_3412 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3420 - language: *ref_3421 + language: *ref_3413 + language: *ref_3414 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3422 + language: *ref_3415 environmentType: - schema: *ref_408 + schema: *ref_402 rawValue: Curated - language: *ref_3423 + language: *ref_3416 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3424 + language: *ref_3417 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3427 + language: *ref_3419 + language: *ref_3420 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3428 + language: *ref_3419 + language: *ref_3421 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3429 - language: *ref_3430 - language: *ref_3431 - language: *ref_3446 - headers: *ref_3447 - operation: *ref_3445 - operationGroup: *ref_3417 + language: *ref_3419 + language: *ref_3422 + language: *ref_3423 + language: *ref_3424 + language: *ref_3439 + headers: *ref_3440 + operation: *ref_3438 + operationGroup: *ref_3410 - operationId: EnvironmentVersions_CreateOrUpdate examples: - name: CreateOrUpdate Environment Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -96796,133 +96605,133 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3448 - parameter: *ref_2112 + language: *ref_3441 + parameter: *ref_2105 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3449 - parameter: *ref_2113 + language: *ref_3442 + parameter: *ref_2106 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3450 - parameter: *ref_2114 + language: *ref_3443 + parameter: *ref_2107 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3451 - parameter: *ref_2115 + language: *ref_3444 + parameter: *ref_2108 - exampleValue: - schema: *ref_857 + schema: *ref_851 parentsValue: {} properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3419 + language: *ref_3412 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3420 - language: *ref_3421 + language: *ref_3413 + language: *ref_3414 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3422 + language: *ref_3415 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3424 + language: *ref_3417 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3427 + language: *ref_3419 + language: *ref_3420 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3428 + language: *ref_3419 + language: *ref_3421 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3429 - language: *ref_3430 - language: *ref_3431 - language: *ref_3452 - parameter: *ref_2110 + language: *ref_3419 + language: *ref_3422 + language: *ref_3423 + language: *ref_3424 + language: *ref_3445 + parameter: *ref_2103 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -96971,8 +96780,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3453 - operationGroup: *ref_3417 + operation: *ref_3446 + operationGroup: *ref_3410 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/createOrUpdate.json responseOutput: |- armmachinelearningservices.EnvironmentVersionData{ @@ -97027,356 +96836,356 @@ testModel: responses: '200': body: - schema: *ref_857 + schema: *ref_851 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3419 + language: *ref_3412 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3420 - language: *ref_3421 + language: *ref_3413 + language: *ref_3414 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3422 + language: *ref_3415 environmentType: - schema: *ref_408 + schema: *ref_402 rawValue: Curated - language: *ref_3423 + language: *ref_3416 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3424 + language: *ref_3417 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3427 + language: *ref_3419 + language: *ref_3420 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3428 + language: *ref_3419 + language: *ref_3421 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3429 - language: *ref_3430 - language: *ref_3431 - language: *ref_3454 - headers: *ref_3455 + language: *ref_3419 + language: *ref_3422 + language: *ref_3423 + language: *ref_3424 + language: *ref_3447 + headers: *ref_3448 '201': body: - schema: *ref_857 + schema: *ref_851 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_420 + schema: *ref_414 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: build: - schema: *ref_1106 + schema: *ref_1099 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_399 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3419 + language: *ref_3412 dockerfilePath: - schema: *ref_406 + schema: *ref_400 rawValue: prod/Dockerfile - language: *ref_3420 - language: *ref_3421 + language: *ref_3413 + language: *ref_3414 condaFile: - schema: *ref_407 + schema: *ref_401 rawValue: string - language: *ref_3422 + language: *ref_3415 environmentType: - schema: *ref_408 + schema: *ref_402 rawValue: Curated - language: *ref_3423 + language: *ref_3416 image: - schema: *ref_409 + schema: *ref_403 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3424 + language: *ref_3417 inferenceConfig: - schema: *ref_1107 + schema: *ref_1100 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3427 + language: *ref_3419 + language: *ref_3420 readinessRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3428 + language: *ref_3419 + language: *ref_3421 scoringRoute: - schema: *ref_412 + schema: *ref_406 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_404 rawValue: string - language: *ref_3425 + language: *ref_3418 port: - schema: *ref_411 + schema: *ref_405 rawValue: 1 - language: *ref_3426 - language: *ref_3429 - language: *ref_3430 - language: *ref_3431 - language: *ref_3456 - headers: *ref_3457 - operation: *ref_3453 - operationGroup: *ref_3417 + language: *ref_3419 + language: *ref_3422 + language: *ref_3423 + language: *ref_3424 + language: *ref_3449 + headers: *ref_3450 + operation: *ref_3446 + operationGroup: *ref_3410 - operationId: Jobs_List examples: - name: List AutoML Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3522 + isPageable: *ref_3516 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3458 - parameter: *ref_2130 + language: *ref_3451 + parameter: *ref_2123 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3459 - parameter: *ref_2131 + language: *ref_3452 + parameter: *ref_2124 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -97392,8 +97201,8 @@ testModel: ScheduleID: nil, } opName: NewListPager - operation: *ref_3460 - operationGroup: *ref_3461 + operation: *ref_3453 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/list.json pageableItemName: Value responseOutput: |- @@ -97501,404 +97310,404 @@ testModel: responses: '200': body: - schema: *ref_2132 + schema: *ref_2125 parentsValue: {} properties: value: - schema: *ref_1252 + schema: *ref_1245 elements: - - schema: *ref_858 + - schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: ManagedIdentity - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3468 + language: *ref_3461 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3469 + language: *ref_3462 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3470 + language: *ref_3463 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3471 + language: *ref_3464 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3472 + language: *ref_3465 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3473 + language: *ref_3466 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3474 - language: *ref_3475 + language: *ref_3467 + language: *ref_3468 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3476 - language: *ref_3477 + language: *ref_3469 + language: *ref_3470 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: Scheduled - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3487 + language: *ref_3480 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3488 + language: *ref_3481 outputs: - schema: *ref_780 + schema: *ref_3482 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3495 + language: *ref_3489 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3496 - language: *ref_3032 - language: *ref_3497 + rawValue: *ref_3490 + language: *ref_3025 + language: *ref_3491 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3498 - language: *ref_3499 + language: *ref_3492 + language: *ref_3493 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3500 + language: *ref_3494 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3501 - language: *ref_3502 + language: *ref_3495 + language: *ref_3496 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: {} - language: *ref_3505 - language: *ref_3506 - language: *ref_3507 + language: *ref_3499 + language: *ref_3500 + language: *ref_3501 properties: {} - language: *ref_3508 + language: *ref_3502 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3509 - language: *ref_3510 - language: *ref_3511 + language: *ref_3503 + language: *ref_3504 + language: *ref_3505 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3512 - language: *ref_3513 + language: *ref_3506 + language: *ref_3507 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3514 - language: *ref_3515 - language: *ref_3516 + language: *ref_3508 + language: *ref_3509 + language: *ref_3510 properties: {} - language: *ref_3517 - language: *ref_3518 - language: *ref_3519 - language: *ref_3520 - headers: *ref_3521 + language: *ref_3511 + language: *ref_3512 + language: *ref_3513 + language: *ref_3514 + headers: *ref_3515 - name: List Command Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3522 + isPageable: *ref_3516 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3458 - parameter: *ref_2130 + language: *ref_3451 + parameter: *ref_2123 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3459 - parameter: *ref_2131 + language: *ref_3452 + parameter: *ref_2124 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3523 - parameter: *ref_2125 + language: *ref_3517 + parameter: *ref_2118 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3524 - parameter: *ref_2126 + language: *ref_3518 + parameter: *ref_2119 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -97914,8 +97723,8 @@ testModel: ScheduleID: nil, } opName: NewListPager - operation: *ref_3460 - operationGroup: *ref_3461 + operation: *ref_3453 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/list.json pageableItemName: Value responseOutput: |- @@ -98013,352 +97822,352 @@ testModel: responses: '200': body: - schema: *ref_2132 + schema: *ref_2125 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1101 rawValue: string - language: *ref_3525 + language: *ref_3519 value: - schema: *ref_1252 + schema: *ref_1245 elements: - - schema: *ref_858 + - schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3526 + language: *ref_3520 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3527 + language: *ref_3521 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3530 + language: *ref_3524 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3531 - language: *ref_3532 + language: *ref_3525 + language: *ref_3526 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3533 + language: *ref_3527 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3534 + language: *ref_3528 inputs: - schema: *ref_781 + schema: *ref_3529 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3537 + language: *ref_3531 + language: *ref_3532 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3538 + language: *ref_3533 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3539 - language: *ref_3540 + language: *ref_3534 + language: *ref_3535 properties: {} - language: *ref_3541 + language: *ref_3536 outputs: - schema: *ref_780 + schema: *ref_3537 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3542 + language: *ref_3538 parameters: schema: *ref_2 - rawValue: *ref_3543 - language: *ref_3544 + rawValue: *ref_3539 + language: *ref_3540 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3545 - language: *ref_3032 - language: *ref_3546 - language: *ref_3518 - language: *ref_3519 - language: *ref_3520 - headers: *ref_3547 + rawValue: *ref_3541 + language: *ref_3025 + language: *ref_3542 + language: *ref_3512 + language: *ref_3513 + language: *ref_3514 + headers: *ref_3543 - name: List Pipeline Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3522 + isPageable: *ref_3516 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3458 - parameter: *ref_2130 + language: *ref_3451 + parameter: *ref_2123 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3459 - parameter: *ref_2131 + language: *ref_3452 + parameter: *ref_2124 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3523 - parameter: *ref_2125 + language: *ref_3517 + parameter: *ref_2118 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3524 - parameter: *ref_2126 + language: *ref_3518 + parameter: *ref_2119 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -98374,8 +98183,8 @@ testModel: ScheduleID: nil, } opName: NewListPager - operation: *ref_3460 - operationGroup: *ref_3461 + operation: *ref_3453 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/list.json pageableItemName: Value responseOutput: |- @@ -98445,259 +98254,259 @@ testModel: responses: '200': body: - schema: *ref_2132 + schema: *ref_2125 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1101 rawValue: string - language: *ref_3525 + language: *ref_3519 value: - schema: *ref_1252 + schema: *ref_1245 elements: - - schema: *ref_858 + - schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: inputs: - schema: *ref_781 + schema: *ref_3544 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3548 + language: *ref_3531 + language: *ref_3545 outputs: - schema: *ref_780 + schema: *ref_3546 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3549 + language: *ref_3547 settings: schema: *ref_2 - rawValue: *ref_3550 - language: *ref_3551 - language: *ref_3518 - language: *ref_3519 - language: *ref_3520 - headers: *ref_3552 + rawValue: *ref_3548 + language: *ref_3549 + language: *ref_3512 + language: *ref_3513 + language: *ref_3514 + headers: *ref_3550 - name: List Sweep Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3522 + isPageable: *ref_3516 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3458 - parameter: *ref_2130 + language: *ref_3451 + parameter: *ref_2123 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3459 - parameter: *ref_2131 + language: *ref_3452 + parameter: *ref_2124 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3523 - parameter: *ref_2125 + language: *ref_3517 + parameter: *ref_2118 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3524 - parameter: *ref_2126 + language: *ref_3518 + parameter: *ref_2119 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -98713,8 +98522,8 @@ testModel: ScheduleID: nil, } opName: NewListPager - operation: *ref_3460 - operationGroup: *ref_3461 + operation: *ref_3453 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/list.json pageableItemName: Value responseOutput: |- @@ -98810,314 +98619,314 @@ testModel: responses: '200': body: - schema: *ref_2132 + schema: *ref_2125 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1101 rawValue: string - language: *ref_3525 + language: *ref_3519 value: - schema: *ref_1252 + schema: *ref_1245 elements: - - schema: *ref_858 + - schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3553 + language: *ref_3551 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3554 + language: *ref_3552 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3555 - language: *ref_3556 + language: *ref_3553 + language: *ref_3554 properties: {} - language: *ref_3557 + language: *ref_3555 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3538 - language: *ref_3540 + language: *ref_3533 + language: *ref_3535 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3558 + language: *ref_3556 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3559 + language: *ref_3557 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3560 - language: *ref_3561 + language: *ref_3558 + language: *ref_3559 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3562 + language: *ref_3560 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3563 - language: *ref_3564 + language: *ref_3561 + language: *ref_3562 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3565 - language: *ref_3566 + language: *ref_3563 + language: *ref_3564 properties: {} - language: *ref_3567 + language: *ref_3565 searchSpace: schema: *ref_2 - rawValue: *ref_3568 - language: *ref_3569 + rawValue: *ref_3566 + language: *ref_3567 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3570 + language: *ref_3568 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3571 + language: *ref_3569 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3572 - language: *ref_3573 + language: *ref_3570 + language: *ref_3571 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3574 + language: *ref_3572 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3575 + language: *ref_3573 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3576 - language: *ref_3032 - language: *ref_3577 - language: *ref_3578 - language: *ref_3518 - language: *ref_3519 - language: *ref_3520 - headers: *ref_3579 - operation: *ref_3460 - operationGroup: *ref_3461 + rawValue: *ref_3574 + language: *ref_3025 + language: *ref_3575 + language: *ref_3576 + language: *ref_3512 + language: *ref_3513 + language: *ref_3514 + headers: *ref_3577 + operation: *ref_3453 + operationGroup: *ref_3454 - operationId: Jobs_Delete examples: - name: Delete Job. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -99125,20 +98934,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3580 - parameter: *ref_2136 + language: *ref_3578 + parameter: *ref_2129 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3581 - parameter: *ref_2137 + language: *ref_3579 + parameter: *ref_2130 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3582 - parameter: *ref_2138 + language: *ref_3580 + parameter: *ref_2131 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -99151,8 +98960,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_3583 - operationGroup: *ref_3461 + operation: *ref_3581 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/delete.json pollerType: JobsClientDeleteResponse returnInfo: @@ -99162,23 +98971,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_3583 - operationGroup: *ref_3461 + operation: *ref_3581 + operationGroup: *ref_3454 - operationId: Jobs_Get examples: - name: Get AutoML Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -99186,20 +98995,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3584 - parameter: *ref_2146 + language: *ref_3582 + parameter: *ref_2139 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3585 - parameter: *ref_2147 + language: *ref_3583 + parameter: *ref_2140 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3586 - parameter: *ref_2148 + language: *ref_3584 + parameter: *ref_2141 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -99212,8 +99021,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3587 - operationGroup: *ref_3461 + operation: *ref_3585 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/get.json responseOutput: |- armmachinelearningservices.JobBaseData{ @@ -99318,370 +99127,370 @@ testModel: responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: ManagedIdentity - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3468 + language: *ref_3461 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3469 + language: *ref_3462 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3470 + language: *ref_3463 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3471 + language: *ref_3464 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3472 + language: *ref_3465 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3473 + language: *ref_3466 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3474 - language: *ref_3475 + language: *ref_3467 + language: *ref_3468 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3476 - language: *ref_3477 + language: *ref_3469 + language: *ref_3470 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: Scheduled - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3487 + language: *ref_3480 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3488 + language: *ref_3481 outputs: - schema: *ref_780 + schema: *ref_3482 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3495 + language: *ref_3489 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3588 - language: *ref_3032 - language: *ref_3497 + rawValue: *ref_3586 + language: *ref_3025 + language: *ref_3491 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3498 - language: *ref_3499 + language: *ref_3492 + language: *ref_3493 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3500 + language: *ref_3494 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3501 - language: *ref_3502 + language: *ref_3495 + language: *ref_3496 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: {} - language: *ref_3505 - language: *ref_3506 - language: *ref_3507 + language: *ref_3499 + language: *ref_3500 + language: *ref_3501 properties: {} - language: *ref_3508 + language: *ref_3502 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3509 - language: *ref_3510 - language: *ref_3511 + language: *ref_3503 + language: *ref_3504 + language: *ref_3505 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3512 - language: *ref_3513 + language: *ref_3506 + language: *ref_3507 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3514 - language: *ref_3515 - language: *ref_3516 + language: *ref_3508 + language: *ref_3509 + language: *ref_3510 properties: {} - language: *ref_3517 - language: *ref_3518 - language: *ref_3589 - headers: *ref_3590 + language: *ref_3511 + language: *ref_3512 + language: *ref_3587 + headers: *ref_3588 - name: Get Command Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -99689,20 +99498,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3584 - parameter: *ref_2146 + language: *ref_3582 + parameter: *ref_2139 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3585 - parameter: *ref_2147 + language: *ref_3583 + parameter: *ref_2140 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3586 - parameter: *ref_2148 + language: *ref_3584 + parameter: *ref_2141 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -99715,8 +99524,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3587 - operationGroup: *ref_3461 + operation: *ref_3585 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/get.json responseOutput: |- armmachinelearningservices.JobBaseData{ @@ -99811,314 +99620,314 @@ testModel: responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3526 + language: *ref_3520 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3527 + language: *ref_3521 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3530 + language: *ref_3524 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3531 - language: *ref_3532 + language: *ref_3525 + language: *ref_3526 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3533 + language: *ref_3527 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3534 + language: *ref_3528 inputs: - schema: *ref_781 + schema: *ref_3529 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3537 + language: *ref_3531 + language: *ref_3532 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3538 + language: *ref_3533 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3539 - language: *ref_3540 + language: *ref_3534 + language: *ref_3535 properties: {} - language: *ref_3541 + language: *ref_3536 outputs: - schema: *ref_780 + schema: *ref_3537 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3542 + language: *ref_3538 parameters: schema: *ref_2 - rawValue: *ref_3591 - language: *ref_3544 + rawValue: *ref_3589 + language: *ref_3540 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3592 - language: *ref_3032 - language: *ref_3546 - language: *ref_3518 - language: *ref_3589 - headers: *ref_3593 + rawValue: *ref_3590 + language: *ref_3025 + language: *ref_3542 + language: *ref_3512 + language: *ref_3587 + headers: *ref_3591 - name: Get Pipeline Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -100126,20 +99935,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3584 - parameter: *ref_2146 + language: *ref_3582 + parameter: *ref_2139 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3585 - parameter: *ref_2147 + language: *ref_3583 + parameter: *ref_2140 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3586 - parameter: *ref_2148 + language: *ref_3584 + parameter: *ref_2141 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -100152,8 +99961,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3587 - operationGroup: *ref_3461 + operation: *ref_3585 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/get.json responseOutput: |- armmachinelearningservices.JobBaseData{ @@ -100220,221 +100029,221 @@ testModel: responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: inputs: - schema: *ref_781 + schema: *ref_3544 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3548 + language: *ref_3531 + language: *ref_3545 outputs: - schema: *ref_780 + schema: *ref_3546 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3549 + language: *ref_3547 settings: schema: *ref_2 - rawValue: *ref_3594 - language: *ref_3551 - language: *ref_3518 - language: *ref_3589 - headers: *ref_3595 + rawValue: *ref_3592 + language: *ref_3549 + language: *ref_3512 + language: *ref_3587 + headers: *ref_3593 - name: Get Sweep Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -100442,20 +100251,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3584 - parameter: *ref_2146 + language: *ref_3582 + parameter: *ref_2139 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3585 - parameter: *ref_2147 + language: *ref_3583 + parameter: *ref_2140 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3586 - parameter: *ref_2148 + language: *ref_3584 + parameter: *ref_2141 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -100468,8 +100277,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3587 - operationGroup: *ref_3461 + operation: *ref_3585 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/get.json responseOutput: |- armmachinelearningservices.JobBaseData{ @@ -100562,303 +100371,303 @@ testModel: responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3553 + language: *ref_3551 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3554 + language: *ref_3552 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3555 - language: *ref_3556 + language: *ref_3553 + language: *ref_3554 properties: {} - language: *ref_3557 + language: *ref_3555 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3538 - language: *ref_3540 + language: *ref_3533 + language: *ref_3535 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3558 + language: *ref_3556 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3559 + language: *ref_3557 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3560 - language: *ref_3561 + language: *ref_3558 + language: *ref_3559 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3562 + language: *ref_3560 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3563 - language: *ref_3564 + language: *ref_3561 + language: *ref_3562 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3565 - language: *ref_3566 + language: *ref_3563 + language: *ref_3564 properties: {} - language: *ref_3567 + language: *ref_3565 searchSpace: schema: *ref_2 - rawValue: *ref_3596 - language: *ref_3569 + rawValue: *ref_3594 + language: *ref_3567 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3570 + language: *ref_3568 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3571 + language: *ref_3569 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3572 - language: *ref_3573 + language: *ref_3570 + language: *ref_3571 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3574 + language: *ref_3572 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3575 + language: *ref_3573 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3597 - language: *ref_3032 - language: *ref_3577 - language: *ref_3578 - language: *ref_3518 - language: *ref_3589 - headers: *ref_3598 - operation: *ref_3587 - operationGroup: *ref_3461 + rawValue: *ref_3595 + language: *ref_3025 + language: *ref_3575 + language: *ref_3576 + language: *ref_3512 + language: *ref_3587 + headers: *ref_3596 + operation: *ref_3585 + operationGroup: *ref_3454 - operationId: Jobs_CreateOrUpdate examples: - name: CreateOrUpdate AutoML Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -100866,314 +100675,314 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3599 - parameter: *ref_2156 + language: *ref_3597 + parameter: *ref_2149 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3600 - parameter: *ref_2157 + language: *ref_3598 + parameter: *ref_2150 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3601 - parameter: *ref_2158 + language: *ref_3599 + parameter: *ref_2151 - exampleValue: - schema: *ref_858 + schema: *ref_852 parentsValue: {} properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3468 + language: *ref_3461 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3469 + language: *ref_3462 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3470 + language: *ref_3463 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3471 + language: *ref_3464 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3472 + language: *ref_3465 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3473 + language: *ref_3466 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3474 - language: *ref_3475 + language: *ref_3467 + language: *ref_3468 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3476 - language: *ref_3477 + language: *ref_3469 + language: *ref_3470 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 - language: *ref_3484 - language: *ref_3486 + language: *ref_3475 + language: *ref_3477 + language: *ref_3479 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3487 + language: *ref_3480 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3488 + language: *ref_3481 outputs: - schema: *ref_780 + schema: *ref_3482 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3495 + language: *ref_3489 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3602 - language: *ref_3032 - language: *ref_3497 + rawValue: *ref_3600 + language: *ref_3025 + language: *ref_3491 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3498 - language: *ref_3499 + language: *ref_3492 + language: *ref_3493 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3500 + language: *ref_3494 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3501 - language: *ref_3502 + language: *ref_3495 + language: *ref_3496 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: {} - language: *ref_3505 - language: *ref_3506 - language: *ref_3507 + language: *ref_3499 + language: *ref_3500 + language: *ref_3501 properties: {} - language: *ref_3508 + language: *ref_3502 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3509 - language: *ref_3510 - language: *ref_3511 + language: *ref_3503 + language: *ref_3504 + language: *ref_3505 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3512 - language: *ref_3513 + language: *ref_3506 + language: *ref_3507 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3514 - language: *ref_3515 - language: *ref_3516 + language: *ref_3508 + language: *ref_3509 + language: *ref_3510 properties: {} - language: *ref_3517 - language: *ref_3518 - language: *ref_3603 - parameter: *ref_2154 + language: *ref_3511 + language: *ref_3512 + language: *ref_3601 + parameter: *ref_2147 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -101268,8 +101077,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3604 - operationGroup: *ref_3461 + operation: *ref_3602 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/createOrUpdate.json responseOutput: |- armmachinelearningservices.JobBaseData{ @@ -101374,723 +101183,723 @@ testModel: responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: ManagedIdentity - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3468 + language: *ref_3461 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3469 + language: *ref_3462 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3470 + language: *ref_3463 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3471 + language: *ref_3464 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3472 + language: *ref_3465 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3473 + language: *ref_3466 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3474 - language: *ref_3475 + language: *ref_3467 + language: *ref_3468 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3476 - language: *ref_3477 + language: *ref_3469 + language: *ref_3470 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: Scheduled - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3487 + language: *ref_3480 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3488 + language: *ref_3481 outputs: - schema: *ref_780 + schema: *ref_3482 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3495 + language: *ref_3489 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3605 - language: *ref_3032 - language: *ref_3497 + rawValue: *ref_3603 + language: *ref_3025 + language: *ref_3491 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3498 - language: *ref_3499 + language: *ref_3492 + language: *ref_3493 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3500 + language: *ref_3494 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3501 - language: *ref_3502 + language: *ref_3495 + language: *ref_3496 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: {} - language: *ref_3505 - language: *ref_3506 - language: *ref_3507 + language: *ref_3499 + language: *ref_3500 + language: *ref_3501 properties: {} - language: *ref_3508 + language: *ref_3502 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3509 - language: *ref_3510 - language: *ref_3511 + language: *ref_3503 + language: *ref_3504 + language: *ref_3505 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3512 - language: *ref_3513 + language: *ref_3506 + language: *ref_3507 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3514 - language: *ref_3515 - language: *ref_3516 + language: *ref_3508 + language: *ref_3509 + language: *ref_3510 properties: {} - language: *ref_3517 - language: *ref_3518 - language: *ref_3606 - headers: *ref_3607 + language: *ref_3511 + language: *ref_3512 + language: *ref_3604 + headers: *ref_3605 '201': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: ManagedIdentity - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_801 + schema: *ref_795 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 isArchived: - schema: *ref_424 + schema: *ref_418 rawValue: false - language: *ref_3468 + language: *ref_3461 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: AutoML - language: *ref_3469 + language: *ref_3462 schedule: - schema: *ref_154 + schema: *ref_152 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_153 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_160 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3470 + language: *ref_3463 scheduleStatus: - schema: *ref_163 + schema: *ref_161 rawValue: Disabled - language: *ref_3471 + language: *ref_3464 scheduleType: - schema: *ref_161 + schema: *ref_159 rawValue: Cron - language: *ref_3472 + language: *ref_3465 startTime: - schema: *ref_165 + schema: *ref_163 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3473 + language: *ref_3466 timeZone: - schema: *ref_166 + schema: *ref_164 rawValue: string - language: *ref_3474 - language: *ref_3475 + language: *ref_3467 + language: *ref_3468 properties: expression: - schema: *ref_167 + schema: *ref_165 rawValue: string - language: *ref_3476 - language: *ref_3477 + language: *ref_3469 + language: *ref_3470 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: Scheduled - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: environmentId: - schema: *ref_495 + schema: *ref_489 rawValue: string - language: *ref_3487 + language: *ref_3480 environmentVariables: - schema: *ref_496 + schema: *ref_490 properties: string: schema: *ref_21 rawValue: string - language: *ref_3488 + language: *ref_3481 outputs: - schema: *ref_780 + schema: *ref_3482 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3495 + language: *ref_3489 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3608 - language: *ref_3032 - language: *ref_3497 + rawValue: *ref_3606 + language: *ref_3025 + language: *ref_3491 taskDetails: - schema: *ref_506 + schema: *ref_500 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_502 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_677 rawValue: ImageClassification - language: *ref_3498 - language: *ref_3499 + language: *ref_3492 + language: *ref_3493 ImageClassificationBase: - schema: *ref_507 + schema: *ref_501 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_505 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_630 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_613 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_633 rawValue: string - language: *ref_3500 + language: *ref_3494 trainingData: - schema: *ref_1192 + schema: *ref_1185 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3501 - language: *ref_3502 + language: *ref_3495 + language: *ref_3496 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: {} - language: *ref_3505 - language: *ref_3506 - language: *ref_3507 + language: *ref_3499 + language: *ref_3500 + language: *ref_3501 properties: {} - language: *ref_3508 + language: *ref_3502 limitSettings: - schema: *ref_1199 + schema: *ref_1192 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_636 rawValue: 2 - language: *ref_3509 - language: *ref_3510 - language: *ref_3511 + language: *ref_3503 + language: *ref_3504 + language: *ref_3505 properties: modelSettings: - schema: *ref_522 + schema: *ref_516 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_512 rawValue: 2 - language: *ref_3512 - language: *ref_3513 + language: *ref_3506 + language: *ref_3507 searchSpace: - schema: *ref_1279 + schema: *ref_1272 elements: - - schema: *ref_576 + - schema: *ref_570 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_566 rawValue: choice(2, 360) - language: *ref_3514 - language: *ref_3515 - language: *ref_3516 + language: *ref_3508 + language: *ref_3509 + language: *ref_3510 properties: {} - language: *ref_3517 - language: *ref_3518 - language: *ref_3609 - headers: *ref_3610 + language: *ref_3511 + language: *ref_3512 + language: *ref_3607 + headers: *ref_3608 - name: CreateOrUpdate Command Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -102098,254 +101907,254 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3599 - parameter: *ref_2156 + language: *ref_3597 + parameter: *ref_2149 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3600 - parameter: *ref_2157 + language: *ref_3598 + parameter: *ref_2150 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3601 - parameter: *ref_2158 + language: *ref_3599 + parameter: *ref_2151 - exampleValue: - schema: *ref_858 + schema: *ref_852 parentsValue: {} properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 - language: *ref_3484 - language: *ref_3486 + language: *ref_3475 + language: *ref_3477 + language: *ref_3479 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3526 + language: *ref_3520 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3527 + language: *ref_3521 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3530 + language: *ref_3524 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3531 - language: *ref_3532 + language: *ref_3525 + language: *ref_3526 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3533 + language: *ref_3527 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3534 + language: *ref_3528 inputs: - schema: *ref_781 + schema: *ref_3529 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3537 + language: *ref_3531 + language: *ref_3532 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3538 + language: *ref_3533 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3539 - language: *ref_3540 + language: *ref_3534 + language: *ref_3535 properties: {} - language: *ref_3541 + language: *ref_3536 outputs: - schema: *ref_780 + schema: *ref_3537 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3542 + language: *ref_3538 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3611 - language: *ref_3032 - language: *ref_3546 - language: *ref_3518 - language: *ref_3603 - parameter: *ref_2154 + rawValue: *ref_3609 + language: *ref_3025 + language: *ref_3542 + language: *ref_3512 + language: *ref_3601 + parameter: *ref_2147 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -102427,8 +102236,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3604 - operationGroup: *ref_3461 + operation: *ref_3602 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/createOrUpdate.json responseOutput: |- armmachinelearningservices.JobBaseData{ @@ -102523,611 +102332,611 @@ testModel: responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3526 + language: *ref_3520 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3527 + language: *ref_3521 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3530 + language: *ref_3524 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3531 - language: *ref_3532 + language: *ref_3525 + language: *ref_3526 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3533 + language: *ref_3527 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3534 + language: *ref_3528 inputs: - schema: *ref_781 + schema: *ref_3529 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3537 + language: *ref_3531 + language: *ref_3532 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3538 + language: *ref_3533 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3539 - language: *ref_3540 + language: *ref_3534 + language: *ref_3535 properties: {} - language: *ref_3541 + language: *ref_3536 outputs: - schema: *ref_780 + schema: *ref_3537 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3542 + language: *ref_3538 parameters: schema: *ref_2 - rawValue: *ref_3612 - language: *ref_3544 + rawValue: *ref_3610 + language: *ref_3540 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3613 - language: *ref_3032 - language: *ref_3546 - language: *ref_3518 - language: *ref_3606 - headers: *ref_3614 + rawValue: *ref_3611 + language: *ref_3025 + language: *ref_3542 + language: *ref_3512 + language: *ref_3604 + headers: *ref_3612 '201': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_802 + schema: *ref_796 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 identity: - schema: *ref_810 + schema: *ref_804 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_805 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_811 rawValue: AMLToken - language: *ref_3465 - language: *ref_3466 + language: *ref_3458 + language: *ref_3459 properties: {} - language: *ref_3467 + language: *ref_3460 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Command - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: codeId: - schema: *ref_750 + schema: *ref_744 rawValue: string - language: *ref_3526 + language: *ref_3520 command: - schema: *ref_751 + schema: *ref_745 rawValue: string - language: *ref_3527 + language: *ref_3521 distribution: - schema: *ref_759 + schema: *ref_753 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: TensorFlow - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_750 rawValue: 1 - language: *ref_3530 + language: *ref_3524 workerCount: - schema: *ref_757 + schema: *ref_751 rawValue: 1 - language: *ref_3531 - language: *ref_3532 + language: *ref_3525 + language: *ref_3526 environmentId: - schema: *ref_765 + schema: *ref_759 rawValue: string - language: *ref_3533 + language: *ref_3527 environmentVariables: - schema: *ref_766 + schema: *ref_760 properties: string: schema: *ref_21 rawValue: string - language: *ref_3534 + language: *ref_3528 inputs: - schema: *ref_781 + schema: *ref_3529 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3537 + language: *ref_3531 + language: *ref_3532 limits: - schema: *ref_771 + schema: *ref_765 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Command - language: *ref_3538 + language: *ref_3533 timeout: - schema: *ref_779 + schema: *ref_773 rawValue: PT5M - language: *ref_3539 - language: *ref_3540 + language: *ref_3534 + language: *ref_3535 properties: {} - language: *ref_3541 + language: *ref_3536 outputs: - schema: *ref_780 + schema: *ref_3537 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3542 + language: *ref_3538 parameters: schema: *ref_2 - rawValue: *ref_3615 - language: *ref_3544 + rawValue: *ref_3613 + language: *ref_3540 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3616 - language: *ref_3032 - language: *ref_3546 - language: *ref_3518 - language: *ref_3609 - headers: *ref_3617 + rawValue: *ref_3614 + language: *ref_3025 + language: *ref_3542 + language: *ref_3512 + language: *ref_3607 + headers: *ref_3615 - name: CreateOrUpdate Pipeline Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -103135,165 +102944,165 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3599 - parameter: *ref_2156 + language: *ref_3597 + parameter: *ref_2149 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3600 - parameter: *ref_2157 + language: *ref_3598 + parameter: *ref_2150 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3601 - parameter: *ref_2158 + language: *ref_3599 + parameter: *ref_2151 - exampleValue: - schema: *ref_858 + schema: *ref_852 parentsValue: {} properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 - language: *ref_3484 - language: *ref_3486 + language: *ref_3475 + language: *ref_3477 + language: *ref_3479 properties: inputs: - schema: *ref_781 + schema: *ref_3544 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3548 + language: *ref_3531 + language: *ref_3545 outputs: - schema: *ref_780 + schema: *ref_3546 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3549 + language: *ref_3547 settings: schema: *ref_2 - rawValue: *ref_3618 - language: *ref_3551 - language: *ref_3518 - language: *ref_3603 - parameter: *ref_2154 + rawValue: *ref_3616 + language: *ref_3549 + language: *ref_3512 + language: *ref_3601 + parameter: *ref_2147 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -103350,8 +103159,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3604 - operationGroup: *ref_3461 + operation: *ref_3602 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/createOrUpdate.json responseOutput: |- armmachinelearningservices.JobBaseData{ @@ -103418,425 +103227,425 @@ testModel: responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: inputs: - schema: *ref_781 + schema: *ref_3544 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3548 + language: *ref_3531 + language: *ref_3545 outputs: - schema: *ref_780 + schema: *ref_3546 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3549 + language: *ref_3547 settings: schema: *ref_2 - rawValue: *ref_3619 - language: *ref_3551 - language: *ref_3518 - language: *ref_3606 - headers: *ref_3620 + rawValue: *ref_3617 + language: *ref_3549 + language: *ref_3512 + language: *ref_3604 + headers: *ref_3618 '201': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_803 + schema: *ref_797 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Pipeline - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: inputs: - schema: *ref_781 + schema: *ref_3544 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3535 + language: *ref_3530 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3503 - language: *ref_3504 + language: *ref_3497 + language: *ref_3498 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3536 - language: *ref_3548 + language: *ref_3531 + language: *ref_3545 outputs: - schema: *ref_780 + schema: *ref_3546 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3489 + language: *ref_3483 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3490 - language: *ref_3491 + language: *ref_3484 + language: *ref_3485 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3492 + language: *ref_3486 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3493 - language: *ref_3494 + language: *ref_3487 + language: *ref_3488 properties: {} - language: *ref_3549 + language: *ref_3547 settings: schema: *ref_2 - rawValue: *ref_3621 - language: *ref_3551 - language: *ref_3518 - language: *ref_3609 - headers: *ref_3622 + rawValue: *ref_3619 + language: *ref_3549 + language: *ref_3512 + language: *ref_3607 + headers: *ref_3620 - name: CreateOrUpdate Sweep Job. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -103844,243 +103653,243 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3599 - parameter: *ref_2156 + language: *ref_3597 + parameter: *ref_2149 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3600 - parameter: *ref_2157 + language: *ref_3598 + parameter: *ref_2150 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3601 - parameter: *ref_2158 + language: *ref_3599 + parameter: *ref_2151 - exampleValue: - schema: *ref_858 + schema: *ref_852 parentsValue: {} properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 - language: *ref_3484 - language: *ref_3486 + language: *ref_3475 + language: *ref_3477 + language: *ref_3479 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3553 + language: *ref_3551 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3554 + language: *ref_3552 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3555 - language: *ref_3556 + language: *ref_3553 + language: *ref_3554 properties: {} - language: *ref_3557 + language: *ref_3555 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3538 - language: *ref_3540 + language: *ref_3533 + language: *ref_3535 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3558 + language: *ref_3556 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3559 + language: *ref_3557 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3560 - language: *ref_3561 + language: *ref_3558 + language: *ref_3559 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3562 + language: *ref_3560 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3563 - language: *ref_3564 + language: *ref_3561 + language: *ref_3562 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3565 - language: *ref_3566 + language: *ref_3563 + language: *ref_3564 properties: {} - language: *ref_3567 + language: *ref_3565 searchSpace: schema: *ref_2 - rawValue: *ref_3623 - language: *ref_3569 + rawValue: *ref_3621 + language: *ref_3567 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3570 + language: *ref_3568 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3571 + language: *ref_3569 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3572 - language: *ref_3573 + language: *ref_3570 + language: *ref_3571 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3574 + language: *ref_3572 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3575 + language: *ref_3573 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3624 - language: *ref_3032 - language: *ref_3577 - language: *ref_3578 - language: *ref_3518 - language: *ref_3603 - parameter: *ref_2154 + rawValue: *ref_3622 + language: *ref_3025 + language: *ref_3575 + language: *ref_3576 + language: *ref_3512 + language: *ref_3601 + parameter: *ref_2147 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -104163,8 +103972,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3604 - operationGroup: *ref_3461 + operation: *ref_3602 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/createOrUpdate.json responseOutput: |- armmachinelearningservices.JobBaseData{ @@ -104257,585 +104066,585 @@ testModel: responses: '200': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3553 + language: *ref_3551 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3554 + language: *ref_3552 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3555 - language: *ref_3556 + language: *ref_3553 + language: *ref_3554 properties: {} - language: *ref_3557 + language: *ref_3555 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3538 - language: *ref_3540 + language: *ref_3533 + language: *ref_3535 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3558 + language: *ref_3556 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3559 + language: *ref_3557 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3560 - language: *ref_3561 + language: *ref_3558 + language: *ref_3559 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3562 + language: *ref_3560 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3563 - language: *ref_3564 + language: *ref_3561 + language: *ref_3562 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3565 - language: *ref_3566 + language: *ref_3563 + language: *ref_3564 properties: {} - language: *ref_3567 + language: *ref_3565 searchSpace: schema: *ref_2 - rawValue: *ref_3625 - language: *ref_3569 + rawValue: *ref_3623 + language: *ref_3567 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3570 + language: *ref_3568 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3571 + language: *ref_3569 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3572 - language: *ref_3573 + language: *ref_3570 + language: *ref_3571 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3574 + language: *ref_3572 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3575 + language: *ref_3573 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3626 - language: *ref_3032 - language: *ref_3577 - language: *ref_3578 - language: *ref_3518 - language: *ref_3606 - headers: *ref_3627 + rawValue: *ref_3624 + language: *ref_3025 + language: *ref_3575 + language: *ref_3576 + language: *ref_3512 + language: *ref_3604 + headers: *ref_3625 '201': body: - schema: *ref_858 + schema: *ref_852 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_804 + schema: *ref_798 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_488 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: computeId: - schema: *ref_806 + schema: *ref_800 rawValue: string - language: *ref_3462 + language: *ref_3455 displayName: - schema: *ref_807 + schema: *ref_801 rawValue: string - language: *ref_3463 + language: *ref_3456 experimentName: - schema: *ref_808 + schema: *ref_802 rawValue: string - language: *ref_3464 + language: *ref_3457 jobType: - schema: *ref_805 + schema: *ref_799 rawValue: Sweep - language: *ref_3469 + language: *ref_3462 services: - schema: *ref_823 + schema: *ref_817 properties: string: - schema: *ref_1109 + schema: *ref_1102 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3478 + language: *ref_3471 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3479 + language: *ref_3472 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3480 + language: *ref_3473 port: schema: *ref_13 rawValue: 1 - language: *ref_3481 + language: *ref_3474 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3482 + language: *ref_3475 status: schema: *ref_15 rawValue: string - language: *ref_3483 - language: *ref_3484 + language: *ref_3476 + language: *ref_3477 status: - schema: *ref_824 + schema: *ref_818 rawValue: NotStarted - language: *ref_3485 - language: *ref_3486 + language: *ref_3478 + language: *ref_3479 properties: earlyTermination: - schema: *ref_648 + schema: *ref_642 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_640 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_645 rawValue: 1 - language: *ref_3553 + language: *ref_3551 evaluationInterval: - schema: *ref_652 + schema: *ref_646 rawValue: 1 - language: *ref_3554 + language: *ref_3552 policyType: - schema: *ref_650 + schema: *ref_644 rawValue: MedianStopping - language: *ref_3555 - language: *ref_3556 + language: *ref_3553 + language: *ref_3554 properties: {} - language: *ref_3557 + language: *ref_3555 limits: - schema: *ref_776 + schema: *ref_770 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_766 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_771 rawValue: Sweep - language: *ref_3538 - language: *ref_3540 + language: *ref_3533 + language: *ref_3535 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_767 rawValue: 1 - language: *ref_3558 + language: *ref_3556 maxTotalTrials: - schema: *ref_774 + schema: *ref_768 rawValue: 1 - language: *ref_3559 + language: *ref_3557 trialTimeout: - schema: *ref_775 + schema: *ref_769 rawValue: PT1S - language: *ref_3560 - language: *ref_3561 + language: *ref_3558 + language: *ref_3559 objective: - schema: *ref_1203 + schema: *ref_1196 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_778 rawValue: Minimize - language: *ref_3562 + language: *ref_3560 primaryMetric: - schema: *ref_785 + schema: *ref_779 rawValue: string - language: *ref_3563 - language: *ref_3564 + language: *ref_3561 + language: *ref_3562 samplingAlgorithm: - schema: *ref_791 + schema: *ref_785 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_782 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_654 rawValue: Grid - language: *ref_3565 - language: *ref_3566 + language: *ref_3563 + language: *ref_3564 properties: {} - language: *ref_3567 + language: *ref_3565 searchSpace: schema: *ref_2 - rawValue: *ref_3628 - language: *ref_3569 + rawValue: *ref_3626 + language: *ref_3567 trial: - schema: *ref_1205 + schema: *ref_1198 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_790 rawValue: string - language: *ref_3570 + language: *ref_3568 command: - schema: *ref_797 + schema: *ref_791 rawValue: string - language: *ref_3571 + language: *ref_3569 distribution: - schema: *ref_753 + schema: *ref_747 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_748 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_754 rawValue: Mpi - language: *ref_3528 - language: *ref_3529 + language: *ref_3522 + language: *ref_3523 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_756 rawValue: 1 - language: *ref_3572 - language: *ref_3573 + language: *ref_3570 + language: *ref_3571 environmentId: - schema: *ref_799 + schema: *ref_793 rawValue: string - language: *ref_3574 + language: *ref_3572 environmentVariables: - schema: *ref_800 + schema: *ref_794 properties: string: schema: *ref_21 rawValue: string - language: *ref_3575 + language: *ref_3573 resources: - schema: *ref_501 + schema: *ref_495 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_369 rawValue: 1 - language: *ref_3029 + language: *ref_3022 instanceType: - schema: *ref_376 + schema: *ref_370 rawValue: string - language: *ref_3030 + language: *ref_3023 properties: - schema: *ref_377 + schema: *ref_371 properties: string: schema: *ref_2 - rawValue: *ref_3629 - language: *ref_3032 - language: *ref_3577 - language: *ref_3578 - language: *ref_3518 - language: *ref_3609 - headers: *ref_3630 - operation: *ref_3604 - operationGroup: *ref_3461 + rawValue: *ref_3627 + language: *ref_3025 + language: *ref_3575 + language: *ref_3576 + language: *ref_3512 + language: *ref_3607 + headers: *ref_3628 + operation: *ref_3602 + operationGroup: *ref_3454 - operationId: Jobs_Cancel examples: - name: Cancel Job. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -104843,20 +104652,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3631 - parameter: *ref_2164 + language: *ref_3629 + parameter: *ref_2157 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3632 - parameter: *ref_2165 + language: *ref_3630 + parameter: *ref_2158 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3633 - parameter: *ref_2166 + language: *ref_3631 + parameter: *ref_2159 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -104869,48 +104678,48 @@ testModel: - paramName: options paramOutput: nil opName: Cancel - operation: *ref_3634 - operationGroup: *ref_3461 + operation: *ref_3632 + operationGroup: *ref_3454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/cancel.json returnInfo: - JobsClientCancelResponse - error responses: '200': {} - operation: *ref_3634 - operationGroup: *ref_3461 + operation: *ref_3632 + operationGroup: *ref_3454 - operationId: ModelContainers_List examples: - name: List Model Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3643 + isPageable: *ref_3641 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3635 - parameter: *ref_2176 + language: *ref_3633 + parameter: *ref_2169 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3636 - parameter: *ref_2177 + language: *ref_3634 + parameter: *ref_2170 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"testrg123"' @@ -104923,8 +104732,8 @@ testModel: ListViewType: nil, } opName: NewListPager - operation: *ref_3637 - operationGroup: *ref_3638 + operation: *ref_3635 + operationGroup: *ref_3636 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/list.json pageableItemName: Value responseOutput: |- @@ -104958,81 +104767,81 @@ testModel: responses: '200': body: - schema: *ref_2178 + schema: *ref_2171 parentsValue: {} properties: nextLink: - schema: *ref_1110 + schema: *ref_1103 rawValue: nextlink - language: *ref_3639 + language: *ref_3637 value: - schema: *ref_1253 + schema: *ref_1246 elements: - - schema: *ref_859 + - schema: *ref_853 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -105040,31 +104849,31 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3640 - language: *ref_3641 - language: *ref_3642 - operation: *ref_3637 - operationGroup: *ref_3638 + language: *ref_3638 + language: *ref_3639 + language: *ref_3640 + operation: *ref_3635 + operationGroup: *ref_3636 - operationId: ModelContainers_Delete examples: - name: Delete Model Container. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -105072,20 +104881,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3644 - parameter: *ref_2182 + language: *ref_3642 + parameter: *ref_2175 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3645 - parameter: *ref_2183 + language: *ref_3643 + parameter: *ref_2176 - exampleValue: schema: *ref_16 rawValue: testContainer - language: *ref_3646 - parameter: *ref_2184 + language: *ref_3644 + parameter: *ref_2177 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -105098,8 +104907,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3647 - operationGroup: *ref_3638 + operation: *ref_3645 + operationGroup: *ref_3636 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/delete.json returnInfo: - ModelContainersClientDeleteResponse @@ -105107,23 +104916,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3647 - operationGroup: *ref_3638 + operation: *ref_3645 + operationGroup: *ref_3636 - operationId: ModelContainers_Get examples: - name: Get Model Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -105131,20 +104940,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3648 - parameter: *ref_2188 + language: *ref_3646 + parameter: *ref_2181 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3649 - parameter: *ref_2189 + language: *ref_3647 + parameter: *ref_2182 - exampleValue: schema: *ref_16 rawValue: testContainer - language: *ref_3650 - parameter: *ref_2190 + language: *ref_3648 + parameter: *ref_2183 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -105157,8 +104966,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3651 - operationGroup: *ref_3638 + operation: *ref_3649 + operationGroup: *ref_3636 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/get.json responseOutput: |- armmachinelearningservices.ModelContainerData{ @@ -105189,71 +104998,71 @@ testModel: responses: '200': body: - schema: *ref_859 + schema: *ref_853 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -105261,30 +105070,30 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3640 - language: *ref_3652 - operation: *ref_3651 - operationGroup: *ref_3638 + language: *ref_3638 + language: *ref_3650 + operation: *ref_3649 + operationGroup: *ref_3636 - operationId: ModelContainers_CreateOrUpdate examples: - name: CreateOrUpdate Model Container. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -105292,40 +105101,40 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3653 - parameter: *ref_2198 + language: *ref_3651 + parameter: *ref_2191 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3654 - parameter: *ref_2199 + language: *ref_3652 + parameter: *ref_2192 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testContainer - language: *ref_3655 - parameter: *ref_2200 + language: *ref_3653 + parameter: *ref_2193 - exampleValue: - schema: *ref_859 + schema: *ref_853 parentsValue: {} properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -105333,14 +105142,14 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3640 - language: *ref_3656 - parameter: *ref_2196 + language: *ref_3638 + language: *ref_3654 + parameter: *ref_2189 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -105364,8 +105173,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3657 - operationGroup: *ref_3638 + operation: *ref_3655 + operationGroup: *ref_3636 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/createOrUpdate.json responseOutput: |- armmachinelearningservices.ModelContainerData{ @@ -105396,71 +105205,71 @@ testModel: responses: '200': body: - schema: *ref_859 + schema: *ref_853 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -105468,80 +105277,80 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3640 - language: *ref_3658 + language: *ref_3638 + language: *ref_3656 '201': body: - schema: *ref_859 + schema: *ref_853 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: testContainer - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: John Smith - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: John Smith - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_830 + schema: *ref_824 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_387 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: Model container description - language: *ref_3111 + language: *ref_3104 tags: - schema: *ref_827 + schema: *ref_821 properties: tag1: schema: *ref_9 @@ -105549,87 +105358,87 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: {} - language: *ref_3114 + language: *ref_3107 properties: {} - language: *ref_3640 - language: *ref_3659 - operation: *ref_3657 - operationGroup: *ref_3638 + language: *ref_3638 + language: *ref_3657 + operation: *ref_3655 + operationGroup: *ref_3636 - operationId: ModelVersions_List examples: - name: List Model Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3681 + isPageable: *ref_3679 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3660 - parameter: *ref_2219 + language: *ref_3658 + parameter: *ref_2212 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3661 - parameter: *ref_2220 + language: *ref_3659 + parameter: *ref_2213 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3662 - parameter: *ref_2221 + language: *ref_3660 + parameter: *ref_2214 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3663 - parameter: *ref_2210 + language: *ref_3661 + parameter: *ref_2203 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3664 - parameter: *ref_2211 + language: *ref_3662 + parameter: *ref_2204 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3665 - parameter: *ref_2212 + language: *ref_3663 + parameter: *ref_2205 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3666 - parameter: *ref_2213 + language: *ref_3664 + parameter: *ref_2206 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3667 - parameter: *ref_2214 + language: *ref_3665 + parameter: *ref_2207 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3668 - parameter: *ref_2215 + language: *ref_3666 + parameter: *ref_2208 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3669 - parameter: *ref_2216 + language: *ref_3667 + parameter: *ref_2209 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -105651,8 +105460,8 @@ testModel: ListViewType: nil, } opName: NewListPager - operation: *ref_3670 - operationGroup: *ref_3671 + operation: *ref_3668 + operationGroup: *ref_3669 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/list.json pageableItemName: Value responseOutput: |- @@ -105698,106 +105507,106 @@ testModel: responses: '200': body: - schema: *ref_2222 + schema: *ref_2215 parentsValue: {} properties: nextLink: - schema: *ref_1111 + schema: *ref_1104 rawValue: string - language: *ref_3672 + language: *ref_3670 value: - schema: *ref_1254 + schema: *ref_1247 elements: - - schema: *ref_860 + - schema: *ref_854 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -105806,37 +105615,37 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3673 - language: *ref_3674 + language: *ref_3671 + language: *ref_3672 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3675 + language: *ref_3673 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3676 - language: *ref_3677 - language: *ref_3678 - language: *ref_3679 - headers: *ref_3680 - operation: *ref_3670 - operationGroup: *ref_3671 + language: *ref_3674 + language: *ref_3675 + language: *ref_3676 + language: *ref_3677 + headers: *ref_3678 + operation: *ref_3668 + operationGroup: *ref_3669 - operationId: ModelVersions_Delete examples: - name: Delete Model Version. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -105844,25 +105653,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3682 - parameter: *ref_2226 + language: *ref_3680 + parameter: *ref_2219 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3683 - parameter: *ref_2227 + language: *ref_3681 + parameter: *ref_2220 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3684 - parameter: *ref_2228 + language: *ref_3682 + parameter: *ref_2221 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3685 - parameter: *ref_2229 + language: *ref_3683 + parameter: *ref_2222 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -105877,8 +105686,8 @@ testModel: - paramName: options paramOutput: nil opName: Delete - operation: *ref_3686 - operationGroup: *ref_3671 + operation: *ref_3684 + operationGroup: *ref_3669 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/delete.json returnInfo: - ModelVersionsClientDeleteResponse @@ -105886,23 +105695,23 @@ testModel: responses: '200': {} '204': {} - operation: *ref_3686 - operationGroup: *ref_3671 + operation: *ref_3684 + operationGroup: *ref_3669 - operationId: ModelVersions_Get examples: - name: Get Model Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -105910,25 +105719,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3687 - parameter: *ref_2233 + language: *ref_3685 + parameter: *ref_2226 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3688 - parameter: *ref_2234 + language: *ref_3686 + parameter: *ref_2227 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3689 - parameter: *ref_2235 + language: *ref_3687 + parameter: *ref_2228 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3690 - parameter: *ref_2236 + language: *ref_3688 + parameter: *ref_2229 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -105943,8 +105752,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3691 - operationGroup: *ref_3671 + operation: *ref_3689 + operationGroup: *ref_3669 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/get.json responseOutput: |- armmachinelearningservices.ModelVersionData{ @@ -105987,96 +105796,96 @@ testModel: responses: '200': body: - schema: *ref_860 + schema: *ref_854 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -106085,36 +105894,36 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3673 - language: *ref_3674 + language: *ref_3671 + language: *ref_3672 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3675 + language: *ref_3673 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3676 - language: *ref_3677 - language: *ref_3692 - headers: *ref_3693 - operation: *ref_3691 - operationGroup: *ref_3671 + language: *ref_3674 + language: *ref_3675 + language: *ref_3690 + headers: *ref_3691 + operation: *ref_3689 + operationGroup: *ref_3669 - operationId: ModelVersions_CreateOrUpdate examples: - name: CreateOrUpdate Model Version. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -106122,70 +105931,70 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3694 - parameter: *ref_2244 + language: *ref_3692 + parameter: *ref_2237 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3695 - parameter: *ref_2245 + language: *ref_3693 + parameter: *ref_2238 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: string - language: *ref_3696 - parameter: *ref_2246 + language: *ref_3694 + parameter: *ref_2239 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3697 - parameter: *ref_2247 + language: *ref_3695 + parameter: *ref_2240 - exampleValue: - schema: *ref_860 + schema: *ref_854 parentsValue: {} properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -106194,19 +106003,19 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3673 - language: *ref_3674 + language: *ref_3671 + language: *ref_3672 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3675 + language: *ref_3673 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3676 - language: *ref_3677 - language: *ref_3698 - parameter: *ref_2242 + language: *ref_3674 + language: *ref_3675 + language: *ref_3696 + parameter: *ref_2235 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -106244,8 +106053,8 @@ testModel: - paramName: options paramOutput: nil opName: CreateOrUpdate - operation: *ref_3699 - operationGroup: *ref_3671 + operation: *ref_3697 + operationGroup: *ref_3669 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/createOrUpdate.json responseOutput: |- armmachinelearningservices.ModelVersionData{ @@ -106288,96 +106097,96 @@ testModel: responses: '200': body: - schema: *ref_860 + schema: *ref_854 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -106386,111 +106195,111 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3673 - language: *ref_3674 + language: *ref_3671 + language: *ref_3672 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3675 + language: *ref_3673 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3676 - language: *ref_3677 - language: *ref_3700 - headers: *ref_3701 + language: *ref_3674 + language: *ref_3675 + language: *ref_3698 + headers: *ref_3699 '201': body: - schema: *ref_860 + schema: *ref_854 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: properties: - schema: *ref_421 + schema: *ref_415 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_388 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_389 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_819 rawValue: string - language: *ref_3111 + language: *ref_3104 properties: - schema: *ref_826 + schema: *ref_820 properties: string: schema: *ref_9 rawValue: string - language: *ref_3143 + language: *ref_3136 tags: - schema: *ref_827 + schema: *ref_821 properties: string: schema: *ref_9 rawValue: string - language: *ref_3112 - language: *ref_3113 + language: *ref_3105 + language: *ref_3106 properties: isAnonymous: - schema: *ref_422 + schema: *ref_416 rawValue: false - language: *ref_3144 - language: *ref_3145 + language: *ref_3137 + language: *ref_3138 properties: flavors: - schema: *ref_414 + schema: *ref_408 properties: string: - schema: *ref_1112 + schema: *ref_1105 parentsValue: {} properties: data: @@ -106499,83 +106308,83 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3673 - language: *ref_3674 + language: *ref_3671 + language: *ref_3672 modelType: - schema: *ref_416 + schema: *ref_410 rawValue: CustomModel - language: *ref_3675 + language: *ref_3673 modelUri: - schema: *ref_417 + schema: *ref_411 rawValue: string - language: *ref_3676 - language: *ref_3677 - language: *ref_3702 - headers: *ref_3703 - operation: *ref_3699 - operationGroup: *ref_3671 + language: *ref_3674 + language: *ref_3675 + language: *ref_3700 + headers: *ref_3701 + operation: *ref_3697 + operationGroup: *ref_3669 - operationId: OnlineEndpoints_List examples: - name: List Online Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3725 + isPageable: *ref_3723 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3704 - parameter: *ref_2264 + language: *ref_3702 + parameter: *ref_2257 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3705 - parameter: *ref_2265 + language: *ref_3703 + parameter: *ref_2258 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3706 - parameter: *ref_2254 + language: *ref_3704 + parameter: *ref_2247 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3707 - parameter: *ref_2258 + language: *ref_3705 + parameter: *ref_2251 - exampleValue: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3708 - parameter: *ref_2259 + language: *ref_3706 + parameter: *ref_2252 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3709 - parameter: *ref_2261 + language: *ref_3707 + parameter: *ref_2254 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3710 - parameter: *ref_2262 + language: *ref_3708 + parameter: *ref_2255 - exampleValue: - schema: *ref_2256 + schema: *ref_2249 rawValue: CreatedAtDesc - language: *ref_3711 - parameter: *ref_2263 + language: *ref_3709 + parameter: *ref_2256 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -106592,8 +106401,8 @@ testModel: OrderBy: to.Ptr(armmachinelearningservices.OrderStringCreatedAtDesc), } opName: NewListPager - operation: *ref_3712 - operationGroup: *ref_3713 + operation: *ref_3710 + operationGroup: *ref_3711 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/list.json pageableItemName: Value responseOutput: |- @@ -106656,208 +106465,208 @@ testModel: responses: '200': body: - schema: *ref_2266 + schema: *ref_2259 parentsValue: {} properties: nextLink: - schema: *ref_1113 + schema: *ref_1106 rawValue: string - language: *ref_3714 + language: *ref_3712 value: - schema: *ref_1255 + schema: *ref_1248 elements: - - schema: *ref_388 + - schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3715 + language: *ref_2463 + language: *ref_2464 + language: *ref_3713 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3716 + language: *ref_3714 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3717 + language: *ref_3715 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Succeeded - language: *ref_3718 + language: *ref_3716 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3719 - language: *ref_3720 + language: *ref_3717 + language: *ref_3718 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3721 - language: *ref_3722 - language: *ref_3723 - headers: *ref_3724 - operation: *ref_3712 - operationGroup: *ref_3713 + language: *ref_2936 + language: *ref_3719 + language: *ref_3720 + language: *ref_3721 + headers: *ref_3722 + operation: *ref_3710 + operationGroup: *ref_3711 - operationId: OnlineEndpoints_Delete examples: - name: Delete Online Endpoint. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -106865,20 +106674,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3726 - parameter: *ref_2270 + language: *ref_3724 + parameter: *ref_2263 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3727 - parameter: *ref_2271 + language: *ref_3725 + parameter: *ref_2264 - exampleValue: schema: *ref_16 rawValue: testEndpointName - language: *ref_3728 - parameter: *ref_2272 + language: *ref_3726 + parameter: *ref_2265 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -106891,8 +106700,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_3729 - operationGroup: *ref_3713 + operation: *ref_3727 + operationGroup: *ref_3711 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/delete.json pollerType: OnlineEndpointsClientDeleteResponse returnInfo: @@ -106902,23 +106711,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_3729 - operationGroup: *ref_3713 + operation: *ref_3727 + operationGroup: *ref_3711 - operationId: OnlineEndpoints_Get examples: - name: Get Online Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -106926,20 +106735,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3730 - parameter: *ref_2280 + language: *ref_3728 + parameter: *ref_2273 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3731 - parameter: *ref_2281 + language: *ref_3729 + parameter: *ref_2274 - exampleValue: schema: *ref_19 rawValue: testEndpointName - language: *ref_3732 - parameter: *ref_2282 + language: *ref_3730 + parameter: *ref_2275 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -106952,8 +106761,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3733 - operationGroup: *ref_3713 + operation: *ref_3731 + operationGroup: *ref_3711 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/get.json responseOutput: |- armmachinelearningservices.OnlineEndpointData{ @@ -107013,197 +106822,197 @@ testModel: responses: '200': body: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3715 + language: *ref_2463 + language: *ref_2464 + language: *ref_3713 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3716 + language: *ref_3714 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3717 + language: *ref_3715 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Succeeded - language: *ref_3718 + language: *ref_3716 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3719 - language: *ref_3720 + language: *ref_3717 + language: *ref_3718 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3721 - language: *ref_3734 - headers: *ref_3735 - operation: *ref_3733 - operationGroup: *ref_3713 + language: *ref_2936 + language: *ref_3719 + language: *ref_3732 + headers: *ref_3733 + operation: *ref_3731 + operationGroup: *ref_3711 - operationId: OnlineEndpoints_Update examples: - name: Update Online Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -107211,91 +107020,91 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3736 - parameter: *ref_2291 + language: *ref_3734 + parameter: *ref_2284 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3737 - parameter: *ref_2292 + language: *ref_3735 + parameter: *ref_2285 - exampleValue: schema: *ref_19 rawValue: testEndpointName - language: *ref_3738 - parameter: *ref_2293 + language: *ref_3736 + parameter: *ref_2286 - exampleValue: - schema: *ref_2288 + schema: *ref_2281 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2962 + language: *ref_2955 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_3739 - language: *ref_2964 - language: *ref_3740 + rawValue: *ref_3737 + language: *ref_2957 + language: *ref_3738 kind: - schema: *ref_1114 + schema: *ref_1107 rawValue: string - language: *ref_3741 + language: *ref_3739 location: - schema: *ref_1115 + schema: *ref_1108 rawValue: string - language: *ref_3742 + language: *ref_3740 properties: - schema: *ref_1119 + schema: *ref_1112 parentsValue: {} properties: traffic: - schema: *ref_1117 + schema: *ref_1110 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3743 - language: *ref_3744 + language: *ref_3741 + language: *ref_3742 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2970 + language: *ref_2963 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2971 + language: *ref_2964 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2972 + language: *ref_2965 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2973 + language: *ref_2966 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2974 - language: *ref_3745 + language: *ref_2967 + language: *ref_3743 tags: - schema: *ref_1118 + schema: *ref_1111 properties: {} - language: *ref_3746 - language: *ref_3747 - parameter: *ref_2289 + language: *ref_3744 + language: *ref_3745 + parameter: *ref_2282 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -107335,8 +107144,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_3748 - operationGroup: *ref_3713 + operation: *ref_3746 + operationGroup: *ref_3711 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/update.json pollerType: OnlineEndpointsClientUpdateResponse responseOutput: |- @@ -107397,198 +107206,198 @@ testModel: responses: '200': body: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3715 + language: *ref_2463 + language: *ref_2464 + language: *ref_3713 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3716 + language: *ref_3714 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3717 + language: *ref_3715 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Succeeded - language: *ref_3718 + language: *ref_3716 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3719 - language: *ref_3720 + language: *ref_3717 + language: *ref_3718 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3721 - language: *ref_3749 - headers: *ref_3750 + language: *ref_2936 + language: *ref_3719 + language: *ref_3747 + headers: *ref_3748 '202': {} - operation: *ref_3748 - operationGroup: *ref_3713 + operation: *ref_3746 + operationGroup: *ref_3711 - operationId: OnlineEndpoints_CreateOrUpdate examples: - name: CreateOrUpdate Online Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -107596,121 +107405,121 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3751 - parameter: *ref_2305 + language: *ref_3749 + parameter: *ref_2298 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3752 - parameter: *ref_2306 + language: *ref_3750 + parameter: *ref_2299 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3753 - parameter: *ref_2307 + language: *ref_3751 + parameter: *ref_2300 - exampleValue: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2471 - language: *ref_3715 + language: *ref_2464 + language: *ref_3713 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3716 + language: *ref_3714 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 - language: *ref_2935 + language: *ref_2925 + language: *ref_2928 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3717 + language: *ref_3715 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3719 - language: *ref_3720 + language: *ref_3717 + language: *ref_3718 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3721 - language: *ref_3754 - parameter: *ref_2303 + language: *ref_2936 + language: *ref_3719 + language: *ref_3752 + parameter: *ref_2296 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -107756,8 +107565,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_3755 - operationGroup: *ref_3713 + operation: *ref_3753 + operationGroup: *ref_3711 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/createOrUpdate.json pollerType: OnlineEndpointsClientCreateOrUpdateResponse responseOutput: |- @@ -107818,373 +107627,373 @@ testModel: responses: '200': body: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3715 + language: *ref_2463 + language: *ref_2464 + language: *ref_3713 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3716 + language: *ref_3714 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3717 + language: *ref_3715 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Succeeded - language: *ref_3718 + language: *ref_3716 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3719 - language: *ref_3720 + language: *ref_3717 + language: *ref_3718 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3721 - language: *ref_3756 - headers: *ref_3757 + language: *ref_2936 + language: *ref_3719 + language: *ref_3754 + headers: *ref_3755 '201': body: - schema: *ref_388 + schema: *ref_382 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3715 + language: *ref_2463 + language: *ref_2464 + language: *ref_3713 kind: - schema: *ref_380 + schema: *ref_374 rawValue: string - language: *ref_3716 + language: *ref_3714 properties: - schema: *ref_299 + schema: *ref_293 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_287 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_295 rawValue: string - language: *ref_2930 + language: *ref_2923 authMode: - schema: *ref_300 + schema: *ref_294 rawValue: AMLToken - language: *ref_2931 + language: *ref_2924 properties: - schema: *ref_304 + schema: *ref_298 properties: string: schema: *ref_4 rawValue: string - language: *ref_2932 + language: *ref_2925 scoringUri: - schema: *ref_305 + schema: *ref_299 rawValue: https://www.contoso.com/example - language: *ref_2933 + language: *ref_2926 swaggerUri: - schema: *ref_306 + schema: *ref_300 rawValue: https://www.contoso.com/example - language: *ref_2934 - language: *ref_2935 + language: *ref_2927 + language: *ref_2928 properties: compute: - schema: *ref_294 + schema: *ref_288 rawValue: string - language: *ref_3717 + language: *ref_3715 provisioningState: - schema: *ref_296 + schema: *ref_290 rawValue: Creating - language: *ref_3718 + language: *ref_3716 traffic: - schema: *ref_298 + schema: *ref_292 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3719 - language: *ref_3720 + language: *ref_3717 + language: *ref_3718 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3721 - language: *ref_3758 - headers: *ref_3759 - operation: *ref_3755 - operationGroup: *ref_3713 + language: *ref_2936 + language: *ref_3719 + language: *ref_3756 + headers: *ref_3757 + operation: *ref_3753 + operationGroup: *ref_3711 - operationId: OnlineEndpoints_ListKeys examples: - name: ListKeys Online Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -108192,20 +108001,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3760 - parameter: *ref_2318 + language: *ref_3758 + parameter: *ref_2311 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3761 - parameter: *ref_2319 + language: *ref_3759 + parameter: *ref_2312 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpointName - language: *ref_3762 - parameter: *ref_2320 + language: *ref_3760 + parameter: *ref_2313 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -108218,8 +108027,8 @@ testModel: - paramName: options paramOutput: nil opName: ListKeys - operation: *ref_3763 - operationGroup: *ref_3713 + operation: *ref_3761 + operationGroup: *ref_3711 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/listKeys.json responseOutput: |- armmachinelearningservices.EndpointAuthKeys{ @@ -108234,36 +108043,36 @@ testModel: responses: '200': body: - schema: *ref_1050 + schema: *ref_1043 parentsValue: {} properties: primaryKey: - schema: *ref_302 + schema: *ref_296 rawValue: string - language: *ref_2995 + language: *ref_2988 secondaryKey: - schema: *ref_303 + schema: *ref_297 rawValue: string - language: *ref_2996 - language: *ref_3764 - headers: *ref_3765 - operation: *ref_3763 - operationGroup: *ref_3713 + language: *ref_2989 + language: *ref_3762 + headers: *ref_3763 + operation: *ref_3761 + operationGroup: *ref_3711 - operationId: OnlineEndpoints_RegenerateKeys examples: - name: RegenerateKeys Online Endpoint. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -108271,34 +108080,34 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3766 - parameter: *ref_2329 + language: *ref_3764 + parameter: *ref_2322 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3767 - parameter: *ref_2330 + language: *ref_3765 + parameter: *ref_2323 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpointName - language: *ref_3768 - parameter: *ref_2331 + language: *ref_3766 + parameter: *ref_2324 - exampleValue: - schema: *ref_2326 + schema: *ref_2319 parentsValue: {} properties: keyType: - schema: *ref_1145 + schema: *ref_1138 rawValue: Primary - language: *ref_3769 + language: *ref_3767 keyValue: - schema: *ref_1146 + schema: *ref_1139 rawValue: string - language: *ref_3770 - language: *ref_3771 - parameter: *ref_2327 + language: *ref_3768 + language: *ref_3769 + parameter: *ref_2320 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -108317,8 +108126,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginRegenerateKeys - operation: *ref_3772 - operationGroup: *ref_3713 + operation: *ref_3770 + operationGroup: *ref_3711 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/regenerateKeys.json pollerType: OnlineEndpointsClientRegenerateKeysResponse returnInfo: @@ -108327,23 +108136,23 @@ testModel: responses: '200': {} '202': {} - operation: *ref_3772 - operationGroup: *ref_3713 + operation: *ref_3770 + operationGroup: *ref_3711 - operationId: OnlineEndpoints_GetToken examples: - name: GetToken Online Endpoint. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -108351,20 +108160,20 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3773 - parameter: *ref_2338 + language: *ref_3771 + parameter: *ref_2331 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3774 - parameter: *ref_2339 + language: *ref_3772 + parameter: *ref_2332 - exampleValue: schema: *ref_21 rawValue: testEndpointName - language: *ref_3775 - parameter: *ref_2340 + language: *ref_3773 + parameter: *ref_2333 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -108377,8 +108186,8 @@ testModel: - paramName: options paramOutput: nil opName: GetToken - operation: *ref_3776 - operationGroup: *ref_3713 + operation: *ref_3774 + operationGroup: *ref_3711 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/getToken.json responseOutput: |- armmachinelearningservices.EndpointAuthToken{ @@ -108395,76 +108204,76 @@ testModel: responses: '200': body: - schema: *ref_2341 + schema: *ref_2334 parentsValue: {} properties: accessToken: - schema: *ref_1147 + schema: *ref_1140 rawValue: string - language: *ref_3777 + language: *ref_3775 expiryTimeUtc: - schema: *ref_1148 + schema: *ref_1141 rawValue: 1 - language: *ref_3778 + language: *ref_3776 refreshAfterTimeUtc: - schema: *ref_1149 + schema: *ref_1142 rawValue: 1 - language: *ref_3779 + language: *ref_3777 tokenType: - schema: *ref_1150 + schema: *ref_1143 rawValue: string - language: *ref_3780 - language: *ref_3781 - headers: *ref_3782 - operation: *ref_3776 - operationGroup: *ref_3713 + language: *ref_3778 + language: *ref_3779 + headers: *ref_3780 + operation: *ref_3774 + operationGroup: *ref_3711 - operationId: OnlineDeployments_List examples: - name: List Online Deployments. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3824 + isPageable: *ref_3822 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3783 - parameter: *ref_2354 + language: *ref_3781 + parameter: *ref_2347 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3784 - parameter: *ref_2355 + language: *ref_3782 + parameter: *ref_2348 - exampleValue: - schema: *ref_2347 + schema: *ref_2340 rawValue: testEndpointName - language: *ref_3785 - parameter: *ref_2356 + language: *ref_3783 + parameter: *ref_2349 - exampleValue: - schema: *ref_2347 + schema: *ref_2340 rawValue: string - language: *ref_3786 - parameter: *ref_2349 + language: *ref_3784 + parameter: *ref_2342 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3787 - parameter: *ref_2352 + language: *ref_3785 + parameter: *ref_2345 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -108479,8 +108288,8 @@ testModel: Skip: nil, } opName: NewListPager - operation: *ref_3788 - operationGroup: *ref_3789 + operation: *ref_3786 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/list.json pageableItemName: Value responseOutput: |- @@ -108576,329 +108385,329 @@ testModel: responses: '200': body: - schema: *ref_2357 + schema: *ref_2350 parentsValue: {} properties: nextLink: - schema: *ref_1120 + schema: *ref_1113 rawValue: string - language: *ref_3790 + language: *ref_3788 value: - schema: *ref_1256 + schema: *ref_1249 elements: - - schema: *ref_389 + - schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3804 + language: *ref_3802 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3816 + language: *ref_3813 + language: *ref_3814 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3817 - language: *ref_3818 - language: *ref_3819 + language: *ref_3813 + language: *ref_3815 + language: *ref_3816 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3821 - language: *ref_3822 - headers: *ref_3823 - operation: *ref_3788 - operationGroup: *ref_3789 + language: *ref_2936 + language: *ref_3818 + language: *ref_3819 + language: *ref_3820 + headers: *ref_3821 + operation: *ref_3786 + operationGroup: *ref_3787 - operationId: OnlineDeployments_Delete examples: - name: Delete Online Deployment. checkResponse: false clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -108906,25 +108715,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3825 - parameter: *ref_2361 + language: *ref_3823 + parameter: *ref_2354 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3826 - parameter: *ref_2362 + language: *ref_3824 + parameter: *ref_2355 - exampleValue: - schema: *ref_2347 + schema: *ref_2340 rawValue: testEndpoint - language: *ref_3827 - parameter: *ref_2363 + language: *ref_3825 + parameter: *ref_2356 - exampleValue: - schema: *ref_2347 + schema: *ref_2340 rawValue: testDeployment - language: *ref_3828 - parameter: *ref_2364 + language: *ref_3826 + parameter: *ref_2357 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -108939,8 +108748,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginDelete - operation: *ref_3829 - operationGroup: *ref_3789 + operation: *ref_3827 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/delete.json pollerType: OnlineDeploymentsClientDeleteResponse returnInfo: @@ -108950,23 +108759,23 @@ testModel: '200': {} '202': {} '204': {} - operation: *ref_3829 - operationGroup: *ref_3789 + operation: *ref_3827 + operationGroup: *ref_3787 - operationId: OnlineDeployments_Get examples: - name: Get Kubernetes Online Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -108974,25 +108783,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3830 - parameter: *ref_2372 + language: *ref_3828 + parameter: *ref_2365 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3831 - parameter: *ref_2373 + language: *ref_3829 + parameter: *ref_2366 - exampleValue: schema: *ref_20 rawValue: testEndpointName - language: *ref_3832 - parameter: *ref_2374 + language: *ref_3830 + parameter: *ref_2367 - exampleValue: schema: *ref_20 rawValue: testDeploymentName - language: *ref_3833 - parameter: *ref_2375 + language: *ref_3831 + parameter: *ref_2368 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -109007,8 +108816,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3834 - operationGroup: *ref_3789 + operation: *ref_3832 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/get.json responseOutput: |- armmachinelearningservices.OnlineDeploymentData{ @@ -109101,314 +108910,314 @@ testModel: responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3804 + language: *ref_3802 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3816 + language: *ref_3813 + language: *ref_3814 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3817 - language: *ref_3818 - language: *ref_3819 + language: *ref_3813 + language: *ref_3815 + language: *ref_3816 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3835 - headers: *ref_3836 + language: *ref_2936 + language: *ref_3818 + language: *ref_3833 + headers: *ref_3834 - name: Get Managed Online Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -109416,25 +109225,25 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3830 - parameter: *ref_2372 + language: *ref_3828 + parameter: *ref_2365 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3831 - parameter: *ref_2373 + language: *ref_3829 + parameter: *ref_2366 - exampleValue: schema: *ref_20 rawValue: testEndpointName - language: *ref_3832 - parameter: *ref_2374 + language: *ref_3830 + parameter: *ref_2367 - exampleValue: schema: *ref_20 rawValue: testDeploymentName - language: *ref_3833 - parameter: *ref_2375 + language: *ref_3831 + parameter: *ref_2368 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -109449,8 +109258,8 @@ testModel: - paramName: options paramOutput: nil opName: Get - operation: *ref_3834 - operationGroup: *ref_3789 + operation: *ref_3832 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/get.json responseOutput: |- armmachinelearningservices.OnlineDeploymentData{ @@ -109538,304 +109347,304 @@ testModel: responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3804 + language: *ref_3802 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3800 - language: *ref_3837 + language: *ref_3798 + language: *ref_3835 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: {} - language: *ref_3819 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3835 - headers: *ref_3838 - operation: *ref_3834 - operationGroup: *ref_3789 + language: *ref_2936 + language: *ref_3818 + language: *ref_3833 + headers: *ref_3836 + operation: *ref_3832 + operationGroup: *ref_3787 - operationId: OnlineDeployments_Update examples: - name: Update Kubernetes Online Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -109843,98 +109652,98 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3839 - parameter: *ref_2384 + language: *ref_3837 + parameter: *ref_2377 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3840 - parameter: *ref_2385 + language: *ref_3838 + parameter: *ref_2378 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3841 - parameter: *ref_2386 + language: *ref_3839 + parameter: *ref_2379 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3842 - parameter: *ref_2387 + language: *ref_3840 + parameter: *ref_2380 - exampleValue: - schema: *ref_2381 + schema: *ref_2374 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2962 + language: *ref_2955 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_3843 - language: *ref_2964 - language: *ref_3844 + rawValue: *ref_3841 + language: *ref_2957 + language: *ref_3842 kind: - schema: *ref_1122 + schema: *ref_1115 rawValue: string - language: *ref_3845 + language: *ref_3843 location: - schema: *ref_1123 + schema: *ref_1116 rawValue: string - language: *ref_3846 + language: *ref_3844 properties: - schema: *ref_1125 + schema: *ref_1118 parentsValue: PartialOnlineDeployment: - schema: *ref_1126 + schema: *ref_1119 parentsValue: {} properties: endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3847 - language: *ref_3848 + language: *ref_3845 + language: *ref_3846 properties: {} - language: *ref_3849 + language: *ref_3847 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2970 + language: *ref_2963 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2971 + language: *ref_2964 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2972 + language: *ref_2965 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2973 + language: *ref_2966 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2974 - language: *ref_3850 + language: *ref_2967 + language: *ref_3848 tags: - schema: *ref_1131 + schema: *ref_1124 properties: {} - language: *ref_3851 - language: *ref_3852 - parameter: *ref_2382 + language: *ref_3849 + language: *ref_3850 + parameter: *ref_2375 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -109974,8 +109783,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_3853 - operationGroup: *ref_3789 + operation: *ref_3851 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/update.json pollerType: OnlineDeploymentsClientUpdateResponse responseOutput: |- @@ -110069,315 +109878,315 @@ testModel: responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3804 + language: *ref_3802 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3816 + language: *ref_3813 + language: *ref_3814 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3817 - language: *ref_3818 - language: *ref_3819 + language: *ref_3813 + language: *ref_3815 + language: *ref_3816 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3854 - headers: *ref_3855 + language: *ref_2936 + language: *ref_3818 + language: *ref_3852 + headers: *ref_3853 '202': {} - name: Update Managed Online Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -110385,98 +110194,98 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3839 - parameter: *ref_2384 + language: *ref_3837 + parameter: *ref_2377 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3840 - parameter: *ref_2385 + language: *ref_3838 + parameter: *ref_2378 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3841 - parameter: *ref_2386 + language: *ref_3839 + parameter: *ref_2379 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3842 - parameter: *ref_2387 + language: *ref_3840 + parameter: *ref_2380 - exampleValue: - schema: *ref_2381 + schema: *ref_2374 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_1052 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2962 + language: *ref_2955 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_1044 properties: string: schema: *ref_2 - rawValue: *ref_3856 - language: *ref_2964 - language: *ref_3844 + rawValue: *ref_3854 + language: *ref_2957 + language: *ref_3842 kind: - schema: *ref_1122 + schema: *ref_1115 rawValue: string - language: *ref_3845 + language: *ref_3843 location: - schema: *ref_1123 + schema: *ref_1116 rawValue: string - language: *ref_3846 + language: *ref_3844 properties: - schema: *ref_1127 + schema: *ref_1120 parentsValue: PartialOnlineDeployment: - schema: *ref_1126 + schema: *ref_1119 parentsValue: {} properties: endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3847 - language: *ref_3848 + language: *ref_3845 + language: *ref_3846 properties: {} - language: *ref_3849 + language: *ref_3847 sku: - schema: *ref_1061 + schema: *ref_1054 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_1049 rawValue: string - language: *ref_2970 + language: *ref_2963 capacity: - schema: *ref_1054 + schema: *ref_1047 rawValue: 1 - language: *ref_2971 + language: *ref_2964 family: - schema: *ref_1055 + schema: *ref_1048 rawValue: string - language: *ref_2972 + language: *ref_2965 size: - schema: *ref_1057 + schema: *ref_1050 rawValue: string - language: *ref_2973 + language: *ref_2966 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2974 - language: *ref_3850 + language: *ref_2967 + language: *ref_3848 tags: - schema: *ref_1131 + schema: *ref_1124 properties: {} - language: *ref_3851 - language: *ref_3852 - parameter: *ref_2382 + language: *ref_3849 + language: *ref_3850 + parameter: *ref_2375 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -110516,8 +110325,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginUpdate - operation: *ref_3853 - operationGroup: *ref_3789 + operation: *ref_3851 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/update.json pollerType: OnlineDeploymentsClientUpdateResponse responseOutput: |- @@ -110606,305 +110415,305 @@ testModel: responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3804 + language: *ref_3802 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3800 - language: *ref_3837 + language: *ref_3798 + language: *ref_3835 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: {} - language: *ref_3819 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3854 - headers: *ref_3857 + language: *ref_2936 + language: *ref_3818 + language: *ref_3852 + headers: *ref_3855 '202': {} - operation: *ref_3853 - operationGroup: *ref_3789 + operation: *ref_3851 + operationGroup: *ref_3787 - operationId: OnlineDeployments_CreateOrUpdate examples: - name: CreateOrUpdate Kubernetes Online Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -110912,255 +110721,255 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3858 - parameter: *ref_2399 + language: *ref_3856 + parameter: *ref_2392 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3859 - parameter: *ref_2400 + language: *ref_3857 + parameter: *ref_2393 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3860 - parameter: *ref_2401 + language: *ref_3858 + parameter: *ref_2394 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3861 - parameter: *ref_2402 + language: *ref_3859 + parameter: *ref_2395 - exampleValue: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2471 - language: *ref_3791 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3816 + language: *ref_3813 + language: *ref_3814 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3817 - language: *ref_3818 - language: *ref_3819 + language: *ref_3813 + language: *ref_3815 + language: *ref_3816 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3862 - parameter: *ref_2397 + language: *ref_2936 + language: *ref_3818 + language: *ref_3860 + parameter: *ref_2390 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -111243,8 +111052,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_3863 - operationGroup: *ref_3789 + operation: *ref_3861 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/createOrUpdate.json pollerType: OnlineDeploymentsClientCreateOrUpdateResponse responseOutput: |- @@ -111338,611 +111147,611 @@ testModel: responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3804 + language: *ref_3802 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3816 + language: *ref_3813 + language: *ref_3814 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3817 - language: *ref_3818 - language: *ref_3819 + language: *ref_3813 + language: *ref_3815 + language: *ref_3816 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3864 - headers: *ref_3865 + language: *ref_2936 + language: *ref_3818 + language: *ref_3862 + headers: *ref_3863 '201': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_316 + schema: *ref_310 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Kubernetes - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3804 + language: *ref_3802 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1190 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3816 + language: *ref_3813 + language: *ref_3814 containerResourceRequests: - schema: *ref_315 + schema: *ref_309 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_306 rawValue: '"1"' - language: *ref_3813 + language: *ref_3811 gpu: - schema: *ref_313 + schema: *ref_307 rawValue: '"1"' - language: *ref_3814 + language: *ref_3812 memory: - schema: *ref_314 + schema: *ref_308 rawValue: '"2Gi"' - language: *ref_3815 - language: *ref_3817 - language: *ref_3818 - language: *ref_3819 + language: *ref_3813 + language: *ref_3815 + language: *ref_3816 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3866 - headers: *ref_3867 + language: *ref_2936 + language: *ref_3818 + language: *ref_3864 + headers: *ref_3865 - name: CreateOrUpdate Managed Online Deployment. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -111950,241 +111759,241 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3858 - parameter: *ref_2399 + language: *ref_3856 + parameter: *ref_2392 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3859 - parameter: *ref_2400 + language: *ref_3857 + parameter: *ref_2393 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testEndpointName - language: *ref_3860 - parameter: *ref_2401 + language: *ref_3858 + parameter: *ref_2394 - exampleValue: - schema: *ref_1658 + schema: *ref_1651 rawValue: testDeploymentName - language: *ref_3861 - parameter: *ref_2402 + language: *ref_3859 + parameter: *ref_2395 - exampleValue: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: {} - language: *ref_2471 - language: *ref_3791 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3800 - language: *ref_3837 + language: *ref_3798 + language: *ref_3835 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: {} - language: *ref_3819 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3862 - parameter: *ref_2397 + language: *ref_2936 + language: *ref_3818 + language: *ref_3860 + parameter: *ref_2390 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -112262,8 +112071,8 @@ testModel: - paramName: options paramOutput: nil opName: BeginCreateOrUpdate - operation: *ref_3863 - operationGroup: *ref_3789 + operation: *ref_3861 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/createOrUpdate.json pollerType: OnlineDeploymentsClientCreateOrUpdateResponse responseOutput: |- @@ -112352,587 +112161,587 @@ testModel: responses: '200': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Succeeded - language: *ref_3804 + language: *ref_3802 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3800 - language: *ref_3837 + language: *ref_3798 + language: *ref_3835 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: {} - language: *ref_3819 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3864 - headers: *ref_3868 + language: *ref_2936 + language: *ref_3818 + language: *ref_3862 + headers: *ref_3866 '201': body: - schema: *ref_389 + schema: *ref_383 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_284 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_856 rawValue: string - language: *ref_2462 + language: *ref_2455 type: - schema: *ref_863 + schema: *ref_857 rawValue: string - language: *ref_2463 + language: *ref_2456 id: - schema: *ref_861 + schema: *ref_855 rawValue: string - language: *ref_2464 + language: *ref_2457 systemData: - schema: *ref_911 + schema: *ref_905 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_860 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2918 + language: *ref_2911 createdBy: - schema: *ref_864 + schema: *ref_858 rawValue: string - language: *ref_2919 + language: *ref_2912 createdByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2920 + language: *ref_2913 lastModifiedAt: - schema: *ref_868 + schema: *ref_862 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_2921 + language: *ref_2914 lastModifiedBy: - schema: *ref_867 + schema: *ref_861 rawValue: string - language: *ref_2922 + language: *ref_2915 lastModifiedByType: - schema: *ref_865 + schema: *ref_859 rawValue: User - language: *ref_2923 - language: *ref_2924 - language: *ref_2465 + language: *ref_2916 + language: *ref_2917 + language: *ref_2458 properties: location: - schema: *ref_391 + schema: *ref_385 rawValue: string - language: *ref_2925 + language: *ref_2918 tags: - schema: *ref_390 + schema: *ref_384 properties: {} - language: *ref_2926 - language: *ref_2927 + language: *ref_2919 + language: *ref_2920 properties: identity: - schema: *ref_276 + schema: *ref_270 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2466 + language: *ref_2459 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2467 + language: *ref_2460 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2468 + language: *ref_2461 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_904 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2469 + language: *ref_2462 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2470 - language: *ref_2471 - language: *ref_3791 + language: *ref_2463 + language: *ref_2464 + language: *ref_3789 kind: - schema: *ref_381 + schema: *ref_375 rawValue: string - language: *ref_3792 + language: *ref_3790 properties: - schema: *ref_317 + schema: *ref_311 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_304 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_305 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_344 rawValue: string - language: *ref_3009 + language: *ref_3002 codeConfiguration: - schema: *ref_1064 + schema: *ref_1057 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_342 rawValue: string - language: *ref_3010 + language: *ref_3003 scoringScript: - schema: *ref_349 + schema: *ref_343 rawValue: string - language: *ref_3011 - language: *ref_3012 + language: *ref_3004 + language: *ref_3005 environmentId: - schema: *ref_351 + schema: *ref_345 rawValue: string - language: *ref_3013 + language: *ref_3006 environmentVariables: - schema: *ref_352 + schema: *ref_346 properties: string: schema: *ref_7 rawValue: string - language: *ref_3014 + language: *ref_3007 properties: - schema: *ref_353 + schema: *ref_347 properties: string: schema: *ref_7 rawValue: string - language: *ref_3015 - language: *ref_3016 + language: *ref_3008 + language: *ref_3009 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_313 rawValue: false - language: *ref_3793 + language: *ref_3791 endpointComputeType: - schema: *ref_318 + schema: *ref_312 rawValue: Managed - language: *ref_3794 + language: *ref_3792 instanceType: - schema: *ref_322 + schema: *ref_316 rawValue: string - language: *ref_3795 + language: *ref_3793 livenessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 1 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT5M - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT5M - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT5M - language: *ref_3800 - language: *ref_3801 + language: *ref_3798 + language: *ref_3799 model: - schema: *ref_328 + schema: *ref_322 rawValue: string - language: *ref_3802 + language: *ref_3800 modelMountPath: - schema: *ref_329 + schema: *ref_323 rawValue: string - language: *ref_3803 + language: *ref_3801 provisioningState: - schema: *ref_331 + schema: *ref_325 rawValue: Creating - language: *ref_3804 + language: *ref_3802 readinessProbe: - schema: *ref_332 + schema: *ref_326 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_317 rawValue: 30 - language: *ref_3796 + language: *ref_3794 initialDelay: - schema: *ref_324 + schema: *ref_318 rawValue: PT1S - language: *ref_3797 + language: *ref_3795 period: - schema: *ref_325 + schema: *ref_319 rawValue: PT10S - language: *ref_3798 + language: *ref_3796 successThreshold: - schema: *ref_326 + schema: *ref_320 rawValue: 1 - language: *ref_3799 + language: *ref_3797 timeout: - schema: *ref_327 + schema: *ref_321 rawValue: PT2S - language: *ref_3800 - language: *ref_3837 + language: *ref_3798 + language: *ref_3835 requestSettings: - schema: *ref_1121 + schema: *ref_1114 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_327 rawValue: 1 - language: *ref_3805 + language: *ref_3803 maxQueueWait: - schema: *ref_334 + schema: *ref_328 rawValue: PT5M - language: *ref_3806 + language: *ref_3804 requestTimeout: - schema: *ref_335 + schema: *ref_329 rawValue: PT5M - language: *ref_3807 - language: *ref_3808 + language: *ref_3805 + language: *ref_3806 scaleSettings: - schema: *ref_337 + schema: *ref_331 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_332 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_338 rawValue: Default - language: *ref_3809 - language: *ref_3810 + language: *ref_3807 + language: *ref_3808 properties: {} - language: *ref_3811 - language: *ref_3812 + language: *ref_3809 + language: *ref_3810 properties: {} - language: *ref_3819 + language: *ref_3817 sku: - schema: *ref_279 + schema: *ref_273 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_2939 + language: *ref_2932 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_2940 + language: *ref_2933 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_2941 + language: *ref_2934 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_2942 + language: *ref_2935 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_2943 - language: *ref_3820 - language: *ref_3866 - headers: *ref_3869 - operation: *ref_3863 - operationGroup: *ref_3789 + language: *ref_2936 + language: *ref_3818 + language: *ref_3864 + headers: *ref_3867 + operation: *ref_3861 + operationGroup: *ref_3787 - operationId: OnlineDeployments_GetLogs examples: - name: Get Online Deployment Logs. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' @@ -112940,39 +112749,39 @@ testModel: isMultiRespOperation: false methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: testrg123 - language: *ref_3870 - parameter: *ref_2415 + language: *ref_3868 + parameter: *ref_2408 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3871 - parameter: *ref_2416 + language: *ref_3869 + parameter: *ref_2409 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpoint - language: *ref_3872 - parameter: *ref_2417 + language: *ref_3870 + parameter: *ref_2410 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testDeployment - language: *ref_3873 - parameter: *ref_2418 + language: *ref_3871 + parameter: *ref_2411 - exampleValue: - schema: *ref_2412 + schema: *ref_2405 parentsValue: {} properties: containerType: - schema: *ref_1132 + schema: *ref_1125 rawValue: StorageInitializer - language: *ref_3874 + language: *ref_3872 tail: - schema: *ref_1133 + schema: *ref_1126 rawValue: 0 - language: *ref_3875 - language: *ref_3876 - parameter: *ref_2413 + language: *ref_3873 + language: *ref_3874 + parameter: *ref_2406 methodParametersOutput: - paramName: ctx paramOutput: ctx @@ -112993,8 +112802,8 @@ testModel: - paramName: options paramOutput: nil opName: GetLogs - operation: *ref_3877 - operationGroup: *ref_3789 + operation: *ref_3875 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/getLogs.json responseOutput: |- armmachinelearningservices.DeploymentLogs{ @@ -113008,63 +112817,63 @@ testModel: responses: '200': body: - schema: *ref_2419 + schema: *ref_2412 parentsValue: {} properties: content: - schema: *ref_1134 + schema: *ref_1127 rawValue: string - language: *ref_3878 - language: *ref_3879 - operation: *ref_3877 - operationGroup: *ref_3789 + language: *ref_3876 + language: *ref_3877 + operation: *ref_3875 + operationGroup: *ref_3787 - operationId: OnlineDeployments_ListSkus examples: - name: List Kubernetes Online Deployment Skus. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3899 + isPageable: *ref_3897 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3880 - parameter: *ref_2430 + language: *ref_3878 + parameter: *ref_2423 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3881 - parameter: *ref_2431 + language: *ref_3879 + parameter: *ref_2424 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpointName - language: *ref_3882 - parameter: *ref_2432 + language: *ref_3880 + parameter: *ref_2425 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testDeploymentName - language: *ref_3883 - parameter: *ref_2433 + language: *ref_3881 + parameter: *ref_2426 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3884 - parameter: *ref_2426 + language: *ref_3882 + parameter: *ref_2419 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -113080,8 +112889,8 @@ testModel: Skip: nil, } opName: NewListSKUsPager - operation: *ref_3885 - operationGroup: *ref_3789 + operation: *ref_3883 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/listSkus.json pageableItemName: Value responseOutput: |- @@ -113108,105 +112917,105 @@ testModel: responses: '200': body: - schema: *ref_2434 + schema: *ref_2427 parentsValue: {} properties: nextLink: - schema: *ref_1135 + schema: *ref_1128 rawValue: string - language: *ref_3886 + language: *ref_3884 value: - schema: *ref_1257 + schema: *ref_1250 elements: - - schema: *ref_1142 + - schema: *ref_1135 parentsValue: {} properties: capacity: - schema: *ref_1143 + schema: *ref_1136 parentsValue: {} properties: default: - schema: *ref_1136 + schema: *ref_1129 rawValue: 1 - language: *ref_3887 + language: *ref_3885 maximum: - schema: *ref_1137 + schema: *ref_1130 rawValue: 1 - language: *ref_3888 + language: *ref_3886 minimum: - schema: *ref_1138 + schema: *ref_1131 rawValue: 1 - language: *ref_3889 + language: *ref_3887 scaleType: - schema: *ref_1139 + schema: *ref_1132 rawValue: Automatic - language: *ref_3890 - language: *ref_3891 + language: *ref_3888 + language: *ref_3889 resourceType: - schema: *ref_1140 + schema: *ref_1133 rawValue: Microsoft.MachineLearning.Services/endpoints/deployments - language: *ref_3892 + language: *ref_3890 sku: - schema: *ref_1144 + schema: *ref_1137 parentsValue: {} properties: name: - schema: *ref_1141 + schema: *ref_1134 rawValue: string - language: *ref_3893 + language: *ref_3891 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3894 - language: *ref_3895 - language: *ref_3896 - language: *ref_3897 - headers: *ref_3898 + language: *ref_3892 + language: *ref_3893 + language: *ref_3894 + language: *ref_3895 + headers: *ref_3896 - name: List Managed Online Deployment Skus. checkResponse: true clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-1111-2222-3333-444444444444"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3899 + isPageable: *ref_3897 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: test-rg - language: *ref_3880 - parameter: *ref_2430 + language: *ref_3878 + parameter: *ref_2423 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3881 - parameter: *ref_2431 + language: *ref_3879 + parameter: *ref_2424 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testEndpointName - language: *ref_3882 - parameter: *ref_2432 + language: *ref_3880 + parameter: *ref_2425 - exampleValue: - schema: *ref_2317 + schema: *ref_2310 rawValue: testDeploymentName - language: *ref_3883 - parameter: *ref_2433 + language: *ref_3881 + parameter: *ref_2426 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3884 - parameter: *ref_2426 + language: *ref_3882 + parameter: *ref_2419 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"test-rg"' @@ -113222,8 +113031,8 @@ testModel: Skip: nil, } opName: NewListSKUsPager - operation: *ref_3885 - operationGroup: *ref_3789 + operation: *ref_3883 + operationGroup: *ref_3787 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/listSkus.json pageableItemName: Value responseOutput: |- @@ -113250,94 +113059,94 @@ testModel: responses: '200': body: - schema: *ref_2434 + schema: *ref_2427 parentsValue: {} properties: nextLink: - schema: *ref_1135 + schema: *ref_1128 rawValue: string - language: *ref_3886 + language: *ref_3884 value: - schema: *ref_1257 + schema: *ref_1250 elements: - - schema: *ref_1142 + - schema: *ref_1135 parentsValue: {} properties: capacity: - schema: *ref_1143 + schema: *ref_1136 parentsValue: {} properties: default: - schema: *ref_1136 + schema: *ref_1129 rawValue: 1 - language: *ref_3887 + language: *ref_3885 maximum: - schema: *ref_1137 + schema: *ref_1130 rawValue: 1 - language: *ref_3888 + language: *ref_3886 minimum: - schema: *ref_1138 + schema: *ref_1131 rawValue: 1 - language: *ref_3889 + language: *ref_3887 scaleType: - schema: *ref_1139 + schema: *ref_1132 rawValue: Automatic - language: *ref_3890 - language: *ref_3891 + language: *ref_3888 + language: *ref_3889 resourceType: - schema: *ref_1140 + schema: *ref_1133 rawValue: Microsoft.MachineLearning.Services/endpoints/deployments - language: *ref_3892 + language: *ref_3890 sku: - schema: *ref_1144 + schema: *ref_1137 parentsValue: {} properties: name: - schema: *ref_1141 + schema: *ref_1134 rawValue: string - language: *ref_3893 + language: *ref_3891 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3894 - language: *ref_3895 - language: *ref_3896 - language: *ref_3897 - headers: *ref_3900 - operation: *ref_3885 - operationGroup: *ref_3789 + language: *ref_3892 + language: *ref_3893 + language: *ref_3894 + language: *ref_3895 + headers: *ref_3898 + operation: *ref_3883 + operationGroup: *ref_3787 - operationId: WorkspaceFeatures_List examples: - name: List Workspace features checkResponse: true clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1281 rawValue: 2022-02-01-preview - language: *ref_2446 - parameter: *ref_1290 + language: *ref_2439 + parameter: *ref_1283 - exampleValue: - schema: *ref_1287 + schema: *ref_1280 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2457 - parameter: *ref_1298 + language: *ref_2450 + parameter: *ref_1291 clientParametersOutput: - paramName: subscriptionID paramOutput: '"00000000-0000-0000-0000-000000000000"' isLRO: false isMultiRespOperation: false - isPageable: *ref_3910 + isPageable: *ref_3908 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1292 rawValue: myResourceGroup - language: *ref_3901 - parameter: *ref_2438 + language: *ref_3899 + parameter: *ref_2431 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3902 - parameter: *ref_2439 + language: *ref_3900 + parameter: *ref_2432 methodParametersOutput: - paramName: resourceGroupName paramOutput: '"myResourceGroup"' @@ -113346,8 +113155,8 @@ testModel: - paramName: options paramOutput: nil opName: NewListPager - operation: *ref_3903 - operationGroup: *ref_3904 + operation: *ref_3901 + operationGroup: *ref_3902 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceFeature/list.json pageableItemName: Value responseOutput: |- @@ -113371,46 +113180,46 @@ testModel: responses: '200': body: - schema: *ref_2440 + schema: *ref_2433 parentsValue: {} properties: value: - schema: *ref_1258 + schema: *ref_1251 elements: - - schema: *ref_1155 + - schema: *ref_1148 parentsValue: {} properties: description: - schema: *ref_1153 + schema: *ref_1146 rawValue: Create, edit or delete AutoML experiments in the SDK - language: *ref_3905 + language: *ref_3903 displayName: - schema: *ref_1152 + schema: *ref_1145 rawValue: Create edit experiments UI - language: *ref_3906 + language: *ref_3904 id: - schema: *ref_1151 + schema: *ref_1144 rawValue: automatedml_createeditexperimentsui - language: *ref_3907 - - schema: *ref_1155 + language: *ref_3905 + - schema: *ref_1148 parentsValue: {} properties: description: - schema: *ref_1153 + schema: *ref_1146 rawValue: Upgrade workspace from Basic to enterprise from the UI - language: *ref_3905 + language: *ref_3903 displayName: - schema: *ref_1152 + schema: *ref_1145 rawValue: Upgrade workspace UI - language: *ref_3906 + language: *ref_3904 id: - schema: *ref_1151 + schema: *ref_1144 rawValue: workspace_upgradeworkspaceui - language: *ref_3907 - language: *ref_3908 - language: *ref_3909 - operation: *ref_3903 - operationGroup: *ref_3904 + language: *ref_3905 + language: *ref_3906 + language: *ref_3907 + operation: *ref_3901 + operationGroup: *ref_3902 scenarioTests: [] language: default: @@ -113421,32 +113230,32 @@ language: description: '' azureARM: true discriminators: - - *ref_93 - - *ref_1025 - - *ref_361 - - *ref_1078 - - *ref_397 - - *ref_426 - - *ref_452 - - *ref_456 - - *ref_494 - - *ref_811 - - *ref_155 - - *ref_310 - - *ref_338 - - *ref_1126 - - *ref_692 - - *ref_27 - - *ref_508 - - *ref_628 - - *ref_702 - - *ref_713 - - *ref_721 - - *ref_646 - - *ref_788 - - *ref_41 - - *ref_754 - - *ref_772 + - *ref_91 + - *ref_1018 + - *ref_355 + - *ref_1071 + - *ref_391 + - *ref_420 + - *ref_446 + - *ref_450 + - *ref_488 + - *ref_805 + - *ref_153 + - *ref_304 + - *ref_332 + - *ref_1119 + - *ref_686 + - *ref_26 + - *ref_502 + - *ref_622 + - *ref_696 + - *ref_707 + - *ref_715 + - *ref_640 + - *ref_782 + - *ref_40 + - *ref_748 + - *ref_766 exportClients: false groupParameters: true hasTimeRFC3339: true @@ -113454,16 +113263,18 @@ language: openApiType: arm packageName: armmachinelearningservices parameterGroups: + - *ref_3909 + - *ref_3910 - *ref_3911 - *ref_3912 - *ref_3913 + - *ref_1335 + - *ref_1350 - *ref_3914 - *ref_3915 - - *ref_1342 - - *ref_1357 + - *ref_1372 - *ref_3916 - *ref_3917 - - *ref_1379 - *ref_3918 - *ref_3919 - *ref_3920 @@ -113471,9 +113282,9 @@ language: - *ref_3922 - *ref_3923 - *ref_3924 + - *ref_1454 - *ref_3925 - *ref_3926 - - *ref_1461 - *ref_3927 - *ref_3928 - *ref_3929 @@ -113486,91 +113297,91 @@ language: - *ref_3936 - *ref_3937 - *ref_3938 + - *ref_1589 - *ref_3939 - *ref_3940 - - *ref_1596 - *ref_3941 + - *ref_1624 - *ref_3942 - *ref_3943 - - *ref_1631 - *ref_3944 - *ref_3945 - *ref_3946 + - *ref_1691 - *ref_3947 - *ref_3948 - - *ref_1698 - *ref_3949 - *ref_3950 + - *ref_1759 - *ref_3951 - *ref_3952 - - *ref_1766 - *ref_3953 + - *ref_1789 - *ref_3954 - *ref_3955 - - *ref_1796 - *ref_3956 + - *ref_1830 - *ref_3957 - *ref_3958 - - *ref_1837 - *ref_3959 + - *ref_1865 - *ref_3960 - *ref_3961 - - *ref_1872 - *ref_3962 + - *ref_1906 - *ref_3963 - *ref_3964 - - *ref_1913 - *ref_3965 + - *ref_1941 - *ref_3966 - *ref_3967 - - *ref_1948 - *ref_3968 + - *ref_1984 - *ref_3969 - *ref_3970 - - *ref_1991 + - *ref_2023 - *ref_3971 + - *ref_2040 - *ref_3972 - - *ref_2030 - *ref_3973 - - *ref_2047 - *ref_3974 + - *ref_2075 - *ref_3975 - *ref_3976 - - *ref_2082 - *ref_3977 + - *ref_2116 - *ref_3978 - *ref_3979 - - *ref_2123 - *ref_3980 - *ref_3981 + - *ref_2165 - *ref_3982 - *ref_3983 - - *ref_2172 - *ref_3984 + - *ref_2201 - *ref_3985 - *ref_3986 - - *ref_2208 - *ref_3987 + - *ref_2248 - *ref_3988 - *ref_3989 - - *ref_2255 - *ref_3990 - *ref_3991 - *ref_3992 - *ref_3993 - *ref_3994 + - *ref_2343 - *ref_3995 - *ref_3996 - - *ref_2350 - *ref_3997 - *ref_3998 - *ref_3999 + - *ref_2420 - *ref_4000 - - *ref_4001 - - *ref_2427 - - *ref_4002 rawJSONAsBytes: false responseEnvelopes: + - *ref_4001 + - *ref_4002 - *ref_4003 - *ref_4004 - *ref_4005 @@ -113684,7 +113495,5 @@ language: - *ref_4113 - *ref_4114 - *ref_4115 - - *ref_4116 - - *ref_4117 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/test-modeler-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/test-modeler-pre.yaml index db2b3995b..fa4d3a3d3 100644 --- a/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/test-modeler-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/test-modeler-pre.yaml @@ -3,95 +3,71 @@ info: title: Azure Machine Learning Workspaces schemas: booleans: - - &ref_62 + - &ref_60 type: boolean language: default: name: Boolean description: Indicates whether the operation applies to data-plane - go: - name: bool - description: Indicates whether the operation applies to data-plane protocol: {} - - &ref_882 + - &ref_809 type: boolean defaultValue: false language: default: name: Boolean description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service - go: - name: bool - description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service protocol: {} - - &ref_886 + - &ref_813 type: boolean defaultValue: false language: default: name: Boolean description: The flag to indicate whether to allow public access when behind VNet. - go: - name: bool - description: The flag to indicate whether to allow public access when behind VNet. protocol: {} - - &ref_899 + - &ref_826 type: boolean language: default: name: Boolean description: If the storage associated with the workspace has hierarchical namespace(HNS) enabled. - go: - name: bool - description: If the storage associated with the workspace has hierarchical namespace(HNS) enabled. protocol: {} - - &ref_973 + - &ref_899 type: boolean summary: Low priority capable language: default: name: Boolean description: Specifies if the virtual machine size supports low priority VMs. - go: - name: bool - description: Specifies if the virtual machine size supports low priority VMs. protocol: {} - - &ref_974 + - &ref_900 type: boolean summary: Premium IO supported language: default: name: Boolean description: Specifies if the virtual machine size supports premium IO. - go: - name: bool - description: Specifies if the virtual machine size supports premium IO. protocol: {} - - &ref_250 + - &ref_261 type: boolean language: default: name: Boolean description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. - go: - name: bool - description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. protocol: {} - - &ref_251 + - &ref_262 type: boolean language: default: name: Boolean description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. - go: - name: bool - description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. protocol: {} - - &ref_424 + - &ref_402 type: boolean defaultValue: false extensions: - x-ms-mutability: &ref_831 + x-ms-mutability: &ref_770 - create - read - update @@ -99,26 +75,20 @@ schemas: default: name: Boolean description: Is the asset archived? - go: - name: bool - description: Is the asset archived? protocol: {} - - &ref_422 + - &ref_400 type: boolean defaultValue: false extensions: - x-ms-mutability: &ref_423 + x-ms-mutability: &ref_401 - create - read language: default: name: Boolean description: If the name version are system generated (anonymous registration). - go: - name: bool - description: If the name version are system generated (anonymous registration). protocol: {} - - &ref_1992 + - &ref_1524 type: boolean apiVersions: - version: 2022-02-01-preview @@ -126,11 +96,8 @@ schemas: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_1994 + - &ref_1526 type: boolean apiVersions: - version: 2022-02-01-preview @@ -139,66 +106,48 @@ schemas: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_492 + - &ref_467 type: boolean extensions: - x-ms-mutability: &ref_493 + x-ms-mutability: &ref_468 - read language: default: name: Boolean description: Readonly property to indicate if datastore is the workspace default datastore - go: - name: bool - description: Readonly property to indicate if datastore is the workspace default datastore protocol: {} - - &ref_319 + - &ref_307 type: boolean defaultValue: false language: default: name: Boolean description: If true, enables Application Insights logging. - go: - name: bool - description: If true, enables Application Insights logging. protocol: {} - - &ref_330 + - &ref_318 type: boolean defaultValue: false language: default: name: Boolean description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." - go: - name: bool - description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." protocol: {} - - &ref_264 + - &ref_103 type: boolean language: default: name: Boolean description: Indicates whether to overwrite existing domain label. - go: - name: bool - description: Indicates whether to overwrite existing domain label. protocol: {} - - &ref_99 + - &ref_126 type: boolean language: default: name: Boolean description: Network is isolated or not - go: - name: bool - description: Network is isolated or not protocol: {} - - &ref_119 + - &ref_146 type: boolean defaultValue: true summary: Enable node public IP. @@ -208,13 +157,8 @@ schemas: description: >- Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. - go: - name: bool - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a - private endpoint and no public IPs. protocol: {} - - &ref_170 + - &ref_194 type: boolean summary: Enable node public IP. language: @@ -223,171 +167,121 @@ schemas: description: >- Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. - go: - name: bool - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a - private endpoint and no public IPs. protocol: {} - - &ref_237 + - &ref_225 type: boolean language: default: name: Boolean description: Indicates whether this compute will be used for running notebooks. - go: - name: bool - description: Indicates whether this compute will be used for running notebooks. protocol: {} - - &ref_219 + - &ref_240 type: boolean language: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_673 + - &ref_541 type: boolean defaultValue: false language: default: name: Boolean description: Determines whether to use Dnn based featurizers for data featurization. - go: - name: bool - description: Determines whether to use Dnn based featurizers for data featurization. protocol: {} - - &ref_732 + - &ref_544 type: boolean defaultValue: true language: default: name: Boolean description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. - go: - name: bool - description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. protocol: {} - - &ref_739 + - &ref_551 type: boolean defaultValue: false language: default: name: Boolean description: Enable recommendation of DNN models. - go: - name: bool - description: Enable recommendation of DNN models. protocol: {} - - &ref_740 + - &ref_552 type: boolean defaultValue: false language: default: name: Boolean description: Flag to turn on explainability on best model. - go: - name: bool - description: Flag to turn on explainability on best model. protocol: {} - - &ref_741 + - &ref_553 type: boolean defaultValue: false language: default: name: Boolean description: Flag for enabling onnx compatible models. - go: - name: bool - description: Flag for enabling onnx compatible models. protocol: {} - - &ref_742 + - &ref_554 type: boolean defaultValue: true language: default: name: Boolean description: Enable stack ensemble run. - go: - name: bool - description: Enable stack ensemble run. protocol: {} - - &ref_743 + - &ref_555 type: boolean defaultValue: true language: default: name: Boolean description: Enable voting ensemble run. - go: - name: bool - description: Enable voting ensemble run. protocol: {} - - &ref_524 + - &ref_578 type: boolean language: default: name: Boolean description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - go: - name: bool - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - &ref_532 + - &ref_586 type: boolean language: default: name: Boolean description: Whether to use distributed training. - go: - name: bool - description: Whether to use distributed training. protocol: {} - - &ref_533 + - &ref_587 type: boolean language: default: name: Boolean description: Enable early stopping logic during training. - go: - name: bool - description: Enable early stopping logic during training. protocol: {} - - &ref_536 + - &ref_590 type: boolean language: default: name: Boolean description: Enable normalization when exporting ONNX model. - go: - name: bool - description: Enable normalization when exporting ONNX model. protocol: {} - - &ref_544 + - &ref_598 type: boolean language: default: name: Boolean description: Enable nesterov when optimizer is 'sgd'. - go: - name: bool - description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - &ref_563 + - &ref_617 type: boolean language: default: name: Boolean description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: bool - description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} numbers: - - &ref_884 + - &ref_811 type: integer apiVersions: - version: 2022-02-01-preview @@ -396,11 +290,8 @@ schemas: default: name: WorkspacePropertiesPrivateLinkCount description: Count of private connections in the workspace - go: - name: int32 - description: Count of private connections in the workspace protocol: {} - - &ref_88 + - &ref_86 type: integer apiVersions: - version: '3.0' @@ -409,11 +300,8 @@ schemas: default: name: SkuCapacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. - go: - name: int32 - description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - &ref_895 + - &ref_822 type: integer apiVersions: - version: 2022-02-01-preview @@ -422,11 +310,8 @@ schemas: default: name: NotebookPreparationErrorStatusCode description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_896 + - &ref_823 type: integer apiVersions: - version: 2022-02-01-preview @@ -435,11 +320,8 @@ schemas: default: name: CosmosDbSettingsCollectionsThroughput description: The throughput of the collections in cosmosdb database - go: - name: int32 - description: The throughput of the collections in cosmosdb database protocol: {} - - &ref_1356 + - &ref_1237 type: integer apiVersions: - version: 2022-02-01-preview @@ -451,12 +333,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_959 + - &ref_885 type: integer apiVersions: - version: 2022-02-01-preview @@ -465,11 +343,8 @@ schemas: default: name: UsageCurrentValue description: The current usage of the resource. - go: - name: int64 - description: The current usage of the resource. protocol: {} - - &ref_960 + - &ref_886 type: integer apiVersions: - version: 2022-02-01-preview @@ -478,11 +353,8 @@ schemas: default: name: UsageLimit description: The maximum permitted usage of the resource. - go: - name: int64 - description: The maximum permitted usage of the resource. protocol: {} - - &ref_968 + - &ref_894 type: integer apiVersions: - version: 2022-02-01-preview @@ -492,11 +364,8 @@ schemas: default: name: VirtualMachineSizeVCPUs description: The number of vCPUs supported by the virtual machine size. - go: - name: int32 - description: The number of vCPUs supported by the virtual machine size. protocol: {} - - &ref_969 + - &ref_895 type: integer apiVersions: - version: 2022-02-01-preview @@ -506,11 +375,8 @@ schemas: default: name: VirtualMachineSizeGpus description: The number of gPUs supported by the virtual machine size. - go: - name: int32 - description: The number of gPUs supported by the virtual machine size. protocol: {} - - &ref_970 + - &ref_896 type: integer apiVersions: - version: 2022-02-01-preview @@ -520,11 +386,8 @@ schemas: default: name: VirtualMachineSizeOsVhdSizeMB description: The OS VHD disk size, in MB, allowed by the virtual machine size. - go: - name: int32 - description: The OS VHD disk size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_971 + - &ref_897 type: integer apiVersions: - version: 2022-02-01-preview @@ -534,11 +397,8 @@ schemas: default: name: VirtualMachineSizeMaxResourceVolumeMB description: The resource volume size, in MB, allowed by the virtual machine size. - go: - name: int32 - description: The resource volume size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_972 + - &ref_898 type: number apiVersions: - version: 2022-02-01-preview @@ -548,11 +408,8 @@ schemas: default: name: VirtualMachineSizeMemoryGB description: The amount of memory, in GB, supported by the virtual machine size. - go: - name: float64 - description: The amount of memory, in GB, supported by the virtual machine size. protocol: {} - - &ref_977 + - &ref_903 type: number apiVersions: - version: 2022-02-01-preview @@ -562,11 +419,8 @@ schemas: default: name: EstimatedVMPriceRetailPrice description: The price charged for using the VM. - go: - name: float64 - description: The price charged for using the VM. protocol: {} - - &ref_986 + - &ref_912 type: integer apiVersions: - version: 2022-02-01-preview @@ -576,11 +430,8 @@ schemas: default: name: QuotaBasePropertiesLimit description: The maximum permitted quota of the resource. - go: - name: int64 - description: The maximum permitted quota of the resource. protocol: {} - - &ref_992 + - &ref_918 type: integer apiVersions: - version: 2022-02-01-preview @@ -590,11 +441,8 @@ schemas: default: name: UpdateWorkspaceQuotasLimit description: The maximum permitted quota of the resource. - go: - name: int64 - description: The maximum permitted quota of the resource. protocol: {} - - &ref_1001 + - &ref_927 type: integer apiVersions: - version: 2022-02-01-preview @@ -604,11 +452,8 @@ schemas: default: name: ResourceQuotaLimit description: The maximum permitted quota of the resource. - go: - name: int64 - description: The maximum permitted quota of the resource. protocol: {} - - &ref_100 + - &ref_127 type: integer apiVersions: - version: 2022-02-01-preview @@ -617,11 +462,8 @@ schemas: default: name: ScaleSettingsMaxNodeCount description: Max number of nodes to use - go: - name: int32 - description: Max number of nodes to use protocol: {} - - &ref_101 + - &ref_128 type: integer apiVersions: - version: 2022-02-01-preview @@ -631,11 +473,8 @@ schemas: default: name: ScaleSettingsMinNodeCount description: Min number of nodes to use - go: - name: int32 - description: Min number of nodes to use protocol: {} - - &ref_1012 + - &ref_938 type: integer apiVersions: - version: 2022-02-01-preview @@ -645,11 +484,8 @@ schemas: default: name: AmlComputeNodeInformationPort description: SSH port number of the node. - go: - name: int32 - description: SSH port number of the node. protocol: {} - - &ref_1022 + - &ref_948 type: integer apiVersions: - version: 2022-02-01-preview @@ -658,11 +494,8 @@ schemas: default: name: NotebookAccessTokenResultExpiresIn description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_1043 + - &ref_969 type: integer apiVersions: - version: 2022-02-01-preview @@ -671,9 +504,6 @@ schemas: default: name: FQDNEndpointDetailPort description: '' - go: - name: int32 - description: '' protocol: {} - &ref_18 type: integer @@ -684,11 +514,8 @@ schemas: default: name: Integer description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_1644 + - &ref_1352 type: integer apiVersions: - version: 2022-02-01-preview @@ -700,12 +527,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1054 + - &ref_980 type: integer apiVersions: - version: 2022-02-01-preview @@ -714,11 +537,8 @@ schemas: default: name: PartialSkuCapacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. - go: - name: int32 - description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - &ref_1666 + - &ref_1364 type: integer apiVersions: - version: 2022-02-01-preview @@ -730,12 +550,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_355 + - &ref_340 type: integer apiVersions: - version: 2022-02-01-preview @@ -745,11 +561,8 @@ schemas: default: name: BatchDeploymentErrorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." - go: - name: int32 - description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." protocol: {} - - &ref_357 + - &ref_342 type: integer apiVersions: - version: 2022-02-01-preview @@ -759,11 +572,8 @@ schemas: default: name: BatchDeploymentMaxConcurrencyPerInstance description: Indicates maximum number of parallelism per instance. - go: - name: int32 - description: Indicates maximum number of parallelism per instance. protocol: {} - - &ref_358 + - &ref_343 type: integer apiVersions: - version: 2022-02-01-preview @@ -773,11 +583,8 @@ schemas: default: name: BatchDeploymentMiniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." - go: - name: int64 - description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." protocol: {} - - &ref_375 + - &ref_357 type: integer apiVersions: - version: 2022-02-01-preview @@ -791,11 +598,8 @@ schemas: default: name: ResourceConfigurationInstanceCount description: Optional number of instances or nodes used by the compute target. - go: - name: int32 - description: Optional number of instances or nodes used by the compute target. protocol: {} - - &ref_378 + - &ref_360 type: integer apiVersions: - version: 2022-02-01-preview @@ -805,11 +609,8 @@ schemas: default: name: BatchRetrySettingsMaxRetries description: Maximum retry count for a mini-batch - go: - name: int32 - description: Maximum retry count for a mini-batch protocol: {} - - &ref_1714 + - &ref_1387 type: integer apiVersions: - version: 2022-02-01-preview @@ -821,12 +622,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1073 + - &ref_999 type: integer apiVersions: - version: 2022-02-01-preview @@ -835,11 +632,8 @@ schemas: default: name: PartialBatchDeploymentErrorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." - go: - name: int32 - description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." protocol: {} - - &ref_1074 + - &ref_1000 type: integer apiVersions: - version: 2022-02-01-preview @@ -848,11 +642,8 @@ schemas: default: name: PartialBatchDeploymentMaxConcurrencyPerInstance description: Indicates number of processes per instance - go: - name: int32 - description: Indicates number of processes per instance protocol: {} - - &ref_1075 + - &ref_1001 type: integer apiVersions: - version: 2022-02-01-preview @@ -861,11 +652,8 @@ schemas: default: name: PartialBatchDeploymentMiniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." - go: - name: int64 - description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." protocol: {} - - &ref_1091 + - &ref_1014 type: integer apiVersions: - version: 2022-02-01-preview @@ -874,11 +662,8 @@ schemas: default: name: PartialBatchRetrySettingsMaxRetries description: Maximum retry count for a mini-batch - go: - name: int32 - description: Maximum retry count for a mini-batch protocol: {} - - &ref_1737 + - &ref_1400 type: integer apiVersions: - version: 2022-02-01-preview @@ -890,12 +675,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1990 + - &ref_1523 type: integer apiVersions: - version: 2022-02-01-preview @@ -905,11 +686,8 @@ schemas: default: name: Integer description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_411 + - &ref_389 type: integer apiVersions: - version: 2022-02-01-preview @@ -918,9 +696,6 @@ schemas: default: name: RoutePort description: '[Required] The port for the route.' - go: - name: int32 - description: '[Required] The port for the route.' protocol: {} - &ref_13 type: integer @@ -935,11 +710,8 @@ schemas: default: name: JobServicePort description: Port for endpoint. - go: - name: int32 - description: Port for endpoint. protocol: {} - - &ref_2140 + - &ref_1603 type: integer apiVersions: - version: 2022-02-01-preview @@ -951,12 +723,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_2274 + - &ref_1675 type: integer apiVersions: - version: 2022-02-01-preview @@ -968,12 +736,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_2295 + - &ref_1686 type: integer apiVersions: - version: 2022-02-01-preview @@ -985,12 +749,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_323 + - &ref_311 type: integer apiVersions: - version: 2022-02-01-preview @@ -1000,11 +760,8 @@ schemas: default: name: ProbeSettingsFailureThreshold description: The number of failures to allow before returning an unhealthy status. - go: - name: int32 - description: The number of failures to allow before returning an unhealthy status. protocol: {} - - &ref_326 + - &ref_314 type: integer apiVersions: - version: 2022-02-01-preview @@ -1014,11 +771,8 @@ schemas: default: name: ProbeSettingsSuccessThreshold description: The number of successful probes before returning a healthy status. - go: - name: int32 - description: The number of successful probes before returning a healthy status. protocol: {} - - &ref_333 + - &ref_321 type: integer apiVersions: - version: 2022-02-01-preview @@ -1028,11 +782,8 @@ schemas: default: name: OnlineRequestSettingsMaxConcurrentRequestsPerInstance description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. - go: - name: int32 - description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. protocol: {} - - &ref_2366 + - &ref_1722 type: integer apiVersions: - version: 2022-02-01-preview @@ -1044,12 +795,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_2389 + - &ref_1735 type: integer apiVersions: - version: 2022-02-01-preview @@ -1061,12 +808,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1133 + - &ref_1053 type: integer apiVersions: - version: 2022-02-01-preview @@ -1075,11 +818,8 @@ schemas: default: name: DeploymentLogsRequestTail description: The maximum number of lines to tail. - go: - name: int32 - description: The maximum number of lines to tail. protocol: {} - - &ref_1136 + - &ref_1056 type: integer apiVersions: - version: 2022-02-01-preview @@ -1089,11 +829,8 @@ schemas: default: name: SkuCapacityDefault description: Gets or sets the default capacity. - go: - name: int32 - description: Gets or sets the default capacity. protocol: {} - - &ref_1137 + - &ref_1057 type: integer apiVersions: - version: 2022-02-01-preview @@ -1103,11 +840,8 @@ schemas: default: name: SkuCapacityMaximum description: Gets or sets the maximum. - go: - name: int32 - description: Gets or sets the maximum. protocol: {} - - &ref_1138 + - &ref_1058 type: integer apiVersions: - version: 2022-02-01-preview @@ -1117,11 +851,8 @@ schemas: default: name: SkuCapacityMinimum description: Gets or sets the minimum. - go: - name: int32 - description: Gets or sets the minimum. protocol: {} - - &ref_2332 + - &ref_1704 type: integer apiVersions: - version: 2022-02-01-preview @@ -1133,12 +864,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1148 + - &ref_1068 type: integer apiVersions: - version: 2022-02-01-preview @@ -1148,11 +875,8 @@ schemas: default: name: EndpointAuthTokenExpiryTimeUtc description: Access token expiry time (UTC). - go: - name: int64 - description: Access token expiry time (UTC). protocol: {} - - &ref_1149 + - &ref_1069 type: integer apiVersions: - version: 2022-02-01-preview @@ -1162,11 +886,8 @@ schemas: default: name: EndpointAuthTokenRefreshAfterTimeUtc description: Refresh access token after time (UTC). - go: - name: int64 - description: Refresh access token after time (UTC). protocol: {} - - &ref_256 + - &ref_95 type: integer apiVersions: - version: 2022-02-01-preview @@ -1176,11 +897,8 @@ schemas: default: name: AKSSchemaPropertiesAgentCount description: Number of agents - go: - name: int32 - description: Number of agents protocol: {} - - &ref_111 + - &ref_138 type: integer apiVersions: - version: 2022-02-01-preview @@ -1190,11 +908,8 @@ schemas: default: name: AmlComputePropertiesCurrentNodeCount description: The number of compute nodes currently assigned to the compute. - go: - name: int32 - description: The number of compute nodes currently assigned to the compute. protocol: {} - - &ref_112 + - &ref_139 type: integer apiVersions: - version: 2022-02-01-preview @@ -1206,13 +921,8 @@ schemas: description: >- The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation. - go: - name: int32 - description: >- - The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the - target node count for the previous resize operation. protocol: {} - - &ref_113 + - &ref_140 type: integer apiVersions: - version: 2022-02-01-preview @@ -1222,11 +932,8 @@ schemas: default: name: NodeStateCountsIdleNodeCount description: Number of compute nodes in idle state. - go: - name: int32 - description: Number of compute nodes in idle state. protocol: {} - - &ref_114 + - &ref_141 type: integer apiVersions: - version: 2022-02-01-preview @@ -1236,11 +943,8 @@ schemas: default: name: NodeStateCountsRunningNodeCount description: Number of compute nodes which are running jobs. - go: - name: int32 - description: Number of compute nodes which are running jobs. protocol: {} - - &ref_115 + - &ref_142 type: integer apiVersions: - version: 2022-02-01-preview @@ -1250,11 +954,8 @@ schemas: default: name: NodeStateCountsPreparingNodeCount description: Number of compute nodes which are being prepared. - go: - name: int32 - description: Number of compute nodes which are being prepared. protocol: {} - - &ref_116 + - &ref_143 type: integer apiVersions: - version: 2022-02-01-preview @@ -1264,11 +965,8 @@ schemas: default: name: NodeStateCountsUnusableNodeCount description: Number of compute nodes which are in unusable state. - go: - name: int32 - description: Number of compute nodes which are in unusable state. protocol: {} - - &ref_117 + - &ref_144 type: integer apiVersions: - version: 2022-02-01-preview @@ -1278,11 +976,8 @@ schemas: default: name: NodeStateCountsLeavingNodeCount description: Number of compute nodes which are leaving the amlCompute. - go: - name: int32 - description: Number of compute nodes which are leaving the amlCompute. protocol: {} - - &ref_118 + - &ref_145 type: integer apiVersions: - version: 2022-02-01-preview @@ -1292,11 +987,8 @@ schemas: default: name: NodeStateCountsPreemptedNodeCount description: Number of compute nodes which are in preempted state. - go: - name: int32 - description: Number of compute nodes which are in preempted state. protocol: {} - - &ref_128 + - &ref_155 type: integer apiVersions: - version: 2022-02-01-preview @@ -1305,11 +997,8 @@ schemas: default: name: ComputeInstanceSshSettingsSshPort description: Describes the port for connecting through SSH. - go: - name: int32 - description: Describes the port for connecting through SSH. protocol: {} - - &ref_178 + - &ref_202 type: integer apiVersions: - version: 2022-02-01-preview @@ -1319,11 +1008,8 @@ schemas: default: name: ComputeInstanceDataDiskSizeGB description: The initial disk size in gigabytes. - go: - name: int32 - description: The initial disk size in gigabytes. protocol: {} - - &ref_179 + - &ref_203 type: integer apiVersions: - version: 2022-02-01-preview @@ -1333,11 +1019,8 @@ schemas: default: name: ComputeInstanceDataDiskLun description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. - go: - name: int32 - description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. protocol: {} - - &ref_233 + - &ref_218 type: integer apiVersions: - version: 2022-02-01-preview @@ -1346,11 +1029,8 @@ schemas: default: name: VirtualMachineSchemaPropertiesSshPort description: Port open for ssh connections. - go: - name: int32 - description: Port open for ssh connections. protocol: {} - - &ref_234 + - &ref_219 type: integer apiVersions: - version: 2022-02-01-preview @@ -1359,11 +1039,8 @@ schemas: default: name: VirtualMachineSchemaPropertiesNotebookServerPort description: Notebook server port open for ssh connections. - go: - name: int32 - description: Notebook server port open for ssh connections. protocol: {} - - &ref_201 + - &ref_228 type: integer apiVersions: - version: 2022-02-01-preview @@ -1372,11 +1049,8 @@ schemas: default: name: HDInsightPropertiesSshPort description: Port open for ssh connections on the master node of the cluster. - go: - name: int32 - description: Port open for ssh connections on the master node of the cluster. protocol: {} - - &ref_218 + - &ref_239 type: integer apiVersions: - version: 2022-02-01-preview @@ -1385,11 +1059,8 @@ schemas: default: name: AutoScalePropertiesMinNodeCount description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_220 + - &ref_241 type: integer apiVersions: - version: 2022-02-01-preview @@ -1398,11 +1069,8 @@ schemas: default: name: AutoScalePropertiesMaxNodeCount description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_221 + - &ref_242 type: integer apiVersions: - version: 2022-02-01-preview @@ -1411,11 +1079,8 @@ schemas: default: name: AutoPausePropertiesDelayInMinutes description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_223 + - &ref_244 type: integer apiVersions: - version: 2022-02-01-preview @@ -1424,11 +1089,8 @@ schemas: default: name: SynapseSparkPropertiesNodeCount description: The number of compute nodes currently assigned to the compute. - go: - name: int32 - description: The number of compute nodes currently assigned to the compute. protocol: {} - - &ref_654 + - &ref_677 type: number apiVersions: - version: 2022-02-01-preview @@ -1438,11 +1100,8 @@ schemas: default: name: BanditPolicySlackAmount description: Absolute distance allowed from the best performing run. - go: - name: float32 - description: Absolute distance allowed from the best performing run. protocol: {} - - &ref_655 + - &ref_678 type: number apiVersions: - version: 2022-02-01-preview @@ -1452,11 +1111,8 @@ schemas: default: name: BanditPolicySlackFactor description: Ratio of the allowed distance from the best performing run. - go: - name: float32 - description: Ratio of the allowed distance from the best performing run. protocol: {} - - &ref_651 + - &ref_684 type: integer apiVersions: - version: 2022-02-01-preview @@ -1466,11 +1122,8 @@ schemas: default: name: EarlyTerminationPolicyDelayEvaluation description: Number of intervals by which to delay the first evaluation. - go: - name: int32 - description: Number of intervals by which to delay the first evaluation. protocol: {} - - &ref_652 + - &ref_685 type: integer apiVersions: - version: 2022-02-01-preview @@ -1480,11 +1133,8 @@ schemas: default: name: EarlyTerminationPolicyEvaluationInterval description: Interval (number of runs) between policy evaluations. - go: - name: int32 - description: Interval (number of runs) between policy evaluations. protocol: {} - - &ref_624 + - &ref_528 type: number apiVersions: - version: 2022-02-01-preview @@ -1493,11 +1143,8 @@ schemas: default: name: ValidationDataSettingsValidationDataSize description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." - go: - name: float64 - description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} - - &ref_640 + - &ref_532 type: number apiVersions: - version: 2022-02-01-preview @@ -1506,11 +1153,8 @@ schemas: default: name: TestDataSettingsTestDataSize description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." - go: - name: float64 - description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} - - &ref_733 + - &ref_545 type: number apiVersions: - version: 2022-02-01-preview @@ -1519,11 +1163,8 @@ schemas: default: name: TableVerticalLimitSettingsExitScore description: Exit score for the AutoML job. - go: - name: float64 - description: Exit score for the AutoML job. protocol: {} - - &ref_734 + - &ref_546 type: integer apiVersions: - version: 2022-02-01-preview @@ -1533,11 +1174,8 @@ schemas: default: name: TableVerticalLimitSettingsMaxConcurrentTrials description: Maximum Concurrent iterations. - go: - name: int32 - description: Maximum Concurrent iterations. protocol: {} - - &ref_735 + - &ref_547 type: integer apiVersions: - version: 2022-02-01-preview @@ -1547,11 +1185,8 @@ schemas: default: name: TableVerticalLimitSettingsMaxCoresPerTrial description: Max cores per iteration. - go: - name: int32 - description: Max cores per iteration. protocol: {} - - &ref_736 + - &ref_548 type: integer apiVersions: - version: 2022-02-01-preview @@ -1561,11 +1196,8 @@ schemas: default: name: TableVerticalLimitSettingsMaxTrials description: Number of iterations. - go: - name: int32 - description: Number of iterations. protocol: {} - - &ref_745 + - &ref_557 type: number apiVersions: - version: 2022-02-01-preview @@ -1575,11 +1207,8 @@ schemas: default: name: StackEnsembleSettingsStackMetaLearnerTrainPercentage description: Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. - go: - name: float64 - description: Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. protocol: {} - - &ref_693 + - &ref_482 type: integer apiVersions: - version: 2022-02-01-preview @@ -1588,11 +1217,8 @@ schemas: default: name: CustomForecastHorizonValue description: '[Required] Forecast horizon value.' - go: - name: int32 - description: '[Required] Forecast horizon value.' protocol: {} - - &ref_629 + - &ref_520 type: integer apiVersions: - version: 2022-02-01-preview @@ -1601,11 +1227,8 @@ schemas: default: name: CustomNCrossValidationsValue description: '[Required] N-Cross validations value.' - go: - name: int32 - description: '[Required] N-Cross validations value.' protocol: {} - - &ref_703 + - &ref_489 type: integer apiVersions: - version: 2022-02-01-preview @@ -1614,22 +1237,16 @@ schemas: default: name: CustomSeasonalityValue description: '[Required] Seasonality value.' - go: - name: int32 - description: '[Required] Seasonality value.' protocol: {} - - &ref_158 + - &ref_184 type: integer precision: 32 language: default: name: ArrayItemschema description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_722 + - &ref_502 type: integer apiVersions: - version: 2022-02-01-preview @@ -1638,11 +1255,8 @@ schemas: default: name: CustomTargetRollingWindowSizeValue description: '[Required] TargetRollingWindowSize value.' - go: - name: int32 - description: '[Required] TargetRollingWindowSize value.' protocol: {} - - &ref_688 + - &ref_479 type: integer apiVersions: - version: 2022-02-01-preview @@ -1651,11 +1265,8 @@ schemas: default: name: ForecastingSettingsCvStepSize description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." - go: - name: int32 - description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." protocol: {} - - &ref_517 + - &ref_571 type: integer apiVersions: - version: 2022-02-01-preview @@ -1664,11 +1275,8 @@ schemas: default: name: ImageModelSettingsClassificationTrainingCropSize description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. - go: - name: int32 - description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - &ref_518 + - &ref_572 type: integer apiVersions: - version: 2022-02-01-preview @@ -1677,11 +1285,8 @@ schemas: default: name: ImageModelSettingsClassificationValidationCropSize description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. - go: - name: int32 - description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - &ref_519 + - &ref_573 type: integer apiVersions: - version: 2022-02-01-preview @@ -1690,11 +1295,8 @@ schemas: default: name: ImageModelSettingsClassificationValidationResizeSize description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. - go: - name: int32 - description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - &ref_520 + - &ref_574 type: integer apiVersions: - version: 2022-02-01-preview @@ -1703,11 +1305,8 @@ schemas: default: name: ImageModelSettingsClassificationWeightedLoss description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." - go: - name: int32 - description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} - - &ref_526 + - &ref_580 type: number apiVersions: - version: 2022-02-01-preview @@ -1716,11 +1315,8 @@ schemas: default: name: ImageModelSettingsBeta1 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_527 + - &ref_581 type: number apiVersions: - version: 2022-02-01-preview @@ -1729,11 +1325,8 @@ schemas: default: name: ImageModelSettingsBeta2 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_530 + - &ref_584 type: integer apiVersions: - version: 2022-02-01-preview @@ -1742,11 +1335,8 @@ schemas: default: name: ImageModelSettingsCheckpointFrequency description: Frequency to store model checkpoints. Must be a positive integer. - go: - name: int32 - description: Frequency to store model checkpoints. Must be a positive integer. protocol: {} - - &ref_534 + - &ref_588 type: integer apiVersions: - version: 2022-02-01-preview @@ -1755,11 +1345,8 @@ schemas: default: name: ImageModelSettingsEarlyStoppingDelay description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." - go: - name: int32 - description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." protocol: {} - - &ref_535 + - &ref_589 type: integer apiVersions: - version: 2022-02-01-preview @@ -1768,11 +1355,8 @@ schemas: default: name: ImageModelSettingsEarlyStoppingPatience description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." - go: - name: int32 - description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." protocol: {} - - &ref_537 + - &ref_591 type: integer apiVersions: - version: 2022-02-01-preview @@ -1781,11 +1365,8 @@ schemas: default: name: ImageModelSettingsEvaluationFrequency description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - go: - name: int32 - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - &ref_538 + - &ref_592 type: integer apiVersions: - version: 2022-02-01-preview @@ -1794,11 +1375,8 @@ schemas: default: name: ImageModelSettingsGradientAccumulationStep description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." - go: - name: int32 - description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." protocol: {} - - &ref_539 + - &ref_593 type: integer apiVersions: - version: 2022-02-01-preview @@ -1807,11 +1385,8 @@ schemas: default: name: ImageModelSettingsLayersToFreeze description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: int32 - description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_540 + - &ref_594 type: number apiVersions: - version: 2022-02-01-preview @@ -1820,11 +1395,8 @@ schemas: default: name: ImageModelSettingsLearningRate description: Initial learning rate. Must be a float in the range [0, 1]. - go: - name: float32 - description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - &ref_543 + - &ref_597 type: number apiVersions: - version: 2022-02-01-preview @@ -1833,11 +1405,8 @@ schemas: default: name: ImageModelSettingsMomentum description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - &ref_545 + - &ref_599 type: integer apiVersions: - version: 2022-02-01-preview @@ -1846,11 +1415,8 @@ schemas: default: name: ImageModelSettingsNumberOfEpochs description: Number of training epochs. Must be a positive integer. - go: - name: int32 - description: Number of training epochs. Must be a positive integer. protocol: {} - - &ref_546 + - &ref_600 type: integer apiVersions: - version: 2022-02-01-preview @@ -1859,11 +1425,8 @@ schemas: default: name: ImageModelSettingsNumberOfWorkers description: Number of data loader workers. Must be a non-negative integer. - go: - name: int32 - description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - &ref_548 + - &ref_602 type: integer apiVersions: - version: 2022-02-01-preview @@ -1872,11 +1435,8 @@ schemas: default: name: ImageModelSettingsRandomSeed description: Random seed to be used when using deterministic training. - go: - name: int32 - description: Random seed to be used when using deterministic training. protocol: {} - - &ref_549 + - &ref_603 type: number apiVersions: - version: 2022-02-01-preview @@ -1885,11 +1445,8 @@ schemas: default: name: ImageModelSettingsSplitRatio description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." - go: - name: float32 - description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." protocol: {} - - &ref_550 + - &ref_604 type: number apiVersions: - version: 2022-02-01-preview @@ -1898,11 +1455,8 @@ schemas: default: name: ImageModelSettingsStepLRGamma description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - &ref_551 + - &ref_605 type: integer apiVersions: - version: 2022-02-01-preview @@ -1911,11 +1465,8 @@ schemas: default: name: ImageModelSettingsStepLRStepSize description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - go: - name: int32 - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - &ref_552 + - &ref_606 type: integer apiVersions: - version: 2022-02-01-preview @@ -1924,11 +1475,8 @@ schemas: default: name: ImageModelSettingsTrainingBatchSize description: Training batch size. Must be a positive integer. - go: - name: int32 - description: Training batch size. Must be a positive integer. protocol: {} - - &ref_553 + - &ref_607 type: integer apiVersions: - version: 2022-02-01-preview @@ -1937,11 +1485,8 @@ schemas: default: name: ImageModelSettingsValidationBatchSize description: Validation batch size. Must be a positive integer. - go: - name: int32 - description: Validation batch size. Must be a positive integer. protocol: {} - - &ref_554 + - &ref_608 type: number apiVersions: - version: 2022-02-01-preview @@ -1950,11 +1495,8 @@ schemas: default: name: ImageModelSettingsWarmupCosineLRCycles description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - &ref_555 + - &ref_609 type: integer apiVersions: - version: 2022-02-01-preview @@ -1963,11 +1505,8 @@ schemas: default: name: ImageModelSettingsWarmupCosineLRWarmupEpochs description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - go: - name: int32 - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - &ref_556 + - &ref_610 type: number apiVersions: - version: 2022-02-01-preview @@ -1976,11 +1515,8 @@ schemas: default: name: ImageModelSettingsWeightDecay description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - go: - name: float32 - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} - - &ref_641 + - &ref_673 type: integer apiVersions: - version: 2022-02-01-preview @@ -1990,11 +1526,8 @@ schemas: default: name: ImageLimitSettingsMaxConcurrentTrials description: Maximum number of concurrent AutoML iterations. - go: - name: int32 - description: Maximum number of concurrent AutoML iterations. protocol: {} - - &ref_642 + - &ref_674 type: integer apiVersions: - version: 2022-02-01-preview @@ -2004,11 +1537,8 @@ schemas: default: name: ImageLimitSettingsMaxTrials description: Maximum number of AutoML iterations. - go: - name: int32 - description: Maximum number of AutoML iterations. protocol: {} - - &ref_658 + - &ref_687 type: integer apiVersions: - version: 2022-02-01-preview @@ -2017,11 +1547,8 @@ schemas: default: name: ImageSweepLimitSettingsMaxConcurrentTrials description: Maximum number of concurrent iterations for the underlying Sweep job. - go: - name: int32 - description: Maximum number of concurrent iterations for the underlying Sweep job. protocol: {} - - &ref_659 + - &ref_688 type: integer apiVersions: - version: 2022-02-01-preview @@ -2030,11 +1557,8 @@ schemas: default: name: ImageSweepLimitSettingsMaxTrials description: Maximum number of iterations for the underlying Sweep job. - go: - name: int32 - description: Maximum number of iterations for the underlying Sweep job. protocol: {} - - &ref_557 + - &ref_611 type: integer apiVersions: - version: 2022-02-01-preview @@ -2043,11 +1567,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionBoxDetectionsPerImage description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: int32 - description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_558 + - &ref_612 type: number apiVersions: - version: 2022-02-01-preview @@ -2056,11 +1577,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionBoxScoreThreshold description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." - go: - name: float32 - description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." protocol: {} - - &ref_559 + - &ref_613 type: integer apiVersions: - version: 2022-02-01-preview @@ -2069,11 +1587,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionImageSize description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: int32 - description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_560 + - &ref_614 type: integer apiVersions: - version: 2022-02-01-preview @@ -2082,11 +1597,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionMaxSize description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: int32 - description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_561 + - &ref_615 type: integer apiVersions: - version: 2022-02-01-preview @@ -2095,11 +1607,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionMinSize description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: int32 - description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_564 + - &ref_618 type: number apiVersions: - version: 2022-02-01-preview @@ -2108,11 +1617,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionNmsIouThreshold description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. - go: - name: float32 - description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. protocol: {} - - &ref_566 + - &ref_620 type: number apiVersions: - version: 2022-02-01-preview @@ -2121,11 +1627,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionTileOverlapRatio description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: float32 - description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_567 + - &ref_621 type: number apiVersions: - version: 2022-02-01-preview @@ -2134,11 +1637,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionTilePredictionsNmsThreshold description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: float32 - description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_568 + - &ref_622 type: number apiVersions: - version: 2022-02-01-preview @@ -2147,11 +1647,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionValidationIouThreshold description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - go: - name: float32 - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - &ref_762 + - &ref_704 type: integer apiVersions: - version: 2022-02-01-preview @@ -2164,11 +1661,8 @@ schemas: default: name: MpiProcessCountPerInstance description: Number of processes per MPI node. - go: - name: int32 - description: Number of processes per MPI node. protocol: {} - - &ref_679 + - &ref_695 type: integer apiVersions: - version: 2022-02-01-preview @@ -2178,11 +1672,8 @@ schemas: default: name: NlpVerticalLimitSettingsMaxConcurrentTrials description: Maximum Concurrent AutoML iterations. - go: - name: int32 - description: Maximum Concurrent AutoML iterations. protocol: {} - - &ref_680 + - &ref_696 type: integer apiVersions: - version: 2022-02-01-preview @@ -2192,11 +1683,8 @@ schemas: default: name: NlpVerticalLimitSettingsMaxTrials description: Number of AutoML iterations. - go: - name: int32 - description: Number of AutoML iterations. protocol: {} - - &ref_755 + - &ref_705 type: integer apiVersions: - version: 2022-02-01-preview @@ -2205,11 +1693,8 @@ schemas: default: name: PyTorchProcessCountPerInstance description: Number of processes per node. - go: - name: int32 - description: Number of processes per node. protocol: {} - - &ref_790 + - &ref_735 type: integer apiVersions: - version: 2022-02-01-preview @@ -2218,11 +1703,8 @@ schemas: default: name: RandomSamplingAlgorithmSeed description: An optional integer to use as the seed for random number generation - go: - name: int32 - description: An optional integer to use as the seed for random number generation protocol: {} - - &ref_157 + - &ref_183 type: integer apiVersions: - version: 2022-02-01-preview @@ -2231,11 +1713,8 @@ schemas: default: name: RecurrenceScheduleInterval description: '[Required] Specifies schedule interval in conjunction with frequency' - go: - name: int32 - description: '[Required] Specifies schedule interval in conjunction with frequency' protocol: {} - - &ref_773 + - &ref_718 type: integer apiVersions: - version: 2022-02-01-preview @@ -2244,11 +1723,8 @@ schemas: default: name: SweepJobLimitsMaxConcurrentTrials description: Sweep Job max concurrent trials. - go: - name: int32 - description: Sweep Job max concurrent trials. protocol: {} - - &ref_774 + - &ref_719 type: integer apiVersions: - version: 2022-02-01-preview @@ -2257,11 +1733,8 @@ schemas: default: name: SweepJobLimitsMaxTotalTrials description: Sweep Job max total trials. - go: - name: int32 - description: Sweep Job max total trials. protocol: {} - - &ref_339 + - &ref_325 type: integer apiVersions: - version: 2022-02-01-preview @@ -2271,11 +1744,8 @@ schemas: default: name: TargetUtilizationScaleSettingsMaxInstances description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. - go: - name: int32 - description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. protocol: {} - - &ref_340 + - &ref_326 type: integer apiVersions: - version: 2022-02-01-preview @@ -2285,11 +1755,8 @@ schemas: default: name: TargetUtilizationScaleSettingsMinInstances description: The minimum number of instances to always be present. - go: - name: int32 - description: The minimum number of instances to always be present. protocol: {} - - &ref_342 + - &ref_328 type: integer apiVersions: - version: 2022-02-01-preview @@ -2299,11 +1766,8 @@ schemas: default: name: TargetUtilizationScaleSettingsTargetUtilizationPercentage description: Target CPU usage for the autoscaler. - go: - name: int32 - description: Target CPU usage for the autoscaler. protocol: {} - - &ref_756 + - &ref_706 type: integer apiVersions: - version: 2022-02-01-preview @@ -2317,11 +1781,8 @@ schemas: default: name: TensorFlowParameterServerCount description: Number of parameter server tasks. - go: - name: int32 - description: Number of parameter server tasks. protocol: {} - - &ref_757 + - &ref_707 type: integer apiVersions: - version: 2022-02-01-preview @@ -2334,11 +1795,8 @@ schemas: default: name: TensorFlowWorkerCount description: Number of workers. If not specified, will default to the instance count. - go: - name: int32 - description: Number of workers. If not specified, will default to the instance count. protocol: {} - - &ref_647 + - &ref_679 type: integer apiVersions: - version: 2022-02-01-preview @@ -2348,9 +1806,6 @@ schemas: default: name: TruncationSelectionPolicyTruncationPercentage description: The percentage of runs to cancel at each evaluation interval. - go: - name: int32 - description: The percentage of runs to cancel at each evaluation interval. protocol: {} strings: - &ref_0 @@ -2359,11 +1814,8 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - - &ref_56 + - &ref_55 type: string apiVersions: - version: 2022-02-01-preview @@ -2371,11 +1823,8 @@ schemas: default: name: AmlOperationName description: 'Operation name: {provider}/{resource}/{operation}' - go: - name: string - description: 'Operation name: {provider}/{resource}/{operation}' protocol: {} - - &ref_57 + - &ref_56 type: string apiVersions: - version: 2022-02-01-preview @@ -2383,11 +1832,8 @@ schemas: default: name: AmlOperationDisplayProvider description: 'The resource provider name: Microsoft.MachineLearningExperimentation' - go: - name: string - description: 'The resource provider name: Microsoft.MachineLearningExperimentation' protocol: {} - - &ref_58 + - &ref_57 type: string apiVersions: - version: 2022-02-01-preview @@ -2395,11 +1841,8 @@ schemas: default: name: AmlOperationDisplayResource description: The resource on which the operation is performed. - go: - name: string - description: The resource on which the operation is performed. protocol: {} - - &ref_59 + - &ref_58 type: string apiVersions: - version: 2022-02-01-preview @@ -2407,11 +1850,8 @@ schemas: default: name: AmlOperationDisplayOperation description: The operation that users can perform. - go: - name: string - description: The operation that users can perform. protocol: {} - - &ref_60 + - &ref_59 type: string apiVersions: - version: 2022-02-01-preview @@ -2419,11 +1859,8 @@ schemas: default: name: AmlOperationDisplayDescription description: The description for the operation. - go: - name: string - description: The description for the operation. protocol: {} - - &ref_65 + - &ref_63 type: string apiVersions: - version: '3.0' @@ -2431,11 +1868,8 @@ schemas: default: name: ErrorDetailCode description: The error code. - go: - name: string - description: The error code. protocol: {} - - &ref_66 + - &ref_64 type: string apiVersions: - version: '3.0' @@ -2443,11 +1877,8 @@ schemas: default: name: ErrorDetailMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - - &ref_67 + - &ref_65 type: string apiVersions: - version: '3.0' @@ -2455,11 +1886,8 @@ schemas: default: name: ErrorDetailTarget description: The error target. - go: - name: string - description: The error target. protocol: {} - - &ref_69 + - &ref_67 type: string apiVersions: - version: '3.0' @@ -2467,11 +1895,8 @@ schemas: default: name: ErrorAdditionalInfoType description: The additional info type. - go: - name: string - description: The additional info type. protocol: {} - - &ref_1287 + - &ref_1207 type: string apiVersions: - version: '3.0' @@ -2480,11 +1905,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_1299 + - &ref_1214 type: string apiVersions: - version: '3.0' @@ -2494,9 +1916,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_1 type: string @@ -2507,12 +1926,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_869 + - &ref_796 type: string apiVersions: - version: 2022-02-01-preview @@ -2520,11 +1935,8 @@ schemas: default: name: WorkspacePropertiesWorkspaceId description: The immutable id associated with this workspace. - go: - name: string - description: The immutable id associated with this workspace. protocol: {} - - &ref_870 + - &ref_797 type: string apiVersions: - version: 2022-02-01-preview @@ -2532,11 +1944,8 @@ schemas: default: name: WorkspacePropertiesDescription description: The description of this workspace. - go: - name: string - description: The description of this workspace. protocol: {} - - &ref_871 + - &ref_798 type: string apiVersions: - version: 2022-02-01-preview @@ -2544,11 +1953,8 @@ schemas: default: name: WorkspacePropertiesFriendlyName description: The friendly name for this workspace. This name in mutable - go: - name: string - description: The friendly name for this workspace. This name in mutable protocol: {} - - &ref_872 + - &ref_799 type: string apiVersions: - version: 2022-02-01-preview @@ -2556,11 +1962,8 @@ schemas: default: name: WorkspacePropertiesKeyVault description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created - go: - name: string - description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - &ref_873 + - &ref_800 type: string apiVersions: - version: 2022-02-01-preview @@ -2568,11 +1971,8 @@ schemas: default: name: WorkspacePropertiesApplicationInsights description: ARM id of the application insights associated with this workspace. - go: - name: string - description: ARM id of the application insights associated with this workspace. protocol: {} - - &ref_874 + - &ref_801 type: string apiVersions: - version: 2022-02-01-preview @@ -2580,11 +1980,8 @@ schemas: default: name: WorkspacePropertiesContainerRegistry description: ARM id of the container registry associated with this workspace. - go: - name: string - description: ARM id of the container registry associated with this workspace. protocol: {} - - &ref_875 + - &ref_802 type: string apiVersions: - version: 2022-02-01-preview @@ -2592,11 +1989,8 @@ schemas: default: name: WorkspacePropertiesStorageAccount description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created - go: - name: string - description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - &ref_876 + - &ref_803 type: string apiVersions: - version: 2022-02-01-preview @@ -2604,11 +1998,8 @@ schemas: default: name: WorkspacePropertiesDiscoveryUrl description: Url for the discovery service to identify regional endpoints for machine learning experimentation services - go: - name: string - description: Url for the discovery service to identify regional endpoints for machine learning experimentation services protocol: {} - - &ref_878 + - &ref_805 type: string apiVersions: - version: 2022-02-01-preview @@ -2616,11 +2007,8 @@ schemas: default: name: IdentityForCmkUserAssignedIdentity description: The ArmId of the user assigned identity that will be used to access the customer managed key vault - go: - name: string - description: The ArmId of the user assigned identity that will be used to access the customer managed key vault protocol: {} - - &ref_879 + - &ref_806 type: string apiVersions: - version: 2022-02-01-preview @@ -2628,11 +2016,8 @@ schemas: default: name: EncryptionKeyVaultPropertiesKeyVaultArmId description: The ArmId of the keyVault where the customer owned encryption key is present. - go: - name: string - description: The ArmId of the keyVault where the customer owned encryption key is present. protocol: {} - - &ref_880 + - &ref_807 type: string apiVersions: - version: 2022-02-01-preview @@ -2640,11 +2025,8 @@ schemas: default: name: EncryptionKeyVaultPropertiesKeyIdentifier description: Key vault uri to access the encryption key. - go: - name: string - description: Key vault uri to access the encryption key. protocol: {} - - &ref_881 + - &ref_808 type: string apiVersions: - version: 2022-02-01-preview @@ -2652,11 +2034,8 @@ schemas: default: name: EncryptionKeyVaultPropertiesIdentityClientId description: For future use - The client id of the identity which will be used to access key vault. - go: - name: string - description: For future use - The client id of the identity which will be used to access key vault. protocol: {} - - &ref_883 + - &ref_810 type: string apiVersions: - version: 2022-02-01-preview @@ -2664,11 +2043,8 @@ schemas: default: name: WorkspacePropertiesServiceProvisionedResourceGroup description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace - go: - name: string - description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace protocol: {} - - &ref_885 + - &ref_812 type: string apiVersions: - version: 2022-02-01-preview @@ -2676,11 +2052,8 @@ schemas: default: name: WorkspacePropertiesImageBuildCompute description: The compute name for image build - go: - name: string - description: The compute name for image build protocol: {} - - &ref_72 + - &ref_70 type: string apiVersions: - version: 2022-02-01-preview @@ -2688,11 +2061,8 @@ schemas: default: name: PrivateEndpointId description: The ARM identifier for Private Endpoint - go: - name: string - description: The ARM identifier for Private Endpoint protocol: {} - - &ref_73 + - &ref_71 type: string apiVersions: - version: 2022-02-01-preview @@ -2700,11 +2070,8 @@ schemas: default: name: PrivateEndpointSubnetArmId description: The ARM identifier for Subnet resource that private endpoint links to - go: - name: string - description: The ARM identifier for Subnet resource that private endpoint links to protocol: {} - - &ref_75 + - &ref_73 type: string apiVersions: - version: 2022-02-01-preview @@ -2712,11 +2079,8 @@ schemas: default: name: PrivateLinkServiceConnectionStateDescription description: The reason for approval/rejection of the connection. - go: - name: string - description: The reason for approval/rejection of the connection. protocol: {} - - &ref_76 + - &ref_74 type: string apiVersions: - version: 2022-02-01-preview @@ -2724,11 +2088,8 @@ schemas: default: name: PrivateLinkServiceConnectionStateActionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: string - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - - &ref_82 + - &ref_80 type: string apiVersions: - version: 2022-02-01-preview @@ -2736,11 +2097,8 @@ schemas: default: name: PrivateEndpointConnectionLocation description: Specifies the location of the resource. - go: - name: string - description: Specifies the location of the resource. protocol: {} - - &ref_84 + - &ref_82 type: string apiVersions: - version: '3.0' @@ -2748,11 +2106,8 @@ schemas: default: name: SkuName description: The name of the SKU. Ex - P3. It is typically a letter+number code - go: - name: string - description: The name of the SKU. Ex - P3. It is typically a letter+number code protocol: {} - - &ref_86 + - &ref_84 type: string apiVersions: - version: '3.0' @@ -2760,11 +2115,8 @@ schemas: default: name: SkuSize description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' - go: - name: string - description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' protocol: {} - - &ref_87 + - &ref_85 type: string apiVersions: - version: '3.0' @@ -2772,11 +2124,8 @@ schemas: default: name: SkuFamily description: If the service has different generations of hardware, for the same SKU, then that can be captured here. - go: - name: string - description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - &ref_861 + - &ref_788 type: string apiVersions: - version: '3.0' @@ -2784,11 +2133,8 @@ schemas: default: name: ResourceId description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - go: - name: string - description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - - &ref_862 + - &ref_789 type: string apiVersions: - version: '3.0' @@ -2796,11 +2142,8 @@ schemas: default: name: ResourceName description: The name of the resource - go: - name: string - description: The name of the resource protocol: {} - - &ref_863 + - &ref_790 type: string apiVersions: - version: '3.0' @@ -2808,11 +2151,8 @@ schemas: default: name: ResourceType description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" - go: - name: string - description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - - &ref_864 + - &ref_791 type: string apiVersions: - version: '3.0' @@ -2820,11 +2160,8 @@ schemas: default: name: SystemDataCreatedBy description: The identity that created the resource. - go: - name: string - description: The identity that created the resource. protocol: {} - - &ref_867 + - &ref_794 type: string apiVersions: - version: '3.0' @@ -2832,11 +2169,8 @@ schemas: default: name: SystemDataLastModifiedBy description: The identity that last modified the resource. - go: - name: string - description: The identity that last modified the resource. protocol: {} - - &ref_888 + - &ref_815 type: string apiVersions: - version: 2022-02-01-preview @@ -2844,11 +2178,8 @@ schemas: default: name: SharedPrivateLinkResourceName description: Unique name of the private link. - go: - name: string - description: Unique name of the private link. protocol: {} - - &ref_889 + - &ref_816 type: string apiVersions: - version: 2022-02-01-preview @@ -2856,11 +2187,8 @@ schemas: default: name: SharedPrivateLinkResourcePropertyPrivateLinkResourceId description: The resource id that private link links to. - go: - name: string - description: The resource id that private link links to. protocol: {} - - &ref_890 + - &ref_817 type: string apiVersions: - version: 2022-02-01-preview @@ -2868,11 +2196,8 @@ schemas: default: name: SharedPrivateLinkResourcePropertyGroupId description: The private link resource group id. - go: - name: string - description: The private link resource group id. protocol: {} - - &ref_891 + - &ref_818 type: string apiVersions: - version: 2022-02-01-preview @@ -2880,11 +2205,8 @@ schemas: default: name: SharedPrivateLinkResourcePropertyRequestMessage description: Request message. - go: - name: string - description: Request message. protocol: {} - - &ref_892 + - &ref_819 type: string apiVersions: - version: 2022-02-01-preview @@ -2892,11 +2214,8 @@ schemas: default: name: NotebookResourceInfoFqdn description: '' - go: - name: string - description: '' protocol: {} - - &ref_893 + - &ref_820 type: string apiVersions: - version: 2022-02-01-preview @@ -2904,11 +2223,8 @@ schemas: default: name: NotebookResourceInfoResourceId description: the data plane resourceId that used to initialize notebook component - go: - name: string - description: the data plane resourceId that used to initialize notebook component protocol: {} - - &ref_894 + - &ref_821 type: string apiVersions: - version: 2022-02-01-preview @@ -2916,11 +2232,8 @@ schemas: default: name: NotebookPreparationErrorMessage description: '' - go: - name: string - description: '' protocol: {} - - &ref_897 + - &ref_824 type: string apiVersions: - version: 2022-02-01-preview @@ -2928,11 +2241,8 @@ schemas: default: name: WorkspacePropertiesPrimaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. - go: - name: string - description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - &ref_898 + - &ref_825 type: string apiVersions: - version: 2022-02-01-preview @@ -2940,11 +2250,8 @@ schemas: default: name: WorkspacePropertiesTenantId description: The tenant id associated with this workspace. - go: - name: string - description: The tenant id associated with this workspace. protocol: {} - - &ref_900 + - &ref_827 type: string apiVersions: - version: 2022-02-01-preview @@ -2952,11 +2259,8 @@ schemas: default: name: WorkspacePropertiesMlFlowTrackingUri description: The URI associated with this workspace that machine learning flow must point at to set up tracking. - go: - name: string - description: The URI associated with this workspace that machine learning flow must point at to set up tracking. protocol: {} - - &ref_901 + - &ref_828 type: string apiVersions: - version: 2022-02-01-preview @@ -2964,11 +2268,8 @@ schemas: default: name: WorkspaceLocation description: Specifies the location of the resource. - go: - name: string - description: Specifies the location of the resource. protocol: {} - - &ref_919 + - &ref_846 type: string apiVersions: - version: 2022-02-01-preview @@ -2976,11 +2277,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersDescription description: The description of this workspace. - go: - name: string - description: The description of this workspace. protocol: {} - - &ref_920 + - &ref_847 type: string apiVersions: - version: 2022-02-01-preview @@ -2988,11 +2286,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersFriendlyName description: The friendly name for this workspace. - go: - name: string - description: The friendly name for this workspace. protocol: {} - - &ref_921 + - &ref_848 type: string apiVersions: - version: 2022-02-01-preview @@ -3000,11 +2295,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersImageBuildCompute description: The compute name for image build - go: - name: string - description: The compute name for image build protocol: {} - - &ref_922 + - &ref_849 type: string apiVersions: - version: 2022-02-01-preview @@ -3012,11 +2304,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersPrimaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. - go: - name: string - description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - &ref_923 + - &ref_850 type: string apiVersions: - version: 2022-02-01-preview @@ -3024,11 +2313,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersApplicationInsights description: ARM id of the application insights associated with this workspace. - go: - name: string - description: ARM id of the application insights associated with this workspace. protocol: {} - - &ref_924 + - &ref_851 type: string apiVersions: - version: 2022-02-01-preview @@ -3036,11 +2322,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersContainerRegistry description: ARM id of the container registry associated with this workspace. - go: - name: string - description: ARM id of the container registry associated with this workspace. protocol: {} - - &ref_926 + - &ref_853 type: string apiVersions: - version: 2022-02-01-preview @@ -3048,11 +2331,8 @@ schemas: default: name: WorkspaceListResultNextLink description: The URI that can be used to request the next list of machine learning workspaces. - go: - name: string - description: The URI that can be used to request the next list of machine learning workspaces. protocol: {} - - &ref_937 + - &ref_864 type: string apiVersions: - version: 2022-02-01-preview @@ -3060,11 +2340,8 @@ schemas: default: name: DiagnoseResultCode description: Code for workspace setup error - go: - name: string - description: Code for workspace setup error protocol: {} - - &ref_939 + - &ref_866 type: string apiVersions: - version: 2022-02-01-preview @@ -3072,11 +2349,8 @@ schemas: default: name: DiagnoseResultMessage description: Message of workspace setup error - go: - name: string - description: Message of workspace setup error protocol: {} - - &ref_943 + - &ref_869 type: string apiVersions: - version: 2022-02-01-preview @@ -3086,11 +2360,8 @@ schemas: default: name: ListWorkspaceKeysResultUserStorageKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_944 + - &ref_870 type: string apiVersions: - version: 2022-02-01-preview @@ -3098,11 +2369,8 @@ schemas: default: name: ListWorkspaceKeysResultUserStorageResourceId description: '' - go: - name: string - description: '' protocol: {} - - &ref_945 + - &ref_871 type: string apiVersions: - version: 2022-02-01-preview @@ -3112,11 +2380,8 @@ schemas: default: name: ListWorkspaceKeysResultAppInsightsInstrumentationKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_946 + - &ref_872 type: string apiVersions: - version: 2022-02-01-preview @@ -3124,11 +2389,8 @@ schemas: default: name: RegistryListCredentialsResultLocation description: '' - go: - name: string - description: '' protocol: {} - - &ref_947 + - &ref_873 type: string apiVersions: - version: 2022-02-01-preview @@ -3136,11 +2398,8 @@ schemas: default: name: RegistryListCredentialsResultUsername description: '' - go: - name: string - description: '' protocol: {} - - &ref_948 + - &ref_874 type: string apiVersions: - version: 2022-02-01-preview @@ -3148,11 +2407,8 @@ schemas: default: name: PasswordName description: '' - go: - name: string - description: '' protocol: {} - - &ref_949 + - &ref_875 type: string apiVersions: - version: 2022-02-01-preview @@ -3160,11 +2416,8 @@ schemas: default: name: PasswordValue description: '' - go: - name: string - description: '' protocol: {} - - &ref_950 + - &ref_876 type: string apiVersions: - version: 2022-02-01-preview @@ -3174,11 +2427,8 @@ schemas: default: name: ListNotebookKeysResultPrimaryAccessKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_951 + - &ref_877 type: string apiVersions: - version: 2022-02-01-preview @@ -3188,11 +2438,8 @@ schemas: default: name: ListNotebookKeysResultSecondaryAccessKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_1423 + - &ref_1257 type: string apiVersions: - version: 2022-02-01-preview @@ -3201,11 +2448,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_955 + - &ref_881 type: string apiVersions: - version: 2022-02-01-preview @@ -3213,11 +2457,8 @@ schemas: default: name: UsageId description: Specifies the resource ID. - go: - name: string - description: Specifies the resource ID. protocol: {} - - &ref_956 + - &ref_882 type: string apiVersions: - version: 2022-02-01-preview @@ -3225,11 +2466,8 @@ schemas: default: name: UsageAmlWorkspaceLocation description: Region of the AML workspace in the id. - go: - name: string - description: Region of the AML workspace in the id. protocol: {} - - &ref_957 + - &ref_883 type: string apiVersions: - version: 2022-02-01-preview @@ -3237,11 +2475,8 @@ schemas: default: name: UsageType description: Specifies the resource type. - go: - name: string - description: Specifies the resource type. protocol: {} - - &ref_961 + - &ref_887 type: string apiVersions: - version: 2022-02-01-preview @@ -3249,11 +2484,8 @@ schemas: default: name: UsageNameValue description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - - &ref_962 + - &ref_888 type: string apiVersions: - version: 2022-02-01-preview @@ -3261,11 +2493,8 @@ schemas: default: name: UsageNameLocalizedValue description: The localized name of the resource. - go: - name: string - description: The localized name of the resource. protocol: {} - - &ref_963 + - &ref_889 type: string apiVersions: - version: 2022-02-01-preview @@ -3273,11 +2502,8 @@ schemas: default: name: ListUsagesResultNextLink description: The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. - go: - name: string - description: The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. protocol: {} - - &ref_966 + - &ref_892 type: string apiVersions: - version: 2022-02-01-preview @@ -3286,11 +2512,8 @@ schemas: default: name: VirtualMachineSizeName description: The name of the virtual machine size. - go: - name: string - description: The name of the virtual machine size. protocol: {} - - &ref_967 + - &ref_893 type: string apiVersions: - version: 2022-02-01-preview @@ -3299,11 +2522,8 @@ schemas: default: name: VirtualMachineSizeFamily description: The family name of the virtual machine size. - go: - name: string - description: The family name of the virtual machine size. protocol: {} - - &ref_980 + - &ref_906 type: string apiVersions: - version: 2022-02-01-preview @@ -3311,11 +2531,8 @@ schemas: default: name: VirtualMachineSizeSupportedComputeTypesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_984 + - &ref_910 type: string apiVersions: - version: 2022-02-01-preview @@ -3323,11 +2540,8 @@ schemas: default: name: QuotaBasePropertiesId description: Specifies the resource ID. - go: - name: string - description: Specifies the resource ID. protocol: {} - - &ref_985 + - &ref_911 type: string apiVersions: - version: 2022-02-01-preview @@ -3335,11 +2549,8 @@ schemas: default: name: QuotaBasePropertiesType description: Specifies the resource type. - go: - name: string - description: Specifies the resource type. protocol: {} - - &ref_988 + - &ref_914 type: string apiVersions: - version: 2022-02-01-preview @@ -3347,11 +2558,8 @@ schemas: default: name: QuotaUpdateParametersLocation description: Region of workspace quota to be updated. - go: - name: string - description: Region of workspace quota to be updated. protocol: {} - - &ref_990 + - &ref_916 type: string apiVersions: - version: 2022-02-01-preview @@ -3359,11 +2567,8 @@ schemas: default: name: UpdateWorkspaceQuotasId description: Specifies the resource ID. - go: - name: string - description: Specifies the resource ID. protocol: {} - - &ref_991 + - &ref_917 type: string apiVersions: - version: 2022-02-01-preview @@ -3371,11 +2576,8 @@ schemas: default: name: UpdateWorkspaceQuotasType description: Specifies the resource type. - go: - name: string - description: Specifies the resource type. protocol: {} - - &ref_994 + - &ref_920 type: string apiVersions: - version: 2022-02-01-preview @@ -3383,11 +2585,8 @@ schemas: default: name: UpdateWorkspaceQuotasResultNextLink description: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. - go: - name: string - description: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. protocol: {} - - &ref_996 + - &ref_922 type: string apiVersions: - version: 2022-02-01-preview @@ -3395,11 +2594,8 @@ schemas: default: name: ResourceQuotaId description: Specifies the resource ID. - go: - name: string - description: Specifies the resource ID. protocol: {} - - &ref_997 + - &ref_923 type: string apiVersions: - version: 2022-02-01-preview @@ -3407,11 +2603,8 @@ schemas: default: name: ResourceQuotaAmlWorkspaceLocation description: Region of the AML workspace in the id. - go: - name: string - description: Region of the AML workspace in the id. protocol: {} - - &ref_998 + - &ref_924 type: string apiVersions: - version: 2022-02-01-preview @@ -3419,11 +2612,8 @@ schemas: default: name: ResourceQuotaType description: Specifies the resource type. - go: - name: string - description: Specifies the resource type. protocol: {} - - &ref_999 + - &ref_925 type: string apiVersions: - version: 2022-02-01-preview @@ -3431,11 +2621,8 @@ schemas: default: name: ResourceNameValue description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - - &ref_1000 + - &ref_926 type: string apiVersions: - version: 2022-02-01-preview @@ -3443,11 +2630,8 @@ schemas: default: name: ResourceNameLocalizedValue description: The localized name of the resource. - go: - name: string - description: The localized name of the resource. protocol: {} - - &ref_1002 + - &ref_928 type: string apiVersions: - version: 2022-02-01-preview @@ -3455,11 +2639,8 @@ schemas: default: name: ListWorkspaceQuotasNextLink description: The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. - go: - name: string - description: The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. protocol: {} - - &ref_277 + - &ref_265 type: string apiVersions: - version: 2022-02-01-preview @@ -3467,9 +2648,6 @@ schemas: default: name: ComputeResourceLocation description: Specifies the location of the resource. - go: - name: string - description: Specifies the location of the resource. protocol: {} - &ref_3 type: string @@ -3480,12 +2658,8 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - - &ref_244 + - &ref_255 type: string apiVersions: - version: 2022-02-01-preview @@ -3493,11 +2667,8 @@ schemas: default: name: ComputeLocation description: Location for the underlying compute - go: - name: string - description: Location for the underlying compute protocol: {} - - &ref_246 + - &ref_257 type: string apiVersions: - version: 2022-02-01-preview @@ -3505,11 +2676,8 @@ schemas: default: name: ComputeDescription description: The description of the Machine Learning compute. - go: - name: string - description: The description of the Machine Learning compute. protocol: {} - - &ref_249 + - &ref_260 type: string apiVersions: - version: 2022-02-01-preview @@ -3517,11 +2685,8 @@ schemas: default: name: ComputeResourceId description: ARM resource id of the underlying compute - go: - name: string - description: ARM resource id of the underlying compute protocol: {} - - &ref_1005 + - &ref_931 type: string apiVersions: - version: 2022-02-01-preview @@ -3529,11 +2694,8 @@ schemas: default: name: PaginatedComputeResourcesListNextLink description: A continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_1503 + - &ref_1292 type: string apiVersions: - version: 2022-02-01-preview @@ -3542,12 +2704,8 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - - &ref_1504 + - &ref_1293 type: string apiVersions: - version: 2022-02-01-preview @@ -3556,12 +2714,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1009 + - &ref_935 type: string apiVersions: - version: 2022-02-01-preview @@ -3570,11 +2724,8 @@ schemas: default: name: AmlComputeNodeInformationNodeId description: ID of the compute node. - go: - name: string - description: ID of the compute node. protocol: {} - - &ref_1010 + - &ref_936 type: string apiVersions: - version: 2022-02-01-preview @@ -3583,11 +2734,8 @@ schemas: default: name: AmlComputeNodeInformationPrivateIpAddress description: Private IP address of the compute node. - go: - name: string - description: Private IP address of the compute node. protocol: {} - - &ref_1011 + - &ref_937 type: string apiVersions: - version: 2022-02-01-preview @@ -3596,11 +2744,8 @@ schemas: default: name: AmlComputeNodeInformationPublicIpAddress description: Public IP address of the compute node. - go: - name: string - description: Public IP address of the compute node. protocol: {} - - &ref_1014 + - &ref_940 type: string apiVersions: - version: 2022-02-01-preview @@ -3609,11 +2754,8 @@ schemas: default: name: AmlComputeNodeInformationRunId description: ID of the Experiment running on the node, if any else null. - go: - name: string - description: ID of the Experiment running on the node, if any else null. protocol: {} - - &ref_1015 + - &ref_941 type: string apiVersions: - version: 2022-02-01-preview @@ -3621,11 +2763,8 @@ schemas: default: name: AmlComputeNodesInformationNextLink description: The continuation token. - go: - name: string - description: The continuation token. protocol: {} - - &ref_1017 + - &ref_943 type: string apiVersions: - version: 2022-02-01-preview @@ -3633,11 +2772,8 @@ schemas: default: name: NotebookAccessTokenResultNotebookResourceId description: '' - go: - name: string - description: '' protocol: {} - - &ref_1018 + - &ref_944 type: string apiVersions: - version: 2022-02-01-preview @@ -3645,11 +2781,8 @@ schemas: default: name: NotebookAccessTokenResultHostName description: '' - go: - name: string - description: '' protocol: {} - - &ref_1019 + - &ref_945 type: string apiVersions: - version: 2022-02-01-preview @@ -3657,11 +2790,8 @@ schemas: default: name: NotebookAccessTokenResultPublicDns description: '' - go: - name: string - description: '' protocol: {} - - &ref_1020 + - &ref_946 type: string apiVersions: - version: 2022-02-01-preview @@ -3671,11 +2801,8 @@ schemas: default: name: NotebookAccessTokenResultAccessToken description: '' - go: - name: string - description: '' protocol: {} - - &ref_1021 + - &ref_947 type: string apiVersions: - version: 2022-02-01-preview @@ -3683,11 +2810,8 @@ schemas: default: name: NotebookAccessTokenResultTokenType description: '' - go: - name: string - description: '' protocol: {} - - &ref_1023 + - &ref_949 type: string apiVersions: - version: 2022-02-01-preview @@ -3697,11 +2821,8 @@ schemas: default: name: NotebookAccessTokenResultRefreshToken description: '' - go: - name: string - description: '' protocol: {} - - &ref_1024 + - &ref_950 type: string apiVersions: - version: 2022-02-01-preview @@ -3709,9 +2830,6 @@ schemas: default: name: NotebookAccessTokenResultScope description: '' - go: - name: string - description: '' protocol: {} - &ref_4 type: string @@ -3722,12 +2840,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_280 + - &ref_268 type: string apiVersions: - version: 2022-02-01-preview @@ -3735,11 +2849,8 @@ schemas: default: name: PrivateLinkResourcePropertiesGroupId description: The private link resource group id. - go: - name: string - description: The private link resource group id. protocol: {} - - &ref_281 + - &ref_269 type: string apiVersions: - version: 2022-02-01-preview @@ -3747,11 +2858,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembersItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_282 + - &ref_270 type: string apiVersions: - version: 2022-02-01-preview @@ -3759,11 +2867,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_283 + - &ref_271 type: string apiVersions: - version: 2022-02-01-preview @@ -3771,11 +2876,8 @@ schemas: default: name: PrivateLinkResourceLocation description: Specifies the location of the resource. - go: - name: string - description: Specifies the location of the resource. protocol: {} - - &ref_1038 + - &ref_964 type: string apiVersions: - version: 2022-02-01-preview @@ -3785,11 +2887,8 @@ schemas: default: name: ListStorageAccountKeysResultUserStorageKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_285 + - &ref_273 type: string apiVersions: - version: 2022-02-01-preview @@ -3797,11 +2896,8 @@ schemas: default: name: WorkspaceConnectionPropsCategory description: Category of the workspace connection. - go: - name: string - description: Category of the workspace connection. protocol: {} - - &ref_286 + - &ref_274 type: string apiVersions: - version: 2022-02-01-preview @@ -3809,11 +2905,8 @@ schemas: default: name: WorkspaceConnectionPropsTarget description: Target of the workspace connection. - go: - name: string - description: Target of the workspace connection. protocol: {} - - &ref_287 + - &ref_275 type: string apiVersions: - version: 2022-02-01-preview @@ -3821,11 +2914,8 @@ schemas: default: name: WorkspaceConnectionPropsAuthType description: Authorization type of the workspace connection. - go: - name: string - description: Authorization type of the workspace connection. protocol: {} - - &ref_288 + - &ref_276 type: string apiVersions: - version: 2022-02-01-preview @@ -3833,11 +2923,8 @@ schemas: default: name: WorkspaceConnectionPropsValue description: Value details of the workspace connection. - go: - name: string - description: Value details of the workspace connection. protocol: {} - - &ref_1039 + - &ref_965 type: string apiVersions: - version: 2022-02-01-preview @@ -3845,11 +2932,8 @@ schemas: default: name: PaginatedWorkspaceConnectionsListNextLink description: A continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_1041 + - &ref_967 type: string apiVersions: - version: 2022-02-01-preview @@ -3857,11 +2941,8 @@ schemas: default: name: FQDNEndpointsPropertiesCategory description: '' - go: - name: string - description: '' protocol: {} - - &ref_1042 + - &ref_968 type: string apiVersions: - version: 2022-02-01-preview @@ -3869,11 +2950,8 @@ schemas: default: name: FQDNEndpointDomainName description: '' - go: - name: string - description: '' protocol: {} - - &ref_1048 + - &ref_974 type: string apiVersions: - version: 2022-02-01-preview @@ -3881,11 +2959,8 @@ schemas: default: name: BatchEndpointTrackedResourceArmPaginatedResultNextLink description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. protocol: {} - - &ref_291 + - &ref_279 type: string apiVersions: - version: 2022-02-01-preview @@ -3893,11 +2968,8 @@ schemas: default: name: BatchEndpointTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_307 + - &ref_295 type: string apiVersions: - version: 2022-02-01-preview @@ -3905,11 +2977,8 @@ schemas: default: name: BatchEndpointDefaultsDeploymentName description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." - go: - name: string - description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." protocol: {} - - &ref_301 + - &ref_289 type: string apiVersions: - version: 2022-02-01-preview @@ -3917,11 +2986,8 @@ schemas: default: name: EndpointPropertiesBaseDescription description: Description of the inference endpoint. - go: - name: string - description: Description of the inference endpoint. protocol: {} - - &ref_302 + - &ref_290 type: string apiVersions: - version: 2022-02-01-preview @@ -3933,11 +2999,8 @@ schemas: default: name: EndpointAuthKeysPrimaryKey description: The primary key. - go: - name: string - description: The primary key. protocol: {} - - &ref_303 + - &ref_291 type: string apiVersions: - version: 2022-02-01-preview @@ -3949,11 +3012,8 @@ schemas: default: name: EndpointAuthKeysSecondaryKey description: The secondary key. - go: - name: string - description: The secondary key. protocol: {} - - &ref_305 + - &ref_293 type: string apiVersions: - version: 2022-02-01-preview @@ -3964,11 +3024,8 @@ schemas: default: name: EndpointPropertiesBaseScoringUri description: Endpoint URI. - go: - name: string - description: Endpoint URI. protocol: {} - - &ref_306 + - &ref_294 type: string apiVersions: - version: 2022-02-01-preview @@ -3979,9 +3036,6 @@ schemas: default: name: EndpointPropertiesBaseSwaggerUri description: Endpoint Swagger URI. - go: - name: string - description: Endpoint Swagger URI. protocol: {} - &ref_5 type: string @@ -3991,11 +3045,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_391 + - &ref_369 type: string apiVersions: - version: '3.0' @@ -4007,9 +3058,6 @@ schemas: default: name: TrackedResourceLocation description: The geo-location where the resource lives - go: - name: string - description: The geo-location where the resource lives protocol: {} - &ref_6 type: string @@ -4020,12 +3068,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1658 + - &ref_1356 type: string apiVersions: - version: 2022-02-01-preview @@ -4034,11 +3078,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_1052 + - &ref_978 type: string apiVersions: - version: 2022-02-01-preview @@ -4046,11 +3087,8 @@ schemas: default: name: PartialBatchEndpointPartialTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1053 + - &ref_979 type: string apiVersions: - version: 2022-02-01-preview @@ -4058,11 +3096,8 @@ schemas: default: name: PartialBatchEndpointPartialTrackedResourceLocation description: The geo-location where the resource lives. - go: - name: string - description: The geo-location where the resource lives. protocol: {} - - &ref_1055 + - &ref_981 type: string apiVersions: - version: 2022-02-01-preview @@ -4070,11 +3105,8 @@ schemas: default: name: PartialSkuFamily description: If the service has different generations of hardware, for the same SKU, then that can be captured here. - go: - name: string - description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - &ref_1056 + - &ref_982 type: string apiVersions: - version: 2022-02-01-preview @@ -4082,11 +3114,8 @@ schemas: default: name: PartialSkuName description: The name of the SKU. Ex - P3. It is typically a letter+number code. - go: - name: string - description: The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - &ref_1057 + - &ref_983 type: string apiVersions: - version: 2022-02-01-preview @@ -4094,11 +3123,8 @@ schemas: default: name: PartialSkuSize description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. - go: - name: string - description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - &ref_1680 + - &ref_1371 type: string apiVersions: - version: 2022-02-01-preview @@ -4107,10 +3133,6 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - &ref_7 type: string @@ -4121,12 +3143,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1062 + - &ref_988 type: string apiVersions: - version: 2022-02-01-preview @@ -4134,11 +3152,8 @@ schemas: default: name: BatchDeploymentTrackedResourceArmPaginatedResultNextLink description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. protocol: {} - - &ref_308 + - &ref_296 type: string apiVersions: - version: 2022-02-01-preview @@ -4146,11 +3161,8 @@ schemas: default: name: BatchDeploymentTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_354 + - &ref_339 type: string apiVersions: - version: 2022-02-01-preview @@ -4158,11 +3170,8 @@ schemas: default: name: BatchDeploymentCompute description: Compute target for batch inference operation. - go: - name: string - description: Compute target for batch inference operation. protocol: {} - - &ref_374 + - &ref_356 type: string apiVersions: - version: 2022-02-01-preview @@ -4171,11 +3180,8 @@ schemas: default: name: BatchDeploymentOutputFileName description: Customized output file name for append_row output action. - go: - name: string - description: Customized output file name for append_row output action. protocol: {} - - &ref_376 + - &ref_358 type: string apiVersions: - version: 2022-02-01-preview @@ -4187,11 +3193,8 @@ schemas: default: name: ResourceConfigurationInstanceType description: Optional type of VM used as supported by the compute target. - go: - name: string - description: Optional type of VM used as supported by the compute target. protocol: {} - - &ref_348 + - &ref_333 type: string apiVersions: - version: 2022-02-01-preview @@ -4203,11 +3206,8 @@ schemas: default: name: CodeConfigurationCodeId description: ARM resource ID of the code asset. - go: - name: string - description: ARM resource ID of the code asset. protocol: {} - - &ref_349 + - &ref_334 type: string apiVersions: - version: 2022-02-01-preview @@ -4221,11 +3221,8 @@ schemas: default: name: CodeConfigurationScoringScript description: '[Required] The script to execute on startup. eg. "score.py"' - go: - name: string - description: '[Required] The script to execute on startup. eg. "score.py"' protocol: {} - - &ref_350 + - &ref_335 type: string apiVersions: - version: 2022-02-01-preview @@ -4233,11 +3230,8 @@ schemas: default: name: EndpointDeploymentPropertiesBaseDescription description: Description of the endpoint deployment. - go: - name: string - description: Description of the endpoint deployment. protocol: {} - - &ref_351 + - &ref_336 type: string apiVersions: - version: 2022-02-01-preview @@ -4245,9 +3239,6 @@ schemas: default: name: EndpointDeploymentPropertiesBaseEnvironmentId description: ARM resource ID of the environment specification for the endpoint deployment. - go: - name: string - description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - &ref_8 type: string @@ -4258,12 +3249,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1065 + - &ref_991 type: string apiVersions: - version: 2022-02-01-preview @@ -4271,11 +3258,8 @@ schemas: default: name: PartialBatchDeploymentPartialTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1066 + - &ref_992 type: string apiVersions: - version: 2022-02-01-preview @@ -4283,11 +3267,8 @@ schemas: default: name: PartialBatchDeploymentPartialTrackedResourceLocation description: The geo-location where the resource lives. - go: - name: string - description: The geo-location where the resource lives. protocol: {} - - &ref_1067 + - &ref_993 type: string apiVersions: - version: 2022-02-01-preview @@ -4299,11 +3280,8 @@ schemas: default: name: PartialCodeConfigurationCodeId description: ARM resource ID of the code asset. - go: - name: string - description: ARM resource ID of the code asset. protocol: {} - - &ref_1068 + - &ref_994 type: string apiVersions: - version: 2022-02-01-preview @@ -4316,11 +3294,8 @@ schemas: default: name: PartialCodeConfigurationScoringScript description: The script to execute on startup. eg. "score.py" - go: - name: string - description: The script to execute on startup. eg. "score.py" protocol: {} - - &ref_1069 + - &ref_995 type: string apiVersions: - version: 2022-02-01-preview @@ -4328,11 +3303,8 @@ schemas: default: name: PartialBatchDeploymentCompute description: Compute binding definition. - go: - name: string - description: Compute binding definition. protocol: {} - - &ref_1070 + - &ref_996 type: string apiVersions: - version: 2022-02-01-preview @@ -4340,11 +3312,8 @@ schemas: default: name: PartialBatchDeploymentDescription description: Description of the endpoint deployment. - go: - name: string - description: Description of the endpoint deployment. protocol: {} - - &ref_1071 + - &ref_997 type: string apiVersions: - version: 2022-02-01-preview @@ -4352,11 +3321,8 @@ schemas: default: name: PartialBatchDeploymentEnvironmentId description: ARM resource ID of the environment specification for the endpoint deployment. - go: - name: string - description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - &ref_1089 + - &ref_1012 type: string apiVersions: - version: 2022-02-01-preview @@ -4364,11 +3330,8 @@ schemas: default: name: PartialBatchDeploymentOutputFileName description: Customized output file name for append_row output action. - go: - name: string - description: Customized output file name for append_row output action. protocol: {} - - &ref_1752 + - &ref_1408 type: string apiVersions: - version: 2022-02-01-preview @@ -4377,10 +3340,6 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - &ref_9 type: string @@ -4391,12 +3350,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1097 + - &ref_1020 type: string apiVersions: - version: 2022-02-01-preview @@ -4404,11 +3359,8 @@ schemas: default: name: CodeContainerResourceArmPaginatedResultNextLink description: The link to the next page of CodeContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of CodeContainer objects. If null, there are no additional pages. protocol: {} - - &ref_832 + - &ref_771 type: string apiVersions: - version: 2022-02-01-preview @@ -4419,11 +3371,8 @@ schemas: default: name: AssetContainerLatestVersion description: The latest version inside this container. - go: - name: string - description: The latest version inside this container. protocol: {} - - &ref_833 + - &ref_772 type: string apiVersions: - version: 2022-02-01-preview @@ -4434,11 +3383,8 @@ schemas: default: name: AssetContainerNextVersion description: The next auto incremental version - go: - name: string - description: The next auto incremental version protocol: {} - - &ref_825 + - &ref_764 type: string apiVersions: - version: 2022-02-01-preview @@ -4446,11 +3392,8 @@ schemas: default: name: ResourceBaseDescription description: The asset description text. - go: - name: string - description: The asset description text. protocol: {} - - &ref_1098 + - &ref_1021 type: string apiVersions: - version: 2022-02-01-preview @@ -4458,11 +3401,8 @@ schemas: default: name: CodeVersionResourceArmPaginatedResultNextLink description: The link to the next page of CodeVersion objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of CodeVersion objects. If null, there are no additional pages. protocol: {} - - &ref_396 + - &ref_374 type: string apiVersions: - version: 2022-02-01-preview @@ -4470,11 +3410,8 @@ schemas: default: name: CodeVersionCodeUri description: Uri where code is located - go: - name: string - description: Uri where code is located protocol: {} - - &ref_1099 + - &ref_1022 type: string apiVersions: - version: 2022-02-01-preview @@ -4482,11 +3419,8 @@ schemas: default: name: ComponentContainerResourceArmPaginatedResultNextLink description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1100 + - &ref_1023 type: string apiVersions: - version: 2022-02-01-preview @@ -4494,11 +3428,8 @@ schemas: default: name: ComponentVersionResourceArmPaginatedResultNextLink description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. protocol: {} - - &ref_1101 + - &ref_1024 type: string apiVersions: - version: 2022-02-01-preview @@ -4506,11 +3437,8 @@ schemas: default: name: DataContainerResourceArmPaginatedResultNextLink description: The link to the next page of DataContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of DataContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1102 + - &ref_1025 type: string apiVersions: - version: 2022-02-01-preview @@ -4518,11 +3446,8 @@ schemas: default: name: DataVersionBaseResourceArmPaginatedResultNextLink description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. protocol: {} - - &ref_404 + - &ref_382 type: string apiVersions: - version: 2022-02-01-preview @@ -4535,11 +3460,8 @@ schemas: default: name: DataVersionBaseDataUri description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' - go: - name: string - description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' protocol: {} - - &ref_1248 + - &ref_1168 type: string apiVersions: - version: 2022-02-01-preview @@ -4547,11 +3469,8 @@ schemas: default: name: Get7ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_1103 + - &ref_1026 type: string apiVersions: - version: 2022-02-01-preview @@ -4559,11 +3478,8 @@ schemas: default: name: DatastoreResourceArmPaginatedResultNextLink description: The link to the next page of Datastore objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of Datastore objects. If null, there are no additional pages. protocol: {} - - &ref_1104 + - &ref_1027 type: string apiVersions: - version: 2022-02-01-preview @@ -4571,11 +3487,8 @@ schemas: default: name: EnvironmentContainerResourceArmPaginatedResultNextLink description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1105 + - &ref_1028 type: string apiVersions: - version: 2022-02-01-preview @@ -4583,11 +3496,8 @@ schemas: default: name: EnvironmentVersionResourceArmPaginatedResultNextLink description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. protocol: {} - - &ref_405 + - &ref_383 type: string apiVersions: - version: 2022-02-01-preview @@ -4600,11 +3510,8 @@ schemas: default: name: BuildContextUri description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" - go: - name: string - description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" protocol: {} - - &ref_406 + - &ref_384 type: string apiVersions: - version: 2022-02-01-preview @@ -4617,11 +3524,8 @@ schemas: default: name: BuildContextDockerfilePath description: "Path to the Dockerfile in the build context.\r\n" - go: - name: string - description: "Path to the Dockerfile in the build context.\r\n" protocol: {} - - &ref_407 + - &ref_385 type: string apiVersions: - version: 2022-02-01-preview @@ -4633,11 +3537,8 @@ schemas: default: name: EnvironmentVersionCondaFile description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" - go: - name: string - description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" protocol: {} - - &ref_409 + - &ref_387 type: string apiVersions: - version: 2022-02-01-preview @@ -4649,11 +3550,8 @@ schemas: default: name: EnvironmentVersionImage description: "Name of the image that will be used for the environment.\r\n" - go: - name: string - description: "Name of the image that will be used for the environment.\r\n" protocol: {} - - &ref_410 + - &ref_388 type: string apiVersions: - version: 2022-02-01-preview @@ -4662,11 +3560,8 @@ schemas: default: name: RoutePath description: '[Required] The path for the route.' - go: - name: string - description: '[Required] The path for the route.' protocol: {} - - &ref_1108 + - &ref_1031 type: string apiVersions: - version: 2022-02-01-preview @@ -4674,11 +3569,8 @@ schemas: default: name: JobBaseResourceArmPaginatedResultNextLink description: The link to the next page of JobBase objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of JobBase objects. If null, there are no additional pages. protocol: {} - - &ref_806 + - &ref_749 type: string apiVersions: - version: 2022-02-01-preview @@ -4690,11 +3582,8 @@ schemas: default: name: JobBaseComputeId description: ARM resource ID of the compute resource. - go: - name: string - description: ARM resource ID of the compute resource. protocol: {} - - &ref_807 + - &ref_750 type: string apiVersions: - version: 2022-02-01-preview @@ -4706,11 +3595,8 @@ schemas: default: name: JobBaseDisplayName description: Display name of job. - go: - name: string - description: Display name of job. protocol: {} - - &ref_808 + - &ref_751 type: string apiVersions: - version: 2022-02-01-preview @@ -4723,11 +3609,8 @@ schemas: default: name: JobBaseExperimentName description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. - go: - name: string - description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. protocol: {} - - &ref_166 + - &ref_193 type: string apiVersions: - version: 2022-02-01-preview @@ -4736,9 +3619,6 @@ schemas: default: name: ScheduleBaseTimeZone description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." - go: - name: string - description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." protocol: {} - &ref_10 type: string @@ -4752,9 +3632,6 @@ schemas: default: name: JobServiceEndpoint description: Url for endpoint. - go: - name: string - description: Url for endpoint. protocol: {} - &ref_11 type: string @@ -4767,9 +3644,6 @@ schemas: default: name: JobServiceErrorMessage description: Any error in the service. - go: - name: string - description: Any error in the service. protocol: {} - &ref_12 type: string @@ -4783,9 +3657,6 @@ schemas: default: name: JobServiceType description: Endpoint type. - go: - name: string - description: Endpoint type. protocol: {} - &ref_15 type: string @@ -4798,9 +3669,6 @@ schemas: default: name: JobServiceStatus description: Status of endpoint. - go: - name: string - description: Status of endpoint. protocol: {} - &ref_16 type: string @@ -4811,12 +3679,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1110 + - &ref_1033 type: string apiVersions: - version: 2022-02-01-preview @@ -4824,11 +3688,8 @@ schemas: default: name: ModelContainerResourceArmPaginatedResultNextLink description: The link to the next page of ModelContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of ModelContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1111 + - &ref_1034 type: string apiVersions: - version: 2022-02-01-preview @@ -4836,11 +3697,8 @@ schemas: default: name: ModelVersionResourceArmPaginatedResultNextLink description: The link to the next page of ModelVersion objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of ModelVersion objects. If null, there are no additional pages. protocol: {} - - &ref_415 + - &ref_393 type: string apiVersions: - version: 2022-02-01-preview @@ -4848,11 +3706,8 @@ schemas: default: name: ModelVersionJobName description: Name of the training job which produced this model - go: - name: string - description: Name of the training job which produced this model protocol: {} - - &ref_417 + - &ref_395 type: string apiVersions: - version: 2022-02-01-preview @@ -4860,11 +3715,8 @@ schemas: default: name: ModelVersionModelUri description: The URI path to the model contents. - go: - name: string - description: The URI path to the model contents. protocol: {} - - &ref_1113 + - &ref_1036 type: string apiVersions: - version: 2022-02-01-preview @@ -4872,11 +3724,8 @@ schemas: default: name: OnlineEndpointTrackedResourceArmPaginatedResultNextLink description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. protocol: {} - - &ref_380 + - &ref_362 type: string apiVersions: - version: 2022-02-01-preview @@ -4884,11 +3733,8 @@ schemas: default: name: OnlineEndpointTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_294 + - &ref_282 type: string apiVersions: - version: 2022-02-01-preview @@ -4896,9 +3742,6 @@ schemas: default: name: OnlineEndpointCompute description: "ARM resource ID of the compute if it exists.\r\noptional" - go: - name: string - description: "ARM resource ID of the compute if it exists.\r\noptional" protocol: {} - &ref_19 type: string @@ -4909,12 +3752,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1114 + - &ref_1037 type: string apiVersions: - version: 2022-02-01-preview @@ -4922,11 +3761,8 @@ schemas: default: name: PartialOnlineEndpointPartialTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1115 + - &ref_1038 type: string apiVersions: - version: 2022-02-01-preview @@ -4934,11 +3770,8 @@ schemas: default: name: PartialOnlineEndpointPartialTrackedResourceLocation description: The geo-location where the resource lives. - go: - name: string - description: The geo-location where the resource lives. protocol: {} - - &ref_2309 + - &ref_1693 type: string apiVersions: - version: 2022-02-01-preview @@ -4947,12 +3780,8 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - - &ref_2347 + - &ref_1709 type: string apiVersions: - version: 2022-02-01-preview @@ -4961,12 +3790,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1120 + - &ref_1043 type: string apiVersions: - version: 2022-02-01-preview @@ -4974,11 +3799,8 @@ schemas: default: name: OnlineDeploymentTrackedResourceArmPaginatedResultNextLink description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. protocol: {} - - &ref_381 + - &ref_363 type: string apiVersions: - version: 2022-02-01-preview @@ -4986,11 +3808,8 @@ schemas: default: name: OnlineDeploymentTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_322 + - &ref_310 type: string apiVersions: - version: 2022-02-01-preview @@ -5002,11 +3821,8 @@ schemas: default: name: OnlineDeploymentInstanceType description: Compute instance type. - go: - name: string - description: Compute instance type. protocol: {} - - &ref_328 + - &ref_316 type: string apiVersions: - version: 2022-02-01-preview @@ -5014,11 +3830,8 @@ schemas: default: name: OnlineDeploymentModel description: The URI path to the model. - go: - name: string - description: The URI path to the model. protocol: {} - - &ref_329 + - &ref_317 type: string apiVersions: - version: 2022-02-01-preview @@ -5026,9 +3839,6 @@ schemas: default: name: OnlineDeploymentModelMountPath description: The path to mount the model in custom container. - go: - name: string - description: The path to mount the model in custom container. protocol: {} - &ref_20 type: string @@ -5039,12 +3849,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1122 + - &ref_1045 type: string apiVersions: - version: 2022-02-01-preview @@ -5052,11 +3858,8 @@ schemas: default: name: PartialOnlineDeploymentPartialTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1123 + - &ref_1046 type: string apiVersions: - version: 2022-02-01-preview @@ -5064,11 +3867,8 @@ schemas: default: name: PartialOnlineDeploymentPartialTrackedResourceLocation description: The geo-location where the resource lives. - go: - name: string - description: The geo-location where the resource lives. protocol: {} - - &ref_2404 + - &ref_1743 type: string apiVersions: - version: 2022-02-01-preview @@ -5077,12 +3877,8 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - - &ref_2317 + - &ref_1694 type: string apiVersions: - version: 2022-02-01-preview @@ -5091,12 +3887,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1134 + - &ref_1054 type: string apiVersions: - version: 2022-02-01-preview @@ -5104,11 +3896,8 @@ schemas: default: name: DeploymentLogsContent description: The retrieved online deployment logs. - go: - name: string - description: The retrieved online deployment logs. protocol: {} - - &ref_1135 + - &ref_1055 type: string apiVersions: - version: 2022-02-01-preview @@ -5116,11 +3905,8 @@ schemas: default: name: SkuResourceArmPaginatedResultNextLink description: The link to the next page of SkuResource objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of SkuResource objects. If null, there are no additional pages. protocol: {} - - &ref_1140 + - &ref_1060 type: string apiVersions: - version: 2022-02-01-preview @@ -5131,11 +3917,8 @@ schemas: default: name: SkuResourceType description: The resource type name. - go: - name: string - description: The resource type name. protocol: {} - - &ref_1141 + - &ref_1061 type: string apiVersions: - version: 2022-02-01-preview @@ -5144,11 +3927,8 @@ schemas: default: name: SkuSettingName description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' - go: - name: string - description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' protocol: {} - - &ref_1146 + - &ref_1066 type: string apiVersions: - version: 2022-02-01-preview @@ -5156,9 +3936,6 @@ schemas: default: name: RegenerateEndpointKeysRequestKeyValue description: The value the key is set to. - go: - name: string - description: The value the key is set to. protocol: {} - &ref_21 type: string @@ -5168,11 +3945,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_1147 + - &ref_1067 type: string apiVersions: - version: 2022-02-01-preview @@ -5180,11 +3954,8 @@ schemas: default: name: EndpointAuthTokenAccessToken description: Access token for endpoint authentication. - go: - name: string - description: Access token for endpoint authentication. protocol: {} - - &ref_1150 + - &ref_1070 type: string apiVersions: - version: 2022-02-01-preview @@ -5192,11 +3963,8 @@ schemas: default: name: EndpointAuthTokenType description: Access token type. - go: - name: string - description: Access token type. protocol: {} - - &ref_1151 + - &ref_1071 type: string apiVersions: - version: 2022-02-01-preview @@ -5204,11 +3972,8 @@ schemas: default: name: AmlUserFeatureId description: Specifies the feature ID - go: - name: string - description: Specifies the feature ID protocol: {} - - &ref_1152 + - &ref_1072 type: string apiVersions: - version: 2022-02-01-preview @@ -5216,11 +3981,8 @@ schemas: default: name: AmlUserFeatureDisplayName description: 'Specifies the feature name ' - go: - name: string - description: 'Specifies the feature name ' protocol: {} - - &ref_1153 + - &ref_1073 type: string apiVersions: - version: 2022-02-01-preview @@ -5228,11 +3990,8 @@ schemas: default: name: AmlUserFeatureDescription description: Describes the feature for user experience - go: - name: string - description: Describes the feature for user experience protocol: {} - - &ref_1154 + - &ref_1074 type: string apiVersions: - version: 2022-02-01-preview @@ -5240,11 +3999,8 @@ schemas: default: name: ListAmlUserFeatureResultNextLink description: The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. - go: - name: string - description: The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. protocol: {} - - &ref_106 + - &ref_133 type: string apiVersions: - version: 2022-02-01-preview @@ -5252,11 +4008,8 @@ schemas: default: name: ResourceId description: The ID of the resource - go: - name: string - description: The ID of the resource protocol: {} - - &ref_252 + - &ref_91 type: string apiVersions: - version: 2022-02-01-preview @@ -5264,11 +4017,8 @@ schemas: default: name: AKSSchemaPropertiesClusterFqdn description: Cluster full qualified domain name - go: - name: string - description: Cluster full qualified domain name protocol: {} - - &ref_253 + - &ref_92 type: string apiVersions: - version: 2022-02-01-preview @@ -5276,11 +4026,8 @@ schemas: default: name: SystemServiceType description: The type of this system service. - go: - name: string - description: The type of this system service. protocol: {} - - &ref_254 + - &ref_93 type: string apiVersions: - version: 2022-02-01-preview @@ -5288,11 +4035,8 @@ schemas: default: name: SystemServicePublicIpAddress description: Public IP address - go: - name: string - description: Public IP address protocol: {} - - &ref_255 + - &ref_94 type: string apiVersions: - version: 2022-02-01-preview @@ -5300,11 +4044,8 @@ schemas: default: name: SystemServiceVersion description: The version for this type. - go: - name: string - description: The version for this type. protocol: {} - - &ref_257 + - &ref_96 type: string apiVersions: - version: 2022-02-01-preview @@ -5312,11 +4053,8 @@ schemas: default: name: AKSSchemaPropertiesAgentVmSize description: Agent virtual machine size - go: - name: string - description: Agent virtual machine size protocol: {} - - &ref_260 + - &ref_99 type: string apiVersions: - version: 2022-02-01-preview @@ -5324,11 +4062,8 @@ schemas: default: name: SslConfigurationCert description: Cert data - go: - name: string - description: Cert data protocol: {} - - &ref_261 + - &ref_100 type: string apiVersions: - version: 2022-02-01-preview @@ -5336,11 +4071,8 @@ schemas: default: name: SslConfigurationKey description: Key data - go: - name: string - description: Key data protocol: {} - - &ref_262 + - &ref_101 type: string apiVersions: - version: 2022-02-01-preview @@ -5348,11 +4080,8 @@ schemas: default: name: SslConfigurationCname description: CNAME of the cert - go: - name: string - description: CNAME of the cert protocol: {} - - &ref_263 + - &ref_102 type: string apiVersions: - version: 2022-02-01-preview @@ -5360,11 +4089,8 @@ schemas: default: name: SslConfigurationLeafDomainLabel description: Leaf domain label of public endpoint - go: - name: string - description: Leaf domain label of public endpoint protocol: {} - - &ref_265 + - &ref_104 type: string apiVersions: - version: 2022-02-01-preview @@ -5372,11 +4098,8 @@ schemas: default: name: AksNetworkingConfigurationSubnetId description: Virtual network subnet resource ID the compute nodes belong to - go: - name: string - description: Virtual network subnet resource ID the compute nodes belong to protocol: {} - - &ref_266 + - &ref_105 type: string apiVersions: - version: 2022-02-01-preview @@ -5385,11 +4108,8 @@ schemas: default: name: AksNetworkingConfigurationServiceCidr description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. - go: - name: string - description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. protocol: {} - - &ref_267 + - &ref_106 type: string apiVersions: - version: 2022-02-01-preview @@ -5398,11 +4118,8 @@ schemas: default: name: AksNetworkingConfigurationDnsServiceIP description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. - go: - name: string - description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. protocol: {} - - &ref_268 + - &ref_107 type: string apiVersions: - version: 2022-02-01-preview @@ -5411,11 +4128,8 @@ schemas: default: name: AksNetworkingConfigurationDockerBridgeCidr description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. - go: - name: string - description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. protocol: {} - - &ref_270 + - &ref_109 type: string apiVersions: - version: 2022-02-01-preview @@ -5423,11 +4137,8 @@ schemas: default: name: AKSSchemaPropertiesLoadBalancerSubnet description: Load Balancer Subnet - go: - name: string - description: Load Balancer Subnet protocol: {} - - &ref_209 + - &ref_112 type: string apiVersions: - version: 2022-02-01-preview @@ -5437,11 +4148,8 @@ schemas: default: name: KubernetesPropertiesRelayConnectionString description: Relay connection string. - go: - name: string - description: Relay connection string. protocol: {} - - &ref_210 + - &ref_113 type: string apiVersions: - version: 2022-02-01-preview @@ -5451,11 +4159,8 @@ schemas: default: name: KubernetesPropertiesServiceBusConnectionString description: ServiceBus connection string. - go: - name: string - description: ServiceBus connection string. protocol: {} - - &ref_211 + - &ref_114 type: string apiVersions: - version: 2022-02-01-preview @@ -5463,11 +4168,8 @@ schemas: default: name: KubernetesPropertiesExtensionPrincipalId description: Extension principal-id. - go: - name: string - description: Extension principal-id. protocol: {} - - &ref_212 + - &ref_115 type: string apiVersions: - version: 2022-02-01-preview @@ -5475,11 +4177,8 @@ schemas: default: name: KubernetesPropertiesExtensionInstanceReleaseTrain description: Extension instance release train. - go: - name: string - description: Extension instance release train. protocol: {} - - &ref_213 + - &ref_116 type: string apiVersions: - version: 2022-02-01-preview @@ -5487,11 +4186,8 @@ schemas: default: name: KubernetesPropertiesVcName description: VC name. - go: - name: string - description: VC name. protocol: {} - - &ref_214 + - &ref_117 type: string apiVersions: - version: 2022-02-01-preview @@ -5500,11 +4196,8 @@ schemas: default: name: KubernetesPropertiesNamespace description: Compute namespace - go: - name: string - description: Compute namespace protocol: {} - - &ref_215 + - &ref_118 type: string apiVersions: - version: 2022-02-01-preview @@ -5512,11 +4205,8 @@ schemas: default: name: KubernetesPropertiesDefaultInstanceType description: Default instance type - go: - name: string - description: Default instance type protocol: {} - - &ref_96 + - &ref_123 type: string apiVersions: - version: 2022-02-01-preview @@ -5524,11 +4214,8 @@ schemas: default: name: AmlComputePropertiesVmSize description: Virtual Machine Size - go: - name: string - description: Virtual Machine Size protocol: {} - - &ref_98 + - &ref_125 type: string apiVersions: - version: 2022-02-01-preview @@ -5536,11 +4223,8 @@ schemas: default: name: VirtualMachineImageId description: Virtual Machine image path - go: - name: string - description: Virtual Machine image path protocol: {} - - &ref_103 + - &ref_130 type: string apiVersions: - version: 2022-02-01-preview @@ -5549,11 +4233,8 @@ schemas: default: name: UserAccountCredentialsAdminUserName description: Name of the administrator user account which can be used to SSH to nodes. - go: - name: string - description: Name of the administrator user account which can be used to SSH to nodes. protocol: {} - - &ref_104 + - &ref_131 type: string apiVersions: - version: 2022-02-01-preview @@ -5562,11 +4243,8 @@ schemas: default: name: UserAccountCredentialsAdminUserSshPublicKey description: SSH public key of the administrator user account. - go: - name: string - description: SSH public key of the administrator user account. protocol: {} - - &ref_105 + - &ref_132 type: string apiVersions: - version: 2022-02-01-preview @@ -5575,11 +4253,8 @@ schemas: default: name: UserAccountCredentialsAdminUserPassword description: Password of the administrator user account. - go: - name: string - description: Password of the administrator user account. protocol: {} - - &ref_123 + - &ref_150 type: string apiVersions: - version: 2022-02-01-preview @@ -5587,11 +4262,8 @@ schemas: default: name: ComputeInstancePropertiesVmSize description: Virtual Machine Size - go: - name: string - description: Virtual Machine Size protocol: {} - - &ref_127 + - &ref_154 type: string apiVersions: - version: 2022-02-01-preview @@ -5599,11 +4271,8 @@ schemas: default: name: ComputeInstanceSshSettingsAdminUserName description: Describes the admin user name. - go: - name: string - description: Describes the admin user name. protocol: {} - - &ref_129 + - &ref_156 type: string apiVersions: - version: 2022-02-01-preview @@ -5611,11 +4280,8 @@ schemas: default: name: ComputeInstanceSshSettingsAdminPublicKey description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. - go: - name: string - description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. protocol: {} - - &ref_130 + - &ref_157 type: string apiVersions: - version: 2022-02-01-preview @@ -5623,11 +4289,8 @@ schemas: default: name: ComputeInstanceConnectivityEndpointsPublicIpAddress description: Public IP Address of this ComputeInstance. - go: - name: string - description: Public IP Address of this ComputeInstance. protocol: {} - - &ref_131 + - &ref_158 type: string apiVersions: - version: 2022-02-01-preview @@ -5635,11 +4298,8 @@ schemas: default: name: ComputeInstanceConnectivityEndpointsPrivateIpAddress description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). - go: - name: string - description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). protocol: {} - - &ref_132 + - &ref_159 type: string apiVersions: - version: 2022-02-01-preview @@ -5647,11 +4307,8 @@ schemas: default: name: ComputeInstanceApplicationDisplayName description: Name of the ComputeInstance application. - go: - name: string - description: Name of the ComputeInstance application. protocol: {} - - &ref_133 + - &ref_160 type: string apiVersions: - version: 2022-02-01-preview @@ -5659,11 +4316,8 @@ schemas: default: name: ComputeInstanceApplicationEndpointUri description: Application' endpoint URI. - go: - name: string - description: Application' endpoint URI. protocol: {} - - &ref_134 + - &ref_161 type: string apiVersions: - version: 2022-02-01-preview @@ -5671,11 +4325,8 @@ schemas: default: name: ComputeInstanceCreatedByUserName description: Name of the user. - go: - name: string - description: Name of the user. protocol: {} - - &ref_135 + - &ref_162 type: string apiVersions: - version: 2022-02-01-preview @@ -5683,11 +4334,8 @@ schemas: default: name: ComputeInstanceCreatedByUserOrgId description: Uniquely identifies user' Azure Active Directory organization. - go: - name: string - description: Uniquely identifies user' Azure Active Directory organization. protocol: {} - - &ref_136 + - &ref_163 type: string apiVersions: - version: 2022-02-01-preview @@ -5695,11 +4343,8 @@ schemas: default: name: ComputeInstanceCreatedByUserId description: Uniquely identifies the user within his/her organization. - go: - name: string - description: Uniquely identifies the user within his/her organization. protocol: {} - - &ref_139 + - &ref_166 type: string apiVersions: - version: 2022-02-01-preview @@ -5707,11 +4352,8 @@ schemas: default: name: AssignedUserObjectId description: User’s AAD Object Id. - go: - name: string - description: User’s AAD Object Id. protocol: {} - - &ref_140 + - &ref_167 type: string apiVersions: - version: 2022-02-01-preview @@ -5719,11 +4361,8 @@ schemas: default: name: AssignedUserTenantId description: User’s AAD Tenant Id. - go: - name: string - description: User’s AAD Tenant Id. protocol: {} - - &ref_141 + - &ref_168 type: string apiVersions: - version: 2022-02-01-preview @@ -5731,11 +4370,8 @@ schemas: default: name: ScriptReferenceScriptSource description: 'The storage source of the script: inline, workspace.' - go: - name: string - description: 'The storage source of the script: inline, workspace.' protocol: {} - - &ref_142 + - &ref_169 type: string apiVersions: - version: 2022-02-01-preview @@ -5743,11 +4379,8 @@ schemas: default: name: ScriptReferenceScriptData description: The location of scripts in the mounted volume. - go: - name: string - description: The location of scripts in the mounted volume. protocol: {} - - &ref_143 + - &ref_170 type: string apiVersions: - version: 2022-02-01-preview @@ -5755,11 +4388,8 @@ schemas: default: name: ScriptReferenceScriptArguments description: Optional command line arguments passed to the script to run. - go: - name: string - description: Optional command line arguments passed to the script to run. protocol: {} - - &ref_144 + - &ref_171 type: string apiVersions: - version: 2022-02-01-preview @@ -5767,11 +4397,8 @@ schemas: default: name: ScriptReferenceTimeout description: Optional time period passed to timeout command. - go: - name: string - description: Optional time period passed to timeout command. protocol: {} - - &ref_150 + - &ref_177 type: string apiVersions: - version: 2022-02-01-preview @@ -5779,11 +4406,8 @@ schemas: default: name: ComputeStartStopScheduleId description: Schedule id. - go: - name: string - description: Schedule id. protocol: {} - - &ref_171 + - &ref_195 type: string apiVersions: - version: 2022-02-01-preview @@ -5791,11 +4415,8 @@ schemas: default: name: ComputeInstanceContainerName description: Name of the ComputeInstance container. - go: - name: string - description: Name of the ComputeInstance container. protocol: {} - - &ref_173 + - &ref_197 type: string apiVersions: - version: 2022-02-01-preview @@ -5803,11 +4424,8 @@ schemas: default: name: ComputeInstanceContainerGpu description: Information of GPU. - go: - name: string - description: Information of GPU. protocol: {} - - &ref_175 + - &ref_199 type: string apiVersions: - version: 2022-02-01-preview @@ -5815,11 +4433,8 @@ schemas: default: name: ComputeInstanceEnvironmentInfoName description: name of environment. - go: - name: string - description: name of environment. protocol: {} - - &ref_176 + - &ref_200 type: string apiVersions: - version: 2022-02-01-preview @@ -5827,11 +4442,8 @@ schemas: default: name: ComputeInstanceEnvironmentInfoVersion description: version of environment. - go: - name: string - description: version of environment. protocol: {} - - &ref_181 + - &ref_205 type: string apiVersions: - version: 2022-02-01-preview @@ -5839,11 +4451,8 @@ schemas: default: name: ComputeInstanceDataMountSource description: Source of the ComputeInstance data mount. - go: - name: string - description: Source of the ComputeInstance data mount. protocol: {} - - &ref_183 + - &ref_207 type: string apiVersions: - version: 2022-02-01-preview @@ -5851,11 +4460,8 @@ schemas: default: name: ComputeInstanceDataMountName description: name of the ComputeInstance data mount. - go: - name: string - description: name of the ComputeInstance data mount. protocol: {} - - &ref_185 + - &ref_209 type: string apiVersions: - version: 2022-02-01-preview @@ -5863,11 +4469,8 @@ schemas: default: name: ComputeInstanceDataMountCreatedBy description: who this data mount created by. - go: - name: string - description: who this data mount created by. protocol: {} - - &ref_186 + - &ref_210 type: string apiVersions: - version: 2022-02-01-preview @@ -5875,11 +4478,8 @@ schemas: default: name: ComputeInstanceDataMountPath description: Path of this data mount. - go: - name: string - description: Path of this data mount. protocol: {} - - &ref_189 + - &ref_213 type: string apiVersions: - version: 2022-02-01-preview @@ -5887,11 +4487,8 @@ schemas: default: name: ComputeInstanceDataMountError description: Error of this data mount. - go: - name: string - description: Error of this data mount. protocol: {} - - &ref_190 + - &ref_214 type: string apiVersions: - version: 2022-02-01-preview @@ -5899,11 +4496,8 @@ schemas: default: name: ComputeInstanceVersionRuntime description: Runtime of compute instance. - go: - name: string - description: Runtime of compute instance. protocol: {} - - &ref_232 + - &ref_217 type: string apiVersions: - version: 2022-02-01-preview @@ -5911,11 +4505,8 @@ schemas: default: name: VirtualMachineSchemaPropertiesVirtualMachineSize description: Virtual Machine size - go: - name: string - description: Virtual Machine size protocol: {} - - &ref_235 + - &ref_220 type: string apiVersions: - version: 2022-02-01-preview @@ -5923,11 +4514,8 @@ schemas: default: name: VirtualMachineSchemaPropertiesAddress description: Public IP address of the virtual machine. - go: - name: string - description: Public IP address of the virtual machine. protocol: {} - - &ref_203 + - &ref_221 type: string apiVersions: - version: 2022-02-01-preview @@ -5935,11 +4523,8 @@ schemas: default: name: VirtualMachineSshCredentialsUsername description: Username of admin account - go: - name: string - description: Username of admin account protocol: {} - - &ref_204 + - &ref_222 type: string apiVersions: - version: 2022-02-01-preview @@ -5947,11 +4532,8 @@ schemas: default: name: VirtualMachineSshCredentialsPassword description: Password of admin account - go: - name: string - description: Password of admin account protocol: {} - - &ref_205 + - &ref_223 type: string apiVersions: - version: 2022-02-01-preview @@ -5959,11 +4541,8 @@ schemas: default: name: VirtualMachineSshCredentialsPublicKeyData description: Public key data - go: - name: string - description: Public key data protocol: {} - - &ref_206 + - &ref_224 type: string apiVersions: - version: 2022-02-01-preview @@ -5971,11 +4550,8 @@ schemas: default: name: VirtualMachineSshCredentialsPrivateKeyData description: Private key data - go: - name: string - description: Private key data protocol: {} - - &ref_202 + - &ref_229 type: string apiVersions: - version: 2022-02-01-preview @@ -5983,11 +4559,8 @@ schemas: default: name: HDInsightPropertiesAddress description: Public IP address of the master node of the cluster. - go: - name: string - description: Public IP address of the master node of the cluster. protocol: {} - - &ref_197 + - &ref_233 type: string apiVersions: - version: 2022-02-01-preview @@ -5995,11 +4568,8 @@ schemas: default: name: DatabricksPropertiesDatabricksAccessToken description: Databricks access token - go: - name: string - description: Databricks access token protocol: {} - - &ref_198 + - &ref_234 type: string apiVersions: - version: 2022-02-01-preview @@ -6007,11 +4577,8 @@ schemas: default: name: DatabricksPropertiesWorkspaceUrl description: Workspace Url - go: - name: string - description: Workspace Url protocol: {} - - &ref_193 + - &ref_237 type: string apiVersions: - version: 2022-02-01-preview @@ -6019,11 +4586,8 @@ schemas: default: name: DataLakeAnalyticsSchemaPropertiesDataLakeStoreAccountName description: DataLake Store Account Name - go: - name: string - description: DataLake Store Account Name protocol: {} - - &ref_222 + - &ref_243 type: string apiVersions: - version: 2022-02-01-preview @@ -6031,11 +4595,8 @@ schemas: default: name: SynapseSparkPropertiesSparkVersion description: Spark version. - go: - name: string - description: Spark version. protocol: {} - - &ref_224 + - &ref_245 type: string apiVersions: - version: 2022-02-01-preview @@ -6043,11 +4604,8 @@ schemas: default: name: SynapseSparkPropertiesNodeSize description: Node size. - go: - name: string - description: Node size. protocol: {} - - &ref_225 + - &ref_246 type: string apiVersions: - version: 2022-02-01-preview @@ -6055,11 +4613,8 @@ schemas: default: name: SynapseSparkPropertiesNodeSizeFamily description: Node size family. - go: - name: string - description: Node size family. protocol: {} - - &ref_226 + - &ref_247 type: string apiVersions: - version: 2022-02-01-preview @@ -6067,11 +4622,8 @@ schemas: default: name: SynapseSparkPropertiesSubscriptionId description: Azure subscription identifier. - go: - name: string - description: Azure subscription identifier. protocol: {} - - &ref_227 + - &ref_248 type: string apiVersions: - version: 2022-02-01-preview @@ -6079,11 +4631,8 @@ schemas: default: name: SynapseSparkPropertiesResourceGroup description: Name of the resource group in which workspace is located. - go: - name: string - description: Name of the resource group in which workspace is located. protocol: {} - - &ref_228 + - &ref_249 type: string apiVersions: - version: 2022-02-01-preview @@ -6091,11 +4640,8 @@ schemas: default: name: SynapseSparkPropertiesWorkspaceName description: Name of Azure Machine Learning workspace. - go: - name: string - description: Name of Azure Machine Learning workspace. protocol: {} - - &ref_229 + - &ref_250 type: string apiVersions: - version: 2022-02-01-preview @@ -6103,11 +4649,8 @@ schemas: default: name: SynapseSparkPropertiesPoolName description: Pool name. - go: - name: string - description: Pool name. protocol: {} - - &ref_1027 + - &ref_953 type: string apiVersions: - version: 2022-02-01-preview @@ -6115,11 +4658,8 @@ schemas: default: name: AksComputeSecretsPropertiesUserKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. - go: - name: string - description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - &ref_1028 + - &ref_954 type: string apiVersions: - version: 2022-02-01-preview @@ -6127,11 +4667,8 @@ schemas: default: name: AksComputeSecretsPropertiesAdminKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. - go: - name: string - description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - &ref_1029 + - &ref_955 type: string apiVersions: - version: 2022-02-01-preview @@ -6139,11 +4676,8 @@ schemas: default: name: AksComputeSecretsPropertiesImagePullSecretName description: Image registry pull secret. - go: - name: string - description: Image registry pull secret. protocol: {} - - &ref_1034 + - &ref_960 type: string apiVersions: - version: 2022-02-01-preview @@ -6151,11 +4685,8 @@ schemas: default: name: DatabricksComputeSecretsPropertiesDatabricksAccessToken description: access token for databricks account. - go: - name: string - description: access token for databricks account. protocol: {} - - &ref_457 + - &ref_443 type: string apiVersions: - version: 2022-02-01-preview @@ -6163,11 +4694,8 @@ schemas: default: name: AccountKeyDatastoreSecretsKey description: Storage account key. - go: - name: string - description: Storage account key. protocol: {} - - &ref_48 + - &ref_47 type: string apiVersions: - version: 2022-02-01-preview @@ -6176,11 +4704,8 @@ schemas: default: name: AssetJobInputUri description: '[Required] Input Asset URI.' - go: - name: string - description: '[Required] Input Asset URI.' protocol: {} - - &ref_34 + - &ref_33 type: string apiVersions: - version: 2022-02-01-preview @@ -6188,11 +4713,8 @@ schemas: default: name: AssetJobOutputUri description: Output Asset URI. - go: - name: string - description: Output Asset URI. protocol: {} - - &ref_495 + - &ref_470 type: string apiVersions: - version: 2022-02-01-preview @@ -6204,11 +4726,8 @@ schemas: default: name: AutoMLJobEnvironmentId description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." - go: - name: string - description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." protocol: {} - - &ref_36 + - &ref_35 type: string apiVersions: - version: 2022-02-01-preview @@ -6220,11 +4739,8 @@ schemas: default: name: JobOutputDescription description: Description for the output. - go: - name: string - description: Description for the output. protocol: {} - - &ref_427 + - &ref_405 type: string apiVersions: - version: 2022-02-01-preview @@ -6236,11 +4752,8 @@ schemas: default: name: AzureBlobDatastoreAccountName description: Storage account name. - go: - name: string - description: Storage account name. protocol: {} - - &ref_428 + - &ref_406 type: string apiVersions: - version: 2022-02-01-preview @@ -6252,11 +4765,8 @@ schemas: default: name: AzureBlobDatastoreContainerName description: Storage account container name. - go: - name: string - description: Storage account container name. protocol: {} - - &ref_429 + - &ref_407 type: string apiVersions: - version: 2022-02-01-preview @@ -6268,11 +4778,8 @@ schemas: default: name: AzureBlobDatastoreEndpoint description: Azure cloud endpoint for the storage account. - go: - name: string - description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_430 + - &ref_408 type: string apiVersions: - version: 2022-02-01-preview @@ -6284,11 +4791,8 @@ schemas: default: name: AzureBlobDatastoreProtocol description: Protocol used to communicate with the storage account. - go: - name: string - description: Protocol used to communicate with the storage account. protocol: {} - - &ref_432 + - &ref_410 type: string apiVersions: - version: 2022-02-01-preview @@ -6301,11 +4805,8 @@ schemas: default: name: AzureDataLakeGen1DatastoreStoreName description: '[Required] Azure Data Lake store name.' - go: - name: string - description: '[Required] Azure Data Lake store name.' protocol: {} - - &ref_433 + - &ref_411 type: string apiVersions: - version: 2022-02-01-preview @@ -6318,11 +4819,8 @@ schemas: default: name: AzureDataLakeGen2DatastoreAccountName description: '[Required] Storage account name.' - go: - name: string - description: '[Required] Storage account name.' protocol: {} - - &ref_434 + - &ref_412 type: string apiVersions: - version: 2022-02-01-preview @@ -6334,11 +4832,8 @@ schemas: default: name: AzureDataLakeGen2DatastoreEndpoint description: Azure cloud endpoint for the storage account. - go: - name: string - description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_435 + - &ref_413 type: string apiVersions: - version: 2022-02-01-preview @@ -6351,11 +4846,8 @@ schemas: default: name: AzureDataLakeGen2DatastoreFilesystem description: '[Required] The name of the Data Lake Gen2 filesystem.' - go: - name: string - description: '[Required] The name of the Data Lake Gen2 filesystem.' protocol: {} - - &ref_436 + - &ref_414 type: string apiVersions: - version: 2022-02-01-preview @@ -6367,11 +4859,8 @@ schemas: default: name: AzureDataLakeGen2DatastoreProtocol description: Protocol used to communicate with the storage account. - go: - name: string - description: Protocol used to communicate with the storage account. protocol: {} - - &ref_437 + - &ref_415 type: string apiVersions: - version: 2022-02-01-preview @@ -6384,11 +4873,8 @@ schemas: default: name: AzureFileDatastoreAccountName description: '[Required] Storage account name.' - go: - name: string - description: '[Required] Storage account name.' protocol: {} - - &ref_438 + - &ref_416 type: string apiVersions: - version: 2022-02-01-preview @@ -6400,11 +4886,8 @@ schemas: default: name: AzureFileDatastoreEndpoint description: Azure cloud endpoint for the storage account. - go: - name: string - description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_439 + - &ref_417 type: string apiVersions: - version: 2022-02-01-preview @@ -6417,11 +4900,8 @@ schemas: default: name: AzureFileDatastoreFileShareName description: '[Required] The name of the Azure file share that the datastore points to.' - go: - name: string - description: '[Required] The name of the Azure file share that the datastore points to.' protocol: {} - - &ref_440 + - &ref_418 type: string apiVersions: - version: 2022-02-01-preview @@ -6433,11 +4913,8 @@ schemas: default: name: AzureFileDatastoreProtocol description: Protocol used to communicate with the storage account. - go: - name: string - description: Protocol used to communicate with the storage account. protocol: {} - - &ref_453 + - &ref_444 type: string apiVersions: - version: 2022-02-01-preview @@ -6445,11 +4922,8 @@ schemas: default: name: CertificateDatastoreCredentialsAuthorityUrl description: Authority URL used for authentication. - go: - name: string - description: Authority URL used for authentication. protocol: {} - - &ref_455 + - &ref_446 type: string apiVersions: - version: 2022-02-01-preview @@ -6457,11 +4931,8 @@ schemas: default: name: CertificateDatastoreCredentialsResourceUrl description: Resource the service principal has access to. - go: - name: string - description: Resource the service principal has access to. protocol: {} - - &ref_470 + - &ref_431 type: string apiVersions: - version: 2022-02-01-preview @@ -6469,11 +4940,8 @@ schemas: default: name: CertificateDatastoreSecretsCertificate description: Service principal certificate. - go: - name: string - description: Service principal certificate. protocol: {} - - &ref_472 + - &ref_448 type: string apiVersions: - version: 2022-02-01-preview @@ -6482,11 +4950,8 @@ schemas: default: name: CertificateDatastoreCredentialsThumbprint description: '[Required] Thumbprint of the certificate used for authentication.' - go: - name: string - description: '[Required] Thumbprint of the certificate used for authentication.' protocol: {} - - &ref_625 + - &ref_518 type: string apiVersions: - version: 2022-02-01-preview @@ -6494,11 +4959,8 @@ schemas: default: name: TableVerticalValidationDataSettingsCvSplitColumnNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_52 + - &ref_51 type: string apiVersions: - version: 2022-02-01-preview @@ -6510,11 +4972,8 @@ schemas: default: name: JobInputDescription description: Description for the input. - go: - name: string - description: Description for the input. protocol: {} - - &ref_635 + - &ref_533 type: string apiVersions: - version: 2022-02-01-preview @@ -6522,11 +4981,8 @@ schemas: default: name: TableVerticalDataSettingsWeightColumnName description: The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. - go: - name: string - description: The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. protocol: {} - - &ref_639 + - &ref_531 type: string apiVersions: - version: 2022-02-01-preview @@ -6535,11 +4991,8 @@ schemas: default: name: DataSettingsTargetColumnName description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." - go: - name: string - description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." protocol: {} - - &ref_670 + - &ref_538 type: string apiVersions: - version: 2022-02-01-preview @@ -6547,11 +5000,8 @@ schemas: default: name: TableVerticalFeaturizationSettingsBlockedTransformersItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_672 + - &ref_540 type: string apiVersions: - version: 2022-02-01-preview @@ -6559,11 +5009,8 @@ schemas: default: name: TableVerticalFeaturizationSettingsDropColumnsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_38 + - &ref_37 type: string apiVersions: - version: 2022-02-01-preview @@ -6571,11 +5018,8 @@ schemas: default: name: ColumnTransformerFieldsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_678 + - &ref_537 type: string apiVersions: - version: 2022-02-01-preview @@ -6583,11 +5027,8 @@ schemas: default: name: FeaturizationSettingsDatasetLanguage description: Dataset language, useful for the text data. - go: - name: string - description: Dataset language, useful for the text data. protocol: {} - - &ref_750 + - &ref_701 type: string apiVersions: - version: 2022-02-01-preview @@ -6599,11 +5040,8 @@ schemas: default: name: CommandJobCodeId description: ARM resource ID of the code asset. - go: - name: string - description: ARM resource ID of the code asset. protocol: {} - - &ref_751 + - &ref_702 type: string apiVersions: - version: 2022-02-01-preview @@ -6617,11 +5055,8 @@ schemas: default: name: CommandJobCommand description: '[Required] The command to execute on startup of the job. eg. "python train.py"' - go: - name: string - description: '[Required] The command to execute on startup of the job. eg. "python train.py"' protocol: {} - - &ref_765 + - &ref_713 type: string apiVersions: - version: 2022-02-01-preview @@ -6634,11 +5069,8 @@ schemas: default: name: CommandJobEnvironmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' - go: - name: string - description: '[Required] The ARM resource ID of the Environment specification for the job.' protocol: {} - - &ref_312 + - &ref_300 type: string apiVersions: - version: 2022-02-01-preview @@ -6646,11 +5078,8 @@ schemas: default: name: ContainerResourceSettingsCpu description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: string - description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_313 + - &ref_301 type: string apiVersions: - version: 2022-02-01-preview @@ -6658,11 +5087,8 @@ schemas: default: name: ContainerResourceSettingsGpu description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: string - description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_314 + - &ref_302 type: string apiVersions: - version: 2022-02-01-preview @@ -6670,11 +5096,8 @@ schemas: default: name: ContainerResourceSettingsMemory description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: string - description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_167 + - &ref_181 type: string apiVersions: - version: 2022-02-01-preview @@ -6683,11 +5106,8 @@ schemas: default: name: CronScheduleExpression description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." - go: - name: string - description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." protocol: {} - - &ref_369 + - &ref_345 type: string apiVersions: - version: 2022-02-01-preview @@ -6695,11 +5115,8 @@ schemas: default: name: DataPathAssetReferenceDatastoreId description: ARM resource ID of the datastore where the asset is located. - go: - name: string - description: ARM resource ID of the datastore where the asset is located. protocol: {} - - &ref_370 + - &ref_346 type: string apiVersions: - version: 2022-02-01-preview @@ -6707,11 +5124,8 @@ schemas: default: name: DataPathAssetReferencePath description: The path of the file/directory in the datastore. - go: - name: string - description: The path of the file/directory in the datastore. protocol: {} - - &ref_687 + - &ref_478 type: string apiVersions: - version: 2022-02-01-preview @@ -6719,11 +5133,8 @@ schemas: default: name: ForecastingSettingsCountryOrRegionForHolidays description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." - go: - name: string - description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." protocol: {} - - &ref_699 + - &ref_487 type: string apiVersions: - version: 2022-02-01-preview @@ -6731,11 +5142,8 @@ schemas: default: name: ForecastingSettingsFrequency description: When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast frequency is dataset frequency by default. - go: - name: string - description: When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast frequency is dataset frequency by default. protocol: {} - - &ref_728 + - &ref_507 type: string apiVersions: - version: 2022-02-01-preview @@ -6743,11 +5151,8 @@ schemas: default: name: ForecastingSettingsTimeColumnName description: The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. - go: - name: string - description: The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. protocol: {} - - &ref_729 + - &ref_508 type: string apiVersions: - version: 2022-02-01-preview @@ -6755,11 +5160,8 @@ schemas: default: name: ForecastingSettingsTimeSeriesIdColumnNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_441 + - &ref_419 type: string apiVersions: - version: 2022-02-01-preview @@ -6771,11 +5173,8 @@ schemas: default: name: HdfsDatastoreHdfsServerCertificate description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. - go: - name: string - description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. protocol: {} - - &ref_442 + - &ref_420 type: string apiVersions: - version: 2022-02-01-preview @@ -6788,11 +5187,8 @@ schemas: default: name: HdfsDatastoreNameNodeAddress description: '[Required] IP Address or DNS HostName.' - go: - name: string - description: '[Required] IP Address or DNS HostName.' protocol: {} - - &ref_443 + - &ref_421 type: string apiVersions: - version: 2022-02-01-preview @@ -6805,11 +5201,8 @@ schemas: default: name: HdfsDatastoreProtocol description: Protocol used to communicate with the storage account (Https/Http). - go: - name: string - description: Protocol used to communicate with the storage account (Https/Http). protocol: {} - - &ref_362 + - &ref_347 type: string apiVersions: - version: 2022-02-01-preview @@ -6818,11 +5211,8 @@ schemas: default: name: IdAssetReferenceAssetId description: '[Required] ARM resource ID of the asset.' - go: - name: string - description: '[Required] ARM resource ID of the asset.' protocol: {} - - &ref_523 + - &ref_577 type: string apiVersions: - version: 2022-02-01-preview @@ -6830,11 +5220,8 @@ schemas: default: name: ImageModelSettingsAdvancedSettings description: Settings for advanced scenarios. - go: - name: string - description: Settings for advanced scenarios. protocol: {} - - &ref_525 + - &ref_579 type: string apiVersions: - version: 2022-02-01-preview @@ -6842,11 +5229,8 @@ schemas: default: name: ImageModelSettingsAugmentations description: Settings for using Augmentations. - go: - name: string - description: Settings for using Augmentations. protocol: {} - - &ref_528 + - &ref_582 type: string apiVersions: - version: 2022-02-01-preview @@ -6854,11 +5238,8 @@ schemas: default: name: ImageModelSettingsCheckpointDatasetId description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." - go: - name: string - description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." protocol: {} - - &ref_529 + - &ref_583 type: string apiVersions: - version: 2022-02-01-preview @@ -6866,11 +5247,8 @@ schemas: default: name: ImageModelSettingsCheckpointFilename description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." - go: - name: string - description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." protocol: {} - - &ref_531 + - &ref_585 type: string apiVersions: - version: 2022-02-01-preview @@ -6878,11 +5256,8 @@ schemas: default: name: ImageModelSettingsCheckpointRunId description: The id of a previous run that has a pretrained checkpoint for incremental training. - go: - name: string - description: The id of a previous run that has a pretrained checkpoint for incremental training. protocol: {} - - &ref_542 + - &ref_596 type: string apiVersions: - version: 2022-02-01-preview @@ -6890,11 +5265,8 @@ schemas: default: name: ImageModelSettingsModelName description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: string - description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_571 + - &ref_625 type: string apiVersions: - version: 2022-02-01-preview @@ -6902,11 +5274,8 @@ schemas: default: name: ImageModelDistributionSettingsClassificationTrainingCropSize description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. - go: - name: string - description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - &ref_572 + - &ref_626 type: string apiVersions: - version: 2022-02-01-preview @@ -6914,11 +5283,8 @@ schemas: default: name: ImageModelDistributionSettingsClassificationValidationCropSize description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. - go: - name: string - description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - &ref_573 + - &ref_627 type: string apiVersions: - version: 2022-02-01-preview @@ -6926,11 +5292,8 @@ schemas: default: name: ImageModelDistributionSettingsClassificationValidationResizeSize description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. - go: - name: string - description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - &ref_574 + - &ref_628 type: string apiVersions: - version: 2022-02-01-preview @@ -6938,11 +5301,8 @@ schemas: default: name: ImageModelDistributionSettingsClassificationWeightedLoss description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." - go: - name: string - description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} - - &ref_577 + - &ref_631 type: string apiVersions: - version: 2022-02-01-preview @@ -6950,11 +5310,8 @@ schemas: default: name: ImageModelDistributionSettingsAmsGradient description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - go: - name: string - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - &ref_578 + - &ref_632 type: string apiVersions: - version: 2022-02-01-preview @@ -6962,11 +5319,8 @@ schemas: default: name: ImageModelDistributionSettingsAugmentations description: Settings for using Augmentations. - go: - name: string - description: Settings for using Augmentations. protocol: {} - - &ref_579 + - &ref_633 type: string apiVersions: - version: 2022-02-01-preview @@ -6974,11 +5328,8 @@ schemas: default: name: ImageModelDistributionSettingsBeta1 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_580 + - &ref_634 type: string apiVersions: - version: 2022-02-01-preview @@ -6986,11 +5337,8 @@ schemas: default: name: ImageModelDistributionSettingsBeta2 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_581 + - &ref_635 type: string apiVersions: - version: 2022-02-01-preview @@ -6998,11 +5346,8 @@ schemas: default: name: ImageModelDistributionSettingsDistributed description: Whether to use distributer training. - go: - name: string - description: Whether to use distributer training. protocol: {} - - &ref_582 + - &ref_636 type: string apiVersions: - version: 2022-02-01-preview @@ -7010,11 +5355,8 @@ schemas: default: name: ImageModelDistributionSettingsEarlyStopping description: Enable early stopping logic during training. - go: - name: string - description: Enable early stopping logic during training. protocol: {} - - &ref_583 + - &ref_637 type: string apiVersions: - version: 2022-02-01-preview @@ -7022,11 +5364,8 @@ schemas: default: name: ImageModelDistributionSettingsEarlyStoppingDelay description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." - go: - name: string - description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." protocol: {} - - &ref_584 + - &ref_638 type: string apiVersions: - version: 2022-02-01-preview @@ -7034,11 +5373,8 @@ schemas: default: name: ImageModelDistributionSettingsEarlyStoppingPatience description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." - go: - name: string - description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." protocol: {} - - &ref_585 + - &ref_639 type: string apiVersions: - version: 2022-02-01-preview @@ -7046,11 +5382,8 @@ schemas: default: name: ImageModelDistributionSettingsEnableOnnxNormalization description: Enable normalization when exporting ONNX model. - go: - name: string - description: Enable normalization when exporting ONNX model. protocol: {} - - &ref_586 + - &ref_640 type: string apiVersions: - version: 2022-02-01-preview @@ -7058,11 +5391,8 @@ schemas: default: name: ImageModelDistributionSettingsEvaluationFrequency description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - go: - name: string - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - &ref_587 + - &ref_641 type: string apiVersions: - version: 2022-02-01-preview @@ -7070,11 +5400,8 @@ schemas: default: name: ImageModelDistributionSettingsGradientAccumulationStep description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." - go: - name: string - description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." protocol: {} - - &ref_588 + - &ref_642 type: string apiVersions: - version: 2022-02-01-preview @@ -7082,11 +5409,8 @@ schemas: default: name: ImageModelDistributionSettingsLayersToFreeze description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: string - description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_589 + - &ref_643 type: string apiVersions: - version: 2022-02-01-preview @@ -7094,11 +5418,8 @@ schemas: default: name: ImageModelDistributionSettingsLearningRate description: Initial learning rate. Must be a float in the range [0, 1]. - go: - name: string - description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - &ref_590 + - &ref_644 type: string apiVersions: - version: 2022-02-01-preview @@ -7106,11 +5427,8 @@ schemas: default: name: ImageModelDistributionSettingsLearningRateScheduler description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - go: - name: string - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. protocol: {} - - &ref_591 + - &ref_645 type: string apiVersions: - version: 2022-02-01-preview @@ -7118,11 +5436,8 @@ schemas: default: name: ImageModelDistributionSettingsModelName description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: string - description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_592 + - &ref_646 type: string apiVersions: - version: 2022-02-01-preview @@ -7130,11 +5445,8 @@ schemas: default: name: ImageModelDistributionSettingsMomentum description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - &ref_593 + - &ref_647 type: string apiVersions: - version: 2022-02-01-preview @@ -7142,11 +5454,8 @@ schemas: default: name: ImageModelDistributionSettingsNesterov description: Enable nesterov when optimizer is 'sgd'. - go: - name: string - description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - &ref_594 + - &ref_648 type: string apiVersions: - version: 2022-02-01-preview @@ -7154,11 +5463,8 @@ schemas: default: name: ImageModelDistributionSettingsNumberOfEpochs description: Number of training epochs. Must be a positive integer. - go: - name: string - description: Number of training epochs. Must be a positive integer. protocol: {} - - &ref_595 + - &ref_649 type: string apiVersions: - version: 2022-02-01-preview @@ -7166,11 +5472,8 @@ schemas: default: name: ImageModelDistributionSettingsNumberOfWorkers description: Number of data loader workers. Must be a non-negative integer. - go: - name: string - description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - &ref_596 + - &ref_650 type: string apiVersions: - version: 2022-02-01-preview @@ -7178,11 +5481,8 @@ schemas: default: name: ImageModelDistributionSettingsOptimizer description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. - go: - name: string - description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. protocol: {} - - &ref_597 + - &ref_651 type: string apiVersions: - version: 2022-02-01-preview @@ -7190,11 +5490,8 @@ schemas: default: name: ImageModelDistributionSettingsRandomSeed description: Random seed to be used when using deterministic training. - go: - name: string - description: Random seed to be used when using deterministic training. protocol: {} - - &ref_598 + - &ref_652 type: string apiVersions: - version: 2022-02-01-preview @@ -7202,11 +5499,8 @@ schemas: default: name: ImageModelDistributionSettingsSplitRatio description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." - go: - name: string - description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." protocol: {} - - &ref_599 + - &ref_653 type: string apiVersions: - version: 2022-02-01-preview @@ -7214,11 +5508,8 @@ schemas: default: name: ImageModelDistributionSettingsStepLRGamma description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - &ref_600 + - &ref_654 type: string apiVersions: - version: 2022-02-01-preview @@ -7226,11 +5517,8 @@ schemas: default: name: ImageModelDistributionSettingsStepLRStepSize description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - go: - name: string - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - &ref_601 + - &ref_655 type: string apiVersions: - version: 2022-02-01-preview @@ -7238,11 +5526,8 @@ schemas: default: name: ImageModelDistributionSettingsTrainingBatchSize description: Training batch size. Must be a positive integer. - go: - name: string - description: Training batch size. Must be a positive integer. protocol: {} - - &ref_602 + - &ref_656 type: string apiVersions: - version: 2022-02-01-preview @@ -7250,11 +5535,8 @@ schemas: default: name: ImageModelDistributionSettingsValidationBatchSize description: Validation batch size. Must be a positive integer. - go: - name: string - description: Validation batch size. Must be a positive integer. protocol: {} - - &ref_603 + - &ref_657 type: string apiVersions: - version: 2022-02-01-preview @@ -7262,11 +5544,8 @@ schemas: default: name: ImageModelDistributionSettingsWarmupCosineLRCycles description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - &ref_604 + - &ref_658 type: string apiVersions: - version: 2022-02-01-preview @@ -7274,11 +5553,8 @@ schemas: default: name: ImageModelDistributionSettingsWarmupCosineLRWarmupEpochs description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - go: - name: string - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - &ref_605 + - &ref_659 type: string apiVersions: - version: 2022-02-01-preview @@ -7286,11 +5562,8 @@ schemas: default: name: ImageModelDistributionSettingsWeightDecay description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - go: - name: string - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} - - &ref_565 + - &ref_619 type: string apiVersions: - version: 2022-02-01-preview @@ -7298,11 +5571,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionTileGridSize description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_606 + - &ref_660 type: string apiVersions: - version: 2022-02-01-preview @@ -7310,11 +5580,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionBoxDetectionsPerImage description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_607 + - &ref_661 type: string apiVersions: - version: 2022-02-01-preview @@ -7322,11 +5589,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionBoxScoreThreshold description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." - go: - name: string - description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." protocol: {} - - &ref_608 + - &ref_662 type: string apiVersions: - version: 2022-02-01-preview @@ -7334,11 +5598,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionImageSize description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: string - description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_609 + - &ref_663 type: string apiVersions: - version: 2022-02-01-preview @@ -7346,11 +5607,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionMaxSize description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_610 + - &ref_664 type: string apiVersions: - version: 2022-02-01-preview @@ -7358,11 +5616,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionMinSize description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_611 + - &ref_665 type: string apiVersions: - version: 2022-02-01-preview @@ -7370,11 +5625,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionModelSize description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: string - description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_612 + - &ref_666 type: string apiVersions: - version: 2022-02-01-preview @@ -7382,11 +5634,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionMultiScale description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: string - description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_613 + - &ref_667 type: string apiVersions: - version: 2022-02-01-preview @@ -7394,11 +5643,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionNmsIouThreshold description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. - go: - name: string - description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. protocol: {} - - &ref_614 + - &ref_668 type: string apiVersions: - version: 2022-02-01-preview @@ -7406,11 +5652,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionTileGridSize description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_615 + - &ref_669 type: string apiVersions: - version: 2022-02-01-preview @@ -7418,11 +5661,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionTileOverlapRatio description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_616 + - &ref_670 type: string apiVersions: - version: 2022-02-01-preview @@ -7430,11 +5670,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionTilePredictionsNmsThreshold description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" - go: - name: string - description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" protocol: {} - - &ref_617 + - &ref_671 type: string apiVersions: - version: 2022-02-01-preview @@ -7442,11 +5679,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionValidationIouThreshold description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - go: - name: string - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - &ref_618 + - &ref_672 type: string apiVersions: - version: 2022-02-01-preview @@ -7454,11 +5688,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionValidationMetricType description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. - go: - name: string - description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. protocol: {} - - &ref_476 + - &ref_452 type: string apiVersions: - version: 2022-02-01-preview @@ -7471,11 +5702,8 @@ schemas: default: name: KerberosCredentialsKerberosKdcAddress description: '[Required] IP Address or DNS HostName.' - go: - name: string - description: '[Required] IP Address or DNS HostName.' protocol: {} - - &ref_477 + - &ref_453 type: string apiVersions: - version: 2022-02-01-preview @@ -7488,11 +5716,8 @@ schemas: default: name: KerberosCredentialsKerberosPrincipal description: '[Required] Kerberos Username' - go: - name: string - description: '[Required] Kerberos Username' protocol: {} - - &ref_478 + - &ref_454 type: string apiVersions: - version: 2022-02-01-preview @@ -7505,11 +5730,8 @@ schemas: default: name: KerberosCredentialsKerberosRealm description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' - go: - name: string - description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' protocol: {} - - &ref_459 + - &ref_432 type: string apiVersions: - version: 2022-02-01-preview @@ -7517,11 +5739,8 @@ schemas: default: name: KerberosKeytabSecretsKerberosKeytab description: Kerberos keytab secret. - go: - name: string - description: Kerberos keytab secret. protocol: {} - - &ref_460 + - &ref_433 type: string apiVersions: - version: 2022-02-01-preview @@ -7529,11 +5748,8 @@ schemas: default: name: KerberosPasswordSecretsKerberosPassword description: Kerberos password secret. - go: - name: string - description: Kerberos password secret. protocol: {} - - &ref_49 + - &ref_48 type: string apiVersions: - version: 2022-02-01-preview @@ -7542,11 +5758,8 @@ schemas: default: name: LiteralJobInputValue description: '[Required] Literal value for the input.' - go: - name: string - description: '[Required] Literal value for the input.' protocol: {} - - &ref_814 + - &ref_755 type: string apiVersions: - version: 2022-02-01-preview @@ -7558,11 +5771,8 @@ schemas: default: name: ManagedIdentityResourceId description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. - go: - name: string - description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. protocol: {} - - &ref_398 + - &ref_376 type: string apiVersions: - version: 2022-02-01-preview @@ -7570,11 +5780,8 @@ schemas: default: name: MLTableDataReferencedUrisItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_785 + - &ref_731 type: string apiVersions: - version: 2022-02-01-preview @@ -7583,11 +5790,8 @@ schemas: default: name: ObjectivePrimaryMetric description: '[Required] Name of the metric to optimize.' - go: - name: string - description: '[Required] Name of the metric to optimize.' protocol: {} - - &ref_363 + - &ref_348 type: string apiVersions: - version: 2022-02-01-preview @@ -7595,11 +5799,8 @@ schemas: default: name: OutputPathAssetReferenceJobId description: ARM resource ID of the job. - go: - name: string - description: ARM resource ID of the job. protocol: {} - - &ref_364 + - &ref_349 type: string apiVersions: - version: 2022-02-01-preview @@ -7607,11 +5808,8 @@ schemas: default: name: OutputPathAssetReferencePath description: The path of the file/directory in the job output. - go: - name: string - description: The path of the file/directory in the job output. protocol: {} - - &ref_1085 + - &ref_1003 type: string apiVersions: - version: 2022-02-01-preview @@ -7619,11 +5817,8 @@ schemas: default: name: PartialDataPathAssetReferenceDatastoreId description: ARM resource ID of the datastore where the asset is located. - go: - name: string - description: ARM resource ID of the datastore where the asset is located. protocol: {} - - &ref_1086 + - &ref_1004 type: string apiVersions: - version: 2022-02-01-preview @@ -7631,11 +5826,8 @@ schemas: default: name: PartialDataPathAssetReferencePath description: The path of the file/directory in the datastore. - go: - name: string - description: The path of the file/directory in the datastore. protocol: {} - - &ref_1079 + - &ref_1005 type: string apiVersions: - version: 2022-02-01-preview @@ -7643,11 +5835,8 @@ schemas: default: name: PartialIdAssetReferenceAssetId description: ARM resource ID of the asset. - go: - name: string - description: ARM resource ID of the asset. protocol: {} - - &ref_1080 + - &ref_1006 type: string apiVersions: - version: 2022-02-01-preview @@ -7655,11 +5844,8 @@ schemas: default: name: PartialOutputPathAssetReferenceJobId description: ARM resource ID of the job. - go: - name: string - description: ARM resource ID of the job. protocol: {} - - &ref_1081 + - &ref_1007 type: string apiVersions: - version: 2022-02-01-preview @@ -7667,11 +5853,8 @@ schemas: default: name: PartialOutputPathAssetReferencePath description: The path of the file/directory in the job output. - go: - name: string - description: The path of the file/directory in the job output. protocol: {} - - &ref_461 + - &ref_434 type: string apiVersions: - version: 2022-02-01-preview @@ -7679,11 +5862,8 @@ schemas: default: name: SasDatastoreSecretsSasToken description: Storage container SAS token. - go: - name: string - description: Storage container SAS token. protocol: {} - - &ref_479 + - &ref_455 type: string apiVersions: - version: 2022-02-01-preview @@ -7691,11 +5871,8 @@ schemas: default: name: ServicePrincipalDatastoreCredentialsAuthorityUrl description: Authority URL used for authentication. - go: - name: string - description: Authority URL used for authentication. protocol: {} - - &ref_481 + - &ref_457 type: string apiVersions: - version: 2022-02-01-preview @@ -7703,11 +5880,8 @@ schemas: default: name: ServicePrincipalDatastoreCredentialsResourceUrl description: Resource the service principal has access to. - go: - name: string - description: Resource the service principal has access to. protocol: {} - - &ref_462 + - &ref_435 type: string apiVersions: - version: 2022-02-01-preview @@ -7715,11 +5889,8 @@ schemas: default: name: ServicePrincipalDatastoreSecretsClientSecret description: Service principal secret. - go: - name: string - description: Service principal secret. protocol: {} - - &ref_796 + - &ref_740 type: string apiVersions: - version: 2022-02-01-preview @@ -7731,11 +5902,8 @@ schemas: default: name: TrialComponentCodeId description: ARM resource ID of the code asset. - go: - name: string - description: ARM resource ID of the code asset. protocol: {} - - &ref_797 + - &ref_741 type: string apiVersions: - version: 2022-02-01-preview @@ -7749,11 +5917,8 @@ schemas: default: name: TrialComponentCommand description: '[Required] The command to execute on startup of the job. eg. "python train.py"' - go: - name: string - description: '[Required] The command to execute on startup of the job. eg. "python train.py"' protocol: {} - - &ref_799 + - &ref_742 type: string apiVersions: - version: 2022-02-01-preview @@ -7762,69 +5927,45 @@ schemas: default: name: TrialComponentEnvironmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' - go: - name: string - description: '[Required] The ARM resource ID of the Environment specification for the job.' protocol: {} choices: - - &ref_245 + - &ref_256 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: ProvisioningStateUnknown - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ProvisioningStateUpdating - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: ProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ProvisioningStateDeleting - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStateFailed - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: ProvisioningStateCanceled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7833,29 +5974,19 @@ schemas: default: name: ProvisioningState description: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. - go: - name: ProvisioningState - description: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. - possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - - &ref_877 + - &ref_804 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: EncryptionStatusEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: EncryptionStatusDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7864,29 +5995,19 @@ schemas: default: name: EncryptionStatus description: Indicates whether or not the encryption is enabled for the workspace. - go: - name: EncryptionStatus - description: Indicates whether or not the encryption is enabled for the workspace. - possibleValuesFunc: PossibleEncryptionStatusValues protocol: {} - - &ref_887 + - &ref_814 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: PublicNetworkAccessEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: PublicNetworkAccessDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7895,53 +6016,34 @@ schemas: default: name: PublicNetworkAccess description: Whether requests from Public Network are allowed. - go: - name: PublicNetworkAccess - description: Whether requests from Public Network are allowed. - possibleValuesFunc: PossiblePublicNetworkAccessValues protocol: {} - - &ref_74 + - &ref_72 choices: - value: Pending language: default: name: Pending description: '' - go: - name: PrivateEndpointServiceConnectionStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: PrivateEndpointServiceConnectionStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: PrivateEndpointServiceConnectionStatusRejected - description: '' - value: Disconnected language: default: name: Disconnected description: '' - go: - name: PrivateEndpointServiceConnectionStatusDisconnected - description: '' - value: Timeout language: default: name: Timeout description: '' - go: - name: PrivateEndpointServiceConnectionStatusTimeout - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7950,45 +6052,29 @@ schemas: default: name: PrivateEndpointServiceConnectionStatus description: The private endpoint connection status. - go: - name: PrivateEndpointServiceConnectionStatus - description: The private endpoint connection status. - possibleValuesFunc: PossiblePrivateEndpointServiceConnectionStatusValues protocol: {} - - &ref_77 + - &ref_75 choices: - value: Succeeded language: default: name: Succeeded description: '' - go: - name: PrivateEndpointConnectionProvisioningStateSucceeded - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: PrivateEndpointConnectionProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: PrivateEndpointConnectionProvisioningStateDeleting - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PrivateEndpointConnectionProvisioningStateFailed - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7997,45 +6083,29 @@ schemas: default: name: PrivateEndpointConnectionProvisioningState description: The current provisioning state. - go: - name: PrivateEndpointConnectionProvisioningState - description: The current provisioning state. - possibleValuesFunc: PossiblePrivateEndpointConnectionProvisioningStateValues protocol: {} - - &ref_80 + - &ref_78 choices: - value: None language: default: name: None description: '' - go: - name: ManagedServiceIdentityTypeNone - description: '' - value: SystemAssigned language: default: name: SystemAssigned description: '' - go: - name: ManagedServiceIdentityTypeSystemAssigned - description: '' - value: UserAssigned language: default: name: UserAssigned description: '' - go: - name: ManagedServiceIdentityTypeUserAssigned - description: '' - value: SystemAssigned,UserAssigned language: default: name: SystemAssignedUserAssigned description: '' - go: - name: ManagedServiceIdentityTypeSystemAssignedUserAssigned - description: '' type: choice apiVersions: - version: '3.0' @@ -8044,45 +6114,29 @@ schemas: default: name: ManagedServiceIdentityType description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - go: - name: ManagedServiceIdentityType - description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - possibleValuesFunc: PossibleManagedServiceIdentityTypeValues protocol: {} - - &ref_865 + - &ref_792 choices: - value: User language: default: name: User description: '' - go: - name: CreatedByTypeUser - description: '' - value: Application language: default: name: Application description: '' - go: - name: CreatedByTypeApplication - description: '' - value: ManagedIdentity language: default: name: ManagedIdentity description: '' - go: - name: CreatedByTypeManagedIdentity - description: '' - value: Key language: default: name: Key description: '' - go: - name: CreatedByTypeKey - description: '' type: choice apiVersions: - version: '3.0' @@ -8091,37 +6145,24 @@ schemas: default: name: CreatedByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. - possibleValuesFunc: PossibleCreatedByTypeValues protocol: {} - - &ref_938 + - &ref_865 choices: - value: Warning language: default: name: Warning description: '' - go: - name: DiagnoseResultLevelWarning - description: '' - value: Error language: default: name: Error description: '' - go: - name: DiagnoseResultLevelError - description: '' - value: Information language: default: name: Information description: '' - go: - name: DiagnoseResultLevelInformation - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8130,21 +6171,14 @@ schemas: default: name: DiagnoseResultLevel description: Level of workspace setup error - go: - name: DiagnoseResultLevel - description: Level of workspace setup error - possibleValuesFunc: PossibleDiagnoseResultLevelValues protocol: {} - - &ref_958 + - &ref_884 choices: - value: Count language: default: name: Count description: '' - go: - name: UsageUnitCount - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8153,21 +6187,14 @@ schemas: default: name: UsageUnit description: An enum describing the unit of usage measurement. - go: - name: UsageUnit - description: An enum describing the unit of usage measurement. - possibleValuesFunc: PossibleUsageUnitValues protocol: {} - - &ref_975 + - &ref_901 choices: - value: USD language: default: name: USD description: '' - go: - name: BillingCurrencyUSD - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8177,21 +6204,14 @@ schemas: default: name: BillingCurrency description: 'Three lettered code specifying the currency of the VM price. Example: USD' - go: - name: BillingCurrency - description: 'Three lettered code specifying the currency of the VM price. Example: USD' - possibleValuesFunc: PossibleBillingCurrencyValues protocol: {} - - &ref_976 + - &ref_902 choices: - value: OneHour language: default: name: OneHour description: '' - go: - name: UnitOfMeasureOneHour - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8201,29 +6221,19 @@ schemas: default: name: UnitOfMeasure description: 'The unit of time measurement for the specified VM price. Example: OneHour' - go: - name: UnitOfMeasure - description: 'The unit of time measurement for the specified VM price. Example: OneHour' - possibleValuesFunc: PossibleUnitOfMeasureValues protocol: {} - - &ref_978 + - &ref_904 choices: - value: Linux language: default: name: Linux description: '' - go: - name: VMPriceOSTypeLinux - description: '' - value: Windows language: default: name: Windows description: '' - go: - name: VMPriceOSTypeWindows - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8233,37 +6243,24 @@ schemas: default: name: VMPriceOSType description: Operating system type used by the VM. - go: - name: VMPriceOSType - description: Operating system type used by the VM. - possibleValuesFunc: PossibleVMPriceOSTypeValues protocol: {} - - &ref_979 + - &ref_905 choices: - value: Standard language: default: name: Standard description: '' - go: - name: VMTierStandard - description: '' - value: LowPriority language: default: name: LowPriority description: '' - go: - name: VMTierLowPriority - description: '' - value: Spot language: default: name: Spot description: '' - go: - name: VMTierSpot - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8273,21 +6270,14 @@ schemas: default: name: VMTier description: The type of the VM. - go: - name: VMTier - description: The type of the VM. - possibleValuesFunc: PossibleVMTierValues protocol: {} - - &ref_987 + - &ref_913 choices: - value: Count language: default: name: Count description: '' - go: - name: QuotaUnitCount - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8296,77 +6286,49 @@ schemas: default: name: QuotaUnit description: An enum describing the unit of quota measurement. - go: - name: QuotaUnit - description: An enum describing the unit of quota measurement. - possibleValuesFunc: PossibleQuotaUnitValues protocol: {} - - &ref_993 + - &ref_919 choices: - value: Undefined language: default: name: Undefined description: '' - go: - name: StatusUndefined - description: '' - value: Success language: default: name: Success description: '' - go: - name: StatusSuccess - description: '' - value: Failure language: default: name: Failure description: '' - go: - name: StatusFailure - description: '' - value: InvalidQuotaBelowClusterMinimum language: default: name: InvalidQuotaBelowClusterMinimum description: '' - go: - name: StatusInvalidQuotaBelowClusterMinimum - description: '' - value: InvalidQuotaExceedsSubscriptionLimit language: default: name: InvalidQuotaExceedsSubscriptionLimit description: '' - go: - name: StatusInvalidQuotaExceedsSubscriptionLimit - description: '' - value: InvalidVMFamilyName language: default: name: InvalidVMFamilyName description: '' - go: - name: StatusInvalidVMFamilyName - description: '' - value: OperationNotSupportedForSku language: default: name: OperationNotSupportedForSku description: '' - go: - name: StatusOperationNotSupportedForSKU - description: '' - value: OperationNotEnabledForRegion language: default: name: OperationNotEnabledForRegion description: '' - go: - name: StatusOperationNotEnabledForRegion - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8376,93 +6338,59 @@ schemas: default: name: Status description: Status of update workspace quota. - go: - name: Status - description: Status of update workspace quota. - possibleValuesFunc: PossibleStatusValues protocol: {} - - &ref_242 + - &ref_253 choices: - value: AKS language: default: name: AKS description: '' - go: - name: ComputeTypeAKS - description: '' - value: Kubernetes language: default: name: Kubernetes description: '' - go: - name: ComputeTypeKubernetes - description: '' - value: AmlCompute language: default: name: AmlCompute description: '' - go: - name: ComputeTypeAmlCompute - description: '' - value: ComputeInstance language: default: name: ComputeInstance description: '' - go: - name: ComputeTypeComputeInstance - description: '' - value: DataFactory language: default: name: DataFactory description: '' - go: - name: ComputeTypeDataFactory - description: '' - value: VirtualMachine language: default: name: VirtualMachine description: '' - go: - name: ComputeTypeVirtualMachine - description: '' - value: HDInsight language: default: name: HDInsight description: '' - go: - name: ComputeTypeHDInsight - description: '' - value: Databricks language: default: name: Databricks description: '' - go: - name: ComputeTypeDatabricks - description: '' - value: DataLakeAnalytics language: default: name: DataLakeAnalytics description: '' - go: - name: ComputeTypeDataLakeAnalytics - description: '' - value: SynapseSpark language: default: name: SynapseSpark description: '' - go: - name: ComputeTypeSynapseSpark - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8471,29 +6399,19 @@ schemas: default: name: ComputeType description: The type of compute - go: - name: ComputeType - description: The type of compute - possibleValuesFunc: PossibleComputeTypeValues protocol: {} - - &ref_1498 + - &ref_1287 choices: - value: Delete language: default: name: Delete description: '' - go: - name: UnderlyingResourceActionDelete - description: '' - value: Detach language: default: name: Detach description: '' - go: - name: UnderlyingResourceActionDetach - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8502,61 +6420,39 @@ schemas: default: name: UnderlyingResourceAction description: '' - go: - name: UnderlyingResourceAction - description: '' - possibleValuesFunc: PossibleUnderlyingResourceActionValues protocol: {} - - &ref_1013 + - &ref_939 choices: - value: idle language: default: name: Idle description: '' - go: - name: NodeStateIdle - description: '' - value: running language: default: name: Running description: '' - go: - name: NodeStateRunning - description: '' - value: preparing language: default: name: Preparing description: '' - go: - name: NodeStatePreparing - description: '' - value: unusable language: default: name: Unusable description: '' - go: - name: NodeStateUnusable - description: '' - value: leaving language: default: name: Leaving description: '' - go: - name: NodeStateLeaving - description: '' - value: preempted language: default: name: Preempted description: '' - go: - name: NodeStatePreempted - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8565,21 +6461,14 @@ schemas: default: name: NodeState description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. - go: - name: NodeState - description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. - possibleValuesFunc: PossibleNodeStateValues protocol: {} - - &ref_289 + - &ref_277 choices: - value: JSON language: default: name: JSON description: '' - go: - name: ValueFormatJSON - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8588,61 +6477,39 @@ schemas: default: name: ValueFormat description: format for the workspace connection value - go: - name: ValueFormat - description: format for the workspace connection value - possibleValuesFunc: PossibleValueFormatValues protocol: {} - - &ref_296 + - &ref_284 choices: - value: Creating language: default: name: Creating description: '' - go: - name: EndpointProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: EndpointProvisioningStateDeleting - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: EndpointProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: EndpointProvisioningStateFailed - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: EndpointProvisioningStateUpdating - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: EndpointProvisioningStateCanceled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8651,37 +6518,24 @@ schemas: default: name: EndpointProvisioningState description: State of endpoint provisioning. - go: - name: EndpointProvisioningState - description: State of endpoint provisioning. - possibleValuesFunc: PossibleEndpointProvisioningStateValues protocol: {} - - &ref_300 + - &ref_288 choices: - value: AMLToken language: default: name: AMLToken description: '' - go: - name: EndpointAuthModeAMLToken - description: '' - value: Key language: default: name: Key description: '' - go: - name: EndpointAuthModeKey - description: '' - value: AADToken language: default: name: AADToken description: '' - go: - name: EndpointAuthModeAADToken - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8690,37 +6544,24 @@ schemas: default: name: EndpointAuthMode description: Enum to determine endpoint authentication mode. - go: - name: EndpointAuthMode - description: Enum to determine endpoint authentication mode. - possibleValuesFunc: PossibleEndpointAuthModeValues protocol: {} - - &ref_356 + - &ref_341 choices: - value: Info language: default: name: Info description: '' - go: - name: BatchLoggingLevelInfo - description: '' - value: Warning language: default: name: Warning description: '' - go: - name: BatchLoggingLevelWarning - description: '' - value: Debug language: default: name: Debug description: '' - go: - name: BatchLoggingLevelDebug - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8729,37 +6570,24 @@ schemas: default: name: BatchLoggingLevel description: "Log verbosity for batch inferencing.\r\nIncreasing verbosity order for logging is : Warning, Info and Debug.\r\nThe default value is Info." - go: - name: BatchLoggingLevel - description: 'Log verbosity for batch inferencing. Increasing verbosity order for logging is : Warning, Info and Debug. The default value is Info.' - possibleValuesFunc: PossibleBatchLoggingLevelValues protocol: {} - - &ref_367 + - &ref_353 choices: - value: Id language: default: name: Id description: '' - go: - name: ReferenceTypeID - description: '' - value: DataPath language: default: name: DataPath description: '' - go: - name: ReferenceTypeDataPath - description: '' - value: OutputPath language: default: name: OutputPath description: '' - go: - name: ReferenceTypeOutputPath - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8768,29 +6596,19 @@ schemas: default: name: ReferenceType description: Enum to determine which reference method to use for an asset. - go: - name: ReferenceType - description: Enum to determine which reference method to use for an asset. - possibleValuesFunc: PossibleReferenceTypeValues protocol: {} - - &ref_373 + - &ref_355 choices: - value: SummaryOnly language: default: name: SummaryOnly description: '' - go: - name: BatchOutputActionSummaryOnly - description: '' - value: AppendRow language: default: name: AppendRow description: '' - go: - name: BatchOutputActionAppendRow - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8799,69 +6617,44 @@ schemas: default: name: BatchOutputAction description: Enum to determine how batch inferencing will handle output - go: - name: BatchOutputAction - description: Enum to determine how batch inferencing will handle output - possibleValuesFunc: PossibleBatchOutputActionValues protocol: {} - - &ref_331 + - &ref_319 choices: - value: Creating language: default: name: Creating description: '' - go: - name: DeploymentProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: DeploymentProvisioningStateDeleting - description: '' - value: Scaling language: default: name: Scaling description: '' - go: - name: DeploymentProvisioningStateScaling - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: DeploymentProvisioningStateUpdating - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: DeploymentProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: DeploymentProvisioningStateFailed - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: DeploymentProvisioningStateCanceled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8870,37 +6663,24 @@ schemas: default: name: DeploymentProvisioningState description: Possible values for DeploymentProvisioningState. - go: - name: DeploymentProvisioningState - description: Possible values for DeploymentProvisioningState. - possibleValuesFunc: PossibleDeploymentProvisioningStateValues protocol: {} - - &ref_1836 + - &ref_1445 choices: - value: ActiveOnly language: default: name: ActiveOnly description: '' - go: - name: ListViewTypeActiveOnly - description: '' - value: ArchivedOnly language: default: name: ArchivedOnly description: '' - go: - name: ListViewTypeArchivedOnly - description: '' - value: All language: default: name: All description: '' - go: - name: ListViewTypeAll - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8909,37 +6689,24 @@ schemas: default: name: ListViewType description: '' - go: - name: ListViewType - description: '' - possibleValuesFunc: PossibleListViewTypeValues protocol: {} - - &ref_402 + - &ref_380 choices: - value: UriFile language: default: name: UriFile description: '' - go: - name: DataTypeURIFile - description: '' - value: UriFolder language: default: name: UriFolder description: '' - go: - name: DataTypeURIFolder - description: '' - value: MLTable language: default: name: MLTable description: '' - go: - name: DataTypeMLTable - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8948,69 +6715,44 @@ schemas: default: name: DataType description: Enum to determine the type of data. - go: - name: DataType - description: Enum to determine the type of data. - possibleValuesFunc: PossibleDataTypeValues protocol: {} - - &ref_487 + - &ref_464 choices: - value: AccountKey language: default: name: AccountKey description: '' - go: - name: CredentialsTypeAccountKey - description: '' - value: Certificate language: default: name: Certificate description: '' - go: - name: CredentialsTypeCertificate - description: '' - value: None language: default: name: None description: '' - go: - name: CredentialsTypeNone - description: '' - value: Sas language: default: name: Sas description: '' - go: - name: CredentialsTypeSas - description: '' - value: ServicePrincipal language: default: name: ServicePrincipal description: '' - go: - name: CredentialsTypeServicePrincipal - description: '' - value: KerberosKeytab language: default: name: KerberosKeytab description: '' - go: - name: CredentialsTypeKerberosKeytab - description: '' - value: KerberosPassword language: default: name: KerberosPassword description: '' - go: - name: CredentialsTypeKerberosPassword - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9019,53 +6761,34 @@ schemas: default: name: CredentialsType description: Enum to determine the datastore credentials type. - go: - name: CredentialsType - description: Enum to determine the datastore credentials type. - possibleValuesFunc: PossibleCredentialsTypeValues protocol: {} - - &ref_449 + - &ref_427 choices: - value: AzureBlob language: default: name: AzureBlob description: '' - go: - name: DatastoreTypeAzureBlob - description: '' - value: AzureDataLakeGen1 language: default: name: AzureDataLakeGen1 description: '' - go: - name: DatastoreTypeAzureDataLakeGen1 - description: '' - value: AzureDataLakeGen2 language: default: name: AzureDataLakeGen2 description: '' - go: - name: DatastoreTypeAzureDataLakeGen2 - description: '' - value: AzureFile language: default: name: AzureFile description: '' - go: - name: DatastoreTypeAzureFile - description: '' - value: Hdfs language: default: name: Hdfs description: '' - go: - name: DatastoreTypeHdfs - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9074,61 +6797,39 @@ schemas: default: name: DatastoreType description: Enum to determine the datastore contents type. - go: - name: DatastoreType - description: Enum to determine the datastore contents type. - possibleValuesFunc: PossibleDatastoreTypeValues protocol: {} - - &ref_468 + - &ref_441 choices: - value: AccountKey language: default: name: AccountKey description: '' - go: - name: SecretsTypeAccountKey - description: '' - value: Certificate language: default: name: Certificate description: '' - go: - name: SecretsTypeCertificate - description: '' - value: Sas language: default: name: Sas description: '' - go: - name: SecretsTypeSas - description: '' - value: ServicePrincipal language: default: name: ServicePrincipal description: '' - go: - name: SecretsTypeServicePrincipal - description: '' - value: KerberosPassword language: default: name: KerberosPassword description: '' - go: - name: SecretsTypeKerberosPassword - description: '' - value: KerberosKeytab language: default: name: KerberosKeytab description: '' - go: - name: SecretsTypeKerberosKeytab - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9137,29 +6838,19 @@ schemas: default: name: SecretsType description: Enum to determine the datastore secrets type. - go: - name: SecretsType - description: Enum to determine the datastore secrets type. - possibleValuesFunc: PossibleSecretsTypeValues protocol: {} - - &ref_408 + - &ref_386 choices: - value: Curated language: default: name: Curated description: '' - go: - name: EnvironmentTypeCurated - description: '' - value: UserCreated language: default: name: UserCreated description: '' - go: - name: EnvironmentTypeUserCreated - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9168,29 +6859,19 @@ schemas: default: name: EnvironmentType description: Environment type is either user created or curated by Azure ML service - go: - name: EnvironmentType - description: Environment type is either user created or curated by Azure ML service - possibleValuesFunc: PossibleEnvironmentTypeValues protocol: {} - - &ref_413 + - &ref_391 choices: - value: Linux language: default: name: Linux description: '' - go: - name: OperatingSystemTypeLinux - description: '' - value: Windows language: default: name: Windows description: '' - go: - name: OperatingSystemTypeWindows - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9199,37 +6880,24 @@ schemas: default: name: OperatingSystemType description: The type of operating system. - go: - name: OperatingSystemType - description: The type of operating system. - possibleValuesFunc: PossibleOperatingSystemTypeValues protocol: {} - - &ref_817 + - &ref_759 choices: - value: Managed language: default: name: Managed description: '' - go: - name: IdentityConfigurationTypeManaged - description: '' - value: AMLToken language: default: name: AMLToken description: '' - go: - name: IdentityConfigurationTypeAMLToken - description: '' - value: UserIdentity language: default: name: UserIdentity description: '' - go: - name: IdentityConfigurationTypeUserIdentity - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9238,45 +6906,29 @@ schemas: default: name: IdentityConfigurationType description: Enum to determine identity framework. - go: - name: IdentityConfigurationType - description: Enum to determine identity framework. - possibleValuesFunc: PossibleIdentityConfigurationTypeValues protocol: {} - - &ref_805 + - &ref_748 choices: - value: AutoML language: default: name: AutoML description: '' - go: - name: JobTypeAutoML - description: '' - value: Command language: default: name: Command description: '' - go: - name: JobTypeCommand - description: '' - value: Sweep language: default: name: Sweep description: '' - go: - name: JobTypeSweep - description: '' - value: Pipeline language: default: name: Pipeline description: '' - go: - name: JobTypePipeline - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9285,29 +6937,19 @@ schemas: default: name: JobType description: Enum to determine the type of job. - go: - name: JobType - description: Enum to determine the type of job. - possibleValuesFunc: PossibleJobTypeValues protocol: {} - - &ref_163 + - &ref_190 choices: - value: Enabled language: default: name: Enabled description: Schedule is enabled - go: - name: ScheduleStatusEnabled - description: Schedule is enabled - value: Disabled language: default: name: Disabled description: Schedule is disabled - go: - name: ScheduleStatusDisabled - description: Schedule is disabled type: choice apiVersions: - version: 2022-02-01-preview @@ -9316,29 +6958,19 @@ schemas: default: name: ScheduleStatus description: Enum to describe status of schedule - go: - name: ScheduleStatus - description: Enum to describe status of schedule - possibleValuesFunc: PossibleScheduleStatusValues protocol: {} - - &ref_161 + - &ref_188 choices: - value: Cron language: default: name: Cron description: Cron schedule type - go: - name: ScheduleTypeCron - description: Cron schedule type - value: Recurrence language: default: name: Recurrence description: Recurrence schedule type - go: - name: ScheduleTypeRecurrence - description: Recurrence schedule type type: choice apiVersions: - version: 2022-02-01-preview @@ -9347,101 +6979,64 @@ schemas: default: name: ScheduleType description: Enum to describe type of schedule - go: - name: ScheduleType - description: Enum to describe type of schedule - possibleValuesFunc: PossibleScheduleTypeValues protocol: {} - - &ref_824 + - &ref_763 choices: - value: NotStarted language: default: name: NotStarted description: Run hasn't started yet. - go: - name: JobStatusNotStarted - description: Run hasn't started yet. - value: Starting language: default: name: Starting description: Run has started. The user has a run ID. - go: - name: JobStatusStarting - description: Run has started. The user has a run ID. - value: Provisioning language: default: name: Provisioning description: (Not used currently) It will be used if ES is creating the compute target. - go: - name: JobStatusProvisioning - description: (Not used currently) It will be used if ES is creating the compute target. - value: Preparing language: default: name: Preparing description: The run environment is being prepared. - go: - name: JobStatusPreparing - description: The run environment is being prepared. - value: Queued language: default: name: Queued description: The job is queued in the compute target. For example, in BatchAI the job is in queued state, while waiting for all required nodes to be ready. - go: - name: JobStatusQueued - description: The job is queued in the compute target. For example, in BatchAI the job is in queued state, while waiting for all required nodes to be ready. - value: Running language: default: name: Running description: The job started to run in the compute target. - go: - name: JobStatusRunning - description: The job started to run in the compute target. - value: Finalizing language: default: name: Finalizing description: Job is completed in the target. It is in output collection state now. - go: - name: JobStatusFinalizing - description: Job is completed in the target. It is in output collection state now. - value: CancelRequested language: default: name: CancelRequested description: Cancellation has been requested for the job. - go: - name: JobStatusCancelRequested - description: Cancellation has been requested for the job. - value: Completed language: default: name: Completed description: Job completed successfully. This reflects that both the job itself and output collection states completed successfully - go: - name: JobStatusCompleted - description: Job completed successfully. This reflects that both the job itself and output collection states completed successfully - value: Failed language: default: name: Failed description: Job failed. - go: - name: JobStatusFailed - description: Job failed. - value: Canceled language: default: name: Canceled description: Following cancellation request, the job is now successfully canceled. - go: - name: JobStatusCanceled - description: Following cancellation request, the job is now successfully canceled. - value: NotResponding language: default: @@ -9449,35 +7044,21 @@ schemas: description: |- When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state. NotResponding is the only state that is exempt from strict transition orders. A run can go from NotResponding to any of the previous states. - go: - name: JobStatusNotResponding - description: |- - When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state. - NotResponding is the only state that is exempt from strict transition orders. A run can go from NotResponding to any of the previous states. - value: Paused language: default: name: Paused description: The job is paused by users. Some adjustment to labeling jobs can be made only in paused state. - go: - name: JobStatusPaused - description: The job is paused by users. Some adjustment to labeling jobs can be made only in paused state. - value: Unknown language: default: name: Unknown description: Default job status if not mapped to all other statuses - go: - name: JobStatusUnknown - description: Default job status if not mapped to all other statuses - value: Scheduled language: default: name: Scheduled description: The job is in a scheduled state. Job is not in any active state. - go: - name: JobStatusScheduled - description: The job is in a scheduled state. Job is not in any active state. type: choice apiVersions: - version: 2022-02-01-preview @@ -9486,37 +7067,24 @@ schemas: default: name: JobStatus description: The status of a job. - go: - name: JobStatus - description: The status of a job. - possibleValuesFunc: PossibleJobStatusValues protocol: {} - - &ref_416 + - &ref_394 choices: - value: CustomModel language: default: name: CustomModel description: '' - go: - name: ModelTypeCustomModel - description: '' - value: MLFlowModel language: default: name: MLFlowModel description: '' - go: - name: ModelTypeMLFlowModel - description: '' - value: TritonModel language: default: name: TritonModel description: '' - go: - name: ModelTypeTritonModel - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9525,37 +7093,24 @@ schemas: default: name: ModelType description: The async operation state. - go: - name: ModelType - description: The async operation state. - possibleValuesFunc: PossibleModelTypeValues protocol: {} - - &ref_318 + - &ref_306 choices: - value: Managed language: default: name: Managed description: '' - go: - name: EndpointComputeTypeManaged - description: '' - value: Kubernetes language: default: name: Kubernetes description: '' - go: - name: EndpointComputeTypeKubernetes - description: '' - value: AzureMLCompute language: default: name: AzureMLCompute description: '' - go: - name: EndpointComputeTypeAzureMLCompute - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9564,45 +7119,29 @@ schemas: default: name: EndpointComputeType description: Enum to determine endpoint compute type. - go: - name: EndpointComputeType - description: Enum to determine endpoint compute type. - possibleValuesFunc: PossibleEndpointComputeTypeValues protocol: {} - - &ref_2256 + - &ref_1660 choices: - value: CreatedAtDesc language: default: name: CreatedAtDesc description: '' - go: - name: OrderStringCreatedAtDesc - description: '' - value: CreatedAtAsc language: default: name: CreatedAtAsc description: '' - go: - name: OrderStringCreatedAtAsc - description: '' - value: UpdatedAtDesc language: default: name: UpdatedAtDesc description: '' - go: - name: OrderStringUpdatedAtDesc - description: '' - value: UpdatedAtAsc language: default: name: UpdatedAtAsc description: '' - go: - name: OrderStringUpdatedAtAsc - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9611,29 +7150,19 @@ schemas: default: name: OrderString description: '' - go: - name: OrderString - description: '' - possibleValuesFunc: PossibleOrderStringValues protocol: {} - - &ref_297 + - &ref_285 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: PublicNetworkAccessTypeEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: PublicNetworkAccessTypeDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9642,29 +7171,19 @@ schemas: default: name: PublicNetworkAccessType description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled. - go: - name: PublicNetworkAccessType - description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled. - possibleValuesFunc: PossiblePublicNetworkAccessTypeValues protocol: {} - - &ref_320 + - &ref_308 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: EgressPublicNetworkAccessTypeEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: EgressPublicNetworkAccessTypeDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9673,29 +7192,19 @@ schemas: default: name: EgressPublicNetworkAccessType description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. - go: - name: EgressPublicNetworkAccessType - description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. - possibleValuesFunc: PossibleEgressPublicNetworkAccessTypeValues protocol: {} - - &ref_344 + - &ref_331 choices: - value: Default language: default: name: Default description: '' - go: - name: ScaleTypeDefault - description: '' - value: TargetUtilization language: default: name: TargetUtilization description: '' - go: - name: ScaleTypeTargetUtilization - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9704,29 +7213,19 @@ schemas: default: name: ScaleType description: '' - go: - name: ScaleType - description: '' - possibleValuesFunc: PossibleScaleTypeValues protocol: {} - - &ref_1132 + - &ref_1052 choices: - value: StorageInitializer language: default: name: StorageInitializer description: '' - go: - name: ContainerTypeStorageInitializer - description: '' - value: InferenceServer language: default: name: InferenceServer description: '' - go: - name: ContainerTypeInferenceServer - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9735,37 +7234,24 @@ schemas: default: name: ContainerType description: '' - go: - name: ContainerType - description: '' - possibleValuesFunc: PossibleContainerTypeValues protocol: {} - - &ref_1139 + - &ref_1059 choices: - value: Automatic language: default: name: Automatic description: Automatically scales node count. - go: - name: SKUScaleTypeAutomatic - description: Automatically scales node count. - value: Manual language: default: name: Manual description: Node count scaled upon user request. - go: - name: SKUScaleTypeManual - description: Node count scaled upon user request. - value: None language: default: name: None description: Fixed set of nodes. - go: - name: SKUScaleTypeNone - description: Fixed set of nodes. type: choice apiVersions: - version: 2022-02-01-preview @@ -9774,29 +7260,19 @@ schemas: default: name: SkuScaleType description: Node scaling setting for the compute sku. - go: - name: SKUScaleType - description: Node scaling setting for the compute sku. - possibleValuesFunc: PossibleSKUScaleTypeValues protocol: {} - - &ref_1145 + - &ref_1065 choices: - value: Primary language: default: name: Primary description: '' - go: - name: KeyTypePrimary - description: '' - value: Secondary language: default: name: Secondary description: '' - go: - name: KeyTypeSecondary - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9805,37 +7281,24 @@ schemas: default: name: KeyType description: '' - go: - name: KeyType - description: '' - possibleValuesFunc: PossibleKeyTypeValues protocol: {} - - &ref_258 + - &ref_97 choices: - value: FastProd language: default: name: FastProd description: '' - go: - name: ClusterPurposeFastProd - description: '' - value: DenseProd language: default: name: DenseProd description: '' - go: - name: ClusterPurposeDenseProd - description: '' - value: DevTest language: default: name: DevTest description: '' - go: - name: ClusterPurposeDevTest - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9845,37 +7308,24 @@ schemas: default: name: ClusterPurpose description: Intended usage of the cluster - go: - name: ClusterPurpose - description: Intended usage of the cluster - possibleValuesFunc: PossibleClusterPurposeValues protocol: {} - - &ref_259 + - &ref_98 choices: - value: Disabled language: default: name: Disabled description: '' - go: - name: SSLConfigurationStatusDisabled - description: '' - value: Enabled language: default: name: Enabled description: '' - go: - name: SSLConfigurationStatusEnabled - description: '' - value: Auto language: default: name: Auto description: '' - go: - name: SSLConfigurationStatusAuto - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9884,29 +7334,19 @@ schemas: default: name: SslConfigurationStatus description: Enable or disable ssl for scoring - go: - name: SSLConfigurationStatus - description: Enable or disable ssl for scoring - possibleValuesFunc: PossibleSSLConfigurationStatusValues protocol: {} - - &ref_269 + - &ref_108 choices: - value: PublicIp language: default: name: PublicIp description: '' - go: - name: LoadBalancerTypePublicIP - description: '' - value: InternalLoadBalancer language: default: name: InternalLoadBalancer description: '' - go: - name: LoadBalancerTypeInternalLoadBalancer - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9916,29 +7356,19 @@ schemas: default: name: LoadBalancerType description: Load Balancer Type - go: - name: LoadBalancerType - description: Load Balancer Type - possibleValuesFunc: PossibleLoadBalancerTypeValues protocol: {} - - &ref_95 + - &ref_122 choices: - value: Linux language: default: name: Linux description: '' - go: - name: OsTypeLinux - description: '' - value: Windows language: default: name: Windows description: '' - go: - name: OsTypeWindows - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9948,29 +7378,19 @@ schemas: default: name: OsType description: Compute OS Type - go: - name: OsType - description: Compute OS Type - possibleValuesFunc: PossibleOsTypeValues protocol: {} - - &ref_97 + - &ref_124 choices: - value: Dedicated language: default: name: Dedicated description: '' - go: - name: VMPriorityDedicated - description: '' - value: LowPriority language: default: name: LowPriority description: '' - go: - name: VMPriorityLowPriority - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9979,37 +7399,24 @@ schemas: default: name: VmPriority description: Virtual Machine priority - go: - name: VMPriority - description: Virtual Machine priority - possibleValuesFunc: PossibleVMPriorityValues protocol: {} - - &ref_107 + - &ref_134 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: RemoteLoginPortPublicAccessEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: RemoteLoginPortPublicAccessDisabled - description: '' - value: NotSpecified language: default: name: NotSpecified description: '' - go: - name: RemoteLoginPortPublicAccessNotSpecified - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10023,32 +7430,19 @@ schemas: State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. - go: - name: RemoteLoginPortPublicAccess - description: |- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all - nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster - creation time, after creation it will be either enabled or disabled. - possibleValuesFunc: PossibleRemoteLoginPortPublicAccessValues protocol: {} - - &ref_108 + - &ref_135 choices: - value: Steady language: default: name: Steady description: '' - go: - name: AllocationStateSteady - description: '' - value: Resizing language: default: name: Resizing description: '' - go: - name: AllocationStateResizing - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10060,32 +7454,19 @@ schemas: description: >- Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. - go: - name: AllocationState - description: |- - Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute - enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, - compute nodes are being added to or removed from the compute. - possibleValuesFunc: PossibleAllocationStateValues protocol: {} - - &ref_125 + - &ref_152 choices: - value: Personal language: default: name: Personal description: '' - go: - name: ApplicationSharingPolicyPersonal - description: '' - value: Shared language: default: name: Shared description: '' - go: - name: ApplicationSharingPolicyShared - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10098,31 +7479,19 @@ schemas: description: >- Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role. - go: - name: ApplicationSharingPolicy - description: |- - Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace - user can access applications on this instance depending on his/her assigned role. - possibleValuesFunc: PossibleApplicationSharingPolicyValues protocol: {} - - &ref_126 + - &ref_153 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: SSHPublicAccessEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: SSHPublicAccessDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10135,135 +7504,84 @@ schemas: description: >- State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable. - go: - name: SSHPublicAccess - description: |- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible - according to the VNet/subnet policy if applicable. - possibleValuesFunc: PossibleSSHPublicAccessValues protocol: {} - - &ref_137 + - &ref_164 choices: - value: Creating language: default: name: Creating description: '' - go: - name: ComputeInstanceStateCreating - description: '' - value: CreateFailed language: default: name: CreateFailed description: '' - go: - name: ComputeInstanceStateCreateFailed - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ComputeInstanceStateDeleting - description: '' - value: Running language: default: name: Running description: '' - go: - name: ComputeInstanceStateRunning - description: '' - value: Restarting language: default: name: Restarting description: '' - go: - name: ComputeInstanceStateRestarting - description: '' - value: JobRunning language: default: name: JobRunning description: '' - go: - name: ComputeInstanceStateJobRunning - description: '' - value: SettingUp language: default: name: SettingUp description: '' - go: - name: ComputeInstanceStateSettingUp - description: '' - value: SetupFailed language: default: name: SetupFailed description: '' - go: - name: ComputeInstanceStateSetupFailed - description: '' - value: Starting language: default: name: Starting description: '' - go: - name: ComputeInstanceStateStarting - description: '' - value: Stopped language: default: name: Stopped description: '' - go: - name: ComputeInstanceStateStopped - description: '' - value: Stopping language: default: name: Stopping description: '' - go: - name: ComputeInstanceStateStopping - description: '' - value: UserSettingUp language: default: name: UserSettingUp description: '' - go: - name: ComputeInstanceStateUserSettingUp - description: '' - value: UserSetupFailed language: default: name: UserSetupFailed description: '' - go: - name: ComputeInstanceStateUserSetupFailed - description: '' - value: Unknown language: default: name: Unknown description: '' - go: - name: ComputeInstanceStateUnknown - description: '' - value: Unusable language: default: name: Unusable description: '' - go: - name: ComputeInstanceStateUnusable - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10272,21 +7590,14 @@ schemas: default: name: ComputeInstanceState description: Current state of an ComputeInstance. - go: - name: ComputeInstanceState - description: Current state of an ComputeInstance. - possibleValuesFunc: PossibleComputeInstanceStateValues protocol: {} - - &ref_138 + - &ref_165 choices: - value: personal language: default: name: Personal description: '' - go: - name: ComputeInstanceAuthorizationTypePersonal - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10297,61 +7608,39 @@ schemas: default: name: ComputeInstanceAuthorizationType description: The Compute Instance Authorization type. Available values are personal (default). - go: - name: ComputeInstanceAuthorizationType - description: The Compute Instance Authorization type. Available values are personal (default). - possibleValuesFunc: PossibleComputeInstanceAuthorizationTypeValues protocol: {} - - &ref_146 + - &ref_173 choices: - value: Create language: default: name: Create description: '' - go: - name: OperationNameCreate - description: '' - value: Start language: default: name: Start description: '' - go: - name: OperationNameStart - description: '' - value: Stop language: default: name: Stop description: '' - go: - name: OperationNameStop - description: '' - value: Restart language: default: name: Restart description: '' - go: - name: OperationNameRestart - description: '' - value: Reimage language: default: name: Reimage description: '' - go: - name: OperationNameReimage - description: '' - value: Delete language: default: name: Delete description: '' - go: - name: OperationNameDelete - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10360,77 +7649,49 @@ schemas: default: name: OperationName description: Name of the last operation. - go: - name: OperationName - description: Name of the last operation. - possibleValuesFunc: PossibleOperationNameValues protocol: {} - - &ref_148 + - &ref_175 choices: - value: InProgress language: default: name: InProgress description: '' - go: - name: OperationStatusInProgress - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: OperationStatusSucceeded - description: '' - value: CreateFailed language: default: name: CreateFailed description: '' - go: - name: OperationStatusCreateFailed - description: '' - value: StartFailed language: default: name: StartFailed description: '' - go: - name: OperationStatusStartFailed - description: '' - value: StopFailed language: default: name: StopFailed description: '' - go: - name: OperationStatusStopFailed - description: '' - value: RestartFailed language: default: name: RestartFailed description: '' - go: - name: OperationStatusRestartFailed - description: '' - value: ReimageFailed language: default: name: ReimageFailed description: '' - go: - name: OperationStatusReimageFailed - description: '' - value: DeleteFailed language: default: name: DeleteFailed description: '' - go: - name: OperationStatusDeleteFailed - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10439,37 +7700,24 @@ schemas: default: name: OperationStatus description: Operation status. - go: - name: OperationStatus - description: Operation status. - possibleValuesFunc: PossibleOperationStatusValues protocol: {} - - &ref_149 + - &ref_176 choices: - value: User language: default: name: User description: '' - go: - name: OperationTriggerUser - description: '' - value: Schedule language: default: name: Schedule description: '' - go: - name: OperationTriggerSchedule - description: '' - value: IdleShutdown language: default: name: IdleShutdown description: '' - go: - name: OperationTriggerIdleShutdown - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10478,37 +7726,24 @@ schemas: default: name: OperationTrigger description: Trigger of operation. - go: - name: OperationTrigger - description: Trigger of operation. - possibleValuesFunc: PossibleOperationTriggerValues protocol: {} - - &ref_151 + - &ref_178 choices: - value: Completed language: default: name: Completed description: '' - go: - name: ProvisioningStatusCompleted - description: '' - value: Provisioning language: default: name: Provisioning description: '' - go: - name: ProvisioningStatusProvisioning - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStatusFailed - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10517,29 +7752,19 @@ schemas: default: name: ProvisioningStatus description: The current deployment state of schedule. - go: - name: ProvisioningStatus - description: The current deployment state of schedule. - possibleValuesFunc: PossibleProvisioningStatusValues protocol: {} - - &ref_152 + - &ref_179 choices: - value: Start language: default: name: Start description: '' - go: - name: ComputePowerActionStart - description: '' - value: Stop language: default: name: Stop description: '' - go: - name: ComputePowerActionStop - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10548,37 +7773,24 @@ schemas: default: name: ComputePowerAction description: The compute power action. - go: - name: ComputePowerAction - description: The compute power action. - possibleValuesFunc: PossibleComputePowerActionValues protocol: {} - - &ref_172 + - &ref_196 choices: - value: None language: default: name: None description: '' - go: - name: AutosaveNone - description: '' - value: Local language: default: name: Local description: '' - go: - name: AutosaveLocal - description: '' - value: Remote language: default: name: Remote description: '' - go: - name: AutosaveRemote - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10587,29 +7799,19 @@ schemas: default: name: Autosave description: Auto save settings. - go: - name: Autosave - description: Auto save settings. - possibleValuesFunc: PossibleAutosaveValues protocol: {} - - &ref_174 + - &ref_198 choices: - value: Bridge language: default: name: Bridge description: '' - go: - name: NetworkBridge - description: '' - value: Host language: default: name: Host description: '' - go: - name: NetworkHost - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10618,37 +7820,24 @@ schemas: default: name: Network description: network of this container. - go: - name: Network - description: network of this container. - possibleValuesFunc: PossibleNetworkValues protocol: {} - - &ref_177 + - &ref_201 choices: - value: None language: default: name: None description: '' - go: - name: CachingNone - description: '' - value: ReadOnly language: default: name: ReadOnly description: '' - go: - name: CachingReadOnly - description: '' - value: ReadWrite language: default: name: ReadWrite description: '' - go: - name: CachingReadWrite - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10657,29 +7846,19 @@ schemas: default: name: Caching description: Caching type of Data Disk. - go: - name: Caching - description: Caching type of Data Disk. - possibleValuesFunc: PossibleCachingValues protocol: {} - - &ref_180 + - &ref_204 choices: - value: Standard_LRS language: default: name: StandardLRS description: '' - go: - name: StorageAccountTypeStandardLRS - description: '' - value: Premium_LRS language: default: name: PremiumLRS description: '' - go: - name: StorageAccountTypePremiumLRS - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10689,37 +7868,24 @@ schemas: default: name: StorageAccountType description: type of this storage account. - go: - name: StorageAccountType - description: type of this storage account. - possibleValuesFunc: PossibleStorageAccountTypeValues protocol: {} - - &ref_182 + - &ref_206 choices: - value: Dataset language: default: name: Dataset description: '' - go: - name: SourceTypeDataset - description: '' - value: Datastore language: default: name: Datastore description: '' - go: - name: SourceTypeDatastore - description: '' - value: URI language: default: name: URI description: '' - go: - name: SourceTypeURI - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10728,29 +7894,19 @@ schemas: default: name: SourceType description: Data source type. - go: - name: SourceType - description: Data source type. - possibleValuesFunc: PossibleSourceTypeValues protocol: {} - - &ref_184 + - &ref_208 choices: - value: Mount language: default: name: Mount description: '' - go: - name: MountActionMount - description: '' - value: Unmount language: default: name: Unmount description: '' - go: - name: MountActionUnmount - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10759,61 +7915,39 @@ schemas: default: name: MountAction description: Mount Action. - go: - name: MountAction - description: Mount Action. - possibleValuesFunc: PossibleMountActionValues protocol: {} - - &ref_187 + - &ref_211 choices: - value: MountRequested language: default: name: MountRequested description: '' - go: - name: MountStateMountRequested - description: '' - value: Mounted language: default: name: Mounted description: '' - go: - name: MountStateMounted - description: '' - value: MountFailed language: default: name: MountFailed description: '' - go: - name: MountStateMountFailed - description: '' - value: UnmountRequested language: default: name: UnmountRequested description: '' - go: - name: MountStateUnmountRequested - description: '' - value: UnmountFailed language: default: name: UnmountFailed description: '' - go: - name: MountStateUnmountFailed - description: '' - value: Unmounted language: default: name: Unmounted description: '' - go: - name: MountStateUnmounted - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10822,61 +7956,39 @@ schemas: default: name: MountState description: Mount state. - go: - name: MountState - description: Mount state. - possibleValuesFunc: PossibleMountStateValues protocol: {} - - &ref_47 + - &ref_46 choices: - value: ReadOnlyMount language: default: name: ReadOnlyMount description: '' - go: - name: InputDeliveryModeReadOnlyMount - description: '' - value: ReadWriteMount language: default: name: ReadWriteMount description: '' - go: - name: InputDeliveryModeReadWriteMount - description: '' - value: Download language: default: name: Download description: '' - go: - name: InputDeliveryModeDownload - description: '' - value: Direct language: default: name: Direct description: '' - go: - name: InputDeliveryModeDirect - description: '' - value: EvalMount language: default: name: EvalMount description: '' - go: - name: InputDeliveryModeEvalMount - description: '' - value: EvalDownload language: default: name: EvalDownload description: '' - go: - name: InputDeliveryModeEvalDownload - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10885,29 +7997,19 @@ schemas: default: name: InputDeliveryMode description: Enum to determine the input data delivery mode. - go: - name: InputDeliveryMode - description: Enum to determine the input data delivery mode. - possibleValuesFunc: PossibleInputDeliveryModeValues protocol: {} - - &ref_33 + - &ref_32 choices: - value: ReadWriteMount language: default: name: ReadWriteMount description: '' - go: - name: OutputDeliveryModeReadWriteMount - description: '' - value: Upload language: default: name: Upload description: '' - go: - name: OutputDeliveryModeUpload - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10916,29 +8018,19 @@ schemas: default: name: OutputDeliveryMode description: Output data delivery mode enums. - go: - name: OutputDeliveryMode - description: Output data delivery mode enums. - possibleValuesFunc: PossibleOutputDeliveryModeValues protocol: {} - - &ref_695 + - &ref_485 choices: - value: Auto language: default: name: Auto description: Forecast horizon to be determined automatically. - go: - name: ForecastHorizonModeAuto - description: Forecast horizon to be determined automatically. - value: Custom language: default: name: Custom description: Use the custom forecast horizon. - go: - name: ForecastHorizonModeCustom - description: Use the custom forecast horizon. type: choice apiVersions: - version: 2022-02-01-preview @@ -10947,61 +8039,39 @@ schemas: default: name: ForecastHorizonMode description: Enum to determine forecast horizon selection mode. - go: - name: ForecastHorizonMode - description: Enum to determine forecast horizon selection mode. - possibleValuesFunc: PossibleForecastHorizonModeValues protocol: {} - - &ref_35 + - &ref_34 choices: - value: UriFile language: default: name: UriFile description: '' - go: - name: JobOutputTypeURIFile - description: '' - value: UriFolder language: default: name: UriFolder description: '' - go: - name: JobOutputTypeURIFolder - description: '' - value: MLTable language: default: name: MLTable description: '' - go: - name: JobOutputTypeMLTable - description: '' - value: CustomModel language: default: name: CustomModel description: '' - go: - name: JobOutputTypeCustomModel - description: '' - value: MLFlowModel language: default: name: MLFlowModel description: '' - go: - name: JobOutputTypeMLFlowModel - description: '' - value: TritonModel language: default: name: TritonModel description: '' - go: - name: JobOutputTypeTritonModel - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11010,61 +8080,39 @@ schemas: default: name: JobOutputType description: Enum to determine the Job Output Type. - go: - name: JobOutputType - description: Enum to determine the Job Output Type. - possibleValuesFunc: PossibleJobOutputTypeValues protocol: {} - - &ref_684 + - &ref_699 choices: - value: NotSet language: default: name: NotSet description: No logs emitted. - go: - name: LogVerbosityNotSet - description: No logs emitted. - value: Debug language: default: name: Debug description: Debug and above log statements logged. - go: - name: LogVerbosityDebug - description: Debug and above log statements logged. - value: Info language: default: name: Info description: Info and above log statements logged. - go: - name: LogVerbosityInfo - description: Info and above log statements logged. - value: Warning language: default: name: Warning description: Warning and above log statements logged. - go: - name: LogVerbosityWarning - description: Warning and above log statements logged. - value: Error language: default: name: Error description: Error and above log statements logged. - go: - name: LogVerbosityError - description: Error and above log statements logged. - value: Critical language: default: name: Critical description: Only critical statements logged. - go: - name: LogVerbosityCritical - description: Only critical statements logged. type: choice apiVersions: - version: 2022-02-01-preview @@ -11073,12 +8121,8 @@ schemas: default: name: LogVerbosity description: Enum for setting log verbosity. - go: - name: LogVerbosity - description: Enum for setting log verbosity. - possibleValuesFunc: PossibleLogVerbosityValues protocol: {} - - &ref_683 + - &ref_698 choices: - value: Classification language: @@ -11087,19 +8131,11 @@ schemas: description: |- Classification in machine learning and statistics is a supervised learning approach in which the computer program learns from the data given to it and make new observations or classifications. - go: - name: TaskTypeClassification - description: |- - Classification in machine learning and statistics is a supervised learning approach in which - the computer program learns from the data given to it and make new observations or classifications. - value: Regression language: default: name: Regression description: Regression means to predict the value using the input data. Regression models are used to predict a continuous value. - go: - name: TaskTypeRegression - description: Regression means to predict the value using the input data. Regression models are used to predict a continuous value. - value: Forecasting language: default: @@ -11107,11 +8143,6 @@ schemas: description: |- Forecasting is a special kind of regression task that deals with time-series data and creates forecasting model that can be used to predict the near future values based on the inputs. - go: - name: TaskTypeForecasting - description: |- - Forecasting is a special kind of regression task that deals with time-series data and creates forecasting model - that can be used to predict the near future values based on the inputs. - value: ImageClassification language: default: @@ -11119,11 +8150,6 @@ schemas: description: |- Image Classification. Multi-class image classification is used when an image is classified with only a single label from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'. - go: - name: TaskTypeImageClassification - description: |- - Image Classification. Multi-class image classification is used when an image is classified with only a single label - from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'. - value: ImageClassificationMultilabel language: default: @@ -11131,11 +8157,6 @@ schemas: description: |- Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'. - go: - name: TaskTypeImageClassificationMultilabel - description: |- - Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels - from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'. - value: ImageObjectDetection language: default: @@ -11143,11 +8164,6 @@ schemas: description: |- Image Object Detection. Object detection is used to identify objects in an image and locate each object with a bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each. - go: - name: TaskTypeImageObjectDetection - description: |- - Image Object Detection. Object detection is used to identify objects in an image and locate each object with a - bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each. - value: ImageInstanceSegmentation language: default: @@ -11155,11 +8171,6 @@ schemas: description: |- Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level, drawing a polygon around each object in the image. - go: - name: TaskTypeImageInstanceSegmentation - description: |- - Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level, - drawing a polygon around each object in the image. - value: TextClassification language: default: @@ -11167,19 +8178,11 @@ schemas: description: |- Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories. Categories are mutually exclusive. - go: - name: TaskTypeTextClassification - description: |- - Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories. - Categories are mutually exclusive. - value: TextClassificationMultilabel language: default: name: TextClassificationMultilabel description: Multilabel classification task assigns each sample to a group (zero or more) of target labels. - go: - name: TaskTypeTextClassificationMultilabel - description: Multilabel classification task assigns each sample to a group (zero or more) of target labels. - value: TextNER language: default: @@ -11187,11 +8190,6 @@ schemas: description: |- Text Named Entity Recognition a.k.a. TextNER. Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more. - go: - name: TaskTypeTextNER - description: |- - Text Named Entity Recognition a.k.a. TextNER. - Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more. type: choice apiVersions: - version: 2022-02-01-preview @@ -11200,29 +8198,19 @@ schemas: default: name: TaskType description: AutoMLJob Task type. - go: - name: TaskType - description: AutoMLJob Task type. - possibleValuesFunc: PossibleTaskTypeValues protocol: {} - - &ref_631 + - &ref_523 choices: - value: Auto language: default: name: Auto description: Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task. - go: - name: NCrossValidationsModeAuto - description: Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task. - value: Custom language: default: name: Custom description: Use custom N-Cross validations value. - go: - name: NCrossValidationsModeCustom - description: Use custom N-Cross validations value. type: choice apiVersions: - version: 2022-02-01-preview @@ -11231,29 +8219,19 @@ schemas: default: name: NCrossValidationsMode description: Determines how N-Cross validations value is determined. - go: - name: NCrossValidationsMode - description: Determines how N-Cross validations value is determined. - possibleValuesFunc: PossibleNCrossValidationsModeValues protocol: {} - - &ref_705 + - &ref_492 choices: - value: Auto language: default: name: Auto description: Seasonality to be determined automatically. - go: - name: SeasonalityModeAuto - description: Seasonality to be determined automatically. - value: Custom language: default: name: Custom description: Use the custom seasonality value. - go: - name: SeasonalityModeCustom - description: Use the custom seasonality value. type: choice apiVersions: - version: 2022-02-01-preview @@ -11262,29 +8240,19 @@ schemas: default: name: SeasonalityMode description: Forecasting seasonality mode. - go: - name: SeasonalityMode - description: Forecasting seasonality mode. - possibleValuesFunc: PossibleSeasonalityModeValues protocol: {} - - &ref_715 + - &ref_499 choices: - value: Auto language: default: name: Auto description: Target lags to be determined automatically. - go: - name: TargetLagsModeAuto - description: Target lags to be determined automatically. - value: Custom language: default: name: Custom description: Use the custom target lags. - go: - name: TargetLagsModeCustom - description: Use the custom target lags. type: choice apiVersions: - version: 2022-02-01-preview @@ -11293,29 +8261,19 @@ schemas: default: name: TargetLagsMode description: Target lags selection modes. - go: - name: TargetLagsMode - description: Target lags selection modes. - possibleValuesFunc: PossibleTargetLagsModeValues protocol: {} - - &ref_724 + - &ref_505 choices: - value: Auto language: default: name: Auto description: Determine rolling windows size automatically. - go: - name: TargetRollingWindowSizeModeAuto - description: Determine rolling windows size automatically. - value: Custom language: default: name: Custom description: Use the specified rolling window size. - go: - name: TargetRollingWindowSizeModeCustom - description: Use the specified rolling window size. type: choice apiVersions: - version: 2022-02-01-preview @@ -11324,37 +8282,24 @@ schemas: default: name: TargetRollingWindowSizeMode description: Target rolling windows size mode. - go: - name: TargetRollingWindowSizeMode - description: Target rolling windows size mode. - possibleValuesFunc: PossibleTargetRollingWindowSizeModeValues protocol: {} - - &ref_431 + - &ref_409 choices: - value: None language: default: name: None description: Do not use any identity for service data access. - go: - name: ServiceDataAccessAuthIdentityNone - description: Do not use any identity for service data access. - value: WorkspaceSystemAssignedIdentity language: default: name: WorkspaceSystemAssignedIdentity description: Use the system assigned managed identity of the Workspace to authenticate service data access. - go: - name: ServiceDataAccessAuthIdentityWorkspaceSystemAssignedIdentity - description: Use the system assigned managed identity of the Workspace to authenticate service data access. - value: WorkspaceUserAssignedIdentity language: default: name: WorkspaceUserAssignedIdentity description: Use the user assigned managed identity of the Workspace to authenticate service data access. - go: - name: ServiceDataAccessAuthIdentityWorkspaceUserAssignedIdentity - description: Use the user assigned managed identity of the Workspace to authenticate service data access. type: choice apiVersions: - version: 2022-02-01-preview @@ -11363,37 +8308,24 @@ schemas: default: name: ServiceDataAccessAuthIdentity description: '' - go: - name: ServiceDataAccessAuthIdentity - description: '' - possibleValuesFunc: PossibleServiceDataAccessAuthIdentityValues protocol: {} - - &ref_650 + - &ref_683 choices: - value: Bandit language: default: name: Bandit description: '' - go: - name: EarlyTerminationPolicyTypeBandit - description: '' - value: MedianStopping language: default: name: MedianStopping description: '' - go: - name: EarlyTerminationPolicyTypeMedianStopping - description: '' - value: TruncationSelection language: default: name: TruncationSelection description: '' - go: - name: EarlyTerminationPolicyTypeTruncationSelection - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11402,37 +8334,24 @@ schemas: default: name: EarlyTerminationPolicyType description: '' - go: - name: EarlyTerminationPolicyType - description: '' - possibleValuesFunc: PossibleEarlyTerminationPolicyTypeValues protocol: {} - - &ref_660 + - &ref_689 choices: - value: Grid language: default: name: Grid description: '' - go: - name: SamplingAlgorithmTypeGrid - description: '' - value: Random language: default: name: Random description: '' - go: - name: SamplingAlgorithmTypeRandom - description: '' - value: Bayesian language: default: name: Bayesian description: '' - go: - name: SamplingAlgorithmTypeBayesian - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11441,12 +8360,8 @@ schemas: default: name: SamplingAlgorithmType description: '' - go: - name: SamplingAlgorithmType - description: '' - possibleValuesFunc: PossibleSamplingAlgorithmTypeValues protocol: {} - - &ref_747 + - &ref_559 choices: - value: LogisticRegression language: @@ -11457,13 +8372,6 @@ schemas: It belongs to the group of linear classifiers and is somewhat similar to polynomial and linear regression. Logistic regression is fast and relatively uncomplicated, and it's convenient for you to interpret the results. Although it's essentially a method for binary classification, it can also be applied to multiclass problems. - go: - name: ClassificationModelsLogisticRegression - description: |- - Logistic regression is a fundamental classification technique. - It belongs to the group of linear classifiers and is somewhat similar to polynomial and linear regression. - Logistic regression is fast and relatively uncomplicated, and it's convenient for you to interpret the results. - Although it's essentially a method for binary classification, it can also be applied to multiclass problems. - value: SGD language: default: @@ -11471,11 +8379,6 @@ schemas: description: |- SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs. - go: - name: ClassificationModelsSGD - description: |- - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications - to find the model parameters that correspond to the best fit between predicted and actual outputs. - value: MultinomialNaiveBayes language: default: @@ -11483,19 +8386,11 @@ schemas: description: |- The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification). The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work. - go: - name: ClassificationModelsMultinomialNaiveBayes - description: |- - The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification). - The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work. - value: BernoulliNaiveBayes language: default: name: BernoulliNaiveBayes description: Naive Bayes classifier for multivariate Bernoulli models. - go: - name: ClassificationModelsBernoulliNaiveBayes - description: Naive Bayes classifier for multivariate Bernoulli models. - value: SVM language: default: @@ -11503,11 +8398,6 @@ schemas: description: |- A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. - go: - name: ClassificationModelsSVM - description: |- - A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. - After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. - value: LinearSVM language: default: @@ -11516,12 +8406,6 @@ schemas: A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. Linear SVM performs best when input data is linear, i.e., data can be easily classified by drawing the straight line between classified values on a plotted graph. - go: - name: ClassificationModelsLinearSVM - description: |- - A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. - After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. - Linear SVM performs best when input data is linear, i.e., data can be easily classified by drawing the straight line between classified values on a plotted graph. - value: KNN language: default: @@ -11529,11 +8413,6 @@ schemas: description: |- K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - go: - name: ClassificationModelsKNN - description: |- - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints - which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - value: DecisionTree language: default: @@ -11541,11 +8420,6 @@ schemas: description: |- Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - go: - name: ClassificationModelsDecisionTree - description: |- - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. - The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - value: RandomForest language: default: @@ -11554,44 +8428,26 @@ schemas: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result. - go: - name: ClassificationModelsRandomForest - description: |- - Random forest is a supervised learning algorithm. - The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. - The general idea of the bagging method is that a combination of learning models increases the overall result. - value: ExtremeRandomTrees language: default: name: ExtremeRandomTrees description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - go: - name: ClassificationModelsExtremeRandomTrees - description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - value: LightGBM language: default: name: LightGBM description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - go: - name: ClassificationModelsLightGBM - description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - value: GradientBoosting language: default: name: GradientBoosting description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - go: - name: ClassificationModelsGradientBoosting - description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - value: XGBoostClassifier language: default: name: XGBoostClassifier description: 'XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values.' - go: - name: ClassificationModelsXGBoostClassifier - description: 'XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values.' type: choice apiVersions: - version: 2022-02-01-preview @@ -11600,12 +8456,8 @@ schemas: default: name: ClassificationModels description: Enum for all classification models supported by AutoML. - go: - name: ClassificationModels - description: Enum for all classification models supported by AutoML. - possibleValuesFunc: PossibleClassificationModelsValues protocol: {} - - &ref_662 + - &ref_560 choices: - value: AUCWeighted language: @@ -11615,20 +8467,11 @@ schemas: AUC is the Area under the curve. This metric represents arithmetic mean of the score for each class, weighted by the number of true instances in each class. - go: - name: ClassificationPrimaryMetricsAUCWeighted - description: |- - AUC is the Area under the curve. - This metric represents arithmetic mean of the score for each class, - weighted by the number of true instances in each class. - value: Accuracy language: default: name: Accuracy description: Accuracy is the ratio of predictions that exactly match the true class labels. - go: - name: ClassificationPrimaryMetricsAccuracy - description: Accuracy is the ratio of predictions that exactly match the true class labels. - value: NormMacroRecall language: default: @@ -11636,11 +8479,6 @@ schemas: description: |- Normalized macro recall is recall macro-averaged and normalized, so that random performance has a score of 0, and perfect performance has a score of 1. - go: - name: ClassificationPrimaryMetricsNormMacroRecall - description: |- - Normalized macro recall is recall macro-averaged and normalized, so that random - performance has a score of 0, and perfect performance has a score of 1. - value: AveragePrecisionScoreWeighted language: default: @@ -11648,19 +8486,11 @@ schemas: description: |- The arithmetic mean of the average precision score for each class, weighted by the number of true instances in each class. - go: - name: ClassificationPrimaryMetricsAveragePrecisionScoreWeighted - description: |- - The arithmetic mean of the average precision score for each class, weighted by - the number of true instances in each class. - value: PrecisionScoreWeighted language: default: name: PrecisionScoreWeighted description: The arithmetic mean of precision for each class, weighted by number of true instances in each class. - go: - name: ClassificationPrimaryMetricsPrecisionScoreWeighted - description: The arithmetic mean of precision for each class, weighted by number of true instances in each class. type: choice apiVersions: - version: 2022-02-01-preview @@ -11669,69 +8499,44 @@ schemas: default: name: ClassificationPrimaryMetrics description: Primary metrics for classification tasks. - go: - name: ClassificationPrimaryMetrics - description: Primary metrics for classification tasks. - possibleValuesFunc: PossibleClassificationPrimaryMetricsValues protocol: {} - - &ref_51 + - &ref_50 choices: - value: Literal language: default: name: Literal description: '' - go: - name: JobInputTypeLiteral - description: '' - value: UriFile language: default: name: UriFile description: '' - go: - name: JobInputTypeURIFile - description: '' - value: UriFolder language: default: name: UriFolder description: '' - go: - name: JobInputTypeURIFolder - description: '' - value: MLTable language: default: name: MLTable description: '' - go: - name: JobInputTypeMLTable - description: '' - value: CustomModel language: default: name: CustomModel description: '' - go: - name: JobInputTypeCustomModel - description: '' - value: MLFlowModel language: default: name: MLFlowModel description: '' - go: - name: JobInputTypeMLFlowModel - description: '' - value: TritonModel language: default: name: TritonModel description: '' - go: - name: JobInputTypeTritonModel - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11740,37 +8545,24 @@ schemas: default: name: JobInputType description: Enum to determine the Job Input Type. - go: - name: JobInputType - description: Enum to determine the Job Input Type. - possibleValuesFunc: PossibleJobInputTypeValues protocol: {} - - &ref_674 + - &ref_542 choices: - value: Auto language: default: name: Auto description: Auto mode, system performs featurization without any custom featurization inputs. - go: - name: FeaturizationModeAuto - description: Auto mode, system performs featurization without any custom featurization inputs. - value: Custom language: default: name: Custom description: Custom featurization. - go: - name: FeaturizationModeCustom - description: Custom featurization. - value: 'Off' language: default: name: 'Off' description: Featurization off. 'Forecasting' task cannot use this value. - go: - name: FeaturizationModeOff - description: Featurization off. 'Forecasting' task cannot use this value. type: choice apiVersions: - version: 2022-02-01-preview @@ -11779,77 +8571,49 @@ schemas: default: name: FeaturizationMode description: Featurization mode - determines data featurization mode. - go: - name: FeaturizationMode - description: Featurization mode - determines data featurization mode. - possibleValuesFunc: PossibleFeaturizationModeValues protocol: {} - - &ref_746 + - &ref_558 choices: - value: None language: default: name: None description: '' - go: - name: StackMetaLearnerTypeNone - description: '' - value: LogisticRegression language: default: name: LogisticRegression description: Default meta-learners are LogisticRegression for classification tasks. - go: - name: StackMetaLearnerTypeLogisticRegression - description: Default meta-learners are LogisticRegression for classification tasks. - value: LogisticRegressionCV language: default: name: LogisticRegressionCV description: Default meta-learners are LogisticRegression for classification task when CV is on. - go: - name: StackMetaLearnerTypeLogisticRegressionCV - description: Default meta-learners are LogisticRegression for classification task when CV is on. - value: LightGBMClassifier language: default: name: LightGBMClassifier description: '' - go: - name: StackMetaLearnerTypeLightGBMClassifier - description: '' - value: ElasticNet language: default: name: ElasticNet description: Default meta-learners are LogisticRegression for regression task. - go: - name: StackMetaLearnerTypeElasticNet - description: Default meta-learners are LogisticRegression for regression task. - value: ElasticNetCV language: default: name: ElasticNetCV description: Default meta-learners are LogisticRegression for regression task when CV is on. - go: - name: StackMetaLearnerTypeElasticNetCV - description: Default meta-learners are LogisticRegression for regression task when CV is on. - value: LightGBMRegressor language: default: name: LightGBMRegressor description: '' - go: - name: StackMetaLearnerTypeLightGBMRegressor - description: '' - value: LinearRegression language: default: name: LinearRegression description: '' - go: - name: StackMetaLearnerTypeLinearRegression - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11858,40 +8622,24 @@ schemas: default: name: StackMetaLearnerType description: "The meta-learner is a model trained on the output of the individual heterogeneous models.\r\nDefault meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled).\r\nThis parameter can be one of the following strings: LogisticRegression, LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression" - go: - name: StackMetaLearnerType - description: |- - The meta-learner is a model trained on the output of the individual heterogeneous models. Default meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if - cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled). This parameter can be one of the following strings: LogisticRegression, - LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression - possibleValuesFunc: PossibleStackMetaLearnerTypeValues protocol: {} - - &ref_760 + - &ref_711 choices: - value: PyTorch language: default: name: PyTorch description: '' - go: - name: DistributionTypePyTorch - description: '' - value: TensorFlow language: default: name: TensorFlow description: '' - go: - name: DistributionTypeTensorFlow - description: '' - value: Mpi language: default: name: Mpi description: '' - go: - name: DistributionTypeMpi - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11900,29 +8648,19 @@ schemas: default: name: DistributionType description: Enum to determine the job distribution type. - go: - name: DistributionType - description: Enum to determine the job distribution type. - possibleValuesFunc: PossibleDistributionTypeValues protocol: {} - - &ref_777 + - &ref_722 choices: - value: Command language: default: name: Command description: '' - go: - name: JobLimitsTypeCommand - description: '' - value: Sweep language: default: name: Sweep description: '' - go: - name: JobLimitsTypeSweep - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11931,12 +8669,8 @@ schemas: default: name: JobLimitsType description: '' - go: - name: JobLimitsType - description: '' - possibleValuesFunc: PossibleJobLimitsTypeValues protocol: {} - - &ref_686 + - &ref_477 choices: - value: AutoArima language: @@ -11945,11 +8679,6 @@ schemas: description: |- Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions. This model aims to explain data by using time series data on its past values and uses linear regression to make predictions. - go: - name: ForecastingModelsAutoArima - description: |- - Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions. - This model aims to explain data by using time series data on its past values and uses linear regression to make predictions. - value: Prophet language: default: @@ -11957,51 +8686,31 @@ schemas: description: |- Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. - go: - name: ForecastingModelsProphet - description: |- - Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. - It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. - value: Naive language: default: name: Naive description: The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data. - go: - name: ForecastingModelsNaive - description: The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data. - value: SeasonalNaive language: default: name: SeasonalNaive description: The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data. - go: - name: ForecastingModelsSeasonalNaive - description: The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data. - value: Average language: default: name: Average description: The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data. - go: - name: ForecastingModelsAverage - description: The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data. - value: SeasonalAverage language: default: name: SeasonalAverage description: The Seasonal Average forecasting model makes predictions by carrying forward the average value of the latest season of data for each time-series in the training data. - go: - name: ForecastingModelsSeasonalAverage - description: The Seasonal Average forecasting model makes predictions by carrying forward the average value of the latest season of data for each time-series in the training data. - value: ExponentialSmoothing language: default: name: ExponentialSmoothing description: Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. - go: - name: ForecastingModelsExponentialSmoothing - description: Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. - value: Arimax language: default: @@ -12009,35 +8718,21 @@ schemas: description: |- An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms. This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity. - go: - name: ForecastingModelsArimax - description: |- - An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms. - This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity. - value: TCNForecaster language: default: name: TCNForecaster description: 'TCNForecaster: Temporal Convolutional Networks Forecaster.' - go: - name: ForecastingModelsTCNForecaster - description: 'TCNForecaster: Temporal Convolutional Networks Forecaster.' - value: ElasticNet language: default: name: ElasticNet description: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. - go: - name: ForecastingModelsElasticNet - description: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. - value: GradientBoosting language: default: name: GradientBoosting description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - go: - name: ForecastingModelsGradientBoosting - description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - value: DecisionTree language: default: @@ -12045,11 +8740,6 @@ schemas: description: |- Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - go: - name: ForecastingModelsDecisionTree - description: |- - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. - The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - value: KNN language: default: @@ -12057,19 +8747,11 @@ schemas: description: |- K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - go: - name: ForecastingModelsKNN - description: |- - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints - which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - value: LassoLars language: default: name: LassoLars description: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. - go: - name: ForecastingModelsLassoLars - description: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. - value: SGD language: default: @@ -12078,12 +8760,6 @@ schemas: SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs. It's an inexact but powerful technique. - go: - name: ForecastingModelsSGD - description: |- - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications - to find the model parameters that correspond to the best fit between predicted and actual outputs. - It's an inexact but powerful technique. - value: RandomForest language: default: @@ -12092,36 +8768,21 @@ schemas: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result. - go: - name: ForecastingModelsRandomForest - description: |- - Random forest is a supervised learning algorithm. - The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. - The general idea of the bagging method is that a combination of learning models increases the overall result. - value: ExtremeRandomTrees language: default: name: ExtremeRandomTrees description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - go: - name: ForecastingModelsExtremeRandomTrees - description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - value: LightGBM language: default: name: LightGBM description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - go: - name: ForecastingModelsLightGBM - description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - value: XGBoostRegressor language: default: name: XGBoostRegressor description: 'XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.' - go: - name: ForecastingModelsXGBoostRegressor - description: 'XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.' type: choice apiVersions: - version: 2022-02-01-preview @@ -12130,29 +8791,19 @@ schemas: default: name: ForecastingModels description: Enum for all forecasting models supported by AutoML. - go: - name: ForecastingModels - description: Enum for all forecasting models supported by AutoML. - possibleValuesFunc: PossibleForecastingModelsValues protocol: {} - - &ref_689 + - &ref_480 choices: - value: None language: default: name: None description: No feature lags generated. - go: - name: FeatureLagsNone - description: No feature lags generated. - value: Auto language: default: name: Auto description: System auto-generates feature lags. - go: - name: FeatureLagsAuto - description: System auto-generates feature lags. type: choice apiVersions: - version: 2022-02-01-preview @@ -12161,45 +8812,29 @@ schemas: default: name: FeatureLags description: Flag for generating lags for the numeric features. - go: - name: FeatureLags - description: Flag for generating lags for the numeric features. - possibleValuesFunc: PossibleFeatureLagsValues protocol: {} - - &ref_709 + - &ref_494 choices: - value: None language: default: name: None description: Represents no/null value. - go: - name: ShortSeriesHandlingConfigurationNone - description: Represents no/null value. - value: Auto language: default: name: Auto description: Short series will be padded if there are no long series, otherwise short series will be dropped. - go: - name: ShortSeriesHandlingConfigurationAuto - description: Short series will be padded if there are no long series, otherwise short series will be dropped. - value: Pad language: default: name: Pad description: All the short series will be padded. - go: - name: ShortSeriesHandlingConfigurationPad - description: All the short series will be padded. - value: Drop language: default: name: Drop description: All the short series will be dropped. - go: - name: ShortSeriesHandlingConfigurationDrop - description: All the short series will be dropped. type: choice apiVersions: - version: 2022-02-01-preview @@ -12208,53 +8843,34 @@ schemas: default: name: ShortSeriesHandlingConfiguration description: The parameter defining how if AutoML should handle short time series. - go: - name: ShortSeriesHandlingConfiguration - description: The parameter defining how if AutoML should handle short time series. - possibleValuesFunc: PossibleShortSeriesHandlingConfigurationValues protocol: {} - - &ref_710 + - &ref_495 choices: - value: None language: default: name: None description: Represent no value set. - go: - name: TargetAggregationFunctionNone - description: Represent no value set. - value: Sum language: default: name: Sum description: '' - go: - name: TargetAggregationFunctionSum - description: '' - value: Max language: default: name: Max description: '' - go: - name: TargetAggregationFunctionMax - description: '' - value: Min language: default: name: Min description: '' - go: - name: TargetAggregationFunctionMin - description: '' - value: Mean language: default: name: Mean description: '' - go: - name: TargetAggregationFunctionMean - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -12263,37 +8879,24 @@ schemas: default: name: TargetAggregationFunction description: Target aggregate function. - go: - name: TargetAggregationFunction - description: Target aggregate function. - possibleValuesFunc: PossibleTargetAggregationFunctionValues protocol: {} - - &ref_730 + - &ref_509 choices: - value: None language: default: name: None description: No stl decomposition. - go: - name: UseStlNone - description: No stl decomposition. - value: Season language: default: name: Season description: '' - go: - name: UseStlSeason - description: '' - value: SeasonTrend language: default: name: SeasonTrend description: '' - go: - name: UseStlSeasonTrend - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -12302,45 +8905,29 @@ schemas: default: name: UseStl description: Configure STL Decomposition of the time-series target column. - go: - name: UseStl - description: Configure STL Decomposition of the time-series target column. - possibleValuesFunc: PossibleUseStlValues protocol: {} - - &ref_731 + - &ref_510 choices: - value: SpearmanCorrelation language: default: name: SpearmanCorrelation description: The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation. - go: - name: ForecastingPrimaryMetricsSpearmanCorrelation - description: The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation. - value: NormalizedRootMeanSquaredError language: default: name: NormalizedRootMeanSquaredError description: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. - go: - name: ForecastingPrimaryMetricsNormalizedRootMeanSquaredError - description: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. - value: R2Score language: default: name: R2Score description: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. - go: - name: ForecastingPrimaryMetricsR2Score - description: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. - value: NormalizedMeanAbsoluteError language: default: name: NormalizedMeanAbsoluteError description: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. - go: - name: ForecastingPrimaryMetricsNormalizedMeanAbsoluteError - description: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. type: choice apiVersions: - version: 2022-02-01-preview @@ -12349,37 +8936,24 @@ schemas: default: name: ForecastingPrimaryMetrics description: Primary metrics for Forecasting task. - go: - name: ForecastingPrimaryMetrics - description: Primary metrics for Forecasting task. - possibleValuesFunc: PossibleForecastingPrimaryMetricsValues protocol: {} - - &ref_541 + - &ref_595 choices: - value: None language: default: name: None description: No learning rate scheduler selected. - go: - name: LearningRateSchedulerNone - description: No learning rate scheduler selected. - value: WarmupCosine language: default: name: WarmupCosine description: Cosine Annealing With Warmup. - go: - name: LearningRateSchedulerWarmupCosine - description: Cosine Annealing With Warmup. - value: Step language: default: name: Step description: Step learning rate scheduler. - go: - name: LearningRateSchedulerStep - description: Step learning rate scheduler. type: choice apiVersions: - version: 2022-02-01-preview @@ -12388,45 +8962,29 @@ schemas: default: name: LearningRateScheduler description: Learning rate scheduler enum. - go: - name: LearningRateScheduler - description: Learning rate scheduler enum. - possibleValuesFunc: PossibleLearningRateSchedulerValues protocol: {} - - &ref_547 + - &ref_601 choices: - value: None language: default: name: None description: No optimizer selected. - go: - name: StochasticOptimizerNone - description: No optimizer selected. - value: Sgd language: default: name: Sgd description: Stochastic Gradient Descent optimizer. - go: - name: StochasticOptimizerSgd - description: Stochastic Gradient Descent optimizer. - value: Adam language: default: name: Adam description: Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments - go: - name: StochasticOptimizerAdam - description: Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments - value: Adamw language: default: name: Adamw description: AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay. - go: - name: StochasticOptimizerAdamw - description: AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay. type: choice apiVersions: - version: 2022-02-01-preview @@ -12435,12 +8993,8 @@ schemas: default: name: StochasticOptimizer description: Stochastic optimizer for image models. - go: - name: StochasticOptimizer - description: Stochastic optimizer for image models. - possibleValuesFunc: PossibleStochasticOptimizerValues protocol: {} - - &ref_661 + - &ref_690 choices: - value: AUCWeighted language: @@ -12450,20 +9004,11 @@ schemas: AUC is the Area under the curve. This metric represents arithmetic mean of the score for each class, weighted by the number of true instances in each class. - go: - name: ClassificationMultilabelPrimaryMetricsAUCWeighted - description: |- - AUC is the Area under the curve. - This metric represents arithmetic mean of the score for each class, - weighted by the number of true instances in each class. - value: Accuracy language: default: name: Accuracy description: Accuracy is the ratio of predictions that exactly match the true class labels. - go: - name: ClassificationMultilabelPrimaryMetricsAccuracy - description: Accuracy is the ratio of predictions that exactly match the true class labels. - value: NormMacroRecall language: default: @@ -12471,11 +9016,6 @@ schemas: description: |- Normalized macro recall is recall macro-averaged and normalized, so that random performance has a score of 0, and perfect performance has a score of 1. - go: - name: ClassificationMultilabelPrimaryMetricsNormMacroRecall - description: |- - Normalized macro recall is recall macro-averaged and normalized, so that random - performance has a score of 0, and perfect performance has a score of 1. - value: AveragePrecisionScoreWeighted language: default: @@ -12483,27 +9023,16 @@ schemas: description: |- The arithmetic mean of the average precision score for each class, weighted by the number of true instances in each class. - go: - name: ClassificationMultilabelPrimaryMetricsAveragePrecisionScoreWeighted - description: |- - The arithmetic mean of the average precision score for each class, weighted by - the number of true instances in each class. - value: PrecisionScoreWeighted language: default: name: PrecisionScoreWeighted description: The arithmetic mean of precision for each class, weighted by number of true instances in each class. - go: - name: ClassificationMultilabelPrimaryMetricsPrecisionScoreWeighted - description: The arithmetic mean of precision for each class, weighted by number of true instances in each class. - value: IOU language: default: name: IOU description: Intersection Over Union. Intersection of predictions divided by union of predictions. - go: - name: ClassificationMultilabelPrimaryMetricsIOU - description: Intersection Over Union. Intersection of predictions divided by union of predictions. type: choice apiVersions: - version: 2022-02-01-preview @@ -12512,12 +9041,8 @@ schemas: default: name: ClassificationMultilabelPrimaryMetrics description: Primary metrics for classification multilabel tasks. - go: - name: ClassificationMultilabelPrimaryMetrics - description: Primary metrics for classification multilabel tasks. - possibleValuesFunc: PossibleClassificationMultilabelPrimaryMetricsValues protocol: {} - - &ref_512 + - &ref_566 choices: - value: MeanAveragePrecision language: @@ -12526,11 +9051,6 @@ schemas: description: |- Mean Average Precision (MAP) is the average of AP (Average Precision). AP is calculated for each class and averaged to get the MAP. - go: - name: InstanceSegmentationPrimaryMetricsMeanAveragePrecision - description: |- - Mean Average Precision (MAP) is the average of AP (Average Precision). - AP is calculated for each class and averaged to get the MAP. type: choice apiVersions: - version: 2022-02-01-preview @@ -12539,53 +9059,34 @@ schemas: default: name: InstanceSegmentationPrimaryMetrics description: Primary metrics for InstanceSegmentation tasks. - go: - name: InstanceSegmentationPrimaryMetrics - description: Primary metrics for InstanceSegmentation tasks. - possibleValuesFunc: PossibleInstanceSegmentationPrimaryMetricsValues protocol: {} - - &ref_562 + - &ref_616 choices: - value: None language: default: name: None description: No value selected. - go: - name: ModelSizeNone - description: No value selected. - value: Small language: default: name: Small description: Small size. - go: - name: ModelSizeSmall - description: Small size. - value: Medium language: default: name: Medium description: Medium size. - go: - name: ModelSizeMedium - description: Medium size. - value: Large language: default: name: Large description: Large size. - go: - name: ModelSizeLarge - description: Large size. - value: ExtraLarge language: default: name: ExtraLarge description: Extra large size. - go: - name: ModelSizeExtraLarge - description: Extra large size. type: choice apiVersions: - version: 2022-02-01-preview @@ -12594,45 +9095,29 @@ schemas: default: name: ModelSize description: Image model size. - go: - name: ModelSize - description: Image model size. - possibleValuesFunc: PossibleModelSizeValues protocol: {} - - &ref_569 + - &ref_623 choices: - value: None language: default: name: None description: No metric. - go: - name: ValidationMetricTypeNone - description: No metric. - value: Coco language: default: name: Coco description: Coco metric. - go: - name: ValidationMetricTypeCoco - description: Coco metric. - value: Voc language: default: name: Voc description: Voc metric. - go: - name: ValidationMetricTypeVoc - description: Voc metric. - value: CocoVoc language: default: name: CocoVoc description: CocoVoc metric. - go: - name: ValidationMetricTypeCocoVoc - description: CocoVoc metric. type: choice apiVersions: - version: 2022-02-01-preview @@ -12641,12 +9126,8 @@ schemas: default: name: ValidationMetricType description: Metric computation method to use for validation metrics in image tasks. - go: - name: ValidationMetricType - description: Metric computation method to use for validation metrics in image tasks. - possibleValuesFunc: PossibleValidationMetricTypeValues protocol: {} - - &ref_513 + - &ref_567 choices: - value: MeanAveragePrecision language: @@ -12655,11 +9136,6 @@ schemas: description: |- Mean Average Precision (MAP) is the average of AP (Average Precision). AP is calculated for each class and averaged to get the MAP. - go: - name: ObjectDetectionPrimaryMetricsMeanAveragePrecision - description: |- - Mean Average Precision (MAP) is the average of AP (Average Precision). - AP is calculated for each class and averaged to get the MAP. type: choice apiVersions: - version: 2022-02-01-preview @@ -12668,29 +9144,19 @@ schemas: default: name: ObjectDetectionPrimaryMetrics description: Primary metrics for Image ObjectDetection task. - go: - name: ObjectDetectionPrimaryMetrics - description: Primary metrics for Image ObjectDetection task. - possibleValuesFunc: PossibleObjectDetectionPrimaryMetricsValues protocol: {} - - &ref_784 + - &ref_730 choices: - value: Minimize language: default: name: Minimize description: '' - go: - name: GoalMinimize - description: '' - value: Maximize language: default: name: Maximize description: '' - go: - name: GoalMaximize - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -12699,29 +9165,19 @@ schemas: default: name: Goal description: Defines supported metric goals for hyperparameter tuning - go: - name: Goal - description: Defines supported metric goals for hyperparameter tuning - possibleValuesFunc: PossibleGoalValues protocol: {} - - &ref_789 + - &ref_734 choices: - value: Random language: default: name: Random description: '' - go: - name: RandomSamplingAlgorithmRuleRandom - description: '' - value: Sobol language: default: name: Sobol description: '' - go: - name: RandomSamplingAlgorithmRuleSobol - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -12730,69 +9186,44 @@ schemas: default: name: RandomSamplingAlgorithmRule description: The specific type of random algorithm - go: - name: RandomSamplingAlgorithmRule - description: The specific type of random algorithm - possibleValuesFunc: PossibleRandomSamplingAlgorithmRuleValues protocol: {} - - &ref_159 + - &ref_185 choices: - value: Monday language: default: name: Monday description: Monday weekday - go: - name: WeekdayMonday - description: Monday weekday - value: Tuesday language: default: name: Tuesday description: Tuesday weekday - go: - name: WeekdayTuesday - description: Tuesday weekday - value: Wednesday language: default: name: Wednesday description: Wednesday weekday - go: - name: WeekdayWednesday - description: Wednesday weekday - value: Thursday language: default: name: Thursday description: Thursday weekday - go: - name: WeekdayThursday - description: Thursday weekday - value: Friday language: default: name: Friday description: Friday weekday - go: - name: WeekdayFriday - description: Friday weekday - value: Saturday language: default: name: Saturday description: Saturday weekday - go: - name: WeekdaySaturday - description: Saturday weekday - value: Sunday language: default: name: Sunday description: Sunday weekday - go: - name: WeekdaySunday - description: Sunday weekday type: choice apiVersions: - version: 2022-02-01-preview @@ -12801,53 +9232,34 @@ schemas: default: name: Weekday description: Enum of weekdays - go: - name: Weekday - description: Enum of weekdays - possibleValuesFunc: PossibleWeekdayValues protocol: {} - - &ref_156 + - &ref_182 choices: - value: Minute language: default: name: Minute description: Minute frequency - go: - name: RecurrenceFrequencyMinute - description: Minute frequency - value: Hour language: default: name: Hour description: Hour frequency - go: - name: RecurrenceFrequencyHour - description: Hour frequency - value: Day language: default: name: Day description: Day frequency - go: - name: RecurrenceFrequencyDay - description: Day frequency - value: Week language: default: name: Week description: Week frequency - go: - name: RecurrenceFrequencyWeek - description: Week frequency - value: Month language: default: name: Month description: Month frequency - go: - name: RecurrenceFrequencyMonth - description: Month frequency type: choice apiVersions: - version: 2022-02-01-preview @@ -12856,29 +9268,19 @@ schemas: default: name: RecurrenceFrequency description: Enum to describe the frequency of a recurrence schedule - go: - name: RecurrenceFrequency - description: Enum to describe the frequency of a recurrence schedule - possibleValuesFunc: PossibleRecurrenceFrequencyValues protocol: {} - - &ref_663 + - &ref_511 choices: - value: ElasticNet language: default: name: ElasticNet description: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. - go: - name: RegressionModelsElasticNet - description: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. - value: GradientBoosting language: default: name: GradientBoosting description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - go: - name: RegressionModelsGradientBoosting - description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - value: DecisionTree language: default: @@ -12886,11 +9288,6 @@ schemas: description: |- Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - go: - name: RegressionModelsDecisionTree - description: |- - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. - The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - value: KNN language: default: @@ -12898,19 +9295,11 @@ schemas: description: |- K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - go: - name: RegressionModelsKNN - description: |- - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints - which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - value: LassoLars language: default: name: LassoLars description: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. - go: - name: RegressionModelsLassoLars - description: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. - value: SGD language: default: @@ -12919,12 +9308,6 @@ schemas: SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs. It's an inexact but powerful technique. - go: - name: RegressionModelsSGD - description: |- - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications - to find the model parameters that correspond to the best fit between predicted and actual outputs. - It's an inexact but powerful technique. - value: RandomForest language: default: @@ -12933,36 +9316,21 @@ schemas: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result. - go: - name: RegressionModelsRandomForest - description: |- - Random forest is a supervised learning algorithm. - The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. - The general idea of the bagging method is that a combination of learning models increases the overall result. - value: ExtremeRandomTrees language: default: name: ExtremeRandomTrees description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - go: - name: RegressionModelsExtremeRandomTrees - description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - value: LightGBM language: default: name: LightGBM description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - go: - name: RegressionModelsLightGBM - description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - value: XGBoostRegressor language: default: name: XGBoostRegressor description: 'XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.' - go: - name: RegressionModelsXGBoostRegressor - description: 'XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.' type: choice apiVersions: - version: 2022-02-01-preview @@ -12971,45 +9339,29 @@ schemas: default: name: RegressionModels description: Enum for all Regression models supported by AutoML. - go: - name: RegressionModels - description: Enum for all Regression models supported by AutoML. - possibleValuesFunc: PossibleRegressionModelsValues protocol: {} - - &ref_664 + - &ref_512 choices: - value: SpearmanCorrelation language: default: name: SpearmanCorrelation description: The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation. - go: - name: RegressionPrimaryMetricsSpearmanCorrelation - description: The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation. - value: NormalizedRootMeanSquaredError language: default: name: NormalizedRootMeanSquaredError description: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. - go: - name: RegressionPrimaryMetricsNormalizedRootMeanSquaredError - description: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. - value: R2Score language: default: name: R2Score description: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. - go: - name: RegressionPrimaryMetricsR2Score - description: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. - value: NormalizedMeanAbsoluteError language: default: name: NormalizedMeanAbsoluteError description: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. - go: - name: RegressionPrimaryMetricsNormalizedMeanAbsoluteError - description: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. type: choice apiVersions: - version: 2022-02-01-preview @@ -13018,46 +9370,30 @@ schemas: default: name: RegressionPrimaryMetrics description: Primary metrics for Regression task. - go: - name: RegressionPrimaryMetrics - description: Primary metrics for Regression task. - possibleValuesFunc: PossibleRegressionPrimaryMetricsValues protocol: {} sealedChoices: - - &ref_85 + - &ref_83 choices: - value: Free language: default: name: Free description: '' - go: - name: SKUTierFree - description: '' - value: Basic language: default: name: Basic description: '' - go: - name: SKUTierBasic - description: '' - value: Standard language: default: name: Standard description: '' - go: - name: SKUTierStandard - description: '' - value: Premium language: default: name: Premium description: '' - go: - name: SKUTierPremium - description: '' type: sealed-choice apiVersions: - version: '3.0' @@ -13066,13 +9402,9 @@ schemas: default: name: SkuTier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - go: - name: SKUTier - description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - possibleValuesFunc: PossibleSKUTierValues protocol: {} constants: - - &ref_1288 + - &ref_1208 type: constant value: value: 2022-02-01-preview @@ -13081,11 +9413,8 @@ schemas: default: name: ApiVersion20220201Preview description: Api Version (2022-02-01-preview) - go: - name: string - description: Api Version (2022-02-01-preview) protocol: {} - - &ref_1291 + - &ref_1211 type: constant value: value: application/json @@ -13094,19 +9423,16 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} dictionaries: - - &ref_81 + - &ref_79 type: dictionary - elementType: &ref_910 + elementType: &ref_837 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_54 + - schema: &ref_53 type: uuid apiVersions: - version: '3.0' @@ -13114,9 +9440,6 @@ schemas: default: name: UserAssignedIdentityPrincipalId description: The principal ID of the assigned identity. - go: - name: string - description: The principal ID of the assigned identity. protocol: {} readOnly: true serializedName: principalId @@ -13124,11 +9447,8 @@ schemas: default: name: principalId description: The principal ID of the assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal ID of the assigned identity. protocol: {} - - schema: &ref_55 + - schema: &ref_54 type: uuid apiVersions: - version: '3.0' @@ -13136,9 +9456,6 @@ schemas: default: name: UserAssignedIdentityClientId description: The client ID of the assigned identity. - go: - name: string - description: The client ID of the assigned identity. protocol: {} readOnly: true serializedName: clientId @@ -13146,9 +9463,6 @@ schemas: default: name: clientId description: The client ID of the assigned identity. - go: - name: ClientID - description: READ-ONLY; The client ID of the assigned identity. protocol: {} serializationFormats: - json @@ -13160,11 +9474,6 @@ schemas: name: UserAssignedIdentity description: User assigned identity properties namespace: '' - go: - name: UserAssignedIdentity - description: UserAssignedIdentity - User assigned identity properties - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -13172,55 +9481,32 @@ schemas: description: >- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. - go: - name: map[string]*UserAssignedIdentity - description: |- - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in - requests. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_83 + - &ref_81 type: dictionary elementType: *ref_1 language: default: name: PrivateEndpointConnectionTags description: Contains resource tags defined as key/value pairs. - go: - name: map[string]*string - description: Contains resource tags defined as key/value pairs. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_902 + - &ref_829 type: dictionary elementType: *ref_1 language: default: name: WorkspaceTags description: Contains resource tags defined as key/value pairs. - go: - name: map[string]*string - description: Contains resource tags defined as key/value pairs. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_918 + - &ref_845 type: dictionary elementType: *ref_1 language: default: name: WorkspaceUpdateParametersTags description: The resource tags for the machine learning workspace. - go: - name: map[string]*string - description: The resource tags for the machine learning workspace. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_927 + - &ref_854 type: dictionary elementType: &ref_2 type: any @@ -13228,151 +9514,93 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} language: default: name: DiagnoseRequestPropertiesUdr description: Setting for diagnosing user defined routing - go: - name: map[string]any - description: Setting for diagnosing user defined routing - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_928 + - &ref_855 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesNsg description: Setting for diagnosing network security group - go: - name: map[string]any - description: Setting for diagnosing network security group - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_929 + - &ref_856 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesResourceLock description: Setting for diagnosing resource lock - go: - name: map[string]any - description: Setting for diagnosing resource lock - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_930 + - &ref_857 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesDnsResolution description: Setting for diagnosing dns resolution - go: - name: map[string]any - description: Setting for diagnosing dns resolution - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_931 + - &ref_858 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesStorageAccount description: Setting for diagnosing dependent storage account - go: - name: map[string]any - description: Setting for diagnosing dependent storage account - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_932 + - &ref_859 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesKeyVault description: Setting for diagnosing dependent key vault - go: - name: map[string]any - description: Setting for diagnosing dependent key vault - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_933 + - &ref_860 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesContainerRegistry description: Setting for diagnosing dependent container registry - go: - name: map[string]any - description: Setting for diagnosing dependent container registry - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_934 + - &ref_861 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesApplicationInsights description: Setting for diagnosing dependent application insights - go: - name: map[string]any - description: Setting for diagnosing dependent application insights - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_935 + - &ref_862 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesOthers description: Setting for diagnosing unclassified category of problems - go: - name: map[string]any - description: Setting for diagnosing unclassified category of problems - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_278 + - &ref_266 type: dictionary elementType: *ref_3 language: default: name: ComputeResourceTags description: Contains resource tags defined as key/value pairs. - go: - name: map[string]*string - description: Contains resource tags defined as key/value pairs. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_284 + - &ref_272 type: dictionary elementType: *ref_4 language: default: name: PrivateLinkResourceTags description: Contains resource tags defined as key/value pairs. - go: - name: map[string]*string - description: Contains resource tags defined as key/value pairs. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_304 + - &ref_292 type: dictionary elementType: *ref_4 nullableItems: true @@ -13380,26 +9608,16 @@ schemas: default: name: EndpointPropertiesBaseProperties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: map[string]*string - description: Property dictionary. Properties can be added, but not removed or altered. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_390 + - &ref_368 type: dictionary elementType: *ref_5 language: default: name: TrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1051 + - &ref_977 type: dictionary elementType: *ref_2 language: @@ -13408,16 +9626,8 @@ schemas: description: >- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. - go: - name: map[string]any - description: |- - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in - requests. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_1058 + - &ref_984 type: dictionary elementType: *ref_6 nullableItems: true @@ -13425,26 +9635,16 @@ schemas: default: name: PartialBatchEndpointPartialTrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_377 + - &ref_359 type: dictionary elementType: *ref_2 language: default: name: ResourceConfigurationProperties description: Additional properties bag. - go: - name: map[string]any - description: Additional properties bag. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_352 + - &ref_337 type: dictionary elementType: *ref_7 nullableItems: true @@ -13452,13 +9652,8 @@ schemas: default: name: EndpointDeploymentPropertiesBaseEnvironmentVariables description: Environment variables configuration for the deployment. - go: - name: map[string]*string - description: Environment variables configuration for the deployment. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_353 + - &ref_338 type: dictionary elementType: *ref_7 nullableItems: true @@ -13466,13 +9661,8 @@ schemas: default: name: EndpointDeploymentPropertiesBaseProperties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: map[string]*string - description: Property dictionary. Properties can be added, but not removed or altered. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1072 + - &ref_998 type: dictionary elementType: *ref_8 nullableItems: true @@ -13480,13 +9670,8 @@ schemas: default: name: PartialBatchDeploymentEnvironmentVariables description: Environment variables configuration for the deployment. - go: - name: map[string]*string - description: Environment variables configuration for the deployment. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1090 + - &ref_1013 type: dictionary elementType: *ref_8 nullableItems: true @@ -13494,13 +9679,8 @@ schemas: default: name: PartialBatchDeploymentProperties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: map[string]*string - description: Property dictionary. Properties can be added, but not removed or altered. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1093 + - &ref_1016 type: dictionary elementType: *ref_8 nullableItems: true @@ -13508,13 +9688,8 @@ schemas: default: name: PartialBatchDeploymentPartialTrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_826 + - &ref_765 type: dictionary elementType: *ref_9 nullableItems: true @@ -13522,13 +9697,8 @@ schemas: default: name: ResourceBaseProperties description: The asset property dictionary. - go: - name: map[string]*string - description: The asset property dictionary. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_827 + - &ref_766 type: dictionary elementType: *ref_9 nullableItems: true @@ -13536,11 +9706,6 @@ schemas: default: name: ResourceBaseTags description: Tag dictionary. Tags can be added, removed, and updated. - go: - name: map[string]*string - description: Tag dictionary. Tags can be added, removed, and updated. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_14 type: dictionary @@ -13550,15 +9715,10 @@ schemas: default: name: JobServiceProperties description: Additional properties to set on the endpoint. - go: - name: map[string]*string - description: Additional properties to set on the endpoint. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_823 + - &ref_762 type: dictionary - elementType: &ref_1109 + elementType: &ref_1032 type: object apiVersions: - version: 2022-02-01-preview @@ -13574,9 +9734,6 @@ schemas: default: name: endpoint description: Url for endpoint. - go: - name: Endpoint - description: Url for endpoint. protocol: {} - schema: *ref_11 nullable: true @@ -13589,9 +9746,6 @@ schemas: default: name: errorMessage description: Any error in the service. - go: - name: ErrorMessage - description: READ-ONLY; Any error in the service. protocol: {} - schema: *ref_12 nullable: true @@ -13604,9 +9758,6 @@ schemas: default: name: jobServiceType description: Endpoint type. - go: - name: JobServiceType - description: Endpoint type. protocol: {} - schema: *ref_13 nullable: true @@ -13619,24 +9770,14 @@ schemas: default: name: port description: Port for endpoint. - go: - name: Port - description: Port for endpoint. protocol: {} - schema: *ref_14 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: properties description: Additional properties to set on the endpoint. - go: - name: Properties - description: Additional properties to set on the endpoint. - byValue: true protocol: {} - schema: *ref_15 nullable: true @@ -13649,9 +9790,6 @@ schemas: default: name: status description: Status of endpoint. - go: - name: Status - description: READ-ONLY; Status of endpoint. protocol: {} serializationFormats: - json @@ -13663,23 +9801,12 @@ schemas: name: JobService description: Job endpoint definition namespace: '' - go: - name: JobService - description: JobService - Job endpoint definition - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} nullableItems: true language: default: name: JobBaseServices description: "List of JobEndpoints.\r\nFor local jobs, a job endpoint will have an endpoint value of FileStreamObject." - go: - name: map[string]*JobService - description: List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_17 type: dictionary @@ -13689,15 +9816,10 @@ schemas: default: name: FlavorData description: Model flavor-specific data. - go: - name: map[string]*string - description: Model flavor-specific data. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_414 + - &ref_392 type: dictionary - elementType: &ref_1112 + elementType: &ref_1035 type: object apiVersions: - version: 2022-02-01-preview @@ -13705,17 +9827,10 @@ schemas: - schema: *ref_17 nullable: true serializedName: data - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: data description: Model flavor-specific data. - go: - name: Data - description: Model flavor-specific data. - byValue: true protocol: {} serializationFormats: - json @@ -13727,77 +9842,46 @@ schemas: name: FlavorData description: '' namespace: '' - go: - name: FlavorData - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} nullableItems: true language: default: name: ModelVersionFlavors description: Mapping of model flavors to their properties. - go: - name: map[string]*FlavorData - description: Mapping of model flavors to their properties. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_295 + - &ref_283 type: dictionary elementType: *ref_18 language: default: name: OnlineEndpointMirrorTraffic description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - go: - name: map[string]*int32 - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_298 + - &ref_286 type: dictionary elementType: *ref_18 language: default: name: OnlineEndpointTraffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - go: - name: map[string]*int32 - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1116 + - &ref_1039 type: dictionary elementType: *ref_18 language: default: name: PartialOnlineEndpointMirrorTraffic description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - go: - name: map[string]*int32 - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1117 + - &ref_1040 type: dictionary elementType: *ref_18 language: default: name: PartialOnlineEndpointTraffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - go: - name: map[string]*int32 - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1118 + - &ref_1041 type: dictionary elementType: *ref_19 nullableItems: true @@ -13805,13 +9889,8 @@ schemas: default: name: PartialOnlineEndpointPartialTrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1131 + - &ref_1051 type: dictionary elementType: *ref_20 nullableItems: true @@ -13819,11 +9898,6 @@ schemas: default: name: PartialOnlineDeploymentPartialTrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_22 type: dictionary @@ -13832,11 +9906,6 @@ schemas: default: name: InstanceTypeSchemaNodeSelector description: Node Selector - go: - name: map[string]*string - description: Node Selector - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_23 type: dictionary @@ -13845,34 +9914,22 @@ schemas: default: name: InstanceResourceSchema description: Resource requests/limits for this instance type - go: - name: map[string]*string - description: Resource requests/limits for this instance type - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_216 + - &ref_119 type: dictionary - elementType: &ref_1161 + elementType: &ref_1081 type: object apiVersions: - version: 2022-02-01-preview properties: - schema: *ref_22 serializedName: nodeSelector - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: nodeSelector description: Node Selector - go: - name: NodeSelector - description: Node Selector - byValue: true protocol: {} - - schema: &ref_1162 + - schema: &ref_1082 type: object apiVersions: - version: 2022-02-01-preview @@ -13883,10 +9940,6 @@ schemas: default: name: requests description: Resource requests for this instance type - go: - name: Requests - description: Resource requests for this instance type - byValue: true protocol: {} - schema: *ref_23 serializedName: limits @@ -13894,41 +9947,23 @@ schemas: default: name: limits description: Resource limits for this instance type - go: - name: Limits - description: Resource limits for this instance type - byValue: true protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_24 - anonymous: true language: default: name: InstanceTypeSchemaResources description: Resource requests/limits for this instance type namespace: '' - go: - name: InstanceTypeSchemaResources - description: InstanceTypeSchemaResources - Resource requests/limits for this instance type - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: resources - extensions: - x-internal-autorest-anonymous-schema: *ref_24 language: default: name: resources description: Resource requests/limits for this instance type - go: - name: Resources - description: Resource requests/limits for this instance type protocol: {} serializationFormats: - json @@ -13940,37 +9975,21 @@ schemas: name: InstanceTypeSchema description: Instance type schema. namespace: '' - go: - name: InstanceTypeSchema - description: InstanceTypeSchema - Instance type schema. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: KubernetesPropertiesInstanceTypes description: Instance Type Schema - go: - name: map[string]*InstanceTypeSchema - description: Instance Type Schema - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_120 + - &ref_147 type: dictionary elementType: *ref_2 language: default: name: AmlComputePropertiesPropertyBag description: A property bag containing additional properties. - go: - name: map[string]any - description: A property bag containing additional properties. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_496 + - &ref_471 type: dictionary elementType: *ref_21 nullableItems: true @@ -13978,45 +9997,41 @@ schemas: default: name: AutoMLJobEnvironmentVariables description: Environment variables included in the job. - go: - name: map[string]*string - description: Environment variables included in the job. - elementIsPtr: true - marshallingFormat: json protocol: {} - - type: dictionary - elementType: &ref_27 + - &ref_472 + type: dictionary + elementType: &ref_26 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_497 + children: all: - - &ref_25 + - &ref_24 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeCustomModel + discriminatorValue: CustomModel parents: all: - - &ref_26 + - &ref_25 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_25 - - &ref_28 + - *ref_24 + - &ref_27 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeMLFlowModel + discriminatorValue: MLFlowModel parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14029,24 +10044,19 @@ schemas: name: MLFlowModelJobOutput description: '' namespace: '' - go: - name: MLFlowModelJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_29 + - &ref_28 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeMLTable + discriminatorValue: MLTable parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14059,24 +10069,19 @@ schemas: name: MLTableJobOutput description: '' namespace: '' - go: - name: MLTableJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_30 + - &ref_29 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeTritonModel + discriminatorValue: TritonModel parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14089,24 +10094,19 @@ schemas: name: TritonModelJobOutput description: '' namespace: '' - go: - name: TritonModelJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_31 + - &ref_30 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeURIFile + discriminatorValue: UriFile parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14119,24 +10119,19 @@ schemas: name: UriFileJobOutput description: '' namespace: '' - go: - name: URIFileJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_32 + - &ref_31 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeURIFolder + discriminatorValue: UriFolder parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14149,21 +10144,16 @@ schemas: name: UriFolderJobOutput description: '' namespace: '' - go: - name: URIFolderJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_25 + - *ref_24 + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 properties: - - schema: *ref_33 + - schema: *ref_32 serializedName: mode extensions: x-ms-mutability: @@ -14173,20 +10163,14 @@ schemas: default: name: mode description: Output Asset Delivery Mode. - go: - name: Mode - description: Output Asset Delivery Mode. protocol: {} - - schema: *ref_34 + - schema: *ref_33 nullable: true serializedName: uri language: default: name: uri description: Output Asset URI. - go: - name: URI - description: Output Asset URI. protocol: {} serializationFormats: - json @@ -14198,16 +10182,11 @@ schemas: name: AssetJobOutput description: Asset output type. namespace: '' - go: - name: AssetJobOutput - description: AssetJobOutput - Asset output type. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_27 + - *ref_26 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14220,41 +10199,36 @@ schemas: name: CustomModelJobOutput description: '' namespace: '' - go: - name: CustomModelJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 immediate: - - *ref_25 + - *ref_24 + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 - discriminator: &ref_498 + discriminator: all: - CustomModel: *ref_25 - MLFlowModel: *ref_28 - MLTable: *ref_29 - TritonModel: *ref_30 - UriFile: *ref_31 - UriFolder: *ref_32 + CustomModel: *ref_24 + MLFlowModel: *ref_27 + MLTable: *ref_28 + TritonModel: *ref_29 + UriFile: *ref_30 + UriFolder: *ref_31 immediate: - CustomModel: *ref_25 - MLFlowModel: *ref_28 - MLTable: *ref_29 - TritonModel: *ref_30 - UriFile: *ref_31 - UriFolder: *ref_32 - property: &ref_37 - schema: *ref_35 + CustomModel: *ref_24 + MLFlowModel: *ref_27 + MLTable: *ref_28 + TritonModel: *ref_29 + UriFile: *ref_30 + UriFolder: *ref_31 + property: &ref_36 + schema: *ref_34 isDiscriminator: true required: true serializedName: jobOutputType @@ -14266,12 +10240,9 @@ schemas: default: name: jobOutputType description: '[Required] Specifies the type of job.' - go: - name: JobOutputType - description: REQUIRED; [Required] Specifies the type of job. protocol: {} properties: - - schema: *ref_36 + - schema: *ref_35 nullable: true required: false serializedName: description @@ -14283,11 +10254,8 @@ schemas: default: name: description description: Description for the output. - go: - name: Description - description: Description for the output. protocol: {} - - *ref_37 + - *ref_36 serializationFormats: - json usage: @@ -14298,34 +10266,14 @@ schemas: name: JobOutput description: Job output definition container information on where to find job output/logs. namespace: '' - go: - name: JobOutput - description: JobOutput - Job output definition container information on where to find job output/logs. - discriminatorInterface: JobOutputClassification - discriminatorTypes: - - '*CustomModelJobOutput' - - '*JobOutput' - - '*MLFlowModelJobOutput' - - '*MLTableJobOutput' - - '*TritonModelJobOutput' - - '*URIFileJobOutput' - - '*URIFolderJobOutput' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} nullableItems: true language: default: name: AutoMLJobOutputs description: Mapping of output data bindings used in the job. - go: - name: map[string]JobOutput - description: Mapping of output data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_671 + - &ref_539 type: dictionary elementType: *ref_21 nullableItems: true @@ -14333,37 +10281,27 @@ schemas: default: name: TableVerticalFeaturizationSettingsColumnNameAndTypes description: Dictionary of column name and its type (int, float, string, datetime etc). - go: - name: map[string]*string - description: Dictionary of column name and its type (int, float, string, datetime etc). - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_675 + - &ref_543 type: dictionary - elementType: &ref_1274 + elementType: &ref_1194 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1193 + elementType: &ref_1113 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1273 + - schema: &ref_1193 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_38 + elementType: *ref_37 language: default: name: ColumnTransformerFields description: Fields to apply transformer logic on. - go: - name: '[]*string' - description: Fields to apply transformer logic on. - elementIsPtr: true - marshallingFormat: json protocol: {} nullable: true serializedName: fields @@ -14371,25 +10309,14 @@ schemas: default: name: fields description: Fields to apply transformer logic on. - go: - name: Fields - description: Fields to apply transformer logic on. - byValue: true protocol: {} - schema: *ref_2 nullable: true serializedName: parameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: parameters description: "Different properties to be passed to transformer.\r\nInput expected is dictionary of key,value pairs in JSON format." - go: - name: Parameters - description: Different properties to be passed to transformer. Input expected is dictionary of key,value pairs in JSON format. - byValue: true protocol: {} serializationFormats: - json @@ -14401,12 +10328,6 @@ schemas: name: ColumnTransformer description: Column transformer parameters. namespace: '' - go: - name: ColumnTransformer - description: ColumnTransformer - Column transformer parameters. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: [] @@ -14414,24 +10335,14 @@ schemas: default: name: ArrayOfColumnTransformer description: Array of ColumnTransformer - go: - name: '[]*ColumnTransformer' - description: Array of ColumnTransformer - elementIsPtr: true - marshallingFormat: json protocol: {} nullableItems: true language: default: name: TableVerticalFeaturizationSettingsTransformerParams description: User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor. - go: - name: map[string][]*ColumnTransformer - description: User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_766 + - &ref_714 type: dictionary elementType: *ref_21 nullableItems: true @@ -14439,45 +10350,41 @@ schemas: default: name: CommandJobEnvironmentVariables description: Environment variables included in the job. - go: - name: map[string]*string - description: Environment variables included in the job. - elementIsPtr: true - marshallingFormat: json protocol: {} - - type: dictionary - elementType: &ref_41 + - &ref_715 + type: dictionary + elementType: &ref_40 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_767 + children: all: - - &ref_39 + - &ref_38 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeMLTable + discriminatorValue: MLTable parents: all: - - &ref_40 + - &ref_39 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_39 - - &ref_42 + - *ref_38 + - &ref_41 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeCustomModel + discriminatorValue: CustomModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14490,24 +10397,19 @@ schemas: name: CustomModelJobInput description: '' namespace: '' - go: - name: CustomModelJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_43 + - &ref_42 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeMLFlowModel + discriminatorValue: MLFlowModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14520,24 +10422,19 @@ schemas: name: MLFlowModelJobInput description: '' namespace: '' - go: - name: MLFlowModelJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_44 + - &ref_43 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeTritonModel + discriminatorValue: TritonModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14550,24 +10447,19 @@ schemas: name: TritonModelJobInput description: '' namespace: '' - go: - name: TritonModelJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_45 + - &ref_44 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeURIFile + discriminatorValue: UriFile parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14580,24 +10472,19 @@ schemas: name: UriFileJobInput description: '' namespace: '' - go: - name: URIFileJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_46 + - &ref_45 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeURIFolder + discriminatorValue: UriFolder parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14610,21 +10497,16 @@ schemas: name: UriFolderJobInput description: '' namespace: '' - go: - name: URIFolderJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_39 + - *ref_38 + - *ref_41 - *ref_42 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 properties: - - schema: *ref_47 + - schema: *ref_46 required: false serializedName: mode extensions: @@ -14635,20 +10517,14 @@ schemas: default: name: mode description: Input Asset Delivery Mode. - go: - name: Mode - description: Input Asset Delivery Mode. protocol: {} - - schema: *ref_48 + - schema: *ref_47 required: true serializedName: uri language: default: name: uri description: '[Required] Input Asset URI.' - go: - name: URI - description: REQUIRED; [Required] Input Asset URI. protocol: {} serializationFormats: - json @@ -14660,16 +10536,11 @@ schemas: name: AssetJobInput description: Asset input type. namespace: '' - go: - name: AssetJobInput - description: AssetJobInput - Asset input type. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_41 + - *ref_40 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14682,34 +10553,26 @@ schemas: name: MLTableJobInput description: '' namespace: '' - go: - name: MLTableJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_42 - - &ref_50 + - *ref_41 + - &ref_49 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeLiteral + discriminatorValue: Literal parents: all: - - *ref_41 + - *ref_40 immediate: - - *ref_41 + - *ref_40 properties: - - schema: *ref_49 + - schema: *ref_48 required: true serializedName: value language: default: name: value description: '[Required] Literal value for the input.' - go: - name: Value - description: REQUIRED; [Required] Literal value for the input. protocol: {} serializationFormats: - json @@ -14723,43 +10586,38 @@ schemas: name: LiteralJobInput description: Literal input type. namespace: '' - go: - name: LiteralJobInput - description: LiteralJobInput - Literal input type. - marshallingFormat: json - namespace: '' protocol: {} + - *ref_42 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 immediate: - - *ref_39 + - *ref_38 + - *ref_41 + - *ref_49 - *ref_42 - - *ref_50 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 - discriminator: &ref_768 + discriminator: all: - CustomModel: *ref_42 - Literal: *ref_50 - MLFlowModel: *ref_43 - MLTable: *ref_39 - TritonModel: *ref_44 - UriFile: *ref_45 - UriFolder: *ref_46 + CustomModel: *ref_41 + Literal: *ref_49 + MLFlowModel: *ref_42 + MLTable: *ref_38 + TritonModel: *ref_43 + UriFile: *ref_44 + UriFolder: *ref_45 immediate: - CustomModel: *ref_42 - Literal: *ref_50 - MLFlowModel: *ref_43 - MLTable: *ref_39 - TritonModel: *ref_44 - UriFile: *ref_45 - UriFolder: *ref_46 - property: &ref_53 - schema: *ref_51 + CustomModel: *ref_41 + Literal: *ref_49 + MLFlowModel: *ref_42 + MLTable: *ref_38 + TritonModel: *ref_43 + UriFile: *ref_44 + UriFolder: *ref_45 + property: &ref_52 + schema: *ref_50 isDiscriminator: true required: true serializedName: jobInputType @@ -14771,12 +10629,9 @@ schemas: default: name: jobInputType description: '[Required] Specifies the type of job.' - go: - name: JobInputType - description: REQUIRED; [Required] Specifies the type of job. protocol: {} properties: - - schema: *ref_52 + - schema: *ref_51 nullable: true required: false serializedName: description @@ -14788,11 +10643,8 @@ schemas: default: name: description description: Description for the input. - go: - name: Description - description: Description for the input. protocol: {} - - *ref_53 + - *ref_52 serializationFormats: - json usage: @@ -14803,113 +10655,67 @@ schemas: name: JobInput description: Command job definition. namespace: '' - go: - name: JobInput - description: JobInput - Command job definition. - discriminatorInterface: JobInputClassification - discriminatorTypes: - - '*CustomModelJobInput' - - '*JobInput' - - '*LiteralJobInput' - - '*MLFlowModelJobInput' - - '*MLTableJobInput' - - '*TritonModelJobInput' - - '*URIFileJobInput' - - '*URIFolderJobInput' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} nullableItems: true language: default: name: CommandJobInputs description: Mapping of input data bindings used in the job. - go: - name: map[string]JobInput - description: Mapping of input data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_725 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: name: CommandJobOutputs description: Mapping of output data bindings used in the job. - go: - name: map[string]JobOutput - description: Mapping of output data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_41 + - &ref_726 + type: dictionary + elementType: *ref_40 nullableItems: true language: default: name: PipelineJobInputs description: Inputs for the pipeline job. - go: - name: map[string]JobInput - description: Inputs for the pipeline job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_782 + - &ref_727 type: dictionary elementType: *ref_2 language: default: name: PipelineJobJobs description: Jobs construct the Pipeline Job. - go: - name: map[string]any - description: Jobs construct the Pipeline Job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_728 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: name: PipelineJobOutputs description: Outputs for the pipeline job - go: - name: map[string]JobOutput - description: Outputs for the pipeline job - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_41 + - &ref_729 + type: dictionary + elementType: *ref_40 nullableItems: true language: default: name: SweepJobInputs description: Mapping of input data bindings used in the job. - go: - name: map[string]JobInput - description: Mapping of input data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_732 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: name: SweepJobOutputs description: Mapping of output data bindings used in the job. - go: - name: map[string]JobOutput - description: Mapping of output data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_800 + - &ref_743 type: dictionary elementType: *ref_21 nullableItems: true @@ -14917,16 +10723,11 @@ schemas: default: name: TrialComponentEnvironmentVariables description: Environment variables included in the job. - go: - name: map[string]*string - description: Environment variables included in the job. - elementIsPtr: true - marshallingFormat: json protocol: {} any: - *ref_2 dateTimes: - - &ref_866 + - &ref_793 type: date-time format: date-time apiVersions: @@ -14935,12 +10736,8 @@ schemas: default: name: SystemDataCreatedAt description: The timestamp of resource creation (UTC). - go: - name: time.Time - description: The timestamp of resource creation (UTC). - internalTimeType: timeRFC3339 protocol: {} - - &ref_868 + - &ref_795 type: date-time format: date-time apiVersions: @@ -14949,12 +10746,8 @@ schemas: default: name: SystemDataLastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: time.Time - description: The timestamp of resource last modification (UTC) - internalTimeType: timeRFC3339 protocol: {} - - &ref_247 + - &ref_258 type: date-time format: date-time apiVersions: @@ -14963,12 +10756,8 @@ schemas: default: name: ComputeCreatedOn description: The time at which the compute was created. - go: - name: time.Time - description: The time at which the compute was created. - internalTimeType: timeRFC3339 protocol: {} - - &ref_248 + - &ref_259 type: date-time format: date-time apiVersions: @@ -14977,12 +10766,8 @@ schemas: default: name: ComputeModifiedOn description: The time at which the compute was last modified. - go: - name: time.Time - description: The time at which the compute was last modified. - internalTimeType: timeRFC3339 protocol: {} - - &ref_162 + - &ref_189 type: date-time format: date-time apiVersions: @@ -14991,12 +10776,8 @@ schemas: default: name: ScheduleBaseEndTime description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" - go: - name: time.Time - description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" - internalTimeType: timeRFC3339 protocol: {} - - &ref_165 + - &ref_192 type: date-time format: date-time apiVersions: @@ -15005,12 +10786,8 @@ schemas: default: name: ScheduleBaseStartTime description: Specifies start time of schedule in ISO 8601 format. - go: - name: time.Time - description: Specifies start time of schedule in ISO 8601 format. - internalTimeType: timeRFC3339 protocol: {} - - &ref_109 + - &ref_136 type: date-time format: date-time apiVersions: @@ -15020,12 +10797,8 @@ schemas: default: name: AmlComputePropertiesAllocationStateTransitionTime description: The time at which the compute entered its current allocation state. - go: - name: time.Time - description: The time at which the compute entered its current allocation state. - internalTimeType: timeRFC3339 protocol: {} - - &ref_147 + - &ref_174 type: date-time format: date-time apiVersions: @@ -15034,12 +10807,8 @@ schemas: default: name: ComputeInstanceLastOperationTime description: Time of the last operation. - go: - name: time.Time - description: Time of the last operation. - internalTimeType: timeRFC3339 protocol: {} - - &ref_188 + - &ref_212 type: date-time format: date-time apiVersions: @@ -15049,13 +10818,9 @@ schemas: default: name: ComputeInstanceDataMountMountedOn description: The time when the disk mounted. - go: - name: time.Time - description: The time when the disk mounted. - internalTimeType: timeRFC3339 protocol: {} durations: - - &ref_102 + - &ref_129 type: duration apiVersions: - version: 2022-02-01-preview @@ -15063,11 +10828,8 @@ schemas: default: name: ScaleSettingsNodeIdleTimeBeforeScaleDown description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. - go: - name: string - description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. protocol: {} - - &ref_1643 + - &ref_1351 type: duration apiVersions: - version: 2022-02-01-preview @@ -15076,12 +10838,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_1665 + - &ref_1363 type: duration apiVersions: - version: 2022-02-01-preview @@ -15090,12 +10848,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_1679 + - &ref_1370 type: duration apiVersions: - version: 2022-02-01-preview @@ -15104,12 +10858,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_379 + - &ref_361 type: duration apiVersions: - version: 2022-02-01-preview @@ -15118,11 +10868,8 @@ schemas: default: name: BatchRetrySettingsTimeout description: Invocation timeout for a mini-batch, in ISO 8601 format. - go: - name: string - description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} - - &ref_1713 + - &ref_1386 type: duration apiVersions: - version: 2022-02-01-preview @@ -15131,12 +10878,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_1092 + - &ref_1015 type: duration apiVersions: - version: 2022-02-01-preview @@ -15144,11 +10887,8 @@ schemas: default: name: PartialBatchRetrySettingsTimeout description: Invocation timeout for a mini-batch, in ISO 8601 format. - go: - name: string - description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} - - &ref_1736 + - &ref_1399 type: duration apiVersions: - version: 2022-02-01-preview @@ -15157,12 +10897,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_1751 + - &ref_1407 type: duration apiVersions: - version: 2022-02-01-preview @@ -15171,12 +10907,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2139 + - &ref_1602 type: duration apiVersions: - version: 2022-02-01-preview @@ -15185,12 +10917,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2273 + - &ref_1674 type: duration apiVersions: - version: 2022-02-01-preview @@ -15199,12 +10927,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2294 + - &ref_1685 type: duration apiVersions: - version: 2022-02-01-preview @@ -15213,12 +10937,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2308 + - &ref_1692 type: duration apiVersions: - version: 2022-02-01-preview @@ -15227,12 +10947,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_324 + - &ref_312 type: duration apiVersions: - version: 2022-02-01-preview @@ -15240,11 +10956,8 @@ schemas: default: name: ProbeSettingsInitialDelay description: The delay before the first probe in ISO 8601 format. - go: - name: string - description: The delay before the first probe in ISO 8601 format. protocol: {} - - &ref_325 + - &ref_313 type: duration apiVersions: - version: 2022-02-01-preview @@ -15253,11 +10966,8 @@ schemas: default: name: ProbeSettingsPeriod description: The length of time between probes in ISO 8601 format. - go: - name: string - description: The length of time between probes in ISO 8601 format. protocol: {} - - &ref_327 + - &ref_315 type: duration apiVersions: - version: 2022-02-01-preview @@ -15266,11 +10976,8 @@ schemas: default: name: ProbeSettingsTimeout description: The probe timeout in ISO 8601 format. - go: - name: string - description: The probe timeout in ISO 8601 format. protocol: {} - - &ref_334 + - &ref_322 type: duration apiVersions: - version: 2022-02-01-preview @@ -15279,11 +10986,8 @@ schemas: default: name: OnlineRequestSettingsMaxQueueWait description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." - go: - name: string - description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." protocol: {} - - &ref_335 + - &ref_323 type: duration apiVersions: - version: 2022-02-01-preview @@ -15292,11 +10996,8 @@ schemas: default: name: OnlineRequestSettingsRequestTimeout description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." - go: - name: string - description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." protocol: {} - - &ref_2365 + - &ref_1721 type: duration apiVersions: - version: 2022-02-01-preview @@ -15305,12 +11006,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2388 + - &ref_1734 type: duration apiVersions: - version: 2022-02-01-preview @@ -15319,12 +11016,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2403 + - &ref_1742 type: duration apiVersions: - version: 2022-02-01-preview @@ -15333,12 +11026,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_737 + - &ref_549 type: duration apiVersions: - version: 2022-02-01-preview @@ -15347,11 +11036,8 @@ schemas: default: name: TableVerticalLimitSettingsTimeout description: AutoML job timeout. - go: - name: string - description: AutoML job timeout. protocol: {} - - &ref_738 + - &ref_550 type: duration apiVersions: - version: 2022-02-01-preview @@ -15360,11 +11046,8 @@ schemas: default: name: TableVerticalLimitSettingsTrialTimeout description: Iteration timeout. - go: - name: string - description: Iteration timeout. protocol: {} - - &ref_744 + - &ref_556 type: duration apiVersions: - version: 2022-02-01-preview @@ -15373,11 +11056,8 @@ schemas: default: name: TrainingSettingsEnsembleModelDownloadTimeout description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." - go: - name: string - description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." protocol: {} - - &ref_779 + - &ref_724 type: duration apiVersions: - version: 2022-02-01-preview @@ -15385,11 +11065,8 @@ schemas: default: name: JobLimitsTimeout description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. - go: - name: string - description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. protocol: {} - - &ref_643 + - &ref_675 type: duration apiVersions: - version: 2022-02-01-preview @@ -15397,11 +11074,8 @@ schemas: default: name: ImageLimitSettingsTimeout description: AutoML job timeout. - go: - name: string - description: AutoML job timeout. protocol: {} - - &ref_681 + - &ref_697 type: duration apiVersions: - version: 2022-02-01-preview @@ -15409,11 +11083,8 @@ schemas: default: name: NlpVerticalLimitSettingsTimeout description: AutoML job timeout. - go: - name: string - description: AutoML job timeout. protocol: {} - - &ref_775 + - &ref_720 type: duration apiVersions: - version: 2022-02-01-preview @@ -15421,11 +11092,8 @@ schemas: default: name: SweepJobLimitsTrialTimeout description: Sweep Job Trial timeout value. - go: - name: string - description: Sweep Job Trial timeout value. protocol: {} - - &ref_341 + - &ref_327 type: duration apiVersions: - version: 2022-02-01-preview @@ -15434,12 +11102,9 @@ schemas: default: name: TargetUtilizationScaleSettingsPollingInterval description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. - go: - name: string - description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. protocol: {} uuids: - - &ref_78 + - &ref_76 type: uuid apiVersions: - version: '3.0' @@ -15447,11 +11112,8 @@ schemas: default: name: ManagedServiceIdentityPrincipalId description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. - go: - name: string - description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - &ref_79 + - &ref_77 type: uuid apiVersions: - version: '3.0' @@ -15459,13 +11121,10 @@ schemas: default: name: ManagedServiceIdentityTenantId description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. - go: - name: string - description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} + - *ref_53 - *ref_54 - - *ref_55 - - &ref_454 + - &ref_445 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15473,11 +11132,8 @@ schemas: default: name: CertificateDatastoreCredentialsClientId description: '[Required] Service principal client ID.' - go: - name: string - description: '[Required] Service principal client ID.' protocol: {} - - &ref_471 + - &ref_447 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15485,11 +11141,8 @@ schemas: default: name: CertificateDatastoreCredentialsTenantId description: '[Required] ID of the tenant to which the service principal belongs.' - go: - name: string - description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} - - &ref_812 + - &ref_753 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15501,11 +11154,8 @@ schemas: default: name: ManagedIdentityClientId description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. - go: - name: string - description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. protocol: {} - - &ref_813 + - &ref_754 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15517,11 +11167,8 @@ schemas: default: name: ManagedIdentityObjectId description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. - go: - name: string - description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. protocol: {} - - &ref_480 + - &ref_456 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15529,11 +11176,8 @@ schemas: default: name: ServicePrincipalDatastoreCredentialsClientId description: '[Required] Service principal client ID.' - go: - name: string - description: '[Required] Service principal client ID.' protocol: {} - - &ref_482 + - &ref_458 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15541,118 +11185,84 @@ schemas: default: name: ServicePrincipalDatastoreCredentialsTenantId description: '[Required] ID of the tenant to which the service principal belongs.' - go: - name: string - description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} objects: - - &ref_1292 + - &ref_1212 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1206 + - schema: &ref_1126 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_63 + elementType: &ref_61 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_56 + - schema: *ref_55 serializedName: name language: default: name: name description: 'Operation name: {provider}/{resource}/{operation}' - go: - name: Name - description: 'Operation name: {provider}/{resource}/{operation}' protocol: {} - - schema: &ref_64 + - schema: &ref_62 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_57 + - schema: *ref_56 serializedName: provider language: default: name: provider description: 'The resource provider name: Microsoft.MachineLearningExperimentation' - go: - name: Provider - description: 'The resource provider name: Microsoft.MachineLearningExperimentation' protocol: {} - - schema: *ref_58 + - schema: *ref_57 serializedName: resource language: default: name: resource description: The resource on which the operation is performed. - go: - name: Resource - description: The resource on which the operation is performed. protocol: {} - - schema: *ref_59 + - schema: *ref_58 serializedName: operation language: default: name: operation description: The operation that users can perform. - go: - name: Operation - description: The operation that users can perform. protocol: {} - - schema: *ref_60 + - schema: *ref_59 serializedName: description language: default: name: description description: The description for the operation. - go: - name: Description - description: The description for the operation. protocol: {} serializationFormats: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_61 - anonymous: true language: default: name: AmlOperationDisplay description: Display name of operation namespace: '' - go: - name: AmlOperationDisplay - description: AmlOperationDisplay - Display name of operation - marshallingFormat: json - namespace: '' protocol: {} serializedName: display - extensions: - x-internal-autorest-anonymous-schema: *ref_61 language: default: name: display description: Display name of operation - go: - name: Display - description: Display name of operation protocol: {} - - schema: *ref_62 + - schema: *ref_60 serializedName: isDataAction language: default: name: isDataAction description: Indicates whether the operation applies to data-plane - go: - name: IsDataAction - description: Indicates whether the operation applies to data-plane protocol: {} serializationFormats: - json @@ -15663,11 +11273,6 @@ schemas: name: AmlOperation description: Azure Machine Learning workspace REST API operation namespace: '' - go: - name: AmlOperation - description: AmlOperation - Azure Machine Learning workspace REST API operation - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -15676,11 +11281,6 @@ schemas: default: name: AmlOperationListResultValue description: List of AML workspace operations supported by the AML workspace resource provider. - go: - name: '[]*AmlOperation' - description: List of AML workspace operations supported by the AML workspace resource provider. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value extensions: @@ -15690,10 +11290,6 @@ schemas: default: name: value description: List of AML workspace operations supported by the AML workspace resource provider. - go: - name: Value - description: List of AML workspace operations supported by the AML workspace resource provider. - byValue: true protocol: {} serializationFormats: - json @@ -15704,72 +11300,52 @@ schemas: name: AmlOperationListResult description: An array of operations supported by the resource provider. namespace: '' - go: - name: AmlOperationListResult - description: AmlOperationListResult - An array of operations supported by the resource provider. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_63 - - *ref_64 - - &ref_110 + - *ref_61 + - *ref_62 + - &ref_137 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_68 + - schema: &ref_66 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_65 + - schema: *ref_63 readOnly: true serializedName: code language: default: name: code description: The error code. - go: - name: Code - description: READ-ONLY; The error code. protocol: {} - - schema: *ref_66 + - schema: *ref_64 readOnly: true serializedName: message language: default: name: message description: The error message. - go: - name: Message - description: READ-ONLY; The error message. protocol: {} - - schema: *ref_67 + - schema: *ref_65 readOnly: true serializedName: target language: default: name: target description: The error target. - go: - name: Target - description: READ-ONLY; The error target. protocol: {} - - schema: &ref_1207 + - schema: &ref_1127 type: array apiVersions: - version: '3.0' - elementType: *ref_68 + elementType: *ref_66 language: default: name: ErrorDetailDetails description: The error details. - go: - name: '[]*ErrorDetail' - description: The error details. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: details @@ -15777,45 +11353,31 @@ schemas: default: name: details description: The error details. - go: - name: Details - description: READ-ONLY; The error details. - byValue: true protocol: {} - - schema: &ref_1208 + - schema: &ref_1128 type: array apiVersions: - version: '3.0' - elementType: &ref_70 + elementType: &ref_68 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_69 + - schema: *ref_67 readOnly: true serializedName: type language: default: name: type description: The additional info type. - go: - name: Type - description: READ-ONLY; The additional info type. protocol: {} - schema: *ref_2 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info description: The additional info. - go: - name: Info - description: READ-ONLY; The additional info. - byValue: true protocol: {} serializationFormats: - json @@ -15828,21 +11390,11 @@ schemas: name: ErrorAdditionalInfo description: The resource management error additional info. namespace: '' - go: - name: ErrorAdditionalInfo - description: ErrorAdditionalInfo - The resource management error additional info. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ErrorDetailAdditionalInfo description: The error additional info. - go: - name: '[]*ErrorAdditionalInfo' - description: The error additional info. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: additionalInfo @@ -15850,10 +11402,6 @@ schemas: default: name: additionalInfo description: The error additional info. - go: - name: AdditionalInfo - description: READ-ONLY; The error additional info. - byValue: true protocol: {} serializationFormats: - json @@ -15866,21 +11414,12 @@ schemas: name: ErrorDetail description: The error detail. namespace: '' - go: - name: ErrorDetail - description: ErrorDetail - The error detail. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: error language: default: name: error description: The error object. - go: - name: Error - description: The error object. protocol: {} serializationFormats: - json @@ -15895,68 +11434,56 @@ schemas: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). namespace: '' summary: Error response - go: - name: ErrorResponse - description: ErrorResponse - Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). - marshallingFormat: json - namespace: '' - summary: Error response protocol: {} + - *ref_66 - *ref_68 - - *ref_70 - - &ref_89 + - &ref_87 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_71 + - &ref_69 type: object apiVersions: - version: '3.0' children: all: - - &ref_846 + - &ref_773 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_907 + - schema: &ref_834 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_908 + - schema: &ref_835 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_72 + - schema: *ref_70 readOnly: true serializedName: id language: default: name: id description: The ARM identifier for Private Endpoint - go: - name: ID - description: READ-ONLY; The ARM identifier for Private Endpoint protocol: {} - - schema: *ref_73 + - schema: *ref_71 readOnly: true serializedName: subnetArmId language: default: name: subnetArmId description: The ARM identifier for Subnet resource that private endpoint links to - go: - name: SubnetArmID - description: READ-ONLY; The ARM identifier for Subnet resource that private endpoint links to protocol: {} serializationFormats: - json @@ -15968,11 +11495,6 @@ schemas: name: PrivateEndpoint description: The Private Endpoint resource. namespace: '' - go: - name: PrivateEndpoint - description: PrivateEndpoint - The Private Endpoint resource. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: privateEndpoint @@ -15980,44 +11502,32 @@ schemas: default: name: privateEndpoint description: The resource of private end point. - go: - name: PrivateEndpoint - description: The resource of private end point. protocol: {} - - schema: &ref_909 + - schema: &ref_836 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_74 + - schema: *ref_72 serializedName: status language: default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - - schema: *ref_75 + - schema: *ref_73 serializedName: description language: default: name: description description: The reason for approval/rejection of the connection. - go: - name: Description - description: The reason for approval/rejection of the connection. protocol: {} - - schema: *ref_76 + - schema: *ref_74 serializedName: actionsRequired language: default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: ActionsRequired - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} serializationFormats: - json @@ -16029,11 +11539,6 @@ schemas: name: PrivateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. namespace: '' - go: - name: PrivateLinkServiceConnectionState - description: PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: privateLinkServiceConnectionState @@ -16041,11 +11546,8 @@ schemas: default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. - go: - name: PrivateLinkServiceConnectionState - description: REQUIRED; A collection of information about the state of the connection between service consumer and provider. protocol: {} - - schema: *ref_77 + - schema: *ref_75 readOnly: true required: false serializedName: provisioningState @@ -16053,9 +11555,6 @@ schemas: default: name: provisioningState description: The provisioning state of the private endpoint connection resource. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state of the private endpoint connection resource. protocol: {} serializationFormats: - json @@ -16067,11 +11566,6 @@ schemas: name: PrivateEndpointConnectionProperties description: Properties of the PrivateEndpointConnectProperties. namespace: '' - go: - name: PrivateEndpointConnectionProperties - description: PrivateEndpointConnectionProperties - Properties of the PrivateEndpointConnectProperties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -16080,16 +11574,13 @@ schemas: default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} - - schema: &ref_276 + - schema: &ref_264 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_78 + - schema: *ref_76 readOnly: true required: false serializedName: principalId @@ -16097,11 +11588,8 @@ schemas: default: name: principalId description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - schema: *ref_79 + - schema: *ref_77 readOnly: true required: false serializedName: tenantId @@ -16109,22 +11597,16 @@ schemas: default: name: tenantId description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. - go: - name: TenantID - description: READ-ONLY; The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - schema: *ref_80 + - schema: *ref_78 required: true serializedName: type language: default: name: type description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - go: - name: Type - description: REQUIRED; Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). protocol: {} - - schema: *ref_81 + - schema: *ref_79 required: false serializedName: userAssignedIdentities language: @@ -16133,13 +11615,6 @@ schemas: description: >- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. - go: - name: UserAssignedIdentities - description: |- - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in - requests. - byValue: true protocol: {} serializationFormats: - json @@ -16151,105 +11626,71 @@ schemas: name: ManagedServiceIdentity description: Managed service identity (system assigned and/or user assigned identities) namespace: '' - go: - name: ManagedServiceIdentity - description: ManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities) - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: *ref_82 + - schema: *ref_80 serializedName: location language: default: name: location description: Specifies the location of the resource. - go: - name: Location - description: Specifies the location of the resource. protocol: {} - - schema: *ref_83 + - schema: *ref_81 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Contains resource tags defined as key/value pairs. - go: - name: Tags - description: Contains resource tags defined as key/value pairs. - byValue: true protocol: {} - - schema: &ref_279 + - schema: &ref_267 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_84 + - schema: *ref_82 required: true serializedName: name language: default: name: name description: The name of the SKU. Ex - P3. It is typically a letter+number code - go: - name: Name - description: REQUIRED; The name of the SKU. Ex - P3. It is typically a letter+number code protocol: {} - - schema: *ref_85 + - schema: *ref_83 required: false serializedName: tier language: default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - go: - name: Tier - description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. protocol: {} - - schema: *ref_86 + - schema: *ref_84 required: false serializedName: size language: default: name: size description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' - go: - name: Size - description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - schema: *ref_87 + - schema: *ref_85 required: false serializedName: family language: default: name: family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. - go: - name: Family - description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - schema: *ref_88 + - schema: *ref_86 required: false serializedName: capacity language: default: name: capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. - go: - name: Capacity - description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} serializationFormats: - json @@ -16261,20 +11702,12 @@ schemas: name: Sku description: The resource model definition representing SKU namespace: '' - go: - name: SKU - description: SKU - The resource model definition representing SKU - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} serializationFormats: - json @@ -16286,593 +11719,190 @@ schemas: name: PrivateEndpointConnection description: The Private Endpoint Connection resource. namespace: '' - go: - name: PrivateEndpointConnection - description: PrivateEndpointConnection - The Private Endpoint Connection resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_89 - - &ref_90 + - *ref_87 + - &ref_88 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 - - &ref_275 + - *ref_69 + - &ref_263 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_90 + - *ref_88 immediate: - - *ref_90 + - *ref_88 properties: - - schema: + - schema: &ref_89 type: object - children: &ref_91 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_92 + - &ref_90 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeAKS + discriminatorValue: AKS parents: all: - - &ref_93 + - *ref_89 + - &ref_110 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_91 - discriminator: &ref_273 + children: all: - AKS: *ref_92 - AmlCompute: &ref_94 + - *ref_90 + immediate: + - *ref_90 + properties: + - schema: &ref_1076 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeAmlCompute - parents: - all: - - *ref_93 - - &ref_121 - type: object + properties: + - schema: *ref_91 + serializedName: clusterFqdn + language: + default: + name: clusterFqdn + description: Cluster full qualified domain name + protocol: {} + - schema: &ref_1179 + type: array apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_94 - immediate: - - *ref_94 - properties: - - schema: &ref_1163 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_95 - serializedName: osType - language: - default: - name: osType - description: Compute OS Type - go: - name: OSType - description: Compute OS Type - protocol: {} - - schema: *ref_96 - serializedName: vmSize - language: - default: - name: vmSize - description: Virtual Machine Size - go: - name: VMSize - description: Virtual Machine Size - protocol: {} - - schema: *ref_97 - serializedName: vmPriority - language: - default: - name: vmPriority - description: Virtual Machine priority - go: - name: VMPriority - description: Virtual Machine priority - protocol: {} - - schema: &ref_1164 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_98 - required: true - serializedName: id - language: - default: - name: id - description: Virtual Machine image path - go: - name: ID - description: REQUIRED; Virtual Machine image path - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: VirtualMachineImage - description: Virtual Machine image for Windows AML Compute - namespace: '' - go: - name: VirtualMachineImage - description: VirtualMachineImage - Virtual Machine image for Windows AML Compute - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: virtualMachineImage - language: - default: - name: virtualMachineImage - description: Virtual Machine image for AML Compute - windows only - go: - name: VirtualMachineImage - description: Virtual Machine image for AML Compute - windows only - protocol: {} - - schema: *ref_99 - serializedName: isolatedNetwork - language: - default: - name: isolatedNetwork - description: Network is isolated or not - go: - name: IsolatedNetwork - description: Network is isolated or not - protocol: {} - - schema: &ref_1006 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_100 - required: true - serializedName: maxNodeCount - language: - default: - name: maxNodeCount - description: Max number of nodes to use - go: - name: MaxNodeCount - description: REQUIRED; Max number of nodes to use - protocol: {} - - schema: *ref_101 - required: false - serializedName: minNodeCount - language: - default: - name: minNodeCount - description: Min number of nodes to use - go: - name: MinNodeCount - description: Min number of nodes to use - protocol: {} - - schema: *ref_102 - required: false - serializedName: nodeIdleTimeBeforeScaleDown - language: - default: - name: nodeIdleTimeBeforeScaleDown - description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. - go: - name: NodeIdleTimeBeforeScaleDown - description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ScaleSettings - description: scale settings for AML Compute - namespace: '' - go: - name: ScaleSettings - description: ScaleSettings - scale settings for AML Compute - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: scaleSettings - language: - default: - name: scaleSettings - description: Scale settings for AML Compute - go: - name: ScaleSettings - description: Scale settings for AML Compute - protocol: {} - - schema: &ref_1165 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_103 - required: true - serializedName: adminUserName - language: - default: - name: adminUserName - description: Name of the administrator user account which can be used to SSH to nodes. - go: - name: AdminUserName - description: REQUIRED; Name of the administrator user account which can be used to SSH to nodes. - protocol: {} - - schema: *ref_104 - required: false - serializedName: adminUserSshPublicKey - language: - default: - name: adminUserSshPublicKey - description: SSH public key of the administrator user account. - go: - name: AdminUserSSHPublicKey - description: SSH public key of the administrator user account. - protocol: {} - - schema: *ref_105 - required: false - serializedName: adminUserPassword - language: - default: - name: adminUserPassword - description: Password of the administrator user account. - go: - name: AdminUserPassword - description: Password of the administrator user account. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: UserAccountCredentials - description: Settings for user account that gets created on each on the nodes of a compute. - namespace: '' - go: - name: UserAccountCredentials - description: UserAccountCredentials - Settings for user account that gets created on each on the nodes of a compute. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: userAccountCredentials - language: - default: - name: userAccountCredentials - description: Credentials for an administrator user account that will be created on each compute node. - go: - name: UserAccountCredentials - description: Credentials for an administrator user account that will be created on each compute node. - protocol: {} - - schema: &ref_124 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_106 - required: true - serializedName: id - language: - default: - name: id - description: The ID of the resource - go: - name: ID - description: REQUIRED; The ID of the resource - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-azure-resource: true - language: - default: - name: ResourceId - description: Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. - namespace: '' - go: - name: ResourceID - description: ResourceID - Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: subnet - extensions: - x-ms-azure-resource: true - x-nullable: true - language: - default: - name: subnet - description: Virtual network subnet resource ID the compute nodes belong to. - go: - name: Subnet - description: Virtual network subnet resource ID the compute nodes belong to. - protocol: {} - - schema: *ref_107 - serializedName: remoteLoginPortPublicAccess - language: - default: - name: remoteLoginPortPublicAccess - description: >- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the - public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is - open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. - go: - name: RemoteLoginPortPublicAccess - description: >- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the - public ssh port is open on all - - nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be - default only during cluster - - creation time, after creation it will be either enabled or disabled. - protocol: {} - - schema: *ref_108 - readOnly: true - serializedName: allocationState - language: - default: - name: allocationState - description: >- - Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the - compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. - resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. - go: - name: AllocationState - description: >- - READ-ONLY; Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes - in the compute in progress. A compute - - enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the - compute is resizing; that is, - - compute nodes are being added to or removed from the compute. - protocol: {} - - schema: *ref_109 - readOnly: true - serializedName: allocationStateTransitionTime - language: - default: - name: allocationStateTransitionTime - description: The time at which the compute entered its current allocation state. - go: - name: AllocationStateTransitionTime - description: READ-ONLY; The time at which the compute entered its current allocation state. - protocol: {} - - schema: &ref_1260 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_110 - summary: Errors. - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: AmlComputePropertiesErrors - description: Collection of errors encountered by various compute nodes during node setup. - go: - name: '[]*ErrorResponse' - description: Collection of errors encountered by various compute nodes during node setup. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: errors - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: errors - description: Collection of errors encountered by various compute nodes during node setup. - go: - name: Errors - description: READ-ONLY; Collection of errors encountered by various compute nodes during node setup. - byValue: true - protocol: {} - - schema: *ref_111 - readOnly: true - serializedName: currentNodeCount - language: - default: - name: currentNodeCount - description: The number of compute nodes currently assigned to the compute. - go: - name: CurrentNodeCount - description: READ-ONLY; The number of compute nodes currently assigned to the compute. - protocol: {} - - schema: *ref_112 - readOnly: true - serializedName: targetNodeCount - language: - default: - name: targetNodeCount - description: >- - The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If - the allocationState is steady, this property denotes the target node count for the previous resize operation. - go: - name: TargetNodeCount - description: >- - READ-ONLY; The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize - operation. If the allocationState is steady, - - this property denotes the target node count for the previous resize operation. - protocol: {} - - schema: &ref_1166 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_113 - readOnly: true - serializedName: idleNodeCount - language: - default: - name: idleNodeCount - description: Number of compute nodes in idle state. - go: - name: IdleNodeCount - description: READ-ONLY; Number of compute nodes in idle state. - protocol: {} - - schema: *ref_114 - readOnly: true - serializedName: runningNodeCount - language: - default: - name: runningNodeCount - description: Number of compute nodes which are running jobs. - go: - name: RunningNodeCount - description: READ-ONLY; Number of compute nodes which are running jobs. - protocol: {} - - schema: *ref_115 - readOnly: true - serializedName: preparingNodeCount - language: - default: - name: preparingNodeCount - description: Number of compute nodes which are being prepared. - go: - name: PreparingNodeCount - description: READ-ONLY; Number of compute nodes which are being prepared. - protocol: {} - - schema: *ref_116 - readOnly: true - serializedName: unusableNodeCount - language: - default: - name: unusableNodeCount - description: Number of compute nodes which are in unusable state. - go: - name: UnusableNodeCount - description: READ-ONLY; Number of compute nodes which are in unusable state. - protocol: {} - - schema: *ref_117 - readOnly: true - serializedName: leavingNodeCount - language: - default: - name: leavingNodeCount - description: Number of compute nodes which are leaving the amlCompute. - go: - name: LeavingNodeCount - description: READ-ONLY; Number of compute nodes which are leaving the amlCompute. - protocol: {} - - schema: *ref_118 - readOnly: true - serializedName: preemptedNodeCount - language: - default: - name: preemptedNodeCount - description: Number of compute nodes which are in preempted state. - go: - name: PreemptedNodeCount - description: READ-ONLY; Number of compute nodes which are in preempted state. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NodeStateCounts - description: Counts of various compute node states on the amlCompute. - namespace: '' - go: - name: NodeStateCounts - description: NodeStateCounts - Counts of various compute node states on the amlCompute. - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: nodeStateCounts - language: - default: - name: nodeStateCounts - description: Counts of various node states on the compute. - go: - name: NodeStateCounts - description: READ-ONLY; Counts of various node states on the compute. - protocol: {} - - schema: *ref_119 - serializedName: enableNodePublicIp - language: - default: - name: enableNodePublicIp - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. - false - Indicates that the compute nodes will have a private endpoint and no public IPs. - go: - name: EnableNodePublicIP - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. - false - Indicates that the - - compute nodes will have a private endpoint and no public IPs. - protocol: {} - - schema: *ref_120 - serializedName: propertyBag - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: propertyBag - description: A property bag containing additional properties. - go: - name: PropertyBag - description: A property bag containing additional properties. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input + elementType: &ref_1077 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_92 + readOnly: true + serializedName: systemServiceType language: default: - name: AmlComputeProperties - description: AML Compute properties - namespace: '' - go: - name: AmlComputeProperties - description: AmlComputeProperties - AML Compute properties - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true + name: systemServiceType + description: The type of this system service. + protocol: {} + - schema: *ref_93 + readOnly: true + serializedName: publicIpAddress + language: + default: + name: publicIpAddress + description: Public IP address + protocol: {} + - schema: *ref_94 + readOnly: true + serializedName: version + language: + default: + name: version + description: The version for this type. protocol: {} - serializedName: properties + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: SystemService + description: A system service running on a compute. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: + - publicIpAddress + language: + default: + name: AKSSchemaPropertiesSystemServices + description: System services + protocol: {} + readOnly: true + serializedName: systemServices + extensions: + x-ms-identifiers: + - publicIpAddress + language: + default: + name: systemServices + description: System services + protocol: {} + - schema: *ref_95 + serializedName: agentCount + language: + default: + name: agentCount + description: Number of agents + protocol: {} + - schema: *ref_96 + serializedName: agentVmSize + language: + default: + name: agentVmSize + description: Agent virtual machine size + protocol: {} + - schema: *ref_97 + serializedName: clusterPurpose + language: + default: + name: clusterPurpose + description: Intended usage of the cluster + protocol: {} + - schema: &ref_1078 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_98 + serializedName: status + language: + default: + name: status + description: Enable or disable ssl for scoring + protocol: {} + - schema: *ref_99 + serializedName: cert + language: + default: + name: cert + description: Cert data + protocol: {} + - schema: *ref_100 + serializedName: key + language: + default: + name: key + description: Key data + protocol: {} + - schema: *ref_101 + serializedName: cname + language: + default: + name: cname + description: CNAME of the cert + protocol: {} + - schema: *ref_102 + serializedName: leafDomainLabel + language: + default: + name: leafDomainLabel + description: Leaf domain label of public endpoint + protocol: {} + - schema: *ref_103 + serializedName: overwriteExistingDomain language: default: - name: properties - description: Properties of AmlCompute - go: - name: Properties - description: Properties of AmlCompute + name: overwriteExistingDomain + description: Indicates whether to overwrite existing domain label. protocol: {} serializationFormats: - json @@ -16881,1633 +11911,360 @@ schemas: - input language: default: - name: AmlComputeSchema - description: Properties(top level) of AmlCompute + name: SslConfiguration + description: The ssl configuration for scoring namespace: '' - go: - name: AmlComputeSchema - description: AmlComputeSchema - Properties(top level) of AmlCompute - marshallingFormat: json + protocol: {} + serializedName: sslConfiguration + language: + default: + name: sslConfiguration + description: SSL configuration + protocol: {} + - schema: &ref_1079 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_104 + serializedName: subnetId + language: + default: + name: subnetId + description: Virtual network subnet resource ID the compute nodes belong to + protocol: {} + - schema: *ref_105 + serializedName: serviceCidr + language: + default: + name: serviceCidr + description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. + protocol: {} + - schema: *ref_106 + serializedName: dnsServiceIP + language: + default: + name: dnsServiceIP + description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. + protocol: {} + - schema: *ref_107 + serializedName: dockerBridgeCidr + language: + default: + name: dockerBridgeCidr + description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: AksNetworkingConfiguration + description: Advance configuration for AKS networking namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_121 + serializedName: aksNetworkingConfiguration + language: + default: + name: aksNetworkingConfiguration + description: AKS networking configuration for vnet + protocol: {} + - schema: *ref_108 + serializedName: loadBalancerType + language: + default: + name: loadBalancerType + description: Load Balancer Type + protocol: {} + - schema: *ref_109 + serializedName: loadBalancerSubnet + language: + default: + name: loadBalancerSubnet + description: Load Balancer Subnet + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: AmlCompute language: default: - name: AmlCompute - description: An Azure Machine Learning compute. - namespace: '' - go: - name: AmlCompute - description: AmlCompute - An Azure Machine Learning compute. - marshallingFormat: json + name: AKSSchemaProperties + description: AKS properties namespace: '' protocol: {} - ComputeInstance: &ref_122 + serializedName: properties + language: + default: + name: properties + description: AKS properties + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: AKSSchema + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_110 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AKS + language: + default: + name: AKS + description: A Machine Learning compute based on AKS. + namespace: '' + protocol: {} + - &ref_111 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Kubernetes + parents: + all: + - *ref_89 + - &ref_120 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_111 + immediate: + - *ref_111 + properties: + - schema: &ref_1080 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeComputeInstance - parents: - all: - - *ref_93 - - &ref_191 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_122 - immediate: - - *ref_122 - properties: - - schema: &ref_1167 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_123 - serializedName: vmSize - language: - default: - name: vmSize - description: Virtual Machine Size - go: - name: VMSize - description: Virtual Machine Size - protocol: {} - - schema: *ref_124 - serializedName: subnet - extensions: - x-ms-azure-resource: true - language: - default: - name: subnet - description: Virtual network subnet resource ID the compute nodes belong to. - go: - name: Subnet - description: Virtual network subnet resource ID the compute nodes belong to. - protocol: {} - - schema: *ref_125 - serializedName: applicationSharingPolicy - language: - default: - name: applicationSharingPolicy - description: >- - Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. - When Shared, any workspace user can access applications on this instance depending on his/her assigned role. - go: - name: ApplicationSharingPolicy - description: >- - Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. - When Shared, any workspace - - user can access applications on this instance depending on his/her assigned role. - protocol: {} - - schema: &ref_1168 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_126 - serializedName: sshPublicAccess - language: - default: - name: sshPublicAccess - description: >- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh - port is open and accessible according to the VNet/subnet policy if applicable. - go: - name: SSHPublicAccess - description: >- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh - port is open and accessible - - according to the VNet/subnet policy if applicable. - protocol: {} - - schema: *ref_127 - readOnly: true - serializedName: adminUserName - language: - default: - name: adminUserName - description: Describes the admin user name. - go: - name: AdminUserName - description: READ-ONLY; Describes the admin user name. - protocol: {} - - schema: *ref_128 - readOnly: true - serializedName: sshPort - language: - default: - name: sshPort - description: Describes the port for connecting through SSH. - go: - name: SSHPort - description: READ-ONLY; Describes the port for connecting through SSH. - protocol: {} - - schema: *ref_129 - serializedName: adminPublicKey - language: - default: - name: adminPublicKey - description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. - go: - name: AdminPublicKey - description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceSshSettings - description: Specifies policy and settings for SSH access. - namespace: '' - go: - name: ComputeInstanceSSHSettings - description: ComputeInstanceSSHSettings - Specifies policy and settings for SSH access. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: sshSettings - language: - default: - name: sshSettings - description: Specifies policy and settings for SSH access. - go: - name: SSHSettings - description: Specifies policy and settings for SSH access. - protocol: {} - - schema: &ref_1169 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_130 - readOnly: true - serializedName: publicIpAddress - language: - default: - name: publicIpAddress - description: Public IP Address of this ComputeInstance. - go: - name: PublicIPAddress - description: READ-ONLY; Public IP Address of this ComputeInstance. - protocol: {} - - schema: *ref_131 - readOnly: true - serializedName: privateIpAddress - language: - default: - name: privateIpAddress - description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). - go: - name: PrivateIPAddress - description: READ-ONLY; Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceConnectivityEndpoints - description: Defines all connectivity endpoints and properties for an ComputeInstance. - namespace: '' - go: - name: ComputeInstanceConnectivityEndpoints - description: ComputeInstanceConnectivityEndpoints - Defines all connectivity endpoints and properties for an ComputeInstance. - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: connectivityEndpoints - language: - default: - name: connectivityEndpoints - description: Describes all connectivity endpoints available for this ComputeInstance. - go: - name: ConnectivityEndpoints - description: READ-ONLY; Describes all connectivity endpoints available for this ComputeInstance. - protocol: {} - - schema: &ref_1261 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1170 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_132 - serializedName: displayName - language: - default: - name: displayName - description: Name of the ComputeInstance application. - go: - name: DisplayName - description: Name of the ComputeInstance application. - protocol: {} - - schema: *ref_133 - serializedName: endpointUri - language: - default: - name: endpointUri - description: Application' endpoint URI. - go: - name: EndpointURI - description: Application' endpoint URI. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceApplication - description: Defines an Aml Instance application and its connectivity endpoint URI. - namespace: '' - go: - name: ComputeInstanceApplication - description: ComputeInstanceApplication - Defines an Aml Instance application and its connectivity endpoint URI. - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: - - displayName - language: - default: - name: ComputeInstancePropertiesApplications - description: Describes available applications and their endpoints on this ComputeInstance. - go: - name: '[]*ComputeInstanceApplication' - description: Describes available applications and their endpoints on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: applications - extensions: - x-ms-identifiers: - - displayName - language: - default: - name: applications - description: Describes available applications and their endpoints on this ComputeInstance. - go: - name: Applications - description: READ-ONLY; Describes available applications and their endpoints on this ComputeInstance. - byValue: true - protocol: {} - - schema: &ref_1171 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_134 - readOnly: true - serializedName: userName - language: - default: - name: userName - description: Name of the user. - go: - name: UserName - description: READ-ONLY; Name of the user. - protocol: {} - - schema: *ref_135 - readOnly: true - serializedName: userOrgId - language: - default: - name: userOrgId - description: Uniquely identifies user' Azure Active Directory organization. - go: - name: UserOrgID - description: READ-ONLY; Uniquely identifies user' Azure Active Directory organization. - protocol: {} - - schema: *ref_136 - readOnly: true - serializedName: userId - language: - default: - name: userId - description: Uniquely identifies the user within his/her organization. - go: - name: UserID - description: READ-ONLY; Uniquely identifies the user within his/her organization. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceCreatedBy - description: Describes information on user who created this ComputeInstance. - namespace: '' - go: - name: ComputeInstanceCreatedBy - description: ComputeInstanceCreatedBy - Describes information on user who created this ComputeInstance. - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: createdBy - language: - default: - name: createdBy - description: Describes information on user who created this ComputeInstance. - go: - name: CreatedBy - description: READ-ONLY; Describes information on user who created this ComputeInstance. - protocol: {} - - schema: &ref_1262 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_110 - summary: Errors. - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: ComputeInstancePropertiesErrors - description: Collection of errors encountered on this ComputeInstance. - go: - name: '[]*ErrorResponse' - description: Collection of errors encountered on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: errors - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: errors - description: Collection of errors encountered on this ComputeInstance. - go: - name: Errors - description: READ-ONLY; Collection of errors encountered on this ComputeInstance. - byValue: true - protocol: {} - - schema: *ref_137 - readOnly: true - serializedName: state - language: - default: - name: state - description: The current state of this ComputeInstance. - go: - name: State - description: READ-ONLY; The current state of this ComputeInstance. - protocol: {} - - schema: *ref_138 - serializedName: computeInstanceAuthorizationType - language: - default: - name: computeInstanceAuthorizationType - description: The Compute Instance Authorization type. Available values are personal (default). - go: - name: ComputeInstanceAuthorizationType - description: The Compute Instance Authorization type. Available values are personal (default). - protocol: {} - - schema: &ref_1172 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_1173 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_139 - required: true - serializedName: objectId - language: - default: - name: objectId - description: User’s AAD Object Id. - go: - name: ObjectID - description: REQUIRED; User’s AAD Object Id. - protocol: {} - - schema: *ref_140 - required: true - serializedName: tenantId - language: - default: - name: tenantId - description: User’s AAD Tenant Id. - go: - name: TenantID - description: REQUIRED; User’s AAD Tenant Id. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: AssignedUser - description: A user that can be assigned to a compute instance. - namespace: '' - go: - name: AssignedUser - description: AssignedUser - A user that can be assigned to a compute instance. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: assignedUser - language: - default: - name: assignedUser - description: A user explicitly assigned to a personal compute instance. - go: - name: AssignedUser - description: A user explicitly assigned to a personal compute instance. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: PersonalComputeInstanceSettings - description: Settings for a personal compute instance. - namespace: '' - go: - name: PersonalComputeInstanceSettings - description: PersonalComputeInstanceSettings - Settings for a personal compute instance. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: personalComputeInstanceSettings - language: - default: - name: personalComputeInstanceSettings - description: Settings for a personal compute instance. - go: - name: PersonalComputeInstanceSettings - description: Settings for a personal compute instance. - protocol: {} - - schema: &ref_1174 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_1175 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_145 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_141 - serializedName: scriptSource - language: - default: - name: scriptSource - description: 'The storage source of the script: inline, workspace.' - go: - name: ScriptSource - description: 'The storage source of the script: inline, workspace.' - protocol: {} - - schema: *ref_142 - serializedName: scriptData - language: - default: - name: scriptData - description: The location of scripts in the mounted volume. - go: - name: ScriptData - description: The location of scripts in the mounted volume. - protocol: {} - - schema: *ref_143 - serializedName: scriptArguments - language: - default: - name: scriptArguments - description: Optional command line arguments passed to the script to run. - go: - name: ScriptArguments - description: Optional command line arguments passed to the script to run. - protocol: {} - - schema: *ref_144 - serializedName: timeout - language: - default: - name: timeout - description: Optional time period passed to timeout command. - go: - name: Timeout - description: Optional time period passed to timeout command. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ScriptReference - description: Script reference - namespace: '' - go: - name: ScriptReference - description: ScriptReference - Script reference - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: startupScript - language: - default: - name: startupScript - description: Script that's run every time the machine starts. - go: - name: StartupScript - description: Script that's run every time the machine starts. - protocol: {} - - schema: *ref_145 - serializedName: creationScript - language: - default: - name: creationScript - description: Script that's run only once during provision of the compute. - go: - name: CreationScript - description: Script that's run only once during provision of the compute. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ScriptsToExecute - description: Customized setup scripts - namespace: '' - go: - name: ScriptsToExecute - description: ScriptsToExecute - Customized setup scripts - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: scripts - language: - default: - name: scripts - description: Customized setup scripts - go: - name: Scripts - description: Customized setup scripts - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: SetupScripts - description: Details of customized scripts to execute for setting up the cluster. - namespace: '' - go: - name: SetupScripts - description: SetupScripts - Details of customized scripts to execute for setting up the cluster. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: setupScripts - language: - default: - name: setupScripts - description: Details of customized scripts to execute for setting up the cluster. - go: - name: SetupScripts - description: Details of customized scripts to execute for setting up the cluster. - protocol: {} - - schema: &ref_1176 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_146 - serializedName: operationName - language: - default: - name: operationName - description: Name of the last operation. - go: - name: OperationName - description: Name of the last operation. - protocol: {} - - schema: *ref_147 - serializedName: operationTime - language: - default: - name: operationTime - description: Time of the last operation. - go: - name: OperationTime - description: Time of the last operation. - protocol: {} - - schema: *ref_148 - serializedName: operationStatus - language: - default: - name: operationStatus - description: Operation status. - go: - name: OperationStatus - description: Operation status. - protocol: {} - - schema: *ref_149 - serializedName: operationTrigger - language: - default: - name: operationTrigger - description: Trigger of operation. - go: - name: OperationTrigger - description: Trigger of operation. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceLastOperation - description: The last operation on ComputeInstance. - namespace: '' - go: - name: ComputeInstanceLastOperation - description: ComputeInstanceLastOperation - The last operation on ComputeInstance. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true - protocol: {} - readOnly: true - serializedName: lastOperation - language: - default: - name: lastOperation - description: The last operation on ComputeInstance. - go: - name: LastOperation - description: READ-ONLY; The last operation on ComputeInstance. - protocol: {} - - schema: &ref_1177 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_1263 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1178 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_150 - readOnly: true - serializedName: id - language: - default: - name: id - description: Schedule id. - go: - name: ID - description: READ-ONLY; Schedule id. - protocol: {} - - schema: *ref_151 - readOnly: true - serializedName: provisioningStatus - language: - default: - name: provisioningStatus - description: The current deployment state of schedule. - go: - name: ProvisioningStatus - description: READ-ONLY; The current deployment state of schedule. - protocol: {} - - schema: *ref_152 - serializedName: action - language: - default: - name: action - description: The compute power action. - go: - name: Action - description: The compute power action. - protocol: {} - - schema: &ref_822 - type: object - children: &ref_153 - all: - - &ref_154 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ScheduleTypeCron - parents: - all: - - &ref_155 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_153 - discriminator: &ref_168 - all: - Cron: *ref_154 - Recurrence: &ref_160 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ScheduleTypeRecurrence - parents: - all: - - *ref_155 - immediate: - - *ref_155 - properties: - - schema: *ref_156 - required: true - serializedName: frequency - language: - default: - name: frequency - description: '[Required] Specifies frequency with with which to trigger schedule' - go: - name: Frequency - description: REQUIRED; [Required] Specifies frequency with with which to trigger schedule - protocol: {} - - schema: *ref_157 - required: true - serializedName: interval - language: - default: - name: interval - description: '[Required] Specifies schedule interval in conjunction with frequency' - go: - name: Interval - description: REQUIRED; [Required] Specifies schedule interval in conjunction with frequency - protocol: {} - - schema: &ref_1204 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_1282 - type: array - elementType: *ref_158 - language: - default: - name: ArrayOfArrayItemschema - description: '[Required] List of hours for recurrence schedule pattern' - go: - name: '[]*int32' - description: '[Required] List of hours for recurrence schedule pattern' - elementIsPtr: true - marshallingFormat: json - protocol: {} - required: true - serializedName: hours - language: - default: - name: hours - description: '[Required] List of hours for recurrence schedule pattern' - go: - name: Hours - description: REQUIRED; [Required] List of hours for recurrence schedule pattern - byValue: true - protocol: {} - - schema: &ref_1283 - type: array - elementType: *ref_158 - language: - default: - name: ArrayOfArrayItemschema - description: '[Required] List of minutes for recurrence schedule pattern' - go: - name: '[]*int32' - description: '[Required] List of minutes for recurrence schedule pattern' - elementIsPtr: true - marshallingFormat: json - protocol: {} - required: true - serializedName: minutes - language: - default: - name: minutes - description: '[Required] List of minutes for recurrence schedule pattern' - go: - name: Minutes - description: REQUIRED; [Required] List of minutes for recurrence schedule pattern - byValue: true - protocol: {} - - schema: &ref_1284 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_159 - language: - default: - name: RecurrencePatternWeekdays - description: List of weekdays for recurrence schedule pattern - go: - name: '[]*Weekday' - description: List of weekdays for recurrence schedule pattern - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - required: false - serializedName: weekdays - language: - default: - name: weekdays - description: List of weekdays for recurrence schedule pattern - go: - name: Weekdays - description: List of weekdays for recurrence schedule pattern - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: RecurrencePattern - description: Recurrence schedule pattern definition - namespace: '' - go: - name: RecurrencePattern - description: RecurrencePattern - Recurrence schedule pattern definition - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - required: false - serializedName: pattern - extensions: - x-nullable: true - language: - default: - name: pattern - description: Specifies the recurrence schedule pattern - go: - name: Pattern - description: Specifies the recurrence schedule pattern - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Recurrence - language: - default: - name: RecurrenceSchedule - description: Recurrence schedule definition - namespace: '' - go: - name: RecurrenceSchedule - description: RecurrenceSchedule - Recurrence schedule definition - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Cron: *ref_154 - Recurrence: *ref_160 - property: &ref_164 - schema: *ref_161 - isDiscriminator: true - required: true - serializedName: scheduleType - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: scheduleType - description: '[Required] Specifies the schedule type' - go: - name: ScheduleType - description: REQUIRED; [Required] Specifies the schedule type - protocol: {} - properties: - - schema: *ref_162 - nullable: true - required: false - serializedName: endTime - language: - default: - name: endTime - description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" - go: - name: EndTime - description: Specifies end time of schedule in ISO 8601 format. If not present, the schedule will run indefinitely - protocol: {} - - schema: *ref_163 - required: false - serializedName: scheduleStatus - language: - default: - name: scheduleStatus - description: Specifies the schedule's status - go: - name: ScheduleStatus - description: Specifies the schedule's status - protocol: {} - - *ref_164 - - schema: *ref_165 - nullable: true - required: false - serializedName: startTime - language: - default: - name: startTime - description: Specifies start time of schedule in ISO 8601 format. - go: - name: StartTime - description: Specifies start time of schedule in ISO 8601 format. - protocol: {} - - schema: *ref_166 - nullable: true - required: false - serializedName: timeZone - language: - default: - name: timeZone - description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." - go: - name: TimeZone - description: Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ScheduleBase - description: Base definition of a schedule - namespace: '' - go: - name: ScheduleBase - description: ScheduleBase - Base definition of a schedule - discriminatorInterface: ScheduleBaseClassification - discriminatorTypes: - - '*CronSchedule' - - '*RecurrenceSchedule' - - '*ScheduleBase' - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true - rootDiscriminator: true - protocol: {} - immediate: - - *ref_155 - properties: - - schema: *ref_167 - required: true - serializedName: expression - language: - default: - name: expression - description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." - go: - name: Expression - description: REQUIRED; [Required] Specifies cron expression of schedule. The expression should follow NCronTab format. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Cron - language: - default: - name: CronSchedule - description: Cron schedule definition - namespace: '' - go: - name: CronSchedule - description: CronSchedule - Cron schedule definition - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_160 - immediate: - - *ref_154 - - *ref_160 - discriminator: *ref_168 - language: - default: &ref_169 - name: ScheduleBaseClassification - description: discriminated type - discriminatorInterface: ScheduleBaseClassification - go: *ref_169 - protocol: {} - serializedName: schedule - language: - default: - name: schedule - description: Base definition of a schedule - go: - name: Schedule - description: Base definition of a schedule - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeStartStopSchedule - description: Compute start stop schedule properties - namespace: '' - go: - name: ComputeStartStopSchedule - description: ComputeStartStopSchedule - Compute start stop schedule properties - marshallingFormat: json - namespace: '' - protocol: {} - language: - default: - name: ComputeSchedulesComputeStartStop - description: The list of compute start stop schedules to be applied. - go: - name: '[]*ComputeStartStopSchedule' - description: The list of compute start stop schedules to be applied. - elementIsPtr: true - marshallingFormat: json - protocol: {} - serializedName: computeStartStop - language: - default: - name: computeStartStop - description: The list of compute start stop schedules to be applied. - go: - name: ComputeStartStop - description: The list of compute start stop schedules to be applied. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeSchedules - description: The list of schedules to be applied on the computes - namespace: '' - go: - name: ComputeSchedules - description: ComputeSchedules - The list of schedules to be applied on the computes - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: schedules - language: - default: - name: schedules - description: The list of schedules to be applied on the computes. - go: - name: Schedules - description: READ-ONLY; The list of schedules to be applied on the computes. - protocol: {} - - schema: *ref_170 - serializedName: enableNodePublicIp - language: - default: - name: enableNodePublicIp - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. - false - Indicates that the compute nodes will have a private endpoint and no public IPs. - go: - name: EnableNodePublicIP - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. - false - Indicates that the - - compute nodes will have a private endpoint and no public IPs. - protocol: {} - - schema: &ref_1265 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1179 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_171 - serializedName: name - language: - default: - name: name - description: Name of the ComputeInstance container. - go: - name: Name - description: Name of the ComputeInstance container. - protocol: {} - - schema: *ref_172 - serializedName: autosave - language: - default: - name: autosave - description: Auto save settings. - go: - name: Autosave - description: Auto save settings. - protocol: {} - - schema: *ref_173 - serializedName: gpu - language: - default: - name: gpu - description: Information of GPU. - go: - name: Gpu - description: Information of GPU. - protocol: {} - - schema: *ref_174 - serializedName: network - language: - default: - name: network - description: network of this container. - go: - name: Network - description: network of this container. - protocol: {} - - schema: &ref_1180 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_175 - serializedName: name - language: - default: - name: name - description: name of environment. - go: - name: Name - description: name of environment. - protocol: {} - - schema: *ref_176 - serializedName: version - language: - default: - name: version - description: version of environment. - go: - name: Version - description: version of environment. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceEnvironmentInfo - description: Environment information - namespace: '' - go: - name: ComputeInstanceEnvironmentInfo - description: ComputeInstanceEnvironmentInfo - Environment information - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: environment - language: - default: - name: environment - description: Environment information of this container. - go: - name: Environment - description: Environment information of this container. - protocol: {} - - schema: &ref_1264 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_2 - extensions: - x-ms-identifiers: [] - language: - default: - name: ComputeInstanceContainerServices - description: services of this containers. - go: - name: '[]any' - description: services of this containers. - elementIsPtr: false - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: services - extensions: - x-ms-identifiers: [] - language: - default: - name: services - description: services of this containers. - go: - name: Services - description: READ-ONLY; services of this containers. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceContainer - description: Defines an Aml Instance container. - namespace: '' - go: - name: ComputeInstanceContainer - description: ComputeInstanceContainer - Defines an Aml Instance container. - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: - - name - language: - default: - name: ComputeInstancePropertiesContainers - description: Describes informations of containers on this ComputeInstance. - go: - name: '[]*ComputeInstanceContainer' - description: Describes informations of containers on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: containers - extensions: - x-ms-identifiers: - - name - language: - default: - name: containers - description: Describes informations of containers on this ComputeInstance. - go: - name: Containers - description: READ-ONLY; Describes informations of containers on this ComputeInstance. - byValue: true - protocol: {} - - schema: &ref_1266 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1181 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_177 - serializedName: caching - language: - default: - name: caching - description: Caching type of Data Disk. - go: - name: Caching - description: Caching type of Data Disk. - protocol: {} - - schema: *ref_178 - serializedName: diskSizeGB - language: - default: - name: diskSizeGB - description: The initial disk size in gigabytes. - go: - name: DiskSizeGB - description: The initial disk size in gigabytes. - protocol: {} - - schema: *ref_179 - serializedName: lun - language: - default: - name: lun - description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. - go: - name: Lun - description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. - protocol: {} - - schema: *ref_180 - serializedName: storageAccountType - language: - default: - name: storageAccountType - description: type of this storage account. - go: - name: StorageAccountType - description: type of this storage account. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceDataDisk - description: Defines an Aml Instance DataDisk. - namespace: '' - go: - name: ComputeInstanceDataDisk - description: ComputeInstanceDataDisk - Defines an Aml Instance DataDisk. - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: [] - language: - default: - name: ComputeInstancePropertiesDataDisks - description: Describes informations of dataDisks on this ComputeInstance. - go: - name: '[]*ComputeInstanceDataDisk' - description: Describes informations of dataDisks on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: dataDisks - extensions: - x-ms-identifiers: [] - language: - default: - name: dataDisks - description: Describes informations of dataDisks on this ComputeInstance. - go: - name: DataDisks - description: READ-ONLY; Describes informations of dataDisks on this ComputeInstance. - byValue: true - protocol: {} - - schema: &ref_1267 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1182 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_181 - serializedName: source - language: - default: - name: source - description: Source of the ComputeInstance data mount. - go: - name: Source - description: Source of the ComputeInstance data mount. - protocol: {} - - schema: *ref_182 - serializedName: sourceType - language: - default: - name: sourceType - description: Data source type. - go: - name: SourceType - description: Data source type. - protocol: {} - - schema: *ref_183 - serializedName: mountName - language: - default: - name: mountName - description: name of the ComputeInstance data mount. - go: - name: MountName - description: name of the ComputeInstance data mount. - protocol: {} - - schema: *ref_184 - serializedName: mountAction - language: - default: - name: mountAction - description: Mount Action. - go: - name: MountAction - description: Mount Action. - protocol: {} - - schema: *ref_185 - serializedName: createdBy - language: - default: - name: createdBy - description: who this data mount created by. - go: - name: CreatedBy - description: who this data mount created by. - protocol: {} - - schema: *ref_186 - serializedName: mountPath - language: - default: - name: mountPath - description: Path of this data mount. - go: - name: MountPath - description: Path of this data mount. - protocol: {} - - schema: *ref_187 - serializedName: mountState - language: - default: - name: mountState - description: Mount state. - go: - name: MountState - description: Mount state. - protocol: {} - - schema: *ref_188 - serializedName: mountedOn - language: - default: - name: mountedOn - description: The time when the disk mounted. - go: - name: MountedOn - description: The time when the disk mounted. - protocol: {} - - schema: *ref_189 - serializedName: error - language: - default: - name: error - description: Error of this data mount. - go: - name: Error - description: Error of this data mount. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceDataMount - description: Defines an Aml Instance DataMount. - namespace: '' - go: - name: ComputeInstanceDataMount - description: ComputeInstanceDataMount - Defines an Aml Instance DataMount. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true - protocol: {} - extensions: - x-ms-identifiers: [] - language: - default: - name: ComputeInstancePropertiesDataMounts - description: Describes informations of dataMounts on this ComputeInstance. - go: - name: '[]*ComputeInstanceDataMount' - description: Describes informations of dataMounts on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: dataMounts - extensions: - x-ms-identifiers: [] - language: - default: - name: dataMounts - description: Describes informations of dataMounts on this ComputeInstance. - go: - name: DataMounts - description: READ-ONLY; Describes informations of dataMounts on this ComputeInstance. - byValue: true - protocol: {} - - schema: &ref_1183 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_190 - serializedName: runtime - language: - default: - name: runtime - description: Runtime of compute instance. - go: - name: Runtime - description: Runtime of compute instance. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceVersion - description: Version of computeInstance. - namespace: '' - go: - name: ComputeInstanceVersion - description: ComputeInstanceVersion - Version of computeInstance. - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: versions - language: - default: - name: versions - description: ComputeInstance version. - go: - name: Versions - description: READ-ONLY; ComputeInstance version. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceProperties - description: Compute Instance properties - namespace: '' - go: - name: ComputeInstanceProperties - description: ComputeInstanceProperties - Compute Instance properties - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: properties + properties: + - schema: *ref_112 + serializedName: relayConnectionString + extensions: + x-ms-secret: true + language: + default: + name: relayConnectionString + description: Relay connection string. + protocol: {} + - schema: *ref_113 + serializedName: serviceBusConnectionString + extensions: + x-ms-secret: true + language: + default: + name: serviceBusConnectionString + description: ServiceBus connection string. + protocol: {} + - schema: *ref_114 + serializedName: extensionPrincipalId + language: + default: + name: extensionPrincipalId + description: Extension principal-id. + protocol: {} + - schema: *ref_115 + serializedName: extensionInstanceReleaseTrain + language: + default: + name: extensionInstanceReleaseTrain + description: Extension instance release train. + protocol: {} + - schema: *ref_116 + serializedName: vcName + language: + default: + name: vcName + description: VC name. + protocol: {} + - schema: *ref_117 + serializedName: namespace + language: + default: + name: namespace + description: Compute namespace + protocol: {} + - schema: *ref_118 + serializedName: defaultInstanceType + language: + default: + name: defaultInstanceType + description: Default instance type + protocol: {} + - schema: *ref_119 + serializedName: instanceTypes + language: + default: + name: instanceTypes + description: Instance Type Schema + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: KubernetesProperties + description: Kubernetes properties + namespace: '' + protocol: {} + serializedName: properties + language: + default: + name: properties + description: Properties of Kubernetes + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: KubernetesSchema + description: Kubernetes Compute Schema + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_120 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Kubernetes + language: + default: + name: Kubernetes + description: A Machine Learning compute based on Kubernetes Compute. + namespace: '' + protocol: {} + - &ref_121 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: AmlCompute + parents: + all: + - *ref_89 + - &ref_148 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_121 + immediate: + - *ref_121 + properties: + - schema: &ref_1083 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_122 + serializedName: osType + language: + default: + name: osType + description: Compute OS Type + protocol: {} + - schema: *ref_123 + serializedName: vmSize + language: + default: + name: vmSize + description: Virtual Machine Size + protocol: {} + - schema: *ref_124 + serializedName: vmPriority + language: + default: + name: vmPriority + description: Virtual Machine priority + protocol: {} + - schema: &ref_1084 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_125 + required: true + serializedName: id + language: + default: + name: id + description: Virtual Machine image path + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: VirtualMachineImage + description: Virtual Machine image for Windows AML Compute + namespace: '' + protocol: {} + serializedName: virtualMachineImage + language: + default: + name: virtualMachineImage + description: Virtual Machine image for AML Compute - windows only + protocol: {} + - schema: *ref_126 + serializedName: isolatedNetwork + language: + default: + name: isolatedNetwork + description: Network is isolated or not + protocol: {} + - schema: &ref_932 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_127 + required: true + serializedName: maxNodeCount + language: + default: + name: maxNodeCount + description: Max number of nodes to use + protocol: {} + - schema: *ref_128 + required: false + serializedName: minNodeCount language: default: - name: properties - description: Properties of ComputeInstance - go: - name: Properties - description: Properties of ComputeInstance + name: minNodeCount + description: Min number of nodes to use + protocol: {} + - schema: *ref_129 + required: false + serializedName: nodeIdleTimeBeforeScaleDown + language: + default: + name: nodeIdleTimeBeforeScaleDown + description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. protocol: {} serializationFormats: - json @@ -18516,126 +12273,521 @@ schemas: - input language: default: - name: ComputeInstanceSchema - description: Properties(top level) of ComputeInstance + name: ScaleSettings + description: scale settings for AML Compute namespace: '' - go: - name: ComputeInstanceSchema - description: ComputeInstanceSchema - Properties(top level) of ComputeInstance - marshallingFormat: json + protocol: {} + serializedName: scaleSettings + language: + default: + name: scaleSettings + description: Scale settings for AML Compute + protocol: {} + - schema: &ref_1085 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_130 + required: true + serializedName: adminUserName + language: + default: + name: adminUserName + description: Name of the administrator user account which can be used to SSH to nodes. + protocol: {} + - schema: *ref_131 + required: false + serializedName: adminUserSshPublicKey + language: + default: + name: adminUserSshPublicKey + description: SSH public key of the administrator user account. + protocol: {} + - schema: *ref_132 + required: false + serializedName: adminUserPassword + language: + default: + name: adminUserPassword + description: Password of the administrator user account. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: UserAccountCredentials + description: Settings for user account that gets created on each on the nodes of a compute. namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_191 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: ComputeInstance - language: - default: - name: ComputeInstance - description: An Azure Machine Learning compute instance. - namespace: '' - go: - name: ComputeInstance - description: ComputeInstance - An Azure Machine Learning compute instance. - marshallingFormat: json - namespace: '' - protocol: {} - DataFactory: &ref_240 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeDataFactory - parents: - all: - - *ref_93 - immediate: - - *ref_93 + serializedName: userAccountCredentials + language: + default: + name: userAccountCredentials + description: Credentials for an administrator user account that will be created on each compute node. + protocol: {} + - schema: &ref_151 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_133 + required: true + serializedName: id + language: + default: + name: id + description: The ID of the resource + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-azure-resource: true + language: + default: + name: ResourceId + description: Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. + namespace: '' + protocol: {} + nullable: true + serializedName: subnet + extensions: + x-ms-azure-resource: true + x-nullable: true + language: + default: + name: subnet + description: Virtual network subnet resource ID the compute nodes belong to. + protocol: {} + - schema: *ref_134 + serializedName: remoteLoginPortPublicAccess + language: + default: + name: remoteLoginPortPublicAccess + description: >- + State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port + is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can + be default only during cluster creation time, after creation it will be either enabled or disabled. + protocol: {} + - schema: *ref_135 + readOnly: true + serializedName: allocationState + language: + default: + name: allocationState + description: >- + Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in + progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that + the compute is resizing; that is, compute nodes are being added to or removed from the compute. + protocol: {} + - schema: *ref_136 + readOnly: true + serializedName: allocationStateTransitionTime + language: + default: + name: allocationStateTransitionTime + description: The time at which the compute entered its current allocation state. + protocol: {} + - schema: &ref_1180 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_137 + summary: Errors. + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: AmlComputePropertiesErrors + description: Collection of errors encountered by various compute nodes during node setup. + protocol: {} + readOnly: true + serializedName: errors + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: errors + description: Collection of errors encountered by various compute nodes during node setup. + protocol: {} + - schema: *ref_138 + readOnly: true + serializedName: currentNodeCount + language: + default: + name: currentNodeCount + description: The number of compute nodes currently assigned to the compute. + protocol: {} + - schema: *ref_139 + readOnly: true + serializedName: targetNodeCount + language: + default: + name: targetNodeCount + description: >- + The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the + allocationState is steady, this property denotes the target node count for the previous resize operation. + protocol: {} + - schema: &ref_1086 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_140 + readOnly: true + serializedName: idleNodeCount + language: + default: + name: idleNodeCount + description: Number of compute nodes in idle state. + protocol: {} + - schema: *ref_141 + readOnly: true + serializedName: runningNodeCount + language: + default: + name: runningNodeCount + description: Number of compute nodes which are running jobs. + protocol: {} + - schema: *ref_142 + readOnly: true + serializedName: preparingNodeCount + language: + default: + name: preparingNodeCount + description: Number of compute nodes which are being prepared. + protocol: {} + - schema: *ref_143 + readOnly: true + serializedName: unusableNodeCount + language: + default: + name: unusableNodeCount + description: Number of compute nodes which are in unusable state. + protocol: {} + - schema: *ref_144 + readOnly: true + serializedName: leavingNodeCount + language: + default: + name: leavingNodeCount + description: Number of compute nodes which are leaving the amlCompute. + protocol: {} + - schema: *ref_145 + readOnly: true + serializedName: preemptedNodeCount + language: + default: + name: preemptedNodeCount + description: Number of compute nodes which are in preempted state. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: NodeStateCounts + description: Counts of various compute node states on the amlCompute. + namespace: '' + protocol: {} + readOnly: true + serializedName: nodeStateCounts + language: + default: + name: nodeStateCounts + description: Counts of various node states on the compute. + protocol: {} + - schema: *ref_146 + serializedName: enableNodePublicIp + language: + default: + name: enableNodePublicIp + description: >- + Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - + Indicates that the compute nodes will have a private endpoint and no public IPs. + protocol: {} + - schema: *ref_147 + serializedName: propertyBag + language: + default: + name: propertyBag + description: A property bag containing additional properties. + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: DataFactory language: default: - name: DataFactory - description: A DataFactory compute. - namespace: '' - go: - name: DataFactory - description: DataFactory - A DataFactory compute. - marshallingFormat: json + name: AmlComputeProperties + description: AML Compute properties namespace: '' protocol: {} - DataLakeAnalytics: &ref_192 + serializedName: properties + language: + default: + name: properties + description: Properties of AmlCompute + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: AmlComputeSchema + description: Properties(top level) of AmlCompute + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_148 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AmlCompute + language: + default: + name: AmlCompute + description: An Azure Machine Learning compute. + namespace: '' + protocol: {} + - &ref_149 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ComputeInstance + parents: + all: + - *ref_89 + - &ref_215 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_149 + immediate: + - *ref_149 + properties: + - schema: &ref_1087 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeDataLakeAnalytics - parents: - all: - - *ref_93 - - &ref_195 + properties: + - schema: *ref_150 + serializedName: vmSize + language: + default: + name: vmSize + description: Virtual Machine Size + protocol: {} + - schema: *ref_151 + serializedName: subnet + extensions: + x-ms-azure-resource: true + language: + default: + name: subnet + description: Virtual network subnet resource ID the compute nodes belong to. + protocol: {} + - schema: *ref_152 + serializedName: applicationSharingPolicy + language: + default: + name: applicationSharingPolicy + description: >- + Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, + any workspace user can access applications on this instance depending on his/her assigned role. + protocol: {} + - schema: &ref_1088 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_153 + serializedName: sshPublicAccess + language: + default: + name: sshPublicAccess + description: >- + State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is + open and accessible according to the VNet/subnet policy if applicable. + protocol: {} + - schema: *ref_154 + readOnly: true + serializedName: adminUserName + language: + default: + name: adminUserName + description: Describes the admin user name. + protocol: {} + - schema: *ref_155 + readOnly: true + serializedName: sshPort + language: + default: + name: sshPort + description: Describes the port for connecting through SSH. + protocol: {} + - schema: *ref_156 + serializedName: adminPublicKey + language: + default: + name: adminPublicKey + description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceSshSettings + description: Specifies policy and settings for SSH access. + namespace: '' + protocol: {} + serializedName: sshSettings + language: + default: + name: sshSettings + description: Specifies policy and settings for SSH access. + protocol: {} + - schema: &ref_1089 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_192 - immediate: - - *ref_192 properties: - - schema: &ref_1187 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_193 - serializedName: dataLakeStoreAccountName - language: - default: - name: dataLakeStoreAccountName - description: DataLake Store Account Name - go: - name: DataLakeStoreAccountName - description: DataLake Store Account Name - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-internal-autorest-anonymous-schema: &ref_194 - anonymous: true + - schema: *ref_157 + readOnly: true + serializedName: publicIpAddress + language: + default: + name: publicIpAddress + description: Public IP Address of this ComputeInstance. + protocol: {} + - schema: *ref_158 + readOnly: true + serializedName: privateIpAddress + language: + default: + name: privateIpAddress + description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceConnectivityEndpoints + description: Defines all connectivity endpoints and properties for an ComputeInstance. + namespace: '' + protocol: {} + readOnly: true + serializedName: connectivityEndpoints + language: + default: + name: connectivityEndpoints + description: Describes all connectivity endpoints available for this ComputeInstance. + protocol: {} + - schema: &ref_1181 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_1090 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_159 + serializedName: displayName language: default: - name: DataLakeAnalyticsSchemaProperties - description: '' - namespace: '' - go: - name: DataLakeAnalyticsSchemaProperties - description: '' - marshallingFormat: json - namespace: '' + name: displayName + description: Name of the ComputeInstance application. protocol: {} - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_194 + - schema: *ref_160 + serializedName: endpointUri + language: + default: + name: endpointUri + description: Application' endpoint URI. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceApplication + description: Defines an Aml Instance application and its connectivity endpoint URI. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: + - displayName + language: + default: + name: ComputeInstancePropertiesApplications + description: Describes available applications and their endpoints on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: applications + extensions: + x-ms-identifiers: + - displayName + language: + default: + name: applications + description: Describes available applications and their endpoints on this ComputeInstance. + protocol: {} + - schema: &ref_1091 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_161 + readOnly: true + serializedName: userName + language: + default: + name: userName + description: Name of the user. + protocol: {} + - schema: *ref_162 + readOnly: true + serializedName: userOrgId + language: + default: + name: userOrgId + description: Uniquely identifies user' Azure Active Directory organization. + protocol: {} + - schema: *ref_163 + readOnly: true + serializedName: userId language: default: - name: properties - description: '' - go: - name: Properties - description: '' + name: userId + description: Uniquely identifies the user within his/her organization. protocol: {} serializationFormats: - json @@ -18644,78 +12796,81 @@ schemas: - input language: default: - name: DataLakeAnalyticsSchema - description: '' - namespace: '' - go: - name: DataLakeAnalyticsSchema - description: '' - marshallingFormat: json + name: ComputeInstanceCreatedBy + description: Describes information on user who created this ComputeInstance. namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_195 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: DataLakeAnalytics - language: - default: - name: DataLakeAnalytics - description: A DataLakeAnalytics compute. - namespace: '' - go: - name: DataLakeAnalytics - description: DataLakeAnalytics - A DataLakeAnalytics compute. - marshallingFormat: json - namespace: '' - protocol: {} - Databricks: &ref_196 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeDatabricks - parents: - all: - - *ref_93 - - &ref_199 + readOnly: true + serializedName: createdBy + language: + default: + name: createdBy + description: Describes information on user who created this ComputeInstance. + protocol: {} + - schema: &ref_1182 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_137 + summary: Errors. + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: ComputeInstancePropertiesErrors + description: Collection of errors encountered on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: errors + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: errors + description: Collection of errors encountered on this ComputeInstance. + protocol: {} + - schema: *ref_164 + readOnly: true + serializedName: state + language: + default: + name: state + description: The current state of this ComputeInstance. + protocol: {} + - schema: *ref_165 + serializedName: computeInstanceAuthorizationType + language: + default: + name: computeInstanceAuthorizationType + description: The Compute Instance Authorization type. Available values are personal (default). + protocol: {} + - schema: &ref_1092 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_196 - immediate: - - *ref_196 properties: - - schema: &ref_1186 + - schema: &ref_1093 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_197 - serializedName: databricksAccessToken + - schema: *ref_166 + required: true + serializedName: objectId language: default: - name: databricksAccessToken - description: Databricks access token - go: - name: DatabricksAccessToken - description: Databricks access token + name: objectId + description: User’s AAD Object Id. protocol: {} - - schema: *ref_198 - serializedName: workspaceUrl + - schema: *ref_167 + required: true + serializedName: tenantId language: default: - name: workspaceUrl - description: Workspace Url - go: - name: WorkspaceURL - description: Workspace Url + name: tenantId + description: User’s AAD Tenant Id. protocol: {} serializationFormats: - json @@ -18724,23 +12879,15 @@ schemas: - input language: default: - name: DatabricksProperties - description: Properties of Databricks - namespace: '' - go: - name: DatabricksProperties - description: DatabricksProperties - Properties of Databricks - marshallingFormat: json + name: AssignedUser + description: A user that can be assigned to a compute instance. namespace: '' protocol: {} - serializedName: properties + serializedName: assignedUser language: default: - name: properties - description: Properties of Databricks - go: - name: Properties - description: Properties of Databricks + name: assignedUser + description: A user explicitly assigned to a personal compute instance. protocol: {} serializationFormats: - json @@ -18749,123 +12896,58 @@ schemas: - input language: default: - name: DatabricksSchema - description: '' - namespace: '' - go: - name: DatabricksSchema - description: '' - marshallingFormat: json + name: PersonalComputeInstanceSettings + description: Settings for a personal compute instance. namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_199 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Databricks - language: - default: - name: Databricks - description: A DataFactory compute. - namespace: '' - go: - name: Databricks - description: Databricks - A DataFactory compute. - marshallingFormat: json - namespace: '' - protocol: {} - HDInsight: &ref_200 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeHDInsight - parents: - all: - - *ref_93 - - &ref_207 + serializedName: personalComputeInstanceSettings + language: + default: + name: personalComputeInstanceSettings + description: Settings for a personal compute instance. + protocol: {} + - schema: &ref_1094 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_200 - immediate: - - *ref_200 properties: - - schema: &ref_1185 + - schema: &ref_1095 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_201 - serializedName: sshPort - language: - default: - name: sshPort - description: Port open for ssh connections on the master node of the cluster. - go: - name: SSHPort - description: Port open for ssh connections on the master node of the cluster. - protocol: {} - - schema: *ref_202 - serializedName: address - language: - default: - name: address - description: Public IP address of the master node of the cluster. - go: - name: Address - description: Public IP address of the master node of the cluster. - protocol: {} - - schema: &ref_236 + - schema: &ref_172 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_203 - serializedName: username + - schema: *ref_168 + serializedName: scriptSource language: default: - name: username - description: Username of admin account - go: - name: Username - description: Username of admin account + name: scriptSource + description: 'The storage source of the script: inline, workspace.' protocol: {} - - schema: *ref_204 - serializedName: password + - schema: *ref_169 + serializedName: scriptData language: default: - name: password - description: Password of admin account - go: - name: Password - description: Password of admin account + name: scriptData + description: The location of scripts in the mounted volume. protocol: {} - - schema: *ref_205 - serializedName: publicKeyData + - schema: *ref_170 + serializedName: scriptArguments language: default: - name: publicKeyData - description: Public key data - go: - name: PublicKeyData - description: Public key data + name: scriptArguments + description: Optional command line arguments passed to the script to run. protocol: {} - - schema: *ref_206 - serializedName: privateKeyData + - schema: *ref_171 + serializedName: timeout language: default: - name: privateKeyData - description: Private key data - go: - name: PrivateKeyData - description: Private key data + name: timeout + description: Optional time period passed to timeout command. protocol: {} serializationFormats: - json @@ -18874,23 +12956,22 @@ schemas: - input language: default: - name: VirtualMachineSshCredentials - description: Admin credentials for virtual machine - namespace: '' - go: - name: VirtualMachineSSHCredentials - description: VirtualMachineSSHCredentials - Admin credentials for virtual machine - marshallingFormat: json + name: ScriptReference + description: Script reference namespace: '' protocol: {} - serializedName: administratorAccount + serializedName: startupScript + language: + default: + name: startupScript + description: Script that's run every time the machine starts. + protocol: {} + - schema: *ref_172 + serializedName: creationScript language: default: - name: administratorAccount - description: Admin credentials for master node of the cluster - go: - name: AdministratorAccount - description: Admin credentials for master node of the cluster + name: creationScript + description: Script that's run only once during provision of the compute. protocol: {} serializationFormats: - json @@ -18899,23 +12980,15 @@ schemas: - input language: default: - name: HDInsightProperties - description: HDInsight compute properties - namespace: '' - go: - name: HDInsightProperties - description: HDInsightProperties - HDInsight compute properties - marshallingFormat: json + name: ScriptsToExecute + description: Customized setup scripts namespace: '' protocol: {} - serializedName: properties + serializedName: scripts language: default: - name: properties - description: HDInsight compute properties - go: - name: Properties - description: HDInsight compute properties + name: scripts + description: Customized setup scripts protocol: {} serializationFormats: - json @@ -18924,172 +12997,680 @@ schemas: - input language: default: - name: HDInsightSchema - description: '' + name: SetupScripts + description: Details of customized scripts to execute for setting up the cluster. namespace: '' - go: - name: HDInsightSchema - description: '' - marshallingFormat: json + protocol: {} + serializedName: setupScripts + language: + default: + name: setupScripts + description: Details of customized scripts to execute for setting up the cluster. + protocol: {} + - schema: &ref_1096 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_173 + serializedName: operationName + language: + default: + name: operationName + description: Name of the last operation. + protocol: {} + - schema: *ref_174 + serializedName: operationTime + language: + default: + name: operationTime + description: Time of the last operation. + protocol: {} + - schema: *ref_175 + serializedName: operationStatus + language: + default: + name: operationStatus + description: Operation status. + protocol: {} + - schema: *ref_176 + serializedName: operationTrigger + language: + default: + name: operationTrigger + description: Trigger of operation. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceLastOperation + description: The last operation on ComputeInstance. namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_207 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: HDInsight - language: - default: - name: HDInsight - description: A HDInsight compute. - namespace: '' - go: - name: HDInsight - description: HDInsight - A HDInsight compute. - marshallingFormat: json - namespace: '' - protocol: {} - Kubernetes: &ref_208 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeKubernetes - parents: - all: - - *ref_93 - - &ref_217 + readOnly: true + serializedName: lastOperation + language: + default: + name: lastOperation + description: The last operation on ComputeInstance. + protocol: {} + - schema: &ref_1097 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_208 - immediate: - - *ref_208 properties: - - schema: &ref_1160 - type: object + - schema: &ref_1183 + type: array apiVersions: - version: 2022-02-01-preview - properties: - - schema: *ref_209 - serializedName: relayConnectionString - extensions: - x-ms-secret: true - language: - default: - name: relayConnectionString - description: Relay connection string. - go: - name: RelayConnectionString - description: Relay connection string. - protocol: {} - - schema: *ref_210 - serializedName: serviceBusConnectionString - extensions: - x-ms-secret: true - language: - default: - name: serviceBusConnectionString - description: ServiceBus connection string. - go: - name: ServiceBusConnectionString - description: ServiceBus connection string. - protocol: {} - - schema: *ref_211 - serializedName: extensionPrincipalId - language: - default: - name: extensionPrincipalId - description: Extension principal-id. - go: - name: ExtensionPrincipalID - description: Extension principal-id. - protocol: {} - - schema: *ref_212 - serializedName: extensionInstanceReleaseTrain - language: - default: - name: extensionInstanceReleaseTrain - description: Extension instance release train. - go: - name: ExtensionInstanceReleaseTrain - description: Extension instance release train. - protocol: {} - - schema: *ref_213 - serializedName: vcName - language: - default: - name: vcName - description: VC name. - go: - name: VcName - description: VC name. - protocol: {} - - schema: *ref_214 - serializedName: namespace - language: - default: - name: namespace - description: Compute namespace - go: - name: Namespace - description: Compute namespace - protocol: {} - - schema: *ref_215 - serializedName: defaultInstanceType - language: - default: - name: defaultInstanceType - description: Default instance type - go: - name: DefaultInstanceType - description: Default instance type - protocol: {} - - schema: *ref_216 - serializedName: instanceTypes - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: instanceTypes - description: Instance Type Schema - go: - name: InstanceTypes - description: Instance Type Schema - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input + elementType: &ref_1098 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_177 + readOnly: true + serializedName: id + language: + default: + name: id + description: Schedule id. + protocol: {} + - schema: *ref_178 + readOnly: true + serializedName: provisioningStatus + language: + default: + name: provisioningStatus + description: The current deployment state of schedule. + protocol: {} + - schema: *ref_179 + serializedName: action + language: + default: + name: action + description: The compute power action. + protocol: {} + - schema: &ref_180 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_186 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Cron + parents: + all: + - *ref_180 + immediate: + - *ref_180 + properties: + - schema: *ref_181 + required: true + serializedName: expression + language: + default: + name: expression + description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Cron + language: + default: + name: CronSchedule + description: Cron schedule definition + namespace: '' + protocol: {} + - &ref_187 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Recurrence + parents: + all: + - *ref_180 + immediate: + - *ref_180 + properties: + - schema: *ref_182 + required: true + serializedName: frequency + language: + default: + name: frequency + description: '[Required] Specifies frequency with with which to trigger schedule' + protocol: {} + - schema: *ref_183 + required: true + serializedName: interval + language: + default: + name: interval + description: '[Required] Specifies schedule interval in conjunction with frequency' + protocol: {} + - schema: &ref_1124 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_1202 + type: array + elementType: *ref_184 + language: + default: + name: ArrayOfArrayItemschema + description: '[Required] List of hours for recurrence schedule pattern' + protocol: {} + required: true + serializedName: hours + language: + default: + name: hours + description: '[Required] List of hours for recurrence schedule pattern' + protocol: {} + - schema: &ref_1203 + type: array + elementType: *ref_184 + language: + default: + name: ArrayOfArrayItemschema + description: '[Required] List of minutes for recurrence schedule pattern' + protocol: {} + required: true + serializedName: minutes + language: + default: + name: minutes + description: '[Required] List of minutes for recurrence schedule pattern' + protocol: {} + - schema: &ref_1204 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_185 + language: + default: + name: RecurrencePatternWeekdays + description: List of weekdays for recurrence schedule pattern + protocol: {} + nullable: true + required: false + serializedName: weekdays + language: + default: + name: weekdays + description: List of weekdays for recurrence schedule pattern + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: RecurrencePattern + description: Recurrence schedule pattern definition + namespace: '' + protocol: {} + nullable: true + required: false + serializedName: pattern + extensions: + x-nullable: true + language: + default: + name: pattern + description: Specifies the recurrence schedule pattern + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Recurrence + language: + default: + name: RecurrenceSchedule + description: Recurrence schedule definition + namespace: '' + protocol: {} + immediate: + - *ref_186 + - *ref_187 + discriminator: + all: + Cron: *ref_186 + Recurrence: *ref_187 + immediate: + Cron: *ref_186 + Recurrence: *ref_187 + property: &ref_191 + schema: *ref_188 + isDiscriminator: true + required: true + serializedName: scheduleType + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: scheduleType + description: '[Required] Specifies the schedule type' + protocol: {} + properties: + - schema: *ref_189 + nullable: true + required: false + serializedName: endTime + language: + default: + name: endTime + description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" + protocol: {} + - schema: *ref_190 + required: false + serializedName: scheduleStatus + language: + default: + name: scheduleStatus + description: Specifies the schedule's status + protocol: {} + - *ref_191 + - schema: *ref_192 + nullable: true + required: false + serializedName: startTime + language: + default: + name: startTime + description: Specifies start time of schedule in ISO 8601 format. + protocol: {} + - schema: *ref_193 + nullable: true + required: false + serializedName: timeZone + language: + default: + name: timeZone + description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ScheduleBase + description: Base definition of a schedule + namespace: '' + protocol: {} + serializedName: schedule + language: + default: + name: schedule + description: Base definition of a schedule + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeStartStopSchedule + description: Compute start stop schedule properties + namespace: '' + protocol: {} + language: + default: + name: ComputeSchedulesComputeStartStop + description: The list of compute start stop schedules to be applied. + protocol: {} + serializedName: computeStartStop + language: + default: + name: computeStartStop + description: The list of compute start stop schedules to be applied. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeSchedules + description: The list of schedules to be applied on the computes + namespace: '' + protocol: {} + readOnly: true + serializedName: schedules + language: + default: + name: schedules + description: The list of schedules to be applied on the computes. + protocol: {} + - schema: *ref_194 + serializedName: enableNodePublicIp + language: + default: + name: enableNodePublicIp + description: >- + Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - + Indicates that the compute nodes will have a private endpoint and no public IPs. + protocol: {} + - schema: &ref_1185 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_1099 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_195 + serializedName: name + language: + default: + name: name + description: Name of the ComputeInstance container. + protocol: {} + - schema: *ref_196 + serializedName: autosave + language: + default: + name: autosave + description: Auto save settings. + protocol: {} + - schema: *ref_197 + serializedName: gpu + language: + default: + name: gpu + description: Information of GPU. + protocol: {} + - schema: *ref_198 + serializedName: network + language: + default: + name: network + description: network of this container. + protocol: {} + - schema: &ref_1100 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_199 + serializedName: name + language: + default: + name: name + description: name of environment. + protocol: {} + - schema: *ref_200 + serializedName: version + language: + default: + name: version + description: version of environment. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceEnvironmentInfo + description: Environment information + namespace: '' + protocol: {} + serializedName: environment + language: + default: + name: environment + description: Environment information of this container. + protocol: {} + - schema: &ref_1184 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_2 + extensions: + x-ms-identifiers: [] + language: + default: + name: ComputeInstanceContainerServices + description: services of this containers. + protocol: {} + readOnly: true + serializedName: services + extensions: + x-ms-identifiers: [] + language: + default: + name: services + description: services of this containers. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceContainer + description: Defines an Aml Instance container. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: + - name + language: + default: + name: ComputeInstancePropertiesContainers + description: Describes informations of containers on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: containers + extensions: + x-ms-identifiers: + - name + language: + default: + name: containers + description: Describes informations of containers on this ComputeInstance. + protocol: {} + - schema: &ref_1186 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_1101 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_201 + serializedName: caching + language: + default: + name: caching + description: Caching type of Data Disk. + protocol: {} + - schema: *ref_202 + serializedName: diskSizeGB + language: + default: + name: diskSizeGB + description: The initial disk size in gigabytes. + protocol: {} + - schema: *ref_203 + serializedName: lun + language: + default: + name: lun + description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. + protocol: {} + - schema: *ref_204 + serializedName: storageAccountType + language: + default: + name: storageAccountType + description: type of this storage account. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceDataDisk + description: Defines an Aml Instance DataDisk. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: [] + language: + default: + name: ComputeInstancePropertiesDataDisks + description: Describes informations of dataDisks on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: dataDisks + extensions: + x-ms-identifiers: [] + language: + default: + name: dataDisks + description: Describes informations of dataDisks on this ComputeInstance. + protocol: {} + - schema: &ref_1187 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_1102 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_205 + serializedName: source + language: + default: + name: source + description: Source of the ComputeInstance data mount. + protocol: {} + - schema: *ref_206 + serializedName: sourceType + language: + default: + name: sourceType + description: Data source type. + protocol: {} + - schema: *ref_207 + serializedName: mountName + language: + default: + name: mountName + description: name of the ComputeInstance data mount. + protocol: {} + - schema: *ref_208 + serializedName: mountAction + language: + default: + name: mountAction + description: Mount Action. + protocol: {} + - schema: *ref_209 + serializedName: createdBy + language: + default: + name: createdBy + description: who this data mount created by. + protocol: {} + - schema: *ref_210 + serializedName: mountPath language: default: - name: KubernetesProperties - description: Kubernetes properties - namespace: '' - go: - name: KubernetesProperties - description: KubernetesProperties - Kubernetes properties - hasArrayMap: true - marshallingFormat: json - namespace: '' + name: mountPath + description: Path of this data mount. + protocol: {} + - schema: *ref_211 + serializedName: mountState + language: + default: + name: mountState + description: Mount state. + protocol: {} + - schema: *ref_212 + serializedName: mountedOn + language: + default: + name: mountedOn + description: The time when the disk mounted. protocol: {} - serializedName: properties + - schema: *ref_213 + serializedName: error + language: + default: + name: error + description: Error of this data mount. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceDataMount + description: Defines an Aml Instance DataMount. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: [] + language: + default: + name: ComputeInstancePropertiesDataMounts + description: Describes informations of dataMounts on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: dataMounts + extensions: + x-ms-identifiers: [] + language: + default: + name: dataMounts + description: Describes informations of dataMounts on this ComputeInstance. + protocol: {} + - schema: &ref_1103 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_214 + serializedName: runtime language: default: - name: properties - description: Properties of Kubernetes - go: - name: Properties - description: Properties of Kubernetes + name: runtime + description: Runtime of compute instance. protocol: {} serializationFormats: - json @@ -19098,591 +13679,377 @@ schemas: - input language: default: - name: KubernetesSchema - description: Kubernetes Compute Schema - namespace: '' - go: - name: KubernetesSchema - description: KubernetesSchema - Kubernetes Compute Schema - marshallingFormat: json + name: ComputeInstanceVersion + description: Version of computeInstance. namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_217 + readOnly: true + serializedName: versions + language: + default: + name: versions + description: ComputeInstance version. + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Kubernetes language: default: - name: Kubernetes - description: A Machine Learning compute based on Kubernetes Compute. - namespace: '' - go: - name: Kubernetes - description: Kubernetes - A Machine Learning compute based on Kubernetes Compute. - marshallingFormat: json + name: ComputeInstanceProperties + description: Compute Instance properties namespace: '' protocol: {} - SynapseSpark: &ref_241 + serializedName: properties + language: + default: + name: properties + description: Properties of ComputeInstance + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceSchema + description: Properties(top level) of ComputeInstance + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_215 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ComputeInstance + language: + default: + name: ComputeInstance + description: An Azure Machine Learning compute instance. + namespace: '' + protocol: {} + - &ref_216 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: VirtualMachine + parents: + all: + - *ref_89 + - &ref_226 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_216 + immediate: + - *ref_216 + properties: + - schema: &ref_1104 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeSynapseSpark - parents: - all: - - *ref_93 - immediate: - - *ref_93 properties: - - schema: &ref_1188 + - schema: *ref_217 + serializedName: virtualMachineSize + language: + default: + name: virtualMachineSize + description: Virtual Machine size + protocol: {} + - schema: *ref_218 + serializedName: sshPort + language: + default: + name: sshPort + description: Port open for ssh connections. + protocol: {} + - schema: *ref_219 + serializedName: notebookServerPort + language: + default: + name: notebookServerPort + description: Notebook server port open for ssh connections. + protocol: {} + - schema: *ref_220 + serializedName: address + language: + default: + name: address + description: Public IP address of the virtual machine. + protocol: {} + - schema: &ref_230 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1189 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_218 - serializedName: minNodeCount - language: - default: - name: minNodeCount - description: '' - go: - name: MinNodeCount - description: '' - protocol: {} - - schema: *ref_219 - serializedName: enabled - language: - default: - name: enabled - description: '' - go: - name: Enabled - description: '' - protocol: {} - - schema: *ref_220 - serializedName: maxNodeCount - language: - default: - name: maxNodeCount - description: '' - go: - name: MaxNodeCount - description: '' - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: AutoScaleProperties - description: Auto scale properties - namespace: '' - go: - name: AutoScaleProperties - description: AutoScaleProperties - Auto scale properties - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: autoScaleProperties - language: - default: - name: autoScaleProperties - description: Auto scale properties. - go: - name: AutoScaleProperties - description: Auto scale properties. - protocol: {} - - schema: &ref_1190 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_221 - serializedName: delayInMinutes - language: - default: - name: delayInMinutes - description: '' - go: - name: DelayInMinutes - description: '' - protocol: {} - - schema: *ref_219 - serializedName: enabled - language: - default: - name: enabled - description: '' - go: - name: Enabled - description: '' - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: AutoPauseProperties - description: Auto pause properties - namespace: '' - go: - name: AutoPauseProperties - description: AutoPauseProperties - Auto pause properties - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: autoPauseProperties + - schema: *ref_221 + serializedName: username language: default: - name: autoPauseProperties - description: Auto pause properties. - go: - name: AutoPauseProperties - description: Auto pause properties. + name: username + description: Username of admin account protocol: {} - schema: *ref_222 - serializedName: sparkVersion + serializedName: password language: default: - name: sparkVersion - description: Spark version. - go: - name: SparkVersion - description: Spark version. + name: password + description: Password of admin account protocol: {} - schema: *ref_223 - serializedName: nodeCount + serializedName: publicKeyData language: default: - name: nodeCount - description: The number of compute nodes currently assigned to the compute. - go: - name: NodeCount - description: The number of compute nodes currently assigned to the compute. + name: publicKeyData + description: Public key data protocol: {} - schema: *ref_224 - serializedName: nodeSize - language: - default: - name: nodeSize - description: Node size. - go: - name: NodeSize - description: Node size. - protocol: {} - - schema: *ref_225 - serializedName: nodeSizeFamily - language: - default: - name: nodeSizeFamily - description: Node size family. - go: - name: NodeSizeFamily - description: Node size family. - protocol: {} - - schema: *ref_226 - serializedName: subscriptionId - language: - default: - name: subscriptionId - description: Azure subscription identifier. - go: - name: SubscriptionID - description: Azure subscription identifier. - protocol: {} - - schema: *ref_227 - serializedName: resourceGroup - language: - default: - name: resourceGroup - description: Name of the resource group in which workspace is located. - go: - name: ResourceGroup - description: Name of the resource group in which workspace is located. - protocol: {} - - schema: *ref_228 - serializedName: workspaceName + serializedName: privateKeyData language: default: - name: workspaceName - description: Name of Azure Machine Learning workspace. - go: - name: WorkspaceName - description: Name of Azure Machine Learning workspace. - protocol: {} - - schema: *ref_229 - serializedName: poolName - language: - default: - name: poolName - description: Pool name. - go: - name: PoolName - description: Pool name. + name: privateKeyData + description: Private key data protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_230 - anonymous: true language: default: - name: SynapseSparkProperties - description: '' - namespace: '' - go: - name: SynapseSparkProperties - description: '' - marshallingFormat: json + name: VirtualMachineSshCredentials + description: Admin credentials for virtual machine namespace: '' protocol: {} - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_230 + serializedName: administratorAccount language: default: - name: properties - description: '' - go: - name: Properties - description: '' + name: administratorAccount + description: Admin credentials for virtual machine + protocol: {} + - schema: *ref_225 + serializedName: isNotebookInstanceCompute + language: + default: + name: isNotebookInstanceCompute + description: Indicates whether this compute will be used for running notebooks. protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: SynapseSpark language: default: - name: SynapseSpark - description: A SynapseSpark compute. - namespace: '' - go: - name: SynapseSpark - description: SynapseSpark - A SynapseSpark compute. - marshallingFormat: json + name: VirtualMachineSchemaProperties + description: '' namespace: '' protocol: {} - VirtualMachine: &ref_231 + serializedName: properties + language: + default: + name: properties + description: '' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: VirtualMachineSchema + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_226 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: VirtualMachine + language: + default: + name: VirtualMachine + description: A Machine Learning compute based on Azure Virtual Machines. + namespace: '' + protocol: {} + - &ref_227 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: HDInsight + parents: + all: + - *ref_89 + - &ref_231 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_227 + immediate: + - *ref_227 + properties: + - schema: &ref_1105 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeVirtualMachine - parents: - all: - - *ref_93 - - &ref_239 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_231 - immediate: - - *ref_231 - properties: - - schema: &ref_1184 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_232 - serializedName: virtualMachineSize - language: - default: - name: virtualMachineSize - description: Virtual Machine size - go: - name: VirtualMachineSize - description: Virtual Machine size - protocol: {} - - schema: *ref_233 - serializedName: sshPort - language: - default: - name: sshPort - description: Port open for ssh connections. - go: - name: SSHPort - description: Port open for ssh connections. - protocol: {} - - schema: *ref_234 - serializedName: notebookServerPort - language: - default: - name: notebookServerPort - description: Notebook server port open for ssh connections. - go: - name: NotebookServerPort - description: Notebook server port open for ssh connections. - protocol: {} - - schema: *ref_235 - serializedName: address - language: - default: - name: address - description: Public IP address of the virtual machine. - go: - name: Address - description: Public IP address of the virtual machine. - protocol: {} - - schema: *ref_236 - serializedName: administratorAccount - language: - default: - name: administratorAccount - description: Admin credentials for virtual machine - go: - name: AdministratorAccount - description: Admin credentials for virtual machine - protocol: {} - - schema: *ref_237 - serializedName: isNotebookInstanceCompute - language: - default: - name: isNotebookInstanceCompute - description: Indicates whether this compute will be used for running notebooks. - go: - name: IsNotebookInstanceCompute - description: Indicates whether this compute will be used for running notebooks. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-internal-autorest-anonymous-schema: &ref_238 - anonymous: true - language: - default: - name: VirtualMachineSchemaProperties - description: '' - namespace: '' - go: - name: VirtualMachineSchemaProperties - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_238 - language: - default: - name: properties - description: '' - go: - name: Properties - description: '' - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: VirtualMachineSchema - description: '' - namespace: '' - go: - name: VirtualMachineSchema - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_93 - - *ref_239 + properties: + - schema: *ref_228 + serializedName: sshPort + language: + default: + name: sshPort + description: Port open for ssh connections on the master node of the cluster. + protocol: {} + - schema: *ref_229 + serializedName: address + language: + default: + name: address + description: Public IP address of the master node of the cluster. + protocol: {} + - schema: *ref_230 + serializedName: administratorAccount + language: + default: + name: administratorAccount + description: Admin credentials for master node of the cluster + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: VirtualMachine language: default: - name: VirtualMachine - description: A Machine Learning compute based on Azure Virtual Machines. - namespace: '' - go: - name: VirtualMachine - description: VirtualMachine - A Machine Learning compute based on Azure Virtual Machines. - marshallingFormat: json + name: HDInsightProperties + description: HDInsight compute properties namespace: '' protocol: {} - immediate: - AKS: *ref_92 - AmlCompute: *ref_94 - ComputeInstance: *ref_122 - DataFactory: *ref_240 - DataLakeAnalytics: *ref_192 - Databricks: *ref_196 - HDInsight: *ref_200 - Kubernetes: *ref_208 - SynapseSpark: *ref_241 - VirtualMachine: *ref_231 - property: &ref_243 - schema: *ref_242 - isDiscriminator: true - required: true - serializedName: computeType + serializedName: properties language: default: - name: computeType - description: The type of compute - go: - name: ComputeType - description: REQUIRED; The type of compute + name: properties + description: HDInsight compute properties protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: HDInsightSchema + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_231 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: HDInsight + language: + default: + name: HDInsight + description: A HDInsight compute. + namespace: '' + protocol: {} + - &ref_251 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: DataFactory + parents: + all: + - *ref_89 + immediate: + - *ref_89 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: DataFactory + language: + default: + name: DataFactory + description: A DataFactory compute. + namespace: '' + protocol: {} + - &ref_232 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Databricks + parents: + all: + - *ref_89 + - &ref_235 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_232 + immediate: + - *ref_232 properties: - - *ref_243 - - schema: *ref_244 - readOnly: true - required: false - serializedName: computeLocation - language: - default: - name: computeLocation - description: Location for the underlying compute - go: - name: ComputeLocation - description: READ-ONLY; Location for the underlying compute - protocol: {} - - schema: *ref_245 - readOnly: true - required: false - serializedName: provisioningState - language: - default: - name: provisioningState - description: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. - go: - name: ProvisioningState - description: READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. - protocol: {} - - schema: *ref_246 - required: false - serializedName: description - language: - default: - name: description - description: The description of the Machine Learning compute. - go: - name: Description - description: The description of the Machine Learning compute. - protocol: {} - - schema: *ref_247 - readOnly: true - required: false - serializedName: createdOn - language: - default: - name: createdOn - description: The time at which the compute was created. - go: - name: CreatedOn - description: READ-ONLY; The time at which the compute was created. - protocol: {} - - schema: *ref_248 - readOnly: true - required: false - serializedName: modifiedOn - language: - default: - name: modifiedOn - description: The time at which the compute was last modified. - go: - name: ModifiedOn - description: READ-ONLY; The time at which the compute was last modified. - protocol: {} - - schema: *ref_249 - required: false - serializedName: resourceId - language: - default: - name: resourceId - description: ARM resource id of the underlying compute - go: - name: ResourceID - description: ARM resource id of the underlying compute - protocol: {} - - schema: &ref_1229 - type: array + - schema: &ref_1106 + type: object apiVersions: - version: 2022-02-01-preview - elementType: *ref_110 - extensions: - x-ms-identifiers: - - /error/code + properties: + - schema: *ref_233 + serializedName: databricksAccessToken + language: + default: + name: databricksAccessToken + description: Databricks access token + protocol: {} + - schema: *ref_234 + serializedName: workspaceUrl + language: + default: + name: workspaceUrl + description: Workspace Url + protocol: {} + serializationFormats: + - json + usage: + - output + - input language: default: - name: ComputeProvisioningErrors - description: Errors during provisioning - go: - name: '[]*ErrorResponse' - description: Errors during provisioning - elementIsPtr: true - marshallingFormat: json + name: DatabricksProperties + description: Properties of Databricks + namespace: '' protocol: {} - readOnly: true - required: false - serializedName: provisioningErrors - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: provisioningErrors - description: Errors during provisioning - go: - name: ProvisioningErrors - description: READ-ONLY; Errors during provisioning - byValue: true - protocol: {} - - schema: *ref_250 - readOnly: true - required: false - serializedName: isAttachedCompute - language: - default: - name: isAttachedCompute - description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. - go: - name: IsAttachedCompute - description: READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. - protocol: {} - - schema: *ref_251 - required: false - serializedName: disableLocalAuth + serializedName: properties language: default: - name: disableLocalAuth - description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. - go: - name: DisableLocalAuth - description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. + name: properties + description: Properties of Databricks protocol: {} serializationFormats: - json @@ -19691,381 +14058,250 @@ schemas: - input language: default: - name: Compute - description: Machine Learning compute object. - namespace: '' - go: - name: Compute - description: Compute - Machine Learning compute object. - discriminatorInterface: ComputeClassification - discriminatorTypes: - - '*AKS' - - '*AmlCompute' - - '*Compute' - - '*ComputeInstance' - - '*DataFactory' - - '*DataLakeAnalytics' - - '*Databricks' - - '*HDInsight' - - '*Kubernetes' - - '*SynapseSpark' - - '*VirtualMachine' - hasArrayMap: true - marshallingFormat: json + name: DatabricksSchema + description: '' namespace: '' - needsDateTimeMarshalling: true - rootDiscriminator: true protocol: {} - - &ref_272 + immediate: + - *ref_89 + - *ref_235 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Databricks + language: + default: + name: Databricks + description: A DataFactory compute. + namespace: '' + protocol: {} + - &ref_236 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: DataLakeAnalytics + parents: + all: + - *ref_89 + - &ref_238 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_92 + - *ref_236 immediate: - - *ref_92 + - *ref_236 properties: - - schema: &ref_1156 + - schema: &ref_1107 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_252 - serializedName: clusterFqdn - language: - default: - name: clusterFqdn - description: Cluster full qualified domain name - go: - name: ClusterFqdn - description: Cluster full qualified domain name - protocol: {} - - schema: &ref_1259 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1157 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_253 - readOnly: true - serializedName: systemServiceType - language: - default: - name: systemServiceType - description: The type of this system service. - go: - name: SystemServiceType - description: READ-ONLY; The type of this system service. - protocol: {} - - schema: *ref_254 - readOnly: true - serializedName: publicIpAddress - language: - default: - name: publicIpAddress - description: Public IP address - go: - name: PublicIPAddress - description: READ-ONLY; Public IP address - protocol: {} - - schema: *ref_255 - readOnly: true - serializedName: version - language: - default: - name: version - description: The version for this type. - go: - name: Version - description: READ-ONLY; The version for this type. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: SystemService - description: A system service running on a compute. - namespace: '' - go: - name: SystemService - description: SystemService - A system service running on a compute. - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: - - publicIpAddress - language: - default: - name: AKSSchemaPropertiesSystemServices - description: System services - go: - name: '[]*SystemService' - description: System services - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: systemServices - extensions: - x-ms-identifiers: - - publicIpAddress + - schema: *ref_237 + serializedName: dataLakeStoreAccountName language: default: - name: systemServices - description: System services - go: - name: SystemServices - description: READ-ONLY; System services - byValue: true - protocol: {} - - schema: *ref_256 - serializedName: agentCount - language: - default: - name: agentCount - description: Number of agents - go: - name: AgentCount - description: Number of agents - protocol: {} - - schema: *ref_257 - serializedName: agentVmSize - language: - default: - name: agentVmSize - description: Agent virtual machine size - go: - name: AgentVMSize - description: Agent virtual machine size + name: dataLakeStoreAccountName + description: DataLake Store Account Name protocol: {} - - schema: *ref_258 - serializedName: clusterPurpose + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DataLakeAnalyticsSchemaProperties + description: '' + namespace: '' + protocol: {} + serializedName: properties + language: + default: + name: properties + description: '' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DataLakeAnalyticsSchema + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_238 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: DataLakeAnalytics + language: + default: + name: DataLakeAnalytics + description: A DataLakeAnalytics compute. + namespace: '' + protocol: {} + - &ref_252 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: SynapseSpark + parents: + all: + - *ref_89 + immediate: + - *ref_89 + properties: + - schema: &ref_1108 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_1109 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_239 + serializedName: minNodeCount language: default: - name: clusterPurpose - description: Intended usage of the cluster - go: - name: ClusterPurpose - description: Intended usage of the cluster + name: minNodeCount + description: '' protocol: {} - - schema: &ref_1158 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_259 - serializedName: status - language: - default: - name: status - description: Enable or disable ssl for scoring - go: - name: Status - description: Enable or disable ssl for scoring - protocol: {} - - schema: *ref_260 - serializedName: cert - language: - default: - name: cert - description: Cert data - go: - name: Cert - description: Cert data - protocol: {} - - schema: *ref_261 - serializedName: key - language: - default: - name: key - description: Key data - go: - name: Key - description: Key data - protocol: {} - - schema: *ref_262 - serializedName: cname - language: - default: - name: cname - description: CNAME of the cert - go: - name: Cname - description: CNAME of the cert - protocol: {} - - schema: *ref_263 - serializedName: leafDomainLabel - language: - default: - name: leafDomainLabel - description: Leaf domain label of public endpoint - go: - name: LeafDomainLabel - description: Leaf domain label of public endpoint - protocol: {} - - schema: *ref_264 - serializedName: overwriteExistingDomain - language: - default: - name: overwriteExistingDomain - description: Indicates whether to overwrite existing domain label. - go: - name: OverwriteExistingDomain - description: Indicates whether to overwrite existing domain label. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: SslConfiguration - description: The ssl configuration for scoring - namespace: '' - go: - name: SSLConfiguration - description: SSLConfiguration - The ssl configuration for scoring - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: sslConfiguration + - schema: *ref_240 + serializedName: enabled language: default: - name: sslConfiguration - description: SSL configuration - go: - name: SSLConfiguration - description: SSL configuration + name: enabled + description: '' protocol: {} - - schema: &ref_1159 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_265 - serializedName: subnetId - language: - default: - name: subnetId - description: Virtual network subnet resource ID the compute nodes belong to - go: - name: SubnetID - description: Virtual network subnet resource ID the compute nodes belong to - protocol: {} - - schema: *ref_266 - serializedName: serviceCidr - language: - default: - name: serviceCidr - description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. - go: - name: ServiceCidr - description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. - protocol: {} - - schema: *ref_267 - serializedName: dnsServiceIP - language: - default: - name: dnsServiceIP - description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. - go: - name: DNSServiceIP - description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. - protocol: {} - - schema: *ref_268 - serializedName: dockerBridgeCidr - language: - default: - name: dockerBridgeCidr - description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. - go: - name: DockerBridgeCidr - description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: AksNetworkingConfiguration - description: Advance configuration for AKS networking - namespace: '' - go: - name: AksNetworkingConfiguration - description: AksNetworkingConfiguration - Advance configuration for AKS networking - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: aksNetworkingConfiguration + - schema: *ref_241 + serializedName: maxNodeCount language: default: - name: aksNetworkingConfiguration - description: AKS networking configuration for vnet - go: - name: AksNetworkingConfiguration - description: AKS networking configuration for vnet + name: maxNodeCount + description: '' protocol: {} - - schema: *ref_269 - serializedName: loadBalancerType + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: AutoScaleProperties + description: Auto scale properties + namespace: '' + protocol: {} + serializedName: autoScaleProperties + language: + default: + name: autoScaleProperties + description: Auto scale properties. + protocol: {} + - schema: &ref_1110 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_242 + serializedName: delayInMinutes language: default: - name: loadBalancerType - description: Load Balancer Type - go: - name: LoadBalancerType - description: Load Balancer Type + name: delayInMinutes + description: '' protocol: {} - - schema: *ref_270 - serializedName: loadBalancerSubnet + - schema: *ref_240 + serializedName: enabled language: default: - name: loadBalancerSubnet - description: Load Balancer Subnet - go: - name: LoadBalancerSubnet - description: Load Balancer Subnet + name: enabled + description: '' protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_271 - anonymous: true language: default: - name: AKSSchemaProperties - description: AKS properties - namespace: '' - go: - name: AKSSchemaProperties - description: AKSSchemaProperties - AKS properties - hasArrayMap: true - marshallingFormat: json + name: AutoPauseProperties + description: Auto pause properties namespace: '' protocol: {} - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_271 + serializedName: autoPauseProperties language: default: - name: properties - description: AKS properties - go: - name: Properties - description: AKS properties + name: autoPauseProperties + description: Auto pause properties. + protocol: {} + - schema: *ref_243 + serializedName: sparkVersion + language: + default: + name: sparkVersion + description: Spark version. + protocol: {} + - schema: *ref_244 + serializedName: nodeCount + language: + default: + name: nodeCount + description: The number of compute nodes currently assigned to the compute. + protocol: {} + - schema: *ref_245 + serializedName: nodeSize + language: + default: + name: nodeSize + description: Node size. + protocol: {} + - schema: *ref_246 + serializedName: nodeSizeFamily + language: + default: + name: nodeSizeFamily + description: Node size family. + protocol: {} + - schema: *ref_247 + serializedName: subscriptionId + language: + default: + name: subscriptionId + description: Azure subscription identifier. + protocol: {} + - schema: *ref_248 + serializedName: resourceGroup + language: + default: + name: resourceGroup + description: Name of the resource group in which workspace is located. + protocol: {} + - schema: *ref_249 + serializedName: workspaceName + language: + default: + name: workspaceName + description: Name of Azure Machine Learning workspace. + protocol: {} + - schema: *ref_250 + serializedName: poolName + language: + default: + name: poolName + description: Pool name. protocol: {} serializationFormats: - json @@ -20074,73 +14310,184 @@ schemas: - input language: default: - name: AKSSchema - description: '' - namespace: '' - go: - name: AKSSchema + name: SynapseSparkProperties description: '' - marshallingFormat: json namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_272 + serializedName: properties + language: + default: + name: properties + description: '' + protocol: {} serializationFormats: - json usage: - output - input extensions: - x-ms-discriminator-value: AKS + x-ms-discriminator-value: SynapseSpark language: default: - name: AKS - description: A Machine Learning compute based on AKS. - namespace: '' - go: - name: AKS - description: AKS - A Machine Learning compute based on AKS. - marshallingFormat: json + name: SynapseSpark + description: A SynapseSpark compute. namespace: '' protocol: {} - - *ref_208 - - *ref_94 - - *ref_122 - - *ref_231 - - *ref_200 - - *ref_240 - - *ref_196 - - *ref_192 - - *ref_241 immediate: - - *ref_92 - - *ref_208 - - *ref_94 - - *ref_122 - - *ref_231 - - *ref_200 - - *ref_240 - - *ref_196 - - *ref_192 - - *ref_241 - discriminator: *ref_273 + - *ref_90 + - *ref_111 + - *ref_121 + - *ref_149 + - *ref_216 + - *ref_227 + - *ref_251 + - *ref_232 + - *ref_236 + - *ref_252 + discriminator: + all: + AKS: *ref_90 + AmlCompute: *ref_121 + ComputeInstance: *ref_149 + DataFactory: *ref_251 + DataLakeAnalytics: *ref_236 + Databricks: *ref_232 + HDInsight: *ref_227 + Kubernetes: *ref_111 + SynapseSpark: *ref_252 + VirtualMachine: *ref_216 + immediate: + AKS: *ref_90 + AmlCompute: *ref_121 + ComputeInstance: *ref_149 + DataFactory: *ref_251 + DataLakeAnalytics: *ref_236 + Databricks: *ref_232 + HDInsight: *ref_227 + Kubernetes: *ref_111 + SynapseSpark: *ref_252 + VirtualMachine: *ref_216 + property: &ref_254 + schema: *ref_253 + isDiscriminator: true + required: true + serializedName: computeType + language: + default: + name: computeType + description: The type of compute + protocol: {} + properties: + - *ref_254 + - schema: *ref_255 + readOnly: true + required: false + serializedName: computeLocation + language: + default: + name: computeLocation + description: Location for the underlying compute + protocol: {} + - schema: *ref_256 + readOnly: true + required: false + serializedName: provisioningState + language: + default: + name: provisioningState + description: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. + protocol: {} + - schema: *ref_257 + required: false + serializedName: description + language: + default: + name: description + description: The description of the Machine Learning compute. + protocol: {} + - schema: *ref_258 + readOnly: true + required: false + serializedName: createdOn + language: + default: + name: createdOn + description: The time at which the compute was created. + protocol: {} + - schema: *ref_259 + readOnly: true + required: false + serializedName: modifiedOn + language: + default: + name: modifiedOn + description: The time at which the compute was last modified. + protocol: {} + - schema: *ref_260 + required: false + serializedName: resourceId + language: + default: + name: resourceId + description: ARM resource id of the underlying compute + protocol: {} + - schema: &ref_1149 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_137 + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: ComputeProvisioningErrors + description: Errors during provisioning + protocol: {} + readOnly: true + required: false + serializedName: provisioningErrors + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: provisioningErrors + description: Errors during provisioning + protocol: {} + - schema: *ref_261 + readOnly: true + required: false + serializedName: isAttachedCompute + language: + default: + name: isAttachedCompute + description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. + protocol: {} + - schema: *ref_262 + required: false + serializedName: disableLocalAuth + language: + default: + name: disableLocalAuth + description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. + protocol: {} + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_274 - name: ComputeClassification - description: discriminated type - discriminatorInterface: ComputeClassification - go: *ref_274 + default: + name: Compute + description: Machine Learning compute object. + namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Compute properties - go: - name: Properties - description: Compute properties - byValue: true protocol: {} serializationFormats: - json @@ -20152,59 +14499,38 @@ schemas: name: ComputeResourceSchema description: '' namespace: '' - go: - name: ComputeResourceSchema - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_71 - - *ref_275 + - *ref_69 + - *ref_263 properties: - - schema: *ref_276 + - schema: *ref_264 serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: *ref_277 + - schema: *ref_265 serializedName: location language: default: name: location description: Specifies the location of the resource. - go: - name: Location - description: Specifies the location of the resource. protocol: {} - - schema: *ref_278 + - schema: *ref_266 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Contains resource tags defined as key/value pairs. - go: - name: Tags - description: Contains resource tags defined as key/value pairs. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} serializationFormats: - json @@ -20216,53 +14542,39 @@ schemas: name: ComputeResource description: Machine Learning compute object wrapped into ARM resource envelope. namespace: '' - go: - name: ComputeResource - description: ComputeResource - Machine Learning compute object wrapped into ARM resource envelope. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_847 + - &ref_774 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_1037 + - schema: &ref_963 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_280 + - schema: *ref_268 readOnly: true serializedName: groupId language: default: name: groupId description: The private link resource group id. - go: - name: GroupID - description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_1233 + - schema: &ref_1153 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_281 + elementType: *ref_269 language: default: name: PrivateLinkResourcePropertiesRequiredMembers description: The private link resource required member names. - go: - name: '[]*string' - description: The private link resource required member names. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: requiredMembers @@ -20270,35 +14582,22 @@ schemas: default: name: requiredMembers description: The private link resource required member names. - go: - name: RequiredMembers - description: READ-ONLY; The private link resource required member names. - byValue: true protocol: {} - - schema: &ref_1234 + - schema: &ref_1154 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_282 + elementType: *ref_270 language: default: name: PrivateLinkResourcePropertiesRequiredZoneNames description: The private link resource Private link DNS zone name. - go: - name: '[]*string' - description: The private link resource Private link DNS zone name. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredZoneNames language: default: name: requiredZoneNames description: The private link resource Private link DNS zone name. - go: - name: RequiredZoneNames - description: The private link resource Private link DNS zone name. - byValue: true protocol: {} serializationFormats: - json @@ -20310,12 +14609,6 @@ schemas: name: PrivateLinkResourceProperties description: Properties of a private link resource. namespace: '' - go: - name: PrivateLinkResourceProperties - description: PrivateLinkResourceProperties - Properties of a private link resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -20324,53 +14617,34 @@ schemas: default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} - - schema: *ref_276 + - schema: *ref_264 serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: *ref_283 + - schema: *ref_271 serializedName: location language: default: name: location description: Specifies the location of the resource. - go: - name: Location - description: Specifies the location of the resource. protocol: {} - - schema: *ref_284 + - schema: *ref_272 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Contains resource tags defined as key/value pairs. - go: - name: Tags - description: Contains resource tags defined as key/value pairs. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} serializationFormats: - json @@ -20382,77 +14656,56 @@ schemas: name: PrivateLinkResource description: A private link resource namespace: '' - go: - name: PrivateLinkResource - description: PrivateLinkResource - A private link resource - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_848 + - &ref_775 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_1040 + - schema: &ref_966 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_285 + - schema: *ref_273 serializedName: category language: default: name: category description: Category of the workspace connection. - go: - name: Category - description: Category of the workspace connection. protocol: {} - - schema: *ref_286 + - schema: *ref_274 serializedName: target language: default: name: target description: Target of the workspace connection. - go: - name: Target - description: Target of the workspace connection. protocol: {} - - schema: *ref_287 + - schema: *ref_275 serializedName: authType language: default: name: authType description: Authorization type of the workspace connection. - go: - name: AuthType - description: Authorization type of the workspace connection. protocol: {} - - schema: *ref_288 + - schema: *ref_276 serializedName: value language: default: name: value description: Value details of the workspace connection. - go: - name: Value - description: Value details of the workspace connection. protocol: {} - - schema: *ref_289 + - schema: *ref_277 serializedName: valueFormat language: default: name: valueFormat description: format for the workspace connection value - go: - name: ValueFormat - description: format for the workspace connection value protocol: {} serializationFormats: - json @@ -20464,11 +14717,6 @@ schemas: name: WorkspaceConnectionProps description: Workspace Connection specific properties. namespace: '' - go: - name: WorkspaceConnectionProps - description: WorkspaceConnectionProps - Workspace Connection specific properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -20477,9 +14725,6 @@ schemas: default: name: properties description: Properties of workspace connection. - go: - name: Properties - description: Properties of workspace connection. protocol: {} serializationFormats: - json @@ -20493,101 +14738,80 @@ schemas: name: WorkspaceConnection description: Workspace connection. namespace: '' - go: - name: WorkspaceConnection - description: WorkspaceConnection - Workspace connection. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_290 + - &ref_278 type: object apiVersions: - version: '3.0' children: all: - - &ref_386 + - &ref_364 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_278 + - *ref_69 immediate: - - *ref_290 + - *ref_278 properties: - - schema: *ref_276 + - schema: *ref_264 required: false serializedName: identity language: default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_291 + - schema: *ref_279 required: false serializedName: kind language: default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: &ref_292 + - schema: &ref_280 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_293 + - &ref_281 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_292 - - &ref_299 + - *ref_280 + - &ref_287 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_293 + - *ref_281 immediate: - - *ref_293 + - *ref_281 properties: - - schema: *ref_294 + - schema: *ref_282 nullable: true serializedName: compute language: default: name: compute description: "ARM resource ID of the compute if it exists.\r\noptional" - go: - name: Compute - description: ARM resource ID of the compute if it exists. optional protocol: {} - - schema: *ref_295 + - schema: *ref_283 nullable: true serializedName: mirrorTraffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: mirrorTraffic description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - go: - name: MirrorTraffic - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - byValue: true protocol: {} - - schema: *ref_296 + - schema: *ref_284 readOnly: true serializedName: provisioningState extensions: @@ -20597,34 +14821,21 @@ schemas: default: name: provisioningState description: Provisioning state for the endpoint. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state for the endpoint. protocol: {} - - schema: *ref_297 + - schema: *ref_285 serializedName: publicNetworkAccess language: default: name: publicNetworkAccess description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. - go: - name: PublicNetworkAccess - description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. protocol: {} - - schema: *ref_298 + - schema: *ref_286 nullable: true serializedName: traffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: traffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - go: - name: Traffic - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - byValue: true protocol: {} serializationFormats: - json @@ -20636,29 +14847,20 @@ schemas: name: OnlineEndpointDetails description: Online endpoint configuration namespace: '' - go: - name: OnlineEndpointDetails - description: OnlineEndpointDetails - Online endpoint configuration - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_292 - - *ref_299 + - *ref_280 + - *ref_287 properties: - - schema: *ref_300 + - schema: *ref_288 required: true serializedName: authMode language: default: name: authMode description: '[Required] Use ''Key'' for key based authentication and ''AMLToken'' for Azure Machine Learning token-based authentication. ''Key'' doesn''t expire but ''AMLToken'' does.' - go: - name: AuthMode - description: REQUIRED; [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does. protocol: {} - - schema: *ref_301 + - schema: *ref_289 nullable: true required: false serializedName: description @@ -20666,16 +14868,13 @@ schemas: default: name: description description: Description of the inference endpoint. - go: - name: Description - description: Description of the inference endpoint. protocol: {} - - schema: &ref_1050 + - schema: &ref_976 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_302 + - schema: *ref_290 nullable: true serializedName: primaryKey extensions: @@ -20686,11 +14885,8 @@ schemas: default: name: primaryKey description: The primary key. - go: - name: PrimaryKey - description: The primary key. protocol: {} - - schema: *ref_303 + - schema: *ref_291 nullable: true serializedName: secondaryKey extensions: @@ -20701,9 +14897,6 @@ schemas: default: name: secondaryKey description: The secondary key. - go: - name: SecondaryKey - description: The secondary key. protocol: {} serializationFormats: - json @@ -20715,11 +14908,6 @@ schemas: name: EndpointAuthKeys description: Keys for endpoint authentication. namespace: '' - go: - name: EndpointAuthKeys - description: EndpointAuthKeys - Keys for endpoint authentication. - marshallingFormat: json - namespace: '' protocol: {} nullable: true required: false @@ -20733,27 +14921,17 @@ schemas: default: name: keys description: "EndpointAuthKeys to set initially on an Endpoint.\r\nThis property will always be returned as null. AuthKey values must be retrieved using the ListKeys API." - go: - name: Keys - description: EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API. protocol: {} - - schema: *ref_304 + - schema: *ref_292 nullable: true required: false serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: Properties - description: Property dictionary. Properties can be added, but not removed or altered. - byValue: true protocol: {} - - schema: *ref_305 + - schema: *ref_293 nullable: true readOnly: true required: false @@ -20765,11 +14943,8 @@ schemas: default: name: scoringUri description: Endpoint URI. - go: - name: ScoringURI - description: READ-ONLY; Endpoint URI. protocol: {} - - schema: *ref_306 + - schema: *ref_294 nullable: true readOnly: true required: false @@ -20781,9 +14956,6 @@ schemas: default: name: swaggerUri description: Endpoint Swagger URI. - go: - name: SwaggerURI - description: READ-ONLY; Endpoint Swagger URI. protocol: {} serializationFormats: - json @@ -20795,31 +14967,22 @@ schemas: name: EndpointPropertiesBase description: Inference Endpoint base definition namespace: '' - go: - name: EndpointPropertiesBase - description: EndpointPropertiesBase - Inference Endpoint base definition - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_293 + - *ref_281 properties: - - schema: &ref_1049 + - schema: &ref_975 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_307 + - schema: *ref_295 nullable: true serializedName: deploymentName language: default: name: deploymentName description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." - go: - name: DeploymentName - description: Name of the deployment that will be default for the endpoint. This deployment will end up getting 100% traffic when the endpoint scoring URL is invoked. protocol: {} serializationFormats: - json @@ -20831,11 +14994,6 @@ schemas: name: BatchEndpointDefaults description: Batch endpoint default values namespace: '' - go: - name: BatchEndpointDefaults - description: BatchEndpointDefaults - Batch endpoint default values - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: defaults @@ -20845,11 +15003,8 @@ schemas: default: name: defaults description: Default values for Batch Endpoint - go: - name: Defaults - description: Default values for Batch Endpoint protocol: {} - - schema: *ref_296 + - schema: *ref_284 readOnly: true serializedName: provisioningState extensions: @@ -20859,9 +15014,6 @@ schemas: default: name: provisioningState description: Provisioning state for the endpoint. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state for the endpoint. protocol: {} serializationFormats: - json @@ -20873,11 +15025,6 @@ schemas: name: BatchEndpointDetails description: Batch endpoint configuration. namespace: '' - go: - name: BatchEndpointDetails - description: BatchEndpointDetails - Batch endpoint configuration. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: properties @@ -20885,20 +15032,14 @@ schemas: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_267 required: false serializedName: sku language: default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} serializationFormats: - json @@ -20910,118 +15051,98 @@ schemas: name: BatchEndpointData description: '' namespace: '' - go: - name: BatchEndpointData - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_387 + - &ref_365 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_278 + - *ref_69 immediate: - - *ref_290 + - *ref_278 properties: - - schema: *ref_276 + - schema: *ref_264 required: false serializedName: identity language: default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_308 + - schema: *ref_296 required: false serializedName: kind language: default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: &ref_309 + - schema: &ref_297 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_311 + - &ref_299 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_309 - - &ref_310 + - *ref_297 + - &ref_298 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_382 + children: all: - - &ref_316 + - &ref_304 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: EndpointComputeTypeKubernetes + discriminatorValue: Kubernetes parents: all: - - *ref_310 - - *ref_311 + - *ref_298 + - *ref_299 immediate: - - *ref_310 + - *ref_298 properties: - - schema: &ref_1197 + - schema: &ref_1117 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_315 + - schema: &ref_303 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_312 + - schema: *ref_300 nullable: true serializedName: cpu language: default: name: cpu description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: CPU - description: 'Number of vCPUs request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' protocol: {} - - schema: *ref_313 + - schema: *ref_301 nullable: true serializedName: gpu language: default: name: gpu description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: Gpu - description: 'Number of Nvidia GPU cards request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' protocol: {} - - schema: *ref_314 + - schema: *ref_302 nullable: true serializedName: memory language: default: name: memory description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: Memory - description: 'Memory size request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' protocol: {} serializationFormats: - json @@ -21033,11 +15154,6 @@ schemas: name: ContainerResourceSettings description: '' namespace: '' - go: - name: ContainerResourceSettings - description: '' - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: containerResourceLimits @@ -21047,11 +15163,8 @@ schemas: default: name: containerResourceLimits description: 'Container resource limit info:' - go: - name: ContainerResourceLimits - description: 'Container resource limit info:' protocol: {} - - schema: *ref_315 + - schema: *ref_303 nullable: true serializedName: containerResourceRequests extensions: @@ -21060,9 +15173,6 @@ schemas: default: name: containerResourceRequests description: 'Container resource request info:' - go: - name: ContainerResourceRequests - description: 'Container resource request info:' protocol: {} serializationFormats: - json @@ -21074,11 +15184,6 @@ schemas: name: ContainerResourceRequirements description: Resource requirements for each container instance within an online deployment. namespace: '' - go: - name: ContainerResourceRequirements - description: ContainerResourceRequirements - Resource requirements for each container instance within an online deployment. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: containerResourceRequirements @@ -21088,9 +15193,6 @@ schemas: default: name: containerResourceRequirements description: The resource requirements for the container (cpu and memory). - go: - name: ContainerResourceRequirements - description: The resource requirements for the container (cpu and memory). protocol: {} serializationFormats: - json @@ -21104,23 +15206,18 @@ schemas: name: KubernetesOnlineDeployment description: Properties specific to a KubernetesOnlineDeployment. namespace: '' - go: - name: KubernetesOnlineDeployment - description: KubernetesOnlineDeployment - Properties specific to a KubernetesOnlineDeployment. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_317 + - &ref_305 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: EndpointComputeTypeManaged + discriminatorValue: Managed parents: all: - - *ref_310 - - *ref_311 + - *ref_298 + - *ref_299 immediate: - - *ref_310 + - *ref_298 serializationFormats: - json usage: @@ -21133,24 +15230,19 @@ schemas: name: ManagedOnlineDeployment description: Properties specific to a ManagedOnlineDeployment. namespace: '' - go: - name: ManagedOnlineDeployment - description: ManagedOnlineDeployment - Properties specific to a ManagedOnlineDeployment. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_316 - - *ref_317 - discriminator: &ref_383 + - *ref_304 + - *ref_305 + discriminator: all: - Kubernetes: *ref_316 - Managed: *ref_317 + Kubernetes: *ref_304 + Managed: *ref_305 immediate: - Kubernetes: *ref_316 - Managed: *ref_317 - property: &ref_321 - schema: *ref_318 + Kubernetes: *ref_304 + Managed: *ref_305 + property: &ref_309 + schema: *ref_306 isDiscriminator: true required: true serializedName: endpointComputeType @@ -21158,40 +15250,31 @@ schemas: default: name: endpointComputeType description: '[Required] The compute type of the endpoint.' - go: - name: EndpointComputeType - description: REQUIRED; [Required] The compute type of the endpoint. protocol: {} - parents: &ref_384 + parents: all: - - *ref_311 + - *ref_299 immediate: - - *ref_311 + - *ref_299 properties: - - schema: *ref_319 + - schema: *ref_307 required: false serializedName: appInsightsEnabled language: default: name: appInsightsEnabled description: If true, enables Application Insights logging. - go: - name: AppInsightsEnabled - description: If true, enables Application Insights logging. protocol: {} - - schema: *ref_320 + - schema: *ref_308 required: false serializedName: egressPublicNetworkAccess language: default: name: egressPublicNetworkAccess description: 'If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.' - go: - name: EgressPublicNetworkAccess - description: 'If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.' protocol: {} - - *ref_321 - - schema: *ref_322 + - *ref_309 + - schema: *ref_310 nullable: true required: false serializedName: instanceType @@ -21203,65 +15286,47 @@ schemas: default: name: instanceType description: Compute instance type. - go: - name: InstanceType - description: Compute instance type. protocol: {} - - schema: &ref_332 + - schema: &ref_320 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_323 + - schema: *ref_311 serializedName: failureThreshold language: default: name: failureThreshold description: The number of failures to allow before returning an unhealthy status. - go: - name: FailureThreshold - description: The number of failures to allow before returning an unhealthy status. protocol: {} - - schema: *ref_324 + - schema: *ref_312 nullable: true serializedName: initialDelay language: default: name: initialDelay description: The delay before the first probe in ISO 8601 format. - go: - name: InitialDelay - description: The delay before the first probe in ISO 8601 format. protocol: {} - - schema: *ref_325 + - schema: *ref_313 serializedName: period language: default: name: period description: The length of time between probes in ISO 8601 format. - go: - name: Period - description: The length of time between probes in ISO 8601 format. protocol: {} - - schema: *ref_326 + - schema: *ref_314 serializedName: successThreshold language: default: name: successThreshold description: The number of successful probes before returning a healthy status. - go: - name: SuccessThreshold - description: The number of successful probes before returning a healthy status. protocol: {} - - schema: *ref_327 + - schema: *ref_315 serializedName: timeout language: default: name: timeout description: The probe timeout in ISO 8601 format. - go: - name: Timeout - description: The probe timeout in ISO 8601 format. protocol: {} serializationFormats: - json @@ -21273,11 +15338,6 @@ schemas: name: ProbeSettings description: Deployment container liveness/readiness probe configuration. namespace: '' - go: - name: ProbeSettings - description: ProbeSettings - Deployment container liveness/readiness probe configuration. - marshallingFormat: json - namespace: '' protocol: {} nullable: true required: false @@ -21288,11 +15348,8 @@ schemas: default: name: livenessProbe description: Liveness probe monitors the health of the container regularly. - go: - name: LivenessProbe - description: Liveness probe monitors the health of the container regularly. protocol: {} - - schema: *ref_328 + - schema: *ref_316 nullable: true required: false serializedName: model @@ -21300,11 +15357,8 @@ schemas: default: name: model description: The URI path to the model. - go: - name: Model - description: The URI path to the model. protocol: {} - - schema: *ref_329 + - schema: *ref_317 nullable: true required: false serializedName: modelMountPath @@ -21312,22 +15366,16 @@ schemas: default: name: modelMountPath description: The path to mount the model in custom container. - go: - name: ModelMountPath - description: The path to mount the model in custom container. protocol: {} - - schema: *ref_330 + - schema: *ref_318 required: false serializedName: privateNetworkConnection language: default: name: privateNetworkConnection description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." - go: - name: PrivateNetworkConnection - description: If true, enable private network connection. DEPRECATED for future API versions. Use EgressPublicNetworkAccess. protocol: {} - - schema: *ref_331 + - schema: *ref_319 readOnly: true required: false serializedName: provisioningState @@ -21338,11 +15386,8 @@ schemas: default: name: provisioningState description: Provisioning state for the endpoint deployment. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state for the endpoint deployment. protocol: {} - - schema: *ref_332 + - schema: *ref_320 nullable: true required: false serializedName: readinessProbe @@ -21352,44 +15397,32 @@ schemas: default: name: readinessProbe description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. - go: - name: ReadinessProbe - description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. protocol: {} - - schema: &ref_1121 + - schema: &ref_1044 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_333 + - schema: *ref_321 serializedName: maxConcurrentRequestsPerInstance language: default: name: maxConcurrentRequestsPerInstance description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. - go: - name: MaxConcurrentRequestsPerInstance - description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. protocol: {} - - schema: *ref_334 + - schema: *ref_322 serializedName: maxQueueWait language: default: name: maxQueueWait description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." - go: - name: MaxQueueWait - description: The maximum amount of time a request will stay in the queue in ISO 8601 format. Defaults to 500ms. protocol: {} - - schema: *ref_335 + - schema: *ref_323 serializedName: requestTimeout language: default: name: requestTimeout description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." - go: - name: RequestTimeout - description: The scoring timeout in ISO 8601 format. Defaults to 5000ms. protocol: {} serializationFormats: - json @@ -21401,11 +15434,6 @@ schemas: name: OnlineRequestSettings description: Online deployment scoring requests configuration. namespace: '' - go: - name: OnlineRequestSettings - description: OnlineRequestSettings - Online deployment scoring requests configuration. - marshallingFormat: json - namespace: '' protocol: {} nullable: true required: false @@ -21416,140 +15444,23 @@ schemas: default: name: requestSettings description: Request settings for the deployment. - go: - name: RequestSettings - description: Request settings for the deployment. protocol: {} - - schema: + - schema: &ref_324 type: object - children: &ref_336 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_337 + - &ref_329 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ScaleTypeDefault + discriminatorValue: Default parents: all: - - &ref_338 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_336 - discriminator: &ref_346 - all: - Default: *ref_337 - TargetUtilization: &ref_343 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ScaleTypeTargetUtilization - parents: - all: - - *ref_338 - immediate: - - *ref_338 - properties: - - schema: *ref_339 - serializedName: maxInstances - language: - default: - name: maxInstances - description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. - go: - name: MaxInstances - description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. - protocol: {} - - schema: *ref_340 - serializedName: minInstances - language: - default: - name: minInstances - description: The minimum number of instances to always be present. - go: - name: MinInstances - description: The minimum number of instances to always be present. - protocol: {} - - schema: *ref_341 - serializedName: pollingInterval - language: - default: - name: pollingInterval - description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. - go: - name: PollingInterval - description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. - protocol: {} - - schema: *ref_342 - serializedName: targetUtilizationPercentage - language: - default: - name: targetUtilizationPercentage - description: Target CPU usage for the autoscaler. - go: - name: TargetUtilizationPercentage - description: Target CPU usage for the autoscaler. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TargetUtilization - language: - default: - name: TargetUtilizationScaleSettings - description: '' - namespace: '' - go: - name: TargetUtilizationScaleSettings - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Default: *ref_337 - TargetUtilization: *ref_343 - property: &ref_345 - schema: *ref_344 - isDiscriminator: true - required: true - serializedName: scaleType - language: - default: - name: scaleType - description: '[Required] Type of deployment scaling algorithm' - go: - name: ScaleType - description: REQUIRED; [Required] Type of deployment scaling algorithm - protocol: {} - properties: - - *ref_345 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: OnlineScaleSettings - description: Online deployment scaling configuration. - namespace: '' - go: - name: OnlineScaleSettings - description: OnlineScaleSettings - Online deployment scaling configuration. - discriminatorInterface: OnlineScaleSettingsClassification - discriminatorTypes: - - '*DefaultScaleSettings' - - '*OnlineScaleSettings' - - '*TargetUtilizationScaleSettings' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_324 immediate: - - *ref_338 + - *ref_324 serializationFormats: - json usage: @@ -21562,23 +15473,91 @@ schemas: name: DefaultScaleSettings description: '' namespace: '' - go: - name: DefaultScaleSettings + protocol: {} + - &ref_330 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TargetUtilization + parents: + all: + - *ref_324 + immediate: + - *ref_324 + properties: + - schema: *ref_325 + serializedName: maxInstances + language: + default: + name: maxInstances + description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. + protocol: {} + - schema: *ref_326 + serializedName: minInstances + language: + default: + name: minInstances + description: The minimum number of instances to always be present. + protocol: {} + - schema: *ref_327 + serializedName: pollingInterval + language: + default: + name: pollingInterval + description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. + protocol: {} + - schema: *ref_328 + serializedName: targetUtilizationPercentage + language: + default: + name: targetUtilizationPercentage + description: Target CPU usage for the autoscaler. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: TargetUtilization + language: + default: + name: TargetUtilizationScaleSettings description: '' - marshallingFormat: json namespace: '' protocol: {} - - *ref_343 immediate: - - *ref_337 - - *ref_343 - discriminator: *ref_346 + - *ref_329 + - *ref_330 + discriminator: + all: + Default: *ref_329 + TargetUtilization: *ref_330 + immediate: + Default: *ref_329 + TargetUtilization: *ref_330 + property: &ref_332 + schema: *ref_331 + isDiscriminator: true + required: true + serializedName: scaleType + language: + default: + name: scaleType + description: '[Required] Type of deployment scaling algorithm' + protocol: {} + properties: + - *ref_332 + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_347 - name: OnlineScaleSettingsClassification - description: discriminated type - discriminatorInterface: OnlineScaleSettingsClassification - go: *ref_347 + default: + name: OnlineScaleSettings + description: Online deployment scaling configuration. + namespace: '' protocol: {} nullable: true required: false @@ -21589,12 +15568,6 @@ schemas: default: name: scaleSettings description: "Scale settings for the deployment.\r\nIf it is null or not provided,\r\nit defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment\r\nand to DefaultScaleSettings for ManagedOnlineDeployment." - go: - name: ScaleSettings - description: >- - Scale settings for the deployment. If it is null or not provided, it defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment and to DefaultScaleSettings for - ManagedOnlineDeployment. - byValue: true protocol: {} serializationFormats: - json @@ -21606,30 +15579,19 @@ schemas: name: OnlineDeploymentDetails description: '' namespace: '' - go: - name: OnlineDeploymentDetails - description: '' - discriminatorInterface: OnlineDeploymentDetailsClassification - discriminatorTypes: - - '*KubernetesOnlineDeployment' - - '*ManagedOnlineDeployment' - - '*OnlineDeploymentDetails' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} - - *ref_316 - - *ref_317 + - *ref_304 + - *ref_305 immediate: - - *ref_309 - - *ref_310 + - *ref_297 + - *ref_298 properties: - - schema: &ref_1064 + - schema: &ref_990 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_348 + - schema: *ref_333 nullable: true required: false serializedName: codeId @@ -21641,11 +15603,8 @@ schemas: default: name: codeId description: ARM resource ID of the code asset. - go: - name: CodeID - description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_349 + - schema: *ref_334 required: true serializedName: scoringScript extensions: @@ -21656,9 +15615,6 @@ schemas: default: name: scoringScript description: '[Required] The script to execute on startup. eg. "score.py"' - go: - name: ScoringScript - description: REQUIRED; [Required] The script to execute on startup. eg. "score.py" protocol: {} serializationFormats: - json @@ -21668,12 +15624,7 @@ schemas: language: default: name: CodeConfiguration - description: Configuration for a scoring code asset. - namespace: '' - go: - name: CodeConfiguration - description: CodeConfiguration - Configuration for a scoring code asset. - marshallingFormat: json + description: Configuration for a scoring code asset. namespace: '' protocol: {} nullable: true @@ -21684,61 +15635,38 @@ schemas: default: name: codeConfiguration description: Code configuration for the endpoint deployment. - go: - name: CodeConfiguration - description: Code configuration for the endpoint deployment. protocol: {} - - schema: *ref_350 + - schema: *ref_335 nullable: true serializedName: description language: default: name: description description: Description of the endpoint deployment. - go: - name: Description - description: Description of the endpoint deployment. protocol: {} - - schema: *ref_351 + - schema: *ref_336 nullable: true serializedName: environmentId language: default: name: environmentId description: ARM resource ID of the environment specification for the endpoint deployment. - go: - name: EnvironmentID - description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - schema: *ref_352 + - schema: *ref_337 nullable: true serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: environmentVariables description: Environment variables configuration for the deployment. - go: - name: EnvironmentVariables - description: Environment variables configuration for the deployment. - byValue: true protocol: {} - - schema: *ref_353 + - schema: *ref_338 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: Properties - description: Property dictionary. Properties can be added, but not removed or altered. - byValue: true protocol: {} serializationFormats: - json @@ -21750,245 +15678,78 @@ schemas: name: EndpointDeploymentPropertiesBase description: Base definition for endpoint deployment. namespace: '' - go: - name: EndpointDeploymentPropertiesBase - description: EndpointDeploymentPropertiesBase - Base definition for endpoint deployment. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_311 + - *ref_299 properties: - - schema: *ref_354 + - schema: *ref_339 nullable: true serializedName: compute language: default: name: compute description: Compute target for batch inference operation. - go: - name: Compute - description: Compute target for batch inference operation. protocol: {} - - schema: *ref_355 + - schema: *ref_340 serializedName: errorThreshold language: default: name: errorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." - go: - name: ErrorThreshold - description: |- - Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file - failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored. protocol: {} - - schema: *ref_356 + - schema: *ref_341 serializedName: loggingLevel language: default: name: loggingLevel description: Logging level for batch inference operation. - go: - name: LoggingLevel - description: Logging level for batch inference operation. protocol: {} - - schema: *ref_357 + - schema: *ref_342 serializedName: maxConcurrencyPerInstance language: default: name: maxConcurrencyPerInstance description: Indicates maximum number of parallelism per instance. - go: - name: MaxConcurrencyPerInstance - description: Indicates maximum number of parallelism per instance. protocol: {} - - schema: *ref_358 + - schema: *ref_343 serializedName: miniBatchSize language: default: name: miniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." - go: - name: MiniBatchSize - description: Size of the mini-batch passed to each batch invocation. For FileDataset, this is the number of files per mini-batch. For TabularDataset, this is the size of the records in bytes, per mini-batch. protocol: {} - - schema: + - schema: &ref_344 type: object - children: &ref_359 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_360 + - &ref_350 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeDataPath + discriminatorValue: DataPath parents: all: - - &ref_361 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_359 - discriminator: &ref_371 - all: - DataPath: *ref_360 - Id: &ref_365 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeID - parents: - all: - - *ref_361 - immediate: - - *ref_361 - properties: - - schema: *ref_362 - required: true - serializedName: assetId - language: - default: - name: assetId - description: '[Required] ARM resource ID of the asset.' - go: - name: AssetID - description: REQUIRED; [Required] ARM resource ID of the asset. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Id - language: - default: - name: IdAssetReference - description: Reference to an asset via its ARM resource ID. - namespace: '' - go: - name: IDAssetReference - description: IDAssetReference - Reference to an asset via its ARM resource ID. - marshallingFormat: json - namespace: '' - protocol: {} - OutputPath: &ref_366 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeOutputPath - parents: - all: - - *ref_361 - immediate: - - *ref_361 - properties: - - schema: *ref_363 - nullable: true - serializedName: jobId - language: - default: - name: jobId - description: ARM resource ID of the job. - go: - name: JobID - description: ARM resource ID of the job. - protocol: {} - - schema: *ref_364 - nullable: true - serializedName: path - language: - default: - name: path - description: The path of the file/directory in the job output. - go: - name: Path - description: The path of the file/directory in the job output. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: OutputPath - language: - default: - name: OutputPathAssetReference - description: Reference to an asset via its path in a job output. - namespace: '' - go: - name: OutputPathAssetReference - description: OutputPathAssetReference - Reference to an asset via its path in a job output. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - DataPath: *ref_360 - Id: *ref_365 - OutputPath: *ref_366 - property: &ref_368 - schema: *ref_367 - isDiscriminator: true - required: true - serializedName: referenceType - language: - default: - name: referenceType - description: '[Required] Specifies the type of asset reference.' - go: - name: ReferenceType - description: REQUIRED; [Required] Specifies the type of asset reference. - protocol: {} - properties: - - *ref_368 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: AssetReferenceBase - description: Base definition for asset references. - namespace: '' - go: - name: AssetReferenceBase - description: AssetReferenceBase - Base definition for asset references. - discriminatorInterface: AssetReferenceBaseClassification - discriminatorTypes: - - '*AssetReferenceBase' - - '*DataPathAssetReference' - - '*IDAssetReference' - - '*OutputPathAssetReference' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_344 immediate: - - *ref_361 + - *ref_344 properties: - - schema: *ref_369 + - schema: *ref_345 nullable: true serializedName: datastoreId language: default: name: datastoreId description: ARM resource ID of the datastore where the asset is located. - go: - name: DatastoreID - description: ARM resource ID of the datastore where the asset is located. protocol: {} - - schema: *ref_370 + - schema: *ref_346 nullable: true serializedName: path language: default: name: path description: The path of the file/directory in the datastore. - go: - name: Path - description: The path of the file/directory in the datastore. protocol: {} serializationFormats: - json @@ -22002,25 +15763,114 @@ schemas: name: DataPathAssetReference description: Reference to an asset via its path in a datastore. namespace: '' - go: - name: DataPathAssetReference - description: DataPathAssetReference - Reference to an asset via its path in a datastore. - marshallingFormat: json + protocol: {} + - &ref_351 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Id + parents: + all: + - *ref_344 + immediate: + - *ref_344 + properties: + - schema: *ref_347 + required: true + serializedName: assetId + language: + default: + name: assetId + description: '[Required] ARM resource ID of the asset.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Id + language: + default: + name: IdAssetReference + description: Reference to an asset via its ARM resource ID. + namespace: '' + protocol: {} + - &ref_352 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: OutputPath + parents: + all: + - *ref_344 + immediate: + - *ref_344 + properties: + - schema: *ref_348 + nullable: true + serializedName: jobId + language: + default: + name: jobId + description: ARM resource ID of the job. + protocol: {} + - schema: *ref_349 + nullable: true + serializedName: path + language: + default: + name: path + description: The path of the file/directory in the job output. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: OutputPath + language: + default: + name: OutputPathAssetReference + description: Reference to an asset via its path in a job output. namespace: '' protocol: {} - - *ref_365 - - *ref_366 immediate: - - *ref_360 - - *ref_365 - - *ref_366 - discriminator: *ref_371 + - *ref_350 + - *ref_351 + - *ref_352 + discriminator: + all: + DataPath: *ref_350 + Id: *ref_351 + OutputPath: *ref_352 + immediate: + DataPath: *ref_350 + Id: *ref_351 + OutputPath: *ref_352 + property: &ref_354 + schema: *ref_353 + isDiscriminator: true + required: true + serializedName: referenceType + language: + default: + name: referenceType + description: '[Required] Specifies the type of asset reference.' + protocol: {} + properties: + - *ref_354 + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_372 - name: AssetReferenceBaseClassification - description: discriminated type - discriminatorInterface: AssetReferenceBaseClassification - go: *ref_372 + default: + name: AssetReferenceBase + description: Base definition for asset references. + namespace: '' protocol: {} nullable: true serializedName: model @@ -22030,33 +15880,23 @@ schemas: default: name: model description: Reference to the model asset for the endpoint deployment. - go: - name: Model - description: Reference to the model asset for the endpoint deployment. - byValue: true protocol: {} - - schema: *ref_373 + - schema: *ref_355 serializedName: outputAction language: default: name: outputAction description: Indicates how the output will be organized. - go: - name: OutputAction - description: Indicates how the output will be organized. protocol: {} - - schema: *ref_374 + - schema: *ref_356 nullable: true serializedName: outputFileName language: default: name: outputFileName description: Customized output file name for append_row output action. - go: - name: OutputFileName - description: Customized output file name for append_row output action. protocol: {} - - schema: *ref_331 + - schema: *ref_319 readOnly: true serializedName: provisioningState extensions: @@ -22066,16 +15906,13 @@ schemas: default: name: provisioningState description: Provisioning state for the endpoint deployment. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state for the endpoint deployment. protocol: {} - - schema: &ref_501 + - schema: &ref_473 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_375 + - schema: *ref_357 serializedName: instanceCount extensions: x-ms-mutability: @@ -22085,11 +15922,8 @@ schemas: default: name: instanceCount description: Optional number of instances or nodes used by the compute target. - go: - name: InstanceCount - description: Optional number of instances or nodes used by the compute target. protocol: {} - - schema: *ref_376 + - schema: *ref_358 nullable: true serializedName: instanceType extensions: @@ -22100,16 +15934,11 @@ schemas: default: name: instanceType description: Optional type of VM used as supported by the compute target. - go: - name: InstanceType - description: Optional type of VM used as supported by the compute target. protocol: {} - - schema: *ref_377 + - schema: *ref_359 nullable: true serializedName: properties extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -22117,10 +15946,6 @@ schemas: default: name: properties description: Additional properties bag. - go: - name: Properties - description: Additional properties bag. - byValue: true protocol: {} serializationFormats: - json @@ -22132,12 +15957,6 @@ schemas: name: ResourceConfiguration description: '' namespace: '' - go: - name: ResourceConfiguration - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: resources @@ -22147,34 +15966,25 @@ schemas: default: name: resources description: "Indicates compute configuration for the job.\r\nIf not provided, will default to the defaults defined in ResourceConfiguration." - go: - name: Resources - description: Indicates compute configuration for the job. If not provided, will default to the defaults defined in ResourceConfiguration. protocol: {} - - schema: &ref_1063 + - schema: &ref_989 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_378 + - schema: *ref_360 serializedName: maxRetries language: default: name: maxRetries description: Maximum retry count for a mini-batch - go: - name: MaxRetries - description: Maximum retry count for a mini-batch protocol: {} - - schema: *ref_379 + - schema: *ref_361 serializedName: timeout language: default: name: timeout description: Invocation timeout for a mini-batch, in ISO 8601 format. - go: - name: Timeout - description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} serializationFormats: - json @@ -22186,11 +15996,6 @@ schemas: name: BatchRetrySettings description: Retry settings for a batch inference operation. namespace: '' - go: - name: BatchRetrySettings - description: BatchRetrySettings - Retry settings for a batch inference operation. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: retrySettings @@ -22200,9 +16005,6 @@ schemas: default: name: retrySettings description: "Retry Settings for the batch inference operation.\r\nIf not provided, will default to the defaults defined in BatchRetrySettings." - go: - name: RetrySettings - description: Retry Settings for the batch inference operation. If not provided, will default to the defaults defined in BatchRetrySettings. protocol: {} serializationFormats: - json @@ -22214,11 +16016,6 @@ schemas: name: BatchDeploymentDetails description: Batch inference settings per deployment. namespace: '' - go: - name: BatchDeploymentDetails - description: BatchDeploymentDetails - Batch inference settings per deployment. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: properties @@ -22226,20 +16023,14 @@ schemas: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_267 required: false serializedName: sku language: default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} serializationFormats: - json @@ -22251,66 +16042,49 @@ schemas: name: BatchDeploymentData description: '' namespace: '' - go: - name: BatchDeploymentData - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_388 + - &ref_366 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_278 + - *ref_69 immediate: - - *ref_290 + - *ref_278 properties: - - schema: *ref_276 + - schema: *ref_264 required: false serializedName: identity language: default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_380 + - schema: *ref_362 required: false serializedName: kind language: default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_299 + - schema: *ref_287 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_267 required: false serializedName: sku language: default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} serializationFormats: - json @@ -22322,78 +16096,49 @@ schemas: name: OnlineEndpointData description: '' namespace: '' - go: - name: OnlineEndpointData - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_389 + - &ref_367 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_278 + - *ref_69 immediate: - - *ref_290 + - *ref_278 properties: - - schema: *ref_276 + - schema: *ref_264 required: false serializedName: identity language: default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_381 + - schema: *ref_363 required: false serializedName: kind language: default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: - type: object - children: *ref_382 - discriminator: *ref_383 - parents: *ref_384 - language: - default: &ref_385 - name: OnlineDeploymentDetailsClassification - description: discriminated type - discriminatorInterface: OnlineDeploymentDetailsClassification - go: *ref_385 - protocol: {} + - schema: *ref_298 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 required: false serializedName: sku language: default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} serializationFormats: - json @@ -22405,29 +16150,22 @@ schemas: name: OnlineDeploymentData description: '' namespace: '' - go: - name: OnlineDeploymentData - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_386 - - *ref_387 - - *ref_388 - - *ref_389 + - *ref_364 + - *ref_365 + - *ref_366 + - *ref_367 parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_390 + - schema: *ref_368 required: false serializedName: tags extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - create @@ -22436,12 +16174,8 @@ schemas: default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} - - schema: *ref_391 + - schema: *ref_369 required: true serializedName: location extensions: @@ -22452,9 +16186,6 @@ schemas: default: name: location description: The geo-location where the resource lives - go: - name: Location - description: REQUIRED; The geo-location where the resource lives protocol: {} serializationFormats: - json @@ -22468,500 +16199,1485 @@ schemas: description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' namespace: '' summary: Tracked Resource - go: - name: TrackedResource - description: TrackedResource - The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' - hasArrayMap: true - marshallingFormat: json - namespace: '' - summary: Tracked Resource protocol: {} - - *ref_386 - - *ref_387 - - &ref_849 + - *ref_364 + - *ref_365 + - &ref_776 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_392 + - schema: &ref_370 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_393 + - &ref_371 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_392 - - &ref_425 + - *ref_370 + - &ref_403 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - &ref_395 + - *ref_371 + - &ref_373 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_393 - - *ref_392 - - &ref_394 + - *ref_371 + - *ref_370 + - &ref_372 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_396 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - schema: *ref_374 + nullable: true + serializedName: codeUri + language: + default: + name: codeUri + description: Uri where code is located + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: CodeVersionDetails + description: Code asset version details. + namespace: '' + protocol: {} + - &ref_397 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - schema: *ref_2 + nullable: true + serializedName: componentSpec + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: componentSpec + description: "Defines Component definition details.\r\n" + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComponentVersionDetails + description: 'Definition of a component version: defines resources that span component types.' + namespace: '' + protocol: {} + - &ref_375 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_377 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: MLTable + parents: + all: + - *ref_375 + - *ref_372 + - *ref_373 + immediate: + - *ref_375 + properties: + - schema: &ref_1201 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_376 + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: MLTableDataReferencedUris + description: Uris referenced in the MLTable definition (required for lineage) + protocol: {} + nullable: true + serializedName: referencedUris + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: referencedUris + description: Uris referenced in the MLTable definition (required for lineage) + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: MLTable + language: + default: + name: MLTableData + description: MLTable data definition + namespace: '' + protocol: {} + - &ref_378 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: UriFile + parents: + all: + - *ref_375 + - *ref_372 + - *ref_373 + immediate: + - *ref_375 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: UriFile + language: + default: + name: UriFileDataVersion + description: uri-file data version entity + namespace: '' + protocol: {} + - &ref_379 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: UriFolder + parents: + all: + - *ref_375 + - *ref_372 + - *ref_373 + immediate: + - *ref_375 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: UriFolder + language: + default: + name: UriFolderDataVersion + description: uri-folder data version entity + namespace: '' + protocol: {} + immediate: + - *ref_377 + - *ref_378 + - *ref_379 + discriminator: + all: + MLTable: *ref_377 + UriFile: *ref_378 + UriFolder: *ref_379 + immediate: + MLTable: *ref_377 + UriFile: *ref_378 + UriFolder: *ref_379 + property: &ref_381 + schema: *ref_380 + isDiscriminator: true + required: true + serializedName: dataType + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: dataType + description: '[Required] Specifies the type of data.' + protocol: {} + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - *ref_381 + - schema: *ref_382 + required: true + serializedName: dataUri + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: dataUri + description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DataVersionBaseDetails + description: Data version base definition + namespace: '' + protocol: {} + - &ref_398 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - schema: &ref_1029 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_383 + required: true + serializedName: contextUri + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: contextUri + description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" + protocol: {} + - schema: *ref_384 + nullable: true + required: false + serializedName: dockerfilePath + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: dockerfilePath + description: "Path to the Dockerfile in the build context.\r\n" + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: BuildContext + description: Configuration settings for Docker build context + namespace: '' + protocol: {} + serializedName: build + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: build + description: Configuration settings for Docker build context. + protocol: {} + - schema: *ref_385 + serializedName: condaFile + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: condaFile + description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" + protocol: {} + - schema: *ref_386 + readOnly: true + serializedName: environmentType + extensions: + x-ms-mutability: + - read + language: + default: + name: environmentType + description: "Environment type is either user managed or curated by the Azure ML service\r\n" + protocol: {} + - schema: *ref_387 + serializedName: image + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: image + description: "Name of the image that will be used for the environment.\r\n" + protocol: {} + - schema: &ref_1030 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_390 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_388 + required: true + serializedName: path + language: + default: + name: path + description: '[Required] The path for the route.' + protocol: {} + - schema: *ref_389 + required: true + serializedName: port + language: + default: + name: port + description: '[Required] The port for the route.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: Route + description: '' + namespace: '' + protocol: {} + serializedName: livenessRoute + language: + default: + name: livenessRoute + description: The route to check the liveness of the inference server container. + protocol: {} + - schema: *ref_390 + serializedName: readinessRoute + language: + default: + name: readinessRoute + description: The route to check the readiness of the inference server container. + protocol: {} + - schema: *ref_390 + serializedName: scoringRoute + language: + default: + name: scoringRoute + description: The port to send the scoring requests to, within the inference server container. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: InferenceContainerProperties + description: '' + namespace: '' + protocol: {} + serializedName: inferenceConfig + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: inferenceConfig + description: Defines configuration specific to inference. + protocol: {} + - schema: *ref_391 + serializedName: osType + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: osType + description: The OS type of the environment. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: EnvironmentVersionDetails + description: Environment version details. + namespace: '' + protocol: {} + - &ref_399 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - schema: *ref_392 + nullable: true + serializedName: flavors + language: + default: + name: flavors + description: Mapping of model flavors to their properties. + protocol: {} + - schema: *ref_393 + nullable: true + serializedName: jobName + language: + default: + name: jobName + description: Name of the training job which produced this model + protocol: {} + - schema: *ref_394 + serializedName: modelType + language: + default: + name: modelType + description: The storage format for this entity. Used for NCD. + protocol: {} + - schema: *ref_395 + nullable: true + serializedName: modelUri + language: + default: + name: modelUri + description: The URI path to the model contents. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ModelVersionDetails + description: Model asset version details. + namespace: '' + protocol: {} + - *ref_377 + - *ref_378 + - *ref_379 + immediate: + - *ref_396 + - *ref_397 + - *ref_375 + - *ref_398 + - *ref_399 + parents: + all: + - *ref_373 + immediate: + - *ref_373 + properties: + - schema: *ref_400 + serializedName: isAnonymous + extensions: + x-ms-mutability: *ref_401 + language: + default: + name: isAnonymous + description: If the name version are system generated (anonymous registration). + protocol: {} + - schema: *ref_402 + serializedName: isArchived + extensions: + x-ms-mutability: + - create + - read + - update + language: + default: + name: isArchived + description: Is the asset archived? + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: AssetBase + description: '' + namespace: '' + protocol: {} + - *ref_396 + - *ref_403 + - *ref_397 + - &ref_767 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_371 + - *ref_373 + immediate: + - *ref_371 + properties: + - schema: *ref_380 + required: true + serializedName: dataType + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: dataType + description: '[Required] Specifies the type of data.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DataContainerDetails + description: Container for data asset versions. + namespace: '' + protocol: {} + - *ref_375 + - &ref_404 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_418 + - &ref_422 type: object apiVersions: - version: 2022-02-01-preview + discriminatorValue: AzureBlob parents: all: - - *ref_394 - - *ref_395 + - *ref_404 + - *ref_373 immediate: - - *ref_394 + - *ref_404 properties: - - schema: *ref_396 + - schema: *ref_405 nullable: true - serializedName: codeUri + serializedName: accountName + extensions: + x-ms-mutability: + - create + - read language: default: - name: codeUri - description: Uri where code is located - go: - name: CodeURI - description: Uri where code is located + name: accountName + description: Storage account name. + protocol: {} + - schema: *ref_406 + nullable: true + serializedName: containerName + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: containerName + description: Storage account container name. + protocol: {} + - schema: *ref_407 + nullable: true + serializedName: endpoint + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: endpoint + description: Azure cloud endpoint for the storage account. + protocol: {} + - schema: *ref_408 + nullable: true + serializedName: protocol + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: protocol + description: Protocol used to communicate with the storage account. + protocol: {} + - schema: *ref_409 + serializedName: serviceDataAccessAuthIdentity + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: serviceDataAccessAuthIdentity + description: Indicates which identity to use to authenticate service data access to customer's storage. protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: AzureBlob language: default: - name: CodeVersionDetails - description: Code asset version details. + name: AzureBlobDatastore + description: Azure Blob datastore configuration. namespace: '' - go: - name: CodeVersionDetails - description: CodeVersionDetails - Code asset version details. - marshallingFormat: json + protocol: {} + - &ref_423 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: AzureDataLakeGen1 + parents: + all: + - *ref_404 + - *ref_373 + immediate: + - *ref_404 + properties: + - schema: *ref_409 + required: false + serializedName: serviceDataAccessAuthIdentity + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: serviceDataAccessAuthIdentity + description: Indicates which identity to use to authenticate service data access to customer's storage. + protocol: {} + - schema: *ref_410 + required: true + serializedName: storeName + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: storeName + description: '[Required] Azure Data Lake store name.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AzureDataLakeGen1 + language: + default: + name: AzureDataLakeGen1Datastore + description: Azure Data Lake Gen1 datastore configuration. namespace: '' protocol: {} - - &ref_419 + - &ref_424 type: object apiVersions: - version: 2022-02-01-preview + discriminatorValue: AzureDataLakeGen2 parents: all: - - *ref_394 - - *ref_395 + - *ref_404 + - *ref_373 immediate: - - *ref_394 + - *ref_404 properties: - - schema: *ref_2 + - schema: *ref_411 + required: true + serializedName: accountName + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: accountName + description: '[Required] Storage account name.' + protocol: {} + - schema: *ref_412 nullable: true - serializedName: componentSpec + required: false + serializedName: endpoint extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read language: default: - name: componentSpec - description: "Defines Component definition details.\r\n" - go: - name: ComponentSpec - description: Defines Component definition details. - byValue: true + name: endpoint + description: Azure cloud endpoint for the storage account. + protocol: {} + - schema: *ref_413 + required: true + serializedName: filesystem + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: filesystem + description: '[Required] The name of the Data Lake Gen2 filesystem.' + protocol: {} + - schema: *ref_414 + nullable: true + required: false + serializedName: protocol + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: protocol + description: Protocol used to communicate with the storage account. + protocol: {} + - schema: *ref_409 + required: false + serializedName: serviceDataAccessAuthIdentity + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: serviceDataAccessAuthIdentity + description: Indicates which identity to use to authenticate service data access to customer's storage. protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: AzureDataLakeGen2 language: default: - name: ComponentVersionDetails - description: 'Definition of a component version: defines resources that span component types.' - namespace: '' - go: - name: ComponentVersionDetails - description: 'ComponentVersionDetails - Definition of a component version: defines resources that span component types.' - marshallingFormat: json + name: AzureDataLakeGen2Datastore + description: Azure Data Lake Gen2 datastore configuration. namespace: '' protocol: {} - - &ref_397 + - &ref_425 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_834 + discriminatorValue: AzureFile + parents: all: - - &ref_399 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DataTypeMLTable - parents: - all: - - *ref_397 - - *ref_394 - - *ref_395 - immediate: - - *ref_397 - properties: - - schema: &ref_1281 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_398 - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: MLTableDataReferencedUris - description: Uris referenced in the MLTable definition (required for lineage) - go: - name: '[]*string' - description: Uris referenced in the MLTable definition (required for lineage) - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: referencedUris - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: referencedUris - description: Uris referenced in the MLTable definition (required for lineage) - go: - name: ReferencedUris - description: Uris referenced in the MLTable definition (required for lineage) - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: MLTable - language: - default: - name: MLTableData - description: MLTable data definition - namespace: '' - go: - name: MLTableData - description: MLTableData - MLTable data definition - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_400 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DataTypeURIFile - parents: - all: - - *ref_397 - - *ref_394 - - *ref_395 - immediate: - - *ref_397 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: UriFile - language: - default: - name: UriFileDataVersion - description: uri-file data version entity - namespace: '' - go: - name: URIFileDataVersion - description: URIFileDataVersion - uri-file data version entity - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_401 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DataTypeURIFolder - parents: - all: - - *ref_397 - - *ref_394 - - *ref_395 - immediate: - - *ref_397 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: UriFolder - language: - default: - name: UriFolderDataVersion - description: uri-folder data version entity - namespace: '' - go: - name: URIFolderDataVersion - description: URIFolderDataVersion - uri-folder data version entity - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_404 + - *ref_373 immediate: - - *ref_399 - - *ref_400 - - *ref_401 - discriminator: &ref_835 + - *ref_404 + properties: + - schema: *ref_415 + required: true + serializedName: accountName + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: accountName + description: '[Required] Storage account name.' + protocol: {} + - schema: *ref_416 + nullable: true + required: false + serializedName: endpoint + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: endpoint + description: Azure cloud endpoint for the storage account. + protocol: {} + - schema: *ref_417 + required: true + serializedName: fileShareName + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: fileShareName + description: '[Required] The name of the Azure file share that the datastore points to.' + protocol: {} + - schema: *ref_418 + nullable: true + required: false + serializedName: protocol + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: protocol + description: Protocol used to communicate with the storage account. + protocol: {} + - schema: *ref_409 + required: false + serializedName: serviceDataAccessAuthIdentity + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: serviceDataAccessAuthIdentity + description: Indicates which identity to use to authenticate service data access to customer's storage. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AzureFile + language: + default: + name: AzureFileDatastore + description: Azure File datastore configuration. + namespace: '' + protocol: {} + - &ref_426 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Hdfs + parents: all: - MLTable: *ref_399 - UriFile: *ref_400 - UriFolder: *ref_401 + - *ref_404 + - *ref_373 immediate: - MLTable: *ref_399 - UriFile: *ref_400 - UriFolder: *ref_401 - property: &ref_403 - schema: *ref_402 - isDiscriminator: true + - *ref_404 + properties: + - schema: *ref_419 + nullable: true + required: false + serializedName: hdfsServerCertificate + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: hdfsServerCertificate + description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. + protocol: {} + - schema: *ref_420 required: true - serializedName: dataType + serializedName: nameNodeAddress extensions: x-ms-mutability: - create - read language: default: - name: dataType - description: '[Required] Specifies the type of data.' - go: - name: DataType - description: REQUIRED; [Required] Specifies the type of data. + name: nameNodeAddress + description: '[Required] IP Address or DNS HostName.' protocol: {} - parents: &ref_836 - all: - - *ref_394 - - *ref_395 - immediate: - - *ref_394 - properties: - - *ref_403 - - schema: *ref_404 - required: true - serializedName: dataUri + - schema: *ref_421 + nullable: true + required: false + serializedName: protocol extensions: x-ms-mutability: - create - read language: default: - name: dataUri - description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' - go: - name: DataURI - description: REQUIRED; [Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType + name: protocol + description: Protocol used to communicate with the storage account (Https/Http). protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: Hdfs language: default: - name: DataVersionBaseDetails - description: Data version base definition - namespace: '' - go: - name: DataVersionBaseDetails - description: DataVersionBaseDetails - Data version base definition - discriminatorInterface: DataVersionBaseDetailsClassification - discriminatorTypes: - - '*DataVersionBaseDetails' - - '*MLTableData' - - '*URIFileDataVersion' - - '*URIFolderDataVersion' - marshallingFormat: json + name: HdfsDatastore + description: '' namespace: '' - rootDiscriminator: true protocol: {} - - &ref_420 + immediate: + - *ref_422 + - *ref_423 + - *ref_424 + - *ref_425 + - *ref_426 + discriminator: + all: + AzureBlob: *ref_422 + AzureDataLakeGen1: *ref_423 + AzureDataLakeGen2: *ref_424 + AzureFile: *ref_425 + Hdfs: *ref_426 + immediate: + AzureBlob: *ref_422 + AzureDataLakeGen1: *ref_423 + AzureDataLakeGen2: *ref_424 + AzureFile: *ref_425 + Hdfs: *ref_426 + property: &ref_466 + schema: *ref_427 + isDiscriminator: true + required: true + serializedName: datastoreType + language: + default: + name: datastoreType + description: '[Required] Storage type backing the datastore.' + protocol: {} + parents: + all: + - *ref_373 + immediate: + - *ref_373 + properties: + - schema: &ref_428 type: object apiVersions: - version: 2022-02-01-preview - parents: + children: all: - - *ref_394 - - *ref_395 - immediate: - - *ref_394 - properties: - - schema: &ref_1106 + - &ref_459 type: object apiVersions: - version: 2022-02-01-preview + discriminatorValue: AccountKey + parents: + all: + - *ref_428 + immediate: + - *ref_428 properties: - - schema: *ref_405 + - schema: &ref_429 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: AccountKey + parents: + all: + - &ref_430 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_429 + - &ref_436 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Certificate + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_431 + nullable: true + serializedName: certificate + language: + default: + name: certificate + description: Service principal certificate. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Certificate + language: + default: + name: CertificateDatastoreSecrets + description: Datastore certificate secrets. + namespace: '' + protocol: {} + - &ref_437 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: KerberosKeytab + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_432 + nullable: true + serializedName: kerberosKeytab + language: + default: + name: kerberosKeytab + description: Kerberos keytab secret. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: KerberosKeytab + language: + default: + name: KerberosKeytabSecrets + description: '' + namespace: '' + protocol: {} + - &ref_438 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: KerberosPassword + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_433 + nullable: true + serializedName: kerberosPassword + language: + default: + name: kerberosPassword + description: Kerberos password secret. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: KerberosPassword + language: + default: + name: KerberosPasswordSecrets + description: '' + namespace: '' + protocol: {} + - &ref_439 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Sas + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_434 + nullable: true + serializedName: sasToken + language: + default: + name: sasToken + description: Storage container SAS token. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Sas + language: + default: + name: SasDatastoreSecrets + description: Datastore SAS secrets. + namespace: '' + protocol: {} + - &ref_440 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ServicePrincipal + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_435 + nullable: true + serializedName: clientSecret + language: + default: + name: clientSecret + description: Service principal secret. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ServicePrincipal + language: + default: + name: ServicePrincipalDatastoreSecrets + description: Datastore Service Principal secrets. + namespace: '' + protocol: {} + immediate: + - *ref_429 + - *ref_436 + - *ref_437 + - *ref_438 + - *ref_439 + - *ref_440 + discriminator: + all: + AccountKey: *ref_429 + Certificate: *ref_436 + KerberosKeytab: *ref_437 + KerberosPassword: *ref_438 + Sas: *ref_439 + ServicePrincipal: *ref_440 + immediate: + AccountKey: *ref_429 + Certificate: *ref_436 + KerberosKeytab: *ref_437 + KerberosPassword: *ref_438 + Sas: *ref_439 + ServicePrincipal: *ref_440 + property: &ref_442 + schema: *ref_441 + isDiscriminator: true + required: true + serializedName: secretsType + language: + default: + name: secretsType + description: '[Required] Credential type used to authentication with storage.' + protocol: {} + properties: + - *ref_442 + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DatastoreSecrets + description: Base definition for datastore secrets. + namespace: '' + protocol: {} + immediate: + - *ref_430 + properties: + - schema: *ref_443 + nullable: true + serializedName: key + language: + default: + name: key + description: Storage account key. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AccountKey + language: + default: + name: AccountKeyDatastoreSecrets + description: Datastore account key secrets. + namespace: '' + protocol: {} required: true - serializedName: contextUri + serializedName: secrets extensions: + x-ms-discriminator-value: AccountKey x-ms-mutability: - create - - read + - update + x-ms-secret: true language: default: - name: contextUri - description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" - go: - name: ContextURI - description: REQUIRED; [Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. + name: secrets + description: '[Required] Storage account secrets.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AccountKey + language: + default: + name: AccountKeyDatastoreCredentials + description: Account key datastore credentials configuration. + namespace: '' + protocol: {} + - &ref_460 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Certificate + parents: + all: + - *ref_428 + immediate: + - *ref_428 + properties: + - schema: *ref_444 + nullable: true + required: false + serializedName: authorityUrl + language: + default: + name: authorityUrl + description: Authority URL used for authentication. + protocol: {} + - schema: *ref_445 + required: true + serializedName: clientId + language: + default: + name: clientId + description: '[Required] Service principal client ID.' protocol: {} - - schema: *ref_406 + - schema: *ref_446 nullable: true required: false - serializedName: dockerfilePath + serializedName: resourceUrl + language: + default: + name: resourceUrl + description: Resource the service principal has access to. + protocol: {} + - schema: *ref_436 + required: true + serializedName: secrets extensions: + x-ms-discriminator-value: Certificate x-ms-mutability: - create - - read + - update + x-ms-secret: true language: default: - name: dockerfilePath - description: "Path to the Dockerfile in the build context.\r\n" - go: - name: DockerfilePath - description: Path to the Dockerfile in the build context. + name: secrets + description: '[Required] Service principal secrets.' + protocol: {} + - schema: *ref_447 + required: true + serializedName: tenantId + language: + default: + name: tenantId + description: '[Required] ID of the tenant to which the service principal belongs.' + protocol: {} + - schema: *ref_448 + required: true + serializedName: thumbprint + language: + default: + name: thumbprint + description: '[Required] Thumbprint of the certificate used for authentication.' protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: Certificate language: default: - name: BuildContext - description: Configuration settings for Docker build context - namespace: '' - go: - name: BuildContext - description: BuildContext - Configuration settings for Docker build context - marshallingFormat: json + name: CertificateDatastoreCredentials + description: Certificate datastore credentials configuration. namespace: '' protocol: {} - serializedName: build - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: build - description: Configuration settings for Docker build context. - go: - name: Build - description: Configuration settings for Docker build context. - protocol: {} - - schema: *ref_407 - serializedName: condaFile - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: condaFile - description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" - go: - name: CondaFile - description: Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages. - protocol: {} - - schema: *ref_408 - readOnly: true - serializedName: environmentType - extensions: - x-ms-mutability: - - read - language: - default: - name: environmentType - description: "Environment type is either user managed or curated by the Azure ML service\r\n" - go: - name: EnvironmentType - description: READ-ONLY; Environment type is either user managed or curated by the Azure ML service - protocol: {} - - schema: *ref_409 - serializedName: image - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: image - description: "Name of the image that will be used for the environment.\r\n" - go: - name: Image - description: Name of the image that will be used for the environment. - protocol: {} - - schema: &ref_1107 + - &ref_449 type: object apiVersions: - version: 2022-02-01-preview - properties: - - schema: &ref_412 + discriminatorValue: KerberosKeytab + parents: + all: + - &ref_450 type: object apiVersions: - version: 2022-02-01-preview + children: + all: + - *ref_449 + - &ref_451 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: KerberosPassword + parents: + all: + - *ref_450 + - *ref_428 + immediate: + - *ref_450 + - *ref_428 + properties: + - schema: *ref_438 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: KerberosPassword + x-ms-mutability: + - create + - update + x-ms-secret: true + language: + default: + name: secrets + description: '[Required] Kerberos password secrets.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: KerberosPassword + language: + default: + name: KerberosPasswordCredentials + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_449 + - *ref_451 properties: - - schema: *ref_410 + - schema: *ref_452 required: true - serializedName: path + serializedName: kerberosKdcAddress + extensions: + x-ms-mutability: + - create + - read language: default: - name: path - description: '[Required] The path for the route.' - go: - name: Path - description: REQUIRED; [Required] The path for the route. + name: kerberosKdcAddress + description: '[Required] IP Address or DNS HostName.' protocol: {} - - schema: *ref_411 + - schema: *ref_453 required: true - serializedName: port + serializedName: kerberosPrincipal + extensions: + x-ms-mutability: + - create + - read language: default: - name: port - description: '[Required] The port for the route.' - go: - name: Port - description: REQUIRED; [Required] The port for the route. + name: kerberosPrincipal + description: '[Required] Kerberos Username' + protocol: {} + - schema: *ref_454 + required: true + serializedName: kerberosRealm + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: kerberosRealm + description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' protocol: {} serializationFormats: - json @@ -22970,161 +17686,213 @@ schemas: - input language: default: - name: Route + name: KerberosCredentials description: '' namespace: '' - go: - name: Route - description: '' - marshallingFormat: json - namespace: '' protocol: {} - serializedName: livenessRoute - language: - default: - name: livenessRoute - description: The route to check the liveness of the inference server container. - go: - name: LivenessRoute - description: The route to check the liveness of the inference server container. - protocol: {} - - schema: *ref_412 - serializedName: readinessRoute + - *ref_428 + immediate: + - *ref_450 + - *ref_428 + properties: + - schema: *ref_437 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: KerberosKeytab + x-ms-mutability: + - create + - update + x-ms-secret: true language: default: - name: readinessRoute - description: The route to check the readiness of the inference server container. - go: - name: ReadinessRoute - description: The route to check the readiness of the inference server container. + name: secrets + description: '[Required] Keytab secrets.' protocol: {} - - schema: *ref_412 - serializedName: scoringRoute + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: KerberosKeytab + language: + default: + name: KerberosKeytabCredentials + description: '' + namespace: '' + protocol: {} + - *ref_451 + - &ref_461 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: None + parents: + all: + - *ref_428 + immediate: + - *ref_428 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: None + language: + default: + name: NoneDatastoreCredentials + description: Empty/none datastore credentials. + namespace: '' + protocol: {} + - &ref_462 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Sas + parents: + all: + - *ref_428 + immediate: + - *ref_428 + properties: + - schema: *ref_439 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: Sas + x-ms-mutability: + - create + - update + x-ms-secret: true language: default: - name: scoringRoute - description: The port to send the scoring requests to, within the inference server container. - go: - name: ScoringRoute - description: The port to send the scoring requests to, within the inference server container. + name: secrets + description: '[Required] Storage container secrets.' protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: Sas language: default: - name: InferenceContainerProperties - description: '' - namespace: '' - go: - name: InferenceContainerProperties - description: '' - marshallingFormat: json + name: SasDatastoreCredentials + description: SAS datastore credentials configuration. namespace: '' protocol: {} - serializedName: inferenceConfig - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: inferenceConfig - description: Defines configuration specific to inference. - go: - name: InferenceConfig - description: Defines configuration specific to inference. - protocol: {} - - schema: *ref_413 - serializedName: osType - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: osType - description: The OS type of the environment. - go: - name: OSType - description: The OS type of the environment. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: EnvironmentVersionDetails - description: Environment version details. - namespace: '' - go: - name: EnvironmentVersionDetails - description: EnvironmentVersionDetails - Environment version details. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_421 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: + - &ref_463 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ServicePrincipal + parents: + all: + - *ref_428 + immediate: + - *ref_428 + properties: + - schema: *ref_455 + nullable: true + required: false + serializedName: authorityUrl + language: + default: + name: authorityUrl + description: Authority URL used for authentication. + protocol: {} + - schema: *ref_456 + required: true + serializedName: clientId + language: + default: + name: clientId + description: '[Required] Service principal client ID.' + protocol: {} + - schema: *ref_457 + nullable: true + required: false + serializedName: resourceUrl + language: + default: + name: resourceUrl + description: Resource the service principal has access to. + protocol: {} + - schema: *ref_440 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: ServicePrincipal + x-ms-mutability: + - create + - update + x-ms-secret: true + language: + default: + name: secrets + description: '[Required] Service principal secrets.' + protocol: {} + - schema: *ref_458 + required: true + serializedName: tenantId + language: + default: + name: tenantId + description: '[Required] ID of the tenant to which the service principal belongs.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ServicePrincipal + language: + default: + name: ServicePrincipalDatastoreCredentials + description: Service Principal datastore credentials configuration. + namespace: '' + protocol: {} + immediate: + - *ref_459 + - *ref_460 + - *ref_449 + - *ref_451 + - *ref_461 + - *ref_462 + - *ref_463 + discriminator: all: - - *ref_394 - - *ref_395 + AccountKey: *ref_459 + Certificate: *ref_460 + KerberosKeytab: *ref_449 + KerberosPassword: *ref_451 + None: *ref_461 + Sas: *ref_462 + ServicePrincipal: *ref_463 immediate: - - *ref_394 - properties: - - schema: *ref_414 - nullable: true - serializedName: flavors - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: flavors - description: Mapping of model flavors to their properties. - go: - name: Flavors - description: Mapping of model flavors to their properties. - byValue: true - protocol: {} - - schema: *ref_415 - nullable: true - serializedName: jobName - language: - default: - name: jobName - description: Name of the training job which produced this model - go: - name: JobName - description: Name of the training job which produced this model - protocol: {} - - schema: *ref_416 - serializedName: modelType - language: - default: - name: modelType - description: The storage format for this entity. Used for NCD. - go: - name: ModelType - description: The storage format for this entity. Used for NCD. - protocol: {} - - schema: *ref_417 - nullable: true - serializedName: modelUri + AccountKey: *ref_459 + Certificate: *ref_460 + KerberosKeytab: *ref_449 + KerberosPassword: *ref_451 + None: *ref_461 + Sas: *ref_462 + ServicePrincipal: *ref_463 + property: &ref_465 + schema: *ref_464 + isDiscriminator: true + required: true + serializedName: credentialsType language: default: - name: modelUri - description: The URI path to the model contents. - go: - name: ModelURI - description: The URI path to the model contents. + name: credentialsType + description: '[Required] Credential type used to authentication with storage.' protocol: {} + properties: + - *ref_465 serializationFormats: - json usage: @@ -23132,57 +17900,28 @@ schemas: - input language: default: - name: ModelVersionDetails - description: Model asset version details. - namespace: '' - go: - name: ModelVersionDetails - description: ModelVersionDetails - Model asset version details. - hasArrayMap: true - marshallingFormat: json + name: DatastoreCredentials + description: Base definition for datastore credentials. namespace: '' protocol: {} - - *ref_399 - - *ref_400 - - *ref_401 - immediate: - - *ref_418 - - *ref_419 - - *ref_397 - - *ref_420 - - *ref_421 - parents: - all: - - *ref_395 - immediate: - - *ref_395 - properties: - - schema: *ref_422 - serializedName: isAnonymous - extensions: - x-ms-mutability: *ref_423 + required: true + serializedName: credentials language: default: - name: isAnonymous - description: If the name version are system generated (anonymous registration). - go: - name: IsAnonymous - description: If the name version are system generated (anonymous registration). + name: credentials + description: '[Required] Account credentials.' protocol: {} - - schema: *ref_424 - serializedName: isArchived + - *ref_466 + - schema: *ref_467 + readOnly: true + required: false + serializedName: isDefault extensions: - x-ms-mutability: - - create - - read - - update + x-ms-mutability: *ref_468 language: default: - name: isArchived - description: Is the asset archived? - go: - name: IsArchived - description: Is the asset archived? + name: isDefault + description: Readonly property to indicate if datastore is the workspace default datastore protocol: {} serializationFormats: - json @@ -23191,44 +17930,20 @@ schemas: - input language: default: - name: AssetBase - description: '' - namespace: '' - go: - name: AssetBase - description: '' - marshallingFormat: json + name: DatastoreDetails + description: Base definition for datastore contents configuration. namespace: '' protocol: {} - - *ref_418 - - *ref_425 - - *ref_419 - - &ref_828 + - &ref_768 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_371 + - *ref_373 immediate: - - *ref_393 - properties: - - schema: *ref_402 - required: true - serializedName: dataType - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: dataType - description: '[Required] Specifies the type of data.' - go: - name: DataType - description: REQUIRED; [Required] Specifies the type of data. - protocol: {} + - *ref_371 serializationFormats: - json usage: @@ -23236,1718 +17951,889 @@ schemas: - input language: default: - name: DataContainerDetails - description: Container for data asset versions. - namespace: '' - go: - name: DataContainerDetails - description: DataContainerDetails - Container for data asset versions. - marshallingFormat: json + name: EnvironmentContainerDetails + description: Container for environment specification versions. namespace: '' protocol: {} - - *ref_397 - - &ref_426 + - *ref_398 + - &ref_469 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_838 + children: all: - - &ref_444 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeAzureBlob - parents: - all: - - *ref_426 - - *ref_395 - immediate: - - *ref_426 - properties: - - schema: *ref_427 - nullable: true - serializedName: accountName - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: accountName - description: Storage account name. - go: - name: AccountName - description: Storage account name. - protocol: {} - - schema: *ref_428 - nullable: true - serializedName: containerName - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: containerName - description: Storage account container name. - go: - name: ContainerName - description: Storage account container name. - protocol: {} - - schema: *ref_429 - nullable: true - serializedName: endpoint - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: endpoint - description: Azure cloud endpoint for the storage account. - go: - name: Endpoint - description: Azure cloud endpoint for the storage account. - protocol: {} - - schema: *ref_430 - nullable: true - serializedName: protocol - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: protocol - description: Protocol used to communicate with the storage account. - go: - name: Protocol - description: Protocol used to communicate with the storage account. - protocol: {} - - schema: *ref_431 - serializedName: serviceDataAccessAuthIdentity - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: serviceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - go: - name: ServiceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AzureBlob - language: - default: - name: AzureBlobDatastore - description: Azure Blob datastore configuration. - namespace: '' - go: - name: AzureBlobDatastore - description: AzureBlobDatastore - Azure Blob datastore configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_445 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeAzureDataLakeGen1 - parents: - all: - - *ref_426 - - *ref_395 - immediate: - - *ref_426 - properties: - - schema: *ref_431 - required: false - serializedName: serviceDataAccessAuthIdentity - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: serviceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - go: - name: ServiceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - protocol: {} - - schema: *ref_432 - required: true - serializedName: storeName - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: storeName - description: '[Required] Azure Data Lake store name.' - go: - name: StoreName - description: REQUIRED; [Required] Azure Data Lake store name. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AzureDataLakeGen1 - language: - default: - name: AzureDataLakeGen1Datastore - description: Azure Data Lake Gen1 datastore configuration. - namespace: '' - go: - name: AzureDataLakeGen1Datastore - description: AzureDataLakeGen1Datastore - Azure Data Lake Gen1 datastore configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_446 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeAzureDataLakeGen2 - parents: - all: - - *ref_426 - - *ref_395 - immediate: - - *ref_426 - properties: - - schema: *ref_433 - required: true - serializedName: accountName - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: accountName - description: '[Required] Storage account name.' - go: - name: AccountName - description: REQUIRED; [Required] Storage account name. - protocol: {} - - schema: *ref_434 - nullable: true - required: false - serializedName: endpoint - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: endpoint - description: Azure cloud endpoint for the storage account. - go: - name: Endpoint - description: Azure cloud endpoint for the storage account. - protocol: {} - - schema: *ref_435 - required: true - serializedName: filesystem - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: filesystem - description: '[Required] The name of the Data Lake Gen2 filesystem.' - go: - name: Filesystem - description: REQUIRED; [Required] The name of the Data Lake Gen2 filesystem. - protocol: {} - - schema: *ref_436 - nullable: true - required: false - serializedName: protocol - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: protocol - description: Protocol used to communicate with the storage account. - go: - name: Protocol - description: Protocol used to communicate with the storage account. - protocol: {} - - schema: *ref_431 - required: false - serializedName: serviceDataAccessAuthIdentity - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: serviceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - go: - name: ServiceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AzureDataLakeGen2 - language: - default: - name: AzureDataLakeGen2Datastore - description: Azure Data Lake Gen2 datastore configuration. - namespace: '' - go: - name: AzureDataLakeGen2Datastore - description: AzureDataLakeGen2Datastore - Azure Data Lake Gen2 datastore configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_447 + - &ref_744 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeAzureFile + discriminatorValue: AutoML parents: all: - - *ref_426 - - *ref_395 + - *ref_469 + - *ref_373 immediate: - - *ref_426 + - *ref_469 properties: - - schema: *ref_437 - required: true - serializedName: accountName - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: accountName - description: '[Required] Storage account name.' - go: - name: AccountName - description: REQUIRED; [Required] Storage account name. - protocol: {} - - schema: *ref_438 + - schema: *ref_470 nullable: true required: false - serializedName: endpoint - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: endpoint - description: Azure cloud endpoint for the storage account. - go: - name: Endpoint - description: Azure cloud endpoint for the storage account. - protocol: {} - - schema: *ref_439 - required: true - serializedName: fileShareName + serializedName: environmentId extensions: x-ms-mutability: - create - read language: default: - name: fileShareName - description: '[Required] The name of the Azure file share that the datastore points to.' - go: - name: FileShareName - description: REQUIRED; [Required] The name of the Azure file share that the datastore points to. + name: environmentId + description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." protocol: {} - - schema: *ref_440 + - schema: *ref_471 nullable: true required: false - serializedName: protocol - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: protocol - description: Protocol used to communicate with the storage account. - go: - name: Protocol - description: Protocol used to communicate with the storage account. - protocol: {} - - schema: *ref_431 - required: false - serializedName: serviceDataAccessAuthIdentity + serializedName: environmentVariables extensions: x-ms-mutability: - create - read language: default: - name: serviceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - go: - name: ServiceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. + name: environmentVariables + description: Environment variables included in the job. protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AzureFile - language: - default: - name: AzureFileDatastore - description: Azure File datastore configuration. - namespace: '' - go: - name: AzureFileDatastore - description: AzureFileDatastore - Azure File datastore configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_448 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeHdfs - parents: - all: - - *ref_426 - - *ref_395 - immediate: - - *ref_426 - properties: - - schema: *ref_441 + - schema: *ref_472 nullable: true required: false - serializedName: hdfsServerCertificate - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: hdfsServerCertificate - description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. - go: - name: HdfsServerCertificate - description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. - protocol: {} - - schema: *ref_442 - required: true - serializedName: nameNodeAddress + serializedName: outputs extensions: x-ms-mutability: - create - read language: default: - name: nameNodeAddress - description: '[Required] IP Address or DNS HostName.' - go: - name: NameNodeAddress - description: REQUIRED; [Required] IP Address or DNS HostName. + name: outputs + description: Mapping of output data bindings used in the job. protocol: {} - - schema: *ref_443 + - schema: *ref_473 nullable: true required: false - serializedName: protocol + serializedName: resources extensions: x-ms-mutability: - create - read + x-nullable: true language: default: - name: protocol - description: Protocol used to communicate with the storage account (Https/Http). - go: - name: Protocol - description: Protocol used to communicate with the storage account (Https/Http). + name: resources + description: Compute Resource configuration for the job. protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Hdfs - language: - default: - name: HdfsDatastore - description: '' - namespace: '' - go: - name: HdfsDatastore - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_448 - discriminator: &ref_839 - all: - AzureBlob: *ref_444 - AzureDataLakeGen1: *ref_445 - AzureDataLakeGen2: *ref_446 - AzureFile: *ref_447 - Hdfs: *ref_448 - immediate: - AzureBlob: *ref_444 - AzureDataLakeGen1: *ref_445 - AzureDataLakeGen2: *ref_446 - AzureFile: *ref_447 - Hdfs: *ref_448 - property: &ref_491 - schema: *ref_449 - isDiscriminator: true - required: true - serializedName: datastoreType - language: - default: - name: datastoreType - description: '[Required] Storage type backing the datastore.' - go: - name: DatastoreType - description: REQUIRED; [Required] Storage type backing the datastore. - protocol: {} - parents: &ref_840 - all: - - *ref_395 - immediate: - - *ref_395 - properties: - - schema: - type: object - children: &ref_450 - all: - - &ref_451 + - schema: &ref_476 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeAccountKey - parents: + children: all: - - &ref_452 + - &ref_474 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_450 - discriminator: &ref_489 + discriminatorValue: Classification + parents: all: - AccountKey: *ref_451 - Certificate: &ref_483 + - &ref_475 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeCertificate - parents: + children: all: - - *ref_452 - immediate: - - *ref_452 - properties: - - schema: *ref_453 - nullable: true - required: false - serializedName: authorityUrl - language: - default: - name: authorityUrl - description: Authority URL used for authentication. - go: - name: AuthorityURL - description: Authority URL used for authentication. - protocol: {} - - schema: *ref_454 - required: true - serializedName: clientId - language: - default: - name: clientId - description: '[Required] Service principal client ID.' - go: - name: ClientID - description: REQUIRED; [Required] Service principal client ID. - protocol: {} - - schema: *ref_455 - nullable: true - required: false - serializedName: resourceUrl - language: - default: - name: resourceUrl - description: Resource the service principal has access to. - go: - name: ResourceURL - description: Resource the service principal has access to. - protocol: {} - - schema: &ref_458 + - *ref_474 + - &ref_513 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeCertificate + discriminatorValue: Forecasting parents: all: - - &ref_456 + - *ref_475 + - *ref_476 + immediate: + - *ref_475 + - *ref_476 + properties: + - schema: &ref_1196 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_477 + language: + default: + name: ForecastingAllowedModels + description: Allowed models for forecasting task. + protocol: {} + nullable: true + serializedName: allowedModels + language: + default: + name: allowedModels + description: Allowed models for forecasting task. + protocol: {} + - schema: &ref_1197 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_477 + language: + default: + name: ForecastingBlockedModels + description: Blocked models for forecasting task. + protocol: {} + nullable: true + serializedName: blockedModels + language: + default: + name: blockedModels + description: Blocked models for forecasting task. + protocol: {} + - schema: &ref_1118 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_2039 - all: - - &ref_463 + properties: + - schema: *ref_478 + nullable: true + serializedName: countryOrRegionForHolidays + language: + default: + name: countryOrRegionForHolidays + description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." + protocol: {} + - schema: *ref_479 + serializedName: cvStepSize + language: + default: + name: cvStepSize + description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." + protocol: {} + - schema: *ref_480 + serializedName: featureLags + language: + default: + name: featureLags + description: Flag for generating lags for the numeric features with 'auto' or null. + protocol: {} + - schema: &ref_481 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeAccountKey - parents: + children: + all: + - &ref_483 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Auto + parents: + all: + - *ref_481 + immediate: + - *ref_481 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Auto + language: + default: + name: AutoForecastHorizon + description: Forecast horizon determined automatically by system. + namespace: '' + protocol: {} + - &ref_484 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_481 + immediate: + - *ref_481 + properties: + - schema: *ref_482 + required: true + serializedName: value + language: + default: + name: value + description: '[Required] Forecast horizon value.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Custom + language: + default: + name: CustomForecastHorizon + description: The desired maximum forecast horizon in units of time-series frequency. + namespace: '' + protocol: {} + immediate: + - *ref_483 + - *ref_484 + discriminator: all: - - *ref_456 + Auto: *ref_483 + Custom: *ref_484 immediate: - - *ref_456 - properties: - - schema: *ref_457 - nullable: true - serializedName: key + Auto: *ref_483 + Custom: *ref_484 + property: &ref_486 + schema: *ref_485 + isDiscriminator: true + required: true + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: key - description: Storage account key. - go: - name: Key - description: Storage account key. + name: mode + description: '[Required] Set forecast horizon value selection mode.' protocol: {} + properties: + - *ref_486 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: AccountKey language: default: - name: AccountKeyDatastoreSecrets - description: Datastore account key secrets. - namespace: '' - go: - name: AccountKeyDatastoreSecrets - description: AccountKeyDatastoreSecrets - Datastore account key secrets. - marshallingFormat: json + name: ForecastHorizon + description: The desired maximum forecast horizon in units of time-series frequency. namespace: '' protocol: {} - - *ref_458 - - &ref_464 + nullable: true + serializedName: forecastHorizon + extensions: + x-nullable: true + language: + default: + name: forecastHorizon + description: The desired maximum forecast horizon in units of time-series frequency. + protocol: {} + - schema: *ref_487 + nullable: true + serializedName: frequency + language: + default: + name: frequency + description: >- + When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast + frequency is dataset frequency by default. + protocol: {} + - schema: &ref_488 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeKerberosKeytab - parents: + children: + all: + - &ref_490 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Auto + parents: + all: + - *ref_488 + immediate: + - *ref_488 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Auto + language: + default: + name: AutoSeasonality + description: '' + namespace: '' + protocol: {} + - &ref_491 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_488 + immediate: + - *ref_488 + properties: + - schema: *ref_489 + required: true + serializedName: value + language: + default: + name: value + description: '[Required] Seasonality value.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Custom + language: + default: + name: CustomSeasonality + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_490 + - *ref_491 + discriminator: all: - - *ref_456 + Auto: *ref_490 + Custom: *ref_491 immediate: - - *ref_456 - properties: - - schema: *ref_459 - nullable: true - serializedName: kerberosKeytab + Auto: *ref_490 + Custom: *ref_491 + property: &ref_493 + schema: *ref_492 + isDiscriminator: true + required: true + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: kerberosKeytab - description: Kerberos keytab secret. - go: - name: KerberosKeytab - description: Kerberos keytab secret. + name: mode + description: '[Required] Seasonality mode.' protocol: {} + properties: + - *ref_493 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: KerberosKeytab language: default: - name: KerberosKeytabSecrets - description: '' - namespace: '' - go: - name: KerberosKeytabSecrets - description: '' - marshallingFormat: json + name: Seasonality + description: Forecasting seasonality. namespace: '' protocol: {} - - &ref_465 + nullable: true + serializedName: seasonality + extensions: + x-nullable: true + language: + default: + name: seasonality + description: "Set time series seasonality as an integer multiple of the series frequency.\r\nIf seasonality is set to 'auto', it will be inferred." + protocol: {} + - schema: *ref_494 + serializedName: shortSeriesHandlingConfig + language: + default: + name: shortSeriesHandlingConfig + description: The parameter defining how if AutoML should handle short time series. + protocol: {} + - schema: *ref_495 + serializedName: targetAggregateFunction + language: + default: + name: targetAggregateFunction + description: "The function to be used to aggregate the time series target column to conform to a user specified frequency.\r\nIf the TargetAggregateFunction is set i.e. not 'None', but the freq parameter is not set, the error is raised. The possible target aggregation functions are: \"sum\", \"max\", \"min\" and \"mean\"." + protocol: {} + - schema: &ref_496 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeKerberosPassword - parents: + children: + all: + - &ref_497 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Auto + parents: + all: + - *ref_496 + immediate: + - *ref_496 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Auto + language: + default: + name: AutoTargetLags + description: '' + namespace: '' + protocol: {} + - &ref_498 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_496 + immediate: + - *ref_496 + properties: + - schema: &ref_1195 + type: array + elementType: *ref_184 + language: + default: + name: ArrayOfArrayItemschema + description: '[Required] Set target lags values.' + protocol: {} + required: true + serializedName: values + language: + default: + name: values + description: '[Required] Set target lags values.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Custom + language: + default: + name: CustomTargetLags + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_497 + - *ref_498 + discriminator: all: - - *ref_456 + Auto: *ref_497 + Custom: *ref_498 immediate: - - *ref_456 - properties: - - schema: *ref_460 - nullable: true - serializedName: kerberosPassword + Auto: *ref_497 + Custom: *ref_498 + property: &ref_500 + schema: *ref_499 + isDiscriminator: true + required: true + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: kerberosPassword - description: Kerberos password secret. - go: - name: KerberosPassword - description: Kerberos password secret. + name: mode + description: '[Required] Set target lags mode - Auto/Custom' protocol: {} + properties: + - *ref_500 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: KerberosPassword language: default: - name: KerberosPasswordSecrets - description: '' - namespace: '' - go: - name: KerberosPasswordSecrets - description: '' - marshallingFormat: json + name: TargetLags + description: The number of past periods to lag from the target column. namespace: '' protocol: {} - - &ref_466 + nullable: true + serializedName: targetLags + extensions: + x-nullable: true + language: + default: + name: targetLags + description: The number of past periods to lag from the target column. + protocol: {} + - schema: &ref_501 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeSas - parents: + children: + all: + - &ref_503 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Auto + parents: + all: + - *ref_501 + immediate: + - *ref_501 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Auto + language: + default: + name: AutoTargetRollingWindowSize + description: Target lags rolling window determined automatically. + namespace: '' + protocol: {} + - &ref_504 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_501 + immediate: + - *ref_501 + properties: + - schema: *ref_502 + required: true + serializedName: value + language: + default: + name: value + description: '[Required] TargetRollingWindowSize value.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Custom + language: + default: + name: CustomTargetRollingWindowSize + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_503 + - *ref_504 + discriminator: all: - - *ref_456 + Auto: *ref_503 + Custom: *ref_504 immediate: - - *ref_456 - properties: - - schema: *ref_461 - nullable: true - serializedName: sasToken + Auto: *ref_503 + Custom: *ref_504 + property: &ref_506 + schema: *ref_505 + isDiscriminator: true + required: true + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: sasToken - description: Storage container SAS token. - go: - name: SasToken - description: Storage container SAS token. + name: mode + description: '[Required] TargetRollingWindowSiz detection mode.' protocol: {} + properties: + - *ref_506 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Sas language: default: - name: SasDatastoreSecrets - description: Datastore SAS secrets. - namespace: '' - go: - name: SasDatastoreSecrets - description: SasDatastoreSecrets - Datastore SAS secrets. - marshallingFormat: json + name: TargetRollingWindowSize + description: Forecasting target rolling window size. namespace: '' protocol: {} - - &ref_467 - type: object + nullable: true + serializedName: targetRollingWindowSize + extensions: + x-nullable: true + language: + default: + name: targetRollingWindowSize + description: The number of past periods used to create a rolling window average of the target column. + protocol: {} + - schema: *ref_507 + nullable: true + serializedName: timeColumnName + language: + default: + name: timeColumnName + description: >- + The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the + time series and inferring its frequency. + protocol: {} + - schema: &ref_1198 + type: array apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeServicePrincipal - parents: - all: - - *ref_456 - immediate: - - *ref_456 - properties: - - schema: *ref_462 - nullable: true - serializedName: clientSecret - language: - default: - name: clientSecret - description: Service principal secret. - go: - name: ClientSecret - description: Service principal secret. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: ServicePrincipal + elementType: *ref_508 language: default: - name: ServicePrincipalDatastoreSecrets - description: Datastore Service Principal secrets. - namespace: '' - go: - name: ServicePrincipalDatastoreSecrets - description: ServicePrincipalDatastoreSecrets - Datastore Service Principal secrets. - marshallingFormat: json - namespace: '' + name: ForecastingSettingsTimeSeriesIdColumnNames + description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." protocol: {} - immediate: - - *ref_463 - - *ref_458 - - *ref_464 - - *ref_465 - - *ref_466 - - *ref_467 - discriminator: &ref_2040 - all: - AccountKey: *ref_463 - Certificate: *ref_458 - KerberosKeytab: *ref_464 - KerberosPassword: *ref_465 - Sas: *ref_466 - ServicePrincipal: *ref_467 - immediate: - AccountKey: *ref_463 - Certificate: *ref_458 - KerberosKeytab: *ref_464 - KerberosPassword: *ref_465 - Sas: *ref_466 - ServicePrincipal: *ref_467 - property: &ref_469 - schema: *ref_468 - isDiscriminator: true - required: true - serializedName: secretsType + nullable: true + serializedName: timeSeriesIdColumnNames language: default: - name: secretsType - description: '[Required] Credential type used to authentication with storage.' - go: - name: SecretsType - description: REQUIRED; [Required] Credential type used to authentication with storage. + name: timeSeriesIdColumnNames + description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." protocol: {} - properties: - - *ref_469 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: DatastoreSecrets - description: Base definition for datastore secrets. - namespace: '' - go: - name: DatastoreSecrets - description: DatastoreSecrets - Base definition for datastore secrets. - discriminatorInterface: DatastoreSecretsClassification - discriminatorTypes: - - '*AccountKeyDatastoreSecrets' - - '*CertificateDatastoreSecrets' - - '*DatastoreSecrets' - - '*KerberosKeytabSecrets' - - '*KerberosPasswordSecrets' - - '*SasDatastoreSecrets' - - '*ServicePrincipalDatastoreSecrets' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_456 - properties: - - schema: *ref_470 - nullable: true - serializedName: certificate - language: - default: - name: certificate - description: Service principal certificate. - go: - name: Certificate - description: Service principal certificate. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Certificate - language: - default: - name: CertificateDatastoreSecrets - description: Datastore certificate secrets. - namespace: '' - go: - name: CertificateDatastoreSecrets - description: CertificateDatastoreSecrets - Datastore certificate secrets. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: Certificate - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Service principal secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Service principal secrets. - protocol: {} - - schema: *ref_471 - required: true - serializedName: tenantId - language: - default: - name: tenantId - description: '[Required] ID of the tenant to which the service principal belongs.' - go: - name: TenantID - description: REQUIRED; [Required] ID of the tenant to which the service principal belongs. - protocol: {} - - schema: *ref_472 - required: true - serializedName: thumbprint - language: - default: - name: thumbprint - description: '[Required] Thumbprint of the certificate used for authentication.' - go: - name: Thumbprint - description: REQUIRED; [Required] Thumbprint of the certificate used for authentication. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Certificate - language: - default: - name: CertificateDatastoreCredentials - description: Certificate datastore credentials configuration. - namespace: '' - go: - name: CertificateDatastoreCredentials - description: CertificateDatastoreCredentials - Certificate datastore credentials configuration. - marshallingFormat: json - namespace: '' - protocol: {} - KerberosKeytab: &ref_473 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeKerberosKeytab - parents: - all: - - &ref_474 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_473 - - &ref_475 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeKerberosPassword - parents: - all: - - *ref_474 - - *ref_452 - immediate: - - *ref_474 - - *ref_452 - properties: - - schema: *ref_465 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: KerberosPassword - x-ms-mutability: - - create - - update - x-ms-secret: true + - schema: *ref_509 + serializedName: useStl language: default: - name: secrets - description: '[Required] Kerberos password secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Kerberos password secrets. + name: useStl + description: Configure STL Decomposition of the time-series target column. protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: KerberosPassword language: default: - name: KerberosPasswordCredentials - description: '' - namespace: '' - go: - name: KerberosPasswordCredentials - description: '' - marshallingFormat: json + name: ForecastingSettings + description: Forecasting specific parameters. namespace: '' protocol: {} - immediate: - - *ref_473 - - *ref_475 - properties: - - schema: *ref_476 - required: true - serializedName: kerberosKdcAddress - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: kerberosKdcAddress - description: '[Required] IP Address or DNS HostName.' - go: - name: KerberosKdcAddress - description: REQUIRED; [Required] IP Address or DNS HostName. - protocol: {} - - schema: *ref_477 - required: true - serializedName: kerberosPrincipal - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: kerberosPrincipal - description: '[Required] Kerberos Username' - go: - name: KerberosPrincipal - description: REQUIRED; [Required] Kerberos Username - protocol: {} - - schema: *ref_478 - required: true - serializedName: kerberosRealm + nullable: true + serializedName: forecastingSettings extensions: - x-ms-mutability: - - create - - read - language: - default: - name: kerberosRealm - description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' - go: - name: KerberosRealm - description: REQUIRED; [Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: KerberosCredentials - description: '' - namespace: '' - go: - name: KerberosCredentials - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_452 - immediate: - - *ref_474 - - *ref_452 - properties: - - schema: *ref_464 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: KerberosKeytab - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Keytab secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Keytab secrets. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: KerberosKeytab - language: - default: - name: KerberosKeytabCredentials - description: '' - namespace: '' - go: - name: KerberosKeytabCredentials - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - KerberosPassword: *ref_475 - None: &ref_484 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeNone - parents: - all: - - *ref_452 - immediate: - - *ref_452 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: None - language: - default: - name: NoneDatastoreCredentials - description: Empty/none datastore credentials. - namespace: '' - go: - name: NoneDatastoreCredentials - description: NoneDatastoreCredentials - Empty/none datastore credentials. - marshallingFormat: json - namespace: '' - protocol: {} - Sas: &ref_485 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeSas - parents: - all: - - *ref_452 - immediate: - - *ref_452 - properties: - - schema: *ref_466 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: Sas - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Storage container secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Storage container secrets. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Sas - language: - default: - name: SasDatastoreCredentials - description: SAS datastore credentials configuration. - namespace: '' - go: - name: SasDatastoreCredentials - description: SasDatastoreCredentials - SAS datastore credentials configuration. - marshallingFormat: json - namespace: '' - protocol: {} - ServicePrincipal: &ref_486 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeServicePrincipal - parents: - all: - - *ref_452 + x-nullable: true + language: + default: + name: forecastingSettings + description: Forecasting task specific inputs. + protocol: {} + - schema: *ref_510 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric for forecasting task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Forecasting + language: + default: + name: Forecasting + description: Forecasting task in AutoML Table vertical. + namespace: '' + protocol: {} + - &ref_514 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Regression + parents: + all: + - *ref_475 + - *ref_476 + immediate: + - *ref_475 + - *ref_476 + properties: + - schema: &ref_1205 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_511 + language: + default: + name: RegressionAllowedModels + description: Allowed models for regression task. + protocol: {} + nullable: true + serializedName: allowedModels + language: + default: + name: allowedModels + description: Allowed models for regression task. + protocol: {} + - schema: &ref_1206 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_511 + language: + default: + name: RegressionBlockedModels + description: Blocked models for regression task. + protocol: {} + nullable: true + serializedName: blockedModels + language: + default: + name: blockedModels + description: Blocked models for regression task. + protocol: {} + - schema: *ref_512 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric for regression task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Regression + language: + default: + name: Regression + description: Regression task in AutoML Table vertical. + namespace: '' + protocol: {} immediate: - - *ref_452 + - *ref_474 + - *ref_513 + - *ref_514 properties: - - schema: *ref_479 - nullable: true - required: false - serializedName: authorityUrl - language: - default: - name: authorityUrl - description: Authority URL used for authentication. - go: - name: AuthorityURL - description: Authority URL used for authentication. - protocol: {} - - schema: *ref_480 - required: true - serializedName: clientId - language: - default: - name: clientId - description: '[Required] Service principal client ID.' - go: - name: ClientID - description: REQUIRED; [Required] Service principal client ID. - protocol: {} - - schema: *ref_481 - nullable: true - required: false - serializedName: resourceUrl - language: - default: - name: resourceUrl - description: Resource the service principal has access to. - go: - name: ResourceURL - description: Resource the service principal has access to. - protocol: {} - - schema: *ref_467 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: ServicePrincipal - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Service principal secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Service principal secrets. - protocol: {} - - schema: *ref_482 - required: true - serializedName: tenantId - language: - default: - name: tenantId - description: '[Required] ID of the tenant to which the service principal belongs.' - go: - name: TenantID - description: REQUIRED; [Required] ID of the tenant to which the service principal belongs. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: ServicePrincipal - language: - default: - name: ServicePrincipalDatastoreCredentials - description: Service Principal datastore credentials configuration. - namespace: '' - go: - name: ServicePrincipalDatastoreCredentials - description: ServicePrincipalDatastoreCredentials - Service Principal datastore credentials configuration. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - AccountKey: *ref_451 - Certificate: *ref_483 - KerberosKeytab: *ref_473 - KerberosPassword: *ref_475 - None: *ref_484 - Sas: *ref_485 - ServicePrincipal: *ref_486 - property: &ref_488 - schema: *ref_487 - isDiscriminator: true - required: true - serializedName: credentialsType - language: - default: - name: credentialsType - description: '[Required] Credential type used to authentication with storage.' - go: - name: CredentialsType - description: REQUIRED; [Required] Credential type used to authentication with storage. - protocol: {} - properties: - - *ref_488 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: DatastoreCredentials - description: Base definition for datastore credentials. - namespace: '' - go: - name: DatastoreCredentials - description: DatastoreCredentials - Base definition for datastore credentials. - discriminatorInterface: DatastoreCredentialsClassification - discriminatorTypes: - - '*AccountKeyDatastoreCredentials' - - '*CertificateDatastoreCredentials' - - '*DatastoreCredentials' - - '*KerberosKeytabCredentials' - - '*KerberosPasswordCredentials' - - '*NoneDatastoreCredentials' - - '*SasDatastoreCredentials' - - '*ServicePrincipalDatastoreCredentials' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_452 - properties: - - schema: *ref_463 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: AccountKey - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Storage account secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Storage account secrets. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AccountKey - language: - default: - name: AccountKeyDatastoreCredentials - description: Account key datastore credentials configuration. - namespace: '' - go: - name: AccountKeyDatastoreCredentials - description: AccountKeyDatastoreCredentials - Account key datastore credentials configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_483 - - *ref_473 - - *ref_475 - - *ref_484 - - *ref_485 - - *ref_486 - immediate: - - *ref_451 - - *ref_483 - - *ref_473 - - *ref_475 - - *ref_484 - - *ref_485 - - *ref_486 - discriminator: *ref_489 - language: - default: &ref_490 - name: DatastoreCredentialsClassification - description: discriminated type - discriminatorInterface: DatastoreCredentialsClassification - go: *ref_490 - protocol: {} - required: true - serializedName: credentials - language: - default: - name: credentials - description: '[Required] Account credentials.' - go: - name: Credentials - description: REQUIRED; [Required] Account credentials. - byValue: true - protocol: {} - - *ref_491 - - schema: *ref_492 - readOnly: true - required: false - serializedName: isDefault - extensions: - x-ms-mutability: *ref_493 - language: - default: - name: isDefault - description: Readonly property to indicate if datastore is the workspace default datastore - go: - name: IsDefault - description: READ-ONLY; Readonly property to indicate if datastore is the workspace default datastore - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: DatastoreDetails - description: Base definition for datastore contents configuration. - namespace: '' - go: - name: DatastoreDetails - description: DatastoreDetails - Base definition for datastore contents configuration. - discriminatorInterface: DatastoreDetailsClassification - discriminatorTypes: - - '*AzureBlobDatastore' - - '*AzureDataLakeGen1Datastore' - - '*AzureDataLakeGen2Datastore' - - '*AzureFileDatastore' - - '*DatastoreDetails' - - '*HdfsDatastore' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - - &ref_829 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_393 - - *ref_395 - immediate: - - *ref_393 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: EnvironmentContainerDetails - description: Container for environment specification versions. - namespace: '' - go: - name: EnvironmentContainerDetails - description: EnvironmentContainerDetails - Container for environment specification versions. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_420 - - &ref_494 - type: object - apiVersions: - - version: 2022-02-01-preview - children: &ref_842 - all: - - &ref_801 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: JobTypeAutoML - parents: - all: - - *ref_494 - - *ref_395 - immediate: - - *ref_494 - properties: - - schema: *ref_495 - nullable: true - required: false - serializedName: environmentId - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: environmentId - description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." - go: - name: EnvironmentID - description: >- - The ARM resource ID of the Environment specification for the job. This is optional value to provide, if not provided, AutoML will default this to Production AutoML curated - environment version when - - running the job. - protocol: {} - - schema: *ref_496 - nullable: true - required: false - serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - x-ms-mutability: - - create - - read - language: - default: - name: environmentVariables - description: Environment variables included in the job. - go: - name: EnvironmentVariables - description: Environment variables included in the job. - byValue: true - protocol: {} - - schema: &ref_780 - type: dictionary - elementType: - type: object - children: *ref_497 - discriminator: *ref_498 - language: - default: &ref_499 - name: JobOutputClassification - description: discriminated type - discriminatorInterface: JobOutputClassification - go: *ref_499 - protocol: {} - language: - default: &ref_500 - name: map[string]JobOutputClassification - description: map of discriminators - go: *ref_500 - protocol: {} - nullable: true - required: false - serializedName: outputs - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - x-ms-mutability: - - create - - read - language: - default: - name: outputs - description: Mapping of output data bindings used in the job. - go: - name: Outputs - description: Mapping of output data bindings used in the job. - byValue: true - protocol: {} - - schema: *ref_501 - nullable: true - required: false - serializedName: resources - extensions: - x-ms-mutability: - - create - - read - x-nullable: true - language: - default: - name: resources - description: Compute Resource configuration for the job. - go: - name: Resources - description: Compute Resource configuration for the job. - protocol: {} - - schema: - type: object - children: &ref_504 - all: - - &ref_502 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TaskTypeClassification - parents: - all: - - &ref_503 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_502 - - &ref_505 + - schema: &ref_515 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeForecasting parents: all: - - *ref_503 - - &ref_508 + - &ref_516 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_504 - discriminator: &ref_748 + children: all: - Classification: *ref_502 - Forecasting: *ref_505 - ImageClassification: &ref_506 + - *ref_515 + - &ref_529 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeImageClassification parents: all: - - &ref_507 + - *ref_516 + immediate: + - *ref_516 + properties: + - schema: &ref_525 type: object apiVersions: - version: 2022-02-01-preview - children: + parents: all: - - *ref_506 - - &ref_509 + - &ref_517 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeImageClassificationMultilabel - parents: + children: all: - - *ref_507 - - *ref_508 - - &ref_511 + - &ref_526 type: object apiVersions: - version: 2022-02-01-preview - children: + parents: all: - - *ref_507 - - *ref_506 - - *ref_509 - - &ref_510 + - *ref_517 + immediate: + - *ref_517 + properties: + - schema: &ref_1190 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_518 + language: + default: + name: TableVerticalValidationDataSettingsCvSplitColumnNames + description: Columns to use for CVSplit data. + protocol: {} + serializedName: cvSplitColumnNames + language: + default: + name: cvSplitColumnNames + description: Columns to use for CVSplit data. + protocol: {} + - schema: &ref_519 type: object apiVersions: - version: 2022-02-01-preview children: all: - - &ref_514 + - &ref_521 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeImageInstanceSegmentation + discriminatorValue: Auto parents: all: - - *ref_510 - - *ref_508 - - *ref_511 + - *ref_519 immediate: - - *ref_510 - - *ref_508 - properties: - - schema: *ref_512 - serializedName: primaryMetric - language: - default: - name: primaryMetric - description: Primary metric to optimize for this task. - go: - name: PrimaryMetric - description: Primary metric to optimize for this task. - protocol: {} + - *ref_519 serializationFormats: - json usage: - output - input extensions: - x-ms-discriminator-value: ImageInstanceSegmentation + x-ms-discriminator-value: Auto language: default: - name: ImageInstanceSegmentation - description: "Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level,\r\ndrawing a polygon around each object in the image." - namespace: '' - go: - name: ImageInstanceSegmentation - description: >- - ImageInstanceSegmentation - Image Instance Segmentation. Instance segmentation is used to identify objects in an - image at the pixel level, drawing a polygon around each object in the image. - marshallingFormat: json + name: AutoNCrossValidations + description: N-Cross validations determined automatically. namespace: '' protocol: {} - - &ref_515 + - &ref_522 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeImageObjectDetection + discriminatorValue: Custom parents: all: - - *ref_510 - - *ref_508 - - *ref_511 + - *ref_519 immediate: - - *ref_510 - - *ref_508 + - *ref_519 properties: - - schema: *ref_513 - serializedName: primaryMetric + - schema: *ref_520 + required: true + serializedName: value language: default: - name: primaryMetric - description: Primary metric to optimize for this task. - go: - name: PrimaryMetric - description: Primary metric to optimize for this task. + name: value + description: '[Required] N-Cross validations value.' protocol: {} serializationFormats: - json @@ -24955,2451 +18841,39 @@ schemas: - output - input extensions: - x-ms-discriminator-value: ImageObjectDetection + x-ms-discriminator-value: Custom language: default: - name: ImageObjectDetection - description: "Image Object Detection. Object detection is used to identify objects in an image and locate each object with a\r\nbounding box e.g. locate all dogs and cats in an image and draw a bounding box around each." - namespace: '' - go: - name: ImageObjectDetection - description: >- - ImageObjectDetection - Image Object Detection. Object detection is used to identify objects in an image and locate - each object with a bounding box e.g. locate all dogs and cats in an image and draw a bounding box around - - each. - marshallingFormat: json + name: CustomNCrossValidations + description: N-Cross validations are specified by user. namespace: '' protocol: {} immediate: - - *ref_514 - - *ref_515 - parents: - all: - - *ref_511 - immediate: - - *ref_511 - properties: - - schema: &ref_521 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - &ref_516 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - &ref_522 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_516 - immediate: - - *ref_516 - properties: - - schema: *ref_517 - nullable: true - serializedName: trainingCropSize - language: - default: - name: trainingCropSize - description: >- - Image crop size that is input to the neural network for the training dataset. Must be a positive - integer. - go: - name: TrainingCropSize - description: >- - Image crop size that is input to the neural network for the training dataset. Must be a positive - integer. - protocol: {} - - schema: *ref_518 - nullable: true - serializedName: validationCropSize - language: - default: - name: validationCropSize - description: >- - Image crop size that is input to the neural network for the validation dataset. Must be a positive - integer. - go: - name: ValidationCropSize - description: >- - Image crop size that is input to the neural network for the validation dataset. Must be a positive - integer. - protocol: {} - - schema: *ref_519 - nullable: true - serializedName: validationResizeSize - language: - default: - name: validationResizeSize - description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. - go: - name: ValidationResizeSize - description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. - protocol: {} - - schema: *ref_520 - nullable: true - serializedName: weightedLoss - language: - default: - name: weightedLoss - description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." - go: - name: WeightedLoss - description: >- - Weighted loss. The accepted values are 0 for no weighted loss. 1 for weighted loss with - sqrt.(classweights). 2 for weighted loss with classweights. Must be 0 or 1 or 2. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelSettingsClassification - description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelSettingsClassification - description: >- - ImageModelSettingsClassification - Settings used for training the model. For more information on the - available settings please visit the official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_521 - immediate: - - *ref_522 - - *ref_521 - properties: - - schema: *ref_523 - nullable: true - serializedName: advancedSettings - language: - default: - name: advancedSettings - description: Settings for advanced scenarios. - go: - name: AdvancedSettings - description: Settings for advanced scenarios. - protocol: {} - - schema: *ref_524 - nullable: true - serializedName: amsGradient - language: - default: - name: amsGradient - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - go: - name: AmsGradient - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - protocol: {} - - schema: *ref_525 - nullable: true - serializedName: augmentations - language: - default: - name: augmentations - description: Settings for using Augmentations. - go: - name: Augmentations - description: Settings for using Augmentations. - protocol: {} - - schema: *ref_526 - nullable: true - serializedName: beta1 - language: - default: - name: beta1 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: Beta1 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_527 - nullable: true - serializedName: beta2 - language: - default: - name: beta2 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: Beta2 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_528 - nullable: true - serializedName: checkpointDatasetId - language: - default: - name: checkpointDatasetId - description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." - go: - name: CheckpointDatasetID - description: >- - FileDataset id for pretrained checkpoint(s) for incremental training. Make sure to pass - CheckpointFilename along with CheckpointDatasetId. - protocol: {} - - schema: *ref_529 - nullable: true - serializedName: checkpointFilename - language: - default: - name: checkpointFilename - description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." - go: - name: CheckpointFilename - description: >- - The pretrained checkpoint filename in FileDataset for incremental training. Make sure to pass - CheckpointDatasetId along with CheckpointFilename. - protocol: {} - - schema: *ref_530 - nullable: true - serializedName: checkpointFrequency - language: - default: - name: checkpointFrequency - description: Frequency to store model checkpoints. Must be a positive integer. - go: - name: CheckpointFrequency - description: Frequency to store model checkpoints. Must be a positive integer. - protocol: {} - - schema: *ref_531 - nullable: true - serializedName: checkpointRunId - language: - default: - name: checkpointRunId - description: The id of a previous run that has a pretrained checkpoint for incremental training. - go: - name: CheckpointRunID - description: The id of a previous run that has a pretrained checkpoint for incremental training. - protocol: {} - - schema: *ref_532 - nullable: true - serializedName: distributed - language: - default: - name: distributed - description: Whether to use distributed training. - go: - name: Distributed - description: Whether to use distributed training. - protocol: {} - - schema: *ref_533 - nullable: true - serializedName: earlyStopping - language: - default: - name: earlyStopping - description: Enable early stopping logic during training. - go: - name: EarlyStopping - description: Enable early stopping logic during training. - protocol: {} - - schema: *ref_534 - nullable: true - serializedName: earlyStoppingDelay - language: - default: - name: earlyStoppingDelay - description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." - go: - name: EarlyStoppingDelay - description: >- - Minimum number of epochs or validation evaluations to wait before primary metric improvement is tracked - for early stopping. Must be a positive integer. - protocol: {} - - schema: *ref_535 - nullable: true - serializedName: earlyStoppingPatience - language: - default: - name: earlyStoppingPatience - description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." - go: - name: EarlyStoppingPatience - description: >- - Minimum number of epochs or validation evaluations with no primary metric improvement before the run is - stopped. Must be a positive integer. - protocol: {} - - schema: *ref_536 - nullable: true - serializedName: enableOnnxNormalization - language: - default: - name: enableOnnxNormalization - description: Enable normalization when exporting ONNX model. - go: - name: EnableOnnxNormalization - description: Enable normalization when exporting ONNX model. - protocol: {} - - schema: *ref_537 - nullable: true - serializedName: evaluationFrequency - language: - default: - name: evaluationFrequency - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - go: - name: EvaluationFrequency - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - protocol: {} - - schema: *ref_538 - nullable: true - serializedName: gradientAccumulationStep - language: - default: - name: gradientAccumulationStep - description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." - go: - name: GradientAccumulationStep - description: >- - Gradient accumulation means running a configured number of "GradAccumulationStep" steps without updating - the model weights while accumulating the gradients of those steps, and then using the - - accumulated gradients to compute the weight updates. Must be a positive integer. - protocol: {} - - schema: *ref_539 - nullable: true - serializedName: layersToFreeze - language: - default: - name: layersToFreeze - description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: LayersToFreeze - description: >- - Number of layers to freeze for the model. Must be a positive integer. For instance, passing 2 as value - for 'seresnext' means freezing layer0 and layer1. For a full list of models supported and details - - on layer freeze, please see: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - protocol: {} - - schema: *ref_540 - nullable: true - serializedName: learningRate - language: - default: - name: learningRate - description: Initial learning rate. Must be a float in the range [0, 1]. - go: - name: LearningRate - description: Initial learning rate. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_541 - serializedName: learningRateScheduler - language: - default: - name: learningRateScheduler - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - go: - name: LearningRateScheduler - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - protocol: {} - - schema: *ref_542 - nullable: true - serializedName: modelName - language: - default: - name: modelName - description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: ModelName - description: >- - Name of the model to use for training. For more information on the available models please visit the - official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - protocol: {} - - schema: *ref_543 - nullable: true - serializedName: momentum - language: - default: - name: momentum - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - go: - name: Momentum - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_544 - nullable: true - serializedName: nesterov - language: - default: - name: nesterov - description: Enable nesterov when optimizer is 'sgd'. - go: - name: Nesterov - description: Enable nesterov when optimizer is 'sgd'. - protocol: {} - - schema: *ref_545 - nullable: true - serializedName: numberOfEpochs - language: - default: - name: numberOfEpochs - description: Number of training epochs. Must be a positive integer. - go: - name: NumberOfEpochs - description: Number of training epochs. Must be a positive integer. - protocol: {} - - schema: *ref_546 - nullable: true - serializedName: numberOfWorkers - language: - default: - name: numberOfWorkers - description: Number of data loader workers. Must be a non-negative integer. - go: - name: NumberOfWorkers - description: Number of data loader workers. Must be a non-negative integer. - protocol: {} - - schema: *ref_547 - serializedName: optimizer - language: - default: - name: optimizer - description: Type of optimizer. - go: - name: Optimizer - description: Type of optimizer. - protocol: {} - - schema: *ref_548 - nullable: true - serializedName: randomSeed - language: - default: - name: randomSeed - description: Random seed to be used when using deterministic training. - go: - name: RandomSeed - description: Random seed to be used when using deterministic training. - protocol: {} - - schema: *ref_549 - nullable: true - serializedName: splitRatio - language: - default: - name: splitRatio - description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." - go: - name: SplitRatio - description: >- - If validation data is not defined, this specifies the split ratio for splitting train data into random - train and validation subsets. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_550 - nullable: true - serializedName: stepLRGamma - language: - default: - name: stepLRGamma - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - go: - name: StepLRGamma - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_551 - nullable: true - serializedName: stepLRStepSize - language: - default: - name: stepLRStepSize - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - go: - name: StepLRStepSize - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - protocol: {} - - schema: *ref_552 - nullable: true - serializedName: trainingBatchSize - language: - default: - name: trainingBatchSize - description: Training batch size. Must be a positive integer. - go: - name: TrainingBatchSize - description: Training batch size. Must be a positive integer. - protocol: {} - - schema: *ref_553 - nullable: true - serializedName: validationBatchSize - language: - default: - name: validationBatchSize - description: Validation batch size. Must be a positive integer. - go: - name: ValidationBatchSize - description: Validation batch size. Must be a positive integer. - protocol: {} - - schema: *ref_554 - nullable: true - serializedName: warmupCosineLRCycles - language: - default: - name: warmupCosineLRCycles - description: >- - Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, - 1]. - go: - name: WarmupCosineLRCycles - description: >- - Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, - 1]. - protocol: {} - - schema: *ref_555 - nullable: true - serializedName: warmupCosineLRWarmupEpochs - language: - default: - name: warmupCosineLRWarmupEpochs - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - go: - name: WarmupCosineLRWarmupEpochs - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - protocol: {} - - schema: *ref_556 - nullable: true - serializedName: weightDecay - language: - default: - name: weightDecay - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - go: - name: WeightDecay - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelSettings - description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelSettings - description: >- - ImageModelSettings - Settings used for training the model. For more information on the available settings - please visit the official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_516 - properties: - - schema: *ref_557 - nullable: true - serializedName: boxDetectionsPerImage - language: - default: - name: boxDetectionsPerImage - description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: BoxDetectionsPerImage - description: >- - Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is - not supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_558 - nullable: true - serializedName: boxScoreThreshold - language: - default: - name: boxScoreThreshold - description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." - go: - name: BoxScoreThreshold - description: >- - During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be a - float in the range[0, 1]. - protocol: {} - - schema: *ref_559 - nullable: true - serializedName: imageSize - language: - default: - name: imageSize - description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: ImageSize - description: >- - Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA OOM - if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_560 - nullable: true - serializedName: maxSize - language: - default: - name: maxSize - description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: MaxSize - description: >- - Maximum size of the image to be rescaled before feeding it to the backbone. Must be a positive integer. Note: - training run may get into CUDA OOM if the size is too big. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_561 - nullable: true - serializedName: minSize - language: - default: - name: minSize - description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: MinSize - description: >- - Minimum size of the image to be rescaled before feeding it to the backbone. Must be a positive integer. Note: - training run may get into CUDA OOM if the size is too big. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_562 - serializedName: modelSize - language: - default: - name: modelSize - description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: ModelSize - description: >- - Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the - model size is too big. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_563 - nullable: true - serializedName: multiScale - language: - default: - name: multiScale - description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: MultiScale - description: >- - Enable multi-scale image by varying image size by +/- 50%. Note: training run may get into CUDA OOM if no - sufficient GPU memory. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_564 - nullable: true - serializedName: nmsIouThreshold - language: - default: - name: nmsIouThreshold - description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. - go: - name: NmsIouThreshold - description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_565 - nullable: true - serializedName: tileGridSize - language: - default: - name: tileGridSize - description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TileGridSize - description: >- - The grid size to use for tiling each image. Note: TileGridSize must not be None to enable small object - detection logic. A string containing two integers in mxn format. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_566 - nullable: true - serializedName: tileOverlapRatio - language: - default: - name: tileOverlapRatio - description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TileOverlapRatio - description: >- - Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1). Note: This settings - is not supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_567 - nullable: true - serializedName: tilePredictionsNmsThreshold - language: - default: - name: tilePredictionsNmsThreshold - description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TilePredictionsNmsThreshold - description: >- - The IOU threshold to use to perform NMS while merging predictions from tiles and image. Used in validation/ - inference. Must be float in the range [0, 1]. Note: This settings is not supported for the - - 'yolov5' algorithm. - protocol: {} - - schema: *ref_568 - nullable: true - serializedName: validationIouThreshold - language: - default: - name: validationIouThreshold - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - go: - name: ValidationIouThreshold - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - protocol: {} - - schema: *ref_569 - serializedName: validationMetricType - language: - default: - name: validationMetricType - description: Metric computation method to use for validation metrics. - go: - name: ValidationMetricType - description: Metric computation method to use for validation metrics. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelSettingsObjectDetection - description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelSettingsObjectDetection - description: >- - ImageModelSettingsObjectDetection - Settings used for training the model. For more information on the available - settings please visit the official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: modelSettings - extensions: - x-nullable: true - language: - default: - name: modelSettings - description: Settings used for training the model. - go: - name: ModelSettings - description: Settings used for training the model. - protocol: {} - - schema: &ref_1280 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_575 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - &ref_570 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - &ref_576 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_570 - immediate: - - *ref_570 - properties: - - schema: *ref_571 - nullable: true - serializedName: trainingCropSize - language: - default: - name: trainingCropSize - description: >- - Image crop size that is input to the neural network for the training dataset. Must be a positive - integer. - go: - name: TrainingCropSize - description: >- - Image crop size that is input to the neural network for the training dataset. Must be a positive - integer. - protocol: {} - - schema: *ref_572 - nullable: true - serializedName: validationCropSize - language: - default: - name: validationCropSize - description: >- - Image crop size that is input to the neural network for the validation dataset. Must be a - positive integer. - go: - name: ValidationCropSize - description: >- - Image crop size that is input to the neural network for the validation dataset. Must be a - positive integer. - protocol: {} - - schema: *ref_573 - nullable: true - serializedName: validationResizeSize - language: - default: - name: validationResizeSize - description: >- - Image size to which to resize before cropping for validation dataset. Must be a positive - integer. - go: - name: ValidationResizeSize - description: >- - Image size to which to resize before cropping for validation dataset. Must be a positive - integer. - protocol: {} - - schema: *ref_574 - nullable: true - serializedName: weightedLoss - language: - default: - name: weightedLoss - description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." - go: - name: WeightedLoss - description: >- - Weighted loss. The accepted values are 0 for no weighted loss. 1 for weighted loss with - sqrt.(classweights). 2 for weighted loss with classweights. Must be 0 or 1 or 2. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelDistributionSettingsClassification - description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelDistributionSettingsClassification - description: >- - ImageModelDistributionSettingsClassification - Distribution expressions to sweep over values of - model settings.Some examples are:ModelName = "choice('seresnext', 'resnest50')"; LearningRate = - "uniform(0.001, 0.01)"; LayersToFreeze = "choice(0, - - 2)";For more details on how to compose distribution expressions please check the documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more - information - - on the available settings please visit the official documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_575 - immediate: - - *ref_576 - - *ref_575 - properties: - - schema: *ref_577 - nullable: true - serializedName: amsGradient - language: - default: - name: amsGradient - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - go: - name: AmsGradient - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - protocol: {} - - schema: *ref_578 - nullable: true - serializedName: augmentations - language: - default: - name: augmentations - description: Settings for using Augmentations. - go: - name: Augmentations - description: Settings for using Augmentations. - protocol: {} - - schema: *ref_579 - nullable: true - serializedName: beta1 - language: - default: - name: beta1 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: Beta1 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_580 - nullable: true - serializedName: beta2 - language: - default: - name: beta2 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: Beta2 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_581 - nullable: true - serializedName: distributed - language: - default: - name: distributed - description: Whether to use distributer training. - go: - name: Distributed - description: Whether to use distributer training. - protocol: {} - - schema: *ref_582 - nullable: true - serializedName: earlyStopping - language: - default: - name: earlyStopping - description: Enable early stopping logic during training. - go: - name: EarlyStopping - description: Enable early stopping logic during training. - protocol: {} - - schema: *ref_583 - nullable: true - serializedName: earlyStoppingDelay - language: - default: - name: earlyStoppingDelay - description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." - go: - name: EarlyStoppingDelay - description: >- - Minimum number of epochs or validation evaluations to wait before primary metric improvement is - tracked for early stopping. Must be a positive integer. - protocol: {} - - schema: *ref_584 - nullable: true - serializedName: earlyStoppingPatience - language: - default: - name: earlyStoppingPatience - description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." - go: - name: EarlyStoppingPatience - description: >- - Minimum number of epochs or validation evaluations with no primary metric improvement before the run - is stopped. Must be a positive integer. - protocol: {} - - schema: *ref_585 - nullable: true - serializedName: enableOnnxNormalization - language: - default: - name: enableOnnxNormalization - description: Enable normalization when exporting ONNX model. - go: - name: EnableOnnxNormalization - description: Enable normalization when exporting ONNX model. - protocol: {} - - schema: *ref_586 - nullable: true - serializedName: evaluationFrequency - language: - default: - name: evaluationFrequency - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - go: - name: EvaluationFrequency - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - protocol: {} - - schema: *ref_587 - nullable: true - serializedName: gradientAccumulationStep - language: - default: - name: gradientAccumulationStep - description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." - go: - name: GradientAccumulationStep - description: >- - Gradient accumulation means running a configured number of "GradAccumulationStep" steps without - updating the model weights while accumulating the gradients of those steps, and then using the - - accumulated gradients to compute the weight updates. Must be a positive integer. - protocol: {} - - schema: *ref_588 - nullable: true - serializedName: layersToFreeze - language: - default: - name: layersToFreeze - description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: LayersToFreeze - description: >- - Number of layers to freeze for the model. Must be a positive integer. For instance, passing 2 as value - for 'seresnext' means freezing layer0 and layer1. For a full list of models supported and details - - on layer freeze, please see: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - protocol: {} - - schema: *ref_589 - nullable: true - serializedName: learningRate - language: - default: - name: learningRate - description: Initial learning rate. Must be a float in the range [0, 1]. - go: - name: LearningRate - description: Initial learning rate. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_590 - nullable: true - serializedName: learningRateScheduler - language: - default: - name: learningRateScheduler - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - go: - name: LearningRateScheduler - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - protocol: {} - - schema: *ref_591 - nullable: true - serializedName: modelName - language: - default: - name: modelName - description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: ModelName - description: >- - Name of the model to use for training. For more information on the available models please visit the - official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - protocol: {} - - schema: *ref_592 - nullable: true - serializedName: momentum - language: - default: - name: momentum - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - go: - name: Momentum - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_593 - nullable: true - serializedName: nesterov - language: - default: - name: nesterov - description: Enable nesterov when optimizer is 'sgd'. - go: - name: Nesterov - description: Enable nesterov when optimizer is 'sgd'. - protocol: {} - - schema: *ref_594 - nullable: true - serializedName: numberOfEpochs - language: - default: - name: numberOfEpochs - description: Number of training epochs. Must be a positive integer. - go: - name: NumberOfEpochs - description: Number of training epochs. Must be a positive integer. - protocol: {} - - schema: *ref_595 - nullable: true - serializedName: numberOfWorkers - language: - default: - name: numberOfWorkers - description: Number of data loader workers. Must be a non-negative integer. - go: - name: NumberOfWorkers - description: Number of data loader workers. Must be a non-negative integer. - protocol: {} - - schema: *ref_596 - nullable: true - serializedName: optimizer - language: - default: - name: optimizer - description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. - go: - name: Optimizer - description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. - protocol: {} - - schema: *ref_597 - nullable: true - serializedName: randomSeed - language: - default: - name: randomSeed - description: Random seed to be used when using deterministic training. - go: - name: RandomSeed - description: Random seed to be used when using deterministic training. - protocol: {} - - schema: *ref_598 - nullable: true - serializedName: splitRatio - language: - default: - name: splitRatio - description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." - go: - name: SplitRatio - description: >- - If validation data is not defined, this specifies the split ratio for splitting train data into random - train and validation subsets. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_599 - nullable: true - serializedName: stepLRGamma - language: - default: - name: stepLRGamma - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - go: - name: StepLRGamma - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_600 - nullable: true - serializedName: stepLRStepSize - language: - default: - name: stepLRStepSize - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - go: - name: StepLRStepSize - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - protocol: {} - - schema: *ref_601 - nullable: true - serializedName: trainingBatchSize - language: - default: - name: trainingBatchSize - description: Training batch size. Must be a positive integer. - go: - name: TrainingBatchSize - description: Training batch size. Must be a positive integer. - protocol: {} - - schema: *ref_602 - nullable: true - serializedName: validationBatchSize - language: - default: - name: validationBatchSize - description: Validation batch size. Must be a positive integer. - go: - name: ValidationBatchSize - description: Validation batch size. Must be a positive integer. - protocol: {} - - schema: *ref_603 - nullable: true - serializedName: warmupCosineLRCycles - language: - default: - name: warmupCosineLRCycles - description: >- - Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range - [0, 1]. - go: - name: WarmupCosineLRCycles - description: >- - Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range - [0, 1]. - protocol: {} - - schema: *ref_604 - nullable: true - serializedName: warmupCosineLRWarmupEpochs - language: - default: - name: warmupCosineLRWarmupEpochs - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - go: - name: WarmupCosineLRWarmupEpochs - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - protocol: {} - - schema: *ref_605 - nullable: true - serializedName: weightDecay - language: - default: - name: weightDecay - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - go: - name: WeightDecay - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelDistributionSettings - description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nAll distributions can be specified as distribution_name(min, max) or choice(val1, val2, ..., valn)\r\nwhere distribution name can be: uniform, quniform, loguniform, etc\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelDistributionSettings - description: >- - ImageModelDistributionSettings - Distribution expressions to sweep over values of model settings.Some - examples are:ModelName = "choice('seresnext', 'resnest50')"; LearningRate = "uniform(0.001, 0.01)"; - LayersToFreeze = "choice(0, - - 2)";All distributions can be specified as distribution_name(min, max) or choice(val1, val2, …, valn) where - distribution name can be: uniform, quniform, loguniform, etc For more details on how to - - compose distribution expressions please check the documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more information - on the available settings - - please visit the official documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_570 - properties: - - schema: *ref_606 - nullable: true - serializedName: boxDetectionsPerImage - language: - default: - name: boxDetectionsPerImage - description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: BoxDetectionsPerImage - description: >- - Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is - not supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_607 - nullable: true - serializedName: boxScoreThreshold - language: - default: - name: boxScoreThreshold - description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." - go: - name: BoxScoreThreshold - description: >- - During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be - a float in the range[0, 1]. - protocol: {} - - schema: *ref_608 - nullable: true - serializedName: imageSize - language: - default: - name: imageSize - description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: ImageSize - description: >- - Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA - OOM if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_609 - nullable: true - serializedName: maxSize - language: - default: - name: maxSize - description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: MaxSize - description: >- - Maximum size of the image to be rescaled before feeding it to the backbone. Must be a positive integer. - Note: training run may get into CUDA OOM if the size is too big. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_610 - nullable: true - serializedName: minSize - language: - default: - name: minSize - description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: MinSize - description: >- - Minimum size of the image to be rescaled before feeding it to the backbone. Must be a positive integer. - Note: training run may get into CUDA OOM if the size is too big. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_611 - nullable: true - serializedName: modelSize - language: - default: - name: modelSize - description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: ModelSize - description: >- - Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the - model size is too big. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_612 - nullable: true - serializedName: multiScale - language: - default: - name: multiScale - description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: MultiScale - description: >- - Enable multi-scale image by varying image size by +/- 50%. Note: training run may get into CUDA OOM if no - sufficient GPU memory. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_613 - nullable: true - serializedName: nmsIouThreshold - language: - default: - name: nmsIouThreshold - description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. - go: - name: NmsIouThreshold - description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. - protocol: {} - - schema: *ref_614 - nullable: true - serializedName: tileGridSize - language: - default: - name: tileGridSize - description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TileGridSize - description: >- - The grid size to use for tiling each image. Note: TileGridSize must not be None to enable small object - detection logic. A string containing two integers in mxn format. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_615 - nullable: true - serializedName: tileOverlapRatio - language: - default: - name: tileOverlapRatio - description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TileOverlapRatio - description: >- - Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1). Note: This - settings is not supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_616 - nullable: true - serializedName: tilePredictionsNmsThreshold - language: - default: - name: tilePredictionsNmsThreshold - description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" - go: - name: TilePredictionsNmsThreshold - description: >- - The IOU threshold to use to perform NMS while merging predictions from tiles and image. Used in validation/ - inference. Must be float in the range [0, 1]. Note: This settings is not supported for the - - 'yolov5' algorithm. NMS: Non-maximum suppression - protocol: {} - - schema: *ref_617 - nullable: true - serializedName: validationIouThreshold - language: - default: - name: validationIouThreshold - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - go: - name: ValidationIouThreshold - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - protocol: {} - - schema: *ref_618 - nullable: true - serializedName: validationMetricType - language: - default: - name: validationMetricType - description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. - go: - name: ValidationMetricType - description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelDistributionSettingsObjectDetection - description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelDistributionSettingsObjectDetection - description: >- - ImageModelDistributionSettingsObjectDetection - Distribution expressions to sweep over values of model - settings.Some examples are:ModelName = "choice('seresnext', 'resnest50')"; LearningRate = "uniform(0.001, - 0.01)"; LayersToFreeze = "choice(0, - - 2)";For more details on how to compose distribution expressions please check the documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more information - - on the available settings please visit the official documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: [] - language: - default: - name: ImageObjectDetectionBaseSearchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - go: - name: '[]*ImageModelDistributionSettingsObjectDetection' - description: Search space for sampling different combinations of models and their hyperparameters. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: searchSpace - extensions: - x-ms-identifiers: [] - language: - default: - name: searchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - go: - name: SearchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageObjectDetectionBase - description: '' - namespace: '' - go: - name: ImageObjectDetectionBase - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_514 - - *ref_515 - immediate: - - *ref_507 - - *ref_510 - properties: - - schema: &ref_636 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: + - *ref_521 + - *ref_522 + discriminator: all: - - &ref_619 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - &ref_637 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_619 - immediate: - - *ref_619 - properties: - - schema: &ref_620 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - &ref_621 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_620 - - &ref_622 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_621 - immediate: - - *ref_621 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageVerticalValidationDataSettings - description: '' - namespace: '' - go: - name: ImageVerticalValidationDataSettings - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_623 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_621 - immediate: - - *ref_621 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NlpVerticalValidationDataSettings - description: '' - namespace: '' - go: - name: NlpVerticalValidationDataSettings - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_620 - - *ref_622 - - *ref_623 - properties: - - schema: *ref_39 - nullable: true - serializedName: data - extensions: - x-ms-discriminator-value: MLTable - x-nullable: true - language: - default: - name: data - description: Validation data MLTable. - go: - name: Data - description: Validation data MLTable. - protocol: {} - - schema: *ref_624 - nullable: true - serializedName: validationDataSize - language: - default: - name: validationDataSize - description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." - go: - name: ValidationDataSize - description: >- - The fraction of training dataset that needs to be set aside for validation purpose. Values - between (0.0 , 1.0) Applied when validation dataset is not provided. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ValidationDataSettings - description: Validation settings. - namespace: '' - go: - name: ValidationDataSettings - description: ValidationDataSettings - Validation settings. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_621 - properties: - - schema: &ref_1270 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_625 - language: - default: - name: TableVerticalValidationDataSettingsCvSplitColumnNames - description: Columns to use for CVSplit data. - go: - name: '[]*string' - description: Columns to use for CVSplit data. - elementIsPtr: true - marshallingFormat: json - protocol: {} - serializedName: cvSplitColumnNames - language: - default: - name: cvSplitColumnNames - description: Columns to use for CVSplit data. - go: - name: CvSplitColumnNames - description: Columns to use for CVSplit data. - byValue: true - protocol: {} - - schema: - type: object - children: &ref_626 - all: - - &ref_627 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: NCrossValidationsModeAuto - parents: - all: - - &ref_628 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_626 - discriminator: &ref_633 - all: - Auto: *ref_627 - Custom: &ref_630 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: NCrossValidationsModeCustom - parents: - all: - - *ref_628 - immediate: - - *ref_628 - properties: - - schema: *ref_629 - required: true - serializedName: value - language: - default: - name: value - description: '[Required] N-Cross validations value.' - go: - name: Value - description: REQUIRED; [Required] N-Cross validations value. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomNCrossValidations - description: N-Cross validations are specified by user. - namespace: '' - go: - name: CustomNCrossValidations - description: CustomNCrossValidations - N-Cross validations are specified by user. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Auto: *ref_627 - Custom: *ref_630 - property: &ref_632 - schema: *ref_631 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: mode - description: '[Required] Mode for determining N-Cross validations.' - go: - name: Mode - description: REQUIRED; [Required] Mode for determining N-Cross validations. - protocol: {} - properties: - - *ref_632 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NCrossValidations - description: N-Cross validations value. - namespace: '' - go: - name: NCrossValidations - description: NCrossValidations - N-Cross validations value. - discriminatorInterface: NCrossValidationsClassification - discriminatorTypes: - - '*AutoNCrossValidations' - - '*CustomNCrossValidations' - - '*NCrossValidations' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_628 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Auto - language: - default: - name: AutoNCrossValidations - description: N-Cross validations determined automatically. - namespace: '' - go: - name: AutoNCrossValidations - description: AutoNCrossValidations - N-Cross validations determined automatically. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_630 - immediate: - - *ref_627 - - *ref_630 - discriminator: *ref_633 - language: - default: &ref_634 - name: NCrossValidationsClassification - description: discriminated type - discriminatorInterface: NCrossValidationsClassification - go: *ref_634 - protocol: {} - nullable: true - serializedName: nCrossValidations - extensions: - x-nullable: true - language: - default: - name: nCrossValidations - description: "Number of cross validation folds to be applied on training dataset\r\nwhen validation dataset is not provided." - go: - name: NCrossValidations - description: >- - Number of cross validation folds to be applied on training dataset when validation dataset is not - provided. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TableVerticalValidationDataSettings - description: Validation settings for AutoML Table vertical tasks - Classification/Regression/Forecasting. - namespace: '' - go: - name: TableVerticalValidationDataSettings - description: >- - TableVerticalValidationDataSettings - Validation settings for AutoML Table vertical tasks - - Classification/Regression/Forecasting. - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: validationData - extensions: - x-nullable: true - language: - default: - name: validationData - description: Validation data inputs. - go: - name: ValidationData - description: Validation data inputs. - protocol: {} - - schema: *ref_635 - nullable: true - serializedName: weightColumnName - language: - default: - name: weightColumnName - description: >- - The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows - in the data to be weighted up or down. - go: - name: WeightColumnName - description: >- - The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows - in the data to be weighted up or down. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TableVerticalDataSettings - description: Class for data inputs. - namespace: '' - go: - name: TableVerticalDataSettings - description: TableVerticalDataSettings - Class for data inputs. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_636 - - &ref_638 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_619 - immediate: - - *ref_619 - properties: - - schema: *ref_623 - nullable: true - serializedName: validationData - extensions: - x-nullable: true - language: - default: - name: validationData - description: Validation data inputs. - go: - name: ValidationData - description: Validation data inputs. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NlpVerticalDataSettings - description: "Class for data inputs.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: NlpVerticalDataSettings - description: NlpVerticalDataSettings - Class for data inputs. NLP - Natural Language Processing. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_637 - - *ref_636 - - *ref_638 - properties: - - schema: *ref_639 - required: true - serializedName: targetColumnName - language: - default: - name: targetColumnName - description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." - go: - name: TargetColumnName - description: >- - REQUIRED; [Required] Target column name: This is prediction values column. Also known as label column name in - context of classification tasks. - protocol: {} - - schema: &ref_1191 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_39 - nullable: true - serializedName: data - extensions: - x-ms-discriminator-value: MLTable - x-nullable: true - language: - default: - name: data - description: Test data MLTable. - go: - name: Data - description: Test data MLTable. - protocol: {} - - schema: *ref_640 - nullable: true - serializedName: testDataSize - language: - default: - name: testDataSize - description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." - go: - name: TestDataSize - description: >- - The fraction of test dataset that needs to be set aside for validation purpose. Values between (0.0 , - 1.0) Applied when validation dataset is not provided. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TestDataSettings - description: Test data inputs. - namespace: '' - go: - name: TestDataSettings - description: TestDataSettings - Test data inputs. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - required: false - serializedName: testData - extensions: - x-nullable: true - language: - default: - name: testData - description: Test data input. - go: - name: TestData - description: Test data input. - protocol: {} - - schema: &ref_1192 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_39 - required: true - serializedName: data - extensions: - x-ms-discriminator-value: MLTable - language: - default: - name: data - description: '[Required] Training data MLTable.' - go: - name: Data - description: REQUIRED; [Required] Training data MLTable. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TrainingDataSettings - description: Training data input. - namespace: '' - go: - name: TrainingDataSettings - description: TrainingDataSettings - Training data input. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: trainingData - language: - default: - name: trainingData - description: '[Required] Training data input.' - go: - name: TrainingData - description: REQUIRED; [Required] Training data input. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: DataSettings - description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. - namespace: '' - go: - name: DataSettings - description: >- - DataSettings - Collection of registered Tabular Dataset Ids and other data settings required for training and - validating models. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_619 - properties: - - schema: *ref_622 - nullable: true - serializedName: validationData - extensions: - x-nullable: true - language: - default: - name: validationData - description: Settings for the validation dataset. - go: - name: ValidationData - description: Settings for the validation dataset. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageVerticalDataSettings - description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. - namespace: '' - go: - name: ImageVerticalDataSettings - description: >- - ImageVerticalDataSettings - Collection of registered Tabular Dataset Ids and other data settings required for training - and validating models. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: dataSettings - language: - default: - name: dataSettings - description: >- - [Required] Collection of registered Tabular Dataset Ids and other data settings required for training and validating - models. - go: - name: DataSettings - description: >- - REQUIRED; [Required] Collection of registered Tabular Dataset Ids and other data settings required for training and - validating models. - protocol: {} - - schema: &ref_1199 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_641 - serializedName: maxConcurrentTrials - language: - default: - name: maxConcurrentTrials - description: Maximum number of concurrent AutoML iterations. - go: - name: MaxConcurrentTrials - description: Maximum number of concurrent AutoML iterations. - protocol: {} - - schema: *ref_642 - serializedName: maxTrials - language: - default: - name: maxTrials - description: Maximum number of AutoML iterations. - go: - name: MaxTrials - description: Maximum number of AutoML iterations. - protocol: {} - - schema: *ref_643 - serializedName: timeout - language: - default: - name: timeout - description: AutoML job timeout. - go: - name: Timeout - description: AutoML job timeout. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageLimitSettings - description: Limit settings for the AutoML job. - namespace: '' - go: - name: ImageLimitSettings - description: ImageLimitSettings - Limit settings for the AutoML job. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: limitSettings - language: - default: - name: limitSettings - description: '[Required] Limit settings for the AutoML job.' - go: - name: LimitSettings - description: REQUIRED; [Required] Limit settings for the AutoML job. - protocol: {} - - schema: &ref_1200 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_783 - type: object - children: &ref_644 - all: - - &ref_645 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EarlyTerminationPolicyTypeBandit - parents: - all: - - &ref_646 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_644 - discriminator: &ref_656 - all: - Bandit: *ref_645 - MedianStopping: &ref_648 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EarlyTerminationPolicyTypeMedianStopping - parents: - all: - - *ref_646 - immediate: - - *ref_646 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: MedianStopping - language: - default: - name: MedianStoppingPolicy - description: Defines an early termination policy based on running averages of the primary metric of all runs - namespace: '' - go: - name: MedianStoppingPolicy - description: >- - MedianStoppingPolicy - Defines an early termination policy based on running averages of the - primary metric of all runs - marshallingFormat: json - namespace: '' - protocol: {} - TruncationSelection: &ref_649 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EarlyTerminationPolicyTypeTruncationSelection - parents: - all: - - *ref_646 - immediate: - - *ref_646 - properties: - - schema: *ref_647 - serializedName: truncationPercentage - language: - default: - name: truncationPercentage - description: The percentage of runs to cancel at each evaluation interval. - go: - name: TruncationPercentage - description: The percentage of runs to cancel at each evaluation interval. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TruncationSelection - language: - default: - name: TruncationSelectionPolicy - description: >- - Defines an early termination policy that cancels a given percentage of runs at each evaluation - interval. - namespace: '' - go: - name: TruncationSelectionPolicy - description: >- - TruncationSelectionPolicy - Defines an early termination policy that cancels a given percentage - of runs at each evaluation interval. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Bandit: *ref_645 - MedianStopping: *ref_648 - TruncationSelection: *ref_649 - property: &ref_653 - schema: *ref_650 - isDiscriminator: true - required: true - serializedName: policyType - language: - default: - name: policyType - description: '[Required] Name of policy configuration' - go: - name: PolicyType - description: REQUIRED; [Required] Name of policy configuration - protocol: {} - properties: - - schema: *ref_651 - required: false - serializedName: delayEvaluation - language: - default: - name: delayEvaluation - description: Number of intervals by which to delay the first evaluation. - go: - name: DelayEvaluation - description: Number of intervals by which to delay the first evaluation. - protocol: {} - - schema: *ref_652 - required: false - serializedName: evaluationInterval - language: - default: - name: evaluationInterval - description: Interval (number of runs) between policy evaluations. - go: - name: EvaluationInterval - description: Interval (number of runs) between policy evaluations. - protocol: {} - - *ref_653 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: EarlyTerminationPolicy - description: Early termination policies enable canceling poor-performing runs before they complete - namespace: '' - go: - name: EarlyTerminationPolicy - description: >- - EarlyTerminationPolicy - Early termination policies enable canceling poor-performing runs before they - complete - discriminatorInterface: EarlyTerminationPolicyClassification - discriminatorTypes: - - '*BanditPolicy' - - '*EarlyTerminationPolicy' - - '*MedianStoppingPolicy' - - '*TruncationSelectionPolicy' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_646 - properties: - - schema: *ref_654 - serializedName: slackAmount - language: - default: - name: slackAmount - description: Absolute distance allowed from the best performing run. - go: - name: SlackAmount - description: Absolute distance allowed from the best performing run. - protocol: {} - - schema: *ref_655 - serializedName: slackFactor - language: - default: - name: slackFactor - description: Ratio of the allowed distance from the best performing run. - go: - name: SlackFactor - description: Ratio of the allowed distance from the best performing run. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Bandit - language: - default: - name: BanditPolicy - description: >- - Defines an early termination policy based on slack criteria, and a frequency and delay interval for - evaluation - namespace: '' - go: - name: BanditPolicy - description: >- - BanditPolicy - Defines an early termination policy based on slack criteria, and a frequency and delay - interval for evaluation - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_648 - - *ref_649 - immediate: - - *ref_645 - - *ref_648 - - *ref_649 - discriminator: *ref_656 - language: - default: &ref_657 - name: EarlyTerminationPolicyClassification - description: discriminated type - discriminatorInterface: EarlyTerminationPolicyClassification - go: *ref_657 - protocol: {} - nullable: true - required: false - serializedName: earlyTermination - extensions: - x-nullable: true - language: - default: - name: earlyTermination - description: Type of early termination policy. - go: - name: EarlyTermination - description: Type of early termination policy. - byValue: true - protocol: {} - - schema: &ref_1201 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_658 - nullable: true - serializedName: maxConcurrentTrials - language: - default: - name: maxConcurrentTrials - description: Maximum number of concurrent iterations for the underlying Sweep job. - go: - name: MaxConcurrentTrials - description: Maximum number of concurrent iterations for the underlying Sweep job. - protocol: {} - - schema: *ref_659 - nullable: true - serializedName: maxTrials - language: - default: - name: maxTrials - description: Maximum number of iterations for the underlying Sweep job. - go: - name: MaxTrials - description: Maximum number of iterations for the underlying Sweep job. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageSweepLimitSettings - description: Limit settings for model sweeping and hyperparameter sweeping. - namespace: '' - go: - name: ImageSweepLimitSettings - description: ImageSweepLimitSettings - Limit settings for model sweeping and hyperparameter sweeping. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: limits - language: - default: - name: limits - description: '[Required] Limit settings for model sweeping and hyperparameter sweeping.' - go: - name: Limits - description: REQUIRED; [Required] Limit settings for model sweeping and hyperparameter sweeping. - protocol: {} - - schema: *ref_660 + Auto: *ref_521 + Custom: *ref_522 + immediate: + Auto: *ref_521 + Custom: *ref_522 + property: &ref_524 + schema: *ref_523 + isDiscriminator: true required: true - serializedName: samplingAlgorithm + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: samplingAlgorithm - description: '[Required] Type of the hyperparameter sampling algorithms.' - go: - name: SamplingAlgorithm - description: REQUIRED; [Required] Type of the hyperparameter sampling algorithms. + name: mode + description: '[Required] Mode for determining N-Cross validations.' protocol: {} + properties: + - *ref_524 serializationFormats: - json usage: @@ -27407,27 +18881,18 @@ schemas: - input language: default: - name: ImageSweepSettings - description: Model sweeping and hyperparameter sweeping related settings. - namespace: '' - go: - name: ImageSweepSettings - description: ImageSweepSettings - Model sweeping and hyperparameter sweeping related settings. - marshallingFormat: json + name: NCrossValidations + description: N-Cross validations value. namespace: '' protocol: {} nullable: true - required: false - serializedName: sweepSettings + serializedName: nCrossValidations extensions: x-nullable: true language: default: - name: sweepSettings - description: Model sweeping and hyperparameter sweeping related settings. - go: - name: SweepSettings - description: Model sweeping and hyperparameter sweeping related settings. + name: nCrossValidations + description: "Number of cross validation folds to be applied on training dataset\r\nwhen validation dataset is not provided." protocol: {} serializationFormats: - json @@ -27436,103 +18901,68 @@ schemas: - input language: default: - name: ImageVertical - description: "Abstract class for AutoML tasks that train image (computer vision) models -\r\nsuch as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation." + name: TableVerticalValidationDataSettings + description: Validation settings for AutoML Table vertical tasks - Classification/Regression/Forecasting. namespace: '' - go: - name: ImageVertical - description: >- - ImageVertical - Abstract class for AutoML tasks that train image (computer vision) models - such as Image Classification / - Image Classification Multilabel / Image Object Detection / Image Instance Segmentation. - marshallingFormat: json + protocol: {} + - *ref_525 + - &ref_527 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_517 + immediate: + - *ref_517 + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: NlpVerticalValidationDataSettings + description: '' namespace: '' protocol: {} immediate: - - *ref_507 - - *ref_508 + - *ref_526 + - *ref_525 + - *ref_527 properties: - - schema: *ref_661 - serializedName: primaryMetric + - schema: *ref_38 + nullable: true + serializedName: data + extensions: + x-ms-discriminator-value: MLTable + x-nullable: true + language: + default: + name: data + description: Validation data MLTable. + protocol: {} + - schema: *ref_528 + nullable: true + serializedName: validationDataSize language: default: - name: primaryMetric - description: Primary metric to optimize for this task. - go: - name: PrimaryMetric - description: Primary metric to optimize for this task. + name: validationDataSize + description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: ImageClassificationMultilabel language: default: - name: ImageClassificationMultilabel - description: "Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels\r\nfrom a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'." - namespace: '' - go: - name: ImageClassificationMultilabel - description: >- - ImageClassificationMultilabel - Image Classification Multilabel. Multi-label image classification is used when an image could have - one or more labels from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'. - marshallingFormat: json + name: ValidationDataSettings + description: Validation settings. namespace: '' protocol: {} immediate: - - *ref_506 - - *ref_509 - parents: - all: - - *ref_511 - immediate: - - *ref_511 - properties: - - schema: *ref_522 - nullable: true - serializedName: modelSettings - extensions: - x-nullable: true - language: - default: - name: modelSettings - description: Settings used for training the model. - go: - name: ModelSettings - description: Settings used for training the model. - protocol: {} - - schema: &ref_1279 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_576 - extensions: - x-ms-identifiers: [] - language: - default: - name: ImageClassificationBaseSearchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - go: - name: '[]*ImageModelDistributionSettingsClassification' - description: Search space for sampling different combinations of models and their hyperparameters. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: searchSpace - extensions: - x-ms-identifiers: [] - language: - default: - name: searchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - go: - name: SearchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - byValue: true - protocol: {} + - *ref_517 serializationFormats: - json usage: @@ -27540,433 +18970,777 @@ schemas: - input language: default: - name: ImageClassificationBase - description: '' - namespace: '' - go: - name: ImageClassificationBase + name: ImageVerticalValidationDataSettings description: '' - hasArrayMap: true - marshallingFormat: json namespace: '' protocol: {} - - *ref_508 - - *ref_511 - immediate: - - *ref_507 - - *ref_508 - properties: - - schema: *ref_662 - serializedName: primaryMetric + nullable: true + serializedName: validationData + extensions: + x-nullable: true language: default: - name: primaryMetric - description: Primary metric to optimize for this task. - go: - name: PrimaryMetric - description: Primary metric to optimize for this task. + name: validationData + description: Settings for the validation dataset. protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: ImageClassification language: default: - name: ImageClassification - description: "Image Classification. Multi-class image classification is used when an image is classified with only a single label\r\nfrom a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'." - namespace: '' - go: - name: ImageClassification - description: >- - ImageClassification - Image Classification. Multi-class image classification is used when an image is classified with only a single label from a - set of classes - e.g. each image is classified as either an image of a 'cat' - - or a 'dog' or a 'duck'. - marshallingFormat: json + name: ImageVerticalDataSettings + description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. namespace: '' protocol: {} - ImageClassificationMultilabel: *ref_509 - ImageInstanceSegmentation: *ref_514 - ImageObjectDetection: *ref_515 - Regression: &ref_682 + - &ref_530 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeRegression parents: all: - - *ref_503 - - *ref_508 + - *ref_516 immediate: - - *ref_503 - - *ref_508 + - *ref_516 properties: - - schema: &ref_1285 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_663 - language: - default: - name: RegressionAllowedModels - description: Allowed models for regression task. - go: - name: '[]*RegressionModels' - description: Allowed models for regression task. - elementIsPtr: true - marshallingFormat: json - protocol: {} + - schema: *ref_527 nullable: true - serializedName: allowedModels + serializedName: validationData + extensions: + x-nullable: true language: default: - name: allowedModels - description: Allowed models for regression task. - go: - name: AllowedModels - description: Allowed models for regression task. - byValue: true + name: validationData + description: Validation data inputs. protocol: {} - - schema: &ref_1286 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_663 - language: - default: - name: RegressionBlockedModels - description: Blocked models for regression task. - go: - name: '[]*RegressionModels' - description: Blocked models for regression task. - elementIsPtr: true - marshallingFormat: json - protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: NlpVerticalDataSettings + description: "Class for data inputs.\r\nNLP - Natural Language Processing." + namespace: '' + protocol: {} + immediate: + - *ref_515 + - *ref_529 + - *ref_530 + properties: + - schema: *ref_531 + required: true + serializedName: targetColumnName + language: + default: + name: targetColumnName + description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." + protocol: {} + - schema: &ref_1111 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_38 nullable: true - serializedName: blockedModels + serializedName: data + extensions: + x-ms-discriminator-value: MLTable + x-nullable: true language: default: - name: blockedModels - description: Blocked models for regression task. - go: - name: BlockedModels - description: Blocked models for regression task. - byValue: true + name: data + description: Test data MLTable. protocol: {} - - schema: *ref_664 - serializedName: primaryMetric + - schema: *ref_532 + nullable: true + serializedName: testDataSize language: default: - name: primaryMetric - description: Primary metric for regression task. - go: - name: PrimaryMetric - description: Primary metric for regression task. + name: testDataSize + description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Regression language: default: - name: Regression - description: Regression task in AutoML Table vertical. + name: TestDataSettings + description: Test data inputs. namespace: '' - go: - name: Regression - description: Regression task in AutoML Table vertical. - hasArrayMap: true - marshallingFormat: json + protocol: {} + nullable: true + required: false + serializedName: testData + extensions: + x-nullable: true + language: + default: + name: testData + description: Test data input. + protocol: {} + - schema: &ref_1112 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_38 + required: true + serializedName: data + extensions: + x-ms-discriminator-value: MLTable + language: + default: + name: data + description: '[Required] Training data MLTable.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TrainingDataSettings + description: Training data input. namespace: '' protocol: {} - TextClassification: &ref_665 + required: true + serializedName: trainingData + language: + default: + name: trainingData + description: '[Required] Training data input.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DataSettings + description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. + namespace: '' + protocol: {} + immediate: + - *ref_516 + properties: + - schema: *ref_526 + nullable: true + serializedName: validationData + extensions: + x-nullable: true + language: + default: + name: validationData + description: Validation data inputs. + protocol: {} + - schema: *ref_533 + nullable: true + serializedName: weightColumnName + language: + default: + name: weightColumnName + description: The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TableVerticalDataSettings + description: Class for data inputs. + namespace: '' + protocol: {} + nullable: true + serializedName: dataSettings + extensions: + x-nullable: true + language: + default: + name: dataSettings + description: Data inputs for AutoMLJob. + protocol: {} + - schema: &ref_534 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - &ref_535 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_534 + - &ref_536 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeTextClassification parents: all: - - &ref_666 + - *ref_535 + immediate: + - *ref_535 + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: NlpVerticalFeaturizationSettings + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_534 + - *ref_536 + properties: + - schema: *ref_537 + nullable: true + serializedName: datasetLanguage + language: + default: + name: datasetLanguage + description: Dataset language, useful for the text data. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: FeaturizationSettings + description: Featurization Configuration. + namespace: '' + protocol: {} + immediate: + - *ref_535 + properties: + - schema: &ref_1191 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_538 + language: + default: + name: TableVerticalFeaturizationSettingsBlockedTransformers + description: These transformers shall not be used in featurization. + protocol: {} + nullable: true + serializedName: blockedTransformers + language: + default: + name: blockedTransformers + description: These transformers shall not be used in featurization. + protocol: {} + - schema: *ref_539 + nullable: true + serializedName: columnNameAndTypes + language: + default: + name: columnNameAndTypes + description: Dictionary of column name and its type (int, float, string, datetime etc). + protocol: {} + - schema: &ref_1192 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_540 + language: + default: + name: TableVerticalFeaturizationSettingsDropColumns + description: Columns to be dropped from data during featurization. + protocol: {} + nullable: true + serializedName: dropColumns + language: + default: + name: dropColumns + description: Columns to be dropped from data during featurization. + protocol: {} + - schema: *ref_541 + serializedName: enableDnnFeaturization + language: + default: + name: enableDnnFeaturization + description: Determines whether to use Dnn based featurizers for data featurization. + protocol: {} + - schema: *ref_542 + serializedName: mode + language: + default: + name: mode + description: "Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase.\r\nIf 'Off' is selected then no featurization is done.\r\nIf 'Custom' is selected then user can specify additional inputs to customize how featurization is done." + protocol: {} + - schema: *ref_543 + nullable: true + serializedName: transformerParams + language: + default: + name: transformerParams + description: User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TableVerticalFeaturizationSettings + description: Featurization Configuration. + namespace: '' + protocol: {} + nullable: true + serializedName: featurizationSettings + extensions: + x-nullable: true + language: + default: + name: featurizationSettings + description: Featurization inputs needed for AutoML job. + protocol: {} + - schema: &ref_1114 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_544 + serializedName: enableEarlyTermination + language: + default: + name: enableEarlyTermination + description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. + protocol: {} + - schema: *ref_545 + nullable: true + serializedName: exitScore + language: + default: + name: exitScore + description: Exit score for the AutoML job. + protocol: {} + - schema: *ref_546 + serializedName: maxConcurrentTrials + language: + default: + name: maxConcurrentTrials + description: Maximum Concurrent iterations. + protocol: {} + - schema: *ref_547 + serializedName: maxCoresPerTrial + language: + default: + name: maxCoresPerTrial + description: Max cores per iteration. + protocol: {} + - schema: *ref_548 + serializedName: maxTrials + language: + default: + name: maxTrials + description: Number of iterations. + protocol: {} + - schema: *ref_549 + serializedName: timeout + language: + default: + name: timeout + description: AutoML job timeout. + protocol: {} + - schema: *ref_550 + serializedName: trialTimeout + language: + default: + name: trialTimeout + description: Iteration timeout. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TableVerticalLimitSettings + description: Job execution constraints. + namespace: '' + protocol: {} + nullable: true + serializedName: limitSettings + extensions: + x-nullable: true + language: + default: + name: limitSettings + description: Execution constraints for AutoMLJob. + protocol: {} + - schema: &ref_1115 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_551 + serializedName: enableDnnTraining + language: + default: + name: enableDnnTraining + description: Enable recommendation of DNN models. + protocol: {} + - schema: *ref_552 + serializedName: enableModelExplainability + language: + default: + name: enableModelExplainability + description: Flag to turn on explainability on best model. + protocol: {} + - schema: *ref_553 + serializedName: enableOnnxCompatibleModels + language: + default: + name: enableOnnxCompatibleModels + description: Flag for enabling onnx compatible models. + protocol: {} + - schema: *ref_554 + serializedName: enableStackEnsemble + language: + default: + name: enableStackEnsemble + description: Enable stack ensemble run. + protocol: {} + - schema: *ref_555 + serializedName: enableVoteEnsemble + language: + default: + name: enableVoteEnsemble + description: Enable voting ensemble run. + protocol: {} + - schema: *ref_556 + serializedName: ensembleModelDownloadTimeout + language: + default: + name: ensembleModelDownloadTimeout + description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." + protocol: {} + - schema: &ref_1116 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_2 + nullable: true + serializedName: stackMetaLearnerKWargs + language: + default: + name: stackMetaLearnerKWargs + description: Optional parameters to pass to the initializer of the meta-learner. + protocol: {} + - schema: *ref_557 + serializedName: stackMetaLearnerTrainPercentage + language: + default: + name: stackMetaLearnerTrainPercentage + description: >- + Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. + Default value is 0.2. + protocol: {} + - schema: *ref_558 + serializedName: stackMetaLearnerType + language: + default: + name: stackMetaLearnerType + description: The meta-learner is a model trained on the output of the individual heterogeneous models. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: StackEnsembleSettings + description: Advances setting to customize StackEnsemble run. + namespace: '' + protocol: {} + nullable: true + serializedName: stackEnsembleSettings + extensions: + x-nullable: true + language: + default: + name: stackEnsembleSettings + description: Stack ensemble settings for stack ensemble run. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TrainingSettings + description: Training related configuration. + namespace: '' + protocol: {} + nullable: true + serializedName: trainingSettings + extensions: + x-nullable: true + language: + default: + name: trainingSettings + description: Inputs for training phase for an AutoML Job. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TableVertical + description: Abstract class for AutoML tasks that use table dataset as input - such as Classification/Regression/Forecasting. + namespace: '' + protocol: {} + - *ref_476 + immediate: + - *ref_475 + - *ref_476 + properties: + - schema: &ref_1188 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_559 + language: + default: + name: ClassificationAllowedModels + description: Allowed models for classification task. + protocol: {} + nullable: true + serializedName: allowedModels + language: + default: + name: allowedModels + description: Allowed models for classification task. + protocol: {} + - schema: &ref_1189 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_559 + language: + default: + name: ClassificationBlockedModels + description: Blocked models for classification task. + protocol: {} + nullable: true + serializedName: blockedModels + language: + default: + name: blockedModels + description: Blocked models for classification task. + protocol: {} + - schema: *ref_560 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric for the task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Classification + language: + default: + name: Classification + description: Classification task in AutoML Table vertical. + namespace: '' + protocol: {} + - *ref_513 + - &ref_561 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ImageClassification + parents: + all: + - &ref_562 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_561 + - &ref_563 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ImageClassificationMultilabel + parents: + all: + - *ref_562 + - *ref_476 + - &ref_565 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_562 + - *ref_561 + - *ref_563 + - &ref_564 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_568 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ImageInstanceSegmentation + parents: + all: + - *ref_564 + - *ref_476 + - *ref_565 + immediate: + - *ref_564 + - *ref_476 + properties: + - schema: *ref_566 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric to optimize for this task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ImageInstanceSegmentation + language: + default: + name: ImageInstanceSegmentation + description: "Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level,\r\ndrawing a polygon around each object in the image." + namespace: '' + protocol: {} + - &ref_569 type: object apiVersions: - version: 2022-02-01-preview - children: + discriminatorValue: ImageObjectDetection + parents: all: - - *ref_665 - - &ref_667 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TaskTypeTextClassificationMultilabel - parents: - all: - - *ref_666 - - *ref_508 - immediate: - - *ref_666 - - *ref_508 - properties: - - schema: *ref_661 - readOnly: true - serializedName: primaryMetric - language: - default: - name: primaryMetric - description: "Primary metric for Text-Classification-Multilabel task.\r\nCurrently only Accuracy is supported as primary metric, hence user need not set it explicitly." - go: - name: PrimaryMetric - description: >- - READ-ONLY; Primary metric for Text-Classification-Multilabel task. Currently only Accuracy is supported as primary metric, hence - user need not set it explicitly. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TextClassificationMultilabel - language: - default: - name: TextClassificationMultilabel - description: "Text Classification Multilabel task in AutoML NLP vertical.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: TextClassificationMultilabel - description: TextClassificationMultilabel - Text Classification Multilabel task in AutoML NLP vertical. NLP - Natural Language Processing. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_668 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TaskTypeTextNER - parents: - all: - - *ref_666 - - *ref_508 - immediate: - - *ref_666 - - *ref_508 - properties: - - schema: *ref_662 - readOnly: true - serializedName: primaryMetric - language: - default: - name: primaryMetric - description: "Primary metric for Text-NER task.\r\nOnly 'Accuracy' is supported for Text-NER, so user need not set this explicitly." - go: - name: PrimaryMetric - description: READ-ONLY; Primary metric for Text-NER task. Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TextNER - language: - default: - name: TextNer - description: "Text-NER task in AutoML NLP vertical.\r\nNER - Named Entity Recognition.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: TextNer - description: TextNer - Text-NER task in AutoML NLP vertical. NER - Named Entity Recognition. NLP - Natural Language Processing. - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_564 + - *ref_476 + - *ref_565 immediate: - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_564 + - *ref_476 properties: - - schema: *ref_638 - nullable: true - serializedName: dataSettings - extensions: - x-nullable: true + - schema: *ref_567 + serializedName: primaryMetric language: default: - name: dataSettings - description: Data inputs for AutoMLJob. - go: - name: DataSettings - description: Data inputs for AutoMLJob. + name: primaryMetric + description: Primary metric to optimize for this task. protocol: {} - - schema: &ref_676 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ImageObjectDetection + language: + default: + name: ImageObjectDetection + description: "Image Object Detection. Object detection is used to identify objects in an image and locate each object with a\r\nbounding box e.g. locate all dogs and cats in an image and draw a bounding box around each." + namespace: '' + protocol: {} + immediate: + - *ref_568 + - *ref_569 + parents: + all: + - *ref_565 + immediate: + - *ref_565 + properties: + - schema: &ref_575 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - &ref_570 type: object apiVersions: - version: 2022-02-01-preview - parents: + children: all: - - &ref_669 + - &ref_576 type: object apiVersions: - version: 2022-02-01-preview - children: + parents: all: - - &ref_677 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_669 - immediate: - - *ref_669 - properties: - - schema: &ref_1271 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_670 - language: - default: - name: TableVerticalFeaturizationSettingsBlockedTransformers - description: These transformers shall not be used in featurization. - go: - name: '[]*string' - description: These transformers shall not be used in featurization. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: blockedTransformers - language: - default: - name: blockedTransformers - description: These transformers shall not be used in featurization. - go: - name: BlockedTransformers - description: These transformers shall not be used in featurization. - byValue: true - protocol: {} - - schema: *ref_671 - nullable: true - serializedName: columnNameAndTypes - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: columnNameAndTypes - description: Dictionary of column name and its type (int, float, string, datetime etc). - go: - name: ColumnNameAndTypes - description: Dictionary of column name and its type (int, float, string, datetime etc). - byValue: true - protocol: {} - - schema: &ref_1272 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_672 - language: - default: - name: TableVerticalFeaturizationSettingsDropColumns - description: Columns to be dropped from data during featurization. - go: - name: '[]*string' - description: Columns to be dropped from data during featurization. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: dropColumns - language: - default: - name: dropColumns - description: Columns to be dropped from data during featurization. - go: - name: DropColumns - description: Columns to be dropped from data during featurization. - byValue: true - protocol: {} - - schema: *ref_673 - serializedName: enableDnnFeaturization - language: - default: - name: enableDnnFeaturization - description: Determines whether to use Dnn based featurizers for data featurization. - go: - name: EnableDnnFeaturization - description: Determines whether to use Dnn based featurizers for data featurization. - protocol: {} - - schema: *ref_674 - serializedName: mode - language: - default: - name: mode - description: "Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase.\r\nIf 'Off' is selected then no featurization is done.\r\nIf 'Custom' is selected then user can specify additional inputs to customize how featurization is done." - go: - name: Mode - description: >- - Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of - the data in featurization phase. If 'Off' is selected then no featurization is done. - - If 'Custom' is selected then user can specify additional inputs to customize how featurization is done. - protocol: {} - - schema: *ref_675 - nullable: true - serializedName: transformerParams - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: transformerParams - description: >- - User can specify additional transformers to be used along with the columns to which it would be applied and - parameters for the transformer constructor. - go: - name: TransformerParams - description: >- - User can specify additional transformers to be used along with the columns to which it would be applied and - parameters for the transformer constructor. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TableVerticalFeaturizationSettings - description: Featurization Configuration. - namespace: '' - go: - name: TableVerticalFeaturizationSettings - description: TableVerticalFeaturizationSettings - Featurization Configuration. - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_676 + - *ref_570 immediate: - - *ref_677 - - *ref_676 + - *ref_570 properties: - - schema: *ref_678 + - schema: *ref_571 + nullable: true + serializedName: trainingCropSize + language: + default: + name: trainingCropSize + description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. + protocol: {} + - schema: *ref_572 + nullable: true + serializedName: validationCropSize + language: + default: + name: validationCropSize + description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. + protocol: {} + - schema: *ref_573 + nullable: true + serializedName: validationResizeSize + language: + default: + name: validationResizeSize + description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. + protocol: {} + - schema: *ref_574 nullable: true - serializedName: datasetLanguage + serializedName: weightedLoss language: default: - name: datasetLanguage - description: Dataset language, useful for the text data. - go: - name: DatasetLanguage - description: Dataset language, useful for the text data. + name: weightedLoss + description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} serializationFormats: - json @@ -27975,79 +19749,284 @@ schemas: - input language: default: - name: FeaturizationSettings - description: Featurization Configuration. - namespace: '' - go: - name: FeaturizationSettings - description: FeaturizationSettings - Featurization Configuration. - marshallingFormat: json + name: ImageModelSettingsClassification + description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." namespace: '' protocol: {} + - *ref_575 immediate: - - *ref_669 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NlpVerticalFeaturizationSettings - description: '' - namespace: '' - go: - name: NlpVerticalFeaturizationSettings - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: featurizationSettings - extensions: - x-nullable: true - language: - default: - name: featurizationSettings - description: Featurization inputs needed for AutoML job. - go: - name: FeaturizationSettings - description: Featurization inputs needed for AutoML job. - protocol: {} - - schema: &ref_1202 - type: object - apiVersions: - - version: 2022-02-01-preview + - *ref_576 + - *ref_575 properties: - - schema: *ref_679 - serializedName: maxConcurrentTrials + - schema: *ref_577 + nullable: true + serializedName: advancedSettings + language: + default: + name: advancedSettings + description: Settings for advanced scenarios. + protocol: {} + - schema: *ref_578 + nullable: true + serializedName: amsGradient + language: + default: + name: amsGradient + description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. + protocol: {} + - schema: *ref_579 + nullable: true + serializedName: augmentations + language: + default: + name: augmentations + description: Settings for using Augmentations. + protocol: {} + - schema: *ref_580 + nullable: true + serializedName: beta1 + language: + default: + name: beta1 + description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_581 + nullable: true + serializedName: beta2 + language: + default: + name: beta2 + description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_582 + nullable: true + serializedName: checkpointDatasetId + language: + default: + name: checkpointDatasetId + description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." + protocol: {} + - schema: *ref_583 + nullable: true + serializedName: checkpointFilename + language: + default: + name: checkpointFilename + description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." + protocol: {} + - schema: *ref_584 + nullable: true + serializedName: checkpointFrequency + language: + default: + name: checkpointFrequency + description: Frequency to store model checkpoints. Must be a positive integer. + protocol: {} + - schema: *ref_585 + nullable: true + serializedName: checkpointRunId + language: + default: + name: checkpointRunId + description: The id of a previous run that has a pretrained checkpoint for incremental training. + protocol: {} + - schema: *ref_586 + nullable: true + serializedName: distributed + language: + default: + name: distributed + description: Whether to use distributed training. + protocol: {} + - schema: *ref_587 + nullable: true + serializedName: earlyStopping + language: + default: + name: earlyStopping + description: Enable early stopping logic during training. + protocol: {} + - schema: *ref_588 + nullable: true + serializedName: earlyStoppingDelay + language: + default: + name: earlyStoppingDelay + description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." + protocol: {} + - schema: *ref_589 + nullable: true + serializedName: earlyStoppingPatience + language: + default: + name: earlyStoppingPatience + description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." + protocol: {} + - schema: *ref_590 + nullable: true + serializedName: enableOnnxNormalization + language: + default: + name: enableOnnxNormalization + description: Enable normalization when exporting ONNX model. + protocol: {} + - schema: *ref_591 + nullable: true + serializedName: evaluationFrequency + language: + default: + name: evaluationFrequency + description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. + protocol: {} + - schema: *ref_592 + nullable: true + serializedName: gradientAccumulationStep + language: + default: + name: gradientAccumulationStep + description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." + protocol: {} + - schema: *ref_593 + nullable: true + serializedName: layersToFreeze + language: + default: + name: layersToFreeze + description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + protocol: {} + - schema: *ref_594 + nullable: true + serializedName: learningRate + language: + default: + name: learningRate + description: Initial learning rate. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_595 + serializedName: learningRateScheduler + language: + default: + name: learningRateScheduler + description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. + protocol: {} + - schema: *ref_596 + nullable: true + serializedName: modelName + language: + default: + name: modelName + description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + protocol: {} + - schema: *ref_597 + nullable: true + serializedName: momentum + language: + default: + name: momentum + description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_598 + nullable: true + serializedName: nesterov + language: + default: + name: nesterov + description: Enable nesterov when optimizer is 'sgd'. + protocol: {} + - schema: *ref_599 + nullable: true + serializedName: numberOfEpochs + language: + default: + name: numberOfEpochs + description: Number of training epochs. Must be a positive integer. + protocol: {} + - schema: *ref_600 + nullable: true + serializedName: numberOfWorkers + language: + default: + name: numberOfWorkers + description: Number of data loader workers. Must be a non-negative integer. + protocol: {} + - schema: *ref_601 + serializedName: optimizer language: default: - name: maxConcurrentTrials - description: Maximum Concurrent AutoML iterations. - go: - name: MaxConcurrentTrials - description: Maximum Concurrent AutoML iterations. + name: optimizer + description: Type of optimizer. protocol: {} - - schema: *ref_680 - serializedName: maxTrials + - schema: *ref_602 + nullable: true + serializedName: randomSeed language: default: - name: maxTrials - description: Number of AutoML iterations. - go: - name: MaxTrials - description: Number of AutoML iterations. + name: randomSeed + description: Random seed to be used when using deterministic training. protocol: {} - - schema: *ref_681 - serializedName: timeout + - schema: *ref_603 + nullable: true + serializedName: splitRatio language: default: - name: timeout - description: AutoML job timeout. - go: - name: Timeout - description: AutoML job timeout. + name: splitRatio + description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." + protocol: {} + - schema: *ref_604 + nullable: true + serializedName: stepLRGamma + language: + default: + name: stepLRGamma + description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_605 + nullable: true + serializedName: stepLRStepSize + language: + default: + name: stepLRStepSize + description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. + protocol: {} + - schema: *ref_606 + nullable: true + serializedName: trainingBatchSize + language: + default: + name: trainingBatchSize + description: Training batch size. Must be a positive integer. + protocol: {} + - schema: *ref_607 + nullable: true + serializedName: validationBatchSize + language: + default: + name: validationBatchSize + description: Validation batch size. Must be a positive integer. + protocol: {} + - schema: *ref_608 + nullable: true + serializedName: warmupCosineLRCycles + language: + default: + name: warmupCosineLRCycles + description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_609 + nullable: true + serializedName: warmupCosineLRWarmupEpochs + language: + default: + name: warmupCosineLRWarmupEpochs + description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. + protocol: {} + - schema: *ref_610 + nullable: true + serializedName: weightDecay + language: + default: + name: weightDecay + description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} serializationFormats: - json @@ -28056,942 +20035,887 @@ schemas: - input language: default: - name: NlpVerticalLimitSettings - description: Job execution constraints. - namespace: '' - go: - name: NlpVerticalLimitSettings - description: NlpVerticalLimitSettings - Job execution constraints. - marshallingFormat: json - namespace: '' + name: ImageModelSettings + description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + immediate: + - *ref_570 + properties: + - schema: *ref_611 + nullable: true + serializedName: boxDetectionsPerImage + language: + default: + name: boxDetectionsPerImage + description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_612 + nullable: true + serializedName: boxScoreThreshold + language: + default: + name: boxScoreThreshold + description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." + protocol: {} + - schema: *ref_613 + nullable: true + serializedName: imageSize + language: + default: + name: imageSize + description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_614 + nullable: true + serializedName: maxSize + language: + default: + name: maxSize + description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_615 + nullable: true + serializedName: minSize + language: + default: + name: minSize + description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_616 + serializedName: modelSize + language: + default: + name: modelSize + description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_617 + nullable: true + serializedName: multiScale + language: + default: + name: multiScale + description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_618 + nullable: true + serializedName: nmsIouThreshold + language: + default: + name: nmsIouThreshold + description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_619 + nullable: true + serializedName: tileGridSize + language: + default: + name: tileGridSize + description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_620 + nullable: true + serializedName: tileOverlapRatio + language: + default: + name: tileOverlapRatio + description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_621 + nullable: true + serializedName: tilePredictionsNmsThreshold + language: + default: + name: tilePredictionsNmsThreshold + description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_622 + nullable: true + serializedName: validationIouThreshold + language: + default: + name: validationIouThreshold + description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. + protocol: {} + - schema: *ref_623 + serializedName: validationMetricType + language: + default: + name: validationMetricType + description: Metric computation method to use for validation metrics. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageModelSettingsObjectDetection + description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + nullable: true + serializedName: modelSettings + extensions: + x-nullable: true + language: + default: + name: modelSettings + description: Settings used for training the model. + protocol: {} + - schema: &ref_1200 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_629 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - &ref_624 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_630 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_624 + immediate: + - *ref_624 + properties: + - schema: *ref_625 + nullable: true + serializedName: trainingCropSize + language: + default: + name: trainingCropSize + description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. + protocol: {} + - schema: *ref_626 + nullable: true + serializedName: validationCropSize + language: + default: + name: validationCropSize + description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. + protocol: {} + - schema: *ref_627 + nullable: true + serializedName: validationResizeSize + language: + default: + name: validationResizeSize + description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. + protocol: {} + - schema: *ref_628 + nullable: true + serializedName: weightedLoss + language: + default: + name: weightedLoss + description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageModelDistributionSettingsClassification + description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + - *ref_629 + immediate: + - *ref_630 + - *ref_629 + properties: + - schema: *ref_631 + nullable: true + serializedName: amsGradient + language: + default: + name: amsGradient + description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. + protocol: {} + - schema: *ref_632 + nullable: true + serializedName: augmentations + language: + default: + name: augmentations + description: Settings for using Augmentations. + protocol: {} + - schema: *ref_633 + nullable: true + serializedName: beta1 + language: + default: + name: beta1 + description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_634 + nullable: true + serializedName: beta2 + language: + default: + name: beta2 + description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_635 + nullable: true + serializedName: distributed + language: + default: + name: distributed + description: Whether to use distributer training. + protocol: {} + - schema: *ref_636 + nullable: true + serializedName: earlyStopping + language: + default: + name: earlyStopping + description: Enable early stopping logic during training. + protocol: {} + - schema: *ref_637 + nullable: true + serializedName: earlyStoppingDelay + language: + default: + name: earlyStoppingDelay + description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." + protocol: {} + - schema: *ref_638 + nullable: true + serializedName: earlyStoppingPatience + language: + default: + name: earlyStoppingPatience + description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." + protocol: {} + - schema: *ref_639 + nullable: true + serializedName: enableOnnxNormalization + language: + default: + name: enableOnnxNormalization + description: Enable normalization when exporting ONNX model. + protocol: {} + - schema: *ref_640 + nullable: true + serializedName: evaluationFrequency + language: + default: + name: evaluationFrequency + description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. + protocol: {} + - schema: *ref_641 + nullable: true + serializedName: gradientAccumulationStep + language: + default: + name: gradientAccumulationStep + description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." + protocol: {} + - schema: *ref_642 + nullable: true + serializedName: layersToFreeze + language: + default: + name: layersToFreeze + description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + protocol: {} + - schema: *ref_643 + nullable: true + serializedName: learningRate + language: + default: + name: learningRate + description: Initial learning rate. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_644 + nullable: true + serializedName: learningRateScheduler + language: + default: + name: learningRateScheduler + description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. + protocol: {} + - schema: *ref_645 + nullable: true + serializedName: modelName + language: + default: + name: modelName + description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + protocol: {} + - schema: *ref_646 + nullable: true + serializedName: momentum + language: + default: + name: momentum + description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_647 + nullable: true + serializedName: nesterov + language: + default: + name: nesterov + description: Enable nesterov when optimizer is 'sgd'. + protocol: {} + - schema: *ref_648 + nullable: true + serializedName: numberOfEpochs + language: + default: + name: numberOfEpochs + description: Number of training epochs. Must be a positive integer. + protocol: {} + - schema: *ref_649 + nullable: true + serializedName: numberOfWorkers + language: + default: + name: numberOfWorkers + description: Number of data loader workers. Must be a non-negative integer. + protocol: {} + - schema: *ref_650 + nullable: true + serializedName: optimizer + language: + default: + name: optimizer + description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. + protocol: {} + - schema: *ref_651 + nullable: true + serializedName: randomSeed + language: + default: + name: randomSeed + description: Random seed to be used when using deterministic training. + protocol: {} + - schema: *ref_652 + nullable: true + serializedName: splitRatio + language: + default: + name: splitRatio + description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." + protocol: {} + - schema: *ref_653 + nullable: true + serializedName: stepLRGamma + language: + default: + name: stepLRGamma + description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_654 + nullable: true + serializedName: stepLRStepSize + language: + default: + name: stepLRStepSize + description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. + protocol: {} + - schema: *ref_655 + nullable: true + serializedName: trainingBatchSize + language: + default: + name: trainingBatchSize + description: Training batch size. Must be a positive integer. + protocol: {} + - schema: *ref_656 + nullable: true + serializedName: validationBatchSize + language: + default: + name: validationBatchSize + description: Validation batch size. Must be a positive integer. + protocol: {} + - schema: *ref_657 + nullable: true + serializedName: warmupCosineLRCycles + language: + default: + name: warmupCosineLRCycles + description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_658 + nullable: true + serializedName: warmupCosineLRWarmupEpochs + language: + default: + name: warmupCosineLRWarmupEpochs + description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. + protocol: {} + - schema: *ref_659 + nullable: true + serializedName: weightDecay + language: + default: + name: weightDecay + description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageModelDistributionSettings + description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nAll distributions can be specified as distribution_name(min, max) or choice(val1, val2, ..., valn)\r\nwhere distribution name can be: uniform, quniform, loguniform, etc\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + immediate: + - *ref_624 + properties: + - schema: *ref_660 + nullable: true + serializedName: boxDetectionsPerImage + language: + default: + name: boxDetectionsPerImage + description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_661 + nullable: true + serializedName: boxScoreThreshold + language: + default: + name: boxScoreThreshold + description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." + protocol: {} + - schema: *ref_662 + nullable: true + serializedName: imageSize + language: + default: + name: imageSize + description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_663 + nullable: true + serializedName: maxSize + language: + default: + name: maxSize + description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_664 + nullable: true + serializedName: minSize + language: + default: + name: minSize + description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_665 + nullable: true + serializedName: modelSize + language: + default: + name: modelSize + description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_666 + nullable: true + serializedName: multiScale + language: + default: + name: multiScale + description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_667 + nullable: true + serializedName: nmsIouThreshold + language: + default: + name: nmsIouThreshold + description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. + protocol: {} + - schema: *ref_668 + nullable: true + serializedName: tileGridSize + language: + default: + name: tileGridSize + description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_669 + nullable: true + serializedName: tileOverlapRatio + language: + default: + name: tileOverlapRatio + description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_670 + nullable: true + serializedName: tilePredictionsNmsThreshold + language: + default: + name: tilePredictionsNmsThreshold + description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" + protocol: {} + - schema: *ref_671 + nullable: true + serializedName: validationIouThreshold + language: + default: + name: validationIouThreshold + description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - nullable: true - serializedName: limitSettings - extensions: - x-nullable: true - language: - default: - name: limitSettings - description: Execution constraints for AutoMLJob. - go: - name: LimitSettings - description: Execution constraints for AutoMLJob. - protocol: {} - serializationFormats: - - json - usage: - - output - - input + - schema: *ref_672 + nullable: true + serializedName: validationMetricType + language: + default: + name: validationMetricType + description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageModelDistributionSettingsObjectDetection + description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: [] language: default: - name: NlpVertical - description: "Abstract class for NLP related AutoML tasks.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: NlpVertical - description: NlpVertical - Abstract class for NLP related AutoML tasks. NLP - Natural Language Processing. - marshallingFormat: json - namespace: '' + name: ImageObjectDetectionBaseSearchSpace + description: Search space for sampling different combinations of models and their hyperparameters. protocol: {} - - *ref_508 - immediate: - - *ref_666 - - *ref_508 - properties: - - schema: *ref_662 - serializedName: primaryMetric + nullable: true + serializedName: searchSpace + extensions: + x-ms-identifiers: [] language: default: - name: primaryMetric - description: Primary metric for Text-Classification task. - go: - name: PrimaryMetric - description: Primary metric for Text-Classification task. + name: searchSpace + description: Search space for sampling different combinations of models and their hyperparameters. protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: TextClassification language: default: - name: TextClassification - description: "Text Classification task in AutoML NLP vertical.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: TextClassification - description: TextClassification - Text Classification task in AutoML NLP vertical. NLP - Natural Language Processing. - marshallingFormat: json + name: ImageObjectDetectionBase + description: '' namespace: '' protocol: {} - TextClassificationMultilabel: *ref_667 - TextNER: *ref_668 + - *ref_568 + - *ref_569 immediate: - Classification: *ref_502 - Forecasting: *ref_505 - ImageClassification: *ref_506 - ImageClassificationMultilabel: *ref_509 - ImageInstanceSegmentation: *ref_514 - ImageObjectDetection: *ref_515 - Regression: *ref_682 - TextClassification: *ref_665 - TextClassificationMultilabel: *ref_667 - TextNER: *ref_668 - property: &ref_685 - schema: *ref_683 - isDiscriminator: true - required: true - serializedName: taskType - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: taskType - description: '[Required] Task type for AutoMLJob.' - go: - name: TaskType - description: REQUIRED; [Required] Task type for AutoMLJob. - protocol: {} - properties: - - schema: *ref_684 - required: false - serializedName: logVerbosity - language: - default: - name: logVerbosity - description: Log verbosity for the job. - go: - name: LogVerbosity - description: Log verbosity for the job. - protocol: {} - - *ref_685 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: AutoMLVertical - description: "AutoML vertical class.\r\nBase class for AutoML verticals - TableVertical/ImageVertical/NLPVertical" - namespace: '' - go: - name: AutoMLVertical - description: AutoMLVertical - AutoML vertical class. Base class for AutoML verticals - TableVertical/ImageVertical/NLPVertical - discriminatorInterface: AutoMLVerticalClassification - discriminatorTypes: - - '*AutoMLVertical' - - '*Classification' - - '*Forecasting' - - '*ImageClassification' - - '*ImageClassificationMultilabel' - - '*ImageInstanceSegmentation' - - '*ImageObjectDetection' - - '*Regression' - - '*TextClassification' - - '*TextClassificationMultilabel' - - '*TextNer' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_503 - - *ref_508 - properties: - - schema: &ref_1276 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_686 - language: - default: - name: ForecastingAllowedModels - description: Allowed models for forecasting task. - go: - name: '[]*ForecastingModels' - description: Allowed models for forecasting task. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: allowedModels - language: - default: - name: allowedModels - description: Allowed models for forecasting task. - go: - name: AllowedModels - description: Allowed models for forecasting task. - byValue: true - protocol: {} - - schema: &ref_1277 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_686 - language: - default: - name: ForecastingBlockedModels - description: Blocked models for forecasting task. - go: - name: '[]*ForecastingModels' - description: Blocked models for forecasting task. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: blockedModels - language: - default: - name: blockedModels - description: Blocked models for forecasting task. - go: - name: BlockedModels - description: Blocked models for forecasting task. - byValue: true - protocol: {} - - schema: &ref_1198 - type: object - apiVersions: - - version: 2022-02-01-preview + - *ref_562 + - *ref_564 properties: - - schema: *ref_687 - nullable: true - serializedName: countryOrRegionForHolidays - language: - default: - name: countryOrRegionForHolidays - description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." - go: - name: CountryOrRegionForHolidays - description: Country or region for holidays for forecasting tasks. These should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'. - protocol: {} - - schema: *ref_688 - serializedName: cvStepSize + - schema: *ref_529 + required: true + serializedName: dataSettings language: default: - name: cvStepSize - description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." - go: - name: CvStepSize - description: >- - Number of periods between the origin time of one CV fold and the next fold. For example, if CVStepSize = 3 for daily data, the origin time for - each fold will be three days apart. + name: dataSettings + description: '[Required] Collection of registered Tabular Dataset Ids and other data settings required for training and validating models.' protocol: {} - - schema: *ref_689 - serializedName: featureLags + - schema: &ref_1119 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_673 + serializedName: maxConcurrentTrials + language: + default: + name: maxConcurrentTrials + description: Maximum number of concurrent AutoML iterations. + protocol: {} + - schema: *ref_674 + serializedName: maxTrials + language: + default: + name: maxTrials + description: Maximum number of AutoML iterations. + protocol: {} + - schema: *ref_675 + serializedName: timeout + language: + default: + name: timeout + description: AutoML job timeout. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageLimitSettings + description: Limit settings for the AutoML job. + namespace: '' + protocol: {} + required: true + serializedName: limitSettings language: default: - name: featureLags - description: Flag for generating lags for the numeric features with 'auto' or null. - go: - name: FeatureLags - description: Flag for generating lags for the numeric features with 'auto' or null. + name: limitSettings + description: '[Required] Limit settings for the AutoML job.' protocol: {} - - schema: + - schema: &ref_1120 type: object - children: &ref_690 - all: - - &ref_691 + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_676 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ForecastHorizonModeAuto - parents: + children: all: - - &ref_692 + - &ref_680 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_690 - discriminator: &ref_697 + discriminatorValue: Bandit + parents: all: - Auto: *ref_691 - Custom: &ref_694 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ForecastHorizonModeCustom - parents: - all: - - *ref_692 - immediate: - - *ref_692 - properties: - - schema: *ref_693 - required: true - serializedName: value - language: - default: - name: value - description: '[Required] Forecast horizon value.' - go: - name: Value - description: REQUIRED; [Required] Forecast horizon value. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomForecastHorizon - description: The desired maximum forecast horizon in units of time-series frequency. - namespace: '' - go: - name: CustomForecastHorizon - description: CustomForecastHorizon - The desired maximum forecast horizon in units of time-series frequency. - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_676 immediate: - Auto: *ref_691 - Custom: *ref_694 - property: &ref_696 - schema: *ref_695 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read + - *ref_676 + properties: + - schema: *ref_677 + serializedName: slackAmount language: default: - name: mode - description: '[Required] Set forecast horizon value selection mode.' - go: - name: Mode - description: REQUIRED; [Required] Set forecast horizon value selection mode. + name: slackAmount + description: Absolute distance allowed from the best performing run. + protocol: {} + - schema: *ref_678 + serializedName: slackFactor + language: + default: + name: slackFactor + description: Ratio of the allowed distance from the best performing run. protocol: {} - properties: - - *ref_696 serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: Bandit language: default: - name: ForecastHorizon - description: The desired maximum forecast horizon in units of time-series frequency. - namespace: '' - go: - name: ForecastHorizon - description: ForecastHorizon - The desired maximum forecast horizon in units of time-series frequency. - discriminatorInterface: ForecastHorizonClassification - discriminatorTypes: - - '*AutoForecastHorizon' - - '*CustomForecastHorizon' - - '*ForecastHorizon' - marshallingFormat: json + name: BanditPolicy + description: Defines an early termination policy based on slack criteria, and a frequency and delay interval for evaluation namespace: '' - rootDiscriminator: true protocol: {} - immediate: - - *ref_692 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Auto - language: - default: - name: AutoForecastHorizon - description: Forecast horizon determined automatically by system. - namespace: '' - go: - name: AutoForecastHorizon - description: AutoForecastHorizon - Forecast horizon determined automatically by system. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_694 - immediate: - - *ref_691 - - *ref_694 - discriminator: *ref_697 - language: - default: &ref_698 - name: ForecastHorizonClassification - description: discriminated type - discriminatorInterface: ForecastHorizonClassification - go: *ref_698 - protocol: {} - nullable: true - serializedName: forecastHorizon - extensions: - x-nullable: true - language: - default: - name: forecastHorizon - description: The desired maximum forecast horizon in units of time-series frequency. - go: - name: ForecastHorizon - description: The desired maximum forecast horizon in units of time-series frequency. - byValue: true - protocol: {} - - schema: *ref_699 - nullable: true - serializedName: frequency - language: - default: - name: frequency - description: >- - When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast - frequency is dataset frequency by default. - go: - name: Frequency - description: >- - When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast - frequency is dataset frequency by default. - protocol: {} - - schema: - type: object - children: &ref_700 - all: - - &ref_701 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: SeasonalityModeAuto - parents: - all: - - &ref_702 + - &ref_681 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_700 - discriminator: &ref_707 + discriminatorValue: MedianStopping + parents: all: - Auto: *ref_701 - Custom: &ref_704 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: SeasonalityModeCustom - parents: - all: - - *ref_702 - immediate: - - *ref_702 - properties: - - schema: *ref_703 - required: true - serializedName: value - language: - default: - name: value - description: '[Required] Seasonality value.' - go: - name: Value - description: REQUIRED; [Required] Seasonality value. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomSeasonality - description: '' - namespace: '' - go: - name: CustomSeasonality - description: '' - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_676 immediate: - Auto: *ref_701 - Custom: *ref_704 - property: &ref_706 - schema: *ref_705 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: mode - description: '[Required] Seasonality mode.' - go: - name: Mode - description: REQUIRED; [Required] Seasonality mode. - protocol: {} - properties: - - *ref_706 + - *ref_676 serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: MedianStopping language: default: - name: Seasonality - description: Forecasting seasonality. - namespace: '' - go: - name: Seasonality - description: Seasonality - Forecasting seasonality. - discriminatorInterface: SeasonalityClassification - discriminatorTypes: - - '*AutoSeasonality' - - '*CustomSeasonality' - - '*Seasonality' - marshallingFormat: json + name: MedianStoppingPolicy + description: Defines an early termination policy based on running averages of the primary metric of all runs namespace: '' - rootDiscriminator: true protocol: {} - immediate: - - *ref_702 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Auto - language: - default: - name: AutoSeasonality - description: '' - namespace: '' - go: - name: AutoSeasonality - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_704 - immediate: - - *ref_701 - - *ref_704 - discriminator: *ref_707 - language: - default: &ref_708 - name: SeasonalityClassification - description: discriminated type - discriminatorInterface: SeasonalityClassification - go: *ref_708 - protocol: {} - nullable: true - serializedName: seasonality - extensions: - x-nullable: true - language: - default: - name: seasonality - description: "Set time series seasonality as an integer multiple of the series frequency.\r\nIf seasonality is set to 'auto', it will be inferred." - go: - name: Seasonality - description: Set time series seasonality as an integer multiple of the series frequency. If seasonality is set to 'auto', it will be inferred. - byValue: true - protocol: {} - - schema: *ref_709 - serializedName: shortSeriesHandlingConfig - language: - default: - name: shortSeriesHandlingConfig - description: The parameter defining how if AutoML should handle short time series. - go: - name: ShortSeriesHandlingConfig - description: The parameter defining how if AutoML should handle short time series. - protocol: {} - - schema: *ref_710 - serializedName: targetAggregateFunction - language: - default: - name: targetAggregateFunction - description: "The function to be used to aggregate the time series target column to conform to a user specified frequency.\r\nIf the TargetAggregateFunction is set i.e. not 'None', but the freq parameter is not set, the error is raised. The possible target aggregation functions are: \"sum\", \"max\", \"min\" and \"mean\"." - go: - name: TargetAggregateFunction - description: >- - The function to be used to aggregate the time series target column to conform to a user specified frequency. If the TargetAggregateFunction is set - i.e. not 'None', but the freq parameter is not set, - - the error is raised. The possible target aggregation functions are: "sum", "max", "min" and "mean". - protocol: {} - - schema: - type: object - children: &ref_711 - all: - - &ref_712 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TargetLagsModeAuto - parents: - all: - - &ref_713 + - &ref_682 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_711 - discriminator: &ref_717 + discriminatorValue: TruncationSelection + parents: all: - Auto: *ref_712 - Custom: &ref_714 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TargetLagsModeCustom - parents: - all: - - *ref_713 - immediate: - - *ref_713 - properties: - - schema: &ref_1275 - type: array - elementType: *ref_158 - language: - default: - name: ArrayOfArrayItemschema - description: '[Required] Set target lags values.' - go: - name: '[]*int32' - description: '[Required] Set target lags values.' - elementIsPtr: true - marshallingFormat: json - protocol: {} - required: true - serializedName: values - language: - default: - name: values - description: '[Required] Set target lags values.' - go: - name: Values - description: REQUIRED; [Required] Set target lags values. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomTargetLags - description: '' - namespace: '' - go: - name: CustomTargetLags - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_676 immediate: - Auto: *ref_712 - Custom: *ref_714 - property: &ref_716 - schema: *ref_715 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read + - *ref_676 + properties: + - schema: *ref_679 + serializedName: truncationPercentage language: default: - name: mode - description: '[Required] Set target lags mode - Auto/Custom' - go: - name: Mode - description: REQUIRED; [Required] Set target lags mode - Auto/Custom + name: truncationPercentage + description: The percentage of runs to cancel at each evaluation interval. protocol: {} - properties: - - *ref_716 serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: TruncationSelection language: default: - name: TargetLags - description: The number of past periods to lag from the target column. + name: TruncationSelectionPolicy + description: Defines an early termination policy that cancels a given percentage of runs at each evaluation interval. namespace: '' - go: - name: TargetLags - description: TargetLags - The number of past periods to lag from the target column. - discriminatorInterface: TargetLagsClassification - discriminatorTypes: - - '*AutoTargetLags' - - '*CustomTargetLags' - - '*TargetLags' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} immediate: - - *ref_713 + - *ref_680 + - *ref_681 + - *ref_682 + discriminator: + all: + Bandit: *ref_680 + MedianStopping: *ref_681 + TruncationSelection: *ref_682 + immediate: + Bandit: *ref_680 + MedianStopping: *ref_681 + TruncationSelection: *ref_682 + property: &ref_686 + schema: *ref_683 + isDiscriminator: true + required: true + serializedName: policyType + language: + default: + name: policyType + description: '[Required] Name of policy configuration' + protocol: {} + properties: + - schema: *ref_684 + required: false + serializedName: delayEvaluation + language: + default: + name: delayEvaluation + description: Number of intervals by which to delay the first evaluation. + protocol: {} + - schema: *ref_685 + required: false + serializedName: evaluationInterval + language: + default: + name: evaluationInterval + description: Interval (number of runs) between policy evaluations. + protocol: {} + - *ref_686 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Auto language: default: - name: AutoTargetLags - description: '' - namespace: '' - go: - name: AutoTargetLags - description: '' - marshallingFormat: json + name: EarlyTerminationPolicy + description: Early termination policies enable canceling poor-performing runs before they complete namespace: '' protocol: {} - - *ref_714 - immediate: - - *ref_712 - - *ref_714 - discriminator: *ref_717 - language: - default: &ref_718 - name: TargetLagsClassification - description: discriminated type - discriminatorInterface: TargetLagsClassification - go: *ref_718 - protocol: {} - nullable: true - serializedName: targetLags - extensions: - x-nullable: true - language: - default: - name: targetLags - description: The number of past periods to lag from the target column. - go: - name: TargetLags - description: The number of past periods to lag from the target column. - byValue: true - protocol: {} - - schema: - type: object - children: &ref_719 - all: - - &ref_720 + nullable: true + required: false + serializedName: earlyTermination + extensions: + x-nullable: true + language: + default: + name: earlyTermination + description: Type of early termination policy. + protocol: {} + - schema: &ref_1121 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TargetRollingWindowSizeModeAuto - parents: - all: - - &ref_721 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_719 - discriminator: &ref_726 - all: - Auto: *ref_720 - Custom: &ref_723 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TargetRollingWindowSizeModeCustom - parents: - all: - - *ref_721 - immediate: - - *ref_721 - properties: - - schema: *ref_722 - required: true - serializedName: value - language: - default: - name: value - description: '[Required] TargetRollingWindowSize value.' - go: - name: Value - description: REQUIRED; [Required] TargetRollingWindowSize value. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomTargetRollingWindowSize - description: '' - namespace: '' - go: - name: CustomTargetRollingWindowSize - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Auto: *ref_720 - Custom: *ref_723 - property: &ref_725 - schema: *ref_724 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: mode - description: '[Required] TargetRollingWindowSiz detection mode.' - go: - name: Mode - description: REQUIRED; [Required] TargetRollingWindowSiz detection mode. - protocol: {} - properties: - - *ref_725 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TargetRollingWindowSize - description: Forecasting target rolling window size. - namespace: '' - go: - name: TargetRollingWindowSize - description: TargetRollingWindowSize - Forecasting target rolling window size. - discriminatorInterface: TargetRollingWindowSizeClassification - discriminatorTypes: - - '*AutoTargetRollingWindowSize' - - '*CustomTargetRollingWindowSize' - - '*TargetRollingWindowSize' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_721 + properties: + - schema: *ref_687 + nullable: true + serializedName: maxConcurrentTrials + language: + default: + name: maxConcurrentTrials + description: Maximum number of concurrent iterations for the underlying Sweep job. + protocol: {} + - schema: *ref_688 + nullable: true + serializedName: maxTrials + language: + default: + name: maxTrials + description: Maximum number of iterations for the underlying Sweep job. + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Auto language: default: - name: AutoTargetRollingWindowSize - description: Target lags rolling window determined automatically. - namespace: '' - go: - name: AutoTargetRollingWindowSize - description: AutoTargetRollingWindowSize - Target lags rolling window determined automatically. - marshallingFormat: json + name: ImageSweepLimitSettings + description: Limit settings for model sweeping and hyperparameter sweeping. namespace: '' protocol: {} - - *ref_723 - immediate: - - *ref_720 - - *ref_723 - discriminator: *ref_726 + required: true + serializedName: limits + language: + default: + name: limits + description: '[Required] Limit settings for model sweeping and hyperparameter sweeping.' + protocol: {} + - schema: *ref_689 + required: true + serializedName: samplingAlgorithm + language: + default: + name: samplingAlgorithm + description: '[Required] Type of the hyperparameter sampling algorithms.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_727 - name: TargetRollingWindowSizeClassification - description: discriminated type - discriminatorInterface: TargetRollingWindowSizeClassification - go: *ref_727 + default: + name: ImageSweepSettings + description: Model sweeping and hyperparameter sweeping related settings. + namespace: '' protocol: {} nullable: true - serializedName: targetRollingWindowSize + required: false + serializedName: sweepSettings extensions: x-nullable: true language: default: - name: targetRollingWindowSize - description: The number of past periods used to create a rolling window average of the target column. - go: - name: TargetRollingWindowSize - description: The number of past periods used to create a rolling window average of the target column. - byValue: true - protocol: {} - - schema: *ref_728 - nullable: true - serializedName: timeColumnName - language: - default: - name: timeColumnName - description: >- - The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the - time series and inferring its frequency. - go: - name: TimeColumnName - description: >- - The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the - time series and inferring its frequency. - protocol: {} - - schema: &ref_1278 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_729 - language: - default: - name: ForecastingSettingsTimeSeriesIdColumnNames - description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." - go: - name: '[]*string' - description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: timeSeriesIdColumnNames - language: - default: - name: timeSeriesIdColumnNames - description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." - go: - name: TimeSeriesIDColumnNames - description: >- - The names of columns used to group a timeseries. It can be used to create multiple series. If grain is not defined, the data set is assumed to be - one time-series. This parameter is used with task type - - forecasting. - byValue: true - protocol: {} - - schema: *ref_730 - serializedName: useStl - language: - default: - name: useStl - description: Configure STL Decomposition of the time-series target column. - go: - name: UseStl - description: Configure STL Decomposition of the time-series target column. + name: sweepSettings + description: Model sweeping and hyperparameter sweeping related settings. protocol: {} serializationFormats: - json @@ -29000,37 +20924,183 @@ schemas: - input language: default: - name: ForecastingSettings - description: Forecasting specific parameters. - namespace: '' - go: - name: ForecastingSettings - description: ForecastingSettings - Forecasting specific parameters. - hasArrayMap: true - marshallingFormat: json + name: ImageVertical + description: "Abstract class for AutoML tasks that train image (computer vision) models -\r\nsuch as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation." namespace: '' protocol: {} - nullable: true - serializedName: forecastingSettings - extensions: - x-nullable: true + immediate: + - *ref_562 + - *ref_476 + properties: + - schema: *ref_690 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric to optimize for this task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ImageClassificationMultilabel + language: + default: + name: ImageClassificationMultilabel + description: "Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels\r\nfrom a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'." + namespace: '' + protocol: {} + immediate: + - *ref_561 + - *ref_563 + parents: + all: + - *ref_565 + immediate: + - *ref_565 + properties: + - schema: *ref_576 + nullable: true + serializedName: modelSettings + extensions: + x-nullable: true + language: + default: + name: modelSettings + description: Settings used for training the model. + protocol: {} + - schema: &ref_1199 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_630 + extensions: + x-ms-identifiers: [] + language: + default: + name: ImageClassificationBaseSearchSpace + description: Search space for sampling different combinations of models and their hyperparameters. + protocol: {} + nullable: true + serializedName: searchSpace + extensions: + x-ms-identifiers: [] + language: + default: + name: searchSpace + description: Search space for sampling different combinations of models and their hyperparameters. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageClassificationBase + description: '' + namespace: '' + protocol: {} + - *ref_476 + - *ref_565 + immediate: + - *ref_562 + - *ref_476 + properties: + - schema: *ref_560 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric to optimize for this task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ImageClassification + language: + default: + name: ImageClassification + description: "Image Classification. Multi-class image classification is used when an image is classified with only a single label\r\nfrom a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'." + namespace: '' + protocol: {} + - *ref_563 + - *ref_568 + - *ref_569 + - *ref_514 + - &ref_691 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TextClassification + parents: + all: + - &ref_692 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_691 + - &ref_693 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TextClassificationMultilabel + parents: + all: + - *ref_692 + - *ref_476 + immediate: + - *ref_692 + - *ref_476 + properties: + - schema: *ref_690 + readOnly: true + serializedName: primaryMetric language: default: - name: forecastingSettings - description: Forecasting task specific inputs. - go: - name: ForecastingSettings - description: Forecasting task specific inputs. + name: primaryMetric + description: "Primary metric for Text-Classification-Multilabel task.\r\nCurrently only Accuracy is supported as primary metric, hence user need not set it explicitly." protocol: {} - - schema: *ref_731 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: TextClassificationMultilabel + language: + default: + name: TextClassificationMultilabel + description: "Text Classification Multilabel task in AutoML NLP vertical.\r\nNLP - Natural Language Processing." + namespace: '' + protocol: {} + - &ref_694 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TextNER + parents: + all: + - *ref_692 + - *ref_476 + immediate: + - *ref_692 + - *ref_476 + properties: + - schema: *ref_560 + readOnly: true serializedName: primaryMetric language: default: name: primaryMetric - description: Primary metric for forecasting task. - go: - name: PrimaryMetric - description: Primary metric for forecasting task. + description: "Primary metric for Text-NER task.\r\nOnly 'Accuracy' is supported for Text-NER, so user need not set this explicitly." protocol: {} serializationFormats: - json @@ -29038,26 +21108,19 @@ schemas: - output - input extensions: - x-ms-discriminator-value: Forecasting + x-ms-discriminator-value: TextNER language: default: - name: Forecasting - description: Forecasting task in AutoML Table vertical. - namespace: '' - go: - name: Forecasting - description: Forecasting task in AutoML Table vertical. - hasArrayMap: true - marshallingFormat: json + name: TextNer + description: "Text-NER task in AutoML NLP vertical.\r\nNER - Named Entity Recognition.\r\nNLP - Natural Language Processing." namespace: '' protocol: {} - - *ref_682 immediate: - - *ref_502 - - *ref_505 - - *ref_682 + - *ref_691 + - *ref_693 + - *ref_694 properties: - - schema: *ref_637 + - schema: *ref_530 nullable: true serializedName: dataSettings extensions: @@ -29066,11 +21129,8 @@ schemas: default: name: dataSettings description: Data inputs for AutoMLJob. - go: - name: DataSettings - description: Data inputs for AutoMLJob. protocol: {} - - schema: *ref_677 + - schema: *ref_536 nullable: true serializedName: featurizationSettings extensions: @@ -29079,85 +21139,32 @@ schemas: default: name: featurizationSettings description: Featurization inputs needed for AutoML job. - go: - name: FeaturizationSettings - description: Featurization inputs needed for AutoML job. protocol: {} - - schema: &ref_1194 + - schema: &ref_1122 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_732 - serializedName: enableEarlyTermination - language: - default: - name: enableEarlyTermination - description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. - go: - name: EnableEarlyTermination - description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. - protocol: {} - - schema: *ref_733 - nullable: true - serializedName: exitScore - language: - default: - name: exitScore - description: Exit score for the AutoML job. - go: - name: ExitScore - description: Exit score for the AutoML job. - protocol: {} - - schema: *ref_734 + - schema: *ref_695 serializedName: maxConcurrentTrials language: default: name: maxConcurrentTrials - description: Maximum Concurrent iterations. - go: - name: MaxConcurrentTrials - description: Maximum Concurrent iterations. - protocol: {} - - schema: *ref_735 - serializedName: maxCoresPerTrial - language: - default: - name: maxCoresPerTrial - description: Max cores per iteration. - go: - name: MaxCoresPerTrial - description: Max cores per iteration. + description: Maximum Concurrent AutoML iterations. protocol: {} - - schema: *ref_736 + - schema: *ref_696 serializedName: maxTrials language: default: name: maxTrials - description: Number of iterations. - go: - name: MaxTrials - description: Number of iterations. + description: Number of AutoML iterations. protocol: {} - - schema: *ref_737 + - schema: *ref_697 serializedName: timeout language: default: name: timeout description: AutoML job timeout. - go: - name: Timeout - description: AutoML job timeout. - protocol: {} - - schema: *ref_738 - serializedName: trialTimeout - language: - default: - name: trialTimeout - description: Iteration timeout. - go: - name: TrialTimeout - description: Iteration timeout. protocol: {} serializationFormats: - json @@ -29166,14 +21173,9 @@ schemas: - input language: default: - name: TableVerticalLimitSettings + name: NlpVerticalLimitSettings description: Job execution constraints. namespace: '' - go: - name: TableVerticalLimitSettings - description: TableVerticalLimitSettings - Job execution constraints. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: limitSettings @@ -29183,178 +21185,6 @@ schemas: default: name: limitSettings description: Execution constraints for AutoMLJob. - go: - name: LimitSettings - description: Execution constraints for AutoMLJob. - protocol: {} - - schema: &ref_1195 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_739 - serializedName: enableDnnTraining - language: - default: - name: enableDnnTraining - description: Enable recommendation of DNN models. - go: - name: EnableDnnTraining - description: Enable recommendation of DNN models. - protocol: {} - - schema: *ref_740 - serializedName: enableModelExplainability - language: - default: - name: enableModelExplainability - description: Flag to turn on explainability on best model. - go: - name: EnableModelExplainability - description: Flag to turn on explainability on best model. - protocol: {} - - schema: *ref_741 - serializedName: enableOnnxCompatibleModels - language: - default: - name: enableOnnxCompatibleModels - description: Flag for enabling onnx compatible models. - go: - name: EnableOnnxCompatibleModels - description: Flag for enabling onnx compatible models. - protocol: {} - - schema: *ref_742 - serializedName: enableStackEnsemble - language: - default: - name: enableStackEnsemble - description: Enable stack ensemble run. - go: - name: EnableStackEnsemble - description: Enable stack ensemble run. - protocol: {} - - schema: *ref_743 - serializedName: enableVoteEnsemble - language: - default: - name: enableVoteEnsemble - description: Enable voting ensemble run. - go: - name: EnableVoteEnsemble - description: Enable voting ensemble run. - protocol: {} - - schema: *ref_744 - serializedName: ensembleModelDownloadTimeout - language: - default: - name: ensembleModelDownloadTimeout - description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." - go: - name: EnsembleModelDownloadTimeout - description: >- - During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded. Configure this parameter - with a higher value than 300 secs, if more time - - is needed. - protocol: {} - - schema: &ref_1196 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_2 - nullable: true - serializedName: stackMetaLearnerKWargs - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: stackMetaLearnerKWargs - description: Optional parameters to pass to the initializer of the meta-learner. - go: - name: StackMetaLearnerKWargs - description: Optional parameters to pass to the initializer of the meta-learner. - byValue: true - protocol: {} - - schema: *ref_745 - serializedName: stackMetaLearnerTrainPercentage - language: - default: - name: stackMetaLearnerTrainPercentage - description: >- - Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. - Default value is 0.2. - go: - name: StackMetaLearnerTrainPercentage - description: >- - Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. - Default value is 0.2. - protocol: {} - - schema: *ref_746 - serializedName: stackMetaLearnerType - language: - default: - name: stackMetaLearnerType - description: The meta-learner is a model trained on the output of the individual heterogeneous models. - go: - name: StackMetaLearnerType - description: The meta-learner is a model trained on the output of the individual heterogeneous models. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: StackEnsembleSettings - description: Advances setting to customize StackEnsemble run. - namespace: '' - go: - name: StackEnsembleSettings - description: StackEnsembleSettings - Advances setting to customize StackEnsemble run. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: stackEnsembleSettings - extensions: - x-nullable: true - language: - default: - name: stackEnsembleSettings - description: Stack ensemble settings for stack ensemble run. - go: - name: StackEnsembleSettings - description: Stack ensemble settings for stack ensemble run. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TrainingSettings - description: Training related configuration. - namespace: '' - go: - name: TrainingSettings - description: TrainingSettings - Training related configuration. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: trainingSettings - extensions: - x-nullable: true - language: - default: - name: trainingSettings - description: Inputs for training phase for an AutoML Job. - go: - name: TrainingSettings - description: Inputs for training phase for an AutoML Job. protocol: {} serializationFormats: - json @@ -29363,81 +21193,21 @@ schemas: - input language: default: - name: TableVertical - description: Abstract class for AutoML tasks that use table dataset as input - such as Classification/Regression/Forecasting. - namespace: '' - go: - name: TableVertical - description: TableVertical - Abstract class for AutoML tasks that use table dataset as input - such as Classification/Regression/Forecasting. - marshallingFormat: json + name: NlpVertical + description: "Abstract class for NLP related AutoML tasks.\r\nNLP - Natural Language Processing." namespace: '' protocol: {} - - *ref_508 + - *ref_476 immediate: - - *ref_503 - - *ref_508 + - *ref_692 + - *ref_476 properties: - - schema: &ref_1268 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_747 - language: - default: - name: ClassificationAllowedModels - description: Allowed models for classification task. - go: - name: '[]*ClassificationModels' - description: Allowed models for classification task. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: allowedModels - language: - default: - name: allowedModels - description: Allowed models for classification task. - go: - name: AllowedModels - description: Allowed models for classification task. - byValue: true - protocol: {} - - schema: &ref_1269 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_747 - language: - default: - name: ClassificationBlockedModels - description: Blocked models for classification task. - go: - name: '[]*ClassificationModels' - description: Blocked models for classification task. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: blockedModels - language: - default: - name: blockedModels - description: Blocked models for classification task. - go: - name: BlockedModels - description: Blocked models for classification task. - byValue: true - protocol: {} - - schema: *ref_662 + - schema: *ref_560 serializedName: primaryMetric language: default: name: primaryMetric - description: Primary metric for the task. - go: - name: PrimaryMetric - description: Primary metric for the task. + description: Primary metric for Text-Classification task. protocol: {} serializationFormats: - json @@ -29445,46 +21215,83 @@ schemas: - output - input extensions: - x-ms-discriminator-value: Classification + x-ms-discriminator-value: TextClassification language: default: - name: Classification - description: Classification task in AutoML Table vertical. - namespace: '' - go: - name: Classification - description: Classification task in AutoML Table vertical. - hasArrayMap: true - marshallingFormat: json + name: TextClassification + description: "Text Classification task in AutoML NLP vertical.\r\nNLP - Natural Language Processing." namespace: '' protocol: {} - - *ref_505 - - *ref_506 - - *ref_509 - - *ref_514 - - *ref_515 - - *ref_682 - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_693 + - *ref_694 immediate: - - *ref_502 - - *ref_505 - - *ref_506 - - *ref_509 + - *ref_474 + - *ref_513 + - *ref_561 + - *ref_563 + - *ref_568 + - *ref_569 - *ref_514 - - *ref_515 - - *ref_682 - - *ref_665 - - *ref_667 - - *ref_668 - discriminator: *ref_748 + - *ref_691 + - *ref_693 + - *ref_694 + discriminator: + all: + Classification: *ref_474 + Forecasting: *ref_513 + ImageClassification: *ref_561 + ImageClassificationMultilabel: *ref_563 + ImageInstanceSegmentation: *ref_568 + ImageObjectDetection: *ref_569 + Regression: *ref_514 + TextClassification: *ref_691 + TextClassificationMultilabel: *ref_693 + TextNER: *ref_694 + immediate: + Classification: *ref_474 + Forecasting: *ref_513 + ImageClassification: *ref_561 + ImageClassificationMultilabel: *ref_563 + ImageInstanceSegmentation: *ref_568 + ImageObjectDetection: *ref_569 + Regression: *ref_514 + TextClassification: *ref_691 + TextClassificationMultilabel: *ref_693 + TextNER: *ref_694 + property: &ref_700 + schema: *ref_698 + isDiscriminator: true + required: true + serializedName: taskType + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: taskType + description: '[Required] Task type for AutoMLJob.' + protocol: {} + properties: + - schema: *ref_699 + required: false + serializedName: logVerbosity + language: + default: + name: logVerbosity + description: Log verbosity for the job. + protocol: {} + - *ref_700 + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_749 - name: AutoMLVerticalClassification - description: discriminated type - discriminatorInterface: AutoMLVerticalClassification - go: *ref_749 + default: + name: AutoMLVertical + description: "AutoML vertical class.\r\nBase class for AutoML verticals - TableVertical/ImageVertical/NLPVertical" + namespace: '' protocol: {} required: true serializedName: taskDetails @@ -29492,10 +21299,6 @@ schemas: default: name: taskDetails description: '[Required] This represents scenario which can be one of Tables/NLP/Image' - go: - name: TaskDetails - description: REQUIRED; [Required] This represents scenario which can be one of Tables/NLP/Image - byValue: true protocol: {} serializationFormats: - json @@ -29509,26 +21312,20 @@ schemas: name: AutoMLJob description: "AutoMLJob class.\r\nUse this class for executing AutoML tasks like Classification/Regression etc.\r\nSee TaskType enum for all the tasks supported." namespace: '' - go: - name: AutoMLJob - description: AutoMLJob class. Use this class for executing AutoML tasks like Classification/Regression etc. See TaskType enum for all the tasks supported. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_802 + - &ref_745 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobTypeCommand + discriminatorValue: Command parents: all: - - *ref_494 - - *ref_395 + - *ref_469 + - *ref_373 immediate: - - *ref_494 + - *ref_469 properties: - - schema: *ref_750 + - schema: *ref_701 nullable: true required: false serializedName: codeId @@ -29540,11 +21337,8 @@ schemas: default: name: codeId description: ARM resource ID of the code asset. - go: - name: CodeID - description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_751 + - schema: *ref_702 required: true serializedName: command extensions: @@ -29555,177 +21349,25 @@ schemas: default: name: command description: '[Required] The command to execute on startup of the job. eg. "python train.py"' - go: - name: Command - description: REQUIRED; [Required] The command to execute on startup of the job. eg. "python train.py" protocol: {} - - schema: &ref_798 + - schema: &ref_703 type: object - children: &ref_752 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_753 + - &ref_708 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: DistributionTypeMpi + discriminatorValue: Mpi parents: all: - - &ref_754 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_752 - discriminator: &ref_763 - all: - Mpi: *ref_753 - PyTorch: &ref_758 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DistributionTypePyTorch - parents: - all: - - *ref_754 - immediate: - - *ref_754 - properties: - - schema: *ref_755 - nullable: true - serializedName: processCountPerInstance - language: - default: - name: processCountPerInstance - description: Number of processes per node. - go: - name: ProcessCountPerInstance - description: Number of processes per node. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: PyTorch - language: - default: - name: PyTorch - description: PyTorch distribution configuration. - namespace: '' - go: - name: PyTorch - description: PyTorch distribution configuration. - marshallingFormat: json - namespace: '' - protocol: {} - TensorFlow: &ref_759 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DistributionTypeTensorFlow - parents: - all: - - *ref_754 - immediate: - - *ref_754 - properties: - - schema: *ref_756 - serializedName: parameterServerCount - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: parameterServerCount - description: Number of parameter server tasks. - go: - name: ParameterServerCount - description: Number of parameter server tasks. - protocol: {} - - schema: *ref_757 - nullable: true - serializedName: workerCount - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: workerCount - description: Number of workers. If not specified, will default to the instance count. - go: - name: WorkerCount - description: Number of workers. If not specified, will default to the instance count. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TensorFlow - language: - default: - name: TensorFlow - description: TensorFlow distribution configuration. - namespace: '' - go: - name: TensorFlow - description: TensorFlow distribution configuration. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Mpi: *ref_753 - PyTorch: *ref_758 - TensorFlow: *ref_759 - property: &ref_761 - schema: *ref_760 - isDiscriminator: true - required: true - serializedName: distributionType - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: distributionType - description: '[Required] Specifies the type of distribution framework.' - go: - name: DistributionType - description: REQUIRED; [Required] Specifies the type of distribution framework. - protocol: {} - properties: - - *ref_761 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: DistributionConfiguration - description: Base definition for job distribution configuration. - namespace: '' - go: - name: DistributionConfiguration - description: DistributionConfiguration - Base definition for job distribution configuration. - discriminatorInterface: DistributionConfigurationClassification - discriminatorTypes: - - '*DistributionConfiguration' - - '*Mpi' - - '*PyTorch' - - '*TensorFlow' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_703 immediate: - - *ref_754 + - *ref_703 properties: - - schema: *ref_762 + - schema: *ref_704 nullable: true serializedName: processCountPerInstance extensions: @@ -29736,9 +21378,6 @@ schemas: default: name: processCountPerInstance description: Number of processes per MPI node. - go: - name: ProcessCountPerInstance - description: Number of processes per MPI node. protocol: {} serializationFormats: - json @@ -29752,25 +21391,125 @@ schemas: name: Mpi description: MPI distribution configuration. namespace: '' - go: - name: Mpi - description: Mpi - MPI distribution configuration. - marshallingFormat: json + protocol: {} + - &ref_709 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: PyTorch + parents: + all: + - *ref_703 + immediate: + - *ref_703 + properties: + - schema: *ref_705 + nullable: true + serializedName: processCountPerInstance + language: + default: + name: processCountPerInstance + description: Number of processes per node. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: PyTorch + language: + default: + name: PyTorch + description: PyTorch distribution configuration. + namespace: '' + protocol: {} + - &ref_710 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TensorFlow + parents: + all: + - *ref_703 + immediate: + - *ref_703 + properties: + - schema: *ref_706 + serializedName: parameterServerCount + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: parameterServerCount + description: Number of parameter server tasks. + protocol: {} + - schema: *ref_707 + nullable: true + serializedName: workerCount + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: workerCount + description: Number of workers. If not specified, will default to the instance count. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: TensorFlow + language: + default: + name: TensorFlow + description: TensorFlow distribution configuration. namespace: '' protocol: {} - - *ref_758 - - *ref_759 immediate: - - *ref_753 - - *ref_758 - - *ref_759 - discriminator: *ref_763 + - *ref_708 + - *ref_709 + - *ref_710 + discriminator: + all: + Mpi: *ref_708 + PyTorch: *ref_709 + TensorFlow: *ref_710 + immediate: + Mpi: *ref_708 + PyTorch: *ref_709 + TensorFlow: *ref_710 + property: &ref_712 + schema: *ref_711 + isDiscriminator: true + required: true + serializedName: distributionType + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: distributionType + description: '[Required] Specifies the type of distribution framework.' + protocol: {} + properties: + - *ref_712 + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_764 - name: DistributionConfigurationClassification - description: discriminated type - discriminatorInterface: DistributionConfigurationClassification - go: *ref_764 + default: + name: DistributionConfiguration + description: Base definition for job distribution configuration. + namespace: '' protocol: {} nullable: true required: false @@ -29784,12 +21523,8 @@ schemas: default: name: distribution description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. - go: - name: Distribution - description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. - byValue: true protocol: {} - - schema: *ref_765 + - schema: *ref_713 required: true serializedName: environmentId extensions: @@ -29800,17 +21535,12 @@ schemas: default: name: environmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' - go: - name: EnvironmentID - description: REQUIRED; [Required] The ARM resource ID of the Environment specification for the job. protocol: {} - - schema: *ref_766 + - schema: *ref_714 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -29818,36 +21548,12 @@ schemas: default: name: environmentVariables description: Environment variables included in the job. - go: - name: EnvironmentVariables - description: Environment variables included in the job. - byValue: true protocol: {} - - schema: &ref_781 - type: dictionary - elementType: - type: object - children: *ref_767 - discriminator: *ref_768 - language: - default: &ref_769 - name: JobInputClassification - description: discriminated type - discriminatorInterface: JobInputClassification - go: *ref_769 - protocol: {} - language: - default: &ref_770 - name: map[string]JobInputClassification - description: map of discriminators - go: *ref_770 - protocol: {} + - schema: *ref_715 nullable: true required: false serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -29855,68 +21561,55 @@ schemas: default: name: inputs description: Mapping of input data bindings used in the job. - go: - name: Inputs - description: Mapping of input data bindings used in the job. - byValue: true protocol: {} - - schema: &ref_771 + - schema: &ref_716 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobLimitsTypeCommand + discriminatorValue: Command parents: all: - - &ref_772 + - &ref_717 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_771 - - &ref_776 + - *ref_716 + - &ref_721 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobLimitsTypeSweep + discriminatorValue: Sweep parents: all: - - *ref_772 + - *ref_717 immediate: - - *ref_772 + - *ref_717 properties: - - schema: *ref_773 + - schema: *ref_718 nullable: true serializedName: maxConcurrentTrials language: default: name: maxConcurrentTrials description: Sweep Job max concurrent trials. - go: - name: MaxConcurrentTrials - description: Sweep Job max concurrent trials. protocol: {} - - schema: *ref_774 + - schema: *ref_719 nullable: true serializedName: maxTotalTrials language: default: name: maxTotalTrials description: Sweep Job max total trials. - go: - name: MaxTotalTrials - description: Sweep Job max total trials. protocol: {} - - schema: *ref_775 + - schema: *ref_720 nullable: true serializedName: trialTimeout language: default: name: trialTimeout description: Sweep Job Trial timeout value. - go: - name: TrialTimeout - description: Sweep Job Trial timeout value. protocol: {} serializationFormats: - json @@ -29930,24 +21623,19 @@ schemas: name: SweepJobLimits description: Sweep Job limit class. namespace: '' - go: - name: SweepJobLimits - description: SweepJobLimits - Sweep Job limit class. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_771 - - *ref_776 + - *ref_716 + - *ref_721 discriminator: all: - Command: *ref_771 - Sweep: *ref_776 + Command: *ref_716 + Sweep: *ref_721 immediate: - Command: *ref_771 - Sweep: *ref_776 - property: &ref_778 - schema: *ref_777 + Command: *ref_716 + Sweep: *ref_721 + property: &ref_723 + schema: *ref_722 isDiscriminator: true required: true serializedName: jobLimitsType @@ -29955,13 +21643,10 @@ schemas: default: name: jobLimitsType description: '[Required] JobLimit type.' - go: - name: JobLimitsType - description: REQUIRED; [Required] JobLimit type. protocol: {} properties: - - *ref_778 - - schema: *ref_779 + - *ref_723 + - schema: *ref_724 nullable: true required: false serializedName: timeout @@ -29969,9 +21654,6 @@ schemas: default: name: timeout description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. - go: - name: Timeout - description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. protocol: {} serializationFormats: - json @@ -29983,20 +21665,9 @@ schemas: name: JobLimits description: '' namespace: '' - go: - name: JobLimits - description: '' - discriminatorInterface: JobLimitsClassification - discriminatorTypes: - - '*CommandJobLimits' - - '*JobLimits' - - '*SweepJobLimits' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} immediate: - - *ref_772 + - *ref_717 serializationFormats: - json usage: @@ -30009,11 +21680,6 @@ schemas: name: CommandJobLimits description: Command Job limit class. namespace: '' - go: - name: CommandJobLimits - description: CommandJobLimits - Command Job limit class. - marshallingFormat: json - namespace: '' protocol: {} nullable: true required: false @@ -30028,17 +21694,12 @@ schemas: default: name: limits description: Command Job limit. - go: - name: Limits - description: Command Job limit. protocol: {} - - schema: *ref_780 + - schema: *ref_725 nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30046,10 +21707,6 @@ schemas: default: name: outputs description: Mapping of output data bindings used in the job. - go: - name: Outputs - description: Mapping of output data bindings used in the job. - byValue: true protocol: {} - schema: *ref_2 nullable: true @@ -30057,20 +21714,14 @@ schemas: required: false serializedName: parameters extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read language: default: name: parameters description: Input parameters. - go: - name: Parameters - description: READ-ONLY; Input parameters. - byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_473 nullable: true required: false serializedName: resources @@ -30083,9 +21734,6 @@ schemas: default: name: resources description: Compute Resource configuration for the job. - go: - name: Resources - description: Compute Resource configuration for the job. protocol: {} serializationFormats: - json @@ -30099,31 +21747,23 @@ schemas: name: CommandJob description: Command job definition. namespace: '' - go: - name: CommandJob - description: CommandJob - Command job definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_803 + - &ref_746 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobTypePipeline + discriminatorValue: Pipeline parents: all: - - *ref_494 - - *ref_395 + - *ref_469 + - *ref_373 immediate: - - *ref_494 + - *ref_469 properties: - - schema: *ref_781 + - schema: *ref_726 nullable: true serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30131,17 +21771,11 @@ schemas: default: name: inputs description: Inputs for the pipeline job. - go: - name: Inputs - description: Inputs for the pipeline job. - byValue: true protocol: {} - - schema: *ref_782 + - schema: *ref_727 nullable: true serializedName: jobs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30149,17 +21783,11 @@ schemas: default: name: jobs description: Jobs construct the Pipeline Job. - go: - name: Jobs - description: Jobs construct the Pipeline Job. - byValue: true protocol: {} - - schema: *ref_780 + - schema: *ref_728 nullable: true serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30167,17 +21795,11 @@ schemas: default: name: outputs description: Outputs for the pipeline job - go: - name: Outputs - description: Outputs for the pipeline job - byValue: true protocol: {} - schema: *ref_2 nullable: true serializedName: settings extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30185,10 +21807,6 @@ schemas: default: name: settings description: Pipeline settings, for things like ContinueRunOnStepFailure etc. - go: - name: Settings - description: Pipeline settings, for things like ContinueRunOnStepFailure etc. - byValue: true protocol: {} serializationFormats: - json @@ -30202,26 +21820,20 @@ schemas: name: PipelineJob description: 'Pipeline Job definition: defines generic to MFE attributes.' namespace: '' - go: - name: PipelineJob - description: 'PipelineJob - Pipeline Job definition: defines generic to MFE attributes.' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_804 + - &ref_747 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobTypeSweep + discriminatorValue: Sweep parents: all: - - *ref_494 - - *ref_395 + - *ref_469 + - *ref_373 immediate: - - *ref_494 + - *ref_469 properties: - - schema: *ref_783 + - schema: *ref_676 nullable: true required: false serializedName: earlyTermination @@ -30231,18 +21843,12 @@ schemas: default: name: earlyTermination description: Early termination policies enable canceling poor-performing runs before they complete - go: - name: EarlyTermination - description: Early termination policies enable canceling poor-performing runs before they complete - byValue: true protocol: {} - - schema: *ref_781 + - schema: *ref_729 nullable: true required: false serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30250,12 +21856,8 @@ schemas: default: name: inputs description: Mapping of input data bindings used in the job. - go: - name: Inputs - description: Mapping of input data bindings used in the job. - byValue: true protocol: {} - - schema: *ref_776 + - schema: *ref_721 nullable: true required: false serializedName: limits @@ -30269,36 +21871,27 @@ schemas: default: name: limits description: Sweep Job limit. - go: - name: Limits - description: Sweep Job limit. protocol: {} - - schema: &ref_1203 + - schema: &ref_1123 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_784 + - schema: *ref_730 required: true serializedName: goal language: default: name: goal description: '[Required] Defines supported metric goals for hyperparameter tuning' - go: - name: Goal - description: REQUIRED; [Required] Defines supported metric goals for hyperparameter tuning protocol: {} - - schema: *ref_785 + - schema: *ref_731 required: true serializedName: primaryMetric language: default: name: primaryMetric description: '[Required] Name of the metric to optimize.' - go: - name: PrimaryMetric - description: REQUIRED; [Required] Name of the metric to optimize. protocol: {} serializationFormats: - json @@ -30310,11 +21903,6 @@ schemas: name: Objective description: Optimization objective. namespace: '' - go: - name: Objective - description: Objective - Optimization objective. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: objective @@ -30322,17 +21910,12 @@ schemas: default: name: objective description: '[Required] Optimization objective.' - go: - name: Objective - description: REQUIRED; [Required] Optimization objective. protocol: {} - - schema: *ref_780 + - schema: *ref_732 nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30340,152 +21923,23 @@ schemas: default: name: outputs description: Mapping of output data bindings used in the job. - go: - name: Outputs - description: Mapping of output data bindings used in the job. - byValue: true protocol: {} - - schema: + - schema: &ref_733 type: object - children: &ref_786 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_787 + - &ref_736 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SamplingAlgorithmTypeBayesian + discriminatorValue: Bayesian parents: all: - - &ref_788 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_786 - discriminator: &ref_794 - all: - Bayesian: *ref_787 - Grid: &ref_791 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: SamplingAlgorithmTypeGrid - parents: - all: - - *ref_788 - immediate: - - *ref_788 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Grid - language: - default: - name: GridSamplingAlgorithm - description: Defines a Sampling Algorithm that exhaustively generates every value combination in the space - namespace: '' - go: - name: GridSamplingAlgorithm - description: GridSamplingAlgorithm - Defines a Sampling Algorithm that exhaustively generates every value combination in the space - marshallingFormat: json - namespace: '' - protocol: {} - Random: &ref_792 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: SamplingAlgorithmTypeRandom - parents: - all: - - *ref_788 - immediate: - - *ref_788 - properties: - - schema: *ref_789 - serializedName: rule - language: - default: - name: rule - description: The specific type of random algorithm - go: - name: Rule - description: The specific type of random algorithm - protocol: {} - - schema: *ref_790 - nullable: true - serializedName: seed - language: - default: - name: seed - description: An optional integer to use as the seed for random number generation - go: - name: Seed - description: An optional integer to use as the seed for random number generation - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Random - language: - default: - name: RandomSamplingAlgorithm - description: Defines a Sampling Algorithm that generates values randomly - namespace: '' - go: - name: RandomSamplingAlgorithm - description: RandomSamplingAlgorithm - Defines a Sampling Algorithm that generates values randomly - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Bayesian: *ref_787 - Grid: *ref_791 - Random: *ref_792 - property: &ref_793 - schema: *ref_660 - isDiscriminator: true - required: true - serializedName: samplingAlgorithmType - language: - default: - name: samplingAlgorithmType - description: '[Required] The algorithm used for generating hyperparameter values, along with configuration properties' - go: - name: SamplingAlgorithmType - description: REQUIRED; [Required] The algorithm used for generating hyperparameter values, along with configuration properties - protocol: {} - properties: - - *ref_793 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: SamplingAlgorithm - description: "The Sampling Algorithm used to generate hyperparameter values, along with properties to\r\nconfigure the algorithm" - namespace: '' - go: - name: SamplingAlgorithm - description: SamplingAlgorithm - The Sampling Algorithm used to generate hyperparameter values, along with properties to configure the algorithm - discriminatorInterface: SamplingAlgorithmClassification - discriminatorTypes: - - '*BayesianSamplingAlgorithm' - - '*GridSamplingAlgorithm' - - '*RandomSamplingAlgorithm' - - '*SamplingAlgorithm' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_733 immediate: - - *ref_788 + - *ref_733 serializationFormats: - json usage: @@ -30498,25 +21952,104 @@ schemas: name: BayesianSamplingAlgorithm description: Defines a Sampling Algorithm that generates values based on previous values namespace: '' - go: - name: BayesianSamplingAlgorithm - description: BayesianSamplingAlgorithm - Defines a Sampling Algorithm that generates values based on previous values - marshallingFormat: json + protocol: {} + - &ref_737 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Grid + parents: + all: + - *ref_733 + immediate: + - *ref_733 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Grid + language: + default: + name: GridSamplingAlgorithm + description: Defines a Sampling Algorithm that exhaustively generates every value combination in the space + namespace: '' + protocol: {} + - &ref_738 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Random + parents: + all: + - *ref_733 + immediate: + - *ref_733 + properties: + - schema: *ref_734 + serializedName: rule + language: + default: + name: rule + description: The specific type of random algorithm + protocol: {} + - schema: *ref_735 + nullable: true + serializedName: seed + language: + default: + name: seed + description: An optional integer to use as the seed for random number generation + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Random + language: + default: + name: RandomSamplingAlgorithm + description: Defines a Sampling Algorithm that generates values randomly namespace: '' protocol: {} - - *ref_791 - - *ref_792 immediate: - - *ref_787 - - *ref_791 - - *ref_792 - discriminator: *ref_794 + - *ref_736 + - *ref_737 + - *ref_738 + discriminator: + all: + Bayesian: *ref_736 + Grid: *ref_737 + Random: *ref_738 + immediate: + Bayesian: *ref_736 + Grid: *ref_737 + Random: *ref_738 + property: &ref_739 + schema: *ref_689 + isDiscriminator: true + required: true + serializedName: samplingAlgorithmType + language: + default: + name: samplingAlgorithmType + description: '[Required] The algorithm used for generating hyperparameter values, along with configuration properties' + protocol: {} + properties: + - *ref_739 + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_795 - name: SamplingAlgorithmClassification - description: discriminated type - discriminatorInterface: SamplingAlgorithmClassification - go: *ref_795 + default: + name: SamplingAlgorithm + description: "The Sampling Algorithm used to generate hyperparameter values, along with properties to\r\nconfigure the algorithm" + namespace: '' protocol: {} required: true serializedName: samplingAlgorithm @@ -30524,32 +22057,21 @@ schemas: default: name: samplingAlgorithm description: '[Required] The hyperparameter sampling algorithm' - go: - name: SamplingAlgorithm - description: REQUIRED; [Required] The hyperparameter sampling algorithm - byValue: true protocol: {} - schema: *ref_2 required: true serializedName: searchSpace - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: searchSpace description: '[Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter' - go: - name: SearchSpace - description: REQUIRED; [Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter - byValue: true protocol: {} - - schema: &ref_1205 + - schema: &ref_1125 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_796 + - schema: *ref_740 nullable: true required: false serializedName: codeId @@ -30561,11 +22083,8 @@ schemas: default: name: codeId description: ARM resource ID of the code asset. - go: - name: CodeID - description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_797 + - schema: *ref_741 required: true serializedName: command extensions: @@ -30576,11 +22095,8 @@ schemas: default: name: command description: '[Required] The command to execute on startup of the job. eg. "python train.py"' - go: - name: Command - description: REQUIRED; [Required] The command to execute on startup of the job. eg. "python train.py" protocol: {} - - schema: *ref_798 + - schema: *ref_703 nullable: true required: false serializedName: distribution @@ -30593,29 +22109,20 @@ schemas: default: name: distribution description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. - go: - name: Distribution - description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. - byValue: true protocol: {} - - schema: *ref_799 + - schema: *ref_742 required: true serializedName: environmentId language: default: name: environmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' - go: - name: EnvironmentID - description: REQUIRED; [Required] The ARM resource ID of the Environment specification for the job. protocol: {} - - schema: *ref_800 + - schema: *ref_743 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30623,12 +22130,8 @@ schemas: default: name: environmentVariables description: Environment variables included in the job. - go: - name: EnvironmentVariables - description: Environment variables included in the job. - byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_473 nullable: true required: false serializedName: resources @@ -30641,9 +22144,6 @@ schemas: default: name: resources description: Compute Resource configuration for the job. - go: - name: Resources - description: Compute Resource configuration for the job. protocol: {} serializationFormats: - json @@ -30655,12 +22155,6 @@ schemas: name: TrialComponent description: Trial component definition. namespace: '' - go: - name: TrialComponent - description: TrialComponent - Trial component definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: trial @@ -30668,9 +22162,6 @@ schemas: default: name: trial description: '[Required] Trial component definition.' - go: - name: Trial - description: REQUIRED; [Required] Trial component definition. protocol: {} serializationFormats: - json @@ -30684,31 +22175,25 @@ schemas: name: SweepJob description: Sweep job definition. namespace: '' - go: - name: SweepJob - description: SweepJob - Sweep job definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_801 - - *ref_802 - - *ref_803 - - *ref_804 - discriminator: &ref_843 + - *ref_744 + - *ref_745 + - *ref_746 + - *ref_747 + discriminator: all: - AutoML: *ref_801 - Command: *ref_802 - Pipeline: *ref_803 - Sweep: *ref_804 + AutoML: *ref_744 + Command: *ref_745 + Pipeline: *ref_746 + Sweep: *ref_747 immediate: - AutoML: *ref_801 - Command: *ref_802 - Pipeline: *ref_803 - Sweep: *ref_804 - property: &ref_821 - schema: *ref_805 + AutoML: *ref_744 + Command: *ref_745 + Pipeline: *ref_746 + Sweep: *ref_747 + property: &ref_761 + schema: *ref_748 isDiscriminator: true required: true serializedName: jobType @@ -30720,17 +22205,14 @@ schemas: default: name: jobType description: '[Required] Specifies the type of job.' - go: - name: JobType - description: REQUIRED; [Required] Specifies the type of job. protocol: {} - parents: &ref_844 + parents: all: - - *ref_395 + - *ref_373 immediate: - - *ref_395 + - *ref_373 properties: - - schema: *ref_806 + - schema: *ref_749 nullable: true required: false serializedName: computeId @@ -30742,11 +22224,8 @@ schemas: default: name: computeId description: ARM resource ID of the compute resource. - go: - name: ComputeID - description: ARM resource ID of the compute resource. protocol: {} - - schema: *ref_807 + - schema: *ref_750 nullable: true required: false serializedName: displayName @@ -30758,11 +22237,8 @@ schemas: default: name: displayName description: Display name of job. - go: - name: DisplayName - description: Display name of job. protocol: {} - - schema: *ref_808 + - schema: *ref_751 nullable: true required: false serializedName: experimentName @@ -30774,179 +22250,23 @@ schemas: default: name: experimentName description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. - go: - name: ExperimentName - description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. protocol: {} - - schema: + - schema: &ref_752 type: object - children: &ref_809 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_810 + - &ref_756 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: IdentityConfigurationTypeAMLToken + discriminatorValue: AMLToken parents: all: - - &ref_811 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_809 - discriminator: &ref_819 - all: - AMLToken: *ref_810 - Managed: &ref_815 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: IdentityConfigurationTypeManaged - parents: - all: - - *ref_811 - immediate: - - *ref_811 - properties: - - schema: *ref_812 - nullable: true - serializedName: clientId - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: clientId - description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. - go: - name: ClientID - description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. - protocol: {} - - schema: *ref_813 - nullable: true - serializedName: objectId - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: objectId - description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. - go: - name: ObjectID - description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. - protocol: {} - - schema: *ref_814 - nullable: true - serializedName: resourceId - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: resourceId - description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. - go: - name: ResourceID - description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Managed - language: - default: - name: ManagedIdentity - description: Managed identity configuration. - namespace: '' - go: - name: ManagedIdentity - description: ManagedIdentity - Managed identity configuration. - marshallingFormat: json - namespace: '' - protocol: {} - UserIdentity: &ref_816 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: IdentityConfigurationTypeUserIdentity - parents: - all: - - *ref_811 - immediate: - - *ref_811 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: UserIdentity - language: - default: - name: UserIdentity - description: User identity configuration. - namespace: '' - go: - name: UserIdentity - description: UserIdentity - User identity configuration. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - AMLToken: *ref_810 - Managed: *ref_815 - UserIdentity: *ref_816 - property: &ref_818 - schema: *ref_817 - isDiscriminator: true - required: true - serializedName: identityType - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: identityType - description: '[Required] Specifies the type of identity framework.' - go: - name: IdentityType - description: REQUIRED; [Required] Specifies the type of identity framework. - protocol: {} - properties: - - *ref_818 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: IdentityConfiguration - description: Base definition for identity configuration. - namespace: '' - go: - name: IdentityConfiguration - description: IdentityConfiguration - Base definition for identity configuration. - discriminatorInterface: IdentityConfigurationClassification - discriminatorTypes: - - '*AmlToken' - - '*IdentityConfiguration' - - '*ManagedIdentity' - - '*UserIdentity' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_752 immediate: - - *ref_811 + - *ref_752 serializationFormats: - json usage: @@ -30959,25 +22279,129 @@ schemas: name: AmlToken description: AML Token identity configuration. namespace: '' - go: - name: AmlToken - description: AmlToken - AML Token identity configuration. - marshallingFormat: json + protocol: {} + - &ref_757 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Managed + parents: + all: + - *ref_752 + immediate: + - *ref_752 + properties: + - schema: *ref_753 + nullable: true + serializedName: clientId + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: clientId + description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. + protocol: {} + - schema: *ref_754 + nullable: true + serializedName: objectId + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: objectId + description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. + protocol: {} + - schema: *ref_755 + nullable: true + serializedName: resourceId + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: resourceId + description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Managed + language: + default: + name: ManagedIdentity + description: Managed identity configuration. + namespace: '' + protocol: {} + - &ref_758 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: UserIdentity + parents: + all: + - *ref_752 + immediate: + - *ref_752 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: UserIdentity + language: + default: + name: UserIdentity + description: User identity configuration. namespace: '' protocol: {} - - *ref_815 - - *ref_816 immediate: - - *ref_810 - - *ref_815 - - *ref_816 - discriminator: *ref_819 + - *ref_756 + - *ref_757 + - *ref_758 + discriminator: + all: + AMLToken: *ref_756 + Managed: *ref_757 + UserIdentity: *ref_758 + immediate: + AMLToken: *ref_756 + Managed: *ref_757 + UserIdentity: *ref_758 + property: &ref_760 + schema: *ref_759 + isDiscriminator: true + required: true + serializedName: identityType + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: identityType + description: '[Required] Specifies the type of identity framework.' + protocol: {} + properties: + - *ref_760 + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_820 - name: IdentityConfigurationClassification - description: discriminated type - discriminatorInterface: IdentityConfigurationClassification - go: *ref_820 + default: + name: IdentityConfiguration + description: Base definition for identity configuration. + namespace: '' protocol: {} nullable: true required: false @@ -30991,12 +22415,8 @@ schemas: default: name: identity description: "Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null.\r\nDefaults to AmlToken if null." - go: - name: Identity - description: Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null. - byValue: true protocol: {} - - schema: *ref_424 + - schema: *ref_402 required: false serializedName: isArchived extensions: @@ -31008,12 +22428,9 @@ schemas: default: name: isArchived description: Is the asset archived? - go: - name: IsArchived - description: Is the asset archived? protocol: {} - - *ref_821 - - schema: *ref_822 + - *ref_761 + - schema: *ref_180 nullable: true required: false serializedName: schedule @@ -31023,28 +22440,17 @@ schemas: default: name: schedule description: "Schedule definition of job.\r\nIf no schedule is provided, the job is run once and immediately after submission." - go: - name: Schedule - description: Schedule definition of job. If no schedule is provided, the job is run once and immediately after submission. - byValue: true protocol: {} - - schema: *ref_823 + - schema: *ref_762 nullable: true required: false serializedName: services - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: services description: "List of JobEndpoints.\r\nFor local jobs, a job endpoint will have an endpoint value of FileStreamObject." - go: - name: Services - description: List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject. - byValue: true protocol: {} - - schema: *ref_824 + - schema: *ref_763 readOnly: true required: false serializedName: status @@ -31055,9 +22461,6 @@ schemas: default: name: status description: Status of the job. - go: - name: Status - description: READ-ONLY; Status of the job. protocol: {} serializationFormats: - json @@ -31069,31 +22472,17 @@ schemas: name: JobBaseDetails description: Base definition for a job. namespace: '' - go: - name: JobBaseDetails - description: JobBaseDetails - Base definition for a job. - discriminatorInterface: JobBaseDetailsClassification - discriminatorTypes: - - '*AutoMLJob' - - '*CommandJob' - - '*JobBaseDetails' - - '*PipelineJob' - - '*SweepJob' - hasArrayMap: true - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} - - &ref_830 + - &ref_769 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_371 + - *ref_373 immediate: - - *ref_393 + - *ref_371 serializationFormats: - json usage: @@ -31104,71 +22493,49 @@ schemas: name: ModelContainerDetails description: '' namespace: '' - go: - name: ModelContainerDetails - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_421 - - *ref_801 - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_802 - - *ref_448 - *ref_399 - - *ref_803 - - *ref_804 - - *ref_400 - - *ref_401 - immediate: - - *ref_393 - - *ref_394 + - *ref_744 + - *ref_422 + - *ref_423 + - *ref_424 + - *ref_425 + - *ref_745 - *ref_426 - - *ref_494 + - *ref_377 + - *ref_746 + - *ref_747 + - *ref_378 + - *ref_379 + immediate: + - *ref_371 + - *ref_372 + - *ref_404 + - *ref_469 properties: - - schema: *ref_825 + - schema: *ref_764 nullable: true serializedName: description language: default: name: description description: The asset description text. - go: - name: Description - description: The asset description text. protocol: {} - - schema: *ref_826 + - schema: *ref_765 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: properties description: The asset property dictionary. - go: - name: Properties - description: The asset property dictionary. - byValue: true protocol: {} - - schema: *ref_827 + - schema: *ref_766 nullable: true serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Tag dictionary. Tags can be added, removed, and updated. - go: - name: Tags - description: Tag dictionary. Tags can be added, removed, and updated. - byValue: true protocol: {} serializationFormats: - json @@ -31180,15 +22547,9 @@ schemas: name: ResourceBase description: '' namespace: '' - go: - name: ResourceBase - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_393 + - *ref_371 serializationFormats: - json usage: @@ -31199,40 +22560,32 @@ schemas: name: ComponentContainerDetails description: "Component container definition.\r\n" namespace: '' - go: - name: ComponentContainerDetails - description: ComponentContainerDetails - Component container definition. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_828 - - *ref_829 - - *ref_830 + - *ref_767 + - *ref_768 + - *ref_769 immediate: - - *ref_392 - - *ref_425 - - *ref_828 - - *ref_829 - - *ref_830 + - *ref_370 + - *ref_403 + - *ref_767 + - *ref_768 + - *ref_769 parents: all: - - *ref_395 + - *ref_373 immediate: - - *ref_395 + - *ref_373 properties: - - schema: *ref_424 + - schema: *ref_402 serializedName: isArchived extensions: - x-ms-mutability: *ref_831 + x-ms-mutability: *ref_770 language: default: name: isArchived description: Is the asset archived? - go: - name: IsArchived - description: Is the asset archived? protocol: {} - - schema: *ref_832 + - schema: *ref_771 nullable: true readOnly: true serializedName: latestVersion @@ -31243,11 +22596,8 @@ schemas: default: name: latestVersion description: The latest version inside this container. - go: - name: LatestVersion - description: READ-ONLY; The latest version inside this container. protocol: {} - - schema: *ref_833 + - schema: *ref_772 nullable: true readOnly: true serializedName: nextVersion @@ -31258,9 +22608,6 @@ schemas: default: name: nextVersion description: The next auto incremental version - go: - name: NextVersion - description: READ-ONLY; The next auto incremental version protocol: {} serializationFormats: - json @@ -31272,15 +22619,10 @@ schemas: name: AssetContainer description: '' namespace: '' - go: - name: AssetContainer - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_395 + - *ref_373 immediate: - - *ref_393 + - *ref_371 serializationFormats: - json usage: @@ -31291,11 +22633,6 @@ schemas: name: CodeContainerDetails description: Container for code asset versions. namespace: '' - go: - name: CodeContainerDetails - description: CodeContainerDetails - Container for code asset versions. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: properties @@ -31303,9 +22640,6 @@ schemas: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31317,32 +22651,24 @@ schemas: name: CodeContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: CodeContainerData - description: CodeContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_850 + - &ref_777 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_418 + - schema: *ref_396 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31354,32 +22680,24 @@ schemas: name: CodeVersionData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: CodeVersionData - description: CodeVersionData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_851 + - &ref_778 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_425 + - schema: *ref_403 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31391,32 +22709,24 @@ schemas: name: ComponentContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: ComponentContainerData - description: ComponentContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_852 + - &ref_779 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_419 + - schema: *ref_397 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31428,32 +22738,24 @@ schemas: name: ComponentVersionData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: ComponentVersionData - description: ComponentVersionData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_853 + - &ref_780 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_828 + - schema: *ref_767 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31465,44 +22767,24 @@ schemas: name: DataContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: DataContainerData - description: DataContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_854 + - &ref_781 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: - type: object - children: *ref_834 - discriminator: *ref_835 - parents: *ref_836 - language: - default: &ref_837 - name: DataVersionBaseDetailsClassification - description: discriminated type - discriminatorInterface: DataVersionBaseDetailsClassification - go: *ref_837 - protocol: {} + - schema: *ref_375 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - byValue: true protocol: {} serializationFormats: - json @@ -31514,44 +22796,24 @@ schemas: name: DataVersionBaseData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: DataVersionBaseData - description: DataVersionBaseData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_855 + - &ref_782 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: - type: object - children: *ref_838 - discriminator: *ref_839 - parents: *ref_840 - language: - default: &ref_841 - name: DatastoreDetailsClassification - description: discriminated type - discriminatorInterface: DatastoreDetailsClassification - go: *ref_841 - protocol: {} + - schema: *ref_404 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - byValue: true protocol: {} serializationFormats: - json @@ -31563,32 +22825,24 @@ schemas: name: DatastoreData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: DatastoreData - description: DatastoreData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_856 + - &ref_783 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_829 + - schema: *ref_768 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31600,32 +22854,24 @@ schemas: name: EnvironmentContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: EnvironmentContainerData - description: EnvironmentContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_857 + - &ref_784 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_420 + - schema: *ref_398 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31637,44 +22883,24 @@ schemas: name: EnvironmentVersionData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: EnvironmentVersionData - description: EnvironmentVersionData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_858 + - &ref_785 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: - type: object - children: *ref_842 - discriminator: *ref_843 - parents: *ref_844 - language: - default: &ref_845 - name: JobBaseDetailsClassification - description: discriminated type - discriminatorInterface: JobBaseDetailsClassification - go: *ref_845 - protocol: {} + - schema: *ref_469 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - byValue: true protocol: {} serializationFormats: - json @@ -31686,32 +22912,24 @@ schemas: name: JobBaseData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: JobBaseData - description: JobBaseData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_859 + - &ref_786 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_830 + - schema: *ref_769 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31723,32 +22941,24 @@ schemas: name: ModelContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: ModelContainerData - description: ModelContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_860 + - &ref_787 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_421 + - schema: *ref_399 required: true serializedName: properties language: default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31760,131 +22970,99 @@ schemas: name: ModelVersionData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: ModelVersionData - description: ModelVersionData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_388 - - *ref_389 + - *ref_366 + - *ref_367 immediate: - - *ref_846 - - *ref_89 - - *ref_90 - - *ref_847 - - *ref_848 - - *ref_290 - - *ref_849 - - *ref_850 - - *ref_851 - - *ref_852 - - *ref_853 - - *ref_854 - - *ref_855 - - *ref_856 - - *ref_857 - - *ref_858 - - *ref_859 - - *ref_860 + - *ref_773 + - *ref_87 + - *ref_88 + - *ref_774 + - *ref_775 + - *ref_278 + - *ref_776 + - *ref_777 + - *ref_778 + - *ref_779 + - *ref_780 + - *ref_781 + - *ref_782 + - *ref_783 + - *ref_784 + - *ref_785 + - *ref_786 + - *ref_787 properties: - - schema: *ref_861 + - schema: *ref_788 readOnly: true serializedName: id language: default: name: id description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - go: - name: ID - description: READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - - schema: *ref_862 + - schema: *ref_789 readOnly: true serializedName: name language: default: name: name description: The name of the resource - go: - name: Name - description: READ-ONLY; The name of the resource protocol: {} - - schema: *ref_863 + - schema: *ref_790 readOnly: true serializedName: type language: default: name: type description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" - go: - name: Type - description: READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - - schema: &ref_911 + - schema: &ref_838 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_864 + - schema: *ref_791 serializedName: createdBy language: default: name: createdBy description: The identity that created the resource. - go: - name: CreatedBy - description: The identity that created the resource. protocol: {} - - schema: *ref_865 + - schema: *ref_792 serializedName: createdByType language: default: name: createdByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. protocol: {} - - schema: *ref_866 + - schema: *ref_793 serializedName: createdAt language: default: name: createdAt description: The timestamp of resource creation (UTC). - go: - name: CreatedAt - description: The timestamp of resource creation (UTC). protocol: {} - - schema: *ref_867 + - schema: *ref_794 serializedName: lastModifiedBy language: default: name: lastModifiedBy description: The identity that last modified the resource. - go: - name: LastModifiedBy - description: The identity that last modified the resource. protocol: {} - - schema: *ref_865 + - schema: *ref_792 serializedName: lastModifiedByType language: default: name: lastModifiedByType description: The type of identity that last modified the resource. - go: - name: LastModifiedByType - description: The type of identity that last modified the resource. protocol: {} - - schema: *ref_868 + - schema: *ref_795 serializedName: lastModifiedAt language: default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: LastModifiedAt - description: The timestamp of resource last modification (UTC) protocol: {} serializationFormats: - json @@ -31896,12 +23074,6 @@ schemas: name: SystemData description: Metadata pertaining to creation and last modification of the resource. namespace: '' - go: - name: SystemData - description: SystemData - Metadata pertaining to creation and last modification of the resource. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: systemData @@ -31909,9 +23081,6 @@ schemas: default: name: systemData description: Azure Resource Manager metadata containing createdBy and modifiedBy information. - go: - name: SystemData - description: READ-ONLY; Azure Resource Manager metadata containing createdBy and modifiedBy information. protocol: {} serializationFormats: - json @@ -31927,144 +23096,105 @@ schemas: description: Common fields that are returned in the response for all Azure Resource Manager resources namespace: '' summary: Resource - go: - name: Resource - description: Resource - Common fields that are returned in the response for all Azure Resource Manager resources - marshallingFormat: json - namespace: '' - summary: Resource protocol: {} immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_903 + - schema: &ref_830 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_869 + - schema: *ref_796 readOnly: true serializedName: workspaceId language: default: name: workspaceId description: The immutable id associated with this workspace. - go: - name: WorkspaceID - description: READ-ONLY; The immutable id associated with this workspace. protocol: {} - - schema: *ref_870 + - schema: *ref_797 serializedName: description language: default: name: description description: The description of this workspace. - go: - name: Description - description: The description of this workspace. protocol: {} - - schema: *ref_871 + - schema: *ref_798 serializedName: friendlyName language: default: name: friendlyName description: The friendly name for this workspace. This name in mutable - go: - name: FriendlyName - description: The friendly name for this workspace. This name in mutable protocol: {} - - schema: *ref_872 + - schema: *ref_799 serializedName: keyVault language: default: name: keyVault description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created - go: - name: KeyVault - description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - schema: *ref_873 + - schema: *ref_800 serializedName: applicationInsights language: default: name: applicationInsights description: ARM id of the application insights associated with this workspace. - go: - name: ApplicationInsights - description: ARM id of the application insights associated with this workspace. protocol: {} - - schema: *ref_874 + - schema: *ref_801 nullable: true serializedName: containerRegistry language: default: name: containerRegistry description: ARM id of the container registry associated with this workspace. - go: - name: ContainerRegistry - description: ARM id of the container registry associated with this workspace. protocol: {} - - schema: *ref_875 + - schema: *ref_802 serializedName: storageAccount language: default: name: storageAccount description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created - go: - name: StorageAccount - description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - schema: *ref_876 + - schema: *ref_803 serializedName: discoveryUrl language: default: name: discoveryUrl description: Url for the discovery service to identify regional endpoints for machine learning experimentation services - go: - name: DiscoveryURL - description: Url for the discovery service to identify regional endpoints for machine learning experimentation services protocol: {} - - schema: *ref_245 + - schema: *ref_256 readOnly: true serializedName: provisioningState language: default: name: provisioningState description: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. - go: - name: ProvisioningState - description: READ-ONLY; The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. protocol: {} - - schema: &ref_904 + - schema: &ref_831 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_877 + - schema: *ref_804 required: true serializedName: status language: default: name: status description: Indicates whether or not the encryption is enabled for the workspace. - go: - name: Status - description: REQUIRED; Indicates whether or not the encryption is enabled for the workspace. protocol: {} - - schema: &ref_905 + - schema: &ref_832 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_878 + - schema: *ref_805 serializedName: userAssignedIdentity language: default: name: userAssignedIdentity description: The ArmId of the user assigned identity that will be used to access the customer managed key vault - go: - name: UserAssignedIdentity - description: The ArmId of the user assigned identity that will be used to access the customer managed key vault protocol: {} serializationFormats: - json @@ -32076,11 +23206,6 @@ schemas: name: IdentityForCmk description: Identity that will be used to access key vault for encryption at rest namespace: '' - go: - name: IdentityForCmk - description: IdentityForCmk - Identity that will be used to access key vault for encryption at rest - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: identity @@ -32088,47 +23213,35 @@ schemas: default: name: identity description: The identity that will be used to access the key vault for encryption at rest. - go: - name: Identity - description: The identity that will be used to access the key vault for encryption at rest. protocol: {} - - schema: &ref_906 + - schema: &ref_833 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_879 + - schema: *ref_806 required: true serializedName: keyVaultArmId language: default: name: keyVaultArmId description: The ArmId of the keyVault where the customer owned encryption key is present. - go: - name: KeyVaultArmID - description: REQUIRED; The ArmId of the keyVault where the customer owned encryption key is present. protocol: {} - - schema: *ref_880 + - schema: *ref_807 required: true serializedName: keyIdentifier language: default: name: keyIdentifier description: Key vault uri to access the encryption key. - go: - name: KeyIdentifier - description: REQUIRED; Key vault uri to access the encryption key. protocol: {} - - schema: *ref_881 + - schema: *ref_808 required: false serializedName: identityClientId language: default: name: identityClientId description: For future use - The client id of the identity which will be used to access key vault. - go: - name: IdentityClientID - description: For future use - The client id of the identity which will be used to access key vault. protocol: {} serializationFormats: - json @@ -32140,11 +23253,6 @@ schemas: name: EncryptionKeyVaultProperties description: '' namespace: '' - go: - name: EncryptionKeyVaultProperties - description: '' - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: keyVaultProperties @@ -32152,9 +23260,6 @@ schemas: default: name: keyVaultProperties description: Customer Key vault properties. - go: - name: KeyVaultProperties - description: REQUIRED; Customer Key vault properties. protocol: {} serializationFormats: - json @@ -32166,88 +23271,62 @@ schemas: name: EncryptionProperty description: '' namespace: '' - go: - name: EncryptionProperty - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: encryption language: default: name: encryption description: The encryption settings of Azure ML workspace. - go: - name: Encryption - description: The encryption settings of Azure ML workspace. protocol: {} - - schema: *ref_882 + - schema: *ref_809 serializedName: hbiWorkspace language: default: name: hbiWorkspace description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service - go: - name: HbiWorkspace - description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service protocol: {} - - schema: *ref_883 + - schema: *ref_810 readOnly: true serializedName: serviceProvisionedResourceGroup language: default: name: serviceProvisionedResourceGroup description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace - go: - name: ServiceProvisionedResourceGroup - description: READ-ONLY; The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace protocol: {} - - schema: *ref_884 + - schema: *ref_811 readOnly: true serializedName: privateLinkCount language: default: name: privateLinkCount description: Count of private connections in the workspace - go: - name: PrivateLinkCount - description: READ-ONLY; Count of private connections in the workspace protocol: {} - - schema: *ref_885 + - schema: *ref_812 serializedName: imageBuildCompute language: default: name: imageBuildCompute description: The compute name for image build - go: - name: ImageBuildCompute - description: The compute name for image build protocol: {} - - schema: *ref_886 + - schema: *ref_813 serializedName: allowPublicAccessWhenBehindVnet language: default: name: allowPublicAccessWhenBehindVnet description: The flag to indicate whether to allow public access when behind VNet. - go: - name: AllowPublicAccessWhenBehindVnet - description: The flag to indicate whether to allow public access when behind VNet. protocol: {} - - schema: *ref_887 + - schema: *ref_814 serializedName: publicNetworkAccess language: default: name: publicNetworkAccess description: Whether requests from Public Network are allowed. - go: - name: PublicNetworkAccess - description: Whether requests from Public Network are allowed. protocol: {} - - schema: &ref_1209 + - schema: &ref_1129 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_846 + elementType: *ref_773 extensions: x-ms-identifiers: - name @@ -32255,11 +23334,6 @@ schemas: default: name: WorkspacePropertiesPrivateEndpointConnections description: The list of private endpoint connections in the workspace. - go: - name: '[]*PrivateEndpointConnection' - description: The list of private endpoint connections in the workspace. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: privateEndpointConnections @@ -32270,74 +23344,55 @@ schemas: default: name: privateEndpointConnections description: The list of private endpoint connections in the workspace. - go: - name: PrivateEndpointConnections - description: READ-ONLY; The list of private endpoint connections in the workspace. - byValue: true protocol: {} - - schema: &ref_1210 + - schema: &ref_1130 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_912 + elementType: &ref_839 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_888 + - schema: *ref_815 serializedName: name language: default: name: name description: Unique name of the private link. - go: - name: Name - description: Unique name of the private link. protocol: {} - - schema: &ref_913 + - schema: &ref_840 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_889 + - schema: *ref_816 serializedName: privateLinkResourceId language: default: name: privateLinkResourceId description: The resource id that private link links to. - go: - name: PrivateLinkResourceID - description: The resource id that private link links to. protocol: {} - - schema: *ref_890 + - schema: *ref_817 serializedName: groupId language: default: name: groupId description: The private link resource group id. - go: - name: GroupID - description: The private link resource group id. protocol: {} - - schema: *ref_891 + - schema: *ref_818 serializedName: requestMessage language: default: name: requestMessage description: Request message. - go: - name: RequestMessage - description: Request message. protocol: {} - - schema: *ref_74 + - schema: *ref_72 serializedName: status language: default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} serializationFormats: - json @@ -32349,11 +23404,6 @@ schemas: name: SharedPrivateLinkResourceProperty description: Properties of a shared private link resource. namespace: '' - go: - name: SharedPrivateLinkResourceProperty - description: SharedPrivateLinkResourceProperty - Properties of a shared private link resource. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -32362,9 +23412,6 @@ schemas: default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} serializationFormats: - json @@ -32376,11 +23423,6 @@ schemas: name: SharedPrivateLinkResource description: '' namespace: '' - go: - name: SharedPrivateLinkResource - description: '' - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -32389,11 +23431,6 @@ schemas: default: name: WorkspacePropertiesSharedPrivateLinkResources description: The list of shared private link resources in this workspace. - go: - name: '[]*SharedPrivateLinkResource' - description: The list of shared private link resources in this workspace. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: sharedPrivateLinkResources extensions: @@ -32403,60 +23440,44 @@ schemas: default: name: sharedPrivateLinkResources description: The list of shared private link resources in this workspace. - go: - name: SharedPrivateLinkResources - description: The list of shared private link resources in this workspace. - byValue: true protocol: {} - - schema: &ref_914 + - schema: &ref_841 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_892 + - schema: *ref_819 serializedName: fqdn language: default: name: fqdn description: '' - go: - name: Fqdn - description: '' protocol: {} - - schema: *ref_893 + - schema: *ref_820 serializedName: resourceId language: default: name: resourceId description: the data plane resourceId that used to initialize notebook component - go: - name: ResourceID - description: the data plane resourceId that used to initialize notebook component protocol: {} - - schema: &ref_915 + - schema: &ref_842 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_894 + - schema: *ref_821 serializedName: errorMessage language: default: name: errorMessage description: '' - go: - name: ErrorMessage - description: '' protocol: {} - - schema: *ref_895 + - schema: *ref_822 serializedName: statusCode language: default: name: statusCode description: '' - go: - name: StatusCode - description: '' protocol: {} serializationFormats: - json @@ -32468,11 +23489,6 @@ schemas: name: NotebookPreparationError description: '' namespace: '' - go: - name: NotebookPreparationError - description: '' - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: notebookPreparationError @@ -32482,9 +23498,6 @@ schemas: default: name: notebookPreparationError description: The error that occurs when preparing notebook. - go: - name: NotebookPreparationError - description: The error that occurs when preparing notebook. protocol: {} serializationFormats: - json @@ -32496,11 +23509,6 @@ schemas: name: NotebookResourceInfo description: '' namespace: '' - go: - name: NotebookResourceInfo - description: '' - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: notebookInfo @@ -32508,29 +23516,23 @@ schemas: default: name: notebookInfo description: The notebook info of Azure ML workspace. - go: - name: NotebookInfo - description: READ-ONLY; The notebook info of Azure ML workspace. protocol: {} - - schema: &ref_916 + - schema: &ref_843 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_917 + - schema: &ref_844 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_896 + - schema: *ref_823 serializedName: collectionsThroughput language: default: name: collectionsThroughput description: The throughput of the collections in cosmosdb database - go: - name: CollectionsThroughput - description: The throughput of the collections in cosmosdb database protocol: {} serializationFormats: - json @@ -32542,20 +23544,12 @@ schemas: name: CosmosDbSettings description: '' namespace: '' - go: - name: CosmosDbSettings - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: cosmosDb language: default: name: cosmosDb description: The settings for the service managed cosmosdb account. - go: - name: CosmosDb - description: The settings for the service managed cosmosdb account. protocol: {} serializationFormats: - json @@ -32567,63 +23561,43 @@ schemas: name: ServiceManagedResourcesSettings description: '' namespace: '' - go: - name: ServiceManagedResourcesSettings - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: serviceManagedResourcesSettings language: default: name: serviceManagedResourcesSettings description: The service managed resource settings. - go: - name: ServiceManagedResourcesSettings - description: The service managed resource settings. protocol: {} - - schema: *ref_897 + - schema: *ref_824 serializedName: primaryUserAssignedIdentity language: default: name: primaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. - go: - name: PrimaryUserAssignedIdentity - description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - schema: *ref_898 + - schema: *ref_825 readOnly: true serializedName: tenantId language: default: name: tenantId description: The tenant id associated with this workspace. - go: - name: TenantID - description: READ-ONLY; The tenant id associated with this workspace. protocol: {} - - schema: *ref_899 + - schema: *ref_826 readOnly: true serializedName: storageHnsEnabled language: default: name: storageHnsEnabled description: If the storage associated with the workspace has hierarchical namespace(HNS) enabled. - go: - name: StorageHnsEnabled - description: READ-ONLY; If the storage associated with the workspace has hierarchical namespace(HNS) enabled. protocol: {} - - schema: *ref_900 + - schema: *ref_827 readOnly: true serializedName: mlFlowTrackingUri language: default: name: mlFlowTrackingUri description: The URI associated with this workspace that machine learning flow must point at to set up tracking. - go: - name: MlFlowTrackingURI - description: READ-ONLY; The URI associated with this workspace that machine learning flow must point at to set up tracking. protocol: {} serializationFormats: - json @@ -32635,12 +23609,6 @@ schemas: name: WorkspaceProperties description: The properties of a machine learning workspace. namespace: '' - go: - name: WorkspaceProperties - description: WorkspaceProperties - The properties of a machine learning workspace. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -32649,53 +23617,34 @@ schemas: default: name: properties description: The properties of the machine learning workspace. - go: - name: Properties - description: The properties of the machine learning workspace. protocol: {} - - schema: *ref_276 + - schema: *ref_264 serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: *ref_901 + - schema: *ref_828 serializedName: location language: default: name: location description: Specifies the location of the resource. - go: - name: Location - description: Specifies the location of the resource. protocol: {} - - schema: *ref_902 + - schema: *ref_829 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Contains resource tags defined as key/value pairs. - go: - name: Tags - description: Contains resource tags defined as key/value pairs. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} serializationFormats: - json @@ -32707,155 +23656,112 @@ schemas: name: Workspace description: An object that represents a machine learning workspace. namespace: '' - go: - name: Workspace - description: Workspace - An object that represents a machine learning workspace. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_903 - - *ref_904 - - *ref_905 - - *ref_906 - - *ref_846 - - *ref_907 - - *ref_908 - - *ref_909 - - *ref_276 - - *ref_910 - - *ref_279 - - *ref_71 - - *ref_911 - - *ref_912 - - *ref_913 - - *ref_914 - - *ref_915 - - *ref_916 - - *ref_917 - - &ref_1325 + - *ref_830 + - *ref_831 + - *ref_832 + - *ref_833 + - *ref_773 + - *ref_834 + - *ref_835 + - *ref_836 + - *ref_264 + - *ref_837 + - *ref_267 + - *ref_69 + - *ref_838 + - *ref_839 + - *ref_840 + - *ref_841 + - *ref_842 + - *ref_843 + - *ref_844 + - &ref_1223 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_918 + - schema: *ref_845 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: The resource tags for the machine learning workspace. - go: - name: Tags - description: The resource tags for the machine learning workspace. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} - - schema: *ref_276 + - schema: *ref_264 serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: &ref_925 + - schema: &ref_852 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_919 + - schema: *ref_846 serializedName: description language: default: name: description description: The description of this workspace. - go: - name: Description - description: The description of this workspace. protocol: {} - - schema: *ref_920 + - schema: *ref_847 serializedName: friendlyName language: default: name: friendlyName description: The friendly name for this workspace. - go: - name: FriendlyName - description: The friendly name for this workspace. protocol: {} - - schema: *ref_921 + - schema: *ref_848 serializedName: imageBuildCompute language: default: name: imageBuildCompute description: The compute name for image build - go: - name: ImageBuildCompute - description: The compute name for image build protocol: {} - - schema: *ref_916 + - schema: *ref_843 serializedName: serviceManagedResourcesSettings language: default: name: serviceManagedResourcesSettings description: The service managed resource settings. - go: - name: ServiceManagedResourcesSettings - description: The service managed resource settings. protocol: {} - - schema: *ref_922 + - schema: *ref_849 serializedName: primaryUserAssignedIdentity language: default: name: primaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. - go: - name: PrimaryUserAssignedIdentity - description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - schema: *ref_887 + - schema: *ref_814 serializedName: publicNetworkAccess language: default: name: publicNetworkAccess description: Whether requests from Public Network are allowed. - go: - name: PublicNetworkAccess - description: Whether requests from Public Network are allowed. protocol: {} - - schema: *ref_923 + - schema: *ref_850 serializedName: applicationInsights language: default: name: applicationInsights description: ARM id of the application insights associated with this workspace. - go: - name: ApplicationInsights - description: ARM id of the application insights associated with this workspace. protocol: {} - - schema: *ref_924 + - schema: *ref_851 serializedName: containerRegistry language: default: name: containerRegistry description: ARM id of the container registry associated with this workspace. - go: - name: ContainerRegistry - description: ARM id of the container registry associated with this workspace. protocol: {} serializationFormats: - json @@ -32866,11 +23772,6 @@ schemas: name: WorkspacePropertiesUpdateParameters description: The parameters for updating the properties of a machine learning workspace. namespace: '' - go: - name: WorkspacePropertiesUpdateParameters - description: WorkspacePropertiesUpdateParameters - The parameters for updating the properties of a machine learning workspace. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -32879,9 +23780,6 @@ schemas: default: name: properties description: The properties that the machine learning workspace will be updated with. - go: - name: Properties - description: The properties that the machine learning workspace will be updated with. protocol: {} serializationFormats: - json @@ -32892,54 +23790,35 @@ schemas: name: WorkspaceUpdateParameters description: The parameters for updating a machine learning workspace. namespace: '' - go: - name: WorkspaceUpdateParameters - description: WorkspaceUpdateParameters - The parameters for updating a machine learning workspace. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_925 - - &ref_1341 + - *ref_852 + - &ref_1230 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1211 + - schema: &ref_1131 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_89 + elementType: *ref_87 language: default: name: WorkspaceListResultValue description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. - go: - name: '[]*Workspace' - description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. - go: - name: Value - description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. - byValue: true protocol: {} - - schema: *ref_926 + - schema: *ref_853 serializedName: nextLink language: default: name: nextLink description: The URI that can be used to request the next list of machine learning workspaces. - go: - name: NextLink - description: The URI that can be used to request the next list of machine learning workspaces. protocol: {} serializationFormats: - json @@ -32950,148 +23829,79 @@ schemas: name: WorkspaceListResult description: The result of a request to list machine learning workspaces. namespace: '' - go: - name: WorkspaceListResult - description: WorkspaceListResult - The result of a request to list machine learning workspaces. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1346 + - &ref_1231 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_936 + - schema: &ref_863 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_927 + - schema: *ref_854 serializedName: udr - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: udr description: Setting for diagnosing user defined routing - go: - name: Udr - description: Setting for diagnosing user defined routing - byValue: true protocol: {} - - schema: *ref_928 + - schema: *ref_855 serializedName: nsg - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: nsg description: Setting for diagnosing network security group - go: - name: Nsg - description: Setting for diagnosing network security group - byValue: true protocol: {} - - schema: *ref_929 + - schema: *ref_856 serializedName: resourceLock - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: resourceLock description: Setting for diagnosing resource lock - go: - name: ResourceLock - description: Setting for diagnosing resource lock - byValue: true protocol: {} - - schema: *ref_930 + - schema: *ref_857 serializedName: dnsResolution - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: dnsResolution description: Setting for diagnosing dns resolution - go: - name: DNSResolution - description: Setting for diagnosing dns resolution - byValue: true protocol: {} - - schema: *ref_931 + - schema: *ref_858 serializedName: storageAccount - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: storageAccount description: Setting for diagnosing dependent storage account - go: - name: StorageAccount - description: Setting for diagnosing dependent storage account - byValue: true protocol: {} - - schema: *ref_932 + - schema: *ref_859 serializedName: keyVault - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: keyVault description: Setting for diagnosing dependent key vault - go: - name: KeyVault - description: Setting for diagnosing dependent key vault - byValue: true protocol: {} - - schema: *ref_933 + - schema: *ref_860 serializedName: containerRegistry - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: containerRegistry description: Setting for diagnosing dependent container registry - go: - name: ContainerRegistry - description: Setting for diagnosing dependent container registry - byValue: true protocol: {} - - schema: *ref_934 + - schema: *ref_861 serializedName: applicationInsights - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: applicationInsights description: Setting for diagnosing dependent application insights - go: - name: ApplicationInsights - description: Setting for diagnosing dependent application insights - byValue: true protocol: {} - - schema: *ref_935 + - schema: *ref_862 serializedName: others - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: others description: Setting for diagnosing unclassified category of problems - go: - name: Others - description: Setting for diagnosing unclassified category of problems - byValue: true protocol: {} serializationFormats: - json @@ -33102,21 +23912,12 @@ schemas: name: DiagnoseRequestProperties description: '' namespace: '' - go: - name: DiagnoseRequestProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: value language: default: name: value description: Value of Parameters - go: - name: Value - description: Value of Parameters protocol: {} serializationFormats: - json @@ -33127,64 +23928,50 @@ schemas: name: DiagnoseWorkspaceParameters description: Parameters to diagnose a workspace namespace: '' - go: - name: DiagnoseWorkspaceParameters - description: DiagnoseWorkspaceParameters - Parameters to diagnose a workspace - marshallingFormat: json - namespace: '' protocol: {} - - *ref_936 - - &ref_1355 + - *ref_863 + - &ref_1236 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_942 + - schema: &ref_868 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1212 + - schema: &ref_1132 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_940 + elementType: &ref_867 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_937 + - schema: *ref_864 readOnly: true serializedName: code language: default: name: code description: Code for workspace setup error - go: - name: Code - description: READ-ONLY; Code for workspace setup error protocol: {} - - schema: *ref_938 + - schema: *ref_865 readOnly: true serializedName: level language: default: name: level description: Level of workspace setup error - go: - name: Level - description: READ-ONLY; Level of workspace setup error protocol: {} - - schema: *ref_939 + - schema: *ref_866 readOnly: true serializedName: message language: default: name: message description: Message of workspace setup error - go: - name: Message - description: READ-ONLY; Message of workspace setup error protocol: {} serializationFormats: - json @@ -33195,11 +23982,6 @@ schemas: name: DiagnoseResult description: Result of Diagnose namespace: '' - go: - name: DiagnoseResult - description: DiagnoseResult - Result of Diagnose - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -33208,11 +23990,6 @@ schemas: default: name: DiagnoseResponseResultValueUserDefinedRouteResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: userDefinedRouteResults extensions: @@ -33222,16 +23999,12 @@ schemas: default: name: userDefinedRouteResults description: '' - go: - name: UserDefinedRouteResults - description: '' - byValue: true protocol: {} - - schema: &ref_1213 + - schema: &ref_1133 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33239,11 +24012,6 @@ schemas: default: name: DiagnoseResponseResultValueNetworkSecurityRuleResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkSecurityRuleResults extensions: @@ -33253,16 +24021,12 @@ schemas: default: name: networkSecurityRuleResults description: '' - go: - name: NetworkSecurityRuleResults - description: '' - byValue: true protocol: {} - - schema: &ref_1214 + - schema: &ref_1134 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33270,11 +24034,6 @@ schemas: default: name: DiagnoseResponseResultValueResourceLockResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: resourceLockResults extensions: @@ -33284,16 +24043,12 @@ schemas: default: name: resourceLockResults description: '' - go: - name: ResourceLockResults - description: '' - byValue: true protocol: {} - - schema: &ref_1215 + - schema: &ref_1135 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33301,11 +24056,6 @@ schemas: default: name: DiagnoseResponseResultValueDnsResolutionResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dnsResolutionResults extensions: @@ -33315,16 +24065,12 @@ schemas: default: name: dnsResolutionResults description: '' - go: - name: DNSResolutionResults - description: '' - byValue: true protocol: {} - - schema: &ref_1216 + - schema: &ref_1136 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33332,11 +24078,6 @@ schemas: default: name: DiagnoseResponseResultValueStorageAccountResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: storageAccountResults extensions: @@ -33346,16 +24087,12 @@ schemas: default: name: storageAccountResults description: '' - go: - name: StorageAccountResults - description: '' - byValue: true protocol: {} - - schema: &ref_1217 + - schema: &ref_1137 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33363,11 +24100,6 @@ schemas: default: name: DiagnoseResponseResultValueKeyVaultResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: keyVaultResults extensions: @@ -33377,16 +24109,12 @@ schemas: default: name: keyVaultResults description: '' - go: - name: KeyVaultResults - description: '' - byValue: true protocol: {} - - schema: &ref_1218 + - schema: &ref_1138 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33394,11 +24122,6 @@ schemas: default: name: DiagnoseResponseResultValueContainerRegistryResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: containerRegistryResults extensions: @@ -33408,16 +24131,12 @@ schemas: default: name: containerRegistryResults description: '' - go: - name: ContainerRegistryResults - description: '' - byValue: true protocol: {} - - schema: &ref_1219 + - schema: &ref_1139 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33425,11 +24144,6 @@ schemas: default: name: DiagnoseResponseResultValueApplicationInsightsResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationInsightsResults extensions: @@ -33439,16 +24153,12 @@ schemas: default: name: applicationInsightsResults description: '' - go: - name: ApplicationInsightsResults - description: '' - byValue: true protocol: {} - - schema: &ref_1220 + - schema: &ref_1140 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33456,11 +24166,6 @@ schemas: default: name: DiagnoseResponseResultValueOtherResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: otherResults extensions: @@ -33470,40 +24175,22 @@ schemas: default: name: otherResults description: '' - go: - name: OtherResults - description: '' - byValue: true protocol: {} serializationFormats: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_941 - anonymous: true language: default: name: DiagnoseResponseResultValue description: '' namespace: '' - go: - name: DiagnoseResponseResultValue - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: value - extensions: - x-internal-autorest-anonymous-schema: *ref_941 language: default: name: value description: '' - go: - name: Value - description: '' protocol: {} serializationFormats: - json @@ -33514,20 +24201,15 @@ schemas: name: DiagnoseResponseResult description: '' namespace: '' - go: - name: DiagnoseResponseResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_942 - - *ref_940 - - &ref_1363 + - *ref_868 + - *ref_867 + - &ref_1240 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_943 + - schema: *ref_869 readOnly: true serializedName: userStorageKey extensions: @@ -33536,22 +24218,16 @@ schemas: default: name: userStorageKey description: '' - go: - name: UserStorageKey - description: READ-ONLY protocol: {} - - schema: *ref_944 + - schema: *ref_870 readOnly: true serializedName: userStorageResourceId language: default: name: userStorageResourceId description: '' - go: - name: UserStorageResourceID - description: READ-ONLY protocol: {} - - schema: *ref_945 + - schema: *ref_871 readOnly: true serializedName: appInsightsInstrumentationKey extensions: @@ -33560,67 +24236,52 @@ schemas: default: name: appInsightsInstrumentationKey description: '' - go: - name: AppInsightsInstrumentationKey - description: READ-ONLY protocol: {} - - schema: &ref_952 + - schema: &ref_878 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_946 + - schema: *ref_872 readOnly: true serializedName: location language: default: name: location description: '' - go: - name: Location - description: READ-ONLY protocol: {} - - schema: *ref_947 + - schema: *ref_873 readOnly: true serializedName: username language: default: name: username description: '' - go: - name: Username - description: READ-ONLY protocol: {} - - schema: &ref_1221 + - schema: &ref_1141 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_953 + elementType: &ref_879 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_948 + - schema: *ref_874 readOnly: true serializedName: name language: default: name: name description: '' - go: - name: Name - description: READ-ONLY protocol: {} - - schema: *ref_949 + - schema: *ref_875 readOnly: true serializedName: value language: default: name: value description: '' - go: - name: Value - description: READ-ONLY protocol: {} serializationFormats: - json @@ -33631,11 +24292,6 @@ schemas: name: Password description: '' namespace: '' - go: - name: Password - description: '' - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -33644,11 +24300,6 @@ schemas: default: name: RegistryListCredentialsResultPasswords description: Array of Password - go: - name: '[]*Password' - description: Array of Password - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: passwords extensions: @@ -33658,10 +24309,6 @@ schemas: default: name: passwords description: '' - go: - name: Passwords - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -33672,12 +24319,6 @@ schemas: name: RegistryListCredentialsResult description: '' namespace: '' - go: - name: RegistryListCredentialsResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: containerRegistryCredentials @@ -33685,16 +24326,13 @@ schemas: default: name: containerRegistryCredentials description: '' - go: - name: ContainerRegistryCredentials - description: READ-ONLY protocol: {} - - schema: &ref_954 + - schema: &ref_880 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_950 + - schema: *ref_876 readOnly: true serializedName: primaryAccessKey extensions: @@ -33703,11 +24341,8 @@ schemas: default: name: primaryAccessKey description: '' - go: - name: PrimaryAccessKey - description: READ-ONLY protocol: {} - - schema: *ref_951 + - schema: *ref_877 readOnly: true serializedName: secondaryAccessKey extensions: @@ -33716,9 +24351,6 @@ schemas: default: name: secondaryAccessKey description: '' - go: - name: SecondaryAccessKey - description: READ-ONLY protocol: {} serializationFormats: - json @@ -33729,11 +24361,6 @@ schemas: name: ListNotebookKeysResult description: '' namespace: '' - go: - name: ListNotebookKeysResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: notebookAccessKeys @@ -33741,9 +24368,6 @@ schemas: default: name: notebookAccessKeys description: '' - go: - name: NotebookAccessKeys - description: READ-ONLY protocol: {} serializationFormats: - json @@ -33754,121 +24378,92 @@ schemas: name: ListWorkspaceKeysResult description: '' namespace: '' - go: - name: ListWorkspaceKeysResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_952 - - *ref_953 - - *ref_954 - - &ref_1425 + - *ref_878 + - *ref_879 + - *ref_880 + - &ref_1259 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1222 + - schema: &ref_1142 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_964 + elementType: &ref_890 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_955 + - schema: *ref_881 readOnly: true serializedName: id language: default: name: id description: Specifies the resource ID. - go: - name: ID - description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_956 + - schema: *ref_882 readOnly: true serializedName: amlWorkspaceLocation language: default: name: amlWorkspaceLocation description: Region of the AML workspace in the id. - go: - name: AmlWorkspaceLocation - description: READ-ONLY; Region of the AML workspace in the id. protocol: {} - - schema: *ref_957 + - schema: *ref_883 readOnly: true serializedName: type language: default: name: type description: Specifies the resource type. - go: - name: Type - description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: *ref_958 + - schema: *ref_884 readOnly: true serializedName: unit language: default: name: unit description: An enum describing the unit of usage measurement. - go: - name: Unit - description: READ-ONLY; An enum describing the unit of usage measurement. protocol: {} - - schema: *ref_959 + - schema: *ref_885 readOnly: true serializedName: currentValue language: default: name: currentValue description: The current usage of the resource. - go: - name: CurrentValue - description: READ-ONLY; The current usage of the resource. protocol: {} - - schema: *ref_960 + - schema: *ref_886 readOnly: true serializedName: limit language: default: name: limit description: The maximum permitted usage of the resource. - go: - name: Limit - description: READ-ONLY; The maximum permitted usage of the resource. protocol: {} - - schema: &ref_965 + - schema: &ref_891 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_961 + - schema: *ref_887 readOnly: true serializedName: value language: default: name: value description: The name of the resource. - go: - name: Value - description: READ-ONLY; The name of the resource. protocol: {} - - schema: *ref_962 + - schema: *ref_888 readOnly: true serializedName: localizedValue language: default: name: localizedValue description: The localized name of the resource. - go: - name: LocalizedValue - description: READ-ONLY; The localized name of the resource. protocol: {} serializationFormats: - json @@ -33879,11 +24474,6 @@ schemas: name: UsageName description: The Usage Names. namespace: '' - go: - name: UsageName - description: UsageName - The Usage Names. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: name @@ -33891,9 +24481,6 @@ schemas: default: name: name description: The name of the type of usage. - go: - name: Name - description: READ-ONLY; The name of the type of usage. protocol: {} serializationFormats: - json @@ -33904,21 +24491,11 @@ schemas: name: Usage description: Describes AML Resource Usage. namespace: '' - go: - name: Usage - description: Usage - Describes AML Resource Usage. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ListUsagesResultValue description: The list of AML resource usages. - go: - name: '[]*Usage' - description: The list of AML resource usages. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value @@ -33926,21 +24503,14 @@ schemas: default: name: value description: The list of AML resource usages. - go: - name: Value - description: READ-ONLY; The list of AML resource usages. - byValue: true protocol: {} - - schema: *ref_963 + - schema: *ref_889 readOnly: true serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. - go: - name: NextLink - description: READ-ONLY; The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. protocol: {} serializationFormats: - json @@ -33951,196 +24521,148 @@ schemas: name: ListUsagesResult description: The List Usages operation response. namespace: '' - go: - name: ListUsagesResult - description: ListUsagesResult - The List Usages operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_964 - - *ref_965 - - &ref_1432 + - *ref_890 + - *ref_891 + - &ref_1261 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1225 + - schema: &ref_1145 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_981 + elementType: &ref_907 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_966 + - schema: *ref_892 readOnly: true serializedName: name language: default: name: name description: The name of the virtual machine size. - go: - name: Name - description: READ-ONLY; The name of the virtual machine size. protocol: {} - - schema: *ref_967 + - schema: *ref_893 readOnly: true serializedName: family language: default: name: family description: The family name of the virtual machine size. - go: - name: Family - description: READ-ONLY; The family name of the virtual machine size. protocol: {} - - schema: *ref_968 + - schema: *ref_894 readOnly: true serializedName: vCPUs language: default: name: vCPUs description: The number of vCPUs supported by the virtual machine size. - go: - name: VCPUs - description: READ-ONLY; The number of vCPUs supported by the virtual machine size. protocol: {} - - schema: *ref_969 + - schema: *ref_895 readOnly: true serializedName: gpus language: default: name: gpus description: The number of gPUs supported by the virtual machine size. - go: - name: Gpus - description: READ-ONLY; The number of gPUs supported by the virtual machine size. protocol: {} - - schema: *ref_970 + - schema: *ref_896 readOnly: true serializedName: osVhdSizeMB language: default: name: osVhdSizeMB description: The OS VHD disk size, in MB, allowed by the virtual machine size. - go: - name: OSVhdSizeMB - description: READ-ONLY; The OS VHD disk size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_971 + - schema: *ref_897 readOnly: true serializedName: maxResourceVolumeMB language: default: name: maxResourceVolumeMB description: The resource volume size, in MB, allowed by the virtual machine size. - go: - name: MaxResourceVolumeMB - description: READ-ONLY; The resource volume size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_972 + - schema: *ref_898 readOnly: true serializedName: memoryGB language: default: name: memoryGB description: The amount of memory, in GB, supported by the virtual machine size. - go: - name: MemoryGB - description: READ-ONLY; The amount of memory, in GB, supported by the virtual machine size. protocol: {} - - schema: *ref_973 + - schema: *ref_899 readOnly: true serializedName: lowPriorityCapable language: default: name: lowPriorityCapable description: Specifies if the virtual machine size supports low priority VMs. - go: - name: LowPriorityCapable - description: READ-ONLY; Specifies if the virtual machine size supports low priority VMs. protocol: {} - - schema: *ref_974 + - schema: *ref_900 readOnly: true serializedName: premiumIO language: default: name: premiumIO description: Specifies if the virtual machine size supports premium IO. - go: - name: PremiumIO - description: READ-ONLY; Specifies if the virtual machine size supports premium IO. protocol: {} - - schema: &ref_982 + - schema: &ref_908 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_975 + - schema: *ref_901 required: true serializedName: billingCurrency language: default: name: billingCurrency description: 'Three lettered code specifying the currency of the VM price. Example: USD' - go: - name: BillingCurrency - description: 'REQUIRED; Three lettered code specifying the currency of the VM price. Example: USD' protocol: {} - - schema: *ref_976 + - schema: *ref_902 required: true serializedName: unitOfMeasure language: default: name: unitOfMeasure description: 'The unit of time measurement for the specified VM price. Example: OneHour' - go: - name: UnitOfMeasure - description: 'REQUIRED; The unit of time measurement for the specified VM price. Example: OneHour' protocol: {} - - schema: &ref_1223 + - schema: &ref_1143 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_983 + elementType: &ref_909 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_977 + - schema: *ref_903 required: true serializedName: retailPrice language: default: name: retailPrice description: The price charged for using the VM. - go: - name: RetailPrice - description: REQUIRED; The price charged for using the VM. protocol: {} - - schema: *ref_978 + - schema: *ref_904 required: true serializedName: osType language: default: name: osType description: Operating system type used by the VM. - go: - name: OSType - description: REQUIRED; Operating system type used by the VM. protocol: {} - - schema: *ref_979 + - schema: *ref_905 required: true serializedName: vmTier language: default: name: vmTier description: The type of the VM. - go: - name: VMTier - description: REQUIRED; The type of the VM. protocol: {} serializationFormats: - json @@ -34151,11 +24673,6 @@ schemas: name: EstimatedVMPrice description: The estimated price info for using a VM of a particular OS type, tier, etc. namespace: '' - go: - name: EstimatedVMPrice - description: EstimatedVMPrice - The estimated price info for using a VM of a particular OS type, tier, etc. - marshallingFormat: json - namespace: '' protocol: {} summary: List of estimated VM prices. extensions: @@ -34164,11 +24681,6 @@ schemas: default: name: EstimatedVMPricesValues description: The list of estimated prices for using a VM of a particular OS type, tier, etc. - go: - name: '[]*EstimatedVMPrice' - description: The list of estimated prices for using a VM of a particular OS type, tier, etc. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: values @@ -34178,10 +24690,6 @@ schemas: default: name: values description: The list of estimated prices for using a VM of a particular OS type, tier, etc. - go: - name: Values - description: REQUIRED; The list of estimated prices for using a VM of a particular OS type, tier, etc. - byValue: true protocol: {} serializationFormats: - json @@ -34192,47 +24700,29 @@ schemas: name: EstimatedVMPrices description: The estimated price info for using a VM. namespace: '' - go: - name: EstimatedVMPrices - description: EstimatedVMPrices - The estimated price info for using a VM. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: estimatedVMPrices language: default: name: estimatedVMPrices description: The estimated price information for using a VM. - go: - name: EstimatedVMPrices - description: The estimated price information for using a VM. protocol: {} - - schema: &ref_1224 + - schema: &ref_1144 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_980 + elementType: *ref_906 summary: Supported Compute Types language: default: name: VirtualMachineSizeSupportedComputeTypes description: Specifies the compute types supported by the virtual machine size. - go: - name: '[]*string' - description: Specifies the compute types supported by the virtual machine size. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: supportedComputeTypes language: default: name: supportedComputeTypes description: Specifies the compute types supported by the virtual machine size. - go: - name: SupportedComputeTypes - description: Specifies the compute types supported by the virtual machine size. - byValue: true protocol: {} serializationFormats: - json @@ -34243,12 +24733,6 @@ schemas: name: VirtualMachineSize description: Describes the properties of a VM size. namespace: '' - go: - name: VirtualMachineSize - description: VirtualMachineSize - Describes the properties of a VM size. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -34257,11 +24741,6 @@ schemas: default: name: VirtualMachineSizeListResultValue description: The list of virtual machine sizes supported by AmlCompute. - go: - name: '[]*VirtualMachineSize' - description: The list of virtual machine sizes supported by AmlCompute. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value extensions: @@ -34271,10 +24750,6 @@ schemas: default: name: value description: The list of virtual machine sizes supported by AmlCompute. - go: - name: Value - description: The list of virtual machine sizes supported by AmlCompute. - byValue: true protocol: {} serializationFormats: - json @@ -34285,69 +24760,51 @@ schemas: name: VirtualMachineSizeListResult description: The List Virtual Machine size operation response. namespace: '' - go: - name: VirtualMachineSizeListResult - description: VirtualMachineSizeListResult - The List Virtual Machine size operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_981 - - *ref_982 - - *ref_983 - - &ref_1438 + - *ref_907 + - *ref_908 + - *ref_909 + - &ref_1262 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1226 + - schema: &ref_1146 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_989 + elementType: &ref_915 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_984 + - schema: *ref_910 serializedName: id language: default: name: id description: Specifies the resource ID. - go: - name: ID - description: Specifies the resource ID. protocol: {} - - schema: *ref_985 + - schema: *ref_911 serializedName: type language: default: name: type description: Specifies the resource type. - go: - name: Type - description: Specifies the resource type. protocol: {} - - schema: *ref_986 + - schema: *ref_912 serializedName: limit language: default: name: limit description: The maximum permitted quota of the resource. - go: - name: Limit - description: The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_913 serializedName: unit language: default: name: unit description: An enum describing the unit of quota measurement. - go: - name: Unit - description: An enum describing the unit of quota measurement. protocol: {} serializationFormats: - json @@ -34358,41 +24815,24 @@ schemas: name: QuotaBaseProperties description: The properties for Quota update or retrieval. namespace: '' - go: - name: QuotaBaseProperties - description: QuotaBaseProperties - The properties for Quota update or retrieval. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: QuotaUpdateParametersValue description: The list for update quota. - go: - name: '[]*QuotaBaseProperties' - description: The list for update quota. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The list for update quota. - go: - name: Value - description: The list for update quota. - byValue: true protocol: {} - - schema: *ref_988 + - schema: *ref_914 serializedName: location language: default: name: location description: Region of workspace quota to be updated. - go: - name: Location - description: Region of workspace quota to be updated. protocol: {} serializationFormats: - json @@ -34403,81 +24843,60 @@ schemas: name: QuotaUpdateParameters description: Quota update parameters. namespace: '' - go: - name: QuotaUpdateParameters - description: QuotaUpdateParameters - Quota update parameters. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_989 - - &ref_1442 + - *ref_915 + - &ref_1266 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1227 + - schema: &ref_1147 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_995 + elementType: &ref_921 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_990 + - schema: *ref_916 readOnly: true serializedName: id language: default: name: id description: Specifies the resource ID. - go: - name: ID - description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_991 + - schema: *ref_917 readOnly: true serializedName: type language: default: name: type description: Specifies the resource type. - go: - name: Type - description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: *ref_992 + - schema: *ref_918 serializedName: limit language: default: name: limit description: The maximum permitted quota of the resource. - go: - name: Limit - description: The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_913 readOnly: true serializedName: unit language: default: name: unit description: An enum describing the unit of quota measurement. - go: - name: Unit - description: READ-ONLY; An enum describing the unit of quota measurement. protocol: {} - - schema: *ref_993 + - schema: *ref_919 readOnly: false serializedName: status language: default: name: status description: Status of update workspace quota. - go: - name: Status - description: Status of update workspace quota. protocol: {} serializationFormats: - json @@ -34488,21 +24907,11 @@ schemas: name: UpdateWorkspaceQuotas description: The properties for update Quota response. namespace: '' - go: - name: UpdateWorkspaceQuotas - description: UpdateWorkspaceQuotas - The properties for update Quota response. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: UpdateWorkspaceQuotasResultValue description: The list of workspace quota update result. - go: - name: '[]*UpdateWorkspaceQuotas' - description: The list of workspace quota update result. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value @@ -34510,21 +24919,14 @@ schemas: default: name: value description: The list of workspace quota update result. - go: - name: Value - description: READ-ONLY; The list of workspace quota update result. - byValue: true protocol: {} - - schema: *ref_994 + - schema: *ref_920 readOnly: true serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. - go: - name: NextLink - description: READ-ONLY; The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. protocol: {} serializationFormats: - json @@ -34535,87 +24937,66 @@ schemas: name: UpdateWorkspaceQuotasResult description: The result of update workspace quota. namespace: '' - go: - name: UpdateWorkspaceQuotasResult - description: UpdateWorkspaceQuotasResult - The result of update workspace quota. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_995 - - &ref_1449 + - *ref_921 + - &ref_1268 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1228 + - schema: &ref_1148 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1003 + elementType: &ref_929 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_996 + - schema: *ref_922 readOnly: true serializedName: id language: default: name: id description: Specifies the resource ID. - go: - name: ID - description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_997 + - schema: *ref_923 readOnly: true serializedName: amlWorkspaceLocation language: default: name: amlWorkspaceLocation description: Region of the AML workspace in the id. - go: - name: AmlWorkspaceLocation - description: READ-ONLY; Region of the AML workspace in the id. protocol: {} - - schema: *ref_998 + - schema: *ref_924 readOnly: true serializedName: type language: default: name: type description: Specifies the resource type. - go: - name: Type - description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: &ref_1004 + - schema: &ref_930 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_999 + - schema: *ref_925 readOnly: true serializedName: value language: default: name: value description: The name of the resource. - go: - name: Value - description: READ-ONLY; The name of the resource. protocol: {} - - schema: *ref_1000 + - schema: *ref_926 readOnly: true serializedName: localizedValue language: default: name: localizedValue description: The localized name of the resource. - go: - name: LocalizedValue - description: READ-ONLY; The localized name of the resource. protocol: {} serializationFormats: - json @@ -34626,11 +25007,6 @@ schemas: name: ResourceName description: The Resource Name. namespace: '' - go: - name: ResourceName - description: ResourceName - The Resource Name. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: name @@ -34638,31 +25014,22 @@ schemas: default: name: name description: Name of the resource. - go: - name: Name - description: READ-ONLY; Name of the resource. protocol: {} - - schema: *ref_1001 + - schema: *ref_927 readOnly: true serializedName: limit language: default: name: limit description: The maximum permitted quota of the resource. - go: - name: Limit - description: READ-ONLY; The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_913 readOnly: true serializedName: unit language: default: name: unit description: An enum describing the unit of quota measurement. - go: - name: Unit - description: READ-ONLY; An enum describing the unit of quota measurement. protocol: {} serializationFormats: - json @@ -34673,21 +25040,11 @@ schemas: name: ResourceQuota description: The quota assigned to a resource. namespace: '' - go: - name: ResourceQuota - description: ResourceQuota - The quota assigned to a resource. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ListWorkspaceQuotasValue description: The list of Workspace Quotas by VM Family - go: - name: '[]*ResourceQuota' - description: The list of Workspace Quotas by VM Family - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value @@ -34695,21 +25052,14 @@ schemas: default: name: value description: The list of Workspace Quotas by VM Family - go: - name: Value - description: READ-ONLY; The list of Workspace Quotas by VM Family - byValue: true protocol: {} - - schema: *ref_1002 + - schema: *ref_928 readOnly: true serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. - go: - name: NextLink - description: READ-ONLY; The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. protocol: {} serializationFormats: - json @@ -34720,54 +25070,36 @@ schemas: name: ListWorkspaceQuotas description: The List WorkspaceQuotasByVMFamily operation response. namespace: '' - go: - name: ListWorkspaceQuotas - description: ListWorkspaceQuotas - The List WorkspaceQuotasByVMFamily operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1003 - - *ref_1004 - - &ref_1460 + - *ref_929 + - *ref_930 + - &ref_1272 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1230 + - schema: &ref_1150 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_90 + elementType: *ref_88 language: default: name: PaginatedComputeResourcesListValue description: An array of Machine Learning compute objects wrapped in ARM resource envelope. - go: - name: '[]*ComputeResource' - description: An array of Machine Learning compute objects wrapped in ARM resource envelope. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of Machine Learning compute objects wrapped in ARM resource envelope. - go: - name: Value - description: An array of Machine Learning compute objects wrapped in ARM resource envelope. - byValue: true protocol: {} - - schema: *ref_1005 + - schema: *ref_931 serializedName: nextLink language: default: name: nextLink description: A continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -34778,40 +25110,31 @@ schemas: name: PaginatedComputeResourcesList description: Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. namespace: '' - go: - name: PaginatedComputeResourcesList - description: PaginatedComputeResourcesList - Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_90 - - *ref_275 - - *ref_93 - - &ref_1485 + - *ref_88 + - *ref_263 + - *ref_89 + - &ref_1281 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1007 + - schema: &ref_933 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1008 + - schema: &ref_934 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1006 + - schema: *ref_932 serializedName: scaleSettings language: default: name: scaleSettings description: scale settings for AML Compute - go: - name: ScaleSettings - description: scale settings for AML Compute protocol: {} serializationFormats: - json @@ -34822,20 +25145,12 @@ schemas: name: ScaleSettingsInformation description: Desired scale settings for the amlCompute. namespace: '' - go: - name: ScaleSettingsInformation - description: ScaleSettingsInformation - Desired scale settings for the amlCompute. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Properties of ClusterUpdate - go: - name: Properties - description: Properties of ClusterUpdate protocol: {} serializationFormats: - json @@ -34846,11 +25161,6 @@ schemas: name: ClusterUpdateProperties description: The properties of a amlCompute that need to be updated. namespace: '' - go: - name: ClusterUpdateProperties - description: ClusterUpdateProperties - The properties of a amlCompute that need to be updated. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -34859,9 +25169,6 @@ schemas: default: name: properties description: The properties of the amlCompute. - go: - name: Properties - description: The properties of the amlCompute. protocol: {} serializationFormats: - json @@ -34872,95 +25179,71 @@ schemas: name: ClusterUpdateParameters description: AmlCompute update parameters. namespace: '' - go: - name: ClusterUpdateParameters - description: ClusterUpdateParameters - AmlCompute update parameters. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1007 - - *ref_1008 - - *ref_1006 - - &ref_1513 + - *ref_933 + - *ref_934 + - *ref_932 + - &ref_1297 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1231 + - schema: &ref_1151 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1016 + elementType: &ref_942 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1009 + - schema: *ref_935 readOnly: true serializedName: nodeId language: default: name: nodeId description: ID of the compute node. - go: - name: NodeID - description: READ-ONLY; ID of the compute node. protocol: {} - - schema: *ref_1010 + - schema: *ref_936 readOnly: true serializedName: privateIpAddress language: default: name: privateIpAddress description: Private IP address of the compute node. - go: - name: PrivateIPAddress - description: READ-ONLY; Private IP address of the compute node. protocol: {} - - schema: *ref_1011 + - schema: *ref_937 readOnly: true serializedName: publicIpAddress language: default: name: publicIpAddress description: Public IP address of the compute node. - go: - name: PublicIPAddress - description: READ-ONLY; Public IP address of the compute node. protocol: {} - - schema: *ref_1012 + - schema: *ref_938 readOnly: true serializedName: port language: default: name: port description: SSH port number of the node. - go: - name: Port - description: READ-ONLY; SSH port number of the node. protocol: {} - - schema: *ref_1013 + - schema: *ref_939 readOnly: true serializedName: nodeState language: default: name: nodeState description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. - go: - name: NodeState - description: READ-ONLY; State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. protocol: {} - - schema: *ref_1014 + - schema: *ref_940 readOnly: true serializedName: runId language: default: name: runId description: ID of the Experiment running on the node, if any else null. - go: - name: RunID - description: READ-ONLY; ID of the Experiment running on the node, if any else null. protocol: {} serializationFormats: - json @@ -34971,11 +25254,6 @@ schemas: name: AmlComputeNodeInformation description: Compute node information related to a AmlCompute. namespace: '' - go: - name: AmlComputeNodeInformation - description: AmlComputeNodeInformation - Compute node information related to a AmlCompute. - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -34984,11 +25262,6 @@ schemas: default: name: AmlComputeNodesInformationNodes description: The collection of returned AmlCompute nodes details. - go: - name: '[]*AmlComputeNodeInformation' - description: The collection of returned AmlCompute nodes details. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: nodes @@ -34999,21 +25272,14 @@ schemas: default: name: nodes description: The collection of returned AmlCompute nodes details. - go: - name: Nodes - description: READ-ONLY; The collection of returned AmlCompute nodes details. - byValue: true protocol: {} - - schema: *ref_1015 + - schema: *ref_941 readOnly: true serializedName: nextLink language: default: name: nextLink description: The continuation token. - go: - name: NextLink - description: READ-ONLY; The continuation token. protocol: {} serializationFormats: - json @@ -35024,53 +25290,38 @@ schemas: name: AmlComputeNodesInformation description: Result of AmlCompute Nodes namespace: '' - go: - name: AmlComputeNodesInformation - description: AmlComputeNodesInformation - Result of AmlCompute Nodes - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1016 - - &ref_1385 + - *ref_942 + - &ref_1246 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1017 + - schema: *ref_943 readOnly: true serializedName: notebookResourceId language: default: name: notebookResourceId description: '' - go: - name: NotebookResourceID - description: READ-ONLY protocol: {} - - schema: *ref_1018 + - schema: *ref_944 readOnly: true serializedName: hostName language: default: name: hostName description: '' - go: - name: HostName - description: READ-ONLY protocol: {} - - schema: *ref_1019 + - schema: *ref_945 readOnly: true serializedName: publicDns language: default: name: publicDns description: '' - go: - name: PublicDNS - description: READ-ONLY protocol: {} - - schema: *ref_1020 + - schema: *ref_946 readOnly: true serializedName: accessToken extensions: @@ -35079,33 +25330,24 @@ schemas: default: name: accessToken description: '' - go: - name: AccessToken - description: READ-ONLY protocol: {} - - schema: *ref_1021 + - schema: *ref_947 readOnly: true serializedName: tokenType language: default: name: tokenType description: '' - go: - name: TokenType - description: READ-ONLY protocol: {} - - schema: *ref_1022 + - schema: *ref_948 readOnly: true serializedName: expiresIn language: default: name: expiresIn description: '' - go: - name: ExpiresIn - description: READ-ONLY protocol: {} - - schema: *ref_1023 + - schema: *ref_949 readOnly: true serializedName: refreshToken extensions: @@ -35114,20 +25356,14 @@ schemas: default: name: refreshToken description: '' - go: - name: RefreshToken - description: READ-ONLY protocol: {} - - schema: *ref_1024 + - schema: *ref_950 readOnly: true serializedName: scope language: default: name: scope description: '' - go: - name: Scope - description: READ-ONLY protocol: {} serializationFormats: - json @@ -35138,65 +25374,51 @@ schemas: name: NotebookAccessTokenResult description: '' namespace: '' - go: - name: NotebookAccessTokenResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1025 + - &ref_951 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_1524 + children: all: - - &ref_1026 + - &ref_952 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeAKS + discriminatorValue: AKS parents: all: - - *ref_1025 - - &ref_1030 + - *ref_951 + - &ref_956 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1026 + - *ref_952 immediate: - - *ref_1026 + - *ref_952 properties: - - schema: *ref_1027 + - schema: *ref_953 serializedName: userKubeConfig language: default: name: userKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. - go: - name: UserKubeConfig - description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - schema: *ref_1028 + - schema: *ref_954 serializedName: adminKubeConfig language: default: name: adminKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. - go: - name: AdminKubeConfig - description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - schema: *ref_1029 + - schema: *ref_955 serializedName: imagePullSecretName language: default: name: imagePullSecretName description: Image registry pull secret. - go: - name: ImagePullSecretName - description: Image registry pull secret. protocol: {} serializationFormats: - json @@ -35207,15 +25429,10 @@ schemas: name: AksComputeSecretsProperties description: Properties of AksComputeSecrets namespace: '' - go: - name: AksComputeSecretsProperties - description: AksComputeSecretsProperties - Properties of AksComputeSecrets - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1030 + - *ref_951 + - *ref_956 serializationFormats: - json usage: @@ -35227,39 +25444,31 @@ schemas: name: AksComputeSecrets description: Secrets related to a Machine Learning compute based on AKS. namespace: '' - go: - name: AksComputeSecrets - description: AksComputeSecrets - Secrets related to a Machine Learning compute based on AKS. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1031 + - &ref_957 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeVirtualMachine + discriminatorValue: VirtualMachine parents: all: - - *ref_1025 - - &ref_1032 + - *ref_951 + - &ref_958 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1031 + - *ref_957 immediate: - - *ref_1031 + - *ref_957 properties: - - schema: *ref_236 + - schema: *ref_230 serializedName: administratorAccount language: default: name: administratorAccount description: Admin credentials for virtual machine. - go: - name: AdministratorAccount - description: Admin credentials for virtual machine. protocol: {} serializationFormats: - json @@ -35270,15 +25479,10 @@ schemas: name: VirtualMachineSecretsSchema description: '' namespace: '' - go: - name: VirtualMachineSecretsSchema - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1032 + - *ref_951 + - *ref_958 serializationFormats: - json usage: @@ -35290,39 +25494,31 @@ schemas: name: VirtualMachineSecrets description: Secrets related to a Machine Learning compute based on AKS. namespace: '' - go: - name: VirtualMachineSecrets - description: VirtualMachineSecrets - Secrets related to a Machine Learning compute based on AKS. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1033 + - &ref_959 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeDatabricks + discriminatorValue: Databricks parents: all: - - *ref_1025 - - &ref_1035 + - *ref_951 + - &ref_961 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1033 + - *ref_959 immediate: - - *ref_1033 + - *ref_959 properties: - - schema: *ref_1034 + - schema: *ref_960 serializedName: databricksAccessToken language: default: name: databricksAccessToken description: access token for databricks account. - go: - name: DatabricksAccessToken - description: access token for databricks account. protocol: {} serializationFormats: - json @@ -35333,15 +25529,10 @@ schemas: name: DatabricksComputeSecretsProperties description: Properties of Databricks Compute Secrets namespace: '' - go: - name: DatabricksComputeSecretsProperties - description: DatabricksComputeSecretsProperties - Properties of Databricks Compute Secrets - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1035 + - *ref_951 + - *ref_961 serializationFormats: - json usage: @@ -35353,27 +25544,22 @@ schemas: name: DatabricksComputeSecrets description: Secrets related to a Machine Learning compute based on Databricks. namespace: '' - go: - name: DatabricksComputeSecrets - description: DatabricksComputeSecrets - Secrets related to a Machine Learning compute based on Databricks. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_1026 - - *ref_1031 - - *ref_1033 - discriminator: &ref_1525 + - *ref_952 + - *ref_957 + - *ref_959 + discriminator: all: - AKS: *ref_1026 - Databricks: *ref_1033 - VirtualMachine: *ref_1031 + AKS: *ref_952 + Databricks: *ref_959 + VirtualMachine: *ref_957 immediate: - AKS: *ref_1026 - Databricks: *ref_1033 - VirtualMachine: *ref_1031 - property: &ref_1036 - schema: *ref_242 + AKS: *ref_952 + Databricks: *ref_959 + VirtualMachine: *ref_957 + property: &ref_962 + schema: *ref_253 isDiscriminator: true required: true serializedName: computeType @@ -35381,12 +25567,9 @@ schemas: default: name: computeType description: The type of compute - go: - name: ComputeType - description: REQUIRED; The type of compute protocol: {} properties: - - *ref_1036 + - *ref_962 serializationFormats: - json usage: @@ -35396,48 +25579,27 @@ schemas: name: ComputeSecrets description: Secrets related to a Machine Learning compute. Might differ for every type of compute. namespace: '' - go: - name: ComputeSecrets - description: ComputeSecrets - Secrets related to a Machine Learning compute. Might differ for every type of compute. - discriminatorInterface: ComputeSecretsClassification - discriminatorTypes: - - '*AksComputeSecrets' - - '*ComputeSecrets' - - '*DatabricksComputeSecrets' - - '*VirtualMachineSecrets' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} - - &ref_1556 + - &ref_1312 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1232 + - schema: &ref_1152 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_846 + elementType: *ref_773 language: default: name: PrivateEndpointConnectionListResultValue description: Array of private endpoint connections - go: - name: '[]*PrivateEndpointConnection' - description: Array of private endpoint connections - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Array of private endpoint connections - go: - name: Value - description: Array of private endpoint connections - byValue: true protocol: {} serializationFormats: - json @@ -35448,42 +25610,27 @@ schemas: name: PrivateEndpointConnectionListResult description: List of private endpoint connection associated with the specified workspace namespace: '' - go: - name: PrivateEndpointConnectionListResult - description: PrivateEndpointConnectionListResult - List of private endpoint connection associated with the specified workspace - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1588 + - &ref_1326 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1235 + - schema: &ref_1155 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_847 + elementType: *ref_774 language: default: name: PrivateLinkResourceListResultValue description: Array of private link resources - go: - name: '[]*PrivateLinkResource' - description: Array of private link resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: Array of private link resources - go: - name: Value - description: Array of private link resources - byValue: true protocol: {} serializationFormats: - json @@ -35494,21 +25641,15 @@ schemas: name: PrivateLinkResourceListResult description: A list of private link resources namespace: '' - go: - name: PrivateLinkResourceListResult - description: PrivateLinkResourceListResult - A list of private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_847 - - *ref_1037 - - &ref_1402 + - *ref_774 + - *ref_963 + - &ref_1251 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1038 + - schema: *ref_964 readOnly: true serializedName: userStorageKey extensions: @@ -35517,9 +25658,6 @@ schemas: default: name: userStorageKey description: '' - go: - name: UserStorageKey - description: READ-ONLY protocol: {} serializationFormats: - json @@ -35530,51 +25668,34 @@ schemas: name: ListStorageAccountKeysResult description: '' namespace: '' - go: - name: ListStorageAccountKeysResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1601 + - &ref_1331 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1236 + - schema: &ref_1156 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_848 + elementType: *ref_775 language: default: name: PaginatedWorkspaceConnectionsListValue description: An array of Workspace connection objects. - go: - name: '[]*WorkspaceConnection' - description: An array of Workspace connection objects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of Workspace connection objects. - go: - name: Value - description: An array of Workspace connection objects. - byValue: true protocol: {} - - schema: *ref_1039 + - schema: *ref_965 serializedName: nextLink language: default: name: nextLink description: A continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -35585,81 +25706,66 @@ schemas: name: PaginatedWorkspaceConnectionsList description: Paginated list of Workspace connection objects. namespace: '' - go: - name: PaginatedWorkspaceConnectionsList - description: PaginatedWorkspaceConnectionsList - Paginated list of Workspace connection objects. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_848 - - *ref_1040 - - &ref_1417 + - *ref_775 + - *ref_966 + - &ref_1256 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1239 + - schema: &ref_1159 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1044 + elementType: &ref_970 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1045 + - schema: &ref_971 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1041 + - schema: *ref_967 serializedName: category language: default: name: category description: '' - go: - name: Category - description: '' protocol: {} - - schema: &ref_1238 + - schema: &ref_1158 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1046 + elementType: &ref_972 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1042 + - schema: *ref_968 serializedName: domainName language: default: name: domainName description: '' - go: - name: DomainName - description: '' protocol: {} - - schema: &ref_1237 + - schema: &ref_1157 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1047 + elementType: &ref_973 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1043 + - schema: *ref_969 serializedName: port language: default: name: port description: '' - go: - name: Port - description: '' protocol: {} serializationFormats: - json @@ -35670,11 +25776,6 @@ schemas: name: FQDNEndpointDetail description: '' namespace: '' - go: - name: FQDNEndpointDetail - description: '' - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -35683,11 +25784,6 @@ schemas: default: name: FQDNEndpointDetails description: Array of FQDNEndpointDetail - go: - name: '[]*FQDNEndpointDetail' - description: Array of FQDNEndpointDetail - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: endpointDetails extensions: @@ -35697,10 +25793,6 @@ schemas: default: name: endpointDetails description: '' - go: - name: EndpointDetails - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -35711,12 +25803,6 @@ schemas: name: FQDNEndpoint description: '' namespace: '' - go: - name: FQDNEndpoint - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -35725,11 +25811,6 @@ schemas: default: name: FQDNEndpointsPropertiesEndpoints description: Array of FQDNEndpoint - go: - name: '[]*FQDNEndpoint' - description: Array of FQDNEndpoint - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: endpoints extensions: @@ -35739,10 +25820,6 @@ schemas: default: name: endpoints description: '' - go: - name: Endpoints - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -35753,21 +25830,12 @@ schemas: name: FQDNEndpointsProperties description: '' namespace: '' - go: - name: FQDNEndpointsProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -35778,11 +25846,6 @@ schemas: name: FQDNEndpoints description: '' namespace: '' - go: - name: FQDNEndpoints - description: '' - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -35791,11 +25854,6 @@ schemas: default: name: ExternalFQDNResponseValue description: Array of FQDNEndpoints - go: - name: '[]*FQDNEndpoints' - description: Array of FQDNEndpoints - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value extensions: @@ -35805,10 +25863,6 @@ schemas: default: name: value description: '' - go: - name: Value - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -35819,56 +25873,38 @@ schemas: name: ExternalFQDNResponse description: '' namespace: '' - go: - name: ExternalFQDNResponse - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1044 - - *ref_1045 - - *ref_1046 - - *ref_1047 - - &ref_1636 + - *ref_970 + - *ref_971 + - *ref_972 + - *ref_973 + - &ref_1347 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1048 + - schema: *ref_974 serializedName: nextLink language: default: name: nextLink description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1240 + - schema: &ref_1160 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_386 + elementType: *ref_364 language: default: name: BatchEndpointTrackedResourceArmPaginatedResultValue description: An array of objects of type BatchEndpoint. - go: - name: '[]*BatchEndpointData' - description: An array of objects of type BatchEndpoint. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type BatchEndpoint. - go: - name: Value - description: An array of objects of type BatchEndpoint. - byValue: true protocol: {} serializationFormats: - json @@ -35879,57 +25915,38 @@ schemas: name: BatchEndpointTrackedResourceArmPaginatedResult description: A paginated list of BatchEndpoint entities. namespace: '' - go: - name: BatchEndpointTrackedResourceArmPaginatedResult - description: BatchEndpointTrackedResourceArmPaginatedResult - A paginated list of BatchEndpoint entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_386 - - *ref_292 - - *ref_1049 - - *ref_293 - - *ref_1050 - - *ref_290 - - &ref_1659 + - *ref_364 + - *ref_280 + - *ref_975 + - *ref_281 + - *ref_976 + - *ref_278 + - &ref_1357 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1059 + - schema: &ref_985 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_80 + - schema: *ref_78 serializedName: type language: default: name: type description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Type - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1051 + - schema: *ref_977 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities description: >- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. - go: - name: UserAssignedIdentities - description: |- - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in - requests. - byValue: true protocol: {} serializationFormats: - json @@ -35940,48 +25957,33 @@ schemas: name: PartialManagedServiceIdentity description: Managed service identity (system assigned and/or user assigned identities) namespace: '' - go: - name: PartialManagedServiceIdentity - description: PartialManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities) - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1052 + - schema: *ref_978 serializedName: kind language: default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1053 + - schema: *ref_979 serializedName: location language: default: name: location description: The geo-location where the resource lives. - go: - name: Location - description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1060 + - schema: &ref_986 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1049 + - schema: *ref_975 nullable: true serializedName: defaults extensions: @@ -35990,9 +25992,6 @@ schemas: default: name: defaults description: Default values for Batch Endpoint - go: - name: Defaults - description: Default values for Batch Endpoint protocol: {} serializationFormats: - json @@ -36003,75 +26002,52 @@ schemas: name: PartialBatchEndpoint description: Mutable Batch endpoint configuration namespace: '' - go: - name: PartialBatchEndpoint - description: PartialBatchEndpoint - Mutable Batch endpoint configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Additional attributes of the entity. - go: - name: Properties - description: Additional attributes of the entity. protocol: {} - - schema: &ref_1061 + - schema: &ref_987 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1054 + - schema: *ref_980 serializedName: capacity language: default: name: capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. - go: - name: Capacity - description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - schema: *ref_1055 + - schema: *ref_981 serializedName: family language: default: name: family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. - go: - name: Family - description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - schema: *ref_1056 + - schema: *ref_982 serializedName: name language: default: name: name description: The name of the SKU. Ex - P3. It is typically a letter+number code. - go: - name: Name - description: The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - schema: *ref_1057 + - schema: *ref_983 serializedName: size language: default: name: size description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. - go: - name: Size - description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - schema: *ref_85 + - schema: *ref_83 serializedName: tier language: default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - go: - name: Tier - description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. protocol: {} serializationFormats: - json @@ -36082,34 +26058,19 @@ schemas: name: PartialSku description: Common SKU definition. namespace: '' - go: - name: PartialSKU - description: PartialSKU - Common SKU definition. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1058 + - schema: *ref_984 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -36120,56 +26081,37 @@ schemas: name: PartialBatchEndpointPartialTrackedResource description: Strictly used in update requests. namespace: '' - go: - name: PartialBatchEndpointPartialTrackedResource - description: PartialBatchEndpointPartialTrackedResource - Strictly used in update requests. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1059 - - *ref_1060 - - *ref_1061 - - &ref_1705 + - *ref_985 + - *ref_986 + - *ref_987 + - &ref_1381 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1062 + - schema: *ref_988 serializedName: nextLink language: default: name: nextLink description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1241 + - schema: &ref_1161 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_387 + elementType: *ref_365 language: default: name: BatchDeploymentTrackedResourceArmPaginatedResultValue description: An array of objects of type BatchDeployment. - go: - name: '[]*BatchDeploymentData' - description: An array of objects of type BatchDeployment. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type BatchDeployment. - go: - name: Value - description: An array of objects of type BatchDeployment. - byValue: true protocol: {} serializationFormats: - json @@ -36180,66 +26122,51 @@ schemas: name: BatchDeploymentTrackedResourceArmPaginatedResult description: A paginated list of BatchDeployment entities. namespace: '' - go: - name: BatchDeploymentTrackedResourceArmPaginatedResult - description: BatchDeploymentTrackedResourceArmPaginatedResult - A paginated list of BatchDeployment entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_387 - - *ref_309 - - *ref_361 - - *ref_501 - - *ref_1063 - - *ref_311 - - *ref_1064 - - &ref_1729 + - *ref_365 + - *ref_297 + - *ref_344 + - *ref_473 + - *ref_989 + - *ref_299 + - *ref_990 + - &ref_1392 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_985 serializedName: identity language: default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1065 + - schema: *ref_991 serializedName: kind language: default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1066 + - schema: *ref_992 serializedName: location language: default: name: location description: The geo-location where the resource lives. - go: - name: Location - description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1094 + - schema: &ref_1017 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1095 + - schema: &ref_1018 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1067 + - schema: *ref_993 nullable: true serializedName: codeId extensions: @@ -36250,11 +26177,8 @@ schemas: default: name: codeId description: ARM resource ID of the code asset. - go: - name: CodeID - description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_1068 + - schema: *ref_994 serializedName: scoringScript extensions: x-ms-mutability: @@ -36264,9 +26188,6 @@ schemas: default: name: scoringScript description: The script to execute on startup. eg. "score.py" - go: - name: ScoringScript - description: The script to execute on startup. eg. "score.py" protocol: {} serializationFormats: - json @@ -36277,11 +26198,6 @@ schemas: name: PartialCodeConfiguration description: Configuration for a scoring code asset. namespace: '' - go: - name: PartialCodeConfiguration - description: PartialCodeConfiguration - Configuration for a scoring code asset. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: codeConfiguration @@ -36291,272 +26207,99 @@ schemas: default: name: codeConfiguration description: Code configuration for the endpoint deployment. - go: - name: CodeConfiguration - description: Code configuration for the endpoint deployment. protocol: {} - - schema: *ref_1069 + - schema: *ref_995 nullable: true serializedName: compute language: default: name: compute description: Compute binding definition. - go: - name: Compute - description: Compute binding definition. protocol: {} - - schema: *ref_1070 + - schema: *ref_996 nullable: true serializedName: description language: default: name: description description: Description of the endpoint deployment. - go: - name: Description - description: Description of the endpoint deployment. protocol: {} - - schema: *ref_1071 + - schema: *ref_997 nullable: true serializedName: environmentId language: default: name: environmentId description: ARM resource ID of the environment specification for the endpoint deployment. - go: - name: EnvironmentID - description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - schema: *ref_1072 + - schema: *ref_998 nullable: true serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: environmentVariables description: Environment variables configuration for the deployment. - go: - name: EnvironmentVariables - description: Environment variables configuration for the deployment. - byValue: true protocol: {} - - schema: *ref_1073 + - schema: *ref_999 serializedName: errorThreshold language: default: - name: errorThreshold - description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." - go: - name: ErrorThreshold - description: |- - Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file - failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored. - protocol: {} - - schema: *ref_356 - serializedName: loggingLevel - language: - default: - name: loggingLevel - description: Logging level for batch inference operation. - go: - name: LoggingLevel - description: Logging level for batch inference operation. - protocol: {} - - schema: *ref_1074 - serializedName: maxConcurrencyPerInstance - language: - default: - name: maxConcurrencyPerInstance - description: Indicates number of processes per instance - go: - name: MaxConcurrencyPerInstance - description: Indicates number of processes per instance - protocol: {} - - schema: *ref_1075 - serializedName: miniBatchSize - language: - default: - name: miniBatchSize - description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." - go: - name: MiniBatchSize - description: Size of the mini-batch passed to each batch invocation. For FileDataset, this is the number of files per mini-batch. For TabularDataset, this is the size of the records in bytes, per mini-batch. - protocol: {} - - schema: - type: object - children: &ref_1076 - all: - - &ref_1077 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeDataPath - parents: - all: - - &ref_1078 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_1076 - discriminator: &ref_1087 - all: - DataPath: *ref_1077 - Id: &ref_1082 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeID - parents: - all: - - *ref_1078 - immediate: - - *ref_1078 - properties: - - schema: *ref_1079 - serializedName: assetId - language: - default: - name: assetId - description: ARM resource ID of the asset. - go: - name: AssetID - description: ARM resource ID of the asset. - protocol: {} - serializationFormats: - - json - usage: - - input - extensions: - x-ms-discriminator-value: Id - language: - default: - name: PartialIdAssetReference - description: Reference to an asset via its ARM resource ID. - namespace: '' - go: - name: PartialIDAssetReference - description: PartialIDAssetReference - Reference to an asset via its ARM resource ID. - marshallingFormat: json - namespace: '' - protocol: {} - OutputPath: &ref_1083 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeOutputPath - parents: - all: - - *ref_1078 - immediate: - - *ref_1078 - properties: - - schema: *ref_1080 - nullable: true - serializedName: jobId - language: - default: - name: jobId - description: ARM resource ID of the job. - go: - name: JobID - description: ARM resource ID of the job. - protocol: {} - - schema: *ref_1081 - nullable: true - serializedName: path - language: - default: - name: path - description: The path of the file/directory in the job output. - go: - name: Path - description: The path of the file/directory in the job output. - protocol: {} - serializationFormats: - - json - usage: - - input - extensions: - x-ms-discriminator-value: OutputPath - language: - default: - name: PartialOutputPathAssetReference - description: Reference to an asset via its path in a job output. - namespace: '' - go: - name: PartialOutputPathAssetReference - description: PartialOutputPathAssetReference - Reference to an asset via its path in a job output. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - DataPath: *ref_1077 - Id: *ref_1082 - OutputPath: *ref_1083 - property: &ref_1084 - schema: *ref_367 - isDiscriminator: true - required: true - serializedName: referenceType - language: - default: - name: referenceType - description: '[Required] Specifies the type of asset reference.' - go: - name: ReferenceType - description: REQUIRED; [Required] Specifies the type of asset reference. - protocol: {} - properties: - - *ref_1084 - serializationFormats: - - json - usage: - - input - language: - default: - name: PartialAssetReferenceBase - description: Base definition for asset references. - namespace: '' - go: - name: PartialAssetReferenceBase - description: PartialAssetReferenceBase - Base definition for asset references. - discriminatorInterface: PartialAssetReferenceBaseClassification - discriminatorTypes: - - '*PartialAssetReferenceBase' - - '*PartialDataPathAssetReference' - - '*PartialIDAssetReference' - - '*PartialOutputPathAssetReference' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + name: errorThreshold + description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." + protocol: {} + - schema: *ref_341 + serializedName: loggingLevel + language: + default: + name: loggingLevel + description: Logging level for batch inference operation. + protocol: {} + - schema: *ref_1000 + serializedName: maxConcurrencyPerInstance + language: + default: + name: maxConcurrencyPerInstance + description: Indicates number of processes per instance + protocol: {} + - schema: *ref_1001 + serializedName: miniBatchSize + language: + default: + name: miniBatchSize + description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." + protocol: {} + - schema: &ref_1002 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_1008 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: DataPath + parents: + all: + - *ref_1002 immediate: - - *ref_1078 + - *ref_1002 properties: - - schema: *ref_1085 + - schema: *ref_1003 nullable: true serializedName: datastoreId language: default: name: datastoreId description: ARM resource ID of the datastore where the asset is located. - go: - name: DatastoreID - description: ARM resource ID of the datastore where the asset is located. protocol: {} - - schema: *ref_1086 + - schema: *ref_1004 nullable: true serializedName: path language: default: name: path description: The path of the file/directory in the datastore. - go: - name: Path - description: The path of the file/directory in the datastore. protocol: {} serializationFormats: - json @@ -36569,25 +26312,110 @@ schemas: name: PartialDataPathAssetReference description: Reference to an asset via its path in a datastore. namespace: '' - go: - name: PartialDataPathAssetReference - description: PartialDataPathAssetReference - Reference to an asset via its path in a datastore. - marshallingFormat: json + protocol: {} + - &ref_1009 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Id + parents: + all: + - *ref_1002 + immediate: + - *ref_1002 + properties: + - schema: *ref_1005 + serializedName: assetId + language: + default: + name: assetId + description: ARM resource ID of the asset. + protocol: {} + serializationFormats: + - json + usage: + - input + extensions: + x-ms-discriminator-value: Id + language: + default: + name: PartialIdAssetReference + description: Reference to an asset via its ARM resource ID. + namespace: '' + protocol: {} + - &ref_1010 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: OutputPath + parents: + all: + - *ref_1002 + immediate: + - *ref_1002 + properties: + - schema: *ref_1006 + nullable: true + serializedName: jobId + language: + default: + name: jobId + description: ARM resource ID of the job. + protocol: {} + - schema: *ref_1007 + nullable: true + serializedName: path + language: + default: + name: path + description: The path of the file/directory in the job output. + protocol: {} + serializationFormats: + - json + usage: + - input + extensions: + x-ms-discriminator-value: OutputPath + language: + default: + name: PartialOutputPathAssetReference + description: Reference to an asset via its path in a job output. namespace: '' protocol: {} - - *ref_1082 - - *ref_1083 immediate: - - *ref_1077 - - *ref_1082 - - *ref_1083 - discriminator: *ref_1087 + - *ref_1008 + - *ref_1009 + - *ref_1010 + discriminator: + all: + DataPath: *ref_1008 + Id: *ref_1009 + OutputPath: *ref_1010 + immediate: + DataPath: *ref_1008 + Id: *ref_1009 + OutputPath: *ref_1010 + property: &ref_1011 + schema: *ref_353 + isDiscriminator: true + required: true + serializedName: referenceType + language: + default: + name: referenceType + description: '[Required] Specifies the type of asset reference.' + protocol: {} + properties: + - *ref_1011 + serializationFormats: + - json + usage: + - input language: - default: &ref_1088 - name: PartialAssetReferenceBaseClassification - description: discriminated type - discriminatorInterface: PartialAssetReferenceBaseClassification - go: *ref_1088 + default: + name: PartialAssetReferenceBase + description: Base definition for asset references. + namespace: '' protocol: {} nullable: true serializedName: model @@ -36597,71 +26425,48 @@ schemas: default: name: model description: Reference to the model asset for the endpoint deployment. - go: - name: Model - description: Reference to the model asset for the endpoint deployment. - byValue: true protocol: {} - - schema: *ref_373 + - schema: *ref_355 serializedName: outputAction language: default: name: outputAction description: Indicates how the output will be organized. - go: - name: OutputAction - description: Indicates how the output will be organized. protocol: {} - - schema: *ref_1089 + - schema: *ref_1012 nullable: true serializedName: outputFileName language: default: name: outputFileName description: Customized output file name for append_row output action. - go: - name: OutputFileName - description: Customized output file name for append_row output action. protocol: {} - - schema: *ref_1090 + - schema: *ref_1013 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: Properties - description: Property dictionary. Properties can be added, but not removed or altered. - byValue: true protocol: {} - - schema: &ref_1096 + - schema: &ref_1019 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1091 + - schema: *ref_1014 serializedName: maxRetries language: default: name: maxRetries description: Maximum retry count for a mini-batch - go: - name: MaxRetries - description: Maximum retry count for a mini-batch protocol: {} - - schema: *ref_1092 + - schema: *ref_1015 serializedName: timeout language: default: name: timeout description: Invocation timeout for a mini-batch, in ISO 8601 format. - go: - name: Timeout - description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} serializationFormats: - json @@ -36672,11 +26477,6 @@ schemas: name: PartialBatchRetrySettings description: Retry settings for a batch inference operation. namespace: '' - go: - name: PartialBatchRetrySettings - description: PartialBatchRetrySettings - Retry settings for a batch inference operation. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: retrySettings @@ -36686,9 +26486,6 @@ schemas: default: name: retrySettings description: Retry Settings for the batch inference operation. - go: - name: RetrySettings - description: Retry Settings for the batch inference operation. protocol: {} serializationFormats: - json @@ -36699,45 +26496,26 @@ schemas: name: PartialBatchDeployment description: Mutable batch inference settings per deployment. namespace: '' - go: - name: PartialBatchDeployment - description: PartialBatchDeployment - Mutable batch inference settings per deployment. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Additional attributes of the entity. - go: - name: Properties - description: Additional attributes of the entity. protocol: {} - - schema: *ref_1061 + - schema: *ref_987 serializedName: sku language: default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1093 + - schema: *ref_1016 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -36748,57 +26526,38 @@ schemas: name: PartialBatchDeploymentPartialTrackedResource description: Strictly used in update requests. namespace: '' - go: - name: PartialBatchDeploymentPartialTrackedResource - description: PartialBatchDeploymentPartialTrackedResource - Strictly used in update requests. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1094 - - *ref_1095 - - *ref_1078 - - *ref_1096 - - &ref_1765 + - *ref_1017 + - *ref_1018 + - *ref_1002 + - *ref_1019 + - &ref_1412 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1097 + - schema: *ref_1020 serializedName: nextLink language: default: name: nextLink description: The link to the next page of CodeContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of CodeContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1242 + - schema: &ref_1162 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_849 + elementType: *ref_776 language: default: name: CodeContainerResourceArmPaginatedResultValue description: An array of objects of type CodeContainer. - go: - name: '[]*CodeContainerData' - description: An array of objects of type CodeContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type CodeContainer. - go: - name: Value - description: An array of objects of type CodeContainer. - byValue: true protocol: {} serializationFormats: - json @@ -36809,56 +26568,38 @@ schemas: name: CodeContainerResourceArmPaginatedResult description: A paginated list of CodeContainer entities. namespace: '' - go: - name: CodeContainerResourceArmPaginatedResult - description: CodeContainerResourceArmPaginatedResult - A paginated list of CodeContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_849 - - *ref_392 - - *ref_393 - - *ref_395 - - &ref_1803 + - *ref_776 + - *ref_370 + - *ref_371 + - *ref_373 + - &ref_1430 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1098 + - schema: *ref_1021 serializedName: nextLink language: default: name: nextLink description: The link to the next page of CodeVersion objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of CodeVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1243 + - schema: &ref_1163 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_850 + elementType: *ref_777 language: default: name: CodeVersionResourceArmPaginatedResultValue description: An array of objects of type CodeVersion. - go: - name: '[]*CodeVersionData' - description: An array of objects of type CodeVersion. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type CodeVersion. - go: - name: Value - description: An array of objects of type CodeVersion. - byValue: true protocol: {} serializationFormats: - json @@ -36869,55 +26610,37 @@ schemas: name: CodeVersionResourceArmPaginatedResult description: A paginated list of CodeVersion entities. namespace: '' - go: - name: CodeVersionResourceArmPaginatedResult - description: CodeVersionResourceArmPaginatedResult - A paginated list of CodeVersion entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_850 - - *ref_418 - - *ref_394 - - &ref_1842 + - *ref_777 + - *ref_396 + - *ref_372 + - &ref_1450 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1099 + - schema: *ref_1022 serializedName: nextLink language: default: name: nextLink description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1244 + - schema: &ref_1164 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_851 + elementType: *ref_778 language: default: name: ComponentContainerResourceArmPaginatedResultValue description: An array of objects of type ComponentContainer. - go: - name: '[]*ComponentContainerData' - description: An array of objects of type ComponentContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type ComponentContainer. - go: - name: Value - description: An array of objects of type ComponentContainer. - byValue: true protocol: {} serializationFormats: - json @@ -36928,54 +26651,36 @@ schemas: name: ComponentContainerResourceArmPaginatedResult description: A paginated list of ComponentContainer entities. namespace: '' - go: - name: ComponentContainerResourceArmPaginatedResult - description: ComponentContainerResourceArmPaginatedResult - A paginated list of ComponentContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_851 - - *ref_425 - - &ref_1880 + - *ref_778 + - *ref_403 + - &ref_1469 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1100 + - schema: *ref_1023 serializedName: nextLink language: default: name: nextLink description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1245 + - schema: &ref_1165 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_852 + elementType: *ref_779 language: default: name: ComponentVersionResourceArmPaginatedResultValue description: An array of objects of type ComponentVersion. - go: - name: '[]*ComponentVersionData' - description: An array of objects of type ComponentVersion. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type ComponentVersion. - go: - name: Value - description: An array of objects of type ComponentVersion. - byValue: true protocol: {} serializationFormats: - json @@ -36986,54 +26691,36 @@ schemas: name: ComponentVersionResourceArmPaginatedResult description: A paginated list of ComponentVersion entities. namespace: '' - go: - name: ComponentVersionResourceArmPaginatedResult - description: ComponentVersionResourceArmPaginatedResult - A paginated list of ComponentVersion entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_852 - - *ref_419 - - &ref_1918 + - *ref_779 + - *ref_397 + - &ref_1488 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1101 + - schema: *ref_1024 serializedName: nextLink language: default: name: nextLink description: The link to the next page of DataContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of DataContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1246 + - schema: &ref_1166 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_853 + elementType: *ref_780 language: default: name: DataContainerResourceArmPaginatedResultValue description: An array of objects of type DataContainer. - go: - name: '[]*DataContainerData' - description: An array of objects of type DataContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type DataContainer. - go: - name: Value - description: An array of objects of type DataContainer. - byValue: true protocol: {} serializationFormats: - json @@ -37044,54 +26731,36 @@ schemas: name: DataContainerResourceArmPaginatedResult description: A paginated list of DataContainer entities. namespace: '' - go: - name: DataContainerResourceArmPaginatedResult - description: DataContainerResourceArmPaginatedResult - A paginated list of DataContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_853 - - *ref_828 - - &ref_1957 + - *ref_780 + - *ref_767 + - &ref_1508 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1102 + - schema: *ref_1025 serializedName: nextLink language: default: name: nextLink description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1247 + - schema: &ref_1167 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_854 + elementType: *ref_781 language: default: name: DataVersionBaseResourceArmPaginatedResultValue description: An array of objects of type DataVersionBase. - go: - name: '[]*DataVersionBaseData' - description: An array of objects of type DataVersionBase. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type DataVersionBase. - go: - name: Value - description: An array of objects of type DataVersionBase. - byValue: true protocol: {} serializationFormats: - json @@ -37102,54 +26771,36 @@ schemas: name: DataVersionBaseResourceArmPaginatedResult description: A paginated list of DataVersionBase entities. namespace: '' - go: - name: DataVersionBaseResourceArmPaginatedResult - description: DataVersionBaseResourceArmPaginatedResult - A paginated list of DataVersionBase entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_854 - - *ref_397 - - &ref_2004 + - *ref_781 + - *ref_375 + - &ref_1536 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1103 + - schema: *ref_1026 serializedName: nextLink language: default: name: nextLink description: The link to the next page of Datastore objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of Datastore objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1249 + - schema: &ref_1169 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_855 + elementType: *ref_782 language: default: name: DatastoreResourceArmPaginatedResultValue description: An array of objects of type Datastore. - go: - name: '[]*DatastoreData' - description: An array of objects of type Datastore. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type Datastore. - go: - name: Value - description: An array of objects of type Datastore. - byValue: true protocol: {} serializationFormats: - json @@ -37160,56 +26811,38 @@ schemas: name: DatastoreResourceArmPaginatedResult description: A paginated list of Datastore entities. namespace: '' - go: - name: DatastoreResourceArmPaginatedResult - description: DatastoreResourceArmPaginatedResult - A paginated list of Datastore entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_855 - - *ref_426 - - *ref_452 - - *ref_456 - - &ref_2052 + - *ref_782 + - *ref_404 + - *ref_428 + - *ref_430 + - &ref_1556 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1104 + - schema: *ref_1027 serializedName: nextLink language: default: name: nextLink description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1250 + - schema: &ref_1170 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_856 + elementType: *ref_783 language: default: name: EnvironmentContainerResourceArmPaginatedResultValue description: An array of objects of type EnvironmentContainer. - go: - name: '[]*EnvironmentContainerData' - description: An array of objects of type EnvironmentContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type EnvironmentContainer. - go: - name: Value - description: An array of objects of type EnvironmentContainer. - byValue: true protocol: {} serializationFormats: - json @@ -37220,54 +26853,36 @@ schemas: name: EnvironmentContainerResourceArmPaginatedResult description: A paginated list of EnvironmentContainer entities. namespace: '' - go: - name: EnvironmentContainerResourceArmPaginatedResult - description: EnvironmentContainerResourceArmPaginatedResult - A paginated list of EnvironmentContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_856 - - *ref_829 - - &ref_2090 + - *ref_783 + - *ref_768 + - &ref_1575 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1105 + - schema: *ref_1028 serializedName: nextLink language: default: name: nextLink description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1251 + - schema: &ref_1171 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_857 + elementType: *ref_784 language: default: name: EnvironmentVersionResourceArmPaginatedResultValue description: An array of objects of type EnvironmentVersion. - go: - name: '[]*EnvironmentVersionData' - description: An array of objects of type EnvironmentVersion. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type EnvironmentVersion. - go: - name: Value - description: An array of objects of type EnvironmentVersion. - byValue: true protocol: {} serializationFormats: - json @@ -37278,57 +26893,39 @@ schemas: name: EnvironmentVersionResourceArmPaginatedResult description: A paginated list of EnvironmentVersion entities. namespace: '' - go: - name: EnvironmentVersionResourceArmPaginatedResult - description: EnvironmentVersionResourceArmPaginatedResult - A paginated list of EnvironmentVersion entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_857 - - *ref_420 - - *ref_1106 - - *ref_1107 - - *ref_412 - - &ref_2132 + - *ref_784 + - *ref_398 + - *ref_1029 + - *ref_1030 + - *ref_390 + - &ref_1598 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1108 + - schema: *ref_1031 serializedName: nextLink language: default: name: nextLink description: The link to the next page of JobBase objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of JobBase objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1252 + - schema: &ref_1172 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_858 + elementType: *ref_785 language: default: name: JobBaseResourceArmPaginatedResultValue description: An array of objects of type JobBase. - go: - name: '[]*JobBaseData' - description: An array of objects of type JobBase. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type JobBase. - go: - name: Value - description: An array of objects of type JobBase. - byValue: true protocol: {} serializationFormats: - json @@ -37339,57 +26936,39 @@ schemas: name: JobBaseResourceArmPaginatedResult description: A paginated list of JobBase entities. namespace: '' - go: - name: JobBaseResourceArmPaginatedResult - description: JobBaseResourceArmPaginatedResult - A paginated list of JobBase entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_858 - - *ref_494 - - *ref_811 - - *ref_155 - - *ref_1109 - - &ref_2178 + - *ref_785 + - *ref_469 + - *ref_752 + - *ref_180 + - *ref_1032 + - &ref_1620 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1110 + - schema: *ref_1033 serializedName: nextLink language: default: name: nextLink description: The link to the next page of ModelContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of ModelContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1253 + - schema: &ref_1173 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_859 + elementType: *ref_786 language: default: name: ModelContainerResourceArmPaginatedResultValue description: An array of objects of type ModelContainer. - go: - name: '[]*ModelContainerData' - description: An array of objects of type ModelContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type ModelContainer. - go: - name: Value - description: An array of objects of type ModelContainer. - byValue: true protocol: {} serializationFormats: - json @@ -37400,54 +26979,36 @@ schemas: name: ModelContainerResourceArmPaginatedResult description: A paginated list of ModelContainer entities. namespace: '' - go: - name: ModelContainerResourceArmPaginatedResult - description: ModelContainerResourceArmPaginatedResult - A paginated list of ModelContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_859 - - *ref_830 - - &ref_2222 + - *ref_786 + - *ref_769 + - &ref_1645 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1111 + - schema: *ref_1034 serializedName: nextLink language: default: name: nextLink description: The link to the next page of ModelVersion objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of ModelVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1254 + - schema: &ref_1174 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_860 + elementType: *ref_787 language: default: name: ModelVersionResourceArmPaginatedResultValue description: An array of objects of type ModelVersion. - go: - name: '[]*ModelVersionData' - description: An array of objects of type ModelVersion. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type ModelVersion. - go: - name: Value - description: An array of objects of type ModelVersion. - byValue: true protocol: {} serializationFormats: - json @@ -37458,55 +27019,37 @@ schemas: name: ModelVersionResourceArmPaginatedResult description: A paginated list of ModelVersion entities. namespace: '' - go: - name: ModelVersionResourceArmPaginatedResult - description: ModelVersionResourceArmPaginatedResult - A paginated list of ModelVersion entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_860 - - *ref_421 - - *ref_1112 - - &ref_2266 + - *ref_787 + - *ref_399 + - *ref_1035 + - &ref_1670 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1113 + - schema: *ref_1036 serializedName: nextLink language: default: name: nextLink description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1255 + - schema: &ref_1175 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_388 + elementType: *ref_366 language: default: name: OnlineEndpointTrackedResourceArmPaginatedResultValue description: An array of objects of type OnlineEndpoint. - go: - name: '[]*OnlineEndpointData' - description: An array of objects of type OnlineEndpoint. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type OnlineEndpoint. - go: - name: Value - description: An array of objects of type OnlineEndpoint. - byValue: true protocol: {} serializationFormats: - json @@ -37517,94 +27060,62 @@ schemas: name: OnlineEndpointTrackedResourceArmPaginatedResult description: A paginated list of OnlineEndpoint entities. namespace: '' - go: - name: OnlineEndpointTrackedResourceArmPaginatedResult - description: OnlineEndpointTrackedResourceArmPaginatedResult - A paginated list of OnlineEndpoint entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_388 - - *ref_299 - - &ref_2288 + - *ref_366 + - *ref_287 + - &ref_1679 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_985 serializedName: identity language: default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1114 + - schema: *ref_1037 serializedName: kind language: default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1115 + - schema: *ref_1038 serializedName: location language: default: name: location description: The geo-location where the resource lives. - go: - name: Location - description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1119 + - schema: &ref_1042 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1116 + - schema: *ref_1039 nullable: true serializedName: mirrorTraffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: mirrorTraffic description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - go: - name: MirrorTraffic - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - byValue: true protocol: {} - - schema: *ref_297 + - schema: *ref_285 serializedName: publicNetworkAccess language: default: name: publicNetworkAccess description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. - go: - name: PublicNetworkAccess - description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. protocol: {} - - schema: *ref_1117 + - schema: *ref_1040 nullable: true serializedName: traffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: traffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - go: - name: Traffic - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - byValue: true protocol: {} serializationFormats: - json @@ -37615,45 +27126,26 @@ schemas: name: PartialOnlineEndpoint description: Mutable online endpoint configuration namespace: '' - go: - name: PartialOnlineEndpoint - description: PartialOnlineEndpoint - Mutable online endpoint configuration - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Additional attributes of the entity. - go: - name: Properties - description: Additional attributes of the entity. protocol: {} - - schema: *ref_1061 + - schema: *ref_987 serializedName: sku language: default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1118 + - schema: *ref_1041 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -37664,54 +27156,35 @@ schemas: name: PartialOnlineEndpointPartialTrackedResource description: Strictly used in update requests. namespace: '' - go: - name: PartialOnlineEndpointPartialTrackedResource - description: PartialOnlineEndpointPartialTrackedResource - Strictly used in update requests. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1119 - - &ref_2357 + - *ref_1042 + - &ref_1716 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1120 + - schema: *ref_1043 serializedName: nextLink language: default: name: nextLink description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1256 + - schema: &ref_1176 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_389 + elementType: *ref_367 language: default: name: OnlineDeploymentTrackedResourceArmPaginatedResultValue description: An array of objects of type OnlineDeployment. - go: - name: '[]*OnlineDeploymentData' - description: An array of objects of type OnlineDeployment. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: An array of objects of type OnlineDeployment. - go: - name: Value - description: An array of objects of type OnlineDeployment. - byValue: true protocol: {} serializationFormats: - json @@ -37722,140 +27195,54 @@ schemas: name: OnlineDeploymentTrackedResourceArmPaginatedResult description: A paginated list of OnlineDeployment entities. namespace: '' - go: - name: OnlineDeploymentTrackedResourceArmPaginatedResult - description: OnlineDeploymentTrackedResourceArmPaginatedResult - A paginated list of OnlineDeployment entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_389 - - *ref_310 - - *ref_332 - - *ref_1121 - - *ref_338 - - &ref_2381 + - *ref_367 + - *ref_298 + - *ref_320 + - *ref_1044 + - *ref_324 + - &ref_1727 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_985 serializedName: identity language: default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1122 + - schema: *ref_1045 serializedName: kind language: default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1123 + - schema: *ref_1046 serializedName: location language: default: name: location description: The geo-location where the resource lives. - go: - name: Location - description: The geo-location where the resource lives. protocol: {} - - schema: + - schema: &ref_1047 type: object - children: &ref_1124 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_1125 + - &ref_1048 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: EndpointComputeTypeKubernetes + discriminatorValue: Kubernetes parents: all: - - &ref_1126 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_1124 - discriminator: &ref_1129 - all: - Kubernetes: *ref_1125 - Managed: &ref_1127 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EndpointComputeTypeManaged - parents: - all: - - *ref_1126 - immediate: - - *ref_1126 - serializationFormats: - - json - usage: - - input - extensions: - x-ms-discriminator-value: Managed - language: - default: - name: PartialManagedOnlineDeployment - description: Properties specific to a ManagedOnlineDeployment. - namespace: '' - go: - name: PartialManagedOnlineDeployment - description: PartialManagedOnlineDeployment - Properties specific to a ManagedOnlineDeployment. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Kubernetes: *ref_1125 - Managed: *ref_1127 - property: &ref_1128 - schema: *ref_318 - isDiscriminator: true - required: true - serializedName: endpointComputeType - language: - default: - name: endpointComputeType - description: '[Required] The compute type of the endpoint.' - go: - name: EndpointComputeType - description: REQUIRED; [Required] The compute type of the endpoint. - protocol: {} - properties: - - *ref_1128 - serializationFormats: - - json - usage: - - input - language: - default: - name: PartialOnlineDeployment - description: Mutable online deployment configuration - namespace: '' - go: - name: PartialOnlineDeployment - description: PartialOnlineDeployment - Mutable online deployment configuration - discriminatorInterface: PartialOnlineDeploymentClassification - discriminatorTypes: - - '*PartialKubernetesOnlineDeployment' - - '*PartialManagedOnlineDeployment' - - '*PartialOnlineDeployment' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_1047 immediate: - - *ref_1126 + - *ref_1047 serializationFormats: - json usage: @@ -37867,57 +27254,80 @@ schemas: name: PartialKubernetesOnlineDeployment description: Properties specific to a KubernetesOnlineDeployment. namespace: '' - go: - name: PartialKubernetesOnlineDeployment - description: PartialKubernetesOnlineDeployment - Properties specific to a KubernetesOnlineDeployment. - marshallingFormat: json + protocol: {} + - &ref_1049 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Managed + parents: + all: + - *ref_1047 + immediate: + - *ref_1047 + serializationFormats: + - json + usage: + - input + extensions: + x-ms-discriminator-value: Managed + language: + default: + name: PartialManagedOnlineDeployment + description: Properties specific to a ManagedOnlineDeployment. namespace: '' protocol: {} - - *ref_1127 immediate: - - *ref_1125 - - *ref_1127 - discriminator: *ref_1129 - language: - default: &ref_1130 - name: PartialOnlineDeploymentClassification - description: discriminated type - discriminatorInterface: PartialOnlineDeploymentClassification - go: *ref_1130 + - *ref_1048 + - *ref_1049 + discriminator: + all: + Kubernetes: *ref_1048 + Managed: *ref_1049 + immediate: + Kubernetes: *ref_1048 + Managed: *ref_1049 + property: &ref_1050 + schema: *ref_306 + isDiscriminator: true + required: true + serializedName: endpointComputeType + language: + default: + name: endpointComputeType + description: '[Required] The compute type of the endpoint.' + protocol: {} + properties: + - *ref_1050 + serializationFormats: + - json + usage: + - input + language: + default: + name: PartialOnlineDeployment + description: Mutable online deployment configuration + namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Additional attributes of the entity. - go: - name: Properties - description: Additional attributes of the entity. - byValue: true protocol: {} - - schema: *ref_1061 + - schema: *ref_987 serializedName: sku language: default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1131 + - schema: *ref_1051 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -37928,40 +27338,27 @@ schemas: name: PartialOnlineDeploymentPartialTrackedResource description: Strictly used in update requests. namespace: '' - go: - name: PartialOnlineDeploymentPartialTrackedResource - description: PartialOnlineDeploymentPartialTrackedResource - Strictly used in update requests. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1126 - - &ref_2412 + - *ref_1047 + - &ref_1744 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1132 + - schema: *ref_1052 serializedName: containerType language: default: name: containerType description: The type of container to retrieve logs from. - go: - name: ContainerType - description: The type of container to retrieve logs from. protocol: {} - - schema: *ref_1133 + - schema: *ref_1053 nullable: true serializedName: tail language: default: name: tail description: The maximum number of lines to tail. - go: - name: Tail - description: The maximum number of lines to tail. protocol: {} serializationFormats: - json @@ -37972,27 +27369,19 @@ schemas: name: DeploymentLogsRequest description: '' namespace: '' - go: - name: DeploymentLogsRequest - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2419 + - &ref_1751 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1134 + - schema: *ref_1054 nullable: true serializedName: content language: default: name: content description: The retrieved online deployment logs. - go: - name: Content - description: The retrieved online deployment logs. protocol: {} serializationFormats: - json @@ -38003,80 +27392,60 @@ schemas: name: DeploymentLogs description: '' namespace: '' - go: - name: DeploymentLogs - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2434 + - &ref_1758 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1135 + - schema: *ref_1055 serializedName: nextLink language: default: name: nextLink description: The link to the next page of SkuResource objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of SkuResource objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1257 + - schema: &ref_1177 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1142 + elementType: &ref_1062 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1143 + - schema: &ref_1063 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1136 + - schema: *ref_1056 serializedName: default language: default: name: default description: Gets or sets the default capacity. - go: - name: Default - description: Gets or sets the default capacity. protocol: {} - - schema: *ref_1137 + - schema: *ref_1057 serializedName: maximum language: default: name: maximum description: Gets or sets the maximum. - go: - name: Maximum - description: Gets or sets the maximum. protocol: {} - - schema: *ref_1138 + - schema: *ref_1058 serializedName: minimum language: default: name: minimum description: Gets or sets the minimum. - go: - name: Minimum - description: Gets or sets the minimum. protocol: {} - - schema: *ref_1139 + - schema: *ref_1059 serializedName: scaleType language: default: name: scaleType description: Gets or sets the type of the scale. - go: - name: ScaleType - description: Gets or sets the type of the scale. protocol: {} serializationFormats: - json @@ -38087,11 +27456,6 @@ schemas: name: SkuCapacity description: SKU capacity information namespace: '' - go: - name: SKUCapacity - description: SKUCapacity - SKU capacity information - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: capacity @@ -38101,11 +27465,8 @@ schemas: default: name: capacity description: Gets or sets the Sku Capacity. - go: - name: Capacity - description: Gets or sets the Sku Capacity. protocol: {} - - schema: *ref_1140 + - schema: *ref_1060 nullable: true readOnly: true serializedName: resourceType @@ -38116,36 +27477,27 @@ schemas: default: name: resourceType description: The resource type name. - go: - name: ResourceType - description: READ-ONLY; The resource type name. protocol: {} - - schema: &ref_1144 + - schema: &ref_1064 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1141 + - schema: *ref_1061 required: true serializedName: name language: default: name: name description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' - go: - name: Name - description: REQUIRED; [Required] The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - schema: *ref_85 + - schema: *ref_83 required: false serializedName: tier language: default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - go: - name: Tier - description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. protocol: {} serializationFormats: - json @@ -38156,11 +27508,6 @@ schemas: name: SkuSetting description: SkuSetting fulfills the need for stripped down SKU info in ARM contract. namespace: '' - go: - name: SKUSetting - description: SKUSetting - SkuSetting fulfills the need for stripped down SKU info in ARM contract. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: sku @@ -38170,9 +27517,6 @@ schemas: default: name: sku description: Gets or sets the Sku. - go: - name: SKU - description: Gets or sets the Sku. protocol: {} serializationFormats: - json @@ -38183,11 +27527,6 @@ schemas: name: SkuResource description: Fulfills ARM Contract requirement to list all available SKUS for a resource. namespace: '' - go: - name: SKUResource - description: SKUResource - Fulfills ARM Contract requirement to list all available SKUS for a resource. - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: [] @@ -38195,11 +27534,6 @@ schemas: default: name: SkuResourceArmPaginatedResultValue description: An array of objects of type SkuResource. - go: - name: '[]*SKUResource' - description: An array of objects of type SkuResource. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value extensions: @@ -38208,10 +27542,6 @@ schemas: default: name: value description: An array of objects of type SkuResource. - go: - name: Value - description: An array of objects of type SkuResource. - byValue: true protocol: {} serializationFormats: - json @@ -38222,33 +27552,24 @@ schemas: name: SkuResourceArmPaginatedResult description: A paginated list of SkuResource entities. namespace: '' - go: - name: SKUResourceArmPaginatedResult - description: SKUResourceArmPaginatedResult - A paginated list of SkuResource entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1142 - - *ref_1143 - - *ref_1144 - - &ref_2326 + - *ref_1062 + - *ref_1063 + - *ref_1064 + - &ref_1698 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1145 + - schema: *ref_1065 required: true serializedName: keyType language: default: name: keyType description: '[Required] Specification for which type of key to generate. Primary or Secondary.' - go: - name: KeyType - description: REQUIRED; [Required] Specification for which type of key to generate. Primary or Secondary. protocol: {} - - schema: *ref_1146 + - schema: *ref_1066 nullable: true required: false serializedName: keyValue @@ -38256,9 +27577,6 @@ schemas: default: name: keyValue description: The value the key is set to. - go: - name: KeyValue - description: The value the key is set to. protocol: {} serializationFormats: - json @@ -38269,58 +27587,41 @@ schemas: name: RegenerateEndpointKeysRequest description: '' namespace: '' - go: - name: RegenerateEndpointKeysRequest - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2341 + - &ref_1708 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1147 + - schema: *ref_1067 nullable: true serializedName: accessToken language: default: name: accessToken description: Access token for endpoint authentication. - go: - name: AccessToken - description: Access token for endpoint authentication. protocol: {} - - schema: *ref_1148 + - schema: *ref_1068 serializedName: expiryTimeUtc language: default: name: expiryTimeUtc description: Access token expiry time (UTC). - go: - name: ExpiryTimeUTC - description: Access token expiry time (UTC). protocol: {} - - schema: *ref_1149 + - schema: *ref_1069 serializedName: refreshAfterTimeUtc language: default: name: refreshAfterTimeUtc description: Refresh access token after time (UTC). - go: - name: RefreshAfterTimeUTC - description: Refresh access token after time (UTC). protocol: {} - - schema: *ref_1150 + - schema: *ref_1070 nullable: true serializedName: tokenType language: default: name: tokenType description: Access token type. - go: - name: TokenType - description: Access token type. protocol: {} serializationFormats: - json @@ -38331,55 +27632,41 @@ schemas: name: EndpointAuthToken description: Service Token namespace: '' - go: - name: EndpointAuthToken - description: EndpointAuthToken - Service Token - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2440 + - &ref_1761 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1258 + - schema: &ref_1178 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1155 + elementType: &ref_1075 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1151 + - schema: *ref_1071 serializedName: id language: default: name: id description: Specifies the feature ID - go: - name: ID - description: Specifies the feature ID protocol: {} - - schema: *ref_1152 + - schema: *ref_1072 serializedName: displayName language: default: name: displayName description: 'Specifies the feature name ' - go: - name: DisplayName - description: Specifies the feature name protocol: {} - - schema: *ref_1153 + - schema: *ref_1073 serializedName: description language: default: name: description description: Describes the feature for user experience - go: - name: Description - description: Describes the feature for user experience protocol: {} serializationFormats: - json @@ -38390,21 +27677,11 @@ schemas: name: AmlUserFeature description: Features enabled for a workspace namespace: '' - go: - name: AmlUserFeature - description: AmlUserFeature - Features enabled for a workspace - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ListAmlUserFeatureResultValue description: The list of AML user facing features. - go: - name: '[]*AmlUserFeature' - description: The list of AML user facing features. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value @@ -38412,21 +27689,14 @@ schemas: default: name: value description: The list of AML user facing features. - go: - name: Value - description: READ-ONLY; The list of AML user facing features. - byValue: true protocol: {} - - schema: *ref_1154 + - schema: *ref_1074 readOnly: true serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. - go: - name: NextLink - description: READ-ONLY; The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. protocol: {} serializationFormats: - json @@ -38437,23 +27707,244 @@ schemas: name: ListAmlUserFeatureResult description: The List Aml user feature operation response. namespace: '' - go: - name: ListAmlUserFeatureResult - description: ListAmlUserFeatureResult - The List Aml user feature operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1075 + - *ref_151 + - *ref_90 + - *ref_110 + - *ref_1076 + - *ref_1077 + - *ref_1078 + - *ref_1079 + - *ref_111 + - *ref_120 + - *ref_1080 + - *ref_1081 + - *ref_1082 + - *ref_1083 + - *ref_1084 + - *ref_1085 + - *ref_1086 + - *ref_121 + - *ref_148 + - *ref_1087 + - *ref_1088 + - *ref_1089 + - *ref_1090 + - *ref_1091 + - *ref_1092 + - *ref_1093 + - *ref_1094 + - *ref_1095 + - *ref_172 + - *ref_1096 + - *ref_1097 + - *ref_1098 + - *ref_1099 + - *ref_1100 + - *ref_1101 + - *ref_1102 + - *ref_1103 + - *ref_149 + - *ref_215 + - *ref_216 + - *ref_226 + - *ref_1104 + - *ref_230 + - *ref_1105 + - *ref_227 + - *ref_231 + - *ref_251 + - *ref_1106 + - *ref_232 + - *ref_235 + - *ref_236 + - *ref_238 + - *ref_1107 + - *ref_252 + - *ref_1108 + - *ref_1109 + - *ref_1110 + - *ref_956 + - *ref_952 + - *ref_957 + - *ref_958 + - *ref_961 + - *ref_959 + - *ref_459 + - *ref_429 + - *ref_756 + - *ref_39 + - *ref_25 + - *ref_483 + - *ref_481 + - *ref_744 + - *ref_26 + - *ref_476 + - *ref_521 + - *ref_519 + - *ref_490 + - *ref_488 + - *ref_497 + - *ref_496 + - *ref_503 + - *ref_501 + - *ref_422 + - *ref_423 + - *ref_424 + - *ref_425 + - *ref_680 + - *ref_676 + - *ref_736 + - *ref_733 + - *ref_460 + - *ref_436 + - *ref_474 + - *ref_475 + - *ref_515 + - *ref_526 + - *ref_517 + - *ref_38 + - *ref_40 + - *ref_516 + - *ref_1111 + - *ref_1112 + - *ref_534 + - *ref_1113 + - *ref_535 + - *ref_1114 + - *ref_1115 + - *ref_1116 + - *ref_745 + - *ref_703 + - *ref_716 + - *ref_717 + - *ref_1117 + - *ref_303 + - *ref_186 + - *ref_484 + - *ref_41 + - *ref_24 + - *ref_522 + - *ref_491 + - *ref_498 + - *ref_504 + - *ref_350 + - *ref_329 + - *ref_513 + - *ref_1118 + - *ref_737 + - *ref_426 + - *ref_351 + - *ref_561 + - *ref_562 + - *ref_576 + - *ref_570 + - *ref_630 + - *ref_624 + - *ref_565 + - *ref_529 + - *ref_525 + - *ref_1119 + - *ref_1120 + - *ref_1121 + - *ref_563 + - *ref_568 + - *ref_564 + - *ref_575 + - *ref_629 + - *ref_569 + - *ref_450 + - *ref_449 + - *ref_437 + - *ref_451 + - *ref_438 + - *ref_304 + - *ref_49 + - *ref_757 + - *ref_305 + - *ref_681 + - *ref_42 + - *ref_27 + - *ref_377 + - *ref_28 + - *ref_708 + - *ref_692 + - *ref_530 + - *ref_527 + - *ref_536 + - *ref_1122 + - *ref_461 + - *ref_1123 + - *ref_352 + - *ref_1008 + - *ref_1009 + - *ref_1048 + - *ref_1049 + - *ref_1010 + - *ref_746 + - *ref_709 + - *ref_738 + - *ref_1124 + - *ref_187 + - *ref_514 + - *ref_462 + - *ref_439 + - *ref_463 + - *ref_440 + - *ref_747 + - *ref_721 + - *ref_1125 + - *ref_330 + - *ref_710 + - *ref_691 + - *ref_693 + - *ref_694 + - *ref_43 + - *ref_29 + - *ref_682 + - *ref_378 + - *ref_44 + - *ref_30 + - *ref_379 + - *ref_45 + - *ref_31 + - *ref_758 + arrays: + - *ref_1126 + - *ref_1127 + - *ref_1128 + - *ref_1129 + - *ref_1130 + - *ref_1131 + - *ref_1132 + - *ref_1133 + - *ref_1134 + - *ref_1135 + - *ref_1136 + - *ref_1137 + - *ref_1138 + - *ref_1139 + - *ref_1140 + - *ref_1141 + - *ref_1142 + - *ref_1143 + - *ref_1144 + - *ref_1145 + - *ref_1146 + - *ref_1147 + - *ref_1148 + - *ref_1149 + - *ref_1150 + - *ref_1151 + - *ref_1152 + - *ref_1153 + - *ref_1154 - *ref_1155 - - *ref_124 - - *ref_92 - - *ref_272 - *ref_1156 - *ref_1157 - *ref_1158 - *ref_1159 - - *ref_208 - - *ref_217 - *ref_1160 - *ref_1161 - *ref_1162 @@ -38461,10 +27952,17 @@ schemas: - *ref_1164 - *ref_1165 - *ref_1166 - - *ref_94 - - *ref_121 - *ref_1167 - - *ref_1168 + - &ref_1525 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_1168 + language: + default: + name: ArrayOfGet7ItemsItem + description: Array of Get7ItemsItem + protocol: {} - *ref_1169 - *ref_1170 - *ref_1171 @@ -38472,7 +27970,6 @@ schemas: - *ref_1173 - *ref_1174 - *ref_1175 - - *ref_145 - *ref_1176 - *ref_1177 - *ref_1178 @@ -38481,269 +27978,32 @@ schemas: - *ref_1181 - *ref_1182 - *ref_1183 - - *ref_122 - - *ref_191 - - *ref_231 - - *ref_239 - *ref_1184 - - *ref_236 - *ref_1185 - - *ref_200 - - *ref_207 - - *ref_240 - *ref_1186 - - *ref_196 - - *ref_199 - - *ref_192 - - *ref_195 - *ref_1187 - - *ref_241 - *ref_1188 - *ref_1189 - *ref_1190 - - *ref_1030 - - *ref_1026 - - *ref_1031 - - *ref_1032 - - *ref_1035 - - *ref_1033 - - *ref_451 - - *ref_463 - - *ref_810 - - *ref_40 - - *ref_26 - - *ref_691 - - *ref_692 - - *ref_801 - - *ref_27 - - *ref_508 - - *ref_627 - - *ref_628 - - *ref_701 - - *ref_702 - - *ref_712 - - *ref_713 - - *ref_720 - - *ref_721 - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_645 - - *ref_646 - - *ref_787 - - *ref_788 - - *ref_483 - - *ref_458 - - *ref_502 - - *ref_503 - - *ref_637 - - *ref_620 - - *ref_621 - - *ref_39 - - *ref_41 - - *ref_619 - *ref_1191 - *ref_1192 - - *ref_677 - *ref_1193 - - *ref_669 - *ref_1194 - *ref_1195 - *ref_1196 - - *ref_802 - - *ref_754 - - *ref_771 - - *ref_772 - *ref_1197 - - *ref_315 - - *ref_154 - - *ref_694 - - *ref_42 - - *ref_25 - - *ref_630 - - *ref_704 - - *ref_714 - - *ref_723 - - *ref_360 - - *ref_337 - - *ref_505 - *ref_1198 - - *ref_791 - - *ref_448 - - *ref_365 - - *ref_506 - - *ref_507 - - *ref_522 - - *ref_516 - - *ref_576 - - *ref_570 - - *ref_511 - - *ref_636 - - *ref_622 - *ref_1199 - *ref_1200 - *ref_1201 - - *ref_509 - - *ref_514 - - *ref_510 - - *ref_521 - - *ref_575 - - *ref_515 - - *ref_474 - - *ref_473 - - *ref_464 - - *ref_475 - - *ref_465 - - *ref_316 - - *ref_50 - - *ref_815 - - *ref_317 - - *ref_648 - - *ref_43 - - *ref_28 - - *ref_399 - - *ref_29 - - *ref_753 - - *ref_666 - - *ref_638 - - *ref_623 - - *ref_676 - *ref_1202 - - *ref_484 - *ref_1203 - - *ref_366 - - *ref_1077 - - *ref_1082 - - *ref_1125 - - *ref_1127 - - *ref_1083 - - *ref_803 - - *ref_758 - - *ref_792 - *ref_1204 - - *ref_160 - - *ref_682 - - *ref_485 - - *ref_466 - - *ref_486 - - *ref_467 - - *ref_804 - - *ref_776 - *ref_1205 - - *ref_343 - - *ref_759 - - *ref_665 - - *ref_667 - - *ref_668 - - *ref_44 - - *ref_30 - - *ref_649 - - *ref_400 - - *ref_45 - - *ref_31 - - *ref_401 - - *ref_46 - - *ref_32 - - *ref_816 - arrays: - *ref_1206 - - *ref_1207 - - *ref_1208 - - *ref_1209 - - *ref_1210 - - *ref_1211 - - *ref_1212 - - *ref_1213 - - *ref_1214 - - *ref_1215 - - *ref_1216 - - *ref_1217 - - *ref_1218 - - *ref_1219 - - *ref_1220 - - *ref_1221 - - *ref_1222 - - *ref_1223 - - *ref_1224 - - *ref_1225 - - *ref_1226 - - *ref_1227 - - *ref_1228 - - *ref_1229 - - *ref_1230 - - *ref_1231 - - *ref_1232 - - *ref_1233 - - *ref_1234 - - *ref_1235 - - *ref_1236 - - *ref_1237 - - *ref_1238 - - *ref_1239 - - *ref_1240 - - *ref_1241 - - *ref_1242 - - *ref_1243 - - *ref_1244 - - *ref_1245 - - *ref_1246 - - *ref_1247 - - &ref_1993 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_1248 - language: - default: - name: ArrayOfGet7ItemsItem - description: Array of Get7ItemsItem - go: - name: '[]string' - description: Array of Get7ItemsItem - elementIsPtr: true - protocol: {} - - *ref_1249 - - *ref_1250 - - *ref_1251 - - *ref_1252 - - *ref_1253 - - *ref_1254 - - *ref_1255 - - *ref_1256 - - *ref_1257 - - *ref_1258 - - *ref_1259 - - *ref_1260 - - *ref_1261 - - *ref_1262 - - *ref_1263 - - *ref_1264 - - *ref_1265 - - *ref_1266 - - *ref_1267 - - *ref_1268 - - *ref_1269 - - *ref_1270 - - *ref_1271 - - *ref_1272 - - *ref_1273 - - *ref_1274 - - *ref_1275 - - *ref_1276 - - *ref_1277 - - *ref_1278 - - *ref_1279 - - *ref_1280 - - *ref_1281 - - *ref_1282 - - *ref_1283 - - *ref_1284 - - *ref_1285 - - *ref_1286 globalParameters: - - &ref_1298 - schema: *ref_1287 + - &ref_1213 + schema: *ref_1207 implementation: Client required: true extensions: @@ -38753,14 +28013,10 @@ globalParameters: name: SubscriptionId description: The ID of the target subscription. serializedName: subscriptionId - go: - name: subscriptionID - description: The ID of the target subscription. - serializedName: subscriptionId protocol: http: in: path - - &ref_1289 + - &ref_1209 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -38773,15 +28029,11 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri - - &ref_1290 - schema: *ref_1288 + - &ref_1210 + schema: *ref_1208 implementation: Client origin: modelerfour:synthesized/api-version required: true @@ -38790,10 +28042,6 @@ globalParameters: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -38804,11 +28052,11 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 + - *ref_1209 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -38817,10 +28065,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -38829,9 +28073,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.MachineLearningServices/operations @@ -38839,14 +28080,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1292 + - schema: *ref_1212 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -38855,14 +28093,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -38903,69 +28138,11 @@ operationGroups: description: Lists all of the available Azure Machine Learning Workspaces REST API operations. paging: nextLinkName: null - go: - name: List - description: Lists all of the available Azure Machine Learning Workspaces REST API operations. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_2446 - schema: - type: object - language: - default: &ref_1293 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1293 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_1294 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1294 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2538 - type: object - properties: - - &ref_1296 - schema: *ref_1292 - serializedName: AmlOperationListResult - language: - default: &ref_1295 - name: AmlOperationListResult - description: An array of operations supported by the resource provider. - byValue: true - embeddedType: true - go: *ref_1295 - protocol: {} - language: - default: &ref_1297 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1296 - go: *ref_1297 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - $key: Workspaces operations: @@ -38973,11 +28150,11 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1300 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1215 + schema: *ref_1214 implementation: Method required: true language: @@ -38985,14 +28162,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1301 + - &ref_1216 schema: *ref_1 implementation: Method required: true @@ -39001,16 +28174,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39019,10 +28188,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -39031,26 +28196,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName} method: get uri: '{$host}' signatureParameters: - - *ref_1300 - - *ref_1301 + - *ref_1215 + - *ref_1216 responses: - - schema: *ref_89 + - schema: *ref_87 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -39059,14 +28218,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -39143,69 +28299,16 @@ operationGroups: default: name: Get description: Gets the properties of the specified machine learning workspace. - go: - name: Get - description: |- - Gets the properties of the specified machine learning workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2447 - schema: - type: object - language: - default: &ref_1302 - name: WorkspacesClientGetOptions - description: WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method. - go: *ref_1302 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientGetOptions - language: - default: &ref_1303 - name: options - description: WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method. - go: *ref_1303 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2539 - type: object - properties: - - &ref_1305 - schema: *ref_89 - serializedName: Workspace - language: - default: &ref_1304 - name: Workspace - description: An object that represents a machine learning workspace. - byValue: true - embeddedType: true - go: *ref_1304 - protocol: {} - language: - default: &ref_1306 - name: WorkspacesClientGetResponse - description: WorkspacesClientGetResponse contains the response from method WorkspacesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1305 - go: *ref_1306 - protocol: {} protocol: {} - operationId: Workspaces_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1309 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1219 + schema: *ref_1214 implementation: Method required: true language: @@ -39213,14 +28316,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1310 + - &ref_1220 schema: *ref_1 implementation: Method required: true @@ -39229,32 +28328,25 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requestMediaTypes: - application/json: &ref_1308 + application/json: &ref_1218 parameters: - - &ref_1307 - schema: *ref_89 + - &ref_1217 + schema: *ref_87 implementation: Method required: true language: default: name: parameters description: The parameters for creating or updating a machine learning workspace. - go: - name: parameters - description: The parameters for creating or updating a machine learning workspace. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39263,22 +28355,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1307 + - *ref_1217 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName} @@ -39288,19 +28373,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1308 + - *ref_1218 signatureParameters: - - *ref_1309 - - *ref_1310 + - *ref_1219 + - *ref_1220 responses: - - schema: *ref_89 + - schema: *ref_87 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -39312,22 +28394,16 @@ operationGroups: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -39420,85 +28496,16 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a workspace with the specified parameters. - go: - name: CreateOrUpdate - description: |- - Creates or updates a workspace with the specified parameters. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2448 - schema: - type: object - language: - default: &ref_1311 - name: WorkspacesClientBeginCreateOrUpdateOptions - description: WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method. - go: *ref_1311 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1312 - name: string - description: '' - go: *ref_1312 - protocol: {} - language: - default: &ref_1313 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1313 - protocol: {} - required: false - serializedName: WorkspacesClientBeginCreateOrUpdateOptions - language: - default: &ref_1314 - name: options - description: WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method. - go: *ref_1314 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2540 - type: object - properties: - - &ref_1316 - schema: *ref_89 - serializedName: Workspace - language: - default: &ref_1315 - name: Workspace - description: An object that represents a machine learning workspace. - byValue: true - embeddedType: true - go: *ref_1315 - protocol: {} - language: - default: &ref_1317 - name: WorkspacesClientCreateOrUpdateResponse - description: WorkspacesClientCreateOrUpdateResponse contains the response from method WorkspacesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1316 - go: *ref_1317 - protocol: {} protocol: {} - operationId: Workspaces_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1318 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1221 + schema: *ref_1214 implementation: Method required: true language: @@ -39506,14 +28513,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1319 + - &ref_1222 schema: *ref_1 implementation: Method required: true @@ -39522,16 +28525,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39540,10 +28539,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -39552,25 +28547,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName} method: delete uri: '{$host}' signatureParameters: - - *ref_1318 - - *ref_1319 + - *ref_1221 + - *ref_1222 responses: - language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: @@ -39579,9 +28568,6 @@ operationGroups: default: name: '' description: The request was accepted; the request was well-formed and received properly. - go: - name: '' - description: The request was accepted; the request was well-formed and received properly. protocol: http: statusCodes: @@ -39590,22 +28576,16 @@ operationGroups: default: name: '' description: The machine learning workspace does not exist in the subscription. - go: - name: '' - description: The machine learning workspace does not exist in the subscription. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -39631,71 +28611,16 @@ operationGroups: default: name: Delete description: Deletes a machine learning workspace. - go: - name: Delete - description: |- - Deletes a machine learning workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2449 - schema: - type: object - language: - default: &ref_1320 - name: WorkspacesClientBeginDeleteOptions - description: WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method. - go: *ref_1320 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1321 - name: string - description: '' - go: *ref_1321 - protocol: {} - language: - default: &ref_1322 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1322 - protocol: {} - required: false - serializedName: WorkspacesClientBeginDeleteOptions - language: - default: &ref_1323 - name: options - description: WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method. - go: *ref_1323 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2541 - type: object - language: - default: &ref_1324 - name: WorkspacesClientDeleteResponse - description: WorkspacesClientDeleteResponse contains the response from method WorkspacesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1324 - protocol: {} protocol: {} - operationId: Workspaces_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1328 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1226 + schema: *ref_1214 implementation: Method required: true language: @@ -39703,14 +28628,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1329 + - &ref_1227 schema: *ref_1 implementation: Method required: true @@ -39719,32 +28640,25 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requestMediaTypes: - application/json: &ref_1327 + application/json: &ref_1225 parameters: - - &ref_1326 - schema: *ref_1325 + - &ref_1224 + schema: *ref_1223 implementation: Method required: true language: default: name: parameters description: The parameters for updating a machine learning workspace. - go: - name: parameters - description: The parameters for updating a machine learning workspace. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39753,22 +28667,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1326 + - *ref_1224 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName} @@ -39778,19 +28685,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1327 + - *ref_1225 signatureParameters: - - *ref_1328 - - *ref_1329 + - *ref_1226 + - *ref_1227 responses: - - schema: *ref_89 + - schema: *ref_87 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -39802,22 +28706,16 @@ operationGroups: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -39865,85 +28763,16 @@ operationGroups: default: name: Update description: Updates a machine learning workspace with the specified parameters. - go: - name: Update - description: |- - Updates a machine learning workspace with the specified parameters. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2450 - schema: - type: object - language: - default: &ref_1330 - name: WorkspacesClientBeginUpdateOptions - description: WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method. - go: *ref_1330 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1331 - name: string - description: '' - go: *ref_1331 - protocol: {} - language: - default: &ref_1332 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1332 - protocol: {} - required: false - serializedName: WorkspacesClientBeginUpdateOptions - language: - default: &ref_1333 - name: options - description: WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method. - go: *ref_1333 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2542 - type: object - properties: - - &ref_1335 - schema: *ref_89 - serializedName: Workspace - language: - default: &ref_1334 - name: Workspace - description: An object that represents a machine learning workspace. - byValue: true - embeddedType: true - go: *ref_1334 - protocol: {} - language: - default: &ref_1336 - name: WorkspacesClientUpdateResponse - description: WorkspacesClientUpdateResponse contains the response from method WorkspacesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1335 - go: *ref_1336 - protocol: {} protocol: {} - operationId: Workspaces_ListByResourceGroup apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1340 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1228 + schema: *ref_1214 implementation: Method required: true language: @@ -39951,14 +28780,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1338 + - &ref_1229 schema: *ref_1 implementation: Method language: @@ -39966,35 +28791,12 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1342 - schema: - type: object - language: - default: &ref_1337 - name: WorkspacesClientListByResourceGroupOptions - description: WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.NewListByResourceGroupPager method. - go: *ref_1337 - protocol: {} - originalParameter: - - *ref_1338 - required: false - serializedName: WorkspacesClientListByResourceGroupOptions - language: - default: &ref_1339 - name: options - description: WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.NewListByResourceGroupPager method. - go: *ref_1339 - protocol: {} - serializedName: $skip protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40003,10 +28805,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -40015,26 +28813,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces method: get uri: '{$host}' signatureParameters: - - *ref_1340 - - *ref_1338 + - *ref_1228 + - *ref_1229 responses: - - schema: *ref_1341 + - schema: *ref_1230 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -40043,14 +28835,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -40103,51 +28892,15 @@ operationGroups: description: Lists all the available machine learning workspaces under the specified resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all the available machine learning workspaces under the specified resource group. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: *ref_1342 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_2543 - type: object - properties: - - &ref_1344 - schema: *ref_1341 - serializedName: WorkspaceListResult - language: - default: &ref_1343 - name: WorkspaceListResult - description: The result of a request to list machine learning workspaces. - byValue: true - embeddedType: true - go: *ref_1343 - protocol: {} - language: - default: &ref_1345 - name: WorkspacesClientListByResourceGroupResponse - description: WorkspacesClientListByResourceGroupResponse contains the response from method WorkspacesClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1344 - go: *ref_1345 - protocol: {} protocol: {} - operationId: Workspaces_Diagnose apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1353 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1234 + schema: *ref_1214 implementation: Method required: true language: @@ -40155,14 +28908,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1354 + - &ref_1235 schema: *ref_1 implementation: Method required: true @@ -40171,67 +28920,26 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1352 + application/json: &ref_1233 parameters: - - &ref_1348 - schema: *ref_1346 + - &ref_1232 + schema: *ref_1231 implementation: Method required: false language: default: name: parameters description: The parameter of diagnosing workspace health - go: - name: Parameters - description: The parameter of diagnosing workspace health - paramGroup: &ref_1357 - schema: - type: object - language: - default: &ref_1347 - name: WorkspacesClientBeginDiagnoseOptions - description: WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method. - go: *ref_1347 - protocol: {} - originalParameter: - - *ref_1348 - - schema: - type: string - language: - default: &ref_1349 - name: string - description: '' - go: *ref_1349 - protocol: {} - language: - default: &ref_1350 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1350 - protocol: {} - required: false - serializedName: WorkspacesClientBeginDiagnoseOptions - language: - default: &ref_1351 - name: options - description: WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method. - go: *ref_1351 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40240,22 +28948,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1348 + - *ref_1232 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/diagnose @@ -40265,19 +28966,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1352 + - *ref_1233 signatureParameters: - - *ref_1353 - - *ref_1354 + - *ref_1234 + - *ref_1235 responses: - - schema: *ref_1355 + - schema: *ref_1236 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -40289,9 +28987,6 @@ operationGroups: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: headers: @@ -40301,29 +28996,20 @@ operationGroups: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1356 + - schema: *ref_1237 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -40376,54 +29062,16 @@ operationGroups: name: Diagnose description: Diagnose workspace setup issue. summary: Diagnose workspace setup issue. - go: - name: Diagnose - description: |- - Diagnose workspace setup issue. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: *ref_1357 - protocolNaming: - internalMethod: diagnose - requestMethod: diagnoseCreateRequest - responseMethod: diagnoseHandleResponse - responseEnv: &ref_2544 - type: object - properties: - - &ref_1359 - schema: *ref_1355 - serializedName: DiagnoseResponseResult - language: - default: &ref_1358 - name: DiagnoseResponseResult - description: '' - byValue: true - embeddedType: true - go: *ref_1358 - protocol: {} - language: - default: &ref_1360 - name: WorkspacesClientDiagnoseResponse - description: WorkspacesClientDiagnoseResponse contains the response from method WorkspacesClient.BeginDiagnose. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1359 - go: *ref_1360 - protocol: {} - summary: Diagnose workspace setup issue. protocol: {} - operationId: Workspaces_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1361 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1238 + schema: *ref_1214 implementation: Method required: true language: @@ -40431,14 +29079,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1362 + - &ref_1239 schema: *ref_1 implementation: Method required: true @@ -40447,16 +29091,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40465,10 +29105,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -40477,26 +29113,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys method: post uri: '{$host}' signatureParameters: - - *ref_1361 - - *ref_1362 + - *ref_1238 + - *ref_1239 responses: - - schema: *ref_1363 + - schema: *ref_1240 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -40505,14 +29135,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -40550,69 +29177,16 @@ operationGroups: default: name: ListKeys description: Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry - go: - name: ListKeys - description: |- - Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2451 - schema: - type: object - language: - default: &ref_1364 - name: WorkspacesClientListKeysOptions - description: WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method. - go: *ref_1364 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListKeysOptions - language: - default: &ref_1365 - name: options - description: WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method. - go: *ref_1365 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_2545 - type: object - properties: - - &ref_1367 - schema: *ref_1363 - serializedName: ListWorkspaceKeysResult - language: - default: &ref_1366 - name: ListWorkspaceKeysResult - description: '' - byValue: true - embeddedType: true - go: *ref_1366 - protocol: {} - language: - default: &ref_1368 - name: WorkspacesClientListKeysResponse - description: WorkspacesClientListKeysResponse contains the response from method WorkspacesClient.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1367 - go: *ref_1368 - protocol: {} protocol: {} - operationId: Workspaces_ResyncKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1369 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1241 + schema: *ref_1214 implementation: Method required: true language: @@ -40620,14 +29194,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1370 + - &ref_1242 schema: *ref_1 implementation: Method required: true @@ -40636,16 +29206,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40654,10 +29220,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -40666,25 +29228,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/resyncKeys method: post uri: '{$host}' signatureParameters: - - *ref_1369 - - *ref_1370 + - *ref_1241 + - *ref_1242 responses: - language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: @@ -40693,22 +29249,16 @@ operationGroups: default: name: '' description: The request was accepted; the request was well-formed and received properly. - go: - name: '' - description: The request was accepted; the request was well-formed and received properly. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -40733,70 +29283,15 @@ operationGroups: default: name: ResyncKeys description: Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry - go: - name: ResyncKeys - description: |- - Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2452 - schema: - type: object - language: - default: &ref_1371 - name: WorkspacesClientBeginResyncKeysOptions - description: WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method. - go: *ref_1371 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1372 - name: string - description: '' - go: *ref_1372 - protocol: {} - language: - default: &ref_1373 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1373 - protocol: {} - required: false - serializedName: WorkspacesClientBeginResyncKeysOptions - language: - default: &ref_1374 - name: options - description: WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method. - go: *ref_1374 - protocol: {} - protocolNaming: - internalMethod: resyncKeys - requestMethod: resyncKeysCreateRequest - responseMethod: resyncKeysHandleResponse - responseEnv: &ref_2546 - type: object - language: - default: &ref_1375 - name: WorkspacesClientResyncKeysResponse - description: WorkspacesClientResyncKeysResponse contains the response from method WorkspacesClient.BeginResyncKeys. - forLRO: true - responseType: true - go: *ref_1375 - protocol: {} protocol: {} - operationId: Workspaces_ListBySubscription apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1377 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1243 schema: *ref_1 implementation: Method language: @@ -40804,35 +29299,12 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1379 - schema: - type: object - language: - default: &ref_1376 - name: WorkspacesClientListBySubscriptionOptions - description: WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method. - go: *ref_1376 - protocol: {} - originalParameter: - - *ref_1377 - required: false - serializedName: WorkspacesClientListBySubscriptionOptions - language: - default: &ref_1378 - name: options - description: WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method. - go: *ref_1378 - protocol: {} - serializedName: $skip protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40841,10 +29313,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -40853,25 +29321,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces method: get uri: '{$host}' signatureParameters: - - *ref_1377 + - *ref_1243 responses: - - schema: *ref_1341 + - schema: *ref_1230 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -40880,14 +29342,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -40939,52 +29398,16 @@ operationGroups: description: Lists all the available machine learning workspaces under the specified subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all the available machine learning workspaces under the specified subscription. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: *ref_1379 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_2547 - type: object - properties: - - &ref_1381 - schema: *ref_1341 - serializedName: WorkspaceListResult - language: - default: &ref_1380 - name: WorkspaceListResult - description: The result of a request to list machine learning workspaces. - byValue: true - embeddedType: true - go: *ref_1380 - protocol: {} - language: - default: &ref_1382 - name: WorkspacesClientListBySubscriptionResponse - description: WorkspacesClientListBySubscriptionResponse contains the response from method WorkspacesClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1381 - go: *ref_1382 - protocol: {} protocol: {} - operationId: Workspaces_ListNotebookAccessToken apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1383 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1244 + schema: *ref_1214 implementation: Method required: true language: @@ -40992,14 +29415,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1384 + - &ref_1245 schema: *ref_1 implementation: Method required: true @@ -41008,16 +29427,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41026,10 +29441,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41038,26 +29449,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookAccessToken method: post uri: '{$host}' signatureParameters: - - *ref_1383 - - *ref_1384 + - *ref_1244 + - *ref_1245 responses: - - schema: *ref_1385 + - schema: *ref_1246 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -41066,14 +29471,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -41103,69 +29505,16 @@ operationGroups: default: name: ListNotebookAccessToken description: return notebook access token and refresh token - go: - name: ListNotebookAccessToken - description: |- - return notebook access token and refresh token - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2453 - schema: - type: object - language: - default: &ref_1386 - name: WorkspacesClientListNotebookAccessTokenOptions - description: WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method. - go: *ref_1386 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListNotebookAccessTokenOptions - language: - default: &ref_1387 - name: options - description: WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method. - go: *ref_1387 - protocol: {} - protocolNaming: - internalMethod: listNotebookAccessToken - requestMethod: listNotebookAccessTokenCreateRequest - responseMethod: listNotebookAccessTokenHandleResponse - responseEnv: &ref_2548 - type: object - properties: - - &ref_1389 - schema: *ref_1385 - serializedName: NotebookAccessTokenResult - language: - default: &ref_1388 - name: NotebookAccessTokenResult - description: '' - byValue: true - embeddedType: true - go: *ref_1388 - protocol: {} - language: - default: &ref_1390 - name: WorkspacesClientListNotebookAccessTokenResponse - description: WorkspacesClientListNotebookAccessTokenResponse contains the response from method WorkspacesClient.ListNotebookAccessToken. - marshallingFormat: json - responseType: true - resultProp: *ref_1389 - go: *ref_1390 - protocol: {} protocol: {} - operationId: Workspaces_PrepareNotebook apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1391 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1247 + schema: *ref_1214 implementation: Method required: true language: @@ -41173,14 +29522,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1392 + - &ref_1248 schema: *ref_1 implementation: Method required: true @@ -41189,16 +29534,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41207,10 +29548,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41219,26 +29556,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/prepareNotebook method: post uri: '{$host}' signatureParameters: - - *ref_1391 - - *ref_1392 + - *ref_1247 + - *ref_1248 responses: - - schema: *ref_914 + - schema: *ref_841 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -41250,22 +29581,16 @@ operationGroups: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -41298,85 +29623,16 @@ operationGroups: default: name: PrepareNotebook description: Prepare a notebook. - go: - name: PrepareNotebook - description: |- - Prepare a notebook. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2454 - schema: - type: object - language: - default: &ref_1393 - name: WorkspacesClientBeginPrepareNotebookOptions - description: WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method. - go: *ref_1393 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1394 - name: string - description: '' - go: *ref_1394 - protocol: {} - language: - default: &ref_1395 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1395 - protocol: {} - required: false - serializedName: WorkspacesClientBeginPrepareNotebookOptions - language: - default: &ref_1396 - name: options - description: WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method. - go: *ref_1396 - protocol: {} - protocolNaming: - internalMethod: prepareNotebook - requestMethod: prepareNotebookCreateRequest - responseMethod: prepareNotebookHandleResponse - responseEnv: &ref_2549 - type: object - properties: - - &ref_1398 - schema: *ref_914 - serializedName: NotebookResourceInfo - language: - default: &ref_1397 - name: NotebookResourceInfo - description: '' - byValue: true - embeddedType: true - go: *ref_1397 - protocol: {} - language: - default: &ref_1399 - name: WorkspacesClientPrepareNotebookResponse - description: WorkspacesClientPrepareNotebookResponse contains the response from method WorkspacesClient.BeginPrepareNotebook. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1398 - go: *ref_1399 - protocol: {} protocol: {} - operationId: Workspaces_ListStorageAccountKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1400 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1249 + schema: *ref_1214 implementation: Method required: true language: @@ -41384,14 +29640,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1401 + - &ref_1250 schema: *ref_1 implementation: Method required: true @@ -41400,16 +29652,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41418,10 +29666,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41430,26 +29674,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listStorageAccountKeys method: post uri: '{$host}' signatureParameters: - - *ref_1400 - - *ref_1401 + - *ref_1249 + - *ref_1250 responses: - - schema: *ref_1402 + - schema: *ref_1251 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -41458,14 +29696,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -41490,69 +29725,16 @@ operationGroups: default: name: ListStorageAccountKeys description: List storage account keys of a workspace. - go: - name: ListStorageAccountKeys - description: |- - List storage account keys of a workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2455 - schema: - type: object - language: - default: &ref_1403 - name: WorkspacesClientListStorageAccountKeysOptions - description: WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method. - go: *ref_1403 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListStorageAccountKeysOptions - language: - default: &ref_1404 - name: options - description: WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method. - go: *ref_1404 - protocol: {} - protocolNaming: - internalMethod: listStorageAccountKeys - requestMethod: listStorageAccountKeysCreateRequest - responseMethod: listStorageAccountKeysHandleResponse - responseEnv: &ref_2550 - type: object - properties: - - &ref_1406 - schema: *ref_1402 - serializedName: ListStorageAccountKeysResult - language: - default: &ref_1405 - name: ListStorageAccountKeysResult - description: '' - byValue: true - embeddedType: true - go: *ref_1405 - protocol: {} - language: - default: &ref_1407 - name: WorkspacesClientListStorageAccountKeysResponse - description: WorkspacesClientListStorageAccountKeysResponse contains the response from method WorkspacesClient.ListStorageAccountKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1406 - go: *ref_1407 - protocol: {} protocol: {} - operationId: Workspaces_ListNotebookKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1408 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1252 + schema: *ref_1214 implementation: Method required: true language: @@ -41560,14 +29742,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1409 + - &ref_1253 schema: *ref_1 implementation: Method required: true @@ -41576,16 +29754,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41594,10 +29768,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41606,26 +29776,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookKeys method: post uri: '{$host}' signatureParameters: - - *ref_1408 - - *ref_1409 + - *ref_1252 + - *ref_1253 responses: - - schema: *ref_954 + - schema: *ref_880 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -41634,14 +29798,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -41667,68 +29828,15 @@ operationGroups: default: name: ListNotebookKeys description: List keys of a notebook. - go: - name: ListNotebookKeys - description: |- - List keys of a notebook. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2456 - schema: - type: object - language: - default: &ref_1410 - name: WorkspacesClientListNotebookKeysOptions - description: WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method. - go: *ref_1410 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListNotebookKeysOptions - language: - default: &ref_1411 - name: options - description: WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method. - go: *ref_1411 - protocol: {} - protocolNaming: - internalMethod: listNotebookKeys - requestMethod: listNotebookKeysCreateRequest - responseMethod: listNotebookKeysHandleResponse - responseEnv: &ref_2551 - type: object - properties: - - &ref_1413 - schema: *ref_954 - serializedName: ListNotebookKeysResult - language: - default: &ref_1412 - name: ListNotebookKeysResult - description: '' - byValue: true - embeddedType: true - go: *ref_1412 - protocol: {} - language: - default: &ref_1414 - name: WorkspacesClientListNotebookKeysResponse - description: WorkspacesClientListNotebookKeysResponse contains the response from method WorkspacesClient.ListNotebookKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1413 - go: *ref_1414 - protocol: {} protocol: {} - operationId: Workspaces_ListOutboundNetworkDependenciesEndpoints apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1415 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1254 + schema: *ref_1214 implementation: Method required: true language: @@ -41736,14 +29844,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1416 + - &ref_1255 schema: *ref_1 implementation: Method required: true @@ -41752,17 +29856,13 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41771,10 +29871,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41783,26 +29879,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints method: get uri: '{$host}' signatureParameters: - - *ref_1415 - - *ref_1416 + - *ref_1254 + - *ref_1255 responses: - - schema: *ref_1417 + - schema: *ref_1256 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -41811,14 +29901,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -41856,72 +29943,11 @@ operationGroups: name: ListOutboundNetworkDependenciesEndpoints description: Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. summary: Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. - go: - name: ListOutboundNetworkDependenciesEndpoints - description: |- - Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2457 - schema: - type: object - language: - default: &ref_1418 - name: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions - description: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method. - go: *ref_1418 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions - language: - default: &ref_1419 - name: options - description: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method. - go: *ref_1419 - protocol: {} - protocolNaming: - internalMethod: listOutboundNetworkDependenciesEndpoints - requestMethod: listOutboundNetworkDependenciesEndpointsCreateRequest - responseMethod: listOutboundNetworkDependenciesEndpointsHandleResponse - responseEnv: &ref_2552 - type: object - properties: - - &ref_1421 - schema: *ref_1417 - serializedName: ExternalFQDNResponse - language: - default: &ref_1420 - name: ExternalFQDNResponse - description: '' - byValue: true - embeddedType: true - go: *ref_1420 - protocol: {} - language: - default: &ref_1422 - name: WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse - description: WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse contains the response from method WorkspacesClient.ListOutboundNetworkDependenciesEndpoints. - marshallingFormat: json - responseType: true - resultProp: *ref_1421 - go: *ref_1422 - protocol: {} - summary: Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. protocol: {} language: default: name: Workspaces description: '' - go: - name: Workspaces - description: '' - clientCtorName: NewWorkspacesClient - clientName: WorkspacesClient - clientParams: - - *ref_1298 protocol: {} - $key: Usages operations: @@ -41929,11 +29955,11 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1424 - schema: *ref_1423 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1258 + schema: *ref_1257 implementation: Method required: true language: @@ -41941,16 +29967,12 @@ operationGroups: name: location description: The location for which resource usage is queried. serializedName: location - go: - name: location - description: The location for which resource usage is queried. - serializedName: location protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41959,10 +29981,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41971,25 +29989,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages method: get uri: '{$host}' signatureParameters: - - *ref_1424 + - *ref_1258 responses: - - schema: *ref_1425 + - schema: *ref_1259 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -41998,14 +30010,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -42320,71 +30329,11 @@ operationGroups: description: Gets the current usage information as well as limits for AML resources for given subscription and location. paging: nextLinkName: nextLink - go: - name: List - description: Gets the current usage information as well as limits for AML resources for given subscription and location. - azureARM: true - clientName: UsagesClient - openApiType: arm - optionalParamGroup: &ref_2458 - schema: - type: object - language: - default: &ref_1426 - name: UsagesClientListOptions - description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_1426 - protocol: {} - originalParameter: [] - required: false - serializedName: UsagesClientListOptions - language: - default: &ref_1427 - name: options - description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_1427 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2553 - type: object - properties: - - &ref_1429 - schema: *ref_1425 - serializedName: ListUsagesResult - language: - default: &ref_1428 - name: ListUsagesResult - description: The List Usages operation response. - byValue: true - embeddedType: true - go: *ref_1428 - protocol: {} - language: - default: &ref_1430 - name: UsagesClientListResponse - description: UsagesClientListResponse contains the response from method UsagesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1429 - go: *ref_1430 - protocol: {} protocol: {} language: default: name: Usages description: '' - go: - name: Usages - description: '' - clientCtorName: NewUsagesClient - clientName: UsagesClient - clientParams: - - *ref_1298 protocol: {} - $key: VirtualMachineSizes operations: @@ -42392,9 +30341,9 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1431 - schema: *ref_1423 + - *ref_1209 + - &ref_1260 + schema: *ref_1257 implementation: Method required: true language: @@ -42402,18 +30351,14 @@ operationGroups: name: location description: The location upon which virtual-machine-sizes is queried. serializedName: location - go: - name: location - description: The location upon which virtual-machine-sizes is queried. - serializedName: location protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1210 + - *ref_1213 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -42422,10 +30367,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -42434,25 +30375,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes method: get uri: '{$host}' signatureParameters: - - *ref_1431 + - *ref_1260 responses: - - schema: *ref_1432 + - schema: *ref_1261 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -42461,14 +30396,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -42748,71 +30680,11 @@ operationGroups: default: name: List description: Returns supported VM Sizes in a location - go: - name: List - description: |- - Returns supported VM Sizes in a location - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineSizesClient - openApiType: arm - optionalParamGroup: &ref_2459 - schema: - type: object - language: - default: &ref_1433 - name: VirtualMachineSizesClientListOptions - description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method. - go: *ref_1433 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineSizesClientListOptions - language: - default: &ref_1434 - name: options - description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method. - go: *ref_1434 - protocol: {} - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2554 - type: object - properties: - - &ref_1436 - schema: *ref_1432 - serializedName: VirtualMachineSizeListResult - language: - default: &ref_1435 - name: VirtualMachineSizeListResult - description: The List Virtual Machine size operation response. - byValue: true - embeddedType: true - go: *ref_1435 - protocol: {} - language: - default: &ref_1437 - name: VirtualMachineSizesClientListResponse - description: VirtualMachineSizesClientListResponse contains the response from method VirtualMachineSizesClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1436 - go: *ref_1437 - protocol: {} protocol: {} language: default: name: VirtualMachineSizes description: '' - go: - name: VirtualMachineSizes - description: '' - clientCtorName: NewVirtualMachineSizesClient - clientName: VirtualMachineSizesClient - clientParams: - - *ref_1298 protocol: {} - $key: Quotas operations: @@ -42820,9 +30692,9 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1441 - schema: *ref_1423 + - *ref_1209 + - &ref_1265 + schema: *ref_1257 implementation: Method required: true language: @@ -42830,34 +30702,27 @@ operationGroups: name: location description: The location for update quota is queried. serializedName: location - go: - name: location - description: The location for update quota is queried. - serializedName: location protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1210 + - *ref_1213 requestMediaTypes: - application/json: &ref_1440 + application/json: &ref_1264 parameters: - - &ref_1439 - schema: *ref_1438 + - &ref_1263 + schema: *ref_1262 implementation: Method required: true language: default: name: parameters description: Quota update parameters. - go: - name: parameters - description: Quota update parameters. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -42866,22 +30731,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1439 + - *ref_1263 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas @@ -42891,18 +30749,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1440 + - *ref_1264 signatureParameters: - - *ref_1441 + - *ref_1265 responses: - - schema: *ref_1442 + - schema: *ref_1266 language: default: name: '' description: The operation was successful. - go: - name: '' - description: The operation was successful. protocol: http: knownMediaType: json @@ -42911,14 +30766,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -42962,69 +30814,16 @@ operationGroups: default: name: Update description: Update quota for each VM family in workspace. - go: - name: Update - description: |- - Update quota for each VM family in workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: QuotasClient - openApiType: arm - optionalParamGroup: &ref_2460 - schema: - type: object - language: - default: &ref_1443 - name: QuotasClientUpdateOptions - description: QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method. - go: *ref_1443 - protocol: {} - originalParameter: [] - required: false - serializedName: QuotasClientUpdateOptions - language: - default: &ref_1444 - name: options - description: QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method. - go: *ref_1444 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2555 - type: object - properties: - - &ref_1446 - schema: *ref_1442 - serializedName: UpdateWorkspaceQuotasResult - language: - default: &ref_1445 - name: UpdateWorkspaceQuotasResult - description: The result of update workspace quota. - byValue: true - embeddedType: true - go: *ref_1445 - protocol: {} - language: - default: &ref_1447 - name: QuotasClientUpdateResponse - description: QuotasClientUpdateResponse contains the response from method QuotasClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1446 - go: *ref_1447 - protocol: {} protocol: {} - operationId: Quotas_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1448 - schema: *ref_1423 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1267 + schema: *ref_1257 implementation: Method required: true language: @@ -43032,16 +30831,12 @@ operationGroups: name: location description: The location for which resource usage is queried. serializedName: location - go: - name: location - description: The location for which resource usage is queried. - serializedName: location protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43050,10 +30845,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43062,25 +30853,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas method: get uri: '{$host}' signatureParameters: - - *ref_1448 + - *ref_1267 responses: - - schema: *ref_1449 + - schema: *ref_1268 language: default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43089,14 +30874,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -43404,71 +31186,11 @@ operationGroups: description: Gets the currently assigned Workspace Quotas based on VMFamily. paging: nextLinkName: nextLink - go: - name: List - description: Gets the currently assigned Workspace Quotas based on VMFamily. - azureARM: true - clientName: QuotasClient - openApiType: arm - optionalParamGroup: &ref_2461 - schema: - type: object - language: - default: &ref_1450 - name: QuotasClientListOptions - description: QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method. - go: *ref_1450 - protocol: {} - originalParameter: [] - required: false - serializedName: QuotasClientListOptions - language: - default: &ref_1451 - name: options - description: QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method. - go: *ref_1451 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2556 - type: object - properties: - - &ref_1453 - schema: *ref_1449 - serializedName: ListWorkspaceQuotas - language: - default: &ref_1452 - name: ListWorkspaceQuotas - description: The List WorkspaceQuotasByVMFamily operation response. - byValue: true - embeddedType: true - go: *ref_1452 - protocol: {} - language: - default: &ref_1454 - name: QuotasClientListResponse - description: QuotasClientListResponse contains the response from method QuotasClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1453 - go: *ref_1454 - protocol: {} protocol: {} language: default: name: Quotas description: '' - go: - name: Quotas - description: '' - clientCtorName: NewQuotasClient - clientName: QuotasClient - clientParams: - - *ref_1298 protocol: {} - $key: Compute operations: @@ -43476,10 +31198,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1458 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1269 + schema: *ref_1214 implementation: Method required: true language: @@ -43487,14 +31209,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1459 + - &ref_1270 schema: *ref_1 implementation: Method required: true @@ -43503,15 +31221,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1456 + - *ref_1210 + - &ref_1271 schema: *ref_1 implementation: Method language: @@ -43519,35 +31233,12 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1461 - schema: - type: object - language: - default: &ref_1455 - name: ComputeClientListOptions - description: ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method. - go: *ref_1455 - protocol: {} - originalParameter: - - *ref_1456 - required: false - serializedName: ComputeClientListOptions - language: - default: &ref_1457 - name: options - description: ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method. - go: *ref_1457 - protocol: {} - serializedName: $skip protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43556,10 +31247,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43568,31 +31255,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes method: get uri: '{$host}' signatureParameters: - - *ref_1458 - - *ref_1459 - - *ref_1456 + - *ref_1269 + - *ref_1270 + - *ref_1271 responses: - - schema: *ref_1460 + - schema: *ref_1272 language: default: name: '' description: >- The response includes a paginated array of Machine Learning computes and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/. - go: - name: '' - description: |- - The response includes a paginated array of Machine Learning computes and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see - https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/. protocol: http: knownMediaType: json @@ -43601,14 +31280,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -43660,51 +31336,15 @@ operationGroups: description: Gets computes in specified workspace. paging: nextLinkName: nextLink - go: - name: List - description: Gets computes in specified workspace. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: *ref_1461 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2557 - type: object - properties: - - &ref_1463 - schema: *ref_1460 - serializedName: PaginatedComputeResourcesList - language: - default: &ref_1462 - name: PaginatedComputeResourcesList - description: Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. - byValue: true - embeddedType: true - go: *ref_1462 - protocol: {} - language: - default: &ref_1464 - name: ComputeClientListResponse - description: ComputeClientListResponse contains the response from method ComputeClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1463 - go: *ref_1464 - protocol: {} protocol: {} - operationId: Compute_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1465 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1273 + schema: *ref_1214 implementation: Method required: true language: @@ -43712,14 +31352,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1466 + - &ref_1274 schema: *ref_1 implementation: Method required: true @@ -43728,14 +31364,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1467 + - &ref_1275 schema: *ref_3 implementation: Method required: true @@ -43744,17 +31376,13 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43763,10 +31391,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43775,27 +31399,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName} method: get uri: '{$host}' signatureParameters: - - *ref_1465 - - *ref_1466 - - *ref_1467 + - *ref_1273 + - *ref_1274 + - *ref_1275 responses: - - schema: *ref_90 + - schema: *ref_88 language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: knownMediaType: json @@ -43804,14 +31422,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -43984,68 +31599,15 @@ operationGroups: default: name: Get description: Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them. - go: - name: Get - description: |- - Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2462 - schema: - type: object - language: - default: &ref_1468 - name: ComputeClientGetOptions - description: ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method. - go: *ref_1468 - protocol: {} - originalParameter: [] - required: false - serializedName: ComputeClientGetOptions - language: - default: &ref_1469 - name: options - description: ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method. - go: *ref_1469 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2558 - type: object - properties: - - &ref_1471 - schema: *ref_90 - serializedName: ComputeResource - language: - default: &ref_1470 - name: ComputeResource - description: Machine Learning compute object wrapped into ARM resource envelope. - byValue: true - embeddedType: true - go: *ref_1470 - protocol: {} - language: - default: &ref_1472 - name: ComputeClientGetResponse - description: ComputeClientGetResponse contains the response from method ComputeClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1471 - go: *ref_1472 - protocol: {} protocol: {} - operationId: Compute_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1475 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1278 + schema: *ref_1214 implementation: Method required: true language: @@ -44053,14 +31615,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1476 + - &ref_1279 schema: *ref_1 implementation: Method required: true @@ -44069,14 +31627,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1477 + - &ref_1280 schema: *ref_3 implementation: Method required: true @@ -44085,33 +31639,26 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1474 + application/json: &ref_1277 parameters: - - &ref_1473 - schema: *ref_90 + - &ref_1276 + schema: *ref_88 implementation: Method required: true language: default: name: parameters description: Payload with Machine Learning compute definition. - go: - name: parameters - description: Payload with Machine Learning compute definition. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44120,22 +31667,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1473 + - *ref_1276 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName} @@ -44145,20 +31685,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1474 + - *ref_1277 signatureParameters: - - *ref_1475 - - *ref_1476 - - *ref_1477 + - *ref_1278 + - *ref_1279 + - *ref_1280 responses: - - schema: *ref_90 + - schema: *ref_88 language: default: name: '' description: Compute creation or update initiated. - go: - name: '' - description: Compute creation or update initiated. protocol: http: knownMediaType: json @@ -44166,14 +31703,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_90 + - schema: *ref_88 language: default: name: '' description: Compute creation or update initiated. - go: - name: '' - description: Compute creation or update initiated. protocol: http: headers: @@ -44183,23 +31717,17 @@ operationGroups: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -44614,85 +32142,15 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet. - go: - name: CreateOrUpdate - description: |- - Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not - exist yet. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2463 - schema: - type: object - language: - default: &ref_1478 - name: ComputeClientBeginCreateOrUpdateOptions - description: ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method. - go: *ref_1478 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1479 - name: string - description: '' - go: *ref_1479 - protocol: {} - language: - default: &ref_1480 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1480 - protocol: {} - required: false - serializedName: ComputeClientBeginCreateOrUpdateOptions - language: - default: &ref_1481 - name: options - description: ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method. - go: *ref_1481 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2559 - type: object - properties: - - &ref_1483 - schema: *ref_90 - serializedName: ComputeResource - language: - default: &ref_1482 - name: ComputeResource - description: Machine Learning compute object wrapped into ARM resource envelope. - byValue: true - embeddedType: true - go: *ref_1482 - protocol: {} - language: - default: &ref_1484 - name: ComputeClientCreateOrUpdateResponse - description: ComputeClientCreateOrUpdateResponse contains the response from method ComputeClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1483 - go: *ref_1484 - protocol: {} protocol: {} - operationId: Compute_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1488 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1284 + schema: *ref_1214 implementation: Method required: true language: @@ -44700,14 +32158,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1489 + - &ref_1285 schema: *ref_1 implementation: Method required: true @@ -44716,14 +32170,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1490 + - &ref_1286 schema: *ref_3 implementation: Method required: true @@ -44732,33 +32182,26 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1487 + application/json: &ref_1283 parameters: - - &ref_1486 - schema: *ref_1485 + - &ref_1282 + schema: *ref_1281 implementation: Method required: true language: default: name: parameters description: Additional parameters for cluster update. - go: - name: parameters - description: Additional parameters for cluster update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44767,22 +32210,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1486 + - *ref_1282 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName} @@ -44792,20 +32228,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1487 + - *ref_1283 signatureParameters: - - *ref_1488 - - *ref_1489 - - *ref_1490 + - *ref_1284 + - *ref_1285 + - *ref_1286 responses: - - schema: *ref_90 + - schema: *ref_88 language: default: name: '' description: Compute update initiated. - go: - name: '' - description: Compute update initiated. protocol: http: knownMediaType: json @@ -44814,14 +32247,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -44864,84 +32294,15 @@ operationGroups: default: name: Update description: Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. - go: - name: Update - description: |- - Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2464 - schema: - type: object - language: - default: &ref_1491 - name: ComputeClientBeginUpdateOptions - description: ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method. - go: *ref_1491 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1492 - name: string - description: '' - go: *ref_1492 - protocol: {} - language: - default: &ref_1493 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1493 - protocol: {} - required: false - serializedName: ComputeClientBeginUpdateOptions - language: - default: &ref_1494 - name: options - description: ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method. - go: *ref_1494 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2560 - type: object - properties: - - &ref_1496 - schema: *ref_90 - serializedName: ComputeResource - language: - default: &ref_1495 - name: ComputeResource - description: Machine Learning compute object wrapped into ARM resource envelope. - byValue: true - embeddedType: true - go: *ref_1495 - protocol: {} - language: - default: &ref_1497 - name: ComputeClientUpdateResponse - description: ComputeClientUpdateResponse contains the response from method ComputeClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1496 - go: *ref_1497 - protocol: {} protocol: {} - operationId: Compute_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1499 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1288 + schema: *ref_1214 implementation: Method required: true language: @@ -44949,14 +32310,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1500 + - &ref_1289 schema: *ref_1 implementation: Method required: true @@ -44965,14 +32322,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1501 + - &ref_1290 schema: *ref_3 implementation: Method required: true @@ -44981,16 +32334,12 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 - - &ref_1502 - schema: *ref_1498 + - *ref_1210 + - &ref_1291 + schema: *ref_1287 implementation: Method required: true language: @@ -44998,16 +32347,12 @@ operationGroups: name: underlyingResourceAction description: Delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'. serializedName: underlyingResourceAction - go: - name: underlyingResourceAction - description: Delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'. - serializedName: underlyingResourceAction protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45016,10 +32361,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45028,27 +32369,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName} method: delete uri: '{$host}' signatureParameters: - - *ref_1499 - - *ref_1500 - - *ref_1501 - - *ref_1502 + - *ref_1288 + - *ref_1289 + - *ref_1290 + - *ref_1291 responses: - language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: @@ -45057,52 +32392,37 @@ operationGroups: default: name: '' description: Compute deletion initiated. - go: - name: '' - description: Compute deletion initiated. protocol: http: headers: - - schema: *ref_1503 + - schema: *ref_1292 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. - - schema: *ref_1504 + - schema: *ref_1293 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. statusCodes: - '202' - language: default: name: '' description: No content; The target compute does not exist. - go: - name: '' - description: No content; The target compute does not exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -45133,70 +32453,15 @@ operationGroups: default: name: Delete description: Deletes specified Machine Learning compute. - go: - name: Delete - description: |- - Deletes specified Machine Learning compute. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2465 - schema: - type: object - language: - default: &ref_1505 - name: ComputeClientBeginDeleteOptions - description: ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method. - go: *ref_1505 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1506 - name: string - description: '' - go: *ref_1506 - protocol: {} - language: - default: &ref_1507 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1507 - protocol: {} - required: false - serializedName: ComputeClientBeginDeleteOptions - language: - default: &ref_1508 - name: options - description: ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method. - go: *ref_1508 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2561 - type: object - language: - default: &ref_1509 - name: ComputeClientDeleteResponse - description: ComputeClientDeleteResponse contains the response from method ComputeClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1509 - protocol: {} protocol: {} - operationId: Compute_ListNodes apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1510 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1294 + schema: *ref_1214 implementation: Method required: true language: @@ -45204,14 +32469,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1511 + - &ref_1295 schema: *ref_1 implementation: Method required: true @@ -45220,14 +32481,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1512 + - &ref_1296 schema: *ref_3 implementation: Method required: true @@ -45236,17 +32493,13 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45255,10 +32508,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45267,27 +32516,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listNodes method: post uri: '{$host}' signatureParameters: - - *ref_1510 - - *ref_1511 - - *ref_1512 + - *ref_1294 + - *ref_1295 + - *ref_1296 responses: - - schema: *ref_1513 + - schema: *ref_1297 language: default: name: '' description: The operation was successful. The response contains the list of IP addresses. - go: - name: '' - description: The operation was successful. The response contains the list of IP addresses. protocol: http: knownMediaType: json @@ -45296,14 +32539,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -45347,69 +32587,15 @@ operationGroups: paging: itemName: nodes nextLinkName: nextLink - go: - name: ListNodes - description: Get the details (e.g IP address, port etc) of all the compute nodes in the compute. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2466 - schema: - type: object - language: - default: &ref_1514 - name: ComputeClientListNodesOptions - description: ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.NewListNodesPager method. - go: *ref_1514 - protocol: {} - originalParameter: [] - required: false - serializedName: ComputeClientListNodesOptions - language: - default: &ref_1515 - name: options - description: ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.NewListNodesPager method. - go: *ref_1515 - protocol: {} - paging: - itemName: nodes - nextLinkName: NextLink - protocolNaming: - internalMethod: listNodes - requestMethod: listNodesCreateRequest - responseMethod: listNodesHandleResponse - responseEnv: &ref_2562 - type: object - properties: - - &ref_1517 - schema: *ref_1513 - serializedName: AmlComputeNodesInformation - language: - default: &ref_1516 - name: AmlComputeNodesInformation - description: Result of AmlCompute Nodes - byValue: true - embeddedType: true - go: *ref_1516 - protocol: {} - language: - default: &ref_1518 - name: ComputeClientListNodesResponse - description: ComputeClientListNodesResponse contains the response from method ComputeClient.NewListNodesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1517 - go: *ref_1518 - protocol: {} protocol: {} - operationId: Compute_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1519 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1298 + schema: *ref_1214 implementation: Method required: true language: @@ -45417,14 +32603,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1520 + - &ref_1299 schema: *ref_1 implementation: Method required: true @@ -45433,14 +32615,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1521 + - &ref_1300 schema: *ref_3 implementation: Method required: true @@ -45449,17 +32627,13 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45468,10 +32642,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45480,28 +32650,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listKeys method: post uri: '{$host}' signatureParameters: - - *ref_1519 - - *ref_1520 - - *ref_1521 + - *ref_1298 + - *ref_1299 + - *ref_1300 responses: - - schema: *ref_1025 + - schema: *ref_951 language: default: name: '' description: Success. - go: - name: '' - description: Success. - byValue: true protocol: http: knownMediaType: json @@ -45510,14 +32673,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -45546,79 +32706,15 @@ operationGroups: default: name: ListKeys description: Gets secrets related to Machine Learning compute (storage keys, service credentials, etc). - go: - name: ListKeys - description: |- - Gets secrets related to Machine Learning compute (storage keys, service credentials, etc). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2467 - schema: - type: object - language: - default: &ref_1522 - name: ComputeClientListKeysOptions - description: ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method. - go: *ref_1522 - protocol: {} - originalParameter: [] - required: false - serializedName: ComputeClientListKeysOptions - language: - default: &ref_1523 - name: options - description: ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method. - go: *ref_1523 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_2563 - type: object - properties: - - &ref_1528 - schema: - type: object - children: *ref_1524 - discriminator: *ref_1525 - language: - default: &ref_1526 - name: ComputeSecretsClassification - description: discriminated type - discriminatorInterface: ComputeSecretsClassification - go: *ref_1526 - protocol: {} - isDiscriminator: true - serializedName: ComputeSecrets - language: - default: &ref_1527 - name: ComputeSecrets - description: Secrets related to a Machine Learning compute. Might differ for every type of compute. - byValue: true - embeddedType: true - go: *ref_1527 - protocol: {} - language: - default: &ref_1529 - name: ComputeClientListKeysResponse - description: ComputeClientListKeysResponse contains the response from method ComputeClient.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1528 - go: *ref_1529 - protocol: {} protocol: {} - operationId: Compute_Start apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1530 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1301 + schema: *ref_1214 implementation: Method required: true language: @@ -45626,14 +32722,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1531 + - &ref_1302 schema: *ref_1 implementation: Method required: true @@ -45642,14 +32734,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1532 + - &ref_1303 schema: *ref_3 implementation: Method required: true @@ -45658,17 +32746,13 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45677,10 +32761,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45689,39 +32769,30 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/start method: post uri: '{$host}' signatureParameters: - - *ref_1530 - - *ref_1531 - - *ref_1532 + - *ref_1301 + - *ref_1302 + - *ref_1303 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -45746,70 +32817,15 @@ operationGroups: default: name: Start description: Posts a start action to a compute instance - go: - name: Start - description: |- - Posts a start action to a compute instance - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2468 - schema: - type: object - language: - default: &ref_1533 - name: ComputeClientBeginStartOptions - description: ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method. - go: *ref_1533 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1534 - name: string - description: '' - go: *ref_1534 - protocol: {} - language: - default: &ref_1535 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1535 - protocol: {} - required: false - serializedName: ComputeClientBeginStartOptions - language: - default: &ref_1536 - name: options - description: ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method. - go: *ref_1536 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_2564 - type: object - language: - default: &ref_1537 - name: ComputeClientStartResponse - description: ComputeClientStartResponse contains the response from method ComputeClient.BeginStart. - forLRO: true - responseType: true - go: *ref_1537 - protocol: {} protocol: {} - operationId: Compute_Stop apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1538 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1304 + schema: *ref_1214 implementation: Method required: true language: @@ -45817,14 +32833,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1539 + - &ref_1305 schema: *ref_1 implementation: Method required: true @@ -45833,14 +32845,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1540 + - &ref_1306 schema: *ref_3 implementation: Method required: true @@ -45849,17 +32857,13 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45868,10 +32872,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45880,39 +32880,30 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/stop method: post uri: '{$host}' signatureParameters: - - *ref_1538 - - *ref_1539 - - *ref_1540 + - *ref_1304 + - *ref_1305 + - *ref_1306 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -45937,70 +32928,15 @@ operationGroups: default: name: Stop description: Posts a stop action to a compute instance - go: - name: Stop - description: |- - Posts a stop action to a compute instance - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2469 - schema: - type: object - language: - default: &ref_1541 - name: ComputeClientBeginStopOptions - description: ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method. - go: *ref_1541 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1542 - name: string - description: '' - go: *ref_1542 - protocol: {} - language: - default: &ref_1543 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1543 - protocol: {} - required: false - serializedName: ComputeClientBeginStopOptions - language: - default: &ref_1544 - name: options - description: ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method. - go: *ref_1544 - protocol: {} - protocolNaming: - internalMethod: stop - requestMethod: stopCreateRequest - responseMethod: stopHandleResponse - responseEnv: &ref_2565 - type: object - language: - default: &ref_1545 - name: ComputeClientStopResponse - description: ComputeClientStopResponse contains the response from method ComputeClient.BeginStop. - forLRO: true - responseType: true - go: *ref_1545 - protocol: {} protocol: {} - operationId: Compute_Restart apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1546 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1307 + schema: *ref_1214 implementation: Method required: true language: @@ -46008,14 +32944,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1547 + - &ref_1308 schema: *ref_1 implementation: Method required: true @@ -46024,14 +32956,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1548 + - &ref_1309 schema: *ref_3 implementation: Method required: true @@ -46040,17 +32968,13 @@ operationGroups: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46059,10 +32983,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46071,39 +32991,30 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_1546 - - *ref_1547 - - *ref_1548 + - *ref_1307 + - *ref_1308 + - *ref_1309 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46128,73 +33039,11 @@ operationGroups: default: name: Restart description: Posts a restart action to a compute instance - go: - name: Restart - description: |- - Posts a restart action to a compute instance - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2470 - schema: - type: object - language: - default: &ref_1549 - name: ComputeClientBeginRestartOptions - description: ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method. - go: *ref_1549 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1550 - name: string - description: '' - go: *ref_1550 - protocol: {} - language: - default: &ref_1551 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1551 - protocol: {} - required: false - serializedName: ComputeClientBeginRestartOptions - language: - default: &ref_1552 - name: options - description: ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method. - go: *ref_1552 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_2566 - type: object - language: - default: &ref_1553 - name: ComputeClientRestartResponse - description: ComputeClientRestartResponse contains the response from method ComputeClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_1553 - protocol: {} protocol: {} language: default: name: Compute description: '' - go: - name: Compute - description: '' - clientCtorName: NewComputeClient - clientName: ComputeClient - clientParams: - - *ref_1298 protocol: {} - $key: PrivateEndpointConnections operations: @@ -46202,9 +33051,9 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1554 - schema: *ref_1299 + - *ref_1209 + - &ref_1310 + schema: *ref_1214 implementation: Method required: true language: @@ -46212,14 +33061,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1555 + - &ref_1311 schema: *ref_1 implementation: Method required: true @@ -46228,18 +33073,14 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1210 + - *ref_1213 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46248,10 +33089,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46260,26 +33097,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections method: get uri: '{$host}' signatureParameters: - - *ref_1554 - - *ref_1555 + - *ref_1310 + - *ref_1311 responses: - - schema: *ref_1556 + - schema: *ref_1312 language: default: name: '' description: OK -- Successfully retrieved private endpoint connections. - go: - name: '' - description: OK -- Successfully retrieved private endpoint connections. protocol: http: knownMediaType: json @@ -46288,14 +33119,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46348,68 +33176,15 @@ operationGroups: description: List all the private endpoint connections associated with the workspace. paging: nextLinkName: null - go: - name: List - description: List all the private endpoint connections associated with the workspace. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2471 - schema: - type: object - language: - default: &ref_1557 - name: PrivateEndpointConnectionsClientListOptions - description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_1557 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientListOptions - language: - default: &ref_1558 - name: options - description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_1558 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2567 - type: object - properties: - - &ref_1560 - schema: *ref_1556 - serializedName: PrivateEndpointConnectionListResult - language: - default: &ref_1559 - name: PrivateEndpointConnectionListResult - description: List of private endpoint connection associated with the specified workspace - byValue: true - embeddedType: true - go: *ref_1559 - protocol: {} - language: - default: &ref_1561 - name: PrivateEndpointConnectionsClientListResponse - description: PrivateEndpointConnectionsClientListResponse contains the response from method PrivateEndpointConnectionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1560 - go: *ref_1561 - protocol: {} protocol: {} - operationId: PrivateEndpointConnections_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1562 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1313 + schema: *ref_1214 implementation: Method required: true language: @@ -46417,14 +33192,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1563 + - &ref_1314 schema: *ref_1 implementation: Method required: true @@ -46433,14 +33204,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1564 + - &ref_1315 schema: *ref_4 implementation: Method required: true @@ -46449,17 +33216,13 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection associated with the workspace - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46468,10 +33231,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46480,27 +33239,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName} method: get uri: '{$host}' signatureParameters: - - *ref_1562 - - *ref_1563 - - *ref_1564 + - *ref_1313 + - *ref_1314 + - *ref_1315 responses: - - schema: *ref_846 + - schema: *ref_773 language: default: name: '' description: OK -- Get the private endpoint connection properties successfully. - go: - name: '' - description: OK -- Get the private endpoint connection properties successfully. protocol: http: knownMediaType: json @@ -46509,14 +33262,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46553,68 +33303,15 @@ operationGroups: default: name: Get description: Gets the specified private endpoint connection associated with the workspace. - go: - name: Get - description: |- - Gets the specified private endpoint connection associated with the workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2472 - schema: - type: object - language: - default: &ref_1565 - name: PrivateEndpointConnectionsClientGetOptions - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_1565 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientGetOptions - language: - default: &ref_1566 - name: options - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_1566 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2568 - type: object - properties: - - &ref_1568 - schema: *ref_846 - serializedName: PrivateEndpointConnection - language: - default: &ref_1567 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_1567 - protocol: {} - language: - default: &ref_1569 - name: PrivateEndpointConnectionsClientGetResponse - description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1568 - go: *ref_1569 - protocol: {} protocol: {} - operationId: PrivateEndpointConnections_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1572 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1318 + schema: *ref_1214 implementation: Method required: true language: @@ -46622,14 +33319,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1573 + - &ref_1319 schema: *ref_1 implementation: Method required: true @@ -46638,14 +33331,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1574 + - &ref_1320 schema: *ref_4 implementation: Method required: true @@ -46654,33 +33343,26 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection associated with the workspace - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1571 + application/json: &ref_1317 parameters: - - &ref_1570 - schema: *ref_846 + - &ref_1316 + schema: *ref_773 implementation: Method required: true language: default: name: properties description: The private endpoint connection properties. - go: - name: properties - description: The private endpoint connection properties. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46689,22 +33371,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1570 + - *ref_1316 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName} @@ -46714,20 +33389,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1571 + - *ref_1317 signatureParameters: - - *ref_1572 - - *ref_1573 - - *ref_1574 + - *ref_1318 + - *ref_1319 + - *ref_1320 responses: - - schema: *ref_846 + - schema: *ref_773 language: default: name: '' description: OK -- Update the private endpoint connection properties successfully. - go: - name: '' - description: OK -- Update the private endpoint connection properties successfully. protocol: http: knownMediaType: json @@ -46736,14 +33408,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46785,68 +33454,15 @@ operationGroups: default: name: CreateOrUpdate description: Update the state of specified private endpoint connection associated with the workspace. - go: - name: CreateOrUpdate - description: |- - Update the state of specified private endpoint connection associated with the workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2473 - schema: - type: object - language: - default: &ref_1575 - name: PrivateEndpointConnectionsClientCreateOrUpdateOptions - description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_1575 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientCreateOrUpdateOptions - language: - default: &ref_1576 - name: options - description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_1576 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2569 - type: object - properties: - - &ref_1578 - schema: *ref_846 - serializedName: PrivateEndpointConnection - language: - default: &ref_1577 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_1577 - protocol: {} - language: - default: &ref_1579 - name: PrivateEndpointConnectionsClientCreateOrUpdateResponse - description: PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1578 - go: *ref_1579 - protocol: {} protocol: {} - operationId: PrivateEndpointConnections_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1580 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1321 + schema: *ref_1214 implementation: Method required: true language: @@ -46854,14 +33470,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1581 + - &ref_1322 schema: *ref_1 implementation: Method required: true @@ -46870,14 +33482,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1582 + - &ref_1323 schema: *ref_4 implementation: Method required: true @@ -46886,17 +33494,13 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection associated with the workspace - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46905,10 +33509,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46917,26 +33517,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_1580 - - *ref_1581 - - *ref_1582 + - *ref_1321 + - *ref_1322 + - *ref_1323 responses: - language: default: name: '' description: OK -- Delete the private endpoint connection successfully. - go: - name: '' - description: OK -- Delete the private endpoint connection successfully. protocol: http: statusCodes: @@ -46945,22 +33539,16 @@ operationGroups: default: name: '' description: No Content -- The private endpoint connection does not exist. - go: - name: '' - description: No Content -- The private endpoint connection does not exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46986,57 +33574,11 @@ operationGroups: default: name: Delete description: Deletes the specified private endpoint connection associated with the workspace. - go: - name: Delete - description: |- - Deletes the specified private endpoint connection associated with the workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2474 - schema: - type: object - language: - default: &ref_1583 - name: PrivateEndpointConnectionsClientDeleteOptions - description: PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method. - go: *ref_1583 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientDeleteOptions - language: - default: &ref_1584 - name: options - description: PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method. - go: *ref_1584 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2570 - type: object - language: - default: &ref_1585 - name: PrivateEndpointConnectionsClientDeleteResponse - description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.Delete. - responseType: true - go: *ref_1585 - protocol: {} protocol: {} language: default: name: PrivateEndpointConnections description: '' - go: - name: PrivateEndpointConnections - description: '' - clientCtorName: NewPrivateEndpointConnectionsClient - clientName: PrivateEndpointConnectionsClient - clientParams: - - *ref_1298 protocol: {} - $key: PrivateLinkResources operations: @@ -47044,10 +33586,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1586 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1324 + schema: *ref_1214 implementation: Method required: true language: @@ -47055,14 +33597,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1587 + - &ref_1325 schema: *ref_1 implementation: Method required: true @@ -47071,17 +33609,13 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47090,10 +33624,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47102,26 +33632,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_1586 - - *ref_1587 + - *ref_1324 + - *ref_1325 responses: - - schema: *ref_1588 + - schema: *ref_1326 language: default: name: '' description: Successfully retrieved private link resources. - go: - name: '' - description: Successfully retrieved private link resources. protocol: http: knownMediaType: json @@ -47130,14 +33654,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -47170,71 +33691,11 @@ operationGroups: default: name: List description: Gets the private link resources that need to be created for a workspace. - go: - name: List - description: |- - Gets the private link resources that need to be created for a workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_2475 - schema: - type: object - language: - default: &ref_1589 - name: PrivateLinkResourcesClientListOptions - description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method. - go: *ref_1589 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateLinkResourcesClientListOptions - language: - default: &ref_1590 - name: options - description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method. - go: *ref_1590 - protocol: {} - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2571 - type: object - properties: - - &ref_1592 - schema: *ref_1588 - serializedName: PrivateLinkResourceListResult - language: - default: &ref_1591 - name: PrivateLinkResourceListResult - description: A list of private link resources - byValue: true - embeddedType: true - go: *ref_1591 - protocol: {} - language: - default: &ref_1593 - name: PrivateLinkResourcesClientListResponse - description: PrivateLinkResourcesClientListResponse contains the response from method PrivateLinkResourcesClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1592 - go: *ref_1593 - protocol: {} protocol: {} language: default: name: PrivateLinkResources description: '' - go: - name: PrivateLinkResources - description: '' - clientCtorName: NewPrivateLinkResourcesClient - clientName: PrivateLinkResourcesClient - clientParams: - - *ref_1298 protocol: {} - $key: WorkspaceConnections operations: @@ -47242,10 +33703,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1599 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1327 + schema: *ref_1214 implementation: Method required: true language: @@ -47253,14 +33714,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1600 + - &ref_1328 schema: *ref_1 implementation: Method required: true @@ -47269,15 +33726,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1595 + - *ref_1210 + - &ref_1329 schema: *ref_4 implementation: Method language: @@ -47285,52 +33738,23 @@ operationGroups: name: target description: Target of the workspace connection. serializedName: target - go: - name: Target - description: Target of the workspace connection. - paramGroup: &ref_1596 - schema: - type: object - language: - default: &ref_1594 - name: WorkspaceConnectionsClientListOptions - description: WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.NewListPager method. - go: *ref_1594 - protocol: {} - originalParameter: - - *ref_1595 - - &ref_1598 - schema: *ref_4 - implementation: Method - language: - default: - name: category - description: Category of the workspace connection. - serializedName: category - go: - name: Category - description: Category of the workspace connection. - paramGroup: *ref_1596 - serializedName: category - protocol: - http: - in: query - required: false - serializedName: WorkspaceConnectionsClientListOptions - language: - default: &ref_1597 - name: options - description: WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.NewListPager method. - go: *ref_1597 - protocol: {} - serializedName: target protocol: http: in: query - - *ref_1598 + - &ref_1330 + schema: *ref_4 + implementation: Method + language: + default: + name: category + description: Category of the workspace connection. + serializedName: category + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47339,10 +33763,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47351,32 +33771,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections method: get uri: '{$host}' signatureParameters: - - *ref_1599 - - *ref_1600 - - *ref_1595 - - *ref_1598 + - *ref_1327 + - *ref_1328 + - *ref_1329 + - *ref_1330 responses: - - schema: *ref_1601 + - schema: *ref_1331 language: default: name: '' description: >- The response includes a paginated array of Workspace connections and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/. - go: - name: '' - description: |- - The response includes a paginated array of Workspace connections and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see - https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/. protocol: http: knownMediaType: json @@ -47385,14 +33797,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -47439,51 +33848,15 @@ operationGroups: description: List all connections under a AML workspace. paging: nextLinkName: null - go: - name: List - description: List all connections under a AML workspace. - azureARM: true - clientName: WorkspaceConnectionsClient - openApiType: arm - optionalParamGroup: *ref_1596 - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2572 - type: object - properties: - - &ref_1603 - schema: *ref_1601 - serializedName: PaginatedWorkspaceConnectionsList - language: - default: &ref_1602 - name: PaginatedWorkspaceConnectionsList - description: Paginated list of Workspace connection objects. - byValue: true - embeddedType: true - go: *ref_1602 - protocol: {} - language: - default: &ref_1604 - name: WorkspaceConnectionsClientListResponse - description: WorkspaceConnectionsClientListResponse contains the response from method WorkspaceConnectionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1603 - go: *ref_1604 - protocol: {} protocol: {} - operationId: WorkspaceConnections_Create apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1607 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1334 + schema: *ref_1214 implementation: Method required: true language: @@ -47491,14 +33864,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1608 + - &ref_1335 schema: *ref_1 implementation: Method required: true @@ -47507,14 +33876,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1609 + - &ref_1336 schema: *ref_4 implementation: Method required: true @@ -47523,33 +33888,26 @@ operationGroups: name: connectionName description: Friendly name of the workspace connection serializedName: connectionName - go: - name: connectionName - description: Friendly name of the workspace connection - serializedName: connectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1606 + application/json: &ref_1333 parameters: - - &ref_1605 - schema: *ref_848 + - &ref_1332 + schema: *ref_775 implementation: Method required: true language: default: name: parameters description: The object for creating or updating a new workspace connection - go: - name: parameters - description: The object for creating or updating a new workspace connection protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47558,22 +33916,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1605 + - *ref_1332 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName} @@ -47583,20 +33934,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1606 + - *ref_1333 signatureParameters: - - *ref_1607 - - *ref_1608 - - *ref_1609 + - *ref_1334 + - *ref_1335 + - *ref_1336 responses: - - schema: *ref_848 + - schema: *ref_775 language: default: name: '' description: Successfully created the workspace connection. - go: - name: '' - description: Successfully created the workspace connection. protocol: http: knownMediaType: json @@ -47605,14 +33953,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -47651,68 +33996,15 @@ operationGroups: default: name: Create description: Add a new workspace connection. - go: - name: Create - description: |- - Add a new workspace connection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspaceConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2476 - schema: - type: object - language: - default: &ref_1610 - name: WorkspaceConnectionsClientCreateOptions - description: WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method. - go: *ref_1610 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspaceConnectionsClientCreateOptions - language: - default: &ref_1611 - name: options - description: WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method. - go: *ref_1611 - protocol: {} - protocolNaming: - internalMethod: create - requestMethod: createCreateRequest - responseMethod: createHandleResponse - responseEnv: &ref_2573 - type: object - properties: - - &ref_1613 - schema: *ref_848 - serializedName: WorkspaceConnection - language: - default: &ref_1612 - name: WorkspaceConnection - description: Workspace connection. - byValue: true - embeddedType: true - go: *ref_1612 - protocol: {} - language: - default: &ref_1614 - name: WorkspaceConnectionsClientCreateResponse - description: WorkspaceConnectionsClientCreateResponse contains the response from method WorkspaceConnectionsClient.Create. - marshallingFormat: json - responseType: true - resultProp: *ref_1613 - go: *ref_1614 - protocol: {} protocol: {} - operationId: WorkspaceConnections_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1615 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1337 + schema: *ref_1214 implementation: Method required: true language: @@ -47720,14 +34012,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1616 + - &ref_1338 schema: *ref_1 implementation: Method required: true @@ -47736,14 +34024,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1617 + - &ref_1339 schema: *ref_4 implementation: Method required: true @@ -47752,17 +34036,13 @@ operationGroups: name: connectionName description: Friendly name of the workspace connection serializedName: connectionName - go: - name: connectionName - description: Friendly name of the workspace connection - serializedName: connectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47771,10 +34051,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47783,27 +34059,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName} method: get uri: '{$host}' signatureParameters: - - *ref_1615 - - *ref_1616 - - *ref_1617 + - *ref_1337 + - *ref_1338 + - *ref_1339 responses: - - schema: *ref_848 + - schema: *ref_775 language: default: name: '' description: Successfully retrieved the detail of the linked workspace. - go: - name: '' - description: Successfully retrieved the detail of the linked workspace. protocol: http: knownMediaType: json @@ -47812,14 +34082,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -47852,68 +34119,15 @@ operationGroups: default: name: Get description: Get the detail of a workspace connection. - go: - name: Get - description: |- - Get the detail of a workspace connection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspaceConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2477 - schema: - type: object - language: - default: &ref_1618 - name: WorkspaceConnectionsClientGetOptions - description: WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method. - go: *ref_1618 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspaceConnectionsClientGetOptions - language: - default: &ref_1619 - name: options - description: WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method. - go: *ref_1619 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2574 - type: object - properties: - - &ref_1621 - schema: *ref_848 - serializedName: WorkspaceConnection - language: - default: &ref_1620 - name: WorkspaceConnection - description: Workspace connection. - byValue: true - embeddedType: true - go: *ref_1620 - protocol: {} - language: - default: &ref_1622 - name: WorkspaceConnectionsClientGetResponse - description: WorkspaceConnectionsClientGetResponse contains the response from method WorkspaceConnectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1621 - go: *ref_1622 - protocol: {} protocol: {} - operationId: WorkspaceConnections_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1623 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1340 + schema: *ref_1214 implementation: Method required: true language: @@ -47921,14 +34135,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1624 + - &ref_1341 schema: *ref_1 implementation: Method required: true @@ -47937,14 +34147,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1625 + - &ref_1342 schema: *ref_4 implementation: Method required: true @@ -47953,17 +34159,13 @@ operationGroups: name: connectionName description: Friendly name of the workspace connection serializedName: connectionName - go: - name: connectionName - description: Friendly name of the workspace connection - serializedName: connectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47972,10 +34174,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47984,26 +34182,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_1623 - - *ref_1624 - - *ref_1625 + - *ref_1340 + - *ref_1341 + - *ref_1342 responses: - language: default: name: '' description: Successfully deleted the workspace connection. - go: - name: '' - description: Successfully deleted the workspace connection. protocol: http: statusCodes: @@ -48012,22 +34204,16 @@ operationGroups: default: name: '' description: Specific workspace connection not found. - go: - name: '' - description: Specific workspace connection not found. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -48052,57 +34238,11 @@ operationGroups: default: name: Delete description: Delete a workspace connection. - go: - name: Delete - description: |- - Delete a workspace connection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspaceConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2478 - schema: - type: object - language: - default: &ref_1626 - name: WorkspaceConnectionsClientDeleteOptions - description: WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method. - go: *ref_1626 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspaceConnectionsClientDeleteOptions - language: - default: &ref_1627 - name: options - description: WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method. - go: *ref_1627 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2575 - type: object - language: - default: &ref_1628 - name: WorkspaceConnectionsClientDeleteResponse - description: WorkspaceConnectionsClientDeleteResponse contains the response from method WorkspaceConnectionsClient.Delete. - responseType: true - go: *ref_1628 - protocol: {} protocol: {} language: default: name: WorkspaceConnections description: '' - go: - name: WorkspaceConnections - description: '' - clientCtorName: NewWorkspaceConnectionsClient - clientName: WorkspaceConnectionsClient - clientParams: - - *ref_1298 protocol: {} - $key: BatchEndpoints operations: @@ -48110,10 +34250,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1634 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1343 + schema: *ref_1214 implementation: Method required: true language: @@ -48121,14 +34261,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1635 + - &ref_1344 schema: *ref_1 implementation: Method required: true @@ -48137,15 +34273,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1630 + - *ref_1210 + - &ref_1345 schema: *ref_18 implementation: Method language: @@ -48153,52 +34285,23 @@ operationGroups: name: count description: Number of endpoints to be retrieved in a page of results. serializedName: count - go: - name: Count - description: Number of endpoints to be retrieved in a page of results. - paramGroup: &ref_1631 - schema: - type: object - language: - default: &ref_1629 - name: BatchEndpointsClientListOptions - description: BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.NewListPager method. - go: *ref_1629 - protocol: {} - originalParameter: - - *ref_1630 - - &ref_1633 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1631 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: BatchEndpointsClientListOptions - language: - default: &ref_1632 - name: options - description: BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.NewListPager method. - go: *ref_1632 - protocol: {} - serializedName: count protocol: http: in: query - - *ref_1633 + - &ref_1346 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48207,10 +34310,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48219,28 +34318,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints method: get uri: '{$host}' signatureParameters: - - *ref_1634 - - *ref_1635 - - *ref_1630 - - *ref_1633 + - *ref_1343 + - *ref_1344 + - *ref_1345 + - *ref_1346 responses: - - schema: *ref_1636 + - schema: *ref_1347 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -48249,14 +34342,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -48326,52 +34416,15 @@ operationGroups: paging: nextLinkName: nextLink summary: Lists Batch inference endpoint in the workspace. - go: - name: List - description: Lists Batch inference endpoint in the workspace. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: *ref_1631 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2576 - type: object - properties: - - &ref_1638 - schema: *ref_1636 - serializedName: BatchEndpointTrackedResourceArmPaginatedResult - language: - default: &ref_1637 - name: BatchEndpointTrackedResourceArmPaginatedResult - description: A paginated list of BatchEndpoint entities. - byValue: true - embeddedType: true - go: *ref_1637 - protocol: {} - language: - default: &ref_1639 - name: BatchEndpointsClientListResponse - description: BatchEndpointsClientListResponse contains the response from method BatchEndpointsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1638 - go: *ref_1639 - protocol: {} - summary: Lists Batch inference endpoint in the workspace. protocol: {} - operationId: BatchEndpoints_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1640 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1348 + schema: *ref_1214 implementation: Method required: true language: @@ -48379,14 +34432,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1641 + - &ref_1349 schema: *ref_1 implementation: Method required: true @@ -48395,14 +34444,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1642 + - &ref_1350 schema: *ref_4 implementation: Method required: true @@ -48411,17 +34456,13 @@ operationGroups: name: endpointName description: Inference Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48430,10 +34471,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48442,26 +34479,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName} method: delete uri: '{$host}' signatureParameters: - - *ref_1640 - - *ref_1641 - - *ref_1642 + - *ref_1348 + - *ref_1349 + - *ref_1350 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -48470,61 +34501,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_1643 + - schema: *ref_1351 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_4 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1644 + - schema: *ref_1352 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -48552,71 +34565,15 @@ operationGroups: name: Delete description: Delete Batch Inference Endpoint (asynchronous). summary: Delete Batch Inference Endpoint (asynchronous). - go: - name: Delete - description: |- - Delete Batch Inference Endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2479 - schema: - type: object - language: - default: &ref_1645 - name: BatchEndpointsClientBeginDeleteOptions - description: BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method. - go: *ref_1645 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1646 - name: string - description: '' - go: *ref_1646 - protocol: {} - language: - default: &ref_1647 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1647 - protocol: {} - required: false - serializedName: BatchEndpointsClientBeginDeleteOptions - language: - default: &ref_1648 - name: options - description: BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method. - go: *ref_1648 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2577 - type: object - language: - default: &ref_1649 - name: BatchEndpointsClientDeleteResponse - description: BatchEndpointsClientDeleteResponse contains the response from method BatchEndpointsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1649 - protocol: {} - summary: Delete Batch Inference Endpoint (asynchronous). protocol: {} - operationId: BatchEndpoints_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1650 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1353 + schema: *ref_1214 implementation: Method required: true language: @@ -48624,14 +34581,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1651 + - &ref_1354 schema: *ref_1 implementation: Method required: true @@ -48640,14 +34593,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1652 + - &ref_1355 schema: *ref_6 implementation: Method required: true @@ -48656,17 +34605,13 @@ operationGroups: name: endpointName description: Name for the Batch Endpoint. serializedName: endpointName - go: - name: endpointName - description: Name for the Batch Endpoint. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48675,10 +34620,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48687,27 +34628,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName} method: get uri: '{$host}' signatureParameters: - - *ref_1650 - - *ref_1651 - - *ref_1652 + - *ref_1353 + - *ref_1354 + - *ref_1355 responses: - - schema: *ref_386 + - schema: *ref_364 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -48716,14 +34651,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -48786,69 +34718,15 @@ operationGroups: name: Get description: Gets a batch inference endpoint by name. summary: Gets a batch inference endpoint by name. - go: - name: Get - description: |- - Gets a batch inference endpoint by name. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2480 - schema: - type: object - language: - default: &ref_1653 - name: BatchEndpointsClientGetOptions - description: BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method. - go: *ref_1653 - protocol: {} - originalParameter: [] - required: false - serializedName: BatchEndpointsClientGetOptions - language: - default: &ref_1654 - name: options - description: BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method. - go: *ref_1654 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2578 - type: object - properties: - - &ref_1656 - schema: *ref_386 - serializedName: BatchEndpointData - language: - default: &ref_1655 - name: BatchEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_1655 - protocol: {} - language: - default: &ref_1657 - name: BatchEndpointsClientGetResponse - description: BatchEndpointsClientGetResponse contains the response from method BatchEndpointsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1656 - go: *ref_1657 - protocol: {} - summary: Gets a batch inference endpoint by name. protocol: {} - operationId: BatchEndpoints_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1662 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1360 + schema: *ref_1214 implementation: Method required: true language: @@ -48856,14 +34734,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1663 + - &ref_1361 schema: *ref_1 implementation: Method required: true @@ -48872,15 +34746,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1664 - schema: *ref_1658 + - &ref_1362 + schema: *ref_1356 implementation: Method required: true language: @@ -48888,33 +34758,26 @@ operationGroups: name: endpointName description: Name for the Batch inference endpoint. serializedName: endpointName - go: - name: endpointName - description: Name for the Batch inference endpoint. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1661 + application/json: &ref_1359 parameters: - - &ref_1660 - schema: *ref_1659 + - &ref_1358 + schema: *ref_1357 implementation: Method required: true language: default: name: body description: Mutable batch inference endpoint definition object. - go: - name: body - description: Mutable batch inference endpoint definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48923,22 +34786,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1660 + - *ref_1358 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName} @@ -48948,20 +34804,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1661 + - *ref_1359 signatureParameters: - - *ref_1662 - - *ref_1663 - - *ref_1664 + - *ref_1360 + - *ref_1361 + - *ref_1362 responses: - - schema: *ref_386 + - schema: *ref_364 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -48973,50 +34826,35 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_1665 + - schema: *ref_1363 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_6 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1666 + - schema: *ref_1364 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -49099,85 +34937,15 @@ operationGroups: name: Update description: Update a batch inference endpoint (asynchronous). summary: Update a batch inference endpoint (asynchronous). - go: - name: Update - description: |- - Update a batch inference endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2481 - schema: - type: object - language: - default: &ref_1667 - name: BatchEndpointsClientBeginUpdateOptions - description: BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method. - go: *ref_1667 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1668 - name: string - description: '' - go: *ref_1668 - protocol: {} - language: - default: &ref_1669 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1669 - protocol: {} - required: false - serializedName: BatchEndpointsClientBeginUpdateOptions - language: - default: &ref_1670 - name: options - description: BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method. - go: *ref_1670 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2579 - type: object - properties: - - &ref_1672 - schema: *ref_386 - serializedName: BatchEndpointData - language: - default: &ref_1671 - name: BatchEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_1671 - protocol: {} - language: - default: &ref_1673 - name: BatchEndpointsClientUpdateResponse - description: BatchEndpointsClientUpdateResponse contains the response from method BatchEndpointsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1672 - go: *ref_1673 - protocol: {} - summary: Update a batch inference endpoint (asynchronous). protocol: {} - operationId: BatchEndpoints_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1676 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1367 + schema: *ref_1214 implementation: Method required: true language: @@ -49185,14 +34953,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1677 + - &ref_1368 schema: *ref_1 implementation: Method required: true @@ -49201,15 +34965,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1678 - schema: *ref_1658 + - &ref_1369 + schema: *ref_1356 implementation: Method required: true language: @@ -49217,33 +34977,26 @@ operationGroups: name: endpointName description: Name for the Batch inference endpoint. serializedName: endpointName - go: - name: endpointName - description: Name for the Batch inference endpoint. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1675 + application/json: &ref_1366 parameters: - - &ref_1674 - schema: *ref_386 + - &ref_1365 + schema: *ref_364 implementation: Method required: true language: default: name: body description: Batch inference endpoint definition object. - go: - name: body - description: Batch inference endpoint definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49252,22 +35005,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1674 + - *ref_1365 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName} @@ -49277,20 +35023,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1675 + - *ref_1366 signatureParameters: - - *ref_1676 - - *ref_1677 - - *ref_1678 + - *ref_1367 + - *ref_1368 + - *ref_1369 responses: - - schema: *ref_386 + - schema: *ref_364 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -49298,49 +35041,37 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_386 + - schema: *ref_364 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: headers: - - schema: *ref_1679 + - schema: *ref_1370 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_1680 + - schema: *ref_1371 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -49464,85 +35195,15 @@ operationGroups: name: CreateOrUpdate description: Creates a batch inference endpoint (asynchronous). summary: Creates a batch inference endpoint (asynchronous). - go: - name: CreateOrUpdate - description: |- - Creates a batch inference endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2482 - schema: - type: object - language: - default: &ref_1681 - name: BatchEndpointsClientBeginCreateOrUpdateOptions - description: BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method. - go: *ref_1681 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1682 - name: string - description: '' - go: *ref_1682 - protocol: {} - language: - default: &ref_1683 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1683 - protocol: {} - required: false - serializedName: BatchEndpointsClientBeginCreateOrUpdateOptions - language: - default: &ref_1684 - name: options - description: BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method. - go: *ref_1684 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2580 - type: object - properties: - - &ref_1686 - schema: *ref_386 - serializedName: BatchEndpointData - language: - default: &ref_1685 - name: BatchEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_1685 - protocol: {} - language: - default: &ref_1687 - name: BatchEndpointsClientCreateOrUpdateResponse - description: BatchEndpointsClientCreateOrUpdateResponse contains the response from method BatchEndpointsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1686 - go: *ref_1687 - protocol: {} - summary: Creates a batch inference endpoint (asynchronous). protocol: {} - operationId: BatchEndpoints_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1688 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1372 + schema: *ref_1214 implementation: Method required: true language: @@ -49550,14 +35211,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1689 + - &ref_1373 schema: *ref_1 implementation: Method required: true @@ -49566,14 +35223,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1690 + - &ref_1374 schema: *ref_9 implementation: Method required: true @@ -49582,17 +35235,13 @@ operationGroups: name: endpointName description: Inference Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49601,10 +35250,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49613,27 +35258,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/listkeys method: post uri: '{$host}' signatureParameters: - - *ref_1688 - - *ref_1689 - - *ref_1690 + - *ref_1372 + - *ref_1373 + - *ref_1374 responses: - - schema: *ref_1050 + - schema: *ref_976 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -49642,14 +35281,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -49678,72 +35314,11 @@ operationGroups: name: ListKeys description: Lists batch Inference Endpoint keys. summary: Lists batch Inference Endpoint keys. - go: - name: ListKeys - description: |- - Lists batch Inference Endpoint keys. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2483 - schema: - type: object - language: - default: &ref_1691 - name: BatchEndpointsClientListKeysOptions - description: BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method. - go: *ref_1691 - protocol: {} - originalParameter: [] - required: false - serializedName: BatchEndpointsClientListKeysOptions - language: - default: &ref_1692 - name: options - description: BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method. - go: *ref_1692 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_2581 - type: object - properties: - - &ref_1694 - schema: *ref_1050 - serializedName: EndpointAuthKeys - language: - default: &ref_1693 - name: EndpointAuthKeys - description: Keys for endpoint authentication. - byValue: true - embeddedType: true - go: *ref_1693 - protocol: {} - language: - default: &ref_1695 - name: BatchEndpointsClientListKeysResponse - description: BatchEndpointsClientListKeysResponse contains the response from method BatchEndpointsClient.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1694 - go: *ref_1695 - protocol: {} - summary: Lists batch Inference Endpoint keys. protocol: {} language: default: name: BatchEndpoints description: '' - go: - name: BatchEndpoints - description: '' - clientCtorName: NewBatchEndpointsClient - clientName: BatchEndpointsClient - clientParams: - - *ref_1298 protocol: {} - $key: BatchDeployments operations: @@ -49751,10 +35326,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1702 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1375 + schema: *ref_1214 implementation: Method required: true language: @@ -49762,14 +35337,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1703 + - &ref_1376 schema: *ref_1 implementation: Method required: true @@ -49778,14 +35349,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1704 + - &ref_1377 schema: *ref_7 implementation: Method required: true @@ -49794,15 +35361,11 @@ operationGroups: name: endpointName description: Endpoint name serializedName: endpointName - go: - name: endpointName - description: Endpoint name - serializedName: endpointName protocol: http: in: path - - *ref_1290 - - &ref_1697 + - *ref_1210 + - &ref_1378 schema: *ref_7 implementation: Method language: @@ -49810,69 +35373,34 @@ operationGroups: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_1698 - schema: - type: object - language: - default: &ref_1696 - name: BatchDeploymentsClientListOptions - description: BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.NewListPager method. - go: *ref_1696 - protocol: {} - originalParameter: - - *ref_1697 - - &ref_1700 - schema: *ref_18 - implementation: Method - language: - default: - name: top - description: Top of list. - serializedName: $top - go: - name: Top - description: Top of list. - paramGroup: *ref_1698 - serializedName: $top - protocol: - http: - in: query - - &ref_1701 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1698 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: BatchDeploymentsClientListOptions - language: - default: &ref_1699 - name: options - description: BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.NewListPager method. - go: *ref_1699 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_1700 - - *ref_1701 + - &ref_1379 + schema: *ref_18 + implementation: Method + language: + default: + name: top + description: Top of list. + serializedName: $top + protocol: + http: + in: query + - &ref_1380 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49881,10 +35409,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49893,30 +35417,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments method: get uri: '{$host}' signatureParameters: - - *ref_1702 - - *ref_1703 - - *ref_1704 - - *ref_1697 - - *ref_1700 - - *ref_1701 + - *ref_1375 + - *ref_1376 + - *ref_1377 + - *ref_1378 + - *ref_1379 + - *ref_1380 responses: - - schema: *ref_1705 + - schema: *ref_1381 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -49925,14 +35443,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -50025,52 +35540,15 @@ operationGroups: paging: nextLinkName: nextLink summary: Lists Batch inference deployments in the workspace. - go: - name: List - description: Lists Batch inference deployments in the workspace. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: *ref_1698 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2582 - type: object - properties: - - &ref_1707 - schema: *ref_1705 - serializedName: BatchDeploymentTrackedResourceArmPaginatedResult - language: - default: &ref_1706 - name: BatchDeploymentTrackedResourceArmPaginatedResult - description: A paginated list of BatchDeployment entities. - byValue: true - embeddedType: true - go: *ref_1706 - protocol: {} - language: - default: &ref_1708 - name: BatchDeploymentsClientListResponse - description: BatchDeploymentsClientListResponse contains the response from method BatchDeploymentsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1707 - go: *ref_1708 - protocol: {} - summary: Lists Batch inference deployments in the workspace. protocol: {} - operationId: BatchDeployments_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1709 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1382 + schema: *ref_1214 implementation: Method required: true language: @@ -50078,14 +35556,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1710 + - &ref_1383 schema: *ref_1 implementation: Method required: true @@ -50094,14 +35568,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1711 + - &ref_1384 schema: *ref_7 implementation: Method required: true @@ -50110,14 +35580,10 @@ operationGroups: name: endpointName description: Endpoint name serializedName: endpointName - go: - name: endpointName - description: Endpoint name - serializedName: endpointName protocol: http: in: path - - &ref_1712 + - &ref_1385 schema: *ref_7 implementation: Method required: true @@ -50126,17 +35592,13 @@ operationGroups: name: deploymentName description: Inference deployment identifier. serializedName: deploymentName - go: - name: deploymentName - description: Inference deployment identifier. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50145,10 +35607,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50157,27 +35615,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName} method: delete uri: '{$host}' signatureParameters: - - *ref_1709 - - *ref_1710 - - *ref_1711 - - *ref_1712 + - *ref_1382 + - *ref_1383 + - *ref_1384 + - *ref_1385 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -50186,61 +35638,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_1713 + - schema: *ref_1386 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_7 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1714 + - schema: *ref_1387 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -50269,71 +35703,15 @@ operationGroups: name: Delete description: Delete Batch Inference deployment (asynchronous). summary: Delete Batch Inference deployment (asynchronous). - go: - name: Delete - description: |- - Delete Batch Inference deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2484 - schema: - type: object - language: - default: &ref_1715 - name: BatchDeploymentsClientBeginDeleteOptions - description: BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method. - go: *ref_1715 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1716 - name: string - description: '' - go: *ref_1716 - protocol: {} - language: - default: &ref_1717 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1717 - protocol: {} - required: false - serializedName: BatchDeploymentsClientBeginDeleteOptions - language: - default: &ref_1718 - name: options - description: BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method. - go: *ref_1718 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2583 - type: object - language: - default: &ref_1719 - name: BatchDeploymentsClientDeleteResponse - description: BatchDeploymentsClientDeleteResponse contains the response from method BatchDeploymentsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1719 - protocol: {} - summary: Delete Batch Inference deployment (asynchronous). protocol: {} - operationId: BatchDeployments_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1720 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1388 + schema: *ref_1214 implementation: Method required: true language: @@ -50341,14 +35719,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1721 + - &ref_1389 schema: *ref_1 implementation: Method required: true @@ -50357,14 +35731,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1722 + - &ref_1390 schema: *ref_8 implementation: Method required: true @@ -50373,14 +35743,10 @@ operationGroups: name: endpointName description: Endpoint name serializedName: endpointName - go: - name: endpointName - description: Endpoint name - serializedName: endpointName protocol: http: in: path - - &ref_1723 + - &ref_1391 schema: *ref_8 implementation: Method required: true @@ -50389,17 +35755,13 @@ operationGroups: name: deploymentName description: The identifier for the Batch deployments. serializedName: deploymentName - go: - name: deploymentName - description: The identifier for the Batch deployments. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50408,10 +35770,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50420,28 +35778,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName} method: get uri: '{$host}' signatureParameters: - - *ref_1720 - - *ref_1721 - - *ref_1722 - - *ref_1723 + - *ref_1388 + - *ref_1389 + - *ref_1390 + - *ref_1391 responses: - - schema: *ref_387 + - schema: *ref_365 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -50450,14 +35802,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -50542,69 +35891,15 @@ operationGroups: name: Get description: Gets a batch inference deployment by id. summary: Gets a batch inference deployment by id. - go: - name: Get - description: |- - Gets a batch inference deployment by id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2485 - schema: - type: object - language: - default: &ref_1724 - name: BatchDeploymentsClientGetOptions - description: BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method. - go: *ref_1724 - protocol: {} - originalParameter: [] - required: false - serializedName: BatchDeploymentsClientGetOptions - language: - default: &ref_1725 - name: options - description: BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method. - go: *ref_1725 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2584 - type: object - properties: - - &ref_1727 - schema: *ref_387 - serializedName: BatchDeploymentData - language: - default: &ref_1726 - name: BatchDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_1726 - protocol: {} - language: - default: &ref_1728 - name: BatchDeploymentsClientGetResponse - description: BatchDeploymentsClientGetResponse contains the response from method BatchDeploymentsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1727 - go: *ref_1728 - protocol: {} - summary: Gets a batch inference deployment by id. protocol: {} - operationId: BatchDeployments_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1732 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1395 + schema: *ref_1214 implementation: Method required: true language: @@ -50612,14 +35907,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1733 + - &ref_1396 schema: *ref_1 implementation: Method required: true @@ -50628,15 +35919,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1734 - schema: *ref_1658 + - &ref_1397 + schema: *ref_1356 implementation: Method required: true language: @@ -50644,15 +35931,11 @@ operationGroups: name: endpointName description: Inference endpoint name serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name - serializedName: endpointName protocol: http: in: path - - &ref_1735 - schema: *ref_1658 + - &ref_1398 + schema: *ref_1356 implementation: Method required: true language: @@ -50660,33 +35943,26 @@ operationGroups: name: deploymentName description: The identifier for the Batch inference deployment. serializedName: deploymentName - go: - name: deploymentName - description: The identifier for the Batch inference deployment. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1731 + application/json: &ref_1394 parameters: - - &ref_1730 - schema: *ref_1729 + - &ref_1393 + schema: *ref_1392 implementation: Method required: true language: default: name: body description: Batch inference deployment definition object. - go: - name: body - description: Batch inference deployment definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50695,22 +35971,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1730 + - *ref_1393 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName} @@ -50720,21 +35989,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1731 + - *ref_1394 signatureParameters: - - *ref_1732 - - *ref_1733 - - *ref_1734 - - *ref_1735 + - *ref_1395 + - *ref_1396 + - *ref_1397 + - *ref_1398 responses: - - schema: *ref_387 + - schema: *ref_365 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -50746,50 +36012,35 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_1736 + - schema: *ref_1399 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_8 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1737 + - schema: *ref_1400 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -50913,85 +36164,15 @@ operationGroups: name: Update description: Update a batch inference deployment (asynchronous). summary: Update a batch inference deployment (asynchronous). - go: - name: Update - description: |- - Update a batch inference deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2486 - schema: - type: object - language: - default: &ref_1738 - name: BatchDeploymentsClientBeginUpdateOptions - description: BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method. - go: *ref_1738 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1739 - name: string - description: '' - go: *ref_1739 - protocol: {} - language: - default: &ref_1740 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1740 - protocol: {} - required: false - serializedName: BatchDeploymentsClientBeginUpdateOptions - language: - default: &ref_1741 - name: options - description: BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method. - go: *ref_1741 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2585 - type: object - properties: - - &ref_1743 - schema: *ref_387 - serializedName: BatchDeploymentData - language: - default: &ref_1742 - name: BatchDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_1742 - protocol: {} - language: - default: &ref_1744 - name: BatchDeploymentsClientUpdateResponse - description: BatchDeploymentsClientUpdateResponse contains the response from method BatchDeploymentsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1743 - go: *ref_1744 - protocol: {} - summary: Update a batch inference deployment (asynchronous). protocol: {} - operationId: BatchDeployments_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1747 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1403 + schema: *ref_1214 implementation: Method required: true language: @@ -50999,14 +36180,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1748 + - &ref_1404 schema: *ref_1 implementation: Method required: true @@ -51015,15 +36192,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1749 - schema: *ref_1658 + - &ref_1405 + schema: *ref_1356 implementation: Method required: true language: @@ -51031,15 +36204,11 @@ operationGroups: name: endpointName description: Inference endpoint name serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name - serializedName: endpointName protocol: http: in: path - - &ref_1750 - schema: *ref_1658 + - &ref_1406 + schema: *ref_1356 implementation: Method required: true language: @@ -51047,33 +36216,26 @@ operationGroups: name: deploymentName description: The identifier for the Batch inference deployment. serializedName: deploymentName - go: - name: deploymentName - description: The identifier for the Batch inference deployment. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1746 + application/json: &ref_1402 parameters: - - &ref_1745 - schema: *ref_387 + - &ref_1401 + schema: *ref_365 implementation: Method required: true language: default: name: body description: Batch inference deployment definition object. - go: - name: body - description: Batch inference deployment definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51082,22 +36244,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1745 + - *ref_1401 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName} @@ -51107,21 +36262,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1746 + - *ref_1402 signatureParameters: - - *ref_1747 - - *ref_1748 - - *ref_1749 - - *ref_1750 + - *ref_1403 + - *ref_1404 + - *ref_1405 + - *ref_1406 responses: - - schema: *ref_387 + - schema: *ref_365 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -51129,49 +36281,37 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_387 + - schema: *ref_365 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: headers: - - schema: *ref_1751 + - schema: *ref_1407 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_1752 + - schema: *ref_1408 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -51360,88 +36500,11 @@ operationGroups: name: CreateOrUpdate description: Creates/updates a batch inference deployment (asynchronous). summary: Creates/updates a batch inference deployment (asynchronous). - go: - name: CreateOrUpdate - description: |- - Creates/updates a batch inference deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2487 - schema: - type: object - language: - default: &ref_1753 - name: BatchDeploymentsClientBeginCreateOrUpdateOptions - description: BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_1753 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1754 - name: string - description: '' - go: *ref_1754 - protocol: {} - language: - default: &ref_1755 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1755 - protocol: {} - required: false - serializedName: BatchDeploymentsClientBeginCreateOrUpdateOptions - language: - default: &ref_1756 - name: options - description: BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_1756 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2586 - type: object - properties: - - &ref_1758 - schema: *ref_387 - serializedName: BatchDeploymentData - language: - default: &ref_1757 - name: BatchDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_1757 - protocol: {} - language: - default: &ref_1759 - name: BatchDeploymentsClientCreateOrUpdateResponse - description: BatchDeploymentsClientCreateOrUpdateResponse contains the response from method BatchDeploymentsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1758 - go: *ref_1759 - protocol: {} - summary: Creates/updates a batch inference deployment (asynchronous). protocol: {} language: default: name: BatchDeployments description: '' - go: - name: BatchDeployments - description: '' - clientCtorName: NewBatchDeploymentsClient - clientName: BatchDeploymentsClient - clientParams: - - *ref_1298 protocol: {} - $key: CodeContainers operations: @@ -51449,10 +36512,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1763 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1409 + schema: *ref_1214 implementation: Method required: true language: @@ -51460,14 +36523,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1764 + - &ref_1410 schema: *ref_1 implementation: Method required: true @@ -51476,15 +36535,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1761 + - *ref_1210 + - &ref_1411 schema: *ref_1 implementation: Method language: @@ -51492,35 +36547,12 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1766 - schema: - type: object - language: - default: &ref_1760 - name: CodeContainersClientListOptions - description: CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.NewListPager method. - go: *ref_1760 - protocol: {} - originalParameter: - - *ref_1761 - required: false - serializedName: CodeContainersClientListOptions - language: - default: &ref_1762 - name: options - description: CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.NewListPager method. - go: *ref_1762 - protocol: {} - serializedName: $skip protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51529,10 +36561,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51541,27 +36569,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes method: get uri: '{$host}' signatureParameters: - - *ref_1763 - - *ref_1764 - - *ref_1761 + - *ref_1409 + - *ref_1410 + - *ref_1411 responses: - - schema: *ref_1765 + - schema: *ref_1412 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -51570,14 +36592,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -51639,52 +36658,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List containers. - go: - name: List - description: List containers. - azureARM: true - clientName: CodeContainersClient - openApiType: arm - optionalParamGroup: *ref_1766 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2587 - type: object - properties: - - &ref_1768 - schema: *ref_1765 - serializedName: CodeContainerResourceArmPaginatedResult - language: - default: &ref_1767 - name: CodeContainerResourceArmPaginatedResult - description: A paginated list of CodeContainer entities. - byValue: true - embeddedType: true - go: *ref_1767 - protocol: {} - language: - default: &ref_1769 - name: CodeContainersClientListResponse - description: CodeContainersClientListResponse contains the response from method CodeContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1768 - go: *ref_1769 - protocol: {} - summary: List containers. protocol: {} - operationId: CodeContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1770 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1413 + schema: *ref_1214 implementation: Method required: true language: @@ -51692,14 +36674,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1771 + - &ref_1414 schema: *ref_1 implementation: Method required: true @@ -51708,14 +36686,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1772 + - &ref_1415 schema: *ref_9 implementation: Method required: true @@ -51724,17 +36698,13 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51743,10 +36713,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51755,26 +36721,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_1770 - - *ref_1771 - - *ref_1772 + - *ref_1413 + - *ref_1414 + - *ref_1415 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -51783,22 +36743,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -51824,55 +36778,15 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeContainersClient - openApiType: arm - optionalParamGroup: &ref_2488 - schema: - type: object - language: - default: &ref_1773 - name: CodeContainersClientDeleteOptions - description: CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method. - go: *ref_1773 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeContainersClientDeleteOptions - language: - default: &ref_1774 - name: options - description: CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method. - go: *ref_1774 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2588 - type: object - language: - default: &ref_1775 - name: CodeContainersClientDeleteResponse - description: CodeContainersClientDeleteResponse contains the response from method CodeContainersClient.Delete. - responseType: true - go: *ref_1775 - protocol: {} - summary: Delete container. protocol: {} - operationId: CodeContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1776 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1416 + schema: *ref_1214 implementation: Method required: true language: @@ -51880,14 +36794,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1777 + - &ref_1417 schema: *ref_1 implementation: Method required: true @@ -51896,14 +36806,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1778 + - &ref_1418 schema: *ref_9 implementation: Method required: true @@ -51912,17 +36818,13 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51931,10 +36833,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51943,27 +36841,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name} method: get uri: '{$host}' signatureParameters: - - *ref_1776 - - *ref_1777 - - *ref_1778 + - *ref_1416 + - *ref_1417 + - *ref_1418 responses: - - schema: *ref_849 + - schema: *ref_776 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -51972,14 +36864,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -52020,69 +36909,15 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeContainersClient - openApiType: arm - optionalParamGroup: &ref_2489 - schema: - type: object - language: - default: &ref_1779 - name: CodeContainersClientGetOptions - description: CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method. - go: *ref_1779 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeContainersClientGetOptions - language: - default: &ref_1780 - name: options - description: CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method. - go: *ref_1780 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2589 - type: object - properties: - - &ref_1782 - schema: *ref_849 - serializedName: CodeContainerData - language: - default: &ref_1781 - name: CodeContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1781 - protocol: {} - language: - default: &ref_1783 - name: CodeContainersClientGetResponse - description: CodeContainersClientGetResponse contains the response from method CodeContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1782 - go: *ref_1783 - protocol: {} - summary: Get container. protocol: {} - operationId: CodeContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1786 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1421 + schema: *ref_1214 implementation: Method required: true language: @@ -52090,14 +36925,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1787 + - &ref_1422 schema: *ref_1 implementation: Method required: true @@ -52106,15 +36937,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1788 - schema: *ref_1658 + - &ref_1423 + schema: *ref_1356 implementation: Method required: true language: @@ -52122,33 +36949,26 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1785 + application/json: &ref_1420 parameters: - - &ref_1784 - schema: *ref_849 + - &ref_1419 + schema: *ref_776 implementation: Method required: true language: default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52157,22 +36977,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1784 + - *ref_1419 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name} @@ -52182,20 +36995,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1785 + - *ref_1420 signatureParameters: - - *ref_1786 - - *ref_1787 - - *ref_1788 + - *ref_1421 + - *ref_1422 + - *ref_1423 responses: - - schema: *ref_849 + - schema: *ref_776 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -52203,14 +37013,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_849 + - schema: *ref_776 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -52219,14 +37026,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -52290,72 +37094,11 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeContainersClient - openApiType: arm - optionalParamGroup: &ref_2490 - schema: - type: object - language: - default: &ref_1789 - name: CodeContainersClientCreateOrUpdateOptions - description: CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method. - go: *ref_1789 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeContainersClientCreateOrUpdateOptions - language: - default: &ref_1790 - name: options - description: CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method. - go: *ref_1790 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2590 - type: object - properties: - - &ref_1792 - schema: *ref_849 - serializedName: CodeContainerData - language: - default: &ref_1791 - name: CodeContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1791 - protocol: {} - language: - default: &ref_1793 - name: CodeContainersClientCreateOrUpdateResponse - description: CodeContainersClientCreateOrUpdateResponse contains the response from method CodeContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1792 - go: *ref_1793 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: CodeContainers description: '' - go: - name: CodeContainers - description: '' - clientCtorName: NewCodeContainersClient - clientName: CodeContainersClient - clientParams: - - *ref_1298 protocol: {} - $key: CodeVersions operations: @@ -52363,10 +37106,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1800 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1424 + schema: *ref_1214 implementation: Method required: true language: @@ -52374,14 +37117,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1801 + - &ref_1425 schema: *ref_1 implementation: Method required: true @@ -52390,14 +37129,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1802 + - &ref_1426 schema: *ref_9 implementation: Method required: true @@ -52406,15 +37141,11 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_1795 + - *ref_1210 + - &ref_1427 schema: *ref_9 implementation: Method language: @@ -52422,69 +37153,34 @@ operationGroups: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_1796 - schema: - type: object - language: - default: &ref_1794 - name: CodeVersionsClientListOptions - description: CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.NewListPager method. - go: *ref_1794 - protocol: {} - originalParameter: - - *ref_1795 - - &ref_1798 - schema: *ref_18 - implementation: Method - language: - default: - name: top - description: Maximum number of records to return. - serializedName: $top - go: - name: Top - description: Maximum number of records to return. - paramGroup: *ref_1796 - serializedName: $top - protocol: - http: - in: query - - &ref_1799 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1796 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: CodeVersionsClientListOptions - language: - default: &ref_1797 - name: options - description: CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.NewListPager method. - go: *ref_1797 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_1798 - - *ref_1799 + - &ref_1428 + schema: *ref_18 + implementation: Method + language: + default: + name: top + description: Maximum number of records to return. + serializedName: $top + protocol: + http: + in: query + - &ref_1429 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52493,10 +37189,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52505,30 +37197,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1800 - - *ref_1801 - - *ref_1802 - - *ref_1795 - - *ref_1798 - - *ref_1799 + - *ref_1424 + - *ref_1425 + - *ref_1426 + - *ref_1427 + - *ref_1428 + - *ref_1429 responses: - - schema: *ref_1803 + - schema: *ref_1430 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -52537,14 +37223,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -52598,52 +37281,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List versions. - go: - name: List - description: List versions. - azureARM: true - clientName: CodeVersionsClient - openApiType: arm - optionalParamGroup: *ref_1796 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2591 - type: object - properties: - - &ref_1805 - schema: *ref_1803 - serializedName: CodeVersionResourceArmPaginatedResult - language: - default: &ref_1804 - name: CodeVersionResourceArmPaginatedResult - description: A paginated list of CodeVersion entities. - byValue: true - embeddedType: true - go: *ref_1804 - protocol: {} - language: - default: &ref_1806 - name: CodeVersionsClientListResponse - description: CodeVersionsClientListResponse contains the response from method CodeVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1805 - go: *ref_1806 - protocol: {} - summary: List versions. protocol: {} - operationId: CodeVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1807 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1431 + schema: *ref_1214 implementation: Method required: true language: @@ -52651,14 +37297,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1808 + - &ref_1432 schema: *ref_1 implementation: Method required: true @@ -52667,14 +37309,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1809 + - &ref_1433 schema: *ref_9 implementation: Method required: true @@ -52683,14 +37321,10 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_1810 + - &ref_1434 schema: *ref_9 implementation: Method required: true @@ -52699,17 +37333,13 @@ operationGroups: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52718,10 +37348,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52730,27 +37356,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_1807 - - *ref_1808 - - *ref_1809 - - *ref_1810 + - *ref_1431 + - *ref_1432 + - *ref_1433 + - *ref_1434 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -52759,22 +37379,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -52801,55 +37415,15 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeVersionsClient - openApiType: arm - optionalParamGroup: &ref_2491 - schema: - type: object - language: - default: &ref_1811 - name: CodeVersionsClientDeleteOptions - description: CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method. - go: *ref_1811 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeVersionsClientDeleteOptions - language: - default: &ref_1812 - name: options - description: CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method. - go: *ref_1812 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2592 - type: object - language: - default: &ref_1813 - name: CodeVersionsClientDeleteResponse - description: CodeVersionsClientDeleteResponse contains the response from method CodeVersionsClient.Delete. - responseType: true - go: *ref_1813 - protocol: {} - summary: Delete version. protocol: {} - operationId: CodeVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1814 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1435 + schema: *ref_1214 implementation: Method required: true language: @@ -52857,14 +37431,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1815 + - &ref_1436 schema: *ref_1 implementation: Method required: true @@ -52873,14 +37443,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1816 + - &ref_1437 schema: *ref_9 implementation: Method required: true @@ -52889,14 +37455,10 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_1817 + - &ref_1438 schema: *ref_9 implementation: Method required: true @@ -52905,17 +37467,13 @@ operationGroups: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52924,10 +37482,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52936,28 +37490,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1814 - - *ref_1815 - - *ref_1816 - - *ref_1817 + - *ref_1435 + - *ref_1436 + - *ref_1437 + - *ref_1438 responses: - - schema: *ref_850 + - schema: *ref_777 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -52966,14 +37514,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53019,69 +37564,15 @@ operationGroups: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeVersionsClient - openApiType: arm - optionalParamGroup: &ref_2492 - schema: - type: object - language: - default: &ref_1818 - name: CodeVersionsClientGetOptions - description: CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method. - go: *ref_1818 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeVersionsClientGetOptions - language: - default: &ref_1819 - name: options - description: CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method. - go: *ref_1819 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2593 - type: object - properties: - - &ref_1821 - schema: *ref_850 - serializedName: CodeVersionData - language: - default: &ref_1820 - name: CodeVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1820 - protocol: {} - language: - default: &ref_1822 - name: CodeVersionsClientGetResponse - description: CodeVersionsClientGetResponse contains the response from method CodeVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1821 - go: *ref_1822 - protocol: {} - summary: Get version. protocol: {} - operationId: CodeVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1825 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1441 + schema: *ref_1214 implementation: Method required: true language: @@ -53089,14 +37580,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1826 + - &ref_1442 schema: *ref_1 implementation: Method required: true @@ -53105,15 +37592,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1827 - schema: *ref_1658 + - &ref_1443 + schema: *ref_1356 implementation: Method required: true language: @@ -53121,14 +37604,10 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_1828 + - &ref_1444 schema: *ref_9 implementation: Method required: true @@ -53137,33 +37616,26 @@ operationGroups: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1824 + application/json: &ref_1440 parameters: - - &ref_1823 - schema: *ref_850 + - &ref_1439 + schema: *ref_777 implementation: Method required: true language: default: name: body description: Version entity to create or update. - go: - name: body - description: Version entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53172,22 +37644,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1823 + - *ref_1439 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions/{version} @@ -53197,21 +37662,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1824 + - *ref_1440 signatureParameters: - - *ref_1825 - - *ref_1826 - - *ref_1827 - - *ref_1828 + - *ref_1441 + - *ref_1442 + - *ref_1443 + - *ref_1444 responses: - - schema: *ref_850 + - schema: *ref_777 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -53219,14 +37681,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_850 + - schema: *ref_777 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -53235,14 +37694,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53318,72 +37774,11 @@ operationGroups: name: CreateOrUpdate description: Create or update version. summary: Create or update version. - go: - name: CreateOrUpdate - description: |- - Create or update version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeVersionsClient - openApiType: arm - optionalParamGroup: &ref_2493 - schema: - type: object - language: - default: &ref_1829 - name: CodeVersionsClientCreateOrUpdateOptions - description: CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method. - go: *ref_1829 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeVersionsClientCreateOrUpdateOptions - language: - default: &ref_1830 - name: options - description: CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method. - go: *ref_1830 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2594 - type: object - properties: - - &ref_1832 - schema: *ref_850 - serializedName: CodeVersionData - language: - default: &ref_1831 - name: CodeVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1831 - protocol: {} - language: - default: &ref_1833 - name: CodeVersionsClientCreateOrUpdateResponse - description: CodeVersionsClientCreateOrUpdateResponse contains the response from method CodeVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1832 - go: *ref_1833 - protocol: {} - summary: Create or update version. protocol: {} language: default: name: CodeVersions description: '' - go: - name: CodeVersions - description: '' - clientCtorName: NewCodeVersionsClient - clientName: CodeVersionsClient - clientParams: - - *ref_1298 protocol: {} - $key: ComponentContainers operations: @@ -53391,10 +37786,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1840 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1446 + schema: *ref_1214 implementation: Method required: true language: @@ -53402,14 +37797,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1841 + - &ref_1447 schema: *ref_1 implementation: Method required: true @@ -53418,15 +37809,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1835 + - *ref_1210 + - &ref_1448 schema: *ref_1 implementation: Method language: @@ -53434,52 +37821,23 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1837 - schema: - type: object - language: - default: &ref_1834 - name: ComponentContainersClientListOptions - description: ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.NewListPager method. - go: *ref_1834 - protocol: {} - originalParameter: - - *ref_1835 - - &ref_1839 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1837 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: ComponentContainersClientListOptions - language: - default: &ref_1838 - name: options - description: ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.NewListPager method. - go: *ref_1838 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_1839 + - &ref_1449 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53488,10 +37846,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53500,28 +37854,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components method: get uri: '{$host}' signatureParameters: - - *ref_1840 - - *ref_1841 - - *ref_1835 - - *ref_1839 + - *ref_1446 + - *ref_1447 + - *ref_1448 + - *ref_1449 responses: - - schema: *ref_1842 + - schema: *ref_1450 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -53530,14 +37878,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53586,52 +37931,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List component containers. - go: - name: List - description: List component containers. - azureARM: true - clientName: ComponentContainersClient - openApiType: arm - optionalParamGroup: *ref_1837 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2595 - type: object - properties: - - &ref_1844 - schema: *ref_1842 - serializedName: ComponentContainerResourceArmPaginatedResult - language: - default: &ref_1843 - name: ComponentContainerResourceArmPaginatedResult - description: A paginated list of ComponentContainer entities. - byValue: true - embeddedType: true - go: *ref_1843 - protocol: {} - language: - default: &ref_1845 - name: ComponentContainersClientListResponse - description: ComponentContainersClientListResponse contains the response from method ComponentContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1844 - go: *ref_1845 - protocol: {} - summary: List component containers. protocol: {} - operationId: ComponentContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1846 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1451 + schema: *ref_1214 implementation: Method required: true language: @@ -53639,14 +37947,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1847 + - &ref_1452 schema: *ref_1 implementation: Method required: true @@ -53655,14 +37959,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1848 + - &ref_1453 schema: *ref_9 implementation: Method required: true @@ -53671,17 +37971,13 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53690,10 +37986,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53702,26 +37994,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_1846 - - *ref_1847 - - *ref_1848 + - *ref_1451 + - *ref_1452 + - *ref_1453 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -53730,22 +38016,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53771,55 +38051,15 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentContainersClient - openApiType: arm - optionalParamGroup: &ref_2494 - schema: - type: object - language: - default: &ref_1849 - name: ComponentContainersClientDeleteOptions - description: ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method. - go: *ref_1849 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentContainersClientDeleteOptions - language: - default: &ref_1850 - name: options - description: ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method. - go: *ref_1850 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2596 - type: object - language: - default: &ref_1851 - name: ComponentContainersClientDeleteResponse - description: ComponentContainersClientDeleteResponse contains the response from method ComponentContainersClient.Delete. - responseType: true - go: *ref_1851 - protocol: {} - summary: Delete container. protocol: {} - operationId: ComponentContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1852 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1454 + schema: *ref_1214 implementation: Method required: true language: @@ -53827,14 +38067,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1853 + - &ref_1455 schema: *ref_1 implementation: Method required: true @@ -53843,14 +38079,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1854 + - &ref_1456 schema: *ref_9 implementation: Method required: true @@ -53859,17 +38091,13 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53878,10 +38106,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53890,27 +38114,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name} method: get uri: '{$host}' signatureParameters: - - *ref_1852 - - *ref_1853 - - *ref_1854 + - *ref_1454 + - *ref_1455 + - *ref_1456 responses: - - schema: *ref_851 + - schema: *ref_778 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -53919,14 +38137,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53969,69 +38184,15 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentContainersClient - openApiType: arm - optionalParamGroup: &ref_2495 - schema: - type: object - language: - default: &ref_1855 - name: ComponentContainersClientGetOptions - description: ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method. - go: *ref_1855 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentContainersClientGetOptions - language: - default: &ref_1856 - name: options - description: ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method. - go: *ref_1856 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2597 - type: object - properties: - - &ref_1858 - schema: *ref_851 - serializedName: ComponentContainerData - language: - default: &ref_1857 - name: ComponentContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1857 - protocol: {} - language: - default: &ref_1859 - name: ComponentContainersClientGetResponse - description: ComponentContainersClientGetResponse contains the response from method ComponentContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1858 - go: *ref_1859 - protocol: {} - summary: Get container. protocol: {} - operationId: ComponentContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1862 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1459 + schema: *ref_1214 implementation: Method required: true language: @@ -54039,14 +38200,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1863 + - &ref_1460 schema: *ref_1 implementation: Method required: true @@ -54055,15 +38212,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1864 - schema: *ref_1658 + - &ref_1461 + schema: *ref_1356 implementation: Method required: true language: @@ -54071,33 +38224,26 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1861 + application/json: &ref_1458 parameters: - - &ref_1860 - schema: *ref_851 + - &ref_1457 + schema: *ref_778 implementation: Method required: true language: default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54106,22 +38252,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1860 + - *ref_1457 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name} @@ -54131,20 +38270,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1861 + - *ref_1458 signatureParameters: - - *ref_1862 - - *ref_1863 - - *ref_1864 + - *ref_1459 + - *ref_1460 + - *ref_1461 responses: - - schema: *ref_851 + - schema: *ref_778 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -54152,14 +38288,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_851 + - schema: *ref_778 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -54168,14 +38301,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -54244,72 +38374,11 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentContainersClient - openApiType: arm - optionalParamGroup: &ref_2496 - schema: - type: object - language: - default: &ref_1865 - name: ComponentContainersClientCreateOrUpdateOptions - description: ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method. - go: *ref_1865 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentContainersClientCreateOrUpdateOptions - language: - default: &ref_1866 - name: options - description: ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method. - go: *ref_1866 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2598 - type: object - properties: - - &ref_1868 - schema: *ref_851 - serializedName: ComponentContainerData - language: - default: &ref_1867 - name: ComponentContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1867 - protocol: {} - language: - default: &ref_1869 - name: ComponentContainersClientCreateOrUpdateResponse - description: ComponentContainersClientCreateOrUpdateResponse contains the response from method ComponentContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1868 - go: *ref_1869 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: ComponentContainers description: '' - go: - name: ComponentContainers - description: '' - clientCtorName: NewComponentContainersClient - clientName: ComponentContainersClient - clientParams: - - *ref_1298 protocol: {} - $key: ComponentVersions operations: @@ -54317,10 +38386,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1877 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1462 + schema: *ref_1214 implementation: Method required: true language: @@ -54328,14 +38397,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1878 + - &ref_1463 schema: *ref_1 implementation: Method required: true @@ -54344,14 +38409,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1879 + - &ref_1464 schema: *ref_9 implementation: Method required: true @@ -54360,15 +38421,11 @@ operationGroups: name: name description: Component name. serializedName: name - go: - name: name - description: Component name. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_1871 + - *ref_1210 + - &ref_1465 schema: *ref_9 implementation: Method language: @@ -54376,86 +38433,45 @@ operationGroups: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_1872 - schema: - type: object - language: - default: &ref_1870 - name: ComponentVersionsClientListOptions - description: ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.NewListPager method. - go: *ref_1870 - protocol: {} - originalParameter: - - *ref_1871 - - &ref_1874 - schema: *ref_18 - implementation: Method - language: - default: - name: top - description: Maximum number of records to return. - serializedName: $top - go: - name: Top - description: Maximum number of records to return. - paramGroup: *ref_1872 - serializedName: $top - protocol: - http: - in: query - - &ref_1875 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1872 - serializedName: $skip - protocol: - http: - in: query - - &ref_1876 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1872 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: ComponentVersionsClientListOptions - language: - default: &ref_1873 - name: options - description: ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.NewListPager method. - go: *ref_1873 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_1874 - - *ref_1875 - - *ref_1876 + - &ref_1466 + schema: *ref_18 + implementation: Method + language: + default: + name: top + description: Maximum number of records to return. + serializedName: $top + protocol: + http: + in: query + - &ref_1467 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query + - &ref_1468 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54464,10 +38480,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -54476,31 +38488,25 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1877 - - *ref_1878 - - *ref_1879 - - *ref_1871 - - *ref_1874 - - *ref_1875 - - *ref_1876 + - *ref_1462 + - *ref_1463 + - *ref_1464 + - *ref_1465 + - *ref_1466 + - *ref_1467 + - *ref_1468 responses: - - schema: *ref_1880 + - schema: *ref_1469 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -54509,14 +38515,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -54571,52 +38574,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List component versions. - go: - name: List - description: List component versions. - azureARM: true - clientName: ComponentVersionsClient - openApiType: arm - optionalParamGroup: *ref_1872 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2599 - type: object - properties: - - &ref_1882 - schema: *ref_1880 - serializedName: ComponentVersionResourceArmPaginatedResult - language: - default: &ref_1881 - name: ComponentVersionResourceArmPaginatedResult - description: A paginated list of ComponentVersion entities. - byValue: true - embeddedType: true - go: *ref_1881 - protocol: {} - language: - default: &ref_1883 - name: ComponentVersionsClientListResponse - description: ComponentVersionsClientListResponse contains the response from method ComponentVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1882 - go: *ref_1883 - protocol: {} - summary: List component versions. protocol: {} - operationId: ComponentVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1884 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1470 + schema: *ref_1214 implementation: Method required: true language: @@ -54624,14 +38590,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1885 + - &ref_1471 schema: *ref_1 implementation: Method required: true @@ -54640,14 +38602,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1886 + - &ref_1472 schema: *ref_9 implementation: Method required: true @@ -54656,14 +38614,10 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1887 + - &ref_1473 schema: *ref_9 implementation: Method required: true @@ -54672,17 +38626,13 @@ operationGroups: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54691,10 +38641,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -54703,27 +38649,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_1884 - - *ref_1885 - - *ref_1886 - - *ref_1887 + - *ref_1470 + - *ref_1471 + - *ref_1472 + - *ref_1473 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -54732,22 +38672,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -54774,55 +38708,15 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2497 - schema: - type: object - language: - default: &ref_1888 - name: ComponentVersionsClientDeleteOptions - description: ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method. - go: *ref_1888 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentVersionsClientDeleteOptions - language: - default: &ref_1889 - name: options - description: ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method. - go: *ref_1889 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2600 - type: object - language: - default: &ref_1890 - name: ComponentVersionsClientDeleteResponse - description: ComponentVersionsClientDeleteResponse contains the response from method ComponentVersionsClient.Delete. - responseType: true - go: *ref_1890 - protocol: {} - summary: Delete version. protocol: {} - operationId: ComponentVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1891 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1474 + schema: *ref_1214 implementation: Method required: true language: @@ -54830,14 +38724,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1892 + - &ref_1475 schema: *ref_1 implementation: Method required: true @@ -54846,14 +38736,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1893 + - &ref_1476 schema: *ref_9 implementation: Method required: true @@ -54862,14 +38748,10 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1894 + - &ref_1477 schema: *ref_9 implementation: Method required: true @@ -54878,17 +38760,13 @@ operationGroups: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54897,10 +38775,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -54909,28 +38783,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1891 - - *ref_1892 - - *ref_1893 - - *ref_1894 + - *ref_1474 + - *ref_1475 + - *ref_1476 + - *ref_1477 responses: - - schema: *ref_852 + - schema: *ref_779 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -54939,14 +38807,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -54993,69 +38858,15 @@ operationGroups: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2498 - schema: - type: object - language: - default: &ref_1895 - name: ComponentVersionsClientGetOptions - description: ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method. - go: *ref_1895 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentVersionsClientGetOptions - language: - default: &ref_1896 - name: options - description: ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method. - go: *ref_1896 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2601 - type: object - properties: - - &ref_1898 - schema: *ref_852 - serializedName: ComponentVersionData - language: - default: &ref_1897 - name: ComponentVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1897 - protocol: {} - language: - default: &ref_1899 - name: ComponentVersionsClientGetResponse - description: ComponentVersionsClientGetResponse contains the response from method ComponentVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1898 - go: *ref_1899 - protocol: {} - summary: Get version. protocol: {} - operationId: ComponentVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1902 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1480 + schema: *ref_1214 implementation: Method required: true language: @@ -55063,14 +38874,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1903 + - &ref_1481 schema: *ref_1 implementation: Method required: true @@ -55079,15 +38886,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1904 - schema: *ref_1658 + - &ref_1482 + schema: *ref_1356 implementation: Method required: true language: @@ -55095,14 +38898,10 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1905 + - &ref_1483 schema: *ref_9 implementation: Method required: true @@ -55111,33 +38910,26 @@ operationGroups: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1901 + application/json: &ref_1479 parameters: - - &ref_1900 - schema: *ref_852 + - &ref_1478 + schema: *ref_779 implementation: Method required: true language: default: name: body description: Version entity to create or update. - go: - name: body - description: Version entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55146,22 +38938,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1900 + - *ref_1478 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions/{version} @@ -55171,21 +38956,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1901 + - *ref_1479 signatureParameters: - - *ref_1902 - - *ref_1903 - - *ref_1904 - - *ref_1905 + - *ref_1480 + - *ref_1481 + - *ref_1482 + - *ref_1483 responses: - - schema: *ref_852 + - schema: *ref_779 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -55193,14 +38975,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_852 + - schema: *ref_779 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -55209,14 +38988,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -55295,72 +39071,11 @@ operationGroups: name: CreateOrUpdate description: Create or update version. summary: Create or update version. - go: - name: CreateOrUpdate - description: |- - Create or update version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2499 - schema: - type: object - language: - default: &ref_1906 - name: ComponentVersionsClientCreateOrUpdateOptions - description: ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method. - go: *ref_1906 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentVersionsClientCreateOrUpdateOptions - language: - default: &ref_1907 - name: options - description: ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method. - go: *ref_1907 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2602 - type: object - properties: - - &ref_1909 - schema: *ref_852 - serializedName: ComponentVersionData - language: - default: &ref_1908 - name: ComponentVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1908 - protocol: {} - language: - default: &ref_1910 - name: ComponentVersionsClientCreateOrUpdateResponse - description: ComponentVersionsClientCreateOrUpdateResponse contains the response from method ComponentVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1909 - go: *ref_1910 - protocol: {} - summary: Create or update version. protocol: {} language: default: name: ComponentVersions description: '' - go: - name: ComponentVersions - description: '' - clientCtorName: NewComponentVersionsClient - clientName: ComponentVersionsClient - clientParams: - - *ref_1298 protocol: {} - $key: DataContainers operations: @@ -55368,10 +39083,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1916 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1484 + schema: *ref_1214 implementation: Method required: true language: @@ -55379,14 +39094,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1917 + - &ref_1485 schema: *ref_1 implementation: Method required: true @@ -55395,15 +39106,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1912 + - *ref_1210 + - &ref_1486 schema: *ref_1 implementation: Method language: @@ -55411,52 +39118,23 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1913 - schema: - type: object - language: - default: &ref_1911 - name: DataContainersClientListOptions - description: DataContainersClientListOptions contains the optional parameters for the DataContainersClient.NewListPager method. - go: *ref_1911 - protocol: {} - originalParameter: - - *ref_1912 - - &ref_1915 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1913 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: DataContainersClientListOptions - language: - default: &ref_1914 - name: options - description: DataContainersClientListOptions contains the optional parameters for the DataContainersClient.NewListPager method. - go: *ref_1914 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_1915 + - &ref_1487 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55465,10 +39143,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -55477,28 +39151,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data method: get uri: '{$host}' signatureParameters: - - *ref_1916 - - *ref_1917 - - *ref_1912 - - *ref_1915 + - *ref_1484 + - *ref_1485 + - *ref_1486 + - *ref_1487 responses: - - schema: *ref_1918 + - schema: *ref_1488 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -55507,14 +39175,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -55583,52 +39248,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List data containers. - go: - name: List - description: List data containers. - azureARM: true - clientName: DataContainersClient - openApiType: arm - optionalParamGroup: *ref_1913 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2603 - type: object - properties: - - &ref_1920 - schema: *ref_1918 - serializedName: DataContainerResourceArmPaginatedResult - language: - default: &ref_1919 - name: DataContainerResourceArmPaginatedResult - description: A paginated list of DataContainer entities. - byValue: true - embeddedType: true - go: *ref_1919 - protocol: {} - language: - default: &ref_1921 - name: DataContainersClientListResponse - description: DataContainersClientListResponse contains the response from method DataContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1920 - go: *ref_1921 - protocol: {} - summary: List data containers. protocol: {} - operationId: DataContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1922 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1489 + schema: *ref_1214 implementation: Method required: true language: @@ -55636,14 +39264,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1923 + - &ref_1490 schema: *ref_1 implementation: Method required: true @@ -55652,14 +39276,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1924 + - &ref_1491 schema: *ref_9 implementation: Method required: true @@ -55668,17 +39288,13 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55687,10 +39303,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -55699,26 +39311,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_1922 - - *ref_1923 - - *ref_1924 + - *ref_1489 + - *ref_1490 + - *ref_1491 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -55727,22 +39333,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -55768,55 +39368,15 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataContainersClient - openApiType: arm - optionalParamGroup: &ref_2500 - schema: - type: object - language: - default: &ref_1925 - name: DataContainersClientDeleteOptions - description: DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method. - go: *ref_1925 - protocol: {} - originalParameter: [] - required: false - serializedName: DataContainersClientDeleteOptions - language: - default: &ref_1926 - name: options - description: DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method. - go: *ref_1926 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2604 - type: object - language: - default: &ref_1927 - name: DataContainersClientDeleteResponse - description: DataContainersClientDeleteResponse contains the response from method DataContainersClient.Delete. - responseType: true - go: *ref_1927 - protocol: {} - summary: Delete container. protocol: {} - operationId: DataContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1928 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1492 + schema: *ref_1214 implementation: Method required: true language: @@ -55824,14 +39384,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1929 + - &ref_1493 schema: *ref_1 implementation: Method required: true @@ -55840,14 +39396,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1930 + - &ref_1494 schema: *ref_9 implementation: Method required: true @@ -55856,17 +39408,13 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55875,10 +39423,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -55887,27 +39431,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name} method: get uri: '{$host}' signatureParameters: - - *ref_1928 - - *ref_1929 - - *ref_1930 + - *ref_1492 + - *ref_1493 + - *ref_1494 responses: - - schema: *ref_853 + - schema: *ref_780 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -55916,14 +39454,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -55968,69 +39503,15 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataContainersClient - openApiType: arm - optionalParamGroup: &ref_2501 - schema: - type: object - language: - default: &ref_1931 - name: DataContainersClientGetOptions - description: DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method. - go: *ref_1931 - protocol: {} - originalParameter: [] - required: false - serializedName: DataContainersClientGetOptions - language: - default: &ref_1932 - name: options - description: DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method. - go: *ref_1932 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2605 - type: object - properties: - - &ref_1934 - schema: *ref_853 - serializedName: DataContainerData - language: - default: &ref_1933 - name: DataContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1933 - protocol: {} - language: - default: &ref_1935 - name: DataContainersClientGetResponse - description: DataContainersClientGetResponse contains the response from method DataContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1934 - go: *ref_1935 - protocol: {} - summary: Get container. protocol: {} - operationId: DataContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1938 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1497 + schema: *ref_1214 implementation: Method required: true language: @@ -56038,14 +39519,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1939 + - &ref_1498 schema: *ref_1 implementation: Method required: true @@ -56054,15 +39531,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1940 - schema: *ref_1658 + - &ref_1499 + schema: *ref_1356 implementation: Method required: true language: @@ -56070,33 +39543,26 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1937 + application/json: &ref_1496 parameters: - - &ref_1936 - schema: *ref_853 + - &ref_1495 + schema: *ref_780 implementation: Method required: true language: default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56105,22 +39571,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1936 + - *ref_1495 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name} @@ -56130,20 +39589,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1937 + - *ref_1496 signatureParameters: - - *ref_1938 - - *ref_1939 - - *ref_1940 + - *ref_1497 + - *ref_1498 + - *ref_1499 responses: - - schema: *ref_853 + - schema: *ref_780 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -56151,14 +39607,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_853 + - schema: *ref_780 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -56167,14 +39620,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -56250,72 +39700,11 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataContainersClient - openApiType: arm - optionalParamGroup: &ref_2502 - schema: - type: object - language: - default: &ref_1941 - name: DataContainersClientCreateOrUpdateOptions - description: DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method. - go: *ref_1941 - protocol: {} - originalParameter: [] - required: false - serializedName: DataContainersClientCreateOrUpdateOptions - language: - default: &ref_1942 - name: options - description: DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method. - go: *ref_1942 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2606 - type: object - properties: - - &ref_1944 - schema: *ref_853 - serializedName: DataContainerData - language: - default: &ref_1943 - name: DataContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1943 - protocol: {} - language: - default: &ref_1945 - name: DataContainersClientCreateOrUpdateResponse - description: DataContainersClientCreateOrUpdateResponse contains the response from method DataContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1944 - go: *ref_1945 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: DataContainers description: '' - go: - name: DataContainers - description: '' - clientCtorName: NewDataContainersClient - clientName: DataContainersClient - clientParams: - - *ref_1298 protocol: {} - $key: DataVersions operations: @@ -56323,10 +39712,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1954 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1500 + schema: *ref_1214 implementation: Method required: true language: @@ -56334,14 +39723,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1955 + - &ref_1501 schema: *ref_1 implementation: Method required: true @@ -56350,14 +39735,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1956 + - &ref_1502 schema: *ref_9 implementation: Method required: true @@ -56366,15 +39747,11 @@ operationGroups: name: name description: Data container's name serializedName: name - go: - name: name - description: Data container's name - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_1947 + - *ref_1210 + - &ref_1503 schema: *ref_9 implementation: Method language: @@ -56382,103 +39759,56 @@ operationGroups: name: orderBy description: Please choose OrderBy value from ['createdtime', 'modifiedtime'] serializedName: $orderBy - go: - name: OrderBy - description: Please choose OrderBy value from ['createdtime', 'modifiedtime'] - paramGroup: &ref_1948 - schema: - type: object - language: - default: &ref_1946 - name: DataVersionsClientListOptions - description: DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.NewListPager method. - go: *ref_1946 - protocol: {} - originalParameter: - - *ref_1947 - - &ref_1950 - schema: *ref_18 - implementation: Method - language: - default: - name: top - description: "Top count of results, top count cannot be greater than the page size.\r\n If topCount > page size, results with be default page size count will be returned" - serializedName: $top - go: - name: Top - description: Top count of results, top count cannot be greater than the page size. If topCount > page size, results with be default page size count will be returned - paramGroup: *ref_1948 - serializedName: $top - protocol: - http: - in: query - - &ref_1951 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1948 - serializedName: $skip - protocol: - http: - in: query - - &ref_1952 - schema: *ref_9 - implementation: Method - language: - default: - name: tags - description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - serializedName: $tags - go: - name: Tags - description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - paramGroup: *ref_1948 - serializedName: $tags - protocol: - http: - in: query - - &ref_1953 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: '[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.' - serializedName: listViewType - go: - name: ListViewType - description: '[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.' - paramGroup: *ref_1948 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: DataVersionsClientListOptions - language: - default: &ref_1949 - name: options - description: DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.NewListPager method. - go: *ref_1949 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_1950 - - *ref_1951 - - *ref_1952 - - *ref_1953 + - &ref_1504 + schema: *ref_18 + implementation: Method + language: + default: + name: top + description: "Top count of results, top count cannot be greater than the page size.\r\n If topCount > page size, results with be default page size count will be returned" + serializedName: $top + protocol: + http: + in: query + - &ref_1505 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query + - &ref_1506 + schema: *ref_9 + implementation: Method + language: + default: + name: tags + description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' + serializedName: $tags + protocol: + http: + in: query + - &ref_1507 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: '[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.' + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56487,10 +39817,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -56499,32 +39825,26 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1954 - - *ref_1955 - - *ref_1956 - - *ref_1947 - - *ref_1950 - - *ref_1951 - - *ref_1952 - - *ref_1953 + - *ref_1500 + - *ref_1501 + - *ref_1502 + - *ref_1503 + - *ref_1504 + - *ref_1505 + - *ref_1506 + - *ref_1507 responses: - - schema: *ref_1957 + - schema: *ref_1508 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -56533,14 +39853,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -56596,52 +39913,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List data versions in the data container - go: - name: List - description: List data versions in the data container - azureARM: true - clientName: DataVersionsClient - openApiType: arm - optionalParamGroup: *ref_1948 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2607 - type: object - properties: - - &ref_1959 - schema: *ref_1957 - serializedName: DataVersionBaseResourceArmPaginatedResult - language: - default: &ref_1958 - name: DataVersionBaseResourceArmPaginatedResult - description: A paginated list of DataVersionBase entities. - byValue: true - embeddedType: true - go: *ref_1958 - protocol: {} - language: - default: &ref_1960 - name: DataVersionsClientListResponse - description: DataVersionsClientListResponse contains the response from method DataVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1959 - go: *ref_1960 - protocol: {} - summary: List data versions in the data container protocol: {} - operationId: DataVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1961 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1509 + schema: *ref_1214 implementation: Method required: true language: @@ -56649,14 +39929,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1962 + - &ref_1510 schema: *ref_1 implementation: Method required: true @@ -56665,14 +39941,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1963 + - &ref_1511 schema: *ref_9 implementation: Method required: true @@ -56681,14 +39953,10 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1964 + - &ref_1512 schema: *ref_9 implementation: Method required: true @@ -56697,17 +39965,13 @@ operationGroups: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56716,10 +39980,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -56728,27 +39988,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_1961 - - *ref_1962 - - *ref_1963 - - *ref_1964 + - *ref_1509 + - *ref_1510 + - *ref_1511 + - *ref_1512 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -56757,22 +40011,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -56799,55 +40047,15 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataVersionsClient - openApiType: arm - optionalParamGroup: &ref_2503 - schema: - type: object - language: - default: &ref_1965 - name: DataVersionsClientDeleteOptions - description: DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method. - go: *ref_1965 - protocol: {} - originalParameter: [] - required: false - serializedName: DataVersionsClientDeleteOptions - language: - default: &ref_1966 - name: options - description: DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method. - go: *ref_1966 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2608 - type: object - language: - default: &ref_1967 - name: DataVersionsClientDeleteResponse - description: DataVersionsClientDeleteResponse contains the response from method DataVersionsClient.Delete. - responseType: true - go: *ref_1967 - protocol: {} - summary: Delete version. protocol: {} - operationId: DataVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1968 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1513 + schema: *ref_1214 implementation: Method required: true language: @@ -56855,14 +40063,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1969 + - &ref_1514 schema: *ref_1 implementation: Method required: true @@ -56871,14 +40075,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1970 + - &ref_1515 schema: *ref_9 implementation: Method required: true @@ -56887,14 +40087,10 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1971 + - &ref_1516 schema: *ref_9 implementation: Method required: true @@ -56903,17 +40099,13 @@ operationGroups: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56922,10 +40114,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -56934,28 +40122,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1968 - - *ref_1969 - - *ref_1970 - - *ref_1971 + - *ref_1513 + - *ref_1514 + - *ref_1515 + - *ref_1516 responses: - - schema: *ref_854 + - schema: *ref_781 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -56964,14 +40146,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -57018,69 +40197,15 @@ operationGroups: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataVersionsClient - openApiType: arm - optionalParamGroup: &ref_2504 - schema: - type: object - language: - default: &ref_1972 - name: DataVersionsClientGetOptions - description: DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method. - go: *ref_1972 - protocol: {} - originalParameter: [] - required: false - serializedName: DataVersionsClientGetOptions - language: - default: &ref_1973 - name: options - description: DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method. - go: *ref_1973 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2609 - type: object - properties: - - &ref_1975 - schema: *ref_854 - serializedName: DataVersionBaseData - language: - default: &ref_1974 - name: DataVersionBaseData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1974 - protocol: {} - language: - default: &ref_1976 - name: DataVersionsClientGetResponse - description: DataVersionsClientGetResponse contains the response from method DataVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1975 - go: *ref_1976 - protocol: {} - summary: Get version. protocol: {} - operationId: DataVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1979 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1519 + schema: *ref_1214 implementation: Method required: true language: @@ -57088,14 +40213,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1980 + - &ref_1520 schema: *ref_1 implementation: Method required: true @@ -57104,15 +40225,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1981 - schema: *ref_1658 + - &ref_1521 + schema: *ref_1356 implementation: Method required: true language: @@ -57120,14 +40237,10 @@ operationGroups: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1982 + - &ref_1522 schema: *ref_9 implementation: Method required: true @@ -57136,33 +40249,26 @@ operationGroups: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1978 + application/json: &ref_1518 parameters: - - &ref_1977 - schema: *ref_854 + - &ref_1517 + schema: *ref_781 implementation: Method required: true language: default: name: body description: Version entity to create or update. - go: - name: body - description: Version entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57171,22 +40277,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1977 + - *ref_1517 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version} @@ -57196,21 +40295,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1978 + - *ref_1518 signatureParameters: - - *ref_1979 - - *ref_1980 - - *ref_1981 - - *ref_1982 + - *ref_1519 + - *ref_1520 + - *ref_1521 + - *ref_1522 responses: - - schema: *ref_854 + - schema: *ref_781 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -57218,14 +40314,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_854 + - schema: *ref_781 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -57234,14 +40327,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -57320,72 +40410,11 @@ operationGroups: name: CreateOrUpdate description: Create or update version. summary: Create or update version. - go: - name: CreateOrUpdate - description: |- - Create or update version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataVersionsClient - openApiType: arm - optionalParamGroup: &ref_2505 - schema: - type: object - language: - default: &ref_1983 - name: DataVersionsClientCreateOrUpdateOptions - description: DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method. - go: *ref_1983 - protocol: {} - originalParameter: [] - required: false - serializedName: DataVersionsClientCreateOrUpdateOptions - language: - default: &ref_1984 - name: options - description: DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method. - go: *ref_1984 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2610 - type: object - properties: - - &ref_1986 - schema: *ref_854 - serializedName: DataVersionBaseData - language: - default: &ref_1985 - name: DataVersionBaseData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1985 - protocol: {} - language: - default: &ref_1987 - name: DataVersionsClientCreateOrUpdateResponse - description: DataVersionsClientCreateOrUpdateResponse contains the response from method DataVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1986 - go: *ref_1987 - protocol: {} - summary: Create or update version. protocol: {} language: default: name: DataVersions description: '' - go: - name: DataVersions - description: '' - clientCtorName: NewDataVersionsClient - clientName: DataVersionsClient - clientParams: - - *ref_1298 protocol: {} - $key: Datastores operations: @@ -57393,10 +40422,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2002 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1527 + schema: *ref_1214 implementation: Method required: true language: @@ -57404,14 +40433,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2003 + - &ref_1528 schema: *ref_1 implementation: Method required: true @@ -57420,15 +40445,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1989 + - *ref_1210 + - &ref_1529 schema: *ref_1 implementation: Method language: @@ -57436,139 +40457,79 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1991 - schema: - type: object - language: - default: &ref_1988 - name: DatastoresClientListOptions - description: DatastoresClientListOptions contains the optional parameters for the DatastoresClient.NewListPager method. - go: *ref_1988 - protocol: {} - originalParameter: - - *ref_1989 - - &ref_1996 - schema: *ref_1990 - implementation: Method - language: - default: - name: count - description: Maximum number of results to return. - serializedName: count - go: - name: Count - description: Maximum number of results to return. - paramGroup: *ref_1991 - serializedName: count - protocol: - http: - in: query - - &ref_1997 - schema: *ref_1992 - implementation: Method - language: - default: - name: isDefault - description: Filter down to the workspace default datastore. - serializedName: isDefault - go: - name: IsDefault - description: Filter down to the workspace default datastore. - paramGroup: *ref_1991 - serializedName: isDefault - protocol: - http: - in: query - - &ref_1998 - schema: *ref_1993 - implementation: Method - language: - default: - name: names - description: Names of datastores to return. - serializedName: names - go: - name: Names - description: Names of datastores to return. - byValue: true - paramGroup: *ref_1991 - serializedName: names - protocol: - http: - in: query - style: form - - &ref_1999 - schema: *ref_9 - implementation: Method - language: - default: - name: searchText - description: Text to search for in the datastore names. - serializedName: searchText - go: - name: SearchText - description: Text to search for in the datastore names. - paramGroup: *ref_1991 - serializedName: searchText - protocol: - http: - in: query - - &ref_2000 - schema: *ref_9 - implementation: Method - language: - default: - name: orderBy - description: Order by property (createdtime | modifiedtime | name). - serializedName: orderBy - go: - name: OrderBy - description: Order by property (createdtime | modifiedtime | name). - paramGroup: *ref_1991 - serializedName: orderBy - protocol: - http: - in: query - - &ref_2001 - schema: *ref_1994 - implementation: Method - language: - default: - name: orderByAsc - description: Order by property in ascending order. - serializedName: orderByAsc - go: - name: OrderByAsc - description: Order by property in ascending order. - paramGroup: *ref_1991 - serializedName: orderByAsc - protocol: - http: - in: query - required: false - serializedName: DatastoresClientListOptions - language: - default: &ref_1995 - name: options - description: DatastoresClientListOptions contains the optional parameters for the DatastoresClient.NewListPager method. - go: *ref_1995 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_1996 - - *ref_1997 - - *ref_1998 - - *ref_1999 - - *ref_2000 - - *ref_2001 + - &ref_1530 + schema: *ref_1523 + implementation: Method + language: + default: + name: count + description: Maximum number of results to return. + serializedName: count + protocol: + http: + in: query + - &ref_1531 + schema: *ref_1524 + implementation: Method + language: + default: + name: isDefault + description: Filter down to the workspace default datastore. + serializedName: isDefault + protocol: + http: + in: query + - &ref_1532 + schema: *ref_1525 + implementation: Method + language: + default: + name: names + description: Names of datastores to return. + serializedName: names + protocol: + http: + in: query + style: form + - &ref_1533 + schema: *ref_9 + implementation: Method + language: + default: + name: searchText + description: Text to search for in the datastore names. + serializedName: searchText + protocol: + http: + in: query + - &ref_1534 + schema: *ref_9 + implementation: Method + language: + default: + name: orderBy + description: Order by property (createdtime | modifiedtime | name). + serializedName: orderBy + protocol: + http: + in: query + - &ref_1535 + schema: *ref_1526 + implementation: Method + language: + default: + name: orderByAsc + description: Order by property in ascending order. + serializedName: orderByAsc + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57577,10 +40538,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -57589,33 +40546,27 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores method: get uri: '{$host}' signatureParameters: - - *ref_2002 - - *ref_2003 - - *ref_1989 - - *ref_1996 - - *ref_1997 - - *ref_1998 - - *ref_1999 - - *ref_2000 - - *ref_2001 + - *ref_1527 + - *ref_1528 + - *ref_1529 + - *ref_1530 + - *ref_1531 + - *ref_1532 + - *ref_1533 + - *ref_1534 + - *ref_1535 responses: - - schema: *ref_2004 + - schema: *ref_1536 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -57624,14 +40575,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -57694,52 +40642,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List datastores. - go: - name: List - description: List datastores. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: *ref_1991 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2611 - type: object - properties: - - &ref_2006 - schema: *ref_2004 - serializedName: DatastoreResourceArmPaginatedResult - language: - default: &ref_2005 - name: DatastoreResourceArmPaginatedResult - description: A paginated list of Datastore entities. - byValue: true - embeddedType: true - go: *ref_2005 - protocol: {} - language: - default: &ref_2007 - name: DatastoresClientListResponse - description: DatastoresClientListResponse contains the response from method DatastoresClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2006 - go: *ref_2007 - protocol: {} - summary: List datastores. protocol: {} - operationId: Datastores_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2008 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1537 + schema: *ref_1214 implementation: Method required: true language: @@ -57747,14 +40658,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2009 + - &ref_1538 schema: *ref_1 implementation: Method required: true @@ -57763,14 +40670,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2010 + - &ref_1539 schema: *ref_9 implementation: Method required: true @@ -57779,17 +40682,13 @@ operationGroups: name: name description: Datastore name. serializedName: name - go: - name: name - description: Datastore name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57798,10 +40697,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -57810,26 +40705,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_2008 - - *ref_2009 - - *ref_2010 + - *ref_1537 + - *ref_1538 + - *ref_1539 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -57838,22 +40727,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -57879,55 +40762,15 @@ operationGroups: name: Delete description: Delete datastore. summary: Delete datastore. - go: - name: Delete - description: |- - Delete datastore. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: &ref_2506 - schema: - type: object - language: - default: &ref_2011 - name: DatastoresClientDeleteOptions - description: DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method. - go: *ref_2011 - protocol: {} - originalParameter: [] - required: false - serializedName: DatastoresClientDeleteOptions - language: - default: &ref_2012 - name: options - description: DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method. - go: *ref_2012 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2612 - type: object - language: - default: &ref_2013 - name: DatastoresClientDeleteResponse - description: DatastoresClientDeleteResponse contains the response from method DatastoresClient.Delete. - responseType: true - go: *ref_2013 - protocol: {} - summary: Delete datastore. protocol: {} - operationId: Datastores_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2014 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1540 + schema: *ref_1214 implementation: Method required: true language: @@ -57935,14 +40778,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2015 + - &ref_1541 schema: *ref_1 implementation: Method required: true @@ -57951,14 +40790,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2016 + - &ref_1542 schema: *ref_9 implementation: Method required: true @@ -57967,17 +40802,13 @@ operationGroups: name: name description: Datastore name. serializedName: name - go: - name: name - description: Datastore name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57986,10 +40817,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -57998,27 +40825,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name} method: get uri: '{$host}' signatureParameters: - - *ref_2014 - - *ref_2015 - - *ref_2016 + - *ref_1540 + - *ref_1541 + - *ref_1542 responses: - - schema: *ref_855 + - schema: *ref_782 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -58027,14 +40848,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -58084,69 +40902,15 @@ operationGroups: name: Get description: Get datastore. summary: Get datastore. - go: - name: Get - description: |- - Get datastore. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: &ref_2507 - schema: - type: object - language: - default: &ref_2017 - name: DatastoresClientGetOptions - description: DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method. - go: *ref_2017 - protocol: {} - originalParameter: [] - required: false - serializedName: DatastoresClientGetOptions - language: - default: &ref_2018 - name: options - description: DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method. - go: *ref_2018 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2613 - type: object - properties: - - &ref_2020 - schema: *ref_855 - serializedName: DatastoreData - language: - default: &ref_2019 - name: DatastoreData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2019 - protocol: {} - language: - default: &ref_2021 - name: DatastoresClientGetResponse - description: DatastoresClientGetResponse contains the response from method DatastoresClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2020 - go: *ref_2021 - protocol: {} - summary: Get datastore. protocol: {} - operationId: Datastores_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2027 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1545 + schema: *ref_1214 implementation: Method required: true language: @@ -58154,14 +40918,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2028 + - &ref_1546 schema: *ref_1 implementation: Method required: true @@ -58170,15 +40930,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2029 - schema: *ref_1658 + - &ref_1547 + schema: *ref_1356 implementation: Method required: true language: @@ -58186,67 +40942,37 @@ operationGroups: name: name description: Datastore name. serializedName: name - go: - name: name - description: Datastore name. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_2023 - schema: *ref_1994 + - *ref_1210 + - &ref_1548 + schema: *ref_1526 implementation: Method language: default: name: skipValidation description: Flag to skip validation. serializedName: skipValidation - go: - name: SkipValidation - description: Flag to skip validation. - paramGroup: &ref_2030 - schema: - type: object - language: - default: &ref_2022 - name: DatastoresClientCreateOrUpdateOptions - description: DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method. - go: *ref_2022 - protocol: {} - originalParameter: - - *ref_2023 - required: false - serializedName: DatastoresClientCreateOrUpdateOptions - language: - default: &ref_2024 - name: options - description: DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method. - go: *ref_2024 - protocol: {} - serializedName: skipValidation protocol: http: in: query requestMediaTypes: - application/json: &ref_2026 + application/json: &ref_1544 parameters: - - &ref_2025 - schema: *ref_855 + - &ref_1543 + schema: *ref_782 implementation: Method required: true language: default: name: body description: Datastore entity to create or update. - go: - name: body - description: Datastore entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58255,22 +40981,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2025 + - *ref_1543 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name} @@ -58280,21 +40999,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2026 + - *ref_1544 signatureParameters: - - *ref_2027 - - *ref_2028 - - *ref_2029 - - *ref_2023 + - *ref_1545 + - *ref_1546 + - *ref_1547 + - *ref_1548 responses: - - schema: *ref_855 + - schema: *ref_782 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -58302,14 +41018,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_855 + - schema: *ref_782 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -58318,14 +41031,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -58665,52 +41375,15 @@ operationGroups: name: CreateOrUpdate description: Create or update datastore. summary: Create or update datastore. - go: - name: CreateOrUpdate - description: |- - Create or update datastore. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: *ref_2030 - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2614 - type: object - properties: - - &ref_2032 - schema: *ref_855 - serializedName: DatastoreData - language: - default: &ref_2031 - name: DatastoreData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2031 - protocol: {} - language: - default: &ref_2033 - name: DatastoresClientCreateOrUpdateResponse - description: DatastoresClientCreateOrUpdateResponse contains the response from method DatastoresClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2032 - go: *ref_2033 - protocol: {} - summary: Create or update datastore. protocol: {} - operationId: Datastores_ListSecrets apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2034 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1549 + schema: *ref_1214 implementation: Method required: true language: @@ -58718,14 +41391,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2035 + - &ref_1550 schema: *ref_1 implementation: Method required: true @@ -58734,14 +41403,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2036 + - &ref_1551 schema: *ref_9 implementation: Method required: true @@ -58750,17 +41415,13 @@ operationGroups: name: name description: Datastore name. serializedName: name - go: - name: name - description: Datastore name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58769,10 +41430,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -58781,28 +41438,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}/listSecrets method: post uri: '{$host}' signatureParameters: - - *ref_2034 - - *ref_2035 - - *ref_2036 + - *ref_1549 + - *ref_1550 + - *ref_1551 responses: - - schema: *ref_456 + - schema: *ref_430 language: default: name: '' description: Success - go: - name: '' - description: Success - byValue: true protocol: http: knownMediaType: json @@ -58811,14 +41461,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -58847,83 +41494,11 @@ operationGroups: name: ListSecrets description: Get datastore secrets. summary: Get datastore secrets. - go: - name: ListSecrets - description: |- - Get datastore secrets. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: &ref_2508 - schema: - type: object - language: - default: &ref_2037 - name: DatastoresClientListSecretsOptions - description: DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method. - go: *ref_2037 - protocol: {} - originalParameter: [] - required: false - serializedName: DatastoresClientListSecretsOptions - language: - default: &ref_2038 - name: options - description: DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method. - go: *ref_2038 - protocol: {} - protocolNaming: - internalMethod: listSecrets - requestMethod: listSecretsCreateRequest - responseMethod: listSecretsHandleResponse - responseEnv: &ref_2615 - type: object - properties: - - &ref_2043 - schema: - type: object - children: *ref_2039 - discriminator: *ref_2040 - language: - default: &ref_2041 - name: DatastoreSecretsClassification - description: discriminated type - discriminatorInterface: DatastoreSecretsClassification - go: *ref_2041 - protocol: {} - isDiscriminator: true - serializedName: DatastoreSecrets - language: - default: &ref_2042 - name: DatastoreSecrets - description: Base definition for datastore secrets. - byValue: true - embeddedType: true - go: *ref_2042 - protocol: {} - language: - default: &ref_2044 - name: DatastoresClientListSecretsResponse - description: DatastoresClientListSecretsResponse contains the response from method DatastoresClient.ListSecrets. - marshallingFormat: json - responseType: true - resultProp: *ref_2043 - go: *ref_2044 - protocol: {} - summary: Get datastore secrets. protocol: {} language: default: name: Datastores description: '' - go: - name: Datastores - description: '' - clientCtorName: NewDatastoresClient - clientName: DatastoresClient - clientParams: - - *ref_1298 protocol: {} - $key: EnvironmentContainers operations: @@ -58931,10 +41506,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2050 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1552 + schema: *ref_1214 implementation: Method required: true language: @@ -58942,14 +41517,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2051 + - &ref_1553 schema: *ref_1 implementation: Method required: true @@ -58958,15 +41529,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_2046 + - *ref_1210 + - &ref_1554 schema: *ref_1 implementation: Method language: @@ -58974,52 +41541,23 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_2047 - schema: - type: object - language: - default: &ref_2045 - name: EnvironmentContainersClientListOptions - description: EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.NewListPager method. - go: *ref_2045 - protocol: {} - originalParameter: - - *ref_2046 - - &ref_2049 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2047 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: EnvironmentContainersClientListOptions - language: - default: &ref_2048 - name: options - description: EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.NewListPager method. - go: *ref_2048 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_2049 + - &ref_1555 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59028,10 +41566,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59040,28 +41574,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments method: get uri: '{$host}' signatureParameters: - - *ref_2050 - - *ref_2051 - - *ref_2046 - - *ref_2049 + - *ref_1552 + - *ref_1553 + - *ref_1554 + - *ref_1555 responses: - - schema: *ref_2052 + - schema: *ref_1556 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -59070,14 +41598,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -59124,52 +41649,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List environment containers. - go: - name: List - description: List environment containers. - azureARM: true - clientName: EnvironmentContainersClient - openApiType: arm - optionalParamGroup: *ref_2047 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2616 - type: object - properties: - - &ref_2054 - schema: *ref_2052 - serializedName: EnvironmentContainerResourceArmPaginatedResult - language: - default: &ref_2053 - name: EnvironmentContainerResourceArmPaginatedResult - description: A paginated list of EnvironmentContainer entities. - byValue: true - embeddedType: true - go: *ref_2053 - protocol: {} - language: - default: &ref_2055 - name: EnvironmentContainersClientListResponse - description: EnvironmentContainersClientListResponse contains the response from method EnvironmentContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2054 - go: *ref_2055 - protocol: {} - summary: List environment containers. protocol: {} - operationId: EnvironmentContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2056 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1557 + schema: *ref_1214 implementation: Method required: true language: @@ -59177,14 +41665,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2057 + - &ref_1558 schema: *ref_1 implementation: Method required: true @@ -59193,14 +41677,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2058 + - &ref_1559 schema: *ref_9 implementation: Method required: true @@ -59209,17 +41689,13 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59228,10 +41704,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59240,26 +41712,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_2056 - - *ref_2057 - - *ref_2058 + - *ref_1557 + - *ref_1558 + - *ref_1559 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -59268,22 +41734,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -59309,55 +41769,15 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentContainersClient - openApiType: arm - optionalParamGroup: &ref_2509 - schema: - type: object - language: - default: &ref_2059 - name: EnvironmentContainersClientDeleteOptions - description: EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method. - go: *ref_2059 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentContainersClientDeleteOptions - language: - default: &ref_2060 - name: options - description: EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method. - go: *ref_2060 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2617 - type: object - language: - default: &ref_2061 - name: EnvironmentContainersClientDeleteResponse - description: EnvironmentContainersClientDeleteResponse contains the response from method EnvironmentContainersClient.Delete. - responseType: true - go: *ref_2061 - protocol: {} - summary: Delete container. protocol: {} - operationId: EnvironmentContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2062 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1560 + schema: *ref_1214 implementation: Method required: true language: @@ -59365,14 +41785,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2063 + - &ref_1561 schema: *ref_1 implementation: Method required: true @@ -59381,14 +41797,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2064 + - &ref_1562 schema: *ref_9 implementation: Method required: true @@ -59397,17 +41809,13 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59416,10 +41824,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59428,27 +41832,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name} method: get uri: '{$host}' signatureParameters: - - *ref_2062 - - *ref_2063 - - *ref_2064 + - *ref_1560 + - *ref_1561 + - *ref_1562 responses: - - schema: *ref_856 + - schema: *ref_783 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -59457,14 +41855,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -59505,69 +41900,15 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentContainersClient - openApiType: arm - optionalParamGroup: &ref_2510 - schema: - type: object - language: - default: &ref_2065 - name: EnvironmentContainersClientGetOptions - description: EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method. - go: *ref_2065 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentContainersClientGetOptions - language: - default: &ref_2066 - name: options - description: EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method. - go: *ref_2066 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2618 - type: object - properties: - - &ref_2068 - schema: *ref_856 - serializedName: EnvironmentContainerData - language: - default: &ref_2067 - name: EnvironmentContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2067 - protocol: {} - language: - default: &ref_2069 - name: EnvironmentContainersClientGetResponse - description: EnvironmentContainersClientGetResponse contains the response from method EnvironmentContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2068 - go: *ref_2069 - protocol: {} - summary: Get container. protocol: {} - operationId: EnvironmentContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2072 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1565 + schema: *ref_1214 implementation: Method required: true language: @@ -59575,14 +41916,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2073 + - &ref_1566 schema: *ref_1 implementation: Method required: true @@ -59591,15 +41928,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2074 - schema: *ref_1658 + - &ref_1567 + schema: *ref_1356 implementation: Method required: true language: @@ -59607,33 +41940,26 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2071 + application/json: &ref_1564 parameters: - - &ref_2070 - schema: *ref_856 + - &ref_1563 + schema: *ref_783 implementation: Method required: true language: default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59642,22 +41968,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2070 + - *ref_1563 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name} @@ -59667,20 +41986,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2071 + - *ref_1564 signatureParameters: - - *ref_2072 - - *ref_2073 - - *ref_2074 + - *ref_1565 + - *ref_1566 + - *ref_1567 responses: - - schema: *ref_856 + - schema: *ref_783 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -59688,14 +42004,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_856 + - schema: *ref_783 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -59704,14 +42017,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -59790,72 +42100,11 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentContainersClient - openApiType: arm - optionalParamGroup: &ref_2511 - schema: - type: object - language: - default: &ref_2075 - name: EnvironmentContainersClientCreateOrUpdateOptions - description: EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method. - go: *ref_2075 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentContainersClientCreateOrUpdateOptions - language: - default: &ref_2076 - name: options - description: EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method. - go: *ref_2076 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2619 - type: object - properties: - - &ref_2078 - schema: *ref_856 - serializedName: EnvironmentContainerData - language: - default: &ref_2077 - name: EnvironmentContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2077 - protocol: {} - language: - default: &ref_2079 - name: EnvironmentContainersClientCreateOrUpdateResponse - description: EnvironmentContainersClientCreateOrUpdateResponse contains the response from method EnvironmentContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2078 - go: *ref_2079 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: EnvironmentContainers description: '' - go: - name: EnvironmentContainers - description: '' - clientCtorName: NewEnvironmentContainersClient - clientName: EnvironmentContainersClient - clientParams: - - *ref_1298 protocol: {} - $key: EnvironmentVersions operations: @@ -59863,10 +42112,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2087 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1568 + schema: *ref_1214 implementation: Method required: true language: @@ -59874,14 +42123,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2088 + - &ref_1569 schema: *ref_1 implementation: Method required: true @@ -59890,14 +42135,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2089 + - &ref_1570 schema: *ref_9 implementation: Method required: true @@ -59906,15 +42147,11 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_2081 + - *ref_1210 + - &ref_1571 schema: *ref_9 implementation: Method language: @@ -59922,86 +42159,45 @@ operationGroups: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_2082 - schema: - type: object - language: - default: &ref_2080 - name: EnvironmentVersionsClientListOptions - description: EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.NewListPager method. - go: *ref_2080 - protocol: {} - originalParameter: - - *ref_2081 - - &ref_2084 - schema: *ref_18 - implementation: Method - language: - default: - name: top - description: Maximum number of records to return. - serializedName: $top - go: - name: Top - description: Maximum number of records to return. - paramGroup: *ref_2082 - serializedName: $top - protocol: - http: - in: query - - &ref_2085 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_2082 - serializedName: $skip - protocol: - http: - in: query - - &ref_2086 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2082 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: EnvironmentVersionsClientListOptions - language: - default: &ref_2083 - name: options - description: EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.NewListPager method. - go: *ref_2083 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_2084 - - *ref_2085 - - *ref_2086 + - &ref_1572 + schema: *ref_18 + implementation: Method + language: + default: + name: top + description: Maximum number of records to return. + serializedName: $top + protocol: + http: + in: query + - &ref_1573 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query + - &ref_1574 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60010,10 +42206,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -60022,31 +42214,25 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_2087 - - *ref_2088 - - *ref_2089 - - *ref_2081 - - *ref_2084 - - *ref_2085 - - *ref_2086 + - *ref_1568 + - *ref_1569 + - *ref_1570 + - *ref_1571 + - *ref_1572 + - *ref_1573 + - *ref_1574 responses: - - schema: *ref_2090 + - schema: *ref_1575 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -60055,14 +42241,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -60131,52 +42314,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List versions. - go: - name: List - description: List versions. - azureARM: true - clientName: EnvironmentVersionsClient - openApiType: arm - optionalParamGroup: *ref_2082 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2620 - type: object - properties: - - &ref_2092 - schema: *ref_2090 - serializedName: EnvironmentVersionResourceArmPaginatedResult - language: - default: &ref_2091 - name: EnvironmentVersionResourceArmPaginatedResult - description: A paginated list of EnvironmentVersion entities. - byValue: true - embeddedType: true - go: *ref_2091 - protocol: {} - language: - default: &ref_2093 - name: EnvironmentVersionsClientListResponse - description: EnvironmentVersionsClientListResponse contains the response from method EnvironmentVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2092 - go: *ref_2093 - protocol: {} - summary: List versions. protocol: {} - operationId: EnvironmentVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2094 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1576 + schema: *ref_1214 implementation: Method required: true language: @@ -60184,14 +42330,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2095 + - &ref_1577 schema: *ref_1 implementation: Method required: true @@ -60200,14 +42342,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2096 + - &ref_1578 schema: *ref_9 implementation: Method required: true @@ -60216,14 +42354,10 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2097 + - &ref_1579 schema: *ref_9 implementation: Method required: true @@ -60232,17 +42366,13 @@ operationGroups: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60251,10 +42381,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -60263,27 +42389,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_2094 - - *ref_2095 - - *ref_2096 - - *ref_2097 + - *ref_1576 + - *ref_1577 + - *ref_1578 + - *ref_1579 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -60292,22 +42412,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -60334,55 +42448,15 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2512 - schema: - type: object - language: - default: &ref_2098 - name: EnvironmentVersionsClientDeleteOptions - description: EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method. - go: *ref_2098 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentVersionsClientDeleteOptions - language: - default: &ref_2099 - name: options - description: EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method. - go: *ref_2099 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2621 - type: object - language: - default: &ref_2100 - name: EnvironmentVersionsClientDeleteResponse - description: EnvironmentVersionsClientDeleteResponse contains the response from method EnvironmentVersionsClient.Delete. - responseType: true - go: *ref_2100 - protocol: {} - summary: Delete version. protocol: {} - operationId: EnvironmentVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2101 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1580 + schema: *ref_1214 implementation: Method required: true language: @@ -60390,14 +42464,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2102 + - &ref_1581 schema: *ref_1 implementation: Method required: true @@ -60406,14 +42476,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2103 + - &ref_1582 schema: *ref_9 implementation: Method required: true @@ -60422,14 +42488,10 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2104 + - &ref_1583 schema: *ref_9 implementation: Method required: true @@ -60438,17 +42500,13 @@ operationGroups: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60457,10 +42515,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -60469,28 +42523,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_2101 - - *ref_2102 - - *ref_2103 - - *ref_2104 + - *ref_1580 + - *ref_1581 + - *ref_1582 + - *ref_1583 responses: - - schema: *ref_857 + - schema: *ref_784 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -60499,14 +42547,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -60567,69 +42612,15 @@ operationGroups: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2513 - schema: - type: object - language: - default: &ref_2105 - name: EnvironmentVersionsClientGetOptions - description: EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method. - go: *ref_2105 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentVersionsClientGetOptions - language: - default: &ref_2106 - name: options - description: EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method. - go: *ref_2106 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2622 - type: object - properties: - - &ref_2108 - schema: *ref_857 - serializedName: EnvironmentVersionData - language: - default: &ref_2107 - name: EnvironmentVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2107 - protocol: {} - language: - default: &ref_2109 - name: EnvironmentVersionsClientGetResponse - description: EnvironmentVersionsClientGetResponse contains the response from method EnvironmentVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2108 - go: *ref_2109 - protocol: {} - summary: Get version. protocol: {} - operationId: EnvironmentVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2112 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1586 + schema: *ref_1214 implementation: Method required: true language: @@ -60637,14 +42628,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2113 + - &ref_1587 schema: *ref_1 implementation: Method required: true @@ -60653,15 +42640,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2114 - schema: *ref_1658 + - &ref_1588 + schema: *ref_1356 implementation: Method required: true language: @@ -60669,14 +42652,10 @@ operationGroups: name: name description: Name of EnvironmentVersion. This is case-sensitive. serializedName: name - go: - name: name - description: Name of EnvironmentVersion. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2115 + - &ref_1589 schema: *ref_9 implementation: Method required: true @@ -60685,33 +42664,26 @@ operationGroups: name: version description: Version of EnvironmentVersion. serializedName: version - go: - name: version - description: Version of EnvironmentVersion. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2111 + application/json: &ref_1585 parameters: - - &ref_2110 - schema: *ref_857 + - &ref_1584 + schema: *ref_784 implementation: Method required: true language: default: name: body description: Definition of EnvironmentVersion. - go: - name: body - description: Definition of EnvironmentVersion. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60720,22 +42692,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2110 + - *ref_1584 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version} @@ -60745,21 +42710,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2111 + - *ref_1585 signatureParameters: - - *ref_2112 - - *ref_2113 - - *ref_2114 - - *ref_2115 + - *ref_1586 + - *ref_1587 + - *ref_1588 + - *ref_1589 responses: - - schema: *ref_857 + - schema: *ref_784 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -60767,14 +42729,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_857 + - schema: *ref_784 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -60783,14 +42742,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -60910,72 +42866,11 @@ operationGroups: name: CreateOrUpdate description: Creates or updates an EnvironmentVersion. summary: Creates or updates an EnvironmentVersion. - go: - name: CreateOrUpdate - description: |- - Creates or updates an EnvironmentVersion. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2514 - schema: - type: object - language: - default: &ref_2116 - name: EnvironmentVersionsClientCreateOrUpdateOptions - description: EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method. - go: *ref_2116 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentVersionsClientCreateOrUpdateOptions - language: - default: &ref_2117 - name: options - description: EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method. - go: *ref_2117 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2623 - type: object - properties: - - &ref_2119 - schema: *ref_857 - serializedName: EnvironmentVersionData - language: - default: &ref_2118 - name: EnvironmentVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2118 - protocol: {} - language: - default: &ref_2120 - name: EnvironmentVersionsClientCreateOrUpdateResponse - description: EnvironmentVersionsClientCreateOrUpdateResponse contains the response from method EnvironmentVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2119 - go: *ref_2120 - protocol: {} - summary: Creates or updates an EnvironmentVersion. protocol: {} language: default: name: EnvironmentVersions description: '' - go: - name: EnvironmentVersions - description: '' - clientCtorName: NewEnvironmentVersionsClient - clientName: EnvironmentVersionsClient - clientParams: - - *ref_1298 protocol: {} - $key: Jobs operations: @@ -60983,10 +42878,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2130 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1590 + schema: *ref_1214 implementation: Method required: true language: @@ -60994,14 +42889,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2131 + - &ref_1591 schema: *ref_1 implementation: Method required: true @@ -61010,15 +42901,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_2122 + - *ref_1210 + - &ref_1592 schema: *ref_1 implementation: Method language: @@ -61026,120 +42913,67 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_2123 - schema: - type: object - language: - default: &ref_2121 - name: JobsClientListOptions - description: JobsClientListOptions contains the optional parameters for the JobsClient.NewListPager method. - go: *ref_2121 - protocol: {} - originalParameter: - - *ref_2122 - - &ref_2125 - schema: *ref_9 - implementation: Method - language: - default: - name: jobType - description: Type of job to be returned. - serializedName: jobType - go: - name: JobType - description: Type of job to be returned. - paramGroup: *ref_2123 - serializedName: jobType - protocol: - http: - in: query - - &ref_2126 - schema: *ref_9 - implementation: Method - language: - default: - name: tag - description: Jobs returned will have this tag key. - serializedName: tag - go: - name: Tag - description: Jobs returned will have this tag key. - paramGroup: *ref_2123 - serializedName: tag - protocol: - http: - in: query - - &ref_2127 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2123 - serializedName: listViewType - protocol: - http: - in: query - - &ref_2128 - schema: *ref_1992 - implementation: Method - language: - default: - name: scheduled - description: Indicator whether the job is scheduled job. - serializedName: scheduled - go: - name: Scheduled - description: Indicator whether the job is scheduled job. - paramGroup: *ref_2123 - serializedName: scheduled - protocol: - http: - in: query - - &ref_2129 - schema: *ref_9 - implementation: Method - language: - default: - name: scheduleId - description: The scheduled id for listing the job triggered from - serializedName: scheduleId - go: - name: ScheduleID - description: The scheduled id for listing the job triggered from - paramGroup: *ref_2123 - serializedName: scheduleId - protocol: - http: - in: query - required: false - serializedName: JobsClientListOptions - language: - default: &ref_2124 - name: options - description: JobsClientListOptions contains the optional parameters for the JobsClient.NewListPager method. - go: *ref_2124 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_2125 - - *ref_2126 - - *ref_2127 - - *ref_2128 - - *ref_2129 + - &ref_1593 + schema: *ref_9 + implementation: Method + language: + default: + name: jobType + description: Type of job to be returned. + serializedName: jobType + protocol: + http: + in: query + - &ref_1594 + schema: *ref_9 + implementation: Method + language: + default: + name: tag + description: Jobs returned will have this tag key. + serializedName: tag + protocol: + http: + in: query + - &ref_1595 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query + - &ref_1596 + schema: *ref_1524 + implementation: Method + language: + default: + name: scheduled + description: Indicator whether the job is scheduled job. + serializedName: scheduled + protocol: + http: + in: query + - &ref_1597 + schema: *ref_9 + implementation: Method + language: + default: + name: scheduleId + description: The scheduled id for listing the job triggered from + serializedName: scheduleId + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61148,10 +42982,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61160,32 +42990,26 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs method: get uri: '{$host}' signatureParameters: - - *ref_2130 - - *ref_2131 - - *ref_2122 - - *ref_2125 - - *ref_2126 - - *ref_2127 - - *ref_2128 - - *ref_2129 + - *ref_1590 + - *ref_1591 + - *ref_1592 + - *ref_1593 + - *ref_1594 + - *ref_1595 + - *ref_1596 + - *ref_1597 responses: - - schema: *ref_2132 + - schema: *ref_1598 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -61194,14 +43018,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -61515,52 +43336,15 @@ operationGroups: paging: nextLinkName: nextLink summary: Lists Jobs in the workspace. - go: - name: List - description: Lists Jobs in the workspace. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: *ref_2123 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2624 - type: object - properties: - - &ref_2134 - schema: *ref_2132 - serializedName: JobBaseResourceArmPaginatedResult - language: - default: &ref_2133 - name: JobBaseResourceArmPaginatedResult - description: A paginated list of JobBase entities. - byValue: true - embeddedType: true - go: *ref_2133 - protocol: {} - language: - default: &ref_2135 - name: JobsClientListResponse - description: JobsClientListResponse contains the response from method JobsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2134 - go: *ref_2135 - protocol: {} - summary: Lists Jobs in the workspace. protocol: {} - operationId: Jobs_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2136 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1599 + schema: *ref_1214 implementation: Method required: true language: @@ -61568,14 +43352,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2137 + - &ref_1600 schema: *ref_1 implementation: Method required: true @@ -61584,14 +43364,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2138 + - &ref_1601 schema: *ref_9 implementation: Method required: true @@ -61600,17 +43376,13 @@ operationGroups: name: id description: The name and identifier for the Job. This is case-sensitive. serializedName: id - go: - name: id - description: The name and identifier for the Job. This is case-sensitive. - serializedName: id protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61619,10 +43391,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61631,26 +43399,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id} method: delete uri: '{$host}' signatureParameters: - - *ref_2136 - - *ref_2137 - - *ref_2138 + - *ref_1599 + - *ref_1600 + - *ref_1601 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -61659,61 +43421,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2139 + - schema: *ref_1602 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_9 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2140 + - schema: *ref_1603 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -61741,71 +43485,15 @@ operationGroups: name: Delete description: Deletes a Job (asynchronous). summary: Deletes a Job (asynchronous). - go: - name: Delete - description: |- - Deletes a Job (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: &ref_2515 - schema: - type: object - language: - default: &ref_2141 - name: JobsClientBeginDeleteOptions - description: JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method. - go: *ref_2141 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2142 - name: string - description: '' - go: *ref_2142 - protocol: {} - language: - default: &ref_2143 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2143 - protocol: {} - required: false - serializedName: JobsClientBeginDeleteOptions - language: - default: &ref_2144 - name: options - description: JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method. - go: *ref_2144 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2625 - type: object - language: - default: &ref_2145 - name: JobsClientDeleteResponse - description: JobsClientDeleteResponse contains the response from method JobsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2145 - protocol: {} - summary: Deletes a Job (asynchronous). protocol: {} - operationId: Jobs_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2146 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1604 + schema: *ref_1214 implementation: Method required: true language: @@ -61813,14 +43501,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2147 + - &ref_1605 schema: *ref_1 implementation: Method required: true @@ -61829,14 +43513,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2148 + - &ref_1606 schema: *ref_16 implementation: Method required: true @@ -61845,17 +43525,13 @@ operationGroups: name: id description: The name and identifier for the Job. This is case-sensitive. serializedName: id - go: - name: id - description: The name and identifier for the Job. This is case-sensitive. - serializedName: id protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61864,10 +43540,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61876,27 +43548,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id} method: get uri: '{$host}' signatureParameters: - - *ref_2146 - - *ref_2147 - - *ref_2148 + - *ref_1604 + - *ref_1605 + - *ref_1606 responses: - - schema: *ref_858 + - schema: *ref_785 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -61905,14 +43571,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -62210,69 +43873,15 @@ operationGroups: name: Get description: Gets a Job by name/id. summary: Gets a Job by name/id. - go: - name: Get - description: |- - Gets a Job by name/id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: &ref_2516 - schema: - type: object - language: - default: &ref_2149 - name: JobsClientGetOptions - description: JobsClientGetOptions contains the optional parameters for the JobsClient.Get method. - go: *ref_2149 - protocol: {} - originalParameter: [] - required: false - serializedName: JobsClientGetOptions - language: - default: &ref_2150 - name: options - description: JobsClientGetOptions contains the optional parameters for the JobsClient.Get method. - go: *ref_2150 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2626 - type: object - properties: - - &ref_2152 - schema: *ref_858 - serializedName: JobBaseData - language: - default: &ref_2151 - name: JobBaseData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2151 - protocol: {} - language: - default: &ref_2153 - name: JobsClientGetResponse - description: JobsClientGetResponse contains the response from method JobsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2152 - go: *ref_2153 - protocol: {} - summary: Gets a Job by name/id. protocol: {} - operationId: Jobs_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2156 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1609 + schema: *ref_1214 implementation: Method required: true language: @@ -62280,14 +43889,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2157 + - &ref_1610 schema: *ref_1 implementation: Method required: true @@ -62296,15 +43901,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2158 - schema: *ref_1658 + - &ref_1611 + schema: *ref_1356 implementation: Method required: true language: @@ -62312,33 +43913,26 @@ operationGroups: name: id description: The name and identifier for the Job. This is case-sensitive. serializedName: id - go: - name: id - description: The name and identifier for the Job. This is case-sensitive. - serializedName: id protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2155 + application/json: &ref_1608 parameters: - - &ref_2154 - schema: *ref_858 + - &ref_1607 + schema: *ref_785 implementation: Method required: true language: default: name: body description: Job definition object. - go: - name: body - description: Job definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -62347,22 +43941,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2154 + - *ref_1607 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id} @@ -62372,20 +43959,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2155 + - *ref_1608 signatureParameters: - - *ref_2156 - - *ref_2157 - - *ref_2158 + - *ref_1609 + - *ref_1610 + - *ref_1611 responses: - - schema: *ref_858 + - schema: *ref_785 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -62393,14 +43977,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_858 + - schema: *ref_785 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -62409,14 +43990,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -63146,69 +44724,15 @@ operationGroups: name: CreateOrUpdate description: Creates and executes a Job. summary: Creates and executes a Job. - go: - name: CreateOrUpdate - description: |- - Creates and executes a Job. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: &ref_2517 - schema: - type: object - language: - default: &ref_2159 - name: JobsClientCreateOrUpdateOptions - description: JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method. - go: *ref_2159 - protocol: {} - originalParameter: [] - required: false - serializedName: JobsClientCreateOrUpdateOptions - language: - default: &ref_2160 - name: options - description: JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method. - go: *ref_2160 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2627 - type: object - properties: - - &ref_2162 - schema: *ref_858 - serializedName: JobBaseData - language: - default: &ref_2161 - name: JobBaseData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2161 - protocol: {} - language: - default: &ref_2163 - name: JobsClientCreateOrUpdateResponse - description: JobsClientCreateOrUpdateResponse contains the response from method JobsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2162 - go: *ref_2163 - protocol: {} - summary: Creates and executes a Job. protocol: {} - operationId: Jobs_Cancel apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2164 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1612 + schema: *ref_1214 implementation: Method required: true language: @@ -63216,14 +44740,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2165 + - &ref_1613 schema: *ref_1 implementation: Method required: true @@ -63232,14 +44752,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2166 + - &ref_1614 schema: *ref_16 implementation: Method required: true @@ -63248,17 +44764,13 @@ operationGroups: name: id description: The name and identifier for the Job. This is case-sensitive. serializedName: id - go: - name: id - description: The name and identifier for the Job. This is case-sensitive. - serializedName: id protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63267,10 +44779,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -63279,39 +44787,30 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}/cancel method: post uri: '{$host}' signatureParameters: - - *ref_2164 - - *ref_2165 - - *ref_2166 + - *ref_1612 + - *ref_1613 + - *ref_1614 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -63336,58 +44835,11 @@ operationGroups: name: Cancel description: Cancels a Job. summary: Cancels a Job. - go: - name: Cancel - description: |- - Cancels a Job. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: &ref_2518 - schema: - type: object - language: - default: &ref_2167 - name: JobsClientCancelOptions - description: JobsClientCancelOptions contains the optional parameters for the JobsClient.Cancel method. - go: *ref_2167 - protocol: {} - originalParameter: [] - required: false - serializedName: JobsClientCancelOptions - language: - default: &ref_2168 - name: options - description: JobsClientCancelOptions contains the optional parameters for the JobsClient.Cancel method. - go: *ref_2168 - protocol: {} - protocolNaming: - internalMethod: cancel - requestMethod: cancelCreateRequest - responseMethod: cancelHandleResponse - responseEnv: &ref_2628 - type: object - language: - default: &ref_2169 - name: JobsClientCancelResponse - description: JobsClientCancelResponse contains the response from method JobsClient.Cancel. - responseType: true - go: *ref_2169 - protocol: {} - summary: Cancels a Job. protocol: {} language: default: name: Jobs description: '' - go: - name: Jobs - description: '' - clientCtorName: NewJobsClient - clientName: JobsClient - clientParams: - - *ref_1298 protocol: {} - $key: ModelContainers operations: @@ -63395,10 +44847,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2176 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1615 + schema: *ref_1214 implementation: Method required: true language: @@ -63406,14 +44858,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2177 + - &ref_1616 schema: *ref_1 implementation: Method required: true @@ -63422,15 +44870,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_2171 + - *ref_1210 + - &ref_1617 schema: *ref_1 implementation: Method language: @@ -63438,69 +44882,34 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_2172 - schema: - type: object - language: - default: &ref_2170 - name: ModelContainersClientListOptions - description: ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.NewListPager method. - go: *ref_2170 - protocol: {} - originalParameter: - - *ref_2171 - - &ref_2174 - schema: *ref_18 - implementation: Method - language: - default: - name: count - description: Maximum number of results to return. - serializedName: count - go: - name: Count - description: Maximum number of results to return. - paramGroup: *ref_2172 - serializedName: count - protocol: - http: - in: query - - &ref_2175 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2172 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: ModelContainersClientListOptions - language: - default: &ref_2173 - name: options - description: ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.NewListPager method. - go: *ref_2173 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_2174 - - *ref_2175 + - &ref_1618 + schema: *ref_18 + implementation: Method + language: + default: + name: count + description: Maximum number of results to return. + serializedName: count + protocol: + http: + in: query + - &ref_1619 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63509,10 +44918,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -63521,29 +44926,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models method: get uri: '{$host}' signatureParameters: - - *ref_2176 - - *ref_2177 - - *ref_2171 - - *ref_2174 - - *ref_2175 + - *ref_1615 + - *ref_1616 + - *ref_1617 + - *ref_1618 + - *ref_1619 responses: - - schema: *ref_2178 + - schema: *ref_1620 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -63552,14 +44951,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -63606,52 +45002,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List model containers. - go: - name: List - description: List model containers. - azureARM: true - clientName: ModelContainersClient - openApiType: arm - optionalParamGroup: *ref_2172 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2629 - type: object - properties: - - &ref_2180 - schema: *ref_2178 - serializedName: ModelContainerResourceArmPaginatedResult - language: - default: &ref_2179 - name: ModelContainerResourceArmPaginatedResult - description: A paginated list of ModelContainer entities. - byValue: true - embeddedType: true - go: *ref_2179 - protocol: {} - language: - default: &ref_2181 - name: ModelContainersClientListResponse - description: ModelContainersClientListResponse contains the response from method ModelContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2180 - go: *ref_2181 - protocol: {} - summary: List model containers. protocol: {} - operationId: ModelContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2182 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1621 + schema: *ref_1214 implementation: Method required: true language: @@ -63659,14 +45018,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2183 + - &ref_1622 schema: *ref_1 implementation: Method required: true @@ -63675,14 +45030,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2184 + - &ref_1623 schema: *ref_16 implementation: Method required: true @@ -63691,17 +45042,13 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63710,10 +45057,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -63722,26 +45065,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_2182 - - *ref_2183 - - *ref_2184 + - *ref_1621 + - *ref_1622 + - *ref_1623 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -63750,22 +45087,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -63791,55 +45122,15 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelContainersClient - openApiType: arm - optionalParamGroup: &ref_2519 - schema: - type: object - language: - default: &ref_2185 - name: ModelContainersClientDeleteOptions - description: ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method. - go: *ref_2185 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelContainersClientDeleteOptions - language: - default: &ref_2186 - name: options - description: ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method. - go: *ref_2186 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2630 - type: object - language: - default: &ref_2187 - name: ModelContainersClientDeleteResponse - description: ModelContainersClientDeleteResponse contains the response from method ModelContainersClient.Delete. - responseType: true - go: *ref_2187 - protocol: {} - summary: Delete container. protocol: {} - operationId: ModelContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2188 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1624 + schema: *ref_1214 implementation: Method required: true language: @@ -63847,14 +45138,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2189 + - &ref_1625 schema: *ref_1 implementation: Method required: true @@ -63863,14 +45150,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2190 + - &ref_1626 schema: *ref_16 implementation: Method required: true @@ -63879,17 +45162,13 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63898,10 +45177,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -63910,27 +45185,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name} method: get uri: '{$host}' signatureParameters: - - *ref_2188 - - *ref_2189 - - *ref_2190 + - *ref_1624 + - *ref_1625 + - *ref_1626 responses: - - schema: *ref_859 + - schema: *ref_786 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -63939,14 +45208,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -63987,69 +45253,15 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelContainersClient - openApiType: arm - optionalParamGroup: &ref_2520 - schema: - type: object - language: - default: &ref_2191 - name: ModelContainersClientGetOptions - description: ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method. - go: *ref_2191 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelContainersClientGetOptions - language: - default: &ref_2192 - name: options - description: ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method. - go: *ref_2192 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2631 - type: object - properties: - - &ref_2194 - schema: *ref_859 - serializedName: ModelContainerData - language: - default: &ref_2193 - name: ModelContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2193 - protocol: {} - language: - default: &ref_2195 - name: ModelContainersClientGetResponse - description: ModelContainersClientGetResponse contains the response from method ModelContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2194 - go: *ref_2195 - protocol: {} - summary: Get container. protocol: {} - operationId: ModelContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2198 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1629 + schema: *ref_1214 implementation: Method required: true language: @@ -64057,14 +45269,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2199 + - &ref_1630 schema: *ref_1 implementation: Method required: true @@ -64073,15 +45281,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2200 - schema: *ref_1658 + - &ref_1631 + schema: *ref_1356 implementation: Method required: true language: @@ -64089,33 +45293,26 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2197 + application/json: &ref_1628 parameters: - - &ref_2196 - schema: *ref_859 + - &ref_1627 + schema: *ref_786 implementation: Method required: true language: default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64124,22 +45321,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2196 + - *ref_1627 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name} @@ -64149,20 +45339,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2197 + - *ref_1628 signatureParameters: - - *ref_2198 - - *ref_2199 - - *ref_2200 + - *ref_1629 + - *ref_1630 + - *ref_1631 responses: - - schema: *ref_859 + - schema: *ref_786 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -64170,14 +45357,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_859 + - schema: *ref_786 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -64186,14 +45370,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -64257,72 +45438,11 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelContainersClient - openApiType: arm - optionalParamGroup: &ref_2521 - schema: - type: object - language: - default: &ref_2201 - name: ModelContainersClientCreateOrUpdateOptions - description: ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method. - go: *ref_2201 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelContainersClientCreateOrUpdateOptions - language: - default: &ref_2202 - name: options - description: ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method. - go: *ref_2202 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2632 - type: object - properties: - - &ref_2204 - schema: *ref_859 - serializedName: ModelContainerData - language: - default: &ref_2203 - name: ModelContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2203 - protocol: {} - language: - default: &ref_2205 - name: ModelContainersClientCreateOrUpdateResponse - description: ModelContainersClientCreateOrUpdateResponse contains the response from method ModelContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2204 - go: *ref_2205 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: ModelContainers description: '' - go: - name: ModelContainers - description: '' - clientCtorName: NewModelContainersClient - clientName: ModelContainersClient - clientParams: - - *ref_1298 protocol: {} - $key: ModelVersions operations: @@ -64330,10 +45450,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2219 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1632 + schema: *ref_1214 implementation: Method required: true language: @@ -64341,14 +45461,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2220 + - &ref_1633 schema: *ref_1 implementation: Method required: true @@ -64357,14 +45473,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2221 + - &ref_1634 schema: *ref_16 implementation: Method required: true @@ -64373,15 +45485,11 @@ operationGroups: name: name description: Model name. This is case-sensitive. serializedName: name - go: - name: name - description: Model name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_2207 + - *ref_1210 + - &ref_1635 schema: *ref_1 implementation: Method language: @@ -64389,188 +45497,111 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_2208 - schema: - type: object - language: - default: &ref_2206 - name: ModelVersionsClientListOptions - description: ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.NewListPager method. - go: *ref_2206 - protocol: {} - originalParameter: - - *ref_2207 - - &ref_2210 - schema: *ref_16 - implementation: Method - language: - default: - name: orderBy - description: Ordering of list. - serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: *ref_2208 - serializedName: $orderBy - protocol: - http: - in: query - - &ref_2211 - schema: *ref_18 - implementation: Method - language: - default: - name: top - description: Maximum number of records to return. - serializedName: $top - go: - name: Top - description: Maximum number of records to return. - paramGroup: *ref_2208 - serializedName: $top - protocol: - http: - in: query - - &ref_2212 - schema: *ref_16 - implementation: Method - language: - default: - name: version - description: Model version. - serializedName: version - go: - name: Version - description: Model version. - paramGroup: *ref_2208 - serializedName: version - protocol: - http: - in: query - - &ref_2213 - schema: *ref_16 - implementation: Method - language: - default: - name: description - description: Model description. - serializedName: description - go: - name: Description - description: Model description. - paramGroup: *ref_2208 - serializedName: description - protocol: - http: - in: query - - &ref_2214 - schema: *ref_18 - implementation: Method - language: - default: - name: offset - description: Number of initial results to skip. - serializedName: offset - go: - name: Offset - description: Number of initial results to skip. - paramGroup: *ref_2208 - serializedName: offset - protocol: - http: - in: query - - &ref_2215 - schema: *ref_16 - implementation: Method - language: - default: - name: tags - description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - serializedName: tags - go: - name: Tags - description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - paramGroup: *ref_2208 - serializedName: tags - protocol: - http: - in: query - - &ref_2216 - schema: *ref_16 - implementation: Method - language: - default: - name: properties - description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' - serializedName: properties - go: - name: Properties - description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' - paramGroup: *ref_2208 - serializedName: properties - protocol: - http: - in: query - - &ref_2217 - schema: *ref_16 - implementation: Method - language: - default: - name: feed - description: Name of the feed. - serializedName: feed - go: - name: Feed - description: Name of the feed. - paramGroup: *ref_2208 - serializedName: feed - protocol: - http: - in: query - - &ref_2218 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2208 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: ModelVersionsClientListOptions - language: - default: &ref_2209 - name: options - description: ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.NewListPager method. - go: *ref_2209 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_2210 - - *ref_2211 - - *ref_2212 - - *ref_2213 - - *ref_2214 - - *ref_2215 - - *ref_2216 - - *ref_2217 - - *ref_2218 + - &ref_1636 + schema: *ref_16 + implementation: Method + language: + default: + name: orderBy + description: Ordering of list. + serializedName: $orderBy + protocol: + http: + in: query + - &ref_1637 + schema: *ref_18 + implementation: Method + language: + default: + name: top + description: Maximum number of records to return. + serializedName: $top + protocol: + http: + in: query + - &ref_1638 + schema: *ref_16 + implementation: Method + language: + default: + name: version + description: Model version. + serializedName: version + protocol: + http: + in: query + - &ref_1639 + schema: *ref_16 + implementation: Method + language: + default: + name: description + description: Model description. + serializedName: description + protocol: + http: + in: query + - &ref_1640 + schema: *ref_18 + implementation: Method + language: + default: + name: offset + description: Number of initial results to skip. + serializedName: offset + protocol: + http: + in: query + - &ref_1641 + schema: *ref_16 + implementation: Method + language: + default: + name: tags + description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' + serializedName: tags + protocol: + http: + in: query + - &ref_1642 + schema: *ref_16 + implementation: Method + language: + default: + name: properties + description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' + serializedName: properties + protocol: + http: + in: query + - &ref_1643 + schema: *ref_16 + implementation: Method + language: + default: + name: feed + description: Name of the feed. + serializedName: feed + protocol: + http: + in: query + - &ref_1644 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64579,10 +45610,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -64591,37 +45618,31 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_2219 - - *ref_2220 - - *ref_2221 - - *ref_2207 - - *ref_2210 - - *ref_2211 - - *ref_2212 - - *ref_2213 - - *ref_2214 - - *ref_2215 - - *ref_2216 - - *ref_2217 - - *ref_2218 + - *ref_1632 + - *ref_1633 + - *ref_1634 + - *ref_1635 + - *ref_1636 + - *ref_1637 + - *ref_1638 + - *ref_1639 + - *ref_1640 + - *ref_1641 + - *ref_1642 + - *ref_1643 + - *ref_1644 responses: - - schema: *ref_2222 + - schema: *ref_1645 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -64630,14 +45651,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -64701,52 +45719,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List model versions. - go: - name: List - description: List model versions. - azureARM: true - clientName: ModelVersionsClient - openApiType: arm - optionalParamGroup: *ref_2208 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2633 - type: object - properties: - - &ref_2224 - schema: *ref_2222 - serializedName: ModelVersionResourceArmPaginatedResult - language: - default: &ref_2223 - name: ModelVersionResourceArmPaginatedResult - description: A paginated list of ModelVersion entities. - byValue: true - embeddedType: true - go: *ref_2223 - protocol: {} - language: - default: &ref_2225 - name: ModelVersionsClientListResponse - description: ModelVersionsClientListResponse contains the response from method ModelVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2224 - go: *ref_2225 - protocol: {} - summary: List model versions. protocol: {} - operationId: ModelVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2226 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1646 + schema: *ref_1214 implementation: Method required: true language: @@ -64754,14 +45735,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2227 + - &ref_1647 schema: *ref_1 implementation: Method required: true @@ -64770,14 +45747,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2228 + - &ref_1648 schema: *ref_16 implementation: Method required: true @@ -64786,14 +45759,10 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2229 + - &ref_1649 schema: *ref_16 implementation: Method required: true @@ -64802,17 +45771,13 @@ operationGroups: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64821,10 +45786,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -64833,27 +45794,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_2226 - - *ref_2227 - - *ref_2228 - - *ref_2229 + - *ref_1646 + - *ref_1647 + - *ref_1648 + - *ref_1649 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -64862,22 +45817,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -64904,55 +45853,15 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelVersionsClient - openApiType: arm - optionalParamGroup: &ref_2522 - schema: - type: object - language: - default: &ref_2230 - name: ModelVersionsClientDeleteOptions - description: ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method. - go: *ref_2230 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelVersionsClientDeleteOptions - language: - default: &ref_2231 - name: options - description: ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method. - go: *ref_2231 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2634 - type: object - language: - default: &ref_2232 - name: ModelVersionsClientDeleteResponse - description: ModelVersionsClientDeleteResponse contains the response from method ModelVersionsClient.Delete. - responseType: true - go: *ref_2232 - protocol: {} - summary: Delete version. protocol: {} - operationId: ModelVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2233 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1650 + schema: *ref_1214 implementation: Method required: true language: @@ -64960,14 +45869,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2234 + - &ref_1651 schema: *ref_1 implementation: Method required: true @@ -64976,14 +45881,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2235 + - &ref_1652 schema: *ref_16 implementation: Method required: true @@ -64992,14 +45893,10 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2236 + - &ref_1653 schema: *ref_16 implementation: Method required: true @@ -65008,17 +45905,13 @@ operationGroups: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65027,10 +45920,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -65039,28 +45928,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_2233 - - *ref_2234 - - *ref_2235 - - *ref_2236 + - *ref_1650 + - *ref_1651 + - *ref_1652 + - *ref_1653 responses: - - schema: *ref_860 + - schema: *ref_787 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -65069,14 +45952,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -65127,69 +46007,15 @@ operationGroups: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelVersionsClient - openApiType: arm - optionalParamGroup: &ref_2523 - schema: - type: object - language: - default: &ref_2237 - name: ModelVersionsClientGetOptions - description: ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method. - go: *ref_2237 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelVersionsClientGetOptions - language: - default: &ref_2238 - name: options - description: ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method. - go: *ref_2238 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2635 - type: object - properties: - - &ref_2240 - schema: *ref_860 - serializedName: ModelVersionData - language: - default: &ref_2239 - name: ModelVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2239 - protocol: {} - language: - default: &ref_2241 - name: ModelVersionsClientGetResponse - description: ModelVersionsClientGetResponse contains the response from method ModelVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2240 - go: *ref_2241 - protocol: {} - summary: Get version. protocol: {} - operationId: ModelVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2244 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1656 + schema: *ref_1214 implementation: Method required: true language: @@ -65197,14 +46023,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2245 + - &ref_1657 schema: *ref_1 implementation: Method required: true @@ -65213,15 +46035,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2246 - schema: *ref_1658 + - &ref_1658 + schema: *ref_1356 implementation: Method required: true language: @@ -65229,14 +46047,10 @@ operationGroups: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2247 + - &ref_1659 schema: *ref_16 implementation: Method required: true @@ -65245,33 +46059,26 @@ operationGroups: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2243 + application/json: &ref_1655 parameters: - - &ref_2242 - schema: *ref_860 + - &ref_1654 + schema: *ref_787 implementation: Method required: true language: default: name: body description: Version entity to create or update. - go: - name: body - description: Version entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65280,22 +46087,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2242 + - *ref_1654 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version} @@ -65305,21 +46105,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2243 + - *ref_1655 signatureParameters: - - *ref_2244 - - *ref_2245 - - *ref_2246 - - *ref_2247 + - *ref_1656 + - *ref_1657 + - *ref_1658 + - *ref_1659 responses: - - schema: *ref_860 + - schema: *ref_787 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -65327,14 +46124,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_860 + - schema: *ref_787 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -65343,14 +46137,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -65441,72 +46232,11 @@ operationGroups: name: CreateOrUpdate description: Create or update version. summary: Create or update version. - go: - name: CreateOrUpdate - description: |- - Create or update version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelVersionsClient - openApiType: arm - optionalParamGroup: &ref_2524 - schema: - type: object - language: - default: &ref_2248 - name: ModelVersionsClientCreateOrUpdateOptions - description: ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method. - go: *ref_2248 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelVersionsClientCreateOrUpdateOptions - language: - default: &ref_2249 - name: options - description: ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method. - go: *ref_2249 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2636 - type: object - properties: - - &ref_2251 - schema: *ref_860 - serializedName: ModelVersionData - language: - default: &ref_2250 - name: ModelVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2250 - protocol: {} - language: - default: &ref_2252 - name: ModelVersionsClientCreateOrUpdateResponse - description: ModelVersionsClientCreateOrUpdateResponse contains the response from method ModelVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2251 - go: *ref_2252 - protocol: {} - summary: Create or update version. protocol: {} language: default: name: ModelVersions description: '' - go: - name: ModelVersions - description: '' - clientCtorName: NewModelVersionsClient - clientName: ModelVersionsClient - clientParams: - - *ref_1298 protocol: {} - $key: OnlineEndpoints operations: @@ -65514,10 +46244,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2264 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1661 + schema: *ref_1214 implementation: Method required: true language: @@ -65525,14 +46255,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2265 + - &ref_1662 schema: *ref_1 implementation: Method required: true @@ -65541,15 +46267,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_2254 + - *ref_1210 + - &ref_1663 schema: *ref_16 implementation: Method language: @@ -65557,137 +46279,78 @@ operationGroups: name: name description: Name of the endpoint. serializedName: name - go: - name: Name - description: Name of the endpoint. - paramGroup: &ref_2255 - schema: - type: object - language: - default: &ref_2253 - name: OnlineEndpointsClientListOptions - description: OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.NewListPager method. - go: *ref_2253 - protocol: {} - originalParameter: - - *ref_2254 - - &ref_2258 - schema: *ref_18 - implementation: Method - language: - default: - name: count - description: Number of endpoints to be retrieved in a page of results. - serializedName: count - go: - name: Count - description: Number of endpoints to be retrieved in a page of results. - paramGroup: *ref_2255 - serializedName: count - protocol: - http: - in: query - - &ref_2259 - schema: *ref_318 - implementation: Method - language: - default: - name: computeType - description: EndpointComputeType to be filtered by. - serializedName: computeType - go: - name: ComputeType - description: EndpointComputeType to be filtered by. - paramGroup: *ref_2255 - serializedName: computeType - protocol: - http: - in: query - - &ref_2260 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_2255 - serializedName: $skip - protocol: - http: - in: query - - &ref_2261 - schema: *ref_16 - implementation: Method - language: - default: - name: tags - description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' - serializedName: tags - go: - name: Tags - description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' - paramGroup: *ref_2255 - serializedName: tags - protocol: - http: - in: query - - &ref_2262 - schema: *ref_16 - implementation: Method - language: - default: - name: properties - description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' - serializedName: properties - go: - name: Properties - description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' - paramGroup: *ref_2255 - serializedName: properties - protocol: - http: - in: query - - &ref_2263 - schema: *ref_2256 - implementation: Method - language: - default: - name: orderBy - description: The option to order the response. - serializedName: orderBy - go: - name: OrderBy - description: The option to order the response. - paramGroup: *ref_2255 - serializedName: orderBy - protocol: - http: - in: query - required: false - serializedName: OnlineEndpointsClientListOptions - language: - default: &ref_2257 - name: options - description: OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.NewListPager method. - go: *ref_2257 - protocol: {} - serializedName: name protocol: http: in: query - - *ref_2258 - - *ref_2259 - - *ref_2260 - - *ref_2261 - - *ref_2262 - - *ref_2263 + - &ref_1664 + schema: *ref_18 + implementation: Method + language: + default: + name: count + description: Number of endpoints to be retrieved in a page of results. + serializedName: count + protocol: + http: + in: query + - &ref_1665 + schema: *ref_306 + implementation: Method + language: + default: + name: computeType + description: EndpointComputeType to be filtered by. + serializedName: computeType + protocol: + http: + in: query + - &ref_1666 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query + - &ref_1667 + schema: *ref_16 + implementation: Method + language: + default: + name: tags + description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' + serializedName: tags + protocol: + http: + in: query + - &ref_1668 + schema: *ref_16 + implementation: Method + language: + default: + name: properties + description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' + serializedName: properties + protocol: + http: + in: query + - &ref_1669 + schema: *ref_1660 + implementation: Method + language: + default: + name: orderBy + description: The option to order the response. + serializedName: orderBy + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65696,10 +46359,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -65708,33 +46367,27 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints method: get uri: '{$host}' signatureParameters: - - *ref_2264 - - *ref_2265 - - *ref_2254 - - *ref_2258 - - *ref_2259 - - *ref_2260 - - *ref_2261 - - *ref_2262 - - *ref_2263 + - *ref_1661 + - *ref_1662 + - *ref_1663 + - *ref_1664 + - *ref_1665 + - *ref_1666 + - *ref_1667 + - *ref_1668 + - *ref_1669 responses: - - schema: *ref_2266 + - schema: *ref_1670 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -65743,14 +46396,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -65827,52 +46477,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List Online Endpoints. - go: - name: List - description: List Online Endpoints. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: *ref_2255 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2637 - type: object - properties: - - &ref_2268 - schema: *ref_2266 - serializedName: OnlineEndpointTrackedResourceArmPaginatedResult - language: - default: &ref_2267 - name: OnlineEndpointTrackedResourceArmPaginatedResult - description: A paginated list of OnlineEndpoint entities. - byValue: true - embeddedType: true - go: *ref_2267 - protocol: {} - language: - default: &ref_2269 - name: OnlineEndpointsClientListResponse - description: OnlineEndpointsClientListResponse contains the response from method OnlineEndpointsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2268 - go: *ref_2269 - protocol: {} - summary: List Online Endpoints. protocol: {} - operationId: OnlineEndpoints_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2270 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1671 + schema: *ref_1214 implementation: Method required: true language: @@ -65880,14 +46493,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2271 + - &ref_1672 schema: *ref_1 implementation: Method required: true @@ -65896,14 +46505,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2272 + - &ref_1673 schema: *ref_16 implementation: Method required: true @@ -65912,17 +46517,13 @@ operationGroups: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65931,10 +46532,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -65943,26 +46540,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName} method: delete uri: '{$host}' signatureParameters: - - *ref_2270 - - *ref_2271 - - *ref_2272 + - *ref_1671 + - *ref_1672 + - *ref_1673 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -65971,61 +46562,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2273 + - schema: *ref_1674 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_16 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2274 + - schema: *ref_1675 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -66053,71 +46626,15 @@ operationGroups: name: Delete description: Delete Online Endpoint (asynchronous). summary: Delete Online Endpoint (asynchronous). - go: - name: Delete - description: |- - Delete Online Endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2525 - schema: - type: object - language: - default: &ref_2275 - name: OnlineEndpointsClientBeginDeleteOptions - description: OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method. - go: *ref_2275 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2276 - name: string - description: '' - go: *ref_2276 - protocol: {} - language: - default: &ref_2277 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2277 - protocol: {} - required: false - serializedName: OnlineEndpointsClientBeginDeleteOptions - language: - default: &ref_2278 - name: options - description: OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method. - go: *ref_2278 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2638 - type: object - language: - default: &ref_2279 - name: OnlineEndpointsClientDeleteResponse - description: OnlineEndpointsClientDeleteResponse contains the response from method OnlineEndpointsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2279 - protocol: {} - summary: Delete Online Endpoint (asynchronous). protocol: {} - operationId: OnlineEndpoints_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2280 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1676 + schema: *ref_1214 implementation: Method required: true language: @@ -66125,14 +46642,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2281 + - &ref_1677 schema: *ref_1 implementation: Method required: true @@ -66141,14 +46654,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2282 + - &ref_1678 schema: *ref_19 implementation: Method required: true @@ -66157,17 +46666,13 @@ operationGroups: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66176,10 +46681,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -66188,27 +46689,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName} method: get uri: '{$host}' signatureParameters: - - *ref_2280 - - *ref_2281 - - *ref_2282 + - *ref_1676 + - *ref_1677 + - *ref_1678 responses: - - schema: *ref_388 + - schema: *ref_366 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -66217,14 +46712,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -66289,69 +46781,15 @@ operationGroups: name: Get description: Get Online Endpoint. summary: Get Online Endpoint. - go: - name: Get - description: |- - Get Online Endpoint. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2526 - schema: - type: object - language: - default: &ref_2283 - name: OnlineEndpointsClientGetOptions - description: OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method. - go: *ref_2283 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineEndpointsClientGetOptions - language: - default: &ref_2284 - name: options - description: OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method. - go: *ref_2284 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2639 - type: object - properties: - - &ref_2286 - schema: *ref_388 - serializedName: OnlineEndpointData - language: - default: &ref_2285 - name: OnlineEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_2285 - protocol: {} - language: - default: &ref_2287 - name: OnlineEndpointsClientGetResponse - description: OnlineEndpointsClientGetResponse contains the response from method OnlineEndpointsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2286 - go: *ref_2287 - protocol: {} - summary: Get Online Endpoint. protocol: {} - operationId: OnlineEndpoints_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2291 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1682 + schema: *ref_1214 implementation: Method required: true language: @@ -66359,14 +46797,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2292 + - &ref_1683 schema: *ref_1 implementation: Method required: true @@ -66375,14 +46809,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2293 + - &ref_1684 schema: *ref_19 implementation: Method required: true @@ -66391,33 +46821,26 @@ operationGroups: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2290 + application/json: &ref_1681 parameters: - - &ref_2289 - schema: *ref_2288 + - &ref_1680 + schema: *ref_1679 implementation: Method required: true language: default: name: body description: Online Endpoint entity to apply during operation. - go: - name: body - description: Online Endpoint entity to apply during operation. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66426,22 +46849,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2289 + - *ref_1680 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName} @@ -66451,20 +46867,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2290 + - *ref_1681 signatureParameters: - - *ref_2291 - - *ref_2292 - - *ref_2293 + - *ref_1682 + - *ref_1683 + - *ref_1684 responses: - - schema: *ref_388 + - schema: *ref_366 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -66476,50 +46889,35 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2294 + - schema: *ref_1685 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_19 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2295 + - schema: *ref_1686 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -66603,85 +47001,15 @@ operationGroups: name: Update description: Update Online Endpoint (asynchronous). summary: Update Online Endpoint (asynchronous). - go: - name: Update - description: |- - Update Online Endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2527 - schema: - type: object - language: - default: &ref_2296 - name: OnlineEndpointsClientBeginUpdateOptions - description: OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method. - go: *ref_2296 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2297 - name: string - description: '' - go: *ref_2297 - protocol: {} - language: - default: &ref_2298 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2298 - protocol: {} - required: false - serializedName: OnlineEndpointsClientBeginUpdateOptions - language: - default: &ref_2299 - name: options - description: OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method. - go: *ref_2299 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2640 - type: object - properties: - - &ref_2301 - schema: *ref_388 - serializedName: OnlineEndpointData - language: - default: &ref_2300 - name: OnlineEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_2300 - protocol: {} - language: - default: &ref_2302 - name: OnlineEndpointsClientUpdateResponse - description: OnlineEndpointsClientUpdateResponse contains the response from method OnlineEndpointsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2301 - go: *ref_2302 - protocol: {} - summary: Update Online Endpoint (asynchronous). protocol: {} - operationId: OnlineEndpoints_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2305 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1689 + schema: *ref_1214 implementation: Method required: true language: @@ -66689,14 +47017,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2306 + - &ref_1690 schema: *ref_1 implementation: Method required: true @@ -66705,15 +47029,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2307 - schema: *ref_1658 + - &ref_1691 + schema: *ref_1356 implementation: Method required: true language: @@ -66721,33 +47041,26 @@ operationGroups: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2304 + application/json: &ref_1688 parameters: - - &ref_2303 - schema: *ref_388 + - &ref_1687 + schema: *ref_366 implementation: Method required: true language: default: name: body description: Online Endpoint entity to apply during operation. - go: - name: body - description: Online Endpoint entity to apply during operation. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66756,22 +47069,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2303 + - *ref_1687 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName} @@ -66781,20 +47087,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2304 + - *ref_1688 signatureParameters: - - *ref_2305 - - *ref_2306 - - *ref_2307 + - *ref_1689 + - *ref_1690 + - *ref_1691 responses: - - schema: *ref_388 + - schema: *ref_366 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -66802,49 +47105,37 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_388 + - schema: *ref_366 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: headers: - - schema: *ref_2308 + - schema: *ref_1692 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2309 + - schema: *ref_1693 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -66973,85 +47264,15 @@ operationGroups: name: CreateOrUpdate description: Create or update Online Endpoint (asynchronous). summary: Create or update Online Endpoint (asynchronous). - go: - name: CreateOrUpdate - description: |- - Create or update Online Endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2528 - schema: - type: object - language: - default: &ref_2310 - name: OnlineEndpointsClientBeginCreateOrUpdateOptions - description: OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method. - go: *ref_2310 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2311 - name: string - description: '' - go: *ref_2311 - protocol: {} - language: - default: &ref_2312 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2312 - protocol: {} - required: false - serializedName: OnlineEndpointsClientBeginCreateOrUpdateOptions - language: - default: &ref_2313 - name: options - description: OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method. - go: *ref_2313 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2641 - type: object - properties: - - &ref_2315 - schema: *ref_388 - serializedName: OnlineEndpointData - language: - default: &ref_2314 - name: OnlineEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_2314 - protocol: {} - language: - default: &ref_2316 - name: OnlineEndpointsClientCreateOrUpdateResponse - description: OnlineEndpointsClientCreateOrUpdateResponse contains the response from method OnlineEndpointsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2315 - go: *ref_2316 - protocol: {} - summary: Create or update Online Endpoint (asynchronous). protocol: {} - operationId: OnlineEndpoints_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2318 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1695 + schema: *ref_1214 implementation: Method required: true language: @@ -67059,14 +47280,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2319 + - &ref_1696 schema: *ref_1 implementation: Method required: true @@ -67075,15 +47292,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2320 - schema: *ref_2317 + - &ref_1697 + schema: *ref_1694 implementation: Method required: true language: @@ -67091,17 +47304,13 @@ operationGroups: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67110,10 +47319,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67122,27 +47327,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/listKeys method: post uri: '{$host}' signatureParameters: - - *ref_2318 - - *ref_2319 - - *ref_2320 + - *ref_1695 + - *ref_1696 + - *ref_1697 responses: - - schema: *ref_1050 + - schema: *ref_976 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -67151,14 +47350,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -67187,69 +47383,15 @@ operationGroups: name: ListKeys description: List EndpointAuthKeys for an Endpoint using Key-based authentication. summary: List EndpointAuthKeys for an Endpoint using Key-based authentication. - go: - name: ListKeys - description: |- - List EndpointAuthKeys for an Endpoint using Key-based authentication. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2529 - schema: - type: object - language: - default: &ref_2321 - name: OnlineEndpointsClientListKeysOptions - description: OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method. - go: *ref_2321 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineEndpointsClientListKeysOptions - language: - default: &ref_2322 - name: options - description: OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method. - go: *ref_2322 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_2642 - type: object - properties: - - &ref_2324 - schema: *ref_1050 - serializedName: EndpointAuthKeys - language: - default: &ref_2323 - name: EndpointAuthKeys - description: Keys for endpoint authentication. - byValue: true - embeddedType: true - go: *ref_2323 - protocol: {} - language: - default: &ref_2325 - name: OnlineEndpointsClientListKeysResponse - description: OnlineEndpointsClientListKeysResponse contains the response from method OnlineEndpointsClient.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_2324 - go: *ref_2325 - protocol: {} - summary: List EndpointAuthKeys for an Endpoint using Key-based authentication. protocol: {} - operationId: OnlineEndpoints_RegenerateKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2329 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1701 + schema: *ref_1214 implementation: Method required: true language: @@ -67257,14 +47399,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2330 + - &ref_1702 schema: *ref_1 implementation: Method required: true @@ -67273,15 +47411,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2331 - schema: *ref_2317 + - &ref_1703 + schema: *ref_1694 implementation: Method required: true language: @@ -67289,33 +47423,26 @@ operationGroups: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2328 + application/json: &ref_1700 parameters: - - &ref_2327 - schema: *ref_2326 + - &ref_1699 + schema: *ref_1698 implementation: Method required: true language: default: name: body description: RegenerateKeys request . - go: - name: body - description: RegenerateKeys request . protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67324,22 +47451,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2327 + - *ref_1699 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/regenerateKeys @@ -67349,19 +47469,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2328 + - *ref_1700 signatureParameters: - - *ref_2329 - - *ref_2330 - - *ref_2331 + - *ref_1701 + - *ref_1702 + - *ref_1703 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -67370,41 +47487,29 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2317 + - schema: *ref_1694 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2332 + - schema: *ref_1704 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -67436,71 +47541,15 @@ operationGroups: name: RegenerateKeys description: Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). summary: Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). - go: - name: RegenerateKeys - description: |- - Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2530 - schema: - type: object - language: - default: &ref_2333 - name: OnlineEndpointsClientBeginRegenerateKeysOptions - description: OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method. - go: *ref_2333 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2334 - name: string - description: '' - go: *ref_2334 - protocol: {} - language: - default: &ref_2335 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2335 - protocol: {} - required: false - serializedName: OnlineEndpointsClientBeginRegenerateKeysOptions - language: - default: &ref_2336 - name: options - description: OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method. - go: *ref_2336 - protocol: {} - protocolNaming: - internalMethod: regenerateKeys - requestMethod: regenerateKeysCreateRequest - responseMethod: regenerateKeysHandleResponse - responseEnv: &ref_2643 - type: object - language: - default: &ref_2337 - name: OnlineEndpointsClientRegenerateKeysResponse - description: OnlineEndpointsClientRegenerateKeysResponse contains the response from method OnlineEndpointsClient.BeginRegenerateKeys. - forLRO: true - responseType: true - go: *ref_2337 - protocol: {} - summary: Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). protocol: {} - operationId: OnlineEndpoints_GetToken apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2338 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1705 + schema: *ref_1214 implementation: Method required: true language: @@ -67508,14 +47557,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2339 + - &ref_1706 schema: *ref_1 implementation: Method required: true @@ -67524,14 +47569,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2340 + - &ref_1707 schema: *ref_21 implementation: Method required: true @@ -67540,17 +47581,13 @@ operationGroups: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67559,10 +47596,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67571,27 +47604,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/token method: post uri: '{$host}' signatureParameters: - - *ref_2338 - - *ref_2339 - - *ref_2340 + - *ref_1705 + - *ref_1706 + - *ref_1707 responses: - - schema: *ref_2341 + - schema: *ref_1708 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -67600,14 +47627,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -67638,72 +47662,11 @@ operationGroups: name: GetToken description: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - go: - name: GetToken - description: |- - Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2531 - schema: - type: object - language: - default: &ref_2342 - name: OnlineEndpointsClientGetTokenOptions - description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. - go: *ref_2342 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineEndpointsClientGetTokenOptions - language: - default: &ref_2343 - name: options - description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. - go: *ref_2343 - protocol: {} - protocolNaming: - internalMethod: getToken - requestMethod: getTokenCreateRequest - responseMethod: getTokenHandleResponse - responseEnv: &ref_2644 - type: object - properties: - - &ref_2345 - schema: *ref_2341 - serializedName: EndpointAuthToken - language: - default: &ref_2344 - name: EndpointAuthToken - description: Service Token - byValue: true - embeddedType: true - go: *ref_2344 - protocol: {} - language: - default: &ref_2346 - name: OnlineEndpointsClientGetTokenResponse - description: OnlineEndpointsClientGetTokenResponse contains the response from method OnlineEndpointsClient.GetToken. - marshallingFormat: json - responseType: true - resultProp: *ref_2345 - go: *ref_2346 - protocol: {} - summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. protocol: {} language: default: name: OnlineEndpoints description: '' - go: - name: OnlineEndpoints - description: '' - clientCtorName: NewOnlineEndpointsClient - clientName: OnlineEndpointsClient - clientParams: - - *ref_1298 protocol: {} - $key: OnlineDeployments operations: @@ -67711,10 +47674,10 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2354 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1710 + schema: *ref_1214 implementation: Method required: true language: @@ -67722,14 +47685,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2355 + - &ref_1711 schema: *ref_1 implementation: Method required: true @@ -67738,15 +47697,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2356 - schema: *ref_2347 + - &ref_1712 + schema: *ref_1709 implementation: Method required: true language: @@ -67754,85 +47709,46 @@ operationGroups: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 - - &ref_2349 - schema: *ref_2347 + - *ref_1210 + - &ref_1713 + schema: *ref_1709 implementation: Method language: default: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_2350 - schema: - type: object - language: - default: &ref_2348 - name: OnlineDeploymentsClientListOptions - description: OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.NewListPager method. - go: *ref_2348 - protocol: {} - originalParameter: - - *ref_2349 - - &ref_2352 - schema: *ref_18 - implementation: Method - language: - default: - name: top - description: Top of list. - serializedName: $top - go: - name: Top - description: Top of list. - paramGroup: *ref_2350 - serializedName: $top - protocol: - http: - in: query - - &ref_2353 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_2350 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: OnlineDeploymentsClientListOptions - language: - default: &ref_2351 - name: options - description: OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.NewListPager method. - go: *ref_2351 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_2352 - - *ref_2353 + - &ref_1714 + schema: *ref_18 + implementation: Method + language: + default: + name: top + description: Top of list. + serializedName: $top + protocol: + http: + in: query + - &ref_1715 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67841,10 +47757,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67853,30 +47765,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments method: get uri: '{$host}' signatureParameters: - - *ref_2354 - - *ref_2355 - - *ref_2356 - - *ref_2349 - - *ref_2352 - - *ref_2353 + - *ref_1710 + - *ref_1711 + - *ref_1712 + - *ref_1713 + - *ref_1714 + - *ref_1715 responses: - - schema: *ref_2357 + - schema: *ref_1716 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -67885,14 +47791,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -67992,52 +47895,15 @@ operationGroups: paging: nextLinkName: nextLink summary: List Inference Endpoint Deployments. - go: - name: List - description: List Inference Endpoint Deployments. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: *ref_2350 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2645 - type: object - properties: - - &ref_2359 - schema: *ref_2357 - serializedName: OnlineDeploymentTrackedResourceArmPaginatedResult - language: - default: &ref_2358 - name: OnlineDeploymentTrackedResourceArmPaginatedResult - description: A paginated list of OnlineDeployment entities. - byValue: true - embeddedType: true - go: *ref_2358 - protocol: {} - language: - default: &ref_2360 - name: OnlineDeploymentsClientListResponse - description: OnlineDeploymentsClientListResponse contains the response from method OnlineDeploymentsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2359 - go: *ref_2360 - protocol: {} - summary: List Inference Endpoint Deployments. protocol: {} - operationId: OnlineDeployments_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2361 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1717 + schema: *ref_1214 implementation: Method required: true language: @@ -68045,14 +47911,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2362 + - &ref_1718 schema: *ref_1 implementation: Method required: true @@ -68061,15 +47923,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2363 - schema: *ref_2347 + - &ref_1719 + schema: *ref_1709 implementation: Method required: true language: @@ -68077,15 +47935,11 @@ operationGroups: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2364 - schema: *ref_2347 + - &ref_1720 + schema: *ref_1709 implementation: Method required: true language: @@ -68093,17 +47947,13 @@ operationGroups: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68112,10 +47962,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -68124,27 +47970,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} method: delete uri: '{$host}' signatureParameters: - - *ref_2361 - - *ref_2362 - - *ref_2363 - - *ref_2364 + - *ref_1717 + - *ref_1718 + - *ref_1719 + - *ref_1720 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -68153,61 +47993,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2365 + - schema: *ref_1721 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2347 + - schema: *ref_1709 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2366 + - schema: *ref_1722 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -68236,71 +48058,15 @@ operationGroups: name: Delete description: Delete Inference Endpoint Deployment (asynchronous). summary: Delete Inference Endpoint Deployment (asynchronous). - go: - name: Delete - description: |- - Delete Inference Endpoint Deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2532 - schema: - type: object - language: - default: &ref_2367 - name: OnlineDeploymentsClientBeginDeleteOptions - description: OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method. - go: *ref_2367 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2368 - name: string - description: '' - go: *ref_2368 - protocol: {} - language: - default: &ref_2369 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2369 - protocol: {} - required: false - serializedName: OnlineDeploymentsClientBeginDeleteOptions - language: - default: &ref_2370 - name: options - description: OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method. - go: *ref_2370 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2646 - type: object - language: - default: &ref_2371 - name: OnlineDeploymentsClientDeleteResponse - description: OnlineDeploymentsClientDeleteResponse contains the response from method OnlineDeploymentsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2371 - protocol: {} - summary: Delete Inference Endpoint Deployment (asynchronous). protocol: {} - operationId: OnlineDeployments_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2372 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1723 + schema: *ref_1214 implementation: Method required: true language: @@ -68308,14 +48074,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2373 + - &ref_1724 schema: *ref_1 implementation: Method required: true @@ -68324,14 +48086,10 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2374 + - &ref_1725 schema: *ref_20 implementation: Method required: true @@ -68340,14 +48098,10 @@ operationGroups: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2375 + - &ref_1726 schema: *ref_20 implementation: Method required: true @@ -68356,17 +48110,13 @@ operationGroups: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68375,10 +48125,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -68387,28 +48133,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} method: get uri: '{$host}' signatureParameters: - - *ref_2372 - - *ref_2373 - - *ref_2374 - - *ref_2375 + - *ref_1723 + - *ref_1724 + - *ref_1725 + - *ref_1726 responses: - - schema: *ref_389 + - schema: *ref_367 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -68417,14 +48157,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -68591,69 +48328,15 @@ operationGroups: name: Get description: Get Inference Deployment Deployment. summary: Get Inference Deployment Deployment. - go: - name: Get - description: |- - Get Inference Deployment Deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2533 - schema: - type: object - language: - default: &ref_2376 - name: OnlineDeploymentsClientGetOptions - description: OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method. - go: *ref_2376 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineDeploymentsClientGetOptions - language: - default: &ref_2377 - name: options - description: OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method. - go: *ref_2377 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2647 - type: object - properties: - - &ref_2379 - schema: *ref_389 - serializedName: OnlineDeploymentData - language: - default: &ref_2378 - name: OnlineDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_2378 - protocol: {} - language: - default: &ref_2380 - name: OnlineDeploymentsClientGetResponse - description: OnlineDeploymentsClientGetResponse contains the response from method OnlineDeploymentsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2379 - go: *ref_2380 - protocol: {} - summary: Get Inference Deployment Deployment. protocol: {} - operationId: OnlineDeployments_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2384 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1730 + schema: *ref_1214 implementation: Method required: true language: @@ -68661,14 +48344,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2385 + - &ref_1731 schema: *ref_1 implementation: Method required: true @@ -68677,15 +48356,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2386 - schema: *ref_1658 + - &ref_1732 + schema: *ref_1356 implementation: Method required: true language: @@ -68693,15 +48368,11 @@ operationGroups: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2387 - schema: *ref_1658 + - &ref_1733 + schema: *ref_1356 implementation: Method required: true language: @@ -68709,33 +48380,26 @@ operationGroups: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2383 + application/json: &ref_1729 parameters: - - &ref_2382 - schema: *ref_2381 + - &ref_1728 + schema: *ref_1727 implementation: Method required: true language: default: name: body description: Online Endpoint entity to apply during operation. - go: - name: body - description: Online Endpoint entity to apply during operation. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68744,22 +48408,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2382 + - *ref_1728 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} @@ -68769,21 +48426,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2383 + - *ref_1729 signatureParameters: - - *ref_2384 - - *ref_2385 - - *ref_2386 - - *ref_2387 + - *ref_1730 + - *ref_1731 + - *ref_1732 + - *ref_1733 responses: - - schema: *ref_389 + - schema: *ref_367 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -68795,50 +48449,35 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2388 + - schema: *ref_1734 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_20 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2389 + - schema: *ref_1735 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -69041,85 +48680,15 @@ operationGroups: name: Update description: Update Online Deployment (asynchronous). summary: Update Online Deployment (asynchronous). - go: - name: Update - description: |- - Update Online Deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2534 - schema: - type: object - language: - default: &ref_2390 - name: OnlineDeploymentsClientBeginUpdateOptions - description: OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method. - go: *ref_2390 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2391 - name: string - description: '' - go: *ref_2391 - protocol: {} - language: - default: &ref_2392 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2392 - protocol: {} - required: false - serializedName: OnlineDeploymentsClientBeginUpdateOptions - language: - default: &ref_2393 - name: options - description: OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method. - go: *ref_2393 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2648 - type: object - properties: - - &ref_2395 - schema: *ref_389 - serializedName: OnlineDeploymentData - language: - default: &ref_2394 - name: OnlineDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_2394 - protocol: {} - language: - default: &ref_2396 - name: OnlineDeploymentsClientUpdateResponse - description: OnlineDeploymentsClientUpdateResponse contains the response from method OnlineDeploymentsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2395 - go: *ref_2396 - protocol: {} - summary: Update Online Deployment (asynchronous). protocol: {} - operationId: OnlineDeployments_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2399 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1738 + schema: *ref_1214 implementation: Method required: true language: @@ -69127,14 +48696,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2400 + - &ref_1739 schema: *ref_1 implementation: Method required: true @@ -69143,15 +48708,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2401 - schema: *ref_1658 + - &ref_1740 + schema: *ref_1356 implementation: Method required: true language: @@ -69159,15 +48720,11 @@ operationGroups: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2402 - schema: *ref_1658 + - &ref_1741 + schema: *ref_1356 implementation: Method required: true language: @@ -69175,33 +48732,26 @@ operationGroups: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2398 + application/json: &ref_1737 parameters: - - &ref_2397 - schema: *ref_389 + - &ref_1736 + schema: *ref_367 implementation: Method required: true language: default: name: body description: Inference Endpoint entity to apply during operation. - go: - name: body - description: Inference Endpoint entity to apply during operation. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -69210,22 +48760,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2397 + - *ref_1736 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} @@ -69235,21 +48778,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2398 + - *ref_1737 signatureParameters: - - *ref_2399 - - *ref_2400 - - *ref_2401 - - *ref_2402 + - *ref_1738 + - *ref_1739 + - *ref_1740 + - *ref_1741 responses: - - schema: *ref_389 + - schema: *ref_367 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -69257,49 +48797,37 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_389 + - schema: *ref_367 language: default: name: '' description: Created - go: - name: '' - description: Created protocol: http: headers: - - schema: *ref_2403 + - schema: *ref_1742 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2404 + - schema: *ref_1743 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -69696,85 +49224,15 @@ operationGroups: name: CreateOrUpdate description: Create or update Inference Endpoint Deployment (asynchronous). summary: Create or update Inference Endpoint Deployment (asynchronous). - go: - name: CreateOrUpdate - description: |- - Create or update Inference Endpoint Deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2535 - schema: - type: object - language: - default: &ref_2405 - name: OnlineDeploymentsClientBeginCreateOrUpdateOptions - description: OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_2405 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2406 - name: string - description: '' - go: *ref_2406 - protocol: {} - language: - default: &ref_2407 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2407 - protocol: {} - required: false - serializedName: OnlineDeploymentsClientBeginCreateOrUpdateOptions - language: - default: &ref_2408 - name: options - description: OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_2408 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2649 - type: object - properties: - - &ref_2410 - schema: *ref_389 - serializedName: OnlineDeploymentData - language: - default: &ref_2409 - name: OnlineDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_2409 - protocol: {} - language: - default: &ref_2411 - name: OnlineDeploymentsClientCreateOrUpdateResponse - description: OnlineDeploymentsClientCreateOrUpdateResponse contains the response from method OnlineDeploymentsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2410 - go: *ref_2411 - protocol: {} - summary: Create or update Inference Endpoint Deployment (asynchronous). protocol: {} - operationId: OnlineDeployments_GetLogs apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2415 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1747 + schema: *ref_1214 implementation: Method required: true language: @@ -69782,14 +49240,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2416 + - &ref_1748 schema: *ref_1 implementation: Method required: true @@ -69798,15 +49252,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2417 - schema: *ref_2317 + - &ref_1749 + schema: *ref_1694 implementation: Method required: true language: @@ -69814,15 +49264,11 @@ operationGroups: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2418 - schema: *ref_2317 + - &ref_1750 + schema: *ref_1694 implementation: Method required: true language: @@ -69830,33 +49276,26 @@ operationGroups: name: deploymentName description: The name and identifier for the endpoint. serializedName: deploymentName - go: - name: deploymentName - description: The name and identifier for the endpoint. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2414 + application/json: &ref_1746 parameters: - - &ref_2413 - schema: *ref_2412 + - &ref_1745 + schema: *ref_1744 implementation: Method required: true language: default: name: body description: The request containing parameters for retrieving logs. - go: - name: body - description: The request containing parameters for retrieving logs. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -69865,22 +49304,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2413 + - *ref_1745 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/getLogs @@ -69890,21 +49322,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2414 + - *ref_1746 signatureParameters: - - *ref_2415 - - *ref_2416 - - *ref_2417 - - *ref_2418 + - *ref_1747 + - *ref_1748 + - *ref_1749 + - *ref_1750 responses: - - schema: *ref_2419 + - schema: *ref_1751 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -69913,14 +49342,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -69951,69 +49377,15 @@ operationGroups: name: GetLogs description: Polls an Endpoint operation. summary: Polls an Endpoint operation. - go: - name: GetLogs - description: |- - Polls an Endpoint operation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2536 - schema: - type: object - language: - default: &ref_2420 - name: OnlineDeploymentsClientGetLogsOptions - description: OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method. - go: *ref_2420 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineDeploymentsClientGetLogsOptions - language: - default: &ref_2421 - name: options - description: OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method. - go: *ref_2421 - protocol: {} - protocolNaming: - internalMethod: getLogs - requestMethod: getLogsCreateRequest - responseMethod: getLogsHandleResponse - responseEnv: &ref_2650 - type: object - properties: - - &ref_2423 - schema: *ref_2419 - serializedName: DeploymentLogs - language: - default: &ref_2422 - name: DeploymentLogs - description: '' - byValue: true - embeddedType: true - go: *ref_2422 - protocol: {} - language: - default: &ref_2424 - name: OnlineDeploymentsClientGetLogsResponse - description: OnlineDeploymentsClientGetLogsResponse contains the response from method OnlineDeploymentsClient.GetLogs. - marshallingFormat: json - responseType: true - resultProp: *ref_2423 - go: *ref_2424 - protocol: {} - summary: Polls an Endpoint operation. protocol: {} - operationId: OnlineDeployments_ListSkus apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2430 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1752 + schema: *ref_1214 implementation: Method required: true language: @@ -70021,14 +49393,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2431 + - &ref_1753 schema: *ref_1 implementation: Method required: true @@ -70037,15 +49405,11 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2432 - schema: *ref_2317 + - &ref_1754 + schema: *ref_1694 implementation: Method required: true language: @@ -70053,15 +49417,11 @@ operationGroups: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2433 - schema: *ref_2317 + - &ref_1755 + schema: *ref_1694 implementation: Method required: true language: @@ -70069,15 +49429,11 @@ operationGroups: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 - - &ref_2426 + - *ref_1210 + - &ref_1756 schema: *ref_18 implementation: Method language: @@ -70085,52 +49441,23 @@ operationGroups: name: count description: Number of Skus to be retrieved in a page of results. serializedName: count - go: - name: Count - description: Number of Skus to be retrieved in a page of results. - paramGroup: &ref_2427 - schema: - type: object - language: - default: &ref_2425 - name: OnlineDeploymentsClientListSKUsOptions - description: OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method. - go: *ref_2425 - protocol: {} - originalParameter: - - *ref_2426 - - &ref_2429 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_2427 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: OnlineDeploymentsClientListSKUsOptions - language: - default: &ref_2428 - name: options - description: OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method. - go: *ref_2428 - protocol: {} - serializedName: count protocol: http: in: query - - *ref_2429 + - &ref_1757 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70139,10 +49466,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -70151,30 +49474,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/skus method: get uri: '{$host}' signatureParameters: - - *ref_2430 - - *ref_2431 - - *ref_2432 - - *ref_2433 - - *ref_2426 - - *ref_2429 + - *ref_1752 + - *ref_1753 + - *ref_1754 + - *ref_1755 + - *ref_1756 + - *ref_1757 responses: - - schema: *ref_2434 + - schema: *ref_1758 language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -70183,14 +49500,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -70263,55 +49577,11 @@ operationGroups: paging: nextLinkName: nextLink summary: List Inference Endpoint Deployment Skus. - go: - name: ListSKUs - description: List Inference Endpoint Deployment Skus. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: *ref_2427 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listSKUs - requestMethod: listSKUsCreateRequest - responseMethod: listSKUsHandleResponse - responseEnv: &ref_2651 - type: object - properties: - - &ref_2436 - schema: *ref_2434 - serializedName: SKUResourceArmPaginatedResult - language: - default: &ref_2435 - name: SKUResourceArmPaginatedResult - description: A paginated list of SkuResource entities. - byValue: true - embeddedType: true - go: *ref_2435 - protocol: {} - language: - default: &ref_2437 - name: OnlineDeploymentsClientListSKUsResponse - description: OnlineDeploymentsClientListSKUsResponse contains the response from method OnlineDeploymentsClient.NewListSKUsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2436 - go: *ref_2437 - protocol: {} - summary: List Inference Endpoint Deployment Skus. protocol: {} language: default: name: OnlineDeployments description: '' - go: - name: OnlineDeployments - description: '' - clientCtorName: NewOnlineDeploymentsClient - clientName: OnlineDeploymentsClient - clientParams: - - *ref_1298 protocol: {} - $key: WorkspaceFeatures operations: @@ -70319,11 +49589,11 @@ operationGroups: apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_2438 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1759 + schema: *ref_1214 implementation: Method required: true language: @@ -70331,14 +49601,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2439 + - &ref_1760 schema: *ref_1 implementation: Method required: true @@ -70347,16 +49613,12 @@ operationGroups: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70365,10 +49627,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -70377,26 +49635,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/features method: get uri: '{$host}' signatureParameters: - - *ref_2438 - - *ref_2439 + - *ref_1759 + - *ref_1760 responses: - - schema: *ref_2440 + - schema: *ref_1761 language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -70405,14 +49657,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -70447,71 +49696,11 @@ operationGroups: description: Lists all enabled features for a workspace paging: nextLinkName: nextLink - go: - name: List - description: Lists all enabled features for a workspace - azureARM: true - clientName: WorkspaceFeaturesClient - openApiType: arm - optionalParamGroup: &ref_2537 - schema: - type: object - language: - default: &ref_2441 - name: WorkspaceFeaturesClientListOptions - description: WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.NewListPager method. - go: *ref_2441 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspaceFeaturesClientListOptions - language: - default: &ref_2442 - name: options - description: WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.NewListPager method. - go: *ref_2442 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2652 - type: object - properties: - - &ref_2444 - schema: *ref_2440 - serializedName: ListAmlUserFeatureResult - language: - default: &ref_2443 - name: ListAmlUserFeatureResult - description: The List Aml user feature operation response. - byValue: true - embeddedType: true - go: *ref_2443 - protocol: {} - language: - default: &ref_2445 - name: WorkspaceFeaturesClientListResponse - description: WorkspaceFeaturesClientListResponse contains the response from method WorkspaceFeaturesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2444 - go: *ref_2445 - protocol: {} protocol: {} language: default: name: WorkspaceFeatures description: '' - go: - name: WorkspaceFeatures - description: '' - clientCtorName: NewWorkspaceFeaturesClient - clientName: WorkspaceFeaturesClient - clientParams: - - *ref_1298 protocol: {} security: authenticationRequired: true @@ -70523,275 +49712,5 @@ language: default: name: AzureMachineLearningWorkspaces description: '' - go: - name: AzureMachineLearningWorkspaces - description: '' - azureARM: true - discriminators: - - *ref_93 - - *ref_1025 - - *ref_361 - - *ref_1078 - - *ref_397 - - *ref_426 - - *ref_452 - - *ref_456 - - *ref_494 - - *ref_811 - - *ref_155 - - *ref_310 - - *ref_338 - - *ref_1126 - - *ref_692 - - *ref_27 - - *ref_508 - - *ref_628 - - *ref_702 - - *ref_713 - - *ref_721 - - *ref_646 - - *ref_788 - - *ref_41 - - *ref_754 - - *ref_772 - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armmachinelearningservices - parameterGroups: - - *ref_2446 - - *ref_2447 - - *ref_2448 - - *ref_2449 - - *ref_2450 - - *ref_1342 - - *ref_1357 - - *ref_2451 - - *ref_2452 - - *ref_1379 - - *ref_2453 - - *ref_2454 - - *ref_2455 - - *ref_2456 - - *ref_2457 - - *ref_2458 - - *ref_2459 - - *ref_2460 - - *ref_2461 - - *ref_1461 - - *ref_2462 - - *ref_2463 - - *ref_2464 - - *ref_2465 - - *ref_2466 - - *ref_2467 - - *ref_2468 - - *ref_2469 - - *ref_2470 - - *ref_2471 - - *ref_2472 - - *ref_2473 - - *ref_2474 - - *ref_2475 - - *ref_1596 - - *ref_2476 - - *ref_2477 - - *ref_2478 - - *ref_1631 - - *ref_2479 - - *ref_2480 - - *ref_2481 - - *ref_2482 - - *ref_2483 - - *ref_1698 - - *ref_2484 - - *ref_2485 - - *ref_2486 - - *ref_2487 - - *ref_1766 - - *ref_2488 - - *ref_2489 - - *ref_2490 - - *ref_1796 - - *ref_2491 - - *ref_2492 - - *ref_2493 - - *ref_1837 - - *ref_2494 - - *ref_2495 - - *ref_2496 - - *ref_1872 - - *ref_2497 - - *ref_2498 - - *ref_2499 - - *ref_1913 - - *ref_2500 - - *ref_2501 - - *ref_2502 - - *ref_1948 - - *ref_2503 - - *ref_2504 - - *ref_2505 - - *ref_1991 - - *ref_2506 - - *ref_2507 - - *ref_2030 - - *ref_2508 - - *ref_2047 - - *ref_2509 - - *ref_2510 - - *ref_2511 - - *ref_2082 - - *ref_2512 - - *ref_2513 - - *ref_2514 - - *ref_2123 - - *ref_2515 - - *ref_2516 - - *ref_2517 - - *ref_2518 - - *ref_2172 - - *ref_2519 - - *ref_2520 - - *ref_2521 - - *ref_2208 - - *ref_2522 - - *ref_2523 - - *ref_2524 - - *ref_2255 - - *ref_2525 - - *ref_2526 - - *ref_2527 - - *ref_2528 - - *ref_2529 - - *ref_2530 - - *ref_2531 - - *ref_2350 - - *ref_2532 - - *ref_2533 - - *ref_2534 - - *ref_2535 - - *ref_2536 - - *ref_2427 - - *ref_2537 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_2538 - - *ref_2539 - - *ref_2540 - - *ref_2541 - - *ref_2542 - - *ref_2543 - - *ref_2544 - - *ref_2545 - - *ref_2546 - - *ref_2547 - - *ref_2548 - - *ref_2549 - - *ref_2550 - - *ref_2551 - - *ref_2552 - - *ref_2553 - - *ref_2554 - - *ref_2555 - - *ref_2556 - - *ref_2557 - - *ref_2558 - - *ref_2559 - - *ref_2560 - - *ref_2561 - - *ref_2562 - - *ref_2563 - - *ref_2564 - - *ref_2565 - - *ref_2566 - - *ref_2567 - - *ref_2568 - - *ref_2569 - - *ref_2570 - - *ref_2571 - - *ref_2572 - - *ref_2573 - - *ref_2574 - - *ref_2575 - - *ref_2576 - - *ref_2577 - - *ref_2578 - - *ref_2579 - - *ref_2580 - - *ref_2581 - - *ref_2582 - - *ref_2583 - - *ref_2584 - - *ref_2585 - - *ref_2586 - - *ref_2587 - - *ref_2588 - - *ref_2589 - - *ref_2590 - - *ref_2591 - - *ref_2592 - - *ref_2593 - - *ref_2594 - - *ref_2595 - - *ref_2596 - - *ref_2597 - - *ref_2598 - - *ref_2599 - - *ref_2600 - - *ref_2601 - - *ref_2602 - - *ref_2603 - - *ref_2604 - - *ref_2605 - - *ref_2606 - - *ref_2607 - - *ref_2608 - - *ref_2609 - - *ref_2610 - - *ref_2611 - - *ref_2612 - - *ref_2613 - - *ref_2614 - - *ref_2615 - - *ref_2616 - - *ref_2617 - - *ref_2618 - - *ref_2619 - - *ref_2620 - - *ref_2621 - - *ref_2622 - - *ref_2623 - - *ref_2624 - - *ref_2625 - - *ref_2626 - - *ref_2627 - - *ref_2628 - - *ref_2629 - - *ref_2630 - - *ref_2631 - - *ref_2632 - - *ref_2633 - - *ref_2634 - - *ref_2635 - - *ref_2636 - - *ref_2637 - - *ref_2638 - - *ref_2639 - - *ref_2640 - - *ref_2641 - - *ref_2642 - - *ref_2643 - - *ref_2644 - - *ref_2645 - - *ref_2646 - - *ref_2647 - - *ref_2648 - - *ref_2649 - - *ref_2650 - - *ref_2651 - - *ref_2652 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/test-modeler.yaml b/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/test-modeler.yaml index 498e0f7bb..b5048e1cd 100644 --- a/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/test-modeler.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/machinelearningservices/armmachinelearningservices/__debug/test-modeler.yaml @@ -3,95 +3,71 @@ info: title: Azure Machine Learning Workspaces schemas: booleans: - - &ref_62 + - &ref_60 type: boolean language: default: name: Boolean description: Indicates whether the operation applies to data-plane - go: - name: bool - description: Indicates whether the operation applies to data-plane protocol: {} - - &ref_882 + - &ref_809 type: boolean defaultValue: false language: default: name: Boolean description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service - go: - name: bool - description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service protocol: {} - - &ref_886 + - &ref_813 type: boolean defaultValue: false language: default: name: Boolean description: The flag to indicate whether to allow public access when behind VNet. - go: - name: bool - description: The flag to indicate whether to allow public access when behind VNet. protocol: {} - - &ref_899 + - &ref_826 type: boolean language: default: name: Boolean description: If the storage associated with the workspace has hierarchical namespace(HNS) enabled. - go: - name: bool - description: If the storage associated with the workspace has hierarchical namespace(HNS) enabled. protocol: {} - - &ref_973 + - &ref_899 type: boolean summary: Low priority capable language: default: name: Boolean description: Specifies if the virtual machine size supports low priority VMs. - go: - name: bool - description: Specifies if the virtual machine size supports low priority VMs. protocol: {} - - &ref_974 + - &ref_900 type: boolean summary: Premium IO supported language: default: name: Boolean description: Specifies if the virtual machine size supports premium IO. - go: - name: bool - description: Specifies if the virtual machine size supports premium IO. protocol: {} - - &ref_250 + - &ref_261 type: boolean language: default: name: Boolean description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. - go: - name: bool - description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. protocol: {} - - &ref_251 + - &ref_262 type: boolean language: default: name: Boolean description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. - go: - name: bool - description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. protocol: {} - - &ref_424 + - &ref_402 type: boolean defaultValue: false extensions: - x-ms-mutability: &ref_831 + x-ms-mutability: &ref_770 - create - read - update @@ -99,26 +75,20 @@ schemas: default: name: Boolean description: Is the asset archived? - go: - name: bool - description: Is the asset archived? protocol: {} - - &ref_422 + - &ref_400 type: boolean defaultValue: false extensions: - x-ms-mutability: &ref_423 + x-ms-mutability: &ref_401 - create - read language: default: name: Boolean description: If the name version are system generated (anonymous registration). - go: - name: bool - description: If the name version are system generated (anonymous registration). protocol: {} - - &ref_1992 + - &ref_1524 type: boolean apiVersions: - version: 2022-02-01-preview @@ -126,11 +96,8 @@ schemas: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_1994 + - &ref_1526 type: boolean apiVersions: - version: 2022-02-01-preview @@ -139,66 +106,48 @@ schemas: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_492 + - &ref_467 type: boolean extensions: - x-ms-mutability: &ref_493 + x-ms-mutability: &ref_468 - read language: default: name: Boolean description: Readonly property to indicate if datastore is the workspace default datastore - go: - name: bool - description: Readonly property to indicate if datastore is the workspace default datastore protocol: {} - - &ref_319 + - &ref_307 type: boolean defaultValue: false language: default: name: Boolean description: If true, enables Application Insights logging. - go: - name: bool - description: If true, enables Application Insights logging. protocol: {} - - &ref_330 + - &ref_318 type: boolean defaultValue: false language: default: name: Boolean description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." - go: - name: bool - description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." protocol: {} - - &ref_264 + - &ref_103 type: boolean language: default: name: Boolean description: Indicates whether to overwrite existing domain label. - go: - name: bool - description: Indicates whether to overwrite existing domain label. protocol: {} - - &ref_99 + - &ref_126 type: boolean language: default: name: Boolean description: Network is isolated or not - go: - name: bool - description: Network is isolated or not protocol: {} - - &ref_119 + - &ref_146 type: boolean defaultValue: true summary: Enable node public IP. @@ -208,13 +157,8 @@ schemas: description: >- Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. - go: - name: bool - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a - private endpoint and no public IPs. protocol: {} - - &ref_170 + - &ref_194 type: boolean summary: Enable node public IP. language: @@ -223,171 +167,121 @@ schemas: description: >- Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. - go: - name: bool - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a - private endpoint and no public IPs. protocol: {} - - &ref_237 + - &ref_225 type: boolean language: default: name: Boolean description: Indicates whether this compute will be used for running notebooks. - go: - name: bool - description: Indicates whether this compute will be used for running notebooks. protocol: {} - - &ref_219 + - &ref_240 type: boolean language: default: name: Boolean description: '' - go: - name: bool - description: '' protocol: {} - - &ref_673 + - &ref_541 type: boolean defaultValue: false language: default: name: Boolean description: Determines whether to use Dnn based featurizers for data featurization. - go: - name: bool - description: Determines whether to use Dnn based featurizers for data featurization. protocol: {} - - &ref_732 + - &ref_544 type: boolean defaultValue: true language: default: name: Boolean description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. - go: - name: bool - description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. protocol: {} - - &ref_739 + - &ref_551 type: boolean defaultValue: false language: default: name: Boolean description: Enable recommendation of DNN models. - go: - name: bool - description: Enable recommendation of DNN models. protocol: {} - - &ref_740 + - &ref_552 type: boolean defaultValue: false language: default: name: Boolean description: Flag to turn on explainability on best model. - go: - name: bool - description: Flag to turn on explainability on best model. protocol: {} - - &ref_741 + - &ref_553 type: boolean defaultValue: false language: default: name: Boolean description: Flag for enabling onnx compatible models. - go: - name: bool - description: Flag for enabling onnx compatible models. protocol: {} - - &ref_742 + - &ref_554 type: boolean defaultValue: true language: default: name: Boolean description: Enable stack ensemble run. - go: - name: bool - description: Enable stack ensemble run. protocol: {} - - &ref_743 + - &ref_555 type: boolean defaultValue: true language: default: name: Boolean description: Enable voting ensemble run. - go: - name: bool - description: Enable voting ensemble run. protocol: {} - - &ref_524 + - &ref_578 type: boolean language: default: name: Boolean description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - go: - name: bool - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - &ref_532 + - &ref_586 type: boolean language: default: name: Boolean description: Whether to use distributed training. - go: - name: bool - description: Whether to use distributed training. protocol: {} - - &ref_533 + - &ref_587 type: boolean language: default: name: Boolean description: Enable early stopping logic during training. - go: - name: bool - description: Enable early stopping logic during training. protocol: {} - - &ref_536 + - &ref_590 type: boolean language: default: name: Boolean description: Enable normalization when exporting ONNX model. - go: - name: bool - description: Enable normalization when exporting ONNX model. protocol: {} - - &ref_544 + - &ref_598 type: boolean language: default: name: Boolean description: Enable nesterov when optimizer is 'sgd'. - go: - name: bool - description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - &ref_563 + - &ref_617 type: boolean language: default: name: Boolean description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: bool - description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} numbers: - - &ref_884 + - &ref_811 type: integer apiVersions: - version: 2022-02-01-preview @@ -396,11 +290,8 @@ schemas: default: name: WorkspacePropertiesPrivateLinkCount description: Count of private connections in the workspace - go: - name: int32 - description: Count of private connections in the workspace protocol: {} - - &ref_88 + - &ref_86 type: integer apiVersions: - version: '3.0' @@ -409,11 +300,8 @@ schemas: default: name: SkuCapacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. - go: - name: int32 - description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - &ref_895 + - &ref_822 type: integer apiVersions: - version: 2022-02-01-preview @@ -422,11 +310,8 @@ schemas: default: name: NotebookPreparationErrorStatusCode description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_896 + - &ref_823 type: integer apiVersions: - version: 2022-02-01-preview @@ -435,11 +320,8 @@ schemas: default: name: CosmosDbSettingsCollectionsThroughput description: The throughput of the collections in cosmosdb database - go: - name: int32 - description: The throughput of the collections in cosmosdb database protocol: {} - - &ref_1356 + - &ref_1237 type: integer apiVersions: - version: 2022-02-01-preview @@ -451,12 +333,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_959 + - &ref_885 type: integer apiVersions: - version: 2022-02-01-preview @@ -465,11 +343,8 @@ schemas: default: name: UsageCurrentValue description: The current usage of the resource. - go: - name: int64 - description: The current usage of the resource. protocol: {} - - &ref_960 + - &ref_886 type: integer apiVersions: - version: 2022-02-01-preview @@ -478,11 +353,8 @@ schemas: default: name: UsageLimit description: The maximum permitted usage of the resource. - go: - name: int64 - description: The maximum permitted usage of the resource. protocol: {} - - &ref_968 + - &ref_894 type: integer apiVersions: - version: 2022-02-01-preview @@ -492,11 +364,8 @@ schemas: default: name: VirtualMachineSizeVCPUs description: The number of vCPUs supported by the virtual machine size. - go: - name: int32 - description: The number of vCPUs supported by the virtual machine size. protocol: {} - - &ref_969 + - &ref_895 type: integer apiVersions: - version: 2022-02-01-preview @@ -506,11 +375,8 @@ schemas: default: name: VirtualMachineSizeGpus description: The number of gPUs supported by the virtual machine size. - go: - name: int32 - description: The number of gPUs supported by the virtual machine size. protocol: {} - - &ref_970 + - &ref_896 type: integer apiVersions: - version: 2022-02-01-preview @@ -520,11 +386,8 @@ schemas: default: name: VirtualMachineSizeOsVhdSizeMB description: The OS VHD disk size, in MB, allowed by the virtual machine size. - go: - name: int32 - description: The OS VHD disk size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_971 + - &ref_897 type: integer apiVersions: - version: 2022-02-01-preview @@ -534,11 +397,8 @@ schemas: default: name: VirtualMachineSizeMaxResourceVolumeMB description: The resource volume size, in MB, allowed by the virtual machine size. - go: - name: int32 - description: The resource volume size, in MB, allowed by the virtual machine size. protocol: {} - - &ref_972 + - &ref_898 type: number apiVersions: - version: 2022-02-01-preview @@ -548,11 +408,8 @@ schemas: default: name: VirtualMachineSizeMemoryGB description: The amount of memory, in GB, supported by the virtual machine size. - go: - name: float64 - description: The amount of memory, in GB, supported by the virtual machine size. protocol: {} - - &ref_977 + - &ref_903 type: number apiVersions: - version: 2022-02-01-preview @@ -562,11 +419,8 @@ schemas: default: name: EstimatedVMPriceRetailPrice description: The price charged for using the VM. - go: - name: float64 - description: The price charged for using the VM. protocol: {} - - &ref_986 + - &ref_912 type: integer apiVersions: - version: 2022-02-01-preview @@ -576,11 +430,8 @@ schemas: default: name: QuotaBasePropertiesLimit description: The maximum permitted quota of the resource. - go: - name: int64 - description: The maximum permitted quota of the resource. protocol: {} - - &ref_992 + - &ref_918 type: integer apiVersions: - version: 2022-02-01-preview @@ -590,11 +441,8 @@ schemas: default: name: UpdateWorkspaceQuotasLimit description: The maximum permitted quota of the resource. - go: - name: int64 - description: The maximum permitted quota of the resource. protocol: {} - - &ref_1001 + - &ref_927 type: integer apiVersions: - version: 2022-02-01-preview @@ -604,11 +452,8 @@ schemas: default: name: ResourceQuotaLimit description: The maximum permitted quota of the resource. - go: - name: int64 - description: The maximum permitted quota of the resource. protocol: {} - - &ref_100 + - &ref_127 type: integer apiVersions: - version: 2022-02-01-preview @@ -617,11 +462,8 @@ schemas: default: name: ScaleSettingsMaxNodeCount description: Max number of nodes to use - go: - name: int32 - description: Max number of nodes to use protocol: {} - - &ref_101 + - &ref_128 type: integer apiVersions: - version: 2022-02-01-preview @@ -631,11 +473,8 @@ schemas: default: name: ScaleSettingsMinNodeCount description: Min number of nodes to use - go: - name: int32 - description: Min number of nodes to use protocol: {} - - &ref_1012 + - &ref_938 type: integer apiVersions: - version: 2022-02-01-preview @@ -645,11 +484,8 @@ schemas: default: name: AmlComputeNodeInformationPort description: SSH port number of the node. - go: - name: int32 - description: SSH port number of the node. protocol: {} - - &ref_1022 + - &ref_948 type: integer apiVersions: - version: 2022-02-01-preview @@ -658,11 +494,8 @@ schemas: default: name: NotebookAccessTokenResultExpiresIn description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_1043 + - &ref_969 type: integer apiVersions: - version: 2022-02-01-preview @@ -671,9 +504,6 @@ schemas: default: name: FQDNEndpointDetailPort description: '' - go: - name: int32 - description: '' protocol: {} - &ref_18 type: integer @@ -684,11 +514,8 @@ schemas: default: name: Integer description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_1644 + - &ref_1352 type: integer apiVersions: - version: 2022-02-01-preview @@ -700,12 +527,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1054 + - &ref_980 type: integer apiVersions: - version: 2022-02-01-preview @@ -714,11 +537,8 @@ schemas: default: name: PartialSkuCapacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. - go: - name: int32 - description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - &ref_1666 + - &ref_1364 type: integer apiVersions: - version: 2022-02-01-preview @@ -730,12 +550,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_355 + - &ref_340 type: integer apiVersions: - version: 2022-02-01-preview @@ -745,11 +561,8 @@ schemas: default: name: BatchDeploymentErrorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." - go: - name: int32 - description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." protocol: {} - - &ref_357 + - &ref_342 type: integer apiVersions: - version: 2022-02-01-preview @@ -759,11 +572,8 @@ schemas: default: name: BatchDeploymentMaxConcurrencyPerInstance description: Indicates maximum number of parallelism per instance. - go: - name: int32 - description: Indicates maximum number of parallelism per instance. protocol: {} - - &ref_358 + - &ref_343 type: integer apiVersions: - version: 2022-02-01-preview @@ -773,11 +583,8 @@ schemas: default: name: BatchDeploymentMiniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." - go: - name: int64 - description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." protocol: {} - - &ref_375 + - &ref_357 type: integer apiVersions: - version: 2022-02-01-preview @@ -791,11 +598,8 @@ schemas: default: name: ResourceConfigurationInstanceCount description: Optional number of instances or nodes used by the compute target. - go: - name: int32 - description: Optional number of instances or nodes used by the compute target. protocol: {} - - &ref_378 + - &ref_360 type: integer apiVersions: - version: 2022-02-01-preview @@ -805,11 +609,8 @@ schemas: default: name: BatchRetrySettingsMaxRetries description: Maximum retry count for a mini-batch - go: - name: int32 - description: Maximum retry count for a mini-batch protocol: {} - - &ref_1714 + - &ref_1387 type: integer apiVersions: - version: 2022-02-01-preview @@ -821,12 +622,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1073 + - &ref_999 type: integer apiVersions: - version: 2022-02-01-preview @@ -835,11 +632,8 @@ schemas: default: name: PartialBatchDeploymentErrorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." - go: - name: int32 - description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." protocol: {} - - &ref_1074 + - &ref_1000 type: integer apiVersions: - version: 2022-02-01-preview @@ -848,11 +642,8 @@ schemas: default: name: PartialBatchDeploymentMaxConcurrencyPerInstance description: Indicates number of processes per instance - go: - name: int32 - description: Indicates number of processes per instance protocol: {} - - &ref_1075 + - &ref_1001 type: integer apiVersions: - version: 2022-02-01-preview @@ -861,11 +652,8 @@ schemas: default: name: PartialBatchDeploymentMiniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." - go: - name: int64 - description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." protocol: {} - - &ref_1091 + - &ref_1014 type: integer apiVersions: - version: 2022-02-01-preview @@ -874,11 +662,8 @@ schemas: default: name: PartialBatchRetrySettingsMaxRetries description: Maximum retry count for a mini-batch - go: - name: int32 - description: Maximum retry count for a mini-batch protocol: {} - - &ref_1737 + - &ref_1400 type: integer apiVersions: - version: 2022-02-01-preview @@ -890,12 +675,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1990 + - &ref_1523 type: integer apiVersions: - version: 2022-02-01-preview @@ -905,11 +686,8 @@ schemas: default: name: Integer description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_411 + - &ref_389 type: integer apiVersions: - version: 2022-02-01-preview @@ -918,9 +696,6 @@ schemas: default: name: RoutePort description: '[Required] The port for the route.' - go: - name: int32 - description: '[Required] The port for the route.' protocol: {} - &ref_13 type: integer @@ -935,11 +710,8 @@ schemas: default: name: JobServicePort description: Port for endpoint. - go: - name: int32 - description: Port for endpoint. protocol: {} - - &ref_2140 + - &ref_1603 type: integer apiVersions: - version: 2022-02-01-preview @@ -951,12 +723,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_2274 + - &ref_1675 type: integer apiVersions: - version: 2022-02-01-preview @@ -968,12 +736,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_2295 + - &ref_1686 type: integer apiVersions: - version: 2022-02-01-preview @@ -985,12 +749,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_323 + - &ref_311 type: integer apiVersions: - version: 2022-02-01-preview @@ -1000,11 +760,8 @@ schemas: default: name: ProbeSettingsFailureThreshold description: The number of failures to allow before returning an unhealthy status. - go: - name: int32 - description: The number of failures to allow before returning an unhealthy status. protocol: {} - - &ref_326 + - &ref_314 type: integer apiVersions: - version: 2022-02-01-preview @@ -1014,11 +771,8 @@ schemas: default: name: ProbeSettingsSuccessThreshold description: The number of successful probes before returning a healthy status. - go: - name: int32 - description: The number of successful probes before returning a healthy status. protocol: {} - - &ref_333 + - &ref_321 type: integer apiVersions: - version: 2022-02-01-preview @@ -1028,11 +782,8 @@ schemas: default: name: OnlineRequestSettingsMaxConcurrentRequestsPerInstance description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. - go: - name: int32 - description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. protocol: {} - - &ref_2366 + - &ref_1722 type: integer apiVersions: - version: 2022-02-01-preview @@ -1044,12 +795,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_2389 + - &ref_1735 type: integer apiVersions: - version: 2022-02-01-preview @@ -1061,12 +808,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1133 + - &ref_1053 type: integer apiVersions: - version: 2022-02-01-preview @@ -1075,11 +818,8 @@ schemas: default: name: DeploymentLogsRequestTail description: The maximum number of lines to tail. - go: - name: int32 - description: The maximum number of lines to tail. protocol: {} - - &ref_1136 + - &ref_1056 type: integer apiVersions: - version: 2022-02-01-preview @@ -1089,11 +829,8 @@ schemas: default: name: SkuCapacityDefault description: Gets or sets the default capacity. - go: - name: int32 - description: Gets or sets the default capacity. protocol: {} - - &ref_1137 + - &ref_1057 type: integer apiVersions: - version: 2022-02-01-preview @@ -1103,11 +840,8 @@ schemas: default: name: SkuCapacityMaximum description: Gets or sets the maximum. - go: - name: int32 - description: Gets or sets the maximum. protocol: {} - - &ref_1138 + - &ref_1058 type: integer apiVersions: - version: 2022-02-01-preview @@ -1117,11 +851,8 @@ schemas: default: name: SkuCapacityMinimum description: Gets or sets the minimum. - go: - name: int32 - description: Gets or sets the minimum. protocol: {} - - &ref_2332 + - &ref_1704 type: integer apiVersions: - version: 2022-02-01-preview @@ -1133,12 +864,8 @@ schemas: name: Integer description: '' header: Retry-After - go: - name: int32 - description: '' - header: Retry-After protocol: {} - - &ref_1148 + - &ref_1068 type: integer apiVersions: - version: 2022-02-01-preview @@ -1148,11 +875,8 @@ schemas: default: name: EndpointAuthTokenExpiryTimeUtc description: Access token expiry time (UTC). - go: - name: int64 - description: Access token expiry time (UTC). protocol: {} - - &ref_1149 + - &ref_1069 type: integer apiVersions: - version: 2022-02-01-preview @@ -1162,11 +886,8 @@ schemas: default: name: EndpointAuthTokenRefreshAfterTimeUtc description: Refresh access token after time (UTC). - go: - name: int64 - description: Refresh access token after time (UTC). protocol: {} - - &ref_256 + - &ref_95 type: integer apiVersions: - version: 2022-02-01-preview @@ -1176,11 +897,8 @@ schemas: default: name: AKSSchemaPropertiesAgentCount description: Number of agents - go: - name: int32 - description: Number of agents protocol: {} - - &ref_111 + - &ref_138 type: integer apiVersions: - version: 2022-02-01-preview @@ -1190,11 +908,8 @@ schemas: default: name: AmlComputePropertiesCurrentNodeCount description: The number of compute nodes currently assigned to the compute. - go: - name: int32 - description: The number of compute nodes currently assigned to the compute. protocol: {} - - &ref_112 + - &ref_139 type: integer apiVersions: - version: 2022-02-01-preview @@ -1206,13 +921,8 @@ schemas: description: >- The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation. - go: - name: int32 - description: >- - The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the - target node count for the previous resize operation. protocol: {} - - &ref_113 + - &ref_140 type: integer apiVersions: - version: 2022-02-01-preview @@ -1222,11 +932,8 @@ schemas: default: name: NodeStateCountsIdleNodeCount description: Number of compute nodes in idle state. - go: - name: int32 - description: Number of compute nodes in idle state. protocol: {} - - &ref_114 + - &ref_141 type: integer apiVersions: - version: 2022-02-01-preview @@ -1236,11 +943,8 @@ schemas: default: name: NodeStateCountsRunningNodeCount description: Number of compute nodes which are running jobs. - go: - name: int32 - description: Number of compute nodes which are running jobs. protocol: {} - - &ref_115 + - &ref_142 type: integer apiVersions: - version: 2022-02-01-preview @@ -1250,11 +954,8 @@ schemas: default: name: NodeStateCountsPreparingNodeCount description: Number of compute nodes which are being prepared. - go: - name: int32 - description: Number of compute nodes which are being prepared. protocol: {} - - &ref_116 + - &ref_143 type: integer apiVersions: - version: 2022-02-01-preview @@ -1264,11 +965,8 @@ schemas: default: name: NodeStateCountsUnusableNodeCount description: Number of compute nodes which are in unusable state. - go: - name: int32 - description: Number of compute nodes which are in unusable state. protocol: {} - - &ref_117 + - &ref_144 type: integer apiVersions: - version: 2022-02-01-preview @@ -1278,11 +976,8 @@ schemas: default: name: NodeStateCountsLeavingNodeCount description: Number of compute nodes which are leaving the amlCompute. - go: - name: int32 - description: Number of compute nodes which are leaving the amlCompute. protocol: {} - - &ref_118 + - &ref_145 type: integer apiVersions: - version: 2022-02-01-preview @@ -1292,11 +987,8 @@ schemas: default: name: NodeStateCountsPreemptedNodeCount description: Number of compute nodes which are in preempted state. - go: - name: int32 - description: Number of compute nodes which are in preempted state. protocol: {} - - &ref_128 + - &ref_155 type: integer apiVersions: - version: 2022-02-01-preview @@ -1305,11 +997,8 @@ schemas: default: name: ComputeInstanceSshSettingsSshPort description: Describes the port for connecting through SSH. - go: - name: int32 - description: Describes the port for connecting through SSH. protocol: {} - - &ref_178 + - &ref_202 type: integer apiVersions: - version: 2022-02-01-preview @@ -1319,11 +1008,8 @@ schemas: default: name: ComputeInstanceDataDiskSizeGB description: The initial disk size in gigabytes. - go: - name: int32 - description: The initial disk size in gigabytes. protocol: {} - - &ref_179 + - &ref_203 type: integer apiVersions: - version: 2022-02-01-preview @@ -1333,11 +1019,8 @@ schemas: default: name: ComputeInstanceDataDiskLun description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. - go: - name: int32 - description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. protocol: {} - - &ref_233 + - &ref_218 type: integer apiVersions: - version: 2022-02-01-preview @@ -1346,11 +1029,8 @@ schemas: default: name: VirtualMachineSchemaPropertiesSshPort description: Port open for ssh connections. - go: - name: int32 - description: Port open for ssh connections. protocol: {} - - &ref_234 + - &ref_219 type: integer apiVersions: - version: 2022-02-01-preview @@ -1359,11 +1039,8 @@ schemas: default: name: VirtualMachineSchemaPropertiesNotebookServerPort description: Notebook server port open for ssh connections. - go: - name: int32 - description: Notebook server port open for ssh connections. protocol: {} - - &ref_201 + - &ref_228 type: integer apiVersions: - version: 2022-02-01-preview @@ -1372,11 +1049,8 @@ schemas: default: name: HDInsightPropertiesSshPort description: Port open for ssh connections on the master node of the cluster. - go: - name: int32 - description: Port open for ssh connections on the master node of the cluster. protocol: {} - - &ref_218 + - &ref_239 type: integer apiVersions: - version: 2022-02-01-preview @@ -1385,11 +1059,8 @@ schemas: default: name: AutoScalePropertiesMinNodeCount description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_220 + - &ref_241 type: integer apiVersions: - version: 2022-02-01-preview @@ -1398,11 +1069,8 @@ schemas: default: name: AutoScalePropertiesMaxNodeCount description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_221 + - &ref_242 type: integer apiVersions: - version: 2022-02-01-preview @@ -1411,11 +1079,8 @@ schemas: default: name: AutoPausePropertiesDelayInMinutes description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_223 + - &ref_244 type: integer apiVersions: - version: 2022-02-01-preview @@ -1424,11 +1089,8 @@ schemas: default: name: SynapseSparkPropertiesNodeCount description: The number of compute nodes currently assigned to the compute. - go: - name: int32 - description: The number of compute nodes currently assigned to the compute. protocol: {} - - &ref_654 + - &ref_677 type: number apiVersions: - version: 2022-02-01-preview @@ -1438,11 +1100,8 @@ schemas: default: name: BanditPolicySlackAmount description: Absolute distance allowed from the best performing run. - go: - name: float32 - description: Absolute distance allowed from the best performing run. protocol: {} - - &ref_655 + - &ref_678 type: number apiVersions: - version: 2022-02-01-preview @@ -1452,11 +1111,8 @@ schemas: default: name: BanditPolicySlackFactor description: Ratio of the allowed distance from the best performing run. - go: - name: float32 - description: Ratio of the allowed distance from the best performing run. protocol: {} - - &ref_651 + - &ref_684 type: integer apiVersions: - version: 2022-02-01-preview @@ -1466,11 +1122,8 @@ schemas: default: name: EarlyTerminationPolicyDelayEvaluation description: Number of intervals by which to delay the first evaluation. - go: - name: int32 - description: Number of intervals by which to delay the first evaluation. protocol: {} - - &ref_652 + - &ref_685 type: integer apiVersions: - version: 2022-02-01-preview @@ -1480,11 +1133,8 @@ schemas: default: name: EarlyTerminationPolicyEvaluationInterval description: Interval (number of runs) between policy evaluations. - go: - name: int32 - description: Interval (number of runs) between policy evaluations. protocol: {} - - &ref_624 + - &ref_528 type: number apiVersions: - version: 2022-02-01-preview @@ -1493,11 +1143,8 @@ schemas: default: name: ValidationDataSettingsValidationDataSize description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." - go: - name: float64 - description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} - - &ref_640 + - &ref_532 type: number apiVersions: - version: 2022-02-01-preview @@ -1506,11 +1153,8 @@ schemas: default: name: TestDataSettingsTestDataSize description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." - go: - name: float64 - description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} - - &ref_733 + - &ref_545 type: number apiVersions: - version: 2022-02-01-preview @@ -1519,11 +1163,8 @@ schemas: default: name: TableVerticalLimitSettingsExitScore description: Exit score for the AutoML job. - go: - name: float64 - description: Exit score for the AutoML job. protocol: {} - - &ref_734 + - &ref_546 type: integer apiVersions: - version: 2022-02-01-preview @@ -1533,11 +1174,8 @@ schemas: default: name: TableVerticalLimitSettingsMaxConcurrentTrials description: Maximum Concurrent iterations. - go: - name: int32 - description: Maximum Concurrent iterations. protocol: {} - - &ref_735 + - &ref_547 type: integer apiVersions: - version: 2022-02-01-preview @@ -1547,11 +1185,8 @@ schemas: default: name: TableVerticalLimitSettingsMaxCoresPerTrial description: Max cores per iteration. - go: - name: int32 - description: Max cores per iteration. protocol: {} - - &ref_736 + - &ref_548 type: integer apiVersions: - version: 2022-02-01-preview @@ -1561,11 +1196,8 @@ schemas: default: name: TableVerticalLimitSettingsMaxTrials description: Number of iterations. - go: - name: int32 - description: Number of iterations. protocol: {} - - &ref_745 + - &ref_557 type: number apiVersions: - version: 2022-02-01-preview @@ -1575,11 +1207,8 @@ schemas: default: name: StackEnsembleSettingsStackMetaLearnerTrainPercentage description: Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. - go: - name: float64 - description: Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. protocol: {} - - &ref_693 + - &ref_482 type: integer apiVersions: - version: 2022-02-01-preview @@ -1588,11 +1217,8 @@ schemas: default: name: CustomForecastHorizonValue description: '[Required] Forecast horizon value.' - go: - name: int32 - description: '[Required] Forecast horizon value.' protocol: {} - - &ref_629 + - &ref_520 type: integer apiVersions: - version: 2022-02-01-preview @@ -1601,11 +1227,8 @@ schemas: default: name: CustomNCrossValidationsValue description: '[Required] N-Cross validations value.' - go: - name: int32 - description: '[Required] N-Cross validations value.' protocol: {} - - &ref_703 + - &ref_489 type: integer apiVersions: - version: 2022-02-01-preview @@ -1614,22 +1237,16 @@ schemas: default: name: CustomSeasonalityValue description: '[Required] Seasonality value.' - go: - name: int32 - description: '[Required] Seasonality value.' protocol: {} - - &ref_158 + - &ref_184 type: integer precision: 32 language: default: name: ArrayItemschema description: '' - go: - name: int32 - description: '' protocol: {} - - &ref_722 + - &ref_502 type: integer apiVersions: - version: 2022-02-01-preview @@ -1638,11 +1255,8 @@ schemas: default: name: CustomTargetRollingWindowSizeValue description: '[Required] TargetRollingWindowSize value.' - go: - name: int32 - description: '[Required] TargetRollingWindowSize value.' protocol: {} - - &ref_688 + - &ref_479 type: integer apiVersions: - version: 2022-02-01-preview @@ -1651,11 +1265,8 @@ schemas: default: name: ForecastingSettingsCvStepSize description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." - go: - name: int32 - description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." protocol: {} - - &ref_517 + - &ref_571 type: integer apiVersions: - version: 2022-02-01-preview @@ -1664,11 +1275,8 @@ schemas: default: name: ImageModelSettingsClassificationTrainingCropSize description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. - go: - name: int32 - description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - &ref_518 + - &ref_572 type: integer apiVersions: - version: 2022-02-01-preview @@ -1677,11 +1285,8 @@ schemas: default: name: ImageModelSettingsClassificationValidationCropSize description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. - go: - name: int32 - description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - &ref_519 + - &ref_573 type: integer apiVersions: - version: 2022-02-01-preview @@ -1690,11 +1295,8 @@ schemas: default: name: ImageModelSettingsClassificationValidationResizeSize description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. - go: - name: int32 - description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - &ref_520 + - &ref_574 type: integer apiVersions: - version: 2022-02-01-preview @@ -1703,11 +1305,8 @@ schemas: default: name: ImageModelSettingsClassificationWeightedLoss description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." - go: - name: int32 - description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} - - &ref_526 + - &ref_580 type: number apiVersions: - version: 2022-02-01-preview @@ -1716,11 +1315,8 @@ schemas: default: name: ImageModelSettingsBeta1 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_527 + - &ref_581 type: number apiVersions: - version: 2022-02-01-preview @@ -1729,11 +1325,8 @@ schemas: default: name: ImageModelSettingsBeta2 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_530 + - &ref_584 type: integer apiVersions: - version: 2022-02-01-preview @@ -1742,11 +1335,8 @@ schemas: default: name: ImageModelSettingsCheckpointFrequency description: Frequency to store model checkpoints. Must be a positive integer. - go: - name: int32 - description: Frequency to store model checkpoints. Must be a positive integer. protocol: {} - - &ref_534 + - &ref_588 type: integer apiVersions: - version: 2022-02-01-preview @@ -1755,11 +1345,8 @@ schemas: default: name: ImageModelSettingsEarlyStoppingDelay description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." - go: - name: int32 - description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." protocol: {} - - &ref_535 + - &ref_589 type: integer apiVersions: - version: 2022-02-01-preview @@ -1768,11 +1355,8 @@ schemas: default: name: ImageModelSettingsEarlyStoppingPatience description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." - go: - name: int32 - description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." protocol: {} - - &ref_537 + - &ref_591 type: integer apiVersions: - version: 2022-02-01-preview @@ -1781,11 +1365,8 @@ schemas: default: name: ImageModelSettingsEvaluationFrequency description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - go: - name: int32 - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - &ref_538 + - &ref_592 type: integer apiVersions: - version: 2022-02-01-preview @@ -1794,11 +1375,8 @@ schemas: default: name: ImageModelSettingsGradientAccumulationStep description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." - go: - name: int32 - description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." protocol: {} - - &ref_539 + - &ref_593 type: integer apiVersions: - version: 2022-02-01-preview @@ -1807,11 +1385,8 @@ schemas: default: name: ImageModelSettingsLayersToFreeze description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: int32 - description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_540 + - &ref_594 type: number apiVersions: - version: 2022-02-01-preview @@ -1820,11 +1395,8 @@ schemas: default: name: ImageModelSettingsLearningRate description: Initial learning rate. Must be a float in the range [0, 1]. - go: - name: float32 - description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - &ref_543 + - &ref_597 type: number apiVersions: - version: 2022-02-01-preview @@ -1833,11 +1405,8 @@ schemas: default: name: ImageModelSettingsMomentum description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - &ref_545 + - &ref_599 type: integer apiVersions: - version: 2022-02-01-preview @@ -1846,11 +1415,8 @@ schemas: default: name: ImageModelSettingsNumberOfEpochs description: Number of training epochs. Must be a positive integer. - go: - name: int32 - description: Number of training epochs. Must be a positive integer. protocol: {} - - &ref_546 + - &ref_600 type: integer apiVersions: - version: 2022-02-01-preview @@ -1859,11 +1425,8 @@ schemas: default: name: ImageModelSettingsNumberOfWorkers description: Number of data loader workers. Must be a non-negative integer. - go: - name: int32 - description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - &ref_548 + - &ref_602 type: integer apiVersions: - version: 2022-02-01-preview @@ -1872,11 +1435,8 @@ schemas: default: name: ImageModelSettingsRandomSeed description: Random seed to be used when using deterministic training. - go: - name: int32 - description: Random seed to be used when using deterministic training. protocol: {} - - &ref_549 + - &ref_603 type: number apiVersions: - version: 2022-02-01-preview @@ -1885,11 +1445,8 @@ schemas: default: name: ImageModelSettingsSplitRatio description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." - go: - name: float32 - description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." protocol: {} - - &ref_550 + - &ref_604 type: number apiVersions: - version: 2022-02-01-preview @@ -1898,11 +1455,8 @@ schemas: default: name: ImageModelSettingsStepLRGamma description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - &ref_551 + - &ref_605 type: integer apiVersions: - version: 2022-02-01-preview @@ -1911,11 +1465,8 @@ schemas: default: name: ImageModelSettingsStepLRStepSize description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - go: - name: int32 - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - &ref_552 + - &ref_606 type: integer apiVersions: - version: 2022-02-01-preview @@ -1924,11 +1475,8 @@ schemas: default: name: ImageModelSettingsTrainingBatchSize description: Training batch size. Must be a positive integer. - go: - name: int32 - description: Training batch size. Must be a positive integer. protocol: {} - - &ref_553 + - &ref_607 type: integer apiVersions: - version: 2022-02-01-preview @@ -1937,11 +1485,8 @@ schemas: default: name: ImageModelSettingsValidationBatchSize description: Validation batch size. Must be a positive integer. - go: - name: int32 - description: Validation batch size. Must be a positive integer. protocol: {} - - &ref_554 + - &ref_608 type: number apiVersions: - version: 2022-02-01-preview @@ -1950,11 +1495,8 @@ schemas: default: name: ImageModelSettingsWarmupCosineLRCycles description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. - go: - name: float32 - description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - &ref_555 + - &ref_609 type: integer apiVersions: - version: 2022-02-01-preview @@ -1963,11 +1505,8 @@ schemas: default: name: ImageModelSettingsWarmupCosineLRWarmupEpochs description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - go: - name: int32 - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - &ref_556 + - &ref_610 type: number apiVersions: - version: 2022-02-01-preview @@ -1976,11 +1515,8 @@ schemas: default: name: ImageModelSettingsWeightDecay description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - go: - name: float32 - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} - - &ref_641 + - &ref_673 type: integer apiVersions: - version: 2022-02-01-preview @@ -1990,11 +1526,8 @@ schemas: default: name: ImageLimitSettingsMaxConcurrentTrials description: Maximum number of concurrent AutoML iterations. - go: - name: int32 - description: Maximum number of concurrent AutoML iterations. protocol: {} - - &ref_642 + - &ref_674 type: integer apiVersions: - version: 2022-02-01-preview @@ -2004,11 +1537,8 @@ schemas: default: name: ImageLimitSettingsMaxTrials description: Maximum number of AutoML iterations. - go: - name: int32 - description: Maximum number of AutoML iterations. protocol: {} - - &ref_658 + - &ref_687 type: integer apiVersions: - version: 2022-02-01-preview @@ -2017,11 +1547,8 @@ schemas: default: name: ImageSweepLimitSettingsMaxConcurrentTrials description: Maximum number of concurrent iterations for the underlying Sweep job. - go: - name: int32 - description: Maximum number of concurrent iterations for the underlying Sweep job. protocol: {} - - &ref_659 + - &ref_688 type: integer apiVersions: - version: 2022-02-01-preview @@ -2030,11 +1557,8 @@ schemas: default: name: ImageSweepLimitSettingsMaxTrials description: Maximum number of iterations for the underlying Sweep job. - go: - name: int32 - description: Maximum number of iterations for the underlying Sweep job. protocol: {} - - &ref_557 + - &ref_611 type: integer apiVersions: - version: 2022-02-01-preview @@ -2043,11 +1567,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionBoxDetectionsPerImage description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: int32 - description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_558 + - &ref_612 type: number apiVersions: - version: 2022-02-01-preview @@ -2056,11 +1577,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionBoxScoreThreshold description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." - go: - name: float32 - description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." protocol: {} - - &ref_559 + - &ref_613 type: integer apiVersions: - version: 2022-02-01-preview @@ -2069,11 +1587,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionImageSize description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: int32 - description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_560 + - &ref_614 type: integer apiVersions: - version: 2022-02-01-preview @@ -2082,11 +1597,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionMaxSize description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: int32 - description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_561 + - &ref_615 type: integer apiVersions: - version: 2022-02-01-preview @@ -2095,11 +1607,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionMinSize description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: int32 - description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_564 + - &ref_618 type: number apiVersions: - version: 2022-02-01-preview @@ -2108,11 +1617,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionNmsIouThreshold description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. - go: - name: float32 - description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. protocol: {} - - &ref_566 + - &ref_620 type: number apiVersions: - version: 2022-02-01-preview @@ -2121,11 +1627,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionTileOverlapRatio description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: float32 - description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_567 + - &ref_621 type: number apiVersions: - version: 2022-02-01-preview @@ -2134,11 +1637,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionTilePredictionsNmsThreshold description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: float32 - description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_568 + - &ref_622 type: number apiVersions: - version: 2022-02-01-preview @@ -2147,11 +1647,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionValidationIouThreshold description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - go: - name: float32 - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - &ref_762 + - &ref_704 type: integer apiVersions: - version: 2022-02-01-preview @@ -2164,11 +1661,8 @@ schemas: default: name: MpiProcessCountPerInstance description: Number of processes per MPI node. - go: - name: int32 - description: Number of processes per MPI node. protocol: {} - - &ref_679 + - &ref_695 type: integer apiVersions: - version: 2022-02-01-preview @@ -2178,11 +1672,8 @@ schemas: default: name: NlpVerticalLimitSettingsMaxConcurrentTrials description: Maximum Concurrent AutoML iterations. - go: - name: int32 - description: Maximum Concurrent AutoML iterations. protocol: {} - - &ref_680 + - &ref_696 type: integer apiVersions: - version: 2022-02-01-preview @@ -2192,11 +1683,8 @@ schemas: default: name: NlpVerticalLimitSettingsMaxTrials description: Number of AutoML iterations. - go: - name: int32 - description: Number of AutoML iterations. protocol: {} - - &ref_755 + - &ref_705 type: integer apiVersions: - version: 2022-02-01-preview @@ -2205,11 +1693,8 @@ schemas: default: name: PyTorchProcessCountPerInstance description: Number of processes per node. - go: - name: int32 - description: Number of processes per node. protocol: {} - - &ref_790 + - &ref_735 type: integer apiVersions: - version: 2022-02-01-preview @@ -2218,11 +1703,8 @@ schemas: default: name: RandomSamplingAlgorithmSeed description: An optional integer to use as the seed for random number generation - go: - name: int32 - description: An optional integer to use as the seed for random number generation protocol: {} - - &ref_157 + - &ref_183 type: integer apiVersions: - version: 2022-02-01-preview @@ -2231,11 +1713,8 @@ schemas: default: name: RecurrenceScheduleInterval description: '[Required] Specifies schedule interval in conjunction with frequency' - go: - name: int32 - description: '[Required] Specifies schedule interval in conjunction with frequency' protocol: {} - - &ref_773 + - &ref_718 type: integer apiVersions: - version: 2022-02-01-preview @@ -2244,11 +1723,8 @@ schemas: default: name: SweepJobLimitsMaxConcurrentTrials description: Sweep Job max concurrent trials. - go: - name: int32 - description: Sweep Job max concurrent trials. protocol: {} - - &ref_774 + - &ref_719 type: integer apiVersions: - version: 2022-02-01-preview @@ -2257,11 +1733,8 @@ schemas: default: name: SweepJobLimitsMaxTotalTrials description: Sweep Job max total trials. - go: - name: int32 - description: Sweep Job max total trials. protocol: {} - - &ref_339 + - &ref_325 type: integer apiVersions: - version: 2022-02-01-preview @@ -2271,11 +1744,8 @@ schemas: default: name: TargetUtilizationScaleSettingsMaxInstances description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. - go: - name: int32 - description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. protocol: {} - - &ref_340 + - &ref_326 type: integer apiVersions: - version: 2022-02-01-preview @@ -2285,11 +1755,8 @@ schemas: default: name: TargetUtilizationScaleSettingsMinInstances description: The minimum number of instances to always be present. - go: - name: int32 - description: The minimum number of instances to always be present. protocol: {} - - &ref_342 + - &ref_328 type: integer apiVersions: - version: 2022-02-01-preview @@ -2299,11 +1766,8 @@ schemas: default: name: TargetUtilizationScaleSettingsTargetUtilizationPercentage description: Target CPU usage for the autoscaler. - go: - name: int32 - description: Target CPU usage for the autoscaler. protocol: {} - - &ref_756 + - &ref_706 type: integer apiVersions: - version: 2022-02-01-preview @@ -2317,11 +1781,8 @@ schemas: default: name: TensorFlowParameterServerCount description: Number of parameter server tasks. - go: - name: int32 - description: Number of parameter server tasks. protocol: {} - - &ref_757 + - &ref_707 type: integer apiVersions: - version: 2022-02-01-preview @@ -2334,11 +1795,8 @@ schemas: default: name: TensorFlowWorkerCount description: Number of workers. If not specified, will default to the instance count. - go: - name: int32 - description: Number of workers. If not specified, will default to the instance count. protocol: {} - - &ref_647 + - &ref_679 type: integer apiVersions: - version: 2022-02-01-preview @@ -2348,9 +1806,6 @@ schemas: default: name: TruncationSelectionPolicyTruncationPercentage description: The percentage of runs to cancel at each evaluation interval. - go: - name: int32 - description: The percentage of runs to cancel at each evaluation interval. protocol: {} strings: - &ref_0 @@ -2359,11 +1814,8 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - - &ref_56 + - &ref_55 type: string apiVersions: - version: 2022-02-01-preview @@ -2371,11 +1823,8 @@ schemas: default: name: AmlOperationName description: 'Operation name: {provider}/{resource}/{operation}' - go: - name: string - description: 'Operation name: {provider}/{resource}/{operation}' protocol: {} - - &ref_57 + - &ref_56 type: string apiVersions: - version: 2022-02-01-preview @@ -2383,11 +1832,8 @@ schemas: default: name: AmlOperationDisplayProvider description: 'The resource provider name: Microsoft.MachineLearningExperimentation' - go: - name: string - description: 'The resource provider name: Microsoft.MachineLearningExperimentation' protocol: {} - - &ref_58 + - &ref_57 type: string apiVersions: - version: 2022-02-01-preview @@ -2395,11 +1841,8 @@ schemas: default: name: AmlOperationDisplayResource description: The resource on which the operation is performed. - go: - name: string - description: The resource on which the operation is performed. protocol: {} - - &ref_59 + - &ref_58 type: string apiVersions: - version: 2022-02-01-preview @@ -2407,11 +1850,8 @@ schemas: default: name: AmlOperationDisplayOperation description: The operation that users can perform. - go: - name: string - description: The operation that users can perform. protocol: {} - - &ref_60 + - &ref_59 type: string apiVersions: - version: 2022-02-01-preview @@ -2419,11 +1859,8 @@ schemas: default: name: AmlOperationDisplayDescription description: The description for the operation. - go: - name: string - description: The description for the operation. protocol: {} - - &ref_65 + - &ref_63 type: string apiVersions: - version: '3.0' @@ -2431,11 +1868,8 @@ schemas: default: name: ErrorDetailCode description: The error code. - go: - name: string - description: The error code. protocol: {} - - &ref_66 + - &ref_64 type: string apiVersions: - version: '3.0' @@ -2443,11 +1877,8 @@ schemas: default: name: ErrorDetailMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - - &ref_67 + - &ref_65 type: string apiVersions: - version: '3.0' @@ -2455,11 +1886,8 @@ schemas: default: name: ErrorDetailTarget description: The error target. - go: - name: string - description: The error target. protocol: {} - - &ref_69 + - &ref_67 type: string apiVersions: - version: '3.0' @@ -2467,11 +1895,8 @@ schemas: default: name: ErrorAdditionalInfoType description: The additional info type. - go: - name: string - description: The additional info type. protocol: {} - - &ref_1287 + - &ref_1207 type: string apiVersions: - version: '3.0' @@ -2480,11 +1905,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_1299 + - &ref_1214 type: string apiVersions: - version: '3.0' @@ -2494,9 +1916,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_1 type: string @@ -2507,12 +1926,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_869 + - &ref_796 type: string apiVersions: - version: 2022-02-01-preview @@ -2520,11 +1935,8 @@ schemas: default: name: WorkspacePropertiesWorkspaceId description: The immutable id associated with this workspace. - go: - name: string - description: The immutable id associated with this workspace. protocol: {} - - &ref_870 + - &ref_797 type: string apiVersions: - version: 2022-02-01-preview @@ -2532,11 +1944,8 @@ schemas: default: name: WorkspacePropertiesDescription description: The description of this workspace. - go: - name: string - description: The description of this workspace. protocol: {} - - &ref_871 + - &ref_798 type: string apiVersions: - version: 2022-02-01-preview @@ -2544,11 +1953,8 @@ schemas: default: name: WorkspacePropertiesFriendlyName description: The friendly name for this workspace. This name in mutable - go: - name: string - description: The friendly name for this workspace. This name in mutable protocol: {} - - &ref_872 + - &ref_799 type: string apiVersions: - version: 2022-02-01-preview @@ -2556,11 +1962,8 @@ schemas: default: name: WorkspacePropertiesKeyVault description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created - go: - name: string - description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - &ref_873 + - &ref_800 type: string apiVersions: - version: 2022-02-01-preview @@ -2568,11 +1971,8 @@ schemas: default: name: WorkspacePropertiesApplicationInsights description: ARM id of the application insights associated with this workspace. - go: - name: string - description: ARM id of the application insights associated with this workspace. protocol: {} - - &ref_874 + - &ref_801 type: string apiVersions: - version: 2022-02-01-preview @@ -2580,11 +1980,8 @@ schemas: default: name: WorkspacePropertiesContainerRegistry description: ARM id of the container registry associated with this workspace. - go: - name: string - description: ARM id of the container registry associated with this workspace. protocol: {} - - &ref_875 + - &ref_802 type: string apiVersions: - version: 2022-02-01-preview @@ -2592,11 +1989,8 @@ schemas: default: name: WorkspacePropertiesStorageAccount description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created - go: - name: string - description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - &ref_876 + - &ref_803 type: string apiVersions: - version: 2022-02-01-preview @@ -2604,11 +1998,8 @@ schemas: default: name: WorkspacePropertiesDiscoveryUrl description: Url for the discovery service to identify regional endpoints for machine learning experimentation services - go: - name: string - description: Url for the discovery service to identify regional endpoints for machine learning experimentation services protocol: {} - - &ref_878 + - &ref_805 type: string apiVersions: - version: 2022-02-01-preview @@ -2616,11 +2007,8 @@ schemas: default: name: IdentityForCmkUserAssignedIdentity description: The ArmId of the user assigned identity that will be used to access the customer managed key vault - go: - name: string - description: The ArmId of the user assigned identity that will be used to access the customer managed key vault protocol: {} - - &ref_879 + - &ref_806 type: string apiVersions: - version: 2022-02-01-preview @@ -2628,11 +2016,8 @@ schemas: default: name: EncryptionKeyVaultPropertiesKeyVaultArmId description: The ArmId of the keyVault where the customer owned encryption key is present. - go: - name: string - description: The ArmId of the keyVault where the customer owned encryption key is present. protocol: {} - - &ref_880 + - &ref_807 type: string apiVersions: - version: 2022-02-01-preview @@ -2640,11 +2025,8 @@ schemas: default: name: EncryptionKeyVaultPropertiesKeyIdentifier description: Key vault uri to access the encryption key. - go: - name: string - description: Key vault uri to access the encryption key. protocol: {} - - &ref_881 + - &ref_808 type: string apiVersions: - version: 2022-02-01-preview @@ -2652,11 +2034,8 @@ schemas: default: name: EncryptionKeyVaultPropertiesIdentityClientId description: For future use - The client id of the identity which will be used to access key vault. - go: - name: string - description: For future use - The client id of the identity which will be used to access key vault. protocol: {} - - &ref_883 + - &ref_810 type: string apiVersions: - version: 2022-02-01-preview @@ -2664,11 +2043,8 @@ schemas: default: name: WorkspacePropertiesServiceProvisionedResourceGroup description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace - go: - name: string - description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace protocol: {} - - &ref_885 + - &ref_812 type: string apiVersions: - version: 2022-02-01-preview @@ -2676,11 +2052,8 @@ schemas: default: name: WorkspacePropertiesImageBuildCompute description: The compute name for image build - go: - name: string - description: The compute name for image build protocol: {} - - &ref_72 + - &ref_70 type: string apiVersions: - version: 2022-02-01-preview @@ -2688,11 +2061,8 @@ schemas: default: name: PrivateEndpointId description: The ARM identifier for Private Endpoint - go: - name: string - description: The ARM identifier for Private Endpoint protocol: {} - - &ref_73 + - &ref_71 type: string apiVersions: - version: 2022-02-01-preview @@ -2700,11 +2070,8 @@ schemas: default: name: PrivateEndpointSubnetArmId description: The ARM identifier for Subnet resource that private endpoint links to - go: - name: string - description: The ARM identifier for Subnet resource that private endpoint links to protocol: {} - - &ref_75 + - &ref_73 type: string apiVersions: - version: 2022-02-01-preview @@ -2712,11 +2079,8 @@ schemas: default: name: PrivateLinkServiceConnectionStateDescription description: The reason for approval/rejection of the connection. - go: - name: string - description: The reason for approval/rejection of the connection. protocol: {} - - &ref_76 + - &ref_74 type: string apiVersions: - version: 2022-02-01-preview @@ -2724,11 +2088,8 @@ schemas: default: name: PrivateLinkServiceConnectionStateActionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: string - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - - &ref_82 + - &ref_80 type: string apiVersions: - version: 2022-02-01-preview @@ -2736,11 +2097,8 @@ schemas: default: name: PrivateEndpointConnectionLocation description: Specifies the location of the resource. - go: - name: string - description: Specifies the location of the resource. protocol: {} - - &ref_84 + - &ref_82 type: string apiVersions: - version: '3.0' @@ -2748,11 +2106,8 @@ schemas: default: name: SkuName description: The name of the SKU. Ex - P3. It is typically a letter+number code - go: - name: string - description: The name of the SKU. Ex - P3. It is typically a letter+number code protocol: {} - - &ref_86 + - &ref_84 type: string apiVersions: - version: '3.0' @@ -2760,11 +2115,8 @@ schemas: default: name: SkuSize description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' - go: - name: string - description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' protocol: {} - - &ref_87 + - &ref_85 type: string apiVersions: - version: '3.0' @@ -2772,11 +2124,8 @@ schemas: default: name: SkuFamily description: If the service has different generations of hardware, for the same SKU, then that can be captured here. - go: - name: string - description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - &ref_861 + - &ref_788 type: string apiVersions: - version: '3.0' @@ -2784,11 +2133,8 @@ schemas: default: name: ResourceId description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - go: - name: string - description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - - &ref_862 + - &ref_789 type: string apiVersions: - version: '3.0' @@ -2796,11 +2142,8 @@ schemas: default: name: ResourceName description: The name of the resource - go: - name: string - description: The name of the resource protocol: {} - - &ref_863 + - &ref_790 type: string apiVersions: - version: '3.0' @@ -2808,11 +2151,8 @@ schemas: default: name: ResourceType description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" - go: - name: string - description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - - &ref_864 + - &ref_791 type: string apiVersions: - version: '3.0' @@ -2820,11 +2160,8 @@ schemas: default: name: SystemDataCreatedBy description: The identity that created the resource. - go: - name: string - description: The identity that created the resource. protocol: {} - - &ref_867 + - &ref_794 type: string apiVersions: - version: '3.0' @@ -2832,11 +2169,8 @@ schemas: default: name: SystemDataLastModifiedBy description: The identity that last modified the resource. - go: - name: string - description: The identity that last modified the resource. protocol: {} - - &ref_888 + - &ref_815 type: string apiVersions: - version: 2022-02-01-preview @@ -2844,11 +2178,8 @@ schemas: default: name: SharedPrivateLinkResourceName description: Unique name of the private link. - go: - name: string - description: Unique name of the private link. protocol: {} - - &ref_889 + - &ref_816 type: string apiVersions: - version: 2022-02-01-preview @@ -2856,11 +2187,8 @@ schemas: default: name: SharedPrivateLinkResourcePropertyPrivateLinkResourceId description: The resource id that private link links to. - go: - name: string - description: The resource id that private link links to. protocol: {} - - &ref_890 + - &ref_817 type: string apiVersions: - version: 2022-02-01-preview @@ -2868,11 +2196,8 @@ schemas: default: name: SharedPrivateLinkResourcePropertyGroupId description: The private link resource group id. - go: - name: string - description: The private link resource group id. protocol: {} - - &ref_891 + - &ref_818 type: string apiVersions: - version: 2022-02-01-preview @@ -2880,11 +2205,8 @@ schemas: default: name: SharedPrivateLinkResourcePropertyRequestMessage description: Request message. - go: - name: string - description: Request message. protocol: {} - - &ref_892 + - &ref_819 type: string apiVersions: - version: 2022-02-01-preview @@ -2892,11 +2214,8 @@ schemas: default: name: NotebookResourceInfoFqdn description: '' - go: - name: string - description: '' protocol: {} - - &ref_893 + - &ref_820 type: string apiVersions: - version: 2022-02-01-preview @@ -2904,11 +2223,8 @@ schemas: default: name: NotebookResourceInfoResourceId description: the data plane resourceId that used to initialize notebook component - go: - name: string - description: the data plane resourceId that used to initialize notebook component protocol: {} - - &ref_894 + - &ref_821 type: string apiVersions: - version: 2022-02-01-preview @@ -2916,11 +2232,8 @@ schemas: default: name: NotebookPreparationErrorMessage description: '' - go: - name: string - description: '' protocol: {} - - &ref_897 + - &ref_824 type: string apiVersions: - version: 2022-02-01-preview @@ -2928,11 +2241,8 @@ schemas: default: name: WorkspacePropertiesPrimaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. - go: - name: string - description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - &ref_898 + - &ref_825 type: string apiVersions: - version: 2022-02-01-preview @@ -2940,11 +2250,8 @@ schemas: default: name: WorkspacePropertiesTenantId description: The tenant id associated with this workspace. - go: - name: string - description: The tenant id associated with this workspace. protocol: {} - - &ref_900 + - &ref_827 type: string apiVersions: - version: 2022-02-01-preview @@ -2952,11 +2259,8 @@ schemas: default: name: WorkspacePropertiesMlFlowTrackingUri description: The URI associated with this workspace that machine learning flow must point at to set up tracking. - go: - name: string - description: The URI associated with this workspace that machine learning flow must point at to set up tracking. protocol: {} - - &ref_901 + - &ref_828 type: string apiVersions: - version: 2022-02-01-preview @@ -2964,11 +2268,8 @@ schemas: default: name: WorkspaceLocation description: Specifies the location of the resource. - go: - name: string - description: Specifies the location of the resource. protocol: {} - - &ref_919 + - &ref_846 type: string apiVersions: - version: 2022-02-01-preview @@ -2976,11 +2277,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersDescription description: The description of this workspace. - go: - name: string - description: The description of this workspace. protocol: {} - - &ref_920 + - &ref_847 type: string apiVersions: - version: 2022-02-01-preview @@ -2988,11 +2286,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersFriendlyName description: The friendly name for this workspace. - go: - name: string - description: The friendly name for this workspace. protocol: {} - - &ref_921 + - &ref_848 type: string apiVersions: - version: 2022-02-01-preview @@ -3000,11 +2295,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersImageBuildCompute description: The compute name for image build - go: - name: string - description: The compute name for image build protocol: {} - - &ref_922 + - &ref_849 type: string apiVersions: - version: 2022-02-01-preview @@ -3012,11 +2304,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersPrimaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. - go: - name: string - description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - &ref_923 + - &ref_850 type: string apiVersions: - version: 2022-02-01-preview @@ -3024,11 +2313,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersApplicationInsights description: ARM id of the application insights associated with this workspace. - go: - name: string - description: ARM id of the application insights associated with this workspace. protocol: {} - - &ref_924 + - &ref_851 type: string apiVersions: - version: 2022-02-01-preview @@ -3036,11 +2322,8 @@ schemas: default: name: WorkspacePropertiesUpdateParametersContainerRegistry description: ARM id of the container registry associated with this workspace. - go: - name: string - description: ARM id of the container registry associated with this workspace. protocol: {} - - &ref_926 + - &ref_853 type: string apiVersions: - version: 2022-02-01-preview @@ -3048,11 +2331,8 @@ schemas: default: name: WorkspaceListResultNextLink description: The URI that can be used to request the next list of machine learning workspaces. - go: - name: string - description: The URI that can be used to request the next list of machine learning workspaces. protocol: {} - - &ref_937 + - &ref_864 type: string apiVersions: - version: 2022-02-01-preview @@ -3060,11 +2340,8 @@ schemas: default: name: DiagnoseResultCode description: Code for workspace setup error - go: - name: string - description: Code for workspace setup error protocol: {} - - &ref_939 + - &ref_866 type: string apiVersions: - version: 2022-02-01-preview @@ -3072,11 +2349,8 @@ schemas: default: name: DiagnoseResultMessage description: Message of workspace setup error - go: - name: string - description: Message of workspace setup error protocol: {} - - &ref_943 + - &ref_869 type: string apiVersions: - version: 2022-02-01-preview @@ -3086,11 +2360,8 @@ schemas: default: name: ListWorkspaceKeysResultUserStorageKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_944 + - &ref_870 type: string apiVersions: - version: 2022-02-01-preview @@ -3098,11 +2369,8 @@ schemas: default: name: ListWorkspaceKeysResultUserStorageResourceId description: '' - go: - name: string - description: '' protocol: {} - - &ref_945 + - &ref_871 type: string apiVersions: - version: 2022-02-01-preview @@ -3112,11 +2380,8 @@ schemas: default: name: ListWorkspaceKeysResultAppInsightsInstrumentationKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_946 + - &ref_872 type: string apiVersions: - version: 2022-02-01-preview @@ -3124,11 +2389,8 @@ schemas: default: name: RegistryListCredentialsResultLocation description: '' - go: - name: string - description: '' protocol: {} - - &ref_947 + - &ref_873 type: string apiVersions: - version: 2022-02-01-preview @@ -3136,11 +2398,8 @@ schemas: default: name: RegistryListCredentialsResultUsername description: '' - go: - name: string - description: '' protocol: {} - - &ref_948 + - &ref_874 type: string apiVersions: - version: 2022-02-01-preview @@ -3148,11 +2407,8 @@ schemas: default: name: PasswordName description: '' - go: - name: string - description: '' protocol: {} - - &ref_949 + - &ref_875 type: string apiVersions: - version: 2022-02-01-preview @@ -3160,11 +2416,8 @@ schemas: default: name: PasswordValue description: '' - go: - name: string - description: '' protocol: {} - - &ref_950 + - &ref_876 type: string apiVersions: - version: 2022-02-01-preview @@ -3174,11 +2427,8 @@ schemas: default: name: ListNotebookKeysResultPrimaryAccessKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_951 + - &ref_877 type: string apiVersions: - version: 2022-02-01-preview @@ -3188,11 +2438,8 @@ schemas: default: name: ListNotebookKeysResultSecondaryAccessKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_1423 + - &ref_1257 type: string apiVersions: - version: 2022-02-01-preview @@ -3201,11 +2448,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_955 + - &ref_881 type: string apiVersions: - version: 2022-02-01-preview @@ -3213,11 +2457,8 @@ schemas: default: name: UsageId description: Specifies the resource ID. - go: - name: string - description: Specifies the resource ID. protocol: {} - - &ref_956 + - &ref_882 type: string apiVersions: - version: 2022-02-01-preview @@ -3225,11 +2466,8 @@ schemas: default: name: UsageAmlWorkspaceLocation description: Region of the AML workspace in the id. - go: - name: string - description: Region of the AML workspace in the id. protocol: {} - - &ref_957 + - &ref_883 type: string apiVersions: - version: 2022-02-01-preview @@ -3237,11 +2475,8 @@ schemas: default: name: UsageType description: Specifies the resource type. - go: - name: string - description: Specifies the resource type. protocol: {} - - &ref_961 + - &ref_887 type: string apiVersions: - version: 2022-02-01-preview @@ -3249,11 +2484,8 @@ schemas: default: name: UsageNameValue description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - - &ref_962 + - &ref_888 type: string apiVersions: - version: 2022-02-01-preview @@ -3261,11 +2493,8 @@ schemas: default: name: UsageNameLocalizedValue description: The localized name of the resource. - go: - name: string - description: The localized name of the resource. protocol: {} - - &ref_963 + - &ref_889 type: string apiVersions: - version: 2022-02-01-preview @@ -3273,11 +2502,8 @@ schemas: default: name: ListUsagesResultNextLink description: The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. - go: - name: string - description: The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. protocol: {} - - &ref_966 + - &ref_892 type: string apiVersions: - version: 2022-02-01-preview @@ -3286,11 +2512,8 @@ schemas: default: name: VirtualMachineSizeName description: The name of the virtual machine size. - go: - name: string - description: The name of the virtual machine size. protocol: {} - - &ref_967 + - &ref_893 type: string apiVersions: - version: 2022-02-01-preview @@ -3299,11 +2522,8 @@ schemas: default: name: VirtualMachineSizeFamily description: The family name of the virtual machine size. - go: - name: string - description: The family name of the virtual machine size. protocol: {} - - &ref_980 + - &ref_906 type: string apiVersions: - version: 2022-02-01-preview @@ -3311,11 +2531,8 @@ schemas: default: name: VirtualMachineSizeSupportedComputeTypesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_984 + - &ref_910 type: string apiVersions: - version: 2022-02-01-preview @@ -3323,11 +2540,8 @@ schemas: default: name: QuotaBasePropertiesId description: Specifies the resource ID. - go: - name: string - description: Specifies the resource ID. protocol: {} - - &ref_985 + - &ref_911 type: string apiVersions: - version: 2022-02-01-preview @@ -3335,11 +2549,8 @@ schemas: default: name: QuotaBasePropertiesType description: Specifies the resource type. - go: - name: string - description: Specifies the resource type. protocol: {} - - &ref_988 + - &ref_914 type: string apiVersions: - version: 2022-02-01-preview @@ -3347,11 +2558,8 @@ schemas: default: name: QuotaUpdateParametersLocation description: Region of workspace quota to be updated. - go: - name: string - description: Region of workspace quota to be updated. protocol: {} - - &ref_990 + - &ref_916 type: string apiVersions: - version: 2022-02-01-preview @@ -3359,11 +2567,8 @@ schemas: default: name: UpdateWorkspaceQuotasId description: Specifies the resource ID. - go: - name: string - description: Specifies the resource ID. protocol: {} - - &ref_991 + - &ref_917 type: string apiVersions: - version: 2022-02-01-preview @@ -3371,11 +2576,8 @@ schemas: default: name: UpdateWorkspaceQuotasType description: Specifies the resource type. - go: - name: string - description: Specifies the resource type. protocol: {} - - &ref_994 + - &ref_920 type: string apiVersions: - version: 2022-02-01-preview @@ -3383,11 +2585,8 @@ schemas: default: name: UpdateWorkspaceQuotasResultNextLink description: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. - go: - name: string - description: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. protocol: {} - - &ref_996 + - &ref_922 type: string apiVersions: - version: 2022-02-01-preview @@ -3395,11 +2594,8 @@ schemas: default: name: ResourceQuotaId description: Specifies the resource ID. - go: - name: string - description: Specifies the resource ID. protocol: {} - - &ref_997 + - &ref_923 type: string apiVersions: - version: 2022-02-01-preview @@ -3407,11 +2603,8 @@ schemas: default: name: ResourceQuotaAmlWorkspaceLocation description: Region of the AML workspace in the id. - go: - name: string - description: Region of the AML workspace in the id. protocol: {} - - &ref_998 + - &ref_924 type: string apiVersions: - version: 2022-02-01-preview @@ -3419,11 +2612,8 @@ schemas: default: name: ResourceQuotaType description: Specifies the resource type. - go: - name: string - description: Specifies the resource type. protocol: {} - - &ref_999 + - &ref_925 type: string apiVersions: - version: 2022-02-01-preview @@ -3431,11 +2621,8 @@ schemas: default: name: ResourceNameValue description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - - &ref_1000 + - &ref_926 type: string apiVersions: - version: 2022-02-01-preview @@ -3443,11 +2630,8 @@ schemas: default: name: ResourceNameLocalizedValue description: The localized name of the resource. - go: - name: string - description: The localized name of the resource. protocol: {} - - &ref_1002 + - &ref_928 type: string apiVersions: - version: 2022-02-01-preview @@ -3455,11 +2639,8 @@ schemas: default: name: ListWorkspaceQuotasNextLink description: The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. - go: - name: string - description: The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. protocol: {} - - &ref_277 + - &ref_265 type: string apiVersions: - version: 2022-02-01-preview @@ -3467,9 +2648,6 @@ schemas: default: name: ComputeResourceLocation description: Specifies the location of the resource. - go: - name: string - description: Specifies the location of the resource. protocol: {} - &ref_3 type: string @@ -3480,12 +2658,8 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - - &ref_244 + - &ref_255 type: string apiVersions: - version: 2022-02-01-preview @@ -3493,11 +2667,8 @@ schemas: default: name: ComputeLocation description: Location for the underlying compute - go: - name: string - description: Location for the underlying compute protocol: {} - - &ref_246 + - &ref_257 type: string apiVersions: - version: 2022-02-01-preview @@ -3505,11 +2676,8 @@ schemas: default: name: ComputeDescription description: The description of the Machine Learning compute. - go: - name: string - description: The description of the Machine Learning compute. protocol: {} - - &ref_249 + - &ref_260 type: string apiVersions: - version: 2022-02-01-preview @@ -3517,11 +2685,8 @@ schemas: default: name: ComputeResourceId description: ARM resource id of the underlying compute - go: - name: string - description: ARM resource id of the underlying compute protocol: {} - - &ref_1005 + - &ref_931 type: string apiVersions: - version: 2022-02-01-preview @@ -3529,11 +2694,8 @@ schemas: default: name: PaginatedComputeResourcesListNextLink description: A continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_1503 + - &ref_1292 type: string apiVersions: - version: 2022-02-01-preview @@ -3542,12 +2704,8 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - - &ref_1504 + - &ref_1293 type: string apiVersions: - version: 2022-02-01-preview @@ -3556,12 +2714,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1009 + - &ref_935 type: string apiVersions: - version: 2022-02-01-preview @@ -3570,11 +2724,8 @@ schemas: default: name: AmlComputeNodeInformationNodeId description: ID of the compute node. - go: - name: string - description: ID of the compute node. protocol: {} - - &ref_1010 + - &ref_936 type: string apiVersions: - version: 2022-02-01-preview @@ -3583,11 +2734,8 @@ schemas: default: name: AmlComputeNodeInformationPrivateIpAddress description: Private IP address of the compute node. - go: - name: string - description: Private IP address of the compute node. protocol: {} - - &ref_1011 + - &ref_937 type: string apiVersions: - version: 2022-02-01-preview @@ -3596,11 +2744,8 @@ schemas: default: name: AmlComputeNodeInformationPublicIpAddress description: Public IP address of the compute node. - go: - name: string - description: Public IP address of the compute node. protocol: {} - - &ref_1014 + - &ref_940 type: string apiVersions: - version: 2022-02-01-preview @@ -3609,11 +2754,8 @@ schemas: default: name: AmlComputeNodeInformationRunId description: ID of the Experiment running on the node, if any else null. - go: - name: string - description: ID of the Experiment running on the node, if any else null. protocol: {} - - &ref_1015 + - &ref_941 type: string apiVersions: - version: 2022-02-01-preview @@ -3621,11 +2763,8 @@ schemas: default: name: AmlComputeNodesInformationNextLink description: The continuation token. - go: - name: string - description: The continuation token. protocol: {} - - &ref_1017 + - &ref_943 type: string apiVersions: - version: 2022-02-01-preview @@ -3633,11 +2772,8 @@ schemas: default: name: NotebookAccessTokenResultNotebookResourceId description: '' - go: - name: string - description: '' protocol: {} - - &ref_1018 + - &ref_944 type: string apiVersions: - version: 2022-02-01-preview @@ -3645,11 +2781,8 @@ schemas: default: name: NotebookAccessTokenResultHostName description: '' - go: - name: string - description: '' protocol: {} - - &ref_1019 + - &ref_945 type: string apiVersions: - version: 2022-02-01-preview @@ -3657,11 +2790,8 @@ schemas: default: name: NotebookAccessTokenResultPublicDns description: '' - go: - name: string - description: '' protocol: {} - - &ref_1020 + - &ref_946 type: string apiVersions: - version: 2022-02-01-preview @@ -3671,11 +2801,8 @@ schemas: default: name: NotebookAccessTokenResultAccessToken description: '' - go: - name: string - description: '' protocol: {} - - &ref_1021 + - &ref_947 type: string apiVersions: - version: 2022-02-01-preview @@ -3683,11 +2810,8 @@ schemas: default: name: NotebookAccessTokenResultTokenType description: '' - go: - name: string - description: '' protocol: {} - - &ref_1023 + - &ref_949 type: string apiVersions: - version: 2022-02-01-preview @@ -3697,11 +2821,8 @@ schemas: default: name: NotebookAccessTokenResultRefreshToken description: '' - go: - name: string - description: '' protocol: {} - - &ref_1024 + - &ref_950 type: string apiVersions: - version: 2022-02-01-preview @@ -3709,9 +2830,6 @@ schemas: default: name: NotebookAccessTokenResultScope description: '' - go: - name: string - description: '' protocol: {} - &ref_4 type: string @@ -3722,12 +2840,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_280 + - &ref_268 type: string apiVersions: - version: 2022-02-01-preview @@ -3735,11 +2849,8 @@ schemas: default: name: PrivateLinkResourcePropertiesGroupId description: The private link resource group id. - go: - name: string - description: The private link resource group id. protocol: {} - - &ref_281 + - &ref_269 type: string apiVersions: - version: 2022-02-01-preview @@ -3747,11 +2858,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembersItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_282 + - &ref_270 type: string apiVersions: - version: 2022-02-01-preview @@ -3759,11 +2867,8 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_283 + - &ref_271 type: string apiVersions: - version: 2022-02-01-preview @@ -3771,11 +2876,8 @@ schemas: default: name: PrivateLinkResourceLocation description: Specifies the location of the resource. - go: - name: string - description: Specifies the location of the resource. protocol: {} - - &ref_1038 + - &ref_964 type: string apiVersions: - version: 2022-02-01-preview @@ -3785,11 +2887,8 @@ schemas: default: name: ListStorageAccountKeysResultUserStorageKey description: '' - go: - name: string - description: '' protocol: {} - - &ref_285 + - &ref_273 type: string apiVersions: - version: 2022-02-01-preview @@ -3797,11 +2896,8 @@ schemas: default: name: WorkspaceConnectionPropsCategory description: Category of the workspace connection. - go: - name: string - description: Category of the workspace connection. protocol: {} - - &ref_286 + - &ref_274 type: string apiVersions: - version: 2022-02-01-preview @@ -3809,11 +2905,8 @@ schemas: default: name: WorkspaceConnectionPropsTarget description: Target of the workspace connection. - go: - name: string - description: Target of the workspace connection. protocol: {} - - &ref_287 + - &ref_275 type: string apiVersions: - version: 2022-02-01-preview @@ -3821,11 +2914,8 @@ schemas: default: name: WorkspaceConnectionPropsAuthType description: Authorization type of the workspace connection. - go: - name: string - description: Authorization type of the workspace connection. protocol: {} - - &ref_288 + - &ref_276 type: string apiVersions: - version: 2022-02-01-preview @@ -3833,11 +2923,8 @@ schemas: default: name: WorkspaceConnectionPropsValue description: Value details of the workspace connection. - go: - name: string - description: Value details of the workspace connection. protocol: {} - - &ref_1039 + - &ref_965 type: string apiVersions: - version: 2022-02-01-preview @@ -3845,11 +2932,8 @@ schemas: default: name: PaginatedWorkspaceConnectionsListNextLink description: A continuation link (absolute URI) to the next page of results in the list. - go: - name: string - description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} - - &ref_1041 + - &ref_967 type: string apiVersions: - version: 2022-02-01-preview @@ -3857,11 +2941,8 @@ schemas: default: name: FQDNEndpointsPropertiesCategory description: '' - go: - name: string - description: '' protocol: {} - - &ref_1042 + - &ref_968 type: string apiVersions: - version: 2022-02-01-preview @@ -3869,11 +2950,8 @@ schemas: default: name: FQDNEndpointDomainName description: '' - go: - name: string - description: '' protocol: {} - - &ref_1048 + - &ref_974 type: string apiVersions: - version: 2022-02-01-preview @@ -3881,11 +2959,8 @@ schemas: default: name: BatchEndpointTrackedResourceArmPaginatedResultNextLink description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. protocol: {} - - &ref_291 + - &ref_279 type: string apiVersions: - version: 2022-02-01-preview @@ -3893,11 +2968,8 @@ schemas: default: name: BatchEndpointTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_307 + - &ref_295 type: string apiVersions: - version: 2022-02-01-preview @@ -3905,11 +2977,8 @@ schemas: default: name: BatchEndpointDefaultsDeploymentName description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." - go: - name: string - description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." protocol: {} - - &ref_301 + - &ref_289 type: string apiVersions: - version: 2022-02-01-preview @@ -3917,11 +2986,8 @@ schemas: default: name: EndpointPropertiesBaseDescription description: Description of the inference endpoint. - go: - name: string - description: Description of the inference endpoint. protocol: {} - - &ref_302 + - &ref_290 type: string apiVersions: - version: 2022-02-01-preview @@ -3933,11 +2999,8 @@ schemas: default: name: EndpointAuthKeysPrimaryKey description: The primary key. - go: - name: string - description: The primary key. protocol: {} - - &ref_303 + - &ref_291 type: string apiVersions: - version: 2022-02-01-preview @@ -3949,11 +3012,8 @@ schemas: default: name: EndpointAuthKeysSecondaryKey description: The secondary key. - go: - name: string - description: The secondary key. protocol: {} - - &ref_305 + - &ref_293 type: string apiVersions: - version: 2022-02-01-preview @@ -3964,11 +3024,8 @@ schemas: default: name: EndpointPropertiesBaseScoringUri description: Endpoint URI. - go: - name: string - description: Endpoint URI. protocol: {} - - &ref_306 + - &ref_294 type: string apiVersions: - version: 2022-02-01-preview @@ -3979,9 +3036,6 @@ schemas: default: name: EndpointPropertiesBaseSwaggerUri description: Endpoint Swagger URI. - go: - name: string - description: Endpoint Swagger URI. protocol: {} - &ref_5 type: string @@ -3991,11 +3045,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_391 + - &ref_369 type: string apiVersions: - version: '3.0' @@ -4007,9 +3058,6 @@ schemas: default: name: TrackedResourceLocation description: The geo-location where the resource lives - go: - name: string - description: The geo-location where the resource lives protocol: {} - &ref_6 type: string @@ -4020,12 +3068,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1658 + - &ref_1356 type: string apiVersions: - version: 2022-02-01-preview @@ -4034,11 +3078,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_1052 + - &ref_978 type: string apiVersions: - version: 2022-02-01-preview @@ -4046,11 +3087,8 @@ schemas: default: name: PartialBatchEndpointPartialTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1053 + - &ref_979 type: string apiVersions: - version: 2022-02-01-preview @@ -4058,11 +3096,8 @@ schemas: default: name: PartialBatchEndpointPartialTrackedResourceLocation description: The geo-location where the resource lives. - go: - name: string - description: The geo-location where the resource lives. protocol: {} - - &ref_1055 + - &ref_981 type: string apiVersions: - version: 2022-02-01-preview @@ -4070,11 +3105,8 @@ schemas: default: name: PartialSkuFamily description: If the service has different generations of hardware, for the same SKU, then that can be captured here. - go: - name: string - description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - &ref_1056 + - &ref_982 type: string apiVersions: - version: 2022-02-01-preview @@ -4082,11 +3114,8 @@ schemas: default: name: PartialSkuName description: The name of the SKU. Ex - P3. It is typically a letter+number code. - go: - name: string - description: The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - &ref_1057 + - &ref_983 type: string apiVersions: - version: 2022-02-01-preview @@ -4094,11 +3123,8 @@ schemas: default: name: PartialSkuSize description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. - go: - name: string - description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - &ref_1680 + - &ref_1371 type: string apiVersions: - version: 2022-02-01-preview @@ -4107,10 +3133,6 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - &ref_7 type: string @@ -4121,12 +3143,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1062 + - &ref_988 type: string apiVersions: - version: 2022-02-01-preview @@ -4134,11 +3152,8 @@ schemas: default: name: BatchDeploymentTrackedResourceArmPaginatedResultNextLink description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. protocol: {} - - &ref_308 + - &ref_296 type: string apiVersions: - version: 2022-02-01-preview @@ -4146,11 +3161,8 @@ schemas: default: name: BatchDeploymentTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_354 + - &ref_339 type: string apiVersions: - version: 2022-02-01-preview @@ -4158,11 +3170,8 @@ schemas: default: name: BatchDeploymentCompute description: Compute target for batch inference operation. - go: - name: string - description: Compute target for batch inference operation. protocol: {} - - &ref_374 + - &ref_356 type: string apiVersions: - version: 2022-02-01-preview @@ -4171,11 +3180,8 @@ schemas: default: name: BatchDeploymentOutputFileName description: Customized output file name for append_row output action. - go: - name: string - description: Customized output file name for append_row output action. protocol: {} - - &ref_376 + - &ref_358 type: string apiVersions: - version: 2022-02-01-preview @@ -4187,11 +3193,8 @@ schemas: default: name: ResourceConfigurationInstanceType description: Optional type of VM used as supported by the compute target. - go: - name: string - description: Optional type of VM used as supported by the compute target. protocol: {} - - &ref_348 + - &ref_333 type: string apiVersions: - version: 2022-02-01-preview @@ -4203,11 +3206,8 @@ schemas: default: name: CodeConfigurationCodeId description: ARM resource ID of the code asset. - go: - name: string - description: ARM resource ID of the code asset. protocol: {} - - &ref_349 + - &ref_334 type: string apiVersions: - version: 2022-02-01-preview @@ -4221,11 +3221,8 @@ schemas: default: name: CodeConfigurationScoringScript description: '[Required] The script to execute on startup. eg. "score.py"' - go: - name: string - description: '[Required] The script to execute on startup. eg. "score.py"' protocol: {} - - &ref_350 + - &ref_335 type: string apiVersions: - version: 2022-02-01-preview @@ -4233,11 +3230,8 @@ schemas: default: name: EndpointDeploymentPropertiesBaseDescription description: Description of the endpoint deployment. - go: - name: string - description: Description of the endpoint deployment. protocol: {} - - &ref_351 + - &ref_336 type: string apiVersions: - version: 2022-02-01-preview @@ -4245,9 +3239,6 @@ schemas: default: name: EndpointDeploymentPropertiesBaseEnvironmentId description: ARM resource ID of the environment specification for the endpoint deployment. - go: - name: string - description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - &ref_8 type: string @@ -4258,12 +3249,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1065 + - &ref_991 type: string apiVersions: - version: 2022-02-01-preview @@ -4271,11 +3258,8 @@ schemas: default: name: PartialBatchDeploymentPartialTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1066 + - &ref_992 type: string apiVersions: - version: 2022-02-01-preview @@ -4283,11 +3267,8 @@ schemas: default: name: PartialBatchDeploymentPartialTrackedResourceLocation description: The geo-location where the resource lives. - go: - name: string - description: The geo-location where the resource lives. protocol: {} - - &ref_1067 + - &ref_993 type: string apiVersions: - version: 2022-02-01-preview @@ -4299,11 +3280,8 @@ schemas: default: name: PartialCodeConfigurationCodeId description: ARM resource ID of the code asset. - go: - name: string - description: ARM resource ID of the code asset. protocol: {} - - &ref_1068 + - &ref_994 type: string apiVersions: - version: 2022-02-01-preview @@ -4316,11 +3294,8 @@ schemas: default: name: PartialCodeConfigurationScoringScript description: The script to execute on startup. eg. "score.py" - go: - name: string - description: The script to execute on startup. eg. "score.py" protocol: {} - - &ref_1069 + - &ref_995 type: string apiVersions: - version: 2022-02-01-preview @@ -4328,11 +3303,8 @@ schemas: default: name: PartialBatchDeploymentCompute description: Compute binding definition. - go: - name: string - description: Compute binding definition. protocol: {} - - &ref_1070 + - &ref_996 type: string apiVersions: - version: 2022-02-01-preview @@ -4340,11 +3312,8 @@ schemas: default: name: PartialBatchDeploymentDescription description: Description of the endpoint deployment. - go: - name: string - description: Description of the endpoint deployment. protocol: {} - - &ref_1071 + - &ref_997 type: string apiVersions: - version: 2022-02-01-preview @@ -4352,11 +3321,8 @@ schemas: default: name: PartialBatchDeploymentEnvironmentId description: ARM resource ID of the environment specification for the endpoint deployment. - go: - name: string - description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - &ref_1089 + - &ref_1012 type: string apiVersions: - version: 2022-02-01-preview @@ -4364,11 +3330,8 @@ schemas: default: name: PartialBatchDeploymentOutputFileName description: Customized output file name for append_row output action. - go: - name: string - description: Customized output file name for append_row output action. protocol: {} - - &ref_1752 + - &ref_1408 type: string apiVersions: - version: 2022-02-01-preview @@ -4377,10 +3340,6 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - &ref_9 type: string @@ -4391,12 +3350,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1097 + - &ref_1020 type: string apiVersions: - version: 2022-02-01-preview @@ -4404,11 +3359,8 @@ schemas: default: name: CodeContainerResourceArmPaginatedResultNextLink description: The link to the next page of CodeContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of CodeContainer objects. If null, there are no additional pages. protocol: {} - - &ref_832 + - &ref_771 type: string apiVersions: - version: 2022-02-01-preview @@ -4419,11 +3371,8 @@ schemas: default: name: AssetContainerLatestVersion description: The latest version inside this container. - go: - name: string - description: The latest version inside this container. protocol: {} - - &ref_833 + - &ref_772 type: string apiVersions: - version: 2022-02-01-preview @@ -4434,11 +3383,8 @@ schemas: default: name: AssetContainerNextVersion description: The next auto incremental version - go: - name: string - description: The next auto incremental version protocol: {} - - &ref_825 + - &ref_764 type: string apiVersions: - version: 2022-02-01-preview @@ -4446,11 +3392,8 @@ schemas: default: name: ResourceBaseDescription description: The asset description text. - go: - name: string - description: The asset description text. protocol: {} - - &ref_1098 + - &ref_1021 type: string apiVersions: - version: 2022-02-01-preview @@ -4458,11 +3401,8 @@ schemas: default: name: CodeVersionResourceArmPaginatedResultNextLink description: The link to the next page of CodeVersion objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of CodeVersion objects. If null, there are no additional pages. protocol: {} - - &ref_396 + - &ref_374 type: string apiVersions: - version: 2022-02-01-preview @@ -4470,11 +3410,8 @@ schemas: default: name: CodeVersionCodeUri description: Uri where code is located - go: - name: string - description: Uri where code is located protocol: {} - - &ref_1099 + - &ref_1022 type: string apiVersions: - version: 2022-02-01-preview @@ -4482,11 +3419,8 @@ schemas: default: name: ComponentContainerResourceArmPaginatedResultNextLink description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1100 + - &ref_1023 type: string apiVersions: - version: 2022-02-01-preview @@ -4494,11 +3428,8 @@ schemas: default: name: ComponentVersionResourceArmPaginatedResultNextLink description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. protocol: {} - - &ref_1101 + - &ref_1024 type: string apiVersions: - version: 2022-02-01-preview @@ -4506,11 +3437,8 @@ schemas: default: name: DataContainerResourceArmPaginatedResultNextLink description: The link to the next page of DataContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of DataContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1102 + - &ref_1025 type: string apiVersions: - version: 2022-02-01-preview @@ -4518,11 +3446,8 @@ schemas: default: name: DataVersionBaseResourceArmPaginatedResultNextLink description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. protocol: {} - - &ref_404 + - &ref_382 type: string apiVersions: - version: 2022-02-01-preview @@ -4535,11 +3460,8 @@ schemas: default: name: DataVersionBaseDataUri description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' - go: - name: string - description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' protocol: {} - - &ref_1248 + - &ref_1168 type: string apiVersions: - version: 2022-02-01-preview @@ -4547,11 +3469,8 @@ schemas: default: name: Get7ItemsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_1103 + - &ref_1026 type: string apiVersions: - version: 2022-02-01-preview @@ -4559,11 +3478,8 @@ schemas: default: name: DatastoreResourceArmPaginatedResultNextLink description: The link to the next page of Datastore objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of Datastore objects. If null, there are no additional pages. protocol: {} - - &ref_1104 + - &ref_1027 type: string apiVersions: - version: 2022-02-01-preview @@ -4571,11 +3487,8 @@ schemas: default: name: EnvironmentContainerResourceArmPaginatedResultNextLink description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1105 + - &ref_1028 type: string apiVersions: - version: 2022-02-01-preview @@ -4583,11 +3496,8 @@ schemas: default: name: EnvironmentVersionResourceArmPaginatedResultNextLink description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. protocol: {} - - &ref_405 + - &ref_383 type: string apiVersions: - version: 2022-02-01-preview @@ -4600,11 +3510,8 @@ schemas: default: name: BuildContextUri description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" - go: - name: string - description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" protocol: {} - - &ref_406 + - &ref_384 type: string apiVersions: - version: 2022-02-01-preview @@ -4617,11 +3524,8 @@ schemas: default: name: BuildContextDockerfilePath description: "Path to the Dockerfile in the build context.\r\n" - go: - name: string - description: "Path to the Dockerfile in the build context.\r\n" protocol: {} - - &ref_407 + - &ref_385 type: string apiVersions: - version: 2022-02-01-preview @@ -4633,11 +3537,8 @@ schemas: default: name: EnvironmentVersionCondaFile description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" - go: - name: string - description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" protocol: {} - - &ref_409 + - &ref_387 type: string apiVersions: - version: 2022-02-01-preview @@ -4649,11 +3550,8 @@ schemas: default: name: EnvironmentVersionImage description: "Name of the image that will be used for the environment.\r\n" - go: - name: string - description: "Name of the image that will be used for the environment.\r\n" protocol: {} - - &ref_410 + - &ref_388 type: string apiVersions: - version: 2022-02-01-preview @@ -4662,11 +3560,8 @@ schemas: default: name: RoutePath description: '[Required] The path for the route.' - go: - name: string - description: '[Required] The path for the route.' protocol: {} - - &ref_1108 + - &ref_1031 type: string apiVersions: - version: 2022-02-01-preview @@ -4674,11 +3569,8 @@ schemas: default: name: JobBaseResourceArmPaginatedResultNextLink description: The link to the next page of JobBase objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of JobBase objects. If null, there are no additional pages. protocol: {} - - &ref_806 + - &ref_749 type: string apiVersions: - version: 2022-02-01-preview @@ -4690,11 +3582,8 @@ schemas: default: name: JobBaseComputeId description: ARM resource ID of the compute resource. - go: - name: string - description: ARM resource ID of the compute resource. protocol: {} - - &ref_807 + - &ref_750 type: string apiVersions: - version: 2022-02-01-preview @@ -4706,11 +3595,8 @@ schemas: default: name: JobBaseDisplayName description: Display name of job. - go: - name: string - description: Display name of job. protocol: {} - - &ref_808 + - &ref_751 type: string apiVersions: - version: 2022-02-01-preview @@ -4723,11 +3609,8 @@ schemas: default: name: JobBaseExperimentName description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. - go: - name: string - description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. protocol: {} - - &ref_166 + - &ref_193 type: string apiVersions: - version: 2022-02-01-preview @@ -4736,9 +3619,6 @@ schemas: default: name: ScheduleBaseTimeZone description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." - go: - name: string - description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." protocol: {} - &ref_10 type: string @@ -4752,9 +3632,6 @@ schemas: default: name: JobServiceEndpoint description: Url for endpoint. - go: - name: string - description: Url for endpoint. protocol: {} - &ref_11 type: string @@ -4767,9 +3644,6 @@ schemas: default: name: JobServiceErrorMessage description: Any error in the service. - go: - name: string - description: Any error in the service. protocol: {} - &ref_12 type: string @@ -4783,9 +3657,6 @@ schemas: default: name: JobServiceType description: Endpoint type. - go: - name: string - description: Endpoint type. protocol: {} - &ref_15 type: string @@ -4798,9 +3669,6 @@ schemas: default: name: JobServiceStatus description: Status of endpoint. - go: - name: string - description: Status of endpoint. protocol: {} - &ref_16 type: string @@ -4811,12 +3679,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1110 + - &ref_1033 type: string apiVersions: - version: 2022-02-01-preview @@ -4824,11 +3688,8 @@ schemas: default: name: ModelContainerResourceArmPaginatedResultNextLink description: The link to the next page of ModelContainer objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of ModelContainer objects. If null, there are no additional pages. protocol: {} - - &ref_1111 + - &ref_1034 type: string apiVersions: - version: 2022-02-01-preview @@ -4836,11 +3697,8 @@ schemas: default: name: ModelVersionResourceArmPaginatedResultNextLink description: The link to the next page of ModelVersion objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of ModelVersion objects. If null, there are no additional pages. protocol: {} - - &ref_415 + - &ref_393 type: string apiVersions: - version: 2022-02-01-preview @@ -4848,11 +3706,8 @@ schemas: default: name: ModelVersionJobName description: Name of the training job which produced this model - go: - name: string - description: Name of the training job which produced this model protocol: {} - - &ref_417 + - &ref_395 type: string apiVersions: - version: 2022-02-01-preview @@ -4860,11 +3715,8 @@ schemas: default: name: ModelVersionModelUri description: The URI path to the model contents. - go: - name: string - description: The URI path to the model contents. protocol: {} - - &ref_1113 + - &ref_1036 type: string apiVersions: - version: 2022-02-01-preview @@ -4872,11 +3724,8 @@ schemas: default: name: OnlineEndpointTrackedResourceArmPaginatedResultNextLink description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. protocol: {} - - &ref_380 + - &ref_362 type: string apiVersions: - version: 2022-02-01-preview @@ -4884,11 +3733,8 @@ schemas: default: name: OnlineEndpointTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_294 + - &ref_282 type: string apiVersions: - version: 2022-02-01-preview @@ -4896,9 +3742,6 @@ schemas: default: name: OnlineEndpointCompute description: "ARM resource ID of the compute if it exists.\r\noptional" - go: - name: string - description: "ARM resource ID of the compute if it exists.\r\noptional" protocol: {} - &ref_19 type: string @@ -4909,12 +3752,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1114 + - &ref_1037 type: string apiVersions: - version: 2022-02-01-preview @@ -4922,11 +3761,8 @@ schemas: default: name: PartialOnlineEndpointPartialTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1115 + - &ref_1038 type: string apiVersions: - version: 2022-02-01-preview @@ -4934,11 +3770,8 @@ schemas: default: name: PartialOnlineEndpointPartialTrackedResourceLocation description: The geo-location where the resource lives. - go: - name: string - description: The geo-location where the resource lives. protocol: {} - - &ref_2309 + - &ref_1693 type: string apiVersions: - version: 2022-02-01-preview @@ -4947,12 +3780,8 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - - &ref_2347 + - &ref_1709 type: string apiVersions: - version: 2022-02-01-preview @@ -4961,12 +3790,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1120 + - &ref_1043 type: string apiVersions: - version: 2022-02-01-preview @@ -4974,11 +3799,8 @@ schemas: default: name: OnlineDeploymentTrackedResourceArmPaginatedResultNextLink description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. protocol: {} - - &ref_381 + - &ref_363 type: string apiVersions: - version: 2022-02-01-preview @@ -4986,11 +3808,8 @@ schemas: default: name: OnlineDeploymentTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_322 + - &ref_310 type: string apiVersions: - version: 2022-02-01-preview @@ -5002,11 +3821,8 @@ schemas: default: name: OnlineDeploymentInstanceType description: Compute instance type. - go: - name: string - description: Compute instance type. protocol: {} - - &ref_328 + - &ref_316 type: string apiVersions: - version: 2022-02-01-preview @@ -5014,11 +3830,8 @@ schemas: default: name: OnlineDeploymentModel description: The URI path to the model. - go: - name: string - description: The URI path to the model. protocol: {} - - &ref_329 + - &ref_317 type: string apiVersions: - version: 2022-02-01-preview @@ -5026,9 +3839,6 @@ schemas: default: name: OnlineDeploymentModelMountPath description: The path to mount the model in custom container. - go: - name: string - description: The path to mount the model in custom container. protocol: {} - &ref_20 type: string @@ -5039,12 +3849,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1122 + - &ref_1045 type: string apiVersions: - version: 2022-02-01-preview @@ -5052,11 +3858,8 @@ schemas: default: name: PartialOnlineDeploymentPartialTrackedResourceKind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: string - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - &ref_1123 + - &ref_1046 type: string apiVersions: - version: 2022-02-01-preview @@ -5064,11 +3867,8 @@ schemas: default: name: PartialOnlineDeploymentPartialTrackedResourceLocation description: The geo-location where the resource lives. - go: - name: string - description: The geo-location where the resource lives. protocol: {} - - &ref_2404 + - &ref_1743 type: string apiVersions: - version: 2022-02-01-preview @@ -5077,12 +3877,8 @@ schemas: name: String description: '' header: Azure-AsyncOperation - go: - name: string - description: '' - header: Azure-AsyncOperation protocol: {} - - &ref_2317 + - &ref_1694 type: string apiVersions: - version: 2022-02-01-preview @@ -5091,12 +3887,8 @@ schemas: name: String description: '' header: Location - go: - name: string - description: '' - header: Location protocol: {} - - &ref_1134 + - &ref_1054 type: string apiVersions: - version: 2022-02-01-preview @@ -5104,11 +3896,8 @@ schemas: default: name: DeploymentLogsContent description: The retrieved online deployment logs. - go: - name: string - description: The retrieved online deployment logs. protocol: {} - - &ref_1135 + - &ref_1055 type: string apiVersions: - version: 2022-02-01-preview @@ -5116,11 +3905,8 @@ schemas: default: name: SkuResourceArmPaginatedResultNextLink description: The link to the next page of SkuResource objects. If null, there are no additional pages. - go: - name: string - description: The link to the next page of SkuResource objects. If null, there are no additional pages. protocol: {} - - &ref_1140 + - &ref_1060 type: string apiVersions: - version: 2022-02-01-preview @@ -5131,11 +3917,8 @@ schemas: default: name: SkuResourceType description: The resource type name. - go: - name: string - description: The resource type name. protocol: {} - - &ref_1141 + - &ref_1061 type: string apiVersions: - version: 2022-02-01-preview @@ -5144,11 +3927,8 @@ schemas: default: name: SkuSettingName description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' - go: - name: string - description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' protocol: {} - - &ref_1146 + - &ref_1066 type: string apiVersions: - version: 2022-02-01-preview @@ -5156,9 +3936,6 @@ schemas: default: name: RegenerateEndpointKeysRequestKeyValue description: The value the key is set to. - go: - name: string - description: The value the key is set to. protocol: {} - &ref_21 type: string @@ -5168,11 +3945,8 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - - &ref_1147 + - &ref_1067 type: string apiVersions: - version: 2022-02-01-preview @@ -5180,11 +3954,8 @@ schemas: default: name: EndpointAuthTokenAccessToken description: Access token for endpoint authentication. - go: - name: string - description: Access token for endpoint authentication. protocol: {} - - &ref_1150 + - &ref_1070 type: string apiVersions: - version: 2022-02-01-preview @@ -5192,11 +3963,8 @@ schemas: default: name: EndpointAuthTokenType description: Access token type. - go: - name: string - description: Access token type. protocol: {} - - &ref_1151 + - &ref_1071 type: string apiVersions: - version: 2022-02-01-preview @@ -5204,11 +3972,8 @@ schemas: default: name: AmlUserFeatureId description: Specifies the feature ID - go: - name: string - description: Specifies the feature ID protocol: {} - - &ref_1152 + - &ref_1072 type: string apiVersions: - version: 2022-02-01-preview @@ -5216,11 +3981,8 @@ schemas: default: name: AmlUserFeatureDisplayName description: 'Specifies the feature name ' - go: - name: string - description: 'Specifies the feature name ' protocol: {} - - &ref_1153 + - &ref_1073 type: string apiVersions: - version: 2022-02-01-preview @@ -5228,11 +3990,8 @@ schemas: default: name: AmlUserFeatureDescription description: Describes the feature for user experience - go: - name: string - description: Describes the feature for user experience protocol: {} - - &ref_1154 + - &ref_1074 type: string apiVersions: - version: 2022-02-01-preview @@ -5240,11 +3999,8 @@ schemas: default: name: ListAmlUserFeatureResultNextLink description: The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. - go: - name: string - description: The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. protocol: {} - - &ref_106 + - &ref_133 type: string apiVersions: - version: 2022-02-01-preview @@ -5252,11 +4008,8 @@ schemas: default: name: ResourceId description: The ID of the resource - go: - name: string - description: The ID of the resource protocol: {} - - &ref_252 + - &ref_91 type: string apiVersions: - version: 2022-02-01-preview @@ -5264,11 +4017,8 @@ schemas: default: name: AKSSchemaPropertiesClusterFqdn description: Cluster full qualified domain name - go: - name: string - description: Cluster full qualified domain name protocol: {} - - &ref_253 + - &ref_92 type: string apiVersions: - version: 2022-02-01-preview @@ -5276,11 +4026,8 @@ schemas: default: name: SystemServiceType description: The type of this system service. - go: - name: string - description: The type of this system service. protocol: {} - - &ref_254 + - &ref_93 type: string apiVersions: - version: 2022-02-01-preview @@ -5288,11 +4035,8 @@ schemas: default: name: SystemServicePublicIpAddress description: Public IP address - go: - name: string - description: Public IP address protocol: {} - - &ref_255 + - &ref_94 type: string apiVersions: - version: 2022-02-01-preview @@ -5300,11 +4044,8 @@ schemas: default: name: SystemServiceVersion description: The version for this type. - go: - name: string - description: The version for this type. protocol: {} - - &ref_257 + - &ref_96 type: string apiVersions: - version: 2022-02-01-preview @@ -5312,11 +4053,8 @@ schemas: default: name: AKSSchemaPropertiesAgentVmSize description: Agent virtual machine size - go: - name: string - description: Agent virtual machine size protocol: {} - - &ref_260 + - &ref_99 type: string apiVersions: - version: 2022-02-01-preview @@ -5324,11 +4062,8 @@ schemas: default: name: SslConfigurationCert description: Cert data - go: - name: string - description: Cert data protocol: {} - - &ref_261 + - &ref_100 type: string apiVersions: - version: 2022-02-01-preview @@ -5336,11 +4071,8 @@ schemas: default: name: SslConfigurationKey description: Key data - go: - name: string - description: Key data protocol: {} - - &ref_262 + - &ref_101 type: string apiVersions: - version: 2022-02-01-preview @@ -5348,11 +4080,8 @@ schemas: default: name: SslConfigurationCname description: CNAME of the cert - go: - name: string - description: CNAME of the cert protocol: {} - - &ref_263 + - &ref_102 type: string apiVersions: - version: 2022-02-01-preview @@ -5360,11 +4089,8 @@ schemas: default: name: SslConfigurationLeafDomainLabel description: Leaf domain label of public endpoint - go: - name: string - description: Leaf domain label of public endpoint protocol: {} - - &ref_265 + - &ref_104 type: string apiVersions: - version: 2022-02-01-preview @@ -5372,11 +4098,8 @@ schemas: default: name: AksNetworkingConfigurationSubnetId description: Virtual network subnet resource ID the compute nodes belong to - go: - name: string - description: Virtual network subnet resource ID the compute nodes belong to protocol: {} - - &ref_266 + - &ref_105 type: string apiVersions: - version: 2022-02-01-preview @@ -5385,11 +4108,8 @@ schemas: default: name: AksNetworkingConfigurationServiceCidr description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. - go: - name: string - description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. protocol: {} - - &ref_267 + - &ref_106 type: string apiVersions: - version: 2022-02-01-preview @@ -5398,11 +4118,8 @@ schemas: default: name: AksNetworkingConfigurationDnsServiceIP description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. - go: - name: string - description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. protocol: {} - - &ref_268 + - &ref_107 type: string apiVersions: - version: 2022-02-01-preview @@ -5411,11 +4128,8 @@ schemas: default: name: AksNetworkingConfigurationDockerBridgeCidr description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. - go: - name: string - description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. protocol: {} - - &ref_270 + - &ref_109 type: string apiVersions: - version: 2022-02-01-preview @@ -5423,11 +4137,8 @@ schemas: default: name: AKSSchemaPropertiesLoadBalancerSubnet description: Load Balancer Subnet - go: - name: string - description: Load Balancer Subnet protocol: {} - - &ref_209 + - &ref_112 type: string apiVersions: - version: 2022-02-01-preview @@ -5437,11 +4148,8 @@ schemas: default: name: KubernetesPropertiesRelayConnectionString description: Relay connection string. - go: - name: string - description: Relay connection string. protocol: {} - - &ref_210 + - &ref_113 type: string apiVersions: - version: 2022-02-01-preview @@ -5451,11 +4159,8 @@ schemas: default: name: KubernetesPropertiesServiceBusConnectionString description: ServiceBus connection string. - go: - name: string - description: ServiceBus connection string. protocol: {} - - &ref_211 + - &ref_114 type: string apiVersions: - version: 2022-02-01-preview @@ -5463,11 +4168,8 @@ schemas: default: name: KubernetesPropertiesExtensionPrincipalId description: Extension principal-id. - go: - name: string - description: Extension principal-id. protocol: {} - - &ref_212 + - &ref_115 type: string apiVersions: - version: 2022-02-01-preview @@ -5475,11 +4177,8 @@ schemas: default: name: KubernetesPropertiesExtensionInstanceReleaseTrain description: Extension instance release train. - go: - name: string - description: Extension instance release train. protocol: {} - - &ref_213 + - &ref_116 type: string apiVersions: - version: 2022-02-01-preview @@ -5487,11 +4186,8 @@ schemas: default: name: KubernetesPropertiesVcName description: VC name. - go: - name: string - description: VC name. protocol: {} - - &ref_214 + - &ref_117 type: string apiVersions: - version: 2022-02-01-preview @@ -5500,11 +4196,8 @@ schemas: default: name: KubernetesPropertiesNamespace description: Compute namespace - go: - name: string - description: Compute namespace protocol: {} - - &ref_215 + - &ref_118 type: string apiVersions: - version: 2022-02-01-preview @@ -5512,11 +4205,8 @@ schemas: default: name: KubernetesPropertiesDefaultInstanceType description: Default instance type - go: - name: string - description: Default instance type protocol: {} - - &ref_96 + - &ref_123 type: string apiVersions: - version: 2022-02-01-preview @@ -5524,11 +4214,8 @@ schemas: default: name: AmlComputePropertiesVmSize description: Virtual Machine Size - go: - name: string - description: Virtual Machine Size protocol: {} - - &ref_98 + - &ref_125 type: string apiVersions: - version: 2022-02-01-preview @@ -5536,11 +4223,8 @@ schemas: default: name: VirtualMachineImageId description: Virtual Machine image path - go: - name: string - description: Virtual Machine image path protocol: {} - - &ref_103 + - &ref_130 type: string apiVersions: - version: 2022-02-01-preview @@ -5549,11 +4233,8 @@ schemas: default: name: UserAccountCredentialsAdminUserName description: Name of the administrator user account which can be used to SSH to nodes. - go: - name: string - description: Name of the administrator user account which can be used to SSH to nodes. protocol: {} - - &ref_104 + - &ref_131 type: string apiVersions: - version: 2022-02-01-preview @@ -5562,11 +4243,8 @@ schemas: default: name: UserAccountCredentialsAdminUserSshPublicKey description: SSH public key of the administrator user account. - go: - name: string - description: SSH public key of the administrator user account. protocol: {} - - &ref_105 + - &ref_132 type: string apiVersions: - version: 2022-02-01-preview @@ -5575,11 +4253,8 @@ schemas: default: name: UserAccountCredentialsAdminUserPassword description: Password of the administrator user account. - go: - name: string - description: Password of the administrator user account. protocol: {} - - &ref_123 + - &ref_150 type: string apiVersions: - version: 2022-02-01-preview @@ -5587,11 +4262,8 @@ schemas: default: name: ComputeInstancePropertiesVmSize description: Virtual Machine Size - go: - name: string - description: Virtual Machine Size protocol: {} - - &ref_127 + - &ref_154 type: string apiVersions: - version: 2022-02-01-preview @@ -5599,11 +4271,8 @@ schemas: default: name: ComputeInstanceSshSettingsAdminUserName description: Describes the admin user name. - go: - name: string - description: Describes the admin user name. protocol: {} - - &ref_129 + - &ref_156 type: string apiVersions: - version: 2022-02-01-preview @@ -5611,11 +4280,8 @@ schemas: default: name: ComputeInstanceSshSettingsAdminPublicKey description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. - go: - name: string - description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. protocol: {} - - &ref_130 + - &ref_157 type: string apiVersions: - version: 2022-02-01-preview @@ -5623,11 +4289,8 @@ schemas: default: name: ComputeInstanceConnectivityEndpointsPublicIpAddress description: Public IP Address of this ComputeInstance. - go: - name: string - description: Public IP Address of this ComputeInstance. protocol: {} - - &ref_131 + - &ref_158 type: string apiVersions: - version: 2022-02-01-preview @@ -5635,11 +4298,8 @@ schemas: default: name: ComputeInstanceConnectivityEndpointsPrivateIpAddress description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). - go: - name: string - description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). protocol: {} - - &ref_132 + - &ref_159 type: string apiVersions: - version: 2022-02-01-preview @@ -5647,11 +4307,8 @@ schemas: default: name: ComputeInstanceApplicationDisplayName description: Name of the ComputeInstance application. - go: - name: string - description: Name of the ComputeInstance application. protocol: {} - - &ref_133 + - &ref_160 type: string apiVersions: - version: 2022-02-01-preview @@ -5659,11 +4316,8 @@ schemas: default: name: ComputeInstanceApplicationEndpointUri description: Application' endpoint URI. - go: - name: string - description: Application' endpoint URI. protocol: {} - - &ref_134 + - &ref_161 type: string apiVersions: - version: 2022-02-01-preview @@ -5671,11 +4325,8 @@ schemas: default: name: ComputeInstanceCreatedByUserName description: Name of the user. - go: - name: string - description: Name of the user. protocol: {} - - &ref_135 + - &ref_162 type: string apiVersions: - version: 2022-02-01-preview @@ -5683,11 +4334,8 @@ schemas: default: name: ComputeInstanceCreatedByUserOrgId description: Uniquely identifies user' Azure Active Directory organization. - go: - name: string - description: Uniquely identifies user' Azure Active Directory organization. protocol: {} - - &ref_136 + - &ref_163 type: string apiVersions: - version: 2022-02-01-preview @@ -5695,11 +4343,8 @@ schemas: default: name: ComputeInstanceCreatedByUserId description: Uniquely identifies the user within his/her organization. - go: - name: string - description: Uniquely identifies the user within his/her organization. protocol: {} - - &ref_139 + - &ref_166 type: string apiVersions: - version: 2022-02-01-preview @@ -5707,11 +4352,8 @@ schemas: default: name: AssignedUserObjectId description: User’s AAD Object Id. - go: - name: string - description: User’s AAD Object Id. protocol: {} - - &ref_140 + - &ref_167 type: string apiVersions: - version: 2022-02-01-preview @@ -5719,11 +4361,8 @@ schemas: default: name: AssignedUserTenantId description: User’s AAD Tenant Id. - go: - name: string - description: User’s AAD Tenant Id. protocol: {} - - &ref_141 + - &ref_168 type: string apiVersions: - version: 2022-02-01-preview @@ -5731,11 +4370,8 @@ schemas: default: name: ScriptReferenceScriptSource description: 'The storage source of the script: inline, workspace.' - go: - name: string - description: 'The storage source of the script: inline, workspace.' protocol: {} - - &ref_142 + - &ref_169 type: string apiVersions: - version: 2022-02-01-preview @@ -5743,11 +4379,8 @@ schemas: default: name: ScriptReferenceScriptData description: The location of scripts in the mounted volume. - go: - name: string - description: The location of scripts in the mounted volume. protocol: {} - - &ref_143 + - &ref_170 type: string apiVersions: - version: 2022-02-01-preview @@ -5755,11 +4388,8 @@ schemas: default: name: ScriptReferenceScriptArguments description: Optional command line arguments passed to the script to run. - go: - name: string - description: Optional command line arguments passed to the script to run. protocol: {} - - &ref_144 + - &ref_171 type: string apiVersions: - version: 2022-02-01-preview @@ -5767,11 +4397,8 @@ schemas: default: name: ScriptReferenceTimeout description: Optional time period passed to timeout command. - go: - name: string - description: Optional time period passed to timeout command. protocol: {} - - &ref_150 + - &ref_177 type: string apiVersions: - version: 2022-02-01-preview @@ -5779,11 +4406,8 @@ schemas: default: name: ComputeStartStopScheduleId description: Schedule id. - go: - name: string - description: Schedule id. protocol: {} - - &ref_171 + - &ref_195 type: string apiVersions: - version: 2022-02-01-preview @@ -5791,11 +4415,8 @@ schemas: default: name: ComputeInstanceContainerName description: Name of the ComputeInstance container. - go: - name: string - description: Name of the ComputeInstance container. protocol: {} - - &ref_173 + - &ref_197 type: string apiVersions: - version: 2022-02-01-preview @@ -5803,11 +4424,8 @@ schemas: default: name: ComputeInstanceContainerGpu description: Information of GPU. - go: - name: string - description: Information of GPU. protocol: {} - - &ref_175 + - &ref_199 type: string apiVersions: - version: 2022-02-01-preview @@ -5815,11 +4433,8 @@ schemas: default: name: ComputeInstanceEnvironmentInfoName description: name of environment. - go: - name: string - description: name of environment. protocol: {} - - &ref_176 + - &ref_200 type: string apiVersions: - version: 2022-02-01-preview @@ -5827,11 +4442,8 @@ schemas: default: name: ComputeInstanceEnvironmentInfoVersion description: version of environment. - go: - name: string - description: version of environment. protocol: {} - - &ref_181 + - &ref_205 type: string apiVersions: - version: 2022-02-01-preview @@ -5839,11 +4451,8 @@ schemas: default: name: ComputeInstanceDataMountSource description: Source of the ComputeInstance data mount. - go: - name: string - description: Source of the ComputeInstance data mount. protocol: {} - - &ref_183 + - &ref_207 type: string apiVersions: - version: 2022-02-01-preview @@ -5851,11 +4460,8 @@ schemas: default: name: ComputeInstanceDataMountName description: name of the ComputeInstance data mount. - go: - name: string - description: name of the ComputeInstance data mount. protocol: {} - - &ref_185 + - &ref_209 type: string apiVersions: - version: 2022-02-01-preview @@ -5863,11 +4469,8 @@ schemas: default: name: ComputeInstanceDataMountCreatedBy description: who this data mount created by. - go: - name: string - description: who this data mount created by. protocol: {} - - &ref_186 + - &ref_210 type: string apiVersions: - version: 2022-02-01-preview @@ -5875,11 +4478,8 @@ schemas: default: name: ComputeInstanceDataMountPath description: Path of this data mount. - go: - name: string - description: Path of this data mount. protocol: {} - - &ref_189 + - &ref_213 type: string apiVersions: - version: 2022-02-01-preview @@ -5887,11 +4487,8 @@ schemas: default: name: ComputeInstanceDataMountError description: Error of this data mount. - go: - name: string - description: Error of this data mount. protocol: {} - - &ref_190 + - &ref_214 type: string apiVersions: - version: 2022-02-01-preview @@ -5899,11 +4496,8 @@ schemas: default: name: ComputeInstanceVersionRuntime description: Runtime of compute instance. - go: - name: string - description: Runtime of compute instance. protocol: {} - - &ref_232 + - &ref_217 type: string apiVersions: - version: 2022-02-01-preview @@ -5911,11 +4505,8 @@ schemas: default: name: VirtualMachineSchemaPropertiesVirtualMachineSize description: Virtual Machine size - go: - name: string - description: Virtual Machine size protocol: {} - - &ref_235 + - &ref_220 type: string apiVersions: - version: 2022-02-01-preview @@ -5923,11 +4514,8 @@ schemas: default: name: VirtualMachineSchemaPropertiesAddress description: Public IP address of the virtual machine. - go: - name: string - description: Public IP address of the virtual machine. protocol: {} - - &ref_203 + - &ref_221 type: string apiVersions: - version: 2022-02-01-preview @@ -5935,11 +4523,8 @@ schemas: default: name: VirtualMachineSshCredentialsUsername description: Username of admin account - go: - name: string - description: Username of admin account protocol: {} - - &ref_204 + - &ref_222 type: string apiVersions: - version: 2022-02-01-preview @@ -5947,11 +4532,8 @@ schemas: default: name: VirtualMachineSshCredentialsPassword description: Password of admin account - go: - name: string - description: Password of admin account protocol: {} - - &ref_205 + - &ref_223 type: string apiVersions: - version: 2022-02-01-preview @@ -5959,11 +4541,8 @@ schemas: default: name: VirtualMachineSshCredentialsPublicKeyData description: Public key data - go: - name: string - description: Public key data protocol: {} - - &ref_206 + - &ref_224 type: string apiVersions: - version: 2022-02-01-preview @@ -5971,11 +4550,8 @@ schemas: default: name: VirtualMachineSshCredentialsPrivateKeyData description: Private key data - go: - name: string - description: Private key data protocol: {} - - &ref_202 + - &ref_229 type: string apiVersions: - version: 2022-02-01-preview @@ -5983,11 +4559,8 @@ schemas: default: name: HDInsightPropertiesAddress description: Public IP address of the master node of the cluster. - go: - name: string - description: Public IP address of the master node of the cluster. protocol: {} - - &ref_197 + - &ref_233 type: string apiVersions: - version: 2022-02-01-preview @@ -5995,11 +4568,8 @@ schemas: default: name: DatabricksPropertiesDatabricksAccessToken description: Databricks access token - go: - name: string - description: Databricks access token protocol: {} - - &ref_198 + - &ref_234 type: string apiVersions: - version: 2022-02-01-preview @@ -6007,11 +4577,8 @@ schemas: default: name: DatabricksPropertiesWorkspaceUrl description: Workspace Url - go: - name: string - description: Workspace Url protocol: {} - - &ref_193 + - &ref_237 type: string apiVersions: - version: 2022-02-01-preview @@ -6019,11 +4586,8 @@ schemas: default: name: DataLakeAnalyticsSchemaPropertiesDataLakeStoreAccountName description: DataLake Store Account Name - go: - name: string - description: DataLake Store Account Name protocol: {} - - &ref_222 + - &ref_243 type: string apiVersions: - version: 2022-02-01-preview @@ -6031,11 +4595,8 @@ schemas: default: name: SynapseSparkPropertiesSparkVersion description: Spark version. - go: - name: string - description: Spark version. protocol: {} - - &ref_224 + - &ref_245 type: string apiVersions: - version: 2022-02-01-preview @@ -6043,11 +4604,8 @@ schemas: default: name: SynapseSparkPropertiesNodeSize description: Node size. - go: - name: string - description: Node size. protocol: {} - - &ref_225 + - &ref_246 type: string apiVersions: - version: 2022-02-01-preview @@ -6055,11 +4613,8 @@ schemas: default: name: SynapseSparkPropertiesNodeSizeFamily description: Node size family. - go: - name: string - description: Node size family. protocol: {} - - &ref_226 + - &ref_247 type: string apiVersions: - version: 2022-02-01-preview @@ -6067,11 +4622,8 @@ schemas: default: name: SynapseSparkPropertiesSubscriptionId description: Azure subscription identifier. - go: - name: string - description: Azure subscription identifier. protocol: {} - - &ref_227 + - &ref_248 type: string apiVersions: - version: 2022-02-01-preview @@ -6079,11 +4631,8 @@ schemas: default: name: SynapseSparkPropertiesResourceGroup description: Name of the resource group in which workspace is located. - go: - name: string - description: Name of the resource group in which workspace is located. protocol: {} - - &ref_228 + - &ref_249 type: string apiVersions: - version: 2022-02-01-preview @@ -6091,11 +4640,8 @@ schemas: default: name: SynapseSparkPropertiesWorkspaceName description: Name of Azure Machine Learning workspace. - go: - name: string - description: Name of Azure Machine Learning workspace. protocol: {} - - &ref_229 + - &ref_250 type: string apiVersions: - version: 2022-02-01-preview @@ -6103,11 +4649,8 @@ schemas: default: name: SynapseSparkPropertiesPoolName description: Pool name. - go: - name: string - description: Pool name. protocol: {} - - &ref_1027 + - &ref_953 type: string apiVersions: - version: 2022-02-01-preview @@ -6115,11 +4658,8 @@ schemas: default: name: AksComputeSecretsPropertiesUserKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. - go: - name: string - description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - &ref_1028 + - &ref_954 type: string apiVersions: - version: 2022-02-01-preview @@ -6127,11 +4667,8 @@ schemas: default: name: AksComputeSecretsPropertiesAdminKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. - go: - name: string - description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - &ref_1029 + - &ref_955 type: string apiVersions: - version: 2022-02-01-preview @@ -6139,11 +4676,8 @@ schemas: default: name: AksComputeSecretsPropertiesImagePullSecretName description: Image registry pull secret. - go: - name: string - description: Image registry pull secret. protocol: {} - - &ref_1034 + - &ref_960 type: string apiVersions: - version: 2022-02-01-preview @@ -6151,11 +4685,8 @@ schemas: default: name: DatabricksComputeSecretsPropertiesDatabricksAccessToken description: access token for databricks account. - go: - name: string - description: access token for databricks account. protocol: {} - - &ref_457 + - &ref_443 type: string apiVersions: - version: 2022-02-01-preview @@ -6163,11 +4694,8 @@ schemas: default: name: AccountKeyDatastoreSecretsKey description: Storage account key. - go: - name: string - description: Storage account key. protocol: {} - - &ref_48 + - &ref_47 type: string apiVersions: - version: 2022-02-01-preview @@ -6176,11 +4704,8 @@ schemas: default: name: AssetJobInputUri description: '[Required] Input Asset URI.' - go: - name: string - description: '[Required] Input Asset URI.' protocol: {} - - &ref_34 + - &ref_33 type: string apiVersions: - version: 2022-02-01-preview @@ -6188,11 +4713,8 @@ schemas: default: name: AssetJobOutputUri description: Output Asset URI. - go: - name: string - description: Output Asset URI. protocol: {} - - &ref_495 + - &ref_470 type: string apiVersions: - version: 2022-02-01-preview @@ -6204,11 +4726,8 @@ schemas: default: name: AutoMLJobEnvironmentId description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." - go: - name: string - description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." protocol: {} - - &ref_36 + - &ref_35 type: string apiVersions: - version: 2022-02-01-preview @@ -6220,11 +4739,8 @@ schemas: default: name: JobOutputDescription description: Description for the output. - go: - name: string - description: Description for the output. protocol: {} - - &ref_427 + - &ref_405 type: string apiVersions: - version: 2022-02-01-preview @@ -6236,11 +4752,8 @@ schemas: default: name: AzureBlobDatastoreAccountName description: Storage account name. - go: - name: string - description: Storage account name. protocol: {} - - &ref_428 + - &ref_406 type: string apiVersions: - version: 2022-02-01-preview @@ -6252,11 +4765,8 @@ schemas: default: name: AzureBlobDatastoreContainerName description: Storage account container name. - go: - name: string - description: Storage account container name. protocol: {} - - &ref_429 + - &ref_407 type: string apiVersions: - version: 2022-02-01-preview @@ -6268,11 +4778,8 @@ schemas: default: name: AzureBlobDatastoreEndpoint description: Azure cloud endpoint for the storage account. - go: - name: string - description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_430 + - &ref_408 type: string apiVersions: - version: 2022-02-01-preview @@ -6284,11 +4791,8 @@ schemas: default: name: AzureBlobDatastoreProtocol description: Protocol used to communicate with the storage account. - go: - name: string - description: Protocol used to communicate with the storage account. protocol: {} - - &ref_432 + - &ref_410 type: string apiVersions: - version: 2022-02-01-preview @@ -6301,11 +4805,8 @@ schemas: default: name: AzureDataLakeGen1DatastoreStoreName description: '[Required] Azure Data Lake store name.' - go: - name: string - description: '[Required] Azure Data Lake store name.' protocol: {} - - &ref_433 + - &ref_411 type: string apiVersions: - version: 2022-02-01-preview @@ -6318,11 +4819,8 @@ schemas: default: name: AzureDataLakeGen2DatastoreAccountName description: '[Required] Storage account name.' - go: - name: string - description: '[Required] Storage account name.' protocol: {} - - &ref_434 + - &ref_412 type: string apiVersions: - version: 2022-02-01-preview @@ -6334,11 +4832,8 @@ schemas: default: name: AzureDataLakeGen2DatastoreEndpoint description: Azure cloud endpoint for the storage account. - go: - name: string - description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_435 + - &ref_413 type: string apiVersions: - version: 2022-02-01-preview @@ -6351,11 +4846,8 @@ schemas: default: name: AzureDataLakeGen2DatastoreFilesystem description: '[Required] The name of the Data Lake Gen2 filesystem.' - go: - name: string - description: '[Required] The name of the Data Lake Gen2 filesystem.' protocol: {} - - &ref_436 + - &ref_414 type: string apiVersions: - version: 2022-02-01-preview @@ -6367,11 +4859,8 @@ schemas: default: name: AzureDataLakeGen2DatastoreProtocol description: Protocol used to communicate with the storage account. - go: - name: string - description: Protocol used to communicate with the storage account. protocol: {} - - &ref_437 + - &ref_415 type: string apiVersions: - version: 2022-02-01-preview @@ -6384,11 +4873,8 @@ schemas: default: name: AzureFileDatastoreAccountName description: '[Required] Storage account name.' - go: - name: string - description: '[Required] Storage account name.' protocol: {} - - &ref_438 + - &ref_416 type: string apiVersions: - version: 2022-02-01-preview @@ -6400,11 +4886,8 @@ schemas: default: name: AzureFileDatastoreEndpoint description: Azure cloud endpoint for the storage account. - go: - name: string - description: Azure cloud endpoint for the storage account. protocol: {} - - &ref_439 + - &ref_417 type: string apiVersions: - version: 2022-02-01-preview @@ -6417,11 +4900,8 @@ schemas: default: name: AzureFileDatastoreFileShareName description: '[Required] The name of the Azure file share that the datastore points to.' - go: - name: string - description: '[Required] The name of the Azure file share that the datastore points to.' protocol: {} - - &ref_440 + - &ref_418 type: string apiVersions: - version: 2022-02-01-preview @@ -6433,11 +4913,8 @@ schemas: default: name: AzureFileDatastoreProtocol description: Protocol used to communicate with the storage account. - go: - name: string - description: Protocol used to communicate with the storage account. protocol: {} - - &ref_453 + - &ref_444 type: string apiVersions: - version: 2022-02-01-preview @@ -6445,11 +4922,8 @@ schemas: default: name: CertificateDatastoreCredentialsAuthorityUrl description: Authority URL used for authentication. - go: - name: string - description: Authority URL used for authentication. protocol: {} - - &ref_455 + - &ref_446 type: string apiVersions: - version: 2022-02-01-preview @@ -6457,11 +4931,8 @@ schemas: default: name: CertificateDatastoreCredentialsResourceUrl description: Resource the service principal has access to. - go: - name: string - description: Resource the service principal has access to. protocol: {} - - &ref_470 + - &ref_431 type: string apiVersions: - version: 2022-02-01-preview @@ -6469,11 +4940,8 @@ schemas: default: name: CertificateDatastoreSecretsCertificate description: Service principal certificate. - go: - name: string - description: Service principal certificate. protocol: {} - - &ref_472 + - &ref_448 type: string apiVersions: - version: 2022-02-01-preview @@ -6482,11 +4950,8 @@ schemas: default: name: CertificateDatastoreCredentialsThumbprint description: '[Required] Thumbprint of the certificate used for authentication.' - go: - name: string - description: '[Required] Thumbprint of the certificate used for authentication.' protocol: {} - - &ref_625 + - &ref_518 type: string apiVersions: - version: 2022-02-01-preview @@ -6494,11 +4959,8 @@ schemas: default: name: TableVerticalValidationDataSettingsCvSplitColumnNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_52 + - &ref_51 type: string apiVersions: - version: 2022-02-01-preview @@ -6510,11 +4972,8 @@ schemas: default: name: JobInputDescription description: Description for the input. - go: - name: string - description: Description for the input. protocol: {} - - &ref_635 + - &ref_533 type: string apiVersions: - version: 2022-02-01-preview @@ -6522,11 +4981,8 @@ schemas: default: name: TableVerticalDataSettingsWeightColumnName description: The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. - go: - name: string - description: The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. protocol: {} - - &ref_639 + - &ref_531 type: string apiVersions: - version: 2022-02-01-preview @@ -6535,11 +4991,8 @@ schemas: default: name: DataSettingsTargetColumnName description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." - go: - name: string - description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." protocol: {} - - &ref_670 + - &ref_538 type: string apiVersions: - version: 2022-02-01-preview @@ -6547,11 +5000,8 @@ schemas: default: name: TableVerticalFeaturizationSettingsBlockedTransformersItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_672 + - &ref_540 type: string apiVersions: - version: 2022-02-01-preview @@ -6559,11 +5009,8 @@ schemas: default: name: TableVerticalFeaturizationSettingsDropColumnsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_38 + - &ref_37 type: string apiVersions: - version: 2022-02-01-preview @@ -6571,11 +5018,8 @@ schemas: default: name: ColumnTransformerFieldsItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_678 + - &ref_537 type: string apiVersions: - version: 2022-02-01-preview @@ -6583,11 +5027,8 @@ schemas: default: name: FeaturizationSettingsDatasetLanguage description: Dataset language, useful for the text data. - go: - name: string - description: Dataset language, useful for the text data. protocol: {} - - &ref_750 + - &ref_701 type: string apiVersions: - version: 2022-02-01-preview @@ -6599,11 +5040,8 @@ schemas: default: name: CommandJobCodeId description: ARM resource ID of the code asset. - go: - name: string - description: ARM resource ID of the code asset. protocol: {} - - &ref_751 + - &ref_702 type: string apiVersions: - version: 2022-02-01-preview @@ -6617,11 +5055,8 @@ schemas: default: name: CommandJobCommand description: '[Required] The command to execute on startup of the job. eg. "python train.py"' - go: - name: string - description: '[Required] The command to execute on startup of the job. eg. "python train.py"' protocol: {} - - &ref_765 + - &ref_713 type: string apiVersions: - version: 2022-02-01-preview @@ -6634,11 +5069,8 @@ schemas: default: name: CommandJobEnvironmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' - go: - name: string - description: '[Required] The ARM resource ID of the Environment specification for the job.' protocol: {} - - &ref_312 + - &ref_300 type: string apiVersions: - version: 2022-02-01-preview @@ -6646,11 +5078,8 @@ schemas: default: name: ContainerResourceSettingsCpu description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: string - description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_313 + - &ref_301 type: string apiVersions: - version: 2022-02-01-preview @@ -6658,11 +5087,8 @@ schemas: default: name: ContainerResourceSettingsGpu description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: string - description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_314 + - &ref_302 type: string apiVersions: - version: 2022-02-01-preview @@ -6670,11 +5096,8 @@ schemas: default: name: ContainerResourceSettingsMemory description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: string - description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" protocol: {} - - &ref_167 + - &ref_181 type: string apiVersions: - version: 2022-02-01-preview @@ -6683,11 +5106,8 @@ schemas: default: name: CronScheduleExpression description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." - go: - name: string - description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." protocol: {} - - &ref_369 + - &ref_345 type: string apiVersions: - version: 2022-02-01-preview @@ -6695,11 +5115,8 @@ schemas: default: name: DataPathAssetReferenceDatastoreId description: ARM resource ID of the datastore where the asset is located. - go: - name: string - description: ARM resource ID of the datastore where the asset is located. protocol: {} - - &ref_370 + - &ref_346 type: string apiVersions: - version: 2022-02-01-preview @@ -6707,11 +5124,8 @@ schemas: default: name: DataPathAssetReferencePath description: The path of the file/directory in the datastore. - go: - name: string - description: The path of the file/directory in the datastore. protocol: {} - - &ref_687 + - &ref_478 type: string apiVersions: - version: 2022-02-01-preview @@ -6719,11 +5133,8 @@ schemas: default: name: ForecastingSettingsCountryOrRegionForHolidays description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." - go: - name: string - description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." protocol: {} - - &ref_699 + - &ref_487 type: string apiVersions: - version: 2022-02-01-preview @@ -6731,11 +5142,8 @@ schemas: default: name: ForecastingSettingsFrequency description: When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast frequency is dataset frequency by default. - go: - name: string - description: When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast frequency is dataset frequency by default. protocol: {} - - &ref_728 + - &ref_507 type: string apiVersions: - version: 2022-02-01-preview @@ -6743,11 +5151,8 @@ schemas: default: name: ForecastingSettingsTimeColumnName description: The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. - go: - name: string - description: The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. protocol: {} - - &ref_729 + - &ref_508 type: string apiVersions: - version: 2022-02-01-preview @@ -6755,11 +5160,8 @@ schemas: default: name: ForecastingSettingsTimeSeriesIdColumnNamesItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_441 + - &ref_419 type: string apiVersions: - version: 2022-02-01-preview @@ -6771,11 +5173,8 @@ schemas: default: name: HdfsDatastoreHdfsServerCertificate description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. - go: - name: string - description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. protocol: {} - - &ref_442 + - &ref_420 type: string apiVersions: - version: 2022-02-01-preview @@ -6788,11 +5187,8 @@ schemas: default: name: HdfsDatastoreNameNodeAddress description: '[Required] IP Address or DNS HostName.' - go: - name: string - description: '[Required] IP Address or DNS HostName.' protocol: {} - - &ref_443 + - &ref_421 type: string apiVersions: - version: 2022-02-01-preview @@ -6805,11 +5201,8 @@ schemas: default: name: HdfsDatastoreProtocol description: Protocol used to communicate with the storage account (Https/Http). - go: - name: string - description: Protocol used to communicate with the storage account (Https/Http). protocol: {} - - &ref_362 + - &ref_347 type: string apiVersions: - version: 2022-02-01-preview @@ -6818,11 +5211,8 @@ schemas: default: name: IdAssetReferenceAssetId description: '[Required] ARM resource ID of the asset.' - go: - name: string - description: '[Required] ARM resource ID of the asset.' protocol: {} - - &ref_523 + - &ref_577 type: string apiVersions: - version: 2022-02-01-preview @@ -6830,11 +5220,8 @@ schemas: default: name: ImageModelSettingsAdvancedSettings description: Settings for advanced scenarios. - go: - name: string - description: Settings for advanced scenarios. protocol: {} - - &ref_525 + - &ref_579 type: string apiVersions: - version: 2022-02-01-preview @@ -6842,11 +5229,8 @@ schemas: default: name: ImageModelSettingsAugmentations description: Settings for using Augmentations. - go: - name: string - description: Settings for using Augmentations. protocol: {} - - &ref_528 + - &ref_582 type: string apiVersions: - version: 2022-02-01-preview @@ -6854,11 +5238,8 @@ schemas: default: name: ImageModelSettingsCheckpointDatasetId description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." - go: - name: string - description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." protocol: {} - - &ref_529 + - &ref_583 type: string apiVersions: - version: 2022-02-01-preview @@ -6866,11 +5247,8 @@ schemas: default: name: ImageModelSettingsCheckpointFilename description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." - go: - name: string - description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." protocol: {} - - &ref_531 + - &ref_585 type: string apiVersions: - version: 2022-02-01-preview @@ -6878,11 +5256,8 @@ schemas: default: name: ImageModelSettingsCheckpointRunId description: The id of a previous run that has a pretrained checkpoint for incremental training. - go: - name: string - description: The id of a previous run that has a pretrained checkpoint for incremental training. protocol: {} - - &ref_542 + - &ref_596 type: string apiVersions: - version: 2022-02-01-preview @@ -6890,11 +5265,8 @@ schemas: default: name: ImageModelSettingsModelName description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: string - description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_571 + - &ref_625 type: string apiVersions: - version: 2022-02-01-preview @@ -6902,11 +5274,8 @@ schemas: default: name: ImageModelDistributionSettingsClassificationTrainingCropSize description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. - go: - name: string - description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. protocol: {} - - &ref_572 + - &ref_626 type: string apiVersions: - version: 2022-02-01-preview @@ -6914,11 +5283,8 @@ schemas: default: name: ImageModelDistributionSettingsClassificationValidationCropSize description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. - go: - name: string - description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. protocol: {} - - &ref_573 + - &ref_627 type: string apiVersions: - version: 2022-02-01-preview @@ -6926,11 +5292,8 @@ schemas: default: name: ImageModelDistributionSettingsClassificationValidationResizeSize description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. - go: - name: string - description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. protocol: {} - - &ref_574 + - &ref_628 type: string apiVersions: - version: 2022-02-01-preview @@ -6938,11 +5301,8 @@ schemas: default: name: ImageModelDistributionSettingsClassificationWeightedLoss description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." - go: - name: string - description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} - - &ref_577 + - &ref_631 type: string apiVersions: - version: 2022-02-01-preview @@ -6950,11 +5310,8 @@ schemas: default: name: ImageModelDistributionSettingsAmsGradient description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - go: - name: string - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. protocol: {} - - &ref_578 + - &ref_632 type: string apiVersions: - version: 2022-02-01-preview @@ -6962,11 +5319,8 @@ schemas: default: name: ImageModelDistributionSettingsAugmentations description: Settings for using Augmentations. - go: - name: string - description: Settings for using Augmentations. protocol: {} - - &ref_579 + - &ref_633 type: string apiVersions: - version: 2022-02-01-preview @@ -6974,11 +5328,8 @@ schemas: default: name: ImageModelDistributionSettingsBeta1 description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_580 + - &ref_634 type: string apiVersions: - version: 2022-02-01-preview @@ -6986,11 +5337,8 @@ schemas: default: name: ImageModelDistributionSettingsBeta2 description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. protocol: {} - - &ref_581 + - &ref_635 type: string apiVersions: - version: 2022-02-01-preview @@ -6998,11 +5346,8 @@ schemas: default: name: ImageModelDistributionSettingsDistributed description: Whether to use distributer training. - go: - name: string - description: Whether to use distributer training. protocol: {} - - &ref_582 + - &ref_636 type: string apiVersions: - version: 2022-02-01-preview @@ -7010,11 +5355,8 @@ schemas: default: name: ImageModelDistributionSettingsEarlyStopping description: Enable early stopping logic during training. - go: - name: string - description: Enable early stopping logic during training. protocol: {} - - &ref_583 + - &ref_637 type: string apiVersions: - version: 2022-02-01-preview @@ -7022,11 +5364,8 @@ schemas: default: name: ImageModelDistributionSettingsEarlyStoppingDelay description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." - go: - name: string - description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." protocol: {} - - &ref_584 + - &ref_638 type: string apiVersions: - version: 2022-02-01-preview @@ -7034,11 +5373,8 @@ schemas: default: name: ImageModelDistributionSettingsEarlyStoppingPatience description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." - go: - name: string - description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." protocol: {} - - &ref_585 + - &ref_639 type: string apiVersions: - version: 2022-02-01-preview @@ -7046,11 +5382,8 @@ schemas: default: name: ImageModelDistributionSettingsEnableOnnxNormalization description: Enable normalization when exporting ONNX model. - go: - name: string - description: Enable normalization when exporting ONNX model. protocol: {} - - &ref_586 + - &ref_640 type: string apiVersions: - version: 2022-02-01-preview @@ -7058,11 +5391,8 @@ schemas: default: name: ImageModelDistributionSettingsEvaluationFrequency description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - go: - name: string - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. protocol: {} - - &ref_587 + - &ref_641 type: string apiVersions: - version: 2022-02-01-preview @@ -7070,11 +5400,8 @@ schemas: default: name: ImageModelDistributionSettingsGradientAccumulationStep description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." - go: - name: string - description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." protocol: {} - - &ref_588 + - &ref_642 type: string apiVersions: - version: 2022-02-01-preview @@ -7082,11 +5409,8 @@ schemas: default: name: ImageModelDistributionSettingsLayersToFreeze description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: string - description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_589 + - &ref_643 type: string apiVersions: - version: 2022-02-01-preview @@ -7094,11 +5418,8 @@ schemas: default: name: ImageModelDistributionSettingsLearningRate description: Initial learning rate. Must be a float in the range [0, 1]. - go: - name: string - description: Initial learning rate. Must be a float in the range [0, 1]. protocol: {} - - &ref_590 + - &ref_644 type: string apiVersions: - version: 2022-02-01-preview @@ -7106,11 +5427,8 @@ schemas: default: name: ImageModelDistributionSettingsLearningRateScheduler description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - go: - name: string - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. protocol: {} - - &ref_591 + - &ref_645 type: string apiVersions: - version: 2022-02-01-preview @@ -7118,11 +5436,8 @@ schemas: default: name: ImageModelDistributionSettingsModelName description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: string - description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." protocol: {} - - &ref_592 + - &ref_646 type: string apiVersions: - version: 2022-02-01-preview @@ -7130,11 +5445,8 @@ schemas: default: name: ImageModelDistributionSettingsMomentum description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. protocol: {} - - &ref_593 + - &ref_647 type: string apiVersions: - version: 2022-02-01-preview @@ -7142,11 +5454,8 @@ schemas: default: name: ImageModelDistributionSettingsNesterov description: Enable nesterov when optimizer is 'sgd'. - go: - name: string - description: Enable nesterov when optimizer is 'sgd'. protocol: {} - - &ref_594 + - &ref_648 type: string apiVersions: - version: 2022-02-01-preview @@ -7154,11 +5463,8 @@ schemas: default: name: ImageModelDistributionSettingsNumberOfEpochs description: Number of training epochs. Must be a positive integer. - go: - name: string - description: Number of training epochs. Must be a positive integer. protocol: {} - - &ref_595 + - &ref_649 type: string apiVersions: - version: 2022-02-01-preview @@ -7166,11 +5472,8 @@ schemas: default: name: ImageModelDistributionSettingsNumberOfWorkers description: Number of data loader workers. Must be a non-negative integer. - go: - name: string - description: Number of data loader workers. Must be a non-negative integer. protocol: {} - - &ref_596 + - &ref_650 type: string apiVersions: - version: 2022-02-01-preview @@ -7178,11 +5481,8 @@ schemas: default: name: ImageModelDistributionSettingsOptimizer description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. - go: - name: string - description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. protocol: {} - - &ref_597 + - &ref_651 type: string apiVersions: - version: 2022-02-01-preview @@ -7190,11 +5490,8 @@ schemas: default: name: ImageModelDistributionSettingsRandomSeed description: Random seed to be used when using deterministic training. - go: - name: string - description: Random seed to be used when using deterministic training. protocol: {} - - &ref_598 + - &ref_652 type: string apiVersions: - version: 2022-02-01-preview @@ -7202,11 +5499,8 @@ schemas: default: name: ImageModelDistributionSettingsSplitRatio description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." - go: - name: string - description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." protocol: {} - - &ref_599 + - &ref_653 type: string apiVersions: - version: 2022-02-01-preview @@ -7214,11 +5508,8 @@ schemas: default: name: ImageModelDistributionSettingsStepLRGamma description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. protocol: {} - - &ref_600 + - &ref_654 type: string apiVersions: - version: 2022-02-01-preview @@ -7226,11 +5517,8 @@ schemas: default: name: ImageModelDistributionSettingsStepLRStepSize description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - go: - name: string - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. protocol: {} - - &ref_601 + - &ref_655 type: string apiVersions: - version: 2022-02-01-preview @@ -7238,11 +5526,8 @@ schemas: default: name: ImageModelDistributionSettingsTrainingBatchSize description: Training batch size. Must be a positive integer. - go: - name: string - description: Training batch size. Must be a positive integer. protocol: {} - - &ref_602 + - &ref_656 type: string apiVersions: - version: 2022-02-01-preview @@ -7250,11 +5535,8 @@ schemas: default: name: ImageModelDistributionSettingsValidationBatchSize description: Validation batch size. Must be a positive integer. - go: - name: string - description: Validation batch size. Must be a positive integer. protocol: {} - - &ref_603 + - &ref_657 type: string apiVersions: - version: 2022-02-01-preview @@ -7262,11 +5544,8 @@ schemas: default: name: ImageModelDistributionSettingsWarmupCosineLRCycles description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. - go: - name: string - description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - &ref_604 + - &ref_658 type: string apiVersions: - version: 2022-02-01-preview @@ -7274,11 +5553,8 @@ schemas: default: name: ImageModelDistributionSettingsWarmupCosineLRWarmupEpochs description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - go: - name: string - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - &ref_605 + - &ref_659 type: string apiVersions: - version: 2022-02-01-preview @@ -7286,11 +5562,8 @@ schemas: default: name: ImageModelDistributionSettingsWeightDecay description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - go: - name: string - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} - - &ref_565 + - &ref_619 type: string apiVersions: - version: 2022-02-01-preview @@ -7298,11 +5571,8 @@ schemas: default: name: ImageModelSettingsObjectDetectionTileGridSize description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_606 + - &ref_660 type: string apiVersions: - version: 2022-02-01-preview @@ -7310,11 +5580,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionBoxDetectionsPerImage description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_607 + - &ref_661 type: string apiVersions: - version: 2022-02-01-preview @@ -7322,11 +5589,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionBoxScoreThreshold description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." - go: - name: string - description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." protocol: {} - - &ref_608 + - &ref_662 type: string apiVersions: - version: 2022-02-01-preview @@ -7334,11 +5598,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionImageSize description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: string - description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_609 + - &ref_663 type: string apiVersions: - version: 2022-02-01-preview @@ -7346,11 +5607,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionMaxSize description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_610 + - &ref_664 type: string apiVersions: - version: 2022-02-01-preview @@ -7358,11 +5616,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionMinSize description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_611 + - &ref_665 type: string apiVersions: - version: 2022-02-01-preview @@ -7370,11 +5625,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionModelSize description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: string - description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_612 + - &ref_666 type: string apiVersions: - version: 2022-02-01-preview @@ -7382,11 +5634,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionMultiScale description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: string - description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." protocol: {} - - &ref_613 + - &ref_667 type: string apiVersions: - version: 2022-02-01-preview @@ -7394,11 +5643,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionNmsIouThreshold description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. - go: - name: string - description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. protocol: {} - - &ref_614 + - &ref_668 type: string apiVersions: - version: 2022-02-01-preview @@ -7406,11 +5652,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionTileGridSize description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_615 + - &ref_669 type: string apiVersions: - version: 2022-02-01-preview @@ -7418,11 +5661,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionTileOverlapRatio description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: string - description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - - &ref_616 + - &ref_670 type: string apiVersions: - version: 2022-02-01-preview @@ -7430,11 +5670,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionTilePredictionsNmsThreshold description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" - go: - name: string - description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" protocol: {} - - &ref_617 + - &ref_671 type: string apiVersions: - version: 2022-02-01-preview @@ -7442,11 +5679,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionValidationIouThreshold description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - go: - name: string - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. protocol: {} - - &ref_618 + - &ref_672 type: string apiVersions: - version: 2022-02-01-preview @@ -7454,11 +5688,8 @@ schemas: default: name: ImageModelDistributionSettingsObjectDetectionValidationMetricType description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. - go: - name: string - description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. protocol: {} - - &ref_476 + - &ref_452 type: string apiVersions: - version: 2022-02-01-preview @@ -7471,11 +5702,8 @@ schemas: default: name: KerberosCredentialsKerberosKdcAddress description: '[Required] IP Address or DNS HostName.' - go: - name: string - description: '[Required] IP Address or DNS HostName.' protocol: {} - - &ref_477 + - &ref_453 type: string apiVersions: - version: 2022-02-01-preview @@ -7488,11 +5716,8 @@ schemas: default: name: KerberosCredentialsKerberosPrincipal description: '[Required] Kerberos Username' - go: - name: string - description: '[Required] Kerberos Username' protocol: {} - - &ref_478 + - &ref_454 type: string apiVersions: - version: 2022-02-01-preview @@ -7505,11 +5730,8 @@ schemas: default: name: KerberosCredentialsKerberosRealm description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' - go: - name: string - description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' protocol: {} - - &ref_459 + - &ref_432 type: string apiVersions: - version: 2022-02-01-preview @@ -7517,11 +5739,8 @@ schemas: default: name: KerberosKeytabSecretsKerberosKeytab description: Kerberos keytab secret. - go: - name: string - description: Kerberos keytab secret. protocol: {} - - &ref_460 + - &ref_433 type: string apiVersions: - version: 2022-02-01-preview @@ -7529,11 +5748,8 @@ schemas: default: name: KerberosPasswordSecretsKerberosPassword description: Kerberos password secret. - go: - name: string - description: Kerberos password secret. protocol: {} - - &ref_49 + - &ref_48 type: string apiVersions: - version: 2022-02-01-preview @@ -7542,11 +5758,8 @@ schemas: default: name: LiteralJobInputValue description: '[Required] Literal value for the input.' - go: - name: string - description: '[Required] Literal value for the input.' protocol: {} - - &ref_814 + - &ref_755 type: string apiVersions: - version: 2022-02-01-preview @@ -7558,11 +5771,8 @@ schemas: default: name: ManagedIdentityResourceId description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. - go: - name: string - description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. protocol: {} - - &ref_398 + - &ref_376 type: string apiVersions: - version: 2022-02-01-preview @@ -7570,11 +5780,8 @@ schemas: default: name: MLTableDataReferencedUrisItem description: '' - go: - name: string - description: '' protocol: {} - - &ref_785 + - &ref_731 type: string apiVersions: - version: 2022-02-01-preview @@ -7583,11 +5790,8 @@ schemas: default: name: ObjectivePrimaryMetric description: '[Required] Name of the metric to optimize.' - go: - name: string - description: '[Required] Name of the metric to optimize.' protocol: {} - - &ref_363 + - &ref_348 type: string apiVersions: - version: 2022-02-01-preview @@ -7595,11 +5799,8 @@ schemas: default: name: OutputPathAssetReferenceJobId description: ARM resource ID of the job. - go: - name: string - description: ARM resource ID of the job. protocol: {} - - &ref_364 + - &ref_349 type: string apiVersions: - version: 2022-02-01-preview @@ -7607,11 +5808,8 @@ schemas: default: name: OutputPathAssetReferencePath description: The path of the file/directory in the job output. - go: - name: string - description: The path of the file/directory in the job output. protocol: {} - - &ref_1085 + - &ref_1003 type: string apiVersions: - version: 2022-02-01-preview @@ -7619,11 +5817,8 @@ schemas: default: name: PartialDataPathAssetReferenceDatastoreId description: ARM resource ID of the datastore where the asset is located. - go: - name: string - description: ARM resource ID of the datastore where the asset is located. protocol: {} - - &ref_1086 + - &ref_1004 type: string apiVersions: - version: 2022-02-01-preview @@ -7631,11 +5826,8 @@ schemas: default: name: PartialDataPathAssetReferencePath description: The path of the file/directory in the datastore. - go: - name: string - description: The path of the file/directory in the datastore. protocol: {} - - &ref_1079 + - &ref_1005 type: string apiVersions: - version: 2022-02-01-preview @@ -7643,11 +5835,8 @@ schemas: default: name: PartialIdAssetReferenceAssetId description: ARM resource ID of the asset. - go: - name: string - description: ARM resource ID of the asset. protocol: {} - - &ref_1080 + - &ref_1006 type: string apiVersions: - version: 2022-02-01-preview @@ -7655,11 +5844,8 @@ schemas: default: name: PartialOutputPathAssetReferenceJobId description: ARM resource ID of the job. - go: - name: string - description: ARM resource ID of the job. protocol: {} - - &ref_1081 + - &ref_1007 type: string apiVersions: - version: 2022-02-01-preview @@ -7667,11 +5853,8 @@ schemas: default: name: PartialOutputPathAssetReferencePath description: The path of the file/directory in the job output. - go: - name: string - description: The path of the file/directory in the job output. protocol: {} - - &ref_461 + - &ref_434 type: string apiVersions: - version: 2022-02-01-preview @@ -7679,11 +5862,8 @@ schemas: default: name: SasDatastoreSecretsSasToken description: Storage container SAS token. - go: - name: string - description: Storage container SAS token. protocol: {} - - &ref_479 + - &ref_455 type: string apiVersions: - version: 2022-02-01-preview @@ -7691,11 +5871,8 @@ schemas: default: name: ServicePrincipalDatastoreCredentialsAuthorityUrl description: Authority URL used for authentication. - go: - name: string - description: Authority URL used for authentication. protocol: {} - - &ref_481 + - &ref_457 type: string apiVersions: - version: 2022-02-01-preview @@ -7703,11 +5880,8 @@ schemas: default: name: ServicePrincipalDatastoreCredentialsResourceUrl description: Resource the service principal has access to. - go: - name: string - description: Resource the service principal has access to. protocol: {} - - &ref_462 + - &ref_435 type: string apiVersions: - version: 2022-02-01-preview @@ -7715,11 +5889,8 @@ schemas: default: name: ServicePrincipalDatastoreSecretsClientSecret description: Service principal secret. - go: - name: string - description: Service principal secret. protocol: {} - - &ref_796 + - &ref_740 type: string apiVersions: - version: 2022-02-01-preview @@ -7731,11 +5902,8 @@ schemas: default: name: TrialComponentCodeId description: ARM resource ID of the code asset. - go: - name: string - description: ARM resource ID of the code asset. protocol: {} - - &ref_797 + - &ref_741 type: string apiVersions: - version: 2022-02-01-preview @@ -7749,11 +5917,8 @@ schemas: default: name: TrialComponentCommand description: '[Required] The command to execute on startup of the job. eg. "python train.py"' - go: - name: string - description: '[Required] The command to execute on startup of the job. eg. "python train.py"' protocol: {} - - &ref_799 + - &ref_742 type: string apiVersions: - version: 2022-02-01-preview @@ -7762,69 +5927,45 @@ schemas: default: name: TrialComponentEnvironmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' - go: - name: string - description: '[Required] The ARM resource ID of the Environment specification for the job.' protocol: {} choices: - - &ref_245 + - &ref_256 choices: - value: Unknown language: default: name: Unknown description: '' - go: - name: ProvisioningStateUnknown - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ProvisioningStateUpdating - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: ProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ProvisioningStateDeleting - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStateFailed - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: ProvisioningStateCanceled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7833,29 +5974,19 @@ schemas: default: name: ProvisioningState description: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. - go: - name: ProvisioningState - description: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. - possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - - &ref_877 + - &ref_804 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: EncryptionStatusEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: EncryptionStatusDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7864,29 +5995,19 @@ schemas: default: name: EncryptionStatus description: Indicates whether or not the encryption is enabled for the workspace. - go: - name: EncryptionStatus - description: Indicates whether or not the encryption is enabled for the workspace. - possibleValuesFunc: PossibleEncryptionStatusValues protocol: {} - - &ref_887 + - &ref_814 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: PublicNetworkAccessEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: PublicNetworkAccessDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7895,53 +6016,34 @@ schemas: default: name: PublicNetworkAccess description: Whether requests from Public Network are allowed. - go: - name: PublicNetworkAccess - description: Whether requests from Public Network are allowed. - possibleValuesFunc: PossiblePublicNetworkAccessValues protocol: {} - - &ref_74 + - &ref_72 choices: - value: Pending language: default: name: Pending description: '' - go: - name: PrivateEndpointServiceConnectionStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: PrivateEndpointServiceConnectionStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: PrivateEndpointServiceConnectionStatusRejected - description: '' - value: Disconnected language: default: name: Disconnected description: '' - go: - name: PrivateEndpointServiceConnectionStatusDisconnected - description: '' - value: Timeout language: default: name: Timeout description: '' - go: - name: PrivateEndpointServiceConnectionStatusTimeout - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7950,45 +6052,29 @@ schemas: default: name: PrivateEndpointServiceConnectionStatus description: The private endpoint connection status. - go: - name: PrivateEndpointServiceConnectionStatus - description: The private endpoint connection status. - possibleValuesFunc: PossiblePrivateEndpointServiceConnectionStatusValues protocol: {} - - &ref_77 + - &ref_75 choices: - value: Succeeded language: default: name: Succeeded description: '' - go: - name: PrivateEndpointConnectionProvisioningStateSucceeded - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: PrivateEndpointConnectionProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: PrivateEndpointConnectionProvisioningStateDeleting - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: PrivateEndpointConnectionProvisioningStateFailed - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -7997,45 +6083,29 @@ schemas: default: name: PrivateEndpointConnectionProvisioningState description: The current provisioning state. - go: - name: PrivateEndpointConnectionProvisioningState - description: The current provisioning state. - possibleValuesFunc: PossiblePrivateEndpointConnectionProvisioningStateValues protocol: {} - - &ref_80 + - &ref_78 choices: - value: None language: default: name: None description: '' - go: - name: ManagedServiceIdentityTypeNone - description: '' - value: SystemAssigned language: default: name: SystemAssigned description: '' - go: - name: ManagedServiceIdentityTypeSystemAssigned - description: '' - value: UserAssigned language: default: name: UserAssigned description: '' - go: - name: ManagedServiceIdentityTypeUserAssigned - description: '' - value: SystemAssigned,UserAssigned language: default: name: SystemAssignedUserAssigned description: '' - go: - name: ManagedServiceIdentityTypeSystemAssignedUserAssigned - description: '' type: choice apiVersions: - version: '3.0' @@ -8044,45 +6114,29 @@ schemas: default: name: ManagedServiceIdentityType description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - go: - name: ManagedServiceIdentityType - description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - possibleValuesFunc: PossibleManagedServiceIdentityTypeValues protocol: {} - - &ref_865 + - &ref_792 choices: - value: User language: default: name: User description: '' - go: - name: CreatedByTypeUser - description: '' - value: Application language: default: name: Application description: '' - go: - name: CreatedByTypeApplication - description: '' - value: ManagedIdentity language: default: name: ManagedIdentity description: '' - go: - name: CreatedByTypeManagedIdentity - description: '' - value: Key language: default: name: Key description: '' - go: - name: CreatedByTypeKey - description: '' type: choice apiVersions: - version: '3.0' @@ -8091,37 +6145,24 @@ schemas: default: name: CreatedByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. - possibleValuesFunc: PossibleCreatedByTypeValues protocol: {} - - &ref_938 + - &ref_865 choices: - value: Warning language: default: name: Warning description: '' - go: - name: DiagnoseResultLevelWarning - description: '' - value: Error language: default: name: Error description: '' - go: - name: DiagnoseResultLevelError - description: '' - value: Information language: default: name: Information description: '' - go: - name: DiagnoseResultLevelInformation - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8130,21 +6171,14 @@ schemas: default: name: DiagnoseResultLevel description: Level of workspace setup error - go: - name: DiagnoseResultLevel - description: Level of workspace setup error - possibleValuesFunc: PossibleDiagnoseResultLevelValues protocol: {} - - &ref_958 + - &ref_884 choices: - value: Count language: default: name: Count description: '' - go: - name: UsageUnitCount - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8153,21 +6187,14 @@ schemas: default: name: UsageUnit description: An enum describing the unit of usage measurement. - go: - name: UsageUnit - description: An enum describing the unit of usage measurement. - possibleValuesFunc: PossibleUsageUnitValues protocol: {} - - &ref_975 + - &ref_901 choices: - value: USD language: default: name: USD description: '' - go: - name: BillingCurrencyUSD - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8177,21 +6204,14 @@ schemas: default: name: BillingCurrency description: 'Three lettered code specifying the currency of the VM price. Example: USD' - go: - name: BillingCurrency - description: 'Three lettered code specifying the currency of the VM price. Example: USD' - possibleValuesFunc: PossibleBillingCurrencyValues protocol: {} - - &ref_976 + - &ref_902 choices: - value: OneHour language: default: name: OneHour description: '' - go: - name: UnitOfMeasureOneHour - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8201,29 +6221,19 @@ schemas: default: name: UnitOfMeasure description: 'The unit of time measurement for the specified VM price. Example: OneHour' - go: - name: UnitOfMeasure - description: 'The unit of time measurement for the specified VM price. Example: OneHour' - possibleValuesFunc: PossibleUnitOfMeasureValues protocol: {} - - &ref_978 + - &ref_904 choices: - value: Linux language: default: name: Linux description: '' - go: - name: VMPriceOSTypeLinux - description: '' - value: Windows language: default: name: Windows description: '' - go: - name: VMPriceOSTypeWindows - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8233,37 +6243,24 @@ schemas: default: name: VMPriceOSType description: Operating system type used by the VM. - go: - name: VMPriceOSType - description: Operating system type used by the VM. - possibleValuesFunc: PossibleVMPriceOSTypeValues protocol: {} - - &ref_979 + - &ref_905 choices: - value: Standard language: default: name: Standard description: '' - go: - name: VMTierStandard - description: '' - value: LowPriority language: default: name: LowPriority description: '' - go: - name: VMTierLowPriority - description: '' - value: Spot language: default: name: Spot description: '' - go: - name: VMTierSpot - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8273,21 +6270,14 @@ schemas: default: name: VMTier description: The type of the VM. - go: - name: VMTier - description: The type of the VM. - possibleValuesFunc: PossibleVMTierValues protocol: {} - - &ref_987 + - &ref_913 choices: - value: Count language: default: name: Count description: '' - go: - name: QuotaUnitCount - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8296,77 +6286,49 @@ schemas: default: name: QuotaUnit description: An enum describing the unit of quota measurement. - go: - name: QuotaUnit - description: An enum describing the unit of quota measurement. - possibleValuesFunc: PossibleQuotaUnitValues protocol: {} - - &ref_993 + - &ref_919 choices: - value: Undefined language: default: name: Undefined description: '' - go: - name: StatusUndefined - description: '' - value: Success language: default: name: Success description: '' - go: - name: StatusSuccess - description: '' - value: Failure language: default: name: Failure description: '' - go: - name: StatusFailure - description: '' - value: InvalidQuotaBelowClusterMinimum language: default: name: InvalidQuotaBelowClusterMinimum description: '' - go: - name: StatusInvalidQuotaBelowClusterMinimum - description: '' - value: InvalidQuotaExceedsSubscriptionLimit language: default: name: InvalidQuotaExceedsSubscriptionLimit description: '' - go: - name: StatusInvalidQuotaExceedsSubscriptionLimit - description: '' - value: InvalidVMFamilyName language: default: name: InvalidVMFamilyName description: '' - go: - name: StatusInvalidVMFamilyName - description: '' - value: OperationNotSupportedForSku language: default: name: OperationNotSupportedForSku description: '' - go: - name: StatusOperationNotSupportedForSKU - description: '' - value: OperationNotEnabledForRegion language: default: name: OperationNotEnabledForRegion description: '' - go: - name: StatusOperationNotEnabledForRegion - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8376,93 +6338,59 @@ schemas: default: name: Status description: Status of update workspace quota. - go: - name: Status - description: Status of update workspace quota. - possibleValuesFunc: PossibleStatusValues protocol: {} - - &ref_242 + - &ref_253 choices: - value: AKS language: default: name: AKS description: '' - go: - name: ComputeTypeAKS - description: '' - value: Kubernetes language: default: name: Kubernetes description: '' - go: - name: ComputeTypeKubernetes - description: '' - value: AmlCompute language: default: name: AmlCompute description: '' - go: - name: ComputeTypeAmlCompute - description: '' - value: ComputeInstance language: default: name: ComputeInstance description: '' - go: - name: ComputeTypeComputeInstance - description: '' - value: DataFactory language: default: name: DataFactory description: '' - go: - name: ComputeTypeDataFactory - description: '' - value: VirtualMachine language: default: name: VirtualMachine description: '' - go: - name: ComputeTypeVirtualMachine - description: '' - value: HDInsight language: default: name: HDInsight description: '' - go: - name: ComputeTypeHDInsight - description: '' - value: Databricks language: default: name: Databricks description: '' - go: - name: ComputeTypeDatabricks - description: '' - value: DataLakeAnalytics language: default: name: DataLakeAnalytics description: '' - go: - name: ComputeTypeDataLakeAnalytics - description: '' - value: SynapseSpark language: default: name: SynapseSpark description: '' - go: - name: ComputeTypeSynapseSpark - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8471,29 +6399,19 @@ schemas: default: name: ComputeType description: The type of compute - go: - name: ComputeType - description: The type of compute - possibleValuesFunc: PossibleComputeTypeValues protocol: {} - - &ref_1498 + - &ref_1287 choices: - value: Delete language: default: name: Delete description: '' - go: - name: UnderlyingResourceActionDelete - description: '' - value: Detach language: default: name: Detach description: '' - go: - name: UnderlyingResourceActionDetach - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8502,61 +6420,39 @@ schemas: default: name: UnderlyingResourceAction description: '' - go: - name: UnderlyingResourceAction - description: '' - possibleValuesFunc: PossibleUnderlyingResourceActionValues protocol: {} - - &ref_1013 + - &ref_939 choices: - value: idle language: default: name: Idle description: '' - go: - name: NodeStateIdle - description: '' - value: running language: default: name: Running description: '' - go: - name: NodeStateRunning - description: '' - value: preparing language: default: name: Preparing description: '' - go: - name: NodeStatePreparing - description: '' - value: unusable language: default: name: Unusable description: '' - go: - name: NodeStateUnusable - description: '' - value: leaving language: default: name: Leaving description: '' - go: - name: NodeStateLeaving - description: '' - value: preempted language: default: name: Preempted description: '' - go: - name: NodeStatePreempted - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8565,21 +6461,14 @@ schemas: default: name: NodeState description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. - go: - name: NodeState - description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. - possibleValuesFunc: PossibleNodeStateValues protocol: {} - - &ref_289 + - &ref_277 choices: - value: JSON language: default: name: JSON description: '' - go: - name: ValueFormatJSON - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8588,61 +6477,39 @@ schemas: default: name: ValueFormat description: format for the workspace connection value - go: - name: ValueFormat - description: format for the workspace connection value - possibleValuesFunc: PossibleValueFormatValues protocol: {} - - &ref_296 + - &ref_284 choices: - value: Creating language: default: name: Creating description: '' - go: - name: EndpointProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: EndpointProvisioningStateDeleting - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: EndpointProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: EndpointProvisioningStateFailed - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: EndpointProvisioningStateUpdating - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: EndpointProvisioningStateCanceled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8651,37 +6518,24 @@ schemas: default: name: EndpointProvisioningState description: State of endpoint provisioning. - go: - name: EndpointProvisioningState - description: State of endpoint provisioning. - possibleValuesFunc: PossibleEndpointProvisioningStateValues protocol: {} - - &ref_300 + - &ref_288 choices: - value: AMLToken language: default: name: AMLToken description: '' - go: - name: EndpointAuthModeAMLToken - description: '' - value: Key language: default: name: Key description: '' - go: - name: EndpointAuthModeKey - description: '' - value: AADToken language: default: name: AADToken description: '' - go: - name: EndpointAuthModeAADToken - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8690,37 +6544,24 @@ schemas: default: name: EndpointAuthMode description: Enum to determine endpoint authentication mode. - go: - name: EndpointAuthMode - description: Enum to determine endpoint authentication mode. - possibleValuesFunc: PossibleEndpointAuthModeValues protocol: {} - - &ref_356 + - &ref_341 choices: - value: Info language: default: name: Info description: '' - go: - name: BatchLoggingLevelInfo - description: '' - value: Warning language: default: name: Warning description: '' - go: - name: BatchLoggingLevelWarning - description: '' - value: Debug language: default: name: Debug description: '' - go: - name: BatchLoggingLevelDebug - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8729,37 +6570,24 @@ schemas: default: name: BatchLoggingLevel description: "Log verbosity for batch inferencing.\r\nIncreasing verbosity order for logging is : Warning, Info and Debug.\r\nThe default value is Info." - go: - name: BatchLoggingLevel - description: 'Log verbosity for batch inferencing. Increasing verbosity order for logging is : Warning, Info and Debug. The default value is Info.' - possibleValuesFunc: PossibleBatchLoggingLevelValues protocol: {} - - &ref_367 + - &ref_353 choices: - value: Id language: default: name: Id description: '' - go: - name: ReferenceTypeID - description: '' - value: DataPath language: default: name: DataPath description: '' - go: - name: ReferenceTypeDataPath - description: '' - value: OutputPath language: default: name: OutputPath description: '' - go: - name: ReferenceTypeOutputPath - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8768,29 +6596,19 @@ schemas: default: name: ReferenceType description: Enum to determine which reference method to use for an asset. - go: - name: ReferenceType - description: Enum to determine which reference method to use for an asset. - possibleValuesFunc: PossibleReferenceTypeValues protocol: {} - - &ref_373 + - &ref_355 choices: - value: SummaryOnly language: default: name: SummaryOnly description: '' - go: - name: BatchOutputActionSummaryOnly - description: '' - value: AppendRow language: default: name: AppendRow description: '' - go: - name: BatchOutputActionAppendRow - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8799,69 +6617,44 @@ schemas: default: name: BatchOutputAction description: Enum to determine how batch inferencing will handle output - go: - name: BatchOutputAction - description: Enum to determine how batch inferencing will handle output - possibleValuesFunc: PossibleBatchOutputActionValues protocol: {} - - &ref_331 + - &ref_319 choices: - value: Creating language: default: name: Creating description: '' - go: - name: DeploymentProvisioningStateCreating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: DeploymentProvisioningStateDeleting - description: '' - value: Scaling language: default: name: Scaling description: '' - go: - name: DeploymentProvisioningStateScaling - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: DeploymentProvisioningStateUpdating - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: DeploymentProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: DeploymentProvisioningStateFailed - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: DeploymentProvisioningStateCanceled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8870,37 +6663,24 @@ schemas: default: name: DeploymentProvisioningState description: Possible values for DeploymentProvisioningState. - go: - name: DeploymentProvisioningState - description: Possible values for DeploymentProvisioningState. - possibleValuesFunc: PossibleDeploymentProvisioningStateValues protocol: {} - - &ref_1836 + - &ref_1445 choices: - value: ActiveOnly language: default: name: ActiveOnly description: '' - go: - name: ListViewTypeActiveOnly - description: '' - value: ArchivedOnly language: default: name: ArchivedOnly description: '' - go: - name: ListViewTypeArchivedOnly - description: '' - value: All language: default: name: All description: '' - go: - name: ListViewTypeAll - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8909,37 +6689,24 @@ schemas: default: name: ListViewType description: '' - go: - name: ListViewType - description: '' - possibleValuesFunc: PossibleListViewTypeValues protocol: {} - - &ref_402 + - &ref_380 choices: - value: UriFile language: default: name: UriFile description: '' - go: - name: DataTypeURIFile - description: '' - value: UriFolder language: default: name: UriFolder description: '' - go: - name: DataTypeURIFolder - description: '' - value: MLTable language: default: name: MLTable description: '' - go: - name: DataTypeMLTable - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -8948,69 +6715,44 @@ schemas: default: name: DataType description: Enum to determine the type of data. - go: - name: DataType - description: Enum to determine the type of data. - possibleValuesFunc: PossibleDataTypeValues protocol: {} - - &ref_487 + - &ref_464 choices: - value: AccountKey language: default: name: AccountKey description: '' - go: - name: CredentialsTypeAccountKey - description: '' - value: Certificate language: default: name: Certificate description: '' - go: - name: CredentialsTypeCertificate - description: '' - value: None language: default: name: None description: '' - go: - name: CredentialsTypeNone - description: '' - value: Sas language: default: name: Sas description: '' - go: - name: CredentialsTypeSas - description: '' - value: ServicePrincipal language: default: name: ServicePrincipal description: '' - go: - name: CredentialsTypeServicePrincipal - description: '' - value: KerberosKeytab language: default: name: KerberosKeytab description: '' - go: - name: CredentialsTypeKerberosKeytab - description: '' - value: KerberosPassword language: default: name: KerberosPassword description: '' - go: - name: CredentialsTypeKerberosPassword - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9019,53 +6761,34 @@ schemas: default: name: CredentialsType description: Enum to determine the datastore credentials type. - go: - name: CredentialsType - description: Enum to determine the datastore credentials type. - possibleValuesFunc: PossibleCredentialsTypeValues protocol: {} - - &ref_449 + - &ref_427 choices: - value: AzureBlob language: default: name: AzureBlob description: '' - go: - name: DatastoreTypeAzureBlob - description: '' - value: AzureDataLakeGen1 language: default: name: AzureDataLakeGen1 description: '' - go: - name: DatastoreTypeAzureDataLakeGen1 - description: '' - value: AzureDataLakeGen2 language: default: name: AzureDataLakeGen2 description: '' - go: - name: DatastoreTypeAzureDataLakeGen2 - description: '' - value: AzureFile language: default: name: AzureFile description: '' - go: - name: DatastoreTypeAzureFile - description: '' - value: Hdfs language: default: name: Hdfs description: '' - go: - name: DatastoreTypeHdfs - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9074,61 +6797,39 @@ schemas: default: name: DatastoreType description: Enum to determine the datastore contents type. - go: - name: DatastoreType - description: Enum to determine the datastore contents type. - possibleValuesFunc: PossibleDatastoreTypeValues protocol: {} - - &ref_468 + - &ref_441 choices: - value: AccountKey language: default: name: AccountKey description: '' - go: - name: SecretsTypeAccountKey - description: '' - value: Certificate language: default: name: Certificate description: '' - go: - name: SecretsTypeCertificate - description: '' - value: Sas language: default: name: Sas description: '' - go: - name: SecretsTypeSas - description: '' - value: ServicePrincipal language: default: name: ServicePrincipal description: '' - go: - name: SecretsTypeServicePrincipal - description: '' - value: KerberosPassword language: default: name: KerberosPassword description: '' - go: - name: SecretsTypeKerberosPassword - description: '' - value: KerberosKeytab language: default: name: KerberosKeytab description: '' - go: - name: SecretsTypeKerberosKeytab - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9137,29 +6838,19 @@ schemas: default: name: SecretsType description: Enum to determine the datastore secrets type. - go: - name: SecretsType - description: Enum to determine the datastore secrets type. - possibleValuesFunc: PossibleSecretsTypeValues protocol: {} - - &ref_408 + - &ref_386 choices: - value: Curated language: default: name: Curated description: '' - go: - name: EnvironmentTypeCurated - description: '' - value: UserCreated language: default: name: UserCreated description: '' - go: - name: EnvironmentTypeUserCreated - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9168,29 +6859,19 @@ schemas: default: name: EnvironmentType description: Environment type is either user created or curated by Azure ML service - go: - name: EnvironmentType - description: Environment type is either user created or curated by Azure ML service - possibleValuesFunc: PossibleEnvironmentTypeValues protocol: {} - - &ref_413 + - &ref_391 choices: - value: Linux language: default: name: Linux description: '' - go: - name: OperatingSystemTypeLinux - description: '' - value: Windows language: default: name: Windows description: '' - go: - name: OperatingSystemTypeWindows - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9199,37 +6880,24 @@ schemas: default: name: OperatingSystemType description: The type of operating system. - go: - name: OperatingSystemType - description: The type of operating system. - possibleValuesFunc: PossibleOperatingSystemTypeValues protocol: {} - - &ref_817 + - &ref_759 choices: - value: Managed language: default: name: Managed description: '' - go: - name: IdentityConfigurationTypeManaged - description: '' - value: AMLToken language: default: name: AMLToken description: '' - go: - name: IdentityConfigurationTypeAMLToken - description: '' - value: UserIdentity language: default: name: UserIdentity description: '' - go: - name: IdentityConfigurationTypeUserIdentity - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9238,45 +6906,29 @@ schemas: default: name: IdentityConfigurationType description: Enum to determine identity framework. - go: - name: IdentityConfigurationType - description: Enum to determine identity framework. - possibleValuesFunc: PossibleIdentityConfigurationTypeValues protocol: {} - - &ref_805 + - &ref_748 choices: - value: AutoML language: default: name: AutoML description: '' - go: - name: JobTypeAutoML - description: '' - value: Command language: default: name: Command description: '' - go: - name: JobTypeCommand - description: '' - value: Sweep language: default: name: Sweep description: '' - go: - name: JobTypeSweep - description: '' - value: Pipeline language: default: name: Pipeline description: '' - go: - name: JobTypePipeline - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9285,29 +6937,19 @@ schemas: default: name: JobType description: Enum to determine the type of job. - go: - name: JobType - description: Enum to determine the type of job. - possibleValuesFunc: PossibleJobTypeValues protocol: {} - - &ref_163 + - &ref_190 choices: - value: Enabled language: default: name: Enabled description: Schedule is enabled - go: - name: ScheduleStatusEnabled - description: Schedule is enabled - value: Disabled language: default: name: Disabled description: Schedule is disabled - go: - name: ScheduleStatusDisabled - description: Schedule is disabled type: choice apiVersions: - version: 2022-02-01-preview @@ -9316,29 +6958,19 @@ schemas: default: name: ScheduleStatus description: Enum to describe status of schedule - go: - name: ScheduleStatus - description: Enum to describe status of schedule - possibleValuesFunc: PossibleScheduleStatusValues protocol: {} - - &ref_161 + - &ref_188 choices: - value: Cron language: default: name: Cron description: Cron schedule type - go: - name: ScheduleTypeCron - description: Cron schedule type - value: Recurrence language: default: name: Recurrence description: Recurrence schedule type - go: - name: ScheduleTypeRecurrence - description: Recurrence schedule type type: choice apiVersions: - version: 2022-02-01-preview @@ -9347,101 +6979,64 @@ schemas: default: name: ScheduleType description: Enum to describe type of schedule - go: - name: ScheduleType - description: Enum to describe type of schedule - possibleValuesFunc: PossibleScheduleTypeValues protocol: {} - - &ref_824 + - &ref_763 choices: - value: NotStarted language: default: name: NotStarted description: Run hasn't started yet. - go: - name: JobStatusNotStarted - description: Run hasn't started yet. - value: Starting language: default: name: Starting description: Run has started. The user has a run ID. - go: - name: JobStatusStarting - description: Run has started. The user has a run ID. - value: Provisioning language: default: name: Provisioning description: (Not used currently) It will be used if ES is creating the compute target. - go: - name: JobStatusProvisioning - description: (Not used currently) It will be used if ES is creating the compute target. - value: Preparing language: default: name: Preparing description: The run environment is being prepared. - go: - name: JobStatusPreparing - description: The run environment is being prepared. - value: Queued language: default: name: Queued description: The job is queued in the compute target. For example, in BatchAI the job is in queued state, while waiting for all required nodes to be ready. - go: - name: JobStatusQueued - description: The job is queued in the compute target. For example, in BatchAI the job is in queued state, while waiting for all required nodes to be ready. - value: Running language: default: name: Running description: The job started to run in the compute target. - go: - name: JobStatusRunning - description: The job started to run in the compute target. - value: Finalizing language: default: name: Finalizing description: Job is completed in the target. It is in output collection state now. - go: - name: JobStatusFinalizing - description: Job is completed in the target. It is in output collection state now. - value: CancelRequested language: default: name: CancelRequested description: Cancellation has been requested for the job. - go: - name: JobStatusCancelRequested - description: Cancellation has been requested for the job. - value: Completed language: default: name: Completed description: Job completed successfully. This reflects that both the job itself and output collection states completed successfully - go: - name: JobStatusCompleted - description: Job completed successfully. This reflects that both the job itself and output collection states completed successfully - value: Failed language: default: name: Failed description: Job failed. - go: - name: JobStatusFailed - description: Job failed. - value: Canceled language: default: name: Canceled description: Following cancellation request, the job is now successfully canceled. - go: - name: JobStatusCanceled - description: Following cancellation request, the job is now successfully canceled. - value: NotResponding language: default: @@ -9449,35 +7044,21 @@ schemas: description: |- When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state. NotResponding is the only state that is exempt from strict transition orders. A run can go from NotResponding to any of the previous states. - go: - name: JobStatusNotResponding - description: |- - When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state. - NotResponding is the only state that is exempt from strict transition orders. A run can go from NotResponding to any of the previous states. - value: Paused language: default: name: Paused description: The job is paused by users. Some adjustment to labeling jobs can be made only in paused state. - go: - name: JobStatusPaused - description: The job is paused by users. Some adjustment to labeling jobs can be made only in paused state. - value: Unknown language: default: name: Unknown description: Default job status if not mapped to all other statuses - go: - name: JobStatusUnknown - description: Default job status if not mapped to all other statuses - value: Scheduled language: default: name: Scheduled description: The job is in a scheduled state. Job is not in any active state. - go: - name: JobStatusScheduled - description: The job is in a scheduled state. Job is not in any active state. type: choice apiVersions: - version: 2022-02-01-preview @@ -9486,37 +7067,24 @@ schemas: default: name: JobStatus description: The status of a job. - go: - name: JobStatus - description: The status of a job. - possibleValuesFunc: PossibleJobStatusValues protocol: {} - - &ref_416 + - &ref_394 choices: - value: CustomModel language: default: name: CustomModel description: '' - go: - name: ModelTypeCustomModel - description: '' - value: MLFlowModel language: default: name: MLFlowModel description: '' - go: - name: ModelTypeMLFlowModel - description: '' - value: TritonModel language: default: name: TritonModel description: '' - go: - name: ModelTypeTritonModel - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9525,37 +7093,24 @@ schemas: default: name: ModelType description: The async operation state. - go: - name: ModelType - description: The async operation state. - possibleValuesFunc: PossibleModelTypeValues protocol: {} - - &ref_318 + - &ref_306 choices: - value: Managed language: default: name: Managed description: '' - go: - name: EndpointComputeTypeManaged - description: '' - value: Kubernetes language: default: name: Kubernetes description: '' - go: - name: EndpointComputeTypeKubernetes - description: '' - value: AzureMLCompute language: default: name: AzureMLCompute description: '' - go: - name: EndpointComputeTypeAzureMLCompute - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9564,45 +7119,29 @@ schemas: default: name: EndpointComputeType description: Enum to determine endpoint compute type. - go: - name: EndpointComputeType - description: Enum to determine endpoint compute type. - possibleValuesFunc: PossibleEndpointComputeTypeValues protocol: {} - - &ref_2256 + - &ref_1660 choices: - value: CreatedAtDesc language: default: name: CreatedAtDesc description: '' - go: - name: OrderStringCreatedAtDesc - description: '' - value: CreatedAtAsc language: default: name: CreatedAtAsc description: '' - go: - name: OrderStringCreatedAtAsc - description: '' - value: UpdatedAtDesc language: default: name: UpdatedAtDesc description: '' - go: - name: OrderStringUpdatedAtDesc - description: '' - value: UpdatedAtAsc language: default: name: UpdatedAtAsc description: '' - go: - name: OrderStringUpdatedAtAsc - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9611,29 +7150,19 @@ schemas: default: name: OrderString description: '' - go: - name: OrderString - description: '' - possibleValuesFunc: PossibleOrderStringValues protocol: {} - - &ref_297 + - &ref_285 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: PublicNetworkAccessTypeEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: PublicNetworkAccessTypeDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9642,29 +7171,19 @@ schemas: default: name: PublicNetworkAccessType description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled. - go: - name: PublicNetworkAccessType - description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled. - possibleValuesFunc: PossiblePublicNetworkAccessTypeValues protocol: {} - - &ref_320 + - &ref_308 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: EgressPublicNetworkAccessTypeEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: EgressPublicNetworkAccessTypeDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9673,29 +7192,19 @@ schemas: default: name: EgressPublicNetworkAccessType description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. - go: - name: EgressPublicNetworkAccessType - description: Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. - possibleValuesFunc: PossibleEgressPublicNetworkAccessTypeValues protocol: {} - - &ref_344 + - &ref_331 choices: - value: Default language: default: name: Default description: '' - go: - name: ScaleTypeDefault - description: '' - value: TargetUtilization language: default: name: TargetUtilization description: '' - go: - name: ScaleTypeTargetUtilization - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9704,29 +7213,19 @@ schemas: default: name: ScaleType description: '' - go: - name: ScaleType - description: '' - possibleValuesFunc: PossibleScaleTypeValues protocol: {} - - &ref_1132 + - &ref_1052 choices: - value: StorageInitializer language: default: name: StorageInitializer description: '' - go: - name: ContainerTypeStorageInitializer - description: '' - value: InferenceServer language: default: name: InferenceServer description: '' - go: - name: ContainerTypeInferenceServer - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9735,37 +7234,24 @@ schemas: default: name: ContainerType description: '' - go: - name: ContainerType - description: '' - possibleValuesFunc: PossibleContainerTypeValues protocol: {} - - &ref_1139 + - &ref_1059 choices: - value: Automatic language: default: name: Automatic description: Automatically scales node count. - go: - name: SKUScaleTypeAutomatic - description: Automatically scales node count. - value: Manual language: default: name: Manual description: Node count scaled upon user request. - go: - name: SKUScaleTypeManual - description: Node count scaled upon user request. - value: None language: default: name: None description: Fixed set of nodes. - go: - name: SKUScaleTypeNone - description: Fixed set of nodes. type: choice apiVersions: - version: 2022-02-01-preview @@ -9774,29 +7260,19 @@ schemas: default: name: SkuScaleType description: Node scaling setting for the compute sku. - go: - name: SKUScaleType - description: Node scaling setting for the compute sku. - possibleValuesFunc: PossibleSKUScaleTypeValues protocol: {} - - &ref_1145 + - &ref_1065 choices: - value: Primary language: default: name: Primary description: '' - go: - name: KeyTypePrimary - description: '' - value: Secondary language: default: name: Secondary description: '' - go: - name: KeyTypeSecondary - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9805,37 +7281,24 @@ schemas: default: name: KeyType description: '' - go: - name: KeyType - description: '' - possibleValuesFunc: PossibleKeyTypeValues protocol: {} - - &ref_258 + - &ref_97 choices: - value: FastProd language: default: name: FastProd description: '' - go: - name: ClusterPurposeFastProd - description: '' - value: DenseProd language: default: name: DenseProd description: '' - go: - name: ClusterPurposeDenseProd - description: '' - value: DevTest language: default: name: DevTest description: '' - go: - name: ClusterPurposeDevTest - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9845,37 +7308,24 @@ schemas: default: name: ClusterPurpose description: Intended usage of the cluster - go: - name: ClusterPurpose - description: Intended usage of the cluster - possibleValuesFunc: PossibleClusterPurposeValues protocol: {} - - &ref_259 + - &ref_98 choices: - value: Disabled language: default: name: Disabled description: '' - go: - name: SSLConfigurationStatusDisabled - description: '' - value: Enabled language: default: name: Enabled description: '' - go: - name: SSLConfigurationStatusEnabled - description: '' - value: Auto language: default: name: Auto description: '' - go: - name: SSLConfigurationStatusAuto - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9884,29 +7334,19 @@ schemas: default: name: SslConfigurationStatus description: Enable or disable ssl for scoring - go: - name: SSLConfigurationStatus - description: Enable or disable ssl for scoring - possibleValuesFunc: PossibleSSLConfigurationStatusValues protocol: {} - - &ref_269 + - &ref_108 choices: - value: PublicIp language: default: name: PublicIp description: '' - go: - name: LoadBalancerTypePublicIP - description: '' - value: InternalLoadBalancer language: default: name: InternalLoadBalancer description: '' - go: - name: LoadBalancerTypeInternalLoadBalancer - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9916,29 +7356,19 @@ schemas: default: name: LoadBalancerType description: Load Balancer Type - go: - name: LoadBalancerType - description: Load Balancer Type - possibleValuesFunc: PossibleLoadBalancerTypeValues protocol: {} - - &ref_95 + - &ref_122 choices: - value: Linux language: default: name: Linux description: '' - go: - name: OsTypeLinux - description: '' - value: Windows language: default: name: Windows description: '' - go: - name: OsTypeWindows - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9948,29 +7378,19 @@ schemas: default: name: OsType description: Compute OS Type - go: - name: OsType - description: Compute OS Type - possibleValuesFunc: PossibleOsTypeValues protocol: {} - - &ref_97 + - &ref_124 choices: - value: Dedicated language: default: name: Dedicated description: '' - go: - name: VMPriorityDedicated - description: '' - value: LowPriority language: default: name: LowPriority description: '' - go: - name: VMPriorityLowPriority - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -9979,37 +7399,24 @@ schemas: default: name: VmPriority description: Virtual Machine priority - go: - name: VMPriority - description: Virtual Machine priority - possibleValuesFunc: PossibleVMPriorityValues protocol: {} - - &ref_107 + - &ref_134 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: RemoteLoginPortPublicAccessEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: RemoteLoginPortPublicAccessDisabled - description: '' - value: NotSpecified language: default: name: NotSpecified description: '' - go: - name: RemoteLoginPortPublicAccessNotSpecified - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10023,32 +7430,19 @@ schemas: State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. - go: - name: RemoteLoginPortPublicAccess - description: |- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all - nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster - creation time, after creation it will be either enabled or disabled. - possibleValuesFunc: PossibleRemoteLoginPortPublicAccessValues protocol: {} - - &ref_108 + - &ref_135 choices: - value: Steady language: default: name: Steady description: '' - go: - name: AllocationStateSteady - description: '' - value: Resizing language: default: name: Resizing description: '' - go: - name: AllocationStateResizing - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10060,32 +7454,19 @@ schemas: description: >- Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. - go: - name: AllocationState - description: |- - Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute - enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, - compute nodes are being added to or removed from the compute. - possibleValuesFunc: PossibleAllocationStateValues protocol: {} - - &ref_125 + - &ref_152 choices: - value: Personal language: default: name: Personal description: '' - go: - name: ApplicationSharingPolicyPersonal - description: '' - value: Shared language: default: name: Shared description: '' - go: - name: ApplicationSharingPolicyShared - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10098,31 +7479,19 @@ schemas: description: >- Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role. - go: - name: ApplicationSharingPolicy - description: |- - Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace - user can access applications on this instance depending on his/her assigned role. - possibleValuesFunc: PossibleApplicationSharingPolicyValues protocol: {} - - &ref_126 + - &ref_153 choices: - value: Enabled language: default: name: Enabled description: '' - go: - name: SSHPublicAccessEnabled - description: '' - value: Disabled language: default: name: Disabled description: '' - go: - name: SSHPublicAccessDisabled - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10135,135 +7504,84 @@ schemas: description: >- State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable. - go: - name: SSHPublicAccess - description: |- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible - according to the VNet/subnet policy if applicable. - possibleValuesFunc: PossibleSSHPublicAccessValues protocol: {} - - &ref_137 + - &ref_164 choices: - value: Creating language: default: name: Creating description: '' - go: - name: ComputeInstanceStateCreating - description: '' - value: CreateFailed language: default: name: CreateFailed description: '' - go: - name: ComputeInstanceStateCreateFailed - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ComputeInstanceStateDeleting - description: '' - value: Running language: default: name: Running description: '' - go: - name: ComputeInstanceStateRunning - description: '' - value: Restarting language: default: name: Restarting description: '' - go: - name: ComputeInstanceStateRestarting - description: '' - value: JobRunning language: default: name: JobRunning description: '' - go: - name: ComputeInstanceStateJobRunning - description: '' - value: SettingUp language: default: name: SettingUp description: '' - go: - name: ComputeInstanceStateSettingUp - description: '' - value: SetupFailed language: default: name: SetupFailed description: '' - go: - name: ComputeInstanceStateSetupFailed - description: '' - value: Starting language: default: name: Starting description: '' - go: - name: ComputeInstanceStateStarting - description: '' - value: Stopped language: default: name: Stopped description: '' - go: - name: ComputeInstanceStateStopped - description: '' - value: Stopping language: default: name: Stopping description: '' - go: - name: ComputeInstanceStateStopping - description: '' - value: UserSettingUp language: default: name: UserSettingUp description: '' - go: - name: ComputeInstanceStateUserSettingUp - description: '' - value: UserSetupFailed language: default: name: UserSetupFailed description: '' - go: - name: ComputeInstanceStateUserSetupFailed - description: '' - value: Unknown language: default: name: Unknown description: '' - go: - name: ComputeInstanceStateUnknown - description: '' - value: Unusable language: default: name: Unusable description: '' - go: - name: ComputeInstanceStateUnusable - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10272,21 +7590,14 @@ schemas: default: name: ComputeInstanceState description: Current state of an ComputeInstance. - go: - name: ComputeInstanceState - description: Current state of an ComputeInstance. - possibleValuesFunc: PossibleComputeInstanceStateValues protocol: {} - - &ref_138 + - &ref_165 choices: - value: personal language: default: name: Personal description: '' - go: - name: ComputeInstanceAuthorizationTypePersonal - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10297,61 +7608,39 @@ schemas: default: name: ComputeInstanceAuthorizationType description: The Compute Instance Authorization type. Available values are personal (default). - go: - name: ComputeInstanceAuthorizationType - description: The Compute Instance Authorization type. Available values are personal (default). - possibleValuesFunc: PossibleComputeInstanceAuthorizationTypeValues protocol: {} - - &ref_146 + - &ref_173 choices: - value: Create language: default: name: Create description: '' - go: - name: OperationNameCreate - description: '' - value: Start language: default: name: Start description: '' - go: - name: OperationNameStart - description: '' - value: Stop language: default: name: Stop description: '' - go: - name: OperationNameStop - description: '' - value: Restart language: default: name: Restart description: '' - go: - name: OperationNameRestart - description: '' - value: Reimage language: default: name: Reimage description: '' - go: - name: OperationNameReimage - description: '' - value: Delete language: default: name: Delete description: '' - go: - name: OperationNameDelete - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10360,77 +7649,49 @@ schemas: default: name: OperationName description: Name of the last operation. - go: - name: OperationName - description: Name of the last operation. - possibleValuesFunc: PossibleOperationNameValues protocol: {} - - &ref_148 + - &ref_175 choices: - value: InProgress language: default: name: InProgress description: '' - go: - name: OperationStatusInProgress - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: OperationStatusSucceeded - description: '' - value: CreateFailed language: default: name: CreateFailed description: '' - go: - name: OperationStatusCreateFailed - description: '' - value: StartFailed language: default: name: StartFailed description: '' - go: - name: OperationStatusStartFailed - description: '' - value: StopFailed language: default: name: StopFailed description: '' - go: - name: OperationStatusStopFailed - description: '' - value: RestartFailed language: default: name: RestartFailed description: '' - go: - name: OperationStatusRestartFailed - description: '' - value: ReimageFailed language: default: name: ReimageFailed description: '' - go: - name: OperationStatusReimageFailed - description: '' - value: DeleteFailed language: default: name: DeleteFailed description: '' - go: - name: OperationStatusDeleteFailed - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10439,37 +7700,24 @@ schemas: default: name: OperationStatus description: Operation status. - go: - name: OperationStatus - description: Operation status. - possibleValuesFunc: PossibleOperationStatusValues protocol: {} - - &ref_149 + - &ref_176 choices: - value: User language: default: name: User description: '' - go: - name: OperationTriggerUser - description: '' - value: Schedule language: default: name: Schedule description: '' - go: - name: OperationTriggerSchedule - description: '' - value: IdleShutdown language: default: name: IdleShutdown description: '' - go: - name: OperationTriggerIdleShutdown - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10478,37 +7726,24 @@ schemas: default: name: OperationTrigger description: Trigger of operation. - go: - name: OperationTrigger - description: Trigger of operation. - possibleValuesFunc: PossibleOperationTriggerValues protocol: {} - - &ref_151 + - &ref_178 choices: - value: Completed language: default: name: Completed description: '' - go: - name: ProvisioningStatusCompleted - description: '' - value: Provisioning language: default: name: Provisioning description: '' - go: - name: ProvisioningStatusProvisioning - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStatusFailed - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10517,29 +7752,19 @@ schemas: default: name: ProvisioningStatus description: The current deployment state of schedule. - go: - name: ProvisioningStatus - description: The current deployment state of schedule. - possibleValuesFunc: PossibleProvisioningStatusValues protocol: {} - - &ref_152 + - &ref_179 choices: - value: Start language: default: name: Start description: '' - go: - name: ComputePowerActionStart - description: '' - value: Stop language: default: name: Stop description: '' - go: - name: ComputePowerActionStop - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10548,37 +7773,24 @@ schemas: default: name: ComputePowerAction description: The compute power action. - go: - name: ComputePowerAction - description: The compute power action. - possibleValuesFunc: PossibleComputePowerActionValues protocol: {} - - &ref_172 + - &ref_196 choices: - value: None language: default: name: None description: '' - go: - name: AutosaveNone - description: '' - value: Local language: default: name: Local description: '' - go: - name: AutosaveLocal - description: '' - value: Remote language: default: name: Remote description: '' - go: - name: AutosaveRemote - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10587,29 +7799,19 @@ schemas: default: name: Autosave description: Auto save settings. - go: - name: Autosave - description: Auto save settings. - possibleValuesFunc: PossibleAutosaveValues protocol: {} - - &ref_174 + - &ref_198 choices: - value: Bridge language: default: name: Bridge description: '' - go: - name: NetworkBridge - description: '' - value: Host language: default: name: Host description: '' - go: - name: NetworkHost - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10618,37 +7820,24 @@ schemas: default: name: Network description: network of this container. - go: - name: Network - description: network of this container. - possibleValuesFunc: PossibleNetworkValues protocol: {} - - &ref_177 + - &ref_201 choices: - value: None language: default: name: None description: '' - go: - name: CachingNone - description: '' - value: ReadOnly language: default: name: ReadOnly description: '' - go: - name: CachingReadOnly - description: '' - value: ReadWrite language: default: name: ReadWrite description: '' - go: - name: CachingReadWrite - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10657,29 +7846,19 @@ schemas: default: name: Caching description: Caching type of Data Disk. - go: - name: Caching - description: Caching type of Data Disk. - possibleValuesFunc: PossibleCachingValues protocol: {} - - &ref_180 + - &ref_204 choices: - value: Standard_LRS language: default: name: StandardLRS description: '' - go: - name: StorageAccountTypeStandardLRS - description: '' - value: Premium_LRS language: default: name: PremiumLRS description: '' - go: - name: StorageAccountTypePremiumLRS - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10689,37 +7868,24 @@ schemas: default: name: StorageAccountType description: type of this storage account. - go: - name: StorageAccountType - description: type of this storage account. - possibleValuesFunc: PossibleStorageAccountTypeValues protocol: {} - - &ref_182 + - &ref_206 choices: - value: Dataset language: default: name: Dataset description: '' - go: - name: SourceTypeDataset - description: '' - value: Datastore language: default: name: Datastore description: '' - go: - name: SourceTypeDatastore - description: '' - value: URI language: default: name: URI description: '' - go: - name: SourceTypeURI - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10728,29 +7894,19 @@ schemas: default: name: SourceType description: Data source type. - go: - name: SourceType - description: Data source type. - possibleValuesFunc: PossibleSourceTypeValues protocol: {} - - &ref_184 + - &ref_208 choices: - value: Mount language: default: name: Mount description: '' - go: - name: MountActionMount - description: '' - value: Unmount language: default: name: Unmount description: '' - go: - name: MountActionUnmount - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10759,61 +7915,39 @@ schemas: default: name: MountAction description: Mount Action. - go: - name: MountAction - description: Mount Action. - possibleValuesFunc: PossibleMountActionValues protocol: {} - - &ref_187 + - &ref_211 choices: - value: MountRequested language: default: name: MountRequested description: '' - go: - name: MountStateMountRequested - description: '' - value: Mounted language: default: name: Mounted description: '' - go: - name: MountStateMounted - description: '' - value: MountFailed language: default: name: MountFailed description: '' - go: - name: MountStateMountFailed - description: '' - value: UnmountRequested language: default: name: UnmountRequested description: '' - go: - name: MountStateUnmountRequested - description: '' - value: UnmountFailed language: default: name: UnmountFailed description: '' - go: - name: MountStateUnmountFailed - description: '' - value: Unmounted language: default: name: Unmounted description: '' - go: - name: MountStateUnmounted - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10822,61 +7956,39 @@ schemas: default: name: MountState description: Mount state. - go: - name: MountState - description: Mount state. - possibleValuesFunc: PossibleMountStateValues protocol: {} - - &ref_47 + - &ref_46 choices: - value: ReadOnlyMount language: default: name: ReadOnlyMount description: '' - go: - name: InputDeliveryModeReadOnlyMount - description: '' - value: ReadWriteMount language: default: name: ReadWriteMount description: '' - go: - name: InputDeliveryModeReadWriteMount - description: '' - value: Download language: default: name: Download description: '' - go: - name: InputDeliveryModeDownload - description: '' - value: Direct language: default: name: Direct description: '' - go: - name: InputDeliveryModeDirect - description: '' - value: EvalMount language: default: name: EvalMount description: '' - go: - name: InputDeliveryModeEvalMount - description: '' - value: EvalDownload language: default: name: EvalDownload description: '' - go: - name: InputDeliveryModeEvalDownload - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10885,29 +7997,19 @@ schemas: default: name: InputDeliveryMode description: Enum to determine the input data delivery mode. - go: - name: InputDeliveryMode - description: Enum to determine the input data delivery mode. - possibleValuesFunc: PossibleInputDeliveryModeValues protocol: {} - - &ref_33 + - &ref_32 choices: - value: ReadWriteMount language: default: name: ReadWriteMount description: '' - go: - name: OutputDeliveryModeReadWriteMount - description: '' - value: Upload language: default: name: Upload description: '' - go: - name: OutputDeliveryModeUpload - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -10916,29 +8018,19 @@ schemas: default: name: OutputDeliveryMode description: Output data delivery mode enums. - go: - name: OutputDeliveryMode - description: Output data delivery mode enums. - possibleValuesFunc: PossibleOutputDeliveryModeValues protocol: {} - - &ref_695 + - &ref_485 choices: - value: Auto language: default: name: Auto description: Forecast horizon to be determined automatically. - go: - name: ForecastHorizonModeAuto - description: Forecast horizon to be determined automatically. - value: Custom language: default: name: Custom description: Use the custom forecast horizon. - go: - name: ForecastHorizonModeCustom - description: Use the custom forecast horizon. type: choice apiVersions: - version: 2022-02-01-preview @@ -10947,61 +8039,39 @@ schemas: default: name: ForecastHorizonMode description: Enum to determine forecast horizon selection mode. - go: - name: ForecastHorizonMode - description: Enum to determine forecast horizon selection mode. - possibleValuesFunc: PossibleForecastHorizonModeValues protocol: {} - - &ref_35 + - &ref_34 choices: - value: UriFile language: default: name: UriFile description: '' - go: - name: JobOutputTypeURIFile - description: '' - value: UriFolder language: default: name: UriFolder description: '' - go: - name: JobOutputTypeURIFolder - description: '' - value: MLTable language: default: name: MLTable description: '' - go: - name: JobOutputTypeMLTable - description: '' - value: CustomModel language: default: name: CustomModel description: '' - go: - name: JobOutputTypeCustomModel - description: '' - value: MLFlowModel language: default: name: MLFlowModel description: '' - go: - name: JobOutputTypeMLFlowModel - description: '' - value: TritonModel language: default: name: TritonModel description: '' - go: - name: JobOutputTypeTritonModel - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11010,61 +8080,39 @@ schemas: default: name: JobOutputType description: Enum to determine the Job Output Type. - go: - name: JobOutputType - description: Enum to determine the Job Output Type. - possibleValuesFunc: PossibleJobOutputTypeValues protocol: {} - - &ref_684 + - &ref_699 choices: - value: NotSet language: default: name: NotSet description: No logs emitted. - go: - name: LogVerbosityNotSet - description: No logs emitted. - value: Debug language: default: name: Debug description: Debug and above log statements logged. - go: - name: LogVerbosityDebug - description: Debug and above log statements logged. - value: Info language: default: name: Info description: Info and above log statements logged. - go: - name: LogVerbosityInfo - description: Info and above log statements logged. - value: Warning language: default: name: Warning description: Warning and above log statements logged. - go: - name: LogVerbosityWarning - description: Warning and above log statements logged. - value: Error language: default: name: Error description: Error and above log statements logged. - go: - name: LogVerbosityError - description: Error and above log statements logged. - value: Critical language: default: name: Critical description: Only critical statements logged. - go: - name: LogVerbosityCritical - description: Only critical statements logged. type: choice apiVersions: - version: 2022-02-01-preview @@ -11073,12 +8121,8 @@ schemas: default: name: LogVerbosity description: Enum for setting log verbosity. - go: - name: LogVerbosity - description: Enum for setting log verbosity. - possibleValuesFunc: PossibleLogVerbosityValues protocol: {} - - &ref_683 + - &ref_698 choices: - value: Classification language: @@ -11087,19 +8131,11 @@ schemas: description: |- Classification in machine learning and statistics is a supervised learning approach in which the computer program learns from the data given to it and make new observations or classifications. - go: - name: TaskTypeClassification - description: |- - Classification in machine learning and statistics is a supervised learning approach in which - the computer program learns from the data given to it and make new observations or classifications. - value: Regression language: default: name: Regression description: Regression means to predict the value using the input data. Regression models are used to predict a continuous value. - go: - name: TaskTypeRegression - description: Regression means to predict the value using the input data. Regression models are used to predict a continuous value. - value: Forecasting language: default: @@ -11107,11 +8143,6 @@ schemas: description: |- Forecasting is a special kind of regression task that deals with time-series data and creates forecasting model that can be used to predict the near future values based on the inputs. - go: - name: TaskTypeForecasting - description: |- - Forecasting is a special kind of regression task that deals with time-series data and creates forecasting model - that can be used to predict the near future values based on the inputs. - value: ImageClassification language: default: @@ -11119,11 +8150,6 @@ schemas: description: |- Image Classification. Multi-class image classification is used when an image is classified with only a single label from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'. - go: - name: TaskTypeImageClassification - description: |- - Image Classification. Multi-class image classification is used when an image is classified with only a single label - from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'. - value: ImageClassificationMultilabel language: default: @@ -11131,11 +8157,6 @@ schemas: description: |- Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'. - go: - name: TaskTypeImageClassificationMultilabel - description: |- - Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels - from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'. - value: ImageObjectDetection language: default: @@ -11143,11 +8164,6 @@ schemas: description: |- Image Object Detection. Object detection is used to identify objects in an image and locate each object with a bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each. - go: - name: TaskTypeImageObjectDetection - description: |- - Image Object Detection. Object detection is used to identify objects in an image and locate each object with a - bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each. - value: ImageInstanceSegmentation language: default: @@ -11155,11 +8171,6 @@ schemas: description: |- Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level, drawing a polygon around each object in the image. - go: - name: TaskTypeImageInstanceSegmentation - description: |- - Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level, - drawing a polygon around each object in the image. - value: TextClassification language: default: @@ -11167,19 +8178,11 @@ schemas: description: |- Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories. Categories are mutually exclusive. - go: - name: TaskTypeTextClassification - description: |- - Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories. - Categories are mutually exclusive. - value: TextClassificationMultilabel language: default: name: TextClassificationMultilabel description: Multilabel classification task assigns each sample to a group (zero or more) of target labels. - go: - name: TaskTypeTextClassificationMultilabel - description: Multilabel classification task assigns each sample to a group (zero or more) of target labels. - value: TextNER language: default: @@ -11187,11 +8190,6 @@ schemas: description: |- Text Named Entity Recognition a.k.a. TextNER. Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more. - go: - name: TaskTypeTextNER - description: |- - Text Named Entity Recognition a.k.a. TextNER. - Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more. type: choice apiVersions: - version: 2022-02-01-preview @@ -11200,29 +8198,19 @@ schemas: default: name: TaskType description: AutoMLJob Task type. - go: - name: TaskType - description: AutoMLJob Task type. - possibleValuesFunc: PossibleTaskTypeValues protocol: {} - - &ref_631 + - &ref_523 choices: - value: Auto language: default: name: Auto description: Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task. - go: - name: NCrossValidationsModeAuto - description: Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task. - value: Custom language: default: name: Custom description: Use custom N-Cross validations value. - go: - name: NCrossValidationsModeCustom - description: Use custom N-Cross validations value. type: choice apiVersions: - version: 2022-02-01-preview @@ -11231,29 +8219,19 @@ schemas: default: name: NCrossValidationsMode description: Determines how N-Cross validations value is determined. - go: - name: NCrossValidationsMode - description: Determines how N-Cross validations value is determined. - possibleValuesFunc: PossibleNCrossValidationsModeValues protocol: {} - - &ref_705 + - &ref_492 choices: - value: Auto language: default: name: Auto description: Seasonality to be determined automatically. - go: - name: SeasonalityModeAuto - description: Seasonality to be determined automatically. - value: Custom language: default: name: Custom description: Use the custom seasonality value. - go: - name: SeasonalityModeCustom - description: Use the custom seasonality value. type: choice apiVersions: - version: 2022-02-01-preview @@ -11262,29 +8240,19 @@ schemas: default: name: SeasonalityMode description: Forecasting seasonality mode. - go: - name: SeasonalityMode - description: Forecasting seasonality mode. - possibleValuesFunc: PossibleSeasonalityModeValues protocol: {} - - &ref_715 + - &ref_499 choices: - value: Auto language: default: name: Auto description: Target lags to be determined automatically. - go: - name: TargetLagsModeAuto - description: Target lags to be determined automatically. - value: Custom language: default: name: Custom description: Use the custom target lags. - go: - name: TargetLagsModeCustom - description: Use the custom target lags. type: choice apiVersions: - version: 2022-02-01-preview @@ -11293,29 +8261,19 @@ schemas: default: name: TargetLagsMode description: Target lags selection modes. - go: - name: TargetLagsMode - description: Target lags selection modes. - possibleValuesFunc: PossibleTargetLagsModeValues protocol: {} - - &ref_724 + - &ref_505 choices: - value: Auto language: default: name: Auto description: Determine rolling windows size automatically. - go: - name: TargetRollingWindowSizeModeAuto - description: Determine rolling windows size automatically. - value: Custom language: default: name: Custom description: Use the specified rolling window size. - go: - name: TargetRollingWindowSizeModeCustom - description: Use the specified rolling window size. type: choice apiVersions: - version: 2022-02-01-preview @@ -11324,37 +8282,24 @@ schemas: default: name: TargetRollingWindowSizeMode description: Target rolling windows size mode. - go: - name: TargetRollingWindowSizeMode - description: Target rolling windows size mode. - possibleValuesFunc: PossibleTargetRollingWindowSizeModeValues protocol: {} - - &ref_431 + - &ref_409 choices: - value: None language: default: name: None description: Do not use any identity for service data access. - go: - name: ServiceDataAccessAuthIdentityNone - description: Do not use any identity for service data access. - value: WorkspaceSystemAssignedIdentity language: default: name: WorkspaceSystemAssignedIdentity description: Use the system assigned managed identity of the Workspace to authenticate service data access. - go: - name: ServiceDataAccessAuthIdentityWorkspaceSystemAssignedIdentity - description: Use the system assigned managed identity of the Workspace to authenticate service data access. - value: WorkspaceUserAssignedIdentity language: default: name: WorkspaceUserAssignedIdentity description: Use the user assigned managed identity of the Workspace to authenticate service data access. - go: - name: ServiceDataAccessAuthIdentityWorkspaceUserAssignedIdentity - description: Use the user assigned managed identity of the Workspace to authenticate service data access. type: choice apiVersions: - version: 2022-02-01-preview @@ -11363,37 +8308,24 @@ schemas: default: name: ServiceDataAccessAuthIdentity description: '' - go: - name: ServiceDataAccessAuthIdentity - description: '' - possibleValuesFunc: PossibleServiceDataAccessAuthIdentityValues protocol: {} - - &ref_650 + - &ref_683 choices: - value: Bandit language: default: name: Bandit description: '' - go: - name: EarlyTerminationPolicyTypeBandit - description: '' - value: MedianStopping language: default: name: MedianStopping description: '' - go: - name: EarlyTerminationPolicyTypeMedianStopping - description: '' - value: TruncationSelection language: default: name: TruncationSelection description: '' - go: - name: EarlyTerminationPolicyTypeTruncationSelection - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11402,37 +8334,24 @@ schemas: default: name: EarlyTerminationPolicyType description: '' - go: - name: EarlyTerminationPolicyType - description: '' - possibleValuesFunc: PossibleEarlyTerminationPolicyTypeValues protocol: {} - - &ref_660 + - &ref_689 choices: - value: Grid language: default: name: Grid description: '' - go: - name: SamplingAlgorithmTypeGrid - description: '' - value: Random language: default: name: Random description: '' - go: - name: SamplingAlgorithmTypeRandom - description: '' - value: Bayesian language: default: name: Bayesian description: '' - go: - name: SamplingAlgorithmTypeBayesian - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11441,12 +8360,8 @@ schemas: default: name: SamplingAlgorithmType description: '' - go: - name: SamplingAlgorithmType - description: '' - possibleValuesFunc: PossibleSamplingAlgorithmTypeValues protocol: {} - - &ref_747 + - &ref_559 choices: - value: LogisticRegression language: @@ -11457,13 +8372,6 @@ schemas: It belongs to the group of linear classifiers and is somewhat similar to polynomial and linear regression. Logistic regression is fast and relatively uncomplicated, and it's convenient for you to interpret the results. Although it's essentially a method for binary classification, it can also be applied to multiclass problems. - go: - name: ClassificationModelsLogisticRegression - description: |- - Logistic regression is a fundamental classification technique. - It belongs to the group of linear classifiers and is somewhat similar to polynomial and linear regression. - Logistic regression is fast and relatively uncomplicated, and it's convenient for you to interpret the results. - Although it's essentially a method for binary classification, it can also be applied to multiclass problems. - value: SGD language: default: @@ -11471,11 +8379,6 @@ schemas: description: |- SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs. - go: - name: ClassificationModelsSGD - description: |- - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications - to find the model parameters that correspond to the best fit between predicted and actual outputs. - value: MultinomialNaiveBayes language: default: @@ -11483,19 +8386,11 @@ schemas: description: |- The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification). The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work. - go: - name: ClassificationModelsMultinomialNaiveBayes - description: |- - The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification). - The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work. - value: BernoulliNaiveBayes language: default: name: BernoulliNaiveBayes description: Naive Bayes classifier for multivariate Bernoulli models. - go: - name: ClassificationModelsBernoulliNaiveBayes - description: Naive Bayes classifier for multivariate Bernoulli models. - value: SVM language: default: @@ -11503,11 +8398,6 @@ schemas: description: |- A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. - go: - name: ClassificationModelsSVM - description: |- - A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. - After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. - value: LinearSVM language: default: @@ -11516,12 +8406,6 @@ schemas: A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. Linear SVM performs best when input data is linear, i.e., data can be easily classified by drawing the straight line between classified values on a plotted graph. - go: - name: ClassificationModelsLinearSVM - description: |- - A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. - After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. - Linear SVM performs best when input data is linear, i.e., data can be easily classified by drawing the straight line between classified values on a plotted graph. - value: KNN language: default: @@ -11529,11 +8413,6 @@ schemas: description: |- K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - go: - name: ClassificationModelsKNN - description: |- - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints - which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - value: DecisionTree language: default: @@ -11541,11 +8420,6 @@ schemas: description: |- Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - go: - name: ClassificationModelsDecisionTree - description: |- - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. - The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - value: RandomForest language: default: @@ -11554,44 +8428,26 @@ schemas: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result. - go: - name: ClassificationModelsRandomForest - description: |- - Random forest is a supervised learning algorithm. - The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. - The general idea of the bagging method is that a combination of learning models increases the overall result. - value: ExtremeRandomTrees language: default: name: ExtremeRandomTrees description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - go: - name: ClassificationModelsExtremeRandomTrees - description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - value: LightGBM language: default: name: LightGBM description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - go: - name: ClassificationModelsLightGBM - description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - value: GradientBoosting language: default: name: GradientBoosting description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - go: - name: ClassificationModelsGradientBoosting - description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - value: XGBoostClassifier language: default: name: XGBoostClassifier description: 'XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values.' - go: - name: ClassificationModelsXGBoostClassifier - description: 'XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values.' type: choice apiVersions: - version: 2022-02-01-preview @@ -11600,12 +8456,8 @@ schemas: default: name: ClassificationModels description: Enum for all classification models supported by AutoML. - go: - name: ClassificationModels - description: Enum for all classification models supported by AutoML. - possibleValuesFunc: PossibleClassificationModelsValues protocol: {} - - &ref_662 + - &ref_560 choices: - value: AUCWeighted language: @@ -11615,20 +8467,11 @@ schemas: AUC is the Area under the curve. This metric represents arithmetic mean of the score for each class, weighted by the number of true instances in each class. - go: - name: ClassificationPrimaryMetricsAUCWeighted - description: |- - AUC is the Area under the curve. - This metric represents arithmetic mean of the score for each class, - weighted by the number of true instances in each class. - value: Accuracy language: default: name: Accuracy description: Accuracy is the ratio of predictions that exactly match the true class labels. - go: - name: ClassificationPrimaryMetricsAccuracy - description: Accuracy is the ratio of predictions that exactly match the true class labels. - value: NormMacroRecall language: default: @@ -11636,11 +8479,6 @@ schemas: description: |- Normalized macro recall is recall macro-averaged and normalized, so that random performance has a score of 0, and perfect performance has a score of 1. - go: - name: ClassificationPrimaryMetricsNormMacroRecall - description: |- - Normalized macro recall is recall macro-averaged and normalized, so that random - performance has a score of 0, and perfect performance has a score of 1. - value: AveragePrecisionScoreWeighted language: default: @@ -11648,19 +8486,11 @@ schemas: description: |- The arithmetic mean of the average precision score for each class, weighted by the number of true instances in each class. - go: - name: ClassificationPrimaryMetricsAveragePrecisionScoreWeighted - description: |- - The arithmetic mean of the average precision score for each class, weighted by - the number of true instances in each class. - value: PrecisionScoreWeighted language: default: name: PrecisionScoreWeighted description: The arithmetic mean of precision for each class, weighted by number of true instances in each class. - go: - name: ClassificationPrimaryMetricsPrecisionScoreWeighted - description: The arithmetic mean of precision for each class, weighted by number of true instances in each class. type: choice apiVersions: - version: 2022-02-01-preview @@ -11669,69 +8499,44 @@ schemas: default: name: ClassificationPrimaryMetrics description: Primary metrics for classification tasks. - go: - name: ClassificationPrimaryMetrics - description: Primary metrics for classification tasks. - possibleValuesFunc: PossibleClassificationPrimaryMetricsValues protocol: {} - - &ref_51 + - &ref_50 choices: - value: Literal language: default: name: Literal description: '' - go: - name: JobInputTypeLiteral - description: '' - value: UriFile language: default: name: UriFile description: '' - go: - name: JobInputTypeURIFile - description: '' - value: UriFolder language: default: name: UriFolder description: '' - go: - name: JobInputTypeURIFolder - description: '' - value: MLTable language: default: name: MLTable description: '' - go: - name: JobInputTypeMLTable - description: '' - value: CustomModel language: default: name: CustomModel description: '' - go: - name: JobInputTypeCustomModel - description: '' - value: MLFlowModel language: default: name: MLFlowModel description: '' - go: - name: JobInputTypeMLFlowModel - description: '' - value: TritonModel language: default: name: TritonModel description: '' - go: - name: JobInputTypeTritonModel - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11740,37 +8545,24 @@ schemas: default: name: JobInputType description: Enum to determine the Job Input Type. - go: - name: JobInputType - description: Enum to determine the Job Input Type. - possibleValuesFunc: PossibleJobInputTypeValues protocol: {} - - &ref_674 + - &ref_542 choices: - value: Auto language: default: name: Auto description: Auto mode, system performs featurization without any custom featurization inputs. - go: - name: FeaturizationModeAuto - description: Auto mode, system performs featurization without any custom featurization inputs. - value: Custom language: default: name: Custom description: Custom featurization. - go: - name: FeaturizationModeCustom - description: Custom featurization. - value: 'Off' language: default: name: 'Off' description: Featurization off. 'Forecasting' task cannot use this value. - go: - name: FeaturizationModeOff - description: Featurization off. 'Forecasting' task cannot use this value. type: choice apiVersions: - version: 2022-02-01-preview @@ -11779,77 +8571,49 @@ schemas: default: name: FeaturizationMode description: Featurization mode - determines data featurization mode. - go: - name: FeaturizationMode - description: Featurization mode - determines data featurization mode. - possibleValuesFunc: PossibleFeaturizationModeValues protocol: {} - - &ref_746 + - &ref_558 choices: - value: None language: default: name: None description: '' - go: - name: StackMetaLearnerTypeNone - description: '' - value: LogisticRegression language: default: name: LogisticRegression description: Default meta-learners are LogisticRegression for classification tasks. - go: - name: StackMetaLearnerTypeLogisticRegression - description: Default meta-learners are LogisticRegression for classification tasks. - value: LogisticRegressionCV language: default: name: LogisticRegressionCV description: Default meta-learners are LogisticRegression for classification task when CV is on. - go: - name: StackMetaLearnerTypeLogisticRegressionCV - description: Default meta-learners are LogisticRegression for classification task when CV is on. - value: LightGBMClassifier language: default: name: LightGBMClassifier description: '' - go: - name: StackMetaLearnerTypeLightGBMClassifier - description: '' - value: ElasticNet language: default: name: ElasticNet description: Default meta-learners are LogisticRegression for regression task. - go: - name: StackMetaLearnerTypeElasticNet - description: Default meta-learners are LogisticRegression for regression task. - value: ElasticNetCV language: default: name: ElasticNetCV description: Default meta-learners are LogisticRegression for regression task when CV is on. - go: - name: StackMetaLearnerTypeElasticNetCV - description: Default meta-learners are LogisticRegression for regression task when CV is on. - value: LightGBMRegressor language: default: name: LightGBMRegressor description: '' - go: - name: StackMetaLearnerTypeLightGBMRegressor - description: '' - value: LinearRegression language: default: name: LinearRegression description: '' - go: - name: StackMetaLearnerTypeLinearRegression - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11858,40 +8622,24 @@ schemas: default: name: StackMetaLearnerType description: "The meta-learner is a model trained on the output of the individual heterogeneous models.\r\nDefault meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled).\r\nThis parameter can be one of the following strings: LogisticRegression, LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression" - go: - name: StackMetaLearnerType - description: |- - The meta-learner is a model trained on the output of the individual heterogeneous models. Default meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if - cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled). This parameter can be one of the following strings: LogisticRegression, - LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression - possibleValuesFunc: PossibleStackMetaLearnerTypeValues protocol: {} - - &ref_760 + - &ref_711 choices: - value: PyTorch language: default: name: PyTorch description: '' - go: - name: DistributionTypePyTorch - description: '' - value: TensorFlow language: default: name: TensorFlow description: '' - go: - name: DistributionTypeTensorFlow - description: '' - value: Mpi language: default: name: Mpi description: '' - go: - name: DistributionTypeMpi - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11900,29 +8648,19 @@ schemas: default: name: DistributionType description: Enum to determine the job distribution type. - go: - name: DistributionType - description: Enum to determine the job distribution type. - possibleValuesFunc: PossibleDistributionTypeValues protocol: {} - - &ref_777 + - &ref_722 choices: - value: Command language: default: name: Command description: '' - go: - name: JobLimitsTypeCommand - description: '' - value: Sweep language: default: name: Sweep description: '' - go: - name: JobLimitsTypeSweep - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -11931,12 +8669,8 @@ schemas: default: name: JobLimitsType description: '' - go: - name: JobLimitsType - description: '' - possibleValuesFunc: PossibleJobLimitsTypeValues protocol: {} - - &ref_686 + - &ref_477 choices: - value: AutoArima language: @@ -11945,11 +8679,6 @@ schemas: description: |- Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions. This model aims to explain data by using time series data on its past values and uses linear regression to make predictions. - go: - name: ForecastingModelsAutoArima - description: |- - Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions. - This model aims to explain data by using time series data on its past values and uses linear regression to make predictions. - value: Prophet language: default: @@ -11957,51 +8686,31 @@ schemas: description: |- Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. - go: - name: ForecastingModelsProphet - description: |- - Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. - It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. - value: Naive language: default: name: Naive description: The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data. - go: - name: ForecastingModelsNaive - description: The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data. - value: SeasonalNaive language: default: name: SeasonalNaive description: The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data. - go: - name: ForecastingModelsSeasonalNaive - description: The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data. - value: Average language: default: name: Average description: The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data. - go: - name: ForecastingModelsAverage - description: The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data. - value: SeasonalAverage language: default: name: SeasonalAverage description: The Seasonal Average forecasting model makes predictions by carrying forward the average value of the latest season of data for each time-series in the training data. - go: - name: ForecastingModelsSeasonalAverage - description: The Seasonal Average forecasting model makes predictions by carrying forward the average value of the latest season of data for each time-series in the training data. - value: ExponentialSmoothing language: default: name: ExponentialSmoothing description: Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. - go: - name: ForecastingModelsExponentialSmoothing - description: Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. - value: Arimax language: default: @@ -12009,35 +8718,21 @@ schemas: description: |- An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms. This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity. - go: - name: ForecastingModelsArimax - description: |- - An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms. - This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity. - value: TCNForecaster language: default: name: TCNForecaster description: 'TCNForecaster: Temporal Convolutional Networks Forecaster.' - go: - name: ForecastingModelsTCNForecaster - description: 'TCNForecaster: Temporal Convolutional Networks Forecaster.' - value: ElasticNet language: default: name: ElasticNet description: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. - go: - name: ForecastingModelsElasticNet - description: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. - value: GradientBoosting language: default: name: GradientBoosting description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - go: - name: ForecastingModelsGradientBoosting - description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - value: DecisionTree language: default: @@ -12045,11 +8740,6 @@ schemas: description: |- Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - go: - name: ForecastingModelsDecisionTree - description: |- - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. - The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - value: KNN language: default: @@ -12057,19 +8747,11 @@ schemas: description: |- K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - go: - name: ForecastingModelsKNN - description: |- - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints - which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - value: LassoLars language: default: name: LassoLars description: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. - go: - name: ForecastingModelsLassoLars - description: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. - value: SGD language: default: @@ -12078,12 +8760,6 @@ schemas: SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs. It's an inexact but powerful technique. - go: - name: ForecastingModelsSGD - description: |- - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications - to find the model parameters that correspond to the best fit between predicted and actual outputs. - It's an inexact but powerful technique. - value: RandomForest language: default: @@ -12092,36 +8768,21 @@ schemas: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result. - go: - name: ForecastingModelsRandomForest - description: |- - Random forest is a supervised learning algorithm. - The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. - The general idea of the bagging method is that a combination of learning models increases the overall result. - value: ExtremeRandomTrees language: default: name: ExtremeRandomTrees description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - go: - name: ForecastingModelsExtremeRandomTrees - description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - value: LightGBM language: default: name: LightGBM description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - go: - name: ForecastingModelsLightGBM - description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - value: XGBoostRegressor language: default: name: XGBoostRegressor description: 'XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.' - go: - name: ForecastingModelsXGBoostRegressor - description: 'XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.' type: choice apiVersions: - version: 2022-02-01-preview @@ -12130,29 +8791,19 @@ schemas: default: name: ForecastingModels description: Enum for all forecasting models supported by AutoML. - go: - name: ForecastingModels - description: Enum for all forecasting models supported by AutoML. - possibleValuesFunc: PossibleForecastingModelsValues protocol: {} - - &ref_689 + - &ref_480 choices: - value: None language: default: name: None description: No feature lags generated. - go: - name: FeatureLagsNone - description: No feature lags generated. - value: Auto language: default: name: Auto description: System auto-generates feature lags. - go: - name: FeatureLagsAuto - description: System auto-generates feature lags. type: choice apiVersions: - version: 2022-02-01-preview @@ -12161,45 +8812,29 @@ schemas: default: name: FeatureLags description: Flag for generating lags for the numeric features. - go: - name: FeatureLags - description: Flag for generating lags for the numeric features. - possibleValuesFunc: PossibleFeatureLagsValues protocol: {} - - &ref_709 + - &ref_494 choices: - value: None language: default: name: None description: Represents no/null value. - go: - name: ShortSeriesHandlingConfigurationNone - description: Represents no/null value. - value: Auto language: default: name: Auto description: Short series will be padded if there are no long series, otherwise short series will be dropped. - go: - name: ShortSeriesHandlingConfigurationAuto - description: Short series will be padded if there are no long series, otherwise short series will be dropped. - value: Pad language: default: name: Pad description: All the short series will be padded. - go: - name: ShortSeriesHandlingConfigurationPad - description: All the short series will be padded. - value: Drop language: default: name: Drop description: All the short series will be dropped. - go: - name: ShortSeriesHandlingConfigurationDrop - description: All the short series will be dropped. type: choice apiVersions: - version: 2022-02-01-preview @@ -12208,53 +8843,34 @@ schemas: default: name: ShortSeriesHandlingConfiguration description: The parameter defining how if AutoML should handle short time series. - go: - name: ShortSeriesHandlingConfiguration - description: The parameter defining how if AutoML should handle short time series. - possibleValuesFunc: PossibleShortSeriesHandlingConfigurationValues protocol: {} - - &ref_710 + - &ref_495 choices: - value: None language: default: name: None description: Represent no value set. - go: - name: TargetAggregationFunctionNone - description: Represent no value set. - value: Sum language: default: name: Sum description: '' - go: - name: TargetAggregationFunctionSum - description: '' - value: Max language: default: name: Max description: '' - go: - name: TargetAggregationFunctionMax - description: '' - value: Min language: default: name: Min description: '' - go: - name: TargetAggregationFunctionMin - description: '' - value: Mean language: default: name: Mean description: '' - go: - name: TargetAggregationFunctionMean - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -12263,37 +8879,24 @@ schemas: default: name: TargetAggregationFunction description: Target aggregate function. - go: - name: TargetAggregationFunction - description: Target aggregate function. - possibleValuesFunc: PossibleTargetAggregationFunctionValues protocol: {} - - &ref_730 + - &ref_509 choices: - value: None language: default: name: None description: No stl decomposition. - go: - name: UseStlNone - description: No stl decomposition. - value: Season language: default: name: Season description: '' - go: - name: UseStlSeason - description: '' - value: SeasonTrend language: default: name: SeasonTrend description: '' - go: - name: UseStlSeasonTrend - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -12302,45 +8905,29 @@ schemas: default: name: UseStl description: Configure STL Decomposition of the time-series target column. - go: - name: UseStl - description: Configure STL Decomposition of the time-series target column. - possibleValuesFunc: PossibleUseStlValues protocol: {} - - &ref_731 + - &ref_510 choices: - value: SpearmanCorrelation language: default: name: SpearmanCorrelation description: The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation. - go: - name: ForecastingPrimaryMetricsSpearmanCorrelation - description: The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation. - value: NormalizedRootMeanSquaredError language: default: name: NormalizedRootMeanSquaredError description: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. - go: - name: ForecastingPrimaryMetricsNormalizedRootMeanSquaredError - description: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. - value: R2Score language: default: name: R2Score description: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. - go: - name: ForecastingPrimaryMetricsR2Score - description: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. - value: NormalizedMeanAbsoluteError language: default: name: NormalizedMeanAbsoluteError description: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. - go: - name: ForecastingPrimaryMetricsNormalizedMeanAbsoluteError - description: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. type: choice apiVersions: - version: 2022-02-01-preview @@ -12349,37 +8936,24 @@ schemas: default: name: ForecastingPrimaryMetrics description: Primary metrics for Forecasting task. - go: - name: ForecastingPrimaryMetrics - description: Primary metrics for Forecasting task. - possibleValuesFunc: PossibleForecastingPrimaryMetricsValues protocol: {} - - &ref_541 + - &ref_595 choices: - value: None language: default: name: None description: No learning rate scheduler selected. - go: - name: LearningRateSchedulerNone - description: No learning rate scheduler selected. - value: WarmupCosine language: default: name: WarmupCosine description: Cosine Annealing With Warmup. - go: - name: LearningRateSchedulerWarmupCosine - description: Cosine Annealing With Warmup. - value: Step language: default: name: Step description: Step learning rate scheduler. - go: - name: LearningRateSchedulerStep - description: Step learning rate scheduler. type: choice apiVersions: - version: 2022-02-01-preview @@ -12388,45 +8962,29 @@ schemas: default: name: LearningRateScheduler description: Learning rate scheduler enum. - go: - name: LearningRateScheduler - description: Learning rate scheduler enum. - possibleValuesFunc: PossibleLearningRateSchedulerValues protocol: {} - - &ref_547 + - &ref_601 choices: - value: None language: default: name: None description: No optimizer selected. - go: - name: StochasticOptimizerNone - description: No optimizer selected. - value: Sgd language: default: name: Sgd description: Stochastic Gradient Descent optimizer. - go: - name: StochasticOptimizerSgd - description: Stochastic Gradient Descent optimizer. - value: Adam language: default: name: Adam description: Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments - go: - name: StochasticOptimizerAdam - description: Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments - value: Adamw language: default: name: Adamw description: AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay. - go: - name: StochasticOptimizerAdamw - description: AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay. type: choice apiVersions: - version: 2022-02-01-preview @@ -12435,12 +8993,8 @@ schemas: default: name: StochasticOptimizer description: Stochastic optimizer for image models. - go: - name: StochasticOptimizer - description: Stochastic optimizer for image models. - possibleValuesFunc: PossibleStochasticOptimizerValues protocol: {} - - &ref_661 + - &ref_690 choices: - value: AUCWeighted language: @@ -12450,20 +9004,11 @@ schemas: AUC is the Area under the curve. This metric represents arithmetic mean of the score for each class, weighted by the number of true instances in each class. - go: - name: ClassificationMultilabelPrimaryMetricsAUCWeighted - description: |- - AUC is the Area under the curve. - This metric represents arithmetic mean of the score for each class, - weighted by the number of true instances in each class. - value: Accuracy language: default: name: Accuracy description: Accuracy is the ratio of predictions that exactly match the true class labels. - go: - name: ClassificationMultilabelPrimaryMetricsAccuracy - description: Accuracy is the ratio of predictions that exactly match the true class labels. - value: NormMacroRecall language: default: @@ -12471,11 +9016,6 @@ schemas: description: |- Normalized macro recall is recall macro-averaged and normalized, so that random performance has a score of 0, and perfect performance has a score of 1. - go: - name: ClassificationMultilabelPrimaryMetricsNormMacroRecall - description: |- - Normalized macro recall is recall macro-averaged and normalized, so that random - performance has a score of 0, and perfect performance has a score of 1. - value: AveragePrecisionScoreWeighted language: default: @@ -12483,27 +9023,16 @@ schemas: description: |- The arithmetic mean of the average precision score for each class, weighted by the number of true instances in each class. - go: - name: ClassificationMultilabelPrimaryMetricsAveragePrecisionScoreWeighted - description: |- - The arithmetic mean of the average precision score for each class, weighted by - the number of true instances in each class. - value: PrecisionScoreWeighted language: default: name: PrecisionScoreWeighted description: The arithmetic mean of precision for each class, weighted by number of true instances in each class. - go: - name: ClassificationMultilabelPrimaryMetricsPrecisionScoreWeighted - description: The arithmetic mean of precision for each class, weighted by number of true instances in each class. - value: IOU language: default: name: IOU description: Intersection Over Union. Intersection of predictions divided by union of predictions. - go: - name: ClassificationMultilabelPrimaryMetricsIOU - description: Intersection Over Union. Intersection of predictions divided by union of predictions. type: choice apiVersions: - version: 2022-02-01-preview @@ -12512,12 +9041,8 @@ schemas: default: name: ClassificationMultilabelPrimaryMetrics description: Primary metrics for classification multilabel tasks. - go: - name: ClassificationMultilabelPrimaryMetrics - description: Primary metrics for classification multilabel tasks. - possibleValuesFunc: PossibleClassificationMultilabelPrimaryMetricsValues protocol: {} - - &ref_512 + - &ref_566 choices: - value: MeanAveragePrecision language: @@ -12526,11 +9051,6 @@ schemas: description: |- Mean Average Precision (MAP) is the average of AP (Average Precision). AP is calculated for each class and averaged to get the MAP. - go: - name: InstanceSegmentationPrimaryMetricsMeanAveragePrecision - description: |- - Mean Average Precision (MAP) is the average of AP (Average Precision). - AP is calculated for each class and averaged to get the MAP. type: choice apiVersions: - version: 2022-02-01-preview @@ -12539,53 +9059,34 @@ schemas: default: name: InstanceSegmentationPrimaryMetrics description: Primary metrics for InstanceSegmentation tasks. - go: - name: InstanceSegmentationPrimaryMetrics - description: Primary metrics for InstanceSegmentation tasks. - possibleValuesFunc: PossibleInstanceSegmentationPrimaryMetricsValues protocol: {} - - &ref_562 + - &ref_616 choices: - value: None language: default: name: None description: No value selected. - go: - name: ModelSizeNone - description: No value selected. - value: Small language: default: name: Small description: Small size. - go: - name: ModelSizeSmall - description: Small size. - value: Medium language: default: name: Medium description: Medium size. - go: - name: ModelSizeMedium - description: Medium size. - value: Large language: default: name: Large description: Large size. - go: - name: ModelSizeLarge - description: Large size. - value: ExtraLarge language: default: name: ExtraLarge description: Extra large size. - go: - name: ModelSizeExtraLarge - description: Extra large size. type: choice apiVersions: - version: 2022-02-01-preview @@ -12594,45 +9095,29 @@ schemas: default: name: ModelSize description: Image model size. - go: - name: ModelSize - description: Image model size. - possibleValuesFunc: PossibleModelSizeValues protocol: {} - - &ref_569 + - &ref_623 choices: - value: None language: default: name: None description: No metric. - go: - name: ValidationMetricTypeNone - description: No metric. - value: Coco language: default: name: Coco description: Coco metric. - go: - name: ValidationMetricTypeCoco - description: Coco metric. - value: Voc language: default: name: Voc description: Voc metric. - go: - name: ValidationMetricTypeVoc - description: Voc metric. - value: CocoVoc language: default: name: CocoVoc description: CocoVoc metric. - go: - name: ValidationMetricTypeCocoVoc - description: CocoVoc metric. type: choice apiVersions: - version: 2022-02-01-preview @@ -12641,12 +9126,8 @@ schemas: default: name: ValidationMetricType description: Metric computation method to use for validation metrics in image tasks. - go: - name: ValidationMetricType - description: Metric computation method to use for validation metrics in image tasks. - possibleValuesFunc: PossibleValidationMetricTypeValues protocol: {} - - &ref_513 + - &ref_567 choices: - value: MeanAveragePrecision language: @@ -12655,11 +9136,6 @@ schemas: description: |- Mean Average Precision (MAP) is the average of AP (Average Precision). AP is calculated for each class and averaged to get the MAP. - go: - name: ObjectDetectionPrimaryMetricsMeanAveragePrecision - description: |- - Mean Average Precision (MAP) is the average of AP (Average Precision). - AP is calculated for each class and averaged to get the MAP. type: choice apiVersions: - version: 2022-02-01-preview @@ -12668,29 +9144,19 @@ schemas: default: name: ObjectDetectionPrimaryMetrics description: Primary metrics for Image ObjectDetection task. - go: - name: ObjectDetectionPrimaryMetrics - description: Primary metrics for Image ObjectDetection task. - possibleValuesFunc: PossibleObjectDetectionPrimaryMetricsValues protocol: {} - - &ref_784 + - &ref_730 choices: - value: Minimize language: default: name: Minimize description: '' - go: - name: GoalMinimize - description: '' - value: Maximize language: default: name: Maximize description: '' - go: - name: GoalMaximize - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -12699,29 +9165,19 @@ schemas: default: name: Goal description: Defines supported metric goals for hyperparameter tuning - go: - name: Goal - description: Defines supported metric goals for hyperparameter tuning - possibleValuesFunc: PossibleGoalValues protocol: {} - - &ref_789 + - &ref_734 choices: - value: Random language: default: name: Random description: '' - go: - name: RandomSamplingAlgorithmRuleRandom - description: '' - value: Sobol language: default: name: Sobol description: '' - go: - name: RandomSamplingAlgorithmRuleSobol - description: '' type: choice apiVersions: - version: 2022-02-01-preview @@ -12730,69 +9186,44 @@ schemas: default: name: RandomSamplingAlgorithmRule description: The specific type of random algorithm - go: - name: RandomSamplingAlgorithmRule - description: The specific type of random algorithm - possibleValuesFunc: PossibleRandomSamplingAlgorithmRuleValues protocol: {} - - &ref_159 + - &ref_185 choices: - value: Monday language: default: name: Monday description: Monday weekday - go: - name: WeekdayMonday - description: Monday weekday - value: Tuesday language: default: name: Tuesday description: Tuesday weekday - go: - name: WeekdayTuesday - description: Tuesday weekday - value: Wednesday language: default: name: Wednesday description: Wednesday weekday - go: - name: WeekdayWednesday - description: Wednesday weekday - value: Thursday language: default: name: Thursday description: Thursday weekday - go: - name: WeekdayThursday - description: Thursday weekday - value: Friday language: default: name: Friday description: Friday weekday - go: - name: WeekdayFriday - description: Friday weekday - value: Saturday language: default: name: Saturday description: Saturday weekday - go: - name: WeekdaySaturday - description: Saturday weekday - value: Sunday language: default: name: Sunday description: Sunday weekday - go: - name: WeekdaySunday - description: Sunday weekday type: choice apiVersions: - version: 2022-02-01-preview @@ -12801,53 +9232,34 @@ schemas: default: name: Weekday description: Enum of weekdays - go: - name: Weekday - description: Enum of weekdays - possibleValuesFunc: PossibleWeekdayValues protocol: {} - - &ref_156 + - &ref_182 choices: - value: Minute language: default: name: Minute description: Minute frequency - go: - name: RecurrenceFrequencyMinute - description: Minute frequency - value: Hour language: default: name: Hour description: Hour frequency - go: - name: RecurrenceFrequencyHour - description: Hour frequency - value: Day language: default: name: Day description: Day frequency - go: - name: RecurrenceFrequencyDay - description: Day frequency - value: Week language: default: name: Week description: Week frequency - go: - name: RecurrenceFrequencyWeek - description: Week frequency - value: Month language: default: name: Month description: Month frequency - go: - name: RecurrenceFrequencyMonth - description: Month frequency type: choice apiVersions: - version: 2022-02-01-preview @@ -12856,29 +9268,19 @@ schemas: default: name: RecurrenceFrequency description: Enum to describe the frequency of a recurrence schedule - go: - name: RecurrenceFrequency - description: Enum to describe the frequency of a recurrence schedule - possibleValuesFunc: PossibleRecurrenceFrequencyValues protocol: {} - - &ref_663 + - &ref_511 choices: - value: ElasticNet language: default: name: ElasticNet description: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. - go: - name: RegressionModelsElasticNet - description: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. - value: GradientBoosting language: default: name: GradientBoosting description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - go: - name: RegressionModelsGradientBoosting - description: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. - value: DecisionTree language: default: @@ -12886,11 +9288,6 @@ schemas: description: |- Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - go: - name: RegressionModelsDecisionTree - description: |- - Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks. - The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. - value: KNN language: default: @@ -12898,19 +9295,11 @@ schemas: description: |- K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - go: - name: RegressionModelsKNN - description: |- - K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints - which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. - value: LassoLars language: default: name: LassoLars description: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. - go: - name: RegressionModelsLassoLars - description: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. - value: SGD language: default: @@ -12919,12 +9308,6 @@ schemas: SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications to find the model parameters that correspond to the best fit between predicted and actual outputs. It's an inexact but powerful technique. - go: - name: RegressionModelsSGD - description: |- - SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications - to find the model parameters that correspond to the best fit between predicted and actual outputs. - It's an inexact but powerful technique. - value: RandomForest language: default: @@ -12933,36 +9316,21 @@ schemas: Random forest is a supervised learning algorithm. The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. The general idea of the bagging method is that a combination of learning models increases the overall result. - go: - name: RegressionModelsRandomForest - description: |- - Random forest is a supervised learning algorithm. - The "forest" it builds, is an ensemble of decision trees, usually trained with the “bagging” method. - The general idea of the bagging method is that a combination of learning models increases the overall result. - value: ExtremeRandomTrees language: default: name: ExtremeRandomTrees description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - go: - name: RegressionModelsExtremeRandomTrees - description: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. - value: LightGBM language: default: name: LightGBM description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - go: - name: RegressionModelsLightGBM - description: LightGBM is a gradient boosting framework that uses tree based learning algorithms. - value: XGBoostRegressor language: default: name: XGBoostRegressor description: 'XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.' - go: - name: RegressionModelsXGBoostRegressor - description: 'XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.' type: choice apiVersions: - version: 2022-02-01-preview @@ -12971,45 +9339,29 @@ schemas: default: name: RegressionModels description: Enum for all Regression models supported by AutoML. - go: - name: RegressionModels - description: Enum for all Regression models supported by AutoML. - possibleValuesFunc: PossibleRegressionModelsValues protocol: {} - - &ref_664 + - &ref_512 choices: - value: SpearmanCorrelation language: default: name: SpearmanCorrelation description: The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation. - go: - name: RegressionPrimaryMetricsSpearmanCorrelation - description: The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation. - value: NormalizedRootMeanSquaredError language: default: name: NormalizedRootMeanSquaredError description: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. - go: - name: RegressionPrimaryMetricsNormalizedRootMeanSquaredError - description: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. - value: R2Score language: default: name: R2Score description: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. - go: - name: RegressionPrimaryMetricsR2Score - description: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. - value: NormalizedMeanAbsoluteError language: default: name: NormalizedMeanAbsoluteError description: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. - go: - name: RegressionPrimaryMetricsNormalizedMeanAbsoluteError - description: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. type: choice apiVersions: - version: 2022-02-01-preview @@ -13018,46 +9370,30 @@ schemas: default: name: RegressionPrimaryMetrics description: Primary metrics for Regression task. - go: - name: RegressionPrimaryMetrics - description: Primary metrics for Regression task. - possibleValuesFunc: PossibleRegressionPrimaryMetricsValues protocol: {} sealedChoices: - - &ref_85 + - &ref_83 choices: - value: Free language: default: name: Free description: '' - go: - name: SKUTierFree - description: '' - value: Basic language: default: name: Basic description: '' - go: - name: SKUTierBasic - description: '' - value: Standard language: default: name: Standard description: '' - go: - name: SKUTierStandard - description: '' - value: Premium language: default: name: Premium description: '' - go: - name: SKUTierPremium - description: '' type: sealed-choice apiVersions: - version: '3.0' @@ -13066,13 +9402,9 @@ schemas: default: name: SkuTier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - go: - name: SKUTier - description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - possibleValuesFunc: PossibleSKUTierValues protocol: {} constants: - - &ref_1288 + - &ref_1208 type: constant value: value: 2022-02-01-preview @@ -13081,11 +9413,8 @@ schemas: default: name: ApiVersion20220201Preview description: Api Version (2022-02-01-preview) - go: - name: string - description: Api Version (2022-02-01-preview) protocol: {} - - &ref_1291 + - &ref_1211 type: constant value: value: application/json @@ -13094,19 +9423,16 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} dictionaries: - - &ref_81 + - &ref_79 type: dictionary - elementType: &ref_910 + elementType: &ref_837 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_54 + - schema: &ref_53 type: uuid apiVersions: - version: '3.0' @@ -13114,21 +9440,15 @@ schemas: default: name: UserAssignedIdentityPrincipalId description: The principal ID of the assigned identity. - go: - name: string - description: The principal ID of the assigned identity. protocol: {} readOnly: true serializedName: principalId - language: &ref_2714 + language: &ref_1823 default: name: principalId description: The principal ID of the assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The principal ID of the assigned identity. protocol: {} - - schema: &ref_55 + - schema: &ref_54 type: uuid apiVersions: - version: '3.0' @@ -13136,19 +9456,13 @@ schemas: default: name: UserAssignedIdentityClientId description: The client ID of the assigned identity. - go: - name: string - description: The client ID of the assigned identity. protocol: {} readOnly: true serializedName: clientId - language: &ref_2715 + language: &ref_1824 default: name: clientId description: The client ID of the assigned identity. - go: - name: ClientID - description: READ-ONLY; The client ID of the assigned identity. protocol: {} serializationFormats: - json @@ -13160,11 +9474,6 @@ schemas: name: UserAssignedIdentity description: User assigned identity properties namespace: '' - go: - name: UserAssignedIdentity - description: UserAssignedIdentity - User assigned identity properties - marshallingFormat: json - namespace: '' protocol: {} language: default: @@ -13172,55 +9481,32 @@ schemas: description: >- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. - go: - name: map[string]*UserAssignedIdentity - description: |- - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in - requests. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_83 + - &ref_81 type: dictionary elementType: *ref_1 language: default: name: PrivateEndpointConnectionTags description: Contains resource tags defined as key/value pairs. - go: - name: map[string]*string - description: Contains resource tags defined as key/value pairs. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_902 + - &ref_829 type: dictionary elementType: *ref_1 language: default: name: WorkspaceTags description: Contains resource tags defined as key/value pairs. - go: - name: map[string]*string - description: Contains resource tags defined as key/value pairs. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_918 + - &ref_845 type: dictionary elementType: *ref_1 language: default: name: WorkspaceUpdateParametersTags description: The resource tags for the machine learning workspace. - go: - name: map[string]*string - description: The resource tags for the machine learning workspace. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_927 + - &ref_854 type: dictionary elementType: &ref_2 type: any @@ -13228,151 +9514,93 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} language: default: name: DiagnoseRequestPropertiesUdr description: Setting for diagnosing user defined routing - go: - name: map[string]any - description: Setting for diagnosing user defined routing - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_928 + - &ref_855 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesNsg description: Setting for diagnosing network security group - go: - name: map[string]any - description: Setting for diagnosing network security group - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_929 + - &ref_856 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesResourceLock description: Setting for diagnosing resource lock - go: - name: map[string]any - description: Setting for diagnosing resource lock - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_930 + - &ref_857 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesDnsResolution description: Setting for diagnosing dns resolution - go: - name: map[string]any - description: Setting for diagnosing dns resolution - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_931 + - &ref_858 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesStorageAccount description: Setting for diagnosing dependent storage account - go: - name: map[string]any - description: Setting for diagnosing dependent storage account - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_932 + - &ref_859 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesKeyVault description: Setting for diagnosing dependent key vault - go: - name: map[string]any - description: Setting for diagnosing dependent key vault - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_933 + - &ref_860 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesContainerRegistry description: Setting for diagnosing dependent container registry - go: - name: map[string]any - description: Setting for diagnosing dependent container registry - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_934 + - &ref_861 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesApplicationInsights description: Setting for diagnosing dependent application insights - go: - name: map[string]any - description: Setting for diagnosing dependent application insights - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_935 + - &ref_862 type: dictionary elementType: *ref_2 language: default: name: DiagnoseRequestPropertiesOthers description: Setting for diagnosing unclassified category of problems - go: - name: map[string]any - description: Setting for diagnosing unclassified category of problems - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_278 + - &ref_266 type: dictionary elementType: *ref_3 language: default: name: ComputeResourceTags description: Contains resource tags defined as key/value pairs. - go: - name: map[string]*string - description: Contains resource tags defined as key/value pairs. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_284 + - &ref_272 type: dictionary elementType: *ref_4 language: default: name: PrivateLinkResourceTags description: Contains resource tags defined as key/value pairs. - go: - name: map[string]*string - description: Contains resource tags defined as key/value pairs. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_304 + - &ref_292 type: dictionary elementType: *ref_4 nullableItems: true @@ -13380,26 +9608,16 @@ schemas: default: name: EndpointPropertiesBaseProperties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: map[string]*string - description: Property dictionary. Properties can be added, but not removed or altered. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_390 + - &ref_368 type: dictionary elementType: *ref_5 language: default: name: TrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1051 + - &ref_977 type: dictionary elementType: *ref_2 language: @@ -13408,16 +9626,8 @@ schemas: description: >- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. - go: - name: map[string]any - description: |- - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in - requests. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_1058 + - &ref_984 type: dictionary elementType: *ref_6 nullableItems: true @@ -13425,26 +9635,16 @@ schemas: default: name: PartialBatchEndpointPartialTrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_377 + - &ref_359 type: dictionary elementType: *ref_2 language: default: name: ResourceConfigurationProperties description: Additional properties bag. - go: - name: map[string]any - description: Additional properties bag. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_352 + - &ref_337 type: dictionary elementType: *ref_7 nullableItems: true @@ -13452,13 +9652,8 @@ schemas: default: name: EndpointDeploymentPropertiesBaseEnvironmentVariables description: Environment variables configuration for the deployment. - go: - name: map[string]*string - description: Environment variables configuration for the deployment. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_353 + - &ref_338 type: dictionary elementType: *ref_7 nullableItems: true @@ -13466,13 +9661,8 @@ schemas: default: name: EndpointDeploymentPropertiesBaseProperties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: map[string]*string - description: Property dictionary. Properties can be added, but not removed or altered. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1072 + - &ref_998 type: dictionary elementType: *ref_8 nullableItems: true @@ -13480,13 +9670,8 @@ schemas: default: name: PartialBatchDeploymentEnvironmentVariables description: Environment variables configuration for the deployment. - go: - name: map[string]*string - description: Environment variables configuration for the deployment. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1090 + - &ref_1013 type: dictionary elementType: *ref_8 nullableItems: true @@ -13494,13 +9679,8 @@ schemas: default: name: PartialBatchDeploymentProperties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: map[string]*string - description: Property dictionary. Properties can be added, but not removed or altered. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1093 + - &ref_1016 type: dictionary elementType: *ref_8 nullableItems: true @@ -13508,13 +9688,8 @@ schemas: default: name: PartialBatchDeploymentPartialTrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_826 + - &ref_765 type: dictionary elementType: *ref_9 nullableItems: true @@ -13522,13 +9697,8 @@ schemas: default: name: ResourceBaseProperties description: The asset property dictionary. - go: - name: map[string]*string - description: The asset property dictionary. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_827 + - &ref_766 type: dictionary elementType: *ref_9 nullableItems: true @@ -13536,11 +9706,6 @@ schemas: default: name: ResourceBaseTags description: Tag dictionary. Tags can be added, removed, and updated. - go: - name: map[string]*string - description: Tag dictionary. Tags can be added, removed, and updated. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_14 type: dictionary @@ -13550,15 +9715,10 @@ schemas: default: name: JobServiceProperties description: Additional properties to set on the endpoint. - go: - name: map[string]*string - description: Additional properties to set on the endpoint. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_823 + - &ref_762 type: dictionary - elementType: &ref_1109 + elementType: &ref_1032 type: object apiVersions: - version: 2022-02-01-preview @@ -13570,13 +9730,10 @@ schemas: x-ms-mutability: - create - read - language: &ref_3699 + language: &ref_2808 default: name: endpoint description: Url for endpoint. - go: - name: Endpoint - description: Url for endpoint. protocol: {} - schema: *ref_11 nullable: true @@ -13585,13 +9742,10 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_3700 + language: &ref_2809 default: name: errorMessage description: Any error in the service. - go: - name: ErrorMessage - description: READ-ONLY; Any error in the service. protocol: {} - schema: *ref_12 nullable: true @@ -13600,13 +9754,10 @@ schemas: x-ms-mutability: - create - read - language: &ref_3701 + language: &ref_2810 default: name: jobServiceType description: Endpoint type. - go: - name: JobServiceType - description: Endpoint type. protocol: {} - schema: *ref_13 nullable: true @@ -13615,28 +9766,18 @@ schemas: x-ms-mutability: - create - read - language: &ref_3702 + language: &ref_2811 default: name: port description: Port for endpoint. - go: - name: Port - description: Port for endpoint. protocol: {} - schema: *ref_14 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3703 + language: &ref_2812 default: name: properties description: Additional properties to set on the endpoint. - go: - name: Properties - description: Additional properties to set on the endpoint. - byValue: true protocol: {} - schema: *ref_15 nullable: true @@ -13645,13 +9786,10 @@ schemas: extensions: x-ms-mutability: - read - language: &ref_3704 + language: &ref_2813 default: name: status description: Status of endpoint. - go: - name: Status - description: READ-ONLY; Status of endpoint. protocol: {} serializationFormats: - json @@ -13663,23 +9801,12 @@ schemas: name: JobService description: Job endpoint definition namespace: '' - go: - name: JobService - description: JobService - Job endpoint definition - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} nullableItems: true language: default: name: JobBaseServices description: "List of JobEndpoints.\r\nFor local jobs, a job endpoint will have an endpoint value of FileStreamObject." - go: - name: map[string]*JobService - description: List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_17 type: dictionary @@ -13689,15 +9816,10 @@ schemas: default: name: FlavorData description: Model flavor-specific data. - go: - name: map[string]*string - description: Model flavor-specific data. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_414 + - &ref_392 type: dictionary - elementType: &ref_1112 + elementType: &ref_1035 type: object apiVersions: - version: 2022-02-01-preview @@ -13705,17 +9827,10 @@ schemas: - schema: *ref_17 nullable: true serializedName: data - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3860 + language: &ref_2969 default: name: data description: Model flavor-specific data. - go: - name: Data - description: Model flavor-specific data. - byValue: true protocol: {} serializationFormats: - json @@ -13727,77 +9842,46 @@ schemas: name: FlavorData description: '' namespace: '' - go: - name: FlavorData - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} nullableItems: true language: default: name: ModelVersionFlavors description: Mapping of model flavors to their properties. - go: - name: map[string]*FlavorData - description: Mapping of model flavors to their properties. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_295 + - &ref_283 type: dictionary elementType: *ref_18 language: default: name: OnlineEndpointMirrorTraffic description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - go: - name: map[string]*int32 - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_298 + - &ref_286 type: dictionary elementType: *ref_18 language: default: name: OnlineEndpointTraffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - go: - name: map[string]*int32 - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1116 + - &ref_1039 type: dictionary elementType: *ref_18 language: default: name: PartialOnlineEndpointMirrorTraffic description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - go: - name: map[string]*int32 - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1117 + - &ref_1040 type: dictionary elementType: *ref_18 language: default: name: PartialOnlineEndpointTraffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - go: - name: map[string]*int32 - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1118 + - &ref_1041 type: dictionary elementType: *ref_19 nullableItems: true @@ -13805,13 +9889,8 @@ schemas: default: name: PartialOnlineEndpointPartialTrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_1131 + - &ref_1051 type: dictionary elementType: *ref_20 nullableItems: true @@ -13819,11 +9898,6 @@ schemas: default: name: PartialOnlineDeploymentPartialTrackedResourceTags description: Resource tags. - go: - name: map[string]*string - description: Resource tags. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_22 type: dictionary @@ -13832,11 +9906,6 @@ schemas: default: name: InstanceTypeSchemaNodeSelector description: Node Selector - go: - name: map[string]*string - description: Node Selector - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_23 type: dictionary @@ -13845,90 +9914,56 @@ schemas: default: name: InstanceResourceSchema description: Resource requests/limits for this instance type - go: - name: map[string]*string - description: Resource requests/limits for this instance type - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_216 + - &ref_119 type: dictionary - elementType: &ref_1161 + elementType: &ref_1081 type: object apiVersions: - version: 2022-02-01-preview properties: - schema: *ref_22 serializedName: nodeSelector - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2951 + language: &ref_2060 default: name: nodeSelector description: Node Selector - go: - name: NodeSelector - description: Node Selector - byValue: true protocol: {} - - schema: &ref_1162 + - schema: &ref_1082 type: object apiVersions: - version: 2022-02-01-preview properties: - schema: *ref_23 serializedName: requests - language: &ref_2953 + language: &ref_2062 default: name: requests description: Resource requests for this instance type - go: - name: Requests - description: Resource requests for this instance type - byValue: true protocol: {} - schema: *ref_23 serializedName: limits - language: &ref_2954 + language: &ref_2063 default: name: limits description: Resource limits for this instance type - go: - name: Limits - description: Resource limits for this instance type - byValue: true protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_24 - anonymous: true language: default: name: InstanceTypeSchemaResources description: Resource requests/limits for this instance type namespace: '' - go: - name: InstanceTypeSchemaResources - description: InstanceTypeSchemaResources - Resource requests/limits for this instance type - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: resources - extensions: - x-internal-autorest-anonymous-schema: *ref_24 - language: &ref_2952 + language: &ref_2061 default: name: resources description: Resource requests/limits for this instance type - go: - name: Resources - description: Resource requests/limits for this instance type protocol: {} serializationFormats: - json @@ -13940,37 +9975,21 @@ schemas: name: InstanceTypeSchema description: Instance type schema. namespace: '' - go: - name: InstanceTypeSchema - description: InstanceTypeSchema - Instance type schema. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: KubernetesPropertiesInstanceTypes description: Instance Type Schema - go: - name: map[string]*InstanceTypeSchema - description: Instance Type Schema - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_120 + - &ref_147 type: dictionary elementType: *ref_2 language: default: name: AmlComputePropertiesPropertyBag description: A property bag containing additional properties. - go: - name: map[string]any - description: A property bag containing additional properties. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_496 + - &ref_471 type: dictionary elementType: *ref_21 nullableItems: true @@ -13978,45 +9997,41 @@ schemas: default: name: AutoMLJobEnvironmentVariables description: Environment variables included in the job. - go: - name: map[string]*string - description: Environment variables included in the job. - elementIsPtr: true - marshallingFormat: json protocol: {} - - type: dictionary - elementType: &ref_27 + - &ref_472 + type: dictionary + elementType: &ref_26 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_497 + children: all: - - &ref_25 + - &ref_24 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeCustomModel + discriminatorValue: CustomModel parents: all: - - &ref_26 + - &ref_25 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_25 - - &ref_28 + - *ref_24 + - &ref_27 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeMLFlowModel + discriminatorValue: MLFlowModel parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14029,24 +10044,19 @@ schemas: name: MLFlowModelJobOutput description: '' namespace: '' - go: - name: MLFlowModelJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_29 + - &ref_28 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeMLTable + discriminatorValue: MLTable parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14059,24 +10069,19 @@ schemas: name: MLTableJobOutput description: '' namespace: '' - go: - name: MLTableJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_30 + - &ref_29 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeTritonModel + discriminatorValue: TritonModel parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14089,24 +10094,19 @@ schemas: name: TritonModelJobOutput description: '' namespace: '' - go: - name: TritonModelJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_31 + - &ref_30 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeURIFile + discriminatorValue: UriFile parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14119,24 +10119,19 @@ schemas: name: UriFileJobOutput description: '' namespace: '' - go: - name: URIFileJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_32 + - &ref_31 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobOutputTypeURIFolder + discriminatorValue: UriFolder parents: all: + - *ref_25 - *ref_26 - - *ref_27 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14149,65 +10144,49 @@ schemas: name: UriFolderJobOutput description: '' namespace: '' - go: - name: URIFolderJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_25 + - *ref_24 + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 properties: - - schema: *ref_33 + - schema: *ref_32 serializedName: mode extensions: x-ms-mutability: - create - read - language: &ref_3654 + language: &ref_2763 default: name: mode description: Output Asset Delivery Mode. - go: - name: Mode - description: Output Asset Delivery Mode. protocol: {} - - schema: *ref_34 + - schema: *ref_33 nullable: true serializedName: uri - language: &ref_3655 + language: &ref_2764 default: name: uri description: Output Asset URI. - go: - name: URI - description: Output Asset URI. protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3653 + language: &ref_2762 default: name: AssetJobOutput description: Asset output type. namespace: '' - go: - name: AssetJobOutput - description: AssetJobOutput - Asset output type. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_27 + - *ref_26 immediate: + - *ref_25 - *ref_26 - - *ref_27 serializationFormats: - json usage: @@ -14220,41 +10199,36 @@ schemas: name: CustomModelJobOutput description: '' namespace: '' - go: - name: CustomModelJobOutput - description: '' - marshallingFormat: json - namespace: '' protocol: {} + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 immediate: - - *ref_25 + - *ref_24 + - *ref_27 - *ref_28 - *ref_29 - *ref_30 - *ref_31 - - *ref_32 - discriminator: &ref_498 + discriminator: all: - CustomModel: *ref_25 - MLFlowModel: *ref_28 - MLTable: *ref_29 - TritonModel: *ref_30 - UriFile: *ref_31 - UriFolder: *ref_32 + CustomModel: *ref_24 + MLFlowModel: *ref_27 + MLTable: *ref_28 + TritonModel: *ref_29 + UriFile: *ref_30 + UriFolder: *ref_31 immediate: - CustomModel: *ref_25 - MLFlowModel: *ref_28 - MLTable: *ref_29 - TritonModel: *ref_30 - UriFile: *ref_31 - UriFolder: *ref_32 - property: &ref_37 - schema: *ref_35 + CustomModel: *ref_24 + MLFlowModel: *ref_27 + MLTable: *ref_28 + TritonModel: *ref_29 + UriFile: *ref_30 + UriFolder: *ref_31 + property: &ref_36 + schema: *ref_34 isDiscriminator: true required: true serializedName: jobOutputType @@ -14262,16 +10236,13 @@ schemas: x-ms-mutability: - create - read - language: &ref_3658 + language: &ref_2767 default: name: jobOutputType description: '[Required] Specifies the type of job.' - go: - name: JobOutputType - description: REQUIRED; [Required] Specifies the type of job. protocol: {} properties: - - schema: *ref_36 + - schema: *ref_35 nullable: true required: false serializedName: description @@ -14279,53 +10250,30 @@ schemas: x-ms-mutability: - create - read - language: &ref_3657 + language: &ref_2766 default: name: description description: Description for the output. - go: - name: Description - description: Description for the output. protocol: {} - - *ref_37 + - *ref_36 serializationFormats: - json usage: - output - input - language: &ref_3656 + language: &ref_2765 default: name: JobOutput description: Job output definition container information on where to find job output/logs. namespace: '' - go: - name: JobOutput - description: JobOutput - Job output definition container information on where to find job output/logs. - discriminatorInterface: JobOutputClassification - discriminatorTypes: - - '*CustomModelJobOutput' - - '*JobOutput' - - '*MLFlowModelJobOutput' - - '*MLTableJobOutput' - - '*TritonModelJobOutput' - - '*URIFileJobOutput' - - '*URIFolderJobOutput' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} nullableItems: true language: default: name: AutoMLJobOutputs description: Mapping of output data bindings used in the job. - go: - name: map[string]JobOutput - description: Mapping of output data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_671 + - &ref_539 type: dictionary elementType: *ref_21 nullableItems: true @@ -14333,37 +10281,27 @@ schemas: default: name: TableVerticalFeaturizationSettingsColumnNameAndTypes description: Dictionary of column name and its type (int, float, string, datetime etc). - go: - name: map[string]*string - description: Dictionary of column name and its type (int, float, string, datetime etc). - elementIsPtr: true - marshallingFormat: json protocol: {} - - &ref_675 + - &ref_543 type: dictionary - elementType: &ref_1274 + elementType: &ref_1194 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1193 + elementType: &ref_1113 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1273 + - schema: &ref_1193 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_38 + elementType: *ref_37 language: default: name: ColumnTransformerFields description: Fields to apply transformer logic on. - go: - name: '[]*string' - description: Fields to apply transformer logic on. - elementIsPtr: true - marshallingFormat: json protocol: {} nullable: true serializedName: fields @@ -14371,25 +10309,14 @@ schemas: default: name: fields description: Fields to apply transformer logic on. - go: - name: Fields - description: Fields to apply transformer logic on. - byValue: true protocol: {} - schema: *ref_2 nullable: true serializedName: parameters - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: parameters description: "Different properties to be passed to transformer.\r\nInput expected is dictionary of key,value pairs in JSON format." - go: - name: Parameters - description: Different properties to be passed to transformer. Input expected is dictionary of key,value pairs in JSON format. - byValue: true protocol: {} serializationFormats: - json @@ -14401,12 +10328,6 @@ schemas: name: ColumnTransformer description: Column transformer parameters. namespace: '' - go: - name: ColumnTransformer - description: ColumnTransformer - Column transformer parameters. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: [] @@ -14414,24 +10335,14 @@ schemas: default: name: ArrayOfColumnTransformer description: Array of ColumnTransformer - go: - name: '[]*ColumnTransformer' - description: Array of ColumnTransformer - elementIsPtr: true - marshallingFormat: json protocol: {} nullableItems: true language: default: name: TableVerticalFeaturizationSettingsTransformerParams description: User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor. - go: - name: map[string][]*ColumnTransformer - description: User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_766 + - &ref_714 type: dictionary elementType: *ref_21 nullableItems: true @@ -14439,45 +10350,41 @@ schemas: default: name: CommandJobEnvironmentVariables description: Environment variables included in the job. - go: - name: map[string]*string - description: Environment variables included in the job. - elementIsPtr: true - marshallingFormat: json protocol: {} - - type: dictionary - elementType: &ref_41 + - &ref_715 + type: dictionary + elementType: &ref_40 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_767 + children: all: - - &ref_39 + - &ref_38 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeMLTable + discriminatorValue: MLTable parents: all: - - &ref_40 + - &ref_39 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_39 - - &ref_42 + - *ref_38 + - &ref_41 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeCustomModel + discriminatorValue: CustomModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14490,24 +10397,19 @@ schemas: name: CustomModelJobInput description: '' namespace: '' - go: - name: CustomModelJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_43 + - &ref_42 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeMLFlowModel + discriminatorValue: MLFlowModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14520,24 +10422,19 @@ schemas: name: MLFlowModelJobInput description: '' namespace: '' - go: - name: MLFlowModelJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_44 + - &ref_43 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeTritonModel + discriminatorValue: TritonModel parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14550,24 +10447,19 @@ schemas: name: TritonModelJobInput description: '' namespace: '' - go: - name: TritonModelJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_45 + - &ref_44 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeURIFile + discriminatorValue: UriFile parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14580,24 +10472,19 @@ schemas: name: UriFileJobInput description: '' namespace: '' - go: - name: URIFileJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_46 + - &ref_45 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeURIFolder + discriminatorValue: UriFolder parents: all: + - *ref_39 - *ref_40 - - *ref_41 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14610,21 +10497,16 @@ schemas: name: UriFolderJobInput description: '' namespace: '' - go: - name: URIFolderJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_39 + - *ref_38 + - *ref_41 - *ref_42 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 properties: - - schema: *ref_47 + - schema: *ref_46 required: false serializedName: mode extensions: @@ -14635,41 +10517,30 @@ schemas: default: name: mode description: Input Asset Delivery Mode. - go: - name: Mode - description: Input Asset Delivery Mode. protocol: {} - - schema: *ref_48 + - schema: *ref_47 required: true serializedName: uri - language: &ref_3674 + language: &ref_2783 default: name: uri description: '[Required] Input Asset URI.' - go: - name: URI - description: REQUIRED; [Required] Input Asset URI. protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3673 + language: &ref_2782 default: name: AssetJobInput description: Asset input type. namespace: '' - go: - name: AssetJobInput - description: AssetJobInput - Asset input type. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_41 + - *ref_40 immediate: + - *ref_39 - *ref_40 - - *ref_41 serializationFormats: - json usage: @@ -14682,34 +10553,26 @@ schemas: name: MLTableJobInput description: '' namespace: '' - go: - name: MLTableJobInput - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_42 - - &ref_50 + - *ref_41 + - &ref_49 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobInputTypeLiteral + discriminatorValue: Literal parents: all: - - *ref_41 + - *ref_40 immediate: - - *ref_41 + - *ref_40 properties: - - schema: *ref_49 + - schema: *ref_48 required: true serializedName: value - language: &ref_3722 + language: &ref_2831 default: name: value description: '[Required] Literal value for the input.' - go: - name: Value - description: REQUIRED; [Required] Literal value for the input. protocol: {} serializationFormats: - json @@ -14723,43 +10586,38 @@ schemas: name: LiteralJobInput description: Literal input type. namespace: '' - go: - name: LiteralJobInput - description: LiteralJobInput - Literal input type. - marshallingFormat: json - namespace: '' protocol: {} + - *ref_42 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 immediate: - - *ref_39 + - *ref_38 + - *ref_41 + - *ref_49 - *ref_42 - - *ref_50 - *ref_43 - *ref_44 - *ref_45 - - *ref_46 - discriminator: &ref_768 + discriminator: all: - CustomModel: *ref_42 - Literal: *ref_50 - MLFlowModel: *ref_43 - MLTable: *ref_39 - TritonModel: *ref_44 - UriFile: *ref_45 - UriFolder: *ref_46 + CustomModel: *ref_41 + Literal: *ref_49 + MLFlowModel: *ref_42 + MLTable: *ref_38 + TritonModel: *ref_43 + UriFile: *ref_44 + UriFolder: *ref_45 immediate: - CustomModel: *ref_42 - Literal: *ref_50 - MLFlowModel: *ref_43 - MLTable: *ref_39 - TritonModel: *ref_44 - UriFile: *ref_45 - UriFolder: *ref_46 - property: &ref_53 - schema: *ref_51 + CustomModel: *ref_41 + Literal: *ref_49 + MLFlowModel: *ref_42 + MLTable: *ref_38 + TritonModel: *ref_43 + UriFile: *ref_44 + UriFolder: *ref_45 + property: &ref_52 + schema: *ref_50 isDiscriminator: true required: true serializedName: jobInputType @@ -14767,16 +10625,13 @@ schemas: x-ms-mutability: - create - read - language: &ref_3676 + language: &ref_2785 default: name: jobInputType description: '[Required] Specifies the type of job.' - go: - name: JobInputType - description: REQUIRED; [Required] Specifies the type of job. protocol: {} properties: - - schema: *ref_52 + - schema: *ref_51 nullable: true required: false serializedName: description @@ -14784,132 +10639,83 @@ schemas: x-ms-mutability: - create - read - language: &ref_3723 + language: &ref_2832 default: name: description description: Description for the input. - go: - name: Description - description: Description for the input. protocol: {} - - *ref_53 + - *ref_52 serializationFormats: - json usage: - output - input - language: &ref_3675 + language: &ref_2784 default: name: JobInput description: Command job definition. namespace: '' - go: - name: JobInput - description: JobInput - Command job definition. - discriminatorInterface: JobInputClassification - discriminatorTypes: - - '*CustomModelJobInput' - - '*JobInput' - - '*LiteralJobInput' - - '*MLFlowModelJobInput' - - '*MLTableJobInput' - - '*TritonModelJobInput' - - '*URIFileJobInput' - - '*URIFolderJobInput' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} nullableItems: true language: default: name: CommandJobInputs description: Mapping of input data bindings used in the job. - go: - name: map[string]JobInput - description: Mapping of input data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_725 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: name: CommandJobOutputs description: Mapping of output data bindings used in the job. - go: - name: map[string]JobOutput - description: Mapping of output data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_41 + - &ref_726 + type: dictionary + elementType: *ref_40 nullableItems: true language: default: name: PipelineJobInputs description: Inputs for the pipeline job. - go: - name: map[string]JobInput - description: Inputs for the pipeline job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_782 + - &ref_727 type: dictionary elementType: *ref_2 language: default: name: PipelineJobJobs description: Jobs construct the Pipeline Job. - go: - name: map[string]any - description: Jobs construct the Pipeline Job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_728 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: name: PipelineJobOutputs description: Outputs for the pipeline job - go: - name: map[string]JobOutput - description: Outputs for the pipeline job - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_41 + - &ref_729 + type: dictionary + elementType: *ref_40 nullableItems: true language: default: name: SweepJobInputs description: Mapping of input data bindings used in the job. - go: - name: map[string]JobInput - description: Mapping of input data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - type: dictionary - elementType: *ref_27 + - &ref_732 + type: dictionary + elementType: *ref_26 nullableItems: true language: default: name: SweepJobOutputs description: Mapping of output data bindings used in the job. - go: - name: map[string]JobOutput - description: Mapping of output data bindings used in the job. - elementIsPtr: false - marshallingFormat: json protocol: {} - - &ref_800 + - &ref_743 type: dictionary elementType: *ref_21 nullableItems: true @@ -14917,16 +10723,11 @@ schemas: default: name: TrialComponentEnvironmentVariables description: Environment variables included in the job. - go: - name: map[string]*string - description: Environment variables included in the job. - elementIsPtr: true - marshallingFormat: json protocol: {} any: - *ref_2 dateTimes: - - &ref_866 + - &ref_793 type: date-time format: date-time apiVersions: @@ -14935,12 +10736,8 @@ schemas: default: name: SystemDataCreatedAt description: The timestamp of resource creation (UTC). - go: - name: time.Time - description: The timestamp of resource creation (UTC). - internalTimeType: timeRFC3339 protocol: {} - - &ref_868 + - &ref_795 type: date-time format: date-time apiVersions: @@ -14949,12 +10746,8 @@ schemas: default: name: SystemDataLastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: time.Time - description: The timestamp of resource last modification (UTC) - internalTimeType: timeRFC3339 protocol: {} - - &ref_247 + - &ref_258 type: date-time format: date-time apiVersions: @@ -14963,12 +10756,8 @@ schemas: default: name: ComputeCreatedOn description: The time at which the compute was created. - go: - name: time.Time - description: The time at which the compute was created. - internalTimeType: timeRFC3339 protocol: {} - - &ref_248 + - &ref_259 type: date-time format: date-time apiVersions: @@ -14977,12 +10766,8 @@ schemas: default: name: ComputeModifiedOn description: The time at which the compute was last modified. - go: - name: time.Time - description: The time at which the compute was last modified. - internalTimeType: timeRFC3339 protocol: {} - - &ref_162 + - &ref_189 type: date-time format: date-time apiVersions: @@ -14991,12 +10776,8 @@ schemas: default: name: ScheduleBaseEndTime description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" - go: - name: time.Time - description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" - internalTimeType: timeRFC3339 protocol: {} - - &ref_165 + - &ref_192 type: date-time format: date-time apiVersions: @@ -15005,12 +10786,8 @@ schemas: default: name: ScheduleBaseStartTime description: Specifies start time of schedule in ISO 8601 format. - go: - name: time.Time - description: Specifies start time of schedule in ISO 8601 format. - internalTimeType: timeRFC3339 protocol: {} - - &ref_109 + - &ref_136 type: date-time format: date-time apiVersions: @@ -15020,12 +10797,8 @@ schemas: default: name: AmlComputePropertiesAllocationStateTransitionTime description: The time at which the compute entered its current allocation state. - go: - name: time.Time - description: The time at which the compute entered its current allocation state. - internalTimeType: timeRFC3339 protocol: {} - - &ref_147 + - &ref_174 type: date-time format: date-time apiVersions: @@ -15034,12 +10807,8 @@ schemas: default: name: ComputeInstanceLastOperationTime description: Time of the last operation. - go: - name: time.Time - description: Time of the last operation. - internalTimeType: timeRFC3339 protocol: {} - - &ref_188 + - &ref_212 type: date-time format: date-time apiVersions: @@ -15049,13 +10818,9 @@ schemas: default: name: ComputeInstanceDataMountMountedOn description: The time when the disk mounted. - go: - name: time.Time - description: The time when the disk mounted. - internalTimeType: timeRFC3339 protocol: {} durations: - - &ref_102 + - &ref_129 type: duration apiVersions: - version: 2022-02-01-preview @@ -15063,11 +10828,8 @@ schemas: default: name: ScaleSettingsNodeIdleTimeBeforeScaleDown description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. - go: - name: string - description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. protocol: {} - - &ref_1643 + - &ref_1351 type: duration apiVersions: - version: 2022-02-01-preview @@ -15076,12 +10838,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_1665 + - &ref_1363 type: duration apiVersions: - version: 2022-02-01-preview @@ -15090,12 +10848,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_1679 + - &ref_1370 type: duration apiVersions: - version: 2022-02-01-preview @@ -15104,12 +10858,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_379 + - &ref_361 type: duration apiVersions: - version: 2022-02-01-preview @@ -15118,11 +10868,8 @@ schemas: default: name: BatchRetrySettingsTimeout description: Invocation timeout for a mini-batch, in ISO 8601 format. - go: - name: string - description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} - - &ref_1713 + - &ref_1386 type: duration apiVersions: - version: 2022-02-01-preview @@ -15131,12 +10878,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_1092 + - &ref_1015 type: duration apiVersions: - version: 2022-02-01-preview @@ -15144,11 +10887,8 @@ schemas: default: name: PartialBatchRetrySettingsTimeout description: Invocation timeout for a mini-batch, in ISO 8601 format. - go: - name: string - description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} - - &ref_1736 + - &ref_1399 type: duration apiVersions: - version: 2022-02-01-preview @@ -15157,12 +10897,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_1751 + - &ref_1407 type: duration apiVersions: - version: 2022-02-01-preview @@ -15171,12 +10907,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2139 + - &ref_1602 type: duration apiVersions: - version: 2022-02-01-preview @@ -15185,12 +10917,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2273 + - &ref_1674 type: duration apiVersions: - version: 2022-02-01-preview @@ -15199,12 +10927,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2294 + - &ref_1685 type: duration apiVersions: - version: 2022-02-01-preview @@ -15213,12 +10937,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2308 + - &ref_1692 type: duration apiVersions: - version: 2022-02-01-preview @@ -15227,12 +10947,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_324 + - &ref_312 type: duration apiVersions: - version: 2022-02-01-preview @@ -15240,11 +10956,8 @@ schemas: default: name: ProbeSettingsInitialDelay description: The delay before the first probe in ISO 8601 format. - go: - name: string - description: The delay before the first probe in ISO 8601 format. protocol: {} - - &ref_325 + - &ref_313 type: duration apiVersions: - version: 2022-02-01-preview @@ -15253,11 +10966,8 @@ schemas: default: name: ProbeSettingsPeriod description: The length of time between probes in ISO 8601 format. - go: - name: string - description: The length of time between probes in ISO 8601 format. protocol: {} - - &ref_327 + - &ref_315 type: duration apiVersions: - version: 2022-02-01-preview @@ -15266,11 +10976,8 @@ schemas: default: name: ProbeSettingsTimeout description: The probe timeout in ISO 8601 format. - go: - name: string - description: The probe timeout in ISO 8601 format. protocol: {} - - &ref_334 + - &ref_322 type: duration apiVersions: - version: 2022-02-01-preview @@ -15279,11 +10986,8 @@ schemas: default: name: OnlineRequestSettingsMaxQueueWait description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." - go: - name: string - description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." protocol: {} - - &ref_335 + - &ref_323 type: duration apiVersions: - version: 2022-02-01-preview @@ -15292,11 +10996,8 @@ schemas: default: name: OnlineRequestSettingsRequestTimeout description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." - go: - name: string - description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." protocol: {} - - &ref_2365 + - &ref_1721 type: duration apiVersions: - version: 2022-02-01-preview @@ -15305,12 +11006,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2388 + - &ref_1734 type: duration apiVersions: - version: 2022-02-01-preview @@ -15319,12 +11016,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_2403 + - &ref_1742 type: duration apiVersions: - version: 2022-02-01-preview @@ -15333,12 +11026,8 @@ schemas: name: Duration description: '' header: x-ms-async-operation-timeout - go: - name: string - description: '' - header: x-ms-async-operation-timeout protocol: {} - - &ref_737 + - &ref_549 type: duration apiVersions: - version: 2022-02-01-preview @@ -15347,11 +11036,8 @@ schemas: default: name: TableVerticalLimitSettingsTimeout description: AutoML job timeout. - go: - name: string - description: AutoML job timeout. protocol: {} - - &ref_738 + - &ref_550 type: duration apiVersions: - version: 2022-02-01-preview @@ -15360,11 +11046,8 @@ schemas: default: name: TableVerticalLimitSettingsTrialTimeout description: Iteration timeout. - go: - name: string - description: Iteration timeout. protocol: {} - - &ref_744 + - &ref_556 type: duration apiVersions: - version: 2022-02-01-preview @@ -15373,11 +11056,8 @@ schemas: default: name: TrainingSettingsEnsembleModelDownloadTimeout description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." - go: - name: string - description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." protocol: {} - - &ref_779 + - &ref_724 type: duration apiVersions: - version: 2022-02-01-preview @@ -15385,11 +11065,8 @@ schemas: default: name: JobLimitsTimeout description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. - go: - name: string - description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. protocol: {} - - &ref_643 + - &ref_675 type: duration apiVersions: - version: 2022-02-01-preview @@ -15397,11 +11074,8 @@ schemas: default: name: ImageLimitSettingsTimeout description: AutoML job timeout. - go: - name: string - description: AutoML job timeout. protocol: {} - - &ref_681 + - &ref_697 type: duration apiVersions: - version: 2022-02-01-preview @@ -15409,11 +11083,8 @@ schemas: default: name: NlpVerticalLimitSettingsTimeout description: AutoML job timeout. - go: - name: string - description: AutoML job timeout. protocol: {} - - &ref_775 + - &ref_720 type: duration apiVersions: - version: 2022-02-01-preview @@ -15421,11 +11092,8 @@ schemas: default: name: SweepJobLimitsTrialTimeout description: Sweep Job Trial timeout value. - go: - name: string - description: Sweep Job Trial timeout value. protocol: {} - - &ref_341 + - &ref_327 type: duration apiVersions: - version: 2022-02-01-preview @@ -15434,12 +11102,9 @@ schemas: default: name: TargetUtilizationScaleSettingsPollingInterval description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. - go: - name: string - description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. protocol: {} uuids: - - &ref_78 + - &ref_76 type: uuid apiVersions: - version: '3.0' @@ -15447,11 +11112,8 @@ schemas: default: name: ManagedServiceIdentityPrincipalId description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. - go: - name: string - description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - &ref_79 + - &ref_77 type: uuid apiVersions: - version: '3.0' @@ -15459,13 +11121,10 @@ schemas: default: name: ManagedServiceIdentityTenantId description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. - go: - name: string - description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} + - *ref_53 - *ref_54 - - *ref_55 - - &ref_454 + - &ref_445 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15473,11 +11132,8 @@ schemas: default: name: CertificateDatastoreCredentialsClientId description: '[Required] Service principal client ID.' - go: - name: string - description: '[Required] Service principal client ID.' protocol: {} - - &ref_471 + - &ref_447 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15485,11 +11141,8 @@ schemas: default: name: CertificateDatastoreCredentialsTenantId description: '[Required] ID of the tenant to which the service principal belongs.' - go: - name: string - description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} - - &ref_812 + - &ref_753 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15501,11 +11154,8 @@ schemas: default: name: ManagedIdentityClientId description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. - go: - name: string - description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. protocol: {} - - &ref_813 + - &ref_754 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15517,11 +11167,8 @@ schemas: default: name: ManagedIdentityObjectId description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. - go: - name: string - description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. protocol: {} - - &ref_480 + - &ref_456 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15529,11 +11176,8 @@ schemas: default: name: ServicePrincipalDatastoreCredentialsClientId description: '[Required] Service principal client ID.' - go: - name: string - description: '[Required] Service principal client ID.' protocol: {} - - &ref_482 + - &ref_458 type: uuid apiVersions: - version: 2022-02-01-preview @@ -15541,118 +11185,84 @@ schemas: default: name: ServicePrincipalDatastoreCredentialsTenantId description: '[Required] ID of the tenant to which the service principal belongs.' - go: - name: string - description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} objects: - - &ref_1292 + - &ref_1212 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1206 + - schema: &ref_1126 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_63 + elementType: &ref_61 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_56 + - schema: *ref_55 serializedName: name - language: &ref_2656 + language: &ref_1765 default: name: name description: 'Operation name: {provider}/{resource}/{operation}' - go: - name: Name - description: 'Operation name: {provider}/{resource}/{operation}' protocol: {} - - schema: &ref_64 + - schema: &ref_62 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_57 + - schema: *ref_56 serializedName: provider - language: &ref_2658 + language: &ref_1767 default: name: provider description: 'The resource provider name: Microsoft.MachineLearningExperimentation' - go: - name: Provider - description: 'The resource provider name: Microsoft.MachineLearningExperimentation' protocol: {} - - schema: *ref_58 + - schema: *ref_57 serializedName: resource - language: &ref_2659 + language: &ref_1768 default: name: resource description: The resource on which the operation is performed. - go: - name: Resource - description: The resource on which the operation is performed. protocol: {} - - schema: *ref_59 + - schema: *ref_58 serializedName: operation - language: &ref_2660 + language: &ref_1769 default: name: operation description: The operation that users can perform. - go: - name: Operation - description: The operation that users can perform. protocol: {} - - schema: *ref_60 + - schema: *ref_59 serializedName: description language: default: name: description description: The description for the operation. - go: - name: Description - description: The description for the operation. protocol: {} serializationFormats: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_61 - anonymous: true language: default: name: AmlOperationDisplay description: Display name of operation namespace: '' - go: - name: AmlOperationDisplay - description: AmlOperationDisplay - Display name of operation - marshallingFormat: json - namespace: '' protocol: {} serializedName: display - extensions: - x-internal-autorest-anonymous-schema: *ref_61 - language: &ref_2657 + language: &ref_1766 default: name: display description: Display name of operation - go: - name: Display - description: Display name of operation protocol: {} - - schema: *ref_62 + - schema: *ref_60 serializedName: isDataAction language: default: name: isDataAction description: Indicates whether the operation applies to data-plane - go: - name: IsDataAction - description: Indicates whether the operation applies to data-plane protocol: {} serializationFormats: - json @@ -15663,11 +11273,6 @@ schemas: name: AmlOperation description: Azure Machine Learning workspace REST API operation namespace: '' - go: - name: AmlOperation - description: AmlOperation - Azure Machine Learning workspace REST API operation - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -15676,24 +11281,15 @@ schemas: default: name: AmlOperationListResultValue description: List of AML workspace operations supported by the AML workspace resource provider. - go: - name: '[]*AmlOperation' - description: List of AML workspace operations supported by the AML workspace resource provider. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value extensions: x-ms-identifiers: - name - language: &ref_2655 + language: &ref_1764 default: name: value description: List of AML workspace operations supported by the AML workspace resource provider. - go: - name: Value - description: List of AML workspace operations supported by the AML workspace resource provider. - byValue: true protocol: {} serializationFormats: - json @@ -15704,72 +11300,52 @@ schemas: name: AmlOperationListResult description: An array of operations supported by the resource provider. namespace: '' - go: - name: AmlOperationListResult - description: AmlOperationListResult - An array of operations supported by the resource provider. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_63 - - *ref_64 - - &ref_110 + - *ref_61 + - *ref_62 + - &ref_137 type: object apiVersions: - version: '3.0' properties: - - schema: &ref_68 + - schema: &ref_66 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_65 + - schema: *ref_63 readOnly: true serializedName: code language: default: name: code description: The error code. - go: - name: Code - description: READ-ONLY; The error code. protocol: {} - - schema: *ref_66 + - schema: *ref_64 readOnly: true serializedName: message language: default: name: message description: The error message. - go: - name: Message - description: READ-ONLY; The error message. protocol: {} - - schema: *ref_67 + - schema: *ref_65 readOnly: true serializedName: target language: default: name: target description: The error target. - go: - name: Target - description: READ-ONLY; The error target. protocol: {} - - schema: &ref_1207 + - schema: &ref_1127 type: array apiVersions: - version: '3.0' - elementType: *ref_68 + elementType: *ref_66 language: default: name: ErrorDetailDetails description: The error details. - go: - name: '[]*ErrorDetail' - description: The error details. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: details @@ -15777,45 +11353,31 @@ schemas: default: name: details description: The error details. - go: - name: Details - description: READ-ONLY; The error details. - byValue: true protocol: {} - - schema: &ref_1208 + - schema: &ref_1128 type: array apiVersions: - version: '3.0' - elementType: &ref_70 + elementType: &ref_68 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_69 + - schema: *ref_67 readOnly: true serializedName: type language: default: name: type description: The additional info type. - go: - name: Type - description: READ-ONLY; The additional info type. protocol: {} - schema: *ref_2 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info description: The additional info. - go: - name: Info - description: READ-ONLY; The additional info. - byValue: true protocol: {} serializationFormats: - json @@ -15828,21 +11390,11 @@ schemas: name: ErrorAdditionalInfo description: The resource management error additional info. namespace: '' - go: - name: ErrorAdditionalInfo - description: ErrorAdditionalInfo - The resource management error additional info. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ErrorDetailAdditionalInfo description: The error additional info. - go: - name: '[]*ErrorAdditionalInfo' - description: The error additional info. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: additionalInfo @@ -15850,10 +11402,6 @@ schemas: default: name: additionalInfo description: The error additional info. - go: - name: AdditionalInfo - description: READ-ONLY; The error additional info. - byValue: true protocol: {} serializationFormats: - json @@ -15866,21 +11414,12 @@ schemas: name: ErrorDetail description: The error detail. namespace: '' - go: - name: ErrorDetail - description: ErrorDetail - The error detail. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: error language: default: name: error description: The error object. - go: - name: Error - description: The error object. protocol: {} serializationFormats: - json @@ -15895,68 +11434,56 @@ schemas: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). namespace: '' summary: Error response - go: - name: ErrorResponse - description: ErrorResponse - Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). - marshallingFormat: json - namespace: '' - summary: Error response protocol: {} + - *ref_66 - *ref_68 - - *ref_70 - - &ref_89 + - &ref_87 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_71 + - &ref_69 type: object apiVersions: - version: '3.0' children: all: - - &ref_846 + - &ref_773 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_907 + - schema: &ref_834 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_908 + - schema: &ref_835 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_72 + - schema: *ref_70 readOnly: true serializedName: id - language: &ref_2692 + language: &ref_1801 default: name: id description: The ARM identifier for Private Endpoint - go: - name: ID - description: READ-ONLY; The ARM identifier for Private Endpoint protocol: {} - - schema: *ref_73 + - schema: *ref_71 readOnly: true serializedName: subnetArmId language: default: name: subnetArmId description: The ARM identifier for Subnet resource that private endpoint links to - go: - name: SubnetArmID - description: READ-ONLY; The ARM identifier for Subnet resource that private endpoint links to protocol: {} serializationFormats: - json @@ -15968,56 +11495,39 @@ schemas: name: PrivateEndpoint description: The Private Endpoint resource. namespace: '' - go: - name: PrivateEndpoint - description: PrivateEndpoint - The Private Endpoint resource. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: privateEndpoint - language: &ref_2691 + language: &ref_1800 default: name: privateEndpoint description: The resource of private end point. - go: - name: PrivateEndpoint - description: The resource of private end point. protocol: {} - - schema: &ref_909 + - schema: &ref_836 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_74 + - schema: *ref_72 serializedName: status - language: &ref_2694 + language: &ref_1803 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - - schema: *ref_75 + - schema: *ref_73 serializedName: description - language: &ref_2695 + language: &ref_1804 default: name: description description: The reason for approval/rejection of the connection. - go: - name: Description - description: The reason for approval/rejection of the connection. protocol: {} - - schema: *ref_76 + - schema: *ref_74 serializedName: actionsRequired - language: &ref_2696 + language: &ref_1805 default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: ActionsRequired - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} serializationFormats: - json @@ -16029,33 +11539,22 @@ schemas: name: PrivateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. namespace: '' - go: - name: PrivateLinkServiceConnectionState - description: PrivateLinkServiceConnectionState - A collection of information about the state of the connection between service consumer and provider. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: privateLinkServiceConnectionState - language: &ref_2693 + language: &ref_1802 default: name: privateLinkServiceConnectionState description: A collection of information about the state of the connection between service consumer and provider. - go: - name: PrivateLinkServiceConnectionState - description: REQUIRED; A collection of information about the state of the connection between service consumer and provider. protocol: {} - - schema: *ref_77 + - schema: *ref_75 readOnly: true required: false serializedName: provisioningState - language: &ref_2697 + language: &ref_1806 default: name: provisioningState description: The provisioning state of the private endpoint connection resource. - go: - name: ProvisioningState - description: READ-ONLY; The provisioning state of the private endpoint connection resource. protocol: {} serializationFormats: - json @@ -16067,79 +11566,55 @@ schemas: name: PrivateEndpointConnectionProperties description: Properties of the PrivateEndpointConnectProperties. namespace: '' - go: - name: PrivateEndpointConnectionProperties - description: PrivateEndpointConnectionProperties - Properties of the PrivateEndpointConnectProperties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2690 + language: &ref_1799 default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} - - schema: &ref_276 + - schema: &ref_264 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_78 + - schema: *ref_76 readOnly: true required: false serializedName: principalId - language: &ref_2710 + language: &ref_1819 default: name: principalId description: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. - go: - name: PrincipalID - description: READ-ONLY; The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - schema: *ref_79 + - schema: *ref_77 readOnly: true required: false serializedName: tenantId - language: &ref_2711 + language: &ref_1820 default: name: tenantId description: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. - go: - name: TenantID - description: READ-ONLY; The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. protocol: {} - - schema: *ref_80 + - schema: *ref_78 required: true serializedName: type - language: &ref_2712 + language: &ref_1821 default: name: type description: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - go: - name: Type - description: REQUIRED; Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). protocol: {} - - schema: *ref_81 + - schema: *ref_79 required: false serializedName: userAssignedIdentities - language: &ref_2713 + language: &ref_1822 default: name: userAssignedIdentities description: >- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. - go: - name: UserAssignedIdentities - description: |- - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in - requests. - byValue: true protocol: {} serializationFormats: - json @@ -16151,105 +11626,71 @@ schemas: name: ManagedServiceIdentity description: Managed service identity (system assigned and/or user assigned identities) namespace: '' - go: - name: ManagedServiceIdentity - description: ManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities) - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: *ref_82 + - schema: *ref_80 serializedName: location language: default: name: location description: Specifies the location of the resource. - go: - name: Location - description: Specifies the location of the resource. protocol: {} - - schema: *ref_83 + - schema: *ref_81 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Contains resource tags defined as key/value pairs. - go: - name: Tags - description: Contains resource tags defined as key/value pairs. - byValue: true protocol: {} - - schema: &ref_279 + - schema: &ref_267 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_84 + - schema: *ref_82 required: true serializedName: name - language: &ref_3128 + language: &ref_2237 default: name: name description: The name of the SKU. Ex - P3. It is typically a letter+number code - go: - name: Name - description: REQUIRED; The name of the SKU. Ex - P3. It is typically a letter+number code protocol: {} - - schema: *ref_85 + - schema: *ref_83 required: false serializedName: tier - language: &ref_3129 + language: &ref_2238 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - go: - name: Tier - description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. protocol: {} - - schema: *ref_86 + - schema: *ref_84 required: false serializedName: size - language: &ref_3130 + language: &ref_2239 default: name: size description: 'The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. ' - go: - name: Size - description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - schema: *ref_87 + - schema: *ref_85 required: false serializedName: family - language: &ref_3131 + language: &ref_2240 default: name: family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. - go: - name: Family - description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - schema: *ref_88 + - schema: *ref_86 required: false serializedName: capacity - language: &ref_3132 + language: &ref_2241 default: name: capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. - go: - name: Capacity - description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} serializationFormats: - json @@ -16261,20 +11702,12 @@ schemas: name: Sku description: The resource model definition representing SKU namespace: '' - go: - name: SKU - description: SKU - The resource model definition representing SKU - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} serializationFormats: - json @@ -16286,2356 +11719,499 @@ schemas: name: PrivateEndpointConnection description: The Private Endpoint Connection resource. namespace: '' - go: - name: PrivateEndpointConnection - description: PrivateEndpointConnection - The Private Endpoint Connection resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_89 - - &ref_90 + - *ref_87 + - &ref_88 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 - - &ref_275 + - *ref_69 + - &ref_263 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_90 + - *ref_88 immediate: - - *ref_90 + - *ref_88 properties: - - schema: + - schema: &ref_89 type: object - children: &ref_91 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_92 + - &ref_90 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeAKS + discriminatorValue: AKS parents: all: - - &ref_93 + - *ref_89 + - &ref_110 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_91 - discriminator: &ref_273 + children: all: - AKS: *ref_92 - AmlCompute: &ref_94 + - *ref_90 + immediate: + - *ref_90 + properties: + - schema: &ref_1076 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeAmlCompute - parents: - all: - - *ref_93 - - &ref_121 - type: object + properties: + - schema: *ref_91 + serializedName: clusterFqdn + language: + default: + name: clusterFqdn + description: Cluster full qualified domain name + protocol: {} + - schema: &ref_1179 + type: array apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_94 - immediate: - - *ref_94 - properties: - - schema: &ref_1163 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_95 - serializedName: osType - language: &ref_2915 - default: - name: osType - description: Compute OS Type - go: - name: OSType - description: Compute OS Type - protocol: {} - - schema: *ref_96 - serializedName: vmSize - language: &ref_2916 - default: - name: vmSize - description: Virtual Machine Size - go: - name: VMSize - description: Virtual Machine Size - protocol: {} - - schema: *ref_97 - serializedName: vmPriority - language: &ref_2917 - default: - name: vmPriority - description: Virtual Machine priority - go: - name: VMPriority - description: Virtual Machine priority - protocol: {} - - schema: &ref_1164 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_98 - required: true - serializedName: id - language: &ref_2989 - default: - name: id - description: Virtual Machine image path - go: - name: ID - description: REQUIRED; Virtual Machine image path - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: VirtualMachineImage - description: Virtual Machine image for Windows AML Compute - namespace: '' - go: - name: VirtualMachineImage - description: VirtualMachineImage - Virtual Machine image for Windows AML Compute - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: virtualMachineImage - language: &ref_2918 - default: - name: virtualMachineImage - description: Virtual Machine image for AML Compute - windows only - go: - name: VirtualMachineImage - description: Virtual Machine image for AML Compute - windows only - protocol: {} - - schema: *ref_99 - serializedName: isolatedNetwork - language: &ref_2919 - default: - name: isolatedNetwork - description: Network is isolated or not - go: - name: IsolatedNetwork - description: Network is isolated or not - protocol: {} - - schema: &ref_1006 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_100 - required: true - serializedName: maxNodeCount - language: &ref_2921 - default: - name: maxNodeCount - description: Max number of nodes to use - go: - name: MaxNodeCount - description: REQUIRED; Max number of nodes to use - protocol: {} - - schema: *ref_101 - required: false - serializedName: minNodeCount - language: &ref_2922 - default: - name: minNodeCount - description: Min number of nodes to use - go: - name: MinNodeCount - description: Min number of nodes to use - protocol: {} - - schema: *ref_102 - required: false - serializedName: nodeIdleTimeBeforeScaleDown - language: &ref_2923 - default: - name: nodeIdleTimeBeforeScaleDown - description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. - go: - name: NodeIdleTimeBeforeScaleDown - description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ScaleSettings - description: scale settings for AML Compute - namespace: '' - go: - name: ScaleSettings - description: ScaleSettings - scale settings for AML Compute - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: scaleSettings - language: &ref_2920 - default: - name: scaleSettings - description: Scale settings for AML Compute - go: - name: ScaleSettings - description: Scale settings for AML Compute - protocol: {} - - schema: &ref_1165 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_103 - required: true - serializedName: adminUserName - language: - default: - name: adminUserName - description: Name of the administrator user account which can be used to SSH to nodes. - go: - name: AdminUserName - description: REQUIRED; Name of the administrator user account which can be used to SSH to nodes. - protocol: {} - - schema: *ref_104 - required: false - serializedName: adminUserSshPublicKey - language: - default: - name: adminUserSshPublicKey - description: SSH public key of the administrator user account. - go: - name: AdminUserSSHPublicKey - description: SSH public key of the administrator user account. - protocol: {} - - schema: *ref_105 - required: false - serializedName: adminUserPassword - language: - default: - name: adminUserPassword - description: Password of the administrator user account. - go: - name: AdminUserPassword - description: Password of the administrator user account. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: UserAccountCredentials - description: Settings for user account that gets created on each on the nodes of a compute. - namespace: '' - go: - name: UserAccountCredentials - description: UserAccountCredentials - Settings for user account that gets created on each on the nodes of a compute. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: userAccountCredentials - language: - default: - name: userAccountCredentials - description: Credentials for an administrator user account that will be created on each compute node. - go: - name: UserAccountCredentials - description: Credentials for an administrator user account that will be created on each compute node. - protocol: {} - - schema: &ref_124 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_106 - required: true - serializedName: id - language: &ref_2925 - default: - name: id - description: The ID of the resource - go: - name: ID - description: REQUIRED; The ID of the resource - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-azure-resource: true - language: - default: - name: ResourceId - description: Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. - namespace: '' - go: - name: ResourceID - description: ResourceID - Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: subnet - extensions: - x-ms-azure-resource: true - x-nullable: true - language: &ref_2924 - default: - name: subnet - description: Virtual network subnet resource ID the compute nodes belong to. - go: - name: Subnet - description: Virtual network subnet resource ID the compute nodes belong to. - protocol: {} - - schema: *ref_107 - serializedName: remoteLoginPortPublicAccess - language: &ref_2926 - default: - name: remoteLoginPortPublicAccess - description: >- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the - public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is - open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. - go: - name: RemoteLoginPortPublicAccess - description: >- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the - public ssh port is open on all - - nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be - default only during cluster - - creation time, after creation it will be either enabled or disabled. - protocol: {} - - schema: *ref_108 - readOnly: true - serializedName: allocationState - language: &ref_2927 - default: - name: allocationState - description: >- - Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the - compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. - resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. - go: - name: AllocationState - description: >- - READ-ONLY; Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes - in the compute in progress. A compute - - enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the - compute is resizing; that is, - - compute nodes are being added to or removed from the compute. - protocol: {} - - schema: *ref_109 - readOnly: true - serializedName: allocationStateTransitionTime - language: &ref_2928 - default: - name: allocationStateTransitionTime - description: The time at which the compute entered its current allocation state. - go: - name: AllocationStateTransitionTime - description: READ-ONLY; The time at which the compute entered its current allocation state. - protocol: {} - - schema: &ref_1260 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_110 - summary: Errors. - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: AmlComputePropertiesErrors - description: Collection of errors encountered by various compute nodes during node setup. - go: - name: '[]*ErrorResponse' - description: Collection of errors encountered by various compute nodes during node setup. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: errors - extensions: - x-ms-identifiers: - - /error/code - language: &ref_2929 - default: - name: errors - description: Collection of errors encountered by various compute nodes during node setup. - go: - name: Errors - description: READ-ONLY; Collection of errors encountered by various compute nodes during node setup. - byValue: true - protocol: {} - - schema: *ref_111 - readOnly: true - serializedName: currentNodeCount - language: &ref_2930 - default: - name: currentNodeCount - description: The number of compute nodes currently assigned to the compute. - go: - name: CurrentNodeCount - description: READ-ONLY; The number of compute nodes currently assigned to the compute. - protocol: {} - - schema: *ref_112 - readOnly: true - serializedName: targetNodeCount - language: &ref_2931 - default: - name: targetNodeCount - description: >- - The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If - the allocationState is steady, this property denotes the target node count for the previous resize operation. - go: - name: TargetNodeCount - description: >- - READ-ONLY; The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize - operation. If the allocationState is steady, - - this property denotes the target node count for the previous resize operation. - protocol: {} - - schema: &ref_1166 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_113 - readOnly: true - serializedName: idleNodeCount - language: &ref_2933 - default: - name: idleNodeCount - description: Number of compute nodes in idle state. - go: - name: IdleNodeCount - description: READ-ONLY; Number of compute nodes in idle state. - protocol: {} - - schema: *ref_114 - readOnly: true - serializedName: runningNodeCount - language: &ref_2934 - default: - name: runningNodeCount - description: Number of compute nodes which are running jobs. - go: - name: RunningNodeCount - description: READ-ONLY; Number of compute nodes which are running jobs. - protocol: {} - - schema: *ref_115 - readOnly: true - serializedName: preparingNodeCount - language: &ref_2935 - default: - name: preparingNodeCount - description: Number of compute nodes which are being prepared. - go: - name: PreparingNodeCount - description: READ-ONLY; Number of compute nodes which are being prepared. - protocol: {} - - schema: *ref_116 - readOnly: true - serializedName: unusableNodeCount - language: &ref_2936 - default: - name: unusableNodeCount - description: Number of compute nodes which are in unusable state. - go: - name: UnusableNodeCount - description: READ-ONLY; Number of compute nodes which are in unusable state. - protocol: {} - - schema: *ref_117 - readOnly: true - serializedName: leavingNodeCount - language: &ref_2937 - default: - name: leavingNodeCount - description: Number of compute nodes which are leaving the amlCompute. - go: - name: LeavingNodeCount - description: READ-ONLY; Number of compute nodes which are leaving the amlCompute. - protocol: {} - - schema: *ref_118 - readOnly: true - serializedName: preemptedNodeCount - language: &ref_2938 - default: - name: preemptedNodeCount - description: Number of compute nodes which are in preempted state. - go: - name: PreemptedNodeCount - description: READ-ONLY; Number of compute nodes which are in preempted state. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NodeStateCounts - description: Counts of various compute node states on the amlCompute. - namespace: '' - go: - name: NodeStateCounts - description: NodeStateCounts - Counts of various compute node states on the amlCompute. - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: nodeStateCounts - language: &ref_2932 - default: - name: nodeStateCounts - description: Counts of various node states on the compute. - go: - name: NodeStateCounts - description: READ-ONLY; Counts of various node states on the compute. - protocol: {} - - schema: *ref_119 - serializedName: enableNodePublicIp - language: &ref_2939 - default: - name: enableNodePublicIp - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. - false - Indicates that the compute nodes will have a private endpoint and no public IPs. - go: - name: EnableNodePublicIP - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. - false - Indicates that the - - compute nodes will have a private endpoint and no public IPs. - protocol: {} - - schema: *ref_120 - serializedName: propertyBag - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: propertyBag - description: A property bag containing additional properties. - go: - name: PropertyBag - description: A property bag containing additional properties. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input + elementType: &ref_1077 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_92 + readOnly: true + serializedName: systemServiceType language: default: - name: AmlComputeProperties - description: AML Compute properties - namespace: '' - go: - name: AmlComputeProperties - description: AmlComputeProperties - AML Compute properties - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true + name: systemServiceType + description: The type of this system service. + protocol: {} + - schema: *ref_93 + readOnly: true + serializedName: publicIpAddress + language: + default: + name: publicIpAddress + description: Public IP address + protocol: {} + - schema: *ref_94 + readOnly: true + serializedName: version + language: + default: + name: version + description: The version for this type. protocol: {} - serializedName: properties - language: &ref_2914 + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: SystemService + description: A system service running on a compute. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: + - publicIpAddress + language: + default: + name: AKSSchemaPropertiesSystemServices + description: System services + protocol: {} + readOnly: true + serializedName: systemServices + extensions: + x-ms-identifiers: + - publicIpAddress + language: + default: + name: systemServices + description: System services + protocol: {} + - schema: *ref_95 + serializedName: agentCount + language: &ref_2107 + default: + name: agentCount + description: Number of agents + protocol: {} + - schema: *ref_96 + serializedName: agentVmSize + language: + default: + name: agentVmSize + description: Agent virtual machine size + protocol: {} + - schema: *ref_97 + serializedName: clusterPurpose + language: + default: + name: clusterPurpose + description: Intended usage of the cluster + protocol: {} + - schema: &ref_1078 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_98 + serializedName: status + language: + default: + name: status + description: Enable or disable ssl for scoring + protocol: {} + - schema: *ref_99 + serializedName: cert + language: + default: + name: cert + description: Cert data + protocol: {} + - schema: *ref_100 + serializedName: key + language: + default: + name: key + description: Key data + protocol: {} + - schema: *ref_101 + serializedName: cname + language: + default: + name: cname + description: CNAME of the cert + protocol: {} + - schema: *ref_102 + serializedName: leafDomainLabel + language: + default: + name: leafDomainLabel + description: Leaf domain label of public endpoint + protocol: {} + - schema: *ref_103 + serializedName: overwriteExistingDomain + language: default: - name: properties - description: Properties of AmlCompute - go: - name: Properties - description: Properties of AmlCompute + name: overwriteExistingDomain + description: Indicates whether to overwrite existing domain label. protocol: {} serializationFormats: - json usage: - output - input - language: &ref_2913 + language: default: - name: AmlComputeSchema - description: Properties(top level) of AmlCompute + name: SslConfiguration + description: The ssl configuration for scoring namespace: '' - go: - name: AmlComputeSchema - description: AmlComputeSchema - Properties(top level) of AmlCompute - marshallingFormat: json + protocol: {} + serializedName: sslConfiguration + language: + default: + name: sslConfiguration + description: SSL configuration + protocol: {} + - schema: &ref_1079 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_104 + serializedName: subnetId + language: + default: + name: subnetId + description: Virtual network subnet resource ID the compute nodes belong to + protocol: {} + - schema: *ref_105 + serializedName: serviceCidr + language: + default: + name: serviceCidr + description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. + protocol: {} + - schema: *ref_106 + serializedName: dnsServiceIP + language: + default: + name: dnsServiceIP + description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. + protocol: {} + - schema: *ref_107 + serializedName: dockerBridgeCidr + language: + default: + name: dockerBridgeCidr + description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: AksNetworkingConfiguration + description: Advance configuration for AKS networking namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_121 + serializedName: aksNetworkingConfiguration + language: + default: + name: aksNetworkingConfiguration + description: AKS networking configuration for vnet + protocol: {} + - schema: *ref_108 + serializedName: loadBalancerType + language: + default: + name: loadBalancerType + description: Load Balancer Type + protocol: {} + - schema: *ref_109 + serializedName: loadBalancerSubnet + language: + default: + name: loadBalancerSubnet + description: Load Balancer Subnet + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: AmlCompute language: default: - name: AmlCompute - description: An Azure Machine Learning compute. - namespace: '' - go: - name: AmlCompute - description: AmlCompute - An Azure Machine Learning compute. - marshallingFormat: json + name: AKSSchemaProperties + description: AKS properties namespace: '' protocol: {} - ComputeInstance: &ref_122 + serializedName: properties + language: &ref_2106 + default: + name: properties + description: AKS properties + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2105 + default: + name: AKSSchema + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_110 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AKS + language: + default: + name: AKS + description: A Machine Learning compute based on AKS. + namespace: '' + protocol: {} + - &ref_111 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Kubernetes + parents: + all: + - *ref_89 + - &ref_120 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_111 + immediate: + - *ref_111 + properties: + - schema: &ref_1080 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeComputeInstance - parents: - all: - - *ref_93 - - &ref_191 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_122 - immediate: - - *ref_122 - properties: - - schema: &ref_1167 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_123 - serializedName: vmSize - language: &ref_2957 - default: - name: vmSize - description: Virtual Machine Size - go: - name: VMSize - description: Virtual Machine Size - protocol: {} - - schema: *ref_124 - serializedName: subnet - extensions: - x-ms-azure-resource: true - language: &ref_2958 - default: - name: subnet - description: Virtual network subnet resource ID the compute nodes belong to. - go: - name: Subnet - description: Virtual network subnet resource ID the compute nodes belong to. - protocol: {} - - schema: *ref_125 - serializedName: applicationSharingPolicy - language: &ref_2959 - default: - name: applicationSharingPolicy - description: >- - Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. - When Shared, any workspace user can access applications on this instance depending on his/her assigned role. - go: - name: ApplicationSharingPolicy - description: >- - Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. - When Shared, any workspace - - user can access applications on this instance depending on his/her assigned role. - protocol: {} - - schema: &ref_1168 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_126 - serializedName: sshPublicAccess - language: &ref_2961 - default: - name: sshPublicAccess - description: >- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh - port is open and accessible according to the VNet/subnet policy if applicable. - go: - name: SSHPublicAccess - description: >- - State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh - port is open and accessible - - according to the VNet/subnet policy if applicable. - protocol: {} - - schema: *ref_127 - readOnly: true - serializedName: adminUserName - language: &ref_2962 - default: - name: adminUserName - description: Describes the admin user name. - go: - name: AdminUserName - description: READ-ONLY; Describes the admin user name. - protocol: {} - - schema: *ref_128 - readOnly: true - serializedName: sshPort - language: &ref_2963 - default: - name: sshPort - description: Describes the port for connecting through SSH. - go: - name: SSHPort - description: READ-ONLY; Describes the port for connecting through SSH. - protocol: {} - - schema: *ref_129 - serializedName: adminPublicKey - language: - default: - name: adminPublicKey - description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. - go: - name: AdminPublicKey - description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceSshSettings - description: Specifies policy and settings for SSH access. - namespace: '' - go: - name: ComputeInstanceSSHSettings - description: ComputeInstanceSSHSettings - Specifies policy and settings for SSH access. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: sshSettings - language: &ref_2960 - default: - name: sshSettings - description: Specifies policy and settings for SSH access. - go: - name: SSHSettings - description: Specifies policy and settings for SSH access. - protocol: {} - - schema: &ref_1169 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_130 - readOnly: true - serializedName: publicIpAddress - language: &ref_2965 - default: - name: publicIpAddress - description: Public IP Address of this ComputeInstance. - go: - name: PublicIPAddress - description: READ-ONLY; Public IP Address of this ComputeInstance. - protocol: {} - - schema: *ref_131 - readOnly: true - serializedName: privateIpAddress - language: &ref_2966 - default: - name: privateIpAddress - description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). - go: - name: PrivateIPAddress - description: READ-ONLY; Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceConnectivityEndpoints - description: Defines all connectivity endpoints and properties for an ComputeInstance. - namespace: '' - go: - name: ComputeInstanceConnectivityEndpoints - description: ComputeInstanceConnectivityEndpoints - Defines all connectivity endpoints and properties for an ComputeInstance. - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: connectivityEndpoints - language: &ref_2964 - default: - name: connectivityEndpoints - description: Describes all connectivity endpoints available for this ComputeInstance. - go: - name: ConnectivityEndpoints - description: READ-ONLY; Describes all connectivity endpoints available for this ComputeInstance. - protocol: {} - - schema: &ref_1261 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1170 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_132 - serializedName: displayName - language: &ref_2968 - default: - name: displayName - description: Name of the ComputeInstance application. - go: - name: DisplayName - description: Name of the ComputeInstance application. - protocol: {} - - schema: *ref_133 - serializedName: endpointUri - language: &ref_2969 - default: - name: endpointUri - description: Application' endpoint URI. - go: - name: EndpointURI - description: Application' endpoint URI. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceApplication - description: Defines an Aml Instance application and its connectivity endpoint URI. - namespace: '' - go: - name: ComputeInstanceApplication - description: ComputeInstanceApplication - Defines an Aml Instance application and its connectivity endpoint URI. - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: - - displayName - language: - default: - name: ComputeInstancePropertiesApplications - description: Describes available applications and their endpoints on this ComputeInstance. - go: - name: '[]*ComputeInstanceApplication' - description: Describes available applications and their endpoints on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: applications - extensions: - x-ms-identifiers: - - displayName - language: &ref_2967 - default: - name: applications - description: Describes available applications and their endpoints on this ComputeInstance. - go: - name: Applications - description: READ-ONLY; Describes available applications and their endpoints on this ComputeInstance. - byValue: true - protocol: {} - - schema: &ref_1171 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_134 - readOnly: true - serializedName: userName - language: &ref_2971 - default: - name: userName - description: Name of the user. - go: - name: UserName - description: READ-ONLY; Name of the user. - protocol: {} - - schema: *ref_135 - readOnly: true - serializedName: userOrgId - language: &ref_2972 - default: - name: userOrgId - description: Uniquely identifies user' Azure Active Directory organization. - go: - name: UserOrgID - description: READ-ONLY; Uniquely identifies user' Azure Active Directory organization. - protocol: {} - - schema: *ref_136 - readOnly: true - serializedName: userId - language: &ref_2973 - default: - name: userId - description: Uniquely identifies the user within his/her organization. - go: - name: UserID - description: READ-ONLY; Uniquely identifies the user within his/her organization. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceCreatedBy - description: Describes information on user who created this ComputeInstance. - namespace: '' - go: - name: ComputeInstanceCreatedBy - description: ComputeInstanceCreatedBy - Describes information on user who created this ComputeInstance. - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: createdBy - language: &ref_2970 - default: - name: createdBy - description: Describes information on user who created this ComputeInstance. - go: - name: CreatedBy - description: READ-ONLY; Describes information on user who created this ComputeInstance. - protocol: {} - - schema: &ref_1262 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_110 - summary: Errors. - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: ComputeInstancePropertiesErrors - description: Collection of errors encountered on this ComputeInstance. - go: - name: '[]*ErrorResponse' - description: Collection of errors encountered on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: errors - extensions: - x-ms-identifiers: - - /error/code - language: &ref_2974 - default: - name: errors - description: Collection of errors encountered on this ComputeInstance. - go: - name: Errors - description: READ-ONLY; Collection of errors encountered on this ComputeInstance. - byValue: true - protocol: {} - - schema: *ref_137 - readOnly: true - serializedName: state - language: &ref_2975 - default: - name: state - description: The current state of this ComputeInstance. - go: - name: State - description: READ-ONLY; The current state of this ComputeInstance. - protocol: {} - - schema: *ref_138 - serializedName: computeInstanceAuthorizationType - language: &ref_2976 - default: - name: computeInstanceAuthorizationType - description: The Compute Instance Authorization type. Available values are personal (default). - go: - name: ComputeInstanceAuthorizationType - description: The Compute Instance Authorization type. Available values are personal (default). - protocol: {} - - schema: &ref_1172 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_1173 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_139 - required: true - serializedName: objectId - language: &ref_2979 - default: - name: objectId - description: User’s AAD Object Id. - go: - name: ObjectID - description: REQUIRED; User’s AAD Object Id. - protocol: {} - - schema: *ref_140 - required: true - serializedName: tenantId - language: &ref_2980 - default: - name: tenantId - description: User’s AAD Tenant Id. - go: - name: TenantID - description: REQUIRED; User’s AAD Tenant Id. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: AssignedUser - description: A user that can be assigned to a compute instance. - namespace: '' - go: - name: AssignedUser - description: AssignedUser - A user that can be assigned to a compute instance. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: assignedUser - language: &ref_2978 - default: - name: assignedUser - description: A user explicitly assigned to a personal compute instance. - go: - name: AssignedUser - description: A user explicitly assigned to a personal compute instance. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: PersonalComputeInstanceSettings - description: Settings for a personal compute instance. - namespace: '' - go: - name: PersonalComputeInstanceSettings - description: PersonalComputeInstanceSettings - Settings for a personal compute instance. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: personalComputeInstanceSettings - language: &ref_2977 - default: - name: personalComputeInstanceSettings - description: Settings for a personal compute instance. - go: - name: PersonalComputeInstanceSettings - description: Settings for a personal compute instance. - protocol: {} - - schema: &ref_1174 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_1175 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_145 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_141 - serializedName: scriptSource - language: - default: - name: scriptSource - description: 'The storage source of the script: inline, workspace.' - go: - name: ScriptSource - description: 'The storage source of the script: inline, workspace.' - protocol: {} - - schema: *ref_142 - serializedName: scriptData - language: - default: - name: scriptData - description: The location of scripts in the mounted volume. - go: - name: ScriptData - description: The location of scripts in the mounted volume. - protocol: {} - - schema: *ref_143 - serializedName: scriptArguments - language: - default: - name: scriptArguments - description: Optional command line arguments passed to the script to run. - go: - name: ScriptArguments - description: Optional command line arguments passed to the script to run. - protocol: {} - - schema: *ref_144 - serializedName: timeout - language: - default: - name: timeout - description: Optional time period passed to timeout command. - go: - name: Timeout - description: Optional time period passed to timeout command. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ScriptReference - description: Script reference - namespace: '' - go: - name: ScriptReference - description: ScriptReference - Script reference - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: startupScript - language: - default: - name: startupScript - description: Script that's run every time the machine starts. - go: - name: StartupScript - description: Script that's run every time the machine starts. - protocol: {} - - schema: *ref_145 - serializedName: creationScript - language: - default: - name: creationScript - description: Script that's run only once during provision of the compute. - go: - name: CreationScript - description: Script that's run only once during provision of the compute. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ScriptsToExecute - description: Customized setup scripts - namespace: '' - go: - name: ScriptsToExecute - description: ScriptsToExecute - Customized setup scripts - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: scripts - language: - default: - name: scripts - description: Customized setup scripts - go: - name: Scripts - description: Customized setup scripts - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: SetupScripts - description: Details of customized scripts to execute for setting up the cluster. - namespace: '' - go: - name: SetupScripts - description: SetupScripts - Details of customized scripts to execute for setting up the cluster. - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: setupScripts - language: - default: - name: setupScripts - description: Details of customized scripts to execute for setting up the cluster. - go: - name: SetupScripts - description: Details of customized scripts to execute for setting up the cluster. - protocol: {} - - schema: &ref_1176 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_146 - serializedName: operationName - language: - default: - name: operationName - description: Name of the last operation. - go: - name: OperationName - description: Name of the last operation. - protocol: {} - - schema: *ref_147 - serializedName: operationTime - language: - default: - name: operationTime - description: Time of the last operation. - go: - name: OperationTime - description: Time of the last operation. - protocol: {} - - schema: *ref_148 - serializedName: operationStatus - language: - default: - name: operationStatus - description: Operation status. - go: - name: OperationStatus - description: Operation status. - protocol: {} - - schema: *ref_149 - serializedName: operationTrigger - language: - default: - name: operationTrigger - description: Trigger of operation. - go: - name: OperationTrigger - description: Trigger of operation. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceLastOperation - description: The last operation on ComputeInstance. - namespace: '' - go: - name: ComputeInstanceLastOperation - description: ComputeInstanceLastOperation - The last operation on ComputeInstance. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true - protocol: {} - readOnly: true - serializedName: lastOperation - language: - default: - name: lastOperation - description: The last operation on ComputeInstance. - go: - name: LastOperation - description: READ-ONLY; The last operation on ComputeInstance. - protocol: {} - - schema: &ref_1177 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_1263 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1178 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_150 - readOnly: true - serializedName: id - language: - default: - name: id - description: Schedule id. - go: - name: ID - description: READ-ONLY; Schedule id. - protocol: {} - - schema: *ref_151 - readOnly: true - serializedName: provisioningStatus - language: - default: - name: provisioningStatus - description: The current deployment state of schedule. - go: - name: ProvisioningStatus - description: READ-ONLY; The current deployment state of schedule. - protocol: {} - - schema: *ref_152 - serializedName: action - language: - default: - name: action - description: The compute power action. - go: - name: Action - description: The compute power action. - protocol: {} - - schema: &ref_822 - type: object - children: &ref_153 - all: - - &ref_154 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ScheduleTypeCron - parents: - all: - - &ref_155 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_153 - discriminator: &ref_168 - all: - Cron: *ref_154 - Recurrence: &ref_160 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ScheduleTypeRecurrence - parents: - all: - - *ref_155 - immediate: - - *ref_155 - properties: - - schema: *ref_156 - required: true - serializedName: frequency - language: - default: - name: frequency - description: '[Required] Specifies frequency with with which to trigger schedule' - go: - name: Frequency - description: REQUIRED; [Required] Specifies frequency with with which to trigger schedule - protocol: {} - - schema: *ref_157 - required: true - serializedName: interval - language: - default: - name: interval - description: '[Required] Specifies schedule interval in conjunction with frequency' - go: - name: Interval - description: REQUIRED; [Required] Specifies schedule interval in conjunction with frequency - protocol: {} - - schema: &ref_1204 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_1282 - type: array - elementType: *ref_158 - language: - default: - name: ArrayOfArrayItemschema - description: '[Required] List of hours for recurrence schedule pattern' - go: - name: '[]*int32' - description: '[Required] List of hours for recurrence schedule pattern' - elementIsPtr: true - marshallingFormat: json - protocol: {} - required: true - serializedName: hours - language: - default: - name: hours - description: '[Required] List of hours for recurrence schedule pattern' - go: - name: Hours - description: REQUIRED; [Required] List of hours for recurrence schedule pattern - byValue: true - protocol: {} - - schema: &ref_1283 - type: array - elementType: *ref_158 - language: - default: - name: ArrayOfArrayItemschema - description: '[Required] List of minutes for recurrence schedule pattern' - go: - name: '[]*int32' - description: '[Required] List of minutes for recurrence schedule pattern' - elementIsPtr: true - marshallingFormat: json - protocol: {} - required: true - serializedName: minutes - language: - default: - name: minutes - description: '[Required] List of minutes for recurrence schedule pattern' - go: - name: Minutes - description: REQUIRED; [Required] List of minutes for recurrence schedule pattern - byValue: true - protocol: {} - - schema: &ref_1284 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_159 - language: - default: - name: RecurrencePatternWeekdays - description: List of weekdays for recurrence schedule pattern - go: - name: '[]*Weekday' - description: List of weekdays for recurrence schedule pattern - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - required: false - serializedName: weekdays - language: - default: - name: weekdays - description: List of weekdays for recurrence schedule pattern - go: - name: Weekdays - description: List of weekdays for recurrence schedule pattern - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: RecurrencePattern - description: Recurrence schedule pattern definition - namespace: '' - go: - name: RecurrencePattern - description: RecurrencePattern - Recurrence schedule pattern definition - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - required: false - serializedName: pattern - extensions: - x-nullable: true - language: - default: - name: pattern - description: Specifies the recurrence schedule pattern - go: - name: Pattern - description: Specifies the recurrence schedule pattern - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Recurrence - language: - default: - name: RecurrenceSchedule - description: Recurrence schedule definition - namespace: '' - go: - name: RecurrenceSchedule - description: RecurrenceSchedule - Recurrence schedule definition - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Cron: *ref_154 - Recurrence: *ref_160 - property: &ref_164 - schema: *ref_161 - isDiscriminator: true - required: true - serializedName: scheduleType - extensions: - x-ms-mutability: - - create - - read - language: &ref_3695 - default: - name: scheduleType - description: '[Required] Specifies the schedule type' - go: - name: ScheduleType - description: REQUIRED; [Required] Specifies the schedule type - protocol: {} - properties: - - schema: *ref_162 - nullable: true - required: false - serializedName: endTime - language: &ref_3693 - default: - name: endTime - description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" - go: - name: EndTime - description: Specifies end time of schedule in ISO 8601 format. If not present, the schedule will run indefinitely - protocol: {} - - schema: *ref_163 - required: false - serializedName: scheduleStatus - language: &ref_3694 - default: - name: scheduleStatus - description: Specifies the schedule's status - go: - name: ScheduleStatus - description: Specifies the schedule's status - protocol: {} - - *ref_164 - - schema: *ref_165 - nullable: true - required: false - serializedName: startTime - language: &ref_3696 - default: - name: startTime - description: Specifies start time of schedule in ISO 8601 format. - go: - name: StartTime - description: Specifies start time of schedule in ISO 8601 format. - protocol: {} - - schema: *ref_166 - nullable: true - required: false - serializedName: timeZone - language: &ref_3697 - default: - name: timeZone - description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." - go: - name: TimeZone - description: Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: &ref_3692 - default: - name: ScheduleBase - description: Base definition of a schedule - namespace: '' - go: - name: ScheduleBase - description: ScheduleBase - Base definition of a schedule - discriminatorInterface: ScheduleBaseClassification - discriminatorTypes: - - '*CronSchedule' - - '*RecurrenceSchedule' - - '*ScheduleBase' - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true - rootDiscriminator: true - protocol: {} - immediate: - - *ref_155 - properties: - - schema: *ref_167 - required: true - serializedName: expression - language: &ref_3691 - default: - name: expression - description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." - go: - name: Expression - description: REQUIRED; [Required] Specifies cron expression of schedule. The expression should follow NCronTab format. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Cron - language: - default: - name: CronSchedule - description: Cron schedule definition - namespace: '' - go: - name: CronSchedule - description: CronSchedule - Cron schedule definition - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_160 - immediate: - - *ref_154 - - *ref_160 - discriminator: *ref_168 - language: - default: &ref_169 - name: ScheduleBaseClassification - description: discriminated type - discriminatorInterface: ScheduleBaseClassification - go: *ref_169 - protocol: {} - serializedName: schedule - language: - default: - name: schedule - description: Base definition of a schedule - go: - name: Schedule - description: Base definition of a schedule - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeStartStopSchedule - description: Compute start stop schedule properties - namespace: '' - go: - name: ComputeStartStopSchedule - description: ComputeStartStopSchedule - Compute start stop schedule properties - marshallingFormat: json - namespace: '' - protocol: {} - language: - default: - name: ComputeSchedulesComputeStartStop - description: The list of compute start stop schedules to be applied. - go: - name: '[]*ComputeStartStopSchedule' - description: The list of compute start stop schedules to be applied. - elementIsPtr: true - marshallingFormat: json - protocol: {} - serializedName: computeStartStop - language: - default: - name: computeStartStop - description: The list of compute start stop schedules to be applied. - go: - name: ComputeStartStop - description: The list of compute start stop schedules to be applied. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeSchedules - description: The list of schedules to be applied on the computes - namespace: '' - go: - name: ComputeSchedules - description: ComputeSchedules - The list of schedules to be applied on the computes - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: schedules - language: - default: - name: schedules - description: The list of schedules to be applied on the computes. - go: - name: Schedules - description: READ-ONLY; The list of schedules to be applied on the computes. - protocol: {} - - schema: *ref_170 - serializedName: enableNodePublicIp - language: - default: - name: enableNodePublicIp - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. - false - Indicates that the compute nodes will have a private endpoint and no public IPs. - go: - name: EnableNodePublicIP - description: >- - Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. - false - Indicates that the - - compute nodes will have a private endpoint and no public IPs. - protocol: {} - - schema: &ref_1265 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1179 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_171 - serializedName: name - language: - default: - name: name - description: Name of the ComputeInstance container. - go: - name: Name - description: Name of the ComputeInstance container. - protocol: {} - - schema: *ref_172 - serializedName: autosave - language: - default: - name: autosave - description: Auto save settings. - go: - name: Autosave - description: Auto save settings. - protocol: {} - - schema: *ref_173 - serializedName: gpu - language: - default: - name: gpu - description: Information of GPU. - go: - name: Gpu - description: Information of GPU. - protocol: {} - - schema: *ref_174 - serializedName: network - language: - default: - name: network - description: network of this container. - go: - name: Network - description: network of this container. - protocol: {} - - schema: &ref_1180 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_175 - serializedName: name - language: - default: - name: name - description: name of environment. - go: - name: Name - description: name of environment. - protocol: {} - - schema: *ref_176 - serializedName: version - language: - default: - name: version - description: version of environment. - go: - name: Version - description: version of environment. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceEnvironmentInfo - description: Environment information - namespace: '' - go: - name: ComputeInstanceEnvironmentInfo - description: ComputeInstanceEnvironmentInfo - Environment information - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: environment - language: - default: - name: environment - description: Environment information of this container. - go: - name: Environment - description: Environment information of this container. - protocol: {} - - schema: &ref_1264 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_2 - extensions: - x-ms-identifiers: [] - language: - default: - name: ComputeInstanceContainerServices - description: services of this containers. - go: - name: '[]any' - description: services of this containers. - elementIsPtr: false - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: services - extensions: - x-ms-identifiers: [] - language: - default: - name: services - description: services of this containers. - go: - name: Services - description: READ-ONLY; services of this containers. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceContainer - description: Defines an Aml Instance container. - namespace: '' - go: - name: ComputeInstanceContainer - description: ComputeInstanceContainer - Defines an Aml Instance container. - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: - - name - language: - default: - name: ComputeInstancePropertiesContainers - description: Describes informations of containers on this ComputeInstance. - go: - name: '[]*ComputeInstanceContainer' - description: Describes informations of containers on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: containers - extensions: - x-ms-identifiers: - - name - language: - default: - name: containers - description: Describes informations of containers on this ComputeInstance. - go: - name: Containers - description: READ-ONLY; Describes informations of containers on this ComputeInstance. - byValue: true - protocol: {} - - schema: &ref_1266 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1181 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_177 - serializedName: caching - language: - default: - name: caching - description: Caching type of Data Disk. - go: - name: Caching - description: Caching type of Data Disk. - protocol: {} - - schema: *ref_178 - serializedName: diskSizeGB - language: - default: - name: diskSizeGB - description: The initial disk size in gigabytes. - go: - name: DiskSizeGB - description: The initial disk size in gigabytes. - protocol: {} - - schema: *ref_179 - serializedName: lun - language: - default: - name: lun - description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. - go: - name: Lun - description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. - protocol: {} - - schema: *ref_180 - serializedName: storageAccountType - language: - default: - name: storageAccountType - description: type of this storage account. - go: - name: StorageAccountType - description: type of this storage account. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceDataDisk - description: Defines an Aml Instance DataDisk. - namespace: '' - go: - name: ComputeInstanceDataDisk - description: ComputeInstanceDataDisk - Defines an Aml Instance DataDisk. - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: [] - language: - default: - name: ComputeInstancePropertiesDataDisks - description: Describes informations of dataDisks on this ComputeInstance. - go: - name: '[]*ComputeInstanceDataDisk' - description: Describes informations of dataDisks on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: dataDisks - extensions: - x-ms-identifiers: [] - language: - default: - name: dataDisks - description: Describes informations of dataDisks on this ComputeInstance. - go: - name: DataDisks - description: READ-ONLY; Describes informations of dataDisks on this ComputeInstance. - byValue: true - protocol: {} - - schema: &ref_1267 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_1182 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_181 - serializedName: source - language: - default: - name: source - description: Source of the ComputeInstance data mount. - go: - name: Source - description: Source of the ComputeInstance data mount. - protocol: {} - - schema: *ref_182 - serializedName: sourceType - language: - default: - name: sourceType - description: Data source type. - go: - name: SourceType - description: Data source type. - protocol: {} - - schema: *ref_183 - serializedName: mountName - language: - default: - name: mountName - description: name of the ComputeInstance data mount. - go: - name: MountName - description: name of the ComputeInstance data mount. - protocol: {} - - schema: *ref_184 - serializedName: mountAction - language: - default: - name: mountAction - description: Mount Action. - go: - name: MountAction - description: Mount Action. - protocol: {} - - schema: *ref_185 - serializedName: createdBy - language: - default: - name: createdBy - description: who this data mount created by. - go: - name: CreatedBy - description: who this data mount created by. - protocol: {} - - schema: *ref_186 - serializedName: mountPath - language: - default: - name: mountPath - description: Path of this data mount. - go: - name: MountPath - description: Path of this data mount. - protocol: {} - - schema: *ref_187 - serializedName: mountState - language: - default: - name: mountState - description: Mount state. - go: - name: MountState - description: Mount state. - protocol: {} - - schema: *ref_188 - serializedName: mountedOn - language: - default: - name: mountedOn - description: The time when the disk mounted. - go: - name: MountedOn - description: The time when the disk mounted. - protocol: {} - - schema: *ref_189 - serializedName: error - language: - default: - name: error - description: Error of this data mount. - go: - name: Error - description: Error of this data mount. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceDataMount - description: Defines an Aml Instance DataMount. - namespace: '' - go: - name: ComputeInstanceDataMount - description: ComputeInstanceDataMount - Defines an Aml Instance DataMount. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true - protocol: {} - extensions: - x-ms-identifiers: [] - language: - default: - name: ComputeInstancePropertiesDataMounts - description: Describes informations of dataMounts on this ComputeInstance. - go: - name: '[]*ComputeInstanceDataMount' - description: Describes informations of dataMounts on this ComputeInstance. - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - serializedName: dataMounts - extensions: - x-ms-identifiers: [] - language: - default: - name: dataMounts - description: Describes informations of dataMounts on this ComputeInstance. - go: - name: DataMounts - description: READ-ONLY; Describes informations of dataMounts on this ComputeInstance. - byValue: true - protocol: {} - - schema: &ref_1183 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_190 - serializedName: runtime - language: - default: - name: runtime - description: Runtime of compute instance. - go: - name: Runtime - description: Runtime of compute instance. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceVersion - description: Version of computeInstance. - namespace: '' - go: - name: ComputeInstanceVersion - description: ComputeInstanceVersion - Version of computeInstance. - marshallingFormat: json - namespace: '' - protocol: {} - readOnly: true - serializedName: versions - language: - default: - name: versions - description: ComputeInstance version. - go: - name: Versions - description: READ-ONLY; ComputeInstance version. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ComputeInstanceProperties - description: Compute Instance properties - namespace: '' - go: - name: ComputeInstanceProperties - description: ComputeInstanceProperties - Compute Instance properties - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: properties - language: &ref_2956 - default: - name: properties - description: Properties of ComputeInstance - go: - name: Properties - description: Properties of ComputeInstance - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: &ref_2955 - default: - name: ComputeInstanceSchema - description: Properties(top level) of ComputeInstance - namespace: '' - go: - name: ComputeInstanceSchema - description: ComputeInstanceSchema - Properties(top level) of ComputeInstance - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_93 - - *ref_191 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: ComputeInstance - language: - default: - name: ComputeInstance - description: An Azure Machine Learning compute instance. - namespace: '' - go: - name: ComputeInstance - description: ComputeInstance - An Azure Machine Learning compute instance. - marshallingFormat: json - namespace: '' - protocol: {} - DataFactory: &ref_240 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeDataFactory - parents: - all: - - *ref_93 - immediate: - - *ref_93 + properties: + - schema: *ref_112 + serializedName: relayConnectionString + extensions: + x-ms-secret: true + language: &ref_2052 + default: + name: relayConnectionString + description: Relay connection string. + protocol: {} + - schema: *ref_113 + serializedName: serviceBusConnectionString + extensions: + x-ms-secret: true + language: &ref_2053 + default: + name: serviceBusConnectionString + description: ServiceBus connection string. + protocol: {} + - schema: *ref_114 + serializedName: extensionPrincipalId + language: &ref_2054 + default: + name: extensionPrincipalId + description: Extension principal-id. + protocol: {} + - schema: *ref_115 + serializedName: extensionInstanceReleaseTrain + language: &ref_2055 + default: + name: extensionInstanceReleaseTrain + description: Extension instance release train. + protocol: {} + - schema: *ref_116 + serializedName: vcName + language: &ref_2056 + default: + name: vcName + description: VC name. + protocol: {} + - schema: *ref_117 + serializedName: namespace + language: &ref_2057 + default: + name: namespace + description: Compute namespace + protocol: {} + - schema: *ref_118 + serializedName: defaultInstanceType + language: &ref_2058 + default: + name: defaultInstanceType + description: Default instance type + protocol: {} + - schema: *ref_119 + serializedName: instanceTypes + language: &ref_2059 + default: + name: instanceTypes + description: Instance Type Schema + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: DataFactory language: default: - name: DataFactory - description: A DataFactory compute. - namespace: '' - go: - name: DataFactory - description: DataFactory - A DataFactory compute. - marshallingFormat: json + name: KubernetesProperties + description: Kubernetes properties namespace: '' protocol: {} - DataLakeAnalytics: &ref_192 + serializedName: properties + language: &ref_2051 + default: + name: properties + description: Properties of Kubernetes + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2050 + default: + name: KubernetesSchema + description: Kubernetes Compute Schema + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_120 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Kubernetes + language: + default: + name: Kubernetes + description: A Machine Learning compute based on Kubernetes Compute. + namespace: '' + protocol: {} + - &ref_121 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: AmlCompute + parents: + all: + - *ref_89 + - &ref_148 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_121 + immediate: + - *ref_121 + properties: + - schema: &ref_1083 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeDataLakeAnalytics - parents: - all: - - *ref_93 - - &ref_195 + properties: + - schema: *ref_122 + serializedName: osType + language: &ref_2024 + default: + name: osType + description: Compute OS Type + protocol: {} + - schema: *ref_123 + serializedName: vmSize + language: &ref_2025 + default: + name: vmSize + description: Virtual Machine Size + protocol: {} + - schema: *ref_124 + serializedName: vmPriority + language: &ref_2026 + default: + name: vmPriority + description: Virtual Machine priority + protocol: {} + - schema: &ref_1084 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_192 - immediate: - - *ref_192 properties: - - schema: &ref_1187 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_193 - serializedName: dataLakeStoreAccountName - language: - default: - name: dataLakeStoreAccountName - description: DataLake Store Account Name - go: - name: DataLakeStoreAccountName - description: DataLake Store Account Name - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-internal-autorest-anonymous-schema: &ref_194 - anonymous: true - language: - default: - name: DataLakeAnalyticsSchemaProperties - description: '' - namespace: '' - go: - name: DataLakeAnalyticsSchemaProperties - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_194 - language: + - schema: *ref_125 + required: true + serializedName: id + language: &ref_2098 default: - name: properties - description: '' - go: - name: Properties - description: '' + name: id + description: Virtual Machine image path protocol: {} serializationFormats: - json @@ -18644,103 +12220,97 @@ schemas: - input language: default: - name: DataLakeAnalyticsSchema - description: '' + name: VirtualMachineImage + description: Virtual Machine image for Windows AML Compute namespace: '' - go: - name: DataLakeAnalyticsSchema - description: '' - marshallingFormat: json + protocol: {} + serializedName: virtualMachineImage + language: &ref_2027 + default: + name: virtualMachineImage + description: Virtual Machine image for AML Compute - windows only + protocol: {} + - schema: *ref_126 + serializedName: isolatedNetwork + language: &ref_2028 + default: + name: isolatedNetwork + description: Network is isolated or not + protocol: {} + - schema: &ref_932 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_127 + required: true + serializedName: maxNodeCount + language: &ref_2030 + default: + name: maxNodeCount + description: Max number of nodes to use + protocol: {} + - schema: *ref_128 + required: false + serializedName: minNodeCount + language: &ref_2031 + default: + name: minNodeCount + description: Min number of nodes to use + protocol: {} + - schema: *ref_129 + required: false + serializedName: nodeIdleTimeBeforeScaleDown + language: &ref_2032 + default: + name: nodeIdleTimeBeforeScaleDown + description: Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ScaleSettings + description: scale settings for AML Compute namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_195 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: DataLakeAnalytics - language: - default: - name: DataLakeAnalytics - description: A DataLakeAnalytics compute. - namespace: '' - go: - name: DataLakeAnalytics - description: DataLakeAnalytics - A DataLakeAnalytics compute. - marshallingFormat: json - namespace: '' - protocol: {} - Databricks: &ref_196 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeDatabricks - parents: - all: - - *ref_93 - - &ref_199 + serializedName: scaleSettings + language: &ref_2029 + default: + name: scaleSettings + description: Scale settings for AML Compute + protocol: {} + - schema: &ref_1085 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_196 - immediate: - - *ref_196 properties: - - schema: &ref_1186 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_197 - serializedName: databricksAccessToken - language: - default: - name: databricksAccessToken - description: Databricks access token - go: - name: DatabricksAccessToken - description: Databricks access token - protocol: {} - - schema: *ref_198 - serializedName: workspaceUrl - language: - default: - name: workspaceUrl - description: Workspace Url - go: - name: WorkspaceURL - description: Workspace Url - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: DatabricksProperties - description: Properties of Databricks - namespace: '' - go: - name: DatabricksProperties - description: DatabricksProperties - Properties of Databricks - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: properties + - schema: *ref_130 + required: true + serializedName: adminUserName + language: + default: + name: adminUserName + description: Name of the administrator user account which can be used to SSH to nodes. + protocol: {} + - schema: *ref_131 + required: false + serializedName: adminUserSshPublicKey + language: + default: + name: adminUserSshPublicKey + description: SSH public key of the administrator user account. + protocol: {} + - schema: *ref_132 + required: false + serializedName: adminUserPassword language: default: - name: properties - description: Properties of Databricks - go: - name: Properties - description: Properties of Databricks + name: adminUserPassword + description: Password of the administrator user account. protocol: {} serializationFormats: - json @@ -18749,173 +12319,338 @@ schemas: - input language: default: - name: DatabricksSchema - description: '' + name: UserAccountCredentials + description: Settings for user account that gets created on each on the nodes of a compute. namespace: '' - go: - name: DatabricksSchema - description: '' - marshallingFormat: json + protocol: {} + serializedName: userAccountCredentials + language: + default: + name: userAccountCredentials + description: Credentials for an administrator user account that will be created on each compute node. + protocol: {} + - schema: &ref_151 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_133 + required: true + serializedName: id + language: &ref_2034 + default: + name: id + description: The ID of the resource + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-azure-resource: true + language: + default: + name: ResourceId + description: Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_199 + nullable: true + serializedName: subnet + extensions: + x-ms-azure-resource: true + x-nullable: true + language: &ref_2033 + default: + name: subnet + description: Virtual network subnet resource ID the compute nodes belong to. + protocol: {} + - schema: *ref_134 + serializedName: remoteLoginPortPublicAccess + language: &ref_2035 + default: + name: remoteLoginPortPublicAccess + description: >- + State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port + is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can + be default only during cluster creation time, after creation it will be either enabled or disabled. + protocol: {} + - schema: *ref_135 + readOnly: true + serializedName: allocationState + language: &ref_2036 + default: + name: allocationState + description: >- + Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in + progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that + the compute is resizing; that is, compute nodes are being added to or removed from the compute. + protocol: {} + - schema: *ref_136 + readOnly: true + serializedName: allocationStateTransitionTime + language: &ref_2037 + default: + name: allocationStateTransitionTime + description: The time at which the compute entered its current allocation state. + protocol: {} + - schema: &ref_1180 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_137 + summary: Errors. + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: AmlComputePropertiesErrors + description: Collection of errors encountered by various compute nodes during node setup. + protocol: {} + readOnly: true + serializedName: errors + extensions: + x-ms-identifiers: + - /error/code + language: &ref_2038 + default: + name: errors + description: Collection of errors encountered by various compute nodes during node setup. + protocol: {} + - schema: *ref_138 + readOnly: true + serializedName: currentNodeCount + language: &ref_2039 + default: + name: currentNodeCount + description: The number of compute nodes currently assigned to the compute. + protocol: {} + - schema: *ref_139 + readOnly: true + serializedName: targetNodeCount + language: &ref_2040 + default: + name: targetNodeCount + description: >- + The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the + allocationState is steady, this property denotes the target node count for the previous resize operation. + protocol: {} + - schema: &ref_1086 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_140 + readOnly: true + serializedName: idleNodeCount + language: &ref_2042 + default: + name: idleNodeCount + description: Number of compute nodes in idle state. + protocol: {} + - schema: *ref_141 + readOnly: true + serializedName: runningNodeCount + language: &ref_2043 + default: + name: runningNodeCount + description: Number of compute nodes which are running jobs. + protocol: {} + - schema: *ref_142 + readOnly: true + serializedName: preparingNodeCount + language: &ref_2044 + default: + name: preparingNodeCount + description: Number of compute nodes which are being prepared. + protocol: {} + - schema: *ref_143 + readOnly: true + serializedName: unusableNodeCount + language: &ref_2045 + default: + name: unusableNodeCount + description: Number of compute nodes which are in unusable state. + protocol: {} + - schema: *ref_144 + readOnly: true + serializedName: leavingNodeCount + language: &ref_2046 + default: + name: leavingNodeCount + description: Number of compute nodes which are leaving the amlCompute. + protocol: {} + - schema: *ref_145 + readOnly: true + serializedName: preemptedNodeCount + language: &ref_2047 + default: + name: preemptedNodeCount + description: Number of compute nodes which are in preempted state. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: NodeStateCounts + description: Counts of various compute node states on the amlCompute. + namespace: '' + protocol: {} + readOnly: true + serializedName: nodeStateCounts + language: &ref_2041 + default: + name: nodeStateCounts + description: Counts of various node states on the compute. + protocol: {} + - schema: *ref_146 + serializedName: enableNodePublicIp + language: &ref_2048 + default: + name: enableNodePublicIp + description: >- + Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - + Indicates that the compute nodes will have a private endpoint and no public IPs. + protocol: {} + - schema: *ref_147 + serializedName: propertyBag + language: + default: + name: propertyBag + description: A property bag containing additional properties. + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Databricks language: default: - name: Databricks - description: A DataFactory compute. - namespace: '' - go: - name: Databricks - description: Databricks - A DataFactory compute. - marshallingFormat: json + name: AmlComputeProperties + description: AML Compute properties namespace: '' protocol: {} - HDInsight: &ref_200 + serializedName: properties + language: &ref_2023 + default: + name: properties + description: Properties of AmlCompute + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2022 + default: + name: AmlComputeSchema + description: Properties(top level) of AmlCompute + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_148 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AmlCompute + language: + default: + name: AmlCompute + description: An Azure Machine Learning compute. + namespace: '' + protocol: {} + - &ref_149 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ComputeInstance + parents: + all: + - *ref_89 + - &ref_215 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_149 + immediate: + - *ref_149 + properties: + - schema: &ref_1087 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeHDInsight - parents: - all: - - *ref_93 - - &ref_207 + properties: + - schema: *ref_150 + serializedName: vmSize + language: &ref_2066 + default: + name: vmSize + description: Virtual Machine Size + protocol: {} + - schema: *ref_151 + serializedName: subnet + extensions: + x-ms-azure-resource: true + language: &ref_2067 + default: + name: subnet + description: Virtual network subnet resource ID the compute nodes belong to. + protocol: {} + - schema: *ref_152 + serializedName: applicationSharingPolicy + language: &ref_2068 + default: + name: applicationSharingPolicy + description: >- + Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, + any workspace user can access applications on this instance depending on his/her assigned role. + protocol: {} + - schema: &ref_1088 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_200 - immediate: - - *ref_200 properties: - - schema: &ref_1185 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_201 - serializedName: sshPort - language: - default: - name: sshPort - description: Port open for ssh connections on the master node of the cluster. - go: - name: SSHPort - description: Port open for ssh connections on the master node of the cluster. - protocol: {} - - schema: *ref_202 - serializedName: address - language: - default: - name: address - description: Public IP address of the master node of the cluster. - go: - name: Address - description: Public IP address of the master node of the cluster. - protocol: {} - - schema: &ref_236 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_203 - serializedName: username - language: - default: - name: username - description: Username of admin account - go: - name: Username - description: Username of admin account - protocol: {} - - schema: *ref_204 - serializedName: password - language: - default: - name: password - description: Password of admin account - go: - name: Password - description: Password of admin account - protocol: {} - - schema: *ref_205 - serializedName: publicKeyData - language: - default: - name: publicKeyData - description: Public key data - go: - name: PublicKeyData - description: Public key data - protocol: {} - - schema: *ref_206 - serializedName: privateKeyData - language: - default: - name: privateKeyData - description: Private key data - go: - name: PrivateKeyData - description: Private key data - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: VirtualMachineSshCredentials - description: Admin credentials for virtual machine - namespace: '' - go: - name: VirtualMachineSSHCredentials - description: VirtualMachineSSHCredentials - Admin credentials for virtual machine - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: administratorAccount - language: - default: - name: administratorAccount - description: Admin credentials for master node of the cluster - go: - name: AdministratorAccount - description: Admin credentials for master node of the cluster - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: HDInsightProperties - description: HDInsight compute properties - namespace: '' - go: - name: HDInsightProperties - description: HDInsightProperties - HDInsight compute properties - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: properties + - schema: *ref_153 + serializedName: sshPublicAccess + language: &ref_2070 + default: + name: sshPublicAccess + description: >- + State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is + open and accessible according to the VNet/subnet policy if applicable. + protocol: {} + - schema: *ref_154 + readOnly: true + serializedName: adminUserName + language: &ref_2071 + default: + name: adminUserName + description: Describes the admin user name. + protocol: {} + - schema: *ref_155 + readOnly: true + serializedName: sshPort + language: &ref_2072 + default: + name: sshPort + description: Describes the port for connecting through SSH. + protocol: {} + - schema: *ref_156 + serializedName: adminPublicKey language: default: - name: properties - description: HDInsight compute properties - go: - name: Properties - description: HDInsight compute properties + name: adminPublicKey + description: Specifies the SSH rsa public key file as a string. Use "ssh-keygen -t rsa -b 2048" to generate your SSH key pairs. protocol: {} serializationFormats: - json @@ -18924,146 +12659,218 @@ schemas: - input language: default: - name: HDInsightSchema - description: '' + name: ComputeInstanceSshSettings + description: Specifies policy and settings for SSH access. namespace: '' - go: - name: HDInsightSchema - description: '' - marshallingFormat: json + protocol: {} + serializedName: sshSettings + language: &ref_2069 + default: + name: sshSettings + description: Specifies policy and settings for SSH access. + protocol: {} + - schema: &ref_1089 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_157 + readOnly: true + serializedName: publicIpAddress + language: &ref_2074 + default: + name: publicIpAddress + description: Public IP Address of this ComputeInstance. + protocol: {} + - schema: *ref_158 + readOnly: true + serializedName: privateIpAddress + language: &ref_2075 + default: + name: privateIpAddress + description: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceConnectivityEndpoints + description: Defines all connectivity endpoints and properties for an ComputeInstance. namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_207 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: HDInsight - language: - default: - name: HDInsight - description: A HDInsight compute. - namespace: '' - go: - name: HDInsight - description: HDInsight - A HDInsight compute. - marshallingFormat: json - namespace: '' - protocol: {} - Kubernetes: &ref_208 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeKubernetes - parents: - all: - - *ref_93 - - &ref_217 + readOnly: true + serializedName: connectivityEndpoints + language: &ref_2073 + default: + name: connectivityEndpoints + description: Describes all connectivity endpoints available for this ComputeInstance. + protocol: {} + - schema: &ref_1181 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_1090 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_159 + serializedName: displayName + language: &ref_2077 + default: + name: displayName + description: Name of the ComputeInstance application. + protocol: {} + - schema: *ref_160 + serializedName: endpointUri + language: &ref_2078 + default: + name: endpointUri + description: Application' endpoint URI. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceApplication + description: Defines an Aml Instance application and its connectivity endpoint URI. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: + - displayName + language: + default: + name: ComputeInstancePropertiesApplications + description: Describes available applications and their endpoints on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: applications + extensions: + x-ms-identifiers: + - displayName + language: &ref_2076 + default: + name: applications + description: Describes available applications and their endpoints on this ComputeInstance. + protocol: {} + - schema: &ref_1091 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_208 - immediate: - - *ref_208 properties: - - schema: &ref_1160 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_209 - serializedName: relayConnectionString - extensions: - x-ms-secret: true - language: &ref_2943 - default: - name: relayConnectionString - description: Relay connection string. - go: - name: RelayConnectionString - description: Relay connection string. - protocol: {} - - schema: *ref_210 - serializedName: serviceBusConnectionString - extensions: - x-ms-secret: true - language: &ref_2944 - default: - name: serviceBusConnectionString - description: ServiceBus connection string. - go: - name: ServiceBusConnectionString - description: ServiceBus connection string. - protocol: {} - - schema: *ref_211 - serializedName: extensionPrincipalId - language: &ref_2945 - default: - name: extensionPrincipalId - description: Extension principal-id. - go: - name: ExtensionPrincipalID - description: Extension principal-id. - protocol: {} - - schema: *ref_212 - serializedName: extensionInstanceReleaseTrain - language: &ref_2946 - default: - name: extensionInstanceReleaseTrain - description: Extension instance release train. - go: - name: ExtensionInstanceReleaseTrain - description: Extension instance release train. - protocol: {} - - schema: *ref_213 - serializedName: vcName - language: &ref_2947 - default: - name: vcName - description: VC name. - go: - name: VcName - description: VC name. - protocol: {} - - schema: *ref_214 - serializedName: namespace - language: &ref_2948 - default: - name: namespace - description: Compute namespace - go: - name: Namespace - description: Compute namespace - protocol: {} - - schema: *ref_215 - serializedName: defaultInstanceType - language: &ref_2949 + - schema: *ref_161 + readOnly: true + serializedName: userName + language: &ref_2080 + default: + name: userName + description: Name of the user. + protocol: {} + - schema: *ref_162 + readOnly: true + serializedName: userOrgId + language: &ref_2081 + default: + name: userOrgId + description: Uniquely identifies user' Azure Active Directory organization. + protocol: {} + - schema: *ref_163 + readOnly: true + serializedName: userId + language: &ref_2082 + default: + name: userId + description: Uniquely identifies the user within his/her organization. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceCreatedBy + description: Describes information on user who created this ComputeInstance. + namespace: '' + protocol: {} + readOnly: true + serializedName: createdBy + language: &ref_2079 + default: + name: createdBy + description: Describes information on user who created this ComputeInstance. + protocol: {} + - schema: &ref_1182 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_137 + summary: Errors. + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: ComputeInstancePropertiesErrors + description: Collection of errors encountered on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: errors + extensions: + x-ms-identifiers: + - /error/code + language: &ref_2083 + default: + name: errors + description: Collection of errors encountered on this ComputeInstance. + protocol: {} + - schema: *ref_164 + readOnly: true + serializedName: state + language: &ref_2084 + default: + name: state + description: The current state of this ComputeInstance. + protocol: {} + - schema: *ref_165 + serializedName: computeInstanceAuthorizationType + language: &ref_2085 + default: + name: computeInstanceAuthorizationType + description: The Compute Instance Authorization type. Available values are personal (default). + protocol: {} + - schema: &ref_1092 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_1093 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_166 + required: true + serializedName: objectId + language: &ref_2088 default: - name: defaultInstanceType - description: Default instance type - go: - name: DefaultInstanceType - description: Default instance type + name: objectId + description: User’s AAD Object Id. protocol: {} - - schema: *ref_216 - serializedName: instanceTypes - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2950 + - schema: *ref_167 + required: true + serializedName: tenantId + language: &ref_2089 default: - name: instanceTypes - description: Instance Type Schema - go: - name: InstanceTypes - description: Instance Type Schema - byValue: true + name: tenantId + description: User’s AAD Tenant Id. protocol: {} serializationFormats: - json @@ -19072,162 +12879,99 @@ schemas: - input language: default: - name: KubernetesProperties - description: Kubernetes properties - namespace: '' - go: - name: KubernetesProperties - description: KubernetesProperties - Kubernetes properties - hasArrayMap: true - marshallingFormat: json + name: AssignedUser + description: A user that can be assigned to a compute instance. namespace: '' protocol: {} - serializedName: properties - language: &ref_2942 + serializedName: assignedUser + language: &ref_2087 default: - name: properties - description: Properties of Kubernetes - go: - name: Properties - description: Properties of Kubernetes + name: assignedUser + description: A user explicitly assigned to a personal compute instance. protocol: {} serializationFormats: - json usage: - output - input - language: &ref_2941 + language: default: - name: KubernetesSchema - description: Kubernetes Compute Schema - namespace: '' - go: - name: KubernetesSchema - description: KubernetesSchema - Kubernetes Compute Schema - marshallingFormat: json + name: PersonalComputeInstanceSettings + description: Settings for a personal compute instance. namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_217 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Kubernetes - language: - default: - name: Kubernetes - description: A Machine Learning compute based on Kubernetes Compute. - namespace: '' - go: - name: Kubernetes - description: Kubernetes - A Machine Learning compute based on Kubernetes Compute. - marshallingFormat: json - namespace: '' - protocol: {} - SynapseSpark: &ref_241 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeSynapseSpark - parents: - all: - - *ref_93 - immediate: - - *ref_93 - properties: - - schema: &ref_1188 + serializedName: personalComputeInstanceSettings + language: &ref_2086 + default: + name: personalComputeInstanceSettings + description: Settings for a personal compute instance. + protocol: {} + - schema: &ref_1094 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1189 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_218 - serializedName: minNodeCount - language: - default: - name: minNodeCount - description: '' - go: - name: MinNodeCount - description: '' - protocol: {} - - schema: *ref_219 - serializedName: enabled - language: - default: - name: enabled - description: '' - go: - name: Enabled - description: '' - protocol: {} - - schema: *ref_220 - serializedName: maxNodeCount - language: - default: - name: maxNodeCount - description: '' - go: - name: MaxNodeCount - description: '' - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: AutoScaleProperties - description: Auto scale properties - namespace: '' - go: - name: AutoScaleProperties - description: AutoScaleProperties - Auto scale properties - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: autoScaleProperties - language: - default: - name: autoScaleProperties - description: Auto scale properties. - go: - name: AutoScaleProperties - description: Auto scale properties. - protocol: {} - - schema: &ref_1190 + - schema: &ref_1095 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_221 - serializedName: delayInMinutes + - schema: &ref_172 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_168 + serializedName: scriptSource + language: + default: + name: scriptSource + description: 'The storage source of the script: inline, workspace.' + protocol: {} + - schema: *ref_169 + serializedName: scriptData + language: + default: + name: scriptData + description: The location of scripts in the mounted volume. + protocol: {} + - schema: *ref_170 + serializedName: scriptArguments + language: + default: + name: scriptArguments + description: Optional command line arguments passed to the script to run. + protocol: {} + - schema: *ref_171 + serializedName: timeout + language: + default: + name: timeout + description: Optional time period passed to timeout command. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ScriptReference + description: Script reference + namespace: '' + protocol: {} + serializedName: startupScript language: default: - name: delayInMinutes - description: '' - go: - name: DelayInMinutes - description: '' + name: startupScript + description: Script that's run every time the machine starts. protocol: {} - - schema: *ref_219 - serializedName: enabled + - schema: *ref_172 + serializedName: creationScript language: default: - name: enabled - description: '' - go: - name: Enabled - description: '' + name: creationScript + description: Script that's run only once during provision of the compute. protocol: {} serializationFormats: - json @@ -19236,264 +12980,372 @@ schemas: - input language: default: - name: AutoPauseProperties - description: Auto pause properties - namespace: '' - go: - name: AutoPauseProperties - description: AutoPauseProperties - Auto pause properties - marshallingFormat: json + name: ScriptsToExecute + description: Customized setup scripts namespace: '' protocol: {} - serializedName: autoPauseProperties - language: - default: - name: autoPauseProperties - description: Auto pause properties. - go: - name: AutoPauseProperties - description: Auto pause properties. - protocol: {} - - schema: *ref_222 - serializedName: sparkVersion - language: - default: - name: sparkVersion - description: Spark version. - go: - name: SparkVersion - description: Spark version. - protocol: {} - - schema: *ref_223 - serializedName: nodeCount - language: - default: - name: nodeCount - description: The number of compute nodes currently assigned to the compute. - go: - name: NodeCount - description: The number of compute nodes currently assigned to the compute. - protocol: {} - - schema: *ref_224 - serializedName: nodeSize - language: - default: - name: nodeSize - description: Node size. - go: - name: NodeSize - description: Node size. - protocol: {} - - schema: *ref_225 - serializedName: nodeSizeFamily + serializedName: scripts language: default: - name: nodeSizeFamily - description: Node size family. - go: - name: NodeSizeFamily - description: Node size family. + name: scripts + description: Customized setup scripts protocol: {} - - schema: *ref_226 - serializedName: subscriptionId + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: SetupScripts + description: Details of customized scripts to execute for setting up the cluster. + namespace: '' + protocol: {} + serializedName: setupScripts + language: + default: + name: setupScripts + description: Details of customized scripts to execute for setting up the cluster. + protocol: {} + - schema: &ref_1096 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_173 + serializedName: operationName language: default: - name: subscriptionId - description: Azure subscription identifier. - go: - name: SubscriptionID - description: Azure subscription identifier. + name: operationName + description: Name of the last operation. protocol: {} - - schema: *ref_227 - serializedName: resourceGroup + - schema: *ref_174 + serializedName: operationTime language: default: - name: resourceGroup - description: Name of the resource group in which workspace is located. - go: - name: ResourceGroup - description: Name of the resource group in which workspace is located. + name: operationTime + description: Time of the last operation. protocol: {} - - schema: *ref_228 - serializedName: workspaceName + - schema: *ref_175 + serializedName: operationStatus language: default: - name: workspaceName - description: Name of Azure Machine Learning workspace. - go: - name: WorkspaceName - description: Name of Azure Machine Learning workspace. + name: operationStatus + description: Operation status. protocol: {} - - schema: *ref_229 - serializedName: poolName + - schema: *ref_176 + serializedName: operationTrigger language: default: - name: poolName - description: Pool name. - go: - name: PoolName - description: Pool name. + name: operationTrigger + description: Trigger of operation. protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_230 - anonymous: true language: default: - name: SynapseSparkProperties - description: '' - namespace: '' - go: - name: SynapseSparkProperties - description: '' - marshallingFormat: json + name: ComputeInstanceLastOperation + description: The last operation on ComputeInstance. namespace: '' protocol: {} - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_230 + readOnly: true + serializedName: lastOperation language: default: - name: properties - description: '' - go: - name: Properties - description: '' + name: lastOperation + description: The last operation on ComputeInstance. protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: SynapseSpark - language: - default: - name: SynapseSpark - description: A SynapseSpark compute. - namespace: '' - go: - name: SynapseSpark - description: SynapseSpark - A SynapseSpark compute. - marshallingFormat: json - namespace: '' - protocol: {} - VirtualMachine: &ref_231 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ComputeTypeVirtualMachine - parents: - all: - - *ref_93 - - &ref_239 + - schema: &ref_1097 type: object apiVersions: - version: 2022-02-01-preview - children: - all: - - *ref_231 - immediate: - - *ref_231 properties: - - schema: &ref_1184 - type: object + - schema: &ref_1183 + type: array apiVersions: - version: 2022-02-01-preview - properties: - - schema: *ref_232 - serializedName: virtualMachineSize - language: - default: - name: virtualMachineSize - description: Virtual Machine size - go: - name: VirtualMachineSize - description: Virtual Machine size - protocol: {} - - schema: *ref_233 - serializedName: sshPort - language: - default: - name: sshPort - description: Port open for ssh connections. - go: - name: SSHPort - description: Port open for ssh connections. - protocol: {} - - schema: *ref_234 - serializedName: notebookServerPort - language: - default: - name: notebookServerPort - description: Notebook server port open for ssh connections. - go: - name: NotebookServerPort - description: Notebook server port open for ssh connections. - protocol: {} - - schema: *ref_235 - serializedName: address - language: - default: - name: address - description: Public IP address of the virtual machine. - go: - name: Address - description: Public IP address of the virtual machine. - protocol: {} - - schema: *ref_236 - serializedName: administratorAccount - language: - default: - name: administratorAccount - description: Admin credentials for virtual machine - go: - name: AdministratorAccount - description: Admin credentials for virtual machine - protocol: {} - - schema: *ref_237 - serializedName: isNotebookInstanceCompute - language: - default: - name: isNotebookInstanceCompute - description: Indicates whether this compute will be used for running notebooks. - go: - name: IsNotebookInstanceCompute - description: Indicates whether this compute will be used for running notebooks. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-internal-autorest-anonymous-schema: &ref_238 - anonymous: true + elementType: &ref_1098 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_177 + readOnly: true + serializedName: id + language: + default: + name: id + description: Schedule id. + protocol: {} + - schema: *ref_178 + readOnly: true + serializedName: provisioningStatus + language: + default: + name: provisioningStatus + description: The current deployment state of schedule. + protocol: {} + - schema: *ref_179 + serializedName: action + language: + default: + name: action + description: The compute power action. + protocol: {} + - schema: &ref_180 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_186 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Cron + parents: + all: + - *ref_180 + immediate: + - *ref_180 + properties: + - schema: *ref_181 + required: true + serializedName: expression + language: &ref_2800 + default: + name: expression + description: "[Required] Specifies cron expression of schedule.\r\nThe expression should follow NCronTab format." + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Cron + language: + default: + name: CronSchedule + description: Cron schedule definition + namespace: '' + protocol: {} + - &ref_187 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Recurrence + parents: + all: + - *ref_180 + immediate: + - *ref_180 + properties: + - schema: *ref_182 + required: true + serializedName: frequency + language: + default: + name: frequency + description: '[Required] Specifies frequency with with which to trigger schedule' + protocol: {} + - schema: *ref_183 + required: true + serializedName: interval + language: + default: + name: interval + description: '[Required] Specifies schedule interval in conjunction with frequency' + protocol: {} + - schema: &ref_1124 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_1202 + type: array + elementType: *ref_184 + language: + default: + name: ArrayOfArrayItemschema + description: '[Required] List of hours for recurrence schedule pattern' + protocol: {} + required: true + serializedName: hours + language: + default: + name: hours + description: '[Required] List of hours for recurrence schedule pattern' + protocol: {} + - schema: &ref_1203 + type: array + elementType: *ref_184 + language: + default: + name: ArrayOfArrayItemschema + description: '[Required] List of minutes for recurrence schedule pattern' + protocol: {} + required: true + serializedName: minutes + language: + default: + name: minutes + description: '[Required] List of minutes for recurrence schedule pattern' + protocol: {} + - schema: &ref_1204 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_185 + language: + default: + name: RecurrencePatternWeekdays + description: List of weekdays for recurrence schedule pattern + protocol: {} + nullable: true + required: false + serializedName: weekdays + language: + default: + name: weekdays + description: List of weekdays for recurrence schedule pattern + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: RecurrencePattern + description: Recurrence schedule pattern definition + namespace: '' + protocol: {} + nullable: true + required: false + serializedName: pattern + extensions: + x-nullable: true + language: + default: + name: pattern + description: Specifies the recurrence schedule pattern + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Recurrence + language: + default: + name: RecurrenceSchedule + description: Recurrence schedule definition + namespace: '' + protocol: {} + immediate: + - *ref_186 + - *ref_187 + discriminator: + all: + Cron: *ref_186 + Recurrence: *ref_187 + immediate: + Cron: *ref_186 + Recurrence: *ref_187 + property: &ref_191 + schema: *ref_188 + isDiscriminator: true + required: true + serializedName: scheduleType + extensions: + x-ms-mutability: + - create + - read + language: &ref_2804 + default: + name: scheduleType + description: '[Required] Specifies the schedule type' + protocol: {} + properties: + - schema: *ref_189 + nullable: true + required: false + serializedName: endTime + language: &ref_2802 + default: + name: endTime + description: "Specifies end time of schedule in ISO 8601 format.\r\nIf not present, the schedule will run indefinitely" + protocol: {} + - schema: *ref_190 + required: false + serializedName: scheduleStatus + language: &ref_2803 + default: + name: scheduleStatus + description: Specifies the schedule's status + protocol: {} + - *ref_191 + - schema: *ref_192 + nullable: true + required: false + serializedName: startTime + language: &ref_2805 + default: + name: startTime + description: Specifies start time of schedule in ISO 8601 format. + protocol: {} + - schema: *ref_193 + nullable: true + required: false + serializedName: timeZone + language: &ref_2806 + default: + name: timeZone + description: "Specifies time zone in which the schedule runs.\r\nTimeZone should follow Windows time zone format." + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2801 + default: + name: ScheduleBase + description: Base definition of a schedule + namespace: '' + protocol: {} + serializedName: schedule + language: + default: + name: schedule + description: Base definition of a schedule + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeStartStopSchedule + description: Compute start stop schedule properties + namespace: '' + protocol: {} language: default: - name: VirtualMachineSchemaProperties - description: '' - namespace: '' - go: - name: VirtualMachineSchemaProperties - description: '' - marshallingFormat: json - namespace: '' + name: ComputeSchedulesComputeStartStop + description: The list of compute start stop schedules to be applied. protocol: {} - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_238 + serializedName: computeStartStop language: default: - name: properties - description: '' - go: - name: Properties - description: '' + name: computeStartStop + description: The list of compute start stop schedules to be applied. protocol: {} serializationFormats: - json @@ -19502,286 +13354,119 @@ schemas: - input language: default: - name: VirtualMachineSchema - description: '' - namespace: '' - go: - name: VirtualMachineSchema - description: '' - marshallingFormat: json + name: ComputeSchedules + description: The list of schedules to be applied on the computes namespace: '' protocol: {} - immediate: - - *ref_93 - - *ref_239 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: VirtualMachine - language: - default: - name: VirtualMachine - description: A Machine Learning compute based on Azure Virtual Machines. - namespace: '' - go: - name: VirtualMachine - description: VirtualMachine - A Machine Learning compute based on Azure Virtual Machines. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - AKS: *ref_92 - AmlCompute: *ref_94 - ComputeInstance: *ref_122 - DataFactory: *ref_240 - DataLakeAnalytics: *ref_192 - Databricks: *ref_196 - HDInsight: *ref_200 - Kubernetes: *ref_208 - SynapseSpark: *ref_241 - VirtualMachine: *ref_231 - property: &ref_243 - schema: *ref_242 - isDiscriminator: true - required: true - serializedName: computeType - language: &ref_2899 - default: - name: computeType - description: The type of compute - go: - name: ComputeType - description: REQUIRED; The type of compute - protocol: {} - properties: - - *ref_243 - - schema: *ref_244 - readOnly: true - required: false - serializedName: computeLocation - language: - default: - name: computeLocation - description: Location for the underlying compute - go: - name: ComputeLocation - description: READ-ONLY; Location for the underlying compute - protocol: {} - - schema: *ref_245 - readOnly: true - required: false - serializedName: provisioningState - language: &ref_2900 - default: - name: provisioningState - description: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. - go: - name: ProvisioningState - description: READ-ONLY; The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. - protocol: {} - - schema: *ref_246 - required: false - serializedName: description - language: &ref_2901 - default: - name: description - description: The description of the Machine Learning compute. - go: - name: Description - description: The description of the Machine Learning compute. - protocol: {} - - schema: *ref_247 - readOnly: true - required: false - serializedName: createdOn - language: &ref_2902 - default: - name: createdOn - description: The time at which the compute was created. - go: - name: CreatedOn - description: READ-ONLY; The time at which the compute was created. - protocol: {} - - schema: *ref_248 - readOnly: true - required: false - serializedName: modifiedOn - language: &ref_2903 - default: - name: modifiedOn - description: The time at which the compute was last modified. - go: - name: ModifiedOn - description: READ-ONLY; The time at which the compute was last modified. - protocol: {} - - schema: *ref_249 - required: false - serializedName: resourceId - language: &ref_2904 - default: - name: resourceId - description: ARM resource id of the underlying compute - go: - name: ResourceID - description: ARM resource id of the underlying compute - protocol: {} - - schema: &ref_1229 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_110 - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: ComputeProvisioningErrors - description: Errors during provisioning - go: - name: '[]*ErrorResponse' - description: Errors during provisioning - elementIsPtr: true - marshallingFormat: json - protocol: {} - readOnly: true - required: false - serializedName: provisioningErrors - extensions: - x-ms-identifiers: - - /error/code - language: - default: - name: provisioningErrors - description: Errors during provisioning - go: - name: ProvisioningErrors - description: READ-ONLY; Errors during provisioning - byValue: true - protocol: {} - - schema: *ref_250 - readOnly: true - required: false - serializedName: isAttachedCompute - language: &ref_2940 - default: - name: isAttachedCompute - description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. - go: - name: IsAttachedCompute - description: READ-ONLY; Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. - protocol: {} - - schema: *ref_251 - required: false - serializedName: disableLocalAuth - language: - default: - name: disableLocalAuth - description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. - go: - name: DisableLocalAuth - description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: &ref_2898 - default: - name: Compute - description: Machine Learning compute object. - namespace: '' - go: - name: Compute - description: Compute - Machine Learning compute object. - discriminatorInterface: ComputeClassification - discriminatorTypes: - - '*AKS' - - '*AmlCompute' - - '*Compute' - - '*ComputeInstance' - - '*DataFactory' - - '*DataLakeAnalytics' - - '*Databricks' - - '*HDInsight' - - '*Kubernetes' - - '*SynapseSpark' - - '*VirtualMachine' - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true - rootDiscriminator: true - protocol: {} - - &ref_272 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_92 - immediate: - - *ref_92 - properties: - - schema: &ref_1156 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_252 - serializedName: clusterFqdn + readOnly: true + serializedName: schedules language: default: - name: clusterFqdn - description: Cluster full qualified domain name - go: - name: ClusterFqdn - description: Cluster full qualified domain name + name: schedules + description: The list of schedules to be applied on the computes. + protocol: {} + - schema: *ref_194 + serializedName: enableNodePublicIp + language: + default: + name: enableNodePublicIp + description: >- + Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - + Indicates that the compute nodes will have a private endpoint and no public IPs. protocol: {} - - schema: &ref_1259 + - schema: &ref_1185 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1157 + elementType: &ref_1099 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_253 - readOnly: true - serializedName: systemServiceType + - schema: *ref_195 + serializedName: name language: default: - name: systemServiceType - description: The type of this system service. - go: - name: SystemServiceType - description: READ-ONLY; The type of this system service. + name: name + description: Name of the ComputeInstance container. protocol: {} - - schema: *ref_254 - readOnly: true - serializedName: publicIpAddress + - schema: *ref_196 + serializedName: autosave language: default: - name: publicIpAddress - description: Public IP address - go: - name: PublicIPAddress - description: READ-ONLY; Public IP address + name: autosave + description: Auto save settings. + protocol: {} + - schema: *ref_197 + serializedName: gpu + language: + default: + name: gpu + description: Information of GPU. + protocol: {} + - schema: *ref_198 + serializedName: network + language: + default: + name: network + description: network of this container. + protocol: {} + - schema: &ref_1100 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_199 + serializedName: name + language: + default: + name: name + description: name of environment. + protocol: {} + - schema: *ref_200 + serializedName: version + language: + default: + name: version + description: version of environment. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceEnvironmentInfo + description: Environment information + namespace: '' + protocol: {} + serializedName: environment + language: + default: + name: environment + description: Environment information of this container. protocol: {} - - schema: *ref_255 + - schema: &ref_1184 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_2 + extensions: + x-ms-identifiers: [] + language: + default: + name: ComputeInstanceContainerServices + description: services of this containers. + protocol: {} readOnly: true - serializedName: version + serializedName: services + extensions: + x-ms-identifiers: [] language: default: - name: version - description: The version for this type. - go: - name: Version - description: READ-ONLY; The version for this type. + name: services + description: services of this containers. protocol: {} serializationFormats: - json @@ -19790,136 +13475,202 @@ schemas: - input language: default: - name: SystemService - description: A system service running on a compute. - namespace: '' - go: - name: SystemService - description: SystemService - A system service running on a compute. - marshallingFormat: json + name: ComputeInstanceContainer + description: Defines an Aml Instance container. namespace: '' protocol: {} extensions: x-ms-identifiers: - - publicIpAddress + - name language: default: - name: AKSSchemaPropertiesSystemServices - description: System services - go: - name: '[]*SystemService' - description: System services - elementIsPtr: true - marshallingFormat: json + name: ComputeInstancePropertiesContainers + description: Describes informations of containers on this ComputeInstance. protocol: {} readOnly: true - serializedName: systemServices + serializedName: containers extensions: x-ms-identifiers: - - publicIpAddress + - name language: default: - name: systemServices - description: System services - go: - name: SystemServices - description: READ-ONLY; System services - byValue: true - protocol: {} - - schema: *ref_256 - serializedName: agentCount - language: &ref_2998 - default: - name: agentCount - description: Number of agents - go: - name: AgentCount - description: Number of agents + name: containers + description: Describes informations of containers on this ComputeInstance. protocol: {} - - schema: *ref_257 - serializedName: agentVmSize + - schema: &ref_1186 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_1101 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_201 + serializedName: caching + language: + default: + name: caching + description: Caching type of Data Disk. + protocol: {} + - schema: *ref_202 + serializedName: diskSizeGB + language: + default: + name: diskSizeGB + description: The initial disk size in gigabytes. + protocol: {} + - schema: *ref_203 + serializedName: lun + language: + default: + name: lun + description: The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. + protocol: {} + - schema: *ref_204 + serializedName: storageAccountType + language: + default: + name: storageAccountType + description: type of this storage account. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceDataDisk + description: Defines an Aml Instance DataDisk. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: [] + language: + default: + name: ComputeInstancePropertiesDataDisks + description: Describes informations of dataDisks on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: dataDisks + extensions: + x-ms-identifiers: [] language: default: - name: agentVmSize - description: Agent virtual machine size - go: - name: AgentVMSize - description: Agent virtual machine size + name: dataDisks + description: Describes informations of dataDisks on this ComputeInstance. protocol: {} - - schema: *ref_258 - serializedName: clusterPurpose + - schema: &ref_1187 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_1102 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_205 + serializedName: source + language: + default: + name: source + description: Source of the ComputeInstance data mount. + protocol: {} + - schema: *ref_206 + serializedName: sourceType + language: + default: + name: sourceType + description: Data source type. + protocol: {} + - schema: *ref_207 + serializedName: mountName + language: + default: + name: mountName + description: name of the ComputeInstance data mount. + protocol: {} + - schema: *ref_208 + serializedName: mountAction + language: + default: + name: mountAction + description: Mount Action. + protocol: {} + - schema: *ref_209 + serializedName: createdBy + language: + default: + name: createdBy + description: who this data mount created by. + protocol: {} + - schema: *ref_210 + serializedName: mountPath + language: + default: + name: mountPath + description: Path of this data mount. + protocol: {} + - schema: *ref_211 + serializedName: mountState + language: + default: + name: mountState + description: Mount state. + protocol: {} + - schema: *ref_212 + serializedName: mountedOn + language: + default: + name: mountedOn + description: The time when the disk mounted. + protocol: {} + - schema: *ref_213 + serializedName: error + language: + default: + name: error + description: Error of this data mount. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceDataMount + description: Defines an Aml Instance DataMount. + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: [] + language: + default: + name: ComputeInstancePropertiesDataMounts + description: Describes informations of dataMounts on this ComputeInstance. + protocol: {} + readOnly: true + serializedName: dataMounts + extensions: + x-ms-identifiers: [] language: default: - name: clusterPurpose - description: Intended usage of the cluster - go: - name: ClusterPurpose - description: Intended usage of the cluster + name: dataMounts + description: Describes informations of dataMounts on this ComputeInstance. protocol: {} - - schema: &ref_1158 + - schema: &ref_1103 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_259 - serializedName: status - language: - default: - name: status - description: Enable or disable ssl for scoring - go: - name: Status - description: Enable or disable ssl for scoring - protocol: {} - - schema: *ref_260 - serializedName: cert - language: - default: - name: cert - description: Cert data - go: - name: Cert - description: Cert data - protocol: {} - - schema: *ref_261 - serializedName: key - language: - default: - name: key - description: Key data - go: - name: Key - description: Key data - protocol: {} - - schema: *ref_262 - serializedName: cname - language: - default: - name: cname - description: CNAME of the cert - go: - name: Cname - description: CNAME of the cert - protocol: {} - - schema: *ref_263 - serializedName: leafDomainLabel - language: - default: - name: leafDomainLabel - description: Leaf domain label of public endpoint - go: - name: LeafDomainLabel - description: Leaf domain label of public endpoint - protocol: {} - - schema: *ref_264 - serializedName: overwriteExistingDomain + - schema: *ref_214 + serializedName: runtime language: default: - name: overwriteExistingDomain - description: Indicates whether to overwrite existing domain label. - go: - name: OverwriteExistingDomain - description: Indicates whether to overwrite existing domain label. + name: runtime + description: Runtime of compute instance. protocol: {} serializationFormats: - json @@ -19928,68 +13679,144 @@ schemas: - input language: default: - name: SslConfiguration - description: The ssl configuration for scoring - namespace: '' - go: - name: SSLConfiguration - description: SSLConfiguration - The ssl configuration for scoring - marshallingFormat: json + name: ComputeInstanceVersion + description: Version of computeInstance. namespace: '' protocol: {} - serializedName: sslConfiguration + readOnly: true + serializedName: versions language: default: - name: sslConfiguration - description: SSL configuration - go: - name: SSLConfiguration - description: SSL configuration + name: versions + description: ComputeInstance version. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComputeInstanceProperties + description: Compute Instance properties + namespace: '' + protocol: {} + serializedName: properties + language: &ref_2065 + default: + name: properties + description: Properties of ComputeInstance + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2064 + default: + name: ComputeInstanceSchema + description: Properties(top level) of ComputeInstance + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_215 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ComputeInstance + language: + default: + name: ComputeInstance + description: An Azure Machine Learning compute instance. + namespace: '' + protocol: {} + - &ref_216 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: VirtualMachine + parents: + all: + - *ref_89 + - &ref_226 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_216 + immediate: + - *ref_216 + properties: + - schema: &ref_1104 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_217 + serializedName: virtualMachineSize + language: + default: + name: virtualMachineSize + description: Virtual Machine size + protocol: {} + - schema: *ref_218 + serializedName: sshPort + language: + default: + name: sshPort + description: Port open for ssh connections. + protocol: {} + - schema: *ref_219 + serializedName: notebookServerPort + language: + default: + name: notebookServerPort + description: Notebook server port open for ssh connections. protocol: {} - - schema: &ref_1159 + - schema: *ref_220 + serializedName: address + language: + default: + name: address + description: Public IP address of the virtual machine. + protocol: {} + - schema: &ref_230 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_265 - serializedName: subnetId + - schema: *ref_221 + serializedName: username language: default: - name: subnetId - description: Virtual network subnet resource ID the compute nodes belong to - go: - name: SubnetID - description: Virtual network subnet resource ID the compute nodes belong to + name: username + description: Username of admin account protocol: {} - - schema: *ref_266 - serializedName: serviceCidr + - schema: *ref_222 + serializedName: password language: default: - name: serviceCidr - description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. - go: - name: ServiceCidr - description: A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. + name: password + description: Password of admin account protocol: {} - - schema: *ref_267 - serializedName: dnsServiceIP + - schema: *ref_223 + serializedName: publicKeyData language: default: - name: dnsServiceIP - description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. - go: - name: DNSServiceIP - description: An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. + name: publicKeyData + description: Public key data protocol: {} - - schema: *ref_268 - serializedName: dockerBridgeCidr + - schema: *ref_224 + serializedName: privateKeyData language: default: - name: dockerBridgeCidr - description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. - go: - name: DockerBridgeCidr - description: A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. + name: privateKeyData + description: Private key data protocol: {} serializationFormats: - json @@ -19998,213 +13825,712 @@ schemas: - input language: default: - name: AksNetworkingConfiguration - description: Advance configuration for AKS networking - namespace: '' - go: - name: AksNetworkingConfiguration - description: AksNetworkingConfiguration - Advance configuration for AKS networking - marshallingFormat: json + name: VirtualMachineSshCredentials + description: Admin credentials for virtual machine namespace: '' protocol: {} - serializedName: aksNetworkingConfiguration + serializedName: administratorAccount language: default: - name: aksNetworkingConfiguration - description: AKS networking configuration for vnet - go: - name: AksNetworkingConfiguration - description: AKS networking configuration for vnet + name: administratorAccount + description: Admin credentials for virtual machine protocol: {} - - schema: *ref_269 - serializedName: loadBalancerType + - schema: *ref_225 + serializedName: isNotebookInstanceCompute language: default: - name: loadBalancerType - description: Load Balancer Type - go: - name: LoadBalancerType - description: Load Balancer Type + name: isNotebookInstanceCompute + description: Indicates whether this compute will be used for running notebooks. protocol: {} - - schema: *ref_270 - serializedName: loadBalancerSubnet + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: VirtualMachineSchemaProperties + description: '' + namespace: '' + protocol: {} + serializedName: properties + language: + default: + name: properties + description: '' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: VirtualMachineSchema + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_226 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: VirtualMachine + language: + default: + name: VirtualMachine + description: A Machine Learning compute based on Azure Virtual Machines. + namespace: '' + protocol: {} + - &ref_227 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: HDInsight + parents: + all: + - *ref_89 + - &ref_231 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_227 + immediate: + - *ref_227 + properties: + - schema: &ref_1105 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_228 + serializedName: sshPort language: default: - name: loadBalancerSubnet - description: Load Balancer Subnet - go: - name: LoadBalancerSubnet - description: Load Balancer Subnet + name: sshPort + description: Port open for ssh connections on the master node of the cluster. + protocol: {} + - schema: *ref_229 + serializedName: address + language: + default: + name: address + description: Public IP address of the master node of the cluster. + protocol: {} + - schema: *ref_230 + serializedName: administratorAccount + language: + default: + name: administratorAccount + description: Admin credentials for master node of the cluster protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-internal-autorest-anonymous-schema: &ref_271 - anonymous: true language: default: - name: AKSSchemaProperties - description: AKS properties + name: HDInsightProperties + description: HDInsight compute properties namespace: '' - go: - name: AKSSchemaProperties - description: AKSSchemaProperties - AKS properties - hasArrayMap: true - marshallingFormat: json + protocol: {} + serializedName: properties + language: + default: + name: properties + description: HDInsight compute properties + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: HDInsightSchema + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_89 + - *ref_231 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: HDInsight + language: + default: + name: HDInsight + description: A HDInsight compute. + namespace: '' + protocol: {} + - &ref_251 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: DataFactory + parents: + all: + - *ref_89 + immediate: + - *ref_89 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: DataFactory + language: + default: + name: DataFactory + description: A DataFactory compute. + namespace: '' + protocol: {} + - &ref_232 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Databricks + parents: + all: + - *ref_89 + - &ref_235 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_232 + immediate: + - *ref_232 + properties: + - schema: &ref_1106 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_233 + serializedName: databricksAccessToken + language: + default: + name: databricksAccessToken + description: Databricks access token + protocol: {} + - schema: *ref_234 + serializedName: workspaceUrl + language: + default: + name: workspaceUrl + description: Workspace Url + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DatabricksProperties + description: Properties of Databricks namespace: '' protocol: {} serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: *ref_271 - language: &ref_2997 + language: default: name: properties - description: AKS properties - go: - name: Properties - description: AKS properties + description: Properties of Databricks protocol: {} serializationFormats: - json usage: - output - input - language: &ref_2996 + language: default: - name: AKSSchema + name: DatabricksSchema description: '' namespace: '' - go: - name: AKSSchema + protocol: {} + immediate: + - *ref_89 + - *ref_235 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Databricks + language: + default: + name: Databricks + description: A DataFactory compute. + namespace: '' + protocol: {} + - &ref_236 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: DataLakeAnalytics + parents: + all: + - *ref_89 + - &ref_238 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_236 + immediate: + - *ref_236 + properties: + - schema: &ref_1107 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_237 + serializedName: dataLakeStoreAccountName + language: + default: + name: dataLakeStoreAccountName + description: DataLake Store Account Name + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DataLakeAnalyticsSchemaProperties + description: '' + namespace: '' + protocol: {} + serializedName: properties + language: + default: + name: properties + description: '' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: DataLakeAnalyticsSchema description: '' - marshallingFormat: json namespace: '' protocol: {} immediate: - - *ref_93 - - *ref_272 + - *ref_89 + - *ref_238 serializationFormats: - json usage: - output - input extensions: - x-ms-discriminator-value: AKS + x-ms-discriminator-value: DataLakeAnalytics language: default: - name: AKS - description: A Machine Learning compute based on AKS. + name: DataLakeAnalytics + description: A DataLakeAnalytics compute. namespace: '' - go: - name: AKS - description: AKS - A Machine Learning compute based on AKS. - marshallingFormat: json + protocol: {} + - &ref_252 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: SynapseSpark + parents: + all: + - *ref_89 + immediate: + - *ref_89 + properties: + - schema: &ref_1108 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_1109 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_239 + serializedName: minNodeCount + language: + default: + name: minNodeCount + description: '' + protocol: {} + - schema: *ref_240 + serializedName: enabled + language: + default: + name: enabled + description: '' + protocol: {} + - schema: *ref_241 + serializedName: maxNodeCount + language: + default: + name: maxNodeCount + description: '' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: AutoScaleProperties + description: Auto scale properties + namespace: '' + protocol: {} + serializedName: autoScaleProperties + language: + default: + name: autoScaleProperties + description: Auto scale properties. + protocol: {} + - schema: &ref_1110 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_242 + serializedName: delayInMinutes + language: + default: + name: delayInMinutes + description: '' + protocol: {} + - schema: *ref_240 + serializedName: enabled + language: + default: + name: enabled + description: '' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: AutoPauseProperties + description: Auto pause properties + namespace: '' + protocol: {} + serializedName: autoPauseProperties + language: + default: + name: autoPauseProperties + description: Auto pause properties. + protocol: {} + - schema: *ref_243 + serializedName: sparkVersion + language: + default: + name: sparkVersion + description: Spark version. + protocol: {} + - schema: *ref_244 + serializedName: nodeCount + language: + default: + name: nodeCount + description: The number of compute nodes currently assigned to the compute. + protocol: {} + - schema: *ref_245 + serializedName: nodeSize + language: + default: + name: nodeSize + description: Node size. + protocol: {} + - schema: *ref_246 + serializedName: nodeSizeFamily + language: + default: + name: nodeSizeFamily + description: Node size family. + protocol: {} + - schema: *ref_247 + serializedName: subscriptionId + language: + default: + name: subscriptionId + description: Azure subscription identifier. + protocol: {} + - schema: *ref_248 + serializedName: resourceGroup + language: + default: + name: resourceGroup + description: Name of the resource group in which workspace is located. + protocol: {} + - schema: *ref_249 + serializedName: workspaceName + language: + default: + name: workspaceName + description: Name of Azure Machine Learning workspace. + protocol: {} + - schema: *ref_250 + serializedName: poolName + language: + default: + name: poolName + description: Pool name. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: SynapseSparkProperties + description: '' + namespace: '' + protocol: {} + serializedName: properties + language: + default: + name: properties + description: '' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: SynapseSpark + language: + default: + name: SynapseSpark + description: A SynapseSpark compute. namespace: '' protocol: {} - - *ref_208 - - *ref_94 - - *ref_122 - - *ref_231 - - *ref_200 - - *ref_240 - - *ref_196 - - *ref_192 - - *ref_241 immediate: - - *ref_92 - - *ref_208 - - *ref_94 - - *ref_122 - - *ref_231 - - *ref_200 - - *ref_240 - - *ref_196 - - *ref_192 - - *ref_241 - discriminator: *ref_273 - language: - default: &ref_274 - name: ComputeClassification - description: discriminated type - discriminatorInterface: ComputeClassification - go: *ref_274 + - *ref_90 + - *ref_111 + - *ref_121 + - *ref_149 + - *ref_216 + - *ref_227 + - *ref_251 + - *ref_232 + - *ref_236 + - *ref_252 + discriminator: + all: + AKS: *ref_90 + AmlCompute: *ref_121 + ComputeInstance: *ref_149 + DataFactory: *ref_251 + DataLakeAnalytics: *ref_236 + Databricks: *ref_232 + HDInsight: *ref_227 + Kubernetes: *ref_111 + SynapseSpark: *ref_252 + VirtualMachine: *ref_216 + immediate: + AKS: *ref_90 + AmlCompute: *ref_121 + ComputeInstance: *ref_149 + DataFactory: *ref_251 + DataLakeAnalytics: *ref_236 + Databricks: *ref_232 + HDInsight: *ref_227 + Kubernetes: *ref_111 + SynapseSpark: *ref_252 + VirtualMachine: *ref_216 + property: &ref_254 + schema: *ref_253 + isDiscriminator: true + required: true + serializedName: computeType + language: &ref_2008 + default: + name: computeType + description: The type of compute + protocol: {} + properties: + - *ref_254 + - schema: *ref_255 + readOnly: true + required: false + serializedName: computeLocation + language: + default: + name: computeLocation + description: Location for the underlying compute + protocol: {} + - schema: *ref_256 + readOnly: true + required: false + serializedName: provisioningState + language: &ref_2009 + default: + name: provisioningState + description: The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. + protocol: {} + - schema: *ref_257 + required: false + serializedName: description + language: &ref_2010 + default: + name: description + description: The description of the Machine Learning compute. + protocol: {} + - schema: *ref_258 + readOnly: true + required: false + serializedName: createdOn + language: &ref_2011 + default: + name: createdOn + description: The time at which the compute was created. + protocol: {} + - schema: *ref_259 + readOnly: true + required: false + serializedName: modifiedOn + language: &ref_2012 + default: + name: modifiedOn + description: The time at which the compute was last modified. + protocol: {} + - schema: *ref_260 + required: false + serializedName: resourceId + language: &ref_2013 + default: + name: resourceId + description: ARM resource id of the underlying compute + protocol: {} + - schema: &ref_1149 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_137 + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: ComputeProvisioningErrors + description: Errors during provisioning + protocol: {} + readOnly: true + required: false + serializedName: provisioningErrors + extensions: + x-ms-identifiers: + - /error/code + language: + default: + name: provisioningErrors + description: Errors during provisioning + protocol: {} + - schema: *ref_261 + readOnly: true + required: false + serializedName: isAttachedCompute + language: &ref_2049 + default: + name: isAttachedCompute + description: Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. + protocol: {} + - schema: *ref_262 + required: false + serializedName: disableLocalAuth + language: + default: + name: disableLocalAuth + description: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2007 + default: + name: Compute + description: Machine Learning compute object. + namespace: '' protocol: {} serializedName: properties - language: &ref_2897 + language: &ref_2006 default: name: properties description: Compute properties - go: - name: Properties - description: Compute properties - byValue: true protocol: {} serializationFormats: - json usage: - output - input - language: &ref_2896 + language: &ref_2005 default: name: ComputeResourceSchema description: '' namespace: '' - go: - name: ComputeResourceSchema - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_71 - - *ref_275 + - *ref_69 + - *ref_263 properties: - - schema: *ref_276 + - schema: *ref_264 serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: *ref_277 + - schema: *ref_265 serializedName: location - language: &ref_2895 + language: &ref_2004 default: name: location description: Specifies the location of the resource. - go: - name: Location - description: Specifies the location of the resource. protocol: {} - - schema: *ref_278 + - schema: *ref_266 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Contains resource tags defined as key/value pairs. - go: - name: Tags - description: Contains resource tags defined as key/value pairs. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} serializationFormats: - json @@ -20216,89 +14542,62 @@ schemas: name: ComputeResource description: Machine Learning compute object wrapped into ARM resource envelope. namespace: '' - go: - name: ComputeResource - description: ComputeResource - Machine Learning compute object wrapped into ARM resource envelope. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_847 + - &ref_774 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_1037 + - schema: &ref_963 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_280 + - schema: *ref_268 readOnly: true serializedName: groupId - language: &ref_3078 + language: &ref_2187 default: name: groupId description: The private link resource group id. - go: - name: GroupID - description: READ-ONLY; The private link resource group id. protocol: {} - - schema: &ref_1233 + - schema: &ref_1153 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_281 + elementType: *ref_269 language: default: name: PrivateLinkResourcePropertiesRequiredMembers description: The private link resource required member names. - go: - name: '[]*string' - description: The private link resource required member names. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: requiredMembers - language: &ref_3079 + language: &ref_2188 default: name: requiredMembers description: The private link resource required member names. - go: - name: RequiredMembers - description: READ-ONLY; The private link resource required member names. - byValue: true protocol: {} - - schema: &ref_1234 + - schema: &ref_1154 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_282 + elementType: *ref_270 language: default: name: PrivateLinkResourcePropertiesRequiredZoneNames description: The private link resource Private link DNS zone name. - go: - name: '[]*string' - description: The private link resource Private link DNS zone name. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredZoneNames language: default: name: requiredZoneNames description: The private link resource Private link DNS zone name. - go: - name: RequiredZoneNames - description: The private link resource Private link DNS zone name. - byValue: true protocol: {} serializationFormats: - json @@ -20310,67 +14609,42 @@ schemas: name: PrivateLinkResourceProperties description: Properties of a private link resource. namespace: '' - go: - name: PrivateLinkResourceProperties - description: PrivateLinkResourceProperties - Properties of a private link resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_3077 + language: &ref_2186 default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} - - schema: *ref_276 + - schema: *ref_264 serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: *ref_283 + - schema: *ref_271 serializedName: location language: default: name: location description: Specifies the location of the resource. - go: - name: Location - description: Specifies the location of the resource. protocol: {} - - schema: *ref_284 + - schema: *ref_272 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Contains resource tags defined as key/value pairs. - go: - name: Tags - description: Contains resource tags defined as key/value pairs. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} serializationFormats: - json @@ -20382,77 +14656,56 @@ schemas: name: PrivateLinkResource description: A private link resource namespace: '' - go: - name: PrivateLinkResource - description: PrivateLinkResource - A private link resource - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_848 + - &ref_775 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_1040 + - schema: &ref_966 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_285 + - schema: *ref_273 serializedName: category - language: &ref_3089 + language: &ref_2198 default: name: category description: Category of the workspace connection. - go: - name: Category - description: Category of the workspace connection. protocol: {} - - schema: *ref_286 + - schema: *ref_274 serializedName: target - language: &ref_3090 + language: &ref_2199 default: name: target description: Target of the workspace connection. - go: - name: Target - description: Target of the workspace connection. protocol: {} - - schema: *ref_287 + - schema: *ref_275 serializedName: authType - language: &ref_3091 + language: &ref_2200 default: name: authType description: Authorization type of the workspace connection. - go: - name: AuthType - description: Authorization type of the workspace connection. protocol: {} - - schema: *ref_288 + - schema: *ref_276 serializedName: value - language: &ref_3092 + language: &ref_2201 default: name: value description: Value details of the workspace connection. - go: - name: Value - description: Value details of the workspace connection. protocol: {} - - schema: *ref_289 + - schema: *ref_277 serializedName: valueFormat language: default: name: valueFormat description: format for the workspace connection value - go: - name: ValueFormat - description: format for the workspace connection value protocol: {} serializationFormats: - json @@ -20464,22 +14717,14 @@ schemas: name: WorkspaceConnectionProps description: Workspace Connection specific properties. namespace: '' - go: - name: WorkspaceConnectionProps - description: WorkspaceConnectionProps - Workspace Connection specific properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_3088 + language: &ref_2197 default: name: properties description: Properties of workspace connection. - go: - name: Properties - description: Properties of workspace connection. protocol: {} serializationFormats: - json @@ -20493,217 +14738,883 @@ schemas: name: WorkspaceConnection description: Workspace connection. namespace: '' - go: - name: WorkspaceConnection - description: WorkspaceConnection - Workspace connection. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_290 + - &ref_278 type: object apiVersions: - version: '3.0' children: all: - - &ref_386 + - &ref_364 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_278 + - *ref_69 immediate: - - *ref_290 + - *ref_278 properties: - - schema: *ref_276 + - schema: *ref_264 required: false serializedName: identity - language: &ref_3116 + language: &ref_2225 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_291 + - schema: *ref_279 required: false serializedName: kind - language: &ref_3117 + language: &ref_2226 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind + protocol: {} + - schema: &ref_280 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - &ref_281 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_280 + - &ref_287 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_281 + immediate: + - *ref_281 + properties: + - schema: *ref_282 + nullable: true + serializedName: compute + language: &ref_3011 + default: + name: compute + description: "ARM resource ID of the compute if it exists.\r\noptional" + protocol: {} + - schema: *ref_283 + nullable: true + serializedName: mirrorTraffic + language: + default: + name: mirrorTraffic + description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. + protocol: {} + - schema: *ref_284 + readOnly: true + serializedName: provisioningState + extensions: + x-ms-mutability: + - read + language: &ref_3012 + default: + name: provisioningState + description: Provisioning state for the endpoint. + protocol: {} + - schema: *ref_285 + serializedName: publicNetworkAccess + language: + default: + name: publicNetworkAccess + description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. + protocol: {} + - schema: *ref_286 + nullable: true + serializedName: traffic + language: &ref_3013 + default: + name: traffic + description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: OnlineEndpointDetails + description: Online endpoint configuration + namespace: '' + protocol: {} + immediate: + - *ref_280 + - *ref_287 + properties: + - schema: *ref_288 + required: true + serializedName: authMode + language: &ref_2231 + default: + name: authMode + description: '[Required] Use ''Key'' for key based authentication and ''AMLToken'' for Azure Machine Learning token-based authentication. ''Key'' doesn''t expire but ''AMLToken'' does.' + protocol: {} + - schema: *ref_289 + nullable: true + required: false + serializedName: description + language: &ref_2232 + default: + name: description + description: Description of the inference endpoint. + protocol: {} + - schema: &ref_976 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_290 + nullable: true + serializedName: primaryKey + extensions: + x-ms-mutability: + - create + - read + language: &ref_2301 + default: + name: primaryKey + description: The primary key. + protocol: {} + - schema: *ref_291 + nullable: true + serializedName: secondaryKey + extensions: + x-ms-mutability: + - create + - read + language: &ref_2302 + default: + name: secondaryKey + description: The secondary key. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: EndpointAuthKeys + description: Keys for endpoint authentication. + namespace: '' + protocol: {} + nullable: true + required: false + serializedName: keys + extensions: + x-ms-mutability: + - create + x-ms-secret: true + x-nullable: true + language: + default: + name: keys + description: "EndpointAuthKeys to set initially on an Endpoint.\r\nThis property will always be returned as null. AuthKey values must be retrieved using the ListKeys API." + protocol: {} + - schema: *ref_292 + nullable: true + required: false + serializedName: properties + language: &ref_2233 + default: + name: properties + description: Property dictionary. Properties can be added, but not removed or altered. + protocol: {} + - schema: *ref_293 + nullable: true + readOnly: true + required: false + serializedName: scoringUri + extensions: + x-ms-mutability: + - read + language: &ref_2234 + default: + name: scoringUri + description: Endpoint URI. + protocol: {} + - schema: *ref_294 + nullable: true + readOnly: true + required: false + serializedName: swaggerUri + extensions: + x-ms-mutability: + - read + language: &ref_2235 + default: + name: swaggerUri + description: Endpoint Swagger URI. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2230 + default: + name: EndpointPropertiesBase + description: Inference Endpoint base definition + namespace: '' + protocol: {} + immediate: + - *ref_281 + properties: + - schema: &ref_975 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_295 + nullable: true + serializedName: deploymentName + language: &ref_2229 + default: + name: deploymentName + description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: BatchEndpointDefaults + description: Batch endpoint default values + namespace: '' + protocol: {} + nullable: true + serializedName: defaults + extensions: + x-nullable: true + language: &ref_2228 + default: + name: defaults + description: Default values for Batch Endpoint + protocol: {} + - schema: *ref_284 + readOnly: true + serializedName: provisioningState + extensions: + x-ms-mutability: + - read + language: &ref_2285 + default: + name: provisioningState + description: Provisioning state for the endpoint. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: BatchEndpointDetails + description: Batch endpoint configuration. + namespace: '' + protocol: {} + required: true + serializedName: properties + language: &ref_2227 + default: + name: properties + description: '[Required] Additional attributes of the entity.' + protocol: {} + - schema: *ref_267 + required: false + serializedName: sku + language: &ref_2236 + default: + name: sku + description: Sku details required for ARM contract for Autoscaling. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: BatchEndpointData + description: '' + namespace: '' + protocol: {} + - &ref_365 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_278 + - *ref_69 + immediate: + - *ref_278 + properties: + - schema: *ref_264 + required: false + serializedName: identity + language: &ref_2313 + default: + name: identity + description: Managed service identity (system assigned and/or user assigned identities) + protocol: {} + - schema: *ref_296 + required: false + serializedName: kind + language: &ref_2314 + default: + name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: &ref_292 + - schema: &ref_297 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - &ref_293 + - &ref_299 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_292 - - &ref_299 + - *ref_297 + - &ref_298 type: object apiVersions: - version: 2022-02-01-preview + children: + all: + - &ref_304 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Kubernetes + parents: + all: + - *ref_298 + - *ref_299 + immediate: + - *ref_298 + properties: + - schema: &ref_1117 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_303 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_300 + nullable: true + serializedName: cpu + language: &ref_3088 + default: + name: cpu + description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" + protocol: {} + - schema: *ref_301 + nullable: true + serializedName: gpu + language: &ref_3089 + default: + name: gpu + description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" + protocol: {} + - schema: *ref_302 + nullable: true + serializedName: memory + language: &ref_3090 + default: + name: memory + description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ContainerResourceSettings + description: '' + namespace: '' + protocol: {} + nullable: true + serializedName: containerResourceLimits + extensions: + x-nullable: true + language: &ref_3087 + default: + name: containerResourceLimits + description: 'Container resource limit info:' + protocol: {} + - schema: *ref_303 + nullable: true + serializedName: containerResourceRequests + extensions: + x-nullable: true + language: &ref_3091 + default: + name: containerResourceRequests + description: 'Container resource request info:' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ContainerResourceRequirements + description: Resource requirements for each container instance within an online deployment. + namespace: '' + protocol: {} + nullable: true + serializedName: containerResourceRequirements + extensions: + x-nullable: true + language: &ref_3086 + default: + name: containerResourceRequirements + description: The resource requirements for the container (cpu and memory). + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Kubernetes + language: + default: + name: KubernetesOnlineDeployment + description: Properties specific to a KubernetesOnlineDeployment. + namespace: '' + protocol: {} + - &ref_305 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Managed + parents: + all: + - *ref_298 + - *ref_299 + immediate: + - *ref_298 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Managed + language: + default: + name: ManagedOnlineDeployment + description: Properties specific to a ManagedOnlineDeployment. + namespace: '' + protocol: {} + immediate: + - *ref_304 + - *ref_305 + discriminator: + all: + Kubernetes: *ref_304 + Managed: *ref_305 + immediate: + Kubernetes: *ref_304 + Managed: *ref_305 + property: &ref_309 + schema: *ref_306 + isDiscriminator: true + required: true + serializedName: endpointComputeType + language: &ref_3094 + default: + name: endpointComputeType + description: '[Required] The compute type of the endpoint.' + protocol: {} parents: all: - - *ref_293 + - *ref_299 immediate: - - *ref_293 + - *ref_299 properties: - - schema: *ref_294 + - schema: *ref_307 + required: false + serializedName: appInsightsEnabled + language: &ref_3093 + default: + name: appInsightsEnabled + description: If true, enables Application Insights logging. + protocol: {} + - schema: *ref_308 + required: false + serializedName: egressPublicNetworkAccess + language: + default: + name: egressPublicNetworkAccess + description: 'If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.' + protocol: {} + - *ref_309 + - schema: *ref_310 + nullable: true + required: false + serializedName: instanceType + extensions: + x-ms-mutability: + - create + - read + language: &ref_3095 + default: + name: instanceType + description: Compute instance type. + protocol: {} + - schema: &ref_320 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_311 + serializedName: failureThreshold + language: &ref_3097 + default: + name: failureThreshold + description: The number of failures to allow before returning an unhealthy status. + protocol: {} + - schema: *ref_312 + nullable: true + serializedName: initialDelay + language: &ref_3098 + default: + name: initialDelay + description: The delay before the first probe in ISO 8601 format. + protocol: {} + - schema: *ref_313 + serializedName: period + language: &ref_3099 + default: + name: period + description: The length of time between probes in ISO 8601 format. + protocol: {} + - schema: *ref_314 + serializedName: successThreshold + language: &ref_3100 + default: + name: successThreshold + description: The number of successful probes before returning a healthy status. + protocol: {} + - schema: *ref_315 + serializedName: timeout + language: &ref_3101 + default: + name: timeout + description: The probe timeout in ISO 8601 format. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ProbeSettings + description: Deployment container liveness/readiness probe configuration. + namespace: '' + protocol: {} + nullable: true + required: false + serializedName: livenessProbe + extensions: + x-nullable: true + language: &ref_3096 + default: + name: livenessProbe + description: Liveness probe monitors the health of the container regularly. + protocol: {} + - schema: *ref_316 + nullable: true + required: false + serializedName: model + language: &ref_3102 + default: + name: model + description: The URI path to the model. + protocol: {} + - schema: *ref_317 nullable: true - serializedName: compute - language: &ref_3902 + required: false + serializedName: modelMountPath + language: &ref_3103 default: - name: compute - description: "ARM resource ID of the compute if it exists.\r\noptional" - go: - name: Compute - description: ARM resource ID of the compute if it exists. optional + name: modelMountPath + description: The path to mount the model in custom container. protocol: {} - - schema: *ref_295 - nullable: true - serializedName: mirrorTraffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true + - schema: *ref_318 + required: false + serializedName: privateNetworkConnection language: default: - name: mirrorTraffic - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - go: - name: MirrorTraffic - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - byValue: true + name: privateNetworkConnection + description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." protocol: {} - - schema: *ref_296 + - schema: *ref_319 readOnly: true + required: false serializedName: provisioningState extensions: x-ms-mutability: - read - language: &ref_3903 + language: &ref_3104 default: name: provisioningState - description: Provisioning state for the endpoint. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state for the endpoint. + description: Provisioning state for the endpoint deployment. protocol: {} - - schema: *ref_297 - serializedName: publicNetworkAccess - language: + - schema: *ref_320 + nullable: true + required: false + serializedName: readinessProbe + extensions: + x-nullable: true + language: &ref_3128 default: - name: publicNetworkAccess - description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. - go: - name: PublicNetworkAccess - description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. + name: readinessProbe + description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. protocol: {} - - schema: *ref_298 + - schema: &ref_1044 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_321 + serializedName: maxConcurrentRequestsPerInstance + language: &ref_3106 + default: + name: maxConcurrentRequestsPerInstance + description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. + protocol: {} + - schema: *ref_322 + serializedName: maxQueueWait + language: &ref_3107 + default: + name: maxQueueWait + description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." + protocol: {} + - schema: *ref_323 + serializedName: requestTimeout + language: &ref_3108 + default: + name: requestTimeout + description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: OnlineRequestSettings + description: Online deployment scoring requests configuration. + namespace: '' + protocol: {} nullable: true - serializedName: traffic + required: false + serializedName: requestSettings extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3904 + x-nullable: true + language: &ref_3105 default: - name: traffic - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - go: - name: Traffic - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - byValue: true + name: requestSettings + description: Request settings for the deployment. + protocol: {} + - schema: &ref_324 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_329 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Default + parents: + all: + - *ref_324 + immediate: + - *ref_324 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Default + language: + default: + name: DefaultScaleSettings + description: '' + namespace: '' + protocol: {} + - &ref_330 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TargetUtilization + parents: + all: + - *ref_324 + immediate: + - *ref_324 + properties: + - schema: *ref_325 + serializedName: maxInstances + language: + default: + name: maxInstances + description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. + protocol: {} + - schema: *ref_326 + serializedName: minInstances + language: + default: + name: minInstances + description: The minimum number of instances to always be present. + protocol: {} + - schema: *ref_327 + serializedName: pollingInterval + language: + default: + name: pollingInterval + description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. + protocol: {} + - schema: *ref_328 + serializedName: targetUtilizationPercentage + language: + default: + name: targetUtilizationPercentage + description: Target CPU usage for the autoscaler. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: TargetUtilization + language: + default: + name: TargetUtilizationScaleSettings + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_329 + - *ref_330 + discriminator: + all: + Default: *ref_329 + TargetUtilization: *ref_330 + immediate: + Default: *ref_329 + TargetUtilization: *ref_330 + property: &ref_332 + schema: *ref_331 + isDiscriminator: true + required: true + serializedName: scaleType + language: &ref_3111 + default: + name: scaleType + description: '[Required] Type of deployment scaling algorithm' + protocol: {} + properties: + - *ref_332 + serializationFormats: + - json + usage: + - output + - input + language: &ref_3110 + default: + name: OnlineScaleSettings + description: Online deployment scaling configuration. + namespace: '' + protocol: {} + nullable: true + required: false + serializedName: scaleSettings + extensions: + x-nullable: true + language: &ref_3109 + default: + name: scaleSettings + description: "Scale settings for the deployment.\r\nIf it is null or not provided,\r\nit defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment\r\nand to DefaultScaleSettings for ManagedOnlineDeployment." protocol: {} serializationFormats: - json usage: - output - input - language: + language: &ref_3092 default: - name: OnlineEndpointDetails - description: Online endpoint configuration - namespace: '' - go: - name: OnlineEndpointDetails - description: OnlineEndpointDetails - Online endpoint configuration - hasArrayMap: true - marshallingFormat: json + name: OnlineDeploymentDetails + description: '' namespace: '' protocol: {} + - *ref_304 + - *ref_305 immediate: - - *ref_292 - - *ref_299 + - *ref_297 + - *ref_298 properties: - - schema: *ref_300 - required: true - serializedName: authMode - language: &ref_3122 - default: - name: authMode - description: '[Required] Use ''Key'' for key based authentication and ''AMLToken'' for Azure Machine Learning token-based authentication. ''Key'' doesn''t expire but ''AMLToken'' does.' - go: - name: AuthMode - description: REQUIRED; [Required] Use 'Key' for key based authentication and 'AMLToken' for Azure Machine Learning token-based authentication. 'Key' doesn't expire but 'AMLToken' does. - protocol: {} - - schema: *ref_301 - nullable: true - required: false - serializedName: description - language: &ref_3123 - default: - name: description - description: Description of the inference endpoint. - go: - name: Description - description: Description of the inference endpoint. - protocol: {} - - schema: &ref_1050 + - schema: &ref_990 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_302 + - schema: *ref_333 nullable: true - serializedName: primaryKey + required: false + serializedName: codeId extensions: x-ms-mutability: - create - read - language: &ref_3192 + language: &ref_2338 default: - name: primaryKey - description: The primary key. - go: - name: PrimaryKey - description: The primary key. + name: codeId + description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_303 - nullable: true - serializedName: secondaryKey + - schema: *ref_334 + required: true + serializedName: scoringScript extensions: x-ms-mutability: - create - read - language: &ref_3193 + language: &ref_2339 default: - name: secondaryKey - description: The secondary key. - go: - name: SecondaryKey - description: The secondary key. + name: scoringScript + description: '[Required] The script to execute on startup. eg. "score.py"' protocol: {} serializationFormats: - json @@ -20712,114 +15623,368 @@ schemas: - input language: default: - name: EndpointAuthKeys - description: Keys for endpoint authentication. - namespace: '' - go: - name: EndpointAuthKeys - description: EndpointAuthKeys - Keys for endpoint authentication. - marshallingFormat: json + name: CodeConfiguration + description: Configuration for a scoring code asset. namespace: '' protocol: {} nullable: true - required: false - serializedName: keys + serializedName: codeConfiguration extensions: - x-ms-mutability: - - create - x-ms-secret: true x-nullable: true - language: + language: &ref_2337 default: - name: keys - description: "EndpointAuthKeys to set initially on an Endpoint.\r\nThis property will always be returned as null. AuthKey values must be retrieved using the ListKeys API." - go: - name: Keys - description: EndpointAuthKeys to set initially on an Endpoint. This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API. + name: codeConfiguration + description: Code configuration for the endpoint deployment. protocol: {} - - schema: *ref_304 + - schema: *ref_335 + nullable: true + serializedName: description + language: &ref_2340 + default: + name: description + description: Description of the endpoint deployment. + protocol: {} + - schema: *ref_336 + nullable: true + serializedName: environmentId + language: &ref_2341 + default: + name: environmentId + description: ARM resource ID of the environment specification for the endpoint deployment. + protocol: {} + - schema: *ref_337 + nullable: true + serializedName: environmentVariables + language: &ref_2342 + default: + name: environmentVariables + description: Environment variables configuration for the deployment. + protocol: {} + - schema: *ref_338 nullable: true - required: false serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3124 + language: &ref_2343 default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: Properties - description: Property dictionary. Properties can be added, but not removed or altered. - byValue: true protocol: {} - - schema: *ref_305 + serializationFormats: + - json + usage: + - output + - input + language: &ref_2336 + default: + name: EndpointDeploymentPropertiesBase + description: Base definition for endpoint deployment. + namespace: '' + protocol: {} + immediate: + - *ref_299 + properties: + - schema: *ref_339 + nullable: true + serializedName: compute + language: &ref_2316 + default: + name: compute + description: Compute target for batch inference operation. + protocol: {} + - schema: *ref_340 + serializedName: errorThreshold + language: &ref_2317 + default: + name: errorThreshold + description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." + protocol: {} + - schema: *ref_341 + serializedName: loggingLevel + language: &ref_2318 + default: + name: loggingLevel + description: Logging level for batch inference operation. + protocol: {} + - schema: *ref_342 + serializedName: maxConcurrencyPerInstance + language: &ref_2319 + default: + name: maxConcurrencyPerInstance + description: Indicates maximum number of parallelism per instance. + protocol: {} + - schema: *ref_343 + serializedName: miniBatchSize + language: &ref_2320 + default: + name: miniBatchSize + description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." + protocol: {} + - schema: &ref_344 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_350 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: DataPath + parents: + all: + - *ref_344 + immediate: + - *ref_344 + properties: + - schema: *ref_345 + nullable: true + serializedName: datastoreId + language: + default: + name: datastoreId + description: ARM resource ID of the datastore where the asset is located. + protocol: {} + - schema: *ref_346 + nullable: true + serializedName: path + language: + default: + name: path + description: The path of the file/directory in the datastore. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: DataPath + language: + default: + name: DataPathAssetReference + description: Reference to an asset via its path in a datastore. + namespace: '' + protocol: {} + - &ref_351 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Id + parents: + all: + - *ref_344 + immediate: + - *ref_344 + properties: + - schema: *ref_347 + required: true + serializedName: assetId + language: &ref_2322 + default: + name: assetId + description: '[Required] ARM resource ID of the asset.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Id + language: + default: + name: IdAssetReference + description: Reference to an asset via its ARM resource ID. + namespace: '' + protocol: {} + - &ref_352 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: OutputPath + parents: + all: + - *ref_344 + immediate: + - *ref_344 + properties: + - schema: *ref_348 + nullable: true + serializedName: jobId + language: + default: + name: jobId + description: ARM resource ID of the job. + protocol: {} + - schema: *ref_349 + nullable: true + serializedName: path + language: + default: + name: path + description: The path of the file/directory in the job output. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: OutputPath + language: + default: + name: OutputPathAssetReference + description: Reference to an asset via its path in a job output. + namespace: '' + protocol: {} + immediate: + - *ref_350 + - *ref_351 + - *ref_352 + discriminator: + all: + DataPath: *ref_350 + Id: *ref_351 + OutputPath: *ref_352 + immediate: + DataPath: *ref_350 + Id: *ref_351 + OutputPath: *ref_352 + property: &ref_354 + schema: *ref_353 + isDiscriminator: true + required: true + serializedName: referenceType + language: &ref_2324 + default: + name: referenceType + description: '[Required] Specifies the type of asset reference.' + protocol: {} + properties: + - *ref_354 + serializationFormats: + - json + usage: + - output + - input + language: &ref_2323 + default: + name: AssetReferenceBase + description: Base definition for asset references. + namespace: '' + protocol: {} + nullable: true + serializedName: model + extensions: + x-nullable: true + language: &ref_2321 + default: + name: model + description: Reference to the model asset for the endpoint deployment. + protocol: {} + - schema: *ref_355 + serializedName: outputAction + language: &ref_2325 + default: + name: outputAction + description: Indicates how the output will be organized. + protocol: {} + - schema: *ref_356 + nullable: true + serializedName: outputFileName + language: &ref_2326 + default: + name: outputFileName + description: Customized output file name for append_row output action. + protocol: {} + - schema: *ref_319 + readOnly: true + serializedName: provisioningState + extensions: + x-ms-mutability: + - read + language: &ref_2327 + default: + name: provisioningState + description: Provisioning state for the endpoint deployment. + protocol: {} + - schema: &ref_473 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_357 + serializedName: instanceCount + extensions: + x-ms-mutability: + - create + - read + language: &ref_2329 + default: + name: instanceCount + description: Optional number of instances or nodes used by the compute target. + protocol: {} + - schema: *ref_358 nullable: true - readOnly: true - required: false - serializedName: scoringUri + serializedName: instanceType extensions: x-ms-mutability: + - create - read - language: &ref_3125 + language: &ref_2330 default: - name: scoringUri - description: Endpoint URI. - go: - name: ScoringURI - description: READ-ONLY; Endpoint URI. + name: instanceType + description: Optional type of VM used as supported by the compute target. protocol: {} - - schema: *ref_306 + - schema: *ref_359 nullable: true - readOnly: true - required: false - serializedName: swaggerUri + serializedName: properties extensions: x-ms-mutability: + - create - read - language: &ref_3126 + language: &ref_2331 default: - name: swaggerUri - description: Endpoint Swagger URI. - go: - name: SwaggerURI - description: READ-ONLY; Endpoint Swagger URI. + name: properties + description: Additional properties bag. protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3121 + language: default: - name: EndpointPropertiesBase - description: Inference Endpoint base definition - namespace: '' - go: - name: EndpointPropertiesBase - description: EndpointPropertiesBase - Inference Endpoint base definition - hasArrayMap: true - marshallingFormat: json + name: ResourceConfiguration + description: '' namespace: '' protocol: {} - immediate: - - *ref_293 - properties: - - schema: &ref_1049 + nullable: true + serializedName: resources + extensions: + x-nullable: true + language: &ref_2328 + default: + name: resources + description: "Indicates compute configuration for the job.\r\nIf not provided, will default to the defaults defined in ResourceConfiguration." + protocol: {} + - schema: &ref_989 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_307 - nullable: true - serializedName: deploymentName - language: &ref_3120 + - schema: *ref_360 + serializedName: maxRetries + language: &ref_2334 default: - name: deploymentName - description: "Name of the deployment that will be default for the endpoint.\r\nThis deployment will end up getting 100% traffic when the endpoint scoring URL is invoked." - go: - name: DeploymentName - description: Name of the deployment that will be default for the endpoint. This deployment will end up getting 100% traffic when the endpoint scoring URL is invoked. + name: maxRetries + description: Maximum retry count for a mini-batch + protocol: {} + - schema: *ref_361 + serializedName: timeout + language: &ref_2335 + default: + name: timeout + description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} serializationFormats: - json @@ -20828,40 +15993,18 @@ schemas: - input language: default: - name: BatchEndpointDefaults - description: Batch endpoint default values - namespace: '' - go: - name: BatchEndpointDefaults - description: BatchEndpointDefaults - Batch endpoint default values - marshallingFormat: json + name: BatchRetrySettings + description: Retry settings for a batch inference operation. namespace: '' protocol: {} nullable: true - serializedName: defaults + serializedName: retrySettings extensions: x-nullable: true - language: &ref_3119 - default: - name: defaults - description: Default values for Batch Endpoint - go: - name: Defaults - description: Default values for Batch Endpoint - protocol: {} - - schema: *ref_296 - readOnly: true - serializedName: provisioningState - extensions: - x-ms-mutability: - - read - language: &ref_3176 + language: &ref_2333 default: - name: provisioningState - description: Provisioning state for the endpoint. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state for the endpoint. + name: retrySettings + description: "Retry Settings for the batch inference operation.\r\nIf not provided, will default to the defaults defined in BatchRetrySettings." protocol: {} serializationFormats: - json @@ -20870,35 +16013,78 @@ schemas: - input language: default: - name: BatchEndpointDetails - description: Batch endpoint configuration. - namespace: '' - go: - name: BatchEndpointDetails - description: BatchEndpointDetails - Batch endpoint configuration. - marshallingFormat: json + name: BatchDeploymentDetails + description: Batch inference settings per deployment. namespace: '' protocol: {} required: true serializedName: properties - language: &ref_3118 + language: &ref_2315 + default: + name: properties + description: '[Required] Additional attributes of the entity.' + protocol: {} + - schema: *ref_267 + required: false + serializedName: sku + language: &ref_2344 + default: + name: sku + description: Sku details required for ARM contract for Autoscaling. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: BatchDeploymentData + description: '' + namespace: '' + protocol: {} + - &ref_366 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_278 + - *ref_69 + immediate: + - *ref_278 + properties: + - schema: *ref_264 + required: false + serializedName: identity + language: &ref_3008 + default: + name: identity + description: Managed service identity (system assigned and/or user assigned identities) + protocol: {} + - schema: *ref_362 + required: false + serializedName: kind + language: &ref_3009 + default: + name: kind + description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. + protocol: {} + - schema: *ref_287 + required: true + serializedName: properties + language: &ref_3010 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} - - schema: *ref_279 + - schema: *ref_267 required: false serializedName: sku - language: &ref_3127 + language: &ref_3014 default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} serializationFormats: - json @@ -20907,952 +16093,846 @@ schemas: - input language: default: - name: BatchEndpointData - description: '' - namespace: '' - go: - name: BatchEndpointData + name: OnlineEndpointData description: '' - marshallingFormat: json namespace: '' protocol: {} - - &ref_387 + - &ref_367 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_290 - - *ref_71 + - *ref_278 + - *ref_69 immediate: - - *ref_290 + - *ref_278 properties: - - schema: *ref_276 + - schema: *ref_264 required: false serializedName: identity - language: &ref_3204 + language: &ref_3083 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_308 + - schema: *ref_363 required: false serializedName: kind - language: &ref_3205 + language: &ref_3084 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: &ref_309 + - schema: *ref_298 + required: true + serializedName: properties + language: &ref_3085 + default: + name: properties + description: '[Required] Additional attributes of the entity.' + protocol: {} + - schema: *ref_267 + required: false + serializedName: sku + language: &ref_3112 + default: + name: sku + description: Sku details required for ARM contract for Autoscaling. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: OnlineDeploymentData + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_364 + - *ref_365 + - *ref_366 + - *ref_367 + parents: + all: + - *ref_69 + immediate: + - *ref_69 + properties: + - schema: *ref_368 + required: false + serializedName: tags + extensions: + x-ms-mutability: + - read + - create + - update + language: &ref_2243 + default: + name: tags + description: Resource tags. + protocol: {} + - schema: *ref_369 + required: true + serializedName: location + extensions: + x-ms-mutability: + - read + - create + language: &ref_2244 + default: + name: location + description: The geo-location where the resource lives + protocol: {} + serializationFormats: + - json + summary: Tracked Resource + usage: + - output + - input + language: &ref_2242 + default: + name: TrackedResource + description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' + namespace: '' + summary: Tracked Resource + protocol: {} + - *ref_364 + - *ref_365 + - &ref_776 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_69 + immediate: + - *ref_69 + properties: + - schema: &ref_370 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - &ref_371 type: object apiVersions: - version: 2022-02-01-preview - parents: + children: all: - - &ref_311 + - *ref_370 + - &ref_403 type: object apiVersions: - version: 2022-02-01-preview - children: + parents: all: - - *ref_309 - - &ref_310 + - *ref_371 + - &ref_373 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_382 + children: all: - - &ref_316 + - *ref_371 + - *ref_370 + - &ref_372 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: EndpointComputeTypeKubernetes - parents: + children: all: - - *ref_310 - - *ref_311 - immediate: - - *ref_310 - properties: - - schema: &ref_1197 + - &ref_396 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - schema: *ref_374 + nullable: true + serializedName: codeUri + language: &ref_2448 + default: + name: codeUri + description: Uri where code is located + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: CodeVersionDetails + description: Code asset version details. + namespace: '' + protocol: {} + - &ref_397 type: object apiVersions: - version: 2022-02-01-preview + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 properties: - - schema: &ref_315 + - schema: *ref_2 + nullable: true + serializedName: componentSpec + extensions: + x-ms-mutability: + - create + - read + language: &ref_2514 + default: + name: componentSpec + description: "Defines Component definition details.\r\n" + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ComponentVersionDetails + description: 'Definition of a component version: defines resources that span component types.' + namespace: '' + protocol: {} + - &ref_375 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_377 type: object apiVersions: - version: 2022-02-01-preview + discriminatorValue: MLTable + parents: + all: + - *ref_375 + - *ref_372 + - *ref_373 + immediate: + - *ref_375 properties: - - schema: *ref_312 - nullable: true - serializedName: cpu - language: &ref_3979 - default: - name: cpu - description: "Number of vCPUs request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: CPU - description: 'Number of vCPUs request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - protocol: {} - - schema: *ref_313 - nullable: true - serializedName: gpu - language: &ref_3980 - default: - name: gpu - description: "Number of Nvidia GPU cards request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: Gpu - description: 'Number of Nvidia GPU cards request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' - protocol: {} - - schema: *ref_314 + - schema: &ref_1201 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_376 + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: MLTableDataReferencedUris + description: Uris referenced in the MLTable definition (required for lineage) + protocol: {} nullable: true - serializedName: memory - language: &ref_3981 + serializedName: referencedUris + extensions: + x-ms-mutability: + - create + - read + language: default: - name: memory - description: "Memory size request/limit for container. More info:\r\nhttps://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" - go: - name: Memory - description: 'Memory size request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/' + name: referencedUris + description: Uris referenced in the MLTable definition (required for lineage) protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: MLTable language: default: - name: ContainerResourceSettings - description: '' + name: MLTableData + description: MLTable data definition namespace: '' - go: - name: ContainerResourceSettings - description: '' - marshallingFormat: json + protocol: {} + - &ref_378 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: UriFile + parents: + all: + - *ref_375 + - *ref_372 + - *ref_373 + immediate: + - *ref_375 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: UriFile + language: + default: + name: UriFileDataVersion + description: uri-file data version entity namespace: '' protocol: {} - nullable: true - serializedName: containerResourceLimits - extensions: - x-nullable: true - language: &ref_3978 - default: - name: containerResourceLimits - description: 'Container resource limit info:' - go: - name: ContainerResourceLimits - description: 'Container resource limit info:' - protocol: {} - - schema: *ref_315 - nullable: true - serializedName: containerResourceRequests - extensions: - x-nullable: true - language: &ref_3982 - default: - name: containerResourceRequests - description: 'Container resource request info:' - go: - name: ContainerResourceRequests - description: 'Container resource request info:' - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ContainerResourceRequirements - description: Resource requirements for each container instance within an online deployment. - namespace: '' - go: - name: ContainerResourceRequirements - description: ContainerResourceRequirements - Resource requirements for each container instance within an online deployment. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: containerResourceRequirements - extensions: - x-nullable: true - language: &ref_3977 - default: - name: containerResourceRequirements - description: The resource requirements for the container (cpu and memory). - go: - name: ContainerResourceRequirements - description: The resource requirements for the container (cpu and memory). - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Kubernetes - language: - default: - name: KubernetesOnlineDeployment - description: Properties specific to a KubernetesOnlineDeployment. - namespace: '' - go: - name: KubernetesOnlineDeployment - description: KubernetesOnlineDeployment - Properties specific to a KubernetesOnlineDeployment. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_317 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EndpointComputeTypeManaged - parents: - all: - - *ref_310 - - *ref_311 - immediate: - - *ref_310 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Managed - language: - default: - name: ManagedOnlineDeployment - description: Properties specific to a ManagedOnlineDeployment. - namespace: '' - go: - name: ManagedOnlineDeployment - description: ManagedOnlineDeployment - Properties specific to a ManagedOnlineDeployment. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_316 - - *ref_317 - discriminator: &ref_383 - all: - Kubernetes: *ref_316 - Managed: *ref_317 - immediate: - Kubernetes: *ref_316 - Managed: *ref_317 - property: &ref_321 - schema: *ref_318 - isDiscriminator: true - required: true - serializedName: endpointComputeType - language: &ref_3985 - default: - name: endpointComputeType - description: '[Required] The compute type of the endpoint.' - go: - name: EndpointComputeType - description: REQUIRED; [Required] The compute type of the endpoint. - protocol: {} - parents: &ref_384 - all: - - *ref_311 - immediate: - - *ref_311 - properties: - - schema: *ref_319 - required: false - serializedName: appInsightsEnabled - language: &ref_3984 - default: - name: appInsightsEnabled - description: If true, enables Application Insights logging. - go: - name: AppInsightsEnabled - description: If true, enables Application Insights logging. - protocol: {} - - schema: *ref_320 - required: false - serializedName: egressPublicNetworkAccess - language: - default: - name: egressPublicNetworkAccess - description: 'If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.' - go: - name: EgressPublicNetworkAccess - description: 'If Enabled, allow egress public network access. If Disabled, this will create secure egress. Default: Enabled.' - protocol: {} - - *ref_321 - - schema: *ref_322 - nullable: true - required: false - serializedName: instanceType - extensions: - x-ms-mutability: - - create - - read - language: &ref_3986 - default: - name: instanceType - description: Compute instance type. - go: - name: InstanceType - description: Compute instance type. - protocol: {} - - schema: &ref_332 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_323 - serializedName: failureThreshold - language: &ref_3988 - default: - name: failureThreshold - description: The number of failures to allow before returning an unhealthy status. - go: - name: FailureThreshold - description: The number of failures to allow before returning an unhealthy status. - protocol: {} - - schema: *ref_324 - nullable: true - serializedName: initialDelay - language: &ref_3989 - default: - name: initialDelay - description: The delay before the first probe in ISO 8601 format. - go: - name: InitialDelay - description: The delay before the first probe in ISO 8601 format. - protocol: {} - - schema: *ref_325 - serializedName: period - language: &ref_3990 - default: - name: period - description: The length of time between probes in ISO 8601 format. - go: - name: Period - description: The length of time between probes in ISO 8601 format. - protocol: {} - - schema: *ref_326 - serializedName: successThreshold - language: &ref_3991 - default: - name: successThreshold - description: The number of successful probes before returning a healthy status. - go: - name: SuccessThreshold - description: The number of successful probes before returning a healthy status. - protocol: {} - - schema: *ref_327 - serializedName: timeout - language: &ref_3992 - default: - name: timeout - description: The probe timeout in ISO 8601 format. - go: - name: Timeout - description: The probe timeout in ISO 8601 format. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ProbeSettings - description: Deployment container liveness/readiness probe configuration. - namespace: '' - go: - name: ProbeSettings - description: ProbeSettings - Deployment container liveness/readiness probe configuration. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - required: false - serializedName: livenessProbe - extensions: - x-nullable: true - language: &ref_3987 - default: - name: livenessProbe - description: Liveness probe monitors the health of the container regularly. - go: - name: LivenessProbe - description: Liveness probe monitors the health of the container regularly. - protocol: {} - - schema: *ref_328 - nullable: true - required: false - serializedName: model - language: &ref_3993 - default: - name: model - description: The URI path to the model. - go: - name: Model - description: The URI path to the model. - protocol: {} - - schema: *ref_329 - nullable: true - required: false - serializedName: modelMountPath - language: &ref_3994 - default: - name: modelMountPath - description: The path to mount the model in custom container. - go: - name: ModelMountPath - description: The path to mount the model in custom container. - protocol: {} - - schema: *ref_330 - required: false - serializedName: privateNetworkConnection - language: - default: - name: privateNetworkConnection - description: "If true, enable private network connection.\r\nDEPRECATED for future API versions. Use EgressPublicNetworkAccess." - go: - name: PrivateNetworkConnection - description: If true, enable private network connection. DEPRECATED for future API versions. Use EgressPublicNetworkAccess. - protocol: {} - - schema: *ref_331 - readOnly: true - required: false - serializedName: provisioningState - extensions: - x-ms-mutability: - - read - language: &ref_3995 - default: - name: provisioningState - description: Provisioning state for the endpoint deployment. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state for the endpoint deployment. - protocol: {} - - schema: *ref_332 - nullable: true - required: false - serializedName: readinessProbe - extensions: - x-nullable: true - language: &ref_4019 - default: - name: readinessProbe - description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. - go: - name: ReadinessProbe - description: Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. - protocol: {} - - schema: &ref_1121 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_333 - serializedName: maxConcurrentRequestsPerInstance - language: &ref_3997 - default: - name: maxConcurrentRequestsPerInstance - description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. - go: - name: MaxConcurrentRequestsPerInstance - description: The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. - protocol: {} - - schema: *ref_334 - serializedName: maxQueueWait - language: &ref_3998 - default: - name: maxQueueWait - description: "The maximum amount of time a request will stay in the queue in ISO 8601 format.\r\nDefaults to 500ms." - go: - name: MaxQueueWait - description: The maximum amount of time a request will stay in the queue in ISO 8601 format. Defaults to 500ms. - protocol: {} - - schema: *ref_335 - serializedName: requestTimeout - language: &ref_3999 - default: - name: requestTimeout - description: "The scoring timeout in ISO 8601 format.\r\nDefaults to 5000ms." - go: - name: RequestTimeout - description: The scoring timeout in ISO 8601 format. Defaults to 5000ms. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: OnlineRequestSettings - description: Online deployment scoring requests configuration. - namespace: '' - go: - name: OnlineRequestSettings - description: OnlineRequestSettings - Online deployment scoring requests configuration. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - required: false - serializedName: requestSettings - extensions: - x-nullable: true - language: &ref_3996 - default: - name: requestSettings - description: Request settings for the deployment. - go: - name: RequestSettings - description: Request settings for the deployment. - protocol: {} - - schema: - type: object - children: &ref_336 - all: - - &ref_337 + - &ref_379 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: UriFolder + parents: + all: + - *ref_375 + - *ref_372 + - *ref_373 + immediate: + - *ref_375 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: UriFolder + language: + default: + name: UriFolderDataVersion + description: uri-folder data version entity + namespace: '' + protocol: {} + immediate: + - *ref_377 + - *ref_378 + - *ref_379 + discriminator: + all: + MLTable: *ref_377 + UriFile: *ref_378 + UriFolder: *ref_379 + immediate: + MLTable: *ref_377 + UriFile: *ref_378 + UriFolder: *ref_379 + property: &ref_381 + schema: *ref_380 + isDiscriminator: true + required: true + serializedName: dataType + extensions: + x-ms-mutability: + - create + - read + language: &ref_2581 + default: + name: dataType + description: '[Required] Specifies the type of data.' + protocol: {} + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - *ref_381 + - schema: *ref_382 + required: true + serializedName: dataUri + extensions: + x-ms-mutability: + - create + - read + language: &ref_2582 + default: + name: dataUri + description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2580 + default: + name: DataVersionBaseDetails + description: Data version base definition + namespace: '' + protocol: {} + - &ref_398 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ScaleTypeDefault parents: all: - - &ref_338 + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - schema: &ref_1029 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_336 - discriminator: &ref_346 - all: - Default: *ref_337 - TargetUtilization: &ref_343 + properties: + - schema: *ref_383 + required: true + serializedName: contextUri + extensions: + x-ms-mutability: + - create + - read + language: &ref_2718 + default: + name: contextUri + description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" + protocol: {} + - schema: *ref_384 + nullable: true + required: false + serializedName: dockerfilePath + extensions: + x-ms-mutability: + - create + - read + language: &ref_2719 + default: + name: dockerfilePath + description: "Path to the Dockerfile in the build context.\r\n" + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: BuildContext + description: Configuration settings for Docker build context + namespace: '' + protocol: {} + serializedName: build + extensions: + x-ms-mutability: + - create + - read + language: &ref_2717 + default: + name: build + description: Configuration settings for Docker build context. + protocol: {} + - schema: *ref_385 + serializedName: condaFile + extensions: + x-ms-mutability: + - create + - read + language: &ref_2720 + default: + name: condaFile + description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" + protocol: {} + - schema: *ref_386 + readOnly: true + serializedName: environmentType + extensions: + x-ms-mutability: + - read + language: &ref_2721 + default: + name: environmentType + description: "Environment type is either user managed or curated by the Azure ML service\r\n" + protocol: {} + - schema: *ref_387 + serializedName: image + extensions: + x-ms-mutability: + - create + - read + language: &ref_2722 + default: + name: image + description: "Name of the image that will be used for the environment.\r\n" + protocol: {} + - schema: &ref_1030 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_390 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ScaleTypeTargetUtilization - parents: - all: - - *ref_338 - immediate: - - *ref_338 properties: - - schema: *ref_339 - serializedName: maxInstances - language: - default: - name: maxInstances - description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. - go: - name: MaxInstances - description: The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. - protocol: {} - - schema: *ref_340 - serializedName: minInstances - language: - default: - name: minInstances - description: The minimum number of instances to always be present. - go: - name: MinInstances - description: The minimum number of instances to always be present. - protocol: {} - - schema: *ref_341 - serializedName: pollingInterval - language: + - schema: *ref_388 + required: true + serializedName: path + language: &ref_2725 default: - name: pollingInterval - description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. - go: - name: PollingInterval - description: The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. + name: path + description: '[Required] The path for the route.' protocol: {} - - schema: *ref_342 - serializedName: targetUtilizationPercentage - language: + - schema: *ref_389 + required: true + serializedName: port + language: &ref_2726 default: - name: targetUtilizationPercentage - description: Target CPU usage for the autoscaler. - go: - name: TargetUtilizationPercentage - description: Target CPU usage for the autoscaler. + name: port + description: '[Required] The port for the route.' protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: TargetUtilization language: default: - name: TargetUtilizationScaleSettings - description: '' - namespace: '' - go: - name: TargetUtilizationScaleSettings + name: Route description: '' - marshallingFormat: json namespace: '' protocol: {} - immediate: - Default: *ref_337 - TargetUtilization: *ref_343 - property: &ref_345 - schema: *ref_344 - isDiscriminator: true - required: true - serializedName: scaleType - language: &ref_4002 + serializedName: livenessRoute + language: &ref_2724 + default: + name: livenessRoute + description: The route to check the liveness of the inference server container. + protocol: {} + - schema: *ref_390 + serializedName: readinessRoute + language: &ref_2727 default: - name: scaleType - description: '[Required] Type of deployment scaling algorithm' - go: - name: ScaleType - description: REQUIRED; [Required] Type of deployment scaling algorithm + name: readinessRoute + description: The route to check the readiness of the inference server container. + protocol: {} + - schema: *ref_390 + serializedName: scoringRoute + language: &ref_2728 + default: + name: scoringRoute + description: The port to send the scoring requests to, within the inference server container. protocol: {} - properties: - - *ref_345 serializationFormats: - json usage: - output - input - language: &ref_4001 + language: default: - name: OnlineScaleSettings - description: Online deployment scaling configuration. - namespace: '' - go: - name: OnlineScaleSettings - description: OnlineScaleSettings - Online deployment scaling configuration. - discriminatorInterface: OnlineScaleSettingsClassification - discriminatorTypes: - - '*DefaultScaleSettings' - - '*OnlineScaleSettings' - - '*TargetUtilizationScaleSettings' - marshallingFormat: json + name: InferenceContainerProperties + description: '' namespace: '' - rootDiscriminator: true protocol: {} - immediate: - - *ref_338 + serializedName: inferenceConfig + extensions: + x-ms-mutability: + - create + - read + language: &ref_2723 + default: + name: inferenceConfig + description: Defines configuration specific to inference. + protocol: {} + - schema: *ref_391 + serializedName: osType + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: osType + description: The OS type of the environment. + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Default language: default: - name: DefaultScaleSettings - description: '' + name: EnvironmentVersionDetails + description: Environment version details. namespace: '' - go: - name: DefaultScaleSettings - description: '' - marshallingFormat: json + protocol: {} + - &ref_399 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_372 + - *ref_373 + immediate: + - *ref_372 + properties: + - schema: *ref_392 + nullable: true + serializedName: flavors + language: &ref_2968 + default: + name: flavors + description: Mapping of model flavors to their properties. + protocol: {} + - schema: *ref_393 + nullable: true + serializedName: jobName + language: + default: + name: jobName + description: Name of the training job which produced this model + protocol: {} + - schema: *ref_394 + serializedName: modelType + language: &ref_2970 + default: + name: modelType + description: The storage format for this entity. Used for NCD. + protocol: {} + - schema: *ref_395 + nullable: true + serializedName: modelUri + language: &ref_2971 + default: + name: modelUri + description: The URI path to the model contents. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ModelVersionDetails + description: Model asset version details. namespace: '' protocol: {} - - *ref_343 + - *ref_377 + - *ref_378 + - *ref_379 + immediate: + - *ref_396 + - *ref_397 + - *ref_375 + - *ref_398 + - *ref_399 + parents: + all: + - *ref_373 + immediate: + - *ref_373 + properties: + - schema: *ref_400 + serializedName: isAnonymous + extensions: + x-ms-mutability: *ref_401 + language: &ref_2450 + default: + name: isAnonymous + description: If the name version are system generated (anonymous registration). + protocol: {} + - schema: *ref_402 + serializedName: isArchived + extensions: + x-ms-mutability: + - create + - read + - update + language: + default: + name: isArchived + description: Is the asset archived? + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2449 + default: + name: AssetBase + description: '' + namespace: '' + protocol: {} + - *ref_396 + - *ref_403 + - *ref_397 + - &ref_767 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_371 + - *ref_373 immediate: - - *ref_337 - - *ref_343 - discriminator: *ref_346 + - *ref_371 + properties: + - schema: *ref_380 + required: true + serializedName: dataType + extensions: + x-ms-mutability: + - create + - read + language: &ref_2551 + default: + name: dataType + description: '[Required] Specifies the type of data.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_347 - name: OnlineScaleSettingsClassification - description: discriminated type - discriminatorInterface: OnlineScaleSettingsClassification - go: *ref_347 + default: + name: DataContainerDetails + description: Container for data asset versions. + namespace: '' protocol: {} - nullable: true - required: false - serializedName: scaleSettings - extensions: - x-nullable: true - language: &ref_4000 - default: - name: scaleSettings - description: "Scale settings for the deployment.\r\nIf it is null or not provided,\r\nit defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment\r\nand to DefaultScaleSettings for ManagedOnlineDeployment." - go: - name: ScaleSettings - description: >- - Scale settings for the deployment. If it is null or not provided, it defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment and to DefaultScaleSettings for - ManagedOnlineDeployment. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: &ref_3983 - default: - name: OnlineDeploymentDetails - description: '' - namespace: '' - go: - name: OnlineDeploymentDetails - description: '' - discriminatorInterface: OnlineDeploymentDetailsClassification - discriminatorTypes: - - '*KubernetesOnlineDeployment' - - '*ManagedOnlineDeployment' - - '*OnlineDeploymentDetails' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - - *ref_316 - - *ref_317 - immediate: - - *ref_309 - - *ref_310 - properties: - - schema: &ref_1064 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_348 - nullable: true - required: false - serializedName: codeId - extensions: - x-ms-mutability: - - create - - read - language: &ref_3229 - default: - name: codeId - description: ARM resource ID of the code asset. - go: - name: CodeID - description: ARM resource ID of the code asset. - protocol: {} - - schema: *ref_349 - required: true - serializedName: scoringScript - extensions: - x-ms-mutability: - - create - - read - language: &ref_3230 - default: - name: scoringScript - description: '[Required] The script to execute on startup. eg. "score.py"' - go: - name: ScoringScript - description: REQUIRED; [Required] The script to execute on startup. eg. "score.py" - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: CodeConfiguration - description: Configuration for a scoring code asset. - namespace: '' - go: - name: CodeConfiguration - description: CodeConfiguration - Configuration for a scoring code asset. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: codeConfiguration - extensions: - x-nullable: true - language: &ref_3228 - default: - name: codeConfiguration - description: Code configuration for the endpoint deployment. - go: - name: CodeConfiguration - description: Code configuration for the endpoint deployment. - protocol: {} - - schema: *ref_350 - nullable: true - serializedName: description - language: &ref_3231 - default: - name: description - description: Description of the endpoint deployment. - go: - name: Description - description: Description of the endpoint deployment. - protocol: {} - - schema: *ref_351 - nullable: true - serializedName: environmentId - language: &ref_3232 - default: - name: environmentId - description: ARM resource ID of the environment specification for the endpoint deployment. - go: - name: EnvironmentID - description: ARM resource ID of the environment specification for the endpoint deployment. - protocol: {} - - schema: *ref_352 - nullable: true - serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3233 - default: - name: environmentVariables - description: Environment variables configuration for the deployment. - go: - name: EnvironmentVariables - description: Environment variables configuration for the deployment. - byValue: true - protocol: {} - - schema: *ref_353 - nullable: true - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3234 - default: - name: properties - description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: Properties - description: Property dictionary. Properties can be added, but not removed or altered. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: &ref_3227 - default: - name: EndpointDeploymentPropertiesBase - description: Base definition for endpoint deployment. - namespace: '' - go: - name: EndpointDeploymentPropertiesBase - description: EndpointDeploymentPropertiesBase - Base definition for endpoint deployment. - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_311 - properties: - - schema: *ref_354 - nullable: true - serializedName: compute - language: &ref_3207 - default: - name: compute - description: Compute target for batch inference operation. - go: - name: Compute - description: Compute target for batch inference operation. - protocol: {} - - schema: *ref_355 - serializedName: errorThreshold - language: &ref_3208 - default: - name: errorThreshold - description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." - go: - name: ErrorThreshold - description: |- - Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file - failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored. - protocol: {} - - schema: *ref_356 - serializedName: loggingLevel - language: &ref_3209 - default: - name: loggingLevel - description: Logging level for batch inference operation. - go: - name: LoggingLevel - description: Logging level for batch inference operation. - protocol: {} - - schema: *ref_357 - serializedName: maxConcurrencyPerInstance - language: &ref_3210 - default: - name: maxConcurrencyPerInstance - description: Indicates maximum number of parallelism per instance. - go: - name: MaxConcurrencyPerInstance - description: Indicates maximum number of parallelism per instance. - protocol: {} - - schema: *ref_358 - serializedName: miniBatchSize - language: &ref_3211 - default: - name: miniBatchSize - description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." - go: - name: MiniBatchSize - description: Size of the mini-batch passed to each batch invocation. For FileDataset, this is the number of files per mini-batch. For TabularDataset, this is the size of the records in bytes, per mini-batch. - protocol: {} - - schema: - type: object - children: &ref_359 - all: - - &ref_360 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeDataPath - parents: - all: - - &ref_361 + - *ref_375 + - &ref_404 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_359 - discriminator: &ref_371 + children: all: - DataPath: *ref_360 - Id: &ref_365 + - &ref_422 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: AzureBlob + parents: + all: + - *ref_404 + - *ref_373 + immediate: + - *ref_404 + properties: + - schema: *ref_405 + nullable: true + serializedName: accountName + extensions: + x-ms-mutability: + - create + - read + language: &ref_2620 + default: + name: accountName + description: Storage account name. + protocol: {} + - schema: *ref_406 + nullable: true + serializedName: containerName + extensions: + x-ms-mutability: + - create + - read + language: &ref_2621 + default: + name: containerName + description: Storage account container name. + protocol: {} + - schema: *ref_407 + nullable: true + serializedName: endpoint + extensions: + x-ms-mutability: + - create + - read + language: &ref_2622 + default: + name: endpoint + description: Azure cloud endpoint for the storage account. + protocol: {} + - schema: *ref_408 + nullable: true + serializedName: protocol + extensions: + x-ms-mutability: + - create + - read + language: &ref_2623 + default: + name: protocol + description: Protocol used to communicate with the storage account. + protocol: {} + - schema: *ref_409 + serializedName: serviceDataAccessAuthIdentity + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: serviceDataAccessAuthIdentity + description: Indicates which identity to use to authenticate service data access to customer's storage. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: AzureBlob + language: + default: + name: AzureBlobDatastore + description: Azure Blob datastore configuration. + namespace: '' + protocol: {} + - &ref_423 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeID + discriminatorValue: AzureDataLakeGen1 parents: all: - - *ref_361 + - *ref_404 + - *ref_373 immediate: - - *ref_361 + - *ref_404 properties: - - schema: *ref_362 + - schema: *ref_409 + required: false + serializedName: serviceDataAccessAuthIdentity + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: serviceDataAccessAuthIdentity + description: Indicates which identity to use to authenticate service data access to customer's storage. + protocol: {} + - schema: *ref_410 required: true - serializedName: assetId - language: &ref_3213 + serializedName: storeName + extensions: + x-ms-mutability: + - create + - read + language: &ref_2648 default: - name: assetId - description: '[Required] ARM resource ID of the asset.' - go: - name: AssetID - description: REQUIRED; [Required] ARM resource ID of the asset. + name: storeName + description: '[Required] Azure Data Lake store name.' protocol: {} serializationFormats: - json @@ -21860,50 +16940,86 @@ schemas: - output - input extensions: - x-ms-discriminator-value: Id + x-ms-discriminator-value: AzureDataLakeGen1 language: default: - name: IdAssetReference - description: Reference to an asset via its ARM resource ID. - namespace: '' - go: - name: IDAssetReference - description: IDAssetReference - Reference to an asset via its ARM resource ID. - marshallingFormat: json + name: AzureDataLakeGen1Datastore + description: Azure Data Lake Gen1 datastore configuration. namespace: '' protocol: {} - OutputPath: &ref_366 + - &ref_424 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeOutputPath + discriminatorValue: AzureDataLakeGen2 parents: all: - - *ref_361 + - *ref_404 + - *ref_373 immediate: - - *ref_361 + - *ref_404 properties: - - schema: *ref_363 + - schema: *ref_411 + required: true + serializedName: accountName + extensions: + x-ms-mutability: + - create + - read + language: &ref_2662 + default: + name: accountName + description: '[Required] Storage account name.' + protocol: {} + - schema: *ref_412 nullable: true - serializedName: jobId - language: + required: false + serializedName: endpoint + extensions: + x-ms-mutability: + - create + - read + language: &ref_2663 default: - name: jobId - description: ARM resource ID of the job. - go: - name: JobID - description: ARM resource ID of the job. + name: endpoint + description: Azure cloud endpoint for the storage account. + protocol: {} + - schema: *ref_413 + required: true + serializedName: filesystem + extensions: + x-ms-mutability: + - create + - read + language: &ref_2664 + default: + name: filesystem + description: '[Required] The name of the Data Lake Gen2 filesystem.' protocol: {} - - schema: *ref_364 + - schema: *ref_414 nullable: true - serializedName: path + required: false + serializedName: protocol + extensions: + x-ms-mutability: + - create + - read + language: &ref_2665 + default: + name: protocol + description: Protocol used to communicate with the storage account. + protocol: {} + - schema: *ref_409 + required: false + serializedName: serviceDataAccessAuthIdentity + extensions: + x-ms-mutability: + - create + - read language: default: - name: path - description: The path of the file/directory in the job output. - go: - name: Path - description: The path of the file/directory in the job output. + name: serviceDataAccessAuthIdentity + description: Indicates which identity to use to authenticate service data access to customer's storage. protocol: {} serializationFormats: - json @@ -21911,752 +17027,470 @@ schemas: - output - input extensions: - x-ms-discriminator-value: OutputPath + x-ms-discriminator-value: AzureDataLakeGen2 language: default: - name: OutputPathAssetReference - description: Reference to an asset via its path in a job output. - namespace: '' - go: - name: OutputPathAssetReference - description: OutputPathAssetReference - Reference to an asset via its path in a job output. - marshallingFormat: json + name: AzureDataLakeGen2Datastore + description: Azure Data Lake Gen2 datastore configuration. namespace: '' protocol: {} - immediate: - DataPath: *ref_360 - Id: *ref_365 - OutputPath: *ref_366 - property: &ref_368 - schema: *ref_367 - isDiscriminator: true - required: true - serializedName: referenceType - language: &ref_3215 - default: - name: referenceType - description: '[Required] Specifies the type of asset reference.' - go: - name: ReferenceType - description: REQUIRED; [Required] Specifies the type of asset reference. - protocol: {} - properties: - - *ref_368 - serializationFormats: - - json - usage: - - output - - input - language: &ref_3214 - default: - name: AssetReferenceBase - description: Base definition for asset references. - namespace: '' - go: - name: AssetReferenceBase - description: AssetReferenceBase - Base definition for asset references. - discriminatorInterface: AssetReferenceBaseClassification - discriminatorTypes: - - '*AssetReferenceBase' - - '*DataPathAssetReference' - - '*IDAssetReference' - - '*OutputPathAssetReference' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_361 - properties: - - schema: *ref_369 - nullable: true - serializedName: datastoreId - language: - default: - name: datastoreId - description: ARM resource ID of the datastore where the asset is located. - go: - name: DatastoreID - description: ARM resource ID of the datastore where the asset is located. - protocol: {} - - schema: *ref_370 - nullable: true - serializedName: path - language: - default: - name: path - description: The path of the file/directory in the datastore. - go: - name: Path - description: The path of the file/directory in the datastore. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: DataPath - language: - default: - name: DataPathAssetReference - description: Reference to an asset via its path in a datastore. - namespace: '' - go: - name: DataPathAssetReference - description: DataPathAssetReference - Reference to an asset via its path in a datastore. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_365 - - *ref_366 - immediate: - - *ref_360 - - *ref_365 - - *ref_366 - discriminator: *ref_371 - language: - default: &ref_372 - name: AssetReferenceBaseClassification - description: discriminated type - discriminatorInterface: AssetReferenceBaseClassification - go: *ref_372 - protocol: {} - nullable: true - serializedName: model - extensions: - x-nullable: true - language: &ref_3212 - default: - name: model - description: Reference to the model asset for the endpoint deployment. - go: - name: Model - description: Reference to the model asset for the endpoint deployment. - byValue: true - protocol: {} - - schema: *ref_373 - serializedName: outputAction - language: &ref_3216 - default: - name: outputAction - description: Indicates how the output will be organized. - go: - name: OutputAction - description: Indicates how the output will be organized. - protocol: {} - - schema: *ref_374 - nullable: true - serializedName: outputFileName - language: &ref_3217 - default: - name: outputFileName - description: Customized output file name for append_row output action. - go: - name: OutputFileName - description: Customized output file name for append_row output action. - protocol: {} - - schema: *ref_331 - readOnly: true - serializedName: provisioningState - extensions: - x-ms-mutability: - - read - language: &ref_3218 - default: - name: provisioningState - description: Provisioning state for the endpoint deployment. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state for the endpoint deployment. - protocol: {} - - schema: &ref_501 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_375 - serializedName: instanceCount - extensions: - x-ms-mutability: - - create - - read - language: &ref_3220 - default: - name: instanceCount - description: Optional number of instances or nodes used by the compute target. - go: - name: InstanceCount - description: Optional number of instances or nodes used by the compute target. - protocol: {} - - schema: *ref_376 - nullable: true - serializedName: instanceType - extensions: - x-ms-mutability: - - create - - read - language: &ref_3221 - default: - name: instanceType - description: Optional type of VM used as supported by the compute target. - go: - name: InstanceType - description: Optional type of VM used as supported by the compute target. - protocol: {} - - schema: *ref_377 - nullable: true - serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - x-ms-mutability: - - create - - read - language: &ref_3222 - default: - name: properties - description: Additional properties bag. - go: - name: Properties - description: Additional properties bag. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ResourceConfiguration - description: '' - namespace: '' - go: - name: ResourceConfiguration - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: resources - extensions: - x-nullable: true - language: &ref_3219 - default: - name: resources - description: "Indicates compute configuration for the job.\r\nIf not provided, will default to the defaults defined in ResourceConfiguration." - go: - name: Resources - description: Indicates compute configuration for the job. If not provided, will default to the defaults defined in ResourceConfiguration. - protocol: {} - - schema: &ref_1063 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_378 - serializedName: maxRetries - language: &ref_3225 - default: - name: maxRetries - description: Maximum retry count for a mini-batch - go: - name: MaxRetries - description: Maximum retry count for a mini-batch - protocol: {} - - schema: *ref_379 - serializedName: timeout - language: &ref_3226 - default: - name: timeout - description: Invocation timeout for a mini-batch, in ISO 8601 format. - go: - name: Timeout - description: Invocation timeout for a mini-batch, in ISO 8601 format. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: BatchRetrySettings - description: Retry settings for a batch inference operation. - namespace: '' - go: - name: BatchRetrySettings - description: BatchRetrySettings - Retry settings for a batch inference operation. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: retrySettings - extensions: - x-nullable: true - language: &ref_3224 - default: - name: retrySettings - description: "Retry Settings for the batch inference operation.\r\nIf not provided, will default to the defaults defined in BatchRetrySettings." - go: - name: RetrySettings - description: Retry Settings for the batch inference operation. If not provided, will default to the defaults defined in BatchRetrySettings. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: BatchDeploymentDetails - description: Batch inference settings per deployment. - namespace: '' - go: - name: BatchDeploymentDetails - description: BatchDeploymentDetails - Batch inference settings per deployment. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: properties - language: &ref_3206 - default: - name: properties - description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - protocol: {} - - schema: *ref_279 - required: false - serializedName: sku - language: &ref_3235 - default: - name: sku - description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: BatchDeploymentData - description: '' - namespace: '' - go: - name: BatchDeploymentData - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_388 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_290 - - *ref_71 - immediate: - - *ref_290 - properties: - - schema: *ref_276 - required: false - serializedName: identity - language: &ref_3899 - default: - name: identity - description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) - protocol: {} - - schema: *ref_380 - required: false - serializedName: kind - language: &ref_3900 - default: - name: kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - protocol: {} - - schema: *ref_299 - required: true - serializedName: properties - language: &ref_3901 - default: - name: properties - description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - protocol: {} - - schema: *ref_279 - required: false - serializedName: sku - language: &ref_3905 - default: - name: sku - description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: OnlineEndpointData - description: '' - namespace: '' - go: - name: OnlineEndpointData - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_389 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_290 - - *ref_71 - immediate: - - *ref_290 - properties: - - schema: *ref_276 - required: false - serializedName: identity - language: &ref_3974 - default: - name: identity - description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) - protocol: {} - - schema: *ref_381 - required: false - serializedName: kind - language: &ref_3975 - default: - name: kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - protocol: {} - - schema: - type: object - children: *ref_382 - discriminator: *ref_383 - parents: *ref_384 - language: - default: &ref_385 - name: OnlineDeploymentDetailsClassification - description: discriminated type - discriminatorInterface: OnlineDeploymentDetailsClassification - go: *ref_385 - protocol: {} - required: true - serializedName: properties - language: &ref_3976 - default: - name: properties - description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - byValue: true - protocol: {} - - schema: *ref_279 - required: false - serializedName: sku - language: &ref_4003 - default: - name: sku - description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: OnlineDeploymentData - description: '' - namespace: '' - go: - name: OnlineDeploymentData - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_386 - - *ref_387 - - *ref_388 - - *ref_389 - parents: - all: - - *ref_71 - immediate: - - *ref_71 - properties: - - schema: *ref_390 - required: false - serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - x-ms-mutability: - - read - - create - - update - language: &ref_3134 - default: - name: tags - description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true - protocol: {} - - schema: *ref_391 - required: true - serializedName: location - extensions: - x-ms-mutability: - - read - - create - language: &ref_3135 - default: - name: location - description: The geo-location where the resource lives - go: - name: Location - description: REQUIRED; The geo-location where the resource lives - protocol: {} - serializationFormats: - - json - summary: Tracked Resource - usage: - - output - - input - language: &ref_3133 - default: - name: TrackedResource - description: The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' - namespace: '' - summary: Tracked Resource - go: - name: TrackedResource - description: TrackedResource - The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' - hasArrayMap: true - marshallingFormat: json - namespace: '' - summary: Tracked Resource - protocol: {} - - *ref_386 - - *ref_387 - - &ref_849 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_71 - immediate: - - *ref_71 - properties: - - schema: &ref_392 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - &ref_393 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_392 - - &ref_425 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_393 - - &ref_395 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_393 - - *ref_392 - - &ref_394 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - &ref_418 + - &ref_425 type: object apiVersions: - version: 2022-02-01-preview + discriminatorValue: AzureFile parents: all: - - *ref_394 - - *ref_395 + - *ref_404 + - *ref_373 immediate: - - *ref_394 + - *ref_404 properties: - - schema: *ref_396 + - schema: *ref_415 + required: true + serializedName: accountName + extensions: + x-ms-mutability: + - create + - read + language: &ref_2668 + default: + name: accountName + description: '[Required] Storage account name.' + protocol: {} + - schema: *ref_416 + nullable: true + required: false + serializedName: endpoint + extensions: + x-ms-mutability: + - create + - read + language: &ref_2669 + default: + name: endpoint + description: Azure cloud endpoint for the storage account. + protocol: {} + - schema: *ref_417 + required: true + serializedName: fileShareName + extensions: + x-ms-mutability: + - create + - read + language: &ref_2670 + default: + name: fileShareName + description: '[Required] The name of the Azure file share that the datastore points to.' + protocol: {} + - schema: *ref_418 nullable: true - serializedName: codeUri - language: &ref_3339 + required: false + serializedName: protocol + extensions: + x-ms-mutability: + - create + - read + language: &ref_2671 default: - name: codeUri - description: Uri where code is located - go: - name: CodeURI - description: Uri where code is located + name: protocol + description: Protocol used to communicate with the storage account. + protocol: {} + - schema: *ref_409 + required: false + serializedName: serviceDataAccessAuthIdentity + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: serviceDataAccessAuthIdentity + description: Indicates which identity to use to authenticate service data access to customer's storage. protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: AzureFile language: default: - name: CodeVersionDetails - description: Code asset version details. - namespace: '' - go: - name: CodeVersionDetails - description: CodeVersionDetails - Code asset version details. - marshallingFormat: json + name: AzureFileDatastore + description: Azure File datastore configuration. namespace: '' protocol: {} - - &ref_419 + - &ref_426 type: object apiVersions: - version: 2022-02-01-preview + discriminatorValue: Hdfs parents: all: - - *ref_394 - - *ref_395 + - *ref_404 + - *ref_373 immediate: - - *ref_394 + - *ref_404 properties: - - schema: *ref_2 + - schema: *ref_419 nullable: true - serializedName: componentSpec + required: false + serializedName: hdfsServerCertificate extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3405 + language: default: - name: componentSpec - description: "Defines Component definition details.\r\n" - go: - name: ComponentSpec - description: Defines Component definition details. - byValue: true + name: hdfsServerCertificate + description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. + protocol: {} + - schema: *ref_420 + required: true + serializedName: nameNodeAddress + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: nameNodeAddress + description: '[Required] IP Address or DNS HostName.' + protocol: {} + - schema: *ref_421 + nullable: true + required: false + serializedName: protocol + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: protocol + description: Protocol used to communicate with the storage account (Https/Http). protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: Hdfs language: default: - name: ComponentVersionDetails - description: 'Definition of a component version: defines resources that span component types.' - namespace: '' - go: - name: ComponentVersionDetails - description: 'ComponentVersionDetails - Definition of a component version: defines resources that span component types.' - marshallingFormat: json + name: HdfsDatastore + description: '' namespace: '' protocol: {} - - &ref_397 + immediate: + - *ref_422 + - *ref_423 + - *ref_424 + - *ref_425 + - *ref_426 + discriminator: + all: + AzureBlob: *ref_422 + AzureDataLakeGen1: *ref_423 + AzureDataLakeGen2: *ref_424 + AzureFile: *ref_425 + Hdfs: *ref_426 + immediate: + AzureBlob: *ref_422 + AzureDataLakeGen1: *ref_423 + AzureDataLakeGen2: *ref_424 + AzureFile: *ref_425 + Hdfs: *ref_426 + property: &ref_466 + schema: *ref_427 + isDiscriminator: true + required: true + serializedName: datastoreType + language: &ref_2628 + default: + name: datastoreType + description: '[Required] Storage type backing the datastore.' + protocol: {} + parents: + all: + - *ref_373 + immediate: + - *ref_373 + properties: + - schema: &ref_428 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_834 + children: all: - - &ref_399 + - &ref_459 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: DataTypeMLTable + discriminatorValue: AccountKey parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - *ref_428 immediate: - - *ref_397 + - *ref_428 properties: - - schema: &ref_1281 - type: array + - schema: &ref_429 + type: object apiVersions: - version: 2022-02-01-preview - elementType: *ref_398 + discriminatorValue: AccountKey + parents: + all: + - &ref_430 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_429 + - &ref_436 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Certificate + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_431 + nullable: true + serializedName: certificate + language: + default: + name: certificate + description: Service principal certificate. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Certificate + language: + default: + name: CertificateDatastoreSecrets + description: Datastore certificate secrets. + namespace: '' + protocol: {} + - &ref_437 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: KerberosKeytab + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_432 + nullable: true + serializedName: kerberosKeytab + language: + default: + name: kerberosKeytab + description: Kerberos keytab secret. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: KerberosKeytab + language: + default: + name: KerberosKeytabSecrets + description: '' + namespace: '' + protocol: {} + - &ref_438 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: KerberosPassword + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_433 + nullable: true + serializedName: kerberosPassword + language: + default: + name: kerberosPassword + description: Kerberos password secret. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: KerberosPassword + language: + default: + name: KerberosPasswordSecrets + description: '' + namespace: '' + protocol: {} + - &ref_439 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Sas + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_434 + nullable: true + serializedName: sasToken + language: + default: + name: sasToken + description: Storage container SAS token. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Sas + language: + default: + name: SasDatastoreSecrets + description: Datastore SAS secrets. + namespace: '' + protocol: {} + - &ref_440 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ServicePrincipal + parents: + all: + - *ref_430 + immediate: + - *ref_430 + properties: + - schema: *ref_435 + nullable: true + serializedName: clientSecret + language: &ref_2653 + default: + name: clientSecret + description: Service principal secret. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ServicePrincipal + language: + default: + name: ServicePrincipalDatastoreSecrets + description: Datastore Service Principal secrets. + namespace: '' + protocol: {} + immediate: + - *ref_429 + - *ref_436 + - *ref_437 + - *ref_438 + - *ref_439 + - *ref_440 + discriminator: + all: + AccountKey: *ref_429 + Certificate: *ref_436 + KerberosKeytab: *ref_437 + KerberosPassword: *ref_438 + Sas: *ref_439 + ServicePrincipal: *ref_440 + immediate: + AccountKey: *ref_429 + Certificate: *ref_436 + KerberosKeytab: *ref_437 + KerberosPassword: *ref_438 + Sas: *ref_439 + ServicePrincipal: *ref_440 + property: &ref_442 + schema: *ref_441 + isDiscriminator: true + required: true + serializedName: secretsType + language: &ref_2655 + default: + name: secretsType + description: '[Required] Credential type used to authentication with storage.' + protocol: {} + properties: + - *ref_442 + serializationFormats: + - json + usage: + - output + - input + language: &ref_2654 + default: + name: DatastoreSecrets + description: Base definition for datastore secrets. + namespace: '' + protocol: {} + immediate: + - *ref_430 + properties: + - schema: *ref_443 + nullable: true + serializedName: key + language: &ref_2673 + default: + name: key + description: Storage account key. + protocol: {} + serializationFormats: + - json + usage: + - output + - input extensions: - x-ms-mutability: - - create - - read + x-ms-discriminator-value: AccountKey language: default: - name: MLTableDataReferencedUris - description: Uris referenced in the MLTable definition (required for lineage) - go: - name: '[]*string' - description: Uris referenced in the MLTable definition (required for lineage) - elementIsPtr: true - marshallingFormat: json + name: AccountKeyDatastoreSecrets + description: Datastore account key secrets. + namespace: '' protocol: {} - nullable: true - serializedName: referencedUris + required: true + serializedName: secrets extensions: + x-ms-discriminator-value: AccountKey x-ms-mutability: - create - - read - language: + - update + x-ms-secret: true + language: &ref_2672 default: - name: referencedUris - description: Uris referenced in the MLTable definition (required for lineage) - go: - name: ReferencedUris - description: Uris referenced in the MLTable definition (required for lineage) - byValue: true + name: secrets + description: '[Required] Storage account secrets.' protocol: {} serializationFormats: - json @@ -22664,571 +17498,452 @@ schemas: - output - input extensions: - x-ms-discriminator-value: MLTable + x-ms-discriminator-value: AccountKey language: default: - name: MLTableData - description: MLTable data definition - namespace: '' - go: - name: MLTableData - description: MLTableData - MLTable data definition - hasArrayMap: true - marshallingFormat: json + name: AccountKeyDatastoreCredentials + description: Account key datastore credentials configuration. namespace: '' protocol: {} - - &ref_400 + - &ref_460 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: DataTypeURIFile + discriminatorValue: Certificate parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - *ref_428 immediate: - - *ref_397 + - *ref_428 + properties: + - schema: *ref_444 + nullable: true + required: false + serializedName: authorityUrl + language: + default: + name: authorityUrl + description: Authority URL used for authentication. + protocol: {} + - schema: *ref_445 + required: true + serializedName: clientId + language: + default: + name: clientId + description: '[Required] Service principal client ID.' + protocol: {} + - schema: *ref_446 + nullable: true + required: false + serializedName: resourceUrl + language: + default: + name: resourceUrl + description: Resource the service principal has access to. + protocol: {} + - schema: *ref_436 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: Certificate + x-ms-mutability: + - create + - update + x-ms-secret: true + language: + default: + name: secrets + description: '[Required] Service principal secrets.' + protocol: {} + - schema: *ref_447 + required: true + serializedName: tenantId + language: + default: + name: tenantId + description: '[Required] ID of the tenant to which the service principal belongs.' + protocol: {} + - schema: *ref_448 + required: true + serializedName: thumbprint + language: + default: + name: thumbprint + description: '[Required] Thumbprint of the certificate used for authentication.' + protocol: {} serializationFormats: - json usage: - output - input extensions: - x-ms-discriminator-value: UriFile + x-ms-discriminator-value: Certificate language: default: - name: UriFileDataVersion - description: uri-file data version entity - namespace: '' - go: - name: URIFileDataVersion - description: URIFileDataVersion - uri-file data version entity - marshallingFormat: json + name: CertificateDatastoreCredentials + description: Certificate datastore credentials configuration. namespace: '' protocol: {} - - &ref_401 + - &ref_449 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: DataTypeURIFolder + discriminatorValue: KerberosKeytab parents: all: - - *ref_397 - - *ref_394 - - *ref_395 + - &ref_450 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_449 + - &ref_451 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: KerberosPassword + parents: + all: + - *ref_450 + - *ref_428 + immediate: + - *ref_450 + - *ref_428 + properties: + - schema: *ref_438 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: KerberosPassword + x-ms-mutability: + - create + - update + x-ms-secret: true + language: + default: + name: secrets + description: '[Required] Kerberos password secrets.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: KerberosPassword + language: + default: + name: KerberosPasswordCredentials + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_449 + - *ref_451 + properties: + - schema: *ref_452 + required: true + serializedName: kerberosKdcAddress + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: kerberosKdcAddress + description: '[Required] IP Address or DNS HostName.' + protocol: {} + - schema: *ref_453 + required: true + serializedName: kerberosPrincipal + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: kerberosPrincipal + description: '[Required] Kerberos Username' + protocol: {} + - schema: *ref_454 + required: true + serializedName: kerberosRealm + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: kerberosRealm + description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: KerberosCredentials + description: '' + namespace: '' + protocol: {} + - *ref_428 immediate: - - *ref_397 + - *ref_450 + - *ref_428 + properties: + - schema: *ref_437 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: KerberosKeytab + x-ms-mutability: + - create + - update + x-ms-secret: true + language: + default: + name: secrets + description: '[Required] Keytab secrets.' + protocol: {} serializationFormats: - json usage: - output - input extensions: - x-ms-discriminator-value: UriFolder + x-ms-discriminator-value: KerberosKeytab language: default: - name: UriFolderDataVersion - description: uri-folder data version entity - namespace: '' - go: - name: URIFolderDataVersion - description: URIFolderDataVersion - uri-folder data version entity - marshallingFormat: json + name: KerberosKeytabCredentials + description: '' namespace: '' protocol: {} - immediate: - - *ref_399 - - *ref_400 - - *ref_401 - discriminator: &ref_835 - all: - MLTable: *ref_399 - UriFile: *ref_400 - UriFolder: *ref_401 - immediate: - MLTable: *ref_399 - UriFile: *ref_400 - UriFolder: *ref_401 - property: &ref_403 - schema: *ref_402 - isDiscriminator: true - required: true - serializedName: dataType - extensions: - x-ms-mutability: - - create - - read - language: &ref_3472 - default: - name: dataType - description: '[Required] Specifies the type of data.' - go: - name: DataType - description: REQUIRED; [Required] Specifies the type of data. - protocol: {} - parents: &ref_836 - all: - - *ref_394 - - *ref_395 - immediate: - - *ref_394 - properties: - - *ref_403 - - schema: *ref_404 - required: true - serializedName: dataUri - extensions: - x-ms-mutability: - - create - - read - language: &ref_3473 - default: - name: dataUri - description: '[Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType' - go: - name: DataURI - description: REQUIRED; [Required] Uri of the data. Usage/meaning depends on Microsoft.MachineLearning.ManagementFrontEnd.Contracts.V20220201Preview.Assets.DataVersionBase.DataType - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: &ref_3471 - default: - name: DataVersionBaseDetails - description: Data version base definition - namespace: '' - go: - name: DataVersionBaseDetails - description: DataVersionBaseDetails - Data version base definition - discriminatorInterface: DataVersionBaseDetailsClassification - discriminatorTypes: - - '*DataVersionBaseDetails' - - '*MLTableData' - - '*URIFileDataVersion' - - '*URIFolderDataVersion' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - - &ref_420 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_394 - - *ref_395 - immediate: - - *ref_394 - properties: - - schema: &ref_1106 + - *ref_451 + - &ref_461 type: object apiVersions: - version: 2022-02-01-preview - properties: - - schema: *ref_405 - required: true - serializedName: contextUri - extensions: - x-ms-mutability: - - create - - read - language: &ref_3609 - default: - name: contextUri - description: "[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\r\n" - go: - name: ContextURI - description: REQUIRED; [Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. - protocol: {} - - schema: *ref_406 - nullable: true - required: false - serializedName: dockerfilePath - extensions: - x-ms-mutability: - - create - - read - language: &ref_3610 - default: - name: dockerfilePath - description: "Path to the Dockerfile in the build context.\r\n" - go: - name: DockerfilePath - description: Path to the Dockerfile in the build context. - protocol: {} + discriminatorValue: None + parents: + all: + - *ref_428 + immediate: + - *ref_428 serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: None language: default: - name: BuildContext - description: Configuration settings for Docker build context - namespace: '' - go: - name: BuildContext - description: BuildContext - Configuration settings for Docker build context - marshallingFormat: json + name: NoneDatastoreCredentials + description: Empty/none datastore credentials. namespace: '' protocol: {} - serializedName: build - extensions: - x-ms-mutability: - - create - - read - language: &ref_3608 - default: - name: build - description: Configuration settings for Docker build context. - go: - name: Build - description: Configuration settings for Docker build context. - protocol: {} - - schema: *ref_407 - serializedName: condaFile - extensions: - x-ms-mutability: - - create - - read - language: &ref_3611 - default: - name: condaFile - description: "Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\r\n" - go: - name: CondaFile - description: Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages. - protocol: {} - - schema: *ref_408 - readOnly: true - serializedName: environmentType - extensions: - x-ms-mutability: - - read - language: &ref_3612 - default: - name: environmentType - description: "Environment type is either user managed or curated by the Azure ML service\r\n" - go: - name: EnvironmentType - description: READ-ONLY; Environment type is either user managed or curated by the Azure ML service - protocol: {} - - schema: *ref_409 - serializedName: image - extensions: - x-ms-mutability: - - create - - read - language: &ref_3613 - default: - name: image - description: "Name of the image that will be used for the environment.\r\n" - go: - name: Image - description: Name of the image that will be used for the environment. - protocol: {} - - schema: &ref_1107 + - &ref_462 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Sas + parents: + all: + - *ref_428 + immediate: + - *ref_428 + properties: + - schema: *ref_439 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: Sas + x-ms-mutability: + - create + - update + x-ms-secret: true + language: + default: + name: secrets + description: '[Required] Storage container secrets.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Sas + language: + default: + name: SasDatastoreCredentials + description: SAS datastore credentials configuration. + namespace: '' + protocol: {} + - &ref_463 type: object apiVersions: - version: 2022-02-01-preview + discriminatorValue: ServicePrincipal + parents: + all: + - *ref_428 + immediate: + - *ref_428 properties: - - schema: &ref_412 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_410 - required: true - serializedName: path - language: &ref_3616 - default: - name: path - description: '[Required] The path for the route.' - go: - name: Path - description: REQUIRED; [Required] The path for the route. - protocol: {} - - schema: *ref_411 - required: true - serializedName: port - language: &ref_3617 - default: - name: port - description: '[Required] The port for the route.' - go: - name: Port - description: REQUIRED; [Required] The port for the route. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: Route - description: '' - namespace: '' - go: - name: Route - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - serializedName: livenessRoute - language: &ref_3615 + - schema: *ref_455 + nullable: true + required: false + serializedName: authorityUrl + language: &ref_2649 default: - name: livenessRoute - description: The route to check the liveness of the inference server container. - go: - name: LivenessRoute - description: The route to check the liveness of the inference server container. + name: authorityUrl + description: Authority URL used for authentication. protocol: {} - - schema: *ref_412 - serializedName: readinessRoute - language: &ref_3618 + - schema: *ref_456 + required: true + serializedName: clientId + language: &ref_2650 default: - name: readinessRoute - description: The route to check the readiness of the inference server container. - go: - name: ReadinessRoute - description: The route to check the readiness of the inference server container. + name: clientId + description: '[Required] Service principal client ID.' protocol: {} - - schema: *ref_412 - serializedName: scoringRoute - language: &ref_3619 + - schema: *ref_457 + nullable: true + required: false + serializedName: resourceUrl + language: &ref_2651 default: - name: scoringRoute - description: The port to send the scoring requests to, within the inference server container. - go: - name: ScoringRoute - description: The port to send the scoring requests to, within the inference server container. + name: resourceUrl + description: Resource the service principal has access to. + protocol: {} + - schema: *ref_440 + required: true + serializedName: secrets + extensions: + x-ms-discriminator-value: ServicePrincipal + x-ms-mutability: + - create + - update + x-ms-secret: true + language: &ref_2652 + default: + name: secrets + description: '[Required] Service principal secrets.' + protocol: {} + - schema: *ref_458 + required: true + serializedName: tenantId + language: &ref_2656 + default: + name: tenantId + description: '[Required] ID of the tenant to which the service principal belongs.' protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: ServicePrincipal language: default: - name: InferenceContainerProperties - description: '' - namespace: '' - go: - name: InferenceContainerProperties - description: '' - marshallingFormat: json + name: ServicePrincipalDatastoreCredentials + description: Service Principal datastore credentials configuration. namespace: '' protocol: {} - serializedName: inferenceConfig - extensions: - x-ms-mutability: - - create - - read - language: &ref_3614 - default: - name: inferenceConfig - description: Defines configuration specific to inference. - go: - name: InferenceConfig - description: Defines configuration specific to inference. - protocol: {} - - schema: *ref_413 - serializedName: osType - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: osType - description: The OS type of the environment. - go: - name: OSType - description: The OS type of the environment. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: EnvironmentVersionDetails - description: Environment version details. - namespace: '' - go: - name: EnvironmentVersionDetails - description: EnvironmentVersionDetails - Environment version details. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_421 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: + immediate: + - *ref_459 + - *ref_460 + - *ref_449 + - *ref_451 + - *ref_461 + - *ref_462 + - *ref_463 + discriminator: all: - - *ref_394 - - *ref_395 + AccountKey: *ref_459 + Certificate: *ref_460 + KerberosKeytab: *ref_449 + KerberosPassword: *ref_451 + None: *ref_461 + Sas: *ref_462 + ServicePrincipal: *ref_463 immediate: - - *ref_394 - properties: - - schema: *ref_414 - nullable: true - serializedName: flavors - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3859 - default: - name: flavors - description: Mapping of model flavors to their properties. - go: - name: Flavors - description: Mapping of model flavors to their properties. - byValue: true - protocol: {} - - schema: *ref_415 - nullable: true - serializedName: jobName - language: - default: - name: jobName - description: Name of the training job which produced this model - go: - name: JobName - description: Name of the training job which produced this model - protocol: {} - - schema: *ref_416 - serializedName: modelType - language: &ref_3861 - default: - name: modelType - description: The storage format for this entity. Used for NCD. - go: - name: ModelType - description: The storage format for this entity. Used for NCD. - protocol: {} - - schema: *ref_417 - nullable: true - serializedName: modelUri - language: &ref_3862 + AccountKey: *ref_459 + Certificate: *ref_460 + KerberosKeytab: *ref_449 + KerberosPassword: *ref_451 + None: *ref_461 + Sas: *ref_462 + ServicePrincipal: *ref_463 + property: &ref_465 + schema: *ref_464 + isDiscriminator: true + required: true + serializedName: credentialsType + language: &ref_2627 default: - name: modelUri - description: The URI path to the model contents. - go: - name: ModelURI - description: The URI path to the model contents. + name: credentialsType + description: '[Required] Credential type used to authentication with storage.' protocol: {} + properties: + - *ref_465 serializationFormats: - json usage: - output - input - language: + language: &ref_2626 default: - name: ModelVersionDetails - description: Model asset version details. - namespace: '' - go: - name: ModelVersionDetails - description: ModelVersionDetails - Model asset version details. - hasArrayMap: true - marshallingFormat: json + name: DatastoreCredentials + description: Base definition for datastore credentials. namespace: '' protocol: {} - - *ref_399 - - *ref_400 - - *ref_401 - immediate: - - *ref_418 - - *ref_419 - - *ref_397 - - *ref_420 - - *ref_421 - parents: - all: - - *ref_395 - immediate: - - *ref_395 - properties: - - schema: *ref_422 - serializedName: isAnonymous - extensions: - x-ms-mutability: *ref_423 - language: &ref_3341 + required: true + serializedName: credentials + language: &ref_2625 default: - name: isAnonymous - description: If the name version are system generated (anonymous registration). - go: - name: IsAnonymous - description: If the name version are system generated (anonymous registration). + name: credentials + description: '[Required] Account credentials.' protocol: {} - - schema: *ref_424 - serializedName: isArchived + - *ref_466 + - schema: *ref_467 + readOnly: true + required: false + serializedName: isDefault extensions: - x-ms-mutability: - - create - - read - - update - language: + x-ms-mutability: *ref_468 + language: &ref_2629 default: - name: isArchived - description: Is the asset archived? - go: - name: IsArchived - description: Is the asset archived? + name: isDefault + description: Readonly property to indicate if datastore is the workspace default datastore protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3340 + language: &ref_2624 default: - name: AssetBase - description: '' - namespace: '' - go: - name: AssetBase - description: '' - marshallingFormat: json + name: DatastoreDetails + description: Base definition for datastore contents configuration. namespace: '' protocol: {} - - *ref_418 - - *ref_425 - - *ref_419 - - &ref_828 + - &ref_768 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_371 + - *ref_373 immediate: - - *ref_393 - properties: - - schema: *ref_402 - required: true - serializedName: dataType - extensions: - x-ms-mutability: - - create - - read - language: &ref_3442 - default: - name: dataType - description: '[Required] Specifies the type of data.' - go: - name: DataType - description: REQUIRED; [Required] Specifies the type of data. - protocol: {} + - *ref_371 serializationFormats: - json usage: @@ -23236,870 +17951,695 @@ schemas: - input language: default: - name: DataContainerDetails - description: Container for data asset versions. - namespace: '' - go: - name: DataContainerDetails - description: DataContainerDetails - Container for data asset versions. - marshallingFormat: json + name: EnvironmentContainerDetails + description: Container for environment specification versions. namespace: '' protocol: {} - - *ref_397 - - &ref_426 + - *ref_398 + - &ref_469 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_838 + children: all: - - &ref_444 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeAzureBlob - parents: - all: - - *ref_426 - - *ref_395 - immediate: - - *ref_426 - properties: - - schema: *ref_427 - nullable: true - serializedName: accountName - extensions: - x-ms-mutability: - - create - - read - language: &ref_3511 - default: - name: accountName - description: Storage account name. - go: - name: AccountName - description: Storage account name. - protocol: {} - - schema: *ref_428 - nullable: true - serializedName: containerName - extensions: - x-ms-mutability: - - create - - read - language: &ref_3512 - default: - name: containerName - description: Storage account container name. - go: - name: ContainerName - description: Storage account container name. - protocol: {} - - schema: *ref_429 - nullable: true - serializedName: endpoint - extensions: - x-ms-mutability: - - create - - read - language: &ref_3513 - default: - name: endpoint - description: Azure cloud endpoint for the storage account. - go: - name: Endpoint - description: Azure cloud endpoint for the storage account. - protocol: {} - - schema: *ref_430 - nullable: true - serializedName: protocol - extensions: - x-ms-mutability: - - create - - read - language: &ref_3514 - default: - name: protocol - description: Protocol used to communicate with the storage account. - go: - name: Protocol - description: Protocol used to communicate with the storage account. - protocol: {} - - schema: *ref_431 - serializedName: serviceDataAccessAuthIdentity - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: serviceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - go: - name: ServiceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AzureBlob - language: - default: - name: AzureBlobDatastore - description: Azure Blob datastore configuration. - namespace: '' - go: - name: AzureBlobDatastore - description: AzureBlobDatastore - Azure Blob datastore configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_445 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeAzureDataLakeGen1 - parents: - all: - - *ref_426 - - *ref_395 - immediate: - - *ref_426 - properties: - - schema: *ref_431 - required: false - serializedName: serviceDataAccessAuthIdentity - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: serviceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - go: - name: ServiceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - protocol: {} - - schema: *ref_432 - required: true - serializedName: storeName - extensions: - x-ms-mutability: - - create - - read - language: &ref_3539 - default: - name: storeName - description: '[Required] Azure Data Lake store name.' - go: - name: StoreName - description: REQUIRED; [Required] Azure Data Lake store name. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AzureDataLakeGen1 - language: - default: - name: AzureDataLakeGen1Datastore - description: Azure Data Lake Gen1 datastore configuration. - namespace: '' - go: - name: AzureDataLakeGen1Datastore - description: AzureDataLakeGen1Datastore - Azure Data Lake Gen1 datastore configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_446 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeAzureDataLakeGen2 - parents: - all: - - *ref_426 - - *ref_395 - immediate: - - *ref_426 - properties: - - schema: *ref_433 - required: true - serializedName: accountName - extensions: - x-ms-mutability: - - create - - read - language: &ref_3553 - default: - name: accountName - description: '[Required] Storage account name.' - go: - name: AccountName - description: REQUIRED; [Required] Storage account name. - protocol: {} - - schema: *ref_434 - nullable: true - required: false - serializedName: endpoint - extensions: - x-ms-mutability: - - create - - read - language: &ref_3554 - default: - name: endpoint - description: Azure cloud endpoint for the storage account. - go: - name: Endpoint - description: Azure cloud endpoint for the storage account. - protocol: {} - - schema: *ref_435 - required: true - serializedName: filesystem - extensions: - x-ms-mutability: - - create - - read - language: &ref_3555 - default: - name: filesystem - description: '[Required] The name of the Data Lake Gen2 filesystem.' - go: - name: Filesystem - description: REQUIRED; [Required] The name of the Data Lake Gen2 filesystem. - protocol: {} - - schema: *ref_436 - nullable: true - required: false - serializedName: protocol - extensions: - x-ms-mutability: - - create - - read - language: &ref_3556 - default: - name: protocol - description: Protocol used to communicate with the storage account. - go: - name: Protocol - description: Protocol used to communicate with the storage account. - protocol: {} - - schema: *ref_431 - required: false - serializedName: serviceDataAccessAuthIdentity - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: serviceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - go: - name: ServiceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AzureDataLakeGen2 - language: - default: - name: AzureDataLakeGen2Datastore - description: Azure Data Lake Gen2 datastore configuration. - namespace: '' - go: - name: AzureDataLakeGen2Datastore - description: AzureDataLakeGen2Datastore - Azure Data Lake Gen2 datastore configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_447 + - &ref_744 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeAzureFile + discriminatorValue: AutoML parents: all: - - *ref_426 - - *ref_395 + - *ref_469 + - *ref_373 immediate: - - *ref_426 + - *ref_469 properties: - - schema: *ref_437 - required: true - serializedName: accountName - extensions: - x-ms-mutability: - - create - - read - language: &ref_3559 - default: - name: accountName - description: '[Required] Storage account name.' - go: - name: AccountName - description: REQUIRED; [Required] Storage account name. - protocol: {} - - schema: *ref_438 - nullable: true - required: false - serializedName: endpoint - extensions: - x-ms-mutability: - - create - - read - language: &ref_3560 - default: - name: endpoint - description: Azure cloud endpoint for the storage account. - go: - name: Endpoint - description: Azure cloud endpoint for the storage account. - protocol: {} - - schema: *ref_439 - required: true - serializedName: fileShareName - extensions: - x-ms-mutability: - - create - - read - language: &ref_3561 - default: - name: fileShareName - description: '[Required] The name of the Azure file share that the datastore points to.' - go: - name: FileShareName - description: REQUIRED; [Required] The name of the Azure file share that the datastore points to. - protocol: {} - - schema: *ref_440 + - schema: *ref_470 nullable: true required: false - serializedName: protocol - extensions: - x-ms-mutability: - - create - - read - language: &ref_3562 - default: - name: protocol - description: Protocol used to communicate with the storage account. - go: - name: Protocol - description: Protocol used to communicate with the storage account. - protocol: {} - - schema: *ref_431 - required: false - serializedName: serviceDataAccessAuthIdentity + serializedName: environmentId extensions: x-ms-mutability: - create - read - language: + language: &ref_2759 default: - name: serviceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. - go: - name: ServiceDataAccessAuthIdentity - description: Indicates which identity to use to authenticate service data access to customer's storage. + name: environmentId + description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AzureFile - language: - default: - name: AzureFileDatastore - description: Azure File datastore configuration. - namespace: '' - go: - name: AzureFileDatastore - description: AzureFileDatastore - Azure File datastore configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_448 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DatastoreTypeHdfs - parents: - all: - - *ref_426 - - *ref_395 - immediate: - - *ref_426 - properties: - - schema: *ref_441 + - schema: *ref_471 nullable: true required: false - serializedName: hdfsServerCertificate + serializedName: environmentVariables extensions: x-ms-mutability: - create - read - language: + language: &ref_2760 default: - name: hdfsServerCertificate - description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. - go: - name: HdfsServerCertificate - description: The TLS cert of the HDFS server. Needs to be a base64 encoded string. Required if "Https" protocol is selected. + name: environmentVariables + description: Environment variables included in the job. protocol: {} - - schema: *ref_442 - required: true - serializedName: nameNodeAddress + - schema: *ref_472 + nullable: true + required: false + serializedName: outputs extensions: x-ms-mutability: - create - read - language: + language: &ref_2761 default: - name: nameNodeAddress - description: '[Required] IP Address or DNS HostName.' - go: - name: NameNodeAddress - description: REQUIRED; [Required] IP Address or DNS HostName. + name: outputs + description: Mapping of output data bindings used in the job. protocol: {} - - schema: *ref_443 + - schema: *ref_473 nullable: true required: false - serializedName: protocol + serializedName: resources extensions: x-ms-mutability: - create - read - language: + x-nullable: true + language: &ref_2768 default: - name: protocol - description: Protocol used to communicate with the storage account (Https/Http). - go: - name: Protocol - description: Protocol used to communicate with the storage account (Https/Http). + name: resources + description: Compute Resource configuration for the job. protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Hdfs - language: - default: - name: HdfsDatastore - description: '' - namespace: '' - go: - name: HdfsDatastore - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_448 - discriminator: &ref_839 - all: - AzureBlob: *ref_444 - AzureDataLakeGen1: *ref_445 - AzureDataLakeGen2: *ref_446 - AzureFile: *ref_447 - Hdfs: *ref_448 - immediate: - AzureBlob: *ref_444 - AzureDataLakeGen1: *ref_445 - AzureDataLakeGen2: *ref_446 - AzureFile: *ref_447 - Hdfs: *ref_448 - property: &ref_491 - schema: *ref_449 - isDiscriminator: true - required: true - serializedName: datastoreType - language: &ref_3519 - default: - name: datastoreType - description: '[Required] Storage type backing the datastore.' - go: - name: DatastoreType - description: REQUIRED; [Required] Storage type backing the datastore. - protocol: {} - parents: &ref_840 - all: - - *ref_395 - immediate: - - *ref_395 - properties: - - schema: - type: object - children: &ref_450 - all: - - &ref_451 + - schema: &ref_476 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeAccountKey - parents: + children: all: - - &ref_452 + - &ref_474 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_450 - discriminator: &ref_489 + discriminatorValue: Classification + parents: all: - AccountKey: *ref_451 - Certificate: &ref_483 + - &ref_475 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeCertificate - parents: + children: all: - - *ref_452 - immediate: - - *ref_452 - properties: - - schema: *ref_453 - nullable: true - required: false - serializedName: authorityUrl - language: - default: - name: authorityUrl - description: Authority URL used for authentication. - go: - name: AuthorityURL - description: Authority URL used for authentication. - protocol: {} - - schema: *ref_454 - required: true - serializedName: clientId - language: - default: - name: clientId - description: '[Required] Service principal client ID.' - go: - name: ClientID - description: REQUIRED; [Required] Service principal client ID. - protocol: {} - - schema: *ref_455 - nullable: true - required: false - serializedName: resourceUrl - language: - default: - name: resourceUrl - description: Resource the service principal has access to. - go: - name: ResourceURL - description: Resource the service principal has access to. - protocol: {} - - schema: &ref_458 + - *ref_474 + - &ref_513 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeCertificate + discriminatorValue: Forecasting parents: all: - - &ref_456 + - *ref_475 + - *ref_476 + immediate: + - *ref_475 + - *ref_476 + properties: + - schema: &ref_1196 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_477 + language: + default: + name: ForecastingAllowedModels + description: Allowed models for forecasting task. + protocol: {} + nullable: true + serializedName: allowedModels + language: + default: + name: allowedModels + description: Allowed models for forecasting task. + protocol: {} + - schema: &ref_1197 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_477 + language: + default: + name: ForecastingBlockedModels + description: Blocked models for forecasting task. + protocol: {} + nullable: true + serializedName: blockedModels + language: + default: + name: blockedModels + description: Blocked models for forecasting task. + protocol: {} + - schema: &ref_1118 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_2039 - all: - - &ref_463 + properties: + - schema: *ref_478 + nullable: true + serializedName: countryOrRegionForHolidays + language: + default: + name: countryOrRegionForHolidays + description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." + protocol: {} + - schema: *ref_479 + serializedName: cvStepSize + language: + default: + name: cvStepSize + description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." + protocol: {} + - schema: *ref_480 + serializedName: featureLags + language: + default: + name: featureLags + description: Flag for generating lags for the numeric features with 'auto' or null. + protocol: {} + - schema: &ref_481 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeAccountKey - parents: + children: + all: + - &ref_483 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Auto + parents: + all: + - *ref_481 + immediate: + - *ref_481 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Auto + language: + default: + name: AutoForecastHorizon + description: Forecast horizon determined automatically by system. + namespace: '' + protocol: {} + - &ref_484 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_481 + immediate: + - *ref_481 + properties: + - schema: *ref_482 + required: true + serializedName: value + language: + default: + name: value + description: '[Required] Forecast horizon value.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Custom + language: + default: + name: CustomForecastHorizon + description: The desired maximum forecast horizon in units of time-series frequency. + namespace: '' + protocol: {} + immediate: + - *ref_483 + - *ref_484 + discriminator: all: - - *ref_456 + Auto: *ref_483 + Custom: *ref_484 immediate: - - *ref_456 - properties: - - schema: *ref_457 - nullable: true - serializedName: key - language: &ref_3564 + Auto: *ref_483 + Custom: *ref_484 + property: &ref_486 + schema: *ref_485 + isDiscriminator: true + required: true + serializedName: mode + extensions: + x-ms-mutability: + - create + - read + language: default: - name: key - description: Storage account key. - go: - name: Key - description: Storage account key. + name: mode + description: '[Required] Set forecast horizon value selection mode.' protocol: {} + properties: + - *ref_486 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: AccountKey language: default: - name: AccountKeyDatastoreSecrets - description: Datastore account key secrets. - namespace: '' - go: - name: AccountKeyDatastoreSecrets - description: AccountKeyDatastoreSecrets - Datastore account key secrets. - marshallingFormat: json + name: ForecastHorizon + description: The desired maximum forecast horizon in units of time-series frequency. namespace: '' protocol: {} - - *ref_458 - - &ref_464 + nullable: true + serializedName: forecastHorizon + extensions: + x-nullable: true + language: + default: + name: forecastHorizon + description: The desired maximum forecast horizon in units of time-series frequency. + protocol: {} + - schema: *ref_487 + nullable: true + serializedName: frequency + language: + default: + name: frequency + description: >- + When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast + frequency is dataset frequency by default. + protocol: {} + - schema: &ref_488 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeKerberosKeytab - parents: + children: + all: + - &ref_490 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Auto + parents: + all: + - *ref_488 + immediate: + - *ref_488 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Auto + language: + default: + name: AutoSeasonality + description: '' + namespace: '' + protocol: {} + - &ref_491 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_488 + immediate: + - *ref_488 + properties: + - schema: *ref_489 + required: true + serializedName: value + language: + default: + name: value + description: '[Required] Seasonality value.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Custom + language: + default: + name: CustomSeasonality + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_490 + - *ref_491 + discriminator: all: - - *ref_456 + Auto: *ref_490 + Custom: *ref_491 immediate: - - *ref_456 - properties: - - schema: *ref_459 - nullable: true - serializedName: kerberosKeytab + Auto: *ref_490 + Custom: *ref_491 + property: &ref_493 + schema: *ref_492 + isDiscriminator: true + required: true + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: kerberosKeytab - description: Kerberos keytab secret. - go: - name: KerberosKeytab - description: Kerberos keytab secret. + name: mode + description: '[Required] Seasonality mode.' protocol: {} + properties: + - *ref_493 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: KerberosKeytab language: default: - name: KerberosKeytabSecrets - description: '' - namespace: '' - go: - name: KerberosKeytabSecrets - description: '' - marshallingFormat: json + name: Seasonality + description: Forecasting seasonality. namespace: '' protocol: {} - - &ref_465 + nullable: true + serializedName: seasonality + extensions: + x-nullable: true + language: + default: + name: seasonality + description: "Set time series seasonality as an integer multiple of the series frequency.\r\nIf seasonality is set to 'auto', it will be inferred." + protocol: {} + - schema: *ref_494 + serializedName: shortSeriesHandlingConfig + language: + default: + name: shortSeriesHandlingConfig + description: The parameter defining how if AutoML should handle short time series. + protocol: {} + - schema: *ref_495 + serializedName: targetAggregateFunction + language: + default: + name: targetAggregateFunction + description: "The function to be used to aggregate the time series target column to conform to a user specified frequency.\r\nIf the TargetAggregateFunction is set i.e. not 'None', but the freq parameter is not set, the error is raised. The possible target aggregation functions are: \"sum\", \"max\", \"min\" and \"mean\"." + protocol: {} + - schema: &ref_496 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeKerberosPassword - parents: + children: + all: + - &ref_497 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Auto + parents: + all: + - *ref_496 + immediate: + - *ref_496 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Auto + language: + default: + name: AutoTargetLags + description: '' + namespace: '' + protocol: {} + - &ref_498 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_496 + immediate: + - *ref_496 + properties: + - schema: &ref_1195 + type: array + elementType: *ref_184 + language: + default: + name: ArrayOfArrayItemschema + description: '[Required] Set target lags values.' + protocol: {} + required: true + serializedName: values + language: + default: + name: values + description: '[Required] Set target lags values.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Custom + language: + default: + name: CustomTargetLags + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_497 + - *ref_498 + discriminator: all: - - *ref_456 + Auto: *ref_497 + Custom: *ref_498 immediate: - - *ref_456 - properties: - - schema: *ref_460 - nullable: true - serializedName: kerberosPassword + Auto: *ref_497 + Custom: *ref_498 + property: &ref_500 + schema: *ref_499 + isDiscriminator: true + required: true + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: kerberosPassword - description: Kerberos password secret. - go: - name: KerberosPassword - description: Kerberos password secret. + name: mode + description: '[Required] Set target lags mode - Auto/Custom' protocol: {} + properties: + - *ref_500 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: KerberosPassword language: default: - name: KerberosPasswordSecrets - description: '' - namespace: '' - go: - name: KerberosPasswordSecrets - description: '' - marshallingFormat: json + name: TargetLags + description: The number of past periods to lag from the target column. namespace: '' protocol: {} - - &ref_466 + nullable: true + serializedName: targetLags + extensions: + x-nullable: true + language: + default: + name: targetLags + description: The number of past periods to lag from the target column. + protocol: {} + - schema: &ref_501 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeSas - parents: + children: + all: + - &ref_503 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Auto + parents: + all: + - *ref_501 + immediate: + - *ref_501 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Auto + language: + default: + name: AutoTargetRollingWindowSize + description: Target lags rolling window determined automatically. + namespace: '' + protocol: {} + - &ref_504 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_501 + immediate: + - *ref_501 + properties: + - schema: *ref_502 + required: true + serializedName: value + language: + default: + name: value + description: '[Required] TargetRollingWindowSize value.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Custom + language: + default: + name: CustomTargetRollingWindowSize + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_503 + - *ref_504 + discriminator: all: - - *ref_456 + Auto: *ref_503 + Custom: *ref_504 immediate: - - *ref_456 - properties: - - schema: *ref_461 - nullable: true - serializedName: sasToken + Auto: *ref_503 + Custom: *ref_504 + property: &ref_506 + schema: *ref_505 + isDiscriminator: true + required: true + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: sasToken - description: Storage container SAS token. - go: - name: SasToken - description: Storage container SAS token. + name: mode + description: '[Required] TargetRollingWindowSiz detection mode.' protocol: {} + properties: + - *ref_506 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Sas language: default: - name: SasDatastoreSecrets - description: Datastore SAS secrets. - namespace: '' - go: - name: SasDatastoreSecrets - description: SasDatastoreSecrets - Datastore SAS secrets. - marshallingFormat: json + name: TargetRollingWindowSize + description: Forecasting target rolling window size. namespace: '' protocol: {} - - &ref_467 - type: object + nullable: true + serializedName: targetRollingWindowSize + extensions: + x-nullable: true + language: + default: + name: targetRollingWindowSize + description: The number of past periods used to create a rolling window average of the target column. + protocol: {} + - schema: *ref_507 + nullable: true + serializedName: timeColumnName + language: + default: + name: timeColumnName + description: >- + The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the + time series and inferring its frequency. + protocol: {} + - schema: &ref_1198 + type: array apiVersions: - version: 2022-02-01-preview - discriminatorValue: SecretsTypeServicePrincipal - parents: - all: - - *ref_456 - immediate: - - *ref_456 - properties: - - schema: *ref_462 - nullable: true - serializedName: clientSecret - language: &ref_3544 - default: - name: clientSecret - description: Service principal secret. - go: - name: ClientSecret - description: Service principal secret. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: ServicePrincipal + elementType: *ref_508 language: default: - name: ServicePrincipalDatastoreSecrets - description: Datastore Service Principal secrets. - namespace: '' - go: - name: ServicePrincipalDatastoreSecrets - description: ServicePrincipalDatastoreSecrets - Datastore Service Principal secrets. - marshallingFormat: json - namespace: '' + name: ForecastingSettingsTimeSeriesIdColumnNames + description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." protocol: {} - immediate: - - *ref_463 - - *ref_458 - - *ref_464 - - *ref_465 - - *ref_466 - - *ref_467 - discriminator: &ref_2040 - all: - AccountKey: *ref_463 - Certificate: *ref_458 - KerberosKeytab: *ref_464 - KerberosPassword: *ref_465 - Sas: *ref_466 - ServicePrincipal: *ref_467 - immediate: - AccountKey: *ref_463 - Certificate: *ref_458 - KerberosKeytab: *ref_464 - KerberosPassword: *ref_465 - Sas: *ref_466 - ServicePrincipal: *ref_467 - property: &ref_469 - schema: *ref_468 - isDiscriminator: true - required: true - serializedName: secretsType - language: &ref_3546 + nullable: true + serializedName: timeSeriesIdColumnNames + language: default: - name: secretsType - description: '[Required] Credential type used to authentication with storage.' - go: - name: SecretsType - description: REQUIRED; [Required] Credential type used to authentication with storage. + name: timeSeriesIdColumnNames + description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." + protocol: {} + - schema: *ref_509 + serializedName: useStl + language: + default: + name: useStl + description: Configure STL Decomposition of the time-series target column. protocol: {} - properties: - - *ref_469 serializationFormats: - json usage: - output - input - language: &ref_3545 + language: default: - name: DatastoreSecrets - description: Base definition for datastore secrets. - namespace: '' - go: - name: DatastoreSecrets - description: DatastoreSecrets - Base definition for datastore secrets. - discriminatorInterface: DatastoreSecretsClassification - discriminatorTypes: - - '*AccountKeyDatastoreSecrets' - - '*CertificateDatastoreSecrets' - - '*DatastoreSecrets' - - '*KerberosKeytabSecrets' - - '*KerberosPasswordSecrets' - - '*SasDatastoreSecrets' - - '*ServicePrincipalDatastoreSecrets' - marshallingFormat: json + name: ForecastingSettings + description: Forecasting specific parameters. namespace: '' - rootDiscriminator: true protocol: {} - immediate: - - *ref_456 - properties: - - schema: *ref_470 nullable: true - serializedName: certificate + serializedName: forecastingSettings + extensions: + x-nullable: true language: default: - name: certificate - description: Service principal certificate. - go: - name: Certificate - description: Service principal certificate. + name: forecastingSettings + description: Forecasting task specific inputs. + protocol: {} + - schema: *ref_510 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric for forecasting task. protocol: {} serializationFormats: - json @@ -24107,3299 +18647,233 @@ schemas: - output - input extensions: - x-ms-discriminator-value: Certificate + x-ms-discriminator-value: Forecasting language: default: - name: CertificateDatastoreSecrets - description: Datastore certificate secrets. - namespace: '' - go: - name: CertificateDatastoreSecrets - description: CertificateDatastoreSecrets - Datastore certificate secrets. - marshallingFormat: json + name: Forecasting + description: Forecasting task in AutoML Table vertical. namespace: '' protocol: {} - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: Certificate - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Service principal secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Service principal secrets. - protocol: {} - - schema: *ref_471 - required: true - serializedName: tenantId - language: - default: - name: tenantId - description: '[Required] ID of the tenant to which the service principal belongs.' - go: - name: TenantID - description: REQUIRED; [Required] ID of the tenant to which the service principal belongs. - protocol: {} - - schema: *ref_472 - required: true - serializedName: thumbprint - language: - default: - name: thumbprint - description: '[Required] Thumbprint of the certificate used for authentication.' - go: - name: Thumbprint - description: REQUIRED; [Required] Thumbprint of the certificate used for authentication. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Certificate - language: - default: - name: CertificateDatastoreCredentials - description: Certificate datastore credentials configuration. - namespace: '' - go: - name: CertificateDatastoreCredentials - description: CertificateDatastoreCredentials - Certificate datastore credentials configuration. - marshallingFormat: json - namespace: '' - protocol: {} - KerberosKeytab: &ref_473 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeKerberosKeytab - parents: - all: - - &ref_474 + - &ref_514 type: object apiVersions: - version: 2022-02-01-preview - children: + discriminatorValue: Regression + parents: all: - - *ref_473 - - &ref_475 - type: object + - *ref_475 + - *ref_476 + immediate: + - *ref_475 + - *ref_476 + properties: + - schema: &ref_1205 + type: array apiVersions: - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeKerberosPassword - parents: - all: - - *ref_474 - - *ref_452 - immediate: - - *ref_474 - - *ref_452 - properties: - - schema: *ref_465 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: KerberosPassword - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Kerberos password secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Kerberos password secrets. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: KerberosPassword + elementType: *ref_511 language: default: - name: KerberosPasswordCredentials - description: '' - namespace: '' - go: - name: KerberosPasswordCredentials - description: '' - marshallingFormat: json - namespace: '' + name: RegressionAllowedModels + description: Allowed models for regression task. protocol: {} - immediate: - - *ref_473 - - *ref_475 - properties: - - schema: *ref_476 - required: true - serializedName: kerberosKdcAddress - extensions: - x-ms-mutability: - - create - - read + nullable: true + serializedName: allowedModels language: default: - name: kerberosKdcAddress - description: '[Required] IP Address or DNS HostName.' - go: - name: KerberosKdcAddress - description: REQUIRED; [Required] IP Address or DNS HostName. + name: allowedModels + description: Allowed models for regression task. protocol: {} - - schema: *ref_477 - required: true - serializedName: kerberosPrincipal - extensions: - x-ms-mutability: - - create - - read + - schema: &ref_1206 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_511 + language: + default: + name: RegressionBlockedModels + description: Blocked models for regression task. + protocol: {} + nullable: true + serializedName: blockedModels language: default: - name: kerberosPrincipal - description: '[Required] Kerberos Username' - go: - name: KerberosPrincipal - description: REQUIRED; [Required] Kerberos Username + name: blockedModels + description: Blocked models for regression task. protocol: {} - - schema: *ref_478 - required: true - serializedName: kerberosRealm - extensions: - x-ms-mutability: - - create - - read + - schema: *ref_512 + serializedName: primaryMetric language: default: - name: kerberosRealm - description: '[Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service.' - go: - name: KerberosRealm - description: REQUIRED; [Required] Domain over which a Kerberos authentication server has the authority to authenticate a user, host or service. + name: primaryMetric + description: Primary metric for regression task. protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: Regression language: default: - name: KerberosCredentials - description: '' - namespace: '' - go: - name: KerberosCredentials - description: '' - marshallingFormat: json + name: Regression + description: Regression task in AutoML Table vertical. namespace: '' protocol: {} - - *ref_452 immediate: - *ref_474 - - *ref_452 - properties: - - schema: *ref_464 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: KerberosKeytab - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Keytab secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Keytab secrets. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: KerberosKeytab - language: - default: - name: KerberosKeytabCredentials - description: '' - namespace: '' - go: - name: KerberosKeytabCredentials - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - KerberosPassword: *ref_475 - None: &ref_484 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeNone - parents: - all: - - *ref_452 - immediate: - - *ref_452 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: None - language: - default: - name: NoneDatastoreCredentials - description: Empty/none datastore credentials. - namespace: '' - go: - name: NoneDatastoreCredentials - description: NoneDatastoreCredentials - Empty/none datastore credentials. - marshallingFormat: json - namespace: '' - protocol: {} - Sas: &ref_485 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeSas - parents: - all: - - *ref_452 - immediate: - - *ref_452 - properties: - - schema: *ref_466 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: Sas - x-ms-mutability: - - create - - update - x-ms-secret: true - language: - default: - name: secrets - description: '[Required] Storage container secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Storage container secrets. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Sas - language: - default: - name: SasDatastoreCredentials - description: SAS datastore credentials configuration. - namespace: '' - go: - name: SasDatastoreCredentials - description: SasDatastoreCredentials - SAS datastore credentials configuration. - marshallingFormat: json - namespace: '' - protocol: {} - ServicePrincipal: &ref_486 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: CredentialsTypeServicePrincipal - parents: - all: - - *ref_452 - immediate: - - *ref_452 + - *ref_513 + - *ref_514 properties: - - schema: *ref_479 - nullable: true - required: false - serializedName: authorityUrl - language: &ref_3540 - default: - name: authorityUrl - description: Authority URL used for authentication. - go: - name: AuthorityURL - description: Authority URL used for authentication. - protocol: {} - - schema: *ref_480 - required: true - serializedName: clientId - language: &ref_3541 - default: - name: clientId - description: '[Required] Service principal client ID.' - go: - name: ClientID - description: REQUIRED; [Required] Service principal client ID. - protocol: {} - - schema: *ref_481 - nullable: true - required: false - serializedName: resourceUrl - language: &ref_3542 - default: - name: resourceUrl - description: Resource the service principal has access to. - go: - name: ResourceURL - description: Resource the service principal has access to. - protocol: {} - - schema: *ref_467 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: ServicePrincipal - x-ms-mutability: - - create - - update - x-ms-secret: true - language: &ref_3543 - default: - name: secrets - description: '[Required] Service principal secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Service principal secrets. - protocol: {} - - schema: *ref_482 - required: true - serializedName: tenantId - language: &ref_3547 - default: - name: tenantId - description: '[Required] ID of the tenant to which the service principal belongs.' - go: - name: TenantID - description: REQUIRED; [Required] ID of the tenant to which the service principal belongs. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: ServicePrincipal - language: - default: - name: ServicePrincipalDatastoreCredentials - description: Service Principal datastore credentials configuration. - namespace: '' - go: - name: ServicePrincipalDatastoreCredentials - description: ServicePrincipalDatastoreCredentials - Service Principal datastore credentials configuration. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - AccountKey: *ref_451 - Certificate: *ref_483 - KerberosKeytab: *ref_473 - KerberosPassword: *ref_475 - None: *ref_484 - Sas: *ref_485 - ServicePrincipal: *ref_486 - property: &ref_488 - schema: *ref_487 - isDiscriminator: true - required: true - serializedName: credentialsType - language: &ref_3518 - default: - name: credentialsType - description: '[Required] Credential type used to authentication with storage.' - go: - name: CredentialsType - description: REQUIRED; [Required] Credential type used to authentication with storage. - protocol: {} - properties: - - *ref_488 - serializationFormats: - - json - usage: - - output - - input - language: &ref_3517 - default: - name: DatastoreCredentials - description: Base definition for datastore credentials. - namespace: '' - go: - name: DatastoreCredentials - description: DatastoreCredentials - Base definition for datastore credentials. - discriminatorInterface: DatastoreCredentialsClassification - discriminatorTypes: - - '*AccountKeyDatastoreCredentials' - - '*CertificateDatastoreCredentials' - - '*DatastoreCredentials' - - '*KerberosKeytabCredentials' - - '*KerberosPasswordCredentials' - - '*NoneDatastoreCredentials' - - '*SasDatastoreCredentials' - - '*ServicePrincipalDatastoreCredentials' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_452 - properties: - - schema: *ref_463 - required: true - serializedName: secrets - extensions: - x-ms-discriminator-value: AccountKey - x-ms-mutability: - - create - - update - x-ms-secret: true - language: &ref_3563 - default: - name: secrets - description: '[Required] Storage account secrets.' - go: - name: Secrets - description: REQUIRED; [Required] Storage account secrets. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: AccountKey - language: - default: - name: AccountKeyDatastoreCredentials - description: Account key datastore credentials configuration. - namespace: '' - go: - name: AccountKeyDatastoreCredentials - description: AccountKeyDatastoreCredentials - Account key datastore credentials configuration. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_483 - - *ref_473 - - *ref_475 - - *ref_484 - - *ref_485 - - *ref_486 - immediate: - - *ref_451 - - *ref_483 - - *ref_473 - - *ref_475 - - *ref_484 - - *ref_485 - - *ref_486 - discriminator: *ref_489 - language: - default: &ref_490 - name: DatastoreCredentialsClassification - description: discriminated type - discriminatorInterface: DatastoreCredentialsClassification - go: *ref_490 - protocol: {} - required: true - serializedName: credentials - language: &ref_3516 - default: - name: credentials - description: '[Required] Account credentials.' - go: - name: Credentials - description: REQUIRED; [Required] Account credentials. - byValue: true - protocol: {} - - *ref_491 - - schema: *ref_492 - readOnly: true - required: false - serializedName: isDefault - extensions: - x-ms-mutability: *ref_493 - language: &ref_3520 - default: - name: isDefault - description: Readonly property to indicate if datastore is the workspace default datastore - go: - name: IsDefault - description: READ-ONLY; Readonly property to indicate if datastore is the workspace default datastore - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: &ref_3515 - default: - name: DatastoreDetails - description: Base definition for datastore contents configuration. - namespace: '' - go: - name: DatastoreDetails - description: DatastoreDetails - Base definition for datastore contents configuration. - discriminatorInterface: DatastoreDetailsClassification - discriminatorTypes: - - '*AzureBlobDatastore' - - '*AzureDataLakeGen1Datastore' - - '*AzureDataLakeGen2Datastore' - - '*AzureFileDatastore' - - '*DatastoreDetails' - - '*HdfsDatastore' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - - &ref_829 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_393 - - *ref_395 - immediate: - - *ref_393 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: EnvironmentContainerDetails - description: Container for environment specification versions. - namespace: '' - go: - name: EnvironmentContainerDetails - description: EnvironmentContainerDetails - Container for environment specification versions. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_420 - - &ref_494 - type: object - apiVersions: - - version: 2022-02-01-preview - children: &ref_842 - all: - - &ref_801 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: JobTypeAutoML - parents: - all: - - *ref_494 - - *ref_395 - immediate: - - *ref_494 - properties: - - schema: *ref_495 - nullable: true - required: false - serializedName: environmentId - extensions: - x-ms-mutability: - - create - - read - language: &ref_3650 - default: - name: environmentId - description: "The ARM resource ID of the Environment specification for the job.\r\nThis is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job." - go: - name: EnvironmentID - description: >- - The ARM resource ID of the Environment specification for the job. This is optional value to provide, if not provided, AutoML will default this to Production AutoML curated - environment version when - - running the job. - protocol: {} - - schema: *ref_496 - nullable: true - required: false - serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - x-ms-mutability: - - create - - read - language: &ref_3651 - default: - name: environmentVariables - description: Environment variables included in the job. - go: - name: EnvironmentVariables - description: Environment variables included in the job. - byValue: true - protocol: {} - - schema: &ref_780 - type: dictionary - elementType: - type: object - children: *ref_497 - discriminator: *ref_498 - language: - default: &ref_499 - name: JobOutputClassification - description: discriminated type - discriminatorInterface: JobOutputClassification - go: *ref_499 - protocol: {} - language: - default: &ref_500 - name: map[string]JobOutputClassification - description: map of discriminators - go: *ref_500 - protocol: {} - nullable: true - required: false - serializedName: outputs - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - x-ms-mutability: - - create - - read - language: &ref_3652 - default: - name: outputs - description: Mapping of output data bindings used in the job. - go: - name: Outputs - description: Mapping of output data bindings used in the job. - byValue: true - protocol: {} - - schema: *ref_501 - nullable: true - required: false - serializedName: resources - extensions: - x-ms-mutability: - - create - - read - x-nullable: true - language: &ref_3659 - default: - name: resources - description: Compute Resource configuration for the job. - go: - name: Resources - description: Compute Resource configuration for the job. - protocol: {} - - schema: - type: object - children: &ref_504 - all: - - &ref_502 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TaskTypeClassification - parents: - all: - - &ref_503 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_502 - - &ref_505 + - schema: &ref_515 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeForecasting parents: all: - - *ref_503 - - &ref_508 + - &ref_516 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_504 - discriminator: &ref_748 + children: all: - Classification: *ref_502 - Forecasting: *ref_505 - ImageClassification: &ref_506 + - *ref_515 + - &ref_529 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeImageClassification parents: all: - - &ref_507 + - *ref_516 + immediate: + - *ref_516 + properties: + - schema: &ref_525 type: object apiVersions: - version: 2022-02-01-preview - children: + parents: all: - - *ref_506 - - &ref_509 + - &ref_517 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeImageClassificationMultilabel - parents: + children: all: - - *ref_507 - - *ref_508 - - &ref_511 + - &ref_526 type: object apiVersions: - version: 2022-02-01-preview - children: + parents: all: - - *ref_507 - - *ref_506 - - *ref_509 - - &ref_510 - type: object + - *ref_517 + immediate: + - *ref_517 + properties: + - schema: &ref_1190 + type: array apiVersions: - version: 2022-02-01-preview - children: - all: - - &ref_514 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TaskTypeImageInstanceSegmentation - parents: - all: - - *ref_510 - - *ref_508 - - *ref_511 - immediate: - - *ref_510 - - *ref_508 - properties: - - schema: *ref_512 - serializedName: primaryMetric - language: - default: - name: primaryMetric - description: Primary metric to optimize for this task. - go: - name: PrimaryMetric - description: Primary metric to optimize for this task. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: ImageInstanceSegmentation - language: - default: - name: ImageInstanceSegmentation - description: "Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level,\r\ndrawing a polygon around each object in the image." - namespace: '' - go: - name: ImageInstanceSegmentation - description: >- - ImageInstanceSegmentation - Image Instance Segmentation. Instance segmentation is used to identify objects in an - image at the pixel level, drawing a polygon around each object in the image. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_515 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TaskTypeImageObjectDetection - parents: - all: - - *ref_510 - - *ref_508 - - *ref_511 - immediate: - - *ref_510 - - *ref_508 - properties: - - schema: *ref_513 - serializedName: primaryMetric - language: - default: - name: primaryMetric - description: Primary metric to optimize for this task. - go: - name: PrimaryMetric - description: Primary metric to optimize for this task. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: ImageObjectDetection - language: - default: - name: ImageObjectDetection - description: "Image Object Detection. Object detection is used to identify objects in an image and locate each object with a\r\nbounding box e.g. locate all dogs and cats in an image and draw a bounding box around each." - namespace: '' - go: - name: ImageObjectDetection - description: >- - ImageObjectDetection - Image Object Detection. Object detection is used to identify objects in an image and locate - each object with a bounding box e.g. locate all dogs and cats in an image and draw a bounding box around - - each. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_514 - - *ref_515 - parents: - all: - - *ref_511 - immediate: - - *ref_511 - properties: - - schema: &ref_521 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - &ref_516 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - &ref_522 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_516 - immediate: - - *ref_516 - properties: - - schema: *ref_517 - nullable: true - serializedName: trainingCropSize - language: - default: - name: trainingCropSize - description: >- - Image crop size that is input to the neural network for the training dataset. Must be a positive - integer. - go: - name: TrainingCropSize - description: >- - Image crop size that is input to the neural network for the training dataset. Must be a positive - integer. - protocol: {} - - schema: *ref_518 - nullable: true - serializedName: validationCropSize - language: &ref_3664 - default: - name: validationCropSize - description: >- - Image crop size that is input to the neural network for the validation dataset. Must be a positive - integer. - go: - name: ValidationCropSize - description: >- - Image crop size that is input to the neural network for the validation dataset. Must be a positive - integer. - protocol: {} - - schema: *ref_519 - nullable: true - serializedName: validationResizeSize - language: - default: - name: validationResizeSize - description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. - go: - name: ValidationResizeSize - description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. - protocol: {} - - schema: *ref_520 - nullable: true - serializedName: weightedLoss - language: - default: - name: weightedLoss - description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." - go: - name: WeightedLoss - description: >- - Weighted loss. The accepted values are 0 for no weighted loss. 1 for weighted loss with - sqrt.(classweights). 2 for weighted loss with classweights. Must be 0 or 1 or 2. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelSettingsClassification - description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelSettingsClassification - description: >- - ImageModelSettingsClassification - Settings used for training the model. For more information on the - available settings please visit the official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_521 - immediate: - - *ref_522 - - *ref_521 - properties: - - schema: *ref_523 - nullable: true - serializedName: advancedSettings - language: - default: - name: advancedSettings - description: Settings for advanced scenarios. - go: - name: AdvancedSettings - description: Settings for advanced scenarios. - protocol: {} - - schema: *ref_524 - nullable: true - serializedName: amsGradient - language: - default: - name: amsGradient - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - go: - name: AmsGradient - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - protocol: {} - - schema: *ref_525 - nullable: true - serializedName: augmentations - language: - default: - name: augmentations - description: Settings for using Augmentations. - go: - name: Augmentations - description: Settings for using Augmentations. - protocol: {} - - schema: *ref_526 - nullable: true - serializedName: beta1 - language: - default: - name: beta1 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: Beta1 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_527 - nullable: true - serializedName: beta2 - language: - default: - name: beta2 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: Beta2 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_528 - nullable: true - serializedName: checkpointDatasetId - language: - default: - name: checkpointDatasetId - description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." - go: - name: CheckpointDatasetID - description: >- - FileDataset id for pretrained checkpoint(s) for incremental training. Make sure to pass - CheckpointFilename along with CheckpointDatasetId. - protocol: {} - - schema: *ref_529 - nullable: true - serializedName: checkpointFilename - language: - default: - name: checkpointFilename - description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." - go: - name: CheckpointFilename - description: >- - The pretrained checkpoint filename in FileDataset for incremental training. Make sure to pass - CheckpointDatasetId along with CheckpointFilename. - protocol: {} - - schema: *ref_530 - nullable: true - serializedName: checkpointFrequency - language: - default: - name: checkpointFrequency - description: Frequency to store model checkpoints. Must be a positive integer. - go: - name: CheckpointFrequency - description: Frequency to store model checkpoints. Must be a positive integer. - protocol: {} - - schema: *ref_531 - nullable: true - serializedName: checkpointRunId - language: - default: - name: checkpointRunId - description: The id of a previous run that has a pretrained checkpoint for incremental training. - go: - name: CheckpointRunID - description: The id of a previous run that has a pretrained checkpoint for incremental training. - protocol: {} - - schema: *ref_532 - nullable: true - serializedName: distributed - language: - default: - name: distributed - description: Whether to use distributed training. - go: - name: Distributed - description: Whether to use distributed training. - protocol: {} - - schema: *ref_533 - nullable: true - serializedName: earlyStopping - language: - default: - name: earlyStopping - description: Enable early stopping logic during training. - go: - name: EarlyStopping - description: Enable early stopping logic during training. - protocol: {} - - schema: *ref_534 - nullable: true - serializedName: earlyStoppingDelay - language: - default: - name: earlyStoppingDelay - description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." - go: - name: EarlyStoppingDelay - description: >- - Minimum number of epochs or validation evaluations to wait before primary metric improvement is tracked - for early stopping. Must be a positive integer. - protocol: {} - - schema: *ref_535 - nullable: true - serializedName: earlyStoppingPatience - language: - default: - name: earlyStoppingPatience - description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." - go: - name: EarlyStoppingPatience - description: >- - Minimum number of epochs or validation evaluations with no primary metric improvement before the run is - stopped. Must be a positive integer. - protocol: {} - - schema: *ref_536 - nullable: true - serializedName: enableOnnxNormalization - language: - default: - name: enableOnnxNormalization - description: Enable normalization when exporting ONNX model. - go: - name: EnableOnnxNormalization - description: Enable normalization when exporting ONNX model. - protocol: {} - - schema: *ref_537 - nullable: true - serializedName: evaluationFrequency - language: - default: - name: evaluationFrequency - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - go: - name: EvaluationFrequency - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - protocol: {} - - schema: *ref_538 - nullable: true - serializedName: gradientAccumulationStep - language: - default: - name: gradientAccumulationStep - description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." - go: - name: GradientAccumulationStep - description: >- - Gradient accumulation means running a configured number of "GradAccumulationStep" steps without updating - the model weights while accumulating the gradients of those steps, and then using the - - accumulated gradients to compute the weight updates. Must be a positive integer. - protocol: {} - - schema: *ref_539 - nullable: true - serializedName: layersToFreeze - language: - default: - name: layersToFreeze - description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: LayersToFreeze - description: >- - Number of layers to freeze for the model. Must be a positive integer. For instance, passing 2 as value - for 'seresnext' means freezing layer0 and layer1. For a full list of models supported and details - - on layer freeze, please see: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - protocol: {} - - schema: *ref_540 - nullable: true - serializedName: learningRate - language: - default: - name: learningRate - description: Initial learning rate. Must be a float in the range [0, 1]. - go: - name: LearningRate - description: Initial learning rate. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_541 - serializedName: learningRateScheduler - language: - default: - name: learningRateScheduler - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - go: - name: LearningRateScheduler - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - protocol: {} - - schema: *ref_542 - nullable: true - serializedName: modelName - language: - default: - name: modelName - description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: ModelName - description: >- - Name of the model to use for training. For more information on the available models please visit the - official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - protocol: {} - - schema: *ref_543 - nullable: true - serializedName: momentum - language: - default: - name: momentum - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - go: - name: Momentum - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_544 - nullable: true - serializedName: nesterov - language: - default: - name: nesterov - description: Enable nesterov when optimizer is 'sgd'. - go: - name: Nesterov - description: Enable nesterov when optimizer is 'sgd'. - protocol: {} - - schema: *ref_545 - nullable: true - serializedName: numberOfEpochs - language: - default: - name: numberOfEpochs - description: Number of training epochs. Must be a positive integer. - go: - name: NumberOfEpochs - description: Number of training epochs. Must be a positive integer. - protocol: {} - - schema: *ref_546 - nullable: true - serializedName: numberOfWorkers - language: - default: - name: numberOfWorkers - description: Number of data loader workers. Must be a non-negative integer. - go: - name: NumberOfWorkers - description: Number of data loader workers. Must be a non-negative integer. - protocol: {} - - schema: *ref_547 - serializedName: optimizer - language: - default: - name: optimizer - description: Type of optimizer. - go: - name: Optimizer - description: Type of optimizer. - protocol: {} - - schema: *ref_548 - nullable: true - serializedName: randomSeed - language: - default: - name: randomSeed - description: Random seed to be used when using deterministic training. - go: - name: RandomSeed - description: Random seed to be used when using deterministic training. - protocol: {} - - schema: *ref_549 - nullable: true - serializedName: splitRatio - language: - default: - name: splitRatio - description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." - go: - name: SplitRatio - description: >- - If validation data is not defined, this specifies the split ratio for splitting train data into random - train and validation subsets. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_550 - nullable: true - serializedName: stepLRGamma - language: - default: - name: stepLRGamma - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - go: - name: StepLRGamma - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_551 - nullable: true - serializedName: stepLRStepSize - language: - default: - name: stepLRStepSize - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - go: - name: StepLRStepSize - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - protocol: {} - - schema: *ref_552 - nullable: true - serializedName: trainingBatchSize - language: - default: - name: trainingBatchSize - description: Training batch size. Must be a positive integer. - go: - name: TrainingBatchSize - description: Training batch size. Must be a positive integer. - protocol: {} - - schema: *ref_553 - nullable: true - serializedName: validationBatchSize - language: - default: - name: validationBatchSize - description: Validation batch size. Must be a positive integer. - go: - name: ValidationBatchSize - description: Validation batch size. Must be a positive integer. - protocol: {} - - schema: *ref_554 - nullable: true - serializedName: warmupCosineLRCycles - language: - default: - name: warmupCosineLRCycles - description: >- - Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, - 1]. - go: - name: WarmupCosineLRCycles - description: >- - Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, - 1]. - protocol: {} - - schema: *ref_555 - nullable: true - serializedName: warmupCosineLRWarmupEpochs - language: - default: - name: warmupCosineLRWarmupEpochs - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - go: - name: WarmupCosineLRWarmupEpochs - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - protocol: {} - - schema: *ref_556 - nullable: true - serializedName: weightDecay - language: - default: - name: weightDecay - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - go: - name: WeightDecay - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelSettings - description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelSettings - description: >- - ImageModelSettings - Settings used for training the model. For more information on the available settings - please visit the official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_516 - properties: - - schema: *ref_557 - nullable: true - serializedName: boxDetectionsPerImage - language: - default: - name: boxDetectionsPerImage - description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: BoxDetectionsPerImage - description: >- - Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is - not supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_558 - nullable: true - serializedName: boxScoreThreshold - language: - default: - name: boxScoreThreshold - description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." - go: - name: BoxScoreThreshold - description: >- - During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be a - float in the range[0, 1]. - protocol: {} - - schema: *ref_559 - nullable: true - serializedName: imageSize - language: - default: - name: imageSize - description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: ImageSize - description: >- - Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA OOM - if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_560 - nullable: true - serializedName: maxSize - language: - default: - name: maxSize - description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: MaxSize - description: >- - Maximum size of the image to be rescaled before feeding it to the backbone. Must be a positive integer. Note: - training run may get into CUDA OOM if the size is too big. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_561 - nullable: true - serializedName: minSize - language: - default: - name: minSize - description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: MinSize - description: >- - Minimum size of the image to be rescaled before feeding it to the backbone. Must be a positive integer. Note: - training run may get into CUDA OOM if the size is too big. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_562 - serializedName: modelSize - language: - default: - name: modelSize - description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: ModelSize - description: >- - Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the - model size is too big. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_563 - nullable: true - serializedName: multiScale - language: - default: - name: multiScale - description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: MultiScale - description: >- - Enable multi-scale image by varying image size by +/- 50%. Note: training run may get into CUDA OOM if no - sufficient GPU memory. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_564 - nullable: true - serializedName: nmsIouThreshold - language: - default: - name: nmsIouThreshold - description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. - go: - name: NmsIouThreshold - description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_565 - nullable: true - serializedName: tileGridSize - language: - default: - name: tileGridSize - description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TileGridSize - description: >- - The grid size to use for tiling each image. Note: TileGridSize must not be None to enable small object - detection logic. A string containing two integers in mxn format. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_566 - nullable: true - serializedName: tileOverlapRatio - language: - default: - name: tileOverlapRatio - description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TileOverlapRatio - description: >- - Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1). Note: This settings - is not supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_567 - nullable: true - serializedName: tilePredictionsNmsThreshold - language: - default: - name: tilePredictionsNmsThreshold - description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TilePredictionsNmsThreshold - description: >- - The IOU threshold to use to perform NMS while merging predictions from tiles and image. Used in validation/ - inference. Must be float in the range [0, 1]. Note: This settings is not supported for the - - 'yolov5' algorithm. - protocol: {} - - schema: *ref_568 - nullable: true - serializedName: validationIouThreshold - language: - default: - name: validationIouThreshold - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - go: - name: ValidationIouThreshold - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - protocol: {} - - schema: *ref_569 - serializedName: validationMetricType - language: - default: - name: validationMetricType - description: Metric computation method to use for validation metrics. - go: - name: ValidationMetricType - description: Metric computation method to use for validation metrics. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelSettingsObjectDetection - description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelSettingsObjectDetection - description: >- - ImageModelSettingsObjectDetection - Settings used for training the model. For more information on the available - settings please visit the official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: modelSettings - extensions: - x-nullable: true - language: - default: - name: modelSettings - description: Settings used for training the model. - go: - name: ModelSettings - description: Settings used for training the model. - protocol: {} - - schema: &ref_1280 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: &ref_575 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - &ref_570 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - &ref_576 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_570 - immediate: - - *ref_570 - properties: - - schema: *ref_571 - nullable: true - serializedName: trainingCropSize - language: - default: - name: trainingCropSize - description: >- - Image crop size that is input to the neural network for the training dataset. Must be a positive - integer. - go: - name: TrainingCropSize - description: >- - Image crop size that is input to the neural network for the training dataset. Must be a positive - integer. - protocol: {} - - schema: *ref_572 - nullable: true - serializedName: validationCropSize - language: &ref_3666 - default: - name: validationCropSize - description: >- - Image crop size that is input to the neural network for the validation dataset. Must be a - positive integer. - go: - name: ValidationCropSize - description: >- - Image crop size that is input to the neural network for the validation dataset. Must be a - positive integer. - protocol: {} - - schema: *ref_573 - nullable: true - serializedName: validationResizeSize - language: - default: - name: validationResizeSize - description: >- - Image size to which to resize before cropping for validation dataset. Must be a positive - integer. - go: - name: ValidationResizeSize - description: >- - Image size to which to resize before cropping for validation dataset. Must be a positive - integer. - protocol: {} - - schema: *ref_574 - nullable: true - serializedName: weightedLoss - language: - default: - name: weightedLoss - description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." - go: - name: WeightedLoss - description: >- - Weighted loss. The accepted values are 0 for no weighted loss. 1 for weighted loss with - sqrt.(classweights). 2 for weighted loss with classweights. Must be 0 or 1 or 2. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelDistributionSettingsClassification - description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelDistributionSettingsClassification - description: >- - ImageModelDistributionSettingsClassification - Distribution expressions to sweep over values of - model settings.Some examples are:ModelName = "choice('seresnext', 'resnest50')"; LearningRate = - "uniform(0.001, 0.01)"; LayersToFreeze = "choice(0, - - 2)";For more details on how to compose distribution expressions please check the documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more - information - - on the available settings please visit the official documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_575 - immediate: - - *ref_576 - - *ref_575 - properties: - - schema: *ref_577 - nullable: true - serializedName: amsGradient - language: - default: - name: amsGradient - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - go: - name: AmsGradient - description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. - protocol: {} - - schema: *ref_578 - nullable: true - serializedName: augmentations - language: - default: - name: augmentations - description: Settings for using Augmentations. - go: - name: Augmentations - description: Settings for using Augmentations. - protocol: {} - - schema: *ref_579 - nullable: true - serializedName: beta1 - language: - default: - name: beta1 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: Beta1 - description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_580 - nullable: true - serializedName: beta2 - language: - default: - name: beta2 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - go: - name: Beta2 - description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_581 - nullable: true - serializedName: distributed - language: - default: - name: distributed - description: Whether to use distributer training. - go: - name: Distributed - description: Whether to use distributer training. - protocol: {} - - schema: *ref_582 - nullable: true - serializedName: earlyStopping - language: - default: - name: earlyStopping - description: Enable early stopping logic during training. - go: - name: EarlyStopping - description: Enable early stopping logic during training. - protocol: {} - - schema: *ref_583 - nullable: true - serializedName: earlyStoppingDelay - language: - default: - name: earlyStoppingDelay - description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." - go: - name: EarlyStoppingDelay - description: >- - Minimum number of epochs or validation evaluations to wait before primary metric improvement is - tracked for early stopping. Must be a positive integer. - protocol: {} - - schema: *ref_584 - nullable: true - serializedName: earlyStoppingPatience - language: - default: - name: earlyStoppingPatience - description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." - go: - name: EarlyStoppingPatience - description: >- - Minimum number of epochs or validation evaluations with no primary metric improvement before the run - is stopped. Must be a positive integer. - protocol: {} - - schema: *ref_585 - nullable: true - serializedName: enableOnnxNormalization - language: - default: - name: enableOnnxNormalization - description: Enable normalization when exporting ONNX model. - go: - name: EnableOnnxNormalization - description: Enable normalization when exporting ONNX model. - protocol: {} - - schema: *ref_586 - nullable: true - serializedName: evaluationFrequency - language: - default: - name: evaluationFrequency - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - go: - name: EvaluationFrequency - description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. - protocol: {} - - schema: *ref_587 - nullable: true - serializedName: gradientAccumulationStep - language: - default: - name: gradientAccumulationStep - description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." - go: - name: GradientAccumulationStep - description: >- - Gradient accumulation means running a configured number of "GradAccumulationStep" steps without - updating the model weights while accumulating the gradients of those steps, and then using the - - accumulated gradients to compute the weight updates. Must be a positive integer. - protocol: {} - - schema: *ref_588 - nullable: true - serializedName: layersToFreeze - language: - default: - name: layersToFreeze - description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: LayersToFreeze - description: >- - Number of layers to freeze for the model. Must be a positive integer. For instance, passing 2 as value - for 'seresnext' means freezing layer0 and layer1. For a full list of models supported and details - - on layer freeze, please see: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - protocol: {} - - schema: *ref_589 - nullable: true - serializedName: learningRate - language: - default: - name: learningRate - description: Initial learning rate. Must be a float in the range [0, 1]. - go: - name: LearningRate - description: Initial learning rate. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_590 - nullable: true - serializedName: learningRateScheduler - language: - default: - name: learningRateScheduler - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - go: - name: LearningRateScheduler - description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. - protocol: {} - - schema: *ref_591 - nullable: true - serializedName: modelName - language: - default: - name: modelName - description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - go: - name: ModelName - description: >- - Name of the model to use for training. For more information on the available models please visit the - official documentation: - - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - protocol: {} - - schema: *ref_592 - nullable: true - serializedName: momentum - language: - default: - name: momentum - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - go: - name: Momentum - description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_593 - nullable: true - serializedName: nesterov - language: - default: - name: nesterov - description: Enable nesterov when optimizer is 'sgd'. - go: - name: Nesterov - description: Enable nesterov when optimizer is 'sgd'. - protocol: {} - - schema: *ref_594 - nullable: true - serializedName: numberOfEpochs - language: - default: - name: numberOfEpochs - description: Number of training epochs. Must be a positive integer. - go: - name: NumberOfEpochs - description: Number of training epochs. Must be a positive integer. - protocol: {} - - schema: *ref_595 - nullable: true - serializedName: numberOfWorkers - language: - default: - name: numberOfWorkers - description: Number of data loader workers. Must be a non-negative integer. - go: - name: NumberOfWorkers - description: Number of data loader workers. Must be a non-negative integer. - protocol: {} - - schema: *ref_596 - nullable: true - serializedName: optimizer - language: - default: - name: optimizer - description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. - go: - name: Optimizer - description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. - protocol: {} - - schema: *ref_597 - nullable: true - serializedName: randomSeed - language: - default: - name: randomSeed - description: Random seed to be used when using deterministic training. - go: - name: RandomSeed - description: Random seed to be used when using deterministic training. - protocol: {} - - schema: *ref_598 - nullable: true - serializedName: splitRatio - language: - default: - name: splitRatio - description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." - go: - name: SplitRatio - description: >- - If validation data is not defined, this specifies the split ratio for splitting train data into random - train and validation subsets. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_599 - nullable: true - serializedName: stepLRGamma - language: - default: - name: stepLRGamma - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - go: - name: StepLRGamma - description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. - protocol: {} - - schema: *ref_600 - nullable: true - serializedName: stepLRStepSize - language: - default: - name: stepLRStepSize - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - go: - name: StepLRStepSize - description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. - protocol: {} - - schema: *ref_601 - nullable: true - serializedName: trainingBatchSize - language: - default: - name: trainingBatchSize - description: Training batch size. Must be a positive integer. - go: - name: TrainingBatchSize - description: Training batch size. Must be a positive integer. - protocol: {} - - schema: *ref_602 - nullable: true - serializedName: validationBatchSize - language: - default: - name: validationBatchSize - description: Validation batch size. Must be a positive integer. - go: - name: ValidationBatchSize - description: Validation batch size. Must be a positive integer. - protocol: {} - - schema: *ref_603 - nullable: true - serializedName: warmupCosineLRCycles - language: - default: - name: warmupCosineLRCycles - description: >- - Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range - [0, 1]. - go: - name: WarmupCosineLRCycles - description: >- - Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range - [0, 1]. - protocol: {} - - schema: *ref_604 - nullable: true - serializedName: warmupCosineLRWarmupEpochs - language: - default: - name: warmupCosineLRWarmupEpochs - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - go: - name: WarmupCosineLRWarmupEpochs - description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. - protocol: {} - - schema: *ref_605 - nullable: true - serializedName: weightDecay - language: - default: - name: weightDecay - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - go: - name: WeightDecay - description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelDistributionSettings - description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nAll distributions can be specified as distribution_name(min, max) or choice(val1, val2, ..., valn)\r\nwhere distribution name can be: uniform, quniform, loguniform, etc\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelDistributionSettings - description: >- - ImageModelDistributionSettings - Distribution expressions to sweep over values of model settings.Some - examples are:ModelName = "choice('seresnext', 'resnest50')"; LearningRate = "uniform(0.001, 0.01)"; - LayersToFreeze = "choice(0, - - 2)";All distributions can be specified as distribution_name(min, max) or choice(val1, val2, …, valn) where - distribution name can be: uniform, quniform, loguniform, etc For more details on how to - - compose distribution expressions please check the documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more information - on the available settings - - please visit the official documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_570 - properties: - - schema: *ref_606 - nullable: true - serializedName: boxDetectionsPerImage - language: - default: - name: boxDetectionsPerImage - description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: BoxDetectionsPerImage - description: >- - Maximum number of detections per image, for all classes. Must be a positive integer. Note: This settings is - not supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_607 - nullable: true - serializedName: boxScoreThreshold - language: - default: - name: boxScoreThreshold - description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." - go: - name: BoxScoreThreshold - description: >- - During inference, only return proposals with a classification score greater than BoxScoreThreshold. Must be - a float in the range[0, 1]. - protocol: {} - - schema: *ref_608 - nullable: true - serializedName: imageSize - language: - default: - name: imageSize - description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: ImageSize - description: >- - Image size for train and validation. Must be a positive integer. Note: The training run may get into CUDA - OOM if the size is too big. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_609 - nullable: true - serializedName: maxSize - language: - default: - name: maxSize - description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: MaxSize - description: >- - Maximum size of the image to be rescaled before feeding it to the backbone. Must be a positive integer. - Note: training run may get into CUDA OOM if the size is too big. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_610 - nullable: true - serializedName: minSize - language: - default: - name: minSize - description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: MinSize - description: >- - Minimum size of the image to be rescaled before feeding it to the backbone. Must be a positive integer. - Note: training run may get into CUDA OOM if the size is too big. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_611 - nullable: true - serializedName: modelSize - language: - default: - name: modelSize - description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: ModelSize - description: >- - Model size. Must be 'small', 'medium', 'large', or 'xlarge'. Note: training run may get into CUDA OOM if the - model size is too big. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_612 - nullable: true - serializedName: multiScale - language: - default: - name: multiScale - description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." - go: - name: MultiScale - description: >- - Enable multi-scale image by varying image size by +/- 50%. Note: training run may get into CUDA OOM if no - sufficient GPU memory. Note: This settings is only supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_613 - nullable: true - serializedName: nmsIouThreshold - language: - default: - name: nmsIouThreshold - description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. - go: - name: NmsIouThreshold - description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. - protocol: {} - - schema: *ref_614 - nullable: true - serializedName: tileGridSize - language: - default: - name: tileGridSize - description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TileGridSize - description: >- - The grid size to use for tiling each image. Note: TileGridSize must not be None to enable small object - detection logic. A string containing two integers in mxn format. Note: This settings is not - - supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_615 - nullable: true - serializedName: tileOverlapRatio - language: - default: - name: tileOverlapRatio - description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." - go: - name: TileOverlapRatio - description: >- - Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1). Note: This - settings is not supported for the 'yolov5' algorithm. - protocol: {} - - schema: *ref_616 - nullable: true - serializedName: tilePredictionsNmsThreshold - language: - default: - name: tilePredictionsNmsThreshold - description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" - go: - name: TilePredictionsNmsThreshold - description: >- - The IOU threshold to use to perform NMS while merging predictions from tiles and image. Used in validation/ - inference. Must be float in the range [0, 1]. Note: This settings is not supported for the - - 'yolov5' algorithm. NMS: Non-maximum suppression - protocol: {} - - schema: *ref_617 - nullable: true - serializedName: validationIouThreshold - language: - default: - name: validationIouThreshold - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - go: - name: ValidationIouThreshold - description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. - protocol: {} - - schema: *ref_618 - nullable: true - serializedName: validationMetricType - language: - default: - name: validationMetricType - description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. - go: - name: ValidationMetricType - description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageModelDistributionSettingsObjectDetection - description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." - namespace: '' - go: - name: ImageModelDistributionSettingsObjectDetection - description: >- - ImageModelDistributionSettingsObjectDetection - Distribution expressions to sweep over values of model - settings.Some examples are:ModelName = "choice('seresnext', 'resnest50')"; LearningRate = "uniform(0.001, - 0.01)"; LayersToFreeze = "choice(0, - - 2)";For more details on how to compose distribution expressions please check the documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters For more information - - on the available settings please visit the official documentation: - https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models. - marshallingFormat: json - namespace: '' - protocol: {} - extensions: - x-ms-identifiers: [] - language: - default: - name: ImageObjectDetectionBaseSearchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - go: - name: '[]*ImageModelDistributionSettingsObjectDetection' - description: Search space for sampling different combinations of models and their hyperparameters. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: searchSpace - extensions: - x-ms-identifiers: [] - language: - default: - name: searchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - go: - name: SearchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input + elementType: *ref_518 language: default: - name: ImageObjectDetectionBase - description: '' - namespace: '' - go: - name: ImageObjectDetectionBase - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' + name: TableVerticalValidationDataSettingsCvSplitColumnNames + description: Columns to use for CVSplit data. protocol: {} - - *ref_514 - - *ref_515 - immediate: - - *ref_507 - - *ref_510 - properties: - - schema: &ref_636 + serializedName: cvSplitColumnNames + language: + default: + name: cvSplitColumnNames + description: Columns to use for CVSplit data. + protocol: {} + - schema: &ref_519 type: object apiVersions: - version: 2022-02-01-preview - parents: + children: all: - - &ref_619 + - &ref_521 type: object apiVersions: - version: 2022-02-01-preview - children: + discriminatorValue: Auto + parents: all: - - &ref_637 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_619 - immediate: - - *ref_619 - properties: - - schema: &ref_620 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - &ref_621 - type: object - apiVersions: - - version: 2022-02-01-preview - children: - all: - - *ref_620 - - &ref_622 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_621 - immediate: - - *ref_621 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageVerticalValidationDataSettings - description: '' - namespace: '' - go: - name: ImageVerticalValidationDataSettings - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_623 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_621 - immediate: - - *ref_621 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NlpVerticalValidationDataSettings - description: '' - namespace: '' - go: - name: NlpVerticalValidationDataSettings - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_620 - - *ref_622 - - *ref_623 - properties: - - schema: *ref_39 - nullable: true - serializedName: data - extensions: - x-ms-discriminator-value: MLTable - x-nullable: true - language: - default: - name: data - description: Validation data MLTable. - go: - name: Data - description: Validation data MLTable. - protocol: {} - - schema: *ref_624 - nullable: true - serializedName: validationDataSize - language: - default: - name: validationDataSize - description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." - go: - name: ValidationDataSize - description: >- - The fraction of training dataset that needs to be set aside for validation purpose. Values - between (0.0 , 1.0) Applied when validation dataset is not provided. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ValidationDataSettings - description: Validation settings. - namespace: '' - go: - name: ValidationDataSettings - description: ValidationDataSettings - Validation settings. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_621 - properties: - - schema: &ref_1270 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_625 - language: - default: - name: TableVerticalValidationDataSettingsCvSplitColumnNames - description: Columns to use for CVSplit data. - go: - name: '[]*string' - description: Columns to use for CVSplit data. - elementIsPtr: true - marshallingFormat: json - protocol: {} - serializedName: cvSplitColumnNames - language: - default: - name: cvSplitColumnNames - description: Columns to use for CVSplit data. - go: - name: CvSplitColumnNames - description: Columns to use for CVSplit data. - byValue: true - protocol: {} - - schema: - type: object - children: &ref_626 - all: - - &ref_627 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: NCrossValidationsModeAuto - parents: - all: - - &ref_628 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_626 - discriminator: &ref_633 - all: - Auto: *ref_627 - Custom: &ref_630 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: NCrossValidationsModeCustom - parents: - all: - - *ref_628 - immediate: - - *ref_628 - properties: - - schema: *ref_629 - required: true - serializedName: value - language: - default: - name: value - description: '[Required] N-Cross validations value.' - go: - name: Value - description: REQUIRED; [Required] N-Cross validations value. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomNCrossValidations - description: N-Cross validations are specified by user. - namespace: '' - go: - name: CustomNCrossValidations - description: CustomNCrossValidations - N-Cross validations are specified by user. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Auto: *ref_627 - Custom: *ref_630 - property: &ref_632 - schema: *ref_631 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: mode - description: '[Required] Mode for determining N-Cross validations.' - go: - name: Mode - description: REQUIRED; [Required] Mode for determining N-Cross validations. - protocol: {} - properties: - - *ref_632 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NCrossValidations - description: N-Cross validations value. - namespace: '' - go: - name: NCrossValidations - description: NCrossValidations - N-Cross validations value. - discriminatorInterface: NCrossValidationsClassification - discriminatorTypes: - - '*AutoNCrossValidations' - - '*CustomNCrossValidations' - - '*NCrossValidations' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_628 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Auto - language: - default: - name: AutoNCrossValidations - description: N-Cross validations determined automatically. - namespace: '' - go: - name: AutoNCrossValidations - description: AutoNCrossValidations - N-Cross validations determined automatically. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_630 - immediate: - - *ref_627 - - *ref_630 - discriminator: *ref_633 - language: - default: &ref_634 - name: NCrossValidationsClassification - description: discriminated type - discriminatorInterface: NCrossValidationsClassification - go: *ref_634 - protocol: {} - nullable: true - serializedName: nCrossValidations - extensions: - x-nullable: true - language: - default: - name: nCrossValidations - description: "Number of cross validation folds to be applied on training dataset\r\nwhen validation dataset is not provided." - go: - name: NCrossValidations - description: >- - Number of cross validation folds to be applied on training dataset when validation dataset is not - provided. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TableVerticalValidationDataSettings - description: Validation settings for AutoML Table vertical tasks - Classification/Regression/Forecasting. - namespace: '' - go: - name: TableVerticalValidationDataSettings - description: >- - TableVerticalValidationDataSettings - Validation settings for AutoML Table vertical tasks - - Classification/Regression/Forecasting. - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: validationData - extensions: - x-nullable: true - language: - default: - name: validationData - description: Validation data inputs. - go: - name: ValidationData - description: Validation data inputs. - protocol: {} - - schema: *ref_635 - nullable: true - serializedName: weightColumnName - language: - default: - name: weightColumnName - description: >- - The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows - in the data to be weighted up or down. - go: - name: WeightColumnName - description: >- - The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows - in the data to be weighted up or down. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TableVerticalDataSettings - description: Class for data inputs. - namespace: '' - go: - name: TableVerticalDataSettings - description: TableVerticalDataSettings - Class for data inputs. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_636 - - &ref_638 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_619 - immediate: - - *ref_619 - properties: - - schema: *ref_623 - nullable: true - serializedName: validationData - extensions: - x-nullable: true - language: - default: - name: validationData - description: Validation data inputs. - go: - name: ValidationData - description: Validation data inputs. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NlpVerticalDataSettings - description: "Class for data inputs.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: NlpVerticalDataSettings - description: NlpVerticalDataSettings - Class for data inputs. NLP - Natural Language Processing. - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_519 immediate: - - *ref_637 - - *ref_636 - - *ref_638 - properties: - - schema: *ref_639 - required: true - serializedName: targetColumnName - language: &ref_3670 - default: - name: targetColumnName - description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." - go: - name: TargetColumnName - description: >- - REQUIRED; [Required] Target column name: This is prediction values column. Also known as label column name in - context of classification tasks. - protocol: {} - - schema: &ref_1191 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_39 - nullable: true - serializedName: data - extensions: - x-ms-discriminator-value: MLTable - x-nullable: true - language: - default: - name: data - description: Test data MLTable. - go: - name: Data - description: Test data MLTable. - protocol: {} - - schema: *ref_640 - nullable: true - serializedName: testDataSize - language: - default: - name: testDataSize - description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." - go: - name: TestDataSize - description: >- - The fraction of test dataset that needs to be set aside for validation purpose. Values between (0.0 , - 1.0) Applied when validation dataset is not provided. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TestDataSettings - description: Test data inputs. - namespace: '' - go: - name: TestDataSettings - description: TestDataSettings - Test data inputs. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - required: false - serializedName: testData - extensions: - x-nullable: true - language: - default: - name: testData - description: Test data input. - go: - name: TestData - description: Test data input. - protocol: {} - - schema: &ref_1192 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_39 - required: true - serializedName: data - extensions: - x-ms-discriminator-value: MLTable - language: &ref_3672 - default: - name: data - description: '[Required] Training data MLTable.' - go: - name: Data - description: REQUIRED; [Required] Training data MLTable. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TrainingDataSettings - description: Training data input. - namespace: '' - go: - name: TrainingDataSettings - description: TrainingDataSettings - Training data input. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: trainingData - language: &ref_3671 - default: - name: trainingData - description: '[Required] Training data input.' - go: - name: TrainingData - description: REQUIRED; [Required] Training data input. - protocol: {} + - *ref_519 serializationFormats: - json usage: - output - input - language: &ref_3669 - default: - name: DataSettings - description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. - namespace: '' - go: - name: DataSettings - description: >- - DataSettings - Collection of registered Tabular Dataset Ids and other data settings required for training and - validating models. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - - *ref_619 - properties: - - schema: *ref_622 - nullable: true - serializedName: validationData - extensions: - x-nullable: true - language: - default: - name: validationData - description: Settings for the validation dataset. - go: - name: ValidationData - description: Settings for the validation dataset. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageVerticalDataSettings - description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. - namespace: '' - go: - name: ImageVerticalDataSettings - description: >- - ImageVerticalDataSettings - Collection of registered Tabular Dataset Ids and other data settings required for training - and validating models. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: dataSettings - language: &ref_3668 - default: - name: dataSettings - description: >- - [Required] Collection of registered Tabular Dataset Ids and other data settings required for training and validating - models. - go: - name: DataSettings - description: >- - REQUIRED; [Required] Collection of registered Tabular Dataset Ids and other data settings required for training and - validating models. - protocol: {} - - schema: &ref_1199 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_641 - serializedName: maxConcurrentTrials - language: - default: - name: maxConcurrentTrials - description: Maximum number of concurrent AutoML iterations. - go: - name: MaxConcurrentTrials - description: Maximum number of concurrent AutoML iterations. - protocol: {} - - schema: *ref_642 - serializedName: maxTrials - language: &ref_3678 - default: - name: maxTrials - description: Maximum number of AutoML iterations. - go: - name: MaxTrials - description: Maximum number of AutoML iterations. - protocol: {} - - schema: *ref_643 - serializedName: timeout - language: - default: - name: timeout - description: AutoML job timeout. - go: - name: Timeout - description: AutoML job timeout. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: ImageLimitSettings - description: Limit settings for the AutoML job. - namespace: '' - go: - name: ImageLimitSettings - description: ImageLimitSettings - Limit settings for the AutoML job. - marshallingFormat: json - namespace: '' - protocol: {} - required: true - serializedName: limitSettings - language: &ref_3677 - default: - name: limitSettings - description: '[Required] Limit settings for the AutoML job.' - go: - name: LimitSettings - description: REQUIRED; [Required] Limit settings for the AutoML job. - protocol: {} - - schema: &ref_1200 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: &ref_783 - type: object - children: &ref_644 - all: - - &ref_645 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EarlyTerminationPolicyTypeBandit - parents: - all: - - &ref_646 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_644 - discriminator: &ref_656 - all: - Bandit: *ref_645 - MedianStopping: &ref_648 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EarlyTerminationPolicyTypeMedianStopping - parents: - all: - - *ref_646 - immediate: - - *ref_646 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: MedianStopping - language: - default: - name: MedianStoppingPolicy - description: Defines an early termination policy based on running averages of the primary metric of all runs - namespace: '' - go: - name: MedianStoppingPolicy - description: >- - MedianStoppingPolicy - Defines an early termination policy based on running averages of the - primary metric of all runs - marshallingFormat: json - namespace: '' - protocol: {} - TruncationSelection: &ref_649 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EarlyTerminationPolicyTypeTruncationSelection - parents: - all: - - *ref_646 - immediate: - - *ref_646 - properties: - - schema: *ref_647 - serializedName: truncationPercentage - language: - default: - name: truncationPercentage - description: The percentage of runs to cancel at each evaluation interval. - go: - name: TruncationPercentage - description: The percentage of runs to cancel at each evaluation interval. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TruncationSelection - language: - default: - name: TruncationSelectionPolicy - description: >- - Defines an early termination policy that cancels a given percentage of runs at each evaluation - interval. - namespace: '' - go: - name: TruncationSelectionPolicy - description: >- - TruncationSelectionPolicy - Defines an early termination policy that cancels a given percentage - of runs at each evaluation interval. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Bandit: *ref_645 - MedianStopping: *ref_648 - TruncationSelection: *ref_649 - property: &ref_653 - schema: *ref_650 - isDiscriminator: true - required: true - serializedName: policyType - language: &ref_3743 - default: - name: policyType - description: '[Required] Name of policy configuration' - go: - name: PolicyType - description: REQUIRED; [Required] Name of policy configuration - protocol: {} - properties: - - schema: *ref_651 - required: false - serializedName: delayEvaluation - language: &ref_3741 - default: - name: delayEvaluation - description: Number of intervals by which to delay the first evaluation. - go: - name: DelayEvaluation - description: Number of intervals by which to delay the first evaluation. - protocol: {} - - schema: *ref_652 - required: false - serializedName: evaluationInterval - language: &ref_3742 - default: - name: evaluationInterval - description: Interval (number of runs) between policy evaluations. - go: - name: EvaluationInterval - description: Interval (number of runs) between policy evaluations. - protocol: {} - - *ref_653 - serializationFormats: - - json - usage: - - output - - input - language: &ref_3740 - default: - name: EarlyTerminationPolicy - description: Early termination policies enable canceling poor-performing runs before they complete - namespace: '' - go: - name: EarlyTerminationPolicy - description: >- - EarlyTerminationPolicy - Early termination policies enable canceling poor-performing runs before they - complete - discriminatorInterface: EarlyTerminationPolicyClassification - discriminatorTypes: - - '*BanditPolicy' - - '*EarlyTerminationPolicy' - - '*MedianStoppingPolicy' - - '*TruncationSelectionPolicy' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_646 - properties: - - schema: *ref_654 - serializedName: slackAmount - language: - default: - name: slackAmount - description: Absolute distance allowed from the best performing run. - go: - name: SlackAmount - description: Absolute distance allowed from the best performing run. - protocol: {} - - schema: *ref_655 - serializedName: slackFactor - language: - default: - name: slackFactor - description: Ratio of the allowed distance from the best performing run. - go: - name: SlackFactor - description: Ratio of the allowed distance from the best performing run. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Bandit - language: - default: - name: BanditPolicy - description: >- - Defines an early termination policy based on slack criteria, and a frequency and delay interval for - evaluation - namespace: '' - go: - name: BanditPolicy - description: >- - BanditPolicy - Defines an early termination policy based on slack criteria, and a frequency and delay - interval for evaluation - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_648 - - *ref_649 - immediate: - - *ref_645 - - *ref_648 - - *ref_649 - discriminator: *ref_656 + extensions: + x-ms-discriminator-value: Auto language: - default: &ref_657 - name: EarlyTerminationPolicyClassification - description: discriminated type - discriminatorInterface: EarlyTerminationPolicyClassification - go: *ref_657 - protocol: {} - nullable: true - required: false - serializedName: earlyTermination - extensions: - x-nullable: true - language: - default: - name: earlyTermination - description: Type of early termination policy. - go: - name: EarlyTermination - description: Type of early termination policy. - byValue: true - protocol: {} - - schema: &ref_1201 + default: + name: AutoNCrossValidations + description: N-Cross validations determined automatically. + namespace: '' + protocol: {} + - &ref_522 type: object apiVersions: - version: 2022-02-01-preview + discriminatorValue: Custom + parents: + all: + - *ref_519 + immediate: + - *ref_519 properties: - - schema: *ref_658 - nullable: true - serializedName: maxConcurrentTrials - language: - default: - name: maxConcurrentTrials - description: Maximum number of concurrent iterations for the underlying Sweep job. - go: - name: MaxConcurrentTrials - description: Maximum number of concurrent iterations for the underlying Sweep job. - protocol: {} - - schema: *ref_659 - nullable: true - serializedName: maxTrials + - schema: *ref_520 + required: true + serializedName: value language: default: - name: maxTrials - description: Maximum number of iterations for the underlying Sweep job. - go: - name: MaxTrials - description: Maximum number of iterations for the underlying Sweep job. + name: value + description: '[Required] N-Cross validations value.' protocol: {} serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: Custom language: default: - name: ImageSweepLimitSettings - description: Limit settings for model sweeping and hyperparameter sweeping. - namespace: '' - go: - name: ImageSweepLimitSettings - description: ImageSweepLimitSettings - Limit settings for model sweeping and hyperparameter sweeping. - marshallingFormat: json + name: CustomNCrossValidations + description: N-Cross validations are specified by user. namespace: '' protocol: {} + immediate: + - *ref_521 + - *ref_522 + discriminator: + all: + Auto: *ref_521 + Custom: *ref_522 + immediate: + Auto: *ref_521 + Custom: *ref_522 + property: &ref_524 + schema: *ref_523 + isDiscriminator: true required: true - serializedName: limits - language: - default: - name: limits - description: '[Required] Limit settings for model sweeping and hyperparameter sweeping.' - go: - name: Limits - description: REQUIRED; [Required] Limit settings for model sweeping and hyperparameter sweeping. - protocol: {} - - schema: *ref_660 - required: true - serializedName: samplingAlgorithm + serializedName: mode + extensions: + x-ms-mutability: + - create + - read language: default: - name: samplingAlgorithm - description: '[Required] Type of the hyperparameter sampling algorithms.' - go: - name: SamplingAlgorithm - description: REQUIRED; [Required] Type of the hyperparameter sampling algorithms. + name: mode + description: '[Required] Mode for determining N-Cross validations.' protocol: {} + properties: + - *ref_524 serializationFormats: - json usage: @@ -27407,566 +18881,866 @@ schemas: - input language: default: - name: ImageSweepSettings - description: Model sweeping and hyperparameter sweeping related settings. - namespace: '' - go: - name: ImageSweepSettings - description: ImageSweepSettings - Model sweeping and hyperparameter sweeping related settings. - marshallingFormat: json + name: NCrossValidations + description: N-Cross validations value. namespace: '' protocol: {} nullable: true - required: false - serializedName: sweepSettings + serializedName: nCrossValidations extensions: x-nullable: true language: default: - name: sweepSettings - description: Model sweeping and hyperparameter sweeping related settings. - go: - name: SweepSettings - description: Model sweeping and hyperparameter sweeping related settings. + name: nCrossValidations + description: "Number of cross validation folds to be applied on training dataset\r\nwhen validation dataset is not provided." protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3667 + language: default: - name: ImageVertical - description: "Abstract class for AutoML tasks that train image (computer vision) models -\r\nsuch as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation." + name: TableVerticalValidationDataSettings + description: Validation settings for AutoML Table vertical tasks - Classification/Regression/Forecasting. namespace: '' - go: - name: ImageVertical - description: >- - ImageVertical - Abstract class for AutoML tasks that train image (computer vision) models - such as Image Classification / - Image Classification Multilabel / Image Object Detection / Image Instance Segmentation. - marshallingFormat: json + protocol: {} + - *ref_525 + - &ref_527 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_517 + immediate: + - *ref_517 + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: NlpVerticalValidationDataSettings + description: '' namespace: '' protocol: {} immediate: - - *ref_507 - - *ref_508 + - *ref_526 + - *ref_525 + - *ref_527 properties: - - schema: *ref_661 - serializedName: primaryMetric + - schema: *ref_38 + nullable: true + serializedName: data + extensions: + x-ms-discriminator-value: MLTable + x-nullable: true language: default: - name: primaryMetric - description: Primary metric to optimize for this task. - go: - name: PrimaryMetric - description: Primary metric to optimize for this task. + name: data + description: Validation data MLTable. + protocol: {} + - schema: *ref_528 + nullable: true + serializedName: validationDataSize + language: + default: + name: validationDataSize + description: "The fraction of training dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: ImageClassificationMultilabel language: default: - name: ImageClassificationMultilabel - description: "Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels\r\nfrom a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'." - namespace: '' - go: - name: ImageClassificationMultilabel - description: >- - ImageClassificationMultilabel - Image Classification Multilabel. Multi-label image classification is used when an image could have - one or more labels from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'. - marshallingFormat: json + name: ValidationDataSettings + description: Validation settings. namespace: '' protocol: {} immediate: - - *ref_506 - - *ref_509 - parents: - all: - - *ref_511 - immediate: - - *ref_511 - properties: - - schema: *ref_522 - nullable: true - serializedName: modelSettings - extensions: - x-nullable: true - language: &ref_3663 - default: - name: modelSettings - description: Settings used for training the model. - go: - name: ModelSettings - description: Settings used for training the model. - protocol: {} - - schema: &ref_1279 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_576 - extensions: - x-ms-identifiers: [] - language: - default: - name: ImageClassificationBaseSearchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - go: - name: '[]*ImageModelDistributionSettingsClassification' - description: Search space for sampling different combinations of models and their hyperparameters. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: searchSpace - extensions: - x-ms-identifiers: [] - language: &ref_3665 - default: - name: searchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - go: - name: SearchSpace - description: Search space for sampling different combinations of models and their hyperparameters. - byValue: true - protocol: {} + - *ref_517 serializationFormats: - json usage: - output - input - language: &ref_3662 + language: default: - name: ImageClassificationBase - description: '' - namespace: '' - go: - name: ImageClassificationBase + name: ImageVerticalValidationDataSettings description: '' - hasArrayMap: true - marshallingFormat: json namespace: '' protocol: {} - - *ref_508 - - *ref_511 - immediate: - - *ref_507 - - *ref_508 - properties: - - schema: *ref_662 - serializedName: primaryMetric + nullable: true + serializedName: validationData + extensions: + x-nullable: true language: default: - name: primaryMetric - description: Primary metric to optimize for this task. - go: - name: PrimaryMetric - description: Primary metric to optimize for this task. + name: validationData + description: Settings for the validation dataset. protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: ImageClassification language: default: - name: ImageClassification - description: "Image Classification. Multi-class image classification is used when an image is classified with only a single label\r\nfrom a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'." - namespace: '' - go: - name: ImageClassification - description: >- - ImageClassification - Image Classification. Multi-class image classification is used when an image is classified with only a single label from a - set of classes - e.g. each image is classified as either an image of a 'cat' - - or a 'dog' or a 'duck'. - marshallingFormat: json + name: ImageVerticalDataSettings + description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. namespace: '' protocol: {} - ImageClassificationMultilabel: *ref_509 - ImageInstanceSegmentation: *ref_514 - ImageObjectDetection: *ref_515 - Regression: &ref_682 + - &ref_530 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeRegression parents: all: - - *ref_503 - - *ref_508 + - *ref_516 immediate: - - *ref_503 - - *ref_508 + - *ref_516 properties: - - schema: &ref_1285 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_663 - language: - default: - name: RegressionAllowedModels - description: Allowed models for regression task. - go: - name: '[]*RegressionModels' - description: Allowed models for regression task. - elementIsPtr: true - marshallingFormat: json - protocol: {} + - schema: *ref_527 nullable: true - serializedName: allowedModels + serializedName: validationData + extensions: + x-nullable: true language: default: - name: allowedModels - description: Allowed models for regression task. - go: - name: AllowedModels - description: Allowed models for regression task. - byValue: true + name: validationData + description: Validation data inputs. protocol: {} - - schema: &ref_1286 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_663 - language: - default: - name: RegressionBlockedModels - description: Blocked models for regression task. - go: - name: '[]*RegressionModels' - description: Blocked models for regression task. - elementIsPtr: true - marshallingFormat: json - protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: NlpVerticalDataSettings + description: "Class for data inputs.\r\nNLP - Natural Language Processing." + namespace: '' + protocol: {} + immediate: + - *ref_515 + - *ref_529 + - *ref_530 + properties: + - schema: *ref_531 + required: true + serializedName: targetColumnName + language: &ref_2779 + default: + name: targetColumnName + description: "[Required] Target column name: This is prediction values column.\r\nAlso known as label column name in context of classification tasks." + protocol: {} + - schema: &ref_1111 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_38 nullable: true - serializedName: blockedModels + serializedName: data + extensions: + x-ms-discriminator-value: MLTable + x-nullable: true language: default: - name: blockedModels - description: Blocked models for regression task. - go: - name: BlockedModels - description: Blocked models for regression task. - byValue: true + name: data + description: Test data MLTable. protocol: {} - - schema: *ref_664 - serializedName: primaryMetric + - schema: *ref_532 + nullable: true + serializedName: testDataSize language: default: - name: primaryMetric - description: Primary metric for regression task. - go: - name: PrimaryMetric - description: Primary metric for regression task. + name: testDataSize + description: "The fraction of test dataset that needs to be set aside for validation purpose.\r\nValues between (0.0 , 1.0)\r\nApplied when validation dataset is not provided." protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Regression language: default: - name: Regression - description: Regression task in AutoML Table vertical. + name: TestDataSettings + description: Test data inputs. namespace: '' - go: - name: Regression - description: Regression task in AutoML Table vertical. - hasArrayMap: true - marshallingFormat: json + protocol: {} + nullable: true + required: false + serializedName: testData + extensions: + x-nullable: true + language: + default: + name: testData + description: Test data input. + protocol: {} + - schema: &ref_1112 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_38 + required: true + serializedName: data + extensions: + x-ms-discriminator-value: MLTable + language: &ref_2781 + default: + name: data + description: '[Required] Training data MLTable.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TrainingDataSettings + description: Training data input. namespace: '' protocol: {} - TextClassification: &ref_665 + required: true + serializedName: trainingData + language: &ref_2780 + default: + name: trainingData + description: '[Required] Training data input.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2778 + default: + name: DataSettings + description: Collection of registered Tabular Dataset Ids and other data settings required for training and validating models. + namespace: '' + protocol: {} + immediate: + - *ref_516 + properties: + - schema: *ref_526 + nullable: true + serializedName: validationData + extensions: + x-nullable: true + language: + default: + name: validationData + description: Validation data inputs. + protocol: {} + - schema: *ref_533 + nullable: true + serializedName: weightColumnName + language: + default: + name: weightColumnName + description: The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TableVerticalDataSettings + description: Class for data inputs. + namespace: '' + protocol: {} + nullable: true + serializedName: dataSettings + extensions: + x-nullable: true + language: + default: + name: dataSettings + description: Data inputs for AutoMLJob. + protocol: {} + - schema: &ref_534 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - &ref_535 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_534 + - &ref_536 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TaskTypeTextClassification parents: all: - - &ref_666 + - *ref_535 + immediate: + - *ref_535 + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: NlpVerticalFeaturizationSettings + description: '' + namespace: '' + protocol: {} + immediate: + - *ref_534 + - *ref_536 + properties: + - schema: *ref_537 + nullable: true + serializedName: datasetLanguage + language: + default: + name: datasetLanguage + description: Dataset language, useful for the text data. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: FeaturizationSettings + description: Featurization Configuration. + namespace: '' + protocol: {} + immediate: + - *ref_535 + properties: + - schema: &ref_1191 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_538 + language: + default: + name: TableVerticalFeaturizationSettingsBlockedTransformers + description: These transformers shall not be used in featurization. + protocol: {} + nullable: true + serializedName: blockedTransformers + language: + default: + name: blockedTransformers + description: These transformers shall not be used in featurization. + protocol: {} + - schema: *ref_539 + nullable: true + serializedName: columnNameAndTypes + language: + default: + name: columnNameAndTypes + description: Dictionary of column name and its type (int, float, string, datetime etc). + protocol: {} + - schema: &ref_1192 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_540 + language: + default: + name: TableVerticalFeaturizationSettingsDropColumns + description: Columns to be dropped from data during featurization. + protocol: {} + nullable: true + serializedName: dropColumns + language: + default: + name: dropColumns + description: Columns to be dropped from data during featurization. + protocol: {} + - schema: *ref_541 + serializedName: enableDnnFeaturization + language: + default: + name: enableDnnFeaturization + description: Determines whether to use Dnn based featurizers for data featurization. + protocol: {} + - schema: *ref_542 + serializedName: mode + language: + default: + name: mode + description: "Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase.\r\nIf 'Off' is selected then no featurization is done.\r\nIf 'Custom' is selected then user can specify additional inputs to customize how featurization is done." + protocol: {} + - schema: *ref_543 + nullable: true + serializedName: transformerParams + language: + default: + name: transformerParams + description: User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TableVerticalFeaturizationSettings + description: Featurization Configuration. + namespace: '' + protocol: {} + nullable: true + serializedName: featurizationSettings + extensions: + x-nullable: true + language: + default: + name: featurizationSettings + description: Featurization inputs needed for AutoML job. + protocol: {} + - schema: &ref_1114 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_544 + serializedName: enableEarlyTermination + language: + default: + name: enableEarlyTermination + description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. + protocol: {} + - schema: *ref_545 + nullable: true + serializedName: exitScore + language: + default: + name: exitScore + description: Exit score for the AutoML job. + protocol: {} + - schema: *ref_546 + serializedName: maxConcurrentTrials + language: + default: + name: maxConcurrentTrials + description: Maximum Concurrent iterations. + protocol: {} + - schema: *ref_547 + serializedName: maxCoresPerTrial + language: + default: + name: maxCoresPerTrial + description: Max cores per iteration. + protocol: {} + - schema: *ref_548 + serializedName: maxTrials + language: + default: + name: maxTrials + description: Number of iterations. + protocol: {} + - schema: *ref_549 + serializedName: timeout + language: + default: + name: timeout + description: AutoML job timeout. + protocol: {} + - schema: *ref_550 + serializedName: trialTimeout + language: + default: + name: trialTimeout + description: Iteration timeout. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TableVerticalLimitSettings + description: Job execution constraints. + namespace: '' + protocol: {} + nullable: true + serializedName: limitSettings + extensions: + x-nullable: true + language: + default: + name: limitSettings + description: Execution constraints for AutoMLJob. + protocol: {} + - schema: &ref_1115 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_551 + serializedName: enableDnnTraining + language: + default: + name: enableDnnTraining + description: Enable recommendation of DNN models. + protocol: {} + - schema: *ref_552 + serializedName: enableModelExplainability + language: + default: + name: enableModelExplainability + description: Flag to turn on explainability on best model. + protocol: {} + - schema: *ref_553 + serializedName: enableOnnxCompatibleModels + language: + default: + name: enableOnnxCompatibleModels + description: Flag for enabling onnx compatible models. + protocol: {} + - schema: *ref_554 + serializedName: enableStackEnsemble + language: + default: + name: enableStackEnsemble + description: Enable stack ensemble run. + protocol: {} + - schema: *ref_555 + serializedName: enableVoteEnsemble + language: + default: + name: enableVoteEnsemble + description: Enable voting ensemble run. + protocol: {} + - schema: *ref_556 + serializedName: ensembleModelDownloadTimeout + language: + default: + name: ensembleModelDownloadTimeout + description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." + protocol: {} + - schema: &ref_1116 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_2 + nullable: true + serializedName: stackMetaLearnerKWargs + language: + default: + name: stackMetaLearnerKWargs + description: Optional parameters to pass to the initializer of the meta-learner. + protocol: {} + - schema: *ref_557 + serializedName: stackMetaLearnerTrainPercentage + language: + default: + name: stackMetaLearnerTrainPercentage + description: >- + Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. + Default value is 0.2. + protocol: {} + - schema: *ref_558 + serializedName: stackMetaLearnerType + language: + default: + name: stackMetaLearnerType + description: The meta-learner is a model trained on the output of the individual heterogeneous models. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: StackEnsembleSettings + description: Advances setting to customize StackEnsemble run. + namespace: '' + protocol: {} + nullable: true + serializedName: stackEnsembleSettings + extensions: + x-nullable: true + language: + default: + name: stackEnsembleSettings + description: Stack ensemble settings for stack ensemble run. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TrainingSettings + description: Training related configuration. + namespace: '' + protocol: {} + nullable: true + serializedName: trainingSettings + extensions: + x-nullable: true + language: + default: + name: trainingSettings + description: Inputs for training phase for an AutoML Job. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: TableVertical + description: Abstract class for AutoML tasks that use table dataset as input - such as Classification/Regression/Forecasting. + namespace: '' + protocol: {} + - *ref_476 + immediate: + - *ref_475 + - *ref_476 + properties: + - schema: &ref_1188 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_559 + language: + default: + name: ClassificationAllowedModels + description: Allowed models for classification task. + protocol: {} + nullable: true + serializedName: allowedModels + language: + default: + name: allowedModels + description: Allowed models for classification task. + protocol: {} + - schema: &ref_1189 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_559 + language: + default: + name: ClassificationBlockedModels + description: Blocked models for classification task. + protocol: {} + nullable: true + serializedName: blockedModels + language: + default: + name: blockedModels + description: Blocked models for classification task. + protocol: {} + - schema: *ref_560 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric for the task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Classification + language: + default: + name: Classification + description: Classification task in AutoML Table vertical. + namespace: '' + protocol: {} + - *ref_513 + - &ref_561 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ImageClassification + parents: + all: + - &ref_562 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_561 + - &ref_563 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ImageClassificationMultilabel + parents: + all: + - *ref_562 + - *ref_476 + - &ref_565 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_562 + - *ref_561 + - *ref_563 + - &ref_564 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_568 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: ImageInstanceSegmentation + parents: + all: + - *ref_564 + - *ref_476 + - *ref_565 + immediate: + - *ref_564 + - *ref_476 + properties: + - schema: *ref_566 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric to optimize for this task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ImageInstanceSegmentation + language: + default: + name: ImageInstanceSegmentation + description: "Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level,\r\ndrawing a polygon around each object in the image." + namespace: '' + protocol: {} + - &ref_569 type: object apiVersions: - version: 2022-02-01-preview - children: + discriminatorValue: ImageObjectDetection + parents: all: - - *ref_665 - - &ref_667 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TaskTypeTextClassificationMultilabel - parents: - all: - - *ref_666 - - *ref_508 - immediate: - - *ref_666 - - *ref_508 - properties: - - schema: *ref_661 - readOnly: true - serializedName: primaryMetric - language: - default: - name: primaryMetric - description: "Primary metric for Text-Classification-Multilabel task.\r\nCurrently only Accuracy is supported as primary metric, hence user need not set it explicitly." - go: - name: PrimaryMetric - description: >- - READ-ONLY; Primary metric for Text-Classification-Multilabel task. Currently only Accuracy is supported as primary metric, hence - user need not set it explicitly. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TextClassificationMultilabel - language: - default: - name: TextClassificationMultilabel - description: "Text Classification Multilabel task in AutoML NLP vertical.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: TextClassificationMultilabel - description: TextClassificationMultilabel - Text Classification Multilabel task in AutoML NLP vertical. NLP - Natural Language Processing. - marshallingFormat: json - namespace: '' - protocol: {} - - &ref_668 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TaskTypeTextNER - parents: - all: - - *ref_666 - - *ref_508 - immediate: - - *ref_666 - - *ref_508 - properties: - - schema: *ref_662 - readOnly: true - serializedName: primaryMetric - language: - default: - name: primaryMetric - description: "Primary metric for Text-NER task.\r\nOnly 'Accuracy' is supported for Text-NER, so user need not set this explicitly." - go: - name: PrimaryMetric - description: READ-ONLY; Primary metric for Text-NER task. Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TextNER - language: - default: - name: TextNer - description: "Text-NER task in AutoML NLP vertical.\r\nNER - Named Entity Recognition.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: TextNer - description: TextNer - Text-NER task in AutoML NLP vertical. NER - Named Entity Recognition. NLP - Natural Language Processing. - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_564 + - *ref_476 + - *ref_565 immediate: - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_564 + - *ref_476 properties: - - schema: *ref_638 - nullable: true - serializedName: dataSettings - extensions: - x-nullable: true + - schema: *ref_567 + serializedName: primaryMetric language: default: - name: dataSettings - description: Data inputs for AutoMLJob. - go: - name: DataSettings - description: Data inputs for AutoMLJob. + name: primaryMetric + description: Primary metric to optimize for this task. protocol: {} - - schema: &ref_676 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ImageObjectDetection + language: + default: + name: ImageObjectDetection + description: "Image Object Detection. Object detection is used to identify objects in an image and locate each object with a\r\nbounding box e.g. locate all dogs and cats in an image and draw a bounding box around each." + namespace: '' + protocol: {} + immediate: + - *ref_568 + - *ref_569 + parents: + all: + - *ref_565 + immediate: + - *ref_565 + properties: + - schema: &ref_575 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - &ref_570 type: object apiVersions: - version: 2022-02-01-preview - parents: + children: all: - - &ref_669 + - &ref_576 type: object apiVersions: - version: 2022-02-01-preview - children: + parents: all: - - &ref_677 - type: object - apiVersions: - - version: 2022-02-01-preview - parents: - all: - - *ref_669 - immediate: - - *ref_669 - properties: - - schema: &ref_1271 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_670 - language: - default: - name: TableVerticalFeaturizationSettingsBlockedTransformers - description: These transformers shall not be used in featurization. - go: - name: '[]*string' - description: These transformers shall not be used in featurization. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: blockedTransformers - language: - default: - name: blockedTransformers - description: These transformers shall not be used in featurization. - go: - name: BlockedTransformers - description: These transformers shall not be used in featurization. - byValue: true - protocol: {} - - schema: *ref_671 - nullable: true - serializedName: columnNameAndTypes - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: columnNameAndTypes - description: Dictionary of column name and its type (int, float, string, datetime etc). - go: - name: ColumnNameAndTypes - description: Dictionary of column name and its type (int, float, string, datetime etc). - byValue: true - protocol: {} - - schema: &ref_1272 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_672 - language: - default: - name: TableVerticalFeaturizationSettingsDropColumns - description: Columns to be dropped from data during featurization. - go: - name: '[]*string' - description: Columns to be dropped from data during featurization. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: dropColumns - language: - default: - name: dropColumns - description: Columns to be dropped from data during featurization. - go: - name: DropColumns - description: Columns to be dropped from data during featurization. - byValue: true - protocol: {} - - schema: *ref_673 - serializedName: enableDnnFeaturization - language: - default: - name: enableDnnFeaturization - description: Determines whether to use Dnn based featurizers for data featurization. - go: - name: EnableDnnFeaturization - description: Determines whether to use Dnn based featurizers for data featurization. - protocol: {} - - schema: *ref_674 - serializedName: mode - language: - default: - name: mode - description: "Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase.\r\nIf 'Off' is selected then no featurization is done.\r\nIf 'Custom' is selected then user can specify additional inputs to customize how featurization is done." - go: - name: Mode - description: >- - Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of - the data in featurization phase. If 'Off' is selected then no featurization is done. - - If 'Custom' is selected then user can specify additional inputs to customize how featurization is done. - protocol: {} - - schema: *ref_675 - nullable: true - serializedName: transformerParams - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: transformerParams - description: >- - User can specify additional transformers to be used along with the columns to which it would be applied and - parameters for the transformer constructor. - go: - name: TransformerParams - description: >- - User can specify additional transformers to be used along with the columns to which it would be applied and - parameters for the transformer constructor. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TableVerticalFeaturizationSettings - description: Featurization Configuration. - namespace: '' - go: - name: TableVerticalFeaturizationSettings - description: TableVerticalFeaturizationSettings - Featurization Configuration. - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_676 + - *ref_570 immediate: - - *ref_677 - - *ref_676 + - *ref_570 properties: - - schema: *ref_678 + - schema: *ref_571 + nullable: true + serializedName: trainingCropSize + language: + default: + name: trainingCropSize + description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. + protocol: {} + - schema: *ref_572 + nullable: true + serializedName: validationCropSize + language: &ref_2773 + default: + name: validationCropSize + description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. + protocol: {} + - schema: *ref_573 + nullable: true + serializedName: validationResizeSize + language: + default: + name: validationResizeSize + description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. + protocol: {} + - schema: *ref_574 nullable: true - serializedName: datasetLanguage + serializedName: weightedLoss language: default: - name: datasetLanguage - description: Dataset language, useful for the text data. - go: - name: DatasetLanguage - description: Dataset language, useful for the text data. + name: weightedLoss + description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." protocol: {} serializationFormats: - json @@ -27975,79 +19749,284 @@ schemas: - input language: default: - name: FeaturizationSettings - description: Featurization Configuration. - namespace: '' - go: - name: FeaturizationSettings - description: FeaturizationSettings - Featurization Configuration. - marshallingFormat: json + name: ImageModelSettingsClassification + description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." namespace: '' protocol: {} + - *ref_575 immediate: - - *ref_669 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: NlpVerticalFeaturizationSettings - description: '' - namespace: '' - go: - name: NlpVerticalFeaturizationSettings - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: featurizationSettings - extensions: - x-nullable: true - language: - default: - name: featurizationSettings - description: Featurization inputs needed for AutoML job. - go: - name: FeaturizationSettings - description: Featurization inputs needed for AutoML job. - protocol: {} - - schema: &ref_1202 - type: object - apiVersions: - - version: 2022-02-01-preview + - *ref_576 + - *ref_575 properties: - - schema: *ref_679 - serializedName: maxConcurrentTrials + - schema: *ref_577 + nullable: true + serializedName: advancedSettings + language: + default: + name: advancedSettings + description: Settings for advanced scenarios. + protocol: {} + - schema: *ref_578 + nullable: true + serializedName: amsGradient + language: + default: + name: amsGradient + description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. + protocol: {} + - schema: *ref_579 + nullable: true + serializedName: augmentations + language: + default: + name: augmentations + description: Settings for using Augmentations. + protocol: {} + - schema: *ref_580 + nullable: true + serializedName: beta1 + language: + default: + name: beta1 + description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_581 + nullable: true + serializedName: beta2 + language: + default: + name: beta2 + description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_582 + nullable: true + serializedName: checkpointDatasetId + language: + default: + name: checkpointDatasetId + description: "FileDataset id for pretrained checkpoint(s) for incremental training.\r\nMake sure to pass CheckpointFilename along with CheckpointDatasetId." + protocol: {} + - schema: *ref_583 + nullable: true + serializedName: checkpointFilename + language: + default: + name: checkpointFilename + description: "The pretrained checkpoint filename in FileDataset for incremental training.\r\nMake sure to pass CheckpointDatasetId along with CheckpointFilename." + protocol: {} + - schema: *ref_584 + nullable: true + serializedName: checkpointFrequency + language: + default: + name: checkpointFrequency + description: Frequency to store model checkpoints. Must be a positive integer. + protocol: {} + - schema: *ref_585 + nullable: true + serializedName: checkpointRunId + language: + default: + name: checkpointRunId + description: The id of a previous run that has a pretrained checkpoint for incremental training. + protocol: {} + - schema: *ref_586 + nullable: true + serializedName: distributed + language: + default: + name: distributed + description: Whether to use distributed training. + protocol: {} + - schema: *ref_587 + nullable: true + serializedName: earlyStopping + language: + default: + name: earlyStopping + description: Enable early stopping logic during training. + protocol: {} + - schema: *ref_588 + nullable: true + serializedName: earlyStoppingDelay + language: + default: + name: earlyStoppingDelay + description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." + protocol: {} + - schema: *ref_589 + nullable: true + serializedName: earlyStoppingPatience + language: + default: + name: earlyStoppingPatience + description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." + protocol: {} + - schema: *ref_590 + nullable: true + serializedName: enableOnnxNormalization + language: + default: + name: enableOnnxNormalization + description: Enable normalization when exporting ONNX model. + protocol: {} + - schema: *ref_591 + nullable: true + serializedName: evaluationFrequency + language: + default: + name: evaluationFrequency + description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. + protocol: {} + - schema: *ref_592 + nullable: true + serializedName: gradientAccumulationStep + language: + default: + name: gradientAccumulationStep + description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." + protocol: {} + - schema: *ref_593 + nullable: true + serializedName: layersToFreeze + language: + default: + name: layersToFreeze + description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + protocol: {} + - schema: *ref_594 + nullable: true + serializedName: learningRate + language: + default: + name: learningRate + description: Initial learning rate. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_595 + serializedName: learningRateScheduler + language: + default: + name: learningRateScheduler + description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. + protocol: {} + - schema: *ref_596 + nullable: true + serializedName: modelName + language: + default: + name: modelName + description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + protocol: {} + - schema: *ref_597 + nullable: true + serializedName: momentum + language: + default: + name: momentum + description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_598 + nullable: true + serializedName: nesterov + language: + default: + name: nesterov + description: Enable nesterov when optimizer is 'sgd'. + protocol: {} + - schema: *ref_599 + nullable: true + serializedName: numberOfEpochs + language: + default: + name: numberOfEpochs + description: Number of training epochs. Must be a positive integer. + protocol: {} + - schema: *ref_600 + nullable: true + serializedName: numberOfWorkers + language: + default: + name: numberOfWorkers + description: Number of data loader workers. Must be a non-negative integer. + protocol: {} + - schema: *ref_601 + serializedName: optimizer + language: + default: + name: optimizer + description: Type of optimizer. + protocol: {} + - schema: *ref_602 + nullable: true + serializedName: randomSeed + language: + default: + name: randomSeed + description: Random seed to be used when using deterministic training. + protocol: {} + - schema: *ref_603 + nullable: true + serializedName: splitRatio + language: + default: + name: splitRatio + description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." + protocol: {} + - schema: *ref_604 + nullable: true + serializedName: stepLRGamma + language: + default: + name: stepLRGamma + description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_605 + nullable: true + serializedName: stepLRStepSize + language: + default: + name: stepLRStepSize + description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. + protocol: {} + - schema: *ref_606 + nullable: true + serializedName: trainingBatchSize + language: + default: + name: trainingBatchSize + description: Training batch size. Must be a positive integer. + protocol: {} + - schema: *ref_607 + nullable: true + serializedName: validationBatchSize + language: + default: + name: validationBatchSize + description: Validation batch size. Must be a positive integer. + protocol: {} + - schema: *ref_608 + nullable: true + serializedName: warmupCosineLRCycles language: default: - name: maxConcurrentTrials - description: Maximum Concurrent AutoML iterations. - go: - name: MaxConcurrentTrials - description: Maximum Concurrent AutoML iterations. + name: warmupCosineLRCycles + description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. protocol: {} - - schema: *ref_680 - serializedName: maxTrials + - schema: *ref_609 + nullable: true + serializedName: warmupCosineLRWarmupEpochs language: default: - name: maxTrials - description: Number of AutoML iterations. - go: - name: MaxTrials - description: Number of AutoML iterations. + name: warmupCosineLRWarmupEpochs + description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. protocol: {} - - schema: *ref_681 - serializedName: timeout + - schema: *ref_610 + nullable: true + serializedName: weightDecay language: default: - name: timeout - description: AutoML job timeout. - go: - name: Timeout - description: AutoML job timeout. + name: weightDecay + description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. protocol: {} serializationFormats: - json @@ -28056,981 +20035,1072 @@ schemas: - input language: default: - name: NlpVerticalLimitSettings - description: Job execution constraints. - namespace: '' - go: - name: NlpVerticalLimitSettings - description: NlpVerticalLimitSettings - Job execution constraints. - marshallingFormat: json - namespace: '' + name: ImageModelSettings + description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + immediate: + - *ref_570 + properties: + - schema: *ref_611 + nullable: true + serializedName: boxDetectionsPerImage + language: + default: + name: boxDetectionsPerImage + description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_612 + nullable: true + serializedName: boxScoreThreshold + language: + default: + name: boxScoreThreshold + description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." + protocol: {} + - schema: *ref_613 + nullable: true + serializedName: imageSize + language: + default: + name: imageSize + description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_614 + nullable: true + serializedName: maxSize + language: + default: + name: maxSize + description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_615 + nullable: true + serializedName: minSize + language: + default: + name: minSize + description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_616 + serializedName: modelSize + language: + default: + name: modelSize + description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_617 + nullable: true + serializedName: multiScale + language: + default: + name: multiScale + description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_618 + nullable: true + serializedName: nmsIouThreshold + language: + default: + name: nmsIouThreshold + description: IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_619 + nullable: true + serializedName: tileGridSize + language: + default: + name: tileGridSize + description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_620 + nullable: true + serializedName: tileOverlapRatio + language: + default: + name: tileOverlapRatio + description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_621 + nullable: true + serializedName: tilePredictionsNmsThreshold + language: + default: + name: tilePredictionsNmsThreshold + description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_622 + nullable: true + serializedName: validationIouThreshold + language: + default: + name: validationIouThreshold + description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. + protocol: {} + - schema: *ref_623 + serializedName: validationMetricType + language: + default: + name: validationMetricType + description: Metric computation method to use for validation metrics. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageModelSettingsObjectDetection + description: "Settings used for training the model.\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + nullable: true + serializedName: modelSettings + extensions: + x-nullable: true + language: + default: + name: modelSettings + description: Settings used for training the model. + protocol: {} + - schema: &ref_1200 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: &ref_629 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - &ref_624 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - &ref_630 + type: object + apiVersions: + - version: 2022-02-01-preview + parents: + all: + - *ref_624 + immediate: + - *ref_624 + properties: + - schema: *ref_625 + nullable: true + serializedName: trainingCropSize + language: + default: + name: trainingCropSize + description: Image crop size that is input to the neural network for the training dataset. Must be a positive integer. + protocol: {} + - schema: *ref_626 + nullable: true + serializedName: validationCropSize + language: &ref_2775 + default: + name: validationCropSize + description: Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. + protocol: {} + - schema: *ref_627 + nullable: true + serializedName: validationResizeSize + language: + default: + name: validationResizeSize + description: Image size to which to resize before cropping for validation dataset. Must be a positive integer. + protocol: {} + - schema: *ref_628 + nullable: true + serializedName: weightedLoss + language: + default: + name: weightedLoss + description: "Weighted loss. The accepted values are 0 for no weighted loss.\r\n1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2." + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageModelDistributionSettingsClassification + description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + - *ref_629 + immediate: + - *ref_630 + - *ref_629 + properties: + - schema: *ref_631 + nullable: true + serializedName: amsGradient + language: + default: + name: amsGradient + description: Enable AMSGrad when optimizer is 'adam' or 'adamw'. + protocol: {} + - schema: *ref_632 + nullable: true + serializedName: augmentations + language: + default: + name: augmentations + description: Settings for using Augmentations. + protocol: {} + - schema: *ref_633 + nullable: true + serializedName: beta1 + language: + default: + name: beta1 + description: Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_634 + nullable: true + serializedName: beta2 + language: + default: + name: beta2 + description: Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_635 + nullable: true + serializedName: distributed + language: + default: + name: distributed + description: Whether to use distributer training. + protocol: {} + - schema: *ref_636 + nullable: true + serializedName: earlyStopping + language: + default: + name: earlyStopping + description: Enable early stopping logic during training. + protocol: {} + - schema: *ref_637 + nullable: true + serializedName: earlyStoppingDelay + language: + default: + name: earlyStoppingDelay + description: "Minimum number of epochs or validation evaluations to wait before primary metric improvement\r\nis tracked for early stopping. Must be a positive integer." + protocol: {} + - schema: *ref_638 + nullable: true + serializedName: earlyStoppingPatience + language: + default: + name: earlyStoppingPatience + description: "Minimum number of epochs or validation evaluations with no primary metric improvement before\r\nthe run is stopped. Must be a positive integer." + protocol: {} + - schema: *ref_639 + nullable: true + serializedName: enableOnnxNormalization + language: + default: + name: enableOnnxNormalization + description: Enable normalization when exporting ONNX model. + protocol: {} + - schema: *ref_640 + nullable: true + serializedName: evaluationFrequency + language: + default: + name: evaluationFrequency + description: Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. + protocol: {} + - schema: *ref_641 + nullable: true + serializedName: gradientAccumulationStep + language: + default: + name: gradientAccumulationStep + description: "Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\r\nupdating the model weights while accumulating the gradients of those steps, and then using\r\nthe accumulated gradients to compute the weight updates. Must be a positive integer." + protocol: {} + - schema: *ref_642 + nullable: true + serializedName: layersToFreeze + language: + default: + name: layersToFreeze + description: "Number of layers to freeze for the model. Must be a positive integer.\r\nFor instance, passing 2 as value for 'seresnext' means\r\nfreezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\nsee: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + protocol: {} + - schema: *ref_643 + nullable: true + serializedName: learningRate + language: + default: + name: learningRate + description: Initial learning rate. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_644 + nullable: true + serializedName: learningRateScheduler + language: + default: + name: learningRateScheduler + description: Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. + protocol: {} + - schema: *ref_645 + nullable: true + serializedName: modelName + language: + default: + name: modelName + description: "Name of the model to use for training.\r\nFor more information on the available models please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + protocol: {} + - schema: *ref_646 + nullable: true + serializedName: momentum + language: + default: + name: momentum + description: Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_647 + nullable: true + serializedName: nesterov + language: + default: + name: nesterov + description: Enable nesterov when optimizer is 'sgd'. + protocol: {} + - schema: *ref_648 + nullable: true + serializedName: numberOfEpochs + language: + default: + name: numberOfEpochs + description: Number of training epochs. Must be a positive integer. + protocol: {} + - schema: *ref_649 + nullable: true + serializedName: numberOfWorkers + language: + default: + name: numberOfWorkers + description: Number of data loader workers. Must be a non-negative integer. + protocol: {} + - schema: *ref_650 + nullable: true + serializedName: optimizer + language: + default: + name: optimizer + description: Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. + protocol: {} + - schema: *ref_651 + nullable: true + serializedName: randomSeed + language: + default: + name: randomSeed + description: Random seed to be used when using deterministic training. + protocol: {} + - schema: *ref_652 + nullable: true + serializedName: splitRatio + language: + default: + name: splitRatio + description: "If validation data is not defined, this specifies the split ratio for splitting\r\ntrain data into random train and validation subsets. Must be a float in the range [0, 1]." + protocol: {} + - schema: *ref_653 + nullable: true + serializedName: stepLRGamma + language: + default: + name: stepLRGamma + description: Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_654 + nullable: true + serializedName: stepLRStepSize + language: + default: + name: stepLRStepSize + description: Value of step size when learning rate scheduler is 'step'. Must be a positive integer. + protocol: {} + - schema: *ref_655 + nullable: true + serializedName: trainingBatchSize + language: + default: + name: trainingBatchSize + description: Training batch size. Must be a positive integer. + protocol: {} + - schema: *ref_656 + nullable: true + serializedName: validationBatchSize + language: + default: + name: validationBatchSize + description: Validation batch size. Must be a positive integer. + protocol: {} + - schema: *ref_657 + nullable: true + serializedName: warmupCosineLRCycles + language: + default: + name: warmupCosineLRCycles + description: Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. + protocol: {} + - schema: *ref_658 + nullable: true + serializedName: warmupCosineLRWarmupEpochs + language: + default: + name: warmupCosineLRWarmupEpochs + description: Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. + protocol: {} + - schema: *ref_659 + nullable: true + serializedName: weightDecay + language: + default: + name: weightDecay + description: Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageModelDistributionSettings + description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nAll distributions can be specified as distribution_name(min, max) or choice(val1, val2, ..., valn)\r\nwhere distribution name can be: uniform, quniform, loguniform, etc\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + immediate: + - *ref_624 + properties: + - schema: *ref_660 + nullable: true + serializedName: boxDetectionsPerImage + language: + default: + name: boxDetectionsPerImage + description: "Maximum number of detections per image, for all classes. Must be a positive integer.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_661 + nullable: true + serializedName: boxScoreThreshold + language: + default: + name: boxScoreThreshold + description: "During inference, only return proposals with a classification score greater than\r\nBoxScoreThreshold. Must be a float in the range[0, 1]." + protocol: {} + - schema: *ref_662 + nullable: true + serializedName: imageSize + language: + default: + name: imageSize + description: "Image size for train and validation. Must be a positive integer.\r\nNote: The training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_663 + nullable: true + serializedName: maxSize + language: + default: + name: maxSize + description: "Maximum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_664 + nullable: true + serializedName: minSize + language: + default: + name: minSize + description: "Minimum size of the image to be rescaled before feeding it to the backbone.\r\nMust be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_665 + nullable: true + serializedName: modelSize + language: + default: + name: modelSize + description: "Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\r\nNote: training run may get into CUDA OOM if the model size is too big.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_666 + nullable: true + serializedName: multiScale + language: + default: + name: multiScale + description: "Enable multi-scale image by varying image size by +/- 50%.\r\nNote: training run may get into CUDA OOM if no sufficient GPU memory.\r\nNote: This settings is only supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_667 + nullable: true + serializedName: nmsIouThreshold + language: + default: + name: nmsIouThreshold + description: IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. + protocol: {} + - schema: *ref_668 + nullable: true + serializedName: tileGridSize + language: + default: + name: tileGridSize + description: "The grid size to use for tiling each image. Note: TileGridSize must not be\r\nNone to enable small object detection logic. A string containing two integers in mxn format.\r\nNote: This settings is not supported for the 'yolov5' algorithm." protocol: {} - nullable: true - serializedName: limitSettings - extensions: - x-nullable: true - language: - default: - name: limitSettings - description: Execution constraints for AutoMLJob. - go: - name: LimitSettings - description: Execution constraints for AutoMLJob. - protocol: {} - serializationFormats: - - json - usage: - - output - - input + - schema: *ref_669 + nullable: true + serializedName: tileOverlapRatio + language: + default: + name: tileOverlapRatio + description: "Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\r\nNote: This settings is not supported for the 'yolov5' algorithm." + protocol: {} + - schema: *ref_670 + nullable: true + serializedName: tilePredictionsNmsThreshold + language: + default: + name: tilePredictionsNmsThreshold + description: "The IOU threshold to use to perform NMS while merging predictions from tiles and image.\r\nUsed in validation/ inference. Must be float in the range [0, 1].\r\nNote: This settings is not supported for the 'yolov5' algorithm.\r\nNMS: Non-maximum suppression" + protocol: {} + - schema: *ref_671 + nullable: true + serializedName: validationIouThreshold + language: + default: + name: validationIouThreshold + description: IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. + protocol: {} + - schema: *ref_672 + nullable: true + serializedName: validationMetricType + language: + default: + name: validationMetricType + description: Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageModelDistributionSettingsObjectDetection + description: "Distribution expressions to sweep over values of model settings.\r\n\r\nSome examples are:\r\n\r\nModelName = \"choice('seresnext', 'resnest50')\";\r\nLearningRate = \"uniform(0.001, 0.01)\";\r\nLayersToFreeze = \"choice(0, 2)\";\r\n\r\nFor more details on how to compose distribution expressions please check the documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\r\nFor more information on the available settings please visit the official documentation:\r\nhttps://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models." + namespace: '' + protocol: {} + extensions: + x-ms-identifiers: [] language: default: - name: NlpVertical - description: "Abstract class for NLP related AutoML tasks.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: NlpVertical - description: NlpVertical - Abstract class for NLP related AutoML tasks. NLP - Natural Language Processing. - marshallingFormat: json - namespace: '' + name: ImageObjectDetectionBaseSearchSpace + description: Search space for sampling different combinations of models and their hyperparameters. protocol: {} - - *ref_508 - immediate: - - *ref_666 - - *ref_508 - properties: - - schema: *ref_662 - serializedName: primaryMetric + nullable: true + serializedName: searchSpace + extensions: + x-ms-identifiers: [] language: default: - name: primaryMetric - description: Primary metric for Text-Classification task. - go: - name: PrimaryMetric - description: Primary metric for Text-Classification task. + name: searchSpace + description: Search space for sampling different combinations of models and their hyperparameters. protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: TextClassification language: default: - name: TextClassification - description: "Text Classification task in AutoML NLP vertical.\r\nNLP - Natural Language Processing." - namespace: '' - go: - name: TextClassification - description: TextClassification - Text Classification task in AutoML NLP vertical. NLP - Natural Language Processing. - marshallingFormat: json + name: ImageObjectDetectionBase + description: '' namespace: '' protocol: {} - TextClassificationMultilabel: *ref_667 - TextNER: *ref_668 + - *ref_568 + - *ref_569 immediate: - Classification: *ref_502 - Forecasting: *ref_505 - ImageClassification: *ref_506 - ImageClassificationMultilabel: *ref_509 - ImageInstanceSegmentation: *ref_514 - ImageObjectDetection: *ref_515 - Regression: *ref_682 - TextClassification: *ref_665 - TextClassificationMultilabel: *ref_667 - TextNER: *ref_668 - property: &ref_685 - schema: *ref_683 - isDiscriminator: true - required: true - serializedName: taskType - extensions: - x-ms-mutability: - - create - - read - language: &ref_3680 - default: - name: taskType - description: '[Required] Task type for AutoMLJob.' - go: - name: TaskType - description: REQUIRED; [Required] Task type for AutoMLJob. - protocol: {} - properties: - - schema: *ref_684 - required: false - serializedName: logVerbosity - language: - default: - name: logVerbosity - description: Log verbosity for the job. - go: - name: LogVerbosity - description: Log verbosity for the job. - protocol: {} - - *ref_685 - serializationFormats: - - json - usage: - - output - - input - language: &ref_3679 - default: - name: AutoMLVertical - description: "AutoML vertical class.\r\nBase class for AutoML verticals - TableVertical/ImageVertical/NLPVertical" - namespace: '' - go: - name: AutoMLVertical - description: AutoMLVertical - AutoML vertical class. Base class for AutoML verticals - TableVertical/ImageVertical/NLPVertical - discriminatorInterface: AutoMLVerticalClassification - discriminatorTypes: - - '*AutoMLVertical' - - '*Classification' - - '*Forecasting' - - '*ImageClassification' - - '*ImageClassificationMultilabel' - - '*ImageInstanceSegmentation' - - '*ImageObjectDetection' - - '*Regression' - - '*TextClassification' - - '*TextClassificationMultilabel' - - '*TextNer' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_503 - - *ref_508 - properties: - - schema: &ref_1276 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_686 - language: - default: - name: ForecastingAllowedModels - description: Allowed models for forecasting task. - go: - name: '[]*ForecastingModels' - description: Allowed models for forecasting task. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: allowedModels - language: - default: - name: allowedModels - description: Allowed models for forecasting task. - go: - name: AllowedModels - description: Allowed models for forecasting task. - byValue: true - protocol: {} - - schema: &ref_1277 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_686 - language: - default: - name: ForecastingBlockedModels - description: Blocked models for forecasting task. - go: - name: '[]*ForecastingModels' - description: Blocked models for forecasting task. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: blockedModels - language: - default: - name: blockedModels - description: Blocked models for forecasting task. - go: - name: BlockedModels - description: Blocked models for forecasting task. - byValue: true - protocol: {} - - schema: &ref_1198 - type: object - apiVersions: - - version: 2022-02-01-preview + - *ref_562 + - *ref_564 properties: - - schema: *ref_687 - nullable: true - serializedName: countryOrRegionForHolidays - language: - default: - name: countryOrRegionForHolidays - description: "Country or region for holidays for forecasting tasks.\r\nThese should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'." - go: - name: CountryOrRegionForHolidays - description: Country or region for holidays for forecasting tasks. These should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'. - protocol: {} - - schema: *ref_688 - serializedName: cvStepSize - language: + - schema: *ref_529 + required: true + serializedName: dataSettings + language: &ref_2777 default: - name: cvStepSize - description: "Number of periods between the origin time of one CV fold and the next fold. For\r\nexample, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\r\nthree days apart." - go: - name: CvStepSize - description: >- - Number of periods between the origin time of one CV fold and the next fold. For example, if CVStepSize = 3 for daily data, the origin time for - each fold will be three days apart. + name: dataSettings + description: '[Required] Collection of registered Tabular Dataset Ids and other data settings required for training and validating models.' protocol: {} - - schema: *ref_689 - serializedName: featureLags - language: + - schema: &ref_1119 + type: object + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: *ref_673 + serializedName: maxConcurrentTrials + language: + default: + name: maxConcurrentTrials + description: Maximum number of concurrent AutoML iterations. + protocol: {} + - schema: *ref_674 + serializedName: maxTrials + language: &ref_2787 + default: + name: maxTrials + description: Maximum number of AutoML iterations. + protocol: {} + - schema: *ref_675 + serializedName: timeout + language: + default: + name: timeout + description: AutoML job timeout. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: + default: + name: ImageLimitSettings + description: Limit settings for the AutoML job. + namespace: '' + protocol: {} + required: true + serializedName: limitSettings + language: &ref_2786 default: - name: featureLags - description: Flag for generating lags for the numeric features with 'auto' or null. - go: - name: FeatureLags - description: Flag for generating lags for the numeric features with 'auto' or null. + name: limitSettings + description: '[Required] Limit settings for the AutoML job.' protocol: {} - - schema: + - schema: &ref_1120 type: object - children: &ref_690 - all: - - &ref_691 + apiVersions: + - version: 2022-02-01-preview + properties: + - schema: &ref_676 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ForecastHorizonModeAuto - parents: + children: all: - - &ref_692 + - &ref_680 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_690 - discriminator: &ref_697 + discriminatorValue: Bandit + parents: all: - Auto: *ref_691 - Custom: &ref_694 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ForecastHorizonModeCustom - parents: - all: - - *ref_692 - immediate: - - *ref_692 - properties: - - schema: *ref_693 - required: true - serializedName: value - language: - default: - name: value - description: '[Required] Forecast horizon value.' - go: - name: Value - description: REQUIRED; [Required] Forecast horizon value. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomForecastHorizon - description: The desired maximum forecast horizon in units of time-series frequency. - namespace: '' - go: - name: CustomForecastHorizon - description: CustomForecastHorizon - The desired maximum forecast horizon in units of time-series frequency. - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_676 immediate: - Auto: *ref_691 - Custom: *ref_694 - property: &ref_696 - schema: *ref_695 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read + - *ref_676 + properties: + - schema: *ref_677 + serializedName: slackAmount language: default: - name: mode - description: '[Required] Set forecast horizon value selection mode.' - go: - name: Mode - description: REQUIRED; [Required] Set forecast horizon value selection mode. + name: slackAmount + description: Absolute distance allowed from the best performing run. + protocol: {} + - schema: *ref_678 + serializedName: slackFactor + language: + default: + name: slackFactor + description: Ratio of the allowed distance from the best performing run. protocol: {} - properties: - - *ref_696 serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: Bandit language: default: - name: ForecastHorizon - description: The desired maximum forecast horizon in units of time-series frequency. - namespace: '' - go: - name: ForecastHorizon - description: ForecastHorizon - The desired maximum forecast horizon in units of time-series frequency. - discriminatorInterface: ForecastHorizonClassification - discriminatorTypes: - - '*AutoForecastHorizon' - - '*CustomForecastHorizon' - - '*ForecastHorizon' - marshallingFormat: json + name: BanditPolicy + description: Defines an early termination policy based on slack criteria, and a frequency and delay interval for evaluation namespace: '' - rootDiscriminator: true protocol: {} - immediate: - - *ref_692 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Auto - language: - default: - name: AutoForecastHorizon - description: Forecast horizon determined automatically by system. - namespace: '' - go: - name: AutoForecastHorizon - description: AutoForecastHorizon - Forecast horizon determined automatically by system. - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_694 - immediate: - - *ref_691 - - *ref_694 - discriminator: *ref_697 - language: - default: &ref_698 - name: ForecastHorizonClassification - description: discriminated type - discriminatorInterface: ForecastHorizonClassification - go: *ref_698 - protocol: {} - nullable: true - serializedName: forecastHorizon - extensions: - x-nullable: true - language: - default: - name: forecastHorizon - description: The desired maximum forecast horizon in units of time-series frequency. - go: - name: ForecastHorizon - description: The desired maximum forecast horizon in units of time-series frequency. - byValue: true - protocol: {} - - schema: *ref_699 - nullable: true - serializedName: frequency - language: - default: - name: frequency - description: >- - When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast - frequency is dataset frequency by default. - go: - name: Frequency - description: >- - When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast - frequency is dataset frequency by default. - protocol: {} - - schema: - type: object - children: &ref_700 - all: - - &ref_701 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: SeasonalityModeAuto - parents: - all: - - &ref_702 + - &ref_681 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_700 - discriminator: &ref_707 + discriminatorValue: MedianStopping + parents: all: - Auto: *ref_701 - Custom: &ref_704 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: SeasonalityModeCustom - parents: - all: - - *ref_702 - immediate: - - *ref_702 - properties: - - schema: *ref_703 - required: true - serializedName: value - language: - default: - name: value - description: '[Required] Seasonality value.' - go: - name: Value - description: REQUIRED; [Required] Seasonality value. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomSeasonality - description: '' - namespace: '' - go: - name: CustomSeasonality - description: '' - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_676 immediate: - Auto: *ref_701 - Custom: *ref_704 - property: &ref_706 - schema: *ref_705 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: mode - description: '[Required] Seasonality mode.' - go: - name: Mode - description: REQUIRED; [Required] Seasonality mode. - protocol: {} - properties: - - *ref_706 + - *ref_676 serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: MedianStopping language: default: - name: Seasonality - description: Forecasting seasonality. - namespace: '' - go: - name: Seasonality - description: Seasonality - Forecasting seasonality. - discriminatorInterface: SeasonalityClassification - discriminatorTypes: - - '*AutoSeasonality' - - '*CustomSeasonality' - - '*Seasonality' - marshallingFormat: json + name: MedianStoppingPolicy + description: Defines an early termination policy based on running averages of the primary metric of all runs namespace: '' - rootDiscriminator: true protocol: {} - immediate: - - *ref_702 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Auto - language: - default: - name: AutoSeasonality - description: '' - namespace: '' - go: - name: AutoSeasonality - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - - *ref_704 - immediate: - - *ref_701 - - *ref_704 - discriminator: *ref_707 - language: - default: &ref_708 - name: SeasonalityClassification - description: discriminated type - discriminatorInterface: SeasonalityClassification - go: *ref_708 - protocol: {} - nullable: true - serializedName: seasonality - extensions: - x-nullable: true - language: - default: - name: seasonality - description: "Set time series seasonality as an integer multiple of the series frequency.\r\nIf seasonality is set to 'auto', it will be inferred." - go: - name: Seasonality - description: Set time series seasonality as an integer multiple of the series frequency. If seasonality is set to 'auto', it will be inferred. - byValue: true - protocol: {} - - schema: *ref_709 - serializedName: shortSeriesHandlingConfig - language: - default: - name: shortSeriesHandlingConfig - description: The parameter defining how if AutoML should handle short time series. - go: - name: ShortSeriesHandlingConfig - description: The parameter defining how if AutoML should handle short time series. - protocol: {} - - schema: *ref_710 - serializedName: targetAggregateFunction - language: - default: - name: targetAggregateFunction - description: "The function to be used to aggregate the time series target column to conform to a user specified frequency.\r\nIf the TargetAggregateFunction is set i.e. not 'None', but the freq parameter is not set, the error is raised. The possible target aggregation functions are: \"sum\", \"max\", \"min\" and \"mean\"." - go: - name: TargetAggregateFunction - description: >- - The function to be used to aggregate the time series target column to conform to a user specified frequency. If the TargetAggregateFunction is set - i.e. not 'None', but the freq parameter is not set, - - the error is raised. The possible target aggregation functions are: "sum", "max", "min" and "mean". - protocol: {} - - schema: - type: object - children: &ref_711 - all: - - &ref_712 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TargetLagsModeAuto - parents: - all: - - &ref_713 + - &ref_682 type: object apiVersions: - version: 2022-02-01-preview - children: *ref_711 - discriminator: &ref_717 + discriminatorValue: TruncationSelection + parents: all: - Auto: *ref_712 - Custom: &ref_714 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TargetLagsModeCustom - parents: - all: - - *ref_713 - immediate: - - *ref_713 - properties: - - schema: &ref_1275 - type: array - elementType: *ref_158 - language: - default: - name: ArrayOfArrayItemschema - description: '[Required] Set target lags values.' - go: - name: '[]*int32' - description: '[Required] Set target lags values.' - elementIsPtr: true - marshallingFormat: json - protocol: {} - required: true - serializedName: values - language: - default: - name: values - description: '[Required] Set target lags values.' - go: - name: Values - description: REQUIRED; [Required] Set target lags values. - byValue: true - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomTargetLags - description: '' - namespace: '' - go: - name: CustomTargetLags - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' - protocol: {} + - *ref_676 immediate: - Auto: *ref_712 - Custom: *ref_714 - property: &ref_716 - schema: *ref_715 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read + - *ref_676 + properties: + - schema: *ref_679 + serializedName: truncationPercentage language: default: - name: mode - description: '[Required] Set target lags mode - Auto/Custom' - go: - name: Mode - description: REQUIRED; [Required] Set target lags mode - Auto/Custom + name: truncationPercentage + description: The percentage of runs to cancel at each evaluation interval. protocol: {} - properties: - - *ref_716 serializationFormats: - json usage: - output - input + extensions: + x-ms-discriminator-value: TruncationSelection language: default: - name: TargetLags - description: The number of past periods to lag from the target column. + name: TruncationSelectionPolicy + description: Defines an early termination policy that cancels a given percentage of runs at each evaluation interval. namespace: '' - go: - name: TargetLags - description: TargetLags - The number of past periods to lag from the target column. - discriminatorInterface: TargetLagsClassification - discriminatorTypes: - - '*AutoTargetLags' - - '*CustomTargetLags' - - '*TargetLags' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} immediate: - - *ref_713 + - *ref_680 + - *ref_681 + - *ref_682 + discriminator: + all: + Bandit: *ref_680 + MedianStopping: *ref_681 + TruncationSelection: *ref_682 + immediate: + Bandit: *ref_680 + MedianStopping: *ref_681 + TruncationSelection: *ref_682 + property: &ref_686 + schema: *ref_683 + isDiscriminator: true + required: true + serializedName: policyType + language: &ref_2852 + default: + name: policyType + description: '[Required] Name of policy configuration' + protocol: {} + properties: + - schema: *ref_684 + required: false + serializedName: delayEvaluation + language: &ref_2850 + default: + name: delayEvaluation + description: Number of intervals by which to delay the first evaluation. + protocol: {} + - schema: *ref_685 + required: false + serializedName: evaluationInterval + language: &ref_2851 + default: + name: evaluationInterval + description: Interval (number of runs) between policy evaluations. + protocol: {} + - *ref_686 serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Auto - language: + language: &ref_2849 default: - name: AutoTargetLags - description: '' - namespace: '' - go: - name: AutoTargetLags - description: '' - marshallingFormat: json + name: EarlyTerminationPolicy + description: Early termination policies enable canceling poor-performing runs before they complete namespace: '' protocol: {} - - *ref_714 - immediate: - - *ref_712 - - *ref_714 - discriminator: *ref_717 - language: - default: &ref_718 - name: TargetLagsClassification - description: discriminated type - discriminatorInterface: TargetLagsClassification - go: *ref_718 - protocol: {} - nullable: true - serializedName: targetLags - extensions: - x-nullable: true - language: - default: - name: targetLags - description: The number of past periods to lag from the target column. - go: - name: TargetLags - description: The number of past periods to lag from the target column. - byValue: true - protocol: {} - - schema: - type: object - children: &ref_719 - all: - - &ref_720 + nullable: true + required: false + serializedName: earlyTermination + extensions: + x-nullable: true + language: + default: + name: earlyTermination + description: Type of early termination policy. + protocol: {} + - schema: &ref_1121 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: TargetRollingWindowSizeModeAuto - parents: - all: - - &ref_721 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_719 - discriminator: &ref_726 - all: - Auto: *ref_720 - Custom: &ref_723 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: TargetRollingWindowSizeModeCustom - parents: - all: - - *ref_721 - immediate: - - *ref_721 - properties: - - schema: *ref_722 - required: true - serializedName: value - language: - default: - name: value - description: '[Required] TargetRollingWindowSize value.' - go: - name: Value - description: REQUIRED; [Required] TargetRollingWindowSize value. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Custom - language: - default: - name: CustomTargetRollingWindowSize - description: '' - namespace: '' - go: - name: CustomTargetRollingWindowSize - description: '' - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Auto: *ref_720 - Custom: *ref_723 - property: &ref_725 - schema: *ref_724 - isDiscriminator: true - required: true - serializedName: mode - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: mode - description: '[Required] TargetRollingWindowSiz detection mode.' - go: - name: Mode - description: REQUIRED; [Required] TargetRollingWindowSiz detection mode. - protocol: {} - properties: - - *ref_725 - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TargetRollingWindowSize - description: Forecasting target rolling window size. - namespace: '' - go: - name: TargetRollingWindowSize - description: TargetRollingWindowSize - Forecasting target rolling window size. - discriminatorInterface: TargetRollingWindowSizeClassification - discriminatorTypes: - - '*AutoTargetRollingWindowSize' - - '*CustomTargetRollingWindowSize' - - '*TargetRollingWindowSize' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} - immediate: - - *ref_721 + properties: + - schema: *ref_687 + nullable: true + serializedName: maxConcurrentTrials + language: + default: + name: maxConcurrentTrials + description: Maximum number of concurrent iterations for the underlying Sweep job. + protocol: {} + - schema: *ref_688 + nullable: true + serializedName: maxTrials + language: + default: + name: maxTrials + description: Maximum number of iterations for the underlying Sweep job. + protocol: {} serializationFormats: - json usage: - output - input - extensions: - x-ms-discriminator-value: Auto language: default: - name: AutoTargetRollingWindowSize - description: Target lags rolling window determined automatically. - namespace: '' - go: - name: AutoTargetRollingWindowSize - description: AutoTargetRollingWindowSize - Target lags rolling window determined automatically. - marshallingFormat: json + name: ImageSweepLimitSettings + description: Limit settings for model sweeping and hyperparameter sweeping. namespace: '' protocol: {} - - *ref_723 - immediate: - - *ref_720 - - *ref_723 - discriminator: *ref_726 + required: true + serializedName: limits + language: + default: + name: limits + description: '[Required] Limit settings for model sweeping and hyperparameter sweeping.' + protocol: {} + - schema: *ref_689 + required: true + serializedName: samplingAlgorithm + language: + default: + name: samplingAlgorithm + description: '[Required] Type of the hyperparameter sampling algorithms.' + protocol: {} + serializationFormats: + - json + usage: + - output + - input language: - default: &ref_727 - name: TargetRollingWindowSizeClassification - description: discriminated type - discriminatorInterface: TargetRollingWindowSizeClassification - go: *ref_727 + default: + name: ImageSweepSettings + description: Model sweeping and hyperparameter sweeping related settings. + namespace: '' protocol: {} nullable: true - serializedName: targetRollingWindowSize + required: false + serializedName: sweepSettings extensions: x-nullable: true language: default: - name: targetRollingWindowSize - description: The number of past periods used to create a rolling window average of the target column. - go: - name: TargetRollingWindowSize - description: The number of past periods used to create a rolling window average of the target column. - byValue: true - protocol: {} - - schema: *ref_728 - nullable: true - serializedName: timeColumnName - language: - default: - name: timeColumnName - description: >- - The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the - time series and inferring its frequency. - go: - name: TimeColumnName - description: >- - The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the - time series and inferring its frequency. - protocol: {} - - schema: &ref_1278 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_729 - language: - default: - name: ForecastingSettingsTimeSeriesIdColumnNames - description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." - go: - name: '[]*string' - description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: timeSeriesIdColumnNames - language: - default: - name: timeSeriesIdColumnNames - description: "The names of columns used to group a timeseries. It can be used to create multiple series.\r\nIf grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting." - go: - name: TimeSeriesIDColumnNames - description: >- - The names of columns used to group a timeseries. It can be used to create multiple series. If grain is not defined, the data set is assumed to be - one time-series. This parameter is used with task type - - forecasting. - byValue: true - protocol: {} - - schema: *ref_730 - serializedName: useStl - language: - default: - name: useStl - description: Configure STL Decomposition of the time-series target column. - go: - name: UseStl - description: Configure STL Decomposition of the time-series target column. + name: sweepSettings + description: Model sweeping and hyperparameter sweeping related settings. protocol: {} serializationFormats: - json usage: - output - input - language: + language: &ref_2776 default: - name: ForecastingSettings - description: Forecasting specific parameters. - namespace: '' - go: - name: ForecastingSettings - description: ForecastingSettings - Forecasting specific parameters. - hasArrayMap: true - marshallingFormat: json + name: ImageVertical + description: "Abstract class for AutoML tasks that train image (computer vision) models -\r\nsuch as Image Classification / Image Classification Multilabel / Image Object Detection / Image Instance Segmentation." namespace: '' protocol: {} - nullable: true - serializedName: forecastingSettings - extensions: - x-nullable: true + immediate: + - *ref_562 + - *ref_476 + properties: + - schema: *ref_690 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric to optimize for this task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ImageClassificationMultilabel + language: + default: + name: ImageClassificationMultilabel + description: "Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels\r\nfrom a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'." + namespace: '' + protocol: {} + immediate: + - *ref_561 + - *ref_563 + parents: + all: + - *ref_565 + immediate: + - *ref_565 + properties: + - schema: *ref_576 + nullable: true + serializedName: modelSettings + extensions: + x-nullable: true + language: &ref_2772 + default: + name: modelSettings + description: Settings used for training the model. + protocol: {} + - schema: &ref_1199 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_630 + extensions: + x-ms-identifiers: [] + language: + default: + name: ImageClassificationBaseSearchSpace + description: Search space for sampling different combinations of models and their hyperparameters. + protocol: {} + nullable: true + serializedName: searchSpace + extensions: + x-ms-identifiers: [] + language: &ref_2774 + default: + name: searchSpace + description: Search space for sampling different combinations of models and their hyperparameters. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + language: &ref_2771 + default: + name: ImageClassificationBase + description: '' + namespace: '' + protocol: {} + - *ref_476 + - *ref_565 + immediate: + - *ref_562 + - *ref_476 + properties: + - schema: *ref_560 + serializedName: primaryMetric + language: + default: + name: primaryMetric + description: Primary metric to optimize for this task. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: ImageClassification + language: + default: + name: ImageClassification + description: "Image Classification. Multi-class image classification is used when an image is classified with only a single label\r\nfrom a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'." + namespace: '' + protocol: {} + - *ref_563 + - *ref_568 + - *ref_569 + - *ref_514 + - &ref_691 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TextClassification + parents: + all: + - &ref_692 + type: object + apiVersions: + - version: 2022-02-01-preview + children: + all: + - *ref_691 + - &ref_693 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TextClassificationMultilabel + parents: + all: + - *ref_692 + - *ref_476 + immediate: + - *ref_692 + - *ref_476 + properties: + - schema: *ref_690 + readOnly: true + serializedName: primaryMetric language: default: - name: forecastingSettings - description: Forecasting task specific inputs. - go: - name: ForecastingSettings - description: Forecasting task specific inputs. + name: primaryMetric + description: "Primary metric for Text-Classification-Multilabel task.\r\nCurrently only Accuracy is supported as primary metric, hence user need not set it explicitly." protocol: {} - - schema: *ref_731 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: TextClassificationMultilabel + language: + default: + name: TextClassificationMultilabel + description: "Text Classification Multilabel task in AutoML NLP vertical.\r\nNLP - Natural Language Processing." + namespace: '' + protocol: {} + - &ref_694 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TextNER + parents: + all: + - *ref_692 + - *ref_476 + immediate: + - *ref_692 + - *ref_476 + properties: + - schema: *ref_560 + readOnly: true serializedName: primaryMetric language: default: name: primaryMetric - description: Primary metric for forecasting task. - go: - name: PrimaryMetric - description: Primary metric for forecasting task. + description: "Primary metric for Text-NER task.\r\nOnly 'Accuracy' is supported for Text-NER, so user need not set this explicitly." protocol: {} serializationFormats: - json @@ -29038,26 +21108,19 @@ schemas: - output - input extensions: - x-ms-discriminator-value: Forecasting + x-ms-discriminator-value: TextNER language: default: - name: Forecasting - description: Forecasting task in AutoML Table vertical. - namespace: '' - go: - name: Forecasting - description: Forecasting task in AutoML Table vertical. - hasArrayMap: true - marshallingFormat: json + name: TextNer + description: "Text-NER task in AutoML NLP vertical.\r\nNER - Named Entity Recognition.\r\nNLP - Natural Language Processing." namespace: '' protocol: {} - - *ref_682 immediate: - - *ref_502 - - *ref_505 - - *ref_682 + - *ref_691 + - *ref_693 + - *ref_694 properties: - - schema: *ref_637 + - schema: *ref_530 nullable: true serializedName: dataSettings extensions: @@ -29066,11 +21129,8 @@ schemas: default: name: dataSettings description: Data inputs for AutoMLJob. - go: - name: DataSettings - description: Data inputs for AutoMLJob. protocol: {} - - schema: *ref_677 + - schema: *ref_536 nullable: true serializedName: featurizationSettings extensions: @@ -29079,85 +21139,32 @@ schemas: default: name: featurizationSettings description: Featurization inputs needed for AutoML job. - go: - name: FeaturizationSettings - description: Featurization inputs needed for AutoML job. protocol: {} - - schema: &ref_1194 + - schema: &ref_1122 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_732 - serializedName: enableEarlyTermination - language: - default: - name: enableEarlyTermination - description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. - go: - name: EnableEarlyTermination - description: Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. - protocol: {} - - schema: *ref_733 - nullable: true - serializedName: exitScore - language: - default: - name: exitScore - description: Exit score for the AutoML job. - go: - name: ExitScore - description: Exit score for the AutoML job. - protocol: {} - - schema: *ref_734 + - schema: *ref_695 serializedName: maxConcurrentTrials language: default: name: maxConcurrentTrials - description: Maximum Concurrent iterations. - go: - name: MaxConcurrentTrials - description: Maximum Concurrent iterations. - protocol: {} - - schema: *ref_735 - serializedName: maxCoresPerTrial - language: - default: - name: maxCoresPerTrial - description: Max cores per iteration. - go: - name: MaxCoresPerTrial - description: Max cores per iteration. + description: Maximum Concurrent AutoML iterations. protocol: {} - - schema: *ref_736 + - schema: *ref_696 serializedName: maxTrials language: default: name: maxTrials - description: Number of iterations. - go: - name: MaxTrials - description: Number of iterations. + description: Number of AutoML iterations. protocol: {} - - schema: *ref_737 + - schema: *ref_697 serializedName: timeout language: default: name: timeout description: AutoML job timeout. - go: - name: Timeout - description: AutoML job timeout. - protocol: {} - - schema: *ref_738 - serializedName: trialTimeout - language: - default: - name: trialTimeout - description: Iteration timeout. - go: - name: TrialTimeout - description: Iteration timeout. protocol: {} serializationFormats: - json @@ -29166,14 +21173,9 @@ schemas: - input language: default: - name: TableVerticalLimitSettings + name: NlpVerticalLimitSettings description: Job execution constraints. namespace: '' - go: - name: TableVerticalLimitSettings - description: TableVerticalLimitSettings - Job execution constraints. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: limitSettings @@ -29183,178 +21185,6 @@ schemas: default: name: limitSettings description: Execution constraints for AutoMLJob. - go: - name: LimitSettings - description: Execution constraints for AutoMLJob. - protocol: {} - - schema: &ref_1195 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_739 - serializedName: enableDnnTraining - language: - default: - name: enableDnnTraining - description: Enable recommendation of DNN models. - go: - name: EnableDnnTraining - description: Enable recommendation of DNN models. - protocol: {} - - schema: *ref_740 - serializedName: enableModelExplainability - language: - default: - name: enableModelExplainability - description: Flag to turn on explainability on best model. - go: - name: EnableModelExplainability - description: Flag to turn on explainability on best model. - protocol: {} - - schema: *ref_741 - serializedName: enableOnnxCompatibleModels - language: - default: - name: enableOnnxCompatibleModels - description: Flag for enabling onnx compatible models. - go: - name: EnableOnnxCompatibleModels - description: Flag for enabling onnx compatible models. - protocol: {} - - schema: *ref_742 - serializedName: enableStackEnsemble - language: - default: - name: enableStackEnsemble - description: Enable stack ensemble run. - go: - name: EnableStackEnsemble - description: Enable stack ensemble run. - protocol: {} - - schema: *ref_743 - serializedName: enableVoteEnsemble - language: - default: - name: enableVoteEnsemble - description: Enable voting ensemble run. - go: - name: EnableVoteEnsemble - description: Enable voting ensemble run. - protocol: {} - - schema: *ref_744 - serializedName: ensembleModelDownloadTimeout - language: - default: - name: ensembleModelDownloadTimeout - description: "During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\r\nConfigure this parameter with a higher value than 300 secs, if more time is needed." - go: - name: EnsembleModelDownloadTimeout - description: >- - During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded. Configure this parameter - with a higher value than 300 secs, if more time - - is needed. - protocol: {} - - schema: &ref_1196 - type: object - apiVersions: - - version: 2022-02-01-preview - properties: - - schema: *ref_2 - nullable: true - serializedName: stackMetaLearnerKWargs - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: - default: - name: stackMetaLearnerKWargs - description: Optional parameters to pass to the initializer of the meta-learner. - go: - name: StackMetaLearnerKWargs - description: Optional parameters to pass to the initializer of the meta-learner. - byValue: true - protocol: {} - - schema: *ref_745 - serializedName: stackMetaLearnerTrainPercentage - language: - default: - name: stackMetaLearnerTrainPercentage - description: >- - Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. - Default value is 0.2. - go: - name: StackMetaLearnerTrainPercentage - description: >- - Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. - Default value is 0.2. - protocol: {} - - schema: *ref_746 - serializedName: stackMetaLearnerType - language: - default: - name: stackMetaLearnerType - description: The meta-learner is a model trained on the output of the individual heterogeneous models. - go: - name: StackMetaLearnerType - description: The meta-learner is a model trained on the output of the individual heterogeneous models. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: StackEnsembleSettings - description: Advances setting to customize StackEnsemble run. - namespace: '' - go: - name: StackEnsembleSettings - description: StackEnsembleSettings - Advances setting to customize StackEnsemble run. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: stackEnsembleSettings - extensions: - x-nullable: true - language: - default: - name: stackEnsembleSettings - description: Stack ensemble settings for stack ensemble run. - go: - name: StackEnsembleSettings - description: Stack ensemble settings for stack ensemble run. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - language: - default: - name: TrainingSettings - description: Training related configuration. - namespace: '' - go: - name: TrainingSettings - description: TrainingSettings - Training related configuration. - marshallingFormat: json - namespace: '' - protocol: {} - nullable: true - serializedName: trainingSettings - extensions: - x-nullable: true - language: - default: - name: trainingSettings - description: Inputs for training phase for an AutoML Job. - go: - name: TrainingSettings - description: Inputs for training phase for an AutoML Job. protocol: {} serializationFormats: - json @@ -29363,81 +21193,21 @@ schemas: - input language: default: - name: TableVertical - description: Abstract class for AutoML tasks that use table dataset as input - such as Classification/Regression/Forecasting. - namespace: '' - go: - name: TableVertical - description: TableVertical - Abstract class for AutoML tasks that use table dataset as input - such as Classification/Regression/Forecasting. - marshallingFormat: json + name: NlpVertical + description: "Abstract class for NLP related AutoML tasks.\r\nNLP - Natural Language Processing." namespace: '' protocol: {} - - *ref_508 + - *ref_476 immediate: - - *ref_503 - - *ref_508 + - *ref_692 + - *ref_476 properties: - - schema: &ref_1268 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_747 - language: - default: - name: ClassificationAllowedModels - description: Allowed models for classification task. - go: - name: '[]*ClassificationModels' - description: Allowed models for classification task. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: allowedModels - language: - default: - name: allowedModels - description: Allowed models for classification task. - go: - name: AllowedModels - description: Allowed models for classification task. - byValue: true - protocol: {} - - schema: &ref_1269 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_747 - language: - default: - name: ClassificationBlockedModels - description: Blocked models for classification task. - go: - name: '[]*ClassificationModels' - description: Blocked models for classification task. - elementIsPtr: true - marshallingFormat: json - protocol: {} - nullable: true - serializedName: blockedModels - language: - default: - name: blockedModels - description: Blocked models for classification task. - go: - name: BlockedModels - description: Blocked models for classification task. - byValue: true - protocol: {} - - schema: *ref_662 + - schema: *ref_560 serializedName: primaryMetric language: default: name: primaryMetric - description: Primary metric for the task. - go: - name: PrimaryMetric - description: Primary metric for the task. + description: Primary metric for Text-Classification task. protocol: {} serializationFormats: - json @@ -29445,57 +21215,90 @@ schemas: - output - input extensions: - x-ms-discriminator-value: Classification + x-ms-discriminator-value: TextClassification language: default: - name: Classification - description: Classification task in AutoML Table vertical. - namespace: '' - go: - name: Classification - description: Classification task in AutoML Table vertical. - hasArrayMap: true - marshallingFormat: json + name: TextClassification + description: "Text Classification task in AutoML NLP vertical.\r\nNLP - Natural Language Processing." namespace: '' protocol: {} - - *ref_505 - - *ref_506 - - *ref_509 - - *ref_514 - - *ref_515 - - *ref_682 - - *ref_665 - - *ref_667 - - *ref_668 + - *ref_693 + - *ref_694 immediate: - - *ref_502 - - *ref_505 - - *ref_506 - - *ref_509 + - *ref_474 + - *ref_513 + - *ref_561 + - *ref_563 + - *ref_568 + - *ref_569 - *ref_514 - - *ref_515 - - *ref_682 - - *ref_665 - - *ref_667 - - *ref_668 - discriminator: *ref_748 - language: - default: &ref_749 - name: AutoMLVerticalClassification - description: discriminated type - discriminatorInterface: AutoMLVerticalClassification - go: *ref_749 + - *ref_691 + - *ref_693 + - *ref_694 + discriminator: + all: + Classification: *ref_474 + Forecasting: *ref_513 + ImageClassification: *ref_561 + ImageClassificationMultilabel: *ref_563 + ImageInstanceSegmentation: *ref_568 + ImageObjectDetection: *ref_569 + Regression: *ref_514 + TextClassification: *ref_691 + TextClassificationMultilabel: *ref_693 + TextNER: *ref_694 + immediate: + Classification: *ref_474 + Forecasting: *ref_513 + ImageClassification: *ref_561 + ImageClassificationMultilabel: *ref_563 + ImageInstanceSegmentation: *ref_568 + ImageObjectDetection: *ref_569 + Regression: *ref_514 + TextClassification: *ref_691 + TextClassificationMultilabel: *ref_693 + TextNER: *ref_694 + property: &ref_700 + schema: *ref_698 + isDiscriminator: true + required: true + serializedName: taskType + extensions: + x-ms-mutability: + - create + - read + language: &ref_2789 + default: + name: taskType + description: '[Required] Task type for AutoMLJob.' + protocol: {} + properties: + - schema: *ref_699 + required: false + serializedName: logVerbosity + language: + default: + name: logVerbosity + description: Log verbosity for the job. + protocol: {} + - *ref_700 + serializationFormats: + - json + usage: + - output + - input + language: &ref_2788 + default: + name: AutoMLVertical + description: "AutoML vertical class.\r\nBase class for AutoML verticals - TableVertical/ImageVertical/NLPVertical" + namespace: '' protocol: {} required: true serializedName: taskDetails - language: &ref_3661 + language: &ref_2770 default: name: taskDetails description: '[Required] This represents scenario which can be one of Tables/NLP/Image' - go: - name: TaskDetails - description: REQUIRED; [Required] This represents scenario which can be one of Tables/NLP/Image - byValue: true protocol: {} serializationFormats: - json @@ -29509,26 +21312,20 @@ schemas: name: AutoMLJob description: "AutoMLJob class.\r\nUse this class for executing AutoML tasks like Classification/Regression etc.\r\nSee TaskType enum for all the tasks supported." namespace: '' - go: - name: AutoMLJob - description: AutoMLJob class. Use this class for executing AutoML tasks like Classification/Regression etc. See TaskType enum for all the tasks supported. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_802 + - &ref_745 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobTypeCommand + discriminatorValue: Command parents: all: - - *ref_494 - - *ref_395 + - *ref_469 + - *ref_373 immediate: - - *ref_494 + - *ref_469 properties: - - schema: *ref_750 + - schema: *ref_701 nullable: true required: false serializedName: codeId @@ -29536,209 +21333,51 @@ schemas: x-ms-mutability: - create - read - language: &ref_3712 + language: &ref_2821 default: name: codeId description: ARM resource ID of the code asset. - go: - name: CodeID - description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_751 + - schema: *ref_702 required: true serializedName: command extensions: x-ms-mutability: - create - read - language: &ref_3713 + language: &ref_2822 default: name: command description: '[Required] The command to execute on startup of the job. eg. "python train.py"' - go: - name: Command - description: REQUIRED; [Required] The command to execute on startup of the job. eg. "python train.py" protocol: {} - - schema: &ref_798 + - schema: &ref_703 type: object - children: &ref_752 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_753 + - &ref_708 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: DistributionTypeMpi + discriminatorValue: Mpi parents: all: - - &ref_754 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_752 - discriminator: &ref_763 - all: - Mpi: *ref_753 - PyTorch: &ref_758 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DistributionTypePyTorch - parents: - all: - - *ref_754 - immediate: - - *ref_754 - properties: - - schema: *ref_755 - nullable: true - serializedName: processCountPerInstance - language: - default: - name: processCountPerInstance - description: Number of processes per node. - go: - name: ProcessCountPerInstance - description: Number of processes per node. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: PyTorch - language: - default: - name: PyTorch - description: PyTorch distribution configuration. - namespace: '' - go: - name: PyTorch - description: PyTorch distribution configuration. - marshallingFormat: json - namespace: '' - protocol: {} - TensorFlow: &ref_759 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: DistributionTypeTensorFlow - parents: - all: - - *ref_754 - immediate: - - *ref_754 - properties: - - schema: *ref_756 - serializedName: parameterServerCount - extensions: - x-ms-mutability: - - create - - read - language: &ref_3715 - default: - name: parameterServerCount - description: Number of parameter server tasks. - go: - name: ParameterServerCount - description: Number of parameter server tasks. - protocol: {} - - schema: *ref_757 - nullable: true - serializedName: workerCount - extensions: - x-ms-mutability: - - create - - read - language: &ref_3716 - default: - name: workerCount - description: Number of workers. If not specified, will default to the instance count. - go: - name: WorkerCount - description: Number of workers. If not specified, will default to the instance count. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: TensorFlow - language: - default: - name: TensorFlow - description: TensorFlow distribution configuration. - namespace: '' - go: - name: TensorFlow - description: TensorFlow distribution configuration. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Mpi: *ref_753 - PyTorch: *ref_758 - TensorFlow: *ref_759 - property: &ref_761 - schema: *ref_760 - isDiscriminator: true - required: true - serializedName: distributionType - extensions: - x-ms-mutability: - - create - - read - language: &ref_3718 - default: - name: distributionType - description: '[Required] Specifies the type of distribution framework.' - go: - name: DistributionType - description: REQUIRED; [Required] Specifies the type of distribution framework. - protocol: {} - properties: - - *ref_761 - serializationFormats: - - json - usage: - - output - - input - language: &ref_3717 - default: - name: DistributionConfiguration - description: Base definition for job distribution configuration. - namespace: '' - go: - name: DistributionConfiguration - description: DistributionConfiguration - Base definition for job distribution configuration. - discriminatorInterface: DistributionConfigurationClassification - discriminatorTypes: - - '*DistributionConfiguration' - - '*Mpi' - - '*PyTorch' - - '*TensorFlow' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_703 immediate: - - *ref_754 + - *ref_703 properties: - - schema: *ref_762 + - schema: *ref_704 nullable: true serializedName: processCountPerInstance extensions: x-ms-mutability: - create - read - language: &ref_3760 + language: &ref_2869 default: name: processCountPerInstance description: Number of processes per MPI node. - go: - name: ProcessCountPerInstance - description: Number of processes per MPI node. protocol: {} serializationFormats: - json @@ -29752,25 +21391,125 @@ schemas: name: Mpi description: MPI distribution configuration. namespace: '' - go: - name: Mpi - description: Mpi - MPI distribution configuration. - marshallingFormat: json + protocol: {} + - &ref_709 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: PyTorch + parents: + all: + - *ref_703 + immediate: + - *ref_703 + properties: + - schema: *ref_705 + nullable: true + serializedName: processCountPerInstance + language: + default: + name: processCountPerInstance + description: Number of processes per node. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: PyTorch + language: + default: + name: PyTorch + description: PyTorch distribution configuration. + namespace: '' + protocol: {} + - &ref_710 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: TensorFlow + parents: + all: + - *ref_703 + immediate: + - *ref_703 + properties: + - schema: *ref_706 + serializedName: parameterServerCount + extensions: + x-ms-mutability: + - create + - read + language: &ref_2824 + default: + name: parameterServerCount + description: Number of parameter server tasks. + protocol: {} + - schema: *ref_707 + nullable: true + serializedName: workerCount + extensions: + x-ms-mutability: + - create + - read + language: &ref_2825 + default: + name: workerCount + description: Number of workers. If not specified, will default to the instance count. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: TensorFlow + language: + default: + name: TensorFlow + description: TensorFlow distribution configuration. namespace: '' protocol: {} - - *ref_758 - - *ref_759 immediate: - - *ref_753 - - *ref_758 - - *ref_759 - discriminator: *ref_763 - language: - default: &ref_764 - name: DistributionConfigurationClassification - description: discriminated type - discriminatorInterface: DistributionConfigurationClassification - go: *ref_764 + - *ref_708 + - *ref_709 + - *ref_710 + discriminator: + all: + Mpi: *ref_708 + PyTorch: *ref_709 + TensorFlow: *ref_710 + immediate: + Mpi: *ref_708 + PyTorch: *ref_709 + TensorFlow: *ref_710 + property: &ref_712 + schema: *ref_711 + isDiscriminator: true + required: true + serializedName: distributionType + extensions: + x-ms-mutability: + - create + - read + language: &ref_2827 + default: + name: distributionType + description: '[Required] Specifies the type of distribution framework.' + protocol: {} + properties: + - *ref_712 + serializationFormats: + - json + usage: + - output + - input + language: &ref_2826 + default: + name: DistributionConfiguration + description: Base definition for job distribution configuration. + namespace: '' protocol: {} nullable: true required: false @@ -29780,143 +21519,97 @@ schemas: - create - read x-nullable: true - language: &ref_3714 + language: &ref_2823 default: name: distribution description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. - go: - name: Distribution - description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. - byValue: true protocol: {} - - schema: *ref_765 + - schema: *ref_713 required: true serializedName: environmentId extensions: x-ms-mutability: - create - read - language: &ref_3719 + language: &ref_2828 default: name: environmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' - go: - name: EnvironmentID - description: REQUIRED; [Required] The ARM resource ID of the Environment specification for the job. protocol: {} - - schema: *ref_766 + - schema: *ref_714 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3720 + language: &ref_2829 default: name: environmentVariables description: Environment variables included in the job. - go: - name: EnvironmentVariables - description: Environment variables included in the job. - byValue: true protocol: {} - - schema: &ref_781 - type: dictionary - elementType: - type: object - children: *ref_767 - discriminator: *ref_768 - language: - default: &ref_769 - name: JobInputClassification - description: discriminated type - discriminatorInterface: JobInputClassification - go: *ref_769 - protocol: {} - language: - default: &ref_770 - name: map[string]JobInputClassification - description: map of discriminators - go: *ref_770 - protocol: {} + - schema: *ref_715 nullable: true required: false serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3721 + language: &ref_2830 default: name: inputs description: Mapping of input data bindings used in the job. - go: - name: Inputs - description: Mapping of input data bindings used in the job. - byValue: true protocol: {} - - schema: &ref_771 + - schema: &ref_716 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobLimitsTypeCommand + discriminatorValue: Command parents: all: - - &ref_772 + - &ref_717 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_771 - - &ref_776 + - *ref_716 + - &ref_721 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobLimitsTypeSweep + discriminatorValue: Sweep parents: all: - - *ref_772 + - *ref_717 immediate: - - *ref_772 + - *ref_717 properties: - - schema: *ref_773 + - schema: *ref_718 nullable: true serializedName: maxConcurrentTrials - language: &ref_3745 + language: &ref_2854 default: name: maxConcurrentTrials description: Sweep Job max concurrent trials. - go: - name: MaxConcurrentTrials - description: Sweep Job max concurrent trials. protocol: {} - - schema: *ref_774 + - schema: *ref_719 nullable: true serializedName: maxTotalTrials - language: &ref_3746 + language: &ref_2855 default: name: maxTotalTrials description: Sweep Job max total trials. - go: - name: MaxTotalTrials - description: Sweep Job max total trials. protocol: {} - - schema: *ref_775 + - schema: *ref_720 nullable: true serializedName: trialTimeout - language: &ref_3747 + language: &ref_2856 default: name: trialTimeout description: Sweep Job Trial timeout value. - go: - name: TrialTimeout - description: Sweep Job Trial timeout value. protocol: {} serializationFormats: - json @@ -29930,73 +21623,51 @@ schemas: name: SweepJobLimits description: Sweep Job limit class. namespace: '' - go: - name: SweepJobLimits - description: SweepJobLimits - Sweep Job limit class. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_771 - - *ref_776 + - *ref_716 + - *ref_721 discriminator: all: - Command: *ref_771 - Sweep: *ref_776 + Command: *ref_716 + Sweep: *ref_721 immediate: - Command: *ref_771 - Sweep: *ref_776 - property: &ref_778 - schema: *ref_777 + Command: *ref_716 + Sweep: *ref_721 + property: &ref_723 + schema: *ref_722 isDiscriminator: true required: true serializedName: jobLimitsType - language: &ref_3726 + language: &ref_2835 default: name: jobLimitsType description: '[Required] JobLimit type.' - go: - name: JobLimitsType - description: REQUIRED; [Required] JobLimit type. protocol: {} properties: - - *ref_778 - - schema: *ref_779 + - *ref_723 + - schema: *ref_724 nullable: true required: false serializedName: timeout - language: &ref_3727 + language: &ref_2836 default: name: timeout description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. - go: - name: Timeout - description: The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3725 + language: &ref_2834 default: name: JobLimits description: '' namespace: '' - go: - name: JobLimits - description: '' - discriminatorInterface: JobLimitsClassification - discriminatorTypes: - - '*CommandJobLimits' - - '*JobLimits' - - '*SweepJobLimits' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} immediate: - - *ref_772 + - *ref_717 serializationFormats: - json usage: @@ -30009,11 +21680,6 @@ schemas: name: CommandJobLimits description: Command Job limit class. namespace: '' - go: - name: CommandJobLimits - description: CommandJobLimits - Command Job limit class. - marshallingFormat: json - namespace: '' protocol: {} nullable: true required: false @@ -30024,32 +21690,23 @@ schemas: - create - read x-nullable: true - language: &ref_3724 + language: &ref_2833 default: name: limits description: Command Job limit. - go: - name: Limits - description: Command Job limit. protocol: {} - - schema: *ref_780 + - schema: *ref_725 nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3728 + language: &ref_2837 default: name: outputs description: Mapping of output data bindings used in the job. - go: - name: Outputs - description: Mapping of output data bindings used in the job. - byValue: true protocol: {} - schema: *ref_2 nullable: true @@ -30057,20 +21714,14 @@ schemas: required: false serializedName: parameters extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - read - language: &ref_3729 + language: &ref_2838 default: name: parameters description: Input parameters. - go: - name: Parameters - description: READ-ONLY; Input parameters. - byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_473 nullable: true required: false serializedName: resources @@ -30079,13 +21730,10 @@ schemas: - create - read x-nullable: true - language: &ref_3731 + language: &ref_2840 default: name: resources description: Compute Resource configuration for the job. - go: - name: Resources - description: Compute Resource configuration for the job. protocol: {} serializationFormats: - json @@ -30099,49 +21747,35 @@ schemas: name: CommandJob description: Command job definition. namespace: '' - go: - name: CommandJob - description: CommandJob - Command job definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_803 + - &ref_746 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobTypePipeline + discriminatorValue: Pipeline parents: all: - - *ref_494 - - *ref_395 + - *ref_469 + - *ref_373 immediate: - - *ref_494 + - *ref_469 properties: - - schema: *ref_781 + - schema: *ref_726 nullable: true serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3734 + language: &ref_2843 default: name: inputs description: Inputs for the pipeline job. - go: - name: Inputs - description: Inputs for the pipeline job. - byValue: true protocol: {} - - schema: *ref_782 + - schema: *ref_727 nullable: true serializedName: jobs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30149,46 +21783,30 @@ schemas: default: name: jobs description: Jobs construct the Pipeline Job. - go: - name: Jobs - description: Jobs construct the Pipeline Job. - byValue: true protocol: {} - - schema: *ref_780 + - schema: *ref_728 nullable: true serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3735 + language: &ref_2844 default: name: outputs description: Outputs for the pipeline job - go: - name: Outputs - description: Outputs for the pipeline job - byValue: true protocol: {} - schema: *ref_2 nullable: true serializedName: settings extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3736 + language: &ref_2845 default: name: settings description: Pipeline settings, for things like ContinueRunOnStepFailure etc. - go: - name: Settings - description: Pipeline settings, for things like ContinueRunOnStepFailure etc. - byValue: true protocol: {} serializationFormats: - json @@ -30202,47 +21820,35 @@ schemas: name: PipelineJob description: 'Pipeline Job definition: defines generic to MFE attributes.' namespace: '' - go: - name: PipelineJob - description: 'PipelineJob - Pipeline Job definition: defines generic to MFE attributes.' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_804 + - &ref_747 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: JobTypeSweep + discriminatorValue: Sweep parents: all: - - *ref_494 - - *ref_395 + - *ref_469 + - *ref_373 immediate: - - *ref_494 + - *ref_469 properties: - - schema: *ref_783 + - schema: *ref_676 nullable: true required: false serializedName: earlyTermination extensions: x-nullable: true - language: &ref_3739 + language: &ref_2848 default: name: earlyTermination description: Early termination policies enable canceling poor-performing runs before they complete - go: - name: EarlyTermination - description: Early termination policies enable canceling poor-performing runs before they complete - byValue: true protocol: {} - - schema: *ref_781 + - schema: *ref_729 nullable: true required: false serializedName: inputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30250,12 +21856,8 @@ schemas: default: name: inputs description: Mapping of input data bindings used in the job. - go: - name: Inputs - description: Mapping of input data bindings used in the job. - byValue: true protocol: {} - - schema: *ref_776 + - schema: *ref_721 nullable: true required: false serializedName: limits @@ -30265,40 +21867,31 @@ schemas: - create - read x-nullable: true - language: &ref_3744 + language: &ref_2853 default: name: limits description: Sweep Job limit. - go: - name: Limits - description: Sweep Job limit. protocol: {} - - schema: &ref_1203 + - schema: &ref_1123 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_784 + - schema: *ref_730 required: true serializedName: goal - language: &ref_3749 + language: &ref_2858 default: name: goal description: '[Required] Defines supported metric goals for hyperparameter tuning' - go: - name: Goal - description: REQUIRED; [Required] Defines supported metric goals for hyperparameter tuning protocol: {} - - schema: *ref_785 + - schema: *ref_731 required: true serializedName: primaryMetric - language: &ref_3750 + language: &ref_2859 default: name: primaryMetric description: '[Required] Name of the metric to optimize.' - go: - name: PrimaryMetric - description: REQUIRED; [Required] Name of the metric to optimize. protocol: {} serializationFormats: - json @@ -30310,29 +21903,19 @@ schemas: name: Objective description: Optimization objective. namespace: '' - go: - name: Objective - description: Objective - Optimization objective. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: objective - language: &ref_3748 + language: &ref_2857 default: name: objective description: '[Required] Optimization objective.' - go: - name: Objective - description: REQUIRED; [Required] Optimization objective. protocol: {} - - schema: *ref_780 + - schema: *ref_732 nullable: true required: false serializedName: outputs extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read @@ -30340,152 +21923,23 @@ schemas: default: name: outputs description: Mapping of output data bindings used in the job. - go: - name: Outputs - description: Mapping of output data bindings used in the job. - byValue: true protocol: {} - - schema: + - schema: &ref_733 type: object - children: &ref_786 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_787 + - &ref_736 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: SamplingAlgorithmTypeBayesian + discriminatorValue: Bayesian parents: all: - - &ref_788 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_786 - discriminator: &ref_794 - all: - Bayesian: *ref_787 - Grid: &ref_791 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: SamplingAlgorithmTypeGrid - parents: - all: - - *ref_788 - immediate: - - *ref_788 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Grid - language: - default: - name: GridSamplingAlgorithm - description: Defines a Sampling Algorithm that exhaustively generates every value combination in the space - namespace: '' - go: - name: GridSamplingAlgorithm - description: GridSamplingAlgorithm - Defines a Sampling Algorithm that exhaustively generates every value combination in the space - marshallingFormat: json - namespace: '' - protocol: {} - Random: &ref_792 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: SamplingAlgorithmTypeRandom - parents: - all: - - *ref_788 - immediate: - - *ref_788 - properties: - - schema: *ref_789 - serializedName: rule - language: - default: - name: rule - description: The specific type of random algorithm - go: - name: Rule - description: The specific type of random algorithm - protocol: {} - - schema: *ref_790 - nullable: true - serializedName: seed - language: - default: - name: seed - description: An optional integer to use as the seed for random number generation - go: - name: Seed - description: An optional integer to use as the seed for random number generation - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Random - language: - default: - name: RandomSamplingAlgorithm - description: Defines a Sampling Algorithm that generates values randomly - namespace: '' - go: - name: RandomSamplingAlgorithm - description: RandomSamplingAlgorithm - Defines a Sampling Algorithm that generates values randomly - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Bayesian: *ref_787 - Grid: *ref_791 - Random: *ref_792 - property: &ref_793 - schema: *ref_660 - isDiscriminator: true - required: true - serializedName: samplingAlgorithmType - language: &ref_3753 - default: - name: samplingAlgorithmType - description: '[Required] The algorithm used for generating hyperparameter values, along with configuration properties' - go: - name: SamplingAlgorithmType - description: REQUIRED; [Required] The algorithm used for generating hyperparameter values, along with configuration properties - protocol: {} - properties: - - *ref_793 - serializationFormats: - - json - usage: - - output - - input - language: &ref_3752 - default: - name: SamplingAlgorithm - description: "The Sampling Algorithm used to generate hyperparameter values, along with properties to\r\nconfigure the algorithm" - namespace: '' - go: - name: SamplingAlgorithm - description: SamplingAlgorithm - The Sampling Algorithm used to generate hyperparameter values, along with properties to configure the algorithm - discriminatorInterface: SamplingAlgorithmClassification - discriminatorTypes: - - '*BayesianSamplingAlgorithm' - - '*GridSamplingAlgorithm' - - '*RandomSamplingAlgorithm' - - '*SamplingAlgorithm' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_733 immediate: - - *ref_788 + - *ref_733 serializationFormats: - json usage: @@ -30498,58 +21952,126 @@ schemas: name: BayesianSamplingAlgorithm description: Defines a Sampling Algorithm that generates values based on previous values namespace: '' - go: - name: BayesianSamplingAlgorithm - description: BayesianSamplingAlgorithm - Defines a Sampling Algorithm that generates values based on previous values - marshallingFormat: json + protocol: {} + - &ref_737 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Grid + parents: + all: + - *ref_733 + immediate: + - *ref_733 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Grid + language: + default: + name: GridSamplingAlgorithm + description: Defines a Sampling Algorithm that exhaustively generates every value combination in the space + namespace: '' + protocol: {} + - &ref_738 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Random + parents: + all: + - *ref_733 + immediate: + - *ref_733 + properties: + - schema: *ref_734 + serializedName: rule + language: + default: + name: rule + description: The specific type of random algorithm + protocol: {} + - schema: *ref_735 + nullable: true + serializedName: seed + language: + default: + name: seed + description: An optional integer to use as the seed for random number generation + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Random + language: + default: + name: RandomSamplingAlgorithm + description: Defines a Sampling Algorithm that generates values randomly namespace: '' protocol: {} - - *ref_791 - - *ref_792 immediate: - - *ref_787 - - *ref_791 - - *ref_792 - discriminator: *ref_794 - language: - default: &ref_795 - name: SamplingAlgorithmClassification - description: discriminated type - discriminatorInterface: SamplingAlgorithmClassification - go: *ref_795 + - *ref_736 + - *ref_737 + - *ref_738 + discriminator: + all: + Bayesian: *ref_736 + Grid: *ref_737 + Random: *ref_738 + immediate: + Bayesian: *ref_736 + Grid: *ref_737 + Random: *ref_738 + property: &ref_739 + schema: *ref_689 + isDiscriminator: true + required: true + serializedName: samplingAlgorithmType + language: &ref_2862 + default: + name: samplingAlgorithmType + description: '[Required] The algorithm used for generating hyperparameter values, along with configuration properties' + protocol: {} + properties: + - *ref_739 + serializationFormats: + - json + usage: + - output + - input + language: &ref_2861 + default: + name: SamplingAlgorithm + description: "The Sampling Algorithm used to generate hyperparameter values, along with properties to\r\nconfigure the algorithm" + namespace: '' protocol: {} required: true serializedName: samplingAlgorithm - language: &ref_3751 + language: &ref_2860 default: name: samplingAlgorithm description: '[Required] The hyperparameter sampling algorithm' - go: - name: SamplingAlgorithm - description: REQUIRED; [Required] The hyperparameter sampling algorithm - byValue: true protocol: {} - schema: *ref_2 required: true serializedName: searchSpace - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3754 + language: &ref_2863 default: name: searchSpace description: '[Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter' - go: - name: SearchSpace - description: REQUIRED; [Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter - byValue: true protocol: {} - - schema: &ref_1205 + - schema: &ref_1125 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_796 + - schema: *ref_740 nullable: true required: false serializedName: codeId @@ -30557,30 +22079,24 @@ schemas: x-ms-mutability: - create - read - language: &ref_3757 + language: &ref_2866 default: name: codeId description: ARM resource ID of the code asset. - go: - name: CodeID - description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_797 + - schema: *ref_741 required: true serializedName: command extensions: x-ms-mutability: - create - read - language: &ref_3758 + language: &ref_2867 default: name: command description: '[Required] The command to execute on startup of the job. eg. "python train.py"' - go: - name: Command - description: REQUIRED; [Required] The command to execute on startup of the job. eg. "python train.py" protocol: {} - - schema: *ref_798 + - schema: *ref_703 nullable: true required: false serializedName: distribution @@ -30589,46 +22105,33 @@ schemas: - create - read x-nullable: true - language: &ref_3759 + language: &ref_2868 default: name: distribution description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. - go: - name: Distribution - description: Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. - byValue: true protocol: {} - - schema: *ref_799 + - schema: *ref_742 required: true serializedName: environmentId - language: &ref_3761 + language: &ref_2870 default: name: environmentId description: '[Required] The ARM resource ID of the Environment specification for the job.' - go: - name: EnvironmentID - description: REQUIRED; [Required] The ARM resource ID of the Environment specification for the job. protocol: {} - - schema: *ref_800 + - schema: *ref_743 nullable: true required: false serializedName: environmentVariables extensions: - x-internal-autorest-anonymous-schema: - anonymous: true x-ms-mutability: - create - read - language: &ref_3762 + language: &ref_2871 default: name: environmentVariables description: Environment variables included in the job. - go: - name: EnvironmentVariables - description: Environment variables included in the job. - byValue: true protocol: {} - - schema: *ref_501 + - schema: *ref_473 nullable: true required: false serializedName: resources @@ -30637,13 +22140,10 @@ schemas: - create - read x-nullable: true - language: &ref_3763 + language: &ref_2872 default: name: resources description: Compute Resource configuration for the job. - go: - name: Resources - description: Compute Resource configuration for the job. protocol: {} serializationFormats: - json @@ -30655,22 +22155,13 @@ schemas: name: TrialComponent description: Trial component definition. namespace: '' - go: - name: TrialComponent - description: TrialComponent - Trial component definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: trial - language: &ref_3756 + language: &ref_2865 default: name: trial description: '[Required] Trial component definition.' - go: - name: Trial - description: REQUIRED; [Required] Trial component definition. protocol: {} serializationFormats: - json @@ -30684,31 +22175,25 @@ schemas: name: SweepJob description: Sweep job definition. namespace: '' - go: - name: SweepJob - description: SweepJob - Sweep job definition. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_801 - - *ref_802 - - *ref_803 - - *ref_804 - discriminator: &ref_843 + - *ref_744 + - *ref_745 + - *ref_746 + - *ref_747 + discriminator: all: - AutoML: *ref_801 - Command: *ref_802 - Pipeline: *ref_803 - Sweep: *ref_804 + AutoML: *ref_744 + Command: *ref_745 + Pipeline: *ref_746 + Sweep: *ref_747 immediate: - AutoML: *ref_801 - Command: *ref_802 - Pipeline: *ref_803 - Sweep: *ref_804 - property: &ref_821 - schema: *ref_805 + AutoML: *ref_744 + Command: *ref_745 + Pipeline: *ref_746 + Sweep: *ref_747 + property: &ref_761 + schema: *ref_748 isDiscriminator: true required: true serializedName: jobType @@ -30716,21 +22201,18 @@ schemas: x-ms-mutability: - create - read - language: &ref_3689 + language: &ref_2798 default: name: jobType description: '[Required] Specifies the type of job.' - go: - name: JobType - description: REQUIRED; [Required] Specifies the type of job. protocol: {} - parents: &ref_844 + parents: all: - - *ref_395 + - *ref_373 immediate: - - *ref_395 + - *ref_373 properties: - - schema: *ref_806 + - schema: *ref_749 nullable: true required: false serializedName: computeId @@ -30738,15 +22220,12 @@ schemas: x-ms-mutability: - create - read - language: &ref_3682 + language: &ref_2791 default: name: computeId description: ARM resource ID of the compute resource. - go: - name: ComputeID - description: ARM resource ID of the compute resource. protocol: {} - - schema: *ref_807 + - schema: *ref_750 nullable: true required: false serializedName: displayName @@ -30754,15 +22233,12 @@ schemas: x-ms-mutability: - create - read - language: &ref_3683 + language: &ref_2792 default: name: displayName description: Display name of job. - go: - name: DisplayName - description: Display name of job. protocol: {} - - schema: *ref_808 + - schema: *ref_751 nullable: true required: false serializedName: experimentName @@ -30770,183 +22246,27 @@ schemas: x-ms-mutability: - create - read - language: &ref_3684 + language: &ref_2793 default: name: experimentName description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. - go: - name: ExperimentName - description: The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment. protocol: {} - - schema: + - schema: &ref_752 type: object - children: &ref_809 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_810 + - &ref_756 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: IdentityConfigurationTypeAMLToken + discriminatorValue: AMLToken parents: all: - - &ref_811 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_809 - discriminator: &ref_819 - all: - AMLToken: *ref_810 - Managed: &ref_815 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: IdentityConfigurationTypeManaged - parents: - all: - - *ref_811 - immediate: - - *ref_811 - properties: - - schema: *ref_812 - nullable: true - serializedName: clientId - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: clientId - description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. - go: - name: ClientID - description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. - protocol: {} - - schema: *ref_813 - nullable: true - serializedName: objectId - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: objectId - description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. - go: - name: ObjectID - description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. - protocol: {} - - schema: *ref_814 - nullable: true - serializedName: resourceId - extensions: - x-ms-mutability: - - create - - read - language: - default: - name: resourceId - description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. - go: - name: ResourceID - description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. - protocol: {} - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: Managed - language: - default: - name: ManagedIdentity - description: Managed identity configuration. - namespace: '' - go: - name: ManagedIdentity - description: ManagedIdentity - Managed identity configuration. - marshallingFormat: json - namespace: '' - protocol: {} - UserIdentity: &ref_816 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: IdentityConfigurationTypeUserIdentity - parents: - all: - - *ref_811 - immediate: - - *ref_811 - serializationFormats: - - json - usage: - - output - - input - extensions: - x-ms-discriminator-value: UserIdentity - language: - default: - name: UserIdentity - description: User identity configuration. - namespace: '' - go: - name: UserIdentity - description: UserIdentity - User identity configuration. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - AMLToken: *ref_810 - Managed: *ref_815 - UserIdentity: *ref_816 - property: &ref_818 - schema: *ref_817 - isDiscriminator: true - required: true - serializedName: identityType - extensions: - x-ms-mutability: - - create - - read - language: &ref_3687 - default: - name: identityType - description: '[Required] Specifies the type of identity framework.' - go: - name: IdentityType - description: REQUIRED; [Required] Specifies the type of identity framework. - protocol: {} - properties: - - *ref_818 - serializationFormats: - - json - usage: - - output - - input - language: &ref_3686 - default: - name: IdentityConfiguration - description: Base definition for identity configuration. - namespace: '' - go: - name: IdentityConfiguration - description: IdentityConfiguration - Base definition for identity configuration. - discriminatorInterface: IdentityConfigurationClassification - discriminatorTypes: - - '*AmlToken' - - '*IdentityConfiguration' - - '*ManagedIdentity' - - '*UserIdentity' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_752 immediate: - - *ref_811 + - *ref_752 serializationFormats: - json usage: @@ -30959,25 +22279,129 @@ schemas: name: AmlToken description: AML Token identity configuration. namespace: '' - go: - name: AmlToken - description: AmlToken - AML Token identity configuration. - marshallingFormat: json + protocol: {} + - &ref_757 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Managed + parents: + all: + - *ref_752 + immediate: + - *ref_752 + properties: + - schema: *ref_753 + nullable: true + serializedName: clientId + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: clientId + description: Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. + protocol: {} + - schema: *ref_754 + nullable: true + serializedName: objectId + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: objectId + description: Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. + protocol: {} + - schema: *ref_755 + nullable: true + serializedName: resourceId + extensions: + x-ms-mutability: + - create + - read + language: + default: + name: resourceId + description: Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. + protocol: {} + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: Managed + language: + default: + name: ManagedIdentity + description: Managed identity configuration. + namespace: '' + protocol: {} + - &ref_758 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: UserIdentity + parents: + all: + - *ref_752 + immediate: + - *ref_752 + serializationFormats: + - json + usage: + - output + - input + extensions: + x-ms-discriminator-value: UserIdentity + language: + default: + name: UserIdentity + description: User identity configuration. namespace: '' protocol: {} - - *ref_815 - - *ref_816 immediate: - - *ref_810 - - *ref_815 - - *ref_816 - discriminator: *ref_819 - language: - default: &ref_820 - name: IdentityConfigurationClassification - description: discriminated type - discriminatorInterface: IdentityConfigurationClassification - go: *ref_820 + - *ref_756 + - *ref_757 + - *ref_758 + discriminator: + all: + AMLToken: *ref_756 + Managed: *ref_757 + UserIdentity: *ref_758 + immediate: + AMLToken: *ref_756 + Managed: *ref_757 + UserIdentity: *ref_758 + property: &ref_760 + schema: *ref_759 + isDiscriminator: true + required: true + serializedName: identityType + extensions: + x-ms-mutability: + - create + - read + language: &ref_2796 + default: + name: identityType + description: '[Required] Specifies the type of identity framework.' + protocol: {} + properties: + - *ref_760 + serializationFormats: + - json + usage: + - output + - input + language: &ref_2795 + default: + name: IdentityConfiguration + description: Base definition for identity configuration. + namespace: '' protocol: {} nullable: true required: false @@ -30987,16 +22411,12 @@ schemas: - create - read x-nullable: true - language: &ref_3685 + language: &ref_2794 default: name: identity description: "Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null.\r\nDefaults to AmlToken if null." - go: - name: Identity - description: Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null. - byValue: true protocol: {} - - schema: *ref_424 + - schema: *ref_402 required: false serializedName: isArchived extensions: @@ -31004,96 +22424,65 @@ schemas: - create - read - update - language: &ref_3688 + language: &ref_2797 default: name: isArchived description: Is the asset archived? - go: - name: IsArchived - description: Is the asset archived? protocol: {} - - *ref_821 - - schema: *ref_822 + - *ref_761 + - schema: *ref_180 nullable: true required: false serializedName: schedule extensions: x-nullable: true - language: &ref_3690 + language: &ref_2799 default: name: schedule description: "Schedule definition of job.\r\nIf no schedule is provided, the job is run once and immediately after submission." - go: - name: Schedule - description: Schedule definition of job. If no schedule is provided, the job is run once and immediately after submission. - byValue: true protocol: {} - - schema: *ref_823 + - schema: *ref_762 nullable: true required: false serializedName: services - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3698 + language: &ref_2807 default: name: services description: "List of JobEndpoints.\r\nFor local jobs, a job endpoint will have an endpoint value of FileStreamObject." - go: - name: Services - description: List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject. - byValue: true protocol: {} - - schema: *ref_824 + - schema: *ref_763 readOnly: true required: false serializedName: status extensions: x-ms-mutability: - read - language: &ref_3705 + language: &ref_2814 default: name: status description: Status of the job. - go: - name: Status - description: READ-ONLY; Status of the job. protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3681 + language: &ref_2790 default: name: JobBaseDetails description: Base definition for a job. namespace: '' - go: - name: JobBaseDetails - description: JobBaseDetails - Base definition for a job. - discriminatorInterface: JobBaseDetailsClassification - discriminatorTypes: - - '*AutoMLJob' - - '*CommandJob' - - '*JobBaseDetails' - - '*PipelineJob' - - '*SweepJob' - hasArrayMap: true - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} - - &ref_830 + - &ref_769 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_393 - - *ref_395 + - *ref_371 + - *ref_373 immediate: - - *ref_393 + - *ref_371 serializationFormats: - json usage: @@ -31104,91 +22493,63 @@ schemas: name: ModelContainerDetails description: '' namespace: '' - go: - name: ModelContainerDetails - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_421 - - *ref_801 - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_802 - - *ref_448 - *ref_399 - - *ref_803 - - *ref_804 - - *ref_400 - - *ref_401 - immediate: - - *ref_393 - - *ref_394 + - *ref_744 + - *ref_422 + - *ref_423 + - *ref_424 + - *ref_425 + - *ref_745 - *ref_426 - - *ref_494 + - *ref_377 + - *ref_746 + - *ref_747 + - *ref_378 + - *ref_379 + immediate: + - *ref_371 + - *ref_372 + - *ref_404 + - *ref_469 properties: - - schema: *ref_825 + - schema: *ref_764 nullable: true serializedName: description - language: &ref_3310 + language: &ref_2419 default: name: description description: The asset description text. - go: - name: Description - description: The asset description text. protocol: {} - - schema: *ref_826 + - schema: *ref_765 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3342 + language: &ref_2451 default: name: properties description: The asset property dictionary. - go: - name: Properties - description: The asset property dictionary. - byValue: true protocol: {} - - schema: *ref_827 + - schema: *ref_766 nullable: true serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3311 + language: &ref_2420 default: name: tags description: Tag dictionary. Tags can be added, removed, and updated. - go: - name: Tags - description: Tag dictionary. Tags can be added, removed, and updated. - byValue: true protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3309 + language: &ref_2418 default: name: ResourceBase description: '' namespace: '' - go: - name: ResourceBase - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_393 + - *ref_371 serializationFormats: - json usage: @@ -31199,40 +22560,32 @@ schemas: name: ComponentContainerDetails description: "Component container definition.\r\n" namespace: '' - go: - name: ComponentContainerDetails - description: ComponentContainerDetails - Component container definition. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_828 - - *ref_829 - - *ref_830 + - *ref_767 + - *ref_768 + - *ref_769 immediate: - - *ref_392 - - *ref_425 - - *ref_828 - - *ref_829 - - *ref_830 + - *ref_370 + - *ref_403 + - *ref_767 + - *ref_768 + - *ref_769 parents: all: - - *ref_395 + - *ref_373 immediate: - - *ref_395 + - *ref_373 properties: - - schema: *ref_424 + - schema: *ref_402 serializedName: isArchived extensions: - x-ms-mutability: *ref_831 + x-ms-mutability: *ref_770 language: default: name: isArchived description: Is the asset archived? - go: - name: IsArchived - description: Is the asset archived? protocol: {} - - schema: *ref_832 + - schema: *ref_771 nullable: true readOnly: true serializedName: latestVersion @@ -31243,11 +22596,8 @@ schemas: default: name: latestVersion description: The latest version inside this container. - go: - name: LatestVersion - description: READ-ONLY; The latest version inside this container. protocol: {} - - schema: *ref_833 + - schema: *ref_772 nullable: true readOnly: true serializedName: nextVersion @@ -31258,29 +22608,21 @@ schemas: default: name: nextVersion description: The next auto incremental version - go: - name: NextVersion - description: READ-ONLY; The next auto incremental version protocol: {} serializationFormats: - json usage: - output - input - language: &ref_3308 + language: &ref_2417 default: name: AssetContainer description: '' namespace: '' - go: - name: AssetContainer - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_395 + - *ref_373 immediate: - - *ref_393 + - *ref_371 serializationFormats: - json usage: @@ -31291,21 +22633,13 @@ schemas: name: CodeContainerDetails description: Container for code asset versions. namespace: '' - go: - name: CodeContainerDetails - description: CodeContainerDetails - Container for code asset versions. - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: properties - language: &ref_3307 + language: &ref_2416 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31317,32 +22651,24 @@ schemas: name: CodeContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: CodeContainerData - description: CodeContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_850 + - &ref_777 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_418 + - schema: *ref_396 required: true serializedName: properties - language: &ref_3338 + language: &ref_2447 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31354,32 +22680,24 @@ schemas: name: CodeVersionData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: CodeVersionData - description: CodeVersionData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_851 + - &ref_778 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_425 + - schema: *ref_403 required: true serializedName: properties - language: &ref_3373 + language: &ref_2482 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31391,32 +22709,24 @@ schemas: name: ComponentContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: ComponentContainerData - description: ComponentContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_852 + - &ref_779 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_419 + - schema: *ref_397 required: true serializedName: properties - language: &ref_3404 + language: &ref_2513 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31428,32 +22738,24 @@ schemas: name: ComponentVersionData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: ComponentVersionData - description: ComponentVersionData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_853 + - &ref_780 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_828 + - schema: *ref_767 required: true serializedName: properties - language: &ref_3441 + language: &ref_2550 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31465,44 +22767,24 @@ schemas: name: DataContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: DataContainerData - description: DataContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_854 + - &ref_781 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: - type: object - children: *ref_834 - discriminator: *ref_835 - parents: *ref_836 - language: - default: &ref_837 - name: DataVersionBaseDetailsClassification - description: discriminated type - discriminatorInterface: DataVersionBaseDetailsClassification - go: *ref_837 - protocol: {} + - schema: *ref_375 required: true serializedName: properties - language: &ref_3470 + language: &ref_2579 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - byValue: true protocol: {} serializationFormats: - json @@ -31514,44 +22796,24 @@ schemas: name: DataVersionBaseData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: DataVersionBaseData - description: DataVersionBaseData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_855 + - &ref_782 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: - type: object - children: *ref_838 - discriminator: *ref_839 - parents: *ref_840 - language: - default: &ref_841 - name: DatastoreDetailsClassification - description: discriminated type - discriminatorInterface: DatastoreDetailsClassification - go: *ref_841 - protocol: {} + - schema: *ref_404 required: true serializedName: properties - language: &ref_3510 + language: &ref_2619 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - byValue: true protocol: {} serializationFormats: - json @@ -31563,32 +22825,24 @@ schemas: name: DatastoreData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: DatastoreData - description: DatastoreData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_856 + - &ref_783 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_829 + - schema: *ref_768 required: true serializedName: properties - language: &ref_3580 + language: &ref_2689 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31600,32 +22854,24 @@ schemas: name: EnvironmentContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: EnvironmentContainerData - description: EnvironmentContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_857 + - &ref_784 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_420 + - schema: *ref_398 required: true serializedName: properties - language: &ref_3607 + language: &ref_2716 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31637,44 +22883,24 @@ schemas: name: EnvironmentVersionData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: EnvironmentVersionData - description: EnvironmentVersionData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_858 + - &ref_785 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: - type: object - children: *ref_842 - discriminator: *ref_843 - parents: *ref_844 - language: - default: &ref_845 - name: JobBaseDetailsClassification - description: discriminated type - discriminatorInterface: JobBaseDetailsClassification - go: *ref_845 - protocol: {} + - schema: *ref_469 required: true serializedName: properties - language: &ref_3649 + language: &ref_2758 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. - byValue: true protocol: {} serializationFormats: - json @@ -31686,32 +22912,24 @@ schemas: name: JobBaseData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: JobBaseData - description: JobBaseData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_859 + - &ref_786 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_830 + - schema: *ref_769 required: true serializedName: properties - language: &ref_3826 + language: &ref_2935 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31723,32 +22941,24 @@ schemas: name: ModelContainerData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: ModelContainerData - description: ModelContainerData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_860 + - &ref_787 type: object apiVersions: - version: 2022-02-01-preview parents: all: - - *ref_71 + - *ref_69 immediate: - - *ref_71 + - *ref_69 properties: - - schema: *ref_421 + - schema: *ref_399 required: true serializedName: properties - language: &ref_3858 + language: &ref_2967 default: name: properties description: '[Required] Additional attributes of the entity.' - go: - name: Properties - description: REQUIRED; [Required] Additional attributes of the entity. protocol: {} serializationFormats: - json @@ -31760,131 +22970,99 @@ schemas: name: ModelVersionData description: Azure Resource Manager resource envelope. namespace: '' - go: - name: ModelVersionData - description: ModelVersionData - Azure Resource Manager resource envelope. - marshallingFormat: json - namespace: '' protocol: {} - - *ref_388 - - *ref_389 + - *ref_366 + - *ref_367 immediate: - - *ref_846 - - *ref_89 - - *ref_90 - - *ref_847 - - *ref_848 - - *ref_290 - - *ref_849 - - *ref_850 - - *ref_851 - - *ref_852 - - *ref_853 - - *ref_854 - - *ref_855 - - *ref_856 - - *ref_857 - - *ref_858 - - *ref_859 - - *ref_860 + - *ref_773 + - *ref_87 + - *ref_88 + - *ref_774 + - *ref_775 + - *ref_278 + - *ref_776 + - *ref_777 + - *ref_778 + - *ref_779 + - *ref_780 + - *ref_781 + - *ref_782 + - *ref_783 + - *ref_784 + - *ref_785 + - *ref_786 + - *ref_787 properties: - - schema: *ref_861 + - schema: *ref_788 readOnly: true serializedName: id - language: &ref_2699 + language: &ref_1808 default: name: id description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - go: - name: ID - description: READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} protocol: {} - - schema: *ref_862 + - schema: *ref_789 readOnly: true serializedName: name - language: &ref_2700 + language: &ref_1809 default: name: name description: The name of the resource - go: - name: Name - description: READ-ONLY; The name of the resource protocol: {} - - schema: *ref_863 + - schema: *ref_790 readOnly: true serializedName: type - language: &ref_2701 + language: &ref_1810 default: name: type description: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" - go: - name: Type - description: READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" protocol: {} - - schema: &ref_911 + - schema: &ref_838 type: object apiVersions: - version: '3.0' properties: - - schema: *ref_864 + - schema: *ref_791 serializedName: createdBy - language: &ref_3137 + language: &ref_2246 default: name: createdBy description: The identity that created the resource. - go: - name: CreatedBy - description: The identity that created the resource. protocol: {} - - schema: *ref_865 + - schema: *ref_792 serializedName: createdByType - language: &ref_3138 + language: &ref_2247 default: name: createdByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. protocol: {} - - schema: *ref_866 + - schema: *ref_793 serializedName: createdAt - language: &ref_3139 + language: &ref_2248 default: name: createdAt description: The timestamp of resource creation (UTC). - go: - name: CreatedAt - description: The timestamp of resource creation (UTC). protocol: {} - - schema: *ref_867 + - schema: *ref_794 serializedName: lastModifiedBy - language: &ref_3140 + language: &ref_2249 default: name: lastModifiedBy description: The identity that last modified the resource. - go: - name: LastModifiedBy - description: The identity that last modified the resource. protocol: {} - - schema: *ref_865 + - schema: *ref_792 serializedName: lastModifiedByType - language: &ref_3141 + language: &ref_2250 default: name: lastModifiedByType description: The type of identity that last modified the resource. - go: - name: LastModifiedByType - description: The type of identity that last modified the resource. protocol: {} - - schema: *ref_868 + - schema: *ref_795 serializedName: lastModifiedAt - language: &ref_3142 + language: &ref_2251 default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: LastModifiedAt - description: The timestamp of resource last modification (UTC) protocol: {} serializationFormats: - json @@ -31896,22 +23074,13 @@ schemas: name: SystemData description: Metadata pertaining to creation and last modification of the resource. namespace: '' - go: - name: SystemData - description: SystemData - Metadata pertaining to creation and last modification of the resource. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: systemData - language: &ref_3136 + language: &ref_2245 default: name: systemData description: Azure Resource Manager metadata containing createdBy and modifiedBy information. - go: - name: SystemData - description: READ-ONLY; Azure Resource Manager metadata containing createdBy and modifiedBy information. protocol: {} serializationFormats: - json @@ -31921,150 +23090,111 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_2698 + language: &ref_1807 default: name: Resource description: Common fields that are returned in the response for all Azure Resource Manager resources namespace: '' summary: Resource - go: - name: Resource - description: Resource - Common fields that are returned in the response for all Azure Resource Manager resources - marshallingFormat: json - namespace: '' - summary: Resource protocol: {} immediate: - - *ref_71 + - *ref_69 properties: - - schema: &ref_903 + - schema: &ref_830 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_869 + - schema: *ref_796 readOnly: true serializedName: workspaceId language: default: name: workspaceId description: The immutable id associated with this workspace. - go: - name: WorkspaceID - description: READ-ONLY; The immutable id associated with this workspace. protocol: {} - - schema: *ref_870 + - schema: *ref_797 serializedName: description - language: &ref_2668 + language: &ref_1777 default: name: description description: The description of this workspace. - go: - name: Description - description: The description of this workspace. protocol: {} - - schema: *ref_871 + - schema: *ref_798 serializedName: friendlyName - language: &ref_2669 + language: &ref_1778 default: name: friendlyName description: The friendly name for this workspace. This name in mutable - go: - name: FriendlyName - description: The friendly name for this workspace. This name in mutable protocol: {} - - schema: *ref_872 + - schema: *ref_799 serializedName: keyVault - language: &ref_2670 + language: &ref_1779 default: name: keyVault description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created - go: - name: KeyVault - description: ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - schema: *ref_873 + - schema: *ref_800 serializedName: applicationInsights - language: &ref_2671 + language: &ref_1780 default: name: applicationInsights description: ARM id of the application insights associated with this workspace. - go: - name: ApplicationInsights - description: ARM id of the application insights associated with this workspace. protocol: {} - - schema: *ref_874 + - schema: *ref_801 nullable: true serializedName: containerRegistry - language: &ref_2672 + language: &ref_1781 default: name: containerRegistry description: ARM id of the container registry associated with this workspace. - go: - name: ContainerRegistry - description: ARM id of the container registry associated with this workspace. protocol: {} - - schema: *ref_875 + - schema: *ref_802 serializedName: storageAccount - language: &ref_2673 + language: &ref_1782 default: name: storageAccount description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created - go: - name: StorageAccount - description: ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created protocol: {} - - schema: *ref_876 + - schema: *ref_803 serializedName: discoveryUrl - language: &ref_2674 + language: &ref_1783 default: name: discoveryUrl description: Url for the discovery service to identify regional endpoints for machine learning experimentation services - go: - name: DiscoveryURL - description: Url for the discovery service to identify regional endpoints for machine learning experimentation services protocol: {} - - schema: *ref_245 + - schema: *ref_256 readOnly: true serializedName: provisioningState language: default: name: provisioningState description: The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. - go: - name: ProvisioningState - description: READ-ONLY; The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. protocol: {} - - schema: &ref_904 + - schema: &ref_831 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_877 + - schema: *ref_804 required: true serializedName: status - language: &ref_2676 + language: &ref_1785 default: name: status description: Indicates whether or not the encryption is enabled for the workspace. - go: - name: Status - description: REQUIRED; Indicates whether or not the encryption is enabled for the workspace. protocol: {} - - schema: &ref_905 + - schema: &ref_832 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_878 + - schema: *ref_805 serializedName: userAssignedIdentity - language: &ref_2678 + language: &ref_1787 default: name: userAssignedIdentity description: The ArmId of the user assigned identity that will be used to access the customer managed key vault - go: - name: UserAssignedIdentity - description: The ArmId of the user assigned identity that will be used to access the customer managed key vault protocol: {} serializationFormats: - json @@ -32076,59 +23206,42 @@ schemas: name: IdentityForCmk description: Identity that will be used to access key vault for encryption at rest namespace: '' - go: - name: IdentityForCmk - description: IdentityForCmk - Identity that will be used to access key vault for encryption at rest - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: identity - language: &ref_2677 + language: &ref_1786 default: name: identity description: The identity that will be used to access the key vault for encryption at rest. - go: - name: Identity - description: The identity that will be used to access the key vault for encryption at rest. protocol: {} - - schema: &ref_906 + - schema: &ref_833 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_879 + - schema: *ref_806 required: true serializedName: keyVaultArmId - language: &ref_2680 + language: &ref_1789 default: name: keyVaultArmId description: The ArmId of the keyVault where the customer owned encryption key is present. - go: - name: KeyVaultArmID - description: REQUIRED; The ArmId of the keyVault where the customer owned encryption key is present. protocol: {} - - schema: *ref_880 + - schema: *ref_807 required: true serializedName: keyIdentifier - language: &ref_2681 + language: &ref_1790 default: name: keyIdentifier description: Key vault uri to access the encryption key. - go: - name: KeyIdentifier - description: REQUIRED; Key vault uri to access the encryption key. protocol: {} - - schema: *ref_881 + - schema: *ref_808 required: false serializedName: identityClientId - language: &ref_2682 + language: &ref_1791 default: name: identityClientId description: For future use - The client id of the identity which will be used to access key vault. - go: - name: IdentityClientID - description: For future use - The client id of the identity which will be used to access key vault. protocol: {} serializationFormats: - json @@ -32140,21 +23253,13 @@ schemas: name: EncryptionKeyVaultProperties description: '' namespace: '' - go: - name: EncryptionKeyVaultProperties - description: '' - marshallingFormat: json - namespace: '' protocol: {} required: true serializedName: keyVaultProperties - language: &ref_2679 + language: &ref_1788 default: name: keyVaultProperties description: Customer Key vault properties. - go: - name: KeyVaultProperties - description: REQUIRED; Customer Key vault properties. protocol: {} serializationFormats: - json @@ -32166,88 +23271,62 @@ schemas: name: EncryptionProperty description: '' namespace: '' - go: - name: EncryptionProperty - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: encryption - language: &ref_2675 + language: &ref_1784 default: name: encryption description: The encryption settings of Azure ML workspace. - go: - name: Encryption - description: The encryption settings of Azure ML workspace. protocol: {} - - schema: *ref_882 + - schema: *ref_809 serializedName: hbiWorkspace - language: &ref_2683 + language: &ref_1792 default: name: hbiWorkspace description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service - go: - name: HbiWorkspace - description: The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service protocol: {} - - schema: *ref_883 + - schema: *ref_810 readOnly: true serializedName: serviceProvisionedResourceGroup - language: &ref_2684 + language: &ref_1793 default: name: serviceProvisionedResourceGroup description: The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace - go: - name: ServiceProvisionedResourceGroup - description: READ-ONLY; The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace protocol: {} - - schema: *ref_884 + - schema: *ref_811 readOnly: true serializedName: privateLinkCount - language: &ref_2685 + language: &ref_1794 default: name: privateLinkCount description: Count of private connections in the workspace - go: - name: PrivateLinkCount - description: READ-ONLY; Count of private connections in the workspace protocol: {} - - schema: *ref_885 + - schema: *ref_812 serializedName: imageBuildCompute - language: &ref_2686 + language: &ref_1795 default: name: imageBuildCompute description: The compute name for image build - go: - name: ImageBuildCompute - description: The compute name for image build protocol: {} - - schema: *ref_886 + - schema: *ref_813 serializedName: allowPublicAccessWhenBehindVnet - language: &ref_2687 + language: &ref_1796 default: name: allowPublicAccessWhenBehindVnet description: The flag to indicate whether to allow public access when behind VNet. - go: - name: AllowPublicAccessWhenBehindVnet - description: The flag to indicate whether to allow public access when behind VNet. protocol: {} - - schema: *ref_887 + - schema: *ref_814 serializedName: publicNetworkAccess - language: &ref_2688 + language: &ref_1797 default: name: publicNetworkAccess description: Whether requests from Public Network are allowed. - go: - name: PublicNetworkAccess - description: Whether requests from Public Network are allowed. protocol: {} - - schema: &ref_1209 + - schema: &ref_1129 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_846 + elementType: *ref_773 extensions: x-ms-identifiers: - name @@ -32255,89 +23334,65 @@ schemas: default: name: WorkspacePropertiesPrivateEndpointConnections description: The list of private endpoint connections in the workspace. - go: - name: '[]*PrivateEndpointConnection' - description: The list of private endpoint connections in the workspace. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: privateEndpointConnections extensions: x-ms-identifiers: - name - language: &ref_2689 + language: &ref_1798 default: name: privateEndpointConnections description: The list of private endpoint connections in the workspace. - go: - name: PrivateEndpointConnections - description: READ-ONLY; The list of private endpoint connections in the workspace. - byValue: true protocol: {} - - schema: &ref_1210 + - schema: &ref_1130 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_912 + elementType: &ref_839 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_888 + - schema: *ref_815 serializedName: name - language: &ref_2703 + language: &ref_1812 default: name: name description: Unique name of the private link. - go: - name: Name - description: Unique name of the private link. protocol: {} - - schema: &ref_913 + - schema: &ref_840 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_889 + - schema: *ref_816 serializedName: privateLinkResourceId - language: &ref_2705 + language: &ref_1814 default: name: privateLinkResourceId description: The resource id that private link links to. - go: - name: PrivateLinkResourceID - description: The resource id that private link links to. protocol: {} - - schema: *ref_890 + - schema: *ref_817 serializedName: groupId - language: &ref_2706 + language: &ref_1815 default: name: groupId description: The private link resource group id. - go: - name: GroupID - description: The private link resource group id. protocol: {} - - schema: *ref_891 + - schema: *ref_818 serializedName: requestMessage - language: &ref_2707 + language: &ref_1816 default: name: requestMessage description: Request message. - go: - name: RequestMessage - description: Request message. protocol: {} - - schema: *ref_74 + - schema: *ref_72 serializedName: status - language: &ref_2708 + language: &ref_1817 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} serializationFormats: - json @@ -32349,22 +23404,14 @@ schemas: name: SharedPrivateLinkResourceProperty description: Properties of a shared private link resource. namespace: '' - go: - name: SharedPrivateLinkResourceProperty - description: SharedPrivateLinkResourceProperty - Properties of a shared private link resource. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2704 + language: &ref_1813 default: name: properties description: Resource properties. - go: - name: Properties - description: Resource properties. protocol: {} serializationFormats: - json @@ -32376,11 +23423,6 @@ schemas: name: SharedPrivateLinkResource description: '' namespace: '' - go: - name: SharedPrivateLinkResource - description: '' - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -32389,74 +23431,53 @@ schemas: default: name: WorkspacePropertiesSharedPrivateLinkResources description: The list of shared private link resources in this workspace. - go: - name: '[]*SharedPrivateLinkResource' - description: The list of shared private link resources in this workspace. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: sharedPrivateLinkResources extensions: x-ms-identifiers: - name - language: &ref_2702 + language: &ref_1811 default: name: sharedPrivateLinkResources description: The list of shared private link resources in this workspace. - go: - name: SharedPrivateLinkResources - description: The list of shared private link resources in this workspace. - byValue: true protocol: {} - - schema: &ref_914 + - schema: &ref_841 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_892 + - schema: *ref_819 serializedName: fqdn - language: &ref_2803 + language: &ref_1912 default: name: fqdn description: '' - go: - name: Fqdn - description: '' protocol: {} - - schema: *ref_893 + - schema: *ref_820 serializedName: resourceId - language: &ref_2804 + language: &ref_1913 default: name: resourceId description: the data plane resourceId that used to initialize notebook component - go: - name: ResourceID - description: the data plane resourceId that used to initialize notebook component protocol: {} - - schema: &ref_915 + - schema: &ref_842 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_894 + - schema: *ref_821 serializedName: errorMessage - language: &ref_2806 + language: &ref_1915 default: name: errorMessage description: '' - go: - name: ErrorMessage - description: '' protocol: {} - - schema: *ref_895 + - schema: *ref_822 serializedName: statusCode - language: &ref_2807 + language: &ref_1916 default: name: statusCode description: '' - go: - name: StatusCode - description: '' protocol: {} serializationFormats: - json @@ -32468,23 +23489,15 @@ schemas: name: NotebookPreparationError description: '' namespace: '' - go: - name: NotebookPreparationError - description: '' - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: notebookPreparationError extensions: x-nullable: true - language: &ref_2805 + language: &ref_1914 default: name: notebookPreparationError description: The error that occurs when preparing notebook. - go: - name: NotebookPreparationError - description: The error that occurs when preparing notebook. protocol: {} serializationFormats: - json @@ -32496,11 +23509,6 @@ schemas: name: NotebookResourceInfo description: '' namespace: '' - go: - name: NotebookResourceInfo - description: '' - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: notebookInfo @@ -32508,29 +23516,23 @@ schemas: default: name: notebookInfo description: The notebook info of Azure ML workspace. - go: - name: NotebookInfo - description: READ-ONLY; The notebook info of Azure ML workspace. protocol: {} - - schema: &ref_916 + - schema: &ref_843 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_917 + - schema: &ref_844 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_896 + - schema: *ref_823 serializedName: collectionsThroughput language: default: name: collectionsThroughput description: The throughput of the collections in cosmosdb database - go: - name: CollectionsThroughput - description: The throughput of the collections in cosmosdb database protocol: {} serializationFormats: - json @@ -32542,20 +23544,12 @@ schemas: name: CosmosDbSettings description: '' namespace: '' - go: - name: CosmosDbSettings - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: cosmosDb language: default: name: cosmosDb description: The settings for the service managed cosmosdb account. - go: - name: CosmosDb - description: The settings for the service managed cosmosdb account. protocol: {} serializationFormats: - json @@ -32567,63 +23561,43 @@ schemas: name: ServiceManagedResourcesSettings description: '' namespace: '' - go: - name: ServiceManagedResourcesSettings - description: '' - marshallingFormat: json - namespace: '' protocol: {} serializedName: serviceManagedResourcesSettings language: default: name: serviceManagedResourcesSettings description: The service managed resource settings. - go: - name: ServiceManagedResourcesSettings - description: The service managed resource settings. protocol: {} - - schema: *ref_897 + - schema: *ref_824 serializedName: primaryUserAssignedIdentity language: default: name: primaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. - go: - name: PrimaryUserAssignedIdentity - description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - schema: *ref_898 + - schema: *ref_825 readOnly: true serializedName: tenantId language: default: name: tenantId description: The tenant id associated with this workspace. - go: - name: TenantID - description: READ-ONLY; The tenant id associated with this workspace. protocol: {} - - schema: *ref_899 + - schema: *ref_826 readOnly: true serializedName: storageHnsEnabled language: default: name: storageHnsEnabled description: If the storage associated with the workspace has hierarchical namespace(HNS) enabled. - go: - name: StorageHnsEnabled - description: READ-ONLY; If the storage associated with the workspace has hierarchical namespace(HNS) enabled. protocol: {} - - schema: *ref_900 + - schema: *ref_827 readOnly: true serializedName: mlFlowTrackingUri language: default: name: mlFlowTrackingUri description: The URI associated with this workspace that machine learning flow must point at to set up tracking. - go: - name: MlFlowTrackingURI - description: READ-ONLY; The URI associated with this workspace that machine learning flow must point at to set up tracking. protocol: {} serializationFormats: - json @@ -32635,67 +23609,42 @@ schemas: name: WorkspaceProperties description: The properties of a machine learning workspace. namespace: '' - go: - name: WorkspaceProperties - description: WorkspaceProperties - The properties of a machine learning workspace. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2667 + language: &ref_1776 default: name: properties description: The properties of the machine learning workspace. - go: - name: Properties - description: The properties of the machine learning workspace. protocol: {} - - schema: *ref_276 + - schema: *ref_264 serializedName: identity - language: &ref_2709 + language: &ref_1818 default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: *ref_901 + - schema: *ref_828 serializedName: location - language: &ref_2716 + language: &ref_1825 default: name: location description: Specifies the location of the resource. - go: - name: Location - description: Specifies the location of the resource. protocol: {} - - schema: *ref_902 + - schema: *ref_829 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Contains resource tags defined as key/value pairs. - go: - name: Tags - description: Contains resource tags defined as key/value pairs. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} serializationFormats: - json @@ -32707,155 +23656,112 @@ schemas: name: Workspace description: An object that represents a machine learning workspace. namespace: '' - go: - name: Workspace - description: Workspace - An object that represents a machine learning workspace. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_903 - - *ref_904 - - *ref_905 - - *ref_906 - - *ref_846 - - *ref_907 - - *ref_908 - - *ref_909 - - *ref_276 - - *ref_910 - - *ref_279 - - *ref_71 - - *ref_911 - - *ref_912 - - *ref_913 - - *ref_914 - - *ref_915 - - *ref_916 - - *ref_917 - - &ref_1325 + - *ref_830 + - *ref_831 + - *ref_832 + - *ref_833 + - *ref_773 + - *ref_834 + - *ref_835 + - *ref_836 + - *ref_264 + - *ref_837 + - *ref_267 + - *ref_69 + - *ref_838 + - *ref_839 + - *ref_840 + - *ref_841 + - *ref_842 + - *ref_843 + - *ref_844 + - &ref_1223 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_918 + - schema: *ref_845 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: The resource tags for the machine learning workspace. - go: - name: Tags - description: The resource tags for the machine learning workspace. - byValue: true protocol: {} - - schema: *ref_279 + - schema: *ref_267 serializedName: sku language: default: name: sku description: The sku of the workspace. - go: - name: SKU - description: The sku of the workspace. protocol: {} - - schema: *ref_276 + - schema: *ref_264 serializedName: identity language: default: name: identity description: The identity of the resource. - go: - name: Identity - description: The identity of the resource. protocol: {} - - schema: &ref_925 + - schema: &ref_852 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_919 + - schema: *ref_846 serializedName: description - language: &ref_2731 + language: &ref_1840 default: name: description description: The description of this workspace. - go: - name: Description - description: The description of this workspace. protocol: {} - - schema: *ref_920 + - schema: *ref_847 serializedName: friendlyName - language: &ref_2732 + language: &ref_1841 default: name: friendlyName description: The friendly name for this workspace. - go: - name: FriendlyName - description: The friendly name for this workspace. protocol: {} - - schema: *ref_921 + - schema: *ref_848 serializedName: imageBuildCompute language: default: name: imageBuildCompute description: The compute name for image build - go: - name: ImageBuildCompute - description: The compute name for image build protocol: {} - - schema: *ref_916 + - schema: *ref_843 serializedName: serviceManagedResourcesSettings language: default: name: serviceManagedResourcesSettings description: The service managed resource settings. - go: - name: ServiceManagedResourcesSettings - description: The service managed resource settings. protocol: {} - - schema: *ref_922 + - schema: *ref_849 serializedName: primaryUserAssignedIdentity language: default: name: primaryUserAssignedIdentity description: The user assigned identity resource id that represents the workspace identity. - go: - name: PrimaryUserAssignedIdentity - description: The user assigned identity resource id that represents the workspace identity. protocol: {} - - schema: *ref_887 + - schema: *ref_814 serializedName: publicNetworkAccess - language: &ref_2733 + language: &ref_1842 default: name: publicNetworkAccess description: Whether requests from Public Network are allowed. - go: - name: PublicNetworkAccess - description: Whether requests from Public Network are allowed. protocol: {} - - schema: *ref_923 + - schema: *ref_850 serializedName: applicationInsights language: default: name: applicationInsights description: ARM id of the application insights associated with this workspace. - go: - name: ApplicationInsights - description: ARM id of the application insights associated with this workspace. protocol: {} - - schema: *ref_924 + - schema: *ref_851 serializedName: containerRegistry language: default: name: containerRegistry description: ARM id of the container registry associated with this workspace. - go: - name: ContainerRegistry - description: ARM id of the container registry associated with this workspace. protocol: {} serializationFormats: - json @@ -32866,22 +23772,14 @@ schemas: name: WorkspacePropertiesUpdateParameters description: The parameters for updating the properties of a machine learning workspace. namespace: '' - go: - name: WorkspacePropertiesUpdateParameters - description: WorkspacePropertiesUpdateParameters - The parameters for updating the properties of a machine learning workspace. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_2730 + language: &ref_1839 default: name: properties description: The properties that the machine learning workspace will be updated with. - go: - name: Properties - description: The properties that the machine learning workspace will be updated with. protocol: {} serializationFormats: - json @@ -32892,54 +23790,35 @@ schemas: name: WorkspaceUpdateParameters description: The parameters for updating a machine learning workspace. namespace: '' - go: - name: WorkspaceUpdateParameters - description: WorkspaceUpdateParameters - The parameters for updating a machine learning workspace. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_925 - - &ref_1341 + - *ref_852 + - &ref_1230 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1211 + - schema: &ref_1131 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_89 + elementType: *ref_87 language: default: name: WorkspaceListResultValue description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. - go: - name: '[]*Workspace' - description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_2738 + language: &ref_1847 default: name: value description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. - go: - name: Value - description: The list of machine learning workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning workspaces. - byValue: true protocol: {} - - schema: *ref_926 + - schema: *ref_853 serializedName: nextLink - language: &ref_2739 + language: &ref_1848 default: name: nextLink description: The URI that can be used to request the next list of machine learning workspaces. - go: - name: NextLink - description: The URI that can be used to request the next list of machine learning workspaces. protocol: {} serializationFormats: - json @@ -32950,148 +23829,79 @@ schemas: name: WorkspaceListResult description: The result of a request to list machine learning workspaces. namespace: '' - go: - name: WorkspaceListResult - description: WorkspaceListResult - The result of a request to list machine learning workspaces. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1346 + - &ref_1231 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_936 + - schema: &ref_863 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_927 + - schema: *ref_854 serializedName: udr - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2745 + language: &ref_1854 default: name: udr description: Setting for diagnosing user defined routing - go: - name: Udr - description: Setting for diagnosing user defined routing - byValue: true protocol: {} - - schema: *ref_928 + - schema: *ref_855 serializedName: nsg - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2746 + language: &ref_1855 default: name: nsg description: Setting for diagnosing network security group - go: - name: Nsg - description: Setting for diagnosing network security group - byValue: true protocol: {} - - schema: *ref_929 + - schema: *ref_856 serializedName: resourceLock - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2747 + language: &ref_1856 default: name: resourceLock description: Setting for diagnosing resource lock - go: - name: ResourceLock - description: Setting for diagnosing resource lock - byValue: true protocol: {} - - schema: *ref_930 + - schema: *ref_857 serializedName: dnsResolution - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2748 + language: &ref_1857 default: name: dnsResolution description: Setting for diagnosing dns resolution - go: - name: DNSResolution - description: Setting for diagnosing dns resolution - byValue: true protocol: {} - - schema: *ref_931 + - schema: *ref_858 serializedName: storageAccount - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2749 + language: &ref_1858 default: name: storageAccount description: Setting for diagnosing dependent storage account - go: - name: StorageAccount - description: Setting for diagnosing dependent storage account - byValue: true protocol: {} - - schema: *ref_932 + - schema: *ref_859 serializedName: keyVault - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2750 + language: &ref_1859 default: name: keyVault description: Setting for diagnosing dependent key vault - go: - name: KeyVault - description: Setting for diagnosing dependent key vault - byValue: true protocol: {} - - schema: *ref_933 + - schema: *ref_860 serializedName: containerRegistry - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2751 + language: &ref_1860 default: name: containerRegistry description: Setting for diagnosing dependent container registry - go: - name: ContainerRegistry - description: Setting for diagnosing dependent container registry - byValue: true protocol: {} - - schema: *ref_934 + - schema: *ref_861 serializedName: applicationInsights - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2752 + language: &ref_1861 default: name: applicationInsights description: Setting for diagnosing dependent application insights - go: - name: ApplicationInsights - description: Setting for diagnosing dependent application insights - byValue: true protocol: {} - - schema: *ref_935 + - schema: *ref_862 serializedName: others - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_2753 + language: &ref_1862 default: name: others description: Setting for diagnosing unclassified category of problems - go: - name: Others - description: Setting for diagnosing unclassified category of problems - byValue: true protocol: {} serializationFormats: - json @@ -33102,21 +23912,12 @@ schemas: name: DiagnoseRequestProperties description: '' namespace: '' - go: - name: DiagnoseRequestProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: value - language: &ref_2744 + language: &ref_1853 default: name: value description: Value of Parameters - go: - name: Value - description: Value of Parameters protocol: {} serializationFormats: - json @@ -33127,64 +23928,50 @@ schemas: name: DiagnoseWorkspaceParameters description: Parameters to diagnose a workspace namespace: '' - go: - name: DiagnoseWorkspaceParameters - description: DiagnoseWorkspaceParameters - Parameters to diagnose a workspace - marshallingFormat: json - namespace: '' protocol: {} - - *ref_936 - - &ref_1355 + - *ref_863 + - &ref_1236 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_942 + - schema: &ref_868 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1212 + - schema: &ref_1132 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_940 + elementType: &ref_867 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_937 + - schema: *ref_864 readOnly: true serializedName: code - language: &ref_2760 + language: &ref_1869 default: name: code description: Code for workspace setup error - go: - name: Code - description: READ-ONLY; Code for workspace setup error protocol: {} - - schema: *ref_938 + - schema: *ref_865 readOnly: true serializedName: level - language: &ref_2761 + language: &ref_1870 default: name: level description: Level of workspace setup error - go: - name: Level - description: READ-ONLY; Level of workspace setup error protocol: {} - - schema: *ref_939 + - schema: *ref_866 readOnly: true serializedName: message - language: &ref_2762 + language: &ref_1871 default: name: message description: Message of workspace setup error - go: - name: Message - description: READ-ONLY; Message of workspace setup error protocol: {} serializationFormats: - json @@ -33195,11 +23982,6 @@ schemas: name: DiagnoseResult description: Result of Diagnose namespace: '' - go: - name: DiagnoseResult - description: DiagnoseResult - Result of Diagnose - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -33208,30 +23990,21 @@ schemas: default: name: DiagnoseResponseResultValueUserDefinedRouteResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: userDefinedRouteResults extensions: x-ms-identifiers: - message - language: &ref_2756 + language: &ref_1865 default: name: userDefinedRouteResults description: '' - go: - name: UserDefinedRouteResults - description: '' - byValue: true protocol: {} - - schema: &ref_1213 + - schema: &ref_1133 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33239,30 +24012,21 @@ schemas: default: name: DiagnoseResponseResultValueNetworkSecurityRuleResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: networkSecurityRuleResults extensions: x-ms-identifiers: - message - language: &ref_2757 + language: &ref_1866 default: name: networkSecurityRuleResults description: '' - go: - name: NetworkSecurityRuleResults - description: '' - byValue: true protocol: {} - - schema: &ref_1214 + - schema: &ref_1134 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33270,30 +24034,21 @@ schemas: default: name: DiagnoseResponseResultValueResourceLockResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: resourceLockResults extensions: x-ms-identifiers: - message - language: &ref_2758 + language: &ref_1867 default: name: resourceLockResults description: '' - go: - name: ResourceLockResults - description: '' - byValue: true protocol: {} - - schema: &ref_1215 + - schema: &ref_1135 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33301,30 +24056,21 @@ schemas: default: name: DiagnoseResponseResultValueDnsResolutionResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dnsResolutionResults extensions: x-ms-identifiers: - message - language: &ref_2759 + language: &ref_1868 default: name: dnsResolutionResults description: '' - go: - name: DNSResolutionResults - description: '' - byValue: true protocol: {} - - schema: &ref_1216 + - schema: &ref_1136 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33332,30 +24078,21 @@ schemas: default: name: DiagnoseResponseResultValueStorageAccountResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: storageAccountResults extensions: x-ms-identifiers: - message - language: &ref_2763 + language: &ref_1872 default: name: storageAccountResults description: '' - go: - name: StorageAccountResults - description: '' - byValue: true protocol: {} - - schema: &ref_1217 + - schema: &ref_1137 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33363,30 +24100,21 @@ schemas: default: name: DiagnoseResponseResultValueKeyVaultResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: keyVaultResults extensions: x-ms-identifiers: - message - language: &ref_2764 + language: &ref_1873 default: name: keyVaultResults description: '' - go: - name: KeyVaultResults - description: '' - byValue: true protocol: {} - - schema: &ref_1218 + - schema: &ref_1138 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33394,30 +24122,21 @@ schemas: default: name: DiagnoseResponseResultValueContainerRegistryResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: containerRegistryResults extensions: x-ms-identifiers: - message - language: &ref_2765 + language: &ref_1874 default: name: containerRegistryResults description: '' - go: - name: ContainerRegistryResults - description: '' - byValue: true protocol: {} - - schema: &ref_1219 + - schema: &ref_1139 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33425,30 +24144,21 @@ schemas: default: name: DiagnoseResponseResultValueApplicationInsightsResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: applicationInsightsResults extensions: x-ms-identifiers: - message - language: &ref_2766 + language: &ref_1875 default: name: applicationInsightsResults description: '' - go: - name: ApplicationInsightsResults - description: '' - byValue: true protocol: {} - - schema: &ref_1220 + - schema: &ref_1140 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_940 + elementType: *ref_867 extensions: x-ms-identifiers: - message @@ -33456,54 +24166,31 @@ schemas: default: name: DiagnoseResponseResultValueOtherResults description: Array of DiagnoseResult - go: - name: '[]*DiagnoseResult' - description: Array of DiagnoseResult - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: otherResults extensions: x-ms-identifiers: - message - language: &ref_2767 + language: &ref_1876 default: name: otherResults description: '' - go: - name: OtherResults - description: '' - byValue: true protocol: {} serializationFormats: - json usage: - output - extensions: - x-internal-autorest-anonymous-schema: &ref_941 - anonymous: true language: default: name: DiagnoseResponseResultValue description: '' namespace: '' - go: - name: DiagnoseResponseResultValue - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: value - extensions: - x-internal-autorest-anonymous-schema: *ref_941 - language: &ref_2755 + language: &ref_1864 default: name: value description: '' - go: - name: Value - description: '' protocol: {} serializationFormats: - json @@ -33514,113 +24201,87 @@ schemas: name: DiagnoseResponseResult description: '' namespace: '' - go: - name: DiagnoseResponseResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_942 - - *ref_940 - - &ref_1363 + - *ref_868 + - *ref_867 + - &ref_1240 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_943 + - schema: *ref_869 readOnly: true serializedName: userStorageKey extensions: x-ms-secret: true - language: &ref_2772 + language: &ref_1881 default: name: userStorageKey description: '' - go: - name: UserStorageKey - description: READ-ONLY protocol: {} - - schema: *ref_944 + - schema: *ref_870 readOnly: true serializedName: userStorageResourceId - language: &ref_2773 + language: &ref_1882 default: name: userStorageResourceId description: '' - go: - name: UserStorageResourceID - description: READ-ONLY protocol: {} - - schema: *ref_945 + - schema: *ref_871 readOnly: true serializedName: appInsightsInstrumentationKey extensions: x-ms-secret: true - language: &ref_2774 + language: &ref_1883 default: name: appInsightsInstrumentationKey description: '' - go: - name: AppInsightsInstrumentationKey - description: READ-ONLY protocol: {} - - schema: &ref_952 + - schema: &ref_878 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_946 + - schema: *ref_872 readOnly: true serializedName: location - language: &ref_2776 + language: &ref_1885 default: name: location description: '' - go: - name: Location - description: READ-ONLY protocol: {} - - schema: *ref_947 + - schema: *ref_873 readOnly: true serializedName: username - language: &ref_2777 + language: &ref_1886 default: name: username description: '' - go: - name: Username - description: READ-ONLY protocol: {} - - schema: &ref_1221 + - schema: &ref_1141 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_953 + elementType: &ref_879 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_948 + - schema: *ref_874 readOnly: true serializedName: name - language: &ref_2779 + language: &ref_1888 default: name: name description: '' - go: - name: Name - description: READ-ONLY protocol: {} - - schema: *ref_949 + - schema: *ref_875 readOnly: true serializedName: value - language: &ref_2780 + language: &ref_1889 default: name: value description: '' - go: - name: Value - description: READ-ONLY protocol: {} serializationFormats: - json @@ -33631,11 +24292,6 @@ schemas: name: Password description: '' namespace: '' - go: - name: Password - description: '' - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -33644,24 +24300,15 @@ schemas: default: name: RegistryListCredentialsResultPasswords description: Array of Password - go: - name: '[]*Password' - description: Array of Password - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: passwords extensions: x-ms-identifiers: - name - language: &ref_2778 + language: &ref_1887 default: name: passwords description: '' - go: - name: Passwords - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -33672,53 +24319,38 @@ schemas: name: RegistryListCredentialsResult description: '' namespace: '' - go: - name: RegistryListCredentialsResult - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: containerRegistryCredentials - language: &ref_2775 + language: &ref_1884 default: name: containerRegistryCredentials description: '' - go: - name: ContainerRegistryCredentials - description: READ-ONLY protocol: {} - - schema: &ref_954 + - schema: &ref_880 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_950 + - schema: *ref_876 readOnly: true serializedName: primaryAccessKey extensions: x-ms-secret: true - language: &ref_2782 + language: &ref_1891 default: name: primaryAccessKey description: '' - go: - name: PrimaryAccessKey - description: READ-ONLY protocol: {} - - schema: *ref_951 + - schema: *ref_877 readOnly: true serializedName: secondaryAccessKey extensions: x-ms-secret: true - language: &ref_2783 + language: &ref_1892 default: name: secondaryAccessKey description: '' - go: - name: SecondaryAccessKey - description: READ-ONLY protocol: {} serializationFormats: - json @@ -33729,21 +24361,13 @@ schemas: name: ListNotebookKeysResult description: '' namespace: '' - go: - name: ListNotebookKeysResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: notebookAccessKeys - language: &ref_2781 + language: &ref_1890 default: name: notebookAccessKeys description: '' - go: - name: NotebookAccessKeys - description: READ-ONLY protocol: {} serializationFormats: - json @@ -33754,121 +24378,92 @@ schemas: name: ListWorkspaceKeysResult description: '' namespace: '' - go: - name: ListWorkspaceKeysResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - *ref_952 - - *ref_953 - - *ref_954 - - &ref_1425 + - *ref_878 + - *ref_879 + - *ref_880 + - &ref_1259 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1222 + - schema: &ref_1142 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_964 + elementType: &ref_890 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_955 + - schema: *ref_881 readOnly: true serializedName: id - language: &ref_2832 + language: &ref_1941 default: name: id description: Specifies the resource ID. - go: - name: ID - description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_956 + - schema: *ref_882 readOnly: true serializedName: amlWorkspaceLocation language: default: name: amlWorkspaceLocation description: Region of the AML workspace in the id. - go: - name: AmlWorkspaceLocation - description: READ-ONLY; Region of the AML workspace in the id. protocol: {} - - schema: *ref_957 + - schema: *ref_883 readOnly: true serializedName: type - language: &ref_2833 + language: &ref_1942 default: name: type description: Specifies the resource type. - go: - name: Type - description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: *ref_958 + - schema: *ref_884 readOnly: true serializedName: unit - language: &ref_2834 + language: &ref_1943 default: name: unit description: An enum describing the unit of usage measurement. - go: - name: Unit - description: READ-ONLY; An enum describing the unit of usage measurement. protocol: {} - - schema: *ref_959 + - schema: *ref_885 readOnly: true serializedName: currentValue - language: &ref_2835 + language: &ref_1944 default: name: currentValue description: The current usage of the resource. - go: - name: CurrentValue - description: READ-ONLY; The current usage of the resource. protocol: {} - - schema: *ref_960 + - schema: *ref_886 readOnly: true serializedName: limit - language: &ref_2836 + language: &ref_1945 default: name: limit description: The maximum permitted usage of the resource. - go: - name: Limit - description: READ-ONLY; The maximum permitted usage of the resource. protocol: {} - - schema: &ref_965 + - schema: &ref_891 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_961 + - schema: *ref_887 readOnly: true serializedName: value - language: &ref_2838 + language: &ref_1947 default: name: value description: The name of the resource. - go: - name: Value - description: READ-ONLY; The name of the resource. protocol: {} - - schema: *ref_962 + - schema: *ref_888 readOnly: true serializedName: localizedValue - language: &ref_2839 + language: &ref_1948 default: name: localizedValue description: The localized name of the resource. - go: - name: LocalizedValue - description: READ-ONLY; The localized name of the resource. protocol: {} serializationFormats: - json @@ -33879,21 +24474,13 @@ schemas: name: UsageName description: The Usage Names. namespace: '' - go: - name: UsageName - description: UsageName - The Usage Names. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: name - language: &ref_2837 + language: &ref_1946 default: name: name description: The name of the type of usage. - go: - name: Name - description: READ-ONLY; The name of the type of usage. protocol: {} serializationFormats: - json @@ -33904,43 +24491,26 @@ schemas: name: Usage description: Describes AML Resource Usage. namespace: '' - go: - name: Usage - description: Usage - Describes AML Resource Usage. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ListUsagesResultValue description: The list of AML resource usages. - go: - name: '[]*Usage' - description: The list of AML resource usages. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value - language: &ref_2831 + language: &ref_1940 default: name: value description: The list of AML resource usages. - go: - name: Value - description: READ-ONLY; The list of AML resource usages. - byValue: true protocol: {} - - schema: *ref_963 + - schema: *ref_889 readOnly: true serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. - go: - name: NextLink - description: READ-ONLY; The URI to fetch the next page of AML resource usage information. Call ListNext() with this to fetch the next page of AML resource usage information. protocol: {} serializationFormats: - json @@ -33951,196 +24521,148 @@ schemas: name: ListUsagesResult description: The List Usages operation response. namespace: '' - go: - name: ListUsagesResult - description: ListUsagesResult - The List Usages operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_964 - - *ref_965 - - &ref_1432 + - *ref_890 + - *ref_891 + - &ref_1261 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1225 + - schema: &ref_1145 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_981 + elementType: &ref_907 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_966 + - schema: *ref_892 readOnly: true serializedName: name - language: &ref_2845 + language: &ref_1954 default: name: name description: The name of the virtual machine size. - go: - name: Name - description: READ-ONLY; The name of the virtual machine size. protocol: {} - - schema: *ref_967 + - schema: *ref_893 readOnly: true serializedName: family - language: &ref_2846 + language: &ref_1955 default: name: family description: The family name of the virtual machine size. - go: - name: Family - description: READ-ONLY; The family name of the virtual machine size. protocol: {} - - schema: *ref_968 + - schema: *ref_894 readOnly: true serializedName: vCPUs - language: &ref_2847 + language: &ref_1956 default: name: vCPUs description: The number of vCPUs supported by the virtual machine size. - go: - name: VCPUs - description: READ-ONLY; The number of vCPUs supported by the virtual machine size. protocol: {} - - schema: *ref_969 + - schema: *ref_895 readOnly: true serializedName: gpus - language: &ref_2848 + language: &ref_1957 default: name: gpus description: The number of gPUs supported by the virtual machine size. - go: - name: Gpus - description: READ-ONLY; The number of gPUs supported by the virtual machine size. protocol: {} - - schema: *ref_970 + - schema: *ref_896 readOnly: true serializedName: osVhdSizeMB - language: &ref_2849 + language: &ref_1958 default: name: osVhdSizeMB description: The OS VHD disk size, in MB, allowed by the virtual machine size. - go: - name: OSVhdSizeMB - description: READ-ONLY; The OS VHD disk size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_971 + - schema: *ref_897 readOnly: true serializedName: maxResourceVolumeMB - language: &ref_2850 + language: &ref_1959 default: name: maxResourceVolumeMB description: The resource volume size, in MB, allowed by the virtual machine size. - go: - name: MaxResourceVolumeMB - description: READ-ONLY; The resource volume size, in MB, allowed by the virtual machine size. protocol: {} - - schema: *ref_972 + - schema: *ref_898 readOnly: true serializedName: memoryGB - language: &ref_2851 + language: &ref_1960 default: name: memoryGB description: The amount of memory, in GB, supported by the virtual machine size. - go: - name: MemoryGB - description: READ-ONLY; The amount of memory, in GB, supported by the virtual machine size. protocol: {} - - schema: *ref_973 + - schema: *ref_899 readOnly: true serializedName: lowPriorityCapable - language: &ref_2852 + language: &ref_1961 default: name: lowPriorityCapable description: Specifies if the virtual machine size supports low priority VMs. - go: - name: LowPriorityCapable - description: READ-ONLY; Specifies if the virtual machine size supports low priority VMs. protocol: {} - - schema: *ref_974 + - schema: *ref_900 readOnly: true serializedName: premiumIO - language: &ref_2853 + language: &ref_1962 default: name: premiumIO description: Specifies if the virtual machine size supports premium IO. - go: - name: PremiumIO - description: READ-ONLY; Specifies if the virtual machine size supports premium IO. protocol: {} - - schema: &ref_982 + - schema: &ref_908 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_975 + - schema: *ref_901 required: true serializedName: billingCurrency - language: &ref_2855 + language: &ref_1964 default: name: billingCurrency description: 'Three lettered code specifying the currency of the VM price. Example: USD' - go: - name: BillingCurrency - description: 'REQUIRED; Three lettered code specifying the currency of the VM price. Example: USD' protocol: {} - - schema: *ref_976 + - schema: *ref_902 required: true serializedName: unitOfMeasure - language: &ref_2856 + language: &ref_1965 default: name: unitOfMeasure description: 'The unit of time measurement for the specified VM price. Example: OneHour' - go: - name: UnitOfMeasure - description: 'REQUIRED; The unit of time measurement for the specified VM price. Example: OneHour' protocol: {} - - schema: &ref_1223 + - schema: &ref_1143 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_983 + elementType: &ref_909 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_977 + - schema: *ref_903 required: true serializedName: retailPrice - language: &ref_2858 + language: &ref_1967 default: name: retailPrice description: The price charged for using the VM. - go: - name: RetailPrice - description: REQUIRED; The price charged for using the VM. protocol: {} - - schema: *ref_978 + - schema: *ref_904 required: true serializedName: osType - language: &ref_2859 + language: &ref_1968 default: name: osType description: Operating system type used by the VM. - go: - name: OSType - description: REQUIRED; Operating system type used by the VM. protocol: {} - - schema: *ref_979 + - schema: *ref_905 required: true serializedName: vmTier - language: &ref_2860 + language: &ref_1969 default: name: vmTier description: The type of the VM. - go: - name: VMTier - description: REQUIRED; The type of the VM. protocol: {} serializationFormats: - json @@ -34151,11 +24673,6 @@ schemas: name: EstimatedVMPrice description: The estimated price info for using a VM of a particular OS type, tier, etc. namespace: '' - go: - name: EstimatedVMPrice - description: EstimatedVMPrice - The estimated price info for using a VM of a particular OS type, tier, etc. - marshallingFormat: json - namespace: '' protocol: {} summary: List of estimated VM prices. extensions: @@ -34164,24 +24681,15 @@ schemas: default: name: EstimatedVMPricesValues description: The list of estimated prices for using a VM of a particular OS type, tier, etc. - go: - name: '[]*EstimatedVMPrice' - description: The list of estimated prices for using a VM of a particular OS type, tier, etc. - elementIsPtr: true - marshallingFormat: json protocol: {} required: true serializedName: values extensions: x-ms-identifiers: [] - language: &ref_2857 + language: &ref_1966 default: name: values description: The list of estimated prices for using a VM of a particular OS type, tier, etc. - go: - name: Values - description: REQUIRED; The list of estimated prices for using a VM of a particular OS type, tier, etc. - byValue: true protocol: {} serializationFormats: - json @@ -34192,47 +24700,29 @@ schemas: name: EstimatedVMPrices description: The estimated price info for using a VM. namespace: '' - go: - name: EstimatedVMPrices - description: EstimatedVMPrices - The estimated price info for using a VM. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: estimatedVMPrices - language: &ref_2854 + language: &ref_1963 default: name: estimatedVMPrices description: The estimated price information for using a VM. - go: - name: EstimatedVMPrices - description: The estimated price information for using a VM. protocol: {} - - schema: &ref_1224 + - schema: &ref_1144 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_980 + elementType: *ref_906 summary: Supported Compute Types language: default: name: VirtualMachineSizeSupportedComputeTypes description: Specifies the compute types supported by the virtual machine size. - go: - name: '[]*string' - description: Specifies the compute types supported by the virtual machine size. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: supportedComputeTypes - language: &ref_2861 + language: &ref_1970 default: name: supportedComputeTypes description: Specifies the compute types supported by the virtual machine size. - go: - name: SupportedComputeTypes - description: Specifies the compute types supported by the virtual machine size. - byValue: true protocol: {} serializationFormats: - json @@ -34243,12 +24733,6 @@ schemas: name: VirtualMachineSize description: Describes the properties of a VM size. namespace: '' - go: - name: VirtualMachineSize - description: VirtualMachineSize - Describes the properties of a VM size. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -34257,24 +24741,15 @@ schemas: default: name: VirtualMachineSizeListResultValue description: The list of virtual machine sizes supported by AmlCompute. - go: - name: '[]*VirtualMachineSize' - description: The list of virtual machine sizes supported by AmlCompute. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value extensions: x-ms-identifiers: - name - language: &ref_2844 + language: &ref_1953 default: name: value description: The list of virtual machine sizes supported by AmlCompute. - go: - name: Value - description: The list of virtual machine sizes supported by AmlCompute. - byValue: true protocol: {} serializationFormats: - json @@ -34285,69 +24760,51 @@ schemas: name: VirtualMachineSizeListResult description: The List Virtual Machine size operation response. namespace: '' - go: - name: VirtualMachineSizeListResult - description: VirtualMachineSizeListResult - The List Virtual Machine size operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_981 - - *ref_982 - - *ref_983 - - &ref_1438 + - *ref_907 + - *ref_908 + - *ref_909 + - &ref_1262 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1226 + - schema: &ref_1146 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_989 + elementType: &ref_915 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_984 + - schema: *ref_910 serializedName: id - language: &ref_2867 + language: &ref_1976 default: name: id description: Specifies the resource ID. - go: - name: ID - description: Specifies the resource ID. protocol: {} - - schema: *ref_985 + - schema: *ref_911 serializedName: type - language: &ref_2868 + language: &ref_1977 default: name: type description: Specifies the resource type. - go: - name: Type - description: Specifies the resource type. protocol: {} - - schema: *ref_986 + - schema: *ref_912 serializedName: limit - language: &ref_2869 + language: &ref_1978 default: name: limit description: The maximum permitted quota of the resource. - go: - name: Limit - description: The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_913 serializedName: unit - language: &ref_2870 + language: &ref_1979 default: name: unit description: An enum describing the unit of quota measurement. - go: - name: Unit - description: An enum describing the unit of quota measurement. protocol: {} serializationFormats: - json @@ -34358,41 +24815,24 @@ schemas: name: QuotaBaseProperties description: The properties for Quota update or retrieval. namespace: '' - go: - name: QuotaBaseProperties - description: QuotaBaseProperties - The properties for Quota update or retrieval. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: QuotaUpdateParametersValue description: The list for update quota. - go: - name: '[]*QuotaBaseProperties' - description: The list for update quota. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_2866 + language: &ref_1975 default: name: value description: The list for update quota. - go: - name: Value - description: The list for update quota. - byValue: true protocol: {} - - schema: *ref_988 + - schema: *ref_914 serializedName: location language: default: name: location description: Region of workspace quota to be updated. - go: - name: Location - description: Region of workspace quota to be updated. protocol: {} serializationFormats: - json @@ -34403,81 +24843,60 @@ schemas: name: QuotaUpdateParameters description: Quota update parameters. namespace: '' - go: - name: QuotaUpdateParameters - description: QuotaUpdateParameters - Quota update parameters. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_989 - - &ref_1442 + - *ref_915 + - &ref_1266 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1227 + - schema: &ref_1147 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_995 + elementType: &ref_921 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_990 + - schema: *ref_916 readOnly: true serializedName: id - language: &ref_2873 + language: &ref_1982 default: name: id description: Specifies the resource ID. - go: - name: ID - description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_991 + - schema: *ref_917 readOnly: true serializedName: type - language: &ref_2874 + language: &ref_1983 default: name: type description: Specifies the resource type. - go: - name: Type - description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: *ref_992 + - schema: *ref_918 serializedName: limit - language: &ref_2875 + language: &ref_1984 default: name: limit description: The maximum permitted quota of the resource. - go: - name: Limit - description: The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_913 readOnly: true serializedName: unit - language: &ref_2876 + language: &ref_1985 default: name: unit description: An enum describing the unit of quota measurement. - go: - name: Unit - description: READ-ONLY; An enum describing the unit of quota measurement. protocol: {} - - schema: *ref_993 + - schema: *ref_919 readOnly: false serializedName: status - language: &ref_2877 + language: &ref_1986 default: name: status description: Status of update workspace quota. - go: - name: Status - description: Status of update workspace quota. protocol: {} serializationFormats: - json @@ -34488,43 +24907,26 @@ schemas: name: UpdateWorkspaceQuotas description: The properties for update Quota response. namespace: '' - go: - name: UpdateWorkspaceQuotas - description: UpdateWorkspaceQuotas - The properties for update Quota response. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: UpdateWorkspaceQuotasResultValue description: The list of workspace quota update result. - go: - name: '[]*UpdateWorkspaceQuotas' - description: The list of workspace quota update result. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value - language: &ref_2872 + language: &ref_1981 default: name: value description: The list of workspace quota update result. - go: - name: Value - description: READ-ONLY; The list of workspace quota update result. - byValue: true protocol: {} - - schema: *ref_994 + - schema: *ref_920 readOnly: true serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. - go: - name: NextLink - description: READ-ONLY; The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. protocol: {} serializationFormats: - json @@ -34535,87 +24937,66 @@ schemas: name: UpdateWorkspaceQuotasResult description: The result of update workspace quota. namespace: '' - go: - name: UpdateWorkspaceQuotasResult - description: UpdateWorkspaceQuotasResult - The result of update workspace quota. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_995 - - &ref_1449 + - *ref_921 + - &ref_1268 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1228 + - schema: &ref_1148 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1003 + elementType: &ref_929 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_996 + - schema: *ref_922 readOnly: true serializedName: id - language: &ref_2883 + language: &ref_1992 default: name: id description: Specifies the resource ID. - go: - name: ID - description: READ-ONLY; Specifies the resource ID. protocol: {} - - schema: *ref_997 + - schema: *ref_923 readOnly: true serializedName: amlWorkspaceLocation language: default: name: amlWorkspaceLocation description: Region of the AML workspace in the id. - go: - name: AmlWorkspaceLocation - description: READ-ONLY; Region of the AML workspace in the id. protocol: {} - - schema: *ref_998 + - schema: *ref_924 readOnly: true serializedName: type - language: &ref_2884 + language: &ref_1993 default: name: type description: Specifies the resource type. - go: - name: Type - description: READ-ONLY; Specifies the resource type. protocol: {} - - schema: &ref_1004 + - schema: &ref_930 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_999 + - schema: *ref_925 readOnly: true serializedName: value - language: &ref_2886 + language: &ref_1995 default: name: value description: The name of the resource. - go: - name: Value - description: READ-ONLY; The name of the resource. protocol: {} - - schema: *ref_1000 + - schema: *ref_926 readOnly: true serializedName: localizedValue - language: &ref_2887 + language: &ref_1996 default: name: localizedValue description: The localized name of the resource. - go: - name: LocalizedValue - description: READ-ONLY; The localized name of the resource. protocol: {} serializationFormats: - json @@ -34626,43 +25007,29 @@ schemas: name: ResourceName description: The Resource Name. namespace: '' - go: - name: ResourceName - description: ResourceName - The Resource Name. - marshallingFormat: json - namespace: '' protocol: {} readOnly: true serializedName: name - language: &ref_2885 + language: &ref_1994 default: name: name description: Name of the resource. - go: - name: Name - description: READ-ONLY; Name of the resource. protocol: {} - - schema: *ref_1001 + - schema: *ref_927 readOnly: true serializedName: limit - language: &ref_2888 + language: &ref_1997 default: name: limit description: The maximum permitted quota of the resource. - go: - name: Limit - description: READ-ONLY; The maximum permitted quota of the resource. protocol: {} - - schema: *ref_987 + - schema: *ref_913 readOnly: true serializedName: unit - language: &ref_2889 + language: &ref_1998 default: name: unit description: An enum describing the unit of quota measurement. - go: - name: Unit - description: READ-ONLY; An enum describing the unit of quota measurement. protocol: {} serializationFormats: - json @@ -34673,43 +25040,26 @@ schemas: name: ResourceQuota description: The quota assigned to a resource. namespace: '' - go: - name: ResourceQuota - description: ResourceQuota - The quota assigned to a resource. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ListWorkspaceQuotasValue description: The list of Workspace Quotas by VM Family - go: - name: '[]*ResourceQuota' - description: The list of Workspace Quotas by VM Family - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value - language: &ref_2882 + language: &ref_1991 default: name: value description: The list of Workspace Quotas by VM Family - go: - name: Value - description: READ-ONLY; The list of Workspace Quotas by VM Family - byValue: true protocol: {} - - schema: *ref_1002 + - schema: *ref_928 readOnly: true serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. - go: - name: NextLink - description: READ-ONLY; The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. protocol: {} serializationFormats: - json @@ -34720,54 +25070,36 @@ schemas: name: ListWorkspaceQuotas description: The List WorkspaceQuotasByVMFamily operation response. namespace: '' - go: - name: ListWorkspaceQuotas - description: ListWorkspaceQuotas - The List WorkspaceQuotasByVMFamily operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1003 - - *ref_1004 - - &ref_1460 + - *ref_929 + - *ref_930 + - &ref_1272 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1230 + - schema: &ref_1150 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_90 + elementType: *ref_88 language: default: name: PaginatedComputeResourcesListValue description: An array of Machine Learning compute objects wrapped in ARM resource envelope. - go: - name: '[]*ComputeResource' - description: An array of Machine Learning compute objects wrapped in ARM resource envelope. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_2894 + language: &ref_2003 default: name: value description: An array of Machine Learning compute objects wrapped in ARM resource envelope. - go: - name: Value - description: An array of Machine Learning compute objects wrapped in ARM resource envelope. - byValue: true protocol: {} - - schema: *ref_1005 + - schema: *ref_931 serializedName: nextLink - language: &ref_2905 + language: &ref_2014 default: name: nextLink description: A continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -34778,40 +25110,31 @@ schemas: name: PaginatedComputeResourcesList description: Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. namespace: '' - go: - name: PaginatedComputeResourcesList - description: PaginatedComputeResourcesList - Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_90 - - *ref_275 - - *ref_93 - - &ref_1485 + - *ref_88 + - *ref_263 + - *ref_89 + - &ref_1281 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1007 + - schema: &ref_933 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1008 + - schema: &ref_934 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1006 + - schema: *ref_932 serializedName: scaleSettings - language: &ref_3006 + language: &ref_2115 default: name: scaleSettings description: scale settings for AML Compute - go: - name: ScaleSettings - description: scale settings for AML Compute protocol: {} serializationFormats: - json @@ -34822,20 +25145,12 @@ schemas: name: ScaleSettingsInformation description: Desired scale settings for the amlCompute. namespace: '' - go: - name: ScaleSettingsInformation - description: ScaleSettingsInformation - Desired scale settings for the amlCompute. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_3005 + language: &ref_2114 default: name: properties description: Properties of ClusterUpdate - go: - name: Properties - description: Properties of ClusterUpdate protocol: {} serializationFormats: - json @@ -34846,22 +25161,14 @@ schemas: name: ClusterUpdateProperties description: The properties of a amlCompute that need to be updated. namespace: '' - go: - name: ClusterUpdateProperties - description: ClusterUpdateProperties - The properties of a amlCompute that need to be updated. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_3004 + language: &ref_2113 default: name: properties description: The properties of the amlCompute. - go: - name: Properties - description: The properties of the amlCompute. protocol: {} serializationFormats: - json @@ -34872,95 +25179,71 @@ schemas: name: ClusterUpdateParameters description: AmlCompute update parameters. namespace: '' - go: - name: ClusterUpdateParameters - description: ClusterUpdateParameters - AmlCompute update parameters. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1007 - - *ref_1008 - - *ref_1006 - - &ref_1513 + - *ref_933 + - *ref_934 + - *ref_932 + - &ref_1297 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1231 + - schema: &ref_1151 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1016 + elementType: &ref_942 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1009 + - schema: *ref_935 readOnly: true serializedName: nodeId - language: &ref_3021 + language: &ref_2130 default: name: nodeId description: ID of the compute node. - go: - name: NodeID - description: READ-ONLY; ID of the compute node. protocol: {} - - schema: *ref_1010 + - schema: *ref_936 readOnly: true serializedName: privateIpAddress - language: &ref_3022 + language: &ref_2131 default: name: privateIpAddress description: Private IP address of the compute node. - go: - name: PrivateIPAddress - description: READ-ONLY; Private IP address of the compute node. protocol: {} - - schema: *ref_1011 + - schema: *ref_937 readOnly: true serializedName: publicIpAddress - language: &ref_3023 + language: &ref_2132 default: name: publicIpAddress description: Public IP address of the compute node. - go: - name: PublicIPAddress - description: READ-ONLY; Public IP address of the compute node. protocol: {} - - schema: *ref_1012 + - schema: *ref_938 readOnly: true serializedName: port - language: &ref_3024 + language: &ref_2133 default: name: port description: SSH port number of the node. - go: - name: Port - description: READ-ONLY; SSH port number of the node. protocol: {} - - schema: *ref_1013 + - schema: *ref_939 readOnly: true serializedName: nodeState - language: &ref_3025 + language: &ref_2134 default: name: nodeState description: State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. - go: - name: NodeState - description: READ-ONLY; State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. protocol: {} - - schema: *ref_1014 + - schema: *ref_940 readOnly: true serializedName: runId - language: &ref_3026 + language: &ref_2135 default: name: runId description: ID of the Experiment running on the node, if any else null. - go: - name: RunID - description: READ-ONLY; ID of the Experiment running on the node, if any else null. protocol: {} serializationFormats: - json @@ -34971,11 +25254,6 @@ schemas: name: AmlComputeNodeInformation description: Compute node information related to a AmlCompute. namespace: '' - go: - name: AmlComputeNodeInformation - description: AmlComputeNodeInformation - Compute node information related to a AmlCompute. - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -34984,36 +25262,24 @@ schemas: default: name: AmlComputeNodesInformationNodes description: The collection of returned AmlCompute nodes details. - go: - name: '[]*AmlComputeNodeInformation' - description: The collection of returned AmlCompute nodes details. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: nodes extensions: x-ms-identifiers: - nodeId - language: &ref_3020 + language: &ref_2129 default: name: nodes description: The collection of returned AmlCompute nodes details. - go: - name: Nodes - description: READ-ONLY; The collection of returned AmlCompute nodes details. - byValue: true protocol: {} - - schema: *ref_1015 + - schema: *ref_941 readOnly: true serializedName: nextLink - language: &ref_3027 + language: &ref_2136 default: name: nextLink description: The continuation token. - go: - name: NextLink - description: READ-ONLY; The continuation token. protocol: {} serializationFormats: - json @@ -35024,53 +25290,38 @@ schemas: name: AmlComputeNodesInformation description: Result of AmlCompute Nodes namespace: '' - go: - name: AmlComputeNodesInformation - description: AmlComputeNodesInformation - Result of AmlCompute Nodes - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1016 - - &ref_1385 + - *ref_942 + - &ref_1246 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1017 + - schema: *ref_943 readOnly: true serializedName: notebookResourceId - language: &ref_2793 + language: &ref_1902 default: name: notebookResourceId description: '' - go: - name: NotebookResourceID - description: READ-ONLY protocol: {} - - schema: *ref_1018 + - schema: *ref_944 readOnly: true serializedName: hostName - language: &ref_2794 + language: &ref_1903 default: name: hostName description: '' - go: - name: HostName - description: READ-ONLY protocol: {} - - schema: *ref_1019 + - schema: *ref_945 readOnly: true serializedName: publicDns - language: &ref_2795 + language: &ref_1904 default: name: publicDns description: '' - go: - name: PublicDNS - description: READ-ONLY protocol: {} - - schema: *ref_1020 + - schema: *ref_946 readOnly: true serializedName: accessToken extensions: @@ -35079,33 +25330,24 @@ schemas: default: name: accessToken description: '' - go: - name: AccessToken - description: READ-ONLY protocol: {} - - schema: *ref_1021 + - schema: *ref_947 readOnly: true serializedName: tokenType - language: &ref_2796 + language: &ref_1905 default: name: tokenType description: '' - go: - name: TokenType - description: READ-ONLY protocol: {} - - schema: *ref_1022 + - schema: *ref_948 readOnly: true serializedName: expiresIn - language: &ref_2797 + language: &ref_1906 default: name: expiresIn description: '' - go: - name: ExpiresIn - description: READ-ONLY protocol: {} - - schema: *ref_1023 + - schema: *ref_949 readOnly: true serializedName: refreshToken extensions: @@ -35114,20 +25356,14 @@ schemas: default: name: refreshToken description: '' - go: - name: RefreshToken - description: READ-ONLY protocol: {} - - schema: *ref_1024 + - schema: *ref_950 readOnly: true serializedName: scope - language: &ref_2798 + language: &ref_1907 default: name: scope description: '' - go: - name: Scope - description: READ-ONLY protocol: {} serializationFormats: - json @@ -35138,84 +25374,65 @@ schemas: name: NotebookAccessTokenResult description: '' namespace: '' - go: - name: NotebookAccessTokenResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1025 + - &ref_951 type: object apiVersions: - version: 2022-02-01-preview - children: &ref_1524 + children: all: - - &ref_1026 + - &ref_952 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeAKS + discriminatorValue: AKS parents: all: - - *ref_1025 - - &ref_1030 + - *ref_951 + - &ref_956 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1026 + - *ref_952 immediate: - - *ref_1026 + - *ref_952 properties: - - schema: *ref_1027 + - schema: *ref_953 serializedName: userKubeConfig - language: &ref_3036 + language: &ref_2145 default: name: userKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. - go: - name: UserKubeConfig - description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - schema: *ref_1028 + - schema: *ref_954 serializedName: adminKubeConfig - language: &ref_3037 + language: &ref_2146 default: name: adminKubeConfig description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. - go: - name: AdminKubeConfig - description: Content of kubeconfig file that can be used to connect to the Kubernetes cluster. protocol: {} - - schema: *ref_1029 + - schema: *ref_955 serializedName: imagePullSecretName - language: &ref_3038 + language: &ref_2147 default: name: imagePullSecretName description: Image registry pull secret. - go: - name: ImagePullSecretName - description: Image registry pull secret. protocol: {} serializationFormats: - json usage: - output - language: &ref_3035 + language: &ref_2144 default: name: AksComputeSecretsProperties description: Properties of AksComputeSecrets namespace: '' - go: - name: AksComputeSecretsProperties - description: AksComputeSecretsProperties - Properties of AksComputeSecrets - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1030 + - *ref_951 + - *ref_956 serializationFormats: - json usage: @@ -35227,39 +25444,31 @@ schemas: name: AksComputeSecrets description: Secrets related to a Machine Learning compute based on AKS. namespace: '' - go: - name: AksComputeSecrets - description: AksComputeSecrets - Secrets related to a Machine Learning compute based on AKS. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1031 + - &ref_957 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeVirtualMachine + discriminatorValue: VirtualMachine parents: all: - - *ref_1025 - - &ref_1032 + - *ref_951 + - &ref_958 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1031 + - *ref_957 immediate: - - *ref_1031 + - *ref_957 properties: - - schema: *ref_236 + - schema: *ref_230 serializedName: administratorAccount language: default: name: administratorAccount description: Admin credentials for virtual machine. - go: - name: AdministratorAccount - description: Admin credentials for virtual machine. protocol: {} serializationFormats: - json @@ -35270,15 +25479,10 @@ schemas: name: VirtualMachineSecretsSchema description: '' namespace: '' - go: - name: VirtualMachineSecretsSchema - description: '' - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1032 + - *ref_951 + - *ref_958 serializationFormats: - json usage: @@ -35290,39 +25494,31 @@ schemas: name: VirtualMachineSecrets description: Secrets related to a Machine Learning compute based on AKS. namespace: '' - go: - name: VirtualMachineSecrets - description: VirtualMachineSecrets - Secrets related to a Machine Learning compute based on AKS. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1033 + - &ref_959 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ComputeTypeDatabricks + discriminatorValue: Databricks parents: all: - - *ref_1025 - - &ref_1035 + - *ref_951 + - &ref_961 type: object apiVersions: - version: 2022-02-01-preview children: all: - - *ref_1033 + - *ref_959 immediate: - - *ref_1033 + - *ref_959 properties: - - schema: *ref_1034 + - schema: *ref_960 serializedName: databricksAccessToken language: default: name: databricksAccessToken description: access token for databricks account. - go: - name: DatabricksAccessToken - description: access token for databricks account. protocol: {} serializationFormats: - json @@ -35333,15 +25529,10 @@ schemas: name: DatabricksComputeSecretsProperties description: Properties of Databricks Compute Secrets namespace: '' - go: - name: DatabricksComputeSecretsProperties - description: DatabricksComputeSecretsProperties - Properties of Databricks Compute Secrets - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_1025 - - *ref_1035 + - *ref_951 + - *ref_961 serializationFormats: - json usage: @@ -35353,91 +25544,62 @@ schemas: name: DatabricksComputeSecrets description: Secrets related to a Machine Learning compute based on Databricks. namespace: '' - go: - name: DatabricksComputeSecrets - description: DatabricksComputeSecrets - Secrets related to a Machine Learning compute based on Databricks. - marshallingFormat: json - namespace: '' protocol: {} immediate: - - *ref_1026 - - *ref_1031 - - *ref_1033 - discriminator: &ref_1525 + - *ref_952 + - *ref_957 + - *ref_959 + discriminator: all: - AKS: *ref_1026 - Databricks: *ref_1033 - VirtualMachine: *ref_1031 + AKS: *ref_952 + Databricks: *ref_959 + VirtualMachine: *ref_957 immediate: - AKS: *ref_1026 - Databricks: *ref_1033 - VirtualMachine: *ref_1031 - property: &ref_1036 - schema: *ref_242 + AKS: *ref_952 + Databricks: *ref_959 + VirtualMachine: *ref_957 + property: &ref_962 + schema: *ref_253 isDiscriminator: true required: true serializedName: computeType - language: &ref_3034 + language: &ref_2143 default: name: computeType description: The type of compute - go: - name: ComputeType - description: REQUIRED; The type of compute protocol: {} properties: - - *ref_1036 + - *ref_962 serializationFormats: - json usage: - output - language: &ref_3033 + language: &ref_2142 default: name: ComputeSecrets description: Secrets related to a Machine Learning compute. Might differ for every type of compute. namespace: '' - go: - name: ComputeSecrets - description: ComputeSecrets - Secrets related to a Machine Learning compute. Might differ for every type of compute. - discriminatorInterface: ComputeSecretsClassification - discriminatorTypes: - - '*AksComputeSecrets' - - '*ComputeSecrets' - - '*DatabricksComputeSecrets' - - '*VirtualMachineSecrets' - marshallingFormat: json - namespace: '' - rootDiscriminator: true protocol: {} - - &ref_1556 + - &ref_1312 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1232 + - schema: &ref_1152 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_846 + elementType: *ref_773 language: default: name: PrivateEndpointConnectionListResultValue description: Array of private endpoint connections - go: - name: '[]*PrivateEndpointConnection' - description: Array of private endpoint connections - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3055 + language: &ref_2164 default: name: value description: Array of private endpoint connections - go: - name: Value - description: Array of private endpoint connections - byValue: true protocol: {} serializationFormats: - json @@ -35448,42 +25610,27 @@ schemas: name: PrivateEndpointConnectionListResult description: List of private endpoint connection associated with the specified workspace namespace: '' - go: - name: PrivateEndpointConnectionListResult - description: PrivateEndpointConnectionListResult - List of private endpoint connection associated with the specified workspace - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1588 + - &ref_1326 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1235 + - schema: &ref_1155 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_847 + elementType: *ref_774 language: default: name: PrivateLinkResourceListResultValue description: Array of private link resources - go: - name: '[]*PrivateLinkResource' - description: Array of private link resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3076 + language: &ref_2185 default: name: value description: Array of private link resources - go: - name: Value - description: Array of private link resources - byValue: true protocol: {} serializationFormats: - json @@ -35494,32 +25641,23 @@ schemas: name: PrivateLinkResourceListResult description: A list of private link resources namespace: '' - go: - name: PrivateLinkResourceListResult - description: PrivateLinkResourceListResult - A list of private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_847 - - *ref_1037 - - &ref_1402 + - *ref_774 + - *ref_963 + - &ref_1251 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1038 + - schema: *ref_964 readOnly: true serializedName: userStorageKey extensions: x-ms-secret: true - language: &ref_2812 + language: &ref_1921 default: name: userStorageKey description: '' - go: - name: UserStorageKey - description: READ-ONLY protocol: {} serializationFormats: - json @@ -35530,51 +25668,34 @@ schemas: name: ListStorageAccountKeysResult description: '' namespace: '' - go: - name: ListStorageAccountKeysResult - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_1601 + - &ref_1331 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1236 + - schema: &ref_1156 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_848 + elementType: *ref_775 language: default: name: PaginatedWorkspaceConnectionsListValue description: An array of Workspace connection objects. - go: - name: '[]*WorkspaceConnection' - description: An array of Workspace connection objects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3087 + language: &ref_2196 default: name: value description: An array of Workspace connection objects. - go: - name: Value - description: An array of Workspace connection objects. - byValue: true protocol: {} - - schema: *ref_1039 + - schema: *ref_965 serializedName: nextLink language: default: name: nextLink description: A continuation link (absolute URI) to the next page of results in the list. - go: - name: NextLink - description: A continuation link (absolute URI) to the next page of results in the list. protocol: {} serializationFormats: - json @@ -35585,81 +25706,66 @@ schemas: name: PaginatedWorkspaceConnectionsList description: Paginated list of Workspace connection objects. namespace: '' - go: - name: PaginatedWorkspaceConnectionsList - description: PaginatedWorkspaceConnectionsList - Paginated list of Workspace connection objects. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_848 - - *ref_1040 - - &ref_1417 + - *ref_775 + - *ref_966 + - &ref_1256 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1239 + - schema: &ref_1159 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1044 + elementType: &ref_970 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1045 + - schema: &ref_971 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1041 + - schema: *ref_967 serializedName: category - language: &ref_2823 + language: &ref_1932 default: name: category description: '' - go: - name: Category - description: '' protocol: {} - - schema: &ref_1238 + - schema: &ref_1158 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1046 + elementType: &ref_972 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1042 + - schema: *ref_968 serializedName: domainName - language: &ref_2825 + language: &ref_1934 default: name: domainName description: '' - go: - name: DomainName - description: '' protocol: {} - - schema: &ref_1237 + - schema: &ref_1157 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1047 + elementType: &ref_973 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1043 + - schema: *ref_969 serializedName: port - language: &ref_2827 + language: &ref_1936 default: name: port description: '' - go: - name: Port - description: '' protocol: {} serializationFormats: - json @@ -35670,11 +25776,6 @@ schemas: name: FQDNEndpointDetail description: '' namespace: '' - go: - name: FQDNEndpointDetail - description: '' - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -35683,24 +25784,15 @@ schemas: default: name: FQDNEndpointDetails description: Array of FQDNEndpointDetail - go: - name: '[]*FQDNEndpointDetail' - description: Array of FQDNEndpointDetail - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: endpointDetails extensions: x-ms-identifiers: - port - language: &ref_2826 + language: &ref_1935 default: name: endpointDetails description: '' - go: - name: EndpointDetails - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -35711,12 +25803,6 @@ schemas: name: FQDNEndpoint description: '' namespace: '' - go: - name: FQDNEndpoint - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -35725,24 +25811,15 @@ schemas: default: name: FQDNEndpointsPropertiesEndpoints description: Array of FQDNEndpoint - go: - name: '[]*FQDNEndpoint' - description: Array of FQDNEndpoint - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: endpoints extensions: x-ms-identifiers: - domainName - language: &ref_2824 + language: &ref_1933 default: name: endpoints description: '' - go: - name: Endpoints - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -35753,21 +25830,12 @@ schemas: name: FQDNEndpointsProperties description: '' namespace: '' - go: - name: FQDNEndpointsProperties - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_2822 + language: &ref_1931 default: name: properties description: '' - go: - name: Properties - description: '' protocol: {} serializationFormats: - json @@ -35778,11 +25846,6 @@ schemas: name: FQDNEndpoints description: '' namespace: '' - go: - name: FQDNEndpoints - description: '' - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: @@ -35791,24 +25854,15 @@ schemas: default: name: ExternalFQDNResponseValue description: Array of FQDNEndpoints - go: - name: '[]*FQDNEndpoints' - description: Array of FQDNEndpoints - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value extensions: x-ms-identifiers: - /properties/category - language: &ref_2821 + language: &ref_1930 default: name: value description: '' - go: - name: Value - description: '' - byValue: true protocol: {} serializationFormats: - json @@ -35819,56 +25873,38 @@ schemas: name: ExternalFQDNResponse description: '' namespace: '' - go: - name: ExternalFQDNResponse - description: '' - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1044 - - *ref_1045 - - *ref_1046 - - *ref_1047 - - &ref_1636 + - *ref_970 + - *ref_971 + - *ref_972 + - *ref_973 + - &ref_1347 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1048 + - schema: *ref_974 serializedName: nextLink - language: &ref_3114 + language: &ref_2223 default: name: nextLink description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of BatchEndpoint objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1240 + - schema: &ref_1160 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_386 + elementType: *ref_364 language: default: name: BatchEndpointTrackedResourceArmPaginatedResultValue description: An array of objects of type BatchEndpoint. - go: - name: '[]*BatchEndpointData' - description: An array of objects of type BatchEndpoint. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3115 + language: &ref_2224 default: name: value description: An array of objects of type BatchEndpoint. - go: - name: Value - description: An array of objects of type BatchEndpoint. - byValue: true protocol: {} serializationFormats: - json @@ -35879,57 +25915,38 @@ schemas: name: BatchEndpointTrackedResourceArmPaginatedResult description: A paginated list of BatchEndpoint entities. namespace: '' - go: - name: BatchEndpointTrackedResourceArmPaginatedResult - description: BatchEndpointTrackedResourceArmPaginatedResult - A paginated list of BatchEndpoint entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_386 - - *ref_292 - - *ref_1049 - - *ref_293 - - *ref_1050 - - *ref_290 - - &ref_1659 + - *ref_364 + - *ref_280 + - *ref_975 + - *ref_281 + - *ref_976 + - *ref_278 + - &ref_1357 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1059 + - schema: &ref_985 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_80 + - schema: *ref_78 serializedName: type - language: &ref_3161 + language: &ref_2270 default: name: type description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Type - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1051 + - schema: *ref_977 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3162 + language: &ref_2271 default: name: userAssignedIdentities description: >- The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. - go: - name: UserAssignedIdentities - description: |- - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: - '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in - requests. - byValue: true protocol: {} serializationFormats: - json @@ -35940,59 +25957,41 @@ schemas: name: PartialManagedServiceIdentity description: Managed service identity (system assigned and/or user assigned identities) namespace: '' - go: - name: PartialManagedServiceIdentity - description: PartialManagedServiceIdentity - Managed service identity (system assigned and/or user assigned identities) - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity - language: &ref_3160 + language: &ref_2269 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1052 + - schema: *ref_978 serializedName: kind - language: &ref_3164 + language: &ref_2273 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1053 + - schema: *ref_979 serializedName: location - language: &ref_3165 + language: &ref_2274 default: name: location description: The geo-location where the resource lives. - go: - name: Location - description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1060 + - schema: &ref_986 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1049 + - schema: *ref_975 nullable: true serializedName: defaults extensions: x-nullable: true - language: &ref_3167 + language: &ref_2276 default: name: defaults description: Default values for Batch Endpoint - go: - name: Defaults - description: Default values for Batch Endpoint protocol: {} serializationFormats: - json @@ -36003,75 +26002,52 @@ schemas: name: PartialBatchEndpoint description: Mutable Batch endpoint configuration namespace: '' - go: - name: PartialBatchEndpoint - description: PartialBatchEndpoint - Mutable Batch endpoint configuration - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_3166 + language: &ref_2275 default: name: properties description: Additional attributes of the entity. - go: - name: Properties - description: Additional attributes of the entity. protocol: {} - - schema: &ref_1061 + - schema: &ref_987 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1054 + - schema: *ref_980 serializedName: capacity - language: &ref_3169 + language: &ref_2278 default: name: capacity description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. - go: - name: Capacity - description: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. protocol: {} - - schema: *ref_1055 + - schema: *ref_981 serializedName: family - language: &ref_3170 + language: &ref_2279 default: name: family description: If the service has different generations of hardware, for the same SKU, then that can be captured here. - go: - name: Family - description: If the service has different generations of hardware, for the same SKU, then that can be captured here. protocol: {} - - schema: *ref_1056 + - schema: *ref_982 serializedName: name - language: &ref_3171 + language: &ref_2280 default: name: name description: The name of the SKU. Ex - P3. It is typically a letter+number code. - go: - name: Name - description: The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - schema: *ref_1057 + - schema: *ref_983 serializedName: size - language: &ref_3172 + language: &ref_2281 default: name: size description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. - go: - name: Size - description: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. protocol: {} - - schema: *ref_85 + - schema: *ref_83 serializedName: tier - language: &ref_3173 + language: &ref_2282 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - go: - name: Tier - description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. protocol: {} serializationFormats: - json @@ -36082,34 +26058,19 @@ schemas: name: PartialSku description: Common SKU definition. namespace: '' - go: - name: PartialSKU - description: PartialSKU - Common SKU definition. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku - language: &ref_3168 + language: &ref_2277 default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1058 + - schema: *ref_984 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3174 + language: &ref_2283 default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -36120,56 +26081,37 @@ schemas: name: PartialBatchEndpointPartialTrackedResource description: Strictly used in update requests. namespace: '' - go: - name: PartialBatchEndpointPartialTrackedResource - description: PartialBatchEndpointPartialTrackedResource - Strictly used in update requests. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1059 - - *ref_1060 - - *ref_1061 - - &ref_1705 + - *ref_985 + - *ref_986 + - *ref_987 + - &ref_1381 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1062 + - schema: *ref_988 serializedName: nextLink - language: &ref_3202 + language: &ref_2311 default: name: nextLink description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of BatchDeployment objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1241 + - schema: &ref_1161 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_387 + elementType: *ref_365 language: default: name: BatchDeploymentTrackedResourceArmPaginatedResultValue description: An array of objects of type BatchDeployment. - go: - name: '[]*BatchDeploymentData' - description: An array of objects of type BatchDeployment. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3203 + language: &ref_2312 default: name: value description: An array of objects of type BatchDeployment. - go: - name: Value - description: An array of objects of type BatchDeployment. - byValue: true protocol: {} serializationFormats: - json @@ -36180,93 +26122,72 @@ schemas: name: BatchDeploymentTrackedResourceArmPaginatedResult description: A paginated list of BatchDeployment entities. namespace: '' - go: - name: BatchDeploymentTrackedResourceArmPaginatedResult - description: BatchDeploymentTrackedResourceArmPaginatedResult - A paginated list of BatchDeployment entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_387 - - *ref_309 - - *ref_361 - - *ref_501 - - *ref_1063 - - *ref_311 - - *ref_1064 - - &ref_1729 + - *ref_365 + - *ref_297 + - *ref_344 + - *ref_473 + - *ref_989 + - *ref_299 + - *ref_990 + - &ref_1392 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_985 serializedName: identity - language: &ref_3257 + language: &ref_2366 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1065 + - schema: *ref_991 serializedName: kind - language: &ref_3259 + language: &ref_2368 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1066 + - schema: *ref_992 serializedName: location - language: &ref_3260 + language: &ref_2369 default: name: location description: The geo-location where the resource lives. - go: - name: Location - description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1094 + - schema: &ref_1017 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1095 + - schema: &ref_1018 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1067 + - schema: *ref_993 nullable: true serializedName: codeId extensions: x-ms-mutability: - create - read - language: &ref_3263 + language: &ref_2372 default: name: codeId description: ARM resource ID of the code asset. - go: - name: CodeID - description: ARM resource ID of the code asset. protocol: {} - - schema: *ref_1068 + - schema: *ref_994 serializedName: scoringScript extensions: x-ms-mutability: - create - read - language: &ref_3264 + language: &ref_2373 default: name: scoringScript description: The script to execute on startup. eg. "score.py" - go: - name: ScoringScript - description: The script to execute on startup. eg. "score.py" protocol: {} serializationFormats: - json @@ -36277,286 +26198,108 @@ schemas: name: PartialCodeConfiguration description: Configuration for a scoring code asset. namespace: '' - go: - name: PartialCodeConfiguration - description: PartialCodeConfiguration - Configuration for a scoring code asset. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: codeConfiguration extensions: x-nullable: true - language: &ref_3262 + language: &ref_2371 default: name: codeConfiguration description: Code configuration for the endpoint deployment. - go: - name: CodeConfiguration - description: Code configuration for the endpoint deployment. protocol: {} - - schema: *ref_1069 + - schema: *ref_995 nullable: true serializedName: compute - language: &ref_3265 + language: &ref_2374 default: name: compute description: Compute binding definition. - go: - name: Compute - description: Compute binding definition. protocol: {} - - schema: *ref_1070 + - schema: *ref_996 nullable: true serializedName: description - language: &ref_3266 + language: &ref_2375 default: name: description description: Description of the endpoint deployment. - go: - name: Description - description: Description of the endpoint deployment. protocol: {} - - schema: *ref_1071 + - schema: *ref_997 nullable: true serializedName: environmentId - language: &ref_3267 + language: &ref_2376 default: name: environmentId description: ARM resource ID of the environment specification for the endpoint deployment. - go: - name: EnvironmentID - description: ARM resource ID of the environment specification for the endpoint deployment. protocol: {} - - schema: *ref_1072 + - schema: *ref_998 nullable: true serializedName: environmentVariables - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3268 + language: &ref_2377 default: name: environmentVariables description: Environment variables configuration for the deployment. - go: - name: EnvironmentVariables - description: Environment variables configuration for the deployment. - byValue: true protocol: {} - - schema: *ref_1073 + - schema: *ref_999 serializedName: errorThreshold - language: &ref_3269 + language: &ref_2378 default: name: errorThreshold description: "Error threshold, if the error count for the entire input goes above this value,\r\nthe batch inference will be aborted. Range is [-1, int.MaxValue].\r\nFor FileDataset, this value is the count of file failures.\r\nFor TabularDataset, this value is the count of record failures.\r\nIf set to -1 (the lower bound), all failures during batch inference will be ignored." - go: - name: ErrorThreshold - description: |- - Error threshold, if the error count for the entire input goes above this value, the batch inference will be aborted. Range is [-1, int.MaxValue]. For FileDataset, this value is the count of file - failures. For TabularDataset, this value is the count of record failures. If set to -1 (the lower bound), all failures during batch inference will be ignored. protocol: {} - - schema: *ref_356 + - schema: *ref_341 serializedName: loggingLevel - language: &ref_3270 + language: &ref_2379 default: name: loggingLevel description: Logging level for batch inference operation. - go: - name: LoggingLevel - description: Logging level for batch inference operation. protocol: {} - - schema: *ref_1074 + - schema: *ref_1000 serializedName: maxConcurrencyPerInstance - language: &ref_3271 + language: &ref_2380 default: name: maxConcurrencyPerInstance description: Indicates number of processes per instance - go: - name: MaxConcurrencyPerInstance - description: Indicates number of processes per instance protocol: {} - - schema: *ref_1075 + - schema: *ref_1001 serializedName: miniBatchSize - language: &ref_3272 + language: &ref_2381 default: name: miniBatchSize description: "Size of the mini-batch passed to each batch invocation.\r\nFor FileDataset, this is the number of files per mini-batch.\r\nFor TabularDataset, this is the size of the records in bytes, per mini-batch." - go: - name: MiniBatchSize - description: Size of the mini-batch passed to each batch invocation. For FileDataset, this is the number of files per mini-batch. For TabularDataset, this is the size of the records in bytes, per mini-batch. protocol: {} - - schema: + - schema: &ref_1002 type: object - children: &ref_1076 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_1077 + - &ref_1008 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeDataPath + discriminatorValue: DataPath parents: all: - - &ref_1078 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_1076 - discriminator: &ref_1087 - all: - DataPath: *ref_1077 - Id: &ref_1082 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeID - parents: - all: - - *ref_1078 - immediate: - - *ref_1078 - properties: - - schema: *ref_1079 - serializedName: assetId - language: &ref_3274 - default: - name: assetId - description: ARM resource ID of the asset. - go: - name: AssetID - description: ARM resource ID of the asset. - protocol: {} - serializationFormats: - - json - usage: - - input - extensions: - x-ms-discriminator-value: Id - language: - default: - name: PartialIdAssetReference - description: Reference to an asset via its ARM resource ID. - namespace: '' - go: - name: PartialIDAssetReference - description: PartialIDAssetReference - Reference to an asset via its ARM resource ID. - marshallingFormat: json - namespace: '' - protocol: {} - OutputPath: &ref_1083 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: ReferenceTypeOutputPath - parents: - all: - - *ref_1078 - immediate: - - *ref_1078 - properties: - - schema: *ref_1080 - nullable: true - serializedName: jobId - language: - default: - name: jobId - description: ARM resource ID of the job. - go: - name: JobID - description: ARM resource ID of the job. - protocol: {} - - schema: *ref_1081 - nullable: true - serializedName: path - language: - default: - name: path - description: The path of the file/directory in the job output. - go: - name: Path - description: The path of the file/directory in the job output. - protocol: {} - serializationFormats: - - json - usage: - - input - extensions: - x-ms-discriminator-value: OutputPath - language: - default: - name: PartialOutputPathAssetReference - description: Reference to an asset via its path in a job output. - namespace: '' - go: - name: PartialOutputPathAssetReference - description: PartialOutputPathAssetReference - Reference to an asset via its path in a job output. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - DataPath: *ref_1077 - Id: *ref_1082 - OutputPath: *ref_1083 - property: &ref_1084 - schema: *ref_367 - isDiscriminator: true - required: true - serializedName: referenceType - language: &ref_3276 - default: - name: referenceType - description: '[Required] Specifies the type of asset reference.' - go: - name: ReferenceType - description: REQUIRED; [Required] Specifies the type of asset reference. - protocol: {} - properties: - - *ref_1084 - serializationFormats: - - json - usage: - - input - language: &ref_3275 - default: - name: PartialAssetReferenceBase - description: Base definition for asset references. - namespace: '' - go: - name: PartialAssetReferenceBase - description: PartialAssetReferenceBase - Base definition for asset references. - discriminatorInterface: PartialAssetReferenceBaseClassification - discriminatorTypes: - - '*PartialAssetReferenceBase' - - '*PartialDataPathAssetReference' - - '*PartialIDAssetReference' - - '*PartialOutputPathAssetReference' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_1002 immediate: - - *ref_1078 + - *ref_1002 properties: - - schema: *ref_1085 + - schema: *ref_1003 nullable: true serializedName: datastoreId language: default: name: datastoreId description: ARM resource ID of the datastore where the asset is located. - go: - name: DatastoreID - description: ARM resource ID of the datastore where the asset is located. protocol: {} - - schema: *ref_1086 + - schema: *ref_1004 nullable: true serializedName: path language: default: name: path description: The path of the file/directory in the datastore. - go: - name: Path - description: The path of the file/directory in the datastore. protocol: {} serializationFormats: - json @@ -36569,99 +26312,161 @@ schemas: name: PartialDataPathAssetReference description: Reference to an asset via its path in a datastore. namespace: '' - go: - name: PartialDataPathAssetReference - description: PartialDataPathAssetReference - Reference to an asset via its path in a datastore. - marshallingFormat: json + protocol: {} + - &ref_1009 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Id + parents: + all: + - *ref_1002 + immediate: + - *ref_1002 + properties: + - schema: *ref_1005 + serializedName: assetId + language: &ref_2383 + default: + name: assetId + description: ARM resource ID of the asset. + protocol: {} + serializationFormats: + - json + usage: + - input + extensions: + x-ms-discriminator-value: Id + language: + default: + name: PartialIdAssetReference + description: Reference to an asset via its ARM resource ID. + namespace: '' + protocol: {} + - &ref_1010 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: OutputPath + parents: + all: + - *ref_1002 + immediate: + - *ref_1002 + properties: + - schema: *ref_1006 + nullable: true + serializedName: jobId + language: + default: + name: jobId + description: ARM resource ID of the job. + protocol: {} + - schema: *ref_1007 + nullable: true + serializedName: path + language: + default: + name: path + description: The path of the file/directory in the job output. + protocol: {} + serializationFormats: + - json + usage: + - input + extensions: + x-ms-discriminator-value: OutputPath + language: + default: + name: PartialOutputPathAssetReference + description: Reference to an asset via its path in a job output. namespace: '' protocol: {} - - *ref_1082 - - *ref_1083 immediate: - - *ref_1077 - - *ref_1082 - - *ref_1083 - discriminator: *ref_1087 - language: - default: &ref_1088 - name: PartialAssetReferenceBaseClassification - description: discriminated type - discriminatorInterface: PartialAssetReferenceBaseClassification - go: *ref_1088 + - *ref_1008 + - *ref_1009 + - *ref_1010 + discriminator: + all: + DataPath: *ref_1008 + Id: *ref_1009 + OutputPath: *ref_1010 + immediate: + DataPath: *ref_1008 + Id: *ref_1009 + OutputPath: *ref_1010 + property: &ref_1011 + schema: *ref_353 + isDiscriminator: true + required: true + serializedName: referenceType + language: &ref_2385 + default: + name: referenceType + description: '[Required] Specifies the type of asset reference.' + protocol: {} + properties: + - *ref_1011 + serializationFormats: + - json + usage: + - input + language: &ref_2384 + default: + name: PartialAssetReferenceBase + description: Base definition for asset references. + namespace: '' protocol: {} nullable: true serializedName: model extensions: x-nullable: true - language: &ref_3273 + language: &ref_2382 default: name: model description: Reference to the model asset for the endpoint deployment. - go: - name: Model - description: Reference to the model asset for the endpoint deployment. - byValue: true protocol: {} - - schema: *ref_373 + - schema: *ref_355 serializedName: outputAction - language: &ref_3277 + language: &ref_2386 default: name: outputAction description: Indicates how the output will be organized. - go: - name: OutputAction - description: Indicates how the output will be organized. protocol: {} - - schema: *ref_1089 + - schema: *ref_1012 nullable: true serializedName: outputFileName - language: &ref_3278 + language: &ref_2387 default: name: outputFileName description: Customized output file name for append_row output action. - go: - name: OutputFileName - description: Customized output file name for append_row output action. protocol: {} - - schema: *ref_1090 + - schema: *ref_1013 nullable: true serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3279 + language: &ref_2388 default: name: properties description: Property dictionary. Properties can be added, but not removed or altered. - go: - name: Properties - description: Property dictionary. Properties can be added, but not removed or altered. - byValue: true protocol: {} - - schema: &ref_1096 + - schema: &ref_1019 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1091 + - schema: *ref_1014 serializedName: maxRetries - language: &ref_3281 + language: &ref_2390 default: name: maxRetries description: Maximum retry count for a mini-batch - go: - name: MaxRetries - description: Maximum retry count for a mini-batch protocol: {} - - schema: *ref_1092 + - schema: *ref_1015 serializedName: timeout - language: &ref_3282 + language: &ref_2391 default: name: timeout description: Invocation timeout for a mini-batch, in ISO 8601 format. - go: - name: Timeout - description: Invocation timeout for a mini-batch, in ISO 8601 format. protocol: {} serializationFormats: - json @@ -36672,23 +26477,15 @@ schemas: name: PartialBatchRetrySettings description: Retry settings for a batch inference operation. namespace: '' - go: - name: PartialBatchRetrySettings - description: PartialBatchRetrySettings - Retry settings for a batch inference operation. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: retrySettings extensions: x-nullable: true - language: &ref_3280 + language: &ref_2389 default: name: retrySettings description: Retry Settings for the batch inference operation. - go: - name: RetrySettings - description: Retry Settings for the batch inference operation. protocol: {} serializationFormats: - json @@ -36699,45 +26496,26 @@ schemas: name: PartialBatchDeployment description: Mutable batch inference settings per deployment. namespace: '' - go: - name: PartialBatchDeployment - description: PartialBatchDeployment - Mutable batch inference settings per deployment. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_3261 + language: &ref_2370 default: name: properties description: Additional attributes of the entity. - go: - name: Properties - description: Additional attributes of the entity. protocol: {} - - schema: *ref_1061 + - schema: *ref_987 serializedName: sku - language: &ref_3283 + language: &ref_2392 default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1093 + - schema: *ref_1016 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3284 + language: &ref_2393 default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -36748,57 +26526,38 @@ schemas: name: PartialBatchDeploymentPartialTrackedResource description: Strictly used in update requests. namespace: '' - go: - name: PartialBatchDeploymentPartialTrackedResource - description: PartialBatchDeploymentPartialTrackedResource - Strictly used in update requests. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1094 - - *ref_1095 - - *ref_1078 - - *ref_1096 - - &ref_1765 + - *ref_1017 + - *ref_1018 + - *ref_1002 + - *ref_1019 + - &ref_1412 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1097 + - schema: *ref_1020 serializedName: nextLink - language: &ref_3305 + language: &ref_2414 default: name: nextLink description: The link to the next page of CodeContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of CodeContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1242 + - schema: &ref_1162 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_849 + elementType: *ref_776 language: default: name: CodeContainerResourceArmPaginatedResultValue description: An array of objects of type CodeContainer. - go: - name: '[]*CodeContainerData' - description: An array of objects of type CodeContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3306 + language: &ref_2415 default: name: value description: An array of objects of type CodeContainer. - go: - name: Value - description: An array of objects of type CodeContainer. - byValue: true protocol: {} serializationFormats: - json @@ -36809,56 +26568,38 @@ schemas: name: CodeContainerResourceArmPaginatedResult description: A paginated list of CodeContainer entities. namespace: '' - go: - name: CodeContainerResourceArmPaginatedResult - description: CodeContainerResourceArmPaginatedResult - A paginated list of CodeContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_849 - - *ref_392 - - *ref_393 - - *ref_395 - - &ref_1803 + - *ref_776 + - *ref_370 + - *ref_371 + - *ref_373 + - &ref_1430 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1098 + - schema: *ref_1021 serializedName: nextLink - language: &ref_3336 + language: &ref_2445 default: name: nextLink description: The link to the next page of CodeVersion objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of CodeVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1243 + - schema: &ref_1163 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_850 + elementType: *ref_777 language: default: name: CodeVersionResourceArmPaginatedResultValue description: An array of objects of type CodeVersion. - go: - name: '[]*CodeVersionData' - description: An array of objects of type CodeVersion. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3337 + language: &ref_2446 default: name: value description: An array of objects of type CodeVersion. - go: - name: Value - description: An array of objects of type CodeVersion. - byValue: true protocol: {} serializationFormats: - json @@ -36869,55 +26610,37 @@ schemas: name: CodeVersionResourceArmPaginatedResult description: A paginated list of CodeVersion entities. namespace: '' - go: - name: CodeVersionResourceArmPaginatedResult - description: CodeVersionResourceArmPaginatedResult - A paginated list of CodeVersion entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_850 - - *ref_418 - - *ref_394 - - &ref_1842 + - *ref_777 + - *ref_396 + - *ref_372 + - &ref_1450 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1099 + - schema: *ref_1022 serializedName: nextLink - language: &ref_3371 + language: &ref_2480 default: name: nextLink description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of ComponentContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1244 + - schema: &ref_1164 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_851 + elementType: *ref_778 language: default: name: ComponentContainerResourceArmPaginatedResultValue description: An array of objects of type ComponentContainer. - go: - name: '[]*ComponentContainerData' - description: An array of objects of type ComponentContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3372 + language: &ref_2481 default: name: value description: An array of objects of type ComponentContainer. - go: - name: Value - description: An array of objects of type ComponentContainer. - byValue: true protocol: {} serializationFormats: - json @@ -36928,54 +26651,36 @@ schemas: name: ComponentContainerResourceArmPaginatedResult description: A paginated list of ComponentContainer entities. namespace: '' - go: - name: ComponentContainerResourceArmPaginatedResult - description: ComponentContainerResourceArmPaginatedResult - A paginated list of ComponentContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_851 - - *ref_425 - - &ref_1880 + - *ref_778 + - *ref_403 + - &ref_1469 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1100 + - schema: *ref_1023 serializedName: nextLink - language: &ref_3402 + language: &ref_2511 default: name: nextLink description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of ComponentVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1245 + - schema: &ref_1165 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_852 + elementType: *ref_779 language: default: name: ComponentVersionResourceArmPaginatedResultValue description: An array of objects of type ComponentVersion. - go: - name: '[]*ComponentVersionData' - description: An array of objects of type ComponentVersion. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3403 + language: &ref_2512 default: name: value description: An array of objects of type ComponentVersion. - go: - name: Value - description: An array of objects of type ComponentVersion. - byValue: true protocol: {} serializationFormats: - json @@ -36986,54 +26691,36 @@ schemas: name: ComponentVersionResourceArmPaginatedResult description: A paginated list of ComponentVersion entities. namespace: '' - go: - name: ComponentVersionResourceArmPaginatedResult - description: ComponentVersionResourceArmPaginatedResult - A paginated list of ComponentVersion entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_852 - - *ref_419 - - &ref_1918 + - *ref_779 + - *ref_397 + - &ref_1488 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1101 + - schema: *ref_1024 serializedName: nextLink - language: &ref_3439 + language: &ref_2548 default: name: nextLink description: The link to the next page of DataContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of DataContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1246 + - schema: &ref_1166 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_853 + elementType: *ref_780 language: default: name: DataContainerResourceArmPaginatedResultValue description: An array of objects of type DataContainer. - go: - name: '[]*DataContainerData' - description: An array of objects of type DataContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3440 + language: &ref_2549 default: name: value description: An array of objects of type DataContainer. - go: - name: Value - description: An array of objects of type DataContainer. - byValue: true protocol: {} serializationFormats: - json @@ -37044,54 +26731,36 @@ schemas: name: DataContainerResourceArmPaginatedResult description: A paginated list of DataContainer entities. namespace: '' - go: - name: DataContainerResourceArmPaginatedResult - description: DataContainerResourceArmPaginatedResult - A paginated list of DataContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_853 - - *ref_828 - - &ref_1957 + - *ref_780 + - *ref_767 + - &ref_1508 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1102 + - schema: *ref_1025 serializedName: nextLink - language: &ref_3468 + language: &ref_2577 default: name: nextLink description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of DataVersionBase objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1247 + - schema: &ref_1167 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_854 + elementType: *ref_781 language: default: name: DataVersionBaseResourceArmPaginatedResultValue description: An array of objects of type DataVersionBase. - go: - name: '[]*DataVersionBaseData' - description: An array of objects of type DataVersionBase. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3469 + language: &ref_2578 default: name: value description: An array of objects of type DataVersionBase. - go: - name: Value - description: An array of objects of type DataVersionBase. - byValue: true protocol: {} serializationFormats: - json @@ -37102,54 +26771,36 @@ schemas: name: DataVersionBaseResourceArmPaginatedResult description: A paginated list of DataVersionBase entities. namespace: '' - go: - name: DataVersionBaseResourceArmPaginatedResult - description: DataVersionBaseResourceArmPaginatedResult - A paginated list of DataVersionBase entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_854 - - *ref_397 - - &ref_2004 + - *ref_781 + - *ref_375 + - &ref_1536 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1103 + - schema: *ref_1026 serializedName: nextLink - language: &ref_3508 + language: &ref_2617 default: name: nextLink description: The link to the next page of Datastore objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of Datastore objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1249 + - schema: &ref_1169 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_855 + elementType: *ref_782 language: default: name: DatastoreResourceArmPaginatedResultValue description: An array of objects of type Datastore. - go: - name: '[]*DatastoreData' - description: An array of objects of type Datastore. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3509 + language: &ref_2618 default: name: value description: An array of objects of type Datastore. - go: - name: Value - description: An array of objects of type Datastore. - byValue: true protocol: {} serializationFormats: - json @@ -37160,56 +26811,38 @@ schemas: name: DatastoreResourceArmPaginatedResult description: A paginated list of Datastore entities. namespace: '' - go: - name: DatastoreResourceArmPaginatedResult - description: DatastoreResourceArmPaginatedResult - A paginated list of Datastore entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_855 - - *ref_426 - - *ref_452 - - *ref_456 - - &ref_2052 + - *ref_782 + - *ref_404 + - *ref_428 + - *ref_430 + - &ref_1556 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1104 + - schema: *ref_1027 serializedName: nextLink - language: &ref_3578 + language: &ref_2687 default: name: nextLink description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of EnvironmentContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1250 + - schema: &ref_1170 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_856 + elementType: *ref_783 language: default: name: EnvironmentContainerResourceArmPaginatedResultValue description: An array of objects of type EnvironmentContainer. - go: - name: '[]*EnvironmentContainerData' - description: An array of objects of type EnvironmentContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3579 + language: &ref_2688 default: name: value description: An array of objects of type EnvironmentContainer. - go: - name: Value - description: An array of objects of type EnvironmentContainer. - byValue: true protocol: {} serializationFormats: - json @@ -37220,54 +26853,36 @@ schemas: name: EnvironmentContainerResourceArmPaginatedResult description: A paginated list of EnvironmentContainer entities. namespace: '' - go: - name: EnvironmentContainerResourceArmPaginatedResult - description: EnvironmentContainerResourceArmPaginatedResult - A paginated list of EnvironmentContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_856 - - *ref_829 - - &ref_2090 + - *ref_783 + - *ref_768 + - &ref_1575 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1105 + - schema: *ref_1028 serializedName: nextLink - language: &ref_3605 + language: &ref_2714 default: name: nextLink description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of EnvironmentVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1251 + - schema: &ref_1171 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_857 + elementType: *ref_784 language: default: name: EnvironmentVersionResourceArmPaginatedResultValue description: An array of objects of type EnvironmentVersion. - go: - name: '[]*EnvironmentVersionData' - description: An array of objects of type EnvironmentVersion. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3606 + language: &ref_2715 default: name: value description: An array of objects of type EnvironmentVersion. - go: - name: Value - description: An array of objects of type EnvironmentVersion. - byValue: true protocol: {} serializationFormats: - json @@ -37278,57 +26893,39 @@ schemas: name: EnvironmentVersionResourceArmPaginatedResult description: A paginated list of EnvironmentVersion entities. namespace: '' - go: - name: EnvironmentVersionResourceArmPaginatedResult - description: EnvironmentVersionResourceArmPaginatedResult - A paginated list of EnvironmentVersion entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_857 - - *ref_420 - - *ref_1106 - - *ref_1107 - - *ref_412 - - &ref_2132 + - *ref_784 + - *ref_398 + - *ref_1029 + - *ref_1030 + - *ref_390 + - &ref_1598 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1108 + - schema: *ref_1031 serializedName: nextLink - language: &ref_3711 + language: &ref_2820 default: name: nextLink description: The link to the next page of JobBase objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of JobBase objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1252 + - schema: &ref_1172 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_858 + elementType: *ref_785 language: default: name: JobBaseResourceArmPaginatedResultValue description: An array of objects of type JobBase. - go: - name: '[]*JobBaseData' - description: An array of objects of type JobBase. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3648 + language: &ref_2757 default: name: value description: An array of objects of type JobBase. - go: - name: Value - description: An array of objects of type JobBase. - byValue: true protocol: {} serializationFormats: - json @@ -37339,57 +26936,39 @@ schemas: name: JobBaseResourceArmPaginatedResult description: A paginated list of JobBase entities. namespace: '' - go: - name: JobBaseResourceArmPaginatedResult - description: JobBaseResourceArmPaginatedResult - A paginated list of JobBase entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_858 - - *ref_494 - - *ref_811 - - *ref_155 - - *ref_1109 - - &ref_2178 + - *ref_785 + - *ref_469 + - *ref_752 + - *ref_180 + - *ref_1032 + - &ref_1620 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1110 + - schema: *ref_1033 serializedName: nextLink - language: &ref_3824 + language: &ref_2933 default: name: nextLink description: The link to the next page of ModelContainer objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of ModelContainer objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1253 + - schema: &ref_1173 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_859 + elementType: *ref_786 language: default: name: ModelContainerResourceArmPaginatedResultValue description: An array of objects of type ModelContainer. - go: - name: '[]*ModelContainerData' - description: An array of objects of type ModelContainer. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3825 + language: &ref_2934 default: name: value description: An array of objects of type ModelContainer. - go: - name: Value - description: An array of objects of type ModelContainer. - byValue: true protocol: {} serializationFormats: - json @@ -37400,54 +26979,36 @@ schemas: name: ModelContainerResourceArmPaginatedResult description: A paginated list of ModelContainer entities. namespace: '' - go: - name: ModelContainerResourceArmPaginatedResult - description: ModelContainerResourceArmPaginatedResult - A paginated list of ModelContainer entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_859 - - *ref_830 - - &ref_2222 + - *ref_786 + - *ref_769 + - &ref_1645 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1111 + - schema: *ref_1034 serializedName: nextLink - language: &ref_3856 + language: &ref_2965 default: name: nextLink description: The link to the next page of ModelVersion objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of ModelVersion objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1254 + - schema: &ref_1174 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_860 + elementType: *ref_787 language: default: name: ModelVersionResourceArmPaginatedResultValue description: An array of objects of type ModelVersion. - go: - name: '[]*ModelVersionData' - description: An array of objects of type ModelVersion. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3857 + language: &ref_2966 default: name: value description: An array of objects of type ModelVersion. - go: - name: Value - description: An array of objects of type ModelVersion. - byValue: true protocol: {} serializationFormats: - json @@ -37458,55 +27019,37 @@ schemas: name: ModelVersionResourceArmPaginatedResult description: A paginated list of ModelVersion entities. namespace: '' - go: - name: ModelVersionResourceArmPaginatedResult - description: ModelVersionResourceArmPaginatedResult - A paginated list of ModelVersion entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_860 - - *ref_421 - - *ref_1112 - - &ref_2266 + - *ref_787 + - *ref_399 + - *ref_1035 + - &ref_1670 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1113 + - schema: *ref_1036 serializedName: nextLink - language: &ref_3897 + language: &ref_3006 default: name: nextLink description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of OnlineEndpoint objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1255 + - schema: &ref_1175 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_388 + elementType: *ref_366 language: default: name: OnlineEndpointTrackedResourceArmPaginatedResultValue description: An array of objects of type OnlineEndpoint. - go: - name: '[]*OnlineEndpointData' - description: An array of objects of type OnlineEndpoint. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3898 + language: &ref_3007 default: name: value description: An array of objects of type OnlineEndpoint. - go: - name: Value - description: An array of objects of type OnlineEndpoint. - byValue: true protocol: {} serializationFormats: - json @@ -37517,94 +27060,62 @@ schemas: name: OnlineEndpointTrackedResourceArmPaginatedResult description: A paginated list of OnlineEndpoint entities. namespace: '' - go: - name: OnlineEndpointTrackedResourceArmPaginatedResult - description: OnlineEndpointTrackedResourceArmPaginatedResult - A paginated list of OnlineEndpoint entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_388 - - *ref_299 - - &ref_2288 + - *ref_366 + - *ref_287 + - &ref_1679 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_985 serializedName: identity - language: &ref_3923 + language: &ref_3032 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1114 + - schema: *ref_1037 serializedName: kind - language: &ref_3925 + language: &ref_3034 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1115 + - schema: *ref_1038 serializedName: location - language: &ref_3926 + language: &ref_3035 default: name: location description: The geo-location where the resource lives. - go: - name: Location - description: The geo-location where the resource lives. protocol: {} - - schema: &ref_1119 + - schema: &ref_1042 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1116 + - schema: *ref_1039 nullable: true serializedName: mirrorTraffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: mirrorTraffic description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - go: - name: MirrorTraffic - description: Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. - byValue: true protocol: {} - - schema: *ref_297 + - schema: *ref_285 serializedName: publicNetworkAccess language: default: name: publicNetworkAccess description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. - go: - name: PublicNetworkAccess - description: Set to "Enabled" for endpoints that should allow public access when Private Link is enabled. protocol: {} - - schema: *ref_1117 + - schema: *ref_1040 nullable: true serializedName: traffic - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3928 + language: &ref_3037 default: name: traffic description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - go: - name: Traffic - description: Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. - byValue: true protocol: {} serializationFormats: - json @@ -37615,45 +27126,26 @@ schemas: name: PartialOnlineEndpoint description: Mutable online endpoint configuration namespace: '' - go: - name: PartialOnlineEndpoint - description: PartialOnlineEndpoint - Mutable online endpoint configuration - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_3927 + language: &ref_3036 default: name: properties description: Additional attributes of the entity. - go: - name: Properties - description: Additional attributes of the entity. protocol: {} - - schema: *ref_1061 + - schema: *ref_987 serializedName: sku - language: &ref_3929 + language: &ref_3038 default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1118 + - schema: *ref_1041 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_3930 + language: &ref_3039 default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -37664,54 +27156,35 @@ schemas: name: PartialOnlineEndpointPartialTrackedResource description: Strictly used in update requests. namespace: '' - go: - name: PartialOnlineEndpointPartialTrackedResource - description: PartialOnlineEndpointPartialTrackedResource - Strictly used in update requests. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1119 - - &ref_2357 + - *ref_1042 + - &ref_1716 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1120 + - schema: *ref_1043 serializedName: nextLink - language: &ref_3972 + language: &ref_3081 default: name: nextLink description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of OnlineDeployment objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1256 + - schema: &ref_1176 type: array apiVersions: - version: 2022-02-01-preview - elementType: *ref_389 + elementType: *ref_367 language: default: name: OnlineDeploymentTrackedResourceArmPaginatedResultValue description: An array of objects of type OnlineDeployment. - go: - name: '[]*OnlineDeploymentData' - description: An array of objects of type OnlineDeployment. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_3973 + language: &ref_3082 default: name: value description: An array of objects of type OnlineDeployment. - go: - name: Value - description: An array of objects of type OnlineDeployment. - byValue: true protocol: {} serializationFormats: - json @@ -37722,140 +27195,54 @@ schemas: name: OnlineDeploymentTrackedResourceArmPaginatedResult description: A paginated list of OnlineDeployment entities. namespace: '' - go: - name: OnlineDeploymentTrackedResourceArmPaginatedResult - description: OnlineDeploymentTrackedResourceArmPaginatedResult - A paginated list of OnlineDeployment entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_389 - - *ref_310 - - *ref_332 - - *ref_1121 - - *ref_338 - - &ref_2381 + - *ref_367 + - *ref_298 + - *ref_320 + - *ref_1044 + - *ref_324 + - &ref_1727 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1059 + - schema: *ref_985 serializedName: identity - language: &ref_4026 + language: &ref_3135 default: name: identity description: Managed service identity (system assigned and/or user assigned identities) - go: - name: Identity - description: Managed service identity (system assigned and/or user assigned identities) protocol: {} - - schema: *ref_1122 + - schema: *ref_1045 serializedName: kind - language: &ref_4028 + language: &ref_3137 default: name: kind description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. - go: - name: Kind - description: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. protocol: {} - - schema: *ref_1123 + - schema: *ref_1046 serializedName: location - language: &ref_4029 + language: &ref_3138 default: name: location description: The geo-location where the resource lives. - go: - name: Location - description: The geo-location where the resource lives. protocol: {} - - schema: + - schema: &ref_1047 type: object - children: &ref_1124 + apiVersions: + - version: 2022-02-01-preview + children: all: - - &ref_1125 + - &ref_1048 type: object apiVersions: - version: 2022-02-01-preview - discriminatorValue: EndpointComputeTypeKubernetes + discriminatorValue: Kubernetes parents: all: - - &ref_1126 - type: object - apiVersions: - - version: 2022-02-01-preview - children: *ref_1124 - discriminator: &ref_1129 - all: - Kubernetes: *ref_1125 - Managed: &ref_1127 - type: object - apiVersions: - - version: 2022-02-01-preview - discriminatorValue: EndpointComputeTypeManaged - parents: - all: - - *ref_1126 - immediate: - - *ref_1126 - serializationFormats: - - json - usage: - - input - extensions: - x-ms-discriminator-value: Managed - language: - default: - name: PartialManagedOnlineDeployment - description: Properties specific to a ManagedOnlineDeployment. - namespace: '' - go: - name: PartialManagedOnlineDeployment - description: PartialManagedOnlineDeployment - Properties specific to a ManagedOnlineDeployment. - marshallingFormat: json - namespace: '' - protocol: {} - immediate: - Kubernetes: *ref_1125 - Managed: *ref_1127 - property: &ref_1128 - schema: *ref_318 - isDiscriminator: true - required: true - serializedName: endpointComputeType - language: &ref_4032 - default: - name: endpointComputeType - description: '[Required] The compute type of the endpoint.' - go: - name: EndpointComputeType - description: REQUIRED; [Required] The compute type of the endpoint. - protocol: {} - properties: - - *ref_1128 - serializationFormats: - - json - usage: - - input - language: &ref_4031 - default: - name: PartialOnlineDeployment - description: Mutable online deployment configuration - namespace: '' - go: - name: PartialOnlineDeployment - description: PartialOnlineDeployment - Mutable online deployment configuration - discriminatorInterface: PartialOnlineDeploymentClassification - discriminatorTypes: - - '*PartialKubernetesOnlineDeployment' - - '*PartialManagedOnlineDeployment' - - '*PartialOnlineDeployment' - marshallingFormat: json - namespace: '' - rootDiscriminator: true - protocol: {} + - *ref_1047 immediate: - - *ref_1126 + - *ref_1047 serializationFormats: - json usage: @@ -37867,57 +27254,80 @@ schemas: name: PartialKubernetesOnlineDeployment description: Properties specific to a KubernetesOnlineDeployment. namespace: '' - go: - name: PartialKubernetesOnlineDeployment - description: PartialKubernetesOnlineDeployment - Properties specific to a KubernetesOnlineDeployment. - marshallingFormat: json + protocol: {} + - &ref_1049 + type: object + apiVersions: + - version: 2022-02-01-preview + discriminatorValue: Managed + parents: + all: + - *ref_1047 + immediate: + - *ref_1047 + serializationFormats: + - json + usage: + - input + extensions: + x-ms-discriminator-value: Managed + language: + default: + name: PartialManagedOnlineDeployment + description: Properties specific to a ManagedOnlineDeployment. namespace: '' protocol: {} - - *ref_1127 immediate: - - *ref_1125 - - *ref_1127 - discriminator: *ref_1129 - language: - default: &ref_1130 - name: PartialOnlineDeploymentClassification - description: discriminated type - discriminatorInterface: PartialOnlineDeploymentClassification - go: *ref_1130 + - *ref_1048 + - *ref_1049 + discriminator: + all: + Kubernetes: *ref_1048 + Managed: *ref_1049 + immediate: + Kubernetes: *ref_1048 + Managed: *ref_1049 + property: &ref_1050 + schema: *ref_306 + isDiscriminator: true + required: true + serializedName: endpointComputeType + language: &ref_3141 + default: + name: endpointComputeType + description: '[Required] The compute type of the endpoint.' + protocol: {} + properties: + - *ref_1050 + serializationFormats: + - json + usage: + - input + language: &ref_3140 + default: + name: PartialOnlineDeployment + description: Mutable online deployment configuration + namespace: '' protocol: {} serializedName: properties - language: &ref_4030 + language: &ref_3139 default: name: properties description: Additional attributes of the entity. - go: - name: Properties - description: Additional attributes of the entity. - byValue: true protocol: {} - - schema: *ref_1061 + - schema: *ref_987 serializedName: sku - language: &ref_4033 + language: &ref_3142 default: name: sku description: Sku details required for ARM contract for Autoscaling. - go: - name: SKU - description: Sku details required for ARM contract for Autoscaling. protocol: {} - - schema: *ref_1131 + - schema: *ref_1051 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_4034 + language: &ref_3143 default: name: tags description: Resource tags. - go: - name: Tags - description: Resource tags. - byValue: true protocol: {} serializationFormats: - json @@ -37928,40 +27338,27 @@ schemas: name: PartialOnlineDeploymentPartialTrackedResource description: Strictly used in update requests. namespace: '' - go: - name: PartialOnlineDeploymentPartialTrackedResource - description: PartialOnlineDeploymentPartialTrackedResource - Strictly used in update requests. - hasArrayMap: true - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} - - *ref_1126 - - &ref_2412 + - *ref_1047 + - &ref_1744 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1132 + - schema: *ref_1052 serializedName: containerType - language: &ref_4057 + language: &ref_3166 default: name: containerType description: The type of container to retrieve logs from. - go: - name: ContainerType - description: The type of container to retrieve logs from. protocol: {} - - schema: *ref_1133 + - schema: *ref_1053 nullable: true serializedName: tail - language: &ref_4058 + language: &ref_3167 default: name: tail description: The maximum number of lines to tail. - go: - name: Tail - description: The maximum number of lines to tail. protocol: {} serializationFormats: - json @@ -37972,27 +27369,19 @@ schemas: name: DeploymentLogsRequest description: '' namespace: '' - go: - name: DeploymentLogsRequest - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2419 + - &ref_1751 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1134 + - schema: *ref_1054 nullable: true serializedName: content - language: &ref_4060 + language: &ref_3169 default: name: content description: The retrieved online deployment logs. - go: - name: Content - description: The retrieved online deployment logs. protocol: {} serializationFormats: - json @@ -38003,80 +27392,60 @@ schemas: name: DeploymentLogs description: '' namespace: '' - go: - name: DeploymentLogs - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2434 + - &ref_1758 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1135 + - schema: *ref_1055 serializedName: nextLink - language: &ref_4068 + language: &ref_3177 default: name: nextLink description: The link to the next page of SkuResource objects. If null, there are no additional pages. - go: - name: NextLink - description: The link to the next page of SkuResource objects. If null, there are no additional pages. protocol: {} - - schema: &ref_1257 + - schema: &ref_1177 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1142 + elementType: &ref_1062 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1143 + - schema: &ref_1063 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1136 + - schema: *ref_1056 serializedName: default - language: &ref_4071 + language: &ref_3180 default: name: default description: Gets or sets the default capacity. - go: - name: Default - description: Gets or sets the default capacity. protocol: {} - - schema: *ref_1137 + - schema: *ref_1057 serializedName: maximum - language: &ref_4072 + language: &ref_3181 default: name: maximum description: Gets or sets the maximum. - go: - name: Maximum - description: Gets or sets the maximum. protocol: {} - - schema: *ref_1138 + - schema: *ref_1058 serializedName: minimum - language: &ref_4073 + language: &ref_3182 default: name: minimum description: Gets or sets the minimum. - go: - name: Minimum - description: Gets or sets the minimum. protocol: {} - - schema: *ref_1139 + - schema: *ref_1059 serializedName: scaleType - language: &ref_4074 + language: &ref_3183 default: name: scaleType description: Gets or sets the type of the scale. - go: - name: ScaleType - description: Gets or sets the type of the scale. protocol: {} serializationFormats: - json @@ -38087,65 +27456,48 @@ schemas: name: SkuCapacity description: SKU capacity information namespace: '' - go: - name: SKUCapacity - description: SKUCapacity - SKU capacity information - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: capacity extensions: x-nullable: true - language: &ref_4070 + language: &ref_3179 default: name: capacity description: Gets or sets the Sku Capacity. - go: - name: Capacity - description: Gets or sets the Sku Capacity. protocol: {} - - schema: *ref_1140 + - schema: *ref_1060 nullable: true readOnly: true serializedName: resourceType extensions: x-ms-mutability: - read - language: &ref_4075 + language: &ref_3184 default: name: resourceType description: The resource type name. - go: - name: ResourceType - description: READ-ONLY; The resource type name. protocol: {} - - schema: &ref_1144 + - schema: &ref_1064 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1141 + - schema: *ref_1061 required: true serializedName: name - language: &ref_4077 + language: &ref_3186 default: name: name description: '[Required] The name of the SKU. Ex - P3. It is typically a letter+number code.' - go: - name: Name - description: REQUIRED; [Required] The name of the SKU. Ex - P3. It is typically a letter+number code. protocol: {} - - schema: *ref_85 + - schema: *ref_83 required: false serializedName: tier - language: &ref_4078 + language: &ref_3187 default: name: tier description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. - go: - name: Tier - description: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. protocol: {} serializationFormats: - json @@ -38156,23 +27508,15 @@ schemas: name: SkuSetting description: SkuSetting fulfills the need for stripped down SKU info in ARM contract. namespace: '' - go: - name: SKUSetting - description: SKUSetting - SkuSetting fulfills the need for stripped down SKU info in ARM contract. - marshallingFormat: json - namespace: '' protocol: {} nullable: true serializedName: sku extensions: x-nullable: true - language: &ref_4076 + language: &ref_3185 default: name: sku description: Gets or sets the Sku. - go: - name: SKU - description: Gets or sets the Sku. protocol: {} serializationFormats: - json @@ -38183,11 +27527,6 @@ schemas: name: SkuResource description: Fulfills ARM Contract requirement to list all available SKUS for a resource. namespace: '' - go: - name: SKUResource - description: SKUResource - Fulfills ARM Contract requirement to list all available SKUS for a resource. - marshallingFormat: json - namespace: '' protocol: {} extensions: x-ms-identifiers: [] @@ -38195,23 +27534,14 @@ schemas: default: name: SkuResourceArmPaginatedResultValue description: An array of objects of type SkuResource. - go: - name: '[]*SKUResource' - description: An array of objects of type SkuResource. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value extensions: x-ms-identifiers: [] - language: &ref_4069 + language: &ref_3178 default: name: value description: An array of objects of type SkuResource. - go: - name: Value - description: An array of objects of type SkuResource. - byValue: true protocol: {} serializationFormats: - json @@ -38222,43 +27552,31 @@ schemas: name: SkuResourceArmPaginatedResult description: A paginated list of SkuResource entities. namespace: '' - go: - name: SKUResourceArmPaginatedResult - description: SKUResourceArmPaginatedResult - A paginated list of SkuResource entities. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - *ref_1142 - - *ref_1143 - - *ref_1144 - - &ref_2326 + - *ref_1062 + - *ref_1063 + - *ref_1064 + - &ref_1698 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1145 + - schema: *ref_1065 required: true serializedName: keyType - language: &ref_3953 + language: &ref_3062 default: name: keyType description: '[Required] Specification for which type of key to generate. Primary or Secondary.' - go: - name: KeyType - description: REQUIRED; [Required] Specification for which type of key to generate. Primary or Secondary. protocol: {} - - schema: *ref_1146 + - schema: *ref_1066 nullable: true required: false serializedName: keyValue - language: &ref_3954 + language: &ref_3063 default: name: keyValue description: The value the key is set to. - go: - name: KeyValue - description: The value the key is set to. protocol: {} serializationFormats: - json @@ -38269,58 +27587,41 @@ schemas: name: RegenerateEndpointKeysRequest description: '' namespace: '' - go: - name: RegenerateEndpointKeysRequest - description: '' - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2341 + - &ref_1708 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1147 + - schema: *ref_1067 nullable: true serializedName: accessToken - language: &ref_3960 + language: &ref_3069 default: name: accessToken description: Access token for endpoint authentication. - go: - name: AccessToken - description: Access token for endpoint authentication. protocol: {} - - schema: *ref_1148 + - schema: *ref_1068 serializedName: expiryTimeUtc - language: &ref_3961 + language: &ref_3070 default: name: expiryTimeUtc description: Access token expiry time (UTC). - go: - name: ExpiryTimeUTC - description: Access token expiry time (UTC). protocol: {} - - schema: *ref_1149 + - schema: *ref_1069 serializedName: refreshAfterTimeUtc - language: &ref_3962 + language: &ref_3071 default: name: refreshAfterTimeUtc description: Refresh access token after time (UTC). - go: - name: RefreshAfterTimeUTC - description: Refresh access token after time (UTC). protocol: {} - - schema: *ref_1150 + - schema: *ref_1070 nullable: true serializedName: tokenType - language: &ref_3963 + language: &ref_3072 default: name: tokenType description: Access token type. - go: - name: TokenType - description: Access token type. protocol: {} serializationFormats: - json @@ -38331,55 +27632,41 @@ schemas: name: EndpointAuthToken description: Service Token namespace: '' - go: - name: EndpointAuthToken - description: EndpointAuthToken - Service Token - marshallingFormat: json - namespace: '' protocol: {} - - &ref_2440 + - &ref_1761 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: &ref_1258 + - schema: &ref_1178 type: array apiVersions: - version: 2022-02-01-preview - elementType: &ref_1155 + elementType: &ref_1075 type: object apiVersions: - version: 2022-02-01-preview properties: - - schema: *ref_1151 + - schema: *ref_1071 serializedName: id - language: &ref_4086 + language: &ref_3195 default: name: id description: Specifies the feature ID - go: - name: ID - description: Specifies the feature ID protocol: {} - - schema: *ref_1152 + - schema: *ref_1072 serializedName: displayName - language: &ref_4087 + language: &ref_3196 default: name: displayName description: 'Specifies the feature name ' - go: - name: DisplayName - description: Specifies the feature name protocol: {} - - schema: *ref_1153 + - schema: *ref_1073 serializedName: description - language: &ref_4088 + language: &ref_3197 default: name: description description: Describes the feature for user experience - go: - name: Description - description: Describes the feature for user experience protocol: {} serializationFormats: - json @@ -38390,43 +27677,26 @@ schemas: name: AmlUserFeature description: Features enabled for a workspace namespace: '' - go: - name: AmlUserFeature - description: AmlUserFeature - Features enabled for a workspace - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ListAmlUserFeatureResultValue description: The list of AML user facing features. - go: - name: '[]*AmlUserFeature' - description: The list of AML user facing features. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: value - language: &ref_4085 + language: &ref_3194 default: name: value description: The list of AML user facing features. - go: - name: Value - description: READ-ONLY; The list of AML user facing features. - byValue: true protocol: {} - - schema: *ref_1154 + - schema: *ref_1074 readOnly: true serializedName: nextLink language: default: name: nextLink description: The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. - go: - name: NextLink - description: READ-ONLY; The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. protocol: {} serializationFormats: - json @@ -38437,23 +27707,244 @@ schemas: name: ListAmlUserFeatureResult description: The List Aml user feature operation response. namespace: '' - go: - name: ListAmlUserFeatureResult - description: ListAmlUserFeatureResult - The List Aml user feature operation response. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} + - *ref_1075 + - *ref_151 + - *ref_90 + - *ref_110 + - *ref_1076 + - *ref_1077 + - *ref_1078 + - *ref_1079 + - *ref_111 + - *ref_120 + - *ref_1080 + - *ref_1081 + - *ref_1082 + - *ref_1083 + - *ref_1084 + - *ref_1085 + - *ref_1086 + - *ref_121 + - *ref_148 + - *ref_1087 + - *ref_1088 + - *ref_1089 + - *ref_1090 + - *ref_1091 + - *ref_1092 + - *ref_1093 + - *ref_1094 + - *ref_1095 + - *ref_172 + - *ref_1096 + - *ref_1097 + - *ref_1098 + - *ref_1099 + - *ref_1100 + - *ref_1101 + - *ref_1102 + - *ref_1103 + - *ref_149 + - *ref_215 + - *ref_216 + - *ref_226 + - *ref_1104 + - *ref_230 + - *ref_1105 + - *ref_227 + - *ref_231 + - *ref_251 + - *ref_1106 + - *ref_232 + - *ref_235 + - *ref_236 + - *ref_238 + - *ref_1107 + - *ref_252 + - *ref_1108 + - *ref_1109 + - *ref_1110 + - *ref_956 + - *ref_952 + - *ref_957 + - *ref_958 + - *ref_961 + - *ref_959 + - *ref_459 + - *ref_429 + - *ref_756 + - *ref_39 + - *ref_25 + - *ref_483 + - *ref_481 + - *ref_744 + - *ref_26 + - *ref_476 + - *ref_521 + - *ref_519 + - *ref_490 + - *ref_488 + - *ref_497 + - *ref_496 + - *ref_503 + - *ref_501 + - *ref_422 + - *ref_423 + - *ref_424 + - *ref_425 + - *ref_680 + - *ref_676 + - *ref_736 + - *ref_733 + - *ref_460 + - *ref_436 + - *ref_474 + - *ref_475 + - *ref_515 + - *ref_526 + - *ref_517 + - *ref_38 + - *ref_40 + - *ref_516 + - *ref_1111 + - *ref_1112 + - *ref_534 + - *ref_1113 + - *ref_535 + - *ref_1114 + - *ref_1115 + - *ref_1116 + - *ref_745 + - *ref_703 + - *ref_716 + - *ref_717 + - *ref_1117 + - *ref_303 + - *ref_186 + - *ref_484 + - *ref_41 + - *ref_24 + - *ref_522 + - *ref_491 + - *ref_498 + - *ref_504 + - *ref_350 + - *ref_329 + - *ref_513 + - *ref_1118 + - *ref_737 + - *ref_426 + - *ref_351 + - *ref_561 + - *ref_562 + - *ref_576 + - *ref_570 + - *ref_630 + - *ref_624 + - *ref_565 + - *ref_529 + - *ref_525 + - *ref_1119 + - *ref_1120 + - *ref_1121 + - *ref_563 + - *ref_568 + - *ref_564 + - *ref_575 + - *ref_629 + - *ref_569 + - *ref_450 + - *ref_449 + - *ref_437 + - *ref_451 + - *ref_438 + - *ref_304 + - *ref_49 + - *ref_757 + - *ref_305 + - *ref_681 + - *ref_42 + - *ref_27 + - *ref_377 + - *ref_28 + - *ref_708 + - *ref_692 + - *ref_530 + - *ref_527 + - *ref_536 + - *ref_1122 + - *ref_461 + - *ref_1123 + - *ref_352 + - *ref_1008 + - *ref_1009 + - *ref_1048 + - *ref_1049 + - *ref_1010 + - *ref_746 + - *ref_709 + - *ref_738 + - *ref_1124 + - *ref_187 + - *ref_514 + - *ref_462 + - *ref_439 + - *ref_463 + - *ref_440 + - *ref_747 + - *ref_721 + - *ref_1125 + - *ref_330 + - *ref_710 + - *ref_691 + - *ref_693 + - *ref_694 + - *ref_43 + - *ref_29 + - *ref_682 + - *ref_378 + - *ref_44 + - *ref_30 + - *ref_379 + - *ref_45 + - *ref_31 + - *ref_758 + arrays: + - *ref_1126 + - *ref_1127 + - *ref_1128 + - *ref_1129 + - *ref_1130 + - *ref_1131 + - *ref_1132 + - *ref_1133 + - *ref_1134 + - *ref_1135 + - *ref_1136 + - *ref_1137 + - *ref_1138 + - *ref_1139 + - *ref_1140 + - *ref_1141 + - *ref_1142 + - *ref_1143 + - *ref_1144 + - *ref_1145 + - *ref_1146 + - *ref_1147 + - *ref_1148 + - *ref_1149 + - *ref_1150 + - *ref_1151 + - *ref_1152 + - *ref_1153 + - *ref_1154 - *ref_1155 - - *ref_124 - - *ref_92 - - *ref_272 - *ref_1156 - *ref_1157 - *ref_1158 - *ref_1159 - - *ref_208 - - *ref_217 - *ref_1160 - *ref_1161 - *ref_1162 @@ -38461,10 +27952,17 @@ schemas: - *ref_1164 - *ref_1165 - *ref_1166 - - *ref_94 - - *ref_121 - *ref_1167 - - *ref_1168 + - &ref_1525 + type: array + apiVersions: + - version: 2022-02-01-preview + elementType: *ref_1168 + language: + default: + name: ArrayOfGet7ItemsItem + description: Array of Get7ItemsItem + protocol: {} - *ref_1169 - *ref_1170 - *ref_1171 @@ -38472,7 +27970,6 @@ schemas: - *ref_1173 - *ref_1174 - *ref_1175 - - *ref_145 - *ref_1176 - *ref_1177 - *ref_1178 @@ -38481,286 +27978,45 @@ schemas: - *ref_1181 - *ref_1182 - *ref_1183 - - *ref_122 - - *ref_191 - - *ref_231 - - *ref_239 - *ref_1184 - - *ref_236 - *ref_1185 - - *ref_200 - - *ref_207 - - *ref_240 - *ref_1186 - - *ref_196 - - *ref_199 - - *ref_192 - - *ref_195 - *ref_1187 - - *ref_241 - *ref_1188 - *ref_1189 - *ref_1190 - - *ref_1030 - - *ref_1026 - - *ref_1031 - - *ref_1032 - - *ref_1035 - - *ref_1033 - - *ref_451 - - *ref_463 - - *ref_810 - - *ref_40 - - *ref_26 - - *ref_691 - - *ref_692 - - *ref_801 - - *ref_27 - - *ref_508 - - *ref_627 - - *ref_628 - - *ref_701 - - *ref_702 - - *ref_712 - - *ref_713 - - *ref_720 - - *ref_721 - - *ref_444 - - *ref_445 - - *ref_446 - - *ref_447 - - *ref_645 - - *ref_646 - - *ref_787 - - *ref_788 - - *ref_483 - - *ref_458 - - *ref_502 - - *ref_503 - - *ref_637 - - *ref_620 - - *ref_621 - - *ref_39 - - *ref_41 - - *ref_619 - *ref_1191 - *ref_1192 - - *ref_677 - *ref_1193 - - *ref_669 - *ref_1194 - *ref_1195 - *ref_1196 - - *ref_802 - - *ref_754 - - *ref_771 - - *ref_772 - *ref_1197 - - *ref_315 - - *ref_154 - - *ref_694 - - *ref_42 - - *ref_25 - - *ref_630 - - *ref_704 - - *ref_714 - - *ref_723 - - *ref_360 - - *ref_337 - - *ref_505 - *ref_1198 - - *ref_791 - - *ref_448 - - *ref_365 - - *ref_506 - - *ref_507 - - *ref_522 - - *ref_516 - - *ref_576 - - *ref_570 - - *ref_511 - - *ref_636 - - *ref_622 - *ref_1199 - *ref_1200 - *ref_1201 - - *ref_509 - - *ref_514 - - *ref_510 - - *ref_521 - - *ref_575 - - *ref_515 - - *ref_474 - - *ref_473 - - *ref_464 - - *ref_475 - - *ref_465 - - *ref_316 - - *ref_50 - - *ref_815 - - *ref_317 - - *ref_648 - - *ref_43 - - *ref_28 - - *ref_399 - - *ref_29 - - *ref_753 - - *ref_666 - - *ref_638 - - *ref_623 - - *ref_676 - *ref_1202 - - *ref_484 - *ref_1203 - - *ref_366 - - *ref_1077 - - *ref_1082 - - *ref_1125 - - *ref_1127 - - *ref_1083 - - *ref_803 - - *ref_758 - - *ref_792 - *ref_1204 - - *ref_160 - - *ref_682 - - *ref_485 - - *ref_466 - - *ref_486 - - *ref_467 - - *ref_804 - - *ref_776 - *ref_1205 - - *ref_343 - - *ref_759 - - *ref_665 - - *ref_667 - - *ref_668 - - *ref_44 - - *ref_30 - - *ref_649 - - *ref_400 - - *ref_45 - - *ref_31 - - *ref_401 - - *ref_46 - - *ref_32 - - *ref_816 - arrays: - *ref_1206 - - *ref_1207 - - *ref_1208 - - *ref_1209 - - *ref_1210 - - *ref_1211 - - *ref_1212 - - *ref_1213 - - *ref_1214 - - *ref_1215 - - *ref_1216 - - *ref_1217 - - *ref_1218 - - *ref_1219 - - *ref_1220 - - *ref_1221 - - *ref_1222 - - *ref_1223 - - *ref_1224 - - *ref_1225 - - *ref_1226 - - *ref_1227 - - *ref_1228 - - *ref_1229 - - *ref_1230 - - *ref_1231 - - *ref_1232 - - *ref_1233 - - *ref_1234 - - *ref_1235 - - *ref_1236 - - *ref_1237 - - *ref_1238 - - *ref_1239 - - *ref_1240 - - *ref_1241 - - *ref_1242 - - *ref_1243 - - *ref_1244 - - *ref_1245 - - *ref_1246 - - *ref_1247 - - &ref_1993 - type: array - apiVersions: - - version: 2022-02-01-preview - elementType: *ref_1248 - language: - default: - name: ArrayOfGet7ItemsItem - description: Array of Get7ItemsItem - go: - name: '[]string' - description: Array of Get7ItemsItem - elementIsPtr: true - protocol: {} - - *ref_1249 - - *ref_1250 - - *ref_1251 - - *ref_1252 - - *ref_1253 - - *ref_1254 - - *ref_1255 - - *ref_1256 - - *ref_1257 - - *ref_1258 - - *ref_1259 - - *ref_1260 - - *ref_1261 - - *ref_1262 - - *ref_1263 - - *ref_1264 - - *ref_1265 - - *ref_1266 - - *ref_1267 - - *ref_1268 - - *ref_1269 - - *ref_1270 - - *ref_1271 - - *ref_1272 - - *ref_1273 - - *ref_1274 - - *ref_1275 - - *ref_1276 - - *ref_1277 - - *ref_1278 - - *ref_1279 - - *ref_1280 - - *ref_1281 - - *ref_1282 - - *ref_1283 - - *ref_1284 - - *ref_1285 - - *ref_1286 globalParameters: - - &ref_1298 - schema: *ref_1287 + - &ref_1213 + schema: *ref_1207 implementation: Client required: true extensions: x-ms-priority: 0 - language: &ref_2663 + language: &ref_1772 default: name: SubscriptionId description: The ID of the target subscription. serializedName: subscriptionId - go: - name: subscriptionID - description: The ID of the target subscription. - serializedName: subscriptionId protocol: http: in: path - - &ref_1289 + - &ref_1209 schema: *ref_0 clientDefaultValue: https://management.azure.com implementation: Client @@ -38773,44 +28029,36 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri - - &ref_1290 - schema: *ref_1288 + - &ref_1210 + schema: *ref_1208 implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_2653 + language: &ref_1762 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query operationGroups: - - &ref_2662 + - &ref_1771 $key: Operations operations: - - &ref_2661 + - &ref_1770 operationId: Operations_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 + - *ref_1209 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -38819,10 +28067,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -38831,9 +28075,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.MachineLearningServices/operations @@ -38841,14 +28082,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_1292 - language: &ref_2654 + - schema: *ref_1212 + language: &ref_1763 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -38857,14 +28095,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -38905,116 +28140,50 @@ operationGroups: description: Lists all of the available Azure Machine Learning Workspaces REST API operations. paging: nextLinkName: null - go: - name: List - description: Lists all of the available Azure Machine Learning Workspaces REST API operations. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_2446 - schema: - type: object - language: - default: &ref_1293 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1293 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_1294 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_1294 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2538 - type: object - properties: - - &ref_1296 - schema: *ref_1292 - serializedName: AmlOperationListResult - language: - default: &ref_1295 - name: AmlOperationListResult - description: An array of operations supported by the resource provider. - byValue: true - embeddedType: true - go: *ref_1295 - protocol: {} - language: - default: &ref_1297 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1296 - go: *ref_1297 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - - &ref_2718 + - &ref_1827 $key: Workspaces operations: - - &ref_2717 + - &ref_1826 operationId: Workspaces_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1300 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1215 + schema: *ref_1214 implementation: Method required: true - language: &ref_2664 + language: &ref_1773 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1301 + - &ref_1216 schema: *ref_1 implementation: Method required: true - language: &ref_2665 + language: &ref_1774 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39023,10 +28192,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -39035,26 +28200,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName} method: get uri: '{$host}' signatureParameters: - - *ref_1300 - - *ref_1301 + - *ref_1215 + - *ref_1216 responses: - - schema: *ref_89 - language: &ref_2666 + - schema: *ref_87 + language: &ref_1775 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -39063,14 +28222,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -39147,119 +28303,55 @@ operationGroups: default: name: Get description: Gets the properties of the specified machine learning workspace. - go: - name: Get - description: |- - Gets the properties of the specified machine learning workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2447 - schema: - type: object - language: - default: &ref_1302 - name: WorkspacesClientGetOptions - description: WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method. - go: *ref_1302 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientGetOptions - language: - default: &ref_1303 - name: options - description: WorkspacesClientGetOptions contains the optional parameters for the WorkspacesClient.Get method. - go: *ref_1303 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2539 - type: object - properties: - - &ref_1305 - schema: *ref_89 - serializedName: Workspace - language: - default: &ref_1304 - name: Workspace - description: An object that represents a machine learning workspace. - byValue: true - embeddedType: true - go: *ref_1304 - protocol: {} - language: - default: &ref_1306 - name: WorkspacesClientGetResponse - description: WorkspacesClientGetResponse contains the response from method WorkspacesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1305 - go: *ref_1306 - protocol: {} protocol: {} - - &ref_2723 + - &ref_1832 operationId: Workspaces_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1309 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1219 + schema: *ref_1214 implementation: Method required: true - language: &ref_2719 + language: &ref_1828 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1310 + - &ref_1220 schema: *ref_1 implementation: Method required: true - language: &ref_2720 + language: &ref_1829 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requestMediaTypes: - application/json: &ref_1308 + application/json: &ref_1218 parameters: - - &ref_1307 - schema: *ref_89 + - &ref_1217 + schema: *ref_87 implementation: Method required: true - language: &ref_2721 + language: &ref_1830 default: name: parameters description: The parameters for creating or updating a machine learning workspace. - go: - name: parameters - description: The parameters for creating or updating a machine learning workspace. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39268,22 +28360,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1307 + - *ref_1217 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName} @@ -39293,19 +28378,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1308 + - *ref_1218 signatureParameters: - - *ref_1309 - - *ref_1310 + - *ref_1219 + - *ref_1220 responses: - - schema: *ref_89 - language: &ref_2722 + - schema: *ref_87 + language: &ref_1831 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -39317,22 +28399,16 @@ operationGroups: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -39425,119 +28501,42 @@ operationGroups: default: name: CreateOrUpdate description: Creates or updates a workspace with the specified parameters. - go: - name: CreateOrUpdate - description: |- - Creates or updates a workspace with the specified parameters. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2448 - schema: - type: object - language: - default: &ref_1311 - name: WorkspacesClientBeginCreateOrUpdateOptions - description: WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method. - go: *ref_1311 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1312 - name: string - description: '' - go: *ref_1312 - protocol: {} - language: - default: &ref_1313 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1313 - protocol: {} - required: false - serializedName: WorkspacesClientBeginCreateOrUpdateOptions - language: - default: &ref_1314 - name: options - description: WorkspacesClientBeginCreateOrUpdateOptions contains the optional parameters for the WorkspacesClient.BeginCreateOrUpdate method. - go: *ref_1314 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2540 - type: object - properties: - - &ref_1316 - schema: *ref_89 - serializedName: Workspace - language: - default: &ref_1315 - name: Workspace - description: An object that represents a machine learning workspace. - byValue: true - embeddedType: true - go: *ref_1315 - protocol: {} - language: - default: &ref_1317 - name: WorkspacesClientCreateOrUpdateResponse - description: WorkspacesClientCreateOrUpdateResponse contains the response from method WorkspacesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1316 - go: *ref_1317 - protocol: {} protocol: {} - - &ref_2726 + - &ref_1835 operationId: Workspaces_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1318 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1221 + schema: *ref_1214 implementation: Method required: true - language: &ref_2724 + language: &ref_1833 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1319 + - &ref_1222 schema: *ref_1 implementation: Method required: true - language: &ref_2725 + language: &ref_1834 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39546,10 +28545,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -39558,25 +28553,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName} method: delete uri: '{$host}' signatureParameters: - - *ref_1318 - - *ref_1319 + - *ref_1221 + - *ref_1222 responses: - language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: @@ -39585,9 +28574,6 @@ operationGroups: default: name: '' description: The request was accepted; the request was well-formed and received properly. - go: - name: '' - description: The request was accepted; the request was well-formed and received properly. protocol: http: statusCodes: @@ -39596,22 +28582,16 @@ operationGroups: default: name: '' description: The machine learning workspace does not exist in the subscription. - go: - name: '' - description: The machine learning workspace does not exist in the subscription. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -39637,121 +28617,55 @@ operationGroups: default: name: Delete description: Deletes a machine learning workspace. - go: - name: Delete - description: |- - Deletes a machine learning workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2449 - schema: - type: object - language: - default: &ref_1320 - name: WorkspacesClientBeginDeleteOptions - description: WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method. - go: *ref_1320 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1321 - name: string - description: '' - go: *ref_1321 - protocol: {} - language: - default: &ref_1322 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1322 - protocol: {} - required: false - serializedName: WorkspacesClientBeginDeleteOptions - language: - default: &ref_1323 - name: options - description: WorkspacesClientBeginDeleteOptions contains the optional parameters for the WorkspacesClient.BeginDelete method. - go: *ref_1323 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2541 - type: object - language: - default: &ref_1324 - name: WorkspacesClientDeleteResponse - description: WorkspacesClientDeleteResponse contains the response from method WorkspacesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1324 - protocol: {} protocol: {} - - &ref_2735 + - &ref_1844 operationId: Workspaces_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1328 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1226 + schema: *ref_1214 implementation: Method required: true - language: &ref_2727 + language: &ref_1836 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1329 + - &ref_1227 schema: *ref_1 implementation: Method required: true - language: &ref_2728 + language: &ref_1837 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requestMediaTypes: - application/json: &ref_1327 + application/json: &ref_1225 parameters: - - &ref_1326 - schema: *ref_1325 + - &ref_1224 + schema: *ref_1223 implementation: Method required: true - language: &ref_2729 + language: &ref_1838 default: name: parameters description: The parameters for updating a machine learning workspace. - go: - name: parameters - description: The parameters for updating a machine learning workspace. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -39760,22 +28674,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1326 + - *ref_1224 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName} @@ -39785,19 +28692,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1327 + - *ref_1225 signatureParameters: - - *ref_1328 - - *ref_1329 + - *ref_1226 + - *ref_1227 responses: - - schema: *ref_89 - language: &ref_2734 + - schema: *ref_87 + language: &ref_1843 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -39809,22 +28713,16 @@ operationGroups: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -39872,101 +28770,28 @@ operationGroups: default: name: Update description: Updates a machine learning workspace with the specified parameters. - go: - name: Update - description: |- - Updates a machine learning workspace with the specified parameters. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2450 - schema: - type: object - language: - default: &ref_1330 - name: WorkspacesClientBeginUpdateOptions - description: WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method. - go: *ref_1330 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1331 - name: string - description: '' - go: *ref_1331 - protocol: {} - language: - default: &ref_1332 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1332 - protocol: {} - required: false - serializedName: WorkspacesClientBeginUpdateOptions - language: - default: &ref_1333 - name: options - description: WorkspacesClientBeginUpdateOptions contains the optional parameters for the WorkspacesClient.BeginUpdate method. - go: *ref_1333 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2542 - type: object - properties: - - &ref_1335 - schema: *ref_89 - serializedName: Workspace - language: - default: &ref_1334 - name: Workspace - description: An object that represents a machine learning workspace. - byValue: true - embeddedType: true - go: *ref_1334 - protocol: {} - language: - default: &ref_1336 - name: WorkspacesClientUpdateResponse - description: WorkspacesClientUpdateResponse contains the response from method WorkspacesClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1335 - go: *ref_1336 - protocol: {} protocol: {} - - &ref_2740 + - &ref_1849 operationId: Workspaces_ListByResourceGroup apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1340 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1228 + schema: *ref_1214 implementation: Method required: true - language: &ref_2736 + language: &ref_1845 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1338 + - &ref_1229 schema: *ref_1 implementation: Method language: @@ -39974,35 +28799,12 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1342 - schema: - type: object - language: - default: &ref_1337 - name: WorkspacesClientListByResourceGroupOptions - description: WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.NewListByResourceGroupPager method. - go: *ref_1337 - protocol: {} - originalParameter: - - *ref_1338 - required: false - serializedName: WorkspacesClientListByResourceGroupOptions - language: - default: &ref_1339 - name: options - description: WorkspacesClientListByResourceGroupOptions contains the optional parameters for the WorkspacesClient.NewListByResourceGroupPager method. - go: *ref_1339 - protocol: {} - serializedName: $skip protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40011,10 +28813,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -40023,26 +28821,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces method: get uri: '{$host}' signatureParameters: - - *ref_1340 - - *ref_1338 + - *ref_1228 + - *ref_1229 responses: - - schema: *ref_1341 - language: &ref_2737 + - schema: *ref_1230 + language: &ref_1846 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -40051,14 +28843,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -40111,136 +28900,55 @@ operationGroups: description: Lists all the available machine learning workspaces under the specified resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Lists all the available machine learning workspaces under the specified resource group. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: *ref_1342 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_2543 - type: object - properties: - - &ref_1344 - schema: *ref_1341 - serializedName: WorkspaceListResult - language: - default: &ref_1343 - name: WorkspaceListResult - description: The result of a request to list machine learning workspaces. - byValue: true - embeddedType: true - go: *ref_1343 - protocol: {} - language: - default: &ref_1345 - name: WorkspacesClientListByResourceGroupResponse - description: WorkspacesClientListByResourceGroupResponse contains the response from method WorkspacesClient.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1344 - go: *ref_1345 - protocol: {} protocol: {} - - &ref_2768 + - &ref_1877 operationId: Workspaces_Diagnose apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1353 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1234 + schema: *ref_1214 implementation: Method required: true - language: &ref_2741 + language: &ref_1850 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1354 + - &ref_1235 schema: *ref_1 implementation: Method required: true - language: &ref_2742 + language: &ref_1851 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1352 + application/json: &ref_1233 parameters: - - &ref_1348 - schema: *ref_1346 + - &ref_1232 + schema: *ref_1231 implementation: Method required: false - language: &ref_2743 + language: &ref_1852 default: name: parameters description: The parameter of diagnosing workspace health - go: - name: Parameters - description: The parameter of diagnosing workspace health - paramGroup: &ref_1357 - schema: - type: object - language: - default: &ref_1347 - name: WorkspacesClientBeginDiagnoseOptions - description: WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method. - go: *ref_1347 - protocol: {} - originalParameter: - - *ref_1348 - - schema: - type: string - language: - default: &ref_1349 - name: string - description: '' - go: *ref_1349 - protocol: {} - language: - default: &ref_1350 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1350 - protocol: {} - required: false - serializedName: WorkspacesClientBeginDiagnoseOptions - language: - default: &ref_1351 - name: options - description: WorkspacesClientBeginDiagnoseOptions contains the optional parameters for the WorkspacesClient.BeginDiagnose method. - go: *ref_1351 - protocol: {} protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40249,22 +28957,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1348 + - *ref_1232 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/diagnose @@ -40274,19 +28975,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1352 + - *ref_1233 signatureParameters: - - *ref_1353 - - *ref_1354 + - *ref_1234 + - *ref_1235 responses: - - schema: *ref_1355 - language: &ref_2754 + - schema: *ref_1236 + language: &ref_1863 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -40298,9 +28996,6 @@ operationGroups: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: headers: @@ -40310,29 +29005,20 @@ operationGroups: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1356 + - schema: *ref_1237 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -40385,88 +29071,42 @@ operationGroups: name: Diagnose description: Diagnose workspace setup issue. summary: Diagnose workspace setup issue. - go: - name: Diagnose - description: |- - Diagnose workspace setup issue. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: *ref_1357 - protocolNaming: - internalMethod: diagnose - requestMethod: diagnoseCreateRequest - responseMethod: diagnoseHandleResponse - responseEnv: &ref_2544 - type: object - properties: - - &ref_1359 - schema: *ref_1355 - serializedName: DiagnoseResponseResult - language: - default: &ref_1358 - name: DiagnoseResponseResult - description: '' - byValue: true - embeddedType: true - go: *ref_1358 - protocol: {} - language: - default: &ref_1360 - name: WorkspacesClientDiagnoseResponse - description: WorkspacesClientDiagnoseResponse contains the response from method WorkspacesClient.BeginDiagnose. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1359 - go: *ref_1360 - protocol: {} - summary: Diagnose workspace setup issue. protocol: {} - - &ref_2784 + - &ref_1893 operationId: Workspaces_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1361 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1238 + schema: *ref_1214 implementation: Method required: true - language: &ref_2769 + language: &ref_1878 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1362 + - &ref_1239 schema: *ref_1 implementation: Method required: true - language: &ref_2770 + language: &ref_1879 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40475,10 +29115,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -40487,26 +29123,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listKeys method: post uri: '{$host}' signatureParameters: - - *ref_1361 - - *ref_1362 + - *ref_1238 + - *ref_1239 responses: - - schema: *ref_1363 - language: &ref_2771 + - schema: *ref_1240 + language: &ref_1880 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -40515,14 +29145,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -40560,103 +29187,42 @@ operationGroups: default: name: ListKeys description: Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry - go: - name: ListKeys - description: |- - Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2451 - schema: - type: object - language: - default: &ref_1364 - name: WorkspacesClientListKeysOptions - description: WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method. - go: *ref_1364 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListKeysOptions - language: - default: &ref_1365 - name: options - description: WorkspacesClientListKeysOptions contains the optional parameters for the WorkspacesClient.ListKeys method. - go: *ref_1365 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_2545 - type: object - properties: - - &ref_1367 - schema: *ref_1363 - serializedName: ListWorkspaceKeysResult - language: - default: &ref_1366 - name: ListWorkspaceKeysResult - description: '' - byValue: true - embeddedType: true - go: *ref_1366 - protocol: {} - language: - default: &ref_1368 - name: WorkspacesClientListKeysResponse - description: WorkspacesClientListKeysResponse contains the response from method WorkspacesClient.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1367 - go: *ref_1368 - protocol: {} protocol: {} - - &ref_2787 + - &ref_1896 operationId: Workspaces_ResyncKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1369 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1241 + schema: *ref_1214 implementation: Method required: true - language: &ref_2785 + language: &ref_1894 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1370 + - &ref_1242 schema: *ref_1 implementation: Method required: true - language: &ref_2786 + language: &ref_1895 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40665,10 +29231,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -40677,25 +29239,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/resyncKeys method: post uri: '{$host}' signatureParameters: - - *ref_1369 - - *ref_1370 + - *ref_1241 + - *ref_1242 responses: - language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: @@ -40704,22 +29260,16 @@ operationGroups: default: name: '' description: The request was accepted; the request was well-formed and received properly. - go: - name: '' - description: The request was accepted; the request was well-formed and received properly. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -40744,71 +29294,16 @@ operationGroups: default: name: ResyncKeys description: Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry - go: - name: ResyncKeys - description: |- - Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2452 - schema: - type: object - language: - default: &ref_1371 - name: WorkspacesClientBeginResyncKeysOptions - description: WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method. - go: *ref_1371 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1372 - name: string - description: '' - go: *ref_1372 - protocol: {} - language: - default: &ref_1373 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1373 - protocol: {} - required: false - serializedName: WorkspacesClientBeginResyncKeysOptions - language: - default: &ref_1374 - name: options - description: WorkspacesClientBeginResyncKeysOptions contains the optional parameters for the WorkspacesClient.BeginResyncKeys method. - go: *ref_1374 - protocol: {} - protocolNaming: - internalMethod: resyncKeys - requestMethod: resyncKeysCreateRequest - responseMethod: resyncKeysHandleResponse - responseEnv: &ref_2546 - type: object - language: - default: &ref_1375 - name: WorkspacesClientResyncKeysResponse - description: WorkspacesClientResyncKeysResponse contains the response from method WorkspacesClient.BeginResyncKeys. - forLRO: true - responseType: true - go: *ref_1375 - protocol: {} protocol: {} - - &ref_2789 + - &ref_1898 operationId: Workspaces_ListBySubscription apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1377 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1243 schema: *ref_1 implementation: Method language: @@ -40816,35 +29311,12 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1379 - schema: - type: object - language: - default: &ref_1376 - name: WorkspacesClientListBySubscriptionOptions - description: WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method. - go: *ref_1376 - protocol: {} - originalParameter: - - *ref_1377 - required: false - serializedName: WorkspacesClientListBySubscriptionOptions - language: - default: &ref_1378 - name: options - description: WorkspacesClientListBySubscriptionOptions contains the optional parameters for the WorkspacesClient.NewListBySubscriptionPager method. - go: *ref_1378 - protocol: {} - serializedName: $skip protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -40853,10 +29325,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -40865,25 +29333,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/workspaces method: get uri: '{$host}' signatureParameters: - - *ref_1377 + - *ref_1243 responses: - - schema: *ref_1341 - language: &ref_2788 + - schema: *ref_1230 + language: &ref_1897 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -40892,14 +29354,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -40951,86 +29410,42 @@ operationGroups: description: Lists all the available machine learning workspaces under the specified subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Lists all the available machine learning workspaces under the specified subscription. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: *ref_1379 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_2547 - type: object - properties: - - &ref_1381 - schema: *ref_1341 - serializedName: WorkspaceListResult - language: - default: &ref_1380 - name: WorkspaceListResult - description: The result of a request to list machine learning workspaces. - byValue: true - embeddedType: true - go: *ref_1380 - protocol: {} - language: - default: &ref_1382 - name: WorkspacesClientListBySubscriptionResponse - description: WorkspacesClientListBySubscriptionResponse contains the response from method WorkspacesClient.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1381 - go: *ref_1382 - protocol: {} protocol: {} - - &ref_2799 + - &ref_1908 operationId: Workspaces_ListNotebookAccessToken apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1383 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1244 + schema: *ref_1214 implementation: Method required: true - language: &ref_2790 + language: &ref_1899 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1384 + - &ref_1245 schema: *ref_1 implementation: Method required: true - language: &ref_2791 + language: &ref_1900 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41039,10 +29454,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41051,26 +29462,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookAccessToken method: post uri: '{$host}' signatureParameters: - - *ref_1383 - - *ref_1384 + - *ref_1244 + - *ref_1245 responses: - - schema: *ref_1385 - language: &ref_2792 + - schema: *ref_1246 + language: &ref_1901 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -41079,14 +29484,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -41116,103 +29518,42 @@ operationGroups: default: name: ListNotebookAccessToken description: return notebook access token and refresh token - go: - name: ListNotebookAccessToken - description: |- - return notebook access token and refresh token - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2453 - schema: - type: object - language: - default: &ref_1386 - name: WorkspacesClientListNotebookAccessTokenOptions - description: WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method. - go: *ref_1386 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListNotebookAccessTokenOptions - language: - default: &ref_1387 - name: options - description: WorkspacesClientListNotebookAccessTokenOptions contains the optional parameters for the WorkspacesClient.ListNotebookAccessToken method. - go: *ref_1387 - protocol: {} - protocolNaming: - internalMethod: listNotebookAccessToken - requestMethod: listNotebookAccessTokenCreateRequest - responseMethod: listNotebookAccessTokenHandleResponse - responseEnv: &ref_2548 - type: object - properties: - - &ref_1389 - schema: *ref_1385 - serializedName: NotebookAccessTokenResult - language: - default: &ref_1388 - name: NotebookAccessTokenResult - description: '' - byValue: true - embeddedType: true - go: *ref_1388 - protocol: {} - language: - default: &ref_1390 - name: WorkspacesClientListNotebookAccessTokenResponse - description: WorkspacesClientListNotebookAccessTokenResponse contains the response from method WorkspacesClient.ListNotebookAccessToken. - marshallingFormat: json - responseType: true - resultProp: *ref_1389 - go: *ref_1390 - protocol: {} protocol: {} - - &ref_2808 + - &ref_1917 operationId: Workspaces_PrepareNotebook apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1391 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1247 + schema: *ref_1214 implementation: Method required: true - language: &ref_2800 + language: &ref_1909 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1392 + - &ref_1248 schema: *ref_1 implementation: Method required: true - language: &ref_2801 + language: &ref_1910 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41221,10 +29562,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41233,26 +29570,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/prepareNotebook method: post uri: '{$host}' signatureParameters: - - *ref_1391 - - *ref_1392 + - *ref_1247 + - *ref_1248 responses: - - schema: *ref_914 - language: &ref_2802 + - schema: *ref_841 + language: &ref_1911 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -41264,22 +29595,16 @@ operationGroups: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -41312,119 +29637,42 @@ operationGroups: default: name: PrepareNotebook description: Prepare a notebook. - go: - name: PrepareNotebook - description: |- - Prepare a notebook. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2454 - schema: - type: object - language: - default: &ref_1393 - name: WorkspacesClientBeginPrepareNotebookOptions - description: WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method. - go: *ref_1393 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1394 - name: string - description: '' - go: *ref_1394 - protocol: {} - language: - default: &ref_1395 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1395 - protocol: {} - required: false - serializedName: WorkspacesClientBeginPrepareNotebookOptions - language: - default: &ref_1396 - name: options - description: WorkspacesClientBeginPrepareNotebookOptions contains the optional parameters for the WorkspacesClient.BeginPrepareNotebook method. - go: *ref_1396 - protocol: {} - protocolNaming: - internalMethod: prepareNotebook - requestMethod: prepareNotebookCreateRequest - responseMethod: prepareNotebookHandleResponse - responseEnv: &ref_2549 - type: object - properties: - - &ref_1398 - schema: *ref_914 - serializedName: NotebookResourceInfo - language: - default: &ref_1397 - name: NotebookResourceInfo - description: '' - byValue: true - embeddedType: true - go: *ref_1397 - protocol: {} - language: - default: &ref_1399 - name: WorkspacesClientPrepareNotebookResponse - description: WorkspacesClientPrepareNotebookResponse contains the response from method WorkspacesClient.BeginPrepareNotebook. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1398 - go: *ref_1399 - protocol: {} protocol: {} - - &ref_2813 + - &ref_1922 operationId: Workspaces_ListStorageAccountKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1400 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1249 + schema: *ref_1214 implementation: Method required: true - language: &ref_2809 + language: &ref_1918 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1401 + - &ref_1250 schema: *ref_1 implementation: Method required: true - language: &ref_2810 + language: &ref_1919 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41433,10 +29681,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41445,26 +29689,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listStorageAccountKeys method: post uri: '{$host}' signatureParameters: - - *ref_1400 - - *ref_1401 + - *ref_1249 + - *ref_1250 responses: - - schema: *ref_1402 - language: &ref_2811 + - schema: *ref_1251 + language: &ref_1920 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -41473,14 +29711,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -41505,103 +29740,42 @@ operationGroups: default: name: ListStorageAccountKeys description: List storage account keys of a workspace. - go: - name: ListStorageAccountKeys - description: |- - List storage account keys of a workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2455 - schema: - type: object - language: - default: &ref_1403 - name: WorkspacesClientListStorageAccountKeysOptions - description: WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method. - go: *ref_1403 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListStorageAccountKeysOptions - language: - default: &ref_1404 - name: options - description: WorkspacesClientListStorageAccountKeysOptions contains the optional parameters for the WorkspacesClient.ListStorageAccountKeys method. - go: *ref_1404 - protocol: {} - protocolNaming: - internalMethod: listStorageAccountKeys - requestMethod: listStorageAccountKeysCreateRequest - responseMethod: listStorageAccountKeysHandleResponse - responseEnv: &ref_2550 - type: object - properties: - - &ref_1406 - schema: *ref_1402 - serializedName: ListStorageAccountKeysResult - language: - default: &ref_1405 - name: ListStorageAccountKeysResult - description: '' - byValue: true - embeddedType: true - go: *ref_1405 - protocol: {} - language: - default: &ref_1407 - name: WorkspacesClientListStorageAccountKeysResponse - description: WorkspacesClientListStorageAccountKeysResponse contains the response from method WorkspacesClient.ListStorageAccountKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1406 - go: *ref_1407 - protocol: {} protocol: {} - - &ref_2817 + - &ref_1926 operationId: Workspaces_ListNotebookKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1408 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1252 + schema: *ref_1214 implementation: Method required: true - language: &ref_2814 + language: &ref_1923 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1409 + - &ref_1253 schema: *ref_1 implementation: Method required: true - language: &ref_2815 + language: &ref_1924 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41610,10 +29784,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41622,26 +29792,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/listNotebookKeys method: post uri: '{$host}' signatureParameters: - - *ref_1408 - - *ref_1409 + - *ref_1252 + - *ref_1253 responses: - - schema: *ref_954 - language: &ref_2816 + - schema: *ref_880 + language: &ref_1925 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -41650,14 +29814,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -41683,103 +29844,42 @@ operationGroups: default: name: ListNotebookKeys description: List keys of a notebook. - go: - name: ListNotebookKeys - description: |- - List keys of a notebook. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2456 - schema: - type: object - language: - default: &ref_1410 - name: WorkspacesClientListNotebookKeysOptions - description: WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method. - go: *ref_1410 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListNotebookKeysOptions - language: - default: &ref_1411 - name: options - description: WorkspacesClientListNotebookKeysOptions contains the optional parameters for the WorkspacesClient.ListNotebookKeys method. - go: *ref_1411 - protocol: {} - protocolNaming: - internalMethod: listNotebookKeys - requestMethod: listNotebookKeysCreateRequest - responseMethod: listNotebookKeysHandleResponse - responseEnv: &ref_2551 - type: object - properties: - - &ref_1413 - schema: *ref_954 - serializedName: ListNotebookKeysResult - language: - default: &ref_1412 - name: ListNotebookKeysResult - description: '' - byValue: true - embeddedType: true - go: *ref_1412 - protocol: {} - language: - default: &ref_1414 - name: WorkspacesClientListNotebookKeysResponse - description: WorkspacesClientListNotebookKeysResponse contains the response from method WorkspacesClient.ListNotebookKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1413 - go: *ref_1414 - protocol: {} protocol: {} - - &ref_2828 + - &ref_1937 operationId: Workspaces_ListOutboundNetworkDependenciesEndpoints apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1415 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1254 + schema: *ref_1214 implementation: Method required: true - language: &ref_2818 + language: &ref_1927 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1416 + - &ref_1255 schema: *ref_1 implementation: Method required: true - language: &ref_2819 + language: &ref_1928 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41788,10 +29888,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41800,26 +29896,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/outboundNetworkDependenciesEndpoints method: get uri: '{$host}' signatureParameters: - - *ref_1415 - - *ref_1416 + - *ref_1254 + - *ref_1255 responses: - - schema: *ref_1417 - language: &ref_2820 + - schema: *ref_1256 + language: &ref_1929 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -41828,14 +29918,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -41873,103 +29960,38 @@ operationGroups: name: ListOutboundNetworkDependenciesEndpoints description: Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. summary: Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. - go: - name: ListOutboundNetworkDependenciesEndpoints - description: |- - Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspacesClient - openApiType: arm - optionalParamGroup: &ref_2457 - schema: - type: object - language: - default: &ref_1418 - name: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions - description: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method. - go: *ref_1418 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions - language: - default: &ref_1419 - name: options - description: WorkspacesClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the WorkspacesClient.ListOutboundNetworkDependenciesEndpoints method. - go: *ref_1419 - protocol: {} - protocolNaming: - internalMethod: listOutboundNetworkDependenciesEndpoints - requestMethod: listOutboundNetworkDependenciesEndpointsCreateRequest - responseMethod: listOutboundNetworkDependenciesEndpointsHandleResponse - responseEnv: &ref_2552 - type: object - properties: - - &ref_1421 - schema: *ref_1417 - serializedName: ExternalFQDNResponse - language: - default: &ref_1420 - name: ExternalFQDNResponse - description: '' - byValue: true - embeddedType: true - go: *ref_1420 - protocol: {} - language: - default: &ref_1422 - name: WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse - description: WorkspacesClientListOutboundNetworkDependenciesEndpointsResponse contains the response from method WorkspacesClient.ListOutboundNetworkDependenciesEndpoints. - marshallingFormat: json - responseType: true - resultProp: *ref_1421 - go: *ref_1422 - protocol: {} - summary: Called by Client (Portal, CLI, etc) to get a list of all external outbound dependencies (FQDNs) programmatically. protocol: {} language: default: name: Workspaces description: '' - go: - name: Workspaces - description: '' - clientCtorName: NewWorkspacesClient - clientName: WorkspacesClient - clientParams: - - *ref_1298 protocol: {} - - &ref_2841 + - &ref_1950 $key: Usages operations: - - &ref_2840 + - &ref_1949 operationId: Usages_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1424 - schema: *ref_1423 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1258 + schema: *ref_1257 implementation: Method required: true - language: &ref_2829 + language: &ref_1938 default: name: location description: The location for which resource usage is queried. serializedName: location - go: - name: location - description: The location for which resource usage is queried. - serializedName: location protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -41978,10 +30000,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -41990,25 +30008,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/usages method: get uri: '{$host}' signatureParameters: - - *ref_1424 + - *ref_1258 responses: - - schema: *ref_1425 - language: &ref_2830 + - schema: *ref_1259 + language: &ref_1939 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -42017,14 +30029,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -42339,102 +30348,38 @@ operationGroups: description: Gets the current usage information as well as limits for AML resources for given subscription and location. paging: nextLinkName: nextLink - go: - name: List - description: Gets the current usage information as well as limits for AML resources for given subscription and location. - azureARM: true - clientName: UsagesClient - openApiType: arm - optionalParamGroup: &ref_2458 - schema: - type: object - language: - default: &ref_1426 - name: UsagesClientListOptions - description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_1426 - protocol: {} - originalParameter: [] - required: false - serializedName: UsagesClientListOptions - language: - default: &ref_1427 - name: options - description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_1427 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2553 - type: object - properties: - - &ref_1429 - schema: *ref_1425 - serializedName: ListUsagesResult - language: - default: &ref_1428 - name: ListUsagesResult - description: The List Usages operation response. - byValue: true - embeddedType: true - go: *ref_1428 - protocol: {} - language: - default: &ref_1430 - name: UsagesClientListResponse - description: UsagesClientListResponse contains the response from method UsagesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1429 - go: *ref_1430 - protocol: {} protocol: {} language: default: name: Usages description: '' - go: - name: Usages - description: '' - clientCtorName: NewUsagesClient - clientName: UsagesClient - clientParams: - - *ref_1298 protocol: {} - - &ref_2863 + - &ref_1972 $key: VirtualMachineSizes operations: - - &ref_2862 + - &ref_1971 operationId: VirtualMachineSizes_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1431 - schema: *ref_1423 + - *ref_1209 + - &ref_1260 + schema: *ref_1257 implementation: Method required: true - language: &ref_2842 + language: &ref_1951 default: name: location description: The location upon which virtual-machine-sizes is queried. serializedName: location - go: - name: location - description: The location upon which virtual-machine-sizes is queried. - serializedName: location protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1210 + - *ref_1213 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -42443,10 +30388,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -42455,25 +30396,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/vmSizes method: get uri: '{$host}' signatureParameters: - - *ref_1431 + - *ref_1260 responses: - - schema: *ref_1432 - language: &ref_2843 + - schema: *ref_1261 + language: &ref_1952 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -42482,14 +30417,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -42769,118 +30701,51 @@ operationGroups: default: name: List description: Returns supported VM Sizes in a location - go: - name: List - description: |- - Returns supported VM Sizes in a location - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: VirtualMachineSizesClient - openApiType: arm - optionalParamGroup: &ref_2459 - schema: - type: object - language: - default: &ref_1433 - name: VirtualMachineSizesClientListOptions - description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method. - go: *ref_1433 - protocol: {} - originalParameter: [] - required: false - serializedName: VirtualMachineSizesClientListOptions - language: - default: &ref_1434 - name: options - description: VirtualMachineSizesClientListOptions contains the optional parameters for the VirtualMachineSizesClient.List method. - go: *ref_1434 - protocol: {} - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2554 - type: object - properties: - - &ref_1436 - schema: *ref_1432 - serializedName: VirtualMachineSizeListResult - language: - default: &ref_1435 - name: VirtualMachineSizeListResult - description: The List Virtual Machine size operation response. - byValue: true - embeddedType: true - go: *ref_1435 - protocol: {} - language: - default: &ref_1437 - name: VirtualMachineSizesClientListResponse - description: VirtualMachineSizesClientListResponse contains the response from method VirtualMachineSizesClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1436 - go: *ref_1437 - protocol: {} protocol: {} language: default: name: VirtualMachineSizes description: '' - go: - name: VirtualMachineSizes - description: '' - clientCtorName: NewVirtualMachineSizesClient - clientName: VirtualMachineSizesClient - clientParams: - - *ref_1298 protocol: {} - - &ref_2879 + - &ref_1988 $key: Quotas operations: - - &ref_2878 + - &ref_1987 operationId: Quotas_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1441 - schema: *ref_1423 + - *ref_1209 + - &ref_1265 + schema: *ref_1257 implementation: Method required: true - language: &ref_2864 + language: &ref_1973 default: name: location description: The location for update quota is queried. serializedName: location - go: - name: location - description: The location for update quota is queried. - serializedName: location protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1210 + - *ref_1213 requestMediaTypes: - application/json: &ref_1440 + application/json: &ref_1264 parameters: - - &ref_1439 - schema: *ref_1438 + - &ref_1263 + schema: *ref_1262 implementation: Method required: true - language: &ref_2865 + language: &ref_1974 default: name: parameters description: Quota update parameters. - go: - name: parameters - description: Quota update parameters. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -42889,22 +30754,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1439 + - *ref_1263 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/updateQuotas @@ -42914,18 +30772,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1440 + - *ref_1264 signatureParameters: - - *ref_1441 + - *ref_1265 responses: - - schema: *ref_1442 - language: &ref_2871 + - schema: *ref_1266 + language: &ref_1980 default: name: '' description: The operation was successful. - go: - name: '' - description: The operation was successful. protocol: http: knownMediaType: json @@ -42934,14 +30789,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -42985,87 +30837,30 @@ operationGroups: default: name: Update description: Update quota for each VM family in workspace. - go: - name: Update - description: |- - Update quota for each VM family in workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: QuotasClient - openApiType: arm - optionalParamGroup: &ref_2460 - schema: - type: object - language: - default: &ref_1443 - name: QuotasClientUpdateOptions - description: QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method. - go: *ref_1443 - protocol: {} - originalParameter: [] - required: false - serializedName: QuotasClientUpdateOptions - language: - default: &ref_1444 - name: options - description: QuotasClientUpdateOptions contains the optional parameters for the QuotasClient.Update method. - go: *ref_1444 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2555 - type: object - properties: - - &ref_1446 - schema: *ref_1442 - serializedName: UpdateWorkspaceQuotasResult - language: - default: &ref_1445 - name: UpdateWorkspaceQuotasResult - description: The result of update workspace quota. - byValue: true - embeddedType: true - go: *ref_1445 - protocol: {} - language: - default: &ref_1447 - name: QuotasClientUpdateResponse - description: QuotasClientUpdateResponse contains the response from method QuotasClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_1446 - go: *ref_1447 - protocol: {} protocol: {} - - &ref_2890 + - &ref_1999 operationId: Quotas_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_1448 - schema: *ref_1423 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1267 + schema: *ref_1257 implementation: Method required: true - language: &ref_2880 + language: &ref_1989 default: name: location description: The location for which resource usage is queried. serializedName: location - go: - name: location - description: The location for which resource usage is queried. - serializedName: location protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43074,10 +30869,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43086,25 +30877,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.MachineLearningServices/locations/{location}/quotas method: get uri: '{$host}' signatureParameters: - - *ref_1448 + - *ref_1267 responses: - - schema: *ref_1449 - language: &ref_2881 + - schema: *ref_1268 + language: &ref_1990 default: name: '' description: OK - go: - name: '' - description: OK protocol: http: knownMediaType: json @@ -43113,14 +30898,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -43428,116 +31210,48 @@ operationGroups: description: Gets the currently assigned Workspace Quotas based on VMFamily. paging: nextLinkName: nextLink - go: - name: List - description: Gets the currently assigned Workspace Quotas based on VMFamily. - azureARM: true - clientName: QuotasClient - openApiType: arm - optionalParamGroup: &ref_2461 - schema: - type: object - language: - default: &ref_1450 - name: QuotasClientListOptions - description: QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method. - go: *ref_1450 - protocol: {} - originalParameter: [] - required: false - serializedName: QuotasClientListOptions - language: - default: &ref_1451 - name: options - description: QuotasClientListOptions contains the optional parameters for the QuotasClient.NewListPager method. - go: *ref_1451 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2556 - type: object - properties: - - &ref_1453 - schema: *ref_1449 - serializedName: ListWorkspaceQuotas - language: - default: &ref_1452 - name: ListWorkspaceQuotas - description: The List WorkspaceQuotasByVMFamily operation response. - byValue: true - embeddedType: true - go: *ref_1452 - protocol: {} - language: - default: &ref_1454 - name: QuotasClientListResponse - description: QuotasClientListResponse contains the response from method QuotasClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1453 - go: *ref_1454 - protocol: {} protocol: {} language: default: name: Quotas description: '' - go: - name: Quotas - description: '' - clientCtorName: NewQuotasClient - clientName: QuotasClient - clientParams: - - *ref_1298 protocol: {} - - &ref_2907 + - &ref_2016 $key: Compute operations: - - &ref_2906 + - &ref_2015 operationId: Compute_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1458 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1269 + schema: *ref_1214 implementation: Method required: true - language: &ref_2891 + language: &ref_2000 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1459 + - &ref_1270 schema: *ref_1 implementation: Method required: true - language: &ref_2892 + language: &ref_2001 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1456 + - *ref_1210 + - &ref_1271 schema: *ref_1 implementation: Method language: @@ -43545,35 +31259,12 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1461 - schema: - type: object - language: - default: &ref_1455 - name: ComputeClientListOptions - description: ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method. - go: *ref_1455 - protocol: {} - originalParameter: - - *ref_1456 - required: false - serializedName: ComputeClientListOptions - language: - default: &ref_1457 - name: options - description: ComputeClientListOptions contains the optional parameters for the ComputeClient.NewListPager method. - go: *ref_1457 - protocol: {} - serializedName: $skip protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43582,10 +31273,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43594,31 +31281,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes method: get uri: '{$host}' signatureParameters: - - *ref_1458 - - *ref_1459 - - *ref_1456 + - *ref_1269 + - *ref_1270 + - *ref_1271 responses: - - schema: *ref_1460 - language: &ref_2893 + - schema: *ref_1272 + language: &ref_2002 default: name: '' description: >- The response includes a paginated array of Machine Learning computes and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/. - go: - name: '' - description: |- - The response includes a paginated array of Machine Learning computes and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see - https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/. protocol: http: knownMediaType: json @@ -43627,14 +31306,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -43686,102 +31362,54 @@ operationGroups: description: Gets computes in specified workspace. paging: nextLinkName: nextLink - go: - name: List - description: Gets computes in specified workspace. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: *ref_1461 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2557 - type: object - properties: - - &ref_1463 - schema: *ref_1460 - serializedName: PaginatedComputeResourcesList - language: - default: &ref_1462 - name: PaginatedComputeResourcesList - description: Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. - byValue: true - embeddedType: true - go: *ref_1462 - protocol: {} - language: - default: &ref_1464 - name: ComputeClientListResponse - description: ComputeClientListResponse contains the response from method ComputeClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1463 - go: *ref_1464 - protocol: {} protocol: {} - - &ref_2912 + - &ref_2021 operationId: Compute_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1465 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1273 + schema: *ref_1214 implementation: Method required: true - language: &ref_2908 + language: &ref_2017 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1466 + - &ref_1274 schema: *ref_1 implementation: Method required: true - language: &ref_2909 + language: &ref_2018 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1467 + - &ref_1275 schema: *ref_3 implementation: Method required: true - language: &ref_2910 + language: &ref_2019 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -43790,10 +31418,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -43802,27 +31426,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName} method: get uri: '{$host}' signatureParameters: - - *ref_1465 - - *ref_1466 - - *ref_1467 + - *ref_1273 + - *ref_1274 + - *ref_1275 responses: - - schema: *ref_90 - language: &ref_2911 + - schema: *ref_88 + language: &ref_2020 default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: knownMediaType: json @@ -43831,14 +31449,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -44011,135 +31626,67 @@ operationGroups: default: name: Get description: Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them. - go: - name: Get - description: |- - Gets compute definition by its name. Any secrets (storage keys, service credentials, etc) are not returned - use 'keys' nested resource to get them. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2462 - schema: - type: object - language: - default: &ref_1468 - name: ComputeClientGetOptions - description: ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method. - go: *ref_1468 - protocol: {} - originalParameter: [] - required: false - serializedName: ComputeClientGetOptions - language: - default: &ref_1469 - name: options - description: ComputeClientGetOptions contains the optional parameters for the ComputeClient.Get method. - go: *ref_1469 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2558 - type: object - properties: - - &ref_1471 - schema: *ref_90 - serializedName: ComputeResource - language: - default: &ref_1470 - name: ComputeResource - description: Machine Learning compute object wrapped into ARM resource envelope. - byValue: true - embeddedType: true - go: *ref_1470 - protocol: {} - language: - default: &ref_1472 - name: ComputeClientGetResponse - description: ComputeClientGetResponse contains the response from method ComputeClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1471 - go: *ref_1472 - protocol: {} protocol: {} - - &ref_2988 + - &ref_2097 operationId: Compute_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1475 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1278 + schema: *ref_1214 implementation: Method required: true - language: &ref_2981 + language: &ref_2090 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1476 + - &ref_1279 schema: *ref_1 implementation: Method required: true - language: &ref_2982 + language: &ref_2091 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1477 + - &ref_1280 schema: *ref_3 implementation: Method required: true - language: &ref_2983 + language: &ref_2092 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1474 + application/json: &ref_1277 parameters: - - &ref_1473 - schema: *ref_90 + - &ref_1276 + schema: *ref_88 implementation: Method required: true - language: &ref_2984 + language: &ref_2093 default: name: parameters description: Payload with Machine Learning compute definition. - go: - name: parameters - description: Payload with Machine Learning compute definition. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44148,22 +31695,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1473 + - *ref_1276 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName} @@ -44173,20 +31713,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1474 + - *ref_1277 signatureParameters: - - *ref_1475 - - *ref_1476 - - *ref_1477 + - *ref_1278 + - *ref_1279 + - *ref_1280 responses: - - schema: *ref_90 - language: &ref_2985 + - schema: *ref_88 + language: &ref_2094 default: name: '' description: Compute creation or update initiated. - go: - name: '' - description: Compute creation or update initiated. protocol: http: knownMediaType: json @@ -44194,14 +31731,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_90 - language: &ref_2986 + - schema: *ref_88 + language: &ref_2095 default: name: '' description: Compute creation or update initiated. - go: - name: '' - description: Compute creation or update initiated. protocol: http: headers: @@ -44211,23 +31745,17 @@ operationGroups: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -44329,7 +31857,7 @@ operationGroups: vcName: null provisioningState: Creating resourceId: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - headers: &ref_2987 + headers: &ref_2096 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create a AML Compute: parameters: @@ -44375,7 +31903,7 @@ operationGroups: properties: computeType: AmlCompute provisioningState: Creating - headers: &ref_2990 + headers: &ref_2099 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create a DataFactory Compute: parameters: @@ -44409,7 +31937,7 @@ operationGroups: properties: computeType: DataFactory provisioningState: Creating - headers: &ref_2991 + headers: &ref_2100 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an AKS Compute: parameters: @@ -44442,7 +31970,7 @@ operationGroups: properties: computeType: AKS provisioningState: Creating - headers: &ref_2992 + headers: &ref_2101 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an ComputeInstance Compute: parameters: @@ -44487,7 +32015,7 @@ operationGroups: properties: computeType: ComputeInstance provisioningState: Creating - headers: &ref_2993 + headers: &ref_2102 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Create an ComputeInstance Compute with minimal inputs: parameters: @@ -44523,7 +32051,7 @@ operationGroups: properties: computeType: ComputeInstance provisioningState: Creating - headers: &ref_2994 + headers: &ref_2103 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Update a AML Compute: parameters: @@ -44592,7 +32120,7 @@ operationGroups: description: some compute computeType: AmlCompute provisioningState: Updating - headers: &ref_2995 + headers: &ref_2104 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Update an AKS Compute: parameters: @@ -44635,159 +32163,74 @@ operationGroups: computeType: AKS provisioningState: Updating resourceId: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - headers: &ref_2999 + headers: &ref_2108 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... x-ms-long-running-operation: true language: default: name: CreateOrUpdate description: Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not exist yet. - go: - name: CreateOrUpdate - description: |- - Creates or updates compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. If your intent is to create a new compute, do a GET first to verify that it does not - exist yet. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2463 - schema: - type: object - language: - default: &ref_1478 - name: ComputeClientBeginCreateOrUpdateOptions - description: ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method. - go: *ref_1478 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1479 - name: string - description: '' - go: *ref_1479 - protocol: {} - language: - default: &ref_1480 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1480 - protocol: {} - required: false - serializedName: ComputeClientBeginCreateOrUpdateOptions - language: - default: &ref_1481 - name: options - description: ComputeClientBeginCreateOrUpdateOptions contains the optional parameters for the ComputeClient.BeginCreateOrUpdate method. - go: *ref_1481 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2559 - type: object - properties: - - &ref_1483 - schema: *ref_90 - serializedName: ComputeResource - language: - default: &ref_1482 - name: ComputeResource - description: Machine Learning compute object wrapped into ARM resource envelope. - byValue: true - embeddedType: true - go: *ref_1482 - protocol: {} - language: - default: &ref_1484 - name: ComputeClientCreateOrUpdateResponse - description: ComputeClientCreateOrUpdateResponse contains the response from method ComputeClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1483 - go: *ref_1484 - protocol: {} protocol: {} - - &ref_3009 + - &ref_2118 operationId: Compute_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1488 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1284 + schema: *ref_1214 implementation: Method required: true - language: &ref_3000 + language: &ref_2109 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1489 + - &ref_1285 schema: *ref_1 implementation: Method required: true - language: &ref_3001 + language: &ref_2110 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1490 + - &ref_1286 schema: *ref_3 implementation: Method required: true - language: &ref_3002 + language: &ref_2111 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1487 + application/json: &ref_1283 parameters: - - &ref_1486 - schema: *ref_1485 + - &ref_1282 + schema: *ref_1281 implementation: Method required: true - language: &ref_3003 + language: &ref_2112 default: name: parameters description: Additional parameters for cluster update. - go: - name: parameters - description: Additional parameters for cluster update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -44796,22 +32239,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1486 + - *ref_1282 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName} @@ -44821,20 +32257,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1487 + - *ref_1283 signatureParameters: - - *ref_1488 - - *ref_1489 - - *ref_1490 + - *ref_1284 + - *ref_1285 + - *ref_1286 responses: - - schema: *ref_90 - language: &ref_3007 + - schema: *ref_88 + language: &ref_2116 default: name: '' description: Compute update initiated. - go: - name: '' - description: Compute update initiated. protocol: http: knownMediaType: json @@ -44843,14 +32276,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -44886,158 +32316,73 @@ operationGroups: description: some compute computeType: AmlCompute provisioningState: Updating - headers: &ref_3008 + headers: &ref_2117 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... x-ms-long-running-operation: true language: default: name: Update description: Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. - go: - name: Update - description: |- - Updates properties of a compute. This call will overwrite a compute if it exists. This is a nonrecoverable operation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2464 - schema: - type: object - language: - default: &ref_1491 - name: ComputeClientBeginUpdateOptions - description: ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method. - go: *ref_1491 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1492 - name: string - description: '' - go: *ref_1492 - protocol: {} - language: - default: &ref_1493 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1493 - protocol: {} - required: false - serializedName: ComputeClientBeginUpdateOptions - language: - default: &ref_1494 - name: options - description: ComputeClientBeginUpdateOptions contains the optional parameters for the ComputeClient.BeginUpdate method. - go: *ref_1494 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2560 - type: object - properties: - - &ref_1496 - schema: *ref_90 - serializedName: ComputeResource - language: - default: &ref_1495 - name: ComputeResource - description: Machine Learning compute object wrapped into ARM resource envelope. - byValue: true - embeddedType: true - go: *ref_1495 - protocol: {} - language: - default: &ref_1497 - name: ComputeClientUpdateResponse - description: ComputeClientUpdateResponse contains the response from method ComputeClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1496 - go: *ref_1497 - protocol: {} protocol: {} - - &ref_3015 + - &ref_2124 operationId: Compute_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1499 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1288 + schema: *ref_1214 implementation: Method required: true - language: &ref_3010 + language: &ref_2119 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1500 + - &ref_1289 schema: *ref_1 implementation: Method required: true - language: &ref_3011 + language: &ref_2120 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1501 + - &ref_1290 schema: *ref_3 implementation: Method required: true - language: &ref_3012 + language: &ref_2121 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 - - &ref_1502 - schema: *ref_1498 + - *ref_1210 + - &ref_1291 + schema: *ref_1287 implementation: Method required: true - language: &ref_3013 + language: &ref_2122 default: name: underlyingResourceAction description: Delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'. serializedName: underlyingResourceAction - go: - name: underlyingResourceAction - description: Delete the underlying compute if 'Delete', or detach the underlying compute from workspace if 'Detach'. - serializedName: underlyingResourceAction protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45046,10 +32391,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45058,27 +32399,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName} method: delete uri: '{$host}' signatureParameters: - - *ref_1499 - - *ref_1500 - - *ref_1501 - - *ref_1502 + - *ref_1288 + - *ref_1289 + - *ref_1290 + - *ref_1291 responses: - language: default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: statusCodes: @@ -45087,52 +32422,37 @@ operationGroups: default: name: '' description: Compute deletion initiated. - go: - name: '' - description: Compute deletion initiated. protocol: http: headers: - - schema: *ref_1503 + - schema: *ref_1292 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. - - schema: *ref_1504 + - schema: *ref_1293 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. statusCodes: - '202' - language: default: name: '' description: No content; The target compute does not exist. - go: - name: '' - description: No content; The target compute does not exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the request failed. - go: - name: '' - description: Error response describing why the request failed. protocol: http: knownMediaType: json @@ -45154,7 +32474,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_3014 + headers: &ref_2123 Azure-AsyncOperation: https://management.azure.com/subscriptions/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/...pathToOperationResult... '204': {} @@ -45163,121 +32483,54 @@ operationGroups: default: name: Delete description: Deletes specified Machine Learning compute. - go: - name: Delete - description: |- - Deletes specified Machine Learning compute. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2465 - schema: - type: object - language: - default: &ref_1505 - name: ComputeClientBeginDeleteOptions - description: ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method. - go: *ref_1505 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1506 - name: string - description: '' - go: *ref_1506 - protocol: {} - language: - default: &ref_1507 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1507 - protocol: {} - required: false - serializedName: ComputeClientBeginDeleteOptions - language: - default: &ref_1508 - name: options - description: ComputeClientBeginDeleteOptions contains the optional parameters for the ComputeClient.BeginDelete method. - go: *ref_1508 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2561 - type: object - language: - default: &ref_1509 - name: ComputeClientDeleteResponse - description: ComputeClientDeleteResponse contains the response from method ComputeClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1509 - protocol: {} protocol: {} - - &ref_3028 + - &ref_2137 operationId: Compute_ListNodes apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1510 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1294 + schema: *ref_1214 implementation: Method required: true - language: &ref_3016 + language: &ref_2125 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1511 + - &ref_1295 schema: *ref_1 implementation: Method required: true - language: &ref_3017 + language: &ref_2126 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1512 + - &ref_1296 schema: *ref_3 implementation: Method required: true - language: &ref_3018 + language: &ref_2127 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45286,10 +32539,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45298,27 +32547,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listNodes method: post uri: '{$host}' signatureParameters: - - *ref_1510 - - *ref_1511 - - *ref_1512 + - *ref_1294 + - *ref_1295 + - *ref_1296 responses: - - schema: *ref_1513 - language: &ref_3019 + - schema: *ref_1297 + language: &ref_2128 default: name: '' description: The operation was successful. The response contains the list of IP addresses. - go: - name: '' - description: The operation was successful. The response contains the list of IP addresses. protocol: http: knownMediaType: json @@ -45327,14 +32570,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -45378,120 +32618,54 @@ operationGroups: paging: itemName: nodes nextLinkName: nextLink - go: - name: ListNodes - description: Get the details (e.g IP address, port etc) of all the compute nodes in the compute. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2466 - schema: - type: object - language: - default: &ref_1514 - name: ComputeClientListNodesOptions - description: ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.NewListNodesPager method. - go: *ref_1514 - protocol: {} - originalParameter: [] - required: false - serializedName: ComputeClientListNodesOptions - language: - default: &ref_1515 - name: options - description: ComputeClientListNodesOptions contains the optional parameters for the ComputeClient.NewListNodesPager method. - go: *ref_1515 - protocol: {} - paging: - itemName: nodes - nextLinkName: NextLink - protocolNaming: - internalMethod: listNodes - requestMethod: listNodesCreateRequest - responseMethod: listNodesHandleResponse - responseEnv: &ref_2562 - type: object - properties: - - &ref_1517 - schema: *ref_1513 - serializedName: AmlComputeNodesInformation - language: - default: &ref_1516 - name: AmlComputeNodesInformation - description: Result of AmlCompute Nodes - byValue: true - embeddedType: true - go: *ref_1516 - protocol: {} - language: - default: &ref_1518 - name: ComputeClientListNodesResponse - description: ComputeClientListNodesResponse contains the response from method ComputeClient.NewListNodesPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1517 - go: *ref_1518 - protocol: {} protocol: {} - - &ref_3039 + - &ref_2148 operationId: Compute_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1519 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1298 + schema: *ref_1214 implementation: Method required: true - language: &ref_3029 + language: &ref_2138 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1520 + - &ref_1299 schema: *ref_1 implementation: Method required: true - language: &ref_3030 + language: &ref_2139 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1521 + - &ref_1300 schema: *ref_3 implementation: Method required: true - language: &ref_3031 + language: &ref_2140 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45500,10 +32674,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45512,28 +32682,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/listKeys method: post uri: '{$host}' signatureParameters: - - *ref_1519 - - *ref_1520 - - *ref_1521 + - *ref_1298 + - *ref_1299 + - *ref_1300 responses: - - schema: *ref_1025 - language: &ref_3032 + - schema: *ref_951 + language: &ref_2141 default: name: '' description: Success. - go: - name: '' - description: Success. - byValue: true protocol: http: knownMediaType: json @@ -45542,14 +32705,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -45578,130 +32738,54 @@ operationGroups: default: name: ListKeys description: Gets secrets related to Machine Learning compute (storage keys, service credentials, etc). - go: - name: ListKeys - description: |- - Gets secrets related to Machine Learning compute (storage keys, service credentials, etc). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2467 - schema: - type: object - language: - default: &ref_1522 - name: ComputeClientListKeysOptions - description: ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method. - go: *ref_1522 - protocol: {} - originalParameter: [] - required: false - serializedName: ComputeClientListKeysOptions - language: - default: &ref_1523 - name: options - description: ComputeClientListKeysOptions contains the optional parameters for the ComputeClient.ListKeys method. - go: *ref_1523 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_2563 - type: object - properties: - - &ref_1528 - schema: - type: object - children: *ref_1524 - discriminator: *ref_1525 - language: - default: &ref_1526 - name: ComputeSecretsClassification - description: discriminated type - discriminatorInterface: ComputeSecretsClassification - go: *ref_1526 - protocol: {} - isDiscriminator: true - serializedName: ComputeSecrets - language: - default: &ref_1527 - name: ComputeSecrets - description: Secrets related to a Machine Learning compute. Might differ for every type of compute. - byValue: true - embeddedType: true - go: *ref_1527 - protocol: {} - language: - default: &ref_1529 - name: ComputeClientListKeysResponse - description: ComputeClientListKeysResponse contains the response from method ComputeClient.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1528 - go: *ref_1529 - protocol: {} protocol: {} - - &ref_3043 + - &ref_2152 operationId: Compute_Start apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1530 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1301 + schema: *ref_1214 implementation: Method required: true - language: &ref_3040 + language: &ref_2149 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1531 + - &ref_1302 schema: *ref_1 implementation: Method required: true - language: &ref_3041 + language: &ref_2150 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1532 + - &ref_1303 schema: *ref_3 implementation: Method required: true - language: &ref_3042 + language: &ref_2151 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45710,10 +32794,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45722,39 +32802,30 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/start method: post uri: '{$host}' signatureParameters: - - *ref_1530 - - *ref_1531 - - *ref_1532 + - *ref_1301 + - *ref_1302 + - *ref_1303 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -45779,121 +32850,54 @@ operationGroups: default: name: Start description: Posts a start action to a compute instance - go: - name: Start - description: |- - Posts a start action to a compute instance - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2468 - schema: - type: object - language: - default: &ref_1533 - name: ComputeClientBeginStartOptions - description: ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method. - go: *ref_1533 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1534 - name: string - description: '' - go: *ref_1534 - protocol: {} - language: - default: &ref_1535 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1535 - protocol: {} - required: false - serializedName: ComputeClientBeginStartOptions - language: - default: &ref_1536 - name: options - description: ComputeClientBeginStartOptions contains the optional parameters for the ComputeClient.BeginStart method. - go: *ref_1536 - protocol: {} - protocolNaming: - internalMethod: start - requestMethod: startCreateRequest - responseMethod: startHandleResponse - responseEnv: &ref_2564 - type: object - language: - default: &ref_1537 - name: ComputeClientStartResponse - description: ComputeClientStartResponse contains the response from method ComputeClient.BeginStart. - forLRO: true - responseType: true - go: *ref_1537 - protocol: {} protocol: {} - - &ref_3047 + - &ref_2156 operationId: Compute_Stop apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1538 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1304 + schema: *ref_1214 implementation: Method required: true - language: &ref_3044 + language: &ref_2153 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1539 + - &ref_1305 schema: *ref_1 implementation: Method required: true - language: &ref_3045 + language: &ref_2154 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1540 + - &ref_1306 schema: *ref_3 implementation: Method required: true - language: &ref_3046 + language: &ref_2155 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -45902,10 +32906,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -45914,39 +32914,30 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/stop method: post uri: '{$host}' signatureParameters: - - *ref_1538 - - *ref_1539 - - *ref_1540 + - *ref_1304 + - *ref_1305 + - *ref_1306 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -45971,121 +32962,54 @@ operationGroups: default: name: Stop description: Posts a stop action to a compute instance - go: - name: Stop - description: |- - Posts a stop action to a compute instance - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2469 - schema: - type: object - language: - default: &ref_1541 - name: ComputeClientBeginStopOptions - description: ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method. - go: *ref_1541 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1542 - name: string - description: '' - go: *ref_1542 - protocol: {} - language: - default: &ref_1543 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1543 - protocol: {} - required: false - serializedName: ComputeClientBeginStopOptions - language: - default: &ref_1544 - name: options - description: ComputeClientBeginStopOptions contains the optional parameters for the ComputeClient.BeginStop method. - go: *ref_1544 - protocol: {} - protocolNaming: - internalMethod: stop - requestMethod: stopCreateRequest - responseMethod: stopHandleResponse - responseEnv: &ref_2565 - type: object - language: - default: &ref_1545 - name: ComputeClientStopResponse - description: ComputeClientStopResponse contains the response from method ComputeClient.BeginStop. - forLRO: true - responseType: true - go: *ref_1545 - protocol: {} protocol: {} - - &ref_3051 + - &ref_2160 operationId: Compute_Restart apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1546 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1307 + schema: *ref_1214 implementation: Method required: true - language: &ref_3048 + language: &ref_2157 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1547 + - &ref_1308 schema: *ref_1 implementation: Method required: true - language: &ref_3049 + language: &ref_2158 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1548 + - &ref_1309 schema: *ref_3 implementation: Method required: true - language: &ref_3050 + language: &ref_2159 default: name: computeName description: Name of the Azure Machine Learning compute. serializedName: computeName - go: - name: computeName - description: Name of the Azure Machine Learning compute. - serializedName: computeName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46094,10 +33018,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46106,39 +33026,30 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/computes/{computeName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_1546 - - *ref_1547 - - *ref_1548 + - *ref_1307 + - *ref_1308 + - *ref_1309 responses: - language: default: name: '' description: Success. - go: - name: '' - description: Success. protocol: http: statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46163,120 +33074,50 @@ operationGroups: default: name: Restart description: Posts a restart action to a compute instance - go: - name: Restart - description: |- - Posts a restart action to a compute instance - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComputeClient - openApiType: arm - optionalParamGroup: &ref_2470 - schema: - type: object - language: - default: &ref_1549 - name: ComputeClientBeginRestartOptions - description: ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method. - go: *ref_1549 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1550 - name: string - description: '' - go: *ref_1550 - protocol: {} - language: - default: &ref_1551 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1551 - protocol: {} - required: false - serializedName: ComputeClientBeginRestartOptions - language: - default: &ref_1552 - name: options - description: ComputeClientBeginRestartOptions contains the optional parameters for the ComputeClient.BeginRestart method. - go: *ref_1552 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_2566 - type: object - language: - default: &ref_1553 - name: ComputeClientRestartResponse - description: ComputeClientRestartResponse contains the response from method ComputeClient.BeginRestart. - forLRO: true - responseType: true - go: *ref_1553 - protocol: {} protocol: {} language: default: name: Compute description: '' - go: - name: Compute - description: '' - clientCtorName: NewComputeClient - clientName: ComputeClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3057 + - &ref_2166 $key: PrivateEndpointConnections operations: - - &ref_3056 + - &ref_2165 operationId: PrivateEndpointConnections_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - &ref_1554 - schema: *ref_1299 + - *ref_1209 + - &ref_1310 + schema: *ref_1214 implementation: Method required: true - language: &ref_3052 + language: &ref_2161 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1555 + - &ref_1311 schema: *ref_1 implementation: Method required: true - language: &ref_3053 + language: &ref_2162 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - *ref_1298 + - *ref_1210 + - *ref_1213 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46285,10 +33126,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46297,26 +33134,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections method: get uri: '{$host}' signatureParameters: - - *ref_1554 - - *ref_1555 + - *ref_1310 + - *ref_1311 responses: - - schema: *ref_1556 - language: &ref_3054 + - schema: *ref_1312 + language: &ref_2163 default: name: '' description: OK -- Successfully retrieved private endpoint connections. - go: - name: '' - description: OK -- Successfully retrieved private endpoint connections. protocol: http: knownMediaType: json @@ -46325,14 +33156,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46385,119 +33213,54 @@ operationGroups: description: List all the private endpoint connections associated with the workspace. paging: nextLinkName: null - go: - name: List - description: List all the private endpoint connections associated with the workspace. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2471 - schema: - type: object - language: - default: &ref_1557 - name: PrivateEndpointConnectionsClientListOptions - description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_1557 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientListOptions - language: - default: &ref_1558 - name: options - description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_1558 - protocol: {} - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2567 - type: object - properties: - - &ref_1560 - schema: *ref_1556 - serializedName: PrivateEndpointConnectionListResult - language: - default: &ref_1559 - name: PrivateEndpointConnectionListResult - description: List of private endpoint connection associated with the specified workspace - byValue: true - embeddedType: true - go: *ref_1559 - protocol: {} - language: - default: &ref_1561 - name: PrivateEndpointConnectionsClientListResponse - description: PrivateEndpointConnectionsClientListResponse contains the response from method PrivateEndpointConnectionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1560 - go: *ref_1561 - protocol: {} protocol: {} - - &ref_3062 + - &ref_2171 operationId: PrivateEndpointConnections_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1562 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1313 + schema: *ref_1214 implementation: Method required: true - language: &ref_3058 + language: &ref_2167 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1563 + - &ref_1314 schema: *ref_1 implementation: Method required: true - language: &ref_3059 + language: &ref_2168 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1564 + - &ref_1315 schema: *ref_4 implementation: Method required: true - language: &ref_3060 + language: &ref_2169 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection associated with the workspace - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46506,10 +33269,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46518,27 +33277,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName} method: get uri: '{$host}' signatureParameters: - - *ref_1562 - - *ref_1563 - - *ref_1564 + - *ref_1313 + - *ref_1314 + - *ref_1315 responses: - - schema: *ref_846 - language: &ref_3061 + - schema: *ref_773 + language: &ref_2170 default: name: '' description: OK -- Get the private endpoint connection properties successfully. - go: - name: '' - description: OK -- Get the private endpoint connection properties successfully. protocol: http: knownMediaType: json @@ -46547,14 +33300,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46591,135 +33341,67 @@ operationGroups: default: name: Get description: Gets the specified private endpoint connection associated with the workspace. - go: - name: Get - description: |- - Gets the specified private endpoint connection associated with the workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2472 - schema: - type: object - language: - default: &ref_1565 - name: PrivateEndpointConnectionsClientGetOptions - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_1565 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientGetOptions - language: - default: &ref_1566 - name: options - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_1566 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2568 - type: object - properties: - - &ref_1568 - schema: *ref_846 - serializedName: PrivateEndpointConnection - language: - default: &ref_1567 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_1567 - protocol: {} - language: - default: &ref_1569 - name: PrivateEndpointConnectionsClientGetResponse - description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1568 - go: *ref_1569 - protocol: {} protocol: {} - - &ref_3068 + - &ref_2177 operationId: PrivateEndpointConnections_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1572 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1318 + schema: *ref_1214 implementation: Method required: true - language: &ref_3063 + language: &ref_2172 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1573 + - &ref_1319 schema: *ref_1 implementation: Method required: true - language: &ref_3064 + language: &ref_2173 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1574 + - &ref_1320 schema: *ref_4 implementation: Method required: true - language: &ref_3065 + language: &ref_2174 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection associated with the workspace - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1571 + application/json: &ref_1317 parameters: - - &ref_1570 - schema: *ref_846 + - &ref_1316 + schema: *ref_773 implementation: Method required: true - language: &ref_3066 + language: &ref_2175 default: name: properties description: The private endpoint connection properties. - go: - name: properties - description: The private endpoint connection properties. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46728,22 +33410,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1570 + - *ref_1316 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName} @@ -46753,20 +33428,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1571 + - *ref_1317 signatureParameters: - - *ref_1572 - - *ref_1573 - - *ref_1574 + - *ref_1318 + - *ref_1319 + - *ref_1320 responses: - - schema: *ref_846 - language: &ref_3067 + - schema: *ref_773 + language: &ref_2176 default: name: '' description: OK -- Update the private endpoint connection properties successfully. - go: - name: '' - description: OK -- Update the private endpoint connection properties successfully. protocol: http: knownMediaType: json @@ -46775,14 +33447,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -46824,119 +33493,54 @@ operationGroups: default: name: CreateOrUpdate description: Update the state of specified private endpoint connection associated with the workspace. - go: - name: CreateOrUpdate - description: |- - Update the state of specified private endpoint connection associated with the workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2473 - schema: - type: object - language: - default: &ref_1575 - name: PrivateEndpointConnectionsClientCreateOrUpdateOptions - description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_1575 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientCreateOrUpdateOptions - language: - default: &ref_1576 - name: options - description: PrivateEndpointConnectionsClientCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.CreateOrUpdate method. - go: *ref_1576 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2569 - type: object - properties: - - &ref_1578 - schema: *ref_846 - serializedName: PrivateEndpointConnection - language: - default: &ref_1577 - name: PrivateEndpointConnection - description: The Private Endpoint Connection resource. - byValue: true - embeddedType: true - go: *ref_1577 - protocol: {} - language: - default: &ref_1579 - name: PrivateEndpointConnectionsClientCreateOrUpdateResponse - description: PrivateEndpointConnectionsClientCreateOrUpdateResponse contains the response from method PrivateEndpointConnectionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1578 - go: *ref_1579 - protocol: {} protocol: {} - - &ref_3072 + - &ref_2181 operationId: PrivateEndpointConnections_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1580 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1321 + schema: *ref_1214 implementation: Method required: true - language: &ref_3069 + language: &ref_2178 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1581 + - &ref_1322 schema: *ref_1 implementation: Method required: true - language: &ref_3070 + language: &ref_2179 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1582 + - &ref_1323 schema: *ref_4 implementation: Method required: true - language: &ref_3071 + language: &ref_2180 default: name: privateEndpointConnectionName description: The name of the private endpoint connection associated with the workspace serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection associated with the workspace - serializedName: privateEndpointConnectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -46945,10 +33549,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -46957,26 +33557,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_1580 - - *ref_1581 - - *ref_1582 + - *ref_1321 + - *ref_1322 + - *ref_1323 responses: - language: default: name: '' description: OK -- Delete the private endpoint connection successfully. - go: - name: '' - description: OK -- Delete the private endpoint connection successfully. protocol: http: statusCodes: @@ -46985,22 +33579,16 @@ operationGroups: default: name: '' description: No Content -- The private endpoint connection does not exist. - go: - name: '' - description: No Content -- The private endpoint connection does not exist. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -47026,104 +33614,50 @@ operationGroups: default: name: Delete description: Deletes the specified private endpoint connection associated with the workspace. - go: - name: Delete - description: |- - Deletes the specified private endpoint connection associated with the workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2474 - schema: - type: object - language: - default: &ref_1583 - name: PrivateEndpointConnectionsClientDeleteOptions - description: PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method. - go: *ref_1583 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientDeleteOptions - language: - default: &ref_1584 - name: options - description: PrivateEndpointConnectionsClientDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Delete method. - go: *ref_1584 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2570 - type: object - language: - default: &ref_1585 - name: PrivateEndpointConnectionsClientDeleteResponse - description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.Delete. - responseType: true - go: *ref_1585 - protocol: {} protocol: {} language: default: name: PrivateEndpointConnections description: '' - go: - name: PrivateEndpointConnections - description: '' - clientCtorName: NewPrivateEndpointConnectionsClient - clientName: PrivateEndpointConnectionsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3081 + - &ref_2190 $key: PrivateLinkResources operations: - - &ref_3080 + - &ref_2189 operationId: PrivateLinkResources_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1586 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1324 + schema: *ref_1214 implementation: Method required: true - language: &ref_3073 + language: &ref_2182 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1587 + - &ref_1325 schema: *ref_1 implementation: Method required: true - language: &ref_3074 + language: &ref_2183 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47132,10 +33666,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47144,26 +33674,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/privateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_1586 - - *ref_1587 + - *ref_1324 + - *ref_1325 responses: - - schema: *ref_1588 - language: &ref_3075 + - schema: *ref_1326 + language: &ref_2184 default: name: '' description: Successfully retrieved private link resources. - go: - name: '' - description: Successfully retrieved private link resources. protocol: http: knownMediaType: json @@ -47172,14 +33696,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -47212,169 +33733,72 @@ operationGroups: default: name: List description: Gets the private link resources that need to be created for a workspace. - go: - name: List - description: |- - Gets the private link resources that need to be created for a workspace. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_2475 - schema: - type: object - language: - default: &ref_1589 - name: PrivateLinkResourcesClientListOptions - description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method. - go: *ref_1589 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateLinkResourcesClientListOptions - language: - default: &ref_1590 - name: options - description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List method. - go: *ref_1590 - protocol: {} - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2571 - type: object - properties: - - &ref_1592 - schema: *ref_1588 - serializedName: PrivateLinkResourceListResult - language: - default: &ref_1591 - name: PrivateLinkResourceListResult - description: A list of private link resources - byValue: true - embeddedType: true - go: *ref_1591 - protocol: {} - language: - default: &ref_1593 - name: PrivateLinkResourcesClientListResponse - description: PrivateLinkResourcesClientListResponse contains the response from method PrivateLinkResourcesClient.List. - marshallingFormat: json - responseType: true - resultProp: *ref_1592 - go: *ref_1593 - protocol: {} protocol: {} language: default: name: PrivateLinkResources description: '' - go: - name: PrivateLinkResources - description: '' - clientCtorName: NewPrivateLinkResourcesClient - clientName: PrivateLinkResourcesClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3094 + - &ref_2203 $key: WorkspaceConnections operations: - - &ref_3093 + - &ref_2202 operationId: WorkspaceConnections_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1599 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1327 + schema: *ref_1214 implementation: Method required: true - language: &ref_3082 + language: &ref_2191 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1600 + - &ref_1328 schema: *ref_1 implementation: Method required: true - language: &ref_3083 + language: &ref_2192 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1595 + - *ref_1210 + - &ref_1329 schema: *ref_4 implementation: Method - language: &ref_3084 + language: &ref_2193 default: name: target description: Target of the workspace connection. serializedName: target - go: - name: Target - description: Target of the workspace connection. - paramGroup: &ref_1596 - schema: - type: object - language: - default: &ref_1594 - name: WorkspaceConnectionsClientListOptions - description: WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.NewListPager method. - go: *ref_1594 - protocol: {} - originalParameter: - - *ref_1595 - - &ref_1598 - schema: *ref_4 - implementation: Method - language: &ref_3085 - default: - name: category - description: Category of the workspace connection. - serializedName: category - go: - name: Category - description: Category of the workspace connection. - paramGroup: *ref_1596 - serializedName: category - protocol: - http: - in: query - required: false - serializedName: WorkspaceConnectionsClientListOptions - language: - default: &ref_1597 - name: options - description: WorkspaceConnectionsClientListOptions contains the optional parameters for the WorkspaceConnectionsClient.NewListPager method. - go: *ref_1597 - protocol: {} - serializedName: target protocol: http: in: query - - *ref_1598 + - &ref_1330 + schema: *ref_4 + implementation: Method + language: &ref_2194 + default: + name: category + description: Category of the workspace connection. + serializedName: category + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47383,10 +33807,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47395,32 +33815,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections method: get uri: '{$host}' signatureParameters: - - *ref_1599 - - *ref_1600 - - *ref_1595 - - *ref_1598 + - *ref_1327 + - *ref_1328 + - *ref_1329 + - *ref_1330 responses: - - schema: *ref_1601 - language: &ref_3086 + - schema: *ref_1331 + language: &ref_2195 default: name: '' description: >- The response includes a paginated array of Workspace connections and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/. - go: - name: '' - description: |- - The response includes a paginated array of Workspace connections and a URI to the next set of results, if any. For the more information the limits of the number of items in a resource group, see - https://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/. protocol: http: knownMediaType: json @@ -47429,14 +33841,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -47483,118 +33892,67 @@ operationGroups: description: List all connections under a AML workspace. paging: nextLinkName: null - go: - name: List - description: List all connections under a AML workspace. - azureARM: true - clientName: WorkspaceConnectionsClient - openApiType: arm - optionalParamGroup: *ref_1596 - paging: - nextLinkName: null - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2572 - type: object - properties: - - &ref_1603 - schema: *ref_1601 - serializedName: PaginatedWorkspaceConnectionsList - language: - default: &ref_1602 - name: PaginatedWorkspaceConnectionsList - description: Paginated list of Workspace connection objects. - byValue: true - embeddedType: true - go: *ref_1602 - protocol: {} - language: - default: &ref_1604 - name: WorkspaceConnectionsClientListResponse - description: WorkspaceConnectionsClientListResponse contains the response from method WorkspaceConnectionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1603 - go: *ref_1604 - protocol: {} protocol: {} - - &ref_3100 + - &ref_2209 operationId: WorkspaceConnections_Create apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1607 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1334 + schema: *ref_1214 implementation: Method required: true - language: &ref_3095 + language: &ref_2204 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1608 + - &ref_1335 schema: *ref_1 implementation: Method required: true - language: &ref_3096 + language: &ref_2205 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1609 + - &ref_1336 schema: *ref_4 implementation: Method required: true - language: &ref_3097 + language: &ref_2206 default: name: connectionName description: Friendly name of the workspace connection serializedName: connectionName - go: - name: connectionName - description: Friendly name of the workspace connection - serializedName: connectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1606 + application/json: &ref_1333 parameters: - - &ref_1605 - schema: *ref_848 + - &ref_1332 + schema: *ref_775 implementation: Method required: true - language: &ref_3098 + language: &ref_2207 default: name: parameters description: The object for creating or updating a new workspace connection - go: - name: parameters - description: The object for creating or updating a new workspace connection protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47603,22 +33961,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1605 + - *ref_1332 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName} @@ -47628,20 +33979,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1606 + - *ref_1333 signatureParameters: - - *ref_1607 - - *ref_1608 - - *ref_1609 + - *ref_1334 + - *ref_1335 + - *ref_1336 responses: - - schema: *ref_848 - language: &ref_3099 + - schema: *ref_775 + language: &ref_2208 default: name: '' description: Successfully created the workspace connection. - go: - name: '' - description: Successfully created the workspace connection. protocol: http: knownMediaType: json @@ -47650,14 +33998,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -47696,119 +34041,54 @@ operationGroups: default: name: Create description: Add a new workspace connection. - go: - name: Create - description: |- - Add a new workspace connection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspaceConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2476 - schema: - type: object - language: - default: &ref_1610 - name: WorkspaceConnectionsClientCreateOptions - description: WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method. - go: *ref_1610 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspaceConnectionsClientCreateOptions - language: - default: &ref_1611 - name: options - description: WorkspaceConnectionsClientCreateOptions contains the optional parameters for the WorkspaceConnectionsClient.Create method. - go: *ref_1611 - protocol: {} - protocolNaming: - internalMethod: create - requestMethod: createCreateRequest - responseMethod: createHandleResponse - responseEnv: &ref_2573 - type: object - properties: - - &ref_1613 - schema: *ref_848 - serializedName: WorkspaceConnection - language: - default: &ref_1612 - name: WorkspaceConnection - description: Workspace connection. - byValue: true - embeddedType: true - go: *ref_1612 - protocol: {} - language: - default: &ref_1614 - name: WorkspaceConnectionsClientCreateResponse - description: WorkspaceConnectionsClientCreateResponse contains the response from method WorkspaceConnectionsClient.Create. - marshallingFormat: json - responseType: true - resultProp: *ref_1613 - go: *ref_1614 - protocol: {} protocol: {} - - &ref_3105 + - &ref_2214 operationId: WorkspaceConnections_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1615 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1337 + schema: *ref_1214 implementation: Method required: true - language: &ref_3101 + language: &ref_2210 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1616 + - &ref_1338 schema: *ref_1 implementation: Method required: true - language: &ref_3102 + language: &ref_2211 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1617 + - &ref_1339 schema: *ref_4 implementation: Method required: true - language: &ref_3103 + language: &ref_2212 default: name: connectionName description: Friendly name of the workspace connection serializedName: connectionName - go: - name: connectionName - description: Friendly name of the workspace connection - serializedName: connectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -47817,10 +34097,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -47829,27 +34105,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName} method: get uri: '{$host}' signatureParameters: - - *ref_1615 - - *ref_1616 - - *ref_1617 + - *ref_1337 + - *ref_1338 + - *ref_1339 responses: - - schema: *ref_848 - language: &ref_3104 + - schema: *ref_775 + language: &ref_2213 default: name: '' description: Successfully retrieved the detail of the linked workspace. - go: - name: '' - description: Successfully retrieved the detail of the linked workspace. protocol: http: knownMediaType: json @@ -47858,14 +34128,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -47898,119 +34165,54 @@ operationGroups: default: name: Get description: Get the detail of a workspace connection. - go: - name: Get - description: |- - Get the detail of a workspace connection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspaceConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2477 - schema: - type: object - language: - default: &ref_1618 - name: WorkspaceConnectionsClientGetOptions - description: WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method. - go: *ref_1618 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspaceConnectionsClientGetOptions - language: - default: &ref_1619 - name: options - description: WorkspaceConnectionsClientGetOptions contains the optional parameters for the WorkspaceConnectionsClient.Get method. - go: *ref_1619 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2574 - type: object - properties: - - &ref_1621 - schema: *ref_848 - serializedName: WorkspaceConnection - language: - default: &ref_1620 - name: WorkspaceConnection - description: Workspace connection. - byValue: true - embeddedType: true - go: *ref_1620 - protocol: {} - language: - default: &ref_1622 - name: WorkspaceConnectionsClientGetResponse - description: WorkspaceConnectionsClientGetResponse contains the response from method WorkspaceConnectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1621 - go: *ref_1622 - protocol: {} protocol: {} - - &ref_3109 + - &ref_2218 operationId: WorkspaceConnections_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1623 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1340 + schema: *ref_1214 implementation: Method required: true - language: &ref_3106 + language: &ref_2215 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1624 + - &ref_1341 schema: *ref_1 implementation: Method required: true - language: &ref_3107 + language: &ref_2216 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1625 + - &ref_1342 schema: *ref_4 implementation: Method required: true - language: &ref_3108 + language: &ref_2217 default: name: connectionName description: Friendly name of the workspace connection serializedName: connectionName - go: - name: connectionName - description: Friendly name of the workspace connection - serializedName: connectionName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48019,10 +34221,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48031,26 +34229,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/connections/{connectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_1623 - - *ref_1624 - - *ref_1625 + - *ref_1340 + - *ref_1341 + - *ref_1342 responses: - language: default: name: '' description: Successfully deleted the workspace connection. - go: - name: '' - description: Successfully deleted the workspace connection. protocol: http: statusCodes: @@ -48059,22 +34251,16 @@ operationGroups: default: name: '' description: Specific workspace connection not found. - go: - name: '' - description: Specific workspace connection not found. protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -48099,155 +34285,72 @@ operationGroups: default: name: Delete description: Delete a workspace connection. - go: - name: Delete - description: |- - Delete a workspace connection. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: WorkspaceConnectionsClient - openApiType: arm - optionalParamGroup: &ref_2478 - schema: - type: object - language: - default: &ref_1626 - name: WorkspaceConnectionsClientDeleteOptions - description: WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method. - go: *ref_1626 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspaceConnectionsClientDeleteOptions - language: - default: &ref_1627 - name: options - description: WorkspaceConnectionsClientDeleteOptions contains the optional parameters for the WorkspaceConnectionsClient.Delete method. - go: *ref_1627 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2575 - type: object - language: - default: &ref_1628 - name: WorkspaceConnectionsClientDeleteResponse - description: WorkspaceConnectionsClientDeleteResponse contains the response from method WorkspaceConnectionsClient.Delete. - responseType: true - go: *ref_1628 - protocol: {} protocol: {} language: default: name: WorkspaceConnections description: '' - go: - name: WorkspaceConnections - description: '' - clientCtorName: NewWorkspaceConnectionsClient - clientName: WorkspaceConnectionsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3145 + - &ref_2254 $key: BatchEndpoints operations: - - &ref_3144 + - &ref_2253 operationId: BatchEndpoints_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1634 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1343 + schema: *ref_1214 implementation: Method required: true - language: &ref_3110 + language: &ref_2219 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1635 + - &ref_1344 schema: *ref_1 implementation: Method required: true - language: &ref_3111 + language: &ref_2220 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1630 + - *ref_1210 + - &ref_1345 schema: *ref_18 implementation: Method - language: &ref_3112 + language: &ref_2221 default: name: count description: Number of endpoints to be retrieved in a page of results. serializedName: count - go: - name: Count - description: Number of endpoints to be retrieved in a page of results. - paramGroup: &ref_1631 - schema: - type: object - language: - default: &ref_1629 - name: BatchEndpointsClientListOptions - description: BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.NewListPager method. - go: *ref_1629 - protocol: {} - originalParameter: - - *ref_1630 - - &ref_1633 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1631 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: BatchEndpointsClientListOptions - language: - default: &ref_1632 - name: options - description: BatchEndpointsClientListOptions contains the optional parameters for the BatchEndpointsClient.NewListPager method. - go: *ref_1632 - protocol: {} - serializedName: count protocol: http: in: query - - *ref_1633 + - &ref_1346 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48256,10 +34359,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48268,28 +34367,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints method: get uri: '{$host}' signatureParameters: - - *ref_1634 - - *ref_1635 - - *ref_1630 - - *ref_1633 + - *ref_1343 + - *ref_1344 + - *ref_1345 + - *ref_1346 responses: - - schema: *ref_1636 - language: &ref_3113 + - schema: *ref_1347 + language: &ref_2222 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -48298,14 +34391,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -48365,7 +34455,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3143 {} + headers: &ref_2252 {} x-ms-pageable: nextLinkName: nextLink language: @@ -48375,103 +34465,54 @@ operationGroups: paging: nextLinkName: nextLink summary: Lists Batch inference endpoint in the workspace. - go: - name: List - description: Lists Batch inference endpoint in the workspace. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: *ref_1631 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2576 - type: object - properties: - - &ref_1638 - schema: *ref_1636 - serializedName: BatchEndpointTrackedResourceArmPaginatedResult - language: - default: &ref_1637 - name: BatchEndpointTrackedResourceArmPaginatedResult - description: A paginated list of BatchEndpoint entities. - byValue: true - embeddedType: true - go: *ref_1637 - protocol: {} - language: - default: &ref_1639 - name: BatchEndpointsClientListResponse - description: BatchEndpointsClientListResponse contains the response from method BatchEndpointsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1638 - go: *ref_1639 - protocol: {} - summary: Lists Batch inference endpoint in the workspace. protocol: {} - - &ref_3149 + - &ref_2258 operationId: BatchEndpoints_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1640 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1348 + schema: *ref_1214 implementation: Method required: true - language: &ref_3146 + language: &ref_2255 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1641 + - &ref_1349 schema: *ref_1 implementation: Method required: true - language: &ref_3147 + language: &ref_2256 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1642 + - &ref_1350 schema: *ref_4 implementation: Method required: true - language: &ref_3148 + language: &ref_2257 default: name: endpointName description: Inference Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48480,10 +34521,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48492,26 +34529,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName} method: delete uri: '{$host}' signatureParameters: - - *ref_1640 - - *ref_1641 - - *ref_1642 + - *ref_1348 + - *ref_1349 + - *ref_1350 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -48520,61 +34551,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_1643 + - schema: *ref_1351 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_4 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1644 + - schema: *ref_1352 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -48602,122 +34615,54 @@ operationGroups: name: Delete description: Delete Batch Inference Endpoint (asynchronous). summary: Delete Batch Inference Endpoint (asynchronous). - go: - name: Delete - description: |- - Delete Batch Inference Endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2479 - schema: - type: object - language: - default: &ref_1645 - name: BatchEndpointsClientBeginDeleteOptions - description: BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method. - go: *ref_1645 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1646 - name: string - description: '' - go: *ref_1646 - protocol: {} - language: - default: &ref_1647 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1647 - protocol: {} - required: false - serializedName: BatchEndpointsClientBeginDeleteOptions - language: - default: &ref_1648 - name: options - description: BatchEndpointsClientBeginDeleteOptions contains the optional parameters for the BatchEndpointsClient.BeginDelete method. - go: *ref_1648 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2577 - type: object - language: - default: &ref_1649 - name: BatchEndpointsClientDeleteResponse - description: BatchEndpointsClientDeleteResponse contains the response from method BatchEndpointsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1649 - protocol: {} - summary: Delete Batch Inference Endpoint (asynchronous). protocol: {} - - &ref_3155 + - &ref_2264 operationId: BatchEndpoints_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1650 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1353 + schema: *ref_1214 implementation: Method required: true - language: &ref_3150 + language: &ref_2259 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1651 + - &ref_1354 schema: *ref_1 implementation: Method required: true - language: &ref_3151 + language: &ref_2260 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1652 + - &ref_1355 schema: *ref_6 implementation: Method required: true - language: &ref_3152 + language: &ref_2261 default: name: endpointName description: Name for the Batch Endpoint. serializedName: endpointName - go: - name: endpointName - description: Name for the Batch Endpoint. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48726,10 +34671,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -48738,27 +34679,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName} method: get uri: '{$host}' signatureParameters: - - *ref_1650 - - *ref_1651 - - *ref_1652 + - *ref_1353 + - *ref_1354 + - *ref_1355 responses: - - schema: *ref_386 - language: &ref_3153 + - schema: *ref_364 + language: &ref_2262 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -48767,14 +34702,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -48831,142 +34763,73 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3154 {} + headers: &ref_2263 {} language: default: name: Get description: Gets a batch inference endpoint by name. summary: Gets a batch inference endpoint by name. - go: - name: Get - description: |- - Gets a batch inference endpoint by name. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2480 - schema: - type: object - language: - default: &ref_1653 - name: BatchEndpointsClientGetOptions - description: BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method. - go: *ref_1653 - protocol: {} - originalParameter: [] - required: false - serializedName: BatchEndpointsClientGetOptions - language: - default: &ref_1654 - name: options - description: BatchEndpointsClientGetOptions contains the optional parameters for the BatchEndpointsClient.Get method. - go: *ref_1654 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2578 - type: object - properties: - - &ref_1656 - schema: *ref_386 - serializedName: BatchEndpointData - language: - default: &ref_1655 - name: BatchEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_1655 - protocol: {} - language: - default: &ref_1657 - name: BatchEndpointsClientGetResponse - description: BatchEndpointsClientGetResponse contains the response from method BatchEndpointsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1656 - go: *ref_1657 - protocol: {} - summary: Gets a batch inference endpoint by name. protocol: {} - - &ref_3178 + - &ref_2287 operationId: BatchEndpoints_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1662 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1360 + schema: *ref_1214 implementation: Method required: true - language: &ref_3156 + language: &ref_2265 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1663 + - &ref_1361 schema: *ref_1 implementation: Method required: true - language: &ref_3157 + language: &ref_2266 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1664 - schema: *ref_1658 + - &ref_1362 + schema: *ref_1356 implementation: Method required: true - language: &ref_3158 + language: &ref_2267 default: name: endpointName description: Name for the Batch inference endpoint. serializedName: endpointName - go: - name: endpointName - description: Name for the Batch inference endpoint. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1661 + application/json: &ref_1359 parameters: - - &ref_1660 - schema: *ref_1659 + - &ref_1358 + schema: *ref_1357 implementation: Method required: true - language: &ref_3159 + language: &ref_2268 default: name: body description: Mutable batch inference endpoint definition object. - go: - name: body - description: Mutable batch inference endpoint definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -48975,22 +34838,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1660 + - *ref_1358 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName} @@ -49000,20 +34856,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1661 + - *ref_1359 signatureParameters: - - *ref_1662 - - *ref_1663 - - *ref_1664 + - *ref_1360 + - *ref_1361 + - *ref_1362 responses: - - schema: *ref_386 - language: &ref_3175 + - schema: *ref_364 + language: &ref_2284 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -49025,50 +34878,35 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_1665 + - schema: *ref_1363 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_6 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1666 + - schema: *ref_1364 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -49085,7 +34923,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3163 {} + string: &ref_2272 {} kind: string location: string properties: @@ -49143,7 +34981,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3177 {} + headers: &ref_2286 {} '202': {} x-ms-long-running-operation: true language: @@ -49151,152 +34989,67 @@ operationGroups: name: Update description: Update a batch inference endpoint (asynchronous). summary: Update a batch inference endpoint (asynchronous). - go: - name: Update - description: |- - Update a batch inference endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2481 - schema: - type: object - language: - default: &ref_1667 - name: BatchEndpointsClientBeginUpdateOptions - description: BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method. - go: *ref_1667 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1668 - name: string - description: '' - go: *ref_1668 - protocol: {} - language: - default: &ref_1669 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1669 - protocol: {} - required: false - serializedName: BatchEndpointsClientBeginUpdateOptions - language: - default: &ref_1670 - name: options - description: BatchEndpointsClientBeginUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginUpdate method. - go: *ref_1670 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2579 - type: object - properties: - - &ref_1672 - schema: *ref_386 - serializedName: BatchEndpointData - language: - default: &ref_1671 - name: BatchEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_1671 - protocol: {} - language: - default: &ref_1673 - name: BatchEndpointsClientUpdateResponse - description: BatchEndpointsClientUpdateResponse contains the response from method BatchEndpointsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1672 - go: *ref_1673 - protocol: {} - summary: Update a batch inference endpoint (asynchronous). protocol: {} - - &ref_3187 + - &ref_2296 operationId: BatchEndpoints_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1676 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1367 + schema: *ref_1214 implementation: Method required: true - language: &ref_3179 + language: &ref_2288 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1677 + - &ref_1368 schema: *ref_1 implementation: Method required: true - language: &ref_3180 + language: &ref_2289 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1678 - schema: *ref_1658 + - &ref_1369 + schema: *ref_1356 implementation: Method required: true - language: &ref_3181 + language: &ref_2290 default: name: endpointName description: Name for the Batch inference endpoint. serializedName: endpointName - go: - name: endpointName - description: Name for the Batch inference endpoint. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1675 + application/json: &ref_1366 parameters: - - &ref_1674 - schema: *ref_386 + - &ref_1365 + schema: *ref_364 implementation: Method required: true - language: &ref_3182 + language: &ref_2291 default: name: body description: Batch inference endpoint definition object. - go: - name: body - description: Batch inference endpoint definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49305,22 +35058,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1674 + - *ref_1365 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName} @@ -49330,20 +35076,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1675 + - *ref_1366 signatureParameters: - - *ref_1676 - - *ref_1677 - - *ref_1678 + - *ref_1367 + - *ref_1368 + - *ref_1369 responses: - - schema: *ref_386 - language: &ref_3183 + - schema: *ref_364 + language: &ref_2292 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -49351,49 +35094,37 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_386 - language: &ref_3185 + - schema: *ref_364 + language: &ref_2294 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: headers: - - schema: *ref_1679 + - schema: *ref_1370 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_1680 + - schema: *ref_1371 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -49471,7 +35202,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3184 {} + headers: &ref_2293 {} '201': body: name: string @@ -49510,143 +35241,61 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3186 {} + headers: &ref_2295 {} x-ms-long-running-operation: true language: default: name: CreateOrUpdate description: Creates a batch inference endpoint (asynchronous). summary: Creates a batch inference endpoint (asynchronous). - go: - name: CreateOrUpdate - description: |- - Creates a batch inference endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2482 - schema: - type: object - language: - default: &ref_1681 - name: BatchEndpointsClientBeginCreateOrUpdateOptions - description: BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method. - go: *ref_1681 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1682 - name: string - description: '' - go: *ref_1682 - protocol: {} - language: - default: &ref_1683 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1683 - protocol: {} - required: false - serializedName: BatchEndpointsClientBeginCreateOrUpdateOptions - language: - default: &ref_1684 - name: options - description: BatchEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchEndpointsClient.BeginCreateOrUpdate method. - go: *ref_1684 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2580 - type: object - properties: - - &ref_1686 - schema: *ref_386 - serializedName: BatchEndpointData - language: - default: &ref_1685 - name: BatchEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_1685 - protocol: {} - language: - default: &ref_1687 - name: BatchEndpointsClientCreateOrUpdateResponse - description: BatchEndpointsClientCreateOrUpdateResponse contains the response from method BatchEndpointsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1686 - go: *ref_1687 - protocol: {} - summary: Creates a batch inference endpoint (asynchronous). protocol: {} - - &ref_3195 + - &ref_2304 operationId: BatchEndpoints_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1688 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1372 + schema: *ref_1214 implementation: Method required: true - language: &ref_3188 + language: &ref_2297 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1689 + - &ref_1373 schema: *ref_1 implementation: Method required: true - language: &ref_3189 + language: &ref_2298 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1690 + - &ref_1374 schema: *ref_9 implementation: Method required: true - language: &ref_3190 + language: &ref_2299 default: name: endpointName description: Inference Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49655,10 +35304,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49667,27 +35312,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/listkeys method: post uri: '{$host}' signatureParameters: - - *ref_1688 - - *ref_1689 - - *ref_1690 + - *ref_1372 + - *ref_1373 + - *ref_1374 responses: - - schema: *ref_1050 - language: &ref_3191 + - schema: *ref_976 + language: &ref_2300 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -49696,14 +35335,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -49726,209 +35362,101 @@ operationGroups: body: primaryKey: string secondaryKey: string - headers: &ref_3194 {} + headers: &ref_2303 {} language: default: name: ListKeys description: Lists batch Inference Endpoint keys. summary: Lists batch Inference Endpoint keys. - go: - name: ListKeys - description: |- - Lists batch Inference Endpoint keys. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2483 - schema: - type: object - language: - default: &ref_1691 - name: BatchEndpointsClientListKeysOptions - description: BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method. - go: *ref_1691 - protocol: {} - originalParameter: [] - required: false - serializedName: BatchEndpointsClientListKeysOptions - language: - default: &ref_1692 - name: options - description: BatchEndpointsClientListKeysOptions contains the optional parameters for the BatchEndpointsClient.ListKeys method. - go: *ref_1692 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_2581 - type: object - properties: - - &ref_1694 - schema: *ref_1050 - serializedName: EndpointAuthKeys - language: - default: &ref_1693 - name: EndpointAuthKeys - description: Keys for endpoint authentication. - byValue: true - embeddedType: true - go: *ref_1693 - protocol: {} - language: - default: &ref_1695 - name: BatchEndpointsClientListKeysResponse - description: BatchEndpointsClientListKeysResponse contains the response from method BatchEndpointsClient.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_1694 - go: *ref_1695 - protocol: {} - summary: Lists batch Inference Endpoint keys. protocol: {} language: default: name: BatchEndpoints description: '' - go: - name: BatchEndpoints - description: '' - clientCtorName: NewBatchEndpointsClient - clientName: BatchEndpointsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3238 + - &ref_2347 $key: BatchDeployments operations: - - &ref_3237 + - &ref_2346 operationId: BatchDeployments_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1702 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1375 + schema: *ref_1214 implementation: Method required: true - language: &ref_3196 + language: &ref_2305 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1703 + - &ref_1376 schema: *ref_1 implementation: Method required: true - language: &ref_3197 + language: &ref_2306 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1704 + - &ref_1377 schema: *ref_7 implementation: Method required: true - language: &ref_3198 + language: &ref_2307 default: name: endpointName description: Endpoint name serializedName: endpointName - go: - name: endpointName - description: Endpoint name - serializedName: endpointName protocol: http: in: path - - *ref_1290 - - &ref_1697 + - *ref_1210 + - &ref_1378 schema: *ref_7 implementation: Method - language: &ref_3199 + language: &ref_2308 default: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_1698 - schema: - type: object - language: - default: &ref_1696 - name: BatchDeploymentsClientListOptions - description: BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.NewListPager method. - go: *ref_1696 - protocol: {} - originalParameter: - - *ref_1697 - - &ref_1700 - schema: *ref_18 - implementation: Method - language: &ref_3200 - default: - name: top - description: Top of list. - serializedName: $top - go: - name: Top - description: Top of list. - paramGroup: *ref_1698 - serializedName: $top - protocol: - http: - in: query - - &ref_1701 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1698 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: BatchDeploymentsClientListOptions - language: - default: &ref_1699 - name: options - description: BatchDeploymentsClientListOptions contains the optional parameters for the BatchDeploymentsClient.NewListPager method. - go: *ref_1699 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_1700 - - *ref_1701 + - &ref_1379 + schema: *ref_18 + implementation: Method + language: &ref_2309 + default: + name: top + description: Top of list. + serializedName: $top + protocol: + http: + in: query + - &ref_1380 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -49937,10 +35465,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -49949,30 +35473,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments method: get uri: '{$host}' signatureParameters: - - *ref_1702 - - *ref_1703 - - *ref_1704 - - *ref_1697 - - *ref_1700 - - *ref_1701 + - *ref_1375 + - *ref_1376 + - *ref_1377 + - *ref_1378 + - *ref_1379 + - *ref_1380 responses: - - schema: *ref_1705 - language: &ref_3201 + - schema: *ref_1381 + language: &ref_2310 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -49981,14 +35499,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -50052,7 +35567,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3223 + string: &ref_2332 a3c13e2e-a213-4cac-9f5a-b49966906ad6: null retrySettings: maxRetries: 1 @@ -50071,7 +35586,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3236 {} + headers: &ref_2345 {} x-ms-pageable: nextLinkName: nextLink language: @@ -50081,119 +35596,66 @@ operationGroups: paging: nextLinkName: nextLink summary: Lists Batch inference deployments in the workspace. - go: - name: List - description: Lists Batch inference deployments in the workspace. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: *ref_1698 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2582 - type: object - properties: - - &ref_1707 - schema: *ref_1705 - serializedName: BatchDeploymentTrackedResourceArmPaginatedResult - language: - default: &ref_1706 - name: BatchDeploymentTrackedResourceArmPaginatedResult - description: A paginated list of BatchDeployment entities. - byValue: true - embeddedType: true - go: *ref_1706 - protocol: {} - language: - default: &ref_1708 - name: BatchDeploymentsClientListResponse - description: BatchDeploymentsClientListResponse contains the response from method BatchDeploymentsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1707 - go: *ref_1708 - protocol: {} - summary: Lists Batch inference deployments in the workspace. protocol: {} - - &ref_3243 + - &ref_2352 operationId: BatchDeployments_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1709 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1382 + schema: *ref_1214 implementation: Method required: true - language: &ref_3239 + language: &ref_2348 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1710 + - &ref_1383 schema: *ref_1 implementation: Method required: true - language: &ref_3240 + language: &ref_2349 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1711 + - &ref_1384 schema: *ref_7 implementation: Method required: true - language: &ref_3241 + language: &ref_2350 default: name: endpointName description: Endpoint name serializedName: endpointName - go: - name: endpointName - description: Endpoint name - serializedName: endpointName protocol: http: in: path - - &ref_1712 + - &ref_1385 schema: *ref_7 implementation: Method required: true - language: &ref_3242 + language: &ref_2351 default: name: deploymentName description: Inference deployment identifier. serializedName: deploymentName - go: - name: deploymentName - description: Inference deployment identifier. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50202,10 +35664,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50214,27 +35672,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName} method: delete uri: '{$host}' signatureParameters: - - *ref_1709 - - *ref_1710 - - *ref_1711 - - *ref_1712 + - *ref_1382 + - *ref_1383 + - *ref_1384 + - *ref_1385 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -50243,61 +35695,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_1713 + - schema: *ref_1386 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_7 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1714 + - schema: *ref_1387 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -50326,138 +35760,66 @@ operationGroups: name: Delete description: Delete Batch Inference deployment (asynchronous). summary: Delete Batch Inference deployment (asynchronous). - go: - name: Delete - description: |- - Delete Batch Inference deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2484 - schema: - type: object - language: - default: &ref_1715 - name: BatchDeploymentsClientBeginDeleteOptions - description: BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method. - go: *ref_1715 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1716 - name: string - description: '' - go: *ref_1716 - protocol: {} - language: - default: &ref_1717 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1717 - protocol: {} - required: false - serializedName: BatchDeploymentsClientBeginDeleteOptions - language: - default: &ref_1718 - name: options - description: BatchDeploymentsClientBeginDeleteOptions contains the optional parameters for the BatchDeploymentsClient.BeginDelete method. - go: *ref_1718 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2583 - type: object - language: - default: &ref_1719 - name: BatchDeploymentsClientDeleteResponse - description: BatchDeploymentsClientDeleteResponse contains the response from method BatchDeploymentsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_1719 - protocol: {} - summary: Delete Batch Inference deployment (asynchronous). protocol: {} - - &ref_3251 + - &ref_2360 operationId: BatchDeployments_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1720 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1388 + schema: *ref_1214 implementation: Method required: true - language: &ref_3244 + language: &ref_2353 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1721 + - &ref_1389 schema: *ref_1 implementation: Method required: true - language: &ref_3245 + language: &ref_2354 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1722 + - &ref_1390 schema: *ref_8 implementation: Method required: true - language: &ref_3246 + language: &ref_2355 default: name: endpointName description: Endpoint name serializedName: endpointName - go: - name: endpointName - description: Endpoint name - serializedName: endpointName protocol: http: in: path - - &ref_1723 + - &ref_1391 schema: *ref_8 implementation: Method required: true - language: &ref_3247 + language: &ref_2356 default: name: deploymentName description: The identifier for the Batch deployments. serializedName: deploymentName - go: - name: deploymentName - description: The identifier for the Batch deployments. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50466,10 +35828,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -50478,28 +35836,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName} method: get uri: '{$host}' signatureParameters: - - *ref_1720 - - *ref_1721 - - *ref_1722 - - *ref_1723 + - *ref_1388 + - *ref_1389 + - *ref_1390 + - *ref_1391 responses: - - schema: *ref_387 - language: &ref_3248 + - schema: *ref_365 + language: &ref_2357 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -50508,14 +35860,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -50575,7 +35924,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3249 + string: &ref_2358 843c2bb4-e5f1-4267-98c8-ba22a99dbb00: null retrySettings: maxRetries: 1 @@ -50594,158 +35943,85 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3250 {} + headers: &ref_2359 {} language: default: name: Get description: Gets a batch inference deployment by id. summary: Gets a batch inference deployment by id. - go: - name: Get - description: |- - Gets a batch inference deployment by id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2485 - schema: - type: object - language: - default: &ref_1724 - name: BatchDeploymentsClientGetOptions - description: BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method. - go: *ref_1724 - protocol: {} - originalParameter: [] - required: false - serializedName: BatchDeploymentsClientGetOptions - language: - default: &ref_1725 - name: options - description: BatchDeploymentsClientGetOptions contains the optional parameters for the BatchDeploymentsClient.Get method. - go: *ref_1725 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2584 - type: object - properties: - - &ref_1727 - schema: *ref_387 - serializedName: BatchDeploymentData - language: - default: &ref_1726 - name: BatchDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_1726 - protocol: {} - language: - default: &ref_1728 - name: BatchDeploymentsClientGetResponse - description: BatchDeploymentsClientGetResponse contains the response from method BatchDeploymentsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1727 - go: *ref_1728 - protocol: {} - summary: Gets a batch inference deployment by id. protocol: {} - - &ref_3288 + - &ref_2397 operationId: BatchDeployments_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1732 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1395 + schema: *ref_1214 implementation: Method required: true - language: &ref_3252 + language: &ref_2361 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1733 + - &ref_1396 schema: *ref_1 implementation: Method required: true - language: &ref_3253 + language: &ref_2362 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1734 - schema: *ref_1658 + - &ref_1397 + schema: *ref_1356 implementation: Method required: true - language: &ref_3254 + language: &ref_2363 default: name: endpointName description: Inference endpoint name serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name - serializedName: endpointName protocol: http: in: path - - &ref_1735 - schema: *ref_1658 + - &ref_1398 + schema: *ref_1356 implementation: Method required: true - language: &ref_3255 + language: &ref_2364 default: name: deploymentName description: The identifier for the Batch inference deployment. serializedName: deploymentName - go: - name: deploymentName - description: The identifier for the Batch inference deployment. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1731 + application/json: &ref_1394 parameters: - - &ref_1730 - schema: *ref_1729 + - &ref_1393 + schema: *ref_1392 implementation: Method required: true - language: &ref_3256 + language: &ref_2365 default: name: body description: Batch inference deployment definition object. - go: - name: body - description: Batch inference deployment definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -50754,22 +36030,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1730 + - *ref_1393 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName} @@ -50779,21 +36048,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1731 + - *ref_1394 signatureParameters: - - *ref_1732 - - *ref_1733 - - *ref_1734 - - *ref_1735 + - *ref_1395 + - *ref_1396 + - *ref_1397 + - *ref_1398 responses: - - schema: *ref_387 - language: &ref_3285 + - schema: *ref_365 + language: &ref_2394 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -50805,50 +36071,35 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_1736 + - schema: *ref_1399 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_8 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_1737 + - schema: *ref_1400 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -50865,7 +36116,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3258 {} + string: &ref_2367 {} kind: string location: string properties: @@ -50945,7 +36196,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3286 + string: &ref_2395 1e5e1cf9-b0ea-4cf6-9764-e750bf85c10a: null retrySettings: maxRetries: 1 @@ -50964,7 +36215,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3287 {} + headers: &ref_2396 {} '202': {} x-ms-long-running-operation: true language: @@ -50972,168 +36223,79 @@ operationGroups: name: Update description: Update a batch inference deployment (asynchronous). summary: Update a batch inference deployment (asynchronous). - go: - name: Update - description: |- - Update a batch inference deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2486 - schema: - type: object - language: - default: &ref_1738 - name: BatchDeploymentsClientBeginUpdateOptions - description: BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method. - go: *ref_1738 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1739 - name: string - description: '' - go: *ref_1739 - protocol: {} - language: - default: &ref_1740 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1740 - protocol: {} - required: false - serializedName: BatchDeploymentsClientBeginUpdateOptions - language: - default: &ref_1741 - name: options - description: BatchDeploymentsClientBeginUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginUpdate method. - go: *ref_1741 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2585 - type: object - properties: - - &ref_1743 - schema: *ref_387 - serializedName: BatchDeploymentData - language: - default: &ref_1742 - name: BatchDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_1742 - protocol: {} - language: - default: &ref_1744 - name: BatchDeploymentsClientUpdateResponse - description: BatchDeploymentsClientUpdateResponse contains the response from method BatchDeploymentsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1743 - go: *ref_1744 - protocol: {} - summary: Update a batch inference deployment (asynchronous). protocol: {} - - &ref_3301 + - &ref_2410 operationId: BatchDeployments_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1747 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1403 + schema: *ref_1214 implementation: Method required: true - language: &ref_3289 + language: &ref_2398 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1748 + - &ref_1404 schema: *ref_1 implementation: Method required: true - language: &ref_3290 + language: &ref_2399 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1749 - schema: *ref_1658 + - &ref_1405 + schema: *ref_1356 implementation: Method required: true - language: &ref_3291 + language: &ref_2400 default: name: endpointName description: Inference endpoint name serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name - serializedName: endpointName protocol: http: in: path - - &ref_1750 - schema: *ref_1658 + - &ref_1406 + schema: *ref_1356 implementation: Method required: true - language: &ref_3292 + language: &ref_2401 default: name: deploymentName description: The identifier for the Batch inference deployment. serializedName: deploymentName - go: - name: deploymentName - description: The identifier for the Batch inference deployment. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1746 + application/json: &ref_1402 parameters: - - &ref_1745 - schema: *ref_387 + - &ref_1401 + schema: *ref_365 implementation: Method required: true - language: &ref_3293 + language: &ref_2402 default: name: body description: Batch inference deployment definition object. - go: - name: body - description: Batch inference deployment definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51142,22 +36304,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1745 + - *ref_1401 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName} @@ -51167,21 +36322,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1746 + - *ref_1402 signatureParameters: - - *ref_1747 - - *ref_1748 - - *ref_1749 - - *ref_1750 + - *ref_1403 + - *ref_1404 + - *ref_1405 + - *ref_1406 responses: - - schema: *ref_387 - language: &ref_3295 + - schema: *ref_365 + language: &ref_2404 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -51189,49 +36341,37 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_387 - language: &ref_3298 + - schema: *ref_365 + language: &ref_2407 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: headers: - - schema: *ref_1751 + - schema: *ref_1407 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_1752 + - schema: *ref_1408 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -51275,7 +36415,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3294 + string: &ref_2403 cd3c37dc-2876-4ca4-8a54-21bd7619724a: null retrySettings: maxRetries: 1 @@ -51334,7 +36474,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3296 + string: &ref_2405 4939850d-8eae-4343-8566-0826259a2ad1: null retrySettings: maxRetries: 1 @@ -51353,7 +36493,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3297 {} + headers: &ref_2406 {} '201': body: name: string @@ -51394,7 +36534,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3299 + string: &ref_2408 b76755e4-16bf-45d4-b625-6634df7444cc: null retrySettings: maxRetries: 1 @@ -51413,140 +36553,55 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3300 {} + headers: &ref_2409 {} x-ms-long-running-operation: true language: default: name: CreateOrUpdate description: Creates/updates a batch inference deployment (asynchronous). summary: Creates/updates a batch inference deployment (asynchronous). - go: - name: CreateOrUpdate - description: |- - Creates/updates a batch inference deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: BatchDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2487 - schema: - type: object - language: - default: &ref_1753 - name: BatchDeploymentsClientBeginCreateOrUpdateOptions - description: BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_1753 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_1754 - name: string - description: '' - go: *ref_1754 - protocol: {} - language: - default: &ref_1755 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_1755 - protocol: {} - required: false - serializedName: BatchDeploymentsClientBeginCreateOrUpdateOptions - language: - default: &ref_1756 - name: options - description: BatchDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the BatchDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_1756 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2586 - type: object - properties: - - &ref_1758 - schema: *ref_387 - serializedName: BatchDeploymentData - language: - default: &ref_1757 - name: BatchDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_1757 - protocol: {} - language: - default: &ref_1759 - name: BatchDeploymentsClientCreateOrUpdateResponse - description: BatchDeploymentsClientCreateOrUpdateResponse contains the response from method BatchDeploymentsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_1758 - go: *ref_1759 - protocol: {} - summary: Creates/updates a batch inference deployment (asynchronous). protocol: {} language: default: name: BatchDeployments description: '' - go: - name: BatchDeployments - description: '' - clientCtorName: NewBatchDeploymentsClient - clientName: BatchDeploymentsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3313 + - &ref_2422 $key: CodeContainers operations: - - &ref_3312 + - &ref_2421 operationId: CodeContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1763 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1409 + schema: *ref_1214 implementation: Method required: true - language: &ref_3302 + language: &ref_2411 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1764 + - &ref_1410 schema: *ref_1 implementation: Method required: true - language: &ref_3303 + language: &ref_2412 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1761 + - *ref_1210 + - &ref_1411 schema: *ref_1 implementation: Method language: @@ -51554,35 +36609,12 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1766 - schema: - type: object - language: - default: &ref_1760 - name: CodeContainersClientListOptions - description: CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.NewListPager method. - go: *ref_1760 - protocol: {} - originalParameter: - - *ref_1761 - required: false - serializedName: CodeContainersClientListOptions - language: - default: &ref_1762 - name: options - description: CodeContainersClientListOptions contains the optional parameters for the CodeContainersClient.NewListPager method. - go: *ref_1762 - protocol: {} - serializedName: $skip protocol: http: in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51591,10 +36623,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51603,27 +36631,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes method: get uri: '{$host}' signatureParameters: - - *ref_1763 - - *ref_1764 - - *ref_1761 + - *ref_1409 + - *ref_1410 + - *ref_1411 responses: - - schema: *ref_1765 - language: &ref_3304 + - schema: *ref_1412 + language: &ref_2413 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -51632,14 +36654,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -51701,103 +36720,54 @@ operationGroups: paging: nextLinkName: nextLink summary: List containers. - go: - name: List - description: List containers. - azureARM: true - clientName: CodeContainersClient - openApiType: arm - optionalParamGroup: *ref_1766 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2587 - type: object - properties: - - &ref_1768 - schema: *ref_1765 - serializedName: CodeContainerResourceArmPaginatedResult - language: - default: &ref_1767 - name: CodeContainerResourceArmPaginatedResult - description: A paginated list of CodeContainer entities. - byValue: true - embeddedType: true - go: *ref_1767 - protocol: {} - language: - default: &ref_1769 - name: CodeContainersClientListResponse - description: CodeContainersClientListResponse contains the response from method CodeContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1768 - go: *ref_1769 - protocol: {} - summary: List containers. protocol: {} - - &ref_3317 + - &ref_2426 operationId: CodeContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1770 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1413 + schema: *ref_1214 implementation: Method required: true - language: &ref_3314 + language: &ref_2423 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1771 + - &ref_1414 schema: *ref_1 implementation: Method required: true - language: &ref_3315 + language: &ref_2424 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1772 + - &ref_1415 schema: *ref_9 implementation: Method required: true - language: &ref_3316 + language: &ref_2425 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51806,10 +36776,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -51818,26 +36784,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_1770 - - *ref_1771 - - *ref_1772 + - *ref_1413 + - *ref_1414 + - *ref_1415 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -51846,22 +36806,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -51887,106 +36841,54 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeContainersClient - openApiType: arm - optionalParamGroup: &ref_2488 - schema: - type: object - language: - default: &ref_1773 - name: CodeContainersClientDeleteOptions - description: CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method. - go: *ref_1773 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeContainersClientDeleteOptions - language: - default: &ref_1774 - name: options - description: CodeContainersClientDeleteOptions contains the optional parameters for the CodeContainersClient.Delete method. - go: *ref_1774 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2588 - type: object - language: - default: &ref_1775 - name: CodeContainersClientDeleteResponse - description: CodeContainersClientDeleteResponse contains the response from method CodeContainersClient.Delete. - responseType: true - go: *ref_1775 - protocol: {} - summary: Delete container. protocol: {} - - &ref_3322 + - &ref_2431 operationId: CodeContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1776 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1416 + schema: *ref_1214 implementation: Method required: true - language: &ref_3318 + language: &ref_2427 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1777 + - &ref_1417 schema: *ref_1 implementation: Method required: true - language: &ref_3319 + language: &ref_2428 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1778 + - &ref_1418 schema: *ref_9 implementation: Method required: true - language: &ref_3320 + language: &ref_2429 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -51995,10 +36897,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52007,27 +36905,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name} method: get uri: '{$host}' signatureParameters: - - *ref_1776 - - *ref_1777 - - *ref_1778 + - *ref_1416 + - *ref_1417 + - *ref_1418 responses: - - schema: *ref_849 - language: &ref_3321 + - schema: *ref_776 + language: &ref_2430 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -52036,14 +36928,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -52084,136 +36973,67 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeContainersClient - openApiType: arm - optionalParamGroup: &ref_2489 - schema: - type: object - language: - default: &ref_1779 - name: CodeContainersClientGetOptions - description: CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method. - go: *ref_1779 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeContainersClientGetOptions - language: - default: &ref_1780 - name: options - description: CodeContainersClientGetOptions contains the optional parameters for the CodeContainersClient.Get method. - go: *ref_1780 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2589 - type: object - properties: - - &ref_1782 - schema: *ref_849 - serializedName: CodeContainerData - language: - default: &ref_1781 - name: CodeContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1781 - protocol: {} - language: - default: &ref_1783 - name: CodeContainersClientGetResponse - description: CodeContainersClientGetResponse contains the response from method CodeContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1782 - go: *ref_1783 - protocol: {} - summary: Get container. protocol: {} - - &ref_3329 + - &ref_2438 operationId: CodeContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1786 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1421 + schema: *ref_1214 implementation: Method required: true - language: &ref_3323 + language: &ref_2432 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1787 + - &ref_1422 schema: *ref_1 implementation: Method required: true - language: &ref_3324 + language: &ref_2433 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1788 - schema: *ref_1658 + - &ref_1423 + schema: *ref_1356 implementation: Method required: true - language: &ref_3325 + language: &ref_2434 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1785 + application/json: &ref_1420 parameters: - - &ref_1784 - schema: *ref_849 + - &ref_1419 + schema: *ref_776 implementation: Method required: true - language: &ref_3326 + language: &ref_2435 default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52222,22 +37042,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1784 + - *ref_1419 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name} @@ -52247,20 +37060,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1785 + - *ref_1420 signatureParameters: - - *ref_1786 - - *ref_1787 - - *ref_1788 + - *ref_1421 + - *ref_1422 + - *ref_1423 responses: - - schema: *ref_849 - language: &ref_3327 + - schema: *ref_776 + language: &ref_2436 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -52268,14 +37078,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_849 - language: &ref_3328 + - schema: *ref_776 + language: &ref_2437 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -52284,14 +37091,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -52355,203 +37159,95 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeContainersClient - openApiType: arm - optionalParamGroup: &ref_2490 - schema: - type: object - language: - default: &ref_1789 - name: CodeContainersClientCreateOrUpdateOptions - description: CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method. - go: *ref_1789 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeContainersClientCreateOrUpdateOptions - language: - default: &ref_1790 - name: options - description: CodeContainersClientCreateOrUpdateOptions contains the optional parameters for the CodeContainersClient.CreateOrUpdate method. - go: *ref_1790 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2590 - type: object - properties: - - &ref_1792 - schema: *ref_849 - serializedName: CodeContainerData - language: - default: &ref_1791 - name: CodeContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1791 - protocol: {} - language: - default: &ref_1793 - name: CodeContainersClientCreateOrUpdateResponse - description: CodeContainersClientCreateOrUpdateResponse contains the response from method CodeContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1792 - go: *ref_1793 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: CodeContainers description: '' - go: - name: CodeContainers - description: '' - clientCtorName: NewCodeContainersClient - clientName: CodeContainersClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3345 + - &ref_2454 $key: CodeVersions operations: - - &ref_3344 + - &ref_2453 operationId: CodeVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1800 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1424 + schema: *ref_1214 implementation: Method required: true - language: &ref_3330 + language: &ref_2439 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1801 + - &ref_1425 schema: *ref_1 implementation: Method required: true - language: &ref_3331 + language: &ref_2440 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1802 + - &ref_1426 schema: *ref_9 implementation: Method required: true - language: &ref_3332 + language: &ref_2441 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_1795 + - *ref_1210 + - &ref_1427 schema: *ref_9 implementation: Method - language: &ref_3333 + language: &ref_2442 default: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_1796 - schema: - type: object - language: - default: &ref_1794 - name: CodeVersionsClientListOptions - description: CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.NewListPager method. - go: *ref_1794 - protocol: {} - originalParameter: - - *ref_1795 - - &ref_1798 - schema: *ref_18 - implementation: Method - language: &ref_3334 - default: - name: top - description: Maximum number of records to return. - serializedName: $top - go: - name: Top - description: Maximum number of records to return. - paramGroup: *ref_1796 - serializedName: $top - protocol: - http: - in: query - - &ref_1799 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1796 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: CodeVersionsClientListOptions - language: - default: &ref_1797 - name: options - description: CodeVersionsClientListOptions contains the optional parameters for the CodeVersionsClient.NewListPager method. - go: *ref_1797 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_1798 - - *ref_1799 + - &ref_1428 + schema: *ref_18 + implementation: Method + language: &ref_2443 + default: + name: top + description: Maximum number of records to return. + serializedName: $top + protocol: + http: + in: query + - &ref_1429 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52560,10 +37256,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52572,30 +37264,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1800 - - *ref_1801 - - *ref_1802 - - *ref_1795 - - *ref_1798 - - *ref_1799 + - *ref_1424 + - *ref_1425 + - *ref_1426 + - *ref_1427 + - *ref_1428 + - *ref_1429 responses: - - schema: *ref_1803 - language: &ref_3335 + - schema: *ref_1430 + language: &ref_2444 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -52604,14 +37290,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -52655,7 +37338,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3343 {} + headers: &ref_2452 {} x-ms-pageable: nextLinkName: nextLink language: @@ -52665,119 +37348,66 @@ operationGroups: paging: nextLinkName: nextLink summary: List versions. - go: - name: List - description: List versions. - azureARM: true - clientName: CodeVersionsClient - openApiType: arm - optionalParamGroup: *ref_1796 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2591 - type: object - properties: - - &ref_1805 - schema: *ref_1803 - serializedName: CodeVersionResourceArmPaginatedResult - language: - default: &ref_1804 - name: CodeVersionResourceArmPaginatedResult - description: A paginated list of CodeVersion entities. - byValue: true - embeddedType: true - go: *ref_1804 - protocol: {} - language: - default: &ref_1806 - name: CodeVersionsClientListResponse - description: CodeVersionsClientListResponse contains the response from method CodeVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1805 - go: *ref_1806 - protocol: {} - summary: List versions. protocol: {} - - &ref_3350 + - &ref_2459 operationId: CodeVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1807 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1431 + schema: *ref_1214 implementation: Method required: true - language: &ref_3346 + language: &ref_2455 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1808 + - &ref_1432 schema: *ref_1 implementation: Method required: true - language: &ref_3347 + language: &ref_2456 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1809 + - &ref_1433 schema: *ref_9 implementation: Method required: true - language: &ref_3348 + language: &ref_2457 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_1810 + - &ref_1434 schema: *ref_9 implementation: Method required: true - language: &ref_3349 + language: &ref_2458 default: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52786,10 +37416,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -52798,27 +37424,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_1807 - - *ref_1808 - - *ref_1809 - - *ref_1810 + - *ref_1431 + - *ref_1432 + - *ref_1433 + - *ref_1434 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -52827,22 +37447,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -52869,122 +37483,66 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeVersionsClient - openApiType: arm - optionalParamGroup: &ref_2491 - schema: - type: object - language: - default: &ref_1811 - name: CodeVersionsClientDeleteOptions - description: CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method. - go: *ref_1811 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeVersionsClientDeleteOptions - language: - default: &ref_1812 - name: options - description: CodeVersionsClientDeleteOptions contains the optional parameters for the CodeVersionsClient.Delete method. - go: *ref_1812 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2592 - type: object - language: - default: &ref_1813 - name: CodeVersionsClientDeleteResponse - description: CodeVersionsClientDeleteResponse contains the response from method CodeVersionsClient.Delete. - responseType: true - go: *ref_1813 - protocol: {} - summary: Delete version. protocol: {} - - &ref_3357 + - &ref_2466 operationId: CodeVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1814 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1435 + schema: *ref_1214 implementation: Method required: true - language: &ref_3351 + language: &ref_2460 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1815 + - &ref_1436 schema: *ref_1 implementation: Method required: true - language: &ref_3352 + language: &ref_2461 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1816 + - &ref_1437 schema: *ref_9 implementation: Method required: true - language: &ref_3353 + language: &ref_2462 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_1817 + - &ref_1438 schema: *ref_9 implementation: Method required: true - language: &ref_3354 + language: &ref_2463 default: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -52993,10 +37551,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53005,28 +37559,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1814 - - *ref_1815 - - *ref_1816 - - *ref_1817 + - *ref_1435 + - *ref_1436 + - *ref_1437 + - *ref_1438 responses: - - schema: *ref_850 - language: &ref_3355 + - schema: *ref_777 + language: &ref_2464 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -53035,14 +37583,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53082,158 +37627,85 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3356 {} + headers: &ref_2465 {} language: default: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeVersionsClient - openApiType: arm - optionalParamGroup: &ref_2492 - schema: - type: object - language: - default: &ref_1818 - name: CodeVersionsClientGetOptions - description: CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method. - go: *ref_1818 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeVersionsClientGetOptions - language: - default: &ref_1819 - name: options - description: CodeVersionsClientGetOptions contains the optional parameters for the CodeVersionsClient.Get method. - go: *ref_1819 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2593 - type: object - properties: - - &ref_1821 - schema: *ref_850 - serializedName: CodeVersionData - language: - default: &ref_1820 - name: CodeVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1820 - protocol: {} - language: - default: &ref_1822 - name: CodeVersionsClientGetResponse - description: CodeVersionsClientGetResponse contains the response from method CodeVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1821 - go: *ref_1822 - protocol: {} - summary: Get version. protocol: {} - - &ref_3367 + - &ref_2476 operationId: CodeVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1825 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1441 + schema: *ref_1214 implementation: Method required: true - language: &ref_3358 + language: &ref_2467 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1826 + - &ref_1442 schema: *ref_1 implementation: Method required: true - language: &ref_3359 + language: &ref_2468 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1827 - schema: *ref_1658 + - &ref_1443 + schema: *ref_1356 implementation: Method required: true - language: &ref_3360 + language: &ref_2469 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_1828 + - &ref_1444 schema: *ref_9 implementation: Method required: true - language: &ref_3361 + language: &ref_2470 default: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1824 + application/json: &ref_1440 parameters: - - &ref_1823 - schema: *ref_850 + - &ref_1439 + schema: *ref_777 implementation: Method required: true - language: &ref_3362 + language: &ref_2471 default: name: body description: Version entity to create or update. - go: - name: body - description: Version entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53242,22 +37714,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1823 + - *ref_1439 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/codes/{name}/versions/{version} @@ -53267,21 +37732,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1824 + - *ref_1440 signatureParameters: - - *ref_1825 - - *ref_1826 - - *ref_1827 - - *ref_1828 + - *ref_1441 + - *ref_1442 + - *ref_1443 + - *ref_1444 responses: - - schema: *ref_850 - language: &ref_3363 + - schema: *ref_777 + language: &ref_2472 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -53289,14 +37751,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_850 - language: &ref_3365 + - schema: *ref_777 + language: &ref_2474 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -53305,14 +37764,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53361,7 +37817,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3364 {} + headers: &ref_2473 {} '201': body: name: string @@ -53382,123 +37838,54 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3366 {} + headers: &ref_2475 {} language: default: name: CreateOrUpdate description: Create or update version. summary: Create or update version. - go: - name: CreateOrUpdate - description: |- - Create or update version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: CodeVersionsClient - openApiType: arm - optionalParamGroup: &ref_2493 - schema: - type: object - language: - default: &ref_1829 - name: CodeVersionsClientCreateOrUpdateOptions - description: CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method. - go: *ref_1829 - protocol: {} - originalParameter: [] - required: false - serializedName: CodeVersionsClientCreateOrUpdateOptions - language: - default: &ref_1830 - name: options - description: CodeVersionsClientCreateOrUpdateOptions contains the optional parameters for the CodeVersionsClient.CreateOrUpdate method. - go: *ref_1830 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2594 - type: object - properties: - - &ref_1832 - schema: *ref_850 - serializedName: CodeVersionData - language: - default: &ref_1831 - name: CodeVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1831 - protocol: {} - language: - default: &ref_1833 - name: CodeVersionsClientCreateOrUpdateResponse - description: CodeVersionsClientCreateOrUpdateResponse contains the response from method CodeVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1832 - go: *ref_1833 - protocol: {} - summary: Create or update version. protocol: {} language: default: name: CodeVersions description: '' - go: - name: CodeVersions - description: '' - clientCtorName: NewCodeVersionsClient - clientName: CodeVersionsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3376 + - &ref_2485 $key: ComponentContainers operations: - - &ref_3375 + - &ref_2484 operationId: ComponentContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1840 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1446 + schema: *ref_1214 implementation: Method required: true - language: &ref_3368 + language: &ref_2477 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1841 + - &ref_1447 schema: *ref_1 implementation: Method required: true - language: &ref_3369 + language: &ref_2478 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1835 + - *ref_1210 + - &ref_1448 schema: *ref_1 implementation: Method language: @@ -53506,52 +37893,23 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1837 - schema: - type: object - language: - default: &ref_1834 - name: ComponentContainersClientListOptions - description: ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.NewListPager method. - go: *ref_1834 - protocol: {} - originalParameter: - - *ref_1835 - - &ref_1839 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1837 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: ComponentContainersClientListOptions - language: - default: &ref_1838 - name: options - description: ComponentContainersClientListOptions contains the optional parameters for the ComponentContainersClient.NewListPager method. - go: *ref_1838 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_1839 + - &ref_1449 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53560,10 +37918,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53572,28 +37926,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components method: get uri: '{$host}' signatureParameters: - - *ref_1840 - - *ref_1841 - - *ref_1835 - - *ref_1839 + - *ref_1446 + - *ref_1447 + - *ref_1448 + - *ref_1449 responses: - - schema: *ref_1842 - language: &ref_3370 + - schema: *ref_1450 + language: &ref_2479 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -53602,14 +37950,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53648,7 +37993,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3374 {} + headers: &ref_2483 {} x-ms-pageable: nextLinkName: nextLink language: @@ -53658,103 +38003,54 @@ operationGroups: paging: nextLinkName: nextLink summary: List component containers. - go: - name: List - description: List component containers. - azureARM: true - clientName: ComponentContainersClient - openApiType: arm - optionalParamGroup: *ref_1837 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2595 - type: object - properties: - - &ref_1844 - schema: *ref_1842 - serializedName: ComponentContainerResourceArmPaginatedResult - language: - default: &ref_1843 - name: ComponentContainerResourceArmPaginatedResult - description: A paginated list of ComponentContainer entities. - byValue: true - embeddedType: true - go: *ref_1843 - protocol: {} - language: - default: &ref_1845 - name: ComponentContainersClientListResponse - description: ComponentContainersClientListResponse contains the response from method ComponentContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1844 - go: *ref_1845 - protocol: {} - summary: List component containers. protocol: {} - - &ref_3380 + - &ref_2489 operationId: ComponentContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1846 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1451 + schema: *ref_1214 implementation: Method required: true - language: &ref_3377 + language: &ref_2486 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1847 + - &ref_1452 schema: *ref_1 implementation: Method required: true - language: &ref_3378 + language: &ref_2487 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1848 + - &ref_1453 schema: *ref_9 implementation: Method required: true - language: &ref_3379 + language: &ref_2488 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53763,10 +38059,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53775,26 +38067,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_1846 - - *ref_1847 - - *ref_1848 + - *ref_1451 + - *ref_1452 + - *ref_1453 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -53803,22 +38089,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -53844,106 +38124,54 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentContainersClient - openApiType: arm - optionalParamGroup: &ref_2494 - schema: - type: object - language: - default: &ref_1849 - name: ComponentContainersClientDeleteOptions - description: ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method. - go: *ref_1849 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentContainersClientDeleteOptions - language: - default: &ref_1850 - name: options - description: ComponentContainersClientDeleteOptions contains the optional parameters for the ComponentContainersClient.Delete method. - go: *ref_1850 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2596 - type: object - language: - default: &ref_1851 - name: ComponentContainersClientDeleteResponse - description: ComponentContainersClientDeleteResponse contains the response from method ComponentContainersClient.Delete. - responseType: true - go: *ref_1851 - protocol: {} - summary: Delete container. protocol: {} - - &ref_3386 + - &ref_2495 operationId: ComponentContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1852 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1454 + schema: *ref_1214 implementation: Method required: true - language: &ref_3381 + language: &ref_2490 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1853 + - &ref_1455 schema: *ref_1 implementation: Method required: true - language: &ref_3382 + language: &ref_2491 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1854 + - &ref_1456 schema: *ref_9 implementation: Method required: true - language: &ref_3383 + language: &ref_2492 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -53952,10 +38180,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -53964,27 +38188,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name} method: get uri: '{$host}' signatureParameters: - - *ref_1852 - - *ref_1853 - - *ref_1854 + - *ref_1454 + - *ref_1455 + - *ref_1456 responses: - - schema: *ref_851 - language: &ref_3384 + - schema: *ref_778 + language: &ref_2493 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -53993,14 +38211,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -54037,142 +38252,73 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3385 {} + headers: &ref_2494 {} language: default: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentContainersClient - openApiType: arm - optionalParamGroup: &ref_2495 - schema: - type: object - language: - default: &ref_1855 - name: ComponentContainersClientGetOptions - description: ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method. - go: *ref_1855 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentContainersClientGetOptions - language: - default: &ref_1856 - name: options - description: ComponentContainersClientGetOptions contains the optional parameters for the ComponentContainersClient.Get method. - go: *ref_1856 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2597 - type: object - properties: - - &ref_1858 - schema: *ref_851 - serializedName: ComponentContainerData - language: - default: &ref_1857 - name: ComponentContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1857 - protocol: {} - language: - default: &ref_1859 - name: ComponentContainersClientGetResponse - description: ComponentContainersClientGetResponse contains the response from method ComponentContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1858 - go: *ref_1859 - protocol: {} - summary: Get container. protocol: {} - - &ref_3395 + - &ref_2504 operationId: ComponentContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1862 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1459 + schema: *ref_1214 implementation: Method required: true - language: &ref_3387 + language: &ref_2496 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1863 + - &ref_1460 schema: *ref_1 implementation: Method required: true - language: &ref_3388 + language: &ref_2497 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1864 - schema: *ref_1658 + - &ref_1461 + schema: *ref_1356 implementation: Method required: true - language: &ref_3389 + language: &ref_2498 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1861 + application/json: &ref_1458 parameters: - - &ref_1860 - schema: *ref_851 + - &ref_1457 + schema: *ref_778 implementation: Method required: true - language: &ref_3390 + language: &ref_2499 default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54181,22 +38327,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1860 + - *ref_1457 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name} @@ -54206,20 +38345,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1861 + - *ref_1458 signatureParameters: - - *ref_1862 - - *ref_1863 - - *ref_1864 + - *ref_1459 + - *ref_1460 + - *ref_1461 responses: - - schema: *ref_851 - language: &ref_3391 + - schema: *ref_778 + language: &ref_2500 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -54227,14 +38363,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_851 - language: &ref_3393 + - schema: *ref_778 + language: &ref_2502 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -54243,14 +38376,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -54294,7 +38424,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3392 {} + headers: &ref_2501 {} '201': body: name: string @@ -54313,226 +38443,112 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3394 {} + headers: &ref_2503 {} language: default: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentContainersClient - openApiType: arm - optionalParamGroup: &ref_2496 - schema: - type: object - language: - default: &ref_1865 - name: ComponentContainersClientCreateOrUpdateOptions - description: ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method. - go: *ref_1865 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentContainersClientCreateOrUpdateOptions - language: - default: &ref_1866 - name: options - description: ComponentContainersClientCreateOrUpdateOptions contains the optional parameters for the ComponentContainersClient.CreateOrUpdate method. - go: *ref_1866 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2598 - type: object - properties: - - &ref_1868 - schema: *ref_851 - serializedName: ComponentContainerData - language: - default: &ref_1867 - name: ComponentContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1867 - protocol: {} - language: - default: &ref_1869 - name: ComponentContainersClientCreateOrUpdateResponse - description: ComponentContainersClientCreateOrUpdateResponse contains the response from method ComponentContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1868 - go: *ref_1869 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: ComponentContainers description: '' - go: - name: ComponentContainers - description: '' - clientCtorName: NewComponentContainersClient - clientName: ComponentContainersClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3409 + - &ref_2518 $key: ComponentVersions operations: - - &ref_3408 + - &ref_2517 operationId: ComponentVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1877 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1462 + schema: *ref_1214 implementation: Method required: true - language: &ref_3396 + language: &ref_2505 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1878 + - &ref_1463 schema: *ref_1 implementation: Method required: true - language: &ref_3397 + language: &ref_2506 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1879 + - &ref_1464 schema: *ref_9 implementation: Method required: true - language: &ref_3398 + language: &ref_2507 default: name: name description: Component name. serializedName: name - go: - name: name - description: Component name. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_1871 + - *ref_1210 + - &ref_1465 schema: *ref_9 implementation: Method - language: &ref_3399 + language: &ref_2508 default: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_1872 - schema: - type: object - language: - default: &ref_1870 - name: ComponentVersionsClientListOptions - description: ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.NewListPager method. - go: *ref_1870 - protocol: {} - originalParameter: - - *ref_1871 - - &ref_1874 - schema: *ref_18 - implementation: Method - language: &ref_3400 - default: - name: top - description: Maximum number of records to return. - serializedName: $top - go: - name: Top - description: Maximum number of records to return. - paramGroup: *ref_1872 - serializedName: $top - protocol: - http: - in: query - - &ref_1875 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1872 - serializedName: $skip - protocol: - http: - in: query - - &ref_1876 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1872 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: ComponentVersionsClientListOptions - language: - default: &ref_1873 - name: options - description: ComponentVersionsClientListOptions contains the optional parameters for the ComponentVersionsClient.NewListPager method. - go: *ref_1873 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_1874 - - *ref_1875 - - *ref_1876 + - &ref_1466 + schema: *ref_18 + implementation: Method + language: &ref_2509 + default: + name: top + description: Maximum number of records to return. + serializedName: $top + protocol: + http: + in: query + - &ref_1467 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query + - &ref_1468 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54541,10 +38557,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -54553,31 +38565,25 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1877 - - *ref_1878 - - *ref_1879 - - *ref_1871 - - *ref_1874 - - *ref_1875 - - *ref_1876 + - *ref_1462 + - *ref_1463 + - *ref_1464 + - *ref_1465 + - *ref_1466 + - *ref_1467 + - *ref_1468 responses: - - schema: *ref_1880 - language: &ref_3401 + - schema: *ref_1469 + language: &ref_2510 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -54586,14 +38592,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -54624,7 +38627,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3406 + componentSpec: &ref_2515 50acbce5-cccc-475a-8ac6-c4da402afbd8: null isAnonymous: false properties: @@ -54638,7 +38641,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3407 {} + headers: &ref_2516 {} x-ms-pageable: nextLinkName: nextLink language: @@ -54648,119 +38651,66 @@ operationGroups: paging: nextLinkName: nextLink summary: List component versions. - go: - name: List - description: List component versions. - azureARM: true - clientName: ComponentVersionsClient - openApiType: arm - optionalParamGroup: *ref_1872 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2599 - type: object - properties: - - &ref_1882 - schema: *ref_1880 - serializedName: ComponentVersionResourceArmPaginatedResult - language: - default: &ref_1881 - name: ComponentVersionResourceArmPaginatedResult - description: A paginated list of ComponentVersion entities. - byValue: true - embeddedType: true - go: *ref_1881 - protocol: {} - language: - default: &ref_1883 - name: ComponentVersionsClientListResponse - description: ComponentVersionsClientListResponse contains the response from method ComponentVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1882 - go: *ref_1883 - protocol: {} - summary: List component versions. protocol: {} - - &ref_3414 + - &ref_2523 operationId: ComponentVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1884 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1470 + schema: *ref_1214 implementation: Method required: true - language: &ref_3410 + language: &ref_2519 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1885 + - &ref_1471 schema: *ref_1 implementation: Method required: true - language: &ref_3411 + language: &ref_2520 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1886 + - &ref_1472 schema: *ref_9 implementation: Method required: true - language: &ref_3412 + language: &ref_2521 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1887 + - &ref_1473 schema: *ref_9 implementation: Method required: true - language: &ref_3413 + language: &ref_2522 default: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54769,10 +38719,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -54781,27 +38727,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_1884 - - *ref_1885 - - *ref_1886 - - *ref_1887 + - *ref_1470 + - *ref_1471 + - *ref_1472 + - *ref_1473 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -54810,22 +38750,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -54852,122 +38786,66 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2497 - schema: - type: object - language: - default: &ref_1888 - name: ComponentVersionsClientDeleteOptions - description: ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method. - go: *ref_1888 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentVersionsClientDeleteOptions - language: - default: &ref_1889 - name: options - description: ComponentVersionsClientDeleteOptions contains the optional parameters for the ComponentVersionsClient.Delete method. - go: *ref_1889 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2600 - type: object - language: - default: &ref_1890 - name: ComponentVersionsClientDeleteResponse - description: ComponentVersionsClientDeleteResponse contains the response from method ComponentVersionsClient.Delete. - responseType: true - go: *ref_1890 - protocol: {} - summary: Delete version. protocol: {} - - &ref_3422 + - &ref_2531 operationId: ComponentVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1891 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1474 + schema: *ref_1214 implementation: Method required: true - language: &ref_3415 + language: &ref_2524 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1892 + - &ref_1475 schema: *ref_1 implementation: Method required: true - language: &ref_3416 + language: &ref_2525 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1893 + - &ref_1476 schema: *ref_9 implementation: Method required: true - language: &ref_3417 + language: &ref_2526 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1894 + - &ref_1477 schema: *ref_9 implementation: Method required: true - language: &ref_3418 + language: &ref_2527 default: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -54976,10 +38854,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -54988,28 +38862,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1891 - - *ref_1892 - - *ref_1893 - - *ref_1894 + - *ref_1474 + - *ref_1475 + - *ref_1476 + - *ref_1477 responses: - - schema: *ref_852 - language: &ref_3419 + - schema: *ref_779 + language: &ref_2528 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -55018,14 +38886,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -55052,7 +38917,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3420 + componentSpec: &ref_2529 1a7c40b5-2029-4f5f-a8d6-fd0822038773: null isAnonymous: false properties: @@ -55066,158 +38931,85 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3421 {} + headers: &ref_2530 {} language: default: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2498 - schema: - type: object - language: - default: &ref_1895 - name: ComponentVersionsClientGetOptions - description: ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method. - go: *ref_1895 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentVersionsClientGetOptions - language: - default: &ref_1896 - name: options - description: ComponentVersionsClientGetOptions contains the optional parameters for the ComponentVersionsClient.Get method. - go: *ref_1896 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2601 - type: object - properties: - - &ref_1898 - schema: *ref_852 - serializedName: ComponentVersionData - language: - default: &ref_1897 - name: ComponentVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1897 - protocol: {} - language: - default: &ref_1899 - name: ComponentVersionsClientGetResponse - description: ComponentVersionsClientGetResponse contains the response from method ComponentVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1898 - go: *ref_1899 - protocol: {} - summary: Get version. protocol: {} - - &ref_3435 + - &ref_2544 operationId: ComponentVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1902 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1480 + schema: *ref_1214 implementation: Method required: true - language: &ref_3423 + language: &ref_2532 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1903 + - &ref_1481 schema: *ref_1 implementation: Method required: true - language: &ref_3424 + language: &ref_2533 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1904 - schema: *ref_1658 + - &ref_1482 + schema: *ref_1356 implementation: Method required: true - language: &ref_3425 + language: &ref_2534 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1905 + - &ref_1483 schema: *ref_9 implementation: Method required: true - language: &ref_3426 + language: &ref_2535 default: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1901 + application/json: &ref_1479 parameters: - - &ref_1900 - schema: *ref_852 + - &ref_1478 + schema: *ref_779 implementation: Method required: true - language: &ref_3427 + language: &ref_2536 default: name: body description: Version entity to create or update. - go: - name: body - description: Version entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55226,22 +39018,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1900 + - *ref_1478 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/components/{name}/versions/{version} @@ -55251,21 +39036,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1901 + - *ref_1479 signatureParameters: - - *ref_1902 - - *ref_1903 - - *ref_1904 - - *ref_1905 + - *ref_1480 + - *ref_1481 + - *ref_1482 + - *ref_1483 responses: - - schema: *ref_852 - language: &ref_3429 + - schema: *ref_779 + language: &ref_2538 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -55273,14 +39055,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_852 - language: &ref_3432 + - schema: *ref_779 + language: &ref_2541 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -55289,14 +39068,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -55313,7 +39089,7 @@ operationGroups: body: properties: description: string - componentSpec: &ref_3428 + componentSpec: &ref_2537 8ced901b-d826-477d-bfef-329da9672513: null isAnonymous: false properties: @@ -55333,7 +39109,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3430 + componentSpec: &ref_2539 2de2e74e-457d-4447-a581-933abc2b9d96: null isAnonymous: false properties: @@ -55347,7 +39123,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3431 {} + headers: &ref_2540 {} '201': body: name: string @@ -55355,7 +39131,7 @@ operationGroups: id: string properties: description: string - componentSpec: &ref_3433 + componentSpec: &ref_2542 a6c1349d-5e45-48da-92c3-3ce176cb30e9: null isAnonymous: false properties: @@ -55369,123 +39145,54 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3434 {} + headers: &ref_2543 {} language: default: name: CreateOrUpdate description: Create or update version. summary: Create or update version. - go: - name: CreateOrUpdate - description: |- - Create or update version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ComponentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2499 - schema: - type: object - language: - default: &ref_1906 - name: ComponentVersionsClientCreateOrUpdateOptions - description: ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method. - go: *ref_1906 - protocol: {} - originalParameter: [] - required: false - serializedName: ComponentVersionsClientCreateOrUpdateOptions - language: - default: &ref_1907 - name: options - description: ComponentVersionsClientCreateOrUpdateOptions contains the optional parameters for the ComponentVersionsClient.CreateOrUpdate method. - go: *ref_1907 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2602 - type: object - properties: - - &ref_1909 - schema: *ref_852 - serializedName: ComponentVersionData - language: - default: &ref_1908 - name: ComponentVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1908 - protocol: {} - language: - default: &ref_1910 - name: ComponentVersionsClientCreateOrUpdateResponse - description: ComponentVersionsClientCreateOrUpdateResponse contains the response from method ComponentVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1909 - go: *ref_1910 - protocol: {} - summary: Create or update version. protocol: {} language: default: name: ComponentVersions description: '' - go: - name: ComponentVersions - description: '' - clientCtorName: NewComponentVersionsClient - clientName: ComponentVersionsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3444 + - &ref_2553 $key: DataContainers operations: - - &ref_3443 + - &ref_2552 operationId: DataContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1916 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1484 + schema: *ref_1214 implementation: Method required: true - language: &ref_3436 + language: &ref_2545 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1917 + - &ref_1485 schema: *ref_1 implementation: Method required: true - language: &ref_3437 + language: &ref_2546 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1912 + - *ref_1210 + - &ref_1486 schema: *ref_1 implementation: Method language: @@ -55493,52 +39200,23 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1913 - schema: - type: object - language: - default: &ref_1911 - name: DataContainersClientListOptions - description: DataContainersClientListOptions contains the optional parameters for the DataContainersClient.NewListPager method. - go: *ref_1911 - protocol: {} - originalParameter: - - *ref_1912 - - &ref_1915 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_1913 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: DataContainersClientListOptions - language: - default: &ref_1914 - name: options - description: DataContainersClientListOptions contains the optional parameters for the DataContainersClient.NewListPager method. - go: *ref_1914 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_1915 + - &ref_1487 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55547,10 +39225,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -55559,28 +39233,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data method: get uri: '{$host}' signatureParameters: - - *ref_1916 - - *ref_1917 - - *ref_1912 - - *ref_1915 + - *ref_1484 + - *ref_1485 + - *ref_1486 + - *ref_1487 responses: - - schema: *ref_1918 - language: &ref_3438 + - schema: *ref_1488 + language: &ref_2547 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -55589,14 +39257,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -55665,103 +39330,54 @@ operationGroups: paging: nextLinkName: nextLink summary: List data containers. - go: - name: List - description: List data containers. - azureARM: true - clientName: DataContainersClient - openApiType: arm - optionalParamGroup: *ref_1913 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2603 - type: object - properties: - - &ref_1920 - schema: *ref_1918 - serializedName: DataContainerResourceArmPaginatedResult - language: - default: &ref_1919 - name: DataContainerResourceArmPaginatedResult - description: A paginated list of DataContainer entities. - byValue: true - embeddedType: true - go: *ref_1919 - protocol: {} - language: - default: &ref_1921 - name: DataContainersClientListResponse - description: DataContainersClientListResponse contains the response from method DataContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1920 - go: *ref_1921 - protocol: {} - summary: List data containers. protocol: {} - - &ref_3448 + - &ref_2557 operationId: DataContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1922 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1489 + schema: *ref_1214 implementation: Method required: true - language: &ref_3445 + language: &ref_2554 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1923 + - &ref_1490 schema: *ref_1 implementation: Method required: true - language: &ref_3446 + language: &ref_2555 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1924 + - &ref_1491 schema: *ref_9 implementation: Method required: true - language: &ref_3447 + language: &ref_2556 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55770,10 +39386,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -55782,26 +39394,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_1922 - - *ref_1923 - - *ref_1924 + - *ref_1489 + - *ref_1490 + - *ref_1491 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -55810,22 +39416,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -55851,106 +39451,54 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataContainersClient - openApiType: arm - optionalParamGroup: &ref_2500 - schema: - type: object - language: - default: &ref_1925 - name: DataContainersClientDeleteOptions - description: DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method. - go: *ref_1925 - protocol: {} - originalParameter: [] - required: false - serializedName: DataContainersClientDeleteOptions - language: - default: &ref_1926 - name: options - description: DataContainersClientDeleteOptions contains the optional parameters for the DataContainersClient.Delete method. - go: *ref_1926 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2604 - type: object - language: - default: &ref_1927 - name: DataContainersClientDeleteResponse - description: DataContainersClientDeleteResponse contains the response from method DataContainersClient.Delete. - responseType: true - go: *ref_1927 - protocol: {} - summary: Delete container. protocol: {} - - &ref_3453 + - &ref_2562 operationId: DataContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1928 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1492 + schema: *ref_1214 implementation: Method required: true - language: &ref_3449 + language: &ref_2558 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1929 + - &ref_1493 schema: *ref_1 implementation: Method required: true - language: &ref_3450 + language: &ref_2559 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1930 + - &ref_1494 schema: *ref_9 implementation: Method required: true - language: &ref_3451 + language: &ref_2560 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -55959,10 +39507,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -55971,27 +39515,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name} method: get uri: '{$host}' signatureParameters: - - *ref_1928 - - *ref_1929 - - *ref_1930 + - *ref_1492 + - *ref_1493 + - *ref_1494 responses: - - schema: *ref_853 - language: &ref_3452 + - schema: *ref_780 + language: &ref_2561 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -56000,14 +39538,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -56052,136 +39587,67 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataContainersClient - openApiType: arm - optionalParamGroup: &ref_2501 - schema: - type: object - language: - default: &ref_1931 - name: DataContainersClientGetOptions - description: DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method. - go: *ref_1931 - protocol: {} - originalParameter: [] - required: false - serializedName: DataContainersClientGetOptions - language: - default: &ref_1932 - name: options - description: DataContainersClientGetOptions contains the optional parameters for the DataContainersClient.Get method. - go: *ref_1932 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2605 - type: object - properties: - - &ref_1934 - schema: *ref_853 - serializedName: DataContainerData - language: - default: &ref_1933 - name: DataContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1933 - protocol: {} - language: - default: &ref_1935 - name: DataContainersClientGetResponse - description: DataContainersClientGetResponse contains the response from method DataContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1934 - go: *ref_1935 - protocol: {} - summary: Get container. protocol: {} - - &ref_3460 + - &ref_2569 operationId: DataContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1938 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1497 + schema: *ref_1214 implementation: Method required: true - language: &ref_3454 + language: &ref_2563 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1939 + - &ref_1498 schema: *ref_1 implementation: Method required: true - language: &ref_3455 + language: &ref_2564 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1940 - schema: *ref_1658 + - &ref_1499 + schema: *ref_1356 implementation: Method required: true - language: &ref_3456 + language: &ref_2565 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1937 + application/json: &ref_1496 parameters: - - &ref_1936 - schema: *ref_853 + - &ref_1495 + schema: *ref_780 implementation: Method required: true - language: &ref_3457 + language: &ref_2566 default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56190,22 +39656,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1936 + - *ref_1495 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name} @@ -56215,20 +39674,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1937 + - *ref_1496 signatureParameters: - - *ref_1938 - - *ref_1939 - - *ref_1940 + - *ref_1497 + - *ref_1498 + - *ref_1499 responses: - - schema: *ref_853 - language: &ref_3458 + - schema: *ref_780 + language: &ref_2567 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -56236,14 +39692,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_853 - language: &ref_3459 + - schema: *ref_780 + language: &ref_2568 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -56252,14 +39705,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -56335,237 +39785,117 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataContainersClient - openApiType: arm - optionalParamGroup: &ref_2502 - schema: - type: object - language: - default: &ref_1941 - name: DataContainersClientCreateOrUpdateOptions - description: DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method. - go: *ref_1941 - protocol: {} - originalParameter: [] - required: false - serializedName: DataContainersClientCreateOrUpdateOptions - language: - default: &ref_1942 - name: options - description: DataContainersClientCreateOrUpdateOptions contains the optional parameters for the DataContainersClient.CreateOrUpdate method. - go: *ref_1942 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2606 - type: object - properties: - - &ref_1944 - schema: *ref_853 - serializedName: DataContainerData - language: - default: &ref_1943 - name: DataContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1943 - protocol: {} - language: - default: &ref_1945 - name: DataContainersClientCreateOrUpdateResponse - description: DataContainersClientCreateOrUpdateResponse contains the response from method DataContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1944 - go: *ref_1945 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: DataContainers description: '' - go: - name: DataContainers - description: '' - clientCtorName: NewDataContainersClient - clientName: DataContainersClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3476 + - &ref_2585 $key: DataVersions operations: - - &ref_3475 + - &ref_2584 operationId: DataVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1954 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1500 + schema: *ref_1214 implementation: Method required: true - language: &ref_3461 + language: &ref_2570 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1955 + - &ref_1501 schema: *ref_1 implementation: Method required: true - language: &ref_3462 + language: &ref_2571 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1956 + - &ref_1502 schema: *ref_9 implementation: Method required: true - language: &ref_3463 + language: &ref_2572 default: name: name description: Data container's name serializedName: name - go: - name: name - description: Data container's name - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_1947 + - *ref_1210 + - &ref_1503 schema: *ref_9 implementation: Method - language: &ref_3464 + language: &ref_2573 default: name: orderBy description: Please choose OrderBy value from ['createdtime', 'modifiedtime'] serializedName: $orderBy - go: - name: OrderBy - description: Please choose OrderBy value from ['createdtime', 'modifiedtime'] - paramGroup: &ref_1948 - schema: - type: object - language: - default: &ref_1946 - name: DataVersionsClientListOptions - description: DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.NewListPager method. - go: *ref_1946 - protocol: {} - originalParameter: - - *ref_1947 - - &ref_1950 - schema: *ref_18 - implementation: Method - language: &ref_3465 - default: - name: top - description: "Top count of results, top count cannot be greater than the page size.\r\n If topCount > page size, results with be default page size count will be returned" - serializedName: $top - go: - name: Top - description: Top count of results, top count cannot be greater than the page size. If topCount > page size, results with be default page size count will be returned - paramGroup: *ref_1948 - serializedName: $top - protocol: - http: - in: query - - &ref_1951 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_1948 - serializedName: $skip - protocol: - http: - in: query - - &ref_1952 - schema: *ref_9 - implementation: Method - language: &ref_3466 - default: - name: tags - description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - serializedName: $tags - go: - name: Tags - description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - paramGroup: *ref_1948 - serializedName: $tags - protocol: - http: - in: query - - &ref_1953 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: '[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.' - serializedName: listViewType - go: - name: ListViewType - description: '[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.' - paramGroup: *ref_1948 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: DataVersionsClientListOptions - language: - default: &ref_1949 - name: options - description: DataVersionsClientListOptions contains the optional parameters for the DataVersionsClient.NewListPager method. - go: *ref_1949 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_1950 - - *ref_1951 - - *ref_1952 - - *ref_1953 + - &ref_1504 + schema: *ref_18 + implementation: Method + language: &ref_2574 + default: + name: top + description: "Top count of results, top count cannot be greater than the page size.\r\n If topCount > page size, results with be default page size count will be returned" + serializedName: $top + protocol: + http: + in: query + - &ref_1505 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query + - &ref_1506 + schema: *ref_9 + implementation: Method + language: &ref_2575 + default: + name: tags + description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' + serializedName: $tags + protocol: + http: + in: query + - &ref_1507 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: '[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.' + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56574,10 +39904,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -56586,32 +39912,26 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_1954 - - *ref_1955 - - *ref_1956 - - *ref_1947 - - *ref_1950 - - *ref_1951 - - *ref_1952 - - *ref_1953 + - *ref_1500 + - *ref_1501 + - *ref_1502 + - *ref_1503 + - *ref_1504 + - *ref_1505 + - *ref_1506 + - *ref_1507 responses: - - schema: *ref_1957 - language: &ref_3467 + - schema: *ref_1508 + language: &ref_2576 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -56620,14 +39940,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -56673,7 +39990,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3474 {} + headers: &ref_2583 {} x-ms-pageable: nextLinkName: nextLink language: @@ -56683,119 +40000,66 @@ operationGroups: paging: nextLinkName: nextLink summary: List data versions in the data container - go: - name: List - description: List data versions in the data container - azureARM: true - clientName: DataVersionsClient - openApiType: arm - optionalParamGroup: *ref_1948 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2607 - type: object - properties: - - &ref_1959 - schema: *ref_1957 - serializedName: DataVersionBaseResourceArmPaginatedResult - language: - default: &ref_1958 - name: DataVersionBaseResourceArmPaginatedResult - description: A paginated list of DataVersionBase entities. - byValue: true - embeddedType: true - go: *ref_1958 - protocol: {} - language: - default: &ref_1960 - name: DataVersionsClientListResponse - description: DataVersionsClientListResponse contains the response from method DataVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_1959 - go: *ref_1960 - protocol: {} - summary: List data versions in the data container protocol: {} - - &ref_3481 + - &ref_2590 operationId: DataVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1961 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1509 + schema: *ref_1214 implementation: Method required: true - language: &ref_3477 + language: &ref_2586 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1962 + - &ref_1510 schema: *ref_1 implementation: Method required: true - language: &ref_3478 + language: &ref_2587 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1963 + - &ref_1511 schema: *ref_9 implementation: Method required: true - language: &ref_3479 + language: &ref_2588 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1964 + - &ref_1512 schema: *ref_9 implementation: Method required: true - language: &ref_3480 + language: &ref_2589 default: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -56804,10 +40068,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -56816,27 +40076,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_1961 - - *ref_1962 - - *ref_1963 - - *ref_1964 + - *ref_1509 + - *ref_1510 + - *ref_1511 + - *ref_1512 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -56845,22 +40099,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -56887,122 +40135,66 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataVersionsClient - openApiType: arm - optionalParamGroup: &ref_2503 - schema: - type: object - language: - default: &ref_1965 - name: DataVersionsClientDeleteOptions - description: DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method. - go: *ref_1965 - protocol: {} - originalParameter: [] - required: false - serializedName: DataVersionsClientDeleteOptions - language: - default: &ref_1966 - name: options - description: DataVersionsClientDeleteOptions contains the optional parameters for the DataVersionsClient.Delete method. - go: *ref_1966 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2608 - type: object - language: - default: &ref_1967 - name: DataVersionsClientDeleteResponse - description: DataVersionsClientDeleteResponse contains the response from method DataVersionsClient.Delete. - responseType: true - go: *ref_1967 - protocol: {} - summary: Delete version. protocol: {} - - &ref_3488 + - &ref_2597 operationId: DataVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1968 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1513 + schema: *ref_1214 implementation: Method required: true - language: &ref_3482 + language: &ref_2591 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1969 + - &ref_1514 schema: *ref_1 implementation: Method required: true - language: &ref_3483 + language: &ref_2592 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1970 + - &ref_1515 schema: *ref_9 implementation: Method required: true - language: &ref_3484 + language: &ref_2593 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1971 + - &ref_1516 schema: *ref_9 implementation: Method required: true - language: &ref_3485 + language: &ref_2594 default: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57011,10 +40203,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -57023,28 +40211,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_1968 - - *ref_1969 - - *ref_1970 - - *ref_1971 + - *ref_1513 + - *ref_1514 + - *ref_1515 + - *ref_1516 responses: - - schema: *ref_854 - language: &ref_3486 + - schema: *ref_781 + language: &ref_2595 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -57053,14 +40235,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -57101,158 +40280,85 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3487 {} + headers: &ref_2596 {} language: default: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataVersionsClient - openApiType: arm - optionalParamGroup: &ref_2504 - schema: - type: object - language: - default: &ref_1972 - name: DataVersionsClientGetOptions - description: DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method. - go: *ref_1972 - protocol: {} - originalParameter: [] - required: false - serializedName: DataVersionsClientGetOptions - language: - default: &ref_1973 - name: options - description: DataVersionsClientGetOptions contains the optional parameters for the DataVersionsClient.Get method. - go: *ref_1973 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2609 - type: object - properties: - - &ref_1975 - schema: *ref_854 - serializedName: DataVersionBaseData - language: - default: &ref_1974 - name: DataVersionBaseData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1974 - protocol: {} - language: - default: &ref_1976 - name: DataVersionsClientGetResponse - description: DataVersionsClientGetResponse contains the response from method DataVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_1975 - go: *ref_1976 - protocol: {} - summary: Get version. protocol: {} - - &ref_3498 + - &ref_2607 operationId: DataVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_1979 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1519 + schema: *ref_1214 implementation: Method required: true - language: &ref_3489 + language: &ref_2598 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_1980 + - &ref_1520 schema: *ref_1 implementation: Method required: true - language: &ref_3490 + language: &ref_2599 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_1981 - schema: *ref_1658 + - &ref_1521 + schema: *ref_1356 implementation: Method required: true - language: &ref_3491 + language: &ref_2600 default: name: name description: Container name. serializedName: name - go: - name: name - description: Container name. - serializedName: name protocol: http: in: path - - &ref_1982 + - &ref_1522 schema: *ref_9 implementation: Method required: true - language: &ref_3492 + language: &ref_2601 default: name: version description: Version identifier. serializedName: version - go: - name: version - description: Version identifier. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_1978 + application/json: &ref_1518 parameters: - - &ref_1977 - schema: *ref_854 + - &ref_1517 + schema: *ref_781 implementation: Method required: true - language: &ref_3493 + language: &ref_2602 default: name: body description: Version entity to create or update. - go: - name: body - description: Version entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57261,22 +40367,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_1977 + - *ref_1517 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}/versions/{version} @@ -57286,21 +40385,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_1978 + - *ref_1518 signatureParameters: - - *ref_1979 - - *ref_1980 - - *ref_1981 - - *ref_1982 + - *ref_1519 + - *ref_1520 + - *ref_1521 + - *ref_1522 responses: - - schema: *ref_854 - language: &ref_3494 + - schema: *ref_781 + language: &ref_2603 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -57308,14 +40404,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_854 - language: &ref_3496 + - schema: *ref_781 + language: &ref_2605 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -57324,14 +40417,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -57382,7 +40472,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3495 {} + headers: &ref_2604 {} '201': body: name: string @@ -57404,123 +40494,54 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3497 {} + headers: &ref_2606 {} language: default: name: CreateOrUpdate description: Create or update version. summary: Create or update version. - go: - name: CreateOrUpdate - description: |- - Create or update version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DataVersionsClient - openApiType: arm - optionalParamGroup: &ref_2505 - schema: - type: object - language: - default: &ref_1983 - name: DataVersionsClientCreateOrUpdateOptions - description: DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method. - go: *ref_1983 - protocol: {} - originalParameter: [] - required: false - serializedName: DataVersionsClientCreateOrUpdateOptions - language: - default: &ref_1984 - name: options - description: DataVersionsClientCreateOrUpdateOptions contains the optional parameters for the DataVersionsClient.CreateOrUpdate method. - go: *ref_1984 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2610 - type: object - properties: - - &ref_1986 - schema: *ref_854 - serializedName: DataVersionBaseData - language: - default: &ref_1985 - name: DataVersionBaseData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_1985 - protocol: {} - language: - default: &ref_1987 - name: DataVersionsClientCreateOrUpdateResponse - description: DataVersionsClientCreateOrUpdateResponse contains the response from method DataVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_1986 - go: *ref_1987 - protocol: {} - summary: Create or update version. protocol: {} language: default: name: DataVersions description: '' - go: - name: DataVersions - description: '' - clientCtorName: NewDataVersionsClient - clientName: DataVersionsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3523 + - &ref_2632 $key: Datastores operations: - - &ref_3522 + - &ref_2631 operationId: Datastores_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2002 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1527 + schema: *ref_1214 implementation: Method required: true - language: &ref_3499 + language: &ref_2608 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2003 + - &ref_1528 schema: *ref_1 implementation: Method required: true - language: &ref_3500 + language: &ref_2609 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_1989 + - *ref_1210 + - &ref_1529 schema: *ref_1 implementation: Method language: @@ -57528,139 +40549,79 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_1991 - schema: - type: object - language: - default: &ref_1988 - name: DatastoresClientListOptions - description: DatastoresClientListOptions contains the optional parameters for the DatastoresClient.NewListPager method. - go: *ref_1988 - protocol: {} - originalParameter: - - *ref_1989 - - &ref_1996 - schema: *ref_1990 - implementation: Method - language: &ref_3501 - default: - name: count - description: Maximum number of results to return. - serializedName: count - go: - name: Count - description: Maximum number of results to return. - paramGroup: *ref_1991 - serializedName: count - protocol: - http: - in: query - - &ref_1997 - schema: *ref_1992 - implementation: Method - language: &ref_3502 - default: - name: isDefault - description: Filter down to the workspace default datastore. - serializedName: isDefault - go: - name: IsDefault - description: Filter down to the workspace default datastore. - paramGroup: *ref_1991 - serializedName: isDefault - protocol: - http: - in: query - - &ref_1998 - schema: *ref_1993 - implementation: Method - language: &ref_3503 - default: - name: names - description: Names of datastores to return. - serializedName: names - go: - name: Names - description: Names of datastores to return. - byValue: true - paramGroup: *ref_1991 - serializedName: names - protocol: - http: - in: query - style: form - - &ref_1999 - schema: *ref_9 - implementation: Method - language: &ref_3504 - default: - name: searchText - description: Text to search for in the datastore names. - serializedName: searchText - go: - name: SearchText - description: Text to search for in the datastore names. - paramGroup: *ref_1991 - serializedName: searchText - protocol: - http: - in: query - - &ref_2000 - schema: *ref_9 - implementation: Method - language: &ref_3505 - default: - name: orderBy - description: Order by property (createdtime | modifiedtime | name). - serializedName: orderBy - go: - name: OrderBy - description: Order by property (createdtime | modifiedtime | name). - paramGroup: *ref_1991 - serializedName: orderBy - protocol: - http: - in: query - - &ref_2001 - schema: *ref_1994 - implementation: Method - language: &ref_3506 - default: - name: orderByAsc - description: Order by property in ascending order. - serializedName: orderByAsc - go: - name: OrderByAsc - description: Order by property in ascending order. - paramGroup: *ref_1991 - serializedName: orderByAsc - protocol: - http: - in: query - required: false - serializedName: DatastoresClientListOptions - language: - default: &ref_1995 - name: options - description: DatastoresClientListOptions contains the optional parameters for the DatastoresClient.NewListPager method. - go: *ref_1995 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_1996 - - *ref_1997 - - *ref_1998 - - *ref_1999 - - *ref_2000 - - *ref_2001 + - &ref_1530 + schema: *ref_1523 + implementation: Method + language: &ref_2610 + default: + name: count + description: Maximum number of results to return. + serializedName: count + protocol: + http: + in: query + - &ref_1531 + schema: *ref_1524 + implementation: Method + language: &ref_2611 + default: + name: isDefault + description: Filter down to the workspace default datastore. + serializedName: isDefault + protocol: + http: + in: query + - &ref_1532 + schema: *ref_1525 + implementation: Method + language: &ref_2612 + default: + name: names + description: Names of datastores to return. + serializedName: names + protocol: + http: + in: query + style: form + - &ref_1533 + schema: *ref_9 + implementation: Method + language: &ref_2613 + default: + name: searchText + description: Text to search for in the datastore names. + serializedName: searchText + protocol: + http: + in: query + - &ref_1534 + schema: *ref_9 + implementation: Method + language: &ref_2614 + default: + name: orderBy + description: Order by property (createdtime | modifiedtime | name). + serializedName: orderBy + protocol: + http: + in: query + - &ref_1535 + schema: *ref_1526 + implementation: Method + language: &ref_2615 + default: + name: orderByAsc + description: Order by property in ascending order. + serializedName: orderByAsc + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57669,10 +40630,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -57681,33 +40638,27 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores method: get uri: '{$host}' signatureParameters: - - *ref_2002 - - *ref_2003 - - *ref_1989 - - *ref_1996 - - *ref_1997 - - *ref_1998 - - *ref_1999 - - *ref_2000 - - *ref_2001 + - *ref_1527 + - *ref_1528 + - *ref_1529 + - *ref_1530 + - *ref_1531 + - *ref_1532 + - *ref_1533 + - *ref_1534 + - *ref_1535 responses: - - schema: *ref_2004 - language: &ref_3507 + - schema: *ref_1536 + language: &ref_2616 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -57716,14 +40667,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -57776,7 +40724,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3521 {} + headers: &ref_2630 {} x-ms-pageable: nextLinkName: nextLink language: @@ -57786,103 +40734,54 @@ operationGroups: paging: nextLinkName: nextLink summary: List datastores. - go: - name: List - description: List datastores. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: *ref_1991 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2611 - type: object - properties: - - &ref_2006 - schema: *ref_2004 - serializedName: DatastoreResourceArmPaginatedResult - language: - default: &ref_2005 - name: DatastoreResourceArmPaginatedResult - description: A paginated list of Datastore entities. - byValue: true - embeddedType: true - go: *ref_2005 - protocol: {} - language: - default: &ref_2007 - name: DatastoresClientListResponse - description: DatastoresClientListResponse contains the response from method DatastoresClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2006 - go: *ref_2007 - protocol: {} - summary: List datastores. protocol: {} - - &ref_3527 + - &ref_2636 operationId: Datastores_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2008 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1537 + schema: *ref_1214 implementation: Method required: true - language: &ref_3524 + language: &ref_2633 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2009 + - &ref_1538 schema: *ref_1 implementation: Method required: true - language: &ref_3525 + language: &ref_2634 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2010 + - &ref_1539 schema: *ref_9 implementation: Method required: true - language: &ref_3526 + language: &ref_2635 default: name: name description: Datastore name. serializedName: name - go: - name: name - description: Datastore name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -57891,10 +40790,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -57903,26 +40798,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_2008 - - *ref_2009 - - *ref_2010 + - *ref_1537 + - *ref_1538 + - *ref_1539 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -57931,22 +40820,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -57972,106 +40855,54 @@ operationGroups: name: Delete description: Delete datastore. summary: Delete datastore. - go: - name: Delete - description: |- - Delete datastore. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: &ref_2506 - schema: - type: object - language: - default: &ref_2011 - name: DatastoresClientDeleteOptions - description: DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method. - go: *ref_2011 - protocol: {} - originalParameter: [] - required: false - serializedName: DatastoresClientDeleteOptions - language: - default: &ref_2012 - name: options - description: DatastoresClientDeleteOptions contains the optional parameters for the DatastoresClient.Delete method. - go: *ref_2012 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2612 - type: object - language: - default: &ref_2013 - name: DatastoresClientDeleteResponse - description: DatastoresClientDeleteResponse contains the response from method DatastoresClient.Delete. - responseType: true - go: *ref_2013 - protocol: {} - summary: Delete datastore. protocol: {} - - &ref_3533 + - &ref_2642 operationId: Datastores_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2014 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1540 + schema: *ref_1214 implementation: Method required: true - language: &ref_3528 + language: &ref_2637 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2015 + - &ref_1541 schema: *ref_1 implementation: Method required: true - language: &ref_3529 + language: &ref_2638 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2016 + - &ref_1542 schema: *ref_9 implementation: Method required: true - language: &ref_3530 + language: &ref_2639 default: name: name description: Datastore name. serializedName: name - go: - name: name - description: Datastore name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58080,10 +40911,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -58092,27 +40919,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name} method: get uri: '{$host}' signatureParameters: - - *ref_2014 - - *ref_2015 - - *ref_2016 + - *ref_1540 + - *ref_1541 + - *ref_1542 responses: - - schema: *ref_855 - language: &ref_3531 + - schema: *ref_782 + language: &ref_2640 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -58121,14 +40942,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -58172,176 +40990,84 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3532 {} + headers: &ref_2641 {} language: default: name: Get description: Get datastore. summary: Get datastore. - go: - name: Get - description: |- - Get datastore. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: &ref_2507 - schema: - type: object - language: - default: &ref_2017 - name: DatastoresClientGetOptions - description: DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method. - go: *ref_2017 - protocol: {} - originalParameter: [] - required: false - serializedName: DatastoresClientGetOptions - language: - default: &ref_2018 - name: options - description: DatastoresClientGetOptions contains the optional parameters for the DatastoresClient.Get method. - go: *ref_2018 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2613 - type: object - properties: - - &ref_2020 - schema: *ref_855 - serializedName: DatastoreData - language: - default: &ref_2019 - name: DatastoreData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2019 - protocol: {} - language: - default: &ref_2021 - name: DatastoresClientGetResponse - description: DatastoresClientGetResponse contains the response from method DatastoresClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2020 - go: *ref_2021 - protocol: {} - summary: Get datastore. protocol: {} - - &ref_3552 + - &ref_2661 operationId: Datastores_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2027 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1545 + schema: *ref_1214 implementation: Method required: true - language: &ref_3534 + language: &ref_2643 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2028 + - &ref_1546 schema: *ref_1 implementation: Method required: true - language: &ref_3535 + language: &ref_2644 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2029 - schema: *ref_1658 + - &ref_1547 + schema: *ref_1356 implementation: Method required: true - language: &ref_3536 + language: &ref_2645 default: name: name description: Datastore name. serializedName: name - go: - name: name - description: Datastore name. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_2023 - schema: *ref_1994 + - *ref_1210 + - &ref_1548 + schema: *ref_1526 implementation: Method - language: &ref_3537 + language: &ref_2646 default: name: skipValidation description: Flag to skip validation. serializedName: skipValidation - go: - name: SkipValidation - description: Flag to skip validation. - paramGroup: &ref_2030 - schema: - type: object - language: - default: &ref_2022 - name: DatastoresClientCreateOrUpdateOptions - description: DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method. - go: *ref_2022 - protocol: {} - originalParameter: - - *ref_2023 - required: false - serializedName: DatastoresClientCreateOrUpdateOptions - language: - default: &ref_2024 - name: options - description: DatastoresClientCreateOrUpdateOptions contains the optional parameters for the DatastoresClient.CreateOrUpdate method. - go: *ref_2024 - protocol: {} - serializedName: skipValidation protocol: http: in: query requestMediaTypes: - application/json: &ref_2026 + application/json: &ref_1544 parameters: - - &ref_2025 - schema: *ref_855 + - &ref_1543 + schema: *ref_782 implementation: Method required: true - language: &ref_3538 + language: &ref_2647 default: name: body description: Datastore entity to create or update. - go: - name: body - description: Datastore entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58350,22 +41076,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2025 + - *ref_1543 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name} @@ -58375,21 +41094,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2026 + - *ref_1544 signatureParameters: - - *ref_2027 - - *ref_2028 - - *ref_2029 - - *ref_2023 + - *ref_1545 + - *ref_1546 + - *ref_1547 + - *ref_1548 responses: - - schema: *ref_855 - language: &ref_3548 + - schema: *ref_782 + language: &ref_2657 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -58397,14 +41113,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_855 - language: &ref_3550 + - schema: *ref_782 + language: &ref_2659 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -58413,14 +41126,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -58483,7 +41193,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3549 {} + headers: &ref_2658 {} '201': body: name: string @@ -58509,7 +41219,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3551 {} + headers: &ref_2660 {} CreateOrUpdate datastore (Azure Data Lake Gen2 w/ Service Principal).: parameters: name: string @@ -58569,7 +41279,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3557 {} + headers: &ref_2666 {} '201': body: name: string @@ -58598,7 +41308,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3558 {} + headers: &ref_2667 {} CreateOrUpdate datastore (Azure File store w/ AccountKey).: parameters: name: string @@ -58650,7 +41360,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3565 {} + headers: &ref_2674 {} '201': body: name: string @@ -58675,7 +41385,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3566 {} + headers: &ref_2675 {} CreateOrUpdate datastore (AzureBlob w/ AccountKey).: parameters: name: string @@ -58728,7 +41438,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3567 {} + headers: &ref_2676 {} '201': body: name: string @@ -58754,109 +41464,60 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3568 {} + headers: &ref_2677 {} language: default: name: CreateOrUpdate description: Create or update datastore. summary: Create or update datastore. - go: - name: CreateOrUpdate - description: |- - Create or update datastore. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: *ref_2030 - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2614 - type: object - properties: - - &ref_2032 - schema: *ref_855 - serializedName: DatastoreData - language: - default: &ref_2031 - name: DatastoreData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2031 - protocol: {} - language: - default: &ref_2033 - name: DatastoresClientCreateOrUpdateResponse - description: DatastoresClientCreateOrUpdateResponse contains the response from method DatastoresClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2032 - go: *ref_2033 - protocol: {} - summary: Create or update datastore. protocol: {} - - &ref_3574 + - &ref_2683 operationId: Datastores_ListSecrets apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2034 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1549 + schema: *ref_1214 implementation: Method required: true - language: &ref_3569 + language: &ref_2678 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2035 + - &ref_1550 schema: *ref_1 implementation: Method required: true - language: &ref_3570 + language: &ref_2679 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2036 + - &ref_1551 schema: *ref_9 implementation: Method required: true - language: &ref_3571 + language: &ref_2680 default: name: name description: Datastore name. serializedName: name - go: - name: name - description: Datastore name. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -58865,10 +41526,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -58877,28 +41534,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/datastores/{name}/listSecrets method: post uri: '{$host}' signatureParameters: - - *ref_2034 - - *ref_2035 - - *ref_2036 + - *ref_1549 + - *ref_1550 + - *ref_1551 responses: - - schema: *ref_456 - language: &ref_3572 + - schema: *ref_430 + language: &ref_2681 default: name: '' description: Success - go: - name: '' - description: Success - byValue: true protocol: http: knownMediaType: json @@ -58907,14 +41557,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -58937,134 +41584,54 @@ operationGroups: body: key: string secretsType: AccountKey - headers: &ref_3573 {} + headers: &ref_2682 {} language: default: name: ListSecrets description: Get datastore secrets. summary: Get datastore secrets. - go: - name: ListSecrets - description: |- - Get datastore secrets. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: DatastoresClient - openApiType: arm - optionalParamGroup: &ref_2508 - schema: - type: object - language: - default: &ref_2037 - name: DatastoresClientListSecretsOptions - description: DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method. - go: *ref_2037 - protocol: {} - originalParameter: [] - required: false - serializedName: DatastoresClientListSecretsOptions - language: - default: &ref_2038 - name: options - description: DatastoresClientListSecretsOptions contains the optional parameters for the DatastoresClient.ListSecrets method. - go: *ref_2038 - protocol: {} - protocolNaming: - internalMethod: listSecrets - requestMethod: listSecretsCreateRequest - responseMethod: listSecretsHandleResponse - responseEnv: &ref_2615 - type: object - properties: - - &ref_2043 - schema: - type: object - children: *ref_2039 - discriminator: *ref_2040 - language: - default: &ref_2041 - name: DatastoreSecretsClassification - description: discriminated type - discriminatorInterface: DatastoreSecretsClassification - go: *ref_2041 - protocol: {} - isDiscriminator: true - serializedName: DatastoreSecrets - language: - default: &ref_2042 - name: DatastoreSecrets - description: Base definition for datastore secrets. - byValue: true - embeddedType: true - go: *ref_2042 - protocol: {} - language: - default: &ref_2044 - name: DatastoresClientListSecretsResponse - description: DatastoresClientListSecretsResponse contains the response from method DatastoresClient.ListSecrets. - marshallingFormat: json - responseType: true - resultProp: *ref_2043 - go: *ref_2044 - protocol: {} - summary: Get datastore secrets. protocol: {} language: default: name: Datastores description: '' - go: - name: Datastores - description: '' - clientCtorName: NewDatastoresClient - clientName: DatastoresClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3582 + - &ref_2691 $key: EnvironmentContainers operations: - - &ref_3581 + - &ref_2690 operationId: EnvironmentContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2050 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1552 + schema: *ref_1214 implementation: Method required: true - language: &ref_3575 + language: &ref_2684 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2051 + - &ref_1553 schema: *ref_1 implementation: Method required: true - language: &ref_3576 + language: &ref_2685 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_2046 + - *ref_1210 + - &ref_1554 schema: *ref_1 implementation: Method language: @@ -59072,52 +41639,23 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_2047 - schema: - type: object - language: - default: &ref_2045 - name: EnvironmentContainersClientListOptions - description: EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.NewListPager method. - go: *ref_2045 - protocol: {} - originalParameter: - - *ref_2046 - - &ref_2049 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2047 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: EnvironmentContainersClientListOptions - language: - default: &ref_2048 - name: options - description: EnvironmentContainersClientListOptions contains the optional parameters for the EnvironmentContainersClient.NewListPager method. - go: *ref_2048 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_2049 + - &ref_1555 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59126,10 +41664,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59138,28 +41672,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments method: get uri: '{$host}' signatureParameters: - - *ref_2050 - - *ref_2051 - - *ref_2046 - - *ref_2049 + - *ref_1552 + - *ref_1553 + - *ref_1554 + - *ref_1555 responses: - - schema: *ref_2052 - language: &ref_3577 + - schema: *ref_1556 + language: &ref_2686 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -59168,14 +41696,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -59222,103 +41747,54 @@ operationGroups: paging: nextLinkName: nextLink summary: List environment containers. - go: - name: List - description: List environment containers. - azureARM: true - clientName: EnvironmentContainersClient - openApiType: arm - optionalParamGroup: *ref_2047 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2616 - type: object - properties: - - &ref_2054 - schema: *ref_2052 - serializedName: EnvironmentContainerResourceArmPaginatedResult - language: - default: &ref_2053 - name: EnvironmentContainerResourceArmPaginatedResult - description: A paginated list of EnvironmentContainer entities. - byValue: true - embeddedType: true - go: *ref_2053 - protocol: {} - language: - default: &ref_2055 - name: EnvironmentContainersClientListResponse - description: EnvironmentContainersClientListResponse contains the response from method EnvironmentContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2054 - go: *ref_2055 - protocol: {} - summary: List environment containers. protocol: {} - - &ref_3586 + - &ref_2695 operationId: EnvironmentContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2056 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1557 + schema: *ref_1214 implementation: Method required: true - language: &ref_3583 + language: &ref_2692 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2057 + - &ref_1558 schema: *ref_1 implementation: Method required: true - language: &ref_3584 + language: &ref_2693 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2058 + - &ref_1559 schema: *ref_9 implementation: Method required: true - language: &ref_3585 + language: &ref_2694 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59327,10 +41803,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59339,26 +41811,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_2056 - - *ref_2057 - - *ref_2058 + - *ref_1557 + - *ref_1558 + - *ref_1559 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -59367,22 +41833,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -59408,106 +41868,54 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentContainersClient - openApiType: arm - optionalParamGroup: &ref_2509 - schema: - type: object - language: - default: &ref_2059 - name: EnvironmentContainersClientDeleteOptions - description: EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method. - go: *ref_2059 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentContainersClientDeleteOptions - language: - default: &ref_2060 - name: options - description: EnvironmentContainersClientDeleteOptions contains the optional parameters for the EnvironmentContainersClient.Delete method. - go: *ref_2060 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2617 - type: object - language: - default: &ref_2061 - name: EnvironmentContainersClientDeleteResponse - description: EnvironmentContainersClientDeleteResponse contains the response from method EnvironmentContainersClient.Delete. - responseType: true - go: *ref_2061 - protocol: {} - summary: Delete container. protocol: {} - - &ref_3591 + - &ref_2700 operationId: EnvironmentContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2062 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1560 + schema: *ref_1214 implementation: Method required: true - language: &ref_3587 + language: &ref_2696 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2063 + - &ref_1561 schema: *ref_1 implementation: Method required: true - language: &ref_3588 + language: &ref_2697 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2064 + - &ref_1562 schema: *ref_9 implementation: Method required: true - language: &ref_3589 + language: &ref_2698 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59516,10 +41924,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -59528,27 +41932,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name} method: get uri: '{$host}' signatureParameters: - - *ref_2062 - - *ref_2063 - - *ref_2064 + - *ref_1560 + - *ref_1561 + - *ref_1562 responses: - - schema: *ref_856 - language: &ref_3590 + - schema: *ref_783 + language: &ref_2699 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -59557,14 +41955,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -59605,136 +42000,67 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentContainersClient - openApiType: arm - optionalParamGroup: &ref_2510 - schema: - type: object - language: - default: &ref_2065 - name: EnvironmentContainersClientGetOptions - description: EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method. - go: *ref_2065 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentContainersClientGetOptions - language: - default: &ref_2066 - name: options - description: EnvironmentContainersClientGetOptions contains the optional parameters for the EnvironmentContainersClient.Get method. - go: *ref_2066 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2618 - type: object - properties: - - &ref_2068 - schema: *ref_856 - serializedName: EnvironmentContainerData - language: - default: &ref_2067 - name: EnvironmentContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2067 - protocol: {} - language: - default: &ref_2069 - name: EnvironmentContainersClientGetResponse - description: EnvironmentContainersClientGetResponse contains the response from method EnvironmentContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2068 - go: *ref_2069 - protocol: {} - summary: Get container. protocol: {} - - &ref_3598 + - &ref_2707 operationId: EnvironmentContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2072 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1565 + schema: *ref_1214 implementation: Method required: true - language: &ref_3592 + language: &ref_2701 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2073 + - &ref_1566 schema: *ref_1 implementation: Method required: true - language: &ref_3593 + language: &ref_2702 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2074 - schema: *ref_1658 + - &ref_1567 + schema: *ref_1356 implementation: Method required: true - language: &ref_3594 + language: &ref_2703 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2071 + application/json: &ref_1564 parameters: - - &ref_2070 - schema: *ref_856 + - &ref_1563 + schema: *ref_783 implementation: Method required: true - language: &ref_3595 + language: &ref_2704 default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -59743,22 +42069,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2070 + - *ref_1563 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name} @@ -59768,20 +42087,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2071 + - *ref_1564 signatureParameters: - - *ref_2072 - - *ref_2073 - - *ref_2074 + - *ref_1565 + - *ref_1566 + - *ref_1567 responses: - - schema: *ref_856 - language: &ref_3596 + - schema: *ref_783 + language: &ref_2705 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -59789,14 +42105,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_856 - language: &ref_3597 + - schema: *ref_783 + language: &ref_2706 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -59805,14 +42118,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -59891,220 +42201,106 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentContainersClient - openApiType: arm - optionalParamGroup: &ref_2511 - schema: - type: object - language: - default: &ref_2075 - name: EnvironmentContainersClientCreateOrUpdateOptions - description: EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method. - go: *ref_2075 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentContainersClientCreateOrUpdateOptions - language: - default: &ref_2076 - name: options - description: EnvironmentContainersClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentContainersClient.CreateOrUpdate method. - go: *ref_2076 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2619 - type: object - properties: - - &ref_2078 - schema: *ref_856 - serializedName: EnvironmentContainerData - language: - default: &ref_2077 - name: EnvironmentContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2077 - protocol: {} - language: - default: &ref_2079 - name: EnvironmentContainersClientCreateOrUpdateResponse - description: EnvironmentContainersClientCreateOrUpdateResponse contains the response from method EnvironmentContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2078 - go: *ref_2079 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: EnvironmentContainers description: '' - go: - name: EnvironmentContainers - description: '' - clientCtorName: NewEnvironmentContainersClient - clientName: EnvironmentContainersClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3622 + - &ref_2731 $key: EnvironmentVersions operations: - - &ref_3621 + - &ref_2730 operationId: EnvironmentVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2087 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1568 + schema: *ref_1214 implementation: Method required: true - language: &ref_3599 + language: &ref_2708 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2088 + - &ref_1569 schema: *ref_1 implementation: Method required: true - language: &ref_3600 + language: &ref_2709 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2089 + - &ref_1570 schema: *ref_9 implementation: Method required: true - language: &ref_3601 + language: &ref_2710 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_2081 + - *ref_1210 + - &ref_1571 schema: *ref_9 implementation: Method - language: &ref_3602 + language: &ref_2711 default: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_2082 - schema: - type: object - language: - default: &ref_2080 - name: EnvironmentVersionsClientListOptions - description: EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.NewListPager method. - go: *ref_2080 - protocol: {} - originalParameter: - - *ref_2081 - - &ref_2084 - schema: *ref_18 - implementation: Method - language: &ref_3603 - default: - name: top - description: Maximum number of records to return. - serializedName: $top - go: - name: Top - description: Maximum number of records to return. - paramGroup: *ref_2082 - serializedName: $top - protocol: - http: - in: query - - &ref_2085 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_2082 - serializedName: $skip - protocol: - http: - in: query - - &ref_2086 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2082 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: EnvironmentVersionsClientListOptions - language: - default: &ref_2083 - name: options - description: EnvironmentVersionsClientListOptions contains the optional parameters for the EnvironmentVersionsClient.NewListPager method. - go: *ref_2083 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_2084 - - *ref_2085 - - *ref_2086 + - &ref_1572 + schema: *ref_18 + implementation: Method + language: &ref_2712 + default: + name: top + description: Maximum number of records to return. + serializedName: $top + protocol: + http: + in: query + - &ref_1573 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query + - &ref_1574 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60113,10 +42309,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -60125,31 +42317,25 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_2087 - - *ref_2088 - - *ref_2089 - - *ref_2081 - - *ref_2084 - - *ref_2085 - - *ref_2086 + - *ref_1568 + - *ref_1569 + - *ref_1570 + - *ref_1571 + - *ref_1572 + - *ref_1573 + - *ref_1574 responses: - - schema: *ref_2090 - language: &ref_3604 + - schema: *ref_1575 + language: &ref_2713 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -60158,14 +42344,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -60224,7 +42407,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3620 {} + headers: &ref_2729 {} x-ms-pageable: nextLinkName: nextLink language: @@ -60234,119 +42417,66 @@ operationGroups: paging: nextLinkName: nextLink summary: List versions. - go: - name: List - description: List versions. - azureARM: true - clientName: EnvironmentVersionsClient - openApiType: arm - optionalParamGroup: *ref_2082 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2620 - type: object - properties: - - &ref_2092 - schema: *ref_2090 - serializedName: EnvironmentVersionResourceArmPaginatedResult - language: - default: &ref_2091 - name: EnvironmentVersionResourceArmPaginatedResult - description: A paginated list of EnvironmentVersion entities. - byValue: true - embeddedType: true - go: *ref_2091 - protocol: {} - language: - default: &ref_2093 - name: EnvironmentVersionsClientListResponse - description: EnvironmentVersionsClientListResponse contains the response from method EnvironmentVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2092 - go: *ref_2093 - protocol: {} - summary: List versions. protocol: {} - - &ref_3627 + - &ref_2736 operationId: EnvironmentVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2094 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1576 + schema: *ref_1214 implementation: Method required: true - language: &ref_3623 + language: &ref_2732 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2095 + - &ref_1577 schema: *ref_1 implementation: Method required: true - language: &ref_3624 + language: &ref_2733 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2096 + - &ref_1578 schema: *ref_9 implementation: Method required: true - language: &ref_3625 + language: &ref_2734 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2097 + - &ref_1579 schema: *ref_9 implementation: Method required: true - language: &ref_3626 + language: &ref_2735 default: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60355,10 +42485,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -60367,27 +42493,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_2094 - - *ref_2095 - - *ref_2096 - - *ref_2097 + - *ref_1576 + - *ref_1577 + - *ref_1578 + - *ref_1579 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -60396,22 +42516,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -60438,122 +42552,66 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2512 - schema: - type: object - language: - default: &ref_2098 - name: EnvironmentVersionsClientDeleteOptions - description: EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method. - go: *ref_2098 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentVersionsClientDeleteOptions - language: - default: &ref_2099 - name: options - description: EnvironmentVersionsClientDeleteOptions contains the optional parameters for the EnvironmentVersionsClient.Delete method. - go: *ref_2099 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2621 - type: object - language: - default: &ref_2100 - name: EnvironmentVersionsClientDeleteResponse - description: EnvironmentVersionsClientDeleteResponse contains the response from method EnvironmentVersionsClient.Delete. - responseType: true - go: *ref_2100 - protocol: {} - summary: Delete version. protocol: {} - - &ref_3634 + - &ref_2743 operationId: EnvironmentVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2101 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1580 + schema: *ref_1214 implementation: Method required: true - language: &ref_3628 + language: &ref_2737 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2102 + - &ref_1581 schema: *ref_1 implementation: Method required: true - language: &ref_3629 + language: &ref_2738 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2103 + - &ref_1582 schema: *ref_9 implementation: Method required: true - language: &ref_3630 + language: &ref_2739 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2104 + - &ref_1583 schema: *ref_9 implementation: Method required: true - language: &ref_3631 + language: &ref_2740 default: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60562,10 +42620,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -60574,28 +42628,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_2101 - - *ref_2102 - - *ref_2103 - - *ref_2104 + - *ref_1580 + - *ref_1581 + - *ref_1582 + - *ref_1583 responses: - - schema: *ref_857 - language: &ref_3632 + - schema: *ref_784 + language: &ref_2741 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -60604,14 +42652,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -60666,158 +42711,85 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3633 {} + headers: &ref_2742 {} language: default: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2513 - schema: - type: object - language: - default: &ref_2105 - name: EnvironmentVersionsClientGetOptions - description: EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method. - go: *ref_2105 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentVersionsClientGetOptions - language: - default: &ref_2106 - name: options - description: EnvironmentVersionsClientGetOptions contains the optional parameters for the EnvironmentVersionsClient.Get method. - go: *ref_2106 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2622 - type: object - properties: - - &ref_2108 - schema: *ref_857 - serializedName: EnvironmentVersionData - language: - default: &ref_2107 - name: EnvironmentVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2107 - protocol: {} - language: - default: &ref_2109 - name: EnvironmentVersionsClientGetResponse - description: EnvironmentVersionsClientGetResponse contains the response from method EnvironmentVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2108 - go: *ref_2109 - protocol: {} - summary: Get version. protocol: {} - - &ref_3644 + - &ref_2753 operationId: EnvironmentVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2112 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1586 + schema: *ref_1214 implementation: Method required: true - language: &ref_3635 + language: &ref_2744 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2113 + - &ref_1587 schema: *ref_1 implementation: Method required: true - language: &ref_3636 + language: &ref_2745 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2114 - schema: *ref_1658 + - &ref_1588 + schema: *ref_1356 implementation: Method required: true - language: &ref_3637 + language: &ref_2746 default: name: name description: Name of EnvironmentVersion. This is case-sensitive. serializedName: name - go: - name: name - description: Name of EnvironmentVersion. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2115 + - &ref_1589 schema: *ref_9 implementation: Method required: true - language: &ref_3638 + language: &ref_2747 default: name: version description: Version of EnvironmentVersion. serializedName: version - go: - name: version - description: Version of EnvironmentVersion. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2111 + application/json: &ref_1585 parameters: - - &ref_2110 - schema: *ref_857 + - &ref_1584 + schema: *ref_784 implementation: Method required: true - language: &ref_3639 + language: &ref_2748 default: name: body description: Definition of EnvironmentVersion. - go: - name: body - description: Definition of EnvironmentVersion. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -60826,22 +42798,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2110 + - *ref_1584 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/environments/{name}/versions/{version} @@ -60851,21 +42816,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2111 + - *ref_1585 signatureParameters: - - *ref_2112 - - *ref_2113 - - *ref_2114 - - *ref_2115 + - *ref_1586 + - *ref_1587 + - *ref_1588 + - *ref_1589 responses: - - schema: *ref_857 - language: &ref_3640 + - schema: *ref_784 + language: &ref_2749 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -60873,14 +42835,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_857 - language: &ref_3642 + - schema: *ref_784 + language: &ref_2751 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -60889,14 +42848,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -60974,7 +42930,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3641 {} + headers: &ref_2750 {} '201': body: name: string @@ -61010,123 +42966,54 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3643 {} + headers: &ref_2752 {} language: default: name: CreateOrUpdate description: Creates or updates an EnvironmentVersion. summary: Creates or updates an EnvironmentVersion. - go: - name: CreateOrUpdate - description: |- - Creates or updates an EnvironmentVersion. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: EnvironmentVersionsClient - openApiType: arm - optionalParamGroup: &ref_2514 - schema: - type: object - language: - default: &ref_2116 - name: EnvironmentVersionsClientCreateOrUpdateOptions - description: EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method. - go: *ref_2116 - protocol: {} - originalParameter: [] - required: false - serializedName: EnvironmentVersionsClientCreateOrUpdateOptions - language: - default: &ref_2117 - name: options - description: EnvironmentVersionsClientCreateOrUpdateOptions contains the optional parameters for the EnvironmentVersionsClient.CreateOrUpdate method. - go: *ref_2117 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2623 - type: object - properties: - - &ref_2119 - schema: *ref_857 - serializedName: EnvironmentVersionData - language: - default: &ref_2118 - name: EnvironmentVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2118 - protocol: {} - language: - default: &ref_2120 - name: EnvironmentVersionsClientCreateOrUpdateResponse - description: EnvironmentVersionsClientCreateOrUpdateResponse contains the response from method EnvironmentVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2119 - go: *ref_2120 - protocol: {} - summary: Creates or updates an EnvironmentVersion. protocol: {} language: default: name: EnvironmentVersions description: '' - go: - name: EnvironmentVersions - description: '' - clientCtorName: NewEnvironmentVersionsClient - clientName: EnvironmentVersionsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3708 + - &ref_2817 $key: Jobs operations: - - &ref_3707 + - &ref_2816 operationId: Jobs_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2130 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1590 + schema: *ref_1214 implementation: Method required: true - language: &ref_3645 + language: &ref_2754 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2131 + - &ref_1591 schema: *ref_1 implementation: Method required: true - language: &ref_3646 + language: &ref_2755 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_2122 + - *ref_1210 + - &ref_1592 schema: *ref_1 implementation: Method language: @@ -61134,120 +43021,67 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_2123 - schema: - type: object - language: - default: &ref_2121 - name: JobsClientListOptions - description: JobsClientListOptions contains the optional parameters for the JobsClient.NewListPager method. - go: *ref_2121 - protocol: {} - originalParameter: - - *ref_2122 - - &ref_2125 - schema: *ref_9 - implementation: Method - language: &ref_3709 - default: - name: jobType - description: Type of job to be returned. - serializedName: jobType - go: - name: JobType - description: Type of job to be returned. - paramGroup: *ref_2123 - serializedName: jobType - protocol: - http: - in: query - - &ref_2126 - schema: *ref_9 - implementation: Method - language: &ref_3710 - default: - name: tag - description: Jobs returned will have this tag key. - serializedName: tag - go: - name: Tag - description: Jobs returned will have this tag key. - paramGroup: *ref_2123 - serializedName: tag - protocol: - http: - in: query - - &ref_2127 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2123 - serializedName: listViewType - protocol: - http: - in: query - - &ref_2128 - schema: *ref_1992 - implementation: Method - language: - default: - name: scheduled - description: Indicator whether the job is scheduled job. - serializedName: scheduled - go: - name: Scheduled - description: Indicator whether the job is scheduled job. - paramGroup: *ref_2123 - serializedName: scheduled - protocol: - http: - in: query - - &ref_2129 - schema: *ref_9 - implementation: Method - language: - default: - name: scheduleId - description: The scheduled id for listing the job triggered from - serializedName: scheduleId - go: - name: ScheduleID - description: The scheduled id for listing the job triggered from - paramGroup: *ref_2123 - serializedName: scheduleId - protocol: - http: - in: query - required: false - serializedName: JobsClientListOptions - language: - default: &ref_2124 - name: options - description: JobsClientListOptions contains the optional parameters for the JobsClient.NewListPager method. - go: *ref_2124 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_2125 - - *ref_2126 - - *ref_2127 - - *ref_2128 - - *ref_2129 + - &ref_1593 + schema: *ref_9 + implementation: Method + language: &ref_2818 + default: + name: jobType + description: Type of job to be returned. + serializedName: jobType + protocol: + http: + in: query + - &ref_1594 + schema: *ref_9 + implementation: Method + language: &ref_2819 + default: + name: tag + description: Jobs returned will have this tag key. + serializedName: tag + protocol: + http: + in: query + - &ref_1595 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query + - &ref_1596 + schema: *ref_1524 + implementation: Method + language: + default: + name: scheduled + description: Indicator whether the job is scheduled job. + serializedName: scheduled + protocol: + http: + in: query + - &ref_1597 + schema: *ref_9 + implementation: Method + language: + default: + name: scheduleId + description: The scheduled id for listing the job triggered from + serializedName: scheduleId + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61256,10 +43090,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61268,32 +43098,26 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs method: get uri: '{$host}' signatureParameters: - - *ref_2130 - - *ref_2131 - - *ref_2122 - - *ref_2125 - - *ref_2126 - - *ref_2127 - - *ref_2128 - - *ref_2129 + - *ref_1590 + - *ref_1591 + - *ref_1592 + - *ref_1593 + - *ref_1594 + - *ref_1595 + - *ref_1596 + - *ref_1597 responses: - - schema: *ref_2132 - language: &ref_3647 + - schema: *ref_1598 + language: &ref_2756 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -61302,14 +43126,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -61357,7 +43178,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3660 + string: &ref_2769 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -61399,7 +43220,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3706 {} + headers: &ref_2815 {} List Command Job.: parameters: $skipToken: string @@ -61449,7 +43270,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3730 + parameters: &ref_2839 string: string properties: string: string @@ -61457,7 +43278,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3732 + string: &ref_2841 7aad5998-6c83-4ca9-b50a-b44dfc43f420: null services: string: @@ -61478,7 +43299,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3733 {} + headers: &ref_2842 {} List Pipeline Job.: parameters: $skipToken: string @@ -61525,7 +43346,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3737 {} + settings: &ref_2846 {} status: NotStarted tags: string: string @@ -61536,7 +43357,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3738 {} + headers: &ref_2847 {} List Sweep Job.: parameters: $skipToken: string @@ -61577,7 +43398,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3755 + searchSpace: &ref_2864 string: {} services: string: @@ -61604,7 +43425,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3764 + string: &ref_2873 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -61613,7 +43434,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3765 {} + headers: &ref_2874 {} x-ms-pageable: nextLinkName: nextLink language: @@ -61623,103 +43444,54 @@ operationGroups: paging: nextLinkName: nextLink summary: Lists Jobs in the workspace. - go: - name: List - description: Lists Jobs in the workspace. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: *ref_2123 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2624 - type: object - properties: - - &ref_2134 - schema: *ref_2132 - serializedName: JobBaseResourceArmPaginatedResult - language: - default: &ref_2133 - name: JobBaseResourceArmPaginatedResult - description: A paginated list of JobBase entities. - byValue: true - embeddedType: true - go: *ref_2133 - protocol: {} - language: - default: &ref_2135 - name: JobsClientListResponse - description: JobsClientListResponse contains the response from method JobsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2134 - go: *ref_2135 - protocol: {} - summary: Lists Jobs in the workspace. protocol: {} - - &ref_3769 + - &ref_2878 operationId: Jobs_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2136 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1599 + schema: *ref_1214 implementation: Method required: true - language: &ref_3766 + language: &ref_2875 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2137 + - &ref_1600 schema: *ref_1 implementation: Method required: true - language: &ref_3767 + language: &ref_2876 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2138 + - &ref_1601 schema: *ref_9 implementation: Method required: true - language: &ref_3768 + language: &ref_2877 default: name: id description: The name and identifier for the Job. This is case-sensitive. serializedName: id - go: - name: id - description: The name and identifier for the Job. This is case-sensitive. - serializedName: id protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61728,10 +43500,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61740,26 +43508,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id} method: delete uri: '{$host}' signatureParameters: - - *ref_2136 - - *ref_2137 - - *ref_2138 + - *ref_1599 + - *ref_1600 + - *ref_1601 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -61768,61 +43530,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2139 + - schema: *ref_1602 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_9 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2140 + - schema: *ref_1603 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -61850,122 +43594,54 @@ operationGroups: name: Delete description: Deletes a Job (asynchronous). summary: Deletes a Job (asynchronous). - go: - name: Delete - description: |- - Deletes a Job (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: &ref_2515 - schema: - type: object - language: - default: &ref_2141 - name: JobsClientBeginDeleteOptions - description: JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method. - go: *ref_2141 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2142 - name: string - description: '' - go: *ref_2142 - protocol: {} - language: - default: &ref_2143 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2143 - protocol: {} - required: false - serializedName: JobsClientBeginDeleteOptions - language: - default: &ref_2144 - name: options - description: JobsClientBeginDeleteOptions contains the optional parameters for the JobsClient.BeginDelete method. - go: *ref_2144 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2625 - type: object - language: - default: &ref_2145 - name: JobsClientDeleteResponse - description: JobsClientDeleteResponse contains the response from method JobsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2145 - protocol: {} - summary: Deletes a Job (asynchronous). protocol: {} - - &ref_3776 + - &ref_2885 operationId: Jobs_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2146 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1604 + schema: *ref_1214 implementation: Method required: true - language: &ref_3770 + language: &ref_2879 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2147 + - &ref_1605 schema: *ref_1 implementation: Method required: true - language: &ref_3771 + language: &ref_2880 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2148 + - &ref_1606 schema: *ref_16 implementation: Method required: true - language: &ref_3772 + language: &ref_2881 default: name: id description: The name and identifier for the Job. This is case-sensitive. serializedName: id - go: - name: id - description: The name and identifier for the Job. This is case-sensitive. - serializedName: id protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -61974,10 +43650,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -61986,27 +43658,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id} method: get uri: '{$host}' signatureParameters: - - *ref_2146 - - *ref_2147 - - *ref_2148 + - *ref_1604 + - *ref_1605 + - *ref_1606 responses: - - schema: *ref_858 - language: &ref_3773 + - schema: *ref_785 + language: &ref_2882 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -62015,14 +43681,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -62070,7 +43733,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3774 + string: &ref_2883 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62112,7 +43775,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3775 {} + headers: &ref_2884 {} Get Command Job.: parameters: api-version: 2022-02-01-preview @@ -62158,7 +43821,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3777 + parameters: &ref_2886 string: string properties: string: string @@ -62166,7 +43829,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3778 + string: &ref_2887 8385cf05-78c0-41ef-b31d-36796a678e19: null services: string: @@ -62187,7 +43850,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3779 {} + headers: &ref_2888 {} Get Pipeline Job.: parameters: api-version: 2022-02-01-preview @@ -62230,7 +43893,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3780 {} + settings: &ref_2889 {} status: NotStarted tags: string: string @@ -62241,7 +43904,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3781 {} + headers: &ref_2890 {} Get Sweep Job.: parameters: api-version: 2022-02-01-preview @@ -62278,7 +43941,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3782 + searchSpace: &ref_2891 string: {} services: string: @@ -62305,7 +43968,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3783 + string: &ref_2892 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -62314,142 +43977,73 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3784 {} + headers: &ref_2893 {} language: default: name: Get description: Gets a Job by name/id. summary: Gets a Job by name/id. - go: - name: Get - description: |- - Gets a Job by name/id. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: &ref_2516 - schema: - type: object - language: - default: &ref_2149 - name: JobsClientGetOptions - description: JobsClientGetOptions contains the optional parameters for the JobsClient.Get method. - go: *ref_2149 - protocol: {} - originalParameter: [] - required: false - serializedName: JobsClientGetOptions - language: - default: &ref_2150 - name: options - description: JobsClientGetOptions contains the optional parameters for the JobsClient.Get method. - go: *ref_2150 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2626 - type: object - properties: - - &ref_2152 - schema: *ref_858 - serializedName: JobBaseData - language: - default: &ref_2151 - name: JobBaseData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2151 - protocol: {} - language: - default: &ref_2153 - name: JobsClientGetResponse - description: JobsClientGetResponse contains the response from method JobsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2152 - go: *ref_2153 - protocol: {} - summary: Gets a Job by name/id. protocol: {} - - &ref_3796 + - &ref_2905 operationId: Jobs_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2156 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1609 + schema: *ref_1214 implementation: Method required: true - language: &ref_3785 + language: &ref_2894 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2157 + - &ref_1610 schema: *ref_1 implementation: Method required: true - language: &ref_3786 + language: &ref_2895 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2158 - schema: *ref_1658 + - &ref_1611 + schema: *ref_1356 implementation: Method required: true - language: &ref_3787 + language: &ref_2896 default: name: id description: The name and identifier for the Job. This is case-sensitive. serializedName: id - go: - name: id - description: The name and identifier for the Job. This is case-sensitive. - serializedName: id protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2155 + application/json: &ref_1608 parameters: - - &ref_2154 - schema: *ref_858 + - &ref_1607 + schema: *ref_785 implementation: Method required: true - language: &ref_3788 + language: &ref_2897 default: name: body description: Job definition object. - go: - name: body - description: Job definition object. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -62458,22 +44052,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2154 + - *ref_1607 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id} @@ -62483,20 +44070,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2155 + - *ref_1608 signatureParameters: - - *ref_2156 - - *ref_2157 - - *ref_2158 + - *ref_1609 + - *ref_1610 + - *ref_1611 responses: - - schema: *ref_858 - language: &ref_3790 + - schema: *ref_785 + language: &ref_2899 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -62504,14 +44088,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_858 - language: &ref_3793 + - schema: *ref_785 + language: &ref_2902 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -62520,14 +44101,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -62565,7 +44143,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3789 + string: &ref_2898 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62632,7 +44210,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3791 + string: &ref_2900 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62674,7 +44252,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3792 {} + headers: &ref_2901 {} '201': body: name: string @@ -62704,7 +44282,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3794 + string: &ref_2903 9bec0ab0-c62f-4fa9-a97c-7b24bbcc90ad: null schedule: endTime: '2020-01-01T12:34:56.999Z' @@ -62746,7 +44324,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: ManagedIdentity - headers: &ref_3795 {} + headers: &ref_2904 {} CreateOrUpdate Command Job.: parameters: api-version: 2022-02-01-preview @@ -62788,7 +44366,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3797 + string: &ref_2906 e6b6493e-7d5e-4db3-be1e-306ec641327e: null services: string: @@ -62841,7 +44419,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3798 + parameters: &ref_2907 string: string properties: string: string @@ -62849,7 +44427,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3799 + string: &ref_2908 a0847709-f5aa-4561-8ba5-d915d403fdcf: null services: string: @@ -62870,7 +44448,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3800 {} + headers: &ref_2909 {} '201': body: name: string @@ -62907,7 +44485,7 @@ operationGroups: jobOutputType: UriFile mode: ReadWriteMount uri: string - parameters: &ref_3801 + parameters: &ref_2910 string: string properties: string: string @@ -62915,7 +44493,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3802 + string: &ref_2911 b8163d40-c351-43d6-8a34-d0cd895b8a5a: null services: string: @@ -62936,7 +44514,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3803 {} + headers: &ref_2912 {} CreateOrUpdate Pipeline Job.: parameters: api-version: 2022-02-01-preview @@ -62967,7 +44545,7 @@ operationGroups: port: 1 properties: string: string - settings: &ref_3804 {} + settings: &ref_2913 {} tags: string: string id: string @@ -63009,7 +44587,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3805 {} + settings: &ref_2914 {} status: NotStarted tags: string: string @@ -63020,7 +44598,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3806 {} + headers: &ref_2915 {} '201': body: name: string @@ -63054,7 +44632,7 @@ operationGroups: properties: string: string status: string - settings: &ref_3807 {} + settings: &ref_2916 {} status: NotStarted tags: string: string @@ -63065,7 +44643,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3808 {} + headers: &ref_2917 {} CreateOrUpdate Sweep Job.: parameters: api-version: 2022-02-01-preview @@ -63092,7 +44670,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3809 + searchSpace: &ref_2918 string: {} services: string: @@ -63116,7 +44694,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3810 + string: &ref_2919 e6b6493e-7d5e-4db3-be1e-306ec641327e: null id: string resourceGroupName: test-rg @@ -63151,7 +44729,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3811 + searchSpace: &ref_2920 string: {} services: string: @@ -63178,7 +44756,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3812 + string: &ref_2921 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -63187,7 +44765,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3813 {} + headers: &ref_2922 {} '201': body: name: string @@ -63215,7 +44793,7 @@ operationGroups: string: string samplingAlgorithm: samplingAlgorithmType: Grid - searchSpace: &ref_3814 + searchSpace: &ref_2923 string: {} services: string: @@ -63242,7 +44820,7 @@ operationGroups: instanceCount: 1 instanceType: string properties: - string: &ref_3815 + string: &ref_2924 e6b6493e-7d5e-4db3-be1e-306ec641327e: null systemData: createdAt: '2020-01-01T12:34:56.999Z' @@ -63251,126 +44829,60 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3816 {} + headers: &ref_2925 {} language: default: name: CreateOrUpdate description: Creates and executes a Job. summary: Creates and executes a Job. - go: - name: CreateOrUpdate - description: |- - Creates and executes a Job. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: &ref_2517 - schema: - type: object - language: - default: &ref_2159 - name: JobsClientCreateOrUpdateOptions - description: JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method. - go: *ref_2159 - protocol: {} - originalParameter: [] - required: false - serializedName: JobsClientCreateOrUpdateOptions - language: - default: &ref_2160 - name: options - description: JobsClientCreateOrUpdateOptions contains the optional parameters for the JobsClient.CreateOrUpdate method. - go: *ref_2160 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2627 - type: object - properties: - - &ref_2162 - schema: *ref_858 - serializedName: JobBaseData - language: - default: &ref_2161 - name: JobBaseData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2161 - protocol: {} - language: - default: &ref_2163 - name: JobsClientCreateOrUpdateResponse - description: JobsClientCreateOrUpdateResponse contains the response from method JobsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2162 - go: *ref_2163 - protocol: {} - summary: Creates and executes a Job. protocol: {} - - &ref_3820 + - &ref_2929 operationId: Jobs_Cancel apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2164 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1612 + schema: *ref_1214 implementation: Method required: true - language: &ref_3817 + language: &ref_2926 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2165 + - &ref_1613 schema: *ref_1 implementation: Method required: true - language: &ref_3818 + language: &ref_2927 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2166 + - &ref_1614 schema: *ref_16 implementation: Method required: true - language: &ref_3819 + language: &ref_2928 default: name: id description: The name and identifier for the Job. This is case-sensitive. serializedName: id - go: - name: id - description: The name and identifier for the Job. This is case-sensitive. - serializedName: id protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63379,10 +44891,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -63391,39 +44899,30 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/jobs/{id}/cancel method: post uri: '{$host}' signatureParameters: - - *ref_2164 - - *ref_2165 - - *ref_2166 + - *ref_1612 + - *ref_1613 + - *ref_1614 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -63448,103 +44947,48 @@ operationGroups: name: Cancel description: Cancels a Job. summary: Cancels a Job. - go: - name: Cancel - description: |- - Cancels a Job. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: JobsClient - openApiType: arm - optionalParamGroup: &ref_2518 - schema: - type: object - language: - default: &ref_2167 - name: JobsClientCancelOptions - description: JobsClientCancelOptions contains the optional parameters for the JobsClient.Cancel method. - go: *ref_2167 - protocol: {} - originalParameter: [] - required: false - serializedName: JobsClientCancelOptions - language: - default: &ref_2168 - name: options - description: JobsClientCancelOptions contains the optional parameters for the JobsClient.Cancel method. - go: *ref_2168 - protocol: {} - protocolNaming: - internalMethod: cancel - requestMethod: cancelCreateRequest - responseMethod: cancelHandleResponse - responseEnv: &ref_2628 - type: object - language: - default: &ref_2169 - name: JobsClientCancelResponse - description: JobsClientCancelResponse contains the response from method JobsClient.Cancel. - responseType: true - go: *ref_2169 - protocol: {} - summary: Cancels a Job. protocol: {} language: default: name: Jobs description: '' - go: - name: Jobs - description: '' - clientCtorName: NewJobsClient - clientName: JobsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3828 + - &ref_2937 $key: ModelContainers operations: - - &ref_3827 + - &ref_2936 operationId: ModelContainers_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2176 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1615 + schema: *ref_1214 implementation: Method required: true - language: &ref_3821 + language: &ref_2930 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2177 + - &ref_1616 schema: *ref_1 implementation: Method required: true - language: &ref_3822 + language: &ref_2931 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_2171 + - *ref_1210 + - &ref_1617 schema: *ref_1 implementation: Method language: @@ -63552,69 +44996,34 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_2172 - schema: - type: object - language: - default: &ref_2170 - name: ModelContainersClientListOptions - description: ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.NewListPager method. - go: *ref_2170 - protocol: {} - originalParameter: - - *ref_2171 - - &ref_2174 - schema: *ref_18 - implementation: Method - language: - default: - name: count - description: Maximum number of results to return. - serializedName: count - go: - name: Count - description: Maximum number of results to return. - paramGroup: *ref_2172 - serializedName: count - protocol: - http: - in: query - - &ref_2175 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2172 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: ModelContainersClientListOptions - language: - default: &ref_2173 - name: options - description: ModelContainersClientListOptions contains the optional parameters for the ModelContainersClient.NewListPager method. - go: *ref_2173 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_2174 - - *ref_2175 + - &ref_1618 + schema: *ref_18 + implementation: Method + language: + default: + name: count + description: Maximum number of results to return. + serializedName: count + protocol: + http: + in: query + - &ref_1619 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63623,10 +45032,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -63635,29 +45040,23 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models method: get uri: '{$host}' signatureParameters: - - *ref_2176 - - *ref_2177 - - *ref_2171 - - *ref_2174 - - *ref_2175 + - *ref_1615 + - *ref_1616 + - *ref_1617 + - *ref_1618 + - *ref_1619 responses: - - schema: *ref_2178 - language: &ref_3823 + - schema: *ref_1620 + language: &ref_2932 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -63666,14 +45065,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -63720,103 +45116,54 @@ operationGroups: paging: nextLinkName: nextLink summary: List model containers. - go: - name: List - description: List model containers. - azureARM: true - clientName: ModelContainersClient - openApiType: arm - optionalParamGroup: *ref_2172 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2629 - type: object - properties: - - &ref_2180 - schema: *ref_2178 - serializedName: ModelContainerResourceArmPaginatedResult - language: - default: &ref_2179 - name: ModelContainerResourceArmPaginatedResult - description: A paginated list of ModelContainer entities. - byValue: true - embeddedType: true - go: *ref_2179 - protocol: {} - language: - default: &ref_2181 - name: ModelContainersClientListResponse - description: ModelContainersClientListResponse contains the response from method ModelContainersClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2180 - go: *ref_2181 - protocol: {} - summary: List model containers. protocol: {} - - &ref_3832 + - &ref_2941 operationId: ModelContainers_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2182 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1621 + schema: *ref_1214 implementation: Method required: true - language: &ref_3829 + language: &ref_2938 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2183 + - &ref_1622 schema: *ref_1 implementation: Method required: true - language: &ref_3830 + language: &ref_2939 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2184 + - &ref_1623 schema: *ref_16 implementation: Method required: true - language: &ref_3831 + language: &ref_2940 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -63825,10 +45172,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -63837,26 +45180,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name} method: delete uri: '{$host}' signatureParameters: - - *ref_2182 - - *ref_2183 - - *ref_2184 + - *ref_1621 + - *ref_1622 + - *ref_1623 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -63865,22 +45202,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -63906,106 +45237,54 @@ operationGroups: name: Delete description: Delete container. summary: Delete container. - go: - name: Delete - description: |- - Delete container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelContainersClient - openApiType: arm - optionalParamGroup: &ref_2519 - schema: - type: object - language: - default: &ref_2185 - name: ModelContainersClientDeleteOptions - description: ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method. - go: *ref_2185 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelContainersClientDeleteOptions - language: - default: &ref_2186 - name: options - description: ModelContainersClientDeleteOptions contains the optional parameters for the ModelContainersClient.Delete method. - go: *ref_2186 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2630 - type: object - language: - default: &ref_2187 - name: ModelContainersClientDeleteResponse - description: ModelContainersClientDeleteResponse contains the response from method ModelContainersClient.Delete. - responseType: true - go: *ref_2187 - protocol: {} - summary: Delete container. protocol: {} - - &ref_3837 + - &ref_2946 operationId: ModelContainers_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2188 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1624 + schema: *ref_1214 implementation: Method required: true - language: &ref_3833 + language: &ref_2942 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2189 + - &ref_1625 schema: *ref_1 implementation: Method required: true - language: &ref_3834 + language: &ref_2943 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2190 + - &ref_1626 schema: *ref_16 implementation: Method required: true - language: &ref_3835 + language: &ref_2944 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64014,10 +45293,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -64026,27 +45301,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name} method: get uri: '{$host}' signatureParameters: - - *ref_2188 - - *ref_2189 - - *ref_2190 + - *ref_1624 + - *ref_1625 + - *ref_1626 responses: - - schema: *ref_859 - language: &ref_3836 + - schema: *ref_786 + language: &ref_2945 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -64055,14 +45324,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -64103,136 +45369,67 @@ operationGroups: name: Get description: Get container. summary: Get container. - go: - name: Get - description: |- - Get container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelContainersClient - openApiType: arm - optionalParamGroup: &ref_2520 - schema: - type: object - language: - default: &ref_2191 - name: ModelContainersClientGetOptions - description: ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method. - go: *ref_2191 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelContainersClientGetOptions - language: - default: &ref_2192 - name: options - description: ModelContainersClientGetOptions contains the optional parameters for the ModelContainersClient.Get method. - go: *ref_2192 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2631 - type: object - properties: - - &ref_2194 - schema: *ref_859 - serializedName: ModelContainerData - language: - default: &ref_2193 - name: ModelContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2193 - protocol: {} - language: - default: &ref_2195 - name: ModelContainersClientGetResponse - description: ModelContainersClientGetResponse contains the response from method ModelContainersClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2194 - go: *ref_2195 - protocol: {} - summary: Get container. protocol: {} - - &ref_3844 + - &ref_2953 operationId: ModelContainers_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2198 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1629 + schema: *ref_1214 implementation: Method required: true - language: &ref_3838 + language: &ref_2947 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2199 + - &ref_1630 schema: *ref_1 implementation: Method required: true - language: &ref_3839 + language: &ref_2948 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2200 - schema: *ref_1658 + - &ref_1631 + schema: *ref_1356 implementation: Method required: true - language: &ref_3840 + language: &ref_2949 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2197 + application/json: &ref_1628 parameters: - - &ref_2196 - schema: *ref_859 + - &ref_1627 + schema: *ref_786 implementation: Method required: true - language: &ref_3841 + language: &ref_2950 default: name: body description: Container entity to create or update. - go: - name: body - description: Container entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64241,22 +45438,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2196 + - *ref_1627 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name} @@ -64266,20 +45456,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2197 + - *ref_1628 signatureParameters: - - *ref_2198 - - *ref_2199 - - *ref_2200 + - *ref_1629 + - *ref_1630 + - *ref_1631 responses: - - schema: *ref_859 - language: &ref_3842 + - schema: *ref_786 + language: &ref_2951 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -64287,14 +45474,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_859 - language: &ref_3843 + - schema: *ref_786 + language: &ref_2952 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -64303,14 +45487,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -64374,133 +45555,60 @@ operationGroups: name: CreateOrUpdate description: Create or update container. summary: Create or update container. - go: - name: CreateOrUpdate - description: |- - Create or update container. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelContainersClient - openApiType: arm - optionalParamGroup: &ref_2521 - schema: - type: object - language: - default: &ref_2201 - name: ModelContainersClientCreateOrUpdateOptions - description: ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method. - go: *ref_2201 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelContainersClientCreateOrUpdateOptions - language: - default: &ref_2202 - name: options - description: ModelContainersClientCreateOrUpdateOptions contains the optional parameters for the ModelContainersClient.CreateOrUpdate method. - go: *ref_2202 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2632 - type: object - properties: - - &ref_2204 - schema: *ref_859 - serializedName: ModelContainerData - language: - default: &ref_2203 - name: ModelContainerData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2203 - protocol: {} - language: - default: &ref_2205 - name: ModelContainersClientCreateOrUpdateResponse - description: ModelContainersClientCreateOrUpdateResponse contains the response from method ModelContainersClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2204 - go: *ref_2205 - protocol: {} - summary: Create or update container. protocol: {} language: default: name: ModelContainers description: '' - go: - name: ModelContainers - description: '' - clientCtorName: NewModelContainersClient - clientName: ModelContainersClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3865 + - &ref_2974 $key: ModelVersions operations: - - &ref_3864 + - &ref_2973 operationId: ModelVersions_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2219 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1632 + schema: *ref_1214 implementation: Method required: true - language: &ref_3845 + language: &ref_2954 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2220 + - &ref_1633 schema: *ref_1 implementation: Method required: true - language: &ref_3846 + language: &ref_2955 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2221 + - &ref_1634 schema: *ref_16 implementation: Method required: true - language: &ref_3847 + language: &ref_2956 default: name: name description: Model name. This is case-sensitive. serializedName: name - go: - name: name - description: Model name. This is case-sensitive. - serializedName: name protocol: http: in: path - - *ref_1290 - - &ref_2207 + - *ref_1210 + - &ref_1635 schema: *ref_1 implementation: Method language: @@ -64508,188 +45616,111 @@ operationGroups: name: skip description: Continuation token for pagination. serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: &ref_2208 - schema: - type: object - language: - default: &ref_2206 - name: ModelVersionsClientListOptions - description: ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.NewListPager method. - go: *ref_2206 - protocol: {} - originalParameter: - - *ref_2207 - - &ref_2210 - schema: *ref_16 - implementation: Method - language: &ref_3848 - default: - name: orderBy - description: Ordering of list. - serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: *ref_2208 - serializedName: $orderBy - protocol: - http: - in: query - - &ref_2211 - schema: *ref_18 - implementation: Method - language: &ref_3849 - default: - name: top - description: Maximum number of records to return. - serializedName: $top - go: - name: Top - description: Maximum number of records to return. - paramGroup: *ref_2208 - serializedName: $top - protocol: - http: - in: query - - &ref_2212 - schema: *ref_16 - implementation: Method - language: &ref_3850 - default: - name: version - description: Model version. - serializedName: version - go: - name: Version - description: Model version. - paramGroup: *ref_2208 - serializedName: version - protocol: - http: - in: query - - &ref_2213 - schema: *ref_16 - implementation: Method - language: &ref_3851 - default: - name: description - description: Model description. - serializedName: description - go: - name: Description - description: Model description. - paramGroup: *ref_2208 - serializedName: description - protocol: - http: - in: query - - &ref_2214 - schema: *ref_18 - implementation: Method - language: &ref_3852 - default: - name: offset - description: Number of initial results to skip. - serializedName: offset - go: - name: Offset - description: Number of initial results to skip. - paramGroup: *ref_2208 - serializedName: offset - protocol: - http: - in: query - - &ref_2215 - schema: *ref_16 - implementation: Method - language: &ref_3853 - default: - name: tags - description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - serializedName: tags - go: - name: Tags - description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' - paramGroup: *ref_2208 - serializedName: tags - protocol: - http: - in: query - - &ref_2216 - schema: *ref_16 - implementation: Method - language: &ref_3854 - default: - name: properties - description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' - serializedName: properties - go: - name: Properties - description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' - paramGroup: *ref_2208 - serializedName: properties - protocol: - http: - in: query - - &ref_2217 - schema: *ref_16 - implementation: Method - language: - default: - name: feed - description: Name of the feed. - serializedName: feed - go: - name: Feed - description: Name of the feed. - paramGroup: *ref_2208 - serializedName: feed - protocol: - http: - in: query - - &ref_2218 - schema: *ref_1836 - implementation: Method - language: - default: - name: listViewType - description: View type for including/excluding (for example) archived entities. - serializedName: listViewType - go: - name: ListViewType - description: View type for including/excluding (for example) archived entities. - paramGroup: *ref_2208 - serializedName: listViewType - protocol: - http: - in: query - required: false - serializedName: ModelVersionsClientListOptions - language: - default: &ref_2209 - name: options - description: ModelVersionsClientListOptions contains the optional parameters for the ModelVersionsClient.NewListPager method. - go: *ref_2209 - protocol: {} - serializedName: $skip protocol: http: in: query - - *ref_2210 - - *ref_2211 - - *ref_2212 - - *ref_2213 - - *ref_2214 - - *ref_2215 - - *ref_2216 - - *ref_2217 - - *ref_2218 + - &ref_1636 + schema: *ref_16 + implementation: Method + language: &ref_2957 + default: + name: orderBy + description: Ordering of list. + serializedName: $orderBy + protocol: + http: + in: query + - &ref_1637 + schema: *ref_18 + implementation: Method + language: &ref_2958 + default: + name: top + description: Maximum number of records to return. + serializedName: $top + protocol: + http: + in: query + - &ref_1638 + schema: *ref_16 + implementation: Method + language: &ref_2959 + default: + name: version + description: Model version. + serializedName: version + protocol: + http: + in: query + - &ref_1639 + schema: *ref_16 + implementation: Method + language: &ref_2960 + default: + name: description + description: Model description. + serializedName: description + protocol: + http: + in: query + - &ref_1640 + schema: *ref_18 + implementation: Method + language: &ref_2961 + default: + name: offset + description: Number of initial results to skip. + serializedName: offset + protocol: + http: + in: query + - &ref_1641 + schema: *ref_16 + implementation: Method + language: &ref_2962 + default: + name: tags + description: 'Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2' + serializedName: tags + protocol: + http: + in: query + - &ref_1642 + schema: *ref_16 + implementation: Method + language: &ref_2963 + default: + name: properties + description: 'Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2' + serializedName: properties + protocol: + http: + in: query + - &ref_1643 + schema: *ref_16 + implementation: Method + language: + default: + name: feed + description: Name of the feed. + serializedName: feed + protocol: + http: + in: query + - &ref_1644 + schema: *ref_1445 + implementation: Method + language: + default: + name: listViewType + description: View type for including/excluding (for example) archived entities. + serializedName: listViewType + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64698,10 +45729,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -64710,37 +45737,31 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions method: get uri: '{$host}' signatureParameters: - - *ref_2219 - - *ref_2220 - - *ref_2221 - - *ref_2207 - - *ref_2210 - - *ref_2211 - - *ref_2212 - - *ref_2213 - - *ref_2214 - - *ref_2215 - - *ref_2216 - - *ref_2217 - - *ref_2218 + - *ref_1632 + - *ref_1633 + - *ref_1634 + - *ref_1635 + - *ref_1636 + - *ref_1637 + - *ref_1638 + - *ref_1639 + - *ref_1640 + - *ref_1641 + - *ref_1642 + - *ref_1643 + - *ref_1644 responses: - - schema: *ref_2222 - language: &ref_3855 + - schema: *ref_1645 + language: &ref_2964 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -64749,14 +45770,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -64810,7 +45828,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3863 {} + headers: &ref_2972 {} x-ms-pageable: nextLinkName: nextLink language: @@ -64820,119 +45838,66 @@ operationGroups: paging: nextLinkName: nextLink summary: List model versions. - go: - name: List - description: List model versions. - azureARM: true - clientName: ModelVersionsClient - openApiType: arm - optionalParamGroup: *ref_2208 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2633 - type: object - properties: - - &ref_2224 - schema: *ref_2222 - serializedName: ModelVersionResourceArmPaginatedResult - language: - default: &ref_2223 - name: ModelVersionResourceArmPaginatedResult - description: A paginated list of ModelVersion entities. - byValue: true - embeddedType: true - go: *ref_2223 - protocol: {} - language: - default: &ref_2225 - name: ModelVersionsClientListResponse - description: ModelVersionsClientListResponse contains the response from method ModelVersionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2224 - go: *ref_2225 - protocol: {} - summary: List model versions. protocol: {} - - &ref_3870 + - &ref_2979 operationId: ModelVersions_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2226 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1646 + schema: *ref_1214 implementation: Method required: true - language: &ref_3866 + language: &ref_2975 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2227 + - &ref_1647 schema: *ref_1 implementation: Method required: true - language: &ref_3867 + language: &ref_2976 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2228 + - &ref_1648 schema: *ref_16 implementation: Method required: true - language: &ref_3868 + language: &ref_2977 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2229 + - &ref_1649 schema: *ref_16 implementation: Method required: true - language: &ref_3869 + language: &ref_2978 default: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -64941,10 +45906,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -64953,27 +45914,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version} method: delete uri: '{$host}' signatureParameters: - - *ref_2226 - - *ref_2227 - - *ref_2228 - - *ref_2229 + - *ref_1646 + - *ref_1647 + - *ref_1648 + - *ref_1649 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -64982,22 +45937,16 @@ operationGroups: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -65024,122 +45973,66 @@ operationGroups: name: Delete description: Delete version. summary: Delete version. - go: - name: Delete - description: |- - Delete version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelVersionsClient - openApiType: arm - optionalParamGroup: &ref_2522 - schema: - type: object - language: - default: &ref_2230 - name: ModelVersionsClientDeleteOptions - description: ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method. - go: *ref_2230 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelVersionsClientDeleteOptions - language: - default: &ref_2231 - name: options - description: ModelVersionsClientDeleteOptions contains the optional parameters for the ModelVersionsClient.Delete method. - go: *ref_2231 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2634 - type: object - language: - default: &ref_2232 - name: ModelVersionsClientDeleteResponse - description: ModelVersionsClientDeleteResponse contains the response from method ModelVersionsClient.Delete. - responseType: true - go: *ref_2232 - protocol: {} - summary: Delete version. protocol: {} - - &ref_3877 + - &ref_2986 operationId: ModelVersions_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2233 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1650 + schema: *ref_1214 implementation: Method required: true - language: &ref_3871 + language: &ref_2980 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2234 + - &ref_1651 schema: *ref_1 implementation: Method required: true - language: &ref_3872 + language: &ref_2981 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2235 + - &ref_1652 schema: *ref_16 implementation: Method required: true - language: &ref_3873 + language: &ref_2982 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2236 + - &ref_1653 schema: *ref_16 implementation: Method required: true - language: &ref_3874 + language: &ref_2983 default: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65148,10 +46041,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -65160,28 +46049,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version} method: get uri: '{$host}' signatureParameters: - - *ref_2233 - - *ref_2234 - - *ref_2235 - - *ref_2236 + - *ref_1650 + - *ref_1651 + - *ref_1652 + - *ref_1653 responses: - - schema: *ref_860 - language: &ref_3875 + - schema: *ref_787 + language: &ref_2984 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -65190,14 +46073,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -65242,158 +46122,85 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3876 {} + headers: &ref_2985 {} language: default: name: Get description: Get version. summary: Get version. - go: - name: Get - description: |- - Get version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelVersionsClient - openApiType: arm - optionalParamGroup: &ref_2523 - schema: - type: object - language: - default: &ref_2237 - name: ModelVersionsClientGetOptions - description: ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method. - go: *ref_2237 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelVersionsClientGetOptions - language: - default: &ref_2238 - name: options - description: ModelVersionsClientGetOptions contains the optional parameters for the ModelVersionsClient.Get method. - go: *ref_2238 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2635 - type: object - properties: - - &ref_2240 - schema: *ref_860 - serializedName: ModelVersionData - language: - default: &ref_2239 - name: ModelVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2239 - protocol: {} - language: - default: &ref_2241 - name: ModelVersionsClientGetResponse - description: ModelVersionsClientGetResponse contains the response from method ModelVersionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2240 - go: *ref_2241 - protocol: {} - summary: Get version. protocol: {} - - &ref_3887 + - &ref_2996 operationId: ModelVersions_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2244 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1656 + schema: *ref_1214 implementation: Method required: true - language: &ref_3878 + language: &ref_2987 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2245 + - &ref_1657 schema: *ref_1 implementation: Method required: true - language: &ref_3879 + language: &ref_2988 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2246 - schema: *ref_1658 + - &ref_1658 + schema: *ref_1356 implementation: Method required: true - language: &ref_3880 + language: &ref_2989 default: name: name description: Container name. This is case-sensitive. serializedName: name - go: - name: name - description: Container name. This is case-sensitive. - serializedName: name protocol: http: in: path - - &ref_2247 + - &ref_1659 schema: *ref_16 implementation: Method required: true - language: &ref_3881 + language: &ref_2990 default: name: version description: Version identifier. This is case-sensitive. serializedName: version - go: - name: version - description: Version identifier. This is case-sensitive. - serializedName: version protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2243 + application/json: &ref_1655 parameters: - - &ref_2242 - schema: *ref_860 + - &ref_1654 + schema: *ref_787 implementation: Method required: true - language: &ref_3882 + language: &ref_2991 default: name: body description: Version entity to create or update. - go: - name: body - description: Version entity to create or update. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65402,22 +46209,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2242 + - *ref_1654 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version} @@ -65427,21 +46227,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2243 + - *ref_1655 signatureParameters: - - *ref_2244 - - *ref_2245 - - *ref_2246 - - *ref_2247 + - *ref_1656 + - *ref_1657 + - *ref_1658 + - *ref_1659 responses: - - schema: *ref_860 - language: &ref_3883 + - schema: *ref_787 + language: &ref_2992 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -65449,14 +46246,11 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_860 - language: &ref_3885 + - schema: *ref_787 + language: &ref_2994 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: knownMediaType: json @@ -65465,14 +46259,11 @@ operationGroups: statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -65531,7 +46322,7 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3884 {} + headers: &ref_2993 {} '201': body: name: string @@ -65557,261 +46348,133 @@ operationGroups: lastModifiedAt: '2020-01-01T12:34:56.999Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_3886 {} + headers: &ref_2995 {} language: default: name: CreateOrUpdate description: Create or update version. summary: Create or update version. - go: - name: CreateOrUpdate - description: |- - Create or update version. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: ModelVersionsClient - openApiType: arm - optionalParamGroup: &ref_2524 - schema: - type: object - language: - default: &ref_2248 - name: ModelVersionsClientCreateOrUpdateOptions - description: ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method. - go: *ref_2248 - protocol: {} - originalParameter: [] - required: false - serializedName: ModelVersionsClientCreateOrUpdateOptions - language: - default: &ref_2249 - name: options - description: ModelVersionsClientCreateOrUpdateOptions contains the optional parameters for the ModelVersionsClient.CreateOrUpdate method. - go: *ref_2249 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2636 - type: object - properties: - - &ref_2251 - schema: *ref_860 - serializedName: ModelVersionData - language: - default: &ref_2250 - name: ModelVersionData - description: Azure Resource Manager resource envelope. - byValue: true - embeddedType: true - go: *ref_2250 - protocol: {} - language: - default: &ref_2252 - name: ModelVersionsClientCreateOrUpdateResponse - description: ModelVersionsClientCreateOrUpdateResponse contains the response from method ModelVersionsClient.CreateOrUpdate. - marshallingFormat: json - responseType: true - resultProp: *ref_2251 - go: *ref_2252 - protocol: {} - summary: Create or update version. protocol: {} language: default: name: ModelVersions description: '' - go: - name: ModelVersions - description: '' - clientCtorName: NewModelVersionsClient - clientName: ModelVersionsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_3908 + - &ref_3017 $key: OnlineEndpoints operations: - - &ref_3907 + - &ref_3016 operationId: OnlineEndpoints_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2264 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1661 + schema: *ref_1214 implementation: Method required: true - language: &ref_3888 + language: &ref_2997 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2265 + - &ref_1662 schema: *ref_1 implementation: Method required: true - language: &ref_3889 + language: &ref_2998 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - *ref_1290 - - &ref_2254 + - *ref_1210 + - &ref_1663 schema: *ref_16 implementation: Method - language: &ref_3890 + language: &ref_2999 default: name: name description: Name of the endpoint. serializedName: name - go: - name: Name - description: Name of the endpoint. - paramGroup: &ref_2255 - schema: - type: object - language: - default: &ref_2253 - name: OnlineEndpointsClientListOptions - description: OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.NewListPager method. - go: *ref_2253 - protocol: {} - originalParameter: - - *ref_2254 - - &ref_2258 - schema: *ref_18 - implementation: Method - language: &ref_3891 - default: - name: count - description: Number of endpoints to be retrieved in a page of results. - serializedName: count - go: - name: Count - description: Number of endpoints to be retrieved in a page of results. - paramGroup: *ref_2255 - serializedName: count - protocol: - http: - in: query - - &ref_2259 - schema: *ref_318 - implementation: Method - language: &ref_3892 - default: - name: computeType - description: EndpointComputeType to be filtered by. - serializedName: computeType - go: - name: ComputeType - description: EndpointComputeType to be filtered by. - paramGroup: *ref_2255 - serializedName: computeType - protocol: - http: - in: query - - &ref_2260 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_2255 - serializedName: $skip - protocol: - http: - in: query - - &ref_2261 - schema: *ref_16 - implementation: Method - language: &ref_3893 - default: - name: tags - description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' - serializedName: tags - go: - name: Tags - description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' - paramGroup: *ref_2255 - serializedName: tags - protocol: - http: - in: query - - &ref_2262 - schema: *ref_16 - implementation: Method - language: &ref_3894 - default: - name: properties - description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' - serializedName: properties - go: - name: Properties - description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' - paramGroup: *ref_2255 - serializedName: properties - protocol: - http: - in: query - - &ref_2263 - schema: *ref_2256 - implementation: Method - language: &ref_3895 - default: - name: orderBy - description: The option to order the response. - serializedName: orderBy - go: - name: OrderBy - description: The option to order the response. - paramGroup: *ref_2255 - serializedName: orderBy - protocol: - http: - in: query - required: false - serializedName: OnlineEndpointsClientListOptions - language: - default: &ref_2257 - name: options - description: OnlineEndpointsClientListOptions contains the optional parameters for the OnlineEndpointsClient.NewListPager method. - go: *ref_2257 - protocol: {} - serializedName: name protocol: http: in: query - - *ref_2258 - - *ref_2259 - - *ref_2260 - - *ref_2261 - - *ref_2262 - - *ref_2263 + - &ref_1664 + schema: *ref_18 + implementation: Method + language: &ref_3000 + default: + name: count + description: Number of endpoints to be retrieved in a page of results. + serializedName: count + protocol: + http: + in: query + - &ref_1665 + schema: *ref_306 + implementation: Method + language: &ref_3001 + default: + name: computeType + description: EndpointComputeType to be filtered by. + serializedName: computeType + protocol: + http: + in: query + - &ref_1666 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query + - &ref_1667 + schema: *ref_16 + implementation: Method + language: &ref_3002 + default: + name: tags + description: 'A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .' + serializedName: tags + protocol: + http: + in: query + - &ref_1668 + schema: *ref_16 + implementation: Method + language: &ref_3003 + default: + name: properties + description: 'A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .' + serializedName: properties + protocol: + http: + in: query + - &ref_1669 + schema: *ref_1660 + implementation: Method + language: &ref_3004 + default: + name: orderBy + description: The option to order the response. + serializedName: orderBy + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -65820,10 +46483,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -65832,33 +46491,27 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints method: get uri: '{$host}' signatureParameters: - - *ref_2264 - - *ref_2265 - - *ref_2254 - - *ref_2258 - - *ref_2259 - - *ref_2260 - - *ref_2261 - - *ref_2262 - - *ref_2263 + - *ref_1661 + - *ref_1662 + - *ref_1663 + - *ref_1664 + - *ref_1665 + - *ref_1666 + - *ref_1667 + - *ref_1668 + - *ref_1669 responses: - - schema: *ref_2266 - language: &ref_3896 + - schema: *ref_1670 + language: &ref_3005 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -65867,14 +46520,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -65941,7 +46591,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3906 {} + headers: &ref_3015 {} x-ms-pageable: nextLinkName: nextLink language: @@ -65951,103 +46601,54 @@ operationGroups: paging: nextLinkName: nextLink summary: List Online Endpoints. - go: - name: List - description: List Online Endpoints. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: *ref_2255 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2637 - type: object - properties: - - &ref_2268 - schema: *ref_2266 - serializedName: OnlineEndpointTrackedResourceArmPaginatedResult - language: - default: &ref_2267 - name: OnlineEndpointTrackedResourceArmPaginatedResult - description: A paginated list of OnlineEndpoint entities. - byValue: true - embeddedType: true - go: *ref_2267 - protocol: {} - language: - default: &ref_2269 - name: OnlineEndpointsClientListResponse - description: OnlineEndpointsClientListResponse contains the response from method OnlineEndpointsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2268 - go: *ref_2269 - protocol: {} - summary: List Online Endpoints. protocol: {} - - &ref_3912 + - &ref_3021 operationId: OnlineEndpoints_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2270 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1671 + schema: *ref_1214 implementation: Method required: true - language: &ref_3909 + language: &ref_3018 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2271 + - &ref_1672 schema: *ref_1 implementation: Method required: true - language: &ref_3910 + language: &ref_3019 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2272 + - &ref_1673 schema: *ref_16 implementation: Method required: true - language: &ref_3911 + language: &ref_3020 default: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66056,10 +46657,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -66068,26 +46665,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName} method: delete uri: '{$host}' signatureParameters: - - *ref_2270 - - *ref_2271 - - *ref_2272 + - *ref_1671 + - *ref_1672 + - *ref_1673 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -66096,61 +46687,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2273 + - schema: *ref_1674 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_16 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2274 + - schema: *ref_1675 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -66178,122 +46751,54 @@ operationGroups: name: Delete description: Delete Online Endpoint (asynchronous). summary: Delete Online Endpoint (asynchronous). - go: - name: Delete - description: |- - Delete Online Endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2525 - schema: - type: object - language: - default: &ref_2275 - name: OnlineEndpointsClientBeginDeleteOptions - description: OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method. - go: *ref_2275 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2276 - name: string - description: '' - go: *ref_2276 - protocol: {} - language: - default: &ref_2277 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2277 - protocol: {} - required: false - serializedName: OnlineEndpointsClientBeginDeleteOptions - language: - default: &ref_2278 - name: options - description: OnlineEndpointsClientBeginDeleteOptions contains the optional parameters for the OnlineEndpointsClient.BeginDelete method. - go: *ref_2278 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2638 - type: object - language: - default: &ref_2279 - name: OnlineEndpointsClientDeleteResponse - description: OnlineEndpointsClientDeleteResponse contains the response from method OnlineEndpointsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2279 - protocol: {} - summary: Delete Online Endpoint (asynchronous). protocol: {} - - &ref_3918 + - &ref_3027 operationId: OnlineEndpoints_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2280 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1676 + schema: *ref_1214 implementation: Method required: true - language: &ref_3913 + language: &ref_3022 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2281 + - &ref_1677 schema: *ref_1 implementation: Method required: true - language: &ref_3914 + language: &ref_3023 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2282 + - &ref_1678 schema: *ref_19 implementation: Method required: true - language: &ref_3915 + language: &ref_3024 default: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66302,10 +46807,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -66314,27 +46815,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName} method: get uri: '{$host}' signatureParameters: - - *ref_2280 - - *ref_2281 - - *ref_2282 + - *ref_1676 + - *ref_1677 + - *ref_1678 responses: - - schema: *ref_388 - language: &ref_3916 + - schema: *ref_366 + language: &ref_3025 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -66343,14 +46838,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -66409,142 +46901,73 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3917 {} + headers: &ref_3026 {} language: default: name: Get description: Get Online Endpoint. summary: Get Online Endpoint. - go: - name: Get - description: |- - Get Online Endpoint. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2526 - schema: - type: object - language: - default: &ref_2283 - name: OnlineEndpointsClientGetOptions - description: OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method. - go: *ref_2283 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineEndpointsClientGetOptions - language: - default: &ref_2284 - name: options - description: OnlineEndpointsClientGetOptions contains the optional parameters for the OnlineEndpointsClient.Get method. - go: *ref_2284 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2639 - type: object - properties: - - &ref_2286 - schema: *ref_388 - serializedName: OnlineEndpointData - language: - default: &ref_2285 - name: OnlineEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_2285 - protocol: {} - language: - default: &ref_2287 - name: OnlineEndpointsClientGetResponse - description: OnlineEndpointsClientGetResponse contains the response from method OnlineEndpointsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2286 - go: *ref_2287 - protocol: {} - summary: Get Online Endpoint. protocol: {} - - &ref_3933 + - &ref_3042 operationId: OnlineEndpoints_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2291 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1682 + schema: *ref_1214 implementation: Method required: true - language: &ref_3919 + language: &ref_3028 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2292 + - &ref_1683 schema: *ref_1 implementation: Method required: true - language: &ref_3920 + language: &ref_3029 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2293 + - &ref_1684 schema: *ref_19 implementation: Method required: true - language: &ref_3921 + language: &ref_3030 default: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2290 + application/json: &ref_1681 parameters: - - &ref_2289 - schema: *ref_2288 + - &ref_1680 + schema: *ref_1679 implementation: Method required: true - language: &ref_3922 + language: &ref_3031 default: name: body description: Online Endpoint entity to apply during operation. - go: - name: body - description: Online Endpoint entity to apply during operation. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66553,22 +46976,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2289 + - *ref_1680 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName} @@ -66578,20 +46994,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2290 + - *ref_1681 signatureParameters: - - *ref_2291 - - *ref_2292 - - *ref_2293 + - *ref_1682 + - *ref_1683 + - *ref_1684 responses: - - schema: *ref_388 - language: &ref_3931 + - schema: *ref_366 + language: &ref_3040 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -66603,50 +47016,35 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2294 + - schema: *ref_1685 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_19 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2295 + - schema: *ref_1686 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -66663,7 +47061,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_3924 {} + string: &ref_3033 {} kind: string location: string properties: @@ -66722,7 +47120,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3932 {} + headers: &ref_3041 {} '202': {} x-ms-long-running-operation: true language: @@ -66730,152 +47128,67 @@ operationGroups: name: Update description: Update Online Endpoint (asynchronous). summary: Update Online Endpoint (asynchronous). - go: - name: Update - description: |- - Update Online Endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2527 - schema: - type: object - language: - default: &ref_2296 - name: OnlineEndpointsClientBeginUpdateOptions - description: OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method. - go: *ref_2296 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2297 - name: string - description: '' - go: *ref_2297 - protocol: {} - language: - default: &ref_2298 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2298 - protocol: {} - required: false - serializedName: OnlineEndpointsClientBeginUpdateOptions - language: - default: &ref_2299 - name: options - description: OnlineEndpointsClientBeginUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginUpdate method. - go: *ref_2299 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2640 - type: object - properties: - - &ref_2301 - schema: *ref_388 - serializedName: OnlineEndpointData - language: - default: &ref_2300 - name: OnlineEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_2300 - protocol: {} - language: - default: &ref_2302 - name: OnlineEndpointsClientUpdateResponse - description: OnlineEndpointsClientUpdateResponse contains the response from method OnlineEndpointsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2301 - go: *ref_2302 - protocol: {} - summary: Update Online Endpoint (asynchronous). protocol: {} - - &ref_3942 + - &ref_3051 operationId: OnlineEndpoints_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2305 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1689 + schema: *ref_1214 implementation: Method required: true - language: &ref_3934 + language: &ref_3043 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2306 + - &ref_1690 schema: *ref_1 implementation: Method required: true - language: &ref_3935 + language: &ref_3044 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2307 - schema: *ref_1658 + - &ref_1691 + schema: *ref_1356 implementation: Method required: true - language: &ref_3936 + language: &ref_3045 default: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2304 + application/json: &ref_1688 parameters: - - &ref_2303 - schema: *ref_388 + - &ref_1687 + schema: *ref_366 implementation: Method required: true - language: &ref_3937 + language: &ref_3046 default: name: body description: Online Endpoint entity to apply during operation. - go: - name: body - description: Online Endpoint entity to apply during operation. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -66884,22 +47197,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2303 + - *ref_1687 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName} @@ -66909,20 +47215,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2304 + - *ref_1688 signatureParameters: - - *ref_2305 - - *ref_2306 - - *ref_2307 + - *ref_1689 + - *ref_1690 + - *ref_1691 responses: - - schema: *ref_388 - language: &ref_3938 + - schema: *ref_366 + language: &ref_3047 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -66930,49 +47233,37 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_388 - language: &ref_3940 + - schema: *ref_366 + language: &ref_3049 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: headers: - - schema: *ref_2308 + - schema: *ref_1692 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2309 + - schema: *ref_1693 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -67053,7 +47344,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3939 {} + headers: &ref_3048 {} '201': body: name: string @@ -67094,143 +47385,61 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_3941 {} + headers: &ref_3050 {} x-ms-long-running-operation: true language: default: name: CreateOrUpdate description: Create or update Online Endpoint (asynchronous). summary: Create or update Online Endpoint (asynchronous). - go: - name: CreateOrUpdate - description: |- - Create or update Online Endpoint (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2528 - schema: - type: object - language: - default: &ref_2310 - name: OnlineEndpointsClientBeginCreateOrUpdateOptions - description: OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method. - go: *ref_2310 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2311 - name: string - description: '' - go: *ref_2311 - protocol: {} - language: - default: &ref_2312 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2312 - protocol: {} - required: false - serializedName: OnlineEndpointsClientBeginCreateOrUpdateOptions - language: - default: &ref_2313 - name: options - description: OnlineEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineEndpointsClient.BeginCreateOrUpdate method. - go: *ref_2313 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2641 - type: object - properties: - - &ref_2315 - schema: *ref_388 - serializedName: OnlineEndpointData - language: - default: &ref_2314 - name: OnlineEndpointData - description: '' - byValue: true - embeddedType: true - go: *ref_2314 - protocol: {} - language: - default: &ref_2316 - name: OnlineEndpointsClientCreateOrUpdateResponse - description: OnlineEndpointsClientCreateOrUpdateResponse contains the response from method OnlineEndpointsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2315 - go: *ref_2316 - protocol: {} - summary: Create or update Online Endpoint (asynchronous). protocol: {} - - &ref_3948 + - &ref_3057 operationId: OnlineEndpoints_ListKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2318 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1695 + schema: *ref_1214 implementation: Method required: true - language: &ref_3943 + language: &ref_3052 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2319 + - &ref_1696 schema: *ref_1 implementation: Method required: true - language: &ref_3944 + language: &ref_3053 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2320 - schema: *ref_2317 + - &ref_1697 + schema: *ref_1694 implementation: Method required: true - language: &ref_3945 + language: &ref_3054 default: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67239,10 +47448,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67251,27 +47456,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/listKeys method: post uri: '{$host}' signatureParameters: - - *ref_2318 - - *ref_2319 - - *ref_2320 + - *ref_1695 + - *ref_1696 + - *ref_1697 responses: - - schema: *ref_1050 - language: &ref_3946 + - schema: *ref_976 + language: &ref_3055 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -67280,14 +47479,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -67310,142 +47506,73 @@ operationGroups: body: primaryKey: string secondaryKey: string - headers: &ref_3947 {} + headers: &ref_3056 {} language: default: name: ListKeys description: List EndpointAuthKeys for an Endpoint using Key-based authentication. summary: List EndpointAuthKeys for an Endpoint using Key-based authentication. - go: - name: ListKeys - description: |- - List EndpointAuthKeys for an Endpoint using Key-based authentication. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2529 - schema: - type: object - language: - default: &ref_2321 - name: OnlineEndpointsClientListKeysOptions - description: OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method. - go: *ref_2321 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineEndpointsClientListKeysOptions - language: - default: &ref_2322 - name: options - description: OnlineEndpointsClientListKeysOptions contains the optional parameters for the OnlineEndpointsClient.ListKeys method. - go: *ref_2322 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_2642 - type: object - properties: - - &ref_2324 - schema: *ref_1050 - serializedName: EndpointAuthKeys - language: - default: &ref_2323 - name: EndpointAuthKeys - description: Keys for endpoint authentication. - byValue: true - embeddedType: true - go: *ref_2323 - protocol: {} - language: - default: &ref_2325 - name: OnlineEndpointsClientListKeysResponse - description: OnlineEndpointsClientListKeysResponse contains the response from method OnlineEndpointsClient.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_2324 - go: *ref_2325 - protocol: {} - summary: List EndpointAuthKeys for an Endpoint using Key-based authentication. protocol: {} - - &ref_3955 + - &ref_3064 operationId: OnlineEndpoints_RegenerateKeys apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2329 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1701 + schema: *ref_1214 implementation: Method required: true - language: &ref_3949 + language: &ref_3058 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2330 + - &ref_1702 schema: *ref_1 implementation: Method required: true - language: &ref_3950 + language: &ref_3059 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2331 - schema: *ref_2317 + - &ref_1703 + schema: *ref_1694 implementation: Method required: true - language: &ref_3951 + language: &ref_3060 default: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2328 + application/json: &ref_1700 parameters: - - &ref_2327 - schema: *ref_2326 + - &ref_1699 + schema: *ref_1698 implementation: Method required: true - language: &ref_3952 + language: &ref_3061 default: name: body description: RegenerateKeys request . - go: - name: body - description: RegenerateKeys request . protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67454,22 +47581,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2327 + - *ref_1699 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/regenerateKeys @@ -67479,19 +47599,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2328 + - *ref_1700 signatureParameters: - - *ref_2329 - - *ref_2330 - - *ref_2331 + - *ref_1701 + - *ref_1702 + - *ref_1703 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -67500,41 +47617,29 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2317 + - schema: *ref_1694 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2332 + - schema: *ref_1704 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -67566,122 +47671,54 @@ operationGroups: name: RegenerateKeys description: Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). summary: Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). - go: - name: RegenerateKeys - description: |- - Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2530 - schema: - type: object - language: - default: &ref_2333 - name: OnlineEndpointsClientBeginRegenerateKeysOptions - description: OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method. - go: *ref_2333 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2334 - name: string - description: '' - go: *ref_2334 - protocol: {} - language: - default: &ref_2335 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2335 - protocol: {} - required: false - serializedName: OnlineEndpointsClientBeginRegenerateKeysOptions - language: - default: &ref_2336 - name: options - description: OnlineEndpointsClientBeginRegenerateKeysOptions contains the optional parameters for the OnlineEndpointsClient.BeginRegenerateKeys method. - go: *ref_2336 - protocol: {} - protocolNaming: - internalMethod: regenerateKeys - requestMethod: regenerateKeysCreateRequest - responseMethod: regenerateKeysHandleResponse - responseEnv: &ref_2643 - type: object - language: - default: &ref_2337 - name: OnlineEndpointsClientRegenerateKeysResponse - description: OnlineEndpointsClientRegenerateKeysResponse contains the response from method OnlineEndpointsClient.BeginRegenerateKeys. - forLRO: true - responseType: true - go: *ref_2337 - protocol: {} - summary: Regenerate EndpointAuthKeys for an Endpoint using Key-based authentication (asynchronous). protocol: {} - - &ref_3965 + - &ref_3074 operationId: OnlineEndpoints_GetToken apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2338 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1705 + schema: *ref_1214 implementation: Method required: true - language: &ref_3956 + language: &ref_3065 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2339 + - &ref_1706 schema: *ref_1 implementation: Method required: true - language: &ref_3957 + language: &ref_3066 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2340 + - &ref_1707 schema: *ref_21 implementation: Method required: true - language: &ref_3958 + language: &ref_3067 default: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67690,10 +47727,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67702,27 +47735,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/token method: post uri: '{$host}' signatureParameters: - - *ref_2338 - - *ref_2339 - - *ref_2340 + - *ref_1705 + - *ref_1706 + - *ref_1707 responses: - - schema: *ref_2341 - language: &ref_3959 + - schema: *ref_1708 + language: &ref_3068 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -67731,14 +47758,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -67763,209 +47787,101 @@ operationGroups: expiryTimeUtc: 1 refreshAfterTimeUtc: 1 tokenType: string - headers: &ref_3964 {} + headers: &ref_3073 {} language: default: name: GetToken description: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - go: - name: GetToken - description: |- - Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineEndpointsClient - openApiType: arm - optionalParamGroup: &ref_2531 - schema: - type: object - language: - default: &ref_2342 - name: OnlineEndpointsClientGetTokenOptions - description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. - go: *ref_2342 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineEndpointsClientGetTokenOptions - language: - default: &ref_2343 - name: options - description: OnlineEndpointsClientGetTokenOptions contains the optional parameters for the OnlineEndpointsClient.GetToken method. - go: *ref_2343 - protocol: {} - protocolNaming: - internalMethod: getToken - requestMethod: getTokenCreateRequest - responseMethod: getTokenHandleResponse - responseEnv: &ref_2644 - type: object - properties: - - &ref_2345 - schema: *ref_2341 - serializedName: EndpointAuthToken - language: - default: &ref_2344 - name: EndpointAuthToken - description: Service Token - byValue: true - embeddedType: true - go: *ref_2344 - protocol: {} - language: - default: &ref_2346 - name: OnlineEndpointsClientGetTokenResponse - description: OnlineEndpointsClientGetTokenResponse contains the response from method OnlineEndpointsClient.GetToken. - marshallingFormat: json - responseType: true - resultProp: *ref_2345 - go: *ref_2346 - protocol: {} - summary: Retrieve a valid AAD token for an Endpoint using AMLToken-based authentication. protocol: {} language: default: name: OnlineEndpoints description: '' - go: - name: OnlineEndpoints - description: '' - clientCtorName: NewOnlineEndpointsClient - clientName: OnlineEndpointsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_4006 + - &ref_3115 $key: OnlineDeployments operations: - - &ref_4005 + - &ref_3114 operationId: OnlineDeployments_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2354 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1710 + schema: *ref_1214 implementation: Method required: true - language: &ref_3966 + language: &ref_3075 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2355 + - &ref_1711 schema: *ref_1 implementation: Method required: true - language: &ref_3967 + language: &ref_3076 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2356 - schema: *ref_2347 + - &ref_1712 + schema: *ref_1709 implementation: Method required: true - language: &ref_3968 + language: &ref_3077 default: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - *ref_1290 - - &ref_2349 - schema: *ref_2347 + - *ref_1210 + - &ref_1713 + schema: *ref_1709 implementation: Method - language: &ref_3969 + language: &ref_3078 default: name: orderBy description: Ordering of list. serializedName: $orderBy - go: - name: OrderBy - description: Ordering of list. - paramGroup: &ref_2350 - schema: - type: object - language: - default: &ref_2348 - name: OnlineDeploymentsClientListOptions - description: OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.NewListPager method. - go: *ref_2348 - protocol: {} - originalParameter: - - *ref_2349 - - &ref_2352 - schema: *ref_18 - implementation: Method - language: &ref_3970 - default: - name: top - description: Top of list. - serializedName: $top - go: - name: Top - description: Top of list. - paramGroup: *ref_2350 - serializedName: $top - protocol: - http: - in: query - - &ref_2353 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_2350 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: OnlineDeploymentsClientListOptions - language: - default: &ref_2351 - name: options - description: OnlineDeploymentsClientListOptions contains the optional parameters for the OnlineDeploymentsClient.NewListPager method. - go: *ref_2351 - protocol: {} - serializedName: $orderBy protocol: http: in: query - - *ref_2352 - - *ref_2353 + - &ref_1714 + schema: *ref_18 + implementation: Method + language: &ref_3079 + default: + name: top + description: Top of list. + serializedName: $top + protocol: + http: + in: query + - &ref_1715 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -67974,10 +47890,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -67986,30 +47898,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments method: get uri: '{$host}' signatureParameters: - - *ref_2354 - - *ref_2355 - - *ref_2356 - - *ref_2349 - - *ref_2352 - - *ref_2353 + - *ref_1710 + - *ref_1711 + - *ref_1712 + - *ref_1713 + - *ref_1714 + - *ref_1715 responses: - - schema: *ref_2357 - language: &ref_3971 + - schema: *ref_1716 + language: &ref_3080 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -68018,14 +47924,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -68115,7 +48018,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4004 {} + headers: &ref_3113 {} x-ms-pageable: nextLinkName: nextLink language: @@ -68125,119 +48028,66 @@ operationGroups: paging: nextLinkName: nextLink summary: List Inference Endpoint Deployments. - go: - name: List - description: List Inference Endpoint Deployments. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: *ref_2350 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2645 - type: object - properties: - - &ref_2359 - schema: *ref_2357 - serializedName: OnlineDeploymentTrackedResourceArmPaginatedResult - language: - default: &ref_2358 - name: OnlineDeploymentTrackedResourceArmPaginatedResult - description: A paginated list of OnlineDeployment entities. - byValue: true - embeddedType: true - go: *ref_2358 - protocol: {} - language: - default: &ref_2360 - name: OnlineDeploymentsClientListResponse - description: OnlineDeploymentsClientListResponse contains the response from method OnlineDeploymentsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2359 - go: *ref_2360 - protocol: {} - summary: List Inference Endpoint Deployments. protocol: {} - - &ref_4011 + - &ref_3120 operationId: OnlineDeployments_Delete apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2361 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1717 + schema: *ref_1214 implementation: Method required: true - language: &ref_4007 + language: &ref_3116 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2362 + - &ref_1718 schema: *ref_1 implementation: Method required: true - language: &ref_4008 + language: &ref_3117 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2363 - schema: *ref_2347 + - &ref_1719 + schema: *ref_1709 implementation: Method required: true - language: &ref_4009 + language: &ref_3118 default: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2364 - schema: *ref_2347 + - &ref_1720 + schema: *ref_1709 implementation: Method required: true - language: &ref_4010 + language: &ref_3119 default: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68246,10 +48096,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -68258,27 +48104,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} method: delete uri: '{$host}' signatureParameters: - - *ref_2361 - - *ref_2362 - - *ref_2363 - - *ref_2364 + - *ref_1717 + - *ref_1718 + - *ref_1719 + - *ref_1720 responses: - language: default: name: '' description: Success - go: - name: '' - description: Success protocol: http: statusCodes: @@ -68287,61 +48127,43 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2365 + - schema: *ref_1721 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2347 + - schema: *ref_1709 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2366 + - schema: *ref_1722 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' - language: default: name: '' description: No Content - go: - name: '' - description: No Content protocol: http: statusCodes: - '204' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -68370,138 +48192,66 @@ operationGroups: name: Delete description: Delete Inference Endpoint Deployment (asynchronous). summary: Delete Inference Endpoint Deployment (asynchronous). - go: - name: Delete - description: |- - Delete Inference Endpoint Deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2532 - schema: - type: object - language: - default: &ref_2367 - name: OnlineDeploymentsClientBeginDeleteOptions - description: OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method. - go: *ref_2367 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2368 - name: string - description: '' - go: *ref_2368 - protocol: {} - language: - default: &ref_2369 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2369 - protocol: {} - required: false - serializedName: OnlineDeploymentsClientBeginDeleteOptions - language: - default: &ref_2370 - name: options - description: OnlineDeploymentsClientBeginDeleteOptions contains the optional parameters for the OnlineDeploymentsClient.BeginDelete method. - go: *ref_2370 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_2646 - type: object - language: - default: &ref_2371 - name: OnlineDeploymentsClientDeleteResponse - description: OnlineDeploymentsClientDeleteResponse contains the response from method OnlineDeploymentsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_2371 - protocol: {} - summary: Delete Inference Endpoint Deployment (asynchronous). protocol: {} - - &ref_4018 + - &ref_3127 operationId: OnlineDeployments_Get apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2372 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1723 + schema: *ref_1214 implementation: Method required: true - language: &ref_4012 + language: &ref_3121 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2373 + - &ref_1724 schema: *ref_1 implementation: Method required: true - language: &ref_4013 + language: &ref_3122 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2374 + - &ref_1725 schema: *ref_20 implementation: Method required: true - language: &ref_4014 + language: &ref_3123 default: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2375 + - &ref_1726 schema: *ref_20 implementation: Method required: true - language: &ref_4015 + language: &ref_3124 default: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68510,10 +48260,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -68522,28 +48268,22 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} method: get uri: '{$host}' signatureParameters: - - *ref_2372 - - *ref_2373 - - *ref_2374 - - *ref_2375 + - *ref_1723 + - *ref_1724 + - *ref_1725 + - *ref_1726 responses: - - schema: *ref_389 - language: &ref_4016 + - schema: *ref_367 + language: &ref_3125 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -68552,14 +48292,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -68646,7 +48383,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4017 {} + headers: &ref_3126 {} Get Managed Online Deployment.: parameters: api-version: 2022-02-01-preview @@ -68720,158 +48457,85 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4020 {} + headers: &ref_3129 {} language: default: name: Get description: Get Inference Deployment Deployment. summary: Get Inference Deployment Deployment. - go: - name: Get - description: |- - Get Inference Deployment Deployment. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2533 - schema: - type: object - language: - default: &ref_2376 - name: OnlineDeploymentsClientGetOptions - description: OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method. - go: *ref_2376 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineDeploymentsClientGetOptions - language: - default: &ref_2377 - name: options - description: OnlineDeploymentsClientGetOptions contains the optional parameters for the OnlineDeploymentsClient.Get method. - go: *ref_2377 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_2647 - type: object - properties: - - &ref_2379 - schema: *ref_389 - serializedName: OnlineDeploymentData - language: - default: &ref_2378 - name: OnlineDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_2378 - protocol: {} - language: - default: &ref_2380 - name: OnlineDeploymentsClientGetResponse - description: OnlineDeploymentsClientGetResponse contains the response from method OnlineDeploymentsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_2379 - go: *ref_2380 - protocol: {} - summary: Get Inference Deployment Deployment. protocol: {} - - &ref_4037 + - &ref_3146 operationId: OnlineDeployments_Update apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2384 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1730 + schema: *ref_1214 implementation: Method required: true - language: &ref_4021 + language: &ref_3130 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2385 + - &ref_1731 schema: *ref_1 implementation: Method required: true - language: &ref_4022 + language: &ref_3131 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2386 - schema: *ref_1658 + - &ref_1732 + schema: *ref_1356 implementation: Method required: true - language: &ref_4023 + language: &ref_3132 default: name: endpointName description: Online Endpoint name. serializedName: endpointName - go: - name: endpointName - description: Online Endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2387 - schema: *ref_1658 + - &ref_1733 + schema: *ref_1356 implementation: Method required: true - language: &ref_4024 + language: &ref_3133 default: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2383 + application/json: &ref_1729 parameters: - - &ref_2382 - schema: *ref_2381 + - &ref_1728 + schema: *ref_1727 implementation: Method required: true - language: &ref_4025 + language: &ref_3134 default: name: body description: Online Endpoint entity to apply during operation. - go: - name: body - description: Online Endpoint entity to apply during operation. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -68880,22 +48544,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2382 + - *ref_1728 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} @@ -68905,21 +48562,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2383 + - *ref_1729 signatureParameters: - - *ref_2384 - - *ref_2385 - - *ref_2386 - - *ref_2387 + - *ref_1730 + - *ref_1731 + - *ref_1732 + - *ref_1733 responses: - - schema: *ref_389 - language: &ref_4035 + - schema: *ref_367 + language: &ref_3144 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -68931,50 +48585,35 @@ operationGroups: default: name: '' description: Accepted - go: - name: '' - description: Accepted protocol: http: headers: - - schema: *ref_2388 + - schema: *ref_1734 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - schema: *ref_20 header: Location language: default: name: Location description: URI to poll for asynchronous operation result. - go: - name: Location - description: URI to poll for asynchronous operation result. - - schema: *ref_2389 + - schema: *ref_1735 header: Retry-After language: default: name: RetryAfter description: Duration the client should wait between requests, in seconds. - go: - name: RetryAfter - description: Duration the client should wait between requests, in seconds. statusCodes: - '202' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -68991,7 +48630,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_4027 {} + string: &ref_3136 {} kind: string location: string properties: @@ -69077,7 +48716,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4036 {} + headers: &ref_3145 {} '202': {} Update Managed Online Deployment.: parameters: @@ -69086,7 +48725,7 @@ operationGroups: identity: type: SystemAssigned userAssignedIdentities: - string: &ref_4038 {} + string: &ref_3147 {} kind: string location: string properties: @@ -69169,7 +48808,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4039 {} + headers: &ref_3148 {} '202': {} x-ms-long-running-operation: true language: @@ -69177,168 +48816,79 @@ operationGroups: name: Update description: Update Online Deployment (asynchronous). summary: Update Online Deployment (asynchronous). - go: - name: Update - description: |- - Update Online Deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2534 - schema: - type: object - language: - default: &ref_2390 - name: OnlineDeploymentsClientBeginUpdateOptions - description: OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method. - go: *ref_2390 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2391 - name: string - description: '' - go: *ref_2391 - protocol: {} - language: - default: &ref_2392 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2392 - protocol: {} - required: false - serializedName: OnlineDeploymentsClientBeginUpdateOptions - language: - default: &ref_2393 - name: options - description: OnlineDeploymentsClientBeginUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginUpdate method. - go: *ref_2393 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_2648 - type: object - properties: - - &ref_2395 - schema: *ref_389 - serializedName: OnlineDeploymentData - language: - default: &ref_2394 - name: OnlineDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_2394 - protocol: {} - language: - default: &ref_2396 - name: OnlineDeploymentsClientUpdateResponse - description: OnlineDeploymentsClientUpdateResponse contains the response from method OnlineDeploymentsClient.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2395 - go: *ref_2396 - protocol: {} - summary: Update Online Deployment (asynchronous). protocol: {} - - &ref_4049 + - &ref_3158 operationId: OnlineDeployments_CreateOrUpdate apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2399 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1738 + schema: *ref_1214 implementation: Method required: true - language: &ref_4040 + language: &ref_3149 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2400 + - &ref_1739 schema: *ref_1 implementation: Method required: true - language: &ref_4041 + language: &ref_3150 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2401 - schema: *ref_1658 + - &ref_1740 + schema: *ref_1356 implementation: Method required: true - language: &ref_4042 + language: &ref_3151 default: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2402 - schema: *ref_1658 + - &ref_1741 + schema: *ref_1356 implementation: Method required: true - language: &ref_4043 + language: &ref_3152 default: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2398 + application/json: &ref_1737 parameters: - - &ref_2397 - schema: *ref_389 + - &ref_1736 + schema: *ref_367 implementation: Method required: true - language: &ref_4044 + language: &ref_3153 default: name: body description: Inference Endpoint entity to apply during operation. - go: - name: body - description: Inference Endpoint entity to apply during operation. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -69347,22 +48897,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2397 + - *ref_1736 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName} @@ -69372,21 +48915,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2398 + - *ref_1737 signatureParameters: - - *ref_2399 - - *ref_2400 - - *ref_2401 - - *ref_2402 + - *ref_1738 + - *ref_1739 + - *ref_1740 + - *ref_1741 responses: - - schema: *ref_389 - language: &ref_4045 + - schema: *ref_367 + language: &ref_3154 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -69394,49 +48934,37 @@ operationGroups: - application/json statusCodes: - '200' - - schema: *ref_389 - language: &ref_4047 + - schema: *ref_367 + language: &ref_3156 default: name: '' description: Created - go: - name: '' - description: Created protocol: http: headers: - - schema: *ref_2403 + - schema: *ref_1742 header: x-ms-async-operation-timeout language: default: name: XMsAsyncOperationTimeout description: Timeout for the client to use when polling the asynchronous operation. - go: - name: XMSAsyncOperationTimeout - description: Timeout for the client to use when polling the asynchronous operation. - - schema: *ref_2404 + - schema: *ref_1743 header: Azure-AsyncOperation language: default: name: AzureAsyncOperation description: URI to poll for asynchronous operation status. - go: - name: AzureAsyncOperation - description: URI to poll for asynchronous operation status. knownMediaType: json mediaTypes: - application/json statusCodes: - '201' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -69573,7 +49101,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4046 {} + headers: &ref_3155 {} '201': body: name: string @@ -69640,7 +49168,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4048 {} + headers: &ref_3157 {} CreateOrUpdate Managed Online Deployment.: parameters: api-version: 2022-02-01-preview @@ -69762,7 +49290,7 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4050 {} + headers: &ref_3159 {} '201': body: name: string @@ -69826,175 +49354,86 @@ operationGroups: lastModifiedBy: string lastModifiedByType: User tags: {} - headers: &ref_4051 {} + headers: &ref_3160 {} x-ms-long-running-operation: true language: default: name: CreateOrUpdate description: Create or update Inference Endpoint Deployment (asynchronous). summary: Create or update Inference Endpoint Deployment (asynchronous). - go: - name: CreateOrUpdate - description: |- - Create or update Inference Endpoint Deployment (asynchronous). - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2535 - schema: - type: object - language: - default: &ref_2405 - name: OnlineDeploymentsClientBeginCreateOrUpdateOptions - description: OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_2405 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_2406 - name: string - description: '' - go: *ref_2406 - protocol: {} - language: - default: &ref_2407 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_2407 - protocol: {} - required: false - serializedName: OnlineDeploymentsClientBeginCreateOrUpdateOptions - language: - default: &ref_2408 - name: options - description: OnlineDeploymentsClientBeginCreateOrUpdateOptions contains the optional parameters for the OnlineDeploymentsClient.BeginCreateOrUpdate method. - go: *ref_2408 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_2649 - type: object - properties: - - &ref_2410 - schema: *ref_389 - serializedName: OnlineDeploymentData - language: - default: &ref_2409 - name: OnlineDeploymentData - description: '' - byValue: true - embeddedType: true - go: *ref_2409 - protocol: {} - language: - default: &ref_2411 - name: OnlineDeploymentsClientCreateOrUpdateResponse - description: OnlineDeploymentsClientCreateOrUpdateResponse contains the response from method OnlineDeploymentsClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_2410 - go: *ref_2411 - protocol: {} - summary: Create or update Inference Endpoint Deployment (asynchronous). protocol: {} - - &ref_4061 + - &ref_3170 operationId: OnlineDeployments_GetLogs apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2415 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1747 + schema: *ref_1214 implementation: Method required: true - language: &ref_4052 + language: &ref_3161 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2416 + - &ref_1748 schema: *ref_1 implementation: Method required: true - language: &ref_4053 + language: &ref_3162 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2417 - schema: *ref_2317 + - &ref_1749 + schema: *ref_1694 implementation: Method required: true - language: &ref_4054 + language: &ref_3163 default: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2418 - schema: *ref_2317 + - &ref_1750 + schema: *ref_1694 implementation: Method required: true - language: &ref_4055 + language: &ref_3164 default: name: deploymentName description: The name and identifier for the endpoint. serializedName: deploymentName - go: - name: deploymentName - description: The name and identifier for the endpoint. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 + - *ref_1210 requestMediaTypes: - application/json: &ref_2414 + application/json: &ref_1746 parameters: - - &ref_2413 - schema: *ref_2412 + - &ref_1745 + schema: *ref_1744 implementation: Method required: true - language: &ref_4056 + language: &ref_3165 default: name: body description: The request containing parameters for retrieving logs. - go: - name: body - description: The request containing parameters for retrieving logs. protocol: http: in: body style: json - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70003,22 +49442,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_2413 + - *ref_1745 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/getLogs @@ -70028,21 +49460,18 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_2414 + - *ref_1746 signatureParameters: - - *ref_2415 - - *ref_2416 - - *ref_2417 - - *ref_2418 + - *ref_1747 + - *ref_1748 + - *ref_1749 + - *ref_1750 responses: - - schema: *ref_2419 - language: &ref_4059 + - schema: *ref_1751 + language: &ref_3168 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -70051,14 +49480,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -70089,187 +49515,88 @@ operationGroups: name: GetLogs description: Polls an Endpoint operation. summary: Polls an Endpoint operation. - go: - name: GetLogs - description: |- - Polls an Endpoint operation. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: &ref_2536 - schema: - type: object - language: - default: &ref_2420 - name: OnlineDeploymentsClientGetLogsOptions - description: OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method. - go: *ref_2420 - protocol: {} - originalParameter: [] - required: false - serializedName: OnlineDeploymentsClientGetLogsOptions - language: - default: &ref_2421 - name: options - description: OnlineDeploymentsClientGetLogsOptions contains the optional parameters for the OnlineDeploymentsClient.GetLogs method. - go: *ref_2421 - protocol: {} - protocolNaming: - internalMethod: getLogs - requestMethod: getLogsCreateRequest - responseMethod: getLogsHandleResponse - responseEnv: &ref_2650 - type: object - properties: - - &ref_2423 - schema: *ref_2419 - serializedName: DeploymentLogs - language: - default: &ref_2422 - name: DeploymentLogs - description: '' - byValue: true - embeddedType: true - go: *ref_2422 - protocol: {} - language: - default: &ref_2424 - name: OnlineDeploymentsClientGetLogsResponse - description: OnlineDeploymentsClientGetLogsResponse contains the response from method OnlineDeploymentsClient.GetLogs. - marshallingFormat: json - responseType: true - resultProp: *ref_2423 - go: *ref_2424 - protocol: {} - summary: Polls an Endpoint operation. protocol: {} - - &ref_4080 + - &ref_3189 operationId: OnlineDeployments_ListSkus apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1298 - - &ref_2430 - schema: *ref_1299 + - *ref_1209 + - *ref_1213 + - &ref_1752 + schema: *ref_1214 implementation: Method required: true - language: &ref_4062 + language: &ref_3171 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2431 + - &ref_1753 schema: *ref_1 implementation: Method required: true - language: &ref_4063 + language: &ref_3172 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path - - &ref_2432 - schema: *ref_2317 + - &ref_1754 + schema: *ref_1694 implementation: Method required: true - language: &ref_4064 + language: &ref_3173 default: name: endpointName description: Inference endpoint name. serializedName: endpointName - go: - name: endpointName - description: Inference endpoint name. - serializedName: endpointName protocol: http: in: path - - &ref_2433 - schema: *ref_2317 + - &ref_1755 + schema: *ref_1694 implementation: Method required: true - language: &ref_4065 + language: &ref_3174 default: name: deploymentName description: Inference Endpoint Deployment name. serializedName: deploymentName - go: - name: deploymentName - description: Inference Endpoint Deployment name. - serializedName: deploymentName protocol: http: in: path - - *ref_1290 - - &ref_2426 + - *ref_1210 + - &ref_1756 schema: *ref_18 implementation: Method - language: &ref_4066 + language: &ref_3175 default: name: count description: Number of Skus to be retrieved in a page of results. serializedName: count - go: - name: Count - description: Number of Skus to be retrieved in a page of results. - paramGroup: &ref_2427 - schema: - type: object - language: - default: &ref_2425 - name: OnlineDeploymentsClientListSKUsOptions - description: OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method. - go: *ref_2425 - protocol: {} - originalParameter: - - *ref_2426 - - &ref_2429 - schema: *ref_1 - implementation: Method - language: - default: - name: skip - description: Continuation token for pagination. - serializedName: $skip - go: - name: Skip - description: Continuation token for pagination. - paramGroup: *ref_2427 - serializedName: $skip - protocol: - http: - in: query - required: false - serializedName: OnlineDeploymentsClientListSKUsOptions - language: - default: &ref_2428 - name: options - description: OnlineDeploymentsClientListSKUsOptions contains the optional parameters for the OnlineDeploymentsClient.NewListSKUsPager method. - go: *ref_2428 - protocol: {} - serializedName: count protocol: http: in: query - - *ref_2429 + - &ref_1757 + schema: *ref_1 + implementation: Method + language: + default: + name: skip + description: Continuation token for pagination. + serializedName: $skip + protocol: + http: + in: query requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70278,10 +49605,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -70290,30 +49613,24 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/skus method: get uri: '{$host}' signatureParameters: - - *ref_2430 - - *ref_2431 - - *ref_2432 - - *ref_2433 - - *ref_2426 - - *ref_2429 + - *ref_1752 + - *ref_1753 + - *ref_1754 + - *ref_1755 + - *ref_1756 + - *ref_1757 responses: - - schema: *ref_2434 - language: &ref_4067 + - schema: *ref_1758 + language: &ref_3176 default: name: '' description: Success - go: - name: '' - description: Success protocol: http: knownMediaType: json @@ -70322,14 +49639,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error - go: - name: '' - description: Error protocol: http: knownMediaType: json @@ -70365,7 +49679,7 @@ operationGroups: sku: name: string tier: Free - headers: &ref_4079 {} + headers: &ref_3188 {} List Managed Online Deployment Skus.: parameters: $skipToken: string @@ -70392,7 +49706,7 @@ operationGroups: sku: name: string tier: Free - headers: &ref_4081 {} + headers: &ref_3190 {} x-ms-pageable: nextLinkName: nextLink language: @@ -70402,102 +49716,50 @@ operationGroups: paging: nextLinkName: nextLink summary: List Inference Endpoint Deployment Skus. - go: - name: ListSKUs - description: List Inference Endpoint Deployment Skus. - azureARM: true - clientName: OnlineDeploymentsClient - openApiType: arm - optionalParamGroup: *ref_2427 - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listSKUs - requestMethod: listSKUsCreateRequest - responseMethod: listSKUsHandleResponse - responseEnv: &ref_2651 - type: object - properties: - - &ref_2436 - schema: *ref_2434 - serializedName: SKUResourceArmPaginatedResult - language: - default: &ref_2435 - name: SKUResourceArmPaginatedResult - description: A paginated list of SkuResource entities. - byValue: true - embeddedType: true - go: *ref_2435 - protocol: {} - language: - default: &ref_2437 - name: OnlineDeploymentsClientListSKUsResponse - description: OnlineDeploymentsClientListSKUsResponse contains the response from method OnlineDeploymentsClient.NewListSKUsPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2436 - go: *ref_2437 - protocol: {} - summary: List Inference Endpoint Deployment Skus. protocol: {} language: default: name: OnlineDeployments description: '' - go: - name: OnlineDeployments - description: '' - clientCtorName: NewOnlineDeploymentsClient - clientName: OnlineDeploymentsClient - clientParams: - - *ref_1298 protocol: {} - - &ref_4090 + - &ref_3199 $key: WorkspaceFeatures operations: - - &ref_4089 + - &ref_3198 operationId: WorkspaceFeatures_List apiVersions: - version: 2022-02-01-preview parameters: - - *ref_1289 - - *ref_1290 - - *ref_1298 - - &ref_2438 - schema: *ref_1299 + - *ref_1209 + - *ref_1210 + - *ref_1213 + - &ref_1759 + schema: *ref_1214 implementation: Method required: true - language: &ref_4082 + language: &ref_3191 default: name: resourceGroupName description: The name of the resource group. The name is case insensitive. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group. The name is case insensitive. - serializedName: resourceGroupName protocol: http: in: path - - &ref_2439 + - &ref_1760 schema: *ref_1 implementation: Method required: true - language: &ref_4083 + language: &ref_3192 default: name: workspaceName description: Name of Azure Machine Learning workspace. serializedName: workspaceName - go: - name: workspaceName - description: Name of Azure Machine Learning workspace. - serializedName: workspaceName protocol: http: in: path requests: - parameters: - - schema: *ref_1291 + - schema: *ref_1211 implementation: Method origin: modelerfour:synthesized/accept required: true @@ -70506,10 +49768,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -70518,26 +49776,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/features method: get uri: '{$host}' signatureParameters: - - *ref_2438 - - *ref_2439 + - *ref_1759 + - *ref_1760 responses: - - schema: *ref_2440 - language: &ref_4084 + - schema: *ref_1761 + language: &ref_3193 default: name: '' description: The request was successful; the request was well-formed and received properly. - go: - name: '' - description: The request was successful; the request was well-formed and received properly. protocol: http: knownMediaType: json @@ -70546,14 +49798,11 @@ operationGroups: statusCodes: - '200' exceptions: - - schema: *ref_110 + - schema: *ref_137 language: default: name: '' description: Error response describing why the operation failed - go: - name: '' - description: Error response describing why the operation failed protocol: http: knownMediaType: json @@ -70588,71 +49837,11 @@ operationGroups: description: Lists all enabled features for a workspace paging: nextLinkName: nextLink - go: - name: List - description: Lists all enabled features for a workspace - azureARM: true - clientName: WorkspaceFeaturesClient - openApiType: arm - optionalParamGroup: &ref_2537 - schema: - type: object - language: - default: &ref_2441 - name: WorkspaceFeaturesClientListOptions - description: WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.NewListPager method. - go: *ref_2441 - protocol: {} - originalParameter: [] - required: false - serializedName: WorkspaceFeaturesClientListOptions - language: - default: &ref_2442 - name: options - description: WorkspaceFeaturesClientListOptions contains the optional parameters for the WorkspaceFeaturesClient.NewListPager method. - go: *ref_2442 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_2652 - type: object - properties: - - &ref_2444 - schema: *ref_2440 - serializedName: ListAmlUserFeatureResult - language: - default: &ref_2443 - name: ListAmlUserFeatureResult - description: The List Aml user feature operation response. - byValue: true - embeddedType: true - go: *ref_2443 - protocol: {} - language: - default: &ref_2445 - name: WorkspaceFeaturesClientListResponse - description: WorkspaceFeaturesClientListResponse contains the response from method WorkspaceFeaturesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_2444 - go: *ref_2445 - protocol: {} protocol: {} language: default: name: WorkspaceFeatures description: '' - go: - name: WorkspaceFeatures - description: '' - clientCtorName: NewWorkspaceFeaturesClient - clientName: WorkspaceFeaturesClient - clientParams: - - *ref_1298 protocol: {} security: authenticationRequired: true @@ -70668,6263 +49857,6263 @@ testModel: - name: OperationsList clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: [] - operation: *ref_2661 - operationGroup: *ref_2662 + operation: *ref_1770 + operationGroup: *ref_1771 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/operationsList.json responses: '200': body: - schema: *ref_1292 + schema: *ref_1212 parentsValue: {} properties: value: - schema: *ref_1206 + schema: *ref_1126 elements: - - schema: *ref_63 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/write - language: *ref_2656 + language: *ref_1765 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: Create/Update Machine Learning workspaces - language: *ref_2660 + language: *ref_1769 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2658 + language: *ref_1767 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2659 - language: *ref_2657 - - schema: *ref_63 + language: *ref_1768 + language: *ref_1766 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/delete - language: *ref_2656 + language: *ref_1765 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: Delete Machine Learning workspaces - language: *ref_2660 + language: *ref_1769 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2658 + language: *ref_1767 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2659 - language: *ref_2657 - - schema: *ref_63 + language: *ref_1768 + language: *ref_1766 + - schema: *ref_61 parentsValue: {} properties: name: - schema: *ref_56 + schema: *ref_55 rawValue: Microsoft.MachineLearningServices/workspaces/listkeys/action - language: *ref_2656 + language: *ref_1765 display: - schema: *ref_64 + schema: *ref_62 parentsValue: {} properties: operation: - schema: *ref_59 + schema: *ref_58 rawValue: List workspace Keys - language: *ref_2660 + language: *ref_1769 provider: - schema: *ref_57 + schema: *ref_56 rawValue: Microsoft MachineLearningServices - language: *ref_2658 + language: *ref_1767 resource: - schema: *ref_58 + schema: *ref_57 rawValue: workspaces - language: *ref_2659 - language: *ref_2657 - language: *ref_2655 - language: *ref_2654 - operation: *ref_2661 - operationGroup: *ref_2662 + language: *ref_1768 + language: *ref_1766 + language: *ref_1764 + language: *ref_1763 + operation: *ref_1770 + operationGroup: *ref_1771 - operationId: Workspaces_Get examples: - name: Get Workspace clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: workspace-1234 - language: *ref_2664 - parameter: *ref_1300 + language: *ref_1773 + parameter: *ref_1215 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2665 - parameter: *ref_1301 - operation: *ref_2717 - operationGroup: *ref_2718 + language: *ref_1774 + parameter: *ref_1216 + operation: *ref_1826 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/get.json responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testworkspace - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_2709 + language: *ref_1823 + language: *ref_1822 + language: *ref_1818 location: - schema: *ref_901 + schema: *ref_828 rawValue: eastus2euap - language: *ref_2716 + language: *ref_1825 properties: - schema: *ref_903 + schema: *ref_830 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_797 rawValue: test description - language: *ref_2668 + language: *ref_1777 allowPublicAccessWhenBehindVnet: - schema: *ref_886 + schema: *ref_813 rawValue: false - language: *ref_2687 + language: *ref_1796 applicationInsights: - schema: *ref_873 + schema: *ref_800 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2671 + language: *ref_1780 containerRegistry: - schema: *ref_874 + schema: *ref_801 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2672 + language: *ref_1781 discoveryUrl: - schema: *ref_876 + schema: *ref_803 rawValue: http://example.com - language: *ref_2674 + language: *ref_1783 encryption: - schema: *ref_904 + schema: *ref_831 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_832 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_805 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2678 - language: *ref_2677 + language: *ref_1787 + language: *ref_1786 keyVaultProperties: - schema: *ref_906 + schema: *ref_833 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_808 rawValue: '' - language: *ref_2682 + language: *ref_1791 keyIdentifier: - schema: *ref_880 + schema: *ref_807 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2681 + language: *ref_1790 keyVaultArmId: - schema: *ref_879 + schema: *ref_806 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2680 - language: *ref_2679 + language: *ref_1789 + language: *ref_1788 status: - schema: *ref_877 + schema: *ref_804 rawValue: Enabled - language: *ref_2676 - language: *ref_2675 + language: *ref_1785 + language: *ref_1784 friendlyName: - schema: *ref_871 + schema: *ref_798 rawValue: HelloName - language: *ref_2669 + language: *ref_1778 hbiWorkspace: - schema: *ref_882 + schema: *ref_809 rawValue: false - language: *ref_2683 + language: *ref_1792 imageBuildCompute: - schema: *ref_885 + schema: *ref_812 rawValue: testcompute - language: *ref_2686 + language: *ref_1795 keyVault: - schema: *ref_872 + schema: *ref_799 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2670 + language: *ref_1779 privateEndpointConnections: - schema: *ref_1209 + schema: *ref_1129 elements: - - schema: *ref_846 + - schema: *ref_773 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testprivatelinkconnection - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/testprivatelinkconnection - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_907 + schema: *ref_834 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_835 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2692 - language: *ref_2691 + language: *ref_1801 + language: *ref_1800 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_836 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2695 + language: *ref_1804 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2696 + language: *ref_1805 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2694 - language: *ref_2693 + language: *ref_1803 + language: *ref_1802 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2697 - language: *ref_2690 - language: *ref_2689 + language: *ref_1806 + language: *ref_1799 + language: *ref_1798 privateLinkCount: - schema: *ref_884 + schema: *ref_811 rawValue: 0 - language: *ref_2685 + language: *ref_1794 publicNetworkAccess: - schema: *ref_887 + schema: *ref_814 rawValue: Disabled - language: *ref_2688 + language: *ref_1797 serviceProvisionedResourceGroup: - schema: *ref_883 + schema: *ref_810 rawValue: testworkspace_0000111122223333 - language: *ref_2684 + language: *ref_1793 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1130 elements: - - schema: *ref_912 + - schema: *ref_839 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_815 rawValue: testcosmosdbresource - language: *ref_2703 + language: *ref_1812 properties: - schema: *ref_913 + schema: *ref_840 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_817 rawValue: Sql - language: *ref_2706 + language: *ref_1815 privateLinkResourceId: - schema: *ref_889 + schema: *ref_816 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testcosmosdbresource/privateLinkResources/Sql - language: *ref_2705 + language: *ref_1814 requestMessage: - schema: *ref_891 + schema: *ref_818 rawValue: Please approve - language: *ref_2707 + language: *ref_1816 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2708 - language: *ref_2704 - language: *ref_2702 + language: *ref_1817 + language: *ref_1813 + language: *ref_1811 storageAccount: - schema: *ref_875 + schema: *ref_802 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2673 - language: *ref_2667 - language: *ref_2666 - operation: *ref_2717 - operationGroup: *ref_2718 + language: *ref_1782 + language: *ref_1776 + language: *ref_1775 + operation: *ref_1826 + operationGroup: *ref_1827 - operationId: Workspaces_CreateOrUpdate examples: - name: Create Workspace clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: workspace-1234 - language: *ref_2719 - parameter: *ref_1309 + language: *ref_1828 + parameter: *ref_1219 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2720 - parameter: *ref_1310 + language: *ref_1829 + parameter: *ref_1220 - exampleValue: - schema: *ref_89 + schema: *ref_87 parentsValue: {} properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2712 + language: *ref_1821 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: {} - language: *ref_2713 - language: *ref_2709 + language: *ref_1822 + language: *ref_1818 location: - schema: *ref_901 + schema: *ref_828 rawValue: eastus2euap - language: *ref_2716 + language: *ref_1825 properties: - schema: *ref_903 + schema: *ref_830 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_797 rawValue: test description - language: *ref_2668 + language: *ref_1777 applicationInsights: - schema: *ref_873 + schema: *ref_800 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2671 + language: *ref_1780 containerRegistry: - schema: *ref_874 + schema: *ref_801 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2672 + language: *ref_1781 encryption: - schema: *ref_904 + schema: *ref_831 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_832 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_805 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2678 - language: *ref_2677 + language: *ref_1787 + language: *ref_1786 keyVaultProperties: - schema: *ref_906 + schema: *ref_833 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_808 rawValue: '' - language: *ref_2682 + language: *ref_1791 keyIdentifier: - schema: *ref_880 + schema: *ref_807 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2681 + language: *ref_1790 keyVaultArmId: - schema: *ref_879 + schema: *ref_806 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2680 - language: *ref_2679 + language: *ref_1789 + language: *ref_1788 status: - schema: *ref_877 + schema: *ref_804 rawValue: Enabled - language: *ref_2676 - language: *ref_2675 + language: *ref_1785 + language: *ref_1784 friendlyName: - schema: *ref_871 + schema: *ref_798 rawValue: HelloName - language: *ref_2669 + language: *ref_1778 hbiWorkspace: - schema: *ref_882 + schema: *ref_809 rawValue: false - language: *ref_2683 + language: *ref_1792 keyVault: - schema: *ref_872 + schema: *ref_799 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2670 + language: *ref_1779 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1130 elements: - - schema: *ref_912 + - schema: *ref_839 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_815 rawValue: testdbresource - language: *ref_2703 + language: *ref_1812 properties: - schema: *ref_913 + schema: *ref_840 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_817 rawValue: Sql - language: *ref_2706 + language: *ref_1815 privateLinkResourceId: - schema: *ref_889 + schema: *ref_816 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testdbresource/privateLinkResources/Sql - language: *ref_2705 + language: *ref_1814 requestMessage: - schema: *ref_891 + schema: *ref_818 rawValue: Please approve - language: *ref_2707 + language: *ref_1816 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2708 - language: *ref_2704 - language: *ref_2702 + language: *ref_1817 + language: *ref_1813 + language: *ref_1811 storageAccount: - schema: *ref_875 + schema: *ref_802 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2673 - language: *ref_2667 - language: *ref_2721 - parameter: *ref_1307 - operation: *ref_2723 - operationGroup: *ref_2718 + language: *ref_1782 + language: *ref_1776 + language: *ref_1830 + parameter: *ref_1217 + operation: *ref_1832 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/create.json responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testworkspace - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned,UserAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_2709 + language: *ref_1823 + language: *ref_1822 + language: *ref_1818 location: - schema: *ref_901 + schema: *ref_828 rawValue: eastus2euap - language: *ref_2716 + language: *ref_1825 properties: - schema: *ref_903 + schema: *ref_830 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_797 rawValue: test description - language: *ref_2668 + language: *ref_1777 allowPublicAccessWhenBehindVnet: - schema: *ref_886 + schema: *ref_813 rawValue: false - language: *ref_2687 + language: *ref_1796 applicationInsights: - schema: *ref_873 + schema: *ref_800 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2671 + language: *ref_1780 containerRegistry: - schema: *ref_874 + schema: *ref_801 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2672 + language: *ref_1781 discoveryUrl: - schema: *ref_876 + schema: *ref_803 rawValue: http://example.com - language: *ref_2674 + language: *ref_1783 encryption: - schema: *ref_904 + schema: *ref_831 parentsValue: {} properties: identity: - schema: *ref_905 + schema: *ref_832 parentsValue: {} properties: userAssignedIdentity: - schema: *ref_878 + schema: *ref_805 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuai - language: *ref_2678 - language: *ref_2677 + language: *ref_1787 + language: *ref_1786 keyVaultProperties: - schema: *ref_906 + schema: *ref_833 parentsValue: {} properties: identityClientId: - schema: *ref_881 + schema: *ref_808 rawValue: '' - language: *ref_2682 + language: *ref_1791 keyIdentifier: - schema: *ref_880 + schema: *ref_807 rawValue: https://testkv.vault.azure.net/keys/testkey/aabbccddee112233445566778899aabb - language: *ref_2681 + language: *ref_1790 keyVaultArmId: - schema: *ref_879 + schema: *ref_806 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2680 - language: *ref_2679 + language: *ref_1789 + language: *ref_1788 status: - schema: *ref_877 + schema: *ref_804 rawValue: Enabled - language: *ref_2676 - language: *ref_2675 + language: *ref_1785 + language: *ref_1784 friendlyName: - schema: *ref_871 + schema: *ref_798 rawValue: HelloName - language: *ref_2669 + language: *ref_1778 hbiWorkspace: - schema: *ref_882 + schema: *ref_809 rawValue: false - language: *ref_2683 + language: *ref_1792 keyVault: - schema: *ref_872 + schema: *ref_799 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2670 + language: *ref_1779 publicNetworkAccess: - schema: *ref_887 + schema: *ref_814 rawValue: Disabled - language: *ref_2688 + language: *ref_1797 sharedPrivateLinkResources: - schema: *ref_1210 + schema: *ref_1130 elements: - - schema: *ref_912 + - schema: *ref_839 parentsValue: {} properties: name: - schema: *ref_888 + schema: *ref_815 rawValue: testdbresource - language: *ref_2703 + language: *ref_1812 properties: - schema: *ref_913 + schema: *ref_840 parentsValue: {} properties: groupId: - schema: *ref_890 + schema: *ref_817 rawValue: Sql - language: *ref_2706 + language: *ref_1815 privateLinkResourceId: - schema: *ref_889 + schema: *ref_816 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.DocumentDB/databaseAccounts/testdbresource/privateLinkResources/Sql - language: *ref_2705 + language: *ref_1814 requestMessage: - schema: *ref_891 + schema: *ref_818 rawValue: Please approve - language: *ref_2707 + language: *ref_1816 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2708 - language: *ref_2704 - language: *ref_2702 + language: *ref_1817 + language: *ref_1813 + language: *ref_1811 storageAccount: - schema: *ref_875 + schema: *ref_802 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2673 - language: *ref_2667 - language: *ref_2722 + language: *ref_1782 + language: *ref_1776 + language: *ref_1831 '202': {} - operation: *ref_2723 - operationGroup: *ref_2718 + operation: *ref_1832 + operationGroup: *ref_1827 - operationId: Workspaces_Delete examples: - name: Delete Workspace clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: workspace-1234 - language: *ref_2724 - parameter: *ref_1318 + language: *ref_1833 + parameter: *ref_1221 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2725 - parameter: *ref_1319 - operation: *ref_2726 - operationGroup: *ref_2718 + language: *ref_1834 + parameter: *ref_1222 + operation: *ref_1835 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_2726 - operationGroup: *ref_2718 + operation: *ref_1835 + operationGroup: *ref_1827 - operationId: Workspaces_Update examples: - name: Update Workspace clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: workspace-1234 - language: *ref_2727 - parameter: *ref_1328 + language: *ref_1836 + parameter: *ref_1226 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2728 - parameter: *ref_1329 + language: *ref_1837 + parameter: *ref_1227 - exampleValue: - schema: *ref_1325 + schema: *ref_1223 parentsValue: {} properties: properties: - schema: *ref_925 + schema: *ref_852 parentsValue: {} properties: description: - schema: *ref_919 + schema: *ref_846 rawValue: new description - language: *ref_2731 + language: *ref_1840 friendlyName: - schema: *ref_920 + schema: *ref_847 rawValue: New friendly name - language: *ref_2732 + language: *ref_1841 publicNetworkAccess: - schema: *ref_887 + schema: *ref_814 rawValue: Disabled - language: *ref_2733 - language: *ref_2730 - language: *ref_2729 - parameter: *ref_1326 - operation: *ref_2735 - operationGroup: *ref_2718 + language: *ref_1842 + language: *ref_1839 + language: *ref_1838 + parameter: *ref_1224 + operation: *ref_1844 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/update.json responses: '200': body: - schema: *ref_89 + schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testworkspace - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 - language: *ref_2709 + language: *ref_1820 + language: *ref_1818 location: - schema: *ref_901 + schema: *ref_828 rawValue: eastus2euap - language: *ref_2716 + language: *ref_1825 properties: - schema: *ref_903 + schema: *ref_830 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_797 rawValue: new description - language: *ref_2668 + language: *ref_1777 applicationInsights: - schema: *ref_873 + schema: *ref_800 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2671 + language: *ref_1780 containerRegistry: - schema: *ref_874 + schema: *ref_801 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2672 + language: *ref_1781 discoveryUrl: - schema: *ref_876 + schema: *ref_803 rawValue: http://example.com - language: *ref_2674 + language: *ref_1783 friendlyName: - schema: *ref_871 + schema: *ref_798 rawValue: New friendly name - language: *ref_2669 + language: *ref_1778 keyVault: - schema: *ref_872 + schema: *ref_799 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2670 + language: *ref_1779 publicNetworkAccess: - schema: *ref_887 + schema: *ref_814 rawValue: Disabled - language: *ref_2688 + language: *ref_1797 storageAccount: - schema: *ref_875 + schema: *ref_802 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2673 - language: *ref_2667 - language: *ref_2734 + language: *ref_1782 + language: *ref_1776 + language: *ref_1843 '202': {} - operation: *ref_2735 - operationGroup: *ref_2718 + operation: *ref_1844 + operationGroup: *ref_1827 - operationId: Workspaces_ListByResourceGroup examples: - name: Get Workspaces by Resource Group clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: workspace-1234 - language: *ref_2736 - parameter: *ref_1340 - operation: *ref_2740 - operationGroup: *ref_2718 + language: *ref_1845 + parameter: *ref_1228 + operation: *ref_1849 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listByResourceGroup.json responses: '200': body: - schema: *ref_1341 + schema: *ref_1230 parentsValue: {} properties: nextLink: - schema: *ref_926 + schema: *ref_853 rawValue: nextLink - language: *ref_2739 + language: *ref_1848 value: - schema: *ref_1211 + schema: *ref_1131 elements: - - schema: *ref_89 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testworkspace - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_901 + schema: *ref_828 rawValue: eastus2euap - language: *ref_2716 + language: *ref_1825 properties: - schema: *ref_903 + schema: *ref_830 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_797 rawValue: test description - language: *ref_2668 + language: *ref_1777 applicationInsights: - schema: *ref_873 + schema: *ref_800 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2671 + language: *ref_1780 containerRegistry: - schema: *ref_874 + schema: *ref_801 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2672 + language: *ref_1781 discoveryUrl: - schema: *ref_876 + schema: *ref_803 rawValue: http://example.com - language: *ref_2674 + language: *ref_1783 friendlyName: - schema: *ref_871 + schema: *ref_798 rawValue: HelloName - language: *ref_2669 + language: *ref_1778 keyVault: - schema: *ref_872 + schema: *ref_799 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2670 + language: *ref_1779 storageAccount: - schema: *ref_875 + schema: *ref_802 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2673 - language: *ref_2667 - - schema: *ref_89 + language: *ref_1782 + language: *ref_1776 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testworkspace1 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace1 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_901 + schema: *ref_828 rawValue: eastus2euap - language: *ref_2716 + language: *ref_1825 properties: - schema: *ref_903 + schema: *ref_830 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_797 rawValue: test description - language: *ref_2668 + language: *ref_1777 applicationInsights: - schema: *ref_873 + schema: *ref_800 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2671 + language: *ref_1780 containerRegistry: - schema: *ref_874 + schema: *ref_801 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistryNew - language: *ref_2672 + language: *ref_1781 discoveryUrl: - schema: *ref_876 + schema: *ref_803 rawValue: http://example.com - language: *ref_2674 + language: *ref_1783 friendlyName: - schema: *ref_871 + schema: *ref_798 rawValue: HelloName 1 - language: *ref_2669 + language: *ref_1778 keyVault: - schema: *ref_872 + schema: *ref_799 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkvNew - language: *ref_2670 + language: *ref_1779 storageAccount: - schema: *ref_875 + schema: *ref_802 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccountOld - language: *ref_2673 - language: *ref_2667 - language: *ref_2738 - language: *ref_2737 - operation: *ref_2740 - operationGroup: *ref_2718 + language: *ref_1782 + language: *ref_1776 + language: *ref_1847 + language: *ref_1846 + operation: *ref_1849 + operationGroup: *ref_1827 - operationId: Workspaces_Diagnose examples: - name: Diagnose Workspace clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: workspace-1234 - language: *ref_2741 - parameter: *ref_1353 + language: *ref_1850 + parameter: *ref_1234 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2742 - parameter: *ref_1354 + language: *ref_1851 + parameter: *ref_1235 - exampleValue: - schema: *ref_1346 + schema: *ref_1231 parentsValue: {} properties: value: - schema: *ref_936 + schema: *ref_863 parentsValue: {} properties: applicationInsights: - schema: *ref_934 + schema: *ref_861 properties: {} - language: *ref_2752 + language: *ref_1861 containerRegistry: - schema: *ref_933 + schema: *ref_860 properties: {} - language: *ref_2751 + language: *ref_1860 dnsResolution: - schema: *ref_930 + schema: *ref_857 properties: {} - language: *ref_2748 + language: *ref_1857 keyVault: - schema: *ref_932 + schema: *ref_859 properties: {} - language: *ref_2750 + language: *ref_1859 nsg: - schema: *ref_928 + schema: *ref_855 properties: {} - language: *ref_2746 + language: *ref_1855 others: - schema: *ref_935 + schema: *ref_862 properties: {} - language: *ref_2753 + language: *ref_1862 resourceLock: - schema: *ref_929 + schema: *ref_856 properties: {} - language: *ref_2747 + language: *ref_1856 storageAccount: - schema: *ref_931 + schema: *ref_858 properties: {} - language: *ref_2749 + language: *ref_1858 udr: - schema: *ref_927 + schema: *ref_854 properties: {} - language: *ref_2745 - language: *ref_2744 - language: *ref_2743 - parameter: *ref_1348 - operation: *ref_2768 - operationGroup: *ref_2718 + language: *ref_1854 + language: *ref_1853 + language: *ref_1852 + parameter: *ref_1232 + operation: *ref_1877 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/diagnose.json responses: '200': body: - schema: *ref_1355 + schema: *ref_1236 parentsValue: {} properties: value: - schema: *ref_942 + schema: *ref_868 parentsValue: {} properties: applicationInsightsResults: - schema: *ref_1219 + schema: *ref_1139 elements: [] - language: *ref_2766 + language: *ref_1875 containerRegistryResults: - schema: *ref_1218 + schema: *ref_1138 elements: [] - language: *ref_2765 + language: *ref_1874 dnsResolutionResults: - schema: *ref_1215 + schema: *ref_1135 elements: - - schema: *ref_940 + - schema: *ref_867 parentsValue: {} properties: code: - schema: *ref_937 + schema: *ref_864 rawValue: CustomDNSInUse - language: *ref_2760 + language: *ref_1869 level: - schema: *ref_938 + schema: *ref_865 rawValue: Warning - language: *ref_2761 + language: *ref_1870 message: - schema: *ref_939 + schema: *ref_866 rawValue: We have detected an on-premise dns server is configured. Please make sure conditional forwarding is configured correctly according to doc https://foo - language: *ref_2762 - language: *ref_2759 + language: *ref_1871 + language: *ref_1868 keyVaultResults: - schema: *ref_1217 + schema: *ref_1137 elements: [] - language: *ref_2764 + language: *ref_1873 networkSecurityRuleResults: - schema: *ref_1213 + schema: *ref_1133 elements: [] - language: *ref_2757 + language: *ref_1866 otherResults: - schema: *ref_1220 + schema: *ref_1140 elements: [] - language: *ref_2767 + language: *ref_1876 resourceLockResults: - schema: *ref_1214 + schema: *ref_1134 elements: [] - language: *ref_2758 + language: *ref_1867 storageAccountResults: - schema: *ref_1216 + schema: *ref_1136 elements: [] - language: *ref_2763 + language: *ref_1872 userDefinedRouteResults: - schema: *ref_1212 + schema: *ref_1132 elements: [] - language: *ref_2756 - language: *ref_2755 - language: *ref_2754 + language: *ref_1865 + language: *ref_1864 + language: *ref_1863 '202': {} - operation: *ref_2768 - operationGroup: *ref_2718 + operation: *ref_1877 + operationGroup: *ref_1827 - operationId: Workspaces_ListKeys examples: - name: List Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2769 - parameter: *ref_1361 + language: *ref_1878 + parameter: *ref_1238 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2770 - parameter: *ref_1362 - operation: *ref_2784 - operationGroup: *ref_2718 + language: *ref_1879 + parameter: *ref_1239 + operation: *ref_1893 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listKeys.json responses: '200': body: - schema: *ref_1363 + schema: *ref_1240 parentsValue: {} properties: appInsightsInstrumentationKey: - schema: *ref_945 + schema: *ref_871 rawValue: null - language: *ref_2774 + language: *ref_1883 containerRegistryCredentials: - schema: *ref_952 + schema: *ref_878 parentsValue: {} properties: location: - schema: *ref_946 + schema: *ref_872 rawValue: null - language: *ref_2776 + language: *ref_1885 passwords: - schema: *ref_1221 + schema: *ref_1141 elements: - - schema: *ref_953 + - schema: *ref_879 parentsValue: {} properties: name: - schema: *ref_948 + schema: *ref_874 rawValue: password - language: *ref_2779 + language: *ref_1888 value: - schema: *ref_949 + schema: *ref_875 rawValue: - language: *ref_2780 - - schema: *ref_953 + language: *ref_1889 + - schema: *ref_879 parentsValue: {} properties: name: - schema: *ref_948 + schema: *ref_874 rawValue: password2 - language: *ref_2779 + language: *ref_1888 value: - schema: *ref_949 + schema: *ref_875 rawValue: 0KARRQoQHSUq1yViPWg7YFernOS=Ic/t - language: *ref_2780 - language: *ref_2778 + language: *ref_1889 + language: *ref_1887 username: - schema: *ref_947 + schema: *ref_873 rawValue: testdemoworkjmjmeykp - language: *ref_2777 - language: *ref_2775 + language: *ref_1886 + language: *ref_1884 notebookAccessKeys: - schema: *ref_954 + schema: *ref_880 parentsValue: {} properties: primaryAccessKey: - schema: *ref_950 + schema: *ref_876 rawValue: null - language: *ref_2782 + language: *ref_1891 secondaryAccessKey: - schema: *ref_951 + schema: *ref_877 rawValue: null - language: *ref_2783 - language: *ref_2781 + language: *ref_1892 + language: *ref_1890 userStorageKey: - schema: *ref_943 + schema: *ref_869 rawValue: null - language: *ref_2772 + language: *ref_1881 userStorageResourceId: - schema: *ref_944 + schema: *ref_870 rawValue: /subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ragargeastus2euap/providers/Microsoft.Storage/storageAccounts/testdemoworkazashomr - language: *ref_2773 - language: *ref_2771 - operation: *ref_2784 - operationGroup: *ref_2718 + language: *ref_1882 + language: *ref_1880 + operation: *ref_1893 + operationGroup: *ref_1827 - operationId: Workspaces_ResyncKeys examples: - name: Resync Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2785 - parameter: *ref_1369 + language: *ref_1894 + parameter: *ref_1241 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2786 - parameter: *ref_1370 - operation: *ref_2787 - operationGroup: *ref_2718 + language: *ref_1895 + parameter: *ref_1242 + operation: *ref_1896 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/resyncKeys.json responses: '200': {} '202': {} - operation: *ref_2787 - operationGroup: *ref_2718 + operation: *ref_1896 + operationGroup: *ref_1827 - operationId: Workspaces_ListBySubscription examples: - name: Get Workspaces by subscription clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: [] - operation: *ref_2789 - operationGroup: *ref_2718 + operation: *ref_1898 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listBySubscription.json responses: '200': body: - schema: *ref_1341 + schema: *ref_1230 parentsValue: {} properties: nextLink: - schema: *ref_926 + schema: *ref_853 rawValue: nextLink - language: *ref_2739 + language: *ref_1848 value: - schema: *ref_1211 + schema: *ref_1131 elements: - - schema: *ref_89 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testworkspace - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_901 + schema: *ref_828 rawValue: eastus2euap - language: *ref_2716 + language: *ref_1825 properties: - schema: *ref_903 + schema: *ref_830 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_797 rawValue: test description - language: *ref_2668 + language: *ref_1777 applicationInsights: - schema: *ref_873 + schema: *ref_800 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2671 + language: *ref_1780 containerRegistry: - schema: *ref_874 + schema: *ref_801 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistry - language: *ref_2672 + language: *ref_1781 discoveryUrl: - schema: *ref_876 + schema: *ref_803 rawValue: http://example.com - language: *ref_2674 + language: *ref_1783 friendlyName: - schema: *ref_871 + schema: *ref_798 rawValue: HelloName - language: *ref_2669 + language: *ref_1778 keyVault: - schema: *ref_872 + schema: *ref_799 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkv - language: *ref_2670 + language: *ref_1779 storageAccount: - schema: *ref_875 + schema: *ref_802 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount - language: *ref_2673 - language: *ref_2667 - - schema: *ref_89 + language: *ref_1782 + language: *ref_1776 + - schema: *ref_87 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testworkspace - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-5678/providers/Microsoft.MachineLearningServices/workspaces/testworkspace - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_901 + schema: *ref_828 rawValue: eastus2euap - language: *ref_2716 + language: *ref_1825 properties: - schema: *ref_903 + schema: *ref_830 parentsValue: {} properties: description: - schema: *ref_870 + schema: *ref_797 rawValue: test description - language: *ref_2668 + language: *ref_1777 applicationInsights: - schema: *ref_873 + schema: *ref_800 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights - language: *ref_2671 + language: *ref_1780 containerRegistry: - schema: *ref_874 + schema: *ref_801 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.ContainerRegistry/registries/testRegistryNew - language: *ref_2672 + language: *ref_1781 discoveryUrl: - schema: *ref_876 + schema: *ref_803 rawValue: http://example.com - language: *ref_2674 + language: *ref_1783 friendlyName: - schema: *ref_871 + schema: *ref_798 rawValue: HelloName - language: *ref_2669 + language: *ref_1778 keyVault: - schema: *ref_872 + schema: *ref_799 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/Microsoft.KeyVault/vaults/testkvNew - language: *ref_2670 + language: *ref_1779 storageAccount: - schema: *ref_875 + schema: *ref_802 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccountOld - language: *ref_2673 - language: *ref_2667 - language: *ref_2738 - language: *ref_2788 - operation: *ref_2789 - operationGroup: *ref_2718 + language: *ref_1782 + language: *ref_1776 + language: *ref_1847 + language: *ref_1897 + operation: *ref_1898 + operationGroup: *ref_1827 - operationId: Workspaces_ListNotebookAccessToken examples: - name: List Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: workspace-1234 - language: *ref_2790 - parameter: *ref_1383 + language: *ref_1899 + parameter: *ref_1244 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2791 - parameter: *ref_1384 - operation: *ref_2799 - operationGroup: *ref_2718 + language: *ref_1900 + parameter: *ref_1245 + operation: *ref_1908 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listNotebookAccessToken.json responses: '200': body: - schema: *ref_1385 + schema: *ref_1246 parentsValue: {} properties: expiresIn: - schema: *ref_1022 + schema: *ref_948 rawValue: 28800 - language: *ref_2797 + language: *ref_1906 hostName: - schema: *ref_1018 + schema: *ref_944 rawValue: Host product name - language: *ref_2794 + language: *ref_1903 notebookResourceId: - schema: *ref_1017 + schema: *ref_943 rawValue: '94350843095843059' - language: *ref_2793 + language: *ref_1902 publicDns: - schema: *ref_1019 + schema: *ref_945 rawValue: resource.notebooks.azure.net - language: *ref_2795 + language: *ref_1904 scope: - schema: *ref_1024 + schema: *ref_950 rawValue: aznb_identity - language: *ref_2798 + language: *ref_1907 tokenType: - schema: *ref_1021 + schema: *ref_947 rawValue: Bearer - language: *ref_2796 - language: *ref_2792 - operation: *ref_2799 - operationGroup: *ref_2718 + language: *ref_1905 + language: *ref_1901 + operation: *ref_1908 + operationGroup: *ref_1827 - operationId: Workspaces_PrepareNotebook examples: - name: Prepare Notebook clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2800 - parameter: *ref_1391 + language: *ref_1909 + parameter: *ref_1247 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2801 - parameter: *ref_1392 - operation: *ref_2808 - operationGroup: *ref_2718 + language: *ref_1910 + parameter: *ref_1248 + operation: *ref_1917 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Notebook/prepare.json responses: '200': body: - schema: *ref_914 + schema: *ref_841 parentsValue: {} properties: fqdn: - schema: *ref_892 + schema: *ref_819 rawValue: testnotebook.notebooks.azure.com - language: *ref_2803 + language: *ref_1912 notebookPreparationError: - schema: *ref_915 + schema: *ref_842 parentsValue: {} properties: errorMessage: - schema: *ref_894 + schema: *ref_821 rawValue: general error - language: *ref_2806 + language: *ref_1915 statusCode: - schema: *ref_895 + schema: *ref_822 rawValue: 500 - language: *ref_2807 - language: *ref_2805 + language: *ref_1916 + language: *ref_1914 resourceId: - schema: *ref_893 + schema: *ref_820 rawValue: aabbccddee112233445566778899 - language: *ref_2804 - language: *ref_2802 + language: *ref_1913 + language: *ref_1911 '202': {} - operation: *ref_2808 - operationGroup: *ref_2718 + operation: *ref_1917 + operationGroup: *ref_1827 - operationId: Workspaces_ListStorageAccountKeys examples: - name: List Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2809 - parameter: *ref_1400 + language: *ref_1918 + parameter: *ref_1249 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2810 - parameter: *ref_1401 - operation: *ref_2813 - operationGroup: *ref_2718 + language: *ref_1919 + parameter: *ref_1250 + operation: *ref_1922 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Workspace/listStorageAccountKeys.json responses: '200': body: - schema: *ref_1402 + schema: *ref_1251 parentsValue: {} properties: userStorageKey: - schema: *ref_1038 + schema: *ref_964 rawValue: null - language: *ref_2812 - language: *ref_2811 - operation: *ref_2813 - operationGroup: *ref_2718 + language: *ref_1921 + language: *ref_1920 + operation: *ref_1922 + operationGroup: *ref_1827 - operationId: Workspaces_ListNotebookKeys examples: - name: List Workspace Keys clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2814 - parameter: *ref_1408 + language: *ref_1923 + parameter: *ref_1252 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2815 - parameter: *ref_1409 - operation: *ref_2817 - operationGroup: *ref_2718 + language: *ref_1924 + parameter: *ref_1253 + operation: *ref_1926 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Notebook/listKeys.json responses: '200': body: - schema: *ref_954 + schema: *ref_880 parentsValue: {} properties: primaryAccessKey: - schema: *ref_950 + schema: *ref_876 rawValue: null - language: *ref_2782 + language: *ref_1891 secondaryAccessKey: - schema: *ref_951 + schema: *ref_877 rawValue: null - language: *ref_2783 - language: *ref_2816 - operation: *ref_2817 - operationGroup: *ref_2718 + language: *ref_1892 + language: *ref_1925 + operation: *ref_1926 + operationGroup: *ref_1827 - operationId: Workspaces_ListOutboundNetworkDependenciesEndpoints examples: - name: ListOutboundNetworkDependenciesEndpoints clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: workspace-1234 - language: *ref_2818 - parameter: *ref_1415 + language: *ref_1927 + parameter: *ref_1254 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_2819 - parameter: *ref_1416 - operation: *ref_2828 - operationGroup: *ref_2718 + language: *ref_1928 + parameter: *ref_1255 + operation: *ref_1937 + operationGroup: *ref_1827 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ExternalFQDN/get.json responses: '200': body: - schema: *ref_1417 + schema: *ref_1256 parentsValue: {} properties: value: - schema: *ref_1239 + schema: *ref_1159 elements: - - schema: *ref_1044 + - schema: *ref_970 parentsValue: {} properties: properties: - schema: *ref_1045 + schema: *ref_971 parentsValue: {} properties: category: - schema: *ref_1041 + schema: *ref_967 rawValue: Azure Active Directory - language: *ref_2823 + language: *ref_1932 endpoints: - schema: *ref_1238 + schema: *ref_1158 elements: - - schema: *ref_1046 + - schema: *ref_972 parentsValue: {} properties: domainName: - schema: *ref_1042 + schema: *ref_968 rawValue: login.microsoftonline.com - language: *ref_2825 + language: *ref_1934 endpointDetails: - schema: *ref_1237 + schema: *ref_1157 elements: - - schema: *ref_1047 + - schema: *ref_973 parentsValue: {} properties: port: - schema: *ref_1043 + schema: *ref_969 rawValue: 443 - language: *ref_2827 - language: *ref_2826 - language: *ref_2824 - language: *ref_2822 - - schema: *ref_1044 + language: *ref_1936 + language: *ref_1935 + language: *ref_1933 + language: *ref_1931 + - schema: *ref_970 parentsValue: {} properties: properties: - schema: *ref_1045 + schema: *ref_971 parentsValue: {} properties: category: - schema: *ref_1041 + schema: *ref_967 rawValue: Azure portal - language: *ref_2823 + language: *ref_1932 endpoints: - schema: *ref_1238 + schema: *ref_1158 elements: - - schema: *ref_1046 + - schema: *ref_972 parentsValue: {} properties: domainName: - schema: *ref_1042 + schema: *ref_968 rawValue: management.azure.com - language: *ref_2825 + language: *ref_1934 endpointDetails: - schema: *ref_1237 + schema: *ref_1157 elements: - - schema: *ref_1047 + - schema: *ref_973 parentsValue: {} properties: port: - schema: *ref_1043 + schema: *ref_969 rawValue: 443 - language: *ref_2827 - language: *ref_2826 - language: *ref_2824 - language: *ref_2822 - language: *ref_2821 - language: *ref_2820 - operation: *ref_2828 - operationGroup: *ref_2718 + language: *ref_1936 + language: *ref_1935 + language: *ref_1933 + language: *ref_1931 + language: *ref_1930 + language: *ref_1929 + operation: *ref_1937 + operationGroup: *ref_1827 - operationId: Usages_List examples: - name: List Usages clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1257 rawValue: eastus - language: *ref_2829 - parameter: *ref_1424 - operation: *ref_2840 - operationGroup: *ref_2841 + language: *ref_1938 + parameter: *ref_1258 + operation: *ref_1949 + operationGroup: *ref_1950 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Usage/list.json responses: '200': body: - schema: *ref_1425 + schema: *ref_1259 parentsValue: {} properties: value: - schema: *ref_1222 + schema: *ref_1142 elements: - - schema: *ref_964 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Clusters - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Clusters - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/totalCores/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 7 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 100 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Total Cluster Dedicated Regional vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Total Cluster Dedicated Regional vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/dedicatedCores/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 14 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 48 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 2 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspaces/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 2 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 2 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_dsv2/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster2_dsv2/usages/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 12 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 6 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 6 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_nc/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspaces/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 6 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspaces/computes/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 6 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluser1_nc/usages/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 0 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 0 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 0 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 0 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 24 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Total Cluster LowPriority Regional vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Total Cluster LowPriority Regional vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/lowPriorityCores/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 18 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: 50 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard D Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard D Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_D_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard DSv2 Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard DSv2 Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_DSv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard Dv2 Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard Dv2 Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_Dv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard FSv2 Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard FSv2 Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_FSv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 18 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 6 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 6 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/computes/demo_cluster1_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspace/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 12 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 6 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluster2_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NC Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/workspace/computes/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 6 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/computes/demo_cluster3_lowPriority_nc/usages/Standard_NC_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NCv2 Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NCv2 Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NCv3 Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NCv3 Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NCv3_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard ND Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard ND Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_ND_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NDv2 Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NDv2 Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NDv2_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - - schema: *ref_964 + language: *ref_1943 + - schema: *ref_890 parentsValue: {} properties: name: - schema: *ref_965 + schema: *ref_891 parentsValue: {} properties: localizedValue: - schema: *ref_962 + schema: *ref_888 rawValue: Standard NV Family Cluster LowPriority vCPUs - language: *ref_2839 + language: *ref_1948 value: - schema: *ref_961 + schema: *ref_887 rawValue: Standard NV Family Cluster LowPriority vCPUs - language: *ref_2838 - language: *ref_2837 + language: *ref_1947 + language: *ref_1946 type: - schema: *ref_957 + schema: *ref_883 rawValue: Microsoft.MachineLearningServices/vmFamily/usages - language: *ref_2833 + language: *ref_1942 currentValue: - schema: *ref_959 + schema: *ref_885 rawValue: 0 - language: *ref_2835 + language: *ref_1944 id: - schema: *ref_955 + schema: *ref_881 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/usages/Standard_NV_Family_Cluster_LowPriority_vCPUs - language: *ref_2832 + language: *ref_1941 limit: - schema: *ref_960 + schema: *ref_886 rawValue: -1 - language: *ref_2836 + language: *ref_1945 unit: - schema: *ref_958 + schema: *ref_884 rawValue: Count - language: *ref_2834 - language: *ref_2831 - language: *ref_2830 - operation: *ref_2840 - operationGroup: *ref_2841 + language: *ref_1943 + language: *ref_1940 + language: *ref_1939 + operation: *ref_1949 + operationGroup: *ref_1950 - operationId: VirtualMachineSizes_List examples: - name: List VM Sizes clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1257 rawValue: eastus - language: *ref_2842 - parameter: *ref_1431 - operation: *ref_2862 - operationGroup: *ref_2863 + language: *ref_1951 + parameter: *ref_1260 + operation: *ref_1971 + operationGroup: *ref_1972 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/VirtualMachineSize/list.json responses: '200': body: - schema: *ref_1432 + schema: *ref_1261 parentsValue: {} properties: value: - schema: *ref_1225 + schema: *ref_1145 elements: - - schema: *ref_981 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS1_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.13 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.01 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.07 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.05 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 7168 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 3.5 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 1 - language: *ref_2847 - - schema: *ref_981 + language: *ref_1956 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS2_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.03 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.15 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.1 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.25 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 14336 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 7 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_906 rawValue: MIR - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 2 - language: *ref_2847 - - schema: *ref_981 + language: *ref_1956 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS3_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.2 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.06 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.5 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.29 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 28672 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 14 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_906 rawValue: MIR - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 4 - language: *ref_2847 - - schema: *ref_981 + language: *ref_1956 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS4_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.12 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.4 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 1.01 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.58 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 57344 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 28 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_906 rawValue: MIR - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 8 - language: *ref_2847 - - schema: *ref_981 + language: *ref_1956 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS5_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 1.17 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.81 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 2.02 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.23 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 114688 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 56 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - - schema: *ref_980 + - schema: *ref_906 rawValue: MIR - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 16 - language: *ref_2847 - - schema: *ref_981 + language: *ref_1956 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS11_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.26 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.18 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.11 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.04 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 28672 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 14 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 2 - language: *ref_2847 - - schema: *ref_981 + language: *ref_1956 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS12_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.37 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.53 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.21 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.07 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 57344 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 28 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 4 - language: *ref_2847 - - schema: *ref_981 + language: *ref_1956 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS13_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.15 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.42 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.74 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 1.06 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 114688 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 56 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 8 - language: *ref_2847 - - schema: *ref_981 + language: *ref_1956 + - schema: *ref_907 parentsValue: {} properties: name: - schema: *ref_966 + schema: *ref_892 rawValue: Standard_DS14_v2 - language: *ref_2845 + language: *ref_1954 estimatedVMPrices: - schema: *ref_982 + schema: *ref_908 parentsValue: {} properties: billingCurrency: - schema: *ref_975 + schema: *ref_901 rawValue: USD - language: *ref_2855 + language: *ref_1964 unitOfMeasure: - schema: *ref_976 + schema: *ref_902 rawValue: OneHour - language: *ref_2856 + language: *ref_1965 values: - schema: *ref_1223 + schema: *ref_1143 elements: - - schema: *ref_983 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.3 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Linux - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 1.48 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 0.84 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: LowPriority - language: *ref_2860 - - schema: *ref_983 + language: *ref_1969 + - schema: *ref_909 parentsValue: {} properties: osType: - schema: *ref_978 + schema: *ref_904 rawValue: Windows - language: *ref_2859 + language: *ref_1968 retailPrice: - schema: *ref_977 + schema: *ref_903 rawValue: 2.11 - language: *ref_2858 + language: *ref_1967 vmTier: - schema: *ref_979 + schema: *ref_905 rawValue: Standard - language: *ref_2860 - language: *ref_2857 - language: *ref_2854 + language: *ref_1969 + language: *ref_1966 + language: *ref_1963 family: - schema: *ref_967 + schema: *ref_893 rawValue: standardDSv2Family - language: *ref_2846 + language: *ref_1955 gpus: - schema: *ref_969 + schema: *ref_895 rawValue: 0 - language: *ref_2848 + language: *ref_1957 lowPriorityCapable: - schema: *ref_973 + schema: *ref_899 rawValue: true - language: *ref_2852 + language: *ref_1961 maxResourceVolumeMB: - schema: *ref_971 + schema: *ref_897 rawValue: 229376 - language: *ref_2850 + language: *ref_1959 memoryGB: - schema: *ref_972 + schema: *ref_898 rawValue: 112 - language: *ref_2851 + language: *ref_1960 osVhdSizeMB: - schema: *ref_970 + schema: *ref_896 rawValue: 1047552 - language: *ref_2849 + language: *ref_1958 premiumIO: - schema: *ref_974 + schema: *ref_900 rawValue: true - language: *ref_2853 + language: *ref_1962 supportedComputeTypes: - schema: *ref_1224 + schema: *ref_1144 elements: - - schema: *ref_980 + - schema: *ref_906 rawValue: AmlCompute - - schema: *ref_980 + - schema: *ref_906 rawValue: ComputeInstance - language: *ref_2861 + language: *ref_1970 vCPUs: - schema: *ref_968 + schema: *ref_894 rawValue: 16 - language: *ref_2847 - language: *ref_2844 - language: *ref_2843 - operation: *ref_2862 - operationGroup: *ref_2863 + language: *ref_1956 + language: *ref_1953 + language: *ref_1952 + operation: *ref_1971 + operationGroup: *ref_1972 - operationId: Quotas_Update examples: - name: update quotas clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1257 rawValue: eastus - language: *ref_2864 - parameter: *ref_1441 + language: *ref_1973 + parameter: *ref_1265 - exampleValue: - schema: *ref_1438 + schema: *ref_1262 parentsValue: {} properties: value: - schema: *ref_1226 + schema: *ref_1146 elements: - - schema: *ref_989 + - schema: *ref_915 parentsValue: {} properties: type: - schema: *ref_985 + schema: *ref_911 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2868 + language: *ref_1977 id: - schema: *ref_984 + schema: *ref_910 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2867 + language: *ref_1976 limit: - schema: *ref_986 + schema: *ref_912 rawValue: 100 - language: *ref_2869 + language: *ref_1978 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2870 - - schema: *ref_989 + language: *ref_1979 + - schema: *ref_915 parentsValue: {} properties: type: - schema: *ref_985 + schema: *ref_911 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2868 + language: *ref_1977 id: - schema: *ref_984 + schema: *ref_910 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2867 + language: *ref_1976 limit: - schema: *ref_986 + schema: *ref_912 rawValue: 200 - language: *ref_2869 + language: *ref_1978 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2870 - language: *ref_2866 - language: *ref_2865 - parameter: *ref_1439 - operation: *ref_2878 - operationGroup: *ref_2879 + language: *ref_1979 + language: *ref_1975 + language: *ref_1974 + parameter: *ref_1263 + operation: *ref_1987 + operationGroup: *ref_1988 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Quota/update.json responses: '200': body: - schema: *ref_1442 + schema: *ref_1266 parentsValue: {} properties: value: - schema: *ref_1227 + schema: *ref_1147 elements: - - schema: *ref_995 + - schema: *ref_921 parentsValue: {} properties: type: - schema: *ref_991 + schema: *ref_917 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2874 + language: *ref_1983 id: - schema: *ref_990 + schema: *ref_916 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2873 + language: *ref_1982 limit: - schema: *ref_992 + schema: *ref_918 rawValue: 100 - language: *ref_2875 + language: *ref_1984 status: - schema: *ref_993 + schema: *ref_919 rawValue: Success - language: *ref_2877 + language: *ref_1986 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2876 - - schema: *ref_995 + language: *ref_1985 + - schema: *ref_921 parentsValue: {} properties: type: - schema: *ref_991 + schema: *ref_917 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2874 + language: *ref_1983 id: - schema: *ref_990 + schema: *ref_916 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2873 + language: *ref_1982 limit: - schema: *ref_992 + schema: *ref_918 rawValue: 200 - language: *ref_2875 + language: *ref_1984 status: - schema: *ref_993 + schema: *ref_919 rawValue: Success - language: *ref_2877 + language: *ref_1986 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2876 - language: *ref_2872 - language: *ref_2871 - operation: *ref_2878 - operationGroup: *ref_2879 + language: *ref_1985 + language: *ref_1981 + language: *ref_1980 + operation: *ref_1987 + operationGroup: *ref_1988 - operationId: Quotas_List examples: - name: List workspace quotas by VMFamily clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1423 + schema: *ref_1257 rawValue: eastus - language: *ref_2880 - parameter: *ref_1448 - operation: *ref_2890 - operationGroup: *ref_2879 + language: *ref_1989 + parameter: *ref_1267 + operation: *ref_1999 + operationGroup: *ref_1988 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Quota/list.json responses: '200': body: - schema: *ref_1449 + schema: *ref_1268 parentsValue: {} properties: value: - schema: *ref_1228 + schema: *ref_1148 elements: - - schema: *ref_1003 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 48 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 12 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 12 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard D Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_D_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quota - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 12 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard DSv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_DSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 12 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard Dv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_Dv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard FSv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_FSv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 12 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NC Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NC_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NCv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NCv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NCv3 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NCv3_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard ND Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_ND_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NDv2 Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NDv2_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 0 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/vmFamily/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace1/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace2/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - - schema: *ref_1003 + language: *ref_1998 + - schema: *ref_929 parentsValue: {} properties: name: - schema: *ref_1004 + schema: *ref_930 parentsValue: {} properties: localizedValue: - schema: *ref_1000 + schema: *ref_926 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2887 + language: *ref_1996 value: - schema: *ref_999 + schema: *ref_925 rawValue: Standard NV Family Cluster Dedicated vCPUs - language: *ref_2886 - language: *ref_2885 + language: *ref_1995 + language: *ref_1994 type: - schema: *ref_998 + schema: *ref_924 rawValue: Microsoft.MachineLearningServices/workspaces/quotas - language: *ref_2884 + language: *ref_1993 id: - schema: *ref_996 + schema: *ref_922 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.MachineLearningServices/workspaces/demo_workspace3/quotas/Standard_NV_Family_Cluster_Dedicated_vCPUs - language: *ref_2883 + language: *ref_1992 limit: - schema: *ref_1001 + schema: *ref_927 rawValue: 24 - language: *ref_2888 + language: *ref_1997 unit: - schema: *ref_987 + schema: *ref_913 rawValue: Count - language: *ref_2889 - language: *ref_2882 - language: *ref_2881 - operation: *ref_2890 - operationGroup: *ref_2879 + language: *ref_1998 + language: *ref_1991 + language: *ref_1990 + operation: *ref_1999 + operationGroup: *ref_1988 - operationId: Compute_List examples: - name: Get Computes clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: '2021-04-01' - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2891 - parameter: *ref_1458 + language: *ref_2000 + parameter: *ref_1269 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2892 - parameter: *ref_1459 - operation: *ref_2906 - operationGroup: *ref_2907 + language: *ref_2001 + parameter: *ref_1270 + operation: *ref_2015 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/list.json responses: '200': body: - schema: *ref_1460 + schema: *ref_1272 parentsValue: {} properties: nextLink: - schema: *ref_1005 + schema: *ref_931 rawValue: nextLink - language: *ref_2905 + language: *ref_2014 value: - schema: *ref_1230 + schema: *ref_1150 elements: - - schema: *ref_90 + - schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 + language: *ref_2008 createdOn: - schema: *ref_247 + schema: *ref_258 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2902 + language: *ref_2011 modifiedOn: - schema: *ref_248 + schema: *ref_259 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2903 + language: *ref_2012 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Succeeded - language: *ref_2900 + language: *ref_2009 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - - schema: *ref_90 + language: *ref_2004 + - schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 + language: *ref_2008 createdOn: - schema: *ref_247 + schema: *ref_258 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2902 + language: *ref_2011 modifiedOn: - schema: *ref_248 + schema: *ref_259 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2903 + language: *ref_2012 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Succeeded - language: *ref_2900 + language: *ref_2009 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute1234-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute1234 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute1234 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2894 - language: *ref_2893 - operation: *ref_2906 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2003 + language: *ref_2002 + operation: *ref_2015 + operationGroup: *ref_2016 - operationId: Compute_Get examples: - name: Get a AKS Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2908 - parameter: *ref_1465 + language: *ref_2017 + parameter: *ref_1273 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2909 - parameter: *ref_1466 + language: *ref_2018 + parameter: *ref_1274 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2910 - parameter: *ref_1467 - operation: *ref_2912 - operationGroup: *ref_2907 + language: *ref_2019 + parameter: *ref_1275 + operation: *ref_2021 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/AKSCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 + language: *ref_2008 createdOn: - schema: *ref_247 + schema: *ref_258 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2902 + language: *ref_2011 modifiedOn: - schema: *ref_248 + schema: *ref_259 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2903 + language: *ref_2012 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Succeeded - language: *ref_2900 + language: *ref_2009 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2911 + language: *ref_2004 + language: *ref_2020 - name: Get a AML Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2908 - parameter: *ref_1465 + language: *ref_2017 + parameter: *ref_1273 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2909 - parameter: *ref_1466 + language: *ref_2018 + parameter: *ref_1274 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2910 - parameter: *ref_1467 - operation: *ref_2912 - operationGroup: *ref_2907 + language: *ref_2019 + parameter: *ref_1275 + operation: *ref_2021 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/AmlCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_121 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_148 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1083 parentsValue: {} properties: allocationState: - schema: *ref_108 + schema: *ref_135 rawValue: Resizing - language: *ref_2927 + language: *ref_2036 allocationStateTransitionTime: - schema: *ref_109 + schema: *ref_136 rawValue: '2017-09-27T22:28:08.998Z' - language: *ref_2928 + language: *ref_2037 currentNodeCount: - schema: *ref_111 + schema: *ref_138 rawValue: 0 - language: *ref_2930 + language: *ref_2039 enableNodePublicIp: - schema: *ref_119 + schema: *ref_146 rawValue: true - language: *ref_2939 + language: *ref_2048 errors: - schema: *ref_1260 + schema: *ref_1180 rawValue: null - language: *ref_2929 + language: *ref_2038 isolatedNetwork: - schema: *ref_99 + schema: *ref_126 rawValue: false - language: *ref_2919 + language: *ref_2028 nodeStateCounts: - schema: *ref_1166 + schema: *ref_1086 parentsValue: {} properties: idleNodeCount: - schema: *ref_113 + schema: *ref_140 rawValue: 0 - language: *ref_2933 + language: *ref_2042 leavingNodeCount: - schema: *ref_117 + schema: *ref_144 rawValue: 0 - language: *ref_2937 + language: *ref_2046 preemptedNodeCount: - schema: *ref_118 + schema: *ref_145 rawValue: 0 - language: *ref_2938 + language: *ref_2047 preparingNodeCount: - schema: *ref_115 + schema: *ref_142 rawValue: 0 - language: *ref_2935 + language: *ref_2044 runningNodeCount: - schema: *ref_114 + schema: *ref_141 rawValue: 0 - language: *ref_2934 + language: *ref_2043 unusableNodeCount: - schema: *ref_116 + schema: *ref_143 rawValue: 0 - language: *ref_2936 - language: *ref_2932 + language: *ref_2045 + language: *ref_2041 osType: - schema: *ref_95 + schema: *ref_122 rawValue: Windows - language: *ref_2915 + language: *ref_2024 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_134 rawValue: Enabled - language: *ref_2926 + language: *ref_2035 scaleSettings: - schema: *ref_1006 + schema: *ref_932 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_127 rawValue: 1 - language: *ref_2921 + language: *ref_2030 minNodeCount: - schema: *ref_101 + schema: *ref_128 rawValue: 0 - language: *ref_2922 + language: *ref_2031 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_129 rawValue: PT5M - language: *ref_2923 - language: *ref_2920 + language: *ref_2032 + language: *ref_2029 subnet: - schema: *ref_124 + schema: *ref_151 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_133 rawValue: test-subnet-resource-id - language: *ref_2925 - language: *ref_2924 + language: *ref_2034 + language: *ref_2033 targetNodeCount: - schema: *ref_112 + schema: *ref_139 rawValue: 1 - language: *ref_2931 + language: *ref_2040 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1084 rawValue: null - language: *ref_2918 + language: *ref_2027 vmPriority: - schema: *ref_97 + schema: *ref_124 rawValue: Dedicated - language: *ref_2917 + language: *ref_2026 vmSize: - schema: *ref_96 + schema: *ref_123 rawValue: STANDARD_NC6 - language: *ref_2916 - language: *ref_2914 - language: *ref_2913 + language: *ref_2025 + language: *ref_2023 + language: *ref_2022 Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AmlCompute - language: *ref_2899 + language: *ref_2008 createdOn: - schema: *ref_247 + schema: *ref_258 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2902 + language: *ref_2011 modifiedOn: - schema: *ref_248 + schema: *ref_259 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2903 + language: *ref_2012 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Succeeded - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus2 - language: *ref_2895 - language: *ref_2911 + language: *ref_2004 + language: *ref_2020 - name: Get a Kubernetes Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2908 - parameter: *ref_1465 + language: *ref_2017 + parameter: *ref_1273 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2909 - parameter: *ref_1466 + language: *ref_2018 + parameter: *ref_1274 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2910 - parameter: *ref_1467 - operation: *ref_2912 - operationGroup: *ref_2907 + language: *ref_2019 + parameter: *ref_1275 + operation: *ref_2021 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/KubernetesCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_111 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: Kubernetes - language: *ref_2899 + language: *ref_2008 createdOn: - schema: *ref_247 + schema: *ref_258 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2902 + language: *ref_2011 isAttachedCompute: - schema: *ref_250 + schema: *ref_261 rawValue: true - language: *ref_2940 + language: *ref_2049 modifiedOn: - schema: *ref_248 + schema: *ref_259 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2903 + language: *ref_2012 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Succeeded - language: *ref_2900 + language: *ref_2009 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 KubernetesSchema: - schema: *ref_217 + schema: *ref_120 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1080 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_118 rawValue: defaultInstanceType - language: *ref_2949 + language: *ref_2058 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_115 rawValue: stable - language: *ref_2946 + language: *ref_2055 extensionPrincipalId: - schema: *ref_211 + schema: *ref_114 rawValue: null - language: *ref_2945 + language: *ref_2054 instanceTypes: - schema: *ref_216 + schema: *ref_119 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1081 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2951 + language: *ref_2060 resources: - schema: *ref_1162 + schema: *ref_1082 parentsValue: {} properties: limits: @@ -76939,7 +56128,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2954 + language: *ref_2063 requests: schema: *ref_23 properties: @@ -76952,350 +56141,350 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2953 - language: *ref_2952 - language: *ref_2950 + language: *ref_2062 + language: *ref_2061 + language: *ref_2059 namespace: - schema: *ref_214 + schema: *ref_117 rawValue: default - language: *ref_2948 + language: *ref_2057 relayConnectionString: - schema: *ref_209 + schema: *ref_112 rawValue: null - language: *ref_2943 + language: *ref_2052 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_113 rawValue: null - language: *ref_2944 + language: *ref_2053 vcName: - schema: *ref_213 + schema: *ref_116 rawValue: null - language: *ref_2947 - language: *ref_2942 - language: *ref_2941 + language: *ref_2056 + language: *ref_2051 + language: *ref_2050 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2911 + language: *ref_2004 + language: *ref_2020 - name: Get an ComputeInstance clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2908 - parameter: *ref_1465 + language: *ref_2017 + parameter: *ref_1273 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2909 - parameter: *ref_1466 + language: *ref_2018 + parameter: *ref_1274 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2910 - parameter: *ref_1467 - operation: *ref_2912 - operationGroup: *ref_2907 + language: *ref_2019 + parameter: *ref_1275 + operation: *ref_2021 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/get/ComputeInstance.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_149 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: ComputeInstance - language: *ref_2899 + language: *ref_2008 createdOn: - schema: *ref_247 + schema: *ref_258 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2902 + language: *ref_2011 modifiedOn: - schema: *ref_248 + schema: *ref_259 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2903 + language: *ref_2012 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Succeeded - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_215 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1087 parentsValue: {} properties: applicationSharingPolicy: - schema: *ref_125 + schema: *ref_152 rawValue: Shared - language: *ref_2959 + language: *ref_2068 applications: - schema: *ref_1261 + schema: *ref_1181 elements: - - schema: *ref_1170 + - schema: *ref_1090 parentsValue: {} properties: displayName: - schema: *ref_132 + schema: *ref_159 rawValue: Jupyter - language: *ref_2968 + language: *ref_2077 endpointUri: - schema: *ref_133 + schema: *ref_160 rawValue: https://compute123.eastus2.azureml.net/jupyter - language: *ref_2969 - language: *ref_2967 + language: *ref_2078 + language: *ref_2076 computeInstanceAuthorizationType: - schema: *ref_138 + schema: *ref_165 rawValue: personal - language: *ref_2976 + language: *ref_2085 connectivityEndpoints: - schema: *ref_1169 + schema: *ref_1089 parentsValue: {} properties: privateIpAddress: - schema: *ref_131 + schema: *ref_158 rawValue: 10.0.0.1 - language: *ref_2966 + language: *ref_2075 publicIpAddress: - schema: *ref_130 + schema: *ref_157 rawValue: 10.0.0.1 - language: *ref_2965 - language: *ref_2964 + language: *ref_2074 + language: *ref_2073 createdBy: - schema: *ref_1171 + schema: *ref_1091 parentsValue: {} properties: userId: - schema: *ref_136 + schema: *ref_163 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2973 + language: *ref_2082 userName: - schema: *ref_134 + schema: *ref_161 rawValue: foobar@microsoft.com - language: *ref_2971 + language: *ref_2080 userOrgId: - schema: *ref_135 + schema: *ref_162 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2972 - language: *ref_2970 + language: *ref_2081 + language: *ref_2079 errors: - schema: *ref_1262 + schema: *ref_1182 rawValue: null - language: *ref_2974 + language: *ref_2083 personalComputeInstanceSettings: - schema: *ref_1172 + schema: *ref_1092 parentsValue: {} properties: assignedUser: - schema: *ref_1173 + schema: *ref_1093 parentsValue: {} properties: objectId: - schema: *ref_139 + schema: *ref_166 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2979 + language: *ref_2088 tenantId: - schema: *ref_140 + schema: *ref_167 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2980 - language: *ref_2978 - language: *ref_2977 + language: *ref_2089 + language: *ref_2087 + language: *ref_2086 sshSettings: - schema: *ref_1168 + schema: *ref_1088 parentsValue: {} properties: adminUserName: - schema: *ref_127 + schema: *ref_154 rawValue: azureuser - language: *ref_2962 + language: *ref_2071 sshPort: - schema: *ref_128 + schema: *ref_155 rawValue: 22 - language: *ref_2963 + language: *ref_2072 sshPublicAccess: - schema: *ref_126 + schema: *ref_153 rawValue: Enabled - language: *ref_2961 - language: *ref_2960 + language: *ref_2070 + language: *ref_2069 state: - schema: *ref_137 + schema: *ref_164 rawValue: Running - language: *ref_2975 + language: *ref_2084 subnet: - schema: *ref_124 + schema: *ref_151 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_133 rawValue: test-subnet-resource-id - language: *ref_2925 - language: *ref_2958 + language: *ref_2034 + language: *ref_2067 vmSize: - schema: *ref_123 + schema: *ref_150 rawValue: STANDARD_NC6 - language: *ref_2957 - language: *ref_2956 - language: *ref_2955 + language: *ref_2066 + language: *ref_2065 + language: *ref_2064 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus2 - language: *ref_2895 - language: *ref_2911 - operation: *ref_2912 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2020 + operation: *ref_2021 + operationGroup: *ref_2016 - operationId: Compute_CreateOrUpdate examples: - name: Attach a Kubernetes Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2981 - parameter: *ref_1475 + language: *ref_2090 + parameter: *ref_1278 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2982 - parameter: *ref_1476 + language: *ref_2091 + parameter: *ref_1279 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2983 - parameter: *ref_1477 + language: *ref_2092 + parameter: *ref_1280 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_111 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: Kubernetes - language: *ref_2899 + language: *ref_2008 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 KubernetesSchema: - schema: *ref_217 + schema: *ref_120 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1080 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_118 rawValue: defaultInstanceType - language: *ref_2949 + language: *ref_2058 instanceTypes: - schema: *ref_216 + schema: *ref_119 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1081 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2951 + language: *ref_2060 resources: - schema: *ref_1162 + schema: *ref_1082 parentsValue: {} properties: limits: @@ -77310,7 +56499,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2954 + language: *ref_2063 requests: schema: *ref_23 properties: @@ -77323,94 +56512,94 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2953 - language: *ref_2952 - language: *ref_2950 + language: *ref_2062 + language: *ref_2061 + language: *ref_2059 namespace: - schema: *ref_214 + schema: *ref_117 rawValue: default - language: *ref_2948 - language: *ref_2942 - language: *ref_2941 + language: *ref_2057 + language: *ref_2051 + language: *ref_2050 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2984 - parameter: *ref_1473 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2093 + parameter: *ref_1276 + operation: *ref_2097 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/KubernetesCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_111 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: Kubernetes - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 + language: *ref_2009 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 KubernetesSchema: - schema: *ref_217 + schema: *ref_120 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1080 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_118 rawValue: defaultInstanceType - language: *ref_2949 + language: *ref_2058 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_115 rawValue: stable - language: *ref_2946 + language: *ref_2055 extensionPrincipalId: - schema: *ref_211 + schema: *ref_114 rawValue: null - language: *ref_2945 + language: *ref_2054 instanceTypes: - schema: *ref_216 + schema: *ref_119 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1081 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2951 + language: *ref_2060 resources: - schema: *ref_1162 + schema: *ref_1082 parentsValue: {} properties: limits: @@ -77425,7 +56614,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2954 + language: *ref_2063 requests: schema: *ref_23 properties: @@ -77438,118 +56627,118 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2953 - language: *ref_2952 - language: *ref_2950 + language: *ref_2062 + language: *ref_2061 + language: *ref_2059 namespace: - schema: *ref_214 + schema: *ref_117 rawValue: default - language: *ref_2948 + language: *ref_2057 relayConnectionString: - schema: *ref_209 + schema: *ref_112 rawValue: null - language: *ref_2943 + language: *ref_2052 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_113 rawValue: null - language: *ref_2944 + language: *ref_2053 vcName: - schema: *ref_213 + schema: *ref_116 rawValue: null - language: *ref_2947 - language: *ref_2942 - language: *ref_2941 + language: *ref_2056 + language: *ref_2051 + language: *ref_2050 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2985 + language: *ref_2004 + language: *ref_2094 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_208 + schema: *ref_111 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: Kubernetes - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 + language: *ref_2009 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 KubernetesSchema: - schema: *ref_217 + schema: *ref_120 parentsValue: {} properties: properties: - schema: *ref_1160 + schema: *ref_1080 parentsValue: {} properties: defaultInstanceType: - schema: *ref_215 + schema: *ref_118 rawValue: defaultInstanceType - language: *ref_2949 + language: *ref_2058 extensionInstanceReleaseTrain: - schema: *ref_212 + schema: *ref_115 rawValue: stable - language: *ref_2946 + language: *ref_2055 extensionPrincipalId: - schema: *ref_211 + schema: *ref_114 rawValue: null - language: *ref_2945 + language: *ref_2054 instanceTypes: - schema: *ref_216 + schema: *ref_119 properties: defaultInstanceType: - schema: *ref_1161 + schema: *ref_1081 parentsValue: {} properties: nodeSelector: schema: *ref_22 rawValue: null - language: *ref_2951 + language: *ref_2060 resources: - schema: *ref_1162 + schema: *ref_1082 parentsValue: {} properties: limits: @@ -77564,7 +56753,7 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2954 + language: *ref_2063 requests: schema: *ref_23 properties: @@ -77577,6047 +56766,6047 @@ testModel: nvidia.com/gpu: schema: *ref_21 rawValue: null - language: *ref_2953 - language: *ref_2952 - language: *ref_2950 + language: *ref_2062 + language: *ref_2061 + language: *ref_2059 namespace: - schema: *ref_214 + schema: *ref_117 rawValue: default - language: *ref_2948 + language: *ref_2057 relayConnectionString: - schema: *ref_209 + schema: *ref_112 rawValue: null - language: *ref_2943 + language: *ref_2052 serviceBusConnectionString: - schema: *ref_210 + schema: *ref_113 rawValue: null - language: *ref_2944 + language: *ref_2053 vcName: - schema: *ref_213 + schema: *ref_116 rawValue: null - language: *ref_2947 - language: *ref_2942 - language: *ref_2941 + language: *ref_2056 + language: *ref_2051 + language: *ref_2050 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2986 - headers: *ref_2987 + language: *ref_2004 + language: *ref_2095 + headers: *ref_2096 - name: Create a AML Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2981 - parameter: *ref_1475 + language: *ref_2090 + parameter: *ref_1278 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2982 - parameter: *ref_1476 + language: *ref_2091 + parameter: *ref_1279 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2983 - parameter: *ref_1477 + language: *ref_2092 + parameter: *ref_1280 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_121 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_148 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1083 parentsValue: {} properties: enableNodePublicIp: - schema: *ref_119 + schema: *ref_146 rawValue: true - language: *ref_2939 + language: *ref_2048 isolatedNetwork: - schema: *ref_99 + schema: *ref_126 rawValue: false - language: *ref_2919 + language: *ref_2028 osType: - schema: *ref_95 + schema: *ref_122 rawValue: Windows - language: *ref_2915 + language: *ref_2024 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_134 rawValue: NotSpecified - language: *ref_2926 + language: *ref_2035 scaleSettings: - schema: *ref_1006 + schema: *ref_932 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_127 rawValue: 1 - language: *ref_2921 + language: *ref_2030 minNodeCount: - schema: *ref_101 + schema: *ref_128 rawValue: 0 - language: *ref_2922 + language: *ref_2031 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_129 rawValue: PT5M - language: *ref_2923 - language: *ref_2920 + language: *ref_2032 + language: *ref_2029 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1084 parentsValue: {} properties: id: - schema: *ref_98 + schema: *ref_125 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myImageGallery/images/myImageDefinition/versions/0.0.1 - language: *ref_2989 - language: *ref_2918 + language: *ref_2098 + language: *ref_2027 vmPriority: - schema: *ref_97 + schema: *ref_124 rawValue: Dedicated - language: *ref_2917 + language: *ref_2026 vmSize: - schema: *ref_96 + schema: *ref_123 rawValue: STANDARD_NC6 - language: *ref_2916 - language: *ref_2914 - language: *ref_2913 + language: *ref_2025 + language: *ref_2023 + language: *ref_2022 Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AmlCompute - language: *ref_2899 - language: *ref_2898 + language: *ref_2008 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2984 - parameter: *ref_1473 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2093 + parameter: *ref_1276 + operation: *ref_2097 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicAmlCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_121 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AmlCompute - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2985 + language: *ref_2004 + language: *ref_2094 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_121 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AmlCompute - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2986 - headers: *ref_2990 + language: *ref_2004 + language: *ref_2095 + headers: *ref_2099 - name: Create a DataFactory Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2981 - parameter: *ref_1475 + language: *ref_2090 + parameter: *ref_1278 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2982 - parameter: *ref_1476 + language: *ref_2091 + parameter: *ref_1279 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2983 - parameter: *ref_1477 + language: *ref_2092 + parameter: *ref_1280 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_251 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: DataFactory - language: *ref_2899 - language: *ref_2898 + language: *ref_2008 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2984 - parameter: *ref_1473 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2093 + parameter: *ref_1276 + operation: *ref_2097 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicDataFactoryCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_251 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: DataFactory - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2985 + language: *ref_2004 + language: *ref_2094 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_240 + schema: *ref_251 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: DataFactory - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2986 - headers: *ref_2991 + language: *ref_2004 + language: *ref_2095 + headers: *ref_2100 - name: Create an AKS Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2981 - parameter: *ref_1475 + language: *ref_2090 + parameter: *ref_1278 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2982 - parameter: *ref_1476 + language: *ref_2091 + parameter: *ref_1279 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2983 - parameter: *ref_1477 + language: *ref_2092 + parameter: *ref_1280 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 - language: *ref_2898 + language: *ref_2008 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2984 - parameter: *ref_1473 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2093 + parameter: *ref_1276 + operation: *ref_2097 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/BasicAKSCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2985 + language: *ref_2004 + language: *ref_2094 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2986 - headers: *ref_2992 + language: *ref_2004 + language: *ref_2095 + headers: *ref_2101 - name: Create an ComputeInstance Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2981 - parameter: *ref_1475 + language: *ref_2090 + parameter: *ref_1278 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2982 - parameter: *ref_1476 + language: *ref_2091 + parameter: *ref_1279 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2983 - parameter: *ref_1477 + language: *ref_2092 + parameter: *ref_1280 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_149 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: ComputeInstance - language: *ref_2899 - language: *ref_2898 + language: *ref_2008 + language: *ref_2007 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_215 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1087 parentsValue: {} properties: applicationSharingPolicy: - schema: *ref_125 + schema: *ref_152 rawValue: Personal - language: *ref_2959 + language: *ref_2068 computeInstanceAuthorizationType: - schema: *ref_138 + schema: *ref_165 rawValue: personal - language: *ref_2976 + language: *ref_2085 personalComputeInstanceSettings: - schema: *ref_1172 + schema: *ref_1092 parentsValue: {} properties: assignedUser: - schema: *ref_1173 + schema: *ref_1093 parentsValue: {} properties: objectId: - schema: *ref_139 + schema: *ref_166 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2979 + language: *ref_2088 tenantId: - schema: *ref_140 + schema: *ref_167 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2980 - language: *ref_2978 - language: *ref_2977 + language: *ref_2089 + language: *ref_2087 + language: *ref_2086 sshSettings: - schema: *ref_1168 + schema: *ref_1088 parentsValue: {} properties: sshPublicAccess: - schema: *ref_126 + schema: *ref_153 rawValue: Disabled - language: *ref_2961 - language: *ref_2960 + language: *ref_2070 + language: *ref_2069 subnet: - schema: *ref_124 + schema: *ref_151 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_133 rawValue: test-subnet-resource-id - language: *ref_2925 - language: *ref_2958 + language: *ref_2034 + language: *ref_2067 vmSize: - schema: *ref_123 + schema: *ref_150 rawValue: STANDARD_NC6 - language: *ref_2957 - language: *ref_2956 - language: *ref_2955 + language: *ref_2066 + language: *ref_2065 + language: *ref_2064 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2984 - parameter: *ref_1473 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2093 + parameter: *ref_1276 + operation: *ref_2097 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/ComputeInstance.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_149 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: ComputeInstance - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2985 + language: *ref_2004 + language: *ref_2094 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_149 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: ComputeInstance - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2986 - headers: *ref_2993 + language: *ref_2004 + language: *ref_2095 + headers: *ref_2102 - name: Create an ComputeInstance Compute with minimal inputs clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2981 - parameter: *ref_1475 + language: *ref_2090 + parameter: *ref_1278 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2982 - parameter: *ref_1476 + language: *ref_2091 + parameter: *ref_1279 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2983 - parameter: *ref_1477 + language: *ref_2092 + parameter: *ref_1280 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_149 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: ComputeInstance - language: *ref_2899 - language: *ref_2898 + language: *ref_2008 + language: *ref_2007 ComputeInstanceSchema: - schema: *ref_191 + schema: *ref_215 parentsValue: {} properties: properties: - schema: *ref_1167 + schema: *ref_1087 parentsValue: {} properties: vmSize: - schema: *ref_123 + schema: *ref_150 rawValue: STANDARD_NC6 - language: *ref_2957 - language: *ref_2956 - language: *ref_2955 + language: *ref_2066 + language: *ref_2065 + language: *ref_2064 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2984 - parameter: *ref_1473 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2093 + parameter: *ref_1276 + operation: *ref_2097 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/ComputeInstanceMinimal.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_149 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: ComputeInstance - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2985 + language: *ref_2004 + language: *ref_2094 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_122 + schema: *ref_149 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: ComputeInstance - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Creating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2986 - headers: *ref_2994 + language: *ref_2004 + language: *ref_2095 + headers: *ref_2103 - name: Update a AML Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2981 - parameter: *ref_1475 + language: *ref_2090 + parameter: *ref_1278 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2982 - parameter: *ref_1476 + language: *ref_2091 + parameter: *ref_1279 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2983 - parameter: *ref_1477 + language: *ref_2092 + parameter: *ref_1280 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_121 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_148 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1083 parentsValue: {} properties: scaleSettings: - schema: *ref_1006 + schema: *ref_932 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_127 rawValue: 4 - language: *ref_2921 + language: *ref_2030 minNodeCount: - schema: *ref_101 + schema: *ref_128 rawValue: 4 - language: *ref_2922 + language: *ref_2031 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_129 rawValue: PT5M - language: *ref_2923 - language: *ref_2920 - language: *ref_2914 - language: *ref_2913 + language: *ref_2032 + language: *ref_2029 + language: *ref_2023 + language: *ref_2022 Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AmlCompute - language: *ref_2899 - language: *ref_2898 + language: *ref_2008 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2984 - parameter: *ref_1473 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2093 + parameter: *ref_1276 + operation: *ref_2097 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/AmlCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_121 parentsValue: AmlComputeSchema: - schema: *ref_121 + schema: *ref_148 parentsValue: {} properties: properties: - schema: *ref_1163 + schema: *ref_1083 parentsValue: {} properties: allocationState: - schema: *ref_108 + schema: *ref_135 rawValue: Resizing - language: *ref_2927 + language: *ref_2036 allocationStateTransitionTime: - schema: *ref_109 + schema: *ref_136 rawValue: '2017-09-27T22:28:08.998Z' - language: *ref_2928 + language: *ref_2037 currentNodeCount: - schema: *ref_111 + schema: *ref_138 rawValue: 0 - language: *ref_2930 + language: *ref_2039 enableNodePublicIp: - schema: *ref_119 + schema: *ref_146 rawValue: true - language: *ref_2939 + language: *ref_2048 errors: - schema: *ref_1260 + schema: *ref_1180 rawValue: null - language: *ref_2929 + language: *ref_2038 isolatedNetwork: - schema: *ref_99 + schema: *ref_126 rawValue: false - language: *ref_2919 + language: *ref_2028 nodeStateCounts: - schema: *ref_1166 + schema: *ref_1086 parentsValue: {} properties: idleNodeCount: - schema: *ref_113 + schema: *ref_140 rawValue: 0 - language: *ref_2933 + language: *ref_2042 leavingNodeCount: - schema: *ref_117 + schema: *ref_144 rawValue: 0 - language: *ref_2937 + language: *ref_2046 preemptedNodeCount: - schema: *ref_118 + schema: *ref_145 rawValue: 0 - language: *ref_2938 + language: *ref_2047 preparingNodeCount: - schema: *ref_115 + schema: *ref_142 rawValue: 0 - language: *ref_2935 + language: *ref_2044 runningNodeCount: - schema: *ref_114 + schema: *ref_141 rawValue: 0 - language: *ref_2934 + language: *ref_2043 unusableNodeCount: - schema: *ref_116 + schema: *ref_143 rawValue: 0 - language: *ref_2936 - language: *ref_2932 + language: *ref_2045 + language: *ref_2041 osType: - schema: *ref_95 + schema: *ref_122 rawValue: Windows - language: *ref_2915 + language: *ref_2024 remoteLoginPortPublicAccess: - schema: *ref_107 + schema: *ref_134 rawValue: Enabled - language: *ref_2926 + language: *ref_2035 scaleSettings: - schema: *ref_1006 + schema: *ref_932 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_127 rawValue: 1 - language: *ref_2921 + language: *ref_2030 minNodeCount: - schema: *ref_101 + schema: *ref_128 rawValue: 0 - language: *ref_2922 + language: *ref_2031 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_129 rawValue: PT5M - language: *ref_2923 - language: *ref_2920 + language: *ref_2032 + language: *ref_2029 subnet: - schema: *ref_124 + schema: *ref_151 parentsValue: {} properties: id: - schema: *ref_106 + schema: *ref_133 rawValue: test-subnet-resource-id - language: *ref_2925 - language: *ref_2924 + language: *ref_2034 + language: *ref_2033 targetNodeCount: - schema: *ref_112 + schema: *ref_139 rawValue: 1 - language: *ref_2931 + language: *ref_2040 virtualMachineImage: - schema: *ref_1164 + schema: *ref_1084 rawValue: null - language: *ref_2918 + language: *ref_2027 vmPriority: - schema: *ref_97 + schema: *ref_124 rawValue: Dedicated - language: *ref_2917 + language: *ref_2026 vmSize: - schema: *ref_96 + schema: *ref_123 rawValue: STANDARD_NC6 - language: *ref_2916 - language: *ref_2914 - language: *ref_2913 + language: *ref_2025 + language: *ref_2023 + language: *ref_2022 Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AmlCompute - language: *ref_2899 + language: *ref_2008 createdOn: - schema: *ref_247 + schema: *ref_258 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2902 + language: *ref_2011 modifiedOn: - schema: *ref_248 + schema: *ref_259 rawValue: '2021-04-01T22:00:00.0000000+00:00' - language: *ref_2903 + language: *ref_2012 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Succeeded - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus2 - language: *ref_2895 - language: *ref_2985 + language: *ref_2004 + language: *ref_2094 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_121 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AmlCompute - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Updating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus2 - language: *ref_2895 - language: *ref_2986 - headers: *ref_2995 + language: *ref_2004 + language: *ref_2095 + headers: *ref_2104 - name: Update an AKS Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_2981 - parameter: *ref_1475 + language: *ref_2090 + parameter: *ref_1278 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_2982 - parameter: *ref_1476 + language: *ref_2091 + parameter: *ref_1279 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_2983 - parameter: *ref_1477 + language: *ref_2092 + parameter: *ref_1280 - exampleValue: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: AKSSchema: - schema: *ref_272 + schema: *ref_110 parentsValue: {} properties: properties: - schema: *ref_1156 + schema: *ref_1076 parentsValue: {} properties: agentCount: - schema: *ref_256 + schema: *ref_95 rawValue: 4 - language: *ref_2998 - language: *ref_2997 - language: *ref_2996 + language: *ref_2107 + language: *ref_2106 + language: *ref_2105 Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 + language: *ref_2008 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2984 - parameter: *ref_1473 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2093 + parameter: *ref_1276 + operation: *ref_2097 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/createOrUpdate/AKSCompute.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: AKSSchema: - schema: *ref_272 + schema: *ref_110 parentsValue: {} properties: properties: - schema: *ref_1156 + schema: *ref_1076 parentsValue: {} properties: agentCount: - schema: *ref_256 + schema: *ref_95 rawValue: 4 - language: *ref_2998 - language: *ref_2997 - language: *ref_2996 + language: *ref_2107 + language: *ref_2106 + language: *ref_2105 Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Succeeded - language: *ref_2900 + language: *ref_2009 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2985 + language: *ref_2004 + language: *ref_2094 '201': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_92 + schema: *ref_90 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Updating - language: *ref_2900 + language: *ref_2009 resourceId: - schema: *ref_249 + schema: *ref_260 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourcegroups/testrg123/providers/Microsoft.ContainerService/managedClusters/compute123-56826-c9b00420020b2 - language: *ref_2904 - language: *ref_2898 + language: *ref_2013 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus - language: *ref_2895 - language: *ref_2986 - headers: *ref_2999 - operation: *ref_2988 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2095 + headers: *ref_2108 + operation: *ref_2097 + operationGroup: *ref_2016 - operationId: Compute_Update examples: - name: Update a AmlCompute Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3000 - parameter: *ref_1488 + language: *ref_2109 + parameter: *ref_1284 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_3001 - parameter: *ref_1489 + language: *ref_2110 + parameter: *ref_1285 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_3002 - parameter: *ref_1490 + language: *ref_2111 + parameter: *ref_1286 - exampleValue: - schema: *ref_1485 + schema: *ref_1281 parentsValue: {} properties: properties: - schema: *ref_1007 + schema: *ref_933 parentsValue: {} properties: properties: - schema: *ref_1008 + schema: *ref_934 parentsValue: {} properties: scaleSettings: - schema: *ref_1006 + schema: *ref_932 parentsValue: {} properties: maxNodeCount: - schema: *ref_100 + schema: *ref_127 rawValue: 4 - language: *ref_2921 + language: *ref_2030 minNodeCount: - schema: *ref_101 + schema: *ref_128 rawValue: 4 - language: *ref_2922 + language: *ref_2031 nodeIdleTimeBeforeScaleDown: - schema: *ref_102 + schema: *ref_129 rawValue: PT5M - language: *ref_2923 - language: *ref_3006 - language: *ref_3005 - language: *ref_3004 - language: *ref_3003 - parameter: *ref_1486 - operation: *ref_3009 - operationGroup: *ref_2907 + language: *ref_2032 + language: *ref_2115 + language: *ref_2114 + language: *ref_2113 + language: *ref_2112 + parameter: *ref_1282 + operation: *ref_2118 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/patch.json responses: '200': body: - schema: *ref_90 + schema: *ref_88 parentsValue: ComputeResourceSchema: - schema: *ref_275 + schema: *ref_263 parentsValue: {} properties: properties: - schema: *ref_94 + schema: *ref_121 parentsValue: Compute: - schema: *ref_93 + schema: *ref_89 parentsValue: {} properties: description: - schema: *ref_246 + schema: *ref_257 rawValue: some compute - language: *ref_2901 + language: *ref_2010 computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AmlCompute - language: *ref_2899 + language: *ref_2008 provisioningState: - schema: *ref_245 + schema: *ref_256 rawValue: Updating - language: *ref_2900 - language: *ref_2898 + language: *ref_2009 + language: *ref_2007 properties: {} - language: *ref_2897 - language: *ref_2896 + language: *ref_2006 + language: *ref_2005 Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: compute123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/computes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspaces123/computes/compute123 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: location: - schema: *ref_277 + schema: *ref_265 rawValue: eastus2 - language: *ref_2895 - language: *ref_3007 - headers: *ref_3008 - operation: *ref_3009 - operationGroup: *ref_2907 + language: *ref_2004 + language: *ref_2116 + headers: *ref_2117 + operation: *ref_2118 + operationGroup: *ref_2016 - operationId: Compute_Delete examples: - name: Delete Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3010 - parameter: *ref_1499 + language: *ref_2119 + parameter: *ref_1288 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_3011 - parameter: *ref_1500 + language: *ref_2120 + parameter: *ref_1289 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_3012 - parameter: *ref_1501 + language: *ref_2121 + parameter: *ref_1290 - exampleValue: - schema: *ref_1498 + schema: *ref_1287 rawValue: Delete - language: *ref_3013 - parameter: *ref_1502 - operation: *ref_3015 - operationGroup: *ref_2907 + language: *ref_2122 + parameter: *ref_1291 + operation: *ref_2124 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/delete.json responses: '200': {} '202': - headers: *ref_3014 + headers: *ref_2123 '204': {} - operation: *ref_3015 - operationGroup: *ref_2907 + operation: *ref_2124 + operationGroup: *ref_2016 - operationId: Compute_ListNodes examples: - name: Get compute nodes information for a compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3016 - parameter: *ref_1510 + language: *ref_2125 + parameter: *ref_1294 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_3017 - parameter: *ref_1511 + language: *ref_2126 + parameter: *ref_1295 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_3018 - parameter: *ref_1512 - operation: *ref_3028 - operationGroup: *ref_2907 + language: *ref_2127 + parameter: *ref_1296 + operation: *ref_2137 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/listNodes.json responses: '200': body: - schema: *ref_1513 + schema: *ref_1297 parentsValue: {} properties: nextLink: - schema: *ref_1015 + schema: *ref_941 rawValue: nextLink - language: *ref_3027 + language: *ref_2136 nodes: - schema: *ref_1231 + schema: *ref_1151 elements: - - schema: *ref_1016 + - schema: *ref_942 parentsValue: {} properties: nodeId: - schema: *ref_1009 + schema: *ref_935 rawValue: tvm-3601533753_1-20170719t162906z - language: *ref_3021 + language: *ref_2130 nodeState: - schema: *ref_1013 + schema: *ref_939 rawValue: running - language: *ref_3025 + language: *ref_2134 port: - schema: *ref_1012 + schema: *ref_938 rawValue: 50000 - language: *ref_3024 + language: *ref_2133 privateIpAddress: - schema: *ref_1010 + schema: *ref_936 rawValue: 13.84.190.124 - language: *ref_3022 + language: *ref_2131 publicIpAddress: - schema: *ref_1011 + schema: *ref_937 rawValue: 13.84.190.134 - language: *ref_3023 + language: *ref_2132 runId: - schema: *ref_1014 + schema: *ref_940 rawValue: 2f378a44-38f2-443a-9f0d-9909d0b47890 - language: *ref_3026 - - schema: *ref_1016 + language: *ref_2135 + - schema: *ref_942 parentsValue: {} properties: nodeId: - schema: *ref_1009 + schema: *ref_935 rawValue: tvm-3601533753_2-20170719t162906z - language: *ref_3021 + language: *ref_2130 nodeState: - schema: *ref_1013 + schema: *ref_939 rawValue: idle - language: *ref_3025 + language: *ref_2134 port: - schema: *ref_1012 + schema: *ref_938 rawValue: 50001 - language: *ref_3024 + language: *ref_2133 privateIpAddress: - schema: *ref_1010 + schema: *ref_936 rawValue: 13.84.190.124 - language: *ref_3022 + language: *ref_2131 publicIpAddress: - schema: *ref_1011 + schema: *ref_937 rawValue: 13.84.190.134 - language: *ref_3023 - language: *ref_3020 - language: *ref_3019 - operation: *ref_3028 - operationGroup: *ref_2907 + language: *ref_2132 + language: *ref_2129 + language: *ref_2128 + operation: *ref_2137 + operationGroup: *ref_2016 - operationId: Compute_ListKeys examples: - name: List AKS Compute Keys clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3029 - parameter: *ref_1519 + language: *ref_2138 + parameter: *ref_1298 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_3030 - parameter: *ref_1520 + language: *ref_2139 + parameter: *ref_1299 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_3031 - parameter: *ref_1521 - operation: *ref_3039 - operationGroup: *ref_2907 + language: *ref_2140 + parameter: *ref_1300 + operation: *ref_2148 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/listKeys.json responses: '200': body: - schema: *ref_1026 + schema: *ref_952 parentsValue: AksComputeSecretsProperties: - schema: *ref_1030 + schema: *ref_956 parentsValue: {} properties: adminKubeConfig: - schema: *ref_1028 + schema: *ref_954 rawValue: admin kube config... - language: *ref_3037 + language: *ref_2146 imagePullSecretName: - schema: *ref_1029 + schema: *ref_955 rawValue: the image pull secret name - language: *ref_3038 + language: *ref_2147 userKubeConfig: - schema: *ref_1027 + schema: *ref_953 rawValue: user kube config... - language: *ref_3036 - language: *ref_3035 + language: *ref_2145 + language: *ref_2144 ComputeSecrets: - schema: *ref_1025 + schema: *ref_951 parentsValue: {} properties: computeType: - schema: *ref_242 + schema: *ref_253 rawValue: AKS - language: *ref_3034 - language: *ref_3033 + language: *ref_2143 + language: *ref_2142 properties: {} - language: *ref_3032 - operation: *ref_3039 - operationGroup: *ref_2907 + language: *ref_2141 + operation: *ref_2148 + operationGroup: *ref_2016 - operationId: Compute_Start examples: - name: Start ComputeInstance Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3040 - parameter: *ref_1530 + language: *ref_2149 + parameter: *ref_1301 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_3041 - parameter: *ref_1531 + language: *ref_2150 + parameter: *ref_1302 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_3042 - parameter: *ref_1532 - operation: *ref_3043 - operationGroup: *ref_2907 + language: *ref_2151 + parameter: *ref_1303 + operation: *ref_2152 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/start.json responses: '202': {} - operation: *ref_3043 - operationGroup: *ref_2907 + operation: *ref_2152 + operationGroup: *ref_2016 - operationId: Compute_Stop examples: - name: Stop ComputeInstance Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3044 - parameter: *ref_1538 + language: *ref_2153 + parameter: *ref_1304 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_3045 - parameter: *ref_1539 + language: *ref_2154 + parameter: *ref_1305 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_3046 - parameter: *ref_1540 - operation: *ref_3047 - operationGroup: *ref_2907 + language: *ref_2155 + parameter: *ref_1306 + operation: *ref_2156 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/stop.json responses: '202': {} - operation: *ref_3047 - operationGroup: *ref_2907 + operation: *ref_2156 + operationGroup: *ref_2016 - operationId: Compute_Restart examples: - name: Restart ComputeInstance Compute clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3048 - parameter: *ref_1546 + language: *ref_2157 + parameter: *ref_1307 - exampleValue: schema: *ref_1 rawValue: workspaces123 - language: *ref_3049 - parameter: *ref_1547 + language: *ref_2158 + parameter: *ref_1308 - exampleValue: schema: *ref_3 rawValue: compute123 - language: *ref_3050 - parameter: *ref_1548 - operation: *ref_3051 - operationGroup: *ref_2907 + language: *ref_2159 + parameter: *ref_1309 + operation: *ref_2160 + operationGroup: *ref_2016 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Compute/restart.json responses: '202': {} - operation: *ref_3051 - operationGroup: *ref_2907 + operation: *ref_2160 + operationGroup: *ref_2016 - operationId: PrivateEndpointConnections_List examples: - name: StorageAccountListPrivateEndpointConnections clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: rg-1234 - language: *ref_3052 - parameter: *ref_1554 + language: *ref_2161 + parameter: *ref_1310 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3053 - parameter: *ref_1555 - operation: *ref_3056 - operationGroup: *ref_3057 + language: *ref_2162 + parameter: *ref_1311 + operation: *ref_2165 + operationGroup: *ref_2166 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/list.json responses: '200': body: - schema: *ref_1556 + schema: *ref_1312 parentsValue: {} properties: value: - schema: *ref_1232 + schema: *ref_1152 elements: - - schema: *ref_846 + - schema: *ref_773 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: '{privateEndpointConnectionName}' - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_907 + schema: *ref_834 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_835 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2692 - language: *ref_2691 + language: *ref_1801 + language: *ref_1800 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_836 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2695 + language: *ref_1804 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2696 + language: *ref_1805 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2694 - language: *ref_2693 + language: *ref_1803 + language: *ref_1802 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2697 - language: *ref_2690 - - schema: *ref_846 + language: *ref_1806 + language: *ref_1799 + - schema: *ref_773 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: '{privateEndpointConnectionName}' - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_907 + schema: *ref_834 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_835 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2692 - language: *ref_2691 + language: *ref_1801 + language: *ref_1800 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_836 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2695 + language: *ref_1804 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2696 + language: *ref_1805 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2694 - language: *ref_2693 + language: *ref_1803 + language: *ref_1802 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2697 - language: *ref_2690 - language: *ref_3055 - language: *ref_3054 - operation: *ref_3056 - operationGroup: *ref_3057 + language: *ref_1806 + language: *ref_1799 + language: *ref_2164 + language: *ref_2163 + operation: *ref_2165 + operationGroup: *ref_2166 - operationId: PrivateEndpointConnections_Get examples: - name: WorkspaceGetPrivateEndpointConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: rg-1234 - language: *ref_3058 - parameter: *ref_1562 + language: *ref_2167 + parameter: *ref_1313 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3059 - parameter: *ref_1563 + language: *ref_2168 + parameter: *ref_1314 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_3060 - parameter: *ref_1564 - operation: *ref_3062 - operationGroup: *ref_3057 + language: *ref_2169 + parameter: *ref_1315 + operation: *ref_2171 + operationGroup: *ref_2166 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/get.json responses: '200': body: - schema: *ref_846 + schema: *ref_773 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: '{privateEndpointConnectionName}' - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_907 + schema: *ref_834 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_835 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2692 - language: *ref_2691 + language: *ref_1801 + language: *ref_1800 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_836 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2695 + language: *ref_1804 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2696 + language: *ref_1805 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2694 - language: *ref_2693 + language: *ref_1803 + language: *ref_1802 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2697 - language: *ref_2690 - language: *ref_3061 - operation: *ref_3062 - operationGroup: *ref_3057 + language: *ref_1806 + language: *ref_1799 + language: *ref_2170 + operation: *ref_2171 + operationGroup: *ref_2166 - operationId: PrivateEndpointConnections_CreateOrUpdate examples: - name: WorkspacePutPrivateEndpointConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: rg-1234 - language: *ref_3063 - parameter: *ref_1572 + language: *ref_2172 + parameter: *ref_1318 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3064 - parameter: *ref_1573 + language: *ref_2173 + parameter: *ref_1319 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_3065 - parameter: *ref_1574 + language: *ref_2174 + parameter: *ref_1320 - exampleValue: - schema: *ref_846 + schema: *ref_773 parentsValue: {} properties: properties: - schema: *ref_907 + schema: *ref_834 parentsValue: {} properties: privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_836 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2695 + language: *ref_1804 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2694 - language: *ref_2693 - language: *ref_2690 - language: *ref_3066 - parameter: *ref_1570 - operation: *ref_3068 - operationGroup: *ref_3057 + language: *ref_1803 + language: *ref_1802 + language: *ref_1799 + language: *ref_2175 + parameter: *ref_1316 + operation: *ref_2177 + operationGroup: *ref_2166 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/createOrUpdate.json responses: '200': body: - schema: *ref_846 + schema: *ref_773 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: '{privateEndpointConnectionName}' - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/privateEndpointConnections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateEndpointConnections/{privateEndpointConnectionName} - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_907 + schema: *ref_834 parentsValue: {} properties: privateEndpoint: - schema: *ref_908 + schema: *ref_835 parentsValue: {} properties: id: - schema: *ref_72 + schema: *ref_70 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.Network/privateEndpoints/petest01 - language: *ref_2692 - language: *ref_2691 + language: *ref_1801 + language: *ref_1800 privateLinkServiceConnectionState: - schema: *ref_909 + schema: *ref_836 parentsValue: {} properties: description: - schema: *ref_75 + schema: *ref_73 rawValue: Auto-Approved - language: *ref_2695 + language: *ref_1804 actionsRequired: - schema: *ref_76 + schema: *ref_74 rawValue: None - language: *ref_2696 + language: *ref_1805 status: - schema: *ref_74 + schema: *ref_72 rawValue: Approved - language: *ref_2694 - language: *ref_2693 + language: *ref_1803 + language: *ref_1802 provisioningState: - schema: *ref_77 + schema: *ref_75 rawValue: Succeeded - language: *ref_2697 - language: *ref_2690 - language: *ref_3067 - operation: *ref_3068 - operationGroup: *ref_3057 + language: *ref_1806 + language: *ref_1799 + language: *ref_2176 + operation: *ref_2177 + operationGroup: *ref_2166 - operationId: PrivateEndpointConnections_Delete examples: - name: WorkspaceDeletePrivateEndpointConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: rg-1234 - language: *ref_3069 - parameter: *ref_1580 + language: *ref_2178 + parameter: *ref_1321 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3070 - parameter: *ref_1581 + language: *ref_2179 + parameter: *ref_1322 - exampleValue: schema: *ref_4 rawValue: '{privateEndpointConnectionName}' - language: *ref_3071 - parameter: *ref_1582 - operation: *ref_3072 - operationGroup: *ref_3057 + language: *ref_2180 + parameter: *ref_1323 + operation: *ref_2181 + operationGroup: *ref_2166 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateEndpointConnection/delete.json responses: '200': {} '204': {} - operation: *ref_3072 - operationGroup: *ref_3057 + operation: *ref_2181 + operationGroup: *ref_2166 - operationId: PrivateLinkResources_List examples: - name: WorkspaceListPrivateLinkResources clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: rg-1234 - language: *ref_3073 - parameter: *ref_1586 + language: *ref_2182 + parameter: *ref_1324 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3074 - parameter: *ref_1587 - operation: *ref_3080 - operationGroup: *ref_3081 + language: *ref_2183 + parameter: *ref_1325 + operation: *ref_2189 + operationGroup: *ref_2190 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/PrivateLinkResource/list.json responses: '200': body: - schema: *ref_1588 + schema: *ref_1326 parentsValue: {} properties: value: - schema: *ref_1235 + schema: *ref_1155 elements: - - schema: *ref_847 + - schema: *ref_774 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: amlworkspace - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/privateLinkResources - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/rg-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/privateLinkResources/amlworkspace - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_1037 + schema: *ref_963 parentsValue: {} properties: groupId: - schema: *ref_280 + schema: *ref_268 rawValue: amlworkspace - language: *ref_3078 + language: *ref_2187 requiredMembers: - schema: *ref_1233 + schema: *ref_1153 elements: - - schema: *ref_281 + - schema: *ref_269 rawValue: default - language: *ref_3079 - language: *ref_3077 - language: *ref_3076 - language: *ref_3075 - operation: *ref_3080 - operationGroup: *ref_3081 + language: *ref_2188 + language: *ref_2186 + language: *ref_2185 + language: *ref_2184 + operation: *ref_2189 + operationGroup: *ref_2190 - operationId: WorkspaceConnections_List examples: - name: ListWorkspaceConnections clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: resourceGroup-1 - language: *ref_3082 - parameter: *ref_1599 + language: *ref_2191 + parameter: *ref_1327 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_3083 - parameter: *ref_1600 + language: *ref_2192 + parameter: *ref_1328 - exampleValue: schema: *ref_4 rawValue: www.facebook.com - language: *ref_3084 - parameter: *ref_1595 + language: *ref_2193 + parameter: *ref_1329 - exampleValue: schema: *ref_4 rawValue: ACR - language: *ref_3085 - parameter: *ref_1598 - operation: *ref_3093 - operationGroup: *ref_3094 + language: *ref_2194 + parameter: *ref_1330 + operation: *ref_2202 + operationGroup: *ref_2203 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/list.json responses: '200': body: - schema: *ref_1601 + schema: *ref_1331 parentsValue: {} properties: value: - schema: *ref_1236 + schema: *ref_1156 elements: - - schema: *ref_848 + - schema: *ref_775 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: connection-1 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedWorkspaces/connection-1 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_1040 + schema: *ref_966 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_275 rawValue: PAT - language: *ref_3091 + language: *ref_2200 category: - schema: *ref_285 + schema: *ref_273 rawValue: ACR - language: *ref_3089 + language: *ref_2198 target: - schema: *ref_286 + schema: *ref_274 rawValue: www.facebook.com - language: *ref_3090 + language: *ref_2199 value: - schema: *ref_288 + schema: *ref_276 rawValue: secrets - language: *ref_3092 - language: *ref_3088 - - schema: *ref_848 + language: *ref_2201 + language: *ref_2197 + - schema: *ref_775 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: connection-2 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/linkedWorkspaces/connection-2 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_1040 + schema: *ref_966 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_275 rawValue: PAT - language: *ref_3091 + language: *ref_2200 category: - schema: *ref_285 + schema: *ref_273 rawValue: ACR - language: *ref_3089 + language: *ref_2198 target: - schema: *ref_286 + schema: *ref_274 rawValue: www.facebook.com - language: *ref_3090 + language: *ref_2199 value: - schema: *ref_288 + schema: *ref_276 rawValue: secrets - language: *ref_3092 - language: *ref_3088 - language: *ref_3087 - language: *ref_3086 - operation: *ref_3093 - operationGroup: *ref_3094 + language: *ref_2201 + language: *ref_2197 + language: *ref_2196 + language: *ref_2195 + operation: *ref_2202 + operationGroup: *ref_2203 - operationId: WorkspaceConnections_Create examples: - name: CreateWorkspaceConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: resourceGroup-1 - language: *ref_3095 - parameter: *ref_1607 + language: *ref_2204 + parameter: *ref_1334 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_3096 - parameter: *ref_1608 + language: *ref_2205 + parameter: *ref_1335 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_3097 - parameter: *ref_1609 + language: *ref_2206 + parameter: *ref_1336 - exampleValue: - schema: *ref_848 + schema: *ref_775 parentsValue: {} properties: properties: - schema: *ref_1040 + schema: *ref_966 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_275 rawValue: PAT - language: *ref_3091 + language: *ref_2200 category: - schema: *ref_285 + schema: *ref_273 rawValue: ACR - language: *ref_3089 + language: *ref_2198 target: - schema: *ref_286 + schema: *ref_274 rawValue: www.facebook.com - language: *ref_3090 + language: *ref_2199 value: - schema: *ref_288 + schema: *ref_276 rawValue: secrets - language: *ref_3092 - language: *ref_3088 - language: *ref_3098 - parameter: *ref_1605 - operation: *ref_3100 - operationGroup: *ref_3094 + language: *ref_2201 + language: *ref_2197 + language: *ref_2207 + parameter: *ref_1332 + operation: *ref_2209 + operationGroup: *ref_2203 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/create.json responses: '200': body: - schema: *ref_848 + schema: *ref_775 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: connection-1 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/connections/connection-1 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_1040 + schema: *ref_966 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_275 rawValue: PAT - language: *ref_3091 + language: *ref_2200 category: - schema: *ref_285 + schema: *ref_273 rawValue: ACR - language: *ref_3089 + language: *ref_2198 target: - schema: *ref_286 + schema: *ref_274 rawValue: www.facebook.com - language: *ref_3090 + language: *ref_2199 value: - schema: *ref_288 + schema: *ref_276 rawValue: secrets - language: *ref_3092 - language: *ref_3088 - language: *ref_3099 - operation: *ref_3100 - operationGroup: *ref_3094 + language: *ref_2201 + language: *ref_2197 + language: *ref_2208 + operation: *ref_2209 + operationGroup: *ref_2203 - operationId: WorkspaceConnections_Get examples: - name: GetWorkspaceConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: resourceGroup-1 - language: *ref_3101 - parameter: *ref_1615 + language: *ref_2210 + parameter: *ref_1337 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_3102 - parameter: *ref_1616 + language: *ref_2211 + parameter: *ref_1338 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_3103 - parameter: *ref_1617 - operation: *ref_3105 - operationGroup: *ref_3094 + language: *ref_2212 + parameter: *ref_1339 + operation: *ref_2214 + operationGroup: *ref_2203 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/get.json responses: '200': body: - schema: *ref_848 + schema: *ref_775 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: connection-1 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/connections - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1/providers/Microsoft.MachineLearningServices/workspaces/workspace-1/connections/connection-1 - language: *ref_2699 - language: *ref_2698 + language: *ref_1808 + language: *ref_1807 properties: properties: - schema: *ref_1040 + schema: *ref_966 parentsValue: {} properties: authType: - schema: *ref_287 + schema: *ref_275 rawValue: PAT - language: *ref_3091 + language: *ref_2200 category: - schema: *ref_285 + schema: *ref_273 rawValue: ACR - language: *ref_3089 + language: *ref_2198 target: - schema: *ref_286 + schema: *ref_274 rawValue: www.facebook.com - language: *ref_3090 + language: *ref_2199 value: - schema: *ref_288 + schema: *ref_276 rawValue: secrets - language: *ref_3092 - language: *ref_3088 - language: *ref_3104 - operation: *ref_3105 - operationGroup: *ref_3094 + language: *ref_2201 + language: *ref_2197 + language: *ref_2213 + operation: *ref_2214 + operationGroup: *ref_2203 - operationId: WorkspaceConnections_Delete examples: - name: DeleteWorkspaceConnection clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: resourceGroup-1 - language: *ref_3106 - parameter: *ref_1623 + language: *ref_2215 + parameter: *ref_1340 - exampleValue: schema: *ref_1 rawValue: workspace-1 - language: *ref_3107 - parameter: *ref_1624 + language: *ref_2216 + parameter: *ref_1341 - exampleValue: schema: *ref_4 rawValue: connection-1 - language: *ref_3108 - parameter: *ref_1625 - operation: *ref_3109 - operationGroup: *ref_3094 + language: *ref_2217 + parameter: *ref_1342 + operation: *ref_2218 + operationGroup: *ref_2203 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceConnection/delete.json responses: '200': {} '204': {} - operation: *ref_3109 - operationGroup: *ref_3094 + operation: *ref_2218 + operationGroup: *ref_2203 - operationId: BatchEndpoints_List examples: - name: List Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3110 - parameter: *ref_1634 + language: *ref_2219 + parameter: *ref_1343 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3111 - parameter: *ref_1635 + language: *ref_2220 + parameter: *ref_1344 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3112 - parameter: *ref_1630 - operation: *ref_3144 - operationGroup: *ref_3145 + language: *ref_2221 + parameter: *ref_1345 + operation: *ref_2253 + operationGroup: *ref_2254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/list.json responses: '200': body: - schema: *ref_1636 + schema: *ref_1347 parentsValue: {} properties: nextLink: - schema: *ref_1048 + schema: *ref_974 rawValue: string - language: *ref_3114 + language: *ref_2223 value: - schema: *ref_1240 + schema: *ref_1160 elements: - - schema: *ref_386 + - schema: *ref_364 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3116 + language: *ref_1823 + language: *ref_1822 + language: *ref_2225 kind: - schema: *ref_291 + schema: *ref_279 rawValue: string - language: *ref_3117 + language: *ref_2226 properties: - schema: *ref_292 + schema: *ref_280 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: defaults: - schema: *ref_1049 + schema: *ref_975 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_295 rawValue: string - language: *ref_3120 - language: *ref_3119 - language: *ref_3118 + language: *ref_2229 + language: *ref_2228 + language: *ref_2227 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3127 - language: *ref_3115 - language: *ref_3113 - headers: *ref_3143 - operation: *ref_3144 - operationGroup: *ref_3145 + language: *ref_2238 + language: *ref_2236 + language: *ref_2224 + language: *ref_2222 + headers: *ref_2252 + operation: *ref_2253 + operationGroup: *ref_2254 - operationId: BatchEndpoints_Delete examples: - name: Delete Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: resourceGroup-1234 - language: *ref_3146 - parameter: *ref_1640 + language: *ref_2255 + parameter: *ref_1348 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3147 - parameter: *ref_1641 + language: *ref_2256 + parameter: *ref_1349 - exampleValue: schema: *ref_4 rawValue: testBatchEndpoint - language: *ref_3148 - parameter: *ref_1642 - operation: *ref_3149 - operationGroup: *ref_3145 + language: *ref_2257 + parameter: *ref_1350 + operation: *ref_2258 + operationGroup: *ref_2254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_3149 - operationGroup: *ref_3145 + operation: *ref_2258 + operationGroup: *ref_2254 - operationId: BatchEndpoints_Get examples: - name: Get Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3150 - parameter: *ref_1650 + language: *ref_2259 + parameter: *ref_1353 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3151 - parameter: *ref_1651 + language: *ref_2260 + parameter: *ref_1354 - exampleValue: schema: *ref_6 rawValue: testEndpointName - language: *ref_3152 - parameter: *ref_1652 - operation: *ref_3155 - operationGroup: *ref_3145 + language: *ref_2261 + parameter: *ref_1355 + operation: *ref_2264 + operationGroup: *ref_2254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/get.json responses: '200': body: - schema: *ref_386 + schema: *ref_364 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3116 + language: *ref_1823 + language: *ref_1822 + language: *ref_2225 kind: - schema: *ref_291 + schema: *ref_279 rawValue: string - language: *ref_3117 + language: *ref_2226 properties: - schema: *ref_292 + schema: *ref_280 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: defaults: - schema: *ref_1049 + schema: *ref_975 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_295 rawValue: string - language: *ref_3120 - language: *ref_3119 - language: *ref_3118 + language: *ref_2229 + language: *ref_2228 + language: *ref_2227 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3127 - language: *ref_3153 - headers: *ref_3154 - operation: *ref_3155 - operationGroup: *ref_3145 + language: *ref_2238 + language: *ref_2236 + language: *ref_2262 + headers: *ref_2263 + operation: *ref_2264 + operationGroup: *ref_2254 - operationId: BatchEndpoints_Update examples: - name: Update Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3156 - parameter: *ref_1662 + language: *ref_2265 + parameter: *ref_1360 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3157 - parameter: *ref_1663 + language: *ref_2266 + parameter: *ref_1361 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_3158 - parameter: *ref_1664 + language: *ref_2267 + parameter: *ref_1362 - exampleValue: - schema: *ref_1659 + schema: *ref_1357 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_985 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_3161 + language: *ref_2270 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_977 properties: string: schema: *ref_2 - rawValue: *ref_3163 - language: *ref_3162 - language: *ref_3160 + rawValue: *ref_2272 + language: *ref_2271 + language: *ref_2269 kind: - schema: *ref_1052 + schema: *ref_978 rawValue: string - language: *ref_3164 + language: *ref_2273 location: - schema: *ref_1053 + schema: *ref_979 rawValue: string - language: *ref_3165 + language: *ref_2274 properties: - schema: *ref_1060 + schema: *ref_986 parentsValue: {} properties: defaults: - schema: *ref_1049 + schema: *ref_975 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_295 rawValue: string - language: *ref_3120 - language: *ref_3167 - language: *ref_3166 + language: *ref_2229 + language: *ref_2276 + language: *ref_2275 sku: - schema: *ref_1061 + schema: *ref_987 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_982 rawValue: string - language: *ref_3171 + language: *ref_2280 capacity: - schema: *ref_1054 + schema: *ref_980 rawValue: 1 - language: *ref_3169 + language: *ref_2278 family: - schema: *ref_1055 + schema: *ref_981 rawValue: string - language: *ref_3170 + language: *ref_2279 size: - schema: *ref_1057 + schema: *ref_983 rawValue: string - language: *ref_3172 + language: *ref_2281 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3173 - language: *ref_3168 + language: *ref_2282 + language: *ref_2277 tags: - schema: *ref_1058 + schema: *ref_984 properties: {} - language: *ref_3174 - language: *ref_3159 - parameter: *ref_1660 - operation: *ref_3178 - operationGroup: *ref_3145 + language: *ref_2283 + language: *ref_2268 + parameter: *ref_1358 + operation: *ref_2287 + operationGroup: *ref_2254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/update.json responses: '200': body: - schema: *ref_386 + schema: *ref_364 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3116 + language: *ref_1823 + language: *ref_1822 + language: *ref_2225 kind: - schema: *ref_291 + schema: *ref_279 rawValue: string - language: *ref_3117 + language: *ref_2226 properties: - schema: *ref_292 + schema: *ref_280 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: defaults: - schema: *ref_1049 + schema: *ref_975 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_295 rawValue: string - language: *ref_3120 - language: *ref_3119 + language: *ref_2229 + language: *ref_2228 provisioningState: - schema: *ref_296 + schema: *ref_284 rawValue: Creating - language: *ref_3176 - language: *ref_3118 + language: *ref_2285 + language: *ref_2227 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3127 - language: *ref_3175 - headers: *ref_3177 + language: *ref_2238 + language: *ref_2236 + language: *ref_2284 + headers: *ref_2286 '202': {} - operation: *ref_3178 - operationGroup: *ref_3145 + operation: *ref_2287 + operationGroup: *ref_2254 - operationId: BatchEndpoints_CreateOrUpdate examples: - name: CreateOrUpdate Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3179 - parameter: *ref_1676 + language: *ref_2288 + parameter: *ref_1367 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3180 - parameter: *ref_1677 + language: *ref_2289 + parameter: *ref_1368 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_3181 - parameter: *ref_1678 + language: *ref_2290 + parameter: *ref_1369 - exampleValue: - schema: *ref_386 + schema: *ref_364 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: {} - language: *ref_2713 - language: *ref_3116 + language: *ref_1822 + language: *ref_2225 kind: - schema: *ref_291 + schema: *ref_279 rawValue: string - language: *ref_3117 + language: *ref_2226 properties: - schema: *ref_292 + schema: *ref_280 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 - language: *ref_3121 + language: *ref_2233 + language: *ref_2230 properties: defaults: - schema: *ref_1049 + schema: *ref_975 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_295 rawValue: string - language: *ref_3120 - language: *ref_3119 - language: *ref_3118 + language: *ref_2229 + language: *ref_2228 + language: *ref_2227 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3127 - language: *ref_3182 - parameter: *ref_1674 - operation: *ref_3187 - operationGroup: *ref_3145 + language: *ref_2238 + language: *ref_2236 + language: *ref_2291 + parameter: *ref_1365 + operation: *ref_2296 + operationGroup: *ref_2254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/createOrUpdate.json responses: '200': body: - schema: *ref_386 + schema: *ref_364 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3116 + language: *ref_1823 + language: *ref_1822 + language: *ref_2225 kind: - schema: *ref_291 + schema: *ref_279 rawValue: string - language: *ref_3117 + language: *ref_2226 properties: - schema: *ref_292 + schema: *ref_280 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: defaults: - schema: *ref_1049 + schema: *ref_975 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_295 rawValue: string - language: *ref_3120 - language: *ref_3119 - language: *ref_3118 + language: *ref_2229 + language: *ref_2228 + language: *ref_2227 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3127 - language: *ref_3183 - headers: *ref_3184 + language: *ref_2238 + language: *ref_2236 + language: *ref_2292 + headers: *ref_2293 '201': body: - schema: *ref_386 + schema: *ref_364 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3116 + language: *ref_1823 + language: *ref_1822 + language: *ref_2225 kind: - schema: *ref_291 + schema: *ref_279 rawValue: string - language: *ref_3117 + language: *ref_2226 properties: - schema: *ref_292 + schema: *ref_280 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: defaults: - schema: *ref_1049 + schema: *ref_975 parentsValue: {} properties: deploymentName: - schema: *ref_307 + schema: *ref_295 rawValue: string - language: *ref_3120 - language: *ref_3119 - language: *ref_3118 + language: *ref_2229 + language: *ref_2228 + language: *ref_2227 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3127 - language: *ref_3185 - headers: *ref_3186 - operation: *ref_3187 - operationGroup: *ref_3145 + language: *ref_2238 + language: *ref_2236 + language: *ref_2294 + headers: *ref_2295 + operation: *ref_2296 + operationGroup: *ref_2254 - operationId: BatchEndpoints_ListKeys examples: - name: ListKeys Batch Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3188 - parameter: *ref_1688 + language: *ref_2297 + parameter: *ref_1372 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3189 - parameter: *ref_1689 + language: *ref_2298 + parameter: *ref_1373 - exampleValue: schema: *ref_9 rawValue: testEndpointName - language: *ref_3190 - parameter: *ref_1690 - operation: *ref_3195 - operationGroup: *ref_3145 + language: *ref_2299 + parameter: *ref_1374 + operation: *ref_2304 + operationGroup: *ref_2254 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchEndpoint/listKeys.json responses: '200': body: - schema: *ref_1050 + schema: *ref_976 parentsValue: {} properties: primaryKey: - schema: *ref_302 + schema: *ref_290 rawValue: string - language: *ref_3192 + language: *ref_2301 secondaryKey: - schema: *ref_303 + schema: *ref_291 rawValue: string - language: *ref_3193 - language: *ref_3191 - headers: *ref_3194 - operation: *ref_3195 - operationGroup: *ref_3145 + language: *ref_2302 + language: *ref_2300 + headers: *ref_2303 + operation: *ref_2304 + operationGroup: *ref_2254 - operationId: BatchDeployments_List examples: - name: List Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3196 - parameter: *ref_1702 + language: *ref_2305 + parameter: *ref_1375 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3197 - parameter: *ref_1703 + language: *ref_2306 + parameter: *ref_1376 - exampleValue: schema: *ref_7 rawValue: testEndpointName - language: *ref_3198 - parameter: *ref_1704 + language: *ref_2307 + parameter: *ref_1377 - exampleValue: schema: *ref_7 rawValue: string - language: *ref_3199 - parameter: *ref_1697 + language: *ref_2308 + parameter: *ref_1378 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3200 - parameter: *ref_1700 - operation: *ref_3237 - operationGroup: *ref_3238 + language: *ref_2309 + parameter: *ref_1379 + operation: *ref_2346 + operationGroup: *ref_2347 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/list.json responses: '200': body: - schema: *ref_1705 + schema: *ref_1381 parentsValue: {} properties: nextLink: - schema: *ref_1062 + schema: *ref_988 rawValue: string - language: *ref_3202 + language: *ref_2311 value: - schema: *ref_1241 + schema: *ref_1161 elements: - - schema: *ref_387 + - schema: *ref_365 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3204 + language: *ref_1823 + language: *ref_1822 + language: *ref_2313 kind: - schema: *ref_308 + schema: *ref_296 rawValue: string - language: *ref_3205 + language: *ref_2314 properties: - schema: *ref_309 + schema: *ref_297 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: compute: - schema: *ref_354 + schema: *ref_339 rawValue: string - language: *ref_3207 + language: *ref_2316 errorThreshold: - schema: *ref_355 + schema: *ref_340 rawValue: 1 - language: *ref_3208 + language: *ref_2317 loggingLevel: - schema: *ref_356 + schema: *ref_341 rawValue: Info - language: *ref_3209 + language: *ref_2318 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_342 rawValue: 1 - language: *ref_3210 + language: *ref_2319 miniBatchSize: - schema: *ref_358 + schema: *ref_343 rawValue: 1 - language: *ref_3211 + language: *ref_2320 model: - schema: *ref_365 + schema: *ref_351 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_344 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_353 rawValue: Id - language: *ref_3215 - language: *ref_3214 + language: *ref_2324 + language: *ref_2323 properties: assetId: - schema: *ref_362 + schema: *ref_347 rawValue: string - language: *ref_3213 - language: *ref_3212 + language: *ref_2322 + language: *ref_2321 outputAction: - schema: *ref_373 + schema: *ref_355 rawValue: SummaryOnly - language: *ref_3216 + language: *ref_2325 outputFileName: - schema: *ref_374 + schema: *ref_356 rawValue: string - language: *ref_3217 + language: *ref_2326 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3218 + language: *ref_2327 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3223 - language: *ref_3222 - language: *ref_3219 + rawValue: *ref_2332 + language: *ref_2331 + language: *ref_2328 retrySettings: - schema: *ref_1063 + schema: *ref_989 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_360 rawValue: 1 - language: *ref_3225 + language: *ref_2334 timeout: - schema: *ref_379 + schema: *ref_361 rawValue: PT5M - language: *ref_3226 - language: *ref_3224 - language: *ref_3206 + language: *ref_2335 + language: *ref_2333 + language: *ref_2315 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3235 - language: *ref_3203 - language: *ref_3201 - headers: *ref_3236 - operation: *ref_3237 - operationGroup: *ref_3238 + language: *ref_2238 + language: *ref_2344 + language: *ref_2312 + language: *ref_2310 + headers: *ref_2345 + operation: *ref_2346 + operationGroup: *ref_2347 - operationId: BatchDeployments_Delete examples: - name: Delete Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3239 - parameter: *ref_1709 + language: *ref_2348 + parameter: *ref_1382 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3240 - parameter: *ref_1710 + language: *ref_2349 + parameter: *ref_1383 - exampleValue: schema: *ref_7 rawValue: testEndpointName - language: *ref_3241 - parameter: *ref_1711 + language: *ref_2350 + parameter: *ref_1384 - exampleValue: schema: *ref_7 rawValue: testDeploymentName - language: *ref_3242 - parameter: *ref_1712 - operation: *ref_3243 - operationGroup: *ref_3238 + language: *ref_2351 + parameter: *ref_1385 + operation: *ref_2352 + operationGroup: *ref_2347 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_3243 - operationGroup: *ref_3238 + operation: *ref_2352 + operationGroup: *ref_2347 - operationId: BatchDeployments_Get examples: - name: Get Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3244 - parameter: *ref_1720 + language: *ref_2353 + parameter: *ref_1388 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3245 - parameter: *ref_1721 + language: *ref_2354 + parameter: *ref_1389 - exampleValue: schema: *ref_8 rawValue: testEndpointName - language: *ref_3246 - parameter: *ref_1722 + language: *ref_2355 + parameter: *ref_1390 - exampleValue: schema: *ref_8 rawValue: testDeploymentName - language: *ref_3247 - parameter: *ref_1723 - operation: *ref_3251 - operationGroup: *ref_3238 + language: *ref_2356 + parameter: *ref_1391 + operation: *ref_2360 + operationGroup: *ref_2347 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/get.json responses: '200': body: - schema: *ref_387 + schema: *ref_365 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3204 + language: *ref_1823 + language: *ref_1822 + language: *ref_2313 kind: - schema: *ref_308 + schema: *ref_296 rawValue: string - language: *ref_3205 + language: *ref_2314 properties: - schema: *ref_309 + schema: *ref_297 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: compute: - schema: *ref_354 + schema: *ref_339 rawValue: string - language: *ref_3207 + language: *ref_2316 errorThreshold: - schema: *ref_355 + schema: *ref_340 rawValue: 1 - language: *ref_3208 + language: *ref_2317 loggingLevel: - schema: *ref_356 + schema: *ref_341 rawValue: Info - language: *ref_3209 + language: *ref_2318 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_342 rawValue: 1 - language: *ref_3210 + language: *ref_2319 miniBatchSize: - schema: *ref_358 + schema: *ref_343 rawValue: 1 - language: *ref_3211 + language: *ref_2320 model: - schema: *ref_365 + schema: *ref_351 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_344 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_353 rawValue: Id - language: *ref_3215 - language: *ref_3214 + language: *ref_2324 + language: *ref_2323 properties: assetId: - schema: *ref_362 + schema: *ref_347 rawValue: string - language: *ref_3213 - language: *ref_3212 + language: *ref_2322 + language: *ref_2321 outputAction: - schema: *ref_373 + schema: *ref_355 rawValue: SummaryOnly - language: *ref_3216 + language: *ref_2325 outputFileName: - schema: *ref_374 + schema: *ref_356 rawValue: string - language: *ref_3217 + language: *ref_2326 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3218 + language: *ref_2327 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3249 - language: *ref_3222 - language: *ref_3219 + rawValue: *ref_2358 + language: *ref_2331 + language: *ref_2328 retrySettings: - schema: *ref_1063 + schema: *ref_989 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_360 rawValue: 1 - language: *ref_3225 + language: *ref_2334 timeout: - schema: *ref_379 + schema: *ref_361 rawValue: PT5M - language: *ref_3226 - language: *ref_3224 - language: *ref_3206 + language: *ref_2335 + language: *ref_2333 + language: *ref_2315 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3235 - language: *ref_3248 - headers: *ref_3250 - operation: *ref_3251 - operationGroup: *ref_3238 + language: *ref_2238 + language: *ref_2344 + language: *ref_2357 + headers: *ref_2359 + operation: *ref_2360 + operationGroup: *ref_2347 - operationId: BatchDeployments_Update examples: - name: Update Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3252 - parameter: *ref_1732 + language: *ref_2361 + parameter: *ref_1395 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3253 - parameter: *ref_1733 + language: *ref_2362 + parameter: *ref_1396 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_3254 - parameter: *ref_1734 + language: *ref_2363 + parameter: *ref_1397 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testDeploymentName - language: *ref_3255 - parameter: *ref_1735 + language: *ref_2364 + parameter: *ref_1398 - exampleValue: - schema: *ref_1729 + schema: *ref_1392 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_985 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_3161 + language: *ref_2270 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_977 properties: string: schema: *ref_2 - rawValue: *ref_3258 - language: *ref_3162 - language: *ref_3257 + rawValue: *ref_2367 + language: *ref_2271 + language: *ref_2366 kind: - schema: *ref_1065 + schema: *ref_991 rawValue: string - language: *ref_3259 + language: *ref_2368 location: - schema: *ref_1066 + schema: *ref_992 rawValue: string - language: *ref_3260 + language: *ref_2369 properties: - schema: *ref_1094 + schema: *ref_1017 parentsValue: {} properties: description: - schema: *ref_1070 + schema: *ref_996 rawValue: string - language: *ref_3266 + language: *ref_2375 codeConfiguration: - schema: *ref_1095 + schema: *ref_1018 parentsValue: {} properties: codeId: - schema: *ref_1067 + schema: *ref_993 rawValue: string - language: *ref_3263 + language: *ref_2372 scoringScript: - schema: *ref_1068 + schema: *ref_994 rawValue: string - language: *ref_3264 - language: *ref_3262 + language: *ref_2373 + language: *ref_2371 compute: - schema: *ref_1069 + schema: *ref_995 rawValue: string - language: *ref_3265 + language: *ref_2374 environmentId: - schema: *ref_1071 + schema: *ref_997 rawValue: string - language: *ref_3267 + language: *ref_2376 environmentVariables: - schema: *ref_1072 + schema: *ref_998 properties: string: schema: *ref_8 rawValue: string - language: *ref_3268 + language: *ref_2377 errorThreshold: - schema: *ref_1073 + schema: *ref_999 rawValue: 1 - language: *ref_3269 + language: *ref_2378 loggingLevel: - schema: *ref_356 + schema: *ref_341 rawValue: Info - language: *ref_3270 + language: *ref_2379 maxConcurrencyPerInstance: - schema: *ref_1074 + schema: *ref_1000 rawValue: 1 - language: *ref_3271 + language: *ref_2380 miniBatchSize: - schema: *ref_1075 + schema: *ref_1001 rawValue: 1 - language: *ref_3272 + language: *ref_2381 model: - schema: *ref_1082 + schema: *ref_1009 parentsValue: PartialAssetReferenceBase: - schema: *ref_1078 + schema: *ref_1002 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_353 rawValue: Id - language: *ref_3276 - language: *ref_3275 + language: *ref_2385 + language: *ref_2384 properties: assetId: - schema: *ref_1079 + schema: *ref_1005 rawValue: string - language: *ref_3274 - language: *ref_3273 + language: *ref_2383 + language: *ref_2382 outputAction: - schema: *ref_373 + schema: *ref_355 rawValue: SummaryOnly - language: *ref_3277 + language: *ref_2386 outputFileName: - schema: *ref_1089 + schema: *ref_1012 rawValue: string - language: *ref_3278 + language: *ref_2387 properties: - schema: *ref_1090 + schema: *ref_1013 properties: string: schema: *ref_8 rawValue: string - language: *ref_3279 + language: *ref_2388 retrySettings: - schema: *ref_1096 + schema: *ref_1019 parentsValue: {} properties: maxRetries: - schema: *ref_1091 + schema: *ref_1014 rawValue: 1 - language: *ref_3281 + language: *ref_2390 timeout: - schema: *ref_1092 + schema: *ref_1015 rawValue: PT5M - language: *ref_3282 - language: *ref_3280 - language: *ref_3261 + language: *ref_2391 + language: *ref_2389 + language: *ref_2370 sku: - schema: *ref_1061 + schema: *ref_987 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_982 rawValue: string - language: *ref_3171 + language: *ref_2280 capacity: - schema: *ref_1054 + schema: *ref_980 rawValue: 1 - language: *ref_3169 + language: *ref_2278 family: - schema: *ref_1055 + schema: *ref_981 rawValue: string - language: *ref_3170 + language: *ref_2279 size: - schema: *ref_1057 + schema: *ref_983 rawValue: string - language: *ref_3172 + language: *ref_2281 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3173 - language: *ref_3283 + language: *ref_2282 + language: *ref_2392 tags: - schema: *ref_1093 + schema: *ref_1016 properties: {} - language: *ref_3284 - language: *ref_3256 - parameter: *ref_1730 - operation: *ref_3288 - operationGroup: *ref_3238 + language: *ref_2393 + language: *ref_2365 + parameter: *ref_1393 + operation: *ref_2397 + operationGroup: *ref_2347 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/update.json responses: '200': body: - schema: *ref_387 + schema: *ref_365 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3204 + language: *ref_1823 + language: *ref_1822 + language: *ref_2313 kind: - schema: *ref_308 + schema: *ref_296 rawValue: string - language: *ref_3205 + language: *ref_2314 properties: - schema: *ref_309 + schema: *ref_297 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: compute: - schema: *ref_354 + schema: *ref_339 rawValue: string - language: *ref_3207 + language: *ref_2316 errorThreshold: - schema: *ref_355 + schema: *ref_340 rawValue: 1 - language: *ref_3208 + language: *ref_2317 loggingLevel: - schema: *ref_356 + schema: *ref_341 rawValue: Info - language: *ref_3209 + language: *ref_2318 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_342 rawValue: 1 - language: *ref_3210 + language: *ref_2319 miniBatchSize: - schema: *ref_358 + schema: *ref_343 rawValue: 1 - language: *ref_3211 + language: *ref_2320 model: - schema: *ref_365 + schema: *ref_351 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_344 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_353 rawValue: Id - language: *ref_3215 - language: *ref_3214 + language: *ref_2324 + language: *ref_2323 properties: assetId: - schema: *ref_362 + schema: *ref_347 rawValue: string - language: *ref_3213 - language: *ref_3212 + language: *ref_2322 + language: *ref_2321 outputAction: - schema: *ref_373 + schema: *ref_355 rawValue: SummaryOnly - language: *ref_3216 + language: *ref_2325 outputFileName: - schema: *ref_374 + schema: *ref_356 rawValue: string - language: *ref_3217 + language: *ref_2326 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3218 + language: *ref_2327 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3286 - language: *ref_3222 - language: *ref_3219 + rawValue: *ref_2395 + language: *ref_2331 + language: *ref_2328 retrySettings: - schema: *ref_1063 + schema: *ref_989 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_360 rawValue: 1 - language: *ref_3225 + language: *ref_2334 timeout: - schema: *ref_379 + schema: *ref_361 rawValue: PT5M - language: *ref_3226 - language: *ref_3224 - language: *ref_3206 + language: *ref_2335 + language: *ref_2333 + language: *ref_2315 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3235 - language: *ref_3285 - headers: *ref_3287 + language: *ref_2238 + language: *ref_2344 + language: *ref_2394 + headers: *ref_2396 '202': {} - operation: *ref_3288 - operationGroup: *ref_3238 + operation: *ref_2397 + operationGroup: *ref_2347 - operationId: BatchDeployments_CreateOrUpdate examples: - name: CreateOrUpdate Batch Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3289 - parameter: *ref_1747 + language: *ref_2398 + parameter: *ref_1403 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3290 - parameter: *ref_1748 + language: *ref_2399 + parameter: *ref_1404 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_3291 - parameter: *ref_1749 + language: *ref_2400 + parameter: *ref_1405 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testDeploymentName - language: *ref_3292 - parameter: *ref_1750 + language: *ref_2401 + parameter: *ref_1406 - exampleValue: - schema: *ref_387 + schema: *ref_365 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: {} - language: *ref_2713 - language: *ref_3204 + language: *ref_1822 + language: *ref_2313 kind: - schema: *ref_308 + schema: *ref_296 rawValue: string - language: *ref_3205 + language: *ref_2314 properties: - schema: *ref_309 + schema: *ref_297 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: compute: - schema: *ref_354 + schema: *ref_339 rawValue: string - language: *ref_3207 + language: *ref_2316 errorThreshold: - schema: *ref_355 + schema: *ref_340 rawValue: 1 - language: *ref_3208 + language: *ref_2317 loggingLevel: - schema: *ref_356 + schema: *ref_341 rawValue: Info - language: *ref_3209 + language: *ref_2318 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_342 rawValue: 1 - language: *ref_3210 + language: *ref_2319 miniBatchSize: - schema: *ref_358 + schema: *ref_343 rawValue: 1 - language: *ref_3211 + language: *ref_2320 model: - schema: *ref_365 + schema: *ref_351 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_344 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_353 rawValue: Id - language: *ref_3215 - language: *ref_3214 + language: *ref_2324 + language: *ref_2323 properties: assetId: - schema: *ref_362 + schema: *ref_347 rawValue: string - language: *ref_3213 - language: *ref_3212 + language: *ref_2322 + language: *ref_2321 outputAction: - schema: *ref_373 + schema: *ref_355 rawValue: SummaryOnly - language: *ref_3216 + language: *ref_2325 outputFileName: - schema: *ref_374 + schema: *ref_356 rawValue: string - language: *ref_3217 + language: *ref_2326 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3294 - language: *ref_3222 - language: *ref_3219 + rawValue: *ref_2403 + language: *ref_2331 + language: *ref_2328 retrySettings: - schema: *ref_1063 + schema: *ref_989 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_360 rawValue: 1 - language: *ref_3225 + language: *ref_2334 timeout: - schema: *ref_379 + schema: *ref_361 rawValue: PT5M - language: *ref_3226 - language: *ref_3224 - language: *ref_3206 + language: *ref_2335 + language: *ref_2333 + language: *ref_2315 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3235 - language: *ref_3293 - parameter: *ref_1745 - operation: *ref_3301 - operationGroup: *ref_3238 + language: *ref_2238 + language: *ref_2344 + language: *ref_2402 + parameter: *ref_1401 + operation: *ref_2410 + operationGroup: *ref_2347 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/BatchDeployment/createOrUpdate.json responses: '200': body: - schema: *ref_387 + schema: *ref_365 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3204 + language: *ref_1823 + language: *ref_1822 + language: *ref_2313 kind: - schema: *ref_308 + schema: *ref_296 rawValue: string - language: *ref_3205 + language: *ref_2314 properties: - schema: *ref_309 + schema: *ref_297 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: compute: - schema: *ref_354 + schema: *ref_339 rawValue: string - language: *ref_3207 + language: *ref_2316 errorThreshold: - schema: *ref_355 + schema: *ref_340 rawValue: 1 - language: *ref_3208 + language: *ref_2317 loggingLevel: - schema: *ref_356 + schema: *ref_341 rawValue: Info - language: *ref_3209 + language: *ref_2318 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_342 rawValue: 1 - language: *ref_3210 + language: *ref_2319 miniBatchSize: - schema: *ref_358 + schema: *ref_343 rawValue: 1 - language: *ref_3211 + language: *ref_2320 model: - schema: *ref_365 + schema: *ref_351 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_344 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_353 rawValue: Id - language: *ref_3215 - language: *ref_3214 + language: *ref_2324 + language: *ref_2323 properties: assetId: - schema: *ref_362 + schema: *ref_347 rawValue: string - language: *ref_3213 - language: *ref_3212 + language: *ref_2322 + language: *ref_2321 outputAction: - schema: *ref_373 + schema: *ref_355 rawValue: SummaryOnly - language: *ref_3216 + language: *ref_2325 outputFileName: - schema: *ref_374 + schema: *ref_356 rawValue: string - language: *ref_3217 + language: *ref_2326 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3218 + language: *ref_2327 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3296 - language: *ref_3222 - language: *ref_3219 + rawValue: *ref_2405 + language: *ref_2331 + language: *ref_2328 retrySettings: - schema: *ref_1063 + schema: *ref_989 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_360 rawValue: 1 - language: *ref_3225 + language: *ref_2334 timeout: - schema: *ref_379 + schema: *ref_361 rawValue: PT5M - language: *ref_3226 - language: *ref_3224 - language: *ref_3206 + language: *ref_2335 + language: *ref_2333 + language: *ref_2315 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3235 - language: *ref_3295 - headers: *ref_3297 + language: *ref_2238 + language: *ref_2344 + language: *ref_2404 + headers: *ref_2406 '201': body: - schema: *ref_387 + schema: *ref_365 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3204 + language: *ref_1823 + language: *ref_1822 + language: *ref_2313 kind: - schema: *ref_308 + schema: *ref_296 rawValue: string - language: *ref_3205 + language: *ref_2314 properties: - schema: *ref_309 + schema: *ref_297 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: compute: - schema: *ref_354 + schema: *ref_339 rawValue: string - language: *ref_3207 + language: *ref_2316 errorThreshold: - schema: *ref_355 + schema: *ref_340 rawValue: 1 - language: *ref_3208 + language: *ref_2317 loggingLevel: - schema: *ref_356 + schema: *ref_341 rawValue: Info - language: *ref_3209 + language: *ref_2318 maxConcurrencyPerInstance: - schema: *ref_357 + schema: *ref_342 rawValue: 1 - language: *ref_3210 + language: *ref_2319 miniBatchSize: - schema: *ref_358 + schema: *ref_343 rawValue: 1 - language: *ref_3211 + language: *ref_2320 model: - schema: *ref_365 + schema: *ref_351 parentsValue: AssetReferenceBase: - schema: *ref_361 + schema: *ref_344 parentsValue: {} properties: referenceType: - schema: *ref_367 + schema: *ref_353 rawValue: Id - language: *ref_3215 - language: *ref_3214 + language: *ref_2324 + language: *ref_2323 properties: assetId: - schema: *ref_362 + schema: *ref_347 rawValue: string - language: *ref_3213 - language: *ref_3212 + language: *ref_2322 + language: *ref_2321 outputAction: - schema: *ref_373 + schema: *ref_355 rawValue: SummaryOnly - language: *ref_3216 + language: *ref_2325 outputFileName: - schema: *ref_374 + schema: *ref_356 rawValue: string - language: *ref_3217 + language: *ref_2326 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3218 + language: *ref_2327 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3299 - language: *ref_3222 - language: *ref_3219 + rawValue: *ref_2408 + language: *ref_2331 + language: *ref_2328 retrySettings: - schema: *ref_1063 + schema: *ref_989 parentsValue: {} properties: maxRetries: - schema: *ref_378 + schema: *ref_360 rawValue: 1 - language: *ref_3225 + language: *ref_2334 timeout: - schema: *ref_379 + schema: *ref_361 rawValue: PT5M - language: *ref_3226 - language: *ref_3224 - language: *ref_3206 + language: *ref_2335 + language: *ref_2333 + language: *ref_2315 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3235 - language: *ref_3298 - headers: *ref_3300 - operation: *ref_3301 - operationGroup: *ref_3238 + language: *ref_2238 + language: *ref_2344 + language: *ref_2407 + headers: *ref_2409 + operation: *ref_2410 + operationGroup: *ref_2347 - operationId: CodeContainers_List examples: - name: List Code Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3302 - parameter: *ref_1763 + language: *ref_2411 + parameter: *ref_1409 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3303 - parameter: *ref_1764 - operation: *ref_3312 - operationGroup: *ref_3313 + language: *ref_2412 + parameter: *ref_1410 + operation: *ref_2421 + operationGroup: *ref_2422 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/list.json responses: '200': body: - schema: *ref_1765 + schema: *ref_1412 parentsValue: {} properties: nextLink: - schema: *ref_1097 + schema: *ref_1020 rawValue: string - language: *ref_3305 + language: *ref_2414 value: - schema: *ref_1242 + schema: *ref_1162 elements: - - schema: *ref_849 + - schema: *ref_776 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_392 + schema: *ref_370 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: property1: schema: *ref_9 @@ -83625,77 +62814,77 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3307 - - schema: *ref_849 + language: *ref_2416 + - schema: *ref_776 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer2 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer2 - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_392 + schema: *ref_370 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: property1: schema: *ref_9 @@ -83703,155 +62892,155 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3307 - language: *ref_3306 - language: *ref_3304 - operation: *ref_3312 - operationGroup: *ref_3313 + language: *ref_2416 + language: *ref_2415 + language: *ref_2413 + operation: *ref_2421 + operationGroup: *ref_2422 - operationId: CodeContainers_Delete examples: - name: Delete Code Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3314 - parameter: *ref_1770 + language: *ref_2423 + parameter: *ref_1413 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3315 - parameter: *ref_1771 + language: *ref_2424 + parameter: *ref_1414 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3316 - parameter: *ref_1772 - operation: *ref_3317 - operationGroup: *ref_3313 + language: *ref_2425 + parameter: *ref_1415 + operation: *ref_2426 + operationGroup: *ref_2422 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3317 - operationGroup: *ref_3313 + operation: *ref_2426 + operationGroup: *ref_2422 - operationId: CodeContainers_Get examples: - name: Get Code Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3318 - parameter: *ref_1776 + language: *ref_2427 + parameter: *ref_1416 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3319 - parameter: *ref_1777 + language: *ref_2428 + parameter: *ref_1417 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3320 - parameter: *ref_1778 - operation: *ref_3322 - operationGroup: *ref_3313 + language: *ref_2429 + parameter: *ref_1418 + operation: *ref_2431 + operationGroup: *ref_2422 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/get.json responses: '200': body: - schema: *ref_849 + schema: *ref_776 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-08-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_392 + schema: *ref_370 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: property1: schema: *ref_9 @@ -83859,65 +63048,65 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3307 - language: *ref_3321 - operation: *ref_3322 - operationGroup: *ref_3313 + language: *ref_2416 + language: *ref_2430 + operation: *ref_2431 + operationGroup: *ref_2422 - operationId: CodeContainers_CreateOrUpdate examples: - name: CreateOrUpdate Code Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3323 - parameter: *ref_1786 + language: *ref_2432 + parameter: *ref_1421 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3324 - parameter: *ref_1787 + language: *ref_2433 + parameter: *ref_1422 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testContainer - language: *ref_3325 - parameter: *ref_1788 + language: *ref_2434 + parameter: *ref_1423 - exampleValue: - schema: *ref_849 + schema: *ref_776 parentsValue: {} properties: properties: - schema: *ref_392 + schema: *ref_370 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -83925,85 +63114,85 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3307 - language: *ref_3326 - parameter: *ref_1784 - operation: *ref_3329 - operationGroup: *ref_3313 + language: *ref_2416 + language: *ref_2435 + parameter: *ref_1419 + operation: *ref_2438 + operationGroup: *ref_2422 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeContainer/createOrUpdate.json responses: '200': body: - schema: *ref_849 + schema: *ref_776 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_392 + schema: *ref_370 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: property1: schema: *ref_9 @@ -84011,80 +63200,80 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3307 - language: *ref_3327 + language: *ref_2416 + language: *ref_2436 '201': body: - schema: *ref_849 + schema: *ref_776 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/codes - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testContainer - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_392 + schema: *ref_370 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: property1: schema: *ref_9 @@ -84092,1866 +63281,1866 @@ testModel: property2: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3307 - language: *ref_3328 - operation: *ref_3329 - operationGroup: *ref_3313 + language: *ref_2416 + language: *ref_2437 + operation: *ref_2438 + operationGroup: *ref_2422 - operationId: CodeVersions_List examples: - name: List Code Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3330 - parameter: *ref_1800 + language: *ref_2439 + parameter: *ref_1424 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3331 - parameter: *ref_1801 + language: *ref_2440 + parameter: *ref_1425 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3332 - parameter: *ref_1802 + language: *ref_2441 + parameter: *ref_1426 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3333 - parameter: *ref_1795 + language: *ref_2442 + parameter: *ref_1427 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3334 - parameter: *ref_1798 - operation: *ref_3344 - operationGroup: *ref_3345 + language: *ref_2443 + parameter: *ref_1428 + operation: *ref_2453 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/list.json responses: '200': body: - schema: *ref_1803 + schema: *ref_1430 parentsValue: {} properties: nextLink: - schema: *ref_1098 + schema: *ref_1021 rawValue: string - language: *ref_3336 + language: *ref_2445 value: - schema: *ref_1243 + schema: *ref_1163 elements: - - schema: *ref_850 + - schema: *ref_777 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_418 + schema: *ref_396 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: codeUri: - schema: *ref_396 + schema: *ref_374 rawValue: https://blobStorage/folderName - language: *ref_3339 - language: *ref_3338 - language: *ref_3337 - language: *ref_3335 - headers: *ref_3343 - operation: *ref_3344 - operationGroup: *ref_3345 + language: *ref_2448 + language: *ref_2447 + language: *ref_2446 + language: *ref_2444 + headers: *ref_2452 + operation: *ref_2453 + operationGroup: *ref_2454 - operationId: CodeVersions_Delete examples: - name: Delete Code Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3346 - parameter: *ref_1807 + language: *ref_2455 + parameter: *ref_1431 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3347 - parameter: *ref_1808 + language: *ref_2456 + parameter: *ref_1432 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3348 - parameter: *ref_1809 + language: *ref_2457 + parameter: *ref_1433 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3349 - parameter: *ref_1810 - operation: *ref_3350 - operationGroup: *ref_3345 + language: *ref_2458 + parameter: *ref_1434 + operation: *ref_2459 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/delete.json responses: '200': {} '204': {} - operation: *ref_3350 - operationGroup: *ref_3345 + operation: *ref_2459 + operationGroup: *ref_2454 - operationId: CodeVersions_Get examples: - name: Get Code Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3351 - parameter: *ref_1814 + language: *ref_2460 + parameter: *ref_1435 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3352 - parameter: *ref_1815 + language: *ref_2461 + parameter: *ref_1436 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3353 - parameter: *ref_1816 + language: *ref_2462 + parameter: *ref_1437 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3354 - parameter: *ref_1817 - operation: *ref_3357 - operationGroup: *ref_3345 + language: *ref_2463 + parameter: *ref_1438 + operation: *ref_2466 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/get.json responses: '200': body: - schema: *ref_850 + schema: *ref_777 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_418 + schema: *ref_396 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: codeUri: - schema: *ref_396 + schema: *ref_374 rawValue: https://blobStorage/folderName - language: *ref_3339 - language: *ref_3338 - language: *ref_3355 - headers: *ref_3356 - operation: *ref_3357 - operationGroup: *ref_3345 + language: *ref_2448 + language: *ref_2447 + language: *ref_2464 + headers: *ref_2465 + operation: *ref_2466 + operationGroup: *ref_2454 - operationId: CodeVersions_CreateOrUpdate examples: - name: CreateOrUpdate Code Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3358 - parameter: *ref_1825 + language: *ref_2467 + parameter: *ref_1441 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3359 - parameter: *ref_1826 + language: *ref_2468 + parameter: *ref_1442 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3360 - parameter: *ref_1827 + language: *ref_2469 + parameter: *ref_1443 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3361 - parameter: *ref_1828 + language: *ref_2470 + parameter: *ref_1444 - exampleValue: - schema: *ref_850 + schema: *ref_777 parentsValue: {} properties: properties: - schema: *ref_418 + schema: *ref_396 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: codeUri: - schema: *ref_396 + schema: *ref_374 rawValue: https://blobStorage/folderName - language: *ref_3339 - language: *ref_3338 - language: *ref_3362 - parameter: *ref_1823 - operation: *ref_3367 - operationGroup: *ref_3345 + language: *ref_2448 + language: *ref_2447 + language: *ref_2471 + parameter: *ref_1439 + operation: *ref_2476 + operationGroup: *ref_2454 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/CodeVersion/createOrUpdate.json responses: '200': body: - schema: *ref_850 + schema: *ref_777 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_418 + schema: *ref_396 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: codeUri: - schema: *ref_396 + schema: *ref_374 rawValue: https://blobStorage/folderName - language: *ref_3339 - language: *ref_3338 - language: *ref_3363 - headers: *ref_3364 + language: *ref_2448 + language: *ref_2447 + language: *ref_2472 + headers: *ref_2473 '201': body: - schema: *ref_850 + schema: *ref_777 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_418 + schema: *ref_396 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: codeUri: - schema: *ref_396 + schema: *ref_374 rawValue: https://blobStorage/folderName - language: *ref_3339 - language: *ref_3338 - language: *ref_3365 - headers: *ref_3366 - operation: *ref_3367 - operationGroup: *ref_3345 + language: *ref_2448 + language: *ref_2447 + language: *ref_2474 + headers: *ref_2475 + operation: *ref_2476 + operationGroup: *ref_2454 - operationId: ComponentContainers_List examples: - name: List Component Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3368 - parameter: *ref_1840 + language: *ref_2477 + parameter: *ref_1446 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3369 - parameter: *ref_1841 - operation: *ref_3375 - operationGroup: *ref_3376 + language: *ref_2478 + parameter: *ref_1447 + operation: *ref_2484 + operationGroup: *ref_2485 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/list.json responses: '200': body: - schema: *ref_1842 + schema: *ref_1450 parentsValue: {} properties: nextLink: - schema: *ref_1099 + schema: *ref_1022 rawValue: string - language: *ref_3371 + language: *ref_2480 value: - schema: *ref_1244 + schema: *ref_1164 elements: - - schema: *ref_851 + - schema: *ref_778 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_425 + schema: *ref_403 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3373 - language: *ref_3372 - language: *ref_3370 - headers: *ref_3374 - operation: *ref_3375 - operationGroup: *ref_3376 + language: *ref_2482 + language: *ref_2481 + language: *ref_2479 + headers: *ref_2483 + operation: *ref_2484 + operationGroup: *ref_2485 - operationId: ComponentContainers_Delete examples: - name: Delete Component Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3377 - parameter: *ref_1846 + language: *ref_2486 + parameter: *ref_1451 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3378 - parameter: *ref_1847 + language: *ref_2487 + parameter: *ref_1452 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3379 - parameter: *ref_1848 - operation: *ref_3380 - operationGroup: *ref_3376 + language: *ref_2488 + parameter: *ref_1453 + operation: *ref_2489 + operationGroup: *ref_2485 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3380 - operationGroup: *ref_3376 + operation: *ref_2489 + operationGroup: *ref_2485 - operationId: ComponentContainers_Get examples: - name: Get Component Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3381 - parameter: *ref_1852 + language: *ref_2490 + parameter: *ref_1454 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3382 - parameter: *ref_1853 + language: *ref_2491 + parameter: *ref_1455 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3383 - parameter: *ref_1854 - operation: *ref_3386 - operationGroup: *ref_3376 + language: *ref_2492 + parameter: *ref_1456 + operation: *ref_2495 + operationGroup: *ref_2485 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/get.json responses: '200': body: - schema: *ref_851 + schema: *ref_778 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_425 + schema: *ref_403 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3373 - language: *ref_3384 - headers: *ref_3385 - operation: *ref_3386 - operationGroup: *ref_3376 + language: *ref_2482 + language: *ref_2493 + headers: *ref_2494 + operation: *ref_2495 + operationGroup: *ref_2485 - operationId: ComponentContainers_CreateOrUpdate examples: - name: CreateOrUpdate Component Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3387 - parameter: *ref_1862 + language: *ref_2496 + parameter: *ref_1459 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3388 - parameter: *ref_1863 + language: *ref_2497 + parameter: *ref_1460 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3389 - parameter: *ref_1864 + language: *ref_2498 + parameter: *ref_1461 - exampleValue: - schema: *ref_851 + schema: *ref_778 parentsValue: {} properties: properties: - schema: *ref_425 + schema: *ref_403 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3373 - language: *ref_3390 - parameter: *ref_1860 - operation: *ref_3395 - operationGroup: *ref_3376 + language: *ref_2482 + language: *ref_2499 + parameter: *ref_1457 + operation: *ref_2504 + operationGroup: *ref_2485 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentContainer/createOrUpdate.json responses: '200': body: - schema: *ref_851 + schema: *ref_778 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_425 + schema: *ref_403 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3373 - language: *ref_3391 - headers: *ref_3392 + language: *ref_2482 + language: *ref_2500 + headers: *ref_2501 '201': body: - schema: *ref_851 + schema: *ref_778 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_425 + schema: *ref_403 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3373 - language: *ref_3393 - headers: *ref_3394 - operation: *ref_3395 - operationGroup: *ref_3376 + language: *ref_2482 + language: *ref_2502 + headers: *ref_2503 + operation: *ref_2504 + operationGroup: *ref_2485 - operationId: ComponentVersions_List examples: - name: List Component Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3396 - parameter: *ref_1877 + language: *ref_2505 + parameter: *ref_1462 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3397 - parameter: *ref_1878 + language: *ref_2506 + parameter: *ref_1463 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3398 - parameter: *ref_1879 + language: *ref_2507 + parameter: *ref_1464 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3399 - parameter: *ref_1871 + language: *ref_2508 + parameter: *ref_1465 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3400 - parameter: *ref_1874 - operation: *ref_3408 - operationGroup: *ref_3409 + language: *ref_2509 + parameter: *ref_1466 + operation: *ref_2517 + operationGroup: *ref_2518 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/list.json responses: '200': body: - schema: *ref_1880 + schema: *ref_1469 parentsValue: {} properties: nextLink: - schema: *ref_1100 + schema: *ref_1023 rawValue: string - language: *ref_3402 + language: *ref_2511 value: - schema: *ref_1245 + schema: *ref_1165 elements: - - schema: *ref_852 + - schema: *ref_779 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_419 + schema: *ref_397 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3406 - language: *ref_3405 - language: *ref_3404 - language: *ref_3403 - language: *ref_3401 - headers: *ref_3407 - operation: *ref_3408 - operationGroup: *ref_3409 + rawValue: *ref_2515 + language: *ref_2514 + language: *ref_2513 + language: *ref_2512 + language: *ref_2510 + headers: *ref_2516 + operation: *ref_2517 + operationGroup: *ref_2518 - operationId: ComponentVersions_Delete examples: - name: Delete Component Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3410 - parameter: *ref_1884 + language: *ref_2519 + parameter: *ref_1470 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3411 - parameter: *ref_1885 + language: *ref_2520 + parameter: *ref_1471 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3412 - parameter: *ref_1886 + language: *ref_2521 + parameter: *ref_1472 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3413 - parameter: *ref_1887 - operation: *ref_3414 - operationGroup: *ref_3409 + language: *ref_2522 + parameter: *ref_1473 + operation: *ref_2523 + operationGroup: *ref_2518 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/delete.json responses: '200': {} '204': {} - operation: *ref_3414 - operationGroup: *ref_3409 + operation: *ref_2523 + operationGroup: *ref_2518 - operationId: ComponentVersions_Get examples: - name: Get Component Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3415 - parameter: *ref_1891 + language: *ref_2524 + parameter: *ref_1474 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3416 - parameter: *ref_1892 + language: *ref_2525 + parameter: *ref_1475 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3417 - parameter: *ref_1893 + language: *ref_2526 + parameter: *ref_1476 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3418 - parameter: *ref_1894 - operation: *ref_3422 - operationGroup: *ref_3409 + language: *ref_2527 + parameter: *ref_1477 + operation: *ref_2531 + operationGroup: *ref_2518 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/get.json responses: '200': body: - schema: *ref_852 + schema: *ref_779 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_419 + schema: *ref_397 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3420 - language: *ref_3405 - language: *ref_3404 - language: *ref_3419 - headers: *ref_3421 - operation: *ref_3422 - operationGroup: *ref_3409 + rawValue: *ref_2529 + language: *ref_2514 + language: *ref_2513 + language: *ref_2528 + headers: *ref_2530 + operation: *ref_2531 + operationGroup: *ref_2518 - operationId: ComponentVersions_CreateOrUpdate examples: - name: CreateOrUpdate Component Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3423 - parameter: *ref_1902 + language: *ref_2532 + parameter: *ref_1480 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3424 - parameter: *ref_1903 + language: *ref_2533 + parameter: *ref_1481 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3425 - parameter: *ref_1904 + language: *ref_2534 + parameter: *ref_1482 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3426 - parameter: *ref_1905 + language: *ref_2535 + parameter: *ref_1483 - exampleValue: - schema: *ref_852 + schema: *ref_779 parentsValue: {} properties: properties: - schema: *ref_419 + schema: *ref_397 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3428 - language: *ref_3405 - language: *ref_3404 - language: *ref_3427 - parameter: *ref_1900 - operation: *ref_3435 - operationGroup: *ref_3409 + rawValue: *ref_2537 + language: *ref_2514 + language: *ref_2513 + language: *ref_2536 + parameter: *ref_1478 + operation: *ref_2544 + operationGroup: *ref_2518 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ComponentVersion/createOrUpdate.json responses: '200': body: - schema: *ref_852 + schema: *ref_779 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_419 + schema: *ref_397 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3430 - language: *ref_3405 - language: *ref_3404 - language: *ref_3429 - headers: *ref_3431 + rawValue: *ref_2539 + language: *ref_2514 + language: *ref_2513 + language: *ref_2538 + headers: *ref_2540 '201': body: - schema: *ref_852 + schema: *ref_779 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_419 + schema: *ref_397 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: componentSpec: schema: *ref_2 - rawValue: *ref_3433 - language: *ref_3405 - language: *ref_3404 - language: *ref_3432 - headers: *ref_3434 - operation: *ref_3435 - operationGroup: *ref_3409 + rawValue: *ref_2542 + language: *ref_2514 + language: *ref_2513 + language: *ref_2541 + headers: *ref_2543 + operation: *ref_2544 + operationGroup: *ref_2518 - operationId: DataContainers_List examples: - name: List Data Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3436 - parameter: *ref_1916 + language: *ref_2545 + parameter: *ref_1484 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3437 - parameter: *ref_1917 - operation: *ref_3443 - operationGroup: *ref_3444 + language: *ref_2546 + parameter: *ref_1485 + operation: *ref_2552 + operationGroup: *ref_2553 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/list.json responses: '200': body: - schema: *ref_1918 + schema: *ref_1488 parentsValue: {} properties: nextLink: - schema: *ref_1101 + schema: *ref_1024 rawValue: nextlink - language: *ref_3439 + language: *ref_2548 value: - schema: *ref_1246 + schema: *ref_1166 elements: - - schema: *ref_853 + - schema: *ref_780 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: datastore123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_828 + schema: *ref_767 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: properties1: schema: *ref_9 @@ -85959,9 +65148,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -85969,81 +65158,81 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3442 - language: *ref_3441 - - schema: *ref_853 + language: *ref_2551 + language: *ref_2550 + - schema: *ref_780 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: datastore124 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer124 - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_828 + schema: *ref_767 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: properties1: schema: *ref_9 @@ -86051,9 +65240,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -86061,159 +65250,159 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3442 - language: *ref_3441 - language: *ref_3440 - language: *ref_3438 - operation: *ref_3443 - operationGroup: *ref_3444 + language: *ref_2551 + language: *ref_2550 + language: *ref_2549 + language: *ref_2547 + operation: *ref_2552 + operationGroup: *ref_2553 - operationId: DataContainers_Delete examples: - name: Delete Data Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3445 - parameter: *ref_1922 + language: *ref_2554 + parameter: *ref_1489 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3446 - parameter: *ref_1923 + language: *ref_2555 + parameter: *ref_1490 - exampleValue: schema: *ref_9 rawValue: datacontainer123 - language: *ref_3447 - parameter: *ref_1924 - operation: *ref_3448 - operationGroup: *ref_3444 + language: *ref_2556 + parameter: *ref_1491 + operation: *ref_2557 + operationGroup: *ref_2553 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3448 - operationGroup: *ref_3444 + operation: *ref_2557 + operationGroup: *ref_2553 - operationId: DataContainers_Get examples: - name: Get Data Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3449 - parameter: *ref_1928 + language: *ref_2558 + parameter: *ref_1492 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3450 - parameter: *ref_1929 + language: *ref_2559 + parameter: *ref_1493 - exampleValue: schema: *ref_9 rawValue: datacontainer123 - language: *ref_3451 - parameter: *ref_1930 - operation: *ref_3453 - operationGroup: *ref_3444 + language: *ref_2560 + parameter: *ref_1494 + operation: *ref_2562 + operationGroup: *ref_2553 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/get.json responses: '200': body: - schema: *ref_853 + schema: *ref_780 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: datacontainer123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_828 + schema: *ref_767 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: properties1: schema: *ref_9 @@ -86221,9 +65410,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -86231,69 +65420,69 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3442 - language: *ref_3441 - language: *ref_3452 - operation: *ref_3453 - operationGroup: *ref_3444 + language: *ref_2551 + language: *ref_2550 + language: *ref_2561 + operation: *ref_2562 + operationGroup: *ref_2553 - operationId: DataContainers_CreateOrUpdate examples: - name: CreateOrUpdate Data Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3454 - parameter: *ref_1938 + language: *ref_2563 + parameter: *ref_1497 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3455 - parameter: *ref_1939 + language: *ref_2564 + parameter: *ref_1498 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: datacontainer123 - language: *ref_3456 - parameter: *ref_1940 + language: *ref_2565 + parameter: *ref_1499 - exampleValue: - schema: *ref_853 + schema: *ref_780 parentsValue: {} properties: properties: - schema: *ref_828 + schema: *ref_767 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: properties1: schema: *ref_9 @@ -86301,9 +65490,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -86311,89 +65500,89 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3442 - language: *ref_3441 - language: *ref_3457 - parameter: *ref_1936 - operation: *ref_3460 - operationGroup: *ref_3444 + language: *ref_2551 + language: *ref_2550 + language: *ref_2566 + parameter: *ref_1495 + operation: *ref_2569 + operationGroup: *ref_2553 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataContainer/createOrUpdate.json responses: '200': body: - schema: *ref_853 + schema: *ref_780 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: datacontainer123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_828 + schema: *ref_767 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: properties1: schema: *ref_9 @@ -86401,9 +65590,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -86411,84 +65600,84 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3442 - language: *ref_3441 - language: *ref_3458 + language: *ref_2551 + language: *ref_2550 + language: *ref_2567 '201': body: - schema: *ref_853 + schema: *ref_780 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: datacontainer123 - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/data - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/data/datacontainer123 - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_828 + schema: *ref_767 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: properties1: schema: *ref_9 @@ -86496,9 +65685,9 @@ testModel: properties2: schema: *ref_9 rawValue: value2 - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -86506,2734 +65695,2734 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3442 - language: *ref_3441 - language: *ref_3459 - operation: *ref_3460 - operationGroup: *ref_3444 + language: *ref_2551 + language: *ref_2550 + language: *ref_2568 + operation: *ref_2569 + operationGroup: *ref_2553 - operationId: DataVersions_List examples: - name: List Data Version Base. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3461 - parameter: *ref_1954 + language: *ref_2570 + parameter: *ref_1500 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3462 - parameter: *ref_1955 + language: *ref_2571 + parameter: *ref_1501 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3463 - parameter: *ref_1956 + language: *ref_2572 + parameter: *ref_1502 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3464 - parameter: *ref_1947 + language: *ref_2573 + parameter: *ref_1503 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3465 - parameter: *ref_1950 + language: *ref_2574 + parameter: *ref_1504 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3466 - parameter: *ref_1952 - operation: *ref_3475 - operationGroup: *ref_3476 + language: *ref_2575 + parameter: *ref_1506 + operation: *ref_2584 + operationGroup: *ref_2585 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/list.json responses: '200': body: - schema: *ref_1957 + schema: *ref_1508 parentsValue: {} properties: nextLink: - schema: *ref_1102 + schema: *ref_1025 rawValue: string - language: *ref_3468 + language: *ref_2577 value: - schema: *ref_1247 + schema: *ref_1167 elements: - - schema: *ref_854 + - schema: *ref_781 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_400 + schema: *ref_378 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_375 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3472 + language: *ref_2581 dataUri: - schema: *ref_404 + schema: *ref_382 rawValue: string - language: *ref_3473 - language: *ref_3471 + language: *ref_2582 + language: *ref_2580 properties: {} - language: *ref_3470 - language: *ref_3469 - language: *ref_3467 - headers: *ref_3474 - operation: *ref_3475 - operationGroup: *ref_3476 + language: *ref_2579 + language: *ref_2578 + language: *ref_2576 + headers: *ref_2583 + operation: *ref_2584 + operationGroup: *ref_2585 - operationId: DataVersions_Delete examples: - name: Delete Data Version Base. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3477 - parameter: *ref_1961 + language: *ref_2586 + parameter: *ref_1509 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3478 - parameter: *ref_1962 + language: *ref_2587 + parameter: *ref_1510 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3479 - parameter: *ref_1963 + language: *ref_2588 + parameter: *ref_1511 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3480 - parameter: *ref_1964 - operation: *ref_3481 - operationGroup: *ref_3476 + language: *ref_2589 + parameter: *ref_1512 + operation: *ref_2590 + operationGroup: *ref_2585 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/delete.json responses: '200': {} '204': {} - operation: *ref_3481 - operationGroup: *ref_3476 + operation: *ref_2590 + operationGroup: *ref_2585 - operationId: DataVersions_Get examples: - name: Get Data Version Base. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3482 - parameter: *ref_1968 + language: *ref_2591 + parameter: *ref_1513 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3483 - parameter: *ref_1969 + language: *ref_2592 + parameter: *ref_1514 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3484 - parameter: *ref_1970 + language: *ref_2593 + parameter: *ref_1515 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3485 - parameter: *ref_1971 - operation: *ref_3488 - operationGroup: *ref_3476 + language: *ref_2594 + parameter: *ref_1516 + operation: *ref_2597 + operationGroup: *ref_2585 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/get.json responses: '200': body: - schema: *ref_854 + schema: *ref_781 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_400 + schema: *ref_378 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_375 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3472 + language: *ref_2581 dataUri: - schema: *ref_404 + schema: *ref_382 rawValue: string - language: *ref_3473 - language: *ref_3471 + language: *ref_2582 + language: *ref_2580 properties: {} - language: *ref_3470 - language: *ref_3486 - headers: *ref_3487 - operation: *ref_3488 - operationGroup: *ref_3476 + language: *ref_2579 + language: *ref_2595 + headers: *ref_2596 + operation: *ref_2597 + operationGroup: *ref_2585 - operationId: DataVersions_CreateOrUpdate examples: - name: CreateOrUpdate Data Version Base. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3489 - parameter: *ref_1979 + language: *ref_2598 + parameter: *ref_1519 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3490 - parameter: *ref_1980 + language: *ref_2599 + parameter: *ref_1520 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3491 - parameter: *ref_1981 + language: *ref_2600 + parameter: *ref_1521 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3492 - parameter: *ref_1982 + language: *ref_2601 + parameter: *ref_1522 - exampleValue: - schema: *ref_854 + schema: *ref_781 parentsValue: {} properties: properties: - schema: *ref_400 + schema: *ref_378 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_375 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3472 + language: *ref_2581 dataUri: - schema: *ref_404 + schema: *ref_382 rawValue: string - language: *ref_3473 - language: *ref_3471 + language: *ref_2582 + language: *ref_2580 properties: {} - language: *ref_3470 - language: *ref_3493 - parameter: *ref_1977 - operation: *ref_3498 - operationGroup: *ref_3476 + language: *ref_2579 + language: *ref_2602 + parameter: *ref_1517 + operation: *ref_2607 + operationGroup: *ref_2585 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/DataVersionBase/createOrUpdate.json responses: '200': body: - schema: *ref_854 + schema: *ref_781 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_400 + schema: *ref_378 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_375 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3472 + language: *ref_2581 dataUri: - schema: *ref_404 + schema: *ref_382 rawValue: string - language: *ref_3473 - language: *ref_3471 + language: *ref_2582 + language: *ref_2580 properties: {} - language: *ref_3470 - language: *ref_3494 - headers: *ref_3495 + language: *ref_2579 + language: *ref_2603 + headers: *ref_2604 '201': body: - schema: *ref_854 + schema: *ref_781 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_400 + schema: *ref_378 parentsValue: DataVersionBaseDetails: - schema: *ref_397 + schema: *ref_375 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: dataType: - schema: *ref_402 + schema: *ref_380 rawValue: UriFile - language: *ref_3472 + language: *ref_2581 dataUri: - schema: *ref_404 + schema: *ref_382 rawValue: string - language: *ref_3473 - language: *ref_3471 + language: *ref_2582 + language: *ref_2580 properties: {} - language: *ref_3470 - language: *ref_3496 - headers: *ref_3497 - operation: *ref_3498 - operationGroup: *ref_3476 + language: *ref_2579 + language: *ref_2605 + headers: *ref_2606 + operation: *ref_2607 + operationGroup: *ref_2585 - operationId: Datastores_List examples: - name: List datastores. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3499 - parameter: *ref_2002 + language: *ref_2608 + parameter: *ref_1527 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3500 - parameter: *ref_2003 + language: *ref_2609 + parameter: *ref_1528 - exampleValue: - schema: *ref_1990 + schema: *ref_1523 rawValue: 1 - language: *ref_3501 - parameter: *ref_1996 + language: *ref_2610 + parameter: *ref_1530 - exampleValue: - schema: *ref_1992 + schema: *ref_1524 rawValue: false - language: *ref_3502 - parameter: *ref_1997 + language: *ref_2611 + parameter: *ref_1531 - exampleValue: - schema: *ref_1993 + schema: *ref_1525 elements: - - schema: *ref_1248 + - schema: *ref_1168 rawValue: string - language: *ref_3503 - parameter: *ref_1998 + language: *ref_2612 + parameter: *ref_1532 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3504 - parameter: *ref_1999 + language: *ref_2613 + parameter: *ref_1533 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3505 - parameter: *ref_2000 + language: *ref_2614 + parameter: *ref_1534 - exampleValue: - schema: *ref_1994 + schema: *ref_1526 rawValue: false - language: *ref_3506 - parameter: *ref_2001 - operation: *ref_3522 - operationGroup: *ref_3523 + language: *ref_2615 + parameter: *ref_1535 + operation: *ref_2631 + operationGroup: *ref_2632 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/list.json responses: '200': body: - schema: *ref_2004 + schema: *ref_1536 parentsValue: {} properties: nextLink: - schema: *ref_1103 + schema: *ref_1026 rawValue: string - language: *ref_3508 + language: *ref_2617 value: - schema: *ref_1249 + schema: *ref_1169 elements: - - schema: *ref_855 + - schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_444 + schema: *ref_422 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_451 + schema: *ref_459 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: AccountKey - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: {} - language: *ref_3516 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureBlob - language: *ref_3519 + language: *ref_2628 isDefault: - schema: *ref_492 + schema: *ref_467 rawValue: false - language: *ref_3520 - language: *ref_3515 + language: *ref_2629 + language: *ref_2624 properties: accountName: - schema: *ref_427 + schema: *ref_405 rawValue: string - language: *ref_3511 + language: *ref_2620 containerName: - schema: *ref_428 + schema: *ref_406 rawValue: string - language: *ref_3512 + language: *ref_2621 endpoint: - schema: *ref_429 + schema: *ref_407 rawValue: core.windows.net - language: *ref_3513 + language: *ref_2622 protocol: - schema: *ref_430 + schema: *ref_408 rawValue: https - language: *ref_3514 - language: *ref_3510 - language: *ref_3509 - language: *ref_3507 - headers: *ref_3521 - operation: *ref_3522 - operationGroup: *ref_3523 + language: *ref_2623 + language: *ref_2619 + language: *ref_2618 + language: *ref_2616 + headers: *ref_2630 + operation: *ref_2631 + operationGroup: *ref_2632 - operationId: Datastores_Delete examples: - name: Delete datastore. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3524 - parameter: *ref_2008 + language: *ref_2633 + parameter: *ref_1537 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3525 - parameter: *ref_2009 + language: *ref_2634 + parameter: *ref_1538 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3526 - parameter: *ref_2010 - operation: *ref_3527 - operationGroup: *ref_3523 + language: *ref_2635 + parameter: *ref_1539 + operation: *ref_2636 + operationGroup: *ref_2632 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/delete.json responses: '200': {} '204': {} - operation: *ref_3527 - operationGroup: *ref_3523 + operation: *ref_2636 + operationGroup: *ref_2632 - operationId: Datastores_Get examples: - name: Get datastore. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3528 - parameter: *ref_2014 + language: *ref_2637 + parameter: *ref_1540 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3529 - parameter: *ref_2015 + language: *ref_2638 + parameter: *ref_1541 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3530 - parameter: *ref_2016 - operation: *ref_3533 - operationGroup: *ref_3523 + language: *ref_2639 + parameter: *ref_1542 + operation: *ref_2642 + operationGroup: *ref_2632 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/get.json responses: '200': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_444 + schema: *ref_422 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_451 + schema: *ref_459 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: AccountKey - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: {} - language: *ref_3516 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureBlob - language: *ref_3519 + language: *ref_2628 isDefault: - schema: *ref_492 + schema: *ref_467 rawValue: false - language: *ref_3520 - language: *ref_3515 + language: *ref_2629 + language: *ref_2624 properties: accountName: - schema: *ref_427 + schema: *ref_405 rawValue: string - language: *ref_3511 + language: *ref_2620 containerName: - schema: *ref_428 + schema: *ref_406 rawValue: string - language: *ref_3512 + language: *ref_2621 endpoint: - schema: *ref_429 + schema: *ref_407 rawValue: core.windows.net - language: *ref_3513 + language: *ref_2622 protocol: - schema: *ref_430 + schema: *ref_408 rawValue: https - language: *ref_3514 - language: *ref_3510 - language: *ref_3531 - headers: *ref_3532 - operation: *ref_3533 - operationGroup: *ref_3523 + language: *ref_2623 + language: *ref_2619 + language: *ref_2640 + headers: *ref_2641 + operation: *ref_2642 + operationGroup: *ref_2632 - operationId: Datastores_CreateOrUpdate examples: - name: CreateOrUpdate datastore (Azure Data Lake Gen1 w/ ServicePrincipal). clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3534 - parameter: *ref_2027 + language: *ref_2643 + parameter: *ref_1545 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3535 - parameter: *ref_2028 + language: *ref_2644 + parameter: *ref_1546 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3536 - parameter: *ref_2029 + language: *ref_2645 + parameter: *ref_1547 - exampleValue: - schema: *ref_1994 + schema: *ref_1526 rawValue: false - language: *ref_3537 - parameter: *ref_2023 + language: *ref_2646 + parameter: *ref_1548 - exampleValue: - schema: *ref_855 + schema: *ref_782 parentsValue: {} properties: properties: - schema: *ref_445 + schema: *ref_423 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_486 + schema: *ref_463 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: ServicePrincipal - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: authorityUrl: - schema: *ref_479 + schema: *ref_455 rawValue: string - language: *ref_3540 + language: *ref_2649 clientId: - schema: *ref_480 + schema: *ref_456 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3541 + language: *ref_2650 resourceUrl: - schema: *ref_481 + schema: *ref_457 rawValue: string - language: *ref_3542 + language: *ref_2651 secrets: - schema: *ref_467 + schema: *ref_440 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_430 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_441 rawValue: ServicePrincipal - language: *ref_3546 - language: *ref_3545 + language: *ref_2655 + language: *ref_2654 properties: clientSecret: - schema: *ref_462 + schema: *ref_435 rawValue: string - language: *ref_3544 - language: *ref_3543 + language: *ref_2653 + language: *ref_2652 tenantId: - schema: *ref_482 + schema: *ref_458 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3547 - language: *ref_3516 + language: *ref_2656 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureDataLakeGen1 - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: storeName: - schema: *ref_432 + schema: *ref_410 rawValue: string - language: *ref_3539 - language: *ref_3510 - language: *ref_3538 - parameter: *ref_2025 - operation: *ref_3552 - operationGroup: *ref_3523 + language: *ref_2648 + language: *ref_2619 + language: *ref_2647 + parameter: *ref_1543 + operation: *ref_2661 + operationGroup: *ref_2632 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureDataLakeGen1WServicePrincipal/createOrUpdate.json responses: '200': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_445 + schema: *ref_423 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_486 + schema: *ref_463 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: ServicePrincipal - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: authorityUrl: - schema: *ref_479 + schema: *ref_455 rawValue: string - language: *ref_3540 + language: *ref_2649 clientId: - schema: *ref_480 + schema: *ref_456 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3541 + language: *ref_2650 resourceUrl: - schema: *ref_481 + schema: *ref_457 rawValue: string - language: *ref_3542 + language: *ref_2651 tenantId: - schema: *ref_482 + schema: *ref_458 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3547 - language: *ref_3516 + language: *ref_2656 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureDataLakeGen1 - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: storeName: - schema: *ref_432 + schema: *ref_410 rawValue: string - language: *ref_3539 - language: *ref_3510 - language: *ref_3548 - headers: *ref_3549 + language: *ref_2648 + language: *ref_2619 + language: *ref_2657 + headers: *ref_2658 '201': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_445 + schema: *ref_423 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_486 + schema: *ref_463 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: ServicePrincipal - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: authorityUrl: - schema: *ref_479 + schema: *ref_455 rawValue: string - language: *ref_3540 + language: *ref_2649 clientId: - schema: *ref_480 + schema: *ref_456 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3541 + language: *ref_2650 resourceUrl: - schema: *ref_481 + schema: *ref_457 rawValue: string - language: *ref_3542 + language: *ref_2651 tenantId: - schema: *ref_482 + schema: *ref_458 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3547 - language: *ref_3516 + language: *ref_2656 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureDataLakeGen1 - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: storeName: - schema: *ref_432 + schema: *ref_410 rawValue: string - language: *ref_3539 - language: *ref_3510 - language: *ref_3550 - headers: *ref_3551 + language: *ref_2648 + language: *ref_2619 + language: *ref_2659 + headers: *ref_2660 - name: CreateOrUpdate datastore (Azure Data Lake Gen2 w/ Service Principal). clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3534 - parameter: *ref_2027 + language: *ref_2643 + parameter: *ref_1545 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3535 - parameter: *ref_2028 + language: *ref_2644 + parameter: *ref_1546 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3536 - parameter: *ref_2029 + language: *ref_2645 + parameter: *ref_1547 - exampleValue: - schema: *ref_1994 + schema: *ref_1526 rawValue: false - language: *ref_3537 - parameter: *ref_2023 + language: *ref_2646 + parameter: *ref_1548 - exampleValue: - schema: *ref_855 + schema: *ref_782 parentsValue: {} properties: properties: - schema: *ref_446 + schema: *ref_424 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_486 + schema: *ref_463 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: ServicePrincipal - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: authorityUrl: - schema: *ref_479 + schema: *ref_455 rawValue: string - language: *ref_3540 + language: *ref_2649 clientId: - schema: *ref_480 + schema: *ref_456 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3541 + language: *ref_2650 resourceUrl: - schema: *ref_481 + schema: *ref_457 rawValue: string - language: *ref_3542 + language: *ref_2651 secrets: - schema: *ref_467 + schema: *ref_440 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_430 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_441 rawValue: ServicePrincipal - language: *ref_3546 - language: *ref_3545 + language: *ref_2655 + language: *ref_2654 properties: clientSecret: - schema: *ref_462 + schema: *ref_435 rawValue: string - language: *ref_3544 - language: *ref_3543 + language: *ref_2653 + language: *ref_2652 tenantId: - schema: *ref_482 + schema: *ref_458 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3547 - language: *ref_3516 + language: *ref_2656 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureDataLakeGen2 - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: accountName: - schema: *ref_433 + schema: *ref_411 rawValue: string - language: *ref_3553 + language: *ref_2662 endpoint: - schema: *ref_434 + schema: *ref_412 rawValue: string - language: *ref_3554 + language: *ref_2663 filesystem: - schema: *ref_435 + schema: *ref_413 rawValue: string - language: *ref_3555 + language: *ref_2664 protocol: - schema: *ref_436 + schema: *ref_414 rawValue: string - language: *ref_3556 - language: *ref_3510 - language: *ref_3538 - parameter: *ref_2025 - operation: *ref_3552 - operationGroup: *ref_3523 + language: *ref_2665 + language: *ref_2619 + language: *ref_2647 + parameter: *ref_1543 + operation: *ref_2661 + operationGroup: *ref_2632 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureDataLakeGen2WServicePrincipal/createOrUpdate.json responses: '200': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_446 + schema: *ref_424 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_486 + schema: *ref_463 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: ServicePrincipal - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: authorityUrl: - schema: *ref_479 + schema: *ref_455 rawValue: string - language: *ref_3540 + language: *ref_2649 clientId: - schema: *ref_480 + schema: *ref_456 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3541 + language: *ref_2650 resourceUrl: - schema: *ref_481 + schema: *ref_457 rawValue: string - language: *ref_3542 + language: *ref_2651 tenantId: - schema: *ref_482 + schema: *ref_458 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3547 - language: *ref_3516 + language: *ref_2656 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureDataLakeGen2 - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: accountName: - schema: *ref_433 + schema: *ref_411 rawValue: string - language: *ref_3553 + language: *ref_2662 endpoint: - schema: *ref_434 + schema: *ref_412 rawValue: string - language: *ref_3554 + language: *ref_2663 filesystem: - schema: *ref_435 + schema: *ref_413 rawValue: string - language: *ref_3555 + language: *ref_2664 protocol: - schema: *ref_436 + schema: *ref_414 rawValue: string - language: *ref_3556 - language: *ref_3510 - language: *ref_3548 - headers: *ref_3557 + language: *ref_2665 + language: *ref_2619 + language: *ref_2657 + headers: *ref_2666 '201': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_446 + schema: *ref_424 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_486 + schema: *ref_463 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: ServicePrincipal - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: authorityUrl: - schema: *ref_479 + schema: *ref_455 rawValue: string - language: *ref_3540 + language: *ref_2649 clientId: - schema: *ref_480 + schema: *ref_456 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3541 + language: *ref_2650 resourceUrl: - schema: *ref_481 + schema: *ref_457 rawValue: string - language: *ref_3542 + language: *ref_2651 tenantId: - schema: *ref_482 + schema: *ref_458 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_3547 - language: *ref_3516 + language: *ref_2656 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureDataLakeGen2 - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: accountName: - schema: *ref_433 + schema: *ref_411 rawValue: string - language: *ref_3553 + language: *ref_2662 endpoint: - schema: *ref_434 + schema: *ref_412 rawValue: string - language: *ref_3554 + language: *ref_2663 filesystem: - schema: *ref_435 + schema: *ref_413 rawValue: string - language: *ref_3555 + language: *ref_2664 protocol: - schema: *ref_436 + schema: *ref_414 rawValue: string - language: *ref_3556 - language: *ref_3510 - language: *ref_3550 - headers: *ref_3558 + language: *ref_2665 + language: *ref_2619 + language: *ref_2659 + headers: *ref_2667 - name: CreateOrUpdate datastore (Azure File store w/ AccountKey). clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3534 - parameter: *ref_2027 + language: *ref_2643 + parameter: *ref_1545 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3535 - parameter: *ref_2028 + language: *ref_2644 + parameter: *ref_1546 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3536 - parameter: *ref_2029 + language: *ref_2645 + parameter: *ref_1547 - exampleValue: - schema: *ref_1994 + schema: *ref_1526 rawValue: false - language: *ref_3537 - parameter: *ref_2023 + language: *ref_2646 + parameter: *ref_1548 - exampleValue: - schema: *ref_855 + schema: *ref_782 parentsValue: {} properties: properties: - schema: *ref_447 + schema: *ref_425 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_451 + schema: *ref_459 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: AccountKey - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: secrets: - schema: *ref_463 + schema: *ref_429 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_430 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_441 rawValue: AccountKey - language: *ref_3546 - language: *ref_3545 + language: *ref_2655 + language: *ref_2654 properties: key: - schema: *ref_457 + schema: *ref_443 rawValue: string - language: *ref_3564 - language: *ref_3563 - language: *ref_3516 + language: *ref_2673 + language: *ref_2672 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureFile - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: accountName: - schema: *ref_437 + schema: *ref_415 rawValue: string - language: *ref_3559 + language: *ref_2668 endpoint: - schema: *ref_438 + schema: *ref_416 rawValue: string - language: *ref_3560 + language: *ref_2669 fileShareName: - schema: *ref_439 + schema: *ref_417 rawValue: string - language: *ref_3561 + language: *ref_2670 protocol: - schema: *ref_440 + schema: *ref_418 rawValue: string - language: *ref_3562 - language: *ref_3510 - language: *ref_3538 - parameter: *ref_2025 - operation: *ref_3552 - operationGroup: *ref_3523 + language: *ref_2671 + language: *ref_2619 + language: *ref_2647 + parameter: *ref_1543 + operation: *ref_2661 + operationGroup: *ref_2632 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureFileWAccountKey/createOrUpdate.json responses: '200': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_447 + schema: *ref_425 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_451 + schema: *ref_459 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: AccountKey - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: {} - language: *ref_3516 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureFile - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: accountName: - schema: *ref_437 + schema: *ref_415 rawValue: string - language: *ref_3559 + language: *ref_2668 endpoint: - schema: *ref_438 + schema: *ref_416 rawValue: string - language: *ref_3560 + language: *ref_2669 fileShareName: - schema: *ref_439 + schema: *ref_417 rawValue: string - language: *ref_3561 + language: *ref_2670 protocol: - schema: *ref_440 + schema: *ref_418 rawValue: string - language: *ref_3562 - language: *ref_3510 - language: *ref_3548 - headers: *ref_3565 + language: *ref_2671 + language: *ref_2619 + language: *ref_2657 + headers: *ref_2674 '201': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_447 + schema: *ref_425 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_451 + schema: *ref_459 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: AccountKey - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: {} - language: *ref_3516 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureFile - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: accountName: - schema: *ref_437 + schema: *ref_415 rawValue: string - language: *ref_3559 + language: *ref_2668 endpoint: - schema: *ref_438 + schema: *ref_416 rawValue: string - language: *ref_3560 + language: *ref_2669 fileShareName: - schema: *ref_439 + schema: *ref_417 rawValue: string - language: *ref_3561 + language: *ref_2670 protocol: - schema: *ref_440 + schema: *ref_418 rawValue: string - language: *ref_3562 - language: *ref_3510 - language: *ref_3550 - headers: *ref_3566 + language: *ref_2671 + language: *ref_2619 + language: *ref_2659 + headers: *ref_2675 - name: CreateOrUpdate datastore (AzureBlob w/ AccountKey). clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3534 - parameter: *ref_2027 + language: *ref_2643 + parameter: *ref_1545 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3535 - parameter: *ref_2028 + language: *ref_2644 + parameter: *ref_1546 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3536 - parameter: *ref_2029 + language: *ref_2645 + parameter: *ref_1547 - exampleValue: - schema: *ref_1994 + schema: *ref_1526 rawValue: false - language: *ref_3537 - parameter: *ref_2023 + language: *ref_2646 + parameter: *ref_1548 - exampleValue: - schema: *ref_855 + schema: *ref_782 parentsValue: {} properties: properties: - schema: *ref_444 + schema: *ref_422 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_451 + schema: *ref_459 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: AccountKey - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: secrets: - schema: *ref_463 + schema: *ref_429 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_430 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_441 rawValue: AccountKey - language: *ref_3546 - language: *ref_3545 + language: *ref_2655 + language: *ref_2654 properties: key: - schema: *ref_457 + schema: *ref_443 rawValue: string - language: *ref_3564 - language: *ref_3563 - language: *ref_3516 + language: *ref_2673 + language: *ref_2672 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureBlob - language: *ref_3519 - language: *ref_3515 + language: *ref_2628 + language: *ref_2624 properties: accountName: - schema: *ref_427 + schema: *ref_405 rawValue: string - language: *ref_3511 + language: *ref_2620 containerName: - schema: *ref_428 + schema: *ref_406 rawValue: string - language: *ref_3512 + language: *ref_2621 endpoint: - schema: *ref_429 + schema: *ref_407 rawValue: core.windows.net - language: *ref_3513 + language: *ref_2622 protocol: - schema: *ref_430 + schema: *ref_408 rawValue: https - language: *ref_3514 - language: *ref_3510 - language: *ref_3538 - parameter: *ref_2025 - operation: *ref_3552 - operationGroup: *ref_3523 + language: *ref_2623 + language: *ref_2619 + language: *ref_2647 + parameter: *ref_1543 + operation: *ref_2661 + operationGroup: *ref_2632 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/AzureBlobWAccountKey/createOrUpdate.json responses: '200': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_444 + schema: *ref_422 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_451 + schema: *ref_459 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: AccountKey - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: {} - language: *ref_3516 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureBlob - language: *ref_3519 + language: *ref_2628 isDefault: - schema: *ref_492 + schema: *ref_467 rawValue: false - language: *ref_3520 - language: *ref_3515 + language: *ref_2629 + language: *ref_2624 properties: accountName: - schema: *ref_427 + schema: *ref_405 rawValue: string - language: *ref_3511 + language: *ref_2620 containerName: - schema: *ref_428 + schema: *ref_406 rawValue: string - language: *ref_3512 + language: *ref_2621 endpoint: - schema: *ref_429 + schema: *ref_407 rawValue: core.windows.net - language: *ref_3513 + language: *ref_2622 protocol: - schema: *ref_430 + schema: *ref_408 rawValue: https - language: *ref_3514 - language: *ref_3510 - language: *ref_3548 - headers: *ref_3567 + language: *ref_2623 + language: *ref_2619 + language: *ref_2657 + headers: *ref_2676 '201': body: - schema: *ref_855 + schema: *ref_782 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_444 + schema: *ref_422 parentsValue: DatastoreDetails: - schema: *ref_426 + schema: *ref_404 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 rawValue: null - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: credentials: - schema: *ref_451 + schema: *ref_459 parentsValue: DatastoreCredentials: - schema: *ref_452 + schema: *ref_428 parentsValue: {} properties: credentialsType: - schema: *ref_487 + schema: *ref_464 rawValue: AccountKey - language: *ref_3518 - language: *ref_3517 + language: *ref_2627 + language: *ref_2626 properties: {} - language: *ref_3516 + language: *ref_2625 datastoreType: - schema: *ref_449 + schema: *ref_427 rawValue: AzureBlob - language: *ref_3519 + language: *ref_2628 isDefault: - schema: *ref_492 + schema: *ref_467 rawValue: false - language: *ref_3520 - language: *ref_3515 + language: *ref_2629 + language: *ref_2624 properties: accountName: - schema: *ref_427 + schema: *ref_405 rawValue: string - language: *ref_3511 + language: *ref_2620 containerName: - schema: *ref_428 + schema: *ref_406 rawValue: string - language: *ref_3512 + language: *ref_2621 endpoint: - schema: *ref_429 + schema: *ref_407 rawValue: core.windows.net - language: *ref_3513 + language: *ref_2622 protocol: - schema: *ref_430 + schema: *ref_408 rawValue: https - language: *ref_3514 - language: *ref_3510 - language: *ref_3550 - headers: *ref_3568 - operation: *ref_3552 - operationGroup: *ref_3523 + language: *ref_2623 + language: *ref_2619 + language: *ref_2659 + headers: *ref_2677 + operation: *ref_2661 + operationGroup: *ref_2632 - operationId: Datastores_ListSecrets examples: - name: Get datastore secrets. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3569 - parameter: *ref_2034 + language: *ref_2678 + parameter: *ref_1549 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3570 - parameter: *ref_2035 + language: *ref_2679 + parameter: *ref_1550 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3571 - parameter: *ref_2036 - operation: *ref_3574 - operationGroup: *ref_3523 + language: *ref_2680 + parameter: *ref_1551 + operation: *ref_2683 + operationGroup: *ref_2632 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Datastore/listSecrets.json responses: '200': body: - schema: *ref_463 + schema: *ref_429 parentsValue: DatastoreSecrets: - schema: *ref_456 + schema: *ref_430 parentsValue: {} properties: secretsType: - schema: *ref_468 + schema: *ref_441 rawValue: AccountKey - language: *ref_3546 - language: *ref_3545 + language: *ref_2655 + language: *ref_2654 properties: key: - schema: *ref_457 + schema: *ref_443 rawValue: string - language: *ref_3564 - language: *ref_3572 - headers: *ref_3573 - operation: *ref_3574 - operationGroup: *ref_3523 + language: *ref_2673 + language: *ref_2681 + headers: *ref_2682 + operation: *ref_2683 + operationGroup: *ref_2632 - operationId: EnvironmentContainers_List examples: - name: List Environment Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3575 - parameter: *ref_2050 + language: *ref_2684 + parameter: *ref_1552 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3576 - parameter: *ref_2051 - operation: *ref_3581 - operationGroup: *ref_3582 + language: *ref_2685 + parameter: *ref_1553 + operation: *ref_2690 + operationGroup: *ref_2691 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/list.json responses: '200': body: - schema: *ref_2052 + schema: *ref_1556 parentsValue: {} properties: nextLink: - schema: *ref_1104 + schema: *ref_1027 rawValue: string - language: *ref_3578 + language: *ref_2687 value: - schema: *ref_1250 + schema: *ref_1170 elements: - - schema: *ref_856 + - schema: *ref_783 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testEnvironment - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_829 + schema: *ref_768 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -89241,155 +68430,155 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3580 - language: *ref_3579 - language: *ref_3577 - operation: *ref_3581 - operationGroup: *ref_3582 + language: *ref_2689 + language: *ref_2688 + language: *ref_2686 + operation: *ref_2690 + operationGroup: *ref_2691 - operationId: EnvironmentContainers_Delete examples: - name: Delete Environment Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3583 - parameter: *ref_2056 + language: *ref_2692 + parameter: *ref_1557 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3584 - parameter: *ref_2057 + language: *ref_2693 + parameter: *ref_1558 - exampleValue: schema: *ref_9 rawValue: testContainer - language: *ref_3585 - parameter: *ref_2058 - operation: *ref_3586 - operationGroup: *ref_3582 + language: *ref_2694 + parameter: *ref_1559 + operation: *ref_2695 + operationGroup: *ref_2691 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3586 - operationGroup: *ref_3582 + operation: *ref_2695 + operationGroup: *ref_2691 - operationId: EnvironmentContainers_Get examples: - name: Get Environment Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3587 - parameter: *ref_2062 + language: *ref_2696 + parameter: *ref_1560 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3588 - parameter: *ref_2063 + language: *ref_2697 + parameter: *ref_1561 - exampleValue: schema: *ref_9 rawValue: testEnvironment - language: *ref_3589 - parameter: *ref_2064 - operation: *ref_3591 - operationGroup: *ref_3582 + language: *ref_2698 + parameter: *ref_1562 + operation: *ref_2700 + operationGroup: *ref_2691 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/get.json responses: '200': body: - schema: *ref_856 + schema: *ref_783 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testEnvironment - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_829 + schema: *ref_768 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -89397,65 +68586,65 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3580 - language: *ref_3590 - operation: *ref_3591 - operationGroup: *ref_3582 + language: *ref_2689 + language: *ref_2699 + operation: *ref_2700 + operationGroup: *ref_2691 - operationId: EnvironmentContainers_CreateOrUpdate examples: - name: CreateOrUpdate Environment Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3592 - parameter: *ref_2072 + language: *ref_2701 + parameter: *ref_1565 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_3593 - parameter: *ref_2073 + language: *ref_2702 + parameter: *ref_1566 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEnvironment - language: *ref_3594 - parameter: *ref_2074 + language: *ref_2703 + parameter: *ref_1567 - exampleValue: - schema: *ref_856 + schema: *ref_783 parentsValue: {} properties: properties: - schema: *ref_829 + schema: *ref_768 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: additionalProp1: schema: *ref_9 @@ -89466,9 +68655,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: additionalProp1: schema: *ref_9 @@ -89479,85 +68668,85 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3580 - language: *ref_3595 - parameter: *ref_2070 - operation: *ref_3598 - operationGroup: *ref_3582 + language: *ref_2689 + language: *ref_2704 + parameter: *ref_1563 + operation: *ref_2707 + operationGroup: *ref_2691 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentContainer/createOrUpdate.json responses: '200': body: - schema: *ref_856 + schema: *ref_783 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testEnvironment - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-04T03:39:11.300Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-04T03:39:11.300Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_829 + schema: *ref_768 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: additionalProp1: schema: *ref_9 @@ -89568,9 +68757,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: additionalProp1: schema: *ref_9 @@ -89581,80 +68770,80 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3580 - language: *ref_3596 + language: *ref_2689 + language: *ref_2705 '201': body: - schema: *ref_856 + schema: *ref_783 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testEnvironment - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/environments - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/testEnvironment - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-04T03:39:11.301Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-04T03:39:11.301Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_829 + schema: *ref_768 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: additionalProp1: schema: *ref_9 @@ -89665,9 +68854,9 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: additionalProp1: schema: *ref_9 @@ -89678,7009 +68867,7009 @@ testModel: additionalProp3: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3580 - language: *ref_3597 - operation: *ref_3598 - operationGroup: *ref_3582 + language: *ref_2689 + language: *ref_2706 + operation: *ref_2707 + operationGroup: *ref_2691 - operationId: EnvironmentVersions_List examples: - name: List Environment Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3599 - parameter: *ref_2087 + language: *ref_2708 + parameter: *ref_1568 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3600 - parameter: *ref_2088 + language: *ref_2709 + parameter: *ref_1569 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3601 - parameter: *ref_2089 + language: *ref_2710 + parameter: *ref_1570 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3602 - parameter: *ref_2081 + language: *ref_2711 + parameter: *ref_1571 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3603 - parameter: *ref_2084 - operation: *ref_3621 - operationGroup: *ref_3622 + language: *ref_2712 + parameter: *ref_1572 + operation: *ref_2730 + operationGroup: *ref_2731 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/list.json responses: '200': body: - schema: *ref_2090 + schema: *ref_1575 parentsValue: {} properties: nextLink: - schema: *ref_1105 + schema: *ref_1028 rawValue: string - language: *ref_3605 + language: *ref_2714 value: - schema: *ref_1251 + schema: *ref_1171 elements: - - schema: *ref_857 + - schema: *ref_784 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_420 + schema: *ref_398 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: build: - schema: *ref_1106 + schema: *ref_1029 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_383 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3609 + language: *ref_2718 dockerfilePath: - schema: *ref_406 + schema: *ref_384 rawValue: prod/Dockerfile - language: *ref_3610 - language: *ref_3608 + language: *ref_2719 + language: *ref_2717 condaFile: - schema: *ref_407 + schema: *ref_385 rawValue: string - language: *ref_3611 + language: *ref_2720 environmentType: - schema: *ref_408 + schema: *ref_386 rawValue: Curated - language: *ref_3612 + language: *ref_2721 image: - schema: *ref_409 + schema: *ref_387 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3613 + language: *ref_2722 inferenceConfig: - schema: *ref_1107 + schema: *ref_1030 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3615 + language: *ref_2726 + language: *ref_2724 readinessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3618 + language: *ref_2726 + language: *ref_2727 scoringRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3619 - language: *ref_3614 - language: *ref_3607 - language: *ref_3606 - language: *ref_3604 - headers: *ref_3620 - operation: *ref_3621 - operationGroup: *ref_3622 + language: *ref_2726 + language: *ref_2728 + language: *ref_2723 + language: *ref_2716 + language: *ref_2715 + language: *ref_2713 + headers: *ref_2729 + operation: *ref_2730 + operationGroup: *ref_2731 - operationId: EnvironmentVersions_Delete examples: - name: Delete Environment Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3623 - parameter: *ref_2094 + language: *ref_2732 + parameter: *ref_1576 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3624 - parameter: *ref_2095 + language: *ref_2733 + parameter: *ref_1577 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3625 - parameter: *ref_2096 + language: *ref_2734 + parameter: *ref_1578 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3626 - parameter: *ref_2097 - operation: *ref_3627 - operationGroup: *ref_3622 + language: *ref_2735 + parameter: *ref_1579 + operation: *ref_2736 + operationGroup: *ref_2731 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/delete.json responses: '200': {} '204': {} - operation: *ref_3627 - operationGroup: *ref_3622 + operation: *ref_2736 + operationGroup: *ref_2731 - operationId: EnvironmentVersions_Get examples: - name: Get Environment Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3628 - parameter: *ref_2101 + language: *ref_2737 + parameter: *ref_1580 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3629 - parameter: *ref_2102 + language: *ref_2738 + parameter: *ref_1581 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3630 - parameter: *ref_2103 + language: *ref_2739 + parameter: *ref_1582 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3631 - parameter: *ref_2104 - operation: *ref_3634 - operationGroup: *ref_3622 + language: *ref_2740 + parameter: *ref_1583 + operation: *ref_2743 + operationGroup: *ref_2731 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/get.json responses: '200': body: - schema: *ref_857 + schema: *ref_784 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_420 + schema: *ref_398 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: build: - schema: *ref_1106 + schema: *ref_1029 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_383 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3609 + language: *ref_2718 dockerfilePath: - schema: *ref_406 + schema: *ref_384 rawValue: prod/Dockerfile - language: *ref_3610 - language: *ref_3608 + language: *ref_2719 + language: *ref_2717 condaFile: - schema: *ref_407 + schema: *ref_385 rawValue: string - language: *ref_3611 + language: *ref_2720 environmentType: - schema: *ref_408 + schema: *ref_386 rawValue: Curated - language: *ref_3612 + language: *ref_2721 image: - schema: *ref_409 + schema: *ref_387 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3613 + language: *ref_2722 inferenceConfig: - schema: *ref_1107 + schema: *ref_1030 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3615 + language: *ref_2726 + language: *ref_2724 readinessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3618 + language: *ref_2726 + language: *ref_2727 scoringRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3619 - language: *ref_3614 - language: *ref_3607 - language: *ref_3632 - headers: *ref_3633 - operation: *ref_3634 - operationGroup: *ref_3622 + language: *ref_2726 + language: *ref_2728 + language: *ref_2723 + language: *ref_2716 + language: *ref_2741 + headers: *ref_2742 + operation: *ref_2743 + operationGroup: *ref_2731 - operationId: EnvironmentVersions_CreateOrUpdate examples: - name: CreateOrUpdate Environment Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3635 - parameter: *ref_2112 + language: *ref_2744 + parameter: *ref_1586 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3636 - parameter: *ref_2113 + language: *ref_2745 + parameter: *ref_1587 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3637 - parameter: *ref_2114 + language: *ref_2746 + parameter: *ref_1588 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3638 - parameter: *ref_2115 + language: *ref_2747 + parameter: *ref_1589 - exampleValue: - schema: *ref_857 + schema: *ref_784 parentsValue: {} properties: properties: - schema: *ref_420 + schema: *ref_398 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: build: - schema: *ref_1106 + schema: *ref_1029 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_383 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3609 + language: *ref_2718 dockerfilePath: - schema: *ref_406 + schema: *ref_384 rawValue: prod/Dockerfile - language: *ref_3610 - language: *ref_3608 + language: *ref_2719 + language: *ref_2717 condaFile: - schema: *ref_407 + schema: *ref_385 rawValue: string - language: *ref_3611 + language: *ref_2720 image: - schema: *ref_409 + schema: *ref_387 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3613 + language: *ref_2722 inferenceConfig: - schema: *ref_1107 + schema: *ref_1030 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3615 + language: *ref_2726 + language: *ref_2724 readinessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3618 + language: *ref_2726 + language: *ref_2727 scoringRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3619 - language: *ref_3614 - language: *ref_3607 - language: *ref_3639 - parameter: *ref_2110 - operation: *ref_3644 - operationGroup: *ref_3622 + language: *ref_2726 + language: *ref_2728 + language: *ref_2723 + language: *ref_2716 + language: *ref_2748 + parameter: *ref_1584 + operation: *ref_2753 + operationGroup: *ref_2731 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/EnvironmentVersion/createOrUpdate.json responses: '200': body: - schema: *ref_857 + schema: *ref_784 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_420 + schema: *ref_398 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: build: - schema: *ref_1106 + schema: *ref_1029 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_383 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3609 + language: *ref_2718 dockerfilePath: - schema: *ref_406 + schema: *ref_384 rawValue: prod/Dockerfile - language: *ref_3610 - language: *ref_3608 + language: *ref_2719 + language: *ref_2717 condaFile: - schema: *ref_407 + schema: *ref_385 rawValue: string - language: *ref_3611 + language: *ref_2720 environmentType: - schema: *ref_408 + schema: *ref_386 rawValue: Curated - language: *ref_3612 + language: *ref_2721 image: - schema: *ref_409 + schema: *ref_387 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3613 + language: *ref_2722 inferenceConfig: - schema: *ref_1107 + schema: *ref_1030 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3615 + language: *ref_2726 + language: *ref_2724 readinessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3618 + language: *ref_2726 + language: *ref_2727 scoringRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3619 - language: *ref_3614 - language: *ref_3607 - language: *ref_3640 - headers: *ref_3641 + language: *ref_2726 + language: *ref_2728 + language: *ref_2723 + language: *ref_2716 + language: *ref_2749 + headers: *ref_2750 '201': body: - schema: *ref_857 + schema: *ref_784 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_420 + schema: *ref_398 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: build: - schema: *ref_1106 + schema: *ref_1029 parentsValue: {} properties: contextUri: - schema: *ref_405 + schema: *ref_383 rawValue: https://storage-account.blob.core.windows.net/azureml/DockerBuildContext/95ddede6b9b8c4e90472db3acd0a8d28/ - language: *ref_3609 + language: *ref_2718 dockerfilePath: - schema: *ref_406 + schema: *ref_384 rawValue: prod/Dockerfile - language: *ref_3610 - language: *ref_3608 + language: *ref_2719 + language: *ref_2717 condaFile: - schema: *ref_407 + schema: *ref_385 rawValue: string - language: *ref_3611 + language: *ref_2720 environmentType: - schema: *ref_408 + schema: *ref_386 rawValue: Curated - language: *ref_3612 + language: *ref_2721 image: - schema: *ref_409 + schema: *ref_387 rawValue: docker.io/tensorflow/serving:latest - language: *ref_3613 + language: *ref_2722 inferenceConfig: - schema: *ref_1107 + schema: *ref_1030 parentsValue: {} properties: livenessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3615 + language: *ref_2726 + language: *ref_2724 readinessRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3618 + language: *ref_2726 + language: *ref_2727 scoringRoute: - schema: *ref_412 + schema: *ref_390 parentsValue: {} properties: path: - schema: *ref_410 + schema: *ref_388 rawValue: string - language: *ref_3616 + language: *ref_2725 port: - schema: *ref_411 + schema: *ref_389 rawValue: 1 - language: *ref_3617 - language: *ref_3619 - language: *ref_3614 - language: *ref_3607 - language: *ref_3642 - headers: *ref_3643 - operation: *ref_3644 - operationGroup: *ref_3622 + language: *ref_2726 + language: *ref_2728 + language: *ref_2723 + language: *ref_2716 + language: *ref_2751 + headers: *ref_2752 + operation: *ref_2753 + operationGroup: *ref_2731 - operationId: Jobs_List examples: - name: List AutoML Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3645 - parameter: *ref_2130 + language: *ref_2754 + parameter: *ref_1590 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3646 - parameter: *ref_2131 - operation: *ref_3707 - operationGroup: *ref_3708 + language: *ref_2755 + parameter: *ref_1591 + operation: *ref_2816 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/list.json responses: '200': body: - schema: *ref_2132 + schema: *ref_1598 parentsValue: {} properties: value: - schema: *ref_1252 + schema: *ref_1172 elements: - - schema: *ref_858 + - schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: ManagedIdentity - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_801 + schema: *ref_744 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 isArchived: - schema: *ref_424 + schema: *ref_402 rawValue: false - language: *ref_3688 + language: *ref_2797 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: AutoML - language: *ref_3689 + language: *ref_2798 schedule: - schema: *ref_154 + schema: *ref_186 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_180 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_189 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3693 + language: *ref_2802 scheduleStatus: - schema: *ref_163 + schema: *ref_190 rawValue: Disabled - language: *ref_3694 + language: *ref_2803 scheduleType: - schema: *ref_161 + schema: *ref_188 rawValue: Cron - language: *ref_3695 + language: *ref_2804 startTime: - schema: *ref_165 + schema: *ref_192 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3696 + language: *ref_2805 timeZone: - schema: *ref_166 + schema: *ref_193 rawValue: string - language: *ref_3697 - language: *ref_3692 + language: *ref_2806 + language: *ref_2801 properties: expression: - schema: *ref_167 + schema: *ref_181 rawValue: string - language: *ref_3691 - language: *ref_3690 + language: *ref_2800 + language: *ref_2799 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: Scheduled - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: environmentId: - schema: *ref_495 + schema: *ref_470 rawValue: string - language: *ref_3650 + language: *ref_2759 environmentVariables: - schema: *ref_496 + schema: *ref_471 properties: string: schema: *ref_21 rawValue: string - language: *ref_3651 + language: *ref_2760 outputs: - schema: *ref_780 + schema: *ref_472 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3652 + language: *ref_2761 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3660 - language: *ref_3222 - language: *ref_3659 + rawValue: *ref_2769 + language: *ref_2331 + language: *ref_2768 taskDetails: - schema: *ref_506 + schema: *ref_561 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_476 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_698 rawValue: ImageClassification - language: *ref_3680 - language: *ref_3679 + language: *ref_2789 + language: *ref_2788 ImageClassificationBase: - schema: *ref_507 + schema: *ref_562 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_565 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_529 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_516 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_531 rawValue: string - language: *ref_3670 + language: *ref_2779 trainingData: - schema: *ref_1192 + schema: *ref_1112 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3674 - language: *ref_3673 + language: *ref_2783 + language: *ref_2782 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: {} - language: *ref_3672 - language: *ref_3671 - language: *ref_3669 + language: *ref_2781 + language: *ref_2780 + language: *ref_2778 properties: {} - language: *ref_3668 + language: *ref_2777 limitSettings: - schema: *ref_1199 + schema: *ref_1119 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_674 rawValue: 2 - language: *ref_3678 - language: *ref_3677 - language: *ref_3667 + language: *ref_2787 + language: *ref_2786 + language: *ref_2776 properties: modelSettings: - schema: *ref_522 + schema: *ref_576 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_572 rawValue: 2 - language: *ref_3664 - language: *ref_3663 + language: *ref_2773 + language: *ref_2772 searchSpace: - schema: *ref_1279 + schema: *ref_1199 elements: - - schema: *ref_576 + - schema: *ref_630 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_626 rawValue: choice(2, 360) - language: *ref_3666 - language: *ref_3665 - language: *ref_3662 + language: *ref_2775 + language: *ref_2774 + language: *ref_2771 properties: {} - language: *ref_3661 - language: *ref_3649 - language: *ref_3648 - language: *ref_3647 - headers: *ref_3706 + language: *ref_2770 + language: *ref_2758 + language: *ref_2757 + language: *ref_2756 + headers: *ref_2815 - name: List Command Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3645 - parameter: *ref_2130 + language: *ref_2754 + parameter: *ref_1590 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3646 - parameter: *ref_2131 + language: *ref_2755 + parameter: *ref_1591 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3709 - parameter: *ref_2125 + language: *ref_2818 + parameter: *ref_1593 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3710 - parameter: *ref_2126 - operation: *ref_3707 - operationGroup: *ref_3708 + language: *ref_2819 + parameter: *ref_1594 + operation: *ref_2816 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/list.json responses: '200': body: - schema: *ref_2132 + schema: *ref_1598 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1031 rawValue: string - language: *ref_3711 + language: *ref_2820 value: - schema: *ref_1252 + schema: *ref_1172 elements: - - schema: *ref_858 + - schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_802 + schema: *ref_745 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Command - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: codeId: - schema: *ref_750 + schema: *ref_701 rawValue: string - language: *ref_3712 + language: *ref_2821 command: - schema: *ref_751 + schema: *ref_702 rawValue: string - language: *ref_3713 + language: *ref_2822 distribution: - schema: *ref_759 + schema: *ref_710 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: TensorFlow - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_706 rawValue: 1 - language: *ref_3715 + language: *ref_2824 workerCount: - schema: *ref_757 + schema: *ref_707 rawValue: 1 - language: *ref_3716 - language: *ref_3714 + language: *ref_2825 + language: *ref_2823 environmentId: - schema: *ref_765 + schema: *ref_713 rawValue: string - language: *ref_3719 + language: *ref_2828 environmentVariables: - schema: *ref_766 + schema: *ref_714 properties: string: schema: *ref_21 rawValue: string - language: *ref_3720 + language: *ref_2829 inputs: - schema: *ref_781 + schema: *ref_715 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3721 + language: *ref_2831 + language: *ref_2830 limits: - schema: *ref_771 + schema: *ref_716 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Command - language: *ref_3726 + language: *ref_2835 timeout: - schema: *ref_779 + schema: *ref_724 rawValue: PT5M - language: *ref_3727 - language: *ref_3725 + language: *ref_2836 + language: *ref_2834 properties: {} - language: *ref_3724 + language: *ref_2833 outputs: - schema: *ref_780 + schema: *ref_725 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3728 + language: *ref_2837 parameters: schema: *ref_2 - rawValue: *ref_3730 - language: *ref_3729 + rawValue: *ref_2839 + language: *ref_2838 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3732 - language: *ref_3222 - language: *ref_3731 - language: *ref_3649 - language: *ref_3648 - language: *ref_3647 - headers: *ref_3733 + rawValue: *ref_2841 + language: *ref_2331 + language: *ref_2840 + language: *ref_2758 + language: *ref_2757 + language: *ref_2756 + headers: *ref_2842 - name: List Pipeline Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3645 - parameter: *ref_2130 + language: *ref_2754 + parameter: *ref_1590 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3646 - parameter: *ref_2131 + language: *ref_2755 + parameter: *ref_1591 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3709 - parameter: *ref_2125 + language: *ref_2818 + parameter: *ref_1593 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3710 - parameter: *ref_2126 - operation: *ref_3707 - operationGroup: *ref_3708 + language: *ref_2819 + parameter: *ref_1594 + operation: *ref_2816 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/list.json responses: '200': body: - schema: *ref_2132 + schema: *ref_1598 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1031 rawValue: string - language: *ref_3711 + language: *ref_2820 value: - schema: *ref_1252 + schema: *ref_1172 elements: - - schema: *ref_858 + - schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_803 + schema: *ref_746 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Pipeline - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: inputs: - schema: *ref_781 + schema: *ref_726 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3734 + language: *ref_2831 + language: *ref_2843 outputs: - schema: *ref_780 + schema: *ref_728 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3735 + language: *ref_2844 settings: schema: *ref_2 - rawValue: *ref_3737 - language: *ref_3736 - language: *ref_3649 - language: *ref_3648 - language: *ref_3647 - headers: *ref_3738 + rawValue: *ref_2846 + language: *ref_2845 + language: *ref_2758 + language: *ref_2757 + language: *ref_2756 + headers: *ref_2847 - name: List Sweep Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3645 - parameter: *ref_2130 + language: *ref_2754 + parameter: *ref_1590 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3646 - parameter: *ref_2131 + language: *ref_2755 + parameter: *ref_1591 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3709 - parameter: *ref_2125 + language: *ref_2818 + parameter: *ref_1593 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3710 - parameter: *ref_2126 - operation: *ref_3707 - operationGroup: *ref_3708 + language: *ref_2819 + parameter: *ref_1594 + operation: *ref_2816 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/list.json responses: '200': body: - schema: *ref_2132 + schema: *ref_1598 parentsValue: {} properties: nextLink: - schema: *ref_1108 + schema: *ref_1031 rawValue: string - language: *ref_3711 + language: *ref_2820 value: - schema: *ref_1252 + schema: *ref_1172 elements: - - schema: *ref_858 + - schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_804 + schema: *ref_747 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Sweep - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: earlyTermination: - schema: *ref_648 + schema: *ref_681 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_676 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_684 rawValue: 1 - language: *ref_3741 + language: *ref_2850 evaluationInterval: - schema: *ref_652 + schema: *ref_685 rawValue: 1 - language: *ref_3742 + language: *ref_2851 policyType: - schema: *ref_650 + schema: *ref_683 rawValue: MedianStopping - language: *ref_3743 - language: *ref_3740 + language: *ref_2852 + language: *ref_2849 properties: {} - language: *ref_3739 + language: *ref_2848 limits: - schema: *ref_776 + schema: *ref_721 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Sweep - language: *ref_3726 - language: *ref_3725 + language: *ref_2835 + language: *ref_2834 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_718 rawValue: 1 - language: *ref_3745 + language: *ref_2854 maxTotalTrials: - schema: *ref_774 + schema: *ref_719 rawValue: 1 - language: *ref_3746 + language: *ref_2855 trialTimeout: - schema: *ref_775 + schema: *ref_720 rawValue: PT1S - language: *ref_3747 - language: *ref_3744 + language: *ref_2856 + language: *ref_2853 objective: - schema: *ref_1203 + schema: *ref_1123 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_730 rawValue: Minimize - language: *ref_3749 + language: *ref_2858 primaryMetric: - schema: *ref_785 + schema: *ref_731 rawValue: string - language: *ref_3750 - language: *ref_3748 + language: *ref_2859 + language: *ref_2857 samplingAlgorithm: - schema: *ref_791 + schema: *ref_737 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_733 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_689 rawValue: Grid - language: *ref_3753 - language: *ref_3752 + language: *ref_2862 + language: *ref_2861 properties: {} - language: *ref_3751 + language: *ref_2860 searchSpace: schema: *ref_2 - rawValue: *ref_3755 - language: *ref_3754 + rawValue: *ref_2864 + language: *ref_2863 trial: - schema: *ref_1205 + schema: *ref_1125 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_740 rawValue: string - language: *ref_3757 + language: *ref_2866 command: - schema: *ref_797 + schema: *ref_741 rawValue: string - language: *ref_3758 + language: *ref_2867 distribution: - schema: *ref_753 + schema: *ref_708 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: Mpi - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_704 rawValue: 1 - language: *ref_3760 - language: *ref_3759 + language: *ref_2869 + language: *ref_2868 environmentId: - schema: *ref_799 + schema: *ref_742 rawValue: string - language: *ref_3761 + language: *ref_2870 environmentVariables: - schema: *ref_800 + schema: *ref_743 properties: string: schema: *ref_21 rawValue: string - language: *ref_3762 + language: *ref_2871 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3764 - language: *ref_3222 - language: *ref_3763 - language: *ref_3756 - language: *ref_3649 - language: *ref_3648 - language: *ref_3647 - headers: *ref_3765 - operation: *ref_3707 - operationGroup: *ref_3708 + rawValue: *ref_2873 + language: *ref_2331 + language: *ref_2872 + language: *ref_2865 + language: *ref_2758 + language: *ref_2757 + language: *ref_2756 + headers: *ref_2874 + operation: *ref_2816 + operationGroup: *ref_2817 - operationId: Jobs_Delete examples: - name: Delete Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3766 - parameter: *ref_2136 + language: *ref_2875 + parameter: *ref_1599 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3767 - parameter: *ref_2137 + language: *ref_2876 + parameter: *ref_1600 - exampleValue: schema: *ref_9 rawValue: string - language: *ref_3768 - parameter: *ref_2138 - operation: *ref_3769 - operationGroup: *ref_3708 + language: *ref_2877 + parameter: *ref_1601 + operation: *ref_2878 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_3769 - operationGroup: *ref_3708 + operation: *ref_2878 + operationGroup: *ref_2817 - operationId: Jobs_Get examples: - name: Get AutoML Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3770 - parameter: *ref_2146 + language: *ref_2879 + parameter: *ref_1604 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3771 - parameter: *ref_2147 + language: *ref_2880 + parameter: *ref_1605 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3772 - parameter: *ref_2148 - operation: *ref_3776 - operationGroup: *ref_3708 + language: *ref_2881 + parameter: *ref_1606 + operation: *ref_2885 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/get.json responses: '200': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: ManagedIdentity - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_801 + schema: *ref_744 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 isArchived: - schema: *ref_424 + schema: *ref_402 rawValue: false - language: *ref_3688 + language: *ref_2797 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: AutoML - language: *ref_3689 + language: *ref_2798 schedule: - schema: *ref_154 + schema: *ref_186 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_180 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_189 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3693 + language: *ref_2802 scheduleStatus: - schema: *ref_163 + schema: *ref_190 rawValue: Disabled - language: *ref_3694 + language: *ref_2803 scheduleType: - schema: *ref_161 + schema: *ref_188 rawValue: Cron - language: *ref_3695 + language: *ref_2804 startTime: - schema: *ref_165 + schema: *ref_192 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3696 + language: *ref_2805 timeZone: - schema: *ref_166 + schema: *ref_193 rawValue: string - language: *ref_3697 - language: *ref_3692 + language: *ref_2806 + language: *ref_2801 properties: expression: - schema: *ref_167 + schema: *ref_181 rawValue: string - language: *ref_3691 - language: *ref_3690 + language: *ref_2800 + language: *ref_2799 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: Scheduled - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: environmentId: - schema: *ref_495 + schema: *ref_470 rawValue: string - language: *ref_3650 + language: *ref_2759 environmentVariables: - schema: *ref_496 + schema: *ref_471 properties: string: schema: *ref_21 rawValue: string - language: *ref_3651 + language: *ref_2760 outputs: - schema: *ref_780 + schema: *ref_472 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3652 + language: *ref_2761 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3774 - language: *ref_3222 - language: *ref_3659 + rawValue: *ref_2883 + language: *ref_2331 + language: *ref_2768 taskDetails: - schema: *ref_506 + schema: *ref_561 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_476 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_698 rawValue: ImageClassification - language: *ref_3680 - language: *ref_3679 + language: *ref_2789 + language: *ref_2788 ImageClassificationBase: - schema: *ref_507 + schema: *ref_562 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_565 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_529 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_516 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_531 rawValue: string - language: *ref_3670 + language: *ref_2779 trainingData: - schema: *ref_1192 + schema: *ref_1112 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3674 - language: *ref_3673 + language: *ref_2783 + language: *ref_2782 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: {} - language: *ref_3672 - language: *ref_3671 - language: *ref_3669 + language: *ref_2781 + language: *ref_2780 + language: *ref_2778 properties: {} - language: *ref_3668 + language: *ref_2777 limitSettings: - schema: *ref_1199 + schema: *ref_1119 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_674 rawValue: 2 - language: *ref_3678 - language: *ref_3677 - language: *ref_3667 + language: *ref_2787 + language: *ref_2786 + language: *ref_2776 properties: modelSettings: - schema: *ref_522 + schema: *ref_576 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_572 rawValue: 2 - language: *ref_3664 - language: *ref_3663 + language: *ref_2773 + language: *ref_2772 searchSpace: - schema: *ref_1279 + schema: *ref_1199 elements: - - schema: *ref_576 + - schema: *ref_630 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_626 rawValue: choice(2, 360) - language: *ref_3666 - language: *ref_3665 - language: *ref_3662 + language: *ref_2775 + language: *ref_2774 + language: *ref_2771 properties: {} - language: *ref_3661 - language: *ref_3649 - language: *ref_3773 - headers: *ref_3775 + language: *ref_2770 + language: *ref_2758 + language: *ref_2882 + headers: *ref_2884 - name: Get Command Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3770 - parameter: *ref_2146 + language: *ref_2879 + parameter: *ref_1604 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3771 - parameter: *ref_2147 + language: *ref_2880 + parameter: *ref_1605 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3772 - parameter: *ref_2148 - operation: *ref_3776 - operationGroup: *ref_3708 + language: *ref_2881 + parameter: *ref_1606 + operation: *ref_2885 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/get.json responses: '200': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_802 + schema: *ref_745 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Command - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: codeId: - schema: *ref_750 + schema: *ref_701 rawValue: string - language: *ref_3712 + language: *ref_2821 command: - schema: *ref_751 + schema: *ref_702 rawValue: string - language: *ref_3713 + language: *ref_2822 distribution: - schema: *ref_759 + schema: *ref_710 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: TensorFlow - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_706 rawValue: 1 - language: *ref_3715 + language: *ref_2824 workerCount: - schema: *ref_757 + schema: *ref_707 rawValue: 1 - language: *ref_3716 - language: *ref_3714 + language: *ref_2825 + language: *ref_2823 environmentId: - schema: *ref_765 + schema: *ref_713 rawValue: string - language: *ref_3719 + language: *ref_2828 environmentVariables: - schema: *ref_766 + schema: *ref_714 properties: string: schema: *ref_21 rawValue: string - language: *ref_3720 + language: *ref_2829 inputs: - schema: *ref_781 + schema: *ref_715 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3721 + language: *ref_2831 + language: *ref_2830 limits: - schema: *ref_771 + schema: *ref_716 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Command - language: *ref_3726 + language: *ref_2835 timeout: - schema: *ref_779 + schema: *ref_724 rawValue: PT5M - language: *ref_3727 - language: *ref_3725 + language: *ref_2836 + language: *ref_2834 properties: {} - language: *ref_3724 + language: *ref_2833 outputs: - schema: *ref_780 + schema: *ref_725 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3728 + language: *ref_2837 parameters: schema: *ref_2 - rawValue: *ref_3777 - language: *ref_3729 + rawValue: *ref_2886 + language: *ref_2838 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3778 - language: *ref_3222 - language: *ref_3731 - language: *ref_3649 - language: *ref_3773 - headers: *ref_3779 + rawValue: *ref_2887 + language: *ref_2331 + language: *ref_2840 + language: *ref_2758 + language: *ref_2882 + headers: *ref_2888 - name: Get Pipeline Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3770 - parameter: *ref_2146 + language: *ref_2879 + parameter: *ref_1604 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3771 - parameter: *ref_2147 + language: *ref_2880 + parameter: *ref_1605 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3772 - parameter: *ref_2148 - operation: *ref_3776 - operationGroup: *ref_3708 + language: *ref_2881 + parameter: *ref_1606 + operation: *ref_2885 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/get.json responses: '200': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_803 + schema: *ref_746 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Pipeline - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: inputs: - schema: *ref_781 + schema: *ref_726 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3734 + language: *ref_2831 + language: *ref_2843 outputs: - schema: *ref_780 + schema: *ref_728 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3735 + language: *ref_2844 settings: schema: *ref_2 - rawValue: *ref_3780 - language: *ref_3736 - language: *ref_3649 - language: *ref_3773 - headers: *ref_3781 + rawValue: *ref_2889 + language: *ref_2845 + language: *ref_2758 + language: *ref_2882 + headers: *ref_2890 - name: Get Sweep Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3770 - parameter: *ref_2146 + language: *ref_2879 + parameter: *ref_1604 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3771 - parameter: *ref_2147 + language: *ref_2880 + parameter: *ref_1605 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3772 - parameter: *ref_2148 - operation: *ref_3776 - operationGroup: *ref_3708 + language: *ref_2881 + parameter: *ref_1606 + operation: *ref_2885 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/get.json responses: '200': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_804 + schema: *ref_747 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Sweep - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: earlyTermination: - schema: *ref_648 + schema: *ref_681 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_676 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_684 rawValue: 1 - language: *ref_3741 + language: *ref_2850 evaluationInterval: - schema: *ref_652 + schema: *ref_685 rawValue: 1 - language: *ref_3742 + language: *ref_2851 policyType: - schema: *ref_650 + schema: *ref_683 rawValue: MedianStopping - language: *ref_3743 - language: *ref_3740 + language: *ref_2852 + language: *ref_2849 properties: {} - language: *ref_3739 + language: *ref_2848 limits: - schema: *ref_776 + schema: *ref_721 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Sweep - language: *ref_3726 - language: *ref_3725 + language: *ref_2835 + language: *ref_2834 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_718 rawValue: 1 - language: *ref_3745 + language: *ref_2854 maxTotalTrials: - schema: *ref_774 + schema: *ref_719 rawValue: 1 - language: *ref_3746 + language: *ref_2855 trialTimeout: - schema: *ref_775 + schema: *ref_720 rawValue: PT1S - language: *ref_3747 - language: *ref_3744 + language: *ref_2856 + language: *ref_2853 objective: - schema: *ref_1203 + schema: *ref_1123 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_730 rawValue: Minimize - language: *ref_3749 + language: *ref_2858 primaryMetric: - schema: *ref_785 + schema: *ref_731 rawValue: string - language: *ref_3750 - language: *ref_3748 + language: *ref_2859 + language: *ref_2857 samplingAlgorithm: - schema: *ref_791 + schema: *ref_737 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_733 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_689 rawValue: Grid - language: *ref_3753 - language: *ref_3752 + language: *ref_2862 + language: *ref_2861 properties: {} - language: *ref_3751 + language: *ref_2860 searchSpace: schema: *ref_2 - rawValue: *ref_3782 - language: *ref_3754 + rawValue: *ref_2891 + language: *ref_2863 trial: - schema: *ref_1205 + schema: *ref_1125 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_740 rawValue: string - language: *ref_3757 + language: *ref_2866 command: - schema: *ref_797 + schema: *ref_741 rawValue: string - language: *ref_3758 + language: *ref_2867 distribution: - schema: *ref_753 + schema: *ref_708 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: Mpi - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_704 rawValue: 1 - language: *ref_3760 - language: *ref_3759 + language: *ref_2869 + language: *ref_2868 environmentId: - schema: *ref_799 + schema: *ref_742 rawValue: string - language: *ref_3761 + language: *ref_2870 environmentVariables: - schema: *ref_800 + schema: *ref_743 properties: string: schema: *ref_21 rawValue: string - language: *ref_3762 + language: *ref_2871 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3783 - language: *ref_3222 - language: *ref_3763 - language: *ref_3756 - language: *ref_3649 - language: *ref_3773 - headers: *ref_3784 - operation: *ref_3776 - operationGroup: *ref_3708 + rawValue: *ref_2892 + language: *ref_2331 + language: *ref_2872 + language: *ref_2865 + language: *ref_2758 + language: *ref_2882 + headers: *ref_2893 + operation: *ref_2885 + operationGroup: *ref_2817 - operationId: Jobs_CreateOrUpdate examples: - name: CreateOrUpdate AutoML Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3785 - parameter: *ref_2156 + language: *ref_2894 + parameter: *ref_1609 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3786 - parameter: *ref_2157 + language: *ref_2895 + parameter: *ref_1610 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3787 - parameter: *ref_2158 + language: *ref_2896 + parameter: *ref_1611 - exampleValue: - schema: *ref_858 + schema: *ref_785 parentsValue: {} properties: properties: - schema: *ref_801 + schema: *ref_744 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 isArchived: - schema: *ref_424 + schema: *ref_402 rawValue: false - language: *ref_3688 + language: *ref_2797 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: AutoML - language: *ref_3689 + language: *ref_2798 schedule: - schema: *ref_154 + schema: *ref_186 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_180 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_189 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3693 + language: *ref_2802 scheduleStatus: - schema: *ref_163 + schema: *ref_190 rawValue: Disabled - language: *ref_3694 + language: *ref_2803 scheduleType: - schema: *ref_161 + schema: *ref_188 rawValue: Cron - language: *ref_3695 + language: *ref_2804 startTime: - schema: *ref_165 + schema: *ref_192 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3696 + language: *ref_2805 timeZone: - schema: *ref_166 + schema: *ref_193 rawValue: string - language: *ref_3697 - language: *ref_3692 + language: *ref_2806 + language: *ref_2801 properties: expression: - schema: *ref_167 + schema: *ref_181 rawValue: string - language: *ref_3691 - language: *ref_3690 + language: *ref_2800 + language: *ref_2799 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 - language: *ref_3698 - language: *ref_3681 + language: *ref_2812 + language: *ref_2807 + language: *ref_2790 properties: environmentId: - schema: *ref_495 + schema: *ref_470 rawValue: string - language: *ref_3650 + language: *ref_2759 environmentVariables: - schema: *ref_496 + schema: *ref_471 properties: string: schema: *ref_21 rawValue: string - language: *ref_3651 + language: *ref_2760 outputs: - schema: *ref_780 + schema: *ref_472 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3652 + language: *ref_2761 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3789 - language: *ref_3222 - language: *ref_3659 + rawValue: *ref_2898 + language: *ref_2331 + language: *ref_2768 taskDetails: - schema: *ref_506 + schema: *ref_561 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_476 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_698 rawValue: ImageClassification - language: *ref_3680 - language: *ref_3679 + language: *ref_2789 + language: *ref_2788 ImageClassificationBase: - schema: *ref_507 + schema: *ref_562 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_565 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_529 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_516 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_531 rawValue: string - language: *ref_3670 + language: *ref_2779 trainingData: - schema: *ref_1192 + schema: *ref_1112 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3674 - language: *ref_3673 + language: *ref_2783 + language: *ref_2782 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: {} - language: *ref_3672 - language: *ref_3671 - language: *ref_3669 + language: *ref_2781 + language: *ref_2780 + language: *ref_2778 properties: {} - language: *ref_3668 + language: *ref_2777 limitSettings: - schema: *ref_1199 + schema: *ref_1119 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_674 rawValue: 2 - language: *ref_3678 - language: *ref_3677 - language: *ref_3667 + language: *ref_2787 + language: *ref_2786 + language: *ref_2776 properties: modelSettings: - schema: *ref_522 + schema: *ref_576 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_572 rawValue: 2 - language: *ref_3664 - language: *ref_3663 + language: *ref_2773 + language: *ref_2772 searchSpace: - schema: *ref_1279 + schema: *ref_1199 elements: - - schema: *ref_576 + - schema: *ref_630 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_626 rawValue: choice(2, 360) - language: *ref_3666 - language: *ref_3665 - language: *ref_3662 + language: *ref_2775 + language: *ref_2774 + language: *ref_2771 properties: {} - language: *ref_3661 - language: *ref_3649 - language: *ref_3788 - parameter: *ref_2154 - operation: *ref_3796 - operationGroup: *ref_3708 + language: *ref_2770 + language: *ref_2758 + language: *ref_2897 + parameter: *ref_1607 + operation: *ref_2905 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/AutoMLJob/createOrUpdate.json responses: '200': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: ManagedIdentity - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_801 + schema: *ref_744 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 isArchived: - schema: *ref_424 + schema: *ref_402 rawValue: false - language: *ref_3688 + language: *ref_2797 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: AutoML - language: *ref_3689 + language: *ref_2798 schedule: - schema: *ref_154 + schema: *ref_186 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_180 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_189 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3693 + language: *ref_2802 scheduleStatus: - schema: *ref_163 + schema: *ref_190 rawValue: Disabled - language: *ref_3694 + language: *ref_2803 scheduleType: - schema: *ref_161 + schema: *ref_188 rawValue: Cron - language: *ref_3695 + language: *ref_2804 startTime: - schema: *ref_165 + schema: *ref_192 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3696 + language: *ref_2805 timeZone: - schema: *ref_166 + schema: *ref_193 rawValue: string - language: *ref_3697 - language: *ref_3692 + language: *ref_2806 + language: *ref_2801 properties: expression: - schema: *ref_167 + schema: *ref_181 rawValue: string - language: *ref_3691 - language: *ref_3690 + language: *ref_2800 + language: *ref_2799 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: Scheduled - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: environmentId: - schema: *ref_495 + schema: *ref_470 rawValue: string - language: *ref_3650 + language: *ref_2759 environmentVariables: - schema: *ref_496 + schema: *ref_471 properties: string: schema: *ref_21 rawValue: string - language: *ref_3651 + language: *ref_2760 outputs: - schema: *ref_780 + schema: *ref_472 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3652 + language: *ref_2761 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3791 - language: *ref_3222 - language: *ref_3659 + rawValue: *ref_2900 + language: *ref_2331 + language: *ref_2768 taskDetails: - schema: *ref_506 + schema: *ref_561 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_476 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_698 rawValue: ImageClassification - language: *ref_3680 - language: *ref_3679 + language: *ref_2789 + language: *ref_2788 ImageClassificationBase: - schema: *ref_507 + schema: *ref_562 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_565 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_529 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_516 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_531 rawValue: string - language: *ref_3670 + language: *ref_2779 trainingData: - schema: *ref_1192 + schema: *ref_1112 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3674 - language: *ref_3673 + language: *ref_2783 + language: *ref_2782 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: {} - language: *ref_3672 - language: *ref_3671 - language: *ref_3669 + language: *ref_2781 + language: *ref_2780 + language: *ref_2778 properties: {} - language: *ref_3668 + language: *ref_2777 limitSettings: - schema: *ref_1199 + schema: *ref_1119 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_674 rawValue: 2 - language: *ref_3678 - language: *ref_3677 - language: *ref_3667 + language: *ref_2787 + language: *ref_2786 + language: *ref_2776 properties: modelSettings: - schema: *ref_522 + schema: *ref_576 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_572 rawValue: 2 - language: *ref_3664 - language: *ref_3663 + language: *ref_2773 + language: *ref_2772 searchSpace: - schema: *ref_1279 + schema: *ref_1199 elements: - - schema: *ref_576 + - schema: *ref_630 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_626 rawValue: choice(2, 360) - language: *ref_3666 - language: *ref_3665 - language: *ref_3662 + language: *ref_2775 + language: *ref_2774 + language: *ref_2771 properties: {} - language: *ref_3661 - language: *ref_3649 - language: *ref_3790 - headers: *ref_3792 + language: *ref_2770 + language: *ref_2758 + language: *ref_2899 + headers: *ref_2901 '201': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: ManagedIdentity - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_801 + schema: *ref_744 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 isArchived: - schema: *ref_424 + schema: *ref_402 rawValue: false - language: *ref_3688 + language: *ref_2797 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: AutoML - language: *ref_3689 + language: *ref_2798 schedule: - schema: *ref_154 + schema: *ref_186 parentsValue: ScheduleBase: - schema: *ref_155 + schema: *ref_180 parentsValue: {} properties: endTime: - schema: *ref_162 + schema: *ref_189 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3693 + language: *ref_2802 scheduleStatus: - schema: *ref_163 + schema: *ref_190 rawValue: Disabled - language: *ref_3694 + language: *ref_2803 scheduleType: - schema: *ref_161 + schema: *ref_188 rawValue: Cron - language: *ref_3695 + language: *ref_2804 startTime: - schema: *ref_165 + schema: *ref_192 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3696 + language: *ref_2805 timeZone: - schema: *ref_166 + schema: *ref_193 rawValue: string - language: *ref_3697 - language: *ref_3692 + language: *ref_2806 + language: *ref_2801 properties: expression: - schema: *ref_167 + schema: *ref_181 rawValue: string - language: *ref_3691 - language: *ref_3690 + language: *ref_2800 + language: *ref_2799 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: Scheduled - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: environmentId: - schema: *ref_495 + schema: *ref_470 rawValue: string - language: *ref_3650 + language: *ref_2759 environmentVariables: - schema: *ref_496 + schema: *ref_471 properties: string: schema: *ref_21 rawValue: string - language: *ref_3651 + language: *ref_2760 outputs: - schema: *ref_780 + schema: *ref_472 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3652 + language: *ref_2761 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3794 - language: *ref_3222 - language: *ref_3659 + rawValue: *ref_2903 + language: *ref_2331 + language: *ref_2768 taskDetails: - schema: *ref_506 + schema: *ref_561 parentsValue: AutoMLVertical: - schema: *ref_508 + schema: *ref_476 parentsValue: {} properties: taskType: - schema: *ref_683 + schema: *ref_698 rawValue: ImageClassification - language: *ref_3680 - language: *ref_3679 + language: *ref_2789 + language: *ref_2788 ImageClassificationBase: - schema: *ref_507 + schema: *ref_562 parentsValue: ImageVertical: - schema: *ref_511 + schema: *ref_565 parentsValue: {} properties: dataSettings: - schema: *ref_636 + schema: *ref_529 parentsValue: DataSettings: - schema: *ref_619 + schema: *ref_516 parentsValue: {} properties: targetColumnName: - schema: *ref_639 + schema: *ref_531 rawValue: string - language: *ref_3670 + language: *ref_2779 trainingData: - schema: *ref_1192 + schema: *ref_1112 parentsValue: {} properties: data: - schema: *ref_39 + schema: *ref_38 parentsValue: AssetJobInput: - schema: *ref_40 + schema: *ref_39 parentsValue: {} properties: uri: - schema: *ref_48 + schema: *ref_47 rawValue: string - language: *ref_3674 - language: *ref_3673 + language: *ref_2783 + language: *ref_2782 JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: MLTable - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: {} - language: *ref_3672 - language: *ref_3671 - language: *ref_3669 + language: *ref_2781 + language: *ref_2780 + language: *ref_2778 properties: {} - language: *ref_3668 + language: *ref_2777 limitSettings: - schema: *ref_1199 + schema: *ref_1119 parentsValue: {} properties: maxTrials: - schema: *ref_642 + schema: *ref_674 rawValue: 2 - language: *ref_3678 - language: *ref_3677 - language: *ref_3667 + language: *ref_2787 + language: *ref_2786 + language: *ref_2776 properties: modelSettings: - schema: *ref_522 + schema: *ref_576 parentsValue: {} properties: validationCropSize: - schema: *ref_518 + schema: *ref_572 rawValue: 2 - language: *ref_3664 - language: *ref_3663 + language: *ref_2773 + language: *ref_2772 searchSpace: - schema: *ref_1279 + schema: *ref_1199 elements: - - schema: *ref_576 + - schema: *ref_630 parentsValue: {} properties: validationCropSize: - schema: *ref_572 + schema: *ref_626 rawValue: choice(2, 360) - language: *ref_3666 - language: *ref_3665 - language: *ref_3662 + language: *ref_2775 + language: *ref_2774 + language: *ref_2771 properties: {} - language: *ref_3661 - language: *ref_3649 - language: *ref_3793 - headers: *ref_3795 + language: *ref_2770 + language: *ref_2758 + language: *ref_2902 + headers: *ref_2904 - name: CreateOrUpdate Command Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3785 - parameter: *ref_2156 + language: *ref_2894 + parameter: *ref_1609 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3786 - parameter: *ref_2157 + language: *ref_2895 + parameter: *ref_1610 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3787 - parameter: *ref_2158 + language: *ref_2896 + parameter: *ref_1611 - exampleValue: - schema: *ref_858 + schema: *ref_785 parentsValue: {} properties: properties: - schema: *ref_802 + schema: *ref_745 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Command - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 - language: *ref_3698 - language: *ref_3681 + language: *ref_2812 + language: *ref_2807 + language: *ref_2790 properties: codeId: - schema: *ref_750 + schema: *ref_701 rawValue: string - language: *ref_3712 + language: *ref_2821 command: - schema: *ref_751 + schema: *ref_702 rawValue: string - language: *ref_3713 + language: *ref_2822 distribution: - schema: *ref_759 + schema: *ref_710 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: TensorFlow - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_706 rawValue: 1 - language: *ref_3715 + language: *ref_2824 workerCount: - schema: *ref_757 + schema: *ref_707 rawValue: 1 - language: *ref_3716 - language: *ref_3714 + language: *ref_2825 + language: *ref_2823 environmentId: - schema: *ref_765 + schema: *ref_713 rawValue: string - language: *ref_3719 + language: *ref_2828 environmentVariables: - schema: *ref_766 + schema: *ref_714 properties: string: schema: *ref_21 rawValue: string - language: *ref_3720 + language: *ref_2829 inputs: - schema: *ref_781 + schema: *ref_715 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3721 + language: *ref_2831 + language: *ref_2830 limits: - schema: *ref_771 + schema: *ref_716 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Command - language: *ref_3726 + language: *ref_2835 timeout: - schema: *ref_779 + schema: *ref_724 rawValue: PT5M - language: *ref_3727 - language: *ref_3725 + language: *ref_2836 + language: *ref_2834 properties: {} - language: *ref_3724 + language: *ref_2833 outputs: - schema: *ref_780 + schema: *ref_725 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3728 + language: *ref_2837 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3797 - language: *ref_3222 - language: *ref_3731 - language: *ref_3649 - language: *ref_3788 - parameter: *ref_2154 - operation: *ref_3796 - operationGroup: *ref_3708 + rawValue: *ref_2906 + language: *ref_2331 + language: *ref_2840 + language: *ref_2758 + language: *ref_2897 + parameter: *ref_1607 + operation: *ref_2905 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/CommandJob/createOrUpdate.json responses: '200': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_802 + schema: *ref_745 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Command - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: codeId: - schema: *ref_750 + schema: *ref_701 rawValue: string - language: *ref_3712 + language: *ref_2821 command: - schema: *ref_751 + schema: *ref_702 rawValue: string - language: *ref_3713 + language: *ref_2822 distribution: - schema: *ref_759 + schema: *ref_710 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: TensorFlow - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_706 rawValue: 1 - language: *ref_3715 + language: *ref_2824 workerCount: - schema: *ref_757 + schema: *ref_707 rawValue: 1 - language: *ref_3716 - language: *ref_3714 + language: *ref_2825 + language: *ref_2823 environmentId: - schema: *ref_765 + schema: *ref_713 rawValue: string - language: *ref_3719 + language: *ref_2828 environmentVariables: - schema: *ref_766 + schema: *ref_714 properties: string: schema: *ref_21 rawValue: string - language: *ref_3720 + language: *ref_2829 inputs: - schema: *ref_781 + schema: *ref_715 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3721 + language: *ref_2831 + language: *ref_2830 limits: - schema: *ref_771 + schema: *ref_716 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Command - language: *ref_3726 + language: *ref_2835 timeout: - schema: *ref_779 + schema: *ref_724 rawValue: PT5M - language: *ref_3727 - language: *ref_3725 + language: *ref_2836 + language: *ref_2834 properties: {} - language: *ref_3724 + language: *ref_2833 outputs: - schema: *ref_780 + schema: *ref_725 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3728 + language: *ref_2837 parameters: schema: *ref_2 - rawValue: *ref_3798 - language: *ref_3729 + rawValue: *ref_2907 + language: *ref_2838 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3799 - language: *ref_3222 - language: *ref_3731 - language: *ref_3649 - language: *ref_3790 - headers: *ref_3800 + rawValue: *ref_2908 + language: *ref_2331 + language: *ref_2840 + language: *ref_2758 + language: *ref_2899 + headers: *ref_2909 '201': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_802 + schema: *ref_745 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 identity: - schema: *ref_810 + schema: *ref_756 parentsValue: IdentityConfiguration: - schema: *ref_811 + schema: *ref_752 parentsValue: {} properties: identityType: - schema: *ref_817 + schema: *ref_759 rawValue: AMLToken - language: *ref_3687 - language: *ref_3686 + language: *ref_2796 + language: *ref_2795 properties: {} - language: *ref_3685 + language: *ref_2794 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Command - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: codeId: - schema: *ref_750 + schema: *ref_701 rawValue: string - language: *ref_3712 + language: *ref_2821 command: - schema: *ref_751 + schema: *ref_702 rawValue: string - language: *ref_3713 + language: *ref_2822 distribution: - schema: *ref_759 + schema: *ref_710 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: TensorFlow - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: parameterServerCount: - schema: *ref_756 + schema: *ref_706 rawValue: 1 - language: *ref_3715 + language: *ref_2824 workerCount: - schema: *ref_757 + schema: *ref_707 rawValue: 1 - language: *ref_3716 - language: *ref_3714 + language: *ref_2825 + language: *ref_2823 environmentId: - schema: *ref_765 + schema: *ref_713 rawValue: string - language: *ref_3719 + language: *ref_2828 environmentVariables: - schema: *ref_766 + schema: *ref_714 properties: string: schema: *ref_21 rawValue: string - language: *ref_3720 + language: *ref_2829 inputs: - schema: *ref_781 + schema: *ref_715 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3721 + language: *ref_2831 + language: *ref_2830 limits: - schema: *ref_771 + schema: *ref_716 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Command - language: *ref_3726 + language: *ref_2835 timeout: - schema: *ref_779 + schema: *ref_724 rawValue: PT5M - language: *ref_3727 - language: *ref_3725 + language: *ref_2836 + language: *ref_2834 properties: {} - language: *ref_3724 + language: *ref_2833 outputs: - schema: *ref_780 + schema: *ref_725 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: ReadWriteMount - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3728 + language: *ref_2837 parameters: schema: *ref_2 - rawValue: *ref_3801 - language: *ref_3729 + rawValue: *ref_2910 + language: *ref_2838 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3802 - language: *ref_3222 - language: *ref_3731 - language: *ref_3649 - language: *ref_3793 - headers: *ref_3803 + rawValue: *ref_2911 + language: *ref_2331 + language: *ref_2840 + language: *ref_2758 + language: *ref_2902 + headers: *ref_2912 - name: CreateOrUpdate Pipeline Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3785 - parameter: *ref_2156 + language: *ref_2894 + parameter: *ref_1609 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3786 - parameter: *ref_2157 + language: *ref_2895 + parameter: *ref_1610 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3787 - parameter: *ref_2158 + language: *ref_2896 + parameter: *ref_1611 - exampleValue: - schema: *ref_858 + schema: *ref_785 parentsValue: {} properties: properties: - schema: *ref_803 + schema: *ref_746 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Pipeline - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 - language: *ref_3698 - language: *ref_3681 + language: *ref_2812 + language: *ref_2807 + language: *ref_2790 properties: inputs: - schema: *ref_781 + schema: *ref_726 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3734 + language: *ref_2831 + language: *ref_2843 outputs: - schema: *ref_780 + schema: *ref_728 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3735 + language: *ref_2844 settings: schema: *ref_2 - rawValue: *ref_3804 - language: *ref_3736 - language: *ref_3649 - language: *ref_3788 - parameter: *ref_2154 - operation: *ref_3796 - operationGroup: *ref_3708 + rawValue: *ref_2913 + language: *ref_2845 + language: *ref_2758 + language: *ref_2897 + parameter: *ref_1607 + operation: *ref_2905 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/PipelineJob/createOrUpdate.json responses: '200': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_803 + schema: *ref_746 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Pipeline - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: inputs: - schema: *ref_781 + schema: *ref_726 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3734 + language: *ref_2831 + language: *ref_2843 outputs: - schema: *ref_780 + schema: *ref_728 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3735 + language: *ref_2844 settings: schema: *ref_2 - rawValue: *ref_3805 - language: *ref_3736 - language: *ref_3649 - language: *ref_3790 - headers: *ref_3806 + rawValue: *ref_2914 + language: *ref_2845 + language: *ref_2758 + language: *ref_2899 + headers: *ref_2915 '201': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_803 + schema: *ref_746 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Pipeline - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: inputs: - schema: *ref_781 + schema: *ref_726 properties: string: - schema: *ref_50 + schema: *ref_49 parentsValue: JobInput: - schema: *ref_41 + schema: *ref_40 parentsValue: {} properties: description: - schema: *ref_52 + schema: *ref_51 rawValue: string - language: *ref_3723 + language: *ref_2832 jobInputType: - schema: *ref_51 + schema: *ref_50 rawValue: Literal - language: *ref_3676 - language: *ref_3675 + language: *ref_2785 + language: *ref_2784 properties: value: - schema: *ref_49 + schema: *ref_48 rawValue: string - language: *ref_3722 - language: *ref_3734 + language: *ref_2831 + language: *ref_2843 outputs: - schema: *ref_780 + schema: *ref_728 properties: string: - schema: *ref_31 + schema: *ref_30 parentsValue: AssetJobOutput: - schema: *ref_26 + schema: *ref_25 parentsValue: {} properties: mode: - schema: *ref_33 + schema: *ref_32 rawValue: Upload - language: *ref_3654 + language: *ref_2763 uri: - schema: *ref_34 + schema: *ref_33 rawValue: string - language: *ref_3655 - language: *ref_3653 + language: *ref_2764 + language: *ref_2762 JobOutput: - schema: *ref_27 + schema: *ref_26 parentsValue: {} properties: description: - schema: *ref_36 + schema: *ref_35 rawValue: string - language: *ref_3657 + language: *ref_2766 jobOutputType: - schema: *ref_35 + schema: *ref_34 rawValue: UriFile - language: *ref_3658 - language: *ref_3656 + language: *ref_2767 + language: *ref_2765 properties: {} - language: *ref_3735 + language: *ref_2844 settings: schema: *ref_2 - rawValue: *ref_3807 - language: *ref_3736 - language: *ref_3649 - language: *ref_3793 - headers: *ref_3808 + rawValue: *ref_2916 + language: *ref_2845 + language: *ref_2758 + language: *ref_2902 + headers: *ref_2917 - name: CreateOrUpdate Sweep Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3785 - parameter: *ref_2156 + language: *ref_2894 + parameter: *ref_1609 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3786 - parameter: *ref_2157 + language: *ref_2895 + parameter: *ref_1610 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3787 - parameter: *ref_2158 + language: *ref_2896 + parameter: *ref_1611 - exampleValue: - schema: *ref_858 + schema: *ref_785 parentsValue: {} properties: properties: - schema: *ref_804 + schema: *ref_747 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Sweep - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 - language: *ref_3698 - language: *ref_3681 + language: *ref_2812 + language: *ref_2807 + language: *ref_2790 properties: earlyTermination: - schema: *ref_648 + schema: *ref_681 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_676 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_684 rawValue: 1 - language: *ref_3741 + language: *ref_2850 evaluationInterval: - schema: *ref_652 + schema: *ref_685 rawValue: 1 - language: *ref_3742 + language: *ref_2851 policyType: - schema: *ref_650 + schema: *ref_683 rawValue: MedianStopping - language: *ref_3743 - language: *ref_3740 + language: *ref_2852 + language: *ref_2849 properties: {} - language: *ref_3739 + language: *ref_2848 limits: - schema: *ref_776 + schema: *ref_721 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Sweep - language: *ref_3726 - language: *ref_3725 + language: *ref_2835 + language: *ref_2834 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_718 rawValue: 1 - language: *ref_3745 + language: *ref_2854 maxTotalTrials: - schema: *ref_774 + schema: *ref_719 rawValue: 1 - language: *ref_3746 + language: *ref_2855 trialTimeout: - schema: *ref_775 + schema: *ref_720 rawValue: PT1S - language: *ref_3747 - language: *ref_3744 + language: *ref_2856 + language: *ref_2853 objective: - schema: *ref_1203 + schema: *ref_1123 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_730 rawValue: Minimize - language: *ref_3749 + language: *ref_2858 primaryMetric: - schema: *ref_785 + schema: *ref_731 rawValue: string - language: *ref_3750 - language: *ref_3748 + language: *ref_2859 + language: *ref_2857 samplingAlgorithm: - schema: *ref_791 + schema: *ref_737 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_733 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_689 rawValue: Grid - language: *ref_3753 - language: *ref_3752 + language: *ref_2862 + language: *ref_2861 properties: {} - language: *ref_3751 + language: *ref_2860 searchSpace: schema: *ref_2 - rawValue: *ref_3809 - language: *ref_3754 + rawValue: *ref_2918 + language: *ref_2863 trial: - schema: *ref_1205 + schema: *ref_1125 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_740 rawValue: string - language: *ref_3757 + language: *ref_2866 command: - schema: *ref_797 + schema: *ref_741 rawValue: string - language: *ref_3758 + language: *ref_2867 distribution: - schema: *ref_753 + schema: *ref_708 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: Mpi - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_704 rawValue: 1 - language: *ref_3760 - language: *ref_3759 + language: *ref_2869 + language: *ref_2868 environmentId: - schema: *ref_799 + schema: *ref_742 rawValue: string - language: *ref_3761 + language: *ref_2870 environmentVariables: - schema: *ref_800 + schema: *ref_743 properties: string: schema: *ref_21 rawValue: string - language: *ref_3762 + language: *ref_2871 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3810 - language: *ref_3222 - language: *ref_3763 - language: *ref_3756 - language: *ref_3649 - language: *ref_3788 - parameter: *ref_2154 - operation: *ref_3796 - operationGroup: *ref_3708 + rawValue: *ref_2919 + language: *ref_2331 + language: *ref_2872 + language: *ref_2865 + language: *ref_2758 + language: *ref_2897 + parameter: *ref_1607 + operation: *ref_2905 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/SweepJob/createOrUpdate.json responses: '200': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_804 + schema: *ref_747 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Sweep - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: earlyTermination: - schema: *ref_648 + schema: *ref_681 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_676 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_684 rawValue: 1 - language: *ref_3741 + language: *ref_2850 evaluationInterval: - schema: *ref_652 + schema: *ref_685 rawValue: 1 - language: *ref_3742 + language: *ref_2851 policyType: - schema: *ref_650 + schema: *ref_683 rawValue: MedianStopping - language: *ref_3743 - language: *ref_3740 + language: *ref_2852 + language: *ref_2849 properties: {} - language: *ref_3739 + language: *ref_2848 limits: - schema: *ref_776 + schema: *ref_721 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Sweep - language: *ref_3726 - language: *ref_3725 + language: *ref_2835 + language: *ref_2834 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_718 rawValue: 1 - language: *ref_3745 + language: *ref_2854 maxTotalTrials: - schema: *ref_774 + schema: *ref_719 rawValue: 1 - language: *ref_3746 + language: *ref_2855 trialTimeout: - schema: *ref_775 + schema: *ref_720 rawValue: PT1S - language: *ref_3747 - language: *ref_3744 + language: *ref_2856 + language: *ref_2853 objective: - schema: *ref_1203 + schema: *ref_1123 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_730 rawValue: Minimize - language: *ref_3749 + language: *ref_2858 primaryMetric: - schema: *ref_785 + schema: *ref_731 rawValue: string - language: *ref_3750 - language: *ref_3748 + language: *ref_2859 + language: *ref_2857 samplingAlgorithm: - schema: *ref_791 + schema: *ref_737 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_733 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_689 rawValue: Grid - language: *ref_3753 - language: *ref_3752 + language: *ref_2862 + language: *ref_2861 properties: {} - language: *ref_3751 + language: *ref_2860 searchSpace: schema: *ref_2 - rawValue: *ref_3811 - language: *ref_3754 + rawValue: *ref_2920 + language: *ref_2863 trial: - schema: *ref_1205 + schema: *ref_1125 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_740 rawValue: string - language: *ref_3757 + language: *ref_2866 command: - schema: *ref_797 + schema: *ref_741 rawValue: string - language: *ref_3758 + language: *ref_2867 distribution: - schema: *ref_753 + schema: *ref_708 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: Mpi - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_704 rawValue: 1 - language: *ref_3760 - language: *ref_3759 + language: *ref_2869 + language: *ref_2868 environmentId: - schema: *ref_799 + schema: *ref_742 rawValue: string - language: *ref_3761 + language: *ref_2870 environmentVariables: - schema: *ref_800 + schema: *ref_743 properties: string: schema: *ref_21 rawValue: string - language: *ref_3762 + language: *ref_2871 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3812 - language: *ref_3222 - language: *ref_3763 - language: *ref_3756 - language: *ref_3649 - language: *ref_3790 - headers: *ref_3813 + rawValue: *ref_2921 + language: *ref_2331 + language: *ref_2872 + language: *ref_2865 + language: *ref_2758 + language: *ref_2899 + headers: *ref_2922 '201': body: - schema: *ref_858 + schema: *ref_785 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_804 + schema: *ref_747 parentsValue: JobBaseDetails: - schema: *ref_494 + schema: *ref_469 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: computeId: - schema: *ref_806 + schema: *ref_749 rawValue: string - language: *ref_3682 + language: *ref_2791 displayName: - schema: *ref_807 + schema: *ref_750 rawValue: string - language: *ref_3683 + language: *ref_2792 experimentName: - schema: *ref_808 + schema: *ref_751 rawValue: string - language: *ref_3684 + language: *ref_2793 jobType: - schema: *ref_805 + schema: *ref_748 rawValue: Sweep - language: *ref_3689 + language: *ref_2798 services: - schema: *ref_823 + schema: *ref_762 properties: string: - schema: *ref_1109 + schema: *ref_1032 parentsValue: {} properties: endpoint: schema: *ref_10 rawValue: string - language: *ref_3699 + language: *ref_2808 errorMessage: schema: *ref_11 rawValue: string - language: *ref_3700 + language: *ref_2809 jobServiceType: schema: *ref_12 rawValue: string - language: *ref_3701 + language: *ref_2810 port: schema: *ref_13 rawValue: 1 - language: *ref_3702 + language: *ref_2811 properties: schema: *ref_14 properties: string: schema: *ref_9 rawValue: string - language: *ref_3703 + language: *ref_2812 status: schema: *ref_15 rawValue: string - language: *ref_3704 - language: *ref_3698 + language: *ref_2813 + language: *ref_2807 status: - schema: *ref_824 + schema: *ref_763 rawValue: NotStarted - language: *ref_3705 - language: *ref_3681 + language: *ref_2814 + language: *ref_2790 properties: earlyTermination: - schema: *ref_648 + schema: *ref_681 parentsValue: EarlyTerminationPolicy: - schema: *ref_646 + schema: *ref_676 parentsValue: {} properties: delayEvaluation: - schema: *ref_651 + schema: *ref_684 rawValue: 1 - language: *ref_3741 + language: *ref_2850 evaluationInterval: - schema: *ref_652 + schema: *ref_685 rawValue: 1 - language: *ref_3742 + language: *ref_2851 policyType: - schema: *ref_650 + schema: *ref_683 rawValue: MedianStopping - language: *ref_3743 - language: *ref_3740 + language: *ref_2852 + language: *ref_2849 properties: {} - language: *ref_3739 + language: *ref_2848 limits: - schema: *ref_776 + schema: *ref_721 parentsValue: JobLimits: - schema: *ref_772 + schema: *ref_717 parentsValue: {} properties: jobLimitsType: - schema: *ref_777 + schema: *ref_722 rawValue: Sweep - language: *ref_3726 - language: *ref_3725 + language: *ref_2835 + language: *ref_2834 properties: maxConcurrentTrials: - schema: *ref_773 + schema: *ref_718 rawValue: 1 - language: *ref_3745 + language: *ref_2854 maxTotalTrials: - schema: *ref_774 + schema: *ref_719 rawValue: 1 - language: *ref_3746 + language: *ref_2855 trialTimeout: - schema: *ref_775 + schema: *ref_720 rawValue: PT1S - language: *ref_3747 - language: *ref_3744 + language: *ref_2856 + language: *ref_2853 objective: - schema: *ref_1203 + schema: *ref_1123 parentsValue: {} properties: goal: - schema: *ref_784 + schema: *ref_730 rawValue: Minimize - language: *ref_3749 + language: *ref_2858 primaryMetric: - schema: *ref_785 + schema: *ref_731 rawValue: string - language: *ref_3750 - language: *ref_3748 + language: *ref_2859 + language: *ref_2857 samplingAlgorithm: - schema: *ref_791 + schema: *ref_737 parentsValue: SamplingAlgorithm: - schema: *ref_788 + schema: *ref_733 parentsValue: {} properties: samplingAlgorithmType: - schema: *ref_660 + schema: *ref_689 rawValue: Grid - language: *ref_3753 - language: *ref_3752 + language: *ref_2862 + language: *ref_2861 properties: {} - language: *ref_3751 + language: *ref_2860 searchSpace: schema: *ref_2 - rawValue: *ref_3814 - language: *ref_3754 + rawValue: *ref_2923 + language: *ref_2863 trial: - schema: *ref_1205 + schema: *ref_1125 parentsValue: {} properties: codeId: - schema: *ref_796 + schema: *ref_740 rawValue: string - language: *ref_3757 + language: *ref_2866 command: - schema: *ref_797 + schema: *ref_741 rawValue: string - language: *ref_3758 + language: *ref_2867 distribution: - schema: *ref_753 + schema: *ref_708 parentsValue: DistributionConfiguration: - schema: *ref_754 + schema: *ref_703 parentsValue: {} properties: distributionType: - schema: *ref_760 + schema: *ref_711 rawValue: Mpi - language: *ref_3718 - language: *ref_3717 + language: *ref_2827 + language: *ref_2826 properties: processCountPerInstance: - schema: *ref_762 + schema: *ref_704 rawValue: 1 - language: *ref_3760 - language: *ref_3759 + language: *ref_2869 + language: *ref_2868 environmentId: - schema: *ref_799 + schema: *ref_742 rawValue: string - language: *ref_3761 + language: *ref_2870 environmentVariables: - schema: *ref_800 + schema: *ref_743 properties: string: schema: *ref_21 rawValue: string - language: *ref_3762 + language: *ref_2871 resources: - schema: *ref_501 + schema: *ref_473 parentsValue: {} properties: instanceCount: - schema: *ref_375 + schema: *ref_357 rawValue: 1 - language: *ref_3220 + language: *ref_2329 instanceType: - schema: *ref_376 + schema: *ref_358 rawValue: string - language: *ref_3221 + language: *ref_2330 properties: - schema: *ref_377 + schema: *ref_359 properties: string: schema: *ref_2 - rawValue: *ref_3815 - language: *ref_3222 - language: *ref_3763 - language: *ref_3756 - language: *ref_3649 - language: *ref_3793 - headers: *ref_3816 - operation: *ref_3796 - operationGroup: *ref_3708 + rawValue: *ref_2924 + language: *ref_2331 + language: *ref_2872 + language: *ref_2865 + language: *ref_2758 + language: *ref_2902 + headers: *ref_2925 + operation: *ref_2905 + operationGroup: *ref_2817 - operationId: Jobs_Cancel examples: - name: Cancel Job. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3817 - parameter: *ref_2164 + language: *ref_2926 + parameter: *ref_1612 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3818 - parameter: *ref_2165 + language: *ref_2927 + parameter: *ref_1613 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3819 - parameter: *ref_2166 - operation: *ref_3820 - operationGroup: *ref_3708 + language: *ref_2928 + parameter: *ref_1614 + operation: *ref_2929 + operationGroup: *ref_2817 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/Job/cancel.json responses: '200': {} - operation: *ref_3820 - operationGroup: *ref_3708 + operation: *ref_2929 + operationGroup: *ref_2817 - operationId: ModelContainers_List examples: - name: List Model Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3821 - parameter: *ref_2176 + language: *ref_2930 + parameter: *ref_1615 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3822 - parameter: *ref_2177 - operation: *ref_3827 - operationGroup: *ref_3828 + language: *ref_2931 + parameter: *ref_1616 + operation: *ref_2936 + operationGroup: *ref_2937 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/list.json responses: '200': body: - schema: *ref_2178 + schema: *ref_1620 parentsValue: {} properties: nextLink: - schema: *ref_1110 + schema: *ref_1033 rawValue: nextlink - language: *ref_3824 + language: *ref_2933 value: - schema: *ref_1253 + schema: *ref_1173 elements: - - schema: *ref_859 + - schema: *ref_786 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_830 + schema: *ref_769 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: Model container description - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -96688,155 +75877,155 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3826 - language: *ref_3825 - language: *ref_3823 - operation: *ref_3827 - operationGroup: *ref_3828 + language: *ref_2935 + language: *ref_2934 + language: *ref_2932 + operation: *ref_2936 + operationGroup: *ref_2937 - operationId: ModelContainers_Delete examples: - name: Delete Model Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3829 - parameter: *ref_2182 + language: *ref_2938 + parameter: *ref_1621 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3830 - parameter: *ref_2183 + language: *ref_2939 + parameter: *ref_1622 - exampleValue: schema: *ref_16 rawValue: testContainer - language: *ref_3831 - parameter: *ref_2184 - operation: *ref_3832 - operationGroup: *ref_3828 + language: *ref_2940 + parameter: *ref_1623 + operation: *ref_2941 + operationGroup: *ref_2937 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/delete.json responses: '200': {} '204': {} - operation: *ref_3832 - operationGroup: *ref_3828 + operation: *ref_2941 + operationGroup: *ref_2937 - operationId: ModelContainers_Get examples: - name: Get Model Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3833 - parameter: *ref_2188 + language: *ref_2942 + parameter: *ref_1624 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3834 - parameter: *ref_2189 + language: *ref_2943 + parameter: *ref_1625 - exampleValue: schema: *ref_16 rawValue: testContainer - language: *ref_3835 - parameter: *ref_2190 - operation: *ref_3837 - operationGroup: *ref_3828 + language: *ref_2944 + parameter: *ref_1626 + operation: *ref_2946 + operationGroup: *ref_2937 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/get.json responses: '200': body: - schema: *ref_859 + schema: *ref_786 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_830 + schema: *ref_769 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: Model container description - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -96844,65 +76033,65 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3826 - language: *ref_3836 - operation: *ref_3837 - operationGroup: *ref_3828 + language: *ref_2935 + language: *ref_2945 + operation: *ref_2946 + operationGroup: *ref_2937 - operationId: ModelContainers_CreateOrUpdate examples: - name: CreateOrUpdate Model Container. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_3838 - parameter: *ref_2198 + language: *ref_2947 + parameter: *ref_1629 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_3839 - parameter: *ref_2199 + language: *ref_2948 + parameter: *ref_1630 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testContainer - language: *ref_3840 - parameter: *ref_2200 + language: *ref_2949 + parameter: *ref_1631 - exampleValue: - schema: *ref_859 + schema: *ref_786 parentsValue: {} properties: properties: - schema: *ref_830 + schema: *ref_769 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: Model container description - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -96910,85 +76099,85 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3826 - language: *ref_3841 - parameter: *ref_2196 - operation: *ref_3844 - operationGroup: *ref_3828 + language: *ref_2935 + language: *ref_2950 + parameter: *ref_1627 + operation: *ref_2953 + operationGroup: *ref_2937 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelContainer/createOrUpdate.json responses: '200': body: - schema: *ref_859 + schema: *ref_786 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_830 + schema: *ref_769 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: Model container description - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -96996,80 +76185,80 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3826 - language: *ref_3842 + language: *ref_2935 + language: *ref_2951 '201': body: - schema: *ref_859 + schema: *ref_786 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: testContainer - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: Microsoft.MachineLearningServices/workspaces/models - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/workspace123/models/testContainer - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: John Smith - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-12-01T12:00:00.000Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: John Smith - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_830 + schema: *ref_769 parentsValue: AssetContainer: - schema: *ref_393 + schema: *ref_371 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: Model container description - language: *ref_3310 + language: *ref_2419 tags: - schema: *ref_827 + schema: *ref_766 properties: tag1: schema: *ref_9 @@ -97077,186 +76266,186 @@ testModel: tag2: schema: *ref_9 rawValue: value2 - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: {} - language: *ref_3308 + language: *ref_2417 properties: {} - language: *ref_3826 - language: *ref_3843 - operation: *ref_3844 - operationGroup: *ref_3828 + language: *ref_2935 + language: *ref_2952 + operation: *ref_2953 + operationGroup: *ref_2937 - operationId: ModelVersions_List examples: - name: List Model Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3845 - parameter: *ref_2219 + language: *ref_2954 + parameter: *ref_1632 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3846 - parameter: *ref_2220 + language: *ref_2955 + parameter: *ref_1633 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3847 - parameter: *ref_2221 + language: *ref_2956 + parameter: *ref_1634 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3848 - parameter: *ref_2210 + language: *ref_2957 + parameter: *ref_1636 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3849 - parameter: *ref_2211 + language: *ref_2958 + parameter: *ref_1637 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3850 - parameter: *ref_2212 + language: *ref_2959 + parameter: *ref_1638 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3851 - parameter: *ref_2213 + language: *ref_2960 + parameter: *ref_1639 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3852 - parameter: *ref_2214 + language: *ref_2961 + parameter: *ref_1640 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3853 - parameter: *ref_2215 + language: *ref_2962 + parameter: *ref_1641 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3854 - parameter: *ref_2216 - operation: *ref_3864 - operationGroup: *ref_3865 + language: *ref_2963 + parameter: *ref_1642 + operation: *ref_2973 + operationGroup: *ref_2974 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/list.json responses: '200': body: - schema: *ref_2222 + schema: *ref_1645 parentsValue: {} properties: nextLink: - schema: *ref_1111 + schema: *ref_1034 rawValue: string - language: *ref_3856 + language: *ref_2965 value: - schema: *ref_1254 + schema: *ref_1174 elements: - - schema: *ref_860 + - schema: *ref_787 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_421 + schema: *ref_399 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: flavors: - schema: *ref_414 + schema: *ref_392 properties: string: - schema: *ref_1112 + schema: *ref_1035 parentsValue: {} properties: data: @@ -97265,196 +76454,196 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3860 - language: *ref_3859 + language: *ref_2969 + language: *ref_2968 modelType: - schema: *ref_416 + schema: *ref_394 rawValue: CustomModel - language: *ref_3861 + language: *ref_2970 modelUri: - schema: *ref_417 + schema: *ref_395 rawValue: string - language: *ref_3862 - language: *ref_3858 - language: *ref_3857 - language: *ref_3855 - headers: *ref_3863 - operation: *ref_3864 - operationGroup: *ref_3865 + language: *ref_2971 + language: *ref_2967 + language: *ref_2966 + language: *ref_2964 + headers: *ref_2972 + operation: *ref_2973 + operationGroup: *ref_2974 - operationId: ModelVersions_Delete examples: - name: Delete Model Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3866 - parameter: *ref_2226 + language: *ref_2975 + parameter: *ref_1646 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3867 - parameter: *ref_2227 + language: *ref_2976 + parameter: *ref_1647 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3868 - parameter: *ref_2228 + language: *ref_2977 + parameter: *ref_1648 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3869 - parameter: *ref_2229 - operation: *ref_3870 - operationGroup: *ref_3865 + language: *ref_2978 + parameter: *ref_1649 + operation: *ref_2979 + operationGroup: *ref_2974 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/delete.json responses: '200': {} '204': {} - operation: *ref_3870 - operationGroup: *ref_3865 + operation: *ref_2979 + operationGroup: *ref_2974 - operationId: ModelVersions_Get examples: - name: Get Model Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3871 - parameter: *ref_2233 + language: *ref_2980 + parameter: *ref_1650 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3872 - parameter: *ref_2234 + language: *ref_2981 + parameter: *ref_1651 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3873 - parameter: *ref_2235 + language: *ref_2982 + parameter: *ref_1652 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3874 - parameter: *ref_2236 - operation: *ref_3877 - operationGroup: *ref_3865 + language: *ref_2983 + parameter: *ref_1653 + operation: *ref_2986 + operationGroup: *ref_2974 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/get.json responses: '200': body: - schema: *ref_860 + schema: *ref_787 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_421 + schema: *ref_399 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: flavors: - schema: *ref_414 + schema: *ref_392 properties: string: - schema: *ref_1112 + schema: *ref_1035 parentsValue: {} properties: data: @@ -97463,101 +76652,101 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3860 - language: *ref_3859 + language: *ref_2969 + language: *ref_2968 modelType: - schema: *ref_416 + schema: *ref_394 rawValue: CustomModel - language: *ref_3861 + language: *ref_2970 modelUri: - schema: *ref_417 + schema: *ref_395 rawValue: string - language: *ref_3862 - language: *ref_3858 - language: *ref_3875 - headers: *ref_3876 - operation: *ref_3877 - operationGroup: *ref_3865 + language: *ref_2971 + language: *ref_2967 + language: *ref_2984 + headers: *ref_2985 + operation: *ref_2986 + operationGroup: *ref_2974 - operationId: ModelVersions_CreateOrUpdate examples: - name: CreateOrUpdate Model Version. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3878 - parameter: *ref_2244 + language: *ref_2987 + parameter: *ref_1656 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3879 - parameter: *ref_2245 + language: *ref_2988 + parameter: *ref_1657 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: string - language: *ref_3880 - parameter: *ref_2246 + language: *ref_2989 + parameter: *ref_1658 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3881 - parameter: *ref_2247 + language: *ref_2990 + parameter: *ref_1659 - exampleValue: - schema: *ref_860 + schema: *ref_787 parentsValue: {} properties: properties: - schema: *ref_421 + schema: *ref_399 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: flavors: - schema: *ref_414 + schema: *ref_392 properties: string: - schema: *ref_1112 + schema: *ref_1035 parentsValue: {} properties: data: @@ -97566,115 +76755,115 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3860 - language: *ref_3859 + language: *ref_2969 + language: *ref_2968 modelType: - schema: *ref_416 + schema: *ref_394 rawValue: CustomModel - language: *ref_3861 + language: *ref_2970 modelUri: - schema: *ref_417 + schema: *ref_395 rawValue: string - language: *ref_3862 - language: *ref_3858 - language: *ref_3882 - parameter: *ref_2242 - operation: *ref_3887 - operationGroup: *ref_3865 + language: *ref_2971 + language: *ref_2967 + language: *ref_2991 + parameter: *ref_1654 + operation: *ref_2996 + operationGroup: *ref_2974 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/ModelVersion/createOrUpdate.json responses: '200': body: - schema: *ref_860 + schema: *ref_787 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_421 + schema: *ref_399 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: flavors: - schema: *ref_414 + schema: *ref_392 properties: string: - schema: *ref_1112 + schema: *ref_1035 parentsValue: {} properties: data: @@ -97683,111 +76872,111 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3860 - language: *ref_3859 + language: *ref_2969 + language: *ref_2968 modelType: - schema: *ref_416 + schema: *ref_394 rawValue: CustomModel - language: *ref_3861 + language: *ref_2970 modelUri: - schema: *ref_417 + schema: *ref_395 rawValue: string - language: *ref_3862 - language: *ref_3858 - language: *ref_3883 - headers: *ref_3884 + language: *ref_2971 + language: *ref_2967 + language: *ref_2992 + headers: *ref_2993 '201': body: - schema: *ref_860 + schema: *ref_787 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: properties: - schema: *ref_421 + schema: *ref_399 parentsValue: AssetBase: - schema: *ref_394 + schema: *ref_372 parentsValue: ResourceBase: - schema: *ref_395 + schema: *ref_373 parentsValue: {} properties: description: - schema: *ref_825 + schema: *ref_764 rawValue: string - language: *ref_3310 + language: *ref_2419 properties: - schema: *ref_826 + schema: *ref_765 properties: string: schema: *ref_9 rawValue: string - language: *ref_3342 + language: *ref_2451 tags: - schema: *ref_827 + schema: *ref_766 properties: string: schema: *ref_9 rawValue: string - language: *ref_3311 - language: *ref_3309 + language: *ref_2420 + language: *ref_2418 properties: isAnonymous: - schema: *ref_422 + schema: *ref_400 rawValue: false - language: *ref_3341 - language: *ref_3340 + language: *ref_2450 + language: *ref_2449 properties: flavors: - schema: *ref_414 + schema: *ref_392 properties: string: - schema: *ref_1112 + schema: *ref_1035 parentsValue: {} properties: data: @@ -97796,5611 +76985,5341 @@ testModel: string: schema: *ref_16 rawValue: string - language: *ref_3860 - language: *ref_3859 + language: *ref_2969 + language: *ref_2968 modelType: - schema: *ref_416 + schema: *ref_394 rawValue: CustomModel - language: *ref_3861 + language: *ref_2970 modelUri: - schema: *ref_417 + schema: *ref_395 rawValue: string - language: *ref_3862 - language: *ref_3858 - language: *ref_3885 - headers: *ref_3886 - operation: *ref_3887 - operationGroup: *ref_3865 + language: *ref_2971 + language: *ref_2967 + language: *ref_2994 + headers: *ref_2995 + operation: *ref_2996 + operationGroup: *ref_2974 - operationId: OnlineEndpoints_List examples: - name: List Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3888 - parameter: *ref_2264 + language: *ref_2997 + parameter: *ref_1661 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3889 - parameter: *ref_2265 + language: *ref_2998 + parameter: *ref_1662 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3890 - parameter: *ref_2254 + language: *ref_2999 + parameter: *ref_1663 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3891 - parameter: *ref_2258 + language: *ref_3000 + parameter: *ref_1664 - exampleValue: - schema: *ref_318 + schema: *ref_306 rawValue: Managed - language: *ref_3892 - parameter: *ref_2259 + language: *ref_3001 + parameter: *ref_1665 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3893 - parameter: *ref_2261 + language: *ref_3002 + parameter: *ref_1667 - exampleValue: schema: *ref_16 rawValue: string - language: *ref_3894 - parameter: *ref_2262 + language: *ref_3003 + parameter: *ref_1668 - exampleValue: - schema: *ref_2256 + schema: *ref_1660 rawValue: CreatedAtDesc - language: *ref_3895 - parameter: *ref_2263 - operation: *ref_3907 - operationGroup: *ref_3908 + language: *ref_3004 + parameter: *ref_1669 + operation: *ref_3016 + operationGroup: *ref_3017 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/list.json responses: '200': body: - schema: *ref_2266 + schema: *ref_1670 parentsValue: {} properties: nextLink: - schema: *ref_1113 + schema: *ref_1036 rawValue: string - language: *ref_3897 + language: *ref_3006 value: - schema: *ref_1255 + schema: *ref_1175 elements: - - schema: *ref_388 + - schema: *ref_366 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3899 + language: *ref_1823 + language: *ref_1822 + language: *ref_3008 kind: - schema: *ref_380 + schema: *ref_362 rawValue: string - language: *ref_3900 + language: *ref_3009 properties: - schema: *ref_299 + schema: *ref_287 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: compute: - schema: *ref_294 + schema: *ref_282 rawValue: string - language: *ref_3902 + language: *ref_3011 provisioningState: - schema: *ref_296 + schema: *ref_284 rawValue: Creating - language: *ref_3903 + language: *ref_3012 traffic: - schema: *ref_298 + schema: *ref_286 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3904 - language: *ref_3901 + language: *ref_3013 + language: *ref_3010 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3905 - language: *ref_3898 - language: *ref_3896 - headers: *ref_3906 - operation: *ref_3907 - operationGroup: *ref_3908 + language: *ref_2238 + language: *ref_3014 + language: *ref_3007 + language: *ref_3005 + headers: *ref_3015 + operation: *ref_3016 + operationGroup: *ref_3017 - operationId: OnlineEndpoints_Delete examples: - name: Delete Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3909 - parameter: *ref_2270 + language: *ref_3018 + parameter: *ref_1671 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3910 - parameter: *ref_2271 + language: *ref_3019 + parameter: *ref_1672 - exampleValue: schema: *ref_16 rawValue: testEndpointName - language: *ref_3911 - parameter: *ref_2272 - operation: *ref_3912 - operationGroup: *ref_3908 + language: *ref_3020 + parameter: *ref_1673 + operation: *ref_3021 + operationGroup: *ref_3017 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_3912 - operationGroup: *ref_3908 + operation: *ref_3021 + operationGroup: *ref_3017 - operationId: OnlineEndpoints_Get examples: - name: Get Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3913 - parameter: *ref_2280 + language: *ref_3022 + parameter: *ref_1676 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3914 - parameter: *ref_2281 + language: *ref_3023 + parameter: *ref_1677 - exampleValue: schema: *ref_19 rawValue: testEndpointName - language: *ref_3915 - parameter: *ref_2282 - operation: *ref_3918 - operationGroup: *ref_3908 + language: *ref_3024 + parameter: *ref_1678 + operation: *ref_3027 + operationGroup: *ref_3017 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/get.json responses: '200': body: - schema: *ref_388 + schema: *ref_366 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3899 + language: *ref_1823 + language: *ref_1822 + language: *ref_3008 kind: - schema: *ref_380 + schema: *ref_362 rawValue: string - language: *ref_3900 + language: *ref_3009 properties: - schema: *ref_299 + schema: *ref_287 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: compute: - schema: *ref_294 + schema: *ref_282 rawValue: string - language: *ref_3902 + language: *ref_3011 provisioningState: - schema: *ref_296 + schema: *ref_284 rawValue: Creating - language: *ref_3903 + language: *ref_3012 traffic: - schema: *ref_298 + schema: *ref_286 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3904 - language: *ref_3901 + language: *ref_3013 + language: *ref_3010 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3905 - language: *ref_3916 - headers: *ref_3917 - operation: *ref_3918 - operationGroup: *ref_3908 + language: *ref_2238 + language: *ref_3014 + language: *ref_3025 + headers: *ref_3026 + operation: *ref_3027 + operationGroup: *ref_3017 - operationId: OnlineEndpoints_Update examples: - name: Update Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3919 - parameter: *ref_2291 + language: *ref_3028 + parameter: *ref_1682 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3920 - parameter: *ref_2292 + language: *ref_3029 + parameter: *ref_1683 - exampleValue: schema: *ref_19 rawValue: testEndpointName - language: *ref_3921 - parameter: *ref_2293 + language: *ref_3030 + parameter: *ref_1684 - exampleValue: - schema: *ref_2288 + schema: *ref_1679 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_985 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_3161 + language: *ref_2270 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_977 properties: string: schema: *ref_2 - rawValue: *ref_3924 - language: *ref_3162 - language: *ref_3923 + rawValue: *ref_3033 + language: *ref_2271 + language: *ref_3032 kind: - schema: *ref_1114 + schema: *ref_1037 rawValue: string - language: *ref_3925 + language: *ref_3034 location: - schema: *ref_1115 + schema: *ref_1038 rawValue: string - language: *ref_3926 + language: *ref_3035 properties: - schema: *ref_1119 + schema: *ref_1042 parentsValue: {} properties: traffic: - schema: *ref_1117 + schema: *ref_1040 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3928 - language: *ref_3927 + language: *ref_3037 + language: *ref_3036 sku: - schema: *ref_1061 + schema: *ref_987 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_982 rawValue: string - language: *ref_3171 + language: *ref_2280 capacity: - schema: *ref_1054 + schema: *ref_980 rawValue: 1 - language: *ref_3169 + language: *ref_2278 family: - schema: *ref_1055 + schema: *ref_981 rawValue: string - language: *ref_3170 + language: *ref_2279 size: - schema: *ref_1057 + schema: *ref_983 rawValue: string - language: *ref_3172 + language: *ref_2281 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3173 - language: *ref_3929 + language: *ref_2282 + language: *ref_3038 tags: - schema: *ref_1118 + schema: *ref_1041 properties: {} - language: *ref_3930 - language: *ref_3922 - parameter: *ref_2289 - operation: *ref_3933 - operationGroup: *ref_3908 + language: *ref_3039 + language: *ref_3031 + parameter: *ref_1680 + operation: *ref_3042 + operationGroup: *ref_3017 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/update.json responses: '200': body: - schema: *ref_388 + schema: *ref_366 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3899 + language: *ref_1823 + language: *ref_1822 + language: *ref_3008 kind: - schema: *ref_380 + schema: *ref_362 rawValue: string - language: *ref_3900 + language: *ref_3009 properties: - schema: *ref_299 + schema: *ref_287 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: compute: - schema: *ref_294 + schema: *ref_282 rawValue: string - language: *ref_3902 + language: *ref_3011 provisioningState: - schema: *ref_296 + schema: *ref_284 rawValue: Creating - language: *ref_3903 + language: *ref_3012 traffic: - schema: *ref_298 + schema: *ref_286 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3904 - language: *ref_3901 + language: *ref_3013 + language: *ref_3010 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3905 - language: *ref_3931 - headers: *ref_3932 + language: *ref_2238 + language: *ref_3014 + language: *ref_3040 + headers: *ref_3041 '202': {} - operation: *ref_3933 - operationGroup: *ref_3908 + operation: *ref_3042 + operationGroup: *ref_3017 - operationId: OnlineEndpoints_CreateOrUpdate examples: - name: CreateOrUpdate Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3934 - parameter: *ref_2305 + language: *ref_3043 + parameter: *ref_1689 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3935 - parameter: *ref_2306 + language: *ref_3044 + parameter: *ref_1690 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_3936 - parameter: *ref_2307 + language: *ref_3045 + parameter: *ref_1691 - exampleValue: - schema: *ref_388 + schema: *ref_366 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: {} - language: *ref_2713 - language: *ref_3899 + language: *ref_1822 + language: *ref_3008 kind: - schema: *ref_380 + schema: *ref_362 rawValue: string - language: *ref_3900 + language: *ref_3009 properties: - schema: *ref_299 + schema: *ref_287 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 - language: *ref_3121 + language: *ref_2233 + language: *ref_2230 properties: compute: - schema: *ref_294 + schema: *ref_282 rawValue: string - language: *ref_3902 + language: *ref_3011 traffic: - schema: *ref_298 + schema: *ref_286 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3904 - language: *ref_3901 + language: *ref_3013 + language: *ref_3010 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3905 - language: *ref_3937 - parameter: *ref_2303 - operation: *ref_3942 - operationGroup: *ref_3908 + language: *ref_2238 + language: *ref_3014 + language: *ref_3046 + parameter: *ref_1687 + operation: *ref_3051 + operationGroup: *ref_3017 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/createOrUpdate.json responses: '200': body: - schema: *ref_388 + schema: *ref_366 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3899 + language: *ref_1823 + language: *ref_1822 + language: *ref_3008 kind: - schema: *ref_380 + schema: *ref_362 rawValue: string - language: *ref_3900 + language: *ref_3009 properties: - schema: *ref_299 + schema: *ref_287 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: compute: - schema: *ref_294 + schema: *ref_282 rawValue: string - language: *ref_3902 + language: *ref_3011 provisioningState: - schema: *ref_296 + schema: *ref_284 rawValue: Creating - language: *ref_3903 + language: *ref_3012 traffic: - schema: *ref_298 + schema: *ref_286 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3904 - language: *ref_3901 + language: *ref_3013 + language: *ref_3010 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3905 - language: *ref_3938 - headers: *ref_3939 + language: *ref_2238 + language: *ref_3014 + language: *ref_3047 + headers: *ref_3048 '201': body: - schema: *ref_388 + schema: *ref_366 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3899 + language: *ref_1823 + language: *ref_1822 + language: *ref_3008 kind: - schema: *ref_380 + schema: *ref_362 rawValue: string - language: *ref_3900 + language: *ref_3009 properties: - schema: *ref_299 + schema: *ref_287 parentsValue: EndpointPropertiesBase: - schema: *ref_293 + schema: *ref_281 parentsValue: {} properties: description: - schema: *ref_301 + schema: *ref_289 rawValue: string - language: *ref_3123 + language: *ref_2232 authMode: - schema: *ref_300 + schema: *ref_288 rawValue: AMLToken - language: *ref_3122 + language: *ref_2231 properties: - schema: *ref_304 + schema: *ref_292 properties: string: schema: *ref_4 rawValue: string - language: *ref_3124 + language: *ref_2233 scoringUri: - schema: *ref_305 + schema: *ref_293 rawValue: https://www.contoso.com/example - language: *ref_3125 + language: *ref_2234 swaggerUri: - schema: *ref_306 + schema: *ref_294 rawValue: https://www.contoso.com/example - language: *ref_3126 - language: *ref_3121 + language: *ref_2235 + language: *ref_2230 properties: compute: - schema: *ref_294 + schema: *ref_282 rawValue: string - language: *ref_3902 + language: *ref_3011 provisioningState: - schema: *ref_296 + schema: *ref_284 rawValue: Creating - language: *ref_3903 + language: *ref_3012 traffic: - schema: *ref_298 + schema: *ref_286 properties: string: schema: *ref_18 rawValue: 1 - language: *ref_3904 - language: *ref_3901 + language: *ref_3013 + language: *ref_3010 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_3905 - language: *ref_3940 - headers: *ref_3941 - operation: *ref_3942 - operationGroup: *ref_3908 + language: *ref_2238 + language: *ref_3014 + language: *ref_3049 + headers: *ref_3050 + operation: *ref_3051 + operationGroup: *ref_3017 - operationId: OnlineEndpoints_ListKeys examples: - name: ListKeys Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3943 - parameter: *ref_2318 + language: *ref_3052 + parameter: *ref_1695 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3944 - parameter: *ref_2319 + language: *ref_3053 + parameter: *ref_1696 - exampleValue: - schema: *ref_2317 + schema: *ref_1694 rawValue: testEndpointName - language: *ref_3945 - parameter: *ref_2320 - operation: *ref_3948 - operationGroup: *ref_3908 + language: *ref_3054 + parameter: *ref_1697 + operation: *ref_3057 + operationGroup: *ref_3017 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/listKeys.json responses: '200': body: - schema: *ref_1050 + schema: *ref_976 parentsValue: {} properties: primaryKey: - schema: *ref_302 + schema: *ref_290 rawValue: string - language: *ref_3192 + language: *ref_2301 secondaryKey: - schema: *ref_303 + schema: *ref_291 rawValue: string - language: *ref_3193 - language: *ref_3946 - headers: *ref_3947 - operation: *ref_3948 - operationGroup: *ref_3908 + language: *ref_2302 + language: *ref_3055 + headers: *ref_3056 + operation: *ref_3057 + operationGroup: *ref_3017 - operationId: OnlineEndpoints_RegenerateKeys examples: - name: RegenerateKeys Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3949 - parameter: *ref_2329 + language: *ref_3058 + parameter: *ref_1701 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3950 - parameter: *ref_2330 + language: *ref_3059 + parameter: *ref_1702 - exampleValue: - schema: *ref_2317 + schema: *ref_1694 rawValue: testEndpointName - language: *ref_3951 - parameter: *ref_2331 + language: *ref_3060 + parameter: *ref_1703 - exampleValue: - schema: *ref_2326 + schema: *ref_1698 parentsValue: {} properties: keyType: - schema: *ref_1145 + schema: *ref_1065 rawValue: Primary - language: *ref_3953 + language: *ref_3062 keyValue: - schema: *ref_1146 + schema: *ref_1066 rawValue: string - language: *ref_3954 - language: *ref_3952 - parameter: *ref_2327 - operation: *ref_3955 - operationGroup: *ref_3908 + language: *ref_3063 + language: *ref_3061 + parameter: *ref_1699 + operation: *ref_3064 + operationGroup: *ref_3017 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/regenerateKeys.json responses: '200': {} '202': {} - operation: *ref_3955 - operationGroup: *ref_3908 + operation: *ref_3064 + operationGroup: *ref_3017 - operationId: OnlineEndpoints_GetToken examples: - name: GetToken Online Endpoint. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3956 - parameter: *ref_2338 + language: *ref_3065 + parameter: *ref_1705 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3957 - parameter: *ref_2339 + language: *ref_3066 + parameter: *ref_1706 - exampleValue: schema: *ref_21 rawValue: testEndpointName - language: *ref_3958 - parameter: *ref_2340 - operation: *ref_3965 - operationGroup: *ref_3908 + language: *ref_3067 + parameter: *ref_1707 + operation: *ref_3074 + operationGroup: *ref_3017 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineEndpoint/getToken.json responses: '200': body: - schema: *ref_2341 + schema: *ref_1708 parentsValue: {} properties: accessToken: - schema: *ref_1147 + schema: *ref_1067 rawValue: string - language: *ref_3960 + language: *ref_3069 expiryTimeUtc: - schema: *ref_1148 + schema: *ref_1068 rawValue: 1 - language: *ref_3961 + language: *ref_3070 refreshAfterTimeUtc: - schema: *ref_1149 + schema: *ref_1069 rawValue: 1 - language: *ref_3962 + language: *ref_3071 tokenType: - schema: *ref_1150 + schema: *ref_1070 rawValue: string - language: *ref_3963 - language: *ref_3959 - headers: *ref_3964 - operation: *ref_3965 - operationGroup: *ref_3908 + language: *ref_3072 + language: *ref_3068 + headers: *ref_3073 + operation: *ref_3074 + operationGroup: *ref_3017 - operationId: OnlineDeployments_List examples: - name: List Online Deployments. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_3966 - parameter: *ref_2354 + language: *ref_3075 + parameter: *ref_1710 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_3967 - parameter: *ref_2355 + language: *ref_3076 + parameter: *ref_1711 - exampleValue: - schema: *ref_2347 + schema: *ref_1709 rawValue: testEndpointName - language: *ref_3968 - parameter: *ref_2356 + language: *ref_3077 + parameter: *ref_1712 - exampleValue: - schema: *ref_2347 + schema: *ref_1709 rawValue: string - language: *ref_3969 - parameter: *ref_2349 + language: *ref_3078 + parameter: *ref_1713 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_3970 - parameter: *ref_2352 - operation: *ref_4005 - operationGroup: *ref_4006 + language: *ref_3079 + parameter: *ref_1714 + operation: *ref_3114 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/list.json responses: '200': body: - schema: *ref_2357 + schema: *ref_1716 parentsValue: {} properties: nextLink: - schema: *ref_1120 + schema: *ref_1043 rawValue: string - language: *ref_3972 + language: *ref_3081 value: - schema: *ref_1256 + schema: *ref_1176 elements: - - schema: *ref_389 + - schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_316 + schema: *ref_304 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Kubernetes - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1117 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3978 + language: *ref_3090 + language: *ref_3087 containerResourceRequests: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3982 - language: *ref_3977 - language: *ref_3976 + language: *ref_3090 + language: *ref_3091 + language: *ref_3086 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_3973 - language: *ref_3971 - headers: *ref_4004 - operation: *ref_4005 - operationGroup: *ref_4006 + language: *ref_2238 + language: *ref_3112 + language: *ref_3082 + language: *ref_3080 + headers: *ref_3113 + operation: *ref_3114 + operationGroup: *ref_3115 - operationId: OnlineDeployments_Delete examples: - name: Delete Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_4007 - parameter: *ref_2361 + language: *ref_3116 + parameter: *ref_1717 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_4008 - parameter: *ref_2362 + language: *ref_3117 + parameter: *ref_1718 - exampleValue: - schema: *ref_2347 + schema: *ref_1709 rawValue: testEndpoint - language: *ref_4009 - parameter: *ref_2363 + language: *ref_3118 + parameter: *ref_1719 - exampleValue: - schema: *ref_2347 + schema: *ref_1709 rawValue: testDeployment - language: *ref_4010 - parameter: *ref_2364 - operation: *ref_4011 - operationGroup: *ref_4006 + language: *ref_3119 + parameter: *ref_1720 + operation: *ref_3120 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/delete.json responses: '200': {} '202': {} '204': {} - operation: *ref_4011 - operationGroup: *ref_4006 + operation: *ref_3120 + operationGroup: *ref_3115 - operationId: OnlineDeployments_Get examples: - name: Get Kubernetes Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_4012 - parameter: *ref_2372 + language: *ref_3121 + parameter: *ref_1723 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_4013 - parameter: *ref_2373 + language: *ref_3122 + parameter: *ref_1724 - exampleValue: schema: *ref_20 rawValue: testEndpointName - language: *ref_4014 - parameter: *ref_2374 + language: *ref_3123 + parameter: *ref_1725 - exampleValue: schema: *ref_20 rawValue: testDeploymentName - language: *ref_4015 - parameter: *ref_2375 - operation: *ref_4018 - operationGroup: *ref_4006 + language: *ref_3124 + parameter: *ref_1726 + operation: *ref_3127 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/get.json responses: '200': body: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_316 + schema: *ref_304 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Kubernetes - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1117 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3978 + language: *ref_3090 + language: *ref_3087 containerResourceRequests: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3982 - language: *ref_3977 - language: *ref_3976 + language: *ref_3090 + language: *ref_3091 + language: *ref_3086 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4016 - headers: *ref_4017 + language: *ref_2238 + language: *ref_3112 + language: *ref_3125 + headers: *ref_3126 - name: Get Managed Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_4012 - parameter: *ref_2372 + language: *ref_3121 + parameter: *ref_1723 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_4013 - parameter: *ref_2373 + language: *ref_3122 + parameter: *ref_1724 - exampleValue: schema: *ref_20 rawValue: testEndpointName - language: *ref_4014 - parameter: *ref_2374 + language: *ref_3123 + parameter: *ref_1725 - exampleValue: schema: *ref_20 rawValue: testDeploymentName - language: *ref_4015 - parameter: *ref_2375 - operation: *ref_4018 - operationGroup: *ref_4006 + language: *ref_3124 + parameter: *ref_1726 + operation: *ref_3127 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/get.json responses: '200': body: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_317 + schema: *ref_305 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Managed - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 readinessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 30 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT1S - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT10S - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT2S - language: *ref_3992 - language: *ref_4019 + language: *ref_3101 + language: *ref_3128 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: {} - language: *ref_3976 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4016 - headers: *ref_4020 - operation: *ref_4018 - operationGroup: *ref_4006 + language: *ref_2238 + language: *ref_3112 + language: *ref_3125 + headers: *ref_3129 + operation: *ref_3127 + operationGroup: *ref_3115 - operationId: OnlineDeployments_Update examples: - name: Update Kubernetes Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_4021 - parameter: *ref_2384 + language: *ref_3130 + parameter: *ref_1730 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_4022 - parameter: *ref_2385 + language: *ref_3131 + parameter: *ref_1731 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_4023 - parameter: *ref_2386 + language: *ref_3132 + parameter: *ref_1732 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testDeploymentName - language: *ref_4024 - parameter: *ref_2387 + language: *ref_3133 + parameter: *ref_1733 - exampleValue: - schema: *ref_2381 + schema: *ref_1727 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_985 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_3161 + language: *ref_2270 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_977 properties: string: schema: *ref_2 - rawValue: *ref_4027 - language: *ref_3162 - language: *ref_4026 + rawValue: *ref_3136 + language: *ref_2271 + language: *ref_3135 kind: - schema: *ref_1122 + schema: *ref_1045 rawValue: string - language: *ref_4028 + language: *ref_3137 location: - schema: *ref_1123 + schema: *ref_1046 rawValue: string - language: *ref_4029 + language: *ref_3138 properties: - schema: *ref_1125 + schema: *ref_1048 parentsValue: PartialOnlineDeployment: - schema: *ref_1126 + schema: *ref_1047 parentsValue: {} properties: endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Kubernetes - language: *ref_4032 - language: *ref_4031 + language: *ref_3141 + language: *ref_3140 properties: {} - language: *ref_4030 + language: *ref_3139 sku: - schema: *ref_1061 + schema: *ref_987 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_982 rawValue: string - language: *ref_3171 + language: *ref_2280 capacity: - schema: *ref_1054 + schema: *ref_980 rawValue: 1 - language: *ref_3169 + language: *ref_2278 family: - schema: *ref_1055 + schema: *ref_981 rawValue: string - language: *ref_3170 + language: *ref_2279 size: - schema: *ref_1057 + schema: *ref_983 rawValue: string - language: *ref_3172 + language: *ref_2281 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3173 - language: *ref_4033 + language: *ref_2282 + language: *ref_3142 tags: - schema: *ref_1131 + schema: *ref_1051 properties: {} - language: *ref_4034 - language: *ref_4025 - parameter: *ref_2382 - operation: *ref_4037 - operationGroup: *ref_4006 + language: *ref_3143 + language: *ref_3134 + parameter: *ref_1728 + operation: *ref_3146 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/update.json responses: '200': body: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_316 + schema: *ref_304 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Kubernetes - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1117 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3978 + language: *ref_3090 + language: *ref_3087 containerResourceRequests: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3982 - language: *ref_3977 - language: *ref_3976 + language: *ref_3090 + language: *ref_3091 + language: *ref_3086 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4035 - headers: *ref_4036 + language: *ref_2238 + language: *ref_3112 + language: *ref_3144 + headers: *ref_3145 '202': {} - name: Update Managed Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_4021 - parameter: *ref_2384 + language: *ref_3130 + parameter: *ref_1730 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_4022 - parameter: *ref_2385 + language: *ref_3131 + parameter: *ref_1731 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_4023 - parameter: *ref_2386 + language: *ref_3132 + parameter: *ref_1732 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testDeploymentName - language: *ref_4024 - parameter: *ref_2387 + language: *ref_3133 + parameter: *ref_1733 - exampleValue: - schema: *ref_2381 + schema: *ref_1727 parentsValue: {} properties: identity: - schema: *ref_1059 + schema: *ref_985 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_3161 + language: *ref_2270 userAssignedIdentities: - schema: *ref_1051 + schema: *ref_977 properties: string: schema: *ref_2 - rawValue: *ref_4038 - language: *ref_3162 - language: *ref_4026 + rawValue: *ref_3147 + language: *ref_2271 + language: *ref_3135 kind: - schema: *ref_1122 + schema: *ref_1045 rawValue: string - language: *ref_4028 + language: *ref_3137 location: - schema: *ref_1123 + schema: *ref_1046 rawValue: string - language: *ref_4029 + language: *ref_3138 properties: - schema: *ref_1127 + schema: *ref_1049 parentsValue: PartialOnlineDeployment: - schema: *ref_1126 + schema: *ref_1047 parentsValue: {} properties: endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Managed - language: *ref_4032 - language: *ref_4031 + language: *ref_3141 + language: *ref_3140 properties: {} - language: *ref_4030 + language: *ref_3139 sku: - schema: *ref_1061 + schema: *ref_987 parentsValue: {} properties: name: - schema: *ref_1056 + schema: *ref_982 rawValue: string - language: *ref_3171 + language: *ref_2280 capacity: - schema: *ref_1054 + schema: *ref_980 rawValue: 1 - language: *ref_3169 + language: *ref_2278 family: - schema: *ref_1055 + schema: *ref_981 rawValue: string - language: *ref_3170 + language: *ref_2279 size: - schema: *ref_1057 + schema: *ref_983 rawValue: string - language: *ref_3172 + language: *ref_2281 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3173 - language: *ref_4033 + language: *ref_2282 + language: *ref_3142 tags: - schema: *ref_1131 + schema: *ref_1051 properties: {} - language: *ref_4034 - language: *ref_4025 - parameter: *ref_2382 - operation: *ref_4037 - operationGroup: *ref_4006 + language: *ref_3143 + language: *ref_3134 + parameter: *ref_1728 + operation: *ref_3146 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/update.json responses: '200': body: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_317 + schema: *ref_305 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Managed - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 readinessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 30 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT1S - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT10S - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT2S - language: *ref_3992 - language: *ref_4019 + language: *ref_3101 + language: *ref_3128 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: {} - language: *ref_3976 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4035 - headers: *ref_4039 + language: *ref_2238 + language: *ref_3112 + language: *ref_3144 + headers: *ref_3148 '202': {} - operation: *ref_4037 - operationGroup: *ref_4006 + operation: *ref_3146 + operationGroup: *ref_3115 - operationId: OnlineDeployments_CreateOrUpdate examples: - name: CreateOrUpdate Kubernetes Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_4040 - parameter: *ref_2399 + language: *ref_3149 + parameter: *ref_1738 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_4041 - parameter: *ref_2400 + language: *ref_3150 + parameter: *ref_1739 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_4042 - parameter: *ref_2401 + language: *ref_3151 + parameter: *ref_1740 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testDeploymentName - language: *ref_4043 - parameter: *ref_2402 + language: *ref_3152 + parameter: *ref_1741 - exampleValue: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: {} - language: *ref_2713 - language: *ref_3974 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_316 + schema: *ref_304 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Kubernetes - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1117 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3978 + language: *ref_3090 + language: *ref_3087 containerResourceRequests: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3982 - language: *ref_3977 - language: *ref_3976 + language: *ref_3090 + language: *ref_3091 + language: *ref_3086 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4044 - parameter: *ref_2397 - operation: *ref_4049 - operationGroup: *ref_4006 + language: *ref_2238 + language: *ref_3112 + language: *ref_3153 + parameter: *ref_1736 + operation: *ref_3158 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/createOrUpdate.json responses: '200': body: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_316 + schema: *ref_304 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Kubernetes - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1117 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3978 + language: *ref_3090 + language: *ref_3087 containerResourceRequests: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3982 - language: *ref_3977 - language: *ref_3976 + language: *ref_3090 + language: *ref_3091 + language: *ref_3086 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4045 - headers: *ref_4046 + language: *ref_2238 + language: *ref_3112 + language: *ref_3154 + headers: *ref_3155 '201': body: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_316 + schema: *ref_304 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Kubernetes - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: containerResourceRequirements: - schema: *ref_1197 + schema: *ref_1117 parentsValue: {} properties: containerResourceLimits: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3978 + language: *ref_3090 + language: *ref_3087 containerResourceRequests: - schema: *ref_315 + schema: *ref_303 parentsValue: {} properties: cpu: - schema: *ref_312 + schema: *ref_300 rawValue: '"1"' - language: *ref_3979 + language: *ref_3088 gpu: - schema: *ref_313 + schema: *ref_301 rawValue: '"1"' - language: *ref_3980 + language: *ref_3089 memory: - schema: *ref_314 + schema: *ref_302 rawValue: '"2Gi"' - language: *ref_3981 - language: *ref_3982 - language: *ref_3977 - language: *ref_3976 + language: *ref_3090 + language: *ref_3091 + language: *ref_3086 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4047 - headers: *ref_4048 + language: *ref_2238 + language: *ref_3112 + language: *ref_3156 + headers: *ref_3157 - name: CreateOrUpdate Managed Online Deployment. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_4040 - parameter: *ref_2399 + language: *ref_3149 + parameter: *ref_1738 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_4041 - parameter: *ref_2400 + language: *ref_3150 + parameter: *ref_1739 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testEndpointName - language: *ref_4042 - parameter: *ref_2401 + language: *ref_3151 + parameter: *ref_1740 - exampleValue: - schema: *ref_1658 + schema: *ref_1356 rawValue: testDeploymentName - language: *ref_4043 - parameter: *ref_2402 + language: *ref_3152 + parameter: *ref_1741 - exampleValue: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: {} properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: {} - language: *ref_2713 - language: *ref_3974 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_317 + schema: *ref_305 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Managed - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 readinessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 30 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT1S - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT10S - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT2S - language: *ref_3992 - language: *ref_4019 + language: *ref_3101 + language: *ref_3128 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: {} - language: *ref_3976 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4044 - parameter: *ref_2397 - operation: *ref_4049 - operationGroup: *ref_4006 + language: *ref_2238 + language: *ref_3112 + language: *ref_3153 + parameter: *ref_1736 + operation: *ref_3158 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/createOrUpdate.json responses: '200': body: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_317 + schema: *ref_305 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Managed - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 readinessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 30 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT1S - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT10S - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT2S - language: *ref_3992 - language: *ref_4019 + language: *ref_3101 + language: *ref_3128 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: {} - language: *ref_3976 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4045 - headers: *ref_4050 + language: *ref_2238 + language: *ref_3112 + language: *ref_3154 + headers: *ref_3159 '201': body: - schema: *ref_389 + schema: *ref_367 parentsValue: TrackedResource: - schema: *ref_290 + schema: *ref_278 parentsValue: Resource: - schema: *ref_71 + schema: *ref_69 parentsValue: {} properties: name: - schema: *ref_862 + schema: *ref_789 rawValue: string - language: *ref_2700 + language: *ref_1809 type: - schema: *ref_863 + schema: *ref_790 rawValue: string - language: *ref_2701 + language: *ref_1810 id: - schema: *ref_861 + schema: *ref_788 rawValue: string - language: *ref_2699 + language: *ref_1808 systemData: - schema: *ref_911 + schema: *ref_838 parentsValue: {} properties: createdAt: - schema: *ref_866 + schema: *ref_793 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3139 + language: *ref_2248 createdBy: - schema: *ref_864 + schema: *ref_791 rawValue: string - language: *ref_3137 + language: *ref_2246 createdByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3138 + language: *ref_2247 lastModifiedAt: - schema: *ref_868 + schema: *ref_795 rawValue: '2020-01-01T12:34:56.999Z' - language: *ref_3142 + language: *ref_2251 lastModifiedBy: - schema: *ref_867 + schema: *ref_794 rawValue: string - language: *ref_3140 + language: *ref_2249 lastModifiedByType: - schema: *ref_865 + schema: *ref_792 rawValue: User - language: *ref_3141 - language: *ref_3136 - language: *ref_2698 + language: *ref_2250 + language: *ref_2245 + language: *ref_1807 properties: location: - schema: *ref_391 + schema: *ref_369 rawValue: string - language: *ref_3135 + language: *ref_2244 tags: - schema: *ref_390 + schema: *ref_368 properties: {} - language: *ref_3134 - language: *ref_3133 + language: *ref_2243 + language: *ref_2242 properties: identity: - schema: *ref_276 + schema: *ref_264 parentsValue: {} properties: type: - schema: *ref_80 + schema: *ref_78 rawValue: SystemAssigned - language: *ref_2712 + language: *ref_1821 principalId: - schema: *ref_78 + schema: *ref_76 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2710 + language: *ref_1819 tenantId: - schema: *ref_79 + schema: *ref_77 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2711 + language: *ref_1820 userAssignedIdentities: - schema: *ref_81 + schema: *ref_79 properties: string: - schema: *ref_910 + schema: *ref_837 parentsValue: {} properties: clientId: - schema: *ref_55 + schema: *ref_54 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2715 + language: *ref_1824 principalId: - schema: *ref_54 + schema: *ref_53 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2714 - language: *ref_2713 - language: *ref_3974 + language: *ref_1823 + language: *ref_1822 + language: *ref_3083 kind: - schema: *ref_381 + schema: *ref_363 rawValue: string - language: *ref_3975 + language: *ref_3084 properties: - schema: *ref_317 + schema: *ref_305 parentsValue: OnlineDeploymentDetails: - schema: *ref_310 + schema: *ref_298 parentsValue: EndpointDeploymentPropertiesBase: - schema: *ref_311 + schema: *ref_299 parentsValue: {} properties: description: - schema: *ref_350 + schema: *ref_335 rawValue: string - language: *ref_3231 + language: *ref_2340 codeConfiguration: - schema: *ref_1064 + schema: *ref_990 parentsValue: {} properties: codeId: - schema: *ref_348 + schema: *ref_333 rawValue: string - language: *ref_3229 + language: *ref_2338 scoringScript: - schema: *ref_349 + schema: *ref_334 rawValue: string - language: *ref_3230 - language: *ref_3228 + language: *ref_2339 + language: *ref_2337 environmentId: - schema: *ref_351 + schema: *ref_336 rawValue: string - language: *ref_3232 + language: *ref_2341 environmentVariables: - schema: *ref_352 + schema: *ref_337 properties: string: schema: *ref_7 rawValue: string - language: *ref_3233 + language: *ref_2342 properties: - schema: *ref_353 + schema: *ref_338 properties: string: schema: *ref_7 rawValue: string - language: *ref_3234 - language: *ref_3227 + language: *ref_2343 + language: *ref_2336 properties: appInsightsEnabled: - schema: *ref_319 + schema: *ref_307 rawValue: false - language: *ref_3984 + language: *ref_3093 endpointComputeType: - schema: *ref_318 + schema: *ref_306 rawValue: Managed - language: *ref_3985 + language: *ref_3094 instanceType: - schema: *ref_322 + schema: *ref_310 rawValue: string - language: *ref_3986 + language: *ref_3095 livenessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 1 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT5M - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT5M - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT5M - language: *ref_3992 - language: *ref_3987 + language: *ref_3101 + language: *ref_3096 model: - schema: *ref_328 + schema: *ref_316 rawValue: string - language: *ref_3993 + language: *ref_3102 modelMountPath: - schema: *ref_329 + schema: *ref_317 rawValue: string - language: *ref_3994 + language: *ref_3103 provisioningState: - schema: *ref_331 + schema: *ref_319 rawValue: Creating - language: *ref_3995 + language: *ref_3104 readinessProbe: - schema: *ref_332 + schema: *ref_320 parentsValue: {} properties: failureThreshold: - schema: *ref_323 + schema: *ref_311 rawValue: 30 - language: *ref_3988 + language: *ref_3097 initialDelay: - schema: *ref_324 + schema: *ref_312 rawValue: PT1S - language: *ref_3989 + language: *ref_3098 period: - schema: *ref_325 + schema: *ref_313 rawValue: PT10S - language: *ref_3990 + language: *ref_3099 successThreshold: - schema: *ref_326 + schema: *ref_314 rawValue: 1 - language: *ref_3991 + language: *ref_3100 timeout: - schema: *ref_327 + schema: *ref_315 rawValue: PT2S - language: *ref_3992 - language: *ref_4019 + language: *ref_3101 + language: *ref_3128 requestSettings: - schema: *ref_1121 + schema: *ref_1044 parentsValue: {} properties: maxConcurrentRequestsPerInstance: - schema: *ref_333 + schema: *ref_321 rawValue: 1 - language: *ref_3997 + language: *ref_3106 maxQueueWait: - schema: *ref_334 + schema: *ref_322 rawValue: PT5M - language: *ref_3998 + language: *ref_3107 requestTimeout: - schema: *ref_335 + schema: *ref_323 rawValue: PT5M - language: *ref_3999 - language: *ref_3996 + language: *ref_3108 + language: *ref_3105 scaleSettings: - schema: *ref_337 + schema: *ref_329 parentsValue: OnlineScaleSettings: - schema: *ref_338 + schema: *ref_324 parentsValue: {} properties: scaleType: - schema: *ref_344 + schema: *ref_331 rawValue: Default - language: *ref_4002 - language: *ref_4001 + language: *ref_3111 + language: *ref_3110 properties: {} - language: *ref_4000 - language: *ref_3983 + language: *ref_3109 + language: *ref_3092 properties: {} - language: *ref_3976 + language: *ref_3085 sku: - schema: *ref_279 + schema: *ref_267 parentsValue: {} properties: name: - schema: *ref_84 + schema: *ref_82 rawValue: string - language: *ref_3128 + language: *ref_2237 capacity: - schema: *ref_88 + schema: *ref_86 rawValue: 1 - language: *ref_3132 + language: *ref_2241 family: - schema: *ref_87 + schema: *ref_85 rawValue: string - language: *ref_3131 + language: *ref_2240 size: - schema: *ref_86 + schema: *ref_84 rawValue: string - language: *ref_3130 + language: *ref_2239 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_3129 - language: *ref_4003 - language: *ref_4047 - headers: *ref_4051 - operation: *ref_4049 - operationGroup: *ref_4006 + language: *ref_2238 + language: *ref_3112 + language: *ref_3156 + headers: *ref_3160 + operation: *ref_3158 + operationGroup: *ref_3115 - operationId: OnlineDeployments_GetLogs examples: - name: Get Online Deployment Logs. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: testrg123 - language: *ref_4052 - parameter: *ref_2415 + language: *ref_3161 + parameter: *ref_1747 - exampleValue: schema: *ref_1 rawValue: workspace123 - language: *ref_4053 - parameter: *ref_2416 + language: *ref_3162 + parameter: *ref_1748 - exampleValue: - schema: *ref_2317 + schema: *ref_1694 rawValue: testEndpoint - language: *ref_4054 - parameter: *ref_2417 + language: *ref_3163 + parameter: *ref_1749 - exampleValue: - schema: *ref_2317 + schema: *ref_1694 rawValue: testDeployment - language: *ref_4055 - parameter: *ref_2418 + language: *ref_3164 + parameter: *ref_1750 - exampleValue: - schema: *ref_2412 + schema: *ref_1744 parentsValue: {} properties: containerType: - schema: *ref_1132 + schema: *ref_1052 rawValue: StorageInitializer - language: *ref_4057 + language: *ref_3166 tail: - schema: *ref_1133 + schema: *ref_1053 rawValue: 0 - language: *ref_4058 - language: *ref_4056 - parameter: *ref_2413 - operation: *ref_4061 - operationGroup: *ref_4006 + language: *ref_3167 + language: *ref_3165 + parameter: *ref_1745 + operation: *ref_3170 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/getLogs.json responses: '200': body: - schema: *ref_2419 + schema: *ref_1751 parentsValue: {} properties: content: - schema: *ref_1134 + schema: *ref_1054 rawValue: string - language: *ref_4060 - language: *ref_4059 - operation: *ref_4061 - operationGroup: *ref_4006 + language: *ref_3169 + language: *ref_3168 + operation: *ref_3170 + operationGroup: *ref_3115 - operationId: OnlineDeployments_ListSkus examples: - name: List Kubernetes Online Deployment Skus. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_4062 - parameter: *ref_2430 + language: *ref_3171 + parameter: *ref_1752 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_4063 - parameter: *ref_2431 + language: *ref_3172 + parameter: *ref_1753 - exampleValue: - schema: *ref_2317 + schema: *ref_1694 rawValue: testEndpointName - language: *ref_4064 - parameter: *ref_2432 + language: *ref_3173 + parameter: *ref_1754 - exampleValue: - schema: *ref_2317 + schema: *ref_1694 rawValue: testDeploymentName - language: *ref_4065 - parameter: *ref_2433 + language: *ref_3174 + parameter: *ref_1755 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_4066 - parameter: *ref_2426 - operation: *ref_4080 - operationGroup: *ref_4006 + language: *ref_3175 + parameter: *ref_1756 + operation: *ref_3189 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/KubernetesOnlineDeployment/listSkus.json responses: '200': body: - schema: *ref_2434 + schema: *ref_1758 parentsValue: {} properties: nextLink: - schema: *ref_1135 + schema: *ref_1055 rawValue: string - language: *ref_4068 + language: *ref_3177 value: - schema: *ref_1257 + schema: *ref_1177 elements: - - schema: *ref_1142 + - schema: *ref_1062 parentsValue: {} properties: capacity: - schema: *ref_1143 + schema: *ref_1063 parentsValue: {} properties: default: - schema: *ref_1136 + schema: *ref_1056 rawValue: 1 - language: *ref_4071 + language: *ref_3180 maximum: - schema: *ref_1137 + schema: *ref_1057 rawValue: 1 - language: *ref_4072 + language: *ref_3181 minimum: - schema: *ref_1138 + schema: *ref_1058 rawValue: 1 - language: *ref_4073 + language: *ref_3182 scaleType: - schema: *ref_1139 + schema: *ref_1059 rawValue: Automatic - language: *ref_4074 - language: *ref_4070 + language: *ref_3183 + language: *ref_3179 resourceType: - schema: *ref_1140 + schema: *ref_1060 rawValue: Microsoft.MachineLearning.Services/endpoints/deployments - language: *ref_4075 + language: *ref_3184 sku: - schema: *ref_1144 + schema: *ref_1064 parentsValue: {} properties: name: - schema: *ref_1141 + schema: *ref_1061 rawValue: string - language: *ref_4077 + language: *ref_3186 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_4078 - language: *ref_4076 - language: *ref_4069 - language: *ref_4067 - headers: *ref_4079 + language: *ref_3187 + language: *ref_3185 + language: *ref_3178 + language: *ref_3176 + headers: *ref_3188 - name: List Managed Online Deployment Skus. clientParameters: - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-1111-2222-3333-444444444444 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: test-rg - language: *ref_4062 - parameter: *ref_2430 + language: *ref_3171 + parameter: *ref_1752 - exampleValue: schema: *ref_1 rawValue: my-aml-workspace - language: *ref_4063 - parameter: *ref_2431 + language: *ref_3172 + parameter: *ref_1753 - exampleValue: - schema: *ref_2317 + schema: *ref_1694 rawValue: testEndpointName - language: *ref_4064 - parameter: *ref_2432 + language: *ref_3173 + parameter: *ref_1754 - exampleValue: - schema: *ref_2317 + schema: *ref_1694 rawValue: testDeploymentName - language: *ref_4065 - parameter: *ref_2433 + language: *ref_3174 + parameter: *ref_1755 - exampleValue: schema: *ref_18 rawValue: 1 - language: *ref_4066 - parameter: *ref_2426 - operation: *ref_4080 - operationGroup: *ref_4006 + language: *ref_3175 + parameter: *ref_1756 + operation: *ref_3189 + operationGroup: *ref_3115 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/OnlineDeployment/ManagedOnlineDeployment/listSkus.json responses: '200': body: - schema: *ref_2434 + schema: *ref_1758 parentsValue: {} properties: nextLink: - schema: *ref_1135 + schema: *ref_1055 rawValue: string - language: *ref_4068 + language: *ref_3177 value: - schema: *ref_1257 + schema: *ref_1177 elements: - - schema: *ref_1142 + - schema: *ref_1062 parentsValue: {} properties: capacity: - schema: *ref_1143 + schema: *ref_1063 parentsValue: {} properties: default: - schema: *ref_1136 + schema: *ref_1056 rawValue: 1 - language: *ref_4071 + language: *ref_3180 maximum: - schema: *ref_1137 + schema: *ref_1057 rawValue: 1 - language: *ref_4072 + language: *ref_3181 minimum: - schema: *ref_1138 + schema: *ref_1058 rawValue: 1 - language: *ref_4073 + language: *ref_3182 scaleType: - schema: *ref_1139 + schema: *ref_1059 rawValue: Automatic - language: *ref_4074 - language: *ref_4070 + language: *ref_3183 + language: *ref_3179 resourceType: - schema: *ref_1140 + schema: *ref_1060 rawValue: Microsoft.MachineLearning.Services/endpoints/deployments - language: *ref_4075 + language: *ref_3184 sku: - schema: *ref_1144 + schema: *ref_1064 parentsValue: {} properties: name: - schema: *ref_1141 + schema: *ref_1061 rawValue: string - language: *ref_4077 + language: *ref_3186 tier: - schema: *ref_85 + schema: *ref_83 rawValue: Free - language: *ref_4078 - language: *ref_4076 - language: *ref_4069 - language: *ref_4067 - headers: *ref_4081 - operation: *ref_4080 - operationGroup: *ref_4006 + language: *ref_3187 + language: *ref_3185 + language: *ref_3178 + language: *ref_3176 + headers: *ref_3190 + operation: *ref_3189 + operationGroup: *ref_3115 - operationId: WorkspaceFeatures_List examples: - name: List Workspace features clientParameters: - exampleValue: - schema: *ref_1288 + schema: *ref_1208 rawValue: 2022-02-01-preview - language: *ref_2653 - parameter: *ref_1290 + language: *ref_1762 + parameter: *ref_1210 - exampleValue: - schema: *ref_1287 + schema: *ref_1207 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_2663 - parameter: *ref_1298 + language: *ref_1772 + parameter: *ref_1213 methodParameters: - exampleValue: - schema: *ref_1299 + schema: *ref_1214 rawValue: myResourceGroup - language: *ref_4082 - parameter: *ref_2438 + language: *ref_3191 + parameter: *ref_1759 - exampleValue: schema: *ref_1 rawValue: testworkspace - language: *ref_4083 - parameter: *ref_2439 - operation: *ref_4089 - operationGroup: *ref_4090 + language: *ref_3192 + parameter: *ref_1760 + operation: *ref_3198 + operationGroup: *ref_3199 originalFile: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2022-02-01-preview/examples/WorkspaceFeature/list.json responses: '200': body: - schema: *ref_2440 + schema: *ref_1761 parentsValue: {} properties: value: - schema: *ref_1258 + schema: *ref_1178 elements: - - schema: *ref_1155 + - schema: *ref_1075 parentsValue: {} properties: description: - schema: *ref_1153 + schema: *ref_1073 rawValue: Create, edit or delete AutoML experiments in the SDK - language: *ref_4088 + language: *ref_3197 displayName: - schema: *ref_1152 + schema: *ref_1072 rawValue: Create edit experiments UI - language: *ref_4087 + language: *ref_3196 id: - schema: *ref_1151 + schema: *ref_1071 rawValue: automatedml_createeditexperimentsui - language: *ref_4086 - - schema: *ref_1155 + language: *ref_3195 + - schema: *ref_1075 parentsValue: {} properties: description: - schema: *ref_1153 + schema: *ref_1073 rawValue: Upgrade workspace from Basic to enterprise from the UI - language: *ref_4088 + language: *ref_3197 displayName: - schema: *ref_1152 + schema: *ref_1072 rawValue: Upgrade workspace UI - language: *ref_4087 + language: *ref_3196 id: - schema: *ref_1151 + schema: *ref_1071 rawValue: workspace_upgradeworkspaceui - language: *ref_4086 - language: *ref_4085 - language: *ref_4084 - operation: *ref_4089 - operationGroup: *ref_4090 + language: *ref_3195 + language: *ref_3194 + language: *ref_3193 + operation: *ref_3198 + operationGroup: *ref_3199 scenarioTests: [] language: default: name: AzureMachineLearningWorkspaces description: '' - go: - name: AzureMachineLearningWorkspaces - description: '' - azureARM: true - discriminators: - - *ref_93 - - *ref_1025 - - *ref_361 - - *ref_1078 - - *ref_397 - - *ref_426 - - *ref_452 - - *ref_456 - - *ref_494 - - *ref_811 - - *ref_155 - - *ref_310 - - *ref_338 - - *ref_1126 - - *ref_692 - - *ref_27 - - *ref_508 - - *ref_628 - - *ref_702 - - *ref_713 - - *ref_721 - - *ref_646 - - *ref_788 - - *ref_41 - - *ref_754 - - *ref_772 - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armmachinelearningservices - parameterGroups: - - *ref_2446 - - *ref_2447 - - *ref_2448 - - *ref_2449 - - *ref_2450 - - *ref_1342 - - *ref_1357 - - *ref_2451 - - *ref_2452 - - *ref_1379 - - *ref_2453 - - *ref_2454 - - *ref_2455 - - *ref_2456 - - *ref_2457 - - *ref_2458 - - *ref_2459 - - *ref_2460 - - *ref_2461 - - *ref_1461 - - *ref_2462 - - *ref_2463 - - *ref_2464 - - *ref_2465 - - *ref_2466 - - *ref_2467 - - *ref_2468 - - *ref_2469 - - *ref_2470 - - *ref_2471 - - *ref_2472 - - *ref_2473 - - *ref_2474 - - *ref_2475 - - *ref_1596 - - *ref_2476 - - *ref_2477 - - *ref_2478 - - *ref_1631 - - *ref_2479 - - *ref_2480 - - *ref_2481 - - *ref_2482 - - *ref_2483 - - *ref_1698 - - *ref_2484 - - *ref_2485 - - *ref_2486 - - *ref_2487 - - *ref_1766 - - *ref_2488 - - *ref_2489 - - *ref_2490 - - *ref_1796 - - *ref_2491 - - *ref_2492 - - *ref_2493 - - *ref_1837 - - *ref_2494 - - *ref_2495 - - *ref_2496 - - *ref_1872 - - *ref_2497 - - *ref_2498 - - *ref_2499 - - *ref_1913 - - *ref_2500 - - *ref_2501 - - *ref_2502 - - *ref_1948 - - *ref_2503 - - *ref_2504 - - *ref_2505 - - *ref_1991 - - *ref_2506 - - *ref_2507 - - *ref_2030 - - *ref_2508 - - *ref_2047 - - *ref_2509 - - *ref_2510 - - *ref_2511 - - *ref_2082 - - *ref_2512 - - *ref_2513 - - *ref_2514 - - *ref_2123 - - *ref_2515 - - *ref_2516 - - *ref_2517 - - *ref_2518 - - *ref_2172 - - *ref_2519 - - *ref_2520 - - *ref_2521 - - *ref_2208 - - *ref_2522 - - *ref_2523 - - *ref_2524 - - *ref_2255 - - *ref_2525 - - *ref_2526 - - *ref_2527 - - *ref_2528 - - *ref_2529 - - *ref_2530 - - *ref_2531 - - *ref_2350 - - *ref_2532 - - *ref_2533 - - *ref_2534 - - *ref_2535 - - *ref_2536 - - *ref_2427 - - *ref_2537 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_2538 - - *ref_2539 - - *ref_2540 - - *ref_2541 - - *ref_2542 - - *ref_2543 - - *ref_2544 - - *ref_2545 - - *ref_2546 - - *ref_2547 - - *ref_2548 - - *ref_2549 - - *ref_2550 - - *ref_2551 - - *ref_2552 - - *ref_2553 - - *ref_2554 - - *ref_2555 - - *ref_2556 - - *ref_2557 - - *ref_2558 - - *ref_2559 - - *ref_2560 - - *ref_2561 - - *ref_2562 - - *ref_2563 - - *ref_2564 - - *ref_2565 - - *ref_2566 - - *ref_2567 - - *ref_2568 - - *ref_2569 - - *ref_2570 - - *ref_2571 - - *ref_2572 - - *ref_2573 - - *ref_2574 - - *ref_2575 - - *ref_2576 - - *ref_2577 - - *ref_2578 - - *ref_2579 - - *ref_2580 - - *ref_2581 - - *ref_2582 - - *ref_2583 - - *ref_2584 - - *ref_2585 - - *ref_2586 - - *ref_2587 - - *ref_2588 - - *ref_2589 - - *ref_2590 - - *ref_2591 - - *ref_2592 - - *ref_2593 - - *ref_2594 - - *ref_2595 - - *ref_2596 - - *ref_2597 - - *ref_2598 - - *ref_2599 - - *ref_2600 - - *ref_2601 - - *ref_2602 - - *ref_2603 - - *ref_2604 - - *ref_2605 - - *ref_2606 - - *ref_2607 - - *ref_2608 - - *ref_2609 - - *ref_2610 - - *ref_2611 - - *ref_2612 - - *ref_2613 - - *ref_2614 - - *ref_2615 - - *ref_2616 - - *ref_2617 - - *ref_2618 - - *ref_2619 - - *ref_2620 - - *ref_2621 - - *ref_2622 - - *ref_2623 - - *ref_2624 - - *ref_2625 - - *ref_2626 - - *ref_2627 - - *ref_2628 - - *ref_2629 - - *ref_2630 - - *ref_2631 - - *ref_2632 - - *ref_2633 - - *ref_2634 - - *ref_2635 - - *ref_2636 - - *ref_2637 - - *ref_2638 - - *ref_2639 - - *ref_2640 - - *ref_2641 - - *ref_2642 - - *ref_2643 - - *ref_2644 - - *ref_2645 - - *ref_2646 - - *ref_2647 - - *ref_2648 - - *ref_2649 - - *ref_2650 - - *ref_2651 - - *ref_2652 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/go-tester-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/go-tester-pre.yaml index 5a3af2aa7..181cad69f 100644 --- a/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/go-tester-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/go-tester-pre.yaml @@ -2419,9 +2419,6 @@ schemas: - schema: *ref_37 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info @@ -3535,9 +3532,6 @@ schemas: protocol: {} - schema: *ref_86 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_384 default: name: tags @@ -3870,9 +3864,6 @@ schemas: - schema: *ref_100 required: false serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_397 default: name: properties @@ -4479,9 +4470,6 @@ schemas: protocol: {} - schema: *ref_118 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities diff --git a/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/go-tester.yaml b/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/go-tester.yaml index 89c4a02d9..1ec7a9516 100644 --- a/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/go-tester.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/go-tester.yaml @@ -2419,9 +2419,6 @@ schemas: - schema: *ref_37 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info @@ -3535,9 +3532,6 @@ schemas: protocol: {} - schema: *ref_86 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_385 default: name: tags @@ -3870,9 +3864,6 @@ schemas: - schema: *ref_100 required: false serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: &ref_398 default: name: properties @@ -4479,9 +4470,6 @@ schemas: protocol: {} - schema: *ref_118 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities diff --git a/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/test-modeler-pre.yaml b/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/test-modeler-pre.yaml index 47cfb0096..124d65e59 100644 --- a/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/test-modeler-pre.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/test-modeler-pre.yaml @@ -9,9 +9,6 @@ schemas: default: name: Boolean description: If the operation is a data action. (for data plane rbac) - go: - name: bool - description: If the operation is a data action. (for data plane rbac) protocol: {} - &ref_21 type: boolean @@ -19,9 +16,6 @@ schemas: default: name: Boolean description: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. - go: - name: bool - description: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. protocol: {} - &ref_41 type: boolean @@ -29,9 +23,6 @@ schemas: default: name: Boolean description: Indicates whether the name is available or not. - go: - name: bool - description: Indicates whether the name is available or not. protocol: {} - &ref_97 type: boolean @@ -40,9 +31,6 @@ schemas: default: name: Boolean description: Request client certificate during TLS handshake if enabled - go: - name: bool - description: Request client certificate during TLS handshake if enabled protocol: {} - &ref_114 type: boolean @@ -51,9 +39,6 @@ schemas: default: name: Boolean description: "DisableLocalAuth\r\nEnable or disable local auth with AccessKey\r\nWhen set as true, connection with AccessKey=xxx won't work." - go: - name: bool - description: "DisableLocalAuth\r\nEnable or disable local auth with AccessKey\r\nWhen set as true, connection with AccessKey=xxx won't work." protocol: {} - &ref_115 type: boolean @@ -62,9 +47,6 @@ schemas: default: name: Boolean description: "DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work." - go: - name: bool - description: "DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work." protocol: {} numbers: - &ref_45 @@ -76,9 +58,6 @@ schemas: default: name: SignalRUsageCurrentValue description: Current value for the usage quota. - go: - name: int64 - description: Current value for the usage quota. protocol: {} - &ref_46 type: integer @@ -89,9 +68,6 @@ schemas: default: name: SignalRUsageLimit description: The maximum permitted value for the usage quota. If there is no limit, this value will be -1. - go: - name: int64 - description: The maximum permitted value for the usage quota. If there is no limit, this value will be -1. protocol: {} - &ref_91 type: integer @@ -102,9 +78,6 @@ schemas: default: name: ResourceSkuCapacity description: "Optional, integer. The unit count of the resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1\r\n Standard: 1,2,5,10,20,50,100" - go: - name: int32 - description: "Optional, integer. The unit count of the resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1\r\n Standard: 1,2,5,10,20,50,100" protocol: {} - &ref_94 type: integer @@ -115,9 +88,6 @@ schemas: default: name: SignalRPropertiesPublicPort description: The publicly accessible port of the resource which is designed for browser/client side usage. - go: - name: int32 - description: The publicly accessible port of the resource which is designed for browser/client side usage. protocol: {} - &ref_95 type: integer @@ -128,9 +98,6 @@ schemas: default: name: SignalRPropertiesServerPort description: The publicly accessible port of the resource which is designed for customer server side usage. - go: - name: int32 - description: The publicly accessible port of the resource which is designed for customer server side usage. protocol: {} strings: - &ref_0 @@ -139,9 +106,6 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - &ref_4 type: string @@ -151,9 +115,6 @@ schemas: default: name: OperationName description: 'Name of the operation with format: {provider}/{resource}/{operation}' - go: - name: string - description: 'Name of the operation with format: {provider}/{resource}/{operation}' protocol: {} - &ref_6 type: string @@ -163,9 +124,6 @@ schemas: default: name: OperationDisplayProvider description: Friendly name of the resource provider - go: - name: string - description: Friendly name of the resource provider protocol: {} - &ref_7 type: string @@ -175,9 +133,6 @@ schemas: default: name: OperationDisplayResource description: Resource type on which the operation is performed. - go: - name: string - description: Resource type on which the operation is performed. protocol: {} - &ref_8 type: string @@ -187,9 +142,6 @@ schemas: default: name: OperationDisplayOperation description: The localized friendly name for the operation. - go: - name: string - description: The localized friendly name for the operation. protocol: {} - &ref_9 type: string @@ -199,9 +151,6 @@ schemas: default: name: OperationDisplayDescription description: The localized friendly description for the operation - go: - name: string - description: The localized friendly description for the operation protocol: {} - &ref_10 type: string @@ -211,9 +160,6 @@ schemas: default: name: OperationOrigin description: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. - go: - name: string - description: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. protocol: {} - &ref_11 type: string @@ -223,9 +169,6 @@ schemas: default: name: MetricSpecificationName description: Name of the metric. - go: - name: string - description: Name of the metric. protocol: {} - &ref_12 type: string @@ -235,9 +178,6 @@ schemas: default: name: MetricSpecificationDisplayName description: Localized friendly display name of the metric. - go: - name: string - description: Localized friendly display name of the metric. protocol: {} - &ref_13 type: string @@ -247,9 +187,6 @@ schemas: default: name: MetricSpecificationDisplayDescription description: Localized friendly description of the metric. - go: - name: string - description: Localized friendly description of the metric. protocol: {} - &ref_14 type: string @@ -259,9 +196,6 @@ schemas: default: name: MetricSpecificationUnit description: The unit that makes sense for the metric. - go: - name: string - description: The unit that makes sense for the metric. protocol: {} - &ref_15 type: string @@ -271,9 +205,6 @@ schemas: default: name: MetricSpecificationAggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' - go: - name: string - description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - &ref_16 type: string @@ -283,9 +214,6 @@ schemas: default: name: MetricSpecificationFillGapWithZero description: "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. \r\nEx. a metric that returns the number of times a particular error code was emitted. The error code may not appear \r\noften, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted." - go: - name: string - description: "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. \r\nEx. a metric that returns the number of times a particular error code was emitted. The error code may not appear \r\noften, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted." protocol: {} - &ref_17 type: string @@ -295,9 +223,6 @@ schemas: default: name: MetricSpecificationCategory description: The name of the metric category that the metric belongs to. A metric can only belong to a single category. - go: - name: string - description: The name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - &ref_18 type: string @@ -307,9 +232,6 @@ schemas: default: name: DimensionName description: The public facing name of the dimension. - go: - name: string - description: The public facing name of the dimension. protocol: {} - &ref_19 type: string @@ -319,9 +241,6 @@ schemas: default: name: DimensionDisplayName description: Localized friendly display name of the dimension. - go: - name: string - description: Localized friendly display name of the dimension. protocol: {} - &ref_20 type: string @@ -331,9 +250,6 @@ schemas: default: name: DimensionInternalName description: Name of the dimension as it appears in MDM. - go: - name: string - description: Name of the dimension as it appears in MDM. protocol: {} - &ref_22 type: string @@ -343,9 +259,6 @@ schemas: default: name: LogSpecificationName description: Name of the log. - go: - name: string - description: Name of the log. protocol: {} - &ref_23 type: string @@ -355,9 +268,6 @@ schemas: default: name: LogSpecificationDisplayName description: Localized friendly display name of the log. - go: - name: string - description: Localized friendly display name of the log. protocol: {} - &ref_24 type: string @@ -367,9 +277,6 @@ schemas: default: name: OperationListNextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_32 type: string @@ -379,9 +286,6 @@ schemas: default: name: ErrorDetailCode description: The error code. - go: - name: string - description: The error code. protocol: {} - &ref_33 type: string @@ -391,9 +295,6 @@ schemas: default: name: ErrorDetailMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - &ref_34 type: string @@ -403,9 +304,6 @@ schemas: default: name: ErrorDetailTarget description: The error target. - go: - name: string - description: The error target. protocol: {} - &ref_36 type: string @@ -415,9 +313,6 @@ schemas: default: name: ErrorAdditionalInfoType description: The additional info type. - go: - name: string - description: The additional info type. protocol: {} - &ref_1 type: string @@ -427,9 +322,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_39 type: string @@ -439,9 +331,6 @@ schemas: default: name: NameAvailabilityParametersType description: The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" - go: - name: string - description: The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" protocol: {} - &ref_40 type: string @@ -451,9 +340,6 @@ schemas: default: name: NameAvailabilityParametersName description: The resource name to validate. e.g."my-resource-name" - go: - name: string - description: The resource name to validate. e.g."my-resource-name" protocol: {} - &ref_42 type: string @@ -463,9 +349,6 @@ schemas: default: name: NameAvailabilityReason description: The reason of the availability. Required if name is not available. - go: - name: string - description: The reason of the availability. Required if name is not available. protocol: {} - &ref_43 type: string @@ -475,9 +358,6 @@ schemas: default: name: NameAvailabilityMessage description: The message of the operation. - go: - name: string - description: The message of the operation. protocol: {} - &ref_44 type: string @@ -487,9 +367,6 @@ schemas: default: name: SignalRUsageId description: Fully qualified ARM resource id - go: - name: string - description: Fully qualified ARM resource id protocol: {} - &ref_47 type: string @@ -499,9 +376,6 @@ schemas: default: name: SignalRUsageNameValue description: The identifier of the usage. - go: - name: string - description: The identifier of the usage. protocol: {} - &ref_48 type: string @@ -511,9 +385,6 @@ schemas: default: name: SignalRUsageNameLocalizedValue description: Localized name of the usage. - go: - name: string - description: Localized name of the usage. protocol: {} - &ref_49 type: string @@ -523,9 +394,6 @@ schemas: default: name: SignalRUsageUnit description: 'Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.' - go: - name: string - description: 'Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.' protocol: {} - &ref_50 type: string @@ -535,9 +403,6 @@ schemas: default: name: SignalRUsageListNextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_87 type: string @@ -547,9 +412,6 @@ schemas: default: name: ResourceSkuName description: "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1" - go: - name: string - description: "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1" protocol: {} - &ref_89 type: string @@ -559,9 +421,6 @@ schemas: default: name: ResourceSkuSize description: Not used. Retained for future use. - go: - name: string - description: Not used. Retained for future use. protocol: {} - &ref_90 type: string @@ -571,9 +430,6 @@ schemas: default: name: ResourceSkuFamily description: Not used. Retained for future use. - go: - name: string - description: Not used. Retained for future use. protocol: {} - &ref_92 type: string @@ -583,9 +439,6 @@ schemas: default: name: SignalRPropertiesExternalIP description: The publicly accessible IP of the resource. - go: - name: string - description: The publicly accessible IP of the resource. protocol: {} - &ref_93 type: string @@ -595,9 +448,6 @@ schemas: default: name: SignalRPropertiesHostName description: FQDN of the service instance. - go: - name: string - description: FQDN of the service instance. protocol: {} - &ref_96 type: string @@ -607,9 +457,6 @@ schemas: default: name: SignalRPropertiesVersion description: Version of the resource. Probably you need the same or higher version of client SDKs. - go: - name: string - description: Version of the resource. Probably you need the same or higher version of client SDKs. protocol: {} - &ref_56 type: string @@ -619,9 +466,6 @@ schemas: default: name: SystemDataCreatedBy description: The identity that created the resource. - go: - name: string - description: The identity that created the resource. protocol: {} - &ref_59 type: string @@ -631,9 +475,6 @@ schemas: default: name: SystemDataLastModifiedBy description: The identity that last modified the resource. - go: - name: string - description: The identity that last modified the resource. protocol: {} - &ref_62 type: string @@ -643,9 +484,6 @@ schemas: default: name: PrivateEndpointId description: Full qualified Id of the private endpoint - go: - name: string - description: Full qualified Id of the private endpoint protocol: {} - &ref_64 type: string @@ -655,9 +493,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateDescription description: The reason for approval/rejection of the connection. - go: - name: string - description: The reason for approval/rejection of the connection. protocol: {} - &ref_65 type: string @@ -667,9 +502,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateActionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: string - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - &ref_82 type: string @@ -679,9 +511,6 @@ schemas: default: name: ResourceId description: Fully qualified resource Id for the resource. - go: - name: string - description: Fully qualified resource Id for the resource. protocol: {} - &ref_83 type: string @@ -691,9 +520,6 @@ schemas: default: name: ResourceName description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - &ref_84 type: string @@ -703,9 +529,6 @@ schemas: default: name: ResourceType description: The type of the resource - e.g. "Microsoft.SignalRService/SignalR" - go: - name: string - description: The type of the resource - e.g. "Microsoft.SignalRService/SignalR" protocol: {} - &ref_67 type: string @@ -715,9 +538,6 @@ schemas: default: name: SharedPrivateLinkResourcePropertiesGroupId description: The group id from the provider of resource the shared private link resource is for - go: - name: string - description: The group id from the provider of resource the shared private link resource is for protocol: {} - &ref_68 type: string @@ -727,9 +547,6 @@ schemas: default: name: SharedPrivateLinkResourcePropertiesPrivateLinkResourceId description: The resource id of the resource the shared private link resource is for - go: - name: string - description: The resource id of the resource the shared private link resource is for protocol: {} - &ref_69 type: string @@ -739,9 +556,6 @@ schemas: default: name: SharedPrivateLinkResourcePropertiesRequestMessage description: The request message for requesting approval of the shared private link resource - go: - name: string - description: The request message for requesting approval of the shared private link resource protocol: {} - &ref_99 type: string @@ -753,9 +567,6 @@ schemas: default: name: SignalRFeatureValue description: Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. - go: - name: string - description: Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. protocol: {} - &ref_101 type: string @@ -765,9 +576,6 @@ schemas: default: name: SignalRCorsSettingsAllowedOriginsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_102 type: string @@ -777,9 +585,6 @@ schemas: default: name: UpstreamTemplateHubPattern description: "Gets or sets the matching pattern for hub names. If not set, it matches any hub.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any hub name\r\n 2. Combine multiple hubs with \",\", for example \"hub1,hub2\", it matches \"hub1\" and \"hub2\"\r\n 3. The single hub name, for example, \"hub1\", it matches \"hub1\"" - go: - name: string - description: "Gets or sets the matching pattern for hub names. If not set, it matches any hub.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any hub name\r\n 2. Combine multiple hubs with \",\", for example \"hub1,hub2\", it matches \"hub1\" and \"hub2\"\r\n 3. The single hub name, for example, \"hub1\", it matches \"hub1\"" protocol: {} - &ref_103 type: string @@ -789,9 +594,6 @@ schemas: default: name: UpstreamTemplateEventPattern description: "Gets or sets the matching pattern for event names. If not set, it matches any event.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any event name\r\n 2. Combine multiple events with \",\", for example \"connect,disconnect\", it matches event \"connect\" and \"disconnect\"\r\n 3. The single event name, for example, \"connect\", it matches \"connect\"" - go: - name: string - description: "Gets or sets the matching pattern for event names. If not set, it matches any event.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any event name\r\n 2. Combine multiple events with \",\", for example \"connect,disconnect\", it matches event \"connect\" and \"disconnect\"\r\n 3. The single event name, for example, \"connect\", it matches \"connect\"" protocol: {} - &ref_104 type: string @@ -801,9 +603,6 @@ schemas: default: name: UpstreamTemplateCategoryPattern description: "Gets or sets the matching pattern for category names. If not set, it matches any category.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any category name\r\n 2. Combine multiple categories with \",\", for example \"connections,messages\", it matches category \"connections\" and \"messages\"\r\n 3. The single category name, for example, \"connections\", it matches the category \"connections\"" - go: - name: string - description: "Gets or sets the matching pattern for category names. If not set, it matches any category.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any category name\r\n 2. Combine multiple categories with \",\", for example \"connections,messages\", it matches category \"connections\" and \"messages\"\r\n 3. The single category name, for example, \"connections\", it matches the category \"connections\"" protocol: {} - &ref_105 type: string @@ -813,9 +612,6 @@ schemas: default: name: UpstreamTemplateUrlTemplate description: "Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.\r\nFor example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`." - go: - name: string - description: "Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.\r\nFor example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`." protocol: {} - &ref_107 type: string @@ -825,9 +621,6 @@ schemas: default: name: ManagedIdentitySettingsResource description: "The Resource indicating the App ID URI of the target resource.\r\nIt also appears in the aud (audience) claim of the issued token." - go: - name: string - description: "The Resource indicating the App ID URI of the target resource.\r\nIt also appears in the aud (audience) claim of the issued token." protocol: {} - &ref_110 type: string @@ -837,9 +630,6 @@ schemas: default: name: PrivateEndpointACLName description: Name of the private endpoint connection - go: - name: string - description: Name of the private endpoint connection protocol: {} - &ref_113 type: string @@ -850,9 +640,6 @@ schemas: default: name: SignalRPropertiesPublicNetworkAccess description: "Enable or disable public network access. Default to \"Enabled\".\r\nWhen it's Enabled, network ACLs still apply.\r\nWhen it's Disabled, public network access is always disabled no matter what you set in network ACLs." - go: - name: string - description: "Enable or disable public network access. Default to \"Enabled\".\r\nWhen it's Enabled, network ACLs still apply.\r\nWhen it's Disabled, public network access is always disabled no matter what you set in network ACLs." protocol: {} - &ref_2 type: string @@ -862,9 +649,6 @@ schemas: default: name: UserAssignedIdentityPropertyPrincipalId description: Get the principal id for the user assigned identity - go: - name: string - description: Get the principal id for the user assigned identity protocol: {} - &ref_3 type: string @@ -874,9 +658,6 @@ schemas: default: name: UserAssignedIdentityPropertyClientId description: Get the client id for the user assigned identity - go: - name: string - description: Get the client id for the user assigned identity protocol: {} - &ref_119 type: string @@ -886,9 +667,6 @@ schemas: default: name: ManagedIdentityPrincipalId description: "Get the principal id for the system assigned identity.\r\nOnly be used in response." - go: - name: string - description: "Get the principal id for the system assigned identity.\r\nOnly be used in response." protocol: {} - &ref_120 type: string @@ -898,9 +676,6 @@ schemas: default: name: ManagedIdentityTenantId description: "Get the tenant id for the system assigned identity.\r\nOnly be used in response" - go: - name: string - description: "Get the tenant id for the system assigned identity.\r\nOnly be used in response" protocol: {} - &ref_85 type: string @@ -914,9 +689,6 @@ schemas: default: name: TrackedResourceLocation description: The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. - go: - name: string - description: The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. protocol: {} - &ref_121 type: string @@ -926,9 +698,6 @@ schemas: default: name: ResourceInfoListNextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_138 type: string @@ -943,9 +712,6 @@ schemas: default: name: SignalRKeysPrimaryKey description: The primary access key. - go: - name: string - description: The primary access key. protocol: {} - &ref_139 type: string @@ -960,9 +726,6 @@ schemas: default: name: SignalRKeysSecondaryKey description: The secondary access key. - go: - name: string - description: The secondary access key. protocol: {} - &ref_140 type: string @@ -977,9 +740,6 @@ schemas: default: name: SignalRKeysPrimaryConnectionString description: Connection string constructed via the primaryKey - go: - name: string - description: Connection string constructed via the primaryKey protocol: {} - &ref_141 type: string @@ -994,9 +754,6 @@ schemas: default: name: SignalRKeysSecondaryConnectionString description: Connection string constructed via the secondaryKey - go: - name: string - description: Connection string constructed via the secondaryKey protocol: {} - &ref_142 type: string @@ -1006,9 +763,6 @@ schemas: default: name: PrivateEndpointConnectionListNextLink description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. - go: - name: string - description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. protocol: {} - &ref_71 type: string @@ -1018,9 +772,6 @@ schemas: default: name: PrivateLinkResourcePropertiesGroupId description: Group Id of the private link resource - go: - name: string - description: Group Id of the private link resource protocol: {} - &ref_72 type: string @@ -1030,9 +781,6 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_73 type: string @@ -1042,9 +790,6 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNamesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_74 type: string @@ -1054,9 +799,6 @@ schemas: default: name: ShareablePrivateLinkResourceTypeName description: The name of the resource type that has been onboarded to private link service - go: - name: string - description: The name of the resource type that has been onboarded to private link service protocol: {} - &ref_75 type: string @@ -1066,9 +808,6 @@ schemas: default: name: ShareablePrivateLinkResourcePropertiesDescription description: The description of the resource type that has been onboarded to private link service - go: - name: string - description: The description of the resource type that has been onboarded to private link service protocol: {} - &ref_76 type: string @@ -1078,9 +817,6 @@ schemas: default: name: ShareablePrivateLinkResourcePropertiesGroupId description: The resource provider group id for the resource that has been onboarded to private link service - go: - name: string - description: The resource provider group id for the resource that has been onboarded to private link service protocol: {} - &ref_77 type: string @@ -1090,9 +826,6 @@ schemas: default: name: ShareablePrivateLinkResourcePropertiesType description: The resource provider type for the resource that has been onboarded to private link service - go: - name: string - description: The resource provider type for the resource that has been onboarded to private link service protocol: {} - &ref_143 type: string @@ -1102,9 +835,6 @@ schemas: default: name: PrivateLinkResourceListNextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_148 type: string @@ -1114,9 +844,6 @@ schemas: default: name: SharedPrivateLinkResourceListNextLink description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. - go: - name: string - description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. protocol: {} choices: - &ref_88 @@ -1126,33 +853,21 @@ schemas: default: name: Free description: '' - go: - name: SignalRSKUTierFree - description: '' - value: Basic language: default: name: Basic description: '' - go: - name: SignalRSKUTierBasic - description: '' - value: Standard language: default: name: Standard description: '' - go: - name: SignalRSKUTierStandard - description: '' - value: Premium language: default: name: Premium description: '' - go: - name: SignalRSKUTierPremium - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1161,13 +876,6 @@ schemas: default: name: SignalRSkuTier description: "Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead." - go: - name: SignalRSKUTier - description: |- - Optional tier of this particular SKU. 'Standard' or 'Free'. - - Basic is deprecated, use Standard instead. - possibleValuesFunc: PossibleSignalRSKUTierValues protocol: {} - &ref_61 choices: @@ -1176,73 +884,46 @@ schemas: default: name: Unknown description: '' - go: - name: ProvisioningStateUnknown - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStateFailed - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: ProvisioningStateCanceled - description: '' - value: Running language: default: name: Running description: '' - go: - name: ProvisioningStateRunning - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: ProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ProvisioningStateUpdating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ProvisioningStateDeleting - description: '' - value: Moving language: default: name: Moving description: '' - go: - name: ProvisioningStateMoving - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1251,10 +932,6 @@ schemas: default: name: ProvisioningState description: Provisioning state of the resource. - go: - name: ProvisioningState - description: Provisioning state of the resource. - possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - &ref_57 choices: @@ -1263,33 +940,21 @@ schemas: default: name: User description: '' - go: - name: CreatedByTypeUser - description: '' - value: Application language: default: name: Application description: '' - go: - name: CreatedByTypeApplication - description: '' - value: ManagedIdentity language: default: name: ManagedIdentity description: '' - go: - name: CreatedByTypeManagedIdentity - description: '' - value: Key language: default: name: Key description: '' - go: - name: CreatedByTypeKey - description: '' type: choice apiVersions: - version: '2.0' @@ -1298,10 +963,6 @@ schemas: default: name: CreatedByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. - possibleValuesFunc: PossibleCreatedByTypeValues protocol: {} - &ref_63 choices: @@ -1310,33 +971,21 @@ schemas: default: name: Pending description: '' - go: - name: PrivateLinkServiceConnectionStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: PrivateLinkServiceConnectionStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: PrivateLinkServiceConnectionStatusRejected - description: '' - value: Disconnected language: default: name: Disconnected description: '' - go: - name: PrivateLinkServiceConnectionStatusDisconnected - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1345,10 +994,6 @@ schemas: default: name: PrivateLinkServiceConnectionStatus description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: PrivateLinkServiceConnectionStatus - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - possibleValuesFunc: PossiblePrivateLinkServiceConnectionStatusValues protocol: {} - &ref_70 choices: @@ -1357,41 +1002,26 @@ schemas: default: name: Pending description: '' - go: - name: SharedPrivateLinkResourceStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: SharedPrivateLinkResourceStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: SharedPrivateLinkResourceStatusRejected - description: '' - value: Disconnected language: default: name: Disconnected description: '' - go: - name: SharedPrivateLinkResourceStatusDisconnected - description: '' - value: Timeout language: default: name: Timeout description: '' - go: - name: SharedPrivateLinkResourceStatusTimeout - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1400,10 +1030,6 @@ schemas: default: name: SharedPrivateLinkResourceStatus description: Status of the shared private link resource - go: - name: SharedPrivateLinkResourceStatus - description: Status of the shared private link resource - possibleValuesFunc: PossibleSharedPrivateLinkResourceStatusValues protocol: {} - &ref_98 choices: @@ -1412,33 +1038,21 @@ schemas: default: name: ServiceMode description: '' - go: - name: FeatureFlagsServiceMode - description: '' - value: EnableConnectivityLogs language: default: name: EnableConnectivityLogs description: '' - go: - name: FeatureFlagsEnableConnectivityLogs - description: '' - value: EnableMessagingLogs language: default: name: EnableMessagingLogs description: '' - go: - name: FeatureFlagsEnableMessagingLogs - description: '' - value: EnableLiveTrace language: default: name: EnableLiveTrace description: '' - go: - name: FeatureFlagsEnableLiveTrace - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1447,19 +1061,6 @@ schemas: default: name: FeatureFlags description: "FeatureFlags is the supported features of Azure SignalR service.\r\n- ServiceMode: Flag for backend server for SignalR service. Values allowed: \"Default\": have your own backend server; \"Serverless\": your application doesn't have a backend server; \"Classic\": for backward compatibility. Support both Default and Serverless mode but not recommended; \"PredefinedOnly\": for future use.\r\n- EnableConnectivityLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableMessagingLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: \"true\"/\"false\", to enable/disable live trace feature." - go: - name: FeatureFlags - description: |- - FeatureFlags is the supported features of Azure SignalR service. - - * ServiceMode: Flag for backend server for SignalR service. Values allowed: "Default": have your own backend server; "Serverless": your application doesn't have a backend server; "Classic": for - backward compatibility. Support both Default and Serverless mode but not recommended; "PredefinedOnly": for future use. - * EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively. - * EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively. - * EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure - SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: "true"/"false", to - enable/disable live trace feature. - possibleValuesFunc: PossibleFeatureFlagsValues protocol: {} - &ref_106 choices: @@ -1468,17 +1069,11 @@ schemas: default: name: None description: '' - go: - name: UpstreamAuthTypeNone - description: '' - value: ManagedIdentity language: default: name: ManagedIdentity description: '' - go: - name: UpstreamAuthTypeManagedIdentity - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1487,10 +1082,6 @@ schemas: default: name: UpstreamAuthType description: Gets or sets the type of auth. None or ManagedIdentity is supported now. - go: - name: UpstreamAuthType - description: Gets or sets the type of auth. None or ManagedIdentity is supported now. - possibleValuesFunc: PossibleUpstreamAuthTypeValues protocol: {} - &ref_108 choices: @@ -1499,17 +1090,11 @@ schemas: default: name: Allow description: '' - go: - name: ACLActionAllow - description: '' - value: Deny language: default: name: Deny description: '' - go: - name: ACLActionDeny - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1518,10 +1103,6 @@ schemas: default: name: ACLAction description: Default action when no other rule matches - go: - name: ACLAction - description: Default action when no other rule matches - possibleValuesFunc: PossibleACLActionValues protocol: {} - &ref_112 choices: @@ -1530,33 +1111,21 @@ schemas: default: name: ClientConnection description: '' - go: - name: SignalRRequestTypeClientConnection - description: '' - value: ServerConnection language: default: name: ServerConnection description: '' - go: - name: SignalRRequestTypeServerConnection - description: '' - value: RESTAPI language: default: name: RESTAPI description: '' - go: - name: SignalRRequestTypeRESTAPI - description: '' - value: Trace language: default: name: Trace description: '' - go: - name: SignalRRequestTypeTrace - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1565,10 +1134,6 @@ schemas: default: name: SignalRRequestType description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: SignalRRequestType - description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - possibleValuesFunc: PossibleSignalRRequestTypeValues protocol: {} - &ref_116 choices: @@ -1577,17 +1142,11 @@ schemas: default: name: SignalR description: '' - go: - name: ServiceKindSignalR - description: '' - value: RawWebSockets language: default: name: RawWebSockets description: '' - go: - name: ServiceKindRawWebSockets - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1596,10 +1155,6 @@ schemas: default: name: ServiceKind description: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR" - go: - name: ServiceKind - description: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR" - possibleValuesFunc: PossibleServiceKindValues protocol: {} - &ref_117 choices: @@ -1608,25 +1163,16 @@ schemas: default: name: None description: '' - go: - name: ManagedIdentityTypeNone - description: '' - value: SystemAssigned language: default: name: SystemAssigned description: '' - go: - name: ManagedIdentityTypeSystemAssigned - description: '' - value: UserAssigned language: default: name: UserAssigned description: '' - go: - name: ManagedIdentityTypeUserAssigned - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1635,10 +1181,6 @@ schemas: default: name: ManagedIdentityType description: 'Represent the identity type: systemAssigned, userAssigned, None' - go: - name: ManagedIdentityType - description: 'Represent the identity type: systemAssigned, userAssigned, None' - possibleValuesFunc: PossibleManagedIdentityTypeValues protocol: {} - &ref_147 choices: @@ -1647,17 +1189,11 @@ schemas: default: name: Primary description: '' - go: - name: KeyTypePrimary - description: '' - value: Secondary language: default: name: Secondary description: '' - go: - name: KeyTypeSecondary - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1666,10 +1202,6 @@ schemas: default: name: KeyType description: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). - go: - name: KeyType - description: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). - possibleValuesFunc: PossibleKeyTypeValues protocol: {} constants: - &ref_171 @@ -1681,9 +1213,6 @@ schemas: default: name: ApiVersion20210601Preview description: Api Version (2021-06-01-preview) - go: - name: string - description: Api Version (2021-06-01-preview) protocol: {} - &ref_174 type: constant @@ -1694,9 +1223,6 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} dictionaries: - &ref_100 @@ -1706,11 +1232,6 @@ schemas: default: name: SignalRFeatureProperties description: Optional properties related to this feature. - go: - name: map[string]*string - description: Optional properties related to this feature. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_118 type: dictionary @@ -1726,9 +1247,6 @@ schemas: default: name: principalId description: Get the principal id for the user assigned identity - go: - name: PrincipalID - description: READ-ONLY; Get the principal id for the user assigned identity protocol: {} - schema: *ref_3 readOnly: true @@ -1737,9 +1255,6 @@ schemas: default: name: clientId description: Get the client id for the user assigned identity - go: - name: ClientID - description: READ-ONLY; Get the client id for the user assigned identity protocol: {} serializationFormats: - json @@ -1751,21 +1266,11 @@ schemas: name: UserAssignedIdentityProperty description: Properties of user assigned identity. namespace: '' - go: - name: UserAssignedIdentityProperty - description: UserAssignedIdentityProperty - Properties of user assigned identity. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ManagedIdentityUserAssignedIdentities description: Get or set the user assigned identities - go: - name: map[string]*UserAssignedIdentityProperty - description: Get or set the user assigned identities - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_86 type: dictionary @@ -1774,11 +1279,6 @@ schemas: default: name: TrackedResourceTags description: Tags of the service which is a list of key value pairs that describe the resource. - go: - name: map[string]*string - description: Tags of the service which is a list of key value pairs that describe the resource. - elementIsPtr: true - marshallingFormat: json protocol: {} any: - &ref_37 @@ -1787,9 +1287,6 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} dateTimes: - &ref_58 @@ -1801,10 +1298,6 @@ schemas: default: name: SystemDataCreatedAt description: The timestamp of resource creation (UTC). - go: - name: time.Time - description: The timestamp of resource creation (UTC). - internalTimeType: timeRFC3339 protocol: {} - &ref_60 type: date-time @@ -1815,10 +1308,6 @@ schemas: default: name: SystemDataLastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: time.Time - description: The timestamp of resource last modification (UTC) - internalTimeType: timeRFC3339 protocol: {} objects: - &ref_175 @@ -1841,9 +1330,6 @@ schemas: default: name: name description: 'Name of the operation with format: {provider}/{resource}/{operation}' - go: - name: Name - description: 'Name of the operation with format: {provider}/{resource}/{operation}' protocol: {} - schema: *ref_5 serializedName: isDataAction @@ -1851,9 +1337,6 @@ schemas: default: name: isDataAction description: If the operation is a data action. (for data plane rbac) - go: - name: IsDataAction - description: If the operation is a data action. (for data plane rbac) protocol: {} - schema: &ref_26 type: object @@ -1866,9 +1349,6 @@ schemas: default: name: provider description: Friendly name of the resource provider - go: - name: Provider - description: Friendly name of the resource provider protocol: {} - schema: *ref_7 serializedName: resource @@ -1876,9 +1356,6 @@ schemas: default: name: resource description: Resource type on which the operation is performed. - go: - name: Resource - description: Resource type on which the operation is performed. protocol: {} - schema: *ref_8 serializedName: operation @@ -1886,9 +1363,6 @@ schemas: default: name: operation description: The localized friendly name for the operation. - go: - name: Operation - description: The localized friendly name for the operation. protocol: {} - schema: *ref_9 serializedName: description @@ -1896,9 +1370,6 @@ schemas: default: name: description description: The localized friendly description for the operation - go: - name: Description - description: The localized friendly description for the operation protocol: {} serializationFormats: - json @@ -1909,20 +1380,12 @@ schemas: name: OperationDisplay description: The object that describes a operation. namespace: '' - go: - name: OperationDisplay - description: OperationDisplay - The object that describes a operation. - marshallingFormat: json - namespace: '' protocol: {} serializedName: display language: default: name: display description: The object that describes the operation. - go: - name: Display - description: The object that describes the operation. protocol: {} - schema: *ref_10 serializedName: origin @@ -1930,9 +1393,6 @@ schemas: default: name: origin description: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. - go: - name: Origin - description: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. protocol: {} - schema: &ref_27 type: object @@ -1959,9 +1419,6 @@ schemas: default: name: name description: Name of the metric. - go: - name: Name - description: Name of the metric. protocol: {} - schema: *ref_12 serializedName: displayName @@ -1969,9 +1426,6 @@ schemas: default: name: displayName description: Localized friendly display name of the metric. - go: - name: DisplayName - description: Localized friendly display name of the metric. protocol: {} - schema: *ref_13 serializedName: displayDescription @@ -1979,9 +1433,6 @@ schemas: default: name: displayDescription description: Localized friendly description of the metric. - go: - name: DisplayDescription - description: Localized friendly description of the metric. protocol: {} - schema: *ref_14 serializedName: unit @@ -1989,9 +1440,6 @@ schemas: default: name: unit description: The unit that makes sense for the metric. - go: - name: Unit - description: The unit that makes sense for the metric. protocol: {} - schema: *ref_15 serializedName: aggregationType @@ -1999,9 +1447,6 @@ schemas: default: name: aggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' - go: - name: AggregationType - description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - schema: *ref_16 serializedName: fillGapWithZero @@ -2009,11 +1454,6 @@ schemas: default: name: fillGapWithZero description: "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. \r\nEx. a metric that returns the number of times a particular error code was emitted. The error code may not appear \r\noften, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted." - go: - name: FillGapWithZero - description: |- - Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. Ex. a metric that returns the number of times a particular error code was emitted. The - error code may not appear often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted. protocol: {} - schema: *ref_17 serializedName: category @@ -2021,9 +1461,6 @@ schemas: default: name: category description: The name of the metric category that the metric belongs to. A metric can only belong to a single category. - go: - name: Category - description: The name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - schema: &ref_149 type: array @@ -2040,9 +1477,6 @@ schemas: default: name: name description: The public facing name of the dimension. - go: - name: Name - description: The public facing name of the dimension. protocol: {} - schema: *ref_19 serializedName: displayName @@ -2050,9 +1484,6 @@ schemas: default: name: displayName description: Localized friendly display name of the dimension. - go: - name: DisplayName - description: Localized friendly display name of the dimension. protocol: {} - schema: *ref_20 serializedName: internalName @@ -2060,9 +1491,6 @@ schemas: default: name: internalName description: Name of the dimension as it appears in MDM. - go: - name: InternalName - description: Name of the dimension as it appears in MDM. protocol: {} - schema: *ref_21 serializedName: toBeExportedForShoebox @@ -2070,9 +1498,6 @@ schemas: default: name: toBeExportedForShoebox description: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. - go: - name: ToBeExportedForShoebox - description: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. protocol: {} serializationFormats: - json @@ -2083,31 +1508,17 @@ schemas: name: Dimension description: Specifications of the Dimension of metrics. namespace: '' - go: - name: Dimension - description: Dimension - Specifications of the Dimension of metrics. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: MetricSpecificationDimensions description: The dimensions of the metrics. - go: - name: '[]*Dimension' - description: The dimensions of the metrics. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dimensions language: default: name: dimensions description: The dimensions of the metrics. - go: - name: Dimensions - description: The dimensions of the metrics. - byValue: true protocol: {} serializationFormats: - json @@ -2118,32 +1529,17 @@ schemas: name: MetricSpecification description: Specifications of the Metrics for Azure Monitoring. namespace: '' - go: - name: MetricSpecification - description: MetricSpecification - Specifications of the Metrics for Azure Monitoring. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServiceSpecificationMetricSpecifications description: Specifications of the Metrics for Azure Monitoring. - go: - name: '[]*MetricSpecification' - description: Specifications of the Metrics for Azure Monitoring. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: metricSpecifications language: default: name: metricSpecifications description: Specifications of the Metrics for Azure Monitoring. - go: - name: MetricSpecifications - description: Specifications of the Metrics for Azure Monitoring. - byValue: true protocol: {} - schema: &ref_151 type: array @@ -2160,9 +1556,6 @@ schemas: default: name: name description: Name of the log. - go: - name: Name - description: Name of the log. protocol: {} - schema: *ref_23 serializedName: displayName @@ -2170,9 +1563,6 @@ schemas: default: name: displayName description: Localized friendly display name of the log. - go: - name: DisplayName - description: Localized friendly display name of the log. protocol: {} serializationFormats: - json @@ -2183,31 +1573,17 @@ schemas: name: LogSpecification description: Specifications of the Logs for Azure Monitoring. namespace: '' - go: - name: LogSpecification - description: LogSpecification - Specifications of the Logs for Azure Monitoring. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServiceSpecificationLogSpecifications description: Specifications of the Logs for Azure Monitoring. - go: - name: '[]*LogSpecification' - description: Specifications of the Logs for Azure Monitoring. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: logSpecifications language: default: name: logSpecifications description: Specifications of the Logs for Azure Monitoring. - go: - name: LogSpecifications - description: Specifications of the Logs for Azure Monitoring. - byValue: true protocol: {} serializationFormats: - json @@ -2218,21 +1594,12 @@ schemas: name: ServiceSpecification description: An object that describes a specification. namespace: '' - go: - name: ServiceSpecification - description: ServiceSpecification - An object that describes a specification. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: serviceSpecification language: default: name: serviceSpecification description: The service specifications. - go: - name: ServiceSpecification - description: The service specifications. protocol: {} serializationFormats: - json @@ -2243,11 +1610,6 @@ schemas: name: OperationProperties description: Extra Operation properties. namespace: '' - go: - name: OperationProperties - description: OperationProperties - Extra Operation properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -2256,9 +1618,6 @@ schemas: default: name: properties description: Extra properties for the operation. - go: - name: Properties - description: Extra properties for the operation. protocol: {} serializationFormats: - json @@ -2269,31 +1628,17 @@ schemas: name: Operation description: REST API operation supported by resource provider. namespace: '' - go: - name: Operation - description: Operation - REST API operation supported by resource provider. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: OperationListValue description: List of operations supported by the resource provider. - go: - name: '[]*Operation' - description: List of operations supported by the resource provider. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: List of operations supported by the resource provider. - go: - name: Value - description: List of operations supported by the resource provider. - byValue: true protocol: {} - schema: *ref_24 serializedName: nextLink @@ -2301,9 +1646,6 @@ schemas: default: name: nextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -2314,12 +1656,6 @@ schemas: name: OperationList description: Result of the request to list REST API operations. It contains a list of operations. namespace: '' - go: - name: OperationList - description: OperationList - Result of the request to list REST API operations. It contains a list of operations. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_25 - *ref_26 @@ -2345,9 +1681,6 @@ schemas: default: name: code description: The error code. - go: - name: Code - description: READ-ONLY; The error code. protocol: {} - schema: *ref_33 readOnly: true @@ -2356,9 +1689,6 @@ schemas: default: name: message description: The error message. - go: - name: Message - description: READ-ONLY; The error message. protocol: {} - schema: *ref_34 readOnly: true @@ -2367,9 +1697,6 @@ schemas: default: name: target description: The error target. - go: - name: Target - description: READ-ONLY; The error target. protocol: {} - schema: &ref_153 type: array @@ -2380,10 +1707,6 @@ schemas: default: name: ErrorDetailDetails description: The error details. - go: - name: '[]*ErrorDetail' - description: The error details. - elementIsPtr: true protocol: {} readOnly: true serializedName: details @@ -2391,10 +1714,6 @@ schemas: default: name: details description: The error details. - go: - name: Details - description: READ-ONLY; The error details. - byValue: true protocol: {} - schema: &ref_154 type: array @@ -2412,24 +1731,14 @@ schemas: default: name: type description: The additional info type. - go: - name: Type - description: READ-ONLY; The additional info type. protocol: {} - schema: *ref_37 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info description: The additional info. - go: - name: Info - description: READ-ONLY; The additional info. - byValue: true protocol: {} serializationFormats: - json @@ -2440,20 +1749,11 @@ schemas: name: ErrorAdditionalInfo description: The resource management error additional info. namespace: '' - go: - name: ErrorAdditionalInfo - description: ErrorAdditionalInfo - The resource management error additional info. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ErrorDetailAdditionalInfo description: The error additional info. - go: - name: '[]*ErrorAdditionalInfo' - description: The error additional info. - elementIsPtr: true protocol: {} readOnly: true serializedName: additionalInfo @@ -2461,10 +1761,6 @@ schemas: default: name: additionalInfo description: The error additional info. - go: - name: AdditionalInfo - description: READ-ONLY; The error additional info. - byValue: true protocol: {} serializationFormats: - json @@ -2475,21 +1771,12 @@ schemas: name: ErrorDetail description: The error detail. namespace: '' - go: - name: ErrorDetail - description: ErrorDetail - The error detail. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: error language: default: name: error description: The error object. - go: - name: Error - description: The error object. protocol: {} serializationFormats: - json @@ -2502,16 +1789,10 @@ schemas: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). namespace: '' summary: Error response - go: - name: ErrorResponse - description: ErrorResponse - Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). - marshallingFormat: json - namespace: '' - summary: Error response protocol: {} - *ref_35 - *ref_38 - - &ref_183 + - &ref_178 type: object apiVersions: - version: 2021-06-01-preview @@ -2523,9 +1804,6 @@ schemas: default: name: type description: The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" - go: - name: Type - description: REQUIRED; The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" protocol: {} - schema: *ref_40 required: true @@ -2534,9 +1812,6 @@ schemas: default: name: name description: The resource name to validate. e.g."my-resource-name" - go: - name: Name - description: REQUIRED; The resource name to validate. e.g."my-resource-name" protocol: {} serializationFormats: - json @@ -2547,13 +1822,8 @@ schemas: name: NameAvailabilityParameters description: Data POST-ed to the nameAvailability action namespace: '' - go: - name: NameAvailabilityParameters - description: NameAvailabilityParameters - Data POST-ed to the nameAvailability action - marshallingFormat: json - namespace: '' protocol: {} - - &ref_187 + - &ref_182 type: object apiVersions: - version: 2021-06-01-preview @@ -2564,9 +1834,6 @@ schemas: default: name: nameAvailable description: Indicates whether the name is available or not. - go: - name: NameAvailable - description: Indicates whether the name is available or not. protocol: {} - schema: *ref_42 serializedName: reason @@ -2574,9 +1841,6 @@ schemas: default: name: reason description: The reason of the availability. Required if name is not available. - go: - name: Reason - description: The reason of the availability. Required if name is not available. protocol: {} - schema: *ref_43 serializedName: message @@ -2584,9 +1848,6 @@ schemas: default: name: message description: The message of the operation. - go: - name: Message - description: The message of the operation. protocol: {} serializationFormats: - json @@ -2597,13 +1858,8 @@ schemas: name: NameAvailability description: Result of the request to check name availability. It contains a flag and possible reason of failure. namespace: '' - go: - name: NameAvailability - description: NameAvailability - Result of the request to check name availability. It contains a flag and possible reason of failure. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_269 + - &ref_208 type: object apiVersions: - version: 2021-06-01-preview @@ -2623,9 +1879,6 @@ schemas: default: name: id description: Fully qualified ARM resource id - go: - name: ID - description: Fully qualified ARM resource id protocol: {} - schema: *ref_45 serializedName: currentValue @@ -2633,9 +1886,6 @@ schemas: default: name: currentValue description: Current value for the usage quota. - go: - name: CurrentValue - description: Current value for the usage quota. protocol: {} - schema: *ref_46 serializedName: limit @@ -2643,9 +1893,6 @@ schemas: default: name: limit description: The maximum permitted value for the usage quota. If there is no limit, this value will be -1. - go: - name: Limit - description: The maximum permitted value for the usage quota. If there is no limit, this value will be -1. protocol: {} - schema: &ref_52 type: object @@ -2658,9 +1905,6 @@ schemas: default: name: value description: The identifier of the usage. - go: - name: Value - description: The identifier of the usage. protocol: {} - schema: *ref_48 serializedName: localizedValue @@ -2668,9 +1912,6 @@ schemas: default: name: localizedValue description: Localized name of the usage. - go: - name: LocalizedValue - description: Localized name of the usage. protocol: {} serializationFormats: - json @@ -2681,20 +1922,12 @@ schemas: name: SignalRUsageName description: Localizable String object containing the name and a localized value. namespace: '' - go: - name: UsageName - description: UsageName - Localizable String object containing the name and a localized value. - marshallingFormat: json - namespace: '' protocol: {} serializedName: name language: default: name: name description: Localizable String object containing the name and a localized value. - go: - name: Name - description: Localizable String object containing the name and a localized value. protocol: {} - schema: *ref_49 serializedName: unit @@ -2702,9 +1935,6 @@ schemas: default: name: unit description: 'Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.' - go: - name: Unit - description: 'Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.' protocol: {} serializationFormats: - json @@ -2715,31 +1945,17 @@ schemas: name: SignalRUsage description: Object that describes a specific usage of the resources. namespace: '' - go: - name: Usage - description: Usage - Object that describes a specific usage of the resources. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SignalRUsageListValue description: List of the resource usages - go: - name: '[]*Usage' - description: List of the resource usages - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: List of the resource usages - go: - name: Value - description: List of the resource usages - byValue: true protocol: {} - schema: *ref_50 serializedName: nextLink @@ -2747,9 +1963,6 @@ schemas: default: name: nextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -2760,16 +1973,10 @@ schemas: name: SignalRUsageList description: Object that includes an array of the resource usages and a possible link for next set. namespace: '' - go: - name: UsageList - description: UsageList - Object that includes an array of the resource usages and a possible link for next set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_51 - *ref_52 - - &ref_193 + - &ref_183 type: object apiVersions: - version: 2021-06-01-preview @@ -2829,9 +2036,6 @@ schemas: default: name: createdBy description: The identity that created the resource. - go: - name: CreatedBy - description: The identity that created the resource. protocol: {} - schema: *ref_57 serializedName: createdByType @@ -2839,9 +2043,6 @@ schemas: default: name: createdByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. protocol: {} - schema: *ref_58 serializedName: createdAt @@ -2849,9 +2050,6 @@ schemas: default: name: createdAt description: The timestamp of resource creation (UTC). - go: - name: CreatedAt - description: The timestamp of resource creation (UTC). protocol: {} - schema: *ref_59 serializedName: lastModifiedBy @@ -2859,9 +2057,6 @@ schemas: default: name: lastModifiedBy description: The identity that last modified the resource. - go: - name: LastModifiedBy - description: The identity that last modified the resource. protocol: {} - schema: *ref_57 serializedName: lastModifiedByType @@ -2869,9 +2064,6 @@ schemas: default: name: lastModifiedByType description: The type of identity that last modified the resource. - go: - name: LastModifiedByType - description: The type of identity that last modified the resource. protocol: {} - schema: *ref_60 serializedName: lastModifiedAt @@ -2879,9 +2071,6 @@ schemas: default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: LastModifiedAt - description: The timestamp of resource last modification (UTC) protocol: {} serializationFormats: - json @@ -2893,12 +2082,6 @@ schemas: name: SystemData description: Metadata pertaining to creation and last modification of the resource. namespace: '' - go: - name: SystemData - description: SystemData - Metadata pertaining to creation and last modification of the resource. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: systemData @@ -2906,9 +2089,6 @@ schemas: default: name: systemData description: Metadata pertaining to creation and last modification of the resource. - go: - name: SystemData - description: READ-ONLY; Metadata pertaining to creation and last modification of the resource. protocol: {} - schema: &ref_124 type: object @@ -2922,9 +2102,6 @@ schemas: default: name: provisioningState description: Provisioning state of the private endpoint connection - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the private endpoint connection protocol: {} - schema: &ref_125 type: object @@ -2937,9 +2114,6 @@ schemas: default: name: id description: Full qualified Id of the private endpoint - go: - name: ID - description: Full qualified Id of the private endpoint protocol: {} serializationFormats: - json @@ -2951,20 +2125,12 @@ schemas: name: PrivateEndpoint description: Private endpoint namespace: '' - go: - name: PrivateEndpoint - description: PrivateEndpoint - Private endpoint - marshallingFormat: json - namespace: '' protocol: {} serializedName: privateEndpoint language: default: name: privateEndpoint description: Private endpoint associated with the private endpoint connection - go: - name: PrivateEndpoint - description: Private endpoint associated with the private endpoint connection protocol: {} - schema: &ref_126 type: object @@ -2977,9 +2143,6 @@ schemas: default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - schema: *ref_64 serializedName: description @@ -2987,9 +2150,6 @@ schemas: default: name: description description: The reason for approval/rejection of the connection. - go: - name: Description - description: The reason for approval/rejection of the connection. protocol: {} - schema: *ref_65 serializedName: actionsRequired @@ -2997,9 +2157,6 @@ schemas: default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: ActionsRequired - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} serializationFormats: - json @@ -3011,20 +2168,12 @@ schemas: name: PrivateLinkServiceConnectionState description: Connection state of the private endpoint connection namespace: '' - go: - name: PrivateLinkServiceConnectionState - description: PrivateLinkServiceConnectionState - Connection state of the private endpoint connection - marshallingFormat: json - namespace: '' protocol: {} serializedName: privateLinkServiceConnectionState language: default: name: privateLinkServiceConnectionState description: Connection state - go: - name: PrivateLinkServiceConnectionState - description: Connection state protocol: {} serializationFormats: - json @@ -3036,11 +2185,6 @@ schemas: name: PrivateEndpointConnectionProperties description: Private endpoint connection properties namespace: '' - go: - name: PrivateEndpointConnectionProperties - description: PrivateEndpointConnectionProperties - Private endpoint connection properties - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -3049,9 +2193,6 @@ schemas: default: name: properties description: Properties of the private endpoint connection - go: - name: Properties - description: Properties of the private endpoint connection protocol: {} serializationFormats: - json @@ -3063,11 +2204,6 @@ schemas: name: PrivateEndpointConnection description: A private endpoint connection to an azure resource namespace: '' - go: - name: PrivateEndpointConnection - description: PrivateEndpointConnection - A private endpoint connection to an azure resource - marshallingFormat: json - namespace: '' protocol: {} - &ref_79 type: object @@ -3087,9 +2223,6 @@ schemas: default: name: systemData description: Metadata pertaining to creation and last modification of the resource. - go: - name: SystemData - description: READ-ONLY; Metadata pertaining to creation and last modification of the resource. protocol: {} - schema: &ref_127 type: object @@ -3103,9 +2236,6 @@ schemas: default: name: groupId description: The group id from the provider of resource the shared private link resource is for - go: - name: GroupID - description: REQUIRED; The group id from the provider of resource the shared private link resource is for protocol: {} - schema: *ref_68 required: true @@ -3114,9 +2244,6 @@ schemas: default: name: privateLinkResourceId description: The resource id of the resource the shared private link resource is for - go: - name: PrivateLinkResourceID - description: REQUIRED; The resource id of the resource the shared private link resource is for protocol: {} - schema: *ref_61 readOnly: true @@ -3126,9 +2253,6 @@ schemas: default: name: provisioningState description: Provisioning state of the shared private link resource - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the shared private link resource protocol: {} - schema: *ref_69 required: false @@ -3137,9 +2261,6 @@ schemas: default: name: requestMessage description: The request message for requesting approval of the shared private link resource - go: - name: RequestMessage - description: The request message for requesting approval of the shared private link resource protocol: {} - schema: *ref_70 readOnly: true @@ -3149,9 +2270,6 @@ schemas: default: name: status description: Status of the shared private link resource - go: - name: Status - description: READ-ONLY; Status of the shared private link resource protocol: {} serializationFormats: - json @@ -3163,11 +2281,6 @@ schemas: name: SharedPrivateLinkResourceProperties description: Describes the properties of an existing Shared Private Link Resource namespace: '' - go: - name: SharedPrivateLinkResourceProperties - description: SharedPrivateLinkResourceProperties - Describes the properties of an existing Shared Private Link Resource - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -3176,9 +2289,6 @@ schemas: default: name: properties description: Describes the properties of a Shared Private Link Resource - go: - name: Properties - description: Describes the properties of a Shared Private Link Resource protocol: {} serializationFormats: - json @@ -3190,11 +2300,6 @@ schemas: name: SharedPrivateLinkResource description: Describes a Shared Private Link Resource namespace: '' - go: - name: SharedPrivateLinkResource - description: SharedPrivateLinkResource - Describes a Shared Private Link Resource - marshallingFormat: json - namespace: '' protocol: {} - &ref_80 type: object @@ -3218,9 +2323,6 @@ schemas: default: name: groupId description: Group Id of the private link resource - go: - name: GroupID - description: Group Id of the private link resource protocol: {} - schema: &ref_166 type: array @@ -3231,21 +2333,12 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembers description: Required members of the private link resource - go: - name: '[]*string' - description: Required members of the private link resource - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredMembers language: default: name: requiredMembers description: Required members of the private link resource - go: - name: RequiredMembers - description: Required members of the private link resource - byValue: true protocol: {} - schema: &ref_167 type: array @@ -3256,21 +2349,12 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNames description: Required private DNS zone names - go: - name: '[]*string' - description: Required private DNS zone names - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredZoneNames language: default: name: requiredZoneNames description: Required private DNS zone names - go: - name: RequiredZoneNames - description: Required private DNS zone names - byValue: true protocol: {} - schema: &ref_168 type: array @@ -3287,9 +2371,6 @@ schemas: default: name: name description: The name of the resource type that has been onboarded to private link service - go: - name: Name - description: The name of the resource type that has been onboarded to private link service protocol: {} - schema: &ref_146 type: object @@ -3302,9 +2383,6 @@ schemas: default: name: description description: The description of the resource type that has been onboarded to private link service - go: - name: Description - description: The description of the resource type that has been onboarded to private link service protocol: {} - schema: *ref_76 serializedName: groupId @@ -3312,9 +2390,6 @@ schemas: default: name: groupId description: The resource provider group id for the resource that has been onboarded to private link service - go: - name: GroupID - description: The resource provider group id for the resource that has been onboarded to private link service protocol: {} - schema: *ref_77 serializedName: type @@ -3322,9 +2397,6 @@ schemas: default: name: type description: The resource provider type for the resource that has been onboarded to private link service - go: - name: Type - description: The resource provider type for the resource that has been onboarded to private link service protocol: {} serializationFormats: - json @@ -3336,20 +2408,12 @@ schemas: name: ShareablePrivateLinkResourceProperties description: Describes the properties of a resource type that has been onboarded to private link service namespace: '' - go: - name: ShareablePrivateLinkResourceProperties - description: ShareablePrivateLinkResourceProperties - Describes the properties of a resource type that has been onboarded to private link service - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties language: default: name: properties description: Describes the properties of a resource type that has been onboarded to private link service - go: - name: Properties - description: Describes the properties of a resource type that has been onboarded to private link service protocol: {} serializationFormats: - json @@ -3361,31 +2425,17 @@ schemas: name: ShareablePrivateLinkResourceType description: Describes a resource type that has been onboarded to private link service namespace: '' - go: - name: ShareablePrivateLinkResourceType - description: ShareablePrivateLinkResourceType - Describes a resource type that has been onboarded to private link service - marshallingFormat: json - namespace: '' protocol: {} language: default: name: PrivateLinkResourcePropertiesShareablePrivateLinkResourceTypes description: The list of resources that are onboarded to private link service - go: - name: '[]*ShareablePrivateLinkResourceType' - description: The list of resources that are onboarded to private link service - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: shareablePrivateLinkResourceTypes language: default: name: shareablePrivateLinkResourceTypes description: The list of resources that are onboarded to private link service - go: - name: ShareablePrivateLinkResourceTypes - description: The list of resources that are onboarded to private link service - byValue: true protocol: {} serializationFormats: - json @@ -3397,12 +2447,6 @@ schemas: name: PrivateLinkResourceProperties description: Private link resource properties namespace: '' - go: - name: PrivateLinkResourceProperties - description: PrivateLinkResourceProperties - Private link resource properties - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -3411,9 +2455,6 @@ schemas: default: name: properties description: Properties of a private link resource - go: - name: Properties - description: Properties of a private link resource protocol: {} serializationFormats: - json @@ -3425,11 +2466,6 @@ schemas: name: PrivateLinkResource description: Private link resource namespace: '' - go: - name: PrivateLinkResource - description: PrivateLinkResource - Private link resource - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_78 @@ -3450,11 +2486,6 @@ schemas: name: ProxyResource description: The resource model definition for a ARM proxy resource. It will have everything other than required location and tags namespace: '' - go: - name: ProxyResource - description: ProxyResource - The resource model definition for a ARM proxy resource. It will have everything other than required location and tags - marshallingFormat: json - namespace: '' protocol: {} - *ref_78 - *ref_79 @@ -3472,9 +2503,6 @@ schemas: default: name: id description: Fully qualified resource Id for the resource. - go: - name: ID - description: READ-ONLY; Fully qualified resource Id for the resource. protocol: {} - schema: *ref_83 readOnly: true @@ -3483,9 +2511,6 @@ schemas: default: name: name description: The name of the resource. - go: - name: Name - description: READ-ONLY; The name of the resource. protocol: {} - schema: *ref_84 readOnly: true @@ -3494,9 +2519,6 @@ schemas: default: name: type description: The type of the resource - e.g. "Microsoft.SignalRService/SignalR" - go: - name: Type - description: READ-ONLY; The type of the resource - e.g. "Microsoft.SignalRService/SignalR" protocol: {} serializationFormats: - json @@ -3510,11 +2532,6 @@ schemas: name: Resource description: The core properties of ARM resources. namespace: '' - go: - name: Resource - description: Resource - The core properties of ARM resources. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_55 @@ -3529,23 +2546,13 @@ schemas: default: name: location description: The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. - go: - name: Location - description: The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. protocol: {} - schema: *ref_86 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: tags description: Tags of the service which is a list of key value pairs that describe the resource. - go: - name: Tags - description: Tags of the service which is a list of key value pairs that describe the resource. - byValue: true protocol: {} serializationFormats: - json @@ -3557,12 +2564,6 @@ schemas: name: TrackedResource description: The resource model definition for a ARM tracked top level resource. namespace: '' - go: - name: TrackedResource - description: TrackedResource - The resource model definition for a ARM tracked top level resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_55 immediate: @@ -3580,12 +2581,6 @@ schemas: default: name: name description: "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1" - go: - name: Name - description: |- - REQUIRED; The name of the SKU. Required. - - Allowed values: StandardS1, FreeF1 protocol: {} - schema: *ref_88 required: false @@ -3594,12 +2589,6 @@ schemas: default: name: tier description: "Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead." - go: - name: Tier - description: |- - Optional tier of this particular SKU. 'Standard' or 'Free'. - - Basic is deprecated, use Standard instead. protocol: {} - schema: *ref_89 readOnly: true @@ -3609,9 +2598,6 @@ schemas: default: name: size description: Not used. Retained for future use. - go: - name: Size - description: READ-ONLY; Not used. Retained for future use. protocol: {} - schema: *ref_90 readOnly: true @@ -3621,9 +2607,6 @@ schemas: default: name: family description: Not used. Retained for future use. - go: - name: Family - description: READ-ONLY; Not used. Retained for future use. protocol: {} - schema: *ref_91 required: false @@ -3632,12 +2615,6 @@ schemas: default: name: capacity description: "Optional, integer. The unit count of the resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1\r\n Standard: 1,2,5,10,20,50,100" - go: - name: Capacity - description: |- - Optional, integer. The unit count of the resource. 1 by default. - - If present, following values are allowed: Free: 1 Standard: 1,2,5,10,20,50,100 protocol: {} serializationFormats: - json @@ -3649,20 +2626,12 @@ schemas: name: ResourceSku description: The billing information of the resource. namespace: '' - go: - name: ResourceSKU - description: ResourceSKU - The billing information of the resource. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku language: default: name: sku description: The billing information of the resource.(e.g. Free, Standard) - go: - name: SKU - description: The billing information of the resource.(e.g. Free, Standard) protocol: {} - schema: &ref_123 type: object @@ -3676,9 +2645,6 @@ schemas: default: name: provisioningState description: Provisioning state of the resource. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the resource. protocol: {} - schema: *ref_92 readOnly: true @@ -3687,9 +2653,6 @@ schemas: default: name: externalIP description: The publicly accessible IP of the resource. - go: - name: ExternalIP - description: READ-ONLY; The publicly accessible IP of the resource. protocol: {} - schema: *ref_93 readOnly: true @@ -3698,9 +2661,6 @@ schemas: default: name: hostName description: FQDN of the service instance. - go: - name: HostName - description: READ-ONLY; FQDN of the service instance. protocol: {} - schema: *ref_94 readOnly: true @@ -3709,9 +2669,6 @@ schemas: default: name: publicPort description: The publicly accessible port of the resource which is designed for browser/client side usage. - go: - name: PublicPort - description: READ-ONLY; The publicly accessible port of the resource which is designed for browser/client side usage. protocol: {} - schema: *ref_95 readOnly: true @@ -3720,9 +2677,6 @@ schemas: default: name: serverPort description: The publicly accessible port of the resource which is designed for customer server side usage. - go: - name: ServerPort - description: READ-ONLY; The publicly accessible port of the resource which is designed for customer server side usage. protocol: {} - schema: *ref_96 readOnly: true @@ -3731,9 +2685,6 @@ schemas: default: name: version description: Version of the resource. Probably you need the same or higher version of client SDKs. - go: - name: Version - description: READ-ONLY; Version of the resource. Probably you need the same or higher version of client SDKs. protocol: {} - schema: &ref_156 type: array @@ -3744,11 +2695,6 @@ schemas: default: name: SignalRPropertiesPrivateEndpointConnections description: Private endpoint connections to the resource. - go: - name: '[]*PrivateEndpointConnection' - description: Private endpoint connections to the resource. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: privateEndpointConnections @@ -3756,10 +2702,6 @@ schemas: default: name: privateEndpointConnections description: Private endpoint connections to the resource. - go: - name: PrivateEndpointConnections - description: READ-ONLY; Private endpoint connections to the resource. - byValue: true protocol: {} - schema: &ref_157 type: array @@ -3770,11 +2712,6 @@ schemas: default: name: SignalRPropertiesSharedPrivateLinkResources description: The list of shared private link resources. - go: - name: '[]*SharedPrivateLinkResource' - description: The list of shared private link resources. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: sharedPrivateLinkResources @@ -3782,10 +2719,6 @@ schemas: default: name: sharedPrivateLinkResources description: The list of shared private link resources. - go: - name: SharedPrivateLinkResources - description: READ-ONLY; The list of shared private link resources. - byValue: true protocol: {} - schema: &ref_128 type: object @@ -3798,9 +2731,6 @@ schemas: default: name: clientCertEnabled description: Request client certificate during TLS handshake if enabled - go: - name: ClientCertEnabled - description: Request client certificate during TLS handshake if enabled protocol: {} serializationFormats: - json @@ -3812,20 +2742,12 @@ schemas: name: SignalRTlsSettings description: TLS settings for the resource namespace: '' - go: - name: TLSSettings - description: TLSSettings - TLS settings for the resource - marshallingFormat: json - namespace: '' protocol: {} serializedName: tls language: default: name: tls description: TLS settings. - go: - name: TLS - description: TLS settings. protocol: {} - schema: &ref_158 type: array @@ -3843,18 +2765,6 @@ schemas: default: name: flag description: "FeatureFlags is the supported features of Azure SignalR service.\r\n- ServiceMode: Flag for backend server for SignalR service. Values allowed: \"Default\": have your own backend server; \"Serverless\": your application doesn't have a backend server; \"Classic\": for backward compatibility. Support both Default and Serverless mode but not recommended; \"PredefinedOnly\": for future use.\r\n- EnableConnectivityLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableMessagingLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: \"true\"/\"false\", to enable/disable live trace feature." - go: - name: Flag - description: |- - REQUIRED; FeatureFlags is the supported features of Azure SignalR service. - - * ServiceMode: Flag for backend server for SignalR service. Values allowed: "Default": have your own backend server; "Serverless": your application doesn't have a backend server; "Classic": for - backward compatibility. Support both Default and Serverless mode but not recommended; "PredefinedOnly": for future use. - * EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively. - * EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively. - * EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure - SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: "true"/"false", to - enable/disable live trace feature. protocol: {} - schema: *ref_99 required: true @@ -3863,24 +2773,14 @@ schemas: default: name: value description: Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. - go: - name: Value - description: REQUIRED; Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. protocol: {} - schema: *ref_100 required: false serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: properties description: Optional properties related to this feature. - go: - name: Properties - description: Optional properties related to this feature. - byValue: true protocol: {} serializationFormats: - json @@ -3892,36 +2792,17 @@ schemas: name: SignalRFeature description: Feature of a resource, which controls the runtime behavior. namespace: '' - go: - name: Feature - description: Feature of a resource, which controls the runtime behavior. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SignalRPropertiesFeatures description: "List of the featureFlags.\r\n\r\nFeatureFlags that are not included in the parameters for the update operation will not be modified.\r\nAnd the response will only include featureFlags that are explicitly set. \r\nWhen a featureFlag is not explicitly set, its globally default value will be used\r\nBut keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags." - go: - name: '[]*Feature' - description: "List of the featureFlags.\r\n\r\nFeatureFlags that are not included in the parameters for the update operation will not be modified.\r\nAnd the response will only include featureFlags that are explicitly set. \r\nWhen a featureFlag is not explicitly set, its globally default value will be used\r\nBut keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: features language: default: name: features description: "List of the featureFlags.\r\n\r\nFeatureFlags that are not included in the parameters for the update operation will not be modified.\r\nAnd the response will only include featureFlags that are explicitly set. \r\nWhen a featureFlag is not explicitly set, its globally default value will be used\r\nBut keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags." - go: - name: Features - description: |- - List of the featureFlags. - - FeatureFlags that are not included in the parameters for the update operation will not be modified. And the response will only include featureFlags that are explicitly set. When a featureFlag is not - explicitly set, its globally default value will be used But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags. - byValue: true protocol: {} - schema: &ref_130 type: object @@ -3937,21 +2818,12 @@ schemas: default: name: SignalRCorsSettingsAllowedOrigins description: 'Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.' - go: - name: '[]*string' - description: 'Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: allowedOrigins language: default: name: allowedOrigins description: 'Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.' - go: - name: AllowedOrigins - description: 'Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.' - byValue: true protocol: {} serializationFormats: - json @@ -3963,21 +2835,12 @@ schemas: name: SignalRCorsSettings description: Cross-Origin Resource Sharing (CORS) settings. namespace: '' - go: - name: CorsSettings - description: CorsSettings - Cross-Origin Resource Sharing (CORS) settings. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: cors language: default: name: cors description: Cross-Origin Resource Sharing (CORS) settings. - go: - name: Cors - description: Cross-Origin Resource Sharing (CORS) settings. protocol: {} - schema: &ref_131 type: object @@ -4000,11 +2863,6 @@ schemas: default: name: hubPattern description: "Gets or sets the matching pattern for hub names. If not set, it matches any hub.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any hub name\r\n 2. Combine multiple hubs with \",\", for example \"hub1,hub2\", it matches \"hub1\" and \"hub2\"\r\n 3. The single hub name, for example, \"hub1\", it matches \"hub1\"" - go: - name: HubPattern - description: |- - Gets or sets the matching pattern for hub names. If not set, it matches any hub. There are 3 kind of patterns supported: 1. "*", it to matches any hub name 2. Combine multiple hubs with ",", for - example "hub1,hub2", it matches "hub1" and "hub2" 3. The single hub name, for example, "hub1", it matches "hub1" protocol: {} - schema: *ref_103 required: false @@ -4013,13 +2871,6 @@ schemas: default: name: eventPattern description: "Gets or sets the matching pattern for event names. If not set, it matches any event.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any event name\r\n 2. Combine multiple events with \",\", for example \"connect,disconnect\", it matches event \"connect\" and \"disconnect\"\r\n 3. The single event name, for example, \"connect\", it matches \"connect\"" - go: - name: EventPattern - description: >- - Gets or sets the matching pattern for event names. If not set, it matches any event. There are 3 kind of patterns supported: 1. "*", it to matches any event name 2. Combine multiple events with - ",", - - for example "connect,disconnect", it matches event "connect" and "disconnect" 3. The single event name, for example, "connect", it matches "connect" protocol: {} - schema: *ref_104 required: false @@ -4028,13 +2879,6 @@ schemas: default: name: categoryPattern description: "Gets or sets the matching pattern for category names. If not set, it matches any category.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any category name\r\n 2. Combine multiple categories with \",\", for example \"connections,messages\", it matches category \"connections\" and \"messages\"\r\n 3. The single category name, for example, \"connections\", it matches the category \"connections\"" - go: - name: CategoryPattern - description: >- - Gets or sets the matching pattern for category names. If not set, it matches any category. There are 3 kind of patterns supported: 1. "*", it to matches any category name 2. Combine multiple - - categories with ",", for example "connections,messages", it matches category "connections" and "messages" 3. The single category name, for example, "connections", it matches the category - "connections" protocol: {} - schema: *ref_105 required: true @@ -4043,15 +2887,6 @@ schemas: default: name: urlTemplate description: "Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.\r\nFor example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`." - go: - name: URLTemplate - description: >- - REQUIRED; Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when - the client - - request comes in. For example, if the urlTemplate is http://example.com/{hub}/api/{event}, with a client request from hub chat connects, it will first POST to this URL: - - http://example.com/chat/api/connect. protocol: {} - schema: &ref_133 type: object @@ -4064,9 +2899,6 @@ schemas: default: name: type description: Gets or sets the type of auth. None or ManagedIdentity is supported now. - go: - name: Type - description: Gets or sets the type of auth. None or ManagedIdentity is supported now. protocol: {} - schema: &ref_134 type: object @@ -4079,9 +2911,6 @@ schemas: default: name: resource description: "The Resource indicating the App ID URI of the target resource.\r\nIt also appears in the aud (audience) claim of the issued token." - go: - name: Resource - description: The Resource indicating the App ID URI of the target resource. It also appears in the aud (audience) claim of the issued token. protocol: {} serializationFormats: - json @@ -4093,20 +2922,12 @@ schemas: name: ManagedIdentitySettings description: Managed identity settings for upstream. namespace: '' - go: - name: ManagedIdentitySettings - description: ManagedIdentitySettings - Managed identity settings for upstream. - marshallingFormat: json - namespace: '' protocol: {} serializedName: managedIdentity language: default: name: managedIdentity description: Gets or sets the managed identity settings. It's required if the auth type is set to ManagedIdentity. - go: - name: ManagedIdentity - description: Gets or sets the managed identity settings. It's required if the auth type is set to ManagedIdentity. protocol: {} serializationFormats: - json @@ -4118,11 +2939,6 @@ schemas: name: UpstreamAuthSettings description: Upstream auth settings. namespace: '' - go: - name: UpstreamAuthSettings - description: UpstreamAuthSettings - Upstream auth settings. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: auth @@ -4130,9 +2946,6 @@ schemas: default: name: auth description: Gets or sets the auth settings for an upstream. If not set, no auth is used for upstream messages. - go: - name: Auth - description: Gets or sets the auth settings for an upstream. If not set, no auth is used for upstream messages. protocol: {} serializationFormats: - json @@ -4144,35 +2957,17 @@ schemas: name: UpstreamTemplate description: "Upstream template item settings. It defines the Upstream URL of the incoming requests.\r\nThe template defines the pattern of the event, the hub or the category of the incoming request that matches current URL template." namespace: '' - go: - name: UpstreamTemplate - description: >- - UpstreamTemplate - Upstream template item settings. It defines the Upstream URL of the incoming requests. The template defines the pattern of the event, the hub or the category of the incoming request - that matches - - current URL template. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServerlessUpstreamSettingsTemplates description: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. - go: - name: '[]*UpstreamTemplate' - description: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: templates language: default: name: templates description: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. - go: - name: Templates - description: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. - byValue: true protocol: {} serializationFormats: - json @@ -4184,21 +2979,12 @@ schemas: name: ServerlessUpstreamSettings description: The settings for the Upstream when the service is in server-less mode. namespace: '' - go: - name: ServerlessUpstreamSettings - description: ServerlessUpstreamSettings - The settings for the Upstream when the service is in server-less mode. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: upstream language: default: name: upstream description: Upstream settings when the service is in server-less mode. - go: - name: Upstream - description: Upstream settings when the service is in server-less mode. protocol: {} - schema: &ref_135 type: object @@ -4211,9 +2997,6 @@ schemas: default: name: defaultAction description: Default action when no other rule matches - go: - name: DefaultAction - description: Default action when no other rule matches protocol: {} - schema: &ref_109 type: object @@ -4238,9 +3021,6 @@ schemas: default: name: name description: Name of the private endpoint connection - go: - name: Name - description: REQUIRED; Name of the private endpoint connection protocol: {} serializationFormats: - json @@ -4252,11 +3032,6 @@ schemas: name: PrivateEndpointACL description: ACL for a private endpoint namespace: '' - go: - name: PrivateEndpointACL - description: PrivateEndpointACL - ACL for a private endpoint - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_111 @@ -4270,21 +3045,12 @@ schemas: default: name: NetworkACLAllow description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: '[]*SignalRRequestType' - description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: allow language: default: name: allow description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: Allow - description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - byValue: true protocol: {} - schema: &ref_162 type: array @@ -4295,21 +3061,12 @@ schemas: default: name: NetworkACLDeny description: 'Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: '[]*SignalRRequestType' - description: 'Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: deny language: default: name: deny description: 'Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: Deny - description: 'Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - byValue: true protocol: {} serializationFormats: - json @@ -4321,21 +3078,12 @@ schemas: name: NetworkACL description: Network ACL namespace: '' - go: - name: NetworkACL - description: NetworkACL - Network ACL - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: publicNetwork language: default: name: publicNetwork description: ACL for requests from public network - go: - name: PublicNetwork - description: ACL for requests from public network protocol: {} - schema: &ref_163 type: array @@ -4346,21 +3094,12 @@ schemas: default: name: SignalRNetworkACLsPrivateEndpoints description: ACLs for requests from private endpoints - go: - name: '[]*PrivateEndpointACL' - description: ACLs for requests from private endpoints - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: privateEndpoints language: default: name: privateEndpoints description: ACLs for requests from private endpoints - go: - name: PrivateEndpoints - description: ACLs for requests from private endpoints - byValue: true protocol: {} serializationFormats: - json @@ -4372,21 +3111,12 @@ schemas: name: SignalRNetworkACLs description: Network ACLs for the resource namespace: '' - go: - name: NetworkACLs - description: NetworkACLs - Network ACLs for the resource - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkACLs language: default: name: networkACLs description: Network ACLs - go: - name: NetworkACLs - description: Network ACLs protocol: {} - schema: *ref_113 serializedName: publicNetworkAccess @@ -4394,11 +3124,6 @@ schemas: default: name: publicNetworkAccess description: "Enable or disable public network access. Default to \"Enabled\".\r\nWhen it's Enabled, network ACLs still apply.\r\nWhen it's Disabled, public network access is always disabled no matter what you set in network ACLs." - go: - name: PublicNetworkAccess - description: |- - Enable or disable public network access. Default to "Enabled". When it's Enabled, network ACLs still apply. When it's Disabled, public network access is always disabled no matter what you set in - network ACLs. protocol: {} - schema: *ref_114 serializedName: disableLocalAuth @@ -4406,9 +3131,6 @@ schemas: default: name: disableLocalAuth description: "DisableLocalAuth\r\nEnable or disable local auth with AccessKey\r\nWhen set as true, connection with AccessKey=xxx won't work." - go: - name: DisableLocalAuth - description: DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work. protocol: {} - schema: *ref_115 serializedName: disableAadAuth @@ -4416,9 +3138,6 @@ schemas: default: name: disableAadAuth description: "DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work." - go: - name: DisableAADAuth - description: DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work. protocol: {} serializationFormats: - json @@ -4430,12 +3149,6 @@ schemas: name: SignalRProperties description: A class that describes the properties of the resource namespace: '' - go: - name: Properties - description: Properties - A class that describes the properties of the resource - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: @@ -4444,9 +3157,6 @@ schemas: default: name: properties description: Settings used to provision or configure the resource - go: - name: Properties - description: Settings used to provision or configure the resource protocol: {} - schema: *ref_116 serializedName: kind @@ -4458,9 +3168,6 @@ schemas: default: name: kind description: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR" - go: - name: Kind - description: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR" protocol: {} - schema: &ref_136 type: object @@ -4473,23 +3180,13 @@ schemas: default: name: type description: 'Represent the identity type: systemAssigned, userAssigned, None' - go: - name: Type - description: 'Represent the identity type: systemAssigned, userAssigned, None' protocol: {} - schema: *ref_118 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities description: Get or set the user assigned identities - go: - name: UserAssignedIdentities - description: Get or set the user assigned identities - byValue: true protocol: {} - schema: *ref_119 readOnly: true @@ -4498,9 +3195,6 @@ schemas: default: name: principalId description: "Get the principal id for the system assigned identity.\r\nOnly be used in response." - go: - name: PrincipalID - description: READ-ONLY; Get the principal id for the system assigned identity. Only be used in response. protocol: {} - schema: *ref_120 readOnly: true @@ -4509,9 +3203,6 @@ schemas: default: name: tenantId description: "Get the tenant id for the system assigned identity.\r\nOnly be used in response" - go: - name: TenantID - description: READ-ONLY; Get the tenant id for the system assigned identity. Only be used in response protocol: {} serializationFormats: - json @@ -4523,21 +3214,12 @@ schemas: name: ManagedIdentity description: A class represent managed identities used for request and response namespace: '' - go: - name: ManagedIdentity - description: ManagedIdentity - A class represent managed identities used for request and response - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity language: default: name: identity description: The managed identity response - go: - name: Identity - description: The managed identity response protocol: {} - schema: *ref_66 readOnly: true @@ -4546,9 +3228,6 @@ schemas: default: name: systemData description: Metadata pertaining to creation and last modification of the resource. - go: - name: SystemData - description: READ-ONLY; Metadata pertaining to creation and last modification of the resource. protocol: {} serializationFormats: - json @@ -4560,32 +3239,17 @@ schemas: name: ResourceInfo description: A class represent a resource. namespace: '' - go: - name: ResourceInfo - description: ResourceInfo - A class represent a resource. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} language: default: name: ResourceInfoListValue description: List of the resources - go: - name: '[]*ResourceInfo' - description: List of the resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: List of the resources - go: - name: Value - description: List of the resources - byValue: true protocol: {} - schema: *ref_121 serializedName: nextLink @@ -4593,9 +3257,6 @@ schemas: default: name: nextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -4606,12 +3267,6 @@ schemas: name: ResourceInfoList description: Object that includes an array of resources and a possible link for next set. namespace: '' - go: - name: ResourceInfoList - description: ResourceInfoList - Object that includes an array of resources and a possible link for next set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_53 - *ref_122 @@ -4638,7 +3293,7 @@ schemas: - *ref_136 - *ref_137 - *ref_81 - - &ref_243 + - &ref_199 type: object apiVersions: - version: 2021-06-01-preview @@ -4654,9 +3309,6 @@ schemas: default: name: primaryKey description: The primary access key. - go: - name: PrimaryKey - description: The primary access key. protocol: {} - schema: *ref_139 serializedName: secondaryKey @@ -4669,9 +3321,6 @@ schemas: default: name: secondaryKey description: The secondary access key. - go: - name: SecondaryKey - description: The secondary access key. protocol: {} - schema: *ref_140 serializedName: primaryConnectionString @@ -4684,9 +3333,6 @@ schemas: default: name: primaryConnectionString description: Connection string constructed via the primaryKey - go: - name: PrimaryConnectionString - description: Connection string constructed via the primaryKey protocol: {} - schema: *ref_141 serializedName: secondaryConnectionString @@ -4699,9 +3345,6 @@ schemas: default: name: secondaryConnectionString description: Connection string constructed via the secondaryKey - go: - name: SecondaryConnectionString - description: Connection string constructed via the secondaryKey protocol: {} serializationFormats: - json @@ -4712,13 +3355,8 @@ schemas: name: SignalRKeys description: A class represents the access keys of the resource. namespace: '' - go: - name: Keys - description: Keys - A class represents the access keys of the resource. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_277 + - &ref_211 type: object apiVersions: - version: 2021-06-01-preview @@ -4732,21 +3370,12 @@ schemas: default: name: PrivateEndpointConnectionListValue description: The list of the private endpoint connections - go: - name: '[]*PrivateEndpointConnection' - description: The list of the private endpoint connections - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The list of the private endpoint connections - go: - name: Value - description: The list of the private endpoint connections - byValue: true protocol: {} - schema: *ref_142 serializedName: nextLink @@ -4754,9 +3383,6 @@ schemas: default: name: nextLink description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. - go: - name: NextLink - description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. protocol: {} serializationFormats: - json @@ -4767,14 +3393,8 @@ schemas: name: PrivateEndpointConnectionList description: A list of private endpoint connections namespace: '' - go: - name: PrivateEndpointConnectionList - description: PrivateEndpointConnectionList - A list of private endpoint connections - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_311 + - &ref_225 type: object apiVersions: - version: 2021-06-01-preview @@ -4788,21 +3408,12 @@ schemas: default: name: PrivateLinkResourceListValue description: List of PrivateLinkResource - go: - name: '[]*PrivateLinkResource' - description: List of PrivateLinkResource - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: List of PrivateLinkResource - go: - name: Value - description: List of PrivateLinkResource - byValue: true protocol: {} - schema: *ref_143 serializedName: nextLink @@ -4810,9 +3421,6 @@ schemas: default: name: nextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -4823,18 +3431,12 @@ schemas: name: PrivateLinkResourceList description: Contains a list of PrivateLinkResource and a possible link to query more results namespace: '' - go: - name: PrivateLinkResourceList - description: PrivateLinkResourceList - Contains a list of PrivateLinkResource and a possible link to query more results - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_80 - *ref_144 - *ref_145 - *ref_146 - - &ref_249 + - &ref_200 type: object apiVersions: - version: 2021-06-01-preview @@ -4845,9 +3447,6 @@ schemas: default: name: keyType description: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). - go: - name: KeyType - description: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). protocol: {} serializationFormats: - json @@ -4858,13 +3457,8 @@ schemas: name: RegenerateKeyParameters description: Parameters describes the request to regenerate access keys namespace: '' - go: - name: RegenerateKeyParameters - description: RegenerateKeyParameters - Parameters describes the request to regenerate access keys - marshallingFormat: json - namespace: '' protocol: {} - - &ref_319 + - &ref_228 type: object apiVersions: - version: 2021-06-01-preview @@ -4878,21 +3472,12 @@ schemas: default: name: SharedPrivateLinkResourceListValue description: The list of the shared private link resources - go: - name: '[]*SharedPrivateLinkResource' - description: The list of the shared private link resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value language: default: name: value description: The list of the shared private link resources - go: - name: Value - description: The list of the shared private link resources - byValue: true protocol: {} - schema: *ref_148 serializedName: nextLink @@ -4900,9 +3485,6 @@ schemas: default: name: nextLink description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. - go: - name: NextLink - description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. protocol: {} serializationFormats: - json @@ -4913,12 +3495,6 @@ schemas: name: SharedPrivateLinkResourceList description: A list of shared private link resources namespace: '' - go: - name: SharedPrivateLinkResourceList - description: SharedPrivateLinkResourceList - A list of shared private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} arrays: - *ref_149 @@ -4944,7 +3520,7 @@ schemas: - *ref_169 - *ref_170 globalParameters: - - &ref_182 + - &ref_177 schema: *ref_1 implementation: Client required: true @@ -4955,10 +3531,6 @@ globalParameters: name: SubscriptionId description: Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. serializedName: subscriptionId - go: - name: subscriptionID - description: Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - serializedName: subscriptionId protocol: http: in: path @@ -4975,10 +3547,6 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri @@ -4992,10 +3560,6 @@ globalParameters: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query @@ -5019,10 +3583,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5031,9 +3591,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.SignalRService/operations @@ -5046,9 +3603,6 @@ operationGroups: default: name: '' description: Success. The response describes the list of operations. - go: - name: '' - description: Success. The response describes the list of operations. protocol: http: knownMediaType: json @@ -5062,9 +3616,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -5099,69 +3650,11 @@ operationGroups: description: Lists all of the available REST API operations of the Microsoft.SignalRService provider. paging: nextLinkName: nextLink - go: - name: List - description: Lists all of the available REST API operations of the Microsoft.SignalRService provider. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_353 - schema: - type: object - language: - default: &ref_177 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_177 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_178 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_178 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_374 - type: object - properties: - - &ref_180 - schema: *ref_175 - serializedName: OperationList - language: - default: &ref_179 - name: OperationList - description: Result of the request to list REST API operations. It contains a list of operations. - byValue: true - embeddedType: true - go: *ref_179 - protocol: {} - language: - default: &ref_181 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_180 - go: *ref_181 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - $key: SignalR operations: @@ -5170,7 +3663,7 @@ operationGroups: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_186 + - &ref_181 schema: *ref_1 implementation: Method required: true @@ -5179,29 +3672,22 @@ operationGroups: name: location description: the region serializedName: location - go: - name: location - description: the region - serializedName: location protocol: http: in: path - *ref_173 - - *ref_182 + - *ref_177 requestMediaTypes: - application/json: &ref_185 + application/json: &ref_180 parameters: - - &ref_184 - schema: *ref_183 + - &ref_179 + schema: *ref_178 implementation: Method required: true language: default: name: parameters description: Parameters supplied to the operation. - go: - name: parameters - description: Parameters supplied to the operation. protocol: http: in: body @@ -5215,22 +3701,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_184 + - *ref_179 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability @@ -5240,18 +3719,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_185 + - *ref_180 signatureParameters: - - *ref_186 + - *ref_181 responses: - - schema: *ref_187 + - schema: *ref_182 language: default: name: '' description: Success. The response describes the name availability. - go: - name: '' - description: Success. The response describes the name availability. protocol: http: knownMediaType: json @@ -5265,9 +3741,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -5296,59 +3769,6 @@ operationGroups: default: name: CheckNameAvailability description: Checks that the resource name is valid and is not already in use. - go: - name: CheckNameAvailability - description: |- - Checks that the resource name is valid and is not already in use. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_354 - schema: - type: object - language: - default: &ref_188 - name: ClientCheckNameAvailabilityOptions - description: ClientCheckNameAvailabilityOptions contains the optional parameters for the Client.CheckNameAvailability method. - go: *ref_188 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientCheckNameAvailabilityOptions - language: - default: &ref_189 - name: options - description: ClientCheckNameAvailabilityOptions contains the optional parameters for the Client.CheckNameAvailability method. - go: *ref_189 - protocol: {} - protocolNaming: - internalMethod: checkNameAvailability - requestMethod: checkNameAvailabilityCreateRequest - responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_375 - type: object - properties: - - &ref_191 - schema: *ref_187 - serializedName: NameAvailability - language: - default: &ref_190 - name: NameAvailability - description: Result of the request to check name availability. It contains a flag and possible reason of failure. - byValue: true - embeddedType: true - go: *ref_190 - protocol: {} - language: - default: &ref_192 - name: ClientCheckNameAvailabilityResponse - description: ClientCheckNameAvailabilityResponse contains the response from method Client.CheckNameAvailability. - marshallingFormat: json - responseType: true - resultProp: *ref_191 - go: *ref_192 - protocol: {} protocol: {} - operationId: SignalR_ListBySubscription apiVersions: @@ -5356,7 +3776,7 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 + - *ref_177 requests: - parameters: - schema: *ref_174 @@ -5368,10 +3788,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5380,9 +3796,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/signalR @@ -5390,14 +3803,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_193 + - schema: *ref_183 language: default: name: '' description: Success. The response describes the list of resources in the subscription. - go: - name: '' - description: Success. The response describes the list of resources in the subscription. protocol: http: knownMediaType: json @@ -5411,9 +3821,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -5523,59 +3930,6 @@ operationGroups: description: Handles requests to list all resources in a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Handles requests to list all resources in a subscription. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_355 - schema: - type: object - language: - default: &ref_194 - name: ClientListBySubscriptionOptions - description: ClientListBySubscriptionOptions contains the optional parameters for the Client.NewListBySubscriptionPager method. - go: *ref_194 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientListBySubscriptionOptions - language: - default: &ref_195 - name: options - description: ClientListBySubscriptionOptions contains the optional parameters for the Client.NewListBySubscriptionPager method. - go: *ref_195 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_376 - type: object - properties: - - &ref_197 - schema: *ref_193 - serializedName: ResourceInfoList - language: - default: &ref_196 - name: ResourceInfoList - description: Object that includes an array of resources and a possible link for next set. - byValue: true - embeddedType: true - go: *ref_196 - protocol: {} - language: - default: &ref_198 - name: ClientListBySubscriptionResponse - description: ClientListBySubscriptionResponse contains the response from method Client.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_197 - go: *ref_198 - protocol: {} protocol: {} - operationId: SignalR_ListByResourceGroup apiVersions: @@ -5583,8 +3937,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_199 + - *ref_177 + - &ref_184 schema: *ref_1 implementation: Method required: true @@ -5593,10 +3947,6 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path @@ -5611,10 +3961,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5623,25 +3969,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR method: get uri: '{$host}' signatureParameters: - - *ref_199 + - *ref_184 responses: - - schema: *ref_193 + - schema: *ref_183 language: default: name: '' description: Success. The response describes the list of resources in a resourceGroup. - go: - name: '' - description: Success. The response describes the list of resources in a resourceGroup. protocol: http: knownMediaType: json @@ -5655,9 +3995,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -5768,59 +4105,6 @@ operationGroups: description: Handles requests to list all resources in a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Handles requests to list all resources in a resource group. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_356 - schema: - type: object - language: - default: &ref_200 - name: ClientListByResourceGroupOptions - description: ClientListByResourceGroupOptions contains the optional parameters for the Client.NewListByResourceGroupPager method. - go: *ref_200 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientListByResourceGroupOptions - language: - default: &ref_201 - name: options - description: ClientListByResourceGroupOptions contains the optional parameters for the Client.NewListByResourceGroupPager method. - go: *ref_201 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_377 - type: object - properties: - - &ref_203 - schema: *ref_193 - serializedName: ResourceInfoList - language: - default: &ref_202 - name: ResourceInfoList - description: Object that includes an array of resources and a possible link for next set. - byValue: true - embeddedType: true - go: *ref_202 - protocol: {} - language: - default: &ref_204 - name: ClientListByResourceGroupResponse - description: ClientListByResourceGroupResponse contains the response from method Client.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_203 - go: *ref_204 - protocol: {} protocol: {} - operationId: SignalR_Get apiVersions: @@ -5828,8 +4112,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_205 + - *ref_177 + - &ref_185 schema: *ref_1 implementation: Method required: true @@ -5838,14 +4122,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_206 + - &ref_186 schema: *ref_1 implementation: Method required: true @@ -5854,10 +4134,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -5872,10 +4148,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5884,26 +4156,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName} method: get uri: '{$host}' signatureParameters: - - *ref_205 - - *ref_206 + - *ref_185 + - *ref_186 responses: - schema: *ref_53 language: default: name: '' description: Success. The response describes the corresponding resource. - go: - name: '' - description: Success. The response describes the corresponding resource. protocol: http: knownMediaType: json @@ -5917,9 +4183,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -6026,59 +4289,6 @@ operationGroups: default: name: Get description: Get the resource and its properties. - go: - name: Get - description: |- - Get the resource and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_357 - schema: - type: object - language: - default: &ref_207 - name: ClientGetOptions - description: ClientGetOptions contains the optional parameters for the Client.Get method. - go: *ref_207 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientGetOptions - language: - default: &ref_208 - name: options - description: ClientGetOptions contains the optional parameters for the Client.Get method. - go: *ref_208 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_378 - type: object - properties: - - &ref_210 - schema: *ref_53 - serializedName: ResourceInfo - language: - default: &ref_209 - name: ResourceInfo - description: A class represent a resource. - byValue: true - embeddedType: true - go: *ref_209 - protocol: {} - language: - default: &ref_211 - name: ClientGetResponse - description: ClientGetResponse contains the response from method Client.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_210 - go: *ref_211 - protocol: {} protocol: {} - operationId: SignalR_CreateOrUpdate apiVersions: @@ -6086,8 +4296,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_214 + - *ref_177 + - &ref_189 schema: *ref_1 implementation: Method required: true @@ -6096,14 +4306,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_215 + - &ref_190 schema: *ref_1 implementation: Method required: true @@ -6112,17 +4318,13 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_213 + application/json: &ref_188 parameters: - - &ref_212 + - &ref_187 schema: *ref_53 implementation: Method required: true @@ -6130,9 +4332,6 @@ operationGroups: default: name: parameters description: Parameters for the create or update operation - go: - name: parameters - description: Parameters for the create or update operation protocol: http: in: body @@ -6146,22 +4345,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_212 + - *ref_187 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName} @@ -6171,19 +4363,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_213 + - *ref_188 signatureParameters: - - *ref_214 - - *ref_215 + - *ref_189 + - *ref_190 responses: - schema: *ref_53 language: default: name: '' description: Success. The response describes a resource. - go: - name: '' - description: Success. The response describes a resource. protocol: http: knownMediaType: json @@ -6196,9 +4385,6 @@ operationGroups: default: name: '' description: Created. The response describes the new resource and contains a Location header to query the operation result. - go: - name: '' - description: Created. The response describes the new resource and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -6210,9 +4396,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the exiting resource is now updating and contains a Location header to query the operation result.. - go: - name: '' - description: Accepted. The response indicates the exiting resource is now updating and contains a Location header to query the operation result.. protocol: http: statusCodes: @@ -6223,9 +4406,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -6478,75 +4658,6 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a resource. - go: - name: CreateOrUpdate - description: |- - Create or update a resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_358 - schema: - type: object - language: - default: &ref_216 - name: ClientBeginCreateOrUpdateOptions - description: ClientBeginCreateOrUpdateOptions contains the optional parameters for the Client.BeginCreateOrUpdate method. - go: *ref_216 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_217 - name: string - description: '' - go: *ref_217 - protocol: {} - language: - default: &ref_218 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_218 - protocol: {} - required: false - serializedName: ClientBeginCreateOrUpdateOptions - language: - default: &ref_219 - name: options - description: ClientBeginCreateOrUpdateOptions contains the optional parameters for the Client.BeginCreateOrUpdate method. - go: *ref_219 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_379 - type: object - properties: - - &ref_221 - schema: *ref_53 - serializedName: ResourceInfo - language: - default: &ref_220 - name: ResourceInfo - description: A class represent a resource. - byValue: true - embeddedType: true - go: *ref_220 - protocol: {} - language: - default: &ref_222 - name: ClientCreateOrUpdateResponse - description: ClientCreateOrUpdateResponse contains the response from method Client.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_221 - go: *ref_222 - protocol: {} protocol: {} - operationId: SignalR_Delete apiVersions: @@ -6554,8 +4665,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_223 + - *ref_177 + - &ref_191 schema: *ref_1 implementation: Method required: true @@ -6564,14 +4675,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_224 + - &ref_192 schema: *ref_1 implementation: Method required: true @@ -6580,10 +4687,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -6598,10 +4701,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -6610,25 +4709,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName} method: delete uri: '{$host}' signatureParameters: - - *ref_223 - - *ref_224 + - *ref_191 + - *ref_192 responses: - language: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: @@ -6637,9 +4730,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -6648,9 +4738,6 @@ operationGroups: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: @@ -6661,9 +4748,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -6692,61 +4776,6 @@ operationGroups: default: name: Delete description: Operation to delete a resource. - go: - name: Delete - description: |- - Operation to delete a resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_359 - schema: - type: object - language: - default: &ref_225 - name: ClientBeginDeleteOptions - description: ClientBeginDeleteOptions contains the optional parameters for the Client.BeginDelete method. - go: *ref_225 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_226 - name: string - description: '' - go: *ref_226 - protocol: {} - language: - default: &ref_227 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_227 - protocol: {} - required: false - serializedName: ClientBeginDeleteOptions - language: - default: &ref_228 - name: options - description: ClientBeginDeleteOptions contains the optional parameters for the Client.BeginDelete method. - go: *ref_228 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_380 - type: object - language: - default: &ref_229 - name: ClientDeleteResponse - description: ClientDeleteResponse contains the response from method Client.BeginDelete. - forLRO: true - responseType: true - go: *ref_229 - protocol: {} protocol: {} - operationId: SignalR_Update apiVersions: @@ -6754,8 +4783,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_232 + - *ref_177 + - &ref_195 schema: *ref_1 implementation: Method required: true @@ -6764,14 +4793,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_233 + - &ref_196 schema: *ref_1 implementation: Method required: true @@ -6780,17 +4805,13 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_231 + application/json: &ref_194 parameters: - - &ref_230 + - &ref_193 schema: *ref_53 implementation: Method required: true @@ -6798,9 +4819,6 @@ operationGroups: default: name: parameters description: Parameters for the update operation - go: - name: parameters - description: Parameters for the update operation protocol: http: in: body @@ -6814,22 +4832,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_230 + - *ref_193 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName} @@ -6839,19 +4850,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_231 + - *ref_194 signatureParameters: - - *ref_232 - - *ref_233 + - *ref_195 + - *ref_196 responses: - schema: *ref_53 language: default: name: '' description: Success. The response describes a resource. - go: - name: '' - description: Success. The response describes a resource. protocol: http: knownMediaType: json @@ -6863,9 +4871,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the exiting resource is now updating and contains a Location header to query the operation result.. - go: - name: '' - description: Accepted. The response indicates the exiting resource is now updating and contains a Location header to query the operation result.. protocol: http: statusCodes: @@ -6876,9 +4881,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7044,75 +5046,6 @@ operationGroups: default: name: Update description: Operation to update an exiting resource. - go: - name: Update - description: |- - Operation to update an exiting resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_360 - schema: - type: object - language: - default: &ref_234 - name: ClientBeginUpdateOptions - description: ClientBeginUpdateOptions contains the optional parameters for the Client.BeginUpdate method. - go: *ref_234 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_235 - name: string - description: '' - go: *ref_235 - protocol: {} - language: - default: &ref_236 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_236 - protocol: {} - required: false - serializedName: ClientBeginUpdateOptions - language: - default: &ref_237 - name: options - description: ClientBeginUpdateOptions contains the optional parameters for the Client.BeginUpdate method. - go: *ref_237 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_381 - type: object - properties: - - &ref_239 - schema: *ref_53 - serializedName: ResourceInfo - language: - default: &ref_238 - name: ResourceInfo - description: A class represent a resource. - byValue: true - embeddedType: true - go: *ref_238 - protocol: {} - language: - default: &ref_240 - name: ClientUpdateResponse - description: ClientUpdateResponse contains the response from method Client.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_239 - go: *ref_240 - protocol: {} protocol: {} - operationId: SignalR_ListKeys apiVersions: @@ -7120,8 +5053,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_241 + - *ref_177 + - &ref_197 schema: *ref_1 implementation: Method required: true @@ -7130,14 +5063,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_242 + - &ref_198 schema: *ref_1 implementation: Method required: true @@ -7146,10 +5075,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -7164,10 +5089,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7176,26 +5097,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/listKeys method: post uri: '{$host}' signatureParameters: - - *ref_241 - - *ref_242 + - *ref_197 + - *ref_198 responses: - - schema: *ref_243 + - schema: *ref_199 language: default: name: '' description: Success. The response describes access keys of the resource. - go: - name: '' - description: Success. The response describes access keys of the resource. protocol: http: knownMediaType: json @@ -7209,9 +5124,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7235,59 +5147,6 @@ operationGroups: default: name: ListKeys description: Get the access keys of the resource. - go: - name: ListKeys - description: |- - Get the access keys of the resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_361 - schema: - type: object - language: - default: &ref_244 - name: ClientListKeysOptions - description: ClientListKeysOptions contains the optional parameters for the Client.ListKeys method. - go: *ref_244 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientListKeysOptions - language: - default: &ref_245 - name: options - description: ClientListKeysOptions contains the optional parameters for the Client.ListKeys method. - go: *ref_245 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_382 - type: object - properties: - - &ref_247 - schema: *ref_243 - serializedName: Keys - language: - default: &ref_246 - name: Keys - description: A class represents the access keys of the resource. - byValue: true - embeddedType: true - go: *ref_246 - protocol: {} - language: - default: &ref_248 - name: ClientListKeysResponse - description: ClientListKeysResponse contains the response from method Client.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_247 - go: *ref_248 - protocol: {} protocol: {} - operationId: SignalR_RegenerateKey apiVersions: @@ -7295,8 +5154,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_252 + - *ref_177 + - &ref_203 schema: *ref_1 implementation: Method required: true @@ -7305,14 +5164,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_253 + - &ref_204 schema: *ref_1 implementation: Method required: true @@ -7321,27 +5176,20 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_251 + application/json: &ref_202 parameters: - - &ref_250 - schema: *ref_249 + - &ref_201 + schema: *ref_200 implementation: Method required: true language: default: name: parameters description: Parameter that describes the Regenerate Key Operation. - go: - name: parameters - description: Parameter that describes the Regenerate Key Operation. protocol: http: in: body @@ -7355,22 +5203,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_250 + - *ref_201 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/regenerateKey @@ -7380,19 +5221,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_251 + - *ref_202 signatureParameters: - - *ref_252 - - *ref_253 + - *ref_203 + - *ref_204 responses: - - schema: *ref_243 + - schema: *ref_199 language: default: name: '' description: Accepted and an async operation is executing in background to make the new key to take effect. The response contains new access keys and a Location header to query the async operation result. - go: - name: '' - description: Accepted and an async operation is executing in background to make the new key to take effect. The response contains new access keys and a Location header to query the async operation result. protocol: http: knownMediaType: json @@ -7406,9 +5244,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7440,75 +5275,6 @@ operationGroups: default: name: RegenerateKey description: Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the same time. - go: - name: RegenerateKey - description: |- - Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the same time. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_362 - schema: - type: object - language: - default: &ref_254 - name: ClientBeginRegenerateKeyOptions - description: ClientBeginRegenerateKeyOptions contains the optional parameters for the Client.BeginRegenerateKey method. - go: *ref_254 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_255 - name: string - description: '' - go: *ref_255 - protocol: {} - language: - default: &ref_256 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_256 - protocol: {} - required: false - serializedName: ClientBeginRegenerateKeyOptions - language: - default: &ref_257 - name: options - description: ClientBeginRegenerateKeyOptions contains the optional parameters for the Client.BeginRegenerateKey method. - go: *ref_257 - protocol: {} - protocolNaming: - internalMethod: regenerateKey - requestMethod: regenerateKeyCreateRequest - responseMethod: regenerateKeyHandleResponse - responseEnv: &ref_383 - type: object - properties: - - &ref_259 - schema: *ref_243 - serializedName: Keys - language: - default: &ref_258 - name: Keys - description: A class represents the access keys of the resource. - byValue: true - embeddedType: true - go: *ref_258 - protocol: {} - language: - default: &ref_260 - name: ClientRegenerateKeyResponse - description: ClientRegenerateKeyResponse contains the response from method Client.BeginRegenerateKey. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_259 - go: *ref_260 - protocol: {} protocol: {} - operationId: SignalR_Restart apiVersions: @@ -7516,8 +5282,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_261 + - *ref_177 + - &ref_205 schema: *ref_1 implementation: Method required: true @@ -7526,14 +5292,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_262 + - &ref_206 schema: *ref_1 implementation: Method required: true @@ -7542,10 +5304,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -7560,10 +5318,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7572,25 +5326,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_261 - - *ref_262 + - *ref_205 + - *ref_206 responses: - language: default: name: '' description: Accepted. The response indicates the restart operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the restart operation is performed in the background. protocol: http: statusCodes: @@ -7599,9 +5347,6 @@ operationGroups: default: name: '' description: Success. The response indicates the operation is successful and no content will be returned. - go: - name: '' - description: Success. The response indicates the operation is successful and no content will be returned. protocol: http: statusCodes: @@ -7612,9 +5357,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7644,73 +5386,11 @@ operationGroups: default: name: Restart description: Operation to restart a resource. - go: - name: Restart - description: |- - Operation to restart a resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_363 - schema: - type: object - language: - default: &ref_263 - name: ClientBeginRestartOptions - description: ClientBeginRestartOptions contains the optional parameters for the Client.BeginRestart method. - go: *ref_263 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_264 - name: string - description: '' - go: *ref_264 - protocol: {} - language: - default: &ref_265 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_265 - protocol: {} - required: false - serializedName: ClientBeginRestartOptions - language: - default: &ref_266 - name: options - description: ClientBeginRestartOptions contains the optional parameters for the Client.BeginRestart method. - go: *ref_266 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_384 - type: object - language: - default: &ref_267 - name: ClientRestartResponse - description: ClientRestartResponse contains the response from method Client.BeginRestart. - forLRO: true - responseType: true - go: *ref_267 - protocol: {} protocol: {} language: default: name: SignalR description: '' - go: - name: SignalR - description: '' - clientCtorName: NewClient - clientName: Client - clientParams: - - *ref_182 protocol: {} - $key: Usages operations: @@ -7719,7 +5399,7 @@ operationGroups: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_268 + - &ref_207 schema: *ref_1 implementation: Method required: true @@ -7728,15 +5408,11 @@ operationGroups: name: location description: the location like "eastus" serializedName: location - go: - name: location - description: the location like "eastus" - serializedName: location protocol: http: in: path - *ref_173 - - *ref_182 + - *ref_177 requests: - parameters: - schema: *ref_174 @@ -7748,10 +5424,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7760,25 +5432,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages method: get uri: '{$host}' signatureParameters: - - *ref_268 + - *ref_207 responses: - - schema: *ref_269 + - schema: *ref_208 language: default: name: '' description: Success. The response describe the usage quotas of a subscription in specified region. - go: - name: '' - description: Success. The response describe the usage quotas of a subscription in specified region. protocol: http: knownMediaType: json @@ -7792,9 +5458,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7837,71 +5500,11 @@ operationGroups: description: List resource usage quotas by location. paging: nextLinkName: nextLink - go: - name: List - description: List resource usage quotas by location. - azureARM: true - clientName: UsagesClient - openApiType: arm - optionalParamGroup: &ref_364 - schema: - type: object - language: - default: &ref_270 - name: UsagesClientListOptions - description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_270 - protocol: {} - originalParameter: [] - required: false - serializedName: UsagesClientListOptions - language: - default: &ref_271 - name: options - description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_271 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_385 - type: object - properties: - - &ref_273 - schema: *ref_269 - serializedName: UsageList - language: - default: &ref_272 - name: UsageList - description: Object that includes an array of the resource usages and a possible link for next set. - byValue: true - embeddedType: true - go: *ref_272 - protocol: {} - language: - default: &ref_274 - name: UsagesClientListResponse - description: UsagesClientListResponse contains the response from method UsagesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_273 - go: *ref_274 - protocol: {} protocol: {} language: default: name: Usages description: '' - go: - name: Usages - description: '' - clientCtorName: NewUsagesClient - clientName: UsagesClient - clientParams: - - *ref_182 protocol: {} - $key: SignalRPrivateEndpointConnections operations: @@ -7911,8 +5514,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_275 + - *ref_177 + - &ref_209 schema: *ref_1 implementation: Method required: true @@ -7921,14 +5524,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_276 + - &ref_210 schema: *ref_1 implementation: Method required: true @@ -7937,10 +5536,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -7955,10 +5550,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7967,26 +5558,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections method: get uri: '{$host}' signatureParameters: - - *ref_275 - - *ref_276 + - *ref_209 + - *ref_210 responses: - - schema: *ref_277 + - schema: *ref_211 language: default: name: '' description: Success. The response describes a list of private endpoint connections. - go: - name: '' - description: Success. The response describes a list of private endpoint connections. protocol: http: knownMediaType: json @@ -8000,9 +5585,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8049,66 +5631,13 @@ operationGroups: description: List private endpoint connections paging: nextLinkName: nextLink - go: - name: List - description: List private endpoint connections - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_365 - schema: - type: object - language: - default: &ref_278 - name: PrivateEndpointConnectionsClientListOptions - description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_278 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientListOptions - language: - default: &ref_279 - name: options - description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_279 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_386 - type: object - properties: - - &ref_281 - schema: *ref_277 - serializedName: PrivateEndpointConnectionList - language: - default: &ref_280 - name: PrivateEndpointConnectionList - description: A list of private endpoint connections - byValue: true - embeddedType: true - go: *ref_280 - protocol: {} - language: - default: &ref_282 - name: PrivateEndpointConnectionsClientListResponse - description: PrivateEndpointConnectionsClientListResponse contains the response from method PrivateEndpointConnectionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_281 - go: *ref_282 - protocol: {} protocol: {} - operationId: SignalRPrivateEndpointConnections_Get apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_283 + - &ref_212 schema: *ref_1 implementation: Method required: true @@ -8117,16 +5646,12 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_284 + - *ref_177 + - &ref_213 schema: *ref_1 implementation: Method required: true @@ -8135,14 +5660,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_285 + - &ref_214 schema: *ref_1 implementation: Method required: true @@ -8151,10 +5672,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -8169,10 +5686,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8181,27 +5694,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName} method: get uri: '{$host}' signatureParameters: - - *ref_283 - - *ref_284 - - *ref_285 + - *ref_212 + - *ref_213 + - *ref_214 responses: - schema: *ref_78 language: default: name: '' description: Success. The response describes a private endpoint connection. - go: - name: '' - description: Success. The response describes a private endpoint connection. protocol: http: knownMediaType: json @@ -8215,9 +5722,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8260,66 +5764,13 @@ operationGroups: default: name: Get description: Get the specified private endpoint connection - go: - name: Get - description: |- - Get the specified private endpoint connection - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_366 - schema: - type: object - language: - default: &ref_286 - name: PrivateEndpointConnectionsClientGetOptions - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_286 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientGetOptions - language: - default: &ref_287 - name: options - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_287 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_387 - type: object - properties: - - &ref_289 - schema: *ref_78 - serializedName: PrivateEndpointConnection - language: - default: &ref_288 - name: PrivateEndpointConnection - description: A private endpoint connection to an azure resource - byValue: true - embeddedType: true - go: *ref_288 - protocol: {} - language: - default: &ref_290 - name: PrivateEndpointConnectionsClientGetResponse - description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_289 - go: *ref_290 - protocol: {} protocol: {} - operationId: SignalRPrivateEndpointConnections_Update apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_293 + - &ref_217 schema: *ref_1 implementation: Method required: true @@ -8328,16 +5779,12 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_294 + - *ref_177 + - &ref_218 schema: *ref_1 implementation: Method required: true @@ -8346,14 +5793,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_295 + - &ref_219 schema: *ref_1 implementation: Method required: true @@ -8362,17 +5805,13 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_292 + application/json: &ref_216 parameters: - - &ref_291 + - &ref_215 schema: *ref_78 implementation: Method required: true @@ -8380,9 +5819,6 @@ operationGroups: default: name: parameters description: The resource of private endpoint and its properties - go: - name: parameters - description: The resource of private endpoint and its properties protocol: http: in: body @@ -8396,22 +5832,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_291 + - *ref_215 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName} @@ -8421,20 +5850,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_292 + - *ref_216 signatureParameters: - - *ref_293 - - *ref_294 - - *ref_295 + - *ref_217 + - *ref_218 + - *ref_219 responses: - schema: *ref_78 language: default: name: '' description: OK. The response indicates the private endpoint connection is updated successfully. - go: - name: '' - description: OK. The response indicates the private endpoint connection is updated successfully. protocol: http: knownMediaType: json @@ -8448,9 +5874,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8503,66 +5926,13 @@ operationGroups: default: name: Update description: Update the state of specified private endpoint connection - go: - name: Update - description: |- - Update the state of specified private endpoint connection - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_367 - schema: - type: object - language: - default: &ref_296 - name: PrivateEndpointConnectionsClientUpdateOptions - description: PrivateEndpointConnectionsClientUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Update method. - go: *ref_296 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientUpdateOptions - language: - default: &ref_297 - name: options - description: PrivateEndpointConnectionsClientUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Update method. - go: *ref_297 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_388 - type: object - properties: - - &ref_299 - schema: *ref_78 - serializedName: PrivateEndpointConnection - language: - default: &ref_298 - name: PrivateEndpointConnection - description: A private endpoint connection to an azure resource - byValue: true - embeddedType: true - go: *ref_298 - protocol: {} - language: - default: &ref_300 - name: PrivateEndpointConnectionsClientUpdateResponse - description: PrivateEndpointConnectionsClientUpdateResponse contains the response from method PrivateEndpointConnectionsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_299 - go: *ref_300 - protocol: {} protocol: {} - operationId: SignalRPrivateEndpointConnections_Delete apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_301 + - &ref_220 schema: *ref_1 implementation: Method required: true @@ -8571,16 +5941,12 @@ operationGroups: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_302 + - *ref_177 + - &ref_221 schema: *ref_1 implementation: Method required: true @@ -8589,14 +5955,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_303 + - &ref_222 schema: *ref_1 implementation: Method required: true @@ -8605,10 +5967,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -8623,10 +5981,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8635,26 +5989,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_301 - - *ref_302 - - *ref_303 + - *ref_220 + - *ref_221 + - *ref_222 responses: - language: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: @@ -8663,9 +6011,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -8674,9 +6019,6 @@ operationGroups: default: name: '' description: Success. The response indicates the private endpoint connection is already deleted. - go: - name: '' - description: Success. The response indicates the private endpoint connection is already deleted. protocol: http: statusCodes: @@ -8687,9 +6029,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8719,73 +6058,11 @@ operationGroups: default: name: Delete description: Delete the specified private endpoint connection - go: - name: Delete - description: |- - Delete the specified private endpoint connection - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_368 - schema: - type: object - language: - default: &ref_304 - name: PrivateEndpointConnectionsClientBeginDeleteOptions - description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_304 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_305 - name: string - description: '' - go: *ref_305 - protocol: {} - language: - default: &ref_306 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_306 - protocol: {} - required: false - serializedName: PrivateEndpointConnectionsClientBeginDeleteOptions - language: - default: &ref_307 - name: options - description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_307 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_389 - type: object - language: - default: &ref_308 - name: PrivateEndpointConnectionsClientDeleteResponse - description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_308 - protocol: {} protocol: {} language: default: name: SignalRPrivateEndpointConnections description: '' - go: - name: SignalRPrivateEndpointConnections - description: '' - clientCtorName: NewPrivateEndpointConnectionsClient - clientName: PrivateEndpointConnectionsClient - clientParams: - - *ref_182 protocol: {} - $key: SignalRPrivateLinkResources operations: @@ -8795,8 +6072,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_309 + - *ref_177 + - &ref_223 schema: *ref_1 implementation: Method required: true @@ -8805,14 +6082,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_310 + - &ref_224 schema: *ref_1 implementation: Method required: true @@ -8821,10 +6094,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -8839,10 +6108,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8851,26 +6116,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_309 - - *ref_310 + - *ref_223 + - *ref_224 responses: - - schema: *ref_311 + - schema: *ref_225 language: default: name: '' description: Success. The response describes a list of private link resources. - go: - name: '' - description: Success. The response describes a list of private link resources. protocol: http: knownMediaType: json @@ -8884,9 +6143,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8931,71 +6187,11 @@ operationGroups: description: Get the private link resources that need to be created for a resource. paging: nextLinkName: nextLink - go: - name: List - description: Get the private link resources that need to be created for a resource. - azureARM: true - clientName: PrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_369 - schema: - type: object - language: - default: &ref_312 - name: PrivateLinkResourcesClientListOptions - description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListPager method. - go: *ref_312 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateLinkResourcesClientListOptions - language: - default: &ref_313 - name: options - description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListPager method. - go: *ref_313 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_390 - type: object - properties: - - &ref_315 - schema: *ref_311 - serializedName: PrivateLinkResourceList - language: - default: &ref_314 - name: PrivateLinkResourceList - description: Contains a list of PrivateLinkResource and a possible link to query more results - byValue: true - embeddedType: true - go: *ref_314 - protocol: {} - language: - default: &ref_316 - name: PrivateLinkResourcesClientListResponse - description: PrivateLinkResourcesClientListResponse contains the response from method PrivateLinkResourcesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_315 - go: *ref_316 - protocol: {} protocol: {} language: default: name: SignalRPrivateLinkResources description: '' - go: - name: SignalRPrivateLinkResources - description: '' - clientCtorName: NewPrivateLinkResourcesClient - clientName: PrivateLinkResourcesClient - clientParams: - - *ref_182 protocol: {} - $key: SignalRSharedPrivateLinkResources operations: @@ -9005,8 +6201,8 @@ operationGroups: parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_317 + - *ref_177 + - &ref_226 schema: *ref_1 implementation: Method required: true @@ -9015,14 +6211,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_318 + - &ref_227 schema: *ref_1 implementation: Method required: true @@ -9031,10 +6223,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -9049,10 +6237,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9061,26 +6245,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_317 - - *ref_318 + - *ref_226 + - *ref_227 responses: - - schema: *ref_319 + - schema: *ref_228 language: default: name: '' description: Success. The response describes a list of shared private link resources. - go: - name: '' - description: Success. The response describes a list of shared private link resources. protocol: http: knownMediaType: json @@ -9094,9 +6272,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9134,66 +6309,13 @@ operationGroups: description: List shared private link resources paging: nextLinkName: nextLink - go: - name: List - description: List shared private link resources - azureARM: true - clientName: SharedPrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_370 - schema: - type: object - language: - default: &ref_320 - name: SharedPrivateLinkResourcesClientListOptions - description: SharedPrivateLinkResourcesClientListOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.NewListPager method. - go: *ref_320 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedPrivateLinkResourcesClientListOptions - language: - default: &ref_321 - name: options - description: SharedPrivateLinkResourcesClientListOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.NewListPager method. - go: *ref_321 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_391 - type: object - properties: - - &ref_323 - schema: *ref_319 - serializedName: SharedPrivateLinkResourceList - language: - default: &ref_322 - name: SharedPrivateLinkResourceList - description: A list of shared private link resources - byValue: true - embeddedType: true - go: *ref_322 - protocol: {} - language: - default: &ref_324 - name: SharedPrivateLinkResourcesClientListResponse - description: SharedPrivateLinkResourcesClientListResponse contains the response from method SharedPrivateLinkResourcesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_323 - go: *ref_324 - protocol: {} protocol: {} - operationId: SignalRSharedPrivateLinkResources_Get apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_325 + - &ref_229 schema: *ref_1 implementation: Method required: true @@ -9202,16 +6324,12 @@ operationGroups: name: sharedPrivateLinkResourceName description: The name of the shared private link resource serializedName: sharedPrivateLinkResourceName - go: - name: sharedPrivateLinkResourceName - description: The name of the shared private link resource - serializedName: sharedPrivateLinkResourceName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_326 + - *ref_177 + - &ref_230 schema: *ref_1 implementation: Method required: true @@ -9220,14 +6338,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_327 + - &ref_231 schema: *ref_1 implementation: Method required: true @@ -9236,10 +6350,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -9254,10 +6364,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9266,27 +6372,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName} method: get uri: '{$host}' signatureParameters: - - *ref_325 - - *ref_326 - - *ref_327 + - *ref_229 + - *ref_230 + - *ref_231 responses: - schema: *ref_79 language: default: name: '' description: Success. The response describes a shared private link resource. - go: - name: '' - description: Success. The response describes a shared private link resource. protocol: http: knownMediaType: json @@ -9300,9 +6400,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9336,66 +6433,13 @@ operationGroups: default: name: Get description: Get the specified shared private link resource - go: - name: Get - description: |- - Get the specified shared private link resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedPrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_371 - schema: - type: object - language: - default: &ref_328 - name: SharedPrivateLinkResourcesClientGetOptions - description: SharedPrivateLinkResourcesClientGetOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.Get method. - go: *ref_328 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedPrivateLinkResourcesClientGetOptions - language: - default: &ref_329 - name: options - description: SharedPrivateLinkResourcesClientGetOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.Get method. - go: *ref_329 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_392 - type: object - properties: - - &ref_331 - schema: *ref_79 - serializedName: SharedPrivateLinkResource - language: - default: &ref_330 - name: SharedPrivateLinkResource - description: Describes a Shared Private Link Resource - byValue: true - embeddedType: true - go: *ref_330 - protocol: {} - language: - default: &ref_332 - name: SharedPrivateLinkResourcesClientGetResponse - description: SharedPrivateLinkResourcesClientGetResponse contains the response from method SharedPrivateLinkResourcesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_331 - go: *ref_332 - protocol: {} protocol: {} - operationId: SignalRSharedPrivateLinkResources_CreateOrUpdate apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_335 + - &ref_234 schema: *ref_1 implementation: Method required: true @@ -9404,16 +6448,12 @@ operationGroups: name: sharedPrivateLinkResourceName description: The name of the shared private link resource serializedName: sharedPrivateLinkResourceName - go: - name: sharedPrivateLinkResourceName - description: The name of the shared private link resource - serializedName: sharedPrivateLinkResourceName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_336 + - *ref_177 + - &ref_235 schema: *ref_1 implementation: Method required: true @@ -9422,14 +6462,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_337 + - &ref_236 schema: *ref_1 implementation: Method required: true @@ -9438,17 +6474,13 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_334 + application/json: &ref_233 parameters: - - &ref_333 + - &ref_232 schema: *ref_79 implementation: Method required: true @@ -9456,9 +6488,6 @@ operationGroups: default: name: parameters description: The shared private link resource - go: - name: parameters - description: The shared private link resource protocol: http: in: body @@ -9472,22 +6501,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_333 + - *ref_232 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName} @@ -9497,20 +6519,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_334 + - *ref_233 signatureParameters: - - *ref_335 - - *ref_336 - - *ref_337 + - *ref_234 + - *ref_235 + - *ref_236 responses: - schema: *ref_79 language: default: name: '' description: OK. The response indicates the shared private link resource is updated. - go: - name: '' - description: OK. The response indicates the shared private link resource is updated. protocol: http: knownMediaType: json @@ -9523,9 +6542,6 @@ operationGroups: default: name: '' description: Created. The response indicates the shared private link resource is created. - go: - name: '' - description: Created. The response indicates the shared private link resource is created. protocol: http: knownMediaType: json @@ -9539,9 +6555,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9595,82 +6608,13 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a shared private link resource - go: - name: CreateOrUpdate - description: |- - Create or update a shared private link resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedPrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_372 - schema: - type: object - language: - default: &ref_338 - name: SharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions - description: SharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.BeginCreateOrUpdate method. - go: *ref_338 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_339 - name: string - description: '' - go: *ref_339 - protocol: {} - language: - default: &ref_340 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_340 - protocol: {} - required: false - serializedName: SharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions - language: - default: &ref_341 - name: options - description: SharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.BeginCreateOrUpdate method. - go: *ref_341 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_393 - type: object - properties: - - &ref_343 - schema: *ref_79 - serializedName: SharedPrivateLinkResource - language: - default: &ref_342 - name: SharedPrivateLinkResource - description: Describes a Shared Private Link Resource - byValue: true - embeddedType: true - go: *ref_342 - protocol: {} - language: - default: &ref_344 - name: SharedPrivateLinkResourcesClientCreateOrUpdateResponse - description: SharedPrivateLinkResourcesClientCreateOrUpdateResponse contains the response from method SharedPrivateLinkResourcesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_343 - go: *ref_344 - protocol: {} protocol: {} - operationId: SignalRSharedPrivateLinkResources_Delete apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_345 + - &ref_237 schema: *ref_1 implementation: Method required: true @@ -9679,16 +6623,12 @@ operationGroups: name: sharedPrivateLinkResourceName description: The name of the shared private link resource serializedName: sharedPrivateLinkResourceName - go: - name: sharedPrivateLinkResourceName - description: The name of the shared private link resource - serializedName: sharedPrivateLinkResourceName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_346 + - *ref_177 + - &ref_238 schema: *ref_1 implementation: Method required: true @@ -9697,14 +6637,10 @@ operationGroups: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_347 + - &ref_239 schema: *ref_1 implementation: Method required: true @@ -9713,10 +6649,6 @@ operationGroups: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -9731,10 +6663,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9743,26 +6671,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName} method: delete uri: '{$host}' signatureParameters: - - *ref_345 - - *ref_346 - - *ref_347 + - *ref_237 + - *ref_238 + - *ref_239 responses: - language: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: @@ -9771,9 +6693,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -9782,9 +6701,6 @@ operationGroups: default: name: '' description: Success. The response indicates the private endpoint connection is already deleted. - go: - name: '' - description: Success. The response indicates the private endpoint connection is already deleted. protocol: http: statusCodes: @@ -9795,9 +6711,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9827,73 +6740,11 @@ operationGroups: default: name: Delete description: Delete the specified shared private link resource - go: - name: Delete - description: |- - Delete the specified shared private link resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedPrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_373 - schema: - type: object - language: - default: &ref_348 - name: SharedPrivateLinkResourcesClientBeginDeleteOptions - description: SharedPrivateLinkResourcesClientBeginDeleteOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.BeginDelete method. - go: *ref_348 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_349 - name: string - description: '' - go: *ref_349 - protocol: {} - language: - default: &ref_350 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_350 - protocol: {} - required: false - serializedName: SharedPrivateLinkResourcesClientBeginDeleteOptions - language: - default: &ref_351 - name: options - description: SharedPrivateLinkResourcesClientBeginDeleteOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.BeginDelete method. - go: *ref_351 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_394 - type: object - language: - default: &ref_352 - name: SharedPrivateLinkResourcesClientDeleteResponse - description: SharedPrivateLinkResourcesClientDeleteResponse contains the response from method SharedPrivateLinkResourcesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_352 - protocol: {} protocol: {} language: default: name: SignalRSharedPrivateLinkResources description: '' - go: - name: SignalRSharedPrivateLinkResources - description: '' - clientCtorName: NewSharedPrivateLinkResourcesClient - clientName: SharedPrivateLinkResourcesClient - clientParams: - - *ref_182 protocol: {} security: authenticationRequired: true @@ -9905,60 +6756,5 @@ language: default: name: SignalRManagementClient description: '' - go: - name: SignalRManagementClient - description: '' - azureARM: true - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armsignalr - parameterGroups: - - *ref_353 - - *ref_354 - - *ref_355 - - *ref_356 - - *ref_357 - - *ref_358 - - *ref_359 - - *ref_360 - - *ref_361 - - *ref_362 - - *ref_363 - - *ref_364 - - *ref_365 - - *ref_366 - - *ref_367 - - *ref_368 - - *ref_369 - - *ref_370 - - *ref_371 - - *ref_372 - - *ref_373 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_374 - - *ref_375 - - *ref_376 - - *ref_377 - - *ref_378 - - *ref_379 - - *ref_380 - - *ref_381 - - *ref_382 - - *ref_383 - - *ref_384 - - *ref_385 - - *ref_386 - - *ref_387 - - *ref_388 - - *ref_389 - - *ref_390 - - *ref_391 - - *ref_392 - - *ref_393 - - *ref_394 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/test-modeler.yaml b/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/test-modeler.yaml index 96c20311c..82a9dc5e6 100644 --- a/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/test-modeler.yaml +++ b/packages/autorest.gotest/test/integrationtest/output/signalr/armsignalr/__debug/test-modeler.yaml @@ -9,9 +9,6 @@ schemas: default: name: Boolean description: If the operation is a data action. (for data plane rbac) - go: - name: bool - description: If the operation is a data action. (for data plane rbac) protocol: {} - &ref_21 type: boolean @@ -19,9 +16,6 @@ schemas: default: name: Boolean description: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. - go: - name: bool - description: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. protocol: {} - &ref_41 type: boolean @@ -29,9 +23,6 @@ schemas: default: name: Boolean description: Indicates whether the name is available or not. - go: - name: bool - description: Indicates whether the name is available or not. protocol: {} - &ref_97 type: boolean @@ -40,9 +31,6 @@ schemas: default: name: Boolean description: Request client certificate during TLS handshake if enabled - go: - name: bool - description: Request client certificate during TLS handshake if enabled protocol: {} - &ref_114 type: boolean @@ -51,9 +39,6 @@ schemas: default: name: Boolean description: "DisableLocalAuth\r\nEnable or disable local auth with AccessKey\r\nWhen set as true, connection with AccessKey=xxx won't work." - go: - name: bool - description: "DisableLocalAuth\r\nEnable or disable local auth with AccessKey\r\nWhen set as true, connection with AccessKey=xxx won't work." protocol: {} - &ref_115 type: boolean @@ -62,9 +47,6 @@ schemas: default: name: Boolean description: "DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work." - go: - name: bool - description: "DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work." protocol: {} numbers: - &ref_45 @@ -76,9 +58,6 @@ schemas: default: name: SignalRUsageCurrentValue description: Current value for the usage quota. - go: - name: int64 - description: Current value for the usage quota. protocol: {} - &ref_46 type: integer @@ -89,9 +68,6 @@ schemas: default: name: SignalRUsageLimit description: The maximum permitted value for the usage quota. If there is no limit, this value will be -1. - go: - name: int64 - description: The maximum permitted value for the usage quota. If there is no limit, this value will be -1. protocol: {} - &ref_91 type: integer @@ -102,9 +78,6 @@ schemas: default: name: ResourceSkuCapacity description: "Optional, integer. The unit count of the resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1\r\n Standard: 1,2,5,10,20,50,100" - go: - name: int32 - description: "Optional, integer. The unit count of the resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1\r\n Standard: 1,2,5,10,20,50,100" protocol: {} - &ref_94 type: integer @@ -115,9 +88,6 @@ schemas: default: name: SignalRPropertiesPublicPort description: The publicly accessible port of the resource which is designed for browser/client side usage. - go: - name: int32 - description: The publicly accessible port of the resource which is designed for browser/client side usage. protocol: {} - &ref_95 type: integer @@ -128,9 +98,6 @@ schemas: default: name: SignalRPropertiesServerPort description: The publicly accessible port of the resource which is designed for customer server side usage. - go: - name: int32 - description: The publicly accessible port of the resource which is designed for customer server side usage. protocol: {} strings: - &ref_0 @@ -139,9 +106,6 @@ schemas: default: name: String description: simple string - go: - name: string - description: simple string protocol: {} - &ref_4 type: string @@ -151,9 +115,6 @@ schemas: default: name: OperationName description: 'Name of the operation with format: {provider}/{resource}/{operation}' - go: - name: string - description: 'Name of the operation with format: {provider}/{resource}/{operation}' protocol: {} - &ref_6 type: string @@ -163,9 +124,6 @@ schemas: default: name: OperationDisplayProvider description: Friendly name of the resource provider - go: - name: string - description: Friendly name of the resource provider protocol: {} - &ref_7 type: string @@ -175,9 +133,6 @@ schemas: default: name: OperationDisplayResource description: Resource type on which the operation is performed. - go: - name: string - description: Resource type on which the operation is performed. protocol: {} - &ref_8 type: string @@ -187,9 +142,6 @@ schemas: default: name: OperationDisplayOperation description: The localized friendly name for the operation. - go: - name: string - description: The localized friendly name for the operation. protocol: {} - &ref_9 type: string @@ -199,9 +151,6 @@ schemas: default: name: OperationDisplayDescription description: The localized friendly description for the operation - go: - name: string - description: The localized friendly description for the operation protocol: {} - &ref_10 type: string @@ -211,9 +160,6 @@ schemas: default: name: OperationOrigin description: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. - go: - name: string - description: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. protocol: {} - &ref_11 type: string @@ -223,9 +169,6 @@ schemas: default: name: MetricSpecificationName description: Name of the metric. - go: - name: string - description: Name of the metric. protocol: {} - &ref_12 type: string @@ -235,9 +178,6 @@ schemas: default: name: MetricSpecificationDisplayName description: Localized friendly display name of the metric. - go: - name: string - description: Localized friendly display name of the metric. protocol: {} - &ref_13 type: string @@ -247,9 +187,6 @@ schemas: default: name: MetricSpecificationDisplayDescription description: Localized friendly description of the metric. - go: - name: string - description: Localized friendly description of the metric. protocol: {} - &ref_14 type: string @@ -259,9 +196,6 @@ schemas: default: name: MetricSpecificationUnit description: The unit that makes sense for the metric. - go: - name: string - description: The unit that makes sense for the metric. protocol: {} - &ref_15 type: string @@ -271,9 +205,6 @@ schemas: default: name: MetricSpecificationAggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' - go: - name: string - description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - &ref_16 type: string @@ -283,9 +214,6 @@ schemas: default: name: MetricSpecificationFillGapWithZero description: "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. \r\nEx. a metric that returns the number of times a particular error code was emitted. The error code may not appear \r\noften, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted." - go: - name: string - description: "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. \r\nEx. a metric that returns the number of times a particular error code was emitted. The error code may not appear \r\noften, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted." protocol: {} - &ref_17 type: string @@ -295,9 +223,6 @@ schemas: default: name: MetricSpecificationCategory description: The name of the metric category that the metric belongs to. A metric can only belong to a single category. - go: - name: string - description: The name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - &ref_18 type: string @@ -307,9 +232,6 @@ schemas: default: name: DimensionName description: The public facing name of the dimension. - go: - name: string - description: The public facing name of the dimension. protocol: {} - &ref_19 type: string @@ -319,9 +241,6 @@ schemas: default: name: DimensionDisplayName description: Localized friendly display name of the dimension. - go: - name: string - description: Localized friendly display name of the dimension. protocol: {} - &ref_20 type: string @@ -331,9 +250,6 @@ schemas: default: name: DimensionInternalName description: Name of the dimension as it appears in MDM. - go: - name: string - description: Name of the dimension as it appears in MDM. protocol: {} - &ref_22 type: string @@ -343,9 +259,6 @@ schemas: default: name: LogSpecificationName description: Name of the log. - go: - name: string - description: Name of the log. protocol: {} - &ref_23 type: string @@ -355,9 +268,6 @@ schemas: default: name: LogSpecificationDisplayName description: Localized friendly display name of the log. - go: - name: string - description: Localized friendly display name of the log. protocol: {} - &ref_24 type: string @@ -367,9 +277,6 @@ schemas: default: name: OperationListNextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_32 type: string @@ -379,9 +286,6 @@ schemas: default: name: ErrorDetailCode description: The error code. - go: - name: string - description: The error code. protocol: {} - &ref_33 type: string @@ -391,9 +295,6 @@ schemas: default: name: ErrorDetailMessage description: The error message. - go: - name: string - description: The error message. protocol: {} - &ref_34 type: string @@ -403,9 +304,6 @@ schemas: default: name: ErrorDetailTarget description: The error target. - go: - name: string - description: The error target. protocol: {} - &ref_36 type: string @@ -415,9 +313,6 @@ schemas: default: name: ErrorAdditionalInfoType description: The additional info type. - go: - name: string - description: The additional info type. protocol: {} - &ref_1 type: string @@ -427,9 +322,6 @@ schemas: default: name: String description: '' - go: - name: string - description: '' protocol: {} - &ref_39 type: string @@ -439,9 +331,6 @@ schemas: default: name: NameAvailabilityParametersType description: The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" - go: - name: string - description: The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" protocol: {} - &ref_40 type: string @@ -451,9 +340,6 @@ schemas: default: name: NameAvailabilityParametersName description: The resource name to validate. e.g."my-resource-name" - go: - name: string - description: The resource name to validate. e.g."my-resource-name" protocol: {} - &ref_42 type: string @@ -463,9 +349,6 @@ schemas: default: name: NameAvailabilityReason description: The reason of the availability. Required if name is not available. - go: - name: string - description: The reason of the availability. Required if name is not available. protocol: {} - &ref_43 type: string @@ -475,9 +358,6 @@ schemas: default: name: NameAvailabilityMessage description: The message of the operation. - go: - name: string - description: The message of the operation. protocol: {} - &ref_44 type: string @@ -487,9 +367,6 @@ schemas: default: name: SignalRUsageId description: Fully qualified ARM resource id - go: - name: string - description: Fully qualified ARM resource id protocol: {} - &ref_47 type: string @@ -499,9 +376,6 @@ schemas: default: name: SignalRUsageNameValue description: The identifier of the usage. - go: - name: string - description: The identifier of the usage. protocol: {} - &ref_48 type: string @@ -511,9 +385,6 @@ schemas: default: name: SignalRUsageNameLocalizedValue description: Localized name of the usage. - go: - name: string - description: Localized name of the usage. protocol: {} - &ref_49 type: string @@ -523,9 +394,6 @@ schemas: default: name: SignalRUsageUnit description: 'Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.' - go: - name: string - description: 'Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.' protocol: {} - &ref_50 type: string @@ -535,9 +403,6 @@ schemas: default: name: SignalRUsageListNextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_87 type: string @@ -547,9 +412,6 @@ schemas: default: name: ResourceSkuName description: "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1" - go: - name: string - description: "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1" protocol: {} - &ref_89 type: string @@ -559,9 +421,6 @@ schemas: default: name: ResourceSkuSize description: Not used. Retained for future use. - go: - name: string - description: Not used. Retained for future use. protocol: {} - &ref_90 type: string @@ -571,9 +430,6 @@ schemas: default: name: ResourceSkuFamily description: Not used. Retained for future use. - go: - name: string - description: Not used. Retained for future use. protocol: {} - &ref_92 type: string @@ -583,9 +439,6 @@ schemas: default: name: SignalRPropertiesExternalIP description: The publicly accessible IP of the resource. - go: - name: string - description: The publicly accessible IP of the resource. protocol: {} - &ref_93 type: string @@ -595,9 +448,6 @@ schemas: default: name: SignalRPropertiesHostName description: FQDN of the service instance. - go: - name: string - description: FQDN of the service instance. protocol: {} - &ref_96 type: string @@ -607,9 +457,6 @@ schemas: default: name: SignalRPropertiesVersion description: Version of the resource. Probably you need the same or higher version of client SDKs. - go: - name: string - description: Version of the resource. Probably you need the same or higher version of client SDKs. protocol: {} - &ref_56 type: string @@ -619,9 +466,6 @@ schemas: default: name: SystemDataCreatedBy description: The identity that created the resource. - go: - name: string - description: The identity that created the resource. protocol: {} - &ref_59 type: string @@ -631,9 +475,6 @@ schemas: default: name: SystemDataLastModifiedBy description: The identity that last modified the resource. - go: - name: string - description: The identity that last modified the resource. protocol: {} - &ref_62 type: string @@ -643,9 +484,6 @@ schemas: default: name: PrivateEndpointId description: Full qualified Id of the private endpoint - go: - name: string - description: Full qualified Id of the private endpoint protocol: {} - &ref_64 type: string @@ -655,9 +493,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateDescription description: The reason for approval/rejection of the connection. - go: - name: string - description: The reason for approval/rejection of the connection. protocol: {} - &ref_65 type: string @@ -667,9 +502,6 @@ schemas: default: name: PrivateLinkServiceConnectionStateActionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: string - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} - &ref_82 type: string @@ -679,9 +511,6 @@ schemas: default: name: ResourceId description: Fully qualified resource Id for the resource. - go: - name: string - description: Fully qualified resource Id for the resource. protocol: {} - &ref_83 type: string @@ -691,9 +520,6 @@ schemas: default: name: ResourceName description: The name of the resource. - go: - name: string - description: The name of the resource. protocol: {} - &ref_84 type: string @@ -703,9 +529,6 @@ schemas: default: name: ResourceType description: The type of the resource - e.g. "Microsoft.SignalRService/SignalR" - go: - name: string - description: The type of the resource - e.g. "Microsoft.SignalRService/SignalR" protocol: {} - &ref_67 type: string @@ -715,9 +538,6 @@ schemas: default: name: SharedPrivateLinkResourcePropertiesGroupId description: The group id from the provider of resource the shared private link resource is for - go: - name: string - description: The group id from the provider of resource the shared private link resource is for protocol: {} - &ref_68 type: string @@ -727,9 +547,6 @@ schemas: default: name: SharedPrivateLinkResourcePropertiesPrivateLinkResourceId description: The resource id of the resource the shared private link resource is for - go: - name: string - description: The resource id of the resource the shared private link resource is for protocol: {} - &ref_69 type: string @@ -739,9 +556,6 @@ schemas: default: name: SharedPrivateLinkResourcePropertiesRequestMessage description: The request message for requesting approval of the shared private link resource - go: - name: string - description: The request message for requesting approval of the shared private link resource protocol: {} - &ref_99 type: string @@ -753,9 +567,6 @@ schemas: default: name: SignalRFeatureValue description: Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. - go: - name: string - description: Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. protocol: {} - &ref_101 type: string @@ -765,9 +576,6 @@ schemas: default: name: SignalRCorsSettingsAllowedOriginsItem description: '' - go: - name: string - description: '' protocol: {} - &ref_102 type: string @@ -777,9 +585,6 @@ schemas: default: name: UpstreamTemplateHubPattern description: "Gets or sets the matching pattern for hub names. If not set, it matches any hub.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any hub name\r\n 2. Combine multiple hubs with \",\", for example \"hub1,hub2\", it matches \"hub1\" and \"hub2\"\r\n 3. The single hub name, for example, \"hub1\", it matches \"hub1\"" - go: - name: string - description: "Gets or sets the matching pattern for hub names. If not set, it matches any hub.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any hub name\r\n 2. Combine multiple hubs with \",\", for example \"hub1,hub2\", it matches \"hub1\" and \"hub2\"\r\n 3. The single hub name, for example, \"hub1\", it matches \"hub1\"" protocol: {} - &ref_103 type: string @@ -789,9 +594,6 @@ schemas: default: name: UpstreamTemplateEventPattern description: "Gets or sets the matching pattern for event names. If not set, it matches any event.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any event name\r\n 2. Combine multiple events with \",\", for example \"connect,disconnect\", it matches event \"connect\" and \"disconnect\"\r\n 3. The single event name, for example, \"connect\", it matches \"connect\"" - go: - name: string - description: "Gets or sets the matching pattern for event names. If not set, it matches any event.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any event name\r\n 2. Combine multiple events with \",\", for example \"connect,disconnect\", it matches event \"connect\" and \"disconnect\"\r\n 3. The single event name, for example, \"connect\", it matches \"connect\"" protocol: {} - &ref_104 type: string @@ -801,9 +603,6 @@ schemas: default: name: UpstreamTemplateCategoryPattern description: "Gets or sets the matching pattern for category names. If not set, it matches any category.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any category name\r\n 2. Combine multiple categories with \",\", for example \"connections,messages\", it matches category \"connections\" and \"messages\"\r\n 3. The single category name, for example, \"connections\", it matches the category \"connections\"" - go: - name: string - description: "Gets or sets the matching pattern for category names. If not set, it matches any category.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any category name\r\n 2. Combine multiple categories with \",\", for example \"connections,messages\", it matches category \"connections\" and \"messages\"\r\n 3. The single category name, for example, \"connections\", it matches the category \"connections\"" protocol: {} - &ref_105 type: string @@ -813,9 +612,6 @@ schemas: default: name: UpstreamTemplateUrlTemplate description: "Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.\r\nFor example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`." - go: - name: string - description: "Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.\r\nFor example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`." protocol: {} - &ref_107 type: string @@ -825,9 +621,6 @@ schemas: default: name: ManagedIdentitySettingsResource description: "The Resource indicating the App ID URI of the target resource.\r\nIt also appears in the aud (audience) claim of the issued token." - go: - name: string - description: "The Resource indicating the App ID URI of the target resource.\r\nIt also appears in the aud (audience) claim of the issued token." protocol: {} - &ref_110 type: string @@ -837,9 +630,6 @@ schemas: default: name: PrivateEndpointACLName description: Name of the private endpoint connection - go: - name: string - description: Name of the private endpoint connection protocol: {} - &ref_113 type: string @@ -850,9 +640,6 @@ schemas: default: name: SignalRPropertiesPublicNetworkAccess description: "Enable or disable public network access. Default to \"Enabled\".\r\nWhen it's Enabled, network ACLs still apply.\r\nWhen it's Disabled, public network access is always disabled no matter what you set in network ACLs." - go: - name: string - description: "Enable or disable public network access. Default to \"Enabled\".\r\nWhen it's Enabled, network ACLs still apply.\r\nWhen it's Disabled, public network access is always disabled no matter what you set in network ACLs." protocol: {} - &ref_2 type: string @@ -862,9 +649,6 @@ schemas: default: name: UserAssignedIdentityPropertyPrincipalId description: Get the principal id for the user assigned identity - go: - name: string - description: Get the principal id for the user assigned identity protocol: {} - &ref_3 type: string @@ -874,9 +658,6 @@ schemas: default: name: UserAssignedIdentityPropertyClientId description: Get the client id for the user assigned identity - go: - name: string - description: Get the client id for the user assigned identity protocol: {} - &ref_119 type: string @@ -886,9 +667,6 @@ schemas: default: name: ManagedIdentityPrincipalId description: "Get the principal id for the system assigned identity.\r\nOnly be used in response." - go: - name: string - description: "Get the principal id for the system assigned identity.\r\nOnly be used in response." protocol: {} - &ref_120 type: string @@ -898,9 +676,6 @@ schemas: default: name: ManagedIdentityTenantId description: "Get the tenant id for the system assigned identity.\r\nOnly be used in response" - go: - name: string - description: "Get the tenant id for the system assigned identity.\r\nOnly be used in response" protocol: {} - &ref_85 type: string @@ -914,9 +689,6 @@ schemas: default: name: TrackedResourceLocation description: The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. - go: - name: string - description: The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. protocol: {} - &ref_121 type: string @@ -926,9 +698,6 @@ schemas: default: name: ResourceInfoListNextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_138 type: string @@ -943,9 +712,6 @@ schemas: default: name: SignalRKeysPrimaryKey description: The primary access key. - go: - name: string - description: The primary access key. protocol: {} - &ref_139 type: string @@ -960,9 +726,6 @@ schemas: default: name: SignalRKeysSecondaryKey description: The secondary access key. - go: - name: string - description: The secondary access key. protocol: {} - &ref_140 type: string @@ -977,9 +740,6 @@ schemas: default: name: SignalRKeysPrimaryConnectionString description: Connection string constructed via the primaryKey - go: - name: string - description: Connection string constructed via the primaryKey protocol: {} - &ref_141 type: string @@ -994,9 +754,6 @@ schemas: default: name: SignalRKeysSecondaryConnectionString description: Connection string constructed via the secondaryKey - go: - name: string - description: Connection string constructed via the secondaryKey protocol: {} - &ref_142 type: string @@ -1006,9 +763,6 @@ schemas: default: name: PrivateEndpointConnectionListNextLink description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. - go: - name: string - description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. protocol: {} - &ref_71 type: string @@ -1018,9 +772,6 @@ schemas: default: name: PrivateLinkResourcePropertiesGroupId description: Group Id of the private link resource - go: - name: string - description: Group Id of the private link resource protocol: {} - &ref_72 type: string @@ -1030,9 +781,6 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembersItem description: '' - go: - name: string - description: '' protocol: {} - &ref_73 type: string @@ -1042,9 +790,6 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNamesItem description: '' - go: - name: string - description: '' protocol: {} - &ref_74 type: string @@ -1054,9 +799,6 @@ schemas: default: name: ShareablePrivateLinkResourceTypeName description: The name of the resource type that has been onboarded to private link service - go: - name: string - description: The name of the resource type that has been onboarded to private link service protocol: {} - &ref_75 type: string @@ -1066,9 +808,6 @@ schemas: default: name: ShareablePrivateLinkResourcePropertiesDescription description: The description of the resource type that has been onboarded to private link service - go: - name: string - description: The description of the resource type that has been onboarded to private link service protocol: {} - &ref_76 type: string @@ -1078,9 +817,6 @@ schemas: default: name: ShareablePrivateLinkResourcePropertiesGroupId description: The resource provider group id for the resource that has been onboarded to private link service - go: - name: string - description: The resource provider group id for the resource that has been onboarded to private link service protocol: {} - &ref_77 type: string @@ -1090,9 +826,6 @@ schemas: default: name: ShareablePrivateLinkResourcePropertiesType description: The resource provider type for the resource that has been onboarded to private link service - go: - name: string - description: The resource provider type for the resource that has been onboarded to private link service protocol: {} - &ref_143 type: string @@ -1102,9 +835,6 @@ schemas: default: name: PrivateLinkResourceListNextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: string - description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." protocol: {} - &ref_148 type: string @@ -1114,9 +844,6 @@ schemas: default: name: SharedPrivateLinkResourceListNextLink description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. - go: - name: string - description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. protocol: {} choices: - &ref_88 @@ -1126,33 +853,21 @@ schemas: default: name: Free description: '' - go: - name: SignalRSKUTierFree - description: '' - value: Basic language: default: name: Basic description: '' - go: - name: SignalRSKUTierBasic - description: '' - value: Standard language: default: name: Standard description: '' - go: - name: SignalRSKUTierStandard - description: '' - value: Premium language: default: name: Premium description: '' - go: - name: SignalRSKUTierPremium - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1161,13 +876,6 @@ schemas: default: name: SignalRSkuTier description: "Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead." - go: - name: SignalRSKUTier - description: |- - Optional tier of this particular SKU. 'Standard' or 'Free'. - - Basic is deprecated, use Standard instead. - possibleValuesFunc: PossibleSignalRSKUTierValues protocol: {} - &ref_61 choices: @@ -1176,73 +884,46 @@ schemas: default: name: Unknown description: '' - go: - name: ProvisioningStateUnknown - description: '' - value: Succeeded language: default: name: Succeeded description: '' - go: - name: ProvisioningStateSucceeded - description: '' - value: Failed language: default: name: Failed description: '' - go: - name: ProvisioningStateFailed - description: '' - value: Canceled language: default: name: Canceled description: '' - go: - name: ProvisioningStateCanceled - description: '' - value: Running language: default: name: Running description: '' - go: - name: ProvisioningStateRunning - description: '' - value: Creating language: default: name: Creating description: '' - go: - name: ProvisioningStateCreating - description: '' - value: Updating language: default: name: Updating description: '' - go: - name: ProvisioningStateUpdating - description: '' - value: Deleting language: default: name: Deleting description: '' - go: - name: ProvisioningStateDeleting - description: '' - value: Moving language: default: name: Moving description: '' - go: - name: ProvisioningStateMoving - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1251,10 +932,6 @@ schemas: default: name: ProvisioningState description: Provisioning state of the resource. - go: - name: ProvisioningState - description: Provisioning state of the resource. - possibleValuesFunc: PossibleProvisioningStateValues protocol: {} - &ref_57 choices: @@ -1263,33 +940,21 @@ schemas: default: name: User description: '' - go: - name: CreatedByTypeUser - description: '' - value: Application language: default: name: Application description: '' - go: - name: CreatedByTypeApplication - description: '' - value: ManagedIdentity language: default: name: ManagedIdentity description: '' - go: - name: CreatedByTypeManagedIdentity - description: '' - value: Key language: default: name: Key description: '' - go: - name: CreatedByTypeKey - description: '' type: choice apiVersions: - version: '2.0' @@ -1298,10 +963,6 @@ schemas: default: name: CreatedByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. - possibleValuesFunc: PossibleCreatedByTypeValues protocol: {} - &ref_63 choices: @@ -1310,33 +971,21 @@ schemas: default: name: Pending description: '' - go: - name: PrivateLinkServiceConnectionStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: PrivateLinkServiceConnectionStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: PrivateLinkServiceConnectionStatusRejected - description: '' - value: Disconnected language: default: name: Disconnected description: '' - go: - name: PrivateLinkServiceConnectionStatusDisconnected - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1345,10 +994,6 @@ schemas: default: name: PrivateLinkServiceConnectionStatus description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: PrivateLinkServiceConnectionStatus - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - possibleValuesFunc: PossiblePrivateLinkServiceConnectionStatusValues protocol: {} - &ref_70 choices: @@ -1357,41 +1002,26 @@ schemas: default: name: Pending description: '' - go: - name: SharedPrivateLinkResourceStatusPending - description: '' - value: Approved language: default: name: Approved description: '' - go: - name: SharedPrivateLinkResourceStatusApproved - description: '' - value: Rejected language: default: name: Rejected description: '' - go: - name: SharedPrivateLinkResourceStatusRejected - description: '' - value: Disconnected language: default: name: Disconnected description: '' - go: - name: SharedPrivateLinkResourceStatusDisconnected - description: '' - value: Timeout language: default: name: Timeout description: '' - go: - name: SharedPrivateLinkResourceStatusTimeout - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1400,10 +1030,6 @@ schemas: default: name: SharedPrivateLinkResourceStatus description: Status of the shared private link resource - go: - name: SharedPrivateLinkResourceStatus - description: Status of the shared private link resource - possibleValuesFunc: PossibleSharedPrivateLinkResourceStatusValues protocol: {} - &ref_98 choices: @@ -1412,33 +1038,21 @@ schemas: default: name: ServiceMode description: '' - go: - name: FeatureFlagsServiceMode - description: '' - value: EnableConnectivityLogs language: default: name: EnableConnectivityLogs description: '' - go: - name: FeatureFlagsEnableConnectivityLogs - description: '' - value: EnableMessagingLogs language: default: name: EnableMessagingLogs description: '' - go: - name: FeatureFlagsEnableMessagingLogs - description: '' - value: EnableLiveTrace language: default: name: EnableLiveTrace description: '' - go: - name: FeatureFlagsEnableLiveTrace - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1447,19 +1061,6 @@ schemas: default: name: FeatureFlags description: "FeatureFlags is the supported features of Azure SignalR service.\r\n- ServiceMode: Flag for backend server for SignalR service. Values allowed: \"Default\": have your own backend server; \"Serverless\": your application doesn't have a backend server; \"Classic\": for backward compatibility. Support both Default and Serverless mode but not recommended; \"PredefinedOnly\": for future use.\r\n- EnableConnectivityLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableMessagingLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: \"true\"/\"false\", to enable/disable live trace feature." - go: - name: FeatureFlags - description: |- - FeatureFlags is the supported features of Azure SignalR service. - - * ServiceMode: Flag for backend server for SignalR service. Values allowed: "Default": have your own backend server; "Serverless": your application doesn't have a backend server; "Classic": for - backward compatibility. Support both Default and Serverless mode but not recommended; "PredefinedOnly": for future use. - * EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively. - * EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively. - * EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure - SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: "true"/"false", to - enable/disable live trace feature. - possibleValuesFunc: PossibleFeatureFlagsValues protocol: {} - &ref_106 choices: @@ -1468,17 +1069,11 @@ schemas: default: name: None description: '' - go: - name: UpstreamAuthTypeNone - description: '' - value: ManagedIdentity language: default: name: ManagedIdentity description: '' - go: - name: UpstreamAuthTypeManagedIdentity - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1487,10 +1082,6 @@ schemas: default: name: UpstreamAuthType description: Gets or sets the type of auth. None or ManagedIdentity is supported now. - go: - name: UpstreamAuthType - description: Gets or sets the type of auth. None or ManagedIdentity is supported now. - possibleValuesFunc: PossibleUpstreamAuthTypeValues protocol: {} - &ref_108 choices: @@ -1499,17 +1090,11 @@ schemas: default: name: Allow description: '' - go: - name: ACLActionAllow - description: '' - value: Deny language: default: name: Deny description: '' - go: - name: ACLActionDeny - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1518,10 +1103,6 @@ schemas: default: name: ACLAction description: Default action when no other rule matches - go: - name: ACLAction - description: Default action when no other rule matches - possibleValuesFunc: PossibleACLActionValues protocol: {} - &ref_112 choices: @@ -1530,33 +1111,21 @@ schemas: default: name: ClientConnection description: '' - go: - name: SignalRRequestTypeClientConnection - description: '' - value: ServerConnection language: default: name: ServerConnection description: '' - go: - name: SignalRRequestTypeServerConnection - description: '' - value: RESTAPI language: default: name: RESTAPI description: '' - go: - name: SignalRRequestTypeRESTAPI - description: '' - value: Trace language: default: name: Trace description: '' - go: - name: SignalRRequestTypeTrace - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1565,10 +1134,6 @@ schemas: default: name: SignalRRequestType description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: SignalRRequestType - description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - possibleValuesFunc: PossibleSignalRRequestTypeValues protocol: {} - &ref_116 choices: @@ -1577,17 +1142,11 @@ schemas: default: name: SignalR description: '' - go: - name: ServiceKindSignalR - description: '' - value: RawWebSockets language: default: name: RawWebSockets description: '' - go: - name: ServiceKindRawWebSockets - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1596,10 +1155,6 @@ schemas: default: name: ServiceKind description: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR" - go: - name: ServiceKind - description: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR" - possibleValuesFunc: PossibleServiceKindValues protocol: {} - &ref_117 choices: @@ -1608,25 +1163,16 @@ schemas: default: name: None description: '' - go: - name: ManagedIdentityTypeNone - description: '' - value: SystemAssigned language: default: name: SystemAssigned description: '' - go: - name: ManagedIdentityTypeSystemAssigned - description: '' - value: UserAssigned language: default: name: UserAssigned description: '' - go: - name: ManagedIdentityTypeUserAssigned - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1635,10 +1181,6 @@ schemas: default: name: ManagedIdentityType description: 'Represent the identity type: systemAssigned, userAssigned, None' - go: - name: ManagedIdentityType - description: 'Represent the identity type: systemAssigned, userAssigned, None' - possibleValuesFunc: PossibleManagedIdentityTypeValues protocol: {} - &ref_147 choices: @@ -1647,17 +1189,11 @@ schemas: default: name: Primary description: '' - go: - name: KeyTypePrimary - description: '' - value: Secondary language: default: name: Secondary description: '' - go: - name: KeyTypeSecondary - description: '' type: choice apiVersions: - version: 2021-06-01-preview @@ -1666,10 +1202,6 @@ schemas: default: name: KeyType description: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). - go: - name: KeyType - description: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). - possibleValuesFunc: PossibleKeyTypeValues protocol: {} constants: - &ref_171 @@ -1681,9 +1213,6 @@ schemas: default: name: ApiVersion20210601Preview description: Api Version (2021-06-01-preview) - go: - name: string - description: Api Version (2021-06-01-preview) protocol: {} - &ref_174 type: constant @@ -1694,9 +1223,6 @@ schemas: default: name: Accept description: 'Accept: application/json' - go: - name: string - description: 'Accept: application/json' protocol: {} dictionaries: - &ref_100 @@ -1706,11 +1232,6 @@ schemas: default: name: SignalRFeatureProperties description: Optional properties related to this feature. - go: - name: map[string]*string - description: Optional properties related to this feature. - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_118 type: dictionary @@ -1726,9 +1247,6 @@ schemas: default: name: principalId description: Get the principal id for the user assigned identity - go: - name: PrincipalID - description: READ-ONLY; Get the principal id for the user assigned identity protocol: {} - schema: *ref_3 readOnly: true @@ -1737,9 +1255,6 @@ schemas: default: name: clientId description: Get the client id for the user assigned identity - go: - name: ClientID - description: READ-ONLY; Get the client id for the user assigned identity protocol: {} serializationFormats: - json @@ -1751,21 +1266,11 @@ schemas: name: UserAssignedIdentityProperty description: Properties of user assigned identity. namespace: '' - go: - name: UserAssignedIdentityProperty - description: UserAssignedIdentityProperty - Properties of user assigned identity. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ManagedIdentityUserAssignedIdentities description: Get or set the user assigned identities - go: - name: map[string]*UserAssignedIdentityProperty - description: Get or set the user assigned identities - elementIsPtr: true - marshallingFormat: json protocol: {} - &ref_86 type: dictionary @@ -1774,11 +1279,6 @@ schemas: default: name: TrackedResourceTags description: Tags of the service which is a list of key value pairs that describe the resource. - go: - name: map[string]*string - description: Tags of the service which is a list of key value pairs that describe the resource. - elementIsPtr: true - marshallingFormat: json protocol: {} any: - &ref_37 @@ -1787,9 +1287,6 @@ schemas: default: name: any description: Anything - go: - name: any - description: Anything protocol: {} dateTimes: - &ref_58 @@ -1801,10 +1298,6 @@ schemas: default: name: SystemDataCreatedAt description: The timestamp of resource creation (UTC). - go: - name: time.Time - description: The timestamp of resource creation (UTC). - internalTimeType: timeRFC3339 protocol: {} - &ref_60 type: date-time @@ -1815,10 +1308,6 @@ schemas: default: name: SystemDataLastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: time.Time - description: The timestamp of resource last modification (UTC) - internalTimeType: timeRFC3339 protocol: {} objects: - &ref_175 @@ -1837,23 +1326,17 @@ schemas: properties: - schema: *ref_4 serializedName: name - language: &ref_398 + language: &ref_243 default: name: name description: 'Name of the operation with format: {provider}/{resource}/{operation}' - go: - name: Name - description: 'Name of the operation with format: {provider}/{resource}/{operation}' protocol: {} - schema: *ref_5 serializedName: isDataAction - language: &ref_399 + language: &ref_244 default: name: isDataAction description: If the operation is a data action. (for data plane rbac) - go: - name: IsDataAction - description: If the operation is a data action. (for data plane rbac) protocol: {} - schema: &ref_26 type: object @@ -1862,43 +1345,31 @@ schemas: properties: - schema: *ref_6 serializedName: provider - language: &ref_401 + language: &ref_246 default: name: provider description: Friendly name of the resource provider - go: - name: Provider - description: Friendly name of the resource provider protocol: {} - schema: *ref_7 serializedName: resource - language: &ref_402 + language: &ref_247 default: name: resource description: Resource type on which the operation is performed. - go: - name: Resource - description: Resource type on which the operation is performed. protocol: {} - schema: *ref_8 serializedName: operation - language: &ref_403 + language: &ref_248 default: name: operation description: The localized friendly name for the operation. - go: - name: Operation - description: The localized friendly name for the operation. protocol: {} - schema: *ref_9 serializedName: description - language: &ref_404 + language: &ref_249 default: name: description description: The localized friendly description for the operation - go: - name: Description - description: The localized friendly description for the operation protocol: {} serializationFormats: - json @@ -1909,20 +1380,12 @@ schemas: name: OperationDisplay description: The object that describes a operation. namespace: '' - go: - name: OperationDisplay - description: OperationDisplay - The object that describes a operation. - marshallingFormat: json - namespace: '' protocol: {} serializedName: display - language: &ref_400 + language: &ref_245 default: name: display description: The object that describes the operation. - go: - name: Display - description: The object that describes the operation. protocol: {} - schema: *ref_10 serializedName: origin @@ -1930,9 +1393,6 @@ schemas: default: name: origin description: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. - go: - name: Origin - description: Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. protocol: {} - schema: &ref_27 type: object @@ -1959,9 +1419,6 @@ schemas: default: name: name description: Name of the metric. - go: - name: Name - description: Name of the metric. protocol: {} - schema: *ref_12 serializedName: displayName @@ -1969,9 +1426,6 @@ schemas: default: name: displayName description: Localized friendly display name of the metric. - go: - name: DisplayName - description: Localized friendly display name of the metric. protocol: {} - schema: *ref_13 serializedName: displayDescription @@ -1979,9 +1433,6 @@ schemas: default: name: displayDescription description: Localized friendly description of the metric. - go: - name: DisplayDescription - description: Localized friendly description of the metric. protocol: {} - schema: *ref_14 serializedName: unit @@ -1989,9 +1440,6 @@ schemas: default: name: unit description: The unit that makes sense for the metric. - go: - name: Unit - description: The unit that makes sense for the metric. protocol: {} - schema: *ref_15 serializedName: aggregationType @@ -1999,9 +1447,6 @@ schemas: default: name: aggregationType description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' - go: - name: AggregationType - description: 'Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count.' protocol: {} - schema: *ref_16 serializedName: fillGapWithZero @@ -2009,11 +1454,6 @@ schemas: default: name: fillGapWithZero description: "Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. \r\nEx. a metric that returns the number of times a particular error code was emitted. The error code may not appear \r\noften, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted." - go: - name: FillGapWithZero - description: |- - Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published. Ex. a metric that returns the number of times a particular error code was emitted. The - error code may not appear often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted. protocol: {} - schema: *ref_17 serializedName: category @@ -2021,9 +1461,6 @@ schemas: default: name: category description: The name of the metric category that the metric belongs to. A metric can only belong to a single category. - go: - name: Category - description: The name of the metric category that the metric belongs to. A metric can only belong to a single category. protocol: {} - schema: &ref_149 type: array @@ -2040,9 +1477,6 @@ schemas: default: name: name description: The public facing name of the dimension. - go: - name: Name - description: The public facing name of the dimension. protocol: {} - schema: *ref_19 serializedName: displayName @@ -2050,9 +1484,6 @@ schemas: default: name: displayName description: Localized friendly display name of the dimension. - go: - name: DisplayName - description: Localized friendly display name of the dimension. protocol: {} - schema: *ref_20 serializedName: internalName @@ -2060,9 +1491,6 @@ schemas: default: name: internalName description: Name of the dimension as it appears in MDM. - go: - name: InternalName - description: Name of the dimension as it appears in MDM. protocol: {} - schema: *ref_21 serializedName: toBeExportedForShoebox @@ -2070,9 +1498,6 @@ schemas: default: name: toBeExportedForShoebox description: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. - go: - name: ToBeExportedForShoebox - description: A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. protocol: {} serializationFormats: - json @@ -2083,31 +1508,17 @@ schemas: name: Dimension description: Specifications of the Dimension of metrics. namespace: '' - go: - name: Dimension - description: Dimension - Specifications of the Dimension of metrics. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: MetricSpecificationDimensions description: The dimensions of the metrics. - go: - name: '[]*Dimension' - description: The dimensions of the metrics. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: dimensions language: default: name: dimensions description: The dimensions of the metrics. - go: - name: Dimensions - description: The dimensions of the metrics. - byValue: true protocol: {} serializationFormats: - json @@ -2118,32 +1529,17 @@ schemas: name: MetricSpecification description: Specifications of the Metrics for Azure Monitoring. namespace: '' - go: - name: MetricSpecification - description: MetricSpecification - Specifications of the Metrics for Azure Monitoring. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServiceSpecificationMetricSpecifications description: Specifications of the Metrics for Azure Monitoring. - go: - name: '[]*MetricSpecification' - description: Specifications of the Metrics for Azure Monitoring. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: metricSpecifications language: default: name: metricSpecifications description: Specifications of the Metrics for Azure Monitoring. - go: - name: MetricSpecifications - description: Specifications of the Metrics for Azure Monitoring. - byValue: true protocol: {} - schema: &ref_151 type: array @@ -2160,9 +1556,6 @@ schemas: default: name: name description: Name of the log. - go: - name: Name - description: Name of the log. protocol: {} - schema: *ref_23 serializedName: displayName @@ -2170,9 +1563,6 @@ schemas: default: name: displayName description: Localized friendly display name of the log. - go: - name: DisplayName - description: Localized friendly display name of the log. protocol: {} serializationFormats: - json @@ -2183,31 +1573,17 @@ schemas: name: LogSpecification description: Specifications of the Logs for Azure Monitoring. namespace: '' - go: - name: LogSpecification - description: LogSpecification - Specifications of the Logs for Azure Monitoring. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServiceSpecificationLogSpecifications description: Specifications of the Logs for Azure Monitoring. - go: - name: '[]*LogSpecification' - description: Specifications of the Logs for Azure Monitoring. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: logSpecifications language: default: name: logSpecifications description: Specifications of the Logs for Azure Monitoring. - go: - name: LogSpecifications - description: Specifications of the Logs for Azure Monitoring. - byValue: true protocol: {} serializationFormats: - json @@ -2218,21 +1594,12 @@ schemas: name: ServiceSpecification description: An object that describes a specification. namespace: '' - go: - name: ServiceSpecification - description: ServiceSpecification - An object that describes a specification. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: serviceSpecification language: default: name: serviceSpecification description: The service specifications. - go: - name: ServiceSpecification - description: The service specifications. protocol: {} serializationFormats: - json @@ -2243,22 +1610,14 @@ schemas: name: OperationProperties description: Extra Operation properties. namespace: '' - go: - name: OperationProperties - description: OperationProperties - Extra Operation properties. - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: false - language: &ref_405 + language: &ref_250 default: name: properties description: Extra properties for the operation. - go: - name: Properties - description: Extra properties for the operation. protocol: {} serializationFormats: - json @@ -2269,41 +1628,24 @@ schemas: name: Operation description: REST API operation supported by resource provider. namespace: '' - go: - name: Operation - description: Operation - REST API operation supported by resource provider. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: OperationListValue description: List of operations supported by the resource provider. - go: - name: '[]*Operation' - description: List of operations supported by the resource provider. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_397 + language: &ref_242 default: name: value description: List of operations supported by the resource provider. - go: - name: Value - description: List of operations supported by the resource provider. - byValue: true protocol: {} - schema: *ref_24 serializedName: nextLink - language: &ref_406 + language: &ref_251 default: name: nextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -2314,12 +1656,6 @@ schemas: name: OperationList description: Result of the request to list REST API operations. It contains a list of operations. namespace: '' - go: - name: OperationList - description: OperationList - Result of the request to list REST API operations. It contains a list of operations. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_25 - *ref_26 @@ -2345,9 +1681,6 @@ schemas: default: name: code description: The error code. - go: - name: Code - description: READ-ONLY; The error code. protocol: {} - schema: *ref_33 readOnly: true @@ -2356,9 +1689,6 @@ schemas: default: name: message description: The error message. - go: - name: Message - description: READ-ONLY; The error message. protocol: {} - schema: *ref_34 readOnly: true @@ -2367,9 +1697,6 @@ schemas: default: name: target description: The error target. - go: - name: Target - description: READ-ONLY; The error target. protocol: {} - schema: &ref_153 type: array @@ -2380,10 +1707,6 @@ schemas: default: name: ErrorDetailDetails description: The error details. - go: - name: '[]*ErrorDetail' - description: The error details. - elementIsPtr: true protocol: {} readOnly: true serializedName: details @@ -2391,10 +1714,6 @@ schemas: default: name: details description: The error details. - go: - name: Details - description: READ-ONLY; The error details. - byValue: true protocol: {} - schema: &ref_154 type: array @@ -2412,24 +1731,14 @@ schemas: default: name: type description: The additional info type. - go: - name: Type - description: READ-ONLY; The additional info type. protocol: {} - schema: *ref_37 readOnly: true serializedName: info - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: info description: The additional info. - go: - name: Info - description: READ-ONLY; The additional info. - byValue: true protocol: {} serializationFormats: - json @@ -2440,20 +1749,11 @@ schemas: name: ErrorAdditionalInfo description: The resource management error additional info. namespace: '' - go: - name: ErrorAdditionalInfo - description: ErrorAdditionalInfo - The resource management error additional info. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ErrorDetailAdditionalInfo description: The error additional info. - go: - name: '[]*ErrorAdditionalInfo' - description: The error additional info. - elementIsPtr: true protocol: {} readOnly: true serializedName: additionalInfo @@ -2461,10 +1761,6 @@ schemas: default: name: additionalInfo description: The error additional info. - go: - name: AdditionalInfo - description: READ-ONLY; The error additional info. - byValue: true protocol: {} serializationFormats: - json @@ -2475,21 +1771,12 @@ schemas: name: ErrorDetail description: The error detail. namespace: '' - go: - name: ErrorDetail - description: ErrorDetail - The error detail. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: error language: default: name: error description: The error object. - go: - name: Error - description: The error object. protocol: {} serializationFormats: - json @@ -2502,16 +1789,10 @@ schemas: description: Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). namespace: '' summary: Error response - go: - name: ErrorResponse - description: ErrorResponse - Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). - marshallingFormat: json - namespace: '' - summary: Error response protocol: {} - *ref_35 - *ref_38 - - &ref_183 + - &ref_178 type: object apiVersions: - version: 2021-06-01-preview @@ -2519,24 +1800,18 @@ schemas: - schema: *ref_39 required: true serializedName: type - language: &ref_412 + language: &ref_257 default: name: type description: The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" - go: - name: Type - description: REQUIRED; The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" protocol: {} - schema: *ref_40 required: true serializedName: name - language: &ref_413 + language: &ref_258 default: name: name description: The resource name to validate. e.g."my-resource-name" - go: - name: Name - description: REQUIRED; The resource name to validate. e.g."my-resource-name" protocol: {} serializationFormats: - json @@ -2547,46 +1822,32 @@ schemas: name: NameAvailabilityParameters description: Data POST-ed to the nameAvailability action namespace: '' - go: - name: NameAvailabilityParameters - description: NameAvailabilityParameters - Data POST-ed to the nameAvailability action - marshallingFormat: json - namespace: '' protocol: {} - - &ref_187 + - &ref_182 type: object apiVersions: - version: 2021-06-01-preview properties: - schema: *ref_41 serializedName: nameAvailable - language: &ref_415 + language: &ref_260 default: name: nameAvailable description: Indicates whether the name is available or not. - go: - name: NameAvailable - description: Indicates whether the name is available or not. protocol: {} - schema: *ref_42 serializedName: reason - language: &ref_416 + language: &ref_261 default: name: reason description: The reason of the availability. Required if name is not available. - go: - name: Reason - description: The reason of the availability. Required if name is not available. protocol: {} - schema: *ref_43 serializedName: message - language: &ref_417 + language: &ref_262 default: name: message description: The message of the operation. - go: - name: Message - description: The message of the operation. protocol: {} serializationFormats: - json @@ -2597,13 +1858,8 @@ schemas: name: NameAvailability description: Result of the request to check name availability. It contains a flag and possible reason of failure. namespace: '' - go: - name: NameAvailability - description: NameAvailability - Result of the request to check name availability. It contains a flag and possible reason of failure. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_269 + - &ref_208 type: object apiVersions: - version: 2021-06-01-preview @@ -2619,33 +1875,24 @@ schemas: properties: - schema: *ref_44 serializedName: id - language: &ref_535 + language: &ref_380 default: name: id description: Fully qualified ARM resource id - go: - name: ID - description: Fully qualified ARM resource id protocol: {} - schema: *ref_45 serializedName: currentValue - language: &ref_536 + language: &ref_381 default: name: currentValue description: Current value for the usage quota. - go: - name: CurrentValue - description: Current value for the usage quota. protocol: {} - schema: *ref_46 serializedName: limit - language: &ref_537 + language: &ref_382 default: name: limit description: The maximum permitted value for the usage quota. If there is no limit, this value will be -1. - go: - name: Limit - description: The maximum permitted value for the usage quota. If there is no limit, this value will be -1. protocol: {} - schema: &ref_52 type: object @@ -2654,23 +1901,17 @@ schemas: properties: - schema: *ref_47 serializedName: value - language: &ref_539 + language: &ref_384 default: name: value description: The identifier of the usage. - go: - name: Value - description: The identifier of the usage. protocol: {} - schema: *ref_48 serializedName: localizedValue - language: &ref_540 + language: &ref_385 default: name: localizedValue description: Localized name of the usage. - go: - name: LocalizedValue - description: Localized name of the usage. protocol: {} serializationFormats: - json @@ -2681,30 +1922,19 @@ schemas: name: SignalRUsageName description: Localizable String object containing the name and a localized value. namespace: '' - go: - name: UsageName - description: UsageName - Localizable String object containing the name and a localized value. - marshallingFormat: json - namespace: '' protocol: {} serializedName: name - language: &ref_538 + language: &ref_383 default: name: name description: Localizable String object containing the name and a localized value. - go: - name: Name - description: Localizable String object containing the name and a localized value. protocol: {} - schema: *ref_49 serializedName: unit - language: &ref_541 + language: &ref_386 default: name: unit description: 'Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.' - go: - name: Unit - description: 'Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond.' protocol: {} serializationFormats: - json @@ -2715,41 +1945,24 @@ schemas: name: SignalRUsage description: Object that describes a specific usage of the resources. namespace: '' - go: - name: Usage - description: Usage - Object that describes a specific usage of the resources. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SignalRUsageListValue description: List of the resource usages - go: - name: '[]*Usage' - description: List of the resource usages - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_534 + language: &ref_379 default: name: value description: List of the resource usages - go: - name: Value - description: List of the resource usages - byValue: true protocol: {} - schema: *ref_50 serializedName: nextLink - language: &ref_542 + language: &ref_387 default: name: nextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -2760,16 +1973,10 @@ schemas: name: SignalRUsageList description: Object that includes an array of the resource usages and a possible link for next set. namespace: '' - go: - name: UsageList - description: UsageList - Object that includes an array of the resource usages and a possible link for next set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_51 - *ref_52 - - &ref_193 + - &ref_183 type: object apiVersions: - version: 2021-06-01-preview @@ -2825,63 +2032,45 @@ schemas: properties: - schema: *ref_56 serializedName: createdBy - language: &ref_436 + language: &ref_281 default: name: createdBy description: The identity that created the resource. - go: - name: CreatedBy - description: The identity that created the resource. protocol: {} - schema: *ref_57 serializedName: createdByType - language: &ref_437 + language: &ref_282 default: name: createdByType description: The type of identity that created the resource. - go: - name: CreatedByType - description: The type of identity that created the resource. protocol: {} - schema: *ref_58 serializedName: createdAt - language: &ref_438 + language: &ref_283 default: name: createdAt description: The timestamp of resource creation (UTC). - go: - name: CreatedAt - description: The timestamp of resource creation (UTC). protocol: {} - schema: *ref_59 serializedName: lastModifiedBy - language: &ref_439 + language: &ref_284 default: name: lastModifiedBy description: The identity that last modified the resource. - go: - name: LastModifiedBy - description: The identity that last modified the resource. protocol: {} - schema: *ref_57 serializedName: lastModifiedByType - language: &ref_440 + language: &ref_285 default: name: lastModifiedByType description: The type of identity that last modified the resource. - go: - name: LastModifiedByType - description: The type of identity that last modified the resource. protocol: {} - schema: *ref_60 serializedName: lastModifiedAt - language: &ref_441 + language: &ref_286 default: name: lastModifiedAt description: The timestamp of resource last modification (UTC) - go: - name: LastModifiedAt - description: The timestamp of resource last modification (UTC) protocol: {} serializationFormats: - json @@ -2893,22 +2082,13 @@ schemas: name: SystemData description: Metadata pertaining to creation and last modification of the resource. namespace: '' - go: - name: SystemData - description: SystemData - Metadata pertaining to creation and last modification of the resource. - marshallingFormat: json - namespace: '' - needsDateTimeMarshalling: true protocol: {} readOnly: true serializedName: systemData - language: &ref_435 + language: &ref_280 default: name: systemData description: Metadata pertaining to creation and last modification of the resource. - go: - name: SystemData - description: READ-ONLY; Metadata pertaining to creation and last modification of the resource. protocol: {} - schema: &ref_124 type: object @@ -2918,13 +2098,10 @@ schemas: - schema: *ref_61 readOnly: true serializedName: provisioningState - language: &ref_443 + language: &ref_288 default: name: provisioningState description: Provisioning state of the private endpoint connection - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the private endpoint connection protocol: {} - schema: &ref_125 type: object @@ -2933,13 +2110,10 @@ schemas: properties: - schema: *ref_62 serializedName: id - language: &ref_445 + language: &ref_290 default: name: id description: Full qualified Id of the private endpoint - go: - name: ID - description: Full qualified Id of the private endpoint protocol: {} serializationFormats: - json @@ -2951,20 +2125,12 @@ schemas: name: PrivateEndpoint description: Private endpoint namespace: '' - go: - name: PrivateEndpoint - description: PrivateEndpoint - Private endpoint - marshallingFormat: json - namespace: '' protocol: {} serializedName: privateEndpoint - language: &ref_444 + language: &ref_289 default: name: privateEndpoint description: Private endpoint associated with the private endpoint connection - go: - name: PrivateEndpoint - description: Private endpoint associated with the private endpoint connection protocol: {} - schema: &ref_126 type: object @@ -2973,13 +2139,10 @@ schemas: properties: - schema: *ref_63 serializedName: status - language: &ref_447 + language: &ref_292 default: name: status description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. - go: - name: Status - description: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. protocol: {} - schema: *ref_64 serializedName: description @@ -2987,19 +2150,13 @@ schemas: default: name: description description: The reason for approval/rejection of the connection. - go: - name: Description - description: The reason for approval/rejection of the connection. protocol: {} - schema: *ref_65 serializedName: actionsRequired - language: &ref_448 + language: &ref_293 default: name: actionsRequired description: A message indicating if changes on the service provider require any updates on the consumer. - go: - name: ActionsRequired - description: A message indicating if changes on the service provider require any updates on the consumer. protocol: {} serializationFormats: - json @@ -3011,20 +2168,12 @@ schemas: name: PrivateLinkServiceConnectionState description: Connection state of the private endpoint connection namespace: '' - go: - name: PrivateLinkServiceConnectionState - description: PrivateLinkServiceConnectionState - Connection state of the private endpoint connection - marshallingFormat: json - namespace: '' protocol: {} serializedName: privateLinkServiceConnectionState - language: &ref_446 + language: &ref_291 default: name: privateLinkServiceConnectionState description: Connection state - go: - name: PrivateLinkServiceConnectionState - description: Connection state protocol: {} serializationFormats: - json @@ -3036,22 +2185,14 @@ schemas: name: PrivateEndpointConnectionProperties description: Private endpoint connection properties namespace: '' - go: - name: PrivateEndpointConnectionProperties - description: PrivateEndpointConnectionProperties - Private endpoint connection properties - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_442 + language: &ref_287 default: name: properties description: Properties of the private endpoint connection - go: - name: Properties - description: Properties of the private endpoint connection protocol: {} serializationFormats: - json @@ -3063,11 +2204,6 @@ schemas: name: PrivateEndpointConnection description: A private endpoint connection to an azure resource namespace: '' - go: - name: PrivateEndpointConnection - description: PrivateEndpointConnection - A private endpoint connection to an azure resource - marshallingFormat: json - namespace: '' protocol: {} - &ref_79 type: object @@ -3087,9 +2223,6 @@ schemas: default: name: systemData description: Metadata pertaining to creation and last modification of the resource. - go: - name: SystemData - description: READ-ONLY; Metadata pertaining to creation and last modification of the resource. protocol: {} - schema: &ref_127 type: object @@ -3099,59 +2232,44 @@ schemas: - schema: *ref_67 required: true serializedName: groupId - language: &ref_590 + language: &ref_435 default: name: groupId description: The group id from the provider of resource the shared private link resource is for - go: - name: GroupID - description: REQUIRED; The group id from the provider of resource the shared private link resource is for protocol: {} - schema: *ref_68 required: true serializedName: privateLinkResourceId - language: &ref_591 + language: &ref_436 default: name: privateLinkResourceId description: The resource id of the resource the shared private link resource is for - go: - name: PrivateLinkResourceID - description: REQUIRED; The resource id of the resource the shared private link resource is for protocol: {} - schema: *ref_61 readOnly: true required: false serializedName: provisioningState - language: &ref_592 + language: &ref_437 default: name: provisioningState description: Provisioning state of the shared private link resource - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the shared private link resource protocol: {} - schema: *ref_69 required: false serializedName: requestMessage - language: &ref_593 + language: &ref_438 default: name: requestMessage description: The request message for requesting approval of the shared private link resource - go: - name: RequestMessage - description: The request message for requesting approval of the shared private link resource protocol: {} - schema: *ref_70 readOnly: true required: false serializedName: status - language: &ref_594 + language: &ref_439 default: name: status description: Status of the shared private link resource - go: - name: Status - description: READ-ONLY; Status of the shared private link resource protocol: {} serializationFormats: - json @@ -3163,22 +2281,14 @@ schemas: name: SharedPrivateLinkResourceProperties description: Describes the properties of an existing Shared Private Link Resource namespace: '' - go: - name: SharedPrivateLinkResourceProperties - description: SharedPrivateLinkResourceProperties - Describes the properties of an existing Shared Private Link Resource - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_589 + language: &ref_434 default: name: properties description: Describes the properties of a Shared Private Link Resource - go: - name: Properties - description: Describes the properties of a Shared Private Link Resource protocol: {} serializationFormats: - json @@ -3190,11 +2300,6 @@ schemas: name: SharedPrivateLinkResource description: Describes a Shared Private Link Resource namespace: '' - go: - name: SharedPrivateLinkResource - description: SharedPrivateLinkResource - Describes a Shared Private Link Resource - marshallingFormat: json - namespace: '' protocol: {} - &ref_80 type: object @@ -3214,13 +2319,10 @@ schemas: properties: - schema: *ref_71 serializedName: groupId - language: &ref_573 + language: &ref_418 default: name: groupId description: Group Id of the private link resource - go: - name: GroupID - description: Group Id of the private link resource protocol: {} - schema: &ref_166 type: array @@ -3231,21 +2333,12 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredMembers description: Required members of the private link resource - go: - name: '[]*string' - description: Required members of the private link resource - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredMembers - language: &ref_574 + language: &ref_419 default: name: requiredMembers description: Required members of the private link resource - go: - name: RequiredMembers - description: Required members of the private link resource - byValue: true protocol: {} - schema: &ref_167 type: array @@ -3256,21 +2349,12 @@ schemas: default: name: PrivateLinkResourcePropertiesRequiredZoneNames description: Required private DNS zone names - go: - name: '[]*string' - description: Required private DNS zone names - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: requiredZoneNames - language: &ref_575 + language: &ref_420 default: name: requiredZoneNames description: Required private DNS zone names - go: - name: RequiredZoneNames - description: Required private DNS zone names - byValue: true protocol: {} - schema: &ref_168 type: array @@ -3283,13 +2367,10 @@ schemas: properties: - schema: *ref_74 serializedName: name - language: &ref_577 + language: &ref_422 default: name: name description: The name of the resource type that has been onboarded to private link service - go: - name: Name - description: The name of the resource type that has been onboarded to private link service protocol: {} - schema: &ref_146 type: object @@ -3298,33 +2379,24 @@ schemas: properties: - schema: *ref_75 serializedName: description - language: &ref_579 + language: &ref_424 default: name: description description: The description of the resource type that has been onboarded to private link service - go: - name: Description - description: The description of the resource type that has been onboarded to private link service protocol: {} - schema: *ref_76 serializedName: groupId - language: &ref_580 + language: &ref_425 default: name: groupId description: The resource provider group id for the resource that has been onboarded to private link service - go: - name: GroupID - description: The resource provider group id for the resource that has been onboarded to private link service protocol: {} - schema: *ref_77 serializedName: type - language: &ref_581 + language: &ref_426 default: name: type description: The resource provider type for the resource that has been onboarded to private link service - go: - name: Type - description: The resource provider type for the resource that has been onboarded to private link service protocol: {} serializationFormats: - json @@ -3336,20 +2408,12 @@ schemas: name: ShareablePrivateLinkResourceProperties description: Describes the properties of a resource type that has been onboarded to private link service namespace: '' - go: - name: ShareablePrivateLinkResourceProperties - description: ShareablePrivateLinkResourceProperties - Describes the properties of a resource type that has been onboarded to private link service - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties - language: &ref_578 + language: &ref_423 default: name: properties description: Describes the properties of a resource type that has been onboarded to private link service - go: - name: Properties - description: Describes the properties of a resource type that has been onboarded to private link service protocol: {} serializationFormats: - json @@ -3361,31 +2425,17 @@ schemas: name: ShareablePrivateLinkResourceType description: Describes a resource type that has been onboarded to private link service namespace: '' - go: - name: ShareablePrivateLinkResourceType - description: ShareablePrivateLinkResourceType - Describes a resource type that has been onboarded to private link service - marshallingFormat: json - namespace: '' protocol: {} language: default: name: PrivateLinkResourcePropertiesShareablePrivateLinkResourceTypes description: The list of resources that are onboarded to private link service - go: - name: '[]*ShareablePrivateLinkResourceType' - description: The list of resources that are onboarded to private link service - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: shareablePrivateLinkResourceTypes - language: &ref_576 + language: &ref_421 default: name: shareablePrivateLinkResourceTypes description: The list of resources that are onboarded to private link service - go: - name: ShareablePrivateLinkResourceTypes - description: The list of resources that are onboarded to private link service - byValue: true protocol: {} serializationFormats: - json @@ -3397,23 +2447,14 @@ schemas: name: PrivateLinkResourceProperties description: Private link resource properties namespace: '' - go: - name: PrivateLinkResourceProperties - description: PrivateLinkResourceProperties - Private link resource properties - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_572 + language: &ref_417 default: name: properties description: Properties of a private link resource - go: - name: Properties - description: Properties of a private link resource protocol: {} serializationFormats: - json @@ -3425,11 +2466,6 @@ schemas: name: PrivateLinkResource description: Private link resource namespace: '' - go: - name: PrivateLinkResource - description: PrivateLinkResource - Private link resource - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_78 @@ -3445,16 +2481,11 @@ schemas: usage: - output - input - language: &ref_449 + language: &ref_294 default: name: ProxyResource description: The resource model definition for a ARM proxy resource. It will have everything other than required location and tags namespace: '' - go: - name: ProxyResource - description: ProxyResource - The resource model definition for a ARM proxy resource. It will have everything other than required location and tags - marshallingFormat: json - namespace: '' protocol: {} - *ref_78 - *ref_79 @@ -3468,35 +2499,26 @@ schemas: - schema: *ref_82 readOnly: true serializedName: id - language: &ref_451 + language: &ref_296 default: name: id description: Fully qualified resource Id for the resource. - go: - name: ID - description: READ-ONLY; Fully qualified resource Id for the resource. protocol: {} - schema: *ref_83 readOnly: true serializedName: name - language: &ref_452 + language: &ref_297 default: name: name description: The name of the resource. - go: - name: Name - description: READ-ONLY; The name of the resource. protocol: {} - schema: *ref_84 readOnly: true serializedName: type - language: &ref_453 + language: &ref_298 default: name: type description: The type of the resource - e.g. "Microsoft.SignalRService/SignalR" - go: - name: Type - description: READ-ONLY; The type of the resource - e.g. "Microsoft.SignalRService/SignalR" protocol: {} serializationFormats: - json @@ -3505,16 +2527,11 @@ schemas: - input extensions: x-ms-azure-resource: true - language: &ref_450 + language: &ref_295 default: name: Resource description: The core properties of ARM resources. namespace: '' - go: - name: Resource - description: Resource - The core properties of ARM resources. - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_55 @@ -3525,44 +2542,28 @@ schemas: x-ms-mutability: - read - create - language: &ref_482 + language: &ref_327 default: name: location description: The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. - go: - name: Location - description: The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. protocol: {} - schema: *ref_86 serializedName: tags - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_483 + language: &ref_328 default: name: tags description: Tags of the service which is a list of key value pairs that describe the resource. - go: - name: Tags - description: Tags of the service which is a list of key value pairs that describe the resource. - byValue: true protocol: {} serializationFormats: - json usage: - output - input - language: &ref_481 + language: &ref_326 default: name: TrackedResource description: The resource model definition for a ARM tracked top level resource. namespace: '' - go: - name: TrackedResource - description: TrackedResource - The resource model definition for a ARM tracked top level resource. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_55 immediate: @@ -3576,42 +2577,27 @@ schemas: - schema: *ref_87 required: true serializedName: name - language: &ref_423 + language: &ref_268 default: name: name description: "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1" - go: - name: Name - description: |- - REQUIRED; The name of the SKU. Required. - - Allowed values: StandardS1, FreeF1 protocol: {} - schema: *ref_88 required: false serializedName: tier - language: &ref_424 + language: &ref_269 default: name: tier description: "Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead." - go: - name: Tier - description: |- - Optional tier of this particular SKU. 'Standard' or 'Free'. - - Basic is deprecated, use Standard instead. protocol: {} - schema: *ref_89 readOnly: true required: false serializedName: size - language: &ref_425 + language: &ref_270 default: name: size description: Not used. Retained for future use. - go: - name: Size - description: READ-ONLY; Not used. Retained for future use. protocol: {} - schema: *ref_90 readOnly: true @@ -3621,23 +2607,14 @@ schemas: default: name: family description: Not used. Retained for future use. - go: - name: Family - description: READ-ONLY; Not used. Retained for future use. protocol: {} - schema: *ref_91 required: false serializedName: capacity - language: &ref_426 + language: &ref_271 default: name: capacity description: "Optional, integer. The unit count of the resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1\r\n Standard: 1,2,5,10,20,50,100" - go: - name: Capacity - description: |- - Optional, integer. The unit count of the resource. 1 by default. - - If present, following values are allowed: Free: 1 Standard: 1,2,5,10,20,50,100 protocol: {} serializationFormats: - json @@ -3649,20 +2626,12 @@ schemas: name: ResourceSku description: The billing information of the resource. namespace: '' - go: - name: ResourceSKU - description: ResourceSKU - The billing information of the resource. - marshallingFormat: json - namespace: '' protocol: {} serializedName: sku - language: &ref_422 + language: &ref_267 default: name: sku description: The billing information of the resource.(e.g. Free, Standard) - go: - name: SKU - description: The billing information of the resource.(e.g. Free, Standard) protocol: {} - schema: &ref_123 type: object @@ -3672,68 +2641,50 @@ schemas: - schema: *ref_61 readOnly: true serializedName: provisioningState - language: &ref_428 + language: &ref_273 default: name: provisioningState description: Provisioning state of the resource. - go: - name: ProvisioningState - description: READ-ONLY; Provisioning state of the resource. protocol: {} - schema: *ref_92 readOnly: true serializedName: externalIP - language: &ref_429 + language: &ref_274 default: name: externalIP description: The publicly accessible IP of the resource. - go: - name: ExternalIP - description: READ-ONLY; The publicly accessible IP of the resource. protocol: {} - schema: *ref_93 readOnly: true serializedName: hostName - language: &ref_430 + language: &ref_275 default: name: hostName description: FQDN of the service instance. - go: - name: HostName - description: READ-ONLY; FQDN of the service instance. protocol: {} - schema: *ref_94 readOnly: true serializedName: publicPort - language: &ref_431 + language: &ref_276 default: name: publicPort description: The publicly accessible port of the resource which is designed for browser/client side usage. - go: - name: PublicPort - description: READ-ONLY; The publicly accessible port of the resource which is designed for browser/client side usage. protocol: {} - schema: *ref_95 readOnly: true serializedName: serverPort - language: &ref_432 + language: &ref_277 default: name: serverPort description: The publicly accessible port of the resource which is designed for customer server side usage. - go: - name: ServerPort - description: READ-ONLY; The publicly accessible port of the resource which is designed for customer server side usage. protocol: {} - schema: *ref_96 readOnly: true serializedName: version - language: &ref_433 + language: &ref_278 default: name: version description: Version of the resource. Probably you need the same or higher version of client SDKs. - go: - name: Version - description: READ-ONLY; Version of the resource. Probably you need the same or higher version of client SDKs. protocol: {} - schema: &ref_156 type: array @@ -3744,22 +2695,13 @@ schemas: default: name: SignalRPropertiesPrivateEndpointConnections description: Private endpoint connections to the resource. - go: - name: '[]*PrivateEndpointConnection' - description: Private endpoint connections to the resource. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: privateEndpointConnections - language: &ref_434 + language: &ref_279 default: name: privateEndpointConnections description: Private endpoint connections to the resource. - go: - name: PrivateEndpointConnections - description: READ-ONLY; Private endpoint connections to the resource. - byValue: true protocol: {} - schema: &ref_157 type: array @@ -3770,11 +2712,6 @@ schemas: default: name: SignalRPropertiesSharedPrivateLinkResources description: The list of shared private link resources. - go: - name: '[]*SharedPrivateLinkResource' - description: The list of shared private link resources. - elementIsPtr: true - marshallingFormat: json protocol: {} readOnly: true serializedName: sharedPrivateLinkResources @@ -3782,10 +2719,6 @@ schemas: default: name: sharedPrivateLinkResources description: The list of shared private link resources. - go: - name: SharedPrivateLinkResources - description: READ-ONLY; The list of shared private link resources. - byValue: true protocol: {} - schema: &ref_128 type: object @@ -3794,13 +2727,10 @@ schemas: properties: - schema: *ref_97 serializedName: clientCertEnabled - language: &ref_455 + language: &ref_300 default: name: clientCertEnabled description: Request client certificate during TLS handshake if enabled - go: - name: ClientCertEnabled - description: Request client certificate during TLS handshake if enabled protocol: {} serializationFormats: - json @@ -3812,20 +2742,12 @@ schemas: name: SignalRTlsSettings description: TLS settings for the resource namespace: '' - go: - name: TLSSettings - description: TLSSettings - TLS settings for the resource - marshallingFormat: json - namespace: '' protocol: {} serializedName: tls - language: &ref_454 + language: &ref_299 default: name: tls description: TLS settings. - go: - name: TLS - description: TLS settings. protocol: {} - schema: &ref_158 type: array @@ -3839,48 +2761,26 @@ schemas: - schema: *ref_98 required: true serializedName: flag - language: &ref_457 + language: &ref_302 default: name: flag description: "FeatureFlags is the supported features of Azure SignalR service.\r\n- ServiceMode: Flag for backend server for SignalR service. Values allowed: \"Default\": have your own backend server; \"Serverless\": your application doesn't have a backend server; \"Classic\": for backward compatibility. Support both Default and Serverless mode but not recommended; \"PredefinedOnly\": for future use.\r\n- EnableConnectivityLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableMessagingLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: \"true\"/\"false\", to enable/disable live trace feature." - go: - name: Flag - description: |- - REQUIRED; FeatureFlags is the supported features of Azure SignalR service. - - * ServiceMode: Flag for backend server for SignalR service. Values allowed: "Default": have your own backend server; "Serverless": your application doesn't have a backend server; "Classic": for - backward compatibility. Support both Default and Serverless mode but not recommended; "PredefinedOnly": for future use. - * EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively. - * EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively. - * EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure - SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: "true"/"false", to - enable/disable live trace feature. protocol: {} - schema: *ref_99 required: true serializedName: value - language: &ref_458 + language: &ref_303 default: name: value description: Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. - go: - name: Value - description: REQUIRED; Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values. protocol: {} - schema: *ref_100 required: false serializedName: properties - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true - language: &ref_459 + language: &ref_304 default: name: properties description: Optional properties related to this feature. - go: - name: Properties - description: Optional properties related to this feature. - byValue: true protocol: {} serializationFormats: - json @@ -3892,36 +2792,17 @@ schemas: name: SignalRFeature description: Feature of a resource, which controls the runtime behavior. namespace: '' - go: - name: Feature - description: Feature of a resource, which controls the runtime behavior. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} language: default: name: SignalRPropertiesFeatures description: "List of the featureFlags.\r\n\r\nFeatureFlags that are not included in the parameters for the update operation will not be modified.\r\nAnd the response will only include featureFlags that are explicitly set. \r\nWhen a featureFlag is not explicitly set, its globally default value will be used\r\nBut keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags." - go: - name: '[]*Feature' - description: "List of the featureFlags.\r\n\r\nFeatureFlags that are not included in the parameters for the update operation will not be modified.\r\nAnd the response will only include featureFlags that are explicitly set. \r\nWhen a featureFlag is not explicitly set, its globally default value will be used\r\nBut keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags." - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: features - language: &ref_456 + language: &ref_301 default: name: features description: "List of the featureFlags.\r\n\r\nFeatureFlags that are not included in the parameters for the update operation will not be modified.\r\nAnd the response will only include featureFlags that are explicitly set. \r\nWhen a featureFlag is not explicitly set, its globally default value will be used\r\nBut keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags." - go: - name: Features - description: |- - List of the featureFlags. - - FeatureFlags that are not included in the parameters for the update operation will not be modified. And the response will only include featureFlags that are explicitly set. When a featureFlag is not - explicitly set, its globally default value will be used But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags. - byValue: true protocol: {} - schema: &ref_130 type: object @@ -3937,21 +2818,12 @@ schemas: default: name: SignalRCorsSettingsAllowedOrigins description: 'Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.' - go: - name: '[]*string' - description: 'Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: allowedOrigins - language: &ref_461 + language: &ref_306 default: name: allowedOrigins description: 'Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.' - go: - name: AllowedOrigins - description: 'Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all. If omitted, allow all by default.' - byValue: true protocol: {} serializationFormats: - json @@ -3963,21 +2835,12 @@ schemas: name: SignalRCorsSettings description: Cross-Origin Resource Sharing (CORS) settings. namespace: '' - go: - name: CorsSettings - description: CorsSettings - Cross-Origin Resource Sharing (CORS) settings. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: cors - language: &ref_460 + language: &ref_305 default: name: cors description: Cross-Origin Resource Sharing (CORS) settings. - go: - name: Cors - description: Cross-Origin Resource Sharing (CORS) settings. protocol: {} - schema: &ref_131 type: object @@ -3996,62 +2859,34 @@ schemas: - schema: *ref_102 required: false serializedName: hubPattern - language: &ref_495 + language: &ref_340 default: name: hubPattern description: "Gets or sets the matching pattern for hub names. If not set, it matches any hub.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any hub name\r\n 2. Combine multiple hubs with \",\", for example \"hub1,hub2\", it matches \"hub1\" and \"hub2\"\r\n 3. The single hub name, for example, \"hub1\", it matches \"hub1\"" - go: - name: HubPattern - description: |- - Gets or sets the matching pattern for hub names. If not set, it matches any hub. There are 3 kind of patterns supported: 1. "*", it to matches any hub name 2. Combine multiple hubs with ",", for - example "hub1,hub2", it matches "hub1" and "hub2" 3. The single hub name, for example, "hub1", it matches "hub1" protocol: {} - schema: *ref_103 required: false serializedName: eventPattern - language: &ref_496 + language: &ref_341 default: name: eventPattern description: "Gets or sets the matching pattern for event names. If not set, it matches any event.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any event name\r\n 2. Combine multiple events with \",\", for example \"connect,disconnect\", it matches event \"connect\" and \"disconnect\"\r\n 3. The single event name, for example, \"connect\", it matches \"connect\"" - go: - name: EventPattern - description: >- - Gets or sets the matching pattern for event names. If not set, it matches any event. There are 3 kind of patterns supported: 1. "*", it to matches any event name 2. Combine multiple events with - ",", - - for example "connect,disconnect", it matches event "connect" and "disconnect" 3. The single event name, for example, "connect", it matches "connect" protocol: {} - schema: *ref_104 required: false serializedName: categoryPattern - language: &ref_497 + language: &ref_342 default: name: categoryPattern description: "Gets or sets the matching pattern for category names. If not set, it matches any category.\r\nThere are 3 kind of patterns supported:\r\n 1. \"*\", it to matches any category name\r\n 2. Combine multiple categories with \",\", for example \"connections,messages\", it matches category \"connections\" and \"messages\"\r\n 3. The single category name, for example, \"connections\", it matches the category \"connections\"" - go: - name: CategoryPattern - description: >- - Gets or sets the matching pattern for category names. If not set, it matches any category. There are 3 kind of patterns supported: 1. "*", it to matches any category name 2. Combine multiple - - categories with ",", for example "connections,messages", it matches category "connections" and "messages" 3. The single category name, for example, "connections", it matches the category - "connections" protocol: {} - schema: *ref_105 required: true serializedName: urlTemplate - language: &ref_464 + language: &ref_309 default: name: urlTemplate description: "Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when the client request comes in.\r\nFor example, if the urlTemplate is `http://example.com/{hub}/api/{event}`, with a client request from hub `chat` connects, it will first POST to this URL: `http://example.com/chat/api/connect`." - go: - name: URLTemplate - description: >- - REQUIRED; Gets or sets the Upstream URL template. You can use 3 predefined parameters {hub}, {category} {event} inside the template, the value of the Upstream URL is dynamically calculated when - the client - - request comes in. For example, if the urlTemplate is http://example.com/{hub}/api/{event}, with a client request from hub chat connects, it will first POST to this URL: - - http://example.com/chat/api/connect. protocol: {} - schema: &ref_133 type: object @@ -4060,13 +2895,10 @@ schemas: properties: - schema: *ref_106 serializedName: type - language: &ref_499 + language: &ref_344 default: name: type description: Gets or sets the type of auth. None or ManagedIdentity is supported now. - go: - name: Type - description: Gets or sets the type of auth. None or ManagedIdentity is supported now. protocol: {} - schema: &ref_134 type: object @@ -4075,13 +2907,10 @@ schemas: properties: - schema: *ref_107 serializedName: resource - language: &ref_501 + language: &ref_346 default: name: resource description: "The Resource indicating the App ID URI of the target resource.\r\nIt also appears in the aud (audience) claim of the issued token." - go: - name: Resource - description: The Resource indicating the App ID URI of the target resource. It also appears in the aud (audience) claim of the issued token. protocol: {} serializationFormats: - json @@ -4093,20 +2922,12 @@ schemas: name: ManagedIdentitySettings description: Managed identity settings for upstream. namespace: '' - go: - name: ManagedIdentitySettings - description: ManagedIdentitySettings - Managed identity settings for upstream. - marshallingFormat: json - namespace: '' protocol: {} serializedName: managedIdentity - language: &ref_500 + language: &ref_345 default: name: managedIdentity description: Gets or sets the managed identity settings. It's required if the auth type is set to ManagedIdentity. - go: - name: ManagedIdentity - description: Gets or sets the managed identity settings. It's required if the auth type is set to ManagedIdentity. protocol: {} serializationFormats: - json @@ -4118,21 +2939,13 @@ schemas: name: UpstreamAuthSettings description: Upstream auth settings. namespace: '' - go: - name: UpstreamAuthSettings - description: UpstreamAuthSettings - Upstream auth settings. - marshallingFormat: json - namespace: '' protocol: {} required: false serializedName: auth - language: &ref_498 + language: &ref_343 default: name: auth description: Gets or sets the auth settings for an upstream. If not set, no auth is used for upstream messages. - go: - name: Auth - description: Gets or sets the auth settings for an upstream. If not set, no auth is used for upstream messages. protocol: {} serializationFormats: - json @@ -4144,35 +2957,17 @@ schemas: name: UpstreamTemplate description: "Upstream template item settings. It defines the Upstream URL of the incoming requests.\r\nThe template defines the pattern of the event, the hub or the category of the incoming request that matches current URL template." namespace: '' - go: - name: UpstreamTemplate - description: >- - UpstreamTemplate - Upstream template item settings. It defines the Upstream URL of the incoming requests. The template defines the pattern of the event, the hub or the category of the incoming request - that matches - - current URL template. - marshallingFormat: json - namespace: '' protocol: {} language: default: name: ServerlessUpstreamSettingsTemplates description: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. - go: - name: '[]*UpstreamTemplate' - description: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: templates - language: &ref_463 + language: &ref_308 default: name: templates description: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. - go: - name: Templates - description: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects. - byValue: true protocol: {} serializationFormats: - json @@ -4184,21 +2979,12 @@ schemas: name: ServerlessUpstreamSettings description: The settings for the Upstream when the service is in server-less mode. namespace: '' - go: - name: ServerlessUpstreamSettings - description: ServerlessUpstreamSettings - The settings for the Upstream when the service is in server-less mode. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: upstream - language: &ref_462 + language: &ref_307 default: name: upstream description: Upstream settings when the service is in server-less mode. - go: - name: Upstream - description: Upstream settings when the service is in server-less mode. protocol: {} - schema: &ref_135 type: object @@ -4207,13 +2993,10 @@ schemas: properties: - schema: *ref_108 serializedName: defaultAction - language: &ref_466 + language: &ref_311 default: name: defaultAction description: Default action when no other rule matches - go: - name: DefaultAction - description: Default action when no other rule matches protocol: {} - schema: &ref_109 type: object @@ -4234,13 +3017,10 @@ schemas: - schema: *ref_110 required: true serializedName: name - language: &ref_470 + language: &ref_315 default: name: name description: Name of the private endpoint connection - go: - name: Name - description: REQUIRED; Name of the private endpoint connection protocol: {} serializationFormats: - json @@ -4252,11 +3032,6 @@ schemas: name: PrivateEndpointACL description: ACL for a private endpoint namespace: '' - go: - name: PrivateEndpointACL - description: PrivateEndpointACL - ACL for a private endpoint - marshallingFormat: json - namespace: '' protocol: {} immediate: - *ref_111 @@ -4270,21 +3045,12 @@ schemas: default: name: NetworkACLAllow description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: '[]*SignalRRequestType' - description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: allow - language: &ref_468 + language: &ref_313 default: name: allow description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: Allow - description: 'Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - byValue: true protocol: {} - schema: &ref_162 type: array @@ -4295,47 +3061,29 @@ schemas: default: name: NetworkACLDeny description: 'Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: '[]*SignalRRequestType' - description: 'Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: deny language: default: name: deny description: 'Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - go: - name: Deny - description: 'Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.' - byValue: true protocol: {} serializationFormats: - json usage: - output - input - language: &ref_471 + language: &ref_316 default: name: NetworkACL description: Network ACL namespace: '' - go: - name: NetworkACL - description: NetworkACL - Network ACL - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: publicNetwork - language: &ref_467 + language: &ref_312 default: name: publicNetwork description: ACL for requests from public network - go: - name: PublicNetwork - description: ACL for requests from public network protocol: {} - schema: &ref_163 type: array @@ -4346,21 +3094,12 @@ schemas: default: name: SignalRNetworkACLsPrivateEndpoints description: ACLs for requests from private endpoints - go: - name: '[]*PrivateEndpointACL' - description: ACLs for requests from private endpoints - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: privateEndpoints - language: &ref_469 + language: &ref_314 default: name: privateEndpoints description: ACLs for requests from private endpoints - go: - name: PrivateEndpoints - description: ACLs for requests from private endpoints - byValue: true protocol: {} serializationFormats: - json @@ -4372,53 +3111,33 @@ schemas: name: SignalRNetworkACLs description: Network ACLs for the resource namespace: '' - go: - name: NetworkACLs - description: NetworkACLs - Network ACLs for the resource - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: networkACLs - language: &ref_465 + language: &ref_310 default: name: networkACLs description: Network ACLs - go: - name: NetworkACLs - description: Network ACLs protocol: {} - schema: *ref_113 serializedName: publicNetworkAccess - language: &ref_472 + language: &ref_317 default: name: publicNetworkAccess description: "Enable or disable public network access. Default to \"Enabled\".\r\nWhen it's Enabled, network ACLs still apply.\r\nWhen it's Disabled, public network access is always disabled no matter what you set in network ACLs." - go: - name: PublicNetworkAccess - description: |- - Enable or disable public network access. Default to "Enabled". When it's Enabled, network ACLs still apply. When it's Disabled, public network access is always disabled no matter what you set in - network ACLs. protocol: {} - schema: *ref_114 serializedName: disableLocalAuth - language: &ref_473 + language: &ref_318 default: name: disableLocalAuth description: "DisableLocalAuth\r\nEnable or disable local auth with AccessKey\r\nWhen set as true, connection with AccessKey=xxx won't work." - go: - name: DisableLocalAuth - description: DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work. protocol: {} - schema: *ref_115 serializedName: disableAadAuth - language: &ref_474 + language: &ref_319 default: name: disableAadAuth description: "DisableLocalAuth\r\nEnable or disable aad auth\r\nWhen set as true, connection with AuthType=aad won't work." - go: - name: DisableAADAuth - description: DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work. protocol: {} serializationFormats: - json @@ -4430,23 +3149,14 @@ schemas: name: SignalRProperties description: A class that describes the properties of the resource namespace: '' - go: - name: Properties - description: Properties - A class that describes the properties of the resource - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: properties extensions: x-ms-client-flatten: true - language: &ref_427 + language: &ref_272 default: name: properties description: Settings used to provision or configure the resource - go: - name: Properties - description: Settings used to provision or configure the resource protocol: {} - schema: *ref_116 serializedName: kind @@ -4454,13 +3164,10 @@ schemas: x-ms-mutability: - read - create - language: &ref_475 + language: &ref_320 default: name: kind description: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR" - go: - name: Kind - description: The kind of the service - e.g. "SignalR" for "Microsoft.SignalRService/SignalR" protocol: {} - schema: &ref_136 type: object @@ -4469,49 +3176,33 @@ schemas: properties: - schema: *ref_117 serializedName: type - language: &ref_477 + language: &ref_322 default: name: type description: 'Represent the identity type: systemAssigned, userAssigned, None' - go: - name: Type - description: 'Represent the identity type: systemAssigned, userAssigned, None' protocol: {} - schema: *ref_118 serializedName: userAssignedIdentities - extensions: - x-internal-autorest-anonymous-schema: - anonymous: true language: default: name: userAssignedIdentities description: Get or set the user assigned identities - go: - name: UserAssignedIdentities - description: Get or set the user assigned identities - byValue: true protocol: {} - schema: *ref_119 readOnly: true serializedName: principalId - language: &ref_478 + language: &ref_323 default: name: principalId description: "Get the principal id for the system assigned identity.\r\nOnly be used in response." - go: - name: PrincipalID - description: READ-ONLY; Get the principal id for the system assigned identity. Only be used in response. protocol: {} - schema: *ref_120 readOnly: true serializedName: tenantId - language: &ref_479 + language: &ref_324 default: name: tenantId description: "Get the tenant id for the system assigned identity.\r\nOnly be used in response" - go: - name: TenantID - description: READ-ONLY; Get the tenant id for the system assigned identity. Only be used in response protocol: {} serializationFormats: - json @@ -4523,32 +3214,20 @@ schemas: name: ManagedIdentity description: A class represent managed identities used for request and response namespace: '' - go: - name: ManagedIdentity - description: ManagedIdentity - A class represent managed identities used for request and response - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} serializedName: identity - language: &ref_476 + language: &ref_321 default: name: identity description: The managed identity response - go: - name: Identity - description: The managed identity response protocol: {} - schema: *ref_66 readOnly: true serializedName: systemData - language: &ref_480 + language: &ref_325 default: name: systemData description: Metadata pertaining to creation and last modification of the resource. - go: - name: SystemData - description: READ-ONLY; Metadata pertaining to creation and last modification of the resource. protocol: {} serializationFormats: - json @@ -4560,32 +3239,17 @@ schemas: name: ResourceInfo description: A class represent a resource. namespace: '' - go: - name: ResourceInfo - description: ResourceInfo - A class represent a resource. - marshallingFormat: json - namespace: '' - needsPatchMarshaller: true protocol: {} language: default: name: ResourceInfoListValue description: List of the resources - go: - name: '[]*ResourceInfo' - description: List of the resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_421 + language: &ref_266 default: name: value description: List of the resources - go: - name: Value - description: List of the resources - byValue: true protocol: {} - schema: *ref_121 serializedName: nextLink @@ -4593,9 +3257,6 @@ schemas: default: name: nextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -4606,12 +3267,6 @@ schemas: name: ResourceInfoList description: Object that includes an array of resources and a possible link for next set. namespace: '' - go: - name: ResourceInfoList - description: ResourceInfoList - Object that includes an array of resources and a possible link for next set. - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_53 - *ref_122 @@ -4638,7 +3293,7 @@ schemas: - *ref_136 - *ref_137 - *ref_81 - - &ref_243 + - &ref_199 type: object apiVersions: - version: 2021-06-01-preview @@ -4654,9 +3309,6 @@ schemas: default: name: primaryKey description: The primary access key. - go: - name: PrimaryKey - description: The primary access key. protocol: {} - schema: *ref_139 serializedName: secondaryKey @@ -4669,9 +3321,6 @@ schemas: default: name: secondaryKey description: The secondary access key. - go: - name: SecondaryKey - description: The secondary access key. protocol: {} - schema: *ref_140 serializedName: primaryConnectionString @@ -4684,9 +3333,6 @@ schemas: default: name: primaryConnectionString description: Connection string constructed via the primaryKey - go: - name: PrimaryConnectionString - description: Connection string constructed via the primaryKey protocol: {} - schema: *ref_141 serializedName: secondaryConnectionString @@ -4699,9 +3345,6 @@ schemas: default: name: secondaryConnectionString description: Connection string constructed via the secondaryKey - go: - name: SecondaryConnectionString - description: Connection string constructed via the secondaryKey protocol: {} serializationFormats: - json @@ -4712,13 +3355,8 @@ schemas: name: SignalRKeys description: A class represents the access keys of the resource. namespace: '' - go: - name: Keys - description: Keys - A class represents the access keys of the resource. - marshallingFormat: json - namespace: '' protocol: {} - - &ref_277 + - &ref_211 type: object apiVersions: - version: 2021-06-01-preview @@ -4732,21 +3370,12 @@ schemas: default: name: PrivateEndpointConnectionListValue description: The list of the private endpoint connections - go: - name: '[]*PrivateEndpointConnection' - description: The list of the private endpoint connections - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_548 + language: &ref_393 default: name: value description: The list of the private endpoint connections - go: - name: Value - description: The list of the private endpoint connections - byValue: true protocol: {} - schema: *ref_142 serializedName: nextLink @@ -4754,9 +3383,6 @@ schemas: default: name: nextLink description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. - go: - name: NextLink - description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. protocol: {} serializationFormats: - json @@ -4767,14 +3393,8 @@ schemas: name: PrivateEndpointConnectionList description: A list of private endpoint connections namespace: '' - go: - name: PrivateEndpointConnectionList - description: PrivateEndpointConnectionList - A list of private endpoint connections - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - - &ref_311 + - &ref_225 type: object apiVersions: - version: 2021-06-01-preview @@ -4788,31 +3408,19 @@ schemas: default: name: PrivateLinkResourceListValue description: List of PrivateLinkResource - go: - name: '[]*PrivateLinkResource' - description: List of PrivateLinkResource - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_571 + language: &ref_416 default: name: value description: List of PrivateLinkResource - go: - name: Value - description: List of PrivateLinkResource - byValue: true protocol: {} - schema: *ref_143 serializedName: nextLink - language: &ref_582 + language: &ref_427 default: name: nextLink description: "The URL the client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use." - go: - name: NextLink - description: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. protocol: {} serializationFormats: - json @@ -4823,31 +3431,22 @@ schemas: name: PrivateLinkResourceList description: Contains a list of PrivateLinkResource and a possible link to query more results namespace: '' - go: - name: PrivateLinkResourceList - description: PrivateLinkResourceList - Contains a list of PrivateLinkResource and a possible link to query more results - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} - *ref_80 - *ref_144 - *ref_145 - *ref_146 - - &ref_249 + - &ref_200 type: object apiVersions: - version: 2021-06-01-preview properties: - schema: *ref_147 serializedName: keyType - language: &ref_524 + language: &ref_369 default: name: keyType description: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). - go: - name: KeyType - description: The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). protocol: {} serializationFormats: - json @@ -4858,13 +3457,8 @@ schemas: name: RegenerateKeyParameters description: Parameters describes the request to regenerate access keys namespace: '' - go: - name: RegenerateKeyParameters - description: RegenerateKeyParameters - Parameters describes the request to regenerate access keys - marshallingFormat: json - namespace: '' protocol: {} - - &ref_319 + - &ref_228 type: object apiVersions: - version: 2021-06-01-preview @@ -4878,21 +3472,12 @@ schemas: default: name: SharedPrivateLinkResourceListValue description: The list of the shared private link resources - go: - name: '[]*SharedPrivateLinkResource' - description: The list of the shared private link resources - elementIsPtr: true - marshallingFormat: json protocol: {} serializedName: value - language: &ref_588 + language: &ref_433 default: name: value description: The list of the shared private link resources - go: - name: Value - description: The list of the shared private link resources - byValue: true protocol: {} - schema: *ref_148 serializedName: nextLink @@ -4900,9 +3485,6 @@ schemas: default: name: nextLink description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. - go: - name: NextLink - description: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size. protocol: {} serializationFormats: - json @@ -4913,12 +3495,6 @@ schemas: name: SharedPrivateLinkResourceList description: A list of shared private link resources namespace: '' - go: - name: SharedPrivateLinkResourceList - description: SharedPrivateLinkResourceList - A list of shared private link resources - hasArrayMap: true - marshallingFormat: json - namespace: '' protocol: {} arrays: - *ref_149 @@ -4944,21 +3520,17 @@ schemas: - *ref_169 - *ref_170 globalParameters: - - &ref_182 + - &ref_177 schema: *ref_1 implementation: Client required: true extensions: x-ms-priority: 1 - language: &ref_409 + language: &ref_254 default: name: SubscriptionId description: Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. serializedName: subscriptionId - go: - name: subscriptionID - description: Gets subscription Id which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - serializedName: subscriptionId protocol: http: in: path @@ -4975,10 +3547,6 @@ globalParameters: name: $host description: server parameter serializedName: $host - go: - name: endpoint - description: server parameter - serializedName: $host protocol: http: in: uri @@ -4987,23 +3555,19 @@ globalParameters: implementation: Client origin: modelerfour:synthesized/api-version required: true - language: &ref_395 + language: &ref_240 default: name: apiVersion description: Api Version serializedName: api-version - go: - name: apiVersion - description: Api Version - serializedName: api-version protocol: http: in: query operationGroups: - - &ref_408 + - &ref_253 $key: Operations operations: - - &ref_407 + - &ref_252 operationId: Operations_List apiVersions: - version: 2021-06-01-preview @@ -5021,10 +3585,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5033,9 +3593,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /providers/Microsoft.SignalRService/operations @@ -5044,13 +3601,10 @@ operationGroups: signatureParameters: [] responses: - schema: *ref_175 - language: &ref_396 + language: &ref_241 default: name: '' description: Success. The response describes the list of operations. - go: - name: '' - description: Success. The response describes the list of operations. protocol: http: knownMediaType: json @@ -5064,9 +3618,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -5101,111 +3652,46 @@ operationGroups: description: Lists all of the available REST API operations of the Microsoft.SignalRService provider. paging: nextLinkName: nextLink - go: - name: List - description: Lists all of the available REST API operations of the Microsoft.SignalRService provider. - azureARM: true - clientName: OperationsClient - openApiType: arm - optionalParamGroup: &ref_353 - schema: - type: object - language: - default: &ref_177 - name: OperationsClientListOptions - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_177 - protocol: {} - originalParameter: [] - required: false - serializedName: OperationsClientListOptions - language: - default: &ref_178 - name: options - description: OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method. - go: *ref_178 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_374 - type: object - properties: - - &ref_180 - schema: *ref_175 - serializedName: OperationList - language: - default: &ref_179 - name: OperationList - description: Result of the request to list REST API operations. It contains a list of operations. - byValue: true - embeddedType: true - go: *ref_179 - protocol: {} - language: - default: &ref_181 - name: OperationsClientListResponse - description: OperationsClientListResponse contains the response from method OperationsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_180 - go: *ref_181 - protocol: {} protocol: {} language: default: name: Operations description: '' - go: - name: Operations - description: '' - clientCtorName: NewOperationsClient - clientName: OperationsClient protocol: {} - - &ref_419 + - &ref_264 $key: SignalR operations: - - &ref_418 + - &ref_263 operationId: SignalR_CheckNameAvailability apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_186 + - &ref_181 schema: *ref_1 implementation: Method required: true - language: &ref_410 + language: &ref_255 default: name: location description: the region serializedName: location - go: - name: location - description: the region - serializedName: location protocol: http: in: path - *ref_173 - - *ref_182 + - *ref_177 requestMediaTypes: - application/json: &ref_185 + application/json: &ref_180 parameters: - - &ref_184 - schema: *ref_183 + - &ref_179 + schema: *ref_178 implementation: Method required: true - language: &ref_411 + language: &ref_256 default: name: parameters description: Parameters supplied to the operation. - go: - name: parameters - description: Parameters supplied to the operation. protocol: http: in: body @@ -5219,22 +3705,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_184 + - *ref_179 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability @@ -5244,18 +3723,15 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_185 + - *ref_180 signatureParameters: - - *ref_186 + - *ref_181 responses: - - schema: *ref_187 - language: &ref_414 + - schema: *ref_182 + language: &ref_259 default: name: '' description: Success. The response describes the name availability. - go: - name: '' - description: Success. The response describes the name availability. protocol: http: knownMediaType: json @@ -5269,9 +3745,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -5300,68 +3773,15 @@ operationGroups: default: name: CheckNameAvailability description: Checks that the resource name is valid and is not already in use. - go: - name: CheckNameAvailability - description: |- - Checks that the resource name is valid and is not already in use. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_354 - schema: - type: object - language: - default: &ref_188 - name: ClientCheckNameAvailabilityOptions - description: ClientCheckNameAvailabilityOptions contains the optional parameters for the Client.CheckNameAvailability method. - go: *ref_188 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientCheckNameAvailabilityOptions - language: - default: &ref_189 - name: options - description: ClientCheckNameAvailabilityOptions contains the optional parameters for the Client.CheckNameAvailability method. - go: *ref_189 - protocol: {} - protocolNaming: - internalMethod: checkNameAvailability - requestMethod: checkNameAvailabilityCreateRequest - responseMethod: checkNameAvailabilityHandleResponse - responseEnv: &ref_375 - type: object - properties: - - &ref_191 - schema: *ref_187 - serializedName: NameAvailability - language: - default: &ref_190 - name: NameAvailability - description: Result of the request to check name availability. It contains a flag and possible reason of failure. - byValue: true - embeddedType: true - go: *ref_190 - protocol: {} - language: - default: &ref_192 - name: ClientCheckNameAvailabilityResponse - description: ClientCheckNameAvailabilityResponse contains the response from method Client.CheckNameAvailability. - marshallingFormat: json - responseType: true - resultProp: *ref_191 - go: *ref_192 - protocol: {} protocol: {} - - &ref_484 + - &ref_329 operationId: SignalR_ListBySubscription apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 + - *ref_177 requests: - parameters: - schema: *ref_174 @@ -5373,10 +3793,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5385,9 +3801,6 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/signalR @@ -5395,14 +3808,11 @@ operationGroups: uri: '{$host}' signatureParameters: [] responses: - - schema: *ref_193 - language: &ref_420 + - schema: *ref_183 + language: &ref_265 default: name: '' description: Success. The response describes the list of resources in the subscription. - go: - name: '' - description: Success. The response describes the list of resources in the subscription. protocol: http: knownMediaType: json @@ -5416,9 +3826,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -5528,81 +3935,24 @@ operationGroups: description: Handles requests to list all resources in a subscription. paging: nextLinkName: nextLink - go: - name: ListBySubscription - description: Handles requests to list all resources in a subscription. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_355 - schema: - type: object - language: - default: &ref_194 - name: ClientListBySubscriptionOptions - description: ClientListBySubscriptionOptions contains the optional parameters for the Client.NewListBySubscriptionPager method. - go: *ref_194 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientListBySubscriptionOptions - language: - default: &ref_195 - name: options - description: ClientListBySubscriptionOptions contains the optional parameters for the Client.NewListBySubscriptionPager method. - go: *ref_195 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listBySubscription - requestMethod: listBySubscriptionCreateRequest - responseMethod: listBySubscriptionHandleResponse - responseEnv: &ref_376 - type: object - properties: - - &ref_197 - schema: *ref_193 - serializedName: ResourceInfoList - language: - default: &ref_196 - name: ResourceInfoList - description: Object that includes an array of resources and a possible link for next set. - byValue: true - embeddedType: true - go: *ref_196 - protocol: {} - language: - default: &ref_198 - name: ClientListBySubscriptionResponse - description: ClientListBySubscriptionResponse contains the response from method Client.NewListBySubscriptionPager. - marshallingFormat: json - responseType: true - resultProp: *ref_197 - go: *ref_198 - protocol: {} protocol: {} - - &ref_487 + - &ref_332 operationId: SignalR_ListByResourceGroup apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_199 + - *ref_177 + - &ref_184 schema: *ref_1 implementation: Method required: true - language: &ref_485 + language: &ref_330 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path @@ -5617,10 +3967,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5629,25 +3975,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR method: get uri: '{$host}' signatureParameters: - - *ref_199 + - *ref_184 responses: - - schema: *ref_193 - language: &ref_486 + - schema: *ref_183 + language: &ref_331 default: name: '' description: Success. The response describes the list of resources in a resourceGroup. - go: - name: '' - description: Success. The response describes the list of resources in a resourceGroup. protocol: http: knownMediaType: json @@ -5661,9 +4001,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -5774,97 +4111,36 @@ operationGroups: description: Handles requests to list all resources in a resource group. paging: nextLinkName: nextLink - go: - name: ListByResourceGroup - description: Handles requests to list all resources in a resource group. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_356 - schema: - type: object - language: - default: &ref_200 - name: ClientListByResourceGroupOptions - description: ClientListByResourceGroupOptions contains the optional parameters for the Client.NewListByResourceGroupPager method. - go: *ref_200 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientListByResourceGroupOptions - language: - default: &ref_201 - name: options - description: ClientListByResourceGroupOptions contains the optional parameters for the Client.NewListByResourceGroupPager method. - go: *ref_201 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listByResourceGroup - requestMethod: listByResourceGroupCreateRequest - responseMethod: listByResourceGroupHandleResponse - responseEnv: &ref_377 - type: object - properties: - - &ref_203 - schema: *ref_193 - serializedName: ResourceInfoList - language: - default: &ref_202 - name: ResourceInfoList - description: Object that includes an array of resources and a possible link for next set. - byValue: true - embeddedType: true - go: *ref_202 - protocol: {} - language: - default: &ref_204 - name: ClientListByResourceGroupResponse - description: ClientListByResourceGroupResponse contains the response from method Client.NewListByResourceGroupPager. - marshallingFormat: json - responseType: true - resultProp: *ref_203 - go: *ref_204 - protocol: {} protocol: {} - - &ref_491 + - &ref_336 operationId: SignalR_Get apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_205 + - *ref_177 + - &ref_185 schema: *ref_1 implementation: Method required: true - language: &ref_488 + language: &ref_333 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_206 + - &ref_186 schema: *ref_1 implementation: Method required: true - language: &ref_489 + language: &ref_334 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -5879,10 +4155,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -5891,26 +4163,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName} method: get uri: '{$host}' signatureParameters: - - *ref_205 - - *ref_206 + - *ref_185 + - *ref_186 responses: - schema: *ref_53 - language: &ref_490 + language: &ref_335 default: name: '' description: Success. The response describes the corresponding resource. - go: - name: '' - description: Success. The response describes the corresponding resource. protocol: http: knownMediaType: json @@ -5924,9 +4190,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -6033,114 +4296,50 @@ operationGroups: default: name: Get description: Get the resource and its properties. - go: - name: Get - description: |- - Get the resource and its properties. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_357 - schema: - type: object - language: - default: &ref_207 - name: ClientGetOptions - description: ClientGetOptions contains the optional parameters for the Client.Get method. - go: *ref_207 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientGetOptions - language: - default: &ref_208 - name: options - description: ClientGetOptions contains the optional parameters for the Client.Get method. - go: *ref_208 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_378 - type: object - properties: - - &ref_210 - schema: *ref_53 - serializedName: ResourceInfo - language: - default: &ref_209 - name: ResourceInfo - description: A class represent a resource. - byValue: true - embeddedType: true - go: *ref_209 - protocol: {} - language: - default: &ref_211 - name: ClientGetResponse - description: ClientGetResponse contains the response from method Client.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_210 - go: *ref_211 - protocol: {} protocol: {} - - &ref_506 + - &ref_351 operationId: SignalR_CreateOrUpdate apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_214 + - *ref_177 + - &ref_189 schema: *ref_1 implementation: Method required: true - language: &ref_492 + language: &ref_337 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_215 + - &ref_190 schema: *ref_1 implementation: Method required: true - language: &ref_493 + language: &ref_338 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_213 + application/json: &ref_188 parameters: - - &ref_212 + - &ref_187 schema: *ref_53 implementation: Method required: true - language: &ref_494 + language: &ref_339 default: name: parameters description: Parameters for the create or update operation - go: - name: parameters - description: Parameters for the create or update operation protocol: http: in: body @@ -6154,22 +4353,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_212 + - *ref_187 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName} @@ -6179,19 +4371,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_213 + - *ref_188 signatureParameters: - - *ref_214 - - *ref_215 + - *ref_189 + - *ref_190 responses: - schema: *ref_53 - language: &ref_502 + language: &ref_347 default: name: '' description: Success. The response describes a resource. - go: - name: '' - description: Success. The response describes a resource. protocol: http: knownMediaType: json @@ -6200,13 +4389,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_53 - language: &ref_503 + language: &ref_348 default: name: '' description: Created. The response describes the new resource and contains a Location header to query the operation result. - go: - name: '' - description: Created. The response describes the new resource and contains a Location header to query the operation result. protocol: http: knownMediaType: json @@ -6218,9 +4404,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the exiting resource is now updating and contains a Location header to query the operation result.. - go: - name: '' - description: Accepted. The response indicates the exiting resource is now updating and contains a Location header to query the operation result.. protocol: http: statusCodes: @@ -6231,9 +4414,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -6474,11 +4654,11 @@ operationGroups: lastModifiedByType: User tags: key1: value1 - headers: &ref_504 + headers: &ref_349 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... '202': - headers: &ref_505 + headers: &ref_350 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... x-ms-long-running-operation: true @@ -6486,113 +4666,36 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a resource. - go: - name: CreateOrUpdate - description: |- - Create or update a resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_358 - schema: - type: object - language: - default: &ref_216 - name: ClientBeginCreateOrUpdateOptions - description: ClientBeginCreateOrUpdateOptions contains the optional parameters for the Client.BeginCreateOrUpdate method. - go: *ref_216 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_217 - name: string - description: '' - go: *ref_217 - protocol: {} - language: - default: &ref_218 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_218 - protocol: {} - required: false - serializedName: ClientBeginCreateOrUpdateOptions - language: - default: &ref_219 - name: options - description: ClientBeginCreateOrUpdateOptions contains the optional parameters for the Client.BeginCreateOrUpdate method. - go: *ref_219 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_379 - type: object - properties: - - &ref_221 - schema: *ref_53 - serializedName: ResourceInfo - language: - default: &ref_220 - name: ResourceInfo - description: A class represent a resource. - byValue: true - embeddedType: true - go: *ref_220 - protocol: {} - language: - default: &ref_222 - name: ClientCreateOrUpdateResponse - description: ClientCreateOrUpdateResponse contains the response from method Client.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_221 - go: *ref_222 - protocol: {} protocol: {} - - &ref_510 + - &ref_355 operationId: SignalR_Delete apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_223 + - *ref_177 + - &ref_191 schema: *ref_1 implementation: Method required: true - language: &ref_507 + language: &ref_352 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_224 + - &ref_192 schema: *ref_1 implementation: Method required: true - language: &ref_508 + language: &ref_353 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -6607,10 +4710,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -6619,25 +4718,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName} method: delete uri: '{$host}' signatureParameters: - - *ref_223 - - *ref_224 + - *ref_191 + - *ref_192 responses: - - language: &ref_622 + - language: &ref_467 default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: @@ -6646,9 +4739,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -6657,9 +4747,6 @@ operationGroups: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: @@ -6670,9 +4757,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -6692,7 +4776,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_509 + headers: &ref_354 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... '204': {} @@ -6701,116 +4785,50 @@ operationGroups: default: name: Delete description: Operation to delete a resource. - go: - name: Delete - description: |- - Operation to delete a resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_359 - schema: - type: object - language: - default: &ref_225 - name: ClientBeginDeleteOptions - description: ClientBeginDeleteOptions contains the optional parameters for the Client.BeginDelete method. - go: *ref_225 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_226 - name: string - description: '' - go: *ref_226 - protocol: {} - language: - default: &ref_227 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_227 - protocol: {} - required: false - serializedName: ClientBeginDeleteOptions - language: - default: &ref_228 - name: options - description: ClientBeginDeleteOptions contains the optional parameters for the Client.BeginDelete method. - go: *ref_228 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_380 - type: object - language: - default: &ref_229 - name: ClientDeleteResponse - description: ClientDeleteResponse contains the response from method Client.BeginDelete. - forLRO: true - responseType: true - go: *ref_229 - protocol: {} protocol: {} - - &ref_516 + - &ref_361 operationId: SignalR_Update apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_232 + - *ref_177 + - &ref_195 schema: *ref_1 implementation: Method required: true - language: &ref_511 + language: &ref_356 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_233 + - &ref_196 schema: *ref_1 implementation: Method required: true - language: &ref_512 + language: &ref_357 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_231 + application/json: &ref_194 parameters: - - &ref_230 + - &ref_193 schema: *ref_53 implementation: Method required: true - language: &ref_513 + language: &ref_358 default: name: parameters description: Parameters for the update operation - go: - name: parameters - description: Parameters for the update operation protocol: http: in: body @@ -6824,22 +4842,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_230 + - *ref_193 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName} @@ -6849,19 +4860,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_231 + - *ref_194 signatureParameters: - - *ref_232 - - *ref_233 + - *ref_195 + - *ref_196 responses: - schema: *ref_53 - language: &ref_514 + language: &ref_359 default: name: '' description: Success. The response describes a resource. - go: - name: '' - description: Success. The response describes a resource. protocol: http: knownMediaType: json @@ -6873,9 +4881,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the exiting resource is now updating and contains a Location header to query the operation result.. - go: - name: '' - description: Accepted. The response indicates the exiting resource is now updating and contains a Location header to query the operation result.. protocol: http: statusCodes: @@ -6886,9 +4891,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7046,7 +5048,7 @@ operationGroups: tags: key1: value1 '202': - headers: &ref_515 + headers: &ref_360 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... x-ms-long-running-operation: true @@ -7054,113 +5056,36 @@ operationGroups: default: name: Update description: Operation to update an exiting resource. - go: - name: Update - description: |- - Operation to update an exiting resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_360 - schema: - type: object - language: - default: &ref_234 - name: ClientBeginUpdateOptions - description: ClientBeginUpdateOptions contains the optional parameters for the Client.BeginUpdate method. - go: *ref_234 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_235 - name: string - description: '' - go: *ref_235 - protocol: {} - language: - default: &ref_236 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_236 - protocol: {} - required: false - serializedName: ClientBeginUpdateOptions - language: - default: &ref_237 - name: options - description: ClientBeginUpdateOptions contains the optional parameters for the Client.BeginUpdate method. - go: *ref_237 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_381 - type: object - properties: - - &ref_239 - schema: *ref_53 - serializedName: ResourceInfo - language: - default: &ref_238 - name: ResourceInfo - description: A class represent a resource. - byValue: true - embeddedType: true - go: *ref_238 - protocol: {} - language: - default: &ref_240 - name: ClientUpdateResponse - description: ClientUpdateResponse contains the response from method Client.BeginUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_239 - go: *ref_240 - protocol: {} protocol: {} - - &ref_520 + - &ref_365 operationId: SignalR_ListKeys apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_241 + - *ref_177 + - &ref_197 schema: *ref_1 implementation: Method required: true - language: &ref_517 + language: &ref_362 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_242 + - &ref_198 schema: *ref_1 implementation: Method required: true - language: &ref_518 + language: &ref_363 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -7175,10 +5100,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7187,26 +5108,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/listKeys method: post uri: '{$host}' signatureParameters: - - *ref_241 - - *ref_242 + - *ref_197 + - *ref_198 responses: - - schema: *ref_243 - language: &ref_519 + - schema: *ref_199 + language: &ref_364 default: name: '' description: Success. The response describes access keys of the resource. - go: - name: '' - description: Success. The response describes access keys of the resource. protocol: http: knownMediaType: json @@ -7220,9 +5135,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7246,114 +5158,50 @@ operationGroups: default: name: ListKeys description: Get the access keys of the resource. - go: - name: ListKeys - description: |- - Get the access keys of the resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_361 - schema: - type: object - language: - default: &ref_244 - name: ClientListKeysOptions - description: ClientListKeysOptions contains the optional parameters for the Client.ListKeys method. - go: *ref_244 - protocol: {} - originalParameter: [] - required: false - serializedName: ClientListKeysOptions - language: - default: &ref_245 - name: options - description: ClientListKeysOptions contains the optional parameters for the Client.ListKeys method. - go: *ref_245 - protocol: {} - protocolNaming: - internalMethod: listKeys - requestMethod: listKeysCreateRequest - responseMethod: listKeysHandleResponse - responseEnv: &ref_382 - type: object - properties: - - &ref_247 - schema: *ref_243 - serializedName: Keys - language: - default: &ref_246 - name: Keys - description: A class represents the access keys of the resource. - byValue: true - embeddedType: true - go: *ref_246 - protocol: {} - language: - default: &ref_248 - name: ClientListKeysResponse - description: ClientListKeysResponse contains the response from method Client.ListKeys. - marshallingFormat: json - responseType: true - resultProp: *ref_247 - go: *ref_248 - protocol: {} protocol: {} - - &ref_527 + - &ref_372 operationId: SignalR_RegenerateKey apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_252 + - *ref_177 + - &ref_203 schema: *ref_1 implementation: Method required: true - language: &ref_521 + language: &ref_366 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_253 + - &ref_204 schema: *ref_1 implementation: Method required: true - language: &ref_522 + language: &ref_367 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_251 + application/json: &ref_202 parameters: - - &ref_250 - schema: *ref_249 + - &ref_201 + schema: *ref_200 implementation: Method required: true - language: &ref_523 + language: &ref_368 default: name: parameters description: Parameter that describes the Regenerate Key Operation. - go: - name: parameters - description: Parameter that describes the Regenerate Key Operation. protocol: http: in: body @@ -7367,22 +5215,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_250 + - *ref_201 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/regenerateKey @@ -7392,19 +5233,16 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_251 + - *ref_202 signatureParameters: - - *ref_252 - - *ref_253 + - *ref_203 + - *ref_204 responses: - - schema: *ref_243 - language: &ref_525 + - schema: *ref_199 + language: &ref_370 default: name: '' description: Accepted and an async operation is executing in background to make the new key to take effect. The response contains new access keys and a Location header to query the async operation result. - go: - name: '' - description: Accepted and an async operation is executing in background to make the new key to take effect. The response contains new access keys and a Location header to query the async operation result. protocol: http: knownMediaType: json @@ -7418,9 +5256,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7442,7 +5277,7 @@ operationGroups: responses: '202': body: {} - headers: &ref_526 + headers: &ref_371 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... x-ms-long-running-operation: true @@ -7452,113 +5287,36 @@ operationGroups: default: name: RegenerateKey description: Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the same time. - go: - name: RegenerateKey - description: |- - Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the same time. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_362 - schema: - type: object - language: - default: &ref_254 - name: ClientBeginRegenerateKeyOptions - description: ClientBeginRegenerateKeyOptions contains the optional parameters for the Client.BeginRegenerateKey method. - go: *ref_254 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_255 - name: string - description: '' - go: *ref_255 - protocol: {} - language: - default: &ref_256 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_256 - protocol: {} - required: false - serializedName: ClientBeginRegenerateKeyOptions - language: - default: &ref_257 - name: options - description: ClientBeginRegenerateKeyOptions contains the optional parameters for the Client.BeginRegenerateKey method. - go: *ref_257 - protocol: {} - protocolNaming: - internalMethod: regenerateKey - requestMethod: regenerateKeyCreateRequest - responseMethod: regenerateKeyHandleResponse - responseEnv: &ref_383 - type: object - properties: - - &ref_259 - schema: *ref_243 - serializedName: Keys - language: - default: &ref_258 - name: Keys - description: A class represents the access keys of the resource. - byValue: true - embeddedType: true - go: *ref_258 - protocol: {} - language: - default: &ref_260 - name: ClientRegenerateKeyResponse - description: ClientRegenerateKeyResponse contains the response from method Client.BeginRegenerateKey. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_259 - go: *ref_260 - protocol: {} protocol: {} - - &ref_531 + - &ref_376 operationId: SignalR_Restart apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_261 + - *ref_177 + - &ref_205 schema: *ref_1 implementation: Method required: true - language: &ref_528 + language: &ref_373 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_262 + - &ref_206 schema: *ref_1 implementation: Method required: true - language: &ref_529 + language: &ref_374 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -7573,10 +5331,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7585,25 +5339,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/restart method: post uri: '{$host}' signatureParameters: - - *ref_261 - - *ref_262 + - *ref_205 + - *ref_206 responses: - - language: &ref_619 + - language: &ref_464 default: name: '' description: Accepted. The response indicates the restart operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the restart operation is performed in the background. protocol: http: statusCodes: @@ -7612,9 +5360,6 @@ operationGroups: default: name: '' description: Success. The response indicates the operation is successful and no content will be returned. - go: - name: '' - description: Success. The response indicates the operation is successful and no content will be returned. protocol: http: statusCodes: @@ -7625,9 +5370,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7646,7 +5388,7 @@ operationGroups: x-ms-original-file: file:///D:/Workspace/tadelesh/autorest.go/swagger/specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_Restart.json responses: '202': - headers: &ref_530 + headers: &ref_375 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... '204': {} @@ -7657,101 +5399,35 @@ operationGroups: default: name: Restart description: Operation to restart a resource. - go: - name: Restart - description: |- - Operation to restart a resource. - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: Client - openApiType: arm - optionalParamGroup: &ref_363 - schema: - type: object - language: - default: &ref_263 - name: ClientBeginRestartOptions - description: ClientBeginRestartOptions contains the optional parameters for the Client.BeginRestart method. - go: *ref_263 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_264 - name: string - description: '' - go: *ref_264 - protocol: {} - language: - default: &ref_265 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_265 - protocol: {} - required: false - serializedName: ClientBeginRestartOptions - language: - default: &ref_266 - name: options - description: ClientBeginRestartOptions contains the optional parameters for the Client.BeginRestart method. - go: *ref_266 - protocol: {} - protocolNaming: - internalMethod: restart - requestMethod: restartCreateRequest - responseMethod: restartHandleResponse - responseEnv: &ref_384 - type: object - language: - default: &ref_267 - name: ClientRestartResponse - description: ClientRestartResponse contains the response from method Client.BeginRestart. - forLRO: true - responseType: true - go: *ref_267 - protocol: {} protocol: {} language: default: name: SignalR description: '' - go: - name: SignalR - description: '' - clientCtorName: NewClient - clientName: Client - clientParams: - - *ref_182 protocol: {} - - &ref_544 + - &ref_389 $key: Usages operations: - - &ref_543 + - &ref_388 operationId: Usages_List apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_268 + - &ref_207 schema: *ref_1 implementation: Method required: true - language: &ref_532 + language: &ref_377 default: name: location description: the location like "eastus" serializedName: location - go: - name: location - description: the location like "eastus" - serializedName: location protocol: http: in: path - *ref_173 - - *ref_182 + - *ref_177 requests: - parameters: - schema: *ref_174 @@ -7763,10 +5439,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7775,25 +5447,19 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages method: get uri: '{$host}' signatureParameters: - - *ref_268 + - *ref_207 responses: - - schema: *ref_269 - language: &ref_533 + - schema: *ref_208 + language: &ref_378 default: name: '' description: Success. The response describe the usage quotas of a subscription in specified region. - go: - name: '' - description: Success. The response describe the usage quotas of a subscription in specified region. protocol: http: knownMediaType: json @@ -7807,9 +5473,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -7852,112 +5515,44 @@ operationGroups: description: List resource usage quotas by location. paging: nextLinkName: nextLink - go: - name: List - description: List resource usage quotas by location. - azureARM: true - clientName: UsagesClient - openApiType: arm - optionalParamGroup: &ref_364 - schema: - type: object - language: - default: &ref_270 - name: UsagesClientListOptions - description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_270 - protocol: {} - originalParameter: [] - required: false - serializedName: UsagesClientListOptions - language: - default: &ref_271 - name: options - description: UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method. - go: *ref_271 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_385 - type: object - properties: - - &ref_273 - schema: *ref_269 - serializedName: UsageList - language: - default: &ref_272 - name: UsageList - description: Object that includes an array of the resource usages and a possible link for next set. - byValue: true - embeddedType: true - go: *ref_272 - protocol: {} - language: - default: &ref_274 - name: UsagesClientListResponse - description: UsagesClientListResponse contains the response from method UsagesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_273 - go: *ref_274 - protocol: {} protocol: {} language: default: name: Usages description: '' - go: - name: Usages - description: '' - clientCtorName: NewUsagesClient - clientName: UsagesClient - clientParams: - - *ref_182 protocol: {} - - &ref_550 + - &ref_395 $key: SignalRPrivateEndpointConnections operations: - - &ref_549 + - &ref_394 operationId: SignalRPrivateEndpointConnections_List apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_275 + - *ref_177 + - &ref_209 schema: *ref_1 implementation: Method required: true - language: &ref_545 + language: &ref_390 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_276 + - &ref_210 schema: *ref_1 implementation: Method required: true - language: &ref_546 + language: &ref_391 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -7972,10 +5567,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -7984,26 +5575,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections method: get uri: '{$host}' signatureParameters: - - *ref_275 - - *ref_276 + - *ref_209 + - *ref_210 responses: - - schema: *ref_277 - language: &ref_547 + - schema: *ref_211 + language: &ref_392 default: name: '' description: Success. The response describes a list of private endpoint connections. - go: - name: '' - description: Success. The response describes a list of private endpoint connections. protocol: http: knownMediaType: json @@ -8017,9 +5602,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8066,113 +5648,48 @@ operationGroups: description: List private endpoint connections paging: nextLinkName: nextLink - go: - name: List - description: List private endpoint connections - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_365 - schema: - type: object - language: - default: &ref_278 - name: PrivateEndpointConnectionsClientListOptions - description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_278 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientListOptions - language: - default: &ref_279 - name: options - description: PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.NewListPager method. - go: *ref_279 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_386 - type: object - properties: - - &ref_281 - schema: *ref_277 - serializedName: PrivateEndpointConnectionList - language: - default: &ref_280 - name: PrivateEndpointConnectionList - description: A list of private endpoint connections - byValue: true - embeddedType: true - go: *ref_280 - protocol: {} - language: - default: &ref_282 - name: PrivateEndpointConnectionsClientListResponse - description: PrivateEndpointConnectionsClientListResponse contains the response from method PrivateEndpointConnectionsClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_281 - go: *ref_282 - protocol: {} protocol: {} - - &ref_555 + - &ref_400 operationId: SignalRPrivateEndpointConnections_Get apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_283 + - &ref_212 schema: *ref_1 implementation: Method required: true - language: &ref_551 + language: &ref_396 default: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_284 + - *ref_177 + - &ref_213 schema: *ref_1 implementation: Method required: true - language: &ref_552 + language: &ref_397 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_285 + - &ref_214 schema: *ref_1 implementation: Method required: true - language: &ref_553 + language: &ref_398 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -8187,10 +5704,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8199,27 +5712,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName} method: get uri: '{$host}' signatureParameters: - - *ref_283 - - *ref_284 - - *ref_285 + - *ref_212 + - *ref_213 + - *ref_214 responses: - schema: *ref_78 - language: &ref_554 + language: &ref_399 default: name: '' description: Success. The response describes a private endpoint connection. - go: - name: '' - description: Success. The response describes a private endpoint connection. protocol: http: knownMediaType: json @@ -8233,9 +5740,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8278,130 +5782,62 @@ operationGroups: default: name: Get description: Get the specified private endpoint connection - go: - name: Get - description: |- - Get the specified private endpoint connection - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_366 - schema: - type: object - language: - default: &ref_286 - name: PrivateEndpointConnectionsClientGetOptions - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_286 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientGetOptions - language: - default: &ref_287 - name: options - description: PrivateEndpointConnectionsClientGetOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Get method. - go: *ref_287 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_387 - type: object - properties: - - &ref_289 - schema: *ref_78 - serializedName: PrivateEndpointConnection - language: - default: &ref_288 - name: PrivateEndpointConnection - description: A private endpoint connection to an azure resource - byValue: true - embeddedType: true - go: *ref_288 - protocol: {} - language: - default: &ref_290 - name: PrivateEndpointConnectionsClientGetResponse - description: PrivateEndpointConnectionsClientGetResponse contains the response from method PrivateEndpointConnectionsClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_289 - go: *ref_290 - protocol: {} protocol: {} - - &ref_562 + - &ref_407 operationId: SignalRPrivateEndpointConnections_Update apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_293 + - &ref_217 schema: *ref_1 implementation: Method required: true - language: &ref_556 + language: &ref_401 default: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_294 + - *ref_177 + - &ref_218 schema: *ref_1 implementation: Method required: true - language: &ref_557 + language: &ref_402 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_295 + - &ref_219 schema: *ref_1 implementation: Method required: true - language: &ref_558 + language: &ref_403 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_292 + application/json: &ref_216 parameters: - - &ref_291 + - &ref_215 schema: *ref_78 implementation: Method required: true - language: &ref_559 + language: &ref_404 default: name: parameters description: The resource of private endpoint and its properties - go: - name: parameters - description: The resource of private endpoint and its properties protocol: http: in: body @@ -8415,22 +5851,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_291 + - *ref_215 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName} @@ -8440,20 +5869,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_292 + - *ref_216 signatureParameters: - - *ref_293 - - *ref_294 - - *ref_295 + - *ref_217 + - *ref_218 + - *ref_219 responses: - schema: *ref_78 - language: &ref_560 + language: &ref_405 default: name: '' description: OK. The response indicates the private endpoint connection is updated successfully. - go: - name: '' - description: OK. The response indicates the private endpoint connection is updated successfully. protocol: http: knownMediaType: json @@ -8467,9 +5893,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8515,120 +5938,55 @@ operationGroups: lastModifiedAt: '2015-02-03T04:05:06Z' lastModifiedBy: string lastModifiedByType: User - headers: &ref_561 + headers: &ref_406 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... language: default: name: Update description: Update the state of specified private endpoint connection - go: - name: Update - description: |- - Update the state of specified private endpoint connection - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_367 - schema: - type: object - language: - default: &ref_296 - name: PrivateEndpointConnectionsClientUpdateOptions - description: PrivateEndpointConnectionsClientUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Update method. - go: *ref_296 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateEndpointConnectionsClientUpdateOptions - language: - default: &ref_297 - name: options - description: PrivateEndpointConnectionsClientUpdateOptions contains the optional parameters for the PrivateEndpointConnectionsClient.Update method. - go: *ref_297 - protocol: {} - protocolNaming: - internalMethod: update - requestMethod: updateCreateRequest - responseMethod: updateHandleResponse - responseEnv: &ref_388 - type: object - properties: - - &ref_299 - schema: *ref_78 - serializedName: PrivateEndpointConnection - language: - default: &ref_298 - name: PrivateEndpointConnection - description: A private endpoint connection to an azure resource - byValue: true - embeddedType: true - go: *ref_298 - protocol: {} - language: - default: &ref_300 - name: PrivateEndpointConnectionsClientUpdateResponse - description: PrivateEndpointConnectionsClientUpdateResponse contains the response from method PrivateEndpointConnectionsClient.Update. - marshallingFormat: json - responseType: true - resultProp: *ref_299 - go: *ref_300 - protocol: {} protocol: {} - - &ref_567 + - &ref_412 operationId: SignalRPrivateEndpointConnections_Delete apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_301 + - &ref_220 schema: *ref_1 implementation: Method required: true - language: &ref_563 + language: &ref_408 default: name: privateEndpointConnectionName description: The name of the private endpoint connection serializedName: privateEndpointConnectionName - go: - name: privateEndpointConnectionName - description: The name of the private endpoint connection - serializedName: privateEndpointConnectionName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_302 + - *ref_177 + - &ref_221 schema: *ref_1 implementation: Method required: true - language: &ref_564 + language: &ref_409 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_303 + - &ref_222 schema: *ref_1 implementation: Method required: true - language: &ref_565 + language: &ref_410 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -8643,10 +6001,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8655,26 +6009,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName} method: delete uri: '{$host}' signatureParameters: - - *ref_301 - - *ref_302 - - *ref_303 + - *ref_220 + - *ref_221 + - *ref_222 responses: - language: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: @@ -8683,9 +6031,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -8694,9 +6039,6 @@ operationGroups: default: name: '' description: Success. The response indicates the private endpoint connection is already deleted. - go: - name: '' - description: Success. The response indicates the private endpoint connection is already deleted. protocol: http: statusCodes: @@ -8707,9 +6049,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8730,7 +6069,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_566 + headers: &ref_411 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... '204': {} @@ -8739,114 +6078,44 @@ operationGroups: default: name: Delete description: Delete the specified private endpoint connection - go: - name: Delete - description: |- - Delete the specified private endpoint connection - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: PrivateEndpointConnectionsClient - openApiType: arm - optionalParamGroup: &ref_368 - schema: - type: object - language: - default: &ref_304 - name: PrivateEndpointConnectionsClientBeginDeleteOptions - description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_304 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_305 - name: string - description: '' - go: *ref_305 - protocol: {} - language: - default: &ref_306 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_306 - protocol: {} - required: false - serializedName: PrivateEndpointConnectionsClientBeginDeleteOptions - language: - default: &ref_307 - name: options - description: PrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointConnectionsClient.BeginDelete method. - go: *ref_307 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_389 - type: object - language: - default: &ref_308 - name: PrivateEndpointConnectionsClientDeleteResponse - description: PrivateEndpointConnectionsClientDeleteResponse contains the response from method PrivateEndpointConnectionsClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_308 - protocol: {} protocol: {} language: default: name: SignalRPrivateEndpointConnections description: '' - go: - name: SignalRPrivateEndpointConnections - description: '' - clientCtorName: NewPrivateEndpointConnectionsClient - clientName: PrivateEndpointConnectionsClient - clientParams: - - *ref_182 protocol: {} - - &ref_584 + - &ref_429 $key: SignalRPrivateLinkResources operations: - - &ref_583 + - &ref_428 operationId: SignalRPrivateLinkResources_List apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_309 + - *ref_177 + - &ref_223 schema: *ref_1 implementation: Method required: true - language: &ref_568 + language: &ref_413 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_310 + - &ref_224 schema: *ref_1 implementation: Method required: true - language: &ref_569 + language: &ref_414 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -8861,10 +6130,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -8873,26 +6138,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/privateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_309 - - *ref_310 + - *ref_223 + - *ref_224 responses: - - schema: *ref_311 - language: &ref_570 + - schema: *ref_225 + language: &ref_415 default: name: '' description: Success. The response describes a list of private link resources. - go: - name: '' - description: Success. The response describes a list of private link resources. protocol: http: knownMediaType: json @@ -8906,9 +6165,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -8953,112 +6209,44 @@ operationGroups: description: Get the private link resources that need to be created for a resource. paging: nextLinkName: nextLink - go: - name: List - description: Get the private link resources that need to be created for a resource. - azureARM: true - clientName: PrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_369 - schema: - type: object - language: - default: &ref_312 - name: PrivateLinkResourcesClientListOptions - description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListPager method. - go: *ref_312 - protocol: {} - originalParameter: [] - required: false - serializedName: PrivateLinkResourcesClientListOptions - language: - default: &ref_313 - name: options - description: PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.NewListPager method. - go: *ref_313 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_390 - type: object - properties: - - &ref_315 - schema: *ref_311 - serializedName: PrivateLinkResourceList - language: - default: &ref_314 - name: PrivateLinkResourceList - description: Contains a list of PrivateLinkResource and a possible link to query more results - byValue: true - embeddedType: true - go: *ref_314 - protocol: {} - language: - default: &ref_316 - name: PrivateLinkResourcesClientListResponse - description: PrivateLinkResourcesClientListResponse contains the response from method PrivateLinkResourcesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_315 - go: *ref_316 - protocol: {} protocol: {} language: default: name: SignalRPrivateLinkResources description: '' - go: - name: SignalRPrivateLinkResources - description: '' - clientCtorName: NewPrivateLinkResourcesClient - clientName: PrivateLinkResourcesClient - clientParams: - - *ref_182 protocol: {} - - &ref_596 + - &ref_441 $key: SignalRSharedPrivateLinkResources operations: - - &ref_595 + - &ref_440 operationId: SignalRSharedPrivateLinkResources_List apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - *ref_173 - - *ref_182 - - &ref_317 + - *ref_177 + - &ref_226 schema: *ref_1 implementation: Method required: true - language: &ref_585 + language: &ref_430 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_318 + - &ref_227 schema: *ref_1 implementation: Method required: true - language: &ref_586 + language: &ref_431 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -9073,10 +6261,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9085,26 +6269,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources method: get uri: '{$host}' signatureParameters: - - *ref_317 - - *ref_318 + - *ref_226 + - *ref_227 responses: - - schema: *ref_319 - language: &ref_587 + - schema: *ref_228 + language: &ref_432 default: name: '' description: Success. The response describes a list of shared private link resources. - go: - name: '' - description: Success. The response describes a list of shared private link resources. protocol: http: knownMediaType: json @@ -9118,9 +6296,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9152,119 +6327,54 @@ operationGroups: status: Approved x-ms-pageable: nextLinkName: nextLink - language: - default: - name: List - description: List shared private link resources - paging: - nextLinkName: nextLink - go: - name: List - description: List shared private link resources - azureARM: true - clientName: SharedPrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_370 - schema: - type: object - language: - default: &ref_320 - name: SharedPrivateLinkResourcesClientListOptions - description: SharedPrivateLinkResourcesClientListOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.NewListPager method. - go: *ref_320 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedPrivateLinkResourcesClientListOptions - language: - default: &ref_321 - name: options - description: SharedPrivateLinkResourcesClientListOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.NewListPager method. - go: *ref_321 - protocol: {} - paging: - nextLinkName: NextLink - protocolNaming: - internalMethod: listOperation - requestMethod: listCreateRequest - responseMethod: listHandleResponse - responseEnv: &ref_391 - type: object - properties: - - &ref_323 - schema: *ref_319 - serializedName: SharedPrivateLinkResourceList - language: - default: &ref_322 - name: SharedPrivateLinkResourceList - description: A list of shared private link resources - byValue: true - embeddedType: true - go: *ref_322 - protocol: {} - language: - default: &ref_324 - name: SharedPrivateLinkResourcesClientListResponse - description: SharedPrivateLinkResourcesClientListResponse contains the response from method SharedPrivateLinkResourcesClient.NewListPager. - marshallingFormat: json - responseType: true - resultProp: *ref_323 - go: *ref_324 - protocol: {} + language: + default: + name: List + description: List shared private link resources + paging: + nextLinkName: nextLink protocol: {} - - &ref_601 + - &ref_446 operationId: SignalRSharedPrivateLinkResources_Get apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_325 + - &ref_229 schema: *ref_1 implementation: Method required: true - language: &ref_597 + language: &ref_442 default: name: sharedPrivateLinkResourceName description: The name of the shared private link resource serializedName: sharedPrivateLinkResourceName - go: - name: sharedPrivateLinkResourceName - description: The name of the shared private link resource - serializedName: sharedPrivateLinkResourceName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_326 + - *ref_177 + - &ref_230 schema: *ref_1 implementation: Method required: true - language: &ref_598 + language: &ref_443 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_327 + - &ref_231 schema: *ref_1 implementation: Method required: true - language: &ref_599 + language: &ref_444 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -9279,10 +6389,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9291,27 +6397,21 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName} method: get uri: '{$host}' signatureParameters: - - *ref_325 - - *ref_326 - - *ref_327 + - *ref_229 + - *ref_230 + - *ref_231 responses: - schema: *ref_79 - language: &ref_600 + language: &ref_445 default: name: '' description: Success. The response describes a shared private link resource. - go: - name: '' - description: Success. The response describes a shared private link resource. protocol: http: knownMediaType: json @@ -9325,9 +6425,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9361,130 +6458,62 @@ operationGroups: default: name: Get description: Get the specified shared private link resource - go: - name: Get - description: |- - Get the specified shared private link resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedPrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_371 - schema: - type: object - language: - default: &ref_328 - name: SharedPrivateLinkResourcesClientGetOptions - description: SharedPrivateLinkResourcesClientGetOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.Get method. - go: *ref_328 - protocol: {} - originalParameter: [] - required: false - serializedName: SharedPrivateLinkResourcesClientGetOptions - language: - default: &ref_329 - name: options - description: SharedPrivateLinkResourcesClientGetOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.Get method. - go: *ref_329 - protocol: {} - protocolNaming: - internalMethod: get - requestMethod: getCreateRequest - responseMethod: getHandleResponse - responseEnv: &ref_392 - type: object - properties: - - &ref_331 - schema: *ref_79 - serializedName: SharedPrivateLinkResource - language: - default: &ref_330 - name: SharedPrivateLinkResource - description: Describes a Shared Private Link Resource - byValue: true - embeddedType: true - go: *ref_330 - protocol: {} - language: - default: &ref_332 - name: SharedPrivateLinkResourcesClientGetResponse - description: SharedPrivateLinkResourcesClientGetResponse contains the response from method SharedPrivateLinkResourcesClient.Get. - marshallingFormat: json - responseType: true - resultProp: *ref_331 - go: *ref_332 - protocol: {} protocol: {} - - &ref_609 + - &ref_454 operationId: SignalRSharedPrivateLinkResources_CreateOrUpdate apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_335 + - &ref_234 schema: *ref_1 implementation: Method required: true - language: &ref_602 + language: &ref_447 default: name: sharedPrivateLinkResourceName description: The name of the shared private link resource serializedName: sharedPrivateLinkResourceName - go: - name: sharedPrivateLinkResourceName - description: The name of the shared private link resource - serializedName: sharedPrivateLinkResourceName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_336 + - *ref_177 + - &ref_235 schema: *ref_1 implementation: Method required: true - language: &ref_603 + language: &ref_448 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_337 + - &ref_236 schema: *ref_1 implementation: Method required: true - language: &ref_604 + language: &ref_449 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path requestMediaTypes: - application/json: &ref_334 + application/json: &ref_233 parameters: - - &ref_333 + - &ref_232 schema: *ref_79 implementation: Method required: true - language: &ref_605 + language: &ref_450 default: name: parameters description: The shared private link resource - go: - name: parameters - description: The shared private link resource protocol: http: in: body @@ -9498,22 +6527,15 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header signatureParameters: - - *ref_333 + - *ref_232 language: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName} @@ -9523,20 +6545,17 @@ operationGroups: - application/json uri: '{$host}' requests: - - *ref_334 + - *ref_233 signatureParameters: - - *ref_335 - - *ref_336 - - *ref_337 + - *ref_234 + - *ref_235 + - *ref_236 responses: - schema: *ref_79 - language: &ref_606 + language: &ref_451 default: name: '' description: OK. The response indicates the shared private link resource is updated. - go: - name: '' - description: OK. The response indicates the shared private link resource is updated. protocol: http: knownMediaType: json @@ -9545,13 +6564,10 @@ operationGroups: statusCodes: - '200' - schema: *ref_79 - language: &ref_607 + language: &ref_452 default: name: '' description: Created. The response indicates the shared private link resource is created. - go: - name: '' - description: Created. The response indicates the shared private link resource is created. protocol: http: knownMediaType: json @@ -9565,9 +6581,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9613,7 +6626,7 @@ operationGroups: provisioningState: Succeeded requestMessage: Please approve status: Approved - headers: &ref_608 + headers: &ref_453 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... x-ms-long-running-operation: true @@ -9621,129 +6634,48 @@ operationGroups: default: name: CreateOrUpdate description: Create or update a shared private link resource - go: - name: CreateOrUpdate - description: |- - Create or update a shared private link resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedPrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_372 - schema: - type: object - language: - default: &ref_338 - name: SharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions - description: SharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.BeginCreateOrUpdate method. - go: *ref_338 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_339 - name: string - description: '' - go: *ref_339 - protocol: {} - language: - default: &ref_340 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_340 - protocol: {} - required: false - serializedName: SharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions - language: - default: &ref_341 - name: options - description: SharedPrivateLinkResourcesClientBeginCreateOrUpdateOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.BeginCreateOrUpdate method. - go: *ref_341 - protocol: {} - protocolNaming: - internalMethod: createOrUpdate - requestMethod: createOrUpdateCreateRequest - responseMethod: createOrUpdateHandleResponse - responseEnv: &ref_393 - type: object - properties: - - &ref_343 - schema: *ref_79 - serializedName: SharedPrivateLinkResource - language: - default: &ref_342 - name: SharedPrivateLinkResource - description: Describes a Shared Private Link Resource - byValue: true - embeddedType: true - go: *ref_342 - protocol: {} - language: - default: &ref_344 - name: SharedPrivateLinkResourcesClientCreateOrUpdateResponse - description: SharedPrivateLinkResourcesClientCreateOrUpdateResponse contains the response from method SharedPrivateLinkResourcesClient.BeginCreateOrUpdate. - forLRO: true - marshallingFormat: json - responseType: true - resultProp: *ref_343 - go: *ref_344 - protocol: {} protocol: {} - - &ref_614 + - &ref_459 operationId: SignalRSharedPrivateLinkResources_Delete apiVersions: - version: 2021-06-01-preview parameters: - *ref_172 - - &ref_345 + - &ref_237 schema: *ref_1 implementation: Method required: true - language: &ref_610 + language: &ref_455 default: name: sharedPrivateLinkResourceName description: The name of the shared private link resource serializedName: sharedPrivateLinkResourceName - go: - name: sharedPrivateLinkResourceName - description: The name of the shared private link resource - serializedName: sharedPrivateLinkResourceName protocol: http: in: path - *ref_173 - - *ref_182 - - &ref_346 + - *ref_177 + - &ref_238 schema: *ref_1 implementation: Method required: true - language: &ref_611 + language: &ref_456 default: name: resourceGroupName description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. serializedName: resourceGroupName - go: - name: resourceGroupName - description: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. - serializedName: resourceGroupName protocol: http: in: path - - &ref_347 + - &ref_239 schema: *ref_1 implementation: Method required: true - language: &ref_612 + language: &ref_457 default: name: resourceName description: The name of the resource. serializedName: resourceName - go: - name: resourceName - description: The name of the resource. - serializedName: resourceName protocol: http: in: path @@ -9758,10 +6690,6 @@ operationGroups: name: accept description: Accept header serializedName: Accept - go: - name: accept - description: Accept header - serializedName: Accept protocol: http: in: header @@ -9770,26 +6698,20 @@ operationGroups: default: name: '' description: '' - go: - name: '' - description: '' protocol: http: path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/signalR/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName} method: delete uri: '{$host}' signatureParameters: - - *ref_345 - - *ref_346 - - *ref_347 + - *ref_237 + - *ref_238 + - *ref_239 responses: - language: default: name: '' description: Success. The response indicates the resource is already deleted. - go: - name: '' - description: Success. The response indicates the resource is already deleted. protocol: http: statusCodes: @@ -9798,9 +6720,6 @@ operationGroups: default: name: '' description: Accepted. The response indicates the delete operation is performed in the background. - go: - name: '' - description: Accepted. The response indicates the delete operation is performed in the background. protocol: http: statusCodes: @@ -9809,9 +6728,6 @@ operationGroups: default: name: '' description: Success. The response indicates the private endpoint connection is already deleted. - go: - name: '' - description: Success. The response indicates the private endpoint connection is already deleted. protocol: http: statusCodes: @@ -9822,9 +6738,6 @@ operationGroups: default: name: '' description: Error response describing why the operation failed. - go: - name: '' - description: Error response describing why the operation failed. protocol: http: knownMediaType: json @@ -9845,7 +6758,7 @@ operationGroups: responses: '200': {} '202': - headers: &ref_613 + headers: &ref_458 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... '204': {} @@ -9854,73 +6767,11 @@ operationGroups: default: name: Delete description: Delete the specified shared private link resource - go: - name: Delete - description: |- - Delete the specified shared private link resource - If the operation fails it returns an *azcore.ResponseError type. - azureARM: true - clientName: SharedPrivateLinkResourcesClient - openApiType: arm - optionalParamGroup: &ref_373 - schema: - type: object - language: - default: &ref_348 - name: SharedPrivateLinkResourcesClientBeginDeleteOptions - description: SharedPrivateLinkResourcesClientBeginDeleteOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.BeginDelete method. - go: *ref_348 - protocol: {} - originalParameter: - - schema: - type: string - language: - default: &ref_349 - name: string - description: '' - go: *ref_349 - protocol: {} - language: - default: &ref_350 - name: ResumeToken - description: Resumes the LRO from the provided token. - byValue: true - go: *ref_350 - protocol: {} - required: false - serializedName: SharedPrivateLinkResourcesClientBeginDeleteOptions - language: - default: &ref_351 - name: options - description: SharedPrivateLinkResourcesClientBeginDeleteOptions contains the optional parameters for the SharedPrivateLinkResourcesClient.BeginDelete method. - go: *ref_351 - protocol: {} - protocolNaming: - internalMethod: deleteOperation - requestMethod: deleteCreateRequest - responseMethod: deleteHandleResponse - responseEnv: &ref_394 - type: object - language: - default: &ref_352 - name: SharedPrivateLinkResourcesClientDeleteResponse - description: SharedPrivateLinkResourcesClientDeleteResponse contains the response from method SharedPrivateLinkResourcesClient.BeginDelete. - forLRO: true - responseType: true - go: *ref_352 - protocol: {} protocol: {} language: default: name: SignalRSharedPrivateLinkResources description: '' - go: - name: SignalRSharedPrivateLinkResources - description: '' - clientCtorName: NewSharedPrivateLinkResourcesClient - clientName: SharedPrivateLinkResourcesClient - clientParams: - - *ref_182 protocol: {} security: authenticationRequired: true @@ -9938,11 +6789,11 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 methodParameters: [] - operation: *ref_407 - operationGroup: *ref_408 + operation: *ref_252 + operationGroup: *ref_253 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/Operations_List.json responses: '200': @@ -9953,7 +6804,7 @@ testModel: nextLink: schema: *ref_24 rawValue: providers/Microsoft.SignalRService?$skipToken={opaqueString} - language: *ref_406 + language: *ref_251 value: schema: *ref_152 elements: @@ -9963,7 +6814,7 @@ testModel: name: schema: *ref_4 rawValue: Microsoft.SignalRService/SignalR/read - language: *ref_398 + language: *ref_243 display: schema: *ref_26 parentsValue: {} @@ -9971,33 +6822,33 @@ testModel: description: schema: *ref_9 rawValue: View the resource settings and configurations in the management portal or through API - language: *ref_404 + language: *ref_249 operation: schema: *ref_8 rawValue: Manage SignalR (read-only) - language: *ref_403 + language: *ref_248 provider: schema: *ref_6 rawValue: Microsoft.SignalRService - language: *ref_401 + language: *ref_246 resource: schema: *ref_7 rawValue: SignalR - language: *ref_402 - language: *ref_400 + language: *ref_247 + language: *ref_245 isDataAction: schema: *ref_5 rawValue: false - language: *ref_399 + language: *ref_244 properties: schema: *ref_27 parentsValue: {} properties: {} - language: *ref_405 - language: *ref_397 - language: *ref_396 - operation: *ref_407 - operationGroup: *ref_408 + language: *ref_250 + language: *ref_242 + language: *ref_241 + operation: *ref_252 + operationGroup: *ref_253 - operationId: SignalR_CheckNameAvailability examples: - name: SignalR_CheckNameAvailability @@ -10005,57 +6856,57 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: eastus - language: *ref_410 - parameter: *ref_186 + language: *ref_255 + parameter: *ref_181 - exampleValue: - schema: *ref_183 + schema: *ref_178 parentsValue: {} properties: name: schema: *ref_40 rawValue: mySignalRService - language: *ref_413 + language: *ref_258 type: schema: *ref_39 rawValue: Microsoft.SignalRService/SignalR - language: *ref_412 - language: *ref_411 - parameter: *ref_184 - operation: *ref_418 - operationGroup: *ref_419 + language: *ref_257 + language: *ref_256 + parameter: *ref_179 + operation: *ref_263 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_CheckNameAvailability.json responses: '200': body: - schema: *ref_187 + schema: *ref_182 parentsValue: {} properties: message: schema: *ref_43 rawValue: The name is already taken. Please try a different name. - language: *ref_417 + language: *ref_262 nameAvailable: schema: *ref_41 rawValue: false - language: *ref_415 + language: *ref_260 reason: schema: *ref_42 rawValue: AlreadyExists - language: *ref_416 - language: *ref_414 - operation: *ref_418 - operationGroup: *ref_419 + language: *ref_261 + language: *ref_259 + operation: *ref_263 + operationGroup: *ref_264 - operationId: SignalR_ListBySubscription examples: - name: SignalR_ListBySubscription @@ -10063,21 +6914,21 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: [] - operation: *ref_484 - operationGroup: *ref_419 + operation: *ref_329 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_ListBySubscription.json responses: '200': body: - schema: *ref_193 + schema: *ref_183 parentsValue: {} properties: value: @@ -10095,29 +6946,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -10126,20 +6977,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -10155,20 +7006,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -10178,65 +7029,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -10244,7 +7095,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -10259,14 +7110,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -10276,9 +7127,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -10294,19 +7145,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -10319,8 +7170,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -10328,17 +7179,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -10346,45 +7197,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -10392,8 +7243,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -10407,14 +7258,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -10422,20 +7273,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -10443,32 +7294,32 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_421 - language: *ref_420 - operation: *ref_484 - operationGroup: *ref_419 + language: *ref_285 + language: *ref_325 + language: *ref_266 + language: *ref_265 + operation: *ref_329 + operationGroup: *ref_264 - operationId: SignalR_ListByResourceGroup examples: - name: SignalR_ListByResourceGroup @@ -10476,26 +7327,26 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_485 - parameter: *ref_199 - operation: *ref_487 - operationGroup: *ref_419 + language: *ref_330 + parameter: *ref_184 + operation: *ref_332 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_ListByResourceGroup.json responses: '200': body: - schema: *ref_193 + schema: *ref_183 parentsValue: {} properties: value: @@ -10513,29 +7364,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -10544,20 +7395,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -10573,20 +7424,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -10596,65 +7447,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -10662,7 +7513,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -10677,14 +7528,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -10694,9 +7545,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -10712,19 +7563,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -10737,8 +7588,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -10746,17 +7597,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -10764,45 +7615,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -10810,8 +7661,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -10825,14 +7676,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -10840,20 +7691,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -10861,32 +7712,32 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_421 - language: *ref_486 - operation: *ref_487 - operationGroup: *ref_419 + language: *ref_285 + language: *ref_325 + language: *ref_266 + language: *ref_331 + operation: *ref_332 + operationGroup: *ref_264 - operationId: SignalR_Get examples: - name: SignalR_Get @@ -10894,26 +7745,26 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_488 - parameter: *ref_205 + language: *ref_333 + parameter: *ref_185 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_489 - parameter: *ref_206 - operation: *ref_491 - operationGroup: *ref_419 + language: *ref_334 + parameter: *ref_186 + operation: *ref_336 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_Get.json responses: '200': @@ -10930,29 +7781,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -10961,20 +7812,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -10990,20 +7841,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -11013,65 +7864,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -11079,7 +7930,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -11094,14 +7945,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -11111,9 +7962,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -11129,19 +7980,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -11154,8 +8005,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -11163,17 +8014,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -11181,45 +8032,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -11227,8 +8078,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -11242,14 +8093,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -11257,20 +8108,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -11278,31 +8129,31 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_490 - operation: *ref_491 - operationGroup: *ref_419 + language: *ref_285 + language: *ref_325 + language: *ref_335 + operation: *ref_336 + operationGroup: *ref_264 - operationId: SignalR_CreateOrUpdate examples: - name: SignalR_CreateOrUpdate @@ -11310,24 +8161,24 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_492 - parameter: *ref_214 + language: *ref_337 + parameter: *ref_189 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_493 - parameter: *ref_215 + language: *ref_338 + parameter: *ref_190 - exampleValue: schema: *ref_53 parentsValue: @@ -11338,15 +8189,15 @@ testModel: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -11355,12 +8206,12 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 - language: *ref_476 + language: *ref_322 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -11376,16 +8227,16 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 features: schema: *ref_158 elements: @@ -11395,61 +8246,61 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 networkACLs: schema: *ref_135 parentsValue: {} @@ -11457,7 +8308,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -11472,14 +8323,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -11489,13 +8340,13 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 tls: schema: *ref_128 parentsValue: {} @@ -11503,8 +8354,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: false - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -11522,7 +8373,7 @@ testModel: type: schema: *ref_106 rawValue: ManagedIdentity - language: *ref_499 + language: *ref_344 managedIdentity: schema: *ref_134 parentsValue: {} @@ -11530,28 +8381,28 @@ testModel: resource: schema: *ref_107 rawValue: api://example - language: *ref_501 - language: *ref_500 - language: *ref_498 + language: *ref_346 + language: *ref_345 + language: *ref_343 categoryPattern: schema: *ref_104 rawValue: '*' - language: *ref_497 + language: *ref_342 eventPattern: schema: *ref_103 rawValue: connect,disconnect - language: *ref_496 + language: *ref_341 hubPattern: schema: *ref_102 rawValue: '*' - language: *ref_495 + language: *ref_340 urlTemplate: schema: *ref_105 rawValue: https://example.com/chat/api/connect - language: *ref_464 - language: *ref_463 - language: *ref_462 - language: *ref_427 + language: *ref_309 + language: *ref_308 + language: *ref_307 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -11559,20 +8410,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 - language: *ref_494 - parameter: *ref_212 - operation: *ref_506 - operationGroup: *ref_419 + language: *ref_269 + language: *ref_267 + language: *ref_339 + parameter: *ref_187 + operation: *ref_351 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_CreateOrUpdate.json responses: '200': @@ -11589,29 +8440,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -11620,20 +8471,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -11649,20 +8500,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -11672,65 +8523,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -11738,7 +8589,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -11753,14 +8604,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -11770,9 +8621,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -11788,19 +8639,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -11813,8 +8664,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -11822,17 +8673,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -11840,45 +8691,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -11886,8 +8737,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -11901,14 +8752,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -11916,20 +8767,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -11937,29 +8788,29 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_502 + language: *ref_285 + language: *ref_325 + language: *ref_347 '201': body: schema: *ref_53 @@ -11974,29 +8825,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -12005,20 +8856,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -12034,20 +8885,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -12057,65 +8908,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -12123,7 +8974,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -12138,14 +8989,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -12155,9 +9006,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -12173,19 +9024,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -12198,8 +9049,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -12207,17 +9058,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -12225,45 +9076,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -12271,8 +9122,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -12286,14 +9137,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -12301,20 +9152,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -12322,34 +9173,34 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_503 - headers: *ref_504 + language: *ref_285 + language: *ref_325 + language: *ref_348 + headers: *ref_349 '202': - headers: *ref_505 - operation: *ref_506 - operationGroup: *ref_419 + headers: *ref_350 + operation: *ref_351 + operationGroup: *ref_264 - operationId: SignalR_Delete examples: - name: SignalR_Delete @@ -12357,34 +9208,34 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_507 - parameter: *ref_223 + language: *ref_352 + parameter: *ref_191 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_508 - parameter: *ref_224 - operation: *ref_510 - operationGroup: *ref_419 + language: *ref_353 + parameter: *ref_192 + operation: *ref_355 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_Delete.json responses: '200': {} '202': - headers: *ref_509 + headers: *ref_354 '204': {} - operation: *ref_510 - operationGroup: *ref_419 + operation: *ref_355 + operationGroup: *ref_264 - operationId: SignalR_Update examples: - name: SignalR_Update @@ -12392,24 +9243,24 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_511 - parameter: *ref_232 + language: *ref_356 + parameter: *ref_195 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_512 - parameter: *ref_233 + language: *ref_357 + parameter: *ref_196 - exampleValue: schema: *ref_53 parentsValue: @@ -12420,7 +9271,7 @@ testModel: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: @@ -12430,8 +9281,8 @@ testModel: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -12440,12 +9291,12 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 - language: *ref_476 + language: *ref_322 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -12461,16 +9312,16 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 features: schema: *ref_158 elements: @@ -12480,61 +9331,61 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 networkACLs: schema: *ref_135 parentsValue: {} @@ -12542,7 +9393,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -12557,14 +9408,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -12574,13 +9425,13 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 tls: schema: *ref_128 parentsValue: {} @@ -12588,8 +9439,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: false - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -12607,7 +9458,7 @@ testModel: type: schema: *ref_106 rawValue: ManagedIdentity - language: *ref_499 + language: *ref_344 managedIdentity: schema: *ref_134 parentsValue: {} @@ -12615,28 +9466,28 @@ testModel: resource: schema: *ref_107 rawValue: api://example - language: *ref_501 - language: *ref_500 - language: *ref_498 + language: *ref_346 + language: *ref_345 + language: *ref_343 categoryPattern: schema: *ref_104 rawValue: '*' - language: *ref_497 + language: *ref_342 eventPattern: schema: *ref_103 rawValue: connect,disconnect - language: *ref_496 + language: *ref_341 hubPattern: schema: *ref_102 rawValue: '*' - language: *ref_495 + language: *ref_340 urlTemplate: schema: *ref_105 rawValue: https://example.com/chat/api/connect - language: *ref_464 - language: *ref_463 - language: *ref_462 - language: *ref_427 + language: *ref_309 + language: *ref_308 + language: *ref_307 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -12644,20 +9495,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 - language: *ref_513 - parameter: *ref_230 - operation: *ref_516 - operationGroup: *ref_419 + language: *ref_269 + language: *ref_267 + language: *ref_358 + parameter: *ref_193 + operation: *ref_361 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_Update.json responses: '200': @@ -12674,29 +9525,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -12705,20 +9556,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -12734,20 +9585,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -12757,65 +9608,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -12823,7 +9674,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -12838,14 +9689,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -12855,9 +9706,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -12873,19 +9724,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -12898,8 +9749,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -12907,17 +9758,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -12925,45 +9776,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -12971,8 +9822,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -12986,14 +9837,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -13001,20 +9852,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -13022,33 +9873,33 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_514 + language: *ref_285 + language: *ref_325 + language: *ref_359 '202': - headers: *ref_515 - operation: *ref_516 - operationGroup: *ref_419 + headers: *ref_360 + operation: *ref_361 + operationGroup: *ref_264 - operationId: SignalR_ListKeys examples: - name: SignalR_ListKeys @@ -13056,36 +9907,36 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_517 - parameter: *ref_241 + language: *ref_362 + parameter: *ref_197 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_518 - parameter: *ref_242 - operation: *ref_520 - operationGroup: *ref_419 + language: *ref_363 + parameter: *ref_198 + operation: *ref_365 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_ListKeys.json responses: '200': body: - schema: *ref_243 + schema: *ref_199 parentsValue: {} properties: {} - language: *ref_519 - operation: *ref_520 - operationGroup: *ref_419 + language: *ref_364 + operation: *ref_365 + operationGroup: *ref_264 - operationId: SignalR_RegenerateKey examples: - name: SignalR_RegenerateKey @@ -13093,47 +9944,47 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_521 - parameter: *ref_252 + language: *ref_366 + parameter: *ref_203 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_522 - parameter: *ref_253 + language: *ref_367 + parameter: *ref_204 - exampleValue: - schema: *ref_249 + schema: *ref_200 parentsValue: {} properties: keyType: schema: *ref_147 rawValue: Primary - language: *ref_524 - language: *ref_523 - parameter: *ref_250 - operation: *ref_527 - operationGroup: *ref_419 + language: *ref_369 + language: *ref_368 + parameter: *ref_201 + operation: *ref_372 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_RegenerateKey.json responses: '202': body: - schema: *ref_243 + schema: *ref_199 parentsValue: {} properties: {} - language: *ref_525 - headers: *ref_526 - operation: *ref_527 - operationGroup: *ref_419 + language: *ref_370 + headers: *ref_371 + operation: *ref_372 + operationGroup: *ref_264 - operationId: SignalR_Restart examples: - name: SignalR_Restart @@ -13141,33 +9992,33 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_528 - parameter: *ref_261 + language: *ref_373 + parameter: *ref_205 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_529 - parameter: *ref_262 - operation: *ref_531 - operationGroup: *ref_419 + language: *ref_374 + parameter: *ref_206 + operation: *ref_376 + operationGroup: *ref_264 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalR_Restart.json responses: '202': - headers: *ref_530 + headers: *ref_375 '204': {} - operation: *ref_531 - operationGroup: *ref_419 + operation: *ref_376 + operationGroup: *ref_264 - operationId: Usages_List examples: - name: Usages_List @@ -13175,32 +10026,32 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: eastus - language: *ref_532 - parameter: *ref_268 - operation: *ref_543 - operationGroup: *ref_544 + language: *ref_377 + parameter: *ref_207 + operation: *ref_388 + operationGroup: *ref_389 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/Usages_List.json responses: '200': body: - schema: *ref_269 + schema: *ref_208 parentsValue: {} properties: nextLink: schema: *ref_50 rawValue: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToMoreResults... - language: *ref_542 + language: *ref_387 value: schema: *ref_155 elements: @@ -13214,28 +10065,28 @@ testModel: localizedValue: schema: *ref_48 rawValue: Usage1 - language: *ref_540 + language: *ref_385 value: schema: *ref_47 rawValue: Usage1 - language: *ref_539 - language: *ref_538 + language: *ref_384 + language: *ref_383 currentValue: schema: *ref_45 rawValue: 0 - language: *ref_536 + language: *ref_381 id: schema: *ref_44 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SignalRService/locations/eastus/usages/Usage1 - language: *ref_535 + language: *ref_380 limit: schema: *ref_46 rawValue: 100 - language: *ref_537 + language: *ref_382 unit: schema: *ref_49 rawValue: Count - language: *ref_541 + language: *ref_386 - schema: *ref_51 parentsValue: {} properties: @@ -13246,32 +10097,32 @@ testModel: localizedValue: schema: *ref_48 rawValue: Usage2 - language: *ref_540 + language: *ref_385 value: schema: *ref_47 rawValue: Usage2 - language: *ref_539 - language: *ref_538 + language: *ref_384 + language: *ref_383 currentValue: schema: *ref_45 rawValue: 0 - language: *ref_536 + language: *ref_381 id: schema: *ref_44 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.SignalRService/locations/eastus/usages/Usage2 - language: *ref_535 + language: *ref_380 limit: schema: *ref_46 rawValue: 100 - language: *ref_537 + language: *ref_382 unit: schema: *ref_49 rawValue: Count - language: *ref_541 - language: *ref_534 - language: *ref_533 - operation: *ref_543 - operationGroup: *ref_544 + language: *ref_386 + language: *ref_379 + language: *ref_378 + operation: *ref_388 + operationGroup: *ref_389 - operationId: SignalRPrivateEndpointConnections_List examples: - name: SignalRPrivateEndpointConnections_List @@ -13279,31 +10130,31 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_545 - parameter: *ref_275 + language: *ref_390 + parameter: *ref_209 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_546 - parameter: *ref_276 - operation: *ref_549 - operationGroup: *ref_550 + language: *ref_391 + parameter: *ref_210 + operation: *ref_394 + operationGroup: *ref_395 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRPrivateEndpointConnections_List.json responses: '200': body: - schema: *ref_277 + schema: *ref_211 parentsValue: {} properties: value: @@ -13321,19 +10172,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -13346,8 +10197,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -13355,17 +10206,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -13373,32 +10224,32 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_548 - language: *ref_547 - operation: *ref_549 - operationGroup: *ref_550 + language: *ref_285 + language: *ref_280 + language: *ref_393 + language: *ref_392 + operation: *ref_394 + operationGroup: *ref_395 - operationId: SignalRPrivateEndpointConnections_Get examples: - name: SignalRPrivateEndpointConnections_Get @@ -13406,31 +10257,31 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_551 - parameter: *ref_283 + language: *ref_396 + parameter: *ref_212 - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_552 - parameter: *ref_284 + language: *ref_397 + parameter: *ref_213 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_553 - parameter: *ref_285 - operation: *ref_555 - operationGroup: *ref_550 + language: *ref_398 + parameter: *ref_214 + operation: *ref_400 + operationGroup: *ref_395 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRPrivateEndpointConnections_Get.json responses: '200': @@ -13447,19 +10298,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -13472,8 +10323,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -13481,17 +10332,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -13499,31 +10350,31 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_554 - operation: *ref_555 - operationGroup: *ref_550 + language: *ref_285 + language: *ref_280 + language: *ref_399 + operation: *ref_400 + operationGroup: *ref_395 - operationId: SignalRPrivateEndpointConnections_Update examples: - name: SignalRPrivateEndpointConnections_Update @@ -13531,29 +10382,29 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_556 - parameter: *ref_293 + language: *ref_401 + parameter: *ref_217 - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_557 - parameter: *ref_294 + language: *ref_402 + parameter: *ref_218 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_558 - parameter: *ref_295 + language: *ref_403 + parameter: *ref_219 - exampleValue: schema: *ref_78 parentsValue: {} @@ -13569,8 +10420,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -13578,17 +10429,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 - language: *ref_442 - language: *ref_559 - parameter: *ref_291 - operation: *ref_562 - operationGroup: *ref_550 + language: *ref_292 + language: *ref_291 + language: *ref_287 + language: *ref_404 + parameter: *ref_215 + operation: *ref_407 + operationGroup: *ref_395 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRPrivateEndpointConnections_Update.json responses: '200': @@ -13605,19 +10456,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -13630,8 +10481,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -13639,17 +10490,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -13657,32 +10508,32 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_560 - headers: *ref_561 - operation: *ref_562 - operationGroup: *ref_550 + language: *ref_285 + language: *ref_280 + language: *ref_405 + headers: *ref_406 + operation: *ref_407 + operationGroup: *ref_395 - operationId: SignalRPrivateEndpointConnections_Delete examples: - name: SignalRPrivateEndpointConnections_Delete @@ -13690,39 +10541,39 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_563 - parameter: *ref_301 + language: *ref_408 + parameter: *ref_220 - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_564 - parameter: *ref_302 + language: *ref_409 + parameter: *ref_221 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_565 - parameter: *ref_303 - operation: *ref_567 - operationGroup: *ref_550 + language: *ref_410 + parameter: *ref_222 + operation: *ref_412 + operationGroup: *ref_395 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRPrivateEndpointConnections_Delete.json responses: '200': {} '202': - headers: *ref_566 + headers: *ref_411 '204': {} - operation: *ref_567 - operationGroup: *ref_550 + operation: *ref_412 + operationGroup: *ref_395 - operationId: SignalRPrivateLinkResources_List examples: - name: SignalRPrivateLinkResources_List @@ -13730,37 +10581,37 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_568 - parameter: *ref_309 + language: *ref_413 + parameter: *ref_223 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_569 - parameter: *ref_310 - operation: *ref_583 - operationGroup: *ref_584 + language: *ref_414 + parameter: *ref_224 + operation: *ref_428 + operationGroup: *ref_429 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRPrivateLinkResources_List.json responses: '200': body: - schema: *ref_311 + schema: *ref_225 parentsValue: {} properties: nextLink: schema: *ref_143 rawValue: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToMoreResults... - language: *ref_582 + language: *ref_427 value: schema: *ref_169 elements: @@ -13776,18 +10627,18 @@ testModel: name: schema: *ref_83 rawValue: myPrivateLink - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: privateLinkResources - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateLinkResources/myPrivateLink - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_144 @@ -13796,19 +10647,19 @@ testModel: groupId: schema: *ref_71 rawValue: signalr - language: *ref_573 + language: *ref_418 requiredMembers: schema: *ref_166 elements: - schema: *ref_72 rawValue: signalr - language: *ref_574 + language: *ref_419 requiredZoneNames: schema: *ref_167 elements: - schema: *ref_73 rawValue: privatelink.service.signalr.net - language: *ref_575 + language: *ref_420 shareablePrivateLinkResourceTypes: schema: *ref_168 elements: @@ -13818,7 +10669,7 @@ testModel: name: schema: *ref_74 rawValue: site - language: *ref_577 + language: *ref_422 properties: schema: *ref_146 parentsValue: {} @@ -13826,22 +10677,22 @@ testModel: type: schema: *ref_77 rawValue: Microsoft.Web/sites - language: *ref_581 + language: *ref_426 description: schema: *ref_75 rawValue: Azure App Service can be used as an upstream - language: *ref_579 + language: *ref_424 groupId: schema: *ref_76 rawValue: sites - language: *ref_580 - language: *ref_578 - language: *ref_576 - language: *ref_572 - language: *ref_571 - language: *ref_570 - operation: *ref_583 - operationGroup: *ref_584 + language: *ref_425 + language: *ref_423 + language: *ref_421 + language: *ref_417 + language: *ref_416 + language: *ref_415 + operation: *ref_428 + operationGroup: *ref_429 - operationId: SignalRSharedPrivateLinkResources_List examples: - name: SignalRSharedPrivateLinkResources_List @@ -13849,31 +10700,31 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_585 - parameter: *ref_317 + language: *ref_430 + parameter: *ref_226 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_586 - parameter: *ref_318 - operation: *ref_595 - operationGroup: *ref_596 + language: *ref_431 + parameter: *ref_227 + operation: *ref_440 + operationGroup: *ref_441 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRSharedPrivateLinkResources_List.json responses: '200': body: - schema: *ref_319 + schema: *ref_228 parentsValue: {} properties: value: @@ -13891,18 +10742,18 @@ testModel: name: schema: *ref_83 rawValue: upstream - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/upstream - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_127 @@ -13911,28 +10762,28 @@ testModel: groupId: schema: *ref_67 rawValue: sites - language: *ref_590 + language: *ref_435 privateLinkResourceId: schema: *ref_68 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Web/sites/myWebApp - language: *ref_591 + language: *ref_436 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_592 + language: *ref_437 requestMessage: schema: *ref_69 rawValue: Please approve - language: *ref_593 + language: *ref_438 status: schema: *ref_70 rawValue: Approved - language: *ref_594 - language: *ref_589 - language: *ref_588 - language: *ref_587 - operation: *ref_595 - operationGroup: *ref_596 + language: *ref_439 + language: *ref_434 + language: *ref_433 + language: *ref_432 + operation: *ref_440 + operationGroup: *ref_441 - operationId: SignalRSharedPrivateLinkResources_Get examples: - name: SignalRSharedPrivateLinkResources_Get @@ -13940,31 +10791,31 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: upstream - language: *ref_597 - parameter: *ref_325 + language: *ref_442 + parameter: *ref_229 - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_598 - parameter: *ref_326 + language: *ref_443 + parameter: *ref_230 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_599 - parameter: *ref_327 - operation: *ref_601 - operationGroup: *ref_596 + language: *ref_444 + parameter: *ref_231 + operation: *ref_446 + operationGroup: *ref_441 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRSharedPrivateLinkResources_Get.json responses: '200': @@ -13981,18 +10832,18 @@ testModel: name: schema: *ref_83 rawValue: upstream - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/upstream - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_127 @@ -14001,27 +10852,27 @@ testModel: groupId: schema: *ref_67 rawValue: sites - language: *ref_590 + language: *ref_435 privateLinkResourceId: schema: *ref_68 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Web/sites/myWebApp - language: *ref_591 + language: *ref_436 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_592 + language: *ref_437 requestMessage: schema: *ref_69 rawValue: Please approve - language: *ref_593 + language: *ref_438 status: schema: *ref_70 rawValue: Approved - language: *ref_594 - language: *ref_589 - language: *ref_600 - operation: *ref_601 - operationGroup: *ref_596 + language: *ref_439 + language: *ref_434 + language: *ref_445 + operation: *ref_446 + operationGroup: *ref_441 - operationId: SignalRSharedPrivateLinkResources_CreateOrUpdate examples: - name: SignalRSharedPrivateLinkResources_CreateOrUpdate @@ -14029,29 +10880,29 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: upstream - language: *ref_602 - parameter: *ref_335 + language: *ref_447 + parameter: *ref_234 - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_603 - parameter: *ref_336 + language: *ref_448 + parameter: *ref_235 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_604 - parameter: *ref_337 + language: *ref_449 + parameter: *ref_236 - exampleValue: schema: *ref_79 parentsValue: {} @@ -14063,20 +10914,20 @@ testModel: groupId: schema: *ref_67 rawValue: sites - language: *ref_590 + language: *ref_435 privateLinkResourceId: schema: *ref_68 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Web/sites/myWebApp - language: *ref_591 + language: *ref_436 requestMessage: schema: *ref_69 rawValue: Please approve - language: *ref_593 - language: *ref_589 - language: *ref_605 - parameter: *ref_333 - operation: *ref_609 - operationGroup: *ref_596 + language: *ref_438 + language: *ref_434 + language: *ref_450 + parameter: *ref_232 + operation: *ref_454 + operationGroup: *ref_441 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRSharedPrivateLinkResources_CreateOrUpdate.json responses: '200': @@ -14093,18 +10944,18 @@ testModel: name: schema: *ref_83 rawValue: upstream - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/upstream - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_127 @@ -14113,25 +10964,25 @@ testModel: groupId: schema: *ref_67 rawValue: sites - language: *ref_590 + language: *ref_435 privateLinkResourceId: schema: *ref_68 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Web/sites/myWebApp - language: *ref_591 + language: *ref_436 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_592 + language: *ref_437 requestMessage: schema: *ref_69 rawValue: Please approve - language: *ref_593 + language: *ref_438 status: schema: *ref_70 rawValue: Approved - language: *ref_594 - language: *ref_589 - language: *ref_606 + language: *ref_439 + language: *ref_434 + language: *ref_451 '201': body: schema: *ref_79 @@ -14146,18 +10997,18 @@ testModel: name: schema: *ref_83 rawValue: upstream - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/upstream - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_127 @@ -14166,28 +11017,28 @@ testModel: groupId: schema: *ref_67 rawValue: sites - language: *ref_590 + language: *ref_435 privateLinkResourceId: schema: *ref_68 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Web/sites/myWebApp - language: *ref_591 + language: *ref_436 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_592 + language: *ref_437 requestMessage: schema: *ref_69 rawValue: Please approve - language: *ref_593 + language: *ref_438 status: schema: *ref_70 rawValue: Approved - language: *ref_594 - language: *ref_589 - language: *ref_607 - headers: *ref_608 - operation: *ref_609 - operationGroup: *ref_596 + language: *ref_439 + language: *ref_434 + language: *ref_452 + headers: *ref_453 + operation: *ref_454 + operationGroup: *ref_441 - operationId: SignalRSharedPrivateLinkResources_Delete examples: - name: SignalRSharedPrivateLinkResources_Delete @@ -14195,41 +11046,41 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: upstream - language: *ref_610 - parameter: *ref_345 + language: *ref_455 + parameter: *ref_237 - exampleValue: schema: *ref_1 rawValue: myResourceGroup - language: *ref_611 - parameter: *ref_346 + language: *ref_456 + parameter: *ref_238 - exampleValue: schema: *ref_1 rawValue: mySignalRService - language: *ref_612 - parameter: *ref_347 - operation: *ref_614 - operationGroup: *ref_596 + language: *ref_457 + parameter: *ref_239 + operation: *ref_459 + operationGroup: *ref_441 originalFile: specification/signalr/resource-manager/Microsoft.SignalRService/preview/2021-06-01-preview/examples/SignalRSharedPrivateLinkResources_Delete.json responses: '200': {} '202': - headers: *ref_613 + headers: *ref_458 '204': {} - operation: *ref_614 - operationGroup: *ref_596 + operation: *ref_459 + operationGroup: *ref_441 scenarioTests: - - &ref_625 + - &ref_470 _filePath: Microsoft.SignalRService\preview\2021-06-01-preview\scenarios\signalR.yaml _swaggerFilePaths: - Microsoft.SignalRService/preview/2021-06-01-preview/signalr.json @@ -14244,7 +11095,7 @@ testModel: subscriptionId: 00000000-00000000-00000000-00000000 scenarios: - description: Microsoft.SignalRService/Basic_CRUD - _scenarioDef: *ref_625 + _scenarioDef: *ref_470 requiredVariables: - subscriptionId - location @@ -14287,55 +11138,55 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(location) - language: *ref_410 - parameter: *ref_186 + language: *ref_255 + parameter: *ref_181 - exampleValue: - schema: *ref_183 + schema: *ref_178 parentsValue: {} properties: name: schema: *ref_40 rawValue: $(resourceName) - language: *ref_413 + language: *ref_258 type: schema: *ref_39 rawValue: Microsoft.SignalRService/SignalR - language: *ref_412 - language: *ref_411 - parameter: *ref_184 - operation: *ref_418 - operationGroup: *ref_419 + language: *ref_257 + language: *ref_256 + parameter: *ref_179 + operation: *ref_263 + operationGroup: *ref_264 originalFile: '' responses: '200': body: - schema: *ref_187 + schema: *ref_182 parentsValue: {} properties: message: schema: *ref_43 rawValue: The name is already taken. Please try a different name. - language: *ref_417 + language: *ref_262 nameAvailable: schema: *ref_41 rawValue: false - language: *ref_415 + language: *ref_260 reason: schema: *ref_42 rawValue: AlreadyExists - language: *ref_416 - language: *ref_414 + language: *ref_261 + language: *ref_259 outputVariables: {} outputVariablesModel: {} parameters: @@ -14366,24 +11217,24 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_492 - parameter: *ref_214 + language: *ref_337 + parameter: *ref_189 - exampleValue: schema: *ref_1 rawValue: $(resourceName) - language: *ref_493 - parameter: *ref_215 + language: *ref_338 + parameter: *ref_190 - exampleValue: schema: *ref_53 parentsValue: @@ -14394,15 +11245,15 @@ testModel: location: schema: *ref_85 rawValue: $(location) - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -14411,12 +11262,12 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 - language: *ref_476 + language: *ref_322 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -14432,16 +11283,16 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 features: schema: *ref_158 elements: @@ -14451,61 +11302,61 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 networkACLs: schema: *ref_135 parentsValue: {} @@ -14513,7 +11364,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -14528,14 +11379,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: $(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -14545,17 +11396,17 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: $(publicPort) - language: *ref_431 + language: *ref_276 tls: schema: *ref_128 parentsValue: {} @@ -14563,8 +11414,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: false - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -14582,7 +11433,7 @@ testModel: type: schema: *ref_106 rawValue: ManagedIdentity - language: *ref_499 + language: *ref_344 managedIdentity: schema: *ref_134 parentsValue: {} @@ -14590,28 +11441,28 @@ testModel: resource: schema: *ref_107 rawValue: api://example - language: *ref_501 - language: *ref_500 - language: *ref_498 + language: *ref_346 + language: *ref_345 + language: *ref_343 categoryPattern: schema: *ref_104 rawValue: '*' - language: *ref_497 + language: *ref_342 eventPattern: schema: *ref_103 rawValue: connect,disconnect - language: *ref_496 + language: *ref_341 hubPattern: schema: *ref_102 rawValue: '*' - language: *ref_495 + language: *ref_340 urlTemplate: schema: *ref_105 rawValue: https://example.com/chat/api/connect - language: *ref_464 - language: *ref_463 - language: *ref_462 - language: *ref_427 + language: *ref_309 + language: *ref_308 + language: *ref_307 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -14619,20 +11470,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 - language: *ref_494 - parameter: *ref_212 - operation: *ref_506 - operationGroup: *ref_419 + language: *ref_269 + language: *ref_267 + language: *ref_339 + parameter: *ref_187 + operation: *ref_351 + operationGroup: *ref_264 originalFile: '' responses: '200': @@ -14649,29 +11500,29 @@ testModel: name: schema: *ref_83 rawValue: $(resourceName) - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.SignalRService/SignalR/$(resourceName) - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: $(location)-test1 - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -14680,20 +11531,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: $(subscriptionId) - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: $(subscriptionId) - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -14709,20 +11560,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -14732,65 +11583,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: $(resourceName).service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -14798,7 +11649,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -14813,14 +11664,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: $(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -14830,9 +11681,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -14848,19 +11699,19 @@ testModel: name: schema: *ref_83 rawValue: $(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.SignalRService/SignalR/$(resourceName)/privateEndpointConnections/$(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -14873,8 +11724,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -14882,17 +11733,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -14900,45 +11751,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: $(publicPort) - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -14946,8 +11797,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -14961,14 +11812,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -14976,20 +11827,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -14997,29 +11848,29 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_502 + language: *ref_285 + language: *ref_325 + language: *ref_347 '201': body: schema: *ref_53 @@ -15034,29 +11885,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: $(location)-test1 - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -15065,20 +11916,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: 00000000-0000-0000-0000-000000000000 - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -15094,20 +11945,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -15117,65 +11968,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -15183,7 +12034,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -15198,14 +12049,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -15215,9 +12066,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -15233,19 +12084,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -15258,8 +12109,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -15267,17 +12118,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -15285,45 +12136,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: $(publicPort) - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -15331,8 +12182,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -15346,14 +12197,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -15361,20 +12212,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -15382,34 +12233,34 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_503 - headers: &ref_615 + language: *ref_285 + language: *ref_325 + language: *ref_348 + headers: &ref_460 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... '202': - headers: &ref_616 + headers: &ref_461 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... outputVariables: @@ -15418,7 +12269,7 @@ testModel: outputVariablesModel: signalRId: - type: object - languages: *ref_451 + languages: *ref_296 parameters: api-version: 2021-06-01-preview parameters: @@ -15656,9 +12507,9 @@ testModel: lastModifiedByType: User tags: key1: value1 - headers: *ref_615 + headers: *ref_460 '202': - headers: *ref_616 + headers: *ref_461 - type: restCall operationId: SignalR_Get description: SignalR_Get @@ -15669,26 +12520,26 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_488 - parameter: *ref_205 + language: *ref_333 + parameter: *ref_185 - exampleValue: schema: *ref_1 rawValue: $(resourceName) - language: *ref_489 - parameter: *ref_206 - operation: *ref_491 - operationGroup: *ref_419 + language: *ref_334 + parameter: *ref_186 + operation: *ref_336 + operationGroup: *ref_264 originalFile: '' responses: '200': @@ -15705,29 +12556,29 @@ testModel: name: schema: *ref_83 rawValue: $(resourceName) - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.SignalRService/SignalR/$(resourceName) - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -15736,20 +12587,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: $(subscriptionId) - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: $(subscriptionId) - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -15765,20 +12616,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -15788,65 +12639,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: $(resourceName).service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -15854,7 +12705,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -15869,14 +12720,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: $(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -15886,9 +12737,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -15904,19 +12755,19 @@ testModel: name: schema: *ref_83 rawValue: $(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.SignalRService/SignalR/$(resourceName)/privateEndpointConnections/$(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -15929,8 +12780,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -15938,17 +12789,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -15956,45 +12807,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -16002,8 +12853,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -16017,14 +12868,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -16032,20 +12883,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -16053,29 +12904,29 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_490 + language: *ref_285 + language: *ref_325 + language: *ref_335 outputVariables: {} outputVariablesModel: {} parameters: @@ -16183,24 +13034,24 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_511 - parameter: *ref_232 + language: *ref_356 + parameter: *ref_195 - exampleValue: schema: *ref_1 rawValue: $(resourceName) - language: *ref_512 - parameter: *ref_233 + language: *ref_357 + parameter: *ref_196 - exampleValue: schema: *ref_53 parentsValue: @@ -16211,7 +13062,7 @@ testModel: location: schema: *ref_85 rawValue: $(location) - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: @@ -16221,8 +13072,8 @@ testModel: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -16231,12 +13082,12 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 - language: *ref_476 + language: *ref_322 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -16252,16 +13103,16 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 features: schema: *ref_158 elements: @@ -16271,61 +13122,61 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 networkACLs: schema: *ref_135 parentsValue: {} @@ -16333,7 +13184,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -16348,14 +13199,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: $(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -16365,13 +13216,13 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 tls: schema: *ref_128 parentsValue: {} @@ -16379,8 +13230,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: false - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -16398,7 +13249,7 @@ testModel: type: schema: *ref_106 rawValue: ManagedIdentity - language: *ref_499 + language: *ref_344 managedIdentity: schema: *ref_134 parentsValue: {} @@ -16406,28 +13257,28 @@ testModel: resource: schema: *ref_107 rawValue: api://example - language: *ref_501 - language: *ref_500 - language: *ref_498 + language: *ref_346 + language: *ref_345 + language: *ref_343 categoryPattern: schema: *ref_104 rawValue: '*' - language: *ref_497 + language: *ref_342 eventPattern: schema: *ref_103 rawValue: connect,disconnect - language: *ref_496 + language: *ref_341 hubPattern: schema: *ref_102 rawValue: '*' - language: *ref_495 + language: *ref_340 urlTemplate: schema: *ref_105 rawValue: https://example.com/chat/api/connect - language: *ref_464 - language: *ref_463 - language: *ref_462 - language: *ref_427 + language: *ref_309 + language: *ref_308 + language: *ref_307 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -16435,20 +13286,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 - language: *ref_513 - parameter: *ref_230 - operation: *ref_516 - operationGroup: *ref_419 + language: *ref_269 + language: *ref_267 + language: *ref_358 + parameter: *ref_193 + operation: *ref_361 + operationGroup: *ref_264 originalFile: '' responses: '200': @@ -16465,29 +13316,29 @@ testModel: name: schema: *ref_83 rawValue: $(resourceName) - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.SignalRService/SignalR/$(resourceName) - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -16496,20 +13347,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: $(subscriptionId) - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: $(subscriptionId) - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -16525,20 +13376,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -16548,65 +13399,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: $(resourceName).service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -16614,7 +13465,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -16629,14 +13480,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: $(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -16646,9 +13497,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -16664,19 +13515,19 @@ testModel: name: schema: *ref_83 rawValue: $(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.SignalRService/SignalR/$(resourceName)/privateEndpointConnections/$(resourceName).1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -16689,8 +13540,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -16698,17 +13549,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -16716,45 +13567,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -16762,8 +13613,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -16777,14 +13628,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -16792,20 +13643,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -16813,31 +13664,31 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_514 + language: *ref_285 + language: *ref_325 + language: *ref_359 '202': - headers: &ref_617 + headers: &ref_462 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... outputVariables: {} @@ -16992,7 +13843,7 @@ testModel: tags: key1: value1 '202': - headers: *ref_617 + headers: *ref_462 - type: restCall operationId: SignalR_ListKeys description: SignalR_ListKeys @@ -17003,34 +13854,34 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_517 - parameter: *ref_241 + language: *ref_362 + parameter: *ref_197 - exampleValue: schema: *ref_1 rawValue: $(resourceName) - language: *ref_518 - parameter: *ref_242 - operation: *ref_520 - operationGroup: *ref_419 + language: *ref_363 + parameter: *ref_198 + operation: *ref_365 + operationGroup: *ref_264 originalFile: '' responses: '200': body: - schema: *ref_243 + schema: *ref_199 parentsValue: {} properties: {} - language: *ref_519 + language: *ref_364 outputVariables: {} outputVariablesModel: {} parameters: @@ -17056,45 +13907,45 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_521 - parameter: *ref_252 + language: *ref_366 + parameter: *ref_203 - exampleValue: schema: *ref_1 rawValue: $(resourceName) - language: *ref_522 - parameter: *ref_253 + language: *ref_367 + parameter: *ref_204 - exampleValue: - schema: *ref_249 + schema: *ref_200 parentsValue: {} properties: keyType: schema: *ref_147 rawValue: Primary - language: *ref_524 - language: *ref_523 - parameter: *ref_250 - operation: *ref_527 - operationGroup: *ref_419 + language: *ref_369 + language: *ref_368 + parameter: *ref_201 + operation: *ref_372 + operationGroup: *ref_264 originalFile: '' responses: '202': body: - schema: *ref_243 + schema: *ref_199 parentsValue: {} properties: {} - language: *ref_525 - headers: &ref_618 + language: *ref_370 + headers: &ref_463 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... outputVariables: {} @@ -17114,7 +13965,7 @@ testModel: responses: '202': body: {} - headers: *ref_618 + headers: *ref_463 - type: restCall operationId: SignalR_Restart description: SignalR_Restart @@ -17125,33 +13976,33 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_528 - parameter: *ref_261 + language: *ref_373 + parameter: *ref_205 - exampleValue: schema: *ref_1 rawValue: $(resourceName) - language: *ref_529 - parameter: *ref_262 - operation: *ref_531 - operationGroup: *ref_419 + language: *ref_374 + parameter: *ref_206 + operation: *ref_376 + operationGroup: *ref_264 originalFile: '' responses: '202': body: - rawValue: &ref_620 {} - language: *ref_619 - headers: &ref_621 + rawValue: &ref_465 {} + language: *ref_464 + headers: &ref_466 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... '204': {} @@ -17169,8 +14020,8 @@ testModel: variables: {} responses: '202': - body: *ref_620 - headers: *ref_621 + body: *ref_465 + headers: *ref_466 '204': {} - type: restCall operationId: Usages_List @@ -17182,32 +14033,32 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(location) - language: *ref_532 - parameter: *ref_268 - operation: *ref_543 - operationGroup: *ref_544 + language: *ref_377 + parameter: *ref_207 + operation: *ref_388 + operationGroup: *ref_389 originalFile: '' responses: '200': body: - schema: *ref_269 + schema: *ref_208 parentsValue: {} properties: nextLink: schema: *ref_50 rawValue: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToMoreResults... - language: *ref_542 + language: *ref_387 value: schema: *ref_155 elements: @@ -17221,28 +14072,28 @@ testModel: localizedValue: schema: *ref_48 rawValue: Usage1 - language: *ref_540 + language: *ref_385 value: schema: *ref_47 rawValue: Usage1 - language: *ref_539 - language: *ref_538 + language: *ref_384 + language: *ref_383 currentValue: schema: *ref_45 rawValue: 0 - language: *ref_536 + language: *ref_381 id: schema: *ref_44 rawValue: /subscriptions/$(subscriptionId)/providers/Microsoft.SignalRService/locations/$(location)/usages/Usage1 - language: *ref_535 + language: *ref_380 limit: schema: *ref_46 rawValue: 100 - language: *ref_537 + language: *ref_382 unit: schema: *ref_49 rawValue: Count - language: *ref_541 + language: *ref_386 - schema: *ref_51 parentsValue: {} properties: @@ -17253,30 +14104,30 @@ testModel: localizedValue: schema: *ref_48 rawValue: Usage2 - language: *ref_540 + language: *ref_385 value: schema: *ref_47 rawValue: Usage2 - language: *ref_539 - language: *ref_538 + language: *ref_384 + language: *ref_383 currentValue: schema: *ref_45 rawValue: 0 - language: *ref_536 + language: *ref_381 id: schema: *ref_44 rawValue: /subscriptions/$(subscriptionId)/providers/Microsoft.SignalRService/locations/$(location)/usages/Usage2 - language: *ref_535 + language: *ref_380 limit: schema: *ref_46 rawValue: 100 - language: *ref_537 + language: *ref_382 unit: schema: *ref_49 rawValue: Count - language: *ref_541 - language: *ref_534 - language: *ref_533 + language: *ref_386 + language: *ref_379 + language: *ref_378 outputVariables: {} outputVariablesModel: {} parameters: @@ -17317,26 +14168,26 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_485 - parameter: *ref_199 - operation: *ref_487 - operationGroup: *ref_419 + language: *ref_330 + parameter: *ref_184 + operation: *ref_332 + operationGroup: *ref_264 originalFile: '' responses: '200': body: - schema: *ref_193 + schema: *ref_183 parentsValue: {} properties: value: @@ -17354,29 +14205,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -17385,20 +14236,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: $(subscriptionId) - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: $(subscriptionId) - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -17414,20 +14265,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -17437,65 +14288,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -17503,7 +14354,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -17518,14 +14369,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -17535,9 +14386,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -17553,19 +14404,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -17578,8 +14429,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/$(resourceGroupName)/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -17587,17 +14438,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -17605,45 +14456,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -17651,8 +14502,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -17666,14 +14517,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -17681,20 +14532,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -17702,30 +14553,30 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_421 - language: *ref_486 + language: *ref_285 + language: *ref_325 + language: *ref_266 + language: *ref_331 outputVariables: {} outputVariablesModel: {} parameters: @@ -17834,21 +14685,21 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: [] - operation: *ref_484 - operationGroup: *ref_419 + operation: *ref_329 + operationGroup: *ref_264 originalFile: '' responses: '200': body: - schema: *ref_193 + schema: *ref_183 parentsValue: {} properties: value: @@ -17866,29 +14717,29 @@ testModel: name: schema: *ref_83 rawValue: mySignalRService - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: location: schema: *ref_85 rawValue: eastus - language: *ref_482 + language: *ref_327 tags: schema: *ref_86 properties: key1: schema: *ref_1 rawValue: value1 - language: *ref_483 - language: *ref_481 + language: *ref_328 + language: *ref_326 properties: identity: schema: *ref_136 @@ -17897,20 +14748,20 @@ testModel: type: schema: *ref_117 rawValue: SystemAssigned - language: *ref_477 + language: *ref_322 principalId: schema: *ref_119 rawValue: $(subscriptionId) - language: *ref_478 + language: *ref_323 tenantId: schema: *ref_120 rawValue: $(subscriptionId) - language: *ref_479 - language: *ref_476 + language: *ref_324 + language: *ref_321 kind: schema: *ref_116 rawValue: SignalR - language: *ref_475 + language: *ref_320 properties: schema: *ref_123 parentsValue: {} @@ -17926,20 +14777,20 @@ testModel: rawValue: https://foo.com - schema: *ref_101 rawValue: https://bar.com - language: *ref_461 - language: *ref_460 + language: *ref_306 + language: *ref_305 disableAadAuth: schema: *ref_115 rawValue: false - language: *ref_474 + language: *ref_319 disableLocalAuth: schema: *ref_114 rawValue: false - language: *ref_473 + language: *ref_318 externalIP: schema: *ref_92 rawValue: 10.0.0.1 - language: *ref_429 + language: *ref_274 features: schema: *ref_158 elements: @@ -17949,65 +14800,65 @@ testModel: flag: schema: *ref_98 rawValue: ServiceMode - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: Serverless - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableConnectivityLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'True' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableMessagingLogs - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 + language: *ref_303 - schema: *ref_129 parentsValue: {} properties: flag: schema: *ref_98 rawValue: EnableLiveTrace - language: *ref_457 + language: *ref_302 properties: schema: *ref_100 properties: {} - language: *ref_459 + language: *ref_304 value: schema: *ref_99 rawValue: 'False' - language: *ref_458 - language: *ref_456 + language: *ref_303 + language: *ref_301 hostName: schema: *ref_93 rawValue: mysignalrservice.service.signalr.net - language: *ref_430 + language: *ref_275 networkACLs: schema: *ref_135 parentsValue: {} @@ -18015,7 +14866,7 @@ testModel: defaultAction: schema: *ref_108 rawValue: Deny - language: *ref_466 + language: *ref_311 privateEndpoints: schema: *ref_163 elements: @@ -18030,14 +14881,14 @@ testModel: elements: - schema: *ref_112 rawValue: ServerConnection - language: *ref_468 - language: *ref_471 + language: *ref_313 + language: *ref_316 properties: name: schema: *ref_110 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_470 - language: *ref_469 + language: *ref_315 + language: *ref_314 publicNetwork: schema: *ref_109 parentsValue: {} @@ -18047,9 +14898,9 @@ testModel: elements: - schema: *ref_112 rawValue: ClientConnection - language: *ref_468 - language: *ref_467 - language: *ref_465 + language: *ref_313 + language: *ref_312 + language: *ref_310 privateEndpointConnections: schema: *ref_156 elements: @@ -18065,19 +14916,19 @@ testModel: name: schema: *ref_83 rawValue: mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_452 + language: *ref_297 type: schema: *ref_84 rawValue: Microsoft.SignalRService/SignalR/privateEndpointConnections - language: *ref_453 + language: *ref_298 id: schema: *ref_82 rawValue: >- /subscriptions/$(subscriptionId)/resourcegroups/myResourceGroup/providers/Microsoft.SignalRService/SignalR/mySignalRService/privateEndpointConnections/mysignalrservice.1fa229cd-bf3f-47f0-8c49-afb36723997e - language: *ref_451 - language: *ref_450 + language: *ref_296 + language: *ref_295 properties: {} - language: *ref_449 + language: *ref_294 properties: properties: schema: *ref_124 @@ -18090,8 +14941,8 @@ testModel: id: schema: *ref_62 rawValue: /subscriptions/$(subscriptionId)/resourcegroups/myResourceGroup/providers/Microsoft.Network/privateEndpoints/myPrivateEndpoint - language: *ref_445 - language: *ref_444 + language: *ref_290 + language: *ref_289 privateLinkServiceConnectionState: schema: *ref_126 parentsValue: {} @@ -18099,17 +14950,17 @@ testModel: actionsRequired: schema: *ref_65 rawValue: None - language: *ref_448 + language: *ref_293 status: schema: *ref_63 rawValue: Approved - language: *ref_447 - language: *ref_446 + language: *ref_292 + language: *ref_291 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_443 - language: *ref_442 + language: *ref_288 + language: *ref_287 systemData: schema: *ref_66 parentsValue: {} @@ -18117,45 +14968,45 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_435 - language: *ref_434 + language: *ref_285 + language: *ref_280 + language: *ref_279 provisioningState: schema: *ref_61 rawValue: Succeeded - language: *ref_428 + language: *ref_273 publicNetworkAccess: schema: *ref_113 rawValue: Enabled - language: *ref_472 + language: *ref_317 publicPort: schema: *ref_94 rawValue: 443 - language: *ref_431 + language: *ref_276 serverPort: schema: *ref_95 rawValue: 443 - language: *ref_432 + language: *ref_277 tls: schema: *ref_128 parentsValue: {} @@ -18163,8 +15014,8 @@ testModel: clientCertEnabled: schema: *ref_97 rawValue: true - language: *ref_455 - language: *ref_454 + language: *ref_300 + language: *ref_299 upstream: schema: *ref_131 parentsValue: {} @@ -18178,14 +15029,14 @@ testModel: urlTemplate: schema: *ref_105 rawValue: http://foo.com - language: *ref_464 - language: *ref_463 - language: *ref_462 + language: *ref_309 + language: *ref_308 + language: *ref_307 version: schema: *ref_96 rawValue: '1.0' - language: *ref_433 - language: *ref_427 + language: *ref_278 + language: *ref_272 sku: schema: *ref_122 parentsValue: {} @@ -18193,20 +15044,20 @@ testModel: name: schema: *ref_87 rawValue: Standard_S1 - language: *ref_423 + language: *ref_268 capacity: schema: *ref_91 rawValue: 1 - language: *ref_426 + language: *ref_271 size: schema: *ref_89 rawValue: S1 - language: *ref_425 + language: *ref_270 tier: schema: *ref_88 rawValue: Standard - language: *ref_424 - language: *ref_422 + language: *ref_269 + language: *ref_267 systemData: schema: *ref_66 parentsValue: {} @@ -18214,30 +15065,30 @@ testModel: createdAt: schema: *ref_58 rawValue: '2015-02-03T04:05:06Z' - language: *ref_438 + language: *ref_283 createdBy: schema: *ref_56 rawValue: string - language: *ref_436 + language: *ref_281 createdByType: schema: *ref_57 rawValue: User - language: *ref_437 + language: *ref_282 lastModifiedAt: schema: *ref_60 rawValue: '2015-02-03T04:05:06Z' - language: *ref_441 + language: *ref_286 lastModifiedBy: schema: *ref_59 rawValue: string - language: *ref_439 + language: *ref_284 lastModifiedByType: schema: *ref_57 rawValue: User - language: *ref_440 - language: *ref_480 - language: *ref_421 - language: *ref_420 + language: *ref_285 + language: *ref_325 + language: *ref_266 + language: *ref_265 outputVariables: {} outputVariablesModel: {} parameters: @@ -18344,11 +15195,11 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 methodParameters: [] - operation: *ref_407 - operationGroup: *ref_408 + operation: *ref_252 + operationGroup: *ref_253 originalFile: '' responses: '200': @@ -18359,7 +15210,7 @@ testModel: nextLink: schema: *ref_24 rawValue: providers/Microsoft.SignalRService?$skipToken={opaqueString} - language: *ref_406 + language: *ref_251 value: schema: *ref_152 elements: @@ -18369,7 +15220,7 @@ testModel: name: schema: *ref_4 rawValue: Microsoft.SignalRService/SignalR/read - language: *ref_398 + language: *ref_243 display: schema: *ref_26 parentsValue: {} @@ -18377,31 +15228,31 @@ testModel: description: schema: *ref_9 rawValue: View the resource settings and configurations in the management portal or through API - language: *ref_404 + language: *ref_249 operation: schema: *ref_8 rawValue: Manage SignalR (read-only) - language: *ref_403 + language: *ref_248 provider: schema: *ref_6 rawValue: Microsoft.SignalRService - language: *ref_401 + language: *ref_246 resource: schema: *ref_7 rawValue: SignalR - language: *ref_402 - language: *ref_400 + language: *ref_247 + language: *ref_245 isDataAction: schema: *ref_5 rawValue: false - language: *ref_399 + language: *ref_244 properties: schema: *ref_27 parentsValue: {} properties: {} - language: *ref_405 - language: *ref_397 - language: *ref_396 + language: *ref_250 + language: *ref_242 + language: *ref_241 outputVariables: {} outputVariablesModel: {} parameters: @@ -18434,34 +15285,34 @@ testModel: - exampleValue: schema: *ref_171 rawValue: 2021-06-01-preview - language: *ref_395 + language: *ref_240 parameter: *ref_173 - exampleValue: schema: *ref_1 rawValue: $(subscriptionId) - language: *ref_409 - parameter: *ref_182 + language: *ref_254 + parameter: *ref_177 methodParameters: - exampleValue: schema: *ref_1 rawValue: $(resourceGroupName) - language: *ref_507 - parameter: *ref_223 + language: *ref_352 + parameter: *ref_191 - exampleValue: schema: *ref_1 rawValue: $(resourceName) - language: *ref_508 - parameter: *ref_224 - operation: *ref_510 - operationGroup: *ref_419 + language: *ref_353 + parameter: *ref_192 + operation: *ref_355 + operationGroup: *ref_264 originalFile: '' responses: '200': body: - rawValue: &ref_623 {} - language: *ref_622 + rawValue: &ref_468 {} + language: *ref_467 '202': - headers: &ref_624 + headers: &ref_469 Azure-AsyncOperation: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationStatus... Location: https://management.azure.com/subscriptions/subid/providers/Microsoft.SignalRService/...pathToOperationResult... '204': {} @@ -18479,9 +15330,9 @@ testModel: variables: {} responses: '200': - body: *ref_623 + body: *ref_468 '202': - headers: *ref_624 + headers: *ref_469 '204': {} variables: resourceName: @@ -18502,60 +15353,5 @@ language: default: name: SignalRManagementClient description: '' - go: - name: SignalRManagementClient - description: '' - azureARM: true - exportClients: false - groupParameters: true - hasTimeRFC3339: true - headAsBoolean: true - openApiType: arm - packageName: armsignalr - parameterGroups: - - *ref_353 - - *ref_354 - - *ref_355 - - *ref_356 - - *ref_357 - - *ref_358 - - *ref_359 - - *ref_360 - - *ref_361 - - *ref_362 - - *ref_363 - - *ref_364 - - *ref_365 - - *ref_366 - - *ref_367 - - *ref_368 - - *ref_369 - - *ref_370 - - *ref_371 - - *ref_372 - - *ref_373 - rawJSONAsBytes: false - responseEnvelopes: - - *ref_374 - - *ref_375 - - *ref_376 - - *ref_377 - - *ref_378 - - *ref_379 - - *ref_380 - - *ref_381 - - *ref_382 - - *ref_383 - - *ref_384 - - *ref_385 - - *ref_386 - - *ref_387 - - *ref_388 - - *ref_389 - - *ref_390 - - *ref_391 - - *ref_392 - - *ref_393 - - *ref_394 protocol: http: {} diff --git a/packages/autorest.gotest/test/integrationtest/testAutorest.ts b/packages/autorest.gotest/test/integrationtest/testAutorest.ts index ec64047ba..b18bad082 100644 --- a/packages/autorest.gotest/test/integrationtest/testAutorest.ts +++ b/packages/autorest.gotest/test/integrationtest/testAutorest.ts @@ -23,7 +23,7 @@ async function compare(dir1: string, dir2: string) { async function runAutorest(readmePath: string, extraOption: Array) { const cmd = path.join(`${__dirname}`, '..', '..' + '/node_modules', '.bin', 'autorest') + - ' --version=3.7.3 --generate-sdk=false --testmodeler.generate-mock-test --testmodeler.generate-sdk-example --testmodeler.generate-scenario-test --testmodeler.generate-sdk-sample --use=' + + ' --version=3.8.2 --generate-sdk=false --testmodeler.generate-mock-test --testmodeler.generate-sdk-example --testmodeler.generate-scenario-test --testmodeler.generate-sdk-sample --use=@autorest/go@latest --use=' + path.join(`${__dirname}`, '..', '..') + ' ' + readmePath + @@ -44,7 +44,7 @@ async function runAutorest(readmePath: string, extraOption: Array) { }); } function getExtraOption(outputFolder: string) { - return [`--output-folder=${outputFolder}`, '--use=@autorest/go@latest', '--track2', '--go', '--debug']; + return [`--output-folder=${outputFolder}`, '--track2', '--go', '--debug']; } async function runSingleTest(readmePath: string, extraOption: Array, outputFolder: string, tempOutputFolder: string): Promise {